primevue 3.32.0 → 3.32.1

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 (331) hide show
  1. package/accordion/Accordion.d.ts +2 -2
  2. package/accordiontab/AccordionTab.d.ts +4 -3
  3. package/autocomplete/AutoComplete.d.ts +17 -7
  4. package/autocomplete/AutoComplete.vue +1 -1
  5. package/autocomplete/autocomplete.cjs.js +1 -0
  6. package/autocomplete/autocomplete.cjs.min.js +1 -1
  7. package/autocomplete/autocomplete.esm.js +1 -0
  8. package/autocomplete/autocomplete.esm.min.js +1 -1
  9. package/autocomplete/autocomplete.js +1 -0
  10. package/autocomplete/autocomplete.min.js +1 -1
  11. package/avatar/Avatar.d.ts +2 -2
  12. package/avatargroup/AvatarGroup.d.ts +2 -2
  13. package/badge/Badge.d.ts +2 -2
  14. package/badgedirective/BadgeDirective.d.ts +2 -1
  15. package/basecomponent/BaseComponent.vue +67 -12
  16. package/basecomponent/basecomponent.cjs.js +80 -22
  17. package/basecomponent/basecomponent.cjs.min.js +1 -1
  18. package/basecomponent/basecomponent.esm.js +80 -22
  19. package/basecomponent/basecomponent.esm.min.js +1 -1
  20. package/basecomponent/basecomponent.js +80 -22
  21. package/basecomponent/basecomponent.min.js +1 -1
  22. package/basedirective/basedirective.cjs.js +47 -7
  23. package/basedirective/basedirective.cjs.min.js +1 -1
  24. package/basedirective/basedirective.esm.js +47 -7
  25. package/basedirective/basedirective.esm.min.js +1 -1
  26. package/basedirective/basedirective.js +47 -7
  27. package/basedirective/basedirective.min.js +1 -1
  28. package/baseicon/BaseIcon.vue +44 -32
  29. package/baseicon/baseicon.cjs.js +19 -30
  30. package/baseicon/baseicon.cjs.min.js +1 -1
  31. package/baseicon/baseicon.esm.js +19 -30
  32. package/baseicon/baseicon.esm.min.js +1 -1
  33. package/baseicon/baseicon.js +20 -32
  34. package/baseicon/baseicon.min.js +1 -1
  35. package/blockui/BlockUI.d.ts +2 -2
  36. package/breadcrumb/Breadcrumb.d.ts +2 -2
  37. package/button/Button.d.ts +2 -2
  38. package/button/Button.vue +2 -2
  39. package/button/button.cjs.js +2 -2
  40. package/button/button.cjs.min.js +1 -1
  41. package/button/button.esm.js +2 -2
  42. package/button/button.esm.min.js +1 -1
  43. package/button/button.js +2 -2
  44. package/button/button.min.js +1 -1
  45. package/calendar/Calendar.d.ts +2 -2
  46. package/calendar/Calendar.vue +5 -4
  47. package/calendar/calendar.cjs.js +7 -6
  48. package/calendar/calendar.cjs.min.js +1 -1
  49. package/calendar/calendar.esm.js +7 -6
  50. package/calendar/calendar.esm.min.js +1 -1
  51. package/calendar/calendar.js +7 -6
  52. package/calendar/calendar.min.js +1 -1
  53. package/card/Card.d.ts +2 -2
  54. package/carousel/Carousel.d.ts +2 -2
  55. package/carousel/Carousel.vue +2 -1
  56. package/carousel/carousel.cjs.js +4 -3
  57. package/carousel/carousel.cjs.min.js +1 -1
  58. package/carousel/carousel.esm.js +4 -3
  59. package/carousel/carousel.esm.min.js +1 -1
  60. package/carousel/carousel.js +4 -3
  61. package/carousel/carousel.min.js +1 -1
  62. package/cascadeselect/CascadeSelect.d.ts +2 -2
  63. package/chart/Chart.d.ts +2 -2
  64. package/checkbox/Checkbox.d.ts +2 -2
  65. package/chip/Chip.d.ts +6 -4
  66. package/chips/Chips.d.ts +13 -4
  67. package/chips/Chips.vue +1 -1
  68. package/chips/chips.cjs.js +1 -0
  69. package/chips/chips.cjs.min.js +1 -1
  70. package/chips/chips.esm.js +1 -0
  71. package/chips/chips.esm.min.js +1 -1
  72. package/chips/chips.js +1 -0
  73. package/chips/chips.min.js +1 -1
  74. package/colorpicker/ColorPicker.d.ts +2 -2
  75. package/colorpicker/ColorPicker.vue +1 -40
  76. package/colorpicker/colorpicker.cjs.js +8 -47
  77. package/colorpicker/colorpicker.cjs.min.js +1 -1
  78. package/colorpicker/colorpicker.esm.js +8 -47
  79. package/colorpicker/colorpicker.esm.min.js +1 -1
  80. package/colorpicker/colorpicker.js +8 -47
  81. package/colorpicker/colorpicker.min.js +1 -1
  82. package/column/Column.d.ts +13 -10
  83. package/columngroup/ColumnGroup.d.ts +2 -2
  84. package/config/PrimeVue.d.ts +2 -2
  85. package/confirmdialog/ConfirmDialog.d.ts +3 -2
  86. package/confirmpopup/ConfirmPopup.d.ts +3 -2
  87. package/contextmenu/ContextMenu.d.ts +3 -2
  88. package/core/core.js +549 -485
  89. package/core/core.min.js +9 -9
  90. package/datatable/DataTable.d.ts +4 -2
  91. package/datatable/DataTable.vue +44 -15
  92. package/datatable/TableBody.vue +1 -1
  93. package/datatable/datatable.cjs.js +116 -73
  94. package/datatable/datatable.cjs.min.js +1 -1
  95. package/datatable/datatable.esm.js +116 -73
  96. package/datatable/datatable.esm.min.js +1 -1
  97. package/datatable/datatable.js +116 -73
  98. package/datatable/datatable.min.js +1 -1
  99. package/dataview/DataView.d.ts +2 -2
  100. package/dataview/DataView.vue +2 -1
  101. package/dataview/dataview.cjs.js +4 -3
  102. package/dataview/dataview.cjs.min.js +1 -1
  103. package/dataview/dataview.esm.js +4 -3
  104. package/dataview/dataview.esm.min.js +1 -1
  105. package/dataview/dataview.js +4 -3
  106. package/dataview/dataview.min.js +1 -1
  107. package/dataviewlayoutoptions/DataViewLayoutOptions.d.ts +2 -2
  108. package/deferredcontent/DeferredContent.d.ts +2 -2
  109. package/dialog/Dialog.d.ts +2 -2
  110. package/dialog/Dialog.vue +8 -5
  111. package/dialog/dialog.cjs.js +8 -5
  112. package/dialog/dialog.cjs.min.js +1 -1
  113. package/dialog/dialog.esm.js +8 -5
  114. package/dialog/dialog.esm.min.js +1 -1
  115. package/dialog/dialog.js +8 -5
  116. package/dialog/dialog.min.js +1 -1
  117. package/divider/Divider.d.ts +2 -2
  118. package/dock/Dock.d.ts +2 -2
  119. package/dropdown/Dropdown.d.ts +21 -10
  120. package/dropdown/Dropdown.vue +9 -0
  121. package/dropdown/dropdown.cjs.js +8 -0
  122. package/dropdown/dropdown.cjs.min.js +1 -1
  123. package/dropdown/dropdown.esm.js +8 -0
  124. package/dropdown/dropdown.esm.min.js +1 -1
  125. package/dropdown/dropdown.js +8 -0
  126. package/dropdown/dropdown.min.js +1 -1
  127. package/editor/Editor.d.ts +2 -2
  128. package/fieldset/Fieldset.d.ts +2 -2
  129. package/fileupload/FileUpload.d.ts +12 -7
  130. package/fileupload/FileUpload.vue +4 -0
  131. package/fileupload/fileupload.cjs.js +4 -0
  132. package/fileupload/fileupload.cjs.min.js +1 -1
  133. package/fileupload/fileupload.esm.js +4 -0
  134. package/fileupload/fileupload.esm.min.js +1 -1
  135. package/fileupload/fileupload.js +5 -2
  136. package/fileupload/fileupload.min.js +1 -1
  137. package/focustrap/FocusTrap.d.ts +2 -1
  138. package/galleria/Galleria.d.ts +2 -2
  139. package/galleria/GalleriaItem.vue +2 -2
  140. package/galleria/GalleriaThumbnails.vue +5 -1
  141. package/galleria/galleria.cjs.js +16 -7
  142. package/galleria/galleria.cjs.min.js +1 -1
  143. package/galleria/galleria.esm.js +16 -7
  144. package/galleria/galleria.esm.min.js +1 -1
  145. package/galleria/galleria.js +16 -7
  146. package/galleria/galleria.min.js +1 -1
  147. package/image/Image.d.ts +6 -4
  148. package/image/Image.vue +8 -6
  149. package/image/image.cjs.js +18 -5
  150. package/image/image.cjs.min.js +1 -1
  151. package/image/image.esm.js +19 -6
  152. package/image/image.esm.min.js +1 -1
  153. package/image/image.js +18 -5
  154. package/image/image.min.js +1 -1
  155. package/inlinemessage/InlineMessage.d.ts +2 -2
  156. package/inplace/Inplace.d.ts +2 -2
  157. package/inputmask/InputMask.d.ts +2 -2
  158. package/inputnumber/InputNumber.d.ts +2 -2
  159. package/inputswitch/InputSwitch.d.ts +2 -2
  160. package/inputtext/InputText.d.ts +2 -2
  161. package/knob/Knob.d.ts +2 -2
  162. package/listbox/Listbox.d.ts +4 -4
  163. package/megamenu/MegaMenu.d.ts +3 -2
  164. package/menu/Menu.d.ts +2 -2
  165. package/menubar/Menubar.d.ts +3 -2
  166. package/message/BaseMessage.vue +5 -0
  167. package/message/Message.d.ts +4 -2
  168. package/message/message.cjs.js +1 -1
  169. package/message/message.cjs.min.js +1 -1
  170. package/message/message.esm.js +1 -1
  171. package/message/message.esm.min.js +1 -1
  172. package/message/message.js +1 -1
  173. package/message/message.min.js +1 -1
  174. package/multiselect/MultiSelect.d.ts +16 -6
  175. package/multiselect/MultiSelect.vue +1 -1
  176. package/multiselect/multiselect.cjs.js +1 -0
  177. package/multiselect/multiselect.cjs.min.js +1 -1
  178. package/multiselect/multiselect.esm.js +1 -0
  179. package/multiselect/multiselect.esm.min.js +1 -1
  180. package/multiselect/multiselect.js +1 -0
  181. package/multiselect/multiselect.min.js +1 -1
  182. package/orderlist/OrderList.d.ts +2 -2
  183. package/organizationchart/OrganizationChart.d.ts +2 -2
  184. package/overlaypanel/OverlayPanel.d.ts +2 -2
  185. package/package.json +1 -1
  186. package/paginator/Paginator.d.ts +2 -2
  187. package/panel/Panel.d.ts +3 -2
  188. package/panelmenu/PanelMenu.d.ts +3 -2
  189. package/passthrough/index.cjs.js +16 -60
  190. package/passthrough/index.cjs.min.js +1 -1
  191. package/passthrough/index.d.ts +0 -9
  192. package/passthrough/index.esm.js +16 -60
  193. package/passthrough/index.esm.min.js +1 -1
  194. package/passthrough/index.js +18 -59
  195. package/passthrough/index.min.js +1 -1
  196. package/passthrough/tailwind/index.cjs.js +365 -357
  197. package/passthrough/tailwind/index.cjs.min.js +1 -1
  198. package/passthrough/tailwind/index.d.ts +1 -2
  199. package/passthrough/tailwind/index.esm.js +365 -357
  200. package/passthrough/tailwind/index.esm.min.js +1 -1
  201. package/passthrough/tailwind/index.js +365 -357
  202. package/passthrough/tailwind/index.min.js +1 -1
  203. package/password/Password.d.ts +6 -4
  204. package/password/Password.vue +1 -0
  205. package/password/password.cjs.js +2 -1
  206. package/password/password.cjs.min.js +1 -1
  207. package/password/password.esm.js +2 -1
  208. package/password/password.esm.min.js +1 -1
  209. package/password/password.js +2 -1
  210. package/password/password.min.js +1 -1
  211. package/picklist/PickList.d.ts +2 -2
  212. package/picklist/PickList.vue +9 -7
  213. package/picklist/picklist.cjs.js +27 -9
  214. package/picklist/picklist.cjs.min.js +1 -1
  215. package/picklist/picklist.esm.js +27 -9
  216. package/picklist/picklist.esm.min.js +1 -1
  217. package/picklist/picklist.js +27 -9
  218. package/picklist/picklist.min.js +1 -1
  219. package/progressbar/ProgressBar.d.ts +2 -2
  220. package/progressspinner/ProgressSpinner.d.ts +2 -2
  221. package/radiobutton/RadioButton.d.ts +2 -2
  222. package/rating/Rating.d.ts +3 -2
  223. package/resources/themes/arya-blue/theme.css +4 -0
  224. package/resources/themes/arya-green/theme.css +4 -0
  225. package/resources/themes/arya-orange/theme.css +4 -0
  226. package/resources/themes/arya-purple/theme.css +4 -0
  227. package/resources/themes/bootstrap4-dark-blue/theme.css +8 -7
  228. package/resources/themes/bootstrap4-dark-purple/theme.css +8 -7
  229. package/resources/themes/bootstrap4-light-blue/theme.css +8 -7
  230. package/resources/themes/bootstrap4-light-purple/theme.css +8 -7
  231. package/resources/themes/fluent-light/theme.css +4 -0
  232. package/resources/themes/lara-dark-blue/theme.css +4 -0
  233. package/resources/themes/lara-dark-indigo/theme.css +4 -0
  234. package/resources/themes/lara-dark-purple/theme.css +4 -0
  235. package/resources/themes/lara-dark-teal/theme.css +4 -0
  236. package/resources/themes/lara-light-blue/theme.css +4 -0
  237. package/resources/themes/lara-light-indigo/theme.css +4 -0
  238. package/resources/themes/lara-light-purple/theme.css +4 -0
  239. package/resources/themes/lara-light-teal/theme.css +4 -0
  240. package/resources/themes/luna-amber/theme.css +4 -0
  241. package/resources/themes/luna-blue/theme.css +4 -0
  242. package/resources/themes/luna-green/theme.css +4 -0
  243. package/resources/themes/luna-pink/theme.css +4 -0
  244. package/resources/themes/md-dark-deeppurple/theme.css +4 -0
  245. package/resources/themes/md-dark-indigo/theme.css +4 -0
  246. package/resources/themes/md-light-deeppurple/theme.css +4 -0
  247. package/resources/themes/md-light-indigo/theme.css +4 -0
  248. package/resources/themes/mdc-dark-deeppurple/theme.css +4 -0
  249. package/resources/themes/mdc-dark-indigo/theme.css +4 -0
  250. package/resources/themes/mdc-light-deeppurple/theme.css +4 -0
  251. package/resources/themes/mdc-light-indigo/theme.css +4 -0
  252. package/resources/themes/mira/theme.css +4 -0
  253. package/resources/themes/nano/theme.css +4 -0
  254. package/resources/themes/nova/theme.css +4 -0
  255. package/resources/themes/nova-accent/theme.css +4 -0
  256. package/resources/themes/nova-alt/theme.css +4 -0
  257. package/resources/themes/nova-vue/theme.css +4 -0
  258. package/resources/themes/rhea/theme.css +4 -0
  259. package/resources/themes/saga-blue/theme.css +4 -0
  260. package/resources/themes/saga-green/theme.css +4 -0
  261. package/resources/themes/saga-orange/theme.css +4 -0
  262. package/resources/themes/saga-purple/theme.css +4 -0
  263. package/resources/themes/soho-dark/theme.css +4 -0
  264. package/resources/themes/soho-light/theme.css +4 -0
  265. package/resources/themes/tailwind-light/theme.css +4 -0
  266. package/resources/themes/vela-blue/theme.css +4 -0
  267. package/resources/themes/vela-green/theme.css +4 -0
  268. package/resources/themes/vela-orange/theme.css +4 -0
  269. package/resources/themes/vela-purple/theme.css +4 -0
  270. package/resources/themes/viva-dark/theme.css +4 -0
  271. package/resources/themes/viva-light/theme.css +4 -0
  272. package/ripple/Ripple.d.ts +2 -1
  273. package/scrollpanel/ScrollPanel.d.ts +2 -2
  274. package/scrolltop/ScrollTop.d.ts +2 -2
  275. package/selectbutton/SelectButton.d.ts +6 -2
  276. package/selectbutton/SelectButton.vue +2 -1
  277. package/selectbutton/selectbutton.cjs.js +2 -1
  278. package/selectbutton/selectbutton.cjs.min.js +1 -1
  279. package/selectbutton/selectbutton.esm.js +2 -1
  280. package/selectbutton/selectbutton.esm.min.js +1 -1
  281. package/selectbutton/selectbutton.js +2 -1
  282. package/selectbutton/selectbutton.min.js +1 -1
  283. package/sidebar/Sidebar.d.ts +2 -2
  284. package/sidebar/Sidebar.vue +1 -1
  285. package/sidebar/sidebar.cjs.js +1 -1
  286. package/sidebar/sidebar.cjs.min.js +1 -1
  287. package/sidebar/sidebar.esm.js +1 -1
  288. package/sidebar/sidebar.esm.min.js +1 -1
  289. package/sidebar/sidebar.js +1 -1
  290. package/sidebar/sidebar.min.js +1 -1
  291. package/skeleton/Skeleton.d.ts +2 -2
  292. package/slider/Slider.d.ts +2 -2
  293. package/speeddial/SpeedDial.d.ts +9 -7
  294. package/speeddial/SpeedDial.vue +1 -1
  295. package/speeddial/speeddial.cjs.js +1 -1
  296. package/speeddial/speeddial.cjs.min.js +1 -1
  297. package/speeddial/speeddial.esm.js +1 -1
  298. package/speeddial/speeddial.esm.min.js +1 -1
  299. package/speeddial/speeddial.js +1 -1
  300. package/speeddial/speeddial.min.js +1 -1
  301. package/splitbutton/SplitButton.d.ts +4 -2
  302. package/splitter/Splitter.d.ts +2 -2
  303. package/splitterpanel/SplitterPanel.d.ts +2 -2
  304. package/steps/Steps.d.ts +2 -2
  305. package/styleclass/StyleClass.d.ts +2 -1
  306. package/tabmenu/TabMenu.d.ts +2 -2
  307. package/tabpanel/TabPanel.d.ts +2 -2
  308. package/tabview/TabView.d.ts +2 -2
  309. package/tag/Tag.d.ts +2 -2
  310. package/terminal/Terminal.d.ts +2 -2
  311. package/textarea/Textarea.d.ts +2 -2
  312. package/tieredmenu/TieredMenu.d.ts +3 -2
  313. package/timeline/Timeline.d.ts +2 -2
  314. package/toast/Toast.d.ts +2 -2
  315. package/togglebutton/ToggleButton.d.ts +3 -2
  316. package/toolbar/Toolbar.d.ts +2 -2
  317. package/tooltip/Tooltip.d.ts +2 -1
  318. package/tree/Tree.d.ts +6 -2
  319. package/treeselect/TreeSelect.d.ts +3 -2
  320. package/treetable/TreeTable.d.ts +3 -2
  321. package/treetable/TreeTable.vue +4 -2
  322. package/treetable/treetable.cjs.js +6 -5
  323. package/treetable/treetable.cjs.min.js +1 -1
  324. package/treetable/treetable.esm.js +6 -5
  325. package/treetable/treetable.esm.min.js +1 -1
  326. package/treetable/treetable.js +6 -5
  327. package/treetable/treetable.min.js +1 -1
  328. package/tristatecheckbox/TriStateCheckbox.d.ts +5 -2
  329. package/ts-helpers.d.ts +2 -0
  330. package/virtualscroller/VirtualScroller.d.ts +8 -6
  331. package/web-types.json +1 -1
