primevue 3.42.0 → 3.44.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (552) hide show
  1. package/accordion/Accordion.d.ts +8 -0
  2. package/accordion/Accordion.vue +1 -0
  3. package/accordion/accordion.cjs.js +3 -2
  4. package/accordion/accordion.cjs.min.js +1 -1
  5. package/accordion/accordion.esm.js +3 -2
  6. package/accordion/accordion.esm.min.js +1 -1
  7. package/accordion/accordion.js +3 -2
  8. package/accordion/accordion.min.js +1 -1
  9. package/accordiontab/AccordionTab.d.ts +6 -3
  10. package/animateonscroll/animateonscroll.cjs.js +2 -2
  11. package/animateonscroll/animateonscroll.cjs.min.js +1 -1
  12. package/animateonscroll/animateonscroll.esm.js +2 -2
  13. package/animateonscroll/animateonscroll.esm.min.js +1 -1
  14. package/animateonscroll/animateonscroll.js +2 -2
  15. package/animateonscroll/animateonscroll.min.js +1 -1
  16. package/api/api.cjs.js +6 -6
  17. package/api/api.cjs.min.js +1 -1
  18. package/api/api.esm.js +6 -6
  19. package/api/api.esm.min.js +1 -1
  20. package/api/api.js +6 -6
  21. package/api/api.min.js +1 -1
  22. package/autocomplete/AutoComplete.d.ts +25 -2
  23. package/autocomplete/AutoComplete.vue +2 -1
  24. package/autocomplete/autocomplete.cjs.js +5 -3
  25. package/autocomplete/autocomplete.cjs.min.js +1 -1
  26. package/autocomplete/autocomplete.esm.js +5 -3
  27. package/autocomplete/autocomplete.esm.min.js +1 -1
  28. package/autocomplete/autocomplete.js +5 -3
  29. package/autocomplete/autocomplete.min.js +1 -1
  30. package/avatar/Avatar.d.ts +6 -3
  31. package/avatar/Avatar.vue +4 -11
  32. package/avatar/avatar.cjs.js +4 -11
  33. package/avatar/avatar.cjs.min.js +1 -1
  34. package/avatar/avatar.esm.js +4 -11
  35. package/avatar/avatar.esm.min.js +1 -1
  36. package/avatar/avatar.js +4 -11
  37. package/avatar/avatar.min.js +1 -1
  38. package/badge/Badge.d.ts +8 -4
  39. package/badgedirective/BadgeDirective.d.ts +8 -0
  40. package/badgedirective/badgedirective.cjs.js +2 -2
  41. package/badgedirective/badgedirective.cjs.min.js +1 -1
  42. package/badgedirective/badgedirective.esm.js +2 -2
  43. package/badgedirective/badgedirective.esm.min.js +1 -1
  44. package/badgedirective/badgedirective.js +2 -2
  45. package/badgedirective/badgedirective.min.js +1 -1
  46. package/base/style/basestyle.cjs.js +2 -2
  47. package/base/style/basestyle.cjs.min.js +1 -1
  48. package/base/style/basestyle.esm.js +2 -2
  49. package/base/style/basestyle.esm.min.js +1 -1
  50. package/base/style/basestyle.js +2 -2
  51. package/base/style/basestyle.min.js +1 -1
  52. package/basecomponent/BaseComponent.vue +16 -1
  53. package/basecomponent/basecomponent.cjs.js +14 -5
  54. package/basecomponent/basecomponent.cjs.min.js +1 -1
  55. package/basecomponent/basecomponent.esm.js +14 -5
  56. package/basecomponent/basecomponent.esm.min.js +1 -1
  57. package/basecomponent/basecomponent.js +14 -5
  58. package/basecomponent/basecomponent.min.js +1 -1
  59. package/basecomponent/style/basecomponentstyle.cjs.js +2 -2
  60. package/basecomponent/style/basecomponentstyle.cjs.min.js +1 -1
  61. package/basecomponent/style/basecomponentstyle.esm.js +2 -2
  62. package/basecomponent/style/basecomponentstyle.esm.min.js +1 -1
  63. package/basecomponent/style/basecomponentstyle.js +2 -2
  64. package/basecomponent/style/basecomponentstyle.min.js +1 -1
  65. package/basedirective/basedirective.cjs.js +2 -3
  66. package/basedirective/basedirective.cjs.min.js +1 -1
  67. package/basedirective/basedirective.esm.js +2 -3
  68. package/basedirective/basedirective.esm.min.js +1 -1
  69. package/basedirective/basedirective.js +2 -3
  70. package/basedirective/basedirective.min.js +1 -1
  71. package/blockui/BlockUI.d.ts +8 -0
  72. package/breadcrumb/Breadcrumb.d.ts +8 -0
  73. package/button/Button.d.ts +10 -10
  74. package/button/Button.vue +1 -5
  75. package/button/button.cjs.js +1 -6
  76. package/button/button.cjs.min.js +1 -1
  77. package/button/button.esm.js +1 -6
  78. package/button/button.esm.min.js +1 -1
  79. package/button/button.js +1 -6
  80. package/button/button.min.js +1 -1
  81. package/button/style/buttonstyle.cjs.js +2 -2
  82. package/button/style/buttonstyle.cjs.min.js +1 -1
  83. package/button/style/buttonstyle.esm.js +2 -2
  84. package/button/style/buttonstyle.esm.min.js +1 -1
  85. package/button/style/buttonstyle.js +2 -2
  86. package/button/style/buttonstyle.min.js +1 -1
  87. package/calendar/Calendar.d.ts +37 -11
  88. package/calendar/Calendar.vue +9 -5
  89. package/calendar/calendar.cjs.js +10 -8
  90. package/calendar/calendar.cjs.min.js +1 -1
  91. package/calendar/calendar.esm.js +10 -8
  92. package/calendar/calendar.esm.min.js +1 -1
  93. package/calendar/calendar.js +10 -8
  94. package/calendar/calendar.min.js +1 -1
  95. package/carousel/Carousel.d.ts +8 -0
  96. package/carousel/Carousel.vue +4 -2
  97. package/carousel/carousel.cjs.js +5 -3
  98. package/carousel/carousel.cjs.min.js +1 -1
  99. package/carousel/carousel.esm.js +5 -3
  100. package/carousel/carousel.esm.min.js +1 -1
  101. package/carousel/carousel.js +5 -3
  102. package/carousel/carousel.min.js +1 -1
  103. package/cascadeselect/CascadeSelect.d.ts +8 -0
  104. package/cascadeselect/CascadeSelect.vue +1 -1
  105. package/cascadeselect/CascadeSelectSub.vue +4 -1
  106. package/cascadeselect/cascadeselect.cjs.js +7 -4
  107. package/cascadeselect/cascadeselect.cjs.min.js +1 -1
  108. package/cascadeselect/cascadeselect.esm.js +7 -4
  109. package/cascadeselect/cascadeselect.esm.min.js +1 -1
  110. package/cascadeselect/cascadeselect.js +7 -4
  111. package/cascadeselect/cascadeselect.min.js +1 -1
  112. package/chart/Chart.d.ts +8 -0
  113. package/chart/Chart.vue +1 -1
  114. package/chart/chart.cjs.js +4 -3
  115. package/chart/chart.cjs.min.js +1 -1
  116. package/chart/chart.esm.js +4 -3
  117. package/chart/chart.esm.min.js +1 -1
  118. package/chart/chart.js +4 -3
  119. package/chart/chart.min.js +1 -1
  120. package/chart/style/chartstyle.cjs.js +6 -2
  121. package/chart/style/chartstyle.cjs.min.js +1 -1
  122. package/chart/style/chartstyle.esm.js +6 -2
  123. package/chart/style/chartstyle.esm.min.js +1 -1
  124. package/chart/style/chartstyle.js +6 -2
  125. package/chart/style/chartstyle.min.js +1 -1
  126. package/checkbox/Checkbox.d.ts +8 -0
  127. package/checkbox/checkbox.cjs.js +2 -2
  128. package/checkbox/checkbox.cjs.min.js +1 -1
  129. package/checkbox/checkbox.esm.js +2 -2
  130. package/checkbox/checkbox.esm.min.js +1 -1
  131. package/checkbox/checkbox.js +2 -2
  132. package/checkbox/checkbox.min.js +1 -1
  133. package/chip/Chip.d.ts +8 -0
  134. package/chips/Chips.d.ts +8 -0
  135. package/chips/chips.cjs.js +2 -2
  136. package/chips/chips.cjs.min.js +1 -1
  137. package/chips/chips.esm.js +2 -2
  138. package/chips/chips.esm.min.js +1 -1
  139. package/chips/chips.js +2 -2
  140. package/chips/chips.min.js +1 -1
  141. package/colorpicker/ColorPicker.d.ts +8 -0
  142. package/column/Column.d.ts +31 -13
  143. package/columngroup/ColumnGroup.d.ts +6 -3
  144. package/config/config.cjs.js +3 -3
  145. package/config/config.cjs.min.js +1 -1
  146. package/config/config.esm.js +3 -3
  147. package/config/config.esm.min.js +1 -1
  148. package/config/config.js +3 -3
  149. package/config/config.min.js +1 -1
  150. package/confirmdialog/ConfirmDialog.d.ts +24 -2
  151. package/confirmpopup/ConfirmPopup.d.ts +24 -2
  152. package/confirmpopup/confirmpopup.cjs.js +2 -2
  153. package/confirmpopup/confirmpopup.cjs.min.js +1 -1
  154. package/confirmpopup/confirmpopup.esm.js +2 -2
  155. package/confirmpopup/confirmpopup.esm.min.js +1 -1
  156. package/confirmpopup/confirmpopup.js +2 -2
  157. package/confirmpopup/confirmpopup.min.js +1 -1
  158. package/contextmenu/ContextMenu.d.ts +8 -0
  159. package/contextmenu/contextmenu.cjs.js +2 -2
  160. package/contextmenu/contextmenu.cjs.min.js +1 -1
  161. package/contextmenu/contextmenu.esm.js +2 -2
  162. package/contextmenu/contextmenu.esm.min.js +1 -1
  163. package/contextmenu/contextmenu.js +2 -2
  164. package/contextmenu/contextmenu.min.js +1 -1
  165. package/core/core.js +308 -229
  166. package/core/core.min.js +27 -27
  167. package/datatable/BodyCell.vue +1 -0
  168. package/datatable/ColumnFilter.vue +1 -0
  169. package/datatable/DataTable.d.ts +23 -1
  170. package/datatable/FooterCell.vue +1 -0
  171. package/datatable/HeaderCell.vue +1 -0
  172. package/datatable/HeaderCheckbox.vue +1 -0
  173. package/datatable/RowCheckbox.vue +2 -0
  174. package/datatable/RowRadioButton.vue +1 -0
  175. package/datatable/TableBody.vue +1 -0
  176. package/datatable/TableFooter.vue +2 -0
  177. package/datatable/TableHeader.vue +3 -0
  178. package/datatable/datatable.cjs.js +34 -20
  179. package/datatable/datatable.cjs.min.js +1 -1
  180. package/datatable/datatable.esm.js +34 -20
  181. package/datatable/datatable.esm.min.js +1 -1
  182. package/datatable/datatable.js +34 -20
  183. package/datatable/datatable.min.js +1 -1
  184. package/dataview/DataView.d.ts +24 -1
  185. package/dataviewlayoutoptions/DataViewLayoutOptions.d.ts +8 -0
  186. package/deferredcontent/DeferredContent.d.ts +8 -0
  187. package/dialog/Dialog.d.ts +20 -16
  188. package/dialog/dialog.cjs.js +2 -2
  189. package/dialog/dialog.cjs.min.js +1 -1
  190. package/dialog/dialog.esm.js +2 -2
  191. package/dialog/dialog.esm.min.js +1 -1
  192. package/dialog/dialog.js +2 -2
  193. package/dialog/dialog.min.js +1 -1
  194. package/divider/Divider.d.ts +8 -0
  195. package/dock/Dock.d.ts +8 -0
  196. package/dropdown/Dropdown.d.ts +28 -24
  197. package/dropdown/Dropdown.vue +5 -3
  198. package/dropdown/dropdown.cjs.js +8 -7
  199. package/dropdown/dropdown.cjs.min.js +1 -1
  200. package/dropdown/dropdown.esm.js +8 -7
  201. package/dropdown/dropdown.esm.min.js +1 -1
  202. package/dropdown/dropdown.js +8 -7
  203. package/dropdown/dropdown.min.js +1 -1
  204. package/dropdown/style/dropdownstyle.cjs.js +1 -1
  205. package/dropdown/style/dropdownstyle.cjs.min.js +1 -1
  206. package/dropdown/style/dropdownstyle.esm.js +1 -1
  207. package/dropdown/style/dropdownstyle.esm.min.js +1 -1
  208. package/dropdown/style/dropdownstyle.js +1 -1
  209. package/dropdown/style/dropdownstyle.min.js +1 -1
  210. package/dynamicdialog/DynamicDialog.vue +1 -1
  211. package/dynamicdialog/dynamicdialog.cjs.js +1 -3
  212. package/dynamicdialog/dynamicdialog.cjs.min.js +1 -1
  213. package/dynamicdialog/dynamicdialog.esm.js +1 -3
  214. package/dynamicdialog/dynamicdialog.esm.min.js +1 -1
  215. package/dynamicdialog/dynamicdialog.js +1 -3
  216. package/dynamicdialog/dynamicdialog.min.js +1 -1
  217. package/editor/Editor.d.ts +8 -0
  218. package/editor/editor.cjs.js +2 -2
  219. package/editor/editor.cjs.min.js +1 -1
  220. package/editor/editor.esm.js +2 -2
  221. package/editor/editor.esm.min.js +1 -1
  222. package/editor/editor.js +2 -2
  223. package/editor/editor.min.js +1 -1
  224. package/fieldset/Fieldset.d.ts +8 -0
  225. package/fieldset/Fieldset.vue +1 -1
  226. package/fieldset/fieldset.cjs.js +3 -3
  227. package/fieldset/fieldset.cjs.min.js +1 -1
  228. package/fieldset/fieldset.esm.js +3 -3
  229. package/fieldset/fieldset.esm.min.js +1 -1
  230. package/fieldset/fieldset.js +3 -3
  231. package/fieldset/fieldset.min.js +1 -1
  232. package/fileupload/FileUpload.d.ts +30 -6
  233. package/galleria/BaseGalleria.vue +8 -0
  234. package/galleria/Galleria.d.ts +16 -0
  235. package/galleria/Galleria.vue +1 -1
  236. package/galleria/GalleriaContent.vue +11 -1
  237. package/galleria/GalleriaItem.vue +72 -3
  238. package/galleria/galleria.cjs.js +93 -13
  239. package/galleria/galleria.cjs.min.js +1 -1
  240. package/galleria/galleria.esm.js +93 -13
  241. package/galleria/galleria.esm.min.js +1 -1
  242. package/galleria/galleria.js +93 -13
  243. package/galleria/galleria.min.js +1 -1
  244. package/image/Image.d.ts +8 -0
  245. package/image/Image.vue +4 -1
  246. package/image/image.cjs.js +20 -15
  247. package/image/image.cjs.min.js +1 -1
  248. package/image/image.esm.js +20 -15
  249. package/image/image.esm.min.js +1 -1
  250. package/image/image.js +20 -15
  251. package/image/image.min.js +1 -1
  252. package/inlinemessage/InlineMessage.d.ts +8 -0
  253. package/inplace/Inplace.d.ts +23 -1
  254. package/inplace/inplace.cjs.js +2 -2
  255. package/inplace/inplace.cjs.min.js +1 -1
  256. package/inplace/inplace.esm.js +2 -2
  257. package/inplace/inplace.esm.min.js +1 -1
  258. package/inplace/inplace.js +2 -2
  259. package/inplace/inplace.min.js +1 -1
  260. package/inputgroup/InputGroup.d.ts +8 -0
  261. package/inputgroupaddon/InputGroupAddon.d.ts +8 -0
  262. package/inputmask/InputMask.d.ts +8 -0
  263. package/inputnumber/InputNumber.d.ts +30 -12
  264. package/inputnumber/InputNumber.vue +10 -5
  265. package/inputnumber/inputnumber.cjs.js +22 -23
  266. package/inputnumber/inputnumber.cjs.min.js +1 -1
  267. package/inputnumber/inputnumber.esm.js +22 -23
  268. package/inputnumber/inputnumber.esm.min.js +1 -1
  269. package/inputnumber/inputnumber.js +22 -23
  270. package/inputnumber/inputnumber.min.js +1 -1
  271. package/inputswitch/InputSwitch.d.ts +8 -0
  272. package/inputswitch/inputswitch.cjs.js +2 -2
  273. package/inputswitch/inputswitch.cjs.min.js +1 -1
  274. package/inputswitch/inputswitch.esm.js +2 -2
  275. package/inputswitch/inputswitch.esm.min.js +1 -1
  276. package/inputswitch/inputswitch.js +2 -2
  277. package/inputswitch/inputswitch.min.js +1 -1
  278. package/inputtext/InputText.d.ts +8 -4
  279. package/inputtext/InputText.vue +9 -9
  280. package/inputtext/inputtext.cjs.js +9 -9
  281. package/inputtext/inputtext.cjs.min.js +1 -1
  282. package/inputtext/inputtext.esm.js +9 -9
  283. package/inputtext/inputtext.esm.min.js +1 -1
  284. package/inputtext/inputtext.js +9 -9
  285. package/inputtext/inputtext.min.js +1 -1
  286. package/knob/Knob.d.ts +8 -0
  287. package/listbox/Listbox.d.ts +8 -0
  288. package/listbox/listbox.cjs.js +2 -2
  289. package/listbox/listbox.cjs.min.js +1 -1
  290. package/listbox/listbox.esm.js +2 -2
  291. package/listbox/listbox.esm.min.js +1 -1
  292. package/listbox/listbox.js +2 -2
  293. package/listbox/listbox.min.js +1 -1
  294. package/megamenu/MegaMenu.d.ts +8 -0
  295. package/menu/Menu.d.ts +8 -0
  296. package/menu/menu.cjs.js +2 -2
  297. package/menu/menu.cjs.min.js +1 -1
  298. package/menu/menu.esm.js +2 -2
  299. package/menu/menu.esm.min.js +1 -1
  300. package/menu/menu.js +2 -2
  301. package/menu/menu.min.js +1 -1
  302. package/menubar/Menubar.d.ts +8 -0
  303. package/menubar/menubar.cjs.js +2 -2
  304. package/menubar/menubar.cjs.min.js +1 -1
  305. package/menubar/menubar.esm.js +2 -2
  306. package/menubar/menubar.esm.min.js +1 -1
  307. package/menubar/menubar.js +2 -2
  308. package/menubar/menubar.min.js +1 -1
  309. package/message/Message.d.ts +17 -13
  310. package/message/message.cjs.js +2 -2
  311. package/message/message.cjs.min.js +1 -1
  312. package/message/message.esm.js +2 -2
  313. package/message/message.esm.min.js +1 -1
  314. package/message/message.js +2 -2
  315. package/message/message.min.js +1 -1
  316. package/multiselect/MultiSelect.d.ts +8 -0
  317. package/multiselect/multiselect.cjs.js +4 -4
  318. package/multiselect/multiselect.cjs.min.js +1 -1
  319. package/multiselect/multiselect.esm.js +4 -4
  320. package/multiselect/multiselect.esm.min.js +1 -1
  321. package/multiselect/multiselect.js +4 -4
  322. package/multiselect/multiselect.min.js +1 -1
  323. package/orderlist/OrderList.d.ts +27 -5
  324. package/orderlist/OrderList.vue +4 -4
  325. package/orderlist/orderlist.cjs.js +18 -18
  326. package/orderlist/orderlist.cjs.min.js +1 -1
  327. package/orderlist/orderlist.esm.js +18 -18
  328. package/orderlist/orderlist.esm.min.js +1 -1
  329. package/orderlist/orderlist.js +18 -18
  330. package/orderlist/orderlist.min.js +1 -1
  331. package/organizationchart/OrganizationChart.d.ts +8 -0
  332. package/organizationchart/organizationchart.cjs.js +2 -2
  333. package/organizationchart/organizationchart.cjs.min.js +1 -1
  334. package/organizationchart/organizationchart.esm.js +2 -2
  335. package/organizationchart/organizationchart.esm.min.js +1 -1
  336. package/organizationchart/organizationchart.js +2 -2
  337. package/organizationchart/organizationchart.min.js +1 -1
  338. package/overlaypanel/OverlayPanel.d.ts +8 -0
  339. package/overlaypanel/overlaypanel.cjs.js +2 -2
  340. package/overlaypanel/overlaypanel.cjs.min.js +1 -1
  341. package/overlaypanel/overlaypanel.esm.js +2 -2
  342. package/overlaypanel/overlaypanel.esm.min.js +1 -1
  343. package/overlaypanel/overlaypanel.js +2 -2
  344. package/overlaypanel/overlaypanel.min.js +1 -1
  345. package/package.json +1 -1
  346. package/paginator/Paginator.d.ts +44 -26
  347. package/paginator/style/paginatorstyle.cjs.js +2 -2
  348. package/paginator/style/paginatorstyle.cjs.min.js +1 -1
  349. package/paginator/style/paginatorstyle.esm.js +2 -2
  350. package/paginator/style/paginatorstyle.esm.min.js +1 -1
  351. package/paginator/style/paginatorstyle.js +2 -2
  352. package/paginator/style/paginatorstyle.min.js +1 -1
  353. package/panel/Panel.d.ts +8 -0
  354. package/panel/Panel.vue +1 -1
  355. package/panel/panel.cjs.js +3 -3
  356. package/panel/panel.cjs.min.js +1 -1
  357. package/panel/panel.esm.js +3 -3
  358. package/panel/panel.esm.min.js +1 -1
  359. package/panel/panel.js +3 -3
  360. package/panel/panel.min.js +1 -1
  361. package/panelmenu/PanelMenu.d.ts +8 -0
  362. package/panelmenu/panelmenu.cjs.js +2 -2
  363. package/panelmenu/panelmenu.cjs.min.js +1 -1
  364. package/panelmenu/panelmenu.esm.js +2 -2
  365. package/panelmenu/panelmenu.esm.min.js +1 -1
  366. package/panelmenu/panelmenu.js +2 -2
  367. package/panelmenu/panelmenu.min.js +1 -1
  368. package/passthrough/index.cjs.js +2 -2
  369. package/passthrough/index.cjs.min.js +1 -1
  370. package/passthrough/index.esm.js +2 -2
  371. package/passthrough/index.esm.min.js +1 -1
  372. package/passthrough/index.js +2 -2
  373. package/passthrough/index.min.js +1 -1
  374. package/passthrough/tailwind/index.cjs.js +168 -124
  375. package/passthrough/tailwind/index.cjs.min.js +1 -1
  376. package/passthrough/tailwind/index.esm.js +168 -124
  377. package/passthrough/tailwind/index.esm.min.js +1 -1
  378. package/passthrough/tailwind/index.js +168 -124
  379. package/passthrough/tailwind/index.min.js +1 -1
  380. package/password/Password.d.ts +25 -3
  381. package/password/Password.vue +2 -1
  382. package/password/password.cjs.js +5 -6
  383. package/password/password.cjs.min.js +1 -1
  384. package/password/password.esm.js +5 -6
  385. package/password/password.esm.min.js +1 -1
  386. package/password/password.js +5 -6
  387. package/password/password.min.js +1 -1
  388. package/picklist/PickList.d.ts +35 -13
  389. package/picklist/PickList.vue +48 -12
  390. package/picklist/picklist.cjs.js +49 -37
  391. package/picklist/picklist.cjs.min.js +1 -1
  392. package/picklist/picklist.esm.js +49 -37
  393. package/picklist/picklist.esm.min.js +1 -1
  394. package/picklist/picklist.js +49 -37
  395. package/picklist/picklist.min.js +1 -1
  396. package/progressbar/ProgressBar.d.ts +10 -6
  397. package/progressspinner/ProgressSpinner.d.ts +8 -0
  398. package/radiobutton/RadioButton.d.ts +8 -0
  399. package/radiobutton/radiobutton.cjs.js +2 -2
  400. package/radiobutton/radiobutton.cjs.min.js +1 -1
  401. package/radiobutton/radiobutton.esm.js +2 -2
  402. package/radiobutton/radiobutton.esm.min.js +1 -1
  403. package/radiobutton/radiobutton.js +2 -2
  404. package/radiobutton/radiobutton.min.js +1 -1
  405. package/rating/Rating.d.ts +8 -0
  406. package/row/Row.d.ts +6 -3
  407. package/scrollpanel/ScrollPanel.d.ts +8 -0
  408. package/scrollpanel/ScrollPanel.vue +8 -1
  409. package/scrollpanel/scrollpanel.cjs.js +14 -5
  410. package/scrollpanel/scrollpanel.cjs.min.js +1 -1
  411. package/scrollpanel/scrollpanel.esm.js +14 -5
  412. package/scrollpanel/scrollpanel.esm.min.js +1 -1
  413. package/scrollpanel/scrollpanel.js +14 -5
  414. package/scrollpanel/scrollpanel.min.js +1 -1
  415. package/scrolltop/ScrollTop.d.ts +8 -0
  416. package/selectbutton/SelectButton.d.ts +8 -0
  417. package/sidebar/Sidebar.d.ts +8 -0
  418. package/sidebar/sidebar.cjs.js +2 -2
  419. package/sidebar/sidebar.cjs.min.js +1 -1
  420. package/sidebar/sidebar.esm.js +2 -2
  421. package/sidebar/sidebar.esm.min.js +1 -1
  422. package/sidebar/sidebar.js +2 -2
  423. package/sidebar/sidebar.min.js +1 -1
  424. package/skeleton/Skeleton.d.ts +8 -0
  425. package/slider/Slider.d.ts +8 -0
  426. package/speeddial/SpeedDial.d.ts +23 -1
  427. package/speeddial/speeddial.cjs.js +2 -2
  428. package/speeddial/speeddial.cjs.min.js +1 -1
  429. package/speeddial/speeddial.esm.js +2 -2
  430. package/speeddial/speeddial.esm.min.js +1 -1
  431. package/speeddial/speeddial.js +2 -2
  432. package/speeddial/speeddial.min.js +1 -1
  433. package/speeddial/style/speeddialstyle.cjs.js +2 -2
  434. package/speeddial/style/speeddialstyle.cjs.min.js +1 -1
  435. package/speeddial/style/speeddialstyle.esm.js +2 -2
  436. package/speeddial/style/speeddialstyle.esm.min.js +1 -1
  437. package/speeddial/style/speeddialstyle.js +2 -2
  438. package/speeddial/style/speeddialstyle.min.js +1 -1
  439. package/splitbutton/SplitButton.d.ts +24 -2
  440. package/splitbutton/SplitButton.vue +2 -2
  441. package/splitbutton/splitbutton.cjs.js +4 -4
  442. package/splitbutton/splitbutton.cjs.min.js +1 -1
  443. package/splitbutton/splitbutton.esm.js +4 -4
  444. package/splitbutton/splitbutton.esm.min.js +1 -1
  445. package/splitbutton/splitbutton.js +4 -4
  446. package/splitbutton/splitbutton.min.js +1 -1
  447. package/splitbutton/style/splitbuttonstyle.cjs.js +3 -3
  448. package/splitbutton/style/splitbuttonstyle.cjs.min.js +1 -1
  449. package/splitbutton/style/splitbuttonstyle.esm.js +3 -3
  450. package/splitbutton/style/splitbuttonstyle.esm.min.js +1 -1
  451. package/splitbutton/style/splitbuttonstyle.js +3 -3
  452. package/splitbutton/style/splitbuttonstyle.min.js +1 -1
  453. package/splitter/Splitter.d.ts +8 -0
  454. package/splitterpanel/SplitterPanel.d.ts +8 -0
  455. package/steps/Steps.d.ts +8 -0
  456. package/tabmenu/TabMenu.d.ts +8 -0
  457. package/tabpanel/TabPanel.d.ts +8 -5
  458. package/tabview/TabView.vue +1 -0
  459. package/tabview/tabview.cjs.js +3 -2
  460. package/tabview/tabview.cjs.min.js +1 -1
  461. package/tabview/tabview.esm.js +3 -2
  462. package/tabview/tabview.esm.min.js +1 -1
  463. package/tabview/tabview.js +3 -2
  464. package/tabview/tabview.min.js +1 -1
  465. package/tag/Tag.d.ts +8 -0
  466. package/terminal/Terminal.d.ts +8 -0
  467. package/textarea/Textarea.d.ts +8 -0
  468. package/tieredmenu/TieredMenu.d.ts +18 -14
  469. package/tieredmenu/tieredmenu.cjs.js +2 -2
  470. package/tieredmenu/tieredmenu.cjs.min.js +1 -1
  471. package/tieredmenu/tieredmenu.esm.js +2 -2
  472. package/tieredmenu/tieredmenu.esm.min.js +1 -1
  473. package/tieredmenu/tieredmenu.js +2 -2
  474. package/tieredmenu/tieredmenu.min.js +1 -1
  475. package/timeline/Timeline.d.ts +8 -0
  476. package/toast/Toast.d.ts +8 -0
  477. package/toast/style/toaststyle.cjs.js +2 -2
  478. package/toast/style/toaststyle.cjs.min.js +1 -1
  479. package/toast/style/toaststyle.esm.js +2 -2
  480. package/toast/style/toaststyle.esm.min.js +1 -1
  481. package/toast/style/toaststyle.js +2 -2
  482. package/toast/style/toaststyle.min.js +1 -1
  483. package/toast/toast.cjs.js +4 -4
  484. package/toast/toast.cjs.min.js +1 -1
  485. package/toast/toast.esm.js +4 -4
  486. package/toast/toast.esm.min.js +1 -1
  487. package/toast/toast.js +4 -4
  488. package/toast/toast.min.js +1 -1
  489. package/togglebutton/ToggleButton.d.ts +8 -0
  490. package/togglebutton/togglebutton.cjs.js +2 -2
  491. package/togglebutton/togglebutton.cjs.min.js +1 -1
  492. package/togglebutton/togglebutton.esm.js +2 -2
  493. package/togglebutton/togglebutton.esm.min.js +1 -1
  494. package/togglebutton/togglebutton.js +2 -2
  495. package/togglebutton/togglebutton.min.js +1 -1
  496. package/toolbar/Toolbar.d.ts +8 -0
  497. package/tooltip/Tooltip.d.ts +8 -0
  498. package/tree/Tree.d.ts +46 -22
  499. package/tree/Tree.vue +3 -1
  500. package/tree/tree.cjs.js +9 -5
  501. package/tree/tree.cjs.min.js +1 -1
  502. package/tree/tree.esm.js +9 -5
  503. package/tree/tree.esm.min.js +1 -1
  504. package/tree/tree.js +9 -5
  505. package/tree/tree.min.js +1 -1
  506. package/treeselect/TreeSelect.d.ts +25 -3
  507. package/treeselect/treeselect.cjs.js +4 -4
  508. package/treeselect/treeselect.cjs.min.js +1 -1
  509. package/treeselect/treeselect.esm.js +4 -4
  510. package/treeselect/treeselect.esm.min.js +1 -1
  511. package/treeselect/treeselect.js +4 -4
  512. package/treeselect/treeselect.min.js +1 -1
  513. package/treetable/BodyCell.vue +3 -1
  514. package/treetable/FooterCell.vue +1 -0
  515. package/treetable/HeaderCell.vue +1 -0
  516. package/treetable/TreeTable.d.ts +23 -1
  517. package/treetable/TreeTable.vue +3 -1
  518. package/treetable/treetable.cjs.js +19 -13
  519. package/treetable/treetable.cjs.min.js +1 -1
  520. package/treetable/treetable.esm.js +19 -13
  521. package/treetable/treetable.esm.min.js +1 -1
  522. package/treetable/treetable.js +19 -13
  523. package/treetable/treetable.min.js +1 -1
  524. package/tristatecheckbox/TriStateCheckbox.d.ts +8 -0
  525. package/tristatecheckbox/tristatecheckbox.cjs.js +2 -2
  526. package/tristatecheckbox/tristatecheckbox.cjs.min.js +1 -1
  527. package/tristatecheckbox/tristatecheckbox.esm.js +2 -2
  528. package/tristatecheckbox/tristatecheckbox.esm.min.js +1 -1
  529. package/tristatecheckbox/tristatecheckbox.js +2 -2
  530. package/tristatecheckbox/tristatecheckbox.min.js +1 -1
  531. package/usestyle/usestyle.cjs.js +2 -2
  532. package/usestyle/usestyle.cjs.min.js +1 -1
  533. package/usestyle/usestyle.esm.js +2 -2
  534. package/usestyle/usestyle.esm.min.js +1 -1
  535. package/usestyle/usestyle.js +2 -2
  536. package/usestyle/usestyle.min.js +1 -1
  537. package/utils/Utils.d.ts +1 -0
  538. package/utils/utils.cjs.js +27 -3
  539. package/utils/utils.cjs.min.js +1 -1
  540. package/utils/utils.esm.js +27 -3
  541. package/utils/utils.esm.min.js +1 -1
  542. package/utils/utils.js +27 -3
  543. package/utils/utils.min.js +1 -1
  544. package/virtualscroller/VirtualScroller.d.ts +8 -0
  545. package/virtualscroller/VirtualScroller.vue +1 -1
  546. package/virtualscroller/virtualscroller.cjs.js +5 -5
  547. package/virtualscroller/virtualscroller.cjs.min.js +1 -1
  548. package/virtualscroller/virtualscroller.esm.js +5 -5
  549. package/virtualscroller/virtualscroller.esm.min.js +1 -1
  550. package/virtualscroller/virtualscroller.js +5 -5
  551. package/virtualscroller/virtualscroller.min.js +1 -1
  552. package/web-types.json +1 -1
