primevue 3.30.2 → 3.31.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 (138) hide show
  1. package/breadcrumb/Breadcrumb.d.ts +15 -0
  2. package/breadcrumb/BreadcrumbItem.vue +18 -8
  3. package/breadcrumb/breadcrumb.cjs.js +18 -8
  4. package/breadcrumb/breadcrumb.cjs.min.js +1 -1
  5. package/breadcrumb/breadcrumb.esm.js +18 -8
  6. package/breadcrumb/breadcrumb.esm.min.js +1 -1
  7. package/breadcrumb/breadcrumb.js +18 -8
  8. package/breadcrumb/breadcrumb.min.js +1 -1
  9. package/cascadeselect/CascadeSelect.vue +1 -0
  10. package/cascadeselect/CascadeSelectSub.vue +1 -0
  11. package/cascadeselect/cascadeselect.cjs.js +6 -4
  12. package/cascadeselect/cascadeselect.cjs.min.js +1 -1
  13. package/cascadeselect/cascadeselect.esm.js +6 -4
  14. package/cascadeselect/cascadeselect.esm.min.js +1 -1
  15. package/cascadeselect/cascadeselect.js +6 -4
  16. package/cascadeselect/cascadeselect.min.js +1 -1
  17. package/config/PrimeVue.d.ts +14 -0
  18. package/contextmenu/ContextMenu.d.ts +8 -0
  19. package/contextmenu/ContextMenuSub.vue +13 -11
  20. package/contextmenu/contextmenu.cjs.js +13 -11
  21. package/contextmenu/contextmenu.cjs.min.js +1 -1
  22. package/contextmenu/contextmenu.esm.js +13 -11
  23. package/contextmenu/contextmenu.esm.min.js +1 -1
  24. package/contextmenu/contextmenu.js +13 -11
  25. package/contextmenu/contextmenu.min.js +1 -1
  26. package/core/core.js +3417 -18
  27. package/core/core.min.js +5 -3
  28. package/dock/Dock.d.ts +4 -0
  29. package/dock/DockSub.vue +8 -7
  30. package/dock/dock.cjs.js +8 -7
  31. package/dock/dock.cjs.min.js +1 -1
  32. package/dock/dock.esm.js +8 -7
  33. package/dock/dock.esm.min.js +1 -1
  34. package/dock/dock.js +8 -7
  35. package/dock/dock.min.js +1 -1
  36. package/dropdown/BaseDropdown.vue +5 -5
  37. package/dropdown/dropdown.cjs.js +5 -5
  38. package/dropdown/dropdown.cjs.min.js +1 -1
  39. package/dropdown/dropdown.esm.js +5 -5
  40. package/dropdown/dropdown.esm.min.js +1 -1
  41. package/dropdown/dropdown.js +5 -5
  42. package/dropdown/dropdown.min.js +1 -1
  43. package/image/Image.vue +2 -2
  44. package/image/image.cjs.js +2 -2
  45. package/image/image.cjs.min.js +1 -1
  46. package/image/image.esm.js +2 -2
  47. package/image/image.esm.min.js +1 -1
  48. package/image/image.js +2 -2
  49. package/image/image.min.js +1 -1
  50. package/inputswitch/InputSwitch.d.ts +2 -2
  51. package/megamenu/MegaMenu.d.ts +8 -0
  52. package/megamenu/MegaMenuSub.vue +13 -11
  53. package/megamenu/megamenu.cjs.js +13 -11
  54. package/megamenu/megamenu.cjs.min.js +1 -1
  55. package/megamenu/megamenu.esm.js +13 -11
  56. package/megamenu/megamenu.esm.min.js +1 -1
  57. package/megamenu/megamenu.js +13 -11
  58. package/megamenu/megamenu.min.js +1 -1
  59. package/menu/Menu.d.ts +8 -0
  60. package/menu/Menu.vue +1 -1
  61. package/menu/Menuitem.vue +4 -1
  62. package/menu/menu.cjs.js +6 -2
  63. package/menu/menu.cjs.min.js +1 -1
  64. package/menu/menu.esm.js +6 -2
  65. package/menu/menu.esm.min.js +1 -1
  66. package/menu/menu.js +6 -2
  67. package/menu/menu.min.js +1 -1
  68. package/menubar/Menubar.d.ts +8 -0
  69. package/menubar/MenubarSub.vue +12 -10
  70. package/menubar/menubar.cjs.js +12 -10
  71. package/menubar/menubar.cjs.min.js +1 -1
  72. package/menubar/menubar.esm.js +12 -10
  73. package/menubar/menubar.esm.min.js +1 -1
  74. package/menubar/menubar.js +12 -10
  75. package/menubar/menubar.min.js +1 -1
  76. package/package.json +1 -1
  77. package/panelmenu/PanelMenu.d.ts +8 -0
  78. package/panelmenu/PanelMenu.vue +12 -11
  79. package/panelmenu/PanelMenuSub.vue +13 -11
  80. package/panelmenu/panelmenu.cjs.js +25 -22
  81. package/panelmenu/panelmenu.cjs.min.js +1 -1
  82. package/panelmenu/panelmenu.esm.js +25 -22
  83. package/panelmenu/panelmenu.esm.min.js +1 -1
  84. package/panelmenu/panelmenu.js +25 -22
  85. package/panelmenu/panelmenu.min.js +1 -1
  86. package/resources/themes/bootstrap4-dark-blue/theme.css +0 -7
  87. package/resources/themes/bootstrap4-dark-purple/theme.css +0 -7
  88. package/resources/themes/bootstrap4-light-blue/theme.css +0 -7
  89. package/resources/themes/bootstrap4-light-purple/theme.css +0 -7
  90. package/splitterpanel/SplitterPanel.d.ts +11 -0
  91. package/splitterpanel/SplitterPanel.vue +7 -0
  92. package/splitterpanel/splitterpanel.cjs.js +7 -0
  93. package/splitterpanel/splitterpanel.cjs.min.js +1 -1
  94. package/splitterpanel/splitterpanel.esm.js +7 -0
  95. package/splitterpanel/splitterpanel.esm.min.js +1 -1
  96. package/splitterpanel/splitterpanel.js +7 -0
  97. package/splitterpanel/splitterpanel.min.js +1 -1
  98. package/steps/BaseSteps.vue +1 -1
  99. package/steps/Steps.d.ts +25 -0
  100. package/steps/Steps.vue +17 -7
  101. package/steps/steps.cjs.js +19 -9
  102. package/steps/steps.cjs.min.js +1 -1
  103. package/steps/steps.esm.js +19 -9
  104. package/steps/steps.esm.min.js +1 -1
  105. package/steps/steps.js +19 -9
  106. package/steps/steps.min.js +1 -1
  107. package/tabmenu/TabMenu.d.ts +6 -2
  108. package/tabmenu/TabMenu.vue +11 -10
  109. package/tabmenu/tabmenu.cjs.js +11 -10
  110. package/tabmenu/tabmenu.cjs.min.js +1 -1
  111. package/tabmenu/tabmenu.esm.js +11 -10
  112. package/tabmenu/tabmenu.esm.min.js +1 -1
  113. package/tabmenu/tabmenu.js +11 -10
  114. package/tabmenu/tabmenu.min.js +1 -1
  115. package/tabview/TabView.vue +1 -0
  116. package/tabview/tabview.cjs.js +2 -1
  117. package/tabview/tabview.cjs.min.js +1 -1
  118. package/tabview/tabview.esm.js +2 -1
  119. package/tabview/tabview.esm.min.js +1 -1
  120. package/tabview/tabview.js +2 -1
  121. package/tabview/tabview.min.js +1 -1
  122. package/tailwind/Tailwind.d.ts +5 -0
  123. package/tailwind/package.json +6 -0
  124. package/tailwind/tailwind.cjs.js +3388 -0
  125. package/tailwind/tailwind.cjs.min.js +1 -0
  126. package/tailwind/tailwind.esm.js +3386 -0
  127. package/tailwind/tailwind.esm.min.js +1 -0
  128. package/tailwind/tailwind.js +3392 -0
  129. package/tailwind/tailwind.min.js +1 -0
  130. package/tieredmenu/TieredMenu.d.ts +8 -0
  131. package/tieredmenu/TieredMenuSub.vue +13 -11
  132. package/tieredmenu/tieredmenu.cjs.js +13 -11
  133. package/tieredmenu/tieredmenu.cjs.min.js +1 -1
  134. package/tieredmenu/tieredmenu.esm.js +13 -11
  135. package/tieredmenu/tieredmenu.esm.min.js +1 -1
  136. package/tieredmenu/tieredmenu.js +13 -11
  137. package/tieredmenu/tieredmenu.min.js +1 -1
  138. package/web-types.json +1 -1
