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
package/core/core.js CHANGED
@@ -908,8 +908,8 @@ this.primevue.utils = (function (exports) {
908
908
  getVNodeProp: function getVNodeProp(vnode, prop) {
909
909
  var props = vnode.props;
910
910
  if (props) {
911
- var kebapProp = prop.replace(/([a-z])([A-Z])/g, '$1-$2').toLowerCase();
912
- var propName = Object.prototype.hasOwnProperty.call(props, kebapProp) ? kebapProp : prop;
911
+ var kebabProp = prop.replace(/([a-z])([A-Z])/g, '$1-$2').toLowerCase();
912
+ var propName = Object.prototype.hasOwnProperty.call(props, kebabProp) ? kebabProp : prop;
913
913
  return vnode.type["extends"].props[prop].type === Boolean && props[propName] === '' ? true : props[propName];
914
914
  }
915
915
  return null;
@@ -1783,19 +1783,21 @@ this.primevue.config = (function (exports, api, vue) {
1783
1783
  return PrimeVue;
1784
1784
  }
1785
1785
  function switchTheme(currentTheme, newTheme, linkElementId, callback) {
1786
- var linkElement = document.getElementById(linkElementId);
1787
- var cloneLinkElement = linkElement.cloneNode(true);
1788
- var newThemeUrl = linkElement.getAttribute('href').replace(currentTheme, newTheme);
1789
- cloneLinkElement.setAttribute('id', linkElementId + '-clone');
1790
- cloneLinkElement.setAttribute('href', newThemeUrl);
1791
- cloneLinkElement.addEventListener('load', function () {
1792
- linkElement.remove();
1793
- cloneLinkElement.setAttribute('id', linkElementId);
1794
- if (callback) {
1795
- callback();
1796
- }
1797
- });
1798
- linkElement.parentNode && linkElement.parentNode.insertBefore(cloneLinkElement, linkElement.nextSibling);
1786
+ if (currentTheme !== newTheme) {
1787
+ var linkElement = document.getElementById(linkElementId);
1788
+ var cloneLinkElement = linkElement.cloneNode(true);
1789
+ var newThemeUrl = linkElement.getAttribute('href').replace(currentTheme, newTheme);
1790
+ cloneLinkElement.setAttribute('id', linkElementId + '-clone');
1791
+ cloneLinkElement.setAttribute('href', newThemeUrl);
1792
+ cloneLinkElement.addEventListener('load', function () {
1793
+ linkElement.remove();
1794
+ cloneLinkElement.setAttribute('id', linkElementId);
1795
+ if (callback) {
1796
+ callback();
1797
+ }
1798
+ });
1799
+ linkElement.parentNode && linkElement.parentNode.insertBefore(cloneLinkElement, linkElement.nextSibling);
1800
+ }
1799
1801
  }
1800
1802
  var PrimeVue = {
1801
1803
  install: function install(app, options) {
@@ -1967,6 +1969,17 @@ this.primevue.accordiontab.style = (function () {
1967
1969
 
1968
1970
  })();
1969
1971
 
1972
+ this.primevue = this.primevue || {};
1973
+ this.primevue.animate = this.primevue.animate || {};
1974
+ this.primevue.animate.style = (function () {
1975
+ 'use strict';
1976
+
1977
+ var AnimateStyle = {};
1978
+
1979
+ return AnimateStyle;
1980
+
1981
+ })();
1982
+
1970
1983
  this.primevue = this.primevue || {};
1971
1984
  this.primevue.autocomplete = this.primevue.autocomplete || {};
1972
1985
  this.primevue.autocomplete.style = (function (BaseStyle, utils) {
@@ -5955,7 +5968,7 @@ this.primevue.tooltip.style = (function (BaseStyle) {
5955
5968
 
5956
5969
  var BaseStyle__default = /*#__PURE__*/_interopDefaultLegacy(BaseStyle);
5957
5970
 
5958
- var css = "\n@layer primevue {\n .p-tooltip {\n position:absolute;\n display:none;\n pointer-events:none;\n padding: .25em .5rem;\n max-width: 12.5rem;\n }\n\n .p-tooltip.p-tooltip-right,\n .p-tooltip.p-tooltip-left {\n padding: 0 .25rem;\n }\n\n .p-tooltip.p-tooltip-top,\n .p-tooltip.p-tooltip-bottom {\n padding:.25em 0;\n }\n\n .p-tooltip .p-tooltip-text {\n white-space: pre-line;\n word-break: break-word;\n }\n\n .p-tooltip-arrow {\n position: absolute;\n width: 0;\n height: 0;\n border-color: transparent;\n border-style: solid;\n }\n\n .p-tooltip-right .p-tooltip-arrow {\n margin-top: -.25rem;\n border-width: .25em .25em .25em 0;\n }\n\n .p-tooltip-left .p-tooltip-arrow {\n margin-top: -.25rem;\n border-width: .25em 0 .25em .25rem;\n }\n\n .p-tooltip.p-tooltip-top {\n padding: .25em 0;\n }\n\n .p-tooltip-top .p-tooltip-arrow {\n margin-left: -.25rem;\n border-width: .25em .25em 0;\n }\n\n .p-tooltip-bottom .p-tooltip-arrow {\n margin-left: -.25rem;\n border-width: 0 .25em .25rem;\n }\n}\n";
5971
+ var css = "\n@layer primevue {\n .p-tooltip {\n position:absolute;\n display:none;\n padding: .25em .5rem;\n max-width: 12.5rem;\n }\n\n .p-tooltip.p-tooltip-right,\n .p-tooltip.p-tooltip-left {\n padding: 0 .25rem;\n }\n\n .p-tooltip.p-tooltip-top,\n .p-tooltip.p-tooltip-bottom {\n padding:.25em 0;\n }\n\n .p-tooltip .p-tooltip-text {\n white-space: pre-line;\n word-break: break-word;\n }\n\n .p-tooltip-arrow {\n position: absolute;\n width: 0;\n height: 0;\n border-color: transparent;\n border-style: solid;\n }\n\n .p-tooltip-right .p-tooltip-arrow {\n margin-top: -.25rem;\n border-width: .25em .25em .25em 0;\n }\n\n .p-tooltip-left .p-tooltip-arrow {\n margin-top: -.25rem;\n border-width: .25em 0 .25em .25rem;\n }\n\n .p-tooltip.p-tooltip-top {\n padding: .25em 0;\n }\n\n .p-tooltip-top .p-tooltip-arrow {\n margin-left: -.25rem;\n border-width: .25em .25em 0;\n }\n\n .p-tooltip-bottom .p-tooltip-arrow {\n margin-left: -.25rem;\n border-width: 0 .25em .25rem;\n }\n}\n";
5959
5972
  var classes = {
5960
5973
  root: 'p-tooltip p-component',
5961
5974
  arrow: 'p-tooltip-arrow',
@@ -9256,6 +9269,7 @@ this.primevue.tooltip = (function (utils, BaseDirective, TooltipStyle) {
9256
9269
  target.$_ptooltipIdAttr = utils.UniqueComponentId() + '_tooltip';
9257
9270
  target.$_ptooltipShowDelay = 0;
9258
9271
  target.$_ptooltipHideDelay = 0;
9272
+ target.$_ptooltipAutoHide = true;
9259
9273
  } else if (_typeof(options.value) === 'object' && options.value) {
9260
9274
  if (utils.ObjectUtils.isEmpty(options.value.value) || options.value.value.trim() === '') return;else {
9261
9275
  target.$_ptooltipValue = options.value.value;
@@ -9266,6 +9280,7 @@ this.primevue.tooltip = (function (utils, BaseDirective, TooltipStyle) {
9266
9280
  target.$_ptooltipIdAttr = options.value.id || utils.UniqueComponentId() + '_tooltip';
9267
9281
  target.$_ptooltipShowDelay = options.value.showDelay || 0;
9268
9282
  target.$_ptooltipHideDelay = options.value.hideDelay || 0;
9283
+ target.$_ptooltipAutoHide = !!options.value.autoHide === options.value.autoHide ? options.value.autoHide : true;
9269
9284
  }
9270
9285
  }
9271
9286
  target.$_ptooltipZIndex = (_options$instance$$pr = options.instance.$primevue) === null || _options$instance$$pr === void 0 || (_options$instance$$pr = _options$instance$$pr.config) === null || _options$instance$$pr === void 0 || (_options$instance$$pr = _options$instance$$pr.zIndex) === null || _options$instance$$pr === void 0 ? void 0 : _options$instance$$pr.tooltip;
@@ -9287,6 +9302,7 @@ this.primevue.tooltip = (function (utils, BaseDirective, TooltipStyle) {
9287
9302
  target.$_ptooltipIdAttr = target.$_ptooltipIdAttr || utils.UniqueComponentId() + '_tooltip';
9288
9303
  target.$_ptooltipShowDelay = 0;
9289
9304
  target.$_ptooltipHideDelay = 0;
9305
+ target.$_ptooltipAutoHide = true;
9290
9306
  this.bindEvents(target, options);
9291
9307
  } else if (_typeof(options.value) === 'object' && options.value) {
9292
9308
  if (utils.ObjectUtils.isEmpty(options.value.value) || options.value.value.trim() === '') {
@@ -9301,6 +9317,7 @@ this.primevue.tooltip = (function (utils, BaseDirective, TooltipStyle) {
9301
9317
  target.$_ptooltipIdAttr = options.value.id || target.$_ptooltipIdAttr || utils.UniqueComponentId() + '_tooltip';
9302
9318
  target.$_ptooltipShowDelay = options.value.showDelay || 0;
9303
9319
  target.$_ptooltipHideDelay = options.value.hideDelay || 0;
9320
+ target.$_ptooltipAutoHide = !!options.value.autoHide === options.value.autoHide ? options.value.autoHide : true;
9304
9321
  this.bindEvents(target, options);
9305
9322
  }
9306
9323
  }
@@ -9371,7 +9388,13 @@ this.primevue.tooltip = (function (utils, BaseDirective, TooltipStyle) {
9371
9388
  onMouseLeave: function onMouseLeave(event) {
9372
9389
  var el = event.currentTarget;
9373
9390
  var hideDelay = el.$_ptooltipHideDelay;
9374
- this.hide(el, hideDelay);
9391
+ var autoHide = el.$_ptooltipAutoHide;
9392
+ if (!autoHide) {
9393
+ var valid = utils.DomHandler.getAttribute(event.target, 'data-pc-name') === 'tooltip' || utils.DomHandler.getAttribute(event.target, 'data-pc-section') === 'arrow' || utils.DomHandler.getAttribute(event.target, 'data-pc-section') === 'text' || utils.DomHandler.getAttribute(event.relatedTarget, 'data-pc-name') === 'tooltip' || utils.DomHandler.getAttribute(event.relatedTarget, 'data-pc-section') === 'arrow' || utils.DomHandler.getAttribute(event.relatedTarget, 'data-pc-section') === 'text';
9394
+ !valid && this.hide(el, hideDelay);
9395
+ } else {
9396
+ this.hide(el, hideDelay);
9397
+ }
9375
9398
  },
9376
9399
  onFocus: function onFocus(event, options) {
9377
9400
  var el = event.currentTarget;
@@ -9407,6 +9430,10 @@ this.primevue.tooltip = (function (utils, BaseDirective, TooltipStyle) {
9407
9430
  }
9408
9431
  window.removeEventListener('resize', onWindowResize);
9409
9432
  });
9433
+ tooltipElement.addEventListener('mouseleave', function onTooltipLeave() {
9434
+ $this.hide(el);
9435
+ tooltipElement.removeEventListener('mouseleave', onTooltipLeave);
9436
+ });
9410
9437
  this.bindScrollListener(el);
9411
9438
  utils.ZIndexUtils.set('tooltip', tooltipElement, el.$_ptooltipZIndex);
9412
9439
  },
@@ -15952,7 +15979,7 @@ this.primevue.tree = (function (SearchIcon, SpinnerIcon, utils, BaseComponent, T
15952
15979
  onKeydown: _cache[1] || (_cache[1] = function () {
15953
15980
  return $options.onFilterKeydown && $options.onFilterKeydown.apply($options, arguments);
15954
15981
  })
15955
- }, _ctx.ptm('filterinput')), null, 16, _hoisted_1), [[vue.vModelText, $data.filterValue]]), vue.renderSlot(_ctx.$slots, "searchicon", {
15982
+ }, _ctx.ptm('input')), null, 16, _hoisted_1), [[vue.vModelText, $data.filterValue]]), vue.renderSlot(_ctx.$slots, "searchicon", {
15956
15983
  "class": vue.normalizeClass(_ctx.cx('searchIcon'))
15957
15984
  }, function () {
15958
15985
  return [vue.createVNode(_component_SearchIcon, vue.mergeProps({
@@ -16077,7 +16104,8 @@ this.primevue.menu = (function (OverlayEventBus, Portal, utils, BaseComponent, M
16077
16104
  context: {
16078
16105
  item: this.item,
16079
16106
  index: this.index,
16080
- focused: this.isItemFocused()
16107
+ focused: this.isItemFocused(),
16108
+ disabled: this.disabled()
16081
16109
  }
16082
16110
  });
16083
16111
  },
@@ -16578,7 +16606,7 @@ this.primevue.menu = (function (OverlayEventBus, Portal, utils, BaseComponent, M
16578
16606
  }, [item.items ? (vue.openBlock(), vue.createElementBlock("li", vue.mergeProps({
16579
16607
  key: 0,
16580
16608
  id: $data.id + '_' + i,
16581
- "class": _ctx.cx('submenuHeader'),
16609
+ "class": [_ctx.cx('submenuHeader'), item["class"]],
16582
16610
  role: "none"
16583
16611
  }, _ctx.ptm('submenuHeader')), [vue.renderSlot(_ctx.$slots, "submenuheader", {
16584
16612
  item: item
@@ -16760,7 +16788,8 @@ this.primevue.tieredmenu = (function (OverlayEventBus, Portal, utils, BaseCompon
16760
16788
  item: processedItem,
16761
16789
  index: index,
16762
16790
  active: this.isItemActive(processedItem),
16763
- focused: this.isItemFocused(processedItem)
16791
+ focused: this.isItemFocused(processedItem),
16792
+ disabled: this.isItemDisabled(processedItem)
16764
16793
  }
16765
16794
  });
16766
16795
  },
@@ -17771,7 +17800,7 @@ this.primevue.passthrough.tailwind = (function (exports) {
17771
17800
  };
17772
17801
  var index = {
17773
17802
  global: {
17774
- 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"
17803
+ 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"
17775
17804
  },
17776
17805
  directives: {
17777
17806
  ripple: {
@@ -18024,7 +18053,7 @@ this.primevue.passthrough.tailwind = (function (exports) {
18024
18053
  "class": 'overflow-hidden relative float-left h-full w-full z-[1]'
18025
18054
  },
18026
18055
  content: {
18027
- "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'
18056
+ "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'
18028
18057
  },
18029
18058
  barX: {
18030
18059
  "class": ['relative bg-gray-100 invisible rounded cursor-pointer h-[9px] bottom-0 z-[2]', 'transition duration-[250ms] ease-linear']
@@ -18051,15 +18080,15 @@ this.primevue.passthrough.tailwind = (function (exports) {
18051
18080
  },
18052
18081
 
18053
18082
  previousButton: {
18054
- "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.
18083
+ "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.
18055
18084
  },
18056
18085
 
18057
18086
  nextButton: {
18058
- "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.
18087
+ "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.
18059
18088
  },
18060
18089
 
18061
18090
  nav: {
18062
- "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.
18091
+ "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.
18063
18092
  },
18064
18093
 
18065
18094
  tabpanel: {
@@ -18067,7 +18096,7 @@ this.primevue.passthrough.tailwind = (function (exports) {
18067
18096
  var props = _ref11.props;
18068
18097
  return {
18069
18098
  "class": ['mr-0', {
18070
- 'cursor-default pointer-events-none select-none user-select-none opacity-60': props === null || props === void 0 ? void 0 : props.disabled
18099
+ 'cursor-default pointer-events-none select-none select-none opacity-60': props === null || props === void 0 ? void 0 : props.disabled
18071
18100
  }] // Margin and condition-based styles.
18072
18101
  };
18073
18102
  },
@@ -18076,9 +18105,9 @@ this.primevue.passthrough.tailwind = (function (exports) {
18076
18105
  var parent = _ref12.parent,
18077
18106
  context = _ref12.context;
18078
18107
  return {
18079
- "class": ['items-center cursor-pointer flex overflow-hidden relative select-none text-decoration-none user-select-none',
18108
+ "class": ['items-center cursor-pointer flex overflow-hidden relative select-none text-decoration-none select-none',
18080
18109
  // Flex and overflow styles.
18081
- 'border-b-2 p-5 font-bold rounded-t-lg transition-shadow duration-200 m-0',
18110
+ 'border-b-2 p-5 font-bold rounded-t-md transition-shadow duration-200 m-0',
18082
18111
  // Border, padding, font, and transition styles.
18083
18112
  'transition-colors duration-200',
18084
18113
  // Transition duration style.
@@ -18099,7 +18128,7 @@ this.primevue.passthrough.tailwind = (function (exports) {
18099
18128
  },
18100
18129
 
18101
18130
  content: {
18102
- "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.
18131
+ "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.
18103
18132
  }
18104
18133
  }
18105
18134
  },
@@ -18175,7 +18204,7 @@ this.primevue.passthrough.tailwind = (function (exports) {
18175
18204
  };
18176
18205
  },
18177
18206
  footer: {
18178
- "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']
18207
+ "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']
18179
18208
  },
18180
18209
  mask: function mask(_ref18) {
18181
18210
  var props = _ref18.props;
@@ -18229,13 +18258,13 @@ this.primevue.passthrough.tailwind = (function (exports) {
18229
18258
  "class": 'ml-4'
18230
18259
  },
18231
18260
  footer: {
18232
- "class": 'text-right px-5 py-5 pt-0'
18261
+ "class": 'flex gap-2 justify-end align-center text-right px-5 py-5 pt-0'
18233
18262
  },
18234
18263
  transition: TRANSITIONS.overlay
18235
18264
  },
18236
18265
  overlaypanel: {
18237
18266
  root: {
18238
- "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']
18267
+ "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']
18239
18268
  },
18240
18269
  content: {
18241
18270
  "class": 'p-5 items-center flex'
@@ -18453,18 +18482,23 @@ this.primevue.passthrough.tailwind = (function (exports) {
18453
18482
  var props = _ref26.props,
18454
18483
  context = _ref26.context;
18455
18484
  return {
18456
- "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)]',
18457
- // Primary button focus
18458
- {
18459
- '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,
18460
- 'text-blue-600 bg-transparent border-transparent': props.link
18485
+ "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', {
18486
+ '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,
18487
+ '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
18488
+ }, {
18489
+ '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',
18490
+ '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',
18491
+ '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',
18492
+ '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',
18493
+ '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',
18494
+ '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'
18461
18495
  }, {
18462
- '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,
18463
- '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,
18464
- '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,
18465
- '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,
18466
- '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,
18467
- '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
18496
+ '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,
18497
+ '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,
18498
+ '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,
18499
+ '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,
18500
+ '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,
18501
+ '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
18468
18502
  }, {
18469
18503
  'shadow-lg': props.raised
18470
18504
  }, {
@@ -18472,12 +18506,12 @@ this.primevue.passthrough.tailwind = (function (exports) {
18472
18506
  'rounded-full': props.rounded
18473
18507
  }, {
18474
18508
  'bg-transparent border-transparent': props.text && !props.plain,
18475
- 'text-blue-500 hover:bg-blue-300/20': props.text && (props.severity === null || props.severity === 'info') && !props.plain,
18476
- 'text-gray-500 hover:bg-gray-300/20': props.text && props.severity === 'secondary' && !props.plain,
18477
- 'text-green-500 hover:bg-green-300/20': props.text && props.severity === 'success' && !props.plain,
18478
- 'text-orange-500 hover:bg-orange-300/20': props.text && props.severity === 'warning' && !props.plain,
18479
- 'text-purple-500 hover:bg-purple-300/20': props.text && props.severity === 'help' && !props.plain,
18480
- 'text-red-500 hover:bg-red-300/20': props.text && props.severity === 'danger' && !props.plain
18509
+ 'text-blue-500 dark:text-blue-400 hover:bg-blue-300/20': props.text && (props.severity === null || props.severity === 'info') && !props.plain,
18510
+ 'text-gray-500 dark:text-gray-400 hover:bg-gray-300/20': props.text && props.severity === 'secondary' && !props.plain,
18511
+ 'text-green-500 dark:text-green-400 hover:bg-green-300/20': props.text && props.severity === 'success' && !props.plain,
18512
+ 'text-orange-500 dark:text-orange-400 hover:bg-orange-300/20': props.text && props.severity === 'warning' && !props.plain,
18513
+ 'text-purple-500 dark:text-purple-400 hover:bg-purple-300/20': props.text && props.severity === 'help' && !props.plain,
18514
+ 'text-red-500 dark:text-red-400 hover:bg-red-300/20': props.text && props.severity === 'danger' && !props.plain
18481
18515
  }, {
18482
18516
  'shadow-lg': props.raised && props.text
18483
18517
  }, {
@@ -18486,16 +18520,18 @@ this.primevue.passthrough.tailwind = (function (exports) {
18486
18520
  'text-white bg-gray-500 border border-gray-500 hover:bg-gray-600 hover:border-gray-600': props.plain && !props.outlined && !props.text
18487
18521
  }, {
18488
18522
  'bg-transparent border': props.outlined && !props.plain,
18489
- 'text-blue-500 border border-blue-500 hover:bg-blue-300/20': props.outlined && (props.severity === null || props.severity === 'info') && !props.plain,
18490
- 'text-gray-500 border border-gray-500 hover:bg-gray-300/20': props.outlined && props.severity === 'secondary' && !props.plain,
18491
- 'text-green-500 border border-green-500 hover:bg-green-300/20': props.outlined && props.severity === 'success' && !props.plain,
18492
- 'text-orange-500 border border-orange-500 hover:bg-orange-300/20': props.outlined && props.severity === 'warning' && !props.plain,
18493
- 'text-purple-500 border border-purple-500 hover:bg-purple-300/20': props.outlined && props.severity === 'help' && !props.plain,
18494
- 'text-red-500 border border-red-500 hover:bg-red-300/20': props.outlined && props.severity === 'danger' && !props.plain
18523
+ '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,
18524
+ '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,
18525
+ '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,
18526
+ '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,
18527
+ '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,
18528
+ '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
18495
18529
  }, {
18496
18530
  'px-4 py-3 text-base': props.size === null,
18497
18531
  'text-xs py-2 px-3': props.size === 'small',
18498
18532
  'text-xl py-3 px-4': props.size === 'large'
18533
+ }, {
18534
+ 'flex-column': props.iconPos == 'top' || props.iconPos == 'bottom'
18499
18535
  }, {
18500
18536
  'opacity-60 pointer-events-none cursor-default': context.disabled
18501
18537
  }]
@@ -18506,6 +18542,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
18506
18542
  return {
18507
18543
  "class": ['flex-1', 'duration-200', 'font-bold', {
18508
18544
  'hover:underline': props.link
18545
+ }, {
18546
+ 'invisible w-0': props.label == null
18509
18547
  }]
18510
18548
  };
18511
18549
  },
@@ -18514,9 +18552,9 @@ this.primevue.passthrough.tailwind = (function (exports) {
18514
18552
  return {
18515
18553
  "class": ['mx-0', {
18516
18554
  'mr-2': props.iconPos == 'left' && props.label != null,
18517
- 'ml-2': props.iconPos == 'right' && props.label != null,
18555
+ 'ml-2 order-1': props.iconPos == 'right' && props.label != null,
18518
18556
  'mb-2': props.iconPos == 'top' && props.label != null,
18519
- 'mt-2': props.iconPos == 'bottom' && props.label != null
18557
+ 'mt-2 order-2': props.iconPos == 'bottom' && props.label != null
18520
18558
  }]
18521
18559
  };
18522
18560
  },
@@ -18679,7 +18717,7 @@ this.primevue.passthrough.tailwind = (function (exports) {
18679
18717
  root: function root(_ref41) {
18680
18718
  var props = _ref41.props;
18681
18719
  return {
18682
- "class": ['focus:outline-none focus:outline-offset-0 focus:shadow-0', {
18720
+ "class": ['focus:outline-none focus:outline-offset-0 focus:shadow-none', {
18683
18721
  'opacity-60 select-none pointer-events-none cursor-default': props.disabled
18684
18722
  }]
18685
18723
  };
@@ -18723,7 +18761,7 @@ this.primevue.passthrough.tailwind = (function (exports) {
18723
18761
  };
18724
18762
  },
18725
18763
  label: {
18726
- "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']
18764
+ "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']
18727
18765
  },
18728
18766
  dropdownbutton: {
18729
18767
  "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']
@@ -18839,7 +18877,7 @@ this.primevue.passthrough.tailwind = (function (exports) {
18839
18877
  handle: function handle(_ref52) {
18840
18878
  var props = _ref52.props;
18841
18879
  return {
18842
- "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', {
18880
+ "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', {
18843
18881
  'top-[50%] mt-[-0.5715rem] ml-[-0.5715rem]': props.orientation == 'horizontal',
18844
18882
  'left-[50%] mb-[-0.5715rem] ml-[-0.4715rem]': props.orientation == 'vertical'
18845
18883
  }]
@@ -18848,7 +18886,7 @@ this.primevue.passthrough.tailwind = (function (exports) {
18848
18886
  starthandler: function starthandler(_ref53) {
18849
18887
  var props = _ref53.props;
18850
18888
  return {
18851
- "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', {
18889
+ "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', {
18852
18890
  'top-[50%] mt-[-0.5715rem] ml-[-0.5715rem]': props.orientation == 'horizontal',
18853
18891
  'left-[50%] mb-[-0.5715rem] ml-[-0.4715rem]': props.orientation == 'vertical'
18854
18892
  }]
@@ -18857,7 +18895,7 @@ this.primevue.passthrough.tailwind = (function (exports) {
18857
18895
  endhandler: function endhandler(_ref54) {
18858
18896
  var props = _ref54.props;
18859
18897
  return {
18860
- "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', {
18898
+ "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', {
18861
18899
  'top-[50%] mt-[-0.5715rem] ml-[-0.5715rem]': props.orientation == 'horizontal',
18862
18900
  'left-[50%] mb-[-0.5715rem] ml-[-0.4715rem]': props.orientation == 'vertical'
18863
18901
  }]
@@ -19005,7 +19043,7 @@ this.primevue.passthrough.tailwind = (function (exports) {
19005
19043
  input: function input(_ref64) {
19006
19044
  var props = _ref64.props;
19007
19045
  return {
19008
- "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', {
19046
+ "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', {
19009
19047
  'pr-7': props.showClear
19010
19048
  }]
19011
19049
  };
@@ -19022,10 +19060,10 @@ this.primevue.passthrough.tailwind = (function (exports) {
19022
19060
  item: function item(_ref65) {
19023
19061
  var context = _ref65.context;
19024
19062
  return {
19025
- "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', {
19026
- 'text-gray-700': !context.focused && !context.selected,
19027
- 'bg-gray-300 text-gray-700 dark:text-white/80 dark:bg-gray-800/90': context.focused && !context.selected,
19028
- 'bg-blue-400 text-blue-700 dark:bg-blue-400 dark:text-white/80': context.focused && context.selected,
19063
+ "class": ['cursor-pointer font-normal overflow-hidden relative whitespace-nowrap', 'm-0 p-3 border-0 transition-shadow duration-200 rounded-none', {
19064
+ 'text-gray-700 hover:text-gray-700 hover:bg-gray-200 dark:text-white/80 dark:hover:bg-gray-800': !context.focused && !context.selected,
19065
+ '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,
19066
+ 'bg-blue-100 text-blue-700 dark:bg-blue-400 dark:text-white/80': context.focused && context.selected,
19029
19067
  'bg-blue-50 text-blue-700 dark:bg-blue-300 dark:text-white/80': !context.focused && context.selected
19030
19068
  }]
19031
19069
  };
@@ -19059,13 +19097,27 @@ this.primevue.passthrough.tailwind = (function (exports) {
19059
19097
  }]
19060
19098
  };
19061
19099
  },
19062
- input: {
19063
- "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
19064
- ]
19065
- },
19066
-
19067
- panel: function panel(_ref67) {
19100
+ input: function input(_ref67) {
19068
19101
  var props = _ref67.props;
19102
+ return {
19103
+ "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', {
19104
+ 'rounded-lg': !props.showIcon,
19105
+ 'border-r-0 rounded-l-lg': props.showIcon
19106
+ }]
19107
+ };
19108
+ },
19109
+ dropdownbutton: function dropdownbutton(_ref68) {
19110
+ var props = _ref68.props;
19111
+ return {
19112
+ root: {
19113
+ "class": [{
19114
+ 'rounded-l-none': props.showIcon
19115
+ }]
19116
+ }
19117
+ };
19118
+ },
19119
+ panel: function panel(_ref69) {
19120
+ var props = _ref69.props;
19069
19121
  return {
19070
19122
  "class": ['bg-white dark:bg-gray-900', 'min-w-[350px]', {
19071
19123
  'shadow-md border-0 absolute': !props.inline,
@@ -19103,14 +19155,14 @@ this.primevue.passthrough.tailwind = (function (exports) {
19103
19155
  day: {
19104
19156
  "class": 'p-2'
19105
19157
  },
19106
- daylabel: function daylabel(_ref68) {
19107
- var context = _ref68.context;
19158
+ daylabel: function daylabel(_ref70) {
19159
+ var context = _ref70.context;
19108
19160
  return {
19109
19161
  "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)]', {
19110
19162
  'opacity-60 cursor-default': context.disabled,
19111
19163
  'cursor-pointer': !context.disabled
19112
19164
  }, {
19113
- 'text-gray-600 dark:text-white/70 bg-transprent hover:bg-gray-200 dark:hover:bg-gray-800/80': !context.selected && !context.disabled,
19165
+ 'text-gray-600 dark:text-white/70 bg-transparent hover:bg-gray-200 dark:hover:bg-gray-800/80': !context.selected && !context.disabled,
19114
19166
  'text-blue-700 bg-blue-100 hover:bg-blue-200': context.selected && !context.disabled
19115
19167
  }]
19116
19168
  };
@@ -19118,11 +19170,11 @@ this.primevue.passthrough.tailwind = (function (exports) {
19118
19170
  monthpicker: {
19119
19171
  "class": 'my-2'
19120
19172
  },
19121
- month: function month(_ref69) {
19122
- var context = _ref69.context;
19173
+ month: function month(_ref71) {
19174
+ var context = _ref71.context;
19123
19175
  return {
19124
19176
  "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)]', {
19125
- 'text-gray-600 dark:text-white/70 bg-transprent hover:bg-gray-200 dark:hover:bg-gray-800/80': !context.selected && !context.disabled,
19177
+ 'text-gray-600 dark:text-white/70 bg-transparent hover:bg-gray-200 dark:hover:bg-gray-800/80': !context.selected && !context.disabled,
19126
19178
  'text-blue-700 bg-blue-100 hover:bg-blue-200': context.selected && !context.disabled
19127
19179
  }]
19128
19180
  };
@@ -19130,11 +19182,11 @@ this.primevue.passthrough.tailwind = (function (exports) {
19130
19182
  yearpicker: {
19131
19183
  "class": 'my-2'
19132
19184
  },
19133
- year: function year(_ref70) {
19134
- var context = _ref70.context;
19185
+ year: function year(_ref72) {
19186
+ var context = _ref72.context;
19135
19187
  return {
19136
19188
  "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)]', {
19137
- 'text-gray-600 dark:text-white/70 bg-transprent hover:bg-gray-200 dark:hover:bg-gray-800/80': !context.selected && !context.disabled,
19189
+ 'text-gray-600 dark:text-white/70 bg-transparent hover:bg-gray-200 dark:hover:bg-gray-800/80': !context.selected && !context.disabled,
19138
19190
  'text-blue-700 bg-blue-100 hover:bg-blue-200': context.selected && !context.disabled
19139
19191
  }]
19140
19192
  };
@@ -19181,13 +19233,13 @@ this.primevue.passthrough.tailwind = (function (exports) {
19181
19233
  list: {
19182
19234
  "class": 'py-3 list-none m-0'
19183
19235
  },
19184
- item: function item(_ref71) {
19185
- var context = _ref71.context;
19236
+ item: function item(_ref73) {
19237
+ var context = _ref73.context;
19186
19238
  return {
19187
- "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', {
19188
- 'text-gray-700': !context.focused && !context.selected,
19189
- 'bg-gray-300 text-gray-700 dark:text-white/80 dark:bg-gray-800/90': context.focused && !context.selected,
19190
- 'bg-blue-400 text-blue-700 dark:bg-blue-400 dark:text-white/80': context.focused && context.selected,
19239
+ "class": ['cursor-pointer font-normal overflow-hidden relative whitespace-nowrap', 'm-0 p-3 border-0 transition-shadow duration-200 rounded-none', {
19240
+ 'text-gray-700 hover:text-gray-700 hover:bg-gray-200 dark:text-white/80 dark:hover:bg-gray-800': !context.focused && !context.selected,
19241
+ '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,
19242
+ 'bg-blue-100 text-blue-700 dark:bg-blue-400 dark:text-white/80': context.focused && context.selected,
19191
19243
  'bg-blue-50 text-blue-700 dark:bg-blue-300 dark:text-white/80': !context.focused && context.selected
19192
19244
  }]
19193
19245
  };
@@ -19209,8 +19261,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
19209
19261
  }
19210
19262
  },
19211
19263
  multiselect: {
19212
- root: function root(_ref72) {
19213
- var props = _ref72.props;
19264
+ root: function root(_ref74) {
19265
+ var props = _ref74.props;
19214
19266
  return {
19215
19267
  "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', {
19216
19268
  'opacity-60 select-none pointer-events-none cursor-default': props === null || props === void 0 ? void 0 : props.disabled
@@ -19220,10 +19272,10 @@ this.primevue.passthrough.tailwind = (function (exports) {
19220
19272
  labelContainer: {
19221
19273
  "class": 'overflow-hidden flex flex-auto cursor-pointer'
19222
19274
  },
19223
- label: function label(_ref73) {
19224
- var props = _ref73.props;
19275
+ label: function label(_ref75) {
19276
+ var props = _ref75.props;
19225
19277
  return {
19226
- "class": ['block overflow-hidden whitespace-nowrap cursor-pointer overflow-ellipsis', 'text-gray-800 dark:text-white/80', 'p-3 transition duration-200', _defineProperty({
19278
+ "class": ['block overflow-hidden whitespace-nowrap cursor-pointer text-ellipsis', 'text-gray-800 dark:text-white/80', 'p-3 transition duration-200', _defineProperty({
19227
19279
  '!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),
19228
19280
  '!py-1.5 px-3': props.display == 'chip' && (props === null || props === void 0 ? void 0 : props.modelValue) !== null
19229
19281
  }, "!p-3", props.display == 'chip' && (props === null || props === void 0 ? void 0 : props.modelValue) == null)]
@@ -19247,8 +19299,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
19247
19299
  headerCheckboxContainer: {
19248
19300
  "class": ['inline-flex cursor-pointer select-none align-bottom relative', 'mr-2', 'w-6 h-6']
19249
19301
  },
19250
- headerCheckbox: function headerCheckbox(_ref75) {
19251
- var context = _ref75.context;
19302
+ headerCheckbox: function headerCheckbox(_ref77) {
19303
+ var context = _ref77.context;
19252
19304
  return {
19253
19305
  "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)]', {
19254
19306
  'border-gray-300 dark:border-blue-900/40 bg-white dark:bg-gray-900': !(context !== null && context !== void 0 && context.selected),
@@ -19271,13 +19323,13 @@ this.primevue.passthrough.tailwind = (function (exports) {
19271
19323
  list: {
19272
19324
  "class": 'py-3 list-none m-0'
19273
19325
  },
19274
- item: function item(_ref76) {
19275
- var context = _ref76.context;
19326
+ item: function item(_ref78) {
19327
+ var context = _ref78.context;
19276
19328
  return {
19277
- "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', {
19278
- 'text-gray-700': !context.focused && !context.selected,
19279
- 'bg-gray-300 text-gray-700 dark:text-white/80 dark:bg-gray-800/90': context.focused && !context.selected,
19280
- 'bg-blue-400 text-blue-700 dark:bg-blue-400 dark:text-white/80': context.focused && context.selected,
19329
+ "class": ['cursor-pointer font-normal overflow-hidden relative whitespace-nowrap', 'm-0 p-3 border-0 transition-shadow duration-200 rounded-none', {
19330
+ 'text-gray-700 hover:text-gray-700 hover:bg-gray-200 dark:text-white/80 dark:hover:bg-gray-800': !context.focused && !context.selected,
19331
+ '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,
19332
+ 'bg-blue-100 text-blue-700 dark:bg-blue-400 dark:text-white/80': context.focused && context.selected,
19281
19333
  'bg-blue-50 text-blue-700 dark:bg-blue-300 dark:text-white/80': !context.focused && context.selected
19282
19334
  }]
19283
19335
  };
@@ -19285,8 +19337,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
19285
19337
  checkboxContainer: {
19286
19338
  "class": ['inline-flex cursor-pointer select-none align-bottom relative', 'mr-2', 'w-6 h-6']
19287
19339
  },
19288
- checkbox: function checkbox(_ref77) {
19289
- var context = _ref77.context;
19340
+ checkbox: function checkbox(_ref79) {
19341
+ var context = _ref79.context;
19290
19342
  return {
19291
19343
  "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)]', {
19292
19344
  'border-gray-300 dark:border-blue-900/40 bg-white dark:bg-gray-900': !(context !== null && context !== void 0 && context.selected),
@@ -19315,8 +19367,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
19315
19367
  transition: TRANSITIONS.overlay
19316
19368
  },
19317
19369
  textarea: {
19318
- root: function root(_ref78) {
19319
- var context = _ref78.context;
19370
+ root: function root(_ref80) {
19371
+ var context = _ref80.context;
19320
19372
  return {
19321
19373
  "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)]', {
19322
19374
  'opacity-60 select-none pointer-events-none cursor-default': context.disabled
@@ -19325,8 +19377,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
19325
19377
  }
19326
19378
  },
19327
19379
  treeselect: {
19328
- root: function root(_ref79) {
19329
- var props = _ref79.props;
19380
+ root: function root(_ref81) {
19381
+ var props = _ref81.props;
19330
19382
  return {
19331
19383
  "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', {
19332
19384
  'opacity-60 select-none pointer-events-none cursor-default': props === null || props === void 0 ? void 0 : props.disabled
@@ -19337,7 +19389,7 @@ this.primevue.passthrough.tailwind = (function (exports) {
19337
19389
  "class": ['overflow-hidden flex flex-auto cursor-pointer']
19338
19390
  },
19339
19391
  label: {
19340
- "class": ['block overflow-hidden whitespace-nowrap cursor-pointer overflow-ellipsis', 'text-gray-800 dark:text-white/80', 'p-3 transition duration-200']
19392
+ "class": ['block overflow-hidden whitespace-nowrap cursor-pointer text-ellipsis', 'text-gray-800 dark:text-white/80', 'p-3 transition duration-200']
19341
19393
  },
19342
19394
  trigger: {
19343
19395
  "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']
@@ -19351,8 +19403,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
19351
19403
  transition: TRANSITIONS.overlay
19352
19404
  },
19353
19405
  autocomplete: {
19354
- root: function root(_ref80) {
19355
- var props = _ref80.props;
19406
+ root: function root(_ref82) {
19407
+ var props = _ref82.props;
19356
19408
  return {
19357
19409
  "class": ['relative inline-flex', {
19358
19410
  'opacity-60 select-none pointer-events-none cursor-default': props.disabled
@@ -19367,8 +19419,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
19367
19419
  inputtoken: {
19368
19420
  "class": ['py-0.375rem px-0', 'flex-1 inline-flex']
19369
19421
  },
19370
- input: function input(_ref81) {
19371
- var props = _ref81.props;
19422
+ input: function input(_ref83) {
19423
+ var props = _ref83.props;
19372
19424
  return {
19373
19425
  "class": ['m-0', ' transition-colors duration-200 appearance-none rounded-lg', {
19374
19426
  'rounded-tr-none rounded-br-none': props.dropdown
@@ -19392,13 +19444,13 @@ this.primevue.passthrough.tailwind = (function (exports) {
19392
19444
  list: {
19393
19445
  "class": 'py-3 list-none m-0'
19394
19446
  },
19395
- item: function item(_ref82) {
19396
- var context = _ref82.context;
19447
+ item: function item(_ref84) {
19448
+ var context = _ref84.context;
19397
19449
  return {
19398
- "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', {
19399
- 'text-gray-700': !context.focused && !context.selected,
19400
- 'bg-gray-300 text-gray-700 dark:text-white/80 dark:bg-gray-800/90': context.focused && !context.selected,
19401
- 'bg-blue-500 text-blue-700 dark:bg-blue-400 dark:text-white/80': context.focused && context.selected,
19450
+ "class": ['cursor-pointer font-normal overflow-hidden relative whitespace-nowrap', 'm-0 p-3 border-0 transition-shadow duration-200 rounded-none', {
19451
+ 'text-gray-700 hover:text-gray-700 hover:bg-gray-200 dark:text-white/80 dark:hover:bg-gray-800': !context.focused && !context.selected,
19452
+ '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,
19453
+ 'bg-blue-100 text-blue-700 dark:bg-blue-400 dark:text-white/80': context.focused && context.selected,
19402
19454
  'bg-blue-50 text-blue-700 dark:bg-blue-300 dark:text-white/80': !context.focused && context.selected
19403
19455
  }]
19404
19456
  };
@@ -19409,8 +19461,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
19409
19461
  transition: TRANSITIONS.overlay
19410
19462
  },
19411
19463
  chips: {
19412
- root: function root(_ref83) {
19413
- var props = _ref83.props;
19464
+ root: function root(_ref85) {
19465
+ var props = _ref85.props;
19414
19466
  return {
19415
19467
  "class": ['flex', {
19416
19468
  'opacity-60 select-none pointer-events-none cursor-default': props.disabled
@@ -19434,8 +19486,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
19434
19486
  }
19435
19487
  },
19436
19488
  colorpicker: {
19437
- root: function root(_ref84) {
19438
- var props = _ref84.props;
19489
+ root: function root(_ref86) {
19490
+ var props = _ref86.props;
19439
19491
  return {
19440
19492
  "class": ['inline-block', {
19441
19493
  'opacity-60 select-none pointer-events-none cursor-default': props.disabled
@@ -19445,8 +19497,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
19445
19497
  input: {
19446
19498
  "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']
19447
19499
  },
19448
- panel: function panel(_ref85) {
19449
- var props = _ref85.props;
19500
+ panel: function panel(_ref87) {
19501
+ var props = _ref87.props;
19450
19502
  return {
19451
19503
  "class": ['shadow-md', 'bg-gray-800 border-gray-900', {
19452
19504
  'relative h-48 w-52': props.inline,
@@ -19486,8 +19538,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
19486
19538
  },
19487
19539
  //MISC
19488
19540
  badge: {
19489
- root: function root(_ref86) {
19490
- var props = _ref86.props;
19541
+ root: function root(_ref88) {
19542
+ var props = _ref88.props;
19491
19543
  return {
19492
19544
  "class": ['rounded-full p-0 text-center inline-block', 'bg-blue-500 text-white font-bold', {
19493
19545
  'bg-gray-500 ': props.severity == 'secondary',
@@ -19505,9 +19557,9 @@ this.primevue.passthrough.tailwind = (function (exports) {
19505
19557
  }
19506
19558
  },
19507
19559
  avatar: {
19508
- root: function root(_ref87) {
19509
- var props = _ref87.props,
19510
- parent = _ref87.parent;
19560
+ root: function root(_ref89) {
19561
+ var props = _ref89.props,
19562
+ parent = _ref89.parent;
19511
19563
  return {
19512
19564
  "class": ['flex items-center justify-center', 'bg-gray-300 dark:bg-gray-800', {
19513
19565
  'rounded-lg': props.shape == 'square',
@@ -19517,7 +19569,7 @@ this.primevue.passthrough.tailwind = (function (exports) {
19517
19569
  'w-12 h-12 text-xl': props.size == 'large',
19518
19570
  'w-16 h-16 text-2xl': props.size == 'xlarge'
19519
19571
  }, {
19520
- '-ml-4 border-2 border-white dark:border-gray-900': parent.instance.$css !== undefined
19572
+ '-ml-4 border-2 border-white dark:border-gray-900': parent.instance.$css === undefined
19521
19573
  }]
19522
19574
  };
19523
19575
  },
@@ -19551,8 +19603,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
19551
19603
  root: {
19552
19604
  "class": ['overflow-hidden relative', 'border-0 h-6 bg-gray-200 rounded-md dark:bg-gray-800']
19553
19605
  },
19554
- value: function value(_ref88) {
19555
- var props = _ref88.props;
19606
+ value: function value(_ref90) {
19607
+ var props = _ref90.props;
19556
19608
  return {
19557
19609
  "class": ['border-0 m-0 bg-blue-500', {
19558
19610
  'transition-width duration-1000 ease-in-out absolute items-center border-0 flex h-full justify-center overflow-hidden w-0': props.mode !== 'indeterminate',
@@ -19576,8 +19628,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
19576
19628
  }
19577
19629
  },
19578
19630
  skeleton: {
19579
- root: function root(_ref89) {
19580
- var props = _ref89.props;
19631
+ root: function root(_ref91) {
19632
+ var props = _ref91.props;
19581
19633
  return {
19582
19634
  "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', {
19583
19635
  'rounded-md': props.shape !== 'circle',
@@ -19587,8 +19639,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
19587
19639
  }
19588
19640
  },
19589
19641
  tag: {
19590
- root: function root(_ref90) {
19591
- var props = _ref90.props;
19642
+ root: function root(_ref92) {
19643
+ var props = _ref92.props;
19592
19644
  return {
19593
19645
  "class": ['inline-flex items-center justify-center', 'bg-blue-500 text-white text-xs font-semibold px-2 py-1 ', {
19594
19646
  'bg-green-500 ': props.severity == 'success',
@@ -19614,8 +19666,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
19614
19666
  }
19615
19667
  },
19616
19668
  scrolltop: {
19617
- root: function root(_ref91) {
19618
- var props = _ref91.props;
19669
+ root: function root(_ref93) {
19670
+ var props = _ref93.props;
19619
19671
  return {
19620
19672
  "class": ['fixed bottom-20 right-20 flex items-center justify-center', 'ml-auto', {
19621
19673
  '!bg-blue-500 hover:bg-blue-600 text-white rounded-md h-8 w-8': props.target == 'parent',
@@ -19680,8 +19732,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
19680
19732
  menuitem: {
19681
19733
  "class": 'relative'
19682
19734
  },
19683
- content: function content(_ref92) {
19684
- var context = _ref92.context;
19735
+ content: function content(_ref94) {
19736
+ var context = _ref94.context;
19685
19737
  return {
19686
19738
  "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',
19687
19739
  // Hover
@@ -19708,8 +19760,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
19708
19760
  }
19709
19761
  },
19710
19762
  dock: {
19711
- root: function root(_ref93) {
19712
- var props = _ref93.props;
19763
+ root: function root(_ref95) {
19764
+ var props = _ref95.props;
19713
19765
  return {
19714
19766
  "class": ['absolute z-1 flex justify-center items-center pointer-events-none', {
19715
19767
  'left-0 bottom-0 w-full': props.position == 'bottom',
@@ -19722,18 +19774,18 @@ this.primevue.passthrough.tailwind = (function (exports) {
19722
19774
  container: {
19723
19775
  "class": ['flex pointer-events-auto', 'bg-white/10 border-white/20 p-2 border rounded-md']
19724
19776
  },
19725
- menu: function menu(_ref94) {
19726
- var props = _ref94.props;
19777
+ menu: function menu(_ref96) {
19778
+ var props = _ref96.props;
19727
19779
  return {
19728
19780
  "class": ['m-0 p-0 list-none flex items-center justify-center', 'outline-none', {
19729
19781
  'flex-col': props.position == 'left' || props.position == 'right'
19730
19782
  }]
19731
19783
  };
19732
19784
  },
19733
- menuitem: function menuitem(_ref95) {
19734
- var props = _ref95.props,
19735
- context = _ref95.context,
19736
- instance = _ref95.instance;
19785
+ menuitem: function menuitem(_ref97) {
19786
+ var props = _ref97.props,
19787
+ context = _ref97.context,
19788
+ instance = _ref97.instance;
19737
19789
  return {
19738
19790
  "class": ['p-2 rounded-md', 'transition-all duration-200 ease-cubic-bezier-will-change-transform transform ', {
19739
19791
  'origin-bottom hover:mx-6': props.position == 'bottom',
@@ -19758,8 +19810,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
19758
19810
  menu: {
19759
19811
  "class": ['m-0 p-0 list-none', 'outline-none']
19760
19812
  },
19761
- content: function content(_ref96) {
19762
- var context = _ref96.context;
19813
+ content: function content(_ref98) {
19814
+ var context = _ref98.context;
19763
19815
  return {
19764
19816
  "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',
19765
19817
  // Hover
@@ -19783,8 +19835,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
19783
19835
  root: {
19784
19836
  "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']
19785
19837
  },
19786
- menu: function menu(_ref97) {
19787
- var props = _ref97.props;
19838
+ menu: function menu(_ref99) {
19839
+ var props = _ref99.props;
19788
19840
  return {
19789
19841
  "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', {
19790
19842
  'hidden ': !(props !== null && props !== void 0 && props.mobileActive),
@@ -19795,9 +19847,9 @@ this.primevue.passthrough.tailwind = (function (exports) {
19795
19847
  menuitem: {
19796
19848
  "class": 'sm:relative sm:w-auto w-full static'
19797
19849
  },
19798
- content: function content(_ref98) {
19799
- var props = _ref98.props,
19800
- context = _ref98.context;
19850
+ content: function content(_ref100) {
19851
+ var props = _ref100.props,
19852
+ context = _ref100.context;
19801
19853
  return {
19802
19854
  "class": [' transition-shadow duration-200', '', {
19803
19855
  'rounded-md': props.root
@@ -19812,29 +19864,29 @@ this.primevue.passthrough.tailwind = (function (exports) {
19812
19864
  }]
19813
19865
  };
19814
19866
  },
19815
- action: function action(_ref99) {
19816
- var context = _ref99.context;
19867
+ action: function action(_ref101) {
19868
+ var context = _ref101.context;
19817
19869
  return {
19818
19870
  "class": ['select-none', 'cursor-pointer flex items-center no-underline overflow-hidden relative', 'py-3 px-5 select-none', {
19819
- 'max-[960px]:pl-9': context.level === 1,
19820
- 'max-[960px]:pl-14': context.level === 2
19871
+ 'pl-9 sm:pl-5': context.level === 1,
19872
+ 'pl-14 sm:pl-5': context.level === 2
19821
19873
  }]
19822
19874
  };
19823
19875
  },
19824
19876
  icon: {
19825
19877
  "class": 'mr-2'
19826
19878
  },
19827
- submenuicon: function submenuicon(_ref100) {
19828
- var props = _ref100.props;
19879
+ submenuicon: function submenuicon(_ref102) {
19880
+ var props = _ref102.props;
19829
19881
  return {
19830
- "class": ['max-[960px]:ml-auto', {
19831
- 'ml-2': props.root,
19882
+ "class": [{
19883
+ 'ml-auto sm:ml-2': props.root,
19832
19884
  'ml-auto': !props.root
19833
19885
  }]
19834
19886
  };
19835
19887
  },
19836
- submenu: function submenu(_ref101) {
19837
- var props = _ref101.props;
19888
+ submenu: function submenu(_ref103) {
19889
+ var props = _ref103.props;
19838
19890
  return {
19839
19891
  "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', {
19840
19892
  'sm:absolute sm:left-full sm:top-0': props.level > 1
@@ -19849,8 +19901,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
19849
19901
  }
19850
19902
  },
19851
19903
  megamenu: {
19852
- root: function root(_ref102) {
19853
- var props = _ref102.props;
19904
+ root: function root(_ref104) {
19905
+ var props = _ref104.props;
19854
19906
  return {
19855
19907
  "class": ['bg-gray-100 dark:bg-gray-900 border border-gray-300 dark:border-blue-900/40 rounded-md', 'flex relative', {
19856
19908
  'p-2 items-center': props.orientation == 'horizontal',
@@ -19861,8 +19913,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
19861
19913
  menu: {
19862
19914
  "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']
19863
19915
  },
19864
- menuitem: function menuitem(_ref103) {
19865
- var props = _ref103.props;
19916
+ menuitem: function menuitem(_ref105) {
19917
+ var props = _ref105.props;
19866
19918
  return {
19867
19919
  "class": ['relative', {
19868
19920
  'w-auto': props.horizontal,
@@ -19870,9 +19922,9 @@ this.primevue.passthrough.tailwind = (function (exports) {
19870
19922
  }]
19871
19923
  };
19872
19924
  },
19873
- content: function content(_ref104) {
19874
- var props = _ref104.props,
19875
- context = _ref104.context;
19925
+ content: function content(_ref106) {
19926
+ var props = _ref106.props,
19927
+ context = _ref106.context;
19876
19928
  return {
19877
19929
  "class": ['transition-shadow duration-200', {
19878
19930
  'rounded-md': props.level < 1 && props.horizontal
@@ -19893,8 +19945,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
19893
19945
  icon: {
19894
19946
  "class": 'mr-2'
19895
19947
  },
19896
- submenuicon: function submenuicon(_ref105) {
19897
- var props = _ref105.props;
19948
+ submenuicon: function submenuicon(_ref107) {
19949
+ var props = _ref107.props;
19898
19950
  return {
19899
19951
  "class": [{
19900
19952
  'ml-2': props.horizontal,
@@ -19902,8 +19954,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
19902
19954
  }]
19903
19955
  };
19904
19956
  },
19905
- panel: function panel(_ref106) {
19906
- var props = _ref106.props;
19957
+ panel: function panel(_ref108) {
19958
+ var props = _ref108.props;
19907
19959
  return {
19908
19960
  "class": ['py-1 bg-white dark:bg-gray-900 border-0 shadow-md w-auto', 'absolute z-10', {
19909
19961
  'left-full top-0': !props.horizontal
@@ -19953,8 +20005,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
19953
20005
  menu: {
19954
20006
  "class": ['outline-none', 'm-0 p-0 list-none']
19955
20007
  },
19956
- content: function content(_ref107) {
19957
- var context = _ref107.context;
20008
+ content: function content(_ref109) {
20009
+ var context = _ref109.context;
19958
20010
  return {
19959
20011
  "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',
19960
20012
  // Hover
@@ -19991,7 +20043,7 @@ this.primevue.passthrough.tailwind = (function (exports) {
19991
20043
  "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']
19992
20044
  },
19993
20045
  label: {
19994
- "class": ['block', 'whitespace-nowrap overflow-hidden overflow-ellipsis max-w-full', 'mt-2 text-gray-500 dark:text-white/60']
20046
+ "class": ['block', 'whitespace-nowrap overflow-hidden text-ellipsis max-w-full', 'mt-2 text-gray-500 dark:text-white/60']
19995
20047
  }
19996
20048
  },
19997
20049
  tabmenu: {
@@ -19999,14 +20051,14 @@ this.primevue.passthrough.tailwind = (function (exports) {
19999
20051
  "class": 'overflow-x-auto'
20000
20052
  },
20001
20053
  menu: {
20002
- "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']
20054
+ "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']
20003
20055
  },
20004
20056
  menuitem: {
20005
20057
  "class": 'mr-0'
20006
20058
  },
20007
- action: function action(_ref108) {
20008
- var context = _ref108.context,
20009
- state = _ref108.state;
20059
+ action: function action(_ref110) {
20060
+ var context = _ref110.context,
20061
+ state = _ref110.state;
20010
20062
  return {
20011
20063
  "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)]', {
20012
20064
  '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,
@@ -20031,8 +20083,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
20031
20083
  menuitem: {
20032
20084
  "class": 'relative'
20033
20085
  },
20034
- content: function content(_ref109) {
20035
- var context = _ref109.context;
20086
+ content: function content(_ref111) {
20087
+ var context = _ref111.context;
20036
20088
  return {
20037
20089
  "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',
20038
20090
  //Hover
@@ -20044,8 +20096,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
20044
20096
  }]
20045
20097
  };
20046
20098
  },
20047
- action: function action(_ref110) {
20048
- var context = _ref110.context;
20099
+ action: function action(_ref112) {
20100
+ var context = _ref112.context;
20049
20101
  return {
20050
20102
  "class": ['py-3 px-5 select-none', 'flex items-center cursor-pointer no-underline relative overflow-hidden', {
20051
20103
  '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,
@@ -20163,8 +20215,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
20163
20215
  indicator: {
20164
20216
  "class": 'mr-2'
20165
20217
  },
20166
- indicatorbutton: function indicatorbutton(_ref111) {
20167
- var context = _ref111.context;
20218
+ indicatorbutton: function indicatorbutton(_ref113) {
20219
+ var context = _ref113.context;
20168
20220
  return {
20169
20221
  "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)]', {
20170
20222
  'bg-gray-200 hover:bg-gray-300 dark:bg-gray-700 dark:hover:bg-gray-600': !context.highlighted,
@@ -20204,8 +20256,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
20204
20256
  content: {
20205
20257
  "class": 'flex flex-col overflow-auto'
20206
20258
  },
20207
- container: function container(_ref112) {
20208
- var props = _ref112.props;
20259
+ container: function container(_ref114) {
20260
+ var props = _ref114.props;
20209
20261
  return {
20210
20262
  "class": ['flex', {
20211
20263
  'flex-row': props.orientation !== 'vertical',
@@ -20219,8 +20271,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
20219
20271
  itemscontent: {
20220
20272
  "class": 'overflow-hidden w-full'
20221
20273
  },
20222
- itemscontainer: function itemscontainer(_ref113) {
20223
- var props = _ref113.props;
20274
+ itemscontainer: function itemscontainer(_ref115) {
20275
+ var props = _ref115.props;
20224
20276
  return {
20225
20277
  "class": ['flex ', {
20226
20278
  'flex-row': props.orientation !== 'vertical',
@@ -20228,8 +20280,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
20228
20280
  }]
20229
20281
  };
20230
20282
  },
20231
- item: function item(_ref114) {
20232
- var props = _ref114.props;
20283
+ item: function item(_ref116) {
20284
+ var props = _ref116.props;
20233
20285
  return {
20234
20286
  "class": ['flex shrink-0 grow', {
20235
20287
  'w-1/3': props.orientation !== 'vertical',
@@ -20243,8 +20295,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
20243
20295
  indicator: {
20244
20296
  "class": 'mr-2 mb-2'
20245
20297
  },
20246
- indicatorbutton: function indicatorbutton(_ref115) {
20247
- var context = _ref115.context;
20298
+ indicatorbutton: function indicatorbutton(_ref117) {
20299
+ var context = _ref117.context;
20248
20300
  return {
20249
20301
  "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)]', {
20250
20302
  'bg-gray-200 hover:bg-gray-300 dark:bg-gray-700 dark:hover:bg-gray-600': !context.highlighted,
@@ -20266,9 +20318,9 @@ this.primevue.passthrough.tailwind = (function (exports) {
20266
20318
  node: {
20267
20319
  "class": 'p-1 outline-none'
20268
20320
  },
20269
- content: function content(_ref116) {
20270
- var context = _ref116.context,
20271
- props = _ref116.props;
20321
+ content: function content(_ref118) {
20322
+ var context = _ref118.context,
20323
+ props = _ref118.props;
20272
20324
  return {
20273
20325
  "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)]', {
20274
20326
  'bg-blue-50 text-blue-600': context.selected
@@ -20277,8 +20329,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
20277
20329
  }]
20278
20330
  };
20279
20331
  },
20280
- toggler: function toggler(_ref117) {
20281
- var context = _ref117.context;
20332
+ toggler: function toggler(_ref119) {
20333
+ var context = _ref119.context;
20282
20334
  return {
20283
20335
  "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)]', {
20284
20336
  '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,
@@ -20291,9 +20343,9 @@ this.primevue.passthrough.tailwind = (function (exports) {
20291
20343
  checkboxcontainer: {
20292
20344
  "class": 'mr-2'
20293
20345
  },
20294
- checkbox: function checkbox(_ref118) {
20295
- var context = _ref118.context,
20296
- props = _ref118.props;
20346
+ checkbox: function checkbox(_ref120) {
20347
+ var context = _ref120.context,
20348
+ props = _ref120.props;
20297
20349
  return {
20298
20350
  "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', {
20299
20351
  'border-gray-300 bg-white dark:border-blue-900/40 dark:bg-gray-900': !context.checked,
@@ -20322,8 +20374,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
20322
20374
  },
20323
20375
  // DATA
20324
20376
  timeline: {
20325
- root: function root(_ref119) {
20326
- var props = _ref119.props;
20377
+ root: function root(_ref121) {
20378
+ var props = _ref121.props;
20327
20379
  return {
20328
20380
  "class": ['flex grow', {
20329
20381
  'flex-col': props.layout === 'vertical',
@@ -20331,9 +20383,9 @@ this.primevue.passthrough.tailwind = (function (exports) {
20331
20383
  }]
20332
20384
  };
20333
20385
  },
20334
- event: function event(_ref120) {
20335
- var props = _ref120.props,
20336
- context = _ref120.context;
20386
+ event: function event(_ref122) {
20387
+ var props = _ref122.props,
20388
+ context = _ref122.context;
20337
20389
  return {
20338
20390
  "class": ['flex relative min-h-[70px]', {
20339
20391
  'flex-row-reverse': props.align === 'right' || props.layout === 'vertical' && props.align === 'alternate' && context.index % 2 === 1,
@@ -20342,9 +20394,9 @@ this.primevue.passthrough.tailwind = (function (exports) {
20342
20394
  }]
20343
20395
  };
20344
20396
  },
20345
- opposite: function opposite(_ref121) {
20346
- var props = _ref121.props,
20347
- context = _ref121.context;
20397
+ opposite: function opposite(_ref123) {
20398
+ var props = _ref123.props,
20399
+ context = _ref123.context;
20348
20400
  return {
20349
20401
  "class": ['flex-1', {
20350
20402
  'px-4': props.layout === 'vertical',
@@ -20355,8 +20407,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
20355
20407
  }]
20356
20408
  };
20357
20409
  },
20358
- separator: function separator(_ref122) {
20359
- var props = _ref122.props;
20410
+ separator: function separator(_ref124) {
20411
+ var props = _ref124.props;
20360
20412
  return {
20361
20413
  "class": ['flex items-center flex-initial', {
20362
20414
  'flex-col': props.layout === 'vertical',
@@ -20367,8 +20419,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
20367
20419
  marker: {
20368
20420
  "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'
20369
20421
  },
20370
- connector: function connector(_ref123) {
20371
- var props = _ref123.props;
20422
+ connector: function connector(_ref125) {
20423
+ var props = _ref125.props;
20372
20424
  return {
20373
20425
  "class": ['grow bg-gray-300 dark:bg-blue-900/40', {
20374
20426
  'w-[2px]': props.layout === 'vertical',
@@ -20376,9 +20428,9 @@ this.primevue.passthrough.tailwind = (function (exports) {
20376
20428
  }]
20377
20429
  };
20378
20430
  },
20379
- content: function content(_ref124) {
20380
- var props = _ref124.props,
20381
- context = _ref124.context;
20431
+ content: function content(_ref126) {
20432
+ var props = _ref126.props,
20433
+ context = _ref126.context;
20382
20434
  return {
20383
20435
  "class": ['flex-1', {
20384
20436
  'px-4': props.layout === 'vertical',
@@ -20395,7 +20447,7 @@ this.primevue.passthrough.tailwind = (function (exports) {
20395
20447
  },
20396
20448
  dataview: {
20397
20449
  content: {
20398
- "class": ['bg-white blue-gray-700 border-0 p-0', 'dark:bg-gray-900 dark:text-white/80' // Dark Mode
20450
+ "class": ['bg-white text-gray-700 border-0 p-0', 'dark:bg-gray-900 dark:text-white/80' // Dark Mode
20399
20451
  ]
20400
20452
  },
20401
20453
 
@@ -20407,16 +20459,16 @@ this.primevue.passthrough.tailwind = (function (exports) {
20407
20459
  }
20408
20460
  },
20409
20461
  dataviewlayoutoptions: {
20410
- listbutton: function listbutton(_ref125) {
20411
- var props = _ref125.props;
20462
+ listbutton: function listbutton(_ref127) {
20463
+ var props = _ref127.props;
20412
20464
  return {
20413
20465
  "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
20414
20466
  ]
20415
20467
  };
20416
20468
  },
20417
20469
 
20418
- gridbutton: function gridbutton(_ref126) {
20419
- var props = _ref126.props;
20470
+ gridbutton: function gridbutton(_ref128) {
20471
+ var props = _ref128.props;
20420
20472
  return {
20421
20473
  "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
20422
20474
  ]
@@ -20444,8 +20496,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
20444
20496
  ]
20445
20497
  },
20446
20498
 
20447
- lineleft: function lineleft(_ref127) {
20448
- var context = _ref127.context;
20499
+ lineleft: function lineleft(_ref129) {
20500
+ var context = _ref129.context;
20449
20501
  return {
20450
20502
  "class": ['text-center align-top py-0 px-3 rounded-none border-r border-gray-300', 'dark:border-blue-900/40',
20451
20503
  //Dark Mode
@@ -20454,8 +20506,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
20454
20506
  }]
20455
20507
  };
20456
20508
  },
20457
- lineright: function lineright(_ref128) {
20458
- var context = _ref128.context;
20509
+ lineright: function lineright(_ref130) {
20510
+ var context = _ref130.context;
20459
20511
  return {
20460
20512
  "class": ['text-center align-top py-0 px-3 rounded-none', 'dark:border-blue-900/40',
20461
20513
  //Dark Mode
@@ -20484,14 +20536,14 @@ this.primevue.passthrough.tailwind = (function (exports) {
20484
20536
  "class": 'flex flex-col justify-center p-5'
20485
20537
  },
20486
20538
  moveupbutton: {
20487
- root: function root(_ref129) {
20488
- var context = _ref129.context;
20539
+ root: function root(_ref131) {
20540
+ var context = _ref131.context;
20489
20541
  return {
20490
- "class": ['relative inline-flex cursor-pointer user-select-none items-center align-bottom text-center overflow-hidden m-0',
20542
+ "class": ['relative inline-flex cursor-pointer select-none items-center align-bottom text-center overflow-hidden m-0',
20491
20543
  // button component
20492
20544
  'text-white bg-blue-500 border border-blue-500 rounded-md', 'transition duration-200 ease-in-out', 'justify-center px-0 py-3',
20493
20545
  // icon only
20494
- 'mb-2',
20546
+ 'mb-2 w-12',
20495
20547
  // orderlist button
20496
20548
  'dark:bg-sky-300 dark:border-sky-300 dark:text-gray-900',
20497
20549
  //Dark Mode
@@ -20505,14 +20557,14 @@ this.primevue.passthrough.tailwind = (function (exports) {
20505
20557
  }
20506
20558
  },
20507
20559
  movetopbutton: {
20508
- root: function root(_ref130) {
20509
- var context = _ref130.context;
20560
+ root: function root(_ref132) {
20561
+ var context = _ref132.context;
20510
20562
  return {
20511
- "class": ['relative inline-flex cursor-pointer user-select-none items-center align-bottom text-center overflow-hidden m-0',
20563
+ "class": ['relative inline-flex cursor-pointer select-none items-center align-bottom text-center overflow-hidden m-0',
20512
20564
  // button component
20513
20565
  'text-white bg-blue-500 border border-blue-500 rounded-md', 'transition duration-200 ease-in-out', 'justify-center px-0 py-3',
20514
20566
  // icon only
20515
- 'mb-2',
20567
+ 'mb-2 w-12',
20516
20568
  // orderlist button
20517
20569
  'dark:bg-sky-300 dark:border-sky-300 dark:text-gray-900',
20518
20570
  //Dark Mode
@@ -20526,14 +20578,14 @@ this.primevue.passthrough.tailwind = (function (exports) {
20526
20578
  }
20527
20579
  },
20528
20580
  movedownbutton: {
20529
- root: function root(_ref131) {
20530
- var context = _ref131.context;
20581
+ root: function root(_ref133) {
20582
+ var context = _ref133.context;
20531
20583
  return {
20532
- "class": ['relative inline-flex cursor-pointer user-select-none items-center align-bottom text-center overflow-hidden m-0',
20584
+ "class": ['relative inline-flex cursor-pointer select-none items-center align-bottom text-center overflow-hidden m-0',
20533
20585
  // button component
20534
20586
  'text-white bg-blue-500 border border-blue-500 rounded-md', 'transition duration-200 ease-in-out', 'justify-center px-0 py-3',
20535
20587
  // icon only
20536
- 'mb-2',
20588
+ 'mb-2 w-12',
20537
20589
  // orderlist button
20538
20590
  'dark:bg-sky-300 dark:border-sky-300 dark:text-gray-900',
20539
20591
  //Dark Mode
@@ -20547,14 +20599,14 @@ this.primevue.passthrough.tailwind = (function (exports) {
20547
20599
  }
20548
20600
  },
20549
20601
  movebottombutton: {
20550
- root: function root(_ref132) {
20551
- var context = _ref132.context;
20602
+ root: function root(_ref134) {
20603
+ var context = _ref134.context;
20552
20604
  return {
20553
- "class": ['relative inline-flex cursor-pointer user-select-none items-center align-bottom text-center overflow-hidden m-0',
20605
+ "class": ['relative inline-flex cursor-pointer select-none items-center align-bottom text-center overflow-hidden m-0',
20554
20606
  // button component
20555
20607
  'text-white bg-blue-500 border border-blue-500 rounded-md', 'transition duration-200 ease-in-out', 'justify-center px-0 py-3',
20556
20608
  // icon only
20557
- 'mb-2',
20609
+ 'mb-2 w-12',
20558
20610
  // orderlist button
20559
20611
  'dark:bg-sky-300 dark:border-sky-300 dark:text-gray-900',
20560
20612
  //Dark Mode
@@ -20580,8 +20632,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
20580
20632
  ]
20581
20633
  },
20582
20634
 
20583
- item: function item(_ref133) {
20584
- var context = _ref133.context;
20635
+ item: function item(_ref135) {
20636
+ var context = _ref135.context;
20585
20637
  return {
20586
20638
  "class": ['relative cursor-pointer overflow-hidden', 'py-3 px-5 m-0 border-none text-gray-600 dark:text-white/80', 'transition duration-200', {
20587
20639
  'text-blue-700 bg-blue-500/20 dark:bg-blue-300/20': context.active && !context.focused,
@@ -20599,14 +20651,14 @@ this.primevue.passthrough.tailwind = (function (exports) {
20599
20651
  "class": 'flex flex-col justify-center p-5'
20600
20652
  },
20601
20653
  sourcemoveupbutton: {
20602
- root: function root(_ref134) {
20603
- var context = _ref134.context;
20654
+ root: function root(_ref136) {
20655
+ var context = _ref136.context;
20604
20656
  return {
20605
- "class": ['relative inline-flex cursor-pointer user-select-none items-center align-bottom text-center overflow-hidden m-0',
20657
+ "class": ['relative inline-flex cursor-pointer select-none items-center align-bottom text-center overflow-hidden m-0',
20606
20658
  // button component
20607
20659
  'text-white bg-blue-500 border border-blue-500 rounded-md', 'transition duration-200 ease-in-out', 'justify-center px-0 py-3',
20608
20660
  // icon only
20609
- 'mb-2',
20661
+ 'mb-2 w-12',
20610
20662
  // orderlist button
20611
20663
  'dark:bg-sky-300 dark:border-sky-300 dark:text-gray-900',
20612
20664
  //Dark Mode
@@ -20620,14 +20672,14 @@ this.primevue.passthrough.tailwind = (function (exports) {
20620
20672
  }
20621
20673
  },
20622
20674
  sourcemovetopbutton: {
20623
- root: function root(_ref135) {
20624
- var context = _ref135.context;
20675
+ root: function root(_ref137) {
20676
+ var context = _ref137.context;
20625
20677
  return {
20626
- "class": ['relative inline-flex cursor-pointer user-select-none items-center align-bottom text-center overflow-hidden m-0',
20678
+ "class": ['relative inline-flex cursor-pointer select-none items-center align-bottom text-center overflow-hidden m-0',
20627
20679
  // button component
20628
20680
  'text-white bg-blue-500 border border-blue-500 rounded-md', 'transition duration-200 ease-in-out', 'justify-center px-0 py-3',
20629
20681
  // icon only
20630
- 'mb-2',
20682
+ 'mb-2 w-12',
20631
20683
  // orderlist button
20632
20684
  'dark:bg-sky-300 dark:border-sky-300 dark:text-gray-900',
20633
20685
  //Dark Mode
@@ -20641,14 +20693,14 @@ this.primevue.passthrough.tailwind = (function (exports) {
20641
20693
  }
20642
20694
  },
20643
20695
  sourcemovedownbutton: {
20644
- root: function root(_ref136) {
20645
- var context = _ref136.context;
20696
+ root: function root(_ref138) {
20697
+ var context = _ref138.context;
20646
20698
  return {
20647
- "class": ['relative inline-flex cursor-pointer user-select-none items-center align-bottom text-center overflow-hidden m-0',
20699
+ "class": ['relative inline-flex cursor-pointer select-none items-center align-bottom text-center overflow-hidden m-0',
20648
20700
  // button component
20649
20701
  'text-white bg-blue-500 border border-blue-500 rounded-md', 'transition duration-200 ease-in-out', 'justify-center px-0 py-3',
20650
20702
  // icon only
20651
- 'mb-2',
20703
+ 'mb-2 w-12',
20652
20704
  // orderlist button
20653
20705
  'dark:bg-sky-300 dark:border-sky-300 dark:text-gray-900',
20654
20706
  //Dark Mode
@@ -20662,14 +20714,14 @@ this.primevue.passthrough.tailwind = (function (exports) {
20662
20714
  }
20663
20715
  },
20664
20716
  sourcemovebottombutton: {
20665
- root: function root(_ref137) {
20666
- var context = _ref137.context;
20717
+ root: function root(_ref139) {
20718
+ var context = _ref139.context;
20667
20719
  return {
20668
- "class": ['relative inline-flex cursor-pointer user-select-none items-center align-bottom text-center overflow-hidden m-0',
20720
+ "class": ['relative inline-flex cursor-pointer select-none items-center align-bottom text-center overflow-hidden m-0',
20669
20721
  // button component
20670
20722
  'text-white bg-blue-500 border border-blue-500 rounded-md', 'transition duration-200 ease-in-out', 'justify-center px-0 py-3',
20671
20723
  // icon only
20672
- 'mb-2',
20724
+ 'mb-2 w-12',
20673
20725
  // orderlist button
20674
20726
  'dark:bg-sky-300 dark:border-sky-300 dark:text-gray-900',
20675
20727
  //Dark Mode
@@ -20695,8 +20747,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
20695
20747
  ]
20696
20748
  },
20697
20749
 
20698
- item: function item(_ref138) {
20699
- var context = _ref138.context;
20750
+ item: function item(_ref140) {
20751
+ var context = _ref140.context;
20700
20752
  return {
20701
20753
  "class": ['relative cursor-pointer overflow-hidden', 'py-3 px-5 m-0 border-none text-gray-600 dark:text-white/80', 'transition duration-200', {
20702
20754
  'text-blue-700 bg-blue-500/20 dark:bg-blue-300/20': context.active && !context.focused,
@@ -20709,14 +20761,14 @@ this.primevue.passthrough.tailwind = (function (exports) {
20709
20761
  "class": 'flex flex-col justify-center p-5'
20710
20762
  },
20711
20763
  movetotargetbutton: {
20712
- root: function root(_ref139) {
20713
- var context = _ref139.context;
20764
+ root: function root(_ref141) {
20765
+ var context = _ref141.context;
20714
20766
  return {
20715
- "class": ['relative inline-flex cursor-pointer user-select-none items-center align-bottom text-center overflow-hidden m-0',
20767
+ "class": ['relative inline-flex cursor-pointer select-none items-center align-bottom text-center overflow-hidden m-0',
20716
20768
  // button component
20717
20769
  'text-white bg-blue-500 border border-blue-500 rounded-md', 'transition duration-200 ease-in-out', 'justify-center px-0 py-3',
20718
20770
  // icon only
20719
- 'mb-2',
20771
+ 'mb-2 w-12',
20720
20772
  // orderlist button
20721
20773
  'dark:bg-sky-300 dark:border-sky-300 dark:text-gray-900',
20722
20774
  //Dark Mode
@@ -20730,14 +20782,14 @@ this.primevue.passthrough.tailwind = (function (exports) {
20730
20782
  }
20731
20783
  },
20732
20784
  movealltotargetbutton: {
20733
- root: function root(_ref140) {
20734
- var context = _ref140.context;
20785
+ root: function root(_ref142) {
20786
+ var context = _ref142.context;
20735
20787
  return {
20736
- "class": ['relative inline-flex cursor-pointer user-select-none items-center align-bottom text-center overflow-hidden m-0',
20788
+ "class": ['relative inline-flex cursor-pointer select-none items-center align-bottom text-center overflow-hidden m-0',
20737
20789
  // button component
20738
20790
  'text-white bg-blue-500 border border-blue-500 rounded-md', 'transition duration-200 ease-in-out', 'justify-center px-0 py-3',
20739
20791
  // icon only
20740
- 'mb-2',
20792
+ 'mb-2 w-12',
20741
20793
  // orderlist button
20742
20794
  'dark:bg-sky-300 dark:border-sky-300 dark:text-gray-900',
20743
20795
  //Dark Mode
@@ -20751,14 +20803,14 @@ this.primevue.passthrough.tailwind = (function (exports) {
20751
20803
  }
20752
20804
  },
20753
20805
  movetosourcebutton: {
20754
- root: function root(_ref141) {
20755
- var context = _ref141.context;
20806
+ root: function root(_ref143) {
20807
+ var context = _ref143.context;
20756
20808
  return {
20757
- "class": ['relative inline-flex cursor-pointer user-select-none items-center align-bottom text-center overflow-hidden m-0',
20809
+ "class": ['relative inline-flex cursor-pointer select-none items-center align-bottom text-center overflow-hidden m-0',
20758
20810
  // button component
20759
20811
  'text-white bg-blue-500 border border-blue-500 rounded-md', 'transition duration-200 ease-in-out', 'justify-center px-0 py-3',
20760
20812
  // icon only
20761
- 'mb-2',
20813
+ 'mb-2 w-12',
20762
20814
  // orderlist button
20763
20815
  'dark:bg-sky-300 dark:border-sky-300 dark:text-gray-900',
20764
20816
  //Dark Mode
@@ -20772,14 +20824,14 @@ this.primevue.passthrough.tailwind = (function (exports) {
20772
20824
  }
20773
20825
  },
20774
20826
  movealltosourcebutton: {
20775
- root: function root(_ref142) {
20776
- var context = _ref142.context;
20827
+ root: function root(_ref144) {
20828
+ var context = _ref144.context;
20777
20829
  return {
20778
- "class": ['relative inline-flex cursor-pointer user-select-none items-center align-bottom text-center overflow-hidden m-0',
20830
+ "class": ['relative inline-flex cursor-pointer select-none items-center align-bottom text-center overflow-hidden m-0',
20779
20831
  // button component
20780
20832
  'text-white bg-blue-500 border border-blue-500 rounded-md', 'transition duration-200 ease-in-out', 'justify-center px-0 py-3',
20781
20833
  // icon only
20782
- 'mb-2',
20834
+ 'mb-2 w-12',
20783
20835
  // orderlist button
20784
20836
  'dark:bg-sky-300 dark:border-sky-300 dark:text-gray-900',
20785
20837
  //Dark Mode
@@ -20796,14 +20848,14 @@ this.primevue.passthrough.tailwind = (function (exports) {
20796
20848
  "class": 'flex flex-col justify-center p-5'
20797
20849
  },
20798
20850
  targetmoveupbutton: {
20799
- root: function root(_ref143) {
20800
- var context = _ref143.context;
20851
+ root: function root(_ref145) {
20852
+ var context = _ref145.context;
20801
20853
  return {
20802
- "class": ['relative inline-flex cursor-pointer user-select-none items-center align-bottom text-center overflow-hidden m-0',
20854
+ "class": ['relative inline-flex cursor-pointer select-none items-center align-bottom text-center overflow-hidden m-0',
20803
20855
  // button component
20804
20856
  'text-white bg-blue-500 border border-blue-500 rounded-md', 'transition duration-200 ease-in-out', 'justify-center px-0 py-3',
20805
20857
  // icon only
20806
- 'mb-2',
20858
+ 'mb-2 w-12',
20807
20859
  // orderlist button
20808
20860
  'dark:bg-sky-300 dark:border-sky-300 dark:text-gray-900',
20809
20861
  //Dark Mode
@@ -20817,14 +20869,14 @@ this.primevue.passthrough.tailwind = (function (exports) {
20817
20869
  }
20818
20870
  },
20819
20871
  targetmovetopbutton: {
20820
- root: function root(_ref144) {
20821
- var context = _ref144.context;
20872
+ root: function root(_ref146) {
20873
+ var context = _ref146.context;
20822
20874
  return {
20823
- "class": ['relative inline-flex cursor-pointer user-select-none items-center align-bottom text-center overflow-hidden m-0',
20875
+ "class": ['relative inline-flex cursor-pointer select-none items-center align-bottom text-center overflow-hidden m-0',
20824
20876
  // button component
20825
20877
  'text-white bg-blue-500 border border-blue-500 rounded-md', 'transition duration-200 ease-in-out', 'justify-center px-0 py-3',
20826
20878
  // icon only
20827
- 'mb-2',
20879
+ 'mb-2 w-12',
20828
20880
  // orderlist button
20829
20881
  'dark:bg-sky-300 dark:border-sky-300 dark:text-gray-900',
20830
20882
  //Dark Mode
@@ -20838,14 +20890,14 @@ this.primevue.passthrough.tailwind = (function (exports) {
20838
20890
  }
20839
20891
  },
20840
20892
  targetmovedownbutton: {
20841
- root: function root(_ref145) {
20842
- var context = _ref145.context;
20893
+ root: function root(_ref147) {
20894
+ var context = _ref147.context;
20843
20895
  return {
20844
- "class": ['relative inline-flex cursor-pointer user-select-none items-center align-bottom text-center overflow-hidden m-0',
20896
+ "class": ['relative inline-flex cursor-pointer select-none items-center align-bottom text-center overflow-hidden m-0',
20845
20897
  // button component
20846
20898
  'text-white bg-blue-500 border border-blue-500 rounded-md', 'transition duration-200 ease-in-out', 'justify-center px-0 py-3',
20847
20899
  // icon only
20848
- 'mb-2',
20900
+ 'mb-2 w-12',
20849
20901
  // orderlist button
20850
20902
  'dark:bg-sky-300 dark:border-sky-300 dark:text-gray-900',
20851
20903
  //Dark Mode
@@ -20859,14 +20911,14 @@ this.primevue.passthrough.tailwind = (function (exports) {
20859
20911
  }
20860
20912
  },
20861
20913
  targetmovebottombutton: {
20862
- root: function root(_ref146) {
20863
- var context = _ref146.context;
20914
+ root: function root(_ref148) {
20915
+ var context = _ref148.context;
20864
20916
  return {
20865
- "class": ['relative inline-flex cursor-pointer user-select-none items-center align-bottom text-center overflow-hidden m-0',
20917
+ "class": ['relative inline-flex cursor-pointer select-none items-center align-bottom text-center overflow-hidden m-0',
20866
20918
  // button component
20867
20919
  'text-white bg-blue-500 border border-blue-500 rounded-md', 'transition duration-200 ease-in-out', 'justify-center px-0 py-3',
20868
20920
  // icon only
20869
- 'mb-2',
20921
+ 'mb-2 w-12',
20870
20922
  // orderlist button
20871
20923
  'dark:bg-sky-300 dark:border-sky-300 dark:text-gray-900',
20872
20924
  //Dark Mode
@@ -20905,10 +20957,10 @@ this.primevue.passthrough.tailwind = (function (exports) {
20905
20957
  ]
20906
20958
  },
20907
20959
 
20908
- firstpagebutton: function firstpagebutton(_ref147) {
20909
- var context = _ref147.context;
20960
+ firstpagebutton: function firstpagebutton(_ref149) {
20961
+ var context = _ref149.context;
20910
20962
  return {
20911
- "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',
20963
+ "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',
20912
20964
  //Dark Mode
20913
20965
  {
20914
20966
  'cursor-default pointer-events-none opacity-60': context.disabled,
@@ -20917,10 +20969,10 @@ this.primevue.passthrough.tailwind = (function (exports) {
20917
20969
  };
20918
20970
  },
20919
20971
 
20920
- previouspagebutton: function previouspagebutton(_ref148) {
20921
- var context = _ref148.context;
20972
+ previouspagebutton: function previouspagebutton(_ref150) {
20973
+ var context = _ref150.context;
20922
20974
  return {
20923
- "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',
20975
+ "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',
20924
20976
  //Dark Mode
20925
20977
  {
20926
20978
  'cursor-default pointer-events-none opacity-60': context.disabled,
@@ -20929,10 +20981,10 @@ this.primevue.passthrough.tailwind = (function (exports) {
20929
20981
  };
20930
20982
  },
20931
20983
 
20932
- nextpagebutton: function nextpagebutton(_ref149) {
20933
- var context = _ref149.context;
20984
+ nextpagebutton: function nextpagebutton(_ref151) {
20985
+ var context = _ref151.context;
20934
20986
  return {
20935
- "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',
20987
+ "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',
20936
20988
  //Dark Mode
20937
20989
  {
20938
20990
  'cursor-default pointer-events-none opacity-60': context.disabled,
@@ -20941,10 +20993,10 @@ this.primevue.passthrough.tailwind = (function (exports) {
20941
20993
  };
20942
20994
  },
20943
20995
 
20944
- lastpagebutton: function lastpagebutton(_ref150) {
20945
- var context = _ref150.context;
20996
+ lastpagebutton: function lastpagebutton(_ref152) {
20997
+ var context = _ref152.context;
20946
20998
  return {
20947
- "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',
20999
+ "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',
20948
21000
  //Dark Mode
20949
21001
  {
20950
21002
  'cursor-default pointer-events-none opacity-60': context.disabled,
@@ -20953,10 +21005,10 @@ this.primevue.passthrough.tailwind = (function (exports) {
20953
21005
  };
20954
21006
  },
20955
21007
 
20956
- pagebutton: function pagebutton(_ref151) {
20957
- var context = _ref151.context;
21008
+ pagebutton: function pagebutton(_ref153) {
21009
+ var context = _ref153.context;
20958
21010
  return {
20959
- "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',
21011
+ "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',
20960
21012
  // Dark Mode
20961
21013
  'focus:outline-none focus:outline-offset-0 focus:shadow-[0_0_0_0.2rem_rgba(191,219,254,1)]',
20962
21014
  // Focus
@@ -20966,9 +21018,9 @@ this.primevue.passthrough.tailwind = (function (exports) {
20966
21018
  };
20967
21019
  },
20968
21020
  rowperpagedropdown: {
20969
- root: function root(_ref152) {
20970
- var props = _ref152.props,
20971
- state = _ref152.state;
21021
+ root: function root(_ref154) {
21022
+ var props = _ref154.props,
21023
+ state = _ref154.state;
20972
21024
  return {
20973
21025
  "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',
20974
21026
  //DarkMode
@@ -21000,10 +21052,10 @@ this.primevue.passthrough.tailwind = (function (exports) {
21000
21052
  list: {
21001
21053
  "class": 'm-0 p-0 py-3 list-none'
21002
21054
  },
21003
- item: function item(_ref153) {
21004
- var context = _ref153.context;
21055
+ item: function item(_ref155) {
21056
+ var context = _ref155.context;
21005
21057
  return {
21006
- "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',
21058
+ "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',
21007
21059
  // Dark Mode
21008
21060
  {
21009
21061
  'text-blue-700 bg-blue-50 dark:text-white/80 dark:bg-blue-300': !context.focused && context.selected,
@@ -21024,9 +21076,9 @@ this.primevue.passthrough.tailwind = (function (exports) {
21024
21076
  }
21025
21077
  },
21026
21078
  jumptopagedropdown: {
21027
- root: function root(_ref154) {
21028
- var props = _ref154.props,
21029
- state = _ref154.state;
21079
+ root: function root(_ref156) {
21080
+ var props = _ref156.props,
21081
+ state = _ref156.state;
21030
21082
  return {
21031
21083
  "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',
21032
21084
  //DarkMode
@@ -21058,10 +21110,10 @@ this.primevue.passthrough.tailwind = (function (exports) {
21058
21110
  list: {
21059
21111
  "class": 'm-0 p-0 py-3 list-none'
21060
21112
  },
21061
- item: function item(_ref155) {
21062
- var context = _ref155.context;
21113
+ item: function item(_ref157) {
21114
+ var context = _ref157.context;
21063
21115
  return {
21064
- "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',
21116
+ "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',
21065
21117
  // Dark Mode
21066
21118
  {
21067
21119
  'text-blue-700 bg-blue-50 dark:text-white/80 dark:bg-blue-300': !context.focused && context.selected,
@@ -21073,8 +21125,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
21073
21125
  }
21074
21126
  },
21075
21127
  treetable: {
21076
- root: function root(_ref156) {
21077
- var props = _ref156.props;
21128
+ root: function root(_ref158) {
21129
+ var props = _ref158.props;
21078
21130
  return {
21079
21131
  "class": ['relative', {
21080
21132
  'flex flex-col h-full': props.scrollHeight === 'flex'
@@ -21094,8 +21146,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
21094
21146
  ]
21095
21147
  },
21096
21148
 
21097
- wrapper: function wrapper(_ref157) {
21098
- var props = _ref157.props;
21149
+ wrapper: function wrapper(_ref159) {
21150
+ var props = _ref159.props;
21099
21151
  return {
21100
21152
  "class": [{
21101
21153
  'relative overflow-auto': props.scrollable,
@@ -21111,40 +21163,40 @@ this.primevue.passthrough.tailwind = (function (exports) {
21111
21163
  table: {
21112
21164
  "class": 'border-collapse table-fixed w-full'
21113
21165
  },
21114
- thead: function thead(_ref158) {
21115
- var props = _ref158.props;
21166
+ thead: function thead(_ref160) {
21167
+ var props = _ref160.props;
21116
21168
  return {
21117
21169
  "class": [{
21118
21170
  'block sticky top-0 z-[1]': props.scrollable
21119
21171
  }]
21120
21172
  };
21121
21173
  },
21122
- tbody: function tbody(_ref159) {
21123
- var props = _ref159.props;
21174
+ tbody: function tbody(_ref161) {
21175
+ var props = _ref161.props;
21124
21176
  return {
21125
21177
  "class": [{
21126
21178
  block: props.scrollable
21127
21179
  }]
21128
21180
  };
21129
21181
  },
21130
- tfoot: function tfoot(_ref160) {
21131
- var props = _ref160.props;
21182
+ tfoot: function tfoot(_ref162) {
21183
+ var props = _ref162.props;
21132
21184
  return {
21133
21185
  "class": [{
21134
21186
  block: props.scrollable
21135
21187
  }]
21136
21188
  };
21137
21189
  },
21138
- headerrow: function headerrow(_ref161) {
21139
- var props = _ref161.props;
21190
+ headerrow: function headerrow(_ref163) {
21191
+ var props = _ref163.props;
21140
21192
  return {
21141
21193
  "class": [{
21142
21194
  'flex flex-nowrap w-full': props.scrollable
21143
21195
  }]
21144
21196
  };
21145
21197
  },
21146
- row: function row(_ref162) {
21147
- var context = _ref162.context;
21198
+ row: function row(_ref164) {
21199
+ var context = _ref164.context;
21148
21200
  return {
21149
21201
  "class": ['transition duration-200', 'focus:outline focus:outline-[0.15rem] focus:outline-blue-200 focus:outline-offset-[-0.15rem]',
21150
21202
  // Focus
@@ -21156,8 +21208,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
21156
21208
  };
21157
21209
  },
21158
21210
  column: {
21159
- headercell: function headercell(_ref163) {
21160
- var context = _ref163.context;
21211
+ headercell: function headercell(_ref165) {
21212
+ var context = _ref165.context;
21161
21213
  return {
21162
21214
  "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',
21163
21215
  // Size
@@ -21172,8 +21224,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
21172
21224
  }]
21173
21225
  };
21174
21226
  },
21175
- bodycell: function bodycell(_ref164) {
21176
- var context = _ref164.context;
21227
+ bodycell: function bodycell(_ref166) {
21228
+ var context = _ref166.context;
21177
21229
  return {
21178
21230
  "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',
21179
21231
  // Size
@@ -21188,16 +21240,19 @@ this.primevue.passthrough.tailwind = (function (exports) {
21188
21240
  }]
21189
21241
  };
21190
21242
  },
21191
- rowtoggler: function rowtoggler(_ref165) {
21192
- var context = _ref165.context;
21243
+ rowtoggler: function rowtoggler(_ref167) {
21244
+ var context = _ref167.context;
21193
21245
  return {
21194
- "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
21246
+ "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
21195
21247
  ]
21196
21248
  };
21197
21249
  },
21198
21250
 
21199
- sorticon: function sorticon(_ref166) {
21200
- var context = _ref166.context;
21251
+ sort: {
21252
+ "class": 'inline-block align-middle'
21253
+ },
21254
+ sorticon: function sorticon(_ref168) {
21255
+ var context = _ref168.context;
21201
21256
  return {
21202
21257
  "class": ['ml-2', context.sorted ? 'text-blue-700 dark:text-white/80' : 'text-slate-700 dark:text-white/70']
21203
21258
  };
@@ -21213,16 +21268,16 @@ this.primevue.passthrough.tailwind = (function (exports) {
21213
21268
  checkboxwrapper: {
21214
21269
  "class": ['cursor-pointer inline-flex relative select-none align-bottom', 'w-6 h-6 mr-2']
21215
21270
  },
21216
- checkbox: function checkbox(_ref167) {
21217
- var context = _ref167.context;
21271
+ checkbox: function checkbox(_ref169) {
21272
+ var context = _ref169.context;
21218
21273
  return {
21219
21274
  "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', {
21220
21275
  '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
21221
21276
  }]
21222
21277
  };
21223
21278
  },
21224
- checkboxicon: function checkboxicon(_ref168) {
21225
- var context = _ref168.context;
21279
+ checkboxicon: function checkboxicon(_ref170) {
21280
+ var context = _ref170.context;
21226
21281
  return {
21227
21282
  "class": ['w-4 h-4 transition-all duration-200 text-base dark:text-gray-900', {
21228
21283
  'text-white': context.checked
@@ -21235,8 +21290,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
21235
21290
  }
21236
21291
  },
21237
21292
  datatable: {
21238
- root: function root(_ref169) {
21239
- var props = _ref169.props;
21293
+ root: function root(_ref171) {
21294
+ var props = _ref171.props;
21240
21295
  return {
21241
21296
  "class": ['relative', {
21242
21297
  'flex flex-col h-full': props.scrollable && props.scrollHeight === 'flex'
@@ -21251,8 +21306,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
21251
21306
  loadingicon: {
21252
21307
  "class": 'w-8 h-8'
21253
21308
  },
21254
- wrapper: function wrapper(_ref170) {
21255
- var props = _ref170.props;
21309
+ wrapper: function wrapper(_ref172) {
21310
+ var props = _ref172.props;
21256
21311
  return {
21257
21312
  "class": [{
21258
21313
  relative: props.scrollable,
@@ -21260,8 +21315,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
21260
21315
  }]
21261
21316
  };
21262
21317
  },
21263
- header: function header(_ref171) {
21264
- var props = _ref171.props;
21318
+ header: function header(_ref173) {
21319
+ var props = _ref173.props;
21265
21320
  return {
21266
21321
  "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',
21267
21322
  // Dark Mode
@@ -21271,25 +21326,25 @@ this.primevue.passthrough.tailwind = (function (exports) {
21271
21326
  table: {
21272
21327
  "class": 'w-full border-spacing-0'
21273
21328
  },
21274
- thead: function thead(_ref172) {
21275
- var context = _ref172.context;
21329
+ thead: function thead(_ref174) {
21330
+ var context = _ref174.context;
21276
21331
  return {
21277
21332
  "class": [{
21278
21333
  'bg-slate-50 top-0 z-[1]': context.scrollable
21279
21334
  }]
21280
21335
  };
21281
21336
  },
21282
- tbody: function tbody(_ref173) {
21283
- var instance = _ref173.instance,
21284
- context = _ref173.context;
21337
+ tbody: function tbody(_ref175) {
21338
+ var instance = _ref175.instance,
21339
+ context = _ref175.context;
21285
21340
  return {
21286
21341
  "class": [{
21287
21342
  'sticky z-[1]': instance.frozenRow && context.scrollable
21288
21343
  }]
21289
21344
  };
21290
21345
  },
21291
- tfoot: function tfoot(_ref174) {
21292
- var context = _ref174.context;
21346
+ tfoot: function tfoot(_ref176) {
21347
+ var context = _ref176.context;
21293
21348
  return {
21294
21349
  "class": [{
21295
21350
  'bg-slate-50 bottom-0 z-[1]': context.scrollable
@@ -21302,9 +21357,9 @@ this.primevue.passthrough.tailwind = (function (exports) {
21302
21357
  },
21303
21358
 
21304
21359
  column: {
21305
- headercell: function headercell(_ref175) {
21306
- var context = _ref175.context;
21307
- _ref175.props;
21360
+ headercell: function headercell(_ref177) {
21361
+ var context = _ref177.context;
21362
+ _ref177.props;
21308
21363
  return {
21309
21364
  "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',
21310
21365
  // Size
@@ -21316,7 +21371,7 @@ this.primevue.passthrough.tailwind = (function (exports) {
21316
21371
  'sticky z-[1]': context.frozen || context.frozen === '',
21317
21372
  // Frozen Columns
21318
21373
  'border-x border-y': context === null || context === void 0 ? void 0 : context.showGridlines,
21319
- 'overflow-hidden space-nowrap border-y relative bg-clip-padding': context.resizable // Resizable
21374
+ 'overflow-hidden whitespace-nowrap border-y relative bg-clip-padding': context.resizable // Resizable
21320
21375
  }]
21321
21376
  };
21322
21377
  },
@@ -21324,9 +21379,9 @@ this.primevue.passthrough.tailwind = (function (exports) {
21324
21379
  headercontent: {
21325
21380
  "class": 'flex items-center'
21326
21381
  },
21327
- bodycell: function bodycell(_ref176) {
21328
- var props = _ref176.props,
21329
- context = _ref176.context;
21382
+ bodycell: function bodycell(_ref178) {
21383
+ var props = _ref178.props,
21384
+ context = _ref178.context;
21330
21385
  return {
21331
21386
  "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',
21332
21387
  // Size
@@ -21339,8 +21394,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
21339
21394
  }]
21340
21395
  };
21341
21396
  },
21342
- footercell: function footercell(_ref177) {
21343
- var context = _ref177.context;
21397
+ footercell: function footercell(_ref179) {
21398
+ var context = _ref179.context;
21344
21399
  return {
21345
21400
  "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',
21346
21401
  // Size
@@ -21351,8 +21406,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
21351
21406
  }]
21352
21407
  };
21353
21408
  },
21354
- sorticon: function sorticon(_ref178) {
21355
- var context = _ref178.context;
21409
+ sorticon: function sorticon(_ref180) {
21410
+ var context = _ref180.context;
21356
21411
  return {
21357
21412
  "class": ['ml-2', context.sorted ? 'text-blue-700 dark:text-white/80' : 'text-slate-700 dark:text-white/70']
21358
21413
  };
@@ -21378,8 +21433,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
21378
21433
  filterrowitems: {
21379
21434
  "class": 'm-0 p-0 py-3 list-none'
21380
21435
  },
21381
- filterrowitem: function filterrowitem(_ref179) {
21382
- var context = _ref179.context;
21436
+ filterrowitem: function filterrowitem(_ref181) {
21437
+ var context = _ref181.context;
21383
21438
  return {
21384
21439
  "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']
21385
21440
  };
@@ -21432,8 +21487,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
21432
21487
  "class": 'w-auto min-[0px]:text-sm px-4 py-3'
21433
21488
  }
21434
21489
  },
21435
- filtermenubutton: function filtermenubutton(_ref180) {
21436
- var context = _ref180.context;
21490
+ filtermenubutton: function filtermenubutton(_ref182) {
21491
+ var context = _ref182.context;
21437
21492
  return {
21438
21493
  "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',
21439
21494
  // Hover
@@ -21446,8 +21501,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
21446
21501
  }]
21447
21502
  };
21448
21503
  },
21449
- headerfilterclearbutton: function headerfilterclearbutton(_ref181) {
21450
- var context = _ref181.context;
21504
+ headerfilterclearbutton: function headerfilterclearbutton(_ref183) {
21505
+ var context = _ref183.context;
21451
21506
  return {
21452
21507
  "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', {
21453
21508
  invisible: !context.hidden
@@ -21490,8 +21545,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
21490
21545
  radiobuttonwrapper: {
21491
21546
  "class": ['relative inline-flex cursor-pointer select-none align-bottom', 'w-6 h-6']
21492
21547
  },
21493
- radiobutton: function radiobutton(_ref182) {
21494
- var context = _ref182.context;
21548
+ radiobutton: function radiobutton(_ref184) {
21549
+ var context = _ref184.context;
21495
21550
  return {
21496
21551
  "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', {
21497
21552
  '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,
@@ -21499,8 +21554,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
21499
21554
  }]
21500
21555
  };
21501
21556
  },
21502
- radiobuttonicon: function radiobuttonicon(_ref183) {
21503
- var context = _ref183.context;
21557
+ radiobuttonicon: function radiobuttonicon(_ref185) {
21558
+ var context = _ref185.context;
21504
21559
  return {
21505
21560
  "class": ['transform rounded-full', 'block w-3 h-3 transition duration-200 bg-white dark:bg-gray-900', {
21506
21561
  'backface-hidden scale-10 invisible': context.checked === false,
@@ -21511,8 +21566,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
21511
21566
  headercheckboxwrapper: {
21512
21567
  "class": ['cursor-pointer inline-flex relative select-none align-bottom', 'w-6 h-6']
21513
21568
  },
21514
- headercheckbox: function headercheckbox(_ref184) {
21515
- var context = _ref184.context;
21569
+ headercheckbox: function headercheckbox(_ref186) {
21570
+ var context = _ref186.context;
21516
21571
  return {
21517
21572
  "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', {
21518
21573
  '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,
@@ -21526,8 +21581,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
21526
21581
  checkboxwrapper: {
21527
21582
  "class": ['cursor-pointer inline-flex relative select-none align-bottom', 'w-6 h-6']
21528
21583
  },
21529
- checkbox: function checkbox(_ref185) {
21530
- var context = _ref185.context;
21584
+ checkbox: function checkbox(_ref187) {
21585
+ var context = _ref187.context;
21531
21586
  return {
21532
21587
  "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', {
21533
21588
  '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,
@@ -21540,8 +21595,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
21540
21595
  },
21541
21596
  transition: TRANSITIONS.overlay
21542
21597
  },
21543
- bodyrow: function bodyrow(_ref186) {
21544
- var context = _ref186.context;
21598
+ bodyrow: function bodyrow(_ref188) {
21599
+ var context = _ref188.context;
21545
21600
  return {
21546
21601
  "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]',
21547
21602
  // Focus