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
|
@@ -20,7 +20,7 @@ var TRANSITIONS = {
|
|
|
20
20
|
};
|
|
21
21
|
var index = {
|
|
22
22
|
global: {
|
|
23
|
-
css: "\n *[data-pd-ripple=\"true\"]{\n overflow: hidden;\n position: relative;\n }\n span[data-p-ink-active=\"true\"]{\n animation: ripple 0.4s linear;\n }\n @keyframes ripple {\n 100% {\n opacity: 0;\n transform: scale(2.5);\n }\n }\n\n .progress-spinner-circle {\n stroke-dasharray: 89, 200;\n stroke-dashoffset: 0;\n animation: p-progress-spinner-dash 1.5s ease-in-out infinite, p-progress-spinner-color 6s ease-in-out infinite;\n stroke-linecap: round;\n }\n\n @keyframes p-progress-spinner-dash{\n 0% {\n stroke-dasharray: 1, 200;\n stroke-dashoffset: 0;\n }\n
|
|
23
|
+
css: "\n *[data-pd-ripple=\"true\"]{\n overflow: hidden;\n position: relative;\n }\n span[data-p-ink-active=\"true\"]{\n animation: ripple 0.4s linear;\n }\n @keyframes ripple {\n 100% {\n opacity: 0;\n transform: scale(2.5);\n }\n }\n\n .progress-spinner-circle {\n stroke-dasharray: 89, 200;\n stroke-dashoffset: 0;\n animation: p-progress-spinner-dash 1.5s ease-in-out infinite, p-progress-spinner-color 6s ease-in-out infinite;\n stroke-linecap: round;\n }\n\n @keyframes p-progress-spinner-dash{\n 0% {\n stroke-dasharray: 1, 200;\n stroke-dashoffset: 0;\n }\n 50% {\n stroke-dasharray: 89, 200;\n stroke-dashoffset: -35px;\n }\n 100% {\n stroke-dasharray: 89, 200;\n stroke-dashoffset: -124px;\n }\n }\n @keyframes p-progress-spinner-color {\n 100%, 0% {\n stroke: #ff5757;\n }\n 40% {\n stroke: #696cff;\n }\n 66% {\n stroke: #1ea97c;\n }\n 80%, 90% {\n stroke: #cc8925;\n }\n }\n\n .progressbar-value-animate::after {\n will-change: left, right;\n animation: p-progressbar-indeterminate-anim-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;\n }\n .progressbar-value-animate::before {\n will-change: left, right;\n animation: p-progressbar-indeterminate-anim 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;\n }\n @keyframes p-progressbar-indeterminate-anim {\n 0% {\n left: -35%;\n right: 100%;\n }\n 60% {\n left: 100%;\n right: -90%;\n }\n 100% {\n left: 100%;\n right: -90%;\n }\n }\n"
|
|
24
24
|
},
|
|
25
25
|
directives: {
|
|
26
26
|
ripple: {
|
|
@@ -273,7 +273,7 @@ var index = {
|
|
|
273
273
|
"class": 'overflow-hidden relative float-left h-full w-full z-[1]'
|
|
274
274
|
},
|
|
275
275
|
content: {
|
|
276
|
-
"class": 'box-border h-[calc(100%+18px)] overflow-scroll pr-[18px] pb-[18px] pl-0 pt-0 relative
|
|
276
|
+
"class": 'box-border h-[calc(100%+18px)] overflow-scroll pr-[18px] pb-[18px] pl-0 pt-0 relative w-[calc(100%+18px)] [&::-webkit-scrollbar]:hidden'
|
|
277
277
|
},
|
|
278
278
|
barX: {
|
|
279
279
|
"class": ['relative bg-gray-100 invisible rounded cursor-pointer h-[9px] bottom-0 z-[2]', 'transition duration-[250ms] ease-linear']
|
|
@@ -300,15 +300,15 @@ var index = {
|
|
|
300
300
|
},
|
|
301
301
|
|
|
302
302
|
previousButton: {
|
|
303
|
-
"class": ['h-full flex items-center justify-center absolute top-0 z-20', 'left-0', 'bg-white text-blue-500 w-12 shadow-md rounded-none', 'dark:bg-gray-900 dark:border-blue-900/40 dark:text-white/80 ]'] // Flex and absolute positioning styles.
|
|
303
|
+
"class": ['h-full flex items-center justify-center !absolute top-0 z-20', 'left-0', 'bg-white text-blue-500 w-12 shadow-md rounded-none', 'dark:bg-gray-900 dark:border-blue-900/40 dark:text-white/80 ]'] // Flex and absolute positioning styles.
|
|
304
304
|
},
|
|
305
305
|
|
|
306
306
|
nextButton: {
|
|
307
|
-
"class": ['h-full flex items-center justify-center absolute top-0 z-20', 'right-0', 'bg-white text-blue-500 w-12 shadow-md rounded-none', 'dark:bg-gray-900 dark:border-blue-900/40 dark:text-white/80 '] // Flex and absolute positioning styles.
|
|
307
|
+
"class": ['h-full flex items-center justify-center !absolute top-0 z-20', 'right-0', 'bg-white text-blue-500 w-12 shadow-md rounded-none', 'dark:bg-gray-900 dark:border-blue-900/40 dark:text-white/80 '] // Flex and absolute positioning styles.
|
|
308
308
|
},
|
|
309
309
|
|
|
310
310
|
nav: {
|
|
311
|
-
"class": ['flex flex-1 list-none m-0 p-0', 'bg-
|
|
311
|
+
"class": ['flex flex-1 list-none m-0 p-0', 'bg-transparent border border-gray-300 border-0 border-b-2', 'dark:border-blue-900/40 dark:text-white/80 '] // Flex, list, margin, padding, and border styles.
|
|
312
312
|
},
|
|
313
313
|
|
|
314
314
|
tabpanel: {
|
|
@@ -316,7 +316,7 @@ var index = {
|
|
|
316
316
|
var props = _ref11.props;
|
|
317
317
|
return {
|
|
318
318
|
"class": ['mr-0', {
|
|
319
|
-
'cursor-default pointer-events-none select-none
|
|
319
|
+
'cursor-default pointer-events-none select-none select-none opacity-60': props === null || props === void 0 ? void 0 : props.disabled
|
|
320
320
|
}] // Margin and condition-based styles.
|
|
321
321
|
};
|
|
322
322
|
},
|
|
@@ -325,9 +325,9 @@ var index = {
|
|
|
325
325
|
var parent = _ref12.parent,
|
|
326
326
|
context = _ref12.context;
|
|
327
327
|
return {
|
|
328
|
-
"class": ['items-center cursor-pointer flex overflow-hidden relative select-none text-decoration-none
|
|
328
|
+
"class": ['items-center cursor-pointer flex overflow-hidden relative select-none text-decoration-none select-none',
|
|
329
329
|
// Flex and overflow styles.
|
|
330
|
-
'border-b-2 p-5 font-bold rounded-t-
|
|
330
|
+
'border-b-2 p-5 font-bold rounded-t-md transition-shadow duration-200 m-0',
|
|
331
331
|
// Border, padding, font, and transition styles.
|
|
332
332
|
'transition-colors duration-200',
|
|
333
333
|
// Transition duration style.
|
|
@@ -348,7 +348,7 @@ var index = {
|
|
|
348
348
|
},
|
|
349
349
|
|
|
350
350
|
content: {
|
|
351
|
-
"class": ['bg-white p-5 border-0 text-gray-700 rounded-bl-
|
|
351
|
+
"class": ['bg-white p-5 border-0 text-gray-700 rounded-bl-md rounded-br-md', 'dark:bg-gray-900 dark:border-blue-900/40 dark:text-white/80'] // Background, padding, border, and text styles.
|
|
352
352
|
}
|
|
353
353
|
}
|
|
354
354
|
},
|
|
@@ -362,11 +362,6 @@ var index = {
|
|
|
362
362
|
}]
|
|
363
363
|
};
|
|
364
364
|
},
|
|
365
|
-
splitterpanel: {
|
|
366
|
-
root: {
|
|
367
|
-
"class": 'flex grow'
|
|
368
|
-
}
|
|
369
|
-
},
|
|
370
365
|
gutter: function gutter(_ref14) {
|
|
371
366
|
var props = _ref14.props;
|
|
372
367
|
return {
|
|
@@ -386,6 +381,11 @@ var index = {
|
|
|
386
381
|
};
|
|
387
382
|
}
|
|
388
383
|
},
|
|
384
|
+
splitterpanel: {
|
|
385
|
+
root: {
|
|
386
|
+
"class": 'flex grow'
|
|
387
|
+
}
|
|
388
|
+
},
|
|
389
389
|
dialog: {
|
|
390
390
|
root: function root(_ref16) {
|
|
391
391
|
var state = _ref16.state;
|
|
@@ -424,7 +424,7 @@ var index = {
|
|
|
424
424
|
};
|
|
425
425
|
},
|
|
426
426
|
footer: {
|
|
427
|
-
"class": ['shrink-0 ', 'border-t-0 bg-white text-gray-700 px-6 pb-6 text-right rounded-b-lg', 'dark:bg-gray-900 dark:text-white/80']
|
|
427
|
+
"class": ['flex gap-2 shrink-0 justify-end align-center', 'border-t-0 bg-white text-gray-700 px-6 pb-6 text-right rounded-b-lg', 'dark:bg-gray-900 dark:text-white/80']
|
|
428
428
|
},
|
|
429
429
|
mask: function mask(_ref18) {
|
|
430
430
|
var props = _ref18.props;
|
|
@@ -478,13 +478,13 @@ var index = {
|
|
|
478
478
|
"class": 'ml-4'
|
|
479
479
|
},
|
|
480
480
|
footer: {
|
|
481
|
-
"class": 'text-right px-5 py-5 pt-0'
|
|
481
|
+
"class": 'flex gap-2 justify-end align-center text-right px-5 py-5 pt-0'
|
|
482
482
|
},
|
|
483
483
|
transition: TRANSITIONS.overlay
|
|
484
484
|
},
|
|
485
485
|
overlaypanel: {
|
|
486
486
|
root: {
|
|
487
|
-
"class": ['bg-white text-gray-700 border-0 rounded-md shadow-lg', 'z-40 transform origin-center', 'absolute left-0 top-0', 'before:absolute before:w-0 before:-top-3 before:h-0 before:border-transparent before:border-solid before:ml-6 before:border-x-[0.75rem] before:border-b-[0.75rem] before:border-t-0 before:border-b-white dark:before:border-b-gray-900', 'dark:border dark:border-blue-900/40 dark:bg-gray-900 dark:text-white/80']
|
|
487
|
+
"class": ['bg-white text-gray-700 border-0 rounded-md shadow-lg', 'z-40 transform origin-center', 'absolute left-0 top-0 mt-3', 'before:absolute before:w-0 before:-top-3 before:h-0 before:border-transparent before:border-solid before:ml-6 before:border-x-[0.75rem] before:border-b-[0.75rem] before:border-t-0 before:border-b-white dark:before:border-b-gray-900', 'dark:border dark:border-blue-900/40 dark:bg-gray-900 dark:text-white/80']
|
|
488
488
|
},
|
|
489
489
|
content: {
|
|
490
490
|
"class": 'p-5 items-center flex'
|
|
@@ -702,18 +702,23 @@ var index = {
|
|
|
702
702
|
var props = _ref26.props,
|
|
703
703
|
context = _ref26.context;
|
|
704
704
|
return {
|
|
705
|
-
"class": ['items-center cursor-pointer inline-flex overflow-hidden relative select-none text-center align-bottom
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
'
|
|
705
|
+
"class": ['items-center cursor-pointer inline-flex overflow-hidden relative select-none text-center align-bottom', 'transition duration-200 ease-in-out', 'focus:outline-none focus:outline-offset-0', {
|
|
706
|
+
'text-white dark:text-gray-900 bg-blue-500 dark:bg-blue-400 border border-blue-500 dark:border-blue-400 hover:bg-blue-600 dark:hover:bg-blue-500 hover:border-blue-600 dark:hover:border-blue-500 focus:shadow-[0_0_0_2px_rgba(255,255,255,1),0_0_0_4px_rgba(157,193,251,1),0_1px_2px_0_rgba(0,0,0,1)] dark:focus:shadow-[0_0_0_2px_rgba(28,33,39,1),0_0_0_4px_rgba(147,197,253,0.7),0_1px_2px_0_rgba(0,0,0,0)]': !props.link && props.severity === null && !props.text && !props.outlined && !props.plain,
|
|
707
|
+
'text-blue-600 bg-transparent border-transparent focus:shadow-[0_0_0_2px_rgba(255,255,255,1),0_0_0_4px_rgba(157,193,251,1),0_1px_2px_0_rgba(0,0,0,1)] dark:focus:shadow-[0_0_0_2px_rgba(28,33,39,1),0_0_0_4px_rgba(147,197,253,0.7),0_1px_2px_0_rgba(0,0,0,0)]': props.link
|
|
708
|
+
}, {
|
|
709
|
+
'focus:shadow-[0_0_0_2px_rgba(255,255,255,1),0_0_0_4px_rgba(176,185,198,1),0_1px_2px_0_rgba(0,0,0,1)] dark:focus:shadow-[0_0_0_2px_rgba(28,33,39,1),0_0_0_4px_rgba(203,213,225,0.7),0_1px_2px_0_rgba(0,0,0,0)]': props.severity === 'secondary',
|
|
710
|
+
'focus:shadow-[0_0_0_2px_rgba(255,255,255,1),0_0_0_4px_rgba(136,234,172,1),0_1px_2px_0_rgba(0,0,0,1)] dark:focus:shadow-[0_0_0_2px_rgba(28,33,39,1),0_0_0_4px_rgba(134,239,172,0.7),0_1px_2px_0_rgba(0,0,0,0)]': props.severity === 'success',
|
|
711
|
+
'focus:shadow-[0_0_0_2px_rgba(255,255,255,1),0_0_0_4px_rgba(157,193,251,1),0_1px_2px_0_rgba(0,0,0,1)] dark:focus:shadow-[0_0_0_2px_rgba(28,33,39,1),0_0_0_4px_rgba(147,197,253,0.7),0_1px_2px_0_rgba(0,0,0,0)]': props.severity === 'info',
|
|
712
|
+
'focus:shadow-[0_0_0_2px_rgba(255,255,255,1),0_0_0_4px_rgba(250,207,133,1),0_1px_2px_0_rgba(0,0,0,1)] dark:focus:shadow-[0_0_0_2px_rgba(28,33,39,1),0_0_0_4px_rgba(252,211,77,0.7),0_1px_2px_0_rgba(0,0,0,0)]': props.severity === 'warning',
|
|
713
|
+
'focus:shadow-[0_0_0_2px_rgba(255,255,255,1),0_0_0_4px_rgba(212,170,251,1),0_1px_2px_0_rgba(0,0,0,1)] dark:focus:shadow-[0_0_0_2px_rgba(28,33,39,1),0_0_0_4px_rgba(216,180,254,0.7),0_1px_2px_0_rgba(0,0,0,0)]': props.severity === 'help',
|
|
714
|
+
'focus:shadow-[0_0_0_2px_rgba(255,255,255,1),0_0_0_4px_rgba(247,162,162,1),0_1px_2px_0_rgba(0,0,0,1)] dark:focus:shadow-[0_0_0_2px_rgba(28,33,39,1),0_0_0_4px_rgba(252,165,165,0.7),0_1px_2px_0_rgba(0,0,0,0)]': props.severity === 'danger'
|
|
710
715
|
}, {
|
|
711
|
-
'text-white bg-gray-500 border border-gray-500 hover:bg-gray-600 hover:border-gray-600': props.severity === 'secondary' && !props.text && !props.outlined && !props.plain,
|
|
712
|
-
'text-white bg-green-500 border border-green-500 hover:bg-green-600 hover:border-green-600': props.severity === 'success' && !props.text && !props.outlined && !props.plain,
|
|
713
|
-
'text-white bg-blue-500 border border-blue-500 hover:bg-blue-600 hover:border-blue-600': props.severity === 'info' && !props.text && !props.outlined && !props.plain,
|
|
714
|
-
'text-white bg-orange-500 border border-orange-500 hover:bg-orange-600 hover:border-orange-600': props.severity === 'warning' && !props.text && !props.outlined && !props.plain,
|
|
715
|
-
'text-white bg-purple-500 border border-purple-500 hover:bg-purple-600 hover:border-purple-600': props.severity === 'help' && !props.text && !props.outlined && !props.plain,
|
|
716
|
-
'text-white bg-red-500 border border-red-500 hover:bg-red-600 hover:border-red-600': props.severity === 'danger' && !props.text && !props.outlined && !props.plain
|
|
716
|
+
'text-white dark:text-gray-900 bg-gray-500 dark:bg-gray-400 border border-gray-500 dark:border-gray-400 hover:bg-gray-600 dark:hover:bg-gray-500 hover:border-gray-600 dark:hover:border-gray-500': props.severity === 'secondary' && !props.text && !props.outlined && !props.plain,
|
|
717
|
+
'text-white dark:text-gray-900 bg-green-500 dark:bg-green-400 border border-green-500 dark:border-green-400 hover:bg-green-600 dark:hover:bg-green-500 hover:border-green-600 dark:hover:border-green-500': props.severity === 'success' && !props.text && !props.outlined && !props.plain,
|
|
718
|
+
'text-white dark:text-gray-900 dark:bg-blue-400 bg-blue-500 dark:bg-blue-400 border border-blue-500 dark:border-blue-400 hover:bg-blue-600 hover:border-blue-600 dark:hover:bg-blue-500 dark:hover:border-blue-500': props.severity === 'info' && !props.text && !props.outlined && !props.plain,
|
|
719
|
+
'text-white dark:text-gray-900 bg-orange-500 dark:bg-orange-400 border border-orange-500 dark:border-orange-400 hover:bg-orange-600 dark:hover:bg-orange-500 hover:border-orange-600 dark:hover:border-orange-500': props.severity === 'warning' && !props.text && !props.outlined && !props.plain,
|
|
720
|
+
'text-white dark:text-gray-900 bg-purple-500 dark:bg-purple-400 border border-purple-500 dark:border-purple-400 hover:bg-purple-600 dark:hover:bg-purple-500 hover:border-purple-600 dark:hover:border-purple-500': props.severity === 'help' && !props.text && !props.outlined && !props.plain,
|
|
721
|
+
'text-white dark:text-gray-900 bg-red-500 dark:bg-red-400 border border-red-500 dark:border-red-400 hover:bg-red-600 dark:hover:bg-red-500 hover:border-red-600 dark:hover:border-red-500': props.severity === 'danger' && !props.text && !props.outlined && !props.plain
|
|
717
722
|
}, {
|
|
718
723
|
'shadow-lg': props.raised
|
|
719
724
|
}, {
|
|
@@ -721,12 +726,12 @@ var index = {
|
|
|
721
726
|
'rounded-full': props.rounded
|
|
722
727
|
}, {
|
|
723
728
|
'bg-transparent border-transparent': props.text && !props.plain,
|
|
724
|
-
'text-blue-500 hover:bg-blue-300/20': props.text && (props.severity === null || props.severity === 'info') && !props.plain,
|
|
725
|
-
'text-gray-500 hover:bg-gray-300/20': props.text && props.severity === 'secondary' && !props.plain,
|
|
726
|
-
'text-green-500 hover:bg-green-300/20': props.text && props.severity === 'success' && !props.plain,
|
|
727
|
-
'text-orange-500 hover:bg-orange-300/20': props.text && props.severity === 'warning' && !props.plain,
|
|
728
|
-
'text-purple-500 hover:bg-purple-300/20': props.text && props.severity === 'help' && !props.plain,
|
|
729
|
-
'text-red-500 hover:bg-red-300/20': props.text && props.severity === 'danger' && !props.plain
|
|
729
|
+
'text-blue-500 dark:text-blue-400 hover:bg-blue-300/20': props.text && (props.severity === null || props.severity === 'info') && !props.plain,
|
|
730
|
+
'text-gray-500 dark:text-gray-400 hover:bg-gray-300/20': props.text && props.severity === 'secondary' && !props.plain,
|
|
731
|
+
'text-green-500 dark:text-green-400 hover:bg-green-300/20': props.text && props.severity === 'success' && !props.plain,
|
|
732
|
+
'text-orange-500 dark:text-orange-400 hover:bg-orange-300/20': props.text && props.severity === 'warning' && !props.plain,
|
|
733
|
+
'text-purple-500 dark:text-purple-400 hover:bg-purple-300/20': props.text && props.severity === 'help' && !props.plain,
|
|
734
|
+
'text-red-500 dark:text-red-400 hover:bg-red-300/20': props.text && props.severity === 'danger' && !props.plain
|
|
730
735
|
}, {
|
|
731
736
|
'shadow-lg': props.raised && props.text
|
|
732
737
|
}, {
|
|
@@ -735,16 +740,18 @@ var index = {
|
|
|
735
740
|
'text-white bg-gray-500 border border-gray-500 hover:bg-gray-600 hover:border-gray-600': props.plain && !props.outlined && !props.text
|
|
736
741
|
}, {
|
|
737
742
|
'bg-transparent border': props.outlined && !props.plain,
|
|
738
|
-
'text-blue-500 border border-blue-500 hover:bg-blue-300/20': props.outlined && (props.severity === null || props.severity === 'info') && !props.plain,
|
|
739
|
-
'text-gray-500 border border-gray-500 hover:bg-gray-300/20': props.outlined && props.severity === 'secondary' && !props.plain,
|
|
740
|
-
'text-green-500 border border-green-500 hover:bg-green-300/20': props.outlined && props.severity === 'success' && !props.plain,
|
|
741
|
-
'text-orange-500 border border-orange-500 hover:bg-orange-300/20': props.outlined && props.severity === 'warning' && !props.plain,
|
|
742
|
-
'text-purple-500 border border-purple-500 hover:bg-purple-300/20': props.outlined && props.severity === 'help' && !props.plain,
|
|
743
|
-
'text-red-500 border border-red-500 hover:bg-red-300/20': props.outlined && props.severity === 'danger' && !props.plain
|
|
743
|
+
'text-blue-500 dark:text-blue-400 border border-blue-500 dark:border-blue-400 hover:bg-blue-300/20': props.outlined && (props.severity === null || props.severity === 'info') && !props.plain,
|
|
744
|
+
'text-gray-500 dark:text-gray-400 border border-gray-500 dark:border-gray-400 hover:bg-gray-300/20': props.outlined && props.severity === 'secondary' && !props.plain,
|
|
745
|
+
'text-green-500 dark:text-green-400 border border-green-500 dark:border-green-400 hover:bg-green-300/20': props.outlined && props.severity === 'success' && !props.plain,
|
|
746
|
+
'text-orange-500 dark:text-orange-400 border border-orange-500 dark:border-orange-400 hover:bg-orange-300/20': props.outlined && props.severity === 'warning' && !props.plain,
|
|
747
|
+
'text-purple-500 dark:text-purple-400 border border-purple-500 dark:border-purple-400 hover:bg-purple-300/20': props.outlined && props.severity === 'help' && !props.plain,
|
|
748
|
+
'text-red-500 dark:text-red-400 border border-red-500 dark:border-red-400 hover:bg-red-300/20': props.outlined && props.severity === 'danger' && !props.plain
|
|
744
749
|
}, {
|
|
745
750
|
'px-4 py-3 text-base': props.size === null,
|
|
746
751
|
'text-xs py-2 px-3': props.size === 'small',
|
|
747
752
|
'text-xl py-3 px-4': props.size === 'large'
|
|
753
|
+
}, {
|
|
754
|
+
'flex-column': props.iconPos == 'top' || props.iconPos == 'bottom'
|
|
748
755
|
}, {
|
|
749
756
|
'opacity-60 pointer-events-none cursor-default': context.disabled
|
|
750
757
|
}]
|
|
@@ -755,6 +762,8 @@ var index = {
|
|
|
755
762
|
return {
|
|
756
763
|
"class": ['flex-1', 'duration-200', 'font-bold', {
|
|
757
764
|
'hover:underline': props.link
|
|
765
|
+
}, {
|
|
766
|
+
'invisible w-0': props.label == null
|
|
758
767
|
}]
|
|
759
768
|
};
|
|
760
769
|
},
|
|
@@ -763,9 +772,9 @@ var index = {
|
|
|
763
772
|
return {
|
|
764
773
|
"class": ['mx-0', {
|
|
765
774
|
'mr-2': props.iconPos == 'left' && props.label != null,
|
|
766
|
-
'ml-2': props.iconPos == 'right' && props.label != null,
|
|
775
|
+
'ml-2 order-1': props.iconPos == 'right' && props.label != null,
|
|
767
776
|
'mb-2': props.iconPos == 'top' && props.label != null,
|
|
768
|
-
'mt-2': props.iconPos == 'bottom' && props.label != null
|
|
777
|
+
'mt-2 order-2': props.iconPos == 'bottom' && props.label != null
|
|
769
778
|
}]
|
|
770
779
|
};
|
|
771
780
|
},
|
|
@@ -887,6 +896,8 @@ var index = {
|
|
|
887
896
|
return {
|
|
888
897
|
"class": [{
|
|
889
898
|
'rounded-tr-none rounded-br-none': props.showButtons && props.buttonLayout == 'stacked'
|
|
899
|
+
}, {
|
|
900
|
+
'order-2': props.buttonLayout == 'horizontal'
|
|
890
901
|
}]
|
|
891
902
|
};
|
|
892
903
|
},
|
|
@@ -903,6 +914,8 @@ var index = {
|
|
|
903
914
|
return {
|
|
904
915
|
"class": ['flex !items-center !justify-center', {
|
|
905
916
|
'rounded-br-none rounded-bl-none rounded-bl-none !p-0 flex-1 w-[3rem]': props.showButtons && props.buttonLayout == 'stacked'
|
|
917
|
+
}, {
|
|
918
|
+
'order-3': props.buttonLayout == 'horizontal'
|
|
906
919
|
}]
|
|
907
920
|
};
|
|
908
921
|
},
|
|
@@ -914,6 +927,8 @@ var index = {
|
|
|
914
927
|
return {
|
|
915
928
|
"class": ['flex !items-center !justify-center', {
|
|
916
929
|
'rounded-tr-none rounded-tl-none rounded-tl-none !p-0 flex-1 w-[3rem]': props.showButtons && props.buttonLayout == 'stacked'
|
|
930
|
+
}, {
|
|
931
|
+
'order-1': props.buttonLayout == 'horizontal'
|
|
917
932
|
}]
|
|
918
933
|
};
|
|
919
934
|
}
|
|
@@ -922,7 +937,7 @@ var index = {
|
|
|
922
937
|
root: function root(_ref41) {
|
|
923
938
|
var props = _ref41.props;
|
|
924
939
|
return {
|
|
925
|
-
"class": ['focus:outline-none focus:outline-offset-0 focus:shadow-
|
|
940
|
+
"class": ['focus:outline-none focus:outline-offset-0 focus:shadow-none', {
|
|
926
941
|
'opacity-60 select-none pointer-events-none cursor-default': props.disabled
|
|
927
942
|
}]
|
|
928
943
|
};
|
|
@@ -966,7 +981,7 @@ var index = {
|
|
|
966
981
|
};
|
|
967
982
|
},
|
|
968
983
|
label: {
|
|
969
|
-
"class": ['block whitespace-nowrap overflow-hidden flex flex-1 w-1 text-
|
|
984
|
+
"class": ['block whitespace-nowrap overflow-hidden flex flex-1 w-1 text-ellipsis cursor-pointer', 'bg-transparent border-0 p-3 text-gray-700 dark:text-white/80', 'appearance-none rounded-md']
|
|
970
985
|
},
|
|
971
986
|
dropdownbutton: {
|
|
972
987
|
"class": ['flex items-center justify-center shrink-0', 'bg-transparent text-gray-600 dark:text-white/80 w-[3rem] rounded-tr-6 rounded-br-6']
|
|
@@ -1082,7 +1097,7 @@ var index = {
|
|
|
1082
1097
|
handle: function handle(_ref52) {
|
|
1083
1098
|
var props = _ref52.props;
|
|
1084
1099
|
return {
|
|
1085
|
-
"class": ['h-4 w-4 bg-white dark:bg-gray-600 border-2 border-blue-500 rounded-full transition duration-200', 'cursor-grab touch-
|
|
1100
|
+
"class": ['h-4 w-4 bg-white dark:bg-gray-600 border-2 border-blue-500 rounded-full transition duration-200', 'cursor-grab touch-none block', 'focus:outline-none focus:outline-offset-0 focus:shadow-[0_0_0_0.2rem_rgba(191,219,254,1)] dark:focus:shadow-[0_0_0_0.2rem_rgba(147,197,253,0.5)]', 'hover:bg-blue-500 hover:border hover:border-blue-500', {
|
|
1086
1101
|
'top-[50%] mt-[-0.5715rem] ml-[-0.5715rem]': props.orientation == 'horizontal',
|
|
1087
1102
|
'left-[50%] mb-[-0.5715rem] ml-[-0.4715rem]': props.orientation == 'vertical'
|
|
1088
1103
|
}]
|
|
@@ -1091,7 +1106,7 @@ var index = {
|
|
|
1091
1106
|
starthandler: function starthandler(_ref53) {
|
|
1092
1107
|
var props = _ref53.props;
|
|
1093
1108
|
return {
|
|
1094
|
-
"class": ['h-4 w-4 bg-white dark:bg-gray-600 border-2 border-blue-500 rounded-full transition duration-200', 'cursor-grab touch-
|
|
1109
|
+
"class": ['h-4 w-4 bg-white dark:bg-gray-600 border-2 border-blue-500 rounded-full transition duration-200', 'cursor-grab touch-none block', 'focus:outline-none focus:outline-offset-0 focus:shadow-[0_0_0_0.2rem_rgba(191,219,254,1)] dark:focus:shadow-[0_0_0_0.2rem_rgba(147,197,253,0.5)]', 'hover:bg-blue-500 hover:border hover:border-blue-500', {
|
|
1095
1110
|
'top-[50%] mt-[-0.5715rem] ml-[-0.5715rem]': props.orientation == 'horizontal',
|
|
1096
1111
|
'left-[50%] mb-[-0.5715rem] ml-[-0.4715rem]': props.orientation == 'vertical'
|
|
1097
1112
|
}]
|
|
@@ -1100,7 +1115,7 @@ var index = {
|
|
|
1100
1115
|
endhandler: function endhandler(_ref54) {
|
|
1101
1116
|
var props = _ref54.props;
|
|
1102
1117
|
return {
|
|
1103
|
-
"class": ['h-4 w-4 bg-white dark:bg-gray-600 border-2 border-blue-500 rounded-full transition duration-200', 'cursor-grab touch-
|
|
1118
|
+
"class": ['h-4 w-4 bg-white dark:bg-gray-600 border-2 border-blue-500 rounded-full transition duration-200', 'cursor-grab touch-none block', 'focus:outline-none focus:outline-offset-0 focus:shadow-[0_0_0_0.2rem_rgba(191,219,254,1)] dark:focus:shadow-[0_0_0_0.2rem_rgba(147,197,253,0.5)]', 'hover:bg-blue-500 hover:border hover:border-blue-500', {
|
|
1104
1119
|
'top-[50%] mt-[-0.5715rem] ml-[-0.5715rem]': props.orientation == 'horizontal',
|
|
1105
1120
|
'left-[50%] mb-[-0.5715rem] ml-[-0.4715rem]': props.orientation == 'vertical'
|
|
1106
1121
|
}]
|
|
@@ -1248,7 +1263,7 @@ var index = {
|
|
|
1248
1263
|
input: function input(_ref64) {
|
|
1249
1264
|
var props = _ref64.props;
|
|
1250
1265
|
return {
|
|
1251
|
-
"class": ['cursor-pointer block flex flex-auto overflow-hidden
|
|
1266
|
+
"class": ['cursor-pointer block flex flex-auto overflow-hidden text-ellipsis whitespace-nowrap relative', 'bg-transparent border-0 text-gray-800', 'dark:text-white/80', 'p-3 transition duration-200 bg-transparent rounded appearance-none font-sans text-base', 'focus:outline-none focus:shadow-none', {
|
|
1252
1267
|
'pr-7': props.showClear
|
|
1253
1268
|
}]
|
|
1254
1269
|
};
|
|
@@ -1265,10 +1280,10 @@ var index = {
|
|
|
1265
1280
|
item: function item(_ref65) {
|
|
1266
1281
|
var context = _ref65.context;
|
|
1267
1282
|
return {
|
|
1268
|
-
"class": ['cursor-pointer font-normal overflow-hidden relative whitespace-nowrap', 'm-0 p-3 border-0 transition-shadow duration-200 rounded-none',
|
|
1269
|
-
'text-gray-700': !context.focused && !context.selected,
|
|
1270
|
-
'bg-gray-300 text-gray-700 dark:text-white/80 dark:bg-gray-800/90': context.focused && !context.selected,
|
|
1271
|
-
'bg-blue-
|
|
1283
|
+
"class": ['cursor-pointer font-normal overflow-hidden relative whitespace-nowrap', 'm-0 p-3 border-0 transition-shadow duration-200 rounded-none', {
|
|
1284
|
+
'text-gray-700 hover:text-gray-700 hover:bg-gray-200 dark:text-white/80 dark:hover:bg-gray-800': !context.focused && !context.selected,
|
|
1285
|
+
'bg-gray-300 text-gray-700 dark:text-white/80 dark:bg-gray-800/90 hover:text-gray-700 hover:bg-gray-200 dark:text-white/80 dark:hover:bg-gray-800': context.focused && !context.selected,
|
|
1286
|
+
'bg-blue-100 text-blue-700 dark:bg-blue-400 dark:text-white/80': context.focused && context.selected,
|
|
1272
1287
|
'bg-blue-50 text-blue-700 dark:bg-blue-300 dark:text-white/80': !context.focused && context.selected
|
|
1273
1288
|
}]
|
|
1274
1289
|
};
|
|
@@ -1302,13 +1317,27 @@ var index = {
|
|
|
1302
1317
|
}]
|
|
1303
1318
|
};
|
|
1304
1319
|
},
|
|
1305
|
-
input: {
|
|
1306
|
-
"class": ['font-sans text-base text-gray-600 dark:text-white/80 bg-white dark:bg-gray-900 p-3 border border-gray-300 dark:border-blue-900/40 transition-colors duration-200 appearance-none rounded-lg', 'hover:border-blue-500' //Hover
|
|
1307
|
-
]
|
|
1308
|
-
},
|
|
1309
|
-
|
|
1310
|
-
panel: function panel(_ref67) {
|
|
1320
|
+
input: function input(_ref67) {
|
|
1311
1321
|
var props = _ref67.props;
|
|
1322
|
+
return {
|
|
1323
|
+
"class": ['font-sans text-base text-gray-600 dark:text-white/80 bg-white dark:bg-gray-900 p-3 border border-gray-300 dark:border-blue-900/40 transition-colors duration-200 appearance-none', 'hover:border-blue-500', {
|
|
1324
|
+
'rounded-lg': !props.showIcon,
|
|
1325
|
+
'border-r-0 rounded-l-lg': props.showIcon
|
|
1326
|
+
}]
|
|
1327
|
+
};
|
|
1328
|
+
},
|
|
1329
|
+
dropdownbutton: function dropdownbutton(_ref68) {
|
|
1330
|
+
var props = _ref68.props;
|
|
1331
|
+
return {
|
|
1332
|
+
root: {
|
|
1333
|
+
"class": [{
|
|
1334
|
+
'rounded-l-none': props.showIcon
|
|
1335
|
+
}]
|
|
1336
|
+
}
|
|
1337
|
+
};
|
|
1338
|
+
},
|
|
1339
|
+
panel: function panel(_ref69) {
|
|
1340
|
+
var props = _ref69.props;
|
|
1312
1341
|
return {
|
|
1313
1342
|
"class": ['bg-white dark:bg-gray-900', 'min-w-[350px]', {
|
|
1314
1343
|
'shadow-md border-0 absolute': !props.inline,
|
|
@@ -1346,14 +1375,14 @@ var index = {
|
|
|
1346
1375
|
day: {
|
|
1347
1376
|
"class": 'p-2'
|
|
1348
1377
|
},
|
|
1349
|
-
daylabel: function daylabel(
|
|
1350
|
-
var context =
|
|
1378
|
+
daylabel: function daylabel(_ref70) {
|
|
1379
|
+
var context = _ref70.context;
|
|
1351
1380
|
return {
|
|
1352
1381
|
"class": ['w-10 h-10 rounded-full transition-shadow duration-200 border-transparent border', 'flex items-center justify-center mx-auto overflow-hidden relative', 'focus:outline-none focus:outline-offset-0 focus:shadow-[0_0_0_0.2rem_rgba(191,219,254,1)] dark:focus:shadow-[0_0_0_0.2rem_rgba(147,197,253,0.5)]', {
|
|
1353
1382
|
'opacity-60 cursor-default': context.disabled,
|
|
1354
1383
|
'cursor-pointer': !context.disabled
|
|
1355
1384
|
}, {
|
|
1356
|
-
'text-gray-600 dark:text-white/70 bg-
|
|
1385
|
+
'text-gray-600 dark:text-white/70 bg-transparent hover:bg-gray-200 dark:hover:bg-gray-800/80': !context.selected && !context.disabled,
|
|
1357
1386
|
'text-blue-700 bg-blue-100 hover:bg-blue-200': context.selected && !context.disabled
|
|
1358
1387
|
}]
|
|
1359
1388
|
};
|
|
@@ -1361,11 +1390,11 @@ var index = {
|
|
|
1361
1390
|
monthpicker: {
|
|
1362
1391
|
"class": 'my-2'
|
|
1363
1392
|
},
|
|
1364
|
-
month: function month(
|
|
1365
|
-
var context =
|
|
1393
|
+
month: function month(_ref71) {
|
|
1394
|
+
var context = _ref71.context;
|
|
1366
1395
|
return {
|
|
1367
1396
|
"class": ['w-1/3 inline-flex items-center justify-center cursor-pointer overflow-hidden relative', 'p-2 transition-shadow duration-200 rounded-lg', 'focus:outline-none focus:outline-offset-0 focus:shadow-[0_0_0_0.2rem_rgba(191,219,254,1)] dark:focus:shadow-[0_0_0_0.2rem_rgba(147,197,253,0.5)]', {
|
|
1368
|
-
'text-gray-600 dark:text-white/70 bg-
|
|
1397
|
+
'text-gray-600 dark:text-white/70 bg-transparent hover:bg-gray-200 dark:hover:bg-gray-800/80': !context.selected && !context.disabled,
|
|
1369
1398
|
'text-blue-700 bg-blue-100 hover:bg-blue-200': context.selected && !context.disabled
|
|
1370
1399
|
}]
|
|
1371
1400
|
};
|
|
@@ -1373,11 +1402,11 @@ var index = {
|
|
|
1373
1402
|
yearpicker: {
|
|
1374
1403
|
"class": 'my-2'
|
|
1375
1404
|
},
|
|
1376
|
-
year: function year(
|
|
1377
|
-
var context =
|
|
1405
|
+
year: function year(_ref72) {
|
|
1406
|
+
var context = _ref72.context;
|
|
1378
1407
|
return {
|
|
1379
1408
|
"class": ['w-1/2 inline-flex items-center justify-center cursor-pointer overflow-hidden relative', 'p-2 transition-shadow duration-200 rounded-lg', 'focus:outline-none focus:outline-offset-0 focus:shadow-[0_0_0_0.2rem_rgba(191,219,254,1)] dark:focus:shadow-[0_0_0_0.2rem_rgba(147,197,253,0.5)]', {
|
|
1380
|
-
'text-gray-600 dark:text-white/70 bg-
|
|
1409
|
+
'text-gray-600 dark:text-white/70 bg-transparent hover:bg-gray-200 dark:hover:bg-gray-800/80': !context.selected && !context.disabled,
|
|
1381
1410
|
'text-blue-700 bg-blue-100 hover:bg-blue-200': context.selected && !context.disabled
|
|
1382
1411
|
}]
|
|
1383
1412
|
};
|
|
@@ -1424,13 +1453,13 @@ var index = {
|
|
|
1424
1453
|
list: {
|
|
1425
1454
|
"class": 'py-3 list-none m-0'
|
|
1426
1455
|
},
|
|
1427
|
-
item: function item(
|
|
1428
|
-
var context =
|
|
1456
|
+
item: function item(_ref73) {
|
|
1457
|
+
var context = _ref73.context;
|
|
1429
1458
|
return {
|
|
1430
|
-
"class": ['cursor-pointer font-normal overflow-hidden relative whitespace-nowrap', 'm-0 p-3 border-0 transition-shadow duration-200 rounded-none',
|
|
1431
|
-
'text-gray-700': !context.focused && !context.selected,
|
|
1432
|
-
'bg-gray-300 text-gray-700 dark:text-white/80 dark:bg-gray-800/90': context.focused && !context.selected,
|
|
1433
|
-
'bg-blue-
|
|
1459
|
+
"class": ['cursor-pointer font-normal overflow-hidden relative whitespace-nowrap', 'm-0 p-3 border-0 transition-shadow duration-200 rounded-none', {
|
|
1460
|
+
'text-gray-700 hover:text-gray-700 hover:bg-gray-200 dark:text-white/80 dark:hover:bg-gray-800': !context.focused && !context.selected,
|
|
1461
|
+
'bg-gray-300 text-gray-700 dark:text-white/80 dark:bg-gray-800/90 hover:text-gray-700 hover:bg-gray-200 dark:text-white/80 dark:hover:bg-gray-800': context.focused && !context.selected,
|
|
1462
|
+
'bg-blue-100 text-blue-700 dark:bg-blue-400 dark:text-white/80': context.focused && context.selected,
|
|
1434
1463
|
'bg-blue-50 text-blue-700 dark:bg-blue-300 dark:text-white/80': !context.focused && context.selected
|
|
1435
1464
|
}]
|
|
1436
1465
|
};
|
|
@@ -1452,8 +1481,8 @@ var index = {
|
|
|
1452
1481
|
}
|
|
1453
1482
|
},
|
|
1454
1483
|
multiselect: {
|
|
1455
|
-
root: function root(
|
|
1456
|
-
var props =
|
|
1484
|
+
root: function root(_ref74) {
|
|
1485
|
+
var props = _ref74.props;
|
|
1457
1486
|
return {
|
|
1458
1487
|
"class": ['inline-flex cursor-pointer select-none', 'bg-white dark:bg-gray-900 border border-gray-400 dark:border-blue-900/40 transition-colors duration-200 ease-in-out rounded-md', 'w-full md:w-80', {
|
|
1459
1488
|
'opacity-60 select-none pointer-events-none cursor-default': props === null || props === void 0 ? void 0 : props.disabled
|
|
@@ -1463,10 +1492,10 @@ var index = {
|
|
|
1463
1492
|
labelContainer: {
|
|
1464
1493
|
"class": 'overflow-hidden flex flex-auto cursor-pointer'
|
|
1465
1494
|
},
|
|
1466
|
-
label: function label(
|
|
1467
|
-
var props =
|
|
1495
|
+
label: function label(_ref75) {
|
|
1496
|
+
var props = _ref75.props;
|
|
1468
1497
|
return {
|
|
1469
|
-
"class": ['block overflow-hidden whitespace-nowrap cursor-pointer
|
|
1498
|
+
"class": ['block overflow-hidden whitespace-nowrap cursor-pointer text-ellipsis', 'text-gray-800 dark:text-white/80', 'p-3 transition duration-200', _defineProperty({
|
|
1470
1499
|
'!p-3': props.display !== 'chip' && ((props === null || props === void 0 ? void 0 : props.modelValue) == null || (props === null || props === void 0 ? void 0 : props.modelValue) == undefined),
|
|
1471
1500
|
'!py-1.5 px-3': props.display == 'chip' && (props === null || props === void 0 ? void 0 : props.modelValue) !== null
|
|
1472
1501
|
}, "!p-3", props.display == 'chip' && (props === null || props === void 0 ? void 0 : props.modelValue) == null)]
|
|
@@ -1490,8 +1519,8 @@ var index = {
|
|
|
1490
1519
|
headerCheckboxContainer: {
|
|
1491
1520
|
"class": ['inline-flex cursor-pointer select-none align-bottom relative', 'mr-2', 'w-6 h-6']
|
|
1492
1521
|
},
|
|
1493
|
-
headerCheckbox: function headerCheckbox(
|
|
1494
|
-
var context =
|
|
1522
|
+
headerCheckbox: function headerCheckbox(_ref77) {
|
|
1523
|
+
var context = _ref77.context;
|
|
1495
1524
|
return {
|
|
1496
1525
|
"class": ['flex items-center justify-center', 'border-2 w-6 h-6 text-gray-600 dark:text-white/70 rounded-lg transition-colors duration-200', 'hover:border-blue-500 focus:outline-none focus:outline-offset-0 focus:shadow-[0_0_0_0.2rem_rgba(191,219,254,1)] dark:focus:shadow-[0_0_0_0.2rem_rgba(147,197,253,0.5)]', {
|
|
1497
1526
|
'border-gray-300 dark:border-blue-900/40 bg-white dark:bg-gray-900': !(context !== null && context !== void 0 && context.selected),
|
|
@@ -1514,13 +1543,13 @@ var index = {
|
|
|
1514
1543
|
list: {
|
|
1515
1544
|
"class": 'py-3 list-none m-0'
|
|
1516
1545
|
},
|
|
1517
|
-
item: function item(
|
|
1518
|
-
var context =
|
|
1546
|
+
item: function item(_ref78) {
|
|
1547
|
+
var context = _ref78.context;
|
|
1519
1548
|
return {
|
|
1520
|
-
"class": ['cursor-pointer font-normal overflow-hidden relative whitespace-nowrap', 'm-0 p-3 border-0 transition-shadow duration-200 rounded-none',
|
|
1521
|
-
'text-gray-700': !context.focused && !context.selected,
|
|
1522
|
-
'bg-gray-300 text-gray-700 dark:text-white/80 dark:bg-gray-800/90': context.focused && !context.selected,
|
|
1523
|
-
'bg-blue-
|
|
1549
|
+
"class": ['cursor-pointer font-normal overflow-hidden relative whitespace-nowrap', 'm-0 p-3 border-0 transition-shadow duration-200 rounded-none', {
|
|
1550
|
+
'text-gray-700 hover:text-gray-700 hover:bg-gray-200 dark:text-white/80 dark:hover:bg-gray-800': !context.focused && !context.selected,
|
|
1551
|
+
'bg-gray-300 text-gray-700 dark:text-white/80 dark:bg-gray-800/90 hover:text-gray-700 hover:bg-gray-200 dark:text-white/80 dark:hover:bg-gray-800': context.focused && !context.selected,
|
|
1552
|
+
'bg-blue-100 text-blue-700 dark:bg-blue-400 dark:text-white/80': context.focused && context.selected,
|
|
1524
1553
|
'bg-blue-50 text-blue-700 dark:bg-blue-300 dark:text-white/80': !context.focused && context.selected
|
|
1525
1554
|
}]
|
|
1526
1555
|
};
|
|
@@ -1528,8 +1557,8 @@ var index = {
|
|
|
1528
1557
|
checkboxContainer: {
|
|
1529
1558
|
"class": ['inline-flex cursor-pointer select-none align-bottom relative', 'mr-2', 'w-6 h-6']
|
|
1530
1559
|
},
|
|
1531
|
-
checkbox: function checkbox(
|
|
1532
|
-
var context =
|
|
1560
|
+
checkbox: function checkbox(_ref79) {
|
|
1561
|
+
var context = _ref79.context;
|
|
1533
1562
|
return {
|
|
1534
1563
|
"class": ['flex items-center justify-center', 'border-2 w-6 h-6 text-gray-600 dark:text-white/80 rounded-lg transition-colors duration-200', 'hover:border-blue-500 focus:outline-none focus:outline-offset-0 focus:shadow-[0_0_0_0.2rem_rgba(191,219,254,1)] dark:focus:shadow-[0_0_0_0.2rem_rgba(147,197,253,0.5)]', {
|
|
1535
1564
|
'border-gray-300 dark:border-blue-900/40 bg-white dark:bg-gray-900': !(context !== null && context !== void 0 && context.selected),
|
|
@@ -1558,8 +1587,8 @@ var index = {
|
|
|
1558
1587
|
transition: TRANSITIONS.overlay
|
|
1559
1588
|
},
|
|
1560
1589
|
textarea: {
|
|
1561
|
-
root: function root(
|
|
1562
|
-
var context =
|
|
1590
|
+
root: function root(_ref80) {
|
|
1591
|
+
var context = _ref80.context;
|
|
1563
1592
|
return {
|
|
1564
1593
|
"class": ['m-0', 'font-sans text-base text-gray-600 dark:text-white/80 bg-white dark:bg-gray-900 p-3 border border-gray-300 dark:border-blue-900/40 transition-colors duration-200 appearance-none rounded-lg', 'hover:border-blue-500 focus:outline-none focus:outline-offset-0 focus:shadow-[0_0_0_0.2rem_rgba(191,219,254,1)] dark:focus:shadow-[0_0_0_0.2rem_rgba(147,197,253,0.5)]', {
|
|
1565
1594
|
'opacity-60 select-none pointer-events-none cursor-default': context.disabled
|
|
@@ -1568,8 +1597,8 @@ var index = {
|
|
|
1568
1597
|
}
|
|
1569
1598
|
},
|
|
1570
1599
|
treeselect: {
|
|
1571
|
-
root: function root(
|
|
1572
|
-
var props =
|
|
1600
|
+
root: function root(_ref81) {
|
|
1601
|
+
var props = _ref81.props;
|
|
1573
1602
|
return {
|
|
1574
1603
|
"class": ['inline-flex cursor-pointer select-none', 'bg-white dark:bg-gray-900 border border-gray-400 dark:border-blue-900/40 transition-colors duration-200 ease-in-out rounded-md', 'w-full md:w-80', {
|
|
1575
1604
|
'opacity-60 select-none pointer-events-none cursor-default': props === null || props === void 0 ? void 0 : props.disabled
|
|
@@ -1580,7 +1609,7 @@ var index = {
|
|
|
1580
1609
|
"class": ['overflow-hidden flex flex-auto cursor-pointer']
|
|
1581
1610
|
},
|
|
1582
1611
|
label: {
|
|
1583
|
-
"class": ['block overflow-hidden whitespace-nowrap cursor-pointer
|
|
1612
|
+
"class": ['block overflow-hidden whitespace-nowrap cursor-pointer text-ellipsis', 'text-gray-800 dark:text-white/80', 'p-3 transition duration-200']
|
|
1584
1613
|
},
|
|
1585
1614
|
trigger: {
|
|
1586
1615
|
"class": ['flex items-center justify-center shrink-0', 'bg-transparent text-gray-600 dark:text-white/70 w-12 rounded-tr-lg rounded-br-lg']
|
|
@@ -1594,8 +1623,8 @@ var index = {
|
|
|
1594
1623
|
transition: TRANSITIONS.overlay
|
|
1595
1624
|
},
|
|
1596
1625
|
autocomplete: {
|
|
1597
|
-
root: function root(
|
|
1598
|
-
var props =
|
|
1626
|
+
root: function root(_ref82) {
|
|
1627
|
+
var props = _ref82.props;
|
|
1599
1628
|
return {
|
|
1600
1629
|
"class": ['relative inline-flex', {
|
|
1601
1630
|
'opacity-60 select-none pointer-events-none cursor-default': props.disabled
|
|
@@ -1610,8 +1639,8 @@ var index = {
|
|
|
1610
1639
|
inputtoken: {
|
|
1611
1640
|
"class": ['py-0.375rem px-0', 'flex-1 inline-flex']
|
|
1612
1641
|
},
|
|
1613
|
-
input: function input(
|
|
1614
|
-
var props =
|
|
1642
|
+
input: function input(_ref83) {
|
|
1643
|
+
var props = _ref83.props;
|
|
1615
1644
|
return {
|
|
1616
1645
|
"class": ['m-0', ' transition-colors duration-200 appearance-none rounded-lg', {
|
|
1617
1646
|
'rounded-tr-none rounded-br-none': props.dropdown
|
|
@@ -1635,13 +1664,13 @@ var index = {
|
|
|
1635
1664
|
list: {
|
|
1636
1665
|
"class": 'py-3 list-none m-0'
|
|
1637
1666
|
},
|
|
1638
|
-
item: function item(
|
|
1639
|
-
var context =
|
|
1667
|
+
item: function item(_ref84) {
|
|
1668
|
+
var context = _ref84.context;
|
|
1640
1669
|
return {
|
|
1641
|
-
"class": ['cursor-pointer font-normal overflow-hidden relative whitespace-nowrap', 'm-0 p-3 border-0 transition-shadow duration-200 rounded-none',
|
|
1642
|
-
'text-gray-700': !context.focused && !context.selected,
|
|
1643
|
-
'bg-gray-300 text-gray-700 dark:text-white/80 dark:bg-gray-800/90': context.focused && !context.selected,
|
|
1644
|
-
'bg-blue-
|
|
1670
|
+
"class": ['cursor-pointer font-normal overflow-hidden relative whitespace-nowrap', 'm-0 p-3 border-0 transition-shadow duration-200 rounded-none', {
|
|
1671
|
+
'text-gray-700 hover:text-gray-700 hover:bg-gray-200 dark:text-white/80 dark:hover:bg-gray-800': !context.focused && !context.selected,
|
|
1672
|
+
'bg-gray-300 text-gray-700 dark:text-white/80 dark:bg-gray-800/90 hover:text-gray-700 hover:bg-gray-200 dark:text-white/80 dark:hover:bg-gray-800': context.focused && !context.selected,
|
|
1673
|
+
'bg-blue-100 text-blue-700 dark:bg-blue-400 dark:text-white/80': context.focused && context.selected,
|
|
1645
1674
|
'bg-blue-50 text-blue-700 dark:bg-blue-300 dark:text-white/80': !context.focused && context.selected
|
|
1646
1675
|
}]
|
|
1647
1676
|
};
|
|
@@ -1652,8 +1681,8 @@ var index = {
|
|
|
1652
1681
|
transition: TRANSITIONS.overlay
|
|
1653
1682
|
},
|
|
1654
1683
|
chips: {
|
|
1655
|
-
root: function root(
|
|
1656
|
-
var props =
|
|
1684
|
+
root: function root(_ref85) {
|
|
1685
|
+
var props = _ref85.props;
|
|
1657
1686
|
return {
|
|
1658
1687
|
"class": ['flex', {
|
|
1659
1688
|
'opacity-60 select-none pointer-events-none cursor-default': props.disabled
|
|
@@ -1677,8 +1706,8 @@ var index = {
|
|
|
1677
1706
|
}
|
|
1678
1707
|
},
|
|
1679
1708
|
colorpicker: {
|
|
1680
|
-
root: function root(
|
|
1681
|
-
var props =
|
|
1709
|
+
root: function root(_ref86) {
|
|
1710
|
+
var props = _ref86.props;
|
|
1682
1711
|
return {
|
|
1683
1712
|
"class": ['inline-block', {
|
|
1684
1713
|
'opacity-60 select-none pointer-events-none cursor-default': props.disabled
|
|
@@ -1688,8 +1717,8 @@ var index = {
|
|
|
1688
1717
|
input: {
|
|
1689
1718
|
"class": ['m-0', 'font-sans text-base text-gray-600 bg-white dark:bg-gray-900 p-3 border border-gray-300 dark:border-blue-900/40 transition-colors duration-200 rounded-lg cursor-pointer', 'hover:border-blue-500 focus:outline-none focus:outline-offset-0 focus:shadow-[0_0_0_0.2rem_rgba(191,219,254,1)] dark:focus:shadow-[0_0_0_0.2rem_rgba(147,197,253,0.5)]', 'w-8 h-8']
|
|
1690
1719
|
},
|
|
1691
|
-
panel: function panel(
|
|
1692
|
-
var props =
|
|
1720
|
+
panel: function panel(_ref87) {
|
|
1721
|
+
var props = _ref87.props;
|
|
1693
1722
|
return {
|
|
1694
1723
|
"class": ['shadow-md', 'bg-gray-800 border-gray-900', {
|
|
1695
1724
|
'relative h-48 w-52': props.inline,
|
|
@@ -1729,8 +1758,8 @@ var index = {
|
|
|
1729
1758
|
},
|
|
1730
1759
|
//MISC
|
|
1731
1760
|
badge: {
|
|
1732
|
-
root: function root(
|
|
1733
|
-
var props =
|
|
1761
|
+
root: function root(_ref88) {
|
|
1762
|
+
var props = _ref88.props;
|
|
1734
1763
|
return {
|
|
1735
1764
|
"class": ['rounded-full p-0 text-center inline-block', 'bg-blue-500 text-white font-bold', {
|
|
1736
1765
|
'bg-gray-500 ': props.severity == 'secondary',
|
|
@@ -1748,9 +1777,9 @@ var index = {
|
|
|
1748
1777
|
}
|
|
1749
1778
|
},
|
|
1750
1779
|
avatar: {
|
|
1751
|
-
root: function root(
|
|
1752
|
-
var props =
|
|
1753
|
-
parent =
|
|
1780
|
+
root: function root(_ref89) {
|
|
1781
|
+
var props = _ref89.props,
|
|
1782
|
+
parent = _ref89.parent;
|
|
1754
1783
|
return {
|
|
1755
1784
|
"class": ['flex items-center justify-center', 'bg-gray-300 dark:bg-gray-800', {
|
|
1756
1785
|
'rounded-lg': props.shape == 'square',
|
|
@@ -1760,7 +1789,7 @@ var index = {
|
|
|
1760
1789
|
'w-12 h-12 text-xl': props.size == 'large',
|
|
1761
1790
|
'w-16 h-16 text-2xl': props.size == 'xlarge'
|
|
1762
1791
|
}, {
|
|
1763
|
-
'-ml-4 border-2 border-white dark:border-gray-900': parent.instance.$css
|
|
1792
|
+
'-ml-4 border-2 border-white dark:border-gray-900': parent.instance.$css === undefined
|
|
1764
1793
|
}]
|
|
1765
1794
|
};
|
|
1766
1795
|
},
|
|
@@ -1794,8 +1823,8 @@ var index = {
|
|
|
1794
1823
|
root: {
|
|
1795
1824
|
"class": ['overflow-hidden relative', 'border-0 h-6 bg-gray-200 rounded-md dark:bg-gray-800']
|
|
1796
1825
|
},
|
|
1797
|
-
value: function value(
|
|
1798
|
-
var props =
|
|
1826
|
+
value: function value(_ref90) {
|
|
1827
|
+
var props = _ref90.props;
|
|
1799
1828
|
return {
|
|
1800
1829
|
"class": ['border-0 m-0 bg-blue-500', {
|
|
1801
1830
|
'transition-width duration-1000 ease-in-out absolute items-center border-0 flex h-full justify-center overflow-hidden w-0': props.mode !== 'indeterminate',
|
|
@@ -1819,8 +1848,8 @@ var index = {
|
|
|
1819
1848
|
}
|
|
1820
1849
|
},
|
|
1821
1850
|
skeleton: {
|
|
1822
|
-
root: function root(
|
|
1823
|
-
var props =
|
|
1851
|
+
root: function root(_ref91) {
|
|
1852
|
+
var props = _ref91.props;
|
|
1824
1853
|
return {
|
|
1825
1854
|
"class": ['overflow-hidden', '!mb-2', 'bg-gray-300 dark:bg-gray-800', 'after:absolute after:top-0 after:left-0 after:right-0 after:bottom-0 after:content after:w-full after:h-full after:bg-blue-400 after:left-full after:transform after:translate-x-full after:z-10 after:bg-gradient-to-r after:from-transparent after:via-white after:to-transparent animate-pulse', {
|
|
1826
1855
|
'rounded-md': props.shape !== 'circle',
|
|
@@ -1830,8 +1859,8 @@ var index = {
|
|
|
1830
1859
|
}
|
|
1831
1860
|
},
|
|
1832
1861
|
tag: {
|
|
1833
|
-
root: function root(
|
|
1834
|
-
var props =
|
|
1862
|
+
root: function root(_ref92) {
|
|
1863
|
+
var props = _ref92.props;
|
|
1835
1864
|
return {
|
|
1836
1865
|
"class": ['inline-flex items-center justify-center', 'bg-blue-500 text-white text-xs font-semibold px-2 py-1 ', {
|
|
1837
1866
|
'bg-green-500 ': props.severity == 'success',
|
|
@@ -1857,8 +1886,8 @@ var index = {
|
|
|
1857
1886
|
}
|
|
1858
1887
|
},
|
|
1859
1888
|
scrolltop: {
|
|
1860
|
-
root: function root(
|
|
1861
|
-
var props =
|
|
1889
|
+
root: function root(_ref93) {
|
|
1890
|
+
var props = _ref93.props;
|
|
1862
1891
|
return {
|
|
1863
1892
|
"class": ['fixed bottom-20 right-20 flex items-center justify-center', 'ml-auto', {
|
|
1864
1893
|
'!bg-blue-500 hover:bg-blue-600 text-white rounded-md h-8 w-8': props.target == 'parent',
|
|
@@ -1923,8 +1952,8 @@ var index = {
|
|
|
1923
1952
|
menuitem: {
|
|
1924
1953
|
"class": 'relative'
|
|
1925
1954
|
},
|
|
1926
|
-
content: function content(
|
|
1927
|
-
var context =
|
|
1955
|
+
content: function content(_ref94) {
|
|
1956
|
+
var context = _ref94.context;
|
|
1928
1957
|
return {
|
|
1929
1958
|
"class": ['transition-shadow duration-200 rounded-none', 'hover:text-gray-700 dark:hover:text-white/80 hover:bg-gray-200 dark:hover:bg-gray-800/80',
|
|
1930
1959
|
// Hover
|
|
@@ -1951,8 +1980,8 @@ var index = {
|
|
|
1951
1980
|
}
|
|
1952
1981
|
},
|
|
1953
1982
|
dock: {
|
|
1954
|
-
root: function root(
|
|
1955
|
-
var props =
|
|
1983
|
+
root: function root(_ref95) {
|
|
1984
|
+
var props = _ref95.props;
|
|
1956
1985
|
return {
|
|
1957
1986
|
"class": ['absolute z-1 flex justify-center items-center pointer-events-none', {
|
|
1958
1987
|
'left-0 bottom-0 w-full': props.position == 'bottom',
|
|
@@ -1965,18 +1994,18 @@ var index = {
|
|
|
1965
1994
|
container: {
|
|
1966
1995
|
"class": ['flex pointer-events-auto', 'bg-white/10 border-white/20 p-2 border rounded-md']
|
|
1967
1996
|
},
|
|
1968
|
-
menu: function menu(
|
|
1969
|
-
var props =
|
|
1997
|
+
menu: function menu(_ref96) {
|
|
1998
|
+
var props = _ref96.props;
|
|
1970
1999
|
return {
|
|
1971
2000
|
"class": ['m-0 p-0 list-none flex items-center justify-center', 'outline-none', {
|
|
1972
2001
|
'flex-col': props.position == 'left' || props.position == 'right'
|
|
1973
2002
|
}]
|
|
1974
2003
|
};
|
|
1975
2004
|
},
|
|
1976
|
-
menuitem: function menuitem(
|
|
1977
|
-
var props =
|
|
1978
|
-
context =
|
|
1979
|
-
instance =
|
|
2005
|
+
menuitem: function menuitem(_ref97) {
|
|
2006
|
+
var props = _ref97.props,
|
|
2007
|
+
context = _ref97.context,
|
|
2008
|
+
instance = _ref97.instance;
|
|
1980
2009
|
return {
|
|
1981
2010
|
"class": ['p-2 rounded-md', 'transition-all duration-200 ease-cubic-bezier-will-change-transform transform ', {
|
|
1982
2011
|
'origin-bottom hover:mx-6': props.position == 'bottom',
|
|
@@ -2001,8 +2030,8 @@ var index = {
|
|
|
2001
2030
|
menu: {
|
|
2002
2031
|
"class": ['m-0 p-0 list-none', 'outline-none']
|
|
2003
2032
|
},
|
|
2004
|
-
content: function content(
|
|
2005
|
-
var context =
|
|
2033
|
+
content: function content(_ref98) {
|
|
2034
|
+
var context = _ref98.context;
|
|
2006
2035
|
return {
|
|
2007
2036
|
"class": ['text-gray-700 dark:text-white/80 transition-shadow duration-200 rounded-none', 'hover:text-gray-700 dark:hover:text-white/80 hover:bg-gray-200 dark:hover:bg-gray-800/80',
|
|
2008
2037
|
// Hover
|
|
@@ -2026,8 +2055,8 @@ var index = {
|
|
|
2026
2055
|
root: {
|
|
2027
2056
|
"class": ['p-2 bg-gray-100 dark:bg-gray-900 border border-gray-300 dark:border-blue-900/40 rounded-md', 'flex items-center relative']
|
|
2028
2057
|
},
|
|
2029
|
-
menu: function menu(
|
|
2030
|
-
var props =
|
|
2058
|
+
menu: function menu(_ref99) {
|
|
2059
|
+
var props = _ref99.props;
|
|
2031
2060
|
return {
|
|
2032
2061
|
"class": ['m-0 sm:p-0 list-none', 'outline-none', 'sm:flex items-center flex-wrap sm:flex-row sm:top-auto sm:left-auto sm:relative sm:bg-transparent sm:shadow-none sm:w-auto', 'flex-col top-full left-0', 'absolute py-1 bg-white dark:bg-gray-900 border-0 shadow-md w-full', {
|
|
2033
2062
|
'hidden ': !(props !== null && props !== void 0 && props.mobileActive),
|
|
@@ -2038,9 +2067,9 @@ var index = {
|
|
|
2038
2067
|
menuitem: {
|
|
2039
2068
|
"class": 'sm:relative sm:w-auto w-full static'
|
|
2040
2069
|
},
|
|
2041
|
-
content: function content(
|
|
2042
|
-
var props =
|
|
2043
|
-
context =
|
|
2070
|
+
content: function content(_ref100) {
|
|
2071
|
+
var props = _ref100.props,
|
|
2072
|
+
context = _ref100.context;
|
|
2044
2073
|
return {
|
|
2045
2074
|
"class": [' transition-shadow duration-200', '', {
|
|
2046
2075
|
'rounded-md': props.root
|
|
@@ -2055,29 +2084,29 @@ var index = {
|
|
|
2055
2084
|
}]
|
|
2056
2085
|
};
|
|
2057
2086
|
},
|
|
2058
|
-
action: function action(
|
|
2059
|
-
var context =
|
|
2087
|
+
action: function action(_ref101) {
|
|
2088
|
+
var context = _ref101.context;
|
|
2060
2089
|
return {
|
|
2061
2090
|
"class": ['select-none', 'cursor-pointer flex items-center no-underline overflow-hidden relative', 'py-3 px-5 select-none', {
|
|
2062
|
-
'
|
|
2063
|
-
'
|
|
2091
|
+
'pl-9 sm:pl-5': context.level === 1,
|
|
2092
|
+
'pl-14 sm:pl-5': context.level === 2
|
|
2064
2093
|
}]
|
|
2065
2094
|
};
|
|
2066
2095
|
},
|
|
2067
2096
|
icon: {
|
|
2068
2097
|
"class": 'mr-2'
|
|
2069
2098
|
},
|
|
2070
|
-
submenuicon: function submenuicon(
|
|
2071
|
-
var props =
|
|
2099
|
+
submenuicon: function submenuicon(_ref102) {
|
|
2100
|
+
var props = _ref102.props;
|
|
2072
2101
|
return {
|
|
2073
|
-
"class": [
|
|
2074
|
-
'ml-2': props.root,
|
|
2102
|
+
"class": [{
|
|
2103
|
+
'ml-auto sm:ml-2': props.root,
|
|
2075
2104
|
'ml-auto': !props.root
|
|
2076
2105
|
}]
|
|
2077
2106
|
};
|
|
2078
2107
|
},
|
|
2079
|
-
submenu: function submenu(
|
|
2080
|
-
var props =
|
|
2108
|
+
submenu: function submenu(_ref103) {
|
|
2109
|
+
var props = _ref103.props;
|
|
2081
2110
|
return {
|
|
2082
2111
|
"class": ['py-1 bg-white dark:bg-gray-900 border-0 sm:shadow-md sm:w-48', 'w-full static shadow-none', 'sm:absolute z-10', 'm-0 list-none', {
|
|
2083
2112
|
'sm:absolute sm:left-full sm:top-0': props.level > 1
|
|
@@ -2092,8 +2121,8 @@ var index = {
|
|
|
2092
2121
|
}
|
|
2093
2122
|
},
|
|
2094
2123
|
megamenu: {
|
|
2095
|
-
root: function root(
|
|
2096
|
-
var props =
|
|
2124
|
+
root: function root(_ref104) {
|
|
2125
|
+
var props = _ref104.props;
|
|
2097
2126
|
return {
|
|
2098
2127
|
"class": ['bg-gray-100 dark:bg-gray-900 border border-gray-300 dark:border-blue-900/40 rounded-md', 'flex relative', {
|
|
2099
2128
|
'p-2 items-center': props.orientation == 'horizontal',
|
|
@@ -2104,8 +2133,8 @@ var index = {
|
|
|
2104
2133
|
menu: {
|
|
2105
2134
|
"class": ['m-0 sm:p-0 list-none relative', 'outline-none', 'flex items-center flex-wrap flex-row top-auto left-auto relative bg-transparent shadow-none w-auto']
|
|
2106
2135
|
},
|
|
2107
|
-
menuitem: function menuitem(
|
|
2108
|
-
var props =
|
|
2136
|
+
menuitem: function menuitem(_ref105) {
|
|
2137
|
+
var props = _ref105.props;
|
|
2109
2138
|
return {
|
|
2110
2139
|
"class": ['relative', {
|
|
2111
2140
|
'w-auto': props.horizontal,
|
|
@@ -2113,9 +2142,9 @@ var index = {
|
|
|
2113
2142
|
}]
|
|
2114
2143
|
};
|
|
2115
2144
|
},
|
|
2116
|
-
content: function content(
|
|
2117
|
-
var props =
|
|
2118
|
-
context =
|
|
2145
|
+
content: function content(_ref106) {
|
|
2146
|
+
var props = _ref106.props,
|
|
2147
|
+
context = _ref106.context;
|
|
2119
2148
|
return {
|
|
2120
2149
|
"class": ['transition-shadow duration-200', {
|
|
2121
2150
|
'rounded-md': props.level < 1 && props.horizontal
|
|
@@ -2136,8 +2165,8 @@ var index = {
|
|
|
2136
2165
|
icon: {
|
|
2137
2166
|
"class": 'mr-2'
|
|
2138
2167
|
},
|
|
2139
|
-
submenuicon: function submenuicon(
|
|
2140
|
-
var props =
|
|
2168
|
+
submenuicon: function submenuicon(_ref107) {
|
|
2169
|
+
var props = _ref107.props;
|
|
2141
2170
|
return {
|
|
2142
2171
|
"class": [{
|
|
2143
2172
|
'ml-2': props.horizontal,
|
|
@@ -2145,8 +2174,8 @@ var index = {
|
|
|
2145
2174
|
}]
|
|
2146
2175
|
};
|
|
2147
2176
|
},
|
|
2148
|
-
panel: function panel(
|
|
2149
|
-
var props =
|
|
2177
|
+
panel: function panel(_ref108) {
|
|
2178
|
+
var props = _ref108.props;
|
|
2150
2179
|
return {
|
|
2151
2180
|
"class": ['py-1 bg-white dark:bg-gray-900 border-0 shadow-md w-auto', 'absolute z-10', {
|
|
2152
2181
|
'left-full top-0': !props.horizontal
|
|
@@ -2196,8 +2225,8 @@ var index = {
|
|
|
2196
2225
|
menu: {
|
|
2197
2226
|
"class": ['outline-none', 'm-0 p-0 list-none']
|
|
2198
2227
|
},
|
|
2199
|
-
content: function content(
|
|
2200
|
-
var context =
|
|
2228
|
+
content: function content(_ref109) {
|
|
2229
|
+
var context = _ref109.context;
|
|
2201
2230
|
return {
|
|
2202
2231
|
"class": ['text-gray-700 dark:text-white/80 transition-shadow duration-200 border-none rounded-none', 'hover:bg-gray-200 dark:hover:bg-gray-800/80 hover:text-gray-700 dark:hover:text-white/80',
|
|
2203
2232
|
// Hover
|
|
@@ -2234,7 +2263,7 @@ var index = {
|
|
|
2234
2263
|
"class": ['flex items-center justify-center', 'text-gray-700 dark:text-white/80 border border-gray-300 dark:border-blue-900/40 bg-white dark:bg-gray-900 w-[2rem] h-[2rem] leading-2rem text-sm z-10 rounded-full']
|
|
2235
2264
|
},
|
|
2236
2265
|
label: {
|
|
2237
|
-
"class": ['block', 'whitespace-nowrap overflow-hidden
|
|
2266
|
+
"class": ['block', 'whitespace-nowrap overflow-hidden text-ellipsis max-w-full', 'mt-2 text-gray-500 dark:text-white/60']
|
|
2238
2267
|
}
|
|
2239
2268
|
},
|
|
2240
2269
|
tabmenu: {
|
|
@@ -2242,14 +2271,14 @@ var index = {
|
|
|
2242
2271
|
"class": 'overflow-x-auto'
|
|
2243
2272
|
},
|
|
2244
2273
|
menu: {
|
|
2245
|
-
"class": ['flex m-0 p-0 list-none flex-nowrap', 'bg-white border-solid border-gray-300 border-b-2', 'outline-none no-underline text-base list-none']
|
|
2274
|
+
"class": ['flex m-0 p-0 list-none flex-nowrap', 'bg-white border-solid border-gray-300 border-b-2 dark:bg-gray-900 dark:border-blue-900/40', 'outline-none no-underline text-base list-none']
|
|
2246
2275
|
},
|
|
2247
2276
|
menuitem: {
|
|
2248
2277
|
"class": 'mr-0'
|
|
2249
2278
|
},
|
|
2250
|
-
action: function action(
|
|
2251
|
-
var context =
|
|
2252
|
-
state =
|
|
2279
|
+
action: function action(_ref110) {
|
|
2280
|
+
var context = _ref110.context,
|
|
2281
|
+
state = _ref110.state;
|
|
2253
2282
|
return {
|
|
2254
2283
|
"class": ['cursor-pointer select-none flex items-center relative no-underline overflow-hidden', 'border-b-2 p-5 font-bold rounded-t-lg ', 'focus:outline-none focus:outline-offset-0 focus:shadow-[inset_0_0_0_0.2rem_rgba(191,219,254,1)] dark:focus:shadow-[inset_0_0_0_0.2rem_rgba(147,197,253,0.5)]', {
|
|
2255
2284
|
'border-gray-300 bg-white text-gray-700 hover:bg-white hover:border-gray-400 hover:text-gray-600 dark:bg-gray-900 dark:border-blue-900/40 dark:text-white/80 dark:hover:bg-gray-800/80': state.d_activeIndex !== context.index,
|
|
@@ -2274,8 +2303,8 @@ var index = {
|
|
|
2274
2303
|
menuitem: {
|
|
2275
2304
|
"class": 'relative'
|
|
2276
2305
|
},
|
|
2277
|
-
content: function content(
|
|
2278
|
-
var context =
|
|
2306
|
+
content: function content(_ref111) {
|
|
2307
|
+
var context = _ref111.context;
|
|
2279
2308
|
return {
|
|
2280
2309
|
"class": ['transition-shadow duration-200 border-none rounded-none', 'hover:bg-gray-200 hover:text-gray-700 dark:hover:text-white/80 dark:hover:bg-gray-800/80',
|
|
2281
2310
|
//Hover
|
|
@@ -2287,8 +2316,8 @@ var index = {
|
|
|
2287
2316
|
}]
|
|
2288
2317
|
};
|
|
2289
2318
|
},
|
|
2290
|
-
action: function action(
|
|
2291
|
-
var context =
|
|
2319
|
+
action: function action(_ref112) {
|
|
2320
|
+
var context = _ref112.context;
|
|
2292
2321
|
return {
|
|
2293
2322
|
"class": ['py-3 px-5 select-none', 'flex items-center cursor-pointer no-underline relative overflow-hidden', {
|
|
2294
2323
|
'text-gray-700 dark:text-white/80 hover:text-gray-700 dark:hover:text-white/80 hover:bg-gray-200 dark:hover:bg-gray-800/80': !context.active,
|
|
@@ -2406,8 +2435,8 @@ var index = {
|
|
|
2406
2435
|
indicator: {
|
|
2407
2436
|
"class": 'mr-2'
|
|
2408
2437
|
},
|
|
2409
|
-
indicatorbutton: function indicatorbutton(
|
|
2410
|
-
var context =
|
|
2438
|
+
indicatorbutton: function indicatorbutton(_ref113) {
|
|
2439
|
+
var context = _ref113.context;
|
|
2411
2440
|
return {
|
|
2412
2441
|
"class": ['w-4 h-4 transition duration-200 rounded-full', 'focus:outline-none focus:outline-offset-0 focus:shadow-[0_0_0_0.2rem_rgba(191,219,254,1)] dark:focus:shadow-[0_0_0_0.2rem_rgba(147,197,253,0.5)]', {
|
|
2413
2442
|
'bg-gray-200 hover:bg-gray-300 dark:bg-gray-700 dark:hover:bg-gray-600': !context.highlighted,
|
|
@@ -2447,8 +2476,8 @@ var index = {
|
|
|
2447
2476
|
content: {
|
|
2448
2477
|
"class": 'flex flex-col overflow-auto'
|
|
2449
2478
|
},
|
|
2450
|
-
container: function container(
|
|
2451
|
-
var props =
|
|
2479
|
+
container: function container(_ref114) {
|
|
2480
|
+
var props = _ref114.props;
|
|
2452
2481
|
return {
|
|
2453
2482
|
"class": ['flex', {
|
|
2454
2483
|
'flex-row': props.orientation !== 'vertical',
|
|
@@ -2462,8 +2491,8 @@ var index = {
|
|
|
2462
2491
|
itemscontent: {
|
|
2463
2492
|
"class": 'overflow-hidden w-full'
|
|
2464
2493
|
},
|
|
2465
|
-
itemscontainer: function itemscontainer(
|
|
2466
|
-
var props =
|
|
2494
|
+
itemscontainer: function itemscontainer(_ref115) {
|
|
2495
|
+
var props = _ref115.props;
|
|
2467
2496
|
return {
|
|
2468
2497
|
"class": ['flex ', {
|
|
2469
2498
|
'flex-row': props.orientation !== 'vertical',
|
|
@@ -2471,8 +2500,8 @@ var index = {
|
|
|
2471
2500
|
}]
|
|
2472
2501
|
};
|
|
2473
2502
|
},
|
|
2474
|
-
item: function item(
|
|
2475
|
-
var props =
|
|
2503
|
+
item: function item(_ref116) {
|
|
2504
|
+
var props = _ref116.props;
|
|
2476
2505
|
return {
|
|
2477
2506
|
"class": ['flex shrink-0 grow', {
|
|
2478
2507
|
'w-1/3': props.orientation !== 'vertical',
|
|
@@ -2486,8 +2515,8 @@ var index = {
|
|
|
2486
2515
|
indicator: {
|
|
2487
2516
|
"class": 'mr-2 mb-2'
|
|
2488
2517
|
},
|
|
2489
|
-
indicatorbutton: function indicatorbutton(
|
|
2490
|
-
var context =
|
|
2518
|
+
indicatorbutton: function indicatorbutton(_ref117) {
|
|
2519
|
+
var context = _ref117.context;
|
|
2491
2520
|
return {
|
|
2492
2521
|
"class": ['w-8 h-2 transition duration-200 rounded-0', 'focus:outline-none focus:outline-offset-0 focus:shadow-[0_0_0_0.2rem_rgba(191,219,254,1)] dark:focus:shadow-[0_0_0_0.2rem_rgba(147,197,253,0.5)]', {
|
|
2493
2522
|
'bg-gray-200 hover:bg-gray-300 dark:bg-gray-700 dark:hover:bg-gray-600': !context.highlighted,
|
|
@@ -2509,9 +2538,9 @@ var index = {
|
|
|
2509
2538
|
node: {
|
|
2510
2539
|
"class": 'p-1 outline-none'
|
|
2511
2540
|
},
|
|
2512
|
-
content: function content(
|
|
2513
|
-
var context =
|
|
2514
|
-
props =
|
|
2541
|
+
content: function content(_ref118) {
|
|
2542
|
+
var context = _ref118.context,
|
|
2543
|
+
props = _ref118.props;
|
|
2515
2544
|
return {
|
|
2516
2545
|
"class": ['flex items-center', 'rounded-lg transition-shadow duration-200 p-2', 'focus:outline-none focus:outline-offset-0 focus:shadow-[0_0_0_0.2rem_rgba(191,219,254,1)] dark:focus:shadow-[0_0_0_0.2rem_rgba(147,197,253,0.5)]', {
|
|
2517
2546
|
'bg-blue-50 text-blue-600': context.selected
|
|
@@ -2520,8 +2549,8 @@ var index = {
|
|
|
2520
2549
|
}]
|
|
2521
2550
|
};
|
|
2522
2551
|
},
|
|
2523
|
-
toggler: function toggler(
|
|
2524
|
-
var context =
|
|
2552
|
+
toggler: function toggler(_ref119) {
|
|
2553
|
+
var context = _ref119.context;
|
|
2525
2554
|
return {
|
|
2526
2555
|
"class": ['cursor-pointer select-none inline-flex items-center justify-center overflow-hidden relative shrink-0', 'mr-2 w-8 h-8 border-0 bg-transparent rounded-full transition duration-200', 'hover:border-transparent focus:outline-none focus:outline-offset-0 focus:shadow-[0_0_0_0.2rem_rgba(191,219,254,1)] dark:focus:shadow-[0_0_0_0.2rem_rgba(147,197,253,0.5)]', {
|
|
2527
2556
|
'text-gray-500 dark:text-white/80 hover:bg-gray-200 dark:hover:bg-gray-800/80 hover:text-gray-800 dark:hover:text-white/80': !context.selected,
|
|
@@ -2534,9 +2563,9 @@ var index = {
|
|
|
2534
2563
|
checkboxcontainer: {
|
|
2535
2564
|
"class": 'mr-2'
|
|
2536
2565
|
},
|
|
2537
|
-
checkbox: function checkbox(
|
|
2538
|
-
var context =
|
|
2539
|
-
props =
|
|
2566
|
+
checkbox: function checkbox(_ref120) {
|
|
2567
|
+
var context = _ref120.context,
|
|
2568
|
+
props = _ref120.props;
|
|
2540
2569
|
return {
|
|
2541
2570
|
"class": ['cursor-pointer inline-flex relative select-none align-bottom', 'w-6 h-6', 'flex items-center justify-center', 'border-2 w-6 h-6 rounded-lg transition-colors duration-200 text-white text-base dark:text-gray-900', {
|
|
2542
2571
|
'border-gray-300 bg-white dark:border-blue-900/40 dark:bg-gray-900': !context.checked,
|
|
@@ -2565,8 +2594,8 @@ var index = {
|
|
|
2565
2594
|
},
|
|
2566
2595
|
// DATA
|
|
2567
2596
|
timeline: {
|
|
2568
|
-
root: function root(
|
|
2569
|
-
var props =
|
|
2597
|
+
root: function root(_ref121) {
|
|
2598
|
+
var props = _ref121.props;
|
|
2570
2599
|
return {
|
|
2571
2600
|
"class": ['flex grow', {
|
|
2572
2601
|
'flex-col': props.layout === 'vertical',
|
|
@@ -2574,9 +2603,9 @@ var index = {
|
|
|
2574
2603
|
}]
|
|
2575
2604
|
};
|
|
2576
2605
|
},
|
|
2577
|
-
event: function event(
|
|
2578
|
-
var props =
|
|
2579
|
-
context =
|
|
2606
|
+
event: function event(_ref122) {
|
|
2607
|
+
var props = _ref122.props,
|
|
2608
|
+
context = _ref122.context;
|
|
2580
2609
|
return {
|
|
2581
2610
|
"class": ['flex relative min-h-[70px]', {
|
|
2582
2611
|
'flex-row-reverse': props.align === 'right' || props.layout === 'vertical' && props.align === 'alternate' && context.index % 2 === 1,
|
|
@@ -2585,9 +2614,9 @@ var index = {
|
|
|
2585
2614
|
}]
|
|
2586
2615
|
};
|
|
2587
2616
|
},
|
|
2588
|
-
opposite: function opposite(
|
|
2589
|
-
var props =
|
|
2590
|
-
context =
|
|
2617
|
+
opposite: function opposite(_ref123) {
|
|
2618
|
+
var props = _ref123.props,
|
|
2619
|
+
context = _ref123.context;
|
|
2591
2620
|
return {
|
|
2592
2621
|
"class": ['flex-1', {
|
|
2593
2622
|
'px-4': props.layout === 'vertical',
|
|
@@ -2598,8 +2627,8 @@ var index = {
|
|
|
2598
2627
|
}]
|
|
2599
2628
|
};
|
|
2600
2629
|
},
|
|
2601
|
-
separator: function separator(
|
|
2602
|
-
var props =
|
|
2630
|
+
separator: function separator(_ref124) {
|
|
2631
|
+
var props = _ref124.props;
|
|
2603
2632
|
return {
|
|
2604
2633
|
"class": ['flex items-center flex-initial', {
|
|
2605
2634
|
'flex-col': props.layout === 'vertical',
|
|
@@ -2610,8 +2639,8 @@ var index = {
|
|
|
2610
2639
|
marker: {
|
|
2611
2640
|
"class": 'flex self-baseline w-4 h-4 rounded-full border-2 border-blue-500 bg-white dark:border-blue-300 dark:bg-blue-900/40'
|
|
2612
2641
|
},
|
|
2613
|
-
connector: function connector(
|
|
2614
|
-
var props =
|
|
2642
|
+
connector: function connector(_ref125) {
|
|
2643
|
+
var props = _ref125.props;
|
|
2615
2644
|
return {
|
|
2616
2645
|
"class": ['grow bg-gray-300 dark:bg-blue-900/40', {
|
|
2617
2646
|
'w-[2px]': props.layout === 'vertical',
|
|
@@ -2619,9 +2648,9 @@ var index = {
|
|
|
2619
2648
|
}]
|
|
2620
2649
|
};
|
|
2621
2650
|
},
|
|
2622
|
-
content: function content(
|
|
2623
|
-
var props =
|
|
2624
|
-
context =
|
|
2651
|
+
content: function content(_ref126) {
|
|
2652
|
+
var props = _ref126.props,
|
|
2653
|
+
context = _ref126.context;
|
|
2625
2654
|
return {
|
|
2626
2655
|
"class": ['flex-1', {
|
|
2627
2656
|
'px-4': props.layout === 'vertical',
|
|
@@ -2638,7 +2667,7 @@ var index = {
|
|
|
2638
2667
|
},
|
|
2639
2668
|
dataview: {
|
|
2640
2669
|
content: {
|
|
2641
|
-
"class": ['bg-white
|
|
2670
|
+
"class": ['bg-white text-gray-700 border-0 p-0', 'dark:bg-gray-900 dark:text-white/80' // Dark Mode
|
|
2642
2671
|
]
|
|
2643
2672
|
},
|
|
2644
2673
|
|
|
@@ -2650,16 +2679,16 @@ var index = {
|
|
|
2650
2679
|
}
|
|
2651
2680
|
},
|
|
2652
2681
|
dataviewlayoutoptions: {
|
|
2653
|
-
listbutton: function listbutton(
|
|
2654
|
-
var props =
|
|
2682
|
+
listbutton: function listbutton(_ref127) {
|
|
2683
|
+
var props = _ref127.props;
|
|
2655
2684
|
return {
|
|
2656
2685
|
"class": ['items-center cursor-pointer inline-flex overflow-hidden relative select-none text-center align-bottom justify-center border', 'transition duration-200', 'w-12 pt-3 pb-3 rounded-lg rounded-r-none', props.modelValue === 'list' ? 'bg-blue-500 border-blue-500 text-white dark:bg-sky-300 dark:border-sky-300 dark:text-gray-900' : 'bg-white border-gray-300 text-blue-gray-700 dark:bg-gray-900 dark:border-blue-900/40 dark:text-white/80' // highlighted state
|
|
2657
2686
|
]
|
|
2658
2687
|
};
|
|
2659
2688
|
},
|
|
2660
2689
|
|
|
2661
|
-
gridbutton: function gridbutton(
|
|
2662
|
-
var props =
|
|
2690
|
+
gridbutton: function gridbutton(_ref128) {
|
|
2691
|
+
var props = _ref128.props;
|
|
2663
2692
|
return {
|
|
2664
2693
|
"class": ['items-center cursor-pointer inline-flex overflow-hidden relative select-none text-center align-bottom justify-center border', 'transition duration-200', 'w-12 pt-3 pb-3 rounded-lg rounded-l-none', props.modelValue === 'grid' ? 'bg-blue-500 border-blue-500 text-white dark:bg-sky-300 dark:border-sky-300 dark:text-gray-900' : 'bg-white border-gray-300 text-blue-gray-700 dark:bg-gray-900 dark:border-blue-900/40 dark:text-white/80' // highlighted state
|
|
2665
2694
|
]
|
|
@@ -2687,8 +2716,8 @@ var index = {
|
|
|
2687
2716
|
]
|
|
2688
2717
|
},
|
|
2689
2718
|
|
|
2690
|
-
lineleft: function lineleft(
|
|
2691
|
-
var context =
|
|
2719
|
+
lineleft: function lineleft(_ref129) {
|
|
2720
|
+
var context = _ref129.context;
|
|
2692
2721
|
return {
|
|
2693
2722
|
"class": ['text-center align-top py-0 px-3 rounded-none border-r border-gray-300', 'dark:border-blue-900/40',
|
|
2694
2723
|
//Dark Mode
|
|
@@ -2697,8 +2726,8 @@ var index = {
|
|
|
2697
2726
|
}]
|
|
2698
2727
|
};
|
|
2699
2728
|
},
|
|
2700
|
-
lineright: function lineright(
|
|
2701
|
-
var context =
|
|
2729
|
+
lineright: function lineright(_ref130) {
|
|
2730
|
+
var context = _ref130.context;
|
|
2702
2731
|
return {
|
|
2703
2732
|
"class": ['text-center align-top py-0 px-3 rounded-none', 'dark:border-blue-900/40',
|
|
2704
2733
|
//Dark Mode
|
|
@@ -2727,14 +2756,14 @@ var index = {
|
|
|
2727
2756
|
"class": 'flex flex-col justify-center p-5'
|
|
2728
2757
|
},
|
|
2729
2758
|
moveupbutton: {
|
|
2730
|
-
root: function root(
|
|
2731
|
-
var context =
|
|
2759
|
+
root: function root(_ref131) {
|
|
2760
|
+
var context = _ref131.context;
|
|
2732
2761
|
return {
|
|
2733
|
-
"class": ['relative inline-flex cursor-pointer
|
|
2762
|
+
"class": ['relative inline-flex cursor-pointer select-none items-center align-bottom text-center overflow-hidden m-0',
|
|
2734
2763
|
// button component
|
|
2735
2764
|
'text-white bg-blue-500 border border-blue-500 rounded-md', 'transition duration-200 ease-in-out', 'justify-center px-0 py-3',
|
|
2736
2765
|
// icon only
|
|
2737
|
-
'mb-2',
|
|
2766
|
+
'mb-2 w-12',
|
|
2738
2767
|
// orderlist button
|
|
2739
2768
|
'dark:bg-sky-300 dark:border-sky-300 dark:text-gray-900',
|
|
2740
2769
|
//Dark Mode
|
|
@@ -2748,14 +2777,14 @@ var index = {
|
|
|
2748
2777
|
}
|
|
2749
2778
|
},
|
|
2750
2779
|
movetopbutton: {
|
|
2751
|
-
root: function root(
|
|
2752
|
-
var context =
|
|
2780
|
+
root: function root(_ref132) {
|
|
2781
|
+
var context = _ref132.context;
|
|
2753
2782
|
return {
|
|
2754
|
-
"class": ['relative inline-flex cursor-pointer
|
|
2783
|
+
"class": ['relative inline-flex cursor-pointer select-none items-center align-bottom text-center overflow-hidden m-0',
|
|
2755
2784
|
// button component
|
|
2756
2785
|
'text-white bg-blue-500 border border-blue-500 rounded-md', 'transition duration-200 ease-in-out', 'justify-center px-0 py-3',
|
|
2757
2786
|
// icon only
|
|
2758
|
-
'mb-2',
|
|
2787
|
+
'mb-2 w-12',
|
|
2759
2788
|
// orderlist button
|
|
2760
2789
|
'dark:bg-sky-300 dark:border-sky-300 dark:text-gray-900',
|
|
2761
2790
|
//Dark Mode
|
|
@@ -2769,14 +2798,14 @@ var index = {
|
|
|
2769
2798
|
}
|
|
2770
2799
|
},
|
|
2771
2800
|
movedownbutton: {
|
|
2772
|
-
root: function root(
|
|
2773
|
-
var context =
|
|
2801
|
+
root: function root(_ref133) {
|
|
2802
|
+
var context = _ref133.context;
|
|
2774
2803
|
return {
|
|
2775
|
-
"class": ['relative inline-flex cursor-pointer
|
|
2804
|
+
"class": ['relative inline-flex cursor-pointer select-none items-center align-bottom text-center overflow-hidden m-0',
|
|
2776
2805
|
// button component
|
|
2777
2806
|
'text-white bg-blue-500 border border-blue-500 rounded-md', 'transition duration-200 ease-in-out', 'justify-center px-0 py-3',
|
|
2778
2807
|
// icon only
|
|
2779
|
-
'mb-2',
|
|
2808
|
+
'mb-2 w-12',
|
|
2780
2809
|
// orderlist button
|
|
2781
2810
|
'dark:bg-sky-300 dark:border-sky-300 dark:text-gray-900',
|
|
2782
2811
|
//Dark Mode
|
|
@@ -2790,14 +2819,14 @@ var index = {
|
|
|
2790
2819
|
}
|
|
2791
2820
|
},
|
|
2792
2821
|
movebottombutton: {
|
|
2793
|
-
root: function root(
|
|
2794
|
-
var context =
|
|
2822
|
+
root: function root(_ref134) {
|
|
2823
|
+
var context = _ref134.context;
|
|
2795
2824
|
return {
|
|
2796
|
-
"class": ['relative inline-flex cursor-pointer
|
|
2825
|
+
"class": ['relative inline-flex cursor-pointer select-none items-center align-bottom text-center overflow-hidden m-0',
|
|
2797
2826
|
// button component
|
|
2798
2827
|
'text-white bg-blue-500 border border-blue-500 rounded-md', 'transition duration-200 ease-in-out', 'justify-center px-0 py-3',
|
|
2799
2828
|
// icon only
|
|
2800
|
-
'mb-2',
|
|
2829
|
+
'mb-2 w-12',
|
|
2801
2830
|
// orderlist button
|
|
2802
2831
|
'dark:bg-sky-300 dark:border-sky-300 dark:text-gray-900',
|
|
2803
2832
|
//Dark Mode
|
|
@@ -2823,8 +2852,8 @@ var index = {
|
|
|
2823
2852
|
]
|
|
2824
2853
|
},
|
|
2825
2854
|
|
|
2826
|
-
item: function item(
|
|
2827
|
-
var context =
|
|
2855
|
+
item: function item(_ref135) {
|
|
2856
|
+
var context = _ref135.context;
|
|
2828
2857
|
return {
|
|
2829
2858
|
"class": ['relative cursor-pointer overflow-hidden', 'py-3 px-5 m-0 border-none text-gray-600 dark:text-white/80', 'transition duration-200', {
|
|
2830
2859
|
'text-blue-700 bg-blue-500/20 dark:bg-blue-300/20': context.active && !context.focused,
|
|
@@ -2842,14 +2871,14 @@ var index = {
|
|
|
2842
2871
|
"class": 'flex flex-col justify-center p-5'
|
|
2843
2872
|
},
|
|
2844
2873
|
sourcemoveupbutton: {
|
|
2845
|
-
root: function root(
|
|
2846
|
-
var context =
|
|
2874
|
+
root: function root(_ref136) {
|
|
2875
|
+
var context = _ref136.context;
|
|
2847
2876
|
return {
|
|
2848
|
-
"class": ['relative inline-flex cursor-pointer
|
|
2877
|
+
"class": ['relative inline-flex cursor-pointer select-none items-center align-bottom text-center overflow-hidden m-0',
|
|
2849
2878
|
// button component
|
|
2850
2879
|
'text-white bg-blue-500 border border-blue-500 rounded-md', 'transition duration-200 ease-in-out', 'justify-center px-0 py-3',
|
|
2851
2880
|
// icon only
|
|
2852
|
-
'mb-2',
|
|
2881
|
+
'mb-2 w-12',
|
|
2853
2882
|
// orderlist button
|
|
2854
2883
|
'dark:bg-sky-300 dark:border-sky-300 dark:text-gray-900',
|
|
2855
2884
|
//Dark Mode
|
|
@@ -2863,14 +2892,14 @@ var index = {
|
|
|
2863
2892
|
}
|
|
2864
2893
|
},
|
|
2865
2894
|
sourcemovetopbutton: {
|
|
2866
|
-
root: function root(
|
|
2867
|
-
var context =
|
|
2895
|
+
root: function root(_ref137) {
|
|
2896
|
+
var context = _ref137.context;
|
|
2868
2897
|
return {
|
|
2869
|
-
"class": ['relative inline-flex cursor-pointer
|
|
2898
|
+
"class": ['relative inline-flex cursor-pointer select-none items-center align-bottom text-center overflow-hidden m-0',
|
|
2870
2899
|
// button component
|
|
2871
2900
|
'text-white bg-blue-500 border border-blue-500 rounded-md', 'transition duration-200 ease-in-out', 'justify-center px-0 py-3',
|
|
2872
2901
|
// icon only
|
|
2873
|
-
'mb-2',
|
|
2902
|
+
'mb-2 w-12',
|
|
2874
2903
|
// orderlist button
|
|
2875
2904
|
'dark:bg-sky-300 dark:border-sky-300 dark:text-gray-900',
|
|
2876
2905
|
//Dark Mode
|
|
@@ -2884,14 +2913,14 @@ var index = {
|
|
|
2884
2913
|
}
|
|
2885
2914
|
},
|
|
2886
2915
|
sourcemovedownbutton: {
|
|
2887
|
-
root: function root(
|
|
2888
|
-
var context =
|
|
2916
|
+
root: function root(_ref138) {
|
|
2917
|
+
var context = _ref138.context;
|
|
2889
2918
|
return {
|
|
2890
|
-
"class": ['relative inline-flex cursor-pointer
|
|
2919
|
+
"class": ['relative inline-flex cursor-pointer select-none items-center align-bottom text-center overflow-hidden m-0',
|
|
2891
2920
|
// button component
|
|
2892
2921
|
'text-white bg-blue-500 border border-blue-500 rounded-md', 'transition duration-200 ease-in-out', 'justify-center px-0 py-3',
|
|
2893
2922
|
// icon only
|
|
2894
|
-
'mb-2',
|
|
2923
|
+
'mb-2 w-12',
|
|
2895
2924
|
// orderlist button
|
|
2896
2925
|
'dark:bg-sky-300 dark:border-sky-300 dark:text-gray-900',
|
|
2897
2926
|
//Dark Mode
|
|
@@ -2905,14 +2934,14 @@ var index = {
|
|
|
2905
2934
|
}
|
|
2906
2935
|
},
|
|
2907
2936
|
sourcemovebottombutton: {
|
|
2908
|
-
root: function root(
|
|
2909
|
-
var context =
|
|
2937
|
+
root: function root(_ref139) {
|
|
2938
|
+
var context = _ref139.context;
|
|
2910
2939
|
return {
|
|
2911
|
-
"class": ['relative inline-flex cursor-pointer
|
|
2940
|
+
"class": ['relative inline-flex cursor-pointer select-none items-center align-bottom text-center overflow-hidden m-0',
|
|
2912
2941
|
// button component
|
|
2913
2942
|
'text-white bg-blue-500 border border-blue-500 rounded-md', 'transition duration-200 ease-in-out', 'justify-center px-0 py-3',
|
|
2914
2943
|
// icon only
|
|
2915
|
-
'mb-2',
|
|
2944
|
+
'mb-2 w-12',
|
|
2916
2945
|
// orderlist button
|
|
2917
2946
|
'dark:bg-sky-300 dark:border-sky-300 dark:text-gray-900',
|
|
2918
2947
|
//Dark Mode
|
|
@@ -2938,8 +2967,8 @@ var index = {
|
|
|
2938
2967
|
]
|
|
2939
2968
|
},
|
|
2940
2969
|
|
|
2941
|
-
item: function item(
|
|
2942
|
-
var context =
|
|
2970
|
+
item: function item(_ref140) {
|
|
2971
|
+
var context = _ref140.context;
|
|
2943
2972
|
return {
|
|
2944
2973
|
"class": ['relative cursor-pointer overflow-hidden', 'py-3 px-5 m-0 border-none text-gray-600 dark:text-white/80', 'transition duration-200', {
|
|
2945
2974
|
'text-blue-700 bg-blue-500/20 dark:bg-blue-300/20': context.active && !context.focused,
|
|
@@ -2952,14 +2981,14 @@ var index = {
|
|
|
2952
2981
|
"class": 'flex flex-col justify-center p-5'
|
|
2953
2982
|
},
|
|
2954
2983
|
movetotargetbutton: {
|
|
2955
|
-
root: function root(
|
|
2956
|
-
var context =
|
|
2984
|
+
root: function root(_ref141) {
|
|
2985
|
+
var context = _ref141.context;
|
|
2957
2986
|
return {
|
|
2958
|
-
"class": ['relative inline-flex cursor-pointer
|
|
2987
|
+
"class": ['relative inline-flex cursor-pointer select-none items-center align-bottom text-center overflow-hidden m-0',
|
|
2959
2988
|
// button component
|
|
2960
2989
|
'text-white bg-blue-500 border border-blue-500 rounded-md', 'transition duration-200 ease-in-out', 'justify-center px-0 py-3',
|
|
2961
2990
|
// icon only
|
|
2962
|
-
'mb-2',
|
|
2991
|
+
'mb-2 w-12',
|
|
2963
2992
|
// orderlist button
|
|
2964
2993
|
'dark:bg-sky-300 dark:border-sky-300 dark:text-gray-900',
|
|
2965
2994
|
//Dark Mode
|
|
@@ -2973,14 +3002,14 @@ var index = {
|
|
|
2973
3002
|
}
|
|
2974
3003
|
},
|
|
2975
3004
|
movealltotargetbutton: {
|
|
2976
|
-
root: function root(
|
|
2977
|
-
var context =
|
|
3005
|
+
root: function root(_ref142) {
|
|
3006
|
+
var context = _ref142.context;
|
|
2978
3007
|
return {
|
|
2979
|
-
"class": ['relative inline-flex cursor-pointer
|
|
3008
|
+
"class": ['relative inline-flex cursor-pointer select-none items-center align-bottom text-center overflow-hidden m-0',
|
|
2980
3009
|
// button component
|
|
2981
3010
|
'text-white bg-blue-500 border border-blue-500 rounded-md', 'transition duration-200 ease-in-out', 'justify-center px-0 py-3',
|
|
2982
3011
|
// icon only
|
|
2983
|
-
'mb-2',
|
|
3012
|
+
'mb-2 w-12',
|
|
2984
3013
|
// orderlist button
|
|
2985
3014
|
'dark:bg-sky-300 dark:border-sky-300 dark:text-gray-900',
|
|
2986
3015
|
//Dark Mode
|
|
@@ -2994,14 +3023,14 @@ var index = {
|
|
|
2994
3023
|
}
|
|
2995
3024
|
},
|
|
2996
3025
|
movetosourcebutton: {
|
|
2997
|
-
root: function root(
|
|
2998
|
-
var context =
|
|
3026
|
+
root: function root(_ref143) {
|
|
3027
|
+
var context = _ref143.context;
|
|
2999
3028
|
return {
|
|
3000
|
-
"class": ['relative inline-flex cursor-pointer
|
|
3029
|
+
"class": ['relative inline-flex cursor-pointer select-none items-center align-bottom text-center overflow-hidden m-0',
|
|
3001
3030
|
// button component
|
|
3002
3031
|
'text-white bg-blue-500 border border-blue-500 rounded-md', 'transition duration-200 ease-in-out', 'justify-center px-0 py-3',
|
|
3003
3032
|
// icon only
|
|
3004
|
-
'mb-2',
|
|
3033
|
+
'mb-2 w-12',
|
|
3005
3034
|
// orderlist button
|
|
3006
3035
|
'dark:bg-sky-300 dark:border-sky-300 dark:text-gray-900',
|
|
3007
3036
|
//Dark Mode
|
|
@@ -3015,14 +3044,14 @@ var index = {
|
|
|
3015
3044
|
}
|
|
3016
3045
|
},
|
|
3017
3046
|
movealltosourcebutton: {
|
|
3018
|
-
root: function root(
|
|
3019
|
-
var context =
|
|
3047
|
+
root: function root(_ref144) {
|
|
3048
|
+
var context = _ref144.context;
|
|
3020
3049
|
return {
|
|
3021
|
-
"class": ['relative inline-flex cursor-pointer
|
|
3050
|
+
"class": ['relative inline-flex cursor-pointer select-none items-center align-bottom text-center overflow-hidden m-0',
|
|
3022
3051
|
// button component
|
|
3023
3052
|
'text-white bg-blue-500 border border-blue-500 rounded-md', 'transition duration-200 ease-in-out', 'justify-center px-0 py-3',
|
|
3024
3053
|
// icon only
|
|
3025
|
-
'mb-2',
|
|
3054
|
+
'mb-2 w-12',
|
|
3026
3055
|
// orderlist button
|
|
3027
3056
|
'dark:bg-sky-300 dark:border-sky-300 dark:text-gray-900',
|
|
3028
3057
|
//Dark Mode
|
|
@@ -3039,14 +3068,14 @@ var index = {
|
|
|
3039
3068
|
"class": 'flex flex-col justify-center p-5'
|
|
3040
3069
|
},
|
|
3041
3070
|
targetmoveupbutton: {
|
|
3042
|
-
root: function root(
|
|
3043
|
-
var context =
|
|
3071
|
+
root: function root(_ref145) {
|
|
3072
|
+
var context = _ref145.context;
|
|
3044
3073
|
return {
|
|
3045
|
-
"class": ['relative inline-flex cursor-pointer
|
|
3074
|
+
"class": ['relative inline-flex cursor-pointer select-none items-center align-bottom text-center overflow-hidden m-0',
|
|
3046
3075
|
// button component
|
|
3047
3076
|
'text-white bg-blue-500 border border-blue-500 rounded-md', 'transition duration-200 ease-in-out', 'justify-center px-0 py-3',
|
|
3048
3077
|
// icon only
|
|
3049
|
-
'mb-2',
|
|
3078
|
+
'mb-2 w-12',
|
|
3050
3079
|
// orderlist button
|
|
3051
3080
|
'dark:bg-sky-300 dark:border-sky-300 dark:text-gray-900',
|
|
3052
3081
|
//Dark Mode
|
|
@@ -3060,14 +3089,14 @@ var index = {
|
|
|
3060
3089
|
}
|
|
3061
3090
|
},
|
|
3062
3091
|
targetmovetopbutton: {
|
|
3063
|
-
root: function root(
|
|
3064
|
-
var context =
|
|
3092
|
+
root: function root(_ref146) {
|
|
3093
|
+
var context = _ref146.context;
|
|
3065
3094
|
return {
|
|
3066
|
-
"class": ['relative inline-flex cursor-pointer
|
|
3095
|
+
"class": ['relative inline-flex cursor-pointer select-none items-center align-bottom text-center overflow-hidden m-0',
|
|
3067
3096
|
// button component
|
|
3068
3097
|
'text-white bg-blue-500 border border-blue-500 rounded-md', 'transition duration-200 ease-in-out', 'justify-center px-0 py-3',
|
|
3069
3098
|
// icon only
|
|
3070
|
-
'mb-2',
|
|
3099
|
+
'mb-2 w-12',
|
|
3071
3100
|
// orderlist button
|
|
3072
3101
|
'dark:bg-sky-300 dark:border-sky-300 dark:text-gray-900',
|
|
3073
3102
|
//Dark Mode
|
|
@@ -3081,14 +3110,14 @@ var index = {
|
|
|
3081
3110
|
}
|
|
3082
3111
|
},
|
|
3083
3112
|
targetmovedownbutton: {
|
|
3084
|
-
root: function root(
|
|
3085
|
-
var context =
|
|
3113
|
+
root: function root(_ref147) {
|
|
3114
|
+
var context = _ref147.context;
|
|
3086
3115
|
return {
|
|
3087
|
-
"class": ['relative inline-flex cursor-pointer
|
|
3116
|
+
"class": ['relative inline-flex cursor-pointer select-none items-center align-bottom text-center overflow-hidden m-0',
|
|
3088
3117
|
// button component
|
|
3089
3118
|
'text-white bg-blue-500 border border-blue-500 rounded-md', 'transition duration-200 ease-in-out', 'justify-center px-0 py-3',
|
|
3090
3119
|
// icon only
|
|
3091
|
-
'mb-2',
|
|
3120
|
+
'mb-2 w-12',
|
|
3092
3121
|
// orderlist button
|
|
3093
3122
|
'dark:bg-sky-300 dark:border-sky-300 dark:text-gray-900',
|
|
3094
3123
|
//Dark Mode
|
|
@@ -3102,14 +3131,14 @@ var index = {
|
|
|
3102
3131
|
}
|
|
3103
3132
|
},
|
|
3104
3133
|
targetmovebottombutton: {
|
|
3105
|
-
root: function root(
|
|
3106
|
-
var context =
|
|
3134
|
+
root: function root(_ref148) {
|
|
3135
|
+
var context = _ref148.context;
|
|
3107
3136
|
return {
|
|
3108
|
-
"class": ['relative inline-flex cursor-pointer
|
|
3137
|
+
"class": ['relative inline-flex cursor-pointer select-none items-center align-bottom text-center overflow-hidden m-0',
|
|
3109
3138
|
// button component
|
|
3110
3139
|
'text-white bg-blue-500 border border-blue-500 rounded-md', 'transition duration-200 ease-in-out', 'justify-center px-0 py-3',
|
|
3111
3140
|
// icon only
|
|
3112
|
-
'mb-2',
|
|
3141
|
+
'mb-2 w-12',
|
|
3113
3142
|
// orderlist button
|
|
3114
3143
|
'dark:bg-sky-300 dark:border-sky-300 dark:text-gray-900',
|
|
3115
3144
|
//Dark Mode
|
|
@@ -3148,10 +3177,10 @@ var index = {
|
|
|
3148
3177
|
]
|
|
3149
3178
|
},
|
|
3150
3179
|
|
|
3151
|
-
firstpagebutton: function firstpagebutton(
|
|
3152
|
-
var context =
|
|
3180
|
+
firstpagebutton: function firstpagebutton(_ref149) {
|
|
3181
|
+
var context = _ref149.context;
|
|
3153
3182
|
return {
|
|
3154
|
-
"class": ['relative inline-flex items-center justify-center
|
|
3183
|
+
"class": ['relative inline-flex items-center justify-center select-none overflow-hidden leading-none', 'border-0 text-gray-500 min-w-[3rem] h-12 m-[0.143rem] rounded-md', 'transition duration-200', 'dark:text-white',
|
|
3155
3184
|
//Dark Mode
|
|
3156
3185
|
{
|
|
3157
3186
|
'cursor-default pointer-events-none opacity-60': context.disabled,
|
|
@@ -3160,10 +3189,10 @@ var index = {
|
|
|
3160
3189
|
};
|
|
3161
3190
|
},
|
|
3162
3191
|
|
|
3163
|
-
previouspagebutton: function previouspagebutton(
|
|
3164
|
-
var context =
|
|
3192
|
+
previouspagebutton: function previouspagebutton(_ref150) {
|
|
3193
|
+
var context = _ref150.context;
|
|
3165
3194
|
return {
|
|
3166
|
-
"class": ['relative inline-flex items-center justify-center
|
|
3195
|
+
"class": ['relative inline-flex items-center justify-center select-none overflow-hidden leading-none', 'border-0 text-gray-500 min-w-[3rem] h-12 m-[0.143rem] rounded-md', 'transition duration-200', 'dark:text-white',
|
|
3167
3196
|
//Dark Mode
|
|
3168
3197
|
{
|
|
3169
3198
|
'cursor-default pointer-events-none opacity-60': context.disabled,
|
|
@@ -3172,10 +3201,10 @@ var index = {
|
|
|
3172
3201
|
};
|
|
3173
3202
|
},
|
|
3174
3203
|
|
|
3175
|
-
nextpagebutton: function nextpagebutton(
|
|
3176
|
-
var context =
|
|
3204
|
+
nextpagebutton: function nextpagebutton(_ref151) {
|
|
3205
|
+
var context = _ref151.context;
|
|
3177
3206
|
return {
|
|
3178
|
-
"class": ['relative inline-flex items-center justify-center
|
|
3207
|
+
"class": ['relative inline-flex items-center justify-center select-none overflow-hidden leading-none', 'border-0 text-gray-500 min-w-[3rem] h-12 m-[0.143rem] rounded-md', 'transition duration-200', 'dark:text-white',
|
|
3179
3208
|
//Dark Mode
|
|
3180
3209
|
{
|
|
3181
3210
|
'cursor-default pointer-events-none opacity-60': context.disabled,
|
|
@@ -3184,10 +3213,10 @@ var index = {
|
|
|
3184
3213
|
};
|
|
3185
3214
|
},
|
|
3186
3215
|
|
|
3187
|
-
lastpagebutton: function lastpagebutton(
|
|
3188
|
-
var context =
|
|
3216
|
+
lastpagebutton: function lastpagebutton(_ref152) {
|
|
3217
|
+
var context = _ref152.context;
|
|
3189
3218
|
return {
|
|
3190
|
-
"class": ['relative inline-flex items-center justify-center
|
|
3219
|
+
"class": ['relative inline-flex items-center justify-center select-none overflow-hidden leading-none', 'border-0 text-gray-500 min-w-[3rem] h-12 m-[0.143rem] rounded-md', 'transition duration-200', 'dark:text-white',
|
|
3191
3220
|
//Dark Mode
|
|
3192
3221
|
{
|
|
3193
3222
|
'cursor-default pointer-events-none opacity-60': context.disabled,
|
|
@@ -3196,10 +3225,10 @@ var index = {
|
|
|
3196
3225
|
};
|
|
3197
3226
|
},
|
|
3198
3227
|
|
|
3199
|
-
pagebutton: function pagebutton(
|
|
3200
|
-
var context =
|
|
3228
|
+
pagebutton: function pagebutton(_ref153) {
|
|
3229
|
+
var context = _ref153.context;
|
|
3201
3230
|
return {
|
|
3202
|
-
"class": ['relative inline-flex items-center justify-center
|
|
3231
|
+
"class": ['relative inline-flex items-center justify-center select-none overflow-hidden leading-none', 'border-0 text-gray-500 min-w-[3rem] h-12 m-[0.143rem] rounded-md', 'transition duration-200', 'dark:border-blue-300 dark:text-white',
|
|
3203
3232
|
// Dark Mode
|
|
3204
3233
|
'focus:outline-none focus:outline-offset-0 focus:shadow-[0_0_0_0.2rem_rgba(191,219,254,1)]',
|
|
3205
3234
|
// Focus
|
|
@@ -3209,9 +3238,9 @@ var index = {
|
|
|
3209
3238
|
};
|
|
3210
3239
|
},
|
|
3211
3240
|
rowperpagedropdown: {
|
|
3212
|
-
root: function root(
|
|
3213
|
-
var props =
|
|
3214
|
-
state =
|
|
3241
|
+
root: function root(_ref154) {
|
|
3242
|
+
var props = _ref154.props,
|
|
3243
|
+
state = _ref154.state;
|
|
3215
3244
|
return {
|
|
3216
3245
|
"class": ['inline-flex relative cursor-pointer user-none', 'bg-white border rounded-md', 'transition duration-200', 'h-12 mx-2', 'dark:bg-gray-950 dark:border-blue-900/40',
|
|
3217
3246
|
//DarkMode
|
|
@@ -3225,7 +3254,7 @@ var index = {
|
|
|
3225
3254
|
},
|
|
3226
3255
|
|
|
3227
3256
|
input: {
|
|
3228
|
-
"class": ['font-sans text-base text-gray-600 p-3 m-0 rounded-md
|
|
3257
|
+
"class": ['font-sans text-base text-gray-600 p-3 m-0 rounded-md appearance-none', 'block whitespace-nowrap overflow-hidden flex-auto w-[1%] cursor-pointer text-ellipsis border-0 pr-0', 'focus:outline-none focus:outline-offset-0', 'dark:text-white' //Dark Mode
|
|
3229
3258
|
]
|
|
3230
3259
|
},
|
|
3231
3260
|
|
|
@@ -3243,10 +3272,10 @@ var index = {
|
|
|
3243
3272
|
list: {
|
|
3244
3273
|
"class": 'm-0 p-0 py-3 list-none'
|
|
3245
3274
|
},
|
|
3246
|
-
item: function item(
|
|
3247
|
-
var context =
|
|
3275
|
+
item: function item(_ref155) {
|
|
3276
|
+
var context = _ref155.context;
|
|
3248
3277
|
return {
|
|
3249
|
-
"class": ['relative font-normal cursor-pointer
|
|
3278
|
+
"class": ['relative font-normal cursor-pointer whitespace-nowrap overflow-hidden', 'm-0 py-3 px-5 border-none text-gray-600 rounded-none', 'transition duration-200', 'dark:text-white/80',
|
|
3250
3279
|
// Dark Mode
|
|
3251
3280
|
{
|
|
3252
3281
|
'text-blue-700 bg-blue-50 dark:text-white/80 dark:bg-blue-300': !context.focused && context.selected,
|
|
@@ -3261,15 +3290,15 @@ var index = {
|
|
|
3261
3290
|
"class": 'inline-flex mx-2'
|
|
3262
3291
|
},
|
|
3263
3292
|
input: {
|
|
3264
|
-
"class": ['font-sans text-base text-gray-600 p-3 m-0 rounded-md
|
|
3293
|
+
"class": ['font-sans text-base text-gray-600 p-3 m-0 rounded-md appearance-none', 'block whitespace-nowrap overflow-hidden flex-auto w-[1%] cursor-pointer text-ellipsis border border-gray-300 pr-0', 'focus:outline-none focus:outline-offset-0 focus:shadow-[0_0_0_0.2rem_rgba(191,219,254,1)] focus:border-blue-300', 'dark:text-white dark:bg-gray-950 dark:border-blue-900/40',
|
|
3265
3294
|
//Dark Mode
|
|
3266
3295
|
'm-0 flex-auto max-w-[3rem]']
|
|
3267
3296
|
}
|
|
3268
3297
|
},
|
|
3269
3298
|
jumptopagedropdown: {
|
|
3270
|
-
root: function root(
|
|
3271
|
-
var props =
|
|
3272
|
-
state =
|
|
3299
|
+
root: function root(_ref156) {
|
|
3300
|
+
var props = _ref156.props,
|
|
3301
|
+
state = _ref156.state;
|
|
3273
3302
|
return {
|
|
3274
3303
|
"class": ['inline-flex relative cursor-pointer user-none', 'bg-white border rounded-md', 'transition duration-200', 'h-12 mx-2', 'dark:bg-gray-950 dark:border-blue-900/40',
|
|
3275
3304
|
//DarkMode
|
|
@@ -3283,7 +3312,7 @@ var index = {
|
|
|
3283
3312
|
},
|
|
3284
3313
|
|
|
3285
3314
|
input: {
|
|
3286
|
-
"class": ['font-sans text-base text-gray-600 p-3 m-0 rounded-md
|
|
3315
|
+
"class": ['font-sans text-base text-gray-600 p-3 m-0 rounded-md appearance-none', 'block whitespace-nowrap overflow-hidden flex-auto w-[1%] cursor-pointer text-ellipsis border-0 pr-0', 'focus:outline-none focus:outline-offset-0', 'dark:text-white' //Dark Mode
|
|
3287
3316
|
]
|
|
3288
3317
|
},
|
|
3289
3318
|
|
|
@@ -3301,10 +3330,10 @@ var index = {
|
|
|
3301
3330
|
list: {
|
|
3302
3331
|
"class": 'm-0 p-0 py-3 list-none'
|
|
3303
3332
|
},
|
|
3304
|
-
item: function item(
|
|
3305
|
-
var context =
|
|
3333
|
+
item: function item(_ref157) {
|
|
3334
|
+
var context = _ref157.context;
|
|
3306
3335
|
return {
|
|
3307
|
-
"class": ['relative font-normal cursor-pointer
|
|
3336
|
+
"class": ['relative font-normal cursor-pointer whitespace-nowrap overflow-hidden', 'm-0 py-3 px-5 border-none text-gray-600 rounded-none', 'transition duration-200', 'dark:text-white/80',
|
|
3308
3337
|
// Dark Mode
|
|
3309
3338
|
{
|
|
3310
3339
|
'text-blue-700 bg-blue-50 dark:text-white/80 dark:bg-blue-300': !context.focused && context.selected,
|
|
@@ -3316,8 +3345,8 @@ var index = {
|
|
|
3316
3345
|
}
|
|
3317
3346
|
},
|
|
3318
3347
|
treetable: {
|
|
3319
|
-
root: function root(
|
|
3320
|
-
var props =
|
|
3348
|
+
root: function root(_ref158) {
|
|
3349
|
+
var props = _ref158.props;
|
|
3321
3350
|
return {
|
|
3322
3351
|
"class": ['relative', {
|
|
3323
3352
|
'flex flex-col h-full': props.scrollHeight === 'flex'
|
|
@@ -3337,8 +3366,8 @@ var index = {
|
|
|
3337
3366
|
]
|
|
3338
3367
|
},
|
|
3339
3368
|
|
|
3340
|
-
wrapper: function wrapper(
|
|
3341
|
-
var props =
|
|
3369
|
+
wrapper: function wrapper(_ref159) {
|
|
3370
|
+
var props = _ref159.props;
|
|
3342
3371
|
return {
|
|
3343
3372
|
"class": [{
|
|
3344
3373
|
'relative overflow-auto': props.scrollable,
|
|
@@ -3354,40 +3383,40 @@ var index = {
|
|
|
3354
3383
|
table: {
|
|
3355
3384
|
"class": 'border-collapse table-fixed w-full'
|
|
3356
3385
|
},
|
|
3357
|
-
thead: function thead(
|
|
3358
|
-
var props =
|
|
3386
|
+
thead: function thead(_ref160) {
|
|
3387
|
+
var props = _ref160.props;
|
|
3359
3388
|
return {
|
|
3360
3389
|
"class": [{
|
|
3361
3390
|
'block sticky top-0 z-[1]': props.scrollable
|
|
3362
3391
|
}]
|
|
3363
3392
|
};
|
|
3364
3393
|
},
|
|
3365
|
-
tbody: function tbody(
|
|
3366
|
-
var props =
|
|
3394
|
+
tbody: function tbody(_ref161) {
|
|
3395
|
+
var props = _ref161.props;
|
|
3367
3396
|
return {
|
|
3368
3397
|
"class": [{
|
|
3369
3398
|
block: props.scrollable
|
|
3370
3399
|
}]
|
|
3371
3400
|
};
|
|
3372
3401
|
},
|
|
3373
|
-
tfoot: function tfoot(
|
|
3374
|
-
var props =
|
|
3402
|
+
tfoot: function tfoot(_ref162) {
|
|
3403
|
+
var props = _ref162.props;
|
|
3375
3404
|
return {
|
|
3376
3405
|
"class": [{
|
|
3377
3406
|
block: props.scrollable
|
|
3378
3407
|
}]
|
|
3379
3408
|
};
|
|
3380
3409
|
},
|
|
3381
|
-
headerrow: function headerrow(
|
|
3382
|
-
var props =
|
|
3410
|
+
headerrow: function headerrow(_ref163) {
|
|
3411
|
+
var props = _ref163.props;
|
|
3383
3412
|
return {
|
|
3384
3413
|
"class": [{
|
|
3385
3414
|
'flex flex-nowrap w-full': props.scrollable
|
|
3386
3415
|
}]
|
|
3387
3416
|
};
|
|
3388
3417
|
},
|
|
3389
|
-
row: function row(
|
|
3390
|
-
var context =
|
|
3418
|
+
row: function row(_ref164) {
|
|
3419
|
+
var context = _ref164.context;
|
|
3391
3420
|
return {
|
|
3392
3421
|
"class": ['transition duration-200', 'focus:outline focus:outline-[0.15rem] focus:outline-blue-200 focus:outline-offset-[-0.15rem]',
|
|
3393
3422
|
// Focus
|
|
@@ -3399,8 +3428,8 @@ var index = {
|
|
|
3399
3428
|
};
|
|
3400
3429
|
},
|
|
3401
3430
|
column: {
|
|
3402
|
-
headercell: function headercell(
|
|
3403
|
-
var context =
|
|
3431
|
+
headercell: function headercell(_ref165) {
|
|
3432
|
+
var context = _ref165.context;
|
|
3404
3433
|
return {
|
|
3405
3434
|
"class": ['text-left border-gray-300 border font-bold', 'transition duration-200', context.sorted ? 'bg-blue-50 text-blue-700' : 'bg-slate-50', (context === null || context === void 0 ? void 0 : context.size) === 'small' ? 'p-2' : (context === null || context === void 0 ? void 0 : context.size) === 'large' ? 'p-5' : 'p-4',
|
|
3406
3435
|
// Size
|
|
@@ -3415,8 +3444,8 @@ var index = {
|
|
|
3415
3444
|
}]
|
|
3416
3445
|
};
|
|
3417
3446
|
},
|
|
3418
|
-
bodycell: function bodycell(
|
|
3419
|
-
var context =
|
|
3447
|
+
bodycell: function bodycell(_ref166) {
|
|
3448
|
+
var context = _ref166.context;
|
|
3420
3449
|
return {
|
|
3421
3450
|
"class": ['text-left border-gray-300 border', 'transition duration-200', (context === null || context === void 0 ? void 0 : context.size) === 'small' ? 'p-2' : (context === null || context === void 0 ? void 0 : context.size) === 'large' ? 'p-5' : 'p-4',
|
|
3422
3451
|
// Size
|
|
@@ -3431,16 +3460,19 @@ var index = {
|
|
|
3431
3460
|
}]
|
|
3432
3461
|
};
|
|
3433
3462
|
},
|
|
3434
|
-
rowtoggler: function rowtoggler(
|
|
3435
|
-
var context =
|
|
3463
|
+
rowtoggler: function rowtoggler(_ref167) {
|
|
3464
|
+
var context = _ref167.context;
|
|
3436
3465
|
return {
|
|
3437
|
-
"class": ['relative inline-flex items-center justify-center
|
|
3466
|
+
"class": ['relative inline-flex items-center justify-center cursor-pointer select-none overflow-hidden bg-transparent', 'w-8 h-8 border-0 rounded mr-0.5', context.selected ? 'text-blue-700' : 'text-gray-500', 'dark:text-white/70' //Dark Mode
|
|
3438
3467
|
]
|
|
3439
3468
|
};
|
|
3440
3469
|
},
|
|
3441
3470
|
|
|
3442
|
-
|
|
3443
|
-
|
|
3471
|
+
sort: {
|
|
3472
|
+
"class": 'inline-block align-middle'
|
|
3473
|
+
},
|
|
3474
|
+
sorticon: function sorticon(_ref168) {
|
|
3475
|
+
var context = _ref168.context;
|
|
3444
3476
|
return {
|
|
3445
3477
|
"class": ['ml-2', context.sorted ? 'text-blue-700 dark:text-white/80' : 'text-slate-700 dark:text-white/70']
|
|
3446
3478
|
};
|
|
@@ -3456,16 +3488,16 @@ var index = {
|
|
|
3456
3488
|
checkboxwrapper: {
|
|
3457
3489
|
"class": ['cursor-pointer inline-flex relative select-none align-bottom', 'w-6 h-6 mr-2']
|
|
3458
3490
|
},
|
|
3459
|
-
checkbox: function checkbox(
|
|
3460
|
-
var context =
|
|
3491
|
+
checkbox: function checkbox(_ref169) {
|
|
3492
|
+
var context = _ref169.context;
|
|
3461
3493
|
return {
|
|
3462
3494
|
"class": ['flex items-center justify-center', 'border-2 w-6 h-6 text-gray-600 rounded-lg transition-colors duration-200', context.checked ? 'border-blue-500 bg-blue-500 dark:border-blue-400 dark:bg-blue-400' : 'border-gray-300 bg-white dark:border-blue-900/40 dark:bg-gray-900', {
|
|
3463
3495
|
'hover:border-blue-500 dark:hover:border-blue-400 focus:outline-none focus:outline-offset-0 focus:shadow-[0_0_0_0.2rem_rgba(191,219,254,1)] dark:focus:shadow-[inset_0_0_0_0.2rem_rgba(147,197,253,0.5)]': !context.disabled
|
|
3464
3496
|
}]
|
|
3465
3497
|
};
|
|
3466
3498
|
},
|
|
3467
|
-
checkboxicon: function checkboxicon(
|
|
3468
|
-
var context =
|
|
3499
|
+
checkboxicon: function checkboxicon(_ref170) {
|
|
3500
|
+
var context = _ref170.context;
|
|
3469
3501
|
return {
|
|
3470
3502
|
"class": ['w-4 h-4 transition-all duration-200 text-base dark:text-gray-900', {
|
|
3471
3503
|
'text-white': context.checked
|
|
@@ -3478,8 +3510,8 @@ var index = {
|
|
|
3478
3510
|
}
|
|
3479
3511
|
},
|
|
3480
3512
|
datatable: {
|
|
3481
|
-
root: function root(
|
|
3482
|
-
var props =
|
|
3513
|
+
root: function root(_ref171) {
|
|
3514
|
+
var props = _ref171.props;
|
|
3483
3515
|
return {
|
|
3484
3516
|
"class": ['relative', {
|
|
3485
3517
|
'flex flex-col h-full': props.scrollable && props.scrollHeight === 'flex'
|
|
@@ -3494,8 +3526,8 @@ var index = {
|
|
|
3494
3526
|
loadingicon: {
|
|
3495
3527
|
"class": 'w-8 h-8'
|
|
3496
3528
|
},
|
|
3497
|
-
wrapper: function wrapper(
|
|
3498
|
-
var props =
|
|
3529
|
+
wrapper: function wrapper(_ref172) {
|
|
3530
|
+
var props = _ref172.props;
|
|
3499
3531
|
return {
|
|
3500
3532
|
"class": [{
|
|
3501
3533
|
relative: props.scrollable,
|
|
@@ -3503,8 +3535,8 @@ var index = {
|
|
|
3503
3535
|
}]
|
|
3504
3536
|
};
|
|
3505
3537
|
},
|
|
3506
|
-
header: function header(
|
|
3507
|
-
var props =
|
|
3538
|
+
header: function header(_ref173) {
|
|
3539
|
+
var props = _ref173.props;
|
|
3508
3540
|
return {
|
|
3509
3541
|
"class": ['bg-slate-50 text-slate-700 border-gray-300 font-bold p-4', 'dark:border-blue-900/40 dark:text-white/80 dark:bg-gray-900',
|
|
3510
3542
|
// Dark Mode
|
|
@@ -3514,25 +3546,25 @@ var index = {
|
|
|
3514
3546
|
table: {
|
|
3515
3547
|
"class": 'w-full border-spacing-0'
|
|
3516
3548
|
},
|
|
3517
|
-
thead: function thead(
|
|
3518
|
-
var context =
|
|
3549
|
+
thead: function thead(_ref174) {
|
|
3550
|
+
var context = _ref174.context;
|
|
3519
3551
|
return {
|
|
3520
3552
|
"class": [{
|
|
3521
3553
|
'bg-slate-50 top-0 z-[1]': context.scrollable
|
|
3522
3554
|
}]
|
|
3523
3555
|
};
|
|
3524
3556
|
},
|
|
3525
|
-
tbody: function tbody(
|
|
3526
|
-
var instance =
|
|
3527
|
-
context =
|
|
3557
|
+
tbody: function tbody(_ref175) {
|
|
3558
|
+
var instance = _ref175.instance,
|
|
3559
|
+
context = _ref175.context;
|
|
3528
3560
|
return {
|
|
3529
3561
|
"class": [{
|
|
3530
3562
|
'sticky z-[1]': instance.frozenRow && context.scrollable
|
|
3531
3563
|
}]
|
|
3532
3564
|
};
|
|
3533
3565
|
},
|
|
3534
|
-
tfoot: function tfoot(
|
|
3535
|
-
var context =
|
|
3566
|
+
tfoot: function tfoot(_ref176) {
|
|
3567
|
+
var context = _ref176.context;
|
|
3536
3568
|
return {
|
|
3537
3569
|
"class": [{
|
|
3538
3570
|
'bg-slate-50 bottom-0 z-[1]': context.scrollable
|
|
@@ -3545,9 +3577,9 @@ var index = {
|
|
|
3545
3577
|
},
|
|
3546
3578
|
|
|
3547
3579
|
column: {
|
|
3548
|
-
headercell: function headercell(
|
|
3549
|
-
var context =
|
|
3550
|
-
|
|
3580
|
+
headercell: function headercell(_ref177) {
|
|
3581
|
+
var context = _ref177.context;
|
|
3582
|
+
_ref177.props;
|
|
3551
3583
|
return {
|
|
3552
3584
|
"class": ['text-left border-0 border-b border-solid border-gray-300 dark:border-blue-900/40 font-bold', 'transition duration-200', (context === null || context === void 0 ? void 0 : context.size) === 'small' ? 'p-2' : (context === null || context === void 0 ? void 0 : context.size) === 'large' ? 'p-5' : 'p-4',
|
|
3553
3585
|
// Size
|
|
@@ -3556,10 +3588,10 @@ var index = {
|
|
|
3556
3588
|
context.sorted ? 'dark:text-white/80 dark:bg-blue-300' : 'dark:text-white/80 dark:bg-gray-900',
|
|
3557
3589
|
// Dark Mode
|
|
3558
3590
|
{
|
|
3559
|
-
'sticky z-[1]':
|
|
3591
|
+
'sticky z-[1]': context.frozen || context.frozen === '',
|
|
3560
3592
|
// Frozen Columns
|
|
3561
3593
|
'border-x border-y': context === null || context === void 0 ? void 0 : context.showGridlines,
|
|
3562
|
-
'overflow-hidden
|
|
3594
|
+
'overflow-hidden whitespace-nowrap border-y relative bg-clip-padding': context.resizable // Resizable
|
|
3563
3595
|
}]
|
|
3564
3596
|
};
|
|
3565
3597
|
},
|
|
@@ -3567,9 +3599,9 @@ var index = {
|
|
|
3567
3599
|
headercontent: {
|
|
3568
3600
|
"class": 'flex items-center'
|
|
3569
3601
|
},
|
|
3570
|
-
bodycell: function bodycell(
|
|
3571
|
-
var props =
|
|
3572
|
-
context =
|
|
3602
|
+
bodycell: function bodycell(_ref178) {
|
|
3603
|
+
var props = _ref178.props,
|
|
3604
|
+
context = _ref178.context;
|
|
3573
3605
|
return {
|
|
3574
3606
|
"class": ['text-left border-0 border-b border-solid border-gray-300', (context === null || context === void 0 ? void 0 : context.size) === 'small' ? 'p-2' : (context === null || context === void 0 ? void 0 : context.size) === 'large' ? 'p-5' : 'p-4',
|
|
3575
3607
|
// Size
|
|
@@ -3582,8 +3614,8 @@ var index = {
|
|
|
3582
3614
|
}]
|
|
3583
3615
|
};
|
|
3584
3616
|
},
|
|
3585
|
-
footercell: function footercell(
|
|
3586
|
-
var context =
|
|
3617
|
+
footercell: function footercell(_ref179) {
|
|
3618
|
+
var context = _ref179.context;
|
|
3587
3619
|
return {
|
|
3588
3620
|
"class": ['text-left border-0 border-b border-solid border-gray-300 font-bold', 'bg-slate-50 text-slate-700', 'transition duration-200', (context === null || context === void 0 ? void 0 : context.size) === 'small' ? 'p-2' : (context === null || context === void 0 ? void 0 : context.size) === 'large' ? 'p-5' : 'p-4',
|
|
3589
3621
|
// Size
|
|
@@ -3594,8 +3626,8 @@ var index = {
|
|
|
3594
3626
|
}]
|
|
3595
3627
|
};
|
|
3596
3628
|
},
|
|
3597
|
-
sorticon: function sorticon(
|
|
3598
|
-
var context =
|
|
3629
|
+
sorticon: function sorticon(_ref180) {
|
|
3630
|
+
var context = _ref180.context;
|
|
3599
3631
|
return {
|
|
3600
3632
|
"class": ['ml-2', context.sorted ? 'text-blue-700 dark:text-white/80' : 'text-slate-700 dark:text-white/70']
|
|
3601
3633
|
};
|
|
@@ -3621,8 +3653,8 @@ var index = {
|
|
|
3621
3653
|
filterrowitems: {
|
|
3622
3654
|
"class": 'm-0 p-0 py-3 list-none'
|
|
3623
3655
|
},
|
|
3624
|
-
filterrowitem: function filterrowitem(
|
|
3625
|
-
var context =
|
|
3656
|
+
filterrowitem: function filterrowitem(_ref181) {
|
|
3657
|
+
var context = _ref181.context;
|
|
3626
3658
|
return {
|
|
3627
3659
|
"class": ['m-0 py-3 px-5 bg-transparent', 'transition duration-200', context !== null && context !== void 0 && context.highlighted ? 'text-blue-700 bg-blue-100 dark:text-white/80 dark:bg-blue-300' : 'text-gray-600 bg-transparent dark:text-white/80 dark:bg-transparent']
|
|
3628
3660
|
};
|
|
@@ -3675,8 +3707,8 @@ var index = {
|
|
|
3675
3707
|
"class": 'w-auto min-[0px]:text-sm px-4 py-3'
|
|
3676
3708
|
}
|
|
3677
3709
|
},
|
|
3678
|
-
filtermenubutton: function filtermenubutton(
|
|
3679
|
-
var context =
|
|
3710
|
+
filtermenubutton: function filtermenubutton(_ref182) {
|
|
3711
|
+
var context = _ref182.context;
|
|
3680
3712
|
return {
|
|
3681
3713
|
"class": ['inline-flex justify-center items-center cursor-pointer no-underline overflow-hidden relative ml-2', 'w-8 h-8 rounded-[50%]', 'transition duration-200', 'hover:text-slate-700 hover:bg-gray-300/20',
|
|
3682
3714
|
// Hover
|
|
@@ -3689,8 +3721,8 @@ var index = {
|
|
|
3689
3721
|
}]
|
|
3690
3722
|
};
|
|
3691
3723
|
},
|
|
3692
|
-
headerfilterclearbutton: function headerfilterclearbutton(
|
|
3693
|
-
var context =
|
|
3724
|
+
headerfilterclearbutton: function headerfilterclearbutton(_ref183) {
|
|
3725
|
+
var context = _ref183.context;
|
|
3694
3726
|
return {
|
|
3695
3727
|
"class": ['inline-flex justify-center items-center cursor-pointer no-underline overflow-hidden relative', 'text-left bg-transparent m-0 p-0 border-none select-none ml-2', {
|
|
3696
3728
|
invisible: !context.hidden
|
|
@@ -3733,8 +3765,8 @@ var index = {
|
|
|
3733
3765
|
radiobuttonwrapper: {
|
|
3734
3766
|
"class": ['relative inline-flex cursor-pointer select-none align-bottom', 'w-6 h-6']
|
|
3735
3767
|
},
|
|
3736
|
-
radiobutton: function radiobutton(
|
|
3737
|
-
var context =
|
|
3768
|
+
radiobutton: function radiobutton(_ref184) {
|
|
3769
|
+
var context = _ref184.context;
|
|
3738
3770
|
return {
|
|
3739
3771
|
"class": ['flex justify-center items-center', 'border-2 w-6 h-6 text-gray-700 rounded-full transition duration-200 ease-in-out', context.checked ? 'border-blue-500 bg-blue-500 dark:border-blue-400 dark:bg-blue-400' : 'border-gray-300 bg-white dark:border-blue-900/40 dark:bg-gray-900', {
|
|
3740
3772
|
'hover:border-blue-500 dark:hover:border-blue-400 focus:outline-none focus:outline-offset-0 focus:shadow-[0_0_0_0.2rem_rgba(191,219,254,1)] dark:focus:shadow-[inset_0_0_0_0.2rem_rgba(147,197,253,0.5)]': !context.disabled,
|
|
@@ -3742,8 +3774,8 @@ var index = {
|
|
|
3742
3774
|
}]
|
|
3743
3775
|
};
|
|
3744
3776
|
},
|
|
3745
|
-
radiobuttonicon: function radiobuttonicon(
|
|
3746
|
-
var context =
|
|
3777
|
+
radiobuttonicon: function radiobuttonicon(_ref185) {
|
|
3778
|
+
var context = _ref185.context;
|
|
3747
3779
|
return {
|
|
3748
3780
|
"class": ['transform rounded-full', 'block w-3 h-3 transition duration-200 bg-white dark:bg-gray-900', {
|
|
3749
3781
|
'backface-hidden scale-10 invisible': context.checked === false,
|
|
@@ -3754,8 +3786,8 @@ var index = {
|
|
|
3754
3786
|
headercheckboxwrapper: {
|
|
3755
3787
|
"class": ['cursor-pointer inline-flex relative select-none align-bottom', 'w-6 h-6']
|
|
3756
3788
|
},
|
|
3757
|
-
headercheckbox: function headercheckbox(
|
|
3758
|
-
var context =
|
|
3789
|
+
headercheckbox: function headercheckbox(_ref186) {
|
|
3790
|
+
var context = _ref186.context;
|
|
3759
3791
|
return {
|
|
3760
3792
|
"class": ['flex items-center justify-center', 'border-2 w-6 h-6 text-gray-600 rounded-lg transition-colors duration-200', context.checked ? 'border-blue-500 bg-blue-500 dark:border-blue-400 dark:bg-blue-400' : 'border-gray-300 bg-white dark:border-blue-900/40 dark:bg-gray-900', {
|
|
3761
3793
|
'hover:border-blue-500 dark:hover:border-blue-400 focus:outline-none focus:outline-offset-0 focus:shadow-[0_0_0_0.2rem_rgba(191,219,254,1)] dark:focus:shadow-[inset_0_0_0_0.2rem_rgba(147,197,253,0.5)]': !context.disabled,
|
|
@@ -3769,8 +3801,8 @@ var index = {
|
|
|
3769
3801
|
checkboxwrapper: {
|
|
3770
3802
|
"class": ['cursor-pointer inline-flex relative select-none align-bottom', 'w-6 h-6']
|
|
3771
3803
|
},
|
|
3772
|
-
checkbox: function checkbox(
|
|
3773
|
-
var context =
|
|
3804
|
+
checkbox: function checkbox(_ref187) {
|
|
3805
|
+
var context = _ref187.context;
|
|
3774
3806
|
return {
|
|
3775
3807
|
"class": ['flex items-center justify-center', 'border-2 w-6 h-6 text-gray-600 rounded-lg transition-colors duration-200', context.checked ? 'border-blue-500 bg-blue-500 dark:border-blue-400 dark:bg-blue-400' : 'border-gray-300 bg-white dark:border-blue-900/40 dark:bg-gray-900', {
|
|
3776
3808
|
'hover:border-blue-500 dark:hover:border-blue-400 focus:outline-none focus:outline-offset-0 focus:shadow-[0_0_0_0.2rem_rgba(191,219,254,1)] dark:focus:shadow-[inset_0_0_0_0.2rem_rgba(147,197,253,0.5)]': !context.disabled,
|
|
@@ -3783,8 +3815,8 @@ var index = {
|
|
|
3783
3815
|
},
|
|
3784
3816
|
transition: TRANSITIONS.overlay
|
|
3785
3817
|
},
|
|
3786
|
-
bodyrow: function bodyrow(
|
|
3787
|
-
var context =
|
|
3818
|
+
bodyrow: function bodyrow(_ref188) {
|
|
3819
|
+
var context = _ref188.context;
|
|
3788
3820
|
return {
|
|
3789
3821
|
"class": [context.selected ? 'bg-blue-50 text-blue-700 dark:bg-blue-300' : 'bg-white text-gray-600 dark:bg-gray-900', context.stripedRows ? context.index % 2 === 0 ? 'bg-white text-gray-600 dark:bg-gray-900' : 'bg-blue-100/50 text-gray-600 dark:bg-gray-950' : '', 'transition duration-200', 'focus:outline focus:outline-[0.15rem] focus:outline-blue-200 focus:outline-offset-[-0.15rem]',
|
|
3790
3822
|
// Focus
|