primevue 3.31.0 → 3.32.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/accordion/Accordion.d.ts +5 -5
- package/accordion/Accordion.vue +1 -1
- package/accordion/accordion.cjs.js +3 -3
- package/accordion/accordion.cjs.min.js +1 -1
- package/accordion/accordion.esm.js +3 -3
- package/accordion/accordion.esm.min.js +1 -1
- package/accordion/accordion.js +3 -3
- package/accordion/accordion.min.js +1 -1
- package/accordiontab/AccordionTab.d.ts +18 -12
- package/autocomplete/AutoComplete.d.ts +34 -23
- package/autocomplete/AutoComplete.vue +3 -3
- package/autocomplete/BaseAutoComplete.vue +4 -0
- package/autocomplete/autocomplete.cjs.js +9 -5
- package/autocomplete/autocomplete.cjs.min.js +1 -1
- package/autocomplete/autocomplete.esm.js +9 -5
- package/autocomplete/autocomplete.esm.min.js +1 -1
- package/autocomplete/autocomplete.js +9 -5
- package/autocomplete/autocomplete.min.js +1 -1
- package/avatar/Avatar.d.ts +7 -7
- package/avatar/Avatar.vue +2 -2
- package/avatar/avatar.cjs.js +2 -2
- package/avatar/avatar.cjs.min.js +1 -1
- package/avatar/avatar.esm.js +2 -2
- package/avatar/avatar.esm.min.js +1 -1
- package/avatar/avatar.js +2 -2
- package/avatar/avatar.min.js +1 -1
- package/avatargroup/AvatarGroup.d.ts +3 -3
- package/badge/Badge.d.ts +3 -3
- package/badgedirective/BadgeDirective.d.ts +45 -4
- package/badgedirective/badgedirective.cjs.js +11 -1
- package/badgedirective/badgedirective.cjs.min.js +1 -1
- package/badgedirective/badgedirective.esm.js +11 -1
- package/badgedirective/badgedirective.esm.min.js +1 -1
- package/badgedirective/badgedirective.js +11 -1
- package/badgedirective/badgedirective.min.js +1 -1
- package/basecomponent/BaseComponent.vue +51 -25
- package/basecomponent/basecomponent.cjs.js +66 -42
- package/basecomponent/basecomponent.cjs.min.js +1 -1
- package/basecomponent/basecomponent.esm.js +66 -42
- package/basecomponent/basecomponent.esm.min.js +1 -1
- package/basecomponent/basecomponent.js +66 -42
- package/basecomponent/basecomponent.min.js +1 -1
- package/basedirective/basedirective.cjs.js +9 -3
- package/basedirective/basedirective.cjs.min.js +1 -1
- package/basedirective/basedirective.esm.js +9 -3
- package/basedirective/basedirective.esm.min.js +1 -1
- package/basedirective/basedirective.js +9 -3
- package/basedirective/basedirective.min.js +1 -1
- package/blockui/BaseBlockUI.vue +0 -8
- package/blockui/BlockUI.d.ts +7 -3
- package/blockui/BlockUI.vue +35 -10
- package/blockui/blockui.cjs.js +34 -12
- package/blockui/blockui.cjs.min.js +1 -1
- package/blockui/blockui.esm.js +34 -12
- package/blockui/blockui.esm.min.js +1 -1
- package/blockui/blockui.js +34 -12
- package/blockui/blockui.min.js +1 -1
- package/breadcrumb/Breadcrumb.d.ts +10 -10
- package/button/Button.d.ts +8 -7
- package/button/Button.vue +4 -0
- package/button/button.cjs.js +5 -0
- package/button/button.cjs.min.js +1 -1
- package/button/button.esm.js +5 -0
- package/button/button.esm.min.js +1 -1
- package/button/button.js +5 -0
- package/button/button.min.js +1 -1
- package/calendar/Calendar.d.ts +129 -53
- package/calendar/Calendar.vue +49 -7
- package/calendar/calendar.cjs.js +72 -35
- package/calendar/calendar.cjs.min.js +1 -1
- package/calendar/calendar.esm.js +72 -35
- package/calendar/calendar.esm.min.js +1 -1
- package/calendar/calendar.js +72 -35
- package/calendar/calendar.min.js +1 -1
- package/card/Card.d.ts +9 -9
- package/carousel/Carousel.d.ts +32 -20
- package/carousel/Carousel.vue +10 -2
- package/carousel/carousel.cjs.js +11 -2
- package/carousel/carousel.cjs.min.js +1 -1
- package/carousel/carousel.esm.js +11 -2
- package/carousel/carousel.esm.min.js +1 -1
- package/carousel/carousel.js +11 -2
- package/carousel/carousel.min.js +1 -1
- package/cascadeselect/CascadeSelect.d.ts +25 -19
- package/cascadeselect/CascadeSelect.vue +1 -1
- package/cascadeselect/cascadeselect.cjs.js +3 -3
- package/cascadeselect/cascadeselect.cjs.min.js +1 -1
- package/cascadeselect/cascadeselect.esm.js +3 -3
- package/cascadeselect/cascadeselect.esm.min.js +1 -1
- package/cascadeselect/cascadeselect.js +3 -3
- package/cascadeselect/cascadeselect.min.js +1 -1
- package/chart/Chart.d.ts +5 -5
- package/checkbox/Checkbox.d.ts +8 -8
- package/chip/Chip.d.ts +7 -7
- package/chips/Chips.d.ts +10 -10
- package/colorpicker/ColorPicker.d.ts +18 -11
- package/colorpicker/ColorPicker.vue +1 -1
- package/colorpicker/colorpicker.cjs.js +3 -3
- package/colorpicker/colorpicker.cjs.min.js +1 -1
- package/colorpicker/colorpicker.esm.js +3 -3
- package/colorpicker/colorpicker.esm.min.js +1 -1
- package/colorpicker/colorpicker.js +3 -3
- package/colorpicker/colorpicker.min.js +1 -1
- package/column/Column.d.ts +58 -58
- package/columngroup/ColumnGroup.d.ts +3 -3
- package/config/PrimeVue.d.ts +8 -0
- package/config/config.cjs.js +4 -1
- package/config/config.cjs.min.js +1 -1
- package/config/config.esm.js +4 -1
- package/config/config.esm.min.js +1 -1
- package/config/config.js +4 -1
- package/config/config.min.js +1 -1
- package/confirmdialog/ConfirmDialog.d.ts +14 -14
- package/confirmpopup/ConfirmPopup.d.ts +16 -10
- package/confirmpopup/ConfirmPopup.vue +1 -1
- package/confirmpopup/confirmpopup.cjs.js +3 -3
- package/confirmpopup/confirmpopup.cjs.min.js +1 -1
- package/confirmpopup/confirmpopup.esm.js +4 -4
- package/confirmpopup/confirmpopup.esm.min.js +1 -1
- package/confirmpopup/confirmpopup.js +3 -3
- package/confirmpopup/confirmpopup.min.js +1 -1
- package/contextmenu/ContextMenu.d.ts +19 -13
- package/contextmenu/ContextMenu.vue +1 -1
- package/contextmenu/ContextMenuSub.vue +1 -1
- package/contextmenu/contextmenu.cjs.js +6 -6
- package/contextmenu/contextmenu.cjs.min.js +1 -1
- package/contextmenu/contextmenu.esm.js +7 -7
- package/contextmenu/contextmenu.esm.min.js +1 -1
- package/contextmenu/contextmenu.js +6 -6
- package/contextmenu/contextmenu.min.js +1 -1
- package/core/core.js +1958 -1326
- package/core/core.min.js +18 -16
- package/datatable/BaseDataTable.vue +1 -1
- package/datatable/BodyCell.vue +1 -0
- package/datatable/ColumnFilter.vue +1 -1
- package/datatable/DataTable.d.ts +37 -31
- package/datatable/DataTable.vue +4 -1
- package/datatable/datatable.cjs.js +10 -5
- package/datatable/datatable.cjs.min.js +1 -1
- package/datatable/datatable.esm.js +10 -5
- package/datatable/datatable.esm.min.js +1 -1
- package/datatable/datatable.js +10 -5
- package/datatable/datatable.min.js +1 -1
- package/dataview/DataView.d.ts +10 -10
- package/dataviewlayoutoptions/DataViewLayoutOptions.d.ts +7 -7
- package/deferredcontent/DeferredContent.d.ts +3 -3
- package/dialog/BaseDialog.vue +3 -7
- package/dialog/Dialog.d.ts +21 -15
- package/dialog/Dialog.vue +2 -1
- package/dialog/dialog.cjs.js +9 -6
- package/dialog/dialog.cjs.min.js +1 -1
- package/dialog/dialog.esm.js +9 -6
- package/dialog/dialog.esm.min.js +1 -1
- package/dialog/dialog.js +9 -6
- package/dialog/dialog.min.js +1 -1
- package/divider/BaseDivider.vue +9 -24
- package/divider/Divider.d.ts +4 -4
- package/divider/Divider.vue +1 -1
- package/divider/divider.cjs.js +15 -2
- package/divider/divider.cjs.min.js +1 -1
- package/divider/divider.esm.js +15 -2
- package/divider/divider.esm.min.js +1 -1
- package/divider/divider.js +15 -2
- package/divider/divider.min.js +1 -1
- package/dock/BaseDock.vue +1 -1
- package/dock/Dock.d.ts +9 -9
- package/dock/Dock.vue +19 -2
- package/dock/dock.cjs.js +10 -4
- package/dock/dock.cjs.min.js +1 -1
- package/dock/dock.esm.js +10 -4
- package/dock/dock.esm.min.js +1 -1
- package/dock/dock.js +10 -4
- package/dock/dock.min.js +1 -1
- package/dropdown/BaseDropdown.vue +5 -5
- package/dropdown/Dropdown.d.ts +34 -28
- package/dropdown/Dropdown.vue +2 -2
- package/dropdown/dropdown.cjs.js +9 -9
- package/dropdown/dropdown.cjs.min.js +1 -1
- package/dropdown/dropdown.esm.js +9 -9
- package/dropdown/dropdown.esm.min.js +1 -1
- package/dropdown/dropdown.js +9 -9
- package/dropdown/dropdown.min.js +1 -1
- package/editor/BaseEditor.vue +0 -14
- package/editor/Editor.d.ts +19 -19
- package/editor/Editor.vue +20 -20
- package/editor/editor.cjs.js +20 -34
- package/editor/editor.cjs.min.js +1 -1
- package/editor/editor.esm.js +20 -34
- package/editor/editor.esm.min.js +1 -1
- package/editor/editor.js +20 -34
- package/editor/editor.min.js +1 -1
- package/fieldset/Fieldset.d.ts +17 -11
- package/fieldset/Fieldset.vue +1 -1
- package/fieldset/fieldset.cjs.js +3 -3
- package/fieldset/fieldset.cjs.min.js +1 -1
- package/fieldset/fieldset.esm.js +3 -3
- package/fieldset/fieldset.esm.min.js +1 -1
- package/fieldset/fieldset.js +3 -3
- package/fieldset/fieldset.min.js +1 -1
- package/fileupload/FileUpload.d.ts +24 -24
- package/fileupload/FileUpload.vue +4 -4
- package/fileupload/fileupload.cjs.js +10 -4
- package/fileupload/fileupload.cjs.min.js +1 -1
- package/fileupload/fileupload.esm.js +10 -4
- package/fileupload/fileupload.esm.min.js +1 -1
- package/fileupload/fileupload.js +10 -4
- package/fileupload/fileupload.min.js +1 -1
- package/focustrap/FocusTrap.d.ts +5 -5
- package/galleria/Galleria.d.ts +53 -34
- package/galleria/Galleria.vue +1 -1
- package/galleria/GalleriaItem.vue +9 -2
- package/galleria/GalleriaThumbnails.vue +1 -0
- package/galleria/galleria.cjs.js +14 -5
- package/galleria/galleria.cjs.min.js +1 -1
- package/galleria/galleria.esm.js +14 -5
- package/galleria/galleria.esm.min.js +1 -1
- package/galleria/galleria.js +14 -5
- package/galleria/galleria.min.js +1 -1
- package/image/Image.d.ts +28 -21
- package/image/Image.vue +2 -2
- package/image/image.cjs.js +4 -3
- package/image/image.cjs.min.js +1 -1
- package/image/image.esm.js +4 -3
- package/image/image.esm.min.js +1 -1
- package/image/image.js +4 -3
- package/image/image.min.js +1 -1
- package/inlinemessage/InlineMessage.d.ts +5 -5
- package/inplace/Inplace.d.ts +8 -8
- package/inputmask/InputMask.d.ts +32 -4
- package/inputmask/InputMask.vue +9 -1
- package/inputmask/inputmask.cjs.js +9 -1
- package/inputmask/inputmask.cjs.min.js +1 -1
- package/inputmask/inputmask.esm.js +9 -1
- package/inputmask/inputmask.esm.min.js +1 -1
- package/inputmask/inputmask.js +9 -1
- package/inputmask/inputmask.min.js +1 -1
- package/inputnumber/InputNumber.d.ts +10 -10
- package/inputswitch/InputSwitch.d.ts +7 -7
- package/inputtext/InputText.d.ts +3 -3
- package/knob/Knob.d.ts +7 -7
- package/listbox/Listbox.d.ts +18 -18
- package/megamenu/MegaMenu.d.ts +18 -18
- package/megamenu/MegaMenuSub.vue +1 -0
- package/megamenu/megamenu.cjs.js +2 -1
- package/megamenu/megamenu.cjs.min.js +1 -1
- package/megamenu/megamenu.esm.js +2 -1
- package/megamenu/megamenu.esm.min.js +1 -1
- package/megamenu/megamenu.js +2 -1
- package/megamenu/megamenu.min.js +1 -1
- package/menu/Menu.d.ts +20 -14
- package/menu/Menu.vue +1 -1
- package/menu/menu.cjs.js +3 -3
- package/menu/menu.cjs.min.js +1 -1
- package/menu/menu.esm.js +3 -3
- package/menu/menu.esm.min.js +1 -1
- package/menu/menu.js +3 -3
- package/menu/menu.min.js +1 -1
- package/menubar/Menubar.d.ts +21 -17
- package/menubar/MenubarSub.vue +3 -1
- package/menubar/menubar.cjs.js +4 -2
- package/menubar/menubar.cjs.min.js +1 -1
- package/menubar/menubar.esm.js +4 -2
- package/menubar/menubar.esm.min.js +1 -1
- package/menubar/menubar.js +4 -2
- package/menubar/menubar.min.js +1 -1
- package/message/Message.d.ts +18 -12
- package/message/Message.vue +1 -1
- package/message/message.cjs.js +3 -3
- package/message/message.cjs.min.js +1 -1
- package/message/message.esm.js +4 -4
- package/message/message.esm.min.js +1 -1
- package/message/message.js +3 -3
- package/message/message.min.js +1 -1
- package/multiselect/MultiSelect.d.ts +47 -41
- package/multiselect/MultiSelect.vue +1 -1
- package/multiselect/multiselect.cjs.js +3 -3
- package/multiselect/multiselect.cjs.min.js +1 -1
- package/multiselect/multiselect.esm.js +3 -3
- package/multiselect/multiselect.esm.min.js +1 -1
- package/multiselect/multiselect.js +3 -3
- package/multiselect/multiselect.min.js +1 -1
- package/orderlist/OrderList.d.ts +24 -18
- package/orderlist/OrderList.vue +2 -1
- package/orderlist/orderlist.cjs.js +3 -1
- package/orderlist/orderlist.cjs.min.js +1 -1
- package/orderlist/orderlist.esm.js +3 -1
- package/orderlist/orderlist.esm.min.js +1 -1
- package/orderlist/orderlist.js +3 -1
- package/orderlist/orderlist.min.js +1 -1
- package/organizationchart/OrganizationChart.d.ts +15 -15
- package/overlaypanel/OverlayPanel.d.ts +13 -7
- package/overlaypanel/OverlayPanel.vue +2 -1
- package/overlaypanel/overlaypanel.cjs.js +5 -3
- package/overlaypanel/overlaypanel.cjs.min.js +1 -1
- package/overlaypanel/overlaypanel.esm.js +6 -4
- package/overlaypanel/overlaypanel.esm.min.js +1 -1
- package/overlaypanel/overlaypanel.js +5 -3
- package/overlaypanel/overlaypanel.min.js +1 -1
- package/package.json +15 -15
- package/paginator/Paginator.d.ts +20 -20
- package/paginator/Paginator.vue +2 -1
- package/paginator/paginator.cjs.js +2 -0
- package/paginator/paginator.cjs.min.js +1 -1
- package/paginator/paginator.esm.js +3 -1
- package/paginator/paginator.esm.min.js +1 -1
- package/paginator/paginator.js +2 -0
- package/paginator/paginator.min.js +1 -1
- package/panel/Panel.d.ts +19 -13
- package/panel/Panel.vue +1 -1
- package/panel/panel.cjs.js +3 -3
- package/panel/panel.cjs.min.js +1 -1
- package/panel/panel.esm.js +3 -3
- package/panel/panel.esm.min.js +1 -1
- package/panel/panel.js +3 -3
- package/panel/panel.min.js +1 -1
- package/panelmenu/PanelMenu.d.ts +27 -21
- package/panelmenu/PanelMenu.vue +1 -1
- package/panelmenu/PanelMenuSub.vue +1 -1
- package/panelmenu/panelmenu.cjs.js +6 -6
- package/panelmenu/panelmenu.cjs.min.js +1 -1
- package/panelmenu/panelmenu.esm.js +6 -6
- package/panelmenu/panelmenu.esm.min.js +1 -1
- package/panelmenu/panelmenu.js +6 -6
- package/panelmenu/panelmenu.min.js +1 -1
- package/passthrough/index.cjs.js +74 -0
- package/passthrough/index.cjs.min.js +1 -0
- package/passthrough/index.d.ts +15 -0
- package/passthrough/index.esm.js +70 -0
- package/passthrough/index.esm.min.js +1 -0
- package/passthrough/index.js +77 -0
- package/passthrough/index.min.js +1 -0
- package/passthrough/package.json +6 -0
- package/{tailwind/tailwind.cjs.js → passthrough/tailwind/index.cjs.js} +1268 -828
- package/passthrough/tailwind/index.cjs.min.js +1 -0
- package/{tailwind/Tailwind.d.ts → passthrough/tailwind/index.d.ts} +1 -1
- package/{tailwind/tailwind.esm.js → passthrough/tailwind/index.esm.js} +1265 -828
- package/passthrough/tailwind/index.esm.min.js +1 -0
- package/{tailwind/tailwind.js → passthrough/tailwind/index.js} +1273 -830
- package/passthrough/tailwind/index.min.js +1 -0
- package/passthrough/tailwind/package.json +6 -0
- package/password/Password.d.ts +25 -14
- package/password/Password.vue +2 -1
- package/password/password.cjs.js +4 -3
- package/password/password.cjs.min.js +1 -1
- package/password/password.esm.js +4 -3
- package/password/password.esm.min.js +1 -1
- package/password/password.js +4 -3
- package/password/password.min.js +1 -1
- package/picklist/PickList.d.ts +42 -36
- package/picklist/PickList.vue +3 -2
- package/picklist/picklist.cjs.js +4 -2
- package/picklist/picklist.cjs.min.js +1 -1
- package/picklist/picklist.esm.js +4 -2
- package/picklist/picklist.esm.min.js +1 -1
- package/picklist/picklist.js +4 -2
- package/picklist/picklist.min.js +1 -1
- package/progressbar/ProgressBar.d.ts +5 -5
- package/progressspinner/ProgressSpinner.d.ts +5 -5
- package/radiobutton/RadioButton.d.ts +10 -10
- package/rating/Rating.d.ts +12 -12
- package/rating/Rating.vue +3 -3
- package/rating/rating.cjs.js +3 -3
- package/rating/rating.cjs.min.js +1 -1
- package/rating/rating.esm.js +3 -3
- package/rating/rating.esm.min.js +1 -1
- package/rating/rating.js +3 -3
- package/rating/rating.min.js +1 -1
- package/resources/themes/arya-blue/theme.css +7 -0
- package/resources/themes/arya-green/theme.css +7 -0
- package/resources/themes/arya-orange/theme.css +7 -0
- package/resources/themes/arya-purple/theme.css +7 -0
- package/resources/themes/bootstrap4-dark-blue/theme.css +14 -0
- package/resources/themes/bootstrap4-dark-purple/theme.css +14 -0
- package/resources/themes/bootstrap4-light-blue/theme.css +14 -0
- package/resources/themes/bootstrap4-light-purple/theme.css +14 -0
- package/resources/themes/fluent-light/theme.css +7 -0
- package/resources/themes/lara-dark-blue/theme.css +7 -0
- package/resources/themes/lara-dark-indigo/theme.css +7 -0
- package/resources/themes/lara-dark-purple/theme.css +7 -0
- package/resources/themes/lara-dark-teal/theme.css +7 -0
- package/resources/themes/lara-light-blue/theme.css +7 -0
- package/resources/themes/lara-light-indigo/theme.css +7 -0
- package/resources/themes/lara-light-purple/theme.css +7 -0
- package/resources/themes/lara-light-teal/theme.css +7 -0
- package/resources/themes/luna-amber/theme.css +7 -0
- package/resources/themes/luna-blue/theme.css +7 -0
- package/resources/themes/luna-green/theme.css +7 -0
- package/resources/themes/luna-pink/theme.css +7 -0
- package/resources/themes/md-dark-deeppurple/theme.css +7 -0
- package/resources/themes/md-dark-indigo/theme.css +7 -0
- package/resources/themes/md-light-deeppurple/theme.css +7 -0
- package/resources/themes/md-light-indigo/theme.css +7 -0
- package/resources/themes/mdc-dark-deeppurple/theme.css +7 -0
- package/resources/themes/mdc-dark-indigo/theme.css +7 -0
- package/resources/themes/mdc-light-deeppurple/theme.css +7 -0
- package/resources/themes/mdc-light-indigo/theme.css +7 -0
- package/resources/themes/mira/theme.css +7 -0
- package/resources/themes/nano/theme.css +7 -0
- package/resources/themes/nova/theme.css +7 -0
- package/resources/themes/nova-accent/theme.css +7 -0
- package/resources/themes/nova-alt/theme.css +7 -0
- package/resources/themes/nova-vue/theme.css +7 -0
- package/resources/themes/rhea/theme.css +7 -0
- package/resources/themes/saga-blue/theme.css +7 -0
- package/resources/themes/saga-green/theme.css +7 -0
- package/resources/themes/saga-orange/theme.css +7 -0
- package/resources/themes/saga-purple/theme.css +7 -0
- package/resources/themes/soho-dark/theme.css +7 -0
- package/resources/themes/soho-light/theme.css +7 -0
- package/resources/themes/tailwind-light/theme.css +7 -0
- package/resources/themes/vela-blue/theme.css +7 -0
- package/resources/themes/vela-green/theme.css +7 -0
- package/resources/themes/vela-orange/theme.css +7 -0
- package/resources/themes/vela-purple/theme.css +7 -0
- package/resources/themes/viva-dark/theme.css +7 -0
- package/resources/themes/viva-light/theme.css +7 -0
- package/ripple/Ripple.d.ts +3 -3
- package/row/Row.d.ts +2 -2
- package/scrollpanel/ScrollPanel.d.ts +7 -7
- package/scrolltop/ScrollTop.d.ts +11 -5
- package/scrolltop/ScrollTop.vue +1 -1
- package/scrolltop/scrolltop.cjs.js +3 -3
- package/scrolltop/scrolltop.cjs.min.js +1 -1
- package/scrolltop/scrolltop.esm.js +4 -4
- package/scrolltop/scrolltop.esm.min.js +1 -1
- package/scrolltop/scrolltop.js +3 -3
- package/scrolltop/scrolltop.min.js +1 -1
- package/selectbutton/SelectButton.d.ts +5 -5
- package/sidebar/Sidebar.d.ts +16 -10
- package/sidebar/Sidebar.vue +1 -1
- package/sidebar/sidebar.cjs.js +3 -3
- package/sidebar/sidebar.cjs.min.js +1 -1
- package/sidebar/sidebar.esm.js +3 -3
- package/sidebar/sidebar.esm.min.js +1 -1
- package/sidebar/sidebar.js +3 -3
- package/sidebar/sidebar.min.js +1 -1
- package/skeleton/Skeleton.d.ts +3 -3
- package/slider/Slider.d.ts +7 -7
- package/speeddial/BaseSpeedDial.vue +12 -36
- package/speeddial/SpeedDial.d.ts +14 -9
- package/speeddial/SpeedDial.vue +5 -4
- package/speeddial/speeddial.cjs.js +44 -23
- package/speeddial/speeddial.cjs.min.js +1 -1
- package/speeddial/speeddial.esm.js +44 -23
- package/speeddial/speeddial.esm.min.js +1 -1
- package/speeddial/speeddial.js +44 -23
- package/speeddial/speeddial.min.js +1 -1
- package/splitbutton/SplitButton.d.ts +8 -8
- package/splitbutton/SplitButton.vue +22 -3
- package/splitbutton/splitbutton.cjs.js +17 -5
- package/splitbutton/splitbutton.cjs.min.js +1 -1
- package/splitbutton/splitbutton.esm.js +17 -5
- package/splitbutton/splitbutton.esm.min.js +1 -1
- package/splitbutton/splitbutton.js +17 -5
- package/splitbutton/splitbutton.min.js +1 -1
- package/splitter/Splitter.d.ts +16 -5
- package/splitter/Splitter.vue +8 -1
- package/splitter/splitter.cjs.js +9 -1
- package/splitter/splitter.cjs.min.js +1 -1
- package/splitter/splitter.esm.js +9 -1
- package/splitter/splitter.esm.min.js +1 -1
- package/splitter/splitter.js +9 -1
- package/splitter/splitter.min.js +1 -1
- package/splitterpanel/SplitterPanel.d.ts +3 -3
- package/splitterpanel/SplitterPanel.vue +1 -1
- package/splitterpanel/splitterpanel.cjs.js +1 -1
- package/splitterpanel/splitterpanel.cjs.min.js +1 -1
- package/splitterpanel/splitterpanel.esm.js +1 -1
- package/splitterpanel/splitterpanel.esm.min.js +1 -1
- package/splitterpanel/splitterpanel.js +1 -1
- package/splitterpanel/splitterpanel.min.js +1 -1
- package/steps/Steps.d.ts +8 -8
- package/styleclass/StyleClass.d.ts +2 -2
- package/tabmenu/TabMenu.d.ts +9 -9
- package/tabpanel/TabPanel.d.ts +10 -10
- package/tabview/TabView.d.ts +16 -16
- package/tag/Tag.d.ts +5 -5
- package/terminal/Terminal.d.ts +11 -11
- package/textarea/Textarea.d.ts +3 -3
- package/tieredmenu/TieredMenu.d.ts +19 -13
- package/tieredmenu/TieredMenu.vue +1 -1
- package/tieredmenu/tieredmenu.cjs.js +3 -3
- package/tieredmenu/tieredmenu.cjs.min.js +1 -1
- package/tieredmenu/tieredmenu.esm.js +3 -3
- package/tieredmenu/tieredmenu.esm.min.js +1 -1
- package/tieredmenu/tieredmenu.js +3 -3
- package/tieredmenu/tieredmenu.min.js +1 -1
- package/timeline/Timeline.d.ts +9 -9
- package/toast/BaseToast.vue +4 -0
- package/toast/Toast.d.ts +23 -17
- package/toast/Toast.vue +3 -2
- package/toast/toast.cjs.js +4 -2
- package/toast/toast.cjs.min.js +1 -1
- package/toast/toast.esm.js +5 -3
- package/toast/toast.esm.min.js +1 -1
- package/toast/toast.js +4 -2
- package/toast/toast.min.js +1 -1
- package/togglebutton/ToggleButton.d.ts +31 -9
- package/togglebutton/ToggleButton.vue +12 -3
- package/togglebutton/togglebutton.cjs.js +12 -3
- package/togglebutton/togglebutton.cjs.min.js +1 -1
- package/togglebutton/togglebutton.esm.js +12 -3
- package/togglebutton/togglebutton.esm.min.js +1 -1
- package/togglebutton/togglebutton.js +12 -3
- package/togglebutton/togglebutton.min.js +1 -1
- package/toolbar/Toolbar.d.ts +6 -6
- package/toolbar/Toolbar.vue +3 -3
- package/toolbar/toolbar.cjs.js +3 -6
- package/toolbar/toolbar.cjs.min.js +1 -1
- package/toolbar/toolbar.esm.js +3 -6
- package/toolbar/toolbar.esm.min.js +1 -1
- package/toolbar/toolbar.js +3 -6
- package/toolbar/toolbar.min.js +1 -1
- package/tooltip/Tooltip.d.ts +35 -6
- package/tooltip/tooltip.cjs.js +17 -4
- package/tooltip/tooltip.cjs.min.js +1 -1
- package/tooltip/tooltip.esm.js +17 -4
- package/tooltip/tooltip.esm.min.js +1 -1
- package/tooltip/tooltip.js +413 -400
- package/tooltip/tooltip.min.js +1 -1
- package/tree/Tree.d.ts +20 -20
- package/tree/Tree.vue +1 -0
- package/tree/tree.cjs.js +3 -2
- package/tree/tree.cjs.min.js +1 -1
- package/tree/tree.esm.js +3 -2
- package/tree/tree.esm.min.js +1 -1
- package/tree/tree.js +3 -2
- package/tree/tree.min.js +1 -1
- package/treeselect/TreeSelect.d.ts +23 -17
- package/treeselect/TreeSelect.vue +2 -2
- package/treeselect/treeselect.cjs.js +4 -4
- package/treeselect/treeselect.cjs.min.js +1 -1
- package/treeselect/treeselect.esm.js +4 -4
- package/treeselect/treeselect.esm.min.js +1 -1
- package/treeselect/treeselect.js +4 -4
- package/treeselect/treeselect.min.js +1 -1
- package/treetable/TreeTable.d.ts +21 -21
- package/treetable/TreeTable.vue +2 -1
- package/treetable/treetable.cjs.js +1 -1
- package/treetable/treetable.cjs.min.js +1 -1
- package/treetable/treetable.esm.js +1 -1
- package/treetable/treetable.esm.min.js +1 -1
- package/treetable/treetable.js +1 -1
- package/treetable/treetable.min.js +1 -1
- package/tristatecheckbox/TriStateCheckbox.d.ts +11 -11
- package/usestyle/UseStyle.d.ts +2 -1
- package/usestyle/usestyle.cjs.js +20 -7
- package/usestyle/usestyle.cjs.min.js +1 -1
- package/usestyle/usestyle.esm.js +20 -7
- package/usestyle/usestyle.esm.min.js +1 -1
- package/usestyle/usestyle.js +20 -7
- package/usestyle/usestyle.min.js +1 -1
- package/utils/Utils.d.ts +4 -0
- package/utils/utils.cjs.js +48 -8
- package/utils/utils.cjs.min.js +1 -1
- package/utils/utils.esm.js +48 -8
- package/utils/utils.esm.min.js +1 -1
- package/utils/utils.js +48 -8
- package/utils/utils.min.js +1 -1
- package/vetur-attributes.json +129 -125
- package/vetur-tags.json +1 -0
- package/virtualscroller/BaseVirtualScroller.vue +1 -1
- package/virtualscroller/VirtualScroller.d.ts +7 -7
- package/virtualscroller/virtualscroller.cjs.js +2 -1
- package/virtualscroller/virtualscroller.cjs.min.js +1 -1
- package/virtualscroller/virtualscroller.esm.js +2 -1
- package/virtualscroller/virtualscroller.esm.min.js +1 -1
- package/virtualscroller/virtualscroller.js +2 -1
- package/virtualscroller/virtualscroller.min.js +1 -1
- package/web-types.json +160 -127
- package/tailwind/package.json +0 -6
- package/tailwind/tailwind.cjs.min.js +0 -1
- package/tailwind/tailwind.esm.min.js +0 -1
- package/tailwind/tailwind.min.js +0 -1
|
@@ -2,18 +2,81 @@ function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" =
|
|
|
2
2
|
function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
3
3
|
function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return _typeof(key) === "symbol" ? key : String(key); }
|
|
4
4
|
function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (_typeof(res) !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
|
|
5
|
-
var
|
|
5
|
+
var TRANSITIONS = {
|
|
6
|
+
toggleable: {
|
|
7
|
+
enterFromClass: 'max-h-0',
|
|
8
|
+
enterActiveClass: 'overflow-hidden transition-all duration-500 ease-in-out',
|
|
9
|
+
enterToClass: 'max-h-40 ',
|
|
10
|
+
leaveFromClass: 'max-h-40',
|
|
11
|
+
leaveActiveClass: 'overflow-hidden transition-all duration-500 ease-in',
|
|
12
|
+
leaveToClass: 'max-h-0'
|
|
13
|
+
},
|
|
14
|
+
overlay: {
|
|
15
|
+
enterFromClass: 'opacity-0 scale-75',
|
|
16
|
+
enterActiveClass: 'transition-transform transition-opacity duration-150 ease-in',
|
|
17
|
+
leaveActiveClass: 'transition-opacity duration-150 ease-linear',
|
|
18
|
+
leaveToClass: 'opacity-0'
|
|
19
|
+
}
|
|
20
|
+
};
|
|
21
|
+
var index = {
|
|
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 \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
|
+
},
|
|
6
25
|
directives: {
|
|
7
26
|
ripple: {
|
|
8
27
|
root: {
|
|
9
|
-
"class": ['block absolute bg-white
|
|
28
|
+
"class": ['block absolute bg-white/50 rounded-full pointer-events-none'],
|
|
29
|
+
style: 'transform: scale(0)'
|
|
30
|
+
}
|
|
31
|
+
},
|
|
32
|
+
badge: {
|
|
33
|
+
root: function root(_ref) {
|
|
34
|
+
var context = _ref.context;
|
|
35
|
+
return {
|
|
36
|
+
"class": ['absolute top-0 right-0 transform translate-x-1/2 -translate-y-1/2 origin-top-right m-0', 'text-xs leading-6 flex items-center justify-center', 'text-center text-white font-bold', {
|
|
37
|
+
'rounded-full p-0': context.nogutter || context.dot,
|
|
38
|
+
'rounded-[10px] px-2': !context.nogutter && !context.dot,
|
|
39
|
+
'min-w-[0.5rem] w-2 h-2': context.dot,
|
|
40
|
+
'min-w-[1.5rem] h-6': !context.dot
|
|
41
|
+
}, {
|
|
42
|
+
'bg-blue-500 ': context.info || !context.info && !context.success && !context.warning && !context.danger,
|
|
43
|
+
'bg-green-500 ': context.success,
|
|
44
|
+
'bg-orange-500 ': context.warning,
|
|
45
|
+
'bg-red-500 ': context.danger
|
|
46
|
+
}]
|
|
47
|
+
};
|
|
48
|
+
}
|
|
49
|
+
},
|
|
50
|
+
tooltip: {
|
|
51
|
+
root: function root(_ref2) {
|
|
52
|
+
var context = _ref2.context;
|
|
53
|
+
return {
|
|
54
|
+
"class": ['absolute shadow-md', {
|
|
55
|
+
'py-0 px-1': (context === null || context === void 0 ? void 0 : context.right) || (context === null || context === void 0 ? void 0 : context.left) || !(context !== null && context !== void 0 && context.right) && !(context !== null && context !== void 0 && context.left) && !(context !== null && context !== void 0 && context.top) && !(context !== null && context !== void 0 && context.bottom),
|
|
56
|
+
'py-1 px-0': (context === null || context === void 0 ? void 0 : context.top) || (context === null || context === void 0 ? void 0 : context.bottom)
|
|
57
|
+
}]
|
|
58
|
+
};
|
|
59
|
+
},
|
|
60
|
+
arrow: function arrow(_ref3) {
|
|
61
|
+
var context = _ref3.context;
|
|
62
|
+
return {
|
|
63
|
+
"class": ['absolute w-0 h-0 border-transparent border-solid', {
|
|
64
|
+
'-m-t-1 border-y-[0.25rem] border-r-[0.25rem] border-l-0 border-r-gray-600': (context === null || context === void 0 ? void 0 : context.right) || !(context !== null && context !== void 0 && context.right) && !(context !== null && context !== void 0 && context.left) && !(context !== null && context !== void 0 && context.top) && !(context !== null && context !== void 0 && context.bottom),
|
|
65
|
+
'-m-t-1 border-y-[0.25rem] border-l-[0.25rem] border-r-0 border-l-gray-600': context === null || context === void 0 ? void 0 : context.left,
|
|
66
|
+
'-m-l-1 border-x-[0.25rem] border-t-[0.25rem] border-b-0 border-t-gray-600': context === null || context === void 0 ? void 0 : context.top,
|
|
67
|
+
'-m-l-1 border-x-[0.25rem] border-b-[0.25rem] border-t-0 border-b-gray-600': context === null || context === void 0 ? void 0 : context.bottom
|
|
68
|
+
}]
|
|
69
|
+
};
|
|
70
|
+
},
|
|
71
|
+
text: {
|
|
72
|
+
"class": 'p-3 bg-gray-600 text-white rounded-md whitespace-pre-line break-words'
|
|
10
73
|
}
|
|
11
74
|
}
|
|
12
75
|
},
|
|
13
76
|
//PANELS
|
|
14
77
|
panel: {
|
|
15
|
-
header: function header(
|
|
16
|
-
var props =
|
|
78
|
+
header: function header(_ref4) {
|
|
79
|
+
var props = _ref4.props;
|
|
17
80
|
return {
|
|
18
81
|
"class": ['flex items-center justify-between',
|
|
19
82
|
// flex and alignments
|
|
@@ -30,7 +93,7 @@ var Tailwind = {
|
|
|
30
93
|
},
|
|
31
94
|
|
|
32
95
|
title: {
|
|
33
|
-
"class":
|
|
96
|
+
"class": 'leading-none font-bold'
|
|
34
97
|
},
|
|
35
98
|
toggler: {
|
|
36
99
|
"class": ['inline-flex items-center justify-center overflow-hidden relative no-underline',
|
|
@@ -44,21 +107,25 @@ var Tailwind = {
|
|
|
44
107
|
},
|
|
45
108
|
|
|
46
109
|
togglerIcon: {
|
|
47
|
-
"class":
|
|
110
|
+
"class": 'inline-block'
|
|
48
111
|
},
|
|
49
112
|
content: {
|
|
50
113
|
"class": ['p-5 border border-gray-300 bg-white text-gray-700 border-t-0 last:rounded-br-lg last:rounded-bl-lg', 'dark:bg-gray-900 dark:border-blue-900/40 dark:text-white/80' // Dark mode
|
|
51
|
-
]
|
|
52
|
-
}
|
|
53
|
-
},
|
|
114
|
+
]
|
|
115
|
+
},
|
|
54
116
|
|
|
117
|
+
transition: TRANSITIONS.toggleable
|
|
118
|
+
},
|
|
55
119
|
accordion: {
|
|
56
120
|
root: {
|
|
57
|
-
"class":
|
|
121
|
+
"class": 'mb-1'
|
|
58
122
|
},
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
123
|
+
accordiontab: {
|
|
124
|
+
root: {
|
|
125
|
+
"class": 'mb-1'
|
|
126
|
+
},
|
|
127
|
+
header: function header(_ref5) {
|
|
128
|
+
var props = _ref5.props;
|
|
62
129
|
return {
|
|
63
130
|
"class": [{
|
|
64
131
|
'select-none pointer-events-none cursor-default opacity-60': props === null || props === void 0 ? void 0 : props.disabled
|
|
@@ -67,8 +134,8 @@ var Tailwind = {
|
|
|
67
134
|
};
|
|
68
135
|
},
|
|
69
136
|
|
|
70
|
-
headerAction: function headerAction(
|
|
71
|
-
var
|
|
137
|
+
headerAction: function headerAction(_ref6) {
|
|
138
|
+
var context = _ref6.context;
|
|
72
139
|
return {
|
|
73
140
|
"class": ['flex items-center cursor-pointer relative no-underline select-none',
|
|
74
141
|
// Alignments
|
|
@@ -83,26 +150,27 @@ var Tailwind = {
|
|
|
83
150
|
'focus:outline-none focus:outline-offset-0 focus:shadow-[inset_0_0_0_0.2rem_rgba(191,219,254,1)]',
|
|
84
151
|
// Focus
|
|
85
152
|
{
|
|
86
|
-
'rounded-br-md rounded-bl-md': !
|
|
87
|
-
'rounded-br-0 rounded-bl-0 text-gray-800':
|
|
153
|
+
'rounded-br-md rounded-bl-md': !context.active,
|
|
154
|
+
'rounded-br-0 rounded-bl-0 text-gray-800': context.active
|
|
88
155
|
} // Condition
|
|
89
156
|
]
|
|
90
157
|
};
|
|
91
158
|
},
|
|
92
159
|
|
|
93
160
|
headerIcon: {
|
|
94
|
-
"class":
|
|
161
|
+
"class": 'inline-block mr-2'
|
|
95
162
|
},
|
|
96
163
|
headerTitle: {
|
|
97
|
-
"class":
|
|
164
|
+
"class": 'leading-none'
|
|
98
165
|
},
|
|
99
166
|
content: {
|
|
100
167
|
"class": ['p-5 border border-gray-300 bg-white text-gray-700 border-t-0 rounded-tl-none rounded-tr-none rounded-br-lg rounded-bl-lg', 'dark:bg-gray-900 dark:border-blue-900/40 dark:text-white/80' // Dark mode
|
|
101
168
|
]
|
|
102
|
-
}
|
|
169
|
+
},
|
|
170
|
+
|
|
171
|
+
transition: TRANSITIONS.toggleable
|
|
103
172
|
}
|
|
104
173
|
},
|
|
105
|
-
|
|
106
174
|
card: {
|
|
107
175
|
root: {
|
|
108
176
|
"class": ['bg-white text-gray-700 shadow-md rounded-md',
|
|
@@ -112,9 +180,9 @@ var Tailwind = {
|
|
|
112
180
|
},
|
|
113
181
|
|
|
114
182
|
body: {
|
|
115
|
-
"class": 'p-5'
|
|
183
|
+
"class": 'p-5'
|
|
116
184
|
},
|
|
117
|
-
|
|
185
|
+
// Padding.
|
|
118
186
|
title: {
|
|
119
187
|
"class": 'text-2xl font-bold mb-2' // Font size, font weight, and margin bottom.
|
|
120
188
|
},
|
|
@@ -136,32 +204,21 @@ var Tailwind = {
|
|
|
136
204
|
},
|
|
137
205
|
|
|
138
206
|
divider: {
|
|
139
|
-
root: function root(
|
|
140
|
-
var props =
|
|
207
|
+
root: function root(_ref7) {
|
|
208
|
+
var props = _ref7.props;
|
|
141
209
|
return {
|
|
142
210
|
"class": ['flex relative',
|
|
143
211
|
// alignments.
|
|
144
212
|
{
|
|
145
213
|
'w-full my-5 mx-0 py-0 px-5 before:block before:left-0 before:absolute before:top-1/2 before:w-full before:border-t before:border-gray-300 before:dark:border-blue-900/40': props.layout == 'horizontal',
|
|
146
214
|
// Padding and borders for horizontal layout.
|
|
147
|
-
'
|
|
215
|
+
'min-h-full mx-4 md:mx-5 py-5 before:block before:min-h-full before:absolute before:left-1/2 before:top-0 before:transform before:-translate-x-1/2 before:border-l before:border-gray-300 before:dark:border-blue-900/40': props.layout == 'vertical' // Padding and borders for vertical layout.
|
|
148
216
|
}, {
|
|
149
217
|
'before:border-solid': props.type == 'solid',
|
|
150
218
|
'before:border-dotted': props.type == 'dotted',
|
|
151
219
|
'before:border-dashed': props.type == 'dashed'
|
|
152
|
-
}
|
|
153
|
-
|
|
154
|
-
{
|
|
155
|
-
'justify-center items-center': props.align == 'center' || props.align == null,
|
|
156
|
-
// Alignment condition for center or default alignment.
|
|
157
|
-
'justify-end items-center': props.align == 'right',
|
|
158
|
-
// Alignment condition for right alignment.
|
|
159
|
-
'justify-start items-center': props.align == 'left',
|
|
160
|
-
// Alignment condition for left alignment.
|
|
161
|
-
'items-start': props.align == 'top',
|
|
162
|
-
// Alignment condition for top alignment.
|
|
163
|
-
'items-end': props.align == 'bottom' // Alignment condition for bottom alignment.
|
|
164
|
-
}]
|
|
220
|
+
} // Border type condition.
|
|
221
|
+
]
|
|
165
222
|
};
|
|
166
223
|
},
|
|
167
224
|
|
|
@@ -178,8 +235,8 @@ var Tailwind = {
|
|
|
178
235
|
]
|
|
179
236
|
},
|
|
180
237
|
|
|
181
|
-
legend: function legend(
|
|
182
|
-
var props =
|
|
238
|
+
legend: function legend(_ref8) {
|
|
239
|
+
var props = _ref8.props;
|
|
183
240
|
return {
|
|
184
241
|
"class": ['border border-gray-300 text-gray-700 bg-gray-50 font-bold rounded-md', 'dark:bg-gray-900 dark:border-blue-900/40 dark:text-white/80 ',
|
|
185
242
|
//dark
|
|
@@ -189,8 +246,8 @@ var Tailwind = {
|
|
|
189
246
|
}]
|
|
190
247
|
};
|
|
191
248
|
},
|
|
192
|
-
toggler: function toggler(
|
|
193
|
-
var props =
|
|
249
|
+
toggler: function toggler(_ref9) {
|
|
250
|
+
var props = _ref9.props;
|
|
194
251
|
return {
|
|
195
252
|
"class": ['flex items-center justify-center', {
|
|
196
253
|
'p-5 text-gray-700 rounded-md transition-none cursor-pointer overflow-hidden relative select-none hover:text-gray-900 focus:focus:shadow-[inset_0_0_0_0.2rem_rgba(191,219,254,1)] dark:text-white/80 dark:hover:text-white/80 dark:hover:bg-gray-800/60 dark:focus:shadow-[inset_0_0_0_0.2rem_rgba(147,197,253,0.5)]': props.toggleable
|
|
@@ -207,28 +264,27 @@ var Tailwind = {
|
|
|
207
264
|
|
|
208
265
|
content: {
|
|
209
266
|
"class": 'p-5' // Padding.
|
|
210
|
-
}
|
|
211
|
-
},
|
|
267
|
+
},
|
|
212
268
|
|
|
269
|
+
transition: TRANSITIONS.toggleable
|
|
270
|
+
},
|
|
213
271
|
scrollpanel: {
|
|
214
272
|
wrapper: {
|
|
215
|
-
"class": 'float-left h-full
|
|
273
|
+
"class": 'overflow-hidden relative float-left h-full w-full z-[1]'
|
|
216
274
|
},
|
|
217
275
|
content: {
|
|
218
|
-
"class": 'box-border h-[calc(100
|
|
276
|
+
"class": 'box-border h-[calc(100%+18px)] overflow-scroll pr-[18px] pb-[18px] pl-0 pt-0 relative scrollbar-none w-[calc(100%+18px)] [&::-webkit-scrollbar]:hidden'
|
|
219
277
|
},
|
|
220
278
|
barX: {
|
|
221
|
-
"class": 'bg-gray-
|
|
279
|
+
"class": ['relative bg-gray-100 invisible rounded cursor-pointer h-[9px] bottom-0 z-[2]', 'transition duration-[250ms] ease-linear']
|
|
222
280
|
},
|
|
223
281
|
barY: {
|
|
224
|
-
"class": 'bg-gray-
|
|
282
|
+
"class": ['relative bg-gray-100 rounded cursor-pointer w-[9px] top-0 z-[2]', 'transition duration-[250ms] ease-linear']
|
|
225
283
|
}
|
|
226
284
|
},
|
|
227
285
|
tabview: {
|
|
228
|
-
navContainer: function navContainer(
|
|
229
|
-
var props =
|
|
230
|
-
_ref7.context;
|
|
231
|
-
_ref7.parent;
|
|
286
|
+
navContainer: function navContainer(_ref10) {
|
|
287
|
+
var props = _ref10.props;
|
|
232
288
|
return {
|
|
233
289
|
"class": ['relative',
|
|
234
290
|
// Relative positioning.
|
|
@@ -240,7 +296,7 @@ var Tailwind = {
|
|
|
240
296
|
},
|
|
241
297
|
|
|
242
298
|
navContent: {
|
|
243
|
-
"class":
|
|
299
|
+
"class": 'overflow-y-hidden overscroll-contain overscroll-auto scroll-smooth [&::-webkit-scrollbar]:hidden' // Overflow and scrollbar styles.
|
|
244
300
|
},
|
|
245
301
|
|
|
246
302
|
previousButton: {
|
|
@@ -255,19 +311,19 @@ var Tailwind = {
|
|
|
255
311
|
"class": ['flex flex-1 list-none m-0 p-0', 'bg-white border border-gray-300 border-0 border-b-2', 'dark:bg-gray-900 dark:border-blue-900/40 dark:text-white/80 '] // Flex, list, margin, padding, and border styles.
|
|
256
312
|
},
|
|
257
313
|
|
|
258
|
-
|
|
259
|
-
header: function header(
|
|
260
|
-
var
|
|
261
|
-
var tab = _ref8.tab;
|
|
314
|
+
tabpanel: {
|
|
315
|
+
header: function header(_ref11) {
|
|
316
|
+
var props = _ref11.props;
|
|
262
317
|
return {
|
|
263
318
|
"class": ['mr-0', {
|
|
264
|
-
'cursor-default pointer-events-none select-none user-select-none opacity-60':
|
|
319
|
+
'cursor-default pointer-events-none select-none user-select-none opacity-60': props === null || props === void 0 ? void 0 : props.disabled
|
|
265
320
|
}] // Margin and condition-based styles.
|
|
266
321
|
};
|
|
267
322
|
},
|
|
268
323
|
|
|
269
|
-
headerAction: function headerAction(
|
|
270
|
-
var
|
|
324
|
+
headerAction: function headerAction(_ref12) {
|
|
325
|
+
var parent = _ref12.parent,
|
|
326
|
+
context = _ref12.context;
|
|
271
327
|
return {
|
|
272
328
|
"class": ['items-center cursor-pointer flex overflow-hidden relative select-none text-decoration-none user-select-none',
|
|
273
329
|
// Flex and overflow styles.
|
|
@@ -278,9 +334,9 @@ var Tailwind = {
|
|
|
278
334
|
'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)]',
|
|
279
335
|
// Focus styles.
|
|
280
336
|
{
|
|
281
|
-
'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':
|
|
337
|
+
'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': parent.state.d_activeIndex !== context.index,
|
|
282
338
|
// Condition-based hover styles.
|
|
283
|
-
'bg-white border-blue-500 text-blue-500 dark:bg-gray-900 dark:border-blue-300 dark:text-blue-300':
|
|
339
|
+
'bg-white border-blue-500 text-blue-500 dark:bg-gray-900 dark:border-blue-300 dark:text-blue-300': parent.state.d_activeIndex === context.index // Condition-based active styles.
|
|
284
340
|
}],
|
|
285
341
|
|
|
286
342
|
style: 'margin-bottom:-2px' // Negative margin style.
|
|
@@ -298,20 +354,30 @@ var Tailwind = {
|
|
|
298
354
|
},
|
|
299
355
|
|
|
300
356
|
splitter: {
|
|
301
|
-
root: {
|
|
302
|
-
|
|
357
|
+
root: function root(_ref13) {
|
|
358
|
+
var context = _ref13.context;
|
|
359
|
+
return {
|
|
360
|
+
"class": ['bg-white dark:bg-gray-900 rounded-lg text-gray-700 dark:text-white/80', {
|
|
361
|
+
'border border-solid border-gray-300 dark:border-blue-900/40': !context.nested
|
|
362
|
+
}]
|
|
363
|
+
};
|
|
303
364
|
},
|
|
304
|
-
|
|
305
|
-
|
|
365
|
+
splitterpanel: {
|
|
366
|
+
root: {
|
|
367
|
+
"class": 'flex grow'
|
|
368
|
+
}
|
|
369
|
+
},
|
|
370
|
+
gutter: function gutter(_ref14) {
|
|
371
|
+
var props = _ref14.props;
|
|
306
372
|
return {
|
|
307
|
-
"class": ['flex items-center justify-center
|
|
373
|
+
"class": ['flex items-center justify-center shrink-0', 'transition-all duration-200 bg-gray-100 dark:bg-gray-800', {
|
|
308
374
|
'cursor-col-resize': props.layout == 'horizontal',
|
|
309
375
|
'cursor-row-resize': props.layout !== 'horizontal'
|
|
310
376
|
}]
|
|
311
377
|
};
|
|
312
378
|
},
|
|
313
|
-
gutterhandler: function gutterhandler(
|
|
314
|
-
var props =
|
|
379
|
+
gutterhandler: function gutterhandler(_ref15) {
|
|
380
|
+
var props = _ref15.props;
|
|
315
381
|
return {
|
|
316
382
|
"class": ['bg-gray-300 dark:bg-gray-600 transition-all duration-200', {
|
|
317
383
|
'h-7': props.layout == 'horizontal',
|
|
@@ -320,30 +386,23 @@ var Tailwind = {
|
|
|
320
386
|
};
|
|
321
387
|
}
|
|
322
388
|
},
|
|
323
|
-
splitterpanel: {
|
|
324
|
-
root: function root(_ref12) {
|
|
325
|
-
_ref12.props;
|
|
326
|
-
return {
|
|
327
|
-
"class": ['flex-grow', 'flex justify-center items-center']
|
|
328
|
-
};
|
|
329
|
-
}
|
|
330
|
-
},
|
|
331
389
|
dialog: {
|
|
332
|
-
root: function root(
|
|
333
|
-
|
|
334
|
-
_ref13.state;
|
|
390
|
+
root: function root(_ref16) {
|
|
391
|
+
var state = _ref16.state;
|
|
335
392
|
return {
|
|
336
|
-
"class": ['rounded-lg shadow-lg border-0', '
|
|
393
|
+
"class": ['rounded-lg shadow-lg border-0', 'max-h-90 transform scale-100', 'm-0 w-[50vw]', 'dark:border dark:border-blue-900/40', {
|
|
394
|
+
'transition-none transform-none !w-screen !h-screen !max-h-full !top-0 !left-0': state.maximized
|
|
395
|
+
}]
|
|
337
396
|
};
|
|
338
397
|
},
|
|
339
398
|
header: {
|
|
340
|
-
"class": ['flex items-center justify-between
|
|
399
|
+
"class": ['flex items-center justify-between shrink-0', 'bg-white text-gray-800 border-t-0 rounded-tl-lg rounded-tr-lg p-6', 'dark:bg-gray-900 dark:text-white/80']
|
|
341
400
|
},
|
|
342
401
|
headerTitle: {
|
|
343
|
-
"class":
|
|
402
|
+
"class": 'font-bold text-lg'
|
|
344
403
|
},
|
|
345
404
|
headerIcons: {
|
|
346
|
-
"class":
|
|
405
|
+
"class": 'flex items-center'
|
|
347
406
|
},
|
|
348
407
|
closeButton: {
|
|
349
408
|
"class": ['flex items-center justify-center overflow-hidden relative', 'w-8 h-8 text-gray-500 border-0 bg-transparent rounded-full transition duration-200 ease-in-out mr-2 last:mr-0', 'hover:text-gray-700 hover:border-transparent hover:bg-gray-200', 'focus:outline-none focus:outline-offset-0 focus:shadow-[0_0_0_0.2rem_rgba(191,219,254,1)]',
|
|
@@ -351,68 +410,90 @@ var Tailwind = {
|
|
|
351
410
|
'dark:hover:text-white/80 dark:hover:border-transparent dark:hover:bg-gray-800/80 dark:focus:shadow-[inset_0_0_0_0.2rem_rgba(147,197,253,0.5)]']
|
|
352
411
|
},
|
|
353
412
|
closeButtonIcon: {
|
|
354
|
-
"class":
|
|
413
|
+
"class": 'w-4 h-4 inline-block'
|
|
355
414
|
},
|
|
356
|
-
content: {
|
|
357
|
-
|
|
415
|
+
content: function content(_ref17) {
|
|
416
|
+
var state = _ref17.state;
|
|
417
|
+
return {
|
|
418
|
+
"class": ['overflow-y-auto', 'bg-white text-gray-700 px-6 pb-8 pt-0', 'rounded-bl-lg rounded-br-lg', 'dark:bg-gray-900 dark:text-white/80 ', {
|
|
419
|
+
grow: state.maximized
|
|
420
|
+
}]
|
|
421
|
+
};
|
|
358
422
|
},
|
|
359
423
|
footer: {
|
|
360
|
-
"class": ['
|
|
424
|
+
"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']
|
|
361
425
|
},
|
|
362
|
-
mask: {
|
|
363
|
-
|
|
426
|
+
mask: function mask(_ref18) {
|
|
427
|
+
var props = _ref18.props;
|
|
428
|
+
return {
|
|
429
|
+
"class": ['transition duration-200', {
|
|
430
|
+
'bg-black/40': props.modal
|
|
431
|
+
}]
|
|
432
|
+
};
|
|
433
|
+
},
|
|
434
|
+
transition: function transition(_ref19) {
|
|
435
|
+
var props = _ref19.props;
|
|
436
|
+
return props.position === 'top' ? {
|
|
437
|
+
enterFromClass: 'opacity-0 scale-75 translate-x-0 -translate-y-full translate-z-0',
|
|
438
|
+
enterActiveClass: 'transition-all duration-200 ease-out',
|
|
439
|
+
leaveActiveClass: 'transition-all duration-200 ease-out',
|
|
440
|
+
leaveToClass: 'opacity-0 scale-75 translate-x-0 -translate-y-full translate-z-0'
|
|
441
|
+
} : props.position === 'bottom' ? {
|
|
442
|
+
enterFromClass: 'opacity-0 scale-75 translate-y-full',
|
|
443
|
+
enterActiveClass: 'transition-all duration-200 ease-out',
|
|
444
|
+
leaveActiveClass: 'transition-all duration-200 ease-out',
|
|
445
|
+
leaveToClass: 'opacity-0 scale-75 translate-x-0 translate-y-full translate-z-0'
|
|
446
|
+
} : props.position === 'left' || props.position === 'topleft' || props.position === 'bottomleft' ? {
|
|
447
|
+
enterFromClass: 'opacity-0 scale-75 -translate-x-full translate-y-0 translate-z-0',
|
|
448
|
+
enterActiveClass: 'transition-all duration-200 ease-out',
|
|
449
|
+
leaveActiveClass: 'transition-all duration-200 ease-out',
|
|
450
|
+
leaveToClass: 'opacity-0 scale-75 -translate-x-full translate-y-0 translate-z-0'
|
|
451
|
+
} : props.position === 'right' || props.position === 'topright' || props.position === 'bottomright' ? {
|
|
452
|
+
enterFromClass: 'opacity-0 scale-75 translate-x-full translate-y-0 translate-z-0',
|
|
453
|
+
enterActiveClass: 'transition-all duration-200 ease-out',
|
|
454
|
+
leaveActiveClass: 'transition-all duration-200 ease-out',
|
|
455
|
+
leaveToClass: 'opacity-0 scale-75 opacity-0 scale-75 translate-x-full translate-y-0 translate-z-0'
|
|
456
|
+
} : {
|
|
457
|
+
enterFromClass: 'opacity-0 scale-75',
|
|
458
|
+
enterActiveClass: 'transition-all duration-200 ease-out',
|
|
459
|
+
leaveActiveClass: 'transition-all duration-200 ease-out',
|
|
460
|
+
leaveToClass: 'opacity-0 scale-75'
|
|
461
|
+
};
|
|
364
462
|
}
|
|
365
463
|
},
|
|
366
464
|
confirmpopup: {
|
|
367
|
-
root:
|
|
368
|
-
|
|
369
|
-
_ref14.state;
|
|
370
|
-
return {
|
|
371
|
-
"class": ['bg-white text-gray-700 border-0 rounded-md shadow-lg', 'z-40 transform origin-center', 'mt-10 absolute left-0 top-0 ',
|
|
372
|
-
// 'before:absolute before:bottom-0 before:left-1/2 before:transform before:-translate-x-1/2 before:w-0 before:h-0 before:border-t-[10px] before:border-l-[5px] before:border-r-[5px] before:border-transparent before:border-b-[10px] before:border-t-[0] before:border-l-[5px] before:border-r-[5px] before:border-b-[0] before:border-red-500',
|
|
373
|
-
'dark:border dark:border-blue-900/40 dark:bg-gray-900 dark:text-white/80']
|
|
374
|
-
};
|
|
465
|
+
root: {
|
|
466
|
+
"class": ['bg-white text-gray-700 border-0 rounded-md shadow-lg', 'z-40 transform origin-center', 'mt-3 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']
|
|
375
467
|
},
|
|
376
468
|
content: {
|
|
377
|
-
"class":
|
|
469
|
+
"class": 'p-5 items-center flex'
|
|
378
470
|
},
|
|
379
471
|
icon: {
|
|
380
|
-
"class":
|
|
472
|
+
"class": 'text-2xl'
|
|
381
473
|
},
|
|
382
474
|
message: {
|
|
383
|
-
"class":
|
|
475
|
+
"class": 'ml-4'
|
|
384
476
|
},
|
|
385
477
|
footer: {
|
|
386
|
-
"class":
|
|
387
|
-
}
|
|
388
|
-
|
|
389
|
-
// class: ['bg-transparent text-blue-500 border-transparent', 'text-sm px-2 py-1.5 ml-0 mr-2 w-auto', 'flex items-center cursor-pointer inline-flex overflow-hidden relative text-center select-none user-select-none align-bottom']
|
|
390
|
-
// },
|
|
391
|
-
// acceptButton: {
|
|
392
|
-
// class: ['text-white bg-blue-500 border-2 border-blue-500', 'text-sm px-2 py-1.5 ml-0 mr-2 w-auto', 'flex items-center cursor-pointer inline-flex overflow-hidden relative text-center select-none user-select-none align-bottom']
|
|
393
|
-
// }
|
|
478
|
+
"class": 'text-right px-5 py-5 pt-0'
|
|
479
|
+
},
|
|
480
|
+
transition: TRANSITIONS.overlay
|
|
394
481
|
},
|
|
395
|
-
|
|
396
482
|
overlaypanel: {
|
|
397
|
-
root:
|
|
398
|
-
|
|
399
|
-
_ref15.state;
|
|
400
|
-
return {
|
|
401
|
-
"class": ['bg-white text-gray-700 border-0 rounded-md shadow-lg', 'z-40 transform origin-center', 'mt-10 absolute left-0 top-0 ',
|
|
402
|
-
// 'before:absolute before:bottom-0 before:left-1/2 before:transform before:-translate-x-1/2 before:w-0 before:h-0 before:border-t-[10px] before:border-l-[5px] before:border-r-[5px] before:border-transparent before:border-b-[10px] before:border-t-[0] before:border-l-[5px] before:border-r-[5px] before:border-b-[0] before:border-red-500',
|
|
403
|
-
'dark:border dark:border-blue-900/40 dark:bg-gray-900 dark:text-white/80']
|
|
404
|
-
};
|
|
483
|
+
root: {
|
|
484
|
+
"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']
|
|
405
485
|
},
|
|
406
486
|
content: {
|
|
407
|
-
"class":
|
|
408
|
-
}
|
|
487
|
+
"class": 'p-5 items-center flex'
|
|
488
|
+
},
|
|
489
|
+
transition: TRANSITIONS.overlay
|
|
409
490
|
},
|
|
410
491
|
sidebar: {
|
|
411
|
-
root: function root(
|
|
412
|
-
var props =
|
|
413
|
-
_ref16.state;
|
|
492
|
+
root: function root(_ref20) {
|
|
493
|
+
var props = _ref20.props;
|
|
414
494
|
return {
|
|
415
495
|
"class": ['flex flex-col pointer-events-auto relative transform translate-x-0 translate-y-0 translate-z-0 relative transition-transform duration-300', 'bg-white text-gray-700 border-0 shadow-lg', {
|
|
496
|
+
'!transition-none !transform-none !w-screen !h-screen !max-h-full !top-0 !left-0': props.position == 'full',
|
|
416
497
|
'h-full w-80': props.position == 'left' || props.position == 'right',
|
|
417
498
|
'h-40 w-full': props.position == 'top' || props.position == 'bottom'
|
|
418
499
|
}, 'dark:border dark:border-blue-900/40 dark:bg-gray-900 dark:text-white/80']
|
|
@@ -427,20 +508,33 @@ var Tailwind = {
|
|
|
427
508
|
'dark:hover:text-white/80 dark:hover:text-white/80 dark:hover:border-transparent dark:hover:bg-gray-800/80 dark:focus:shadow-[inset_0_0_0_0.2rem_rgba(147,197,253,0.5)]']
|
|
428
509
|
},
|
|
429
510
|
closeButtonIcon: {
|
|
430
|
-
"class":
|
|
511
|
+
"class": 'w-4 h-4 inline-block'
|
|
431
512
|
},
|
|
432
513
|
content: {
|
|
433
|
-
"class": ['p-5 pt-0 h-full w-full', '
|
|
514
|
+
"class": ['p-5 pt-0 h-full w-full', 'grow overflow-y-auto']
|
|
434
515
|
},
|
|
435
|
-
mask:
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
516
|
+
mask: {
|
|
517
|
+
"class": ['flex pointer-events-auto', 'bg-black bg-opacity-40 transition duration-200 z-20 transition-colors']
|
|
518
|
+
},
|
|
519
|
+
transition: function transition(_ref21) {
|
|
520
|
+
var props = _ref21.props;
|
|
521
|
+
return props.position === 'top' ? {
|
|
522
|
+
enterFromClass: 'translate-x-0 -translate-y-full translate-z-0',
|
|
523
|
+
leaveToClass: 'translate-x-0 -translate-y-full translate-z-0'
|
|
524
|
+
} : props.position === 'bottom' ? {
|
|
525
|
+
enterFromClass: 'translate-x-0 translate-y-full translate-z-0',
|
|
526
|
+
leaveToClass: 'translate-x-0 translate-y-full translate-z-0'
|
|
527
|
+
} : props.position === 'left' ? {
|
|
528
|
+
enterFromClass: '-translate-x-full translate-y-0 translate-z-0',
|
|
529
|
+
leaveToClass: '-translate-x-full translate-y-0 translate-z-0'
|
|
530
|
+
} : props.position === 'right' ? {
|
|
531
|
+
enterFromClass: 'translate-x-full translate-y-0 translate-z-0',
|
|
532
|
+
leaveToClass: 'opacity-0 scale-75 translate-x-full translate-y-0 translate-z-0'
|
|
533
|
+
} : {
|
|
534
|
+
enterFromClass: 'opacity-0',
|
|
535
|
+
enterActiveClass: 'transition-opacity duration-400 ease-in',
|
|
536
|
+
leaveActiveClass: 'transition-opacity duration-400 ease-in',
|
|
537
|
+
leaveToClass: 'opacity-0'
|
|
444
538
|
};
|
|
445
539
|
}
|
|
446
540
|
},
|
|
@@ -449,20 +543,19 @@ var Tailwind = {
|
|
|
449
543
|
"class": ['flex items-center justify-between flex-wrap', 'bg-gray-100 dark:bg-gray-800 border border-gray-300 dark:border-blue-900/40 p-5 rounded-md gap-2']
|
|
450
544
|
},
|
|
451
545
|
start: {
|
|
452
|
-
"class":
|
|
546
|
+
"class": 'flex items-center'
|
|
453
547
|
},
|
|
454
548
|
center: {
|
|
455
|
-
"class":
|
|
549
|
+
"class": 'flex items-center'
|
|
456
550
|
},
|
|
457
551
|
end: {
|
|
458
|
-
"class":
|
|
552
|
+
"class": 'flex items-center'
|
|
459
553
|
}
|
|
460
554
|
},
|
|
461
555
|
//UPLOAD
|
|
462
|
-
|
|
463
556
|
fileupload: {
|
|
464
557
|
input: {
|
|
465
|
-
"class":
|
|
558
|
+
"class": 'hidden'
|
|
466
559
|
},
|
|
467
560
|
buttonbar: {
|
|
468
561
|
"class": ['flex flex-wrap', 'bg-gray-50 dark:bg-gray-800 p-5 border border-solid border-gray-300 dark:border-blue-900/40 text-gray-700 dark:text-white/80 rounded-tr-lg rounded-tl-lg gap-2 border-b-0']
|
|
@@ -471,36 +564,44 @@ var Tailwind = {
|
|
|
471
564
|
"class": ['text-white bg-blue-500 border border-blue-500 p-3 px-5 rounded-md text-base', 'overflow-hidden relative']
|
|
472
565
|
},
|
|
473
566
|
chooseIcon: {
|
|
474
|
-
"class":
|
|
567
|
+
"class": 'mr-2 inline-block'
|
|
475
568
|
},
|
|
476
569
|
chooseButtonLabel: {
|
|
477
|
-
"class":
|
|
570
|
+
"class": 'flex-1 font-bold'
|
|
478
571
|
},
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
572
|
+
uploadbutton: {
|
|
573
|
+
icon: {
|
|
574
|
+
"class": 'mr-2'
|
|
575
|
+
}
|
|
576
|
+
},
|
|
577
|
+
cancelbutton: {
|
|
578
|
+
icon: {
|
|
579
|
+
"class": 'mr-2'
|
|
580
|
+
}
|
|
581
|
+
},
|
|
582
|
+
content: {
|
|
583
|
+
"class": ['relative', 'bg-white dark:bg-gray-900 p-8 border border-gray-300 dark:border-blue-900/40 text-gray-700 dark:text-white/80 rounded-b-lg']
|
|
484
584
|
},
|
|
485
585
|
file: {
|
|
486
586
|
"class": ['flex items-center flex-wrap', 'p-4 border border-gray-300 dark:border-blue-900/40 rounded gap-2 mb-2', 'last:mb-0']
|
|
487
587
|
},
|
|
488
588
|
thumbnail: {
|
|
489
|
-
"class":
|
|
589
|
+
"class": 'shrink-0'
|
|
490
590
|
},
|
|
491
591
|
fileName: {
|
|
492
|
-
"class":
|
|
592
|
+
"class": 'mb-2'
|
|
493
593
|
},
|
|
494
594
|
fileSize: {
|
|
495
|
-
"class":
|
|
595
|
+
"class": 'mr-2'
|
|
596
|
+
},
|
|
597
|
+
uploadicon: {
|
|
598
|
+
"class": 'mr-2'
|
|
496
599
|
}
|
|
497
600
|
},
|
|
498
601
|
//Messages
|
|
499
|
-
|
|
500
602
|
message: {
|
|
501
|
-
root: function root(
|
|
502
|
-
var props =
|
|
503
|
-
_ref19.context;
|
|
603
|
+
root: function root(_ref22) {
|
|
604
|
+
var props = _ref22.props;
|
|
504
605
|
return {
|
|
505
606
|
"class": ['my-4 rounded-md', {
|
|
506
607
|
'bg-blue-100 border-solid border-0 border-l-4 border-blue-500 text-blue-700': props.severity == 'info',
|
|
@@ -511,22 +612,28 @@ var Tailwind = {
|
|
|
511
612
|
};
|
|
512
613
|
},
|
|
513
614
|
wrapper: {
|
|
514
|
-
"class":
|
|
615
|
+
"class": 'flex items-center py-5 px-7'
|
|
515
616
|
},
|
|
516
617
|
icon: {
|
|
517
618
|
"class": ['w-6 h-6', 'text-lg mr-2']
|
|
518
619
|
},
|
|
519
620
|
text: {
|
|
520
|
-
"class":
|
|
621
|
+
"class": 'text-base font-normal'
|
|
521
622
|
},
|
|
522
623
|
button: {
|
|
523
624
|
"class": ['w-8 h-8 rounded-full bg-transparent transition duration-200 ease-in-out', 'ml-auto overflow-hidden relative', 'flex items-center justify-center', 'hover:bg-white/30']
|
|
625
|
+
},
|
|
626
|
+
transition: {
|
|
627
|
+
enterFromClass: 'opacity-0',
|
|
628
|
+
enterActiveClass: 'transition-opacity duration-300',
|
|
629
|
+
leaveFromClass: 'max-h-40',
|
|
630
|
+
leaveActiveClass: 'overflow-hidden transition-all duration-300 ease-in',
|
|
631
|
+
leaveToClass: 'max-h-0 opacity-0 !m-0'
|
|
524
632
|
}
|
|
525
633
|
},
|
|
526
634
|
inlinemessage: {
|
|
527
|
-
root: function root(
|
|
528
|
-
var props =
|
|
529
|
-
_ref20.context;
|
|
635
|
+
root: function root(_ref23) {
|
|
636
|
+
var props = _ref23.props;
|
|
530
637
|
return {
|
|
531
638
|
"class": ['inline-flex items-center justify-center align-top', 'p-3 m-0 rounded-md', {
|
|
532
639
|
'bg-blue-100 border-0 text-blue-700': props.severity == 'info',
|
|
@@ -537,20 +644,15 @@ var Tailwind = {
|
|
|
537
644
|
};
|
|
538
645
|
},
|
|
539
646
|
icon: {
|
|
540
|
-
"class":
|
|
647
|
+
"class": 'text-base mr-2'
|
|
541
648
|
}
|
|
542
649
|
},
|
|
543
650
|
toast: {
|
|
544
|
-
root:
|
|
545
|
-
|
|
546
|
-
_ref21.context;
|
|
547
|
-
return {
|
|
548
|
-
"class": ['w-96', 'opacity-90']
|
|
549
|
-
};
|
|
651
|
+
root: {
|
|
652
|
+
"class": ['w-96', 'opacity-90']
|
|
550
653
|
},
|
|
551
|
-
container: function container(
|
|
552
|
-
var props =
|
|
553
|
-
_ref22.context;
|
|
654
|
+
container: function container(_ref24) {
|
|
655
|
+
var props = _ref24.props;
|
|
554
656
|
return {
|
|
555
657
|
"class": ['my-4 rounded-md w-full', {
|
|
556
658
|
'bg-blue-100 border-solid border-0 border-l-4 border-blue-500 text-blue-700': props.message.severity == 'info',
|
|
@@ -561,66 +663,82 @@ var Tailwind = {
|
|
|
561
663
|
};
|
|
562
664
|
},
|
|
563
665
|
content: {
|
|
564
|
-
"class":
|
|
666
|
+
"class": 'flex items-center py-5 px-7'
|
|
565
667
|
},
|
|
566
668
|
icon: {
|
|
567
669
|
"class": ['w-6 h-6', 'text-lg mr-2']
|
|
568
670
|
},
|
|
569
671
|
text: {
|
|
570
|
-
"class":
|
|
672
|
+
"class": 'text-base font-normal flex flex-col flex-1 grow shrink ml-4'
|
|
571
673
|
},
|
|
572
674
|
summary: {
|
|
573
|
-
"class":
|
|
675
|
+
"class": 'font-bold block'
|
|
574
676
|
},
|
|
575
677
|
detail: {
|
|
576
|
-
"class":
|
|
678
|
+
"class": 'mt-1 block'
|
|
577
679
|
},
|
|
578
680
|
closebutton: {
|
|
579
681
|
"class": ['w-8 h-8 rounded-full bg-transparent transition duration-200 ease-in-out', 'ml-auto overflow-hidden relative', 'flex items-center justify-center', 'hover:bg-white/30']
|
|
682
|
+
},
|
|
683
|
+
transition: {
|
|
684
|
+
enterFromClass: 'opacity-0 translate-x-0 translate-y-2/4 translate-z-0',
|
|
685
|
+
enterActiveClass: 'transition-transform transition-opacity duration-300',
|
|
686
|
+
leaveFromClass: 'max-h-40',
|
|
687
|
+
leaveActiveClass: 'transition-all duration-500 ease-in',
|
|
688
|
+
leaveToClass: 'max-h-0 opacity-0 mb-0 overflow-hidden'
|
|
580
689
|
}
|
|
581
690
|
},
|
|
582
691
|
//BUTTONS
|
|
583
692
|
button: {
|
|
584
|
-
root: function root(
|
|
585
|
-
var
|
|
586
|
-
|
|
587
|
-
_ref23.context;
|
|
693
|
+
root: function root(_ref25) {
|
|
694
|
+
var props = _ref25.props,
|
|
695
|
+
context = _ref25.context;
|
|
588
696
|
return {
|
|
589
|
-
"class": ['items-center cursor-pointer inline-flex overflow-hidden relative select-none text-center align-bottom', 'transition duration-200 ease-in-out',
|
|
590
|
-
|
|
697
|
+
"class": ['items-center cursor-pointer inline-flex overflow-hidden relative select-none text-center align-bottom h-full', 'transition duration-200 ease-in-out', 'focus:outline-none focus:outline-offset-0 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)]',
|
|
698
|
+
// Primary button focus
|
|
699
|
+
{
|
|
700
|
+
'text-white bg-blue-500 border border-blue-500 hover:bg-blue-600 hover:border-blue-600': !props.link && props.severity === null && !props.text && !props.outlined && !props.plain,
|
|
591
701
|
'text-blue-600 bg-transparent border-transparent': props.link
|
|
592
702
|
}, {
|
|
593
|
-
'text-white bg-gray-500 border border-gray-500 hover:bg-gray-600 hover:border-gray-600': props.severity
|
|
594
|
-
'text-white bg-green-500 border border-green-500 hover:bg-green-600 hover:border-green-600': props.severity
|
|
595
|
-
'text-white bg-blue-500 border border-blue-500 hover:bg-blue-600 hover:border-blue-600': props.severity
|
|
596
|
-
'text-white bg-orange-500 border border-orange-500 hover:bg-orange-600 hover:border-orange-600': props.severity
|
|
597
|
-
'text-white bg-purple-500 border border-purple-500 hover:bg-purple-600 hover:border-purple-600': props.severity
|
|
598
|
-
'text-white bg-red-500 border border-red-500 hover:bg-red-600 hover:border-red-600': props.severity
|
|
703
|
+
'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,
|
|
704
|
+
'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,
|
|
705
|
+
'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,
|
|
706
|
+
'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,
|
|
707
|
+
'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,
|
|
708
|
+
'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
|
|
599
709
|
}, {
|
|
600
710
|
'shadow-lg': props.raised
|
|
601
711
|
}, {
|
|
602
712
|
'rounded-md': !props.rounded,
|
|
603
713
|
'rounded-full': props.rounded
|
|
604
|
-
},
|
|
714
|
+
}, {
|
|
605
715
|
'bg-transparent border-transparent': props.text && !props.plain,
|
|
606
|
-
'text-blue-500 hover:bg-blue-300/20': props.text && props.severity
|
|
607
|
-
'text-gray-500 hover:bg-gray-300/20': props.text && props.severity
|
|
608
|
-
'text-green-500 hover:bg-green-300/20': props.text && props.severity
|
|
609
|
-
|
|
716
|
+
'text-blue-500 hover:bg-blue-300/20': props.text && (props.severity === null || props.severity === 'info') && !props.plain,
|
|
717
|
+
'text-gray-500 hover:bg-gray-300/20': props.text && props.severity === 'secondary' && !props.plain,
|
|
718
|
+
'text-green-500 hover:bg-green-300/20': props.text && props.severity === 'success' && !props.plain,
|
|
719
|
+
'text-orange-500 hover:bg-orange-300/20': props.text && props.severity === 'warning' && !props.plain,
|
|
720
|
+
'text-purple-500 hover:bg-purple-300/20': props.text && props.severity === 'help' && !props.plain,
|
|
721
|
+
'text-red-500 hover:bg-red-300/20': props.text && props.severity === 'danger' && !props.plain
|
|
722
|
+
}, {
|
|
610
723
|
'shadow-lg': props.raised && props.text
|
|
611
724
|
}, {
|
|
612
725
|
'text-gray-500 hover:bg-gray-300/20': props.plain & props.text,
|
|
613
726
|
'text-gray-500 border border-gray-500 hover:bg-gray-300/20': props.plain & props.outlined,
|
|
614
727
|
'text-white bg-gray-500 border border-gray-500 hover:bg-gray-600 hover:border-gray-600': props.plain & !props.outlined & !props.text
|
|
615
|
-
},
|
|
728
|
+
}, {
|
|
616
729
|
'bg-transparent border': props.outlined && !props.plain,
|
|
617
|
-
'text-blue-500 border border-blue-500 hover:bg-blue-300/20': props.outlined && props.severity
|
|
618
|
-
'text-gray-500 border border-gray-500 hover:bg-gray-300/20': props.outlined && props.severity
|
|
619
|
-
'text-green-500 border border-green-500 hover:bg-green-300/20': props.outlined && props.severity
|
|
620
|
-
|
|
621
|
-
'
|
|
622
|
-
'text-
|
|
623
|
-
|
|
730
|
+
'text-blue-500 border border-blue-500 hover:bg-blue-300/20': props.outlined && (props.severity === null || props.severity === 'info') && !props.plain,
|
|
731
|
+
'text-gray-500 border border-gray-500 hover:bg-gray-300/20': props.outlined && props.severity === 'secondary' && !props.plain,
|
|
732
|
+
'text-green-500 border border-green-500 hover:bg-green-300/20': props.outlined && props.severity === 'success' && !props.plain,
|
|
733
|
+
'text-orange-500 border border-orange-500 hover:bg-orange-300/20': props.outlined && props.severity === 'warning' && !props.plain,
|
|
734
|
+
'text-purple-500 border border-purple-500 hover:bg-purple-300/20': props.outlined && props.severity === 'help' && !props.plain,
|
|
735
|
+
'text-red-500 border border-red-500 hover:bg-red-300/20': props.outlined && props.severity === 'danger' && !props.plain
|
|
736
|
+
}, {
|
|
737
|
+
'px-4 py-3 text-base': props.size === null,
|
|
738
|
+
'text-xs py-2 px-3': props.size === 'small',
|
|
739
|
+
'text-xl py-3 px-4': props.size === 'large'
|
|
740
|
+
}, {
|
|
741
|
+
'opacity-60 pointer-events-none cursor-default': context.disabled
|
|
624
742
|
}]
|
|
625
743
|
};
|
|
626
744
|
},
|
|
@@ -647,77 +765,99 @@ var Tailwind = {
|
|
|
647
765
|
var props = _ref28.props;
|
|
648
766
|
return {
|
|
649
767
|
"class": [{
|
|
650
|
-
'ml-2 w-4 h-4 leading-none': props.badge
|
|
768
|
+
'ml-2 w-4 h-4 leading-none flex items-center justify-center': props.badge
|
|
651
769
|
}]
|
|
652
770
|
};
|
|
653
771
|
}
|
|
654
772
|
},
|
|
655
773
|
speeddial: {
|
|
656
|
-
root:
|
|
657
|
-
|
|
658
|
-
_ref29.state;
|
|
659
|
-
return {
|
|
660
|
-
"class": ['absolute flex', {
|
|
661
|
-
'items-center flex-col-reverse': props.direction == 'up',
|
|
662
|
-
'items-center flex-col': props.direction == 'down',
|
|
663
|
-
'justify-center flex-row-reverse': props.direction == 'left',
|
|
664
|
-
'justify-center flex-row': props.direction == 'right'
|
|
665
|
-
}]
|
|
666
|
-
};
|
|
774
|
+
root: {
|
|
775
|
+
"class": 'absolute flex'
|
|
667
776
|
},
|
|
668
777
|
button: {
|
|
669
|
-
root: {
|
|
670
|
-
|
|
778
|
+
root: function root(_ref29) {
|
|
779
|
+
var parent = _ref29.parent;
|
|
780
|
+
return {
|
|
781
|
+
"class": ['w-16 !h-16 !rounded-full justify-center z-10', {
|
|
782
|
+
'rotate-45': parent.state.d_visible
|
|
783
|
+
}]
|
|
784
|
+
};
|
|
785
|
+
},
|
|
786
|
+
label: {
|
|
787
|
+
"class": 'hidden'
|
|
671
788
|
}
|
|
672
789
|
},
|
|
673
|
-
menu:
|
|
674
|
-
|
|
675
|
-
|
|
790
|
+
menu: {
|
|
791
|
+
"class": 'm-0 p-0 list-none flex items-center justify-center transition delay-200 z-20'
|
|
792
|
+
},
|
|
793
|
+
menuitem: function menuitem(_ref30) {
|
|
794
|
+
var props = _ref30.props,
|
|
795
|
+
context = _ref30.context;
|
|
676
796
|
return {
|
|
677
|
-
"class": ['
|
|
678
|
-
'
|
|
679
|
-
'
|
|
680
|
-
'
|
|
681
|
-
'
|
|
797
|
+
"class": ['transform transition-transform duration-200 ease-out transition-opacity duration-800', context.hidden ? 'opacity-0 scale-0' : 'opacity-1 scale-100', {
|
|
798
|
+
'my-1 first:mb-2': props.direction == 'up' && props.type == 'linear',
|
|
799
|
+
'my-1 first:mt-2': props.direction == 'down' && props.type == 'linear',
|
|
800
|
+
'mx-1 first:mr-2': props.direction == 'left' && props.type == 'linear',
|
|
801
|
+
'mx-1 first:ml-2': props.direction == 'right' && props.type == 'linear'
|
|
802
|
+
}, {
|
|
803
|
+
absolute: props.type !== 'linear'
|
|
682
804
|
}]
|
|
683
805
|
};
|
|
684
806
|
},
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
807
|
+
action: {
|
|
808
|
+
"class": ['flex items-center justify-center rounded-full relative overflow-hidden', 'w-12 h-12 bg-gray-700 hover:bg-gray-800 text-white']
|
|
809
|
+
},
|
|
810
|
+
mask: function mask(_ref31) {
|
|
811
|
+
var state = _ref31.state;
|
|
688
812
|
return {
|
|
689
|
-
"class": ['
|
|
690
|
-
'
|
|
691
|
-
'
|
|
692
|
-
'mx-1 first:mr-2': props.direction == 'left',
|
|
693
|
-
'mx-1 first:ml-2': props.direction == 'right'
|
|
813
|
+
"class": ['absolute left-0 top-0 w-full h-full transition-opacity duration-250 ease-in-out bg-black/40 z-0', {
|
|
814
|
+
'opacity-0': !state.d_visible,
|
|
815
|
+
'pointer-events-none opacity-100 transition-opacity duration-400 ease-in-out': state.d_visible
|
|
694
816
|
}]
|
|
695
817
|
};
|
|
696
|
-
},
|
|
697
|
-
action: {
|
|
698
|
-
"class": ['flex items-center justify-center rounded-full relative overflow-hidden', 'w-12 h-12 bg-gray-700 text-white']
|
|
699
818
|
}
|
|
700
819
|
},
|
|
701
820
|
splitbutton: {
|
|
702
|
-
root: {
|
|
703
|
-
|
|
704
|
-
},
|
|
705
|
-
button: function button(_ref32) {
|
|
706
|
-
_ref32.props;
|
|
707
|
-
_ref32.context;
|
|
821
|
+
root: function root(_ref32) {
|
|
822
|
+
var props = _ref32.props;
|
|
708
823
|
return {
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
}
|
|
824
|
+
"class": ['inline-flex relative', 'rounded-md', {
|
|
825
|
+
'shadow-lg': props.raised
|
|
826
|
+
}]
|
|
712
827
|
};
|
|
828
|
+
},
|
|
829
|
+
button: {
|
|
830
|
+
root: function root(_ref33) {
|
|
831
|
+
var parent = _ref33.parent;
|
|
832
|
+
return {
|
|
833
|
+
"class": ['rounded-r-none border-r-0', {
|
|
834
|
+
'rounded-l-full': parent.props.rounded
|
|
835
|
+
}]
|
|
836
|
+
};
|
|
837
|
+
},
|
|
838
|
+
icon: {
|
|
839
|
+
"class": 'mr-2'
|
|
840
|
+
}
|
|
841
|
+
},
|
|
842
|
+
menubutton: {
|
|
843
|
+
root: function root(_ref34) {
|
|
844
|
+
var parent = _ref34.parent;
|
|
845
|
+
return {
|
|
846
|
+
"class": ['rounded-l-none', {
|
|
847
|
+
'rounded-r-full': parent.props.rounded
|
|
848
|
+
}]
|
|
849
|
+
};
|
|
850
|
+
},
|
|
851
|
+
label: {
|
|
852
|
+
"class": 'hidden'
|
|
853
|
+
}
|
|
713
854
|
}
|
|
714
855
|
},
|
|
715
856
|
//FORMS
|
|
716
|
-
|
|
717
857
|
inputtext: {
|
|
718
|
-
root: function root(
|
|
719
|
-
var props =
|
|
720
|
-
context =
|
|
858
|
+
root: function root(_ref35) {
|
|
859
|
+
var props = _ref35.props,
|
|
860
|
+
context = _ref35.context;
|
|
721
861
|
return {
|
|
722
862
|
"class": ['m-0', 'font-sans text-gray-600 dark:text-white/80 bg-white dark:bg-gray-900 border border-gray-300 dark:border-blue-900/40 transition-colors duration-200 appearance-none rounded-lg', {
|
|
723
863
|
'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)]': !context.disabled,
|
|
@@ -730,9 +870,49 @@ var Tailwind = {
|
|
|
730
870
|
};
|
|
731
871
|
}
|
|
732
872
|
},
|
|
873
|
+
inputnumber: {
|
|
874
|
+
root: {
|
|
875
|
+
"class": 'w-full inline-flex'
|
|
876
|
+
},
|
|
877
|
+
input: function input(_ref36) {
|
|
878
|
+
var props = _ref36.props;
|
|
879
|
+
return {
|
|
880
|
+
"class": [{
|
|
881
|
+
'rounded-tr-none rounded-br-none': props.showButtons && props.buttonLayout == 'stacked'
|
|
882
|
+
}]
|
|
883
|
+
};
|
|
884
|
+
},
|
|
885
|
+
buttongroup: function buttongroup(_ref37) {
|
|
886
|
+
var props = _ref37.props;
|
|
887
|
+
return {
|
|
888
|
+
"class": [{
|
|
889
|
+
'flex flex-col': props.showButtons && props.buttonLayout == 'stacked'
|
|
890
|
+
}]
|
|
891
|
+
};
|
|
892
|
+
},
|
|
893
|
+
incrementbutton: function incrementbutton(_ref38) {
|
|
894
|
+
var props = _ref38.props;
|
|
895
|
+
return {
|
|
896
|
+
"class": ['flex !items-center !justify-center', {
|
|
897
|
+
'rounded-br-none rounded-bl-none rounded-bl-none !p-0 flex-1 w-[3rem]': props.showButtons && props.buttonLayout == 'stacked'
|
|
898
|
+
}]
|
|
899
|
+
};
|
|
900
|
+
},
|
|
901
|
+
label: {
|
|
902
|
+
"class": 'hidden'
|
|
903
|
+
},
|
|
904
|
+
decrementbutton: function decrementbutton(_ref39) {
|
|
905
|
+
var props = _ref39.props;
|
|
906
|
+
return {
|
|
907
|
+
"class": ['flex !items-center !justify-center', {
|
|
908
|
+
'rounded-tr-none rounded-tl-none rounded-tl-none !p-0 flex-1 w-[3rem]': props.showButtons && props.buttonLayout == 'stacked'
|
|
909
|
+
}]
|
|
910
|
+
};
|
|
911
|
+
}
|
|
912
|
+
},
|
|
733
913
|
knob: {
|
|
734
|
-
root: function root(
|
|
735
|
-
var props =
|
|
914
|
+
root: function root(_ref40) {
|
|
915
|
+
var props = _ref40.props;
|
|
736
916
|
return {
|
|
737
917
|
"class": ['focus:outline-none focus:outline-offset-0 focus:shadow-0', {
|
|
738
918
|
'opacity-60 select-none pointer-events-none cursor-default': props.disabled
|
|
@@ -740,26 +920,26 @@ var Tailwind = {
|
|
|
740
920
|
};
|
|
741
921
|
},
|
|
742
922
|
range: {
|
|
743
|
-
"class":
|
|
923
|
+
"class": 'stroke-current transition duration-100 ease-in stroke-gray-200 dark:stroke-gray-700 fill-none'
|
|
744
924
|
},
|
|
745
925
|
value: {
|
|
746
|
-
"class":
|
|
926
|
+
"class": 'animate-dash-frame stroke-blue-500 fill-none'
|
|
747
927
|
},
|
|
748
928
|
label: {
|
|
749
|
-
"class":
|
|
929
|
+
"class": 'text-center text-xl'
|
|
750
930
|
}
|
|
751
931
|
},
|
|
752
932
|
inputswitch: {
|
|
753
|
-
root: function root(
|
|
754
|
-
var props =
|
|
933
|
+
root: function root(_ref41) {
|
|
934
|
+
var props = _ref41.props;
|
|
755
935
|
return {
|
|
756
936
|
"class": ['inline-block relative', 'w-12 h-7', {
|
|
757
937
|
'opacity-60 select-none pointer-events-none cursor-default': props.disabled
|
|
758
938
|
}]
|
|
759
939
|
};
|
|
760
940
|
},
|
|
761
|
-
slider: function slider(
|
|
762
|
-
var props =
|
|
941
|
+
slider: function slider(_ref42) {
|
|
942
|
+
var props = _ref42.props;
|
|
763
943
|
return {
|
|
764
944
|
"class": ['absolute cursor-pointer top-0 left-0 right-0 bottom-0 border border-transparent', 'transition-colors duration-200 rounded-2xl', '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)]', "before:absolute before:content-'' before:top-1/2 before:bg-white before:dark:bg-gray-900 before:w-5 before:h-5 before:left-1 before:-mt-2.5 before:rounded-full before:transition-duration-200", {
|
|
765
945
|
'bg-gray-200 dark:bg-gray-800 hover:bg-gray-300 hover:dark:bg-gray-700 ': !props.modelValue,
|
|
@@ -768,27 +948,75 @@ var Tailwind = {
|
|
|
768
948
|
};
|
|
769
949
|
}
|
|
770
950
|
},
|
|
951
|
+
cascadeselect: {
|
|
952
|
+
root: function root(_ref43) {
|
|
953
|
+
var props = _ref43.props;
|
|
954
|
+
return {
|
|
955
|
+
"class": ['inline-flex cursor-pointer select-none relative', 'bg-white dark:bg-gray-900 border border-gray-300 dark:border-blue-900/40 transition duration-200 ease-in-out rounded-lg', {
|
|
956
|
+
'opacity-60 select-none pointer-events-none cursor-default': props.disabled
|
|
957
|
+
}]
|
|
958
|
+
};
|
|
959
|
+
},
|
|
960
|
+
label: {
|
|
961
|
+
"class": ['block whitespace-nowrap overflow-hidden flex flex-1 w-1 text-overflow-ellipsis cursor-pointer', 'bg-transparent border-0 p-3 text-gray-700 dark:text-white/80', 'appearance-none rounded-md']
|
|
962
|
+
},
|
|
963
|
+
dropdownbutton: {
|
|
964
|
+
"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']
|
|
965
|
+
},
|
|
966
|
+
panel: {
|
|
967
|
+
"class": 'absolute py-3 bg-white dark:bg-gray-900 border-0 shadow-md'
|
|
968
|
+
},
|
|
969
|
+
list: {
|
|
970
|
+
"class": 'm-0 sm:p-0 list-none'
|
|
971
|
+
},
|
|
972
|
+
item: {
|
|
973
|
+
"class": ['cursor-pointer font-normal whitespace-nowrap', 'm-0 border-0 bg-transparent transition-shadow rounded-none', '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']
|
|
974
|
+
},
|
|
975
|
+
content: {
|
|
976
|
+
"class": ['flex items-center overflow-hidden relative', 'py-3 px-5']
|
|
977
|
+
},
|
|
978
|
+
groupicon: {
|
|
979
|
+
"class": 'ml-auto'
|
|
980
|
+
},
|
|
981
|
+
sublist: {
|
|
982
|
+
"class": ['block absolute left-full top-0', 'min-w-full z-10', 'py-3 bg-white dark:bg-gray-900 border-0 shadow-md']
|
|
983
|
+
},
|
|
984
|
+
transition: TRANSITIONS.overlay
|
|
985
|
+
},
|
|
986
|
+
inputmask: {
|
|
987
|
+
root: {
|
|
988
|
+
"class": 'font-sans text-base text-gray-700 dark:text-white/80 bg-white dark:bg-gray-900 py-3 px-3 border border-gray-300 dark:border-blue-900/40 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)] transition duration-200 ease-in-out appearance-none rounded-md'
|
|
989
|
+
}
|
|
990
|
+
},
|
|
771
991
|
rating: {
|
|
772
|
-
root: function root(
|
|
773
|
-
var props =
|
|
992
|
+
root: function root(_ref44) {
|
|
993
|
+
var props = _ref44.props;
|
|
774
994
|
return {
|
|
775
995
|
"class": ['relative flex items-center', 'gap-2', {
|
|
776
996
|
'opacity-60 select-none pointer-events-none cursor-default': props.disabled
|
|
777
997
|
}]
|
|
778
998
|
};
|
|
779
999
|
},
|
|
780
|
-
cancelitem: {
|
|
781
|
-
|
|
1000
|
+
cancelitem: function cancelitem(_ref45) {
|
|
1001
|
+
var context = _ref45.context;
|
|
1002
|
+
return {
|
|
1003
|
+
"class": ['inline-flex items-center cursor-pointer', {
|
|
1004
|
+
'outline-none outline-offset-0 shadow-[0_0_0_0.2rem_rgba(191,219,254,1)] dark:shadow-[0_0_0_0.2rem_rgba(147,197,253,0.5)]': context.focused
|
|
1005
|
+
}]
|
|
1006
|
+
};
|
|
782
1007
|
},
|
|
783
1008
|
cancelicon: {
|
|
784
1009
|
"class": ['text-red-500', 'w-5 h-5', 'transition duration-200 ease-in']
|
|
785
1010
|
},
|
|
786
|
-
item: function item(
|
|
787
|
-
var props =
|
|
1011
|
+
item: function item(_ref46) {
|
|
1012
|
+
var props = _ref46.props,
|
|
1013
|
+
context = _ref46.context;
|
|
788
1014
|
return {
|
|
789
1015
|
"class": ['inline-flex items-center', {
|
|
790
1016
|
'cursor-pointer': !props.readonly,
|
|
791
1017
|
'cursor-default': props.readonly
|
|
1018
|
+
}, {
|
|
1019
|
+
'outline-none outline-offset-0 shadow-[0_0_0_0.2rem_rgba(191,219,254,1)] dark:shadow-[0_0_0_0.2rem_rgba(147,197,253,0.5)]': context.focused
|
|
792
1020
|
}]
|
|
793
1021
|
};
|
|
794
1022
|
},
|
|
@@ -800,17 +1028,16 @@ var Tailwind = {
|
|
|
800
1028
|
}
|
|
801
1029
|
},
|
|
802
1030
|
selectbutton: {
|
|
803
|
-
root: function root(
|
|
804
|
-
var props =
|
|
1031
|
+
root: function root(_ref47) {
|
|
1032
|
+
var props = _ref47.props;
|
|
805
1033
|
return {
|
|
806
1034
|
"class": [{
|
|
807
1035
|
'opacity-60 select-none pointer-events-none cursor-default': props.disabled
|
|
808
1036
|
}]
|
|
809
1037
|
};
|
|
810
1038
|
},
|
|
811
|
-
button: function button(
|
|
812
|
-
var context =
|
|
813
|
-
_ref40.props;
|
|
1039
|
+
button: function button(_ref48) {
|
|
1040
|
+
var context = _ref48.context;
|
|
814
1041
|
return {
|
|
815
1042
|
"class": ['inline-flex cursor-pointer select-none items-center align-bottom text-center overflow-hidden relative', 'px-4 py-3', 'transition duration-200 border border-r-0', 'first:rounded-l-md first:rounded-tr-none first:rounded-br-none last:border-r last:rounded-tl-none last:rounded-bl-none last:rounded-r-md', '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)]', {
|
|
816
1043
|
'bg-white dark:bg-gray-900 text-gray-700 dark:text-white/80 border-gray-300 dark:border-blue-900/40 hover:bg-gray-50 dark:hover:bg-gray-800/80 ': !context.active,
|
|
@@ -820,12 +1047,12 @@ var Tailwind = {
|
|
|
820
1047
|
};
|
|
821
1048
|
},
|
|
822
1049
|
label: {
|
|
823
|
-
"class":
|
|
1050
|
+
"class": 'font-bold'
|
|
824
1051
|
}
|
|
825
1052
|
},
|
|
826
1053
|
slider: {
|
|
827
|
-
root: function root(
|
|
828
|
-
var props =
|
|
1054
|
+
root: function root(_ref49) {
|
|
1055
|
+
var props = _ref49.props;
|
|
829
1056
|
return {
|
|
830
1057
|
"class": ['relative', 'bg-gray-100 dark:bg-gray-800 border-0 rounded-6', {
|
|
831
1058
|
'h-1 w-56': props.orientation == 'horizontal',
|
|
@@ -835,8 +1062,8 @@ var Tailwind = {
|
|
|
835
1062
|
}]
|
|
836
1063
|
};
|
|
837
1064
|
},
|
|
838
|
-
range: function range(
|
|
839
|
-
var props =
|
|
1065
|
+
range: function range(_ref50) {
|
|
1066
|
+
var props = _ref50.props;
|
|
840
1067
|
return {
|
|
841
1068
|
"class": ['bg-blue-500', 'block absolute', {
|
|
842
1069
|
'top-0 left-0 h-full': props.orientation == 'horizontal',
|
|
@@ -844,8 +1071,8 @@ var Tailwind = {
|
|
|
844
1071
|
}]
|
|
845
1072
|
};
|
|
846
1073
|
},
|
|
847
|
-
handle: function handle(
|
|
848
|
-
var props =
|
|
1074
|
+
handle: function handle(_ref51) {
|
|
1075
|
+
var props = _ref51.props;
|
|
849
1076
|
return {
|
|
850
1077
|
"class": ['h-4 w-4 bg-white dark:bg-gray-600 border-2 border-blue-500 rounded-full transition duration-200', 'cursor-grab touch-action-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', {
|
|
851
1078
|
'top-[50%] mt-[-0.5715rem] ml-[-0.5715rem]': props.orientation == 'horizontal',
|
|
@@ -853,8 +1080,8 @@ var Tailwind = {
|
|
|
853
1080
|
}]
|
|
854
1081
|
};
|
|
855
1082
|
},
|
|
856
|
-
starthandler: function starthandler(
|
|
857
|
-
var props =
|
|
1083
|
+
starthandler: function starthandler(_ref52) {
|
|
1084
|
+
var props = _ref52.props;
|
|
858
1085
|
return {
|
|
859
1086
|
"class": ['h-4 w-4 bg-white dark:bg-gray-600 border-2 border-blue-500 rounded-full transition duration-200', 'cursor-grab touch-action-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', {
|
|
860
1087
|
'top-[50%] mt-[-0.5715rem] ml-[-0.5715rem]': props.orientation == 'horizontal',
|
|
@@ -862,8 +1089,8 @@ var Tailwind = {
|
|
|
862
1089
|
}]
|
|
863
1090
|
};
|
|
864
1091
|
},
|
|
865
|
-
endhandler: function endhandler(
|
|
866
|
-
var props =
|
|
1092
|
+
endhandler: function endhandler(_ref53) {
|
|
1093
|
+
var props = _ref53.props;
|
|
867
1094
|
return {
|
|
868
1095
|
"class": ['h-4 w-4 bg-white dark:bg-gray-600 border-2 border-blue-500 rounded-full transition duration-200', 'cursor-grab touch-action-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', {
|
|
869
1096
|
'top-[50%] mt-[-0.5715rem] ml-[-0.5715rem]': props.orientation == 'horizontal',
|
|
@@ -873,8 +1100,8 @@ var Tailwind = {
|
|
|
873
1100
|
}
|
|
874
1101
|
},
|
|
875
1102
|
password: {
|
|
876
|
-
root: function root(
|
|
877
|
-
var props =
|
|
1103
|
+
root: function root(_ref54) {
|
|
1104
|
+
var props = _ref54.props;
|
|
878
1105
|
return {
|
|
879
1106
|
"class": ['inline-flex relative', {
|
|
880
1107
|
'opacity-60 select-none pointer-events-none cursor-default': props.disabled
|
|
@@ -882,15 +1109,15 @@ var Tailwind = {
|
|
|
882
1109
|
};
|
|
883
1110
|
},
|
|
884
1111
|
panel: {
|
|
885
|
-
"class":
|
|
1112
|
+
"class": 'p-5 bg-white dark:bg-gray-900 text-gray-700 dark:text-white/80 shadow-md rounded-md'
|
|
886
1113
|
},
|
|
887
1114
|
meter: {
|
|
888
|
-
"class":
|
|
1115
|
+
"class": 'mb-2 bg-gray-300 dark:bg-gray-700 h-3'
|
|
889
1116
|
},
|
|
890
|
-
meterlabel: function meterlabel(
|
|
1117
|
+
meterlabel: function meterlabel(_ref55) {
|
|
891
1118
|
var _instance$meter, _instance$meter2, _instance$meter3;
|
|
892
|
-
var instance =
|
|
893
|
-
props =
|
|
1119
|
+
var instance = _ref55.instance,
|
|
1120
|
+
props = _ref55.props;
|
|
894
1121
|
return {
|
|
895
1122
|
"class": ['transition-width duration-1000 ease-in-out h-full', {
|
|
896
1123
|
'bg-red-500': (instance === null || instance === void 0 || (_instance$meter = instance.meter) === null || _instance$meter === void 0 ? void 0 : _instance$meter.strength) == 'weak',
|
|
@@ -906,13 +1133,17 @@ var Tailwind = {
|
|
|
906
1133
|
},
|
|
907
1134
|
hideicon: {
|
|
908
1135
|
"class": ['absolute top-1/2 -mt-2', 'right-3 text-gray-600 dark:text-white/70']
|
|
909
|
-
}
|
|
1136
|
+
},
|
|
1137
|
+
transition: TRANSITIONS.overlay
|
|
910
1138
|
},
|
|
911
1139
|
togglebutton: {
|
|
912
|
-
root: function root(
|
|
913
|
-
var props =
|
|
1140
|
+
root: function root(_ref56) {
|
|
1141
|
+
var props = _ref56.props,
|
|
1142
|
+
context = _ref56.context;
|
|
914
1143
|
return {
|
|
915
|
-
"class": ['inline-flex cursor-pointer select-none items-center align-bottom text-center overflow-hidden relative', 'px-4 py-3 rounded-md text-base w-36', 'border transition duration-200 ease-in-out',
|
|
1144
|
+
"class": ['inline-flex cursor-pointer select-none items-center align-bottom text-center overflow-hidden relative', 'px-4 py-3 rounded-md text-base w-36', 'border transition duration-200 ease-in-out', {
|
|
1145
|
+
'outline-none outline-offset-0 shadow-[0_0_0_0.2rem_rgba(191,219,254,1)] dark:shadow-[0_0_0_0.2rem_rgba(147,197,253,0.5)]': context.focused
|
|
1146
|
+
}, {
|
|
916
1147
|
'bg-white dark:bg-gray-900 border-gray-300 dark:border-blue-900/40 text-gray-700 dark:text-white/80 hover:bg-gray-100 dark:hover:bg-gray-800/80 hover:border-gray-300 dark:hover:bg-gray-800/70 hover:text-gray-700 dark:hover:text-white/80': !props.modelValue,
|
|
917
1148
|
'bg-blue-500 border-blue-500 text-white hover:bg-blue-600 hover:border-blue-600': props.modelValue
|
|
918
1149
|
}, {
|
|
@@ -921,10 +1152,10 @@ var Tailwind = {
|
|
|
921
1152
|
};
|
|
922
1153
|
},
|
|
923
1154
|
label: {
|
|
924
|
-
"class":
|
|
1155
|
+
"class": 'font-bold text-center w-full'
|
|
925
1156
|
},
|
|
926
|
-
icon: function icon(
|
|
927
|
-
var props =
|
|
1157
|
+
icon: function icon(_ref57) {
|
|
1158
|
+
var props = _ref57.props;
|
|
928
1159
|
return {
|
|
929
1160
|
"class": [' mr-2', {
|
|
930
1161
|
'text-gray-600 dark:text-white/70': !props.modelValue,
|
|
@@ -937,8 +1168,8 @@ var Tailwind = {
|
|
|
937
1168
|
root: {
|
|
938
1169
|
"class": ['cursor-pointer inline-flex relative select-none align-bottom', 'w-6 h-6']
|
|
939
1170
|
},
|
|
940
|
-
checkbox: function checkbox(
|
|
941
|
-
var props =
|
|
1171
|
+
checkbox: function checkbox(_ref58) {
|
|
1172
|
+
var props = _ref58.props;
|
|
942
1173
|
return {
|
|
943
1174
|
"class": ['flex items-center justify-center', 'border-2 w-6 h-6 rounded-lg transition-colors duration-200', {
|
|
944
1175
|
'border-blue-500 bg-blue-500 text-white dark:border-blue-400 dark:bg-blue-400': props.modelValue || !props.modelValue,
|
|
@@ -951,15 +1182,12 @@ var Tailwind = {
|
|
|
951
1182
|
}
|
|
952
1183
|
},
|
|
953
1184
|
checkbox: {
|
|
954
|
-
root:
|
|
955
|
-
|
|
956
|
-
return {
|
|
957
|
-
"class": ['cursor-pointer inline-flex relative select-none align-bottom', 'w-6 h-6']
|
|
958
|
-
};
|
|
1185
|
+
root: {
|
|
1186
|
+
"class": ['cursor-pointer inline-flex relative select-none align-bottom', 'w-6 h-6']
|
|
959
1187
|
},
|
|
960
|
-
input: function input(
|
|
961
|
-
var props =
|
|
962
|
-
context =
|
|
1188
|
+
input: function input(_ref59) {
|
|
1189
|
+
var props = _ref59.props,
|
|
1190
|
+
context = _ref59.context;
|
|
963
1191
|
return {
|
|
964
1192
|
"class": ['flex items-center justify-center', 'border-2 w-6 h-6 text-gray-600 rounded-lg transition-colors duration-200', {
|
|
965
1193
|
'border-gray-300 bg-white dark:border-blue-900/40 dark:bg-gray-900': !context.checked,
|
|
@@ -971,21 +1199,18 @@ var Tailwind = {
|
|
|
971
1199
|
};
|
|
972
1200
|
},
|
|
973
1201
|
icon: {
|
|
974
|
-
"class":
|
|
1202
|
+
"class": 'w-4 h-4 transition-all duration-200 text-white text-base dark:text-gray-900'
|
|
975
1203
|
}
|
|
976
1204
|
},
|
|
977
1205
|
radiobutton: {
|
|
978
|
-
root:
|
|
979
|
-
|
|
980
|
-
return {
|
|
981
|
-
"class": ['relative inline-flex cursor-pointer select-none align-bottom', 'w-6 h-6']
|
|
982
|
-
};
|
|
1206
|
+
root: {
|
|
1207
|
+
"class": ['relative inline-flex cursor-pointer select-none align-bottom', 'w-6 h-6']
|
|
983
1208
|
},
|
|
984
|
-
input: function input(
|
|
985
|
-
var props =
|
|
1209
|
+
input: function input(_ref60) {
|
|
1210
|
+
var props = _ref60.props;
|
|
986
1211
|
return {
|
|
987
1212
|
"class": ['flex justify-center items-center', 'border-2 w-6 h-6 text-gray-700 rounded-full transition duration-200 ease-in-out', {
|
|
988
|
-
'border-gray-300 bg-white dark:border-blue-900/40 dark:bg-gray-900': props.value !== props.modelValue,
|
|
1213
|
+
'border-gray-300 bg-white dark:border-blue-900/40 dark:bg-gray-900 dark:text-white/80': props.value !== props.modelValue,
|
|
989
1214
|
'border-blue-500 bg-blue-500 dark:border-blue-400 dark:bg-blue-400': props.value == props.modelValue
|
|
990
1215
|
}, {
|
|
991
1216
|
'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)]': !props.disabled,
|
|
@@ -993,8 +1218,8 @@ var Tailwind = {
|
|
|
993
1218
|
}]
|
|
994
1219
|
};
|
|
995
1220
|
},
|
|
996
|
-
icon: function icon(
|
|
997
|
-
var props =
|
|
1221
|
+
icon: function icon(_ref61) {
|
|
1222
|
+
var props = _ref61.props;
|
|
998
1223
|
return {
|
|
999
1224
|
"class": ['transform rounded-full', 'block w-3 h-3 transition duration-200 bg-white dark:bg-gray-900', {
|
|
1000
1225
|
'backface-hidden scale-10 invisible': props.value !== props.modelValue,
|
|
@@ -1004,16 +1229,16 @@ var Tailwind = {
|
|
|
1004
1229
|
}
|
|
1005
1230
|
},
|
|
1006
1231
|
dropdown: {
|
|
1007
|
-
root: function root(
|
|
1008
|
-
var props =
|
|
1232
|
+
root: function root(_ref62) {
|
|
1233
|
+
var props = _ref62.props;
|
|
1009
1234
|
return {
|
|
1010
1235
|
"class": ['cursor-pointer inline-flex relative select-none', 'bg-white border border-gray-400 transition-colors duration-200 ease-in-out rounded-md', 'dark:bg-gray-900 dark:border-blue-900/40 dark:hover:border-blue-300', 'w-full md:w-56', '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)]', {
|
|
1011
1236
|
'opacity-60 select-none pointer-events-none cursor-default': props.disabled
|
|
1012
1237
|
}]
|
|
1013
1238
|
};
|
|
1014
1239
|
},
|
|
1015
|
-
input: function input(
|
|
1016
|
-
var props =
|
|
1240
|
+
input: function input(_ref63) {
|
|
1241
|
+
var props = _ref63.props;
|
|
1017
1242
|
return {
|
|
1018
1243
|
"class": ['cursor-pointer block flex flex-auto overflow-hidden overflow-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', {
|
|
1019
1244
|
'pr-7': props.showClear
|
|
@@ -1021,20 +1246,22 @@ var Tailwind = {
|
|
|
1021
1246
|
};
|
|
1022
1247
|
},
|
|
1023
1248
|
trigger: {
|
|
1024
|
-
"class": ['flex items-center justify-center
|
|
1249
|
+
"class": ['flex items-center justify-center shrink-0', 'bg-transparent text-gray-500 w-12 rounded-tr-lg rounded-br-lg']
|
|
1025
1250
|
},
|
|
1026
1251
|
wrapper: {
|
|
1027
1252
|
"class": ['max-h-[200px] overflow-auto', 'bg-white text-gray-700 border-0 rounded-md shadow-lg', 'dark:bg-gray-900 dark:text-white/80']
|
|
1028
1253
|
},
|
|
1029
1254
|
list: {
|
|
1030
|
-
"class":
|
|
1255
|
+
"class": 'py-3 list-none m-0'
|
|
1031
1256
|
},
|
|
1032
|
-
item: function item(
|
|
1033
|
-
var context =
|
|
1257
|
+
item: function item(_ref64) {
|
|
1258
|
+
var context = _ref64.context;
|
|
1034
1259
|
return {
|
|
1035
1260
|
"class": ['cursor-pointer font-normal overflow-hidden relative whitespace-nowrap', 'm-0 p-3 border-0 transition-shadow duration-200 rounded-none', 'dark:text-white/80 dark:hover:bg-gray-800', 'hover:text-gray-700 hover:bg-gray-200', {
|
|
1036
|
-
'text-gray-700
|
|
1037
|
-
'
|
|
1261
|
+
'text-gray-700': !context.focused && !context.selected,
|
|
1262
|
+
'bg-gray-300 text-gray-700 dark:text-white/80 dark:bg-gray-800/90': context.focused && !context.selected,
|
|
1263
|
+
'bg-blue-400 text-blue-700 dark:bg-blue-400 dark:text-white/80': context.focused && context.selected,
|
|
1264
|
+
'bg-blue-50 text-blue-700 dark:bg-blue-300 dark:text-white/80': !context.focused && context.selected
|
|
1038
1265
|
}]
|
|
1039
1266
|
};
|
|
1040
1267
|
},
|
|
@@ -1045,78 +1272,158 @@ var Tailwind = {
|
|
|
1045
1272
|
"class": ['p-3 border-b border-gray-300 text-gray-700 bg-gray-100 mt-0 rounded-tl-lg rounded-tr-lg', 'dark:bg-gray-800 dark:text-white/80 dark:border-blue-900/40']
|
|
1046
1273
|
},
|
|
1047
1274
|
filtercontainer: {
|
|
1048
|
-
"class":
|
|
1275
|
+
"class": 'relative'
|
|
1049
1276
|
},
|
|
1050
1277
|
filterinput: {
|
|
1051
1278
|
"class": ['pr-7 -mr-7', 'w-full', 'font-sans text-base text-gray-700 bg-white py-3 px-3 border border-gray-300 transition duration-200 rounded-lg appearance-none', 'dark:bg-gray-900 dark:border-blue-900/40 dark:hover:border-blue-300 dark:text-white/80', '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)]']
|
|
1052
1279
|
},
|
|
1053
1280
|
filtericon: {
|
|
1054
|
-
"class":
|
|
1281
|
+
"class": '-mt-2 absolute top-1/2'
|
|
1055
1282
|
},
|
|
1056
1283
|
clearicon: {
|
|
1057
|
-
"class":
|
|
1058
|
-
}
|
|
1284
|
+
"class": 'text-gray-500 right-12 -mt-2 absolute top-1/2'
|
|
1285
|
+
},
|
|
1286
|
+
transition: TRANSITIONS.overlay
|
|
1059
1287
|
},
|
|
1060
1288
|
calendar: {
|
|
1061
|
-
root: {
|
|
1062
|
-
|
|
1289
|
+
root: function root(_ref65) {
|
|
1290
|
+
var props = _ref65.props;
|
|
1291
|
+
return {
|
|
1292
|
+
"class": ['inline-flex max-w-full relative', {
|
|
1293
|
+
'opacity-60 select-none pointer-events-none cursor-default': props.disabled
|
|
1294
|
+
}]
|
|
1295
|
+
};
|
|
1063
1296
|
},
|
|
1064
1297
|
input: {
|
|
1065
|
-
"class": ['font-sans text-base text-gray-600 bg-white p-3 border border-gray-300 transition-colors duration-200 appearance-none rounded-lg', 'hover:border-blue-500
|
|
1298
|
+
"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
|
|
1299
|
+
]
|
|
1066
1300
|
},
|
|
1067
|
-
|
|
1068
|
-
|
|
1301
|
+
|
|
1302
|
+
panel: function panel(_ref66) {
|
|
1303
|
+
var props = _ref66.props;
|
|
1304
|
+
return {
|
|
1305
|
+
"class": ['bg-white dark:bg-gray-900', 'min-w-[350px]', {
|
|
1306
|
+
'shadow-md border-0 absolute': !props.inline,
|
|
1307
|
+
'inline-block overflow-x-auto border border-gray-300 dark:border-blue-900/40 p-2 rounded-lg': props.inline
|
|
1308
|
+
}]
|
|
1309
|
+
};
|
|
1069
1310
|
},
|
|
1070
1311
|
header: {
|
|
1071
|
-
"class": ['flex items-center justify-between', 'p-2 text-gray-700 bg-white font-semibold m-0 border-b border-gray-300 rounded-t-lg']
|
|
1312
|
+
"class": ['flex items-center justify-between', 'p-2 text-gray-700 dark:text-white/80 bg-white dark:bg-gray-900 font-semibold m-0 border-b border-gray-300 dark:border-blue-900/40 rounded-t-lg']
|
|
1072
1313
|
},
|
|
1073
1314
|
previousbutton: {
|
|
1074
|
-
"class": ['flex items-center justify-center cursor-pointer overflow-hidden relative', 'w-8 h-8 text-gray-600 border-0 bg-transparent rounded-full transition-colors duration-200 ease-in-out', 'hover:text-gray-700 hover:border-transparent hover:bg-gray-200']
|
|
1315
|
+
"class": ['flex items-center justify-center cursor-pointer overflow-hidden relative', 'w-8 h-8 text-gray-600 dark:text-white/70 border-0 bg-transparent rounded-full transition-colors duration-200 ease-in-out', 'hover:text-gray-700 dark:hover:text-white/80 hover:border-transparent hover:bg-gray-200 dark:hover:bg-gray-800/80 ']
|
|
1075
1316
|
},
|
|
1076
1317
|
title: {
|
|
1077
|
-
"class":
|
|
1318
|
+
"class": 'leading-8 mx-auto'
|
|
1078
1319
|
},
|
|
1079
1320
|
monthTitle: {
|
|
1080
|
-
"class": ['text-gray-700 transition duration-200 font-semibold p-2', 'mr-2', 'hover:text-blue-500']
|
|
1321
|
+
"class": ['text-gray-700 dark:text-white/80 transition duration-200 font-semibold p-2', 'mr-2', 'hover:text-blue-500']
|
|
1081
1322
|
},
|
|
1082
1323
|
yearTitle: {
|
|
1083
|
-
"class": ['text-gray-700 transition duration-200 font-semibold p-2', 'hover:text-blue-500']
|
|
1324
|
+
"class": ['text-gray-700 dark:text-white/80 transition duration-200 font-semibold p-2', 'hover:text-blue-500']
|
|
1084
1325
|
},
|
|
1085
1326
|
nextbutton: {
|
|
1086
|
-
"class": ['flex items-center justify-center cursor-pointer overflow-hidden relative', 'w-8 h-8 text-gray-600 border-0 bg-transparent rounded-full transition-colors duration-200 ease-in-out', 'hover:text-gray-700 hover:border-transparent hover:bg-gray-200']
|
|
1327
|
+
"class": ['flex items-center justify-center cursor-pointer overflow-hidden relative', 'w-8 h-8 text-gray-600 dark:text-white/70 border-0 bg-transparent rounded-full transition-colors duration-200 ease-in-out', 'hover:text-gray-700 dark:hover:text-white/80 hover:border-transparent hover:bg-gray-200 dark:hover:bg-gray-800/80 ']
|
|
1087
1328
|
},
|
|
1088
1329
|
table: {
|
|
1089
1330
|
"class": ['border-collapse w-full', 'my-2']
|
|
1090
1331
|
},
|
|
1091
1332
|
tableheadercell: {
|
|
1092
|
-
"class":
|
|
1333
|
+
"class": 'p-2'
|
|
1334
|
+
},
|
|
1335
|
+
weekday: {
|
|
1336
|
+
"class": 'text-gray-600 dark:text-white/70'
|
|
1093
1337
|
},
|
|
1094
1338
|
day: {
|
|
1095
|
-
"class":
|
|
1339
|
+
"class": 'p-2'
|
|
1096
1340
|
},
|
|
1097
|
-
daylabel: {
|
|
1098
|
-
|
|
1099
|
-
|
|
1100
|
-
|
|
1101
|
-
|
|
1102
|
-
|
|
1103
|
-
|
|
1341
|
+
daylabel: function daylabel(_ref67) {
|
|
1342
|
+
var context = _ref67.context;
|
|
1343
|
+
return {
|
|
1344
|
+
"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)]', {
|
|
1345
|
+
'opacity-60 cursor-default': context.disabled,
|
|
1346
|
+
'cursor-pointer': !context.disabled
|
|
1347
|
+
}, {
|
|
1348
|
+
'text-gray-600 dark:text-white/70 bg-transprent hover:bg-gray-200 dark:hover:bg-gray-800/80': !context.selected && !context.disabled,
|
|
1349
|
+
'text-blue-700 bg-blue-100 hover:bg-blue-200': context.selected && !context.disabled
|
|
1350
|
+
}]
|
|
1351
|
+
};
|
|
1352
|
+
},
|
|
1353
|
+
monthpicker: {
|
|
1354
|
+
"class": 'my-2'
|
|
1355
|
+
},
|
|
1356
|
+
month: function month(_ref68) {
|
|
1357
|
+
var context = _ref68.context;
|
|
1358
|
+
return {
|
|
1359
|
+
"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)]', {
|
|
1360
|
+
'text-gray-600 dark:text-white/70 bg-transprent hover:bg-gray-200 dark:hover:bg-gray-800/80': !context.selected && !context.disabled,
|
|
1361
|
+
'text-blue-700 bg-blue-100 hover:bg-blue-200': context.selected && !context.disabled
|
|
1362
|
+
}]
|
|
1363
|
+
};
|
|
1364
|
+
},
|
|
1365
|
+
yearpicker: {
|
|
1366
|
+
"class": 'my-2'
|
|
1367
|
+
},
|
|
1368
|
+
year: function year(_ref69) {
|
|
1369
|
+
var context = _ref69.context;
|
|
1104
1370
|
return {
|
|
1105
|
-
"class": ['
|
|
1371
|
+
"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)]', {
|
|
1372
|
+
'text-gray-600 dark:text-white/70 bg-transprent hover:bg-gray-200 dark:hover:bg-gray-800/80': !context.selected && !context.disabled,
|
|
1373
|
+
'text-blue-700 bg-blue-100 hover:bg-blue-200': context.selected && !context.disabled
|
|
1374
|
+
}]
|
|
1106
1375
|
};
|
|
1107
1376
|
},
|
|
1377
|
+
timepicker: {
|
|
1378
|
+
"class": ['flex justify-center items-center', 'border-t-1 border-solid border-gray-300 p-2']
|
|
1379
|
+
},
|
|
1380
|
+
separatorcontainer: {
|
|
1381
|
+
"class": 'flex items-center flex-col px-2'
|
|
1382
|
+
},
|
|
1383
|
+
separator: {
|
|
1384
|
+
"class": 'text-xl'
|
|
1385
|
+
},
|
|
1386
|
+
hourpicker: {
|
|
1387
|
+
"class": 'flex items-center flex-col px-2'
|
|
1388
|
+
},
|
|
1389
|
+
minutepicker: {
|
|
1390
|
+
"class": 'flex items-center flex-col px-2'
|
|
1391
|
+
},
|
|
1392
|
+
ampmpicker: {
|
|
1393
|
+
"class": 'flex items-center flex-col px-2'
|
|
1394
|
+
},
|
|
1395
|
+
incrementbutton: {
|
|
1396
|
+
"class": ['flex items-center justify-center cursor-pointer overflow-hidden relative', 'w-8 h-8 text-gray-600 dark:text-white/70 border-0 bg-transparent rounded-full transition-colors duration-200 ease-in-out', 'hover:text-gray-700 dark:hover:text-white/80 hover:border-transparent hover:bg-gray-200 dark:hover:bg-gray-800/80 ']
|
|
1397
|
+
},
|
|
1398
|
+
decrementbutton: {
|
|
1399
|
+
"class": ['flex items-center justify-center cursor-pointer overflow-hidden relative', 'w-8 h-8 text-gray-600 dark:text-white/70 border-0 bg-transparent rounded-full transition-colors duration-200 ease-in-out', 'hover:text-gray-700 dark:hover:text-white/80 hover:border-transparent hover:bg-gray-200 dark:hover:bg-gray-800/80 ']
|
|
1400
|
+
},
|
|
1401
|
+
groupcontainer: {
|
|
1402
|
+
"class": 'flex'
|
|
1403
|
+
},
|
|
1404
|
+
group: {
|
|
1405
|
+
"class": ['flex-1', 'border-l border-gray-300 pr-0.5 pl-0.5 pt-0 pb-0', 'first:pl-0 first:border-l-0']
|
|
1406
|
+
},
|
|
1407
|
+
transition: TRANSITIONS.overlay
|
|
1408
|
+
},
|
|
1409
|
+
listbox: {
|
|
1410
|
+
root: {
|
|
1411
|
+
"class": ['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-56']
|
|
1412
|
+
},
|
|
1108
1413
|
wrapper: {
|
|
1109
|
-
"class":
|
|
1414
|
+
"class": 'overflow-auto'
|
|
1110
1415
|
},
|
|
1111
1416
|
list: {
|
|
1112
|
-
"class":
|
|
1417
|
+
"class": 'py-3 list-none m-0'
|
|
1113
1418
|
},
|
|
1114
|
-
item: function item(
|
|
1115
|
-
var context =
|
|
1419
|
+
item: function item(_ref70) {
|
|
1420
|
+
var context = _ref70.context;
|
|
1116
1421
|
return {
|
|
1117
1422
|
"class": ['cursor-pointer font-normal overflow-hidden relative whitespace-nowrap', 'm-0 p-3 border-0 transition-shadow duration-200 rounded-none', 'dark:text-white/80 dark:hover:bg-gray-800', 'hover:text-gray-700 hover:bg-gray-200', {
|
|
1118
|
-
'text-gray-700
|
|
1119
|
-
'
|
|
1423
|
+
'text-gray-700': !context.focused && !context.selected,
|
|
1424
|
+
'bg-gray-300 text-gray-700 dark:text-white/80 dark:bg-gray-800/90': context.focused && !context.selected,
|
|
1425
|
+
'bg-blue-400 text-blue-700 dark:bg-blue-400 dark:text-white/80': context.focused && context.selected,
|
|
1426
|
+
'bg-blue-50 text-blue-700 dark:bg-blue-300 dark:text-white/80': !context.focused && context.selected
|
|
1120
1427
|
}]
|
|
1121
1428
|
};
|
|
1122
1429
|
},
|
|
@@ -1127,18 +1434,18 @@ var Tailwind = {
|
|
|
1127
1434
|
"class": ['p-3 border-b border-gray-300 text-gray-700 bg-gray-100 mt-0 rounded-tl-lg rounded-tr-lg', 'dark:bg-gray-800 dark:text-white/80 dark:border-blue-900/40']
|
|
1128
1435
|
},
|
|
1129
1436
|
filtercontainer: {
|
|
1130
|
-
"class":
|
|
1437
|
+
"class": 'relative'
|
|
1131
1438
|
},
|
|
1132
1439
|
filterinput: {
|
|
1133
1440
|
"class": ['pr-7 -mr-7', 'w-full', 'font-sans text-base text-gray-700 bg-white py-3 px-3 border border-gray-300 transition duration-200 rounded-lg appearance-none', 'dark:bg-gray-900 dark:border-blue-900/40 dark:hover:border-blue-300 dark:text-white/80', '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)]']
|
|
1134
1441
|
},
|
|
1135
1442
|
filtericon: {
|
|
1136
|
-
"class":
|
|
1443
|
+
"class": '-mt-2 absolute top-1/2'
|
|
1137
1444
|
}
|
|
1138
1445
|
},
|
|
1139
1446
|
multiselect: {
|
|
1140
|
-
root: function root(
|
|
1141
|
-
var props =
|
|
1447
|
+
root: function root(_ref71) {
|
|
1448
|
+
var props = _ref71.props;
|
|
1142
1449
|
return {
|
|
1143
1450
|
"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', {
|
|
1144
1451
|
'opacity-60 select-none pointer-events-none cursor-default': props === null || props === void 0 ? void 0 : props.disabled
|
|
@@ -1146,12 +1453,10 @@ var Tailwind = {
|
|
|
1146
1453
|
};
|
|
1147
1454
|
},
|
|
1148
1455
|
labelContainer: {
|
|
1149
|
-
"class":
|
|
1456
|
+
"class": 'overflow-hidden flex flex-auto cursor-pointer'
|
|
1150
1457
|
},
|
|
1151
|
-
label: function label(
|
|
1152
|
-
var props =
|
|
1153
|
-
_ref62.parent;
|
|
1154
|
-
_ref62.context;
|
|
1458
|
+
label: function label(_ref72) {
|
|
1459
|
+
var props = _ref72.props;
|
|
1155
1460
|
return {
|
|
1156
1461
|
"class": ['block overflow-hidden whitespace-nowrap cursor-pointer overflow-ellipsis', 'text-gray-800 dark:text-white/80', 'p-3 transition duration-200', _defineProperty({
|
|
1157
1462
|
'!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),
|
|
@@ -1163,10 +1468,10 @@ var Tailwind = {
|
|
|
1163
1468
|
"class": ['py-1 px-2 mr-2 bg-gray-300 dark:bg-gray-700 text-gray-700 dark:text-white/80 rounded-full', 'cursor-default inline-flex items-center']
|
|
1164
1469
|
},
|
|
1165
1470
|
removeTokenIcon: {
|
|
1166
|
-
"class":
|
|
1471
|
+
"class": 'ml-2'
|
|
1167
1472
|
},
|
|
1168
1473
|
trigger: {
|
|
1169
|
-
"class": ['flex items-center justify-center
|
|
1474
|
+
"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']
|
|
1170
1475
|
},
|
|
1171
1476
|
panel: {
|
|
1172
1477
|
"class": ['bg-white dark:bg-gray-900 text-gray-700 dark:text-white/80 border-0 rounded-md shadow-lg']
|
|
@@ -1177,9 +1482,8 @@ var Tailwind = {
|
|
|
1177
1482
|
headerCheckboxContainer: {
|
|
1178
1483
|
"class": ['inline-flex cursor-pointer select-none align-bottom relative', 'mr-2', 'w-6 h-6']
|
|
1179
1484
|
},
|
|
1180
|
-
headerCheckbox: function headerCheckbox(
|
|
1181
|
-
|
|
1182
|
-
var context = _ref64.context;
|
|
1485
|
+
headerCheckbox: function headerCheckbox(_ref74) {
|
|
1486
|
+
var context = _ref74.context;
|
|
1183
1487
|
return {
|
|
1184
1488
|
"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)]', {
|
|
1185
1489
|
'border-gray-300 dark:border-blue-900/40 bg-white dark:bg-gray-900': !(context !== null && context !== void 0 && context.selected),
|
|
@@ -1188,34 +1492,36 @@ var Tailwind = {
|
|
|
1188
1492
|
};
|
|
1189
1493
|
},
|
|
1190
1494
|
headercheckboxicon: {
|
|
1191
|
-
"class":
|
|
1495
|
+
"class": 'w-4 h-4 transition-all duration-200 text-white text-base'
|
|
1192
1496
|
},
|
|
1193
1497
|
closeButton: {
|
|
1194
1498
|
"class": ['flex items-center justify-center overflow-hidden relative', 'w-8 h-8 text-gray-500 dark:text-white/70 border-0 bg-transparent rounded-full transition duration-200 ease-in-out mr-2 last:mr-0', 'hover:text-gray-700 dark:hover:text-white/80 hover:border-transparent hover:bg-gray-200 dark:hover:bg-gray-800/80 ', '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)]']
|
|
1195
1499
|
},
|
|
1196
1500
|
closeButtonIcon: {
|
|
1197
|
-
"class":
|
|
1501
|
+
"class": 'w-4 h-4 inline-block'
|
|
1198
1502
|
},
|
|
1199
1503
|
wrapper: {
|
|
1200
1504
|
"class": ['max-h-[200px] overflow-auto', 'bg-white text-gray-700 border-0 rounded-md shadow-lg', 'dark:bg-gray-900 dark:text-white/80']
|
|
1201
1505
|
},
|
|
1202
1506
|
list: {
|
|
1203
|
-
"class":
|
|
1507
|
+
"class": 'py-3 list-none m-0'
|
|
1204
1508
|
},
|
|
1205
|
-
item: function item(
|
|
1206
|
-
var context =
|
|
1509
|
+
item: function item(_ref75) {
|
|
1510
|
+
var context = _ref75.context;
|
|
1207
1511
|
return {
|
|
1208
1512
|
"class": ['cursor-pointer font-normal overflow-hidden relative whitespace-nowrap', 'm-0 p-3 border-0 transition-shadow duration-200 rounded-none', 'dark:text-white/80 dark:hover:bg-gray-800', 'hover:text-gray-700 hover:bg-gray-200', {
|
|
1209
|
-
'text-gray-700
|
|
1210
|
-
'
|
|
1513
|
+
'text-gray-700': !context.focused && !context.selected,
|
|
1514
|
+
'bg-gray-300 text-gray-700 dark:text-white/80 dark:bg-gray-800/90': context.focused && !context.selected,
|
|
1515
|
+
'bg-blue-400 text-blue-700 dark:bg-blue-400 dark:text-white/80': context.focused && context.selected,
|
|
1516
|
+
'bg-blue-50 text-blue-700 dark:bg-blue-300 dark:text-white/80': !context.focused && context.selected
|
|
1211
1517
|
}]
|
|
1212
1518
|
};
|
|
1213
1519
|
},
|
|
1214
1520
|
checkboxContainer: {
|
|
1215
1521
|
"class": ['inline-flex cursor-pointer select-none align-bottom relative', 'mr-2', 'w-6 h-6']
|
|
1216
1522
|
},
|
|
1217
|
-
checkbox: function checkbox(
|
|
1218
|
-
var context =
|
|
1523
|
+
checkbox: function checkbox(_ref76) {
|
|
1524
|
+
var context = _ref76.context;
|
|
1219
1525
|
return {
|
|
1220
1526
|
"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)]', {
|
|
1221
1527
|
'border-gray-300 dark:border-blue-900/40 bg-white dark:bg-gray-900': !(context !== null && context !== void 0 && context.selected),
|
|
@@ -1224,27 +1530,28 @@ var Tailwind = {
|
|
|
1224
1530
|
};
|
|
1225
1531
|
},
|
|
1226
1532
|
checkboxicon: {
|
|
1227
|
-
"class":
|
|
1533
|
+
"class": 'w-4 h-4 transition-all duration-200 text-white text-base'
|
|
1228
1534
|
},
|
|
1229
1535
|
itemgroup: {
|
|
1230
1536
|
"class": ['m-0 p-3 text-gray-800 bg-white font-bold', 'dark:bg-gray-900 dark:text-white/80', 'cursor-auto']
|
|
1231
1537
|
},
|
|
1232
1538
|
filtercontainer: {
|
|
1233
|
-
"class":
|
|
1539
|
+
"class": 'relative'
|
|
1234
1540
|
},
|
|
1235
1541
|
filterinput: {
|
|
1236
1542
|
"class": ['pr-7 -mr-7', 'w-full', 'font-sans text-base text-gray-700 bg-white py-3 px-3 border border-gray-300 transition duration-200 rounded-lg appearance-none', 'dark:bg-gray-900 dark:border-blue-900/40 dark:hover:border-blue-300 dark:text-white/80', '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)]']
|
|
1237
1543
|
},
|
|
1238
1544
|
filtericon: {
|
|
1239
|
-
"class":
|
|
1545
|
+
"class": '-mt-2 absolute top-1/2'
|
|
1240
1546
|
},
|
|
1241
1547
|
clearicon: {
|
|
1242
|
-
"class":
|
|
1243
|
-
}
|
|
1548
|
+
"class": 'text-gray-500 right-12 -mt-2 absolute top-1/2'
|
|
1549
|
+
},
|
|
1550
|
+
transition: TRANSITIONS.overlay
|
|
1244
1551
|
},
|
|
1245
1552
|
textarea: {
|
|
1246
|
-
root: function root(
|
|
1247
|
-
var context =
|
|
1553
|
+
root: function root(_ref77) {
|
|
1554
|
+
var context = _ref77.context;
|
|
1248
1555
|
return {
|
|
1249
1556
|
"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)]', {
|
|
1250
1557
|
'opacity-60 select-none pointer-events-none cursor-default': context.disabled
|
|
@@ -1253,8 +1560,8 @@ var Tailwind = {
|
|
|
1253
1560
|
}
|
|
1254
1561
|
},
|
|
1255
1562
|
treeselect: {
|
|
1256
|
-
root: function root(
|
|
1257
|
-
var props =
|
|
1563
|
+
root: function root(_ref78) {
|
|
1564
|
+
var props = _ref78.props;
|
|
1258
1565
|
return {
|
|
1259
1566
|
"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', {
|
|
1260
1567
|
'opacity-60 select-none pointer-events-none cursor-default': props === null || props === void 0 ? void 0 : props.disabled
|
|
@@ -1264,25 +1571,23 @@ var Tailwind = {
|
|
|
1264
1571
|
labelContainer: {
|
|
1265
1572
|
"class": ['overflow-hidden flex flex-auto cursor-pointer']
|
|
1266
1573
|
},
|
|
1267
|
-
label:
|
|
1268
|
-
|
|
1269
|
-
return {
|
|
1270
|
-
"class": ['block overflow-hidden whitespace-nowrap cursor-pointer overflow-ellipsis', 'text-gray-800 dark:text-white/80', 'p-3 transition duration-200']
|
|
1271
|
-
};
|
|
1574
|
+
label: {
|
|
1575
|
+
"class": ['block overflow-hidden whitespace-nowrap cursor-pointer overflow-ellipsis', 'text-gray-800 dark:text-white/80', 'p-3 transition duration-200']
|
|
1272
1576
|
},
|
|
1273
1577
|
trigger: {
|
|
1274
|
-
"class": ['flex items-center justify-center
|
|
1578
|
+
"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']
|
|
1275
1579
|
},
|
|
1276
1580
|
panel: {
|
|
1277
1581
|
"class": ['bg-white dark:bg-gray-900 text-gray-700 dark:text-white/80 border-0 rounded-md shadow-lg']
|
|
1278
1582
|
},
|
|
1279
1583
|
wrapper: {
|
|
1280
1584
|
"class": ['max-h-[200px] overflow-auto', 'bg-white dark:bg-gray-900 text-gray-700 dark:text-white/80 border-0 rounded-md shadow-lg']
|
|
1281
|
-
}
|
|
1585
|
+
},
|
|
1586
|
+
transition: TRANSITIONS.overlay
|
|
1282
1587
|
},
|
|
1283
1588
|
autocomplete: {
|
|
1284
|
-
root: function root(
|
|
1285
|
-
var props =
|
|
1589
|
+
root: function root(_ref79) {
|
|
1590
|
+
var props = _ref79.props;
|
|
1286
1591
|
return {
|
|
1287
1592
|
"class": ['relative inline-flex', {
|
|
1288
1593
|
'opacity-60 select-none pointer-events-none cursor-default': props.disabled
|
|
@@ -1297,10 +1602,10 @@ var Tailwind = {
|
|
|
1297
1602
|
inputtoken: {
|
|
1298
1603
|
"class": ['py-0.375rem px-0', 'flex-1 inline-flex']
|
|
1299
1604
|
},
|
|
1300
|
-
input: function input(
|
|
1301
|
-
var props =
|
|
1605
|
+
input: function input(_ref80) {
|
|
1606
|
+
var props = _ref80.props;
|
|
1302
1607
|
return {
|
|
1303
|
-
"class": ['m-0', ' transition-colors duration-200 appearance-none rounded-lg',
|
|
1608
|
+
"class": ['m-0', ' transition-colors duration-200 appearance-none rounded-lg', {
|
|
1304
1609
|
'rounded-tr-none rounded-br-none': props.dropdown
|
|
1305
1610
|
}, {
|
|
1306
1611
|
'font-sans text-base text-gray-700 dark:text-white/80 bg-white dark:bg-gray-900 p-3 border border-gray-300 dark:border-blue-900/40 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:border-blue-500 focus:outline-none': !props.multiple,
|
|
@@ -1313,31 +1618,34 @@ var Tailwind = {
|
|
|
1313
1618
|
},
|
|
1314
1619
|
dropdownbutton: {
|
|
1315
1620
|
root: {
|
|
1316
|
-
"class":
|
|
1621
|
+
"class": 'rounded-tl-none rounded-bl-none'
|
|
1317
1622
|
}
|
|
1318
1623
|
},
|
|
1319
1624
|
panel: {
|
|
1320
1625
|
"class": ['bg-white text-gray-700 border-0 rounded-md shadow-lg', 'max-h-[200px] overflow-auto', 'bg-white text-gray-700 border-0 rounded-md shadow-lg', 'dark:bg-gray-900 dark:text-white/80']
|
|
1321
1626
|
},
|
|
1322
1627
|
list: {
|
|
1323
|
-
"class":
|
|
1628
|
+
"class": 'py-3 list-none m-0'
|
|
1324
1629
|
},
|
|
1325
|
-
item: function item(
|
|
1326
|
-
var context =
|
|
1630
|
+
item: function item(_ref81) {
|
|
1631
|
+
var context = _ref81.context;
|
|
1327
1632
|
return {
|
|
1328
1633
|
"class": ['cursor-pointer font-normal overflow-hidden relative whitespace-nowrap', 'm-0 p-3 border-0 transition-shadow duration-200 rounded-none', 'dark:text-white/80 dark:hover:bg-gray-800', 'hover:text-gray-700 hover:bg-gray-200', {
|
|
1329
|
-
'text-gray-700
|
|
1330
|
-
'
|
|
1634
|
+
'text-gray-700': !context.focused && !context.selected,
|
|
1635
|
+
'bg-gray-300 text-gray-700 dark:text-white/80 dark:bg-gray-800/90': context.focused && !context.selected,
|
|
1636
|
+
'bg-blue-500 text-blue-700 dark:bg-blue-400 dark:text-white/80': context.focused && context.selected,
|
|
1637
|
+
'bg-blue-50 text-blue-700 dark:bg-blue-300 dark:text-white/80': !context.focused && context.selected
|
|
1331
1638
|
}]
|
|
1332
1639
|
};
|
|
1333
1640
|
},
|
|
1334
1641
|
itemgroup: {
|
|
1335
1642
|
"class": ['m-0 p-3 text-gray-800 bg-white font-bold', 'dark:bg-gray-900 dark:text-white/80', 'cursor-auto']
|
|
1336
|
-
}
|
|
1643
|
+
},
|
|
1644
|
+
transition: TRANSITIONS.overlay
|
|
1337
1645
|
},
|
|
1338
1646
|
chips: {
|
|
1339
|
-
root: function root(
|
|
1340
|
-
var props =
|
|
1647
|
+
root: function root(_ref82) {
|
|
1648
|
+
var props = _ref82.props;
|
|
1341
1649
|
return {
|
|
1342
1650
|
"class": ['flex', {
|
|
1343
1651
|
'opacity-60 select-none pointer-events-none cursor-default': props.disabled
|
|
@@ -1345,7 +1653,7 @@ var Tailwind = {
|
|
|
1345
1653
|
};
|
|
1346
1654
|
},
|
|
1347
1655
|
container: {
|
|
1348
|
-
"class": ['m-0 py-1.5 px-3 list-none cursor-text overflow-hidden flex items-center flex-wrap', 'w-full', '
|
|
1656
|
+
"class": ['m-0 py-1.5 px-3 list-none cursor-text overflow-hidden flex items-center flex-wrap', 'w-full', 'font-sans text-base text-gray-600 dark:text-white/70 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)]']
|
|
1349
1657
|
},
|
|
1350
1658
|
inputtoken: {
|
|
1351
1659
|
"class": ['py-1.5 px-0', 'flex flex-1 inline-flex']
|
|
@@ -1357,12 +1665,12 @@ var Tailwind = {
|
|
|
1357
1665
|
"class": ['py-1 px-2 mr-2 bg-gray-300 dark:bg-gray-700 text-gray-700 dark:text-white/80 rounded-full', 'cursor-default inline-flex items-center']
|
|
1358
1666
|
},
|
|
1359
1667
|
removeTokenIcon: {
|
|
1360
|
-
"class":
|
|
1668
|
+
"class": 'ml-2'
|
|
1361
1669
|
}
|
|
1362
1670
|
},
|
|
1363
1671
|
colorpicker: {
|
|
1364
|
-
root: function root(
|
|
1365
|
-
var props =
|
|
1672
|
+
root: function root(_ref83) {
|
|
1673
|
+
var props = _ref83.props;
|
|
1366
1674
|
return {
|
|
1367
1675
|
"class": ['inline-block', {
|
|
1368
1676
|
'opacity-60 select-none pointer-events-none cursor-default': props.disabled
|
|
@@ -1372,8 +1680,8 @@ var Tailwind = {
|
|
|
1372
1680
|
input: {
|
|
1373
1681
|
"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']
|
|
1374
1682
|
},
|
|
1375
|
-
panel: function panel(
|
|
1376
|
-
var props =
|
|
1683
|
+
panel: function panel(_ref84) {
|
|
1684
|
+
var props = _ref84.props;
|
|
1377
1685
|
return {
|
|
1378
1686
|
"class": ['shadow-md', 'bg-gray-800 border-gray-900', {
|
|
1379
1687
|
'relative h-48 w-52': props.inline,
|
|
@@ -1382,10 +1690,10 @@ var Tailwind = {
|
|
|
1382
1690
|
};
|
|
1383
1691
|
},
|
|
1384
1692
|
selector: {
|
|
1385
|
-
"class":
|
|
1693
|
+
"class": 'absolute h-44 w-40 top-2 left-2'
|
|
1386
1694
|
},
|
|
1387
1695
|
color: {
|
|
1388
|
-
"class":
|
|
1696
|
+
"class": 'h-44 w-40',
|
|
1389
1697
|
style: 'background: linear-gradient(to top, #000 0%, rgb(0 0 0 / 0) 100%), linear-gradient(to right, #fff 0%, rgb(255 255 255 / 0) 100%)'
|
|
1390
1698
|
},
|
|
1391
1699
|
colorhandle: {
|
|
@@ -1396,8 +1704,9 @@ var Tailwind = {
|
|
|
1396
1704
|
style: 'background: linear-gradient(0deg, red 0, #ff0 17%, #0f0 33%, #0ff 50%, #00f 67%, #f0f 83%, red)'
|
|
1397
1705
|
},
|
|
1398
1706
|
huehandle: {
|
|
1399
|
-
"class":
|
|
1400
|
-
}
|
|
1707
|
+
"class": 'border-solid border-2 cursor-pointer h-2 w-8 left-0 -ml-1 -mt-1 opacity-85 absolute'
|
|
1708
|
+
},
|
|
1709
|
+
transition: TRANSITIONS.overlay
|
|
1401
1710
|
},
|
|
1402
1711
|
editor: {
|
|
1403
1712
|
toolbar: {
|
|
@@ -1411,10 +1720,9 @@ var Tailwind = {
|
|
|
1411
1720
|
}
|
|
1412
1721
|
},
|
|
1413
1722
|
//MISC
|
|
1414
|
-
|
|
1415
1723
|
badge: {
|
|
1416
|
-
root: function root(
|
|
1417
|
-
var props =
|
|
1724
|
+
root: function root(_ref85) {
|
|
1725
|
+
var props = _ref85.props;
|
|
1418
1726
|
return {
|
|
1419
1727
|
"class": ['rounded-full p-0 text-center inline-block', 'bg-blue-500 text-white font-bold', {
|
|
1420
1728
|
'bg-gray-500 ': props.severity == 'secondary',
|
|
@@ -1432,9 +1740,9 @@ var Tailwind = {
|
|
|
1432
1740
|
}
|
|
1433
1741
|
},
|
|
1434
1742
|
avatar: {
|
|
1435
|
-
root: function root(
|
|
1436
|
-
var props =
|
|
1437
|
-
parent =
|
|
1743
|
+
root: function root(_ref86) {
|
|
1744
|
+
var props = _ref86.props,
|
|
1745
|
+
parent = _ref86.parent;
|
|
1438
1746
|
return {
|
|
1439
1747
|
"class": ['flex items-center justify-center', 'bg-gray-300 dark:bg-gray-800', {
|
|
1440
1748
|
'rounded-lg': props.shape == 'square',
|
|
@@ -1444,18 +1752,17 @@ var Tailwind = {
|
|
|
1444
1752
|
'w-12 h-12 text-xl': props.size == 'large',
|
|
1445
1753
|
'w-16 h-16 text-2xl': props.size == 'xlarge'
|
|
1446
1754
|
}, {
|
|
1447
|
-
'-ml-4 border-2 border-white dark:border-gray-900': parent.instance.$css !== undefined
|
|
1448
|
-
'': !(parent.instance.$css !== undefined)
|
|
1755
|
+
'-ml-4 border-2 border-white dark:border-gray-900': parent.instance.$css !== undefined
|
|
1449
1756
|
}]
|
|
1450
1757
|
};
|
|
1451
1758
|
},
|
|
1452
1759
|
image: {
|
|
1453
|
-
"class":
|
|
1760
|
+
"class": 'h-full w-full'
|
|
1454
1761
|
}
|
|
1455
1762
|
},
|
|
1456
1763
|
avatargroup: {
|
|
1457
1764
|
root: {
|
|
1458
|
-
"class":
|
|
1765
|
+
"class": 'flex items-center'
|
|
1459
1766
|
}
|
|
1460
1767
|
},
|
|
1461
1768
|
chip: {
|
|
@@ -1463,10 +1770,10 @@ var Tailwind = {
|
|
|
1463
1770
|
"class": ['inline-flex items-center', 'bg-gray-200 text-gray-800 rounded-[16px] px-3 dark:text-white/80 dark:bg-gray-900']
|
|
1464
1771
|
},
|
|
1465
1772
|
label: {
|
|
1466
|
-
"class":
|
|
1773
|
+
"class": 'leading-6 mt-1.5 mb-1.5'
|
|
1467
1774
|
},
|
|
1468
1775
|
icon: {
|
|
1469
|
-
"class":
|
|
1776
|
+
"class": 'leading-6 mr-2'
|
|
1470
1777
|
},
|
|
1471
1778
|
image: {
|
|
1472
1779
|
"class": ['w-9 h-9 ml-[-0.75rem] mr-2', 'rounded-full']
|
|
@@ -1476,17 +1783,15 @@ var Tailwind = {
|
|
|
1476
1783
|
}
|
|
1477
1784
|
},
|
|
1478
1785
|
progressbar: {
|
|
1479
|
-
root:
|
|
1480
|
-
|
|
1481
|
-
return {
|
|
1482
|
-
"class": ['overflow-hidden relative', 'border-0 h-6 bg-gray-200 rounded-md dark:bg-gray-800']
|
|
1483
|
-
};
|
|
1786
|
+
root: {
|
|
1787
|
+
"class": ['overflow-hidden relative', 'border-0 h-6 bg-gray-200 rounded-md dark:bg-gray-800']
|
|
1484
1788
|
},
|
|
1485
|
-
value: function value(
|
|
1486
|
-
var props =
|
|
1789
|
+
value: function value(_ref87) {
|
|
1790
|
+
var props = _ref87.props;
|
|
1487
1791
|
return {
|
|
1488
|
-
"class": ['
|
|
1489
|
-
'
|
|
1792
|
+
"class": ['border-0 m-0 bg-blue-500', {
|
|
1793
|
+
'transition-width duration-1000 ease-in-out absolute items-center border-0 flex h-full justify-center overflow-hidden w-0': props.mode !== 'indeterminate',
|
|
1794
|
+
'progressbar-value-animate before:absolute before:top-0 before:left-0 before:bottom-0 before:bg-inherit after:absolute after:top-0 after:left-0 after:bottom-0 after:bg-inherit after:delay-1000': props.mode == 'indeterminate'
|
|
1490
1795
|
}]
|
|
1491
1796
|
};
|
|
1492
1797
|
},
|
|
@@ -1499,15 +1804,15 @@ var Tailwind = {
|
|
|
1499
1804
|
"class": ['relative mx-auto w-28 h-28 inline-block', 'before:block before:pt-full']
|
|
1500
1805
|
},
|
|
1501
1806
|
spinner: {
|
|
1502
|
-
"class":
|
|
1807
|
+
"class": 'absolute top-0 bottom-0 left-0 right-0 m-auto w-full h-full transform origin-center animate-spin'
|
|
1503
1808
|
},
|
|
1504
1809
|
circle: {
|
|
1505
|
-
"class":
|
|
1810
|
+
"class": 'text-red-500 progress-spinner-circle'
|
|
1506
1811
|
}
|
|
1507
1812
|
},
|
|
1508
1813
|
skeleton: {
|
|
1509
|
-
root: function root(
|
|
1510
|
-
var props =
|
|
1814
|
+
root: function root(_ref88) {
|
|
1815
|
+
var props = _ref88.props;
|
|
1511
1816
|
return {
|
|
1512
1817
|
"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', {
|
|
1513
1818
|
'rounded-md': props.shape !== 'circle',
|
|
@@ -1517,8 +1822,8 @@ var Tailwind = {
|
|
|
1517
1822
|
}
|
|
1518
1823
|
},
|
|
1519
1824
|
tag: {
|
|
1520
|
-
root: function root(
|
|
1521
|
-
var props =
|
|
1825
|
+
root: function root(_ref89) {
|
|
1826
|
+
var props = _ref89.props;
|
|
1522
1827
|
return {
|
|
1523
1828
|
"class": ['inline-flex items-center justify-center', 'bg-blue-500 text-white text-xs font-semibold px-2 py-1 ', {
|
|
1524
1829
|
'bg-gray-500 ': props.severity == 'secondary',
|
|
@@ -1534,43 +1839,54 @@ var Tailwind = {
|
|
|
1534
1839
|
};
|
|
1535
1840
|
},
|
|
1536
1841
|
value: {
|
|
1537
|
-
"class":
|
|
1842
|
+
"class": 'leading-6'
|
|
1538
1843
|
},
|
|
1539
1844
|
icon: {
|
|
1540
|
-
"class":
|
|
1845
|
+
"class": 'mr-1 text-sm'
|
|
1541
1846
|
}
|
|
1542
1847
|
},
|
|
1543
1848
|
inplace: {
|
|
1544
|
-
display:
|
|
1545
|
-
|
|
1546
|
-
return {
|
|
1547
|
-
"class": ['p-3 rounded-md transition duration-200 ', 'inline cursor-pointer', 'hover:bg-gray-200 hover:text-gray-700 dark:hover:bg-gray-800/80 dark:hover:text-white/80']
|
|
1548
|
-
};
|
|
1849
|
+
display: {
|
|
1850
|
+
"class": ['p-3 rounded-md transition duration-200 text-gray-700 dark:text-white/80', 'inline cursor-pointer', 'hover:bg-gray-200 hover:text-gray-700 dark:hover:bg-gray-800/80 dark:hover:text-white/80']
|
|
1549
1851
|
}
|
|
1550
1852
|
},
|
|
1551
1853
|
scrolltop: {
|
|
1552
|
-
root: function root(
|
|
1553
|
-
|
|
1854
|
+
root: function root(_ref90) {
|
|
1855
|
+
var props = _ref90.props;
|
|
1554
1856
|
return {
|
|
1555
|
-
"class": ['fixed bottom-20 right-20 flex items-center justify-center', '
|
|
1857
|
+
"class": ['fixed bottom-20 right-20 flex items-center justify-center', 'ml-auto', {
|
|
1858
|
+
'!bg-blue-500 hover:bg-blue-600 text-white rounded-md h-8 w-8': props.target == 'parent',
|
|
1859
|
+
'!bg-gray-700 hover:bg-gray-800 h-12 w-12 rounded-full text-white': props.target !== 'parent'
|
|
1860
|
+
}]
|
|
1556
1861
|
};
|
|
1862
|
+
},
|
|
1863
|
+
transition: {
|
|
1864
|
+
enterFromClass: 'opacity-0',
|
|
1865
|
+
enterActiveClass: 'transition-opacity duration-150',
|
|
1866
|
+
leaveActiveClass: 'transition-opacity duration-150',
|
|
1867
|
+
leaveToClass: 'opacity-0'
|
|
1557
1868
|
}
|
|
1558
1869
|
},
|
|
1559
1870
|
terminal: {
|
|
1560
|
-
root:
|
|
1561
|
-
|
|
1562
|
-
return {
|
|
1563
|
-
"class": ['border border-gray-300 p-5', 'bg-gray-900 text-white dark:border-blue-900/40 ', 'h-72 overflow-auto']
|
|
1564
|
-
};
|
|
1871
|
+
root: {
|
|
1872
|
+
"class": ['border border-gray-300 p-5', 'bg-gray-900 text-white dark:border-blue-900/40 ', 'h-72 overflow-auto']
|
|
1565
1873
|
},
|
|
1566
1874
|
container: {
|
|
1567
|
-
"class":
|
|
1875
|
+
"class": 'flex items-center'
|
|
1568
1876
|
},
|
|
1569
1877
|
prompt: {
|
|
1570
|
-
"class":
|
|
1878
|
+
"class": 'text-yellow-400'
|
|
1571
1879
|
},
|
|
1572
1880
|
commandtext: {
|
|
1573
|
-
"class":
|
|
1881
|
+
"class": 'flex-1 shrink grow-0 border-0 bg-transparent text-inherit p-0 outline-none'
|
|
1882
|
+
}
|
|
1883
|
+
},
|
|
1884
|
+
blockui: {
|
|
1885
|
+
root: {
|
|
1886
|
+
"class": 'relative'
|
|
1887
|
+
},
|
|
1888
|
+
mask: {
|
|
1889
|
+
"class": 'bg-black/40'
|
|
1574
1890
|
}
|
|
1575
1891
|
},
|
|
1576
1892
|
//MENU
|
|
@@ -1579,13 +1895,13 @@ var Tailwind = {
|
|
|
1579
1895
|
"class": ['overflow-x-auto', 'bg-white dark:bg-gray-900 border border-gray-300 dark:border-blue-900/40 rounded-md p-4']
|
|
1580
1896
|
},
|
|
1581
1897
|
menu: {
|
|
1582
|
-
"class":
|
|
1898
|
+
"class": 'm-0 p-0 list-none flex items-center flex-nowrap'
|
|
1583
1899
|
},
|
|
1584
1900
|
action: {
|
|
1585
1901
|
"class": ['text-decoration-none flex items-center', 'transition-shadow duration-200 rounded-md text-gray-600 dark:text-white/70', '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)]']
|
|
1586
1902
|
},
|
|
1587
1903
|
icon: {
|
|
1588
|
-
"class":
|
|
1904
|
+
"class": 'text-gray-600 dark:text-white/70'
|
|
1589
1905
|
},
|
|
1590
1906
|
separator: {
|
|
1591
1907
|
"class": ['mx-2 text-gray-600 dark:text-white/70', 'flex items-center']
|
|
@@ -1593,30 +1909,44 @@ var Tailwind = {
|
|
|
1593
1909
|
},
|
|
1594
1910
|
contextmenu: {
|
|
1595
1911
|
root: {
|
|
1596
|
-
"class":
|
|
1912
|
+
"class": 'py-1 bg-white dark:bg-gray-900 text-gray-700 dark:text-white/80 border-none shadow-md rounded-lg w-52'
|
|
1597
1913
|
},
|
|
1598
1914
|
menu: {
|
|
1599
1915
|
"class": ['m-0 p-0 list-none', 'outline-none']
|
|
1600
1916
|
},
|
|
1601
1917
|
menuitem: {
|
|
1602
|
-
"class":
|
|
1918
|
+
"class": 'relative'
|
|
1603
1919
|
},
|
|
1604
|
-
content: {
|
|
1605
|
-
|
|
1920
|
+
content: function content(_ref91) {
|
|
1921
|
+
var context = _ref91.context;
|
|
1922
|
+
return {
|
|
1923
|
+
"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',
|
|
1924
|
+
// Hover
|
|
1925
|
+
{
|
|
1926
|
+
'text-gray-700': !context.focused && !context.active,
|
|
1927
|
+
'bg-gray-300 text-gray-700 dark:text-white/80 dark:bg-gray-800/90': context.focused && !context.active,
|
|
1928
|
+
'bg-blue-500 text-blue-700 dark:bg-blue-400 dark:text-white/80': context.focused && context.active,
|
|
1929
|
+
'bg-blue-50 text-blue-700 dark:bg-blue-300 dark:text-white/80': !context.focused && context.active
|
|
1930
|
+
}]
|
|
1931
|
+
};
|
|
1606
1932
|
},
|
|
1607
1933
|
action: {
|
|
1608
1934
|
"class": ['cursor-pointer flex items-center no-underline overflow-hidden relative', 'text-gray-700 dark:text-white/80 py-3 px-5 select-none']
|
|
1609
1935
|
},
|
|
1610
1936
|
icon: {
|
|
1611
|
-
"class":
|
|
1937
|
+
"class": 'text-gray-600 dark:text-white/70 mr-2'
|
|
1612
1938
|
},
|
|
1613
1939
|
label: {
|
|
1614
|
-
"class":
|
|
1940
|
+
"class": 'text-gray-600 dark:text-white/70'
|
|
1941
|
+
},
|
|
1942
|
+
transition: {
|
|
1943
|
+
enterFromClass: 'opacity-0',
|
|
1944
|
+
enterActiveClass: 'transition-opacity duration-250'
|
|
1615
1945
|
}
|
|
1616
1946
|
},
|
|
1617
1947
|
dock: {
|
|
1618
|
-
root: function root(
|
|
1619
|
-
var props =
|
|
1948
|
+
root: function root(_ref92) {
|
|
1949
|
+
var props = _ref92.props;
|
|
1620
1950
|
return {
|
|
1621
1951
|
"class": ['absolute z-1 flex justify-center items-center pointer-events-none', {
|
|
1622
1952
|
'left-0 bottom-0 w-full': props.position == 'bottom',
|
|
@@ -1629,18 +1959,18 @@ var Tailwind = {
|
|
|
1629
1959
|
container: {
|
|
1630
1960
|
"class": ['flex pointer-events-auto', 'bg-white/10 border-white/20 p-2 border rounded-md']
|
|
1631
1961
|
},
|
|
1632
|
-
menu: function menu(
|
|
1633
|
-
var props =
|
|
1962
|
+
menu: function menu(_ref93) {
|
|
1963
|
+
var props = _ref93.props;
|
|
1634
1964
|
return {
|
|
1635
1965
|
"class": ['m-0 p-0 list-none flex items-center justify-center', 'outline-none', {
|
|
1636
1966
|
'flex-col': props.position == 'left' || props.position == 'right'
|
|
1637
1967
|
}]
|
|
1638
1968
|
};
|
|
1639
1969
|
},
|
|
1640
|
-
menuitem: function menuitem(
|
|
1641
|
-
var props =
|
|
1642
|
-
context =
|
|
1643
|
-
instance =
|
|
1970
|
+
menuitem: function menuitem(_ref94) {
|
|
1971
|
+
var props = _ref94.props,
|
|
1972
|
+
context = _ref94.context,
|
|
1973
|
+
instance = _ref94.instance;
|
|
1644
1974
|
return {
|
|
1645
1975
|
"class": ['p-2 rounded-md', 'transition-all duration-200 ease-cubic-bezier-will-change-transform transform ', {
|
|
1646
1976
|
'origin-bottom hover:mx-6': props.position == 'bottom',
|
|
@@ -1660,31 +1990,38 @@ var Tailwind = {
|
|
|
1660
1990
|
},
|
|
1661
1991
|
menu: {
|
|
1662
1992
|
root: {
|
|
1663
|
-
"class":
|
|
1993
|
+
"class": 'py-1 bg-white dark:bg-gray-900 text-gray-700 dark:text-white/80 border border-gray-300 dark:border-blue-900/40 rounded-md w-48'
|
|
1664
1994
|
},
|
|
1665
1995
|
menu: {
|
|
1666
1996
|
"class": ['m-0 p-0 list-none', 'outline-none']
|
|
1667
1997
|
},
|
|
1668
|
-
content: {
|
|
1669
|
-
|
|
1998
|
+
content: function content(_ref95) {
|
|
1999
|
+
var context = _ref95.context;
|
|
2000
|
+
return {
|
|
2001
|
+
"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',
|
|
2002
|
+
// Hover
|
|
2003
|
+
{
|
|
2004
|
+
'bg-gray-300 text-gray-700 dark:text-white/80 dark:bg-gray-800/90': context.focused
|
|
2005
|
+
}]
|
|
2006
|
+
};
|
|
1670
2007
|
},
|
|
1671
2008
|
action: {
|
|
1672
2009
|
"class": ['text-gray-700 dark:text-white/80 py-3 px-5 select-none', 'cursor-pointer flex items-center no-underline overflow-hidden relative']
|
|
1673
2010
|
},
|
|
1674
2011
|
icon: {
|
|
1675
|
-
"class":
|
|
2012
|
+
"class": 'text-gray-600 dark:text-white/70 mr-2'
|
|
1676
2013
|
},
|
|
1677
2014
|
submenuheader: {
|
|
1678
2015
|
"class": ['m-0 p-3 text-gray-700 dark:text-white/80 bg-white dark:bg-gray-900 font-bold rounded-tl-none rounded-tr-none']
|
|
1679
|
-
}
|
|
2016
|
+
},
|
|
2017
|
+
transition: TRANSITIONS.overlay
|
|
1680
2018
|
},
|
|
1681
2019
|
menubar: {
|
|
1682
2020
|
root: {
|
|
1683
|
-
"class": ['p-2 bg-gray-100 dark:bg-gray-900
|
|
2021
|
+
"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']
|
|
1684
2022
|
},
|
|
1685
|
-
menu: function menu(
|
|
1686
|
-
var props =
|
|
1687
|
-
_ref88.context;
|
|
2023
|
+
menu: function menu(_ref96) {
|
|
2024
|
+
var props = _ref96.props;
|
|
1688
2025
|
return {
|
|
1689
2026
|
"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', {
|
|
1690
2027
|
'hidden ': !(props !== null && props !== void 0 && props.mobileActive),
|
|
@@ -1692,59 +2029,49 @@ var Tailwind = {
|
|
|
1692
2029
|
}]
|
|
1693
2030
|
};
|
|
1694
2031
|
},
|
|
1695
|
-
menuitem:
|
|
1696
|
-
|
|
1697
|
-
_ref89.context;
|
|
1698
|
-
return {
|
|
1699
|
-
"class": ['sm:relative sm:w-auto', 'w-full static']
|
|
1700
|
-
};
|
|
2032
|
+
menuitem: {
|
|
2033
|
+
"class": 'sm:relative sm:w-auto w-full static'
|
|
1701
2034
|
},
|
|
1702
|
-
content: function content(
|
|
1703
|
-
var props =
|
|
1704
|
-
context =
|
|
2035
|
+
content: function content(_ref97) {
|
|
2036
|
+
var props = _ref97.props,
|
|
2037
|
+
context = _ref97.context;
|
|
1705
2038
|
return {
|
|
1706
|
-
"class": [' transition-shadow duration-200', {
|
|
1707
|
-
'rounded-md': props.root
|
|
1708
|
-
'': !props.root
|
|
2039
|
+
"class": [' transition-shadow duration-200', '', {
|
|
2040
|
+
'rounded-md': props.root
|
|
1709
2041
|
}, {
|
|
1710
|
-
'text-gray-700 dark:text-white/80
|
|
1711
|
-
'text-
|
|
2042
|
+
'text-gray-700 dark:text-white/80': !context.focused && !context.active,
|
|
2043
|
+
'bg-gray-300 text-gray-700 dark:text-white/80 dark:bg-gray-800/90': context.focused && !context.active,
|
|
2044
|
+
'bg-blue-100 text-blue-700 dark:bg-blue-400 dark:text-white/80': context.focused && context.active,
|
|
2045
|
+
'bg-blue-50 text-blue-700 dark:bg-blue-300 dark:text-white/80': !context.focused && context.active
|
|
2046
|
+
}, {
|
|
2047
|
+
'hover:text-gray-700 dark:hover:text-white/80 hover:bg-gray-200 dark:hover:bg-gray-800/80': !context.active,
|
|
2048
|
+
'hover:bg-blue-200 dark:hover:bg-blue-500': context.active
|
|
1712
2049
|
}]
|
|
1713
2050
|
};
|
|
1714
2051
|
},
|
|
1715
|
-
action: function action(
|
|
1716
|
-
|
|
1717
|
-
_ref91.context;
|
|
1718
|
-
return {
|
|
1719
|
-
"class": ['select-none', 'cursor-pointer flex items-center no-underline overflow-hidden relative', 'py-3 px-5 select-none']
|
|
1720
|
-
};
|
|
1721
|
-
},
|
|
1722
|
-
icon: function icon(_ref92) {
|
|
1723
|
-
_ref92.props;
|
|
1724
|
-
var context = _ref92.context;
|
|
2052
|
+
action: function action(_ref98) {
|
|
2053
|
+
var context = _ref98.context;
|
|
1725
2054
|
return {
|
|
1726
|
-
"class": ['
|
|
1727
|
-
'
|
|
1728
|
-
'
|
|
2055
|
+
"class": ['select-none', 'cursor-pointer flex items-center no-underline overflow-hidden relative', 'py-3 px-5 select-none', {
|
|
2056
|
+
'max-[960px]:pl-9': context.level === 1,
|
|
2057
|
+
'max-[960px]:pl-14': context.level === 2
|
|
1729
2058
|
}]
|
|
1730
2059
|
};
|
|
1731
2060
|
},
|
|
1732
|
-
|
|
1733
|
-
|
|
1734
|
-
|
|
2061
|
+
icon: {
|
|
2062
|
+
"class": 'mr-2'
|
|
2063
|
+
},
|
|
2064
|
+
submenuicon: function submenuicon(_ref99) {
|
|
2065
|
+
var props = _ref99.props;
|
|
1735
2066
|
return {
|
|
1736
|
-
"class": [{
|
|
1737
|
-
'text-gray-600 dark:text-white/70': !context.active,
|
|
1738
|
-
'text-blue-600': context.active
|
|
1739
|
-
}, {
|
|
2067
|
+
"class": ['max-[960px]:ml-auto', {
|
|
1740
2068
|
'ml-2': props.root,
|
|
1741
2069
|
'ml-auto': !props.root
|
|
1742
2070
|
}]
|
|
1743
2071
|
};
|
|
1744
2072
|
},
|
|
1745
|
-
submenu: function submenu(
|
|
1746
|
-
var props =
|
|
1747
|
-
_ref94.context;
|
|
2073
|
+
submenu: function submenu(_ref100) {
|
|
2074
|
+
var props = _ref100.props;
|
|
1748
2075
|
return {
|
|
1749
2076
|
"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', {
|
|
1750
2077
|
'sm:absolute sm:left-full sm:top-0': props.level > 1
|
|
@@ -1752,33 +2079,27 @@ var Tailwind = {
|
|
|
1752
2079
|
};
|
|
1753
2080
|
},
|
|
1754
2081
|
separator: {
|
|
1755
|
-
"class":
|
|
2082
|
+
"class": 'border-t border-gray-300 dark:border-blue-900/40 my-1'
|
|
1756
2083
|
},
|
|
1757
2084
|
button: {
|
|
1758
2085
|
"class": ['flex sm:hidden w-8 h-8 rounded-full text-gray-600 dark:text-white/80 transition duration-200 ease-in-out', 'cursor-pointer flex items-center justify-center no-underline', 'hover:text-gray-700 dark:hover:text-white/80 hover:bg-gray-200 dark:hover:bg-gray-800/80 ', '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)]']
|
|
1759
2086
|
}
|
|
1760
2087
|
},
|
|
1761
2088
|
megamenu: {
|
|
1762
|
-
root: function root(
|
|
1763
|
-
var props =
|
|
1764
|
-
_ref95.context;
|
|
2089
|
+
root: function root(_ref101) {
|
|
2090
|
+
var props = _ref101.props;
|
|
1765
2091
|
return {
|
|
1766
|
-
"class": ['bg-gray-100 dark:bg-gray-900
|
|
2092
|
+
"class": ['bg-gray-100 dark:bg-gray-900 border border-gray-300 dark:border-blue-900/40 rounded-md', 'flex relative', {
|
|
1767
2093
|
'p-2 items-center': props.orientation == 'horizontal',
|
|
1768
2094
|
'flex-col w-48 p-0 py-1': props.orientation !== 'horizontal'
|
|
1769
2095
|
}]
|
|
1770
2096
|
};
|
|
1771
2097
|
},
|
|
1772
|
-
menu:
|
|
1773
|
-
|
|
1774
|
-
_ref96.context;
|
|
1775
|
-
return {
|
|
1776
|
-
"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']
|
|
1777
|
-
};
|
|
2098
|
+
menu: {
|
|
2099
|
+
"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']
|
|
1778
2100
|
},
|
|
1779
|
-
menuitem: function menuitem(
|
|
1780
|
-
var props =
|
|
1781
|
-
_ref97.context;
|
|
2101
|
+
menuitem: function menuitem(_ref102) {
|
|
2102
|
+
var props = _ref102.props;
|
|
1782
2103
|
return {
|
|
1783
2104
|
"class": ['relative', {
|
|
1784
2105
|
'w-auto': props.horizontal,
|
|
@@ -1786,38 +2107,31 @@ var Tailwind = {
|
|
|
1786
2107
|
}]
|
|
1787
2108
|
};
|
|
1788
2109
|
},
|
|
1789
|
-
content: function content(
|
|
1790
|
-
var props =
|
|
1791
|
-
context =
|
|
2110
|
+
content: function content(_ref103) {
|
|
2111
|
+
var props = _ref103.props,
|
|
2112
|
+
context = _ref103.context;
|
|
1792
2113
|
return {
|
|
1793
2114
|
"class": ['transition-shadow duration-200', {
|
|
1794
2115
|
'rounded-md': props.level < 1 && props.horizontal
|
|
1795
2116
|
}, {
|
|
1796
|
-
'text-gray-700 dark:text-white/80
|
|
1797
|
-
'text-
|
|
2117
|
+
'text-gray-700 dark:text-white/80': !context.focused && !context.active,
|
|
2118
|
+
'bg-gray-300 text-gray-700 dark:text-white/80 dark:bg-gray-800/90': context.focused && !context.active,
|
|
2119
|
+
'bg-blue-100 text-blue-700 dark:bg-blue-400 dark:text-white/80': context.focused && context.active,
|
|
2120
|
+
'bg-blue-50 text-blue-700 dark:bg-blue-300 dark:text-white/80': !context.focused && context.active
|
|
2121
|
+
}, {
|
|
2122
|
+
'hover:text-gray-700 dark:hover:text-white/80 hover:bg-gray-200 dark:hover:bg-gray-800/80': !context.active,
|
|
2123
|
+
'hover:bg-blue-200 dark:hover:bg-blue-500': context.active
|
|
1798
2124
|
}]
|
|
1799
2125
|
};
|
|
1800
2126
|
},
|
|
1801
|
-
action:
|
|
1802
|
-
|
|
1803
|
-
_ref99.context;
|
|
1804
|
-
return {
|
|
1805
|
-
"class": ['select-none', 'cursor-pointer flex items-center no-underline overflow-hidden relative', 'py-3 px-5 select-none']
|
|
1806
|
-
};
|
|
2127
|
+
action: {
|
|
2128
|
+
"class": ['select-none', 'cursor-pointer flex items-center no-underline overflow-hidden relative', 'py-3 px-5 select-none']
|
|
1807
2129
|
},
|
|
1808
|
-
icon:
|
|
1809
|
-
|
|
1810
|
-
var context = _ref100.context;
|
|
1811
|
-
return {
|
|
1812
|
-
"class": ['mr-2', {
|
|
1813
|
-
'text-gray-600 dark:text-white/70': !context.active,
|
|
1814
|
-
'text-blue-600': context.active
|
|
1815
|
-
}]
|
|
1816
|
-
};
|
|
2130
|
+
icon: {
|
|
2131
|
+
"class": 'mr-2'
|
|
1817
2132
|
},
|
|
1818
|
-
submenuicon: function submenuicon(
|
|
1819
|
-
var props =
|
|
1820
|
-
_ref101.context;
|
|
2133
|
+
submenuicon: function submenuicon(_ref104) {
|
|
2134
|
+
var props = _ref104.props;
|
|
1821
2135
|
return {
|
|
1822
2136
|
"class": [{
|
|
1823
2137
|
'ml-2': props.horizontal,
|
|
@@ -1825,9 +2139,8 @@ var Tailwind = {
|
|
|
1825
2139
|
}]
|
|
1826
2140
|
};
|
|
1827
2141
|
},
|
|
1828
|
-
panel: function panel(
|
|
1829
|
-
var props =
|
|
1830
|
-
_ref102.context;
|
|
2142
|
+
panel: function panel(_ref105) {
|
|
2143
|
+
var props = _ref105.props;
|
|
1831
2144
|
return {
|
|
1832
2145
|
"class": ['py-1 bg-white dark:bg-gray-900 border-0 shadow-md w-auto', 'absolute z-10', {
|
|
1833
2146
|
'left-full top-0': !props.horizontal
|
|
@@ -1835,10 +2148,10 @@ var Tailwind = {
|
|
|
1835
2148
|
};
|
|
1836
2149
|
},
|
|
1837
2150
|
grid: {
|
|
1838
|
-
"class":
|
|
2151
|
+
"class": 'flex'
|
|
1839
2152
|
},
|
|
1840
2153
|
column: {
|
|
1841
|
-
"class":
|
|
2154
|
+
"class": 'w-1/2'
|
|
1842
2155
|
},
|
|
1843
2156
|
submenu: {
|
|
1844
2157
|
"class": ['m-0 list-none', 'py-1 w-48']
|
|
@@ -1848,62 +2161,65 @@ var Tailwind = {
|
|
|
1848
2161
|
}
|
|
1849
2162
|
},
|
|
1850
2163
|
panelmenu: {
|
|
1851
|
-
root:
|
|
1852
|
-
|
|
1853
|
-
_ref103.instance;
|
|
1854
|
-
return {
|
|
1855
|
-
"class": ['w-full md:w-[25rem]']
|
|
1856
|
-
};
|
|
2164
|
+
root: {
|
|
2165
|
+
"class": 'w-full md:w-[25rem]'
|
|
1857
2166
|
},
|
|
1858
2167
|
panel: {
|
|
1859
|
-
"class":
|
|
2168
|
+
"class": 'mb-1'
|
|
1860
2169
|
},
|
|
1861
2170
|
header: {
|
|
1862
|
-
"class": ['outline-none']
|
|
2171
|
+
"class": ['outline-none', '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)]' // Focus
|
|
2172
|
+
]
|
|
1863
2173
|
},
|
|
2174
|
+
|
|
1864
2175
|
headercontent: {
|
|
1865
|
-
"class": ['border border-solid border-gray-300 dark:border-blue-900/40 text-gray-700 dark:text-white/80 bg-gray-100 dark:bg-gray-900 rounded-md transition-shadow duration-200', 'hover:bg-gray-200 dark:hover:bg-gray-800/80 hover:text-gray-700 dark:hover:text-white/80'
|
|
2176
|
+
"class": ['border border-solid border-gray-300 dark:border-blue-900/40 text-gray-700 dark:text-white/80 bg-gray-100 dark:bg-gray-900 rounded-md transition-shadow duration-200', 'hover:bg-gray-200 dark:hover:bg-gray-800/80 hover:text-gray-700 dark:hover:text-white/80']
|
|
1866
2177
|
},
|
|
1867
2178
|
headeraction: {
|
|
1868
2179
|
"class": ['flex items-center select-none cursor-pointer relative no-underline', 'text-gray-700 dark:text-white/80 p-5 font-bold']
|
|
1869
2180
|
},
|
|
1870
2181
|
submenuicon: {
|
|
1871
|
-
"class":
|
|
2182
|
+
"class": 'mr-2'
|
|
1872
2183
|
},
|
|
1873
2184
|
headericon: {
|
|
1874
|
-
"class":
|
|
2185
|
+
"class": 'mr-2'
|
|
1875
2186
|
},
|
|
1876
2187
|
menucontent: {
|
|
1877
|
-
"class":
|
|
2188
|
+
"class": 'py-1 border border-t-0 border-gray-300 dark:border-blue-900/40 bg-white dark:bg-gray-900 text-gray-700 dark:text-white/80 rounded-t-none rounded-br-md rounded-bl-md'
|
|
1878
2189
|
},
|
|
1879
2190
|
menu: {
|
|
1880
2191
|
"class": ['outline-none', 'm-0 p-0 list-none']
|
|
1881
2192
|
},
|
|
1882
|
-
content: {
|
|
1883
|
-
|
|
2193
|
+
content: function content(_ref106) {
|
|
2194
|
+
var context = _ref106.context;
|
|
2195
|
+
return {
|
|
2196
|
+
"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',
|
|
2197
|
+
// Hover
|
|
2198
|
+
{
|
|
2199
|
+
'bg-gray-300 text-gray-700 dark:text-white/80 dark:bg-gray-800/90': context.focused
|
|
2200
|
+
}]
|
|
2201
|
+
};
|
|
1884
2202
|
},
|
|
1885
2203
|
action: {
|
|
1886
2204
|
"class": ['text-gray-700 dark:text-white/80 py-3 px-5 select-none', 'flex items-center cursor-pointer no-underline relative overflow-hidden']
|
|
1887
2205
|
},
|
|
1888
2206
|
icon: {
|
|
1889
|
-
"class":
|
|
2207
|
+
"class": 'mr-2'
|
|
1890
2208
|
},
|
|
1891
2209
|
submenu: {
|
|
1892
|
-
"class":
|
|
1893
|
-
}
|
|
2210
|
+
"class": 'p-0 pl-4 m-0 list-none'
|
|
2211
|
+
},
|
|
2212
|
+
transition: TRANSITIONS.toggleable
|
|
1894
2213
|
},
|
|
1895
2214
|
steps: {
|
|
1896
2215
|
root: {
|
|
1897
|
-
"class":
|
|
2216
|
+
"class": 'relative'
|
|
1898
2217
|
},
|
|
1899
2218
|
menu: {
|
|
1900
|
-
"class":
|
|
2219
|
+
"class": 'p-0 m-0 list-none flex'
|
|
1901
2220
|
},
|
|
1902
|
-
menuitem:
|
|
1903
|
-
|
|
1904
|
-
return {
|
|
1905
|
-
"class": ['relative flex justify-center flex-1 overflow-hidden', 'before:border-t before:border-gray-300 before:dark:border-blue-900/40 before:w-full before:absolute before:top-1/4 before:left-0 before:transform before:-translate-y-1/2']
|
|
1906
|
-
};
|
|
2221
|
+
menuitem: {
|
|
2222
|
+
"class": ['relative flex justify-center flex-1 overflow-hidden', 'before:border-t before:border-gray-300 before:dark:border-blue-900/40 before:w-full before:absolute before:top-1/4 before:left-0 before:transform before:-translate-y-1/2']
|
|
1907
2223
|
},
|
|
1908
2224
|
action: {
|
|
1909
2225
|
"class": ['inline-flex flex-col items-center overflow-hidden', 'transition-shadow rounded-md bg-white dark:bg-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)]']
|
|
@@ -1917,24 +2233,29 @@ var Tailwind = {
|
|
|
1917
2233
|
},
|
|
1918
2234
|
tabmenu: {
|
|
1919
2235
|
root: {
|
|
1920
|
-
"class":
|
|
2236
|
+
"class": 'overflow-x-auto'
|
|
1921
2237
|
},
|
|
1922
2238
|
menu: {
|
|
1923
2239
|
"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']
|
|
1924
2240
|
},
|
|
1925
2241
|
menuitem: {
|
|
1926
|
-
"class":
|
|
2242
|
+
"class": 'mr-0'
|
|
1927
2243
|
},
|
|
1928
|
-
action: function action(
|
|
1929
|
-
|
|
1930
|
-
|
|
2244
|
+
action: function action(_ref107) {
|
|
2245
|
+
var context = _ref107.context,
|
|
2246
|
+
state = _ref107.state;
|
|
1931
2247
|
return {
|
|
1932
|
-
"class": ['cursor-pointer select-none flex items-center relative no-underline overflow-hidden', 'border-b-2
|
|
2248
|
+
"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)]', {
|
|
2249
|
+
'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,
|
|
2250
|
+
// Condition-based hover styles.
|
|
2251
|
+
'bg-white border-blue-500 text-blue-500 dark:bg-gray-900 dark:border-blue-300 dark:text-blue-300': state.d_activeIndex === context.index // Condition-based active styles.
|
|
2252
|
+
}],
|
|
2253
|
+
|
|
1933
2254
|
style: 'top:2px'
|
|
1934
2255
|
};
|
|
1935
2256
|
},
|
|
1936
2257
|
icon: {
|
|
1937
|
-
"class":
|
|
2258
|
+
"class": 'mr-2'
|
|
1938
2259
|
}
|
|
1939
2260
|
},
|
|
1940
2261
|
tieredmenu: {
|
|
@@ -1945,18 +2266,23 @@ var Tailwind = {
|
|
|
1945
2266
|
"class": ['outline-none', 'm-0 p-0 list-none']
|
|
1946
2267
|
},
|
|
1947
2268
|
menuitem: {
|
|
1948
|
-
"class":
|
|
2269
|
+
"class": 'relative'
|
|
1949
2270
|
},
|
|
1950
|
-
content: function content(
|
|
1951
|
-
|
|
1952
|
-
_ref106.context;
|
|
2271
|
+
content: function content(_ref108) {
|
|
2272
|
+
var context = _ref108.context;
|
|
1953
2273
|
return {
|
|
1954
|
-
"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'
|
|
2274
|
+
"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',
|
|
2275
|
+
//Hover
|
|
2276
|
+
{
|
|
2277
|
+
'text-gray-700': !context.focused && !context.active,
|
|
2278
|
+
'bg-gray-300 text-gray-700 dark:text-white/80 dark:bg-gray-800/90': context.focused && !context.active,
|
|
2279
|
+
'bg-blue-100 text-blue-700 dark:bg-blue-400 dark:text-white/80': context.focused && context.active,
|
|
2280
|
+
'bg-blue-50 text-blue-700 dark:bg-blue-300 dark:text-white/80': !context.focused && context.active
|
|
2281
|
+
}]
|
|
1955
2282
|
};
|
|
1956
2283
|
},
|
|
1957
|
-
action: function action(
|
|
1958
|
-
|
|
1959
|
-
var context = _ref107.context;
|
|
2284
|
+
action: function action(_ref109) {
|
|
2285
|
+
var context = _ref109.context;
|
|
1960
2286
|
return {
|
|
1961
2287
|
"class": ['py-3 px-5 select-none', 'flex items-center cursor-pointer no-underline relative overflow-hidden', {
|
|
1962
2288
|
'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,
|
|
@@ -1965,27 +2291,29 @@ var Tailwind = {
|
|
|
1965
2291
|
};
|
|
1966
2292
|
},
|
|
1967
2293
|
icon: {
|
|
1968
|
-
"class":
|
|
2294
|
+
"class": 'mr-2'
|
|
1969
2295
|
},
|
|
1970
2296
|
submenuicon: {
|
|
1971
|
-
"class":
|
|
2297
|
+
"class": 'ml-auto'
|
|
1972
2298
|
},
|
|
1973
2299
|
separator: {
|
|
1974
|
-
"class":
|
|
2300
|
+
"class": 'border-t border-gray-300 my-1 dark:border-blue-900/40'
|
|
1975
2301
|
},
|
|
1976
2302
|
submenu: {
|
|
1977
2303
|
"class": ['py-1 bg-white dark:bg-gray-900 border-0 shadow-md min-w-full', 'absolute z-10', 'left-full top-0']
|
|
1978
|
-
}
|
|
2304
|
+
},
|
|
2305
|
+
transition: TRANSITIONS.overlay
|
|
1979
2306
|
},
|
|
1980
2307
|
//MEDIA
|
|
1981
|
-
|
|
1982
2308
|
image: {
|
|
1983
2309
|
root: {
|
|
1984
|
-
"class":
|
|
2310
|
+
"class": 'relative inline-block'
|
|
1985
2311
|
},
|
|
1986
2312
|
button: {
|
|
1987
|
-
"class": ['absolute inset-0 flex items-center justify-center opacity-0 transition-opacity duration-300', 'bg-transparent text-gray-100', 'hover:opacity-100 hover:cursor-pointer hover:bg-black hover:bg-opacity-50'
|
|
2313
|
+
"class": ['absolute inset-0 flex items-center justify-center opacity-0 transition-opacity duration-300', 'bg-transparent text-gray-100', 'hover:opacity-100 hover:cursor-pointer hover:bg-black hover:bg-opacity-50' //Hover
|
|
2314
|
+
]
|
|
1988
2315
|
},
|
|
2316
|
+
|
|
1989
2317
|
mask: {
|
|
1990
2318
|
"class": ['fixed top-0 left-0 w-full h-full', 'flex items-center justify-center', 'bg-black bg-opacity-90']
|
|
1991
2319
|
},
|
|
@@ -1996,79 +2324,90 @@ var Tailwind = {
|
|
|
1996
2324
|
"class": ['flex justify-center items-center', 'text-white bg-transparent w-12 h-12 rounded-full transition duration-200 ease-in-out mr-2', 'hover:text-white hover:bg-white/10', 'focus:outline-none focus:outline-offset-0 focus:shadow-[0_0_0_0.2rem_rgba(191,219,254,1)]']
|
|
1997
2325
|
},
|
|
1998
2326
|
rotaterighticon: {
|
|
1999
|
-
"class":
|
|
2327
|
+
"class": 'w-6 h-6'
|
|
2000
2328
|
},
|
|
2001
2329
|
rotateleftbutton: {
|
|
2002
2330
|
"class": ['flex justify-center items-center', 'text-white bg-transparent w-12 h-12 rounded-full transition duration-200 ease-in-out mr-2', 'hover:text-white hover:bg-white/10', 'focus:outline-none focus:outline-offset-0 focus:shadow-[0_0_0_0.2rem_rgba(191,219,254,1)]']
|
|
2003
2331
|
},
|
|
2004
2332
|
rotatelefticon: {
|
|
2005
|
-
"class":
|
|
2333
|
+
"class": 'w-6 h-6'
|
|
2006
2334
|
},
|
|
2007
2335
|
zoomoutbutton: {
|
|
2008
2336
|
"class": ['flex justify-center items-center', 'text-white bg-transparent w-12 h-12 rounded-full transition duration-200 ease-in-out mr-2', 'hover:text-white hover:bg-white/10', 'focus:outline-none focus:outline-offset-0 focus:shadow-[0_0_0_0.2rem_rgba(191,219,254,1)]']
|
|
2009
2337
|
},
|
|
2010
2338
|
zoomouticon: {
|
|
2011
|
-
"class":
|
|
2339
|
+
"class": 'w-6 h-6'
|
|
2012
2340
|
},
|
|
2013
2341
|
zoominbutton: {
|
|
2014
2342
|
"class": ['flex justify-center items-center', 'text-white bg-transparent w-12 h-12 rounded-full transition duration-200 ease-in-out mr-2', 'hover:text-white hover:bg-white/10', 'focus:outline-none focus:outline-offset-0 focus:shadow-[0_0_0_0.2rem_rgba(191,219,254,1)]']
|
|
2015
2343
|
},
|
|
2016
2344
|
zoominicon: {
|
|
2017
|
-
"class":
|
|
2345
|
+
"class": 'w-6 h-6'
|
|
2018
2346
|
},
|
|
2019
2347
|
closebutton: {
|
|
2020
2348
|
"class": ['flex justify-center items-center', 'text-white bg-transparent w-12 h-12 rounded-full transition duration-200 ease-in-out mr-2', 'hover:text-white hover:bg-white/10', 'focus:outline-none focus:outline-offset-0 focus:shadow-[0_0_0_0.2rem_rgba(191,219,254,1)]']
|
|
2021
2349
|
},
|
|
2022
2350
|
closeicon: {
|
|
2023
|
-
"class":
|
|
2351
|
+
"class": 'w-6 h-6'
|
|
2352
|
+
},
|
|
2353
|
+
transition: {
|
|
2354
|
+
enterFromClass: 'opacity-0 scale-75',
|
|
2355
|
+
enterActiveClass: 'transition-all duration-150 ease-in-out',
|
|
2356
|
+
leaveActiveClass: 'transition-all duration-150 ease-in',
|
|
2357
|
+
leaveToClass: 'opacity-0 scale-75'
|
|
2024
2358
|
}
|
|
2025
2359
|
},
|
|
2026
2360
|
galleria: {
|
|
2027
|
-
root:
|
|
2028
|
-
|
|
2029
|
-
_ref108.props;
|
|
2030
|
-
return {
|
|
2031
|
-
"class": ['flex flex-col']
|
|
2032
|
-
};
|
|
2361
|
+
root: {
|
|
2362
|
+
"class": 'flex flex-col'
|
|
2033
2363
|
},
|
|
2034
2364
|
content: {
|
|
2035
|
-
"class":
|
|
2365
|
+
"class": 'flex flex-col'
|
|
2036
2366
|
},
|
|
2037
2367
|
itemwrapper: {
|
|
2038
|
-
"class":
|
|
2368
|
+
"class": 'flex flex-col relative'
|
|
2039
2369
|
},
|
|
2040
2370
|
itemcontainer: {
|
|
2041
|
-
"class":
|
|
2371
|
+
"class": 'relative flex h-full'
|
|
2042
2372
|
},
|
|
2043
2373
|
item: {
|
|
2044
|
-
"class":
|
|
2374
|
+
"class": 'flex justify-center items-center h-full w-full'
|
|
2045
2375
|
},
|
|
2046
2376
|
thumbnailwrapper: {
|
|
2047
|
-
"class":
|
|
2377
|
+
"class": 'flex flex-col overflow-auto shrink-0'
|
|
2048
2378
|
},
|
|
2049
2379
|
thumbnailcontainer: {
|
|
2050
2380
|
"class": ['flex flex-row', 'bg-black/90 p-4']
|
|
2051
2381
|
},
|
|
2052
2382
|
previousthumbnailbutton: {
|
|
2053
|
-
"class": ['self-center flex
|
|
2383
|
+
"class": ['self-center flex shrink-0 justify-center items-center overflow-hidden relative', 'm-2 bg-transparent text-white w-8 h-8 transition duration-200 ease-in-out rounded-full', 'hover:bg-white/10 hover:text-white', 'focus:outline-none focus:outline-offset-0 focus:shadow-[0_0_0_0.2rem_rgba(191,219,254,1)]']
|
|
2054
2384
|
},
|
|
2055
2385
|
thumbnailitemscontainer: {
|
|
2056
|
-
"class":
|
|
2386
|
+
"class": 'overflow-hidden w-full'
|
|
2057
2387
|
},
|
|
2058
2388
|
thumbnailitems: {
|
|
2059
|
-
"class":
|
|
2389
|
+
"class": 'flex'
|
|
2060
2390
|
},
|
|
2061
2391
|
thumbnailitem: {
|
|
2062
|
-
"class": ['overflow-auto flex items-center justify-center cursor-pointer opacity-50', 'flex-1
|
|
2392
|
+
"class": ['overflow-auto flex items-center justify-center cursor-pointer opacity-50', 'flex-1 grow-0 shrink-0 w-20', 'hover:opacity-100 hover:transition-opacity hover:duration-300']
|
|
2063
2393
|
},
|
|
2064
2394
|
nextthumbnailbutton: {
|
|
2065
|
-
"class": ['self-center flex
|
|
2395
|
+
"class": ['self-center flex shrink-0 justify-center items-center overflow-hidden relative', 'm-2 bg-transparent text-white w-8 h-8 transition duration-200 ease-in-out rounded-full', 'hover:bg-white/10 hover:text-white', 'focus:outline-none focus:outline-offset-0 focus:shadow-[0_0_0_0.2rem_rgba(191,219,254,1)]']
|
|
2066
2396
|
},
|
|
2067
2397
|
indicators: {
|
|
2068
2398
|
"class": ['flex items-center justify-center', 'p-4']
|
|
2069
2399
|
},
|
|
2070
2400
|
indicator: {
|
|
2071
|
-
"class":
|
|
2401
|
+
"class": 'mr-2'
|
|
2402
|
+
},
|
|
2403
|
+
indicatorbutton: function indicatorbutton(_ref110) {
|
|
2404
|
+
var context = _ref110.context;
|
|
2405
|
+
return {
|
|
2406
|
+
"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)]', {
|
|
2407
|
+
'bg-gray-200 hover:bg-gray-300 dark:bg-gray-700 dark:hover:bg-gray-600': !context.highlighted,
|
|
2408
|
+
'bg-blue-500 hover:bg-blue-600': context.highlighted
|
|
2409
|
+
}]
|
|
2410
|
+
};
|
|
2072
2411
|
},
|
|
2073
2412
|
mask: {
|
|
2074
2413
|
"class": ['fixed top-0 left-0 w-full h-full', 'flex items-center justify-center', 'bg-black bg-opacity-90']
|
|
@@ -2077,7 +2416,7 @@ var Tailwind = {
|
|
|
2077
2416
|
"class": ['absolute top-0 right-0 flex justify-center items-center overflow-hidden m-2', 'text-white bg-transparent w-12 h-12 rounded-full transition duration-200 ease-in-out', 'hover:text-white hover:bg-white/10', 'focus:outline-none focus:outline-offset-0 focus:shadow-[0_0_0_0.2rem_rgba(191,219,254,1)]']
|
|
2078
2417
|
},
|
|
2079
2418
|
closeicon: {
|
|
2080
|
-
"class":
|
|
2419
|
+
"class": 'w-6 h-6'
|
|
2081
2420
|
},
|
|
2082
2421
|
previousitembutton: {
|
|
2083
2422
|
"class": ['inline-flex justify-center items-center overflow-hidden', 'bg-transparent text-white w-16 h-16 transition duration-200 ease-in-out rounded-md mx-2', 'fixed top-1/2 mt-[-0.5rem]', 'left-0', 'hover:bg-white/10 hover:text-white', 'focus:outline-none focus:outline-offset-0 focus:shadow-[0_0_0_0.2rem_rgba(191,219,254,1)]']
|
|
@@ -2087,33 +2426,68 @@ var Tailwind = {
|
|
|
2087
2426
|
},
|
|
2088
2427
|
caption: {
|
|
2089
2428
|
"class": ['absolute bottom-0 left-0 w-full', 'bg-black/50 text-white p-4']
|
|
2429
|
+
},
|
|
2430
|
+
transition: {
|
|
2431
|
+
enterFromClass: 'opacity-0 scale-75',
|
|
2432
|
+
enterActiveClass: 'transition-all duration-150 ease-in-out',
|
|
2433
|
+
leaveActiveClass: 'transition-all duration-150 ease-in',
|
|
2434
|
+
leaveToClass: 'opacity-0 scale-75'
|
|
2090
2435
|
}
|
|
2091
2436
|
},
|
|
2092
2437
|
carousel: {
|
|
2093
2438
|
root: {
|
|
2094
|
-
"class":
|
|
2439
|
+
"class": 'flex flex-col'
|
|
2095
2440
|
},
|
|
2096
2441
|
content: {
|
|
2097
|
-
"class":
|
|
2098
|
-
},
|
|
2099
|
-
container: {
|
|
2100
|
-
"class": ['flex flex-row']
|
|
2442
|
+
"class": 'flex flex-col overflow-auto'
|
|
2101
2443
|
},
|
|
2102
|
-
|
|
2103
|
-
|
|
2104
|
-
_ref109.context;
|
|
2444
|
+
container: function container(_ref111) {
|
|
2445
|
+
var props = _ref111.props;
|
|
2105
2446
|
return {
|
|
2106
|
-
"class": ['flex
|
|
2447
|
+
"class": ['flex', {
|
|
2448
|
+
'flex-row': props.orientation !== 'vertical',
|
|
2449
|
+
'flex-col': props.orientation == 'vertical'
|
|
2450
|
+
}]
|
|
2107
2451
|
};
|
|
2108
2452
|
},
|
|
2453
|
+
previousbutton: {
|
|
2454
|
+
"class": ['flex justify-center items-center self-center overflow-hidden relative shrink-0 grow-0', 'w-8 h-8 text-gray-600 border-0 bg-transparent rounded-full transition duration-200 ease-in-out mx-2']
|
|
2455
|
+
},
|
|
2109
2456
|
itemscontent: {
|
|
2110
|
-
"class":
|
|
2457
|
+
"class": 'overflow-hidden w-full'
|
|
2458
|
+
},
|
|
2459
|
+
itemscontainer: function itemscontainer(_ref112) {
|
|
2460
|
+
var props = _ref112.props;
|
|
2461
|
+
return {
|
|
2462
|
+
"class": ['flex ', {
|
|
2463
|
+
'flex-row': props.orientation !== 'vertical',
|
|
2464
|
+
'flex-col h-full': props.orientation == 'vertical'
|
|
2465
|
+
}]
|
|
2466
|
+
};
|
|
2467
|
+
},
|
|
2468
|
+
item: function item(_ref113) {
|
|
2469
|
+
var props = _ref113.props;
|
|
2470
|
+
return {
|
|
2471
|
+
"class": ['flex shrink-0 grow', {
|
|
2472
|
+
'w-1/3': props.orientation !== 'vertical',
|
|
2473
|
+
'w-full': props.orientation == 'vertical'
|
|
2474
|
+
}]
|
|
2475
|
+
};
|
|
2111
2476
|
},
|
|
2112
|
-
|
|
2113
|
-
"class": ['flex flex-row']
|
|
2477
|
+
indicators: {
|
|
2478
|
+
"class": ['flex flex-row justify-center flex-wrap']
|
|
2114
2479
|
},
|
|
2115
|
-
|
|
2116
|
-
"class":
|
|
2480
|
+
indicator: {
|
|
2481
|
+
"class": 'mr-2 mb-2'
|
|
2482
|
+
},
|
|
2483
|
+
indicatorbutton: function indicatorbutton(_ref114) {
|
|
2484
|
+
var context = _ref114.context;
|
|
2485
|
+
return {
|
|
2486
|
+
"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)]', {
|
|
2487
|
+
'bg-gray-200 hover:bg-gray-300 dark:bg-gray-700 dark:hover:bg-gray-600': !context.highlighted,
|
|
2488
|
+
'bg-blue-500 hover:bg-blue-600': context.highlighted
|
|
2489
|
+
}]
|
|
2490
|
+
};
|
|
2117
2491
|
}
|
|
2118
2492
|
},
|
|
2119
2493
|
tree: {
|
|
@@ -2121,17 +2495,17 @@ var Tailwind = {
|
|
|
2121
2495
|
"class": ['max-w-[30rem] md:w-full', 'border border-solid border-gray-300 dark:border-blue-900/40 bg-white dark:bg-gray-900 text-gray-700 dark:text-white/80 p-5 rounded-md']
|
|
2122
2496
|
},
|
|
2123
2497
|
wrapper: {
|
|
2124
|
-
"class":
|
|
2498
|
+
"class": 'overflow-auto'
|
|
2125
2499
|
},
|
|
2126
2500
|
container: {
|
|
2127
|
-
"class":
|
|
2501
|
+
"class": 'm-0 p-0 list-none overflow-auto'
|
|
2128
2502
|
},
|
|
2129
2503
|
node: {
|
|
2130
|
-
"class":
|
|
2504
|
+
"class": 'p-1 outline-none'
|
|
2131
2505
|
},
|
|
2132
|
-
content: function content(
|
|
2133
|
-
var context =
|
|
2134
|
-
props =
|
|
2506
|
+
content: function content(_ref115) {
|
|
2507
|
+
var context = _ref115.context,
|
|
2508
|
+
props = _ref115.props;
|
|
2135
2509
|
return {
|
|
2136
2510
|
"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)]', {
|
|
2137
2511
|
'bg-blue-50 text-blue-600': context.selected
|
|
@@ -2140,21 +2514,23 @@ var Tailwind = {
|
|
|
2140
2514
|
}]
|
|
2141
2515
|
};
|
|
2142
2516
|
},
|
|
2143
|
-
toggler: function toggler(
|
|
2144
|
-
var context =
|
|
2517
|
+
toggler: function toggler(_ref116) {
|
|
2518
|
+
var context = _ref116.context;
|
|
2145
2519
|
return {
|
|
2146
|
-
"class": ['cursor-pointer select-none inline-flex items-center justify-center overflow-hidden relative
|
|
2520
|
+
"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)]', {
|
|
2147
2521
|
'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,
|
|
2148
2522
|
'text-blue-600 hover:bg-white/30': context.selected
|
|
2523
|
+
}, {
|
|
2524
|
+
hidden: context.leaf
|
|
2149
2525
|
}]
|
|
2150
2526
|
};
|
|
2151
2527
|
},
|
|
2152
2528
|
checkboxcontainer: {
|
|
2153
|
-
"class":
|
|
2529
|
+
"class": 'mr-2'
|
|
2154
2530
|
},
|
|
2155
|
-
checkbox: function checkbox(
|
|
2156
|
-
var context =
|
|
2157
|
-
props =
|
|
2531
|
+
checkbox: function checkbox(_ref117) {
|
|
2532
|
+
var context = _ref117.context,
|
|
2533
|
+
props = _ref117.props;
|
|
2158
2534
|
return {
|
|
2159
2535
|
"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', {
|
|
2160
2536
|
'border-gray-300 bg-white dark:border-blue-900/40 dark:bg-gray-900': !context.checked,
|
|
@@ -2166,7 +2542,7 @@ var Tailwind = {
|
|
|
2166
2542
|
};
|
|
2167
2543
|
},
|
|
2168
2544
|
nodeicon: {
|
|
2169
|
-
"class":
|
|
2545
|
+
"class": 'mr-2 text-gray-600 dark:text-white/70'
|
|
2170
2546
|
},
|
|
2171
2547
|
subgroup: {
|
|
2172
2548
|
"class": ['m-0 list-none', 'p-0 pl-4']
|
|
@@ -2178,23 +2554,23 @@ var Tailwind = {
|
|
|
2178
2554
|
"class": ['m-0 p-3 text-base w-full pr-7', 'font-sans text-gray-600 dark:text-white/70 bg-white dark:bg-gray-900 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)]']
|
|
2179
2555
|
},
|
|
2180
2556
|
searchicon: {
|
|
2181
|
-
"class":
|
|
2557
|
+
"class": 'absolute top-1/2 -mt-2 right-3 text-gray-600 dark:hover:text-white/70'
|
|
2182
2558
|
}
|
|
2183
2559
|
},
|
|
2184
2560
|
// DATA
|
|
2185
2561
|
timeline: {
|
|
2186
|
-
root: function root(
|
|
2187
|
-
var props =
|
|
2562
|
+
root: function root(_ref118) {
|
|
2563
|
+
var props = _ref118.props;
|
|
2188
2564
|
return {
|
|
2189
|
-
"class": ['flex
|
|
2565
|
+
"class": ['flex grow', {
|
|
2190
2566
|
'flex-col': props.layout === 'vertical',
|
|
2191
2567
|
'flex-row flex-1': props.layout === 'horizontal'
|
|
2192
2568
|
}]
|
|
2193
2569
|
};
|
|
2194
2570
|
},
|
|
2195
|
-
event: function event(
|
|
2196
|
-
var props =
|
|
2197
|
-
context =
|
|
2571
|
+
event: function event(_ref119) {
|
|
2572
|
+
var props = _ref119.props,
|
|
2573
|
+
context = _ref119.context;
|
|
2198
2574
|
return {
|
|
2199
2575
|
"class": ['flex relative min-h-[70px]', {
|
|
2200
2576
|
'flex-row-reverse': props.align === 'right' || props.layout === 'vertical' && props.align === 'alternate' && context.index % 2 === 1,
|
|
@@ -2203,9 +2579,9 @@ var Tailwind = {
|
|
|
2203
2579
|
}]
|
|
2204
2580
|
};
|
|
2205
2581
|
},
|
|
2206
|
-
opposite: function opposite(
|
|
2207
|
-
var props =
|
|
2208
|
-
context =
|
|
2582
|
+
opposite: function opposite(_ref120) {
|
|
2583
|
+
var props = _ref120.props,
|
|
2584
|
+
context = _ref120.context;
|
|
2209
2585
|
return {
|
|
2210
2586
|
"class": ['flex-1', {
|
|
2211
2587
|
'px-4': props.layout === 'vertical',
|
|
@@ -2216,8 +2592,8 @@ var Tailwind = {
|
|
|
2216
2592
|
}]
|
|
2217
2593
|
};
|
|
2218
2594
|
},
|
|
2219
|
-
separator: function separator(
|
|
2220
|
-
var props =
|
|
2595
|
+
separator: function separator(_ref121) {
|
|
2596
|
+
var props = _ref121.props;
|
|
2221
2597
|
return {
|
|
2222
2598
|
"class": ['flex items-center flex-initial', {
|
|
2223
2599
|
'flex-col': props.layout === 'vertical',
|
|
@@ -2226,20 +2602,20 @@ var Tailwind = {
|
|
|
2226
2602
|
};
|
|
2227
2603
|
},
|
|
2228
2604
|
marker: {
|
|
2229
|
-
"class":
|
|
2605
|
+
"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'
|
|
2230
2606
|
},
|
|
2231
|
-
connector: function connector(
|
|
2232
|
-
var props =
|
|
2607
|
+
connector: function connector(_ref122) {
|
|
2608
|
+
var props = _ref122.props;
|
|
2233
2609
|
return {
|
|
2234
|
-
"class": ['
|
|
2610
|
+
"class": ['grow bg-gray-300 dark:bg-blue-900/40', {
|
|
2235
2611
|
'w-[2px]': props.layout === 'vertical',
|
|
2236
2612
|
'w-full h-[2px]': props.layout === 'horizontal'
|
|
2237
2613
|
}]
|
|
2238
2614
|
};
|
|
2239
2615
|
},
|
|
2240
|
-
content: function content(
|
|
2241
|
-
var props =
|
|
2242
|
-
context =
|
|
2616
|
+
content: function content(_ref123) {
|
|
2617
|
+
var props = _ref123.props,
|
|
2618
|
+
context = _ref123.context;
|
|
2243
2619
|
return {
|
|
2244
2620
|
"class": ['flex-1', {
|
|
2245
2621
|
'px-4': props.layout === 'vertical',
|
|
@@ -2249,35 +2625,35 @@ var Tailwind = {
|
|
|
2249
2625
|
'text-right': props.align === 'right' || props.layout === 'vertical' && props.align === 'alternate' && context.index % 2 === 1
|
|
2250
2626
|
}, {
|
|
2251
2627
|
'min-h-0': props.layout === 'vertical' && context.index === context.count,
|
|
2252
|
-
'
|
|
2628
|
+
'grow-0': props.layout === 'horizontal' && context.index === context.count
|
|
2253
2629
|
}]
|
|
2254
2630
|
};
|
|
2255
2631
|
}
|
|
2256
2632
|
},
|
|
2257
2633
|
dataview: {
|
|
2258
2634
|
content: {
|
|
2259
|
-
"class": ['bg-white blue-gray-700 border-0 p-0', 'bg-gray-900 dark:text-white/80' // Dark Mode
|
|
2635
|
+
"class": ['bg-white blue-gray-700 border-0 p-0', 'dark:bg-gray-900 dark:text-white/80' // Dark Mode
|
|
2260
2636
|
]
|
|
2261
2637
|
},
|
|
2262
2638
|
|
|
2263
2639
|
grid: {
|
|
2264
|
-
"class": 'flex flex-wrap ml-0 mr-0 mt-0'
|
|
2640
|
+
"class": 'flex flex-wrap ml-0 mr-0 mt-0 bg-white dark:bg-gray-900'
|
|
2265
2641
|
},
|
|
2266
2642
|
header: {
|
|
2267
|
-
"class": 'bg-gray-100 text-
|
|
2643
|
+
"class": 'bg-gray-100 dark:bg-gray-800 text-gray-800 dark:text-white/80 border-gray-200 dark:border-blue-900/40 border-t border-b p-4 font-bold'
|
|
2268
2644
|
}
|
|
2269
2645
|
},
|
|
2270
2646
|
dataviewlayoutoptions: {
|
|
2271
|
-
listbutton: function listbutton(
|
|
2272
|
-
var props =
|
|
2647
|
+
listbutton: function listbutton(_ref124) {
|
|
2648
|
+
var props = _ref124.props;
|
|
2273
2649
|
return {
|
|
2274
2650
|
"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
|
|
2275
2651
|
]
|
|
2276
2652
|
};
|
|
2277
2653
|
},
|
|
2278
2654
|
|
|
2279
|
-
gridbutton: function gridbutton(
|
|
2280
|
-
var props =
|
|
2655
|
+
gridbutton: function gridbutton(_ref125) {
|
|
2656
|
+
var props = _ref125.props;
|
|
2281
2657
|
return {
|
|
2282
2658
|
"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
|
|
2283
2659
|
]
|
|
@@ -2305,26 +2681,26 @@ var Tailwind = {
|
|
|
2305
2681
|
]
|
|
2306
2682
|
},
|
|
2307
2683
|
|
|
2308
|
-
lineleft: function lineleft(
|
|
2309
|
-
var context =
|
|
2684
|
+
lineleft: function lineleft(_ref126) {
|
|
2685
|
+
var context = _ref126.context;
|
|
2310
2686
|
return {
|
|
2311
|
-
"class": ['text-center align-top py-0 px-3 rounded-none border-r border-gray-300',
|
|
2687
|
+
"class": ['text-center align-top py-0 px-3 rounded-none border-r border-gray-300', 'dark:border-blue-900/40',
|
|
2688
|
+
//Dark Mode
|
|
2689
|
+
{
|
|
2312
2690
|
'border-t': context.lineTop
|
|
2313
|
-
}
|
|
2314
|
-
]
|
|
2691
|
+
}]
|
|
2315
2692
|
};
|
|
2316
2693
|
},
|
|
2317
|
-
|
|
2318
|
-
|
|
2319
|
-
var context = _ref122.context;
|
|
2694
|
+
lineright: function lineright(_ref127) {
|
|
2695
|
+
var context = _ref127.context;
|
|
2320
2696
|
return {
|
|
2321
|
-
"class": ['text-center align-top py-0 px-3 rounded-none',
|
|
2697
|
+
"class": ['text-center align-top py-0 px-3 rounded-none', 'dark:border-blue-900/40',
|
|
2698
|
+
//Dark Mode
|
|
2699
|
+
{
|
|
2322
2700
|
'border-t border-gray-300': context.lineTop
|
|
2323
|
-
}
|
|
2324
|
-
]
|
|
2701
|
+
}]
|
|
2325
2702
|
};
|
|
2326
2703
|
},
|
|
2327
|
-
|
|
2328
2704
|
nodecell: {
|
|
2329
2705
|
"class": 'text-center align-top py-0 px-3'
|
|
2330
2706
|
},
|
|
@@ -2345,8 +2721,8 @@ var Tailwind = {
|
|
|
2345
2721
|
"class": 'flex flex-col justify-center p-5'
|
|
2346
2722
|
},
|
|
2347
2723
|
moveupbutton: {
|
|
2348
|
-
root: function root(
|
|
2349
|
-
var context =
|
|
2724
|
+
root: function root(_ref128) {
|
|
2725
|
+
var context = _ref128.context;
|
|
2350
2726
|
return {
|
|
2351
2727
|
"class": ['relative inline-flex cursor-pointer user-select-none items-center align-bottom text-center overflow-hidden m-0',
|
|
2352
2728
|
// button component
|
|
@@ -2360,11 +2736,14 @@ var Tailwind = {
|
|
|
2360
2736
|
'cursor-default pointer-events-none opacity-60': context.disabled
|
|
2361
2737
|
}]
|
|
2362
2738
|
};
|
|
2739
|
+
},
|
|
2740
|
+
label: {
|
|
2741
|
+
"class": 'flex-initial w-0'
|
|
2363
2742
|
}
|
|
2364
2743
|
},
|
|
2365
2744
|
movetopbutton: {
|
|
2366
|
-
root: function root(
|
|
2367
|
-
var context =
|
|
2745
|
+
root: function root(_ref129) {
|
|
2746
|
+
var context = _ref129.context;
|
|
2368
2747
|
return {
|
|
2369
2748
|
"class": ['relative inline-flex cursor-pointer user-select-none items-center align-bottom text-center overflow-hidden m-0',
|
|
2370
2749
|
// button component
|
|
@@ -2378,11 +2757,14 @@ var Tailwind = {
|
|
|
2378
2757
|
'cursor-default pointer-events-none opacity-60': context.disabled
|
|
2379
2758
|
}]
|
|
2380
2759
|
};
|
|
2760
|
+
},
|
|
2761
|
+
label: {
|
|
2762
|
+
"class": 'flex-initial w-0'
|
|
2381
2763
|
}
|
|
2382
2764
|
},
|
|
2383
2765
|
movedownbutton: {
|
|
2384
|
-
root: function root(
|
|
2385
|
-
var context =
|
|
2766
|
+
root: function root(_ref130) {
|
|
2767
|
+
var context = _ref130.context;
|
|
2386
2768
|
return {
|
|
2387
2769
|
"class": ['relative inline-flex cursor-pointer user-select-none items-center align-bottom text-center overflow-hidden m-0',
|
|
2388
2770
|
// button component
|
|
@@ -2396,11 +2778,14 @@ var Tailwind = {
|
|
|
2396
2778
|
'cursor-default pointer-events-none opacity-60': context.disabled
|
|
2397
2779
|
}]
|
|
2398
2780
|
};
|
|
2781
|
+
},
|
|
2782
|
+
label: {
|
|
2783
|
+
"class": 'flex-initial w-0'
|
|
2399
2784
|
}
|
|
2400
2785
|
},
|
|
2401
2786
|
movebottombutton: {
|
|
2402
|
-
root: function root(
|
|
2403
|
-
var context =
|
|
2787
|
+
root: function root(_ref131) {
|
|
2788
|
+
var context = _ref131.context;
|
|
2404
2789
|
return {
|
|
2405
2790
|
"class": ['relative inline-flex cursor-pointer user-select-none items-center align-bottom text-center overflow-hidden m-0',
|
|
2406
2791
|
// button component
|
|
@@ -2414,6 +2799,9 @@ var Tailwind = {
|
|
|
2414
2799
|
'cursor-default pointer-events-none opacity-60': context.disabled
|
|
2415
2800
|
}]
|
|
2416
2801
|
};
|
|
2802
|
+
},
|
|
2803
|
+
label: {
|
|
2804
|
+
"class": 'flex-initial w-0'
|
|
2417
2805
|
}
|
|
2418
2806
|
},
|
|
2419
2807
|
container: {
|
|
@@ -2429,8 +2817,8 @@ var Tailwind = {
|
|
|
2429
2817
|
]
|
|
2430
2818
|
},
|
|
2431
2819
|
|
|
2432
|
-
item: function item(
|
|
2433
|
-
var context =
|
|
2820
|
+
item: function item(_ref132) {
|
|
2821
|
+
var context = _ref132.context;
|
|
2434
2822
|
return {
|
|
2435
2823
|
"class": ['relative cursor-pointer overflow-hidden', 'py-3 px-5 m-0 border-none text-gray-600 dark:text-white/80', 'transition duration-200', {
|
|
2436
2824
|
'text-blue-700 bg-blue-500/20 dark:bg-blue-300/20': context.active && !context.focused,
|
|
@@ -2448,8 +2836,8 @@ var Tailwind = {
|
|
|
2448
2836
|
"class": 'flex flex-col justify-center p-5'
|
|
2449
2837
|
},
|
|
2450
2838
|
sourcemoveupbutton: {
|
|
2451
|
-
root: function root(
|
|
2452
|
-
var context =
|
|
2839
|
+
root: function root(_ref133) {
|
|
2840
|
+
var context = _ref133.context;
|
|
2453
2841
|
return {
|
|
2454
2842
|
"class": ['relative inline-flex cursor-pointer user-select-none items-center align-bottom text-center overflow-hidden m-0',
|
|
2455
2843
|
// button component
|
|
@@ -2463,11 +2851,14 @@ var Tailwind = {
|
|
|
2463
2851
|
'cursor-default pointer-events-none opacity-60': context.disabled
|
|
2464
2852
|
}]
|
|
2465
2853
|
};
|
|
2854
|
+
},
|
|
2855
|
+
label: {
|
|
2856
|
+
"class": 'flex-initial w-0'
|
|
2466
2857
|
}
|
|
2467
2858
|
},
|
|
2468
2859
|
sourcemovetopbutton: {
|
|
2469
|
-
root: function root(
|
|
2470
|
-
var context =
|
|
2860
|
+
root: function root(_ref134) {
|
|
2861
|
+
var context = _ref134.context;
|
|
2471
2862
|
return {
|
|
2472
2863
|
"class": ['relative inline-flex cursor-pointer user-select-none items-center align-bottom text-center overflow-hidden m-0',
|
|
2473
2864
|
// button component
|
|
@@ -2481,11 +2872,14 @@ var Tailwind = {
|
|
|
2481
2872
|
'cursor-default pointer-events-none opacity-60': context.disabled
|
|
2482
2873
|
}]
|
|
2483
2874
|
};
|
|
2875
|
+
},
|
|
2876
|
+
label: {
|
|
2877
|
+
"class": 'flex-initial w-0'
|
|
2484
2878
|
}
|
|
2485
2879
|
},
|
|
2486
2880
|
sourcemovedownbutton: {
|
|
2487
|
-
root: function root(
|
|
2488
|
-
var context =
|
|
2881
|
+
root: function root(_ref135) {
|
|
2882
|
+
var context = _ref135.context;
|
|
2489
2883
|
return {
|
|
2490
2884
|
"class": ['relative inline-flex cursor-pointer user-select-none items-center align-bottom text-center overflow-hidden m-0',
|
|
2491
2885
|
// button component
|
|
@@ -2499,11 +2893,14 @@ var Tailwind = {
|
|
|
2499
2893
|
'cursor-default pointer-events-none opacity-60': context.disabled
|
|
2500
2894
|
}]
|
|
2501
2895
|
};
|
|
2896
|
+
},
|
|
2897
|
+
label: {
|
|
2898
|
+
"class": 'flex-initial w-0'
|
|
2502
2899
|
}
|
|
2503
2900
|
},
|
|
2504
2901
|
sourcemovebottombutton: {
|
|
2505
|
-
root: function root(
|
|
2506
|
-
var context =
|
|
2902
|
+
root: function root(_ref136) {
|
|
2903
|
+
var context = _ref136.context;
|
|
2507
2904
|
return {
|
|
2508
2905
|
"class": ['relative inline-flex cursor-pointer user-select-none items-center align-bottom text-center overflow-hidden m-0',
|
|
2509
2906
|
// button component
|
|
@@ -2517,6 +2914,9 @@ var Tailwind = {
|
|
|
2517
2914
|
'cursor-default pointer-events-none opacity-60': context.disabled
|
|
2518
2915
|
}]
|
|
2519
2916
|
};
|
|
2917
|
+
},
|
|
2918
|
+
label: {
|
|
2919
|
+
"class": 'flex-initial w-0'
|
|
2520
2920
|
}
|
|
2521
2921
|
},
|
|
2522
2922
|
sourcewrapper: {
|
|
@@ -2532,8 +2932,8 @@ var Tailwind = {
|
|
|
2532
2932
|
]
|
|
2533
2933
|
},
|
|
2534
2934
|
|
|
2535
|
-
item: function item(
|
|
2536
|
-
var context =
|
|
2935
|
+
item: function item(_ref137) {
|
|
2936
|
+
var context = _ref137.context;
|
|
2537
2937
|
return {
|
|
2538
2938
|
"class": ['relative cursor-pointer overflow-hidden', 'py-3 px-5 m-0 border-none text-gray-600 dark:text-white/80', 'transition duration-200', {
|
|
2539
2939
|
'text-blue-700 bg-blue-500/20 dark:bg-blue-300/20': context.active && !context.focused,
|
|
@@ -2546,8 +2946,8 @@ var Tailwind = {
|
|
|
2546
2946
|
"class": 'flex flex-col justify-center p-5'
|
|
2547
2947
|
},
|
|
2548
2948
|
movetotargetbutton: {
|
|
2549
|
-
root: function root(
|
|
2550
|
-
var context =
|
|
2949
|
+
root: function root(_ref138) {
|
|
2950
|
+
var context = _ref138.context;
|
|
2551
2951
|
return {
|
|
2552
2952
|
"class": ['relative inline-flex cursor-pointer user-select-none items-center align-bottom text-center overflow-hidden m-0',
|
|
2553
2953
|
// button component
|
|
@@ -2561,11 +2961,14 @@ var Tailwind = {
|
|
|
2561
2961
|
'cursor-default pointer-events-none opacity-60': context.disabled
|
|
2562
2962
|
}]
|
|
2563
2963
|
};
|
|
2964
|
+
},
|
|
2965
|
+
label: {
|
|
2966
|
+
"class": 'flex-initial w-0'
|
|
2564
2967
|
}
|
|
2565
2968
|
},
|
|
2566
2969
|
movealltotargetbutton: {
|
|
2567
|
-
root: function root(
|
|
2568
|
-
var context =
|
|
2970
|
+
root: function root(_ref139) {
|
|
2971
|
+
var context = _ref139.context;
|
|
2569
2972
|
return {
|
|
2570
2973
|
"class": ['relative inline-flex cursor-pointer user-select-none items-center align-bottom text-center overflow-hidden m-0',
|
|
2571
2974
|
// button component
|
|
@@ -2579,11 +2982,14 @@ var Tailwind = {
|
|
|
2579
2982
|
'cursor-default pointer-events-none opacity-60': context.disabled
|
|
2580
2983
|
}]
|
|
2581
2984
|
};
|
|
2985
|
+
},
|
|
2986
|
+
label: {
|
|
2987
|
+
"class": 'flex-initial w-0'
|
|
2582
2988
|
}
|
|
2583
2989
|
},
|
|
2584
2990
|
movetosourcebutton: {
|
|
2585
|
-
root: function root(
|
|
2586
|
-
var context =
|
|
2991
|
+
root: function root(_ref140) {
|
|
2992
|
+
var context = _ref140.context;
|
|
2587
2993
|
return {
|
|
2588
2994
|
"class": ['relative inline-flex cursor-pointer user-select-none items-center align-bottom text-center overflow-hidden m-0',
|
|
2589
2995
|
// button component
|
|
@@ -2597,11 +3003,14 @@ var Tailwind = {
|
|
|
2597
3003
|
'cursor-default pointer-events-none opacity-60': context.disabled
|
|
2598
3004
|
}]
|
|
2599
3005
|
};
|
|
3006
|
+
},
|
|
3007
|
+
label: {
|
|
3008
|
+
"class": 'flex-initial w-0'
|
|
2600
3009
|
}
|
|
2601
3010
|
},
|
|
2602
3011
|
movealltosourcebutton: {
|
|
2603
|
-
root: function root(
|
|
2604
|
-
var context =
|
|
3012
|
+
root: function root(_ref141) {
|
|
3013
|
+
var context = _ref141.context;
|
|
2605
3014
|
return {
|
|
2606
3015
|
"class": ['relative inline-flex cursor-pointer user-select-none items-center align-bottom text-center overflow-hidden m-0',
|
|
2607
3016
|
// button component
|
|
@@ -2615,14 +3024,17 @@ var Tailwind = {
|
|
|
2615
3024
|
'cursor-default pointer-events-none opacity-60': context.disabled
|
|
2616
3025
|
}]
|
|
2617
3026
|
};
|
|
3027
|
+
},
|
|
3028
|
+
label: {
|
|
3029
|
+
"class": 'flex-initial w-0'
|
|
2618
3030
|
}
|
|
2619
3031
|
},
|
|
2620
3032
|
targetcontrols: {
|
|
2621
3033
|
"class": 'flex flex-col justify-center p-5'
|
|
2622
3034
|
},
|
|
2623
3035
|
targetmoveupbutton: {
|
|
2624
|
-
root: function root(
|
|
2625
|
-
var context =
|
|
3036
|
+
root: function root(_ref142) {
|
|
3037
|
+
var context = _ref142.context;
|
|
2626
3038
|
return {
|
|
2627
3039
|
"class": ['relative inline-flex cursor-pointer user-select-none items-center align-bottom text-center overflow-hidden m-0',
|
|
2628
3040
|
// button component
|
|
@@ -2636,11 +3048,14 @@ var Tailwind = {
|
|
|
2636
3048
|
'cursor-default pointer-events-none opacity-60': context.disabled
|
|
2637
3049
|
}]
|
|
2638
3050
|
};
|
|
3051
|
+
},
|
|
3052
|
+
label: {
|
|
3053
|
+
"class": 'flex-initial w-0'
|
|
2639
3054
|
}
|
|
2640
3055
|
},
|
|
2641
3056
|
targetmovetopbutton: {
|
|
2642
|
-
root: function root(
|
|
2643
|
-
var context =
|
|
3057
|
+
root: function root(_ref143) {
|
|
3058
|
+
var context = _ref143.context;
|
|
2644
3059
|
return {
|
|
2645
3060
|
"class": ['relative inline-flex cursor-pointer user-select-none items-center align-bottom text-center overflow-hidden m-0',
|
|
2646
3061
|
// button component
|
|
@@ -2654,11 +3069,14 @@ var Tailwind = {
|
|
|
2654
3069
|
'cursor-default pointer-events-none opacity-60': context.disabled
|
|
2655
3070
|
}]
|
|
2656
3071
|
};
|
|
3072
|
+
},
|
|
3073
|
+
label: {
|
|
3074
|
+
"class": 'flex-initial w-0'
|
|
2657
3075
|
}
|
|
2658
3076
|
},
|
|
2659
3077
|
targetmovedownbutton: {
|
|
2660
|
-
root: function root(
|
|
2661
|
-
var context =
|
|
3078
|
+
root: function root(_ref144) {
|
|
3079
|
+
var context = _ref144.context;
|
|
2662
3080
|
return {
|
|
2663
3081
|
"class": ['relative inline-flex cursor-pointer user-select-none items-center align-bottom text-center overflow-hidden m-0',
|
|
2664
3082
|
// button component
|
|
@@ -2672,11 +3090,14 @@ var Tailwind = {
|
|
|
2672
3090
|
'cursor-default pointer-events-none opacity-60': context.disabled
|
|
2673
3091
|
}]
|
|
2674
3092
|
};
|
|
3093
|
+
},
|
|
3094
|
+
label: {
|
|
3095
|
+
"class": 'flex-initial w-0'
|
|
2675
3096
|
}
|
|
2676
3097
|
},
|
|
2677
3098
|
targetmovebottombutton: {
|
|
2678
|
-
root: function root(
|
|
2679
|
-
var context =
|
|
3099
|
+
root: function root(_ref145) {
|
|
3100
|
+
var context = _ref145.context;
|
|
2680
3101
|
return {
|
|
2681
3102
|
"class": ['relative inline-flex cursor-pointer user-select-none items-center align-bottom text-center overflow-hidden m-0',
|
|
2682
3103
|
// button component
|
|
@@ -2690,6 +3111,9 @@ var Tailwind = {
|
|
|
2690
3111
|
'cursor-default pointer-events-none opacity-60': context.disabled
|
|
2691
3112
|
}]
|
|
2692
3113
|
};
|
|
3114
|
+
},
|
|
3115
|
+
label: {
|
|
3116
|
+
"class": 'flex-initial w-0'
|
|
2693
3117
|
}
|
|
2694
3118
|
},
|
|
2695
3119
|
targetwrapper: {
|
|
@@ -2703,17 +3127,23 @@ var Tailwind = {
|
|
|
2703
3127
|
targetlist: {
|
|
2704
3128
|
"class": ['list-none m-0 p-0 overflow-auto min-h-[12rem] max-h-[24rem]', 'border border-gray-300 bg-white text-gray-600 py-3 px-0 rounded-b-md outline-none', 'dark:border-blue-900/40 dark:bg-gray-900 dark:text-white/80' //Dark Mode
|
|
2705
3129
|
]
|
|
3130
|
+
},
|
|
3131
|
+
|
|
3132
|
+
transition: {
|
|
3133
|
+
enterFromClass: '!transition-none',
|
|
3134
|
+
enterActiveClass: '!transition-none',
|
|
3135
|
+
leaveActiveClass: '!transition-none',
|
|
3136
|
+
leaveToClass: '!transition-none'
|
|
2706
3137
|
}
|
|
2707
3138
|
},
|
|
2708
|
-
|
|
2709
3139
|
paginator: {
|
|
2710
3140
|
root: {
|
|
2711
3141
|
"class": ['flex items-center justify-center flex-wrap', 'bg-white text-gray-500 border-0 px-4 py-2 rounded-md', 'dark:bg-gray-900 dark:text-white/60 dark:border-blue-900/40' // Dark Mode
|
|
2712
3142
|
]
|
|
2713
3143
|
},
|
|
2714
3144
|
|
|
2715
|
-
firstpagebutton: function firstpagebutton(
|
|
2716
|
-
var context =
|
|
3145
|
+
firstpagebutton: function firstpagebutton(_ref146) {
|
|
3146
|
+
var context = _ref146.context;
|
|
2717
3147
|
return {
|
|
2718
3148
|
"class": ['relative inline-flex items-center justify-center user-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',
|
|
2719
3149
|
//Dark Mode
|
|
@@ -2724,8 +3154,8 @@ var Tailwind = {
|
|
|
2724
3154
|
};
|
|
2725
3155
|
},
|
|
2726
3156
|
|
|
2727
|
-
previouspagebutton: function previouspagebutton(
|
|
2728
|
-
var context =
|
|
3157
|
+
previouspagebutton: function previouspagebutton(_ref147) {
|
|
3158
|
+
var context = _ref147.context;
|
|
2729
3159
|
return {
|
|
2730
3160
|
"class": ['relative inline-flex items-center justify-center user-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',
|
|
2731
3161
|
//Dark Mode
|
|
@@ -2736,8 +3166,8 @@ var Tailwind = {
|
|
|
2736
3166
|
};
|
|
2737
3167
|
},
|
|
2738
3168
|
|
|
2739
|
-
nextpagebutton: function nextpagebutton(
|
|
2740
|
-
var context =
|
|
3169
|
+
nextpagebutton: function nextpagebutton(_ref148) {
|
|
3170
|
+
var context = _ref148.context;
|
|
2741
3171
|
return {
|
|
2742
3172
|
"class": ['relative inline-flex items-center justify-center user-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',
|
|
2743
3173
|
//Dark Mode
|
|
@@ -2748,8 +3178,8 @@ var Tailwind = {
|
|
|
2748
3178
|
};
|
|
2749
3179
|
},
|
|
2750
3180
|
|
|
2751
|
-
lastpagebutton: function lastpagebutton(
|
|
2752
|
-
var context =
|
|
3181
|
+
lastpagebutton: function lastpagebutton(_ref149) {
|
|
3182
|
+
var context = _ref149.context;
|
|
2753
3183
|
return {
|
|
2754
3184
|
"class": ['relative inline-flex items-center justify-center user-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',
|
|
2755
3185
|
//Dark Mode
|
|
@@ -2760,8 +3190,8 @@ var Tailwind = {
|
|
|
2760
3190
|
};
|
|
2761
3191
|
},
|
|
2762
3192
|
|
|
2763
|
-
pagebutton: function pagebutton(
|
|
2764
|
-
var context =
|
|
3193
|
+
pagebutton: function pagebutton(_ref150) {
|
|
3194
|
+
var context = _ref150.context;
|
|
2765
3195
|
return {
|
|
2766
3196
|
"class": ['relative inline-flex items-center justify-center user-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',
|
|
2767
3197
|
// Dark Mode
|
|
@@ -2773,9 +3203,9 @@ var Tailwind = {
|
|
|
2773
3203
|
};
|
|
2774
3204
|
},
|
|
2775
3205
|
rowperpagedropdown: {
|
|
2776
|
-
root: function root(
|
|
2777
|
-
var props =
|
|
2778
|
-
state =
|
|
3206
|
+
root: function root(_ref151) {
|
|
3207
|
+
var props = _ref151.props,
|
|
3208
|
+
state = _ref151.state;
|
|
2779
3209
|
return {
|
|
2780
3210
|
"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',
|
|
2781
3211
|
//DarkMode
|
|
@@ -2807,8 +3237,8 @@ var Tailwind = {
|
|
|
2807
3237
|
list: {
|
|
2808
3238
|
"class": 'm-0 p-0 py-3 list-none'
|
|
2809
3239
|
},
|
|
2810
|
-
item: function item(
|
|
2811
|
-
var context =
|
|
3240
|
+
item: function item(_ref152) {
|
|
3241
|
+
var context = _ref152.context;
|
|
2812
3242
|
return {
|
|
2813
3243
|
"class": ['relative font-normal cursor-pointer space-nowrap overflow-hidden', 'm-0 py-3 px-5 border-none text-gray-600 rounded-none', 'transition duration-200', 'dark:text-white/80',
|
|
2814
3244
|
// Dark Mode
|
|
@@ -2831,9 +3261,9 @@ var Tailwind = {
|
|
|
2831
3261
|
}
|
|
2832
3262
|
},
|
|
2833
3263
|
jumptopagedropdown: {
|
|
2834
|
-
root: function root(
|
|
2835
|
-
var props =
|
|
2836
|
-
state =
|
|
3264
|
+
root: function root(_ref153) {
|
|
3265
|
+
var props = _ref153.props,
|
|
3266
|
+
state = _ref153.state;
|
|
2837
3267
|
return {
|
|
2838
3268
|
"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',
|
|
2839
3269
|
//DarkMode
|
|
@@ -2865,8 +3295,8 @@ var Tailwind = {
|
|
|
2865
3295
|
list: {
|
|
2866
3296
|
"class": 'm-0 p-0 py-3 list-none'
|
|
2867
3297
|
},
|
|
2868
|
-
item: function item(
|
|
2869
|
-
var context =
|
|
3298
|
+
item: function item(_ref154) {
|
|
3299
|
+
var context = _ref154.context;
|
|
2870
3300
|
return {
|
|
2871
3301
|
"class": ['relative font-normal cursor-pointer space-nowrap overflow-hidden', 'm-0 py-3 px-5 border-none text-gray-600 rounded-none', 'transition duration-200', 'dark:text-white/80',
|
|
2872
3302
|
// Dark Mode
|
|
@@ -2880,8 +3310,8 @@ var Tailwind = {
|
|
|
2880
3310
|
}
|
|
2881
3311
|
},
|
|
2882
3312
|
treetable: {
|
|
2883
|
-
root: function root(
|
|
2884
|
-
var props =
|
|
3313
|
+
root: function root(_ref155) {
|
|
3314
|
+
var props = _ref155.props;
|
|
2885
3315
|
return {
|
|
2886
3316
|
"class": ['relative', {
|
|
2887
3317
|
'flex flex-col h-full': props.scrollHeight === 'flex'
|
|
@@ -2901,8 +3331,8 @@ var Tailwind = {
|
|
|
2901
3331
|
]
|
|
2902
3332
|
},
|
|
2903
3333
|
|
|
2904
|
-
wrapper: function wrapper(
|
|
2905
|
-
var props =
|
|
3334
|
+
wrapper: function wrapper(_ref156) {
|
|
3335
|
+
var props = _ref156.props;
|
|
2906
3336
|
return {
|
|
2907
3337
|
"class": [{
|
|
2908
3338
|
'relative overflow-auto': props.scrollable,
|
|
@@ -2918,40 +3348,40 @@ var Tailwind = {
|
|
|
2918
3348
|
table: {
|
|
2919
3349
|
"class": 'border-collapse table-fixed w-full'
|
|
2920
3350
|
},
|
|
2921
|
-
thead: function thead(
|
|
2922
|
-
var props =
|
|
3351
|
+
thead: function thead(_ref157) {
|
|
3352
|
+
var props = _ref157.props;
|
|
2923
3353
|
return {
|
|
2924
3354
|
"class": [{
|
|
2925
3355
|
'block sticky top-0 z-[1]': props.scrollable
|
|
2926
3356
|
}]
|
|
2927
3357
|
};
|
|
2928
3358
|
},
|
|
2929
|
-
tbody: function tbody(
|
|
2930
|
-
var props =
|
|
3359
|
+
tbody: function tbody(_ref158) {
|
|
3360
|
+
var props = _ref158.props;
|
|
2931
3361
|
return {
|
|
2932
3362
|
"class": [{
|
|
2933
3363
|
block: props.scrollable
|
|
2934
3364
|
}]
|
|
2935
3365
|
};
|
|
2936
3366
|
},
|
|
2937
|
-
tfoot: function tfoot(
|
|
2938
|
-
var props =
|
|
3367
|
+
tfoot: function tfoot(_ref159) {
|
|
3368
|
+
var props = _ref159.props;
|
|
2939
3369
|
return {
|
|
2940
3370
|
"class": [{
|
|
2941
3371
|
block: props.scrollable
|
|
2942
3372
|
}]
|
|
2943
3373
|
};
|
|
2944
3374
|
},
|
|
2945
|
-
headerrow: function headerrow(
|
|
2946
|
-
var props =
|
|
3375
|
+
headerrow: function headerrow(_ref160) {
|
|
3376
|
+
var props = _ref160.props;
|
|
2947
3377
|
return {
|
|
2948
3378
|
"class": [{
|
|
2949
3379
|
'flex flex-nowrap w-full': props.scrollable
|
|
2950
3380
|
}]
|
|
2951
3381
|
};
|
|
2952
3382
|
},
|
|
2953
|
-
row: function row(
|
|
2954
|
-
var context =
|
|
3383
|
+
row: function row(_ref161) {
|
|
3384
|
+
var context = _ref161.context;
|
|
2955
3385
|
return {
|
|
2956
3386
|
"class": ['transition duration-200', 'focus:outline focus:outline-[0.15rem] focus:outline-blue-200 focus:outline-offset-[-0.15rem]',
|
|
2957
3387
|
// Focus
|
|
@@ -2963,8 +3393,8 @@ var Tailwind = {
|
|
|
2963
3393
|
};
|
|
2964
3394
|
},
|
|
2965
3395
|
column: {
|
|
2966
|
-
headercell: function headercell(
|
|
2967
|
-
var context =
|
|
3396
|
+
headercell: function headercell(_ref162) {
|
|
3397
|
+
var context = _ref162.context;
|
|
2968
3398
|
return {
|
|
2969
3399
|
"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',
|
|
2970
3400
|
// Size
|
|
@@ -2979,8 +3409,8 @@ var Tailwind = {
|
|
|
2979
3409
|
}]
|
|
2980
3410
|
};
|
|
2981
3411
|
},
|
|
2982
|
-
bodycell: function bodycell(
|
|
2983
|
-
var context =
|
|
3412
|
+
bodycell: function bodycell(_ref163) {
|
|
3413
|
+
var context = _ref163.context;
|
|
2984
3414
|
return {
|
|
2985
3415
|
"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',
|
|
2986
3416
|
// Size
|
|
@@ -2995,16 +3425,16 @@ var Tailwind = {
|
|
|
2995
3425
|
}]
|
|
2996
3426
|
};
|
|
2997
3427
|
},
|
|
2998
|
-
rowtoggler: function rowtoggler(
|
|
2999
|
-
var context =
|
|
3428
|
+
rowtoggler: function rowtoggler(_ref164) {
|
|
3429
|
+
var context = _ref164.context;
|
|
3000
3430
|
return {
|
|
3001
3431
|
"class": ['relative inline-flex items-center justify-center align-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
|
|
3002
3432
|
]
|
|
3003
3433
|
};
|
|
3004
3434
|
},
|
|
3005
3435
|
|
|
3006
|
-
sorticon: function sorticon(
|
|
3007
|
-
var context =
|
|
3436
|
+
sorticon: function sorticon(_ref165) {
|
|
3437
|
+
var context = _ref165.context;
|
|
3008
3438
|
return {
|
|
3009
3439
|
"class": ['ml-2', context.sorted ? 'text-blue-700 dark:text-white/80' : 'text-slate-700 dark:text-white/70']
|
|
3010
3440
|
};
|
|
@@ -3020,16 +3450,16 @@ var Tailwind = {
|
|
|
3020
3450
|
checkboxwrapper: {
|
|
3021
3451
|
"class": ['cursor-pointer inline-flex relative select-none align-bottom', 'w-6 h-6 mr-2']
|
|
3022
3452
|
},
|
|
3023
|
-
checkbox: function checkbox(
|
|
3024
|
-
var context =
|
|
3453
|
+
checkbox: function checkbox(_ref166) {
|
|
3454
|
+
var context = _ref166.context;
|
|
3025
3455
|
return {
|
|
3026
3456
|
"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', {
|
|
3027
3457
|
'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
|
|
3028
3458
|
}]
|
|
3029
3459
|
};
|
|
3030
3460
|
},
|
|
3031
|
-
checkboxicon: function checkboxicon(
|
|
3032
|
-
var context =
|
|
3461
|
+
checkboxicon: function checkboxicon(_ref167) {
|
|
3462
|
+
var context = _ref167.context;
|
|
3033
3463
|
return {
|
|
3034
3464
|
"class": ['w-4 h-4 transition-all duration-200 text-base dark:text-gray-900', {
|
|
3035
3465
|
'text-white': context.checked
|
|
@@ -3038,12 +3468,12 @@ var Tailwind = {
|
|
|
3038
3468
|
}
|
|
3039
3469
|
},
|
|
3040
3470
|
resizehelper: {
|
|
3041
|
-
"class":
|
|
3471
|
+
"class": 'absolute hidden w-px z-10 bg-blue-500 dark:bg-blue-300'
|
|
3042
3472
|
}
|
|
3043
3473
|
},
|
|
3044
3474
|
datatable: {
|
|
3045
|
-
root: function root(
|
|
3046
|
-
var props =
|
|
3475
|
+
root: function root(_ref168) {
|
|
3476
|
+
var props = _ref168.props;
|
|
3047
3477
|
return {
|
|
3048
3478
|
"class": ['relative', {
|
|
3049
3479
|
'flex flex-col h-full': props.scrollable && props.scrollHeight === 'flex'
|
|
@@ -3058,8 +3488,8 @@ var Tailwind = {
|
|
|
3058
3488
|
loadingicon: {
|
|
3059
3489
|
"class": 'w-8 h-8'
|
|
3060
3490
|
},
|
|
3061
|
-
wrapper: function wrapper(
|
|
3062
|
-
var props =
|
|
3491
|
+
wrapper: function wrapper(_ref169) {
|
|
3492
|
+
var props = _ref169.props;
|
|
3063
3493
|
return {
|
|
3064
3494
|
"class": [{
|
|
3065
3495
|
relative: props.scrollable,
|
|
@@ -3067,8 +3497,8 @@ var Tailwind = {
|
|
|
3067
3497
|
}]
|
|
3068
3498
|
};
|
|
3069
3499
|
},
|
|
3070
|
-
header: function header(
|
|
3071
|
-
var props =
|
|
3500
|
+
header: function header(_ref170) {
|
|
3501
|
+
var props = _ref170.props;
|
|
3072
3502
|
return {
|
|
3073
3503
|
"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',
|
|
3074
3504
|
// Dark Mode
|
|
@@ -3078,25 +3508,25 @@ var Tailwind = {
|
|
|
3078
3508
|
table: {
|
|
3079
3509
|
"class": 'w-full border-spacing-0'
|
|
3080
3510
|
},
|
|
3081
|
-
thead: function thead(
|
|
3082
|
-
var context =
|
|
3511
|
+
thead: function thead(_ref171) {
|
|
3512
|
+
var context = _ref171.context;
|
|
3083
3513
|
return {
|
|
3084
3514
|
"class": [{
|
|
3085
3515
|
'bg-slate-50 top-0 z-[1]': context.scrollable
|
|
3086
3516
|
}]
|
|
3087
3517
|
};
|
|
3088
3518
|
},
|
|
3089
|
-
tbody: function tbody(
|
|
3090
|
-
var instance =
|
|
3091
|
-
context =
|
|
3519
|
+
tbody: function tbody(_ref172) {
|
|
3520
|
+
var instance = _ref172.instance,
|
|
3521
|
+
context = _ref172.context;
|
|
3092
3522
|
return {
|
|
3093
3523
|
"class": [{
|
|
3094
3524
|
'sticky z-[1]': instance.frozenRow && context.scrollable
|
|
3095
3525
|
}]
|
|
3096
3526
|
};
|
|
3097
3527
|
},
|
|
3098
|
-
tfoot: function tfoot(
|
|
3099
|
-
var context =
|
|
3528
|
+
tfoot: function tfoot(_ref173) {
|
|
3529
|
+
var context = _ref173.context;
|
|
3100
3530
|
return {
|
|
3101
3531
|
"class": [{
|
|
3102
3532
|
'bg-slate-50 bottom-0 z-[1]': context.scrollable
|
|
@@ -3109,9 +3539,9 @@ var Tailwind = {
|
|
|
3109
3539
|
},
|
|
3110
3540
|
|
|
3111
3541
|
column: {
|
|
3112
|
-
headercell: function headercell(
|
|
3113
|
-
var context =
|
|
3114
|
-
props =
|
|
3542
|
+
headercell: function headercell(_ref174) {
|
|
3543
|
+
var context = _ref174.context,
|
|
3544
|
+
props = _ref174.props;
|
|
3115
3545
|
return {
|
|
3116
3546
|
"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',
|
|
3117
3547
|
// Size
|
|
@@ -3131,9 +3561,9 @@ var Tailwind = {
|
|
|
3131
3561
|
headercontent: {
|
|
3132
3562
|
"class": 'flex items-center'
|
|
3133
3563
|
},
|
|
3134
|
-
bodycell: function bodycell(
|
|
3135
|
-
var props =
|
|
3136
|
-
context =
|
|
3564
|
+
bodycell: function bodycell(_ref175) {
|
|
3565
|
+
var props = _ref175.props,
|
|
3566
|
+
context = _ref175.context;
|
|
3137
3567
|
return {
|
|
3138
3568
|
"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',
|
|
3139
3569
|
// Size
|
|
@@ -3146,8 +3576,8 @@ var Tailwind = {
|
|
|
3146
3576
|
}]
|
|
3147
3577
|
};
|
|
3148
3578
|
},
|
|
3149
|
-
footercell: function footercell(
|
|
3150
|
-
var context =
|
|
3579
|
+
footercell: function footercell(_ref176) {
|
|
3580
|
+
var context = _ref176.context;
|
|
3151
3581
|
return {
|
|
3152
3582
|
"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',
|
|
3153
3583
|
// Size
|
|
@@ -3158,8 +3588,8 @@ var Tailwind = {
|
|
|
3158
3588
|
}]
|
|
3159
3589
|
};
|
|
3160
3590
|
},
|
|
3161
|
-
sorticon: function sorticon(
|
|
3162
|
-
var context =
|
|
3591
|
+
sorticon: function sorticon(_ref177) {
|
|
3592
|
+
var context = _ref177.context;
|
|
3163
3593
|
return {
|
|
3164
3594
|
"class": ['ml-2', context.sorted ? 'text-blue-700 dark:text-white/80' : 'text-slate-700 dark:text-white/70']
|
|
3165
3595
|
};
|
|
@@ -3183,10 +3613,10 @@ var Tailwind = {
|
|
|
3183
3613
|
}
|
|
3184
3614
|
},
|
|
3185
3615
|
filterrowitems: {
|
|
3186
|
-
"class": 'm-0 p-0 py-3 list-none
|
|
3616
|
+
"class": 'm-0 p-0 py-3 list-none'
|
|
3187
3617
|
},
|
|
3188
|
-
filterrowitem: function filterrowitem(
|
|
3189
|
-
var context =
|
|
3618
|
+
filterrowitem: function filterrowitem(_ref178) {
|
|
3619
|
+
var context = _ref178.context;
|
|
3190
3620
|
return {
|
|
3191
3621
|
"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']
|
|
3192
3622
|
};
|
|
@@ -3239,8 +3669,8 @@ var Tailwind = {
|
|
|
3239
3669
|
"class": 'w-auto min-[0px]:text-sm px-4 py-3'
|
|
3240
3670
|
}
|
|
3241
3671
|
},
|
|
3242
|
-
filtermenubutton: function filtermenubutton(
|
|
3243
|
-
var context =
|
|
3672
|
+
filtermenubutton: function filtermenubutton(_ref179) {
|
|
3673
|
+
var context = _ref179.context;
|
|
3244
3674
|
return {
|
|
3245
3675
|
"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',
|
|
3246
3676
|
// Hover
|
|
@@ -3253,8 +3683,8 @@ var Tailwind = {
|
|
|
3253
3683
|
}]
|
|
3254
3684
|
};
|
|
3255
3685
|
},
|
|
3256
|
-
headerfilterclearbutton: function headerfilterclearbutton(
|
|
3257
|
-
var context =
|
|
3686
|
+
headerfilterclearbutton: function headerfilterclearbutton(_ref180) {
|
|
3687
|
+
var context = _ref180.context;
|
|
3258
3688
|
return {
|
|
3259
3689
|
"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', {
|
|
3260
3690
|
invisible: !context.hidden
|
|
@@ -3297,8 +3727,8 @@ var Tailwind = {
|
|
|
3297
3727
|
radiobuttonwrapper: {
|
|
3298
3728
|
"class": ['relative inline-flex cursor-pointer select-none align-bottom', 'w-6 h-6']
|
|
3299
3729
|
},
|
|
3300
|
-
radiobutton: function radiobutton(
|
|
3301
|
-
var context =
|
|
3730
|
+
radiobutton: function radiobutton(_ref181) {
|
|
3731
|
+
var context = _ref181.context;
|
|
3302
3732
|
return {
|
|
3303
3733
|
"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', {
|
|
3304
3734
|
'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,
|
|
@@ -3306,8 +3736,8 @@ var Tailwind = {
|
|
|
3306
3736
|
}]
|
|
3307
3737
|
};
|
|
3308
3738
|
},
|
|
3309
|
-
radiobuttonicon: function radiobuttonicon(
|
|
3310
|
-
var context =
|
|
3739
|
+
radiobuttonicon: function radiobuttonicon(_ref182) {
|
|
3740
|
+
var context = _ref182.context;
|
|
3311
3741
|
return {
|
|
3312
3742
|
"class": ['transform rounded-full', 'block w-3 h-3 transition duration-200 bg-white dark:bg-gray-900', {
|
|
3313
3743
|
'backface-hidden scale-10 invisible': context.checked === false,
|
|
@@ -3318,8 +3748,8 @@ var Tailwind = {
|
|
|
3318
3748
|
headercheckboxwrapper: {
|
|
3319
3749
|
"class": ['cursor-pointer inline-flex relative select-none align-bottom', 'w-6 h-6']
|
|
3320
3750
|
},
|
|
3321
|
-
headercheckbox: function headercheckbox(
|
|
3322
|
-
var context =
|
|
3751
|
+
headercheckbox: function headercheckbox(_ref183) {
|
|
3752
|
+
var context = _ref183.context;
|
|
3323
3753
|
return {
|
|
3324
3754
|
"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', {
|
|
3325
3755
|
'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,
|
|
@@ -3328,13 +3758,13 @@ var Tailwind = {
|
|
|
3328
3758
|
};
|
|
3329
3759
|
},
|
|
3330
3760
|
headercheckboxicon: {
|
|
3331
|
-
"class":
|
|
3761
|
+
"class": 'w-4 h-4 transition-all duration-200 text-white text-base dark:text-gray-900'
|
|
3332
3762
|
},
|
|
3333
3763
|
checkboxwrapper: {
|
|
3334
3764
|
"class": ['cursor-pointer inline-flex relative select-none align-bottom', 'w-6 h-6']
|
|
3335
3765
|
},
|
|
3336
|
-
checkbox: function checkbox(
|
|
3337
|
-
var context =
|
|
3766
|
+
checkbox: function checkbox(_ref184) {
|
|
3767
|
+
var context = _ref184.context;
|
|
3338
3768
|
return {
|
|
3339
3769
|
"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', {
|
|
3340
3770
|
'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,
|
|
@@ -3343,11 +3773,12 @@ var Tailwind = {
|
|
|
3343
3773
|
};
|
|
3344
3774
|
},
|
|
3345
3775
|
checkboxicon: {
|
|
3346
|
-
"class":
|
|
3347
|
-
}
|
|
3776
|
+
"class": 'w-4 h-4 transition-all duration-200 text-white text-base dark:text-gray-900'
|
|
3777
|
+
},
|
|
3778
|
+
transition: TRANSITIONS.overlay
|
|
3348
3779
|
},
|
|
3349
|
-
bodyrow: function bodyrow(
|
|
3350
|
-
var context =
|
|
3780
|
+
bodyrow: function bodyrow(_ref185) {
|
|
3781
|
+
var context = _ref185.context;
|
|
3351
3782
|
return {
|
|
3352
3783
|
"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-50/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]',
|
|
3353
3784
|
// Focus
|
|
@@ -3378,9 +3809,15 @@ var Tailwind = {
|
|
|
3378
3809
|
"class": 'inline-block w-4 h-4'
|
|
3379
3810
|
},
|
|
3380
3811
|
resizehelper: {
|
|
3381
|
-
"class":
|
|
3812
|
+
"class": 'absolute hidden w-px z-10 bg-blue-500 dark:bg-blue-300'
|
|
3813
|
+
}
|
|
3814
|
+
},
|
|
3815
|
+
// CHART
|
|
3816
|
+
chart: {
|
|
3817
|
+
root: {
|
|
3818
|
+
"class": 'relative'
|
|
3382
3819
|
}
|
|
3383
3820
|
}
|
|
3384
3821
|
};
|
|
3385
3822
|
|
|
3386
|
-
export {
|
|
3823
|
+
export { TRANSITIONS, index as default };
|