package/core/core.js CHANGED
@@ -7869,11 +7869,11 @@ this.primevue.dropdown = (function (api, ChevronDownIcon, FilterIcon, SpinnerIco
7869
7869
  props: {
7870
7870
  modelValue: null,
7871
7871
  options: Array,
7872
- optionLabel: null,
7873
- optionValue: null,
7874
- optionDisabled: null,
7875
- optionGroupLabel: null,
7876
- optionGroupChildren: null,
7872
+ optionLabel: String || Function,
7873
+ optionValue: String || Function,
7874
+ optionDisabled: String || Function,
7875
+ optionGroupLabel: String || Function,
7876
+ optionGroupChildren: String || Function,
7877
7877
  scrollHeight: {
7878
7878
  type: String,
7879
7879
  "default": '200px'
@@ -11657,7 +11657,8 @@ this.primevue.menu = (function (OverlayEventBus, Portal, utils, BaseComponent, u
11657
11657
  templates: null,
11658
11658
  exact: null,
11659
11659
  id: null,
11660
- focusedOptionId: null
11660
+ focusedOptionId: null,
11661
+ index: null
11661
11662
  },
11662
11663
  methods: {
11663
11664
  getItemProp: function getItemProp(processedItem, name) {
@@ -11666,6 +11667,8 @@ this.primevue.menu = (function (OverlayEventBus, Portal, utils, BaseComponent, u
11666
11667
  getPTOptions: function getPTOptions(key) {
11667
11668
  return this.ptm(key, {
11668
11669
  context: {
11670
+ item: this.item,
11671
+ index: this.index,
11669
11672
  focused: this.isItemFocused()
11670
11673
  }
11671
11674
  });
@@ -12178,12 +12181,13 @@ this.primevue.menu = (function (OverlayEventBus, Portal, utils, BaseComponent, u
12178
12181
  key: $options.label(item) + i.toString(),
12179
12182
  id: $data.id + '_' + i,
12180
12183
  item: item,
12184
+ index: i,
12181
12185
  templates: _ctx.$slots,
12182
12186
  exact: _ctx.exact,
12183
12187
  focusedOptionId: $options.focusedOptionId,
12184
12188
  onItemClick: $options.itemClick,
12185
12189
  pt: _ctx.pt
12186
- }, null, 8, ["id", "item", "templates", "exact", "focusedOptionId", "onItemClick", "pt"]))], 64);
12190
+ }, null, 8, ["id", "item", "index", "templates", "exact", "focusedOptionId", "onItemClick", "pt"]))], 64);
12187
12191
  }), 128))], 16, _hoisted_2), _ctx.$slots.end ? (vue.openBlock(), vue.createElementBlock("div", vue.mergeProps({
12188
12192
  key: 1,
12189
12193
  "class": _ctx.cx('end')
@@ -12374,9 +12378,11 @@ this.primevue.tieredmenu = (function (OverlayEventBus, Portal, utils, BaseCompon
12374
12378
  getItemLabel: function getItemLabel(processedItem) {
12375
12379
  return this.getItemProp(processedItem, 'label');
12376
12380
  },
12377
- getPTOptions: function getPTOptions(processedItem, key) {
12381
+ getPTOptions: function getPTOptions(processedItem, index, key) {
12378
12382
  return this.ptm(key, {
12379
12383
  context: {
12384
+ item: processedItem,
12385
+ index: index,
12380
12386
  active: this.isItemActive(processedItem),
12381
12387
  focused: this.isItemFocused(processedItem)
12382
12388
  }
@@ -12472,7 +12478,7 @@ this.primevue.tieredmenu = (function (OverlayEventBus, Portal, utils, BaseCompon
12472
12478
  "aria-level": $props.level + 1,
12473
12479
  "aria-setsize": $options.getAriaSetSize(),
12474
12480
  "aria-posinset": $options.getAriaPosInset(index)
12475
- }, $options.getPTOptions(processedItem, 'menuitem'), {
12481
+ }, $options.getPTOptions(processedItem, index, 'menuitem'), {
12476
12482
  "data-p-highlight": $options.isItemActive(processedItem),
12477
12483
  "data-p-focused": $options.isItemFocused(processedItem),
12478
12484
  "data-p-disabled": $options.isItemDisabled(processedItem)
@@ -12484,7 +12490,7 @@ this.primevue.tieredmenu = (function (OverlayEventBus, Portal, utils, BaseCompon
12484
12490
  onMouseenter: function onMouseenter($event) {
12485
12491
  return $options.onItemMouseEnter($event, processedItem);
12486
12492
  }
12487
- }, $options.getPTOptions(processedItem, 'content')), [!$props.templates.item ? (vue.openBlock(), vue.createElementBlock(vue.Fragment, {
12493
+ }, $options.getPTOptions(processedItem, index, 'content')), [!$props.templates.item ? (vue.openBlock(), vue.createElementBlock(vue.Fragment, {
12488
12494
  key: 0
12489
12495
  }, [$options.getItemProp(processedItem, 'to') && !$options.isItemDisabled(processedItem) ? (vue.openBlock(), vue.createBlock(_component_router_link, {
12490
12496
  key: 0,
@@ -12507,16 +12513,16 @@ this.primevue.tieredmenu = (function (OverlayEventBus, Portal, utils, BaseCompon
12507
12513
  onClick: function onClick($event) {
12508
12514
  return $options.onItemActionClick($event, navigate);
12509
12515
  }
12510
- }, $options.getPTOptions(processedItem, 'action')), [$props.templates.itemicon ? (vue.openBlock(), vue.createBlock(vue.resolveDynamicComponent($props.templates.itemicon), {
12516
+ }, $options.getPTOptions(processedItem, index, 'action')), [$props.templates.itemicon ? (vue.openBlock(), vue.createBlock(vue.resolveDynamicComponent($props.templates.itemicon), {
12511
12517
  key: 0,
12512
12518
  item: processedItem.item,
12513
12519
  "class": vue.normalizeClass([_ctx.cx('icon'), $options.getItemProp(processedItem, 'icon')])
12514
12520
  }, null, 8, ["item", "class"])) : $options.getItemProp(processedItem, 'icon') ? (vue.openBlock(), vue.createElementBlock("span", vue.mergeProps({
12515
12521
  key: 1,
12516
12522
  "class": [_ctx.cx('icon'), $options.getItemProp(processedItem, 'icon')]
12517
- }, $options.getPTOptions(processedItem, 'icon')), null, 16)) : vue.createCommentVNode("", true), vue.createElementVNode("span", vue.mergeProps({
12523
+ }, $options.getPTOptions(processedItem, index, 'icon')), null, 16)) : vue.createCommentVNode("", true), vue.createElementVNode("span", vue.mergeProps({
12518
12524
  "class": _ctx.cx('label')
12519
- }, $options.getPTOptions(processedItem, 'label')), vue.toDisplayString($options.getItemLabel(processedItem)), 17)], 16, _hoisted_4)), [[_directive_ripple]])];
12525
+ }, $options.getPTOptions(processedItem, index, 'label')), vue.toDisplayString($options.getItemLabel(processedItem)), 17)], 16, _hoisted_4)), [[_directive_ripple]])];
12520
12526
  }),
12521
12527
  _: 2
12522
12528
  }, 1032, ["to"])) : vue.withDirectives((vue.openBlock(), vue.createElementBlock("a", vue.mergeProps({
@@ -12526,25 +12532,25 @@ this.primevue.tieredmenu = (function (OverlayEventBus, Portal, utils, BaseCompon
12526
12532
  target: $options.getItemProp(processedItem, 'target'),
12527
12533
  tabindex: "-1",
12528
12534
  "aria-hidden": "true"
12529
- }, $options.getPTOptions(processedItem, 'action')), [$props.templates.itemicon ? (vue.openBlock(), vue.createBlock(vue.resolveDynamicComponent($props.templates.itemicon), {
12535
+ }, $options.getPTOptions(processedItem, index, 'action')), [$props.templates.itemicon ? (vue.openBlock(), vue.createBlock(vue.resolveDynamicComponent($props.templates.itemicon), {
12530
12536
  key: 0,
12531
12537
  item: processedItem.item,
12532
12538
  "class": vue.normalizeClass([_ctx.cx('icon'), $options.getItemProp(processedItem, 'icon')])
12533
12539
  }, null, 8, ["item", "class"])) : $options.getItemProp(processedItem, 'icon') ? (vue.openBlock(), vue.createElementBlock("span", vue.mergeProps({
12534
12540
  key: 1,
12535
12541
  "class": [_ctx.cx('icon'), $options.getItemProp(processedItem, 'icon')]
12536
- }, $options.getPTOptions(processedItem, 'icon')), null, 16)) : vue.createCommentVNode("", true), vue.createElementVNode("span", vue.mergeProps({
12542
+ }, $options.getPTOptions(processedItem, index, 'icon')), null, 16)) : vue.createCommentVNode("", true), vue.createElementVNode("span", vue.mergeProps({
12537
12543
  "class": _ctx.cx('label')
12538
- }, $options.getPTOptions(processedItem, 'label')), vue.toDisplayString($options.getItemLabel(processedItem)), 17), $options.getItemProp(processedItem, 'items') ? (vue.openBlock(), vue.createElementBlock(vue.Fragment, {
12544
+ }, $options.getPTOptions(processedItem, index, 'label')), vue.toDisplayString($options.getItemLabel(processedItem)), 17), $options.getItemProp(processedItem, 'items') ? (vue.openBlock(), vue.createElementBlock(vue.Fragment, {
12539
12545
  key: 2
12540
12546
  }, [$props.templates.submenuicon ? (vue.openBlock(), vue.createBlock(vue.resolveDynamicComponent($props.templates.submenuicon), vue.mergeProps({
12541
12547
  key: 0,
12542
12548
  "class": _ctx.cx('submenuIcon'),
12543
12549
  active: $options.isItemActive(processedItem)
12544
- }, $options.getPTOptions(processedItem, 'submenuIcon')), null, 16, ["class", "active"])) : (vue.openBlock(), vue.createBlock(_component_AngleRightIcon, vue.mergeProps({
12550
+ }, $options.getPTOptions(processedItem, index, 'submenuIcon')), null, 16, ["class", "active"])) : (vue.openBlock(), vue.createBlock(_component_AngleRightIcon, vue.mergeProps({
12545
12551
  key: 1,
12546
12552
  "class": _ctx.cx('submenuIcon')
12547
- }, $options.getPTOptions(processedItem, 'submenuIcon')), null, 16, ["class"]))], 64)) : vue.createCommentVNode("", true)], 16, _hoisted_5)), [[_directive_ripple]])], 64)) : (vue.openBlock(), vue.createBlock(vue.resolveDynamicComponent($props.templates.item), {
12553
+ }, $options.getPTOptions(processedItem, index, 'submenuIcon')), null, 16, ["class"]))], 64)) : vue.createCommentVNode("", true)], 16, _hoisted_5)), [[_directive_ripple]])], 64)) : (vue.openBlock(), vue.createBlock(vue.resolveDynamicComponent($props.templates.item), {
12548
12554
  key: 1,
12549
12555
  item: processedItem.item
12550
12556
  }, null, 8, ["item"]))], 16, _hoisted_3), $options.isItemVisible(processedItem) && $options.isItemGroup(processedItem) ? (vue.openBlock(), vue.createBlock(_component_TieredMenuSub, {
@@ -13322,3 +13328,3396 @@ this.primevue.badge = (function (BaseComponent, usestyle, utils, vue) {
13322
13328
 
13323
13329
  })(primevue.basecomponent, primevue.usestyle, primevue.utils, Vue);
13324
13330
 
13331
+ this.primevue = this.primevue || {};
13332
+ this.primevue.tailwind = (function () {
13333
+ 'use strict';
13334
+
13335
+ function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
13336
+ function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
13337
+ function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return _typeof(key) === "symbol" ? key : String(key); }
13338
+ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (_typeof(res) !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
13339
+ var Tailwind = {
13340
+ directives: {
13341
+ ripple: {
13342
+ root: {
13343
+ "class": ['block absolute bg-white bg-opacity-50 rounded-full transform scale-0 pointer-events-none']
13344
+ }
13345
+ }
13346
+ },
13347
+ //PANELS
13348
+ panel: {
13349
+ header: function header(_ref) {
13350
+ var props = _ref.props;
13351
+ return {
13352
+ "class": ['flex items-center justify-between',
13353
+ // flex and alignments
13354
+ 'border border-gray-300 bg-gray-100 text-gray-700 rounded-tl-lg rounded-tr-lg',
13355
+ // borders and colors
13356
+ 'dark:bg-gray-900 dark:border-blue-900/40 dark:text-white/80',
13357
+ // Dark mode
13358
+ {
13359
+ 'p-5': !props.toggleable,
13360
+ 'py-3 px-5': props.toggleable
13361
+ } // condition
13362
+ ]
13363
+ };
13364
+ },
13365
+
13366
+ title: {
13367
+ "class": ['leading-none font-bold']
13368
+ },
13369
+ toggler: {
13370
+ "class": ['inline-flex items-center justify-center overflow-hidden relative no-underline',
13371
+ // alignments
13372
+ 'w-8 h-8 text-gray-600 border-0 bg-transparent rounded-full transition duration-200 ease-in-out',
13373
+ // widths, borders, and transitions
13374
+ 'hover:text-gray-900 hover:border-transparent hover:bg-gray-200 dark:hover:text-white/80 dark:hover:bg-gray-800/80 dark:focus:shadow-[inset_0_0_0_0.2rem_rgba(147,197,253,0.5)]',
13375
+ // hover
13376
+ 'focus:outline-none focus:outline-offset-0 focus:shadow-[0_0_0_0.2rem_rgba(191,219,254,1)]' // focus
13377
+ ]
13378
+ },
13379
+
13380
+ togglerIcon: {
13381
+ "class": ['inline-block']
13382
+ },
13383
+ content: {
13384
+ "class": ['p-5 border border-gray-300 bg-white text-gray-700 border-t-0 last:rounded-br-lg last:rounded-bl-lg', 'dark:bg-gray-900 dark:border-blue-900/40 dark:text-white/80' // Dark mode
13385
+ ] // padding, borders, and colors
13386
+ }
13387
+ },
13388
+
13389
+ accordion: {
13390
+ root: {
13391
+ "class": ['mb-1']
13392
+ },
13393
+ tab: {
13394
+ header: function header(_ref2) {
13395
+ var props = _ref2.props;
13396
+ return {
13397
+ "class": [{
13398
+ 'select-none pointer-events-none cursor-default opacity-60': props === null || props === void 0 ? void 0 : props.disabled
13399
+ } // Condition
13400
+ ]
13401
+ };
13402
+ },
13403
+
13404
+ headerAction: function headerAction(_ref3) {
13405
+ var tab = _ref3.tab;
13406
+ return {
13407
+ "class": ['flex items-center cursor-pointer relative no-underline select-none',
13408
+ // Alignments
13409
+ 'p-5 transition duration-200 ease-in-out rounded-t-md font-bold transition-shadow duration-200',
13410
+ // Padding and transition
13411
+ 'border border-gray-300 bg-gray-100 text-gray-600',
13412
+ // Borders and colors
13413
+ 'dark:bg-gray-900 dark:border-blue-900/40 dark:text-white/80 dark:hover:bg-gray-800/80 dark:focus:shadow-[inset_0_0_0_0.2rem_rgba(147,197,253,0.5)]',
13414
+ // Dark mode
13415
+ 'hover:border-gray-300 hover:bg-gray-200 hover:text-gray-800',
13416
+ // Hover
13417
+ 'focus:outline-none focus:outline-offset-0 focus:shadow-[inset_0_0_0_0.2rem_rgba(191,219,254,1)]',
13418
+ // Focus
13419
+ {
13420
+ 'rounded-br-md rounded-bl-md': !tab.context.active,
13421
+ 'rounded-br-0 rounded-bl-0 text-gray-800': tab.context.active
13422
+ } // Condition
13423
+ ]
13424
+ };
13425
+ },
13426
+
13427
+ headerIcon: {
13428
+ "class": ['inline-block mr-2']
13429
+ },
13430
+ headerTitle: {
13431
+ "class": ['leading-none']
13432
+ },
13433
+ content: {
13434
+ "class": ['p-5 border border-gray-300 bg-white text-gray-700 border-t-0 rounded-tl-none rounded-tr-none rounded-br-lg rounded-bl-lg', 'dark:bg-gray-900 dark:border-blue-900/40 dark:text-white/80' // Dark mode
13435
+ ]
13436
+ }
13437
+ }
13438
+ },
13439
+
13440
+ card: {
13441
+ root: {
13442
+ "class": ['bg-white text-gray-700 shadow-md rounded-md',
13443
+ // Background, text color, box shadow, and border radius.
13444
+ 'dark:bg-gray-900 dark:text-white ' //dark
13445
+ ]
13446
+ },
13447
+
13448
+ body: {
13449
+ "class": 'p-5' // Padding.
13450
+ },
13451
+
13452
+ title: {
13453
+ "class": 'text-2xl font-bold mb-2' // Font size, font weight, and margin bottom.
13454
+ },
13455
+
13456
+ subtitle: {
13457
+ "class": ['font-normal mb-2 text-gray-600',
13458
+ // Font weight, margin bottom, and text color.
13459
+ 'dark:text-white/60 ' //dark
13460
+ ]
13461
+ },
13462
+
13463
+ content: {
13464
+ "class": 'py-5' // Vertical padding.
13465
+ },
13466
+
13467
+ footer: {
13468
+ "class": 'pt-5' // Top padding.
13469
+ }
13470
+ },
13471
+
13472
+ divider: {
13473
+ root: function root(_ref4) {
13474
+ var props = _ref4.props;
13475
+ return {
13476
+ "class": ['flex relative',
13477
+ // alignments.
13478
+ {
13479
+ 'w-full my-5 mx-0 py-0 px-5 before:block before:left-0 before:absolute before:top-1/2 before:w-full before:border-t before:border-gray-300 before:dark:border-blue-900/40': props.layout == 'horizontal',
13480
+ // Padding and borders for horizontal layout.
13481
+ 'justify-center min-h-full mx-4 md:mx-5 py-5 before:block before:min-h-full before:absolute before:left-1/2 before:top-0 before:transform before:-translate-x-1/2 before:border-l before:border-gray-300 before:dark:border-blue-900/40': props.layout == 'vertical' // Padding and borders for vertical layout.
13482
+ }, {
13483
+ 'before:border-solid': props.type == 'solid',
13484
+ 'before:border-dotted': props.type == 'dotted',
13485
+ 'before:border-dashed': props.type == 'dashed'
13486
+ },
13487
+ // Border type condition.
13488
+ {
13489
+ 'justify-center items-center': props.align == 'center' || props.align == null,
13490
+ // Alignment condition for center or default alignment.
13491
+ 'justify-end items-center': props.align == 'right',
13492
+ // Alignment condition for right alignment.
13493
+ 'justify-start items-center': props.align == 'left',
13494
+ // Alignment condition for left alignment.
13495
+ 'items-start': props.align == 'top',
13496
+ // Alignment condition for top alignment.
13497
+ 'items-end': props.align == 'bottom' // Alignment condition for bottom alignment.
13498
+ }]
13499
+ };
13500
+ },
13501
+
13502
+ content: {
13503
+ "class": 'px-1 bg-white z-10 dark:bg-gray-900' // Padding and background color.
13504
+ }
13505
+ },
13506
+
13507
+ fieldset: {
13508
+ root: {
13509
+ "class": ['border border-gray-300 bg-white text-gray-700 rounded-md block mx-2 my-0.5 pl-4 pr-5 inline-size-min',
13510
+ // Borders, background, text color, spacing, and inline size.
13511
+ 'dark:bg-gray-900 dark:border-blue-900/40 dark:text-white/80' //dark
13512
+ ]
13513
+ },
13514
+
13515
+ legend: function legend(_ref5) {
13516
+ var props = _ref5.props;
13517
+ return {
13518
+ "class": ['border border-gray-300 text-gray-700 bg-gray-50 font-bold rounded-md', 'dark:bg-gray-900 dark:border-blue-900/40 dark:text-white/80 ',
13519
+ //dark
13520
+ {
13521
+ 'p-0 transition-none hover:bg-gray-100 hover:border-gray-300 hover:text-gray-900 dark:hover:text-white/80 dark:hover:bg-gray-800/80 dark:focus:shadow-[inset_0_0_0_0.2rem_rgba(147,197,253,0.5)]': props.toggleable,
13522
+ 'p-5': !props.toggleable
13523
+ }]
13524
+ };
13525
+ },
13526
+ toggler: function toggler(_ref6) {
13527
+ var props = _ref6.props;
13528
+ return {
13529
+ "class": ['flex items-center justify-center', {
13530
+ 'p-5 text-gray-700 rounded-md transition-none cursor-pointer overflow-hidden relative select-none hover:text-gray-900 focus:focus:shadow-[inset_0_0_0_0.2rem_rgba(191,219,254,1)] dark:text-white/80 dark:hover:text-white/80 dark:hover:bg-gray-800/60 dark:focus:shadow-[inset_0_0_0_0.2rem_rgba(147,197,253,0.5)]': props.toggleable
13531
+ }]
13532
+ };
13533
+ },
13534
+ togglerIcon: {
13535
+ "class": 'mr-2 inline-block' // Margin and display style.
13536
+ },
13537
+
13538
+ legendTitle: {
13539
+ "class": 'flex items-center justify-center leading-none' // alignments, and leading style.
13540
+ },
13541
+
13542
+ content: {
13543
+ "class": 'p-5' // Padding.
13544
+ }
13545
+ },
13546
+
13547
+ scrollpanel: {
13548
+ wrapper: {
13549
+ "class": 'float-left h-full overflow-hidden relative w-full z-10'
13550
+ },
13551
+ content: {
13552
+ "class": 'box-border h-[calc(100% + 18px)] overflow-scroll pr-18 pb-18 relative scrollbar-none w-[calc(100% + 18px)] [&::-webkit-scrollbar]:hidden'
13553
+ },
13554
+ barX: {
13555
+ "class": 'bg-gray-50 border-0 transition-none invisible absolute bottom-0 h-3 z-2 rounded cursor-pointer opacity-0 relative'
13556
+ },
13557
+ barY: {
13558
+ "class": 'bg-gray-50 border-0 transition-none top-0 w-3 h-full z-2 rounded cursor-pointer opacity-0 relative'
13559
+ }
13560
+ },
13561
+ tabview: {
13562
+ navContainer: function navContainer(_ref7) {
13563
+ var props = _ref7.props;
13564
+ _ref7.context;
13565
+ _ref7.parent;
13566
+ return {
13567
+ "class": ['relative',
13568
+ // Relative positioning.
13569
+ {
13570
+ 'overflow-hidden': props.scrollable
13571
+ } // Overflow condition.
13572
+ ]
13573
+ };
13574
+ },
13575
+
13576
+ navContent: {
13577
+ "class": ['overflow-y-hidden overscroll-contain overscroll-auto scroll-smooth [&::-webkit-scrollbar]:hidden'] // Overflow and scrollbar styles.
13578
+ },
13579
+
13580
+ previousButton: {
13581
+ "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.
13582
+ },
13583
+
13584
+ nextButton: {
13585
+ "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.
13586
+ },
13587
+
13588
+ nav: {
13589
+ "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.
13590
+ },
13591
+
13592
+ tab: {
13593
+ header: function header(_ref8) {
13594
+ var _tab$props;
13595
+ var tab = _ref8.tab;
13596
+ return {
13597
+ "class": ['mr-0', {
13598
+ 'cursor-default pointer-events-none select-none user-select-none opacity-60': (_tab$props = tab.props) === null || _tab$props === void 0 ? void 0 : _tab$props.disabled
13599
+ }] // Margin and condition-based styles.
13600
+ };
13601
+ },
13602
+
13603
+ headerAction: function headerAction(_ref9) {
13604
+ var tab = _ref9.tab;
13605
+ return {
13606
+ "class": ['items-center cursor-pointer flex overflow-hidden relative select-none text-decoration-none user-select-none',
13607
+ // Flex and overflow styles.
13608
+ 'border-b-2 p-5 font-bold rounded-t-lg transition-shadow duration-200 m-0',
13609
+ // Border, padding, font, and transition styles.
13610
+ 'transition-colors duration-200',
13611
+ // Transition duration style.
13612
+ '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)]',
13613
+ // Focus styles.
13614
+ {
13615
+ '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': tab.parent.state.d_activeIndex !== tab.context.index,
13616
+ // Condition-based hover styles.
13617
+ 'bg-white border-blue-500 text-blue-500 dark:bg-gray-900 dark:border-blue-300 dark:text-blue-300': tab.parent.state.d_activeIndex === tab.context.index // Condition-based active styles.
13618
+ }],
13619
+
13620
+ style: 'margin-bottom:-2px' // Negative margin style.
13621
+ };
13622
+ },
13623
+
13624
+ headerTitle: {
13625
+ "class": ['leading-none whitespace-nowrap'] // Leading and whitespace styles.
13626
+ },
13627
+
13628
+ content: {
13629
+ "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.
13630
+ }
13631
+ }
13632
+ },
13633
+
13634
+ splitter: {
13635
+ root: {
13636
+ "class": ['border border-solid border-gray-300 dark:border-blue-900/40 bg-white dark:bg-gray-900 rounded-lg text-gray-700 dark:text-white/80']
13637
+ },
13638
+ gutter: function gutter(_ref10) {
13639
+ var props = _ref10.props;
13640
+ return {
13641
+ "class": ['flex items-center justify-center flex-shrink-0', 'transition-all duration-200 bg-gray-100 dark:bg-gray-800', {
13642
+ 'cursor-col-resize': props.layout == 'horizontal',
13643
+ 'cursor-row-resize': props.layout !== 'horizontal'
13644
+ }]
13645
+ };
13646
+ },
13647
+ gutterhandler: function gutterhandler(_ref11) {
13648
+ var props = _ref11.props;
13649
+ return {
13650
+ "class": ['bg-gray-300 dark:bg-gray-600 transition-all duration-200', {
13651
+ 'h-7': props.layout == 'horizontal',
13652
+ 'w-7 h-2': props.layout !== 'horizontal'
13653
+ }]
13654
+ };
13655
+ }
13656
+ },
13657
+ splitterpanel: {
13658
+ root: function root(_ref12) {
13659
+ _ref12.props;
13660
+ return {
13661
+ "class": ['flex-grow', 'flex justify-center items-center']
13662
+ };
13663
+ }
13664
+ },
13665
+ dialog: {
13666
+ root: function root(_ref13) {
13667
+ _ref13.props;
13668
+ _ref13.state;
13669
+ return {
13670
+ "class": ['rounded-lg shadow-lg border-0', 'flex flex-col max-h-90 transform scale-100', 'm-0 w-[50vw] z-40 relative', '', 'dark:border dark:border-blue-900/40']
13671
+ };
13672
+ },
13673
+ header: {
13674
+ "class": ['flex items-center justify-between flex-shrink-0', 'bg-white text-gray-800 border-t-0 rounded-tl-lg rounded-tr-lg p-6', 'dark:bg-gray-900 dark:text-white/80']
13675
+ },
13676
+ headerTitle: {
13677
+ "class": ['font-bold text-lg']
13678
+ },
13679
+ headerIcons: {
13680
+ "class": ['flex items-center']
13681
+ },
13682
+ closeButton: {
13683
+ "class": ['flex items-center justify-center overflow-hidden relative', 'w-8 h-8 text-gray-500 border-0 bg-transparent rounded-full transition duration-200 ease-in-out mr-2 last:mr-0', 'hover:text-gray-700 hover:border-transparent hover:bg-gray-200', 'focus:outline-none focus:outline-offset-0 focus:shadow-[0_0_0_0.2rem_rgba(191,219,254,1)]',
13684
+ // focus
13685
+ 'dark:hover:text-white/80 dark:hover:border-transparent dark:hover:bg-gray-800/80 dark:focus:shadow-[inset_0_0_0_0.2rem_rgba(147,197,253,0.5)]']
13686
+ },
13687
+ closeButtonIcon: {
13688
+ "class": ['w-4 h-4 inline-block']
13689
+ },
13690
+ content: {
13691
+ "class": ['overflow-y-auto', 'bg-white text-gray-700 px-6 pb-8 pt-0', 'rounded-bl-lg rounded-br-lg', 'dark:bg-gray-900 dark:text-white/80 ']
13692
+ },
13693
+ footer: {
13694
+ "class": ['flex-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']
13695
+ },
13696
+ mask: {
13697
+ "class": ['fixed top-0 left-0 w-full h-full flex items-center justify-center pointer-events-auto', 'bg-black bg-opacity-40 transition duration-200 z-20']
13698
+ }
13699
+ },
13700
+ confirmpopup: {
13701
+ root: function root(_ref14) {
13702
+ _ref14.props;
13703
+ _ref14.state;
13704
+ return {
13705
+ "class": ['bg-white text-gray-700 border-0 rounded-md shadow-lg', 'z-40 transform origin-center', 'mt-10 absolute left-0 top-0 ',
13706
+ // 'before:absolute before:bottom-0 before:left-1/2 before:transform before:-translate-x-1/2 before:w-0 before:h-0 before:border-t-[10px] before:border-l-[5px] before:border-r-[5px] before:border-transparent before:border-b-[10px] before:border-t-[0] before:border-l-[5px] before:border-r-[5px] before:border-b-[0] before:border-red-500',
13707
+ 'dark:border dark:border-blue-900/40 dark:bg-gray-900 dark:text-white/80']
13708
+ };
13709
+ },
13710
+ content: {
13711
+ "class": ['p-5 items-center flex']
13712
+ },
13713
+ icon: {
13714
+ "class": ['text-2xl']
13715
+ },
13716
+ message: {
13717
+ "class": ['ml-4']
13718
+ },
13719
+ footer: {
13720
+ "class": ['text-right px-5 py-5 pt-0 ']
13721
+ }
13722
+ // rejectButton: {
13723
+ // class: ['bg-transparent text-blue-500 border-transparent', 'text-sm px-2 py-1.5 ml-0 mr-2 w-auto', 'flex items-center cursor-pointer inline-flex overflow-hidden relative text-center select-none user-select-none align-bottom']
13724
+ // },
13725
+ // acceptButton: {
13726
+ // class: ['text-white bg-blue-500 border-2 border-blue-500', 'text-sm px-2 py-1.5 ml-0 mr-2 w-auto', 'flex items-center cursor-pointer inline-flex overflow-hidden relative text-center select-none user-select-none align-bottom']
13727
+ // }
13728
+ },
13729
+
13730
+ overlaypanel: {
13731
+ root: function root(_ref15) {
13732
+ _ref15.props;
13733
+ _ref15.state;
13734
+ return {
13735
+ "class": ['bg-white text-gray-700 border-0 rounded-md shadow-lg', 'z-40 transform origin-center', 'mt-10 absolute left-0 top-0 ',
13736
+ // 'before:absolute before:bottom-0 before:left-1/2 before:transform before:-translate-x-1/2 before:w-0 before:h-0 before:border-t-[10px] before:border-l-[5px] before:border-r-[5px] before:border-transparent before:border-b-[10px] before:border-t-[0] before:border-l-[5px] before:border-r-[5px] before:border-b-[0] before:border-red-500',
13737
+ 'dark:border dark:border-blue-900/40 dark:bg-gray-900 dark:text-white/80']
13738
+ };
13739
+ },
13740
+ content: {
13741
+ "class": ['p-5 items-center flex']
13742
+ }
13743
+ },
13744
+ sidebar: {
13745
+ root: function root(_ref16) {
13746
+ var props = _ref16.props;
13747
+ _ref16.state;
13748
+ return {
13749
+ "class": ['flex flex-col pointer-events-auto relative transform translate-x-0 translate-y-0 translate-z-0 relative transition-transform duration-300', 'bg-white text-gray-700 border-0 shadow-lg', {
13750
+ 'h-full w-80': props.position == 'left' || props.position == 'right',
13751
+ 'h-40 w-full': props.position == 'top' || props.position == 'bottom'
13752
+ }, 'dark:border dark:border-blue-900/40 dark:bg-gray-900 dark:text-white/80']
13753
+ };
13754
+ },
13755
+ header: {
13756
+ "class": ['flex items-center justify-end', 'p-5']
13757
+ },
13758
+ closeButton: {
13759
+ "class": ['flex items-center justify-center overflow-hidden relative', 'w-8 h-8 text-gray-500 border-0 bg-transparent rounded-full transition duration-200 ease-in-out mr-2 last:mr-0', 'hover:text-gray-700 hover:border-transparent hover:bg-gray-200', 'focus:outline-none focus:outline-offset-0 focus:shadow-[0_0_0_0.2rem_rgba(191,219,254,1)]',
13760
+ // focus
13761
+ 'dark:hover:text-white/80 dark:hover:text-white/80 dark:hover:border-transparent dark:hover:bg-gray-800/80 dark:focus:shadow-[inset_0_0_0_0.2rem_rgba(147,197,253,0.5)]']
13762
+ },
13763
+ closeButtonIcon: {
13764
+ "class": ['w-4 h-4 inline-block']
13765
+ },
13766
+ content: {
13767
+ "class": ['p-5 pt-0 h-full w-full', 'flex-grow overflow-y-auto']
13768
+ },
13769
+ mask: function mask(_ref17) {
13770
+ var props = _ref17.props;
13771
+ _ref17.state;
13772
+ return {
13773
+ "class": ['fixed top-0 left-0 w-full h-full flex pointer-events-auto', 'bg-black bg-opacity-40 transition duration-200 z-20 transition-colors', {
13774
+ 'justify-end': props.position == 'right',
13775
+ 'items-start': props.position == 'top',
13776
+ 'items-end': props.position == 'bottom'
13777
+ }]
13778
+ };
13779
+ }
13780
+ },
13781
+ toolbar: {
13782
+ root: {
13783
+ "class": ['flex items-center justify-between flex-wrap', 'bg-gray-100 dark:bg-gray-800 border border-gray-300 dark:border-blue-900/40 p-5 rounded-md gap-2']
13784
+ },
13785
+ start: {
13786
+ "class": ['flex items-center']
13787
+ },
13788
+ center: {
13789
+ "class": ['flex items-center']
13790
+ },
13791
+ end: {
13792
+ "class": ['flex items-center']
13793
+ }
13794
+ },
13795
+ //UPLOAD
13796
+
13797
+ fileupload: {
13798
+ input: {
13799
+ "class": ['hidden']
13800
+ },
13801
+ buttonbar: {
13802
+ "class": ['flex flex-wrap', 'bg-gray-50 dark:bg-gray-800 p-5 border border-solid border-gray-300 dark:border-blue-900/40 text-gray-700 dark:text-white/80 rounded-tr-lg rounded-tl-lg gap-2 border-b-0']
13803
+ },
13804
+ chooseButton: {
13805
+ "class": ['text-white bg-blue-500 border border-blue-500 p-3 px-5 rounded-md text-base', 'overflow-hidden relative']
13806
+ },
13807
+ chooseIcon: {
13808
+ "class": ['mr-2 inline-block']
13809
+ },
13810
+ chooseButtonLabel: {
13811
+ "class": ['flex-1 font-bold']
13812
+ },
13813
+ content: function content(_ref18) {
13814
+ _ref18.props;
13815
+ return {
13816
+ "class": ['relative', 'bg-white dark:bg-gray-900 p-8 border border-gray-300 dark:border-blue-900/40 text-gray-700 dark:text-white/80 rounded-b-lg']
13817
+ };
13818
+ },
13819
+ file: {
13820
+ "class": ['flex items-center flex-wrap', 'p-4 border border-gray-300 dark:border-blue-900/40 rounded gap-2 mb-2', 'last:mb-0']
13821
+ },
13822
+ thumbnail: {
13823
+ "class": ['flex-shrink-0']
13824
+ },
13825
+ fileName: {
13826
+ "class": ['mb-2']
13827
+ },
13828
+ fileSize: {
13829
+ "class": ['mr-2']
13830
+ }
13831
+ },
13832
+ //Messages
13833
+
13834
+ message: {
13835
+ root: function root(_ref19) {
13836
+ var props = _ref19.props;
13837
+ _ref19.context;
13838
+ return {
13839
+ "class": ['my-4 rounded-md', {
13840
+ 'bg-blue-100 border-solid border-0 border-l-4 border-blue-500 text-blue-700': props.severity == 'info',
13841
+ 'bg-green-100 border-solid border-0 border-l-4 border-green-500 text-green-700': props.severity == 'success',
13842
+ 'bg-orange-100 border-solid border-0 border-l-4 border-orange-500 text-orange-700': props.severity == 'warn',
13843
+ 'bg-red-100 border-solid border-0 border-l-4 border-red-500 text-red-700': props.severity == 'error'
13844
+ }]
13845
+ };
13846
+ },
13847
+ wrapper: {
13848
+ "class": ['flex items-center py-5 px-7']
13849
+ },
13850
+ icon: {
13851
+ "class": ['w-6 h-6', 'text-lg mr-2']
13852
+ },
13853
+ text: {
13854
+ "class": ['text-base font-normal']
13855
+ },
13856
+ button: {
13857
+ "class": ['w-8 h-8 rounded-full bg-transparent transition duration-200 ease-in-out', 'ml-auto overflow-hidden relative', 'flex items-center justify-center', 'hover:bg-white/30']
13858
+ }
13859
+ },
13860
+ inlinemessage: {
13861
+ root: function root(_ref20) {
13862
+ var props = _ref20.props;
13863
+ _ref20.context;
13864
+ return {
13865
+ "class": ['inline-flex items-center justify-center align-top', 'p-3 m-0 rounded-md', {
13866
+ 'bg-blue-100 border-0 text-blue-700': props.severity == 'info',
13867
+ 'bg-green-100 border-0 text-green-700': props.severity == 'success',
13868
+ 'bg-orange-100 border-0 text-orange-700': props.severity == 'warn',
13869
+ 'bg-red-100 border-0 text-red-700': props.severity == 'error'
13870
+ }]
13871
+ };
13872
+ },
13873
+ icon: {
13874
+ "class": ['text-base mr-2']
13875
+ }
13876
+ },
13877
+ toast: {
13878
+ root: function root(_ref21) {
13879
+ _ref21.props;
13880
+ _ref21.context;
13881
+ return {
13882
+ "class": ['w-96', 'opacity-90']
13883
+ };
13884
+ },
13885
+ container: function container(_ref22) {
13886
+ var props = _ref22.props;
13887
+ _ref22.context;
13888
+ return {
13889
+ "class": ['my-4 rounded-md w-full', {
13890
+ 'bg-blue-100 border-solid border-0 border-l-4 border-blue-500 text-blue-700': props.message.severity == 'info',
13891
+ 'bg-green-100 border-solid border-0 border-l-4 border-green-500 text-green-700': props.message.severity == 'success',
13892
+ 'bg-orange-100 border-solid border-0 border-l-4 border-orange-500 text-orange-700': props.message.severity == 'warn',
13893
+ 'bg-red-100 border-solid border-0 border-l-4 border-red-500 text-red-700': props.message.severity == 'error'
13894
+ }]
13895
+ };
13896
+ },
13897
+ content: {
13898
+ "class": ['flex items-center py-5 px-7']
13899
+ },
13900
+ icon: {
13901
+ "class": ['w-6 h-6', 'text-lg mr-2']
13902
+ },
13903
+ text: {
13904
+ "class": ['text-base font-normal flex flex-col flex-1 flex-grow-1 flex-shrink-1 ml-4']
13905
+ },
13906
+ summary: {
13907
+ "class": ['font-bold block']
13908
+ },
13909
+ detail: {
13910
+ "class": ['mt-1 block']
13911
+ },
13912
+ closebutton: {
13913
+ "class": ['w-8 h-8 rounded-full bg-transparent transition duration-200 ease-in-out', 'ml-auto overflow-hidden relative', 'flex items-center justify-center', 'hover:bg-white/30']
13914
+ }
13915
+ },
13916
+ //BUTTONS
13917
+ button: {
13918
+ root: function root(_ref23) {
13919
+ var _ref24, _ref25;
13920
+ var props = _ref23.props;
13921
+ _ref23.context;
13922
+ return {
13923
+ "class": ['items-center cursor-pointer inline-flex overflow-hidden relative select-none text-center align-bottom', 'transition duration-200 ease-in-out', {
13924
+ '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,
13925
+ 'text-blue-600 bg-transparent border-transparent': props.link
13926
+ }, {
13927
+ '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,
13928
+ '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,
13929
+ '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,
13930
+ '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,
13931
+ '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,
13932
+ '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
13933
+ }, {
13934
+ 'shadow-lg': props.raised
13935
+ }, {
13936
+ 'rounded-md': !props.rounded,
13937
+ 'rounded-full': props.rounded
13938
+ }, (_ref24 = {
13939
+ 'bg-transparent border-transparent': props.text && !props.plain,
13940
+ 'text-blue-500 hover:bg-blue-300/20': props.text && props.severity == null && !props.plain,
13941
+ 'text-gray-500 hover:bg-gray-300/20': props.text && props.severity == 'secondary' && !props.plain,
13942
+ 'text-green-500 hover:bg-green-300/20': props.text && props.severity == 'success' && !props.plain
13943
+ }, _defineProperty(_ref24, "text-blue-500 hover:bg-blue-300/20", props.text && props.severity == 'info' && !props.plain), _defineProperty(_ref24, 'text-orange-500 hover:bg-orange-300/20', props.text && props.severity == 'warning' && !props.plain), _defineProperty(_ref24, 'text-purple-500 hover:bg-purple-300/20', props.text && props.severity == 'help' && !props.plain), _defineProperty(_ref24, 'text-red-500 hover:bg-red-300/20', props.text && props.severity == 'danger' && !props.plain), _ref24), {
13944
+ 'shadow-lg': props.raised && props.text
13945
+ }, {
13946
+ 'text-gray-500 hover:bg-gray-300/20': props.plain & props.text,
13947
+ 'text-gray-500 border border-gray-500 hover:bg-gray-300/20': props.plain & props.outlined,
13948
+ 'text-white bg-gray-500 border border-gray-500 hover:bg-gray-600 hover:border-gray-600': props.plain & !props.outlined & !props.text
13949
+ }, (_ref25 = {
13950
+ 'bg-transparent border': props.outlined && !props.plain,
13951
+ 'text-blue-500 border border-blue-500 hover:bg-blue-300/20': props.outlined && props.severity == null && !props.plain,
13952
+ 'text-gray-500 border border-gray-500 hover:bg-gray-300/20': props.outlined && props.severity == 'secondary' && !props.plain,
13953
+ 'text-green-500 border border-green-500 hover:bg-green-300/20': props.outlined && props.severity == 'success' && !props.plain
13954
+ }, _defineProperty(_ref25, "text-blue-500 border border-blue-500 hover:bg-blue-300/20", props.outlined && props.severity == 'info' && !props.plain), _defineProperty(_ref25, 'text-orange-500 border border-orange-500 hover:bg-orange-300/20', props.outlined && props.severity == 'warning' && !props.plain), _defineProperty(_ref25, 'text-purple-500 border border-purple-500 hover:bg-purple-300/20', props.outlined && props.severity == 'help' && !props.plain), _defineProperty(_ref25, 'text-red-500 border border-red-500 hover:bg-red-300/20', props.outlined && props.severity == 'danger' && !props.plain), _ref25), {
13955
+ 'px-4 py-3 text-base': props.size == null,
13956
+ 'text-xs py-2 px-3': props.size == 'small',
13957
+ 'text-xl py-3 px-4': props.size == 'large'
13958
+ }]
13959
+ };
13960
+ },
13961
+ label: function label(_ref26) {
13962
+ var props = _ref26.props;
13963
+ return {
13964
+ "class": ['flex-1', 'duration-200', 'font-bold', {
13965
+ 'hover:underline': props.link
13966
+ }]
13967
+ };
13968
+ },
13969
+ icon: function icon(_ref27) {
13970
+ var props = _ref27.props;
13971
+ return {
13972
+ "class": ['mx-0', {
13973
+ 'mr-2': props.iconPos == 'left' && props.label != null,
13974
+ 'ml-2': props.iconPos == 'right' && props.label != null,
13975
+ 'mb-2': props.iconPos == 'top' && props.label != null,
13976
+ 'mt-2': props.iconPos == 'bottom' && props.label != null
13977
+ }]
13978
+ };
13979
+ },
13980
+ badge: function badge(_ref28) {
13981
+ var props = _ref28.props;
13982
+ return {
13983
+ "class": [{
13984
+ 'ml-2 w-4 h-4 leading-none': props.badge
13985
+ }]
13986
+ };
13987
+ }
13988
+ },
13989
+ speeddial: {
13990
+ root: function root(_ref29) {
13991
+ var props = _ref29.props;
13992
+ _ref29.state;
13993
+ return {
13994
+ "class": ['absolute flex', {
13995
+ 'items-center flex-col-reverse': props.direction == 'up',
13996
+ 'items-center flex-col': props.direction == 'down',
13997
+ 'justify-center flex-row-reverse': props.direction == 'left',
13998
+ 'justify-center flex-row': props.direction == 'right'
13999
+ }]
14000
+ };
14001
+ },
14002
+ button: {
14003
+ root: {
14004
+ "class": ['w-16 h-16']
14005
+ }
14006
+ },
14007
+ menu: function menu(_ref30) {
14008
+ var props = _ref30.props;
14009
+ _ref30.context;
14010
+ return {
14011
+ "class": ['m-0 p-0 list-none flex items-center justify-center transition delay-200 pointer-events-none z-2', {
14012
+ 'flex-col-reverse': props.direction == 'up',
14013
+ 'flex-col': props.direction == 'down',
14014
+ 'flex-row-reverse': props.direction == 'left',
14015
+ 'flex-row': props.direction == 'right'
14016
+ }]
14017
+ };
14018
+ },
14019
+ menuitem: function menuitem(_ref31) {
14020
+ var props = _ref31.props;
14021
+ _ref31.context;
14022
+ return {
14023
+ "class": ['transform scale-0 opacity-0 transition-transform duration-200 ease-out delay-0 transition-opacity duration-800', {
14024
+ 'my-1 first:mb-2': props.direction == 'up',
14025
+ 'my-1 first:mt-2': props.direction == 'down',
14026
+ 'mx-1 first:mr-2': props.direction == 'left',
14027
+ 'mx-1 first:ml-2': props.direction == 'right'
14028
+ }]
14029
+ };
14030
+ },
14031
+ action: {
14032
+ "class": ['flex items-center justify-center rounded-full relative overflow-hidden', 'w-12 h-12 bg-gray-700 text-white']
14033
+ }
14034
+ },
14035
+ splitbutton: {
14036
+ root: {
14037
+ "class": ['inline-flex relative', 'rounded-md']
14038
+ },
14039
+ button: function button(_ref32) {
14040
+ _ref32.props;
14041
+ _ref32.context;
14042
+ return {
14043
+ root: {
14044
+ "class": ['first:flex-1 first:rounded-r-none first:border-r-0', 'border-r-0']
14045
+ }
14046
+ };
14047
+ }
14048
+ },
14049
+ //FORMS
14050
+
14051
+ inputtext: {
14052
+ root: function root(_ref33) {
14053
+ var props = _ref33.props,
14054
+ context = _ref33.context;
14055
+ return {
14056
+ "class": ['m-0', 'font-sans text-gray-600 dark:text-white/80 bg-white dark:bg-gray-900 border border-gray-300 dark:border-blue-900/40 transition-colors duration-200 appearance-none rounded-lg', {
14057
+ '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)]': !context.disabled,
14058
+ 'opacity-60 select-none pointer-events-none cursor-default': context.disabled
14059
+ }, {
14060
+ 'text-lg px-4 py-4': props.size == 'large',
14061
+ 'text-xs px-2 py-2': props.size == 'small',
14062
+ 'p-3 text-base': props.size == null
14063
+ }]
14064
+ };
14065
+ }
14066
+ },
14067
+ knob: {
14068
+ root: function root(_ref34) {
14069
+ var props = _ref34.props;
14070
+ return {
14071
+ "class": ['focus:outline-none focus:outline-offset-0 focus:shadow-0', {
14072
+ 'opacity-60 select-none pointer-events-none cursor-default': props.disabled
14073
+ }]
14074
+ };
14075
+ },
14076
+ range: {
14077
+ "class": ['stroke-current transition duration-100 ease-in stroke-gray-200 dark:stroke-gray-700 fill-none']
14078
+ },
14079
+ value: {
14080
+ "class": ['animate-dash-frame stroke-blue-500 fill-none']
14081
+ },
14082
+ label: {
14083
+ "class": ['text-center text-xl']
14084
+ }
14085
+ },
14086
+ inputswitch: {
14087
+ root: function root(_ref35) {
14088
+ var props = _ref35.props;
14089
+ return {
14090
+ "class": ['inline-block relative', 'w-12 h-7', {
14091
+ 'opacity-60 select-none pointer-events-none cursor-default': props.disabled
14092
+ }]
14093
+ };
14094
+ },
14095
+ slider: function slider(_ref36) {
14096
+ var props = _ref36.props;
14097
+ return {
14098
+ "class": ['absolute cursor-pointer top-0 left-0 right-0 bottom-0 border border-transparent', 'transition-colors duration-200 rounded-2xl', '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)]', "before:absolute before:content-'' before:top-1/2 before:bg-white before:dark:bg-gray-900 before:w-5 before:h-5 before:left-1 before:-mt-2.5 before:rounded-full before:transition-duration-200", {
14099
+ 'bg-gray-200 dark:bg-gray-800 hover:bg-gray-300 hover:dark:bg-gray-700 ': !props.modelValue,
14100
+ 'bg-blue-500 before:transform before:translate-x-5': props.modelValue
14101
+ }]
14102
+ };
14103
+ }
14104
+ },
14105
+ rating: {
14106
+ root: function root(_ref37) {
14107
+ var props = _ref37.props;
14108
+ return {
14109
+ "class": ['relative flex items-center', 'gap-2', {
14110
+ 'opacity-60 select-none pointer-events-none cursor-default': props.disabled
14111
+ }]
14112
+ };
14113
+ },
14114
+ cancelitem: {
14115
+ "class": ['inline-flex items-center cursor-pointer']
14116
+ },
14117
+ cancelicon: {
14118
+ "class": ['text-red-500', 'w-5 h-5', 'transition duration-200 ease-in']
14119
+ },
14120
+ item: function item(_ref38) {
14121
+ var props = _ref38.props;
14122
+ return {
14123
+ "class": ['inline-flex items-center', {
14124
+ 'cursor-pointer': !props.readonly,
14125
+ 'cursor-default': props.readonly
14126
+ }]
14127
+ };
14128
+ },
14129
+ officon: {
14130
+ "class": ['text-gray-700 hover:text-blue-400', 'w-5 h-5', 'transition duration-200 ease-in']
14131
+ },
14132
+ onicon: {
14133
+ "class": ['text-blue-500', 'w-5 h-5', 'transition duration-200 ease-in']
14134
+ }
14135
+ },
14136
+ selectbutton: {
14137
+ root: function root(_ref39) {
14138
+ var props = _ref39.props;
14139
+ return {
14140
+ "class": [{
14141
+ 'opacity-60 select-none pointer-events-none cursor-default': props.disabled
14142
+ }]
14143
+ };
14144
+ },
14145
+ button: function button(_ref40) {
14146
+ var context = _ref40.context;
14147
+ _ref40.props;
14148
+ return {
14149
+ "class": ['inline-flex cursor-pointer select-none items-center align-bottom text-center overflow-hidden relative', 'px-4 py-3', 'transition duration-200 border border-r-0', 'first:rounded-l-md first:rounded-tr-none first:rounded-br-none last:border-r last:rounded-tl-none last:rounded-bl-none last:rounded-r-md', '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)]', {
14150
+ 'bg-white dark:bg-gray-900 text-gray-700 dark:text-white/80 border-gray-300 dark:border-blue-900/40 hover:bg-gray-50 dark:hover:bg-gray-800/80 ': !context.active,
14151
+ 'bg-blue-500 border-blue-500 text-white hover:bg-blue-600': context.active,
14152
+ 'opacity-60 select-none pointer-events-none cursor-default': context.disabled
14153
+ }]
14154
+ };
14155
+ },
14156
+ label: {
14157
+ "class": ['font-bold']
14158
+ }
14159
+ },
14160
+ slider: {
14161
+ root: function root(_ref41) {
14162
+ var props = _ref41.props;
14163
+ return {
14164
+ "class": ['relative', 'bg-gray-100 dark:bg-gray-800 border-0 rounded-6', {
14165
+ 'h-1 w-56': props.orientation == 'horizontal',
14166
+ 'w-1 h-56': props.orientation == 'vertical'
14167
+ }, {
14168
+ 'opacity-60 select-none pointer-events-none cursor-default': props.disabled
14169
+ }]
14170
+ };
14171
+ },
14172
+ range: function range(_ref42) {
14173
+ var props = _ref42.props;
14174
+ return {
14175
+ "class": ['bg-blue-500', 'block absolute', {
14176
+ 'top-0 left-0 h-full': props.orientation == 'horizontal',
14177
+ 'bottom-0 left-0 w-full': props.orientation == 'vertical'
14178
+ }]
14179
+ };
14180
+ },
14181
+ handle: function handle(_ref43) {
14182
+ var props = _ref43.props;
14183
+ return {
14184
+ "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', {
14185
+ 'top-[50%] mt-[-0.5715rem] ml-[-0.5715rem]': props.orientation == 'horizontal',
14186
+ 'left-[50%] mb-[-0.5715rem] ml-[-0.4715rem]': props.orientation == 'vertical'
14187
+ }]
14188
+ };
14189
+ },
14190
+ starthandler: function starthandler(_ref44) {
14191
+ var props = _ref44.props;
14192
+ return {
14193
+ "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', {
14194
+ 'top-[50%] mt-[-0.5715rem] ml-[-0.5715rem]': props.orientation == 'horizontal',
14195
+ 'left-[50%] mb-[-0.5715rem] ml-[-0.4715rem]': props.orientation == 'vertical'
14196
+ }]
14197
+ };
14198
+ },
14199
+ endhandler: function endhandler(_ref45) {
14200
+ var props = _ref45.props;
14201
+ return {
14202
+ "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', {
14203
+ 'top-[50%] mt-[-0.5715rem] ml-[-0.5715rem]': props.orientation == 'horizontal',
14204
+ 'left-[50%] mb-[-0.5715rem] ml-[-0.4715rem]': props.orientation == 'vertical'
14205
+ }]
14206
+ };
14207
+ }
14208
+ },
14209
+ password: {
14210
+ root: function root(_ref46) {
14211
+ var props = _ref46.props;
14212
+ return {
14213
+ "class": ['inline-flex relative', {
14214
+ 'opacity-60 select-none pointer-events-none cursor-default': props.disabled
14215
+ }]
14216
+ };
14217
+ },
14218
+ panel: {
14219
+ "class": ['p-5 bg-white dark:bg-gray-900 text-gray-700 dark:text-white/80 shadow-md rounded-md']
14220
+ },
14221
+ meter: {
14222
+ "class": ['mb-2 bg-gray-300 dark:bg-gray-700 h-3']
14223
+ },
14224
+ meterlabel: function meterlabel(_ref47) {
14225
+ var _instance$meter, _instance$meter2, _instance$meter3;
14226
+ var instance = _ref47.instance,
14227
+ props = _ref47.props;
14228
+ return {
14229
+ "class": ['transition-width duration-1000 ease-in-out h-full', {
14230
+ 'bg-red-500': (instance === null || instance === void 0 || (_instance$meter = instance.meter) === null || _instance$meter === void 0 ? void 0 : _instance$meter.strength) == 'weak',
14231
+ 'bg-orange-500': (instance === null || instance === void 0 || (_instance$meter2 = instance.meter) === null || _instance$meter2 === void 0 ? void 0 : _instance$meter2.strength) == 'medium',
14232
+ 'bg-green-500': (instance === null || instance === void 0 || (_instance$meter3 = instance.meter) === null || _instance$meter3 === void 0 ? void 0 : _instance$meter3.strength) == 'strong'
14233
+ }, {
14234
+ 'pr-[2.5rem] ': props.toggleMask
14235
+ }]
14236
+ };
14237
+ },
14238
+ showicon: {
14239
+ "class": ['absolute top-1/2 -mt-2', 'right-3 text-gray-600 dark:text-white/70']
14240
+ },
14241
+ hideicon: {
14242
+ "class": ['absolute top-1/2 -mt-2', 'right-3 text-gray-600 dark:text-white/70']
14243
+ }
14244
+ },
14245
+ togglebutton: {
14246
+ root: function root(_ref48) {
14247
+ var props = _ref48.props;
14248
+ return {
14249
+ "class": ['inline-flex cursor-pointer select-none items-center align-bottom text-center overflow-hidden relative', 'px-4 py-3 rounded-md text-base w-36', 'border transition duration-200 ease-in-out', '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)]', {
14250
+ 'bg-white dark:bg-gray-900 border-gray-300 dark:border-blue-900/40 text-gray-700 dark:text-white/80 hover:bg-gray-100 dark:hover:bg-gray-800/80 hover:border-gray-300 dark:hover:bg-gray-800/70 hover:text-gray-700 dark:hover:text-white/80': !props.modelValue,
14251
+ 'bg-blue-500 border-blue-500 text-white hover:bg-blue-600 hover:border-blue-600': props.modelValue
14252
+ }, {
14253
+ 'opacity-60 select-none pointer-events-none cursor-default': props.disabled
14254
+ }]
14255
+ };
14256
+ },
14257
+ label: {
14258
+ "class": ['font-bold text-center w-full']
14259
+ },
14260
+ icon: function icon(_ref49) {
14261
+ var props = _ref49.props;
14262
+ return {
14263
+ "class": [' mr-2', {
14264
+ 'text-gray-600 dark:text-white/70': !props.modelValue,
14265
+ 'text-white': props.modelValue
14266
+ }]
14267
+ };
14268
+ }
14269
+ },
14270
+ tristatecheckbox: {
14271
+ root: {
14272
+ "class": ['cursor-pointer inline-flex relative select-none align-bottom', 'w-6 h-6']
14273
+ },
14274
+ checkbox: function checkbox(_ref50) {
14275
+ var props = _ref50.props;
14276
+ return {
14277
+ "class": ['flex items-center justify-center', 'border-2 w-6 h-6 rounded-lg transition-colors duration-200', {
14278
+ 'border-blue-500 bg-blue-500 text-white dark:border-blue-400 dark:bg-blue-400': props.modelValue || !props.modelValue,
14279
+ 'border-gray-300 text-gray-600 bg-white dark:border-blue-900/40 dark:bg-gray-900': props.modelValue == null
14280
+ }, {
14281
+ '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)]': !props.disabled,
14282
+ 'cursor-default opacity-60': props.disabled
14283
+ }]
14284
+ };
14285
+ }
14286
+ },
14287
+ checkbox: {
14288
+ root: function root(_ref51) {
14289
+ _ref51.props;
14290
+ return {
14291
+ "class": ['cursor-pointer inline-flex relative select-none align-bottom', 'w-6 h-6']
14292
+ };
14293
+ },
14294
+ input: function input(_ref52) {
14295
+ var props = _ref52.props,
14296
+ context = _ref52.context;
14297
+ return {
14298
+ "class": ['flex items-center justify-center', 'border-2 w-6 h-6 text-gray-600 rounded-lg transition-colors duration-200', {
14299
+ 'border-gray-300 bg-white dark:border-blue-900/40 dark:bg-gray-900': !context.checked,
14300
+ 'border-blue-500 bg-blue-500 dark:border-blue-400 dark:bg-blue-400': context.checked
14301
+ }, {
14302
+ '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)]': !props.disabled,
14303
+ 'cursor-default opacity-60': props.disabled
14304
+ }]
14305
+ };
14306
+ },
14307
+ icon: {
14308
+ "class": ['w-4 h-4 transition-all duration-200 text-white text-base dark:text-gray-900']
14309
+ }
14310
+ },
14311
+ radiobutton: {
14312
+ root: function root(_ref53) {
14313
+ _ref53.props;
14314
+ return {
14315
+ "class": ['relative inline-flex cursor-pointer select-none align-bottom', 'w-6 h-6']
14316
+ };
14317
+ },
14318
+ input: function input(_ref54) {
14319
+ var props = _ref54.props;
14320
+ return {
14321
+ "class": ['flex justify-center items-center', 'border-2 w-6 h-6 text-gray-700 rounded-full transition duration-200 ease-in-out', {
14322
+ 'border-gray-300 bg-white dark:border-blue-900/40 dark:bg-gray-900': props.value !== props.modelValue,
14323
+ 'border-blue-500 bg-blue-500 dark:border-blue-400 dark:bg-blue-400': props.value == props.modelValue
14324
+ }, {
14325
+ '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)]': !props.disabled,
14326
+ 'cursor-default opacity-60': props.disabled
14327
+ }]
14328
+ };
14329
+ },
14330
+ icon: function icon(_ref55) {
14331
+ var props = _ref55.props;
14332
+ return {
14333
+ "class": ['transform rounded-full', 'block w-3 h-3 transition duration-200 bg-white dark:bg-gray-900', {
14334
+ 'backface-hidden scale-10 invisible': props.value !== props.modelValue,
14335
+ 'transform scale-100 visible': props.value == props.modelValue
14336
+ }]
14337
+ };
14338
+ }
14339
+ },
14340
+ dropdown: {
14341
+ root: function root(_ref56) {
14342
+ var props = _ref56.props;
14343
+ return {
14344
+ "class": ['cursor-pointer inline-flex relative select-none', 'bg-white border border-gray-400 transition-colors duration-200 ease-in-out rounded-md', 'dark:bg-gray-900 dark:border-blue-900/40 dark:hover:border-blue-300', 'w-full md:w-56', '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)]', {
14345
+ 'opacity-60 select-none pointer-events-none cursor-default': props.disabled
14346
+ }]
14347
+ };
14348
+ },
14349
+ input: function input(_ref57) {
14350
+ var props = _ref57.props;
14351
+ return {
14352
+ "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', {
14353
+ 'pr-7': props.showClear
14354
+ }]
14355
+ };
14356
+ },
14357
+ trigger: {
14358
+ "class": ['flex items-center justify-center flex-shrink-0', 'bg-transparent text-gray-500 w-12 rounded-tr-lg rounded-br-lg']
14359
+ },
14360
+ wrapper: {
14361
+ "class": ['max-h-[200px] overflow-auto', 'bg-white text-gray-700 border-0 rounded-md shadow-lg', 'dark:bg-gray-900 dark:text-white/80']
14362
+ },
14363
+ list: {
14364
+ "class": ['py-3 list-none m-0']
14365
+ },
14366
+ item: function item(_ref58) {
14367
+ var context = _ref58.context;
14368
+ return {
14369
+ "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', {
14370
+ 'text-gray-700 bg-transparent': !context.selected,
14371
+ 'text-blue-600 bg-blue-50 hover:text-blue-600 hover:bg-blue-100 dark:text-white dark:bg-gray-700 dark:hover:bg-gray-700': context.selected
14372
+ }]
14373
+ };
14374
+ },
14375
+ itemgroup: {
14376
+ "class": ['m-0 p-3 text-gray-800 bg-white font-bold', 'dark:bg-gray-900 dark:text-white/80', 'cursor-auto']
14377
+ },
14378
+ header: {
14379
+ "class": ['p-3 border-b border-gray-300 text-gray-700 bg-gray-100 mt-0 rounded-tl-lg rounded-tr-lg', 'dark:bg-gray-800 dark:text-white/80 dark:border-blue-900/40']
14380
+ },
14381
+ filtercontainer: {
14382
+ "class": ['relative']
14383
+ },
14384
+ filterinput: {
14385
+ "class": ['pr-7 -mr-7', 'w-full', 'font-sans text-base text-gray-700 bg-white py-3 px-3 border border-gray-300 transition duration-200 rounded-lg appearance-none', 'dark:bg-gray-900 dark:border-blue-900/40 dark:hover:border-blue-300 dark:text-white/80', '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)]']
14386
+ },
14387
+ filtericon: {
14388
+ "class": ['-mt-2 absolute top-1/2']
14389
+ },
14390
+ clearicon: {
14391
+ "class": ['text-gray-500 right-12 -mt-2 absolute top-1/2']
14392
+ }
14393
+ },
14394
+ calendar: {
14395
+ root: {
14396
+ "class": ['inline-flex max-w-full relative']
14397
+ },
14398
+ input: {
14399
+ "class": ['font-sans text-base text-gray-600 bg-white p-3 border border-gray-300 transition-colors duration-200 appearance-none rounded-lg', 'hover:border-blue-500 ']
14400
+ },
14401
+ panel: {
14402
+ "class": ['bg-white border-0 shadow-md', 'absolute min-w-[350px]']
14403
+ },
14404
+ header: {
14405
+ "class": ['flex items-center justify-between', 'p-2 text-gray-700 bg-white font-semibold m-0 border-b border-gray-300 rounded-t-lg']
14406
+ },
14407
+ previousbutton: {
14408
+ "class": ['flex items-center justify-center cursor-pointer overflow-hidden relative', 'w-8 h-8 text-gray-600 border-0 bg-transparent rounded-full transition-colors duration-200 ease-in-out', 'hover:text-gray-700 hover:border-transparent hover:bg-gray-200']
14409
+ },
14410
+ title: {
14411
+ "class": ['leading-8 mx-auto']
14412
+ },
14413
+ monthTitle: {
14414
+ "class": ['text-gray-700 transition duration-200 font-semibold p-2', 'mr-2', 'hover:text-blue-500']
14415
+ },
14416
+ yearTitle: {
14417
+ "class": ['text-gray-700 transition duration-200 font-semibold p-2', 'hover:text-blue-500']
14418
+ },
14419
+ nextbutton: {
14420
+ "class": ['flex items-center justify-center cursor-pointer overflow-hidden relative', 'w-8 h-8 text-gray-600 border-0 bg-transparent rounded-full transition-colors duration-200 ease-in-out', 'hover:text-gray-700 hover:border-transparent hover:bg-gray-200']
14421
+ },
14422
+ table: {
14423
+ "class": ['border-collapse w-full', 'my-2']
14424
+ },
14425
+ tableheadercell: {
14426
+ "class": ['p-2']
14427
+ },
14428
+ day: {
14429
+ "class": ['p-2']
14430
+ },
14431
+ daylabel: {
14432
+ "class": ['w-10 h-10 rounded-full transition-shadow duration-200 border-transparent border', 'flex items-center cursor-pointer justify-center mx-auto overflow-hidden relative']
14433
+ }
14434
+ },
14435
+ listbox: {
14436
+ root: function root(_ref59) {
14437
+ _ref59.props;
14438
+ return {
14439
+ "class": ['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-56']
14440
+ };
14441
+ },
14442
+ wrapper: {
14443
+ "class": ['overflow-auto']
14444
+ },
14445
+ list: {
14446
+ "class": ['py-3 list-none m-0']
14447
+ },
14448
+ item: function item(_ref60) {
14449
+ var context = _ref60.context;
14450
+ return {
14451
+ "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', {
14452
+ 'text-gray-700 bg-transparent': !context.selected,
14453
+ 'text-blue-600 bg-blue-50 hover:text-blue-600 hover:bg-blue-100 dark:text-white dark:bg-gray-700 dark:hover:bg-gray-700': context.selected
14454
+ }]
14455
+ };
14456
+ },
14457
+ itemgroup: {
14458
+ "class": ['m-0 p-3 text-gray-800 bg-white font-bold', 'dark:bg-gray-900 dark:text-white/80', 'cursor-auto']
14459
+ },
14460
+ header: {
14461
+ "class": ['p-3 border-b border-gray-300 text-gray-700 bg-gray-100 mt-0 rounded-tl-lg rounded-tr-lg', 'dark:bg-gray-800 dark:text-white/80 dark:border-blue-900/40']
14462
+ },
14463
+ filtercontainer: {
14464
+ "class": ['relative']
14465
+ },
14466
+ filterinput: {
14467
+ "class": ['pr-7 -mr-7', 'w-full', 'font-sans text-base text-gray-700 bg-white py-3 px-3 border border-gray-300 transition duration-200 rounded-lg appearance-none', 'dark:bg-gray-900 dark:border-blue-900/40 dark:hover:border-blue-300 dark:text-white/80', '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)]']
14468
+ },
14469
+ filtericon: {
14470
+ "class": ['-mt-2 absolute top-1/2']
14471
+ }
14472
+ },
14473
+ multiselect: {
14474
+ root: function root(_ref61) {
14475
+ var props = _ref61.props;
14476
+ return {
14477
+ "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', {
14478
+ 'opacity-60 select-none pointer-events-none cursor-default': props === null || props === void 0 ? void 0 : props.disabled
14479
+ }]
14480
+ };
14481
+ },
14482
+ labelContainer: {
14483
+ "class": ['overflow-hidden flex flex-auto cursor-pointer']
14484
+ },
14485
+ label: function label(_ref62) {
14486
+ var props = _ref62.props;
14487
+ _ref62.parent;
14488
+ _ref62.context;
14489
+ return {
14490
+ "class": ['block overflow-hidden whitespace-nowrap cursor-pointer overflow-ellipsis', 'text-gray-800 dark:text-white/80', 'p-3 transition duration-200', _defineProperty({
14491
+ '!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),
14492
+ '!py-1.5 px-3': props.display == 'chip' && (props === null || props === void 0 ? void 0 : props.modelValue) !== null
14493
+ }, "!p-3", props.display == 'chip' && (props === null || props === void 0 ? void 0 : props.modelValue) == null)]
14494
+ };
14495
+ },
14496
+ token: {
14497
+ "class": ['py-1 px-2 mr-2 bg-gray-300 dark:bg-gray-700 text-gray-700 dark:text-white/80 rounded-full', 'cursor-default inline-flex items-center']
14498
+ },
14499
+ removeTokenIcon: {
14500
+ "class": ['ml-2']
14501
+ },
14502
+ trigger: {
14503
+ "class": ['flex items-center justify-center flex-shrink-0', 'bg-transparent text-gray-600 dark:text-white/70 w-12 rounded-tr-lg rounded-br-lg']
14504
+ },
14505
+ panel: {
14506
+ "class": ['bg-white dark:bg-gray-900 text-gray-700 dark:text-white/80 border-0 rounded-md shadow-lg']
14507
+ },
14508
+ header: {
14509
+ "class": ['p-3 border-b border-gray-300 dark:border-blue-900/40 text-gray-700 dark:text-white/80 bg-gray-100 dark:bg-gray-800 rounded-t-lg', 'flex items-center justify-between']
14510
+ },
14511
+ headerCheckboxContainer: {
14512
+ "class": ['inline-flex cursor-pointer select-none align-bottom relative', 'mr-2', 'w-6 h-6']
14513
+ },
14514
+ headerCheckbox: function headerCheckbox(_ref64) {
14515
+ _ref64.props;
14516
+ var context = _ref64.context;
14517
+ return {
14518
+ "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)]', {
14519
+ 'border-gray-300 dark:border-blue-900/40 bg-white dark:bg-gray-900': !(context !== null && context !== void 0 && context.selected),
14520
+ 'border-blue-500 bg-blue-500': context === null || context === void 0 ? void 0 : context.selected
14521
+ }]
14522
+ };
14523
+ },
14524
+ headercheckboxicon: {
14525
+ "class": ['w-4 h-4 transition-all duration-200 text-white text-base']
14526
+ },
14527
+ closeButton: {
14528
+ "class": ['flex items-center justify-center overflow-hidden relative', 'w-8 h-8 text-gray-500 dark:text-white/70 border-0 bg-transparent rounded-full transition duration-200 ease-in-out mr-2 last:mr-0', 'hover:text-gray-700 dark:hover:text-white/80 hover:border-transparent hover:bg-gray-200 dark:hover:bg-gray-800/80 ', '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)]']
14529
+ },
14530
+ closeButtonIcon: {
14531
+ "class": ['w-4 h-4 inline-block']
14532
+ },
14533
+ wrapper: {
14534
+ "class": ['max-h-[200px] overflow-auto', 'bg-white text-gray-700 border-0 rounded-md shadow-lg', 'dark:bg-gray-900 dark:text-white/80']
14535
+ },
14536
+ list: {
14537
+ "class": ['py-3 list-none m-0']
14538
+ },
14539
+ item: function item(_ref65) {
14540
+ var context = _ref65.context;
14541
+ return {
14542
+ "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', {
14543
+ 'text-gray-700 bg-transparent': !context.selected,
14544
+ 'text-blue-600 bg-blue-50 hover:text-blue-600 hover:bg-blue-100 dark:text-white dark:bg-gray-700 dark:hover:bg-gray-700': context.selected
14545
+ }]
14546
+ };
14547
+ },
14548
+ checkboxContainer: {
14549
+ "class": ['inline-flex cursor-pointer select-none align-bottom relative', 'mr-2', 'w-6 h-6']
14550
+ },
14551
+ checkbox: function checkbox(_ref66) {
14552
+ var context = _ref66.context;
14553
+ return {
14554
+ "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)]', {
14555
+ 'border-gray-300 dark:border-blue-900/40 bg-white dark:bg-gray-900': !(context !== null && context !== void 0 && context.selected),
14556
+ 'border-blue-500 bg-blue-500': context === null || context === void 0 ? void 0 : context.selected
14557
+ }]
14558
+ };
14559
+ },
14560
+ checkboxicon: {
14561
+ "class": ['w-4 h-4 transition-all duration-200 text-white text-base']
14562
+ },
14563
+ itemgroup: {
14564
+ "class": ['m-0 p-3 text-gray-800 bg-white font-bold', 'dark:bg-gray-900 dark:text-white/80', 'cursor-auto']
14565
+ },
14566
+ filtercontainer: {
14567
+ "class": ['relative']
14568
+ },
14569
+ filterinput: {
14570
+ "class": ['pr-7 -mr-7', 'w-full', 'font-sans text-base text-gray-700 bg-white py-3 px-3 border border-gray-300 transition duration-200 rounded-lg appearance-none', 'dark:bg-gray-900 dark:border-blue-900/40 dark:hover:border-blue-300 dark:text-white/80', '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)]']
14571
+ },
14572
+ filtericon: {
14573
+ "class": ['-mt-2 absolute top-1/2']
14574
+ },
14575
+ clearicon: {
14576
+ "class": ['text-gray-500 right-12 -mt-2 absolute top-1/2']
14577
+ }
14578
+ },
14579
+ textarea: {
14580
+ root: function root(_ref67) {
14581
+ var context = _ref67.context;
14582
+ return {
14583
+ "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)]', {
14584
+ 'opacity-60 select-none pointer-events-none cursor-default': context.disabled
14585
+ }]
14586
+ };
14587
+ }
14588
+ },
14589
+ treeselect: {
14590
+ root: function root(_ref68) {
14591
+ var props = _ref68.props;
14592
+ return {
14593
+ "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', {
14594
+ 'opacity-60 select-none pointer-events-none cursor-default': props === null || props === void 0 ? void 0 : props.disabled
14595
+ }]
14596
+ };
14597
+ },
14598
+ labelContainer: {
14599
+ "class": ['overflow-hidden flex flex-auto cursor-pointer']
14600
+ },
14601
+ label: function label(_ref69) {
14602
+ _ref69.props;
14603
+ return {
14604
+ "class": ['block overflow-hidden whitespace-nowrap cursor-pointer overflow-ellipsis', 'text-gray-800 dark:text-white/80', 'p-3 transition duration-200']
14605
+ };
14606
+ },
14607
+ trigger: {
14608
+ "class": ['flex items-center justify-center flex-shrink-0', 'bg-transparent text-gray-600 dark:text-white/70 w-12 rounded-tr-lg rounded-br-lg']
14609
+ },
14610
+ panel: {
14611
+ "class": ['bg-white dark:bg-gray-900 text-gray-700 dark:text-white/80 border-0 rounded-md shadow-lg']
14612
+ },
14613
+ wrapper: {
14614
+ "class": ['max-h-[200px] overflow-auto', 'bg-white dark:bg-gray-900 text-gray-700 dark:text-white/80 border-0 rounded-md shadow-lg']
14615
+ }
14616
+ },
14617
+ autocomplete: {
14618
+ root: function root(_ref70) {
14619
+ var props = _ref70.props;
14620
+ return {
14621
+ "class": ['relative inline-flex', {
14622
+ 'opacity-60 select-none pointer-events-none cursor-default': props.disabled
14623
+ }, {
14624
+ 'w-full': props.multiple
14625
+ }]
14626
+ };
14627
+ },
14628
+ container: {
14629
+ "class": ['m-0 list-none cursor-text overflow-hidden flex items-center flex-wrap w-full', 'px-3 py-2 gap-2', 'font-sans text-base text-gray-700 dark:text-white/80 bg-white dark:bg-gray-900 border border-gray-300 dark:border-blue-900/40 transition duration-200 ease-in-out appearance-none rounded-md', 'focus:outline-offset-0 focus:shadow-[0_0_0_0.2rem_rgba(191,219,254,1)] hover:border-blue-500 focus:outline-none dark:focus:shadow-[0_0_0_0.2rem_rgba(147,197,253,0.5)]']
14630
+ },
14631
+ inputtoken: {
14632
+ "class": ['py-0.375rem px-0', 'flex-1 inline-flex']
14633
+ },
14634
+ input: function input(_ref71) {
14635
+ var props = _ref71.props;
14636
+ return {
14637
+ "class": ['m-0', ' transition-colors duration-200 appearance-none rounded-lg', ' ', {
14638
+ 'rounded-tr-none rounded-br-none': props.dropdown
14639
+ }, {
14640
+ 'font-sans text-base text-gray-700 dark:text-white/80 bg-white dark:bg-gray-900 p-3 border border-gray-300 dark:border-blue-900/40 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:border-blue-500 focus:outline-none': !props.multiple,
14641
+ 'font-sans text-base text-gray-700 dark:text-white/80 border-0 outline-none bg-transparent m-0 p-0 shadow-none rounded-none w-full': props.multiple
14642
+ }]
14643
+ };
14644
+ },
14645
+ token: {
14646
+ "class": ['py-1 px-2 mr-2 bg-gray-300 dark:bg-gray-700 text-gray-700 dark:text-white/80 rounded-full', 'cursor-default inline-flex items-center']
14647
+ },
14648
+ dropdownbutton: {
14649
+ root: {
14650
+ "class": ['rounded-tl-none rounded-bl-none']
14651
+ }
14652
+ },
14653
+ panel: {
14654
+ "class": ['bg-white text-gray-700 border-0 rounded-md shadow-lg', 'max-h-[200px] overflow-auto', 'bg-white text-gray-700 border-0 rounded-md shadow-lg', 'dark:bg-gray-900 dark:text-white/80']
14655
+ },
14656
+ list: {
14657
+ "class": ['py-3 list-none m-0']
14658
+ },
14659
+ item: function item(_ref72) {
14660
+ var context = _ref72.context;
14661
+ return {
14662
+ "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', {
14663
+ 'text-gray-700 bg-transparent': !context.selected,
14664
+ 'text-blue-600 bg-blue-50 hover:text-blue-600 hover:bg-blue-100 dark:text-white dark:bg-gray-700 dark:hover:bg-gray-700': context.selected
14665
+ }]
14666
+ };
14667
+ },
14668
+ itemgroup: {
14669
+ "class": ['m-0 p-3 text-gray-800 bg-white font-bold', 'dark:bg-gray-900 dark:text-white/80', 'cursor-auto']
14670
+ }
14671
+ },
14672
+ chips: {
14673
+ root: function root(_ref73) {
14674
+ var props = _ref73.props;
14675
+ return {
14676
+ "class": ['flex', {
14677
+ 'opacity-60 select-none pointer-events-none cursor-default': props.disabled
14678
+ }]
14679
+ };
14680
+ },
14681
+ container: {
14682
+ "class": ['m-0 py-1.5 px-3 list-none cursor-text overflow-hidden flex items-center flex-wrap', 'w-full', 'm-0', 'font-sans text-base text-gray-600 dark:text-white/70 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)]']
14683
+ },
14684
+ inputtoken: {
14685
+ "class": ['py-1.5 px-0', 'flex flex-1 inline-flex']
14686
+ },
14687
+ input: {
14688
+ "class": ['font-sans text-base text-gray-700 dark:text-white/80 p-0 m-0', 'border-0 outline-none bg-transparent shadow-none rounded-none w-full']
14689
+ },
14690
+ token: {
14691
+ "class": ['py-1 px-2 mr-2 bg-gray-300 dark:bg-gray-700 text-gray-700 dark:text-white/80 rounded-full', 'cursor-default inline-flex items-center']
14692
+ },
14693
+ removeTokenIcon: {
14694
+ "class": ['ml-2']
14695
+ }
14696
+ },
14697
+ colorpicker: {
14698
+ root: function root(_ref74) {
14699
+ var props = _ref74.props;
14700
+ return {
14701
+ "class": ['inline-block', {
14702
+ 'opacity-60 select-none pointer-events-none cursor-default': props.disabled
14703
+ }]
14704
+ };
14705
+ },
14706
+ input: {
14707
+ "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']
14708
+ },
14709
+ panel: function panel(_ref75) {
14710
+ var props = _ref75.props;
14711
+ return {
14712
+ "class": ['shadow-md', 'bg-gray-800 border-gray-900', {
14713
+ 'relative h-48 w-52': props.inline,
14714
+ 'absolute h-48 w-52': !props.inline
14715
+ }]
14716
+ };
14717
+ },
14718
+ selector: {
14719
+ "class": ['absolute h-44 w-40 top-2 left-2']
14720
+ },
14721
+ color: {
14722
+ "class": ['h-44 w-40'],
14723
+ style: 'background: linear-gradient(to top, #000 0%, rgb(0 0 0 / 0) 100%), linear-gradient(to right, #fff 0%, rgb(255 255 255 / 0) 100%)'
14724
+ },
14725
+ colorhandle: {
14726
+ "class": ['rounded-full border border-solid cursor-pointer h-3 w-3 absolute opacity-85', 'border-white']
14727
+ },
14728
+ hue: {
14729
+ "class": ['h-44 w-6 absolute top-2 left-44 opacity-85'],
14730
+ style: 'background: linear-gradient(0deg, red 0, #ff0 17%, #0f0 33%, #0ff 50%, #00f 67%, #f0f 83%, red)'
14731
+ },
14732
+ huehandle: {
14733
+ "class": ['border-solid border-2 cursor-pointer h-2 w-8 left-0 -ml-1 -mt-1 opacity-85 absolute']
14734
+ }
14735
+ },
14736
+ editor: {
14737
+ toolbar: {
14738
+ "class": ['bg-gray-100 rounded-tr-md rounded-tl-md', 'border border-gray-300 box-border font-sans px-2 py-1']
14739
+ },
14740
+ formats: {
14741
+ "class": ['inline-block align-middle', 'mr-4']
14742
+ },
14743
+ header: {
14744
+ "class": ['text-gray-700 inline-block float-left text-base font-medium h-6 relative align-middle', 'w-28', 'border-0 text-gray-600']
14745
+ }
14746
+ },
14747
+ //MISC
14748
+
14749
+ badge: {
14750
+ root: function root(_ref76) {
14751
+ var props = _ref76.props;
14752
+ return {
14753
+ "class": ['rounded-full p-0 text-center inline-block', 'bg-blue-500 text-white font-bold', {
14754
+ 'bg-gray-500 ': props.severity == 'secondary',
14755
+ 'bg-green-500 ': props.severity == 'success',
14756
+ 'bg-blue-500 ': props.severity == 'info',
14757
+ 'bg-orange-500 ': props.severity == 'warning',
14758
+ 'bg-purple-500 ': props.severity == 'help',
14759
+ 'bg-red-500 ': props.severity == 'danger'
14760
+ }, {
14761
+ 'text-xs min-w-[1.5rem] h-[1.5rem] leading-[1.5rem]': props.size == null,
14762
+ 'text-lg min-w-[2.25rem] h-[2.25rem] leading-[2.25rem]': props.size == 'large',
14763
+ 'text-2xl min-w-[3rem] h-[3rem] leading-[3rem]': props.size == 'xlarge'
14764
+ }]
14765
+ };
14766
+ }
14767
+ },
14768
+ avatar: {
14769
+ root: function root(_ref77) {
14770
+ var props = _ref77.props,
14771
+ parent = _ref77.parent;
14772
+ return {
14773
+ "class": ['flex items-center justify-center', 'bg-gray-300 dark:bg-gray-800', {
14774
+ 'rounded-lg': props.shape == 'square',
14775
+ 'rounded-full': props.shape == 'circle'
14776
+ }, {
14777
+ 'text-base h-8 w-8': props.size == null || props.size == 'normal',
14778
+ 'w-12 h-12 text-xl': props.size == 'large',
14779
+ 'w-16 h-16 text-2xl': props.size == 'xlarge'
14780
+ }, {
14781
+ '-ml-4 border-2 border-white dark:border-gray-900': parent.instance.$css !== undefined,
14782
+ '': !(parent.instance.$css !== undefined)
14783
+ }]
14784
+ };
14785
+ },
14786
+ image: {
14787
+ "class": ['h-full w-full']
14788
+ }
14789
+ },
14790
+ avatargroup: {
14791
+ root: {
14792
+ "class": ['flex items-center']
14793
+ }
14794
+ },
14795
+ chip: {
14796
+ root: {
14797
+ "class": ['inline-flex items-center', 'bg-gray-200 text-gray-800 rounded-[16px] px-3 dark:text-white/80 dark:bg-gray-900']
14798
+ },
14799
+ label: {
14800
+ "class": ['leading-6 mt-1.5 mb-1.5']
14801
+ },
14802
+ icon: {
14803
+ "class": ['leading-6 mr-2']
14804
+ },
14805
+ image: {
14806
+ "class": ['w-9 h-9 ml-[-0.75rem] mr-2', 'rounded-full']
14807
+ },
14808
+ removeIcon: {
14809
+ "class": ['ml-2 rounded-md transition duration-200 ease-in-out', 'cursor-pointer leading-6']
14810
+ }
14811
+ },
14812
+ progressbar: {
14813
+ root: function root(_ref78) {
14814
+ _ref78.props;
14815
+ return {
14816
+ "class": ['overflow-hidden relative', 'border-0 h-6 bg-gray-200 rounded-md dark:bg-gray-800']
14817
+ };
14818
+ },
14819
+ value: function value(_ref79) {
14820
+ var props = _ref79.props;
14821
+ return {
14822
+ "class": ['transition-width duration-1000 ease-in-out', 'items-center border-0 flex h-full justify-center overflow-hidden absolute w-0', 'border-0 m-0 bg-blue-500', {
14823
+ 'before:absolute before:top-0 before:left-0 before:bottom-0 before:bg-inherit after:absolute after:top-0 after:left-0 after:bottom-0 after:bg-inherit': props.mode == 'indeterminate'
14824
+ }]
14825
+ };
14826
+ },
14827
+ label: {
14828
+ "class": ['inline-flex', 'text-white leading-6']
14829
+ }
14830
+ },
14831
+ progressspinner: {
14832
+ root: {
14833
+ "class": ['relative mx-auto w-28 h-28 inline-block', 'before:block before:pt-full']
14834
+ },
14835
+ spinner: {
14836
+ "class": ['absolute top-0 bottom-0 left-0 right-0 m-auto w-full h-full transform origin-center animate-spin']
14837
+ },
14838
+ circle: {
14839
+ "class": ['text-red-500 stroke-current']
14840
+ }
14841
+ },
14842
+ skeleton: {
14843
+ root: function root(_ref80) {
14844
+ var props = _ref80.props;
14845
+ return {
14846
+ "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', {
14847
+ 'rounded-md': props.shape !== 'circle',
14848
+ 'rounded-full': props.shape == 'circle'
14849
+ }]
14850
+ };
14851
+ }
14852
+ },
14853
+ tag: {
14854
+ root: function root(_ref81) {
14855
+ var props = _ref81.props;
14856
+ return {
14857
+ "class": ['inline-flex items-center justify-center', 'bg-blue-500 text-white text-xs font-semibold px-2 py-1 ', {
14858
+ 'bg-gray-500 ': props.severity == 'secondary',
14859
+ 'bg-green-500 ': props.severity == 'success',
14860
+ 'bg-blue-500 ': props.severity == 'info',
14861
+ 'bg-orange-500 ': props.severity == 'warning',
14862
+ 'bg-purple-500 ': props.severity == 'help',
14863
+ 'bg-red-500 ': props.severity == 'danger'
14864
+ }, {
14865
+ 'rounded-md': !props.rounded,
14866
+ 'rounded-full': props.rounded
14867
+ }]
14868
+ };
14869
+ },
14870
+ value: {
14871
+ "class": ['leading-6']
14872
+ },
14873
+ icon: {
14874
+ "class": ['mr-1 text-sm']
14875
+ }
14876
+ },
14877
+ inplace: {
14878
+ display: function display(_ref82) {
14879
+ _ref82.props;
14880
+ return {
14881
+ "class": ['p-3 rounded-md transition duration-200 ', 'inline cursor-pointer', 'hover:bg-gray-200 hover:text-gray-700 dark:hover:bg-gray-800/80 dark:hover:text-white/80']
14882
+ };
14883
+ }
14884
+ },
14885
+ scrolltop: {
14886
+ root: function root(_ref83) {
14887
+ _ref83.props;
14888
+ return {
14889
+ "class": ['fixed bottom-20 right-20 flex items-center justify-center', 'bg-blue-500 text-white rounded-md h-8 w-8', 'ml-auto']
14890
+ };
14891
+ }
14892
+ },
14893
+ terminal: {
14894
+ root: function root(_ref84) {
14895
+ _ref84.props;
14896
+ return {
14897
+ "class": ['border border-gray-300 p-5', 'bg-gray-900 text-white dark:border-blue-900/40 ', 'h-72 overflow-auto']
14898
+ };
14899
+ },
14900
+ container: {
14901
+ "class": ['flex items-center']
14902
+ },
14903
+ prompt: {
14904
+ "class": ['text-yellow-400']
14905
+ },
14906
+ commandtext: {
14907
+ "class": ['flex-1 flex-shrink-1 flex-grow-0 border-0 bg-transparent text-inherit p-0 outline-none']
14908
+ }
14909
+ },
14910
+ //MENU
14911
+ breadcrumb: {
14912
+ root: {
14913
+ "class": ['overflow-x-auto', 'bg-white dark:bg-gray-900 border border-gray-300 dark:border-blue-900/40 rounded-md p-4']
14914
+ },
14915
+ menu: {
14916
+ "class": ['m-0 p-0 list-none flex items-center flex-nowrap']
14917
+ },
14918
+ action: {
14919
+ "class": ['text-decoration-none flex items-center', 'transition-shadow duration-200 rounded-md text-gray-600 dark:text-white/70', '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)]']
14920
+ },
14921
+ icon: {
14922
+ "class": ['text-gray-600 dark:text-white/70']
14923
+ },
14924
+ separator: {
14925
+ "class": ['mx-2 text-gray-600 dark:text-white/70', 'flex items-center']
14926
+ }
14927
+ },
14928
+ contextmenu: {
14929
+ root: {
14930
+ "class": ['py-1 bg-white dark:bg-gray-900 text-gray-700 dark:text-white/80 border-none shadow-md rounded-lg w-52']
14931
+ },
14932
+ menu: {
14933
+ "class": ['m-0 p-0 list-none', 'outline-none']
14934
+ },
14935
+ menuitem: {
14936
+ "class": ['relative']
14937
+ },
14938
+ content: {
14939
+ "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']
14940
+ },
14941
+ action: {
14942
+ "class": ['cursor-pointer flex items-center no-underline overflow-hidden relative', 'text-gray-700 dark:text-white/80 py-3 px-5 select-none']
14943
+ },
14944
+ icon: {
14945
+ "class": ['text-gray-600 dark:text-white/70 mr-2']
14946
+ },
14947
+ label: {
14948
+ "class": ['text-gray-600 dark:text-white/70']
14949
+ }
14950
+ },
14951
+ dock: {
14952
+ root: function root(_ref85) {
14953
+ var props = _ref85.props;
14954
+ return {
14955
+ "class": ['absolute z-1 flex justify-center items-center pointer-events-none', {
14956
+ 'left-0 bottom-0 w-full': props.position == 'bottom',
14957
+ 'left-0 top-0 w-full': props.position == 'top',
14958
+ 'left-0 top-0 h-full': props.position == 'left',
14959
+ 'right-0 top-0 h-full': props.position == 'right'
14960
+ }]
14961
+ };
14962
+ },
14963
+ container: {
14964
+ "class": ['flex pointer-events-auto', 'bg-white/10 border-white/20 p-2 border rounded-md']
14965
+ },
14966
+ menu: function menu(_ref86) {
14967
+ var props = _ref86.props;
14968
+ return {
14969
+ "class": ['m-0 p-0 list-none flex items-center justify-center', 'outline-none', {
14970
+ 'flex-col': props.position == 'left' || props.position == 'right'
14971
+ }]
14972
+ };
14973
+ },
14974
+ menuitem: function menuitem(_ref87) {
14975
+ var props = _ref87.props,
14976
+ context = _ref87.context,
14977
+ instance = _ref87.instance;
14978
+ return {
14979
+ "class": ['p-2 rounded-md', 'transition-all duration-200 ease-cubic-bezier-will-change-transform transform ', {
14980
+ 'origin-bottom hover:mx-6': props.position == 'bottom',
14981
+ 'origin-top hover:mx-6': props.position == 'top',
14982
+ 'origin-left hover:my-6': props.position == 'left',
14983
+ 'origin-right hover:my-6': props.position == 'right'
14984
+ }, {
14985
+ 'hover:scale-150': instance.currentIndex === context.index,
14986
+ 'scale-125': instance.currentIndex - 1 === context.index || instance.currentIndex + 1 === context.index,
14987
+ 'scale-110': instance.currentIndex - 2 === context.index || instance.currentIndex + 2 === context.index
14988
+ }]
14989
+ };
14990
+ },
14991
+ action: {
14992
+ "class": ['flex flex-col items-center justify-center relative overflow-hidden cursor-default', 'w-16 h-16']
14993
+ }
14994
+ },
14995
+ menu: {
14996
+ root: {
14997
+ "class": ['py-1 bg-white dark:bg-gray-900 text-gray-700 dark:text-white/80 border border-gray-300 dark:border-blue-900/40 rounded-md w-48']
14998
+ },
14999
+ menu: {
15000
+ "class": ['m-0 p-0 list-none', 'outline-none']
15001
+ },
15002
+ content: {
15003
+ "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']
15004
+ },
15005
+ action: {
15006
+ "class": ['text-gray-700 dark:text-white/80 py-3 px-5 select-none', 'cursor-pointer flex items-center no-underline overflow-hidden relative']
15007
+ },
15008
+ icon: {
15009
+ "class": ['text-gray-600 dark:text-white/70 mr-2"']
15010
+ },
15011
+ submenuheader: {
15012
+ "class": ['m-0 p-3 text-gray-700 dark:text-white/80 bg-white dark:bg-gray-900 font-bold rounded-tl-none rounded-tr-none']
15013
+ }
15014
+ },
15015
+ menubar: {
15016
+ root: {
15017
+ "class": ['p-2 bg-gray-100 dark:bg-gray-900 text-gray-700 dark:text-white/80 border border-gray-300 dark:border-blue-900/40 rounded-md', 'flex items-center relative']
15018
+ },
15019
+ menu: function menu(_ref88) {
15020
+ var props = _ref88.props;
15021
+ _ref88.context;
15022
+ return {
15023
+ "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', {
15024
+ 'hidden ': !(props !== null && props !== void 0 && props.mobileActive),
15025
+ 'flex ': props === null || props === void 0 ? void 0 : props.mobileActive
15026
+ }]
15027
+ };
15028
+ },
15029
+ menuitem: function menuitem(_ref89) {
15030
+ _ref89.props;
15031
+ _ref89.context;
15032
+ return {
15033
+ "class": ['sm:relative sm:w-auto', 'w-full static']
15034
+ };
15035
+ },
15036
+ content: function content(_ref90) {
15037
+ var props = _ref90.props,
15038
+ context = _ref90.context;
15039
+ return {
15040
+ "class": [' transition-shadow duration-200', {
15041
+ 'rounded-md': props.root,
15042
+ '': !props.root
15043
+ }, {
15044
+ '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,
15045
+ 'text-blue-600 bg-blue-100': context.active
15046
+ }]
15047
+ };
15048
+ },
15049
+ action: function action(_ref91) {
15050
+ _ref91.props;
15051
+ _ref91.context;
15052
+ return {
15053
+ "class": ['select-none', 'cursor-pointer flex items-center no-underline overflow-hidden relative', 'py-3 px-5 select-none']
15054
+ };
15055
+ },
15056
+ icon: function icon(_ref92) {
15057
+ _ref92.props;
15058
+ var context = _ref92.context;
15059
+ return {
15060
+ "class": ['mr-2', {
15061
+ 'text-gray-600 dark:text-white/70': !context.active,
15062
+ 'text-blue-600': context.active
15063
+ }]
15064
+ };
15065
+ },
15066
+ submenuicon: function submenuicon(_ref93) {
15067
+ var props = _ref93.props,
15068
+ context = _ref93.context;
15069
+ return {
15070
+ "class": [{
15071
+ 'text-gray-600 dark:text-white/70': !context.active,
15072
+ 'text-blue-600': context.active
15073
+ }, {
15074
+ 'ml-2': props.root,
15075
+ 'ml-auto': !props.root
15076
+ }]
15077
+ };
15078
+ },
15079
+ submenu: function submenu(_ref94) {
15080
+ var props = _ref94.props;
15081
+ _ref94.context;
15082
+ return {
15083
+ "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', {
15084
+ 'sm:absolute sm:left-full sm:top-0': props.level > 1
15085
+ }]
15086
+ };
15087
+ },
15088
+ separator: {
15089
+ "class": ['border-t border-gray-300 dark:border-blue-900/40 my-1']
15090
+ },
15091
+ button: {
15092
+ "class": ['flex sm:hidden w-8 h-8 rounded-full text-gray-600 dark:text-white/80 transition duration-200 ease-in-out', 'cursor-pointer flex items-center justify-center no-underline', 'hover:text-gray-700 dark:hover:text-white/80 hover:bg-gray-200 dark:hover:bg-gray-800/80 ', '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)]']
15093
+ }
15094
+ },
15095
+ megamenu: {
15096
+ root: function root(_ref95) {
15097
+ var props = _ref95.props;
15098
+ _ref95.context;
15099
+ return {
15100
+ "class": ['bg-gray-100 dark:bg-gray-900 text-gray-700 dark:text-white/80 border border-gray-300 dark:border-blue-900/40 rounded-md', 'flex relative', {
15101
+ 'p-2 items-center': props.orientation == 'horizontal',
15102
+ 'flex-col w-48 p-0 py-1': props.orientation !== 'horizontal'
15103
+ }]
15104
+ };
15105
+ },
15106
+ menu: function menu(_ref96) {
15107
+ _ref96.props;
15108
+ _ref96.context;
15109
+ return {
15110
+ "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']
15111
+ };
15112
+ },
15113
+ menuitem: function menuitem(_ref97) {
15114
+ var props = _ref97.props;
15115
+ _ref97.context;
15116
+ return {
15117
+ "class": ['relative', {
15118
+ 'w-auto': props.horizontal,
15119
+ 'w-full': !props.horizontal
15120
+ }]
15121
+ };
15122
+ },
15123
+ content: function content(_ref98) {
15124
+ var props = _ref98.props,
15125
+ context = _ref98.context;
15126
+ return {
15127
+ "class": ['transition-shadow duration-200', {
15128
+ 'rounded-md': props.level < 1 && props.horizontal
15129
+ }, {
15130
+ '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,
15131
+ 'text-blue-600 bg-blue-100': context.active
15132
+ }]
15133
+ };
15134
+ },
15135
+ action: function action(_ref99) {
15136
+ _ref99.props;
15137
+ _ref99.context;
15138
+ return {
15139
+ "class": ['select-none', 'cursor-pointer flex items-center no-underline overflow-hidden relative', 'py-3 px-5 select-none']
15140
+ };
15141
+ },
15142
+ icon: function icon(_ref100) {
15143
+ _ref100.props;
15144
+ var context = _ref100.context;
15145
+ return {
15146
+ "class": ['mr-2', {
15147
+ 'text-gray-600 dark:text-white/70': !context.active,
15148
+ 'text-blue-600': context.active
15149
+ }]
15150
+ };
15151
+ },
15152
+ submenuicon: function submenuicon(_ref101) {
15153
+ var props = _ref101.props;
15154
+ _ref101.context;
15155
+ return {
15156
+ "class": [{
15157
+ 'ml-2': props.horizontal,
15158
+ 'ml-auto': !props.horizontal
15159
+ }]
15160
+ };
15161
+ },
15162
+ panel: function panel(_ref102) {
15163
+ var props = _ref102.props;
15164
+ _ref102.context;
15165
+ return {
15166
+ "class": ['py-1 bg-white dark:bg-gray-900 border-0 shadow-md w-auto', 'absolute z-10', {
15167
+ 'left-full top-0': !props.horizontal
15168
+ }]
15169
+ };
15170
+ },
15171
+ grid: {
15172
+ "class": ['flex']
15173
+ },
15174
+ column: {
15175
+ "class": ['w-1/2']
15176
+ },
15177
+ submenu: {
15178
+ "class": ['m-0 list-none', 'py-1 w-48']
15179
+ },
15180
+ submenuheader: {
15181
+ "class": ['m-0 py-3 px-5 text-gray-700 dark:text-white/80 bg-white dark:bg-gray-900 font-semibold rounded-tr-md rounded-tl-md']
15182
+ }
15183
+ },
15184
+ panelmenu: {
15185
+ root: function root(_ref103) {
15186
+ _ref103.props;
15187
+ _ref103.instance;
15188
+ return {
15189
+ "class": ['w-full md:w-[25rem]']
15190
+ };
15191
+ },
15192
+ panel: {
15193
+ "class": ['mb-1']
15194
+ },
15195
+ header: {
15196
+ "class": ['outline-none']
15197
+ },
15198
+ headercontent: {
15199
+ "class": ['border border-solid border-gray-300 dark:border-blue-900/40 text-gray-700 dark:text-white/80 bg-gray-100 dark:bg-gray-900 rounded-md transition-shadow duration-200', 'hover:bg-gray-200 dark:hover:bg-gray-800/80 hover:text-gray-700 dark:hover:text-white/80', '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)]']
15200
+ },
15201
+ headeraction: {
15202
+ "class": ['flex items-center select-none cursor-pointer relative no-underline', 'text-gray-700 dark:text-white/80 p-5 font-bold']
15203
+ },
15204
+ submenuicon: {
15205
+ "class": ['mr-2']
15206
+ },
15207
+ headericon: {
15208
+ "class": ['mr-2']
15209
+ },
15210
+ menucontent: {
15211
+ "class": ['py-1 border border-t-0 border-gray-300 dark:border-blue-900/40 bg-white dark:bg-gray-900 text-gray-700 dark:text-white/80 rounded-t-none rounded-br-md rounded-bl-md']
15212
+ },
15213
+ menu: {
15214
+ "class": ['outline-none', 'm-0 p-0 list-none']
15215
+ },
15216
+ content: {
15217
+ "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']
15218
+ },
15219
+ action: {
15220
+ "class": ['text-gray-700 dark:text-white/80 py-3 px-5 select-none', 'flex items-center cursor-pointer no-underline relative overflow-hidden']
15221
+ },
15222
+ icon: {
15223
+ "class": ['mr-2']
15224
+ },
15225
+ submenu: {
15226
+ "class": ['p-0 pl-4 m-0 list-none']
15227
+ }
15228
+ },
15229
+ steps: {
15230
+ root: {
15231
+ "class": ['relative']
15232
+ },
15233
+ menu: {
15234
+ "class": ['p-0 m-0 list-none flex']
15235
+ },
15236
+ menuitem: function menuitem(_ref104) {
15237
+ _ref104.props;
15238
+ return {
15239
+ "class": ['relative flex justify-center flex-1 overflow-hidden', 'before:border-t before:border-gray-300 before:dark:border-blue-900/40 before:w-full before:absolute before:top-1/4 before:left-0 before:transform before:-translate-y-1/2']
15240
+ };
15241
+ },
15242
+ action: {
15243
+ "class": ['inline-flex flex-col items-center overflow-hidden', 'transition-shadow rounded-md bg-white dark:bg-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)]']
15244
+ },
15245
+ step: {
15246
+ "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']
15247
+ },
15248
+ label: {
15249
+ "class": ['block', 'whitespace-nowrap overflow-hidden overflow-ellipsis max-w-full', 'mt-2 text-gray-500 dark:text-white/60']
15250
+ }
15251
+ },
15252
+ tabmenu: {
15253
+ root: {
15254
+ "class": ['overflow-x-auto']
15255
+ },
15256
+ menu: {
15257
+ "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']
15258
+ },
15259
+ menuitem: {
15260
+ "class": ['mr-0']
15261
+ },
15262
+ action: function action(_ref105) {
15263
+ _ref105.props;
15264
+ _ref105.context;
15265
+ return {
15266
+ "class": ['cursor-pointer select-none flex items-center relative no-underline overflow-hidden', 'border-b-2 border-gray-300 bg-white text-gray-600 p-5 font-bold rounded-t-lg ', 'hover:bg-white hover:border-gray-400 hover:text-gray-600'],
15267
+ style: 'top:2px'
15268
+ };
15269
+ },
15270
+ icon: {
15271
+ "class": ['mr-2']
15272
+ }
15273
+ },
15274
+ tieredmenu: {
15275
+ root: {
15276
+ "class": ['py-1 bg-white border border-gray-300 rounded-lg w-[12.5rem]', 'dark:border-blue-900/40 dark:bg-gray-900']
15277
+ },
15278
+ menu: {
15279
+ "class": ['outline-none', 'm-0 p-0 list-none']
15280
+ },
15281
+ menuitem: {
15282
+ "class": ['relative']
15283
+ },
15284
+ content: function content(_ref106) {
15285
+ _ref106.props;
15286
+ _ref106.context;
15287
+ return {
15288
+ "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']
15289
+ };
15290
+ },
15291
+ action: function action(_ref107) {
15292
+ _ref107.props;
15293
+ var context = _ref107.context;
15294
+ return {
15295
+ "class": ['py-3 px-5 select-none', 'flex items-center cursor-pointer no-underline relative overflow-hidden', {
15296
+ '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,
15297
+ 'text-blue-600 bg-blue-100': context.active
15298
+ }]
15299
+ };
15300
+ },
15301
+ icon: {
15302
+ "class": ['mr-2']
15303
+ },
15304
+ submenuicon: {
15305
+ "class": ['ml-auto']
15306
+ },
15307
+ separator: {
15308
+ "class": ['border-t border-gray-300 my-1 dark:border-blue-900/40']
15309
+ },
15310
+ submenu: {
15311
+ "class": ['py-1 bg-white dark:bg-gray-900 border-0 shadow-md min-w-full', 'absolute z-10', 'left-full top-0']
15312
+ }
15313
+ },
15314
+ //MEDIA
15315
+
15316
+ image: {
15317
+ root: {
15318
+ "class": ['relative inline-block']
15319
+ },
15320
+ button: {
15321
+ "class": ['absolute inset-0 flex items-center justify-center opacity-0 transition-opacity duration-300', 'bg-transparent text-gray-100', 'hover:opacity-100 hover:cursor-pointer hover:bg-black hover:bg-opacity-50']
15322
+ },
15323
+ mask: {
15324
+ "class": ['fixed top-0 left-0 w-full h-full', 'flex items-center justify-center', 'bg-black bg-opacity-90']
15325
+ },
15326
+ toolbar: {
15327
+ "class": ['absolute top-0 right-0 flex', 'p-4']
15328
+ },
15329
+ rotaterightbutton: {
15330
+ "class": ['flex justify-center items-center', 'text-white bg-transparent w-12 h-12 rounded-full transition duration-200 ease-in-out mr-2', 'hover:text-white hover:bg-white/10', 'focus:outline-none focus:outline-offset-0 focus:shadow-[0_0_0_0.2rem_rgba(191,219,254,1)]']
15331
+ },
15332
+ rotaterighticon: {
15333
+ "class": ['w-6 h-6']
15334
+ },
15335
+ rotateleftbutton: {
15336
+ "class": ['flex justify-center items-center', 'text-white bg-transparent w-12 h-12 rounded-full transition duration-200 ease-in-out mr-2', 'hover:text-white hover:bg-white/10', 'focus:outline-none focus:outline-offset-0 focus:shadow-[0_0_0_0.2rem_rgba(191,219,254,1)]']
15337
+ },
15338
+ rotatelefticon: {
15339
+ "class": ['w-6 h-6']
15340
+ },
15341
+ zoomoutbutton: {
15342
+ "class": ['flex justify-center items-center', 'text-white bg-transparent w-12 h-12 rounded-full transition duration-200 ease-in-out mr-2', 'hover:text-white hover:bg-white/10', 'focus:outline-none focus:outline-offset-0 focus:shadow-[0_0_0_0.2rem_rgba(191,219,254,1)]']
15343
+ },
15344
+ zoomouticon: {
15345
+ "class": ['w-6 h-6']
15346
+ },
15347
+ zoominbutton: {
15348
+ "class": ['flex justify-center items-center', 'text-white bg-transparent w-12 h-12 rounded-full transition duration-200 ease-in-out mr-2', 'hover:text-white hover:bg-white/10', 'focus:outline-none focus:outline-offset-0 focus:shadow-[0_0_0_0.2rem_rgba(191,219,254,1)]']
15349
+ },
15350
+ zoominicon: {
15351
+ "class": ['w-6 h-6']
15352
+ },
15353
+ closebutton: {
15354
+ "class": ['flex justify-center items-center', 'text-white bg-transparent w-12 h-12 rounded-full transition duration-200 ease-in-out mr-2', 'hover:text-white hover:bg-white/10', 'focus:outline-none focus:outline-offset-0 focus:shadow-[0_0_0_0.2rem_rgba(191,219,254,1)]']
15355
+ },
15356
+ closeicon: {
15357
+ "class": ['w-6 h-6']
15358
+ }
15359
+ },
15360
+ galleria: {
15361
+ root: function root(_ref108) {
15362
+ _ref108.instance;
15363
+ _ref108.props;
15364
+ return {
15365
+ "class": ['flex flex-col']
15366
+ };
15367
+ },
15368
+ content: {
15369
+ "class": ['flex flex-col']
15370
+ },
15371
+ itemwrapper: {
15372
+ "class": ['flex flex-col relative']
15373
+ },
15374
+ itemcontainer: {
15375
+ "class": ['relative flex h-full']
15376
+ },
15377
+ item: {
15378
+ "class": ['flex justify-center items-center h-full w-full']
15379
+ },
15380
+ thumbnailwrapper: {
15381
+ "class": ['flex flex-col overflow-auto flex-shrink-0']
15382
+ },
15383
+ thumbnailcontainer: {
15384
+ "class": ['flex flex-row', 'bg-black/90 p-4']
15385
+ },
15386
+ previousthumbnailbutton: {
15387
+ "class": ['self-center flex flex-shrink-0 justify-center items-center overflow-hidden relative', 'm-2 bg-transparent text-white w-8 h-8 transition duration-200 ease-in-out rounded-full', 'hover:bg-white/10 hover:text-white', 'focus:outline-none focus:outline-offset-0 focus:shadow-[0_0_0_0.2rem_rgba(191,219,254,1)]']
15388
+ },
15389
+ thumbnailitemscontainer: {
15390
+ "class": ['overflow-hidden w-full']
15391
+ },
15392
+ thumbnailitems: {
15393
+ "class": ['flex']
15394
+ },
15395
+ thumbnailitem: {
15396
+ "class": ['overflow-auto flex items-center justify-center cursor-pointer opacity-50', 'flex-1 flex-grow-0 flex-shrink-0 w-20', 'hover:opacity-100 hover:transition-opacity hover:duration-300']
15397
+ },
15398
+ nextthumbnailbutton: {
15399
+ "class": ['self-center flex flex-shrink-0 justify-center items-center overflow-hidden relative', 'm-2 bg-transparent text-white w-8 h-8 transition duration-200 ease-in-out rounded-full', 'hover:bg-white/10 hover:text-white', 'focus:outline-none focus:outline-offset-0 focus:shadow-[0_0_0_0.2rem_rgba(191,219,254,1)]']
15400
+ },
15401
+ indicators: {
15402
+ "class": ['flex items-center justify-center', 'p-4']
15403
+ },
15404
+ indicator: {
15405
+ "class": ['mr-2']
15406
+ },
15407
+ mask: {
15408
+ "class": ['fixed top-0 left-0 w-full h-full', 'flex items-center justify-center', 'bg-black bg-opacity-90']
15409
+ },
15410
+ closebutton: {
15411
+ "class": ['absolute top-0 right-0 flex justify-center items-center overflow-hidden m-2', 'text-white bg-transparent w-12 h-12 rounded-full transition duration-200 ease-in-out', 'hover:text-white hover:bg-white/10', 'focus:outline-none focus:outline-offset-0 focus:shadow-[0_0_0_0.2rem_rgba(191,219,254,1)]']
15412
+ },
15413
+ closeicon: {
15414
+ "class": ['w-6 h-6']
15415
+ },
15416
+ previousitembutton: {
15417
+ "class": ['inline-flex justify-center items-center overflow-hidden', 'bg-transparent text-white w-16 h-16 transition duration-200 ease-in-out rounded-md mx-2', 'fixed top-1/2 mt-[-0.5rem]', 'left-0', 'hover:bg-white/10 hover:text-white', 'focus:outline-none focus:outline-offset-0 focus:shadow-[0_0_0_0.2rem_rgba(191,219,254,1)]']
15418
+ },
15419
+ nextitembutton: {
15420
+ "class": ['inline-flex justify-center items-center overflow-hidden', 'bg-transparent text-white w-16 h-16 transition duration-200 ease-in-out rounded-md mx-2', 'fixed top-1/2 mt-[-0.5rem]', 'right-0', 'hover:bg-white/10 hover:text-white', 'focus:outline-none focus:outline-offset-0 focus:shadow-[0_0_0_0.2rem_rgba(191,219,254,1)]']
15421
+ },
15422
+ caption: {
15423
+ "class": ['absolute bottom-0 left-0 w-full', 'bg-black/50 text-white p-4']
15424
+ }
15425
+ },
15426
+ carousel: {
15427
+ root: {
15428
+ "class": ['flex flex-col']
15429
+ },
15430
+ content: {
15431
+ "class": ['flex flex-col overflow-auto']
15432
+ },
15433
+ container: {
15434
+ "class": ['flex flex-row']
15435
+ },
15436
+ previousbutton: function previousbutton(_ref109) {
15437
+ _ref109.props;
15438
+ _ref109.context;
15439
+ return {
15440
+ "class": ['flex justify-center items-center self-center overflow-hidden relative flex-shrink-0 flex-grow-0', 'w-8 h-8 text-gray-600 border-0 bg-transparent rounded-full transition duration-200 ease-in-out mx-2']
15441
+ };
15442
+ },
15443
+ itemscontent: {
15444
+ "class": ['overflow-hidden w-full']
15445
+ },
15446
+ itemscontainer: {
15447
+ "class": ['flex flex-row']
15448
+ },
15449
+ item: {
15450
+ "class": ['flex-1']
15451
+ }
15452
+ },
15453
+ tree: {
15454
+ root: {
15455
+ "class": ['max-w-[30rem] md:w-full', 'border border-solid border-gray-300 dark:border-blue-900/40 bg-white dark:bg-gray-900 text-gray-700 dark:text-white/80 p-5 rounded-md']
15456
+ },
15457
+ wrapper: {
15458
+ "class": ['overflow-auto']
15459
+ },
15460
+ container: {
15461
+ "class": ['m-0 p-0 list-none overflow-auto']
15462
+ },
15463
+ node: {
15464
+ "class": ['p-1 outline-none']
15465
+ },
15466
+ content: function content(_ref110) {
15467
+ var context = _ref110.context,
15468
+ props = _ref110.props;
15469
+ return {
15470
+ "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)]', {
15471
+ 'bg-blue-50 text-blue-600': context.selected
15472
+ }, {
15473
+ 'cursor-pointer select-none': props.selectionMode == 'single' || props.selectionMode == 'multiple'
15474
+ }]
15475
+ };
15476
+ },
15477
+ toggler: function toggler(_ref111) {
15478
+ var context = _ref111.context;
15479
+ return {
15480
+ "class": ['cursor-pointer select-none inline-flex items-center justify-center overflow-hidden relative flex-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)]', {
15481
+ '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,
15482
+ 'text-blue-600 hover:bg-white/30': context.selected
15483
+ }]
15484
+ };
15485
+ },
15486
+ checkboxcontainer: {
15487
+ "class": ['mr-2']
15488
+ },
15489
+ checkbox: function checkbox(_ref112) {
15490
+ var context = _ref112.context,
15491
+ props = _ref112.props;
15492
+ return {
15493
+ "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', {
15494
+ 'border-gray-300 bg-white dark:border-blue-900/40 dark:bg-gray-900': !context.checked,
15495
+ 'border-blue-500 text-white bg-blue-500 dark:border-blue-400 dark:bg-blue-400': context.checked
15496
+ }, {
15497
+ '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)]': !props.disabled,
15498
+ 'cursor-default opacity-60': props.disabled
15499
+ }]
15500
+ };
15501
+ },
15502
+ nodeicon: {
15503
+ "class": ['mr-2 text-gray-600 dark:text-white/70']
15504
+ },
15505
+ subgroup: {
15506
+ "class": ['m-0 list-none', 'p-0 pl-4']
15507
+ },
15508
+ filtercontainer: {
15509
+ "class": ['mb-2', 'relative block w-full']
15510
+ },
15511
+ input: {
15512
+ "class": ['m-0 p-3 text-base w-full pr-7', 'font-sans text-gray-600 dark:text-white/70 bg-white dark:bg-gray-900 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)]']
15513
+ },
15514
+ searchicon: {
15515
+ "class": ['absolute top-1/2 -mt-2 right-3 text-gray-600 dark:hover:text-white/70']
15516
+ }
15517
+ },
15518
+ // DATA
15519
+ timeline: {
15520
+ root: function root(_ref113) {
15521
+ var props = _ref113.props;
15522
+ return {
15523
+ "class": ['flex flex-grow', {
15524
+ 'flex-col': props.layout === 'vertical',
15525
+ 'flex-row flex-1': props.layout === 'horizontal'
15526
+ }]
15527
+ };
15528
+ },
15529
+ event: function event(_ref114) {
15530
+ var props = _ref114.props,
15531
+ context = _ref114.context;
15532
+ return {
15533
+ "class": ['flex relative min-h-[70px]', {
15534
+ 'flex-row-reverse': props.align === 'right' || props.layout === 'vertical' && props.align === 'alternate' && context.index % 2 === 1,
15535
+ 'flex-col flex-1': props.layout === 'horizontal',
15536
+ 'flex-col-reverse ': props.align === 'bottom' || props.layout === 'horizontal' && props.align === 'alternate' && context.index % 2 === 1
15537
+ }]
15538
+ };
15539
+ },
15540
+ opposite: function opposite(_ref115) {
15541
+ var props = _ref115.props,
15542
+ context = _ref115.context;
15543
+ return {
15544
+ "class": ['flex-1', {
15545
+ 'px-4': props.layout === 'vertical',
15546
+ 'py-4': props.layout === 'horizontal'
15547
+ }, {
15548
+ 'text-right': props.align === 'left' || props.layout === 'vertical' && props.align === 'alternate' && context.index % 2 === 0,
15549
+ 'text-left': props.align === 'right' || props.layout === 'vertical' && props.align === 'alternate' && context.index % 2 === 1
15550
+ }]
15551
+ };
15552
+ },
15553
+ separator: function separator(_ref116) {
15554
+ var props = _ref116.props;
15555
+ return {
15556
+ "class": ['flex items-center flex-initial', {
15557
+ 'flex-col': props.layout === 'vertical',
15558
+ 'flex-row': props.layout === 'horizontal'
15559
+ }]
15560
+ };
15561
+ },
15562
+ marker: {
15563
+ "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']
15564
+ },
15565
+ connector: function connector(_ref117) {
15566
+ var props = _ref117.props;
15567
+ return {
15568
+ "class": ['flex-grow bg-gray-300 dark:bg-blue-900/40', {
15569
+ 'w-[2px]': props.layout === 'vertical',
15570
+ 'w-full h-[2px]': props.layout === 'horizontal'
15571
+ }]
15572
+ };
15573
+ },
15574
+ content: function content(_ref118) {
15575
+ var props = _ref118.props,
15576
+ context = _ref118.context;
15577
+ return {
15578
+ "class": ['flex-1', {
15579
+ 'px-4': props.layout === 'vertical',
15580
+ 'py-4': props.layout === 'horizontal'
15581
+ }, {
15582
+ 'text-left': props.align === 'left' || props.layout === 'vertical' && props.align === 'alternate' && context.index % 2 === 0,
15583
+ 'text-right': props.align === 'right' || props.layout === 'vertical' && props.align === 'alternate' && context.index % 2 === 1
15584
+ }, {
15585
+ 'min-h-0': props.layout === 'vertical' && context.index === context.count,
15586
+ 'flex-grow-0': props.layout === 'horizontal' && context.index === context.count
15587
+ }]
15588
+ };
15589
+ }
15590
+ },
15591
+ dataview: {
15592
+ content: {
15593
+ "class": ['bg-white blue-gray-700 border-0 p-0', 'bg-gray-900 dark:text-white/80' // Dark Mode
15594
+ ]
15595
+ },
15596
+
15597
+ grid: {
15598
+ "class": 'flex flex-wrap ml-0 mr-0 mt-0'
15599
+ },
15600
+ header: {
15601
+ "class": 'bg-gray-100 text-blue-gray-800 border-gray-200 border-t border-b p-4 font-bold'
15602
+ }
15603
+ },
15604
+ dataviewlayoutoptions: {
15605
+ listbutton: function listbutton(_ref119) {
15606
+ var props = _ref119.props;
15607
+ return {
15608
+ "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
15609
+ ]
15610
+ };
15611
+ },
15612
+
15613
+ gridbutton: function gridbutton(_ref120) {
15614
+ var props = _ref120.props;
15615
+ return {
15616
+ "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
15617
+ ]
15618
+ };
15619
+ }
15620
+ },
15621
+
15622
+ organizationchart: {
15623
+ table: {
15624
+ "class": 'mx-auto my-0 border-spacing-0 border-separate'
15625
+ },
15626
+ cell: {
15627
+ "class": 'text-center align-top py-0 px-3'
15628
+ },
15629
+ node: {
15630
+ "class": ['relative inline-block bg-white border border-gray-300 text-gray-600 p-5', 'dark:border-blue-900/40 dark:bg-gray-900 dark:text-white/80' // Dark Mode
15631
+ ]
15632
+ },
15633
+
15634
+ linecell: {
15635
+ "class": 'text-center align-top py-0 px-3'
15636
+ },
15637
+ linedown: {
15638
+ "class": ['mx-auto my-0 w-px h-[20px] bg-gray-300', 'dark:bg-blue-900/40' //Dark Mode
15639
+ ]
15640
+ },
15641
+
15642
+ lineleft: function lineleft(_ref121) {
15643
+ var context = _ref121.context;
15644
+ return {
15645
+ "class": ['text-center align-top py-0 px-3 rounded-none border-r border-gray-300', {
15646
+ 'border-t': context.lineTop
15647
+ }, 'dark:border-blue-900/40' //Dark Mode
15648
+ ]
15649
+ };
15650
+ },
15651
+
15652
+ lineright: function lineright(_ref122) {
15653
+ var context = _ref122.context;
15654
+ return {
15655
+ "class": ['text-center align-top py-0 px-3 rounded-none', {
15656
+ 'border-t border-gray-300': context.lineTop
15657
+ }, 'dark:border-blue-900/40' //Dark Mode
15658
+ ]
15659
+ };
15660
+ },
15661
+
15662
+ nodecell: {
15663
+ "class": 'text-center align-top py-0 px-3'
15664
+ },
15665
+ nodetoggler: {
15666
+ "class": ['absolute bottom-[-0.75rem] left-2/4 -ml-3 w-6 h-6 bg-inherit text-inherit rounded-full z-2 cursor-pointer no-underline select-none', '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)]' // Focus styles
15667
+ ]
15668
+ },
15669
+
15670
+ nodetogglericon: {
15671
+ "class": 'relative inline-block w-4 h-4'
15672
+ }
15673
+ },
15674
+ orderlist: {
15675
+ root: {
15676
+ "class": 'flex'
15677
+ },
15678
+ controls: {
15679
+ "class": 'flex flex-col justify-center p-5'
15680
+ },
15681
+ moveupbutton: {
15682
+ root: function root(_ref123) {
15683
+ var context = _ref123.context;
15684
+ return {
15685
+ "class": ['relative inline-flex cursor-pointer user-select-none items-center align-bottom text-center overflow-hidden m-0',
15686
+ // button component
15687
+ 'text-white bg-blue-500 border border-blue-500 rounded-md', 'transition duration-200 ease-in-out', 'justify-center px-0 py-3',
15688
+ // icon only
15689
+ 'mb-2',
15690
+ // orderlist button
15691
+ 'dark:bg-sky-300 dark:border-sky-300 dark:text-gray-900',
15692
+ //Dark Mode
15693
+ {
15694
+ 'cursor-default pointer-events-none opacity-60': context.disabled
15695
+ }]
15696
+ };
15697
+ }
15698
+ },
15699
+ movetopbutton: {
15700
+ root: function root(_ref124) {
15701
+ var context = _ref124.context;
15702
+ return {
15703
+ "class": ['relative inline-flex cursor-pointer user-select-none items-center align-bottom text-center overflow-hidden m-0',
15704
+ // button component
15705
+ 'text-white bg-blue-500 border border-blue-500 rounded-md', 'transition duration-200 ease-in-out', 'justify-center px-0 py-3',
15706
+ // icon only
15707
+ 'mb-2',
15708
+ // orderlist button
15709
+ 'dark:bg-sky-300 dark:border-sky-300 dark:text-gray-900',
15710
+ //Dark Mode
15711
+ {
15712
+ 'cursor-default pointer-events-none opacity-60': context.disabled
15713
+ }]
15714
+ };
15715
+ }
15716
+ },
15717
+ movedownbutton: {
15718
+ root: function root(_ref125) {
15719
+ var context = _ref125.context;
15720
+ return {
15721
+ "class": ['relative inline-flex cursor-pointer user-select-none items-center align-bottom text-center overflow-hidden m-0',
15722
+ // button component
15723
+ 'text-white bg-blue-500 border border-blue-500 rounded-md', 'transition duration-200 ease-in-out', 'justify-center px-0 py-3',
15724
+ // icon only
15725
+ 'mb-2',
15726
+ // orderlist button
15727
+ 'dark:bg-sky-300 dark:border-sky-300 dark:text-gray-900',
15728
+ //Dark Mode
15729
+ {
15730
+ 'cursor-default pointer-events-none opacity-60': context.disabled
15731
+ }]
15732
+ };
15733
+ }
15734
+ },
15735
+ movebottombutton: {
15736
+ root: function root(_ref126) {
15737
+ var context = _ref126.context;
15738
+ return {
15739
+ "class": ['relative inline-flex cursor-pointer user-select-none items-center align-bottom text-center overflow-hidden m-0',
15740
+ // button component
15741
+ 'text-white bg-blue-500 border border-blue-500 rounded-md', 'transition duration-200 ease-in-out', 'justify-center px-0 py-3',
15742
+ // icon only
15743
+ 'mb-2',
15744
+ // orderlist button
15745
+ 'dark:bg-sky-300 dark:border-sky-300 dark:text-gray-900',
15746
+ //Dark Mode
15747
+ {
15748
+ 'cursor-default pointer-events-none opacity-60': context.disabled
15749
+ }]
15750
+ };
15751
+ }
15752
+ },
15753
+ container: {
15754
+ "class": 'flex-auto'
15755
+ },
15756
+ header: {
15757
+ "class": ['bg-slate-50 text-slate-700 border border-gray-300 p-5 font-bold border-b-0 rounded-t-md', 'dark:bg-gray-900 dark:text-white/80 dark:border-blue-900/40' //Dark Mode
15758
+ ]
15759
+ },
15760
+
15761
+ list: {
15762
+ "class": ['list-none m-0 p-0 overflow-auto min-h-[12rem] max-h-[24rem]', 'border border-gray-300 bg-white text-gray-600 py-3 px-0 rounded-b-md outline-none', 'dark:border-blue-900/40 dark:bg-gray-900 dark:text-white/80' //Dark Mode
15763
+ ]
15764
+ },
15765
+
15766
+ item: function item(_ref127) {
15767
+ var context = _ref127.context;
15768
+ return {
15769
+ "class": ['relative cursor-pointer overflow-hidden', 'py-3 px-5 m-0 border-none text-gray-600 dark:text-white/80', 'transition duration-200', {
15770
+ 'text-blue-700 bg-blue-500/20 dark:bg-blue-300/20': context.active && !context.focused,
15771
+ 'text-blue-700 bg-blue-500/30 dark:bg-blue-300/30': context.active && context.focused,
15772
+ 'text-gray-600 bg-gray-300 dark:bg-blue-900/40': !context.active && context.focused
15773
+ }]
15774
+ };
15775
+ }
15776
+ },
15777
+ picklist: {
15778
+ root: {
15779
+ "class": 'flex'
15780
+ },
15781
+ sourcecontrols: {
15782
+ "class": 'flex flex-col justify-center p-5'
15783
+ },
15784
+ sourcemoveupbutton: {
15785
+ root: function root(_ref128) {
15786
+ var context = _ref128.context;
15787
+ return {
15788
+ "class": ['relative inline-flex cursor-pointer user-select-none items-center align-bottom text-center overflow-hidden m-0',
15789
+ // button component
15790
+ 'text-white bg-blue-500 border border-blue-500 rounded-md', 'transition duration-200 ease-in-out', 'justify-center px-0 py-3',
15791
+ // icon only
15792
+ 'mb-2',
15793
+ // orderlist button
15794
+ 'dark:bg-sky-300 dark:border-sky-300 dark:text-gray-900',
15795
+ //Dark Mode
15796
+ {
15797
+ 'cursor-default pointer-events-none opacity-60': context.disabled
15798
+ }]
15799
+ };
15800
+ }
15801
+ },
15802
+ sourcemovetopbutton: {
15803
+ root: function root(_ref129) {
15804
+ var context = _ref129.context;
15805
+ return {
15806
+ "class": ['relative inline-flex cursor-pointer user-select-none items-center align-bottom text-center overflow-hidden m-0',
15807
+ // button component
15808
+ 'text-white bg-blue-500 border border-blue-500 rounded-md', 'transition duration-200 ease-in-out', 'justify-center px-0 py-3',
15809
+ // icon only
15810
+ 'mb-2',
15811
+ // orderlist button
15812
+ 'dark:bg-sky-300 dark:border-sky-300 dark:text-gray-900',
15813
+ //Dark Mode
15814
+ {
15815
+ 'cursor-default pointer-events-none opacity-60': context.disabled
15816
+ }]
15817
+ };
15818
+ }
15819
+ },
15820
+ sourcemovedownbutton: {
15821
+ root: function root(_ref130) {
15822
+ var context = _ref130.context;
15823
+ return {
15824
+ "class": ['relative inline-flex cursor-pointer user-select-none items-center align-bottom text-center overflow-hidden m-0',
15825
+ // button component
15826
+ 'text-white bg-blue-500 border border-blue-500 rounded-md', 'transition duration-200 ease-in-out', 'justify-center px-0 py-3',
15827
+ // icon only
15828
+ 'mb-2',
15829
+ // orderlist button
15830
+ 'dark:bg-sky-300 dark:border-sky-300 dark:text-gray-900',
15831
+ //Dark Mode
15832
+ {
15833
+ 'cursor-default pointer-events-none opacity-60': context.disabled
15834
+ }]
15835
+ };
15836
+ }
15837
+ },
15838
+ sourcemovebottombutton: {
15839
+ root: function root(_ref131) {
15840
+ var context = _ref131.context;
15841
+ return {
15842
+ "class": ['relative inline-flex cursor-pointer user-select-none items-center align-bottom text-center overflow-hidden m-0',
15843
+ // button component
15844
+ 'text-white bg-blue-500 border border-blue-500 rounded-md', 'transition duration-200 ease-in-out', 'justify-center px-0 py-3',
15845
+ // icon only
15846
+ 'mb-2',
15847
+ // orderlist button
15848
+ 'dark:bg-sky-300 dark:border-sky-300 dark:text-gray-900',
15849
+ //Dark Mode
15850
+ {
15851
+ 'cursor-default pointer-events-none opacity-60': context.disabled
15852
+ }]
15853
+ };
15854
+ }
15855
+ },
15856
+ sourcewrapper: {
15857
+ "class": 'grow shrink basis-2/4'
15858
+ },
15859
+ sourceheader: {
15860
+ "class": ['bg-slate-50 text-slate-700 border border-gray-300 p-5 font-bold border-b-0 rounded-t-md', 'dark:bg-gray-900 dark:text-white/80 dark:border-blue-900/40' //Dark Mode
15861
+ ]
15862
+ },
15863
+
15864
+ sourcelist: {
15865
+ "class": ['list-none m-0 p-0 overflow-auto min-h-[12rem] max-h-[24rem]', 'border border-gray-300 bg-white text-gray-600 py-3 px-0 rounded-b-md outline-none', 'dark:border-blue-900/40 dark:bg-gray-900 dark:text-white/80' //Dark Mode
15866
+ ]
15867
+ },
15868
+
15869
+ item: function item(_ref132) {
15870
+ var context = _ref132.context;
15871
+ return {
15872
+ "class": ['relative cursor-pointer overflow-hidden', 'py-3 px-5 m-0 border-none text-gray-600 dark:text-white/80', 'transition duration-200', {
15873
+ 'text-blue-700 bg-blue-500/20 dark:bg-blue-300/20': context.active && !context.focused,
15874
+ 'text-blue-700 bg-blue-500/30 dark:bg-blue-300/30': context.active && context.focused,
15875
+ 'text-gray-600 bg-gray-300 dark:bg-blue-900/40': !context.active && context.focused
15876
+ }]
15877
+ };
15878
+ },
15879
+ buttons: {
15880
+ "class": 'flex flex-col justify-center p-5'
15881
+ },
15882
+ movetotargetbutton: {
15883
+ root: function root(_ref133) {
15884
+ var context = _ref133.context;
15885
+ return {
15886
+ "class": ['relative inline-flex cursor-pointer user-select-none items-center align-bottom text-center overflow-hidden m-0',
15887
+ // button component
15888
+ 'text-white bg-blue-500 border border-blue-500 rounded-md', 'transition duration-200 ease-in-out', 'justify-center px-0 py-3',
15889
+ // icon only
15890
+ 'mb-2',
15891
+ // orderlist button
15892
+ 'dark:bg-sky-300 dark:border-sky-300 dark:text-gray-900',
15893
+ //Dark Mode
15894
+ {
15895
+ 'cursor-default pointer-events-none opacity-60': context.disabled
15896
+ }]
15897
+ };
15898
+ }
15899
+ },
15900
+ movealltotargetbutton: {
15901
+ root: function root(_ref134) {
15902
+ var context = _ref134.context;
15903
+ return {
15904
+ "class": ['relative inline-flex cursor-pointer user-select-none items-center align-bottom text-center overflow-hidden m-0',
15905
+ // button component
15906
+ 'text-white bg-blue-500 border border-blue-500 rounded-md', 'transition duration-200 ease-in-out', 'justify-center px-0 py-3',
15907
+ // icon only
15908
+ 'mb-2',
15909
+ // orderlist button
15910
+ 'dark:bg-sky-300 dark:border-sky-300 dark:text-gray-900',
15911
+ //Dark Mode
15912
+ {
15913
+ 'cursor-default pointer-events-none opacity-60': context.disabled
15914
+ }]
15915
+ };
15916
+ }
15917
+ },
15918
+ movetosourcebutton: {
15919
+ root: function root(_ref135) {
15920
+ var context = _ref135.context;
15921
+ return {
15922
+ "class": ['relative inline-flex cursor-pointer user-select-none items-center align-bottom text-center overflow-hidden m-0',
15923
+ // button component
15924
+ 'text-white bg-blue-500 border border-blue-500 rounded-md', 'transition duration-200 ease-in-out', 'justify-center px-0 py-3',
15925
+ // icon only
15926
+ 'mb-2',
15927
+ // orderlist button
15928
+ 'dark:bg-sky-300 dark:border-sky-300 dark:text-gray-900',
15929
+ //Dark Mode
15930
+ {
15931
+ 'cursor-default pointer-events-none opacity-60': context.disabled
15932
+ }]
15933
+ };
15934
+ }
15935
+ },
15936
+ movealltosourcebutton: {
15937
+ root: function root(_ref136) {
15938
+ var context = _ref136.context;
15939
+ return {
15940
+ "class": ['relative inline-flex cursor-pointer user-select-none items-center align-bottom text-center overflow-hidden m-0',
15941
+ // button component
15942
+ 'text-white bg-blue-500 border border-blue-500 rounded-md', 'transition duration-200 ease-in-out', 'justify-center px-0 py-3',
15943
+ // icon only
15944
+ 'mb-2',
15945
+ // orderlist button
15946
+ 'dark:bg-sky-300 dark:border-sky-300 dark:text-gray-900',
15947
+ //Dark Mode
15948
+ {
15949
+ 'cursor-default pointer-events-none opacity-60': context.disabled
15950
+ }]
15951
+ };
15952
+ }
15953
+ },
15954
+ targetcontrols: {
15955
+ "class": 'flex flex-col justify-center p-5'
15956
+ },
15957
+ targetmoveupbutton: {
15958
+ root: function root(_ref137) {
15959
+ var context = _ref137.context;
15960
+ return {
15961
+ "class": ['relative inline-flex cursor-pointer user-select-none items-center align-bottom text-center overflow-hidden m-0',
15962
+ // button component
15963
+ 'text-white bg-blue-500 border border-blue-500 rounded-md', 'transition duration-200 ease-in-out', 'justify-center px-0 py-3',
15964
+ // icon only
15965
+ 'mb-2',
15966
+ // orderlist button
15967
+ 'dark:bg-sky-300 dark:border-sky-300 dark:text-gray-900',
15968
+ //Dark Mode
15969
+ {
15970
+ 'cursor-default pointer-events-none opacity-60': context.disabled
15971
+ }]
15972
+ };
15973
+ }
15974
+ },
15975
+ targetmovetopbutton: {
15976
+ root: function root(_ref138) {
15977
+ var context = _ref138.context;
15978
+ return {
15979
+ "class": ['relative inline-flex cursor-pointer user-select-none items-center align-bottom text-center overflow-hidden m-0',
15980
+ // button component
15981
+ 'text-white bg-blue-500 border border-blue-500 rounded-md', 'transition duration-200 ease-in-out', 'justify-center px-0 py-3',
15982
+ // icon only
15983
+ 'mb-2',
15984
+ // orderlist button
15985
+ 'dark:bg-sky-300 dark:border-sky-300 dark:text-gray-900',
15986
+ //Dark Mode
15987
+ {
15988
+ 'cursor-default pointer-events-none opacity-60': context.disabled
15989
+ }]
15990
+ };
15991
+ }
15992
+ },
15993
+ targetmovedownbutton: {
15994
+ root: function root(_ref139) {
15995
+ var context = _ref139.context;
15996
+ return {
15997
+ "class": ['relative inline-flex cursor-pointer user-select-none items-center align-bottom text-center overflow-hidden m-0',
15998
+ // button component
15999
+ 'text-white bg-blue-500 border border-blue-500 rounded-md', 'transition duration-200 ease-in-out', 'justify-center px-0 py-3',
16000
+ // icon only
16001
+ 'mb-2',
16002
+ // orderlist button
16003
+ 'dark:bg-sky-300 dark:border-sky-300 dark:text-gray-900',
16004
+ //Dark Mode
16005
+ {
16006
+ 'cursor-default pointer-events-none opacity-60': context.disabled
16007
+ }]
16008
+ };
16009
+ }
16010
+ },
16011
+ targetmovebottombutton: {
16012
+ root: function root(_ref140) {
16013
+ var context = _ref140.context;
16014
+ return {
16015
+ "class": ['relative inline-flex cursor-pointer user-select-none items-center align-bottom text-center overflow-hidden m-0',
16016
+ // button component
16017
+ 'text-white bg-blue-500 border border-blue-500 rounded-md', 'transition duration-200 ease-in-out', 'justify-center px-0 py-3',
16018
+ // icon only
16019
+ 'mb-2',
16020
+ // orderlist button
16021
+ 'dark:bg-sky-300 dark:border-sky-300 dark:text-gray-900',
16022
+ //Dark Mode
16023
+ {
16024
+ 'cursor-default pointer-events-none opacity-60': context.disabled
16025
+ }]
16026
+ };
16027
+ }
16028
+ },
16029
+ targetwrapper: {
16030
+ "class": 'grow shrink basis-2/4'
16031
+ },
16032
+ targetheader: {
16033
+ "class": ['bg-slate-50 text-slate-700 border border-gray-300 p-5 font-bold border-b-0 rounded-t-md', 'dark:bg-gray-900 dark:text-white/80 dark:border-blue-900/40' //Dark Mode
16034
+ ]
16035
+ },
16036
+
16037
+ targetlist: {
16038
+ "class": ['list-none m-0 p-0 overflow-auto min-h-[12rem] max-h-[24rem]', 'border border-gray-300 bg-white text-gray-600 py-3 px-0 rounded-b-md outline-none', 'dark:border-blue-900/40 dark:bg-gray-900 dark:text-white/80' //Dark Mode
16039
+ ]
16040
+ }
16041
+ },
16042
+
16043
+ paginator: {
16044
+ root: {
16045
+ "class": ['flex items-center justify-center flex-wrap', 'bg-white text-gray-500 border-0 px-4 py-2 rounded-md', 'dark:bg-gray-900 dark:text-white/60 dark:border-blue-900/40' // Dark Mode
16046
+ ]
16047
+ },
16048
+
16049
+ firstpagebutton: function firstpagebutton(_ref141) {
16050
+ var context = _ref141.context;
16051
+ return {
16052
+ "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',
16053
+ //Dark Mode
16054
+ {
16055
+ 'cursor-default pointer-events-none opacity-60': context.disabled,
16056
+ 'focus:outline-none focus:outline-offset-0 focus:shadow-[0_0_0_0.2rem_rgba(191,219,254,1)]': !context.disabled // Focus
16057
+ }]
16058
+ };
16059
+ },
16060
+
16061
+ previouspagebutton: function previouspagebutton(_ref142) {
16062
+ var context = _ref142.context;
16063
+ return {
16064
+ "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',
16065
+ //Dark Mode
16066
+ {
16067
+ 'cursor-default pointer-events-none opacity-60': context.disabled,
16068
+ 'focus:outline-none focus:outline-offset-0 focus:shadow-[0_0_0_0.2rem_rgba(191,219,254,1)]': !context.disabled // Focus
16069
+ }]
16070
+ };
16071
+ },
16072
+
16073
+ nextpagebutton: function nextpagebutton(_ref143) {
16074
+ var context = _ref143.context;
16075
+ return {
16076
+ "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',
16077
+ //Dark Mode
16078
+ {
16079
+ 'cursor-default pointer-events-none opacity-60': context.disabled,
16080
+ 'focus:outline-none focus:outline-offset-0 focus:shadow-[0_0_0_0.2rem_rgba(191,219,254,1)]': !context.disabled // Focus
16081
+ }]
16082
+ };
16083
+ },
16084
+
16085
+ lastpagebutton: function lastpagebutton(_ref144) {
16086
+ var context = _ref144.context;
16087
+ return {
16088
+ "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',
16089
+ //Dark Mode
16090
+ {
16091
+ 'cursor-default pointer-events-none opacity-60': context.disabled,
16092
+ 'focus:outline-none focus:outline-offset-0 focus:shadow-[0_0_0_0.2rem_rgba(191,219,254,1)]': !context.disabled // Focus
16093
+ }]
16094
+ };
16095
+ },
16096
+
16097
+ pagebutton: function pagebutton(_ref145) {
16098
+ var context = _ref145.context;
16099
+ return {
16100
+ "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',
16101
+ // Dark Mode
16102
+ 'focus:outline-none focus:outline-offset-0 focus:shadow-[0_0_0_0.2rem_rgba(191,219,254,1)]',
16103
+ // Focus
16104
+ {
16105
+ 'bg-blue-50 border-blue-50 text-blue-700 dark:bg-blue-300': context.active
16106
+ }]
16107
+ };
16108
+ },
16109
+ rowperpagedropdown: {
16110
+ root: function root(_ref146) {
16111
+ var props = _ref146.props,
16112
+ state = _ref146.state;
16113
+ return {
16114
+ "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',
16115
+ //DarkMode
16116
+ {
16117
+ 'outline-none outline-offset-0 shadow-[0_0_0_0.2rem_rgba(191,219,254,1)] border-blue-500': state.focused && !props.disabled,
16118
+ //Focus
16119
+ 'border-gray-300': !state.focused,
16120
+ 'hover:border-blue-500': !props.disabled //Hover
16121
+ }]
16122
+ };
16123
+ },
16124
+
16125
+ input: {
16126
+ "class": ['font-sans text-base text-gray-600 p-3 m-0 rounded-md apperance-none', 'block whitespace-nowrap overflow-hidden flex-auto w-[1%] cursor-pointer text-ellipsis border-0 pr-0', 'focus:outline-none focus:outline-offset-0', 'dark:text-white' //Dark Mode
16127
+ ]
16128
+ },
16129
+
16130
+ trigger: {
16131
+ "class": ['flex items-center justify-center shrink-0', 'text-gray-500 dark:text-white w-12 rounded-r-md']
16132
+ },
16133
+ panel: {
16134
+ "class": ['bg-white text-gray-600 border-0 rounded-md shadow-[0_2px_12px_rgba(0,0,0,0.1)]', 'dark:bg-gray-900 dark:text-white/80 dark:border-blue-900/40' //Dark Mode
16135
+ ]
16136
+ },
16137
+
16138
+ wrapper: {
16139
+ "class": 'overflow-auto'
16140
+ },
16141
+ list: {
16142
+ "class": 'm-0 p-0 py-3 list-none'
16143
+ },
16144
+ item: function item(_ref147) {
16145
+ var context = _ref147.context;
16146
+ return {
16147
+ "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',
16148
+ // Dark Mode
16149
+ {
16150
+ 'text-blue-700 bg-blue-50 dark:text-white/80 dark:bg-blue-300': !context.focused && context.selected,
16151
+ 'bg-blue-300/40': context.focused && context.selected,
16152
+ 'text-gray-600 bg-gray-300 dark:text-white/80 dark:bg-blue-900/40': context.focused && !context.selected
16153
+ }]
16154
+ };
16155
+ }
16156
+ },
16157
+ jumptopageinput: {
16158
+ root: {
16159
+ "class": 'inline-flex mx-2'
16160
+ },
16161
+ input: {
16162
+ "class": ['font-sans text-base text-gray-600 p-3 m-0 rounded-md apperance-none', 'block whitespace-nowrap overflow-hidden flex-auto w-[1%] cursor-pointer text-ellipsis border border-gray-300 pr-0', 'focus:outline-none focus:outline-offset-0 focus:shadow-[0_0_0_0.2rem_rgba(191,219,254,1)] focus:border-blue-300', 'dark:text-white dark:bg-gray-950 dark:border-blue-900/40',
16163
+ //Dark Mode
16164
+ 'm-0 flex-auto max-w-[3rem]']
16165
+ }
16166
+ },
16167
+ jumptopagedropdown: {
16168
+ root: function root(_ref148) {
16169
+ var props = _ref148.props,
16170
+ state = _ref148.state;
16171
+ return {
16172
+ "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',
16173
+ //DarkMode
16174
+ {
16175
+ 'outline-none outline-offset-0 shadow-[0_0_0_0.2rem_rgba(191,219,254,1)] border-blue-500': state.focused && !props.disabled,
16176
+ //Focus
16177
+ 'border-gray-300': !state.focused,
16178
+ 'hover:border-blue-500': !props.disabled //Hover
16179
+ }]
16180
+ };
16181
+ },
16182
+
16183
+ input: {
16184
+ "class": ['font-sans text-base text-gray-600 p-3 m-0 rounded-md apperance-none', 'block whitespace-nowrap overflow-hidden flex-auto w-[1%] cursor-pointer text-ellipsis border-0 pr-0', 'focus:outline-none focus:outline-offset-0', 'dark:text-white' //Dark Mode
16185
+ ]
16186
+ },
16187
+
16188
+ trigger: {
16189
+ "class": ['flex items-center justify-center shrink-0', 'text-gray-500 dark:text-white w-12 rounded-r-md']
16190
+ },
16191
+ panel: {
16192
+ "class": ['bg-white text-gray-600 border-0 rounded-md shadow-[0_2px_12px_rgba(0,0,0,0.1)]', 'dark:bg-gray-900 dark:text-white/80 dark:border-blue-900/40' //Dark Mode
16193
+ ]
16194
+ },
16195
+
16196
+ wrapper: {
16197
+ "class": 'overflow-auto'
16198
+ },
16199
+ list: {
16200
+ "class": 'm-0 p-0 py-3 list-none'
16201
+ },
16202
+ item: function item(_ref149) {
16203
+ var context = _ref149.context;
16204
+ return {
16205
+ "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',
16206
+ // Dark Mode
16207
+ {
16208
+ 'text-blue-700 bg-blue-50 dark:text-white/80 dark:bg-blue-300': !context.focused && context.selected,
16209
+ 'bg-blue-300/40': context.focused && context.selected,
16210
+ 'text-gray-600 bg-gray-300 dark:text-white/80 dark:bg-blue-900/40': context.focused && !context.selected
16211
+ }]
16212
+ };
16213
+ }
16214
+ }
16215
+ },
16216
+ treetable: {
16217
+ root: function root(_ref150) {
16218
+ var props = _ref150.props;
16219
+ return {
16220
+ "class": ['relative', {
16221
+ 'flex flex-col h-full': props.scrollHeight === 'flex'
16222
+ }]
16223
+ };
16224
+ },
16225
+ loadingoverlay: {
16226
+ "class": ['fixed w-full h-full t-0 l-0 bg-gray-100/40', 'transition duration-200', 'absolute flex items-center justify-center z-2', 'dark:bg-gray-950/40' // Dark Mode
16227
+ ]
16228
+ },
16229
+
16230
+ loadingicon: {
16231
+ "class": 'w-8 h-8'
16232
+ },
16233
+ header: {
16234
+ "class": ['bg-slate-50 text-slate-700 border border-x-0 border-t-0 border-gray-300 p-4 font-bold', 'dark:bg-gray-900 dark:text-white/70 dark:border-blue-900/40' // Dark Mode
16235
+ ]
16236
+ },
16237
+
16238
+ wrapper: function wrapper(_ref151) {
16239
+ var props = _ref151.props;
16240
+ return {
16241
+ "class": [{
16242
+ 'relative overflow-auto': props.scrollable,
16243
+ 'overflow-x-auto': props.resizableColumns
16244
+ }]
16245
+ };
16246
+ },
16247
+ footer: {
16248
+ "class": ['bg-slate-50 text-slate-700 border border-x-0 border-t-0 border-gray-300 p-4 font-bold', 'dark:bg-gray-900 dark:text-white/70 dark:border-blue-900/40' // Dark Mode
16249
+ ]
16250
+ },
16251
+
16252
+ table: {
16253
+ "class": 'border-collapse table-fixed w-full'
16254
+ },
16255
+ thead: function thead(_ref152) {
16256
+ var props = _ref152.props;
16257
+ return {
16258
+ "class": [{
16259
+ 'block sticky top-0 z-[1]': props.scrollable
16260
+ }]
16261
+ };
16262
+ },
16263
+ tbody: function tbody(_ref153) {
16264
+ var props = _ref153.props;
16265
+ return {
16266
+ "class": [{
16267
+ block: props.scrollable
16268
+ }]
16269
+ };
16270
+ },
16271
+ tfoot: function tfoot(_ref154) {
16272
+ var props = _ref154.props;
16273
+ return {
16274
+ "class": [{
16275
+ block: props.scrollable
16276
+ }]
16277
+ };
16278
+ },
16279
+ headerrow: function headerrow(_ref155) {
16280
+ var props = _ref155.props;
16281
+ return {
16282
+ "class": [{
16283
+ 'flex flex-nowrap w-full': props.scrollable
16284
+ }]
16285
+ };
16286
+ },
16287
+ row: function row(_ref156) {
16288
+ var context = _ref156.context;
16289
+ return {
16290
+ "class": ['transition duration-200', 'focus:outline focus:outline-[0.15rem] focus:outline-blue-200 focus:outline-offset-[-0.15rem]',
16291
+ // Focus
16292
+ context.selected ? 'bg-blue-50 text-blue-700 dark:bg-blue-300 dark:text-white/80' : 'bg-white text-gray-600 dark:bg-gray-900 dark:text-white/80', {
16293
+ 'hover:bg-gray-300/20 hover:text-gray-600 dark:hover:bg-gray-950': context.selectable && !context.selected,
16294
+ // Hover
16295
+ 'flex flex-nowrap w-full': context.scrollable
16296
+ }]
16297
+ };
16298
+ },
16299
+ column: {
16300
+ headercell: function headercell(_ref157) {
16301
+ var context = _ref157.context;
16302
+ return {
16303
+ "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',
16304
+ // Size
16305
+ 'dark:border-blue-900/40 dark:text-white/80 dark:bg-gray-900',
16306
+ //Dark Mode
16307
+ {
16308
+ 'flex flex-1 items-center': context.scrollable,
16309
+ 'flex-initial shrink-0': context.scrollable && context.scrollDirection === 'both' && !context.frozen,
16310
+ 'sticky z-[1]': context.scrollable && context.scrollDirection === 'both' && context.frozen,
16311
+ 'border-x-0 border-l-0 border-t-0': !context.showGridlines,
16312
+ 'overflow-hidden relative bg-clip-padding': context.resizable && !context.frozen
16313
+ }]
16314
+ };
16315
+ },
16316
+ bodycell: function bodycell(_ref158) {
16317
+ var context = _ref158.context;
16318
+ return {
16319
+ "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',
16320
+ // Size
16321
+ 'dark:border-blue-900/40',
16322
+ //Dark Mode
16323
+ {
16324
+ 'cursor-pointer': context.selectable,
16325
+ 'flex flex-1 items-center': context.scrollable,
16326
+ 'flex-initial shrink-0': context.scrollable && context.scrollDirection === 'both' && !context.frozen,
16327
+ sticky: context.scrollable && context.scrollDirection === 'both' && context.frozen,
16328
+ 'border-x-0 border-l-0': !context.showGridlines
16329
+ }]
16330
+ };
16331
+ },
16332
+ rowtoggler: function rowtoggler(_ref159) {
16333
+ var context = _ref159.context;
16334
+ return {
16335
+ "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
16336
+ ]
16337
+ };
16338
+ },
16339
+
16340
+ sorticon: function sorticon(_ref160) {
16341
+ var context = _ref160.context;
16342
+ return {
16343
+ "class": ['ml-2', context.sorted ? 'text-blue-700 dark:text-white/80' : 'text-slate-700 dark:text-white/70']
16344
+ };
16345
+ },
16346
+ sortbadge: {
16347
+ "class": ['h-[1.143rem] min-w-[1.143rem] leading-[1.143rem] text-blue-700 bg-blue-50 ml-2 rounded-[50%]', 'dark:text-white/80 dark:bg-blue-500/40' // Dark Mode
16348
+ ]
16349
+ },
16350
+
16351
+ columnresizer: {
16352
+ "class": 'block absolute top-0 right-0 m-0 w-2 h-full p-0 cursor-col-resize border border-transparent'
16353
+ },
16354
+ checkboxwrapper: {
16355
+ "class": ['cursor-pointer inline-flex relative select-none align-bottom', 'w-6 h-6 mr-2']
16356
+ },
16357
+ checkbox: function checkbox(_ref161) {
16358
+ var context = _ref161.context;
16359
+ return {
16360
+ "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', {
16361
+ '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
16362
+ }]
16363
+ };
16364
+ },
16365
+ checkboxicon: function checkboxicon(_ref162) {
16366
+ var context = _ref162.context;
16367
+ return {
16368
+ "class": ['w-4 h-4 transition-all duration-200 text-base dark:text-gray-900', {
16369
+ 'text-white': context.checked
16370
+ }]
16371
+ };
16372
+ }
16373
+ },
16374
+ resizehelper: {
16375
+ "class": ['absolute hidden w-px z-10 bg-blue-500 dark:bg-blue-300']
16376
+ }
16377
+ },
16378
+ datatable: {
16379
+ root: function root(_ref163) {
16380
+ var props = _ref163.props;
16381
+ return {
16382
+ "class": ['relative', {
16383
+ 'flex flex-col h-full': props.scrollable && props.scrollHeight === 'flex'
16384
+ }]
16385
+ };
16386
+ },
16387
+ loadingoverlay: {
16388
+ "class": ['fixed w-full h-full t-0 l-0 bg-gray-100/40', 'transition duration-200', 'absolute flex items-center justify-center z-2', 'dark:bg-gray-950/40' // Dark Mode
16389
+ ]
16390
+ },
16391
+
16392
+ loadingicon: {
16393
+ "class": 'w-8 h-8'
16394
+ },
16395
+ wrapper: function wrapper(_ref164) {
16396
+ var props = _ref164.props;
16397
+ return {
16398
+ "class": [{
16399
+ relative: props.scrollable,
16400
+ 'flex flex-col grow h-full': props.scrollable && props.scrollHeight === 'flex'
16401
+ }]
16402
+ };
16403
+ },
16404
+ header: function header(_ref165) {
16405
+ var props = _ref165.props;
16406
+ return {
16407
+ "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',
16408
+ // Dark Mode
16409
+ props.showGridlines ? 'border-x border-t border-b-0' : 'border-y border-x-0']
16410
+ };
16411
+ },
16412
+ table: {
16413
+ "class": 'w-full border-spacing-0'
16414
+ },
16415
+ thead: function thead(_ref166) {
16416
+ var context = _ref166.context;
16417
+ return {
16418
+ "class": [{
16419
+ 'bg-slate-50 top-0 z-[1]': context.scrollable
16420
+ }]
16421
+ };
16422
+ },
16423
+ tbody: function tbody(_ref167) {
16424
+ var instance = _ref167.instance,
16425
+ context = _ref167.context;
16426
+ return {
16427
+ "class": [{
16428
+ 'sticky z-[1]': instance.frozenRow && context.scrollable
16429
+ }]
16430
+ };
16431
+ },
16432
+ tfoot: function tfoot(_ref168) {
16433
+ var context = _ref168.context;
16434
+ return {
16435
+ "class": [{
16436
+ 'bg-slate-50 bottom-0 z-[1]': context.scrollable
16437
+ }]
16438
+ };
16439
+ },
16440
+ footer: {
16441
+ "class": ['bg-slate-50 text-slate-700 border-t-0 border-b border-x-0 border-gray-300 font-bold p-4', 'dark:border-blue-900/40 dark:text-white/80 dark:bg-gray-900' // Dark Mode
16442
+ ]
16443
+ },
16444
+
16445
+ column: {
16446
+ headercell: function headercell(_ref169) {
16447
+ var context = _ref169.context,
16448
+ props = _ref169.props;
16449
+ return {
16450
+ "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',
16451
+ // Size
16452
+ context.sorted ? 'bg-blue-50 text-blue-700' : 'bg-slate-50 text-slate-700',
16453
+ // Sort
16454
+ context.sorted ? 'dark:text-white/80 dark:bg-blue-300' : 'dark:text-white/80 dark:bg-gray-900',
16455
+ // Dark Mode
16456
+ {
16457
+ 'sticky z-[1]': props.frozen || props.frozen === '',
16458
+ // Frozen Columns
16459
+ 'border-x border-y': context === null || context === void 0 ? void 0 : context.showGridlines,
16460
+ 'overflow-hidden space-nowrap border-y relative bg-clip-padding': context.resizable // Resizable
16461
+ }]
16462
+ };
16463
+ },
16464
+
16465
+ headercontent: {
16466
+ "class": 'flex items-center'
16467
+ },
16468
+ bodycell: function bodycell(_ref170) {
16469
+ var props = _ref170.props,
16470
+ context = _ref170.context;
16471
+ return {
16472
+ "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',
16473
+ // Size
16474
+ 'dark:text-white/80 dark:border-blue-900/40',
16475
+ // Dark Mode
16476
+ {
16477
+ 'sticky bg-inherit': props.frozen || props.frozen === '',
16478
+ // Frozen Columns
16479
+ 'border-x border-y': context === null || context === void 0 ? void 0 : context.showGridlines
16480
+ }]
16481
+ };
16482
+ },
16483
+ footercell: function footercell(_ref171) {
16484
+ var context = _ref171.context;
16485
+ return {
16486
+ "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',
16487
+ // Size
16488
+ 'dark:text-white/80 dark:bg-gray-900 dark:border-blue-900/40',
16489
+ // Dark Mode
16490
+ {
16491
+ 'border-x border-y': context === null || context === void 0 ? void 0 : context.showGridlines
16492
+ }]
16493
+ };
16494
+ },
16495
+ sorticon: function sorticon(_ref172) {
16496
+ var context = _ref172.context;
16497
+ return {
16498
+ "class": ['ml-2', context.sorted ? 'text-blue-700 dark:text-white/80' : 'text-slate-700 dark:text-white/70']
16499
+ };
16500
+ },
16501
+ sortbadge: {
16502
+ "class": ['flex items-center justify-center align-middle', 'rounded-[50%] w-[1.143rem] leading-[1.143rem] ml-2', 'text-blue-700 bg-blue-50', 'dark:text-white/80 dark:bg-blue-400' // Dark Mode
16503
+ ]
16504
+ },
16505
+
16506
+ columnfilter: {
16507
+ "class": 'inline-flex items-center ml-auto'
16508
+ },
16509
+ filteroverlay: {
16510
+ "class": ['bg-white text-gray-600 border-0 rounded-md min-w-[12.5rem]', 'dark:bg-gray-900 dark:border-blue-900/40 dark:text-white/80' //Dark Mode
16511
+ ]
16512
+ },
16513
+
16514
+ filtermatchmodedropdown: {
16515
+ root: {
16516
+ "class": 'min-[0px]:flex mb-2'
16517
+ }
16518
+ },
16519
+ filterrowitems: {
16520
+ "class": 'm-0 p-0 py-3 list-none '
16521
+ },
16522
+ filterrowitem: function filterrowitem(_ref173) {
16523
+ var context = _ref173.context;
16524
+ return {
16525
+ "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']
16526
+ };
16527
+ },
16528
+ filteroperator: {
16529
+ "class": ['px-5 py-3 border-b border-solid border-gray-300 text-slate-700 bg-slate-50 rounded-t-md', 'dark:border-blue-900/40 dark:text-white/80 dark:bg-gray-900' // Dark Mode
16530
+ ]
16531
+ },
16532
+
16533
+ filteroperatordropdown: {
16534
+ root: {
16535
+ "class": 'min-[0px]:flex'
16536
+ }
16537
+ },
16538
+ filterconstraint: {
16539
+ "class": 'p-5 border-b border-solid border-gray-300 dark:border-blue-900/40'
16540
+ },
16541
+ filteraddrule: {
16542
+ "class": 'py-3 px-5'
16543
+ },
16544
+ filteraddrulebutton: {
16545
+ root: {
16546
+ "class": 'justify-center w-full min-[0px]:text-sm'
16547
+ },
16548
+ label: {
16549
+ "class": 'flex-auto grow-0'
16550
+ },
16551
+ icon: {
16552
+ "class": 'mr-2'
16553
+ }
16554
+ },
16555
+ filterremovebutton: {
16556
+ root: {
16557
+ "class": 'ml-2'
16558
+ },
16559
+ label: {
16560
+ "class": 'grow-0'
16561
+ }
16562
+ },
16563
+ filterbuttonbar: {
16564
+ "class": 'flex items-center justify-between p-5'
16565
+ },
16566
+ filterclearbutton: {
16567
+ root: {
16568
+ "class": 'w-auto min-[0px]:text-sm border-blue-500 text-blue-500 px-4 py-3'
16569
+ }
16570
+ },
16571
+ filterapplybutton: {
16572
+ root: {
16573
+ "class": 'w-auto min-[0px]:text-sm px-4 py-3'
16574
+ }
16575
+ },
16576
+ filtermenubutton: function filtermenubutton(_ref174) {
16577
+ var context = _ref174.context;
16578
+ return {
16579
+ "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',
16580
+ // Hover
16581
+ 'focus:outline-0 focus:outline-offset-0 focus:shadow-[0_0_0_0.2rem_rgba(191,219,254,1)]',
16582
+ // Focus
16583
+ 'dark:text-white/70 dark:hover:text-white/80 dark:bg-gray-900',
16584
+ // Dark Mode
16585
+ {
16586
+ 'bg-blue-50 text-blue-700': context.active
16587
+ }]
16588
+ };
16589
+ },
16590
+ headerfilterclearbutton: function headerfilterclearbutton(_ref175) {
16591
+ var context = _ref175.context;
16592
+ return {
16593
+ "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', {
16594
+ invisible: !context.hidden
16595
+ }]
16596
+ };
16597
+ },
16598
+ columnresizer: {
16599
+ "class": 'block absolute top-0 right-0 m-0 w-2 h-full p-0 cursor-col-resize border border-transparent'
16600
+ },
16601
+ rowreordericon: {
16602
+ "class": 'cursor-move'
16603
+ },
16604
+ roweditorinitbutton: {
16605
+ "class": ['inline-flex items-center justify-center overflow-hidden relative', 'text-left cursor-pointer select-none', 'w-8 h-8 border-0 rounded-[50%]', 'transition duration-200', 'text-slate-700 border-transparent', 'focus:outline-0 focus:outline-offset-0 focus:shadow-[0_0_0_0.2rem_rgba(191,219,254,1)]',
16606
+ //Focus
16607
+ 'hover:text-slate-700 hover:bg-gray-300/20',
16608
+ //Hover
16609
+ 'dark:text-white/70' // Dark Mode
16610
+ ]
16611
+ },
16612
+
16613
+ roweditorsavebutton: {
16614
+ "class": ['inline-flex items-center justify-center overflow-hidden relative', 'text-left cursor-pointer select-none', 'w-8 h-8 border-0 rounded-[50%]', 'transition duration-200', 'text-slate-700 border-transparent', 'focus:outline-0 focus:outline-offset-0 focus:shadow-[0_0_0_0.2rem_rgba(191,219,254,1)]',
16615
+ //Focus
16616
+ 'hover:text-slate-700 hover:bg-gray-300/20',
16617
+ //Hover
16618
+ 'dark:text-white/70' // Dark Mode
16619
+ ]
16620
+ },
16621
+
16622
+ roweditorcancelbutton: {
16623
+ "class": ['inline-flex items-center justify-center overflow-hidden relative', 'text-left cursor-pointer select-none', 'w-8 h-8 border-0 rounded-[50%]', 'transition duration-200', 'text-slate-700 border-transparent', 'focus:outline-0 focus:outline-offset-0 focus:shadow-[0_0_0_0.2rem_rgba(191,219,254,1)]',
16624
+ //Focus
16625
+ 'hover:text-slate-700 hover:bg-gray-300/20',
16626
+ //Hover
16627
+ 'dark:text-white/70' // Dark Mode
16628
+ ]
16629
+ },
16630
+
16631
+ radiobuttonwrapper: {
16632
+ "class": ['relative inline-flex cursor-pointer select-none align-bottom', 'w-6 h-6']
16633
+ },
16634
+ radiobutton: function radiobutton(_ref176) {
16635
+ var context = _ref176.context;
16636
+ return {
16637
+ "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', {
16638
+ '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,
16639
+ 'cursor-default opacity-60': context.disabled
16640
+ }]
16641
+ };
16642
+ },
16643
+ radiobuttonicon: function radiobuttonicon(_ref177) {
16644
+ var context = _ref177.context;
16645
+ return {
16646
+ "class": ['transform rounded-full', 'block w-3 h-3 transition duration-200 bg-white dark:bg-gray-900', {
16647
+ 'backface-hidden scale-10 invisible': context.checked === false,
16648
+ 'transform scale-100 visible': context.checked === true
16649
+ }]
16650
+ };
16651
+ },
16652
+ headercheckboxwrapper: {
16653
+ "class": ['cursor-pointer inline-flex relative select-none align-bottom', 'w-6 h-6']
16654
+ },
16655
+ headercheckbox: function headercheckbox(_ref178) {
16656
+ var context = _ref178.context;
16657
+ return {
16658
+ "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', {
16659
+ '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,
16660
+ 'cursor-default opacity-60': context.disabled
16661
+ }]
16662
+ };
16663
+ },
16664
+ headercheckboxicon: {
16665
+ "class": ['w-4 h-4 transition-all duration-200 text-white text-base dark:text-gray-900']
16666
+ },
16667
+ checkboxwrapper: {
16668
+ "class": ['cursor-pointer inline-flex relative select-none align-bottom', 'w-6 h-6']
16669
+ },
16670
+ checkbox: function checkbox(_ref179) {
16671
+ var context = _ref179.context;
16672
+ return {
16673
+ "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', {
16674
+ '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,
16675
+ 'cursor-default opacity-60': context.disabled
16676
+ }]
16677
+ };
16678
+ },
16679
+ checkboxicon: {
16680
+ "class": ['w-4 h-4 transition-all duration-200 text-white text-base dark:text-gray-900']
16681
+ }
16682
+ },
16683
+ bodyrow: function bodyrow(_ref180) {
16684
+ var context = _ref180.context;
16685
+ return {
16686
+ "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-50/50 text-gray-600 dark:bg-gray-950' : '', 'transition duration-200', 'focus:outline focus:outline-[0.15rem] focus:outline-blue-200 focus:outline-offset-[-0.15rem]',
16687
+ // Focus
16688
+ 'dark:text-white/80 dark:focus:outline dark:focus:outline-[0.15rem] dark:focus:outline-blue-300 dark:focus:outline-offset-[-0.15rem]',
16689
+ // Dark Mode
16690
+ {
16691
+ 'cursor-pointer': context.selectable,
16692
+ 'hover:bg-gray-300/20 hover:text-gray-600': context.selectable && !context.selected // Hover
16693
+ }]
16694
+ };
16695
+ },
16696
+
16697
+ rowexpansion: {
16698
+ "class": 'bg-white text-gray-600 dark:bg-gray-900 dark:text-white/80'
16699
+ },
16700
+ rowgroupheader: {
16701
+ "class": ['sticky z-[1]', 'bg-white text-gray-600', 'transition duration-200']
16702
+ },
16703
+ rowgroupfooter: {
16704
+ "class": ['sticky z-[1]', 'bg-white text-gray-600', 'transition duration-200']
16705
+ },
16706
+ rowgrouptoggler: {
16707
+ "class": ['text-left m-0 p-0 cursor-pointer select-none', 'inline-flex items-center justify-center overflow-hidden relative', 'w-8 h-8 text-gray-500 border-0 bg-transparent rounded-[50%]', 'transition duration-200', 'dark:text-white/70' // Dark Mode
16708
+ ]
16709
+ },
16710
+
16711
+ rowgrouptogglericon: {
16712
+ "class": 'inline-block w-4 h-4'
16713
+ },
16714
+ resizehelper: {
16715
+ "class": ['absolute hidden w-px z-10 bg-blue-500 dark:bg-blue-300']
16716
+ }
16717
+ }
16718
+ };
16719
+
16720
+ return Tailwind;
16721
+
16722
+ })();
16723
+