primereact 10.5.0 → 10.5.2

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 (656) hide show
  1. package/api/api.cjs.js +94 -92
  2. package/api/api.cjs.min.js +1 -1
  3. package/api/api.d.ts +231 -13
  4. package/api/api.esm.js +94 -92
  5. package/api/api.esm.min.js +1 -1
  6. package/api/api.js +94 -92
  7. package/api/api.min.js +1 -1
  8. package/autocomplete/autocomplete.cjs.js +91 -48
  9. package/autocomplete/autocomplete.cjs.min.js +1 -1
  10. package/autocomplete/autocomplete.d.ts +6 -1
  11. package/autocomplete/autocomplete.esm.js +91 -48
  12. package/autocomplete/autocomplete.esm.min.js +1 -1
  13. package/autocomplete/autocomplete.js +91 -48
  14. package/autocomplete/autocomplete.min.js +1 -1
  15. package/blockui/blockui.cjs.js +13 -13
  16. package/blockui/blockui.cjs.min.js +1 -1
  17. package/blockui/blockui.esm.js +13 -13
  18. package/blockui/blockui.esm.min.js +1 -1
  19. package/blockui/blockui.js +13 -13
  20. package/blockui/blockui.min.js +1 -1
  21. package/breadcrumb/breadcrumb.cjs.js +4 -3
  22. package/breadcrumb/breadcrumb.cjs.min.js +1 -1
  23. package/breadcrumb/breadcrumb.esm.js +4 -3
  24. package/breadcrumb/breadcrumb.esm.min.js +1 -1
  25. package/breadcrumb/breadcrumb.js +4 -3
  26. package/breadcrumb/breadcrumb.min.js +1 -1
  27. package/button/button.cjs.js +2 -3
  28. package/button/button.cjs.min.js +1 -1
  29. package/button/button.esm.js +2 -3
  30. package/button/button.esm.min.js +1 -1
  31. package/button/button.js +2 -3
  32. package/button/button.min.js +1 -1
  33. package/calendar/calendar.cjs.js +30 -11
  34. package/calendar/calendar.cjs.min.js +1 -1
  35. package/calendar/calendar.d.ts +9 -0
  36. package/calendar/calendar.esm.js +30 -11
  37. package/calendar/calendar.esm.min.js +1 -1
  38. package/calendar/calendar.js +30 -11
  39. package/calendar/calendar.min.js +1 -1
  40. package/carousel/carousel.cjs.js +17 -15
  41. package/carousel/carousel.cjs.min.js +1 -1
  42. package/carousel/carousel.esm.js +4 -2
  43. package/carousel/carousel.esm.min.js +1 -1
  44. package/carousel/carousel.js +17 -15
  45. package/carousel/carousel.min.js +1 -1
  46. package/cascadeselect/cascadeselect.cjs.js +28 -14
  47. package/cascadeselect/cascadeselect.cjs.min.js +1 -1
  48. package/cascadeselect/cascadeselect.d.ts +5 -0
  49. package/cascadeselect/cascadeselect.esm.js +28 -14
  50. package/cascadeselect/cascadeselect.esm.min.js +1 -1
  51. package/cascadeselect/cascadeselect.js +28 -14
  52. package/cascadeselect/cascadeselect.min.js +1 -1
  53. package/checkbox/checkbox.cjs.js +72 -156
  54. package/checkbox/checkbox.cjs.min.js +1 -1
  55. package/checkbox/checkbox.d.ts +10 -34
  56. package/checkbox/checkbox.esm.js +72 -156
  57. package/checkbox/checkbox.esm.min.js +1 -1
  58. package/checkbox/checkbox.js +72 -156
  59. package/checkbox/checkbox.min.js +1 -1
  60. package/chips/chips.cjs.js +25 -12
  61. package/chips/chips.cjs.min.js +1 -1
  62. package/chips/chips.d.ts +6 -1
  63. package/chips/chips.esm.js +25 -12
  64. package/chips/chips.esm.min.js +1 -1
  65. package/chips/chips.js +25 -12
  66. package/chips/chips.min.js +1 -1
  67. package/colorpicker/colorpicker.cjs.js +5 -5
  68. package/colorpicker/colorpicker.cjs.min.js +1 -1
  69. package/colorpicker/colorpicker.esm.js +4 -4
  70. package/colorpicker/colorpicker.esm.min.js +1 -1
  71. package/colorpicker/colorpicker.js +5 -5
  72. package/colorpicker/colorpicker.min.js +1 -1
  73. package/componentbase/componentbase.cjs.js +4 -6
  74. package/componentbase/componentbase.cjs.min.js +1 -1
  75. package/componentbase/componentbase.esm.js +5 -7
  76. package/componentbase/componentbase.esm.min.js +1 -1
  77. package/componentbase/componentbase.js +4 -6
  78. package/componentbase/componentbase.min.js +1 -1
  79. package/confirmdialog/confirmdialog.cjs.js +7 -2
  80. package/confirmdialog/confirmdialog.cjs.min.js +1 -1
  81. package/confirmdialog/confirmdialog.esm.js +7 -2
  82. package/confirmdialog/confirmdialog.esm.min.js +1 -1
  83. package/confirmdialog/confirmdialog.js +8 -3
  84. package/confirmdialog/confirmdialog.min.js +1 -1
  85. package/confirmpopup/confirmpopup.cjs.js +5 -5
  86. package/confirmpopup/confirmpopup.cjs.min.js +1 -1
  87. package/confirmpopup/confirmpopup.esm.js +5 -5
  88. package/confirmpopup/confirmpopup.esm.min.js +1 -1
  89. package/confirmpopup/confirmpopup.js +5 -5
  90. package/confirmpopup/confirmpopup.min.js +1 -1
  91. package/contextmenu/contextmenu.cjs.js +4 -3
  92. package/contextmenu/contextmenu.cjs.min.js +1 -1
  93. package/contextmenu/contextmenu.esm.js +4 -3
  94. package/contextmenu/contextmenu.esm.min.js +1 -1
  95. package/contextmenu/contextmenu.js +4 -3
  96. package/contextmenu/contextmenu.min.js +1 -1
  97. package/core/core.js +2773 -20019
  98. package/core/core.min.js +41 -41
  99. package/datatable/datatable.cjs.js +134 -115
  100. package/datatable/datatable.cjs.min.js +1 -1
  101. package/datatable/datatable.d.ts +11 -3
  102. package/datatable/datatable.esm.js +134 -115
  103. package/datatable/datatable.esm.min.js +1 -1
  104. package/datatable/datatable.js +134 -115
  105. package/datatable/datatable.min.js +1 -1
  106. package/dataview/dataview.cjs.js +16 -13
  107. package/dataview/dataview.cjs.min.js +1 -1
  108. package/dataview/dataview.esm.js +4 -1
  109. package/dataview/dataview.esm.min.js +1 -1
  110. package/dataview/dataview.js +17 -15
  111. package/dataview/dataview.min.js +1 -1
  112. package/dialog/dialog.cjs.js +6 -6
  113. package/dialog/dialog.cjs.min.js +1 -1
  114. package/dialog/dialog.esm.js +6 -6
  115. package/dialog/dialog.esm.min.js +1 -1
  116. package/dialog/dialog.js +6 -6
  117. package/dialog/dialog.min.js +1 -1
  118. package/dropdown/dropdown.cjs.js +123 -53
  119. package/dropdown/dropdown.cjs.min.js +1 -1
  120. package/dropdown/dropdown.d.ts +41 -0
  121. package/dropdown/dropdown.esm.js +123 -53
  122. package/dropdown/dropdown.esm.min.js +1 -1
  123. package/dropdown/dropdown.js +123 -55
  124. package/dropdown/dropdown.min.js +1 -1
  125. package/editor/editor.cjs.js +125 -54
  126. package/editor/editor.cjs.min.js +1 -1
  127. package/editor/editor.esm.js +125 -54
  128. package/editor/editor.esm.min.js +1 -1
  129. package/editor/editor.js +125 -54
  130. package/editor/editor.min.js +1 -1
  131. package/galleria/galleria.cjs.js +22 -19
  132. package/galleria/galleria.cjs.min.js +1 -1
  133. package/galleria/galleria.esm.js +4 -1
  134. package/galleria/galleria.esm.min.js +1 -1
  135. package/galleria/galleria.js +23 -20
  136. package/galleria/galleria.min.js +1 -1
  137. package/hooks/hooks.cjs.js +115 -72
  138. package/hooks/hooks.cjs.min.js +1 -1
  139. package/hooks/hooks.esm.js +116 -73
  140. package/hooks/hooks.esm.min.js +1 -1
  141. package/hooks/hooks.js +115 -72
  142. package/hooks/hooks.min.js +1 -1
  143. package/icons/arrowdown/index.cjs.js +2 -642
  144. package/icons/arrowdown/index.cjs.min.js +1 -1
  145. package/icons/arrowdown/index.esm.js +2 -642
  146. package/icons/arrowdown/index.esm.min.js +1 -1
  147. package/icons/arrowdown/index.js +2 -642
  148. package/icons/arrowdown/index.min.js +1 -1
  149. package/icons/arrowup/index.cjs.js +2 -642
  150. package/icons/arrowup/index.cjs.min.js +1 -1
  151. package/icons/arrowup/index.esm.js +2 -642
  152. package/icons/arrowup/index.esm.min.js +1 -1
  153. package/icons/arrowup/index.js +2 -642
  154. package/icons/arrowup/index.min.js +1 -1
  155. package/icons/ban/index.cjs.js +2 -642
  156. package/icons/ban/index.cjs.min.js +1 -1
  157. package/icons/ban/index.esm.js +2 -642
  158. package/icons/ban/index.esm.min.js +1 -1
  159. package/icons/ban/index.js +2 -642
  160. package/icons/ban/index.min.js +1 -1
  161. package/icons/blank/index.cjs.js +62 -0
  162. package/icons/blank/index.cjs.min.js +1 -0
  163. package/icons/blank/index.d.ts +19 -0
  164. package/icons/blank/index.esm.js +38 -0
  165. package/icons/blank/index.esm.min.js +1 -0
  166. package/icons/blank/index.js +65 -0
  167. package/icons/blank/index.min.js +1 -0
  168. package/icons/blank/package.json +7 -0
  169. package/icons/download/index.cjs.js +2 -642
  170. package/icons/download/index.cjs.min.js +1 -1
  171. package/icons/download/index.esm.js +2 -642
  172. package/icons/download/index.esm.min.js +1 -1
  173. package/icons/download/index.js +2 -642
  174. package/icons/download/index.min.js +1 -1
  175. package/icons/exclamationtriangle/index.cjs.js +2 -642
  176. package/icons/exclamationtriangle/index.cjs.min.js +1 -1
  177. package/icons/exclamationtriangle/index.esm.js +2 -642
  178. package/icons/exclamationtriangle/index.esm.min.js +1 -1
  179. package/icons/exclamationtriangle/index.js +2 -642
  180. package/icons/exclamationtriangle/index.min.js +1 -1
  181. package/icons/eyeslash/index.cjs.js +2 -642
  182. package/icons/eyeslash/index.cjs.min.js +1 -1
  183. package/icons/eyeslash/index.esm.js +2 -642
  184. package/icons/eyeslash/index.esm.min.js +1 -1
  185. package/icons/eyeslash/index.js +2 -642
  186. package/icons/eyeslash/index.min.js +1 -1
  187. package/icons/filter/index.cjs.js +2 -642
  188. package/icons/filter/index.cjs.min.js +1 -1
  189. package/icons/filter/index.esm.js +2 -642
  190. package/icons/filter/index.esm.min.js +1 -1
  191. package/icons/filter/index.js +2 -642
  192. package/icons/filter/index.min.js +1 -1
  193. package/icons/filterslash/index.cjs.js +2 -642
  194. package/icons/filterslash/index.cjs.min.js +1 -1
  195. package/icons/filterslash/index.esm.js +2 -642
  196. package/icons/filterslash/index.esm.min.js +1 -1
  197. package/icons/filterslash/index.js +2 -642
  198. package/icons/filterslash/index.min.js +1 -1
  199. package/icons/infocircle/index.cjs.js +2 -642
  200. package/icons/infocircle/index.cjs.min.js +1 -1
  201. package/icons/infocircle/index.esm.js +2 -642
  202. package/icons/infocircle/index.esm.min.js +1 -1
  203. package/icons/infocircle/index.js +2 -642
  204. package/icons/infocircle/index.min.js +1 -1
  205. package/icons/pencil/index.cjs.js +2 -642
  206. package/icons/pencil/index.cjs.min.js +1 -1
  207. package/icons/pencil/index.esm.js +2 -642
  208. package/icons/pencil/index.esm.min.js +1 -1
  209. package/icons/pencil/index.js +2 -642
  210. package/icons/pencil/index.min.js +1 -1
  211. package/icons/plus/index.cjs.js +2 -642
  212. package/icons/plus/index.cjs.min.js +1 -1
  213. package/icons/plus/index.esm.js +2 -642
  214. package/icons/plus/index.esm.min.js +1 -1
  215. package/icons/plus/index.js +2 -642
  216. package/icons/plus/index.min.js +1 -1
  217. package/icons/refresh/index.cjs.js +2 -642
  218. package/icons/refresh/index.cjs.min.js +1 -1
  219. package/icons/refresh/index.esm.js +2 -642
  220. package/icons/refresh/index.esm.min.js +1 -1
  221. package/icons/refresh/index.js +2 -642
  222. package/icons/refresh/index.min.js +1 -1
  223. package/icons/search/index.cjs.js +2 -642
  224. package/icons/search/index.cjs.min.js +1 -1
  225. package/icons/search/index.esm.js +2 -642
  226. package/icons/search/index.esm.min.js +1 -1
  227. package/icons/search/index.js +2 -642
  228. package/icons/search/index.min.js +1 -1
  229. package/icons/searchminus/index.cjs.js +2 -642
  230. package/icons/searchminus/index.cjs.min.js +1 -1
  231. package/icons/searchminus/index.esm.js +2 -642
  232. package/icons/searchminus/index.esm.min.js +1 -1
  233. package/icons/searchminus/index.js +2 -642
  234. package/icons/searchminus/index.min.js +1 -1
  235. package/icons/searchplus/index.cjs.js +2 -642
  236. package/icons/searchplus/index.cjs.min.js +1 -1
  237. package/icons/searchplus/index.esm.js +2 -642
  238. package/icons/searchplus/index.esm.min.js +1 -1
  239. package/icons/searchplus/index.js +2 -642
  240. package/icons/searchplus/index.min.js +1 -1
  241. package/icons/sortalt/index.cjs.js +2 -642
  242. package/icons/sortalt/index.cjs.min.js +1 -1
  243. package/icons/sortalt/index.esm.js +2 -642
  244. package/icons/sortalt/index.esm.min.js +1 -1
  245. package/icons/sortalt/index.js +2 -642
  246. package/icons/sortalt/index.min.js +1 -1
  247. package/icons/sortamountdown/index.cjs.js +2 -642
  248. package/icons/sortamountdown/index.cjs.min.js +1 -1
  249. package/icons/sortamountdown/index.esm.js +2 -642
  250. package/icons/sortamountdown/index.esm.min.js +1 -1
  251. package/icons/sortamountdown/index.js +2 -642
  252. package/icons/sortamountdown/index.min.js +1 -1
  253. package/icons/sortamountupalt/index.cjs.js +2 -642
  254. package/icons/sortamountupalt/index.cjs.min.js +1 -1
  255. package/icons/sortamountupalt/index.esm.js +2 -642
  256. package/icons/sortamountupalt/index.esm.min.js +1 -1
  257. package/icons/sortamountupalt/index.js +2 -642
  258. package/icons/sortamountupalt/index.min.js +1 -1
  259. package/icons/spinner/index.cjs.js +2 -642
  260. package/icons/spinner/index.cjs.min.js +1 -1
  261. package/icons/spinner/index.esm.js +2 -642
  262. package/icons/spinner/index.esm.min.js +1 -1
  263. package/icons/spinner/index.js +2 -642
  264. package/icons/spinner/index.min.js +1 -1
  265. package/icons/star/index.cjs.js +2 -642
  266. package/icons/star/index.cjs.min.js +1 -1
  267. package/icons/star/index.esm.js +2 -642
  268. package/icons/star/index.esm.min.js +1 -1
  269. package/icons/star/index.js +2 -642
  270. package/icons/star/index.min.js +1 -1
  271. package/icons/starfill/index.cjs.js +2 -642
  272. package/icons/starfill/index.cjs.min.js +1 -1
  273. package/icons/starfill/index.esm.js +2 -642
  274. package/icons/starfill/index.esm.min.js +1 -1
  275. package/icons/starfill/index.js +2 -642
  276. package/icons/starfill/index.min.js +1 -1
  277. package/icons/thlarge/index.cjs.js +2 -642
  278. package/icons/thlarge/index.cjs.min.js +1 -1
  279. package/icons/thlarge/index.esm.js +2 -642
  280. package/icons/thlarge/index.esm.min.js +1 -1
  281. package/icons/thlarge/index.js +2 -642
  282. package/icons/thlarge/index.min.js +1 -1
  283. package/icons/timescircle/index.cjs.js +2 -642
  284. package/icons/timescircle/index.cjs.min.js +1 -1
  285. package/icons/timescircle/index.esm.js +2 -642
  286. package/icons/timescircle/index.esm.min.js +1 -1
  287. package/icons/timescircle/index.js +2 -642
  288. package/icons/timescircle/index.min.js +1 -1
  289. package/icons/trash/index.cjs.js +2 -642
  290. package/icons/trash/index.cjs.min.js +1 -1
  291. package/icons/trash/index.esm.js +2 -642
  292. package/icons/trash/index.esm.min.js +1 -1
  293. package/icons/trash/index.js +2 -642
  294. package/icons/trash/index.min.js +1 -1
  295. package/icons/undo/index.cjs.js +2 -642
  296. package/icons/undo/index.cjs.min.js +1 -1
  297. package/icons/undo/index.esm.js +2 -642
  298. package/icons/undo/index.esm.min.js +1 -1
  299. package/icons/undo/index.js +2 -642
  300. package/icons/undo/index.min.js +1 -1
  301. package/icons/upload/index.cjs.js +2 -642
  302. package/icons/upload/index.cjs.min.js +1 -1
  303. package/icons/upload/index.esm.js +2 -642
  304. package/icons/upload/index.esm.min.js +1 -1
  305. package/icons/upload/index.js +2 -642
  306. package/icons/upload/index.min.js +1 -1
  307. package/icons/windowmaximize/index.cjs.js +2 -642
  308. package/icons/windowmaximize/index.cjs.min.js +1 -1
  309. package/icons/windowmaximize/index.esm.js +2 -642
  310. package/icons/windowmaximize/index.esm.min.js +1 -1
  311. package/icons/windowmaximize/index.js +2 -642
  312. package/icons/windowmaximize/index.min.js +1 -1
  313. package/icons/windowminimize/index.cjs.js +2 -642
  314. package/icons/windowminimize/index.cjs.min.js +1 -1
  315. package/icons/windowminimize/index.esm.js +2 -642
  316. package/icons/windowminimize/index.esm.min.js +1 -1
  317. package/icons/windowminimize/index.js +2 -642
  318. package/icons/windowminimize/index.min.js +1 -1
  319. package/image/image.cjs.js +18 -575
  320. package/image/image.cjs.min.js +1 -1
  321. package/image/image.esm.js +20 -577
  322. package/image/image.esm.min.js +1 -1
  323. package/image/image.js +18 -575
  324. package/image/image.min.js +1 -1
  325. package/inputnumber/inputnumber.cjs.js +22 -39
  326. package/inputnumber/inputnumber.cjs.min.js +1 -1
  327. package/inputnumber/inputnumber.d.ts +5 -5
  328. package/inputnumber/inputnumber.esm.js +22 -39
  329. package/inputnumber/inputnumber.esm.min.js +1 -1
  330. package/inputnumber/inputnumber.js +22 -39
  331. package/inputnumber/inputnumber.min.js +1 -1
  332. package/inputswitch/inputswitch.cjs.js +20 -96
  333. package/inputswitch/inputswitch.cjs.min.js +1 -1
  334. package/inputswitch/inputswitch.d.ts +9 -20
  335. package/inputswitch/inputswitch.esm.js +20 -96
  336. package/inputswitch/inputswitch.esm.min.js +1 -1
  337. package/inputswitch/inputswitch.js +20 -96
  338. package/inputswitch/inputswitch.min.js +1 -1
  339. package/inputtext/inputtext.cjs.js +7 -6
  340. package/inputtext/inputtext.cjs.min.js +1 -1
  341. package/inputtext/inputtext.d.ts +5 -0
  342. package/inputtext/inputtext.esm.js +7 -6
  343. package/inputtext/inputtext.esm.min.js +1 -1
  344. package/inputtext/inputtext.js +7 -6
  345. package/inputtext/inputtext.min.js +1 -1
  346. package/inputtextarea/inputtextarea.cjs.js +5 -4
  347. package/inputtextarea/inputtextarea.cjs.min.js +1 -1
  348. package/inputtextarea/inputtextarea.d.ts +5 -0
  349. package/inputtextarea/inputtextarea.esm.js +5 -4
  350. package/inputtextarea/inputtextarea.esm.min.js +1 -1
  351. package/inputtextarea/inputtextarea.js +5 -4
  352. package/inputtextarea/inputtextarea.min.js +1 -1
  353. package/listbox/listbox.cjs.js +17 -14
  354. package/listbox/listbox.cjs.min.js +1 -1
  355. package/listbox/listbox.d.ts +15 -0
  356. package/listbox/listbox.esm.js +18 -15
  357. package/listbox/listbox.esm.min.js +1 -1
  358. package/listbox/listbox.js +17 -14
  359. package/listbox/listbox.min.js +1 -1
  360. package/megamenu/megamenu.cjs.js +3 -3
  361. package/megamenu/megamenu.cjs.min.js +1 -1
  362. package/megamenu/megamenu.esm.js +3 -3
  363. package/megamenu/megamenu.esm.min.js +1 -1
  364. package/megamenu/megamenu.js +3 -3
  365. package/megamenu/megamenu.min.js +1 -1
  366. package/mention/mention.cjs.js +5 -4
  367. package/mention/mention.cjs.min.js +1 -1
  368. package/mention/mention.esm.js +5 -4
  369. package/mention/mention.esm.min.js +1 -1
  370. package/mention/mention.js +5 -4
  371. package/mention/mention.min.js +1 -1
  372. package/menu/menu.cjs.js +3 -2
  373. package/menu/menu.cjs.min.js +1 -1
  374. package/menu/menu.esm.js +3 -2
  375. package/menu/menu.esm.min.js +1 -1
  376. package/menu/menu.js +3 -2
  377. package/menu/menu.min.js +1 -1
  378. package/menubar/menubar.cjs.js +18 -14
  379. package/menubar/menubar.cjs.min.js +1 -1
  380. package/menubar/menubar.esm.js +18 -14
  381. package/menubar/menubar.esm.min.js +1 -1
  382. package/menubar/menubar.js +18 -14
  383. package/menubar/menubar.min.js +1 -1
  384. package/message/message.cjs.js +2 -8
  385. package/message/message.cjs.min.js +1 -1
  386. package/message/message.d.ts +1 -1
  387. package/message/message.esm.js +2 -8
  388. package/message/message.esm.min.js +1 -1
  389. package/message/message.js +2 -8
  390. package/message/message.min.js +1 -1
  391. package/messages/messages.cjs.js +1 -1
  392. package/messages/messages.cjs.min.js +1 -1
  393. package/messages/messages.d.ts +1 -1
  394. package/messages/messages.esm.js +1 -1
  395. package/messages/messages.esm.min.js +1 -1
  396. package/messages/messages.js +1 -1
  397. package/messages/messages.min.js +1 -1
  398. package/metergroup/metergroup.cjs.js +237 -0
  399. package/metergroup/metergroup.cjs.min.js +1 -0
  400. package/metergroup/metergroup.d.ts +183 -0
  401. package/metergroup/metergroup.esm.js +233 -0
  402. package/metergroup/metergroup.esm.min.js +1 -0
  403. package/metergroup/metergroup.js +236 -0
  404. package/metergroup/metergroup.min.js +1 -0
  405. package/multiselect/multiselect.cjs.js +157 -160
  406. package/multiselect/multiselect.cjs.min.js +1 -1
  407. package/multiselect/multiselect.d.ts +25 -1
  408. package/multiselect/multiselect.esm.js +157 -160
  409. package/multiselect/multiselect.esm.min.js +1 -1
  410. package/multiselect/multiselect.js +157 -160
  411. package/multiselect/multiselect.min.js +1 -1
  412. package/multistatecheckbox/multistatecheckbox.cjs.js +3 -4
  413. package/multistatecheckbox/multistatecheckbox.cjs.min.js +1 -1
  414. package/multistatecheckbox/multistatecheckbox.esm.js +3 -4
  415. package/multistatecheckbox/multistatecheckbox.esm.min.js +1 -1
  416. package/multistatecheckbox/multistatecheckbox.js +3 -4
  417. package/multistatecheckbox/multistatecheckbox.min.js +1 -1
  418. package/orderlist/orderlist.cjs.js +35 -11
  419. package/orderlist/orderlist.cjs.min.js +1 -1
  420. package/orderlist/orderlist.d.ts +5 -0
  421. package/orderlist/orderlist.esm.js +35 -11
  422. package/orderlist/orderlist.esm.min.js +1 -1
  423. package/orderlist/orderlist.js +35 -11
  424. package/orderlist/orderlist.min.js +1 -1
  425. package/overlaypanel/overlaypanel.cjs.js +3 -2
  426. package/overlaypanel/overlaypanel.cjs.min.js +1 -1
  427. package/overlaypanel/overlaypanel.esm.js +3 -2
  428. package/overlaypanel/overlaypanel.esm.min.js +1 -1
  429. package/overlaypanel/overlaypanel.js +3 -2
  430. package/overlaypanel/overlaypanel.min.js +1 -1
  431. package/package.json +1 -1
  432. package/paginator/paginator.cjs.js +125 -108
  433. package/paginator/paginator.cjs.min.js +1 -1
  434. package/paginator/paginator.d.ts +88 -0
  435. package/paginator/paginator.esm.js +125 -108
  436. package/paginator/paginator.esm.min.js +1 -1
  437. package/paginator/paginator.js +125 -108
  438. package/paginator/paginator.min.js +1 -1
  439. package/panelmenu/panelmenu.cjs.js +19 -14
  440. package/panelmenu/panelmenu.cjs.min.js +1 -1
  441. package/panelmenu/panelmenu.d.ts +18 -0
  442. package/panelmenu/panelmenu.esm.js +19 -14
  443. package/panelmenu/panelmenu.esm.min.js +1 -1
  444. package/panelmenu/panelmenu.js +19 -14
  445. package/panelmenu/panelmenu.min.js +1 -1
  446. package/passthrough/index.d.ts +12 -0
  447. package/passthrough/tailwind/index.cjs.js +279 -173
  448. package/passthrough/tailwind/index.cjs.min.js +1 -1
  449. package/passthrough/tailwind/index.esm.js +279 -173
  450. package/passthrough/tailwind/index.esm.min.js +1 -1
  451. package/passthrough/tailwind/index.js +279 -173
  452. package/passthrough/tailwind/index.min.js +1 -1
  453. package/password/password.cjs.js +98 -57
  454. package/password/password.cjs.min.js +1 -1
  455. package/password/password.d.ts +5 -0
  456. package/password/password.esm.js +100 -59
  457. package/password/password.esm.min.js +1 -1
  458. package/password/password.js +98 -57
  459. package/password/password.min.js +1 -1
  460. package/picklist/picklist.cjs.js +127 -102
  461. package/picklist/picklist.cjs.min.js +1 -1
  462. package/picklist/picklist.d.ts +5 -0
  463. package/picklist/picklist.esm.js +127 -102
  464. package/picklist/picklist.esm.min.js +1 -1
  465. package/picklist/picklist.js +127 -102
  466. package/picklist/picklist.min.js +1 -1
  467. package/primereact.all.cjs.js +2075 -2180
  468. package/primereact.all.cjs.min.js +1 -1
  469. package/primereact.all.esm.js +2076 -2180
  470. package/primereact.all.esm.min.js +1 -1
  471. package/primereact.all.js +2075 -2180
  472. package/primereact.all.min.js +1 -1
  473. package/radiobutton/radiobutton.cjs.js +69 -146
  474. package/radiobutton/radiobutton.cjs.min.js +1 -1
  475. package/radiobutton/radiobutton.d.ts +17 -35
  476. package/radiobutton/radiobutton.esm.js +70 -147
  477. package/radiobutton/radiobutton.esm.min.js +1 -1
  478. package/radiobutton/radiobutton.js +69 -146
  479. package/radiobutton/radiobutton.min.js +1 -1
  480. package/rating/rating.cjs.js +2 -3
  481. package/rating/rating.cjs.min.js +1 -1
  482. package/rating/rating.esm.js +2 -3
  483. package/rating/rating.esm.min.js +1 -1
  484. package/rating/rating.js +2 -3
  485. package/rating/rating.min.js +1 -1
  486. package/resources/themes/arya-blue/theme.css +344 -67
  487. package/resources/themes/arya-green/theme.css +344 -67
  488. package/resources/themes/arya-orange/theme.css +344 -67
  489. package/resources/themes/bootstrap4-dark-blue/theme.css +389 -64
  490. package/resources/themes/bootstrap4-light-blue/theme.css +389 -64
  491. package/resources/themes/fluent-light/theme.css +341 -64
  492. package/resources/themes/lara-dark-amber/theme.css +470 -67
  493. package/resources/themes/lara-dark-blue/theme.css +470 -67
  494. package/resources/themes/lara-dark-cyan/theme.css +470 -67
  495. package/resources/themes/lara-dark-green/theme.css +470 -67
  496. package/resources/themes/lara-dark-indigo/theme.css +470 -67
  497. package/resources/themes/lara-dark-pink/theme.css +470 -67
  498. package/resources/themes/lara-dark-teal/theme.css +470 -67
  499. package/resources/themes/lara-light-amber/theme.css +470 -67
  500. package/resources/themes/lara-light-blue/theme.css +470 -67
  501. package/resources/themes/lara-light-cyan/theme.css +470 -67
  502. package/resources/themes/lara-light-green/theme.css +470 -67
  503. package/resources/themes/lara-light-indigo/theme.css +470 -67
  504. package/resources/themes/lara-light-pink/theme.css +470 -67
  505. package/resources/themes/lara-light-teal/theme.css +470 -67
  506. package/resources/themes/luna-amber/theme.css +344 -67
  507. package/resources/themes/luna-blue/theme.css +344 -67
  508. package/resources/themes/luna-green/theme.css +344 -67
  509. package/resources/themes/luna-pink/theme.css +344 -67
  510. package/resources/themes/md-dark-deeppurple/theme.css +995 -289
  511. package/resources/themes/md-dark-indigo/theme.css +684 -232
  512. package/resources/themes/md-light-deeppurple/theme.css +868 -162
  513. package/resources/themes/md-light-indigo/theme.css +566 -101
  514. package/resources/themes/mdc-dark-deeppurple/theme.css +995 -289
  515. package/resources/themes/mdc-dark-indigo/theme.css +697 -232
  516. package/resources/themes/mdc-light-deeppurple/theme.css +868 -162
  517. package/resources/themes/mdc-light-indigo/theme.css +566 -101
  518. package/resources/themes/mira/theme.css +344 -67
  519. package/resources/themes/nano/theme.css +344 -67
  520. package/resources/themes/nova/theme.css +344 -67
  521. package/resources/themes/nova-accent/theme.css +344 -67
  522. package/resources/themes/nova-alt/theme.css +344 -67
  523. package/resources/themes/rhea/theme.css +343 -66
  524. package/resources/themes/saga-blue/theme.css +344 -67
  525. package/resources/themes/saga-green/theme.css +344 -67
  526. package/resources/themes/saga-orange/theme.css +344 -67
  527. package/resources/themes/soho-dark/theme.css +413 -88
  528. package/resources/themes/soho-light/theme.css +392 -67
  529. package/resources/themes/tailwind-light/theme.css +344 -67
  530. package/resources/themes/vela-blue/theme.css +344 -67
  531. package/resources/themes/vela-green/theme.css +344 -67
  532. package/resources/themes/vela-orange/theme.css +344 -67
  533. package/resources/themes/viva-dark/theme.css +392 -67
  534. package/resources/themes/viva-light/theme.css +392 -67
  535. package/selectbutton/selectbutton.cjs.js +15 -8
  536. package/selectbutton/selectbutton.cjs.min.js +1 -1
  537. package/selectbutton/selectbutton.d.ts +5 -0
  538. package/selectbutton/selectbutton.esm.js +15 -8
  539. package/selectbutton/selectbutton.esm.min.js +1 -1
  540. package/selectbutton/selectbutton.js +16 -9
  541. package/selectbutton/selectbutton.min.js +1 -1
  542. package/sidebar/sidebar.cjs.js +4 -3
  543. package/sidebar/sidebar.cjs.min.js +1 -1
  544. package/sidebar/sidebar.d.ts +4 -4
  545. package/sidebar/sidebar.esm.js +4 -3
  546. package/sidebar/sidebar.esm.min.js +1 -1
  547. package/sidebar/sidebar.js +4 -3
  548. package/sidebar/sidebar.min.js +1 -1
  549. package/slidemenu/slidemenu.cjs.js +7 -5
  550. package/slidemenu/slidemenu.cjs.min.js +1 -1
  551. package/slidemenu/slidemenu.esm.js +7 -5
  552. package/slidemenu/slidemenu.esm.min.js +1 -1
  553. package/slidemenu/slidemenu.js +7 -5
  554. package/slidemenu/slidemenu.min.js +1 -1
  555. package/slider/slider.cjs.js +18 -2
  556. package/slider/slider.cjs.min.js +1 -1
  557. package/slider/slider.esm.js +18 -2
  558. package/slider/slider.esm.min.js +1 -1
  559. package/slider/slider.js +18 -2
  560. package/slider/slider.min.js +1 -1
  561. package/splitbutton/splitbutton.cjs.js +9 -12
  562. package/splitbutton/splitbutton.cjs.min.js +1 -1
  563. package/splitbutton/splitbutton.d.ts +2 -2
  564. package/splitbutton/splitbutton.esm.js +9 -12
  565. package/splitbutton/splitbutton.esm.min.js +1 -1
  566. package/splitbutton/splitbutton.js +9 -12
  567. package/splitbutton/splitbutton.min.js +1 -1
  568. package/splitter/splitter.cjs.js +16 -21
  569. package/splitter/splitter.cjs.min.js +1 -1
  570. package/splitter/splitter.d.ts +5 -5
  571. package/splitter/splitter.esm.js +16 -21
  572. package/splitter/splitter.esm.min.js +1 -1
  573. package/splitter/splitter.js +16 -21
  574. package/splitter/splitter.min.js +1 -1
  575. package/steps/steps.cjs.js +4 -3
  576. package/steps/steps.cjs.min.js +1 -1
  577. package/steps/steps.esm.js +4 -3
  578. package/steps/steps.esm.min.js +1 -1
  579. package/steps/steps.js +4 -3
  580. package/steps/steps.min.js +1 -1
  581. package/styleclass/styleclass.cjs.js +21 -1
  582. package/styleclass/styleclass.cjs.min.js +1 -1
  583. package/styleclass/styleclass.d.ts +10 -0
  584. package/styleclass/styleclass.esm.js +21 -1
  585. package/styleclass/styleclass.esm.min.js +1 -1
  586. package/styleclass/styleclass.js +22 -2
  587. package/styleclass/styleclass.min.js +1 -1
  588. package/tabmenu/tabmenu.cjs.js +5 -4
  589. package/tabmenu/tabmenu.cjs.min.js +1 -1
  590. package/tabmenu/tabmenu.esm.js +5 -4
  591. package/tabmenu/tabmenu.esm.min.js +1 -1
  592. package/tabmenu/tabmenu.js +5 -4
  593. package/tabmenu/tabmenu.min.js +1 -1
  594. package/tieredmenu/tieredmenu.cjs.js +6 -8
  595. package/tieredmenu/tieredmenu.cjs.min.js +1 -1
  596. package/tieredmenu/tieredmenu.esm.js +6 -8
  597. package/tieredmenu/tieredmenu.esm.min.js +1 -1
  598. package/tieredmenu/tieredmenu.js +6 -8
  599. package/tieredmenu/tieredmenu.min.js +1 -1
  600. package/toast/toast.cjs.js +93 -92
  601. package/toast/toast.cjs.min.js +1 -1
  602. package/toast/toast.d.ts +1 -1
  603. package/toast/toast.esm.js +93 -92
  604. package/toast/toast.esm.min.js +1 -1
  605. package/toast/toast.js +93 -92
  606. package/toast/toast.min.js +1 -1
  607. package/togglebutton/togglebutton.cjs.js +56 -95
  608. package/togglebutton/togglebutton.cjs.min.js +1 -1
  609. package/togglebutton/togglebutton.d.ts +24 -0
  610. package/togglebutton/togglebutton.esm.js +55 -94
  611. package/togglebutton/togglebutton.esm.min.js +1 -1
  612. package/togglebutton/togglebutton.js +56 -95
  613. package/togglebutton/togglebutton.min.js +1 -1
  614. package/tooltip/tooltip.d.ts +3 -3
  615. package/tooltip/tooltipoptions.d.ts +5 -0
  616. package/tree/tree.cjs.js +52 -39
  617. package/tree/tree.cjs.min.js +1 -1
  618. package/tree/tree.d.ts +5 -0
  619. package/tree/tree.esm.js +52 -39
  620. package/tree/tree.esm.min.js +1 -1
  621. package/tree/tree.js +52 -39
  622. package/tree/tree.min.js +1 -1
  623. package/treeselect/treeselect.cjs.js +5 -4
  624. package/treeselect/treeselect.cjs.min.js +1 -1
  625. package/treeselect/treeselect.d.ts +5 -0
  626. package/treeselect/treeselect.esm.js +5 -4
  627. package/treeselect/treeselect.esm.min.js +1 -1
  628. package/treeselect/treeselect.js +5 -4
  629. package/treeselect/treeselect.min.js +1 -1
  630. package/treetable/treetable.cjs.js +18 -15
  631. package/treetable/treetable.cjs.min.js +1 -1
  632. package/treetable/treetable.esm.js +18 -15
  633. package/treetable/treetable.esm.min.js +1 -1
  634. package/treetable/treetable.js +18 -15
  635. package/treetable/treetable.min.js +1 -1
  636. package/tristatecheckbox/tristatecheckbox.cjs.js +36 -94
  637. package/tristatecheckbox/tristatecheckbox.cjs.min.js +1 -1
  638. package/tristatecheckbox/tristatecheckbox.d.ts +12 -13
  639. package/tristatecheckbox/tristatecheckbox.esm.js +37 -95
  640. package/tristatecheckbox/tristatecheckbox.esm.min.js +1 -1
  641. package/tristatecheckbox/tristatecheckbox.js +36 -94
  642. package/tristatecheckbox/tristatecheckbox.min.js +1 -1
  643. package/utils/utils.cjs.js +64 -72
  644. package/utils/utils.cjs.min.js +1 -1
  645. package/utils/utils.d.ts +11 -2
  646. package/utils/utils.esm.js +65 -72
  647. package/utils/utils.esm.min.js +1 -1
  648. package/utils/utils.js +64 -72
  649. package/utils/utils.min.js +1 -1
  650. package/virtualscroller/virtualscroller.cjs.js +17 -15
  651. package/virtualscroller/virtualscroller.cjs.min.js +1 -1
  652. package/virtualscroller/virtualscroller.esm.js +14 -12
  653. package/virtualscroller/virtualscroller.esm.min.js +1 -1
  654. package/virtualscroller/virtualscroller.js +17 -15
  655. package/virtualscroller/virtualscroller.min.js +1 -1
  656. package/web-types.json +519 -39
