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
|
@@ -413,10 +413,13 @@ var index = {
|
|
|
413
413
|
"class": 'w-4 h-4 inline-block'
|
|
414
414
|
},
|
|
415
415
|
content: function content(_ref17) {
|
|
416
|
-
var state = _ref17.state
|
|
416
|
+
var state = _ref17.state,
|
|
417
|
+
instance = _ref17.instance;
|
|
417
418
|
return {
|
|
418
|
-
"class": ['overflow-y-auto', 'bg-white text-gray-700 px-6 pb-8 pt-0'
|
|
419
|
+
"class": ['overflow-y-auto', 'bg-white text-gray-700 px-6 pb-8 pt-0',, 'dark:bg-gray-900 dark:text-white/80', {
|
|
419
420
|
grow: state.maximized
|
|
421
|
+
}, {
|
|
422
|
+
'rounded-bl-lg rounded-br-lg': !instance.$slots.footer
|
|
420
423
|
}]
|
|
421
424
|
};
|
|
422
425
|
},
|
|
@@ -492,7 +495,7 @@ var index = {
|
|
|
492
495
|
root: function root(_ref20) {
|
|
493
496
|
var props = _ref20.props;
|
|
494
497
|
return {
|
|
495
|
-
"class": ['flex flex-col pointer-events-auto relative
|
|
498
|
+
"class": ['flex flex-col pointer-events-auto relative transition-transform duration-300', 'bg-white text-gray-700 border-0 shadow-lg', {
|
|
496
499
|
'!transition-none !transform-none !w-screen !h-screen !max-h-full !top-0 !left-0': props.position == 'full',
|
|
497
500
|
'h-full w-80': props.position == 'left' || props.position == 'right',
|
|
498
501
|
'h-40 w-full': props.position == 'top' || props.position == 'bottom'
|
|
@@ -513,11 +516,16 @@ var index = {
|
|
|
513
516
|
content: {
|
|
514
517
|
"class": ['p-5 pt-0 h-full w-full', 'grow overflow-y-auto']
|
|
515
518
|
},
|
|
516
|
-
mask: {
|
|
517
|
-
"class": ['flex pointer-events-auto', 'bg-black bg-opacity-40 transition duration-200 z-20 transition-colors']
|
|
518
|
-
},
|
|
519
|
-
transition: function transition(_ref21) {
|
|
519
|
+
mask: function mask(_ref21) {
|
|
520
520
|
var props = _ref21.props;
|
|
521
|
+
return {
|
|
522
|
+
"class": ['flex pointer-events-auto', 'transition duration-200 z-20 transition-colors', {
|
|
523
|
+
'bg-black/40': props.modal
|
|
524
|
+
}]
|
|
525
|
+
};
|
|
526
|
+
},
|
|
527
|
+
transition: function transition(_ref22) {
|
|
528
|
+
var props = _ref22.props;
|
|
521
529
|
return props.position === 'top' ? {
|
|
522
530
|
enterFromClass: 'translate-x-0 -translate-y-full translate-z-0',
|
|
523
531
|
leaveToClass: 'translate-x-0 -translate-y-full translate-z-0'
|
|
@@ -529,7 +537,7 @@ var index = {
|
|
|
529
537
|
leaveToClass: '-translate-x-full translate-y-0 translate-z-0'
|
|
530
538
|
} : props.position === 'right' ? {
|
|
531
539
|
enterFromClass: 'translate-x-full translate-y-0 translate-z-0',
|
|
532
|
-
leaveToClass: '
|
|
540
|
+
leaveToClass: 'translate-x-full translate-y-0 translate-z-0'
|
|
533
541
|
} : {
|
|
534
542
|
enterFromClass: 'opacity-0',
|
|
535
543
|
enterActiveClass: 'transition-opacity duration-400 ease-in',
|
|
@@ -600,8 +608,8 @@ var index = {
|
|
|
600
608
|
},
|
|
601
609
|
//Messages
|
|
602
610
|
message: {
|
|
603
|
-
root: function root(
|
|
604
|
-
var props =
|
|
611
|
+
root: function root(_ref23) {
|
|
612
|
+
var props = _ref23.props;
|
|
605
613
|
return {
|
|
606
614
|
"class": ['my-4 rounded-md', {
|
|
607
615
|
'bg-blue-100 border-solid border-0 border-l-4 border-blue-500 text-blue-700': props.severity == 'info',
|
|
@@ -632,8 +640,8 @@ var index = {
|
|
|
632
640
|
}
|
|
633
641
|
},
|
|
634
642
|
inlinemessage: {
|
|
635
|
-
root: function root(
|
|
636
|
-
var props =
|
|
643
|
+
root: function root(_ref24) {
|
|
644
|
+
var props = _ref24.props;
|
|
637
645
|
return {
|
|
638
646
|
"class": ['inline-flex items-center justify-center align-top', 'p-3 m-0 rounded-md', {
|
|
639
647
|
'bg-blue-100 border-0 text-blue-700': props.severity == 'info',
|
|
@@ -651,8 +659,8 @@ var index = {
|
|
|
651
659
|
root: {
|
|
652
660
|
"class": ['w-96', 'opacity-90']
|
|
653
661
|
},
|
|
654
|
-
container: function container(
|
|
655
|
-
var props =
|
|
662
|
+
container: function container(_ref25) {
|
|
663
|
+
var props = _ref25.props;
|
|
656
664
|
return {
|
|
657
665
|
"class": ['my-4 rounded-md w-full', {
|
|
658
666
|
'bg-blue-100 border-solid border-0 border-l-4 border-blue-500 text-blue-700': props.message.severity == 'info',
|
|
@@ -690,9 +698,9 @@ var index = {
|
|
|
690
698
|
},
|
|
691
699
|
//BUTTONS
|
|
692
700
|
button: {
|
|
693
|
-
root: function root(
|
|
694
|
-
var props =
|
|
695
|
-
context =
|
|
701
|
+
root: function root(_ref26) {
|
|
702
|
+
var props = _ref26.props,
|
|
703
|
+
context = _ref26.context;
|
|
696
704
|
return {
|
|
697
705
|
"class": ['items-center cursor-pointer inline-flex overflow-hidden relative select-none text-center align-bottom h-full', 'transition duration-200 ease-in-out', 'focus:outline-none focus:outline-offset-0 focus:shadow-[0_0_0_2px_rgba(255,255,255,1),0_0_0_4px_rgba(157,193,251,1),0_1px_2px_0_rgba(0,0,0,1)] dark:focus:shadow-[0_0_0_2px_rgba(28,33,39,1),0_0_0_4px_rgba(147,197,253,0.7),0_1px_2px_0_rgba(0,0,0,0)]',
|
|
698
706
|
// Primary button focus
|
|
@@ -742,16 +750,16 @@ var index = {
|
|
|
742
750
|
}]
|
|
743
751
|
};
|
|
744
752
|
},
|
|
745
|
-
label: function label(
|
|
746
|
-
var props =
|
|
753
|
+
label: function label(_ref27) {
|
|
754
|
+
var props = _ref27.props;
|
|
747
755
|
return {
|
|
748
756
|
"class": ['flex-1', 'duration-200', 'font-bold', {
|
|
749
757
|
'hover:underline': props.link
|
|
750
758
|
}]
|
|
751
759
|
};
|
|
752
760
|
},
|
|
753
|
-
icon: function icon(
|
|
754
|
-
var props =
|
|
761
|
+
icon: function icon(_ref28) {
|
|
762
|
+
var props = _ref28.props;
|
|
755
763
|
return {
|
|
756
764
|
"class": ['mx-0', {
|
|
757
765
|
'mr-2': props.iconPos == 'left' && props.label != null,
|
|
@@ -761,8 +769,8 @@ var index = {
|
|
|
761
769
|
}]
|
|
762
770
|
};
|
|
763
771
|
},
|
|
764
|
-
badge: function badge(
|
|
765
|
-
var props =
|
|
772
|
+
badge: function badge(_ref29) {
|
|
773
|
+
var props = _ref29.props;
|
|
766
774
|
return {
|
|
767
775
|
"class": [{
|
|
768
776
|
'ml-2 w-4 h-4 leading-none flex items-center justify-center': props.badge
|
|
@@ -775,8 +783,8 @@ var index = {
|
|
|
775
783
|
"class": 'absolute flex'
|
|
776
784
|
},
|
|
777
785
|
button: {
|
|
778
|
-
root: function root(
|
|
779
|
-
var parent =
|
|
786
|
+
root: function root(_ref30) {
|
|
787
|
+
var parent = _ref30.parent;
|
|
780
788
|
return {
|
|
781
789
|
"class": ['w-16 !h-16 !rounded-full justify-center z-10', {
|
|
782
790
|
'rotate-45': parent.state.d_visible
|
|
@@ -790,9 +798,9 @@ var index = {
|
|
|
790
798
|
menu: {
|
|
791
799
|
"class": 'm-0 p-0 list-none flex items-center justify-center transition delay-200 z-20'
|
|
792
800
|
},
|
|
793
|
-
menuitem: function menuitem(
|
|
794
|
-
var props =
|
|
795
|
-
context =
|
|
801
|
+
menuitem: function menuitem(_ref31) {
|
|
802
|
+
var props = _ref31.props,
|
|
803
|
+
context = _ref31.context;
|
|
796
804
|
return {
|
|
797
805
|
"class": ['transform transition-transform duration-200 ease-out transition-opacity duration-800', context.hidden ? 'opacity-0 scale-0' : 'opacity-1 scale-100', {
|
|
798
806
|
'my-1 first:mb-2': props.direction == 'up' && props.type == 'linear',
|
|
@@ -807,8 +815,8 @@ var index = {
|
|
|
807
815
|
action: {
|
|
808
816
|
"class": ['flex items-center justify-center rounded-full relative overflow-hidden', 'w-12 h-12 bg-gray-700 hover:bg-gray-800 text-white']
|
|
809
817
|
},
|
|
810
|
-
mask: function mask(
|
|
811
|
-
var state =
|
|
818
|
+
mask: function mask(_ref32) {
|
|
819
|
+
var state = _ref32.state;
|
|
812
820
|
return {
|
|
813
821
|
"class": ['absolute left-0 top-0 w-full h-full transition-opacity duration-250 ease-in-out bg-black/40 z-0', {
|
|
814
822
|
'opacity-0': !state.d_visible,
|
|
@@ -818,8 +826,8 @@ var index = {
|
|
|
818
826
|
}
|
|
819
827
|
},
|
|
820
828
|
splitbutton: {
|
|
821
|
-
root: function root(
|
|
822
|
-
var props =
|
|
829
|
+
root: function root(_ref33) {
|
|
830
|
+
var props = _ref33.props;
|
|
823
831
|
return {
|
|
824
832
|
"class": ['inline-flex relative', 'rounded-md', {
|
|
825
833
|
'shadow-lg': props.raised
|
|
@@ -827,8 +835,8 @@ var index = {
|
|
|
827
835
|
};
|
|
828
836
|
},
|
|
829
837
|
button: {
|
|
830
|
-
root: function root(
|
|
831
|
-
var parent =
|
|
838
|
+
root: function root(_ref34) {
|
|
839
|
+
var parent = _ref34.parent;
|
|
832
840
|
return {
|
|
833
841
|
"class": ['rounded-r-none border-r-0', {
|
|
834
842
|
'rounded-l-full': parent.props.rounded
|
|
@@ -840,8 +848,8 @@ var index = {
|
|
|
840
848
|
}
|
|
841
849
|
},
|
|
842
850
|
menubutton: {
|
|
843
|
-
root: function root(
|
|
844
|
-
var parent =
|
|
851
|
+
root: function root(_ref35) {
|
|
852
|
+
var parent = _ref35.parent;
|
|
845
853
|
return {
|
|
846
854
|
"class": ['rounded-l-none', {
|
|
847
855
|
'rounded-r-full': parent.props.rounded
|
|
@@ -855,9 +863,9 @@ var index = {
|
|
|
855
863
|
},
|
|
856
864
|
//FORMS
|
|
857
865
|
inputtext: {
|
|
858
|
-
root: function root(
|
|
859
|
-
var props =
|
|
860
|
-
context =
|
|
866
|
+
root: function root(_ref36) {
|
|
867
|
+
var props = _ref36.props,
|
|
868
|
+
context = _ref36.context;
|
|
861
869
|
return {
|
|
862
870
|
"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', {
|
|
863
871
|
'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,
|
|
@@ -874,24 +882,24 @@ var index = {
|
|
|
874
882
|
root: {
|
|
875
883
|
"class": 'w-full inline-flex'
|
|
876
884
|
},
|
|
877
|
-
input: function input(
|
|
878
|
-
var props =
|
|
885
|
+
input: function input(_ref37) {
|
|
886
|
+
var props = _ref37.props;
|
|
879
887
|
return {
|
|
880
888
|
"class": [{
|
|
881
889
|
'rounded-tr-none rounded-br-none': props.showButtons && props.buttonLayout == 'stacked'
|
|
882
890
|
}]
|
|
883
891
|
};
|
|
884
892
|
},
|
|
885
|
-
buttongroup: function buttongroup(
|
|
886
|
-
var props =
|
|
893
|
+
buttongroup: function buttongroup(_ref38) {
|
|
894
|
+
var props = _ref38.props;
|
|
887
895
|
return {
|
|
888
896
|
"class": [{
|
|
889
897
|
'flex flex-col': props.showButtons && props.buttonLayout == 'stacked'
|
|
890
898
|
}]
|
|
891
899
|
};
|
|
892
900
|
},
|
|
893
|
-
incrementbutton: function incrementbutton(
|
|
894
|
-
var props =
|
|
901
|
+
incrementbutton: function incrementbutton(_ref39) {
|
|
902
|
+
var props = _ref39.props;
|
|
895
903
|
return {
|
|
896
904
|
"class": ['flex !items-center !justify-center', {
|
|
897
905
|
'rounded-br-none rounded-bl-none rounded-bl-none !p-0 flex-1 w-[3rem]': props.showButtons && props.buttonLayout == 'stacked'
|
|
@@ -901,8 +909,8 @@ var index = {
|
|
|
901
909
|
label: {
|
|
902
910
|
"class": 'hidden'
|
|
903
911
|
},
|
|
904
|
-
decrementbutton: function decrementbutton(
|
|
905
|
-
var props =
|
|
912
|
+
decrementbutton: function decrementbutton(_ref40) {
|
|
913
|
+
var props = _ref40.props;
|
|
906
914
|
return {
|
|
907
915
|
"class": ['flex !items-center !justify-center', {
|
|
908
916
|
'rounded-tr-none rounded-tl-none rounded-tl-none !p-0 flex-1 w-[3rem]': props.showButtons && props.buttonLayout == 'stacked'
|
|
@@ -911,8 +919,8 @@ var index = {
|
|
|
911
919
|
}
|
|
912
920
|
},
|
|
913
921
|
knob: {
|
|
914
|
-
root: function root(
|
|
915
|
-
var props =
|
|
922
|
+
root: function root(_ref41) {
|
|
923
|
+
var props = _ref41.props;
|
|
916
924
|
return {
|
|
917
925
|
"class": ['focus:outline-none focus:outline-offset-0 focus:shadow-0', {
|
|
918
926
|
'opacity-60 select-none pointer-events-none cursor-default': props.disabled
|
|
@@ -930,16 +938,16 @@ var index = {
|
|
|
930
938
|
}
|
|
931
939
|
},
|
|
932
940
|
inputswitch: {
|
|
933
|
-
root: function root(
|
|
934
|
-
var props =
|
|
941
|
+
root: function root(_ref42) {
|
|
942
|
+
var props = _ref42.props;
|
|
935
943
|
return {
|
|
936
944
|
"class": ['inline-block relative', 'w-12 h-7', {
|
|
937
945
|
'opacity-60 select-none pointer-events-none cursor-default': props.disabled
|
|
938
946
|
}]
|
|
939
947
|
};
|
|
940
948
|
},
|
|
941
|
-
slider: function slider(
|
|
942
|
-
var props =
|
|
949
|
+
slider: function slider(_ref43) {
|
|
950
|
+
var props = _ref43.props;
|
|
943
951
|
return {
|
|
944
952
|
"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", {
|
|
945
953
|
'bg-gray-200 dark:bg-gray-800 hover:bg-gray-300 hover:dark:bg-gray-700 ': !props.modelValue,
|
|
@@ -949,8 +957,8 @@ var index = {
|
|
|
949
957
|
}
|
|
950
958
|
},
|
|
951
959
|
cascadeselect: {
|
|
952
|
-
root: function root(
|
|
953
|
-
var props =
|
|
960
|
+
root: function root(_ref44) {
|
|
961
|
+
var props = _ref44.props;
|
|
954
962
|
return {
|
|
955
963
|
"class": ['inline-flex cursor-pointer select-none relative', 'bg-white dark:bg-gray-900 border border-gray-300 dark:border-blue-900/40 transition duration-200 ease-in-out rounded-lg', {
|
|
956
964
|
'opacity-60 select-none pointer-events-none cursor-default': props.disabled
|
|
@@ -989,16 +997,16 @@ var index = {
|
|
|
989
997
|
}
|
|
990
998
|
},
|
|
991
999
|
rating: {
|
|
992
|
-
root: function root(
|
|
993
|
-
var props =
|
|
1000
|
+
root: function root(_ref45) {
|
|
1001
|
+
var props = _ref45.props;
|
|
994
1002
|
return {
|
|
995
1003
|
"class": ['relative flex items-center', 'gap-2', {
|
|
996
1004
|
'opacity-60 select-none pointer-events-none cursor-default': props.disabled
|
|
997
1005
|
}]
|
|
998
1006
|
};
|
|
999
1007
|
},
|
|
1000
|
-
cancelitem: function cancelitem(
|
|
1001
|
-
var context =
|
|
1008
|
+
cancelitem: function cancelitem(_ref46) {
|
|
1009
|
+
var context = _ref46.context;
|
|
1002
1010
|
return {
|
|
1003
1011
|
"class": ['inline-flex items-center cursor-pointer', {
|
|
1004
1012
|
'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
|
|
@@ -1008,9 +1016,9 @@ var index = {
|
|
|
1008
1016
|
cancelicon: {
|
|
1009
1017
|
"class": ['text-red-500', 'w-5 h-5', 'transition duration-200 ease-in']
|
|
1010
1018
|
},
|
|
1011
|
-
item: function item(
|
|
1012
|
-
var props =
|
|
1013
|
-
context =
|
|
1019
|
+
item: function item(_ref47) {
|
|
1020
|
+
var props = _ref47.props,
|
|
1021
|
+
context = _ref47.context;
|
|
1014
1022
|
return {
|
|
1015
1023
|
"class": ['inline-flex items-center', {
|
|
1016
1024
|
'cursor-pointer': !props.readonly,
|
|
@@ -1028,16 +1036,16 @@ var index = {
|
|
|
1028
1036
|
}
|
|
1029
1037
|
},
|
|
1030
1038
|
selectbutton: {
|
|
1031
|
-
root: function root(
|
|
1032
|
-
var props =
|
|
1039
|
+
root: function root(_ref48) {
|
|
1040
|
+
var props = _ref48.props;
|
|
1033
1041
|
return {
|
|
1034
1042
|
"class": [{
|
|
1035
1043
|
'opacity-60 select-none pointer-events-none cursor-default': props.disabled
|
|
1036
1044
|
}]
|
|
1037
1045
|
};
|
|
1038
1046
|
},
|
|
1039
|
-
button: function button(
|
|
1040
|
-
var context =
|
|
1047
|
+
button: function button(_ref49) {
|
|
1048
|
+
var context = _ref49.context;
|
|
1041
1049
|
return {
|
|
1042
1050
|
"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)]', {
|
|
1043
1051
|
'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,
|
|
@@ -1051,8 +1059,8 @@ var index = {
|
|
|
1051
1059
|
}
|
|
1052
1060
|
},
|
|
1053
1061
|
slider: {
|
|
1054
|
-
root: function root(
|
|
1055
|
-
var props =
|
|
1062
|
+
root: function root(_ref50) {
|
|
1063
|
+
var props = _ref50.props;
|
|
1056
1064
|
return {
|
|
1057
1065
|
"class": ['relative', 'bg-gray-100 dark:bg-gray-800 border-0 rounded-6', {
|
|
1058
1066
|
'h-1 w-56': props.orientation == 'horizontal',
|
|
@@ -1062,8 +1070,8 @@ var index = {
|
|
|
1062
1070
|
}]
|
|
1063
1071
|
};
|
|
1064
1072
|
},
|
|
1065
|
-
range: function range(
|
|
1066
|
-
var props =
|
|
1073
|
+
range: function range(_ref51) {
|
|
1074
|
+
var props = _ref51.props;
|
|
1067
1075
|
return {
|
|
1068
1076
|
"class": ['bg-blue-500', 'block absolute', {
|
|
1069
1077
|
'top-0 left-0 h-full': props.orientation == 'horizontal',
|
|
@@ -1071,8 +1079,8 @@ var index = {
|
|
|
1071
1079
|
}]
|
|
1072
1080
|
};
|
|
1073
1081
|
},
|
|
1074
|
-
handle: function handle(
|
|
1075
|
-
var props =
|
|
1082
|
+
handle: function handle(_ref52) {
|
|
1083
|
+
var props = _ref52.props;
|
|
1076
1084
|
return {
|
|
1077
1085
|
"class": ['h-4 w-4 bg-white dark:bg-gray-600 border-2 border-blue-500 rounded-full transition duration-200', 'cursor-grab touch-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', {
|
|
1078
1086
|
'top-[50%] mt-[-0.5715rem] ml-[-0.5715rem]': props.orientation == 'horizontal',
|
|
@@ -1080,8 +1088,8 @@ var index = {
|
|
|
1080
1088
|
}]
|
|
1081
1089
|
};
|
|
1082
1090
|
},
|
|
1083
|
-
starthandler: function starthandler(
|
|
1084
|
-
var props =
|
|
1091
|
+
starthandler: function starthandler(_ref53) {
|
|
1092
|
+
var props = _ref53.props;
|
|
1085
1093
|
return {
|
|
1086
1094
|
"class": ['h-4 w-4 bg-white dark:bg-gray-600 border-2 border-blue-500 rounded-full transition duration-200', 'cursor-grab touch-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', {
|
|
1087
1095
|
'top-[50%] mt-[-0.5715rem] ml-[-0.5715rem]': props.orientation == 'horizontal',
|
|
@@ -1089,8 +1097,8 @@ var index = {
|
|
|
1089
1097
|
}]
|
|
1090
1098
|
};
|
|
1091
1099
|
},
|
|
1092
|
-
endhandler: function endhandler(
|
|
1093
|
-
var props =
|
|
1100
|
+
endhandler: function endhandler(_ref54) {
|
|
1101
|
+
var props = _ref54.props;
|
|
1094
1102
|
return {
|
|
1095
1103
|
"class": ['h-4 w-4 bg-white dark:bg-gray-600 border-2 border-blue-500 rounded-full transition duration-200', 'cursor-grab touch-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', {
|
|
1096
1104
|
'top-[50%] mt-[-0.5715rem] ml-[-0.5715rem]': props.orientation == 'horizontal',
|
|
@@ -1100,8 +1108,8 @@ var index = {
|
|
|
1100
1108
|
}
|
|
1101
1109
|
},
|
|
1102
1110
|
password: {
|
|
1103
|
-
root: function root(
|
|
1104
|
-
var props =
|
|
1111
|
+
root: function root(_ref55) {
|
|
1112
|
+
var props = _ref55.props;
|
|
1105
1113
|
return {
|
|
1106
1114
|
"class": ['inline-flex relative', {
|
|
1107
1115
|
'opacity-60 select-none pointer-events-none cursor-default': props.disabled
|
|
@@ -1114,10 +1122,10 @@ var index = {
|
|
|
1114
1122
|
meter: {
|
|
1115
1123
|
"class": 'mb-2 bg-gray-300 dark:bg-gray-700 h-3'
|
|
1116
1124
|
},
|
|
1117
|
-
meterlabel: function meterlabel(
|
|
1125
|
+
meterlabel: function meterlabel(_ref56) {
|
|
1118
1126
|
var _instance$meter, _instance$meter2, _instance$meter3;
|
|
1119
|
-
var instance =
|
|
1120
|
-
props =
|
|
1127
|
+
var instance = _ref56.instance,
|
|
1128
|
+
props = _ref56.props;
|
|
1121
1129
|
return {
|
|
1122
1130
|
"class": ['transition-width duration-1000 ease-in-out h-full', {
|
|
1123
1131
|
'bg-red-500': (instance === null || instance === void 0 || (_instance$meter = instance.meter) === null || _instance$meter === void 0 ? void 0 : _instance$meter.strength) == 'weak',
|
|
@@ -1137,9 +1145,9 @@ var index = {
|
|
|
1137
1145
|
transition: TRANSITIONS.overlay
|
|
1138
1146
|
},
|
|
1139
1147
|
togglebutton: {
|
|
1140
|
-
root: function root(
|
|
1141
|
-
var props =
|
|
1142
|
-
context =
|
|
1148
|
+
root: function root(_ref57) {
|
|
1149
|
+
var props = _ref57.props,
|
|
1150
|
+
context = _ref57.context;
|
|
1143
1151
|
return {
|
|
1144
1152
|
"class": ['inline-flex cursor-pointer select-none items-center align-bottom text-center overflow-hidden relative', 'px-4 py-3 rounded-md text-base w-36', 'border transition duration-200 ease-in-out', {
|
|
1145
1153
|
'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
|
|
@@ -1154,8 +1162,8 @@ var index = {
|
|
|
1154
1162
|
label: {
|
|
1155
1163
|
"class": 'font-bold text-center w-full'
|
|
1156
1164
|
},
|
|
1157
|
-
icon: function icon(
|
|
1158
|
-
var props =
|
|
1165
|
+
icon: function icon(_ref58) {
|
|
1166
|
+
var props = _ref58.props;
|
|
1159
1167
|
return {
|
|
1160
1168
|
"class": [' mr-2', {
|
|
1161
1169
|
'text-gray-600 dark:text-white/70': !props.modelValue,
|
|
@@ -1168,8 +1176,8 @@ var index = {
|
|
|
1168
1176
|
root: {
|
|
1169
1177
|
"class": ['cursor-pointer inline-flex relative select-none align-bottom', 'w-6 h-6']
|
|
1170
1178
|
},
|
|
1171
|
-
checkbox: function checkbox(
|
|
1172
|
-
var props =
|
|
1179
|
+
checkbox: function checkbox(_ref59) {
|
|
1180
|
+
var props = _ref59.props;
|
|
1173
1181
|
return {
|
|
1174
1182
|
"class": ['flex items-center justify-center', 'border-2 w-6 h-6 rounded-lg transition-colors duration-200', {
|
|
1175
1183
|
'border-blue-500 bg-blue-500 text-white dark:border-blue-400 dark:bg-blue-400': props.modelValue || !props.modelValue,
|
|
@@ -1185,9 +1193,9 @@ var index = {
|
|
|
1185
1193
|
root: {
|
|
1186
1194
|
"class": ['cursor-pointer inline-flex relative select-none align-bottom', 'w-6 h-6']
|
|
1187
1195
|
},
|
|
1188
|
-
input: function input(
|
|
1189
|
-
var props =
|
|
1190
|
-
context =
|
|
1196
|
+
input: function input(_ref60) {
|
|
1197
|
+
var props = _ref60.props,
|
|
1198
|
+
context = _ref60.context;
|
|
1191
1199
|
return {
|
|
1192
1200
|
"class": ['flex items-center justify-center', 'border-2 w-6 h-6 text-gray-600 rounded-lg transition-colors duration-200', {
|
|
1193
1201
|
'border-gray-300 bg-white dark:border-blue-900/40 dark:bg-gray-900': !context.checked,
|
|
@@ -1206,8 +1214,8 @@ var index = {
|
|
|
1206
1214
|
root: {
|
|
1207
1215
|
"class": ['relative inline-flex cursor-pointer select-none align-bottom', 'w-6 h-6']
|
|
1208
1216
|
},
|
|
1209
|
-
input: function input(
|
|
1210
|
-
var props =
|
|
1217
|
+
input: function input(_ref61) {
|
|
1218
|
+
var props = _ref61.props;
|
|
1211
1219
|
return {
|
|
1212
1220
|
"class": ['flex justify-center items-center', 'border-2 w-6 h-6 text-gray-700 rounded-full transition duration-200 ease-in-out', {
|
|
1213
1221
|
'border-gray-300 bg-white dark:border-blue-900/40 dark:bg-gray-900 dark:text-white/80': props.value !== props.modelValue,
|
|
@@ -1218,8 +1226,8 @@ var index = {
|
|
|
1218
1226
|
}]
|
|
1219
1227
|
};
|
|
1220
1228
|
},
|
|
1221
|
-
icon: function icon(
|
|
1222
|
-
var props =
|
|
1229
|
+
icon: function icon(_ref62) {
|
|
1230
|
+
var props = _ref62.props;
|
|
1223
1231
|
return {
|
|
1224
1232
|
"class": ['transform rounded-full', 'block w-3 h-3 transition duration-200 bg-white dark:bg-gray-900', {
|
|
1225
1233
|
'backface-hidden scale-10 invisible': props.value !== props.modelValue,
|
|
@@ -1229,16 +1237,16 @@ var index = {
|
|
|
1229
1237
|
}
|
|
1230
1238
|
},
|
|
1231
1239
|
dropdown: {
|
|
1232
|
-
root: function root(
|
|
1233
|
-
var props =
|
|
1240
|
+
root: function root(_ref63) {
|
|
1241
|
+
var props = _ref63.props;
|
|
1234
1242
|
return {
|
|
1235
1243
|
"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)]', {
|
|
1236
1244
|
'opacity-60 select-none pointer-events-none cursor-default': props.disabled
|
|
1237
1245
|
}]
|
|
1238
1246
|
};
|
|
1239
1247
|
},
|
|
1240
|
-
input: function input(
|
|
1241
|
-
var props =
|
|
1248
|
+
input: function input(_ref64) {
|
|
1249
|
+
var props = _ref64.props;
|
|
1242
1250
|
return {
|
|
1243
1251
|
"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', {
|
|
1244
1252
|
'pr-7': props.showClear
|
|
@@ -1254,8 +1262,8 @@ var index = {
|
|
|
1254
1262
|
list: {
|
|
1255
1263
|
"class": 'py-3 list-none m-0'
|
|
1256
1264
|
},
|
|
1257
|
-
item: function item(
|
|
1258
|
-
var context =
|
|
1265
|
+
item: function item(_ref65) {
|
|
1266
|
+
var context = _ref65.context;
|
|
1259
1267
|
return {
|
|
1260
1268
|
"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', {
|
|
1261
1269
|
'text-gray-700': !context.focused && !context.selected,
|
|
@@ -1286,8 +1294,8 @@ var index = {
|
|
|
1286
1294
|
transition: TRANSITIONS.overlay
|
|
1287
1295
|
},
|
|
1288
1296
|
calendar: {
|
|
1289
|
-
root: function root(
|
|
1290
|
-
var props =
|
|
1297
|
+
root: function root(_ref66) {
|
|
1298
|
+
var props = _ref66.props;
|
|
1291
1299
|
return {
|
|
1292
1300
|
"class": ['inline-flex max-w-full relative', {
|
|
1293
1301
|
'opacity-60 select-none pointer-events-none cursor-default': props.disabled
|
|
@@ -1299,8 +1307,8 @@ var index = {
|
|
|
1299
1307
|
]
|
|
1300
1308
|
},
|
|
1301
1309
|
|
|
1302
|
-
panel: function panel(
|
|
1303
|
-
var props =
|
|
1310
|
+
panel: function panel(_ref67) {
|
|
1311
|
+
var props = _ref67.props;
|
|
1304
1312
|
return {
|
|
1305
1313
|
"class": ['bg-white dark:bg-gray-900', 'min-w-[350px]', {
|
|
1306
1314
|
'shadow-md border-0 absolute': !props.inline,
|
|
@@ -1338,8 +1346,8 @@ var index = {
|
|
|
1338
1346
|
day: {
|
|
1339
1347
|
"class": 'p-2'
|
|
1340
1348
|
},
|
|
1341
|
-
daylabel: function daylabel(
|
|
1342
|
-
var context =
|
|
1349
|
+
daylabel: function daylabel(_ref68) {
|
|
1350
|
+
var context = _ref68.context;
|
|
1343
1351
|
return {
|
|
1344
1352
|
"class": ['w-10 h-10 rounded-full transition-shadow duration-200 border-transparent border', 'flex items-center justify-center mx-auto overflow-hidden relative', 'focus:outline-none focus:outline-offset-0 focus:shadow-[0_0_0_0.2rem_rgba(191,219,254,1)] dark:focus:shadow-[0_0_0_0.2rem_rgba(147,197,253,0.5)]', {
|
|
1345
1353
|
'opacity-60 cursor-default': context.disabled,
|
|
@@ -1353,8 +1361,8 @@ var index = {
|
|
|
1353
1361
|
monthpicker: {
|
|
1354
1362
|
"class": 'my-2'
|
|
1355
1363
|
},
|
|
1356
|
-
month: function month(
|
|
1357
|
-
var context =
|
|
1364
|
+
month: function month(_ref69) {
|
|
1365
|
+
var context = _ref69.context;
|
|
1358
1366
|
return {
|
|
1359
1367
|
"class": ['w-1/3 inline-flex items-center justify-center cursor-pointer overflow-hidden relative', 'p-2 transition-shadow duration-200 rounded-lg', 'focus:outline-none focus:outline-offset-0 focus:shadow-[0_0_0_0.2rem_rgba(191,219,254,1)] dark:focus:shadow-[0_0_0_0.2rem_rgba(147,197,253,0.5)]', {
|
|
1360
1368
|
'text-gray-600 dark:text-white/70 bg-transprent hover:bg-gray-200 dark:hover:bg-gray-800/80': !context.selected && !context.disabled,
|
|
@@ -1365,8 +1373,8 @@ var index = {
|
|
|
1365
1373
|
yearpicker: {
|
|
1366
1374
|
"class": 'my-2'
|
|
1367
1375
|
},
|
|
1368
|
-
year: function year(
|
|
1369
|
-
var context =
|
|
1376
|
+
year: function year(_ref70) {
|
|
1377
|
+
var context = _ref70.context;
|
|
1370
1378
|
return {
|
|
1371
1379
|
"class": ['w-1/2 inline-flex items-center justify-center cursor-pointer overflow-hidden relative', 'p-2 transition-shadow duration-200 rounded-lg', 'focus:outline-none focus:outline-offset-0 focus:shadow-[0_0_0_0.2rem_rgba(191,219,254,1)] dark:focus:shadow-[0_0_0_0.2rem_rgba(147,197,253,0.5)]', {
|
|
1372
1380
|
'text-gray-600 dark:text-white/70 bg-transprent hover:bg-gray-200 dark:hover:bg-gray-800/80': !context.selected && !context.disabled,
|
|
@@ -1416,8 +1424,8 @@ var index = {
|
|
|
1416
1424
|
list: {
|
|
1417
1425
|
"class": 'py-3 list-none m-0'
|
|
1418
1426
|
},
|
|
1419
|
-
item: function item(
|
|
1420
|
-
var context =
|
|
1427
|
+
item: function item(_ref71) {
|
|
1428
|
+
var context = _ref71.context;
|
|
1421
1429
|
return {
|
|
1422
1430
|
"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', {
|
|
1423
1431
|
'text-gray-700': !context.focused && !context.selected,
|
|
@@ -1444,8 +1452,8 @@ var index = {
|
|
|
1444
1452
|
}
|
|
1445
1453
|
},
|
|
1446
1454
|
multiselect: {
|
|
1447
|
-
root: function root(
|
|
1448
|
-
var props =
|
|
1455
|
+
root: function root(_ref72) {
|
|
1456
|
+
var props = _ref72.props;
|
|
1449
1457
|
return {
|
|
1450
1458
|
"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', {
|
|
1451
1459
|
'opacity-60 select-none pointer-events-none cursor-default': props === null || props === void 0 ? void 0 : props.disabled
|
|
@@ -1455,8 +1463,8 @@ var index = {
|
|
|
1455
1463
|
labelContainer: {
|
|
1456
1464
|
"class": 'overflow-hidden flex flex-auto cursor-pointer'
|
|
1457
1465
|
},
|
|
1458
|
-
label: function label(
|
|
1459
|
-
var props =
|
|
1466
|
+
label: function label(_ref73) {
|
|
1467
|
+
var props = _ref73.props;
|
|
1460
1468
|
return {
|
|
1461
1469
|
"class": ['block overflow-hidden whitespace-nowrap cursor-pointer overflow-ellipsis', 'text-gray-800 dark:text-white/80', 'p-3 transition duration-200', _defineProperty({
|
|
1462
1470
|
'!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),
|
|
@@ -1482,8 +1490,8 @@ var index = {
|
|
|
1482
1490
|
headerCheckboxContainer: {
|
|
1483
1491
|
"class": ['inline-flex cursor-pointer select-none align-bottom relative', 'mr-2', 'w-6 h-6']
|
|
1484
1492
|
},
|
|
1485
|
-
headerCheckbox: function headerCheckbox(
|
|
1486
|
-
var context =
|
|
1493
|
+
headerCheckbox: function headerCheckbox(_ref75) {
|
|
1494
|
+
var context = _ref75.context;
|
|
1487
1495
|
return {
|
|
1488
1496
|
"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)]', {
|
|
1489
1497
|
'border-gray-300 dark:border-blue-900/40 bg-white dark:bg-gray-900': !(context !== null && context !== void 0 && context.selected),
|
|
@@ -1506,8 +1514,8 @@ var index = {
|
|
|
1506
1514
|
list: {
|
|
1507
1515
|
"class": 'py-3 list-none m-0'
|
|
1508
1516
|
},
|
|
1509
|
-
item: function item(
|
|
1510
|
-
var context =
|
|
1517
|
+
item: function item(_ref76) {
|
|
1518
|
+
var context = _ref76.context;
|
|
1511
1519
|
return {
|
|
1512
1520
|
"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', {
|
|
1513
1521
|
'text-gray-700': !context.focused && !context.selected,
|
|
@@ -1520,8 +1528,8 @@ var index = {
|
|
|
1520
1528
|
checkboxContainer: {
|
|
1521
1529
|
"class": ['inline-flex cursor-pointer select-none align-bottom relative', 'mr-2', 'w-6 h-6']
|
|
1522
1530
|
},
|
|
1523
|
-
checkbox: function checkbox(
|
|
1524
|
-
var context =
|
|
1531
|
+
checkbox: function checkbox(_ref77) {
|
|
1532
|
+
var context = _ref77.context;
|
|
1525
1533
|
return {
|
|
1526
1534
|
"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)]', {
|
|
1527
1535
|
'border-gray-300 dark:border-blue-900/40 bg-white dark:bg-gray-900': !(context !== null && context !== void 0 && context.selected),
|
|
@@ -1550,8 +1558,8 @@ var index = {
|
|
|
1550
1558
|
transition: TRANSITIONS.overlay
|
|
1551
1559
|
},
|
|
1552
1560
|
textarea: {
|
|
1553
|
-
root: function root(
|
|
1554
|
-
var context =
|
|
1561
|
+
root: function root(_ref78) {
|
|
1562
|
+
var context = _ref78.context;
|
|
1555
1563
|
return {
|
|
1556
1564
|
"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)]', {
|
|
1557
1565
|
'opacity-60 select-none pointer-events-none cursor-default': context.disabled
|
|
@@ -1560,8 +1568,8 @@ var index = {
|
|
|
1560
1568
|
}
|
|
1561
1569
|
},
|
|
1562
1570
|
treeselect: {
|
|
1563
|
-
root: function root(
|
|
1564
|
-
var props =
|
|
1571
|
+
root: function root(_ref79) {
|
|
1572
|
+
var props = _ref79.props;
|
|
1565
1573
|
return {
|
|
1566
1574
|
"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', {
|
|
1567
1575
|
'opacity-60 select-none pointer-events-none cursor-default': props === null || props === void 0 ? void 0 : props.disabled
|
|
@@ -1586,8 +1594,8 @@ var index = {
|
|
|
1586
1594
|
transition: TRANSITIONS.overlay
|
|
1587
1595
|
},
|
|
1588
1596
|
autocomplete: {
|
|
1589
|
-
root: function root(
|
|
1590
|
-
var props =
|
|
1597
|
+
root: function root(_ref80) {
|
|
1598
|
+
var props = _ref80.props;
|
|
1591
1599
|
return {
|
|
1592
1600
|
"class": ['relative inline-flex', {
|
|
1593
1601
|
'opacity-60 select-none pointer-events-none cursor-default': props.disabled
|
|
@@ -1602,8 +1610,8 @@ var index = {
|
|
|
1602
1610
|
inputtoken: {
|
|
1603
1611
|
"class": ['py-0.375rem px-0', 'flex-1 inline-flex']
|
|
1604
1612
|
},
|
|
1605
|
-
input: function input(
|
|
1606
|
-
var props =
|
|
1613
|
+
input: function input(_ref81) {
|
|
1614
|
+
var props = _ref81.props;
|
|
1607
1615
|
return {
|
|
1608
1616
|
"class": ['m-0', ' transition-colors duration-200 appearance-none rounded-lg', {
|
|
1609
1617
|
'rounded-tr-none rounded-br-none': props.dropdown
|
|
@@ -1627,8 +1635,8 @@ var index = {
|
|
|
1627
1635
|
list: {
|
|
1628
1636
|
"class": 'py-3 list-none m-0'
|
|
1629
1637
|
},
|
|
1630
|
-
item: function item(
|
|
1631
|
-
var context =
|
|
1638
|
+
item: function item(_ref82) {
|
|
1639
|
+
var context = _ref82.context;
|
|
1632
1640
|
return {
|
|
1633
1641
|
"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', {
|
|
1634
1642
|
'text-gray-700': !context.focused && !context.selected,
|
|
@@ -1644,8 +1652,8 @@ var index = {
|
|
|
1644
1652
|
transition: TRANSITIONS.overlay
|
|
1645
1653
|
},
|
|
1646
1654
|
chips: {
|
|
1647
|
-
root: function root(
|
|
1648
|
-
var props =
|
|
1655
|
+
root: function root(_ref83) {
|
|
1656
|
+
var props = _ref83.props;
|
|
1649
1657
|
return {
|
|
1650
1658
|
"class": ['flex', {
|
|
1651
1659
|
'opacity-60 select-none pointer-events-none cursor-default': props.disabled
|
|
@@ -1669,8 +1677,8 @@ var index = {
|
|
|
1669
1677
|
}
|
|
1670
1678
|
},
|
|
1671
1679
|
colorpicker: {
|
|
1672
|
-
root: function root(
|
|
1673
|
-
var props =
|
|
1680
|
+
root: function root(_ref84) {
|
|
1681
|
+
var props = _ref84.props;
|
|
1674
1682
|
return {
|
|
1675
1683
|
"class": ['inline-block', {
|
|
1676
1684
|
'opacity-60 select-none pointer-events-none cursor-default': props.disabled
|
|
@@ -1680,8 +1688,8 @@ var index = {
|
|
|
1680
1688
|
input: {
|
|
1681
1689
|
"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']
|
|
1682
1690
|
},
|
|
1683
|
-
panel: function panel(
|
|
1684
|
-
var props =
|
|
1691
|
+
panel: function panel(_ref85) {
|
|
1692
|
+
var props = _ref85.props;
|
|
1685
1693
|
return {
|
|
1686
1694
|
"class": ['shadow-md', 'bg-gray-800 border-gray-900', {
|
|
1687
1695
|
'relative h-48 w-52': props.inline,
|
|
@@ -1721,8 +1729,8 @@ var index = {
|
|
|
1721
1729
|
},
|
|
1722
1730
|
//MISC
|
|
1723
1731
|
badge: {
|
|
1724
|
-
root: function root(
|
|
1725
|
-
var props =
|
|
1732
|
+
root: function root(_ref86) {
|
|
1733
|
+
var props = _ref86.props;
|
|
1726
1734
|
return {
|
|
1727
1735
|
"class": ['rounded-full p-0 text-center inline-block', 'bg-blue-500 text-white font-bold', {
|
|
1728
1736
|
'bg-gray-500 ': props.severity == 'secondary',
|
|
@@ -1740,9 +1748,9 @@ var index = {
|
|
|
1740
1748
|
}
|
|
1741
1749
|
},
|
|
1742
1750
|
avatar: {
|
|
1743
|
-
root: function root(
|
|
1744
|
-
var props =
|
|
1745
|
-
parent =
|
|
1751
|
+
root: function root(_ref87) {
|
|
1752
|
+
var props = _ref87.props,
|
|
1753
|
+
parent = _ref87.parent;
|
|
1746
1754
|
return {
|
|
1747
1755
|
"class": ['flex items-center justify-center', 'bg-gray-300 dark:bg-gray-800', {
|
|
1748
1756
|
'rounded-lg': props.shape == 'square',
|
|
@@ -1786,8 +1794,8 @@ var index = {
|
|
|
1786
1794
|
root: {
|
|
1787
1795
|
"class": ['overflow-hidden relative', 'border-0 h-6 bg-gray-200 rounded-md dark:bg-gray-800']
|
|
1788
1796
|
},
|
|
1789
|
-
value: function value(
|
|
1790
|
-
var props =
|
|
1797
|
+
value: function value(_ref88) {
|
|
1798
|
+
var props = _ref88.props;
|
|
1791
1799
|
return {
|
|
1792
1800
|
"class": ['border-0 m-0 bg-blue-500', {
|
|
1793
1801
|
'transition-width duration-1000 ease-in-out absolute items-center border-0 flex h-full justify-center overflow-hidden w-0': props.mode !== 'indeterminate',
|
|
@@ -1811,8 +1819,8 @@ var index = {
|
|
|
1811
1819
|
}
|
|
1812
1820
|
},
|
|
1813
1821
|
skeleton: {
|
|
1814
|
-
root: function root(
|
|
1815
|
-
var props =
|
|
1822
|
+
root: function root(_ref89) {
|
|
1823
|
+
var props = _ref89.props;
|
|
1816
1824
|
return {
|
|
1817
1825
|
"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', {
|
|
1818
1826
|
'rounded-md': props.shape !== 'circle',
|
|
@@ -1822,8 +1830,8 @@ var index = {
|
|
|
1822
1830
|
}
|
|
1823
1831
|
},
|
|
1824
1832
|
tag: {
|
|
1825
|
-
root: function root(
|
|
1826
|
-
var props =
|
|
1833
|
+
root: function root(_ref90) {
|
|
1834
|
+
var props = _ref90.props;
|
|
1827
1835
|
return {
|
|
1828
1836
|
"class": ['inline-flex items-center justify-center', 'bg-blue-500 text-white text-xs font-semibold px-2 py-1 ', {
|
|
1829
1837
|
'bg-gray-500 ': props.severity == 'secondary',
|
|
@@ -1851,8 +1859,8 @@ var index = {
|
|
|
1851
1859
|
}
|
|
1852
1860
|
},
|
|
1853
1861
|
scrolltop: {
|
|
1854
|
-
root: function root(
|
|
1855
|
-
var props =
|
|
1862
|
+
root: function root(_ref91) {
|
|
1863
|
+
var props = _ref91.props;
|
|
1856
1864
|
return {
|
|
1857
1865
|
"class": ['fixed bottom-20 right-20 flex items-center justify-center', 'ml-auto', {
|
|
1858
1866
|
'!bg-blue-500 hover:bg-blue-600 text-white rounded-md h-8 w-8': props.target == 'parent',
|
|
@@ -1917,8 +1925,8 @@ var index = {
|
|
|
1917
1925
|
menuitem: {
|
|
1918
1926
|
"class": 'relative'
|
|
1919
1927
|
},
|
|
1920
|
-
content: function content(
|
|
1921
|
-
var context =
|
|
1928
|
+
content: function content(_ref92) {
|
|
1929
|
+
var context = _ref92.context;
|
|
1922
1930
|
return {
|
|
1923
1931
|
"class": ['transition-shadow duration-200 rounded-none', 'hover:text-gray-700 dark:hover:text-white/80 hover:bg-gray-200 dark:hover:bg-gray-800/80',
|
|
1924
1932
|
// Hover
|
|
@@ -1945,8 +1953,8 @@ var index = {
|
|
|
1945
1953
|
}
|
|
1946
1954
|
},
|
|
1947
1955
|
dock: {
|
|
1948
|
-
root: function root(
|
|
1949
|
-
var props =
|
|
1956
|
+
root: function root(_ref93) {
|
|
1957
|
+
var props = _ref93.props;
|
|
1950
1958
|
return {
|
|
1951
1959
|
"class": ['absolute z-1 flex justify-center items-center pointer-events-none', {
|
|
1952
1960
|
'left-0 bottom-0 w-full': props.position == 'bottom',
|
|
@@ -1959,18 +1967,18 @@ var index = {
|
|
|
1959
1967
|
container: {
|
|
1960
1968
|
"class": ['flex pointer-events-auto', 'bg-white/10 border-white/20 p-2 border rounded-md']
|
|
1961
1969
|
},
|
|
1962
|
-
menu: function menu(
|
|
1963
|
-
var props =
|
|
1970
|
+
menu: function menu(_ref94) {
|
|
1971
|
+
var props = _ref94.props;
|
|
1964
1972
|
return {
|
|
1965
1973
|
"class": ['m-0 p-0 list-none flex items-center justify-center', 'outline-none', {
|
|
1966
1974
|
'flex-col': props.position == 'left' || props.position == 'right'
|
|
1967
1975
|
}]
|
|
1968
1976
|
};
|
|
1969
1977
|
},
|
|
1970
|
-
menuitem: function menuitem(
|
|
1971
|
-
var props =
|
|
1972
|
-
context =
|
|
1973
|
-
instance =
|
|
1978
|
+
menuitem: function menuitem(_ref95) {
|
|
1979
|
+
var props = _ref95.props,
|
|
1980
|
+
context = _ref95.context,
|
|
1981
|
+
instance = _ref95.instance;
|
|
1974
1982
|
return {
|
|
1975
1983
|
"class": ['p-2 rounded-md', 'transition-all duration-200 ease-cubic-bezier-will-change-transform transform ', {
|
|
1976
1984
|
'origin-bottom hover:mx-6': props.position == 'bottom',
|
|
@@ -1995,8 +2003,8 @@ var index = {
|
|
|
1995
2003
|
menu: {
|
|
1996
2004
|
"class": ['m-0 p-0 list-none', 'outline-none']
|
|
1997
2005
|
},
|
|
1998
|
-
content: function content(
|
|
1999
|
-
var context =
|
|
2006
|
+
content: function content(_ref96) {
|
|
2007
|
+
var context = _ref96.context;
|
|
2000
2008
|
return {
|
|
2001
2009
|
"class": ['text-gray-700 dark:text-white/80 transition-shadow duration-200 rounded-none', 'hover:text-gray-700 dark:hover:text-white/80 hover:bg-gray-200 dark:hover:bg-gray-800/80',
|
|
2002
2010
|
// Hover
|
|
@@ -2020,8 +2028,8 @@ var index = {
|
|
|
2020
2028
|
root: {
|
|
2021
2029
|
"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']
|
|
2022
2030
|
},
|
|
2023
|
-
menu: function menu(
|
|
2024
|
-
var props =
|
|
2031
|
+
menu: function menu(_ref97) {
|
|
2032
|
+
var props = _ref97.props;
|
|
2025
2033
|
return {
|
|
2026
2034
|
"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', {
|
|
2027
2035
|
'hidden ': !(props !== null && props !== void 0 && props.mobileActive),
|
|
@@ -2032,9 +2040,9 @@ var index = {
|
|
|
2032
2040
|
menuitem: {
|
|
2033
2041
|
"class": 'sm:relative sm:w-auto w-full static'
|
|
2034
2042
|
},
|
|
2035
|
-
content: function content(
|
|
2036
|
-
var props =
|
|
2037
|
-
context =
|
|
2043
|
+
content: function content(_ref98) {
|
|
2044
|
+
var props = _ref98.props,
|
|
2045
|
+
context = _ref98.context;
|
|
2038
2046
|
return {
|
|
2039
2047
|
"class": [' transition-shadow duration-200', '', {
|
|
2040
2048
|
'rounded-md': props.root
|
|
@@ -2049,8 +2057,8 @@ var index = {
|
|
|
2049
2057
|
}]
|
|
2050
2058
|
};
|
|
2051
2059
|
},
|
|
2052
|
-
action: function action(
|
|
2053
|
-
var context =
|
|
2060
|
+
action: function action(_ref99) {
|
|
2061
|
+
var context = _ref99.context;
|
|
2054
2062
|
return {
|
|
2055
2063
|
"class": ['select-none', 'cursor-pointer flex items-center no-underline overflow-hidden relative', 'py-3 px-5 select-none', {
|
|
2056
2064
|
'max-[960px]:pl-9': context.level === 1,
|
|
@@ -2061,8 +2069,8 @@ var index = {
|
|
|
2061
2069
|
icon: {
|
|
2062
2070
|
"class": 'mr-2'
|
|
2063
2071
|
},
|
|
2064
|
-
submenuicon: function submenuicon(
|
|
2065
|
-
var props =
|
|
2072
|
+
submenuicon: function submenuicon(_ref100) {
|
|
2073
|
+
var props = _ref100.props;
|
|
2066
2074
|
return {
|
|
2067
2075
|
"class": ['max-[960px]:ml-auto', {
|
|
2068
2076
|
'ml-2': props.root,
|
|
@@ -2070,8 +2078,8 @@ var index = {
|
|
|
2070
2078
|
}]
|
|
2071
2079
|
};
|
|
2072
2080
|
},
|
|
2073
|
-
submenu: function submenu(
|
|
2074
|
-
var props =
|
|
2081
|
+
submenu: function submenu(_ref101) {
|
|
2082
|
+
var props = _ref101.props;
|
|
2075
2083
|
return {
|
|
2076
2084
|
"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', {
|
|
2077
2085
|
'sm:absolute sm:left-full sm:top-0': props.level > 1
|
|
@@ -2086,8 +2094,8 @@ var index = {
|
|
|
2086
2094
|
}
|
|
2087
2095
|
},
|
|
2088
2096
|
megamenu: {
|
|
2089
|
-
root: function root(
|
|
2090
|
-
var props =
|
|
2097
|
+
root: function root(_ref102) {
|
|
2098
|
+
var props = _ref102.props;
|
|
2091
2099
|
return {
|
|
2092
2100
|
"class": ['bg-gray-100 dark:bg-gray-900 border border-gray-300 dark:border-blue-900/40 rounded-md', 'flex relative', {
|
|
2093
2101
|
'p-2 items-center': props.orientation == 'horizontal',
|
|
@@ -2098,8 +2106,8 @@ var index = {
|
|
|
2098
2106
|
menu: {
|
|
2099
2107
|
"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']
|
|
2100
2108
|
},
|
|
2101
|
-
menuitem: function menuitem(
|
|
2102
|
-
var props =
|
|
2109
|
+
menuitem: function menuitem(_ref103) {
|
|
2110
|
+
var props = _ref103.props;
|
|
2103
2111
|
return {
|
|
2104
2112
|
"class": ['relative', {
|
|
2105
2113
|
'w-auto': props.horizontal,
|
|
@@ -2107,9 +2115,9 @@ var index = {
|
|
|
2107
2115
|
}]
|
|
2108
2116
|
};
|
|
2109
2117
|
},
|
|
2110
|
-
content: function content(
|
|
2111
|
-
var props =
|
|
2112
|
-
context =
|
|
2118
|
+
content: function content(_ref104) {
|
|
2119
|
+
var props = _ref104.props,
|
|
2120
|
+
context = _ref104.context;
|
|
2113
2121
|
return {
|
|
2114
2122
|
"class": ['transition-shadow duration-200', {
|
|
2115
2123
|
'rounded-md': props.level < 1 && props.horizontal
|
|
@@ -2130,8 +2138,8 @@ var index = {
|
|
|
2130
2138
|
icon: {
|
|
2131
2139
|
"class": 'mr-2'
|
|
2132
2140
|
},
|
|
2133
|
-
submenuicon: function submenuicon(
|
|
2134
|
-
var props =
|
|
2141
|
+
submenuicon: function submenuicon(_ref105) {
|
|
2142
|
+
var props = _ref105.props;
|
|
2135
2143
|
return {
|
|
2136
2144
|
"class": [{
|
|
2137
2145
|
'ml-2': props.horizontal,
|
|
@@ -2139,8 +2147,8 @@ var index = {
|
|
|
2139
2147
|
}]
|
|
2140
2148
|
};
|
|
2141
2149
|
},
|
|
2142
|
-
panel: function panel(
|
|
2143
|
-
var props =
|
|
2150
|
+
panel: function panel(_ref106) {
|
|
2151
|
+
var props = _ref106.props;
|
|
2144
2152
|
return {
|
|
2145
2153
|
"class": ['py-1 bg-white dark:bg-gray-900 border-0 shadow-md w-auto', 'absolute z-10', {
|
|
2146
2154
|
'left-full top-0': !props.horizontal
|
|
@@ -2190,8 +2198,8 @@ var index = {
|
|
|
2190
2198
|
menu: {
|
|
2191
2199
|
"class": ['outline-none', 'm-0 p-0 list-none']
|
|
2192
2200
|
},
|
|
2193
|
-
content: function content(
|
|
2194
|
-
var context =
|
|
2201
|
+
content: function content(_ref107) {
|
|
2202
|
+
var context = _ref107.context;
|
|
2195
2203
|
return {
|
|
2196
2204
|
"class": ['text-gray-700 dark:text-white/80 transition-shadow duration-200 border-none rounded-none', 'hover:bg-gray-200 dark:hover:bg-gray-800/80 hover:text-gray-700 dark:hover:text-white/80',
|
|
2197
2205
|
// Hover
|
|
@@ -2241,9 +2249,9 @@ var index = {
|
|
|
2241
2249
|
menuitem: {
|
|
2242
2250
|
"class": 'mr-0'
|
|
2243
2251
|
},
|
|
2244
|
-
action: function action(
|
|
2245
|
-
var context =
|
|
2246
|
-
state =
|
|
2252
|
+
action: function action(_ref108) {
|
|
2253
|
+
var context = _ref108.context,
|
|
2254
|
+
state = _ref108.state;
|
|
2247
2255
|
return {
|
|
2248
2256
|
"class": ['cursor-pointer select-none flex items-center relative no-underline overflow-hidden', 'border-b-2 p-5 font-bold rounded-t-lg ', 'focus:outline-none focus:outline-offset-0 focus:shadow-[inset_0_0_0_0.2rem_rgba(191,219,254,1)] dark:focus:shadow-[inset_0_0_0_0.2rem_rgba(147,197,253,0.5)]', {
|
|
2249
2257
|
'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,
|
|
@@ -2268,8 +2276,8 @@ var index = {
|
|
|
2268
2276
|
menuitem: {
|
|
2269
2277
|
"class": 'relative'
|
|
2270
2278
|
},
|
|
2271
|
-
content: function content(
|
|
2272
|
-
var context =
|
|
2279
|
+
content: function content(_ref109) {
|
|
2280
|
+
var context = _ref109.context;
|
|
2273
2281
|
return {
|
|
2274
2282
|
"class": ['transition-shadow duration-200 border-none rounded-none', 'hover:bg-gray-200 hover:text-gray-700 dark:hover:text-white/80 dark:hover:bg-gray-800/80',
|
|
2275
2283
|
//Hover
|
|
@@ -2281,8 +2289,8 @@ var index = {
|
|
|
2281
2289
|
}]
|
|
2282
2290
|
};
|
|
2283
2291
|
},
|
|
2284
|
-
action: function action(
|
|
2285
|
-
var context =
|
|
2292
|
+
action: function action(_ref110) {
|
|
2293
|
+
var context = _ref110.context;
|
|
2286
2294
|
return {
|
|
2287
2295
|
"class": ['py-3 px-5 select-none', 'flex items-center cursor-pointer no-underline relative overflow-hidden', {
|
|
2288
2296
|
'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,
|
|
@@ -2400,8 +2408,8 @@ var index = {
|
|
|
2400
2408
|
indicator: {
|
|
2401
2409
|
"class": 'mr-2'
|
|
2402
2410
|
},
|
|
2403
|
-
indicatorbutton: function indicatorbutton(
|
|
2404
|
-
var context =
|
|
2411
|
+
indicatorbutton: function indicatorbutton(_ref111) {
|
|
2412
|
+
var context = _ref111.context;
|
|
2405
2413
|
return {
|
|
2406
2414
|
"class": ['w-4 h-4 transition duration-200 rounded-full', 'focus:outline-none focus:outline-offset-0 focus:shadow-[0_0_0_0.2rem_rgba(191,219,254,1)] dark:focus:shadow-[0_0_0_0.2rem_rgba(147,197,253,0.5)]', {
|
|
2407
2415
|
'bg-gray-200 hover:bg-gray-300 dark:bg-gray-700 dark:hover:bg-gray-600': !context.highlighted,
|
|
@@ -2441,8 +2449,8 @@ var index = {
|
|
|
2441
2449
|
content: {
|
|
2442
2450
|
"class": 'flex flex-col overflow-auto'
|
|
2443
2451
|
},
|
|
2444
|
-
container: function container(
|
|
2445
|
-
var props =
|
|
2452
|
+
container: function container(_ref112) {
|
|
2453
|
+
var props = _ref112.props;
|
|
2446
2454
|
return {
|
|
2447
2455
|
"class": ['flex', {
|
|
2448
2456
|
'flex-row': props.orientation !== 'vertical',
|
|
@@ -2456,8 +2464,8 @@ var index = {
|
|
|
2456
2464
|
itemscontent: {
|
|
2457
2465
|
"class": 'overflow-hidden w-full'
|
|
2458
2466
|
},
|
|
2459
|
-
itemscontainer: function itemscontainer(
|
|
2460
|
-
var props =
|
|
2467
|
+
itemscontainer: function itemscontainer(_ref113) {
|
|
2468
|
+
var props = _ref113.props;
|
|
2461
2469
|
return {
|
|
2462
2470
|
"class": ['flex ', {
|
|
2463
2471
|
'flex-row': props.orientation !== 'vertical',
|
|
@@ -2465,8 +2473,8 @@ var index = {
|
|
|
2465
2473
|
}]
|
|
2466
2474
|
};
|
|
2467
2475
|
},
|
|
2468
|
-
item: function item(
|
|
2469
|
-
var props =
|
|
2476
|
+
item: function item(_ref114) {
|
|
2477
|
+
var props = _ref114.props;
|
|
2470
2478
|
return {
|
|
2471
2479
|
"class": ['flex shrink-0 grow', {
|
|
2472
2480
|
'w-1/3': props.orientation !== 'vertical',
|
|
@@ -2480,8 +2488,8 @@ var index = {
|
|
|
2480
2488
|
indicator: {
|
|
2481
2489
|
"class": 'mr-2 mb-2'
|
|
2482
2490
|
},
|
|
2483
|
-
indicatorbutton: function indicatorbutton(
|
|
2484
|
-
var context =
|
|
2491
|
+
indicatorbutton: function indicatorbutton(_ref115) {
|
|
2492
|
+
var context = _ref115.context;
|
|
2485
2493
|
return {
|
|
2486
2494
|
"class": ['w-8 h-2 transition duration-200 rounded-0', 'focus:outline-none focus:outline-offset-0 focus:shadow-[0_0_0_0.2rem_rgba(191,219,254,1)] dark:focus:shadow-[0_0_0_0.2rem_rgba(147,197,253,0.5)]', {
|
|
2487
2495
|
'bg-gray-200 hover:bg-gray-300 dark:bg-gray-700 dark:hover:bg-gray-600': !context.highlighted,
|
|
@@ -2503,9 +2511,9 @@ var index = {
|
|
|
2503
2511
|
node: {
|
|
2504
2512
|
"class": 'p-1 outline-none'
|
|
2505
2513
|
},
|
|
2506
|
-
content: function content(
|
|
2507
|
-
var context =
|
|
2508
|
-
props =
|
|
2514
|
+
content: function content(_ref116) {
|
|
2515
|
+
var context = _ref116.context,
|
|
2516
|
+
props = _ref116.props;
|
|
2509
2517
|
return {
|
|
2510
2518
|
"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)]', {
|
|
2511
2519
|
'bg-blue-50 text-blue-600': context.selected
|
|
@@ -2514,8 +2522,8 @@ var index = {
|
|
|
2514
2522
|
}]
|
|
2515
2523
|
};
|
|
2516
2524
|
},
|
|
2517
|
-
toggler: function toggler(
|
|
2518
|
-
var context =
|
|
2525
|
+
toggler: function toggler(_ref117) {
|
|
2526
|
+
var context = _ref117.context;
|
|
2519
2527
|
return {
|
|
2520
2528
|
"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)]', {
|
|
2521
2529
|
'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,
|
|
@@ -2528,9 +2536,9 @@ var index = {
|
|
|
2528
2536
|
checkboxcontainer: {
|
|
2529
2537
|
"class": 'mr-2'
|
|
2530
2538
|
},
|
|
2531
|
-
checkbox: function checkbox(
|
|
2532
|
-
var context =
|
|
2533
|
-
props =
|
|
2539
|
+
checkbox: function checkbox(_ref118) {
|
|
2540
|
+
var context = _ref118.context,
|
|
2541
|
+
props = _ref118.props;
|
|
2534
2542
|
return {
|
|
2535
2543
|
"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', {
|
|
2536
2544
|
'border-gray-300 bg-white dark:border-blue-900/40 dark:bg-gray-900': !context.checked,
|
|
@@ -2559,8 +2567,8 @@ var index = {
|
|
|
2559
2567
|
},
|
|
2560
2568
|
// DATA
|
|
2561
2569
|
timeline: {
|
|
2562
|
-
root: function root(
|
|
2563
|
-
var props =
|
|
2570
|
+
root: function root(_ref119) {
|
|
2571
|
+
var props = _ref119.props;
|
|
2564
2572
|
return {
|
|
2565
2573
|
"class": ['flex grow', {
|
|
2566
2574
|
'flex-col': props.layout === 'vertical',
|
|
@@ -2568,9 +2576,9 @@ var index = {
|
|
|
2568
2576
|
}]
|
|
2569
2577
|
};
|
|
2570
2578
|
},
|
|
2571
|
-
event: function event(
|
|
2572
|
-
var props =
|
|
2573
|
-
context =
|
|
2579
|
+
event: function event(_ref120) {
|
|
2580
|
+
var props = _ref120.props,
|
|
2581
|
+
context = _ref120.context;
|
|
2574
2582
|
return {
|
|
2575
2583
|
"class": ['flex relative min-h-[70px]', {
|
|
2576
2584
|
'flex-row-reverse': props.align === 'right' || props.layout === 'vertical' && props.align === 'alternate' && context.index % 2 === 1,
|
|
@@ -2579,9 +2587,9 @@ var index = {
|
|
|
2579
2587
|
}]
|
|
2580
2588
|
};
|
|
2581
2589
|
},
|
|
2582
|
-
opposite: function opposite(
|
|
2583
|
-
var props =
|
|
2584
|
-
context =
|
|
2590
|
+
opposite: function opposite(_ref121) {
|
|
2591
|
+
var props = _ref121.props,
|
|
2592
|
+
context = _ref121.context;
|
|
2585
2593
|
return {
|
|
2586
2594
|
"class": ['flex-1', {
|
|
2587
2595
|
'px-4': props.layout === 'vertical',
|
|
@@ -2592,8 +2600,8 @@ var index = {
|
|
|
2592
2600
|
}]
|
|
2593
2601
|
};
|
|
2594
2602
|
},
|
|
2595
|
-
separator: function separator(
|
|
2596
|
-
var props =
|
|
2603
|
+
separator: function separator(_ref122) {
|
|
2604
|
+
var props = _ref122.props;
|
|
2597
2605
|
return {
|
|
2598
2606
|
"class": ['flex items-center flex-initial', {
|
|
2599
2607
|
'flex-col': props.layout === 'vertical',
|
|
@@ -2604,8 +2612,8 @@ var index = {
|
|
|
2604
2612
|
marker: {
|
|
2605
2613
|
"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'
|
|
2606
2614
|
},
|
|
2607
|
-
connector: function connector(
|
|
2608
|
-
var props =
|
|
2615
|
+
connector: function connector(_ref123) {
|
|
2616
|
+
var props = _ref123.props;
|
|
2609
2617
|
return {
|
|
2610
2618
|
"class": ['grow bg-gray-300 dark:bg-blue-900/40', {
|
|
2611
2619
|
'w-[2px]': props.layout === 'vertical',
|
|
@@ -2613,9 +2621,9 @@ var index = {
|
|
|
2613
2621
|
}]
|
|
2614
2622
|
};
|
|
2615
2623
|
},
|
|
2616
|
-
content: function content(
|
|
2617
|
-
var props =
|
|
2618
|
-
context =
|
|
2624
|
+
content: function content(_ref124) {
|
|
2625
|
+
var props = _ref124.props,
|
|
2626
|
+
context = _ref124.context;
|
|
2619
2627
|
return {
|
|
2620
2628
|
"class": ['flex-1', {
|
|
2621
2629
|
'px-4': props.layout === 'vertical',
|
|
@@ -2644,16 +2652,16 @@ var index = {
|
|
|
2644
2652
|
}
|
|
2645
2653
|
},
|
|
2646
2654
|
dataviewlayoutoptions: {
|
|
2647
|
-
listbutton: function listbutton(
|
|
2648
|
-
var props =
|
|
2655
|
+
listbutton: function listbutton(_ref125) {
|
|
2656
|
+
var props = _ref125.props;
|
|
2649
2657
|
return {
|
|
2650
2658
|
"class": ['items-center cursor-pointer inline-flex overflow-hidden relative select-none text-center align-bottom justify-center border', 'transition duration-200', 'w-12 pt-3 pb-3 rounded-lg rounded-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
|
|
2651
2659
|
]
|
|
2652
2660
|
};
|
|
2653
2661
|
},
|
|
2654
2662
|
|
|
2655
|
-
gridbutton: function gridbutton(
|
|
2656
|
-
var props =
|
|
2663
|
+
gridbutton: function gridbutton(_ref126) {
|
|
2664
|
+
var props = _ref126.props;
|
|
2657
2665
|
return {
|
|
2658
2666
|
"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
|
|
2659
2667
|
]
|
|
@@ -2681,8 +2689,8 @@ var index = {
|
|
|
2681
2689
|
]
|
|
2682
2690
|
},
|
|
2683
2691
|
|
|
2684
|
-
lineleft: function lineleft(
|
|
2685
|
-
var context =
|
|
2692
|
+
lineleft: function lineleft(_ref127) {
|
|
2693
|
+
var context = _ref127.context;
|
|
2686
2694
|
return {
|
|
2687
2695
|
"class": ['text-center align-top py-0 px-3 rounded-none border-r border-gray-300', 'dark:border-blue-900/40',
|
|
2688
2696
|
//Dark Mode
|
|
@@ -2691,8 +2699,8 @@ var index = {
|
|
|
2691
2699
|
}]
|
|
2692
2700
|
};
|
|
2693
2701
|
},
|
|
2694
|
-
lineright: function lineright(
|
|
2695
|
-
var context =
|
|
2702
|
+
lineright: function lineright(_ref128) {
|
|
2703
|
+
var context = _ref128.context;
|
|
2696
2704
|
return {
|
|
2697
2705
|
"class": ['text-center align-top py-0 px-3 rounded-none', 'dark:border-blue-900/40',
|
|
2698
2706
|
//Dark Mode
|
|
@@ -2721,8 +2729,8 @@ var index = {
|
|
|
2721
2729
|
"class": 'flex flex-col justify-center p-5'
|
|
2722
2730
|
},
|
|
2723
2731
|
moveupbutton: {
|
|
2724
|
-
root: function root(
|
|
2725
|
-
var context =
|
|
2732
|
+
root: function root(_ref129) {
|
|
2733
|
+
var context = _ref129.context;
|
|
2726
2734
|
return {
|
|
2727
2735
|
"class": ['relative inline-flex cursor-pointer user-select-none items-center align-bottom text-center overflow-hidden m-0',
|
|
2728
2736
|
// button component
|
|
@@ -2742,8 +2750,8 @@ var index = {
|
|
|
2742
2750
|
}
|
|
2743
2751
|
},
|
|
2744
2752
|
movetopbutton: {
|
|
2745
|
-
root: function root(
|
|
2746
|
-
var context =
|
|
2753
|
+
root: function root(_ref130) {
|
|
2754
|
+
var context = _ref130.context;
|
|
2747
2755
|
return {
|
|
2748
2756
|
"class": ['relative inline-flex cursor-pointer user-select-none items-center align-bottom text-center overflow-hidden m-0',
|
|
2749
2757
|
// button component
|
|
@@ -2763,8 +2771,8 @@ var index = {
|
|
|
2763
2771
|
}
|
|
2764
2772
|
},
|
|
2765
2773
|
movedownbutton: {
|
|
2766
|
-
root: function root(
|
|
2767
|
-
var context =
|
|
2774
|
+
root: function root(_ref131) {
|
|
2775
|
+
var context = _ref131.context;
|
|
2768
2776
|
return {
|
|
2769
2777
|
"class": ['relative inline-flex cursor-pointer user-select-none items-center align-bottom text-center overflow-hidden m-0',
|
|
2770
2778
|
// button component
|
|
@@ -2784,8 +2792,8 @@ var index = {
|
|
|
2784
2792
|
}
|
|
2785
2793
|
},
|
|
2786
2794
|
movebottombutton: {
|
|
2787
|
-
root: function root(
|
|
2788
|
-
var context =
|
|
2795
|
+
root: function root(_ref132) {
|
|
2796
|
+
var context = _ref132.context;
|
|
2789
2797
|
return {
|
|
2790
2798
|
"class": ['relative inline-flex cursor-pointer user-select-none items-center align-bottom text-center overflow-hidden m-0',
|
|
2791
2799
|
// button component
|
|
@@ -2817,8 +2825,8 @@ var index = {
|
|
|
2817
2825
|
]
|
|
2818
2826
|
},
|
|
2819
2827
|
|
|
2820
|
-
item: function item(
|
|
2821
|
-
var context =
|
|
2828
|
+
item: function item(_ref133) {
|
|
2829
|
+
var context = _ref133.context;
|
|
2822
2830
|
return {
|
|
2823
2831
|
"class": ['relative cursor-pointer overflow-hidden', 'py-3 px-5 m-0 border-none text-gray-600 dark:text-white/80', 'transition duration-200', {
|
|
2824
2832
|
'text-blue-700 bg-blue-500/20 dark:bg-blue-300/20': context.active && !context.focused,
|
|
@@ -2836,8 +2844,8 @@ var index = {
|
|
|
2836
2844
|
"class": 'flex flex-col justify-center p-5'
|
|
2837
2845
|
},
|
|
2838
2846
|
sourcemoveupbutton: {
|
|
2839
|
-
root: function root(
|
|
2840
|
-
var context =
|
|
2847
|
+
root: function root(_ref134) {
|
|
2848
|
+
var context = _ref134.context;
|
|
2841
2849
|
return {
|
|
2842
2850
|
"class": ['relative inline-flex cursor-pointer user-select-none items-center align-bottom text-center overflow-hidden m-0',
|
|
2843
2851
|
// button component
|
|
@@ -2857,8 +2865,8 @@ var index = {
|
|
|
2857
2865
|
}
|
|
2858
2866
|
},
|
|
2859
2867
|
sourcemovetopbutton: {
|
|
2860
|
-
root: function root(
|
|
2861
|
-
var context =
|
|
2868
|
+
root: function root(_ref135) {
|
|
2869
|
+
var context = _ref135.context;
|
|
2862
2870
|
return {
|
|
2863
2871
|
"class": ['relative inline-flex cursor-pointer user-select-none items-center align-bottom text-center overflow-hidden m-0',
|
|
2864
2872
|
// button component
|
|
@@ -2878,8 +2886,8 @@ var index = {
|
|
|
2878
2886
|
}
|
|
2879
2887
|
},
|
|
2880
2888
|
sourcemovedownbutton: {
|
|
2881
|
-
root: function root(
|
|
2882
|
-
var context =
|
|
2889
|
+
root: function root(_ref136) {
|
|
2890
|
+
var context = _ref136.context;
|
|
2883
2891
|
return {
|
|
2884
2892
|
"class": ['relative inline-flex cursor-pointer user-select-none items-center align-bottom text-center overflow-hidden m-0',
|
|
2885
2893
|
// button component
|
|
@@ -2899,8 +2907,8 @@ var index = {
|
|
|
2899
2907
|
}
|
|
2900
2908
|
},
|
|
2901
2909
|
sourcemovebottombutton: {
|
|
2902
|
-
root: function root(
|
|
2903
|
-
var context =
|
|
2910
|
+
root: function root(_ref137) {
|
|
2911
|
+
var context = _ref137.context;
|
|
2904
2912
|
return {
|
|
2905
2913
|
"class": ['relative inline-flex cursor-pointer user-select-none items-center align-bottom text-center overflow-hidden m-0',
|
|
2906
2914
|
// button component
|
|
@@ -2932,8 +2940,8 @@ var index = {
|
|
|
2932
2940
|
]
|
|
2933
2941
|
},
|
|
2934
2942
|
|
|
2935
|
-
item: function item(
|
|
2936
|
-
var context =
|
|
2943
|
+
item: function item(_ref138) {
|
|
2944
|
+
var context = _ref138.context;
|
|
2937
2945
|
return {
|
|
2938
2946
|
"class": ['relative cursor-pointer overflow-hidden', 'py-3 px-5 m-0 border-none text-gray-600 dark:text-white/80', 'transition duration-200', {
|
|
2939
2947
|
'text-blue-700 bg-blue-500/20 dark:bg-blue-300/20': context.active && !context.focused,
|
|
@@ -2946,8 +2954,8 @@ var index = {
|
|
|
2946
2954
|
"class": 'flex flex-col justify-center p-5'
|
|
2947
2955
|
},
|
|
2948
2956
|
movetotargetbutton: {
|
|
2949
|
-
root: function root(
|
|
2950
|
-
var context =
|
|
2957
|
+
root: function root(_ref139) {
|
|
2958
|
+
var context = _ref139.context;
|
|
2951
2959
|
return {
|
|
2952
2960
|
"class": ['relative inline-flex cursor-pointer user-select-none items-center align-bottom text-center overflow-hidden m-0',
|
|
2953
2961
|
// button component
|
|
@@ -2967,8 +2975,8 @@ var index = {
|
|
|
2967
2975
|
}
|
|
2968
2976
|
},
|
|
2969
2977
|
movealltotargetbutton: {
|
|
2970
|
-
root: function root(
|
|
2971
|
-
var context =
|
|
2978
|
+
root: function root(_ref140) {
|
|
2979
|
+
var context = _ref140.context;
|
|
2972
2980
|
return {
|
|
2973
2981
|
"class": ['relative inline-flex cursor-pointer user-select-none items-center align-bottom text-center overflow-hidden m-0',
|
|
2974
2982
|
// button component
|
|
@@ -2988,8 +2996,8 @@ var index = {
|
|
|
2988
2996
|
}
|
|
2989
2997
|
},
|
|
2990
2998
|
movetosourcebutton: {
|
|
2991
|
-
root: function root(
|
|
2992
|
-
var context =
|
|
2999
|
+
root: function root(_ref141) {
|
|
3000
|
+
var context = _ref141.context;
|
|
2993
3001
|
return {
|
|
2994
3002
|
"class": ['relative inline-flex cursor-pointer user-select-none items-center align-bottom text-center overflow-hidden m-0',
|
|
2995
3003
|
// button component
|
|
@@ -3009,8 +3017,8 @@ var index = {
|
|
|
3009
3017
|
}
|
|
3010
3018
|
},
|
|
3011
3019
|
movealltosourcebutton: {
|
|
3012
|
-
root: function root(
|
|
3013
|
-
var context =
|
|
3020
|
+
root: function root(_ref142) {
|
|
3021
|
+
var context = _ref142.context;
|
|
3014
3022
|
return {
|
|
3015
3023
|
"class": ['relative inline-flex cursor-pointer user-select-none items-center align-bottom text-center overflow-hidden m-0',
|
|
3016
3024
|
// button component
|
|
@@ -3033,8 +3041,8 @@ var index = {
|
|
|
3033
3041
|
"class": 'flex flex-col justify-center p-5'
|
|
3034
3042
|
},
|
|
3035
3043
|
targetmoveupbutton: {
|
|
3036
|
-
root: function root(
|
|
3037
|
-
var context =
|
|
3044
|
+
root: function root(_ref143) {
|
|
3045
|
+
var context = _ref143.context;
|
|
3038
3046
|
return {
|
|
3039
3047
|
"class": ['relative inline-flex cursor-pointer user-select-none items-center align-bottom text-center overflow-hidden m-0',
|
|
3040
3048
|
// button component
|
|
@@ -3054,8 +3062,8 @@ var index = {
|
|
|
3054
3062
|
}
|
|
3055
3063
|
},
|
|
3056
3064
|
targetmovetopbutton: {
|
|
3057
|
-
root: function root(
|
|
3058
|
-
var context =
|
|
3065
|
+
root: function root(_ref144) {
|
|
3066
|
+
var context = _ref144.context;
|
|
3059
3067
|
return {
|
|
3060
3068
|
"class": ['relative inline-flex cursor-pointer user-select-none items-center align-bottom text-center overflow-hidden m-0',
|
|
3061
3069
|
// button component
|
|
@@ -3075,8 +3083,8 @@ var index = {
|
|
|
3075
3083
|
}
|
|
3076
3084
|
},
|
|
3077
3085
|
targetmovedownbutton: {
|
|
3078
|
-
root: function root(
|
|
3079
|
-
var context =
|
|
3086
|
+
root: function root(_ref145) {
|
|
3087
|
+
var context = _ref145.context;
|
|
3080
3088
|
return {
|
|
3081
3089
|
"class": ['relative inline-flex cursor-pointer user-select-none items-center align-bottom text-center overflow-hidden m-0',
|
|
3082
3090
|
// button component
|
|
@@ -3096,8 +3104,8 @@ var index = {
|
|
|
3096
3104
|
}
|
|
3097
3105
|
},
|
|
3098
3106
|
targetmovebottombutton: {
|
|
3099
|
-
root: function root(
|
|
3100
|
-
var context =
|
|
3107
|
+
root: function root(_ref146) {
|
|
3108
|
+
var context = _ref146.context;
|
|
3101
3109
|
return {
|
|
3102
3110
|
"class": ['relative inline-flex cursor-pointer user-select-none items-center align-bottom text-center overflow-hidden m-0',
|
|
3103
3111
|
// button component
|
|
@@ -3142,8 +3150,8 @@ var index = {
|
|
|
3142
3150
|
]
|
|
3143
3151
|
},
|
|
3144
3152
|
|
|
3145
|
-
firstpagebutton: function firstpagebutton(
|
|
3146
|
-
var context =
|
|
3153
|
+
firstpagebutton: function firstpagebutton(_ref147) {
|
|
3154
|
+
var context = _ref147.context;
|
|
3147
3155
|
return {
|
|
3148
3156
|
"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',
|
|
3149
3157
|
//Dark Mode
|
|
@@ -3154,8 +3162,8 @@ var index = {
|
|
|
3154
3162
|
};
|
|
3155
3163
|
},
|
|
3156
3164
|
|
|
3157
|
-
previouspagebutton: function previouspagebutton(
|
|
3158
|
-
var context =
|
|
3165
|
+
previouspagebutton: function previouspagebutton(_ref148) {
|
|
3166
|
+
var context = _ref148.context;
|
|
3159
3167
|
return {
|
|
3160
3168
|
"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',
|
|
3161
3169
|
//Dark Mode
|
|
@@ -3166,8 +3174,8 @@ var index = {
|
|
|
3166
3174
|
};
|
|
3167
3175
|
},
|
|
3168
3176
|
|
|
3169
|
-
nextpagebutton: function nextpagebutton(
|
|
3170
|
-
var context =
|
|
3177
|
+
nextpagebutton: function nextpagebutton(_ref149) {
|
|
3178
|
+
var context = _ref149.context;
|
|
3171
3179
|
return {
|
|
3172
3180
|
"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',
|
|
3173
3181
|
//Dark Mode
|
|
@@ -3178,8 +3186,8 @@ var index = {
|
|
|
3178
3186
|
};
|
|
3179
3187
|
},
|
|
3180
3188
|
|
|
3181
|
-
lastpagebutton: function lastpagebutton(
|
|
3182
|
-
var context =
|
|
3189
|
+
lastpagebutton: function lastpagebutton(_ref150) {
|
|
3190
|
+
var context = _ref150.context;
|
|
3183
3191
|
return {
|
|
3184
3192
|
"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',
|
|
3185
3193
|
//Dark Mode
|
|
@@ -3190,8 +3198,8 @@ var index = {
|
|
|
3190
3198
|
};
|
|
3191
3199
|
},
|
|
3192
3200
|
|
|
3193
|
-
pagebutton: function pagebutton(
|
|
3194
|
-
var context =
|
|
3201
|
+
pagebutton: function pagebutton(_ref151) {
|
|
3202
|
+
var context = _ref151.context;
|
|
3195
3203
|
return {
|
|
3196
3204
|
"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',
|
|
3197
3205
|
// Dark Mode
|
|
@@ -3203,9 +3211,9 @@ var index = {
|
|
|
3203
3211
|
};
|
|
3204
3212
|
},
|
|
3205
3213
|
rowperpagedropdown: {
|
|
3206
|
-
root: function root(
|
|
3207
|
-
var props =
|
|
3208
|
-
state =
|
|
3214
|
+
root: function root(_ref152) {
|
|
3215
|
+
var props = _ref152.props,
|
|
3216
|
+
state = _ref152.state;
|
|
3209
3217
|
return {
|
|
3210
3218
|
"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',
|
|
3211
3219
|
//DarkMode
|
|
@@ -3237,8 +3245,8 @@ var index = {
|
|
|
3237
3245
|
list: {
|
|
3238
3246
|
"class": 'm-0 p-0 py-3 list-none'
|
|
3239
3247
|
},
|
|
3240
|
-
item: function item(
|
|
3241
|
-
var context =
|
|
3248
|
+
item: function item(_ref153) {
|
|
3249
|
+
var context = _ref153.context;
|
|
3242
3250
|
return {
|
|
3243
3251
|
"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',
|
|
3244
3252
|
// Dark Mode
|
|
@@ -3261,9 +3269,9 @@ var index = {
|
|
|
3261
3269
|
}
|
|
3262
3270
|
},
|
|
3263
3271
|
jumptopagedropdown: {
|
|
3264
|
-
root: function root(
|
|
3265
|
-
var props =
|
|
3266
|
-
state =
|
|
3272
|
+
root: function root(_ref154) {
|
|
3273
|
+
var props = _ref154.props,
|
|
3274
|
+
state = _ref154.state;
|
|
3267
3275
|
return {
|
|
3268
3276
|
"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',
|
|
3269
3277
|
//DarkMode
|
|
@@ -3295,8 +3303,8 @@ var index = {
|
|
|
3295
3303
|
list: {
|
|
3296
3304
|
"class": 'm-0 p-0 py-3 list-none'
|
|
3297
3305
|
},
|
|
3298
|
-
item: function item(
|
|
3299
|
-
var context =
|
|
3306
|
+
item: function item(_ref155) {
|
|
3307
|
+
var context = _ref155.context;
|
|
3300
3308
|
return {
|
|
3301
3309
|
"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',
|
|
3302
3310
|
// Dark Mode
|
|
@@ -3310,8 +3318,8 @@ var index = {
|
|
|
3310
3318
|
}
|
|
3311
3319
|
},
|
|
3312
3320
|
treetable: {
|
|
3313
|
-
root: function root(
|
|
3314
|
-
var props =
|
|
3321
|
+
root: function root(_ref156) {
|
|
3322
|
+
var props = _ref156.props;
|
|
3315
3323
|
return {
|
|
3316
3324
|
"class": ['relative', {
|
|
3317
3325
|
'flex flex-col h-full': props.scrollHeight === 'flex'
|
|
@@ -3331,8 +3339,8 @@ var index = {
|
|
|
3331
3339
|
]
|
|
3332
3340
|
},
|
|
3333
3341
|
|
|
3334
|
-
wrapper: function wrapper(
|
|
3335
|
-
var props =
|
|
3342
|
+
wrapper: function wrapper(_ref157) {
|
|
3343
|
+
var props = _ref157.props;
|
|
3336
3344
|
return {
|
|
3337
3345
|
"class": [{
|
|
3338
3346
|
'relative overflow-auto': props.scrollable,
|
|
@@ -3348,40 +3356,40 @@ var index = {
|
|
|
3348
3356
|
table: {
|
|
3349
3357
|
"class": 'border-collapse table-fixed w-full'
|
|
3350
3358
|
},
|
|
3351
|
-
thead: function thead(
|
|
3352
|
-
var props =
|
|
3359
|
+
thead: function thead(_ref158) {
|
|
3360
|
+
var props = _ref158.props;
|
|
3353
3361
|
return {
|
|
3354
3362
|
"class": [{
|
|
3355
3363
|
'block sticky top-0 z-[1]': props.scrollable
|
|
3356
3364
|
}]
|
|
3357
3365
|
};
|
|
3358
3366
|
},
|
|
3359
|
-
tbody: function tbody(
|
|
3360
|
-
var props =
|
|
3367
|
+
tbody: function tbody(_ref159) {
|
|
3368
|
+
var props = _ref159.props;
|
|
3361
3369
|
return {
|
|
3362
3370
|
"class": [{
|
|
3363
3371
|
block: props.scrollable
|
|
3364
3372
|
}]
|
|
3365
3373
|
};
|
|
3366
3374
|
},
|
|
3367
|
-
tfoot: function tfoot(
|
|
3368
|
-
var props =
|
|
3375
|
+
tfoot: function tfoot(_ref160) {
|
|
3376
|
+
var props = _ref160.props;
|
|
3369
3377
|
return {
|
|
3370
3378
|
"class": [{
|
|
3371
3379
|
block: props.scrollable
|
|
3372
3380
|
}]
|
|
3373
3381
|
};
|
|
3374
3382
|
},
|
|
3375
|
-
headerrow: function headerrow(
|
|
3376
|
-
var props =
|
|
3383
|
+
headerrow: function headerrow(_ref161) {
|
|
3384
|
+
var props = _ref161.props;
|
|
3377
3385
|
return {
|
|
3378
3386
|
"class": [{
|
|
3379
3387
|
'flex flex-nowrap w-full': props.scrollable
|
|
3380
3388
|
}]
|
|
3381
3389
|
};
|
|
3382
3390
|
},
|
|
3383
|
-
row: function row(
|
|
3384
|
-
var context =
|
|
3391
|
+
row: function row(_ref162) {
|
|
3392
|
+
var context = _ref162.context;
|
|
3385
3393
|
return {
|
|
3386
3394
|
"class": ['transition duration-200', 'focus:outline focus:outline-[0.15rem] focus:outline-blue-200 focus:outline-offset-[-0.15rem]',
|
|
3387
3395
|
// Focus
|
|
@@ -3393,8 +3401,8 @@ var index = {
|
|
|
3393
3401
|
};
|
|
3394
3402
|
},
|
|
3395
3403
|
column: {
|
|
3396
|
-
headercell: function headercell(
|
|
3397
|
-
var context =
|
|
3404
|
+
headercell: function headercell(_ref163) {
|
|
3405
|
+
var context = _ref163.context;
|
|
3398
3406
|
return {
|
|
3399
3407
|
"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',
|
|
3400
3408
|
// Size
|
|
@@ -3409,8 +3417,8 @@ var index = {
|
|
|
3409
3417
|
}]
|
|
3410
3418
|
};
|
|
3411
3419
|
},
|
|
3412
|
-
bodycell: function bodycell(
|
|
3413
|
-
var context =
|
|
3420
|
+
bodycell: function bodycell(_ref164) {
|
|
3421
|
+
var context = _ref164.context;
|
|
3414
3422
|
return {
|
|
3415
3423
|
"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',
|
|
3416
3424
|
// Size
|
|
@@ -3425,16 +3433,16 @@ var index = {
|
|
|
3425
3433
|
}]
|
|
3426
3434
|
};
|
|
3427
3435
|
},
|
|
3428
|
-
rowtoggler: function rowtoggler(
|
|
3429
|
-
var context =
|
|
3436
|
+
rowtoggler: function rowtoggler(_ref165) {
|
|
3437
|
+
var context = _ref165.context;
|
|
3430
3438
|
return {
|
|
3431
3439
|
"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
|
|
3432
3440
|
]
|
|
3433
3441
|
};
|
|
3434
3442
|
},
|
|
3435
3443
|
|
|
3436
|
-
sorticon: function sorticon(
|
|
3437
|
-
var context =
|
|
3444
|
+
sorticon: function sorticon(_ref166) {
|
|
3445
|
+
var context = _ref166.context;
|
|
3438
3446
|
return {
|
|
3439
3447
|
"class": ['ml-2', context.sorted ? 'text-blue-700 dark:text-white/80' : 'text-slate-700 dark:text-white/70']
|
|
3440
3448
|
};
|
|
@@ -3450,16 +3458,16 @@ var index = {
|
|
|
3450
3458
|
checkboxwrapper: {
|
|
3451
3459
|
"class": ['cursor-pointer inline-flex relative select-none align-bottom', 'w-6 h-6 mr-2']
|
|
3452
3460
|
},
|
|
3453
|
-
checkbox: function checkbox(
|
|
3454
|
-
var context =
|
|
3461
|
+
checkbox: function checkbox(_ref167) {
|
|
3462
|
+
var context = _ref167.context;
|
|
3455
3463
|
return {
|
|
3456
3464
|
"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', {
|
|
3457
3465
|
'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
|
|
3458
3466
|
}]
|
|
3459
3467
|
};
|
|
3460
3468
|
},
|
|
3461
|
-
checkboxicon: function checkboxicon(
|
|
3462
|
-
var context =
|
|
3469
|
+
checkboxicon: function checkboxicon(_ref168) {
|
|
3470
|
+
var context = _ref168.context;
|
|
3463
3471
|
return {
|
|
3464
3472
|
"class": ['w-4 h-4 transition-all duration-200 text-base dark:text-gray-900', {
|
|
3465
3473
|
'text-white': context.checked
|
|
@@ -3472,8 +3480,8 @@ var index = {
|
|
|
3472
3480
|
}
|
|
3473
3481
|
},
|
|
3474
3482
|
datatable: {
|
|
3475
|
-
root: function root(
|
|
3476
|
-
var props =
|
|
3483
|
+
root: function root(_ref169) {
|
|
3484
|
+
var props = _ref169.props;
|
|
3477
3485
|
return {
|
|
3478
3486
|
"class": ['relative', {
|
|
3479
3487
|
'flex flex-col h-full': props.scrollable && props.scrollHeight === 'flex'
|
|
@@ -3488,8 +3496,8 @@ var index = {
|
|
|
3488
3496
|
loadingicon: {
|
|
3489
3497
|
"class": 'w-8 h-8'
|
|
3490
3498
|
},
|
|
3491
|
-
wrapper: function wrapper(
|
|
3492
|
-
var props =
|
|
3499
|
+
wrapper: function wrapper(_ref170) {
|
|
3500
|
+
var props = _ref170.props;
|
|
3493
3501
|
return {
|
|
3494
3502
|
"class": [{
|
|
3495
3503
|
relative: props.scrollable,
|
|
@@ -3497,8 +3505,8 @@ var index = {
|
|
|
3497
3505
|
}]
|
|
3498
3506
|
};
|
|
3499
3507
|
},
|
|
3500
|
-
header: function header(
|
|
3501
|
-
var props =
|
|
3508
|
+
header: function header(_ref171) {
|
|
3509
|
+
var props = _ref171.props;
|
|
3502
3510
|
return {
|
|
3503
3511
|
"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',
|
|
3504
3512
|
// Dark Mode
|
|
@@ -3508,25 +3516,25 @@ var index = {
|
|
|
3508
3516
|
table: {
|
|
3509
3517
|
"class": 'w-full border-spacing-0'
|
|
3510
3518
|
},
|
|
3511
|
-
thead: function thead(
|
|
3512
|
-
var context =
|
|
3519
|
+
thead: function thead(_ref172) {
|
|
3520
|
+
var context = _ref172.context;
|
|
3513
3521
|
return {
|
|
3514
3522
|
"class": [{
|
|
3515
3523
|
'bg-slate-50 top-0 z-[1]': context.scrollable
|
|
3516
3524
|
}]
|
|
3517
3525
|
};
|
|
3518
3526
|
},
|
|
3519
|
-
tbody: function tbody(
|
|
3520
|
-
var instance =
|
|
3521
|
-
context =
|
|
3527
|
+
tbody: function tbody(_ref173) {
|
|
3528
|
+
var instance = _ref173.instance,
|
|
3529
|
+
context = _ref173.context;
|
|
3522
3530
|
return {
|
|
3523
3531
|
"class": [{
|
|
3524
3532
|
'sticky z-[1]': instance.frozenRow && context.scrollable
|
|
3525
3533
|
}]
|
|
3526
3534
|
};
|
|
3527
3535
|
},
|
|
3528
|
-
tfoot: function tfoot(
|
|
3529
|
-
var context =
|
|
3536
|
+
tfoot: function tfoot(_ref174) {
|
|
3537
|
+
var context = _ref174.context;
|
|
3530
3538
|
return {
|
|
3531
3539
|
"class": [{
|
|
3532
3540
|
'bg-slate-50 bottom-0 z-[1]': context.scrollable
|
|
@@ -3539,9 +3547,9 @@ var index = {
|
|
|
3539
3547
|
},
|
|
3540
3548
|
|
|
3541
3549
|
column: {
|
|
3542
|
-
headercell: function headercell(
|
|
3543
|
-
var context =
|
|
3544
|
-
props =
|
|
3550
|
+
headercell: function headercell(_ref175) {
|
|
3551
|
+
var context = _ref175.context,
|
|
3552
|
+
props = _ref175.props;
|
|
3545
3553
|
return {
|
|
3546
3554
|
"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',
|
|
3547
3555
|
// Size
|
|
@@ -3561,9 +3569,9 @@ var index = {
|
|
|
3561
3569
|
headercontent: {
|
|
3562
3570
|
"class": 'flex items-center'
|
|
3563
3571
|
},
|
|
3564
|
-
bodycell: function bodycell(
|
|
3565
|
-
var props =
|
|
3566
|
-
context =
|
|
3572
|
+
bodycell: function bodycell(_ref176) {
|
|
3573
|
+
var props = _ref176.props,
|
|
3574
|
+
context = _ref176.context;
|
|
3567
3575
|
return {
|
|
3568
3576
|
"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',
|
|
3569
3577
|
// Size
|
|
@@ -3576,8 +3584,8 @@ var index = {
|
|
|
3576
3584
|
}]
|
|
3577
3585
|
};
|
|
3578
3586
|
},
|
|
3579
|
-
footercell: function footercell(
|
|
3580
|
-
var context =
|
|
3587
|
+
footercell: function footercell(_ref177) {
|
|
3588
|
+
var context = _ref177.context;
|
|
3581
3589
|
return {
|
|
3582
3590
|
"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',
|
|
3583
3591
|
// Size
|
|
@@ -3588,8 +3596,8 @@ var index = {
|
|
|
3588
3596
|
}]
|
|
3589
3597
|
};
|
|
3590
3598
|
},
|
|
3591
|
-
sorticon: function sorticon(
|
|
3592
|
-
var context =
|
|
3599
|
+
sorticon: function sorticon(_ref178) {
|
|
3600
|
+
var context = _ref178.context;
|
|
3593
3601
|
return {
|
|
3594
3602
|
"class": ['ml-2', context.sorted ? 'text-blue-700 dark:text-white/80' : 'text-slate-700 dark:text-white/70']
|
|
3595
3603
|
};
|
|
@@ -3615,8 +3623,8 @@ var index = {
|
|
|
3615
3623
|
filterrowitems: {
|
|
3616
3624
|
"class": 'm-0 p-0 py-3 list-none'
|
|
3617
3625
|
},
|
|
3618
|
-
filterrowitem: function filterrowitem(
|
|
3619
|
-
var context =
|
|
3626
|
+
filterrowitem: function filterrowitem(_ref179) {
|
|
3627
|
+
var context = _ref179.context;
|
|
3620
3628
|
return {
|
|
3621
3629
|
"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']
|
|
3622
3630
|
};
|
|
@@ -3669,8 +3677,8 @@ var index = {
|
|
|
3669
3677
|
"class": 'w-auto min-[0px]:text-sm px-4 py-3'
|
|
3670
3678
|
}
|
|
3671
3679
|
},
|
|
3672
|
-
filtermenubutton: function filtermenubutton(
|
|
3673
|
-
var context =
|
|
3680
|
+
filtermenubutton: function filtermenubutton(_ref180) {
|
|
3681
|
+
var context = _ref180.context;
|
|
3674
3682
|
return {
|
|
3675
3683
|
"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',
|
|
3676
3684
|
// Hover
|
|
@@ -3683,8 +3691,8 @@ var index = {
|
|
|
3683
3691
|
}]
|
|
3684
3692
|
};
|
|
3685
3693
|
},
|
|
3686
|
-
headerfilterclearbutton: function headerfilterclearbutton(
|
|
3687
|
-
var context =
|
|
3694
|
+
headerfilterclearbutton: function headerfilterclearbutton(_ref181) {
|
|
3695
|
+
var context = _ref181.context;
|
|
3688
3696
|
return {
|
|
3689
3697
|
"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', {
|
|
3690
3698
|
invisible: !context.hidden
|
|
@@ -3727,8 +3735,8 @@ var index = {
|
|
|
3727
3735
|
radiobuttonwrapper: {
|
|
3728
3736
|
"class": ['relative inline-flex cursor-pointer select-none align-bottom', 'w-6 h-6']
|
|
3729
3737
|
},
|
|
3730
|
-
radiobutton: function radiobutton(
|
|
3731
|
-
var context =
|
|
3738
|
+
radiobutton: function radiobutton(_ref182) {
|
|
3739
|
+
var context = _ref182.context;
|
|
3732
3740
|
return {
|
|
3733
3741
|
"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', {
|
|
3734
3742
|
'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,
|
|
@@ -3736,8 +3744,8 @@ var index = {
|
|
|
3736
3744
|
}]
|
|
3737
3745
|
};
|
|
3738
3746
|
},
|
|
3739
|
-
radiobuttonicon: function radiobuttonicon(
|
|
3740
|
-
var context =
|
|
3747
|
+
radiobuttonicon: function radiobuttonicon(_ref183) {
|
|
3748
|
+
var context = _ref183.context;
|
|
3741
3749
|
return {
|
|
3742
3750
|
"class": ['transform rounded-full', 'block w-3 h-3 transition duration-200 bg-white dark:bg-gray-900', {
|
|
3743
3751
|
'backface-hidden scale-10 invisible': context.checked === false,
|
|
@@ -3748,8 +3756,8 @@ var index = {
|
|
|
3748
3756
|
headercheckboxwrapper: {
|
|
3749
3757
|
"class": ['cursor-pointer inline-flex relative select-none align-bottom', 'w-6 h-6']
|
|
3750
3758
|
},
|
|
3751
|
-
headercheckbox: function headercheckbox(
|
|
3752
|
-
var context =
|
|
3759
|
+
headercheckbox: function headercheckbox(_ref184) {
|
|
3760
|
+
var context = _ref184.context;
|
|
3753
3761
|
return {
|
|
3754
3762
|
"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', {
|
|
3755
3763
|
'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,
|
|
@@ -3763,8 +3771,8 @@ var index = {
|
|
|
3763
3771
|
checkboxwrapper: {
|
|
3764
3772
|
"class": ['cursor-pointer inline-flex relative select-none align-bottom', 'w-6 h-6']
|
|
3765
3773
|
},
|
|
3766
|
-
checkbox: function checkbox(
|
|
3767
|
-
var context =
|
|
3774
|
+
checkbox: function checkbox(_ref185) {
|
|
3775
|
+
var context = _ref185.context;
|
|
3768
3776
|
return {
|
|
3769
3777
|
"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', {
|
|
3770
3778
|
'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,
|
|
@@ -3777,8 +3785,8 @@ var index = {
|
|
|
3777
3785
|
},
|
|
3778
3786
|
transition: TRANSITIONS.overlay
|
|
3779
3787
|
},
|
|
3780
|
-
bodyrow: function bodyrow(
|
|
3781
|
-
var context =
|
|
3788
|
+
bodyrow: function bodyrow(_ref186) {
|
|
3789
|
+
var context = _ref186.context;
|
|
3782
3790
|
return {
|
|
3783
3791
|
"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]',
|
|
3784
3792
|
// Focus
|