primevue 3.36.0 → 3.37.0
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 +50 -20
- package/animate/Animate.d.ts +87 -0
- package/animate/animate.cjs.js +71 -0
- package/animate/animate.cjs.min.js +1 -0
- package/animate/animate.esm.js +65 -0
- package/animate/animate.esm.min.js +1 -0
- package/animate/animate.js +72 -0
- package/animate/animate.min.js +1 -0
- package/animate/package.json +6 -0
- package/animate/style/AnimateStyle.d.ts +3 -0
- package/animate/style/animatestyle.cjs.js +5 -0
- package/animate/style/animatestyle.cjs.min.js +1 -0
- package/animate/style/animatestyle.esm.js +3 -0
- package/animate/style/animatestyle.esm.min.js +1 -0
- package/animate/style/animatestyle.js +10 -0
- package/animate/style/animatestyle.min.js +1 -0
- package/animate/style/package.json +6 -0
- package/calendar/Calendar.vue +2 -2
- package/calendar/calendar.cjs.js +43 -42
- package/calendar/calendar.cjs.min.js +1 -1
- package/calendar/calendar.esm.js +43 -42
- package/calendar/calendar.esm.min.js +1 -1
- package/calendar/calendar.js +43 -42
- package/calendar/calendar.min.js +1 -1
- package/config/PrimeVue.d.ts +2 -0
- package/config/config.cjs.js +15 -13
- package/config/config.cjs.min.js +1 -1
- package/config/config.esm.js +15 -13
- package/config/config.esm.min.js +1 -1
- package/config/config.js +15 -13
- package/config/config.min.js +1 -1
- package/contextmenu/ContextMenu.d.ts +5 -0
- package/contextmenu/ContextMenuSub.vue +1 -0
- package/contextmenu/contextmenu.cjs.js +1 -0
- package/contextmenu/contextmenu.cjs.min.js +1 -1
- package/contextmenu/contextmenu.esm.js +1 -0
- package/contextmenu/contextmenu.esm.min.js +1 -1
- package/contextmenu/contextmenu.js +1 -0
- package/contextmenu/contextmenu.min.js +1 -1
- package/core/core.js +447 -392
- package/core/core.min.js +9 -7
- package/megamenu/MegaMenu.d.ts +5 -0
- package/megamenu/MegaMenuSub.vue +2 -1
- package/megamenu/megamenu.cjs.js +2 -1
- package/megamenu/megamenu.cjs.min.js +1 -1
- package/megamenu/megamenu.esm.js +2 -1
- package/megamenu/megamenu.esm.min.js +1 -1
- package/megamenu/megamenu.js +2 -1
- package/megamenu/megamenu.min.js +1 -1
- package/menu/Menu.d.ts +5 -0
- package/menu/Menu.vue +1 -1
- package/menu/Menuitem.vue +2 -1
- package/menu/menu.cjs.js +3 -2
- package/menu/menu.cjs.min.js +1 -1
- package/menu/menu.esm.js +3 -2
- package/menu/menu.esm.min.js +1 -1
- package/menu/menu.js +3 -2
- package/menu/menu.min.js +1 -1
- package/menubar/Menubar.d.ts +5 -0
- package/menubar/MenubarSub.vue +1 -0
- package/menubar/menubar.cjs.js +1 -0
- package/menubar/menubar.cjs.min.js +1 -1
- package/menubar/menubar.esm.js +1 -0
- package/menubar/menubar.esm.min.js +1 -1
- package/menubar/menubar.js +1 -0
- package/menubar/menubar.min.js +1 -1
- package/multiselect/MultiSelect.vue +4 -3
- package/multiselect/multiselect.cjs.js +4 -3
- package/multiselect/multiselect.cjs.min.js +1 -1
- package/multiselect/multiselect.esm.js +4 -3
- package/multiselect/multiselect.esm.min.js +1 -1
- package/multiselect/multiselect.js +4 -3
- package/multiselect/multiselect.min.js +1 -1
- package/overlaypanel/BaseOverlayPanel.vue +4 -0
- package/overlaypanel/OverlayPanel.d.ts +5 -0
- package/overlaypanel/OverlayPanel.vue +22 -0
- package/overlaypanel/overlaypanel.cjs.js +25 -0
- package/overlaypanel/overlaypanel.cjs.min.js +1 -1
- package/overlaypanel/overlaypanel.esm.js +25 -0
- package/overlaypanel/overlaypanel.esm.min.js +1 -1
- package/overlaypanel/overlaypanel.js +25 -0
- package/overlaypanel/overlaypanel.min.js +1 -1
- package/package.json +17 -3
- package/panelmenu/PanelMenu.d.ts +13 -0
- package/panelmenu/PanelMenu.vue +20 -2
- package/panelmenu/PanelMenuSub.vue +2 -1
- package/panelmenu/panelmenu.cjs.js +20 -5
- package/panelmenu/panelmenu.cjs.min.js +1 -1
- package/panelmenu/panelmenu.esm.js +20 -5
- package/panelmenu/panelmenu.esm.min.js +1 -1
- package/panelmenu/panelmenu.js +21 -6
- package/panelmenu/panelmenu.min.js +1 -1
- package/passthrough/tailwind/index.cjs.js +397 -371
- package/passthrough/tailwind/index.cjs.min.js +1 -1
- package/passthrough/tailwind/index.esm.js +397 -371
- package/passthrough/tailwind/index.esm.min.js +1 -1
- package/passthrough/tailwind/index.js +397 -371
- package/passthrough/tailwind/index.min.js +1 -1
- package/picklist/PickList.vue +2 -2
- package/picklist/picklist.cjs.js +2 -2
- package/picklist/picklist.cjs.min.js +1 -1
- package/picklist/picklist.esm.js +2 -2
- package/picklist/picklist.esm.min.js +1 -1
- package/picklist/picklist.js +2 -2
- package/picklist/picklist.min.js +1 -1
- package/resources/themes/arya-blue/theme.css +2 -2
- package/resources/themes/arya-green/theme.css +2 -2
- package/resources/themes/arya-orange/theme.css +2 -2
- package/resources/themes/arya-purple/theme.css +2 -2
- package/resources/themes/bootstrap4-dark-blue/theme.css +2 -2
- package/resources/themes/bootstrap4-dark-purple/theme.css +2 -2
- package/resources/themes/bootstrap4-light-blue/theme.css +2 -2
- package/resources/themes/bootstrap4-light-purple/theme.css +2 -2
- package/resources/themes/fluent-light/theme.css +2 -2
- package/resources/themes/lara-dark-blue/theme.css +587 -575
- package/resources/themes/lara-dark-indigo/theme.css +587 -575
- package/resources/themes/lara-dark-purple/theme.css +587 -575
- package/resources/themes/lara-dark-teal/theme.css +662 -650
- package/resources/themes/lara-light-blue/theme.css +629 -625
- package/resources/themes/lara-light-indigo/theme.css +629 -625
- package/resources/themes/lara-light-purple/theme.css +629 -625
- package/resources/themes/lara-light-teal/theme.css +879 -875
- package/resources/themes/luna-amber/theme.css +2 -2
- package/resources/themes/luna-blue/theme.css +2 -2
- package/resources/themes/luna-green/theme.css +2 -2
- package/resources/themes/luna-pink/theme.css +2 -2
- package/resources/themes/md-dark-deeppurple/theme.css +2 -2
- package/resources/themes/md-dark-indigo/theme.css +2 -2
- package/resources/themes/md-light-deeppurple/theme.css +2 -2
- package/resources/themes/md-light-indigo/theme.css +2 -2
- package/resources/themes/mdc-dark-deeppurple/theme.css +2 -2
- package/resources/themes/mdc-dark-indigo/theme.css +2 -2
- package/resources/themes/mdc-light-deeppurple/theme.css +2 -2
- package/resources/themes/mdc-light-indigo/theme.css +2 -2
- package/resources/themes/mira/theme.css +2 -2
- package/resources/themes/nano/theme.css +2 -2
- package/resources/themes/nova/theme.css +2 -2
- package/resources/themes/nova-accent/theme.css +2 -2
- package/resources/themes/nova-alt/theme.css +2 -2
- package/resources/themes/nova-vue/theme.css +2 -2
- package/resources/themes/rhea/theme.css +2 -2
- package/resources/themes/saga-blue/theme.css +2 -2
- package/resources/themes/saga-green/theme.css +2 -2
- package/resources/themes/saga-orange/theme.css +2 -2
- package/resources/themes/saga-purple/theme.css +2 -2
- package/resources/themes/soho-dark/theme.css +2 -2
- package/resources/themes/soho-light/theme.css +2 -2
- package/resources/themes/tailwind-light/theme.css +2 -2
- package/resources/themes/vela-blue/theme.css +2 -2
- package/resources/themes/vela-green/theme.css +2 -2
- package/resources/themes/vela-orange/theme.css +2 -2
- package/resources/themes/vela-purple/theme.css +2 -2
- package/resources/themes/viva-dark/theme.css +2 -2
- package/resources/themes/viva-light/theme.css +2 -2
- package/selectbutton/BaseSelectButton.vue +1 -1
- package/selectbutton/SelectButton.d.ts +2 -2
- package/selectbutton/SelectButton.vue +1 -1
- package/selectbutton/selectbutton.cjs.js +2 -2
- package/selectbutton/selectbutton.cjs.min.js +1 -1
- package/selectbutton/selectbutton.esm.js +2 -2
- package/selectbutton/selectbutton.esm.min.js +1 -1
- package/selectbutton/selectbutton.js +2 -2
- package/selectbutton/selectbutton.min.js +1 -1
- package/slider/Slider.vue +2 -2
- package/slider/slider.cjs.js +1 -1
- package/slider/slider.cjs.min.js +1 -1
- package/slider/slider.esm.js +1 -1
- package/slider/slider.esm.min.js +1 -1
- package/slider/slider.js +1 -1
- package/slider/slider.min.js +1 -1
- package/splitbutton/SplitButton.vue +4 -1
- package/splitbutton/splitbutton.cjs.js +3 -1
- package/splitbutton/splitbutton.cjs.min.js +1 -1
- package/splitbutton/splitbutton.esm.js +3 -1
- package/splitbutton/splitbutton.esm.min.js +1 -1
- package/splitbutton/splitbutton.js +3 -1
- package/splitbutton/splitbutton.min.js +1 -1
- package/styleclass/StyleClass.d.ts +6 -6
- package/tieredmenu/TieredMenu.d.ts +5 -0
- package/tieredmenu/TieredMenuSub.vue +2 -1
- package/tieredmenu/tieredmenu.cjs.js +2 -1
- package/tieredmenu/tieredmenu.cjs.min.js +1 -1
- package/tieredmenu/tieredmenu.esm.js +2 -1
- package/tieredmenu/tieredmenu.esm.min.js +1 -1
- package/tieredmenu/tieredmenu.js +2 -1
- package/tieredmenu/tieredmenu.min.js +1 -1
- package/tooltip/Tooltip.d.ts +6 -1
- package/tooltip/style/tooltipstyle.cjs.js +1 -1
- package/tooltip/style/tooltipstyle.cjs.min.js +1 -1
- package/tooltip/style/tooltipstyle.esm.js +1 -1
- package/tooltip/style/tooltipstyle.esm.min.js +1 -1
- package/tooltip/style/tooltipstyle.js +1 -1
- package/tooltip/style/tooltipstyle.min.js +1 -1
- package/tooltip/tooltip.cjs.js +15 -1
- package/tooltip/tooltip.cjs.min.js +1 -1
- package/tooltip/tooltip.esm.js +15 -1
- package/tooltip/tooltip.esm.min.js +1 -1
- package/tooltip/tooltip.js +15 -1
- package/tooltip/tooltip.min.js +1 -1
- package/tree/Tree.d.ts +6 -1
- package/tree/Tree.vue +1 -1
- package/tree/tree.cjs.js +1 -1
- package/tree/tree.cjs.min.js +1 -1
- package/tree/tree.esm.js +1 -1
- package/tree/tree.esm.min.js +1 -1
- package/tree/tree.js +1 -1
- package/tree/tree.min.js +1 -1
- package/treetable/TreeTable.d.ts +0 -18
- package/utils/utils.cjs.js +2 -2
- package/utils/utils.esm.js +2 -2
- package/utils/utils.js +2 -2
- package/vetur-attributes.json +4 -0
- package/vetur-tags.json +1 -0
- package/web-types.json +11 -1
|
@@ -25,7 +25,7 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
25
25
|
};
|
|
26
26
|
var index = {
|
|
27
27
|
global: {
|
|
28
|
-
css: "\n *[data-pd-ripple=\"true\"]{\n overflow: hidden;\n position: relative;\n }\n span[data-p-ink-active=\"true\"]{\n animation: ripple 0.4s linear;\n }\n @keyframes ripple {\n 100% {\n opacity: 0;\n transform: scale(2.5);\n }\n }\n\n .progress-spinner-circle {\n stroke-dasharray: 89, 200;\n stroke-dashoffset: 0;\n animation: p-progress-spinner-dash 1.5s ease-in-out infinite, p-progress-spinner-color 6s ease-in-out infinite;\n stroke-linecap: round;\n }\n\n @keyframes p-progress-spinner-dash{\n 0% {\n stroke-dasharray: 1, 200;\n stroke-dashoffset: 0;\n }\n
|
|
28
|
+
css: "\n *[data-pd-ripple=\"true\"]{\n overflow: hidden;\n position: relative;\n }\n span[data-p-ink-active=\"true\"]{\n animation: ripple 0.4s linear;\n }\n @keyframes ripple {\n 100% {\n opacity: 0;\n transform: scale(2.5);\n }\n }\n\n .progress-spinner-circle {\n stroke-dasharray: 89, 200;\n stroke-dashoffset: 0;\n animation: p-progress-spinner-dash 1.5s ease-in-out infinite, p-progress-spinner-color 6s ease-in-out infinite;\n stroke-linecap: round;\n }\n\n @keyframes p-progress-spinner-dash{\n 0% {\n stroke-dasharray: 1, 200;\n stroke-dashoffset: 0;\n }\n 50% {\n stroke-dasharray: 89, 200;\n stroke-dashoffset: -35px;\n }\n 100% {\n stroke-dasharray: 89, 200;\n stroke-dashoffset: -124px;\n }\n }\n @keyframes p-progress-spinner-color {\n 100%, 0% {\n stroke: #ff5757;\n }\n 40% {\n stroke: #696cff;\n }\n 66% {\n stroke: #1ea97c;\n }\n 80%, 90% {\n stroke: #cc8925;\n }\n }\n\n .progressbar-value-animate::after {\n will-change: left, right;\n animation: p-progressbar-indeterminate-anim-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;\n }\n .progressbar-value-animate::before {\n will-change: left, right;\n animation: p-progressbar-indeterminate-anim 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;\n }\n @keyframes p-progressbar-indeterminate-anim {\n 0% {\n left: -35%;\n right: 100%;\n }\n 60% {\n left: 100%;\n right: -90%;\n }\n 100% {\n left: 100%;\n right: -90%;\n }\n }\n"
|
|
29
29
|
},
|
|
30
30
|
directives: {
|
|
31
31
|
ripple: {
|
|
@@ -278,7 +278,7 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
278
278
|
"class": 'overflow-hidden relative float-left h-full w-full z-[1]'
|
|
279
279
|
},
|
|
280
280
|
content: {
|
|
281
|
-
"class": 'box-border h-[calc(100%+18px)] overflow-scroll pr-[18px] pb-[18px] pl-0 pt-0 relative
|
|
281
|
+
"class": 'box-border h-[calc(100%+18px)] overflow-scroll pr-[18px] pb-[18px] pl-0 pt-0 relative w-[calc(100%+18px)] [&::-webkit-scrollbar]:hidden'
|
|
282
282
|
},
|
|
283
283
|
barX: {
|
|
284
284
|
"class": ['relative bg-gray-100 invisible rounded cursor-pointer h-[9px] bottom-0 z-[2]', 'transition duration-[250ms] ease-linear']
|
|
@@ -305,15 +305,15 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
305
305
|
},
|
|
306
306
|
|
|
307
307
|
previousButton: {
|
|
308
|
-
"class": ['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.
|
|
308
|
+
"class": ['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.
|
|
309
309
|
},
|
|
310
310
|
|
|
311
311
|
nextButton: {
|
|
312
|
-
"class": ['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.
|
|
312
|
+
"class": ['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.
|
|
313
313
|
},
|
|
314
314
|
|
|
315
315
|
nav: {
|
|
316
|
-
"class": ['flex flex-1 list-none m-0 p-0', 'bg-
|
|
316
|
+
"class": ['flex flex-1 list-none m-0 p-0', 'bg-transparent border border-gray-300 border-0 border-b-2', 'dark:border-blue-900/40 dark:text-white/80 '] // Flex, list, margin, padding, and border styles.
|
|
317
317
|
},
|
|
318
318
|
|
|
319
319
|
tabpanel: {
|
|
@@ -321,7 +321,7 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
321
321
|
var props = _ref11.props;
|
|
322
322
|
return {
|
|
323
323
|
"class": ['mr-0', {
|
|
324
|
-
'cursor-default pointer-events-none select-none
|
|
324
|
+
'cursor-default pointer-events-none select-none select-none opacity-60': props === null || props === void 0 ? void 0 : props.disabled
|
|
325
325
|
}] // Margin and condition-based styles.
|
|
326
326
|
};
|
|
327
327
|
},
|
|
@@ -330,9 +330,9 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
330
330
|
var parent = _ref12.parent,
|
|
331
331
|
context = _ref12.context;
|
|
332
332
|
return {
|
|
333
|
-
"class": ['items-center cursor-pointer flex overflow-hidden relative select-none text-decoration-none
|
|
333
|
+
"class": ['items-center cursor-pointer flex overflow-hidden relative select-none text-decoration-none select-none',
|
|
334
334
|
// Flex and overflow styles.
|
|
335
|
-
'border-b-2 p-5 font-bold rounded-t-
|
|
335
|
+
'border-b-2 p-5 font-bold rounded-t-md transition-shadow duration-200 m-0',
|
|
336
336
|
// Border, padding, font, and transition styles.
|
|
337
337
|
'transition-colors duration-200',
|
|
338
338
|
// Transition duration style.
|
|
@@ -353,7 +353,7 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
353
353
|
},
|
|
354
354
|
|
|
355
355
|
content: {
|
|
356
|
-
"class": ['bg-white p-5 border-0 text-gray-700 rounded-bl-
|
|
356
|
+
"class": ['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.
|
|
357
357
|
}
|
|
358
358
|
}
|
|
359
359
|
},
|
|
@@ -429,7 +429,7 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
429
429
|
};
|
|
430
430
|
},
|
|
431
431
|
footer: {
|
|
432
|
-
"class": ['shrink-0 ', 'border-t-0 bg-white text-gray-700 px-6 pb-6 text-right rounded-b-lg', 'dark:bg-gray-900 dark:text-white/80']
|
|
432
|
+
"class": ['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']
|
|
433
433
|
},
|
|
434
434
|
mask: function mask(_ref18) {
|
|
435
435
|
var props = _ref18.props;
|
|
@@ -483,13 +483,13 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
483
483
|
"class": 'ml-4'
|
|
484
484
|
},
|
|
485
485
|
footer: {
|
|
486
|
-
"class": 'text-right px-5 py-5 pt-0'
|
|
486
|
+
"class": 'flex gap-2 justify-end align-center text-right px-5 py-5 pt-0'
|
|
487
487
|
},
|
|
488
488
|
transition: TRANSITIONS.overlay
|
|
489
489
|
},
|
|
490
490
|
overlaypanel: {
|
|
491
491
|
root: {
|
|
492
|
-
"class": ['bg-white text-gray-700 border-0 rounded-md shadow-lg', 'z-40 transform origin-center', 'absolute left-0 top-0', 'before:absolute before:w-0 before:-top-3 before:h-0 before:border-transparent before:border-solid before:ml-6 before:border-x-[0.75rem] before:border-b-[0.75rem] before:border-t-0 before:border-b-white dark:before:border-b-gray-900', 'dark:border dark:border-blue-900/40 dark:bg-gray-900 dark:text-white/80']
|
|
492
|
+
"class": ['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']
|
|
493
493
|
},
|
|
494
494
|
content: {
|
|
495
495
|
"class": 'p-5 items-center flex'
|
|
@@ -707,18 +707,23 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
707
707
|
var props = _ref26.props,
|
|
708
708
|
context = _ref26.context;
|
|
709
709
|
return {
|
|
710
|
-
"class": ['items-center cursor-pointer inline-flex overflow-hidden relative select-none text-center align-bottom
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
'
|
|
710
|
+
"class": ['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', {
|
|
711
|
+
'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,
|
|
712
|
+
'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
|
|
713
|
+
}, {
|
|
714
|
+
'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',
|
|
715
|
+
'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',
|
|
716
|
+
'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',
|
|
717
|
+
'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',
|
|
718
|
+
'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',
|
|
719
|
+
'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'
|
|
715
720
|
}, {
|
|
716
|
-
'text-white bg-gray-500 border border-gray-500 hover:bg-gray-600 hover:border-gray-600': props.severity === 'secondary' && !props.text && !props.outlined && !props.plain,
|
|
717
|
-
'text-white bg-green-500 border border-green-500 hover:bg-green-600 hover:border-green-600': props.severity === 'success' && !props.text && !props.outlined && !props.plain,
|
|
718
|
-
'text-white bg-blue-500 border border-blue-500 hover:bg-blue-600 hover:border-blue-600': props.severity === 'info' && !props.text && !props.outlined && !props.plain,
|
|
719
|
-
'text-white bg-orange-500 border border-orange-500 hover:bg-orange-600 hover:border-orange-600': props.severity === 'warning' && !props.text && !props.outlined && !props.plain,
|
|
720
|
-
'text-white bg-purple-500 border border-purple-500 hover:bg-purple-600 hover:border-purple-600': props.severity === 'help' && !props.text && !props.outlined && !props.plain,
|
|
721
|
-
'text-white bg-red-500 border border-red-500 hover:bg-red-600 hover:border-red-600': props.severity === 'danger' && !props.text && !props.outlined && !props.plain
|
|
721
|
+
'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,
|
|
722
|
+
'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,
|
|
723
|
+
'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,
|
|
724
|
+
'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,
|
|
725
|
+
'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,
|
|
726
|
+
'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
|
|
722
727
|
}, {
|
|
723
728
|
'shadow-lg': props.raised
|
|
724
729
|
}, {
|
|
@@ -726,12 +731,12 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
726
731
|
'rounded-full': props.rounded
|
|
727
732
|
}, {
|
|
728
733
|
'bg-transparent border-transparent': props.text && !props.plain,
|
|
729
|
-
'text-blue-500 hover:bg-blue-300/20': props.text && (props.severity === null || props.severity === 'info') && !props.plain,
|
|
730
|
-
'text-gray-500 hover:bg-gray-300/20': props.text && props.severity === 'secondary' && !props.plain,
|
|
731
|
-
'text-green-500 hover:bg-green-300/20': props.text && props.severity === 'success' && !props.plain,
|
|
732
|
-
'text-orange-500 hover:bg-orange-300/20': props.text && props.severity === 'warning' && !props.plain,
|
|
733
|
-
'text-purple-500 hover:bg-purple-300/20': props.text && props.severity === 'help' && !props.plain,
|
|
734
|
-
'text-red-500 hover:bg-red-300/20': props.text && props.severity === 'danger' && !props.plain
|
|
734
|
+
'text-blue-500 dark:text-blue-400 hover:bg-blue-300/20': props.text && (props.severity === null || props.severity === 'info') && !props.plain,
|
|
735
|
+
'text-gray-500 dark:text-gray-400 hover:bg-gray-300/20': props.text && props.severity === 'secondary' && !props.plain,
|
|
736
|
+
'text-green-500 dark:text-green-400 hover:bg-green-300/20': props.text && props.severity === 'success' && !props.plain,
|
|
737
|
+
'text-orange-500 dark:text-orange-400 hover:bg-orange-300/20': props.text && props.severity === 'warning' && !props.plain,
|
|
738
|
+
'text-purple-500 dark:text-purple-400 hover:bg-purple-300/20': props.text && props.severity === 'help' && !props.plain,
|
|
739
|
+
'text-red-500 dark:text-red-400 hover:bg-red-300/20': props.text && props.severity === 'danger' && !props.plain
|
|
735
740
|
}, {
|
|
736
741
|
'shadow-lg': props.raised && props.text
|
|
737
742
|
}, {
|
|
@@ -740,16 +745,18 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
740
745
|
'text-white bg-gray-500 border border-gray-500 hover:bg-gray-600 hover:border-gray-600': props.plain && !props.outlined && !props.text
|
|
741
746
|
}, {
|
|
742
747
|
'bg-transparent border': props.outlined && !props.plain,
|
|
743
|
-
'text-blue-500 border border-blue-500 hover:bg-blue-300/20': props.outlined && (props.severity === null || props.severity === 'info') && !props.plain,
|
|
744
|
-
'text-gray-500 border border-gray-500 hover:bg-gray-300/20': props.outlined && props.severity === 'secondary' && !props.plain,
|
|
745
|
-
'text-green-500 border border-green-500 hover:bg-green-300/20': props.outlined && props.severity === 'success' && !props.plain,
|
|
746
|
-
'text-orange-500 border border-orange-500 hover:bg-orange-300/20': props.outlined && props.severity === 'warning' && !props.plain,
|
|
747
|
-
'text-purple-500 border border-purple-500 hover:bg-purple-300/20': props.outlined && props.severity === 'help' && !props.plain,
|
|
748
|
-
'text-red-500 border border-red-500 hover:bg-red-300/20': props.outlined && props.severity === 'danger' && !props.plain
|
|
748
|
+
'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,
|
|
749
|
+
'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,
|
|
750
|
+
'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,
|
|
751
|
+
'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,
|
|
752
|
+
'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,
|
|
753
|
+
'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
|
|
749
754
|
}, {
|
|
750
755
|
'px-4 py-3 text-base': props.size === null,
|
|
751
756
|
'text-xs py-2 px-3': props.size === 'small',
|
|
752
757
|
'text-xl py-3 px-4': props.size === 'large'
|
|
758
|
+
}, {
|
|
759
|
+
'flex-column': props.iconPos == 'top' || props.iconPos == 'bottom'
|
|
753
760
|
}, {
|
|
754
761
|
'opacity-60 pointer-events-none cursor-default': context.disabled
|
|
755
762
|
}]
|
|
@@ -760,6 +767,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
760
767
|
return {
|
|
761
768
|
"class": ['flex-1', 'duration-200', 'font-bold', {
|
|
762
769
|
'hover:underline': props.link
|
|
770
|
+
}, {
|
|
771
|
+
'invisible w-0': props.label == null
|
|
763
772
|
}]
|
|
764
773
|
};
|
|
765
774
|
},
|
|
@@ -768,9 +777,9 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
768
777
|
return {
|
|
769
778
|
"class": ['mx-0', {
|
|
770
779
|
'mr-2': props.iconPos == 'left' && props.label != null,
|
|
771
|
-
'ml-2': props.iconPos == 'right' && props.label != null,
|
|
780
|
+
'ml-2 order-1': props.iconPos == 'right' && props.label != null,
|
|
772
781
|
'mb-2': props.iconPos == 'top' && props.label != null,
|
|
773
|
-
'mt-2': props.iconPos == 'bottom' && props.label != null
|
|
782
|
+
'mt-2 order-2': props.iconPos == 'bottom' && props.label != null
|
|
774
783
|
}]
|
|
775
784
|
};
|
|
776
785
|
},
|
|
@@ -933,7 +942,7 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
933
942
|
root: function root(_ref41) {
|
|
934
943
|
var props = _ref41.props;
|
|
935
944
|
return {
|
|
936
|
-
"class": ['focus:outline-none focus:outline-offset-0 focus:shadow-
|
|
945
|
+
"class": ['focus:outline-none focus:outline-offset-0 focus:shadow-none', {
|
|
937
946
|
'opacity-60 select-none pointer-events-none cursor-default': props.disabled
|
|
938
947
|
}]
|
|
939
948
|
};
|
|
@@ -977,7 +986,7 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
977
986
|
};
|
|
978
987
|
},
|
|
979
988
|
label: {
|
|
980
|
-
"class": ['block whitespace-nowrap overflow-hidden flex flex-1 w-1 text-
|
|
989
|
+
"class": ['block whitespace-nowrap overflow-hidden flex flex-1 w-1 text-ellipsis cursor-pointer', 'bg-transparent border-0 p-3 text-gray-700 dark:text-white/80', 'appearance-none rounded-md']
|
|
981
990
|
},
|
|
982
991
|
dropdownbutton: {
|
|
983
992
|
"class": ['flex items-center justify-center shrink-0', 'bg-transparent text-gray-600 dark:text-white/80 w-[3rem] rounded-tr-6 rounded-br-6']
|
|
@@ -1093,7 +1102,7 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
1093
1102
|
handle: function handle(_ref52) {
|
|
1094
1103
|
var props = _ref52.props;
|
|
1095
1104
|
return {
|
|
1096
|
-
"class": ['h-4 w-4 bg-white dark:bg-gray-600 border-2 border-blue-500 rounded-full transition duration-200', 'cursor-grab touch-
|
|
1105
|
+
"class": ['h-4 w-4 bg-white dark:bg-gray-600 border-2 border-blue-500 rounded-full transition duration-200', 'cursor-grab touch-none block', 'focus:outline-none focus:outline-offset-0 focus:shadow-[0_0_0_0.2rem_rgba(191,219,254,1)] dark:focus:shadow-[0_0_0_0.2rem_rgba(147,197,253,0.5)]', 'hover:bg-blue-500 hover:border hover:border-blue-500', {
|
|
1097
1106
|
'top-[50%] mt-[-0.5715rem] ml-[-0.5715rem]': props.orientation == 'horizontal',
|
|
1098
1107
|
'left-[50%] mb-[-0.5715rem] ml-[-0.4715rem]': props.orientation == 'vertical'
|
|
1099
1108
|
}]
|
|
@@ -1102,7 +1111,7 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
1102
1111
|
starthandler: function starthandler(_ref53) {
|
|
1103
1112
|
var props = _ref53.props;
|
|
1104
1113
|
return {
|
|
1105
|
-
"class": ['h-4 w-4 bg-white dark:bg-gray-600 border-2 border-blue-500 rounded-full transition duration-200', 'cursor-grab touch-
|
|
1114
|
+
"class": ['h-4 w-4 bg-white dark:bg-gray-600 border-2 border-blue-500 rounded-full transition duration-200', 'cursor-grab touch-none block', 'focus:outline-none focus:outline-offset-0 focus:shadow-[0_0_0_0.2rem_rgba(191,219,254,1)] dark:focus:shadow-[0_0_0_0.2rem_rgba(147,197,253,0.5)]', 'hover:bg-blue-500 hover:border hover:border-blue-500', {
|
|
1106
1115
|
'top-[50%] mt-[-0.5715rem] ml-[-0.5715rem]': props.orientation == 'horizontal',
|
|
1107
1116
|
'left-[50%] mb-[-0.5715rem] ml-[-0.4715rem]': props.orientation == 'vertical'
|
|
1108
1117
|
}]
|
|
@@ -1111,7 +1120,7 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
1111
1120
|
endhandler: function endhandler(_ref54) {
|
|
1112
1121
|
var props = _ref54.props;
|
|
1113
1122
|
return {
|
|
1114
|
-
"class": ['h-4 w-4 bg-white dark:bg-gray-600 border-2 border-blue-500 rounded-full transition duration-200', 'cursor-grab touch-
|
|
1123
|
+
"class": ['h-4 w-4 bg-white dark:bg-gray-600 border-2 border-blue-500 rounded-full transition duration-200', 'cursor-grab touch-none block', 'focus:outline-none focus:outline-offset-0 focus:shadow-[0_0_0_0.2rem_rgba(191,219,254,1)] dark:focus:shadow-[0_0_0_0.2rem_rgba(147,197,253,0.5)]', 'hover:bg-blue-500 hover:border hover:border-blue-500', {
|
|
1115
1124
|
'top-[50%] mt-[-0.5715rem] ml-[-0.5715rem]': props.orientation == 'horizontal',
|
|
1116
1125
|
'left-[50%] mb-[-0.5715rem] ml-[-0.4715rem]': props.orientation == 'vertical'
|
|
1117
1126
|
}]
|
|
@@ -1259,7 +1268,7 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
1259
1268
|
input: function input(_ref64) {
|
|
1260
1269
|
var props = _ref64.props;
|
|
1261
1270
|
return {
|
|
1262
|
-
"class": ['cursor-pointer block flex flex-auto overflow-hidden
|
|
1271
|
+
"class": ['cursor-pointer block flex flex-auto overflow-hidden text-ellipsis whitespace-nowrap relative', 'bg-transparent border-0 text-gray-800', 'dark:text-white/80', 'p-3 transition duration-200 bg-transparent rounded appearance-none font-sans text-base', 'focus:outline-none focus:shadow-none', {
|
|
1263
1272
|
'pr-7': props.showClear
|
|
1264
1273
|
}]
|
|
1265
1274
|
};
|
|
@@ -1276,10 +1285,10 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
1276
1285
|
item: function item(_ref65) {
|
|
1277
1286
|
var context = _ref65.context;
|
|
1278
1287
|
return {
|
|
1279
|
-
"class": ['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': !context.focused && !context.selected,
|
|
1281
|
-
'bg-gray-300 text-gray-700 dark:text-white/80 dark:bg-gray-800/90': context.focused && !context.selected,
|
|
1282
|
-
'bg-blue-
|
|
1288
|
+
"class": ['cursor-pointer font-normal overflow-hidden relative whitespace-nowrap', 'm-0 p-3 border-0 transition-shadow duration-200 rounded-none', {
|
|
1289
|
+
'text-gray-700 hover:text-gray-700 hover:bg-gray-200 dark:text-white/80 dark:hover:bg-gray-800': !context.focused && !context.selected,
|
|
1290
|
+
'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,
|
|
1291
|
+
'bg-blue-100 text-blue-700 dark:bg-blue-400 dark:text-white/80': context.focused && context.selected,
|
|
1283
1292
|
'bg-blue-50 text-blue-700 dark:bg-blue-300 dark:text-white/80': !context.focused && context.selected
|
|
1284
1293
|
}]
|
|
1285
1294
|
};
|
|
@@ -1313,13 +1322,27 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
1313
1322
|
}]
|
|
1314
1323
|
};
|
|
1315
1324
|
},
|
|
1316
|
-
input: {
|
|
1317
|
-
"class": ['font-sans text-base text-gray-600 dark:text-white/80 bg-white dark:bg-gray-900 p-3 border border-gray-300 dark:border-blue-900/40 transition-colors duration-200 appearance-none rounded-lg', 'hover:border-blue-500' //Hover
|
|
1318
|
-
]
|
|
1319
|
-
},
|
|
1320
|
-
|
|
1321
|
-
panel: function panel(_ref67) {
|
|
1325
|
+
input: function input(_ref67) {
|
|
1322
1326
|
var props = _ref67.props;
|
|
1327
|
+
return {
|
|
1328
|
+
"class": ['font-sans text-base text-gray-600 dark:text-white/80 bg-white dark:bg-gray-900 p-3 border border-gray-300 dark:border-blue-900/40 transition-colors duration-200 appearance-none', 'hover:border-blue-500', {
|
|
1329
|
+
'rounded-lg': !props.showIcon,
|
|
1330
|
+
'border-r-0 rounded-l-lg': props.showIcon
|
|
1331
|
+
}]
|
|
1332
|
+
};
|
|
1333
|
+
},
|
|
1334
|
+
dropdownbutton: function dropdownbutton(_ref68) {
|
|
1335
|
+
var props = _ref68.props;
|
|
1336
|
+
return {
|
|
1337
|
+
root: {
|
|
1338
|
+
"class": [{
|
|
1339
|
+
'rounded-l-none': props.showIcon
|
|
1340
|
+
}]
|
|
1341
|
+
}
|
|
1342
|
+
};
|
|
1343
|
+
},
|
|
1344
|
+
panel: function panel(_ref69) {
|
|
1345
|
+
var props = _ref69.props;
|
|
1323
1346
|
return {
|
|
1324
1347
|
"class": ['bg-white dark:bg-gray-900', 'min-w-[350px]', {
|
|
1325
1348
|
'shadow-md border-0 absolute': !props.inline,
|
|
@@ -1357,14 +1380,14 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
1357
1380
|
day: {
|
|
1358
1381
|
"class": 'p-2'
|
|
1359
1382
|
},
|
|
1360
|
-
daylabel: function daylabel(
|
|
1361
|
-
var context =
|
|
1383
|
+
daylabel: function daylabel(_ref70) {
|
|
1384
|
+
var context = _ref70.context;
|
|
1362
1385
|
return {
|
|
1363
1386
|
"class": ['w-10 h-10 rounded-full transition-shadow duration-200 border-transparent border', 'flex items-center justify-center mx-auto overflow-hidden relative', 'focus:outline-none focus:outline-offset-0 focus:shadow-[0_0_0_0.2rem_rgba(191,219,254,1)] dark:focus:shadow-[0_0_0_0.2rem_rgba(147,197,253,0.5)]', {
|
|
1364
1387
|
'opacity-60 cursor-default': context.disabled,
|
|
1365
1388
|
'cursor-pointer': !context.disabled
|
|
1366
1389
|
}, {
|
|
1367
|
-
'text-gray-600 dark:text-white/70 bg-
|
|
1390
|
+
'text-gray-600 dark:text-white/70 bg-transparent hover:bg-gray-200 dark:hover:bg-gray-800/80': !context.selected && !context.disabled,
|
|
1368
1391
|
'text-blue-700 bg-blue-100 hover:bg-blue-200': context.selected && !context.disabled
|
|
1369
1392
|
}]
|
|
1370
1393
|
};
|
|
@@ -1372,11 +1395,11 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
1372
1395
|
monthpicker: {
|
|
1373
1396
|
"class": 'my-2'
|
|
1374
1397
|
},
|
|
1375
|
-
month: function month(
|
|
1376
|
-
var context =
|
|
1398
|
+
month: function month(_ref71) {
|
|
1399
|
+
var context = _ref71.context;
|
|
1377
1400
|
return {
|
|
1378
1401
|
"class": ['w-1/3 inline-flex items-center justify-center cursor-pointer overflow-hidden relative', 'p-2 transition-shadow duration-200 rounded-lg', 'focus:outline-none focus:outline-offset-0 focus:shadow-[0_0_0_0.2rem_rgba(191,219,254,1)] dark:focus:shadow-[0_0_0_0.2rem_rgba(147,197,253,0.5)]', {
|
|
1379
|
-
'text-gray-600 dark:text-white/70 bg-
|
|
1402
|
+
'text-gray-600 dark:text-white/70 bg-transparent hover:bg-gray-200 dark:hover:bg-gray-800/80': !context.selected && !context.disabled,
|
|
1380
1403
|
'text-blue-700 bg-blue-100 hover:bg-blue-200': context.selected && !context.disabled
|
|
1381
1404
|
}]
|
|
1382
1405
|
};
|
|
@@ -1384,11 +1407,11 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
1384
1407
|
yearpicker: {
|
|
1385
1408
|
"class": 'my-2'
|
|
1386
1409
|
},
|
|
1387
|
-
year: function year(
|
|
1388
|
-
var context =
|
|
1410
|
+
year: function year(_ref72) {
|
|
1411
|
+
var context = _ref72.context;
|
|
1389
1412
|
return {
|
|
1390
1413
|
"class": ['w-1/2 inline-flex items-center justify-center cursor-pointer overflow-hidden relative', 'p-2 transition-shadow duration-200 rounded-lg', 'focus:outline-none focus:outline-offset-0 focus:shadow-[0_0_0_0.2rem_rgba(191,219,254,1)] dark:focus:shadow-[0_0_0_0.2rem_rgba(147,197,253,0.5)]', {
|
|
1391
|
-
'text-gray-600 dark:text-white/70 bg-
|
|
1414
|
+
'text-gray-600 dark:text-white/70 bg-transparent hover:bg-gray-200 dark:hover:bg-gray-800/80': !context.selected && !context.disabled,
|
|
1392
1415
|
'text-blue-700 bg-blue-100 hover:bg-blue-200': context.selected && !context.disabled
|
|
1393
1416
|
}]
|
|
1394
1417
|
};
|
|
@@ -1435,13 +1458,13 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
1435
1458
|
list: {
|
|
1436
1459
|
"class": 'py-3 list-none m-0'
|
|
1437
1460
|
},
|
|
1438
|
-
item: function item(
|
|
1439
|
-
var context =
|
|
1461
|
+
item: function item(_ref73) {
|
|
1462
|
+
var context = _ref73.context;
|
|
1440
1463
|
return {
|
|
1441
|
-
"class": ['cursor-pointer font-normal overflow-hidden relative whitespace-nowrap', 'm-0 p-3 border-0 transition-shadow duration-200 rounded-none',
|
|
1442
|
-
'text-gray-700': !context.focused && !context.selected,
|
|
1443
|
-
'bg-gray-300 text-gray-700 dark:text-white/80 dark:bg-gray-800/90': context.focused && !context.selected,
|
|
1444
|
-
'bg-blue-
|
|
1464
|
+
"class": ['cursor-pointer font-normal overflow-hidden relative whitespace-nowrap', 'm-0 p-3 border-0 transition-shadow duration-200 rounded-none', {
|
|
1465
|
+
'text-gray-700 hover:text-gray-700 hover:bg-gray-200 dark:text-white/80 dark:hover:bg-gray-800': !context.focused && !context.selected,
|
|
1466
|
+
'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,
|
|
1467
|
+
'bg-blue-100 text-blue-700 dark:bg-blue-400 dark:text-white/80': context.focused && context.selected,
|
|
1445
1468
|
'bg-blue-50 text-blue-700 dark:bg-blue-300 dark:text-white/80': !context.focused && context.selected
|
|
1446
1469
|
}]
|
|
1447
1470
|
};
|
|
@@ -1463,8 +1486,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
1463
1486
|
}
|
|
1464
1487
|
},
|
|
1465
1488
|
multiselect: {
|
|
1466
|
-
root: function root(
|
|
1467
|
-
var props =
|
|
1489
|
+
root: function root(_ref74) {
|
|
1490
|
+
var props = _ref74.props;
|
|
1468
1491
|
return {
|
|
1469
1492
|
"class": ['inline-flex cursor-pointer select-none', 'bg-white dark:bg-gray-900 border border-gray-400 dark:border-blue-900/40 transition-colors duration-200 ease-in-out rounded-md', 'w-full md:w-80', {
|
|
1470
1493
|
'opacity-60 select-none pointer-events-none cursor-default': props === null || props === void 0 ? void 0 : props.disabled
|
|
@@ -1474,10 +1497,10 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
1474
1497
|
labelContainer: {
|
|
1475
1498
|
"class": 'overflow-hidden flex flex-auto cursor-pointer'
|
|
1476
1499
|
},
|
|
1477
|
-
label: function label(
|
|
1478
|
-
var props =
|
|
1500
|
+
label: function label(_ref75) {
|
|
1501
|
+
var props = _ref75.props;
|
|
1479
1502
|
return {
|
|
1480
|
-
"class": ['block overflow-hidden whitespace-nowrap cursor-pointer
|
|
1503
|
+
"class": ['block overflow-hidden whitespace-nowrap cursor-pointer text-ellipsis', 'text-gray-800 dark:text-white/80', 'p-3 transition duration-200', _defineProperty({
|
|
1481
1504
|
'!p-3': props.display !== 'chip' && ((props === null || props === void 0 ? void 0 : props.modelValue) == null || (props === null || props === void 0 ? void 0 : props.modelValue) == undefined),
|
|
1482
1505
|
'!py-1.5 px-3': props.display == 'chip' && (props === null || props === void 0 ? void 0 : props.modelValue) !== null
|
|
1483
1506
|
}, "!p-3", props.display == 'chip' && (props === null || props === void 0 ? void 0 : props.modelValue) == null)]
|
|
@@ -1501,8 +1524,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
1501
1524
|
headerCheckboxContainer: {
|
|
1502
1525
|
"class": ['inline-flex cursor-pointer select-none align-bottom relative', 'mr-2', 'w-6 h-6']
|
|
1503
1526
|
},
|
|
1504
|
-
headerCheckbox: function headerCheckbox(
|
|
1505
|
-
var context =
|
|
1527
|
+
headerCheckbox: function headerCheckbox(_ref77) {
|
|
1528
|
+
var context = _ref77.context;
|
|
1506
1529
|
return {
|
|
1507
1530
|
"class": ['flex items-center justify-center', 'border-2 w-6 h-6 text-gray-600 dark:text-white/70 rounded-lg transition-colors duration-200', 'hover:border-blue-500 focus:outline-none focus:outline-offset-0 focus:shadow-[0_0_0_0.2rem_rgba(191,219,254,1)] dark:focus:shadow-[0_0_0_0.2rem_rgba(147,197,253,0.5)]', {
|
|
1508
1531
|
'border-gray-300 dark:border-blue-900/40 bg-white dark:bg-gray-900': !(context !== null && context !== void 0 && context.selected),
|
|
@@ -1525,13 +1548,13 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
1525
1548
|
list: {
|
|
1526
1549
|
"class": 'py-3 list-none m-0'
|
|
1527
1550
|
},
|
|
1528
|
-
item: function item(
|
|
1529
|
-
var context =
|
|
1551
|
+
item: function item(_ref78) {
|
|
1552
|
+
var context = _ref78.context;
|
|
1530
1553
|
return {
|
|
1531
|
-
"class": ['cursor-pointer font-normal overflow-hidden relative whitespace-nowrap', 'm-0 p-3 border-0 transition-shadow duration-200 rounded-none',
|
|
1532
|
-
'text-gray-700': !context.focused && !context.selected,
|
|
1533
|
-
'bg-gray-300 text-gray-700 dark:text-white/80 dark:bg-gray-800/90': context.focused && !context.selected,
|
|
1534
|
-
'bg-blue-
|
|
1554
|
+
"class": ['cursor-pointer font-normal overflow-hidden relative whitespace-nowrap', 'm-0 p-3 border-0 transition-shadow duration-200 rounded-none', {
|
|
1555
|
+
'text-gray-700 hover:text-gray-700 hover:bg-gray-200 dark:text-white/80 dark:hover:bg-gray-800': !context.focused && !context.selected,
|
|
1556
|
+
'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,
|
|
1557
|
+
'bg-blue-100 text-blue-700 dark:bg-blue-400 dark:text-white/80': context.focused && context.selected,
|
|
1535
1558
|
'bg-blue-50 text-blue-700 dark:bg-blue-300 dark:text-white/80': !context.focused && context.selected
|
|
1536
1559
|
}]
|
|
1537
1560
|
};
|
|
@@ -1539,8 +1562,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
1539
1562
|
checkboxContainer: {
|
|
1540
1563
|
"class": ['inline-flex cursor-pointer select-none align-bottom relative', 'mr-2', 'w-6 h-6']
|
|
1541
1564
|
},
|
|
1542
|
-
checkbox: function checkbox(
|
|
1543
|
-
var context =
|
|
1565
|
+
checkbox: function checkbox(_ref79) {
|
|
1566
|
+
var context = _ref79.context;
|
|
1544
1567
|
return {
|
|
1545
1568
|
"class": ['flex items-center justify-center', 'border-2 w-6 h-6 text-gray-600 dark:text-white/80 rounded-lg transition-colors duration-200', 'hover:border-blue-500 focus:outline-none focus:outline-offset-0 focus:shadow-[0_0_0_0.2rem_rgba(191,219,254,1)] dark:focus:shadow-[0_0_0_0.2rem_rgba(147,197,253,0.5)]', {
|
|
1546
1569
|
'border-gray-300 dark:border-blue-900/40 bg-white dark:bg-gray-900': !(context !== null && context !== void 0 && context.selected),
|
|
@@ -1569,8 +1592,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
1569
1592
|
transition: TRANSITIONS.overlay
|
|
1570
1593
|
},
|
|
1571
1594
|
textarea: {
|
|
1572
|
-
root: function root(
|
|
1573
|
-
var context =
|
|
1595
|
+
root: function root(_ref80) {
|
|
1596
|
+
var context = _ref80.context;
|
|
1574
1597
|
return {
|
|
1575
1598
|
"class": ['m-0', 'font-sans text-base text-gray-600 dark:text-white/80 bg-white dark:bg-gray-900 p-3 border border-gray-300 dark:border-blue-900/40 transition-colors duration-200 appearance-none rounded-lg', 'hover:border-blue-500 focus:outline-none focus:outline-offset-0 focus:shadow-[0_0_0_0.2rem_rgba(191,219,254,1)] dark:focus:shadow-[0_0_0_0.2rem_rgba(147,197,253,0.5)]', {
|
|
1576
1599
|
'opacity-60 select-none pointer-events-none cursor-default': context.disabled
|
|
@@ -1579,8 +1602,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
1579
1602
|
}
|
|
1580
1603
|
},
|
|
1581
1604
|
treeselect: {
|
|
1582
|
-
root: function root(
|
|
1583
|
-
var props =
|
|
1605
|
+
root: function root(_ref81) {
|
|
1606
|
+
var props = _ref81.props;
|
|
1584
1607
|
return {
|
|
1585
1608
|
"class": ['inline-flex cursor-pointer select-none', 'bg-white dark:bg-gray-900 border border-gray-400 dark:border-blue-900/40 transition-colors duration-200 ease-in-out rounded-md', 'w-full md:w-80', {
|
|
1586
1609
|
'opacity-60 select-none pointer-events-none cursor-default': props === null || props === void 0 ? void 0 : props.disabled
|
|
@@ -1591,7 +1614,7 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
1591
1614
|
"class": ['overflow-hidden flex flex-auto cursor-pointer']
|
|
1592
1615
|
},
|
|
1593
1616
|
label: {
|
|
1594
|
-
"class": ['block overflow-hidden whitespace-nowrap cursor-pointer
|
|
1617
|
+
"class": ['block overflow-hidden whitespace-nowrap cursor-pointer text-ellipsis', 'text-gray-800 dark:text-white/80', 'p-3 transition duration-200']
|
|
1595
1618
|
},
|
|
1596
1619
|
trigger: {
|
|
1597
1620
|
"class": ['flex items-center justify-center shrink-0', 'bg-transparent text-gray-600 dark:text-white/70 w-12 rounded-tr-lg rounded-br-lg']
|
|
@@ -1605,8 +1628,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
1605
1628
|
transition: TRANSITIONS.overlay
|
|
1606
1629
|
},
|
|
1607
1630
|
autocomplete: {
|
|
1608
|
-
root: function root(
|
|
1609
|
-
var props =
|
|
1631
|
+
root: function root(_ref82) {
|
|
1632
|
+
var props = _ref82.props;
|
|
1610
1633
|
return {
|
|
1611
1634
|
"class": ['relative inline-flex', {
|
|
1612
1635
|
'opacity-60 select-none pointer-events-none cursor-default': props.disabled
|
|
@@ -1621,8 +1644,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
1621
1644
|
inputtoken: {
|
|
1622
1645
|
"class": ['py-0.375rem px-0', 'flex-1 inline-flex']
|
|
1623
1646
|
},
|
|
1624
|
-
input: function input(
|
|
1625
|
-
var props =
|
|
1647
|
+
input: function input(_ref83) {
|
|
1648
|
+
var props = _ref83.props;
|
|
1626
1649
|
return {
|
|
1627
1650
|
"class": ['m-0', ' transition-colors duration-200 appearance-none rounded-lg', {
|
|
1628
1651
|
'rounded-tr-none rounded-br-none': props.dropdown
|
|
@@ -1646,13 +1669,13 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
1646
1669
|
list: {
|
|
1647
1670
|
"class": 'py-3 list-none m-0'
|
|
1648
1671
|
},
|
|
1649
|
-
item: function item(
|
|
1650
|
-
var context =
|
|
1672
|
+
item: function item(_ref84) {
|
|
1673
|
+
var context = _ref84.context;
|
|
1651
1674
|
return {
|
|
1652
|
-
"class": ['cursor-pointer font-normal overflow-hidden relative whitespace-nowrap', 'm-0 p-3 border-0 transition-shadow duration-200 rounded-none',
|
|
1653
|
-
'text-gray-700': !context.focused && !context.selected,
|
|
1654
|
-
'bg-gray-300 text-gray-700 dark:text-white/80 dark:bg-gray-800/90': context.focused && !context.selected,
|
|
1655
|
-
'bg-blue-
|
|
1675
|
+
"class": ['cursor-pointer font-normal overflow-hidden relative whitespace-nowrap', 'm-0 p-3 border-0 transition-shadow duration-200 rounded-none', {
|
|
1676
|
+
'text-gray-700 hover:text-gray-700 hover:bg-gray-200 dark:text-white/80 dark:hover:bg-gray-800': !context.focused && !context.selected,
|
|
1677
|
+
'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,
|
|
1678
|
+
'bg-blue-100 text-blue-700 dark:bg-blue-400 dark:text-white/80': context.focused && context.selected,
|
|
1656
1679
|
'bg-blue-50 text-blue-700 dark:bg-blue-300 dark:text-white/80': !context.focused && context.selected
|
|
1657
1680
|
}]
|
|
1658
1681
|
};
|
|
@@ -1663,8 +1686,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
1663
1686
|
transition: TRANSITIONS.overlay
|
|
1664
1687
|
},
|
|
1665
1688
|
chips: {
|
|
1666
|
-
root: function root(
|
|
1667
|
-
var props =
|
|
1689
|
+
root: function root(_ref85) {
|
|
1690
|
+
var props = _ref85.props;
|
|
1668
1691
|
return {
|
|
1669
1692
|
"class": ['flex', {
|
|
1670
1693
|
'opacity-60 select-none pointer-events-none cursor-default': props.disabled
|
|
@@ -1688,8 +1711,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
1688
1711
|
}
|
|
1689
1712
|
},
|
|
1690
1713
|
colorpicker: {
|
|
1691
|
-
root: function root(
|
|
1692
|
-
var props =
|
|
1714
|
+
root: function root(_ref86) {
|
|
1715
|
+
var props = _ref86.props;
|
|
1693
1716
|
return {
|
|
1694
1717
|
"class": ['inline-block', {
|
|
1695
1718
|
'opacity-60 select-none pointer-events-none cursor-default': props.disabled
|
|
@@ -1699,8 +1722,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
1699
1722
|
input: {
|
|
1700
1723
|
"class": ['m-0', 'font-sans text-base text-gray-600 bg-white dark:bg-gray-900 p-3 border border-gray-300 dark:border-blue-900/40 transition-colors duration-200 rounded-lg cursor-pointer', 'hover:border-blue-500 focus:outline-none focus:outline-offset-0 focus:shadow-[0_0_0_0.2rem_rgba(191,219,254,1)] dark:focus:shadow-[0_0_0_0.2rem_rgba(147,197,253,0.5)]', 'w-8 h-8']
|
|
1701
1724
|
},
|
|
1702
|
-
panel: function panel(
|
|
1703
|
-
var props =
|
|
1725
|
+
panel: function panel(_ref87) {
|
|
1726
|
+
var props = _ref87.props;
|
|
1704
1727
|
return {
|
|
1705
1728
|
"class": ['shadow-md', 'bg-gray-800 border-gray-900', {
|
|
1706
1729
|
'relative h-48 w-52': props.inline,
|
|
@@ -1740,8 +1763,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
1740
1763
|
},
|
|
1741
1764
|
//MISC
|
|
1742
1765
|
badge: {
|
|
1743
|
-
root: function root(
|
|
1744
|
-
var props =
|
|
1766
|
+
root: function root(_ref88) {
|
|
1767
|
+
var props = _ref88.props;
|
|
1745
1768
|
return {
|
|
1746
1769
|
"class": ['rounded-full p-0 text-center inline-block', 'bg-blue-500 text-white font-bold', {
|
|
1747
1770
|
'bg-gray-500 ': props.severity == 'secondary',
|
|
@@ -1759,9 +1782,9 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
1759
1782
|
}
|
|
1760
1783
|
},
|
|
1761
1784
|
avatar: {
|
|
1762
|
-
root: function root(
|
|
1763
|
-
var props =
|
|
1764
|
-
parent =
|
|
1785
|
+
root: function root(_ref89) {
|
|
1786
|
+
var props = _ref89.props,
|
|
1787
|
+
parent = _ref89.parent;
|
|
1765
1788
|
return {
|
|
1766
1789
|
"class": ['flex items-center justify-center', 'bg-gray-300 dark:bg-gray-800', {
|
|
1767
1790
|
'rounded-lg': props.shape == 'square',
|
|
@@ -1771,7 +1794,7 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
1771
1794
|
'w-12 h-12 text-xl': props.size == 'large',
|
|
1772
1795
|
'w-16 h-16 text-2xl': props.size == 'xlarge'
|
|
1773
1796
|
}, {
|
|
1774
|
-
'-ml-4 border-2 border-white dark:border-gray-900': parent.instance.$css
|
|
1797
|
+
'-ml-4 border-2 border-white dark:border-gray-900': parent.instance.$css === undefined
|
|
1775
1798
|
}]
|
|
1776
1799
|
};
|
|
1777
1800
|
},
|
|
@@ -1805,8 +1828,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
1805
1828
|
root: {
|
|
1806
1829
|
"class": ['overflow-hidden relative', 'border-0 h-6 bg-gray-200 rounded-md dark:bg-gray-800']
|
|
1807
1830
|
},
|
|
1808
|
-
value: function value(
|
|
1809
|
-
var props =
|
|
1831
|
+
value: function value(_ref90) {
|
|
1832
|
+
var props = _ref90.props;
|
|
1810
1833
|
return {
|
|
1811
1834
|
"class": ['border-0 m-0 bg-blue-500', {
|
|
1812
1835
|
'transition-width duration-1000 ease-in-out absolute items-center border-0 flex h-full justify-center overflow-hidden w-0': props.mode !== 'indeterminate',
|
|
@@ -1830,8 +1853,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
1830
1853
|
}
|
|
1831
1854
|
},
|
|
1832
1855
|
skeleton: {
|
|
1833
|
-
root: function root(
|
|
1834
|
-
var props =
|
|
1856
|
+
root: function root(_ref91) {
|
|
1857
|
+
var props = _ref91.props;
|
|
1835
1858
|
return {
|
|
1836
1859
|
"class": ['overflow-hidden', '!mb-2', 'bg-gray-300 dark:bg-gray-800', 'after:absolute after:top-0 after:left-0 after:right-0 after:bottom-0 after:content after:w-full after:h-full after:bg-blue-400 after:left-full after:transform after:translate-x-full after:z-10 after:bg-gradient-to-r after:from-transparent after:via-white after:to-transparent animate-pulse', {
|
|
1837
1860
|
'rounded-md': props.shape !== 'circle',
|
|
@@ -1841,8 +1864,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
1841
1864
|
}
|
|
1842
1865
|
},
|
|
1843
1866
|
tag: {
|
|
1844
|
-
root: function root(
|
|
1845
|
-
var props =
|
|
1867
|
+
root: function root(_ref92) {
|
|
1868
|
+
var props = _ref92.props;
|
|
1846
1869
|
return {
|
|
1847
1870
|
"class": ['inline-flex items-center justify-center', 'bg-blue-500 text-white text-xs font-semibold px-2 py-1 ', {
|
|
1848
1871
|
'bg-green-500 ': props.severity == 'success',
|
|
@@ -1868,8 +1891,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
1868
1891
|
}
|
|
1869
1892
|
},
|
|
1870
1893
|
scrolltop: {
|
|
1871
|
-
root: function root(
|
|
1872
|
-
var props =
|
|
1894
|
+
root: function root(_ref93) {
|
|
1895
|
+
var props = _ref93.props;
|
|
1873
1896
|
return {
|
|
1874
1897
|
"class": ['fixed bottom-20 right-20 flex items-center justify-center', 'ml-auto', {
|
|
1875
1898
|
'!bg-blue-500 hover:bg-blue-600 text-white rounded-md h-8 w-8': props.target == 'parent',
|
|
@@ -1934,8 +1957,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
1934
1957
|
menuitem: {
|
|
1935
1958
|
"class": 'relative'
|
|
1936
1959
|
},
|
|
1937
|
-
content: function content(
|
|
1938
|
-
var context =
|
|
1960
|
+
content: function content(_ref94) {
|
|
1961
|
+
var context = _ref94.context;
|
|
1939
1962
|
return {
|
|
1940
1963
|
"class": ['transition-shadow duration-200 rounded-none', 'hover:text-gray-700 dark:hover:text-white/80 hover:bg-gray-200 dark:hover:bg-gray-800/80',
|
|
1941
1964
|
// Hover
|
|
@@ -1962,8 +1985,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
1962
1985
|
}
|
|
1963
1986
|
},
|
|
1964
1987
|
dock: {
|
|
1965
|
-
root: function root(
|
|
1966
|
-
var props =
|
|
1988
|
+
root: function root(_ref95) {
|
|
1989
|
+
var props = _ref95.props;
|
|
1967
1990
|
return {
|
|
1968
1991
|
"class": ['absolute z-1 flex justify-center items-center pointer-events-none', {
|
|
1969
1992
|
'left-0 bottom-0 w-full': props.position == 'bottom',
|
|
@@ -1976,18 +1999,18 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
1976
1999
|
container: {
|
|
1977
2000
|
"class": ['flex pointer-events-auto', 'bg-white/10 border-white/20 p-2 border rounded-md']
|
|
1978
2001
|
},
|
|
1979
|
-
menu: function menu(
|
|
1980
|
-
var props =
|
|
2002
|
+
menu: function menu(_ref96) {
|
|
2003
|
+
var props = _ref96.props;
|
|
1981
2004
|
return {
|
|
1982
2005
|
"class": ['m-0 p-0 list-none flex items-center justify-center', 'outline-none', {
|
|
1983
2006
|
'flex-col': props.position == 'left' || props.position == 'right'
|
|
1984
2007
|
}]
|
|
1985
2008
|
};
|
|
1986
2009
|
},
|
|
1987
|
-
menuitem: function menuitem(
|
|
1988
|
-
var props =
|
|
1989
|
-
context =
|
|
1990
|
-
instance =
|
|
2010
|
+
menuitem: function menuitem(_ref97) {
|
|
2011
|
+
var props = _ref97.props,
|
|
2012
|
+
context = _ref97.context,
|
|
2013
|
+
instance = _ref97.instance;
|
|
1991
2014
|
return {
|
|
1992
2015
|
"class": ['p-2 rounded-md', 'transition-all duration-200 ease-cubic-bezier-will-change-transform transform ', {
|
|
1993
2016
|
'origin-bottom hover:mx-6': props.position == 'bottom',
|
|
@@ -2012,8 +2035,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
2012
2035
|
menu: {
|
|
2013
2036
|
"class": ['m-0 p-0 list-none', 'outline-none']
|
|
2014
2037
|
},
|
|
2015
|
-
content: function content(
|
|
2016
|
-
var context =
|
|
2038
|
+
content: function content(_ref98) {
|
|
2039
|
+
var context = _ref98.context;
|
|
2017
2040
|
return {
|
|
2018
2041
|
"class": ['text-gray-700 dark:text-white/80 transition-shadow duration-200 rounded-none', 'hover:text-gray-700 dark:hover:text-white/80 hover:bg-gray-200 dark:hover:bg-gray-800/80',
|
|
2019
2042
|
// Hover
|
|
@@ -2037,8 +2060,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
2037
2060
|
root: {
|
|
2038
2061
|
"class": ['p-2 bg-gray-100 dark:bg-gray-900 border border-gray-300 dark:border-blue-900/40 rounded-md', 'flex items-center relative']
|
|
2039
2062
|
},
|
|
2040
|
-
menu: function menu(
|
|
2041
|
-
var props =
|
|
2063
|
+
menu: function menu(_ref99) {
|
|
2064
|
+
var props = _ref99.props;
|
|
2042
2065
|
return {
|
|
2043
2066
|
"class": ['m-0 sm:p-0 list-none', 'outline-none', 'sm:flex items-center flex-wrap sm:flex-row sm:top-auto sm:left-auto sm:relative sm:bg-transparent sm:shadow-none sm:w-auto', 'flex-col top-full left-0', 'absolute py-1 bg-white dark:bg-gray-900 border-0 shadow-md w-full', {
|
|
2044
2067
|
'hidden ': !(props !== null && props !== void 0 && props.mobileActive),
|
|
@@ -2049,9 +2072,9 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
2049
2072
|
menuitem: {
|
|
2050
2073
|
"class": 'sm:relative sm:w-auto w-full static'
|
|
2051
2074
|
},
|
|
2052
|
-
content: function content(
|
|
2053
|
-
var props =
|
|
2054
|
-
context =
|
|
2075
|
+
content: function content(_ref100) {
|
|
2076
|
+
var props = _ref100.props,
|
|
2077
|
+
context = _ref100.context;
|
|
2055
2078
|
return {
|
|
2056
2079
|
"class": [' transition-shadow duration-200', '', {
|
|
2057
2080
|
'rounded-md': props.root
|
|
@@ -2066,29 +2089,29 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
2066
2089
|
}]
|
|
2067
2090
|
};
|
|
2068
2091
|
},
|
|
2069
|
-
action: function action(
|
|
2070
|
-
var context =
|
|
2092
|
+
action: function action(_ref101) {
|
|
2093
|
+
var context = _ref101.context;
|
|
2071
2094
|
return {
|
|
2072
2095
|
"class": ['select-none', 'cursor-pointer flex items-center no-underline overflow-hidden relative', 'py-3 px-5 select-none', {
|
|
2073
|
-
'
|
|
2074
|
-
'
|
|
2096
|
+
'pl-9 sm:pl-5': context.level === 1,
|
|
2097
|
+
'pl-14 sm:pl-5': context.level === 2
|
|
2075
2098
|
}]
|
|
2076
2099
|
};
|
|
2077
2100
|
},
|
|
2078
2101
|
icon: {
|
|
2079
2102
|
"class": 'mr-2'
|
|
2080
2103
|
},
|
|
2081
|
-
submenuicon: function submenuicon(
|
|
2082
|
-
var props =
|
|
2104
|
+
submenuicon: function submenuicon(_ref102) {
|
|
2105
|
+
var props = _ref102.props;
|
|
2083
2106
|
return {
|
|
2084
|
-
"class": [
|
|
2085
|
-
'ml-2': props.root,
|
|
2107
|
+
"class": [{
|
|
2108
|
+
'ml-auto sm:ml-2': props.root,
|
|
2086
2109
|
'ml-auto': !props.root
|
|
2087
2110
|
}]
|
|
2088
2111
|
};
|
|
2089
2112
|
},
|
|
2090
|
-
submenu: function submenu(
|
|
2091
|
-
var props =
|
|
2113
|
+
submenu: function submenu(_ref103) {
|
|
2114
|
+
var props = _ref103.props;
|
|
2092
2115
|
return {
|
|
2093
2116
|
"class": ['py-1 bg-white dark:bg-gray-900 border-0 sm:shadow-md sm:w-48', 'w-full static shadow-none', 'sm:absolute z-10', 'm-0 list-none', {
|
|
2094
2117
|
'sm:absolute sm:left-full sm:top-0': props.level > 1
|
|
@@ -2103,8 +2126,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
2103
2126
|
}
|
|
2104
2127
|
},
|
|
2105
2128
|
megamenu: {
|
|
2106
|
-
root: function root(
|
|
2107
|
-
var props =
|
|
2129
|
+
root: function root(_ref104) {
|
|
2130
|
+
var props = _ref104.props;
|
|
2108
2131
|
return {
|
|
2109
2132
|
"class": ['bg-gray-100 dark:bg-gray-900 border border-gray-300 dark:border-blue-900/40 rounded-md', 'flex relative', {
|
|
2110
2133
|
'p-2 items-center': props.orientation == 'horizontal',
|
|
@@ -2115,8 +2138,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
2115
2138
|
menu: {
|
|
2116
2139
|
"class": ['m-0 sm:p-0 list-none relative', 'outline-none', 'flex items-center flex-wrap flex-row top-auto left-auto relative bg-transparent shadow-none w-auto']
|
|
2117
2140
|
},
|
|
2118
|
-
menuitem: function menuitem(
|
|
2119
|
-
var props =
|
|
2141
|
+
menuitem: function menuitem(_ref105) {
|
|
2142
|
+
var props = _ref105.props;
|
|
2120
2143
|
return {
|
|
2121
2144
|
"class": ['relative', {
|
|
2122
2145
|
'w-auto': props.horizontal,
|
|
@@ -2124,9 +2147,9 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
2124
2147
|
}]
|
|
2125
2148
|
};
|
|
2126
2149
|
},
|
|
2127
|
-
content: function content(
|
|
2128
|
-
var props =
|
|
2129
|
-
context =
|
|
2150
|
+
content: function content(_ref106) {
|
|
2151
|
+
var props = _ref106.props,
|
|
2152
|
+
context = _ref106.context;
|
|
2130
2153
|
return {
|
|
2131
2154
|
"class": ['transition-shadow duration-200', {
|
|
2132
2155
|
'rounded-md': props.level < 1 && props.horizontal
|
|
@@ -2147,8 +2170,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
2147
2170
|
icon: {
|
|
2148
2171
|
"class": 'mr-2'
|
|
2149
2172
|
},
|
|
2150
|
-
submenuicon: function submenuicon(
|
|
2151
|
-
var props =
|
|
2173
|
+
submenuicon: function submenuicon(_ref107) {
|
|
2174
|
+
var props = _ref107.props;
|
|
2152
2175
|
return {
|
|
2153
2176
|
"class": [{
|
|
2154
2177
|
'ml-2': props.horizontal,
|
|
@@ -2156,8 +2179,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
2156
2179
|
}]
|
|
2157
2180
|
};
|
|
2158
2181
|
},
|
|
2159
|
-
panel: function panel(
|
|
2160
|
-
var props =
|
|
2182
|
+
panel: function panel(_ref108) {
|
|
2183
|
+
var props = _ref108.props;
|
|
2161
2184
|
return {
|
|
2162
2185
|
"class": ['py-1 bg-white dark:bg-gray-900 border-0 shadow-md w-auto', 'absolute z-10', {
|
|
2163
2186
|
'left-full top-0': !props.horizontal
|
|
@@ -2207,8 +2230,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
2207
2230
|
menu: {
|
|
2208
2231
|
"class": ['outline-none', 'm-0 p-0 list-none']
|
|
2209
2232
|
},
|
|
2210
|
-
content: function content(
|
|
2211
|
-
var context =
|
|
2233
|
+
content: function content(_ref109) {
|
|
2234
|
+
var context = _ref109.context;
|
|
2212
2235
|
return {
|
|
2213
2236
|
"class": ['text-gray-700 dark:text-white/80 transition-shadow duration-200 border-none rounded-none', 'hover:bg-gray-200 dark:hover:bg-gray-800/80 hover:text-gray-700 dark:hover:text-white/80',
|
|
2214
2237
|
// Hover
|
|
@@ -2245,7 +2268,7 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
2245
2268
|
"class": ['flex items-center justify-center', 'text-gray-700 dark:text-white/80 border border-gray-300 dark:border-blue-900/40 bg-white dark:bg-gray-900 w-[2rem] h-[2rem] leading-2rem text-sm z-10 rounded-full']
|
|
2246
2269
|
},
|
|
2247
2270
|
label: {
|
|
2248
|
-
"class": ['block', 'whitespace-nowrap overflow-hidden
|
|
2271
|
+
"class": ['block', 'whitespace-nowrap overflow-hidden text-ellipsis max-w-full', 'mt-2 text-gray-500 dark:text-white/60']
|
|
2249
2272
|
}
|
|
2250
2273
|
},
|
|
2251
2274
|
tabmenu: {
|
|
@@ -2253,14 +2276,14 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
2253
2276
|
"class": 'overflow-x-auto'
|
|
2254
2277
|
},
|
|
2255
2278
|
menu: {
|
|
2256
|
-
"class": ['flex m-0 p-0 list-none flex-nowrap', 'bg-white border-solid border-gray-300 border-b-2', 'outline-none no-underline text-base list-none']
|
|
2279
|
+
"class": ['flex m-0 p-0 list-none flex-nowrap', 'bg-white border-solid border-gray-300 border-b-2 dark:bg-gray-900 dark:border-blue-900/40', 'outline-none no-underline text-base list-none']
|
|
2257
2280
|
},
|
|
2258
2281
|
menuitem: {
|
|
2259
2282
|
"class": 'mr-0'
|
|
2260
2283
|
},
|
|
2261
|
-
action: function action(
|
|
2262
|
-
var context =
|
|
2263
|
-
state =
|
|
2284
|
+
action: function action(_ref110) {
|
|
2285
|
+
var context = _ref110.context,
|
|
2286
|
+
state = _ref110.state;
|
|
2264
2287
|
return {
|
|
2265
2288
|
"class": ['cursor-pointer select-none flex items-center relative no-underline overflow-hidden', 'border-b-2 p-5 font-bold rounded-t-lg ', 'focus:outline-none focus:outline-offset-0 focus:shadow-[inset_0_0_0_0.2rem_rgba(191,219,254,1)] dark:focus:shadow-[inset_0_0_0_0.2rem_rgba(147,197,253,0.5)]', {
|
|
2266
2289
|
'border-gray-300 bg-white text-gray-700 hover:bg-white hover:border-gray-400 hover:text-gray-600 dark:bg-gray-900 dark:border-blue-900/40 dark:text-white/80 dark:hover:bg-gray-800/80': state.d_activeIndex !== context.index,
|
|
@@ -2285,8 +2308,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
2285
2308
|
menuitem: {
|
|
2286
2309
|
"class": 'relative'
|
|
2287
2310
|
},
|
|
2288
|
-
content: function content(
|
|
2289
|
-
var context =
|
|
2311
|
+
content: function content(_ref111) {
|
|
2312
|
+
var context = _ref111.context;
|
|
2290
2313
|
return {
|
|
2291
2314
|
"class": ['transition-shadow duration-200 border-none rounded-none', 'hover:bg-gray-200 hover:text-gray-700 dark:hover:text-white/80 dark:hover:bg-gray-800/80',
|
|
2292
2315
|
//Hover
|
|
@@ -2298,8 +2321,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
2298
2321
|
}]
|
|
2299
2322
|
};
|
|
2300
2323
|
},
|
|
2301
|
-
action: function action(
|
|
2302
|
-
var context =
|
|
2324
|
+
action: function action(_ref112) {
|
|
2325
|
+
var context = _ref112.context;
|
|
2303
2326
|
return {
|
|
2304
2327
|
"class": ['py-3 px-5 select-none', 'flex items-center cursor-pointer no-underline relative overflow-hidden', {
|
|
2305
2328
|
'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,
|
|
@@ -2417,8 +2440,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
2417
2440
|
indicator: {
|
|
2418
2441
|
"class": 'mr-2'
|
|
2419
2442
|
},
|
|
2420
|
-
indicatorbutton: function indicatorbutton(
|
|
2421
|
-
var context =
|
|
2443
|
+
indicatorbutton: function indicatorbutton(_ref113) {
|
|
2444
|
+
var context = _ref113.context;
|
|
2422
2445
|
return {
|
|
2423
2446
|
"class": ['w-4 h-4 transition duration-200 rounded-full', 'focus:outline-none focus:outline-offset-0 focus:shadow-[0_0_0_0.2rem_rgba(191,219,254,1)] dark:focus:shadow-[0_0_0_0.2rem_rgba(147,197,253,0.5)]', {
|
|
2424
2447
|
'bg-gray-200 hover:bg-gray-300 dark:bg-gray-700 dark:hover:bg-gray-600': !context.highlighted,
|
|
@@ -2458,8 +2481,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
2458
2481
|
content: {
|
|
2459
2482
|
"class": 'flex flex-col overflow-auto'
|
|
2460
2483
|
},
|
|
2461
|
-
container: function container(
|
|
2462
|
-
var props =
|
|
2484
|
+
container: function container(_ref114) {
|
|
2485
|
+
var props = _ref114.props;
|
|
2463
2486
|
return {
|
|
2464
2487
|
"class": ['flex', {
|
|
2465
2488
|
'flex-row': props.orientation !== 'vertical',
|
|
@@ -2473,8 +2496,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
2473
2496
|
itemscontent: {
|
|
2474
2497
|
"class": 'overflow-hidden w-full'
|
|
2475
2498
|
},
|
|
2476
|
-
itemscontainer: function itemscontainer(
|
|
2477
|
-
var props =
|
|
2499
|
+
itemscontainer: function itemscontainer(_ref115) {
|
|
2500
|
+
var props = _ref115.props;
|
|
2478
2501
|
return {
|
|
2479
2502
|
"class": ['flex ', {
|
|
2480
2503
|
'flex-row': props.orientation !== 'vertical',
|
|
@@ -2482,8 +2505,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
2482
2505
|
}]
|
|
2483
2506
|
};
|
|
2484
2507
|
},
|
|
2485
|
-
item: function item(
|
|
2486
|
-
var props =
|
|
2508
|
+
item: function item(_ref116) {
|
|
2509
|
+
var props = _ref116.props;
|
|
2487
2510
|
return {
|
|
2488
2511
|
"class": ['flex shrink-0 grow', {
|
|
2489
2512
|
'w-1/3': props.orientation !== 'vertical',
|
|
@@ -2497,8 +2520,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
2497
2520
|
indicator: {
|
|
2498
2521
|
"class": 'mr-2 mb-2'
|
|
2499
2522
|
},
|
|
2500
|
-
indicatorbutton: function indicatorbutton(
|
|
2501
|
-
var context =
|
|
2523
|
+
indicatorbutton: function indicatorbutton(_ref117) {
|
|
2524
|
+
var context = _ref117.context;
|
|
2502
2525
|
return {
|
|
2503
2526
|
"class": ['w-8 h-2 transition duration-200 rounded-0', 'focus:outline-none focus:outline-offset-0 focus:shadow-[0_0_0_0.2rem_rgba(191,219,254,1)] dark:focus:shadow-[0_0_0_0.2rem_rgba(147,197,253,0.5)]', {
|
|
2504
2527
|
'bg-gray-200 hover:bg-gray-300 dark:bg-gray-700 dark:hover:bg-gray-600': !context.highlighted,
|
|
@@ -2520,9 +2543,9 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
2520
2543
|
node: {
|
|
2521
2544
|
"class": 'p-1 outline-none'
|
|
2522
2545
|
},
|
|
2523
|
-
content: function content(
|
|
2524
|
-
var context =
|
|
2525
|
-
props =
|
|
2546
|
+
content: function content(_ref118) {
|
|
2547
|
+
var context = _ref118.context,
|
|
2548
|
+
props = _ref118.props;
|
|
2526
2549
|
return {
|
|
2527
2550
|
"class": ['flex items-center', 'rounded-lg transition-shadow duration-200 p-2', 'focus:outline-none focus:outline-offset-0 focus:shadow-[0_0_0_0.2rem_rgba(191,219,254,1)] dark:focus:shadow-[0_0_0_0.2rem_rgba(147,197,253,0.5)]', {
|
|
2528
2551
|
'bg-blue-50 text-blue-600': context.selected
|
|
@@ -2531,8 +2554,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
2531
2554
|
}]
|
|
2532
2555
|
};
|
|
2533
2556
|
},
|
|
2534
|
-
toggler: function toggler(
|
|
2535
|
-
var context =
|
|
2557
|
+
toggler: function toggler(_ref119) {
|
|
2558
|
+
var context = _ref119.context;
|
|
2536
2559
|
return {
|
|
2537
2560
|
"class": ['cursor-pointer select-none inline-flex items-center justify-center overflow-hidden relative shrink-0', 'mr-2 w-8 h-8 border-0 bg-transparent rounded-full transition duration-200', 'hover:border-transparent focus:outline-none focus:outline-offset-0 focus:shadow-[0_0_0_0.2rem_rgba(191,219,254,1)] dark:focus:shadow-[0_0_0_0.2rem_rgba(147,197,253,0.5)]', {
|
|
2538
2561
|
'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,
|
|
@@ -2545,9 +2568,9 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
2545
2568
|
checkboxcontainer: {
|
|
2546
2569
|
"class": 'mr-2'
|
|
2547
2570
|
},
|
|
2548
|
-
checkbox: function checkbox(
|
|
2549
|
-
var context =
|
|
2550
|
-
props =
|
|
2571
|
+
checkbox: function checkbox(_ref120) {
|
|
2572
|
+
var context = _ref120.context,
|
|
2573
|
+
props = _ref120.props;
|
|
2551
2574
|
return {
|
|
2552
2575
|
"class": ['cursor-pointer inline-flex relative select-none align-bottom', 'w-6 h-6', 'flex items-center justify-center', 'border-2 w-6 h-6 rounded-lg transition-colors duration-200 text-white text-base dark:text-gray-900', {
|
|
2553
2576
|
'border-gray-300 bg-white dark:border-blue-900/40 dark:bg-gray-900': !context.checked,
|
|
@@ -2576,8 +2599,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
2576
2599
|
},
|
|
2577
2600
|
// DATA
|
|
2578
2601
|
timeline: {
|
|
2579
|
-
root: function root(
|
|
2580
|
-
var props =
|
|
2602
|
+
root: function root(_ref121) {
|
|
2603
|
+
var props = _ref121.props;
|
|
2581
2604
|
return {
|
|
2582
2605
|
"class": ['flex grow', {
|
|
2583
2606
|
'flex-col': props.layout === 'vertical',
|
|
@@ -2585,9 +2608,9 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
2585
2608
|
}]
|
|
2586
2609
|
};
|
|
2587
2610
|
},
|
|
2588
|
-
event: function event(
|
|
2589
|
-
var props =
|
|
2590
|
-
context =
|
|
2611
|
+
event: function event(_ref122) {
|
|
2612
|
+
var props = _ref122.props,
|
|
2613
|
+
context = _ref122.context;
|
|
2591
2614
|
return {
|
|
2592
2615
|
"class": ['flex relative min-h-[70px]', {
|
|
2593
2616
|
'flex-row-reverse': props.align === 'right' || props.layout === 'vertical' && props.align === 'alternate' && context.index % 2 === 1,
|
|
@@ -2596,9 +2619,9 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
2596
2619
|
}]
|
|
2597
2620
|
};
|
|
2598
2621
|
},
|
|
2599
|
-
opposite: function opposite(
|
|
2600
|
-
var props =
|
|
2601
|
-
context =
|
|
2622
|
+
opposite: function opposite(_ref123) {
|
|
2623
|
+
var props = _ref123.props,
|
|
2624
|
+
context = _ref123.context;
|
|
2602
2625
|
return {
|
|
2603
2626
|
"class": ['flex-1', {
|
|
2604
2627
|
'px-4': props.layout === 'vertical',
|
|
@@ -2609,8 +2632,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
2609
2632
|
}]
|
|
2610
2633
|
};
|
|
2611
2634
|
},
|
|
2612
|
-
separator: function separator(
|
|
2613
|
-
var props =
|
|
2635
|
+
separator: function separator(_ref124) {
|
|
2636
|
+
var props = _ref124.props;
|
|
2614
2637
|
return {
|
|
2615
2638
|
"class": ['flex items-center flex-initial', {
|
|
2616
2639
|
'flex-col': props.layout === 'vertical',
|
|
@@ -2621,8 +2644,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
2621
2644
|
marker: {
|
|
2622
2645
|
"class": 'flex self-baseline w-4 h-4 rounded-full border-2 border-blue-500 bg-white dark:border-blue-300 dark:bg-blue-900/40'
|
|
2623
2646
|
},
|
|
2624
|
-
connector: function connector(
|
|
2625
|
-
var props =
|
|
2647
|
+
connector: function connector(_ref125) {
|
|
2648
|
+
var props = _ref125.props;
|
|
2626
2649
|
return {
|
|
2627
2650
|
"class": ['grow bg-gray-300 dark:bg-blue-900/40', {
|
|
2628
2651
|
'w-[2px]': props.layout === 'vertical',
|
|
@@ -2630,9 +2653,9 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
2630
2653
|
}]
|
|
2631
2654
|
};
|
|
2632
2655
|
},
|
|
2633
|
-
content: function content(
|
|
2634
|
-
var props =
|
|
2635
|
-
context =
|
|
2656
|
+
content: function content(_ref126) {
|
|
2657
|
+
var props = _ref126.props,
|
|
2658
|
+
context = _ref126.context;
|
|
2636
2659
|
return {
|
|
2637
2660
|
"class": ['flex-1', {
|
|
2638
2661
|
'px-4': props.layout === 'vertical',
|
|
@@ -2649,7 +2672,7 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
2649
2672
|
},
|
|
2650
2673
|
dataview: {
|
|
2651
2674
|
content: {
|
|
2652
|
-
"class": ['bg-white
|
|
2675
|
+
"class": ['bg-white text-gray-700 border-0 p-0', 'dark:bg-gray-900 dark:text-white/80' // Dark Mode
|
|
2653
2676
|
]
|
|
2654
2677
|
},
|
|
2655
2678
|
|
|
@@ -2661,16 +2684,16 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
2661
2684
|
}
|
|
2662
2685
|
},
|
|
2663
2686
|
dataviewlayoutoptions: {
|
|
2664
|
-
listbutton: function listbutton(
|
|
2665
|
-
var props =
|
|
2687
|
+
listbutton: function listbutton(_ref127) {
|
|
2688
|
+
var props = _ref127.props;
|
|
2666
2689
|
return {
|
|
2667
2690
|
"class": ['items-center cursor-pointer inline-flex overflow-hidden relative select-none text-center align-bottom justify-center border', 'transition duration-200', 'w-12 pt-3 pb-3 rounded-lg rounded-r-none', props.modelValue === 'list' ? 'bg-blue-500 border-blue-500 text-white dark:bg-sky-300 dark:border-sky-300 dark:text-gray-900' : 'bg-white border-gray-300 text-blue-gray-700 dark:bg-gray-900 dark:border-blue-900/40 dark:text-white/80' // highlighted state
|
|
2668
2691
|
]
|
|
2669
2692
|
};
|
|
2670
2693
|
},
|
|
2671
2694
|
|
|
2672
|
-
gridbutton: function gridbutton(
|
|
2673
|
-
var props =
|
|
2695
|
+
gridbutton: function gridbutton(_ref128) {
|
|
2696
|
+
var props = _ref128.props;
|
|
2674
2697
|
return {
|
|
2675
2698
|
"class": ['items-center cursor-pointer inline-flex overflow-hidden relative select-none text-center align-bottom justify-center border', 'transition duration-200', 'w-12 pt-3 pb-3 rounded-lg rounded-l-none', props.modelValue === 'grid' ? 'bg-blue-500 border-blue-500 text-white dark:bg-sky-300 dark:border-sky-300 dark:text-gray-900' : 'bg-white border-gray-300 text-blue-gray-700 dark:bg-gray-900 dark:border-blue-900/40 dark:text-white/80' // highlighted state
|
|
2676
2699
|
]
|
|
@@ -2698,8 +2721,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
2698
2721
|
]
|
|
2699
2722
|
},
|
|
2700
2723
|
|
|
2701
|
-
lineleft: function lineleft(
|
|
2702
|
-
var context =
|
|
2724
|
+
lineleft: function lineleft(_ref129) {
|
|
2725
|
+
var context = _ref129.context;
|
|
2703
2726
|
return {
|
|
2704
2727
|
"class": ['text-center align-top py-0 px-3 rounded-none border-r border-gray-300', 'dark:border-blue-900/40',
|
|
2705
2728
|
//Dark Mode
|
|
@@ -2708,8 +2731,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
2708
2731
|
}]
|
|
2709
2732
|
};
|
|
2710
2733
|
},
|
|
2711
|
-
lineright: function lineright(
|
|
2712
|
-
var context =
|
|
2734
|
+
lineright: function lineright(_ref130) {
|
|
2735
|
+
var context = _ref130.context;
|
|
2713
2736
|
return {
|
|
2714
2737
|
"class": ['text-center align-top py-0 px-3 rounded-none', 'dark:border-blue-900/40',
|
|
2715
2738
|
//Dark Mode
|
|
@@ -2738,14 +2761,14 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
2738
2761
|
"class": 'flex flex-col justify-center p-5'
|
|
2739
2762
|
},
|
|
2740
2763
|
moveupbutton: {
|
|
2741
|
-
root: function root(
|
|
2742
|
-
var context =
|
|
2764
|
+
root: function root(_ref131) {
|
|
2765
|
+
var context = _ref131.context;
|
|
2743
2766
|
return {
|
|
2744
|
-
"class": ['relative inline-flex cursor-pointer
|
|
2767
|
+
"class": ['relative inline-flex cursor-pointer select-none items-center align-bottom text-center overflow-hidden m-0',
|
|
2745
2768
|
// button component
|
|
2746
2769
|
'text-white bg-blue-500 border border-blue-500 rounded-md', 'transition duration-200 ease-in-out', 'justify-center px-0 py-3',
|
|
2747
2770
|
// icon only
|
|
2748
|
-
'mb-2',
|
|
2771
|
+
'mb-2 w-12',
|
|
2749
2772
|
// orderlist button
|
|
2750
2773
|
'dark:bg-sky-300 dark:border-sky-300 dark:text-gray-900',
|
|
2751
2774
|
//Dark Mode
|
|
@@ -2759,14 +2782,14 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
2759
2782
|
}
|
|
2760
2783
|
},
|
|
2761
2784
|
movetopbutton: {
|
|
2762
|
-
root: function root(
|
|
2763
|
-
var context =
|
|
2785
|
+
root: function root(_ref132) {
|
|
2786
|
+
var context = _ref132.context;
|
|
2764
2787
|
return {
|
|
2765
|
-
"class": ['relative inline-flex cursor-pointer
|
|
2788
|
+
"class": ['relative inline-flex cursor-pointer select-none items-center align-bottom text-center overflow-hidden m-0',
|
|
2766
2789
|
// button component
|
|
2767
2790
|
'text-white bg-blue-500 border border-blue-500 rounded-md', 'transition duration-200 ease-in-out', 'justify-center px-0 py-3',
|
|
2768
2791
|
// icon only
|
|
2769
|
-
'mb-2',
|
|
2792
|
+
'mb-2 w-12',
|
|
2770
2793
|
// orderlist button
|
|
2771
2794
|
'dark:bg-sky-300 dark:border-sky-300 dark:text-gray-900',
|
|
2772
2795
|
//Dark Mode
|
|
@@ -2780,14 +2803,14 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
2780
2803
|
}
|
|
2781
2804
|
},
|
|
2782
2805
|
movedownbutton: {
|
|
2783
|
-
root: function root(
|
|
2784
|
-
var context =
|
|
2806
|
+
root: function root(_ref133) {
|
|
2807
|
+
var context = _ref133.context;
|
|
2785
2808
|
return {
|
|
2786
|
-
"class": ['relative inline-flex cursor-pointer
|
|
2809
|
+
"class": ['relative inline-flex cursor-pointer select-none items-center align-bottom text-center overflow-hidden m-0',
|
|
2787
2810
|
// button component
|
|
2788
2811
|
'text-white bg-blue-500 border border-blue-500 rounded-md', 'transition duration-200 ease-in-out', 'justify-center px-0 py-3',
|
|
2789
2812
|
// icon only
|
|
2790
|
-
'mb-2',
|
|
2813
|
+
'mb-2 w-12',
|
|
2791
2814
|
// orderlist button
|
|
2792
2815
|
'dark:bg-sky-300 dark:border-sky-300 dark:text-gray-900',
|
|
2793
2816
|
//Dark Mode
|
|
@@ -2801,14 +2824,14 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
2801
2824
|
}
|
|
2802
2825
|
},
|
|
2803
2826
|
movebottombutton: {
|
|
2804
|
-
root: function root(
|
|
2805
|
-
var context =
|
|
2827
|
+
root: function root(_ref134) {
|
|
2828
|
+
var context = _ref134.context;
|
|
2806
2829
|
return {
|
|
2807
|
-
"class": ['relative inline-flex cursor-pointer
|
|
2830
|
+
"class": ['relative inline-flex cursor-pointer select-none items-center align-bottom text-center overflow-hidden m-0',
|
|
2808
2831
|
// button component
|
|
2809
2832
|
'text-white bg-blue-500 border border-blue-500 rounded-md', 'transition duration-200 ease-in-out', 'justify-center px-0 py-3',
|
|
2810
2833
|
// icon only
|
|
2811
|
-
'mb-2',
|
|
2834
|
+
'mb-2 w-12',
|
|
2812
2835
|
// orderlist button
|
|
2813
2836
|
'dark:bg-sky-300 dark:border-sky-300 dark:text-gray-900',
|
|
2814
2837
|
//Dark Mode
|
|
@@ -2834,8 +2857,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
2834
2857
|
]
|
|
2835
2858
|
},
|
|
2836
2859
|
|
|
2837
|
-
item: function item(
|
|
2838
|
-
var context =
|
|
2860
|
+
item: function item(_ref135) {
|
|
2861
|
+
var context = _ref135.context;
|
|
2839
2862
|
return {
|
|
2840
2863
|
"class": ['relative cursor-pointer overflow-hidden', 'py-3 px-5 m-0 border-none text-gray-600 dark:text-white/80', 'transition duration-200', {
|
|
2841
2864
|
'text-blue-700 bg-blue-500/20 dark:bg-blue-300/20': context.active && !context.focused,
|
|
@@ -2853,14 +2876,14 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
2853
2876
|
"class": 'flex flex-col justify-center p-5'
|
|
2854
2877
|
},
|
|
2855
2878
|
sourcemoveupbutton: {
|
|
2856
|
-
root: function root(
|
|
2857
|
-
var context =
|
|
2879
|
+
root: function root(_ref136) {
|
|
2880
|
+
var context = _ref136.context;
|
|
2858
2881
|
return {
|
|
2859
|
-
"class": ['relative inline-flex cursor-pointer
|
|
2882
|
+
"class": ['relative inline-flex cursor-pointer select-none items-center align-bottom text-center overflow-hidden m-0',
|
|
2860
2883
|
// button component
|
|
2861
2884
|
'text-white bg-blue-500 border border-blue-500 rounded-md', 'transition duration-200 ease-in-out', 'justify-center px-0 py-3',
|
|
2862
2885
|
// icon only
|
|
2863
|
-
'mb-2',
|
|
2886
|
+
'mb-2 w-12',
|
|
2864
2887
|
// orderlist button
|
|
2865
2888
|
'dark:bg-sky-300 dark:border-sky-300 dark:text-gray-900',
|
|
2866
2889
|
//Dark Mode
|
|
@@ -2874,14 +2897,14 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
2874
2897
|
}
|
|
2875
2898
|
},
|
|
2876
2899
|
sourcemovetopbutton: {
|
|
2877
|
-
root: function root(
|
|
2878
|
-
var context =
|
|
2900
|
+
root: function root(_ref137) {
|
|
2901
|
+
var context = _ref137.context;
|
|
2879
2902
|
return {
|
|
2880
|
-
"class": ['relative inline-flex cursor-pointer
|
|
2903
|
+
"class": ['relative inline-flex cursor-pointer select-none items-center align-bottom text-center overflow-hidden m-0',
|
|
2881
2904
|
// button component
|
|
2882
2905
|
'text-white bg-blue-500 border border-blue-500 rounded-md', 'transition duration-200 ease-in-out', 'justify-center px-0 py-3',
|
|
2883
2906
|
// icon only
|
|
2884
|
-
'mb-2',
|
|
2907
|
+
'mb-2 w-12',
|
|
2885
2908
|
// orderlist button
|
|
2886
2909
|
'dark:bg-sky-300 dark:border-sky-300 dark:text-gray-900',
|
|
2887
2910
|
//Dark Mode
|
|
@@ -2895,14 +2918,14 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
2895
2918
|
}
|
|
2896
2919
|
},
|
|
2897
2920
|
sourcemovedownbutton: {
|
|
2898
|
-
root: function root(
|
|
2899
|
-
var context =
|
|
2921
|
+
root: function root(_ref138) {
|
|
2922
|
+
var context = _ref138.context;
|
|
2900
2923
|
return {
|
|
2901
|
-
"class": ['relative inline-flex cursor-pointer
|
|
2924
|
+
"class": ['relative inline-flex cursor-pointer select-none items-center align-bottom text-center overflow-hidden m-0',
|
|
2902
2925
|
// button component
|
|
2903
2926
|
'text-white bg-blue-500 border border-blue-500 rounded-md', 'transition duration-200 ease-in-out', 'justify-center px-0 py-3',
|
|
2904
2927
|
// icon only
|
|
2905
|
-
'mb-2',
|
|
2928
|
+
'mb-2 w-12',
|
|
2906
2929
|
// orderlist button
|
|
2907
2930
|
'dark:bg-sky-300 dark:border-sky-300 dark:text-gray-900',
|
|
2908
2931
|
//Dark Mode
|
|
@@ -2916,14 +2939,14 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
2916
2939
|
}
|
|
2917
2940
|
},
|
|
2918
2941
|
sourcemovebottombutton: {
|
|
2919
|
-
root: function root(
|
|
2920
|
-
var context =
|
|
2942
|
+
root: function root(_ref139) {
|
|
2943
|
+
var context = _ref139.context;
|
|
2921
2944
|
return {
|
|
2922
|
-
"class": ['relative inline-flex cursor-pointer
|
|
2945
|
+
"class": ['relative inline-flex cursor-pointer select-none items-center align-bottom text-center overflow-hidden m-0',
|
|
2923
2946
|
// button component
|
|
2924
2947
|
'text-white bg-blue-500 border border-blue-500 rounded-md', 'transition duration-200 ease-in-out', 'justify-center px-0 py-3',
|
|
2925
2948
|
// icon only
|
|
2926
|
-
'mb-2',
|
|
2949
|
+
'mb-2 w-12',
|
|
2927
2950
|
// orderlist button
|
|
2928
2951
|
'dark:bg-sky-300 dark:border-sky-300 dark:text-gray-900',
|
|
2929
2952
|
//Dark Mode
|
|
@@ -2949,8 +2972,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
2949
2972
|
]
|
|
2950
2973
|
},
|
|
2951
2974
|
|
|
2952
|
-
item: function item(
|
|
2953
|
-
var context =
|
|
2975
|
+
item: function item(_ref140) {
|
|
2976
|
+
var context = _ref140.context;
|
|
2954
2977
|
return {
|
|
2955
2978
|
"class": ['relative cursor-pointer overflow-hidden', 'py-3 px-5 m-0 border-none text-gray-600 dark:text-white/80', 'transition duration-200', {
|
|
2956
2979
|
'text-blue-700 bg-blue-500/20 dark:bg-blue-300/20': context.active && !context.focused,
|
|
@@ -2963,14 +2986,14 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
2963
2986
|
"class": 'flex flex-col justify-center p-5'
|
|
2964
2987
|
},
|
|
2965
2988
|
movetotargetbutton: {
|
|
2966
|
-
root: function root(
|
|
2967
|
-
var context =
|
|
2989
|
+
root: function root(_ref141) {
|
|
2990
|
+
var context = _ref141.context;
|
|
2968
2991
|
return {
|
|
2969
|
-
"class": ['relative inline-flex cursor-pointer
|
|
2992
|
+
"class": ['relative inline-flex cursor-pointer select-none items-center align-bottom text-center overflow-hidden m-0',
|
|
2970
2993
|
// button component
|
|
2971
2994
|
'text-white bg-blue-500 border border-blue-500 rounded-md', 'transition duration-200 ease-in-out', 'justify-center px-0 py-3',
|
|
2972
2995
|
// icon only
|
|
2973
|
-
'mb-2',
|
|
2996
|
+
'mb-2 w-12',
|
|
2974
2997
|
// orderlist button
|
|
2975
2998
|
'dark:bg-sky-300 dark:border-sky-300 dark:text-gray-900',
|
|
2976
2999
|
//Dark Mode
|
|
@@ -2984,14 +3007,14 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
2984
3007
|
}
|
|
2985
3008
|
},
|
|
2986
3009
|
movealltotargetbutton: {
|
|
2987
|
-
root: function root(
|
|
2988
|
-
var context =
|
|
3010
|
+
root: function root(_ref142) {
|
|
3011
|
+
var context = _ref142.context;
|
|
2989
3012
|
return {
|
|
2990
|
-
"class": ['relative inline-flex cursor-pointer
|
|
3013
|
+
"class": ['relative inline-flex cursor-pointer select-none items-center align-bottom text-center overflow-hidden m-0',
|
|
2991
3014
|
// button component
|
|
2992
3015
|
'text-white bg-blue-500 border border-blue-500 rounded-md', 'transition duration-200 ease-in-out', 'justify-center px-0 py-3',
|
|
2993
3016
|
// icon only
|
|
2994
|
-
'mb-2',
|
|
3017
|
+
'mb-2 w-12',
|
|
2995
3018
|
// orderlist button
|
|
2996
3019
|
'dark:bg-sky-300 dark:border-sky-300 dark:text-gray-900',
|
|
2997
3020
|
//Dark Mode
|
|
@@ -3005,14 +3028,14 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
3005
3028
|
}
|
|
3006
3029
|
},
|
|
3007
3030
|
movetosourcebutton: {
|
|
3008
|
-
root: function root(
|
|
3009
|
-
var context =
|
|
3031
|
+
root: function root(_ref143) {
|
|
3032
|
+
var context = _ref143.context;
|
|
3010
3033
|
return {
|
|
3011
|
-
"class": ['relative inline-flex cursor-pointer
|
|
3034
|
+
"class": ['relative inline-flex cursor-pointer select-none items-center align-bottom text-center overflow-hidden m-0',
|
|
3012
3035
|
// button component
|
|
3013
3036
|
'text-white bg-blue-500 border border-blue-500 rounded-md', 'transition duration-200 ease-in-out', 'justify-center px-0 py-3',
|
|
3014
3037
|
// icon only
|
|
3015
|
-
'mb-2',
|
|
3038
|
+
'mb-2 w-12',
|
|
3016
3039
|
// orderlist button
|
|
3017
3040
|
'dark:bg-sky-300 dark:border-sky-300 dark:text-gray-900',
|
|
3018
3041
|
//Dark Mode
|
|
@@ -3026,14 +3049,14 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
3026
3049
|
}
|
|
3027
3050
|
},
|
|
3028
3051
|
movealltosourcebutton: {
|
|
3029
|
-
root: function root(
|
|
3030
|
-
var context =
|
|
3052
|
+
root: function root(_ref144) {
|
|
3053
|
+
var context = _ref144.context;
|
|
3031
3054
|
return {
|
|
3032
|
-
"class": ['relative inline-flex cursor-pointer
|
|
3055
|
+
"class": ['relative inline-flex cursor-pointer select-none items-center align-bottom text-center overflow-hidden m-0',
|
|
3033
3056
|
// button component
|
|
3034
3057
|
'text-white bg-blue-500 border border-blue-500 rounded-md', 'transition duration-200 ease-in-out', 'justify-center px-0 py-3',
|
|
3035
3058
|
// icon only
|
|
3036
|
-
'mb-2',
|
|
3059
|
+
'mb-2 w-12',
|
|
3037
3060
|
// orderlist button
|
|
3038
3061
|
'dark:bg-sky-300 dark:border-sky-300 dark:text-gray-900',
|
|
3039
3062
|
//Dark Mode
|
|
@@ -3050,14 +3073,14 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
3050
3073
|
"class": 'flex flex-col justify-center p-5'
|
|
3051
3074
|
},
|
|
3052
3075
|
targetmoveupbutton: {
|
|
3053
|
-
root: function root(
|
|
3054
|
-
var context =
|
|
3076
|
+
root: function root(_ref145) {
|
|
3077
|
+
var context = _ref145.context;
|
|
3055
3078
|
return {
|
|
3056
|
-
"class": ['relative inline-flex cursor-pointer
|
|
3079
|
+
"class": ['relative inline-flex cursor-pointer select-none items-center align-bottom text-center overflow-hidden m-0',
|
|
3057
3080
|
// button component
|
|
3058
3081
|
'text-white bg-blue-500 border border-blue-500 rounded-md', 'transition duration-200 ease-in-out', 'justify-center px-0 py-3',
|
|
3059
3082
|
// icon only
|
|
3060
|
-
'mb-2',
|
|
3083
|
+
'mb-2 w-12',
|
|
3061
3084
|
// orderlist button
|
|
3062
3085
|
'dark:bg-sky-300 dark:border-sky-300 dark:text-gray-900',
|
|
3063
3086
|
//Dark Mode
|
|
@@ -3071,14 +3094,14 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
3071
3094
|
}
|
|
3072
3095
|
},
|
|
3073
3096
|
targetmovetopbutton: {
|
|
3074
|
-
root: function root(
|
|
3075
|
-
var context =
|
|
3097
|
+
root: function root(_ref146) {
|
|
3098
|
+
var context = _ref146.context;
|
|
3076
3099
|
return {
|
|
3077
|
-
"class": ['relative inline-flex cursor-pointer
|
|
3100
|
+
"class": ['relative inline-flex cursor-pointer select-none items-center align-bottom text-center overflow-hidden m-0',
|
|
3078
3101
|
// button component
|
|
3079
3102
|
'text-white bg-blue-500 border border-blue-500 rounded-md', 'transition duration-200 ease-in-out', 'justify-center px-0 py-3',
|
|
3080
3103
|
// icon only
|
|
3081
|
-
'mb-2',
|
|
3104
|
+
'mb-2 w-12',
|
|
3082
3105
|
// orderlist button
|
|
3083
3106
|
'dark:bg-sky-300 dark:border-sky-300 dark:text-gray-900',
|
|
3084
3107
|
//Dark Mode
|
|
@@ -3092,14 +3115,14 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
3092
3115
|
}
|
|
3093
3116
|
},
|
|
3094
3117
|
targetmovedownbutton: {
|
|
3095
|
-
root: function root(
|
|
3096
|
-
var context =
|
|
3118
|
+
root: function root(_ref147) {
|
|
3119
|
+
var context = _ref147.context;
|
|
3097
3120
|
return {
|
|
3098
|
-
"class": ['relative inline-flex cursor-pointer
|
|
3121
|
+
"class": ['relative inline-flex cursor-pointer select-none items-center align-bottom text-center overflow-hidden m-0',
|
|
3099
3122
|
// button component
|
|
3100
3123
|
'text-white bg-blue-500 border border-blue-500 rounded-md', 'transition duration-200 ease-in-out', 'justify-center px-0 py-3',
|
|
3101
3124
|
// icon only
|
|
3102
|
-
'mb-2',
|
|
3125
|
+
'mb-2 w-12',
|
|
3103
3126
|
// orderlist button
|
|
3104
3127
|
'dark:bg-sky-300 dark:border-sky-300 dark:text-gray-900',
|
|
3105
3128
|
//Dark Mode
|
|
@@ -3113,14 +3136,14 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
3113
3136
|
}
|
|
3114
3137
|
},
|
|
3115
3138
|
targetmovebottombutton: {
|
|
3116
|
-
root: function root(
|
|
3117
|
-
var context =
|
|
3139
|
+
root: function root(_ref148) {
|
|
3140
|
+
var context = _ref148.context;
|
|
3118
3141
|
return {
|
|
3119
|
-
"class": ['relative inline-flex cursor-pointer
|
|
3142
|
+
"class": ['relative inline-flex cursor-pointer select-none items-center align-bottom text-center overflow-hidden m-0',
|
|
3120
3143
|
// button component
|
|
3121
3144
|
'text-white bg-blue-500 border border-blue-500 rounded-md', 'transition duration-200 ease-in-out', 'justify-center px-0 py-3',
|
|
3122
3145
|
// icon only
|
|
3123
|
-
'mb-2',
|
|
3146
|
+
'mb-2 w-12',
|
|
3124
3147
|
// orderlist button
|
|
3125
3148
|
'dark:bg-sky-300 dark:border-sky-300 dark:text-gray-900',
|
|
3126
3149
|
//Dark Mode
|
|
@@ -3159,10 +3182,10 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
3159
3182
|
]
|
|
3160
3183
|
},
|
|
3161
3184
|
|
|
3162
|
-
firstpagebutton: function firstpagebutton(
|
|
3163
|
-
var context =
|
|
3185
|
+
firstpagebutton: function firstpagebutton(_ref149) {
|
|
3186
|
+
var context = _ref149.context;
|
|
3164
3187
|
return {
|
|
3165
|
-
"class": ['relative inline-flex items-center justify-center
|
|
3188
|
+
"class": ['relative inline-flex items-center justify-center select-none overflow-hidden leading-none', 'border-0 text-gray-500 min-w-[3rem] h-12 m-[0.143rem] rounded-md', 'transition duration-200', 'dark:text-white',
|
|
3166
3189
|
//Dark Mode
|
|
3167
3190
|
{
|
|
3168
3191
|
'cursor-default pointer-events-none opacity-60': context.disabled,
|
|
@@ -3171,10 +3194,10 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
3171
3194
|
};
|
|
3172
3195
|
},
|
|
3173
3196
|
|
|
3174
|
-
previouspagebutton: function previouspagebutton(
|
|
3175
|
-
var context =
|
|
3197
|
+
previouspagebutton: function previouspagebutton(_ref150) {
|
|
3198
|
+
var context = _ref150.context;
|
|
3176
3199
|
return {
|
|
3177
|
-
"class": ['relative inline-flex items-center justify-center
|
|
3200
|
+
"class": ['relative inline-flex items-center justify-center select-none overflow-hidden leading-none', 'border-0 text-gray-500 min-w-[3rem] h-12 m-[0.143rem] rounded-md', 'transition duration-200', 'dark:text-white',
|
|
3178
3201
|
//Dark Mode
|
|
3179
3202
|
{
|
|
3180
3203
|
'cursor-default pointer-events-none opacity-60': context.disabled,
|
|
@@ -3183,10 +3206,10 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
3183
3206
|
};
|
|
3184
3207
|
},
|
|
3185
3208
|
|
|
3186
|
-
nextpagebutton: function nextpagebutton(
|
|
3187
|
-
var context =
|
|
3209
|
+
nextpagebutton: function nextpagebutton(_ref151) {
|
|
3210
|
+
var context = _ref151.context;
|
|
3188
3211
|
return {
|
|
3189
|
-
"class": ['relative inline-flex items-center justify-center
|
|
3212
|
+
"class": ['relative inline-flex items-center justify-center select-none overflow-hidden leading-none', 'border-0 text-gray-500 min-w-[3rem] h-12 m-[0.143rem] rounded-md', 'transition duration-200', 'dark:text-white',
|
|
3190
3213
|
//Dark Mode
|
|
3191
3214
|
{
|
|
3192
3215
|
'cursor-default pointer-events-none opacity-60': context.disabled,
|
|
@@ -3195,10 +3218,10 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
3195
3218
|
};
|
|
3196
3219
|
},
|
|
3197
3220
|
|
|
3198
|
-
lastpagebutton: function lastpagebutton(
|
|
3199
|
-
var context =
|
|
3221
|
+
lastpagebutton: function lastpagebutton(_ref152) {
|
|
3222
|
+
var context = _ref152.context;
|
|
3200
3223
|
return {
|
|
3201
|
-
"class": ['relative inline-flex items-center justify-center
|
|
3224
|
+
"class": ['relative inline-flex items-center justify-center select-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',
|
|
3202
3225
|
//Dark Mode
|
|
3203
3226
|
{
|
|
3204
3227
|
'cursor-default pointer-events-none opacity-60': context.disabled,
|
|
@@ -3207,10 +3230,10 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
3207
3230
|
};
|
|
3208
3231
|
},
|
|
3209
3232
|
|
|
3210
|
-
pagebutton: function pagebutton(
|
|
3211
|
-
var context =
|
|
3233
|
+
pagebutton: function pagebutton(_ref153) {
|
|
3234
|
+
var context = _ref153.context;
|
|
3212
3235
|
return {
|
|
3213
|
-
"class": ['relative inline-flex items-center justify-center
|
|
3236
|
+
"class": ['relative inline-flex items-center justify-center select-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',
|
|
3214
3237
|
// Dark Mode
|
|
3215
3238
|
'focus:outline-none focus:outline-offset-0 focus:shadow-[0_0_0_0.2rem_rgba(191,219,254,1)]',
|
|
3216
3239
|
// Focus
|
|
@@ -3220,9 +3243,9 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
3220
3243
|
};
|
|
3221
3244
|
},
|
|
3222
3245
|
rowperpagedropdown: {
|
|
3223
|
-
root: function root(
|
|
3224
|
-
var props =
|
|
3225
|
-
state =
|
|
3246
|
+
root: function root(_ref154) {
|
|
3247
|
+
var props = _ref154.props,
|
|
3248
|
+
state = _ref154.state;
|
|
3226
3249
|
return {
|
|
3227
3250
|
"class": ['inline-flex relative cursor-pointer user-none', 'bg-white border rounded-md', 'transition duration-200', 'h-12 mx-2', 'dark:bg-gray-950 dark:border-blue-900/40',
|
|
3228
3251
|
//DarkMode
|
|
@@ -3254,10 +3277,10 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
3254
3277
|
list: {
|
|
3255
3278
|
"class": 'm-0 p-0 py-3 list-none'
|
|
3256
3279
|
},
|
|
3257
|
-
item: function item(
|
|
3258
|
-
var context =
|
|
3280
|
+
item: function item(_ref155) {
|
|
3281
|
+
var context = _ref155.context;
|
|
3259
3282
|
return {
|
|
3260
|
-
"class": ['relative font-normal cursor-pointer
|
|
3283
|
+
"class": ['relative font-normal cursor-pointer whitespace-nowrap overflow-hidden', 'm-0 py-3 px-5 border-none text-gray-600 rounded-none', 'transition duration-200', 'dark:text-white/80',
|
|
3261
3284
|
// Dark Mode
|
|
3262
3285
|
{
|
|
3263
3286
|
'text-blue-700 bg-blue-50 dark:text-white/80 dark:bg-blue-300': !context.focused && context.selected,
|
|
@@ -3278,9 +3301,9 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
3278
3301
|
}
|
|
3279
3302
|
},
|
|
3280
3303
|
jumptopagedropdown: {
|
|
3281
|
-
root: function root(
|
|
3282
|
-
var props =
|
|
3283
|
-
state =
|
|
3304
|
+
root: function root(_ref156) {
|
|
3305
|
+
var props = _ref156.props,
|
|
3306
|
+
state = _ref156.state;
|
|
3284
3307
|
return {
|
|
3285
3308
|
"class": ['inline-flex relative cursor-pointer user-none', 'bg-white border rounded-md', 'transition duration-200', 'h-12 mx-2', 'dark:bg-gray-950 dark:border-blue-900/40',
|
|
3286
3309
|
//DarkMode
|
|
@@ -3312,10 +3335,10 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
3312
3335
|
list: {
|
|
3313
3336
|
"class": 'm-0 p-0 py-3 list-none'
|
|
3314
3337
|
},
|
|
3315
|
-
item: function item(
|
|
3316
|
-
var context =
|
|
3338
|
+
item: function item(_ref157) {
|
|
3339
|
+
var context = _ref157.context;
|
|
3317
3340
|
return {
|
|
3318
|
-
"class": ['relative font-normal cursor-pointer
|
|
3341
|
+
"class": ['relative font-normal cursor-pointer whitespace-nowrap overflow-hidden', 'm-0 py-3 px-5 border-none text-gray-600 rounded-none', 'transition duration-200', 'dark:text-white/80',
|
|
3319
3342
|
// Dark Mode
|
|
3320
3343
|
{
|
|
3321
3344
|
'text-blue-700 bg-blue-50 dark:text-white/80 dark:bg-blue-300': !context.focused && context.selected,
|
|
@@ -3327,8 +3350,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
3327
3350
|
}
|
|
3328
3351
|
},
|
|
3329
3352
|
treetable: {
|
|
3330
|
-
root: function root(
|
|
3331
|
-
var props =
|
|
3353
|
+
root: function root(_ref158) {
|
|
3354
|
+
var props = _ref158.props;
|
|
3332
3355
|
return {
|
|
3333
3356
|
"class": ['relative', {
|
|
3334
3357
|
'flex flex-col h-full': props.scrollHeight === 'flex'
|
|
@@ -3348,8 +3371,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
3348
3371
|
]
|
|
3349
3372
|
},
|
|
3350
3373
|
|
|
3351
|
-
wrapper: function wrapper(
|
|
3352
|
-
var props =
|
|
3374
|
+
wrapper: function wrapper(_ref159) {
|
|
3375
|
+
var props = _ref159.props;
|
|
3353
3376
|
return {
|
|
3354
3377
|
"class": [{
|
|
3355
3378
|
'relative overflow-auto': props.scrollable,
|
|
@@ -3365,40 +3388,40 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
3365
3388
|
table: {
|
|
3366
3389
|
"class": 'border-collapse table-fixed w-full'
|
|
3367
3390
|
},
|
|
3368
|
-
thead: function thead(
|
|
3369
|
-
var props =
|
|
3391
|
+
thead: function thead(_ref160) {
|
|
3392
|
+
var props = _ref160.props;
|
|
3370
3393
|
return {
|
|
3371
3394
|
"class": [{
|
|
3372
3395
|
'block sticky top-0 z-[1]': props.scrollable
|
|
3373
3396
|
}]
|
|
3374
3397
|
};
|
|
3375
3398
|
},
|
|
3376
|
-
tbody: function tbody(
|
|
3377
|
-
var props =
|
|
3399
|
+
tbody: function tbody(_ref161) {
|
|
3400
|
+
var props = _ref161.props;
|
|
3378
3401
|
return {
|
|
3379
3402
|
"class": [{
|
|
3380
3403
|
block: props.scrollable
|
|
3381
3404
|
}]
|
|
3382
3405
|
};
|
|
3383
3406
|
},
|
|
3384
|
-
tfoot: function tfoot(
|
|
3385
|
-
var props =
|
|
3407
|
+
tfoot: function tfoot(_ref162) {
|
|
3408
|
+
var props = _ref162.props;
|
|
3386
3409
|
return {
|
|
3387
3410
|
"class": [{
|
|
3388
3411
|
block: props.scrollable
|
|
3389
3412
|
}]
|
|
3390
3413
|
};
|
|
3391
3414
|
},
|
|
3392
|
-
headerrow: function headerrow(
|
|
3393
|
-
var props =
|
|
3415
|
+
headerrow: function headerrow(_ref163) {
|
|
3416
|
+
var props = _ref163.props;
|
|
3394
3417
|
return {
|
|
3395
3418
|
"class": [{
|
|
3396
3419
|
'flex flex-nowrap w-full': props.scrollable
|
|
3397
3420
|
}]
|
|
3398
3421
|
};
|
|
3399
3422
|
},
|
|
3400
|
-
row: function row(
|
|
3401
|
-
var context =
|
|
3423
|
+
row: function row(_ref164) {
|
|
3424
|
+
var context = _ref164.context;
|
|
3402
3425
|
return {
|
|
3403
3426
|
"class": ['transition duration-200', 'focus:outline focus:outline-[0.15rem] focus:outline-blue-200 focus:outline-offset-[-0.15rem]',
|
|
3404
3427
|
// Focus
|
|
@@ -3410,8 +3433,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
3410
3433
|
};
|
|
3411
3434
|
},
|
|
3412
3435
|
column: {
|
|
3413
|
-
headercell: function headercell(
|
|
3414
|
-
var context =
|
|
3436
|
+
headercell: function headercell(_ref165) {
|
|
3437
|
+
var context = _ref165.context;
|
|
3415
3438
|
return {
|
|
3416
3439
|
"class": ['text-left border-gray-300 border font-bold', 'transition duration-200', context.sorted ? 'bg-blue-50 text-blue-700' : 'bg-slate-50', (context === null || context === void 0 ? void 0 : context.size) === 'small' ? 'p-2' : (context === null || context === void 0 ? void 0 : context.size) === 'large' ? 'p-5' : 'p-4',
|
|
3417
3440
|
// Size
|
|
@@ -3426,8 +3449,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
3426
3449
|
}]
|
|
3427
3450
|
};
|
|
3428
3451
|
},
|
|
3429
|
-
bodycell: function bodycell(
|
|
3430
|
-
var context =
|
|
3452
|
+
bodycell: function bodycell(_ref166) {
|
|
3453
|
+
var context = _ref166.context;
|
|
3431
3454
|
return {
|
|
3432
3455
|
"class": ['text-left border-gray-300 border', 'transition duration-200', (context === null || context === void 0 ? void 0 : context.size) === 'small' ? 'p-2' : (context === null || context === void 0 ? void 0 : context.size) === 'large' ? 'p-5' : 'p-4',
|
|
3433
3456
|
// Size
|
|
@@ -3442,16 +3465,19 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
3442
3465
|
}]
|
|
3443
3466
|
};
|
|
3444
3467
|
},
|
|
3445
|
-
rowtoggler: function rowtoggler(
|
|
3446
|
-
var context =
|
|
3468
|
+
rowtoggler: function rowtoggler(_ref167) {
|
|
3469
|
+
var context = _ref167.context;
|
|
3447
3470
|
return {
|
|
3448
|
-
"class": ['relative inline-flex items-center justify-center
|
|
3471
|
+
"class": ['relative inline-flex items-center justify-center cursor-pointer select-none overflow-hidden bg-transparent', 'w-8 h-8 border-0 rounded mr-0.5', context.selected ? 'text-blue-700' : 'text-gray-500', 'dark:text-white/70' //Dark Mode
|
|
3449
3472
|
]
|
|
3450
3473
|
};
|
|
3451
3474
|
},
|
|
3452
3475
|
|
|
3453
|
-
|
|
3454
|
-
|
|
3476
|
+
sort: {
|
|
3477
|
+
"class": 'inline-block align-middle'
|
|
3478
|
+
},
|
|
3479
|
+
sorticon: function sorticon(_ref168) {
|
|
3480
|
+
var context = _ref168.context;
|
|
3455
3481
|
return {
|
|
3456
3482
|
"class": ['ml-2', context.sorted ? 'text-blue-700 dark:text-white/80' : 'text-slate-700 dark:text-white/70']
|
|
3457
3483
|
};
|
|
@@ -3467,16 +3493,16 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
3467
3493
|
checkboxwrapper: {
|
|
3468
3494
|
"class": ['cursor-pointer inline-flex relative select-none align-bottom', 'w-6 h-6 mr-2']
|
|
3469
3495
|
},
|
|
3470
|
-
checkbox: function checkbox(
|
|
3471
|
-
var context =
|
|
3496
|
+
checkbox: function checkbox(_ref169) {
|
|
3497
|
+
var context = _ref169.context;
|
|
3472
3498
|
return {
|
|
3473
3499
|
"class": ['flex items-center justify-center', 'border-2 w-6 h-6 text-gray-600 rounded-lg transition-colors duration-200', context.checked ? 'border-blue-500 bg-blue-500 dark:border-blue-400 dark:bg-blue-400' : 'border-gray-300 bg-white dark:border-blue-900/40 dark:bg-gray-900', {
|
|
3474
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
|
|
3475
3501
|
}]
|
|
3476
3502
|
};
|
|
3477
3503
|
},
|
|
3478
|
-
checkboxicon: function checkboxicon(
|
|
3479
|
-
var context =
|
|
3504
|
+
checkboxicon: function checkboxicon(_ref170) {
|
|
3505
|
+
var context = _ref170.context;
|
|
3480
3506
|
return {
|
|
3481
3507
|
"class": ['w-4 h-4 transition-all duration-200 text-base dark:text-gray-900', {
|
|
3482
3508
|
'text-white': context.checked
|
|
@@ -3489,8 +3515,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
3489
3515
|
}
|
|
3490
3516
|
},
|
|
3491
3517
|
datatable: {
|
|
3492
|
-
root: function root(
|
|
3493
|
-
var props =
|
|
3518
|
+
root: function root(_ref171) {
|
|
3519
|
+
var props = _ref171.props;
|
|
3494
3520
|
return {
|
|
3495
3521
|
"class": ['relative', {
|
|
3496
3522
|
'flex flex-col h-full': props.scrollable && props.scrollHeight === 'flex'
|
|
@@ -3505,8 +3531,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
3505
3531
|
loadingicon: {
|
|
3506
3532
|
"class": 'w-8 h-8'
|
|
3507
3533
|
},
|
|
3508
|
-
wrapper: function wrapper(
|
|
3509
|
-
var props =
|
|
3534
|
+
wrapper: function wrapper(_ref172) {
|
|
3535
|
+
var props = _ref172.props;
|
|
3510
3536
|
return {
|
|
3511
3537
|
"class": [{
|
|
3512
3538
|
relative: props.scrollable,
|
|
@@ -3514,8 +3540,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
3514
3540
|
}]
|
|
3515
3541
|
};
|
|
3516
3542
|
},
|
|
3517
|
-
header: function header(
|
|
3518
|
-
var props =
|
|
3543
|
+
header: function header(_ref173) {
|
|
3544
|
+
var props = _ref173.props;
|
|
3519
3545
|
return {
|
|
3520
3546
|
"class": ['bg-slate-50 text-slate-700 border-gray-300 font-bold p-4', 'dark:border-blue-900/40 dark:text-white/80 dark:bg-gray-900',
|
|
3521
3547
|
// Dark Mode
|
|
@@ -3525,25 +3551,25 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
3525
3551
|
table: {
|
|
3526
3552
|
"class": 'w-full border-spacing-0'
|
|
3527
3553
|
},
|
|
3528
|
-
thead: function thead(
|
|
3529
|
-
var context =
|
|
3554
|
+
thead: function thead(_ref174) {
|
|
3555
|
+
var context = _ref174.context;
|
|
3530
3556
|
return {
|
|
3531
3557
|
"class": [{
|
|
3532
3558
|
'bg-slate-50 top-0 z-[1]': context.scrollable
|
|
3533
3559
|
}]
|
|
3534
3560
|
};
|
|
3535
3561
|
},
|
|
3536
|
-
tbody: function tbody(
|
|
3537
|
-
var instance =
|
|
3538
|
-
context =
|
|
3562
|
+
tbody: function tbody(_ref175) {
|
|
3563
|
+
var instance = _ref175.instance,
|
|
3564
|
+
context = _ref175.context;
|
|
3539
3565
|
return {
|
|
3540
3566
|
"class": [{
|
|
3541
3567
|
'sticky z-[1]': instance.frozenRow && context.scrollable
|
|
3542
3568
|
}]
|
|
3543
3569
|
};
|
|
3544
3570
|
},
|
|
3545
|
-
tfoot: function tfoot(
|
|
3546
|
-
var context =
|
|
3571
|
+
tfoot: function tfoot(_ref176) {
|
|
3572
|
+
var context = _ref176.context;
|
|
3547
3573
|
return {
|
|
3548
3574
|
"class": [{
|
|
3549
3575
|
'bg-slate-50 bottom-0 z-[1]': context.scrollable
|
|
@@ -3556,9 +3582,9 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
3556
3582
|
},
|
|
3557
3583
|
|
|
3558
3584
|
column: {
|
|
3559
|
-
headercell: function headercell(
|
|
3560
|
-
var context =
|
|
3561
|
-
|
|
3585
|
+
headercell: function headercell(_ref177) {
|
|
3586
|
+
var context = _ref177.context;
|
|
3587
|
+
_ref177.props;
|
|
3562
3588
|
return {
|
|
3563
3589
|
"class": ['text-left border-0 border-b border-solid border-gray-300 dark:border-blue-900/40 font-bold', 'transition duration-200', (context === null || context === void 0 ? void 0 : context.size) === 'small' ? 'p-2' : (context === null || context === void 0 ? void 0 : context.size) === 'large' ? 'p-5' : 'p-4',
|
|
3564
3590
|
// Size
|
|
@@ -3570,7 +3596,7 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
3570
3596
|
'sticky z-[1]': context.frozen || context.frozen === '',
|
|
3571
3597
|
// Frozen Columns
|
|
3572
3598
|
'border-x border-y': context === null || context === void 0 ? void 0 : context.showGridlines,
|
|
3573
|
-
'overflow-hidden
|
|
3599
|
+
'overflow-hidden whitespace-nowrap border-y relative bg-clip-padding': context.resizable // Resizable
|
|
3574
3600
|
}]
|
|
3575
3601
|
};
|
|
3576
3602
|
},
|
|
@@ -3578,9 +3604,9 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
3578
3604
|
headercontent: {
|
|
3579
3605
|
"class": 'flex items-center'
|
|
3580
3606
|
},
|
|
3581
|
-
bodycell: function bodycell(
|
|
3582
|
-
var props =
|
|
3583
|
-
context =
|
|
3607
|
+
bodycell: function bodycell(_ref178) {
|
|
3608
|
+
var props = _ref178.props,
|
|
3609
|
+
context = _ref178.context;
|
|
3584
3610
|
return {
|
|
3585
3611
|
"class": ['text-left border-0 border-b border-solid border-gray-300', (context === null || context === void 0 ? void 0 : context.size) === 'small' ? 'p-2' : (context === null || context === void 0 ? void 0 : context.size) === 'large' ? 'p-5' : 'p-4',
|
|
3586
3612
|
// Size
|
|
@@ -3593,8 +3619,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
3593
3619
|
}]
|
|
3594
3620
|
};
|
|
3595
3621
|
},
|
|
3596
|
-
footercell: function footercell(
|
|
3597
|
-
var context =
|
|
3622
|
+
footercell: function footercell(_ref179) {
|
|
3623
|
+
var context = _ref179.context;
|
|
3598
3624
|
return {
|
|
3599
3625
|
"class": ['text-left border-0 border-b border-solid border-gray-300 font-bold', 'bg-slate-50 text-slate-700', 'transition duration-200', (context === null || context === void 0 ? void 0 : context.size) === 'small' ? 'p-2' : (context === null || context === void 0 ? void 0 : context.size) === 'large' ? 'p-5' : 'p-4',
|
|
3600
3626
|
// Size
|
|
@@ -3605,8 +3631,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
3605
3631
|
}]
|
|
3606
3632
|
};
|
|
3607
3633
|
},
|
|
3608
|
-
sorticon: function sorticon(
|
|
3609
|
-
var context =
|
|
3634
|
+
sorticon: function sorticon(_ref180) {
|
|
3635
|
+
var context = _ref180.context;
|
|
3610
3636
|
return {
|
|
3611
3637
|
"class": ['ml-2', context.sorted ? 'text-blue-700 dark:text-white/80' : 'text-slate-700 dark:text-white/70']
|
|
3612
3638
|
};
|
|
@@ -3632,8 +3658,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
3632
3658
|
filterrowitems: {
|
|
3633
3659
|
"class": 'm-0 p-0 py-3 list-none'
|
|
3634
3660
|
},
|
|
3635
|
-
filterrowitem: function filterrowitem(
|
|
3636
|
-
var context =
|
|
3661
|
+
filterrowitem: function filterrowitem(_ref181) {
|
|
3662
|
+
var context = _ref181.context;
|
|
3637
3663
|
return {
|
|
3638
3664
|
"class": ['m-0 py-3 px-5 bg-transparent', 'transition duration-200', context !== null && context !== void 0 && context.highlighted ? 'text-blue-700 bg-blue-100 dark:text-white/80 dark:bg-blue-300' : 'text-gray-600 bg-transparent dark:text-white/80 dark:bg-transparent']
|
|
3639
3665
|
};
|
|
@@ -3686,8 +3712,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
3686
3712
|
"class": 'w-auto min-[0px]:text-sm px-4 py-3'
|
|
3687
3713
|
}
|
|
3688
3714
|
},
|
|
3689
|
-
filtermenubutton: function filtermenubutton(
|
|
3690
|
-
var context =
|
|
3715
|
+
filtermenubutton: function filtermenubutton(_ref182) {
|
|
3716
|
+
var context = _ref182.context;
|
|
3691
3717
|
return {
|
|
3692
3718
|
"class": ['inline-flex justify-center items-center cursor-pointer no-underline overflow-hidden relative ml-2', 'w-8 h-8 rounded-[50%]', 'transition duration-200', 'hover:text-slate-700 hover:bg-gray-300/20',
|
|
3693
3719
|
// Hover
|
|
@@ -3700,8 +3726,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
3700
3726
|
}]
|
|
3701
3727
|
};
|
|
3702
3728
|
},
|
|
3703
|
-
headerfilterclearbutton: function headerfilterclearbutton(
|
|
3704
|
-
var context =
|
|
3729
|
+
headerfilterclearbutton: function headerfilterclearbutton(_ref183) {
|
|
3730
|
+
var context = _ref183.context;
|
|
3705
3731
|
return {
|
|
3706
3732
|
"class": ['inline-flex justify-center items-center cursor-pointer no-underline overflow-hidden relative', 'text-left bg-transparent m-0 p-0 border-none select-none ml-2', {
|
|
3707
3733
|
invisible: !context.hidden
|
|
@@ -3744,8 +3770,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
3744
3770
|
radiobuttonwrapper: {
|
|
3745
3771
|
"class": ['relative inline-flex cursor-pointer select-none align-bottom', 'w-6 h-6']
|
|
3746
3772
|
},
|
|
3747
|
-
radiobutton: function radiobutton(
|
|
3748
|
-
var context =
|
|
3773
|
+
radiobutton: function radiobutton(_ref184) {
|
|
3774
|
+
var context = _ref184.context;
|
|
3749
3775
|
return {
|
|
3750
3776
|
"class": ['flex justify-center items-center', 'border-2 w-6 h-6 text-gray-700 rounded-full transition duration-200 ease-in-out', context.checked ? 'border-blue-500 bg-blue-500 dark:border-blue-400 dark:bg-blue-400' : 'border-gray-300 bg-white dark:border-blue-900/40 dark:bg-gray-900', {
|
|
3751
3777
|
'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,
|
|
@@ -3753,8 +3779,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
3753
3779
|
}]
|
|
3754
3780
|
};
|
|
3755
3781
|
},
|
|
3756
|
-
radiobuttonicon: function radiobuttonicon(
|
|
3757
|
-
var context =
|
|
3782
|
+
radiobuttonicon: function radiobuttonicon(_ref185) {
|
|
3783
|
+
var context = _ref185.context;
|
|
3758
3784
|
return {
|
|
3759
3785
|
"class": ['transform rounded-full', 'block w-3 h-3 transition duration-200 bg-white dark:bg-gray-900', {
|
|
3760
3786
|
'backface-hidden scale-10 invisible': context.checked === false,
|
|
@@ -3765,8 +3791,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
3765
3791
|
headercheckboxwrapper: {
|
|
3766
3792
|
"class": ['cursor-pointer inline-flex relative select-none align-bottom', 'w-6 h-6']
|
|
3767
3793
|
},
|
|
3768
|
-
headercheckbox: function headercheckbox(
|
|
3769
|
-
var context =
|
|
3794
|
+
headercheckbox: function headercheckbox(_ref186) {
|
|
3795
|
+
var context = _ref186.context;
|
|
3770
3796
|
return {
|
|
3771
3797
|
"class": ['flex items-center justify-center', 'border-2 w-6 h-6 text-gray-600 rounded-lg transition-colors duration-200', context.checked ? 'border-blue-500 bg-blue-500 dark:border-blue-400 dark:bg-blue-400' : 'border-gray-300 bg-white dark:border-blue-900/40 dark:bg-gray-900', {
|
|
3772
3798
|
'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,
|
|
@@ -3780,8 +3806,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
3780
3806
|
checkboxwrapper: {
|
|
3781
3807
|
"class": ['cursor-pointer inline-flex relative select-none align-bottom', 'w-6 h-6']
|
|
3782
3808
|
},
|
|
3783
|
-
checkbox: function checkbox(
|
|
3784
|
-
var context =
|
|
3809
|
+
checkbox: function checkbox(_ref187) {
|
|
3810
|
+
var context = _ref187.context;
|
|
3785
3811
|
return {
|
|
3786
3812
|
"class": ['flex items-center justify-center', 'border-2 w-6 h-6 text-gray-600 rounded-lg transition-colors duration-200', context.checked ? 'border-blue-500 bg-blue-500 dark:border-blue-400 dark:bg-blue-400' : 'border-gray-300 bg-white dark:border-blue-900/40 dark:bg-gray-900', {
|
|
3787
3813
|
'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,
|
|
@@ -3794,8 +3820,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
|
|
|
3794
3820
|
},
|
|
3795
3821
|
transition: TRANSITIONS.overlay
|
|
3796
3822
|
},
|
|
3797
|
-
bodyrow: function bodyrow(
|
|
3798
|
-
var context =
|
|
3823
|
+
bodyrow: function bodyrow(_ref188) {
|
|
3824
|
+
var context = _ref188.context;
|
|
3799
3825
|
return {
|
|
3800
3826
|
"class": [context.selected ? 'bg-blue-50 text-blue-700 dark:bg-blue-300' : 'bg-white text-gray-600 dark:bg-gray-900', context.stripedRows ? context.index % 2 === 0 ? 'bg-white text-gray-600 dark:bg-gray-900' : 'bg-blue-100/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]',
|
|
3801
3827
|
// Focus
|