@@ -5,8 +5,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
5
5
 
6
6
  function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
7
7
  function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
8
- function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return _typeof(key) === "symbol" ? key : String(key); }
9
- function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (_typeof(res) !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
8
+ function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : String(i); }
9
+ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
10
10
  var TRANSITIONS = {
11
11
  toggleable: {
12
12
  enterFromClass: 'max-h-0',
@@ -96,7 +96,6 @@ this.primevue.passthrough.tailwind = (function (exports) {
96
96
  ]
97
97
  };
98
98
  },
99
-
100
99
  title: {
101
100
  "class": 'leading-none font-bold'
102
101
  },
@@ -110,7 +109,6 @@ this.primevue.passthrough.tailwind = (function (exports) {
110
109
  'focus:outline-none focus:outline-offset-0 focus:shadow-[0_0_0_0.2rem_rgba(191,219,254,1)]' // focus
111
110
  ]
112
111
  },
113
-
114
112
  togglerIcon: {
115
113
  "class": 'inline-block'
116
114
  },
@@ -118,7 +116,6 @@ this.primevue.passthrough.tailwind = (function (exports) {
118
116
  "class": ['p-5 border border-gray-300 bg-white text-gray-700 border-t-0 last:rounded-br-lg last:rounded-bl-lg', 'dark:bg-gray-900 dark:border-blue-900/40 dark:text-white/80' // Dark mode
119
117
  ]
120
118
  },
121
-
122
119
  transition: TRANSITIONS.toggleable
123
120
  },
124
121
  accordion: {
@@ -138,7 +135,6 @@ this.primevue.passthrough.tailwind = (function (exports) {
138
135
  ]
139
136
  };
140
137
  },
141
-
142
138
  headerAction: function headerAction(_ref6) {
143
139
  var context = _ref6.context;
144
140
  return {
@@ -161,7 +157,6 @@ this.primevue.passthrough.tailwind = (function (exports) {
161
157
  ]
162
158
  };
163
159
  },
164
-
165
160
  headerIcon: {
166
161
  "class": 'inline-block mr-2'
167
162
  },
@@ -172,7 +167,6 @@ this.primevue.passthrough.tailwind = (function (exports) {
172
167
  "class": ['p-5 border border-gray-300 bg-white text-gray-700 border-t-0 rounded-tl-none rounded-tr-none rounded-br-lg rounded-bl-lg', 'dark:bg-gray-900 dark:border-blue-900/40 dark:text-white/80' // Dark mode
173
168
  ]
174
169
  },
175
-
176
170
  transition: TRANSITIONS.toggleable
177
171
  }
178
172
  },
@@ -183,7 +177,6 @@ this.primevue.passthrough.tailwind = (function (exports) {
183
177
  'dark:bg-gray-900 dark:text-white ' //dark
184
178
  ]
185
179
  },
186
-
187
180
  body: {
188
181
  "class": 'p-5'
189
182
  },
@@ -191,23 +184,19 @@ this.primevue.passthrough.tailwind = (function (exports) {
191
184
  title: {
192
185
  "class": 'text-2xl font-bold mb-2' // Font size, font weight, and margin bottom.
193
186
  },
194
-
195
187
  subtitle: {
196
188
  "class": ['font-normal mb-2 text-gray-600',
197
189
  // Font weight, margin bottom, and text color.
198
190
  'dark:text-white/60 ' //dark
199
191
  ]
200
192
  },
201
-
202
193
  content: {
203
194
  "class": 'py-5' // Vertical padding.
204
195
  },
205
-
206
196
  footer: {
207
197
  "class": 'pt-5' // Top padding.
208
198
  }
209
199
  },
210
-
211
200
  divider: {
212
201
  root: function root(_ref7) {
213
202
  var props = _ref7.props;
@@ -226,12 +215,10 @@ this.primevue.passthrough.tailwind = (function (exports) {
226
215
  ]
227
216
  };
228
217
  },
229
-
230
218
  content: {
231
219
  "class": 'px-1 bg-white z-10 dark:bg-gray-900' // Padding and background color.
232
220
  }
233
221
  },
234
-
235
222
  fieldset: {
236
223
  root: {
237
224
  "class": ['border border-gray-300 bg-white text-gray-700 rounded-md block mx-2 my-0.5 pl-4 pr-5 inline-size-min',
@@ -239,7 +226,6 @@ this.primevue.passthrough.tailwind = (function (exports) {
239
226
  'dark:bg-gray-900 dark:border-blue-900/40 dark:text-white/80' //dark
240
227
  ]
241
228
  },
242
-
243
229
  legend: function legend(_ref8) {
244
230
  var props = _ref8.props;
245
231
  return {
@@ -262,15 +248,12 @@ this.primevue.passthrough.tailwind = (function (exports) {
262
248
  togglerIcon: {
263
249
  "class": 'mr-2 inline-block' // Margin and display style.
264
250
  },
265
-
266
251
  legendTitle: {
267
252
  "class": 'flex items-center justify-center leading-none' // alignments, and leading style.
268
253
  },
269
-
270
254
  content: {
271
255
  "class": 'p-5' // Padding.
272
256
  },
273
-
274
257
  transition: TRANSITIONS.toggleable
275
258
  },
276
259
  scrollpanel: {
@@ -299,23 +282,18 @@ this.primevue.passthrough.tailwind = (function (exports) {
299
282
  ]
300
283
  };
301
284
  },
302
-
303
285
  navContent: {
304
286
  "class": 'overflow-y-hidden overscroll-contain overscroll-auto scroll-smooth [&::-webkit-scrollbar]:hidden' // Overflow and scrollbar styles.
305
287
  },
306
-
307
288
  previousButton: {
308
289
  "class": ['h-full flex items-center justify-center !absolute top-0 z-20', 'left-0', 'bg-white text-blue-500 w-12 shadow-md rounded-none', 'dark:bg-gray-900 dark:border-blue-900/40 dark:text-white/80 ]'] // Flex and absolute positioning styles.
309
290
  },
310
-
311
291
  nextButton: {
312
292
  "class": ['h-full flex items-center justify-center !absolute top-0 z-20', 'right-0', 'bg-white text-blue-500 w-12 shadow-md rounded-none', 'dark:bg-gray-900 dark:border-blue-900/40 dark:text-white/80 '] // Flex and absolute positioning styles.
313
293
  },
314
-
315
294
  nav: {
316
295
  "class": ['flex flex-1 list-none m-0 p-0', 'bg-transparent border border-gray-300 border-0 border-b-2', 'dark:border-blue-900/40 dark:text-white/80 '] // Flex, list, margin, padding, and border styles.
317
296
  },
318
-
319
297
  tabpanel: {
320
298
  header: function header(_ref11) {
321
299
  var props = _ref11.props;
@@ -325,7 +303,6 @@ this.primevue.passthrough.tailwind = (function (exports) {
325
303
  }] // Margin and condition-based styles.
326
304
  };
327
305
  },
328
-
329
306
  headerAction: function headerAction(_ref12) {
330
307
  var parent = _ref12.parent,
331
308
  context = _ref12.context;
@@ -343,21 +320,17 @@ this.primevue.passthrough.tailwind = (function (exports) {
343
320
  // Condition-based hover styles.
344
321
  'bg-white border-blue-500 text-blue-500 dark:bg-gray-900 dark:border-blue-300 dark:text-blue-300': parent.state.d_activeIndex === context.index // Condition-based active styles.
345
322
  }],
346
-
347
323
  style: 'margin-bottom:-2px' // Negative margin style.
348
324
  };
349
325
  },
350
-
351
326
  headerTitle: {
352
327
  "class": ['leading-none whitespace-nowrap'] // Leading and whitespace styles.
353
328
  },
354
-
355
329
  content: {
356
330
  "class": ['bg-white p-5 border-0 text-gray-700 rounded-bl-md rounded-br-md', 'dark:bg-gray-900 dark:border-blue-900/40 dark:text-white/80'] // Background, padding, border, and text styles.
357
331
  }
358
332
  }
359
333
  },
360
-
361
334
  splitter: {
362
335
  root: function root(_ref13) {
363
336
  var context = _ref13.context;
@@ -800,13 +773,15 @@ this.primevue.passthrough.tailwind = (function (exports) {
800
773
  root: function root(_ref30) {
801
774
  var parent = _ref30.parent;
802
775
  return {
803
- "class": ['w-16 !h-16 !rounded-full justify-center z-10', {
776
+ "class": ['text-white dark:text-gray-900 bg-blue-500 dark:bg-blue-400 border border-blue-500 dark:border-blue-400 hover:bg-blue-600 dark:hover:bg-blue-500 hover:border-blue-600 dark:hover:border-blue-500 focus:shadow-[0_0_0_2px_rgba(255,255,255,1),0_0_0_4px_rgba(157,193,251,1),0_1px_2px_0_rgba(0,0,0,1)] dark:focus:shadow-[0_0_0_2px_rgba(28,33,39,1),0_0_0_4px_rgba(147,197,253,0.7),0_1px_2px_0_rgba(0,0,0,0)]', 'flex items-center justify-center', 'transition duration-200 ease-in-out', 'focus:outline-none focus:outline-offset-0', 'w-16 !h-16 !rounded-full justify-center z-10', {
804
777
  'rotate-45': parent.state.d_visible
805
778
  }]
806
779
  };
807
780
  },
808
- label: {
809
- "class": 'hidden'
781
+ label: function label() {
782
+ return {
783
+ "class": 'hidden'
784
+ };
810
785
  }
811
786
  },
812
787
  menu: {
@@ -850,28 +825,130 @@ this.primevue.passthrough.tailwind = (function (exports) {
850
825
  },
851
826
  button: {
852
827
  root: function root(_ref34) {
853
- var parent = _ref34.parent;
828
+ var props = _ref34.props,
829
+ parent = _ref34.parent;
854
830
  return {
855
831
  "class": ['rounded-r-none border-r-0', {
856
832
  'rounded-l-full': parent.props.rounded
833
+ }, {
834
+ 'text-white dark:text-gray-900 bg-blue-500 dark:bg-blue-400 border border-blue-500 dark:border-blue-400 hover:bg-blue-600 dark:hover:bg-blue-500 hover:border-blue-600 dark:hover:border-blue-500 focus:shadow-[0_0_0_2px_rgba(255,255,255,1),0_0_0_4px_rgba(157,193,251,1),0_1px_2px_0_rgba(0,0,0,1)] dark:focus:shadow-[0_0_0_2px_rgba(28,33,39,1),0_0_0_4px_rgba(147,197,253,0.7),0_1px_2px_0_rgba(0,0,0,0)]': !parent.props.link && parent.props.severity === null && !parent.props.text && !parent.props.outlined && !parent.props.plain,
835
+ 'text-blue-600 bg-transparent border-transparent focus:shadow-[0_0_0_2px_rgba(255,255,255,1),0_0_0_4px_rgba(157,193,251,1),0_1px_2px_0_rgba(0,0,0,1)] dark:focus:shadow-[0_0_0_2px_rgba(28,33,39,1),0_0_0_4px_rgba(147,197,253,0.7),0_1px_2px_0_rgba(0,0,0,0)]': parent.props.link
836
+ }, {
837
+ 'focus:shadow-[0_0_0_2px_rgba(255,255,255,1),0_0_0_4px_rgba(176,185,198,1),0_1px_2px_0_rgba(0,0,0,1)] dark:focus:shadow-[0_0_0_2px_rgba(28,33,39,1),0_0_0_4px_rgba(203,213,225,0.7),0_1px_2px_0_rgba(0,0,0,0)]': props.severity === 'secondary',
838
+ 'focus:shadow-[0_0_0_2px_rgba(255,255,255,1),0_0_0_4px_rgba(136,234,172,1),0_1px_2px_0_rgba(0,0,0,1)] dark:focus:shadow-[0_0_0_2px_rgba(28,33,39,1),0_0_0_4px_rgba(134,239,172,0.7),0_1px_2px_0_rgba(0,0,0,0)]': props.severity === 'success',
839
+ 'focus:shadow-[0_0_0_2px_rgba(255,255,255,1),0_0_0_4px_rgba(157,193,251,1),0_1px_2px_0_rgba(0,0,0,1)] dark:focus:shadow-[0_0_0_2px_rgba(28,33,39,1),0_0_0_4px_rgba(147,197,253,0.7),0_1px_2px_0_rgba(0,0,0,0)]': props.severity === 'info',
840
+ 'focus:shadow-[0_0_0_2px_rgba(255,255,255,1),0_0_0_4px_rgba(250,207,133,1),0_1px_2px_0_rgba(0,0,0,1)] dark:focus:shadow-[0_0_0_2px_rgba(28,33,39,1),0_0_0_4px_rgba(252,211,77,0.7),0_1px_2px_0_rgba(0,0,0,0)]': props.severity === 'warning',
841
+ 'focus:shadow-[0_0_0_2px_rgba(255,255,255,1),0_0_0_4px_rgba(212,170,251,1),0_1px_2px_0_rgba(0,0,0,1)] dark:focus:shadow-[0_0_0_2px_rgba(28,33,39,1),0_0_0_4px_rgba(216,180,254,0.7),0_1px_2px_0_rgba(0,0,0,0)]': props.severity === 'help',
842
+ 'focus:shadow-[0_0_0_2px_rgba(255,255,255,1),0_0_0_4px_rgba(247,162,162,1),0_1px_2px_0_rgba(0,0,0,1)] dark:focus:shadow-[0_0_0_2px_rgba(28,33,39,1),0_0_0_4px_rgba(252,165,165,0.7),0_1px_2px_0_rgba(0,0,0,0)]': props.severity === 'danger'
843
+ }, {
844
+ 'text-white dark:text-gray-900 bg-gray-500 dark:bg-gray-400 border border-gray-500 dark:border-gray-400 hover:bg-gray-600 dark:hover:bg-gray-500 hover:border-gray-600 dark:hover:border-gray-500': props.severity === 'secondary' && !props.text && !props.outlined && !props.plain,
845
+ 'text-white dark:text-gray-900 bg-green-500 dark:bg-green-400 border border-green-500 dark:border-green-400 hover:bg-green-600 dark:hover:bg-green-500 hover:border-green-600 dark:hover:border-green-500': props.severity === 'success' && !props.text && !props.outlined && !props.plain,
846
+ 'text-white dark:text-gray-900 dark:bg-blue-400 bg-blue-500 dark:bg-blue-400 border border-blue-500 dark:border-blue-400 hover:bg-blue-600 hover:border-blue-600 dark:hover:bg-blue-500 dark:hover:border-blue-500': props.severity === 'info' && !props.text && !props.outlined && !props.plain,
847
+ 'text-white dark:text-gray-900 bg-orange-500 dark:bg-orange-400 border border-orange-500 dark:border-orange-400 hover:bg-orange-600 dark:hover:bg-orange-500 hover:border-orange-600 dark:hover:border-orange-500': props.severity === 'warning' && !props.text && !props.outlined && !props.plain,
848
+ 'text-white dark:text-gray-900 bg-purple-500 dark:bg-purple-400 border border-purple-500 dark:border-purple-400 hover:bg-purple-600 dark:hover:bg-purple-500 hover:border-purple-600 dark:hover:border-purple-500': props.severity === 'help' && !props.text && !props.outlined && !props.plain,
849
+ 'text-white dark:text-gray-900 bg-red-500 dark:bg-red-400 border border-red-500 dark:border-red-400 hover:bg-red-600 dark:hover:bg-red-500 hover:border-red-600 dark:hover:border-red-500': props.severity === 'danger' && !props.text && !props.outlined && !props.plain
850
+ }, {
851
+ 'shadow-lg': props.raised
852
+ }, {
853
+ 'rounded-md': !props.rounded,
854
+ 'rounded-full': props.rounded
855
+ }, {
856
+ 'bg-transparent border-transparent': props.text && !props.plain,
857
+ 'text-blue-500 dark:text-blue-400 hover:bg-blue-300/20': props.text && (props.severity === null || props.severity === 'info') && !props.plain,
858
+ 'text-gray-500 dark:text-gray-400 hover:bg-gray-300/20': props.text && props.severity === 'secondary' && !props.plain,
859
+ 'text-green-500 dark:text-green-400 hover:bg-green-300/20': props.text && props.severity === 'success' && !props.plain,
860
+ 'text-orange-500 dark:text-orange-400 hover:bg-orange-300/20': props.text && props.severity === 'warning' && !props.plain,
861
+ 'text-purple-500 dark:text-purple-400 hover:bg-purple-300/20': props.text && props.severity === 'help' && !props.plain,
862
+ 'text-red-500 dark:text-red-400 hover:bg-red-300/20': props.text && props.severity === 'danger' && !props.plain
863
+ }, {
864
+ 'shadow-lg': props.raised && props.text
865
+ }, {
866
+ 'text-gray-500 hover:bg-gray-300/20': props.plain && props.text,
867
+ 'text-gray-500 border border-gray-500 hover:bg-gray-300/20': props.plain && props.outlined,
868
+ 'text-white bg-gray-500 border border-gray-500 hover:bg-gray-600 hover:border-gray-600': props.plain && !props.outlined && !props.text
869
+ }, {
870
+ 'bg-transparent border': props.outlined && !props.plain,
871
+ 'text-blue-500 dark:text-blue-400 border border-blue-500 dark:border-blue-400 hover:bg-blue-300/20': props.outlined && (props.severity === null || props.severity === 'info') && !props.plain,
872
+ 'text-gray-500 dark:text-gray-400 border border-gray-500 dark:border-gray-400 hover:bg-gray-300/20': props.outlined && props.severity === 'secondary' && !props.plain,
873
+ 'text-green-500 dark:text-green-400 border border-green-500 dark:border-green-400 hover:bg-green-300/20': props.outlined && props.severity === 'success' && !props.plain,
874
+ 'text-orange-500 dark:text-orange-400 border border-orange-500 dark:border-orange-400 hover:bg-orange-300/20': props.outlined && props.severity === 'warning' && !props.plain,
875
+ 'text-purple-500 dark:text-purple-400 border border-purple-500 dark:border-purple-400 hover:bg-purple-300/20': props.outlined && props.severity === 'help' && !props.plain,
876
+ 'text-red-500 dark:text-red-400 border border-red-500 dark:border-red-400 hover:bg-red-300/20': props.outlined && props.severity === 'danger' && !props.plain
877
+ }, {
878
+ 'px-4 py-3 text-base': props.size === null,
879
+ 'text-xs py-2 px-3': props.size === 'small',
880
+ 'text-xl py-3 px-4': props.size === 'large'
857
881
  }]
858
882
  };
859
883
  },
860
- icon: {
861
- "class": 'mr-2'
884
+ icon: function icon() {
885
+ return {
886
+ "class": 'mr-2'
887
+ };
862
888
  }
863
889
  },
864
890
  menubutton: {
865
891
  root: function root(_ref35) {
866
- var parent = _ref35.parent;
892
+ var props = _ref35.props,
893
+ parent = _ref35.parent;
867
894
  return {
868
895
  "class": ['rounded-l-none', {
869
896
  'rounded-r-full': parent.props.rounded
897
+ }, {
898
+ 'text-white dark:text-gray-900 bg-blue-500 dark:bg-blue-400 border border-blue-500 dark:border-blue-400 hover:bg-blue-600 dark:hover:bg-blue-500 hover:border-blue-600 dark:hover:border-blue-500 focus:shadow-[0_0_0_2px_rgba(255,255,255,1),0_0_0_4px_rgba(157,193,251,1),0_1px_2px_0_rgba(0,0,0,1)] dark:focus:shadow-[0_0_0_2px_rgba(28,33,39,1),0_0_0_4px_rgba(147,197,253,0.7),0_1px_2px_0_rgba(0,0,0,0)]': !parent.props.link && parent.props.severity === null && !parent.props.text && !parent.props.outlined && !parent.props.plain,
899
+ 'text-blue-600 bg-transparent border-transparent focus:shadow-[0_0_0_2px_rgba(255,255,255,1),0_0_0_4px_rgba(157,193,251,1),0_1px_2px_0_rgba(0,0,0,1)] dark:focus:shadow-[0_0_0_2px_rgba(28,33,39,1),0_0_0_4px_rgba(147,197,253,0.7),0_1px_2px_0_rgba(0,0,0,0)]': parent.props.link
900
+ }, {
901
+ 'focus:shadow-[0_0_0_2px_rgba(255,255,255,1),0_0_0_4px_rgba(176,185,198,1),0_1px_2px_0_rgba(0,0,0,1)] dark:focus:shadow-[0_0_0_2px_rgba(28,33,39,1),0_0_0_4px_rgba(203,213,225,0.7),0_1px_2px_0_rgba(0,0,0,0)]': props.severity === 'secondary',
902
+ 'focus:shadow-[0_0_0_2px_rgba(255,255,255,1),0_0_0_4px_rgba(136,234,172,1),0_1px_2px_0_rgba(0,0,0,1)] dark:focus:shadow-[0_0_0_2px_rgba(28,33,39,1),0_0_0_4px_rgba(134,239,172,0.7),0_1px_2px_0_rgba(0,0,0,0)]': props.severity === 'success',
903
+ 'focus:shadow-[0_0_0_2px_rgba(255,255,255,1),0_0_0_4px_rgba(157,193,251,1),0_1px_2px_0_rgba(0,0,0,1)] dark:focus:shadow-[0_0_0_2px_rgba(28,33,39,1),0_0_0_4px_rgba(147,197,253,0.7),0_1px_2px_0_rgba(0,0,0,0)]': props.severity === 'info',
904
+ 'focus:shadow-[0_0_0_2px_rgba(255,255,255,1),0_0_0_4px_rgba(250,207,133,1),0_1px_2px_0_rgba(0,0,0,1)] dark:focus:shadow-[0_0_0_2px_rgba(28,33,39,1),0_0_0_4px_rgba(252,211,77,0.7),0_1px_2px_0_rgba(0,0,0,0)]': props.severity === 'warning',
905
+ 'focus:shadow-[0_0_0_2px_rgba(255,255,255,1),0_0_0_4px_rgba(212,170,251,1),0_1px_2px_0_rgba(0,0,0,1)] dark:focus:shadow-[0_0_0_2px_rgba(28,33,39,1),0_0_0_4px_rgba(216,180,254,0.7),0_1px_2px_0_rgba(0,0,0,0)]': props.severity === 'help',
906
+ 'focus:shadow-[0_0_0_2px_rgba(255,255,255,1),0_0_0_4px_rgba(247,162,162,1),0_1px_2px_0_rgba(0,0,0,1)] dark:focus:shadow-[0_0_0_2px_rgba(28,33,39,1),0_0_0_4px_rgba(252,165,165,0.7),0_1px_2px_0_rgba(0,0,0,0)]': props.severity === 'danger'
907
+ }, {
908
+ 'text-white dark:text-gray-900 bg-gray-500 dark:bg-gray-400 border border-gray-500 dark:border-gray-400 hover:bg-gray-600 dark:hover:bg-gray-500 hover:border-gray-600 dark:hover:border-gray-500': props.severity === 'secondary' && !props.text && !props.outlined && !props.plain,
909
+ 'text-white dark:text-gray-900 bg-green-500 dark:bg-green-400 border border-green-500 dark:border-green-400 hover:bg-green-600 dark:hover:bg-green-500 hover:border-green-600 dark:hover:border-green-500': props.severity === 'success' && !props.text && !props.outlined && !props.plain,
910
+ 'text-white dark:text-gray-900 dark:bg-blue-400 bg-blue-500 dark:bg-blue-400 border border-blue-500 dark:border-blue-400 hover:bg-blue-600 hover:border-blue-600 dark:hover:bg-blue-500 dark:hover:border-blue-500': props.severity === 'info' && !props.text && !props.outlined && !props.plain,
911
+ 'text-white dark:text-gray-900 bg-orange-500 dark:bg-orange-400 border border-orange-500 dark:border-orange-400 hover:bg-orange-600 dark:hover:bg-orange-500 hover:border-orange-600 dark:hover:border-orange-500': props.severity === 'warning' && !props.text && !props.outlined && !props.plain,
912
+ 'text-white dark:text-gray-900 bg-purple-500 dark:bg-purple-400 border border-purple-500 dark:border-purple-400 hover:bg-purple-600 dark:hover:bg-purple-500 hover:border-purple-600 dark:hover:border-purple-500': props.severity === 'help' && !props.text && !props.outlined && !props.plain,
913
+ 'text-white dark:text-gray-900 bg-red-500 dark:bg-red-400 border border-red-500 dark:border-red-400 hover:bg-red-600 dark:hover:bg-red-500 hover:border-red-600 dark:hover:border-red-500': props.severity === 'danger' && !props.text && !props.outlined && !props.plain
914
+ }, {
915
+ 'shadow-lg': props.raised
916
+ }, {
917
+ 'rounded-md': !props.rounded,
918
+ 'rounded-full': props.rounded
919
+ }, {
920
+ 'bg-transparent border-transparent': props.text && !props.plain,
921
+ 'text-blue-500 dark:text-blue-400 hover:bg-blue-300/20': props.text && (props.severity === null || props.severity === 'info') && !props.plain,
922
+ 'text-gray-500 dark:text-gray-400 hover:bg-gray-300/20': props.text && props.severity === 'secondary' && !props.plain,
923
+ 'text-green-500 dark:text-green-400 hover:bg-green-300/20': props.text && props.severity === 'success' && !props.plain,
924
+ 'text-orange-500 dark:text-orange-400 hover:bg-orange-300/20': props.text && props.severity === 'warning' && !props.plain,
925
+ 'text-purple-500 dark:text-purple-400 hover:bg-purple-300/20': props.text && props.severity === 'help' && !props.plain,
926
+ 'text-red-500 dark:text-red-400 hover:bg-red-300/20': props.text && props.severity === 'danger' && !props.plain
927
+ }, {
928
+ 'shadow-lg': props.raised && props.text
929
+ }, {
930
+ 'text-gray-500 hover:bg-gray-300/20': props.plain && props.text,
931
+ 'text-gray-500 border border-gray-500 hover:bg-gray-300/20': props.plain && props.outlined,
932
+ 'text-white bg-gray-500 border border-gray-500 hover:bg-gray-600 hover:border-gray-600': props.plain && !props.outlined && !props.text
933
+ }, {
934
+ 'bg-transparent border': props.outlined && !props.plain,
935
+ 'text-blue-500 dark:text-blue-400 border border-blue-500 dark:border-blue-400 hover:bg-blue-300/20': props.outlined && (props.severity === null || props.severity === 'info') && !props.plain,
936
+ 'text-gray-500 dark:text-gray-400 border border-gray-500 dark:border-gray-400 hover:bg-gray-300/20': props.outlined && props.severity === 'secondary' && !props.plain,
937
+ 'text-green-500 dark:text-green-400 border border-green-500 dark:border-green-400 hover:bg-green-300/20': props.outlined && props.severity === 'success' && !props.plain,
938
+ 'text-orange-500 dark:text-orange-400 border border-orange-500 dark:border-orange-400 hover:bg-orange-300/20': props.outlined && props.severity === 'warning' && !props.plain,
939
+ 'text-purple-500 dark:text-purple-400 border border-purple-500 dark:border-purple-400 hover:bg-purple-300/20': props.outlined && props.severity === 'help' && !props.plain,
940
+ 'text-red-500 dark:text-red-400 border border-red-500 dark:border-red-400 hover:bg-red-300/20': props.outlined && props.severity === 'danger' && !props.plain
941
+ }, {
942
+ 'px-4 py-3 text-base': props.size === null,
943
+ 'text-xs py-2 px-3': props.size === 'small',
944
+ 'text-xl py-3 px-4': props.size === 'large'
870
945
  }]
871
946
  };
872
947
  },
873
- label: {
874
- "class": 'hidden'
948
+ label: function label() {
949
+ return {
950
+ "class": 'hidden'
951
+ };
875
952
  }
876
953
  }
877
954
  },
@@ -896,15 +973,19 @@ this.primevue.passthrough.tailwind = (function (exports) {
896
973
  root: {
897
974
  "class": 'w-full inline-flex'
898
975
  },
899
- input: function input(_ref37) {
900
- var props = _ref37.props;
901
- return {
902
- "class": [{
903
- 'rounded-tr-none rounded-br-none': props.showButtons && props.buttonLayout == 'stacked'
904
- }, {
905
- 'order-2': props.buttonLayout == 'horizontal'
906
- }]
907
- };
976
+ input: {
977
+ root: function root(_ref37) {
978
+ var parent = _ref37.parent;
979
+ return {
980
+ "class": [
981
+ // { test: parent }
982
+ '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', 'p-3 text-base', {
983
+ 'rounded-tr-none rounded-br-none': parent.props.showButtons && parent.props.buttonLayout == 'stacked'
984
+ }, {
985
+ 'order-2': parent.props.buttonLayout == 'horizontal'
986
+ }]
987
+ };
988
+ }
908
989
  },
909
990
  buttongroup: function buttongroup(_ref38) {
910
991
  var props = _ref38.props;
@@ -914,28 +995,39 @@ this.primevue.passthrough.tailwind = (function (exports) {
914
995
  }]
915
996
  };
916
997
  },
917
- incrementbutton: function incrementbutton(_ref39) {
918
- var props = _ref39.props;
919
- return {
920
- "class": ['flex !items-center !justify-center', {
921
- 'rounded-br-none rounded-bl-none rounded-bl-none !p-0 flex-1 w-[3rem]': props.showButtons && props.buttonLayout == 'stacked'
922
- }, {
923
- 'order-3': props.buttonLayout == 'horizontal'
924
- }]
925
- };
926
- },
927
- label: {
928
- "class": 'hidden'
998
+ incrementbutton: {
999
+ root: function root(_ref39) {
1000
+ var parent = _ref39.parent;
1001
+ return {
1002
+ "class": ['text-white dark:text-gray-900 bg-blue-500 dark:bg-blue-400 border border-blue-500 dark:border-blue-400 hover:bg-blue-600 dark:hover:bg-blue-500 hover:border-blue-600 dark:hover:border-blue-500 focus:shadow-[0_0_0_2px_rgba(255,255,255,1),0_0_0_4px_rgba(157,193,251,1),0_1px_2px_0_rgba(0,0,0,1)] dark:focus:shadow-[0_0_0_2px_rgba(28,33,39,1),0_0_0_4px_rgba(147,197,253,0.7),0_1px_2px_0_rgba(0,0,0,0)]', 'flex items-center justify-center', 'transition duration-200 ease-in-out', 'focus:outline-none focus:outline-offset-0', {
1003
+ 'rounded-md rounded-br-none rounded-bl-none rounded-bl-none !p-0 flex-1 w-[3rem]': parent.props.showButtons && parent.props.buttonLayout == 'stacked'
1004
+ }, {
1005
+ 'order-3 px-4 py-3 text-base rounded-md': parent.props.buttonLayout == 'horizontal'
1006
+ }]
1007
+ };
1008
+ },
1009
+ label: function label() {
1010
+ return {
1011
+ "class": 'hidden'
1012
+ };
1013
+ }
929
1014
  },
930
- decrementbutton: function decrementbutton(_ref40) {
931
- var props = _ref40.props;
932
- return {
933
- "class": ['flex !items-center !justify-center', {
934
- 'rounded-tr-none rounded-tl-none rounded-tl-none !p-0 flex-1 w-[3rem]': props.showButtons && props.buttonLayout == 'stacked'
935
- }, {
936
- 'order-1': props.buttonLayout == 'horizontal'
937
- }]
938
- };
1015
+ decrementbutton: {
1016
+ root: function root(_ref40) {
1017
+ var parent = _ref40.parent;
1018
+ return {
1019
+ "class": ['text-white dark:text-gray-900 bg-blue-500 dark:bg-blue-400 border border-blue-500 dark:border-blue-400 hover:bg-blue-600 dark:hover:bg-blue-500 hover:border-blue-600 dark:hover:border-blue-500 focus:shadow-[0_0_0_2px_rgba(255,255,255,1),0_0_0_4px_rgba(157,193,251,1),0_1px_2px_0_rgba(0,0,0,1)] dark:focus:shadow-[0_0_0_2px_rgba(28,33,39,1),0_0_0_4px_rgba(147,197,253,0.7),0_1px_2px_0_rgba(0,0,0,0)]', 'flex items-center justify-center', 'transition duration-200 ease-in-out', 'focus:outline-none focus:outline-offset-0', {
1020
+ 'rounded-md rounded-tr-none rounded-tl-none rounded-tl-none !p-0 flex-1 w-[3rem]': parent.props.showButtons && parent.props.buttonLayout == 'stacked'
1021
+ }, {
1022
+ 'order-1 px-4 py-3 text-base rounded-md': parent.props.buttonLayout == 'horizontal'
1023
+ }]
1024
+ };
1025
+ },
1026
+ label: function label() {
1027
+ return {
1028
+ "class": 'hidden'
1029
+ };
1030
+ }
939
1031
  }
940
1032
  },
941
1033
  knob: {
@@ -1331,15 +1423,15 @@ this.primevue.passthrough.tailwind = (function (exports) {
1331
1423
  }]
1332
1424
  };
1333
1425
  },
1334
- dropdownbutton: function dropdownbutton(_ref68) {
1335
- var props = _ref68.props;
1336
- return {
1337
- root: {
1338
- "class": [{
1339
- 'rounded-l-none': props.showIcon
1426
+ dropdownbutton: {
1427
+ root: function root(_ref68) {
1428
+ var parent = _ref68.parent;
1429
+ return {
1430
+ "class": ['text-white dark:text-gray-900 bg-blue-500 dark:bg-blue-400 border border-blue-500 dark:border-blue-400 hover:bg-blue-600 dark:hover:bg-blue-500 hover:border-blue-600 dark:hover:border-blue-500 focus:shadow-[0_0_0_2px_rgba(255,255,255,1),0_0_0_4px_rgba(157,193,251,1),0_1px_2px_0_rgba(0,0,0,1)] dark:focus:shadow-[0_0_0_2px_rgba(28,33,39,1),0_0_0_4px_rgba(147,197,253,0.7),0_1px_2px_0_rgba(0,0,0,0)]', 'flex items-center justify-center', 'transition duration-200 ease-in-out', 'focus:outline-none focus:outline-offset-0', 'px-4 py-3 text-base rounded-md', {
1431
+ 'rounded-l-none': parent.props.showIcon
1340
1432
  }]
1341
- }
1342
- };
1433
+ };
1434
+ }
1343
1435
  },
1344
1436
  panel: function panel(_ref69) {
1345
1437
  var props = _ref69.props;
@@ -2211,7 +2303,6 @@ this.primevue.passthrough.tailwind = (function (exports) {
2211
2303
  "class": ['outline-none', 'focus:outline-none focus:outline-offset-0 focus:shadow-[0_0_0_0.2rem_rgba(191,219,254,1)] dark:focus:shadow-[0_0_0_0.2rem_rgba(147,197,253,0.5)]' // Focus
2212
2304
  ]
2213
2305
  },
2214
-
2215
2306
  headercontent: {
2216
2307
  "class": ['border border-solid border-gray-300 dark:border-blue-900/40 text-gray-700 dark:text-white/80 bg-gray-100 dark:bg-gray-900 rounded-md transition-shadow duration-200', 'hover:bg-gray-200 dark:hover:bg-gray-800/80 hover:text-gray-700 dark:hover:text-white/80']
2217
2308
  },
@@ -2290,7 +2381,6 @@ this.primevue.passthrough.tailwind = (function (exports) {
2290
2381
  // Condition-based hover styles.
2291
2382
  'bg-white border-blue-500 text-blue-500 dark:bg-gray-900 dark:border-blue-300 dark:text-blue-300': state.d_activeIndex === context.index // Condition-based active styles.
2292
2383
  }],
2293
-
2294
2384
  style: 'top:2px'
2295
2385
  };
2296
2386
  },
@@ -2353,7 +2443,6 @@ this.primevue.passthrough.tailwind = (function (exports) {
2353
2443
  "class": ['absolute inset-0 flex items-center justify-center opacity-0 transition-opacity duration-300', 'bg-transparent text-gray-100', 'hover:opacity-100 hover:cursor-pointer hover:bg-black hover:bg-opacity-50' //Hover
2354
2444
  ]
2355
2445
  },
2356
-
2357
2446
  mask: {
2358
2447
  "class": ['fixed top-0 left-0 w-full h-full', 'flex items-center justify-center', 'bg-black bg-opacity-90']
2359
2448
  },
@@ -2675,7 +2764,6 @@ this.primevue.passthrough.tailwind = (function (exports) {
2675
2764
  "class": ['bg-white text-gray-700 border-0 p-0', 'dark:bg-gray-900 dark:text-white/80' // Dark Mode
2676
2765
  ]
2677
2766
  },
2678
-
2679
2767
  grid: {
2680
2768
  "class": 'flex flex-wrap ml-0 mr-0 mt-0 bg-white dark:bg-gray-900'
2681
2769
  },
@@ -2691,7 +2779,6 @@ this.primevue.passthrough.tailwind = (function (exports) {
2691
2779
  ]
2692
2780
  };
2693
2781
  },
2694
-
2695
2782
  gridbutton: function gridbutton(_ref128) {
2696
2783
  var props = _ref128.props;
2697
2784
  return {
@@ -2700,7 +2787,6 @@ this.primevue.passthrough.tailwind = (function (exports) {
2700
2787
  };
2701
2788
  }
2702
2789
  },
2703
-
2704
2790
  organizationchart: {
2705
2791
  table: {
2706
2792
  "class": 'mx-auto my-0 border-spacing-0 border-separate'
@@ -2712,7 +2798,6 @@ this.primevue.passthrough.tailwind = (function (exports) {
2712
2798
  "class": ['relative inline-block bg-white border border-gray-300 text-gray-600 p-5', 'dark:border-blue-900/40 dark:bg-gray-900 dark:text-white/80' // Dark Mode
2713
2799
  ]
2714
2800
  },
2715
-
2716
2801
  linecell: {
2717
2802
  "class": 'text-center align-top py-0 px-3'
2718
2803
  },
@@ -2720,7 +2805,6 @@ this.primevue.passthrough.tailwind = (function (exports) {
2720
2805
  "class": ['mx-auto my-0 w-px h-[20px] bg-gray-300', 'dark:bg-blue-900/40' //Dark Mode
2721
2806
  ]
2722
2807
  },
2723
-
2724
2808
  lineleft: function lineleft(_ref129) {
2725
2809
  var context = _ref129.context;
2726
2810
  return {
@@ -2748,7 +2832,6 @@ this.primevue.passthrough.tailwind = (function (exports) {
2748
2832
  "class": ['absolute bottom-[-0.75rem] left-2/4 -ml-3 w-6 h-6 bg-inherit text-inherit rounded-full z-2 cursor-pointer no-underline select-none', 'focus:outline-none focus:outline-offset-0 focus:shadow-[0_0_0_0.2rem_rgba(191,219,254,1)] dark:focus:shadow-[0_0_0_0.2rem_rgba(147,197,253,0.5)]' // Focus styles
2749
2833
  ]
2750
2834
  },
2751
-
2752
2835
  nodetogglericon: {
2753
2836
  "class": 'relative inline-block w-4 h-4'
2754
2837
  }
@@ -2851,12 +2934,10 @@ this.primevue.passthrough.tailwind = (function (exports) {
2851
2934
  "class": ['bg-slate-50 text-slate-700 border border-gray-300 p-5 font-bold border-b-0 rounded-t-md', 'dark:bg-gray-900 dark:text-white/80 dark:border-blue-900/40' //Dark Mode
2852
2935
  ]
2853
2936
  },
2854
-
2855
2937
  list: {
2856
2938
  "class": ['list-none m-0 p-0 overflow-auto min-h-[12rem] max-h-[24rem]', 'border border-gray-300 bg-white text-gray-600 py-3 px-0 rounded-b-md outline-none', 'dark:border-blue-900/40 dark:bg-gray-900 dark:text-white/80' //Dark Mode
2857
2939
  ]
2858
2940
  },
2859
-
2860
2941
  item: function item(_ref135) {
2861
2942
  var context = _ref135.context;
2862
2943
  return {
@@ -2966,12 +3047,10 @@ this.primevue.passthrough.tailwind = (function (exports) {
2966
3047
  "class": ['bg-slate-50 text-slate-700 border border-gray-300 p-5 font-bold border-b-0 rounded-t-md', 'dark:bg-gray-900 dark:text-white/80 dark:border-blue-900/40' //Dark Mode
2967
3048
  ]
2968
3049
  },
2969
-
2970
3050
  sourcelist: {
2971
3051
  "class": ['list-none m-0 p-0 overflow-auto min-h-[12rem] max-h-[24rem]', 'border border-gray-300 bg-white text-gray-600 py-3 px-0 rounded-b-md outline-none', 'dark:border-blue-900/40 dark:bg-gray-900 dark:text-white/80' //Dark Mode
2972
3052
  ]
2973
3053
  },
2974
-
2975
3054
  item: function item(_ref140) {
2976
3055
  var context = _ref140.context;
2977
3056
  return {
@@ -3163,12 +3242,10 @@ this.primevue.passthrough.tailwind = (function (exports) {
3163
3242
  "class": ['bg-slate-50 text-slate-700 border border-gray-300 p-5 font-bold border-b-0 rounded-t-md', 'dark:bg-gray-900 dark:text-white/80 dark:border-blue-900/40' //Dark Mode
3164
3243
  ]
3165
3244
  },
3166
-
3167
3245
  targetlist: {
3168
3246
  "class": ['list-none m-0 p-0 overflow-auto min-h-[12rem] max-h-[24rem]', 'border border-gray-300 bg-white text-gray-600 py-3 px-0 rounded-b-md outline-none', 'dark:border-blue-900/40 dark:bg-gray-900 dark:text-white/80' //Dark Mode
3169
3247
  ]
3170
3248
  },
3171
-
3172
3249
  transition: {
3173
3250
  enterFromClass: '!transition-none',
3174
3251
  enterActiveClass: '!transition-none',
@@ -3181,7 +3258,6 @@ this.primevue.passthrough.tailwind = (function (exports) {
3181
3258
  "class": ['flex items-center justify-center flex-wrap', 'bg-white text-gray-500 border-0 px-4 py-2 rounded-md', 'dark:bg-gray-900 dark:text-white/60 dark:border-blue-900/40' // Dark Mode
3182
3259
  ]
3183
3260
  },
3184
-
3185
3261
  firstpagebutton: function firstpagebutton(_ref149) {
3186
3262
  var context = _ref149.context;
3187
3263
  return {
@@ -3193,7 +3269,6 @@ this.primevue.passthrough.tailwind = (function (exports) {
3193
3269
  }]
3194
3270
  };
3195
3271
  },
3196
-
3197
3272
  previouspagebutton: function previouspagebutton(_ref150) {
3198
3273
  var context = _ref150.context;
3199
3274
  return {
@@ -3205,7 +3280,6 @@ this.primevue.passthrough.tailwind = (function (exports) {
3205
3280
  }]
3206
3281
  };
3207
3282
  },
3208
-
3209
3283
  nextpagebutton: function nextpagebutton(_ref151) {
3210
3284
  var context = _ref151.context;
3211
3285
  return {
@@ -3217,7 +3291,6 @@ this.primevue.passthrough.tailwind = (function (exports) {
3217
3291
  }]
3218
3292
  };
3219
3293
  },
3220
-
3221
3294
  lastpagebutton: function lastpagebutton(_ref152) {
3222
3295
  var context = _ref152.context;
3223
3296
  return {
@@ -3229,7 +3302,6 @@ this.primevue.passthrough.tailwind = (function (exports) {
3229
3302
  }]
3230
3303
  };
3231
3304
  },
3232
-
3233
3305
  pagebutton: function pagebutton(_ref153) {
3234
3306
  var context = _ref153.context;
3235
3307
  return {
@@ -3257,12 +3329,10 @@ this.primevue.passthrough.tailwind = (function (exports) {
3257
3329
  }]
3258
3330
  };
3259
3331
  },
3260
-
3261
3332
  input: {
3262
3333
  "class": ['font-sans text-base text-gray-600 p-3 m-0 rounded-md appearance-none', 'block whitespace-nowrap overflow-hidden flex-auto w-[1%] cursor-pointer text-ellipsis border-0 pr-0', 'focus:outline-none focus:outline-offset-0', 'dark:text-white' //Dark Mode
3263
3334
  ]
3264
3335
  },
3265
-
3266
3336
  trigger: {
3267
3337
  "class": ['flex items-center justify-center shrink-0', 'text-gray-500 dark:text-white w-12 rounded-r-md']
3268
3338
  },
@@ -3270,7 +3340,6 @@ this.primevue.passthrough.tailwind = (function (exports) {
3270
3340
  "class": ['bg-white text-gray-600 border-0 rounded-md shadow-[0_2px_12px_rgba(0,0,0,0.1)]', 'dark:bg-gray-900 dark:text-white/80 dark:border-blue-900/40' //Dark Mode
3271
3341
  ]
3272
3342
  },
3273
-
3274
3343
  wrapper: {
3275
3344
  "class": 'overflow-auto'
3276
3345
  },
@@ -3315,12 +3384,10 @@ this.primevue.passthrough.tailwind = (function (exports) {
3315
3384
  }]
3316
3385
  };
3317
3386
  },
3318
-
3319
3387
  input: {
3320
3388
  "class": ['font-sans text-base text-gray-600 p-3 m-0 rounded-md appearance-none', 'block whitespace-nowrap overflow-hidden flex-auto w-[1%] cursor-pointer text-ellipsis border-0 pr-0', 'focus:outline-none focus:outline-offset-0', 'dark:text-white' //Dark Mode
3321
3389
  ]
3322
3390
  },
3323
-
3324
3391
  trigger: {
3325
3392
  "class": ['flex items-center justify-center shrink-0', 'text-gray-500 dark:text-white w-12 rounded-r-md']
3326
3393
  },
@@ -3328,7 +3395,6 @@ this.primevue.passthrough.tailwind = (function (exports) {
3328
3395
  "class": ['bg-white text-gray-600 border-0 rounded-md shadow-[0_2px_12px_rgba(0,0,0,0.1)]', 'dark:bg-gray-900 dark:text-white/80 dark:border-blue-900/40' //Dark Mode
3329
3396
  ]
3330
3397
  },
3331
-
3332
3398
  wrapper: {
3333
3399
  "class": 'overflow-auto'
3334
3400
  },
@@ -3362,7 +3428,6 @@ this.primevue.passthrough.tailwind = (function (exports) {
3362
3428
  "class": ['fixed w-full h-full t-0 l-0 bg-gray-100/40', 'transition duration-200', 'absolute flex items-center justify-center z-2', 'dark:bg-gray-950/40' // Dark Mode
3363
3429
  ]
3364
3430
  },
3365
-
3366
3431
  loadingicon: {
3367
3432
  "class": 'w-8 h-8'
3368
3433
  },
@@ -3370,7 +3435,6 @@ this.primevue.passthrough.tailwind = (function (exports) {
3370
3435
  "class": ['bg-slate-50 text-slate-700 border border-x-0 border-t-0 border-gray-300 p-4 font-bold', 'dark:bg-gray-900 dark:text-white/70 dark:border-blue-900/40' // Dark Mode
3371
3436
  ]
3372
3437
  },
3373
-
3374
3438
  wrapper: function wrapper(_ref159) {
3375
3439
  var props = _ref159.props;
3376
3440
  return {
@@ -3384,7 +3448,6 @@ this.primevue.passthrough.tailwind = (function (exports) {
3384
3448
  "class": ['bg-slate-50 text-slate-700 border border-x-0 border-t-0 border-gray-300 p-4 font-bold', 'dark:bg-gray-900 dark:text-white/70 dark:border-blue-900/40' // Dark Mode
3385
3449
  ]
3386
3450
  },
3387
-
3388
3451
  table: {
3389
3452
  "class": 'border-collapse table-fixed w-full'
3390
3453
  },
@@ -3472,7 +3535,6 @@ this.primevue.passthrough.tailwind = (function (exports) {
3472
3535
  ]
3473
3536
  };
3474
3537
  },
3475
-
3476
3538
  sort: {
3477
3539
  "class": 'inline-block align-middle'
3478
3540
  },
@@ -3486,7 +3548,6 @@ this.primevue.passthrough.tailwind = (function (exports) {
3486
3548
  "class": ['h-[1.143rem] min-w-[1.143rem] leading-[1.143rem] text-blue-700 bg-blue-50 ml-2 rounded-[50%]', 'dark:text-white/80 dark:bg-blue-500/40' // Dark Mode
3487
3549
  ]
3488
3550
  },
3489
-
3490
3551
  columnresizer: {
3491
3552
  "class": 'block absolute top-0 right-0 m-0 w-2 h-full p-0 cursor-col-resize border border-transparent'
3492
3553
  },
@@ -3527,7 +3588,6 @@ this.primevue.passthrough.tailwind = (function (exports) {
3527
3588
  "class": ['fixed w-full h-full t-0 l-0 bg-gray-100/40', 'transition duration-200', 'absolute flex items-center justify-center z-2', 'dark:bg-gray-950/40' // Dark Mode
3528
3589
  ]
3529
3590
  },
3530
-
3531
3591
  loadingicon: {
3532
3592
  "class": 'w-8 h-8'
3533
3593
  },
@@ -3580,7 +3640,6 @@ this.primevue.passthrough.tailwind = (function (exports) {
3580
3640
  "class": ['bg-slate-50 text-slate-700 border-t-0 border-b border-x-0 border-gray-300 font-bold p-4', 'dark:border-blue-900/40 dark:text-white/80 dark:bg-gray-900' // Dark Mode
3581
3641
  ]
3582
3642
  },
3583
-
3584
3643
  column: {
3585
3644
  headercell: function headercell(_ref177) {
3586
3645
  var context = _ref177.context;
@@ -3600,7 +3659,6 @@ this.primevue.passthrough.tailwind = (function (exports) {
3600
3659
  }]
3601
3660
  };
3602
3661
  },
3603
-
3604
3662
  headercontent: {
3605
3663
  "class": 'flex items-center'
3606
3664
  },
@@ -3641,7 +3699,6 @@ this.primevue.passthrough.tailwind = (function (exports) {
3641
3699
  "class": ['flex items-center justify-center align-middle', 'rounded-[50%] w-[1.143rem] leading-[1.143rem] ml-2', 'text-blue-700 bg-blue-50', 'dark:text-white/80 dark:bg-blue-400' // Dark Mode
3642
3700
  ]
3643
3701
  },
3644
-
3645
3702
  columnfilter: {
3646
3703
  "class": 'inline-flex items-center ml-auto'
3647
3704
  },
@@ -3649,7 +3706,6 @@ this.primevue.passthrough.tailwind = (function (exports) {
3649
3706
  "class": ['bg-white text-gray-600 border-0 rounded-md min-w-[12.5rem]', 'dark:bg-gray-900 dark:border-blue-900/40 dark:text-white/80' //Dark Mode
3650
3707
  ]
3651
3708
  },
3652
-
3653
3709
  filtermatchmodedropdown: {
3654
3710
  root: {
3655
3711
  "class": 'min-[0px]:flex mb-2'
@@ -3668,7 +3724,6 @@ this.primevue.passthrough.tailwind = (function (exports) {
3668
3724
  "class": ['px-5 py-3 border-b border-solid border-gray-300 text-slate-700 bg-slate-50 rounded-t-md', 'dark:border-blue-900/40 dark:text-white/80 dark:bg-gray-900' // Dark Mode
3669
3725
  ]
3670
3726
  },
3671
-
3672
3727
  filteroperatordropdown: {
3673
3728
  root: {
3674
3729
  "class": 'min-[0px]:flex'
@@ -3748,7 +3803,6 @@ this.primevue.passthrough.tailwind = (function (exports) {
3748
3803
  'dark:text-white/70' // Dark Mode
3749
3804
  ]
3750
3805
  },
3751
-
3752
3806
  roweditorsavebutton: {
3753
3807
  "class": ['inline-flex items-center justify-center overflow-hidden relative', 'text-left cursor-pointer select-none', 'w-8 h-8 border-0 rounded-[50%]', 'transition duration-200', 'text-slate-700 border-transparent', 'focus:outline-0 focus:outline-offset-0 focus:shadow-[0_0_0_0.2rem_rgba(191,219,254,1)]',
3754
3808
  //Focus
@@ -3757,7 +3811,6 @@ this.primevue.passthrough.tailwind = (function (exports) {
3757
3811
  'dark:text-white/70' // Dark Mode
3758
3812
  ]
3759
3813
  },
3760
-
3761
3814
  roweditorcancelbutton: {
3762
3815
  "class": ['inline-flex items-center justify-center overflow-hidden relative', 'text-left cursor-pointer select-none', 'w-8 h-8 border-0 rounded-[50%]', 'transition duration-200', 'text-slate-700 border-transparent', 'focus:outline-0 focus:outline-offset-0 focus:shadow-[0_0_0_0.2rem_rgba(191,219,254,1)]',
3763
3816
  //Focus
@@ -3766,7 +3819,6 @@ this.primevue.passthrough.tailwind = (function (exports) {
3766
3819
  'dark:text-white/70' // Dark Mode
3767
3820
  ]
3768
3821
  },
3769
-
3770
3822
  radiobuttonwrapper: {
3771
3823
  "class": ['relative inline-flex cursor-pointer select-none align-bottom', 'w-6 h-6']
3772
3824
  },
@@ -3833,7 +3885,6 @@ this.primevue.passthrough.tailwind = (function (exports) {
3833
3885
  }]
3834
3886
  };
3835
3887
  },
3836
-
3837
3888
  rowexpansion: {
3838
3889
  "class": 'bg-white text-gray-600 dark:bg-gray-900 dark:text-white/80'
3839
3890
  },
@@ -3847,19 +3898,12 @@ this.primevue.passthrough.tailwind = (function (exports) {
3847
3898
  "class": ['text-left m-0 p-0 cursor-pointer select-none', 'inline-flex items-center justify-center overflow-hidden relative', 'w-8 h-8 text-gray-500 border-0 bg-transparent rounded-[50%]', 'transition duration-200', 'dark:text-white/70' // Dark Mode
3848
3899
  ]
3849
3900
  },
3850
-
3851
3901
  rowgrouptogglericon: {
3852
3902
  "class": 'inline-block w-4 h-4'
3853
3903
  },
3854
3904
  resizehelper: {
3855
3905
  "class": 'absolute hidden w-px z-10 bg-blue-500 dark:bg-blue-300'
3856
3906
  }
3857
- },
3858
- // CHART
3859
- chart: {
3860
- root: {
3861
- "class": 'relative'
3862
- }
3863
3907
  }
3864
3908
  };
3865
3909