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
@@ -20,7 +20,7 @@ var TRANSITIONS = {
20
20
  };
21
21
  var index = {
22
22
  global: {
23
- 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"
23
+ 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"
24
24
  },
25
25
  directives: {
26
26
  ripple: {
@@ -273,7 +273,7 @@ var index = {
273
273
  "class": 'overflow-hidden relative float-left h-full w-full z-[1]'
274
274
  },
275
275
  content: {
276
- "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'
276
+ "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'
277
277
  },
278
278
  barX: {
279
279
  "class": ['relative bg-gray-100 invisible rounded cursor-pointer h-[9px] bottom-0 z-[2]', 'transition duration-[250ms] ease-linear']
@@ -300,15 +300,15 @@ var index = {
300
300
  },
301
301
 
302
302
  previousButton: {
303
- "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.
303
+ "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.
304
304
  },
305
305
 
306
306
  nextButton: {
307
- "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.
307
+ "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.
308
308
  },
309
309
 
310
310
  nav: {
311
- "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.
311
+ "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.
312
312
  },
313
313
 
314
314
  tabpanel: {
@@ -316,7 +316,7 @@ var index = {
316
316
  var props = _ref11.props;
317
317
  return {
318
318
  "class": ['mr-0', {
319
- 'cursor-default pointer-events-none select-none user-select-none opacity-60': props === null || props === void 0 ? void 0 : props.disabled
319
+ 'cursor-default pointer-events-none select-none select-none opacity-60': props === null || props === void 0 ? void 0 : props.disabled
320
320
  }] // Margin and condition-based styles.
321
321
  };
322
322
  },
@@ -325,9 +325,9 @@ var index = {
325
325
  var parent = _ref12.parent,
326
326
  context = _ref12.context;
327
327
  return {
328
- "class": ['items-center cursor-pointer flex overflow-hidden relative select-none text-decoration-none user-select-none',
328
+ "class": ['items-center cursor-pointer flex overflow-hidden relative select-none text-decoration-none select-none',
329
329
  // Flex and overflow styles.
330
- 'border-b-2 p-5 font-bold rounded-t-lg transition-shadow duration-200 m-0',
330
+ 'border-b-2 p-5 font-bold rounded-t-md transition-shadow duration-200 m-0',
331
331
  // Border, padding, font, and transition styles.
332
332
  'transition-colors duration-200',
333
333
  // Transition duration style.
@@ -348,7 +348,7 @@ var index = {
348
348
  },
349
349
 
350
350
  content: {
351
- "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.
351
+ "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.
352
352
  }
353
353
  }
354
354
  },
@@ -424,7 +424,7 @@ var index = {
424
424
  };
425
425
  },
426
426
  footer: {
427
- "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']
427
+ "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']
428
428
  },
429
429
  mask: function mask(_ref18) {
430
430
  var props = _ref18.props;
@@ -478,13 +478,13 @@ var index = {
478
478
  "class": 'ml-4'
479
479
  },
480
480
  footer: {
481
- "class": 'text-right px-5 py-5 pt-0'
481
+ "class": 'flex gap-2 justify-end align-center text-right px-5 py-5 pt-0'
482
482
  },
483
483
  transition: TRANSITIONS.overlay
484
484
  },
485
485
  overlaypanel: {
486
486
  root: {
487
- "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']
487
+ "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']
488
488
  },
489
489
  content: {
490
490
  "class": 'p-5 items-center flex'
@@ -702,18 +702,23 @@ var index = {
702
702
  var props = _ref26.props,
703
703
  context = _ref26.context;
704
704
  return {
705
- "class": ['items-center cursor-pointer inline-flex overflow-hidden relative select-none text-center align-bottom h-full', 'transition duration-200 ease-in-out', 'focus:outline-none focus:outline-offset-0 focus:shadow-[0_0_0_2px_rgba(255,255,255,1),0_0_0_4px_rgba(157,193,251,1),0_1px_2px_0_rgba(0,0,0,1)] dark:focus:shadow-[0_0_0_2px_rgba(28,33,39,1),0_0_0_4px_rgba(147,197,253,0.7),0_1px_2px_0_rgba(0,0,0,0)]',
706
- // Primary button focus
707
- {
708
- '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,
709
- 'text-blue-600 bg-transparent border-transparent': props.link
705
+ "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', {
706
+ '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,
707
+ '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
708
+ }, {
709
+ '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',
710
+ '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',
711
+ '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',
712
+ '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',
713
+ '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',
714
+ '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'
710
715
  }, {
711
- '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,
712
- '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,
713
- '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,
714
- '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,
715
- '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,
716
- '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
716
+ '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,
717
+ '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,
718
+ '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,
719
+ '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,
720
+ '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,
721
+ '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
717
722
  }, {
718
723
  'shadow-lg': props.raised
719
724
  }, {
@@ -721,12 +726,12 @@ var index = {
721
726
  'rounded-full': props.rounded
722
727
  }, {
723
728
  'bg-transparent border-transparent': props.text && !props.plain,
724
- 'text-blue-500 hover:bg-blue-300/20': props.text && (props.severity === null || props.severity === 'info') && !props.plain,
725
- 'text-gray-500 hover:bg-gray-300/20': props.text && props.severity === 'secondary' && !props.plain,
726
- 'text-green-500 hover:bg-green-300/20': props.text && props.severity === 'success' && !props.plain,
727
- 'text-orange-500 hover:bg-orange-300/20': props.text && props.severity === 'warning' && !props.plain,
728
- 'text-purple-500 hover:bg-purple-300/20': props.text && props.severity === 'help' && !props.plain,
729
- 'text-red-500 hover:bg-red-300/20': props.text && props.severity === 'danger' && !props.plain
729
+ 'text-blue-500 dark:text-blue-400 hover:bg-blue-300/20': props.text && (props.severity === null || props.severity === 'info') && !props.plain,
730
+ 'text-gray-500 dark:text-gray-400 hover:bg-gray-300/20': props.text && props.severity === 'secondary' && !props.plain,
731
+ 'text-green-500 dark:text-green-400 hover:bg-green-300/20': props.text && props.severity === 'success' && !props.plain,
732
+ 'text-orange-500 dark:text-orange-400 hover:bg-orange-300/20': props.text && props.severity === 'warning' && !props.plain,
733
+ 'text-purple-500 dark:text-purple-400 hover:bg-purple-300/20': props.text && props.severity === 'help' && !props.plain,
734
+ 'text-red-500 dark:text-red-400 hover:bg-red-300/20': props.text && props.severity === 'danger' && !props.plain
730
735
  }, {
731
736
  'shadow-lg': props.raised && props.text
732
737
  }, {
@@ -735,16 +740,18 @@ var index = {
735
740
  'text-white bg-gray-500 border border-gray-500 hover:bg-gray-600 hover:border-gray-600': props.plain && !props.outlined && !props.text
736
741
  }, {
737
742
  'bg-transparent border': props.outlined && !props.plain,
738
- 'text-blue-500 border border-blue-500 hover:bg-blue-300/20': props.outlined && (props.severity === null || props.severity === 'info') && !props.plain,
739
- 'text-gray-500 border border-gray-500 hover:bg-gray-300/20': props.outlined && props.severity === 'secondary' && !props.plain,
740
- 'text-green-500 border border-green-500 hover:bg-green-300/20': props.outlined && props.severity === 'success' && !props.plain,
741
- 'text-orange-500 border border-orange-500 hover:bg-orange-300/20': props.outlined && props.severity === 'warning' && !props.plain,
742
- 'text-purple-500 border border-purple-500 hover:bg-purple-300/20': props.outlined && props.severity === 'help' && !props.plain,
743
- 'text-red-500 border border-red-500 hover:bg-red-300/20': props.outlined && props.severity === 'danger' && !props.plain
743
+ '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,
744
+ '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,
745
+ '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,
746
+ '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,
747
+ '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,
748
+ '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
744
749
  }, {
745
750
  'px-4 py-3 text-base': props.size === null,
746
751
  'text-xs py-2 px-3': props.size === 'small',
747
752
  'text-xl py-3 px-4': props.size === 'large'
753
+ }, {
754
+ 'flex-column': props.iconPos == 'top' || props.iconPos == 'bottom'
748
755
  }, {
749
756
  'opacity-60 pointer-events-none cursor-default': context.disabled
750
757
  }]
@@ -755,6 +762,8 @@ var index = {
755
762
  return {
756
763
  "class": ['flex-1', 'duration-200', 'font-bold', {
757
764
  'hover:underline': props.link
765
+ }, {
766
+ 'invisible w-0': props.label == null
758
767
  }]
759
768
  };
760
769
  },
@@ -763,9 +772,9 @@ var index = {
763
772
  return {
764
773
  "class": ['mx-0', {
765
774
  'mr-2': props.iconPos == 'left' && props.label != null,
766
- 'ml-2': props.iconPos == 'right' && props.label != null,
775
+ 'ml-2 order-1': props.iconPos == 'right' && props.label != null,
767
776
  'mb-2': props.iconPos == 'top' && props.label != null,
768
- 'mt-2': props.iconPos == 'bottom' && props.label != null
777
+ 'mt-2 order-2': props.iconPos == 'bottom' && props.label != null
769
778
  }]
770
779
  };
771
780
  },
@@ -928,7 +937,7 @@ var index = {
928
937
  root: function root(_ref41) {
929
938
  var props = _ref41.props;
930
939
  return {
931
- "class": ['focus:outline-none focus:outline-offset-0 focus:shadow-0', {
940
+ "class": ['focus:outline-none focus:outline-offset-0 focus:shadow-none', {
932
941
  'opacity-60 select-none pointer-events-none cursor-default': props.disabled
933
942
  }]
934
943
  };
@@ -972,7 +981,7 @@ var index = {
972
981
  };
973
982
  },
974
983
  label: {
975
- "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']
984
+ "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']
976
985
  },
977
986
  dropdownbutton: {
978
987
  "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']
@@ -1088,7 +1097,7 @@ var index = {
1088
1097
  handle: function handle(_ref52) {
1089
1098
  var props = _ref52.props;
1090
1099
  return {
1091
- "class": ['h-4 w-4 bg-white dark:bg-gray-600 border-2 border-blue-500 rounded-full transition duration-200', 'cursor-grab touch-action-none block', 'focus:outline-none focus:outline-offset-0 focus:shadow-[0_0_0_0.2rem_rgba(191,219,254,1)] dark:focus:shadow-[0_0_0_0.2rem_rgba(147,197,253,0.5)]', 'hover:bg-blue-500 hover:border hover:border-blue-500', {
1100
+ "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', {
1092
1101
  'top-[50%] mt-[-0.5715rem] ml-[-0.5715rem]': props.orientation == 'horizontal',
1093
1102
  'left-[50%] mb-[-0.5715rem] ml-[-0.4715rem]': props.orientation == 'vertical'
1094
1103
  }]
@@ -1097,7 +1106,7 @@ var index = {
1097
1106
  starthandler: function starthandler(_ref53) {
1098
1107
  var props = _ref53.props;
1099
1108
  return {
1100
- "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', {
1109
+ "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', {
1101
1110
  'top-[50%] mt-[-0.5715rem] ml-[-0.5715rem]': props.orientation == 'horizontal',
1102
1111
  'left-[50%] mb-[-0.5715rem] ml-[-0.4715rem]': props.orientation == 'vertical'
1103
1112
  }]
@@ -1106,7 +1115,7 @@ var index = {
1106
1115
  endhandler: function endhandler(_ref54) {
1107
1116
  var props = _ref54.props;
1108
1117
  return {
1109
- "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', {
1118
+ "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', {
1110
1119
  'top-[50%] mt-[-0.5715rem] ml-[-0.5715rem]': props.orientation == 'horizontal',
1111
1120
  'left-[50%] mb-[-0.5715rem] ml-[-0.4715rem]': props.orientation == 'vertical'
1112
1121
  }]
@@ -1254,7 +1263,7 @@ var index = {
1254
1263
  input: function input(_ref64) {
1255
1264
  var props = _ref64.props;
1256
1265
  return {
1257
- "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', {
1266
+ "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', {
1258
1267
  'pr-7': props.showClear
1259
1268
  }]
1260
1269
  };
@@ -1271,10 +1280,10 @@ var index = {
1271
1280
  item: function item(_ref65) {
1272
1281
  var context = _ref65.context;
1273
1282
  return {
1274
- "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', {
1275
- 'text-gray-700': !context.focused && !context.selected,
1276
- 'bg-gray-300 text-gray-700 dark:text-white/80 dark:bg-gray-800/90': context.focused && !context.selected,
1277
- 'bg-blue-400 text-blue-700 dark:bg-blue-400 dark:text-white/80': context.focused && context.selected,
1283
+ "class": ['cursor-pointer font-normal overflow-hidden relative whitespace-nowrap', 'm-0 p-3 border-0 transition-shadow duration-200 rounded-none', {
1284
+ 'text-gray-700 hover:text-gray-700 hover:bg-gray-200 dark:text-white/80 dark:hover:bg-gray-800': !context.focused && !context.selected,
1285
+ '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,
1286
+ 'bg-blue-100 text-blue-700 dark:bg-blue-400 dark:text-white/80': context.focused && context.selected,
1278
1287
  'bg-blue-50 text-blue-700 dark:bg-blue-300 dark:text-white/80': !context.focused && context.selected
1279
1288
  }]
1280
1289
  };
@@ -1308,13 +1317,27 @@ var index = {
1308
1317
  }]
1309
1318
  };
1310
1319
  },
1311
- input: {
1312
- "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
1313
- ]
1314
- },
1315
-
1316
- panel: function panel(_ref67) {
1320
+ input: function input(_ref67) {
1317
1321
  var props = _ref67.props;
1322
+ return {
1323
+ "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', {
1324
+ 'rounded-lg': !props.showIcon,
1325
+ 'border-r-0 rounded-l-lg': props.showIcon
1326
+ }]
1327
+ };
1328
+ },
1329
+ dropdownbutton: function dropdownbutton(_ref68) {
1330
+ var props = _ref68.props;
1331
+ return {
1332
+ root: {
1333
+ "class": [{
1334
+ 'rounded-l-none': props.showIcon
1335
+ }]
1336
+ }
1337
+ };
1338
+ },
1339
+ panel: function panel(_ref69) {
1340
+ var props = _ref69.props;
1318
1341
  return {
1319
1342
  "class": ['bg-white dark:bg-gray-900', 'min-w-[350px]', {
1320
1343
  'shadow-md border-0 absolute': !props.inline,
@@ -1352,14 +1375,14 @@ var index = {
1352
1375
  day: {
1353
1376
  "class": 'p-2'
1354
1377
  },
1355
- daylabel: function daylabel(_ref68) {
1356
- var context = _ref68.context;
1378
+ daylabel: function daylabel(_ref70) {
1379
+ var context = _ref70.context;
1357
1380
  return {
1358
1381
  "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)]', {
1359
1382
  'opacity-60 cursor-default': context.disabled,
1360
1383
  'cursor-pointer': !context.disabled
1361
1384
  }, {
1362
- 'text-gray-600 dark:text-white/70 bg-transprent hover:bg-gray-200 dark:hover:bg-gray-800/80': !context.selected && !context.disabled,
1385
+ 'text-gray-600 dark:text-white/70 bg-transparent hover:bg-gray-200 dark:hover:bg-gray-800/80': !context.selected && !context.disabled,
1363
1386
  'text-blue-700 bg-blue-100 hover:bg-blue-200': context.selected && !context.disabled
1364
1387
  }]
1365
1388
  };
@@ -1367,11 +1390,11 @@ var index = {
1367
1390
  monthpicker: {
1368
1391
  "class": 'my-2'
1369
1392
  },
1370
- month: function month(_ref69) {
1371
- var context = _ref69.context;
1393
+ month: function month(_ref71) {
1394
+ var context = _ref71.context;
1372
1395
  return {
1373
1396
  "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)]', {
1374
- 'text-gray-600 dark:text-white/70 bg-transprent hover:bg-gray-200 dark:hover:bg-gray-800/80': !context.selected && !context.disabled,
1397
+ 'text-gray-600 dark:text-white/70 bg-transparent hover:bg-gray-200 dark:hover:bg-gray-800/80': !context.selected && !context.disabled,
1375
1398
  'text-blue-700 bg-blue-100 hover:bg-blue-200': context.selected && !context.disabled
1376
1399
  }]
1377
1400
  };
@@ -1379,11 +1402,11 @@ var index = {
1379
1402
  yearpicker: {
1380
1403
  "class": 'my-2'
1381
1404
  },
1382
- year: function year(_ref70) {
1383
- var context = _ref70.context;
1405
+ year: function year(_ref72) {
1406
+ var context = _ref72.context;
1384
1407
  return {
1385
1408
  "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)]', {
1386
- 'text-gray-600 dark:text-white/70 bg-transprent hover:bg-gray-200 dark:hover:bg-gray-800/80': !context.selected && !context.disabled,
1409
+ 'text-gray-600 dark:text-white/70 bg-transparent hover:bg-gray-200 dark:hover:bg-gray-800/80': !context.selected && !context.disabled,
1387
1410
  'text-blue-700 bg-blue-100 hover:bg-blue-200': context.selected && !context.disabled
1388
1411
  }]
1389
1412
  };
@@ -1430,13 +1453,13 @@ var index = {
1430
1453
  list: {
1431
1454
  "class": 'py-3 list-none m-0'
1432
1455
  },
1433
- item: function item(_ref71) {
1434
- var context = _ref71.context;
1456
+ item: function item(_ref73) {
1457
+ var context = _ref73.context;
1435
1458
  return {
1436
- "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', {
1437
- 'text-gray-700': !context.focused && !context.selected,
1438
- 'bg-gray-300 text-gray-700 dark:text-white/80 dark:bg-gray-800/90': context.focused && !context.selected,
1439
- 'bg-blue-400 text-blue-700 dark:bg-blue-400 dark:text-white/80': context.focused && context.selected,
1459
+ "class": ['cursor-pointer font-normal overflow-hidden relative whitespace-nowrap', 'm-0 p-3 border-0 transition-shadow duration-200 rounded-none', {
1460
+ 'text-gray-700 hover:text-gray-700 hover:bg-gray-200 dark:text-white/80 dark:hover:bg-gray-800': !context.focused && !context.selected,
1461
+ '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,
1462
+ 'bg-blue-100 text-blue-700 dark:bg-blue-400 dark:text-white/80': context.focused && context.selected,
1440
1463
  'bg-blue-50 text-blue-700 dark:bg-blue-300 dark:text-white/80': !context.focused && context.selected
1441
1464
  }]
1442
1465
  };
@@ -1458,8 +1481,8 @@ var index = {
1458
1481
  }
1459
1482
  },
1460
1483
  multiselect: {
1461
- root: function root(_ref72) {
1462
- var props = _ref72.props;
1484
+ root: function root(_ref74) {
1485
+ var props = _ref74.props;
1463
1486
  return {
1464
1487
  "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', {
1465
1488
  'opacity-60 select-none pointer-events-none cursor-default': props === null || props === void 0 ? void 0 : props.disabled
@@ -1469,10 +1492,10 @@ var index = {
1469
1492
  labelContainer: {
1470
1493
  "class": 'overflow-hidden flex flex-auto cursor-pointer'
1471
1494
  },
1472
- label: function label(_ref73) {
1473
- var props = _ref73.props;
1495
+ label: function label(_ref75) {
1496
+ var props = _ref75.props;
1474
1497
  return {
1475
- "class": ['block overflow-hidden whitespace-nowrap cursor-pointer overflow-ellipsis', 'text-gray-800 dark:text-white/80', 'p-3 transition duration-200', _defineProperty({
1498
+ "class": ['block overflow-hidden whitespace-nowrap cursor-pointer text-ellipsis', 'text-gray-800 dark:text-white/80', 'p-3 transition duration-200', _defineProperty({
1476
1499
  '!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),
1477
1500
  '!py-1.5 px-3': props.display == 'chip' && (props === null || props === void 0 ? void 0 : props.modelValue) !== null
1478
1501
  }, "!p-3", props.display == 'chip' && (props === null || props === void 0 ? void 0 : props.modelValue) == null)]
@@ -1496,8 +1519,8 @@ var index = {
1496
1519
  headerCheckboxContainer: {
1497
1520
  "class": ['inline-flex cursor-pointer select-none align-bottom relative', 'mr-2', 'w-6 h-6']
1498
1521
  },
1499
- headerCheckbox: function headerCheckbox(_ref75) {
1500
- var context = _ref75.context;
1522
+ headerCheckbox: function headerCheckbox(_ref77) {
1523
+ var context = _ref77.context;
1501
1524
  return {
1502
1525
  "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)]', {
1503
1526
  'border-gray-300 dark:border-blue-900/40 bg-white dark:bg-gray-900': !(context !== null && context !== void 0 && context.selected),
@@ -1520,13 +1543,13 @@ var index = {
1520
1543
  list: {
1521
1544
  "class": 'py-3 list-none m-0'
1522
1545
  },
1523
- item: function item(_ref76) {
1524
- var context = _ref76.context;
1546
+ item: function item(_ref78) {
1547
+ var context = _ref78.context;
1525
1548
  return {
1526
- "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', {
1527
- 'text-gray-700': !context.focused && !context.selected,
1528
- 'bg-gray-300 text-gray-700 dark:text-white/80 dark:bg-gray-800/90': context.focused && !context.selected,
1529
- 'bg-blue-400 text-blue-700 dark:bg-blue-400 dark:text-white/80': context.focused && context.selected,
1549
+ "class": ['cursor-pointer font-normal overflow-hidden relative whitespace-nowrap', 'm-0 p-3 border-0 transition-shadow duration-200 rounded-none', {
1550
+ 'text-gray-700 hover:text-gray-700 hover:bg-gray-200 dark:text-white/80 dark:hover:bg-gray-800': !context.focused && !context.selected,
1551
+ '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,
1552
+ 'bg-blue-100 text-blue-700 dark:bg-blue-400 dark:text-white/80': context.focused && context.selected,
1530
1553
  'bg-blue-50 text-blue-700 dark:bg-blue-300 dark:text-white/80': !context.focused && context.selected
1531
1554
  }]
1532
1555
  };
@@ -1534,8 +1557,8 @@ var index = {
1534
1557
  checkboxContainer: {
1535
1558
  "class": ['inline-flex cursor-pointer select-none align-bottom relative', 'mr-2', 'w-6 h-6']
1536
1559
  },
1537
- checkbox: function checkbox(_ref77) {
1538
- var context = _ref77.context;
1560
+ checkbox: function checkbox(_ref79) {
1561
+ var context = _ref79.context;
1539
1562
  return {
1540
1563
  "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)]', {
1541
1564
  'border-gray-300 dark:border-blue-900/40 bg-white dark:bg-gray-900': !(context !== null && context !== void 0 && context.selected),
@@ -1564,8 +1587,8 @@ var index = {
1564
1587
  transition: TRANSITIONS.overlay
1565
1588
  },
1566
1589
  textarea: {
1567
- root: function root(_ref78) {
1568
- var context = _ref78.context;
1590
+ root: function root(_ref80) {
1591
+ var context = _ref80.context;
1569
1592
  return {
1570
1593
  "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)]', {
1571
1594
  'opacity-60 select-none pointer-events-none cursor-default': context.disabled
@@ -1574,8 +1597,8 @@ var index = {
1574
1597
  }
1575
1598
  },
1576
1599
  treeselect: {
1577
- root: function root(_ref79) {
1578
- var props = _ref79.props;
1600
+ root: function root(_ref81) {
1601
+ var props = _ref81.props;
1579
1602
  return {
1580
1603
  "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', {
1581
1604
  'opacity-60 select-none pointer-events-none cursor-default': props === null || props === void 0 ? void 0 : props.disabled
@@ -1586,7 +1609,7 @@ var index = {
1586
1609
  "class": ['overflow-hidden flex flex-auto cursor-pointer']
1587
1610
  },
1588
1611
  label: {
1589
- "class": ['block overflow-hidden whitespace-nowrap cursor-pointer overflow-ellipsis', 'text-gray-800 dark:text-white/80', 'p-3 transition duration-200']
1612
+ "class": ['block overflow-hidden whitespace-nowrap cursor-pointer text-ellipsis', 'text-gray-800 dark:text-white/80', 'p-3 transition duration-200']
1590
1613
  },
1591
1614
  trigger: {
1592
1615
  "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']
@@ -1600,8 +1623,8 @@ var index = {
1600
1623
  transition: TRANSITIONS.overlay
1601
1624
  },
1602
1625
  autocomplete: {
1603
- root: function root(_ref80) {
1604
- var props = _ref80.props;
1626
+ root: function root(_ref82) {
1627
+ var props = _ref82.props;
1605
1628
  return {
1606
1629
  "class": ['relative inline-flex', {
1607
1630
  'opacity-60 select-none pointer-events-none cursor-default': props.disabled
@@ -1616,8 +1639,8 @@ var index = {
1616
1639
  inputtoken: {
1617
1640
  "class": ['py-0.375rem px-0', 'flex-1 inline-flex']
1618
1641
  },
1619
- input: function input(_ref81) {
1620
- var props = _ref81.props;
1642
+ input: function input(_ref83) {
1643
+ var props = _ref83.props;
1621
1644
  return {
1622
1645
  "class": ['m-0', ' transition-colors duration-200 appearance-none rounded-lg', {
1623
1646
  'rounded-tr-none rounded-br-none': props.dropdown
@@ -1641,13 +1664,13 @@ var index = {
1641
1664
  list: {
1642
1665
  "class": 'py-3 list-none m-0'
1643
1666
  },
1644
- item: function item(_ref82) {
1645
- var context = _ref82.context;
1667
+ item: function item(_ref84) {
1668
+ var context = _ref84.context;
1646
1669
  return {
1647
- "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', {
1648
- 'text-gray-700': !context.focused && !context.selected,
1649
- 'bg-gray-300 text-gray-700 dark:text-white/80 dark:bg-gray-800/90': context.focused && !context.selected,
1650
- 'bg-blue-500 text-blue-700 dark:bg-blue-400 dark:text-white/80': context.focused && context.selected,
1670
+ "class": ['cursor-pointer font-normal overflow-hidden relative whitespace-nowrap', 'm-0 p-3 border-0 transition-shadow duration-200 rounded-none', {
1671
+ 'text-gray-700 hover:text-gray-700 hover:bg-gray-200 dark:text-white/80 dark:hover:bg-gray-800': !context.focused && !context.selected,
1672
+ '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,
1673
+ 'bg-blue-100 text-blue-700 dark:bg-blue-400 dark:text-white/80': context.focused && context.selected,
1651
1674
  'bg-blue-50 text-blue-700 dark:bg-blue-300 dark:text-white/80': !context.focused && context.selected
1652
1675
  }]
1653
1676
  };
@@ -1658,8 +1681,8 @@ var index = {
1658
1681
  transition: TRANSITIONS.overlay
1659
1682
  },
1660
1683
  chips: {
1661
- root: function root(_ref83) {
1662
- var props = _ref83.props;
1684
+ root: function root(_ref85) {
1685
+ var props = _ref85.props;
1663
1686
  return {
1664
1687
  "class": ['flex', {
1665
1688
  'opacity-60 select-none pointer-events-none cursor-default': props.disabled
@@ -1683,8 +1706,8 @@ var index = {
1683
1706
  }
1684
1707
  },
1685
1708
  colorpicker: {
1686
- root: function root(_ref84) {
1687
- var props = _ref84.props;
1709
+ root: function root(_ref86) {
1710
+ var props = _ref86.props;
1688
1711
  return {
1689
1712
  "class": ['inline-block', {
1690
1713
  'opacity-60 select-none pointer-events-none cursor-default': props.disabled
@@ -1694,8 +1717,8 @@ var index = {
1694
1717
  input: {
1695
1718
  "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']
1696
1719
  },
1697
- panel: function panel(_ref85) {
1698
- var props = _ref85.props;
1720
+ panel: function panel(_ref87) {
1721
+ var props = _ref87.props;
1699
1722
  return {
1700
1723
  "class": ['shadow-md', 'bg-gray-800 border-gray-900', {
1701
1724
  'relative h-48 w-52': props.inline,
@@ -1735,8 +1758,8 @@ var index = {
1735
1758
  },
1736
1759
  //MISC
1737
1760
  badge: {
1738
- root: function root(_ref86) {
1739
- var props = _ref86.props;
1761
+ root: function root(_ref88) {
1762
+ var props = _ref88.props;
1740
1763
  return {
1741
1764
  "class": ['rounded-full p-0 text-center inline-block', 'bg-blue-500 text-white font-bold', {
1742
1765
  'bg-gray-500 ': props.severity == 'secondary',
@@ -1754,9 +1777,9 @@ var index = {
1754
1777
  }
1755
1778
  },
1756
1779
  avatar: {
1757
- root: function root(_ref87) {
1758
- var props = _ref87.props,
1759
- parent = _ref87.parent;
1780
+ root: function root(_ref89) {
1781
+ var props = _ref89.props,
1782
+ parent = _ref89.parent;
1760
1783
  return {
1761
1784
  "class": ['flex items-center justify-center', 'bg-gray-300 dark:bg-gray-800', {
1762
1785
  'rounded-lg': props.shape == 'square',
@@ -1766,7 +1789,7 @@ var index = {
1766
1789
  'w-12 h-12 text-xl': props.size == 'large',
1767
1790
  'w-16 h-16 text-2xl': props.size == 'xlarge'
1768
1791
  }, {
1769
- '-ml-4 border-2 border-white dark:border-gray-900': parent.instance.$css !== undefined
1792
+ '-ml-4 border-2 border-white dark:border-gray-900': parent.instance.$css === undefined
1770
1793
  }]
1771
1794
  };
1772
1795
  },
@@ -1800,8 +1823,8 @@ var index = {
1800
1823
  root: {
1801
1824
  "class": ['overflow-hidden relative', 'border-0 h-6 bg-gray-200 rounded-md dark:bg-gray-800']
1802
1825
  },
1803
- value: function value(_ref88) {
1804
- var props = _ref88.props;
1826
+ value: function value(_ref90) {
1827
+ var props = _ref90.props;
1805
1828
  return {
1806
1829
  "class": ['border-0 m-0 bg-blue-500', {
1807
1830
  'transition-width duration-1000 ease-in-out absolute items-center border-0 flex h-full justify-center overflow-hidden w-0': props.mode !== 'indeterminate',
@@ -1825,8 +1848,8 @@ var index = {
1825
1848
  }
1826
1849
  },
1827
1850
  skeleton: {
1828
- root: function root(_ref89) {
1829
- var props = _ref89.props;
1851
+ root: function root(_ref91) {
1852
+ var props = _ref91.props;
1830
1853
  return {
1831
1854
  "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', {
1832
1855
  'rounded-md': props.shape !== 'circle',
@@ -1836,8 +1859,8 @@ var index = {
1836
1859
  }
1837
1860
  },
1838
1861
  tag: {
1839
- root: function root(_ref90) {
1840
- var props = _ref90.props;
1862
+ root: function root(_ref92) {
1863
+ var props = _ref92.props;
1841
1864
  return {
1842
1865
  "class": ['inline-flex items-center justify-center', 'bg-blue-500 text-white text-xs font-semibold px-2 py-1 ', {
1843
1866
  'bg-green-500 ': props.severity == 'success',
@@ -1863,8 +1886,8 @@ var index = {
1863
1886
  }
1864
1887
  },
1865
1888
  scrolltop: {
1866
- root: function root(_ref91) {
1867
- var props = _ref91.props;
1889
+ root: function root(_ref93) {
1890
+ var props = _ref93.props;
1868
1891
  return {
1869
1892
  "class": ['fixed bottom-20 right-20 flex items-center justify-center', 'ml-auto', {
1870
1893
  '!bg-blue-500 hover:bg-blue-600 text-white rounded-md h-8 w-8': props.target == 'parent',
@@ -1929,8 +1952,8 @@ var index = {
1929
1952
  menuitem: {
1930
1953
  "class": 'relative'
1931
1954
  },
1932
- content: function content(_ref92) {
1933
- var context = _ref92.context;
1955
+ content: function content(_ref94) {
1956
+ var context = _ref94.context;
1934
1957
  return {
1935
1958
  "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',
1936
1959
  // Hover
@@ -1957,8 +1980,8 @@ var index = {
1957
1980
  }
1958
1981
  },
1959
1982
  dock: {
1960
- root: function root(_ref93) {
1961
- var props = _ref93.props;
1983
+ root: function root(_ref95) {
1984
+ var props = _ref95.props;
1962
1985
  return {
1963
1986
  "class": ['absolute z-1 flex justify-center items-center pointer-events-none', {
1964
1987
  'left-0 bottom-0 w-full': props.position == 'bottom',
@@ -1971,18 +1994,18 @@ var index = {
1971
1994
  container: {
1972
1995
  "class": ['flex pointer-events-auto', 'bg-white/10 border-white/20 p-2 border rounded-md']
1973
1996
  },
1974
- menu: function menu(_ref94) {
1975
- var props = _ref94.props;
1997
+ menu: function menu(_ref96) {
1998
+ var props = _ref96.props;
1976
1999
  return {
1977
2000
  "class": ['m-0 p-0 list-none flex items-center justify-center', 'outline-none', {
1978
2001
  'flex-col': props.position == 'left' || props.position == 'right'
1979
2002
  }]
1980
2003
  };
1981
2004
  },
1982
- menuitem: function menuitem(_ref95) {
1983
- var props = _ref95.props,
1984
- context = _ref95.context,
1985
- instance = _ref95.instance;
2005
+ menuitem: function menuitem(_ref97) {
2006
+ var props = _ref97.props,
2007
+ context = _ref97.context,
2008
+ instance = _ref97.instance;
1986
2009
  return {
1987
2010
  "class": ['p-2 rounded-md', 'transition-all duration-200 ease-cubic-bezier-will-change-transform transform ', {
1988
2011
  'origin-bottom hover:mx-6': props.position == 'bottom',
@@ -2007,8 +2030,8 @@ var index = {
2007
2030
  menu: {
2008
2031
  "class": ['m-0 p-0 list-none', 'outline-none']
2009
2032
  },
2010
- content: function content(_ref96) {
2011
- var context = _ref96.context;
2033
+ content: function content(_ref98) {
2034
+ var context = _ref98.context;
2012
2035
  return {
2013
2036
  "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',
2014
2037
  // Hover
@@ -2032,8 +2055,8 @@ var index = {
2032
2055
  root: {
2033
2056
  "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']
2034
2057
  },
2035
- menu: function menu(_ref97) {
2036
- var props = _ref97.props;
2058
+ menu: function menu(_ref99) {
2059
+ var props = _ref99.props;
2037
2060
  return {
2038
2061
  "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', {
2039
2062
  'hidden ': !(props !== null && props !== void 0 && props.mobileActive),
@@ -2044,9 +2067,9 @@ var index = {
2044
2067
  menuitem: {
2045
2068
  "class": 'sm:relative sm:w-auto w-full static'
2046
2069
  },
2047
- content: function content(_ref98) {
2048
- var props = _ref98.props,
2049
- context = _ref98.context;
2070
+ content: function content(_ref100) {
2071
+ var props = _ref100.props,
2072
+ context = _ref100.context;
2050
2073
  return {
2051
2074
  "class": [' transition-shadow duration-200', '', {
2052
2075
  'rounded-md': props.root
@@ -2061,29 +2084,29 @@ var index = {
2061
2084
  }]
2062
2085
  };
2063
2086
  },
2064
- action: function action(_ref99) {
2065
- var context = _ref99.context;
2087
+ action: function action(_ref101) {
2088
+ var context = _ref101.context;
2066
2089
  return {
2067
2090
  "class": ['select-none', 'cursor-pointer flex items-center no-underline overflow-hidden relative', 'py-3 px-5 select-none', {
2068
- 'max-[960px]:pl-9': context.level === 1,
2069
- 'max-[960px]:pl-14': context.level === 2
2091
+ 'pl-9 sm:pl-5': context.level === 1,
2092
+ 'pl-14 sm:pl-5': context.level === 2
2070
2093
  }]
2071
2094
  };
2072
2095
  },
2073
2096
  icon: {
2074
2097
  "class": 'mr-2'
2075
2098
  },
2076
- submenuicon: function submenuicon(_ref100) {
2077
- var props = _ref100.props;
2099
+ submenuicon: function submenuicon(_ref102) {
2100
+ var props = _ref102.props;
2078
2101
  return {
2079
- "class": ['max-[960px]:ml-auto', {
2080
- 'ml-2': props.root,
2102
+ "class": [{
2103
+ 'ml-auto sm:ml-2': props.root,
2081
2104
  'ml-auto': !props.root
2082
2105
  }]
2083
2106
  };
2084
2107
  },
2085
- submenu: function submenu(_ref101) {
2086
- var props = _ref101.props;
2108
+ submenu: function submenu(_ref103) {
2109
+ var props = _ref103.props;
2087
2110
  return {
2088
2111
  "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', {
2089
2112
  'sm:absolute sm:left-full sm:top-0': props.level > 1
@@ -2098,8 +2121,8 @@ var index = {
2098
2121
  }
2099
2122
  },
2100
2123
  megamenu: {
2101
- root: function root(_ref102) {
2102
- var props = _ref102.props;
2124
+ root: function root(_ref104) {
2125
+ var props = _ref104.props;
2103
2126
  return {
2104
2127
  "class": ['bg-gray-100 dark:bg-gray-900 border border-gray-300 dark:border-blue-900/40 rounded-md', 'flex relative', {
2105
2128
  'p-2 items-center': props.orientation == 'horizontal',
@@ -2110,8 +2133,8 @@ var index = {
2110
2133
  menu: {
2111
2134
  "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']
2112
2135
  },
2113
- menuitem: function menuitem(_ref103) {
2114
- var props = _ref103.props;
2136
+ menuitem: function menuitem(_ref105) {
2137
+ var props = _ref105.props;
2115
2138
  return {
2116
2139
  "class": ['relative', {
2117
2140
  'w-auto': props.horizontal,
@@ -2119,9 +2142,9 @@ var index = {
2119
2142
  }]
2120
2143
  };
2121
2144
  },
2122
- content: function content(_ref104) {
2123
- var props = _ref104.props,
2124
- context = _ref104.context;
2145
+ content: function content(_ref106) {
2146
+ var props = _ref106.props,
2147
+ context = _ref106.context;
2125
2148
  return {
2126
2149
  "class": ['transition-shadow duration-200', {
2127
2150
  'rounded-md': props.level < 1 && props.horizontal
@@ -2142,8 +2165,8 @@ var index = {
2142
2165
  icon: {
2143
2166
  "class": 'mr-2'
2144
2167
  },
2145
- submenuicon: function submenuicon(_ref105) {
2146
- var props = _ref105.props;
2168
+ submenuicon: function submenuicon(_ref107) {
2169
+ var props = _ref107.props;
2147
2170
  return {
2148
2171
  "class": [{
2149
2172
  'ml-2': props.horizontal,
@@ -2151,8 +2174,8 @@ var index = {
2151
2174
  }]
2152
2175
  };
2153
2176
  },
2154
- panel: function panel(_ref106) {
2155
- var props = _ref106.props;
2177
+ panel: function panel(_ref108) {
2178
+ var props = _ref108.props;
2156
2179
  return {
2157
2180
  "class": ['py-1 bg-white dark:bg-gray-900 border-0 shadow-md w-auto', 'absolute z-10', {
2158
2181
  'left-full top-0': !props.horizontal
@@ -2202,8 +2225,8 @@ var index = {
2202
2225
  menu: {
2203
2226
  "class": ['outline-none', 'm-0 p-0 list-none']
2204
2227
  },
2205
- content: function content(_ref107) {
2206
- var context = _ref107.context;
2228
+ content: function content(_ref109) {
2229
+ var context = _ref109.context;
2207
2230
  return {
2208
2231
  "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',
2209
2232
  // Hover
@@ -2240,7 +2263,7 @@ var index = {
2240
2263
  "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']
2241
2264
  },
2242
2265
  label: {
2243
- "class": ['block', 'whitespace-nowrap overflow-hidden overflow-ellipsis max-w-full', 'mt-2 text-gray-500 dark:text-white/60']
2266
+ "class": ['block', 'whitespace-nowrap overflow-hidden text-ellipsis max-w-full', 'mt-2 text-gray-500 dark:text-white/60']
2244
2267
  }
2245
2268
  },
2246
2269
  tabmenu: {
@@ -2248,14 +2271,14 @@ var index = {
2248
2271
  "class": 'overflow-x-auto'
2249
2272
  },
2250
2273
  menu: {
2251
- "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']
2274
+ "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']
2252
2275
  },
2253
2276
  menuitem: {
2254
2277
  "class": 'mr-0'
2255
2278
  },
2256
- action: function action(_ref108) {
2257
- var context = _ref108.context,
2258
- state = _ref108.state;
2279
+ action: function action(_ref110) {
2280
+ var context = _ref110.context,
2281
+ state = _ref110.state;
2259
2282
  return {
2260
2283
  "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)]', {
2261
2284
  '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,
@@ -2280,8 +2303,8 @@ var index = {
2280
2303
  menuitem: {
2281
2304
  "class": 'relative'
2282
2305
  },
2283
- content: function content(_ref109) {
2284
- var context = _ref109.context;
2306
+ content: function content(_ref111) {
2307
+ var context = _ref111.context;
2285
2308
  return {
2286
2309
  "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',
2287
2310
  //Hover
@@ -2293,8 +2316,8 @@ var index = {
2293
2316
  }]
2294
2317
  };
2295
2318
  },
2296
- action: function action(_ref110) {
2297
- var context = _ref110.context;
2319
+ action: function action(_ref112) {
2320
+ var context = _ref112.context;
2298
2321
  return {
2299
2322
  "class": ['py-3 px-5 select-none', 'flex items-center cursor-pointer no-underline relative overflow-hidden', {
2300
2323
  '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,
@@ -2412,8 +2435,8 @@ var index = {
2412
2435
  indicator: {
2413
2436
  "class": 'mr-2'
2414
2437
  },
2415
- indicatorbutton: function indicatorbutton(_ref111) {
2416
- var context = _ref111.context;
2438
+ indicatorbutton: function indicatorbutton(_ref113) {
2439
+ var context = _ref113.context;
2417
2440
  return {
2418
2441
  "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)]', {
2419
2442
  'bg-gray-200 hover:bg-gray-300 dark:bg-gray-700 dark:hover:bg-gray-600': !context.highlighted,
@@ -2453,8 +2476,8 @@ var index = {
2453
2476
  content: {
2454
2477
  "class": 'flex flex-col overflow-auto'
2455
2478
  },
2456
- container: function container(_ref112) {
2457
- var props = _ref112.props;
2479
+ container: function container(_ref114) {
2480
+ var props = _ref114.props;
2458
2481
  return {
2459
2482
  "class": ['flex', {
2460
2483
  'flex-row': props.orientation !== 'vertical',
@@ -2468,8 +2491,8 @@ var index = {
2468
2491
  itemscontent: {
2469
2492
  "class": 'overflow-hidden w-full'
2470
2493
  },
2471
- itemscontainer: function itemscontainer(_ref113) {
2472
- var props = _ref113.props;
2494
+ itemscontainer: function itemscontainer(_ref115) {
2495
+ var props = _ref115.props;
2473
2496
  return {
2474
2497
  "class": ['flex ', {
2475
2498
  'flex-row': props.orientation !== 'vertical',
@@ -2477,8 +2500,8 @@ var index = {
2477
2500
  }]
2478
2501
  };
2479
2502
  },
2480
- item: function item(_ref114) {
2481
- var props = _ref114.props;
2503
+ item: function item(_ref116) {
2504
+ var props = _ref116.props;
2482
2505
  return {
2483
2506
  "class": ['flex shrink-0 grow', {
2484
2507
  'w-1/3': props.orientation !== 'vertical',
@@ -2492,8 +2515,8 @@ var index = {
2492
2515
  indicator: {
2493
2516
  "class": 'mr-2 mb-2'
2494
2517
  },
2495
- indicatorbutton: function indicatorbutton(_ref115) {
2496
- var context = _ref115.context;
2518
+ indicatorbutton: function indicatorbutton(_ref117) {
2519
+ var context = _ref117.context;
2497
2520
  return {
2498
2521
  "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)]', {
2499
2522
  'bg-gray-200 hover:bg-gray-300 dark:bg-gray-700 dark:hover:bg-gray-600': !context.highlighted,
@@ -2515,9 +2538,9 @@ var index = {
2515
2538
  node: {
2516
2539
  "class": 'p-1 outline-none'
2517
2540
  },
2518
- content: function content(_ref116) {
2519
- var context = _ref116.context,
2520
- props = _ref116.props;
2541
+ content: function content(_ref118) {
2542
+ var context = _ref118.context,
2543
+ props = _ref118.props;
2521
2544
  return {
2522
2545
  "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)]', {
2523
2546
  'bg-blue-50 text-blue-600': context.selected
@@ -2526,8 +2549,8 @@ var index = {
2526
2549
  }]
2527
2550
  };
2528
2551
  },
2529
- toggler: function toggler(_ref117) {
2530
- var context = _ref117.context;
2552
+ toggler: function toggler(_ref119) {
2553
+ var context = _ref119.context;
2531
2554
  return {
2532
2555
  "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)]', {
2533
2556
  '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,
@@ -2540,9 +2563,9 @@ var index = {
2540
2563
  checkboxcontainer: {
2541
2564
  "class": 'mr-2'
2542
2565
  },
2543
- checkbox: function checkbox(_ref118) {
2544
- var context = _ref118.context,
2545
- props = _ref118.props;
2566
+ checkbox: function checkbox(_ref120) {
2567
+ var context = _ref120.context,
2568
+ props = _ref120.props;
2546
2569
  return {
2547
2570
  "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', {
2548
2571
  'border-gray-300 bg-white dark:border-blue-900/40 dark:bg-gray-900': !context.checked,
@@ -2571,8 +2594,8 @@ var index = {
2571
2594
  },
2572
2595
  // DATA
2573
2596
  timeline: {
2574
- root: function root(_ref119) {
2575
- var props = _ref119.props;
2597
+ root: function root(_ref121) {
2598
+ var props = _ref121.props;
2576
2599
  return {
2577
2600
  "class": ['flex grow', {
2578
2601
  'flex-col': props.layout === 'vertical',
@@ -2580,9 +2603,9 @@ var index = {
2580
2603
  }]
2581
2604
  };
2582
2605
  },
2583
- event: function event(_ref120) {
2584
- var props = _ref120.props,
2585
- context = _ref120.context;
2606
+ event: function event(_ref122) {
2607
+ var props = _ref122.props,
2608
+ context = _ref122.context;
2586
2609
  return {
2587
2610
  "class": ['flex relative min-h-[70px]', {
2588
2611
  'flex-row-reverse': props.align === 'right' || props.layout === 'vertical' && props.align === 'alternate' && context.index % 2 === 1,
@@ -2591,9 +2614,9 @@ var index = {
2591
2614
  }]
2592
2615
  };
2593
2616
  },
2594
- opposite: function opposite(_ref121) {
2595
- var props = _ref121.props,
2596
- context = _ref121.context;
2617
+ opposite: function opposite(_ref123) {
2618
+ var props = _ref123.props,
2619
+ context = _ref123.context;
2597
2620
  return {
2598
2621
  "class": ['flex-1', {
2599
2622
  'px-4': props.layout === 'vertical',
@@ -2604,8 +2627,8 @@ var index = {
2604
2627
  }]
2605
2628
  };
2606
2629
  },
2607
- separator: function separator(_ref122) {
2608
- var props = _ref122.props;
2630
+ separator: function separator(_ref124) {
2631
+ var props = _ref124.props;
2609
2632
  return {
2610
2633
  "class": ['flex items-center flex-initial', {
2611
2634
  'flex-col': props.layout === 'vertical',
@@ -2616,8 +2639,8 @@ var index = {
2616
2639
  marker: {
2617
2640
  "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'
2618
2641
  },
2619
- connector: function connector(_ref123) {
2620
- var props = _ref123.props;
2642
+ connector: function connector(_ref125) {
2643
+ var props = _ref125.props;
2621
2644
  return {
2622
2645
  "class": ['grow bg-gray-300 dark:bg-blue-900/40', {
2623
2646
  'w-[2px]': props.layout === 'vertical',
@@ -2625,9 +2648,9 @@ var index = {
2625
2648
  }]
2626
2649
  };
2627
2650
  },
2628
- content: function content(_ref124) {
2629
- var props = _ref124.props,
2630
- context = _ref124.context;
2651
+ content: function content(_ref126) {
2652
+ var props = _ref126.props,
2653
+ context = _ref126.context;
2631
2654
  return {
2632
2655
  "class": ['flex-1', {
2633
2656
  'px-4': props.layout === 'vertical',
@@ -2644,7 +2667,7 @@ var index = {
2644
2667
  },
2645
2668
  dataview: {
2646
2669
  content: {
2647
- "class": ['bg-white blue-gray-700 border-0 p-0', 'dark:bg-gray-900 dark:text-white/80' // Dark Mode
2670
+ "class": ['bg-white text-gray-700 border-0 p-0', 'dark:bg-gray-900 dark:text-white/80' // Dark Mode
2648
2671
  ]
2649
2672
  },
2650
2673
 
@@ -2656,16 +2679,16 @@ var index = {
2656
2679
  }
2657
2680
  },
2658
2681
  dataviewlayoutoptions: {
2659
- listbutton: function listbutton(_ref125) {
2660
- var props = _ref125.props;
2682
+ listbutton: function listbutton(_ref127) {
2683
+ var props = _ref127.props;
2661
2684
  return {
2662
2685
  "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
2663
2686
  ]
2664
2687
  };
2665
2688
  },
2666
2689
 
2667
- gridbutton: function gridbutton(_ref126) {
2668
- var props = _ref126.props;
2690
+ gridbutton: function gridbutton(_ref128) {
2691
+ var props = _ref128.props;
2669
2692
  return {
2670
2693
  "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
2671
2694
  ]
@@ -2693,8 +2716,8 @@ var index = {
2693
2716
  ]
2694
2717
  },
2695
2718
 
2696
- lineleft: function lineleft(_ref127) {
2697
- var context = _ref127.context;
2719
+ lineleft: function lineleft(_ref129) {
2720
+ var context = _ref129.context;
2698
2721
  return {
2699
2722
  "class": ['text-center align-top py-0 px-3 rounded-none border-r border-gray-300', 'dark:border-blue-900/40',
2700
2723
  //Dark Mode
@@ -2703,8 +2726,8 @@ var index = {
2703
2726
  }]
2704
2727
  };
2705
2728
  },
2706
- lineright: function lineright(_ref128) {
2707
- var context = _ref128.context;
2729
+ lineright: function lineright(_ref130) {
2730
+ var context = _ref130.context;
2708
2731
  return {
2709
2732
  "class": ['text-center align-top py-0 px-3 rounded-none', 'dark:border-blue-900/40',
2710
2733
  //Dark Mode
@@ -2733,14 +2756,14 @@ var index = {
2733
2756
  "class": 'flex flex-col justify-center p-5'
2734
2757
  },
2735
2758
  moveupbutton: {
2736
- root: function root(_ref129) {
2737
- var context = _ref129.context;
2759
+ root: function root(_ref131) {
2760
+ var context = _ref131.context;
2738
2761
  return {
2739
- "class": ['relative inline-flex cursor-pointer user-select-none items-center align-bottom text-center overflow-hidden m-0',
2762
+ "class": ['relative inline-flex cursor-pointer select-none items-center align-bottom text-center overflow-hidden m-0',
2740
2763
  // button component
2741
2764
  'text-white bg-blue-500 border border-blue-500 rounded-md', 'transition duration-200 ease-in-out', 'justify-center px-0 py-3',
2742
2765
  // icon only
2743
- 'mb-2',
2766
+ 'mb-2 w-12',
2744
2767
  // orderlist button
2745
2768
  'dark:bg-sky-300 dark:border-sky-300 dark:text-gray-900',
2746
2769
  //Dark Mode
@@ -2754,14 +2777,14 @@ var index = {
2754
2777
  }
2755
2778
  },
2756
2779
  movetopbutton: {
2757
- root: function root(_ref130) {
2758
- var context = _ref130.context;
2780
+ root: function root(_ref132) {
2781
+ var context = _ref132.context;
2759
2782
  return {
2760
- "class": ['relative inline-flex cursor-pointer user-select-none items-center align-bottom text-center overflow-hidden m-0',
2783
+ "class": ['relative inline-flex cursor-pointer select-none items-center align-bottom text-center overflow-hidden m-0',
2761
2784
  // button component
2762
2785
  'text-white bg-blue-500 border border-blue-500 rounded-md', 'transition duration-200 ease-in-out', 'justify-center px-0 py-3',
2763
2786
  // icon only
2764
- 'mb-2',
2787
+ 'mb-2 w-12',
2765
2788
  // orderlist button
2766
2789
  'dark:bg-sky-300 dark:border-sky-300 dark:text-gray-900',
2767
2790
  //Dark Mode
@@ -2775,14 +2798,14 @@ var index = {
2775
2798
  }
2776
2799
  },
2777
2800
  movedownbutton: {
2778
- root: function root(_ref131) {
2779
- var context = _ref131.context;
2801
+ root: function root(_ref133) {
2802
+ var context = _ref133.context;
2780
2803
  return {
2781
- "class": ['relative inline-flex cursor-pointer user-select-none items-center align-bottom text-center overflow-hidden m-0',
2804
+ "class": ['relative inline-flex cursor-pointer select-none items-center align-bottom text-center overflow-hidden m-0',
2782
2805
  // button component
2783
2806
  'text-white bg-blue-500 border border-blue-500 rounded-md', 'transition duration-200 ease-in-out', 'justify-center px-0 py-3',
2784
2807
  // icon only
2785
- 'mb-2',
2808
+ 'mb-2 w-12',
2786
2809
  // orderlist button
2787
2810
  'dark:bg-sky-300 dark:border-sky-300 dark:text-gray-900',
2788
2811
  //Dark Mode
@@ -2796,14 +2819,14 @@ var index = {
2796
2819
  }
2797
2820
  },
2798
2821
  movebottombutton: {
2799
- root: function root(_ref132) {
2800
- var context = _ref132.context;
2822
+ root: function root(_ref134) {
2823
+ var context = _ref134.context;
2801
2824
  return {
2802
- "class": ['relative inline-flex cursor-pointer user-select-none items-center align-bottom text-center overflow-hidden m-0',
2825
+ "class": ['relative inline-flex cursor-pointer select-none items-center align-bottom text-center overflow-hidden m-0',
2803
2826
  // button component
2804
2827
  'text-white bg-blue-500 border border-blue-500 rounded-md', 'transition duration-200 ease-in-out', 'justify-center px-0 py-3',
2805
2828
  // icon only
2806
- 'mb-2',
2829
+ 'mb-2 w-12',
2807
2830
  // orderlist button
2808
2831
  'dark:bg-sky-300 dark:border-sky-300 dark:text-gray-900',
2809
2832
  //Dark Mode
@@ -2829,8 +2852,8 @@ var index = {
2829
2852
  ]
2830
2853
  },
2831
2854
 
2832
- item: function item(_ref133) {
2833
- var context = _ref133.context;
2855
+ item: function item(_ref135) {
2856
+ var context = _ref135.context;
2834
2857
  return {
2835
2858
  "class": ['relative cursor-pointer overflow-hidden', 'py-3 px-5 m-0 border-none text-gray-600 dark:text-white/80', 'transition duration-200', {
2836
2859
  'text-blue-700 bg-blue-500/20 dark:bg-blue-300/20': context.active && !context.focused,
@@ -2848,14 +2871,14 @@ var index = {
2848
2871
  "class": 'flex flex-col justify-center p-5'
2849
2872
  },
2850
2873
  sourcemoveupbutton: {
2851
- root: function root(_ref134) {
2852
- var context = _ref134.context;
2874
+ root: function root(_ref136) {
2875
+ var context = _ref136.context;
2853
2876
  return {
2854
- "class": ['relative inline-flex cursor-pointer user-select-none items-center align-bottom text-center overflow-hidden m-0',
2877
+ "class": ['relative inline-flex cursor-pointer select-none items-center align-bottom text-center overflow-hidden m-0',
2855
2878
  // button component
2856
2879
  'text-white bg-blue-500 border border-blue-500 rounded-md', 'transition duration-200 ease-in-out', 'justify-center px-0 py-3',
2857
2880
  // icon only
2858
- 'mb-2',
2881
+ 'mb-2 w-12',
2859
2882
  // orderlist button
2860
2883
  'dark:bg-sky-300 dark:border-sky-300 dark:text-gray-900',
2861
2884
  //Dark Mode
@@ -2869,14 +2892,14 @@ var index = {
2869
2892
  }
2870
2893
  },
2871
2894
  sourcemovetopbutton: {
2872
- root: function root(_ref135) {
2873
- var context = _ref135.context;
2895
+ root: function root(_ref137) {
2896
+ var context = _ref137.context;
2874
2897
  return {
2875
- "class": ['relative inline-flex cursor-pointer user-select-none items-center align-bottom text-center overflow-hidden m-0',
2898
+ "class": ['relative inline-flex cursor-pointer select-none items-center align-bottom text-center overflow-hidden m-0',
2876
2899
  // button component
2877
2900
  'text-white bg-blue-500 border border-blue-500 rounded-md', 'transition duration-200 ease-in-out', 'justify-center px-0 py-3',
2878
2901
  // icon only
2879
- 'mb-2',
2902
+ 'mb-2 w-12',
2880
2903
  // orderlist button
2881
2904
  'dark:bg-sky-300 dark:border-sky-300 dark:text-gray-900',
2882
2905
  //Dark Mode
@@ -2890,14 +2913,14 @@ var index = {
2890
2913
  }
2891
2914
  },
2892
2915
  sourcemovedownbutton: {
2893
- root: function root(_ref136) {
2894
- var context = _ref136.context;
2916
+ root: function root(_ref138) {
2917
+ var context = _ref138.context;
2895
2918
  return {
2896
- "class": ['relative inline-flex cursor-pointer user-select-none items-center align-bottom text-center overflow-hidden m-0',
2919
+ "class": ['relative inline-flex cursor-pointer select-none items-center align-bottom text-center overflow-hidden m-0',
2897
2920
  // button component
2898
2921
  'text-white bg-blue-500 border border-blue-500 rounded-md', 'transition duration-200 ease-in-out', 'justify-center px-0 py-3',
2899
2922
  // icon only
2900
- 'mb-2',
2923
+ 'mb-2 w-12',
2901
2924
  // orderlist button
2902
2925
  'dark:bg-sky-300 dark:border-sky-300 dark:text-gray-900',
2903
2926
  //Dark Mode
@@ -2911,14 +2934,14 @@ var index = {
2911
2934
  }
2912
2935
  },
2913
2936
  sourcemovebottombutton: {
2914
- root: function root(_ref137) {
2915
- var context = _ref137.context;
2937
+ root: function root(_ref139) {
2938
+ var context = _ref139.context;
2916
2939
  return {
2917
- "class": ['relative inline-flex cursor-pointer user-select-none items-center align-bottom text-center overflow-hidden m-0',
2940
+ "class": ['relative inline-flex cursor-pointer select-none items-center align-bottom text-center overflow-hidden m-0',
2918
2941
  // button component
2919
2942
  'text-white bg-blue-500 border border-blue-500 rounded-md', 'transition duration-200 ease-in-out', 'justify-center px-0 py-3',
2920
2943
  // icon only
2921
- 'mb-2',
2944
+ 'mb-2 w-12',
2922
2945
  // orderlist button
2923
2946
  'dark:bg-sky-300 dark:border-sky-300 dark:text-gray-900',
2924
2947
  //Dark Mode
@@ -2944,8 +2967,8 @@ var index = {
2944
2967
  ]
2945
2968
  },
2946
2969
 
2947
- item: function item(_ref138) {
2948
- var context = _ref138.context;
2970
+ item: function item(_ref140) {
2971
+ var context = _ref140.context;
2949
2972
  return {
2950
2973
  "class": ['relative cursor-pointer overflow-hidden', 'py-3 px-5 m-0 border-none text-gray-600 dark:text-white/80', 'transition duration-200', {
2951
2974
  'text-blue-700 bg-blue-500/20 dark:bg-blue-300/20': context.active && !context.focused,
@@ -2958,14 +2981,14 @@ var index = {
2958
2981
  "class": 'flex flex-col justify-center p-5'
2959
2982
  },
2960
2983
  movetotargetbutton: {
2961
- root: function root(_ref139) {
2962
- var context = _ref139.context;
2984
+ root: function root(_ref141) {
2985
+ var context = _ref141.context;
2963
2986
  return {
2964
- "class": ['relative inline-flex cursor-pointer user-select-none items-center align-bottom text-center overflow-hidden m-0',
2987
+ "class": ['relative inline-flex cursor-pointer select-none items-center align-bottom text-center overflow-hidden m-0',
2965
2988
  // button component
2966
2989
  'text-white bg-blue-500 border border-blue-500 rounded-md', 'transition duration-200 ease-in-out', 'justify-center px-0 py-3',
2967
2990
  // icon only
2968
- 'mb-2',
2991
+ 'mb-2 w-12',
2969
2992
  // orderlist button
2970
2993
  'dark:bg-sky-300 dark:border-sky-300 dark:text-gray-900',
2971
2994
  //Dark Mode
@@ -2979,14 +3002,14 @@ var index = {
2979
3002
  }
2980
3003
  },
2981
3004
  movealltotargetbutton: {
2982
- root: function root(_ref140) {
2983
- var context = _ref140.context;
3005
+ root: function root(_ref142) {
3006
+ var context = _ref142.context;
2984
3007
  return {
2985
- "class": ['relative inline-flex cursor-pointer user-select-none items-center align-bottom text-center overflow-hidden m-0',
3008
+ "class": ['relative inline-flex cursor-pointer select-none items-center align-bottom text-center overflow-hidden m-0',
2986
3009
  // button component
2987
3010
  'text-white bg-blue-500 border border-blue-500 rounded-md', 'transition duration-200 ease-in-out', 'justify-center px-0 py-3',
2988
3011
  // icon only
2989
- 'mb-2',
3012
+ 'mb-2 w-12',
2990
3013
  // orderlist button
2991
3014
  'dark:bg-sky-300 dark:border-sky-300 dark:text-gray-900',
2992
3015
  //Dark Mode
@@ -3000,14 +3023,14 @@ var index = {
3000
3023
  }
3001
3024
  },
3002
3025
  movetosourcebutton: {
3003
- root: function root(_ref141) {
3004
- var context = _ref141.context;
3026
+ root: function root(_ref143) {
3027
+ var context = _ref143.context;
3005
3028
  return {
3006
- "class": ['relative inline-flex cursor-pointer user-select-none items-center align-bottom text-center overflow-hidden m-0',
3029
+ "class": ['relative inline-flex cursor-pointer select-none items-center align-bottom text-center overflow-hidden m-0',
3007
3030
  // button component
3008
3031
  'text-white bg-blue-500 border border-blue-500 rounded-md', 'transition duration-200 ease-in-out', 'justify-center px-0 py-3',
3009
3032
  // icon only
3010
- 'mb-2',
3033
+ 'mb-2 w-12',
3011
3034
  // orderlist button
3012
3035
  'dark:bg-sky-300 dark:border-sky-300 dark:text-gray-900',
3013
3036
  //Dark Mode
@@ -3021,14 +3044,14 @@ var index = {
3021
3044
  }
3022
3045
  },
3023
3046
  movealltosourcebutton: {
3024
- root: function root(_ref142) {
3025
- var context = _ref142.context;
3047
+ root: function root(_ref144) {
3048
+ var context = _ref144.context;
3026
3049
  return {
3027
- "class": ['relative inline-flex cursor-pointer user-select-none items-center align-bottom text-center overflow-hidden m-0',
3050
+ "class": ['relative inline-flex cursor-pointer select-none items-center align-bottom text-center overflow-hidden m-0',
3028
3051
  // button component
3029
3052
  'text-white bg-blue-500 border border-blue-500 rounded-md', 'transition duration-200 ease-in-out', 'justify-center px-0 py-3',
3030
3053
  // icon only
3031
- 'mb-2',
3054
+ 'mb-2 w-12',
3032
3055
  // orderlist button
3033
3056
  'dark:bg-sky-300 dark:border-sky-300 dark:text-gray-900',
3034
3057
  //Dark Mode
@@ -3045,14 +3068,14 @@ var index = {
3045
3068
  "class": 'flex flex-col justify-center p-5'
3046
3069
  },
3047
3070
  targetmoveupbutton: {
3048
- root: function root(_ref143) {
3049
- var context = _ref143.context;
3071
+ root: function root(_ref145) {
3072
+ var context = _ref145.context;
3050
3073
  return {
3051
- "class": ['relative inline-flex cursor-pointer user-select-none items-center align-bottom text-center overflow-hidden m-0',
3074
+ "class": ['relative inline-flex cursor-pointer select-none items-center align-bottom text-center overflow-hidden m-0',
3052
3075
  // button component
3053
3076
  'text-white bg-blue-500 border border-blue-500 rounded-md', 'transition duration-200 ease-in-out', 'justify-center px-0 py-3',
3054
3077
  // icon only
3055
- 'mb-2',
3078
+ 'mb-2 w-12',
3056
3079
  // orderlist button
3057
3080
  'dark:bg-sky-300 dark:border-sky-300 dark:text-gray-900',
3058
3081
  //Dark Mode
@@ -3066,14 +3089,14 @@ var index = {
3066
3089
  }
3067
3090
  },
3068
3091
  targetmovetopbutton: {
3069
- root: function root(_ref144) {
3070
- var context = _ref144.context;
3092
+ root: function root(_ref146) {
3093
+ var context = _ref146.context;
3071
3094
  return {
3072
- "class": ['relative inline-flex cursor-pointer user-select-none items-center align-bottom text-center overflow-hidden m-0',
3095
+ "class": ['relative inline-flex cursor-pointer select-none items-center align-bottom text-center overflow-hidden m-0',
3073
3096
  // button component
3074
3097
  'text-white bg-blue-500 border border-blue-500 rounded-md', 'transition duration-200 ease-in-out', 'justify-center px-0 py-3',
3075
3098
  // icon only
3076
- 'mb-2',
3099
+ 'mb-2 w-12',
3077
3100
  // orderlist button
3078
3101
  'dark:bg-sky-300 dark:border-sky-300 dark:text-gray-900',
3079
3102
  //Dark Mode
@@ -3087,14 +3110,14 @@ var index = {
3087
3110
  }
3088
3111
  },
3089
3112
  targetmovedownbutton: {
3090
- root: function root(_ref145) {
3091
- var context = _ref145.context;
3113
+ root: function root(_ref147) {
3114
+ var context = _ref147.context;
3092
3115
  return {
3093
- "class": ['relative inline-flex cursor-pointer user-select-none items-center align-bottom text-center overflow-hidden m-0',
3116
+ "class": ['relative inline-flex cursor-pointer select-none items-center align-bottom text-center overflow-hidden m-0',
3094
3117
  // button component
3095
3118
  'text-white bg-blue-500 border border-blue-500 rounded-md', 'transition duration-200 ease-in-out', 'justify-center px-0 py-3',
3096
3119
  // icon only
3097
- 'mb-2',
3120
+ 'mb-2 w-12',
3098
3121
  // orderlist button
3099
3122
  'dark:bg-sky-300 dark:border-sky-300 dark:text-gray-900',
3100
3123
  //Dark Mode
@@ -3108,14 +3131,14 @@ var index = {
3108
3131
  }
3109
3132
  },
3110
3133
  targetmovebottombutton: {
3111
- root: function root(_ref146) {
3112
- var context = _ref146.context;
3134
+ root: function root(_ref148) {
3135
+ var context = _ref148.context;
3113
3136
  return {
3114
- "class": ['relative inline-flex cursor-pointer user-select-none items-center align-bottom text-center overflow-hidden m-0',
3137
+ "class": ['relative inline-flex cursor-pointer select-none items-center align-bottom text-center overflow-hidden m-0',
3115
3138
  // button component
3116
3139
  'text-white bg-blue-500 border border-blue-500 rounded-md', 'transition duration-200 ease-in-out', 'justify-center px-0 py-3',
3117
3140
  // icon only
3118
- 'mb-2',
3141
+ 'mb-2 w-12',
3119
3142
  // orderlist button
3120
3143
  'dark:bg-sky-300 dark:border-sky-300 dark:text-gray-900',
3121
3144
  //Dark Mode
@@ -3154,10 +3177,10 @@ var index = {
3154
3177
  ]
3155
3178
  },
3156
3179
 
3157
- firstpagebutton: function firstpagebutton(_ref147) {
3158
- var context = _ref147.context;
3180
+ firstpagebutton: function firstpagebutton(_ref149) {
3181
+ var context = _ref149.context;
3159
3182
  return {
3160
- "class": ['relative inline-flex items-center justify-center user-none overflow-hidden leading-none', 'border-0 text-gray-500 min-w-[3rem] h-12 m-[0.143rem] rounded-md', 'transition duration-200', 'dark:text-white',
3183
+ "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',
3161
3184
  //Dark Mode
3162
3185
  {
3163
3186
  'cursor-default pointer-events-none opacity-60': context.disabled,
@@ -3166,10 +3189,10 @@ var index = {
3166
3189
  };
3167
3190
  },
3168
3191
 
3169
- previouspagebutton: function previouspagebutton(_ref148) {
3170
- var context = _ref148.context;
3192
+ previouspagebutton: function previouspagebutton(_ref150) {
3193
+ var context = _ref150.context;
3171
3194
  return {
3172
- "class": ['relative inline-flex items-center justify-center user-none overflow-hidden leading-none', 'border-0 text-gray-500 min-w-[3rem] h-12 m-[0.143rem] rounded-md', 'transition duration-200', 'dark:text-white',
3195
+ "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',
3173
3196
  //Dark Mode
3174
3197
  {
3175
3198
  'cursor-default pointer-events-none opacity-60': context.disabled,
@@ -3178,10 +3201,10 @@ var index = {
3178
3201
  };
3179
3202
  },
3180
3203
 
3181
- nextpagebutton: function nextpagebutton(_ref149) {
3182
- var context = _ref149.context;
3204
+ nextpagebutton: function nextpagebutton(_ref151) {
3205
+ var context = _ref151.context;
3183
3206
  return {
3184
- "class": ['relative inline-flex items-center justify-center user-none overflow-hidden leading-none', 'border-0 text-gray-500 min-w-[3rem] h-12 m-[0.143rem] rounded-md', 'transition duration-200', 'dark:text-white',
3207
+ "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',
3185
3208
  //Dark Mode
3186
3209
  {
3187
3210
  'cursor-default pointer-events-none opacity-60': context.disabled,
@@ -3190,10 +3213,10 @@ var index = {
3190
3213
  };
3191
3214
  },
3192
3215
 
3193
- lastpagebutton: function lastpagebutton(_ref150) {
3194
- var context = _ref150.context;
3216
+ lastpagebutton: function lastpagebutton(_ref152) {
3217
+ var context = _ref152.context;
3195
3218
  return {
3196
- "class": ['relative inline-flex items-center justify-center user-none overflow-hidden leading-none', 'border-0 text-gray-500 min-w-[3rem] h-12 m-[0.143rem] rounded-md', 'transition duration-200', 'dark:text-white',
3219
+ "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',
3197
3220
  //Dark Mode
3198
3221
  {
3199
3222
  'cursor-default pointer-events-none opacity-60': context.disabled,
@@ -3202,10 +3225,10 @@ var index = {
3202
3225
  };
3203
3226
  },
3204
3227
 
3205
- pagebutton: function pagebutton(_ref151) {
3206
- var context = _ref151.context;
3228
+ pagebutton: function pagebutton(_ref153) {
3229
+ var context = _ref153.context;
3207
3230
  return {
3208
- "class": ['relative inline-flex items-center justify-center user-none overflow-hidden leading-none', 'border-0 text-gray-500 min-w-[3rem] h-12 m-[0.143rem] rounded-md', 'transition duration-200', 'dark:border-blue-300 dark:text-white',
3231
+ "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',
3209
3232
  // Dark Mode
3210
3233
  'focus:outline-none focus:outline-offset-0 focus:shadow-[0_0_0_0.2rem_rgba(191,219,254,1)]',
3211
3234
  // Focus
@@ -3215,9 +3238,9 @@ var index = {
3215
3238
  };
3216
3239
  },
3217
3240
  rowperpagedropdown: {
3218
- root: function root(_ref152) {
3219
- var props = _ref152.props,
3220
- state = _ref152.state;
3241
+ root: function root(_ref154) {
3242
+ var props = _ref154.props,
3243
+ state = _ref154.state;
3221
3244
  return {
3222
3245
  "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',
3223
3246
  //DarkMode
@@ -3249,10 +3272,10 @@ var index = {
3249
3272
  list: {
3250
3273
  "class": 'm-0 p-0 py-3 list-none'
3251
3274
  },
3252
- item: function item(_ref153) {
3253
- var context = _ref153.context;
3275
+ item: function item(_ref155) {
3276
+ var context = _ref155.context;
3254
3277
  return {
3255
- "class": ['relative font-normal cursor-pointer space-nowrap overflow-hidden', 'm-0 py-3 px-5 border-none text-gray-600 rounded-none', 'transition duration-200', 'dark:text-white/80',
3278
+ "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',
3256
3279
  // Dark Mode
3257
3280
  {
3258
3281
  'text-blue-700 bg-blue-50 dark:text-white/80 dark:bg-blue-300': !context.focused && context.selected,
@@ -3273,9 +3296,9 @@ var index = {
3273
3296
  }
3274
3297
  },
3275
3298
  jumptopagedropdown: {
3276
- root: function root(_ref154) {
3277
- var props = _ref154.props,
3278
- state = _ref154.state;
3299
+ root: function root(_ref156) {
3300
+ var props = _ref156.props,
3301
+ state = _ref156.state;
3279
3302
  return {
3280
3303
  "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',
3281
3304
  //DarkMode
@@ -3307,10 +3330,10 @@ var index = {
3307
3330
  list: {
3308
3331
  "class": 'm-0 p-0 py-3 list-none'
3309
3332
  },
3310
- item: function item(_ref155) {
3311
- var context = _ref155.context;
3333
+ item: function item(_ref157) {
3334
+ var context = _ref157.context;
3312
3335
  return {
3313
- "class": ['relative font-normal cursor-pointer space-nowrap overflow-hidden', 'm-0 py-3 px-5 border-none text-gray-600 rounded-none', 'transition duration-200', 'dark:text-white/80',
3336
+ "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',
3314
3337
  // Dark Mode
3315
3338
  {
3316
3339
  'text-blue-700 bg-blue-50 dark:text-white/80 dark:bg-blue-300': !context.focused && context.selected,
@@ -3322,8 +3345,8 @@ var index = {
3322
3345
  }
3323
3346
  },
3324
3347
  treetable: {
3325
- root: function root(_ref156) {
3326
- var props = _ref156.props;
3348
+ root: function root(_ref158) {
3349
+ var props = _ref158.props;
3327
3350
  return {
3328
3351
  "class": ['relative', {
3329
3352
  'flex flex-col h-full': props.scrollHeight === 'flex'
@@ -3343,8 +3366,8 @@ var index = {
3343
3366
  ]
3344
3367
  },
3345
3368
 
3346
- wrapper: function wrapper(_ref157) {
3347
- var props = _ref157.props;
3369
+ wrapper: function wrapper(_ref159) {
3370
+ var props = _ref159.props;
3348
3371
  return {
3349
3372
  "class": [{
3350
3373
  'relative overflow-auto': props.scrollable,
@@ -3360,40 +3383,40 @@ var index = {
3360
3383
  table: {
3361
3384
  "class": 'border-collapse table-fixed w-full'
3362
3385
  },
3363
- thead: function thead(_ref158) {
3364
- var props = _ref158.props;
3386
+ thead: function thead(_ref160) {
3387
+ var props = _ref160.props;
3365
3388
  return {
3366
3389
  "class": [{
3367
3390
  'block sticky top-0 z-[1]': props.scrollable
3368
3391
  }]
3369
3392
  };
3370
3393
  },
3371
- tbody: function tbody(_ref159) {
3372
- var props = _ref159.props;
3394
+ tbody: function tbody(_ref161) {
3395
+ var props = _ref161.props;
3373
3396
  return {
3374
3397
  "class": [{
3375
3398
  block: props.scrollable
3376
3399
  }]
3377
3400
  };
3378
3401
  },
3379
- tfoot: function tfoot(_ref160) {
3380
- var props = _ref160.props;
3402
+ tfoot: function tfoot(_ref162) {
3403
+ var props = _ref162.props;
3381
3404
  return {
3382
3405
  "class": [{
3383
3406
  block: props.scrollable
3384
3407
  }]
3385
3408
  };
3386
3409
  },
3387
- headerrow: function headerrow(_ref161) {
3388
- var props = _ref161.props;
3410
+ headerrow: function headerrow(_ref163) {
3411
+ var props = _ref163.props;
3389
3412
  return {
3390
3413
  "class": [{
3391
3414
  'flex flex-nowrap w-full': props.scrollable
3392
3415
  }]
3393
3416
  };
3394
3417
  },
3395
- row: function row(_ref162) {
3396
- var context = _ref162.context;
3418
+ row: function row(_ref164) {
3419
+ var context = _ref164.context;
3397
3420
  return {
3398
3421
  "class": ['transition duration-200', 'focus:outline focus:outline-[0.15rem] focus:outline-blue-200 focus:outline-offset-[-0.15rem]',
3399
3422
  // Focus
@@ -3405,8 +3428,8 @@ var index = {
3405
3428
  };
3406
3429
  },
3407
3430
  column: {
3408
- headercell: function headercell(_ref163) {
3409
- var context = _ref163.context;
3431
+ headercell: function headercell(_ref165) {
3432
+ var context = _ref165.context;
3410
3433
  return {
3411
3434
  "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',
3412
3435
  // Size
@@ -3421,8 +3444,8 @@ var index = {
3421
3444
  }]
3422
3445
  };
3423
3446
  },
3424
- bodycell: function bodycell(_ref164) {
3425
- var context = _ref164.context;
3447
+ bodycell: function bodycell(_ref166) {
3448
+ var context = _ref166.context;
3426
3449
  return {
3427
3450
  "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',
3428
3451
  // Size
@@ -3437,16 +3460,19 @@ var index = {
3437
3460
  }]
3438
3461
  };
3439
3462
  },
3440
- rowtoggler: function rowtoggler(_ref165) {
3441
- var context = _ref165.context;
3463
+ rowtoggler: function rowtoggler(_ref167) {
3464
+ var context = _ref167.context;
3442
3465
  return {
3443
- "class": ['relative inline-flex items-center justify-center align-center cursor-pointer select-none overflow-hidden bg-transparent', 'w-8 h-8 border-0 rounded mr-0.5', context.selected ? 'text-blue-700' : 'text-gray-500', 'dark:text-white/70' //Dark Mode
3466
+ "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
3444
3467
  ]
3445
3468
  };
3446
3469
  },
3447
3470
 
3448
- sorticon: function sorticon(_ref166) {
3449
- var context = _ref166.context;
3471
+ sort: {
3472
+ "class": 'inline-block align-middle'
3473
+ },
3474
+ sorticon: function sorticon(_ref168) {
3475
+ var context = _ref168.context;
3450
3476
  return {
3451
3477
  "class": ['ml-2', context.sorted ? 'text-blue-700 dark:text-white/80' : 'text-slate-700 dark:text-white/70']
3452
3478
  };
@@ -3462,16 +3488,16 @@ var index = {
3462
3488
  checkboxwrapper: {
3463
3489
  "class": ['cursor-pointer inline-flex relative select-none align-bottom', 'w-6 h-6 mr-2']
3464
3490
  },
3465
- checkbox: function checkbox(_ref167) {
3466
- var context = _ref167.context;
3491
+ checkbox: function checkbox(_ref169) {
3492
+ var context = _ref169.context;
3467
3493
  return {
3468
3494
  "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', {
3469
3495
  '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
3470
3496
  }]
3471
3497
  };
3472
3498
  },
3473
- checkboxicon: function checkboxicon(_ref168) {
3474
- var context = _ref168.context;
3499
+ checkboxicon: function checkboxicon(_ref170) {
3500
+ var context = _ref170.context;
3475
3501
  return {
3476
3502
  "class": ['w-4 h-4 transition-all duration-200 text-base dark:text-gray-900', {
3477
3503
  'text-white': context.checked
@@ -3484,8 +3510,8 @@ var index = {
3484
3510
  }
3485
3511
  },
3486
3512
  datatable: {
3487
- root: function root(_ref169) {
3488
- var props = _ref169.props;
3513
+ root: function root(_ref171) {
3514
+ var props = _ref171.props;
3489
3515
  return {
3490
3516
  "class": ['relative', {
3491
3517
  'flex flex-col h-full': props.scrollable && props.scrollHeight === 'flex'
@@ -3500,8 +3526,8 @@ var index = {
3500
3526
  loadingicon: {
3501
3527
  "class": 'w-8 h-8'
3502
3528
  },
3503
- wrapper: function wrapper(_ref170) {
3504
- var props = _ref170.props;
3529
+ wrapper: function wrapper(_ref172) {
3530
+ var props = _ref172.props;
3505
3531
  return {
3506
3532
  "class": [{
3507
3533
  relative: props.scrollable,
@@ -3509,8 +3535,8 @@ var index = {
3509
3535
  }]
3510
3536
  };
3511
3537
  },
3512
- header: function header(_ref171) {
3513
- var props = _ref171.props;
3538
+ header: function header(_ref173) {
3539
+ var props = _ref173.props;
3514
3540
  return {
3515
3541
  "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',
3516
3542
  // Dark Mode
@@ -3520,25 +3546,25 @@ var index = {
3520
3546
  table: {
3521
3547
  "class": 'w-full border-spacing-0'
3522
3548
  },
3523
- thead: function thead(_ref172) {
3524
- var context = _ref172.context;
3549
+ thead: function thead(_ref174) {
3550
+ var context = _ref174.context;
3525
3551
  return {
3526
3552
  "class": [{
3527
3553
  'bg-slate-50 top-0 z-[1]': context.scrollable
3528
3554
  }]
3529
3555
  };
3530
3556
  },
3531
- tbody: function tbody(_ref173) {
3532
- var instance = _ref173.instance,
3533
- context = _ref173.context;
3557
+ tbody: function tbody(_ref175) {
3558
+ var instance = _ref175.instance,
3559
+ context = _ref175.context;
3534
3560
  return {
3535
3561
  "class": [{
3536
3562
  'sticky z-[1]': instance.frozenRow && context.scrollable
3537
3563
  }]
3538
3564
  };
3539
3565
  },
3540
- tfoot: function tfoot(_ref174) {
3541
- var context = _ref174.context;
3566
+ tfoot: function tfoot(_ref176) {
3567
+ var context = _ref176.context;
3542
3568
  return {
3543
3569
  "class": [{
3544
3570
  'bg-slate-50 bottom-0 z-[1]': context.scrollable
@@ -3551,9 +3577,9 @@ var index = {
3551
3577
  },
3552
3578
 
3553
3579
  column: {
3554
- headercell: function headercell(_ref175) {
3555
- var context = _ref175.context;
3556
- _ref175.props;
3580
+ headercell: function headercell(_ref177) {
3581
+ var context = _ref177.context;
3582
+ _ref177.props;
3557
3583
  return {
3558
3584
  "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',
3559
3585
  // Size
@@ -3565,7 +3591,7 @@ var index = {
3565
3591
  'sticky z-[1]': context.frozen || context.frozen === '',
3566
3592
  // Frozen Columns
3567
3593
  'border-x border-y': context === null || context === void 0 ? void 0 : context.showGridlines,
3568
- 'overflow-hidden space-nowrap border-y relative bg-clip-padding': context.resizable // Resizable
3594
+ 'overflow-hidden whitespace-nowrap border-y relative bg-clip-padding': context.resizable // Resizable
3569
3595
  }]
3570
3596
  };
3571
3597
  },
@@ -3573,9 +3599,9 @@ var index = {
3573
3599
  headercontent: {
3574
3600
  "class": 'flex items-center'
3575
3601
  },
3576
- bodycell: function bodycell(_ref176) {
3577
- var props = _ref176.props,
3578
- context = _ref176.context;
3602
+ bodycell: function bodycell(_ref178) {
3603
+ var props = _ref178.props,
3604
+ context = _ref178.context;
3579
3605
  return {
3580
3606
  "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',
3581
3607
  // Size
@@ -3588,8 +3614,8 @@ var index = {
3588
3614
  }]
3589
3615
  };
3590
3616
  },
3591
- footercell: function footercell(_ref177) {
3592
- var context = _ref177.context;
3617
+ footercell: function footercell(_ref179) {
3618
+ var context = _ref179.context;
3593
3619
  return {
3594
3620
  "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',
3595
3621
  // Size
@@ -3600,8 +3626,8 @@ var index = {
3600
3626
  }]
3601
3627
  };
3602
3628
  },
3603
- sorticon: function sorticon(_ref178) {
3604
- var context = _ref178.context;
3629
+ sorticon: function sorticon(_ref180) {
3630
+ var context = _ref180.context;
3605
3631
  return {
3606
3632
  "class": ['ml-2', context.sorted ? 'text-blue-700 dark:text-white/80' : 'text-slate-700 dark:text-white/70']
3607
3633
  };
@@ -3627,8 +3653,8 @@ var index = {
3627
3653
  filterrowitems: {
3628
3654
  "class": 'm-0 p-0 py-3 list-none'
3629
3655
  },
3630
- filterrowitem: function filterrowitem(_ref179) {
3631
- var context = _ref179.context;
3656
+ filterrowitem: function filterrowitem(_ref181) {
3657
+ var context = _ref181.context;
3632
3658
  return {
3633
3659
  "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']
3634
3660
  };
@@ -3681,8 +3707,8 @@ var index = {
3681
3707
  "class": 'w-auto min-[0px]:text-sm px-4 py-3'
3682
3708
  }
3683
3709
  },
3684
- filtermenubutton: function filtermenubutton(_ref180) {
3685
- var context = _ref180.context;
3710
+ filtermenubutton: function filtermenubutton(_ref182) {
3711
+ var context = _ref182.context;
3686
3712
  return {
3687
3713
  "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',
3688
3714
  // Hover
@@ -3695,8 +3721,8 @@ var index = {
3695
3721
  }]
3696
3722
  };
3697
3723
  },
3698
- headerfilterclearbutton: function headerfilterclearbutton(_ref181) {
3699
- var context = _ref181.context;
3724
+ headerfilterclearbutton: function headerfilterclearbutton(_ref183) {
3725
+ var context = _ref183.context;
3700
3726
  return {
3701
3727
  "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', {
3702
3728
  invisible: !context.hidden
@@ -3739,8 +3765,8 @@ var index = {
3739
3765
  radiobuttonwrapper: {
3740
3766
  "class": ['relative inline-flex cursor-pointer select-none align-bottom', 'w-6 h-6']
3741
3767
  },
3742
- radiobutton: function radiobutton(_ref182) {
3743
- var context = _ref182.context;
3768
+ radiobutton: function radiobutton(_ref184) {
3769
+ var context = _ref184.context;
3744
3770
  return {
3745
3771
  "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', {
3746
3772
  '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,
@@ -3748,8 +3774,8 @@ var index = {
3748
3774
  }]
3749
3775
  };
3750
3776
  },
3751
- radiobuttonicon: function radiobuttonicon(_ref183) {
3752
- var context = _ref183.context;
3777
+ radiobuttonicon: function radiobuttonicon(_ref185) {
3778
+ var context = _ref185.context;
3753
3779
  return {
3754
3780
  "class": ['transform rounded-full', 'block w-3 h-3 transition duration-200 bg-white dark:bg-gray-900', {
3755
3781
  'backface-hidden scale-10 invisible': context.checked === false,
@@ -3760,8 +3786,8 @@ var index = {
3760
3786
  headercheckboxwrapper: {
3761
3787
  "class": ['cursor-pointer inline-flex relative select-none align-bottom', 'w-6 h-6']
3762
3788
  },
3763
- headercheckbox: function headercheckbox(_ref184) {
3764
- var context = _ref184.context;
3789
+ headercheckbox: function headercheckbox(_ref186) {
3790
+ var context = _ref186.context;
3765
3791
  return {
3766
3792
  "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', {
3767
3793
  '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,
@@ -3775,8 +3801,8 @@ var index = {
3775
3801
  checkboxwrapper: {
3776
3802
  "class": ['cursor-pointer inline-flex relative select-none align-bottom', 'w-6 h-6']
3777
3803
  },
3778
- checkbox: function checkbox(_ref185) {
3779
- var context = _ref185.context;
3804
+ checkbox: function checkbox(_ref187) {
3805
+ var context = _ref187.context;
3780
3806
  return {
3781
3807
  "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', {
3782
3808
  '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,
@@ -3789,8 +3815,8 @@ var index = {
3789
3815
  },
3790
3816
  transition: TRANSITIONS.overlay
3791
3817
  },
3792
- bodyrow: function bodyrow(_ref186) {
3793
- var context = _ref186.context;
3818
+ bodyrow: function bodyrow(_ref188) {
3819
+ var context = _ref188.context;
3794
3820
  return {
3795
3821
  "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]',
3796
3822
  // Focus