primevue 3.32.0 → 3.32.2
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 +2 -2
- package/accordiontab/AccordionTab.d.ts +4 -3
- package/autocomplete/AutoComplete.d.ts +17 -7
- package/autocomplete/AutoComplete.vue +2 -2
- package/autocomplete/autocomplete.cjs.js +3 -2
- package/autocomplete/autocomplete.cjs.min.js +1 -1
- package/autocomplete/autocomplete.esm.js +3 -2
- package/autocomplete/autocomplete.esm.min.js +1 -1
- package/autocomplete/autocomplete.js +3 -2
- package/autocomplete/autocomplete.min.js +1 -1
- package/avatar/Avatar.d.ts +2 -2
- package/avatargroup/AvatarGroup.d.ts +2 -2
- package/badge/Badge.d.ts +2 -2
- package/badgedirective/BadgeDirective.d.ts +2 -1
- package/basecomponent/BaseComponent.vue +67 -12
- package/basecomponent/basecomponent.cjs.js +76 -22
- package/basecomponent/basecomponent.cjs.min.js +1 -1
- package/basecomponent/basecomponent.esm.js +76 -22
- package/basecomponent/basecomponent.esm.min.js +1 -1
- package/basecomponent/basecomponent.js +76 -22
- package/basecomponent/basecomponent.min.js +1 -1
- package/basedirective/basedirective.cjs.js +47 -7
- package/basedirective/basedirective.cjs.min.js +1 -1
- package/basedirective/basedirective.esm.js +47 -7
- package/basedirective/basedirective.esm.min.js +1 -1
- package/basedirective/basedirective.js +47 -7
- 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/BlockUI.d.ts +2 -2
- package/breadcrumb/Breadcrumb.d.ts +2 -2
- package/button/Button.d.ts +2 -2
- package/button/Button.vue +2 -2
- package/button/button.cjs.js +2 -2
- package/button/button.cjs.min.js +1 -1
- package/button/button.esm.js +2 -2
- package/button/button.esm.min.js +1 -1
- package/button/button.js +2 -2
- package/button/button.min.js +1 -1
- package/calendar/Calendar.d.ts +30 -6
- package/calendar/Calendar.vue +9 -8
- package/calendar/calendar.cjs.js +19 -10
- package/calendar/calendar.cjs.min.js +1 -1
- package/calendar/calendar.esm.js +19 -10
- package/calendar/calendar.esm.min.js +1 -1
- package/calendar/calendar.js +19 -10
- package/calendar/calendar.min.js +1 -1
- package/card/Card.d.ts +2 -2
- package/carousel/Carousel.d.ts +2 -2
- package/carousel/Carousel.vue +2 -1
- package/carousel/carousel.cjs.js +4 -3
- package/carousel/carousel.cjs.min.js +1 -1
- package/carousel/carousel.esm.js +4 -3
- package/carousel/carousel.esm.min.js +1 -1
- package/carousel/carousel.js +4 -3
- package/carousel/carousel.min.js +1 -1
- package/cascadeselect/CascadeSelect.d.ts +2 -2
- package/chart/Chart.d.ts +2 -2
- package/checkbox/Checkbox.d.ts +2 -2
- package/chip/Chip.d.ts +6 -4
- package/chips/Chips.d.ts +13 -4
- 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 +2 -2
- package/colorpicker/ColorPicker.vue +1 -40
- package/colorpicker/colorpicker.cjs.js +8 -47
- package/colorpicker/colorpicker.cjs.min.js +1 -1
- package/colorpicker/colorpicker.esm.js +8 -47
- package/colorpicker/colorpicker.esm.min.js +1 -1
- package/colorpicker/colorpicker.js +8 -47
- package/colorpicker/colorpicker.min.js +1 -1
- package/column/Column.d.ts +13 -10
- package/columngroup/ColumnGroup.d.ts +2 -2
- package/config/PrimeVue.d.ts +2 -2
- package/confirmdialog/ConfirmDialog.d.ts +3 -2
- package/confirmpopup/ConfirmPopup.d.ts +3 -2
- package/contextmenu/ContextMenu.d.ts +3 -2
- package/core/core.js +551 -489
- package/core/core.min.js +10 -10
- package/datatable/BodyCell.vue +2 -0
- package/datatable/DataTable.d.ts +4 -2
- package/datatable/DataTable.vue +45 -15
- package/datatable/TableBody.vue +1 -1
- package/datatable/datatable.cjs.js +119 -74
- package/datatable/datatable.cjs.min.js +1 -1
- package/datatable/datatable.esm.js +119 -74
- package/datatable/datatable.esm.min.js +1 -1
- package/datatable/datatable.js +119 -74
- package/datatable/datatable.min.js +1 -1
- package/dataview/DataView.d.ts +2 -2
- 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 +2 -2
- package/deferredcontent/DeferredContent.d.ts +2 -2
- package/dialog/Dialog.d.ts +13 -3
- package/dialog/Dialog.vue +10 -7
- package/dialog/dialog.cjs.js +13 -7
- package/dialog/dialog.cjs.min.js +1 -1
- package/dialog/dialog.esm.js +14 -8
- package/dialog/dialog.esm.min.js +1 -1
- package/dialog/dialog.js +13 -7
- package/dialog/dialog.min.js +1 -1
- package/divider/Divider.d.ts +2 -2
- package/dock/Dock.d.ts +2 -2
- package/dropdown/Dropdown.d.ts +21 -10
- package/dropdown/Dropdown.vue +9 -0
- package/dropdown/dropdown.cjs.js +8 -0
- package/dropdown/dropdown.cjs.min.js +1 -1
- package/dropdown/dropdown.esm.js +8 -0
- package/dropdown/dropdown.esm.min.js +1 -1
- package/dropdown/dropdown.js +8 -0
- package/dropdown/dropdown.min.js +1 -1
- package/editor/BaseEditor.vue +8 -6
- package/editor/Editor.d.ts +2 -2
- package/editor/editor.cjs.js +8 -6
- package/editor/editor.cjs.min.js +1 -1
- package/editor/editor.esm.js +8 -6
- package/editor/editor.esm.min.js +1 -1
- package/editor/editor.js +8 -6
- package/editor/editor.min.js +1 -1
- package/fieldset/Fieldset.d.ts +2 -2
- package/fileupload/FileUpload.d.ts +12 -7
- package/fileupload/FileUpload.vue +4 -0
- package/fileupload/fileupload.cjs.js +4 -0
- package/fileupload/fileupload.cjs.min.js +1 -1
- package/fileupload/fileupload.esm.js +4 -0
- package/fileupload/fileupload.esm.min.js +1 -1
- package/fileupload/fileupload.js +5 -2
- package/fileupload/fileupload.min.js +1 -1
- package/focustrap/FocusTrap.d.ts +2 -1
- package/galleria/Galleria.d.ts +2 -2
- package/galleria/GalleriaItem.vue +2 -2
- package/galleria/GalleriaThumbnails.vue +5 -1
- package/galleria/galleria.cjs.js +16 -7
- package/galleria/galleria.cjs.min.js +1 -1
- package/galleria/galleria.esm.js +16 -7
- package/galleria/galleria.esm.min.js +1 -1
- package/galleria/galleria.js +16 -7
- package/galleria/galleria.min.js +1 -1
- package/image/Image.d.ts +6 -4
- package/image/Image.vue +8 -6
- package/image/image.cjs.js +18 -5
- package/image/image.cjs.min.js +1 -1
- package/image/image.esm.js +19 -6
- package/image/image.esm.min.js +1 -1
- package/image/image.js +18 -5
- package/image/image.min.js +1 -1
- package/inlinemessage/InlineMessage.d.ts +2 -2
- package/inplace/Inplace.d.ts +2 -2
- package/inputmask/InputMask.d.ts +2 -2
- package/inputnumber/InputNumber.d.ts +2 -2
- package/inputnumber/InputNumber.vue +1 -0
- package/inputnumber/inputnumber.cjs.js +1 -0
- package/inputnumber/inputnumber.cjs.min.js +1 -1
- package/inputnumber/inputnumber.esm.js +1 -0
- package/inputnumber/inputnumber.esm.min.js +1 -1
- package/inputnumber/inputnumber.js +1 -0
- package/inputnumber/inputnumber.min.js +1 -1
- package/inputswitch/InputSwitch.d.ts +2 -2
- package/inputtext/InputText.d.ts +2 -2
- package/knob/Knob.d.ts +2 -2
- package/listbox/Listbox.d.ts +11 -5
- package/megamenu/MegaMenu.d.ts +3 -2
- package/menu/Menu.d.ts +2 -2
- package/menubar/Menubar.d.ts +3 -2
- package/message/BaseMessage.vue +5 -0
- package/message/Message.d.ts +4 -2
- package/message/message.cjs.js +1 -1
- package/message/message.cjs.min.js +1 -1
- package/message/message.esm.js +1 -1
- package/message/message.esm.min.js +1 -1
- package/message/message.js +1 -1
- package/message/message.min.js +1 -1
- package/multiselect/MultiSelect.d.ts +16 -6
- package/multiselect/MultiSelect.vue +1 -1
- package/multiselect/multiselect.cjs.js +1 -0
- package/multiselect/multiselect.cjs.min.js +1 -1
- package/multiselect/multiselect.esm.js +1 -0
- package/multiselect/multiselect.esm.min.js +1 -1
- package/multiselect/multiselect.js +1 -0
- package/multiselect/multiselect.min.js +1 -1
- package/orderlist/OrderList.d.ts +2 -2
- package/organizationchart/OrganizationChart.d.ts +2 -2
- package/overlaypanel/OverlayPanel.d.ts +2 -2
- package/package.json +9 -4
- package/paginator/Paginator.d.ts +2 -2
- package/panel/Panel.d.ts +3 -2
- package/panelmenu/PanelMenu.d.ts +3 -2
- package/passthrough/index.cjs.js +16 -60
- package/passthrough/index.cjs.min.js +1 -1
- package/passthrough/index.d.ts +0 -9
- package/passthrough/index.esm.js +16 -60
- package/passthrough/index.esm.min.js +1 -1
- package/passthrough/index.js +18 -59
- package/passthrough/index.min.js +1 -1
- package/passthrough/tailwind/index.cjs.js +365 -359
- package/passthrough/tailwind/index.cjs.min.js +1 -1
- package/passthrough/tailwind/index.d.ts +1 -2
- package/passthrough/tailwind/index.esm.js +365 -359
- package/passthrough/tailwind/index.esm.min.js +1 -1
- package/passthrough/tailwind/index.js +365 -359
- package/passthrough/tailwind/index.min.js +1 -1
- package/password/Password.d.ts +6 -4
- package/password/Password.vue +1 -0
- package/password/password.cjs.js +2 -1
- package/password/password.cjs.min.js +1 -1
- package/password/password.esm.js +2 -1
- package/password/password.esm.min.js +1 -1
- package/password/password.js +2 -1
- package/password/password.min.js +1 -1
- package/picklist/PickList.d.ts +2 -2
- package/picklist/PickList.vue +9 -7
- package/picklist/picklist.cjs.js +27 -9
- package/picklist/picklist.cjs.min.js +1 -1
- package/picklist/picklist.esm.js +27 -9
- package/picklist/picklist.esm.min.js +1 -1
- package/picklist/picklist.js +27 -9
- package/picklist/picklist.min.js +1 -1
- package/progressbar/ProgressBar.d.ts +2 -2
- package/progressspinner/ProgressSpinner.d.ts +2 -2
- package/radiobutton/RadioButton.d.ts +2 -2
- package/rating/Rating.d.ts +3 -2
- package/resources/themes/arya-blue/theme.css +4 -4
- package/resources/themes/arya-green/theme.css +4 -4
- package/resources/themes/arya-orange/theme.css +4 -4
- package/resources/themes/arya-purple/theme.css +4 -4
- package/resources/themes/bootstrap4-dark-blue/theme.css +8 -11
- package/resources/themes/bootstrap4-dark-purple/theme.css +8 -11
- package/resources/themes/bootstrap4-light-blue/theme.css +8 -11
- package/resources/themes/bootstrap4-light-purple/theme.css +8 -11
- package/resources/themes/fluent-light/theme.css +4 -4
- package/resources/themes/lara-dark-blue/theme.css +4 -4
- package/resources/themes/lara-dark-indigo/theme.css +4 -4
- package/resources/themes/lara-dark-purple/theme.css +4 -4
- package/resources/themes/lara-dark-teal/theme.css +4 -4
- package/resources/themes/lara-light-blue/theme.css +4 -4
- package/resources/themes/lara-light-indigo/theme.css +4 -4
- package/resources/themes/lara-light-purple/theme.css +4 -4
- package/resources/themes/lara-light-teal/theme.css +4 -4
- package/resources/themes/luna-amber/theme.css +4 -4
- package/resources/themes/luna-blue/theme.css +4 -4
- package/resources/themes/luna-green/theme.css +4 -4
- package/resources/themes/luna-pink/theme.css +4 -4
- package/resources/themes/md-dark-deeppurple/theme.css +4 -4
- package/resources/themes/md-dark-indigo/theme.css +4 -4
- package/resources/themes/md-light-deeppurple/theme.css +4 -4
- package/resources/themes/md-light-indigo/theme.css +4 -4
- package/resources/themes/mdc-dark-deeppurple/theme.css +4 -4
- package/resources/themes/mdc-dark-indigo/theme.css +4 -4
- package/resources/themes/mdc-light-deeppurple/theme.css +4 -4
- package/resources/themes/mdc-light-indigo/theme.css +4 -4
- package/resources/themes/mira/theme.css +4 -4
- package/resources/themes/nano/theme.css +4 -4
- package/resources/themes/nova/theme.css +4 -4
- package/resources/themes/nova-accent/theme.css +4 -4
- package/resources/themes/nova-alt/theme.css +4 -4
- package/resources/themes/nova-vue/theme.css +4 -4
- package/resources/themes/rhea/theme.css +4 -4
- package/resources/themes/saga-blue/theme.css +4 -4
- package/resources/themes/saga-green/theme.css +4 -4
- package/resources/themes/saga-orange/theme.css +4 -4
- package/resources/themes/saga-purple/theme.css +4 -4
- package/resources/themes/soho-dark/theme.css +4 -4
- package/resources/themes/soho-light/theme.css +4 -4
- package/resources/themes/tailwind-light/theme.css +4 -4
- package/resources/themes/vela-blue/theme.css +4 -4
- package/resources/themes/vela-green/theme.css +4 -4
- package/resources/themes/vela-orange/theme.css +4 -4
- package/resources/themes/vela-purple/theme.css +4 -4
- package/resources/themes/viva-dark/theme.css +4 -4
- package/resources/themes/viva-light/theme.css +4 -4
- package/ripple/Ripple.d.ts +2 -1
- package/scrollpanel/ScrollPanel.d.ts +2 -2
- package/scrolltop/ScrollTop.d.ts +2 -2
- package/selectbutton/SelectButton.d.ts +6 -2
- 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 +10 -4
- package/sidebar/Sidebar.vue +2 -2
- package/sidebar/sidebar.cjs.js +4 -2
- package/sidebar/sidebar.cjs.min.js +1 -1
- package/sidebar/sidebar.esm.js +5 -3
- package/sidebar/sidebar.esm.min.js +1 -1
- package/sidebar/sidebar.js +4 -2
- package/sidebar/sidebar.min.js +1 -1
- package/skeleton/Skeleton.d.ts +2 -2
- package/slider/Slider.d.ts +2 -2
- package/speeddial/SpeedDial.d.ts +9 -7
- package/speeddial/SpeedDial.vue +1 -1
- package/speeddial/speeddial.cjs.js +1 -1
- package/speeddial/speeddial.cjs.min.js +1 -1
- package/speeddial/speeddial.esm.js +1 -1
- package/speeddial/speeddial.esm.min.js +1 -1
- package/speeddial/speeddial.js +1 -1
- package/speeddial/speeddial.min.js +1 -1
- package/splitbutton/SplitButton.d.ts +4 -2
- package/splitter/Splitter.d.ts +2 -2
- package/splitterpanel/SplitterPanel.d.ts +2 -2
- package/steps/Steps.d.ts +2 -2
- package/styleclass/StyleClass.d.ts +2 -1
- package/tabmenu/TabMenu.d.ts +2 -2
- package/tabpanel/TabPanel.d.ts +2 -2
- package/tabview/TabView.d.ts +2 -2
- package/tag/Tag.d.ts +2 -2
- package/terminal/Terminal.d.ts +2 -2
- package/textarea/Textarea.d.ts +2 -2
- package/tieredmenu/TieredMenu.d.ts +3 -2
- package/timeline/Timeline.d.ts +2 -2
- package/toast/BaseToast.vue +2 -0
- package/toast/Toast.d.ts +16 -4
- package/toast/toast.cjs.js +1 -1
- package/toast/toast.cjs.min.js +1 -1
- package/toast/toast.esm.js +1 -1
- package/toast/toast.esm.min.js +1 -1
- package/toast/toast.js +1 -1
- package/toast/toast.min.js +1 -1
- package/togglebutton/ToggleButton.d.ts +3 -2
- package/toolbar/Toolbar.d.ts +2 -2
- package/tooltip/Tooltip.d.ts +2 -1
- package/tree/Tree.d.ts +6 -2
- package/treeselect/TreeSelect.d.ts +3 -2
- package/treetable/TreeTable.d.ts +3 -2
- package/treetable/TreeTable.vue +4 -2
- package/treetable/treetable.cjs.js +6 -5
- package/treetable/treetable.cjs.min.js +1 -1
- package/treetable/treetable.esm.js +6 -5
- package/treetable/treetable.esm.min.js +1 -1
- package/treetable/treetable.js +6 -5
- package/treetable/treetable.min.js +1 -1
- package/tristatecheckbox/TriStateCheckbox.d.ts +5 -2
- package/ts-helpers.d.ts +2 -0
- package/virtualscroller/VirtualScroller.d.ts +8 -6
- package/web-types.json +1 -1
|
@@ -418,10 +418,13 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
418
418
|
"class": 'w-4 h-4 inline-block'
|
|
419
419
|
},
|
|
420
420
|
content: function content(_ref17) {
|
|
421
|
-
var state = _ref17.state
|
|
421
|
+
var state = _ref17.state,
|
|
422
|
+
instance = _ref17.instance;
|
|
422
423
|
return {
|
|
423
|
-
"class": ['overflow-y-auto', 'bg-white text-gray-700 px-6 pb-8 pt-0'
|
|
424
|
+
"class": ['overflow-y-auto', 'bg-white text-gray-700 px-6 pb-8 pt-0',, 'dark:bg-gray-900 dark:text-white/80', {
|
|
424
425
|
grow: state.maximized
|
|
426
|
+
}, {
|
|
427
|
+
'rounded-bl-lg rounded-br-lg': !instance.$slots.footer
|
|
425
428
|
}]
|
|
426
429
|
};
|
|
427
430
|
},
|
|
@@ -497,7 +500,7 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
497
500
|
root: function root(_ref20) {
|
|
498
501
|
var props = _ref20.props;
|
|
499
502
|
return {
|
|
500
|
-
"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', {
|
|
501
504
|
'!transition-none !transform-none !w-screen !h-screen !max-h-full !top-0 !left-0': props.position == 'full',
|
|
502
505
|
'h-full w-80': props.position == 'left' || props.position == 'right',
|
|
503
506
|
'h-40 w-full': props.position == 'top' || props.position == 'bottom'
|
|
@@ -518,11 +521,16 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
518
521
|
content: {
|
|
519
522
|
"class": ['p-5 pt-0 h-full w-full', 'grow overflow-y-auto']
|
|
520
523
|
},
|
|
521
|
-
mask: {
|
|
522
|
-
"class": ['flex pointer-events-auto', 'bg-black bg-opacity-40 transition duration-200 z-20 transition-colors']
|
|
523
|
-
},
|
|
524
|
-
transition: function transition(_ref21) {
|
|
524
|
+
mask: function mask(_ref21) {
|
|
525
525
|
var props = _ref21.props;
|
|
526
|
+
return {
|
|
527
|
+
"class": ['flex pointer-events-auto', 'transition duration-200 z-20 transition-colors', {
|
|
528
|
+
'bg-black/40': props.modal
|
|
529
|
+
}]
|
|
530
|
+
};
|
|
531
|
+
},
|
|
532
|
+
transition: function transition(_ref22) {
|
|
533
|
+
var props = _ref22.props;
|
|
526
534
|
return props.position === 'top' ? {
|
|
527
535
|
enterFromClass: 'translate-x-0 -translate-y-full translate-z-0',
|
|
528
536
|
leaveToClass: 'translate-x-0 -translate-y-full translate-z-0'
|
|
@@ -534,7 +542,7 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
534
542
|
leaveToClass: '-translate-x-full translate-y-0 translate-z-0'
|
|
535
543
|
} : props.position === 'right' ? {
|
|
536
544
|
enterFromClass: 'translate-x-full translate-y-0 translate-z-0',
|
|
537
|
-
leaveToClass: '
|
|
545
|
+
leaveToClass: 'translate-x-full translate-y-0 translate-z-0'
|
|
538
546
|
} : {
|
|
539
547
|
enterFromClass: 'opacity-0',
|
|
540
548
|
enterActiveClass: 'transition-opacity duration-400 ease-in',
|
|
@@ -605,8 +613,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
605
613
|
},
|
|
606
614
|
//Messages
|
|
607
615
|
message: {
|
|
608
|
-
root: function root(
|
|
609
|
-
var props =
|
|
616
|
+
root: function root(_ref23) {
|
|
617
|
+
var props = _ref23.props;
|
|
610
618
|
return {
|
|
611
619
|
"class": ['my-4 rounded-md', {
|
|
612
620
|
'bg-blue-100 border-solid border-0 border-l-4 border-blue-500 text-blue-700': props.severity == 'info',
|
|
@@ -637,8 +645,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
637
645
|
}
|
|
638
646
|
},
|
|
639
647
|
inlinemessage: {
|
|
640
|
-
root: function root(
|
|
641
|
-
var props =
|
|
648
|
+
root: function root(_ref24) {
|
|
649
|
+
var props = _ref24.props;
|
|
642
650
|
return {
|
|
643
651
|
"class": ['inline-flex items-center justify-center align-top', 'p-3 m-0 rounded-md', {
|
|
644
652
|
'bg-blue-100 border-0 text-blue-700': props.severity == 'info',
|
|
@@ -656,8 +664,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
656
664
|
root: {
|
|
657
665
|
"class": ['w-96', 'opacity-90']
|
|
658
666
|
},
|
|
659
|
-
container: function container(
|
|
660
|
-
var props =
|
|
667
|
+
container: function container(_ref25) {
|
|
668
|
+
var props = _ref25.props;
|
|
661
669
|
return {
|
|
662
670
|
"class": ['my-4 rounded-md w-full', {
|
|
663
671
|
'bg-blue-100 border-solid border-0 border-l-4 border-blue-500 text-blue-700': props.message.severity == 'info',
|
|
@@ -695,9 +703,9 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
695
703
|
},
|
|
696
704
|
//BUTTONS
|
|
697
705
|
button: {
|
|
698
|
-
root: function root(
|
|
699
|
-
var props =
|
|
700
|
-
context =
|
|
706
|
+
root: function root(_ref26) {
|
|
707
|
+
var props = _ref26.props,
|
|
708
|
+
context = _ref26.context;
|
|
701
709
|
return {
|
|
702
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)]',
|
|
703
711
|
// Primary button focus
|
|
@@ -747,16 +755,16 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
747
755
|
}]
|
|
748
756
|
};
|
|
749
757
|
},
|
|
750
|
-
label: function label(
|
|
751
|
-
var props =
|
|
758
|
+
label: function label(_ref27) {
|
|
759
|
+
var props = _ref27.props;
|
|
752
760
|
return {
|
|
753
761
|
"class": ['flex-1', 'duration-200', 'font-bold', {
|
|
754
762
|
'hover:underline': props.link
|
|
755
763
|
}]
|
|
756
764
|
};
|
|
757
765
|
},
|
|
758
|
-
icon: function icon(
|
|
759
|
-
var props =
|
|
766
|
+
icon: function icon(_ref28) {
|
|
767
|
+
var props = _ref28.props;
|
|
760
768
|
return {
|
|
761
769
|
"class": ['mx-0', {
|
|
762
770
|
'mr-2': props.iconPos == 'left' && props.label != null,
|
|
@@ -766,8 +774,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
766
774
|
}]
|
|
767
775
|
};
|
|
768
776
|
},
|
|
769
|
-
badge: function badge(
|
|
770
|
-
var props =
|
|
777
|
+
badge: function badge(_ref29) {
|
|
778
|
+
var props = _ref29.props;
|
|
771
779
|
return {
|
|
772
780
|
"class": [{
|
|
773
781
|
'ml-2 w-4 h-4 leading-none flex items-center justify-center': props.badge
|
|
@@ -780,8 +788,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
780
788
|
"class": 'absolute flex'
|
|
781
789
|
},
|
|
782
790
|
button: {
|
|
783
|
-
root: function root(
|
|
784
|
-
var parent =
|
|
791
|
+
root: function root(_ref30) {
|
|
792
|
+
var parent = _ref30.parent;
|
|
785
793
|
return {
|
|
786
794
|
"class": ['w-16 !h-16 !rounded-full justify-center z-10', {
|
|
787
795
|
'rotate-45': parent.state.d_visible
|
|
@@ -795,9 +803,9 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
795
803
|
menu: {
|
|
796
804
|
"class": 'm-0 p-0 list-none flex items-center justify-center transition delay-200 z-20'
|
|
797
805
|
},
|
|
798
|
-
menuitem: function menuitem(
|
|
799
|
-
var props =
|
|
800
|
-
context =
|
|
806
|
+
menuitem: function menuitem(_ref31) {
|
|
807
|
+
var props = _ref31.props,
|
|
808
|
+
context = _ref31.context;
|
|
801
809
|
return {
|
|
802
810
|
"class": ['transform transition-transform duration-200 ease-out transition-opacity duration-800', context.hidden ? 'opacity-0 scale-0' : 'opacity-1 scale-100', {
|
|
803
811
|
'my-1 first:mb-2': props.direction == 'up' && props.type == 'linear',
|
|
@@ -812,8 +820,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
812
820
|
action: {
|
|
813
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']
|
|
814
822
|
},
|
|
815
|
-
mask: function mask(
|
|
816
|
-
var state =
|
|
823
|
+
mask: function mask(_ref32) {
|
|
824
|
+
var state = _ref32.state;
|
|
817
825
|
return {
|
|
818
826
|
"class": ['absolute left-0 top-0 w-full h-full transition-opacity duration-250 ease-in-out bg-black/40 z-0', {
|
|
819
827
|
'opacity-0': !state.d_visible,
|
|
@@ -823,8 +831,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
823
831
|
}
|
|
824
832
|
},
|
|
825
833
|
splitbutton: {
|
|
826
|
-
root: function root(
|
|
827
|
-
var props =
|
|
834
|
+
root: function root(_ref33) {
|
|
835
|
+
var props = _ref33.props;
|
|
828
836
|
return {
|
|
829
837
|
"class": ['inline-flex relative', 'rounded-md', {
|
|
830
838
|
'shadow-lg': props.raised
|
|
@@ -832,8 +840,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
832
840
|
};
|
|
833
841
|
},
|
|
834
842
|
button: {
|
|
835
|
-
root: function root(
|
|
836
|
-
var parent =
|
|
843
|
+
root: function root(_ref34) {
|
|
844
|
+
var parent = _ref34.parent;
|
|
837
845
|
return {
|
|
838
846
|
"class": ['rounded-r-none border-r-0', {
|
|
839
847
|
'rounded-l-full': parent.props.rounded
|
|
@@ -845,8 +853,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
845
853
|
}
|
|
846
854
|
},
|
|
847
855
|
menubutton: {
|
|
848
|
-
root: function root(
|
|
849
|
-
var parent =
|
|
856
|
+
root: function root(_ref35) {
|
|
857
|
+
var parent = _ref35.parent;
|
|
850
858
|
return {
|
|
851
859
|
"class": ['rounded-l-none', {
|
|
852
860
|
'rounded-r-full': parent.props.rounded
|
|
@@ -860,9 +868,9 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
860
868
|
},
|
|
861
869
|
//FORMS
|
|
862
870
|
inputtext: {
|
|
863
|
-
root: function root(
|
|
864
|
-
var props =
|
|
865
|
-
context =
|
|
871
|
+
root: function root(_ref36) {
|
|
872
|
+
var props = _ref36.props,
|
|
873
|
+
context = _ref36.context;
|
|
866
874
|
return {
|
|
867
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', {
|
|
868
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,
|
|
@@ -879,24 +887,24 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
879
887
|
root: {
|
|
880
888
|
"class": 'w-full inline-flex'
|
|
881
889
|
},
|
|
882
|
-
input: function input(
|
|
883
|
-
var props =
|
|
890
|
+
input: function input(_ref37) {
|
|
891
|
+
var props = _ref37.props;
|
|
884
892
|
return {
|
|
885
893
|
"class": [{
|
|
886
894
|
'rounded-tr-none rounded-br-none': props.showButtons && props.buttonLayout == 'stacked'
|
|
887
895
|
}]
|
|
888
896
|
};
|
|
889
897
|
},
|
|
890
|
-
buttongroup: function buttongroup(
|
|
891
|
-
var props =
|
|
898
|
+
buttongroup: function buttongroup(_ref38) {
|
|
899
|
+
var props = _ref38.props;
|
|
892
900
|
return {
|
|
893
901
|
"class": [{
|
|
894
902
|
'flex flex-col': props.showButtons && props.buttonLayout == 'stacked'
|
|
895
903
|
}]
|
|
896
904
|
};
|
|
897
905
|
},
|
|
898
|
-
incrementbutton: function incrementbutton(
|
|
899
|
-
var props =
|
|
906
|
+
incrementbutton: function incrementbutton(_ref39) {
|
|
907
|
+
var props = _ref39.props;
|
|
900
908
|
return {
|
|
901
909
|
"class": ['flex !items-center !justify-center', {
|
|
902
910
|
'rounded-br-none rounded-bl-none rounded-bl-none !p-0 flex-1 w-[3rem]': props.showButtons && props.buttonLayout == 'stacked'
|
|
@@ -906,8 +914,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
906
914
|
label: {
|
|
907
915
|
"class": 'hidden'
|
|
908
916
|
},
|
|
909
|
-
decrementbutton: function decrementbutton(
|
|
910
|
-
var props =
|
|
917
|
+
decrementbutton: function decrementbutton(_ref40) {
|
|
918
|
+
var props = _ref40.props;
|
|
911
919
|
return {
|
|
912
920
|
"class": ['flex !items-center !justify-center', {
|
|
913
921
|
'rounded-tr-none rounded-tl-none rounded-tl-none !p-0 flex-1 w-[3rem]': props.showButtons && props.buttonLayout == 'stacked'
|
|
@@ -916,8 +924,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
916
924
|
}
|
|
917
925
|
},
|
|
918
926
|
knob: {
|
|
919
|
-
root: function root(
|
|
920
|
-
var props =
|
|
927
|
+
root: function root(_ref41) {
|
|
928
|
+
var props = _ref41.props;
|
|
921
929
|
return {
|
|
922
930
|
"class": ['focus:outline-none focus:outline-offset-0 focus:shadow-0', {
|
|
923
931
|
'opacity-60 select-none pointer-events-none cursor-default': props.disabled
|
|
@@ -935,16 +943,16 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
935
943
|
}
|
|
936
944
|
},
|
|
937
945
|
inputswitch: {
|
|
938
|
-
root: function root(
|
|
939
|
-
var props =
|
|
946
|
+
root: function root(_ref42) {
|
|
947
|
+
var props = _ref42.props;
|
|
940
948
|
return {
|
|
941
949
|
"class": ['inline-block relative', 'w-12 h-7', {
|
|
942
950
|
'opacity-60 select-none pointer-events-none cursor-default': props.disabled
|
|
943
951
|
}]
|
|
944
952
|
};
|
|
945
953
|
},
|
|
946
|
-
slider: function slider(
|
|
947
|
-
var props =
|
|
954
|
+
slider: function slider(_ref43) {
|
|
955
|
+
var props = _ref43.props;
|
|
948
956
|
return {
|
|
949
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", {
|
|
950
958
|
'bg-gray-200 dark:bg-gray-800 hover:bg-gray-300 hover:dark:bg-gray-700 ': !props.modelValue,
|
|
@@ -954,8 +962,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
954
962
|
}
|
|
955
963
|
},
|
|
956
964
|
cascadeselect: {
|
|
957
|
-
root: function root(
|
|
958
|
-
var props =
|
|
965
|
+
root: function root(_ref44) {
|
|
966
|
+
var props = _ref44.props;
|
|
959
967
|
return {
|
|
960
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', {
|
|
961
969
|
'opacity-60 select-none pointer-events-none cursor-default': props.disabled
|
|
@@ -994,16 +1002,16 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
994
1002
|
}
|
|
995
1003
|
},
|
|
996
1004
|
rating: {
|
|
997
|
-
root: function root(
|
|
998
|
-
var props =
|
|
1005
|
+
root: function root(_ref45) {
|
|
1006
|
+
var props = _ref45.props;
|
|
999
1007
|
return {
|
|
1000
1008
|
"class": ['relative flex items-center', 'gap-2', {
|
|
1001
1009
|
'opacity-60 select-none pointer-events-none cursor-default': props.disabled
|
|
1002
1010
|
}]
|
|
1003
1011
|
};
|
|
1004
1012
|
},
|
|
1005
|
-
cancelitem: function cancelitem(
|
|
1006
|
-
var context =
|
|
1013
|
+
cancelitem: function cancelitem(_ref46) {
|
|
1014
|
+
var context = _ref46.context;
|
|
1007
1015
|
return {
|
|
1008
1016
|
"class": ['inline-flex items-center cursor-pointer', {
|
|
1009
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
|
|
@@ -1013,9 +1021,9 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
1013
1021
|
cancelicon: {
|
|
1014
1022
|
"class": ['text-red-500', 'w-5 h-5', 'transition duration-200 ease-in']
|
|
1015
1023
|
},
|
|
1016
|
-
item: function item(
|
|
1017
|
-
var props =
|
|
1018
|
-
context =
|
|
1024
|
+
item: function item(_ref47) {
|
|
1025
|
+
var props = _ref47.props,
|
|
1026
|
+
context = _ref47.context;
|
|
1019
1027
|
return {
|
|
1020
1028
|
"class": ['inline-flex items-center', {
|
|
1021
1029
|
'cursor-pointer': !props.readonly,
|
|
@@ -1033,16 +1041,16 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
1033
1041
|
}
|
|
1034
1042
|
},
|
|
1035
1043
|
selectbutton: {
|
|
1036
|
-
root: function root(
|
|
1037
|
-
var props =
|
|
1044
|
+
root: function root(_ref48) {
|
|
1045
|
+
var props = _ref48.props;
|
|
1038
1046
|
return {
|
|
1039
1047
|
"class": [{
|
|
1040
1048
|
'opacity-60 select-none pointer-events-none cursor-default': props.disabled
|
|
1041
1049
|
}]
|
|
1042
1050
|
};
|
|
1043
1051
|
},
|
|
1044
|
-
button: function button(
|
|
1045
|
-
var context =
|
|
1052
|
+
button: function button(_ref49) {
|
|
1053
|
+
var context = _ref49.context;
|
|
1046
1054
|
return {
|
|
1047
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)]', {
|
|
1048
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,
|
|
@@ -1056,8 +1064,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
1056
1064
|
}
|
|
1057
1065
|
},
|
|
1058
1066
|
slider: {
|
|
1059
|
-
root: function root(
|
|
1060
|
-
var props =
|
|
1067
|
+
root: function root(_ref50) {
|
|
1068
|
+
var props = _ref50.props;
|
|
1061
1069
|
return {
|
|
1062
1070
|
"class": ['relative', 'bg-gray-100 dark:bg-gray-800 border-0 rounded-6', {
|
|
1063
1071
|
'h-1 w-56': props.orientation == 'horizontal',
|
|
@@ -1067,8 +1075,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
1067
1075
|
}]
|
|
1068
1076
|
};
|
|
1069
1077
|
},
|
|
1070
|
-
range: function range(
|
|
1071
|
-
var props =
|
|
1078
|
+
range: function range(_ref51) {
|
|
1079
|
+
var props = _ref51.props;
|
|
1072
1080
|
return {
|
|
1073
1081
|
"class": ['bg-blue-500', 'block absolute', {
|
|
1074
1082
|
'top-0 left-0 h-full': props.orientation == 'horizontal',
|
|
@@ -1076,8 +1084,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
1076
1084
|
}]
|
|
1077
1085
|
};
|
|
1078
1086
|
},
|
|
1079
|
-
handle: function handle(
|
|
1080
|
-
var props =
|
|
1087
|
+
handle: function handle(_ref52) {
|
|
1088
|
+
var props = _ref52.props;
|
|
1081
1089
|
return {
|
|
1082
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', {
|
|
1083
1091
|
'top-[50%] mt-[-0.5715rem] ml-[-0.5715rem]': props.orientation == 'horizontal',
|
|
@@ -1085,8 +1093,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
1085
1093
|
}]
|
|
1086
1094
|
};
|
|
1087
1095
|
},
|
|
1088
|
-
starthandler: function starthandler(
|
|
1089
|
-
var props =
|
|
1096
|
+
starthandler: function starthandler(_ref53) {
|
|
1097
|
+
var props = _ref53.props;
|
|
1090
1098
|
return {
|
|
1091
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', {
|
|
1092
1100
|
'top-[50%] mt-[-0.5715rem] ml-[-0.5715rem]': props.orientation == 'horizontal',
|
|
@@ -1094,8 +1102,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
1094
1102
|
}]
|
|
1095
1103
|
};
|
|
1096
1104
|
},
|
|
1097
|
-
endhandler: function endhandler(
|
|
1098
|
-
var props =
|
|
1105
|
+
endhandler: function endhandler(_ref54) {
|
|
1106
|
+
var props = _ref54.props;
|
|
1099
1107
|
return {
|
|
1100
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', {
|
|
1101
1109
|
'top-[50%] mt-[-0.5715rem] ml-[-0.5715rem]': props.orientation == 'horizontal',
|
|
@@ -1105,8 +1113,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
1105
1113
|
}
|
|
1106
1114
|
},
|
|
1107
1115
|
password: {
|
|
1108
|
-
root: function root(
|
|
1109
|
-
var props =
|
|
1116
|
+
root: function root(_ref55) {
|
|
1117
|
+
var props = _ref55.props;
|
|
1110
1118
|
return {
|
|
1111
1119
|
"class": ['inline-flex relative', {
|
|
1112
1120
|
'opacity-60 select-none pointer-events-none cursor-default': props.disabled
|
|
@@ -1119,10 +1127,10 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
1119
1127
|
meter: {
|
|
1120
1128
|
"class": 'mb-2 bg-gray-300 dark:bg-gray-700 h-3'
|
|
1121
1129
|
},
|
|
1122
|
-
meterlabel: function meterlabel(
|
|
1130
|
+
meterlabel: function meterlabel(_ref56) {
|
|
1123
1131
|
var _instance$meter, _instance$meter2, _instance$meter3;
|
|
1124
|
-
var instance =
|
|
1125
|
-
props =
|
|
1132
|
+
var instance = _ref56.instance,
|
|
1133
|
+
props = _ref56.props;
|
|
1126
1134
|
return {
|
|
1127
1135
|
"class": ['transition-width duration-1000 ease-in-out h-full', {
|
|
1128
1136
|
'bg-red-500': (instance === null || instance === void 0 || (_instance$meter = instance.meter) === null || _instance$meter === void 0 ? void 0 : _instance$meter.strength) == 'weak',
|
|
@@ -1142,9 +1150,9 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
1142
1150
|
transition: TRANSITIONS.overlay
|
|
1143
1151
|
},
|
|
1144
1152
|
togglebutton: {
|
|
1145
|
-
root: function root(
|
|
1146
|
-
var props =
|
|
1147
|
-
context =
|
|
1153
|
+
root: function root(_ref57) {
|
|
1154
|
+
var props = _ref57.props,
|
|
1155
|
+
context = _ref57.context;
|
|
1148
1156
|
return {
|
|
1149
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', {
|
|
1150
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,8 +1167,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
1159
1167
|
label: {
|
|
1160
1168
|
"class": 'font-bold text-center w-full'
|
|
1161
1169
|
},
|
|
1162
|
-
icon: function icon(
|
|
1163
|
-
var props =
|
|
1170
|
+
icon: function icon(_ref58) {
|
|
1171
|
+
var props = _ref58.props;
|
|
1164
1172
|
return {
|
|
1165
1173
|
"class": [' mr-2', {
|
|
1166
1174
|
'text-gray-600 dark:text-white/70': !props.modelValue,
|
|
@@ -1173,8 +1181,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
1173
1181
|
root: {
|
|
1174
1182
|
"class": ['cursor-pointer inline-flex relative select-none align-bottom', 'w-6 h-6']
|
|
1175
1183
|
},
|
|
1176
|
-
checkbox: function checkbox(
|
|
1177
|
-
var props =
|
|
1184
|
+
checkbox: function checkbox(_ref59) {
|
|
1185
|
+
var props = _ref59.props;
|
|
1178
1186
|
return {
|
|
1179
1187
|
"class": ['flex items-center justify-center', 'border-2 w-6 h-6 rounded-lg transition-colors duration-200', {
|
|
1180
1188
|
'border-blue-500 bg-blue-500 text-white dark:border-blue-400 dark:bg-blue-400': props.modelValue || !props.modelValue,
|
|
@@ -1190,9 +1198,9 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
1190
1198
|
root: {
|
|
1191
1199
|
"class": ['cursor-pointer inline-flex relative select-none align-bottom', 'w-6 h-6']
|
|
1192
1200
|
},
|
|
1193
|
-
input: function input(
|
|
1194
|
-
var props =
|
|
1195
|
-
context =
|
|
1201
|
+
input: function input(_ref60) {
|
|
1202
|
+
var props = _ref60.props,
|
|
1203
|
+
context = _ref60.context;
|
|
1196
1204
|
return {
|
|
1197
1205
|
"class": ['flex items-center justify-center', 'border-2 w-6 h-6 text-gray-600 rounded-lg transition-colors duration-200', {
|
|
1198
1206
|
'border-gray-300 bg-white dark:border-blue-900/40 dark:bg-gray-900': !context.checked,
|
|
@@ -1211,8 +1219,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
1211
1219
|
root: {
|
|
1212
1220
|
"class": ['relative inline-flex cursor-pointer select-none align-bottom', 'w-6 h-6']
|
|
1213
1221
|
},
|
|
1214
|
-
input: function input(
|
|
1215
|
-
var props =
|
|
1222
|
+
input: function input(_ref61) {
|
|
1223
|
+
var props = _ref61.props;
|
|
1216
1224
|
return {
|
|
1217
1225
|
"class": ['flex justify-center items-center', 'border-2 w-6 h-6 text-gray-700 rounded-full transition duration-200 ease-in-out', {
|
|
1218
1226
|
'border-gray-300 bg-white dark:border-blue-900/40 dark:bg-gray-900 dark:text-white/80': props.value !== props.modelValue,
|
|
@@ -1223,8 +1231,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
1223
1231
|
}]
|
|
1224
1232
|
};
|
|
1225
1233
|
},
|
|
1226
|
-
icon: function icon(
|
|
1227
|
-
var props =
|
|
1234
|
+
icon: function icon(_ref62) {
|
|
1235
|
+
var props = _ref62.props;
|
|
1228
1236
|
return {
|
|
1229
1237
|
"class": ['transform rounded-full', 'block w-3 h-3 transition duration-200 bg-white dark:bg-gray-900', {
|
|
1230
1238
|
'backface-hidden scale-10 invisible': props.value !== props.modelValue,
|
|
@@ -1234,16 +1242,16 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
1234
1242
|
}
|
|
1235
1243
|
},
|
|
1236
1244
|
dropdown: {
|
|
1237
|
-
root: function root(
|
|
1238
|
-
var props =
|
|
1245
|
+
root: function root(_ref63) {
|
|
1246
|
+
var props = _ref63.props;
|
|
1239
1247
|
return {
|
|
1240
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)]', {
|
|
1241
1249
|
'opacity-60 select-none pointer-events-none cursor-default': props.disabled
|
|
1242
1250
|
}]
|
|
1243
1251
|
};
|
|
1244
1252
|
},
|
|
1245
|
-
input: function input(
|
|
1246
|
-
var props =
|
|
1253
|
+
input: function input(_ref64) {
|
|
1254
|
+
var props = _ref64.props;
|
|
1247
1255
|
return {
|
|
1248
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', {
|
|
1249
1257
|
'pr-7': props.showClear
|
|
@@ -1259,8 +1267,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
1259
1267
|
list: {
|
|
1260
1268
|
"class": 'py-3 list-none m-0'
|
|
1261
1269
|
},
|
|
1262
|
-
item: function item(
|
|
1263
|
-
var context =
|
|
1270
|
+
item: function item(_ref65) {
|
|
1271
|
+
var context = _ref65.context;
|
|
1264
1272
|
return {
|
|
1265
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', {
|
|
1266
1274
|
'text-gray-700': !context.focused && !context.selected,
|
|
@@ -1291,8 +1299,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
1291
1299
|
transition: TRANSITIONS.overlay
|
|
1292
1300
|
},
|
|
1293
1301
|
calendar: {
|
|
1294
|
-
root: function root(
|
|
1295
|
-
var props =
|
|
1302
|
+
root: function root(_ref66) {
|
|
1303
|
+
var props = _ref66.props;
|
|
1296
1304
|
return {
|
|
1297
1305
|
"class": ['inline-flex max-w-full relative', {
|
|
1298
1306
|
'opacity-60 select-none pointer-events-none cursor-default': props.disabled
|
|
@@ -1304,8 +1312,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
1304
1312
|
]
|
|
1305
1313
|
},
|
|
1306
1314
|
|
|
1307
|
-
panel: function panel(
|
|
1308
|
-
var props =
|
|
1315
|
+
panel: function panel(_ref67) {
|
|
1316
|
+
var props = _ref67.props;
|
|
1309
1317
|
return {
|
|
1310
1318
|
"class": ['bg-white dark:bg-gray-900', 'min-w-[350px]', {
|
|
1311
1319
|
'shadow-md border-0 absolute': !props.inline,
|
|
@@ -1343,8 +1351,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
1343
1351
|
day: {
|
|
1344
1352
|
"class": 'p-2'
|
|
1345
1353
|
},
|
|
1346
|
-
daylabel: function daylabel(
|
|
1347
|
-
var context =
|
|
1354
|
+
daylabel: function daylabel(_ref68) {
|
|
1355
|
+
var context = _ref68.context;
|
|
1348
1356
|
return {
|
|
1349
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)]', {
|
|
1350
1358
|
'opacity-60 cursor-default': context.disabled,
|
|
@@ -1358,8 +1366,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
1358
1366
|
monthpicker: {
|
|
1359
1367
|
"class": 'my-2'
|
|
1360
1368
|
},
|
|
1361
|
-
month: function month(
|
|
1362
|
-
var context =
|
|
1369
|
+
month: function month(_ref69) {
|
|
1370
|
+
var context = _ref69.context;
|
|
1363
1371
|
return {
|
|
1364
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)]', {
|
|
1365
1373
|
'text-gray-600 dark:text-white/70 bg-transprent hover:bg-gray-200 dark:hover:bg-gray-800/80': !context.selected && !context.disabled,
|
|
@@ -1370,8 +1378,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
1370
1378
|
yearpicker: {
|
|
1371
1379
|
"class": 'my-2'
|
|
1372
1380
|
},
|
|
1373
|
-
year: function year(
|
|
1374
|
-
var context =
|
|
1381
|
+
year: function year(_ref70) {
|
|
1382
|
+
var context = _ref70.context;
|
|
1375
1383
|
return {
|
|
1376
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)]', {
|
|
1377
1385
|
'text-gray-600 dark:text-white/70 bg-transprent hover:bg-gray-200 dark:hover:bg-gray-800/80': !context.selected && !context.disabled,
|
|
@@ -1421,8 +1429,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
1421
1429
|
list: {
|
|
1422
1430
|
"class": 'py-3 list-none m-0'
|
|
1423
1431
|
},
|
|
1424
|
-
item: function item(
|
|
1425
|
-
var context =
|
|
1432
|
+
item: function item(_ref71) {
|
|
1433
|
+
var context = _ref71.context;
|
|
1426
1434
|
return {
|
|
1427
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', {
|
|
1428
1436
|
'text-gray-700': !context.focused && !context.selected,
|
|
@@ -1449,8 +1457,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
1449
1457
|
}
|
|
1450
1458
|
},
|
|
1451
1459
|
multiselect: {
|
|
1452
|
-
root: function root(
|
|
1453
|
-
var props =
|
|
1460
|
+
root: function root(_ref72) {
|
|
1461
|
+
var props = _ref72.props;
|
|
1454
1462
|
return {
|
|
1455
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', {
|
|
1456
1464
|
'opacity-60 select-none pointer-events-none cursor-default': props === null || props === void 0 ? void 0 : props.disabled
|
|
@@ -1460,8 +1468,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
1460
1468
|
labelContainer: {
|
|
1461
1469
|
"class": 'overflow-hidden flex flex-auto cursor-pointer'
|
|
1462
1470
|
},
|
|
1463
|
-
label: function label(
|
|
1464
|
-
var props =
|
|
1471
|
+
label: function label(_ref73) {
|
|
1472
|
+
var props = _ref73.props;
|
|
1465
1473
|
return {
|
|
1466
1474
|
"class": ['block overflow-hidden whitespace-nowrap cursor-pointer overflow-ellipsis', 'text-gray-800 dark:text-white/80', 'p-3 transition duration-200', _defineProperty({
|
|
1467
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),
|
|
@@ -1487,8 +1495,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
1487
1495
|
headerCheckboxContainer: {
|
|
1488
1496
|
"class": ['inline-flex cursor-pointer select-none align-bottom relative', 'mr-2', 'w-6 h-6']
|
|
1489
1497
|
},
|
|
1490
|
-
headerCheckbox: function headerCheckbox(
|
|
1491
|
-
var context =
|
|
1498
|
+
headerCheckbox: function headerCheckbox(_ref75) {
|
|
1499
|
+
var context = _ref75.context;
|
|
1492
1500
|
return {
|
|
1493
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)]', {
|
|
1494
1502
|
'border-gray-300 dark:border-blue-900/40 bg-white dark:bg-gray-900': !(context !== null && context !== void 0 && context.selected),
|
|
@@ -1511,8 +1519,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
1511
1519
|
list: {
|
|
1512
1520
|
"class": 'py-3 list-none m-0'
|
|
1513
1521
|
},
|
|
1514
|
-
item: function item(
|
|
1515
|
-
var context =
|
|
1522
|
+
item: function item(_ref76) {
|
|
1523
|
+
var context = _ref76.context;
|
|
1516
1524
|
return {
|
|
1517
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', {
|
|
1518
1526
|
'text-gray-700': !context.focused && !context.selected,
|
|
@@ -1525,8 +1533,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
1525
1533
|
checkboxContainer: {
|
|
1526
1534
|
"class": ['inline-flex cursor-pointer select-none align-bottom relative', 'mr-2', 'w-6 h-6']
|
|
1527
1535
|
},
|
|
1528
|
-
checkbox: function checkbox(
|
|
1529
|
-
var context =
|
|
1536
|
+
checkbox: function checkbox(_ref77) {
|
|
1537
|
+
var context = _ref77.context;
|
|
1530
1538
|
return {
|
|
1531
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)]', {
|
|
1532
1540
|
'border-gray-300 dark:border-blue-900/40 bg-white dark:bg-gray-900': !(context !== null && context !== void 0 && context.selected),
|
|
@@ -1555,8 +1563,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
1555
1563
|
transition: TRANSITIONS.overlay
|
|
1556
1564
|
},
|
|
1557
1565
|
textarea: {
|
|
1558
|
-
root: function root(
|
|
1559
|
-
var context =
|
|
1566
|
+
root: function root(_ref78) {
|
|
1567
|
+
var context = _ref78.context;
|
|
1560
1568
|
return {
|
|
1561
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)]', {
|
|
1562
1570
|
'opacity-60 select-none pointer-events-none cursor-default': context.disabled
|
|
@@ -1565,8 +1573,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
1565
1573
|
}
|
|
1566
1574
|
},
|
|
1567
1575
|
treeselect: {
|
|
1568
|
-
root: function root(
|
|
1569
|
-
var props =
|
|
1576
|
+
root: function root(_ref79) {
|
|
1577
|
+
var props = _ref79.props;
|
|
1570
1578
|
return {
|
|
1571
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', {
|
|
1572
1580
|
'opacity-60 select-none pointer-events-none cursor-default': props === null || props === void 0 ? void 0 : props.disabled
|
|
@@ -1591,8 +1599,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
1591
1599
|
transition: TRANSITIONS.overlay
|
|
1592
1600
|
},
|
|
1593
1601
|
autocomplete: {
|
|
1594
|
-
root: function root(
|
|
1595
|
-
var props =
|
|
1602
|
+
root: function root(_ref80) {
|
|
1603
|
+
var props = _ref80.props;
|
|
1596
1604
|
return {
|
|
1597
1605
|
"class": ['relative inline-flex', {
|
|
1598
1606
|
'opacity-60 select-none pointer-events-none cursor-default': props.disabled
|
|
@@ -1607,8 +1615,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
1607
1615
|
inputtoken: {
|
|
1608
1616
|
"class": ['py-0.375rem px-0', 'flex-1 inline-flex']
|
|
1609
1617
|
},
|
|
1610
|
-
input: function input(
|
|
1611
|
-
var props =
|
|
1618
|
+
input: function input(_ref81) {
|
|
1619
|
+
var props = _ref81.props;
|
|
1612
1620
|
return {
|
|
1613
1621
|
"class": ['m-0', ' transition-colors duration-200 appearance-none rounded-lg', {
|
|
1614
1622
|
'rounded-tr-none rounded-br-none': props.dropdown
|
|
@@ -1632,8 +1640,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
1632
1640
|
list: {
|
|
1633
1641
|
"class": 'py-3 list-none m-0'
|
|
1634
1642
|
},
|
|
1635
|
-
item: function item(
|
|
1636
|
-
var context =
|
|
1643
|
+
item: function item(_ref82) {
|
|
1644
|
+
var context = _ref82.context;
|
|
1637
1645
|
return {
|
|
1638
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', {
|
|
1639
1647
|
'text-gray-700': !context.focused && !context.selected,
|
|
@@ -1649,8 +1657,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
1649
1657
|
transition: TRANSITIONS.overlay
|
|
1650
1658
|
},
|
|
1651
1659
|
chips: {
|
|
1652
|
-
root: function root(
|
|
1653
|
-
var props =
|
|
1660
|
+
root: function root(_ref83) {
|
|
1661
|
+
var props = _ref83.props;
|
|
1654
1662
|
return {
|
|
1655
1663
|
"class": ['flex', {
|
|
1656
1664
|
'opacity-60 select-none pointer-events-none cursor-default': props.disabled
|
|
@@ -1674,8 +1682,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
1674
1682
|
}
|
|
1675
1683
|
},
|
|
1676
1684
|
colorpicker: {
|
|
1677
|
-
root: function root(
|
|
1678
|
-
var props =
|
|
1685
|
+
root: function root(_ref84) {
|
|
1686
|
+
var props = _ref84.props;
|
|
1679
1687
|
return {
|
|
1680
1688
|
"class": ['inline-block', {
|
|
1681
1689
|
'opacity-60 select-none pointer-events-none cursor-default': props.disabled
|
|
@@ -1685,8 +1693,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
1685
1693
|
input: {
|
|
1686
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']
|
|
1687
1695
|
},
|
|
1688
|
-
panel: function panel(
|
|
1689
|
-
var props =
|
|
1696
|
+
panel: function panel(_ref85) {
|
|
1697
|
+
var props = _ref85.props;
|
|
1690
1698
|
return {
|
|
1691
1699
|
"class": ['shadow-md', 'bg-gray-800 border-gray-900', {
|
|
1692
1700
|
'relative h-48 w-52': props.inline,
|
|
@@ -1726,8 +1734,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
1726
1734
|
},
|
|
1727
1735
|
//MISC
|
|
1728
1736
|
badge: {
|
|
1729
|
-
root: function root(
|
|
1730
|
-
var props =
|
|
1737
|
+
root: function root(_ref86) {
|
|
1738
|
+
var props = _ref86.props;
|
|
1731
1739
|
return {
|
|
1732
1740
|
"class": ['rounded-full p-0 text-center inline-block', 'bg-blue-500 text-white font-bold', {
|
|
1733
1741
|
'bg-gray-500 ': props.severity == 'secondary',
|
|
@@ -1745,9 +1753,9 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
1745
1753
|
}
|
|
1746
1754
|
},
|
|
1747
1755
|
avatar: {
|
|
1748
|
-
root: function root(
|
|
1749
|
-
var props =
|
|
1750
|
-
parent =
|
|
1756
|
+
root: function root(_ref87) {
|
|
1757
|
+
var props = _ref87.props,
|
|
1758
|
+
parent = _ref87.parent;
|
|
1751
1759
|
return {
|
|
1752
1760
|
"class": ['flex items-center justify-center', 'bg-gray-300 dark:bg-gray-800', {
|
|
1753
1761
|
'rounded-lg': props.shape == 'square',
|
|
@@ -1791,8 +1799,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
1791
1799
|
root: {
|
|
1792
1800
|
"class": ['overflow-hidden relative', 'border-0 h-6 bg-gray-200 rounded-md dark:bg-gray-800']
|
|
1793
1801
|
},
|
|
1794
|
-
value: function value(
|
|
1795
|
-
var props =
|
|
1802
|
+
value: function value(_ref88) {
|
|
1803
|
+
var props = _ref88.props;
|
|
1796
1804
|
return {
|
|
1797
1805
|
"class": ['border-0 m-0 bg-blue-500', {
|
|
1798
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',
|
|
@@ -1816,8 +1824,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
1816
1824
|
}
|
|
1817
1825
|
},
|
|
1818
1826
|
skeleton: {
|
|
1819
|
-
root: function root(
|
|
1820
|
-
var props =
|
|
1827
|
+
root: function root(_ref89) {
|
|
1828
|
+
var props = _ref89.props;
|
|
1821
1829
|
return {
|
|
1822
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', {
|
|
1823
1831
|
'rounded-md': props.shape !== 'circle',
|
|
@@ -1827,15 +1835,13 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
1827
1835
|
}
|
|
1828
1836
|
},
|
|
1829
1837
|
tag: {
|
|
1830
|
-
root: function root(
|
|
1831
|
-
var props =
|
|
1838
|
+
root: function root(_ref90) {
|
|
1839
|
+
var props = _ref90.props;
|
|
1832
1840
|
return {
|
|
1833
1841
|
"class": ['inline-flex items-center justify-center', 'bg-blue-500 text-white text-xs font-semibold px-2 py-1 ', {
|
|
1834
|
-
'bg-gray-500 ': props.severity == 'secondary',
|
|
1835
1842
|
'bg-green-500 ': props.severity == 'success',
|
|
1836
1843
|
'bg-blue-500 ': props.severity == 'info',
|
|
1837
1844
|
'bg-orange-500 ': props.severity == 'warning',
|
|
1838
|
-
'bg-purple-500 ': props.severity == 'help',
|
|
1839
1845
|
'bg-red-500 ': props.severity == 'danger'
|
|
1840
1846
|
}, {
|
|
1841
1847
|
'rounded-md': !props.rounded,
|
|
@@ -1856,8 +1862,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
1856
1862
|
}
|
|
1857
1863
|
},
|
|
1858
1864
|
scrolltop: {
|
|
1859
|
-
root: function root(
|
|
1860
|
-
var props =
|
|
1865
|
+
root: function root(_ref91) {
|
|
1866
|
+
var props = _ref91.props;
|
|
1861
1867
|
return {
|
|
1862
1868
|
"class": ['fixed bottom-20 right-20 flex items-center justify-center', 'ml-auto', {
|
|
1863
1869
|
'!bg-blue-500 hover:bg-blue-600 text-white rounded-md h-8 w-8': props.target == 'parent',
|
|
@@ -1922,8 +1928,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
1922
1928
|
menuitem: {
|
|
1923
1929
|
"class": 'relative'
|
|
1924
1930
|
},
|
|
1925
|
-
content: function content(
|
|
1926
|
-
var context =
|
|
1931
|
+
content: function content(_ref92) {
|
|
1932
|
+
var context = _ref92.context;
|
|
1927
1933
|
return {
|
|
1928
1934
|
"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',
|
|
1929
1935
|
// Hover
|
|
@@ -1950,8 +1956,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
1950
1956
|
}
|
|
1951
1957
|
},
|
|
1952
1958
|
dock: {
|
|
1953
|
-
root: function root(
|
|
1954
|
-
var props =
|
|
1959
|
+
root: function root(_ref93) {
|
|
1960
|
+
var props = _ref93.props;
|
|
1955
1961
|
return {
|
|
1956
1962
|
"class": ['absolute z-1 flex justify-center items-center pointer-events-none', {
|
|
1957
1963
|
'left-0 bottom-0 w-full': props.position == 'bottom',
|
|
@@ -1964,18 +1970,18 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
1964
1970
|
container: {
|
|
1965
1971
|
"class": ['flex pointer-events-auto', 'bg-white/10 border-white/20 p-2 border rounded-md']
|
|
1966
1972
|
},
|
|
1967
|
-
menu: function menu(
|
|
1968
|
-
var props =
|
|
1973
|
+
menu: function menu(_ref94) {
|
|
1974
|
+
var props = _ref94.props;
|
|
1969
1975
|
return {
|
|
1970
1976
|
"class": ['m-0 p-0 list-none flex items-center justify-center', 'outline-none', {
|
|
1971
1977
|
'flex-col': props.position == 'left' || props.position == 'right'
|
|
1972
1978
|
}]
|
|
1973
1979
|
};
|
|
1974
1980
|
},
|
|
1975
|
-
menuitem: function menuitem(
|
|
1976
|
-
var props =
|
|
1977
|
-
context =
|
|
1978
|
-
instance =
|
|
1981
|
+
menuitem: function menuitem(_ref95) {
|
|
1982
|
+
var props = _ref95.props,
|
|
1983
|
+
context = _ref95.context,
|
|
1984
|
+
instance = _ref95.instance;
|
|
1979
1985
|
return {
|
|
1980
1986
|
"class": ['p-2 rounded-md', 'transition-all duration-200 ease-cubic-bezier-will-change-transform transform ', {
|
|
1981
1987
|
'origin-bottom hover:mx-6': props.position == 'bottom',
|
|
@@ -2000,8 +2006,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
2000
2006
|
menu: {
|
|
2001
2007
|
"class": ['m-0 p-0 list-none', 'outline-none']
|
|
2002
2008
|
},
|
|
2003
|
-
content: function content(
|
|
2004
|
-
var context =
|
|
2009
|
+
content: function content(_ref96) {
|
|
2010
|
+
var context = _ref96.context;
|
|
2005
2011
|
return {
|
|
2006
2012
|
"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',
|
|
2007
2013
|
// Hover
|
|
@@ -2025,8 +2031,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
2025
2031
|
root: {
|
|
2026
2032
|
"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']
|
|
2027
2033
|
},
|
|
2028
|
-
menu: function menu(
|
|
2029
|
-
var props =
|
|
2034
|
+
menu: function menu(_ref97) {
|
|
2035
|
+
var props = _ref97.props;
|
|
2030
2036
|
return {
|
|
2031
2037
|
"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', {
|
|
2032
2038
|
'hidden ': !(props !== null && props !== void 0 && props.mobileActive),
|
|
@@ -2037,9 +2043,9 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
2037
2043
|
menuitem: {
|
|
2038
2044
|
"class": 'sm:relative sm:w-auto w-full static'
|
|
2039
2045
|
},
|
|
2040
|
-
content: function content(
|
|
2041
|
-
var props =
|
|
2042
|
-
context =
|
|
2046
|
+
content: function content(_ref98) {
|
|
2047
|
+
var props = _ref98.props,
|
|
2048
|
+
context = _ref98.context;
|
|
2043
2049
|
return {
|
|
2044
2050
|
"class": [' transition-shadow duration-200', '', {
|
|
2045
2051
|
'rounded-md': props.root
|
|
@@ -2054,8 +2060,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
2054
2060
|
}]
|
|
2055
2061
|
};
|
|
2056
2062
|
},
|
|
2057
|
-
action: function action(
|
|
2058
|
-
var context =
|
|
2063
|
+
action: function action(_ref99) {
|
|
2064
|
+
var context = _ref99.context;
|
|
2059
2065
|
return {
|
|
2060
2066
|
"class": ['select-none', 'cursor-pointer flex items-center no-underline overflow-hidden relative', 'py-3 px-5 select-none', {
|
|
2061
2067
|
'max-[960px]:pl-9': context.level === 1,
|
|
@@ -2066,8 +2072,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
2066
2072
|
icon: {
|
|
2067
2073
|
"class": 'mr-2'
|
|
2068
2074
|
},
|
|
2069
|
-
submenuicon: function submenuicon(
|
|
2070
|
-
var props =
|
|
2075
|
+
submenuicon: function submenuicon(_ref100) {
|
|
2076
|
+
var props = _ref100.props;
|
|
2071
2077
|
return {
|
|
2072
2078
|
"class": ['max-[960px]:ml-auto', {
|
|
2073
2079
|
'ml-2': props.root,
|
|
@@ -2075,8 +2081,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
2075
2081
|
}]
|
|
2076
2082
|
};
|
|
2077
2083
|
},
|
|
2078
|
-
submenu: function submenu(
|
|
2079
|
-
var props =
|
|
2084
|
+
submenu: function submenu(_ref101) {
|
|
2085
|
+
var props = _ref101.props;
|
|
2080
2086
|
return {
|
|
2081
2087
|
"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', {
|
|
2082
2088
|
'sm:absolute sm:left-full sm:top-0': props.level > 1
|
|
@@ -2091,8 +2097,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
2091
2097
|
}
|
|
2092
2098
|
},
|
|
2093
2099
|
megamenu: {
|
|
2094
|
-
root: function root(
|
|
2095
|
-
var props =
|
|
2100
|
+
root: function root(_ref102) {
|
|
2101
|
+
var props = _ref102.props;
|
|
2096
2102
|
return {
|
|
2097
2103
|
"class": ['bg-gray-100 dark:bg-gray-900 border border-gray-300 dark:border-blue-900/40 rounded-md', 'flex relative', {
|
|
2098
2104
|
'p-2 items-center': props.orientation == 'horizontal',
|
|
@@ -2103,8 +2109,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
2103
2109
|
menu: {
|
|
2104
2110
|
"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']
|
|
2105
2111
|
},
|
|
2106
|
-
menuitem: function menuitem(
|
|
2107
|
-
var props =
|
|
2112
|
+
menuitem: function menuitem(_ref103) {
|
|
2113
|
+
var props = _ref103.props;
|
|
2108
2114
|
return {
|
|
2109
2115
|
"class": ['relative', {
|
|
2110
2116
|
'w-auto': props.horizontal,
|
|
@@ -2112,9 +2118,9 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
2112
2118
|
}]
|
|
2113
2119
|
};
|
|
2114
2120
|
},
|
|
2115
|
-
content: function content(
|
|
2116
|
-
var props =
|
|
2117
|
-
context =
|
|
2121
|
+
content: function content(_ref104) {
|
|
2122
|
+
var props = _ref104.props,
|
|
2123
|
+
context = _ref104.context;
|
|
2118
2124
|
return {
|
|
2119
2125
|
"class": ['transition-shadow duration-200', {
|
|
2120
2126
|
'rounded-md': props.level < 1 && props.horizontal
|
|
@@ -2135,8 +2141,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
2135
2141
|
icon: {
|
|
2136
2142
|
"class": 'mr-2'
|
|
2137
2143
|
},
|
|
2138
|
-
submenuicon: function submenuicon(
|
|
2139
|
-
var props =
|
|
2144
|
+
submenuicon: function submenuicon(_ref105) {
|
|
2145
|
+
var props = _ref105.props;
|
|
2140
2146
|
return {
|
|
2141
2147
|
"class": [{
|
|
2142
2148
|
'ml-2': props.horizontal,
|
|
@@ -2144,8 +2150,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
2144
2150
|
}]
|
|
2145
2151
|
};
|
|
2146
2152
|
},
|
|
2147
|
-
panel: function panel(
|
|
2148
|
-
var props =
|
|
2153
|
+
panel: function panel(_ref106) {
|
|
2154
|
+
var props = _ref106.props;
|
|
2149
2155
|
return {
|
|
2150
2156
|
"class": ['py-1 bg-white dark:bg-gray-900 border-0 shadow-md w-auto', 'absolute z-10', {
|
|
2151
2157
|
'left-full top-0': !props.horizontal
|
|
@@ -2195,8 +2201,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
2195
2201
|
menu: {
|
|
2196
2202
|
"class": ['outline-none', 'm-0 p-0 list-none']
|
|
2197
2203
|
},
|
|
2198
|
-
content: function content(
|
|
2199
|
-
var context =
|
|
2204
|
+
content: function content(_ref107) {
|
|
2205
|
+
var context = _ref107.context;
|
|
2200
2206
|
return {
|
|
2201
2207
|
"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',
|
|
2202
2208
|
// Hover
|
|
@@ -2246,9 +2252,9 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
2246
2252
|
menuitem: {
|
|
2247
2253
|
"class": 'mr-0'
|
|
2248
2254
|
},
|
|
2249
|
-
action: function action(
|
|
2250
|
-
var context =
|
|
2251
|
-
state =
|
|
2255
|
+
action: function action(_ref108) {
|
|
2256
|
+
var context = _ref108.context,
|
|
2257
|
+
state = _ref108.state;
|
|
2252
2258
|
return {
|
|
2253
2259
|
"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)]', {
|
|
2254
2260
|
'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,
|
|
@@ -2273,8 +2279,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
2273
2279
|
menuitem: {
|
|
2274
2280
|
"class": 'relative'
|
|
2275
2281
|
},
|
|
2276
|
-
content: function content(
|
|
2277
|
-
var context =
|
|
2282
|
+
content: function content(_ref109) {
|
|
2283
|
+
var context = _ref109.context;
|
|
2278
2284
|
return {
|
|
2279
2285
|
"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',
|
|
2280
2286
|
//Hover
|
|
@@ -2286,8 +2292,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
2286
2292
|
}]
|
|
2287
2293
|
};
|
|
2288
2294
|
},
|
|
2289
|
-
action: function action(
|
|
2290
|
-
var context =
|
|
2295
|
+
action: function action(_ref110) {
|
|
2296
|
+
var context = _ref110.context;
|
|
2291
2297
|
return {
|
|
2292
2298
|
"class": ['py-3 px-5 select-none', 'flex items-center cursor-pointer no-underline relative overflow-hidden', {
|
|
2293
2299
|
'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,
|
|
@@ -2405,8 +2411,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
2405
2411
|
indicator: {
|
|
2406
2412
|
"class": 'mr-2'
|
|
2407
2413
|
},
|
|
2408
|
-
indicatorbutton: function indicatorbutton(
|
|
2409
|
-
var context =
|
|
2414
|
+
indicatorbutton: function indicatorbutton(_ref111) {
|
|
2415
|
+
var context = _ref111.context;
|
|
2410
2416
|
return {
|
|
2411
2417
|
"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)]', {
|
|
2412
2418
|
'bg-gray-200 hover:bg-gray-300 dark:bg-gray-700 dark:hover:bg-gray-600': !context.highlighted,
|
|
@@ -2446,8 +2452,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
2446
2452
|
content: {
|
|
2447
2453
|
"class": 'flex flex-col overflow-auto'
|
|
2448
2454
|
},
|
|
2449
|
-
container: function container(
|
|
2450
|
-
var props =
|
|
2455
|
+
container: function container(_ref112) {
|
|
2456
|
+
var props = _ref112.props;
|
|
2451
2457
|
return {
|
|
2452
2458
|
"class": ['flex', {
|
|
2453
2459
|
'flex-row': props.orientation !== 'vertical',
|
|
@@ -2461,8 +2467,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
2461
2467
|
itemscontent: {
|
|
2462
2468
|
"class": 'overflow-hidden w-full'
|
|
2463
2469
|
},
|
|
2464
|
-
itemscontainer: function itemscontainer(
|
|
2465
|
-
var props =
|
|
2470
|
+
itemscontainer: function itemscontainer(_ref113) {
|
|
2471
|
+
var props = _ref113.props;
|
|
2466
2472
|
return {
|
|
2467
2473
|
"class": ['flex ', {
|
|
2468
2474
|
'flex-row': props.orientation !== 'vertical',
|
|
@@ -2470,8 +2476,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
2470
2476
|
}]
|
|
2471
2477
|
};
|
|
2472
2478
|
},
|
|
2473
|
-
item: function item(
|
|
2474
|
-
var props =
|
|
2479
|
+
item: function item(_ref114) {
|
|
2480
|
+
var props = _ref114.props;
|
|
2475
2481
|
return {
|
|
2476
2482
|
"class": ['flex shrink-0 grow', {
|
|
2477
2483
|
'w-1/3': props.orientation !== 'vertical',
|
|
@@ -2485,8 +2491,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
2485
2491
|
indicator: {
|
|
2486
2492
|
"class": 'mr-2 mb-2'
|
|
2487
2493
|
},
|
|
2488
|
-
indicatorbutton: function indicatorbutton(
|
|
2489
|
-
var context =
|
|
2494
|
+
indicatorbutton: function indicatorbutton(_ref115) {
|
|
2495
|
+
var context = _ref115.context;
|
|
2490
2496
|
return {
|
|
2491
2497
|
"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)]', {
|
|
2492
2498
|
'bg-gray-200 hover:bg-gray-300 dark:bg-gray-700 dark:hover:bg-gray-600': !context.highlighted,
|
|
@@ -2508,9 +2514,9 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
2508
2514
|
node: {
|
|
2509
2515
|
"class": 'p-1 outline-none'
|
|
2510
2516
|
},
|
|
2511
|
-
content: function content(
|
|
2512
|
-
var context =
|
|
2513
|
-
props =
|
|
2517
|
+
content: function content(_ref116) {
|
|
2518
|
+
var context = _ref116.context,
|
|
2519
|
+
props = _ref116.props;
|
|
2514
2520
|
return {
|
|
2515
2521
|
"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)]', {
|
|
2516
2522
|
'bg-blue-50 text-blue-600': context.selected
|
|
@@ -2519,8 +2525,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
2519
2525
|
}]
|
|
2520
2526
|
};
|
|
2521
2527
|
},
|
|
2522
|
-
toggler: function toggler(
|
|
2523
|
-
var context =
|
|
2528
|
+
toggler: function toggler(_ref117) {
|
|
2529
|
+
var context = _ref117.context;
|
|
2524
2530
|
return {
|
|
2525
2531
|
"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)]', {
|
|
2526
2532
|
'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,
|
|
@@ -2533,9 +2539,9 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
2533
2539
|
checkboxcontainer: {
|
|
2534
2540
|
"class": 'mr-2'
|
|
2535
2541
|
},
|
|
2536
|
-
checkbox: function checkbox(
|
|
2537
|
-
var context =
|
|
2538
|
-
props =
|
|
2542
|
+
checkbox: function checkbox(_ref118) {
|
|
2543
|
+
var context = _ref118.context,
|
|
2544
|
+
props = _ref118.props;
|
|
2539
2545
|
return {
|
|
2540
2546
|
"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', {
|
|
2541
2547
|
'border-gray-300 bg-white dark:border-blue-900/40 dark:bg-gray-900': !context.checked,
|
|
@@ -2564,8 +2570,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
2564
2570
|
},
|
|
2565
2571
|
// DATA
|
|
2566
2572
|
timeline: {
|
|
2567
|
-
root: function root(
|
|
2568
|
-
var props =
|
|
2573
|
+
root: function root(_ref119) {
|
|
2574
|
+
var props = _ref119.props;
|
|
2569
2575
|
return {
|
|
2570
2576
|
"class": ['flex grow', {
|
|
2571
2577
|
'flex-col': props.layout === 'vertical',
|
|
@@ -2573,9 +2579,9 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
2573
2579
|
}]
|
|
2574
2580
|
};
|
|
2575
2581
|
},
|
|
2576
|
-
event: function event(
|
|
2577
|
-
var props =
|
|
2578
|
-
context =
|
|
2582
|
+
event: function event(_ref120) {
|
|
2583
|
+
var props = _ref120.props,
|
|
2584
|
+
context = _ref120.context;
|
|
2579
2585
|
return {
|
|
2580
2586
|
"class": ['flex relative min-h-[70px]', {
|
|
2581
2587
|
'flex-row-reverse': props.align === 'right' || props.layout === 'vertical' && props.align === 'alternate' && context.index % 2 === 1,
|
|
@@ -2584,9 +2590,9 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
2584
2590
|
}]
|
|
2585
2591
|
};
|
|
2586
2592
|
},
|
|
2587
|
-
opposite: function opposite(
|
|
2588
|
-
var props =
|
|
2589
|
-
context =
|
|
2593
|
+
opposite: function opposite(_ref121) {
|
|
2594
|
+
var props = _ref121.props,
|
|
2595
|
+
context = _ref121.context;
|
|
2590
2596
|
return {
|
|
2591
2597
|
"class": ['flex-1', {
|
|
2592
2598
|
'px-4': props.layout === 'vertical',
|
|
@@ -2597,8 +2603,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
2597
2603
|
}]
|
|
2598
2604
|
};
|
|
2599
2605
|
},
|
|
2600
|
-
separator: function separator(
|
|
2601
|
-
var props =
|
|
2606
|
+
separator: function separator(_ref122) {
|
|
2607
|
+
var props = _ref122.props;
|
|
2602
2608
|
return {
|
|
2603
2609
|
"class": ['flex items-center flex-initial', {
|
|
2604
2610
|
'flex-col': props.layout === 'vertical',
|
|
@@ -2609,8 +2615,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
2609
2615
|
marker: {
|
|
2610
2616
|
"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'
|
|
2611
2617
|
},
|
|
2612
|
-
connector: function connector(
|
|
2613
|
-
var props =
|
|
2618
|
+
connector: function connector(_ref123) {
|
|
2619
|
+
var props = _ref123.props;
|
|
2614
2620
|
return {
|
|
2615
2621
|
"class": ['grow bg-gray-300 dark:bg-blue-900/40', {
|
|
2616
2622
|
'w-[2px]': props.layout === 'vertical',
|
|
@@ -2618,9 +2624,9 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
2618
2624
|
}]
|
|
2619
2625
|
};
|
|
2620
2626
|
},
|
|
2621
|
-
content: function content(
|
|
2622
|
-
var props =
|
|
2623
|
-
context =
|
|
2627
|
+
content: function content(_ref124) {
|
|
2628
|
+
var props = _ref124.props,
|
|
2629
|
+
context = _ref124.context;
|
|
2624
2630
|
return {
|
|
2625
2631
|
"class": ['flex-1', {
|
|
2626
2632
|
'px-4': props.layout === 'vertical',
|
|
@@ -2649,16 +2655,16 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
2649
2655
|
}
|
|
2650
2656
|
},
|
|
2651
2657
|
dataviewlayoutoptions: {
|
|
2652
|
-
listbutton: function listbutton(
|
|
2653
|
-
var props =
|
|
2658
|
+
listbutton: function listbutton(_ref125) {
|
|
2659
|
+
var props = _ref125.props;
|
|
2654
2660
|
return {
|
|
2655
2661
|
"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
|
|
2656
2662
|
]
|
|
2657
2663
|
};
|
|
2658
2664
|
},
|
|
2659
2665
|
|
|
2660
|
-
gridbutton: function gridbutton(
|
|
2661
|
-
var props =
|
|
2666
|
+
gridbutton: function gridbutton(_ref126) {
|
|
2667
|
+
var props = _ref126.props;
|
|
2662
2668
|
return {
|
|
2663
2669
|
"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
|
|
2664
2670
|
]
|
|
@@ -2686,8 +2692,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
2686
2692
|
]
|
|
2687
2693
|
},
|
|
2688
2694
|
|
|
2689
|
-
lineleft: function lineleft(
|
|
2690
|
-
var context =
|
|
2695
|
+
lineleft: function lineleft(_ref127) {
|
|
2696
|
+
var context = _ref127.context;
|
|
2691
2697
|
return {
|
|
2692
2698
|
"class": ['text-center align-top py-0 px-3 rounded-none border-r border-gray-300', 'dark:border-blue-900/40',
|
|
2693
2699
|
//Dark Mode
|
|
@@ -2696,8 +2702,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
2696
2702
|
}]
|
|
2697
2703
|
};
|
|
2698
2704
|
},
|
|
2699
|
-
lineright: function lineright(
|
|
2700
|
-
var context =
|
|
2705
|
+
lineright: function lineright(_ref128) {
|
|
2706
|
+
var context = _ref128.context;
|
|
2701
2707
|
return {
|
|
2702
2708
|
"class": ['text-center align-top py-0 px-3 rounded-none', 'dark:border-blue-900/40',
|
|
2703
2709
|
//Dark Mode
|
|
@@ -2726,8 +2732,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
2726
2732
|
"class": 'flex flex-col justify-center p-5'
|
|
2727
2733
|
},
|
|
2728
2734
|
moveupbutton: {
|
|
2729
|
-
root: function root(
|
|
2730
|
-
var context =
|
|
2735
|
+
root: function root(_ref129) {
|
|
2736
|
+
var context = _ref129.context;
|
|
2731
2737
|
return {
|
|
2732
2738
|
"class": ['relative inline-flex cursor-pointer user-select-none items-center align-bottom text-center overflow-hidden m-0',
|
|
2733
2739
|
// button component
|
|
@@ -2747,8 +2753,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
2747
2753
|
}
|
|
2748
2754
|
},
|
|
2749
2755
|
movetopbutton: {
|
|
2750
|
-
root: function root(
|
|
2751
|
-
var context =
|
|
2756
|
+
root: function root(_ref130) {
|
|
2757
|
+
var context = _ref130.context;
|
|
2752
2758
|
return {
|
|
2753
2759
|
"class": ['relative inline-flex cursor-pointer user-select-none items-center align-bottom text-center overflow-hidden m-0',
|
|
2754
2760
|
// button component
|
|
@@ -2768,8 +2774,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
2768
2774
|
}
|
|
2769
2775
|
},
|
|
2770
2776
|
movedownbutton: {
|
|
2771
|
-
root: function root(
|
|
2772
|
-
var context =
|
|
2777
|
+
root: function root(_ref131) {
|
|
2778
|
+
var context = _ref131.context;
|
|
2773
2779
|
return {
|
|
2774
2780
|
"class": ['relative inline-flex cursor-pointer user-select-none items-center align-bottom text-center overflow-hidden m-0',
|
|
2775
2781
|
// button component
|
|
@@ -2789,8 +2795,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
2789
2795
|
}
|
|
2790
2796
|
},
|
|
2791
2797
|
movebottombutton: {
|
|
2792
|
-
root: function root(
|
|
2793
|
-
var context =
|
|
2798
|
+
root: function root(_ref132) {
|
|
2799
|
+
var context = _ref132.context;
|
|
2794
2800
|
return {
|
|
2795
2801
|
"class": ['relative inline-flex cursor-pointer user-select-none items-center align-bottom text-center overflow-hidden m-0',
|
|
2796
2802
|
// button component
|
|
@@ -2822,8 +2828,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
2822
2828
|
]
|
|
2823
2829
|
},
|
|
2824
2830
|
|
|
2825
|
-
item: function item(
|
|
2826
|
-
var context =
|
|
2831
|
+
item: function item(_ref133) {
|
|
2832
|
+
var context = _ref133.context;
|
|
2827
2833
|
return {
|
|
2828
2834
|
"class": ['relative cursor-pointer overflow-hidden', 'py-3 px-5 m-0 border-none text-gray-600 dark:text-white/80', 'transition duration-200', {
|
|
2829
2835
|
'text-blue-700 bg-blue-500/20 dark:bg-blue-300/20': context.active && !context.focused,
|
|
@@ -2841,8 +2847,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
2841
2847
|
"class": 'flex flex-col justify-center p-5'
|
|
2842
2848
|
},
|
|
2843
2849
|
sourcemoveupbutton: {
|
|
2844
|
-
root: function root(
|
|
2845
|
-
var context =
|
|
2850
|
+
root: function root(_ref134) {
|
|
2851
|
+
var context = _ref134.context;
|
|
2846
2852
|
return {
|
|
2847
2853
|
"class": ['relative inline-flex cursor-pointer user-select-none items-center align-bottom text-center overflow-hidden m-0',
|
|
2848
2854
|
// button component
|
|
@@ -2862,8 +2868,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
2862
2868
|
}
|
|
2863
2869
|
},
|
|
2864
2870
|
sourcemovetopbutton: {
|
|
2865
|
-
root: function root(
|
|
2866
|
-
var context =
|
|
2871
|
+
root: function root(_ref135) {
|
|
2872
|
+
var context = _ref135.context;
|
|
2867
2873
|
return {
|
|
2868
2874
|
"class": ['relative inline-flex cursor-pointer user-select-none items-center align-bottom text-center overflow-hidden m-0',
|
|
2869
2875
|
// button component
|
|
@@ -2883,8 +2889,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
2883
2889
|
}
|
|
2884
2890
|
},
|
|
2885
2891
|
sourcemovedownbutton: {
|
|
2886
|
-
root: function root(
|
|
2887
|
-
var context =
|
|
2892
|
+
root: function root(_ref136) {
|
|
2893
|
+
var context = _ref136.context;
|
|
2888
2894
|
return {
|
|
2889
2895
|
"class": ['relative inline-flex cursor-pointer user-select-none items-center align-bottom text-center overflow-hidden m-0',
|
|
2890
2896
|
// button component
|
|
@@ -2904,8 +2910,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
2904
2910
|
}
|
|
2905
2911
|
},
|
|
2906
2912
|
sourcemovebottombutton: {
|
|
2907
|
-
root: function root(
|
|
2908
|
-
var context =
|
|
2913
|
+
root: function root(_ref137) {
|
|
2914
|
+
var context = _ref137.context;
|
|
2909
2915
|
return {
|
|
2910
2916
|
"class": ['relative inline-flex cursor-pointer user-select-none items-center align-bottom text-center overflow-hidden m-0',
|
|
2911
2917
|
// button component
|
|
@@ -2937,8 +2943,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
2937
2943
|
]
|
|
2938
2944
|
},
|
|
2939
2945
|
|
|
2940
|
-
item: function item(
|
|
2941
|
-
var context =
|
|
2946
|
+
item: function item(_ref138) {
|
|
2947
|
+
var context = _ref138.context;
|
|
2942
2948
|
return {
|
|
2943
2949
|
"class": ['relative cursor-pointer overflow-hidden', 'py-3 px-5 m-0 border-none text-gray-600 dark:text-white/80', 'transition duration-200', {
|
|
2944
2950
|
'text-blue-700 bg-blue-500/20 dark:bg-blue-300/20': context.active && !context.focused,
|
|
@@ -2951,8 +2957,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
2951
2957
|
"class": 'flex flex-col justify-center p-5'
|
|
2952
2958
|
},
|
|
2953
2959
|
movetotargetbutton: {
|
|
2954
|
-
root: function root(
|
|
2955
|
-
var context =
|
|
2960
|
+
root: function root(_ref139) {
|
|
2961
|
+
var context = _ref139.context;
|
|
2956
2962
|
return {
|
|
2957
2963
|
"class": ['relative inline-flex cursor-pointer user-select-none items-center align-bottom text-center overflow-hidden m-0',
|
|
2958
2964
|
// button component
|
|
@@ -2972,8 +2978,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
2972
2978
|
}
|
|
2973
2979
|
},
|
|
2974
2980
|
movealltotargetbutton: {
|
|
2975
|
-
root: function root(
|
|
2976
|
-
var context =
|
|
2981
|
+
root: function root(_ref140) {
|
|
2982
|
+
var context = _ref140.context;
|
|
2977
2983
|
return {
|
|
2978
2984
|
"class": ['relative inline-flex cursor-pointer user-select-none items-center align-bottom text-center overflow-hidden m-0',
|
|
2979
2985
|
// button component
|
|
@@ -2993,8 +2999,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
2993
2999
|
}
|
|
2994
3000
|
},
|
|
2995
3001
|
movetosourcebutton: {
|
|
2996
|
-
root: function root(
|
|
2997
|
-
var context =
|
|
3002
|
+
root: function root(_ref141) {
|
|
3003
|
+
var context = _ref141.context;
|
|
2998
3004
|
return {
|
|
2999
3005
|
"class": ['relative inline-flex cursor-pointer user-select-none items-center align-bottom text-center overflow-hidden m-0',
|
|
3000
3006
|
// button component
|
|
@@ -3014,8 +3020,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
3014
3020
|
}
|
|
3015
3021
|
},
|
|
3016
3022
|
movealltosourcebutton: {
|
|
3017
|
-
root: function root(
|
|
3018
|
-
var context =
|
|
3023
|
+
root: function root(_ref142) {
|
|
3024
|
+
var context = _ref142.context;
|
|
3019
3025
|
return {
|
|
3020
3026
|
"class": ['relative inline-flex cursor-pointer user-select-none items-center align-bottom text-center overflow-hidden m-0',
|
|
3021
3027
|
// button component
|
|
@@ -3038,8 +3044,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
3038
3044
|
"class": 'flex flex-col justify-center p-5'
|
|
3039
3045
|
},
|
|
3040
3046
|
targetmoveupbutton: {
|
|
3041
|
-
root: function root(
|
|
3042
|
-
var context =
|
|
3047
|
+
root: function root(_ref143) {
|
|
3048
|
+
var context = _ref143.context;
|
|
3043
3049
|
return {
|
|
3044
3050
|
"class": ['relative inline-flex cursor-pointer user-select-none items-center align-bottom text-center overflow-hidden m-0',
|
|
3045
3051
|
// button component
|
|
@@ -3059,8 +3065,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
3059
3065
|
}
|
|
3060
3066
|
},
|
|
3061
3067
|
targetmovetopbutton: {
|
|
3062
|
-
root: function root(
|
|
3063
|
-
var context =
|
|
3068
|
+
root: function root(_ref144) {
|
|
3069
|
+
var context = _ref144.context;
|
|
3064
3070
|
return {
|
|
3065
3071
|
"class": ['relative inline-flex cursor-pointer user-select-none items-center align-bottom text-center overflow-hidden m-0',
|
|
3066
3072
|
// button component
|
|
@@ -3080,8 +3086,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
3080
3086
|
}
|
|
3081
3087
|
},
|
|
3082
3088
|
targetmovedownbutton: {
|
|
3083
|
-
root: function root(
|
|
3084
|
-
var context =
|
|
3089
|
+
root: function root(_ref145) {
|
|
3090
|
+
var context = _ref145.context;
|
|
3085
3091
|
return {
|
|
3086
3092
|
"class": ['relative inline-flex cursor-pointer user-select-none items-center align-bottom text-center overflow-hidden m-0',
|
|
3087
3093
|
// button component
|
|
@@ -3101,8 +3107,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
3101
3107
|
}
|
|
3102
3108
|
},
|
|
3103
3109
|
targetmovebottombutton: {
|
|
3104
|
-
root: function root(
|
|
3105
|
-
var context =
|
|
3110
|
+
root: function root(_ref146) {
|
|
3111
|
+
var context = _ref146.context;
|
|
3106
3112
|
return {
|
|
3107
3113
|
"class": ['relative inline-flex cursor-pointer user-select-none items-center align-bottom text-center overflow-hidden m-0',
|
|
3108
3114
|
// button component
|
|
@@ -3147,8 +3153,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
3147
3153
|
]
|
|
3148
3154
|
},
|
|
3149
3155
|
|
|
3150
|
-
firstpagebutton: function firstpagebutton(
|
|
3151
|
-
var context =
|
|
3156
|
+
firstpagebutton: function firstpagebutton(_ref147) {
|
|
3157
|
+
var context = _ref147.context;
|
|
3152
3158
|
return {
|
|
3153
3159
|
"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',
|
|
3154
3160
|
//Dark Mode
|
|
@@ -3159,8 +3165,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
3159
3165
|
};
|
|
3160
3166
|
},
|
|
3161
3167
|
|
|
3162
|
-
previouspagebutton: function previouspagebutton(
|
|
3163
|
-
var context =
|
|
3168
|
+
previouspagebutton: function previouspagebutton(_ref148) {
|
|
3169
|
+
var context = _ref148.context;
|
|
3164
3170
|
return {
|
|
3165
3171
|
"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',
|
|
3166
3172
|
//Dark Mode
|
|
@@ -3171,8 +3177,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
3171
3177
|
};
|
|
3172
3178
|
},
|
|
3173
3179
|
|
|
3174
|
-
nextpagebutton: function nextpagebutton(
|
|
3175
|
-
var context =
|
|
3180
|
+
nextpagebutton: function nextpagebutton(_ref149) {
|
|
3181
|
+
var context = _ref149.context;
|
|
3176
3182
|
return {
|
|
3177
3183
|
"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',
|
|
3178
3184
|
//Dark Mode
|
|
@@ -3183,8 +3189,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
3183
3189
|
};
|
|
3184
3190
|
},
|
|
3185
3191
|
|
|
3186
|
-
lastpagebutton: function lastpagebutton(
|
|
3187
|
-
var context =
|
|
3192
|
+
lastpagebutton: function lastpagebutton(_ref150) {
|
|
3193
|
+
var context = _ref150.context;
|
|
3188
3194
|
return {
|
|
3189
3195
|
"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',
|
|
3190
3196
|
//Dark Mode
|
|
@@ -3195,8 +3201,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
3195
3201
|
};
|
|
3196
3202
|
},
|
|
3197
3203
|
|
|
3198
|
-
pagebutton: function pagebutton(
|
|
3199
|
-
var context =
|
|
3204
|
+
pagebutton: function pagebutton(_ref151) {
|
|
3205
|
+
var context = _ref151.context;
|
|
3200
3206
|
return {
|
|
3201
3207
|
"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',
|
|
3202
3208
|
// Dark Mode
|
|
@@ -3208,9 +3214,9 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
3208
3214
|
};
|
|
3209
3215
|
},
|
|
3210
3216
|
rowperpagedropdown: {
|
|
3211
|
-
root: function root(
|
|
3212
|
-
var props =
|
|
3213
|
-
state =
|
|
3217
|
+
root: function root(_ref152) {
|
|
3218
|
+
var props = _ref152.props,
|
|
3219
|
+
state = _ref152.state;
|
|
3214
3220
|
return {
|
|
3215
3221
|
"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',
|
|
3216
3222
|
//DarkMode
|
|
@@ -3242,8 +3248,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
3242
3248
|
list: {
|
|
3243
3249
|
"class": 'm-0 p-0 py-3 list-none'
|
|
3244
3250
|
},
|
|
3245
|
-
item: function item(
|
|
3246
|
-
var context =
|
|
3251
|
+
item: function item(_ref153) {
|
|
3252
|
+
var context = _ref153.context;
|
|
3247
3253
|
return {
|
|
3248
3254
|
"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',
|
|
3249
3255
|
// Dark Mode
|
|
@@ -3266,9 +3272,9 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
3266
3272
|
}
|
|
3267
3273
|
},
|
|
3268
3274
|
jumptopagedropdown: {
|
|
3269
|
-
root: function root(
|
|
3270
|
-
var props =
|
|
3271
|
-
state =
|
|
3275
|
+
root: function root(_ref154) {
|
|
3276
|
+
var props = _ref154.props,
|
|
3277
|
+
state = _ref154.state;
|
|
3272
3278
|
return {
|
|
3273
3279
|
"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',
|
|
3274
3280
|
//DarkMode
|
|
@@ -3300,8 +3306,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
3300
3306
|
list: {
|
|
3301
3307
|
"class": 'm-0 p-0 py-3 list-none'
|
|
3302
3308
|
},
|
|
3303
|
-
item: function item(
|
|
3304
|
-
var context =
|
|
3309
|
+
item: function item(_ref155) {
|
|
3310
|
+
var context = _ref155.context;
|
|
3305
3311
|
return {
|
|
3306
3312
|
"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',
|
|
3307
3313
|
// Dark Mode
|
|
@@ -3315,8 +3321,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
3315
3321
|
}
|
|
3316
3322
|
},
|
|
3317
3323
|
treetable: {
|
|
3318
|
-
root: function root(
|
|
3319
|
-
var props =
|
|
3324
|
+
root: function root(_ref156) {
|
|
3325
|
+
var props = _ref156.props;
|
|
3320
3326
|
return {
|
|
3321
3327
|
"class": ['relative', {
|
|
3322
3328
|
'flex flex-col h-full': props.scrollHeight === 'flex'
|
|
@@ -3336,8 +3342,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
3336
3342
|
]
|
|
3337
3343
|
},
|
|
3338
3344
|
|
|
3339
|
-
wrapper: function wrapper(
|
|
3340
|
-
var props =
|
|
3345
|
+
wrapper: function wrapper(_ref157) {
|
|
3346
|
+
var props = _ref157.props;
|
|
3341
3347
|
return {
|
|
3342
3348
|
"class": [{
|
|
3343
3349
|
'relative overflow-auto': props.scrollable,
|
|
@@ -3353,40 +3359,40 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
3353
3359
|
table: {
|
|
3354
3360
|
"class": 'border-collapse table-fixed w-full'
|
|
3355
3361
|
},
|
|
3356
|
-
thead: function thead(
|
|
3357
|
-
var props =
|
|
3362
|
+
thead: function thead(_ref158) {
|
|
3363
|
+
var props = _ref158.props;
|
|
3358
3364
|
return {
|
|
3359
3365
|
"class": [{
|
|
3360
3366
|
'block sticky top-0 z-[1]': props.scrollable
|
|
3361
3367
|
}]
|
|
3362
3368
|
};
|
|
3363
3369
|
},
|
|
3364
|
-
tbody: function tbody(
|
|
3365
|
-
var props =
|
|
3370
|
+
tbody: function tbody(_ref159) {
|
|
3371
|
+
var props = _ref159.props;
|
|
3366
3372
|
return {
|
|
3367
3373
|
"class": [{
|
|
3368
3374
|
block: props.scrollable
|
|
3369
3375
|
}]
|
|
3370
3376
|
};
|
|
3371
3377
|
},
|
|
3372
|
-
tfoot: function tfoot(
|
|
3373
|
-
var props =
|
|
3378
|
+
tfoot: function tfoot(_ref160) {
|
|
3379
|
+
var props = _ref160.props;
|
|
3374
3380
|
return {
|
|
3375
3381
|
"class": [{
|
|
3376
3382
|
block: props.scrollable
|
|
3377
3383
|
}]
|
|
3378
3384
|
};
|
|
3379
3385
|
},
|
|
3380
|
-
headerrow: function headerrow(
|
|
3381
|
-
var props =
|
|
3386
|
+
headerrow: function headerrow(_ref161) {
|
|
3387
|
+
var props = _ref161.props;
|
|
3382
3388
|
return {
|
|
3383
3389
|
"class": [{
|
|
3384
3390
|
'flex flex-nowrap w-full': props.scrollable
|
|
3385
3391
|
}]
|
|
3386
3392
|
};
|
|
3387
3393
|
},
|
|
3388
|
-
row: function row(
|
|
3389
|
-
var context =
|
|
3394
|
+
row: function row(_ref162) {
|
|
3395
|
+
var context = _ref162.context;
|
|
3390
3396
|
return {
|
|
3391
3397
|
"class": ['transition duration-200', 'focus:outline focus:outline-[0.15rem] focus:outline-blue-200 focus:outline-offset-[-0.15rem]',
|
|
3392
3398
|
// Focus
|
|
@@ -3398,8 +3404,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
3398
3404
|
};
|
|
3399
3405
|
},
|
|
3400
3406
|
column: {
|
|
3401
|
-
headercell: function headercell(
|
|
3402
|
-
var context =
|
|
3407
|
+
headercell: function headercell(_ref163) {
|
|
3408
|
+
var context = _ref163.context;
|
|
3403
3409
|
return {
|
|
3404
3410
|
"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',
|
|
3405
3411
|
// Size
|
|
@@ -3414,8 +3420,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
3414
3420
|
}]
|
|
3415
3421
|
};
|
|
3416
3422
|
},
|
|
3417
|
-
bodycell: function bodycell(
|
|
3418
|
-
var context =
|
|
3423
|
+
bodycell: function bodycell(_ref164) {
|
|
3424
|
+
var context = _ref164.context;
|
|
3419
3425
|
return {
|
|
3420
3426
|
"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',
|
|
3421
3427
|
// Size
|
|
@@ -3430,16 +3436,16 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
3430
3436
|
}]
|
|
3431
3437
|
};
|
|
3432
3438
|
},
|
|
3433
|
-
rowtoggler: function rowtoggler(
|
|
3434
|
-
var context =
|
|
3439
|
+
rowtoggler: function rowtoggler(_ref165) {
|
|
3440
|
+
var context = _ref165.context;
|
|
3435
3441
|
return {
|
|
3436
3442
|
"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
|
|
3437
3443
|
]
|
|
3438
3444
|
};
|
|
3439
3445
|
},
|
|
3440
3446
|
|
|
3441
|
-
sorticon: function sorticon(
|
|
3442
|
-
var context =
|
|
3447
|
+
sorticon: function sorticon(_ref166) {
|
|
3448
|
+
var context = _ref166.context;
|
|
3443
3449
|
return {
|
|
3444
3450
|
"class": ['ml-2', context.sorted ? 'text-blue-700 dark:text-white/80' : 'text-slate-700 dark:text-white/70']
|
|
3445
3451
|
};
|
|
@@ -3455,16 +3461,16 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
3455
3461
|
checkboxwrapper: {
|
|
3456
3462
|
"class": ['cursor-pointer inline-flex relative select-none align-bottom', 'w-6 h-6 mr-2']
|
|
3457
3463
|
},
|
|
3458
|
-
checkbox: function checkbox(
|
|
3459
|
-
var context =
|
|
3464
|
+
checkbox: function checkbox(_ref167) {
|
|
3465
|
+
var context = _ref167.context;
|
|
3460
3466
|
return {
|
|
3461
3467
|
"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', {
|
|
3462
3468
|
'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
|
|
3463
3469
|
}]
|
|
3464
3470
|
};
|
|
3465
3471
|
},
|
|
3466
|
-
checkboxicon: function checkboxicon(
|
|
3467
|
-
var context =
|
|
3472
|
+
checkboxicon: function checkboxicon(_ref168) {
|
|
3473
|
+
var context = _ref168.context;
|
|
3468
3474
|
return {
|
|
3469
3475
|
"class": ['w-4 h-4 transition-all duration-200 text-base dark:text-gray-900', {
|
|
3470
3476
|
'text-white': context.checked
|
|
@@ -3477,8 +3483,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
3477
3483
|
}
|
|
3478
3484
|
},
|
|
3479
3485
|
datatable: {
|
|
3480
|
-
root: function root(
|
|
3481
|
-
var props =
|
|
3486
|
+
root: function root(_ref169) {
|
|
3487
|
+
var props = _ref169.props;
|
|
3482
3488
|
return {
|
|
3483
3489
|
"class": ['relative', {
|
|
3484
3490
|
'flex flex-col h-full': props.scrollable && props.scrollHeight === 'flex'
|
|
@@ -3493,8 +3499,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
3493
3499
|
loadingicon: {
|
|
3494
3500
|
"class": 'w-8 h-8'
|
|
3495
3501
|
},
|
|
3496
|
-
wrapper: function wrapper(
|
|
3497
|
-
var props =
|
|
3502
|
+
wrapper: function wrapper(_ref170) {
|
|
3503
|
+
var props = _ref170.props;
|
|
3498
3504
|
return {
|
|
3499
3505
|
"class": [{
|
|
3500
3506
|
relative: props.scrollable,
|
|
@@ -3502,8 +3508,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
3502
3508
|
}]
|
|
3503
3509
|
};
|
|
3504
3510
|
},
|
|
3505
|
-
header: function header(
|
|
3506
|
-
var props =
|
|
3511
|
+
header: function header(_ref171) {
|
|
3512
|
+
var props = _ref171.props;
|
|
3507
3513
|
return {
|
|
3508
3514
|
"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',
|
|
3509
3515
|
// Dark Mode
|
|
@@ -3513,25 +3519,25 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
3513
3519
|
table: {
|
|
3514
3520
|
"class": 'w-full border-spacing-0'
|
|
3515
3521
|
},
|
|
3516
|
-
thead: function thead(
|
|
3517
|
-
var context =
|
|
3522
|
+
thead: function thead(_ref172) {
|
|
3523
|
+
var context = _ref172.context;
|
|
3518
3524
|
return {
|
|
3519
3525
|
"class": [{
|
|
3520
3526
|
'bg-slate-50 top-0 z-[1]': context.scrollable
|
|
3521
3527
|
}]
|
|
3522
3528
|
};
|
|
3523
3529
|
},
|
|
3524
|
-
tbody: function tbody(
|
|
3525
|
-
var instance =
|
|
3526
|
-
context =
|
|
3530
|
+
tbody: function tbody(_ref173) {
|
|
3531
|
+
var instance = _ref173.instance,
|
|
3532
|
+
context = _ref173.context;
|
|
3527
3533
|
return {
|
|
3528
3534
|
"class": [{
|
|
3529
3535
|
'sticky z-[1]': instance.frozenRow && context.scrollable
|
|
3530
3536
|
}]
|
|
3531
3537
|
};
|
|
3532
3538
|
},
|
|
3533
|
-
tfoot: function tfoot(
|
|
3534
|
-
var context =
|
|
3539
|
+
tfoot: function tfoot(_ref174) {
|
|
3540
|
+
var context = _ref174.context;
|
|
3535
3541
|
return {
|
|
3536
3542
|
"class": [{
|
|
3537
3543
|
'bg-slate-50 bottom-0 z-[1]': context.scrollable
|
|
@@ -3544,9 +3550,9 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
3544
3550
|
},
|
|
3545
3551
|
|
|
3546
3552
|
column: {
|
|
3547
|
-
headercell: function headercell(
|
|
3548
|
-
var context =
|
|
3549
|
-
props =
|
|
3553
|
+
headercell: function headercell(_ref175) {
|
|
3554
|
+
var context = _ref175.context,
|
|
3555
|
+
props = _ref175.props;
|
|
3550
3556
|
return {
|
|
3551
3557
|
"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',
|
|
3552
3558
|
// Size
|
|
@@ -3566,9 +3572,9 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
3566
3572
|
headercontent: {
|
|
3567
3573
|
"class": 'flex items-center'
|
|
3568
3574
|
},
|
|
3569
|
-
bodycell: function bodycell(
|
|
3570
|
-
var props =
|
|
3571
|
-
context =
|
|
3575
|
+
bodycell: function bodycell(_ref176) {
|
|
3576
|
+
var props = _ref176.props,
|
|
3577
|
+
context = _ref176.context;
|
|
3572
3578
|
return {
|
|
3573
3579
|
"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',
|
|
3574
3580
|
// Size
|
|
@@ -3581,8 +3587,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
3581
3587
|
}]
|
|
3582
3588
|
};
|
|
3583
3589
|
},
|
|
3584
|
-
footercell: function footercell(
|
|
3585
|
-
var context =
|
|
3590
|
+
footercell: function footercell(_ref177) {
|
|
3591
|
+
var context = _ref177.context;
|
|
3586
3592
|
return {
|
|
3587
3593
|
"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',
|
|
3588
3594
|
// Size
|
|
@@ -3593,8 +3599,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
3593
3599
|
}]
|
|
3594
3600
|
};
|
|
3595
3601
|
},
|
|
3596
|
-
sorticon: function sorticon(
|
|
3597
|
-
var context =
|
|
3602
|
+
sorticon: function sorticon(_ref178) {
|
|
3603
|
+
var context = _ref178.context;
|
|
3598
3604
|
return {
|
|
3599
3605
|
"class": ['ml-2', context.sorted ? 'text-blue-700 dark:text-white/80' : 'text-slate-700 dark:text-white/70']
|
|
3600
3606
|
};
|
|
@@ -3620,8 +3626,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
3620
3626
|
filterrowitems: {
|
|
3621
3627
|
"class": 'm-0 p-0 py-3 list-none'
|
|
3622
3628
|
},
|
|
3623
|
-
filterrowitem: function filterrowitem(
|
|
3624
|
-
var context =
|
|
3629
|
+
filterrowitem: function filterrowitem(_ref179) {
|
|
3630
|
+
var context = _ref179.context;
|
|
3625
3631
|
return {
|
|
3626
3632
|
"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']
|
|
3627
3633
|
};
|
|
@@ -3674,8 +3680,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
3674
3680
|
"class": 'w-auto min-[0px]:text-sm px-4 py-3'
|
|
3675
3681
|
}
|
|
3676
3682
|
},
|
|
3677
|
-
filtermenubutton: function filtermenubutton(
|
|
3678
|
-
var context =
|
|
3683
|
+
filtermenubutton: function filtermenubutton(_ref180) {
|
|
3684
|
+
var context = _ref180.context;
|
|
3679
3685
|
return {
|
|
3680
3686
|
"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',
|
|
3681
3687
|
// Hover
|
|
@@ -3688,8 +3694,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
3688
3694
|
}]
|
|
3689
3695
|
};
|
|
3690
3696
|
},
|
|
3691
|
-
headerfilterclearbutton: function headerfilterclearbutton(
|
|
3692
|
-
var context =
|
|
3697
|
+
headerfilterclearbutton: function headerfilterclearbutton(_ref181) {
|
|
3698
|
+
var context = _ref181.context;
|
|
3693
3699
|
return {
|
|
3694
3700
|
"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', {
|
|
3695
3701
|
invisible: !context.hidden
|
|
@@ -3732,8 +3738,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
3732
3738
|
radiobuttonwrapper: {
|
|
3733
3739
|
"class": ['relative inline-flex cursor-pointer select-none align-bottom', 'w-6 h-6']
|
|
3734
3740
|
},
|
|
3735
|
-
radiobutton: function radiobutton(
|
|
3736
|
-
var context =
|
|
3741
|
+
radiobutton: function radiobutton(_ref182) {
|
|
3742
|
+
var context = _ref182.context;
|
|
3737
3743
|
return {
|
|
3738
3744
|
"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', {
|
|
3739
3745
|
'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,
|
|
@@ -3741,8 +3747,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
3741
3747
|
}]
|
|
3742
3748
|
};
|
|
3743
3749
|
},
|
|
3744
|
-
radiobuttonicon: function radiobuttonicon(
|
|
3745
|
-
var context =
|
|
3750
|
+
radiobuttonicon: function radiobuttonicon(_ref183) {
|
|
3751
|
+
var context = _ref183.context;
|
|
3746
3752
|
return {
|
|
3747
3753
|
"class": ['transform rounded-full', 'block w-3 h-3 transition duration-200 bg-white dark:bg-gray-900', {
|
|
3748
3754
|
'backface-hidden scale-10 invisible': context.checked === false,
|
|
@@ -3753,8 +3759,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
3753
3759
|
headercheckboxwrapper: {
|
|
3754
3760
|
"class": ['cursor-pointer inline-flex relative select-none align-bottom', 'w-6 h-6']
|
|
3755
3761
|
},
|
|
3756
|
-
headercheckbox: function headercheckbox(
|
|
3757
|
-
var context =
|
|
3762
|
+
headercheckbox: function headercheckbox(_ref184) {
|
|
3763
|
+
var context = _ref184.context;
|
|
3758
3764
|
return {
|
|
3759
3765
|
"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', {
|
|
3760
3766
|
'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,
|
|
@@ -3768,8 +3774,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
3768
3774
|
checkboxwrapper: {
|
|
3769
3775
|
"class": ['cursor-pointer inline-flex relative select-none align-bottom', 'w-6 h-6']
|
|
3770
3776
|
},
|
|
3771
|
-
checkbox: function checkbox(
|
|
3772
|
-
var context =
|
|
3777
|
+
checkbox: function checkbox(_ref185) {
|
|
3778
|
+
var context = _ref185.context;
|
|
3773
3779
|
return {
|
|
3774
3780
|
"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', {
|
|
3775
3781
|
'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,
|
|
@@ -3782,8 +3788,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
3782
3788
|
},
|
|
3783
3789
|
transition: TRANSITIONS.overlay
|
|
3784
3790
|
},
|
|
3785
|
-
bodyrow: function bodyrow(
|
|
3786
|
-
var context =
|
|
3791
|
+
bodyrow: function bodyrow(_ref186) {
|
|
3792
|
+
var context = _ref186.context;
|
|
3787
3793
|
return {
|
|
3788
3794
|
"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]',
|
|
3789
3795
|
// Focus
|