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