primevue 3.35.0 → 3.37.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +63 -47
- package/accordion/BaseAccordion.vue +2 -52
- package/accordion/accordion.cjs.js +3 -37
- package/accordion/accordion.cjs.min.js +1 -1
- package/accordion/accordion.esm.js +2 -37
- package/accordion/accordion.esm.min.js +1 -1
- package/accordion/accordion.js +4 -38
- package/accordion/accordion.min.js +1 -1
- package/accordion/package.json +8 -8
- package/accordion/style/AccordionStyle.d.ts +3 -0
- package/accordion/style/accordionstyle.cjs.js +42 -0
- package/accordion/style/accordionstyle.cjs.min.js +1 -0
- package/accordion/style/accordionstyle.esm.js +36 -0
- package/accordion/style/accordionstyle.esm.min.js +1 -0
- package/accordion/style/accordionstyle.js +45 -0
- package/accordion/style/accordionstyle.min.js +1 -0
- package/accordion/style/package.json +6 -0
- package/accordiontab/BaseAccordionTab.vue +2 -0
- package/accordiontab/accordiontab.cjs.js +3 -0
- package/accordiontab/accordiontab.cjs.min.js +1 -1
- package/accordiontab/accordiontab.esm.js +2 -0
- package/accordiontab/accordiontab.esm.min.js +1 -1
- package/accordiontab/accordiontab.js +4 -2
- package/accordiontab/accordiontab.min.js +1 -1
- package/accordiontab/package.json +8 -8
- package/accordiontab/style/AccordionTabStyle.d.ts +3 -0
- package/accordiontab/style/accordiontabstyle.cjs.js +5 -0
- package/accordiontab/style/accordiontabstyle.cjs.min.js +1 -0
- package/accordiontab/style/accordiontabstyle.esm.js +3 -0
- package/accordiontab/style/accordiontabstyle.esm.min.js +1 -0
- package/accordiontab/style/accordiontabstyle.js +10 -0
- package/accordiontab/style/accordiontabstyle.min.js +1 -0
- package/accordiontab/style/package.json +6 -0
- package/animate/Animate.d.ts +87 -0
- package/animate/animate.cjs.js +71 -0
- package/animate/animate.cjs.min.js +1 -0
- package/animate/animate.esm.js +65 -0
- package/animate/animate.esm.min.js +1 -0
- package/animate/animate.js +72 -0
- package/animate/animate.min.js +1 -0
- package/animate/package.json +6 -0
- package/animate/style/AnimateStyle.d.ts +3 -0
- package/animate/style/animatestyle.cjs.js +5 -0
- package/animate/style/animatestyle.cjs.min.js +1 -0
- package/animate/style/animatestyle.esm.js +3 -0
- package/animate/style/animatestyle.esm.min.js +1 -0
- package/animate/style/animatestyle.js +10 -0
- package/animate/style/animatestyle.min.js +1 -0
- package/animate/style/package.json +6 -0
- package/api/api.cjs.js +18 -10
- package/api/api.cjs.min.js +1 -1
- package/api/api.esm.js +18 -10
- package/api/api.esm.min.js +1 -1
- package/api/api.js +18 -10
- package/api/api.min.js +1 -1
- package/autocomplete/BaseAutoComplete.vue +2 -154
- package/autocomplete/autocomplete.cjs.js +3 -72
- package/autocomplete/autocomplete.cjs.min.js +1 -1
- package/autocomplete/autocomplete.esm.js +3 -73
- package/autocomplete/autocomplete.esm.min.js +1 -1
- package/autocomplete/autocomplete.js +4 -73
- package/autocomplete/autocomplete.min.js +1 -1
- package/autocomplete/package.json +8 -8
- package/autocomplete/style/AutoCompleteStyle.d.ts +3 -0
- package/autocomplete/style/autocompletestyle.cjs.js +78 -0
- package/autocomplete/style/autocompletestyle.cjs.min.js +1 -0
- package/autocomplete/style/autocompletestyle.esm.js +72 -0
- package/autocomplete/style/autocompletestyle.esm.min.js +1 -0
- package/autocomplete/style/autocompletestyle.js +80 -0
- package/autocomplete/style/autocompletestyle.min.js +1 -0
- package/autocomplete/style/package.json +6 -0
- package/avatar/BaseAvatar.vue +2 -55
- package/avatar/avatar.cjs.js +3 -24
- package/avatar/avatar.cjs.min.js +1 -1
- package/avatar/avatar.esm.js +2 -24
- package/avatar/avatar.esm.min.js +1 -1
- package/avatar/avatar.js +4 -25
- package/avatar/avatar.min.js +1 -1
- package/avatar/package.json +8 -8
- package/avatar/style/AvatarStyle.d.ts +3 -0
- package/avatar/style/avatarstyle.cjs.js +29 -0
- package/avatar/style/avatarstyle.cjs.min.js +1 -0
- package/avatar/style/avatarstyle.esm.js +23 -0
- package/avatar/style/avatarstyle.esm.min.js +1 -0
- package/avatar/style/avatarstyle.js +32 -0
- package/avatar/style/avatarstyle.min.js +1 -0
- package/avatar/style/package.json +6 -0
- package/avatargroup/BaseAvatarGroup.vue +2 -24
- package/avatargroup/avatargroup.cjs.js +3 -14
- package/avatargroup/avatargroup.cjs.min.js +1 -1
- package/avatargroup/avatargroup.esm.js +2 -14
- package/avatargroup/avatargroup.esm.min.js +1 -1
- package/avatargroup/avatargroup.js +4 -15
- package/avatargroup/avatargroup.min.js +1 -1
- package/avatargroup/package.json +8 -8
- package/avatargroup/style/AvatarGroupStyle.d.ts +3 -0
- package/avatargroup/style/avatargroupstyle.cjs.js +19 -0
- package/avatargroup/style/avatargroupstyle.cjs.min.js +1 -0
- package/avatargroup/style/avatargroupstyle.esm.js +13 -0
- package/avatargroup/style/avatargroupstyle.esm.min.js +1 -0
- package/avatargroup/style/avatargroupstyle.js +22 -0
- package/avatargroup/style/avatargroupstyle.min.js +1 -0
- package/avatargroup/style/package.json +6 -0
- package/badge/BaseBadge.vue +2 -61
- package/badge/badge.cjs.js +3 -28
- package/badge/badge.cjs.min.js +1 -1
- package/badge/badge.esm.js +2 -28
- package/badge/badge.esm.min.js +1 -1
- package/badge/badge.js +4 -28
- package/badge/badge.min.js +1 -1
- package/badge/package.json +8 -8
- package/badge/style/BadgeStyle.d.ts +3 -0
- package/badge/style/badgestyle.cjs.js +33 -0
- package/badge/style/badgestyle.cjs.min.js +1 -0
- package/badge/style/badgestyle.esm.js +27 -0
- package/badge/style/badgestyle.esm.min.js +1 -0
- package/badge/style/badgestyle.js +35 -0
- package/badge/style/badgestyle.min.js +1 -0
- package/badge/style/package.json +6 -0
- package/badgedirective/badgedirective.cjs.js +11 -24
- package/badgedirective/badgedirective.cjs.min.js +1 -1
- package/badgedirective/badgedirective.esm.js +10 -24
- package/badgedirective/badgedirective.esm.min.js +1 -1
- package/badgedirective/badgedirective.js +12 -25
- package/badgedirective/badgedirective.min.js +1 -1
- package/badgedirective/package.json +5 -5
- package/badgedirective/style/BadgeDirectiveStyle.d.ts +3 -0
- package/badgedirective/style/badgedirectivestyle.cjs.js +19 -0
- package/badgedirective/style/badgedirectivestyle.cjs.min.js +1 -0
- package/badgedirective/style/badgedirectivestyle.esm.js +13 -0
- package/badgedirective/style/badgedirectivestyle.esm.min.js +1 -0
- package/badgedirective/style/badgedirectivestyle.js +22 -0
- package/badgedirective/style/badgedirectivestyle.min.js +1 -0
- package/badgedirective/style/package.json +6 -0
- package/base/base.cjs.js +2 -15
- package/base/base.cjs.min.js +1 -1
- package/base/base.esm.js +2 -12
- package/base/base.esm.min.js +1 -1
- package/base/base.js +5 -18
- package/base/base.min.js +1 -1
- package/base/style/BaseStyle.d.ts +10 -0
- package/base/style/basestyle.cjs.js +52 -0
- package/base/style/basestyle.cjs.min.js +1 -0
- package/base/style/basestyle.esm.js +50 -0
- package/base/style/basestyle.esm.min.js +1 -0
- package/base/style/basestyle.js +55 -0
- package/base/style/basestyle.min.js +1 -0
- package/base/style/package.json +6 -0
- package/basecomponent/BaseComponent.vue +11 -368
- package/basecomponent/basecomponent.cjs.js +37 -27
- package/basecomponent/basecomponent.cjs.min.js +1 -1
- package/basecomponent/basecomponent.esm.js +33 -27
- package/basecomponent/basecomponent.esm.min.js +1 -1
- package/basecomponent/basecomponent.js +37 -27
- package/basecomponent/basecomponent.min.js +1 -1
- package/basecomponent/package.json +8 -8
- package/basecomponent/style/BaseComponentStyle.d.ts +3 -0
- package/basecomponent/style/basecomponentstyle.cjs.js +32 -0
- package/basecomponent/style/basecomponentstyle.cjs.min.js +1 -0
- package/basecomponent/style/basecomponentstyle.esm.js +26 -0
- package/basecomponent/style/basecomponentstyle.esm.min.js +1 -0
- package/basecomponent/style/basecomponentstyle.js +34 -0
- package/basecomponent/style/basecomponentstyle.min.js +1 -0
- package/basecomponent/style/package.json +6 -0
- package/basedirective/basedirective.cjs.js +47 -34
- package/basedirective/basedirective.cjs.min.js +1 -1
- package/basedirective/basedirective.esm.js +43 -34
- package/basedirective/basedirective.esm.min.js +1 -1
- package/basedirective/basedirective.js +48 -35
- package/basedirective/basedirective.min.js +1 -1
- package/baseicon/BaseIcon.vue +2 -37
- package/baseicon/baseicon.cjs.js +6 -8
- package/baseicon/baseicon.cjs.min.js +1 -1
- package/baseicon/baseicon.esm.js +2 -8
- package/baseicon/baseicon.esm.min.js +1 -1
- package/baseicon/baseicon.js +7 -9
- package/baseicon/baseicon.min.js +1 -1
- package/baseicon/package.json +7 -7
- package/baseicon/style/BaseIconStyle.d.ts +3 -0
- package/baseicon/style/baseiconstyle.cjs.js +15 -0
- package/baseicon/style/baseiconstyle.cjs.min.js +1 -0
- package/baseicon/style/baseiconstyle.esm.js +9 -0
- package/baseicon/style/baseiconstyle.esm.min.js +1 -0
- package/baseicon/style/baseiconstyle.js +18 -0
- package/baseicon/style/baseiconstyle.min.js +1 -0
- package/baseicon/style/package.json +6 -0
- package/blockui/BaseBlockUI.vue +2 -27
- package/blockui/BlockUI.vue +2 -4
- package/blockui/blockui.cjs.js +5 -18
- package/blockui/blockui.cjs.min.js +1 -1
- package/blockui/blockui.esm.js +4 -18
- package/blockui/blockui.esm.min.js +1 -1
- package/blockui/blockui.js +6 -19
- package/blockui/blockui.min.js +1 -1
- package/blockui/package.json +8 -8
- package/blockui/style/BlockUIStyle.d.ts +3 -0
- package/blockui/style/blockuistyle.cjs.js +19 -0
- package/blockui/style/blockuistyle.cjs.min.js +1 -0
- package/blockui/style/blockuistyle.esm.js +13 -0
- package/blockui/style/blockuistyle.esm.min.js +1 -0
- package/blockui/style/blockuistyle.js +22 -0
- package/blockui/style/blockuistyle.min.js +1 -0
- package/blockui/style/package.json +6 -0
- package/breadcrumb/BaseBreadcrumb.vue +2 -60
- package/breadcrumb/breadcrumb.cjs.js +3 -34
- package/breadcrumb/breadcrumb.cjs.min.js +1 -1
- package/breadcrumb/breadcrumb.esm.js +2 -34
- package/breadcrumb/breadcrumb.esm.min.js +1 -1
- package/breadcrumb/breadcrumb.js +4 -35
- package/breadcrumb/breadcrumb.min.js +1 -1
- package/breadcrumb/package.json +8 -9
- package/breadcrumb/style/BreadcrumbStyle.d.ts +3 -0
- package/breadcrumb/style/breadcrumbstyle.cjs.js +39 -0
- package/breadcrumb/style/breadcrumbstyle.cjs.min.js +1 -0
- package/breadcrumb/style/breadcrumbstyle.esm.js +33 -0
- package/breadcrumb/style/breadcrumbstyle.esm.min.js +1 -0
- package/breadcrumb/style/breadcrumbstyle.js +42 -0
- package/breadcrumb/style/breadcrumbstyle.min.js +1 -0
- package/breadcrumb/style/package.json +6 -0
- package/button/BaseButton.vue +2 -36
- package/button/button.cjs.js +3 -33
- package/button/button.cjs.min.js +1 -1
- package/button/button.esm.js +2 -33
- package/button/button.esm.min.js +1 -1
- package/button/button.js +4 -35
- package/button/button.min.js +1 -1
- package/button/package.json +8 -8
- package/button/style/ButtonStyle.d.ts +3 -0
- package/button/style/buttonstyle.cjs.js +44 -0
- package/button/style/buttonstyle.cjs.min.js +1 -0
- package/button/style/buttonstyle.esm.js +38 -0
- package/button/style/buttonstyle.esm.min.js +1 -0
- package/button/style/buttonstyle.js +47 -0
- package/button/style/buttonstyle.min.js +1 -0
- package/button/style/package.json +6 -0
- package/calendar/BaseCalendar.vue +2 -227
- package/calendar/Calendar.vue +15 -7
- package/calendar/calendar.cjs.js +63 -162
- package/calendar/calendar.cjs.min.js +1 -1
- package/calendar/calendar.esm.js +62 -162
- package/calendar/calendar.esm.min.js +1 -1
- package/calendar/calendar.js +64 -163
- package/calendar/calendar.min.js +1 -1
- package/calendar/package.json +8 -8
- package/calendar/style/CalendarStyle.d.ts +3 -0
- package/calendar/style/calendarstyle.cjs.js +118 -0
- package/calendar/style/calendarstyle.cjs.min.js +1 -0
- package/calendar/style/calendarstyle.esm.js +112 -0
- package/calendar/style/calendarstyle.esm.min.js +1 -0
- package/calendar/style/calendarstyle.js +121 -0
- package/calendar/style/calendarstyle.min.js +1 -0
- package/calendar/style/package.json +6 -0
- package/card/BaseCard.vue +2 -13
- package/card/card.cjs.js +3 -12
- package/card/card.cjs.min.js +1 -1
- package/card/card.esm.js +2 -12
- package/card/card.esm.min.js +1 -1
- package/card/card.js +4 -14
- package/card/card.min.js +1 -1
- package/card/package.json +8 -8
- package/card/style/CardStyle.d.ts +3 -0
- package/card/style/cardstyle.cjs.js +23 -0
- package/card/style/cardstyle.cjs.min.js +1 -0
- package/card/style/cardstyle.esm.js +17 -0
- package/card/style/cardstyle.esm.min.js +1 -0
- package/card/style/cardstyle.js +26 -0
- package/card/style/cardstyle.min.js +1 -0
- package/card/style/package.json +6 -0
- package/carousel/BaseCarousel.vue +2 -135
- package/carousel/Carousel.vue +3 -10
- package/carousel/carousel.cjs.js +5 -75
- package/carousel/carousel.cjs.min.js +1 -1
- package/carousel/carousel.esm.js +5 -76
- package/carousel/carousel.esm.min.js +1 -1
- package/carousel/carousel.js +6 -76
- package/carousel/carousel.min.js +1 -1
- package/carousel/package.json +8 -8
- package/carousel/style/CarouselStyle.d.ts +3 -0
- package/carousel/style/carouselstyle.cjs.js +74 -0
- package/carousel/style/carouselstyle.cjs.min.js +1 -0
- package/carousel/style/carouselstyle.esm.js +68 -0
- package/carousel/style/carouselstyle.esm.min.js +1 -0
- package/carousel/style/carouselstyle.js +77 -0
- package/carousel/style/carouselstyle.min.js +1 -0
- package/carousel/style/package.json +6 -0
- package/cascadeselect/BaseCascadeSelect.vue +2 -142
- package/cascadeselect/cascadeselect.cjs.js +3 -67
- package/cascadeselect/cascadeselect.cjs.min.js +1 -1
- package/cascadeselect/cascadeselect.esm.js +2 -67
- package/cascadeselect/cascadeselect.esm.min.js +1 -1
- package/cascadeselect/cascadeselect.js +4 -68
- package/cascadeselect/cascadeselect.min.js +1 -1
- package/cascadeselect/package.json +8 -8
- package/cascadeselect/style/CascadeSelectStyle.d.ts +3 -0
- package/cascadeselect/style/cascadeselectstyle.cjs.js +72 -0
- package/cascadeselect/style/cascadeselectstyle.cjs.min.js +1 -0
- package/cascadeselect/style/cascadeselectstyle.esm.js +66 -0
- package/cascadeselect/style/cascadeselectstyle.esm.min.js +1 -0
- package/cascadeselect/style/cascadeselectstyle.js +75 -0
- package/cascadeselect/style/cascadeselectstyle.min.js +1 -0
- package/cascadeselect/style/package.json +6 -0
- package/chart/BaseChart.vue +2 -19
- package/chart/chart.cjs.js +3 -14
- package/chart/chart.cjs.min.js +1 -1
- package/chart/chart.esm.js +2 -14
- package/chart/chart.esm.min.js +1 -1
- package/chart/chart.js +4 -15
- package/chart/chart.min.js +1 -1
- package/chart/package.json +8 -8
- package/chart/style/ChartStyle.d.ts +3 -0
- package/chart/style/chartstyle.cjs.js +19 -0
- package/chart/style/chartstyle.cjs.min.js +1 -0
- package/chart/style/chartstyle.esm.js +13 -0
- package/chart/style/chartstyle.esm.min.js +1 -0
- package/chart/style/chartstyle.js +22 -0
- package/chart/style/chartstyle.min.js +1 -0
- package/chart/style/package.json +6 -0
- package/checkbox/BaseCheckbox.vue +2 -23
- package/checkbox/checkbox.cjs.js +3 -24
- package/checkbox/checkbox.cjs.min.js +1 -1
- package/checkbox/checkbox.esm.js +2 -24
- package/checkbox/checkbox.esm.min.js +1 -1
- package/checkbox/checkbox.js +4 -26
- package/checkbox/checkbox.min.js +1 -1
- package/checkbox/package.json +8 -8
- package/checkbox/style/CheckboxStyle.d.ts +3 -0
- package/checkbox/style/checkboxstyle.cjs.js +35 -0
- package/checkbox/style/checkboxstyle.cjs.min.js +1 -0
- package/checkbox/style/checkboxstyle.esm.js +29 -0
- package/checkbox/style/checkboxstyle.esm.min.js +1 -0
- package/checkbox/style/checkboxstyle.js +38 -0
- package/checkbox/style/checkboxstyle.min.js +1 -0
- package/checkbox/style/package.json +6 -0
- package/chip/BaseChip.vue +2 -45
- package/chip/chip.cjs.js +3 -22
- package/chip/chip.cjs.min.js +1 -1
- package/chip/chip.esm.js +2 -22
- package/chip/chip.esm.min.js +1 -1
- package/chip/chip.js +4 -23
- package/chip/chip.min.js +1 -1
- package/chip/package.json +8 -8
- package/chip/style/ChipStyle.d.ts +3 -0
- package/chip/style/chipstyle.cjs.js +27 -0
- package/chip/style/chipstyle.cjs.min.js +1 -0
- package/chip/style/chipstyle.esm.js +21 -0
- package/chip/style/chipstyle.esm.min.js +1 -0
- package/chip/style/chipstyle.js +30 -0
- package/chip/style/chipstyle.min.js +1 -0
- package/chip/style/package.json +6 -0
- package/chips/BaseChips.vue +2 -74
- package/chips/chips.cjs.js +3 -34
- package/chips/chips.cjs.min.js +1 -1
- package/chips/chips.esm.js +2 -34
- package/chips/chips.esm.min.js +1 -1
- package/chips/chips.js +4 -35
- package/chips/chips.min.js +1 -1
- package/chips/package.json +8 -8
- package/chips/style/ChipsStyle.d.ts +3 -0
- package/chips/style/chipsstyle.cjs.js +39 -0
- package/chips/style/chipsstyle.cjs.min.js +1 -0
- package/chips/style/chipsstyle.esm.js +33 -0
- package/chips/style/chipsstyle.esm.min.js +1 -0
- package/chips/style/chipsstyle.js +42 -0
- package/chips/style/chipsstyle.min.js +1 -0
- package/chips/style/package.json +6 -0
- package/colorpicker/BaseColorPicker.vue +2 -39
- package/colorpicker/colorpicker.cjs.js +3 -41
- package/colorpicker/colorpicker.cjs.min.js +1 -1
- package/colorpicker/colorpicker.esm.js +2 -41
- package/colorpicker/colorpicker.esm.min.js +1 -1
- package/colorpicker/colorpicker.js +4 -42
- package/colorpicker/colorpicker.min.js +1 -1
- package/colorpicker/package.json +8 -8
- package/colorpicker/style/ColorPickerStyle.d.ts +3 -0
- package/colorpicker/style/colorpickerstyle.cjs.js +46 -0
- package/colorpicker/style/colorpickerstyle.cjs.min.js +1 -0
- package/colorpicker/style/colorpickerstyle.esm.js +40 -0
- package/colorpicker/style/colorpickerstyle.esm.min.js +1 -0
- package/colorpicker/style/colorpickerstyle.js +49 -0
- package/colorpicker/style/colorpickerstyle.min.js +1 -0
- package/colorpicker/style/package.json +6 -0
- package/column/BaseColumn.vue +2 -0
- package/column/Column.d.ts +8 -6
- package/column/column.cjs.js +3 -0
- package/column/column.cjs.min.js +1 -1
- package/column/column.esm.js +2 -0
- package/column/column.esm.min.js +1 -1
- package/column/column.js +4 -2
- package/column/column.min.js +1 -1
- package/column/package.json +8 -8
- package/column/style/ColumnStyle.d.ts +3 -0
- package/column/style/columnstyle.cjs.js +5 -0
- package/column/style/columnstyle.cjs.min.js +1 -0
- package/column/style/columnstyle.esm.js +3 -0
- package/column/style/columnstyle.esm.min.js +1 -0
- package/column/style/columnstyle.js +10 -0
- package/column/style/columnstyle.min.js +1 -0
- package/column/style/package.json +6 -0
- package/columngroup/BaseColumnGroup.vue +2 -0
- package/columngroup/columngroup.cjs.js +3 -0
- package/columngroup/columngroup.cjs.min.js +1 -1
- package/columngroup/columngroup.esm.js +2 -0
- package/columngroup/columngroup.esm.min.js +1 -1
- package/columngroup/columngroup.js +4 -2
- package/columngroup/columngroup.min.js +1 -1
- package/columngroup/package.json +8 -8
- package/columngroup/style/ColumnGroupStyle.d.ts +3 -0
- package/columngroup/style/columngroupstyle.cjs.js +5 -0
- package/columngroup/style/columngroupstyle.cjs.min.js +1 -0
- package/columngroup/style/columngroupstyle.esm.js +3 -0
- package/columngroup/style/columngroupstyle.esm.min.js +1 -0
- package/columngroup/style/columngroupstyle.js +10 -0
- package/columngroup/style/columngroupstyle.min.js +1 -0
- package/columngroup/style/package.json +6 -0
- package/config/PrimeVue.d.ts +4 -0
- package/config/config.cjs.js +15 -13
- package/config/config.cjs.min.js +1 -1
- package/config/config.esm.js +15 -13
- package/config/config.esm.min.js +1 -1
- package/config/config.js +15 -13
- package/config/config.min.js +1 -1
- package/config/package.json +5 -5
- package/confirmationeventbus/package.json +1 -1
- package/confirmationservice/package.json +5 -5
- package/confirmdialog/BaseConfirmDialog.vue +2 -11
- package/confirmdialog/confirmdialog.cjs.js +3 -16
- package/confirmdialog/confirmdialog.cjs.min.js +1 -1
- package/confirmdialog/confirmdialog.esm.js +2 -16
- package/confirmdialog/confirmdialog.esm.min.js +1 -1
- package/confirmdialog/confirmdialog.js +4 -18
- package/confirmdialog/confirmdialog.min.js +1 -1
- package/confirmdialog/package.json +8 -8
- package/confirmdialog/style/ConfirmDialogStyle.d.ts +3 -0
- package/confirmdialog/style/confirmdialogstyle.cjs.js +27 -0
- package/confirmdialog/style/confirmdialogstyle.cjs.min.js +1 -0
- package/confirmdialog/style/confirmdialogstyle.esm.js +21 -0
- package/confirmdialog/style/confirmdialogstyle.esm.min.js +1 -0
- package/confirmdialog/style/confirmdialogstyle.js +30 -0
- package/confirmdialog/style/confirmdialogstyle.min.js +1 -0
- package/confirmdialog/style/package.json +6 -0
- package/confirmpopup/BaseConfirmPopup.vue +2 -97
- package/confirmpopup/confirmpopup.cjs.js +3 -32
- package/confirmpopup/confirmpopup.cjs.min.js +1 -1
- package/confirmpopup/confirmpopup.esm.js +2 -32
- package/confirmpopup/confirmpopup.esm.min.js +1 -1
- package/confirmpopup/confirmpopup.js +4 -33
- package/confirmpopup/confirmpopup.min.js +1 -1
- package/confirmpopup/package.json +8 -8
- package/confirmpopup/style/ConfirmPopupStyle.d.ts +3 -0
- package/confirmpopup/style/confirmpopupstyle.cjs.js +37 -0
- package/confirmpopup/style/confirmpopupstyle.cjs.min.js +1 -0
- package/confirmpopup/style/confirmpopupstyle.esm.js +31 -0
- package/confirmpopup/style/confirmpopupstyle.esm.min.js +1 -0
- package/confirmpopup/style/confirmpopupstyle.js +40 -0
- package/confirmpopup/style/confirmpopupstyle.min.js +1 -0
- package/confirmpopup/style/package.json +6 -0
- package/contextmenu/BaseContextMenu.vue +2 -84
- package/contextmenu/ContextMenu.d.ts +5 -0
- package/contextmenu/ContextMenu.vue +1 -5
- package/contextmenu/ContextMenuSub.vue +1 -0
- package/contextmenu/contextmenu.cjs.js +5 -50
- package/contextmenu/contextmenu.cjs.min.js +1 -1
- package/contextmenu/contextmenu.esm.js +4 -50
- package/contextmenu/contextmenu.esm.min.js +1 -1
- package/contextmenu/contextmenu.js +6 -51
- package/contextmenu/contextmenu.min.js +1 -1
- package/contextmenu/package.json +8 -8
- package/contextmenu/style/ContextMenuStyle.d.ts +3 -0
- package/contextmenu/style/contextmenustyle.cjs.js +50 -0
- package/contextmenu/style/contextmenustyle.cjs.min.js +1 -0
- package/contextmenu/style/contextmenustyle.esm.js +44 -0
- package/contextmenu/style/contextmenustyle.esm.min.js +1 -0
- package/contextmenu/style/contextmenustyle.js +53 -0
- package/contextmenu/style/contextmenustyle.min.js +1 -0
- package/contextmenu/style/package.json +6 -0
- package/core/core.js +5224 -1163
- package/core/core.min.js +223 -25
- package/datatable/BaseDataTable.vue +6 -473
- package/datatable/DataTable.d.ts +5 -0
- package/datatable/DataTable.vue +12 -27
- package/datatable/HeaderCell.vue +1 -5
- package/datatable/TableHeader.vue +0 -6
- package/datatable/datatable.cjs.js +23 -287
- package/datatable/datatable.cjs.min.js +1 -1
- package/datatable/datatable.esm.js +22 -287
- package/datatable/datatable.esm.min.js +1 -1
- package/datatable/datatable.js +24 -288
- package/datatable/datatable.min.js +1 -1
- package/datatable/package.json +8 -8
- package/datatable/style/DataTableStyle.d.ts +3 -0
- package/datatable/style/datatablestyle.cjs.js +255 -0
- package/datatable/style/datatablestyle.cjs.min.js +1 -0
- package/datatable/style/datatablestyle.esm.js +249 -0
- package/datatable/style/datatablestyle.esm.min.js +1 -0
- package/datatable/style/datatablestyle.js +258 -0
- package/datatable/style/datatablestyle.min.js +1 -0
- package/datatable/style/package.json +6 -0
- package/dataview/BaseDataView.vue +2 -20
- package/dataview/DataView.vue +2 -9
- package/dataview/dataview.cjs.js +5 -28
- package/dataview/dataview.cjs.min.js +1 -1
- package/dataview/dataview.esm.js +4 -28
- package/dataview/dataview.esm.min.js +1 -1
- package/dataview/dataview.js +6 -30
- package/dataview/dataview.min.js +1 -1
- package/dataview/package.json +8 -8
- package/dataview/style/DataViewStyle.d.ts +3 -0
- package/dataview/style/dataviewstyle.cjs.js +33 -0
- package/dataview/style/dataviewstyle.cjs.min.js +1 -0
- package/dataview/style/dataviewstyle.esm.js +27 -0
- package/dataview/style/dataviewstyle.esm.min.js +1 -0
- package/dataview/style/dataviewstyle.js +36 -0
- package/dataview/style/dataviewstyle.min.js +1 -0
- package/dataview/style/package.json +6 -0
- package/dataviewlayoutoptions/BaseDataViewLayoutOptions.vue +2 -19
- package/dataviewlayoutoptions/dataviewlayoutoptions.cjs.js +3 -18
- package/dataviewlayoutoptions/dataviewlayoutoptions.cjs.min.js +1 -1
- package/dataviewlayoutoptions/dataviewlayoutoptions.esm.js +2 -18
- package/dataviewlayoutoptions/dataviewlayoutoptions.esm.min.js +1 -1
- package/dataviewlayoutoptions/dataviewlayoutoptions.js +4 -20
- package/dataviewlayoutoptions/dataviewlayoutoptions.min.js +1 -1
- package/dataviewlayoutoptions/package.json +8 -8
- package/dataviewlayoutoptions/style/DataViewLayoutOptionsStyle.d.ts +3 -0
- package/dataviewlayoutoptions/style/dataviewlayoutoptionsstyle.cjs.js +29 -0
- package/dataviewlayoutoptions/style/dataviewlayoutoptionsstyle.cjs.min.js +1 -0
- package/dataviewlayoutoptions/style/dataviewlayoutoptionsstyle.esm.js +23 -0
- package/dataviewlayoutoptions/style/dataviewlayoutoptionsstyle.esm.min.js +1 -0
- package/dataviewlayoutoptions/style/dataviewlayoutoptionsstyle.js +32 -0
- package/dataviewlayoutoptions/style/dataviewlayoutoptionsstyle.min.js +1 -0
- package/dataviewlayoutoptions/style/package.json +6 -0
- package/deferredcontent/DeferredContent.vue +2 -0
- package/deferredcontent/deferredcontent.cjs.js +3 -0
- package/deferredcontent/deferredcontent.cjs.min.js +1 -1
- package/deferredcontent/deferredcontent.esm.js +2 -0
- package/deferredcontent/deferredcontent.esm.min.js +1 -1
- package/deferredcontent/deferredcontent.js +4 -2
- package/deferredcontent/deferredcontent.min.js +1 -1
- package/deferredcontent/package.json +8 -8
- package/deferredcontent/style/DeferredContentStyle.d.ts +3 -0
- package/deferredcontent/style/deferredcontentstyle.cjs.js +5 -0
- package/deferredcontent/style/deferredcontentstyle.cjs.min.js +1 -0
- package/deferredcontent/style/deferredcontentstyle.esm.js +3 -0
- package/deferredcontent/style/deferredcontentstyle.esm.min.js +1 -0
- package/deferredcontent/style/deferredcontentstyle.js +10 -0
- package/deferredcontent/style/deferredcontentstyle.min.js +1 -0
- package/deferredcontent/style/package.json +6 -0
- package/dialog/BaseDialog.vue +2 -197
- package/dialog/Dialog.vue +3 -11
- package/dialog/dialog.cjs.js +6 -78
- package/dialog/dialog.cjs.min.js +1 -1
- package/dialog/dialog.esm.js +5 -78
- package/dialog/dialog.esm.min.js +1 -1
- package/dialog/dialog.js +7 -79
- package/dialog/dialog.min.js +1 -1
- package/dialog/package.json +8 -8
- package/dialog/style/DialogStyle.d.ts +3 -0
- package/dialog/style/dialogstyle.cjs.js +72 -0
- package/dialog/style/dialogstyle.cjs.min.js +1 -0
- package/dialog/style/dialogstyle.esm.js +66 -0
- package/dialog/style/dialogstyle.esm.min.js +1 -0
- package/dialog/style/dialogstyle.js +75 -0
- package/dialog/style/dialogstyle.min.js +1 -0
- package/dialog/style/package.json +6 -0
- package/divider/BaseDivider.vue +2 -96
- package/divider/divider.cjs.js +3 -42
- package/divider/divider.cjs.min.js +1 -1
- package/divider/divider.esm.js +2 -42
- package/divider/divider.esm.min.js +1 -1
- package/divider/divider.js +4 -43
- package/divider/divider.min.js +1 -1
- package/divider/package.json +8 -8
- package/divider/style/DividerStyle.d.ts +3 -0
- package/divider/style/dividerstyle.cjs.js +47 -0
- package/divider/style/dividerstyle.cjs.min.js +1 -0
- package/divider/style/dividerstyle.esm.js +41 -0
- package/divider/style/dividerstyle.esm.min.js +1 -0
- package/divider/style/dividerstyle.js +50 -0
- package/divider/style/dividerstyle.min.js +1 -0
- package/divider/style/package.json +6 -0
- package/dock/BaseDock.vue +2 -144
- package/dock/dock.cjs.js +3 -45
- package/dock/dock.cjs.min.js +1 -1
- package/dock/dock.esm.js +2 -45
- package/dock/dock.esm.min.js +1 -1
- package/dock/dock.js +4 -46
- package/dock/dock.min.js +1 -1
- package/dock/package.json +2 -2
- package/dock/style/DockStyle.d.ts +3 -0
- package/dock/style/dockstyle.cjs.js +50 -0
- package/dock/style/dockstyle.cjs.min.js +1 -0
- package/dock/style/dockstyle.esm.js +44 -0
- package/dock/style/dockstyle.esm.min.js +1 -0
- package/dock/style/dockstyle.js +53 -0
- package/dock/style/dockstyle.min.js +1 -0
- package/dock/style/package.json +6 -0
- package/dropdown/BaseDropdown.vue +2 -152
- package/dropdown/dropdown.cjs.js +3 -64
- package/dropdown/dropdown.cjs.min.js +1 -1
- package/dropdown/dropdown.esm.js +2 -64
- package/dropdown/dropdown.esm.min.js +1 -1
- package/dropdown/dropdown.js +4 -65
- package/dropdown/dropdown.min.js +1 -1
- package/dropdown/package.json +8 -8
- package/dropdown/style/DropdownStyle.d.ts +3 -0
- package/dropdown/style/dropdownstyle.cjs.js +69 -0
- package/dropdown/style/dropdownstyle.cjs.min.js +1 -0
- package/dropdown/style/dropdownstyle.esm.js +63 -0
- package/dropdown/style/dropdownstyle.esm.min.js +1 -0
- package/dropdown/style/dropdownstyle.js +72 -0
- package/dropdown/style/dropdownstyle.min.js +1 -0
- package/dropdown/style/package.json +6 -0
- package/dynamicdialog/BaseDynamicDialog.vue +16 -0
- package/dynamicdialog/DynamicDialog.vue +2 -2
- package/dynamicdialog/dynamicdialog.cjs.js +17 -3
- package/dynamicdialog/dynamicdialog.cjs.min.js +1 -1
- package/dynamicdialog/dynamicdialog.esm.js +15 -2
- package/dynamicdialog/dynamicdialog.esm.min.js +1 -1
- package/dynamicdialog/dynamicdialog.js +17 -4
- package/dynamicdialog/dynamicdialog.min.js +1 -1
- package/dynamicdialog/style/AccordionStyle.d.ts +3 -0
- package/dynamicdialog/style/dynamicdialogstyle.cjs.js +5 -0
- package/dynamicdialog/style/dynamicdialogstyle.cjs.min.js +1 -0
- package/dynamicdialog/style/dynamicdialogstyle.esm.js +3 -0
- package/dynamicdialog/style/dynamicdialogstyle.esm.min.js +1 -0
- package/dynamicdialog/style/dynamicdialogstyle.js +10 -0
- package/dynamicdialog/style/dynamicdialogstyle.min.js +1 -0
- package/dynamicdialog/style/package.json +6 -0
- package/editor/BaseEditor.vue +3 -961
- package/editor/editor.cjs.js +7 -16
- package/editor/editor.cjs.min.js +1 -1
- package/editor/editor.esm.js +6 -16
- package/editor/editor.esm.min.js +1 -1
- package/editor/editor.js +8 -17
- package/editor/editor.min.js +1 -1
- package/editor/package.json +8 -8
- package/editor/style/EditorStyle.d.ts +3 -0
- package/editor/style/editorstyle.cjs.js +21 -0
- package/editor/style/editorstyle.cjs.min.js +1 -0
- package/editor/style/editorstyle.esm.js +15 -0
- package/editor/style/editorstyle.esm.min.js +1 -0
- package/editor/style/editorstyle.js +24 -0
- package/editor/style/editorstyle.min.js +1 -0
- package/editor/style/package.json +6 -0
- package/fieldset/BaseFieldset.vue +2 -45
- package/fieldset/fieldset.cjs.js +3 -27
- package/fieldset/fieldset.cjs.min.js +1 -1
- package/fieldset/fieldset.esm.js +2 -27
- package/fieldset/fieldset.esm.min.js +1 -1
- package/fieldset/fieldset.js +4 -28
- package/fieldset/fieldset.min.js +1 -1
- package/fieldset/package.json +8 -8
- package/fieldset/style/FieldsetStyle.d.ts +3 -0
- package/fieldset/style/fieldsetstyle.cjs.js +29 -0
- package/fieldset/style/fieldsetstyle.cjs.min.js +1 -0
- package/fieldset/style/fieldsetstyle.esm.js +23 -0
- package/fieldset/style/fieldsetstyle.esm.min.js +1 -0
- package/fieldset/style/fieldsetstyle.js +32 -0
- package/fieldset/style/fieldsetstyle.min.js +1 -0
- package/fieldset/style/package.json +6 -0
- package/fileupload/BaseFileUpload.vue +2 -82
- package/fileupload/FileUpload.vue +2 -2
- package/fileupload/fileupload.cjs.js +6 -43
- package/fileupload/fileupload.cjs.min.js +1 -1
- package/fileupload/fileupload.esm.js +5 -43
- package/fileupload/fileupload.esm.min.js +1 -1
- package/fileupload/fileupload.js +7 -44
- package/fileupload/fileupload.min.js +1 -1
- package/fileupload/package.json +8 -8
- package/fileupload/style/FileUploadStyle.d.ts +3 -0
- package/fileupload/style/fileuploadstyle.cjs.js +46 -0
- package/fileupload/style/fileuploadstyle.cjs.min.js +1 -0
- package/fileupload/style/fileuploadstyle.esm.js +40 -0
- package/fileupload/style/fileuploadstyle.esm.min.js +1 -0
- package/fileupload/style/fileuploadstyle.js +49 -0
- package/fileupload/style/fileuploadstyle.min.js +1 -0
- package/fileupload/style/package.json +6 -0
- package/focustrap/focustrap.cjs.js +5 -1
- package/focustrap/focustrap.cjs.min.js +1 -1
- package/focustrap/focustrap.esm.js +4 -1
- package/focustrap/focustrap.esm.min.js +1 -1
- package/focustrap/focustrap.js +6 -3
- package/focustrap/focustrap.min.js +1 -1
- package/focustrap/package.json +1 -1
- package/focustrap/style/FocusTrapStyle.d.ts +3 -0
- package/focustrap/style/focustrapstyle.cjs.js +5 -0
- package/focustrap/style/focustrapstyle.cjs.min.js +1 -0
- package/focustrap/style/focustrapstyle.esm.js +3 -0
- package/focustrap/style/focustrapstyle.esm.min.js +1 -0
- package/focustrap/style/focustrapstyle.js +10 -0
- package/focustrap/style/focustrapstyle.min.js +1 -0
- package/focustrap/style/package.json +6 -0
- package/galleria/BaseGalleria.vue +2 -378
- package/galleria/Galleria.vue +3 -6
- package/galleria/GalleriaThumbnails.vue +3 -10
- package/galleria/galleria.cjs.js +8 -104
- package/galleria/galleria.cjs.min.js +1 -1
- package/galleria/galleria.esm.js +8 -105
- package/galleria/galleria.esm.min.js +1 -1
- package/galleria/galleria.js +9 -105
- package/galleria/galleria.min.js +1 -1
- package/galleria/package.json +8 -8
- package/galleria/style/GalleriaStyle.d.ts +3 -0
- package/galleria/style/galleriastyle.cjs.js +97 -0
- package/galleria/style/galleriastyle.cjs.min.js +1 -0
- package/galleria/style/galleriastyle.esm.js +91 -0
- package/galleria/style/galleriastyle.esm.min.js +1 -0
- package/galleria/style/galleriastyle.js +100 -0
- package/galleria/style/galleriastyle.min.js +1 -0
- package/galleria/style/package.json +6 -0
- package/icons/angledoubledown/package.json +2 -2
- package/icons/angledoubleleft/package.json +2 -2
- package/icons/angledoubleright/package.json +2 -2
- package/icons/angledoubleup/package.json +2 -2
- package/icons/angledown/package.json +2 -2
- package/icons/angleleft/package.json +2 -2
- package/icons/angleright/package.json +2 -2
- package/icons/angleup/package.json +2 -2
- package/icons/arrowdown/package.json +2 -2
- package/icons/arrowup/package.json +2 -2
- package/icons/ban/package.json +2 -2
- package/icons/bars/package.json +2 -2
- package/icons/calendar/package.json +2 -2
- package/icons/check/package.json +2 -2
- package/icons/chevrondown/package.json +2 -2
- package/icons/chevronleft/package.json +2 -2
- package/icons/chevronright/package.json +2 -2
- package/icons/chevronup/package.json +2 -2
- package/icons/exclamationtriangle/package.json +2 -2
- package/icons/eye/package.json +2 -2
- package/icons/eyeslash/package.json +2 -2
- package/icons/filter/package.json +2 -2
- package/icons/filterslash/package.json +2 -2
- package/icons/infocircle/package.json +2 -2
- package/icons/minus/package.json +2 -2
- package/icons/pencil/package.json +2 -2
- package/icons/plus/package.json +2 -2
- package/icons/refresh/package.json +2 -2
- package/icons/search/package.json +2 -2
- package/icons/searchminus/package.json +2 -2
- package/icons/searchplus/package.json +2 -2
- package/icons/sortalt/package.json +2 -2
- package/icons/sortamountdown/package.json +2 -2
- package/icons/sortamountupalt/package.json +2 -2
- package/icons/spinner/package.json +2 -2
- package/icons/star/package.json +2 -2
- package/icons/starfill/package.json +2 -2
- package/icons/thlarge/package.json +2 -2
- package/icons/times/package.json +2 -2
- package/icons/timescircle/package.json +2 -2
- package/icons/trash/package.json +2 -2
- package/icons/undo/package.json +2 -2
- package/icons/upload/package.json +2 -2
- package/icons/windowmaximize/package.json +8 -8
- package/icons/windowminimize/package.json +2 -2
- package/image/BaseImage.vue +2 -104
- package/image/Image.vue +4 -7
- package/image/image.cjs.js +7 -49
- package/image/image.cjs.min.js +1 -1
- package/image/image.esm.js +6 -49
- package/image/image.esm.min.js +1 -1
- package/image/image.js +8 -50
- package/image/image.min.js +1 -1
- package/image/package.json +2 -2
- package/image/style/ImageStyle.d.ts +3 -0
- package/image/style/imagestyle.cjs.js +48 -0
- package/image/style/imagestyle.cjs.min.js +1 -0
- package/image/style/imagestyle.esm.js +42 -0
- package/image/style/imagestyle.esm.min.js +1 -0
- package/image/style/imagestyle.js +51 -0
- package/image/style/imagestyle.min.js +1 -0
- package/image/style/package.json +6 -0
- package/inlinemessage/BaseInlineMessage.vue +2 -33
- package/inlinemessage/inlinemessage.cjs.js +3 -25
- package/inlinemessage/inlinemessage.cjs.min.js +1 -1
- package/inlinemessage/inlinemessage.esm.js +2 -25
- package/inlinemessage/inlinemessage.esm.min.js +1 -1
- package/inlinemessage/inlinemessage.js +4 -26
- package/inlinemessage/inlinemessage.min.js +1 -1
- package/inlinemessage/package.json +8 -8
- package/inlinemessage/style/InlineMessageStyle.d.ts +3 -0
- package/inlinemessage/style/inlinemessagestyle.cjs.js +30 -0
- package/inlinemessage/style/inlinemessagestyle.cjs.min.js +1 -0
- package/inlinemessage/style/inlinemessagestyle.esm.js +24 -0
- package/inlinemessage/style/inlinemessagestyle.esm.min.js +1 -0
- package/inlinemessage/style/inlinemessagestyle.js +33 -0
- package/inlinemessage/style/inlinemessagestyle.min.js +1 -0
- package/inlinemessage/style/package.json +6 -0
- package/inplace/BaseInplace.vue +2 -35
- package/inplace/inplace.cjs.js +3 -26
- package/inplace/inplace.cjs.min.js +1 -1
- package/inplace/inplace.esm.js +2 -26
- package/inplace/inplace.esm.min.js +1 -1
- package/inplace/inplace.js +4 -27
- package/inplace/inplace.min.js +1 -1
- package/inplace/package.json +8 -8
- package/inplace/style/InplaceStyle.d.ts +3 -0
- package/inplace/style/inplacestyle.cjs.js +31 -0
- package/inplace/style/inplacestyle.cjs.min.js +1 -0
- package/inplace/style/inplacestyle.esm.js +25 -0
- package/inplace/style/inplacestyle.esm.min.js +1 -0
- package/inplace/style/inplacestyle.js +34 -0
- package/inplace/style/inplacestyle.min.js +1 -0
- package/inplace/style/package.json +6 -0
- package/inputmask/BaseInputMask.vue +2 -12
- package/inputmask/inputmask.cjs.js +3 -11
- package/inputmask/inputmask.cjs.min.js +1 -1
- package/inputmask/inputmask.esm.js +2 -11
- package/inputmask/inputmask.esm.min.js +1 -1
- package/inputmask/inputmask.js +4 -13
- package/inputmask/inputmask.min.js +1 -1
- package/inputmask/package.json +8 -8
- package/inputmask/style/InputMaskStyle.d.ts +3 -0
- package/inputmask/style/inputmaskstyle.cjs.js +22 -0
- package/inputmask/style/inputmaskstyle.cjs.min.js +1 -0
- package/inputmask/style/inputmaskstyle.esm.js +16 -0
- package/inputmask/style/inputmaskstyle.esm.min.js +1 -0
- package/inputmask/style/inputmaskstyle.js +25 -0
- package/inputmask/style/inputmaskstyle.min.js +1 -0
- package/inputmask/style/package.json +6 -0
- package/inputnumber/BaseInputNumber.vue +2 -139
- package/inputnumber/inputnumber.cjs.js +3 -40
- package/inputnumber/inputnumber.cjs.min.js +1 -1
- package/inputnumber/inputnumber.esm.js +2 -40
- package/inputnumber/inputnumber.esm.min.js +1 -1
- package/inputnumber/inputnumber.js +4 -41
- package/inputnumber/inputnumber.min.js +1 -1
- package/inputnumber/package.json +8 -8
- package/inputnumber/style/InputNumberStyle.d.ts +3 -0
- package/inputnumber/style/inputnumberstyle.cjs.js +45 -0
- package/inputnumber/style/inputnumberstyle.cjs.min.js +1 -0
- package/inputnumber/style/inputnumberstyle.esm.js +39 -0
- package/inputnumber/style/inputnumberstyle.esm.min.js +1 -0
- package/inputnumber/style/inputnumberstyle.js +48 -0
- package/inputnumber/style/inputnumberstyle.min.js +1 -0
- package/inputnumber/style/package.json +6 -0
- package/inputswitch/BaseInputSwitch.vue +2 -48
- package/inputswitch/InputSwitch.d.ts +5 -0
- package/inputswitch/inputswitch.cjs.js +3 -29
- package/inputswitch/inputswitch.cjs.min.js +1 -1
- package/inputswitch/inputswitch.esm.js +2 -29
- package/inputswitch/inputswitch.esm.min.js +1 -1
- package/inputswitch/inputswitch.js +4 -30
- package/inputswitch/inputswitch.min.js +1 -1
- package/inputswitch/package.json +8 -8
- package/inputswitch/style/InputSwitchStyle.d.ts +3 -0
- package/inputswitch/style/inputswitchstyle.cjs.js +34 -0
- package/inputswitch/style/inputswitchstyle.cjs.min.js +1 -0
- package/inputswitch/style/inputswitchstyle.esm.js +28 -0
- package/inputswitch/style/inputswitchstyle.esm.min.js +1 -0
- package/inputswitch/style/inputswitchstyle.js +37 -0
- package/inputswitch/style/inputswitchstyle.min.js +1 -0
- package/inputswitch/style/package.json +6 -0
- package/inputtext/BaseInputText.vue +2 -14
- package/inputtext/inputtext.cjs.js +3 -14
- package/inputtext/inputtext.cjs.min.js +1 -1
- package/inputtext/inputtext.esm.js +2 -14
- package/inputtext/inputtext.esm.min.js +1 -1
- package/inputtext/inputtext.js +4 -16
- package/inputtext/inputtext.min.js +1 -1
- package/inputtext/package.json +8 -8
- package/inputtext/style/InputTextStyle.d.ts +3 -0
- package/inputtext/style/inputtextstyle.cjs.js +25 -0
- package/inputtext/style/inputtextstyle.cjs.min.js +1 -0
- package/inputtext/style/inputtextstyle.esm.js +19 -0
- package/inputtext/style/inputtextstyle.esm.min.js +1 -0
- package/inputtext/style/inputtextstyle.js +28 -0
- package/inputtext/style/inputtextstyle.min.js +1 -0
- package/inputtext/style/package.json +6 -0
- package/knob/BaseKnob.vue +2 -37
- package/knob/knob.cjs.js +3 -22
- package/knob/knob.cjs.min.js +1 -1
- package/knob/knob.esm.js +2 -22
- package/knob/knob.esm.min.js +1 -1
- package/knob/knob.js +4 -23
- package/knob/knob.min.js +1 -1
- package/knob/package.json +8 -8
- package/knob/style/KnobStyle.d.ts +3 -0
- package/knob/style/knobstyle.cjs.js +27 -0
- package/knob/style/knobstyle.cjs.min.js +1 -0
- package/knob/style/knobstyle.esm.js +21 -0
- package/knob/style/knobstyle.esm.min.js +1 -0
- package/knob/style/knobstyle.js +30 -0
- package/knob/style/knobstyle.min.js +1 -0
- package/knob/style/package.json +6 -0
- package/listbox/BaseListbox.vue +2 -71
- package/listbox/listbox.cjs.js +3 -40
- package/listbox/listbox.cjs.min.js +1 -1
- package/listbox/listbox.esm.js +2 -40
- package/listbox/listbox.esm.min.js +1 -1
- package/listbox/listbox.js +4 -41
- package/listbox/listbox.min.js +1 -1
- package/listbox/package.json +8 -8
- package/listbox/style/ListboxStyle.d.ts +3 -0
- package/listbox/style/listboxstyle.cjs.js +45 -0
- package/listbox/style/listboxstyle.cjs.min.js +1 -0
- package/listbox/style/listboxstyle.esm.js +39 -0
- package/listbox/style/listboxstyle.esm.min.js +1 -0
- package/listbox/style/listboxstyle.js +48 -0
- package/listbox/style/listboxstyle.min.js +1 -0
- package/listbox/style/package.json +6 -0
- package/megamenu/BaseMegaMenu.vue +2 -197
- package/megamenu/MegaMenu.d.ts +5 -0
- package/megamenu/MegaMenuSub.vue +2 -1
- package/megamenu/megamenu.cjs.js +5 -91
- package/megamenu/megamenu.cjs.min.js +1 -1
- package/megamenu/megamenu.esm.js +4 -91
- package/megamenu/megamenu.esm.min.js +1 -1
- package/megamenu/megamenu.js +6 -92
- package/megamenu/megamenu.min.js +1 -1
- package/megamenu/package.json +8 -8
- package/megamenu/style/MegaMenuStyle.d.ts +3 -0
- package/megamenu/style/megamenustyle.cjs.js +95 -0
- package/megamenu/style/megamenustyle.cjs.min.js +1 -0
- package/megamenu/style/megamenustyle.esm.js +89 -0
- package/megamenu/style/megamenustyle.esm.min.js +1 -0
- package/megamenu/style/megamenustyle.js +98 -0
- package/megamenu/style/megamenustyle.min.js +1 -0
- package/megamenu/style/package.json +6 -0
- package/menu/BaseMenu.vue +2 -63
- package/menu/Menu.d.ts +5 -0
- package/menu/Menu.vue +1 -1
- package/menu/Menuitem.vue +2 -1
- package/menu/menu.cjs.js +6 -48
- package/menu/menu.cjs.min.js +1 -1
- package/menu/menu.esm.js +5 -48
- package/menu/menu.esm.min.js +1 -1
- package/menu/menu.js +7 -49
- package/menu/menu.min.js +1 -1
- package/menu/package.json +8 -8
- package/menu/style/MenuStyle.d.ts +3 -0
- package/menu/style/menustyle.cjs.js +51 -0
- package/menu/style/menustyle.cjs.min.js +1 -0
- package/menu/style/menustyle.esm.js +45 -0
- package/menu/style/menustyle.esm.min.js +1 -0
- package/menu/style/menustyle.js +54 -0
- package/menu/style/menustyle.min.js +1 -0
- package/menu/style/package.json +6 -0
- package/menubar/BaseMenubar.vue +2 -122
- package/menubar/Menubar.d.ts +5 -0
- package/menubar/MenubarSub.vue +1 -0
- package/menubar/menubar.cjs.js +4 -57
- package/menubar/menubar.cjs.min.js +1 -1
- package/menubar/menubar.esm.js +3 -57
- package/menubar/menubar.esm.min.js +1 -1
- package/menubar/menubar.js +5 -58
- package/menubar/menubar.min.js +1 -1
- package/menubar/package.json +8 -8
- package/menubar/style/MenubarStyle.d.ts +3 -0
- package/menubar/style/menubarstyle.cjs.js +62 -0
- package/menubar/style/menubarstyle.cjs.min.js +1 -0
- package/menubar/style/menubarstyle.esm.js +56 -0
- package/menubar/style/menubarstyle.esm.min.js +1 -0
- package/menubar/style/menubarstyle.js +65 -0
- package/menubar/style/menubarstyle.min.js +1 -0
- package/menubar/style/package.json +6 -0
- package/message/BaseMessage.vue +2 -69
- package/message/message.cjs.js +3 -22
- package/message/message.cjs.min.js +1 -1
- package/message/message.esm.js +2 -22
- package/message/message.esm.min.js +1 -1
- package/message/message.js +4 -23
- package/message/message.min.js +1 -1
- package/message/package.json +8 -8
- package/message/style/MessageStyle.d.ts +3 -0
- package/message/style/messagestyle.cjs.js +27 -0
- package/message/style/messagestyle.cjs.min.js +1 -0
- package/message/style/messagestyle.esm.js +21 -0
- package/message/style/messagestyle.esm.min.js +1 -0
- package/message/style/messagestyle.js +30 -0
- package/message/style/messagestyle.min.js +1 -0
- package/message/style/package.json +6 -0
- package/multiselect/BaseMultiSelect.vue +2 -193
- package/multiselect/MultiSelect.vue +4 -3
- package/multiselect/multiselect.cjs.js +7 -104
- package/multiselect/multiselect.cjs.min.js +1 -1
- package/multiselect/multiselect.esm.js +6 -104
- package/multiselect/multiselect.esm.min.js +1 -1
- package/multiselect/multiselect.js +8 -105
- package/multiselect/multiselect.min.js +1 -1
- package/multiselect/package.json +8 -8
- package/multiselect/style/MultiSelectStyle.d.ts +3 -0
- package/multiselect/style/multiselectstyle.cjs.js +106 -0
- package/multiselect/style/multiselectstyle.cjs.min.js +1 -0
- package/multiselect/style/multiselectstyle.esm.js +100 -0
- package/multiselect/style/multiselectstyle.esm.min.js +1 -0
- package/multiselect/style/multiselectstyle.js +109 -0
- package/multiselect/style/multiselectstyle.min.js +1 -0
- package/multiselect/style/package.json +6 -0
- package/orderlist/BaseOrderList.vue +2 -69
- package/orderlist/OrderList.vue +4 -4
- package/orderlist/orderlist.cjs.js +8 -33
- package/orderlist/orderlist.cjs.min.js +1 -1
- package/orderlist/orderlist.esm.js +7 -33
- package/orderlist/orderlist.esm.min.js +1 -1
- package/orderlist/orderlist.js +9 -34
- package/orderlist/orderlist.min.js +1 -1
- package/orderlist/package.json +8 -8
- package/orderlist/style/OrderListStyle.d.ts +3 -0
- package/orderlist/style/orderliststyle.cjs.js +37 -0
- package/orderlist/style/orderliststyle.cjs.min.js +1 -0
- package/orderlist/style/orderliststyle.esm.js +31 -0
- package/orderlist/style/orderliststyle.esm.min.js +1 -0
- package/orderlist/style/orderliststyle.js +40 -0
- package/orderlist/style/orderliststyle.min.js +1 -0
- package/orderlist/style/package.json +6 -0
- package/organizationchart/BaseOrganizationChart.vue +2 -78
- package/organizationchart/OrganizationChart.d.ts +6 -1
- package/organizationchart/organizationchart.cjs.js +3 -42
- package/organizationchart/organizationchart.cjs.min.js +1 -1
- package/organizationchart/organizationchart.esm.js +2 -42
- package/organizationchart/organizationchart.esm.min.js +1 -1
- package/organizationchart/organizationchart.js +4 -43
- package/organizationchart/organizationchart.min.js +1 -1
- package/organizationchart/package.json +8 -8
- package/organizationchart/style/OrganizationChartStyle.d.ts +3 -0
- package/organizationchart/style/organizationchartstyle.cjs.js +45 -0
- package/organizationchart/style/organizationchartstyle.cjs.min.js +1 -0
- package/organizationchart/style/organizationchartstyle.esm.js +39 -0
- package/organizationchart/style/organizationchartstyle.esm.min.js +1 -0
- package/organizationchart/style/organizationchartstyle.js +48 -0
- package/organizationchart/style/organizationchartstyle.min.js +1 -0
- package/organizationchart/style/package.json +6 -0
- package/overlayeventbus/package.json +1 -1
- package/overlaypanel/BaseOverlayPanel.vue +6 -94
- package/overlaypanel/OverlayPanel.d.ts +5 -0
- package/overlaypanel/OverlayPanel.vue +22 -0
- package/overlaypanel/overlaypanel.cjs.js +28 -23
- package/overlaypanel/overlaypanel.cjs.min.js +1 -1
- package/overlaypanel/overlaypanel.esm.js +27 -23
- package/overlaypanel/overlaypanel.esm.min.js +1 -1
- package/overlaypanel/overlaypanel.js +29 -24
- package/overlaypanel/overlaypanel.min.js +1 -1
- package/overlaypanel/package.json +8 -8
- package/overlaypanel/style/OverlayPanelStyle.d.ts +3 -0
- package/overlaypanel/style/overlaypanelstyle.cjs.js +28 -0
- package/overlaypanel/style/overlaypanelstyle.cjs.min.js +1 -0
- package/overlaypanel/style/overlaypanelstyle.esm.js +22 -0
- package/overlaypanel/style/overlaypanelstyle.esm.min.js +1 -0
- package/overlaypanel/style/overlaypanelstyle.js +31 -0
- package/overlaypanel/style/overlaypanelstyle.min.js +1 -0
- package/overlaypanel/style/package.json +6 -0
- package/package.json +1 -1
- package/paginator/BasePaginator.vue +2 -102
- package/paginator/package.json +8 -8
- package/paginator/paginator.cjs.js +3 -66
- package/paginator/paginator.cjs.min.js +1 -1
- package/paginator/paginator.esm.js +2 -66
- package/paginator/paginator.esm.min.js +1 -1
- package/paginator/paginator.js +4 -67
- package/paginator/paginator.min.js +1 -1
- package/paginator/style/PaginatorStyle.d.ts +3 -0
- package/paginator/style/package.json +6 -0
- package/paginator/style/paginatorstyle.cjs.js +71 -0
- package/paginator/style/paginatorstyle.cjs.min.js +1 -0
- package/paginator/style/paginatorstyle.esm.js +65 -0
- package/paginator/style/paginatorstyle.esm.min.js +1 -0
- package/paginator/style/paginatorstyle.js +74 -0
- package/paginator/style/paginatorstyle.min.js +1 -0
- package/panel/BasePanel.vue +2 -47
- package/panel/package.json +8 -8
- package/panel/panel.cjs.js +3 -26
- package/panel/panel.cjs.min.js +1 -1
- package/panel/panel.esm.js +2 -26
- package/panel/panel.esm.min.js +1 -1
- package/panel/panel.js +4 -27
- package/panel/panel.min.js +1 -1
- package/panel/style/PanelStyle.d.ts +3 -0
- package/panel/style/package.json +6 -0
- package/panel/style/panelstyle.cjs.js +31 -0
- package/panel/style/panelstyle.cjs.min.js +1 -0
- package/panel/style/panelstyle.esm.js +25 -0
- package/panel/style/panelstyle.esm.min.js +1 -0
- package/panel/style/panelstyle.js +34 -0
- package/panel/style/panelstyle.min.js +1 -0
- package/panelmenu/BasePanelMenu.vue +2 -89
- package/panelmenu/PanelMenu.d.ts +13 -0
- package/panelmenu/PanelMenu.vue +20 -2
- package/panelmenu/PanelMenuList.vue +1 -1
- package/panelmenu/PanelMenuSub.vue +2 -1
- package/panelmenu/package.json +8 -8
- package/panelmenu/panelmenu.cjs.js +24 -67
- package/panelmenu/panelmenu.cjs.min.js +1 -1
- package/panelmenu/panelmenu.esm.js +23 -67
- package/panelmenu/panelmenu.esm.min.js +1 -1
- package/panelmenu/panelmenu.js +24 -67
- package/panelmenu/panelmenu.min.js +1 -1
- package/panelmenu/style/PanelMenuStyle.d.ts +3 -0
- package/panelmenu/style/package.json +6 -0
- package/panelmenu/style/panelmenustyle.cjs.js +66 -0
- package/panelmenu/style/panelmenustyle.cjs.min.js +1 -0
- package/panelmenu/style/panelmenustyle.esm.js +60 -0
- package/panelmenu/style/panelmenustyle.esm.min.js +1 -0
- package/panelmenu/style/panelmenustyle.js +69 -0
- package/panelmenu/style/panelmenustyle.min.js +1 -0
- package/passthrough/package.json +1 -1
- package/passthrough/tailwind/index.cjs.js +412 -380
- package/passthrough/tailwind/index.cjs.min.js +1 -1
- package/passthrough/tailwind/index.esm.js +412 -380
- package/passthrough/tailwind/index.esm.min.js +1 -1
- package/passthrough/tailwind/index.js +412 -380
- package/passthrough/tailwind/index.min.js +1 -1
- package/passthrough/tailwind/package.json +1 -1
- package/password/BasePassword.vue +2 -70
- package/password/package.json +8 -8
- package/password/password.cjs.js +3 -50
- package/password/password.cjs.min.js +1 -1
- package/password/password.esm.js +2 -50
- package/password/password.esm.min.js +1 -1
- package/password/password.js +4 -51
- package/password/password.min.js +1 -1
- package/password/style/PasswordStyle.d.ts +3 -0
- package/password/style/package.json +6 -0
- package/password/style/passwordstyle.cjs.js +55 -0
- package/password/style/passwordstyle.cjs.min.js +1 -0
- package/password/style/passwordstyle.esm.js +49 -0
- package/password/style/passwordstyle.esm.min.js +1 -0
- package/password/style/passwordstyle.js +58 -0
- package/password/style/passwordstyle.min.js +1 -0
- package/picklist/BasePickList.vue +2 -70
- package/picklist/PickList.vue +2 -2
- package/picklist/package.json +8 -8
- package/picklist/picklist.cjs.js +5 -40
- package/picklist/picklist.cjs.min.js +1 -1
- package/picklist/picklist.esm.js +4 -40
- package/picklist/picklist.esm.min.js +1 -1
- package/picklist/picklist.js +6 -41
- package/picklist/picklist.min.js +1 -1
- package/picklist/style/PickListStyle.d.ts +3 -0
- package/picklist/style/package.json +6 -0
- package/picklist/style/pickliststyle.cjs.js +43 -0
- package/picklist/style/pickliststyle.cjs.min.js +1 -0
- package/picklist/style/pickliststyle.esm.js +37 -0
- package/picklist/style/pickliststyle.esm.min.js +1 -0
- package/picklist/style/pickliststyle.js +46 -0
- package/picklist/style/pickliststyle.min.js +1 -0
- package/portal/package.json +7 -7
- package/portal/style/PortalStyle.d.ts +3 -0
- package/portal/style/package.json +6 -0
- package/portal/style/portalstyle.cjs.js +5 -0
- package/portal/style/portalstyle.cjs.min.js +1 -0
- package/portal/style/portalstyle.esm.js +3 -0
- package/portal/style/portalstyle.esm.min.js +1 -0
- package/portal/style/portalstyle.js +10 -0
- package/portal/style/portalstyle.min.js +1 -0
- package/progressbar/BaseProgressBar.vue +2 -133
- package/progressbar/package.json +8 -8
- package/progressbar/progressbar.cjs.js +3 -23
- package/progressbar/progressbar.cjs.min.js +1 -1
- package/progressbar/progressbar.esm.js +2 -23
- package/progressbar/progressbar.esm.min.js +1 -1
- package/progressbar/progressbar.js +4 -24
- package/progressbar/progressbar.min.js +1 -1
- package/progressbar/style/ProgressBarStyle.d.ts +3 -0
- package/progressbar/style/package.json +6 -0
- package/progressbar/style/progressbarstyle.cjs.js +28 -0
- package/progressbar/style/progressbarstyle.cjs.min.js +1 -0
- package/progressbar/style/progressbarstyle.esm.js +22 -0
- package/progressbar/style/progressbarstyle.esm.min.js +1 -0
- package/progressbar/style/progressbarstyle.js +31 -0
- package/progressbar/style/progressbarstyle.min.js +1 -0
- package/progressspinner/BaseProgressSpinner.vue +2 -43
- package/progressspinner/package.json +8 -8
- package/progressspinner/progressspinner.cjs.js +3 -16
- package/progressspinner/progressspinner.cjs.min.js +1 -1
- package/progressspinner/progressspinner.esm.js +2 -16
- package/progressspinner/progressspinner.esm.min.js +1 -1
- package/progressspinner/progressspinner.js +4 -17
- package/progressspinner/progressspinner.min.js +1 -1
- package/progressspinner/style/ProgressSpinnerStyle.d.ts +3 -0
- package/progressspinner/style/package.json +6 -0
- package/progressspinner/style/progressspinnerstyle.cjs.js +21 -0
- package/progressspinner/style/progressspinnerstyle.cjs.min.js +1 -0
- package/progressspinner/style/progressspinnerstyle.esm.js +15 -0
- package/progressspinner/style/progressspinnerstyle.esm.min.js +1 -0
- package/progressspinner/style/progressspinnerstyle.js +24 -0
- package/progressspinner/style/progressspinnerstyle.min.js +1 -0
- package/radiobutton/BaseRadioButton.vue +2 -23
- package/radiobutton/package.json +8 -8
- package/radiobutton/radiobutton.cjs.js +3 -24
- package/radiobutton/radiobutton.cjs.min.js +1 -1
- package/radiobutton/radiobutton.esm.js +2 -24
- package/radiobutton/radiobutton.esm.min.js +1 -1
- package/radiobutton/radiobutton.js +4 -26
- package/radiobutton/radiobutton.min.js +1 -1
- package/radiobutton/style/RadioButtonStyle.d.ts +3 -0
- package/radiobutton/style/package.json +6 -0
- package/radiobutton/style/radiobuttonstyle.cjs.js +35 -0
- package/radiobutton/style/radiobuttonstyle.cjs.min.js +1 -0
- package/radiobutton/style/radiobuttonstyle.esm.js +29 -0
- package/radiobutton/style/radiobuttonstyle.esm.min.js +1 -0
- package/radiobutton/style/radiobuttonstyle.js +38 -0
- package/radiobutton/style/radiobuttonstyle.min.js +1 -0
- package/rating/BaseRating.vue +2 -53
- package/rating/package.json +8 -8
- package/rating/rating.cjs.js +3 -38
- package/rating/rating.cjs.min.js +1 -1
- package/rating/rating.esm.js +2 -38
- package/rating/rating.esm.min.js +1 -1
- package/rating/rating.js +4 -39
- package/rating/rating.min.js +1 -1
- package/rating/style/RatingStyle.d.ts +3 -0
- package/rating/style/package.json +6 -0
- package/rating/style/ratingstyle.cjs.js +43 -0
- package/rating/style/ratingstyle.cjs.min.js +1 -0
- package/rating/style/ratingstyle.esm.js +37 -0
- package/rating/style/ratingstyle.esm.min.js +1 -0
- package/rating/style/ratingstyle.js +46 -0
- package/rating/style/ratingstyle.min.js +1 -0
- package/resources/themes/arya-blue/theme.css +119 -404
- package/resources/themes/arya-green/theme.css +119 -404
- package/resources/themes/arya-orange/theme.css +119 -404
- package/resources/themes/arya-purple/theme.css +119 -404
- package/resources/themes/bootstrap4-dark-blue/theme.css +119 -404
- package/resources/themes/bootstrap4-dark-purple/theme.css +119 -404
- package/resources/themes/bootstrap4-light-blue/theme.css +119 -404
- package/resources/themes/bootstrap4-light-purple/theme.css +119 -404
- package/resources/themes/fluent-light/theme.css +119 -404
- package/resources/themes/lara-dark-blue/theme.css +695 -967
- package/resources/themes/lara-dark-indigo/theme.css +695 -967
- package/resources/themes/lara-dark-purple/theme.css +695 -967
- package/resources/themes/lara-dark-teal/theme.css +770 -1042
- package/resources/themes/lara-light-blue/theme.css +728 -1008
- package/resources/themes/lara-light-indigo/theme.css +728 -1008
- package/resources/themes/lara-light-purple/theme.css +728 -1008
- package/resources/themes/lara-light-teal/theme.css +974 -1254
- package/resources/themes/luna-amber/theme.css +119 -404
- package/resources/themes/luna-blue/theme.css +119 -404
- package/resources/themes/luna-green/theme.css +119 -404
- package/resources/themes/luna-pink/theme.css +119 -404
- package/resources/themes/md-dark-deeppurple/theme.css +119 -449
- package/resources/themes/md-dark-indigo/theme.css +119 -449
- package/resources/themes/md-light-deeppurple/theme.css +119 -449
- package/resources/themes/md-light-indigo/theme.css +119 -449
- package/resources/themes/mdc-dark-deeppurple/theme.css +119 -449
- package/resources/themes/mdc-dark-indigo/theme.css +119 -449
- package/resources/themes/mdc-light-deeppurple/theme.css +119 -449
- package/resources/themes/mdc-light-indigo/theme.css +119 -449
- package/resources/themes/mira/theme.css +119 -404
- package/resources/themes/nano/theme.css +119 -404
- package/resources/themes/nova/theme.css +119 -404
- package/resources/themes/nova-accent/theme.css +119 -404
- package/resources/themes/nova-alt/theme.css +119 -404
- package/resources/themes/nova-vue/theme.css +119 -404
- package/resources/themes/rhea/theme.css +119 -404
- package/resources/themes/saga-blue/theme.css +119 -404
- package/resources/themes/saga-green/theme.css +119 -404
- package/resources/themes/saga-orange/theme.css +119 -404
- package/resources/themes/saga-purple/theme.css +119 -404
- package/resources/themes/soho-dark/theme.css +119 -404
- package/resources/themes/soho-light/theme.css +119 -404
- package/resources/themes/tailwind-light/theme.css +119 -404
- package/resources/themes/vela-blue/theme.css +119 -404
- package/resources/themes/vela-green/theme.css +119 -404
- package/resources/themes/vela-orange/theme.css +119 -404
- package/resources/themes/vela-purple/theme.css +119 -404
- package/resources/themes/viva-dark/theme.css +119 -404
- package/resources/themes/viva-light/theme.css +119 -404
- package/ripple/package.json +5 -5
- package/ripple/ripple.cjs.js +15 -26
- package/ripple/ripple.cjs.min.js +1 -1
- package/ripple/ripple.esm.js +14 -26
- package/ripple/ripple.esm.min.js +1 -1
- package/ripple/ripple.js +16 -27
- package/ripple/ripple.min.js +1 -1
- package/ripple/style/RippleStyle.d.ts +3 -0
- package/ripple/style/package.json +6 -0
- package/ripple/style/ripplestyle.cjs.js +19 -0
- package/ripple/style/ripplestyle.cjs.min.js +1 -0
- package/ripple/style/ripplestyle.esm.js +13 -0
- package/ripple/style/ripplestyle.esm.min.js +1 -0
- package/ripple/style/ripplestyle.js +22 -0
- package/ripple/style/ripplestyle.min.js +1 -0
- package/row/package.json +8 -8
- package/row/style/RowStyle.d.ts +3 -0
- package/row/style/package.json +6 -0
- package/row/style/rowstyle.cjs.js +5 -0
- package/row/style/rowstyle.cjs.min.js +1 -0
- package/row/style/rowstyle.esm.js +3 -0
- package/row/style/rowstyle.esm.min.js +1 -0
- package/row/style/rowstyle.js +10 -0
- package/row/style/rowstyle.min.js +1 -0
- package/scrollpanel/BaseScrollPanel.vue +2 -75
- package/scrollpanel/package.json +8 -8
- package/scrollpanel/scrollpanel.cjs.js +3 -18
- package/scrollpanel/scrollpanel.cjs.min.js +1 -1
- package/scrollpanel/scrollpanel.esm.js +2 -18
- package/scrollpanel/scrollpanel.esm.min.js +1 -1
- package/scrollpanel/scrollpanel.js +4 -19
- package/scrollpanel/scrollpanel.min.js +1 -1
- package/scrollpanel/style/ScrollPanelStyle.d.ts +3 -0
- package/scrollpanel/style/package.json +6 -0
- package/scrollpanel/style/scrollpanelstyle.cjs.js +23 -0
- package/scrollpanel/style/scrollpanelstyle.cjs.min.js +1 -0
- package/scrollpanel/style/scrollpanelstyle.esm.js +17 -0
- package/scrollpanel/style/scrollpanelstyle.esm.min.js +1 -0
- package/scrollpanel/style/scrollpanelstyle.js +26 -0
- package/scrollpanel/style/scrollpanelstyle.min.js +1 -0
- package/scrolltop/BaseScrollTop.vue +2 -49
- package/scrolltop/package.json +8 -8
- package/scrolltop/scrolltop.cjs.js +3 -20
- package/scrolltop/scrolltop.cjs.min.js +1 -1
- package/scrolltop/scrolltop.esm.js +2 -20
- package/scrolltop/scrolltop.esm.min.js +1 -1
- package/scrolltop/scrolltop.js +4 -21
- package/scrolltop/scrolltop.min.js +1 -1
- package/scrolltop/style/ScrollTopStyle.d.ts +3 -0
- package/scrolltop/style/package.json +6 -0
- package/scrolltop/style/scrolltopstyle.cjs.js +25 -0
- package/scrolltop/style/scrolltopstyle.cjs.min.js +1 -0
- package/scrolltop/style/scrolltopstyle.esm.js +19 -0
- package/scrolltop/style/scrolltopstyle.esm.min.js +1 -0
- package/scrolltop/style/scrolltopstyle.js +28 -0
- package/scrolltop/style/scrolltopstyle.min.js +1 -0
- package/selectbutton/BaseSelectButton.vue +7 -16
- package/selectbutton/SelectButton.d.ts +7 -1
- package/selectbutton/SelectButton.vue +1 -1
- package/selectbutton/package.json +8 -8
- package/selectbutton/selectbutton.cjs.js +9 -22
- package/selectbutton/selectbutton.cjs.min.js +1 -1
- package/selectbutton/selectbutton.esm.js +8 -22
- package/selectbutton/selectbutton.esm.min.js +1 -1
- package/selectbutton/selectbutton.js +10 -24
- package/selectbutton/selectbutton.min.js +1 -1
- package/selectbutton/style/SelectButtonStyle.d.ts +3 -0
- package/selectbutton/style/package.json +6 -0
- package/selectbutton/style/selectbuttonstyle.cjs.js +31 -0
- package/selectbutton/style/selectbuttonstyle.cjs.min.js +1 -0
- package/selectbutton/style/selectbuttonstyle.esm.js +25 -0
- package/selectbutton/style/selectbuttonstyle.esm.min.js +1 -0
- package/selectbutton/style/selectbuttonstyle.js +34 -0
- package/selectbutton/style/selectbuttonstyle.min.js +1 -0
- package/sidebar/BaseSidebar.vue +2 -206
- package/sidebar/Sidebar.vue +7 -9
- package/sidebar/package.json +8 -8
- package/sidebar/sidebar.cjs.js +9 -67
- package/sidebar/sidebar.cjs.min.js +1 -1
- package/sidebar/sidebar.esm.js +8 -67
- package/sidebar/sidebar.esm.min.js +1 -1
- package/sidebar/sidebar.js +10 -68
- package/sidebar/sidebar.min.js +1 -1
- package/sidebar/style/SidebarStyle.d.ts +3 -0
- package/sidebar/style/package.json +6 -0
- package/sidebar/style/sidebarstyle.cjs.js +61 -0
- package/sidebar/style/sidebarstyle.cjs.min.js +1 -0
- package/sidebar/style/sidebarstyle.esm.js +55 -0
- package/sidebar/style/sidebarstyle.esm.min.js +1 -0
- package/sidebar/style/sidebarstyle.js +64 -0
- package/sidebar/style/sidebarstyle.min.js +1 -0
- package/skeleton/BaseSkeleton.vue +2 -59
- package/skeleton/package.json +8 -8
- package/skeleton/skeleton.cjs.js +3 -26
- package/skeleton/skeleton.cjs.min.js +1 -1
- package/skeleton/skeleton.esm.js +2 -26
- package/skeleton/skeleton.esm.min.js +1 -1
- package/skeleton/skeleton.js +4 -27
- package/skeleton/skeleton.min.js +1 -1
- package/skeleton/style/SkeletonStyle.d.ts +3 -0
- package/skeleton/style/package.json +6 -0
- package/skeleton/style/skeletonstyle.cjs.js +31 -0
- package/skeleton/style/skeletonstyle.cjs.min.js +1 -0
- package/skeleton/style/skeletonstyle.esm.js +25 -0
- package/skeleton/style/skeletonstyle.esm.min.js +1 -0
- package/skeleton/style/skeletonstyle.js +34 -0
- package/skeleton/style/skeletonstyle.min.js +1 -0
- package/slider/BaseSlider.vue +2 -68
- package/slider/package.json +8 -8
- package/slider/slider.cjs.js +3 -32
- package/slider/slider.cjs.min.js +1 -1
- package/slider/slider.esm.js +2 -32
- package/slider/slider.esm.min.js +1 -1
- package/slider/slider.js +4 -33
- package/slider/slider.min.js +1 -1
- package/slider/style/SliderStyle.d.ts +3 -0
- package/slider/style/package.json +6 -0
- package/slider/style/sliderstyle.cjs.js +37 -0
- package/slider/style/sliderstyle.cjs.min.js +1 -0
- package/slider/style/sliderstyle.esm.js +31 -0
- package/slider/style/sliderstyle.esm.min.js +1 -0
- package/slider/style/sliderstyle.js +40 -0
- package/slider/style/sliderstyle.min.js +1 -0
- package/speeddial/BaseSpeedDial.vue +2 -138
- package/speeddial/package.json +2 -2
- package/speeddial/speeddial.cjs.js +3 -69
- package/speeddial/speeddial.cjs.min.js +1 -1
- package/speeddial/speeddial.esm.js +2 -69
- package/speeddial/speeddial.esm.min.js +1 -1
- package/speeddial/speeddial.js +4 -70
- package/speeddial/speeddial.min.js +1 -1
- package/speeddial/style/SpeedDialStyle.d.ts +3 -0
- package/speeddial/style/package.json +6 -0
- package/speeddial/style/speeddialstyle.cjs.js +74 -0
- package/speeddial/style/speeddialstyle.cjs.min.js +1 -0
- package/speeddial/style/speeddialstyle.esm.js +68 -0
- package/speeddial/style/speeddialstyle.esm.min.js +1 -0
- package/speeddial/style/speeddialstyle.js +77 -0
- package/speeddial/style/speeddialstyle.min.js +1 -0
- package/splitbutton/BaseSplitButton.vue +2 -60
- package/splitbutton/SplitButton.vue +4 -1
- package/splitbutton/package.json +8 -8
- package/splitbutton/splitbutton.cjs.js +6 -25
- package/splitbutton/splitbutton.cjs.min.js +1 -1
- package/splitbutton/splitbutton.esm.js +5 -25
- package/splitbutton/splitbutton.esm.min.js +1 -1
- package/splitbutton/splitbutton.js +7 -26
- package/splitbutton/splitbutton.min.js +1 -1
- package/splitbutton/style/SplitButtonStyle.d.ts +3 -0
- package/splitbutton/style/package.json +6 -0
- package/splitbutton/style/splitbuttonstyle.cjs.js +29 -0
- package/splitbutton/style/splitbuttonstyle.cjs.min.js +1 -0
- package/splitbutton/style/splitbuttonstyle.esm.js +23 -0
- package/splitbutton/style/splitbuttonstyle.esm.min.js +1 -0
- package/splitbutton/style/splitbuttonstyle.js +32 -0
- package/splitbutton/style/splitbuttonstyle.min.js +1 -0
- package/splitter/BaseSplitter.vue +2 -68
- package/splitter/Splitter.d.ts +20 -0
- package/splitter/Splitter.vue +3 -1
- package/splitter/package.json +8 -8
- package/splitter/splitter.cjs.js +8 -32
- package/splitter/splitter.cjs.min.js +1 -1
- package/splitter/splitter.esm.js +7 -32
- package/splitter/splitter.esm.min.js +1 -1
- package/splitter/splitter.js +9 -33
- package/splitter/splitter.min.js +1 -1
- package/splitter/style/SplitterStyle.d.ts +3 -0
- package/splitter/style/package.json +6 -0
- package/splitter/style/splitterstyle.cjs.js +36 -0
- package/splitter/style/splitterstyle.cjs.min.js +1 -0
- package/splitter/style/splitterstyle.esm.js +30 -0
- package/splitter/style/splitterstyle.esm.min.js +1 -0
- package/splitter/style/splitterstyle.js +39 -0
- package/splitter/style/splitterstyle.min.js +1 -0
- package/splitterpanel/BaseSplitterPanel.vue +2 -28
- package/splitterpanel/package.json +8 -8
- package/splitterpanel/splitterpanel.cjs.js +3 -19
- package/splitterpanel/splitterpanel.cjs.min.js +1 -1
- package/splitterpanel/splitterpanel.esm.js +2 -19
- package/splitterpanel/splitterpanel.esm.min.js +1 -1
- package/splitterpanel/splitterpanel.js +4 -20
- package/splitterpanel/splitterpanel.min.js +1 -1
- package/splitterpanel/style/SplitterPanelStyle.d.ts +3 -0
- package/splitterpanel/style/package.json +6 -0
- package/splitterpanel/style/splitterpanelstyle.cjs.js +24 -0
- package/splitterpanel/style/splitterpanelstyle.cjs.min.js +1 -0
- package/splitterpanel/style/splitterpanelstyle.esm.js +18 -0
- package/splitterpanel/style/splitterpanelstyle.esm.min.js +1 -0
- package/splitterpanel/style/splitterpanelstyle.js +27 -0
- package/splitterpanel/style/splitterpanelstyle.min.js +1 -0
- package/steps/BaseSteps.vue +2 -84
- package/steps/package.json +8 -8
- package/steps/steps.cjs.js +3 -39
- package/steps/steps.cjs.min.js +1 -1
- package/steps/steps.esm.js +2 -39
- package/steps/steps.esm.min.js +1 -1
- package/steps/steps.js +4 -40
- package/steps/steps.min.js +1 -1
- package/steps/style/StepsStyle.d.ts +3 -0
- package/steps/style/package.json +6 -0
- package/steps/style/stepsstyle.cjs.js +44 -0
- package/steps/style/stepsstyle.cjs.min.js +1 -0
- package/steps/style/stepsstyle.esm.js +38 -0
- package/steps/style/stepsstyle.esm.min.js +1 -0
- package/steps/style/stepsstyle.js +47 -0
- package/steps/style/stepsstyle.min.js +1 -0
- package/styleclass/StyleClass.d.ts +6 -6
- package/styleclass/package.json +1 -1
- package/styleclass/style/StyleClassStyle.d.ts +3 -0
- package/styleclass/style/package.json +6 -0
- package/styleclass/style/styleclassstyle.cjs.js +5 -0
- package/styleclass/style/styleclassstyle.cjs.min.js +1 -0
- package/styleclass/style/styleclassstyle.esm.js +3 -0
- package/styleclass/style/styleclassstyle.esm.min.js +1 -0
- package/styleclass/style/styleclassstyle.js +10 -0
- package/styleclass/style/styleclassstyle.min.js +1 -0
- package/tabmenu/BaseTabMenu.vue +2 -67
- package/tabmenu/package.json +8 -8
- package/tabmenu/style/TabMenuStyle.d.ts +3 -0
- package/tabmenu/style/package.json +6 -0
- package/tabmenu/style/tabmenustyle.cjs.js +36 -0
- package/tabmenu/style/tabmenustyle.cjs.min.js +1 -0
- package/tabmenu/style/tabmenustyle.esm.js +30 -0
- package/tabmenu/style/tabmenustyle.esm.min.js +1 -0
- package/tabmenu/style/tabmenustyle.js +39 -0
- package/tabmenu/style/tabmenustyle.min.js +1 -0
- package/tabmenu/tabmenu.cjs.js +3 -31
- package/tabmenu/tabmenu.cjs.min.js +1 -1
- package/tabmenu/tabmenu.esm.js +2 -31
- package/tabmenu/tabmenu.esm.min.js +1 -1
- package/tabmenu/tabmenu.js +4 -32
- package/tabmenu/tabmenu.min.js +1 -1
- package/tabpanel/BaseTabPanel.vue +3 -1
- package/tabpanel/package.json +8 -8
- package/tabpanel/style/TabPanelStyle.d.ts +3 -0
- package/tabpanel/style/package.json +6 -0
- package/tabpanel/style/tabpanelstyle.cjs.js +5 -0
- package/tabpanel/style/tabpanelstyle.cjs.min.js +1 -0
- package/tabpanel/style/tabpanelstyle.esm.js +3 -0
- package/tabpanel/style/tabpanelstyle.esm.min.js +1 -0
- package/tabpanel/style/tabpanelstyle.js +10 -0
- package/tabpanel/style/tabpanelstyle.min.js +1 -0
- package/tabpanel/tabpanel.cjs.js +4 -1
- package/tabpanel/tabpanel.cjs.min.js +1 -1
- package/tabpanel/tabpanel.esm.js +3 -1
- package/tabpanel/tabpanel.esm.min.js +1 -1
- package/tabpanel/tabpanel.js +5 -3
- package/tabpanel/tabpanel.min.js +1 -1
- package/tabview/BaseTabView.vue +2 -110
- package/tabview/package.json +8 -8
- package/tabview/style/TabViewStyle.d.ts +3 -0
- package/tabview/style/package.json +6 -0
- package/tabview/style/tabviewstyle.cjs.js +49 -0
- package/tabview/style/tabviewstyle.cjs.min.js +1 -0
- package/tabview/style/tabviewstyle.esm.js +43 -0
- package/tabview/style/tabviewstyle.esm.min.js +1 -0
- package/tabview/style/tabviewstyle.js +52 -0
- package/tabview/style/tabviewstyle.min.js +1 -0
- package/tabview/tabview.cjs.js +3 -44
- package/tabview/tabview.cjs.min.js +1 -1
- package/tabview/tabview.esm.js +2 -44
- package/tabview/tabview.esm.min.js +1 -1
- package/tabview/tabview.js +4 -45
- package/tabview/tabview.min.js +1 -1
- package/tag/BaseTag.vue +2 -42
- package/tag/package.json +8 -8
- package/tag/style/TagStyle.d.ts +3 -0
- package/tag/style/package.json +6 -0
- package/tag/style/tagstyle.cjs.js +30 -0
- package/tag/style/tagstyle.cjs.min.js +1 -0
- package/tag/style/tagstyle.esm.js +24 -0
- package/tag/style/tagstyle.esm.min.js +1 -0
- package/tag/style/tagstyle.js +33 -0
- package/tag/style/tagstyle.min.js +1 -0
- package/tag/tag.cjs.js +3 -25
- package/tag/tag.cjs.min.js +1 -1
- package/tag/tag.esm.js +2 -25
- package/tag/tag.esm.min.js +1 -1
- package/tag/tag.js +4 -26
- package/tag/tag.min.js +1 -1
- package/terminal/BaseTerminal.vue +2 -44
- package/terminal/package.json +8 -8
- package/terminal/style/TerminalStyle.d.ts +3 -0
- package/terminal/style/package.json +6 -0
- package/terminal/style/terminalstyle.cjs.js +25 -0
- package/terminal/style/terminalstyle.cjs.min.js +1 -0
- package/terminal/style/terminalstyle.esm.js +19 -0
- package/terminal/style/terminalstyle.esm.min.js +1 -0
- package/terminal/style/terminalstyle.js +28 -0
- package/terminal/style/terminalstyle.min.js +1 -0
- package/terminal/terminal.cjs.js +3 -20
- package/terminal/terminal.cjs.min.js +1 -1
- package/terminal/terminal.esm.js +2 -20
- package/terminal/terminal.esm.min.js +1 -1
- package/terminal/terminal.js +4 -21
- package/terminal/terminal.min.js +1 -1
- package/terminalservice/package.json +5 -5
- package/textarea/BaseTextarea.vue +2 -30
- package/textarea/package.json +8 -8
- package/textarea/style/TextareaStyle.d.ts +3 -0
- package/textarea/style/package.json +6 -0
- package/textarea/style/textareastyle.cjs.js +26 -0
- package/textarea/style/textareastyle.cjs.min.js +1 -0
- package/textarea/style/textareastyle.esm.js +20 -0
- package/textarea/style/textareastyle.esm.min.js +1 -0
- package/textarea/style/textareastyle.js +29 -0
- package/textarea/style/textareastyle.min.js +1 -0
- package/textarea/textarea.cjs.js +3 -21
- package/textarea/textarea.cjs.min.js +1 -1
- package/textarea/textarea.esm.js +2 -21
- package/textarea/textarea.esm.min.js +1 -1
- package/textarea/textarea.js +4 -22
- package/textarea/textarea.min.js +1 -1
- package/tieredmenu/BaseTieredMenu.vue +2 -89
- package/tieredmenu/TieredMenu.d.ts +5 -0
- package/tieredmenu/TieredMenuSub.vue +2 -1
- package/tieredmenu/package.json +8 -8
- package/tieredmenu/style/TieredMenuStyle.d.ts +3 -0
- package/tieredmenu/style/package.json +6 -0
- package/tieredmenu/style/tieredmenustyle.cjs.js +62 -0
- package/tieredmenu/style/tieredmenustyle.cjs.min.js +1 -0
- package/tieredmenu/style/tieredmenustyle.esm.js +56 -0
- package/tieredmenu/style/tieredmenustyle.esm.min.js +1 -0
- package/tieredmenu/style/tieredmenustyle.js +65 -0
- package/tieredmenu/style/tieredmenustyle.min.js +1 -0
- package/tieredmenu/tieredmenu.cjs.js +5 -58
- package/tieredmenu/tieredmenu.cjs.min.js +1 -1
- package/tieredmenu/tieredmenu.esm.js +4 -58
- package/tieredmenu/tieredmenu.esm.min.js +1 -1
- package/tieredmenu/tieredmenu.js +6 -59
- package/tieredmenu/tieredmenu.min.js +1 -1
- package/timeline/BaseTimeline.vue +2 -132
- package/timeline/package.json +8 -8
- package/timeline/style/TimelineStyle.d.ts +3 -0
- package/timeline/style/package.json +6 -0
- package/timeline/style/timelinestyle.cjs.js +28 -0
- package/timeline/style/timelinestyle.cjs.min.js +1 -0
- package/timeline/style/timelinestyle.esm.js +22 -0
- package/timeline/style/timelinestyle.esm.min.js +1 -0
- package/timeline/style/timelinestyle.js +31 -0
- package/timeline/style/timelinestyle.min.js +1 -0
- package/timeline/timeline.cjs.js +3 -23
- package/timeline/timeline.cjs.min.js +1 -1
- package/timeline/timeline.esm.js +2 -23
- package/timeline/timeline.esm.min.js +1 -1
- package/timeline/timeline.js +4 -24
- package/timeline/timeline.min.js +1 -1
- package/toast/BaseToast.vue +2 -130
- package/toast/Toast.d.ts +5 -0
- package/toast/Toast.vue +5 -0
- package/toast/package.json +8 -8
- package/toast/style/ToastStyle.d.ts +3 -0
- package/toast/style/package.json +6 -0
- package/toast/style/toaststyle.cjs.js +65 -0
- package/toast/style/toaststyle.cjs.min.js +1 -0
- package/toast/style/toaststyle.esm.js +59 -0
- package/toast/style/toaststyle.esm.min.js +1 -0
- package/toast/style/toaststyle.js +68 -0
- package/toast/style/toaststyle.min.js +1 -0
- package/toast/toast.cjs.js +11 -60
- package/toast/toast.cjs.min.js +1 -1
- package/toast/toast.esm.js +10 -60
- package/toast/toast.esm.min.js +1 -1
- package/toast/toast.js +12 -61
- package/toast/toast.min.js +1 -1
- package/toasteventbus/package.json +1 -1
- package/toastservice/ToastService.d.ts +5 -0
- package/toastservice/package.json +5 -5
- package/toastservice/toastservice.cjs.js +3 -0
- package/toastservice/toastservice.cjs.min.js +1 -1
- package/toastservice/toastservice.esm.js +3 -0
- package/toastservice/toastservice.esm.min.js +1 -1
- package/toastservice/toastservice.js +3 -0
- package/toastservice/toastservice.min.js +1 -1
- package/togglebutton/BaseToggleButton.vue +2 -23
- package/togglebutton/package.json +8 -8
- package/togglebutton/style/ToggleButtonStyle.d.ts +3 -0
- package/togglebutton/style/package.json +6 -0
- package/togglebutton/style/togglebuttonstyle.cjs.js +35 -0
- package/togglebutton/style/togglebuttonstyle.cjs.min.js +1 -0
- package/togglebutton/style/togglebuttonstyle.esm.js +29 -0
- package/togglebutton/style/togglebuttonstyle.esm.min.js +1 -0
- package/togglebutton/style/togglebuttonstyle.js +38 -0
- package/togglebutton/style/togglebuttonstyle.min.js +1 -0
- package/togglebutton/togglebutton.cjs.js +3 -24
- package/togglebutton/togglebutton.cjs.min.js +1 -1
- package/togglebutton/togglebutton.esm.js +2 -24
- package/togglebutton/togglebutton.esm.min.js +1 -1
- package/togglebutton/togglebutton.js +4 -26
- package/togglebutton/togglebutton.min.js +1 -1
- package/toolbar/BaseToolbar.vue +2 -38
- package/toolbar/package.json +8 -8
- package/toolbar/style/ToolbarStyle.d.ts +3 -0
- package/toolbar/style/package.json +6 -0
- package/toolbar/style/toolbarstyle.cjs.js +22 -0
- package/toolbar/style/toolbarstyle.cjs.min.js +1 -0
- package/toolbar/style/toolbarstyle.esm.js +16 -0
- package/toolbar/style/toolbarstyle.esm.min.js +1 -0
- package/toolbar/style/toolbarstyle.js +25 -0
- package/toolbar/style/toolbarstyle.min.js +1 -0
- package/toolbar/toolbar.cjs.js +3 -17
- package/toolbar/toolbar.cjs.min.js +1 -1
- package/toolbar/toolbar.esm.js +2 -17
- package/toolbar/toolbar.esm.min.js +1 -1
- package/toolbar/toolbar.js +4 -18
- package/toolbar/toolbar.min.js +1 -1
- package/tooltip/Tooltip.d.ts +6 -1
- package/tooltip/package.json +5 -5
- package/tooltip/style/TooltipStyle.d.ts +3 -0
- package/tooltip/style/package.json +6 -0
- package/tooltip/style/tooltipstyle.cjs.js +21 -0
- package/tooltip/style/tooltipstyle.cjs.min.js +1 -0
- package/tooltip/style/tooltipstyle.esm.js +15 -0
- package/tooltip/style/tooltipstyle.esm.min.js +1 -0
- package/tooltip/style/tooltipstyle.js +24 -0
- package/tooltip/style/tooltipstyle.min.js +1 -0
- package/tooltip/tooltip.cjs.js +25 -26
- package/tooltip/tooltip.cjs.min.js +1 -1
- package/tooltip/tooltip.esm.js +24 -26
- package/tooltip/tooltip.esm.min.js +1 -1
- package/tooltip/tooltip.js +26 -27
- package/tooltip/tooltip.min.js +1 -1
- package/tree/BaseTree.vue +2 -134
- package/tree/Tree.d.ts +10 -2
- package/tree/Tree.vue +1 -1
- package/tree/package.json +8 -8
- package/tree/style/TreeStyle.d.ts +3 -0
- package/tree/style/package.json +6 -0
- package/tree/style/treestyle.cjs.js +63 -0
- package/tree/style/treestyle.cjs.min.js +1 -0
- package/tree/style/treestyle.esm.js +57 -0
- package/tree/style/treestyle.esm.min.js +1 -0
- package/tree/style/treestyle.js +66 -0
- package/tree/style/treestyle.min.js +1 -0
- package/tree/tree.cjs.js +4 -59
- package/tree/tree.cjs.min.js +1 -1
- package/tree/tree.esm.js +3 -59
- package/tree/tree.esm.min.js +1 -1
- package/tree/tree.js +5 -60
- package/tree/tree.min.js +1 -1
- package/treeselect/BaseTreeSelect.vue +2 -101
- package/treeselect/package.json +2 -2
- package/treeselect/style/TreeSelectStyle.d.ts +3 -0
- package/treeselect/style/package.json +6 -0
- package/treeselect/style/treeselectstyle.cjs.js +60 -0
- package/treeselect/style/treeselectstyle.cjs.min.js +1 -0
- package/treeselect/style/treeselectstyle.esm.js +54 -0
- package/treeselect/style/treeselectstyle.esm.min.js +1 -0
- package/treeselect/style/treeselectstyle.js +63 -0
- package/treeselect/style/treeselectstyle.min.js +1 -0
- package/treeselect/treeselect.cjs.js +3 -55
- package/treeselect/treeselect.cjs.min.js +1 -1
- package/treeselect/treeselect.esm.js +2 -55
- package/treeselect/treeselect.esm.min.js +1 -1
- package/treeselect/treeselect.js +4 -56
- package/treeselect/treeselect.min.js +1 -1
- package/treetable/BaseTreeTable.vue +2 -271
- package/treetable/TreeTable.d.ts +0 -18
- package/treetable/TreeTable.vue +7 -23
- package/treetable/package.json +8 -8
- package/treetable/style/TreeTableStyle.d.ts +3 -0
- package/treetable/style/package.json +6 -0
- package/treetable/style/treetablestyle.cjs.js +110 -0
- package/treetable/style/treetablestyle.cjs.min.js +1 -0
- package/treetable/style/treetablestyle.esm.js +104 -0
- package/treetable/style/treetablestyle.esm.min.js +1 -0
- package/treetable/style/treetablestyle.js +113 -0
- package/treetable/style/treetablestyle.min.js +1 -0
- package/treetable/treetable.cjs.js +9 -121
- package/treetable/treetable.cjs.min.js +1 -1
- package/treetable/treetable.esm.js +8 -121
- package/treetable/treetable.esm.min.js +1 -1
- package/treetable/treetable.js +10 -122
- package/treetable/treetable.min.js +1 -1
- package/tristatecheckbox/BaseTriStateCheckbox.vue +2 -25
- package/tristatecheckbox/package.json +8 -8
- package/tristatecheckbox/style/TriStateCheckboxStyle.d.ts +3 -0
- package/tristatecheckbox/style/package.json +6 -0
- package/tristatecheckbox/style/tristatecheckboxstyle.cjs.js +37 -0
- package/tristatecheckbox/style/tristatecheckboxstyle.cjs.min.js +1 -0
- package/tristatecheckbox/style/tristatecheckboxstyle.esm.js +31 -0
- package/tristatecheckbox/style/tristatecheckboxstyle.esm.min.js +1 -0
- package/tristatecheckbox/style/tristatecheckboxstyle.js +40 -0
- package/tristatecheckbox/style/tristatecheckboxstyle.min.js +1 -0
- package/tristatecheckbox/tristatecheckbox.cjs.js +3 -26
- package/tristatecheckbox/tristatecheckbox.cjs.min.js +1 -1
- package/tristatecheckbox/tristatecheckbox.esm.js +2 -26
- package/tristatecheckbox/tristatecheckbox.esm.min.js +1 -1
- package/tristatecheckbox/tristatecheckbox.js +4 -28
- package/tristatecheckbox/tristatecheckbox.min.js +1 -1
- package/useconfirm/package.json +5 -5
- package/usedialog/package.json +1 -1
- package/usestyle/UseStyle.d.ts +6 -6
- package/usestyle/package.json +1 -1
- package/usestyle/usestyle.cjs.js +15 -10
- package/usestyle/usestyle.cjs.min.js +1 -1
- package/usestyle/usestyle.esm.js +15 -10
- package/usestyle/usestyle.esm.min.js +1 -1
- package/usestyle/usestyle.js +15 -10
- package/usestyle/usestyle.min.js +1 -1
- package/usetoast/package.json +5 -5
- package/utils/Utils.d.ts +5 -0
- package/utils/package.json +4 -4
- package/utils/utils.cjs.js +42 -2
- package/utils/utils.cjs.min.js +1 -1
- package/utils/utils.esm.js +42 -2
- package/utils/utils.esm.min.js +1 -1
- package/utils/utils.js +42 -2
- package/utils/utils.min.js +1 -1
- package/vetur-attributes.json +8 -0
- package/vetur-tags.json +2 -0
- package/virtualscroller/BaseVirtualScroller.vue +3 -67
- package/virtualscroller/package.json +2 -2
- package/virtualscroller/style/VirtualScrollerStyle.d.ts +3 -0
- package/virtualscroller/style/package.json +6 -0
- package/virtualscroller/style/virtualscrollerstyle.cjs.js +15 -0
- package/virtualscroller/style/virtualscrollerstyle.cjs.min.js +1 -0
- package/virtualscroller/style/virtualscrollerstyle.esm.js +9 -0
- package/virtualscroller/style/virtualscrollerstyle.esm.min.js +1 -0
- package/virtualscroller/style/virtualscrollerstyle.js +18 -0
- package/virtualscroller/style/virtualscrollerstyle.min.js +1 -0
- package/virtualscroller/virtualscroller.cjs.js +4 -8
- package/virtualscroller/virtualscroller.cjs.min.js +1 -1
- package/virtualscroller/virtualscroller.esm.js +3 -8
- package/virtualscroller/virtualscroller.esm.min.js +1 -1
- package/virtualscroller/virtualscroller.js +5 -9
- package/virtualscroller/virtualscroller.min.js +1 -1
- package/web-types.json +21 -1
|
@@ -1,70 +1,6 @@
|
|
|
1
1
|
<script>
|
|
2
2
|
import BaseComponent from 'primevue/basecomponent';
|
|
3
|
-
import
|
|
4
|
-
|
|
5
|
-
const styles = `
|
|
6
|
-
@layer primevue {
|
|
7
|
-
.p-orderlist {
|
|
8
|
-
display: flex;
|
|
9
|
-
}
|
|
10
|
-
|
|
11
|
-
.p-orderlist-controls {
|
|
12
|
-
display: flex;
|
|
13
|
-
flex-direction: column;
|
|
14
|
-
justify-content: center;
|
|
15
|
-
}
|
|
16
|
-
|
|
17
|
-
.p-orderlist-list-container {
|
|
18
|
-
flex: 1 1 auto;
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
.p-orderlist-list {
|
|
22
|
-
list-style-type: none;
|
|
23
|
-
margin: 0;
|
|
24
|
-
padding: 0;
|
|
25
|
-
overflow: auto;
|
|
26
|
-
min-height: 12rem;
|
|
27
|
-
max-height: 24rem;
|
|
28
|
-
}
|
|
29
|
-
|
|
30
|
-
.p-orderlist-item {
|
|
31
|
-
cursor: pointer;
|
|
32
|
-
overflow: hidden;
|
|
33
|
-
position: relative;
|
|
34
|
-
}
|
|
35
|
-
|
|
36
|
-
.p-orderlist.p-state-disabled .p-orderlist-item,
|
|
37
|
-
.p-orderlist.p-state-disabled .p-button {
|
|
38
|
-
cursor: default;
|
|
39
|
-
}
|
|
40
|
-
|
|
41
|
-
.p-orderlist.p-state-disabled .p-orderlist-list {
|
|
42
|
-
overflow: hidden;
|
|
43
|
-
}
|
|
44
|
-
}
|
|
45
|
-
`;
|
|
46
|
-
|
|
47
|
-
const classes = {
|
|
48
|
-
root: ({ props }) => [
|
|
49
|
-
'p-orderlist p-component',
|
|
50
|
-
{
|
|
51
|
-
'p-orderlist-striped': props.stripedRows
|
|
52
|
-
}
|
|
53
|
-
],
|
|
54
|
-
controls: 'p-orderlist-controls',
|
|
55
|
-
header: 'p-orderlist-header',
|
|
56
|
-
container: 'p-orderlist-list-container',
|
|
57
|
-
list: 'p-orderlist-list',
|
|
58
|
-
item: ({ instance, item, id }) => [
|
|
59
|
-
'p-orderlist-item',
|
|
60
|
-
{
|
|
61
|
-
'p-highlight': instance.isSelected(item),
|
|
62
|
-
'p-focus': id === instance.focusedOptionId
|
|
63
|
-
}
|
|
64
|
-
]
|
|
65
|
-
};
|
|
66
|
-
|
|
67
|
-
const { load: loadStyle } = useStyle(styles, { name: 'orderlist', manual: true });
|
|
3
|
+
import OrderListStyle from 'primevue/orderlist/style';
|
|
68
4
|
|
|
69
5
|
export default {
|
|
70
6
|
name: 'BaseOrderList',
|
|
@@ -135,10 +71,7 @@ export default {
|
|
|
135
71
|
default: null
|
|
136
72
|
}
|
|
137
73
|
},
|
|
138
|
-
|
|
139
|
-
classes,
|
|
140
|
-
loadStyle
|
|
141
|
-
},
|
|
74
|
+
style: OrderListStyle,
|
|
142
75
|
provide() {
|
|
143
76
|
return {
|
|
144
77
|
$parentInstance: this
|
package/orderlist/OrderList.vue
CHANGED
|
@@ -2,28 +2,28 @@
|
|
|
2
2
|
<div :class="cx('root')" v-bind="ptm('root')">
|
|
3
3
|
<div :class="cx('controls')" v-bind="ptm('controls')">
|
|
4
4
|
<slot name="controlsstart"></slot>
|
|
5
|
-
<OLButton type="button" @click="moveUp" :aria-label="moveUpAriaLabel" :disabled="moveDisabled()" :pt="ptm('moveUpButton')" v-bind="moveUpButtonProps" :unstyled="unstyled">
|
|
5
|
+
<OLButton type="button" @click="moveUp" :aria-label="moveUpAriaLabel" :disabled="moveDisabled()" :pt="ptm('moveUpButton')" v-bind="moveUpButtonProps" data-pc-section="moveupbutton" :unstyled="unstyled">
|
|
6
6
|
<template #icon>
|
|
7
7
|
<slot name="moveupicon">
|
|
8
8
|
<AngleUpIcon v-bind="ptm('moveUpButton')['icon']" data-pc-section="moveupicon" />
|
|
9
9
|
</slot>
|
|
10
10
|
</template>
|
|
11
11
|
</OLButton>
|
|
12
|
-
<OLButton type="button" @click="moveTop" :aria-label="moveTopAriaLabel" :disabled="moveDisabled()" :pt="ptm('moveTopButton')" v-bind="
|
|
12
|
+
<OLButton type="button" @click="moveTop" :aria-label="moveTopAriaLabel" :disabled="moveDisabled()" :pt="ptm('moveTopButton')" v-bind="moveTopButtonProps" data-pc-section="movetopbutton" :unstyled="unstyled">
|
|
13
13
|
<template #icon>
|
|
14
14
|
<slot name="movetopicon">
|
|
15
15
|
<AngleDoubleUpIcon v-bind="ptm('moveTopButton')['icon']" data-pc-section="movetopicon" />
|
|
16
16
|
</slot>
|
|
17
17
|
</template>
|
|
18
18
|
</OLButton>
|
|
19
|
-
<OLButton type="button" @click="moveDown" :aria-label="moveDownAriaLabel" :disabled="moveDisabled()" :pt="ptm('moveDownButton')" v-bind="moveDownButtonProps" :unstyled="unstyled">
|
|
19
|
+
<OLButton type="button" @click="moveDown" :aria-label="moveDownAriaLabel" :disabled="moveDisabled()" :pt="ptm('moveDownButton')" v-bind="moveDownButtonProps" data-pc-section="movedownbutton" :unstyled="unstyled">
|
|
20
20
|
<template #icon>
|
|
21
21
|
<slot name="movedownicon">
|
|
22
22
|
<AngleDownIcon v-bind="ptm('moveDownButton')['icon']" data-pc-section="movedownicon" />
|
|
23
23
|
</slot>
|
|
24
24
|
</template>
|
|
25
25
|
</OLButton>
|
|
26
|
-
<OLButton type="button" @click="moveBottom" :aria-label="moveBottomAriaLabel" :disabled="moveDisabled()" :pt="ptm('moveBottomButton')" v-bind="moveBottomButtonProps" :unstyled="unstyled">
|
|
26
|
+
<OLButton type="button" @click="moveBottom" :aria-label="moveBottomAriaLabel" :disabled="moveDisabled()" :pt="ptm('moveBottomButton')" v-bind="moveBottomButtonProps" data-pc-section="movebottombutton" :unstyled="unstyled">
|
|
27
27
|
<template #icon>
|
|
28
28
|
<slot name="movebottomicon">
|
|
29
29
|
<AngleDoubleDownIcon v-bind="ptm('moveBottomButton')['icon']" data-pc-section="movebottomicon" />
|
|
@@ -8,7 +8,7 @@ var AngleUpIcon = require('primevue/icons/angleup');
|
|
|
8
8
|
var Ripple = require('primevue/ripple');
|
|
9
9
|
var utils = require('primevue/utils');
|
|
10
10
|
var BaseComponent = require('primevue/basecomponent');
|
|
11
|
-
var
|
|
11
|
+
var OrderListStyle = require('primevue/orderlist/style');
|
|
12
12
|
var vue = require('vue');
|
|
13
13
|
|
|
14
14
|
function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
|
|
@@ -20,34 +20,8 @@ var AngleDownIcon__default = /*#__PURE__*/_interopDefaultLegacy(AngleDownIcon);
|
|
|
20
20
|
var AngleUpIcon__default = /*#__PURE__*/_interopDefaultLegacy(AngleUpIcon);
|
|
21
21
|
var Ripple__default = /*#__PURE__*/_interopDefaultLegacy(Ripple);
|
|
22
22
|
var BaseComponent__default = /*#__PURE__*/_interopDefaultLegacy(BaseComponent);
|
|
23
|
+
var OrderListStyle__default = /*#__PURE__*/_interopDefaultLegacy(OrderListStyle);
|
|
23
24
|
|
|
24
|
-
var styles = "\n@layer primevue {\n .p-orderlist {\n display: flex;\n }\n \n .p-orderlist-controls {\n display: flex;\n flex-direction: column;\n justify-content: center;\n }\n \n .p-orderlist-list-container {\n flex: 1 1 auto;\n }\n \n .p-orderlist-list {\n list-style-type: none;\n margin: 0;\n padding: 0;\n overflow: auto;\n min-height: 12rem;\n max-height: 24rem;\n }\n \n .p-orderlist-item {\n cursor: pointer;\n overflow: hidden;\n position: relative;\n }\n \n .p-orderlist.p-state-disabled .p-orderlist-item,\n .p-orderlist.p-state-disabled .p-button {\n cursor: default;\n }\n \n .p-orderlist.p-state-disabled .p-orderlist-list {\n overflow: hidden;\n }\n}\n";
|
|
25
|
-
var classes = {
|
|
26
|
-
root: function root(_ref) {
|
|
27
|
-
var props = _ref.props;
|
|
28
|
-
return ['p-orderlist p-component', {
|
|
29
|
-
'p-orderlist-striped': props.stripedRows
|
|
30
|
-
}];
|
|
31
|
-
},
|
|
32
|
-
controls: 'p-orderlist-controls',
|
|
33
|
-
header: 'p-orderlist-header',
|
|
34
|
-
container: 'p-orderlist-list-container',
|
|
35
|
-
list: 'p-orderlist-list',
|
|
36
|
-
item: function item(_ref2) {
|
|
37
|
-
var instance = _ref2.instance,
|
|
38
|
-
_item = _ref2.item,
|
|
39
|
-
id = _ref2.id;
|
|
40
|
-
return ['p-orderlist-item', {
|
|
41
|
-
'p-highlight': instance.isSelected(_item),
|
|
42
|
-
'p-focus': id === instance.focusedOptionId
|
|
43
|
-
}];
|
|
44
|
-
}
|
|
45
|
-
};
|
|
46
|
-
var _useStyle = usestyle.useStyle(styles, {
|
|
47
|
-
name: 'orderlist',
|
|
48
|
-
manual: true
|
|
49
|
-
}),
|
|
50
|
-
loadStyle = _useStyle.load;
|
|
51
25
|
var script$1 = {
|
|
52
26
|
name: 'BaseOrderList',
|
|
53
27
|
"extends": BaseComponent__default["default"],
|
|
@@ -117,10 +91,7 @@ var script$1 = {
|
|
|
117
91
|
"default": null
|
|
118
92
|
}
|
|
119
93
|
},
|
|
120
|
-
|
|
121
|
-
classes: classes,
|
|
122
|
-
loadStyle: loadStyle
|
|
123
|
-
},
|
|
94
|
+
style: OrderListStyle__default["default"],
|
|
124
95
|
provide: function provide() {
|
|
125
96
|
return {
|
|
126
97
|
$parentInstance: this
|
|
@@ -566,6 +537,7 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
566
537
|
disabled: $options.moveDisabled(),
|
|
567
538
|
pt: _ctx.ptm('moveUpButton')
|
|
568
539
|
}, _ctx.moveUpButtonProps, {
|
|
540
|
+
"data-pc-section": "moveupbutton",
|
|
569
541
|
unstyled: _ctx.unstyled
|
|
570
542
|
}), {
|
|
571
543
|
icon: vue.withCtx(function () {
|
|
@@ -582,7 +554,8 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
582
554
|
"aria-label": $options.moveTopAriaLabel,
|
|
583
555
|
disabled: $options.moveDisabled(),
|
|
584
556
|
pt: _ctx.ptm('moveTopButton')
|
|
585
|
-
}, _ctx.
|
|
557
|
+
}, _ctx.moveTopButtonProps, {
|
|
558
|
+
"data-pc-section": "movetopbutton",
|
|
586
559
|
unstyled: _ctx.unstyled
|
|
587
560
|
}), {
|
|
588
561
|
icon: vue.withCtx(function () {
|
|
@@ -600,6 +573,7 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
600
573
|
disabled: $options.moveDisabled(),
|
|
601
574
|
pt: _ctx.ptm('moveDownButton')
|
|
602
575
|
}, _ctx.moveDownButtonProps, {
|
|
576
|
+
"data-pc-section": "movedownbutton",
|
|
603
577
|
unstyled: _ctx.unstyled
|
|
604
578
|
}), {
|
|
605
579
|
icon: vue.withCtx(function () {
|
|
@@ -617,6 +591,7 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
617
591
|
disabled: $options.moveDisabled(),
|
|
618
592
|
pt: _ctx.ptm('moveBottomButton')
|
|
619
593
|
}, _ctx.moveBottomButtonProps, {
|
|
594
|
+
"data-pc-section": "movebottombutton",
|
|
620
595
|
unstyled: _ctx.unstyled
|
|
621
596
|
}), {
|
|
622
597
|
icon: vue.withCtx(function () {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";var e=require("primevue/button"),t=require("primevue/icons/angledoubledown"),n=require("primevue/icons/angledoubleup"),i=require("primevue/icons/angledown"),o=require("primevue/icons/angleup"),r=require("primevue/ripple"),l=require("primevue/utils"),s=require("primevue/basecomponent"),c=require("primevue/usestyle"),d=require("vue");function a(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var u=a(e),p=a(t),m=a(n),h=a(i),f=a(o),v=a(r),b=a(s),y=c.useStyle("\n@layer primevue {\n .p-orderlist {\n display: flex;\n }\n \n .p-orderlist-controls {\n display: flex;\n flex-direction: column;\n justify-content: center;\n }\n \n .p-orderlist-list-container {\n flex: 1 1 auto;\n }\n \n .p-orderlist-list {\n list-style-type: none;\n margin: 0;\n padding: 0;\n overflow: auto;\n min-height: 12rem;\n max-height: 24rem;\n }\n \n .p-orderlist-item {\n cursor: pointer;\n overflow: hidden;\n position: relative;\n }\n \n .p-orderlist.p-state-disabled .p-orderlist-item,\n .p-orderlist.p-state-disabled .p-button {\n cursor: default;\n }\n \n .p-orderlist.p-state-disabled .p-orderlist-list {\n overflow: hidden;\n }\n}\n",{name:"orderlist",manual:!0});function g(e){return O(e)||D(e)||x(e)||I()}function I(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function x(e,t){if(e){if("string"==typeof e)return w(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(e):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?w(e,t):void 0}}function D(e){if("undefined"!=typeof Symbol&&null!=e[Symbol.iterator]||null!=e["@@iterator"])return Array.from(e)}function O(e){if(Array.isArray(e))return w(e)}function w(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,i=new Array(t);n<t;n++)i[n]=e[n];return i}var S={name:"OrderList",extends:{name:"BaseOrderList",extends:b.default,props:{modelValue:{type:Array,default:null},selection:{type:Array,default:null},dataKey:{type:String,default:null},listStyle:{type:null,default:null},metaKeySelection:{type:Boolean,default:!0},responsive:{type:Boolean,default:!0},breakpoint:{type:String,default:"960px"},stripedRows:{type:Boolean,default:!1},tabindex:{type:Number,default:0},listProps:{type:null,default:null},moveUpButtonProps:{type:null,default:null},moveTopButtonProps:{type:null,default:null},moveDownButtonProps:{type:null,default:null},moveBottomButtonProps:{type:null,default:null},"aria-labelledby":{type:String,default:null},"aria-label":{type:String,default:null}},css:{classes:{root:function(e){return["p-orderlist p-component",{"p-orderlist-striped":e.props.stripedRows}]},controls:"p-orderlist-controls",header:"p-orderlist-header",container:"p-orderlist-list-container",list:"p-orderlist-list",item:function(e){var t=e.instance,n=e.id;return["p-orderlist-item",{"p-highlight":t.isSelected(e.item),"p-focus":n===t.focusedOptionId}]}},loadStyle:y.load},provide:function(){return{$parentInstance:this}}},emits:["update:modelValue","reorder","update:selection","selection-change","focus","blur"],itemTouched:!1,reorderDirection:null,styleElement:null,list:null,data:function(){return{id:this.$attrs.id,d_selection:this.selection,focused:!1,focusedOptionIndex:-1}},watch:{"$attrs.id":function(e){this.id=e||l.UniqueComponentId()}},beforeUnmount:function(){this.destroyStyle()},updated:function(){this.reorderDirection&&(this.updateListScroll(),this.reorderDirection=null)},mounted:function(){this.id=this.id||l.UniqueComponentId(),this.responsive&&this.createStyle()},methods:{getItemKey:function(e,t){return this.dataKey?l.ObjectUtils.resolveFieldData(e,this.dataKey):t},getPTOptions:function(e,t,n){return this.ptm(t,{context:{active:this.isSelected(e),focused:"".concat(this.id,"_").concat(n)===this.focusedOptionId}})},isSelected:function(e){return-1!=l.ObjectUtils.findIndexInList(e,this.d_selection)},onListFocus:function(e){var t=l.DomHandler.findSingle(this.list,'[data-p-highlight="true"]');if(t){var n=l.ObjectUtils.findIndexInList(t,this.list.children);this.focused=!0,this.changeFocusedOptionIndex(-1!==this.focusedOptionIndex?this.focusedOptionIndex:t?n:-1),this.$emit("focus",e)}},onListBlur:function(e){this.focused=!1,this.focusedOptionIndex=-1,this.$emit("blur",e)},onListKeyDown:function(e){switch(e.code){case"ArrowDown":this.onArrowDownKey(e);break;case"ArrowUp":this.onArrowUpKey(e);break;case"Home":this.onHomeKey(e);break;case"End":this.onEndKey(e);break;case"Enter":this.onEnterKey(e);break;case"Space":this.onSpaceKey(e);break;case"KeyA":e.ctrlKey&&(this.d_selection=g(this.modelValue),this.$emit("update:selection",this.d_selection))}},onOptionMouseDown:function(e){this.focused=!0,this.focusedOptionIndex=e},onArrowDownKey:function(e){var t=this.findNextOptionIndex(this.focusedOptionIndex);this.changeFocusedOptionIndex(t),e.shiftKey&&this.onEnterKey(e),e.preventDefault()},onArrowUpKey:function(e){var t=this.findPrevOptionIndex(this.focusedOptionIndex);this.changeFocusedOptionIndex(t),e.shiftKey&&this.onEnterKey(e),e.preventDefault()},onHomeKey:function(e){if(e.ctrlKey&&e.shiftKey){var t=l.DomHandler.find(this.list,'[data-pc-section="item"]'),n=l.DomHandler.findSingle(this.list,'[data-pc-section="item"][id='.concat(this.focusedOptionIndex,"]")),i=g(t).findIndex((function(e){return e===n}));this.d_selection=g(this.modelValue).slice(0,i+1),this.$emit("update:selection",this.d_selection)}else this.changeFocusedOptionIndex(0);e.preventDefault()},onEndKey:function(e){if(e.ctrlKey&&e.shiftKey){var t=l.DomHandler.find(this.list,'[data-pc-section="item"]'),n=l.DomHandler.findSingle(this.list,'[data-pc-section="item"][id='.concat(this.focusedOptionIndex,"]")),i=g(t).findIndex((function(e){return e===n}));this.d_selection=g(this.modelValue).slice(i,t.length),this.$emit("update:selection",this.d_selection)}else this.changeFocusedOptionIndex(l.DomHandler.find(this.list,'[data-pc-section="item"]').length-1);e.preventDefault()},onEnterKey:function(e){var t=l.DomHandler.find(this.list,'[data-pc-section="item"]'),n=l.DomHandler.findSingle(this.list,'[data-pc-section="item"][id='.concat(this.focusedOptionIndex,"]")),i=g(t).findIndex((function(e){return e===n}));this.onItemClick(e,this.modelValue[i],i),e.preventDefault()},onSpaceKey:function(e){if(e.shiftKey){var t=l.DomHandler.find(this.list,'[data-pc-section="item"]'),n=l.ObjectUtils.findIndexInList(this.d_selection[0],g(this.modelValue)),i=l.DomHandler.findSingle(this.list,'[data-pc-section="item"][id='.concat(this.focusedOptionIndex,"]")),o=g(t).findIndex((function(e){return e===i}));this.d_selection=g(this.modelValue).slice(Math.min(n,o),Math.max(n,o)+1),this.$emit("update:selection",this.d_selection)}else this.onEnterKey(e)},findNextOptionIndex:function(e){var t=g(l.DomHandler.find(this.list,'[data-pc-section="item"]')).findIndex((function(t){return t.id===e}));return t>-1?t+1:0},findPrevOptionIndex:function(e){var t=g(l.DomHandler.find(this.list,'[data-pc-section="item"]')).findIndex((function(t){return t.id===e}));return t>-1?t-1:0},changeFocusedOptionIndex:function(e){var t=l.DomHandler.find(this.list,'[data-pc-section="item"]'),n=e>=t.length?t.length-1:e<0?0:e;this.focusedOptionIndex=t[n]?t[n].getAttribute("id"):-1,this.scrollInView(this.focusedOptionIndex)},scrollInView:function(e){var t=l.DomHandler.findSingle(this.list,'[data-pc-section="item"][id="'.concat(e,'"]'));t&&t.scrollIntoView&&t.scrollIntoView({block:"nearest",inline:"start"})},moveUp:function(e){if(this.d_selection){for(var t=g(this.modelValue),n=0;n<this.d_selection.length;n++){var i=l.ObjectUtils.findIndexInList(this.d_selection[n],t);if(0===i)break;var o=t[i-1];t[i-1]=t[i],t[i]=o}this.reorderDirection="up",this.$emit("update:modelValue",t),this.$emit("reorder",{originalEvent:e,value:t,direction:this.reorderDirection})}},moveTop:function(e){if(this.d_selection){for(var t=g(this.modelValue),n=0;n<this.d_selection.length;n++){var i=l.ObjectUtils.findIndexInList(this.d_selection[n],t);if(0===i)break;var o=t.splice(i,1)[0];t.unshift(o)}this.reorderDirection="top",this.$emit("update:modelValue",t),this.$emit("reorder",{originalEvent:e,value:t,direction:this.reorderDirection})}},moveDown:function(e){if(this.d_selection){for(var t=g(this.modelValue),n=this.d_selection.length-1;n>=0;n--){var i=l.ObjectUtils.findIndexInList(this.d_selection[n],t);if(i===t.length-1)break;var o=t[i+1];t[i+1]=t[i],t[i]=o}this.reorderDirection="down",this.$emit("update:modelValue",t),this.$emit("reorder",{originalEvent:e,value:t,direction:this.reorderDirection})}},moveBottom:function(e){if(this.d_selection){for(var t=g(this.modelValue),n=this.d_selection.length-1;n>=0;n--){var i=l.ObjectUtils.findIndexInList(this.d_selection[n],t);if(i===t.length-1)break;var o=t.splice(i,1)[0];t.push(o)}this.reorderDirection="bottom",this.$emit("update:modelValue",t),this.$emit("reorder",{originalEvent:e,value:t,direction:this.reorderDirection})}},onItemClick:function(e,t,n){this.itemTouched=!1;var i=l.ObjectUtils.findIndexInList(t,this.d_selection),o=-1!=i,r=!this.itemTouched&&this.metaKeySelection,s=l.DomHandler.find(this.list,'[data-pc-section="item"]')[n].getAttribute("id");if(this.focusedOptionIndex=s,r){var c=e.metaKey||e.ctrlKey;o&&c?this.d_selection=this.d_selection.filter((function(e,t){return t!==i})):(this.d_selection=c&&this.d_selection?g(this.d_selection):[],l.ObjectUtils.insertIntoOrderedArray(t,n,this.d_selection,this.modelValue))}else o?this.d_selection=this.d_selection.filter((function(e,t){return t!==i})):(this.d_selection=this.d_selection?g(this.d_selection):[],l.ObjectUtils.insertIntoOrderedArray(t,n,this.d_selection,this.modelValue));this.$emit("update:selection",this.d_selection),this.$emit("selection-change",{originalEvent:e,value:this.d_selection})},onItemTouchEnd:function(){this.itemTouched=!0},findNextItem:function(e){var t=e.nextElementSibling;return t?"item"!==l.DomHandler.getAttribute(t,"data-pc-section")?this.findNextItem(t):t:null},findPrevItem:function(e){var t=e.previousElementSibling;return t?"item"!==l.DomHandler.getAttribute(nextItem,"data-pc-section")?this.findPrevItem(t):t:null},updateListScroll:function(){var e=l.DomHandler.find(this.list,'[data-pc-section="item"][data-p-highlight="true"]');if(e&&e.length)switch(this.reorderDirection){case"up":l.DomHandler.scrollInView(this.list,e[0]);break;case"top":this.list.scrollTop=0;break;case"down":l.DomHandler.scrollInView(this.list,e[e.length-1]);break;case"bottom":this.list.scrollTop=this.list.scrollHeight}},createStyle:function(){if(!this.styleElement&&!this.isUnstyled){var e;this.$el.setAttribute(this.attributeSelector,""),this.styleElement=document.createElement("style"),this.styleElement.type="text/css",l.DomHandler.setAttribute(this.styleElement,"nonce",null===(e=this.$primevue)||void 0===e||null===(e=e.config)||void 0===e||null===(e=e.csp)||void 0===e?void 0:e.nonce),document.head.appendChild(this.styleElement);var t="\n@media screen and (max-width: ".concat(this.breakpoint,") {\n .p-orderlist[").concat(this.attributeSelector,"] {\n flex-direction: column;\n }\n\n .p-orderlist[").concat(this.attributeSelector,"] .p-orderlist-controls {\n padding: var(--content-padding);\n flex-direction: row;\n }\n\n .p-orderlist[").concat(this.attributeSelector,"] .p-orderlist-controls .p-button {\n margin-right: var(--inline-spacing);\n margin-bottom: 0;\n }\n\n .p-orderlist[").concat(this.attributeSelector,"] .p-orderlist-controls .p-button:last-child {\n margin-right: 0;\n }\n}\n");this.styleElement.innerHTML=t}},destroyStyle:function(){this.styleElement&&(document.head.removeChild(this.styleElement),this.styleElement=null)},moveDisabled:function(){if(!this.d_selection||!this.d_selection.length)return!0},listRef:function(e){this.list=e?e.$el:void 0}},computed:{attributeSelector:function(){return l.UniqueComponentId()},focusedOptionId:function(){return-1!==this.focusedOptionIndex?this.focusedOptionIndex:null},moveUpAriaLabel:function(){return this.$primevue.config.locale.aria?this.$primevue.config.locale.aria.moveUp:void 0},moveTopAriaLabel:function(){return this.$primevue.config.locale.aria?this.$primevue.config.locale.aria.moveTop:void 0},moveDownAriaLabel:function(){return this.$primevue.config.locale.aria?this.$primevue.config.locale.aria.moveDown:void 0},moveBottomAriaLabel:function(){return this.$primevue.config.locale.aria?this.$primevue.config.locale.aria.moveBottom:void 0}},components:{OLButton:u.default,AngleUpIcon:f.default,AngleDownIcon:h.default,AngleDoubleUpIcon:m.default,AngleDoubleDownIcon:p.default},directives:{ripple:v.default}};function _(e){return _="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},_(e)}function B(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);t&&(i=i.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,i)}return n}function k(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?B(Object(n),!0).forEach((function(t){A(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):B(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function A(e,t,n){return(t=E(t))in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function E(e){var t=P(e,"string");return"symbol"===_(t)?t:String(t)}function P(e,t){if("object"!==_(e)||null===e)return e;var n=e[Symbol.toPrimitive];if(void 0!==n){var i=n.call(e,t||"default");if("object"!==_(i))return i;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===t?String:Number)(e)}var $=["id","onClick","aria-selected","onMousedown","data-p-highlight","data-p-focused"];S.render=function(e,t,n,i,o,r){var l=d.resolveComponent("AngleUpIcon"),s=d.resolveComponent("OLButton"),c=d.resolveComponent("AngleDoubleUpIcon"),a=d.resolveComponent("AngleDownIcon"),u=d.resolveComponent("AngleDoubleDownIcon"),p=d.resolveDirective("ripple");return d.openBlock(),d.createElementBlock("div",d.mergeProps({class:e.cx("root")},e.ptm("root")),[d.createElementVNode("div",d.mergeProps({class:e.cx("controls")},e.ptm("controls")),[d.renderSlot(e.$slots,"controlsstart"),d.createVNode(s,d.mergeProps({type:"button",onClick:r.moveUp,"aria-label":r.moveUpAriaLabel,disabled:r.moveDisabled(),pt:e.ptm("moveUpButton")},e.moveUpButtonProps,{unstyled:e.unstyled}),{icon:d.withCtx((function(){return[d.renderSlot(e.$slots,"moveupicon",{},(function(){return[d.createVNode(l,d.mergeProps(e.ptm("moveUpButton").icon,{"data-pc-section":"moveupicon"}),null,16)]}))]})),_:3},16,["onClick","aria-label","disabled","pt","unstyled"]),d.createVNode(s,d.mergeProps({type:"button",onClick:r.moveTop,"aria-label":r.moveTopAriaLabel,disabled:r.moveDisabled(),pt:e.ptm("moveTopButton")},e.ptm("moveTopButton"),{unstyled:e.unstyled}),{icon:d.withCtx((function(){return[d.renderSlot(e.$slots,"movetopicon",{},(function(){return[d.createVNode(c,d.mergeProps(e.ptm("moveTopButton").icon,{"data-pc-section":"movetopicon"}),null,16)]}))]})),_:3},16,["onClick","aria-label","disabled","pt","unstyled"]),d.createVNode(s,d.mergeProps({type:"button",onClick:r.moveDown,"aria-label":r.moveDownAriaLabel,disabled:r.moveDisabled(),pt:e.ptm("moveDownButton")},e.moveDownButtonProps,{unstyled:e.unstyled}),{icon:d.withCtx((function(){return[d.renderSlot(e.$slots,"movedownicon",{},(function(){return[d.createVNode(a,d.mergeProps(e.ptm("moveDownButton").icon,{"data-pc-section":"movedownicon"}),null,16)]}))]})),_:3},16,["onClick","aria-label","disabled","pt","unstyled"]),d.createVNode(s,d.mergeProps({type:"button",onClick:r.moveBottom,"aria-label":r.moveBottomAriaLabel,disabled:r.moveDisabled(),pt:e.ptm("moveBottomButton")},e.moveBottomButtonProps,{unstyled:e.unstyled}),{icon:d.withCtx((function(){return[d.renderSlot(e.$slots,"movebottomicon",{},(function(){return[d.createVNode(u,d.mergeProps(e.ptm("moveBottomButton").icon,{"data-pc-section":"movebottomicon"}),null,16)]}))]})),_:3},16,["onClick","aria-label","disabled","pt","unstyled"]),d.renderSlot(e.$slots,"controlsend")],16),d.createElementVNode("div",d.mergeProps({class:e.cx("container")},e.ptm("container")),[e.$slots.header?(d.openBlock(),d.createElementBlock("div",d.mergeProps({key:0,class:e.cx("header")},e.ptm("header")),[d.renderSlot(e.$slots,"header")],16)):d.createCommentVNode("",!0),d.createVNode(d.TransitionGroup,d.mergeProps({ref:r.listRef,id:o.id+"_list",name:"p-orderlist-flip",tag:"ul",class:e.cx("list"),style:e.listStyle,role:"listbox","aria-multiselectable":"true",tabindex:e.tabindex,"aria-activedescendant":o.focused?r.focusedOptionId:void 0,"aria-label":e.ariaLabel,"aria-labelledby":e.ariaLabelledby,onFocus:r.onListFocus,onBlur:r.onListBlur,onKeydown:r.onListKeyDown},k(k(k({},e.listProps),e.ptm("list")),e.ptm("transition"))),{default:d.withCtx((function(){return[(d.openBlock(!0),d.createElementBlock(d.Fragment,null,d.renderList(e.modelValue,(function(n,i){return d.withDirectives((d.openBlock(),d.createElementBlock("li",d.mergeProps({key:r.getItemKey(n,i),id:o.id+"_"+i,role:"option",class:e.cx("item",{item:n,id:"".concat(o.id,"_").concat(i)}),onClick:function(e){return r.onItemClick(e,n,i)},onTouchend:t[0]||(t[0]=function(){return r.onItemTouchEnd&&r.onItemTouchEnd.apply(r,arguments)}),"aria-selected":r.isSelected(n),onMousedown:function(e){return r.onOptionMouseDown(i)}},r.getPTOptions(n,"item",i),{"data-p-highlight":r.isSelected(n),"data-p-focused":"".concat(o.id,"_").concat(i)===r.focusedOptionId}),[d.renderSlot(e.$slots,"item",{item:n,index:i})],16,$)),[[p]])})),128))]})),_:3},16,["id","class","style","tabindex","aria-activedescendant","aria-label","aria-labelledby","onFocus","onBlur","onKeydown"])],16)],16)},module.exports=S;
|
|
1
|
+
"use strict";var e=require("primevue/button"),t=require("primevue/icons/angledoubledown"),n=require("primevue/icons/angledoubleup"),i=require("primevue/icons/angledown"),o=require("primevue/icons/angleup"),r=require("primevue/ripple"),l=require("primevue/utils"),s=require("primevue/basecomponent"),c=require("primevue/orderlist/style"),a=require("vue");function d(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var u=d(e),p=d(t),m=d(n),h=d(i),f=d(o),v=d(r);function b(e){return D(e)||I(e)||g(e)||y()}function y(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function g(e,t){if(e){if("string"==typeof e)return x(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(e):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?x(e,t):void 0}}function I(e){if("undefined"!=typeof Symbol&&null!=e[Symbol.iterator]||null!=e["@@iterator"])return Array.from(e)}function D(e){if(Array.isArray(e))return x(e)}function x(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,i=new Array(t);n<t;n++)i[n]=e[n];return i}var O={name:"OrderList",extends:{name:"BaseOrderList",extends:d(s).default,props:{modelValue:{type:Array,default:null},selection:{type:Array,default:null},dataKey:{type:String,default:null},listStyle:{type:null,default:null},metaKeySelection:{type:Boolean,default:!0},responsive:{type:Boolean,default:!0},breakpoint:{type:String,default:"960px"},stripedRows:{type:Boolean,default:!1},tabindex:{type:Number,default:0},listProps:{type:null,default:null},moveUpButtonProps:{type:null,default:null},moveTopButtonProps:{type:null,default:null},moveDownButtonProps:{type:null,default:null},moveBottomButtonProps:{type:null,default:null},"aria-labelledby":{type:String,default:null},"aria-label":{type:String,default:null}},style:d(c).default,provide:function(){return{$parentInstance:this}}},emits:["update:modelValue","reorder","update:selection","selection-change","focus","blur"],itemTouched:!1,reorderDirection:null,styleElement:null,list:null,data:function(){return{id:this.$attrs.id,d_selection:this.selection,focused:!1,focusedOptionIndex:-1}},watch:{"$attrs.id":function(e){this.id=e||l.UniqueComponentId()}},beforeUnmount:function(){this.destroyStyle()},updated:function(){this.reorderDirection&&(this.updateListScroll(),this.reorderDirection=null)},mounted:function(){this.id=this.id||l.UniqueComponentId(),this.responsive&&this.createStyle()},methods:{getItemKey:function(e,t){return this.dataKey?l.ObjectUtils.resolveFieldData(e,this.dataKey):t},getPTOptions:function(e,t,n){return this.ptm(t,{context:{active:this.isSelected(e),focused:"".concat(this.id,"_").concat(n)===this.focusedOptionId}})},isSelected:function(e){return-1!=l.ObjectUtils.findIndexInList(e,this.d_selection)},onListFocus:function(e){var t=l.DomHandler.findSingle(this.list,'[data-p-highlight="true"]');if(t){var n=l.ObjectUtils.findIndexInList(t,this.list.children);this.focused=!0,this.changeFocusedOptionIndex(-1!==this.focusedOptionIndex?this.focusedOptionIndex:t?n:-1),this.$emit("focus",e)}},onListBlur:function(e){this.focused=!1,this.focusedOptionIndex=-1,this.$emit("blur",e)},onListKeyDown:function(e){switch(e.code){case"ArrowDown":this.onArrowDownKey(e);break;case"ArrowUp":this.onArrowUpKey(e);break;case"Home":this.onHomeKey(e);break;case"End":this.onEndKey(e);break;case"Enter":this.onEnterKey(e);break;case"Space":this.onSpaceKey(e);break;case"KeyA":e.ctrlKey&&(this.d_selection=b(this.modelValue),this.$emit("update:selection",this.d_selection))}},onOptionMouseDown:function(e){this.focused=!0,this.focusedOptionIndex=e},onArrowDownKey:function(e){var t=this.findNextOptionIndex(this.focusedOptionIndex);this.changeFocusedOptionIndex(t),e.shiftKey&&this.onEnterKey(e),e.preventDefault()},onArrowUpKey:function(e){var t=this.findPrevOptionIndex(this.focusedOptionIndex);this.changeFocusedOptionIndex(t),e.shiftKey&&this.onEnterKey(e),e.preventDefault()},onHomeKey:function(e){if(e.ctrlKey&&e.shiftKey){var t=l.DomHandler.find(this.list,'[data-pc-section="item"]'),n=l.DomHandler.findSingle(this.list,'[data-pc-section="item"][id='.concat(this.focusedOptionIndex,"]")),i=b(t).findIndex((function(e){return e===n}));this.d_selection=b(this.modelValue).slice(0,i+1),this.$emit("update:selection",this.d_selection)}else this.changeFocusedOptionIndex(0);e.preventDefault()},onEndKey:function(e){if(e.ctrlKey&&e.shiftKey){var t=l.DomHandler.find(this.list,'[data-pc-section="item"]'),n=l.DomHandler.findSingle(this.list,'[data-pc-section="item"][id='.concat(this.focusedOptionIndex,"]")),i=b(t).findIndex((function(e){return e===n}));this.d_selection=b(this.modelValue).slice(i,t.length),this.$emit("update:selection",this.d_selection)}else this.changeFocusedOptionIndex(l.DomHandler.find(this.list,'[data-pc-section="item"]').length-1);e.preventDefault()},onEnterKey:function(e){var t=l.DomHandler.find(this.list,'[data-pc-section="item"]'),n=l.DomHandler.findSingle(this.list,'[data-pc-section="item"][id='.concat(this.focusedOptionIndex,"]")),i=b(t).findIndex((function(e){return e===n}));this.onItemClick(e,this.modelValue[i],i),e.preventDefault()},onSpaceKey:function(e){if(e.shiftKey){var t=l.DomHandler.find(this.list,'[data-pc-section="item"]'),n=l.ObjectUtils.findIndexInList(this.d_selection[0],b(this.modelValue)),i=l.DomHandler.findSingle(this.list,'[data-pc-section="item"][id='.concat(this.focusedOptionIndex,"]")),o=b(t).findIndex((function(e){return e===i}));this.d_selection=b(this.modelValue).slice(Math.min(n,o),Math.max(n,o)+1),this.$emit("update:selection",this.d_selection)}else this.onEnterKey(e)},findNextOptionIndex:function(e){var t=b(l.DomHandler.find(this.list,'[data-pc-section="item"]')).findIndex((function(t){return t.id===e}));return t>-1?t+1:0},findPrevOptionIndex:function(e){var t=b(l.DomHandler.find(this.list,'[data-pc-section="item"]')).findIndex((function(t){return t.id===e}));return t>-1?t-1:0},changeFocusedOptionIndex:function(e){var t=l.DomHandler.find(this.list,'[data-pc-section="item"]'),n=e>=t.length?t.length-1:e<0?0:e;this.focusedOptionIndex=t[n]?t[n].getAttribute("id"):-1,this.scrollInView(this.focusedOptionIndex)},scrollInView:function(e){var t=l.DomHandler.findSingle(this.list,'[data-pc-section="item"][id="'.concat(e,'"]'));t&&t.scrollIntoView&&t.scrollIntoView({block:"nearest",inline:"start"})},moveUp:function(e){if(this.d_selection){for(var t=b(this.modelValue),n=0;n<this.d_selection.length;n++){var i=l.ObjectUtils.findIndexInList(this.d_selection[n],t);if(0===i)break;var o=t[i-1];t[i-1]=t[i],t[i]=o}this.reorderDirection="up",this.$emit("update:modelValue",t),this.$emit("reorder",{originalEvent:e,value:t,direction:this.reorderDirection})}},moveTop:function(e){if(this.d_selection){for(var t=b(this.modelValue),n=0;n<this.d_selection.length;n++){var i=l.ObjectUtils.findIndexInList(this.d_selection[n],t);if(0===i)break;var o=t.splice(i,1)[0];t.unshift(o)}this.reorderDirection="top",this.$emit("update:modelValue",t),this.$emit("reorder",{originalEvent:e,value:t,direction:this.reorderDirection})}},moveDown:function(e){if(this.d_selection){for(var t=b(this.modelValue),n=this.d_selection.length-1;n>=0;n--){var i=l.ObjectUtils.findIndexInList(this.d_selection[n],t);if(i===t.length-1)break;var o=t[i+1];t[i+1]=t[i],t[i]=o}this.reorderDirection="down",this.$emit("update:modelValue",t),this.$emit("reorder",{originalEvent:e,value:t,direction:this.reorderDirection})}},moveBottom:function(e){if(this.d_selection){for(var t=b(this.modelValue),n=this.d_selection.length-1;n>=0;n--){var i=l.ObjectUtils.findIndexInList(this.d_selection[n],t);if(i===t.length-1)break;var o=t.splice(i,1)[0];t.push(o)}this.reorderDirection="bottom",this.$emit("update:modelValue",t),this.$emit("reorder",{originalEvent:e,value:t,direction:this.reorderDirection})}},onItemClick:function(e,t,n){this.itemTouched=!1;var i=l.ObjectUtils.findIndexInList(t,this.d_selection),o=-1!=i,r=!this.itemTouched&&this.metaKeySelection,s=l.DomHandler.find(this.list,'[data-pc-section="item"]')[n].getAttribute("id");if(this.focusedOptionIndex=s,r){var c=e.metaKey||e.ctrlKey;o&&c?this.d_selection=this.d_selection.filter((function(e,t){return t!==i})):(this.d_selection=c&&this.d_selection?b(this.d_selection):[],l.ObjectUtils.insertIntoOrderedArray(t,n,this.d_selection,this.modelValue))}else o?this.d_selection=this.d_selection.filter((function(e,t){return t!==i})):(this.d_selection=this.d_selection?b(this.d_selection):[],l.ObjectUtils.insertIntoOrderedArray(t,n,this.d_selection,this.modelValue));this.$emit("update:selection",this.d_selection),this.$emit("selection-change",{originalEvent:e,value:this.d_selection})},onItemTouchEnd:function(){this.itemTouched=!0},findNextItem:function(e){var t=e.nextElementSibling;return t?"item"!==l.DomHandler.getAttribute(t,"data-pc-section")?this.findNextItem(t):t:null},findPrevItem:function(e){var t=e.previousElementSibling;return t?"item"!==l.DomHandler.getAttribute(nextItem,"data-pc-section")?this.findPrevItem(t):t:null},updateListScroll:function(){var e=l.DomHandler.find(this.list,'[data-pc-section="item"][data-p-highlight="true"]');if(e&&e.length)switch(this.reorderDirection){case"up":l.DomHandler.scrollInView(this.list,e[0]);break;case"top":this.list.scrollTop=0;break;case"down":l.DomHandler.scrollInView(this.list,e[e.length-1]);break;case"bottom":this.list.scrollTop=this.list.scrollHeight}},createStyle:function(){if(!this.styleElement&&!this.isUnstyled){var e;this.$el.setAttribute(this.attributeSelector,""),this.styleElement=document.createElement("style"),this.styleElement.type="text/css",l.DomHandler.setAttribute(this.styleElement,"nonce",null===(e=this.$primevue)||void 0===e||null===(e=e.config)||void 0===e||null===(e=e.csp)||void 0===e?void 0:e.nonce),document.head.appendChild(this.styleElement);var t="\n@media screen and (max-width: ".concat(this.breakpoint,") {\n .p-orderlist[").concat(this.attributeSelector,"] {\n flex-direction: column;\n }\n\n .p-orderlist[").concat(this.attributeSelector,"] .p-orderlist-controls {\n padding: var(--content-padding);\n flex-direction: row;\n }\n\n .p-orderlist[").concat(this.attributeSelector,"] .p-orderlist-controls .p-button {\n margin-right: var(--inline-spacing);\n margin-bottom: 0;\n }\n\n .p-orderlist[").concat(this.attributeSelector,"] .p-orderlist-controls .p-button:last-child {\n margin-right: 0;\n }\n}\n");this.styleElement.innerHTML=t}},destroyStyle:function(){this.styleElement&&(document.head.removeChild(this.styleElement),this.styleElement=null)},moveDisabled:function(){if(!this.d_selection||!this.d_selection.length)return!0},listRef:function(e){this.list=e?e.$el:void 0}},computed:{attributeSelector:function(){return l.UniqueComponentId()},focusedOptionId:function(){return-1!==this.focusedOptionIndex?this.focusedOptionIndex:null},moveUpAriaLabel:function(){return this.$primevue.config.locale.aria?this.$primevue.config.locale.aria.moveUp:void 0},moveTopAriaLabel:function(){return this.$primevue.config.locale.aria?this.$primevue.config.locale.aria.moveTop:void 0},moveDownAriaLabel:function(){return this.$primevue.config.locale.aria?this.$primevue.config.locale.aria.moveDown:void 0},moveBottomAriaLabel:function(){return this.$primevue.config.locale.aria?this.$primevue.config.locale.aria.moveBottom:void 0}},components:{OLButton:u.default,AngleUpIcon:f.default,AngleDownIcon:h.default,AngleDoubleUpIcon:m.default,AngleDoubleDownIcon:p.default},directives:{ripple:v.default}};function w(e){return w="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},w(e)}function S(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);t&&(i=i.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,i)}return n}function _(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?S(Object(n),!0).forEach((function(t){B(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):S(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}function B(e,t,n){return(t=P(t))in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function P(e){var t=k(e,"string");return"symbol"===w(t)?t:String(t)}function k(e,t){if("object"!==w(e)||null===e)return e;var n=e[Symbol.toPrimitive];if(void 0!==n){var i=n.call(e,t||"default");if("object"!==w(i))return i;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===t?String:Number)(e)}var A=["id","onClick","aria-selected","onMousedown","data-p-highlight","data-p-focused"];O.render=function(e,t,n,i,o,r){var l=a.resolveComponent("AngleUpIcon"),s=a.resolveComponent("OLButton"),c=a.resolveComponent("AngleDoubleUpIcon"),d=a.resolveComponent("AngleDownIcon"),u=a.resolveComponent("AngleDoubleDownIcon"),p=a.resolveDirective("ripple");return a.openBlock(),a.createElementBlock("div",a.mergeProps({class:e.cx("root")},e.ptm("root")),[a.createElementVNode("div",a.mergeProps({class:e.cx("controls")},e.ptm("controls")),[a.renderSlot(e.$slots,"controlsstart"),a.createVNode(s,a.mergeProps({type:"button",onClick:r.moveUp,"aria-label":r.moveUpAriaLabel,disabled:r.moveDisabled(),pt:e.ptm("moveUpButton")},e.moveUpButtonProps,{"data-pc-section":"moveupbutton",unstyled:e.unstyled}),{icon:a.withCtx((function(){return[a.renderSlot(e.$slots,"moveupicon",{},(function(){return[a.createVNode(l,a.mergeProps(e.ptm("moveUpButton").icon,{"data-pc-section":"moveupicon"}),null,16)]}))]})),_:3},16,["onClick","aria-label","disabled","pt","unstyled"]),a.createVNode(s,a.mergeProps({type:"button",onClick:r.moveTop,"aria-label":r.moveTopAriaLabel,disabled:r.moveDisabled(),pt:e.ptm("moveTopButton")},e.moveTopButtonProps,{"data-pc-section":"movetopbutton",unstyled:e.unstyled}),{icon:a.withCtx((function(){return[a.renderSlot(e.$slots,"movetopicon",{},(function(){return[a.createVNode(c,a.mergeProps(e.ptm("moveTopButton").icon,{"data-pc-section":"movetopicon"}),null,16)]}))]})),_:3},16,["onClick","aria-label","disabled","pt","unstyled"]),a.createVNode(s,a.mergeProps({type:"button",onClick:r.moveDown,"aria-label":r.moveDownAriaLabel,disabled:r.moveDisabled(),pt:e.ptm("moveDownButton")},e.moveDownButtonProps,{"data-pc-section":"movedownbutton",unstyled:e.unstyled}),{icon:a.withCtx((function(){return[a.renderSlot(e.$slots,"movedownicon",{},(function(){return[a.createVNode(d,a.mergeProps(e.ptm("moveDownButton").icon,{"data-pc-section":"movedownicon"}),null,16)]}))]})),_:3},16,["onClick","aria-label","disabled","pt","unstyled"]),a.createVNode(s,a.mergeProps({type:"button",onClick:r.moveBottom,"aria-label":r.moveBottomAriaLabel,disabled:r.moveDisabled(),pt:e.ptm("moveBottomButton")},e.moveBottomButtonProps,{"data-pc-section":"movebottombutton",unstyled:e.unstyled}),{icon:a.withCtx((function(){return[a.renderSlot(e.$slots,"movebottomicon",{},(function(){return[a.createVNode(u,a.mergeProps(e.ptm("moveBottomButton").icon,{"data-pc-section":"movebottomicon"}),null,16)]}))]})),_:3},16,["onClick","aria-label","disabled","pt","unstyled"]),a.renderSlot(e.$slots,"controlsend")],16),a.createElementVNode("div",a.mergeProps({class:e.cx("container")},e.ptm("container")),[e.$slots.header?(a.openBlock(),a.createElementBlock("div",a.mergeProps({key:0,class:e.cx("header")},e.ptm("header")),[a.renderSlot(e.$slots,"header")],16)):a.createCommentVNode("",!0),a.createVNode(a.TransitionGroup,a.mergeProps({ref:r.listRef,id:o.id+"_list",name:"p-orderlist-flip",tag:"ul",class:e.cx("list"),style:e.listStyle,role:"listbox","aria-multiselectable":"true",tabindex:e.tabindex,"aria-activedescendant":o.focused?r.focusedOptionId:void 0,"aria-label":e.ariaLabel,"aria-labelledby":e.ariaLabelledby,onFocus:r.onListFocus,onBlur:r.onListBlur,onKeydown:r.onListKeyDown},_(_(_({},e.listProps),e.ptm("list")),e.ptm("transition"))),{default:a.withCtx((function(){return[(a.openBlock(!0),a.createElementBlock(a.Fragment,null,a.renderList(e.modelValue,(function(n,i){return a.withDirectives((a.openBlock(),a.createElementBlock("li",a.mergeProps({key:r.getItemKey(n,i),id:o.id+"_"+i,role:"option",class:e.cx("item",{item:n,id:"".concat(o.id,"_").concat(i)}),onClick:function(e){return r.onItemClick(e,n,i)},onTouchend:t[0]||(t[0]=function(){return r.onItemTouchEnd&&r.onItemTouchEnd.apply(r,arguments)}),"aria-selected":r.isSelected(n),onMousedown:function(e){return r.onOptionMouseDown(i)}},r.getPTOptions(n,"item",i),{"data-p-highlight":r.isSelected(n),"data-p-focused":"".concat(o.id,"_").concat(i)===r.focusedOptionId}),[a.renderSlot(e.$slots,"item",{item:n,index:i})],16,A)),[[p]])})),128))]})),_:3},16,["id","class","style","tabindex","aria-activedescendant","aria-label","aria-labelledby","onFocus","onBlur","onKeydown"])],16)],16)},module.exports=O;
|
|
@@ -6,36 +6,9 @@ import AngleUpIcon from 'primevue/icons/angleup';
|
|
|
6
6
|
import Ripple from 'primevue/ripple';
|
|
7
7
|
import { UniqueComponentId, ObjectUtils, DomHandler } from 'primevue/utils';
|
|
8
8
|
import BaseComponent from 'primevue/basecomponent';
|
|
9
|
-
import
|
|
9
|
+
import OrderListStyle from 'primevue/orderlist/style';
|
|
10
10
|
import { resolveComponent, resolveDirective, openBlock, createElementBlock, mergeProps, createElementVNode, renderSlot, createVNode, withCtx, createCommentVNode, TransitionGroup, Fragment, renderList, withDirectives } from 'vue';
|
|
11
11
|
|
|
12
|
-
var styles = "\n@layer primevue {\n .p-orderlist {\n display: flex;\n }\n \n .p-orderlist-controls {\n display: flex;\n flex-direction: column;\n justify-content: center;\n }\n \n .p-orderlist-list-container {\n flex: 1 1 auto;\n }\n \n .p-orderlist-list {\n list-style-type: none;\n margin: 0;\n padding: 0;\n overflow: auto;\n min-height: 12rem;\n max-height: 24rem;\n }\n \n .p-orderlist-item {\n cursor: pointer;\n overflow: hidden;\n position: relative;\n }\n \n .p-orderlist.p-state-disabled .p-orderlist-item,\n .p-orderlist.p-state-disabled .p-button {\n cursor: default;\n }\n \n .p-orderlist.p-state-disabled .p-orderlist-list {\n overflow: hidden;\n }\n}\n";
|
|
13
|
-
var classes = {
|
|
14
|
-
root: function root(_ref) {
|
|
15
|
-
var props = _ref.props;
|
|
16
|
-
return ['p-orderlist p-component', {
|
|
17
|
-
'p-orderlist-striped': props.stripedRows
|
|
18
|
-
}];
|
|
19
|
-
},
|
|
20
|
-
controls: 'p-orderlist-controls',
|
|
21
|
-
header: 'p-orderlist-header',
|
|
22
|
-
container: 'p-orderlist-list-container',
|
|
23
|
-
list: 'p-orderlist-list',
|
|
24
|
-
item: function item(_ref2) {
|
|
25
|
-
var instance = _ref2.instance,
|
|
26
|
-
_item = _ref2.item,
|
|
27
|
-
id = _ref2.id;
|
|
28
|
-
return ['p-orderlist-item', {
|
|
29
|
-
'p-highlight': instance.isSelected(_item),
|
|
30
|
-
'p-focus': id === instance.focusedOptionId
|
|
31
|
-
}];
|
|
32
|
-
}
|
|
33
|
-
};
|
|
34
|
-
var _useStyle = useStyle(styles, {
|
|
35
|
-
name: 'orderlist',
|
|
36
|
-
manual: true
|
|
37
|
-
}),
|
|
38
|
-
loadStyle = _useStyle.load;
|
|
39
12
|
var script$1 = {
|
|
40
13
|
name: 'BaseOrderList',
|
|
41
14
|
"extends": BaseComponent,
|
|
@@ -105,10 +78,7 @@ var script$1 = {
|
|
|
105
78
|
"default": null
|
|
106
79
|
}
|
|
107
80
|
},
|
|
108
|
-
|
|
109
|
-
classes: classes,
|
|
110
|
-
loadStyle: loadStyle
|
|
111
|
-
},
|
|
81
|
+
style: OrderListStyle,
|
|
112
82
|
provide: function provide() {
|
|
113
83
|
return {
|
|
114
84
|
$parentInstance: this
|
|
@@ -554,6 +524,7 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
554
524
|
disabled: $options.moveDisabled(),
|
|
555
525
|
pt: _ctx.ptm('moveUpButton')
|
|
556
526
|
}, _ctx.moveUpButtonProps, {
|
|
527
|
+
"data-pc-section": "moveupbutton",
|
|
557
528
|
unstyled: _ctx.unstyled
|
|
558
529
|
}), {
|
|
559
530
|
icon: withCtx(function () {
|
|
@@ -570,7 +541,8 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
570
541
|
"aria-label": $options.moveTopAriaLabel,
|
|
571
542
|
disabled: $options.moveDisabled(),
|
|
572
543
|
pt: _ctx.ptm('moveTopButton')
|
|
573
|
-
}, _ctx.
|
|
544
|
+
}, _ctx.moveTopButtonProps, {
|
|
545
|
+
"data-pc-section": "movetopbutton",
|
|
574
546
|
unstyled: _ctx.unstyled
|
|
575
547
|
}), {
|
|
576
548
|
icon: withCtx(function () {
|
|
@@ -588,6 +560,7 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
588
560
|
disabled: $options.moveDisabled(),
|
|
589
561
|
pt: _ctx.ptm('moveDownButton')
|
|
590
562
|
}, _ctx.moveDownButtonProps, {
|
|
563
|
+
"data-pc-section": "movedownbutton",
|
|
591
564
|
unstyled: _ctx.unstyled
|
|
592
565
|
}), {
|
|
593
566
|
icon: withCtx(function () {
|
|
@@ -605,6 +578,7 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
605
578
|
disabled: $options.moveDisabled(),
|
|
606
579
|
pt: _ctx.ptm('moveBottomButton')
|
|
607
580
|
}, _ctx.moveBottomButtonProps, {
|
|
581
|
+
"data-pc-section": "movebottombutton",
|
|
608
582
|
unstyled: _ctx.unstyled
|
|
609
583
|
}), {
|
|
610
584
|
icon: withCtx(function () {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import t from"primevue/button";import e from"primevue/icons/angledoubledown";import i from"primevue/icons/angledoubleup";import n from"primevue/icons/angledown";import o from"primevue/icons/angleup";import r from"primevue/ripple";import{UniqueComponentId as s,ObjectUtils as l,DomHandler as c}from"primevue/utils";import a from"primevue/basecomponent";import{useStyle as d}from"primevue/usestyle";import{resolveComponent as u,resolveDirective as p,openBlock as m,createElementBlock as h,mergeProps as f,createElementVNode as v,renderSlot as y,createVNode as b,withCtx as g,createCommentVNode as I,TransitionGroup as x,Fragment as w,renderList as O,withDirectives as S}from"vue";var D=d("\n@layer primevue {\n .p-orderlist {\n display: flex;\n }\n \n .p-orderlist-controls {\n display: flex;\n flex-direction: column;\n justify-content: center;\n }\n \n .p-orderlist-list-container {\n flex: 1 1 auto;\n }\n \n .p-orderlist-list {\n list-style-type: none;\n margin: 0;\n padding: 0;\n overflow: auto;\n min-height: 12rem;\n max-height: 24rem;\n }\n \n .p-orderlist-item {\n cursor: pointer;\n overflow: hidden;\n position: relative;\n }\n \n .p-orderlist.p-state-disabled .p-orderlist-item,\n .p-orderlist.p-state-disabled .p-button {\n cursor: default;\n }\n \n .p-orderlist.p-state-disabled .p-orderlist-list {\n overflow: hidden;\n }\n}\n",{name:"orderlist",manual:!0});function _(t){return B(t)||K(t)||$(t)||A()}function A(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function $(t,e){if(t){if("string"==typeof t)return E(t,e);var i=Object.prototype.toString.call(t).slice(8,-1);return"Object"===i&&t.constructor&&(i=t.constructor.name),"Map"===i||"Set"===i?Array.from(t):"Arguments"===i||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(i)?E(t,e):void 0}}function K(t){if("undefined"!=typeof Symbol&&null!=t[Symbol.iterator]||null!=t["@@iterator"])return Array.from(t)}function B(t){if(Array.isArray(t))return E(t)}function E(t,e){(null==e||e>t.length)&&(e=t.length);for(var i=0,n=new Array(e);i<e;i++)n[i]=t[i];return n}var k={name:"OrderList",extends:{name:"BaseOrderList",extends:a,props:{modelValue:{type:Array,default:null},selection:{type:Array,default:null},dataKey:{type:String,default:null},listStyle:{type:null,default:null},metaKeySelection:{type:Boolean,default:!0},responsive:{type:Boolean,default:!0},breakpoint:{type:String,default:"960px"},stripedRows:{type:Boolean,default:!1},tabindex:{type:Number,default:0},listProps:{type:null,default:null},moveUpButtonProps:{type:null,default:null},moveTopButtonProps:{type:null,default:null},moveDownButtonProps:{type:null,default:null},moveBottomButtonProps:{type:null,default:null},"aria-labelledby":{type:String,default:null},"aria-label":{type:String,default:null}},css:{classes:{root:function(t){return["p-orderlist p-component",{"p-orderlist-striped":t.props.stripedRows}]},controls:"p-orderlist-controls",header:"p-orderlist-header",container:"p-orderlist-list-container",list:"p-orderlist-list",item:function(t){var e=t.instance,i=t.id;return["p-orderlist-item",{"p-highlight":e.isSelected(t.item),"p-focus":i===e.focusedOptionId}]}},loadStyle:D.load},provide:function(){return{$parentInstance:this}}},emits:["update:modelValue","reorder","update:selection","selection-change","focus","blur"],itemTouched:!1,reorderDirection:null,styleElement:null,list:null,data:function(){return{id:this.$attrs.id,d_selection:this.selection,focused:!1,focusedOptionIndex:-1}},watch:{"$attrs.id":function(t){this.id=t||s()}},beforeUnmount:function(){this.destroyStyle()},updated:function(){this.reorderDirection&&(this.updateListScroll(),this.reorderDirection=null)},mounted:function(){this.id=this.id||s(),this.responsive&&this.createStyle()},methods:{getItemKey:function(t,e){return this.dataKey?l.resolveFieldData(t,this.dataKey):e},getPTOptions:function(t,e,i){return this.ptm(e,{context:{active:this.isSelected(t),focused:"".concat(this.id,"_").concat(i)===this.focusedOptionId}})},isSelected:function(t){return-1!=l.findIndexInList(t,this.d_selection)},onListFocus:function(t){var e=c.findSingle(this.list,'[data-p-highlight="true"]');if(e){var i=l.findIndexInList(e,this.list.children);this.focused=!0,this.changeFocusedOptionIndex(-1!==this.focusedOptionIndex?this.focusedOptionIndex:e?i:-1),this.$emit("focus",t)}},onListBlur:function(t){this.focused=!1,this.focusedOptionIndex=-1,this.$emit("blur",t)},onListKeyDown:function(t){switch(t.code){case"ArrowDown":this.onArrowDownKey(t);break;case"ArrowUp":this.onArrowUpKey(t);break;case"Home":this.onHomeKey(t);break;case"End":this.onEndKey(t);break;case"Enter":this.onEnterKey(t);break;case"Space":this.onSpaceKey(t);break;case"KeyA":t.ctrlKey&&(this.d_selection=_(this.modelValue),this.$emit("update:selection",this.d_selection))}},onOptionMouseDown:function(t){this.focused=!0,this.focusedOptionIndex=t},onArrowDownKey:function(t){var e=this.findNextOptionIndex(this.focusedOptionIndex);this.changeFocusedOptionIndex(e),t.shiftKey&&this.onEnterKey(t),t.preventDefault()},onArrowUpKey:function(t){var e=this.findPrevOptionIndex(this.focusedOptionIndex);this.changeFocusedOptionIndex(e),t.shiftKey&&this.onEnterKey(t),t.preventDefault()},onHomeKey:function(t){if(t.ctrlKey&&t.shiftKey){var e=c.find(this.list,'[data-pc-section="item"]'),i=c.findSingle(this.list,'[data-pc-section="item"][id='.concat(this.focusedOptionIndex,"]")),n=_(e).findIndex((function(t){return t===i}));this.d_selection=_(this.modelValue).slice(0,n+1),this.$emit("update:selection",this.d_selection)}else this.changeFocusedOptionIndex(0);t.preventDefault()},onEndKey:function(t){if(t.ctrlKey&&t.shiftKey){var e=c.find(this.list,'[data-pc-section="item"]'),i=c.findSingle(this.list,'[data-pc-section="item"][id='.concat(this.focusedOptionIndex,"]")),n=_(e).findIndex((function(t){return t===i}));this.d_selection=_(this.modelValue).slice(n,e.length),this.$emit("update:selection",this.d_selection)}else this.changeFocusedOptionIndex(c.find(this.list,'[data-pc-section="item"]').length-1);t.preventDefault()},onEnterKey:function(t){var e=c.find(this.list,'[data-pc-section="item"]'),i=c.findSingle(this.list,'[data-pc-section="item"][id='.concat(this.focusedOptionIndex,"]")),n=_(e).findIndex((function(t){return t===i}));this.onItemClick(t,this.modelValue[n],n),t.preventDefault()},onSpaceKey:function(t){if(t.shiftKey){var e=c.find(this.list,'[data-pc-section="item"]'),i=l.findIndexInList(this.d_selection[0],_(this.modelValue)),n=c.findSingle(this.list,'[data-pc-section="item"][id='.concat(this.focusedOptionIndex,"]")),o=_(e).findIndex((function(t){return t===n}));this.d_selection=_(this.modelValue).slice(Math.min(i,o),Math.max(i,o)+1),this.$emit("update:selection",this.d_selection)}else this.onEnterKey(t)},findNextOptionIndex:function(t){var e=_(c.find(this.list,'[data-pc-section="item"]')).findIndex((function(e){return e.id===t}));return e>-1?e+1:0},findPrevOptionIndex:function(t){var e=_(c.find(this.list,'[data-pc-section="item"]')).findIndex((function(e){return e.id===t}));return e>-1?e-1:0},changeFocusedOptionIndex:function(t){var e=c.find(this.list,'[data-pc-section="item"]'),i=t>=e.length?e.length-1:t<0?0:t;this.focusedOptionIndex=e[i]?e[i].getAttribute("id"):-1,this.scrollInView(this.focusedOptionIndex)},scrollInView:function(t){var e=c.findSingle(this.list,'[data-pc-section="item"][id="'.concat(t,'"]'));e&&e.scrollIntoView&&e.scrollIntoView({block:"nearest",inline:"start"})},moveUp:function(t){if(this.d_selection){for(var e=_(this.modelValue),i=0;i<this.d_selection.length;i++){var n=l.findIndexInList(this.d_selection[i],e);if(0===n)break;var o=e[n-1];e[n-1]=e[n],e[n]=o}this.reorderDirection="up",this.$emit("update:modelValue",e),this.$emit("reorder",{originalEvent:t,value:e,direction:this.reorderDirection})}},moveTop:function(t){if(this.d_selection){for(var e=_(this.modelValue),i=0;i<this.d_selection.length;i++){var n=l.findIndexInList(this.d_selection[i],e);if(0===n)break;var o=e.splice(n,1)[0];e.unshift(o)}this.reorderDirection="top",this.$emit("update:modelValue",e),this.$emit("reorder",{originalEvent:t,value:e,direction:this.reorderDirection})}},moveDown:function(t){if(this.d_selection){for(var e=_(this.modelValue),i=this.d_selection.length-1;i>=0;i--){var n=l.findIndexInList(this.d_selection[i],e);if(n===e.length-1)break;var o=e[n+1];e[n+1]=e[n],e[n]=o}this.reorderDirection="down",this.$emit("update:modelValue",e),this.$emit("reorder",{originalEvent:t,value:e,direction:this.reorderDirection})}},moveBottom:function(t){if(this.d_selection){for(var e=_(this.modelValue),i=this.d_selection.length-1;i>=0;i--){var n=l.findIndexInList(this.d_selection[i],e);if(n===e.length-1)break;var o=e.splice(n,1)[0];e.push(o)}this.reorderDirection="bottom",this.$emit("update:modelValue",e),this.$emit("reorder",{originalEvent:t,value:e,direction:this.reorderDirection})}},onItemClick:function(t,e,i){this.itemTouched=!1;var n=l.findIndexInList(e,this.d_selection),o=-1!=n,r=!this.itemTouched&&this.metaKeySelection,s=c.find(this.list,'[data-pc-section="item"]')[i].getAttribute("id");if(this.focusedOptionIndex=s,r){var a=t.metaKey||t.ctrlKey;o&&a?this.d_selection=this.d_selection.filter((function(t,e){return e!==n})):(this.d_selection=a&&this.d_selection?_(this.d_selection):[],l.insertIntoOrderedArray(e,i,this.d_selection,this.modelValue))}else o?this.d_selection=this.d_selection.filter((function(t,e){return e!==n})):(this.d_selection=this.d_selection?_(this.d_selection):[],l.insertIntoOrderedArray(e,i,this.d_selection,this.modelValue));this.$emit("update:selection",this.d_selection),this.$emit("selection-change",{originalEvent:t,value:this.d_selection})},onItemTouchEnd:function(){this.itemTouched=!0},findNextItem:function(t){var e=t.nextElementSibling;return e?"item"!==c.getAttribute(e,"data-pc-section")?this.findNextItem(e):e:null},findPrevItem:function(t){var e=t.previousElementSibling;return e?"item"!==c.getAttribute(nextItem,"data-pc-section")?this.findPrevItem(e):e:null},updateListScroll:function(){var t=c.find(this.list,'[data-pc-section="item"][data-p-highlight="true"]');if(t&&t.length)switch(this.reorderDirection){case"up":c.scrollInView(this.list,t[0]);break;case"top":this.list.scrollTop=0;break;case"down":c.scrollInView(this.list,t[t.length-1]);break;case"bottom":this.list.scrollTop=this.list.scrollHeight}},createStyle:function(){if(!this.styleElement&&!this.isUnstyled){var t;this.$el.setAttribute(this.attributeSelector,""),this.styleElement=document.createElement("style"),this.styleElement.type="text/css",c.setAttribute(this.styleElement,"nonce",null===(t=this.$primevue)||void 0===t||null===(t=t.config)||void 0===t||null===(t=t.csp)||void 0===t?void 0:t.nonce),document.head.appendChild(this.styleElement);var e="\n@media screen and (max-width: ".concat(this.breakpoint,") {\n .p-orderlist[").concat(this.attributeSelector,"] {\n flex-direction: column;\n }\n\n .p-orderlist[").concat(this.attributeSelector,"] .p-orderlist-controls {\n padding: var(--content-padding);\n flex-direction: row;\n }\n\n .p-orderlist[").concat(this.attributeSelector,"] .p-orderlist-controls .p-button {\n margin-right: var(--inline-spacing);\n margin-bottom: 0;\n }\n\n .p-orderlist[").concat(this.attributeSelector,"] .p-orderlist-controls .p-button:last-child {\n margin-right: 0;\n }\n}\n");this.styleElement.innerHTML=e}},destroyStyle:function(){this.styleElement&&(document.head.removeChild(this.styleElement),this.styleElement=null)},moveDisabled:function(){if(!this.d_selection||!this.d_selection.length)return!0},listRef:function(t){this.list=t?t.$el:void 0}},computed:{attributeSelector:function(){return s()},focusedOptionId:function(){return-1!==this.focusedOptionIndex?this.focusedOptionIndex:null},moveUpAriaLabel:function(){return this.$primevue.config.locale.aria?this.$primevue.config.locale.aria.moveUp:void 0},moveTopAriaLabel:function(){return this.$primevue.config.locale.aria?this.$primevue.config.locale.aria.moveTop:void 0},moveDownAriaLabel:function(){return this.$primevue.config.locale.aria?this.$primevue.config.locale.aria.moveDown:void 0},moveBottomAriaLabel:function(){return this.$primevue.config.locale.aria?this.$primevue.config.locale.aria.moveBottom:void 0}},components:{OLButton:t,AngleUpIcon:o,AngleDownIcon:n,AngleDoubleUpIcon:i,AngleDoubleDownIcon:e},directives:{ripple:r}};function L(t){return L="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},L(t)}function P(t,e){var i=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),i.push.apply(i,n)}return i}function V(t){for(var e=1;e<arguments.length;e++){var i=null!=arguments[e]?arguments[e]:{};e%2?P(Object(i),!0).forEach((function(e){T(t,e,i[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(i)):P(Object(i)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(i,e))}))}return t}function T(t,e,i){return(e=U(e))in t?Object.defineProperty(t,e,{value:i,enumerable:!0,configurable:!0,writable:!0}):t[e]=i,t}function U(t){var e=j(t,"string");return"symbol"===L(e)?e:String(e)}function j(t,e){if("object"!==L(t)||null===t)return t;var i=t[Symbol.toPrimitive];if(void 0!==i){var n=i.call(t,e||"default");if("object"!==L(n))return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===e?String:Number)(t)}var C=["id","onClick","aria-selected","onMousedown","data-p-highlight","data-p-focused"];k.render=function(t,e,i,n,o,r){var s=u("AngleUpIcon"),l=u("OLButton"),c=u("AngleDoubleUpIcon"),a=u("AngleDownIcon"),d=u("AngleDoubleDownIcon"),D=p("ripple");return m(),h("div",f({class:t.cx("root")},t.ptm("root")),[v("div",f({class:t.cx("controls")},t.ptm("controls")),[y(t.$slots,"controlsstart"),b(l,f({type:"button",onClick:r.moveUp,"aria-label":r.moveUpAriaLabel,disabled:r.moveDisabled(),pt:t.ptm("moveUpButton")},t.moveUpButtonProps,{unstyled:t.unstyled}),{icon:g((function(){return[y(t.$slots,"moveupicon",{},(function(){return[b(s,f(t.ptm("moveUpButton").icon,{"data-pc-section":"moveupicon"}),null,16)]}))]})),_:3},16,["onClick","aria-label","disabled","pt","unstyled"]),b(l,f({type:"button",onClick:r.moveTop,"aria-label":r.moveTopAriaLabel,disabled:r.moveDisabled(),pt:t.ptm("moveTopButton")},t.ptm("moveTopButton"),{unstyled:t.unstyled}),{icon:g((function(){return[y(t.$slots,"movetopicon",{},(function(){return[b(c,f(t.ptm("moveTopButton").icon,{"data-pc-section":"movetopicon"}),null,16)]}))]})),_:3},16,["onClick","aria-label","disabled","pt","unstyled"]),b(l,f({type:"button",onClick:r.moveDown,"aria-label":r.moveDownAriaLabel,disabled:r.moveDisabled(),pt:t.ptm("moveDownButton")},t.moveDownButtonProps,{unstyled:t.unstyled}),{icon:g((function(){return[y(t.$slots,"movedownicon",{},(function(){return[b(a,f(t.ptm("moveDownButton").icon,{"data-pc-section":"movedownicon"}),null,16)]}))]})),_:3},16,["onClick","aria-label","disabled","pt","unstyled"]),b(l,f({type:"button",onClick:r.moveBottom,"aria-label":r.moveBottomAriaLabel,disabled:r.moveDisabled(),pt:t.ptm("moveBottomButton")},t.moveBottomButtonProps,{unstyled:t.unstyled}),{icon:g((function(){return[y(t.$slots,"movebottomicon",{},(function(){return[b(d,f(t.ptm("moveBottomButton").icon,{"data-pc-section":"movebottomicon"}),null,16)]}))]})),_:3},16,["onClick","aria-label","disabled","pt","unstyled"]),y(t.$slots,"controlsend")],16),v("div",f({class:t.cx("container")},t.ptm("container")),[t.$slots.header?(m(),h("div",f({key:0,class:t.cx("header")},t.ptm("header")),[y(t.$slots,"header")],16)):I("",!0),b(x,f({ref:r.listRef,id:o.id+"_list",name:"p-orderlist-flip",tag:"ul",class:t.cx("list"),style:t.listStyle,role:"listbox","aria-multiselectable":"true",tabindex:t.tabindex,"aria-activedescendant":o.focused?r.focusedOptionId:void 0,"aria-label":t.ariaLabel,"aria-labelledby":t.ariaLabelledby,onFocus:r.onListFocus,onBlur:r.onListBlur,onKeydown:r.onListKeyDown},V(V(V({},t.listProps),t.ptm("list")),t.ptm("transition"))),{default:g((function(){return[(m(!0),h(w,null,O(t.modelValue,(function(i,n){return S((m(),h("li",f({key:r.getItemKey(i,n),id:o.id+"_"+n,role:"option",class:t.cx("item",{item:i,id:"".concat(o.id,"_").concat(n)}),onClick:function(t){return r.onItemClick(t,i,n)},onTouchend:e[0]||(e[0]=function(){return r.onItemTouchEnd&&r.onItemTouchEnd.apply(r,arguments)}),"aria-selected":r.isSelected(i),onMousedown:function(t){return r.onOptionMouseDown(n)}},r.getPTOptions(i,"item",n),{"data-p-highlight":r.isSelected(i),"data-p-focused":"".concat(o.id,"_").concat(n)===r.focusedOptionId}),[y(t.$slots,"item",{item:i,index:n})],16,C)),[[D]])})),128))]})),_:3},16,["id","class","style","tabindex","aria-activedescendant","aria-label","aria-labelledby","onFocus","onBlur","onKeydown"])],16)],16)};export{k as default};
|
|
1
|
+
import t from"primevue/button";import e from"primevue/icons/angledoubledown";import i from"primevue/icons/angledoubleup";import n from"primevue/icons/angledown";import o from"primevue/icons/angleup";import r from"primevue/ripple";import{UniqueComponentId as s,ObjectUtils as l,DomHandler as c}from"primevue/utils";import a from"primevue/basecomponent";import d from"primevue/orderlist/style";import{resolveComponent as u,resolveDirective as p,openBlock as m,createElementBlock as h,mergeProps as f,createElementVNode as v,renderSlot as y,createVNode as b,withCtx as g,createCommentVNode as I,TransitionGroup as x,Fragment as w,renderList as O,withDirectives as D}from"vue";function S(t){return K(t)||$(t)||A(t)||_()}function _(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function A(t,e){if(t){if("string"==typeof t)return B(t,e);var i=Object.prototype.toString.call(t).slice(8,-1);return"Object"===i&&t.constructor&&(i=t.constructor.name),"Map"===i||"Set"===i?Array.from(t):"Arguments"===i||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(i)?B(t,e):void 0}}function $(t){if("undefined"!=typeof Symbol&&null!=t[Symbol.iterator]||null!=t["@@iterator"])return Array.from(t)}function K(t){if(Array.isArray(t))return B(t)}function B(t,e){(null==e||e>t.length)&&(e=t.length);for(var i=0,n=new Array(e);i<e;i++)n[i]=t[i];return n}var E={name:"OrderList",extends:{name:"BaseOrderList",extends:a,props:{modelValue:{type:Array,default:null},selection:{type:Array,default:null},dataKey:{type:String,default:null},listStyle:{type:null,default:null},metaKeySelection:{type:Boolean,default:!0},responsive:{type:Boolean,default:!0},breakpoint:{type:String,default:"960px"},stripedRows:{type:Boolean,default:!1},tabindex:{type:Number,default:0},listProps:{type:null,default:null},moveUpButtonProps:{type:null,default:null},moveTopButtonProps:{type:null,default:null},moveDownButtonProps:{type:null,default:null},moveBottomButtonProps:{type:null,default:null},"aria-labelledby":{type:String,default:null},"aria-label":{type:String,default:null}},style:d,provide:function(){return{$parentInstance:this}}},emits:["update:modelValue","reorder","update:selection","selection-change","focus","blur"],itemTouched:!1,reorderDirection:null,styleElement:null,list:null,data:function(){return{id:this.$attrs.id,d_selection:this.selection,focused:!1,focusedOptionIndex:-1}},watch:{"$attrs.id":function(t){this.id=t||s()}},beforeUnmount:function(){this.destroyStyle()},updated:function(){this.reorderDirection&&(this.updateListScroll(),this.reorderDirection=null)},mounted:function(){this.id=this.id||s(),this.responsive&&this.createStyle()},methods:{getItemKey:function(t,e){return this.dataKey?l.resolveFieldData(t,this.dataKey):e},getPTOptions:function(t,e,i){return this.ptm(e,{context:{active:this.isSelected(t),focused:"".concat(this.id,"_").concat(i)===this.focusedOptionId}})},isSelected:function(t){return-1!=l.findIndexInList(t,this.d_selection)},onListFocus:function(t){var e=c.findSingle(this.list,'[data-p-highlight="true"]');if(e){var i=l.findIndexInList(e,this.list.children);this.focused=!0,this.changeFocusedOptionIndex(-1!==this.focusedOptionIndex?this.focusedOptionIndex:e?i:-1),this.$emit("focus",t)}},onListBlur:function(t){this.focused=!1,this.focusedOptionIndex=-1,this.$emit("blur",t)},onListKeyDown:function(t){switch(t.code){case"ArrowDown":this.onArrowDownKey(t);break;case"ArrowUp":this.onArrowUpKey(t);break;case"Home":this.onHomeKey(t);break;case"End":this.onEndKey(t);break;case"Enter":this.onEnterKey(t);break;case"Space":this.onSpaceKey(t);break;case"KeyA":t.ctrlKey&&(this.d_selection=S(this.modelValue),this.$emit("update:selection",this.d_selection))}},onOptionMouseDown:function(t){this.focused=!0,this.focusedOptionIndex=t},onArrowDownKey:function(t){var e=this.findNextOptionIndex(this.focusedOptionIndex);this.changeFocusedOptionIndex(e),t.shiftKey&&this.onEnterKey(t),t.preventDefault()},onArrowUpKey:function(t){var e=this.findPrevOptionIndex(this.focusedOptionIndex);this.changeFocusedOptionIndex(e),t.shiftKey&&this.onEnterKey(t),t.preventDefault()},onHomeKey:function(t){if(t.ctrlKey&&t.shiftKey){var e=c.find(this.list,'[data-pc-section="item"]'),i=c.findSingle(this.list,'[data-pc-section="item"][id='.concat(this.focusedOptionIndex,"]")),n=S(e).findIndex((function(t){return t===i}));this.d_selection=S(this.modelValue).slice(0,n+1),this.$emit("update:selection",this.d_selection)}else this.changeFocusedOptionIndex(0);t.preventDefault()},onEndKey:function(t){if(t.ctrlKey&&t.shiftKey){var e=c.find(this.list,'[data-pc-section="item"]'),i=c.findSingle(this.list,'[data-pc-section="item"][id='.concat(this.focusedOptionIndex,"]")),n=S(e).findIndex((function(t){return t===i}));this.d_selection=S(this.modelValue).slice(n,e.length),this.$emit("update:selection",this.d_selection)}else this.changeFocusedOptionIndex(c.find(this.list,'[data-pc-section="item"]').length-1);t.preventDefault()},onEnterKey:function(t){var e=c.find(this.list,'[data-pc-section="item"]'),i=c.findSingle(this.list,'[data-pc-section="item"][id='.concat(this.focusedOptionIndex,"]")),n=S(e).findIndex((function(t){return t===i}));this.onItemClick(t,this.modelValue[n],n),t.preventDefault()},onSpaceKey:function(t){if(t.shiftKey){var e=c.find(this.list,'[data-pc-section="item"]'),i=l.findIndexInList(this.d_selection[0],S(this.modelValue)),n=c.findSingle(this.list,'[data-pc-section="item"][id='.concat(this.focusedOptionIndex,"]")),o=S(e).findIndex((function(t){return t===n}));this.d_selection=S(this.modelValue).slice(Math.min(i,o),Math.max(i,o)+1),this.$emit("update:selection",this.d_selection)}else this.onEnterKey(t)},findNextOptionIndex:function(t){var e=S(c.find(this.list,'[data-pc-section="item"]')).findIndex((function(e){return e.id===t}));return e>-1?e+1:0},findPrevOptionIndex:function(t){var e=S(c.find(this.list,'[data-pc-section="item"]')).findIndex((function(e){return e.id===t}));return e>-1?e-1:0},changeFocusedOptionIndex:function(t){var e=c.find(this.list,'[data-pc-section="item"]'),i=t>=e.length?e.length-1:t<0?0:t;this.focusedOptionIndex=e[i]?e[i].getAttribute("id"):-1,this.scrollInView(this.focusedOptionIndex)},scrollInView:function(t){var e=c.findSingle(this.list,'[data-pc-section="item"][id="'.concat(t,'"]'));e&&e.scrollIntoView&&e.scrollIntoView({block:"nearest",inline:"start"})},moveUp:function(t){if(this.d_selection){for(var e=S(this.modelValue),i=0;i<this.d_selection.length;i++){var n=l.findIndexInList(this.d_selection[i],e);if(0===n)break;var o=e[n-1];e[n-1]=e[n],e[n]=o}this.reorderDirection="up",this.$emit("update:modelValue",e),this.$emit("reorder",{originalEvent:t,value:e,direction:this.reorderDirection})}},moveTop:function(t){if(this.d_selection){for(var e=S(this.modelValue),i=0;i<this.d_selection.length;i++){var n=l.findIndexInList(this.d_selection[i],e);if(0===n)break;var o=e.splice(n,1)[0];e.unshift(o)}this.reorderDirection="top",this.$emit("update:modelValue",e),this.$emit("reorder",{originalEvent:t,value:e,direction:this.reorderDirection})}},moveDown:function(t){if(this.d_selection){for(var e=S(this.modelValue),i=this.d_selection.length-1;i>=0;i--){var n=l.findIndexInList(this.d_selection[i],e);if(n===e.length-1)break;var o=e[n+1];e[n+1]=e[n],e[n]=o}this.reorderDirection="down",this.$emit("update:modelValue",e),this.$emit("reorder",{originalEvent:t,value:e,direction:this.reorderDirection})}},moveBottom:function(t){if(this.d_selection){for(var e=S(this.modelValue),i=this.d_selection.length-1;i>=0;i--){var n=l.findIndexInList(this.d_selection[i],e);if(n===e.length-1)break;var o=e.splice(n,1)[0];e.push(o)}this.reorderDirection="bottom",this.$emit("update:modelValue",e),this.$emit("reorder",{originalEvent:t,value:e,direction:this.reorderDirection})}},onItemClick:function(t,e,i){this.itemTouched=!1;var n=l.findIndexInList(e,this.d_selection),o=-1!=n,r=!this.itemTouched&&this.metaKeySelection,s=c.find(this.list,'[data-pc-section="item"]')[i].getAttribute("id");if(this.focusedOptionIndex=s,r){var a=t.metaKey||t.ctrlKey;o&&a?this.d_selection=this.d_selection.filter((function(t,e){return e!==n})):(this.d_selection=a&&this.d_selection?S(this.d_selection):[],l.insertIntoOrderedArray(e,i,this.d_selection,this.modelValue))}else o?this.d_selection=this.d_selection.filter((function(t,e){return e!==n})):(this.d_selection=this.d_selection?S(this.d_selection):[],l.insertIntoOrderedArray(e,i,this.d_selection,this.modelValue));this.$emit("update:selection",this.d_selection),this.$emit("selection-change",{originalEvent:t,value:this.d_selection})},onItemTouchEnd:function(){this.itemTouched=!0},findNextItem:function(t){var e=t.nextElementSibling;return e?"item"!==c.getAttribute(e,"data-pc-section")?this.findNextItem(e):e:null},findPrevItem:function(t){var e=t.previousElementSibling;return e?"item"!==c.getAttribute(nextItem,"data-pc-section")?this.findPrevItem(e):e:null},updateListScroll:function(){var t=c.find(this.list,'[data-pc-section="item"][data-p-highlight="true"]');if(t&&t.length)switch(this.reorderDirection){case"up":c.scrollInView(this.list,t[0]);break;case"top":this.list.scrollTop=0;break;case"down":c.scrollInView(this.list,t[t.length-1]);break;case"bottom":this.list.scrollTop=this.list.scrollHeight}},createStyle:function(){if(!this.styleElement&&!this.isUnstyled){var t;this.$el.setAttribute(this.attributeSelector,""),this.styleElement=document.createElement("style"),this.styleElement.type="text/css",c.setAttribute(this.styleElement,"nonce",null===(t=this.$primevue)||void 0===t||null===(t=t.config)||void 0===t||null===(t=t.csp)||void 0===t?void 0:t.nonce),document.head.appendChild(this.styleElement);var e="\n@media screen and (max-width: ".concat(this.breakpoint,") {\n .p-orderlist[").concat(this.attributeSelector,"] {\n flex-direction: column;\n }\n\n .p-orderlist[").concat(this.attributeSelector,"] .p-orderlist-controls {\n padding: var(--content-padding);\n flex-direction: row;\n }\n\n .p-orderlist[").concat(this.attributeSelector,"] .p-orderlist-controls .p-button {\n margin-right: var(--inline-spacing);\n margin-bottom: 0;\n }\n\n .p-orderlist[").concat(this.attributeSelector,"] .p-orderlist-controls .p-button:last-child {\n margin-right: 0;\n }\n}\n");this.styleElement.innerHTML=e}},destroyStyle:function(){this.styleElement&&(document.head.removeChild(this.styleElement),this.styleElement=null)},moveDisabled:function(){if(!this.d_selection||!this.d_selection.length)return!0},listRef:function(t){this.list=t?t.$el:void 0}},computed:{attributeSelector:function(){return s()},focusedOptionId:function(){return-1!==this.focusedOptionIndex?this.focusedOptionIndex:null},moveUpAriaLabel:function(){return this.$primevue.config.locale.aria?this.$primevue.config.locale.aria.moveUp:void 0},moveTopAriaLabel:function(){return this.$primevue.config.locale.aria?this.$primevue.config.locale.aria.moveTop:void 0},moveDownAriaLabel:function(){return this.$primevue.config.locale.aria?this.$primevue.config.locale.aria.moveDown:void 0},moveBottomAriaLabel:function(){return this.$primevue.config.locale.aria?this.$primevue.config.locale.aria.moveBottom:void 0}},components:{OLButton:t,AngleUpIcon:o,AngleDownIcon:n,AngleDoubleUpIcon:i,AngleDoubleDownIcon:e},directives:{ripple:r}};function k(t){return k="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},k(t)}function L(t,e){var i=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),i.push.apply(i,n)}return i}function P(t){for(var e=1;e<arguments.length;e++){var i=null!=arguments[e]?arguments[e]:{};e%2?L(Object(i),!0).forEach((function(e){V(t,e,i[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(i)):L(Object(i)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(i,e))}))}return t}function V(t,e,i){return(e=T(e))in t?Object.defineProperty(t,e,{value:i,enumerable:!0,configurable:!0,writable:!0}):t[e]=i,t}function T(t){var e=U(t,"string");return"symbol"===k(e)?e:String(e)}function U(t,e){if("object"!==k(t)||null===t)return t;var i=t[Symbol.toPrimitive];if(void 0!==i){var n=i.call(t,e||"default");if("object"!==k(n))return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===e?String:Number)(t)}var j=["id","onClick","aria-selected","onMousedown","data-p-highlight","data-p-focused"];E.render=function(t,e,i,n,o,r){var s=u("AngleUpIcon"),l=u("OLButton"),c=u("AngleDoubleUpIcon"),a=u("AngleDownIcon"),d=u("AngleDoubleDownIcon"),S=p("ripple");return m(),h("div",f({class:t.cx("root")},t.ptm("root")),[v("div",f({class:t.cx("controls")},t.ptm("controls")),[y(t.$slots,"controlsstart"),b(l,f({type:"button",onClick:r.moveUp,"aria-label":r.moveUpAriaLabel,disabled:r.moveDisabled(),pt:t.ptm("moveUpButton")},t.moveUpButtonProps,{"data-pc-section":"moveupbutton",unstyled:t.unstyled}),{icon:g((function(){return[y(t.$slots,"moveupicon",{},(function(){return[b(s,f(t.ptm("moveUpButton").icon,{"data-pc-section":"moveupicon"}),null,16)]}))]})),_:3},16,["onClick","aria-label","disabled","pt","unstyled"]),b(l,f({type:"button",onClick:r.moveTop,"aria-label":r.moveTopAriaLabel,disabled:r.moveDisabled(),pt:t.ptm("moveTopButton")},t.moveTopButtonProps,{"data-pc-section":"movetopbutton",unstyled:t.unstyled}),{icon:g((function(){return[y(t.$slots,"movetopicon",{},(function(){return[b(c,f(t.ptm("moveTopButton").icon,{"data-pc-section":"movetopicon"}),null,16)]}))]})),_:3},16,["onClick","aria-label","disabled","pt","unstyled"]),b(l,f({type:"button",onClick:r.moveDown,"aria-label":r.moveDownAriaLabel,disabled:r.moveDisabled(),pt:t.ptm("moveDownButton")},t.moveDownButtonProps,{"data-pc-section":"movedownbutton",unstyled:t.unstyled}),{icon:g((function(){return[y(t.$slots,"movedownicon",{},(function(){return[b(a,f(t.ptm("moveDownButton").icon,{"data-pc-section":"movedownicon"}),null,16)]}))]})),_:3},16,["onClick","aria-label","disabled","pt","unstyled"]),b(l,f({type:"button",onClick:r.moveBottom,"aria-label":r.moveBottomAriaLabel,disabled:r.moveDisabled(),pt:t.ptm("moveBottomButton")},t.moveBottomButtonProps,{"data-pc-section":"movebottombutton",unstyled:t.unstyled}),{icon:g((function(){return[y(t.$slots,"movebottomicon",{},(function(){return[b(d,f(t.ptm("moveBottomButton").icon,{"data-pc-section":"movebottomicon"}),null,16)]}))]})),_:3},16,["onClick","aria-label","disabled","pt","unstyled"]),y(t.$slots,"controlsend")],16),v("div",f({class:t.cx("container")},t.ptm("container")),[t.$slots.header?(m(),h("div",f({key:0,class:t.cx("header")},t.ptm("header")),[y(t.$slots,"header")],16)):I("",!0),b(x,f({ref:r.listRef,id:o.id+"_list",name:"p-orderlist-flip",tag:"ul",class:t.cx("list"),style:t.listStyle,role:"listbox","aria-multiselectable":"true",tabindex:t.tabindex,"aria-activedescendant":o.focused?r.focusedOptionId:void 0,"aria-label":t.ariaLabel,"aria-labelledby":t.ariaLabelledby,onFocus:r.onListFocus,onBlur:r.onListBlur,onKeydown:r.onListKeyDown},P(P(P({},t.listProps),t.ptm("list")),t.ptm("transition"))),{default:g((function(){return[(m(!0),h(w,null,O(t.modelValue,(function(i,n){return D((m(),h("li",f({key:r.getItemKey(i,n),id:o.id+"_"+n,role:"option",class:t.cx("item",{item:i,id:"".concat(o.id,"_").concat(n)}),onClick:function(t){return r.onItemClick(t,i,n)},onTouchend:e[0]||(e[0]=function(){return r.onItemTouchEnd&&r.onItemTouchEnd.apply(r,arguments)}),"aria-selected":r.isSelected(i),onMousedown:function(t){return r.onOptionMouseDown(n)}},r.getPTOptions(i,"item",n),{"data-p-highlight":r.isSelected(i),"data-p-focused":"".concat(o.id,"_").concat(n)===r.focusedOptionId}),[y(t.$slots,"item",{item:i,index:n})],16,j)),[[S]])})),128))]})),_:3},16,["id","class","style","tabindex","aria-activedescendant","aria-label","aria-labelledby","onFocus","onBlur","onKeydown"])],16)],16)};export{E as default};
|
package/orderlist/orderlist.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
this.primevue = this.primevue || {};
|
|
2
|
-
this.primevue.orderlist = (function (Button, AngleDoubleDownIcon, AngleDoubleUpIcon, AngleDownIcon, AngleUpIcon, Ripple, utils, BaseComponent,
|
|
2
|
+
this.primevue.orderlist = (function (Button, AngleDoubleDownIcon, AngleDoubleUpIcon, AngleDownIcon, AngleUpIcon, Ripple, utils, BaseComponent, OrderListStyle, vue) {
|
|
3
3
|
'use strict';
|
|
4
4
|
|
|
5
5
|
function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
|
|
@@ -11,34 +11,8 @@ this.primevue.orderlist = (function (Button, AngleDoubleDownIcon, AngleDoubleUpI
|
|
|
11
11
|
var AngleUpIcon__default = /*#__PURE__*/_interopDefaultLegacy(AngleUpIcon);
|
|
12
12
|
var Ripple__default = /*#__PURE__*/_interopDefaultLegacy(Ripple);
|
|
13
13
|
var BaseComponent__default = /*#__PURE__*/_interopDefaultLegacy(BaseComponent);
|
|
14
|
+
var OrderListStyle__default = /*#__PURE__*/_interopDefaultLegacy(OrderListStyle);
|
|
14
15
|
|
|
15
|
-
var styles = "\n@layer primevue {\n .p-orderlist {\n display: flex;\n }\n \n .p-orderlist-controls {\n display: flex;\n flex-direction: column;\n justify-content: center;\n }\n \n .p-orderlist-list-container {\n flex: 1 1 auto;\n }\n \n .p-orderlist-list {\n list-style-type: none;\n margin: 0;\n padding: 0;\n overflow: auto;\n min-height: 12rem;\n max-height: 24rem;\n }\n \n .p-orderlist-item {\n cursor: pointer;\n overflow: hidden;\n position: relative;\n }\n \n .p-orderlist.p-state-disabled .p-orderlist-item,\n .p-orderlist.p-state-disabled .p-button {\n cursor: default;\n }\n \n .p-orderlist.p-state-disabled .p-orderlist-list {\n overflow: hidden;\n }\n}\n";
|
|
16
|
-
var classes = {
|
|
17
|
-
root: function root(_ref) {
|
|
18
|
-
var props = _ref.props;
|
|
19
|
-
return ['p-orderlist p-component', {
|
|
20
|
-
'p-orderlist-striped': props.stripedRows
|
|
21
|
-
}];
|
|
22
|
-
},
|
|
23
|
-
controls: 'p-orderlist-controls',
|
|
24
|
-
header: 'p-orderlist-header',
|
|
25
|
-
container: 'p-orderlist-list-container',
|
|
26
|
-
list: 'p-orderlist-list',
|
|
27
|
-
item: function item(_ref2) {
|
|
28
|
-
var instance = _ref2.instance,
|
|
29
|
-
_item = _ref2.item,
|
|
30
|
-
id = _ref2.id;
|
|
31
|
-
return ['p-orderlist-item', {
|
|
32
|
-
'p-highlight': instance.isSelected(_item),
|
|
33
|
-
'p-focus': id === instance.focusedOptionId
|
|
34
|
-
}];
|
|
35
|
-
}
|
|
36
|
-
};
|
|
37
|
-
var _useStyle = usestyle.useStyle(styles, {
|
|
38
|
-
name: 'orderlist',
|
|
39
|
-
manual: true
|
|
40
|
-
}),
|
|
41
|
-
loadStyle = _useStyle.load;
|
|
42
16
|
var script$1 = {
|
|
43
17
|
name: 'BaseOrderList',
|
|
44
18
|
"extends": BaseComponent__default["default"],
|
|
@@ -108,10 +82,7 @@ this.primevue.orderlist = (function (Button, AngleDoubleDownIcon, AngleDoubleUpI
|
|
|
108
82
|
"default": null
|
|
109
83
|
}
|
|
110
84
|
},
|
|
111
|
-
|
|
112
|
-
classes: classes,
|
|
113
|
-
loadStyle: loadStyle
|
|
114
|
-
},
|
|
85
|
+
style: OrderListStyle__default["default"],
|
|
115
86
|
provide: function provide() {
|
|
116
87
|
return {
|
|
117
88
|
$parentInstance: this
|
|
@@ -557,6 +528,7 @@ this.primevue.orderlist = (function (Button, AngleDoubleDownIcon, AngleDoubleUpI
|
|
|
557
528
|
disabled: $options.moveDisabled(),
|
|
558
529
|
pt: _ctx.ptm('moveUpButton')
|
|
559
530
|
}, _ctx.moveUpButtonProps, {
|
|
531
|
+
"data-pc-section": "moveupbutton",
|
|
560
532
|
unstyled: _ctx.unstyled
|
|
561
533
|
}), {
|
|
562
534
|
icon: vue.withCtx(function () {
|
|
@@ -573,7 +545,8 @@ this.primevue.orderlist = (function (Button, AngleDoubleDownIcon, AngleDoubleUpI
|
|
|
573
545
|
"aria-label": $options.moveTopAriaLabel,
|
|
574
546
|
disabled: $options.moveDisabled(),
|
|
575
547
|
pt: _ctx.ptm('moveTopButton')
|
|
576
|
-
}, _ctx.
|
|
548
|
+
}, _ctx.moveTopButtonProps, {
|
|
549
|
+
"data-pc-section": "movetopbutton",
|
|
577
550
|
unstyled: _ctx.unstyled
|
|
578
551
|
}), {
|
|
579
552
|
icon: vue.withCtx(function () {
|
|
@@ -591,6 +564,7 @@ this.primevue.orderlist = (function (Button, AngleDoubleDownIcon, AngleDoubleUpI
|
|
|
591
564
|
disabled: $options.moveDisabled(),
|
|
592
565
|
pt: _ctx.ptm('moveDownButton')
|
|
593
566
|
}, _ctx.moveDownButtonProps, {
|
|
567
|
+
"data-pc-section": "movedownbutton",
|
|
594
568
|
unstyled: _ctx.unstyled
|
|
595
569
|
}), {
|
|
596
570
|
icon: vue.withCtx(function () {
|
|
@@ -608,6 +582,7 @@ this.primevue.orderlist = (function (Button, AngleDoubleDownIcon, AngleDoubleUpI
|
|
|
608
582
|
disabled: $options.moveDisabled(),
|
|
609
583
|
pt: _ctx.ptm('moveBottomButton')
|
|
610
584
|
}, _ctx.moveBottomButtonProps, {
|
|
585
|
+
"data-pc-section": "movebottombutton",
|
|
611
586
|
unstyled: _ctx.unstyled
|
|
612
587
|
}), {
|
|
613
588
|
icon: vue.withCtx(function () {
|
|
@@ -677,4 +652,4 @@ this.primevue.orderlist = (function (Button, AngleDoubleDownIcon, AngleDoubleUpI
|
|
|
677
652
|
|
|
678
653
|
return script;
|
|
679
654
|
|
|
680
|
-
})(primevue.button, primevue.icons.angledoubledown, primevue.icons.angledoubleup, primevue.icons.angledown, primevue.icons.angleup, primevue.ripple, primevue.utils, primevue.basecomponent, primevue.
|
|
655
|
+
})(primevue.button, primevue.icons.angledoubledown, primevue.icons.angledoubleup, primevue.icons.angledown, primevue.icons.angleup, primevue.ripple, primevue.utils, primevue.basecomponent, primevue.orderlist.style, Vue);
|