@@ -418,10 +418,13 @@ this.primevue.passthrough.tailwind = (function (exports) {
418
418
  "class": 'w-4 h-4 inline-block'
419
419
  },
420
420
  content: function content(_ref17) {
421
- var state = _ref17.state;
421
+ var state = _ref17.state,
422
+ instance = _ref17.instance;
422
423
  return {
423
- "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 ', {
424
+ "class": ['overflow-y-auto', 'bg-white text-gray-700 px-6 pb-8 pt-0',, 'dark:bg-gray-900 dark:text-white/80', {
424
425
  grow: state.maximized
426
+ }, {
427
+ 'rounded-bl-lg rounded-br-lg': !instance.$slots.footer
425
428
  }]
426
429
  };
427
430
  },
@@ -497,7 +500,7 @@ this.primevue.passthrough.tailwind = (function (exports) {
497
500
  root: function root(_ref20) {
498
501
  var props = _ref20.props;
499
502
  return {
500
- "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', {
503
+ "class": ['flex flex-col pointer-events-auto relative transition-transform duration-300', 'bg-white text-gray-700 border-0 shadow-lg', {
501
504
  '!transition-none !transform-none !w-screen !h-screen !max-h-full !top-0 !left-0': props.position == 'full',
502
505
  'h-full w-80': props.position == 'left' || props.position == 'right',
503
506
  'h-40 w-full': props.position == 'top' || props.position == 'bottom'
@@ -518,11 +521,16 @@ this.primevue.passthrough.tailwind = (function (exports) {
518
521
  content: {
519
522
  "class": ['p-5 pt-0 h-full w-full', 'grow overflow-y-auto']
520
523
  },
521
- mask: {
522
- "class": ['flex pointer-events-auto', 'bg-black bg-opacity-40 transition duration-200 z-20 transition-colors']
523
- },
524
- transition: function transition(_ref21) {
524
+ mask: function mask(_ref21) {
525
525
  var props = _ref21.props;
526
+ return {
527
+ "class": ['flex pointer-events-auto', 'transition duration-200 z-20 transition-colors', {
528
+ 'bg-black/40': props.modal
529
+ }]
530
+ };
531
+ },
532
+ transition: function transition(_ref22) {
533
+ var props = _ref22.props;
526
534
  return props.position === 'top' ? {
527
535
  enterFromClass: 'translate-x-0 -translate-y-full translate-z-0',
528
536
  leaveToClass: 'translate-x-0 -translate-y-full translate-z-0'
@@ -534,7 +542,7 @@ this.primevue.passthrough.tailwind = (function (exports) {
534
542
  leaveToClass: '-translate-x-full translate-y-0 translate-z-0'
535
543
  } : props.position === 'right' ? {
536
544
  enterFromClass: 'translate-x-full translate-y-0 translate-z-0',
537
- leaveToClass: 'opacity-0 scale-75 translate-x-full translate-y-0 translate-z-0'
545
+ leaveToClass: 'translate-x-full translate-y-0 translate-z-0'
538
546
  } : {
539
547
  enterFromClass: 'opacity-0',
540
548
  enterActiveClass: 'transition-opacity duration-400 ease-in',
@@ -605,8 +613,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
605
613
  },
606
614
  //Messages
607
615
  message: {
608
- root: function root(_ref22) {
609
- var props = _ref22.props;
616
+ root: function root(_ref23) {
617
+ var props = _ref23.props;
610
618
  return {
611
619
  "class": ['my-4 rounded-md', {
612
620
  'bg-blue-100 border-solid border-0 border-l-4 border-blue-500 text-blue-700': props.severity == 'info',
@@ -637,8 +645,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
637
645
  }
638
646
  },
639
647
  inlinemessage: {
640
- root: function root(_ref23) {
641
- var props = _ref23.props;
648
+ root: function root(_ref24) {
649
+ var props = _ref24.props;
642
650
  return {
643
651
  "class": ['inline-flex items-center justify-center align-top', 'p-3 m-0 rounded-md', {
644
652
  'bg-blue-100 border-0 text-blue-700': props.severity == 'info',
@@ -656,8 +664,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
656
664
  root: {
657
665
  "class": ['w-96', 'opacity-90']
658
666
  },
659
- container: function container(_ref24) {
660
- var props = _ref24.props;
667
+ container: function container(_ref25) {
668
+ var props = _ref25.props;
661
669
  return {
662
670
  "class": ['my-4 rounded-md w-full', {
663
671
  'bg-blue-100 border-solid border-0 border-l-4 border-blue-500 text-blue-700': props.message.severity == 'info',
@@ -695,9 +703,9 @@ this.primevue.passthrough.tailwind = (function (exports) {
695
703
  },
696
704
  //BUTTONS
697
705
  button: {
698
- root: function root(_ref25) {
699
- var props = _ref25.props,
700
- context = _ref25.context;
706
+ root: function root(_ref26) {
707
+ var props = _ref26.props,
708
+ context = _ref26.context;
701
709
  return {
702
710
  "class": ['items-center cursor-pointer inline-flex overflow-hidden relative select-none text-center align-bottom h-full', 'transition duration-200 ease-in-out', 'focus:outline-none focus:outline-offset-0 focus:shadow-[0_0_0_2px_rgba(255,255,255,1),0_0_0_4px_rgba(157,193,251,1),0_1px_2px_0_rgba(0,0,0,1)] dark:focus:shadow-[0_0_0_2px_rgba(28,33,39,1),0_0_0_4px_rgba(147,197,253,0.7),0_1px_2px_0_rgba(0,0,0,0)]',
703
711
  // Primary button focus
@@ -747,16 +755,16 @@ this.primevue.passthrough.tailwind = (function (exports) {
747
755
  }]
748
756
  };
749
757
  },
750
- label: function label(_ref26) {
751
- var props = _ref26.props;
758
+ label: function label(_ref27) {
759
+ var props = _ref27.props;
752
760
  return {
753
761
  "class": ['flex-1', 'duration-200', 'font-bold', {
754
762
  'hover:underline': props.link
755
763
  }]
756
764
  };
757
765
  },
758
- icon: function icon(_ref27) {
759
- var props = _ref27.props;
766
+ icon: function icon(_ref28) {
767
+ var props = _ref28.props;
760
768
  return {
761
769
  "class": ['mx-0', {
762
770
  'mr-2': props.iconPos == 'left' && props.label != null,
@@ -766,8 +774,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
766
774
  }]
767
775
  };
768
776
  },
769
- badge: function badge(_ref28) {
770
- var props = _ref28.props;
777
+ badge: function badge(_ref29) {
778
+ var props = _ref29.props;
771
779
  return {
772
780
  "class": [{
773
781
  'ml-2 w-4 h-4 leading-none flex items-center justify-center': props.badge
@@ -780,8 +788,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
780
788
  "class": 'absolute flex'
781
789
  },
782
790
  button: {
783
- root: function root(_ref29) {
784
- var parent = _ref29.parent;
791
+ root: function root(_ref30) {
792
+ var parent = _ref30.parent;
785
793
  return {
786
794
  "class": ['w-16 !h-16 !rounded-full justify-center z-10', {
787
795
  'rotate-45': parent.state.d_visible
@@ -795,9 +803,9 @@ this.primevue.passthrough.tailwind = (function (exports) {
795
803
  menu: {
796
804
  "class": 'm-0 p-0 list-none flex items-center justify-center transition delay-200 z-20'
797
805
  },
798
- menuitem: function menuitem(_ref30) {
799
- var props = _ref30.props,
800
- context = _ref30.context;
806
+ menuitem: function menuitem(_ref31) {
807
+ var props = _ref31.props,
808
+ context = _ref31.context;
801
809
  return {
802
810
  "class": ['transform transition-transform duration-200 ease-out transition-opacity duration-800', context.hidden ? 'opacity-0 scale-0' : 'opacity-1 scale-100', {
803
811
  'my-1 first:mb-2': props.direction == 'up' && props.type == 'linear',
@@ -812,8 +820,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
812
820
  action: {
813
821
  "class": ['flex items-center justify-center rounded-full relative overflow-hidden', 'w-12 h-12 bg-gray-700 hover:bg-gray-800 text-white']
814
822
  },
815
- mask: function mask(_ref31) {
816
- var state = _ref31.state;
823
+ mask: function mask(_ref32) {
824
+ var state = _ref32.state;
817
825
  return {
818
826
  "class": ['absolute left-0 top-0 w-full h-full transition-opacity duration-250 ease-in-out bg-black/40 z-0', {
819
827
  'opacity-0': !state.d_visible,
@@ -823,8 +831,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
823
831
  }
824
832
  },
825
833
  splitbutton: {
826
- root: function root(_ref32) {
827
- var props = _ref32.props;
834
+ root: function root(_ref33) {
835
+ var props = _ref33.props;
828
836
  return {
829
837
  "class": ['inline-flex relative', 'rounded-md', {
830
838
  'shadow-lg': props.raised
@@ -832,8 +840,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
832
840
  };
833
841
  },
834
842
  button: {
835
- root: function root(_ref33) {
836
- var parent = _ref33.parent;
843
+ root: function root(_ref34) {
844
+ var parent = _ref34.parent;
837
845
  return {
838
846
  "class": ['rounded-r-none border-r-0', {
839
847
  'rounded-l-full': parent.props.rounded
@@ -845,8 +853,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
845
853
  }
846
854
  },
847
855
  menubutton: {
848
- root: function root(_ref34) {
849
- var parent = _ref34.parent;
856
+ root: function root(_ref35) {
857
+ var parent = _ref35.parent;
850
858
  return {
851
859
  "class": ['rounded-l-none', {
852
860
  'rounded-r-full': parent.props.rounded
@@ -860,9 +868,9 @@ this.primevue.passthrough.tailwind = (function (exports) {
860
868
  },
861
869
  //FORMS
862
870
  inputtext: {
863
- root: function root(_ref35) {
864
- var props = _ref35.props,
865
- context = _ref35.context;
871
+ root: function root(_ref36) {
872
+ var props = _ref36.props,
873
+ context = _ref36.context;
866
874
  return {
867
875
  "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', {
868
876
  '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,
@@ -879,24 +887,24 @@ this.primevue.passthrough.tailwind = (function (exports) {
879
887
  root: {
880
888
  "class": 'w-full inline-flex'
881
889
  },
882
- input: function input(_ref36) {
883
- var props = _ref36.props;
890
+ input: function input(_ref37) {
891
+ var props = _ref37.props;
884
892
  return {
885
893
  "class": [{
886
894
  'rounded-tr-none rounded-br-none': props.showButtons && props.buttonLayout == 'stacked'
887
895
  }]
888
896
  };
889
897
  },
890
- buttongroup: function buttongroup(_ref37) {
891
- var props = _ref37.props;
898
+ buttongroup: function buttongroup(_ref38) {
899
+ var props = _ref38.props;
892
900
  return {
893
901
  "class": [{
894
902
  'flex flex-col': props.showButtons && props.buttonLayout == 'stacked'
895
903
  }]
896
904
  };
897
905
  },
898
- incrementbutton: function incrementbutton(_ref38) {
899
- var props = _ref38.props;
906
+ incrementbutton: function incrementbutton(_ref39) {
907
+ var props = _ref39.props;
900
908
  return {
901
909
  "class": ['flex !items-center !justify-center', {
902
910
  'rounded-br-none rounded-bl-none rounded-bl-none !p-0 flex-1 w-[3rem]': props.showButtons && props.buttonLayout == 'stacked'
@@ -906,8 +914,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
906
914
  label: {
907
915
  "class": 'hidden'
908
916
  },
909
- decrementbutton: function decrementbutton(_ref39) {
910
- var props = _ref39.props;
917
+ decrementbutton: function decrementbutton(_ref40) {
918
+ var props = _ref40.props;
911
919
  return {
912
920
  "class": ['flex !items-center !justify-center', {
913
921
  'rounded-tr-none rounded-tl-none rounded-tl-none !p-0 flex-1 w-[3rem]': props.showButtons && props.buttonLayout == 'stacked'
@@ -916,8 +924,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
916
924
  }
917
925
  },
918
926
  knob: {
919
- root: function root(_ref40) {
920
- var props = _ref40.props;
927
+ root: function root(_ref41) {
928
+ var props = _ref41.props;
921
929
  return {
922
930
  "class": ['focus:outline-none focus:outline-offset-0 focus:shadow-0', {
923
931
  'opacity-60 select-none pointer-events-none cursor-default': props.disabled
@@ -935,16 +943,16 @@ this.primevue.passthrough.tailwind = (function (exports) {
935
943
  }
936
944
  },
937
945
  inputswitch: {
938
- root: function root(_ref41) {
939
- var props = _ref41.props;
946
+ root: function root(_ref42) {
947
+ var props = _ref42.props;
940
948
  return {
941
949
  "class": ['inline-block relative', 'w-12 h-7', {
942
950
  'opacity-60 select-none pointer-events-none cursor-default': props.disabled
943
951
  }]
944
952
  };
945
953
  },
946
- slider: function slider(_ref42) {
947
- var props = _ref42.props;
954
+ slider: function slider(_ref43) {
955
+ var props = _ref43.props;
948
956
  return {
949
957
  "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", {
950
958
  'bg-gray-200 dark:bg-gray-800 hover:bg-gray-300 hover:dark:bg-gray-700 ': !props.modelValue,
@@ -954,8 +962,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
954
962
  }
955
963
  },
956
964
  cascadeselect: {
957
- root: function root(_ref43) {
958
- var props = _ref43.props;
965
+ root: function root(_ref44) {
966
+ var props = _ref44.props;
959
967
  return {
960
968
  "class": ['inline-flex cursor-pointer select-none relative', 'bg-white dark:bg-gray-900 border border-gray-300 dark:border-blue-900/40 transition duration-200 ease-in-out rounded-lg', {
961
969
  'opacity-60 select-none pointer-events-none cursor-default': props.disabled
@@ -994,16 +1002,16 @@ this.primevue.passthrough.tailwind = (function (exports) {
994
1002
  }
995
1003
  },
996
1004
  rating: {
997
- root: function root(_ref44) {
998
- var props = _ref44.props;
1005
+ root: function root(_ref45) {
1006
+ var props = _ref45.props;
999
1007
  return {
1000
1008
  "class": ['relative flex items-center', 'gap-2', {
1001
1009
  'opacity-60 select-none pointer-events-none cursor-default': props.disabled
1002
1010
  }]
1003
1011
  };
1004
1012
  },
1005
- cancelitem: function cancelitem(_ref45) {
1006
- var context = _ref45.context;
1013
+ cancelitem: function cancelitem(_ref46) {
1014
+ var context = _ref46.context;
1007
1015
  return {
1008
1016
  "class": ['inline-flex items-center cursor-pointer', {
1009
1017
  'outline-none outline-offset-0 shadow-[0_0_0_0.2rem_rgba(191,219,254,1)] dark:shadow-[0_0_0_0.2rem_rgba(147,197,253,0.5)]': context.focused
@@ -1013,9 +1021,9 @@ this.primevue.passthrough.tailwind = (function (exports) {
1013
1021
  cancelicon: {
1014
1022
  "class": ['text-red-500', 'w-5 h-5', 'transition duration-200 ease-in']
1015
1023
  },
1016
- item: function item(_ref46) {
1017
- var props = _ref46.props,
1018
- context = _ref46.context;
1024
+ item: function item(_ref47) {
1025
+ var props = _ref47.props,
1026
+ context = _ref47.context;
1019
1027
  return {
1020
1028
  "class": ['inline-flex items-center', {
1021
1029
  'cursor-pointer': !props.readonly,
@@ -1033,16 +1041,16 @@ this.primevue.passthrough.tailwind = (function (exports) {
1033
1041
  }
1034
1042
  },
1035
1043
  selectbutton: {
1036
- root: function root(_ref47) {
1037
- var props = _ref47.props;
1044
+ root: function root(_ref48) {
1045
+ var props = _ref48.props;
1038
1046
  return {
1039
1047
  "class": [{
1040
1048
  'opacity-60 select-none pointer-events-none cursor-default': props.disabled
1041
1049
  }]
1042
1050
  };
1043
1051
  },
1044
- button: function button(_ref48) {
1045
- var context = _ref48.context;
1052
+ button: function button(_ref49) {
1053
+ var context = _ref49.context;
1046
1054
  return {
1047
1055
  "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)]', {
1048
1056
  '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,
@@ -1056,8 +1064,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
1056
1064
  }
1057
1065
  },
1058
1066
  slider: {
1059
- root: function root(_ref49) {
1060
- var props = _ref49.props;
1067
+ root: function root(_ref50) {
1068
+ var props = _ref50.props;
1061
1069
  return {
1062
1070
  "class": ['relative', 'bg-gray-100 dark:bg-gray-800 border-0 rounded-6', {
1063
1071
  'h-1 w-56': props.orientation == 'horizontal',
@@ -1067,8 +1075,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
1067
1075
  }]
1068
1076
  };
1069
1077
  },
1070
- range: function range(_ref50) {
1071
- var props = _ref50.props;
1078
+ range: function range(_ref51) {
1079
+ var props = _ref51.props;
1072
1080
  return {
1073
1081
  "class": ['bg-blue-500', 'block absolute', {
1074
1082
  'top-0 left-0 h-full': props.orientation == 'horizontal',
@@ -1076,8 +1084,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
1076
1084
  }]
1077
1085
  };
1078
1086
  },
1079
- handle: function handle(_ref51) {
1080
- var props = _ref51.props;
1087
+ handle: function handle(_ref52) {
1088
+ var props = _ref52.props;
1081
1089
  return {
1082
1090
  "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', {
1083
1091
  'top-[50%] mt-[-0.5715rem] ml-[-0.5715rem]': props.orientation == 'horizontal',
@@ -1085,8 +1093,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
1085
1093
  }]
1086
1094
  };
1087
1095
  },
1088
- starthandler: function starthandler(_ref52) {
1089
- var props = _ref52.props;
1096
+ starthandler: function starthandler(_ref53) {
1097
+ var props = _ref53.props;
1090
1098
  return {
1091
1099
  "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', {
1092
1100
  'top-[50%] mt-[-0.5715rem] ml-[-0.5715rem]': props.orientation == 'horizontal',
@@ -1094,8 +1102,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
1094
1102
  }]
1095
1103
  };
1096
1104
  },
1097
- endhandler: function endhandler(_ref53) {
1098
- var props = _ref53.props;
1105
+ endhandler: function endhandler(_ref54) {
1106
+ var props = _ref54.props;
1099
1107
  return {
1100
1108
  "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', {
1101
1109
  'top-[50%] mt-[-0.5715rem] ml-[-0.5715rem]': props.orientation == 'horizontal',
@@ -1105,8 +1113,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
1105
1113
  }
1106
1114
  },
1107
1115
  password: {
1108
- root: function root(_ref54) {
1109
- var props = _ref54.props;
1116
+ root: function root(_ref55) {
1117
+ var props = _ref55.props;
1110
1118
  return {
1111
1119
  "class": ['inline-flex relative', {
1112
1120
  'opacity-60 select-none pointer-events-none cursor-default': props.disabled
@@ -1119,10 +1127,10 @@ this.primevue.passthrough.tailwind = (function (exports) {
1119
1127
  meter: {
1120
1128
  "class": 'mb-2 bg-gray-300 dark:bg-gray-700 h-3'
1121
1129
  },
1122
- meterlabel: function meterlabel(_ref55) {
1130
+ meterlabel: function meterlabel(_ref56) {
1123
1131
  var _instance$meter, _instance$meter2, _instance$meter3;
1124
- var instance = _ref55.instance,
1125
- props = _ref55.props;
1132
+ var instance = _ref56.instance,
1133
+ props = _ref56.props;
1126
1134
  return {
1127
1135
  "class": ['transition-width duration-1000 ease-in-out h-full', {
1128
1136
  'bg-red-500': (instance === null || instance === void 0 || (_instance$meter = instance.meter) === null || _instance$meter === void 0 ? void 0 : _instance$meter.strength) == 'weak',
@@ -1142,9 +1150,9 @@ this.primevue.passthrough.tailwind = (function (exports) {
1142
1150
  transition: TRANSITIONS.overlay
1143
1151
  },
1144
1152
  togglebutton: {
1145
- root: function root(_ref56) {
1146
- var props = _ref56.props,
1147
- context = _ref56.context;
1153
+ root: function root(_ref57) {
1154
+ var props = _ref57.props,
1155
+ context = _ref57.context;
1148
1156
  return {
1149
1157
  "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', {
1150
1158
  'outline-none outline-offset-0 shadow-[0_0_0_0.2rem_rgba(191,219,254,1)] dark:shadow-[0_0_0_0.2rem_rgba(147,197,253,0.5)]': context.focused
@@ -1159,8 +1167,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
1159
1167
  label: {
1160
1168
  "class": 'font-bold text-center w-full'
1161
1169
  },
1162
- icon: function icon(_ref57) {
1163
- var props = _ref57.props;
1170
+ icon: function icon(_ref58) {
1171
+ var props = _ref58.props;
1164
1172
  return {
1165
1173
  "class": [' mr-2', {
1166
1174
  'text-gray-600 dark:text-white/70': !props.modelValue,
@@ -1173,8 +1181,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
1173
1181
  root: {
1174
1182
  "class": ['cursor-pointer inline-flex relative select-none align-bottom', 'w-6 h-6']
1175
1183
  },
1176
- checkbox: function checkbox(_ref58) {
1177
- var props = _ref58.props;
1184
+ checkbox: function checkbox(_ref59) {
1185
+ var props = _ref59.props;
1178
1186
  return {
1179
1187
  "class": ['flex items-center justify-center', 'border-2 w-6 h-6 rounded-lg transition-colors duration-200', {
1180
1188
  'border-blue-500 bg-blue-500 text-white dark:border-blue-400 dark:bg-blue-400': props.modelValue || !props.modelValue,
@@ -1190,9 +1198,9 @@ this.primevue.passthrough.tailwind = (function (exports) {
1190
1198
  root: {
1191
1199
  "class": ['cursor-pointer inline-flex relative select-none align-bottom', 'w-6 h-6']
1192
1200
  },
1193
- input: function input(_ref59) {
1194
- var props = _ref59.props,
1195
- context = _ref59.context;
1201
+ input: function input(_ref60) {
1202
+ var props = _ref60.props,
1203
+ context = _ref60.context;
1196
1204
  return {
1197
1205
  "class": ['flex items-center justify-center', 'border-2 w-6 h-6 text-gray-600 rounded-lg transition-colors duration-200', {
1198
1206
  'border-gray-300 bg-white dark:border-blue-900/40 dark:bg-gray-900': !context.checked,
@@ -1211,8 +1219,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
1211
1219
  root: {
1212
1220
  "class": ['relative inline-flex cursor-pointer select-none align-bottom', 'w-6 h-6']
1213
1221
  },
1214
- input: function input(_ref60) {
1215
- var props = _ref60.props;
1222
+ input: function input(_ref61) {
1223
+ var props = _ref61.props;
1216
1224
  return {
1217
1225
  "class": ['flex justify-center items-center', 'border-2 w-6 h-6 text-gray-700 rounded-full transition duration-200 ease-in-out', {
1218
1226
  'border-gray-300 bg-white dark:border-blue-900/40 dark:bg-gray-900 dark:text-white/80': props.value !== props.modelValue,
@@ -1223,8 +1231,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
1223
1231
  }]
1224
1232
  };
1225
1233
  },
1226
- icon: function icon(_ref61) {
1227
- var props = _ref61.props;
1234
+ icon: function icon(_ref62) {
1235
+ var props = _ref62.props;
1228
1236
  return {
1229
1237
  "class": ['transform rounded-full', 'block w-3 h-3 transition duration-200 bg-white dark:bg-gray-900', {
1230
1238
  'backface-hidden scale-10 invisible': props.value !== props.modelValue,
@@ -1234,16 +1242,16 @@ this.primevue.passthrough.tailwind = (function (exports) {
1234
1242
  }
1235
1243
  },
1236
1244
  dropdown: {
1237
- root: function root(_ref62) {
1238
- var props = _ref62.props;
1245
+ root: function root(_ref63) {
1246
+ var props = _ref63.props;
1239
1247
  return {
1240
1248
  "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)]', {
1241
1249
  'opacity-60 select-none pointer-events-none cursor-default': props.disabled
1242
1250
  }]
1243
1251
  };
1244
1252
  },
1245
- input: function input(_ref63) {
1246
- var props = _ref63.props;
1253
+ input: function input(_ref64) {
1254
+ var props = _ref64.props;
1247
1255
  return {
1248
1256
  "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', {
1249
1257
  'pr-7': props.showClear
@@ -1259,8 +1267,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
1259
1267
  list: {
1260
1268
  "class": 'py-3 list-none m-0'
1261
1269
  },
1262
- item: function item(_ref64) {
1263
- var context = _ref64.context;
1270
+ item: function item(_ref65) {
1271
+ var context = _ref65.context;
1264
1272
  return {
1265
1273
  "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', {
1266
1274
  'text-gray-700': !context.focused && !context.selected,
@@ -1291,8 +1299,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
1291
1299
  transition: TRANSITIONS.overlay
1292
1300
  },
1293
1301
  calendar: {
1294
- root: function root(_ref65) {
1295
- var props = _ref65.props;
1302
+ root: function root(_ref66) {
1303
+ var props = _ref66.props;
1296
1304
  return {
1297
1305
  "class": ['inline-flex max-w-full relative', {
1298
1306
  'opacity-60 select-none pointer-events-none cursor-default': props.disabled
@@ -1304,8 +1312,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
1304
1312
  ]
1305
1313
  },
1306
1314
 
1307
- panel: function panel(_ref66) {
1308
- var props = _ref66.props;
1315
+ panel: function panel(_ref67) {
1316
+ var props = _ref67.props;
1309
1317
  return {
1310
1318
  "class": ['bg-white dark:bg-gray-900', 'min-w-[350px]', {
1311
1319
  'shadow-md border-0 absolute': !props.inline,
@@ -1343,8 +1351,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
1343
1351
  day: {
1344
1352
  "class": 'p-2'
1345
1353
  },
1346
- daylabel: function daylabel(_ref67) {
1347
- var context = _ref67.context;
1354
+ daylabel: function daylabel(_ref68) {
1355
+ var context = _ref68.context;
1348
1356
  return {
1349
1357
  "class": ['w-10 h-10 rounded-full transition-shadow duration-200 border-transparent border', 'flex items-center justify-center mx-auto overflow-hidden relative', 'focus:outline-none focus:outline-offset-0 focus:shadow-[0_0_0_0.2rem_rgba(191,219,254,1)] dark:focus:shadow-[0_0_0_0.2rem_rgba(147,197,253,0.5)]', {
1350
1358
  'opacity-60 cursor-default': context.disabled,
@@ -1358,8 +1366,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
1358
1366
  monthpicker: {
1359
1367
  "class": 'my-2'
1360
1368
  },
1361
- month: function month(_ref68) {
1362
- var context = _ref68.context;
1369
+ month: function month(_ref69) {
1370
+ var context = _ref69.context;
1363
1371
  return {
1364
1372
  "class": ['w-1/3 inline-flex items-center justify-center cursor-pointer overflow-hidden relative', 'p-2 transition-shadow duration-200 rounded-lg', 'focus:outline-none focus:outline-offset-0 focus:shadow-[0_0_0_0.2rem_rgba(191,219,254,1)] dark:focus:shadow-[0_0_0_0.2rem_rgba(147,197,253,0.5)]', {
1365
1373
  'text-gray-600 dark:text-white/70 bg-transprent hover:bg-gray-200 dark:hover:bg-gray-800/80': !context.selected && !context.disabled,
@@ -1370,8 +1378,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
1370
1378
  yearpicker: {
1371
1379
  "class": 'my-2'
1372
1380
  },
1373
- year: function year(_ref69) {
1374
- var context = _ref69.context;
1381
+ year: function year(_ref70) {
1382
+ var context = _ref70.context;
1375
1383
  return {
1376
1384
  "class": ['w-1/2 inline-flex items-center justify-center cursor-pointer overflow-hidden relative', 'p-2 transition-shadow duration-200 rounded-lg', 'focus:outline-none focus:outline-offset-0 focus:shadow-[0_0_0_0.2rem_rgba(191,219,254,1)] dark:focus:shadow-[0_0_0_0.2rem_rgba(147,197,253,0.5)]', {
1377
1385
  'text-gray-600 dark:text-white/70 bg-transprent hover:bg-gray-200 dark:hover:bg-gray-800/80': !context.selected && !context.disabled,
@@ -1421,8 +1429,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
1421
1429
  list: {
1422
1430
  "class": 'py-3 list-none m-0'
1423
1431
  },
1424
- item: function item(_ref70) {
1425
- var context = _ref70.context;
1432
+ item: function item(_ref71) {
1433
+ var context = _ref71.context;
1426
1434
  return {
1427
1435
  "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', {
1428
1436
  'text-gray-700': !context.focused && !context.selected,
@@ -1449,8 +1457,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
1449
1457
  }
1450
1458
  },
1451
1459
  multiselect: {
1452
- root: function root(_ref71) {
1453
- var props = _ref71.props;
1460
+ root: function root(_ref72) {
1461
+ var props = _ref72.props;
1454
1462
  return {
1455
1463
  "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', {
1456
1464
  'opacity-60 select-none pointer-events-none cursor-default': props === null || props === void 0 ? void 0 : props.disabled
@@ -1460,8 +1468,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
1460
1468
  labelContainer: {
1461
1469
  "class": 'overflow-hidden flex flex-auto cursor-pointer'
1462
1470
  },
1463
- label: function label(_ref72) {
1464
- var props = _ref72.props;
1471
+ label: function label(_ref73) {
1472
+ var props = _ref73.props;
1465
1473
  return {
1466
1474
  "class": ['block overflow-hidden whitespace-nowrap cursor-pointer overflow-ellipsis', 'text-gray-800 dark:text-white/80', 'p-3 transition duration-200', _defineProperty({
1467
1475
  '!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),
@@ -1487,8 +1495,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
1487
1495
  headerCheckboxContainer: {
1488
1496
  "class": ['inline-flex cursor-pointer select-none align-bottom relative', 'mr-2', 'w-6 h-6']
1489
1497
  },
1490
- headerCheckbox: function headerCheckbox(_ref74) {
1491
- var context = _ref74.context;
1498
+ headerCheckbox: function headerCheckbox(_ref75) {
1499
+ var context = _ref75.context;
1492
1500
  return {
1493
1501
  "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)]', {
1494
1502
  'border-gray-300 dark:border-blue-900/40 bg-white dark:bg-gray-900': !(context !== null && context !== void 0 && context.selected),
@@ -1511,8 +1519,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
1511
1519
  list: {
1512
1520
  "class": 'py-3 list-none m-0'
1513
1521
  },
1514
- item: function item(_ref75) {
1515
- var context = _ref75.context;
1522
+ item: function item(_ref76) {
1523
+ var context = _ref76.context;
1516
1524
  return {
1517
1525
  "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', {
1518
1526
  'text-gray-700': !context.focused && !context.selected,
@@ -1525,8 +1533,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
1525
1533
  checkboxContainer: {
1526
1534
  "class": ['inline-flex cursor-pointer select-none align-bottom relative', 'mr-2', 'w-6 h-6']
1527
1535
  },
1528
- checkbox: function checkbox(_ref76) {
1529
- var context = _ref76.context;
1536
+ checkbox: function checkbox(_ref77) {
1537
+ var context = _ref77.context;
1530
1538
  return {
1531
1539
  "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)]', {
1532
1540
  'border-gray-300 dark:border-blue-900/40 bg-white dark:bg-gray-900': !(context !== null && context !== void 0 && context.selected),
@@ -1555,8 +1563,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
1555
1563
  transition: TRANSITIONS.overlay
1556
1564
  },
1557
1565
  textarea: {
1558
- root: function root(_ref77) {
1559
- var context = _ref77.context;
1566
+ root: function root(_ref78) {
1567
+ var context = _ref78.context;
1560
1568
  return {
1561
1569
  "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)]', {
1562
1570
  'opacity-60 select-none pointer-events-none cursor-default': context.disabled
@@ -1565,8 +1573,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
1565
1573
  }
1566
1574
  },
1567
1575
  treeselect: {
1568
- root: function root(_ref78) {
1569
- var props = _ref78.props;
1576
+ root: function root(_ref79) {
1577
+ var props = _ref79.props;
1570
1578
  return {
1571
1579
  "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', {
1572
1580
  'opacity-60 select-none pointer-events-none cursor-default': props === null || props === void 0 ? void 0 : props.disabled
@@ -1591,8 +1599,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
1591
1599
  transition: TRANSITIONS.overlay
1592
1600
  },
1593
1601
  autocomplete: {
1594
- root: function root(_ref79) {
1595
- var props = _ref79.props;
1602
+ root: function root(_ref80) {
1603
+ var props = _ref80.props;
1596
1604
  return {
1597
1605
  "class": ['relative inline-flex', {
1598
1606
  'opacity-60 select-none pointer-events-none cursor-default': props.disabled
@@ -1607,8 +1615,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
1607
1615
  inputtoken: {
1608
1616
  "class": ['py-0.375rem px-0', 'flex-1 inline-flex']
1609
1617
  },
1610
- input: function input(_ref80) {
1611
- var props = _ref80.props;
1618
+ input: function input(_ref81) {
1619
+ var props = _ref81.props;
1612
1620
  return {
1613
1621
  "class": ['m-0', ' transition-colors duration-200 appearance-none rounded-lg', {
1614
1622
  'rounded-tr-none rounded-br-none': props.dropdown
@@ -1632,8 +1640,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
1632
1640
  list: {
1633
1641
  "class": 'py-3 list-none m-0'
1634
1642
  },
1635
- item: function item(_ref81) {
1636
- var context = _ref81.context;
1643
+ item: function item(_ref82) {
1644
+ var context = _ref82.context;
1637
1645
  return {
1638
1646
  "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', {
1639
1647
  'text-gray-700': !context.focused && !context.selected,
@@ -1649,8 +1657,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
1649
1657
  transition: TRANSITIONS.overlay
1650
1658
  },
1651
1659
  chips: {
1652
- root: function root(_ref82) {
1653
- var props = _ref82.props;
1660
+ root: function root(_ref83) {
1661
+ var props = _ref83.props;
1654
1662
  return {
1655
1663
  "class": ['flex', {
1656
1664
  'opacity-60 select-none pointer-events-none cursor-default': props.disabled
@@ -1674,8 +1682,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
1674
1682
  }
1675
1683
  },
1676
1684
  colorpicker: {
1677
- root: function root(_ref83) {
1678
- var props = _ref83.props;
1685
+ root: function root(_ref84) {
1686
+ var props = _ref84.props;
1679
1687
  return {
1680
1688
  "class": ['inline-block', {
1681
1689
  'opacity-60 select-none pointer-events-none cursor-default': props.disabled
@@ -1685,8 +1693,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
1685
1693
  input: {
1686
1694
  "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']
1687
1695
  },
1688
- panel: function panel(_ref84) {
1689
- var props = _ref84.props;
1696
+ panel: function panel(_ref85) {
1697
+ var props = _ref85.props;
1690
1698
  return {
1691
1699
  "class": ['shadow-md', 'bg-gray-800 border-gray-900', {
1692
1700
  'relative h-48 w-52': props.inline,
@@ -1726,8 +1734,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
1726
1734
  },
1727
1735
  //MISC
1728
1736
  badge: {
1729
- root: function root(_ref85) {
1730
- var props = _ref85.props;
1737
+ root: function root(_ref86) {
1738
+ var props = _ref86.props;
1731
1739
  return {
1732
1740
  "class": ['rounded-full p-0 text-center inline-block', 'bg-blue-500 text-white font-bold', {
1733
1741
  'bg-gray-500 ': props.severity == 'secondary',
@@ -1745,9 +1753,9 @@ this.primevue.passthrough.tailwind = (function (exports) {
1745
1753
  }
1746
1754
  },
1747
1755
  avatar: {
1748
- root: function root(_ref86) {
1749
- var props = _ref86.props,
1750
- parent = _ref86.parent;
1756
+ root: function root(_ref87) {
1757
+ var props = _ref87.props,
1758
+ parent = _ref87.parent;
1751
1759
  return {
1752
1760
  "class": ['flex items-center justify-center', 'bg-gray-300 dark:bg-gray-800', {
1753
1761
  'rounded-lg': props.shape == 'square',
@@ -1791,8 +1799,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
1791
1799
  root: {
1792
1800
  "class": ['overflow-hidden relative', 'border-0 h-6 bg-gray-200 rounded-md dark:bg-gray-800']
1793
1801
  },
1794
- value: function value(_ref87) {
1795
- var props = _ref87.props;
1802
+ value: function value(_ref88) {
1803
+ var props = _ref88.props;
1796
1804
  return {
1797
1805
  "class": ['border-0 m-0 bg-blue-500', {
1798
1806
  'transition-width duration-1000 ease-in-out absolute items-center border-0 flex h-full justify-center overflow-hidden w-0': props.mode !== 'indeterminate',
@@ -1816,8 +1824,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
1816
1824
  }
1817
1825
  },
1818
1826
  skeleton: {
1819
- root: function root(_ref88) {
1820
- var props = _ref88.props;
1827
+ root: function root(_ref89) {
1828
+ var props = _ref89.props;
1821
1829
  return {
1822
1830
  "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', {
1823
1831
  'rounded-md': props.shape !== 'circle',
@@ -1827,8 +1835,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
1827
1835
  }
1828
1836
  },
1829
1837
  tag: {
1830
- root: function root(_ref89) {
1831
- var props = _ref89.props;
1838
+ root: function root(_ref90) {
1839
+ var props = _ref90.props;
1832
1840
  return {
1833
1841
  "class": ['inline-flex items-center justify-center', 'bg-blue-500 text-white text-xs font-semibold px-2 py-1 ', {
1834
1842
  'bg-gray-500 ': props.severity == 'secondary',
@@ -1856,8 +1864,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
1856
1864
  }
1857
1865
  },
1858
1866
  scrolltop: {
1859
- root: function root(_ref90) {
1860
- var props = _ref90.props;
1867
+ root: function root(_ref91) {
1868
+ var props = _ref91.props;
1861
1869
  return {
1862
1870
  "class": ['fixed bottom-20 right-20 flex items-center justify-center', 'ml-auto', {
1863
1871
  '!bg-blue-500 hover:bg-blue-600 text-white rounded-md h-8 w-8': props.target == 'parent',
@@ -1922,8 +1930,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
1922
1930
  menuitem: {
1923
1931
  "class": 'relative'
1924
1932
  },
1925
- content: function content(_ref91) {
1926
- var context = _ref91.context;
1933
+ content: function content(_ref92) {
1934
+ var context = _ref92.context;
1927
1935
  return {
1928
1936
  "class": ['transition-shadow duration-200 rounded-none', 'hover:text-gray-700 dark:hover:text-white/80 hover:bg-gray-200 dark:hover:bg-gray-800/80',
1929
1937
  // Hover
@@ -1950,8 +1958,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
1950
1958
  }
1951
1959
  },
1952
1960
  dock: {
1953
- root: function root(_ref92) {
1954
- var props = _ref92.props;
1961
+ root: function root(_ref93) {
1962
+ var props = _ref93.props;
1955
1963
  return {
1956
1964
  "class": ['absolute z-1 flex justify-center items-center pointer-events-none', {
1957
1965
  'left-0 bottom-0 w-full': props.position == 'bottom',
@@ -1964,18 +1972,18 @@ this.primevue.passthrough.tailwind = (function (exports) {
1964
1972
  container: {
1965
1973
  "class": ['flex pointer-events-auto', 'bg-white/10 border-white/20 p-2 border rounded-md']
1966
1974
  },
1967
- menu: function menu(_ref93) {
1968
- var props = _ref93.props;
1975
+ menu: function menu(_ref94) {
1976
+ var props = _ref94.props;
1969
1977
  return {
1970
1978
  "class": ['m-0 p-0 list-none flex items-center justify-center', 'outline-none', {
1971
1979
  'flex-col': props.position == 'left' || props.position == 'right'
1972
1980
  }]
1973
1981
  };
1974
1982
  },
1975
- menuitem: function menuitem(_ref94) {
1976
- var props = _ref94.props,
1977
- context = _ref94.context,
1978
- instance = _ref94.instance;
1983
+ menuitem: function menuitem(_ref95) {
1984
+ var props = _ref95.props,
1985
+ context = _ref95.context,
1986
+ instance = _ref95.instance;
1979
1987
  return {
1980
1988
  "class": ['p-2 rounded-md', 'transition-all duration-200 ease-cubic-bezier-will-change-transform transform ', {
1981
1989
  'origin-bottom hover:mx-6': props.position == 'bottom',
@@ -2000,8 +2008,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
2000
2008
  menu: {
2001
2009
  "class": ['m-0 p-0 list-none', 'outline-none']
2002
2010
  },
2003
- content: function content(_ref95) {
2004
- var context = _ref95.context;
2011
+ content: function content(_ref96) {
2012
+ var context = _ref96.context;
2005
2013
  return {
2006
2014
  "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',
2007
2015
  // Hover
@@ -2025,8 +2033,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
2025
2033
  root: {
2026
2034
  "class": ['p-2 bg-gray-100 dark:bg-gray-900 border border-gray-300 dark:border-blue-900/40 rounded-md', 'flex items-center relative']
2027
2035
  },
2028
- menu: function menu(_ref96) {
2029
- var props = _ref96.props;
2036
+ menu: function menu(_ref97) {
2037
+ var props = _ref97.props;
2030
2038
  return {
2031
2039
  "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', {
2032
2040
  'hidden ': !(props !== null && props !== void 0 && props.mobileActive),
@@ -2037,9 +2045,9 @@ this.primevue.passthrough.tailwind = (function (exports) {
2037
2045
  menuitem: {
2038
2046
  "class": 'sm:relative sm:w-auto w-full static'
2039
2047
  },
2040
- content: function content(_ref97) {
2041
- var props = _ref97.props,
2042
- context = _ref97.context;
2048
+ content: function content(_ref98) {
2049
+ var props = _ref98.props,
2050
+ context = _ref98.context;
2043
2051
  return {
2044
2052
  "class": [' transition-shadow duration-200', '', {
2045
2053
  'rounded-md': props.root
@@ -2054,8 +2062,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
2054
2062
  }]
2055
2063
  };
2056
2064
  },
2057
- action: function action(_ref98) {
2058
- var context = _ref98.context;
2065
+ action: function action(_ref99) {
2066
+ var context = _ref99.context;
2059
2067
  return {
2060
2068
  "class": ['select-none', 'cursor-pointer flex items-center no-underline overflow-hidden relative', 'py-3 px-5 select-none', {
2061
2069
  'max-[960px]:pl-9': context.level === 1,
@@ -2066,8 +2074,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
2066
2074
  icon: {
2067
2075
  "class": 'mr-2'
2068
2076
  },
2069
- submenuicon: function submenuicon(_ref99) {
2070
- var props = _ref99.props;
2077
+ submenuicon: function submenuicon(_ref100) {
2078
+ var props = _ref100.props;
2071
2079
  return {
2072
2080
  "class": ['max-[960px]:ml-auto', {
2073
2081
  'ml-2': props.root,
@@ -2075,8 +2083,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
2075
2083
  }]
2076
2084
  };
2077
2085
  },
2078
- submenu: function submenu(_ref100) {
2079
- var props = _ref100.props;
2086
+ submenu: function submenu(_ref101) {
2087
+ var props = _ref101.props;
2080
2088
  return {
2081
2089
  "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', {
2082
2090
  'sm:absolute sm:left-full sm:top-0': props.level > 1
@@ -2091,8 +2099,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
2091
2099
  }
2092
2100
  },
2093
2101
  megamenu: {
2094
- root: function root(_ref101) {
2095
- var props = _ref101.props;
2102
+ root: function root(_ref102) {
2103
+ var props = _ref102.props;
2096
2104
  return {
2097
2105
  "class": ['bg-gray-100 dark:bg-gray-900 border border-gray-300 dark:border-blue-900/40 rounded-md', 'flex relative', {
2098
2106
  'p-2 items-center': props.orientation == 'horizontal',
@@ -2103,8 +2111,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
2103
2111
  menu: {
2104
2112
  "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']
2105
2113
  },
2106
- menuitem: function menuitem(_ref102) {
2107
- var props = _ref102.props;
2114
+ menuitem: function menuitem(_ref103) {
2115
+ var props = _ref103.props;
2108
2116
  return {
2109
2117
  "class": ['relative', {
2110
2118
  'w-auto': props.horizontal,
@@ -2112,9 +2120,9 @@ this.primevue.passthrough.tailwind = (function (exports) {
2112
2120
  }]
2113
2121
  };
2114
2122
  },
2115
- content: function content(_ref103) {
2116
- var props = _ref103.props,
2117
- context = _ref103.context;
2123
+ content: function content(_ref104) {
2124
+ var props = _ref104.props,
2125
+ context = _ref104.context;
2118
2126
  return {
2119
2127
  "class": ['transition-shadow duration-200', {
2120
2128
  'rounded-md': props.level < 1 && props.horizontal
@@ -2135,8 +2143,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
2135
2143
  icon: {
2136
2144
  "class": 'mr-2'
2137
2145
  },
2138
- submenuicon: function submenuicon(_ref104) {
2139
- var props = _ref104.props;
2146
+ submenuicon: function submenuicon(_ref105) {
2147
+ var props = _ref105.props;
2140
2148
  return {
2141
2149
  "class": [{
2142
2150
  'ml-2': props.horizontal,
@@ -2144,8 +2152,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
2144
2152
  }]
2145
2153
  };
2146
2154
  },
2147
- panel: function panel(_ref105) {
2148
- var props = _ref105.props;
2155
+ panel: function panel(_ref106) {
2156
+ var props = _ref106.props;
2149
2157
  return {
2150
2158
  "class": ['py-1 bg-white dark:bg-gray-900 border-0 shadow-md w-auto', 'absolute z-10', {
2151
2159
  'left-full top-0': !props.horizontal
@@ -2195,8 +2203,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
2195
2203
  menu: {
2196
2204
  "class": ['outline-none', 'm-0 p-0 list-none']
2197
2205
  },
2198
- content: function content(_ref106) {
2199
- var context = _ref106.context;
2206
+ content: function content(_ref107) {
2207
+ var context = _ref107.context;
2200
2208
  return {
2201
2209
  "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',
2202
2210
  // Hover
@@ -2246,9 +2254,9 @@ this.primevue.passthrough.tailwind = (function (exports) {
2246
2254
  menuitem: {
2247
2255
  "class": 'mr-0'
2248
2256
  },
2249
- action: function action(_ref107) {
2250
- var context = _ref107.context,
2251
- state = _ref107.state;
2257
+ action: function action(_ref108) {
2258
+ var context = _ref108.context,
2259
+ state = _ref108.state;
2252
2260
  return {
2253
2261
  "class": ['cursor-pointer select-none flex items-center relative no-underline overflow-hidden', 'border-b-2 p-5 font-bold rounded-t-lg ', 'focus:outline-none focus:outline-offset-0 focus:shadow-[inset_0_0_0_0.2rem_rgba(191,219,254,1)] dark:focus:shadow-[inset_0_0_0_0.2rem_rgba(147,197,253,0.5)]', {
2254
2262
  'border-gray-300 bg-white text-gray-700 hover:bg-white hover:border-gray-400 hover:text-gray-600 dark:bg-gray-900 dark:border-blue-900/40 dark:text-white/80 dark:hover:bg-gray-800/80': state.d_activeIndex !== context.index,
@@ -2273,8 +2281,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
2273
2281
  menuitem: {
2274
2282
  "class": 'relative'
2275
2283
  },
2276
- content: function content(_ref108) {
2277
- var context = _ref108.context;
2284
+ content: function content(_ref109) {
2285
+ var context = _ref109.context;
2278
2286
  return {
2279
2287
  "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',
2280
2288
  //Hover
@@ -2286,8 +2294,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
2286
2294
  }]
2287
2295
  };
2288
2296
  },
2289
- action: function action(_ref109) {
2290
- var context = _ref109.context;
2297
+ action: function action(_ref110) {
2298
+ var context = _ref110.context;
2291
2299
  return {
2292
2300
  "class": ['py-3 px-5 select-none', 'flex items-center cursor-pointer no-underline relative overflow-hidden', {
2293
2301
  '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,
@@ -2405,8 +2413,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
2405
2413
  indicator: {
2406
2414
  "class": 'mr-2'
2407
2415
  },
2408
- indicatorbutton: function indicatorbutton(_ref110) {
2409
- var context = _ref110.context;
2416
+ indicatorbutton: function indicatorbutton(_ref111) {
2417
+ var context = _ref111.context;
2410
2418
  return {
2411
2419
  "class": ['w-4 h-4 transition duration-200 rounded-full', 'focus:outline-none focus:outline-offset-0 focus:shadow-[0_0_0_0.2rem_rgba(191,219,254,1)] dark:focus:shadow-[0_0_0_0.2rem_rgba(147,197,253,0.5)]', {
2412
2420
  'bg-gray-200 hover:bg-gray-300 dark:bg-gray-700 dark:hover:bg-gray-600': !context.highlighted,
@@ -2446,8 +2454,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
2446
2454
  content: {
2447
2455
  "class": 'flex flex-col overflow-auto'
2448
2456
  },
2449
- container: function container(_ref111) {
2450
- var props = _ref111.props;
2457
+ container: function container(_ref112) {
2458
+ var props = _ref112.props;
2451
2459
  return {
2452
2460
  "class": ['flex', {
2453
2461
  'flex-row': props.orientation !== 'vertical',
@@ -2461,8 +2469,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
2461
2469
  itemscontent: {
2462
2470
  "class": 'overflow-hidden w-full'
2463
2471
  },
2464
- itemscontainer: function itemscontainer(_ref112) {
2465
- var props = _ref112.props;
2472
+ itemscontainer: function itemscontainer(_ref113) {
2473
+ var props = _ref113.props;
2466
2474
  return {
2467
2475
  "class": ['flex ', {
2468
2476
  'flex-row': props.orientation !== 'vertical',
@@ -2470,8 +2478,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
2470
2478
  }]
2471
2479
  };
2472
2480
  },
2473
- item: function item(_ref113) {
2474
- var props = _ref113.props;
2481
+ item: function item(_ref114) {
2482
+ var props = _ref114.props;
2475
2483
  return {
2476
2484
  "class": ['flex shrink-0 grow', {
2477
2485
  'w-1/3': props.orientation !== 'vertical',
@@ -2485,8 +2493,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
2485
2493
  indicator: {
2486
2494
  "class": 'mr-2 mb-2'
2487
2495
  },
2488
- indicatorbutton: function indicatorbutton(_ref114) {
2489
- var context = _ref114.context;
2496
+ indicatorbutton: function indicatorbutton(_ref115) {
2497
+ var context = _ref115.context;
2490
2498
  return {
2491
2499
  "class": ['w-8 h-2 transition duration-200 rounded-0', 'focus:outline-none focus:outline-offset-0 focus:shadow-[0_0_0_0.2rem_rgba(191,219,254,1)] dark:focus:shadow-[0_0_0_0.2rem_rgba(147,197,253,0.5)]', {
2492
2500
  'bg-gray-200 hover:bg-gray-300 dark:bg-gray-700 dark:hover:bg-gray-600': !context.highlighted,
@@ -2508,9 +2516,9 @@ this.primevue.passthrough.tailwind = (function (exports) {
2508
2516
  node: {
2509
2517
  "class": 'p-1 outline-none'
2510
2518
  },
2511
- content: function content(_ref115) {
2512
- var context = _ref115.context,
2513
- props = _ref115.props;
2519
+ content: function content(_ref116) {
2520
+ var context = _ref116.context,
2521
+ props = _ref116.props;
2514
2522
  return {
2515
2523
  "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)]', {
2516
2524
  'bg-blue-50 text-blue-600': context.selected
@@ -2519,8 +2527,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
2519
2527
  }]
2520
2528
  };
2521
2529
  },
2522
- toggler: function toggler(_ref116) {
2523
- var context = _ref116.context;
2530
+ toggler: function toggler(_ref117) {
2531
+ var context = _ref117.context;
2524
2532
  return {
2525
2533
  "class": ['cursor-pointer select-none inline-flex items-center justify-center overflow-hidden relative shrink-0', 'mr-2 w-8 h-8 border-0 bg-transparent rounded-full transition duration-200', 'hover:border-transparent focus:outline-none focus:outline-offset-0 focus:shadow-[0_0_0_0.2rem_rgba(191,219,254,1)] dark:focus:shadow-[0_0_0_0.2rem_rgba(147,197,253,0.5)]', {
2526
2534
  '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,
@@ -2533,9 +2541,9 @@ this.primevue.passthrough.tailwind = (function (exports) {
2533
2541
  checkboxcontainer: {
2534
2542
  "class": 'mr-2'
2535
2543
  },
2536
- checkbox: function checkbox(_ref117) {
2537
- var context = _ref117.context,
2538
- props = _ref117.props;
2544
+ checkbox: function checkbox(_ref118) {
2545
+ var context = _ref118.context,
2546
+ props = _ref118.props;
2539
2547
  return {
2540
2548
  "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', {
2541
2549
  'border-gray-300 bg-white dark:border-blue-900/40 dark:bg-gray-900': !context.checked,
@@ -2564,8 +2572,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
2564
2572
  },
2565
2573
  // DATA
2566
2574
  timeline: {
2567
- root: function root(_ref118) {
2568
- var props = _ref118.props;
2575
+ root: function root(_ref119) {
2576
+ var props = _ref119.props;
2569
2577
  return {
2570
2578
  "class": ['flex grow', {
2571
2579
  'flex-col': props.layout === 'vertical',
@@ -2573,9 +2581,9 @@ this.primevue.passthrough.tailwind = (function (exports) {
2573
2581
  }]
2574
2582
  };
2575
2583
  },
2576
- event: function event(_ref119) {
2577
- var props = _ref119.props,
2578
- context = _ref119.context;
2584
+ event: function event(_ref120) {
2585
+ var props = _ref120.props,
2586
+ context = _ref120.context;
2579
2587
  return {
2580
2588
  "class": ['flex relative min-h-[70px]', {
2581
2589
  'flex-row-reverse': props.align === 'right' || props.layout === 'vertical' && props.align === 'alternate' && context.index % 2 === 1,
@@ -2584,9 +2592,9 @@ this.primevue.passthrough.tailwind = (function (exports) {
2584
2592
  }]
2585
2593
  };
2586
2594
  },
2587
- opposite: function opposite(_ref120) {
2588
- var props = _ref120.props,
2589
- context = _ref120.context;
2595
+ opposite: function opposite(_ref121) {
2596
+ var props = _ref121.props,
2597
+ context = _ref121.context;
2590
2598
  return {
2591
2599
  "class": ['flex-1', {
2592
2600
  'px-4': props.layout === 'vertical',
@@ -2597,8 +2605,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
2597
2605
  }]
2598
2606
  };
2599
2607
  },
2600
- separator: function separator(_ref121) {
2601
- var props = _ref121.props;
2608
+ separator: function separator(_ref122) {
2609
+ var props = _ref122.props;
2602
2610
  return {
2603
2611
  "class": ['flex items-center flex-initial', {
2604
2612
  'flex-col': props.layout === 'vertical',
@@ -2609,8 +2617,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
2609
2617
  marker: {
2610
2618
  "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'
2611
2619
  },
2612
- connector: function connector(_ref122) {
2613
- var props = _ref122.props;
2620
+ connector: function connector(_ref123) {
2621
+ var props = _ref123.props;
2614
2622
  return {
2615
2623
  "class": ['grow bg-gray-300 dark:bg-blue-900/40', {
2616
2624
  'w-[2px]': props.layout === 'vertical',
@@ -2618,9 +2626,9 @@ this.primevue.passthrough.tailwind = (function (exports) {
2618
2626
  }]
2619
2627
  };
2620
2628
  },
2621
- content: function content(_ref123) {
2622
- var props = _ref123.props,
2623
- context = _ref123.context;
2629
+ content: function content(_ref124) {
2630
+ var props = _ref124.props,
2631
+ context = _ref124.context;
2624
2632
  return {
2625
2633
  "class": ['flex-1', {
2626
2634
  'px-4': props.layout === 'vertical',
@@ -2649,16 +2657,16 @@ this.primevue.passthrough.tailwind = (function (exports) {
2649
2657
  }
2650
2658
  },
2651
2659
  dataviewlayoutoptions: {
2652
- listbutton: function listbutton(_ref124) {
2653
- var props = _ref124.props;
2660
+ listbutton: function listbutton(_ref125) {
2661
+ var props = _ref125.props;
2654
2662
  return {
2655
2663
  "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
2656
2664
  ]
2657
2665
  };
2658
2666
  },
2659
2667
 
2660
- gridbutton: function gridbutton(_ref125) {
2661
- var props = _ref125.props;
2668
+ gridbutton: function gridbutton(_ref126) {
2669
+ var props = _ref126.props;
2662
2670
  return {
2663
2671
  "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
2664
2672
  ]
@@ -2686,8 +2694,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
2686
2694
  ]
2687
2695
  },
2688
2696
 
2689
- lineleft: function lineleft(_ref126) {
2690
- var context = _ref126.context;
2697
+ lineleft: function lineleft(_ref127) {
2698
+ var context = _ref127.context;
2691
2699
  return {
2692
2700
  "class": ['text-center align-top py-0 px-3 rounded-none border-r border-gray-300', 'dark:border-blue-900/40',
2693
2701
  //Dark Mode
@@ -2696,8 +2704,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
2696
2704
  }]
2697
2705
  };
2698
2706
  },
2699
- lineright: function lineright(_ref127) {
2700
- var context = _ref127.context;
2707
+ lineright: function lineright(_ref128) {
2708
+ var context = _ref128.context;
2701
2709
  return {
2702
2710
  "class": ['text-center align-top py-0 px-3 rounded-none', 'dark:border-blue-900/40',
2703
2711
  //Dark Mode
@@ -2726,8 +2734,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
2726
2734
  "class": 'flex flex-col justify-center p-5'
2727
2735
  },
2728
2736
  moveupbutton: {
2729
- root: function root(_ref128) {
2730
- var context = _ref128.context;
2737
+ root: function root(_ref129) {
2738
+ var context = _ref129.context;
2731
2739
  return {
2732
2740
  "class": ['relative inline-flex cursor-pointer user-select-none items-center align-bottom text-center overflow-hidden m-0',
2733
2741
  // button component
@@ -2747,8 +2755,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
2747
2755
  }
2748
2756
  },
2749
2757
  movetopbutton: {
2750
- root: function root(_ref129) {
2751
- var context = _ref129.context;
2758
+ root: function root(_ref130) {
2759
+ var context = _ref130.context;
2752
2760
  return {
2753
2761
  "class": ['relative inline-flex cursor-pointer user-select-none items-center align-bottom text-center overflow-hidden m-0',
2754
2762
  // button component
@@ -2768,8 +2776,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
2768
2776
  }
2769
2777
  },
2770
2778
  movedownbutton: {
2771
- root: function root(_ref130) {
2772
- var context = _ref130.context;
2779
+ root: function root(_ref131) {
2780
+ var context = _ref131.context;
2773
2781
  return {
2774
2782
  "class": ['relative inline-flex cursor-pointer user-select-none items-center align-bottom text-center overflow-hidden m-0',
2775
2783
  // button component
@@ -2789,8 +2797,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
2789
2797
  }
2790
2798
  },
2791
2799
  movebottombutton: {
2792
- root: function root(_ref131) {
2793
- var context = _ref131.context;
2800
+ root: function root(_ref132) {
2801
+ var context = _ref132.context;
2794
2802
  return {
2795
2803
  "class": ['relative inline-flex cursor-pointer user-select-none items-center align-bottom text-center overflow-hidden m-0',
2796
2804
  // button component
@@ -2822,8 +2830,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
2822
2830
  ]
2823
2831
  },
2824
2832
 
2825
- item: function item(_ref132) {
2826
- var context = _ref132.context;
2833
+ item: function item(_ref133) {
2834
+ var context = _ref133.context;
2827
2835
  return {
2828
2836
  "class": ['relative cursor-pointer overflow-hidden', 'py-3 px-5 m-0 border-none text-gray-600 dark:text-white/80', 'transition duration-200', {
2829
2837
  'text-blue-700 bg-blue-500/20 dark:bg-blue-300/20': context.active && !context.focused,
@@ -2841,8 +2849,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
2841
2849
  "class": 'flex flex-col justify-center p-5'
2842
2850
  },
2843
2851
  sourcemoveupbutton: {
2844
- root: function root(_ref133) {
2845
- var context = _ref133.context;
2852
+ root: function root(_ref134) {
2853
+ var context = _ref134.context;
2846
2854
  return {
2847
2855
  "class": ['relative inline-flex cursor-pointer user-select-none items-center align-bottom text-center overflow-hidden m-0',
2848
2856
  // button component
@@ -2862,8 +2870,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
2862
2870
  }
2863
2871
  },
2864
2872
  sourcemovetopbutton: {
2865
- root: function root(_ref134) {
2866
- var context = _ref134.context;
2873
+ root: function root(_ref135) {
2874
+ var context = _ref135.context;
2867
2875
  return {
2868
2876
  "class": ['relative inline-flex cursor-pointer user-select-none items-center align-bottom text-center overflow-hidden m-0',
2869
2877
  // button component
@@ -2883,8 +2891,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
2883
2891
  }
2884
2892
  },
2885
2893
  sourcemovedownbutton: {
2886
- root: function root(_ref135) {
2887
- var context = _ref135.context;
2894
+ root: function root(_ref136) {
2895
+ var context = _ref136.context;
2888
2896
  return {
2889
2897
  "class": ['relative inline-flex cursor-pointer user-select-none items-center align-bottom text-center overflow-hidden m-0',
2890
2898
  // button component
@@ -2904,8 +2912,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
2904
2912
  }
2905
2913
  },
2906
2914
  sourcemovebottombutton: {
2907
- root: function root(_ref136) {
2908
- var context = _ref136.context;
2915
+ root: function root(_ref137) {
2916
+ var context = _ref137.context;
2909
2917
  return {
2910
2918
  "class": ['relative inline-flex cursor-pointer user-select-none items-center align-bottom text-center overflow-hidden m-0',
2911
2919
  // button component
@@ -2937,8 +2945,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
2937
2945
  ]
2938
2946
  },
2939
2947
 
2940
- item: function item(_ref137) {
2941
- var context = _ref137.context;
2948
+ item: function item(_ref138) {
2949
+ var context = _ref138.context;
2942
2950
  return {
2943
2951
  "class": ['relative cursor-pointer overflow-hidden', 'py-3 px-5 m-0 border-none text-gray-600 dark:text-white/80', 'transition duration-200', {
2944
2952
  'text-blue-700 bg-blue-500/20 dark:bg-blue-300/20': context.active && !context.focused,
@@ -2951,8 +2959,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
2951
2959
  "class": 'flex flex-col justify-center p-5'
2952
2960
  },
2953
2961
  movetotargetbutton: {
2954
- root: function root(_ref138) {
2955
- var context = _ref138.context;
2962
+ root: function root(_ref139) {
2963
+ var context = _ref139.context;
2956
2964
  return {
2957
2965
  "class": ['relative inline-flex cursor-pointer user-select-none items-center align-bottom text-center overflow-hidden m-0',
2958
2966
  // button component
@@ -2972,8 +2980,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
2972
2980
  }
2973
2981
  },
2974
2982
  movealltotargetbutton: {
2975
- root: function root(_ref139) {
2976
- var context = _ref139.context;
2983
+ root: function root(_ref140) {
2984
+ var context = _ref140.context;
2977
2985
  return {
2978
2986
  "class": ['relative inline-flex cursor-pointer user-select-none items-center align-bottom text-center overflow-hidden m-0',
2979
2987
  // button component
@@ -2993,8 +3001,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
2993
3001
  }
2994
3002
  },
2995
3003
  movetosourcebutton: {
2996
- root: function root(_ref140) {
2997
- var context = _ref140.context;
3004
+ root: function root(_ref141) {
3005
+ var context = _ref141.context;
2998
3006
  return {
2999
3007
  "class": ['relative inline-flex cursor-pointer user-select-none items-center align-bottom text-center overflow-hidden m-0',
3000
3008
  // button component
@@ -3014,8 +3022,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
3014
3022
  }
3015
3023
  },
3016
3024
  movealltosourcebutton: {
3017
- root: function root(_ref141) {
3018
- var context = _ref141.context;
3025
+ root: function root(_ref142) {
3026
+ var context = _ref142.context;
3019
3027
  return {
3020
3028
  "class": ['relative inline-flex cursor-pointer user-select-none items-center align-bottom text-center overflow-hidden m-0',
3021
3029
  // button component
@@ -3038,8 +3046,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
3038
3046
  "class": 'flex flex-col justify-center p-5'
3039
3047
  },
3040
3048
  targetmoveupbutton: {
3041
- root: function root(_ref142) {
3042
- var context = _ref142.context;
3049
+ root: function root(_ref143) {
3050
+ var context = _ref143.context;
3043
3051
  return {
3044
3052
  "class": ['relative inline-flex cursor-pointer user-select-none items-center align-bottom text-center overflow-hidden m-0',
3045
3053
  // button component
@@ -3059,8 +3067,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
3059
3067
  }
3060
3068
  },
3061
3069
  targetmovetopbutton: {
3062
- root: function root(_ref143) {
3063
- var context = _ref143.context;
3070
+ root: function root(_ref144) {
3071
+ var context = _ref144.context;
3064
3072
  return {
3065
3073
  "class": ['relative inline-flex cursor-pointer user-select-none items-center align-bottom text-center overflow-hidden m-0',
3066
3074
  // button component
@@ -3080,8 +3088,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
3080
3088
  }
3081
3089
  },
3082
3090
  targetmovedownbutton: {
3083
- root: function root(_ref144) {
3084
- var context = _ref144.context;
3091
+ root: function root(_ref145) {
3092
+ var context = _ref145.context;
3085
3093
  return {
3086
3094
  "class": ['relative inline-flex cursor-pointer user-select-none items-center align-bottom text-center overflow-hidden m-0',
3087
3095
  // button component
@@ -3101,8 +3109,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
3101
3109
  }
3102
3110
  },
3103
3111
  targetmovebottombutton: {
3104
- root: function root(_ref145) {
3105
- var context = _ref145.context;
3112
+ root: function root(_ref146) {
3113
+ var context = _ref146.context;
3106
3114
  return {
3107
3115
  "class": ['relative inline-flex cursor-pointer user-select-none items-center align-bottom text-center overflow-hidden m-0',
3108
3116
  // button component
@@ -3147,8 +3155,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
3147
3155
  ]
3148
3156
  },
3149
3157
 
3150
- firstpagebutton: function firstpagebutton(_ref146) {
3151
- var context = _ref146.context;
3158
+ firstpagebutton: function firstpagebutton(_ref147) {
3159
+ var context = _ref147.context;
3152
3160
  return {
3153
3161
  "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',
3154
3162
  //Dark Mode
@@ -3159,8 +3167,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
3159
3167
  };
3160
3168
  },
3161
3169
 
3162
- previouspagebutton: function previouspagebutton(_ref147) {
3163
- var context = _ref147.context;
3170
+ previouspagebutton: function previouspagebutton(_ref148) {
3171
+ var context = _ref148.context;
3164
3172
  return {
3165
3173
  "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',
3166
3174
  //Dark Mode
@@ -3171,8 +3179,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
3171
3179
  };
3172
3180
  },
3173
3181
 
3174
- nextpagebutton: function nextpagebutton(_ref148) {
3175
- var context = _ref148.context;
3182
+ nextpagebutton: function nextpagebutton(_ref149) {
3183
+ var context = _ref149.context;
3176
3184
  return {
3177
3185
  "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',
3178
3186
  //Dark Mode
@@ -3183,8 +3191,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
3183
3191
  };
3184
3192
  },
3185
3193
 
3186
- lastpagebutton: function lastpagebutton(_ref149) {
3187
- var context = _ref149.context;
3194
+ lastpagebutton: function lastpagebutton(_ref150) {
3195
+ var context = _ref150.context;
3188
3196
  return {
3189
3197
  "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',
3190
3198
  //Dark Mode
@@ -3195,8 +3203,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
3195
3203
  };
3196
3204
  },
3197
3205
 
3198
- pagebutton: function pagebutton(_ref150) {
3199
- var context = _ref150.context;
3206
+ pagebutton: function pagebutton(_ref151) {
3207
+ var context = _ref151.context;
3200
3208
  return {
3201
3209
  "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',
3202
3210
  // Dark Mode
@@ -3208,9 +3216,9 @@ this.primevue.passthrough.tailwind = (function (exports) {
3208
3216
  };
3209
3217
  },
3210
3218
  rowperpagedropdown: {
3211
- root: function root(_ref151) {
3212
- var props = _ref151.props,
3213
- state = _ref151.state;
3219
+ root: function root(_ref152) {
3220
+ var props = _ref152.props,
3221
+ state = _ref152.state;
3214
3222
  return {
3215
3223
  "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',
3216
3224
  //DarkMode
@@ -3242,8 +3250,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
3242
3250
  list: {
3243
3251
  "class": 'm-0 p-0 py-3 list-none'
3244
3252
  },
3245
- item: function item(_ref152) {
3246
- var context = _ref152.context;
3253
+ item: function item(_ref153) {
3254
+ var context = _ref153.context;
3247
3255
  return {
3248
3256
  "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',
3249
3257
  // Dark Mode
@@ -3266,9 +3274,9 @@ this.primevue.passthrough.tailwind = (function (exports) {
3266
3274
  }
3267
3275
  },
3268
3276
  jumptopagedropdown: {
3269
- root: function root(_ref153) {
3270
- var props = _ref153.props,
3271
- state = _ref153.state;
3277
+ root: function root(_ref154) {
3278
+ var props = _ref154.props,
3279
+ state = _ref154.state;
3272
3280
  return {
3273
3281
  "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',
3274
3282
  //DarkMode
@@ -3300,8 +3308,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
3300
3308
  list: {
3301
3309
  "class": 'm-0 p-0 py-3 list-none'
3302
3310
  },
3303
- item: function item(_ref154) {
3304
- var context = _ref154.context;
3311
+ item: function item(_ref155) {
3312
+ var context = _ref155.context;
3305
3313
  return {
3306
3314
  "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',
3307
3315
  // Dark Mode
@@ -3315,8 +3323,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
3315
3323
  }
3316
3324
  },
3317
3325
  treetable: {
3318
- root: function root(_ref155) {
3319
- var props = _ref155.props;
3326
+ root: function root(_ref156) {
3327
+ var props = _ref156.props;
3320
3328
  return {
3321
3329
  "class": ['relative', {
3322
3330
  'flex flex-col h-full': props.scrollHeight === 'flex'
@@ -3336,8 +3344,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
3336
3344
  ]
3337
3345
  },
3338
3346
 
3339
- wrapper: function wrapper(_ref156) {
3340
- var props = _ref156.props;
3347
+ wrapper: function wrapper(_ref157) {
3348
+ var props = _ref157.props;
3341
3349
  return {
3342
3350
  "class": [{
3343
3351
  'relative overflow-auto': props.scrollable,
@@ -3353,40 +3361,40 @@ this.primevue.passthrough.tailwind = (function (exports) {
3353
3361
  table: {
3354
3362
  "class": 'border-collapse table-fixed w-full'
3355
3363
  },
3356
- thead: function thead(_ref157) {
3357
- var props = _ref157.props;
3364
+ thead: function thead(_ref158) {
3365
+ var props = _ref158.props;
3358
3366
  return {
3359
3367
  "class": [{
3360
3368
  'block sticky top-0 z-[1]': props.scrollable
3361
3369
  }]
3362
3370
  };
3363
3371
  },
3364
- tbody: function tbody(_ref158) {
3365
- var props = _ref158.props;
3372
+ tbody: function tbody(_ref159) {
3373
+ var props = _ref159.props;
3366
3374
  return {
3367
3375
  "class": [{
3368
3376
  block: props.scrollable
3369
3377
  }]
3370
3378
  };
3371
3379
  },
3372
- tfoot: function tfoot(_ref159) {
3373
- var props = _ref159.props;
3380
+ tfoot: function tfoot(_ref160) {
3381
+ var props = _ref160.props;
3374
3382
  return {
3375
3383
  "class": [{
3376
3384
  block: props.scrollable
3377
3385
  }]
3378
3386
  };
3379
3387
  },
3380
- headerrow: function headerrow(_ref160) {
3381
- var props = _ref160.props;
3388
+ headerrow: function headerrow(_ref161) {
3389
+ var props = _ref161.props;
3382
3390
  return {
3383
3391
  "class": [{
3384
3392
  'flex flex-nowrap w-full': props.scrollable
3385
3393
  }]
3386
3394
  };
3387
3395
  },
3388
- row: function row(_ref161) {
3389
- var context = _ref161.context;
3396
+ row: function row(_ref162) {
3397
+ var context = _ref162.context;
3390
3398
  return {
3391
3399
  "class": ['transition duration-200', 'focus:outline focus:outline-[0.15rem] focus:outline-blue-200 focus:outline-offset-[-0.15rem]',
3392
3400
  // Focus
@@ -3398,8 +3406,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
3398
3406
  };
3399
3407
  },
3400
3408
  column: {
3401
- headercell: function headercell(_ref162) {
3402
- var context = _ref162.context;
3409
+ headercell: function headercell(_ref163) {
3410
+ var context = _ref163.context;
3403
3411
  return {
3404
3412
  "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',
3405
3413
  // Size
@@ -3414,8 +3422,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
3414
3422
  }]
3415
3423
  };
3416
3424
  },
3417
- bodycell: function bodycell(_ref163) {
3418
- var context = _ref163.context;
3425
+ bodycell: function bodycell(_ref164) {
3426
+ var context = _ref164.context;
3419
3427
  return {
3420
3428
  "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',
3421
3429
  // Size
@@ -3430,16 +3438,16 @@ this.primevue.passthrough.tailwind = (function (exports) {
3430
3438
  }]
3431
3439
  };
3432
3440
  },
3433
- rowtoggler: function rowtoggler(_ref164) {
3434
- var context = _ref164.context;
3441
+ rowtoggler: function rowtoggler(_ref165) {
3442
+ var context = _ref165.context;
3435
3443
  return {
3436
3444
  "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
3437
3445
  ]
3438
3446
  };
3439
3447
  },
3440
3448
 
3441
- sorticon: function sorticon(_ref165) {
3442
- var context = _ref165.context;
3449
+ sorticon: function sorticon(_ref166) {
3450
+ var context = _ref166.context;
3443
3451
  return {
3444
3452
  "class": ['ml-2', context.sorted ? 'text-blue-700 dark:text-white/80' : 'text-slate-700 dark:text-white/70']
3445
3453
  };
@@ -3455,16 +3463,16 @@ this.primevue.passthrough.tailwind = (function (exports) {
3455
3463
  checkboxwrapper: {
3456
3464
  "class": ['cursor-pointer inline-flex relative select-none align-bottom', 'w-6 h-6 mr-2']
3457
3465
  },
3458
- checkbox: function checkbox(_ref166) {
3459
- var context = _ref166.context;
3466
+ checkbox: function checkbox(_ref167) {
3467
+ var context = _ref167.context;
3460
3468
  return {
3461
3469
  "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', {
3462
3470
  '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
3463
3471
  }]
3464
3472
  };
3465
3473
  },
3466
- checkboxicon: function checkboxicon(_ref167) {
3467
- var context = _ref167.context;
3474
+ checkboxicon: function checkboxicon(_ref168) {
3475
+ var context = _ref168.context;
3468
3476
  return {
3469
3477
  "class": ['w-4 h-4 transition-all duration-200 text-base dark:text-gray-900', {
3470
3478
  'text-white': context.checked
@@ -3477,8 +3485,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
3477
3485
  }
3478
3486
  },
3479
3487
  datatable: {
3480
- root: function root(_ref168) {
3481
- var props = _ref168.props;
3488
+ root: function root(_ref169) {
3489
+ var props = _ref169.props;
3482
3490
  return {
3483
3491
  "class": ['relative', {
3484
3492
  'flex flex-col h-full': props.scrollable && props.scrollHeight === 'flex'
@@ -3493,8 +3501,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
3493
3501
  loadingicon: {
3494
3502
  "class": 'w-8 h-8'
3495
3503
  },
3496
- wrapper: function wrapper(_ref169) {
3497
- var props = _ref169.props;
3504
+ wrapper: function wrapper(_ref170) {
3505
+ var props = _ref170.props;
3498
3506
  return {
3499
3507
  "class": [{
3500
3508
  relative: props.scrollable,
@@ -3502,8 +3510,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
3502
3510
  }]
3503
3511
  };
3504
3512
  },
3505
- header: function header(_ref170) {
3506
- var props = _ref170.props;
3513
+ header: function header(_ref171) {
3514
+ var props = _ref171.props;
3507
3515
  return {
3508
3516
  "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',
3509
3517
  // Dark Mode
@@ -3513,25 +3521,25 @@ this.primevue.passthrough.tailwind = (function (exports) {
3513
3521
  table: {
3514
3522
  "class": 'w-full border-spacing-0'
3515
3523
  },
3516
- thead: function thead(_ref171) {
3517
- var context = _ref171.context;
3524
+ thead: function thead(_ref172) {
3525
+ var context = _ref172.context;
3518
3526
  return {
3519
3527
  "class": [{
3520
3528
  'bg-slate-50 top-0 z-[1]': context.scrollable
3521
3529
  }]
3522
3530
  };
3523
3531
  },
3524
- tbody: function tbody(_ref172) {
3525
- var instance = _ref172.instance,
3526
- context = _ref172.context;
3532
+ tbody: function tbody(_ref173) {
3533
+ var instance = _ref173.instance,
3534
+ context = _ref173.context;
3527
3535
  return {
3528
3536
  "class": [{
3529
3537
  'sticky z-[1]': instance.frozenRow && context.scrollable
3530
3538
  }]
3531
3539
  };
3532
3540
  },
3533
- tfoot: function tfoot(_ref173) {
3534
- var context = _ref173.context;
3541
+ tfoot: function tfoot(_ref174) {
3542
+ var context = _ref174.context;
3535
3543
  return {
3536
3544
  "class": [{
3537
3545
  'bg-slate-50 bottom-0 z-[1]': context.scrollable
@@ -3544,9 +3552,9 @@ this.primevue.passthrough.tailwind = (function (exports) {
3544
3552
  },
3545
3553
 
3546
3554
  column: {
3547
- headercell: function headercell(_ref174) {
3548
- var context = _ref174.context,
3549
- props = _ref174.props;
3555
+ headercell: function headercell(_ref175) {
3556
+ var context = _ref175.context,
3557
+ props = _ref175.props;
3550
3558
  return {
3551
3559
  "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',
3552
3560
  // Size
@@ -3566,9 +3574,9 @@ this.primevue.passthrough.tailwind = (function (exports) {
3566
3574
  headercontent: {
3567
3575
  "class": 'flex items-center'
3568
3576
  },
3569
- bodycell: function bodycell(_ref175) {
3570
- var props = _ref175.props,
3571
- context = _ref175.context;
3577
+ bodycell: function bodycell(_ref176) {
3578
+ var props = _ref176.props,
3579
+ context = _ref176.context;
3572
3580
  return {
3573
3581
  "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',
3574
3582
  // Size
@@ -3581,8 +3589,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
3581
3589
  }]
3582
3590
  };
3583
3591
  },
3584
- footercell: function footercell(_ref176) {
3585
- var context = _ref176.context;
3592
+ footercell: function footercell(_ref177) {
3593
+ var context = _ref177.context;
3586
3594
  return {
3587
3595
  "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',
3588
3596
  // Size
@@ -3593,8 +3601,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
3593
3601
  }]
3594
3602
  };
3595
3603
  },
3596
- sorticon: function sorticon(_ref177) {
3597
- var context = _ref177.context;
3604
+ sorticon: function sorticon(_ref178) {
3605
+ var context = _ref178.context;
3598
3606
  return {
3599
3607
  "class": ['ml-2', context.sorted ? 'text-blue-700 dark:text-white/80' : 'text-slate-700 dark:text-white/70']
3600
3608
  };
@@ -3620,8 +3628,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
3620
3628
  filterrowitems: {
3621
3629
  "class": 'm-0 p-0 py-3 list-none'
3622
3630
  },
3623
- filterrowitem: function filterrowitem(_ref178) {
3624
- var context = _ref178.context;
3631
+ filterrowitem: function filterrowitem(_ref179) {
3632
+ var context = _ref179.context;
3625
3633
  return {
3626
3634
  "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']
3627
3635
  };
@@ -3674,8 +3682,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
3674
3682
  "class": 'w-auto min-[0px]:text-sm px-4 py-3'
3675
3683
  }
3676
3684
  },
3677
- filtermenubutton: function filtermenubutton(_ref179) {
3678
- var context = _ref179.context;
3685
+ filtermenubutton: function filtermenubutton(_ref180) {
3686
+ var context = _ref180.context;
3679
3687
  return {
3680
3688
  "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',
3681
3689
  // Hover
@@ -3688,8 +3696,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
3688
3696
  }]
3689
3697
  };
3690
3698
  },
3691
- headerfilterclearbutton: function headerfilterclearbutton(_ref180) {
3692
- var context = _ref180.context;
3699
+ headerfilterclearbutton: function headerfilterclearbutton(_ref181) {
3700
+ var context = _ref181.context;
3693
3701
  return {
3694
3702
  "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', {
3695
3703
  invisible: !context.hidden
@@ -3732,8 +3740,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
3732
3740
  radiobuttonwrapper: {
3733
3741
  "class": ['relative inline-flex cursor-pointer select-none align-bottom', 'w-6 h-6']
3734
3742
  },
3735
- radiobutton: function radiobutton(_ref181) {
3736
- var context = _ref181.context;
3743
+ radiobutton: function radiobutton(_ref182) {
3744
+ var context = _ref182.context;
3737
3745
  return {
3738
3746
  "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', {
3739
3747
  '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,
@@ -3741,8 +3749,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
3741
3749
  }]
3742
3750
  };
3743
3751
  },
3744
- radiobuttonicon: function radiobuttonicon(_ref182) {
3745
- var context = _ref182.context;
3752
+ radiobuttonicon: function radiobuttonicon(_ref183) {
3753
+ var context = _ref183.context;
3746
3754
  return {
3747
3755
  "class": ['transform rounded-full', 'block w-3 h-3 transition duration-200 bg-white dark:bg-gray-900', {
3748
3756
  'backface-hidden scale-10 invisible': context.checked === false,
@@ -3753,8 +3761,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
3753
3761
  headercheckboxwrapper: {
3754
3762
  "class": ['cursor-pointer inline-flex relative select-none align-bottom', 'w-6 h-6']
3755
3763
  },
3756
- headercheckbox: function headercheckbox(_ref183) {
3757
- var context = _ref183.context;
3764
+ headercheckbox: function headercheckbox(_ref184) {
3765
+ var context = _ref184.context;
3758
3766
  return {
3759
3767
  "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', {
3760
3768
  '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,
@@ -3768,8 +3776,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
3768
3776
  checkboxwrapper: {
3769
3777
  "class": ['cursor-pointer inline-flex relative select-none align-bottom', 'w-6 h-6']
3770
3778
  },
3771
- checkbox: function checkbox(_ref184) {
3772
- var context = _ref184.context;
3779
+ checkbox: function checkbox(_ref185) {
3780
+ var context = _ref185.context;
3773
3781
  return {
3774
3782
  "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', {
3775
3783
  '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,
@@ -3782,8 +3790,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
3782
3790
  },
3783
3791
  transition: TRANSITIONS.overlay
3784
3792
  },
3785
- bodyrow: function bodyrow(_ref185) {
3786
- var context = _ref185.context;
3793
+ bodyrow: function bodyrow(_ref186) {
3794
+ var context = _ref186.context;
3787
3795
  return {
3788
3796
  "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]',
3789
3797
  // Focus