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