mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Refactor #5592 - For OrgChart, Paginator, Picklist, Timeline
This commit is contained in:
parent
abef162a11
commit
3596026387
17 changed files with 105 additions and 97 deletions
|
@ -32,7 +32,7 @@
|
|||
</Button>
|
||||
<slot name="sourcecontrolsend"></slot>
|
||||
</div>
|
||||
<div :class="cx('sourceWrapper')" v-bind="ptm('sourceWrapper')" data-pc-group-section="listwrapper">
|
||||
<div :class="cx('sourceListContainer')" v-bind="ptm('sourceListContainer')" data-pc-group-section="listcontainer">
|
||||
<Listbox
|
||||
ref="sourceList"
|
||||
:id="idSource + '_list'"
|
||||
|
@ -64,7 +64,7 @@
|
|||
</template>
|
||||
</Listbox>
|
||||
</div>
|
||||
<div :class="cx('buttons')" v-bind="ptm('buttons')" data-pc-group-section="controls">
|
||||
<div :class="cx('transferControls')" v-bind="ptm('transferControls')" data-pc-group-section="controls">
|
||||
<slot name="movecontrolsstart"></slot>
|
||||
<Button :aria-label="moveToTargetAriaLabel" @click="moveToTarget" :disabled="moveDisabled(0)" v-bind="{ ...buttonProps, ...moveToTargetProps }" :pt="ptm('moveToTargetButton')" :unstyled="unstyled">
|
||||
<template #icon>
|
||||
|
@ -96,7 +96,7 @@
|
|||
</Button>
|
||||
<slot name="movecontrolsend"></slot>
|
||||
</div>
|
||||
<div :class="cx('targetWrapper')" v-bind="ptm('targetWrapper')" data-pc-group-section="listwrapper">
|
||||
<div :class="cx('targetListContainer')" v-bind="ptm('targetListContainer')" data-pc-group-section="listcontainer">
|
||||
<Listbox
|
||||
ref="targetList"
|
||||
:id="idTarget + '_list'"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue