primereact 10.0.2 → 10.0.4
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/README.md +1 -4
- package/autocomplete/autocomplete.cjs.js +4 -2
- package/autocomplete/autocomplete.cjs.min.js +1 -1
- package/autocomplete/autocomplete.esm.js +4 -2
- package/autocomplete/autocomplete.esm.min.js +1 -1
- package/autocomplete/autocomplete.js +4 -2
- package/autocomplete/autocomplete.min.js +1 -1
- package/blockui/blockui.cjs.js +3 -6
- package/blockui/blockui.cjs.min.js +1 -1
- package/blockui/blockui.esm.js +3 -6
- package/blockui/blockui.esm.min.js +1 -1
- package/blockui/blockui.js +3 -6
- package/blockui/blockui.min.js +1 -1
- package/calendar/calendar.cjs.js +11 -11
- package/calendar/calendar.cjs.min.js +1 -1
- package/calendar/calendar.esm.js +11 -11
- package/calendar/calendar.esm.min.js +1 -1
- package/calendar/calendar.js +11 -11
- package/calendar/calendar.min.js +1 -1
- package/carousel/carousel.cjs.js +3 -1
- package/carousel/carousel.cjs.min.js +1 -1
- package/carousel/carousel.esm.js +3 -1
- package/carousel/carousel.esm.min.js +1 -1
- package/carousel/carousel.js +3 -1
- package/carousel/carousel.min.js +1 -1
- package/checkbox/checkbox.d.ts +5 -5
- package/componentbase/componentbase.d.ts +8 -0
- package/contextmenu/contextmenu.cjs.js +4 -1
- package/contextmenu/contextmenu.cjs.min.js +1 -1
- package/contextmenu/contextmenu.esm.js +4 -1
- package/contextmenu/contextmenu.esm.min.js +1 -1
- package/contextmenu/contextmenu.js +4 -1
- package/contextmenu/contextmenu.min.js +1 -1
- package/core/core.js +288 -31
- package/core/core.min.js +8 -8
- package/datatable/datatable.cjs.js +92 -41
- package/datatable/datatable.cjs.min.js +1 -1
- package/datatable/datatable.d.ts +27 -0
- package/datatable/datatable.esm.js +92 -41
- package/datatable/datatable.esm.min.js +1 -1
- package/datatable/datatable.js +92 -41
- package/datatable/datatable.min.js +1 -1
- package/dataview/dataview.cjs.js +24 -22
- package/dataview/dataview.cjs.min.js +1 -1
- package/dataview/dataview.esm.js +24 -22
- package/dataview/dataview.esm.min.js +1 -1
- package/dataview/dataview.js +24 -22
- package/dataview/dataview.min.js +1 -1
- package/dialog/dialog.cjs.js +2 -4
- package/dialog/dialog.cjs.min.js +1 -1
- package/dialog/dialog.esm.js +2 -4
- package/dialog/dialog.esm.min.js +1 -1
- package/dialog/dialog.js +2 -4
- package/dialog/dialog.min.js +1 -1
- package/dropdown/dropdown.cjs.js +29 -17
- package/dropdown/dropdown.cjs.min.js +1 -1
- package/dropdown/dropdown.esm.js +29 -17
- package/dropdown/dropdown.esm.min.js +1 -1
- package/dropdown/dropdown.js +29 -17
- package/dropdown/dropdown.min.js +1 -1
- package/editor/editor.cjs.js +1 -1
- package/editor/editor.cjs.min.js +1 -1
- package/editor/editor.esm.js +1 -1
- package/editor/editor.esm.min.js +1 -1
- package/editor/editor.js +1 -1
- package/editor/editor.min.js +1 -1
- package/fieldset/fieldset.cjs.js +2 -2
- package/fieldset/fieldset.cjs.min.js +1 -1
- package/fieldset/fieldset.esm.js +2 -2
- package/fieldset/fieldset.esm.min.js +1 -1
- package/fieldset/fieldset.js +3 -3
- package/fieldset/fieldset.min.js +1 -1
- package/galleria/galleria.cjs.js +3 -5
- package/galleria/galleria.cjs.min.js +1 -1
- package/galleria/galleria.esm.js +3 -5
- package/galleria/galleria.esm.min.js +1 -1
- package/galleria/galleria.js +3 -5
- package/galleria/galleria.min.js +1 -1
- package/hooks/hooks.cjs.js +2 -1
- package/hooks/hooks.cjs.min.js +1 -1
- package/hooks/hooks.d.ts +1 -1
- package/hooks/hooks.esm.js +2 -1
- package/hooks/hooks.esm.min.js +1 -1
- package/hooks/hooks.js +2 -1
- package/hooks/hooks.min.js +1 -1
- package/icons/arrowdown/index.cjs.js +7 -0
- package/icons/arrowdown/index.esm.js +7 -0
- package/icons/arrowdown/index.js +7 -0
- package/icons/arrowup/index.cjs.js +7 -0
- package/icons/arrowup/index.esm.js +7 -0
- package/icons/arrowup/index.js +7 -0
- package/icons/ban/index.cjs.js +7 -0
- package/icons/ban/index.esm.js +7 -0
- package/icons/ban/index.js +7 -0
- package/icons/download/index.cjs.js +7 -0
- package/icons/download/index.esm.js +7 -0
- package/icons/download/index.js +7 -0
- package/icons/exclamationtriangle/index.cjs.js +7 -0
- package/icons/exclamationtriangle/index.esm.js +7 -0
- package/icons/exclamationtriangle/index.js +7 -0
- package/icons/eyeslash/index.cjs.js +7 -0
- package/icons/eyeslash/index.esm.js +7 -0
- package/icons/eyeslash/index.js +7 -0
- package/icons/filter/index.cjs.js +7 -0
- package/icons/filter/index.esm.js +7 -0
- package/icons/filter/index.js +7 -0
- package/icons/filterslash/index.cjs.js +7 -0
- package/icons/filterslash/index.esm.js +7 -0
- package/icons/filterslash/index.js +7 -0
- package/icons/infocircle/index.cjs.js +7 -0
- package/icons/infocircle/index.esm.js +7 -0
- package/icons/infocircle/index.js +7 -0
- package/icons/pencil/index.cjs.js +7 -0
- package/icons/pencil/index.esm.js +7 -0
- package/icons/pencil/index.js +7 -0
- package/icons/plus/index.cjs.js +7 -0
- package/icons/plus/index.esm.js +7 -0
- package/icons/plus/index.js +7 -0
- package/icons/refresh/index.cjs.js +7 -0
- package/icons/refresh/index.esm.js +7 -0
- package/icons/refresh/index.js +7 -0
- package/icons/search/index.cjs.js +7 -0
- package/icons/search/index.esm.js +7 -0
- package/icons/search/index.js +7 -0
- package/icons/searchminus/index.cjs.js +7 -0
- package/icons/searchminus/index.esm.js +7 -0
- package/icons/searchminus/index.js +7 -0
- package/icons/searchplus/index.cjs.js +7 -0
- package/icons/searchplus/index.esm.js +7 -0
- package/icons/searchplus/index.js +7 -0
- package/icons/sortalt/index.cjs.js +7 -0
- package/icons/sortalt/index.esm.js +7 -0
- package/icons/sortalt/index.js +7 -0
- package/icons/sortamountdown/index.cjs.js +7 -0
- package/icons/sortamountdown/index.esm.js +7 -0
- package/icons/sortamountdown/index.js +7 -0
- package/icons/sortamountupalt/index.cjs.js +7 -0
- package/icons/sortamountupalt/index.esm.js +7 -0
- package/icons/sortamountupalt/index.js +7 -0
- package/icons/spinner/index.cjs.js +7 -0
- package/icons/spinner/index.esm.js +7 -0
- package/icons/spinner/index.js +7 -0
- package/icons/star/index.cjs.js +7 -0
- package/icons/star/index.esm.js +7 -0
- package/icons/star/index.js +7 -0
- package/icons/starfill/index.cjs.js +7 -0
- package/icons/starfill/index.esm.js +7 -0
- package/icons/starfill/index.js +7 -0
- package/icons/thlarge/index.cjs.js +7 -0
- package/icons/thlarge/index.esm.js +7 -0
- package/icons/thlarge/index.js +7 -0
- package/icons/timescircle/index.cjs.js +7 -0
- package/icons/timescircle/index.esm.js +7 -0
- package/icons/timescircle/index.js +7 -0
- package/icons/trash/index.cjs.js +7 -0
- package/icons/trash/index.esm.js +7 -0
- package/icons/trash/index.js +7 -0
- package/icons/undo/index.cjs.js +7 -0
- package/icons/undo/index.esm.js +7 -0
- package/icons/undo/index.js +7 -0
- package/icons/upload/index.cjs.js +7 -0
- package/icons/upload/index.esm.js +7 -0
- package/icons/upload/index.js +7 -0
- package/icons/windowmaximize/index.cjs.js +7 -0
- package/icons/windowmaximize/index.esm.js +7 -0
- package/icons/windowmaximize/index.js +7 -0
- package/icons/windowminimize/index.cjs.js +7 -0
- package/icons/windowminimize/index.esm.js +7 -0
- package/icons/windowminimize/index.js +7 -0
- package/image/image.cjs.js +111 -106
- package/image/image.cjs.min.js +1 -1
- package/image/image.esm.js +111 -106
- package/image/image.esm.min.js +1 -1
- package/image/image.js +112 -107
- package/image/image.min.js +1 -1
- package/inputnumber/inputnumber.cjs.js +7 -4
- package/inputnumber/inputnumber.cjs.min.js +1 -1
- package/inputnumber/inputnumber.esm.js +7 -4
- package/inputnumber/inputnumber.esm.min.js +1 -1
- package/inputnumber/inputnumber.js +7 -4
- package/inputnumber/inputnumber.min.js +1 -1
- package/menu/menu.cjs.js +105 -1
- package/menu/menu.cjs.min.js +1 -1
- package/menu/menu.d.ts +5 -0
- package/menu/menu.esm.js +108 -4
- package/menu/menu.esm.min.js +1 -1
- package/menu/menu.js +105 -1
- package/menu/menu.min.js +1 -1
- 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/messages/messages.cjs.js +4 -2
- package/messages/messages.cjs.min.js +1 -1
- package/messages/messages.esm.js +5 -3
- package/messages/messages.esm.min.js +1 -1
- package/messages/messages.js +4 -2
- package/messages/messages.min.js +1 -1
- package/multiselect/multiselect.cjs.js +26 -12
- package/multiselect/multiselect.cjs.min.js +1 -1
- package/multiselect/multiselect.d.ts +4 -0
- package/multiselect/multiselect.esm.js +26 -12
- package/multiselect/multiselect.esm.min.js +1 -1
- package/multiselect/multiselect.js +26 -12
- package/multiselect/multiselect.min.js +1 -1
- package/orderlist/orderlist.cjs.js +32 -34
- package/orderlist/orderlist.cjs.min.js +1 -1
- package/orderlist/orderlist.esm.js +32 -34
- package/orderlist/orderlist.esm.min.js +1 -1
- package/orderlist/orderlist.js +32 -34
- package/orderlist/orderlist.min.js +1 -1
- package/package.json +1 -1
- package/panel/panel.cjs.js +2 -2
- package/panel/panel.cjs.min.js +1 -1
- package/panel/panel.esm.js +2 -2
- package/panel/panel.esm.min.js +1 -1
- package/panel/panel.js +3 -3
- package/panel/panel.min.js +1 -1
- package/passthrough/tailwind/index.cjs.js +436 -373
- package/passthrough/tailwind/index.cjs.min.js +1 -1
- package/passthrough/tailwind/index.esm.js +436 -373
- package/passthrough/tailwind/index.esm.min.js +1 -1
- package/passthrough/tailwind/index.js +436 -373
- package/passthrough/tailwind/index.min.js +1 -1
- package/primereact.all.cjs.js +330 -191
- package/primereact.all.cjs.min.js +1 -1
- package/primereact.all.esm.js +330 -191
- package/primereact.all.esm.min.js +1 -1
- package/primereact.all.js +330 -191
- package/primereact.all.min.js +1 -1
- package/progressbar/progressbar.cjs.js +1 -1
- package/progressbar/progressbar.cjs.min.js +1 -1
- package/progressbar/progressbar.esm.js +1 -1
- package/progressbar/progressbar.esm.min.js +1 -1
- package/progressbar/progressbar.js +1 -1
- package/progressbar/progressbar.min.js +1 -1
- package/radiobutton/radiobutton.d.ts +3 -3
- package/resources/themes/arya-blue/theme.css +397 -518
- package/resources/themes/arya-green/theme.css +397 -518
- package/resources/themes/arya-orange/theme.css +397 -518
- package/resources/themes/arya-purple/theme.css +397 -518
- package/resources/themes/bootstrap4-dark-blue/theme.css +398 -518
- package/resources/themes/bootstrap4-dark-purple/theme.css +398 -518
- package/resources/themes/bootstrap4-light-blue/theme.css +398 -518
- package/resources/themes/bootstrap4-light-purple/theme.css +398 -518
- package/resources/themes/fluent-light/theme.css +424 -529
- package/resources/themes/lara-dark-blue/theme.css +402 -518
- package/resources/themes/lara-dark-indigo/theme.css +402 -518
- package/resources/themes/lara-dark-purple/theme.css +402 -518
- package/resources/themes/lara-dark-teal/theme.css +402 -518
- package/resources/themes/lara-light-blue/theme.css +571 -687
- package/resources/themes/lara-light-indigo/theme.css +409 -525
- package/resources/themes/lara-light-purple/theme.css +409 -525
- package/resources/themes/lara-light-teal/theme.css +409 -525
- package/resources/themes/luna-amber/theme.css +411 -531
- package/resources/themes/luna-blue/theme.css +411 -531
- package/resources/themes/luna-green/theme.css +411 -531
- package/resources/themes/luna-pink/theme.css +411 -531
- package/resources/themes/md-dark-deeppurple/theme.css +669 -739
- package/resources/themes/md-dark-indigo/theme.css +669 -739
- package/resources/themes/md-light-deeppurple/theme.css +574 -644
- package/resources/themes/md-light-indigo/theme.css +574 -644
- package/resources/themes/mdc-dark-deeppurple/theme.css +669 -739
- package/resources/themes/mdc-dark-indigo/theme.css +669 -739
- package/resources/themes/mdc-light-deeppurple/theme.css +574 -644
- package/resources/themes/mdc-light-indigo/theme.css +574 -644
- package/resources/themes/mira/theme.css +435 -525
- package/resources/themes/nano/theme.css +395 -518
- package/resources/themes/nova/theme.css +399 -518
- package/resources/themes/nova-accent/theme.css +396 -518
- package/resources/themes/nova-alt/theme.css +399 -518
- package/resources/themes/rhea/theme.css +396 -518
- package/resources/themes/saga-blue/theme.css +397 -518
- package/resources/themes/saga-green/theme.css +397 -518
- package/resources/themes/saga-orange/theme.css +397 -518
- package/resources/themes/saga-purple/theme.css +397 -518
- package/resources/themes/soho-dark/theme.css +428 -546
- package/resources/themes/soho-light/theme.css +407 -523
- package/resources/themes/tailwind-light/theme.css +432 -547
- package/resources/themes/vela-blue/theme.css +397 -518
- package/resources/themes/vela-green/theme.css +397 -518
- package/resources/themes/vela-orange/theme.css +397 -518
- package/resources/themes/vela-purple/theme.css +397 -518
- package/resources/themes/viva-dark/theme.css +421 -523
- package/resources/themes/viva-light/theme.css +421 -523
- package/scrollpanel/scrollpanel.cjs.js +33 -17
- package/scrollpanel/scrollpanel.cjs.min.js +1 -1
- package/scrollpanel/scrollpanel.esm.js +19 -3
- package/scrollpanel/scrollpanel.esm.min.js +1 -1
- package/scrollpanel/scrollpanel.js +226 -210
- package/scrollpanel/scrollpanel.min.js +1 -1
- package/selectbutton/selectbutton.cjs.js +3 -2
- package/selectbutton/selectbutton.cjs.min.js +1 -1
- package/selectbutton/selectbutton.d.ts +6 -0
- package/selectbutton/selectbutton.esm.js +3 -2
- package/selectbutton/selectbutton.esm.min.js +1 -1
- package/selectbutton/selectbutton.js +4 -3
- package/selectbutton/selectbutton.min.js +1 -1
- package/sidebar/sidebar.cjs.js +87 -89
- package/sidebar/sidebar.cjs.min.js +1 -1
- package/sidebar/sidebar.esm.js +87 -89
- package/sidebar/sidebar.esm.min.js +1 -1
- package/sidebar/sidebar.js +88 -90
- package/sidebar/sidebar.min.js +1 -1
- package/slider/slider.cjs.js +3 -3
- package/slider/slider.cjs.min.js +1 -1
- package/slider/slider.esm.js +3 -3
- package/slider/slider.esm.min.js +1 -1
- package/slider/slider.js +3 -3
- package/slider/slider.min.js +1 -1
- package/toast/toast.cjs.js +7 -5
- package/toast/toast.cjs.min.js +1 -1
- package/toast/toast.esm.js +7 -5
- package/toast/toast.esm.min.js +1 -1
- package/toast/toast.js +8 -6
- package/toast/toast.min.js +1 -1
- package/tree/tree.cjs.js +24 -2
- package/tree/tree.cjs.min.js +1 -1
- package/tree/tree.esm.js +24 -2
- package/tree/tree.esm.min.js +1 -1
- package/tree/tree.js +24 -2
- package/tree/tree.min.js +1 -1
- package/treeselect/treeselect.d.ts +54 -4
- package/utils/utils.cjs.js +30 -0
- package/utils/utils.cjs.min.js +1 -1
- package/utils/utils.d.ts +3 -0
- package/utils/utils.esm.js +30 -0
- package/utils/utils.esm.min.js +1 -1
- package/utils/utils.js +30 -0
- package/utils/utils.min.js +1 -1
- package/web-types.json +29 -2
|
@@ -130,13 +130,12 @@ function classNames() {
|
|
|
130
130
|
|
|
131
131
|
var TRANSITIONS = {
|
|
132
132
|
toggleable: {
|
|
133
|
+
timeout: 500,
|
|
133
134
|
classNames: {
|
|
134
135
|
enter: 'max-h-0',
|
|
135
|
-
enterActive: 'overflow-hidden transition-all duration-500 ease-in-out',
|
|
136
|
-
enterDone: 'max-h-40',
|
|
136
|
+
enterActive: '!max-h-40 overflow-hidden transition-all duration-500 ease-in-out',
|
|
137
137
|
exit: 'max-h-40',
|
|
138
|
-
exitActive: 'overflow-hidden transition-all duration-500 ease-in'
|
|
139
|
-
exitDone: 'max-h-0'
|
|
138
|
+
exitActive: '!max-h-0 overflow-hidden transition-all duration-500 ease-in'
|
|
140
139
|
}
|
|
141
140
|
},
|
|
142
141
|
overlay: {
|
|
@@ -345,15 +344,15 @@ var Tailwind = {
|
|
|
345
344
|
navContent: 'overflow-y-hidden overscroll-contain overscroll-auto scroll-smooth [&::-webkit-scrollbar]:hidden',
|
|
346
345
|
// Overflow and scrollbar styles.
|
|
347
346
|
previousButton: {
|
|
348
|
-
className: classNames('h-full flex items-center justify-center absolute top-0 z-20', 'left-0', 'bg-white text-blue-500 w-12 shadow-md rounded-none', 'dark:bg-gray-900 dark:border-blue-900/40 dark:text-white/80 )') // Flex and absolute positioning styles.
|
|
347
|
+
className: classNames('h-full flex items-center justify-center !absolute top-0 z-20', 'left-0', 'bg-white text-blue-500 w-12 shadow-md rounded-none', 'dark:bg-gray-900 dark:border-blue-900/40 dark:text-white/80 )') // Flex and absolute positioning styles.
|
|
349
348
|
},
|
|
350
349
|
|
|
351
350
|
nextButton: {
|
|
352
|
-
className: classNames('h-full flex items-center justify-center absolute top-0 z-20', 'right-0', 'bg-white text-blue-500 w-12 shadow-md rounded-none', 'dark:bg-gray-900 dark:border-blue-900/40 dark:text-white/80 ') // Flex and absolute positioning styles.
|
|
351
|
+
className: classNames('h-full flex items-center justify-center !absolute top-0 z-20', 'right-0', 'bg-white text-blue-500 w-12 shadow-md rounded-none', 'dark:bg-gray-900 dark:border-blue-900/40 dark:text-white/80 ') // Flex and absolute positioning styles.
|
|
353
352
|
},
|
|
354
353
|
|
|
355
354
|
nav: {
|
|
356
|
-
className: classNames('flex flex-1 list-none m-0 p-0', 'bg-
|
|
355
|
+
className: classNames('flex flex-1 list-none m-0 p-0', 'bg-transparent border border-gray-300 border-0 border-b-2', 'dark:bg-gray-900 dark:border-blue-900/40 dark:text-white/80 ') // Flex, list, margin, padding, and border styles.
|
|
357
356
|
},
|
|
358
357
|
|
|
359
358
|
tabpanel: {
|
|
@@ -372,7 +371,7 @@ var Tailwind = {
|
|
|
372
371
|
return {
|
|
373
372
|
className: classNames('items-center cursor-pointer flex overflow-hidden relative select-none text-decoration-none user-select-none',
|
|
374
373
|
// Flex and overflow styles.
|
|
375
|
-
'border-b-2 p-5 font-bold rounded-t-
|
|
374
|
+
'border-b-2 p-5 font-bold rounded-t-md transition-shadow duration-200 m-0',
|
|
376
375
|
// Border, padding, font, and transition styles.
|
|
377
376
|
'transition-colors duration-200',
|
|
378
377
|
// Transition duration style.
|
|
@@ -395,7 +394,7 @@ var Tailwind = {
|
|
|
395
394
|
},
|
|
396
395
|
|
|
397
396
|
content: {
|
|
398
|
-
className: classNames('bg-white p-5 border-0 text-gray-700 rounded-bl-
|
|
397
|
+
className: classNames('bg-white p-5 border-0 text-gray-700 rounded-bl-md rounded-br-md', 'dark:bg-gray-900 dark:border-blue-900/40 dark:text-white/80') // Background, padding, border, and text styles.
|
|
399
398
|
}
|
|
400
399
|
}
|
|
401
400
|
},
|
|
@@ -459,7 +458,7 @@ var Tailwind = {
|
|
|
459
458
|
};
|
|
460
459
|
},
|
|
461
460
|
footer: {
|
|
462
|
-
className: classNames('shrink-0 ', 'border-t-0 bg-white text-gray-700 px-6 pb-6 text-right rounded-b-lg', 'dark:bg-gray-900
|
|
461
|
+
className: classNames('flex gap-2 shrink-0 justify-end align-center', 'border-t-0 bg-white text-gray-700 px-6 pb-6 text-right rounded-b-lg', 'dark:bg-gray-900 dark:text-white/80')
|
|
463
462
|
},
|
|
464
463
|
mask: function mask(_ref15) {
|
|
465
464
|
var props = _ref15.props;
|
|
@@ -471,31 +470,34 @@ var Tailwind = {
|
|
|
471
470
|
},
|
|
472
471
|
transition: function transition(_ref16) {
|
|
473
472
|
var props = _ref16.props;
|
|
474
|
-
return
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
473
|
+
return {
|
|
474
|
+
timeout: 200,
|
|
475
|
+
classNames: props.position === 'top' ? {
|
|
476
|
+
enter: 'opacity-0 scale-75 translate-x-0 -translate-y-full translate-z-0',
|
|
477
|
+
enterActive: '!opacity-100 !scale-100 !translate-y-0 transition-all duration-200 ease-out',
|
|
478
|
+
exit: 'opacity-100 scale-100 transition-all duration-200 ease-out',
|
|
479
|
+
exitActive: '!opacity-0 !scale-75 translate-x-0 -translate-y-full translate-z-0'
|
|
480
|
+
} : props.position === 'bottom' ? {
|
|
481
|
+
enter: 'opacity-0 scale-75 translate-y-full',
|
|
482
|
+
enterActive: '!opacity-100 !scale-100 !translate-y-0 transition-all duration-200 ease-out',
|
|
483
|
+
exit: 'opacity-100 scale-100 transition-all duration-200 ease-out',
|
|
484
|
+
exitActive: '!opacity-0 !scale-75 translate-x-0 translate-y-full translate-z-0'
|
|
485
|
+
} : props.position === 'left' || props.position === 'top-left' || props.position === 'bottom-left' ? {
|
|
486
|
+
enter: 'opacity-0 scale-75 -translate-x-full translate-y-0 translate-z-0',
|
|
487
|
+
enterActive: '!opacity-100 !scale-100 !translate-x-0 transition-all duration-200 ease-out',
|
|
488
|
+
exit: 'opacity-100 scale-100 transition-all duration-200 ease-out',
|
|
489
|
+
exitActive: '!opacity-0 !scale-75 -translate-x-full translate-y-0 translate-z-0'
|
|
490
|
+
} : props.position === 'right' || props.position === 'top-right' || props.position === 'bottom-right' ? {
|
|
491
|
+
enter: 'opacity-0 scale-75 translate-x-full translate-y-0 translate-z-0',
|
|
492
|
+
enterActive: '!opacity-100 !scale-100 !translate-x-0 transition-all duration-200 ease-out',
|
|
493
|
+
exit: 'opacity-100 scale-100 transition-all duration-200 ease-out',
|
|
494
|
+
exitActive: '!opacity-0 !scale-75 translate-x-full translate-y-0 translate-z-0'
|
|
495
|
+
} : {
|
|
496
|
+
enter: 'opacity-0 scale-75',
|
|
497
|
+
enterActive: '!opacity-100 !scale-100 transition-all duration-200 ease-out',
|
|
498
|
+
exit: 'opacity-100 scale-100 transition-all duration-200 ease-out',
|
|
499
|
+
exitActive: '!opacity-0 !scale-75'
|
|
500
|
+
}
|
|
499
501
|
};
|
|
500
502
|
}
|
|
501
503
|
},
|
|
@@ -506,12 +508,12 @@ var Tailwind = {
|
|
|
506
508
|
content: 'p-5 items-center flex',
|
|
507
509
|
icon: 'text-2xl',
|
|
508
510
|
message: 'ml-4',
|
|
509
|
-
footer: 'text-right px-5 py-5 pt-0
|
|
511
|
+
footer: 'flex gap-2 justify-end align-center text-right px-5 py-5 pt-0',
|
|
510
512
|
transition: TRANSITIONS.overlay
|
|
511
513
|
},
|
|
512
514
|
overlaypanel: {
|
|
513
515
|
root: {
|
|
514
|
-
className: classNames('bg-white text-gray-700 border-0 rounded-md shadow-lg', 'z-40 transform origin-center', 'absolute left-0 top-0', 'before:absolute before:w-0 before:-top-3 before:h-0 before:border-transparent before:border-solid before:ml-6 before:border-x-[0.75rem] before:border-b-[0.75rem] before:border-t-0 before:border-b-white dark:before:border-b-gray-900', 'dark:border dark:border-blue-900/40 dark:bg-gray-900 dark:text-white/80')
|
|
516
|
+
className: classNames('bg-white text-gray-700 border-0 rounded-md shadow-lg', 'z-40 transform origin-center', 'absolute left-0 top-0 mt-3', 'before:absolute before:w-0 before:-top-3 before:h-0 before:border-transparent before:border-solid before:ml-6 before:border-x-[0.75rem] before:border-b-[0.75rem] before:border-t-0 before:border-b-white dark:before:border-b-gray-900', 'dark:border dark:border-blue-900/40 dark:bg-gray-900 dark:text-white/80')
|
|
515
517
|
},
|
|
516
518
|
content: 'p-5 items-center flex',
|
|
517
519
|
transition: TRANSITIONS.overlay
|
|
@@ -520,8 +522,8 @@ var Tailwind = {
|
|
|
520
522
|
root: function root(_ref17) {
|
|
521
523
|
var props = _ref17.props;
|
|
522
524
|
return {
|
|
523
|
-
className: classNames('flex flex-col pointer-events-auto relative transform
|
|
524
|
-
'!transition-none !transform-none !w-screen !h-screen !max-h-full !top-0 !left-0': props.
|
|
525
|
+
className: classNames('flex flex-col pointer-events-auto relative transform relative', 'bg-white text-gray-700 border-0 shadow-lg', {
|
|
526
|
+
'!transition-none !transform-none !w-screen !h-screen !max-h-full !top-0 !left-0': props.fullScreen,
|
|
525
527
|
'h-full w-80': props.position == 'left' || props.position == 'right',
|
|
526
528
|
'h-40 w-full': props.position == 'top' || props.position == 'bottom'
|
|
527
529
|
}, 'dark:border dark:border-blue-900/40 dark:bg-gray-900 dark:text-white/80')
|
|
@@ -544,23 +546,34 @@ var Tailwind = {
|
|
|
544
546
|
},
|
|
545
547
|
transition: function transition(_ref18) {
|
|
546
548
|
var props = _ref18.props;
|
|
547
|
-
return
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
549
|
+
return {
|
|
550
|
+
timeout: 300,
|
|
551
|
+
classNames: props.fullScreen ? {
|
|
552
|
+
enter: 'opacity-0',
|
|
553
|
+
enterActive: '!opacity-100 transition-opacity duration-300 ease-in',
|
|
554
|
+
exit: 'opacity-100 transition-opacity duration-300 ease-in',
|
|
555
|
+
exitActive: '!opacity-0'
|
|
556
|
+
} : props.position === 'top' ? {
|
|
557
|
+
enter: 'translate-x-0 -translate-y-full translate-z-0',
|
|
558
|
+
enterActive: '!translate-y-0 transition-transform duration-300',
|
|
559
|
+
exit: 'translate-y-0 transition-transform duration-300',
|
|
560
|
+
exitActive: 'translate-x-0 !-translate-y-full translate-z-0'
|
|
561
|
+
} : props.position === 'bottom' ? {
|
|
562
|
+
enter: 'translate-x-0 translate-y-full translate-z-0',
|
|
563
|
+
enterActive: '!translate-y-0 transition-transform duration-300',
|
|
564
|
+
exit: 'translate-y-0 transition-transform duration-300',
|
|
565
|
+
exitActive: 'translate-x-0 !translate-y-full translate-z-0'
|
|
566
|
+
} : props.position === 'left' ? {
|
|
567
|
+
enter: '-translate-x-full translate-y-0 translate-z-0',
|
|
568
|
+
enterActive: '!translate-x-0 transition-transform duration-300',
|
|
569
|
+
exit: 'translate-x-0 transition-transform duration-300',
|
|
570
|
+
exitActive: '!-translate-x-full translate-y-0 translate-z-0'
|
|
571
|
+
} : props.position === 'right' ? {
|
|
572
|
+
enter: 'translate-x-full translate-y-0 translate-z-0',
|
|
573
|
+
enterActive: '!translate-x-0 transition-transform duration-300',
|
|
574
|
+
exit: 'translate-x-0 transition-transform duration-300',
|
|
575
|
+
exitActive: '!translate-x-full translate-y-0 translate-z-0'
|
|
576
|
+
} : undefined
|
|
564
577
|
};
|
|
565
578
|
}
|
|
566
579
|
},
|
|
@@ -651,11 +664,13 @@ var Tailwind = {
|
|
|
651
664
|
className: classNames('w-8 h-8 rounded-full bg-transparent transition duration-200 ease-in-out', 'ml-auto overflow-hidden relative', 'flex items-center justify-center', 'hover:bg-white/30')
|
|
652
665
|
},
|
|
653
666
|
transition: {
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
667
|
+
timeout: 300,
|
|
668
|
+
classNames: {
|
|
669
|
+
enter: 'max-h-0 opacity-0',
|
|
670
|
+
enterActive: '!max-h-40 !opacity-100 overflow-hidden transition-all duration-300',
|
|
671
|
+
exit: 'max-h-40 opacity-100',
|
|
672
|
+
exitActive: '!max-h-0 !opacity-0 !m-0 overflow-hidden transition-all duration-300 ease-in'
|
|
673
|
+
}
|
|
659
674
|
}
|
|
660
675
|
},
|
|
661
676
|
message: {
|
|
@@ -699,11 +714,16 @@ var Tailwind = {
|
|
|
699
714
|
className: classNames('w-8 h-8 rounded-full bg-transparent transition duration-200 ease-in-out', 'ml-auto overflow-hidden relative', 'flex items-center justify-center', 'hover:bg-white/30')
|
|
700
715
|
},
|
|
701
716
|
transition: {
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
|
|
717
|
+
timeout: {
|
|
718
|
+
enter: 300,
|
|
719
|
+
exit: 500
|
|
720
|
+
},
|
|
721
|
+
classNames: {
|
|
722
|
+
enter: 'opacity-0 max-h-0 translate-x-0 translate-y-2/4 translate-z-0',
|
|
723
|
+
enterActive: '!max-h-40 !opacity-90 !translate-y-0 transition-transform transition-opacity duration-300',
|
|
724
|
+
exit: 'max-h-40 opacity-90',
|
|
725
|
+
exitActive: '!max-h-0 !opacity-0 !mb-0 overflow-hidden transition-all duration-500 ease-in'
|
|
726
|
+
}
|
|
707
727
|
}
|
|
708
728
|
},
|
|
709
729
|
//BUTTONS
|
|
@@ -712,18 +732,23 @@ var Tailwind = {
|
|
|
712
732
|
var props = _ref24.props,
|
|
713
733
|
context = _ref24.context;
|
|
714
734
|
return {
|
|
715
|
-
className: classNames('items-center cursor-pointer inline-flex overflow-hidden relative select-none text-center align-bottom
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
'
|
|
735
|
+
className: classNames('items-center cursor-pointer inline-flex overflow-hidden relative select-none text-center align-bottom', 'transition duration-200 ease-in-out', 'focus:outline-none focus:outline-offset-0', {
|
|
736
|
+
'text-white dark:text-gray-900 bg-blue-500 dark:bg-blue-400 border border-blue-500 dark:border-blue-400 hover:bg-blue-600 dark:hover:bg-blue-500 hover:border-blue-600 dark:hover:border-blue-500 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)]': !props.link && props.severity === null && !props.text && !props.outlined && !props.plain,
|
|
737
|
+
'text-blue-600 bg-transparent border-transparent 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)]': props.link
|
|
738
|
+
}, {
|
|
739
|
+
'focus:shadow-[0_0_0_2px_rgba(255,255,255,1),0_0_0_4px_rgba(176,185,198,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(203,213,225,0.7),0_1px_2px_0_rgba(0,0,0,0)]': props.severity === 'secondary',
|
|
740
|
+
'focus:shadow-[0_0_0_2px_rgba(255,255,255,1),0_0_0_4px_rgba(136,234,172,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(134,239,172,0.7),0_1px_2px_0_rgba(0,0,0,0)]': props.severity === 'success',
|
|
741
|
+
'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)]': props.severity === 'info',
|
|
742
|
+
'focus:shadow-[0_0_0_2px_rgba(255,255,255,1),0_0_0_4px_rgba(250,207,133,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(252,211,77,0.7),0_1px_2px_0_rgba(0,0,0,0)]': props.severity === 'warning',
|
|
743
|
+
'focus:shadow-[0_0_0_2px_rgba(255,255,255,1),0_0_0_4px_rgba(212,170,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(216,180,254,0.7),0_1px_2px_0_rgba(0,0,0,0)]': props.severity === 'help',
|
|
744
|
+
'focus:shadow-[0_0_0_2px_rgba(255,255,255,1),0_0_0_4px_rgba(247,162,162,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(252,165,165,0.7),0_1px_2px_0_rgba(0,0,0,0)]': props.severity === 'danger'
|
|
720
745
|
}, {
|
|
721
|
-
'text-white bg-gray-500 border border-gray-500 hover:bg-gray-600 hover:border-gray-600': props.severity === 'secondary' && !props.text && !props.outlined && !props.plain,
|
|
722
|
-
'text-white bg-green-500 border border-green-500 hover:bg-green-600 hover:border-green-600': props.severity === 'success' && !props.text && !props.outlined && !props.plain,
|
|
723
|
-
'text-white bg-blue-500 border border-blue-500 hover:bg-blue-600 hover:border-blue-600': props.severity === 'info' && !props.text && !props.outlined && !props.plain,
|
|
724
|
-
'text-white bg-orange-500 border border-orange-500 hover:bg-orange-600 hover:border-orange-600': props.severity === 'warning' && !props.text && !props.outlined && !props.plain,
|
|
725
|
-
'text-white bg-purple-500 border border-purple-500 hover:bg-purple-600 hover:border-purple-600': props.severity === 'help' && !props.text && !props.outlined && !props.plain,
|
|
726
|
-
'text-white bg-red-500 border border-red-500 hover:bg-red-600 hover:border-red-600': props.severity === 'danger' && !props.text && !props.outlined && !props.plain
|
|
746
|
+
'text-white dark:text-gray-900 bg-gray-500 dark:bg-gray-400 border border-gray-500 dark:border-gray-400 hover:bg-gray-600 dark:hover:bg-gray-500 hover:border-gray-600 dark:hover:border-gray-500': props.severity === 'secondary' && !props.text && !props.outlined && !props.plain,
|
|
747
|
+
'text-white dark:text-gray-900 bg-green-500 dark:bg-green-400 border border-green-500 dark:border-green-400 hover:bg-green-600 dark:hover:bg-green-500 hover:border-green-600 dark:hover:border-green-500': props.severity === 'success' && !props.text && !props.outlined && !props.plain,
|
|
748
|
+
'text-white dark:text-gray-900 dark:bg-blue-400 bg-blue-500 dark:bg-blue-400 border border-blue-500 dark:border-blue-400 hover:bg-blue-600 hover:border-blue-600 dark:hover:bg-blue-500 dark:hover:border-blue-500': props.severity === 'info' && !props.text && !props.outlined && !props.plain,
|
|
749
|
+
'text-white dark:text-gray-900 bg-orange-500 dark:bg-orange-400 border border-orange-500 dark:border-orange-400 hover:bg-orange-600 dark:hover:bg-orange-500 hover:border-orange-600 dark:hover:border-orange-500': props.severity === 'warning' && !props.text && !props.outlined && !props.plain,
|
|
750
|
+
'text-white dark:text-gray-900 bg-purple-500 dark:bg-purple-400 border border-purple-500 dark:border-purple-400 hover:bg-purple-600 dark:hover:bg-purple-500 hover:border-purple-600 dark:hover:border-purple-500': props.severity === 'help' && !props.text && !props.outlined && !props.plain,
|
|
751
|
+
'text-white dark:text-gray-900 bg-red-500 dark:bg-red-400 border border-red-500 dark:border-red-400 hover:bg-red-600 dark:hover:bg-red-500 hover:border-red-600 dark:hover:border-red-500': props.severity === 'danger' && !props.text && !props.outlined && !props.plain
|
|
727
752
|
}, {
|
|
728
753
|
'shadow-lg': props.raised
|
|
729
754
|
}, {
|
|
@@ -731,12 +756,12 @@ var Tailwind = {
|
|
|
731
756
|
'rounded-full': props.rounded
|
|
732
757
|
}, {
|
|
733
758
|
'bg-transparent border-transparent': props.text && !props.plain,
|
|
734
|
-
'text-blue-500 hover:bg-blue-300/20': props.text && (props.severity === null || props.severity === 'info') && !props.plain,
|
|
735
|
-
'text-gray-500 hover:bg-gray-300/20': props.text && props.severity === 'secondary' && !props.plain,
|
|
736
|
-
'text-green-500 hover:bg-green-300/20': props.text && props.severity === 'success' && !props.plain,
|
|
737
|
-
'text-orange-500 hover:bg-orange-300/20': props.text && props.severity === 'warning' && !props.plain,
|
|
738
|
-
'text-purple-500 hover:bg-purple-300/20': props.text && props.severity === 'help' && !props.plain,
|
|
739
|
-
'text-red-500 hover:bg-red-300/20': props.text && props.severity === 'danger' && !props.plain
|
|
759
|
+
'text-blue-500 dark:text-blue-400 hover:bg-blue-300/20': props.text && (props.severity === null || props.severity === 'info') && !props.plain,
|
|
760
|
+
'text-gray-500 dark:text-grayy-400 hover:bg-gray-300/20': props.text && props.severity === 'secondary' && !props.plain,
|
|
761
|
+
'text-green-500 dark:text-green-400 hover:bg-green-300/20': props.text && props.severity === 'success' && !props.plain,
|
|
762
|
+
'text-orange-500 dark:text-orange-400 hover:bg-orange-300/20': props.text && props.severity === 'warning' && !props.plain,
|
|
763
|
+
'text-purple-500 dark:text-purple-400 hover:bg-purple-300/20': props.text && props.severity === 'help' && !props.plain,
|
|
764
|
+
'text-red-500 dark:text-red-400 hover:bg-red-300/20': props.text && props.severity === 'danger' && !props.plain
|
|
740
765
|
}, {
|
|
741
766
|
'shadow-lg': props.raised && props.text
|
|
742
767
|
}, {
|
|
@@ -745,16 +770,18 @@ var Tailwind = {
|
|
|
745
770
|
'text-white bg-gray-500 border border-gray-500 hover:bg-gray-600 hover:border-gray-600': props.plain & !props.outlined & !props.text
|
|
746
771
|
}, {
|
|
747
772
|
'bg-transparent border': props.outlined && !props.plain,
|
|
748
|
-
'text-blue-500 border border-blue-500 hover:bg-blue-300/20': props.outlined && (props.severity === null || props.severity === 'info') && !props.plain,
|
|
749
|
-
'text-gray-500 border border-gray-500 hover:bg-gray-300/20': props.outlined && props.severity === 'secondary' && !props.plain,
|
|
750
|
-
'text-green-500 border border-green-500 hover:bg-green-300/20': props.outlined && props.severity === 'success' && !props.plain,
|
|
751
|
-
'text-orange-500 border border-orange-500 hover:bg-orange-300/20': props.outlined && props.severity === 'warning' && !props.plain,
|
|
752
|
-
'text-purple-500 border border-purple-500 hover:bg-purple-300/20': props.outlined && props.severity === 'help' && !props.plain,
|
|
753
|
-
'text-red-500 border border-red-500 hover:bg-red-300/20': props.outlined && props.severity === 'danger' && !props.plain
|
|
773
|
+
'text-blue-500 dark:text-blue-400 border border-blue-500 dark:border-blue-400 hover:bg-blue-300/20': props.outlined && (props.severity === null || props.severity === 'info') && !props.plain,
|
|
774
|
+
'text-gray-500 dark:text-gray-400 border border-gray-500 dark:border-gray-400 hover:bg-gray-300/20': props.outlined && props.severity === 'secondary' && !props.plain,
|
|
775
|
+
'text-green-500 dark:text-green-400 border border-green-500 dark:border-green-400 hover:bg-green-300/20': props.outlined && props.severity === 'success' && !props.plain,
|
|
776
|
+
'text-orange-500 dark:text-orange-400 border border-orange-500 dark:border-orange-400 hover:bg-orange-300/20': props.outlined && props.severity === 'warning' && !props.plain,
|
|
777
|
+
'text-purple-500 dark:text-purple-400 border border-purple-500 dark:border-purple-400 hover:bg-purple-300/20': props.outlined && props.severity === 'help' && !props.plain,
|
|
778
|
+
'text-red-500 dark:text-red-400 border border-red-500 dark:border-red-400 hover:bg-red-300/20': props.outlined && props.severity === 'danger' && !props.plain
|
|
754
779
|
}, {
|
|
755
780
|
'px-4 py-3 text-base': props.size === null,
|
|
756
781
|
'text-xs py-2 px-3': props.size === 'small',
|
|
757
782
|
'text-xl py-3 px-4': props.size === 'large'
|
|
783
|
+
}, {
|
|
784
|
+
'flex-column': props.iconPos == 'top' || props.iconPos == 'bottom'
|
|
758
785
|
}, {
|
|
759
786
|
'opacity-60 pointer-events-none cursor-default': context === null || context === void 0 ? void 0 : context.disabled
|
|
760
787
|
})
|
|
@@ -765,6 +792,8 @@ var Tailwind = {
|
|
|
765
792
|
return {
|
|
766
793
|
className: classNames('flex-1', 'duration-200', 'font-bold', {
|
|
767
794
|
'hover:underline': props.link
|
|
795
|
+
}, {
|
|
796
|
+
'invisible w-0': props.label == null
|
|
768
797
|
})
|
|
769
798
|
};
|
|
770
799
|
},
|
|
@@ -773,9 +802,9 @@ var Tailwind = {
|
|
|
773
802
|
return {
|
|
774
803
|
className: classNames('mx-0', {
|
|
775
804
|
'mr-2': props.iconPos == 'left' && props.label != null,
|
|
776
|
-
'ml-2': props.iconPos == 'right' && props.label != null,
|
|
805
|
+
'ml-2 order-1': props.iconPos == 'right' && props.label != null,
|
|
777
806
|
'mb-2': props.iconPos == 'top' && props.label != null,
|
|
778
|
-
'mt-2': props.iconPos == 'bottom' && props.label != null
|
|
807
|
+
'mt-2 order-2': props.iconPos == 'bottom' && props.label != null
|
|
779
808
|
})
|
|
780
809
|
};
|
|
781
810
|
},
|
|
@@ -1247,10 +1276,10 @@ var Tailwind = {
|
|
|
1247
1276
|
item: function item(_ref63) {
|
|
1248
1277
|
var context = _ref63.context;
|
|
1249
1278
|
return {
|
|
1250
|
-
className: classNames('cursor-pointer font-normal overflow-hidden relative whitespace-nowrap', 'm-0 p-3 border-0 transition-shadow duration-200 rounded-none',
|
|
1251
|
-
'text-gray-700': !context.focused && !context.selected,
|
|
1252
|
-
'bg-gray-300 text-gray-700 dark:text-white/80 dark:bg-gray-800/90': context.focused && !context.selected,
|
|
1253
|
-
'bg-blue-
|
|
1279
|
+
className: classNames('cursor-pointer font-normal overflow-hidden relative whitespace-nowrap', 'm-0 p-3 border-0 transition-shadow duration-200 rounded-none', {
|
|
1280
|
+
'text-gray-700 hover:text-gray-700 hover:bg-gray-200 dark:text-white/80 dark:hover:bg-gray-800': !context.focused && !context.selected,
|
|
1281
|
+
'bg-gray-300 text-gray-700 dark:text-white/80 dark:bg-gray-800/90 hover:text-gray-700 hover:bg-gray-200 dark:text-white/80 dark:hover:bg-gray-800': context.focused && !context.selected,
|
|
1282
|
+
'bg-blue-100 text-blue-700 dark:bg-blue-400 dark:text-white/80': context.focused && context.selected,
|
|
1254
1283
|
'bg-blue-50 text-blue-700 dark:bg-blue-300 dark:text-white/80': !context.focused && context.selected
|
|
1255
1284
|
})
|
|
1256
1285
|
};
|
|
@@ -1279,14 +1308,28 @@ var Tailwind = {
|
|
|
1279
1308
|
};
|
|
1280
1309
|
},
|
|
1281
1310
|
input: {
|
|
1282
|
-
root: {
|
|
1283
|
-
|
|
1284
|
-
|
|
1311
|
+
root: function root(_ref65) {
|
|
1312
|
+
var props = _ref65.props;
|
|
1313
|
+
return {
|
|
1314
|
+
className: classNames('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', 'hover:border-blue-500', {
|
|
1315
|
+
'rounded-lg': !props.showIcon,
|
|
1316
|
+
'border-r-0 rounded-l-lg': props.showIcon
|
|
1317
|
+
})
|
|
1318
|
+
};
|
|
1285
1319
|
}
|
|
1286
1320
|
},
|
|
1287
|
-
|
|
1288
|
-
|
|
1289
|
-
|
|
1321
|
+
dropdownbutton: function dropdownbutton(_ref66) {
|
|
1322
|
+
var props = _ref66.props;
|
|
1323
|
+
return {
|
|
1324
|
+
root: {
|
|
1325
|
+
className: classNames({
|
|
1326
|
+
'rounded-l-none': props.showIcon
|
|
1327
|
+
})
|
|
1328
|
+
}
|
|
1329
|
+
};
|
|
1330
|
+
},
|
|
1331
|
+
panel: function panel(_ref67) {
|
|
1332
|
+
var props = _ref67.props;
|
|
1290
1333
|
return {
|
|
1291
1334
|
className: classNames('bg-white dark:bg-gray-900', 'min-w-[350px]', {
|
|
1292
1335
|
'shadow-md border-0 absolute': !props.inline,
|
|
@@ -1316,8 +1359,8 @@ var Tailwind = {
|
|
|
1316
1359
|
tableheadercell: 'p-2',
|
|
1317
1360
|
weekday: 'text-gray-600 dark:text-white/70',
|
|
1318
1361
|
day: 'p-2',
|
|
1319
|
-
daylabel: function daylabel(
|
|
1320
|
-
var context =
|
|
1362
|
+
daylabel: function daylabel(_ref68) {
|
|
1363
|
+
var context = _ref68.context;
|
|
1321
1364
|
return {
|
|
1322
1365
|
className: classNames('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)]', {
|
|
1323
1366
|
'opacity-60 cursor-default': context.disabled,
|
|
@@ -1329,8 +1372,8 @@ var Tailwind = {
|
|
|
1329
1372
|
};
|
|
1330
1373
|
},
|
|
1331
1374
|
monthpicker: 'my-2',
|
|
1332
|
-
month: function month(
|
|
1333
|
-
var context =
|
|
1375
|
+
month: function month(_ref69) {
|
|
1376
|
+
var context = _ref69.context;
|
|
1334
1377
|
return {
|
|
1335
1378
|
className: classNames('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)]', {
|
|
1336
1379
|
'text-gray-600 dark:text-white/70 bg-transprent hover:bg-gray-200 dark:hover:bg-gray-800/80': !context.selected && !context.disabled,
|
|
@@ -1341,8 +1384,8 @@ var Tailwind = {
|
|
|
1341
1384
|
yearpicker: {
|
|
1342
1385
|
className: classNames('my-2')
|
|
1343
1386
|
},
|
|
1344
|
-
year: function year(
|
|
1345
|
-
var context =
|
|
1387
|
+
year: function year(_ref70) {
|
|
1388
|
+
var context = _ref70.context;
|
|
1346
1389
|
return {
|
|
1347
1390
|
className: classNames('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)]', {
|
|
1348
1391
|
'text-gray-600 dark:text-white/70 bg-transprent hover:bg-gray-200 dark:hover:bg-gray-800/80': !context.selected && !context.disabled,
|
|
@@ -1376,13 +1419,13 @@ var Tailwind = {
|
|
|
1376
1419
|
},
|
|
1377
1420
|
wrapper: 'overflow-auto',
|
|
1378
1421
|
list: 'py-3 list-none m-0',
|
|
1379
|
-
item: function item(
|
|
1380
|
-
var context =
|
|
1422
|
+
item: function item(_ref71) {
|
|
1423
|
+
var context = _ref71.context;
|
|
1381
1424
|
return {
|
|
1382
|
-
className: classNames('cursor-pointer font-normal overflow-hidden relative whitespace-nowrap', 'm-0 p-3 border-0 transition-shadow duration-200 rounded-none',
|
|
1383
|
-
'text-gray-700': !context.focused && !context.selected,
|
|
1384
|
-
'bg-gray-300 text-gray-700 dark:text-white/80 dark:bg-gray-800/90': context.focused && !context.selected,
|
|
1385
|
-
'bg-blue-
|
|
1425
|
+
className: classNames('cursor-pointer font-normal overflow-hidden relative whitespace-nowrap', 'm-0 p-3 border-0 transition-shadow duration-200 rounded-none', {
|
|
1426
|
+
'text-gray-700 hover:text-gray-700 hover:bg-gray-200 dark:text-white/80 dark:hover:bg-gray-800': !context.focused && !context.selected,
|
|
1427
|
+
'bg-gray-300 text-gray-700 dark:text-white/80 dark:bg-gray-800/90 hover:text-gray-700 hover:bg-gray-200 dark:text-white/80 dark:hover:bg-gray-800': context.focused && !context.selected,
|
|
1428
|
+
'bg-blue-100 text-blue-700 dark:bg-blue-400 dark:text-white/80': context.focused && context.selected,
|
|
1386
1429
|
'bg-blue-50 text-blue-700 dark:bg-blue-300 dark:text-white/80': !context.focused && context.selected
|
|
1387
1430
|
})
|
|
1388
1431
|
};
|
|
@@ -1409,8 +1452,8 @@ var Tailwind = {
|
|
|
1409
1452
|
transition: TRANSITIONS.overlay
|
|
1410
1453
|
},
|
|
1411
1454
|
multiselect: {
|
|
1412
|
-
root: function root(
|
|
1413
|
-
var props =
|
|
1455
|
+
root: function root(_ref72) {
|
|
1456
|
+
var props = _ref72.props;
|
|
1414
1457
|
return {
|
|
1415
1458
|
className: classNames('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', {
|
|
1416
1459
|
'opacity-60 select-none pointer-events-none cursor-default': props === null || props === void 0 ? void 0 : props.disabled
|
|
@@ -1418,8 +1461,8 @@ var Tailwind = {
|
|
|
1418
1461
|
};
|
|
1419
1462
|
},
|
|
1420
1463
|
labelContainer: 'overflow-hidden flex flex-auto cursor-pointer',
|
|
1421
|
-
label: function label(
|
|
1422
|
-
var props =
|
|
1464
|
+
label: function label(_ref73) {
|
|
1465
|
+
var props = _ref73.props;
|
|
1423
1466
|
return {
|
|
1424
1467
|
className: classNames('block overflow-hidden whitespace-nowrap cursor-pointer overflow-ellipsis', 'text-gray-800 dark:text-white/80', 'p-3 transition duration-200', _defineProperty({
|
|
1425
1468
|
'!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),
|
|
@@ -1443,8 +1486,8 @@ var Tailwind = {
|
|
|
1443
1486
|
headerCheckboxContainer: {
|
|
1444
1487
|
className: classNames('inline-flex cursor-pointer select-none align-bottom relative', 'mr-2', 'w-6 h-6')
|
|
1445
1488
|
},
|
|
1446
|
-
headerCheckbox: function headerCheckbox(
|
|
1447
|
-
var context =
|
|
1489
|
+
headerCheckbox: function headerCheckbox(_ref74) {
|
|
1490
|
+
var context = _ref74.context;
|
|
1448
1491
|
return {
|
|
1449
1492
|
className: classNames('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)]', {
|
|
1450
1493
|
'border-gray-300 dark:border-blue-900/40 bg-white dark:bg-gray-900': !(context !== null && context !== void 0 && context.selected),
|
|
@@ -1461,13 +1504,13 @@ var Tailwind = {
|
|
|
1461
1504
|
className: classNames('max-h-[200px] overflow-auto', 'bg-white text-gray-700 border-0 rounded-md shadow-lg', 'dark:bg-gray-900 dark:text-white/80')
|
|
1462
1505
|
},
|
|
1463
1506
|
list: 'py-3 list-none m-0',
|
|
1464
|
-
item: function item(
|
|
1465
|
-
var context =
|
|
1507
|
+
item: function item(_ref75) {
|
|
1508
|
+
var context = _ref75.context;
|
|
1466
1509
|
return {
|
|
1467
|
-
className: classNames('cursor-pointer font-normal overflow-hidden relative whitespace-nowrap', 'm-0 p-3 border-0 transition-shadow duration-200 rounded-none',
|
|
1468
|
-
'text-gray-700': !context.focused && !context.selected,
|
|
1469
|
-
'bg-gray-300 text-gray-700 dark:text-white/80 dark:bg-gray-800/90': context.focused && !context.selected,
|
|
1470
|
-
'bg-blue-
|
|
1510
|
+
className: classNames('cursor-pointer font-normal overflow-hidden relative whitespace-nowrap', 'm-0 p-3 border-0 transition-shadow duration-200 rounded-none', {
|
|
1511
|
+
'text-gray-700 hover:text-gray-700 hover:bg-gray-200 dark:text-white/80 dark:hover:bg-gray-800': !context.focused && !context.selected,
|
|
1512
|
+
'bg-gray-300 text-gray-700 dark:text-white/80 dark:bg-gray-800/90 hover:text-gray-700 hover:bg-gray-200 dark:text-white/80 dark:hover:bg-gray-800': context.focused && !context.selected,
|
|
1513
|
+
'bg-blue-100 text-blue-700 dark:bg-blue-400 dark:text-white/80': context.focused && context.selected,
|
|
1471
1514
|
'bg-blue-50 text-blue-700 dark:bg-blue-300 dark:text-white/80': !context.focused && context.selected
|
|
1472
1515
|
})
|
|
1473
1516
|
};
|
|
@@ -1475,8 +1518,8 @@ var Tailwind = {
|
|
|
1475
1518
|
checkboxContainer: {
|
|
1476
1519
|
className: classNames('inline-flex cursor-pointer select-none align-bottom relative', 'mr-2', 'w-6 h-6')
|
|
1477
1520
|
},
|
|
1478
|
-
checkbox: function checkbox(
|
|
1479
|
-
var context =
|
|
1521
|
+
checkbox: function checkbox(_ref76) {
|
|
1522
|
+
var context = _ref76.context;
|
|
1480
1523
|
return {
|
|
1481
1524
|
className: classNames('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)]', {
|
|
1482
1525
|
'border-gray-300 dark:border-blue-900/40 bg-white dark:bg-gray-900': !(context !== null && context !== void 0 && context.selected),
|
|
@@ -1500,8 +1543,8 @@ var Tailwind = {
|
|
|
1500
1543
|
root: {
|
|
1501
1544
|
className: classNames('cursor-pointer inline-flex relative select-none align-bottom', 'w-6 h-6')
|
|
1502
1545
|
},
|
|
1503
|
-
checkbox: function checkbox(
|
|
1504
|
-
var props =
|
|
1546
|
+
checkbox: function checkbox(_ref77) {
|
|
1547
|
+
var props = _ref77.props;
|
|
1505
1548
|
return {
|
|
1506
1549
|
className: classNames('flex items-center justify-center', 'border-2 w-6 h-6 rounded-lg transition-colors duration-200', {
|
|
1507
1550
|
'border-blue-500 bg-blue-500 text-white dark:border-blue-400 dark:bg-blue-400': props.value || !props.value,
|
|
@@ -1514,8 +1557,8 @@ var Tailwind = {
|
|
|
1514
1557
|
}
|
|
1515
1558
|
},
|
|
1516
1559
|
inputtextarea: {
|
|
1517
|
-
root: function root(
|
|
1518
|
-
var context =
|
|
1560
|
+
root: function root(_ref78) {
|
|
1561
|
+
var context = _ref78.context;
|
|
1519
1562
|
return {
|
|
1520
1563
|
className: classNames('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)]', {
|
|
1521
1564
|
'opacity-60 select-none pointer-events-none cursor-default': context.disabled
|
|
@@ -1524,8 +1567,8 @@ var Tailwind = {
|
|
|
1524
1567
|
}
|
|
1525
1568
|
},
|
|
1526
1569
|
treeselect: {
|
|
1527
|
-
root: function root(
|
|
1528
|
-
var props =
|
|
1570
|
+
root: function root(_ref79) {
|
|
1571
|
+
var props = _ref79.props;
|
|
1529
1572
|
return {
|
|
1530
1573
|
className: classNames('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', {
|
|
1531
1574
|
'opacity-60 select-none pointer-events-none cursor-default': props === null || props === void 0 ? void 0 : props.disabled
|
|
@@ -1550,8 +1593,8 @@ var Tailwind = {
|
|
|
1550
1593
|
transition: TRANSITIONS.overlay
|
|
1551
1594
|
},
|
|
1552
1595
|
autocomplete: {
|
|
1553
|
-
root: function root(
|
|
1554
|
-
var props =
|
|
1596
|
+
root: function root(_ref80) {
|
|
1597
|
+
var props = _ref80.props;
|
|
1555
1598
|
return {
|
|
1556
1599
|
className: classNames('relative inline-flex', {
|
|
1557
1600
|
'opacity-60 select-none pointer-events-none cursor-default': props.disabled
|
|
@@ -1566,8 +1609,8 @@ var Tailwind = {
|
|
|
1566
1609
|
inputtoken: {
|
|
1567
1610
|
className: classNames('py-0.375rem px-0', 'flex-1 inline-flex')
|
|
1568
1611
|
},
|
|
1569
|
-
input: function input(
|
|
1570
|
-
var props =
|
|
1612
|
+
input: function input(_ref81) {
|
|
1613
|
+
var props = _ref81.props;
|
|
1571
1614
|
return {
|
|
1572
1615
|
root: {
|
|
1573
1616
|
className: classNames('m-0', 'transition-colors duration-200 appearance-none rounded-lg', {
|
|
@@ -1589,13 +1632,13 @@ var Tailwind = {
|
|
|
1589
1632
|
className: classNames('bg-white text-gray-700 border-0 rounded-md shadow-lg', 'max-h-[200px] overflow-auto', 'bg-white text-gray-700 border-0 rounded-md shadow-lg', 'dark:bg-gray-900 dark:text-white/80')
|
|
1590
1633
|
},
|
|
1591
1634
|
list: 'py-3 list-none m-0',
|
|
1592
|
-
item: function item(
|
|
1593
|
-
var context =
|
|
1635
|
+
item: function item(_ref82) {
|
|
1636
|
+
var context = _ref82.context;
|
|
1594
1637
|
return {
|
|
1595
|
-
className: classNames('cursor-pointer font-normal overflow-hidden relative whitespace-nowrap', 'm-0 p-3 border-0 transition-shadow duration-200 rounded-none',
|
|
1596
|
-
'text-gray-700': !context.focused && !context.selected,
|
|
1597
|
-
'bg-gray-300 text-gray-700 dark:text-white/80 dark:bg-gray-800/90': context.focused && !context.selected,
|
|
1598
|
-
'bg-blue-
|
|
1638
|
+
className: classNames('cursor-pointer font-normal overflow-hidden relative whitespace-nowrap', 'm-0 p-3 border-0 transition-shadow duration-200 rounded-none', {
|
|
1639
|
+
'text-gray-700 hover:text-gray-700 hover:bg-gray-200 dark:text-white/80 dark:hover:bg-gray-800': !context.focused && !context.selected,
|
|
1640
|
+
'bg-gray-300 text-gray-700 dark:text-white/80 dark:bg-gray-800/90 hover:text-gray-700 hover:bg-gray-200 dark:text-white/80 dark:hover:bg-gray-800': context.focused && !context.selected,
|
|
1641
|
+
'bg-blue-100 text-blue-700 dark:bg-blue-400 dark:text-white/80': context.focused && context.selected,
|
|
1599
1642
|
'bg-blue-50 text-blue-700 dark:bg-blue-300 dark:text-white/80': !context.focused && context.selected
|
|
1600
1643
|
})
|
|
1601
1644
|
};
|
|
@@ -1606,8 +1649,8 @@ var Tailwind = {
|
|
|
1606
1649
|
transition: TRANSITIONS.overlay
|
|
1607
1650
|
},
|
|
1608
1651
|
chips: {
|
|
1609
|
-
root: function root(
|
|
1610
|
-
var props =
|
|
1652
|
+
root: function root(_ref83) {
|
|
1653
|
+
var props = _ref83.props;
|
|
1611
1654
|
return {
|
|
1612
1655
|
className: classNames('flex', {
|
|
1613
1656
|
'opacity-60 select-none pointer-events-none cursor-default': props.disabled
|
|
@@ -1629,8 +1672,8 @@ var Tailwind = {
|
|
|
1629
1672
|
removeTokenIcon: 'ml-2'
|
|
1630
1673
|
},
|
|
1631
1674
|
colorpicker: {
|
|
1632
|
-
root: function root(
|
|
1633
|
-
var props =
|
|
1675
|
+
root: function root(_ref84) {
|
|
1676
|
+
var props = _ref84.props;
|
|
1634
1677
|
return {
|
|
1635
1678
|
className: classNames('inline-block', {
|
|
1636
1679
|
'opacity-60 select-none pointer-events-none cursor-default': props.disabled
|
|
@@ -1640,8 +1683,8 @@ var Tailwind = {
|
|
|
1640
1683
|
input: {
|
|
1641
1684
|
className: classNames('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')
|
|
1642
1685
|
},
|
|
1643
|
-
panel: function panel(
|
|
1644
|
-
var props =
|
|
1686
|
+
panel: function panel(_ref85) {
|
|
1687
|
+
var props = _ref85.props;
|
|
1645
1688
|
return {
|
|
1646
1689
|
className: classNames('shadow-md', 'bg-gray-800 border-gray-900', {
|
|
1647
1690
|
'relative h-48 w-52': props.inline,
|
|
@@ -1681,8 +1724,8 @@ var Tailwind = {
|
|
|
1681
1724
|
},
|
|
1682
1725
|
//MISC
|
|
1683
1726
|
badge: {
|
|
1684
|
-
root: function root(
|
|
1685
|
-
var props =
|
|
1727
|
+
root: function root(_ref86) {
|
|
1728
|
+
var props = _ref86.props;
|
|
1686
1729
|
return {
|
|
1687
1730
|
className: classNames('rounded-full p-0 text-center inline-block', 'bg-blue-500 text-white font-bold', {
|
|
1688
1731
|
'bg-gray-500 ': props.severity == 'secondary',
|
|
@@ -1700,9 +1743,9 @@ var Tailwind = {
|
|
|
1700
1743
|
}
|
|
1701
1744
|
},
|
|
1702
1745
|
avatar: {
|
|
1703
|
-
root: function root(
|
|
1704
|
-
var props =
|
|
1705
|
-
state =
|
|
1746
|
+
root: function root(_ref87) {
|
|
1747
|
+
var props = _ref87.props,
|
|
1748
|
+
state = _ref87.state;
|
|
1706
1749
|
return {
|
|
1707
1750
|
className: classNames('flex items-center justify-center', 'bg-gray-300 dark:bg-gray-800', {
|
|
1708
1751
|
'rounded-lg': props.shape == 'square',
|
|
@@ -1738,8 +1781,8 @@ var Tailwind = {
|
|
|
1738
1781
|
root: {
|
|
1739
1782
|
className: classNames('overflow-hidden relative', 'border-0 h-6 bg-gray-200 rounded-md dark:bg-gray-800')
|
|
1740
1783
|
},
|
|
1741
|
-
value: function value(
|
|
1742
|
-
var props =
|
|
1784
|
+
value: function value(_ref88) {
|
|
1785
|
+
var props = _ref88.props;
|
|
1743
1786
|
return {
|
|
1744
1787
|
className: classNames('border-0 m-0 bg-blue-500', {
|
|
1745
1788
|
'transition-width duration-1000 ease-in-out absolute items-center border-0 flex h-full justify-center overflow-hidden w-0': props.mode !== 'indeterminate',
|
|
@@ -1759,8 +1802,8 @@ var Tailwind = {
|
|
|
1759
1802
|
circle: 'text-red-500 progress-spinner-circle'
|
|
1760
1803
|
},
|
|
1761
1804
|
skeleton: {
|
|
1762
|
-
root: function root(
|
|
1763
|
-
var props =
|
|
1805
|
+
root: function root(_ref89) {
|
|
1806
|
+
var props = _ref89.props;
|
|
1764
1807
|
return {
|
|
1765
1808
|
className: classNames('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', {
|
|
1766
1809
|
'rounded-md': props.shape !== 'circle',
|
|
@@ -1770,8 +1813,8 @@ var Tailwind = {
|
|
|
1770
1813
|
}
|
|
1771
1814
|
},
|
|
1772
1815
|
tag: {
|
|
1773
|
-
root: function root(
|
|
1774
|
-
var props =
|
|
1816
|
+
root: function root(_ref90) {
|
|
1817
|
+
var props = _ref90.props;
|
|
1775
1818
|
return {
|
|
1776
1819
|
className: classNames('inline-flex items-center justify-center', 'bg-blue-500 text-white text-xs font-semibold px-2 py-1 ', {
|
|
1777
1820
|
'bg-gray-500 ': props.severity == 'secondary',
|
|
@@ -1795,8 +1838,8 @@ var Tailwind = {
|
|
|
1795
1838
|
}
|
|
1796
1839
|
},
|
|
1797
1840
|
scrolltop: {
|
|
1798
|
-
root: function root(
|
|
1799
|
-
var props =
|
|
1841
|
+
root: function root(_ref91) {
|
|
1842
|
+
var props = _ref91.props;
|
|
1800
1843
|
return {
|
|
1801
1844
|
className: classNames('fixed bottom-20 right-20 flex items-center justify-center', 'ml-auto', {
|
|
1802
1845
|
'!bg-blue-500 hover:bg-blue-600 text-white rounded-md h-8 w-8': props.target == 'parent',
|
|
@@ -1805,10 +1848,13 @@ var Tailwind = {
|
|
|
1805
1848
|
};
|
|
1806
1849
|
},
|
|
1807
1850
|
transition: {
|
|
1808
|
-
|
|
1809
|
-
|
|
1810
|
-
|
|
1811
|
-
|
|
1851
|
+
timeout: 150,
|
|
1852
|
+
classNames: {
|
|
1853
|
+
enter: 'opacity-0',
|
|
1854
|
+
enterActive: '!opacity-100 transition-opacity duration-150',
|
|
1855
|
+
exit: 'opacity-100',
|
|
1856
|
+
exitActive: '!opacity-0 transition-opacity duration-150'
|
|
1857
|
+
}
|
|
1812
1858
|
}
|
|
1813
1859
|
},
|
|
1814
1860
|
terminal: {
|
|
@@ -1843,8 +1889,8 @@ var Tailwind = {
|
|
|
1843
1889
|
className: classNames('m-0 p-0 list-none', 'outline-none')
|
|
1844
1890
|
},
|
|
1845
1891
|
menuitem: 'relative',
|
|
1846
|
-
content: function content(
|
|
1847
|
-
var context =
|
|
1892
|
+
content: function content(_ref92) {
|
|
1893
|
+
var context = _ref92.context;
|
|
1848
1894
|
return {
|
|
1849
1895
|
className: classNames('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',
|
|
1850
1896
|
// Hover
|
|
@@ -1862,13 +1908,18 @@ var Tailwind = {
|
|
|
1862
1908
|
icon: 'text-gray-600 dark:text-white/70 mr-2',
|
|
1863
1909
|
label: 'text-gray-600 dark:text-white/70',
|
|
1864
1910
|
transition: {
|
|
1865
|
-
|
|
1866
|
-
|
|
1911
|
+
timeout: {
|
|
1912
|
+
enter: 250
|
|
1913
|
+
},
|
|
1914
|
+
classNames: {
|
|
1915
|
+
enter: 'opacity-0',
|
|
1916
|
+
enterActive: '!opacity-100 transition-opacity duration-250'
|
|
1917
|
+
}
|
|
1867
1918
|
}
|
|
1868
1919
|
},
|
|
1869
1920
|
dock: {
|
|
1870
|
-
root: function root(
|
|
1871
|
-
var props =
|
|
1921
|
+
root: function root(_ref93) {
|
|
1922
|
+
var props = _ref93.props;
|
|
1872
1923
|
return {
|
|
1873
1924
|
className: classNames('absolute z-1 flex justify-center items-center pointer-events-none', {
|
|
1874
1925
|
'left-0 bottom-0 w-full': props.position == 'bottom',
|
|
@@ -1881,18 +1932,18 @@ var Tailwind = {
|
|
|
1881
1932
|
container: {
|
|
1882
1933
|
className: classNames('flex pointer-events-auto', 'bg-white/10 border-white/20 p-2 border rounded-md')
|
|
1883
1934
|
},
|
|
1884
|
-
menu: function menu(
|
|
1885
|
-
var props =
|
|
1935
|
+
menu: function menu(_ref94) {
|
|
1936
|
+
var props = _ref94.props;
|
|
1886
1937
|
return {
|
|
1887
1938
|
className: classNames('m-0 p-0 list-none flex items-center justify-center', 'outline-none', {
|
|
1888
1939
|
'flex-col': props.position == 'left' || props.position == 'right'
|
|
1889
1940
|
})
|
|
1890
1941
|
};
|
|
1891
1942
|
},
|
|
1892
|
-
menuitem: function menuitem(
|
|
1893
|
-
var props =
|
|
1894
|
-
context =
|
|
1895
|
-
state =
|
|
1943
|
+
menuitem: function menuitem(_ref95) {
|
|
1944
|
+
var props = _ref95.props,
|
|
1945
|
+
context = _ref95.context,
|
|
1946
|
+
state = _ref95.state;
|
|
1896
1947
|
return {
|
|
1897
1948
|
className: classNames('p-2 rounded-md', 'transition-all duration-200 ease-cubic-bezier-will-change-transform transform ', {
|
|
1898
1949
|
'origin-bottom hover:mx-6': props.position == 'bottom',
|
|
@@ -1915,8 +1966,8 @@ var Tailwind = {
|
|
|
1915
1966
|
menu: {
|
|
1916
1967
|
className: classNames('m-0 p-0 list-none', 'outline-none')
|
|
1917
1968
|
},
|
|
1918
|
-
content: function content(
|
|
1919
|
-
var context =
|
|
1969
|
+
content: function content(_ref96) {
|
|
1970
|
+
var context = _ref96.context;
|
|
1920
1971
|
return {
|
|
1921
1972
|
className: classNames('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',
|
|
1922
1973
|
// Hover
|
|
@@ -1938,8 +1989,8 @@ var Tailwind = {
|
|
|
1938
1989
|
root: {
|
|
1939
1990
|
className: classNames('p-2 bg-gray-100 dark:bg-gray-900 border border-gray-300 dark:border-blue-900/40 rounded-md', 'flex items-center relative')
|
|
1940
1991
|
},
|
|
1941
|
-
menu: function menu(
|
|
1942
|
-
var state =
|
|
1992
|
+
menu: function menu(_ref97) {
|
|
1993
|
+
var state = _ref97.state;
|
|
1943
1994
|
return {
|
|
1944
1995
|
className: classNames('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', {
|
|
1945
1996
|
'hidden ': !(state !== null && state !== void 0 && state.mobileActive),
|
|
@@ -1947,9 +1998,9 @@ var Tailwind = {
|
|
|
1947
1998
|
})
|
|
1948
1999
|
};
|
|
1949
2000
|
},
|
|
1950
|
-
menuitem: function menuitem(
|
|
1951
|
-
var props =
|
|
1952
|
-
context =
|
|
2001
|
+
menuitem: function menuitem(_ref98) {
|
|
2002
|
+
var props = _ref98.props,
|
|
2003
|
+
context = _ref98.context;
|
|
1953
2004
|
return {
|
|
1954
2005
|
className: classNames('sm:relative sm:w-auto w-full static', 'transition-shadow duration-200', {
|
|
1955
2006
|
'rounded-md': props.root
|
|
@@ -1962,27 +2013,27 @@ var Tailwind = {
|
|
|
1962
2013
|
})
|
|
1963
2014
|
};
|
|
1964
2015
|
},
|
|
1965
|
-
action: function action(
|
|
1966
|
-
var context =
|
|
2016
|
+
action: function action(_ref99) {
|
|
2017
|
+
var context = _ref99.context;
|
|
1967
2018
|
return {
|
|
1968
2019
|
className: classNames('select-none', 'cursor-pointer flex items-center no-underline overflow-hidden relative', 'py-3 px-5 select-none', {
|
|
1969
|
-
'
|
|
1970
|
-
'
|
|
2020
|
+
'pl-9 sm:pl-5': context.level === 1,
|
|
2021
|
+
'pl-14 sm:pl-5': context.level === 2
|
|
1971
2022
|
})
|
|
1972
2023
|
};
|
|
1973
2024
|
},
|
|
1974
2025
|
icon: 'mr-2',
|
|
1975
|
-
submenuicon: function submenuicon(
|
|
1976
|
-
var props =
|
|
2026
|
+
submenuicon: function submenuicon(_ref100) {
|
|
2027
|
+
var props = _ref100.props;
|
|
1977
2028
|
return {
|
|
1978
|
-
className: classNames(
|
|
1979
|
-
'ml-2': props.root,
|
|
2029
|
+
className: classNames({
|
|
2030
|
+
'ml-auto sm:ml-2': props.root,
|
|
1980
2031
|
'ml-auto': !props.root
|
|
1981
2032
|
})
|
|
1982
2033
|
};
|
|
1983
2034
|
},
|
|
1984
|
-
submenu: function submenu(
|
|
1985
|
-
var props =
|
|
2035
|
+
submenu: function submenu(_ref101) {
|
|
2036
|
+
var props = _ref101.props;
|
|
1986
2037
|
return {
|
|
1987
2038
|
className: classNames('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', {
|
|
1988
2039
|
'sm:absolute sm:left-full sm:top-0': !props.root
|
|
@@ -1995,8 +2046,8 @@ var Tailwind = {
|
|
|
1995
2046
|
}
|
|
1996
2047
|
},
|
|
1997
2048
|
megamenu: {
|
|
1998
|
-
root: function root(
|
|
1999
|
-
var props =
|
|
2049
|
+
root: function root(_ref102) {
|
|
2050
|
+
var props = _ref102.props;
|
|
2000
2051
|
return {
|
|
2001
2052
|
className: classNames('bg-gray-100 dark:bg-gray-900 border border-gray-300 dark:border-blue-900/40 rounded-md', 'flex relative', {
|
|
2002
2053
|
'p-2 items-center': props.orientation == 'horizontal',
|
|
@@ -2007,9 +2058,9 @@ var Tailwind = {
|
|
|
2007
2058
|
menu: {
|
|
2008
2059
|
className: classNames('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')
|
|
2009
2060
|
},
|
|
2010
|
-
menuitem: function menuitem(
|
|
2011
|
-
var props =
|
|
2012
|
-
context =
|
|
2061
|
+
menuitem: function menuitem(_ref103) {
|
|
2062
|
+
var props = _ref103.props,
|
|
2063
|
+
context = _ref103.context;
|
|
2013
2064
|
return {
|
|
2014
2065
|
className: classNames('transition-shadow duration-200', {
|
|
2015
2066
|
'rounded-md': props.orientation == 'horizontal'
|
|
@@ -2034,8 +2085,8 @@ var Tailwind = {
|
|
|
2034
2085
|
icon: {
|
|
2035
2086
|
className: 'mr-2'
|
|
2036
2087
|
},
|
|
2037
|
-
submenuicon: function submenuicon(
|
|
2038
|
-
var props =
|
|
2088
|
+
submenuicon: function submenuicon(_ref104) {
|
|
2089
|
+
var props = _ref104.props;
|
|
2039
2090
|
return {
|
|
2040
2091
|
className: classNames({
|
|
2041
2092
|
'ml-2': props.orientation === 'horizontal',
|
|
@@ -2043,8 +2094,8 @@ var Tailwind = {
|
|
|
2043
2094
|
})
|
|
2044
2095
|
};
|
|
2045
2096
|
},
|
|
2046
|
-
panel: function panel(
|
|
2047
|
-
var props =
|
|
2097
|
+
panel: function panel(_ref105) {
|
|
2098
|
+
var props = _ref105.props;
|
|
2048
2099
|
return {
|
|
2049
2100
|
className: classNames('py-1 bg-white dark:bg-gray-900 border-0 shadow-md w-auto', 'absolute z-10', {
|
|
2050
2101
|
'left-full top-0': props.orientation !== 'horizontal'
|
|
@@ -2080,8 +2131,8 @@ var Tailwind = {
|
|
|
2080
2131
|
menu: {
|
|
2081
2132
|
className: classNames('outline-none', 'm-0 p-0 list-none')
|
|
2082
2133
|
},
|
|
2083
|
-
menuitem: function menuitem(
|
|
2084
|
-
var context =
|
|
2134
|
+
menuitem: function menuitem(_ref106) {
|
|
2135
|
+
var context = _ref106.context;
|
|
2085
2136
|
return {
|
|
2086
2137
|
className: classNames('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',
|
|
2087
2138
|
// Hover
|
|
@@ -2119,9 +2170,9 @@ var Tailwind = {
|
|
|
2119
2170
|
className: classNames('flex m-0 p-0 list-none flex-nowrap', 'bg-white border-solid border-gray-300 border-b-2', 'outline-none no-underline text-base list-none')
|
|
2120
2171
|
},
|
|
2121
2172
|
menuitem: 'mr-0',
|
|
2122
|
-
action: function action(
|
|
2123
|
-
var context =
|
|
2124
|
-
state =
|
|
2173
|
+
action: function action(_ref107) {
|
|
2174
|
+
var context = _ref107.context,
|
|
2175
|
+
state = _ref107.state;
|
|
2125
2176
|
return {
|
|
2126
2177
|
className: classNames('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)]', {
|
|
2127
2178
|
'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.activeIndex !== context.index,
|
|
@@ -2142,8 +2193,8 @@ var Tailwind = {
|
|
|
2142
2193
|
},
|
|
2143
2194
|
content: 'relative overflow-x-hidden overflow-y-auto h-full',
|
|
2144
2195
|
menu: 'outline-none m-0 p-0 list-none absolute top-0 block',
|
|
2145
|
-
menuitem: function menuitem(
|
|
2146
|
-
var context =
|
|
2196
|
+
menuitem: function menuitem(_ref108) {
|
|
2197
|
+
var context = _ref108.context;
|
|
2147
2198
|
return {
|
|
2148
2199
|
className: classNames({
|
|
2149
2200
|
relative: !context.active,
|
|
@@ -2151,8 +2202,8 @@ var Tailwind = {
|
|
|
2151
2202
|
})
|
|
2152
2203
|
};
|
|
2153
2204
|
},
|
|
2154
|
-
action: function action(
|
|
2155
|
-
var context =
|
|
2205
|
+
action: function action(_ref109) {
|
|
2206
|
+
var context = _ref109.context;
|
|
2156
2207
|
return {
|
|
2157
2208
|
className: classNames('py-3 px-5 select-none', 'flex items-center cursor-pointer no-underline relative overflow-hidden', {
|
|
2158
2209
|
'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,
|
|
@@ -2160,8 +2211,8 @@ var Tailwind = {
|
|
|
2160
2211
|
})
|
|
2161
2212
|
};
|
|
2162
2213
|
},
|
|
2163
|
-
previous: function previous(
|
|
2164
|
-
var state =
|
|
2214
|
+
previous: function previous(_ref110) {
|
|
2215
|
+
var state = _ref110.state;
|
|
2165
2216
|
return {
|
|
2166
2217
|
className: classNames('py-3 px-5 cursor-pointer bottom-0 w-full text-gray-700 dark:text-white/80', {
|
|
2167
2218
|
hidden: state.level === 0
|
|
@@ -2184,8 +2235,8 @@ var Tailwind = {
|
|
|
2184
2235
|
className: classNames('outline-none', 'm-0 p-0 list-none')
|
|
2185
2236
|
},
|
|
2186
2237
|
menuitem: 'relative',
|
|
2187
|
-
content: function content(
|
|
2188
|
-
var context =
|
|
2238
|
+
content: function content(_ref111) {
|
|
2239
|
+
var context = _ref111.context;
|
|
2189
2240
|
return {
|
|
2190
2241
|
className: classNames('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',
|
|
2191
2242
|
//Hover
|
|
@@ -2197,8 +2248,8 @@ var Tailwind = {
|
|
|
2197
2248
|
})
|
|
2198
2249
|
};
|
|
2199
2250
|
},
|
|
2200
|
-
action: function action(
|
|
2201
|
-
var context =
|
|
2251
|
+
action: function action(_ref112) {
|
|
2252
|
+
var context = _ref112.context;
|
|
2202
2253
|
return {
|
|
2203
2254
|
className: classNames('py-3 px-5 select-none', 'flex items-center cursor-pointer no-underline relative overflow-hidden', {
|
|
2204
2255
|
'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,
|
|
@@ -2249,10 +2300,13 @@ var Tailwind = {
|
|
|
2249
2300
|
},
|
|
2250
2301
|
closeicon: 'w-6 h-6',
|
|
2251
2302
|
transition: {
|
|
2252
|
-
|
|
2253
|
-
|
|
2254
|
-
|
|
2255
|
-
|
|
2303
|
+
timeout: 150,
|
|
2304
|
+
classNames: {
|
|
2305
|
+
enter: 'opacity-0 scale-75',
|
|
2306
|
+
enterActive: '!opacity-100 !scale-100 transition-all duration-150 ease-in-out',
|
|
2307
|
+
exit: 'opacity-100 scale-100',
|
|
2308
|
+
exitActive: '!opacity-0 !scale-75 transition-all duration-150 ease-in'
|
|
2309
|
+
}
|
|
2256
2310
|
}
|
|
2257
2311
|
},
|
|
2258
2312
|
galleria: {
|
|
@@ -2280,8 +2334,8 @@ var Tailwind = {
|
|
|
2280
2334
|
className: classNames('flex items-center justify-center', 'p-4')
|
|
2281
2335
|
},
|
|
2282
2336
|
indicator: 'mr-2',
|
|
2283
|
-
indicatorbutton: function indicatorbutton(
|
|
2284
|
-
var context =
|
|
2337
|
+
indicatorbutton: function indicatorbutton(_ref113) {
|
|
2338
|
+
var context = _ref113.context;
|
|
2285
2339
|
return {
|
|
2286
2340
|
className: classNames('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)]', {
|
|
2287
2341
|
'bg-gray-200 hover:bg-gray-300 dark:bg-gray-700 dark:hover:bg-gray-600': !context.highlighted,
|
|
@@ -2289,8 +2343,8 @@ var Tailwind = {
|
|
|
2289
2343
|
})
|
|
2290
2344
|
};
|
|
2291
2345
|
},
|
|
2292
|
-
mask: function mask(
|
|
2293
|
-
var state =
|
|
2346
|
+
mask: function mask(_ref114) {
|
|
2347
|
+
var state = _ref114.state;
|
|
2294
2348
|
return {
|
|
2295
2349
|
className: classNames({
|
|
2296
2350
|
'fixed top-0 left-0 w-full h-full flex items-center justify-center bg-black bg-opacity-90': state.visible
|
|
@@ -2311,17 +2365,20 @@ var Tailwind = {
|
|
|
2311
2365
|
className: classNames('absolute bottom-0 left-0 w-full', 'bg-black/50 text-white p-4')
|
|
2312
2366
|
},
|
|
2313
2367
|
transition: {
|
|
2314
|
-
|
|
2315
|
-
|
|
2316
|
-
|
|
2317
|
-
|
|
2368
|
+
timeout: 150,
|
|
2369
|
+
classNames: {
|
|
2370
|
+
enter: 'opacity-0 scale-75',
|
|
2371
|
+
enterActive: '!opacity-100 !scale-100 transition-all duration-150 ease-in-out',
|
|
2372
|
+
exit: 'opacity-100 scale-100',
|
|
2373
|
+
exitActive: '!opacity-0 !scale-75 transition-all duration-150 ease-in'
|
|
2374
|
+
}
|
|
2318
2375
|
}
|
|
2319
2376
|
},
|
|
2320
2377
|
carousel: {
|
|
2321
2378
|
root: 'flex flex-col',
|
|
2322
2379
|
content: 'flex flex-col overflow-auto',
|
|
2323
|
-
container: function container(
|
|
2324
|
-
var props =
|
|
2380
|
+
container: function container(_ref115) {
|
|
2381
|
+
var props = _ref115.props;
|
|
2325
2382
|
return {
|
|
2326
2383
|
className: classNames('flex', {
|
|
2327
2384
|
'flex-row': props.orientation !== 'vertical',
|
|
@@ -2333,8 +2390,8 @@ var Tailwind = {
|
|
|
2333
2390
|
className: classNames('flex justify-center items-center self-center overflow-hidden relative shrink-0 grow-0', 'w-8 h-8 text-gray-600 border-0 bg-transparent rounded-full transition duration-200 ease-in-out mx-2')
|
|
2334
2391
|
},
|
|
2335
2392
|
itemscontent: 'overflow-hidden w-full',
|
|
2336
|
-
itemscontainer: function itemscontainer(
|
|
2337
|
-
var props =
|
|
2393
|
+
itemscontainer: function itemscontainer(_ref116) {
|
|
2394
|
+
var props = _ref116.props;
|
|
2338
2395
|
return {
|
|
2339
2396
|
className: classNames('flex ', {
|
|
2340
2397
|
'flex-row': props.orientation !== 'vertical',
|
|
@@ -2342,8 +2399,8 @@ var Tailwind = {
|
|
|
2342
2399
|
})
|
|
2343
2400
|
};
|
|
2344
2401
|
},
|
|
2345
|
-
item: function item(
|
|
2346
|
-
var props =
|
|
2402
|
+
item: function item(_ref117) {
|
|
2403
|
+
var props = _ref117.props;
|
|
2347
2404
|
return {
|
|
2348
2405
|
className: classNames('flex shrink-0 grow', {
|
|
2349
2406
|
'w-1/3': props.orientation !== 'vertical',
|
|
@@ -2355,8 +2412,8 @@ var Tailwind = {
|
|
|
2355
2412
|
className: classNames('flex flex-row justify-center flex-wrap')
|
|
2356
2413
|
},
|
|
2357
2414
|
indicator: 'mr-2 mb-2',
|
|
2358
|
-
indicatorbutton: function indicatorbutton(
|
|
2359
|
-
var context =
|
|
2415
|
+
indicatorbutton: function indicatorbutton(_ref118) {
|
|
2416
|
+
var context = _ref118.context;
|
|
2360
2417
|
return {
|
|
2361
2418
|
className: classNames('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)]', {
|
|
2362
2419
|
'bg-blue-500 hover:bg-blue-600': context.active,
|
|
@@ -2372,9 +2429,9 @@ var Tailwind = {
|
|
|
2372
2429
|
wrapper: 'overflow-auto',
|
|
2373
2430
|
container: 'm-0 p-0 list-none overflow-auto',
|
|
2374
2431
|
node: 'p-1 outline-none',
|
|
2375
|
-
content: function content(
|
|
2376
|
-
var context =
|
|
2377
|
-
props =
|
|
2432
|
+
content: function content(_ref119) {
|
|
2433
|
+
var context = _ref119.context,
|
|
2434
|
+
props = _ref119.props;
|
|
2378
2435
|
return {
|
|
2379
2436
|
className: classNames('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)]', {
|
|
2380
2437
|
'bg-blue-50 text-blue-600': context.selected
|
|
@@ -2383,8 +2440,8 @@ var Tailwind = {
|
|
|
2383
2440
|
})
|
|
2384
2441
|
};
|
|
2385
2442
|
},
|
|
2386
|
-
toggler: function toggler(
|
|
2387
|
-
var context =
|
|
2443
|
+
toggler: function toggler(_ref120) {
|
|
2444
|
+
var context = _ref120.context;
|
|
2388
2445
|
return {
|
|
2389
2446
|
className: classNames('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)]', {
|
|
2390
2447
|
'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,
|
|
@@ -2395,9 +2452,9 @@ var Tailwind = {
|
|
|
2395
2452
|
};
|
|
2396
2453
|
},
|
|
2397
2454
|
checkboxcontainer: 'mr-2',
|
|
2398
|
-
checkbox: function checkbox(
|
|
2399
|
-
var context =
|
|
2400
|
-
props =
|
|
2455
|
+
checkbox: function checkbox(_ref121) {
|
|
2456
|
+
var context = _ref121.context,
|
|
2457
|
+
props = _ref121.props;
|
|
2401
2458
|
return {
|
|
2402
2459
|
className: classNames('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', {
|
|
2403
2460
|
'border-gray-300 bg-white dark:border-blue-900/40 dark:bg-gray-900': !context.checked,
|
|
@@ -2422,8 +2479,8 @@ var Tailwind = {
|
|
|
2422
2479
|
},
|
|
2423
2480
|
// DATA
|
|
2424
2481
|
timeline: {
|
|
2425
|
-
root: function root(
|
|
2426
|
-
var props =
|
|
2482
|
+
root: function root(_ref122) {
|
|
2483
|
+
var props = _ref122.props;
|
|
2427
2484
|
return {
|
|
2428
2485
|
className: classNames('flex grow', {
|
|
2429
2486
|
'flex-col': props.layout === 'vertical',
|
|
@@ -2431,9 +2488,9 @@ var Tailwind = {
|
|
|
2431
2488
|
})
|
|
2432
2489
|
};
|
|
2433
2490
|
},
|
|
2434
|
-
event: function event(
|
|
2435
|
-
var props =
|
|
2436
|
-
context =
|
|
2491
|
+
event: function event(_ref123) {
|
|
2492
|
+
var props = _ref123.props,
|
|
2493
|
+
context = _ref123.context;
|
|
2437
2494
|
return {
|
|
2438
2495
|
className: classNames('flex relative min-h-[70px]', {
|
|
2439
2496
|
'flex-row-reverse': props.align === 'right' || props.layout === 'vertical' && props.align === 'alternate' && context.index % 2 === 1,
|
|
@@ -2442,9 +2499,9 @@ var Tailwind = {
|
|
|
2442
2499
|
})
|
|
2443
2500
|
};
|
|
2444
2501
|
},
|
|
2445
|
-
opposite: function opposite(
|
|
2446
|
-
var props =
|
|
2447
|
-
context =
|
|
2502
|
+
opposite: function opposite(_ref124) {
|
|
2503
|
+
var props = _ref124.props,
|
|
2504
|
+
context = _ref124.context;
|
|
2448
2505
|
return {
|
|
2449
2506
|
className: classNames('flex-1', {
|
|
2450
2507
|
'px-4': props.layout === 'vertical',
|
|
@@ -2455,8 +2512,8 @@ var Tailwind = {
|
|
|
2455
2512
|
})
|
|
2456
2513
|
};
|
|
2457
2514
|
},
|
|
2458
|
-
separator: function separator(
|
|
2459
|
-
var props =
|
|
2515
|
+
separator: function separator(_ref125) {
|
|
2516
|
+
var props = _ref125.props;
|
|
2460
2517
|
return {
|
|
2461
2518
|
className: classNames('flex items-center flex-initial', {
|
|
2462
2519
|
'flex-col': props.layout === 'vertical',
|
|
@@ -2465,8 +2522,8 @@ var Tailwind = {
|
|
|
2465
2522
|
};
|
|
2466
2523
|
},
|
|
2467
2524
|
marker: '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',
|
|
2468
|
-
connector: function connector(
|
|
2469
|
-
var props =
|
|
2525
|
+
connector: function connector(_ref126) {
|
|
2526
|
+
var props = _ref126.props;
|
|
2470
2527
|
return {
|
|
2471
2528
|
className: classNames('grow bg-gray-300 dark:bg-blue-900/40', {
|
|
2472
2529
|
'w-[2px]': props.layout === 'vertical',
|
|
@@ -2474,9 +2531,9 @@ var Tailwind = {
|
|
|
2474
2531
|
})
|
|
2475
2532
|
};
|
|
2476
2533
|
},
|
|
2477
|
-
content: function content(
|
|
2478
|
-
var props =
|
|
2479
|
-
context =
|
|
2534
|
+
content: function content(_ref127) {
|
|
2535
|
+
var props = _ref127.props,
|
|
2536
|
+
context = _ref127.context;
|
|
2480
2537
|
return {
|
|
2481
2538
|
className: classNames('flex-1', {
|
|
2482
2539
|
'px-4': props.layout === 'vertical',
|
|
@@ -2501,16 +2558,16 @@ var Tailwind = {
|
|
|
2501
2558
|
header: 'bg-gray-100 dark:bg-gray-800 text-gray-800 dark:text-white/80 border-gray-200 dark:border-blue-900/40 border-t border-b p-4 font-bold'
|
|
2502
2559
|
},
|
|
2503
2560
|
dataviewlayoutoptions: {
|
|
2504
|
-
listbutton: function listbutton(
|
|
2505
|
-
var props =
|
|
2561
|
+
listbutton: function listbutton(_ref128) {
|
|
2562
|
+
var props = _ref128.props;
|
|
2506
2563
|
return {
|
|
2507
2564
|
className: classNames('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
|
|
2508
2565
|
)
|
|
2509
2566
|
};
|
|
2510
2567
|
},
|
|
2511
2568
|
|
|
2512
|
-
gridbutton: function gridbutton(
|
|
2513
|
-
var props =
|
|
2569
|
+
gridbutton: function gridbutton(_ref129) {
|
|
2570
|
+
var props = _ref129.props;
|
|
2514
2571
|
return {
|
|
2515
2572
|
className: classNames('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
|
|
2516
2573
|
)
|
|
@@ -2541,8 +2598,8 @@ var Tailwind = {
|
|
|
2541
2598
|
)
|
|
2542
2599
|
},
|
|
2543
2600
|
|
|
2544
|
-
lineleft: function lineleft(
|
|
2545
|
-
var context =
|
|
2601
|
+
lineleft: function lineleft(_ref130) {
|
|
2602
|
+
var context = _ref130.context;
|
|
2546
2603
|
return {
|
|
2547
2604
|
className: classNames('text-center align-top py-0 px-3 rounded-none border-r border-gray-300', 'dark:border-blue-900/40',
|
|
2548
2605
|
//Dark Mode
|
|
@@ -2551,8 +2608,8 @@ var Tailwind = {
|
|
|
2551
2608
|
})
|
|
2552
2609
|
};
|
|
2553
2610
|
},
|
|
2554
|
-
lineright: function lineright(
|
|
2555
|
-
var context =
|
|
2611
|
+
lineright: function lineright(_ref131) {
|
|
2612
|
+
var context = _ref131.context;
|
|
2556
2613
|
return {
|
|
2557
2614
|
className: classNames('text-center align-top py-0 px-3 rounded-none', 'dark:border-blue-900/40',
|
|
2558
2615
|
//Dark Mode
|
|
@@ -2573,8 +2630,8 @@ var Tailwind = {
|
|
|
2573
2630
|
root: 'flex',
|
|
2574
2631
|
controls: 'flex flex-col justify-center p-5',
|
|
2575
2632
|
moveupbutton: {
|
|
2576
|
-
root: function root(
|
|
2577
|
-
var context =
|
|
2633
|
+
root: function root(_ref132) {
|
|
2634
|
+
var context = _ref132.context;
|
|
2578
2635
|
return {
|
|
2579
2636
|
className: classNames('relative inline-flex cursor-pointer user-select-none items-center align-bottom text-center overflow-hidden m-0',
|
|
2580
2637
|
// button component
|
|
@@ -2592,8 +2649,8 @@ var Tailwind = {
|
|
|
2592
2649
|
label: 'flex-initial w-0'
|
|
2593
2650
|
},
|
|
2594
2651
|
movetopbutton: {
|
|
2595
|
-
root: function root(
|
|
2596
|
-
var context =
|
|
2652
|
+
root: function root(_ref133) {
|
|
2653
|
+
var context = _ref133.context;
|
|
2597
2654
|
return {
|
|
2598
2655
|
className: classNames('relative inline-flex cursor-pointer user-select-none items-center align-bottom text-center overflow-hidden m-0',
|
|
2599
2656
|
// button component
|
|
@@ -2611,8 +2668,8 @@ var Tailwind = {
|
|
|
2611
2668
|
label: 'flex-initial w-0'
|
|
2612
2669
|
},
|
|
2613
2670
|
movedownbutton: {
|
|
2614
|
-
root: function root(
|
|
2615
|
-
var context =
|
|
2671
|
+
root: function root(_ref134) {
|
|
2672
|
+
var context = _ref134.context;
|
|
2616
2673
|
return {
|
|
2617
2674
|
className: classNames('relative inline-flex cursor-pointer user-select-none items-center align-bottom text-center overflow-hidden m-0',
|
|
2618
2675
|
// button component
|
|
@@ -2630,8 +2687,8 @@ var Tailwind = {
|
|
|
2630
2687
|
label: 'flex-initial w-0'
|
|
2631
2688
|
},
|
|
2632
2689
|
movebottombutton: {
|
|
2633
|
-
root: function root(
|
|
2634
|
-
var context =
|
|
2690
|
+
root: function root(_ref135) {
|
|
2691
|
+
var context = _ref135.context;
|
|
2635
2692
|
return {
|
|
2636
2693
|
className: classNames('relative inline-flex cursor-pointer user-select-none items-center align-bottom text-center overflow-hidden m-0',
|
|
2637
2694
|
// button component
|
|
@@ -2659,8 +2716,8 @@ var Tailwind = {
|
|
|
2659
2716
|
)
|
|
2660
2717
|
},
|
|
2661
2718
|
|
|
2662
|
-
item: function item(
|
|
2663
|
-
var context =
|
|
2719
|
+
item: function item(_ref136) {
|
|
2720
|
+
var context = _ref136.context;
|
|
2664
2721
|
return {
|
|
2665
2722
|
className: classNames('relative cursor-pointer overflow-hidden', 'py-3 px-5 m-0 border-none text-gray-600 dark:text-white/80', 'transition duration-200', {
|
|
2666
2723
|
'text-blue-700 bg-blue-500/20 dark:bg-blue-300/20': context.selected
|
|
@@ -2738,8 +2795,8 @@ var Tailwind = {
|
|
|
2738
2795
|
)
|
|
2739
2796
|
},
|
|
2740
2797
|
|
|
2741
|
-
item: function item(
|
|
2742
|
-
var context =
|
|
2798
|
+
item: function item(_ref137) {
|
|
2799
|
+
var context = _ref137.context;
|
|
2743
2800
|
return {
|
|
2744
2801
|
className: classNames('relative cursor-pointer overflow-hidden', 'py-3 px-5 m-0 border-none text-gray-600 dark:text-white/80', 'transition duration-200', {
|
|
2745
2802
|
'text-blue-700 bg-blue-500/20 dark:bg-blue-300/20': context.selected,
|
|
@@ -2873,10 +2930,13 @@ var Tailwind = {
|
|
|
2873
2930
|
},
|
|
2874
2931
|
|
|
2875
2932
|
transition: {
|
|
2876
|
-
|
|
2877
|
-
|
|
2878
|
-
|
|
2879
|
-
|
|
2933
|
+
timeout: 0,
|
|
2934
|
+
classNames: {
|
|
2935
|
+
enter: '!transition-none',
|
|
2936
|
+
enterActive: '!transition-none',
|
|
2937
|
+
exit: '!transition-none',
|
|
2938
|
+
exitActive: '!transition-none'
|
|
2939
|
+
}
|
|
2880
2940
|
}
|
|
2881
2941
|
},
|
|
2882
2942
|
paginator: {
|
|
@@ -2885,8 +2945,8 @@ var Tailwind = {
|
|
|
2885
2945
|
)
|
|
2886
2946
|
},
|
|
2887
2947
|
|
|
2888
|
-
firstpagebutton: function firstpagebutton(
|
|
2889
|
-
var context =
|
|
2948
|
+
firstpagebutton: function firstpagebutton(_ref138) {
|
|
2949
|
+
var context = _ref138.context;
|
|
2890
2950
|
return {
|
|
2891
2951
|
className: classNames('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',
|
|
2892
2952
|
//Dark Mode
|
|
@@ -2897,8 +2957,8 @@ var Tailwind = {
|
|
|
2897
2957
|
};
|
|
2898
2958
|
},
|
|
2899
2959
|
|
|
2900
|
-
previouspagebutton: function previouspagebutton(
|
|
2901
|
-
var context =
|
|
2960
|
+
previouspagebutton: function previouspagebutton(_ref139) {
|
|
2961
|
+
var context = _ref139.context;
|
|
2902
2962
|
return {
|
|
2903
2963
|
className: classNames('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',
|
|
2904
2964
|
//Dark Mode
|
|
@@ -2909,8 +2969,8 @@ var Tailwind = {
|
|
|
2909
2969
|
};
|
|
2910
2970
|
},
|
|
2911
2971
|
|
|
2912
|
-
nextpagebutton: function nextpagebutton(
|
|
2913
|
-
var context =
|
|
2972
|
+
nextpagebutton: function nextpagebutton(_ref140) {
|
|
2973
|
+
var context = _ref140.context;
|
|
2914
2974
|
return {
|
|
2915
2975
|
className: classNames('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',
|
|
2916
2976
|
//Dark Mode
|
|
@@ -2921,8 +2981,8 @@ var Tailwind = {
|
|
|
2921
2981
|
};
|
|
2922
2982
|
},
|
|
2923
2983
|
|
|
2924
|
-
lastpagebutton: function lastpagebutton(
|
|
2925
|
-
var context =
|
|
2984
|
+
lastpagebutton: function lastpagebutton(_ref141) {
|
|
2985
|
+
var context = _ref141.context;
|
|
2926
2986
|
return {
|
|
2927
2987
|
className: classNames('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',
|
|
2928
2988
|
//Dark Mode
|
|
@@ -2933,8 +2993,8 @@ var Tailwind = {
|
|
|
2933
2993
|
};
|
|
2934
2994
|
},
|
|
2935
2995
|
|
|
2936
|
-
pagebutton: function pagebutton(
|
|
2937
|
-
var context =
|
|
2996
|
+
pagebutton: function pagebutton(_ref142) {
|
|
2997
|
+
var context = _ref142.context;
|
|
2938
2998
|
return {
|
|
2939
2999
|
className: classNames('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',
|
|
2940
3000
|
// Dark Mode
|
|
@@ -2946,9 +3006,9 @@ var Tailwind = {
|
|
|
2946
3006
|
};
|
|
2947
3007
|
},
|
|
2948
3008
|
rowperpagedropdown: {
|
|
2949
|
-
root: function root(
|
|
2950
|
-
var props =
|
|
2951
|
-
state =
|
|
3009
|
+
root: function root(_ref143) {
|
|
3010
|
+
var props = _ref143.props,
|
|
3011
|
+
state = _ref143.state;
|
|
2952
3012
|
return {
|
|
2953
3013
|
className: classNames('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',
|
|
2954
3014
|
//DarkMode
|
|
@@ -2976,8 +3036,8 @@ var Tailwind = {
|
|
|
2976
3036
|
|
|
2977
3037
|
wrapper: 'overflow-auto',
|
|
2978
3038
|
list: 'm-0 p-0 py-3 list-none',
|
|
2979
|
-
item: function item(
|
|
2980
|
-
var context =
|
|
3039
|
+
item: function item(_ref144) {
|
|
3040
|
+
var context = _ref144.context;
|
|
2981
3041
|
return {
|
|
2982
3042
|
className: classNames('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',
|
|
2983
3043
|
// Dark Mode
|
|
@@ -2998,9 +3058,9 @@ var Tailwind = {
|
|
|
2998
3058
|
}
|
|
2999
3059
|
},
|
|
3000
3060
|
jumptopagedropdown: {
|
|
3001
|
-
root: function root(
|
|
3002
|
-
var props =
|
|
3003
|
-
state =
|
|
3061
|
+
root: function root(_ref145) {
|
|
3062
|
+
var props = _ref145.props,
|
|
3063
|
+
state = _ref145.state;
|
|
3004
3064
|
return {
|
|
3005
3065
|
className: classNames('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',
|
|
3006
3066
|
//DarkMode
|
|
@@ -3028,8 +3088,8 @@ var Tailwind = {
|
|
|
3028
3088
|
|
|
3029
3089
|
wrapper: 'overflow-auto',
|
|
3030
3090
|
list: 'm-0 p-0 py-3 list-none',
|
|
3031
|
-
item: function item(
|
|
3032
|
-
var context =
|
|
3091
|
+
item: function item(_ref146) {
|
|
3092
|
+
var context = _ref146.context;
|
|
3033
3093
|
return {
|
|
3034
3094
|
className: classNames('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',
|
|
3035
3095
|
// Dark Mode
|
|
@@ -3043,8 +3103,8 @@ var Tailwind = {
|
|
|
3043
3103
|
}
|
|
3044
3104
|
},
|
|
3045
3105
|
treetable: {
|
|
3046
|
-
root: function root(
|
|
3047
|
-
var props =
|
|
3106
|
+
root: function root(_ref147) {
|
|
3107
|
+
var props = _ref147.props;
|
|
3048
3108
|
return {
|
|
3049
3109
|
className: classNames('relative', {
|
|
3050
3110
|
'flex flex-col h-full': props.scrollHeight
|
|
@@ -3062,8 +3122,8 @@ var Tailwind = {
|
|
|
3062
3122
|
)
|
|
3063
3123
|
},
|
|
3064
3124
|
|
|
3065
|
-
scrollablewrapper: function scrollablewrapper(
|
|
3066
|
-
var props =
|
|
3125
|
+
scrollablewrapper: function scrollablewrapper(_ref148) {
|
|
3126
|
+
var props = _ref148.props;
|
|
3067
3127
|
return {
|
|
3068
3128
|
className: classNames({
|
|
3069
3129
|
'relative overflow-auto': props.scrollable,
|
|
@@ -3071,8 +3131,8 @@ var Tailwind = {
|
|
|
3071
3131
|
})
|
|
3072
3132
|
};
|
|
3073
3133
|
},
|
|
3074
|
-
wrapper: function wrapper(
|
|
3075
|
-
var props =
|
|
3134
|
+
wrapper: function wrapper(_ref149) {
|
|
3135
|
+
var props = _ref149.props;
|
|
3076
3136
|
return {
|
|
3077
3137
|
className: classNames({
|
|
3078
3138
|
'relative overflow-auto': props.scrollable,
|
|
@@ -3086,40 +3146,40 @@ var Tailwind = {
|
|
|
3086
3146
|
},
|
|
3087
3147
|
|
|
3088
3148
|
table: 'border-collapse table-fixed w-full',
|
|
3089
|
-
thead: function thead(
|
|
3090
|
-
var props =
|
|
3149
|
+
thead: function thead(_ref150) {
|
|
3150
|
+
var props = _ref150.props;
|
|
3091
3151
|
return {
|
|
3092
3152
|
className: classNames({
|
|
3093
3153
|
'block sticky top-0 z-[1]': props.scrollable
|
|
3094
3154
|
})
|
|
3095
3155
|
};
|
|
3096
3156
|
},
|
|
3097
|
-
tbody: function tbody(
|
|
3098
|
-
var props =
|
|
3157
|
+
tbody: function tbody(_ref151) {
|
|
3158
|
+
var props = _ref151.props;
|
|
3099
3159
|
return {
|
|
3100
3160
|
className: classNames({
|
|
3101
3161
|
block: props.scrollable
|
|
3102
3162
|
})
|
|
3103
3163
|
};
|
|
3104
3164
|
},
|
|
3105
|
-
tfoot: function tfoot(
|
|
3106
|
-
var props =
|
|
3165
|
+
tfoot: function tfoot(_ref152) {
|
|
3166
|
+
var props = _ref152.props;
|
|
3107
3167
|
return {
|
|
3108
3168
|
className: classNames({
|
|
3109
3169
|
block: props.scrollable
|
|
3110
3170
|
})
|
|
3111
3171
|
};
|
|
3112
3172
|
},
|
|
3113
|
-
headerrow: function headerrow(
|
|
3114
|
-
var props =
|
|
3173
|
+
headerrow: function headerrow(_ref153) {
|
|
3174
|
+
var props = _ref153.props;
|
|
3115
3175
|
return {
|
|
3116
3176
|
className: classNames({
|
|
3117
3177
|
'flex flex-nowrap w-full': props.scrollable
|
|
3118
3178
|
})
|
|
3119
3179
|
};
|
|
3120
3180
|
},
|
|
3121
|
-
row: function row(
|
|
3122
|
-
var context =
|
|
3181
|
+
row: function row(_ref154) {
|
|
3182
|
+
var context = _ref154.context;
|
|
3123
3183
|
return {
|
|
3124
3184
|
className: classNames('transition duration-200', 'focus:outline focus:outline-[0.15rem] focus:outline-blue-200 focus:outline-offset-[-0.15rem]',
|
|
3125
3185
|
// Focus
|
|
@@ -3131,8 +3191,8 @@ var Tailwind = {
|
|
|
3131
3191
|
};
|
|
3132
3192
|
},
|
|
3133
3193
|
column: {
|
|
3134
|
-
headercell: function headercell(
|
|
3135
|
-
var context =
|
|
3194
|
+
headercell: function headercell(_ref155) {
|
|
3195
|
+
var context = _ref155.context;
|
|
3136
3196
|
return {
|
|
3137
3197
|
className: classNames('text-left border-gray-300 border font-bold', 'transition duration-200 p-4', 'dark:border-blue-900/40 dark:text-white/80 dark:bg-gray-900',
|
|
3138
3198
|
//Dark Mode
|
|
@@ -3147,8 +3207,8 @@ var Tailwind = {
|
|
|
3147
3207
|
})
|
|
3148
3208
|
};
|
|
3149
3209
|
},
|
|
3150
|
-
bodycell: function bodycell(
|
|
3151
|
-
var context =
|
|
3210
|
+
bodycell: function bodycell(_ref156) {
|
|
3211
|
+
var context = _ref156.context;
|
|
3152
3212
|
return {
|
|
3153
3213
|
className: classNames('text-left border-gray-300 border', 'transition duration-200 p-4', 'dark:border-blue-900/40',
|
|
3154
3214
|
//Dark Mode
|
|
@@ -3161,8 +3221,8 @@ var Tailwind = {
|
|
|
3161
3221
|
})
|
|
3162
3222
|
};
|
|
3163
3223
|
},
|
|
3164
|
-
rowtoggler: function rowtoggler(
|
|
3165
|
-
var context =
|
|
3224
|
+
rowtoggler: function rowtoggler(_ref157) {
|
|
3225
|
+
var context = _ref157.context;
|
|
3166
3226
|
return {
|
|
3167
3227
|
className: classNames('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', {
|
|
3168
3228
|
'text-blue-700': context.selected,
|
|
@@ -3172,8 +3232,11 @@ var Tailwind = {
|
|
|
3172
3232
|
};
|
|
3173
3233
|
},
|
|
3174
3234
|
|
|
3175
|
-
|
|
3176
|
-
|
|
3235
|
+
sort: {
|
|
3236
|
+
className: 'inline-block align-middle'
|
|
3237
|
+
},
|
|
3238
|
+
sorticon: function sorticon(_ref158) {
|
|
3239
|
+
var context = _ref158.context;
|
|
3177
3240
|
return {
|
|
3178
3241
|
className: classNames('ml-2', {
|
|
3179
3242
|
'text-blue-700 dark:text-white/80': context.sorted,
|
|
@@ -3190,8 +3253,8 @@ var Tailwind = {
|
|
|
3190
3253
|
checkboxwrapper: {
|
|
3191
3254
|
className: classNames('cursor-pointer inline-flex relative select-none align-bottom', 'w-6 h-6 mr-2')
|
|
3192
3255
|
},
|
|
3193
|
-
checkbox: function checkbox(
|
|
3194
|
-
var context =
|
|
3256
|
+
checkbox: function checkbox(_ref159) {
|
|
3257
|
+
var context = _ref159.context;
|
|
3195
3258
|
return {
|
|
3196
3259
|
className: classNames('flex items-center justify-center', 'border-2 w-6 h-6 text-gray-600 rounded-lg transition-colors duration-200', {
|
|
3197
3260
|
'border-blue-500 bg-blue-500 dark:border-blue-400 dark:bg-blue-400': context.checked,
|
|
@@ -3201,8 +3264,8 @@ var Tailwind = {
|
|
|
3201
3264
|
})
|
|
3202
3265
|
};
|
|
3203
3266
|
},
|
|
3204
|
-
checkboxicon: function checkboxicon(
|
|
3205
|
-
var context =
|
|
3267
|
+
checkboxicon: function checkboxicon(_ref160) {
|
|
3268
|
+
var context = _ref160.context;
|
|
3206
3269
|
return {
|
|
3207
3270
|
className: classNames('w-4 h-4 transition-all duration-200 text-base dark:text-gray-900', {
|
|
3208
3271
|
'text-white': context.checked
|
|
@@ -3213,8 +3276,8 @@ var Tailwind = {
|
|
|
3213
3276
|
resizehelper: 'absolute hidden w-px z-10 bg-blue-500 dark:bg-blue-300'
|
|
3214
3277
|
},
|
|
3215
3278
|
datatable: {
|
|
3216
|
-
root: function root(
|
|
3217
|
-
var props =
|
|
3279
|
+
root: function root(_ref161) {
|
|
3280
|
+
var props = _ref161.props;
|
|
3218
3281
|
return {
|
|
3219
3282
|
className: classNames('relative', {
|
|
3220
3283
|
'flex flex-col h-full': props.scrollable && props.scrollHeight === 'flex'
|
|
@@ -3227,8 +3290,8 @@ var Tailwind = {
|
|
|
3227
3290
|
},
|
|
3228
3291
|
|
|
3229
3292
|
loadingicon: 'w-8 h-8',
|
|
3230
|
-
wrapper: function wrapper(
|
|
3231
|
-
var props =
|
|
3293
|
+
wrapper: function wrapper(_ref162) {
|
|
3294
|
+
var props = _ref162.props;
|
|
3232
3295
|
return {
|
|
3233
3296
|
className: classNames({
|
|
3234
3297
|
relative: props.scrollable,
|
|
@@ -3236,8 +3299,8 @@ var Tailwind = {
|
|
|
3236
3299
|
})
|
|
3237
3300
|
};
|
|
3238
3301
|
},
|
|
3239
|
-
header: function header(
|
|
3240
|
-
var props =
|
|
3302
|
+
header: function header(_ref163) {
|
|
3303
|
+
var props = _ref163.props;
|
|
3241
3304
|
return {
|
|
3242
3305
|
className: classNames('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',
|
|
3243
3306
|
// Dark Mode
|
|
@@ -3245,25 +3308,25 @@ var Tailwind = {
|
|
|
3245
3308
|
};
|
|
3246
3309
|
},
|
|
3247
3310
|
table: 'w-full border-spacing-0',
|
|
3248
|
-
thead: function thead(
|
|
3249
|
-
var context =
|
|
3311
|
+
thead: function thead(_ref164) {
|
|
3312
|
+
var context = _ref164.context;
|
|
3250
3313
|
return {
|
|
3251
3314
|
className: classNames({
|
|
3252
3315
|
'bg-slate-50 top-0 z-[1]': context.scrollable
|
|
3253
3316
|
})
|
|
3254
3317
|
};
|
|
3255
3318
|
},
|
|
3256
|
-
tbody: function tbody(
|
|
3257
|
-
var props =
|
|
3258
|
-
context =
|
|
3319
|
+
tbody: function tbody(_ref165) {
|
|
3320
|
+
var props = _ref165.props,
|
|
3321
|
+
context = _ref165.context;
|
|
3259
3322
|
return {
|
|
3260
3323
|
className: classNames({
|
|
3261
3324
|
'sticky z-[1]': props.frozenRow && context.scrollable
|
|
3262
3325
|
})
|
|
3263
3326
|
};
|
|
3264
3327
|
},
|
|
3265
|
-
tfoot: function tfoot(
|
|
3266
|
-
var context =
|
|
3328
|
+
tfoot: function tfoot(_ref166) {
|
|
3329
|
+
var context = _ref166.context;
|
|
3267
3330
|
return {
|
|
3268
3331
|
className: classNames({
|
|
3269
3332
|
'bg-slate-50 bottom-0 z-[1]': context.scrollable
|
|
@@ -3276,9 +3339,9 @@ var Tailwind = {
|
|
|
3276
3339
|
},
|
|
3277
3340
|
|
|
3278
3341
|
column: {
|
|
3279
|
-
headercell: function headercell(
|
|
3280
|
-
var context =
|
|
3281
|
-
props =
|
|
3342
|
+
headercell: function headercell(_ref167) {
|
|
3343
|
+
var context = _ref167.context,
|
|
3344
|
+
props = _ref167.props;
|
|
3282
3345
|
return {
|
|
3283
3346
|
className: classNames('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',
|
|
3284
3347
|
// Size
|
|
@@ -3296,9 +3359,9 @@ var Tailwind = {
|
|
|
3296
3359
|
},
|
|
3297
3360
|
|
|
3298
3361
|
headercontent: 'flex items-center',
|
|
3299
|
-
bodycell: function bodycell(
|
|
3300
|
-
var props =
|
|
3301
|
-
context =
|
|
3362
|
+
bodycell: function bodycell(_ref168) {
|
|
3363
|
+
var props = _ref168.props,
|
|
3364
|
+
context = _ref168.context;
|
|
3302
3365
|
return {
|
|
3303
3366
|
className: classNames('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',
|
|
3304
3367
|
// Size
|
|
@@ -3311,8 +3374,8 @@ var Tailwind = {
|
|
|
3311
3374
|
})
|
|
3312
3375
|
};
|
|
3313
3376
|
},
|
|
3314
|
-
footercell: function footercell(
|
|
3315
|
-
var context =
|
|
3377
|
+
footercell: function footercell(_ref169) {
|
|
3378
|
+
var context = _ref169.context;
|
|
3316
3379
|
return {
|
|
3317
3380
|
className: classNames('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',
|
|
3318
3381
|
// Size
|
|
@@ -3323,8 +3386,8 @@ var Tailwind = {
|
|
|
3323
3386
|
})
|
|
3324
3387
|
};
|
|
3325
3388
|
},
|
|
3326
|
-
sorticon: function sorticon(
|
|
3327
|
-
var context =
|
|
3389
|
+
sorticon: function sorticon(_ref170) {
|
|
3390
|
+
var context = _ref170.context;
|
|
3328
3391
|
return {
|
|
3329
3392
|
className: classNames('ml-2', context.sorted ? 'text-blue-700 dark:text-white/80' : 'text-slate-700 dark:text-white/70')
|
|
3330
3393
|
};
|
|
@@ -3344,8 +3407,8 @@ var Tailwind = {
|
|
|
3344
3407
|
root: 'min-[0px]:flex mb-2'
|
|
3345
3408
|
},
|
|
3346
3409
|
filterrowitems: 'm-0 p-0 py-3 list-none ',
|
|
3347
|
-
filterrowitem: function filterrowitem(
|
|
3348
|
-
var context =
|
|
3410
|
+
filterrowitem: function filterrowitem(_ref171) {
|
|
3411
|
+
var context = _ref171.context;
|
|
3349
3412
|
return {
|
|
3350
3413
|
className: classNames('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')
|
|
3351
3414
|
};
|
|
@@ -3376,8 +3439,8 @@ var Tailwind = {
|
|
|
3376
3439
|
filterapplybutton: {
|
|
3377
3440
|
root: 'w-auto min-[0px]:text-sm px-4 py-3'
|
|
3378
3441
|
},
|
|
3379
|
-
filtermenubutton: function filtermenubutton(
|
|
3380
|
-
var context =
|
|
3442
|
+
filtermenubutton: function filtermenubutton(_ref172) {
|
|
3443
|
+
var context = _ref172.context;
|
|
3381
3444
|
return {
|
|
3382
3445
|
className: classNames('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',
|
|
3383
3446
|
// Hover
|
|
@@ -3390,8 +3453,8 @@ var Tailwind = {
|
|
|
3390
3453
|
})
|
|
3391
3454
|
};
|
|
3392
3455
|
},
|
|
3393
|
-
headerfilterclearbutton: function headerfilterclearbutton(
|
|
3394
|
-
var context =
|
|
3456
|
+
headerfilterclearbutton: function headerfilterclearbutton(_ref173) {
|
|
3457
|
+
var context = _ref173.context;
|
|
3395
3458
|
return {
|
|
3396
3459
|
className: classNames('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', {
|
|
3397
3460
|
invisible: !context.hidden
|
|
@@ -3430,8 +3493,8 @@ var Tailwind = {
|
|
|
3430
3493
|
radiobuttonwrapper: {
|
|
3431
3494
|
className: classNames('relative inline-flex cursor-pointer select-none align-bottom', 'w-6 h-6')
|
|
3432
3495
|
},
|
|
3433
|
-
radiobutton: function radiobutton(
|
|
3434
|
-
var context =
|
|
3496
|
+
radiobutton: function radiobutton(_ref174) {
|
|
3497
|
+
var context = _ref174.context;
|
|
3435
3498
|
return {
|
|
3436
3499
|
className: classNames('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', {
|
|
3437
3500
|
'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,
|
|
@@ -3439,8 +3502,8 @@ var Tailwind = {
|
|
|
3439
3502
|
})
|
|
3440
3503
|
};
|
|
3441
3504
|
},
|
|
3442
|
-
radiobuttonicon: function radiobuttonicon(
|
|
3443
|
-
var context =
|
|
3505
|
+
radiobuttonicon: function radiobuttonicon(_ref175) {
|
|
3506
|
+
var context = _ref175.context;
|
|
3444
3507
|
return {
|
|
3445
3508
|
className: classNames('transform rounded-full', 'block w-3 h-3 transition duration-200 bg-white dark:bg-gray-900', {
|
|
3446
3509
|
'backface-hidden scale-10 invisible': context.checked === false,
|
|
@@ -3451,8 +3514,8 @@ var Tailwind = {
|
|
|
3451
3514
|
headercheckboxwrapper: {
|
|
3452
3515
|
className: classNames('cursor-pointer inline-flex relative select-none align-bottom', 'w-6 h-6')
|
|
3453
3516
|
},
|
|
3454
|
-
headercheckbox: function headercheckbox(
|
|
3455
|
-
var context =
|
|
3517
|
+
headercheckbox: function headercheckbox(_ref176) {
|
|
3518
|
+
var context = _ref176.context;
|
|
3456
3519
|
return {
|
|
3457
3520
|
className: classNames('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', {
|
|
3458
3521
|
'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,
|
|
@@ -3464,8 +3527,8 @@ var Tailwind = {
|
|
|
3464
3527
|
checkboxwrapper: {
|
|
3465
3528
|
className: classNames('cursor-pointer inline-flex relative select-none align-bottom', 'w-6 h-6')
|
|
3466
3529
|
},
|
|
3467
|
-
checkbox: function checkbox(
|
|
3468
|
-
var context =
|
|
3530
|
+
checkbox: function checkbox(_ref177) {
|
|
3531
|
+
var context = _ref177.context;
|
|
3469
3532
|
return {
|
|
3470
3533
|
className: classNames('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', {
|
|
3471
3534
|
'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,
|
|
@@ -3476,8 +3539,8 @@ var Tailwind = {
|
|
|
3476
3539
|
checkboxicon: 'w-4 h-4 transition-all duration-200 text-white text-base dark:text-gray-900',
|
|
3477
3540
|
transition: TRANSITIONS.overlay
|
|
3478
3541
|
},
|
|
3479
|
-
bodyrow: function bodyrow(
|
|
3480
|
-
var context =
|
|
3542
|
+
bodyrow: function bodyrow(_ref178) {
|
|
3543
|
+
var context = _ref178.context;
|
|
3481
3544
|
return {
|
|
3482
3545
|
className: classNames(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]',
|
|
3483
3546
|
// Focus
|