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