@@ -101,9 +101,9 @@ this.passthrough.tailwind = (function (exports) {
101
101
  timeout: 500,
102
102
  classNames: {
103
103
  enter: 'max-h-0',
104
- enterActive: '!max-h-40 overflow-hidden transition-all duration-500 ease-in-out',
105
- exit: 'max-h-40',
106
- exitActive: '!max-h-0 overflow-hidden transition-all duration-500 ease-in'
104
+ enterActive: '!max-h-[1000px] overflow-hidden transition-[max-height] duration-500 ease-in',
105
+ exit: 'max-h-[1000px]',
106
+ exitActive: '!max-h-0 overflow-hidden transition-[max-height] duration-500 ease-out'
107
107
  }
108
108
  },
109
109
  overlay: {
@@ -473,6 +473,16 @@ this.passthrough.tailwind = (function (exports) {
473
473
  };
474
474
  }
475
475
  },
476
+ confirmdialog: {
477
+ root: {
478
+ className: classNames('bg-white text-gray-700 border-0 rounded-md shadow-lg', 'z-40 transform origin-center', 'mt-3 absolute left-0 top-0', 'before:absolute before:w-0 before:-top-3 before:h-0 before:border-transparent before:border-solid before:ml-6 before:border-x-[0.75rem] before:border-b-[0.75rem] before:border-t-0 before:border-b-white dark:before:border-b-gray-900', 'dark:border dark:border-blue-900/40 dark:bg-gray-900 dark:text-white/80')
479
+ },
480
+ content: 'p-5 items-center flex',
481
+ icon: 'text-2xl',
482
+ message: 'ml-4',
483
+ footer: 'flex gap-2 justify-end align-center text-right px-5 py-5 pt-0',
484
+ transition: TRANSITIONS.overlay
485
+ },
476
486
  confirmpopup: {
477
487
  root: {
478
488
  className: classNames('bg-white text-gray-700 border-0 rounded-md shadow-lg', 'z-40 transform origin-center', 'mt-3 absolute left-0 top-0', 'before:absolute before:w-0 before:-top-3 before:h-0 before:border-transparent before:border-solid before:ml-6 before:border-x-[0.75rem] before:border-b-[0.75rem] before:border-t-0 before:border-b-white dark:before:border-b-gray-900', 'dark:border dark:border-blue-900/40 dark:bg-gray-900 dark:text-white/80')
@@ -805,10 +815,10 @@ this.passthrough.tailwind = (function (exports) {
805
815
  root: 'absolute flex',
806
816
  button: {
807
817
  root: function root(_ref29) {
808
- var state = _ref29.state;
818
+ var parent = _ref29.parent;
809
819
  return {
810
820
  className: classNames('w-16 !h-16 !rounded-full justify-center z-10', {
811
- 'rotate-45': state.visible
821
+ 'rotate-45': parent.state.visible
812
822
  })
813
823
  };
814
824
  },
@@ -983,10 +993,13 @@ this.passthrough.tailwind = (function (exports) {
983
993
  dropdownButton: {
984
994
  className: classNames('flex items-center justify-center shrink-0', 'bg-transparent text-gray-600 dark:text-white/80 w-[3rem] rounded-tr-6 rounded-br-6')
985
995
  },
986
- panel: 'absolute py-3 bg-white dark:bg-gray-900 border-0 shadow-md',
996
+ panel: 'py-3 bg-white dark:bg-gray-900 border-0 shadow-md',
987
997
  list: 'm-0 sm:p-0 list-none',
998
+ sublistWrapper: {
999
+ className: classNames('block absolute left-full top-0', 'min-w-full z-10')
1000
+ },
988
1001
  sublist: {
989
- className: classNames('block absolute left-full top-0', 'min-w-full z-10', 'py-3 bg-white dark:bg-gray-900 border-0 shadow-md')
1002
+ className: classNames('py-3 bg-white dark:bg-gray-900 border-0 shadow-md')
990
1003
  },
991
1004
  item: function item(_ref44) {
992
1005
  var state = _ref44.state;
@@ -1292,20 +1305,20 @@ this.passthrough.tailwind = (function (exports) {
1292
1305
  };
1293
1306
  }
1294
1307
  },
1295
- dropdownButton: function dropdownButton(_ref66) {
1296
- var props = _ref66.props;
1297
- return {
1298
- root: {
1308
+ dropdownButton: {
1309
+ root: function root(_ref66) {
1310
+ var props = _ref66.props;
1311
+ return {
1299
1312
  className: classNames({
1300
- 'rounded-l-none': props.showIcon
1313
+ 'rounded-l-none': props.icon
1301
1314
  })
1302
- }
1303
- };
1315
+ };
1316
+ }
1304
1317
  },
1305
1318
  panel: function panel(_ref67) {
1306
1319
  var props = _ref67.props;
1307
1320
  return {
1308
- className: classNames('bg-white dark:bg-gray-900', 'min-w-[350px]', {
1321
+ className: classNames('bg-white dark:bg-gray-900', 'min-w-full', {
1309
1322
  'shadow-md border-0 absolute': !props.inline,
1310
1323
  'inline-block overflow-x-auto border border-gray-300 dark:border-blue-900/40 p-2 rounded-lg': props.inline
1311
1324
  })
@@ -1314,7 +1327,7 @@ this.passthrough.tailwind = (function (exports) {
1314
1327
  header: {
1315
1328
  className: classNames('flex items-center justify-between', 'p-2 text-gray-700 dark:text-white/80 bg-white dark:bg-gray-900 font-semibold m-0 border-b border-gray-300 dark:border-blue-900/40 rounded-t-lg')
1316
1329
  },
1317
- previousbutton: {
1330
+ previousButton: {
1318
1331
  className: classNames('flex items-center justify-center cursor-pointer overflow-hidden relative', 'w-8 h-8 text-gray-600 dark:text-white/70 border-0 bg-transparent rounded-full transition-colors duration-200 ease-in-out', 'hover:text-gray-700 dark:hover:text-white/80 hover:border-transparent hover:bg-gray-200 dark:hover:bg-gray-800/80 ')
1319
1332
  },
1320
1333
  title: 'leading-8 mx-auto',
@@ -1324,16 +1337,16 @@ this.passthrough.tailwind = (function (exports) {
1324
1337
  yearTitle: {
1325
1338
  className: classNames('text-gray-700 dark:text-white/80 transition duration-200 font-semibold p-2', 'hover:text-blue-500')
1326
1339
  },
1327
- nextbutton: {
1340
+ nextButton: {
1328
1341
  className: classNames('flex items-center justify-center cursor-pointer overflow-hidden relative', 'w-8 h-8 text-gray-600 dark:text-white/70 border-0 bg-transparent rounded-full transition-colors duration-200 ease-in-out', 'hover:text-gray-700 dark:hover:text-white/80 hover:border-transparent hover:bg-gray-200 dark:hover:bg-gray-800/80 ')
1329
1342
  },
1330
1343
  table: {
1331
1344
  className: classNames('border-collapse w-full', 'my-2')
1332
1345
  },
1333
- tableheadercell: 'p-2',
1346
+ tableHeaderCell: 'p-2',
1334
1347
  weekday: 'text-gray-600 dark:text-white/70',
1335
1348
  day: 'p-2',
1336
- daylabel: function daylabel(_ref68) {
1349
+ dayLabel: function dayLabel(_ref68) {
1337
1350
  var context = _ref68.context;
1338
1351
  return {
1339
1352
  className: classNames('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)]', {
@@ -1345,7 +1358,7 @@ this.passthrough.tailwind = (function (exports) {
1345
1358
  })
1346
1359
  };
1347
1360
  },
1348
- monthpicker: 'my-2',
1361
+ monthPicker: 'my-2',
1349
1362
  month: function month(_ref69) {
1350
1363
  var context = _ref69.context;
1351
1364
  return {
@@ -1355,7 +1368,7 @@ this.passthrough.tailwind = (function (exports) {
1355
1368
  })
1356
1369
  };
1357
1370
  },
1358
- yearpicker: {
1371
+ yearPicker: {
1359
1372
  className: classNames('my-2')
1360
1373
  },
1361
1374
  year: function year(_ref70) {
@@ -1367,21 +1380,21 @@ this.passthrough.tailwind = (function (exports) {
1367
1380
  })
1368
1381
  };
1369
1382
  },
1370
- timepicker: {
1383
+ timePicker: {
1371
1384
  className: classNames('flex justify-center items-center', 'border-t-1 border-solid border-gray-300 p-2')
1372
1385
  },
1373
- separatorcontainer: 'flex items-center flex-col px-2',
1386
+ separatorContainer: 'flex items-center flex-col px-2',
1374
1387
  separator: 'text-xl',
1375
- hourpicker: 'flex items-center flex-col px-2',
1376
- minutepicker: 'flex items-center flex-col px-2',
1377
- ampmpicker: 'flex items-center flex-col px-2',
1378
- incrementbutton: {
1388
+ hourPicker: 'flex items-center flex-col px-2',
1389
+ minutePicker: 'flex items-center flex-col px-2',
1390
+ ampmPicker: 'flex items-center flex-col px-2',
1391
+ incrementButton: {
1379
1392
  className: classNames('flex items-center justify-center cursor-pointer overflow-hidden relative', 'w-8 h-8 text-gray-600 dark:text-white/70 border-0 bg-transparent rounded-full transition-colors duration-200 ease-in-out', 'hover:text-gray-700 dark:hover:text-white/80 hover:border-transparent hover:bg-gray-200 dark:hover:bg-gray-800/80 ')
1380
1393
  },
1381
- decrementbutton: {
1394
+ decrementButton: {
1382
1395
  className: classNames('flex items-center justify-center cursor-pointer overflow-hidden relative', 'w-8 h-8 text-gray-600 dark:text-white/70 border-0 bg-transparent rounded-full transition-colors duration-200 ease-in-out', 'hover:text-gray-700 dark:hover:text-white/80 hover:border-transparent hover:bg-gray-200 dark:hover:bg-gray-800/80 ')
1383
1396
  },
1384
- groupcontainer: 'flex',
1397
+ groupContainer: 'flex',
1385
1398
  group: {
1386
1399
  className: classNames('flex-1', 'border-l border-gray-300 pr-0.5 pl-0.5 pt-0 pb-0', 'first:pl-0 first:border-l-0')
1387
1400
  },
@@ -2304,6 +2317,99 @@ this.passthrough.tailwind = (function (exports) {
2304
2317
  },
2305
2318
  transition: TRANSITIONS.overlay
2306
2319
  },
2320
+ metergroup: {
2321
+ root: function root(_ref116) {
2322
+ var props = _ref116.props;
2323
+ return {
2324
+ "class": [
2325
+ // Flexbox
2326
+ 'flex gap-4', {
2327
+ 'flex-col': props.orientation == 'horizontal',
2328
+ 'flex-row': props.orientation == 'vertical'
2329
+ }]
2330
+ };
2331
+ },
2332
+ metercontainer: function metercontainer(_ref117) {
2333
+ var props = _ref117.props;
2334
+ return {
2335
+ "class": [
2336
+ // Flexbox
2337
+ 'flex', {
2338
+ 'flex-col': props.orientation === 'vertical'
2339
+ },
2340
+ // Sizing
2341
+ {
2342
+ 'w-2 h-full': props.orientation === 'vertical'
2343
+ }, {
2344
+ 'h-2': props.orientation === 'horizontal'
2345
+ },
2346
+ // Colors
2347
+ 'bg-gray-200 dark:bg-gray-700',
2348
+ // Border Radius
2349
+ 'rounded-lg']
2350
+ };
2351
+ },
2352
+ meter: function meter(_ref118) {
2353
+ var props = _ref118.props;
2354
+ return {
2355
+ "class": [
2356
+ // Shape
2357
+ 'border-0',
2358
+ // Rounded Corners - Horizontal
2359
+ {
2360
+ 'first:rounded-l-lg last:rounded-r-lg': props.orientation === 'horizontal'
2361
+ },
2362
+ // Rounded Corners - Vertical
2363
+ {
2364
+ 'first:rounded-t-lg last:rounded-b-lg': props.orientation === 'vertical'
2365
+ },
2366
+ // Colors
2367
+ 'bg-primary-500 dark:bg-primary-400']
2368
+ };
2369
+ },
2370
+ labellist: function labellist(_ref119) {
2371
+ var props = _ref119.props;
2372
+ return {
2373
+ "class": [
2374
+ // Display & Flexbox
2375
+ 'flex flex-wrap', {
2376
+ 'gap-4': props.labelOrientation === 'horizontal'
2377
+ }, {
2378
+ 'gap-2': props.labelOrientation === 'vertical'
2379
+ }, {
2380
+ 'flex-col': props.labelOrientation === 'vertical'
2381
+ },
2382
+ // Conditional Alignment - Horizontal
2383
+ {
2384
+ 'align-end': props.labelOrientation === 'horizontal' && props.labelPosition === 'end',
2385
+ 'align-start': props.labelOrientation === 'horizontal' && props.labelPosition === 'start'
2386
+ },
2387
+ // Conditional Alignment - Vertical
2388
+ {
2389
+ 'justify-end': props.labelOrientation === 'vertical' && props.labelPosition === 'end',
2390
+ 'justify-start': props.labelOrientation === 'vertical' && props.labelPosition === 'start'
2391
+ },
2392
+ // List Styling
2393
+ 'm-0 p-0 list-none']
2394
+ };
2395
+ },
2396
+ labellistitem: {
2397
+ "class": [
2398
+ // Flexbox
2399
+ 'inline-flex', 'items-center', 'gap-2']
2400
+ },
2401
+ labellisttype: {
2402
+ "class": [
2403
+ // Display
2404
+ 'inline-flex',
2405
+ // Background Color
2406
+ 'bg-primary-500 dark:bg-primary-400',
2407
+ // Size
2408
+ 'w-2 h-2',
2409
+ // Rounded Shape
2410
+ 'rounded-full']
2411
+ }
2412
+ },
2307
2413
  //MEDIA
2308
2414
  image: {
2309
2415
  root: 'relative inline-block',
@@ -2373,8 +2479,8 @@ this.passthrough.tailwind = (function (exports) {
2373
2479
  className: classNames('flex items-center justify-center', 'p-4')
2374
2480
  },
2375
2481
  indicator: 'mr-2',
2376
- indicatorbutton: function indicatorbutton(_ref116) {
2377
- var context = _ref116.context;
2482
+ indicatorbutton: function indicatorbutton(_ref120) {
2483
+ var context = _ref120.context;
2378
2484
  return {
2379
2485
  className: classNames('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)]', {
2380
2486
  'bg-gray-200 hover:bg-gray-300 dark:bg-gray-700 dark:hover:bg-gray-600': !context.highlighted,
@@ -2382,8 +2488,8 @@ this.passthrough.tailwind = (function (exports) {
2382
2488
  })
2383
2489
  };
2384
2490
  },
2385
- mask: function mask(_ref117) {
2386
- var state = _ref117.state;
2491
+ mask: function mask(_ref121) {
2492
+ var state = _ref121.state;
2387
2493
  return {
2388
2494
  className: classNames({
2389
2495
  'fixed top-0 left-0 w-full h-full flex items-center justify-center bg-black bg-opacity-90': state.visible
@@ -2416,8 +2522,8 @@ this.passthrough.tailwind = (function (exports) {
2416
2522
  carousel: {
2417
2523
  root: 'flex flex-col',
2418
2524
  content: 'flex flex-col overflow-auto',
2419
- container: function container(_ref118) {
2420
- var props = _ref118.props;
2525
+ container: function container(_ref122) {
2526
+ var props = _ref122.props;
2421
2527
  return {
2422
2528
  className: classNames('flex', {
2423
2529
  'flex-row': props.orientation !== 'vertical',
@@ -2429,8 +2535,8 @@ this.passthrough.tailwind = (function (exports) {
2429
2535
  className: classNames('flex justify-center items-center self-center overflow-hidden relative shrink-0 grow-0', 'w-8 h-8 text-gray-600 border-0 bg-transparent rounded-full transition duration-200 ease-in-out mx-2')
2430
2536
  },
2431
2537
  itemscontent: 'overflow-hidden w-full',
2432
- itemscontainer: function itemscontainer(_ref119) {
2433
- var props = _ref119.props;
2538
+ itemscontainer: function itemscontainer(_ref123) {
2539
+ var props = _ref123.props;
2434
2540
  return {
2435
2541
  className: classNames('flex ', {
2436
2542
  'flex-row': props.orientation !== 'vertical',
@@ -2438,8 +2544,8 @@ this.passthrough.tailwind = (function (exports) {
2438
2544
  })
2439
2545
  };
2440
2546
  },
2441
- item: function item(_ref120) {
2442
- var props = _ref120.props;
2547
+ item: function item(_ref124) {
2548
+ var props = _ref124.props;
2443
2549
  return {
2444
2550
  className: classNames('flex shrink-0 grow', {
2445
2551
  'w-1/3': props.orientation !== 'vertical',
@@ -2451,8 +2557,8 @@ this.passthrough.tailwind = (function (exports) {
2451
2557
  className: classNames('flex flex-row justify-center flex-wrap')
2452
2558
  },
2453
2559
  indicator: 'mr-2 mb-2',
2454
- indicatorbutton: function indicatorbutton(_ref121) {
2455
- var context = _ref121.context;
2560
+ indicatorbutton: function indicatorbutton(_ref125) {
2561
+ var context = _ref125.context;
2456
2562
  return {
2457
2563
  className: classNames('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)]', {
2458
2564
  'bg-blue-500 hover:bg-blue-600': context.active,
@@ -2462,9 +2568,9 @@ this.passthrough.tailwind = (function (exports) {
2462
2568
  }
2463
2569
  },
2464
2570
  tree: {
2465
- root: function root(_ref122) {
2571
+ root: function root(_ref126) {
2466
2572
  var _props$__parentMetada;
2467
- var props = _ref122.props;
2573
+ var props = _ref126.props;
2468
2574
  return {
2469
2575
  className: classNames('max-w-[30rem] md:w-full', 'bg-white dark:bg-gray-900 text-gray-700 dark:text-white/80 p-5', {
2470
2576
  'border border-solid border-gray-300 dark:border-blue-900/40 rounded-md': ((_props$__parentMetada = props.__parentMetadata) === null || _props$__parentMetada === void 0 ? void 0 : _props$__parentMetada.parent.props.__TYPE) !== 'TreeSelect'
@@ -2474,9 +2580,9 @@ this.passthrough.tailwind = (function (exports) {
2474
2580
  wrapper: 'overflow-auto',
2475
2581
  container: 'm-0 p-0 list-none overflow-auto',
2476
2582
  node: 'p-1 outline-none',
2477
- content: function content(_ref123) {
2478
- var context = _ref123.context,
2479
- props = _ref123.props;
2583
+ content: function content(_ref127) {
2584
+ var context = _ref127.context,
2585
+ props = _ref127.props;
2480
2586
  return {
2481
2587
  className: classNames('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)]', {
2482
2588
  'bg-blue-50 text-blue-600': context.selected
@@ -2485,8 +2591,8 @@ this.passthrough.tailwind = (function (exports) {
2485
2591
  })
2486
2592
  };
2487
2593
  },
2488
- toggler: function toggler(_ref124) {
2489
- var context = _ref124.context;
2594
+ toggler: function toggler(_ref128) {
2595
+ var context = _ref128.context;
2490
2596
  return {
2491
2597
  className: classNames('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)]', {
2492
2598
  '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,
@@ -2497,9 +2603,9 @@ this.passthrough.tailwind = (function (exports) {
2497
2603
  };
2498
2604
  },
2499
2605
  checkboxcontainer: 'mr-2',
2500
- checkbox: function checkbox(_ref125) {
2501
- var context = _ref125.context,
2502
- props = _ref125.props;
2606
+ checkbox: function checkbox(_ref129) {
2607
+ var context = _ref129.context,
2608
+ props = _ref129.props;
2503
2609
  return {
2504
2610
  className: classNames('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', {
2505
2611
  'border-gray-300 bg-white dark:border-blue-900/40 dark:bg-gray-900': !context.checked,
@@ -2524,8 +2630,8 @@ this.passthrough.tailwind = (function (exports) {
2524
2630
  },
2525
2631
  // DATA
2526
2632
  timeline: {
2527
- root: function root(_ref126) {
2528
- var props = _ref126.props;
2633
+ root: function root(_ref130) {
2634
+ var props = _ref130.props;
2529
2635
  return {
2530
2636
  className: classNames('flex grow', {
2531
2637
  'flex-col': props.layout === 'vertical',
@@ -2533,9 +2639,9 @@ this.passthrough.tailwind = (function (exports) {
2533
2639
  })
2534
2640
  };
2535
2641
  },
2536
- event: function event(_ref127) {
2537
- var props = _ref127.props,
2538
- context = _ref127.context;
2642
+ event: function event(_ref131) {
2643
+ var props = _ref131.props,
2644
+ context = _ref131.context;
2539
2645
  return {
2540
2646
  className: classNames('flex relative min-h-[70px]', {
2541
2647
  'flex-row-reverse': props.align === 'right' || props.layout === 'vertical' && props.align === 'alternate' && context.index % 2 === 1,
@@ -2544,9 +2650,9 @@ this.passthrough.tailwind = (function (exports) {
2544
2650
  })
2545
2651
  };
2546
2652
  },
2547
- opposite: function opposite(_ref128) {
2548
- var props = _ref128.props,
2549
- context = _ref128.context;
2653
+ opposite: function opposite(_ref132) {
2654
+ var props = _ref132.props,
2655
+ context = _ref132.context;
2550
2656
  return {
2551
2657
  className: classNames('flex-1', {
2552
2658
  'px-4': props.layout === 'vertical',
@@ -2557,8 +2663,8 @@ this.passthrough.tailwind = (function (exports) {
2557
2663
  })
2558
2664
  };
2559
2665
  },
2560
- separator: function separator(_ref129) {
2561
- var props = _ref129.props;
2666
+ separator: function separator(_ref133) {
2667
+ var props = _ref133.props;
2562
2668
  return {
2563
2669
  className: classNames('flex items-center flex-initial', {
2564
2670
  'flex-col': props.layout === 'vertical',
@@ -2567,8 +2673,8 @@ this.passthrough.tailwind = (function (exports) {
2567
2673
  };
2568
2674
  },
2569
2675
  marker: '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',
2570
- connector: function connector(_ref130) {
2571
- var props = _ref130.props;
2676
+ connector: function connector(_ref134) {
2677
+ var props = _ref134.props;
2572
2678
  return {
2573
2679
  className: classNames('grow bg-gray-300 dark:bg-blue-900/40', {
2574
2680
  'w-[2px]': props.layout === 'vertical',
@@ -2576,9 +2682,9 @@ this.passthrough.tailwind = (function (exports) {
2576
2682
  })
2577
2683
  };
2578
2684
  },
2579
- content: function content(_ref131) {
2580
- var props = _ref131.props,
2581
- context = _ref131.context;
2685
+ content: function content(_ref135) {
2686
+ var props = _ref135.props,
2687
+ context = _ref135.context;
2582
2688
  return {
2583
2689
  className: classNames('flex-1', {
2584
2690
  'px-4': props.layout === 'vertical',
@@ -2603,16 +2709,16 @@ this.passthrough.tailwind = (function (exports) {
2603
2709
  header: 'bg-gray-100 dark:bg-gray-800 text-gray-800 dark:text-white/80 border-gray-200 dark:border-blue-900/40 border-t border-b p-4 font-bold'
2604
2710
  },
2605
2711
  dataviewlayoutoptions: {
2606
- listbutton: function listbutton(_ref132) {
2607
- var props = _ref132.props;
2712
+ listbutton: function listbutton(_ref136) {
2713
+ var props = _ref136.props;
2608
2714
  return {
2609
2715
  className: classNames('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.layout === '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
2610
2716
  )
2611
2717
  };
2612
2718
  },
2613
2719
 
2614
- gridbutton: function gridbutton(_ref133) {
2615
- var props = _ref133.props;
2720
+ gridbutton: function gridbutton(_ref137) {
2721
+ var props = _ref137.props;
2616
2722
  return {
2617
2723
  className: classNames('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.layout === '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
2618
2724
  )
@@ -2643,8 +2749,8 @@ this.passthrough.tailwind = (function (exports) {
2643
2749
  )
2644
2750
  },
2645
2751
 
2646
- lineleft: function lineleft(_ref134) {
2647
- var context = _ref134.context;
2752
+ lineleft: function lineleft(_ref138) {
2753
+ var context = _ref138.context;
2648
2754
  return {
2649
2755
  className: classNames('text-center align-top py-0 px-3 rounded-none border-r border-gray-300', 'dark:border-blue-900/40',
2650
2756
  //Dark Mode
@@ -2653,8 +2759,8 @@ this.passthrough.tailwind = (function (exports) {
2653
2759
  })
2654
2760
  };
2655
2761
  },
2656
- lineright: function lineright(_ref135) {
2657
- var context = _ref135.context;
2762
+ lineright: function lineright(_ref139) {
2763
+ var context = _ref139.context;
2658
2764
  return {
2659
2765
  className: classNames('text-center align-top py-0 px-3 rounded-none', 'dark:border-blue-900/40',
2660
2766
  //Dark Mode
@@ -2675,8 +2781,8 @@ this.passthrough.tailwind = (function (exports) {
2675
2781
  root: 'flex',
2676
2782
  controls: 'flex flex-col justify-center p-5',
2677
2783
  moveupbutton: {
2678
- root: function root(_ref136) {
2679
- var context = _ref136.context;
2784
+ root: function root(_ref140) {
2785
+ var context = _ref140.context;
2680
2786
  return {
2681
2787
  className: classNames('relative inline-flex cursor-pointer user-select-none items-center align-bottom text-center overflow-hidden m-0',
2682
2788
  // button component
@@ -2698,8 +2804,8 @@ this.passthrough.tailwind = (function (exports) {
2698
2804
  }
2699
2805
  },
2700
2806
  movetopbutton: {
2701
- root: function root(_ref137) {
2702
- var context = _ref137.context;
2807
+ root: function root(_ref141) {
2808
+ var context = _ref141.context;
2703
2809
  return {
2704
2810
  className: classNames('relative inline-flex cursor-pointer user-select-none items-center align-bottom text-center overflow-hidden m-0',
2705
2811
  // button component
@@ -2721,8 +2827,8 @@ this.passthrough.tailwind = (function (exports) {
2721
2827
  }
2722
2828
  },
2723
2829
  movedownbutton: {
2724
- root: function root(_ref138) {
2725
- var context = _ref138.context;
2830
+ root: function root(_ref142) {
2831
+ var context = _ref142.context;
2726
2832
  return {
2727
2833
  className: classNames('relative inline-flex cursor-pointer user-select-none items-center align-bottom text-center overflow-hidden m-0',
2728
2834
  // button component
@@ -2744,8 +2850,8 @@ this.passthrough.tailwind = (function (exports) {
2744
2850
  }
2745
2851
  },
2746
2852
  movebottombutton: {
2747
- root: function root(_ref139) {
2748
- var context = _ref139.context;
2853
+ root: function root(_ref143) {
2854
+ var context = _ref143.context;
2749
2855
  return {
2750
2856
  className: classNames('relative inline-flex cursor-pointer user-select-none items-center align-bottom text-center overflow-hidden m-0',
2751
2857
  // button component
@@ -2777,8 +2883,8 @@ this.passthrough.tailwind = (function (exports) {
2777
2883
  )
2778
2884
  },
2779
2885
 
2780
- item: function item(_ref140) {
2781
- var context = _ref140.context;
2886
+ item: function item(_ref144) {
2887
+ var context = _ref144.context;
2782
2888
  return {
2783
2889
  className: classNames('relative cursor-pointer overflow-hidden', 'py-3 px-5 m-0 border-none text-gray-600 dark:text-white/80', 'transition duration-200', {
2784
2890
  'text-blue-700 bg-blue-500/20 dark:bg-blue-300/20': context.selected
@@ -2856,8 +2962,8 @@ this.passthrough.tailwind = (function (exports) {
2856
2962
  )
2857
2963
  },
2858
2964
 
2859
- item: function item(_ref141) {
2860
- var context = _ref141.context;
2965
+ item: function item(_ref145) {
2966
+ var context = _ref145.context;
2861
2967
  return {
2862
2968
  className: classNames('relative cursor-pointer overflow-hidden', 'py-3 px-5 m-0 border-none text-gray-600 dark:text-white/80', 'transition duration-200', {
2863
2969
  'text-blue-700 bg-blue-500/20 dark:bg-blue-300/20': context.selected,
@@ -2950,8 +3056,8 @@ this.passthrough.tailwind = (function (exports) {
2950
3056
  )
2951
3057
  },
2952
3058
 
2953
- firstpagebutton: function firstpagebutton(_ref142) {
2954
- var context = _ref142.context;
3059
+ firstpagebutton: function firstpagebutton(_ref146) {
3060
+ var context = _ref146.context;
2955
3061
  return {
2956
3062
  className: classNames('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',
2957
3063
  //Dark Mode
@@ -2962,8 +3068,8 @@ this.passthrough.tailwind = (function (exports) {
2962
3068
  };
2963
3069
  },
2964
3070
 
2965
- previouspagebutton: function previouspagebutton(_ref143) {
2966
- var context = _ref143.context;
3071
+ previouspagebutton: function previouspagebutton(_ref147) {
3072
+ var context = _ref147.context;
2967
3073
  return {
2968
3074
  className: classNames('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',
2969
3075
  //Dark Mode
@@ -2974,8 +3080,8 @@ this.passthrough.tailwind = (function (exports) {
2974
3080
  };
2975
3081
  },
2976
3082
 
2977
- nextpagebutton: function nextpagebutton(_ref144) {
2978
- var context = _ref144.context;
3083
+ nextpagebutton: function nextpagebutton(_ref148) {
3084
+ var context = _ref148.context;
2979
3085
  return {
2980
3086
  className: classNames('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',
2981
3087
  //Dark Mode
@@ -2986,8 +3092,8 @@ this.passthrough.tailwind = (function (exports) {
2986
3092
  };
2987
3093
  },
2988
3094
 
2989
- lastpagebutton: function lastpagebutton(_ref145) {
2990
- var context = _ref145.context;
3095
+ lastpagebutton: function lastpagebutton(_ref149) {
3096
+ var context = _ref149.context;
2991
3097
  return {
2992
3098
  className: classNames('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',
2993
3099
  //Dark Mode
@@ -2998,8 +3104,8 @@ this.passthrough.tailwind = (function (exports) {
2998
3104
  };
2999
3105
  },
3000
3106
 
3001
- pagebutton: function pagebutton(_ref146) {
3002
- var context = _ref146.context;
3107
+ pagebutton: function pagebutton(_ref150) {
3108
+ var context = _ref150.context;
3003
3109
  return {
3004
3110
  className: classNames('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',
3005
3111
  // Dark Mode
@@ -3011,9 +3117,9 @@ this.passthrough.tailwind = (function (exports) {
3011
3117
  };
3012
3118
  },
3013
3119
  rowperpagedropdown: {
3014
- root: function root(_ref147) {
3015
- var props = _ref147.props,
3016
- state = _ref147.state;
3120
+ root: function root(_ref151) {
3121
+ var props = _ref151.props,
3122
+ state = _ref151.state;
3017
3123
  return {
3018
3124
  className: classNames('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',
3019
3125
  //DarkMode
@@ -3041,8 +3147,8 @@ this.passthrough.tailwind = (function (exports) {
3041
3147
 
3042
3148
  wrapper: 'overflow-auto',
3043
3149
  list: 'm-0 p-0 py-3 list-none',
3044
- item: function item(_ref148) {
3045
- var context = _ref148.context;
3150
+ item: function item(_ref152) {
3151
+ var context = _ref152.context;
3046
3152
  return {
3047
3153
  className: classNames('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',
3048
3154
  // Dark Mode
@@ -3063,9 +3169,9 @@ this.passthrough.tailwind = (function (exports) {
3063
3169
  }
3064
3170
  },
3065
3171
  jumptopagedropdown: {
3066
- root: function root(_ref149) {
3067
- var props = _ref149.props,
3068
- state = _ref149.state;
3172
+ root: function root(_ref153) {
3173
+ var props = _ref153.props,
3174
+ state = _ref153.state;
3069
3175
  return {
3070
3176
  className: classNames('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',
3071
3177
  //DarkMode
@@ -3093,8 +3199,8 @@ this.passthrough.tailwind = (function (exports) {
3093
3199
 
3094
3200
  wrapper: 'overflow-auto',
3095
3201
  list: 'm-0 p-0 py-3 list-none',
3096
- item: function item(_ref150) {
3097
- var context = _ref150.context;
3202
+ item: function item(_ref154) {
3203
+ var context = _ref154.context;
3098
3204
  return {
3099
3205
  className: classNames('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',
3100
3206
  // Dark Mode
@@ -3108,8 +3214,8 @@ this.passthrough.tailwind = (function (exports) {
3108
3214
  }
3109
3215
  },
3110
3216
  treetable: {
3111
- root: function root(_ref151) {
3112
- var props = _ref151.props;
3217
+ root: function root(_ref155) {
3218
+ var props = _ref155.props;
3113
3219
  return {
3114
3220
  className: classNames('relative', {
3115
3221
  'flex flex-col h-full': props.scrollHeight
@@ -3127,8 +3233,8 @@ this.passthrough.tailwind = (function (exports) {
3127
3233
  )
3128
3234
  },
3129
3235
 
3130
- scrollablewrapper: function scrollablewrapper(_ref152) {
3131
- var props = _ref152.props;
3236
+ scrollablewrapper: function scrollablewrapper(_ref156) {
3237
+ var props = _ref156.props;
3132
3238
  return {
3133
3239
  className: classNames({
3134
3240
  'relative overflow-auto': props.scrollable,
@@ -3136,8 +3242,8 @@ this.passthrough.tailwind = (function (exports) {
3136
3242
  })
3137
3243
  };
3138
3244
  },
3139
- wrapper: function wrapper(_ref153) {
3140
- var props = _ref153.props;
3245
+ wrapper: function wrapper(_ref157) {
3246
+ var props = _ref157.props;
3141
3247
  return {
3142
3248
  className: classNames({
3143
3249
  'relative overflow-auto': props.scrollable,
@@ -3151,40 +3257,40 @@ this.passthrough.tailwind = (function (exports) {
3151
3257
  },
3152
3258
 
3153
3259
  table: 'border-collapse table-fixed w-full',
3154
- thead: function thead(_ref154) {
3155
- var props = _ref154.props;
3260
+ thead: function thead(_ref158) {
3261
+ var props = _ref158.props;
3156
3262
  return {
3157
3263
  className: classNames({
3158
3264
  'block sticky top-0 z-[1]': props.scrollable
3159
3265
  })
3160
3266
  };
3161
3267
  },
3162
- tbody: function tbody(_ref155) {
3163
- var props = _ref155.props;
3268
+ tbody: function tbody(_ref159) {
3269
+ var props = _ref159.props;
3164
3270
  return {
3165
3271
  className: classNames({
3166
3272
  block: props.scrollable
3167
3273
  })
3168
3274
  };
3169
3275
  },
3170
- tfoot: function tfoot(_ref156) {
3171
- var props = _ref156.props;
3276
+ tfoot: function tfoot(_ref160) {
3277
+ var props = _ref160.props;
3172
3278
  return {
3173
3279
  className: classNames({
3174
3280
  block: props.scrollable
3175
3281
  })
3176
3282
  };
3177
3283
  },
3178
- headerrow: function headerrow(_ref157) {
3179
- var props = _ref157.props;
3284
+ headerrow: function headerrow(_ref161) {
3285
+ var props = _ref161.props;
3180
3286
  return {
3181
3287
  className: classNames({
3182
3288
  'flex flex-nowrap w-full': props.scrollable
3183
3289
  })
3184
3290
  };
3185
3291
  },
3186
- row: function row(_ref158) {
3187
- var context = _ref158.context;
3292
+ row: function row(_ref162) {
3293
+ var context = _ref162.context;
3188
3294
  return {
3189
3295
  className: classNames('transition duration-200', 'focus:outline focus:outline-[0.15rem] focus:outline-blue-200 focus:outline-offset-[-0.15rem]',
3190
3296
  // Focus
@@ -3196,8 +3302,8 @@ this.passthrough.tailwind = (function (exports) {
3196
3302
  };
3197
3303
  },
3198
3304
  column: {
3199
- headercell: function headercell(_ref159) {
3200
- var context = _ref159.context;
3305
+ headercell: function headercell(_ref163) {
3306
+ var context = _ref163.context;
3201
3307
  return {
3202
3308
  className: classNames('text-left border-gray-300 border font-bold', 'transition duration-200 p-4', 'dark:border-blue-900/40 dark:text-white/80 dark:bg-gray-900',
3203
3309
  //Dark Mode
@@ -3212,8 +3318,8 @@ this.passthrough.tailwind = (function (exports) {
3212
3318
  })
3213
3319
  };
3214
3320
  },
3215
- bodycell: function bodycell(_ref160) {
3216
- var context = _ref160.context;
3321
+ bodycell: function bodycell(_ref164) {
3322
+ var context = _ref164.context;
3217
3323
  return {
3218
3324
  className: classNames('text-left border-gray-300 border', 'transition duration-200 p-4', 'dark:border-blue-900/40',
3219
3325
  //Dark Mode
@@ -3226,8 +3332,8 @@ this.passthrough.tailwind = (function (exports) {
3226
3332
  })
3227
3333
  };
3228
3334
  },
3229
- rowtoggler: function rowtoggler(_ref161) {
3230
- var context = _ref161.context;
3335
+ rowtoggler: function rowtoggler(_ref165) {
3336
+ var context = _ref165.context;
3231
3337
  return {
3232
3338
  className: classNames('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', {
3233
3339
  'text-blue-700': context.selected,
@@ -3240,8 +3346,8 @@ this.passthrough.tailwind = (function (exports) {
3240
3346
  sort: {
3241
3347
  className: 'inline-block align-middle'
3242
3348
  },
3243
- sorticon: function sorticon(_ref162) {
3244
- var context = _ref162.context;
3349
+ sorticon: function sorticon(_ref166) {
3350
+ var context = _ref166.context;
3245
3351
  return {
3246
3352
  className: classNames('ml-2 inline-block align-middle', {
3247
3353
  'text-blue-700 dark:text-white/80': context.sorted,
@@ -3258,8 +3364,8 @@ this.passthrough.tailwind = (function (exports) {
3258
3364
  checkboxwrapper: {
3259
3365
  className: classNames('cursor-pointer inline-flex relative select-none align-bottom', 'w-6 h-6 mr-2')
3260
3366
  },
3261
- checkbox: function checkbox(_ref163) {
3262
- var context = _ref163.context;
3367
+ checkbox: function checkbox(_ref167) {
3368
+ var context = _ref167.context;
3263
3369
  return {
3264
3370
  className: classNames('flex items-center justify-center', 'border-2 w-6 h-6 text-gray-600 rounded-lg transition-colors duration-200', {
3265
3371
  'border-blue-500 bg-blue-500 dark:border-blue-400 dark:bg-blue-400': context.checked,
@@ -3269,8 +3375,8 @@ this.passthrough.tailwind = (function (exports) {
3269
3375
  })
3270
3376
  };
3271
3377
  },
3272
- checkboxicon: function checkboxicon(_ref164) {
3273
- var context = _ref164.context;
3378
+ checkboxicon: function checkboxicon(_ref168) {
3379
+ var context = _ref168.context;
3274
3380
  return {
3275
3381
  className: classNames('w-4 h-4 transition-all duration-200 text-base dark:text-gray-900', {
3276
3382
  'text-white': context.checked
@@ -3281,8 +3387,8 @@ this.passthrough.tailwind = (function (exports) {
3281
3387
  resizehelper: 'absolute hidden w-px z-10 bg-blue-500 dark:bg-blue-300'
3282
3388
  },
3283
3389
  datatable: {
3284
- root: function root(_ref165) {
3285
- var props = _ref165.props;
3390
+ root: function root(_ref169) {
3391
+ var props = _ref169.props;
3286
3392
  return {
3287
3393
  className: classNames('relative', {
3288
3394
  'flex flex-col h-full': props.scrollable && props.scrollHeight === 'flex'
@@ -3295,8 +3401,8 @@ this.passthrough.tailwind = (function (exports) {
3295
3401
  },
3296
3402
 
3297
3403
  loadingicon: 'w-8 h-8',
3298
- wrapper: function wrapper(_ref166) {
3299
- var props = _ref166.props;
3404
+ wrapper: function wrapper(_ref170) {
3405
+ var props = _ref170.props;
3300
3406
  return {
3301
3407
  className: classNames({
3302
3408
  relative: props.scrollable,
@@ -3304,8 +3410,8 @@ this.passthrough.tailwind = (function (exports) {
3304
3410
  })
3305
3411
  };
3306
3412
  },
3307
- header: function header(_ref167) {
3308
- var props = _ref167.props;
3413
+ header: function header(_ref171) {
3414
+ var props = _ref171.props;
3309
3415
  return {
3310
3416
  className: classNames('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',
3311
3417
  // Dark Mode
@@ -3313,25 +3419,25 @@ this.passthrough.tailwind = (function (exports) {
3313
3419
  };
3314
3420
  },
3315
3421
  table: 'w-full border-spacing-0',
3316
- thead: function thead(_ref168) {
3317
- var context = _ref168.context;
3422
+ thead: function thead(_ref172) {
3423
+ var context = _ref172.context;
3318
3424
  return {
3319
3425
  className: classNames({
3320
3426
  'bg-slate-50 top-0 z-[1]': context.scrollable
3321
3427
  })
3322
3428
  };
3323
3429
  },
3324
- tbody: function tbody(_ref169) {
3325
- var props = _ref169.props,
3326
- context = _ref169.context;
3430
+ tbody: function tbody(_ref173) {
3431
+ var props = _ref173.props,
3432
+ context = _ref173.context;
3327
3433
  return {
3328
3434
  className: classNames({
3329
3435
  'sticky z-[1]': props.frozenRow && context.scrollable
3330
3436
  })
3331
3437
  };
3332
3438
  },
3333
- tfoot: function tfoot(_ref170) {
3334
- var context = _ref170.context;
3439
+ tfoot: function tfoot(_ref174) {
3440
+ var context = _ref174.context;
3335
3441
  return {
3336
3442
  className: classNames({
3337
3443
  'bg-slate-50 bottom-0 z-[1]': context.scrollable
@@ -3344,9 +3450,9 @@ this.passthrough.tailwind = (function (exports) {
3344
3450
  },
3345
3451
 
3346
3452
  column: {
3347
- headercell: function headercell(_ref171) {
3348
- var context = _ref171.context,
3349
- props = _ref171.props;
3453
+ headercell: function headercell(_ref175) {
3454
+ var context = _ref175.context,
3455
+ props = _ref175.props;
3350
3456
  return {
3351
3457
  className: classNames('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',
3352
3458
  // Size
@@ -3364,9 +3470,9 @@ this.passthrough.tailwind = (function (exports) {
3364
3470
  },
3365
3471
 
3366
3472
  headercontent: 'flex items-center',
3367
- bodycell: function bodycell(_ref172) {
3368
- var props = _ref172.props,
3369
- context = _ref172.context;
3473
+ bodycell: function bodycell(_ref176) {
3474
+ var props = _ref176.props,
3475
+ context = _ref176.context;
3370
3476
  return {
3371
3477
  className: classNames('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',
3372
3478
  // Size
@@ -3379,8 +3485,8 @@ this.passthrough.tailwind = (function (exports) {
3379
3485
  })
3380
3486
  };
3381
3487
  },
3382
- footercell: function footercell(_ref173) {
3383
- var context = _ref173.context;
3488
+ footercell: function footercell(_ref177) {
3489
+ var context = _ref177.context;
3384
3490
  return {
3385
3491
  className: classNames('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',
3386
3492
  // Size
@@ -3391,8 +3497,8 @@ this.passthrough.tailwind = (function (exports) {
3391
3497
  })
3392
3498
  };
3393
3499
  },
3394
- sorticon: function sorticon(_ref174) {
3395
- var context = _ref174.context;
3500
+ sorticon: function sorticon(_ref178) {
3501
+ var context = _ref178.context;
3396
3502
  return {
3397
3503
  className: classNames('ml-2', context.sorted ? 'text-blue-700 dark:text-white/80' : 'text-slate-700 dark:text-white/70')
3398
3504
  };
@@ -3412,8 +3518,8 @@ this.passthrough.tailwind = (function (exports) {
3412
3518
  root: 'min-[0px]:flex mb-2'
3413
3519
  },
3414
3520
  filterrowitems: 'm-0 p-0 py-3 list-none ',
3415
- filterrowitem: function filterrowitem(_ref175) {
3416
- var context = _ref175.context;
3521
+ filterrowitem: function filterrowitem(_ref179) {
3522
+ var context = _ref179.context;
3417
3523
  return {
3418
3524
  className: classNames('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')
3419
3525
  };
@@ -3444,8 +3550,8 @@ this.passthrough.tailwind = (function (exports) {
3444
3550
  filterapplybutton: {
3445
3551
  root: 'w-auto min-[0px]:text-sm px-4 py-3'
3446
3552
  },
3447
- filtermenubutton: function filtermenubutton(_ref176) {
3448
- var context = _ref176.context;
3553
+ filtermenubutton: function filtermenubutton(_ref180) {
3554
+ var context = _ref180.context;
3449
3555
  return {
3450
3556
  className: classNames('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',
3451
3557
  // Hover
@@ -3458,8 +3564,8 @@ this.passthrough.tailwind = (function (exports) {
3458
3564
  })
3459
3565
  };
3460
3566
  },
3461
- headerfilterclearbutton: function headerfilterclearbutton(_ref177) {
3462
- var context = _ref177.context;
3567
+ headerfilterclearbutton: function headerfilterclearbutton(_ref181) {
3568
+ var context = _ref181.context;
3463
3569
  return {
3464
3570
  className: classNames('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', {
3465
3571
  invisible: !context.hidden
@@ -3498,8 +3604,8 @@ this.passthrough.tailwind = (function (exports) {
3498
3604
  radiobuttonwrapper: {
3499
3605
  className: classNames('relative inline-flex cursor-pointer select-none align-bottom', 'w-6 h-6')
3500
3606
  },
3501
- radiobutton: function radiobutton(_ref178) {
3502
- var context = _ref178.context;
3607
+ radiobutton: function radiobutton(_ref182) {
3608
+ var context = _ref182.context;
3503
3609
  return {
3504
3610
  className: classNames('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', {
3505
3611
  '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,
@@ -3507,8 +3613,8 @@ this.passthrough.tailwind = (function (exports) {
3507
3613
  })
3508
3614
  };
3509
3615
  },
3510
- radiobuttonicon: function radiobuttonicon(_ref179) {
3511
- var context = _ref179.context;
3616
+ radiobuttonicon: function radiobuttonicon(_ref183) {
3617
+ var context = _ref183.context;
3512
3618
  return {
3513
3619
  className: classNames('transform rounded-full', 'block w-3 h-3 transition duration-200 bg-white dark:bg-gray-900', {
3514
3620
  'backface-hidden scale-10 invisible': context.checked === false,
@@ -3519,8 +3625,8 @@ this.passthrough.tailwind = (function (exports) {
3519
3625
  headercheckboxwrapper: {
3520
3626
  className: classNames('cursor-pointer inline-flex relative select-none align-bottom', 'w-6 h-6')
3521
3627
  },
3522
- headercheckbox: function headercheckbox(_ref180) {
3523
- var context = _ref180.context;
3628
+ headercheckbox: function headercheckbox(_ref184) {
3629
+ var context = _ref184.context;
3524
3630
  return {
3525
3631
  className: classNames('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', {
3526
3632
  '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,
@@ -3532,8 +3638,8 @@ this.passthrough.tailwind = (function (exports) {
3532
3638
  checkboxwrapper: {
3533
3639
  className: classNames('cursor-pointer inline-flex relative select-none align-bottom', 'w-6 h-6')
3534
3640
  },
3535
- checkbox: function checkbox(_ref181) {
3536
- var context = _ref181.context;
3641
+ checkbox: function checkbox(_ref185) {
3642
+ var context = _ref185.context;
3537
3643
  return {
3538
3644
  className: classNames('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', {
3539
3645
  '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,
@@ -3544,8 +3650,8 @@ this.passthrough.tailwind = (function (exports) {
3544
3650
  checkboxicon: 'w-4 h-4 transition-all duration-200 text-white text-base dark:text-gray-900',
3545
3651
  transition: TRANSITIONS.overlay
3546
3652
  },
3547
- bodyrow: function bodyrow(_ref182) {
3548
- var context = _ref182.context;
3653
+ bodyrow: function bodyrow(_ref186) {
3654
+ var context = _ref186.context;
3549
3655
  return {
3550
3656
  className: classNames(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]',
3551
3657
  // Focus