primereact 10.8.2 → 10.8.4

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 (670) hide show
  1. package/accordion/accordion.cjs.js +8 -8
  2. package/accordion/accordion.cjs.min.js +1 -1
  3. package/accordion/accordion.esm.js +8 -8
  4. package/accordion/accordion.esm.min.js +1 -1
  5. package/accordion/accordion.js +8 -8
  6. package/accordion/accordion.min.js +1 -1
  7. package/api/api.d.ts +10 -0
  8. package/autocomplete/autocomplete.cjs.js +19 -14
  9. package/autocomplete/autocomplete.cjs.min.js +1 -1
  10. package/autocomplete/autocomplete.esm.js +19 -14
  11. package/autocomplete/autocomplete.esm.min.js +1 -1
  12. package/autocomplete/autocomplete.js +19 -14
  13. package/autocomplete/autocomplete.min.js +1 -1
  14. package/badge/badge.cjs.js +1 -1
  15. package/badge/badge.d.ts +1 -1
  16. package/badge/badge.esm.js +1 -1
  17. package/badge/badge.js +1 -1
  18. package/breadcrumb/breadcrumb.cjs.js +26 -8
  19. package/breadcrumb/breadcrumb.cjs.min.js +1 -1
  20. package/breadcrumb/breadcrumb.esm.js +26 -8
  21. package/breadcrumb/breadcrumb.esm.min.js +1 -1
  22. package/breadcrumb/breadcrumb.js +26 -8
  23. package/breadcrumb/breadcrumb.min.js +1 -1
  24. package/button/button.cjs.js +2 -2
  25. package/button/button.esm.js +2 -2
  26. package/button/button.js +2 -2
  27. package/buttongroup/buttongroup.cjs.js +1 -1
  28. package/buttongroup/buttongroup.esm.js +1 -1
  29. package/buttongroup/buttongroup.js +1 -1
  30. package/calendar/calendar.cjs.js +65 -33
  31. package/calendar/calendar.cjs.min.js +1 -1
  32. package/calendar/calendar.d.ts +3 -6
  33. package/calendar/calendar.esm.js +66 -34
  34. package/calendar/calendar.esm.min.js +1 -1
  35. package/calendar/calendar.js +65 -33
  36. package/calendar/calendar.min.js +1 -1
  37. package/carousel/carousel.cjs.js +4 -3
  38. package/carousel/carousel.cjs.min.js +1 -1
  39. package/carousel/carousel.esm.js +4 -3
  40. package/carousel/carousel.esm.min.js +1 -1
  41. package/carousel/carousel.js +4 -3
  42. package/carousel/carousel.min.js +1 -1
  43. package/cascadeselect/cascadeselect.cjs.js +11 -10
  44. package/cascadeselect/cascadeselect.cjs.min.js +1 -1
  45. package/cascadeselect/cascadeselect.d.ts +3 -4
  46. package/cascadeselect/cascadeselect.esm.js +11 -10
  47. package/cascadeselect/cascadeselect.esm.min.js +1 -1
  48. package/cascadeselect/cascadeselect.js +11 -10
  49. package/cascadeselect/cascadeselect.min.js +1 -1
  50. package/chart/chart.cjs.js +1 -1
  51. package/chart/chart.esm.js +1 -1
  52. package/chart/chart.js +1 -1
  53. package/checkbox/checkbox.cjs.js +1 -1
  54. package/checkbox/checkbox.esm.js +1 -1
  55. package/checkbox/checkbox.js +1 -1
  56. package/chip/chip.cjs.js +8 -8
  57. package/chip/chip.cjs.min.js +1 -1
  58. package/chip/chip.esm.js +9 -9
  59. package/chip/chip.esm.min.js +1 -1
  60. package/chip/chip.js +8 -8
  61. package/chip/chip.min.js +1 -1
  62. package/chips/chips.cjs.js +4 -3
  63. package/chips/chips.cjs.min.js +1 -1
  64. package/chips/chips.esm.js +4 -3
  65. package/chips/chips.esm.min.js +1 -1
  66. package/chips/chips.js +4 -3
  67. package/chips/chips.min.js +1 -1
  68. package/colorpicker/colorpicker.cjs.js +1 -1
  69. package/colorpicker/colorpicker.esm.js +1 -1
  70. package/colorpicker/colorpicker.js +1 -1
  71. package/componentbase/componentbase.cjs.js +14 -14
  72. package/componentbase/componentbase.cjs.min.js +1 -1
  73. package/componentbase/componentbase.esm.js +14 -14
  74. package/componentbase/componentbase.esm.min.js +1 -1
  75. package/componentbase/componentbase.js +14 -14
  76. package/componentbase/componentbase.min.js +1 -1
  77. package/confirmdialog/confirmdialog.cjs.js +3 -3
  78. package/confirmdialog/confirmdialog.cjs.min.js +1 -1
  79. package/confirmdialog/confirmdialog.d.ts +6 -5
  80. package/confirmdialog/confirmdialog.esm.js +3 -3
  81. package/confirmdialog/confirmdialog.esm.min.js +1 -1
  82. package/confirmdialog/confirmdialog.js +3 -3
  83. package/confirmdialog/confirmdialog.min.js +1 -1
  84. package/confirmpopup/confirmpopup.cjs.js +4 -5
  85. package/confirmpopup/confirmpopup.cjs.min.js +1 -1
  86. package/confirmpopup/confirmpopup.esm.js +4 -5
  87. package/confirmpopup/confirmpopup.esm.min.js +1 -1
  88. package/confirmpopup/confirmpopup.js +4 -5
  89. package/confirmpopup/confirmpopup.min.js +1 -1
  90. package/contextmenu/contextmenu.cjs.js +5 -2
  91. package/contextmenu/contextmenu.cjs.min.js +1 -1
  92. package/contextmenu/contextmenu.esm.js +5 -2
  93. package/contextmenu/contextmenu.esm.min.js +1 -1
  94. package/contextmenu/contextmenu.js +5 -2
  95. package/contextmenu/contextmenu.min.js +1 -1
  96. package/core/core.js +200 -158
  97. package/core/core.min.js +11 -11
  98. package/csstransition/csstransition.cjs.js +1 -0
  99. package/csstransition/csstransition.cjs.min.js +1 -1
  100. package/csstransition/csstransition.esm.js +1 -0
  101. package/csstransition/csstransition.esm.min.js +1 -1
  102. package/csstransition/csstransition.js +1 -0
  103. package/csstransition/csstransition.min.js +1 -1
  104. package/datascroller/datascroller.cjs.js +20 -5
  105. package/datascroller/datascroller.cjs.min.js +1 -1
  106. package/datascroller/datascroller.esm.js +20 -5
  107. package/datascroller/datascroller.esm.min.js +1 -1
  108. package/datascroller/datascroller.js +20 -5
  109. package/datascroller/datascroller.min.js +1 -1
  110. package/datatable/datatable.cjs.js +64 -59
  111. package/datatable/datatable.cjs.min.js +1 -1
  112. package/datatable/datatable.esm.js +64 -59
  113. package/datatable/datatable.esm.min.js +1 -1
  114. package/datatable/datatable.js +64 -59
  115. package/datatable/datatable.min.js +1 -1
  116. package/dataview/dataview.cjs.js +1 -1
  117. package/dataview/dataview.d.ts +4 -3
  118. package/dataview/dataview.esm.js +1 -1
  119. package/dataview/dataview.js +1 -1
  120. package/dialog/dialog.cjs.js +3 -3
  121. package/dialog/dialog.cjs.min.js +1 -1
  122. package/dialog/dialog.esm.js +4 -4
  123. package/dialog/dialog.esm.min.js +1 -1
  124. package/dialog/dialog.js +3 -3
  125. package/dialog/dialog.min.js +1 -1
  126. package/dock/dock.cjs.js +4 -3
  127. package/dock/dock.cjs.min.js +1 -1
  128. package/dock/dock.esm.js +4 -3
  129. package/dock/dock.esm.min.js +1 -1
  130. package/dock/dock.js +4 -3
  131. package/dock/dock.min.js +1 -1
  132. package/dropdown/dropdown.cjs.js +46 -21
  133. package/dropdown/dropdown.cjs.min.js +1 -1
  134. package/dropdown/dropdown.d.ts +8 -0
  135. package/dropdown/dropdown.esm.js +46 -21
  136. package/dropdown/dropdown.esm.min.js +1 -1
  137. package/dropdown/dropdown.js +47 -23
  138. package/dropdown/dropdown.min.js +1 -1
  139. package/editor/editor.cjs.js +5 -5
  140. package/editor/editor.cjs.min.js +1 -1
  141. package/editor/editor.esm.js +5 -5
  142. package/editor/editor.esm.min.js +1 -1
  143. package/editor/editor.js +5 -5
  144. package/editor/editor.min.js +1 -1
  145. package/fileupload/fileupload.cjs.js +2 -2
  146. package/fileupload/fileupload.d.ts +17 -12
  147. package/fileupload/fileupload.esm.js +2 -2
  148. package/fileupload/fileupload.js +2 -2
  149. package/floatlabel/floatlabel.cjs.js +1 -1
  150. package/floatlabel/floatlabel.d.ts +1 -1
  151. package/floatlabel/floatlabel.esm.js +1 -1
  152. package/floatlabel/floatlabel.js +1 -1
  153. package/focustrap/focustrap.cjs.js +1 -1
  154. package/focustrap/focustrap.esm.js +1 -1
  155. package/focustrap/focustrap.js +1 -1
  156. package/galleria/galleria.cjs.js +9 -7
  157. package/galleria/galleria.cjs.min.js +1 -1
  158. package/galleria/galleria.esm.js +9 -7
  159. package/galleria/galleria.esm.min.js +1 -1
  160. package/galleria/galleria.js +9 -7
  161. package/galleria/galleria.min.js +1 -1
  162. package/hooks/hooks.cjs.js +0 -3
  163. package/hooks/hooks.cjs.min.js +1 -1
  164. package/hooks/hooks.esm.js +0 -3
  165. package/hooks/hooks.esm.min.js +1 -1
  166. package/hooks/hooks.js +0 -3
  167. package/hooks/hooks.min.js +1 -1
  168. package/iconfield/iconfield.cjs.js +6 -2
  169. package/iconfield/iconfield.cjs.min.js +1 -1
  170. package/iconfield/iconfield.esm.js +7 -3
  171. package/iconfield/iconfield.esm.min.js +1 -1
  172. package/iconfield/iconfield.js +6 -2
  173. package/iconfield/iconfield.min.js +1 -1
  174. package/icons/angledoubledown/index.cjs.js +1 -1
  175. package/icons/angledoubledown/index.esm.js +1 -1
  176. package/icons/angledoubledown/index.js +1 -1
  177. package/icons/angledoubleleft/index.cjs.js +1 -1
  178. package/icons/angledoubleleft/index.esm.js +1 -1
  179. package/icons/angledoubleleft/index.js +1 -1
  180. package/icons/angledoubleright/index.cjs.js +1 -1
  181. package/icons/angledoubleright/index.esm.js +1 -1
  182. package/icons/angledoubleright/index.js +1 -1
  183. package/icons/angledoubleup/index.cjs.js +1 -1
  184. package/icons/angledoubleup/index.esm.js +1 -1
  185. package/icons/angledoubleup/index.js +1 -1
  186. package/icons/angledown/index.cjs.js +1 -1
  187. package/icons/angledown/index.esm.js +1 -1
  188. package/icons/angledown/index.js +1 -1
  189. package/icons/angleleft/index.cjs.js +1 -1
  190. package/icons/angleleft/index.esm.js +1 -1
  191. package/icons/angleleft/index.js +1 -1
  192. package/icons/angleright/index.cjs.js +1 -1
  193. package/icons/angleright/index.esm.js +1 -1
  194. package/icons/angleright/index.js +1 -1
  195. package/icons/angleup/index.cjs.js +1 -1
  196. package/icons/angleup/index.esm.js +1 -1
  197. package/icons/angleup/index.js +1 -1
  198. package/icons/arrowdown/index.cjs.js +1 -1
  199. package/icons/arrowdown/index.esm.js +1 -1
  200. package/icons/arrowdown/index.js +1 -1
  201. package/icons/arrowup/index.cjs.js +1 -1
  202. package/icons/arrowup/index.esm.js +1 -1
  203. package/icons/arrowup/index.js +1 -1
  204. package/icons/ban/index.cjs.js +1 -1
  205. package/icons/ban/index.esm.js +1 -1
  206. package/icons/ban/index.js +1 -1
  207. package/icons/bars/index.cjs.js +1 -1
  208. package/icons/bars/index.esm.js +1 -1
  209. package/icons/bars/index.js +1 -1
  210. package/icons/blank/index.cjs.js +1 -1
  211. package/icons/blank/index.esm.js +1 -1
  212. package/icons/blank/index.js +1 -1
  213. package/icons/calendar/index.cjs.js +1 -1
  214. package/icons/calendar/index.esm.js +1 -1
  215. package/icons/calendar/index.js +1 -1
  216. package/icons/check/index.cjs.js +1 -1
  217. package/icons/check/index.esm.js +1 -1
  218. package/icons/check/index.js +1 -1
  219. package/icons/chevrondown/index.cjs.js +1 -1
  220. package/icons/chevrondown/index.esm.js +1 -1
  221. package/icons/chevrondown/index.js +1 -1
  222. package/icons/chevronleft/index.cjs.js +1 -1
  223. package/icons/chevronleft/index.esm.js +1 -1
  224. package/icons/chevronleft/index.js +1 -1
  225. package/icons/chevronright/index.cjs.js +1 -1
  226. package/icons/chevronright/index.esm.js +1 -1
  227. package/icons/chevronright/index.js +1 -1
  228. package/icons/chevronup/index.cjs.js +1 -1
  229. package/icons/chevronup/index.esm.js +1 -1
  230. package/icons/chevronup/index.js +1 -1
  231. package/icons/download/index.cjs.js +1 -1
  232. package/icons/download/index.esm.js +1 -1
  233. package/icons/download/index.js +1 -1
  234. package/icons/exclamationtriangle/index.cjs.js +1 -1
  235. package/icons/exclamationtriangle/index.esm.js +1 -1
  236. package/icons/exclamationtriangle/index.js +1 -1
  237. package/icons/eye/index.cjs.js +1 -1
  238. package/icons/eye/index.esm.js +1 -1
  239. package/icons/eye/index.js +1 -1
  240. package/icons/eyeslash/index.cjs.js +1 -1
  241. package/icons/eyeslash/index.esm.js +1 -1
  242. package/icons/eyeslash/index.js +1 -1
  243. package/icons/filter/index.cjs.js +1 -1
  244. package/icons/filter/index.esm.js +1 -1
  245. package/icons/filter/index.js +1 -1
  246. package/icons/filterslash/index.cjs.js +1 -1
  247. package/icons/filterslash/index.esm.js +1 -1
  248. package/icons/filterslash/index.js +1 -1
  249. package/icons/infocircle/index.cjs.js +1 -1
  250. package/icons/infocircle/index.esm.js +1 -1
  251. package/icons/infocircle/index.js +1 -1
  252. package/icons/minus/index.cjs.js +1 -1
  253. package/icons/minus/index.esm.js +1 -1
  254. package/icons/minus/index.js +1 -1
  255. package/icons/pencil/index.cjs.js +1 -1
  256. package/icons/pencil/index.esm.js +1 -1
  257. package/icons/pencil/index.js +1 -1
  258. package/icons/plus/index.cjs.js +1 -1
  259. package/icons/plus/index.esm.js +1 -1
  260. package/icons/plus/index.js +1 -1
  261. package/icons/refresh/index.cjs.js +1 -1
  262. package/icons/refresh/index.esm.js +1 -1
  263. package/icons/refresh/index.js +1 -1
  264. package/icons/search/index.cjs.js +1 -1
  265. package/icons/search/index.esm.js +1 -1
  266. package/icons/search/index.js +1 -1
  267. package/icons/searchminus/index.cjs.js +1 -1
  268. package/icons/searchminus/index.esm.js +1 -1
  269. package/icons/searchminus/index.js +1 -1
  270. package/icons/searchplus/index.cjs.js +1 -1
  271. package/icons/searchplus/index.esm.js +1 -1
  272. package/icons/searchplus/index.js +1 -1
  273. package/icons/sortalt/index.cjs.js +1 -1
  274. package/icons/sortalt/index.esm.js +1 -1
  275. package/icons/sortalt/index.js +1 -1
  276. package/icons/sortamountdown/index.cjs.js +1 -1
  277. package/icons/sortamountdown/index.esm.js +1 -1
  278. package/icons/sortamountdown/index.js +1 -1
  279. package/icons/sortamountupalt/index.cjs.js +1 -1
  280. package/icons/sortamountupalt/index.esm.js +1 -1
  281. package/icons/sortamountupalt/index.js +1 -1
  282. package/icons/spinner/index.cjs.js +1 -1
  283. package/icons/spinner/index.esm.js +1 -1
  284. package/icons/spinner/index.js +1 -1
  285. package/icons/star/index.cjs.js +1 -1
  286. package/icons/star/index.esm.js +1 -1
  287. package/icons/star/index.js +1 -1
  288. package/icons/starfill/index.cjs.js +1 -1
  289. package/icons/starfill/index.esm.js +1 -1
  290. package/icons/starfill/index.js +1 -1
  291. package/icons/thlarge/index.cjs.js +1 -1
  292. package/icons/thlarge/index.esm.js +1 -1
  293. package/icons/thlarge/index.js +1 -1
  294. package/icons/times/index.cjs.js +1 -1
  295. package/icons/times/index.esm.js +1 -1
  296. package/icons/times/index.js +1 -1
  297. package/icons/timescircle/index.cjs.js +1 -1
  298. package/icons/timescircle/index.esm.js +1 -1
  299. package/icons/timescircle/index.js +1 -1
  300. package/icons/trash/index.cjs.js +1 -1
  301. package/icons/trash/index.esm.js +1 -1
  302. package/icons/trash/index.js +1 -1
  303. package/icons/undo/index.cjs.js +1 -1
  304. package/icons/undo/index.esm.js +1 -1
  305. package/icons/undo/index.js +1 -1
  306. package/icons/upload/index.cjs.js +1 -1
  307. package/icons/upload/index.esm.js +1 -1
  308. package/icons/upload/index.js +1 -1
  309. package/icons/windowmaximize/index.cjs.js +1 -1
  310. package/icons/windowmaximize/index.esm.js +1 -1
  311. package/icons/windowmaximize/index.js +1 -1
  312. package/icons/windowminimize/index.cjs.js +1 -1
  313. package/icons/windowminimize/index.esm.js +1 -1
  314. package/icons/windowminimize/index.js +1 -1
  315. package/image/image.cjs.js +2 -2
  316. package/image/image.esm.js +2 -2
  317. package/image/image.js +2 -2
  318. package/inputicon/inputicon.cjs.js +9 -4
  319. package/inputicon/inputicon.cjs.min.js +1 -1
  320. package/inputicon/inputicon.esm.js +9 -4
  321. package/inputicon/inputicon.esm.min.js +1 -1
  322. package/inputicon/inputicon.js +9 -4
  323. package/inputicon/inputicon.min.js +1 -1
  324. package/inputmask/inputmask.cjs.js +2 -1
  325. package/inputmask/inputmask.cjs.min.js +1 -1
  326. package/inputmask/inputmask.esm.js +2 -1
  327. package/inputmask/inputmask.esm.min.js +1 -1
  328. package/inputmask/inputmask.js +2 -1
  329. package/inputmask/inputmask.min.js +1 -1
  330. package/inputnumber/inputnumber.cjs.js +25 -14
  331. package/inputnumber/inputnumber.cjs.min.js +1 -1
  332. package/inputnumber/inputnumber.esm.js +25 -14
  333. package/inputnumber/inputnumber.esm.min.js +1 -1
  334. package/inputnumber/inputnumber.js +25 -14
  335. package/inputnumber/inputnumber.min.js +1 -1
  336. package/inputotp/inputotp.cjs.js +14 -13
  337. package/inputotp/inputotp.cjs.min.js +1 -1
  338. package/inputotp/inputotp.d.ts +1 -4
  339. package/inputotp/inputotp.esm.js +14 -13
  340. package/inputotp/inputotp.esm.min.js +1 -1
  341. package/inputotp/inputotp.js +14 -13
  342. package/inputotp/inputotp.min.js +1 -1
  343. package/inputswitch/inputswitch.cjs.js +1 -1
  344. package/inputswitch/inputswitch.esm.js +1 -1
  345. package/inputswitch/inputswitch.js +1 -1
  346. package/inputtext/inputtext.cjs.js +5 -3
  347. package/inputtext/inputtext.cjs.min.js +1 -1
  348. package/inputtext/inputtext.d.ts +1 -0
  349. package/inputtext/inputtext.esm.js +5 -3
  350. package/inputtext/inputtext.esm.min.js +1 -1
  351. package/inputtext/inputtext.js +5 -3
  352. package/inputtext/inputtext.min.js +1 -1
  353. package/inputtextarea/inputtextarea.cjs.js +1 -1
  354. package/inputtextarea/inputtextarea.esm.js +1 -1
  355. package/inputtextarea/inputtextarea.js +1 -1
  356. package/knob/knob.cjs.js +1 -1
  357. package/knob/knob.esm.js +1 -1
  358. package/knob/knob.js +1 -1
  359. package/listbox/listbox.cjs.js +7 -6
  360. package/listbox/listbox.cjs.min.js +1 -1
  361. package/listbox/listbox.esm.js +7 -6
  362. package/listbox/listbox.esm.min.js +1 -1
  363. package/listbox/listbox.js +7 -6
  364. package/listbox/listbox.min.js +1 -1
  365. package/megamenu/megamenu.cjs.js +5 -5
  366. package/megamenu/megamenu.cjs.min.js +1 -1
  367. package/megamenu/megamenu.esm.js +5 -5
  368. package/megamenu/megamenu.esm.min.js +1 -1
  369. package/megamenu/megamenu.js +5 -5
  370. package/megamenu/megamenu.min.js +1 -1
  371. package/mention/mention.cjs.js +7 -5
  372. package/mention/mention.cjs.min.js +1 -1
  373. package/mention/mention.d.ts +8 -0
  374. package/mention/mention.esm.js +7 -5
  375. package/mention/mention.esm.min.js +1 -1
  376. package/mention/mention.js +7 -5
  377. package/mention/mention.min.js +1 -1
  378. package/menu/menu.cjs.js +28 -25
  379. package/menu/menu.cjs.min.js +1 -1
  380. package/menu/menu.d.ts +14 -0
  381. package/menu/menu.esm.js +28 -25
  382. package/menu/menu.esm.min.js +1 -1
  383. package/menu/menu.js +28 -25
  384. package/menu/menu.min.js +1 -1
  385. package/menubar/menubar.cjs.js +35 -14
  386. package/menubar/menubar.cjs.min.js +1 -1
  387. package/menubar/menubar.esm.js +35 -14
  388. package/menubar/menubar.esm.min.js +1 -1
  389. package/menubar/menubar.js +35 -14
  390. package/menubar/menubar.min.js +1 -1
  391. package/message/message.cjs.js +1 -1
  392. package/message/message.esm.js +1 -1
  393. package/message/message.js +1 -1
  394. package/messages/messages.cjs.js +3 -3
  395. package/messages/messages.cjs.min.js +1 -1
  396. package/messages/messages.esm.js +3 -3
  397. package/messages/messages.esm.min.js +1 -1
  398. package/messages/messages.js +3 -3
  399. package/messages/messages.min.js +1 -1
  400. package/multiselect/multiselect.cjs.js +35 -20
  401. package/multiselect/multiselect.cjs.min.js +1 -1
  402. package/multiselect/multiselect.esm.js +35 -20
  403. package/multiselect/multiselect.esm.min.js +1 -1
  404. package/multiselect/multiselect.js +35 -20
  405. package/multiselect/multiselect.min.js +1 -1
  406. package/multistatecheckbox/multistatecheckbox.cjs.js +2 -2
  407. package/multistatecheckbox/multistatecheckbox.esm.js +2 -2
  408. package/multistatecheckbox/multistatecheckbox.js +2 -2
  409. package/orderlist/orderlist.cjs.js +3 -3
  410. package/orderlist/orderlist.esm.js +3 -3
  411. package/orderlist/orderlist.js +3 -3
  412. package/organizationchart/organizationchart.cjs.js +1 -1
  413. package/organizationchart/organizationchart.esm.js +1 -1
  414. package/organizationchart/organizationchart.js +1 -1
  415. package/overlaypanel/overlaypanel.cjs.js +1 -1
  416. package/overlaypanel/overlaypanel.cjs.min.js +1 -1
  417. package/overlaypanel/overlaypanel.esm.js +1 -1
  418. package/overlaypanel/overlaypanel.esm.min.js +1 -1
  419. package/overlaypanel/overlaypanel.js +1 -1
  420. package/overlaypanel/overlaypanel.min.js +1 -1
  421. package/package.json +1 -1
  422. package/paginator/paginator.cjs.js +1 -1
  423. package/paginator/paginator.esm.js +1 -1
  424. package/paginator/paginator.js +1 -1
  425. package/panelmenu/panelmenu.cjs.js +39 -36
  426. package/panelmenu/panelmenu.cjs.min.js +1 -1
  427. package/panelmenu/panelmenu.d.ts +12 -4
  428. package/panelmenu/panelmenu.esm.js +39 -36
  429. package/panelmenu/panelmenu.esm.min.js +1 -1
  430. package/panelmenu/panelmenu.js +39 -36
  431. package/panelmenu/panelmenu.min.js +1 -1
  432. package/passthrough/tailwind/index.cjs.js +464 -363
  433. package/passthrough/tailwind/index.cjs.min.js +1 -1
  434. package/passthrough/tailwind/index.esm.js +464 -363
  435. package/passthrough/tailwind/index.esm.min.js +1 -1
  436. package/passthrough/tailwind/index.js +464 -363
  437. package/passthrough/tailwind/index.min.js +1 -1
  438. package/password/password.cjs.js +23 -10
  439. package/password/password.cjs.min.js +1 -1
  440. package/password/password.esm.js +24 -11
  441. package/password/password.esm.min.js +1 -1
  442. package/password/password.js +23 -10
  443. package/password/password.min.js +1 -1
  444. package/picklist/picklist.cjs.js +2 -2
  445. package/picklist/picklist.esm.js +2 -2
  446. package/picklist/picklist.js +2 -2
  447. package/primereact.all.cjs.js +1470 -1239
  448. package/primereact.all.cjs.min.js +1 -1
  449. package/primereact.all.esm.js +1471 -1240
  450. package/primereact.all.esm.min.js +1 -1
  451. package/primereact.all.js +1470 -1239
  452. package/primereact.all.min.js +1 -1
  453. package/progressbar/progressbar.cjs.js +1 -1
  454. package/progressbar/progressbar.esm.js +1 -1
  455. package/progressbar/progressbar.js +1 -1
  456. package/progressspinner/progressspinner.cjs.js +1 -1
  457. package/progressspinner/progressspinner.esm.js +1 -1
  458. package/progressspinner/progressspinner.js +1 -1
  459. package/radiobutton/radiobutton.cjs.js +1 -1
  460. package/radiobutton/radiobutton.esm.js +1 -1
  461. package/radiobutton/radiobutton.js +1 -1
  462. package/rating/rating.cjs.js +3 -4
  463. package/rating/rating.cjs.min.js +1 -1
  464. package/rating/rating.esm.js +3 -4
  465. package/rating/rating.esm.min.js +1 -1
  466. package/rating/rating.js +3 -4
  467. package/rating/rating.min.js +1 -1
  468. package/resources/themes/arya-blue/theme.css +15 -8
  469. package/resources/themes/arya-green/theme.css +15 -8
  470. package/resources/themes/arya-orange/theme.css +15 -8
  471. package/resources/themes/arya-purple/theme.css +1143 -233
  472. package/resources/themes/bootstrap4-dark-blue/theme.css +15 -8
  473. package/resources/themes/bootstrap4-dark-purple/theme.css +15 -8
  474. package/resources/themes/bootstrap4-light-blue/theme.css +15 -8
  475. package/resources/themes/bootstrap4-light-purple/theme.css +15 -8
  476. package/resources/themes/fluent-light/theme.css +15 -8
  477. package/resources/themes/lara-dark-amber/theme.css +15 -6
  478. package/resources/themes/lara-dark-blue/theme.css +15 -6
  479. package/resources/themes/lara-dark-cyan/theme.css +15 -6
  480. package/resources/themes/lara-dark-green/theme.css +15 -6
  481. package/resources/themes/lara-dark-indigo/theme.css +15 -6
  482. package/resources/themes/lara-dark-pink/theme.css +15 -6
  483. package/resources/themes/lara-dark-purple/theme.css +79 -17
  484. package/resources/themes/lara-dark-teal/theme.css +15 -6
  485. package/resources/themes/lara-light-amber/theme.css +15 -6
  486. package/resources/themes/lara-light-blue/theme.css +15 -6
  487. package/resources/themes/lara-light-cyan/theme.css +15 -6
  488. package/resources/themes/lara-light-green/theme.css +15 -6
  489. package/resources/themes/lara-light-indigo/theme.css +15 -6
  490. package/resources/themes/lara-light-pink/theme.css +15 -6
  491. package/resources/themes/lara-light-purple/theme.css +79 -17
  492. package/resources/themes/lara-light-teal/theme.css +15 -6
  493. package/resources/themes/luna-amber/theme.css +15 -8
  494. package/resources/themes/luna-blue/theme.css +15 -8
  495. package/resources/themes/luna-green/theme.css +15 -8
  496. package/resources/themes/luna-pink/theme.css +15 -8
  497. package/resources/themes/md-dark-deeppurple/theme.css +15 -7
  498. package/resources/themes/md-dark-indigo/theme.css +15 -7
  499. package/resources/themes/md-light-deeppurple/theme.css +15 -7
  500. package/resources/themes/md-light-indigo/theme.css +15 -7
  501. package/resources/themes/mdc-dark-deeppurple/theme.css +15 -7
  502. package/resources/themes/mdc-dark-indigo/theme.css +15 -7
  503. package/resources/themes/mdc-light-deeppurple/theme.css +15 -7
  504. package/resources/themes/mdc-light-indigo/theme.css +15 -7
  505. package/resources/themes/mira/theme.css +15 -6
  506. package/resources/themes/nano/theme.css +15 -8
  507. package/resources/themes/nova/theme.css +15 -8
  508. package/resources/themes/nova-accent/theme.css +15 -8
  509. package/resources/themes/nova-alt/theme.css +15 -8
  510. package/resources/themes/rhea/theme.css +15 -8
  511. package/resources/themes/saga-blue/theme.css +15 -8
  512. package/resources/themes/saga-green/theme.css +15 -8
  513. package/resources/themes/saga-orange/theme.css +15 -8
  514. package/resources/themes/saga-purple/theme.css +1143 -233
  515. package/resources/themes/soho-dark/theme.css +14 -5
  516. package/resources/themes/soho-light/theme.css +14 -5
  517. package/resources/themes/tailwind-light/theme.css +15 -6
  518. package/resources/themes/vela-blue/theme.css +15 -8
  519. package/resources/themes/vela-green/theme.css +15 -8
  520. package/resources/themes/vela-orange/theme.css +15 -8
  521. package/resources/themes/vela-purple/theme.css +1143 -233
  522. package/resources/themes/viva-dark/theme.css +14 -5
  523. package/resources/themes/viva-light/theme.css +14 -5
  524. package/ripple/ripple.cjs.js +1 -1
  525. package/ripple/ripple.esm.js +1 -1
  526. package/ripple/ripple.js +1 -1
  527. package/scrollpanel/scrollpanel.cjs.js +14 -6
  528. package/scrollpanel/scrollpanel.cjs.min.js +1 -1
  529. package/scrollpanel/scrollpanel.esm.js +14 -6
  530. package/scrollpanel/scrollpanel.esm.min.js +1 -1
  531. package/scrollpanel/scrollpanel.js +14 -6
  532. package/scrollpanel/scrollpanel.min.js +1 -1
  533. package/scrolltop/scrolltop.cjs.js +1 -1
  534. package/scrolltop/scrolltop.esm.js +1 -1
  535. package/scrolltop/scrolltop.js +1 -1
  536. package/selectbutton/selectbutton.cjs.js +1 -1
  537. package/selectbutton/selectbutton.esm.js +1 -1
  538. package/selectbutton/selectbutton.js +1 -1
  539. package/sidebar/sidebar.d.ts +2 -1
  540. package/skeleton/skeleton.cjs.js +1 -1
  541. package/skeleton/skeleton.esm.js +1 -1
  542. package/skeleton/skeleton.js +1 -1
  543. package/slidemenu/slidemenu.cjs.js +4 -1
  544. package/slidemenu/slidemenu.cjs.min.js +1 -1
  545. package/slidemenu/slidemenu.esm.js +4 -1
  546. package/slidemenu/slidemenu.esm.min.js +1 -1
  547. package/slidemenu/slidemenu.js +4 -1
  548. package/slidemenu/slidemenu.min.js +1 -1
  549. package/slider/slider.cjs.js +3 -2
  550. package/slider/slider.cjs.min.js +1 -1
  551. package/slider/slider.esm.js +3 -2
  552. package/slider/slider.esm.min.js +1 -1
  553. package/slider/slider.js +3 -2
  554. package/slider/slider.min.js +1 -1
  555. package/speeddial/speeddial.cjs.js +12 -5
  556. package/speeddial/speeddial.cjs.min.js +1 -1
  557. package/speeddial/speeddial.esm.js +12 -5
  558. package/speeddial/speeddial.esm.min.js +1 -1
  559. package/speeddial/speeddial.js +12 -5
  560. package/speeddial/speeddial.min.js +1 -1
  561. package/splitbutton/splitbutton.cjs.js +23 -14
  562. package/splitbutton/splitbutton.cjs.min.js +1 -1
  563. package/splitbutton/splitbutton.esm.js +23 -14
  564. package/splitbutton/splitbutton.esm.min.js +1 -1
  565. package/splitbutton/splitbutton.js +23 -14
  566. package/splitbutton/splitbutton.min.js +1 -1
  567. package/splitter/splitter.cjs.js +7 -6
  568. package/splitter/splitter.cjs.min.js +1 -1
  569. package/splitter/splitter.esm.js +7 -6
  570. package/splitter/splitter.esm.min.js +1 -1
  571. package/splitter/splitter.js +7 -6
  572. package/splitter/splitter.min.js +1 -1
  573. package/stepper/stepper.cjs.js +69 -49
  574. package/stepper/stepper.cjs.min.js +1 -1
  575. package/stepper/stepper.d.ts +22 -0
  576. package/stepper/stepper.esm.js +70 -50
  577. package/stepper/stepper.esm.min.js +1 -1
  578. package/stepper/stepper.js +69 -49
  579. package/stepper/stepper.min.js +1 -1
  580. package/stepperpanel/stepperpanel.cjs.js +1 -1
  581. package/stepperpanel/stepperpanel.esm.js +1 -1
  582. package/stepperpanel/stepperpanel.js +1 -1
  583. package/steps/steps.cjs.js +58 -13
  584. package/steps/steps.cjs.min.js +1 -1
  585. package/steps/steps.d.ts +48 -4
  586. package/steps/steps.esm.js +59 -14
  587. package/steps/steps.esm.min.js +1 -1
  588. package/steps/steps.js +58 -13
  589. package/steps/steps.min.js +1 -1
  590. package/tabmenu/tabmenu.cjs.js +25 -9
  591. package/tabmenu/tabmenu.cjs.min.js +1 -1
  592. package/tabmenu/tabmenu.esm.js +25 -9
  593. package/tabmenu/tabmenu.esm.min.js +1 -1
  594. package/tabmenu/tabmenu.js +25 -9
  595. package/tabmenu/tabmenu.min.js +1 -1
  596. package/tabview/tabview.cjs.js +8 -8
  597. package/tabview/tabview.cjs.min.js +1 -1
  598. package/tabview/tabview.esm.js +8 -8
  599. package/tabview/tabview.esm.min.js +1 -1
  600. package/tabview/tabview.js +8 -8
  601. package/tabview/tabview.min.js +1 -1
  602. package/tag/tag.d.ts +1 -1
  603. package/terminal/terminal.cjs.js +1 -1
  604. package/terminal/terminal.esm.js +1 -1
  605. package/terminal/terminal.js +1 -1
  606. package/tieredmenu/tieredmenu.cjs.js +16 -10
  607. package/tieredmenu/tieredmenu.cjs.min.js +1 -1
  608. package/tieredmenu/tieredmenu.esm.js +16 -10
  609. package/tieredmenu/tieredmenu.esm.min.js +1 -1
  610. package/tieredmenu/tieredmenu.js +16 -10
  611. package/tieredmenu/tieredmenu.min.js +1 -1
  612. package/timeline/timeline.cjs.js +1 -1
  613. package/timeline/timeline.esm.js +1 -1
  614. package/timeline/timeline.js +1 -1
  615. package/toast/toast.cjs.js +3 -3
  616. package/toast/toast.cjs.min.js +1 -1
  617. package/toast/toast.d.ts +1 -1
  618. package/toast/toast.esm.js +3 -3
  619. package/toast/toast.esm.min.js +1 -1
  620. package/toast/toast.js +3 -3
  621. package/toast/toast.min.js +1 -1
  622. package/togglebutton/togglebutton.cjs.js +1 -1
  623. package/togglebutton/togglebutton.esm.js +1 -1
  624. package/togglebutton/togglebutton.js +1 -1
  625. package/toolbar/toolbar.cjs.js +1 -1
  626. package/toolbar/toolbar.esm.js +1 -1
  627. package/toolbar/toolbar.js +1 -1
  628. package/tooltip/tooltip.cjs.js +8 -2
  629. package/tooltip/tooltip.cjs.min.js +1 -1
  630. package/tooltip/tooltip.esm.js +8 -2
  631. package/tooltip/tooltip.esm.min.js +1 -1
  632. package/tooltip/tooltip.js +8 -2
  633. package/tooltip/tooltip.min.js +1 -1
  634. package/tree/tree.cjs.js +31 -30
  635. package/tree/tree.cjs.min.js +1 -1
  636. package/tree/tree.d.ts +2 -6
  637. package/tree/tree.esm.js +31 -30
  638. package/tree/tree.esm.min.js +1 -1
  639. package/tree/tree.js +31 -30
  640. package/tree/tree.min.js +1 -1
  641. package/treeselect/treeselect.cjs.js +9 -9
  642. package/treeselect/treeselect.cjs.min.js +1 -1
  643. package/treeselect/treeselect.esm.js +9 -9
  644. package/treeselect/treeselect.esm.min.js +1 -1
  645. package/treeselect/treeselect.js +9 -9
  646. package/treeselect/treeselect.min.js +1 -1
  647. package/treetable/treetable.cjs.js +37 -35
  648. package/treetable/treetable.cjs.min.js +1 -1
  649. package/treetable/treetable.d.ts +17 -2
  650. package/treetable/treetable.esm.js +37 -35
  651. package/treetable/treetable.esm.min.js +1 -1
  652. package/treetable/treetable.js +37 -35
  653. package/treetable/treetable.min.js +1 -1
  654. package/tristatecheckbox/tristatecheckbox.cjs.js +79 -13
  655. package/tristatecheckbox/tristatecheckbox.cjs.min.js +1 -1
  656. package/tristatecheckbox/tristatecheckbox.esm.js +80 -13
  657. package/tristatecheckbox/tristatecheckbox.esm.min.js +1 -1
  658. package/tristatecheckbox/tristatecheckbox.js +79 -13
  659. package/tristatecheckbox/tristatecheckbox.min.js +1 -1
  660. package/utils/utils.cjs.js +11 -11
  661. package/utils/utils.cjs.min.js +1 -1
  662. package/utils/utils.d.ts +2 -2
  663. package/utils/utils.esm.js +11 -11
  664. package/utils/utils.esm.min.js +1 -1
  665. package/utils/utils.js +11 -11
  666. package/utils/utils.min.js +1 -1
  667. package/virtualscroller/virtualscroller.cjs.js +1 -1
  668. package/virtualscroller/virtualscroller.esm.js +1 -1
  669. package/virtualscroller/virtualscroller.js +1 -1
  670. package/web-types.json +71 -7
@@ -309,44 +309,44 @@ this.passthrough.tailwind = (function (exports) {
309
309
  },
310
310
  nav: {
311
311
  className: classNames('flex flex-1 list-none m-0 p-0', 'bg-transparent border border-gray-300 border-0 border-b-2', 'dark:bg-gray-900 dark:border-blue-900/40 dark:text-white/80 ') // Flex, list, margin, padding, and border styles.
312
+ }
313
+ },
314
+ tabpanel: {
315
+ header: function header(_ref8) {
316
+ var props = _ref8.props;
317
+ return {
318
+ className: classNames('mr-0', {
319
+ 'cursor-default pointer-events-none select-none user-select-none opacity-60': props === null || props === void 0 ? void 0 : props.disabled
320
+ }) // Margin and condition-based styles.
321
+ };
312
322
  },
313
- tabpanel: {
314
- header: function header(_ref8) {
315
- var props = _ref8.props;
316
- return {
317
- className: classNames('mr-0', {
318
- 'cursor-default pointer-events-none select-none user-select-none opacity-60': props === null || props === void 0 ? void 0 : props.disabled
319
- }) // Margin and condition-based styles.
320
- };
321
- },
322
- headerAction: function headerAction(_ref9) {
323
- var parent = _ref9.parent,
324
- context = _ref9.context;
325
- return {
326
- className: classNames('items-center cursor-pointer flex overflow-hidden relative select-none text-decoration-none user-select-none',
327
- // Flex and overflow styles.
328
- 'border-b-2 p-5 font-bold rounded-t-md transition-shadow duration-200 m-0',
329
- // Border, padding, font, and transition styles.
330
- 'transition-colors duration-200',
331
- // Transition duration style.
332
- 'focus:outline-none focus:outline-offset-0 focus:shadow-[inset_0_0_0_0.2rem_rgba(191,219,254,1)] dark:focus:shadow-[inset_0_0_0_0.2rem_rgba(147,197,253,0.5)]',
333
- // Focus styles.
334
- {
335
- 'border-gray-300 bg-white text-gray-700 hover:bg-white hover:border-gray-400 hover:text-gray-600 dark:bg-gray-900 dark:border-blue-900/40 dark:text-white/80 dark:hover:bg-gray-800/80': parent.state.activeIndex !== context.index,
336
- // Condition-based hover styles.
337
- 'bg-white border-blue-500 text-blue-500 dark:bg-gray-900 dark:border-blue-300 dark:text-blue-300': parent.state.activeIndex === context.index // Condition-based active styles.
338
- }),
339
- style: {
340
- marginBottom: '-2px'
341
- } // Negative margin style.
342
- };
343
- },
344
- headerTitle: {
345
- className: classNames('leading-none whitespace-nowrap') // Leading and whitespace styles.
346
- },
347
- content: {
348
- className: classNames('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.
349
- }
323
+ headerAction: function headerAction(_ref9) {
324
+ var parent = _ref9.parent,
325
+ context = _ref9.context;
326
+ return {
327
+ className: classNames('items-center cursor-pointer flex overflow-hidden relative select-none text-decoration-none user-select-none',
328
+ // Flex and overflow styles.
329
+ 'border-b-2 p-5 font-bold rounded-t-md transition-shadow duration-200 m-0',
330
+ // Border, padding, font, and transition styles.
331
+ 'transition-colors duration-200',
332
+ // Transition duration style.
333
+ 'focus:outline-none focus:outline-offset-0 focus:shadow-[inset_0_0_0_0.2rem_rgba(191,219,254,1)] dark:focus:shadow-[inset_0_0_0_0.2rem_rgba(147,197,253,0.5)]',
334
+ // Focus styles.
335
+ {
336
+ 'border-gray-300 bg-white text-gray-700 hover:bg-white hover:border-gray-400 hover:text-gray-600 dark:bg-gray-900 dark:border-blue-900/40 dark:text-white/80 dark:hover:bg-gray-800/80': parent != null ? parent.state.activeIndex !== context.index : true,
337
+ // Condition-based hover styles.
338
+ 'bg-white border-blue-500 text-blue-500 dark:bg-gray-900 dark:border-blue-300 dark:text-blue-300': parent != null ? parent.state.activeIndex === context.index : false // Condition-based active styles.
339
+ }),
340
+ style: {
341
+ marginBottom: '-2px'
342
+ } // Negative margin style.
343
+ };
344
+ },
345
+ headerTitle: {
346
+ className: classNames('leading-none whitespace-nowrap') // Leading and whitespace styles.
347
+ },
348
+ content: {
349
+ className: classNames('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.
350
350
  }
351
351
  },
352
352
  splitter: {
@@ -721,7 +721,7 @@ this.passthrough.tailwind = (function (exports) {
721
721
  }, {
722
722
  'bg-transparent border-transparent': props.text && !props.plain,
723
723
  'text-blue-500 dark:text-blue-400 hover:bg-blue-300/20': props.text && (props.severity === null || props.severity === 'info') && !props.plain,
724
- 'text-gray-500 dark:text-grayy-400 hover:bg-gray-300/20': props.text && props.severity === 'secondary' && !props.plain,
724
+ 'text-gray-500 dark:text-gray-400 hover:bg-gray-300/20': props.text && props.severity === 'secondary' && !props.plain,
725
725
  'text-green-500 dark:text-green-400 hover:bg-green-300/20': props.text && props.severity === 'success' && !props.plain,
726
726
  'text-orange-500 dark:text-orange-400 hover:bg-orange-300/20': props.text && props.severity === 'warning' && !props.plain,
727
727
  'text-purple-500 dark:text-purple-400 hover:bg-purple-300/20': props.text && props.severity === 'help' && !props.plain,
@@ -879,13 +879,20 @@ this.passthrough.tailwind = (function (exports) {
879
879
  var props = _ref35.props,
880
880
  context = _ref35.context;
881
881
  return {
882
- className: classNames('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', {
883
- 'hover:border-blue-500 focus:outline-none focus:outline-offset-0 focus:shadow-[0_0_0_0.2rem_rgba(191,219,254,1)] dark:focus:shadow-[0_0_0_0.2rem_rgba(147,197,253,0.5)]': !context.disabled,
884
- 'opacity-60 select-none pointer-events-none cursor-default': context.disabled
882
+ className: classNames('m-0', 'font-sans text-gray-600 dark:text-white/80 bg-white dark:bg-gray-900 border transition-colors duration-200 appearance-none rounded-lg', {
883
+ 'focus:outline-none focus:outline-offset-0 focus:shadow-[0_0_0_0.2rem_rgba(191,219,254,1)] dark:focus:shadow-[0_0_0_0.2rem_rgba(147,197,253,0.5)]': !context.disabled,
884
+ 'hover:border-blue-500': !props.invalid && !context.disabled,
885
+ 'opacity-60 select-none pointer-events-none cursor-default': context.disabled,
886
+ 'border-gray-300 dark:border-blue-900/40': !props.invalid,
887
+ 'border-red-500 hover:border-red-500/80 focus:border-red-500': props.invalid && !context.disabled,
888
+ 'border-red-500/50': props.invalid && context.disabled
885
889
  }, {
886
- 'text-lg px-4 py-4': props.size == 'large',
887
- 'text-xs px-2 py-2': props.size == 'small',
890
+ 'text-lg px-4 py-4': props.size === 'large',
891
+ 'text-xs px-2 py-2': props.size === 'small',
888
892
  'p-3 text-base': !props.size || typeof props.size === 'number'
893
+ }, {
894
+ 'pl-8': context.iconPosition === 'left',
895
+ 'pr-8': props.iconPosition === 'right'
889
896
  })
890
897
  };
891
898
  }
@@ -1000,20 +1007,92 @@ this.passthrough.tailwind = (function (exports) {
1000
1007
  optionGroupIcon: 'ml-auto',
1001
1008
  transition: TRANSITIONS.overlay
1002
1009
  },
1010
+ floatlabel: {
1011
+ root: {
1012
+ className: classNames('block relative',
1013
+ // root component style
1014
+ '[&>label]:absolute [&>label]:pointer-events-none [&>label]:left-2 [&>label]:top-1/2 [&>label]:-mt-2 [&>label]:leading-none [&>label]:transition-all [&>label]:ease-in-out',
1015
+ // label style
1016
+ '[&>textarea~label]:top-4',
1017
+ // textarea
1018
+ '[&>input:focus~label]:-top-3 [&>input:focus~label]:text-xs',
1019
+ // input focus
1020
+ '[&>input:autofill~label]:-top-3 [&>input:autofill~label]:text-xs',
1021
+ // input autofill
1022
+ '[&>input.p-filled~label]:-top-3 [&>input.p-filled~label]:text-xs',
1023
+ // input filled
1024
+ '[&>textarea:focus~label]:-top-3 [&>textarea:focus~label]:text-xs',
1025
+ // textarea focus
1026
+ '[&>textarea.p-filled~label]:-top-3 [&>textarea.p-filled~label]:text-xs',
1027
+ // textarea filled
1028
+ '[&>div[data-pc-name="dropdown"][data-p-focus="false"]~label]:-top-3 [&>div[data-pc-name="dropdown"][data-p-focus="false"]~label]:text-xs',
1029
+ // dropdown focus
1030
+ '[&>input::placeholder]:opacity-0 [&>input::placeholder]:transition-all [&>input::placeholder]:ease-in-out',
1031
+ // placeholder
1032
+ '[&>input::placeholder:focus]:opacity-100 [&>input::placeholder:focus]:transition-all [&>input::placeholder:focus]:ease-in-out' // placeholder focus
1033
+ )
1034
+ }
1035
+ },
1036
+ iconfield: {
1037
+ root: {
1038
+ className: classNames('relative')
1039
+ }
1040
+ },
1041
+ inputicon: {
1042
+ root: function root(_ref45) {
1043
+ var context = _ref45.context;
1044
+ return {
1045
+ className: classNames('absolute top-1/2 -mt-2', {
1046
+ 'left-2': context.iconPosition === 'left',
1047
+ 'right-2': context.iconPosition === 'right'
1048
+ })
1049
+ };
1050
+ }
1051
+ },
1003
1052
  inputmask: {
1004
- root: 'font-sans text-base text-gray-700 dark:text-white/80 bg-white dark:bg-gray-900 py-3 px-3 border border-gray-300 dark:border-blue-900/40 hover:border-blue-500 focus:outline-none focus:outline-offset-0 focus:shadow-[0_0_0_0.2rem_rgba(191,219,254,1)] dark:focus:shadow-[0_0_0_0.2rem_rgba(147,197,253,0.5)] transition duration-200 ease-in-out appearance-none rounded-md'
1053
+ root: function root(_ref46) {
1054
+ var props = _ref46.props,
1055
+ context = _ref46.context;
1056
+ return {
1057
+ className: classNames('m-0', 'font-sans text-gray-600 dark:text-white/80 bg-white dark:bg-gray-900 border transition-colors duration-200 appearance-none rounded-lg', {
1058
+ 'focus:outline-none focus:outline-offset-0 focus:shadow-[0_0_0_0.2rem_rgba(191,219,254,1)] dark:focus:shadow-[0_0_0_0.2rem_rgba(147,197,253,0.5)]': !context.disabled,
1059
+ 'hover:border-blue-500': !props.invalid && !context.disabled,
1060
+ 'opacity-60 select-none pointer-events-none cursor-default': context.disabled,
1061
+ 'border-gray-300 dark:border-blue-900/40': !props.invalid,
1062
+ 'border-red-500 hover:border-red-500/80 focus:border-red-500': props.invalid && !context.disabled,
1063
+ 'border-red-500/50': props.invalid && context.disabled
1064
+ }, {
1065
+ 'text-lg px-4 py-4': props.size === 'large',
1066
+ 'text-xs px-2 py-2': props.size === 'small',
1067
+ 'p-3 text-base': !props.size || typeof props.size === 'number'
1068
+ }, {
1069
+ 'pl-8': context.iconPosition === 'left',
1070
+ 'pr-8': props.iconPosition === 'right'
1071
+ })
1072
+ };
1073
+ }
1074
+ },
1075
+ inputotp: {
1076
+ root: {
1077
+ className: 'flex items-center gap-2'
1078
+ },
1079
+ input: {
1080
+ root: {
1081
+ className: classNames('box-border text-center w-10 h-11 p-3 text-slate-900 border border-gray-300 rounded-lg transition-all duration-200', 'hover:border-cyan-500', 'focus:border-cyan-500 focus:shadow-[0_0_0_0.2rem_#a5f3fc] focus:outline-0 focus:outline-offset-0')
1082
+ }
1083
+ }
1005
1084
  },
1006
1085
  rating: {
1007
- root: function root(_ref45) {
1008
- var props = _ref45.props;
1086
+ root: function root(_ref47) {
1087
+ var props = _ref47.props;
1009
1088
  return {
1010
1089
  className: classNames('relative flex items-center', 'gap-2', {
1011
1090
  'opacity-60 select-none pointer-events-none cursor-default': props.disabled
1012
1091
  })
1013
1092
  };
1014
1093
  },
1015
- cancelItem: function cancelItem(_ref46) {
1016
- _ref46.context;
1094
+ cancelItem: function cancelItem(_ref48) {
1095
+ _ref48.context;
1017
1096
  return {
1018
1097
  className: classNames('inline-flex items-center cursor-pointer'
1019
1098
 
@@ -1026,9 +1105,9 @@ this.passthrough.tailwind = (function (exports) {
1026
1105
  cancelIcon: {
1027
1106
  className: classNames('text-red-500', 'w-5 h-5', 'transition duration-200 ease-in')
1028
1107
  },
1029
- item: function item(_ref47) {
1030
- var props = _ref47.props,
1031
- context = _ref47.context;
1108
+ item: function item(_ref49) {
1109
+ var props = _ref49.props,
1110
+ context = _ref49.context;
1032
1111
  return {
1033
1112
  className: classNames('inline-flex items-center', {
1034
1113
  'cursor-pointer': !props.readOnly,
@@ -1046,16 +1125,16 @@ this.passthrough.tailwind = (function (exports) {
1046
1125
  }
1047
1126
  },
1048
1127
  selectbutton: {
1049
- root: function root(_ref48) {
1050
- var props = _ref48.props;
1128
+ root: function root(_ref50) {
1129
+ var props = _ref50.props;
1051
1130
  return {
1052
1131
  className: classNames({
1053
1132
  'opacity-60 select-none pointer-events-none cursor-default': props.disabled
1054
1133
  })
1055
1134
  };
1056
1135
  },
1057
- button: function button(_ref49) {
1058
- var context = _ref49.context;
1136
+ button: function button(_ref51) {
1137
+ var context = _ref51.context;
1059
1138
  return {
1060
1139
  className: classNames('inline-flex cursor-pointer select-none items-center align-bottom text-center overflow-hidden relative', 'px-4 py-3', 'transition duration-200 border border-r-0', 'first:rounded-l-md first:rounded-tr-none first:rounded-br-none last:border-r last:rounded-tl-none last:rounded-bl-none last:rounded-r-md', 'focus:outline-none focus:outline-offset-0 focus:shadow-[0_0_0_0.2rem_rgba(191,219,254,1)] dark:focus:shadow-[0_0_0_0.2rem_rgba(147,197,253,0.5)]', {
1061
1140
  'bg-white dark:bg-gray-900 text-gray-700 dark:text-white/80 border-gray-300 dark:border-blue-900/40 hover:bg-gray-50 dark:hover:bg-gray-800/80 ': !context.selected,
@@ -1067,8 +1146,8 @@ this.passthrough.tailwind = (function (exports) {
1067
1146
  label: 'font-bold'
1068
1147
  },
1069
1148
  slider: {
1070
- root: function root(_ref50) {
1071
- var props = _ref50.props;
1149
+ root: function root(_ref52) {
1150
+ var props = _ref52.props;
1072
1151
  return {
1073
1152
  className: classNames('relative', 'bg-gray-100 dark:bg-gray-800 border-0 rounded-6', {
1074
1153
  'h-1 w-56': props.orientation == 'horizontal',
@@ -1078,8 +1157,8 @@ this.passthrough.tailwind = (function (exports) {
1078
1157
  })
1079
1158
  };
1080
1159
  },
1081
- range: function range(_ref51) {
1082
- var props = _ref51.props;
1160
+ range: function range(_ref53) {
1161
+ var props = _ref53.props;
1083
1162
  return {
1084
1163
  className: classNames('bg-blue-500', 'block absolute', {
1085
1164
  'top-0 left-0 h-full': props.orientation == 'horizontal',
@@ -1087,8 +1166,8 @@ this.passthrough.tailwind = (function (exports) {
1087
1166
  })
1088
1167
  };
1089
1168
  },
1090
- handle: function handle(_ref52) {
1091
- var props = _ref52.props;
1169
+ handle: function handle(_ref54) {
1170
+ var props = _ref54.props;
1092
1171
  return {
1093
1172
  className: classNames('h-4 w-4 bg-white dark:bg-gray-600 border-2 border-blue-500 rounded-full transition duration-200', 'cursor-grab touch-action-none block', 'focus:outline-none focus:outline-offset-0 focus:shadow-[0_0_0_0.2rem_rgba(191,219,254,1)] dark:focus:shadow-[0_0_0_0.2rem_rgba(147,197,253,0.5)]', 'hover:bg-blue-500 hover:border hover:border-blue-500', {
1094
1173
  'top-[50%] mt-[-0.5715rem] ml-[-0.5715rem]': props.orientation == 'horizontal',
@@ -1098,8 +1177,8 @@ this.passthrough.tailwind = (function (exports) {
1098
1177
  }
1099
1178
  },
1100
1179
  password: {
1101
- root: function root(_ref53) {
1102
- var props = _ref53.props;
1180
+ root: function root(_ref55) {
1181
+ var props = _ref55.props;
1103
1182
  return {
1104
1183
  className: classNames('inline-flex relative', {
1105
1184
  'opacity-60 select-none pointer-events-none cursor-default': props.disabled
@@ -1108,10 +1187,10 @@ this.passthrough.tailwind = (function (exports) {
1108
1187
  },
1109
1188
  panel: 'p-5 bg-white dark:bg-gray-900 text-gray-700 dark:text-white/80 shadow-md rounded-md',
1110
1189
  meter: 'mb-2 bg-gray-300 dark:bg-gray-700 h-3',
1111
- meterLabel: function meterLabel(_ref54) {
1190
+ meterLabel: function meterLabel(_ref56) {
1112
1191
  var _state$meter, _state$meter2, _state$meter3;
1113
- var state = _ref54.state,
1114
- props = _ref54.props;
1192
+ var state = _ref56.state,
1193
+ props = _ref56.props;
1115
1194
  return {
1116
1195
  className: classNames('transition-width duration-1000 ease-in-out h-full', {
1117
1196
  'bg-red-500': ((_state$meter = state.meter) === null || _state$meter === void 0 ? void 0 : _state$meter.strength) == 'weak',
@@ -1128,12 +1207,15 @@ this.passthrough.tailwind = (function (exports) {
1128
1207
  hideIcon: {
1129
1208
  className: classNames('absolute top-1/2 -mt-2', 'right-3 text-gray-600 dark:text-white/70')
1130
1209
  },
1210
+ inputIcon: {
1211
+ root: 'mt-0'
1212
+ },
1131
1213
  transition: TRANSITIONS.overlay
1132
1214
  },
1133
1215
  togglebutton: {
1134
- root: function root(_ref55) {
1135
- var props = _ref55.props,
1136
- state = _ref55.state;
1216
+ root: function root(_ref57) {
1217
+ var props = _ref57.props,
1218
+ state = _ref57.state;
1137
1219
  return {
1138
1220
  className: classNames('inline-flex cursor-pointer select-none items-center align-bottom text-center overflow-hidden relative', 'px-4 py-3 rounded-md text-base w-36', 'border transition duration-200 ease-in-out', {
1139
1221
  'outline-none outline-offset-0 shadow-[0_0_0_0.2rem_rgba(191,219,254,1)] dark:shadow-[0_0_0_0.2rem_rgba(147,197,253,0.5)]': state.focused
@@ -1146,8 +1228,8 @@ this.passthrough.tailwind = (function (exports) {
1146
1228
  };
1147
1229
  },
1148
1230
  label: 'font-bold text-center w-full',
1149
- icon: function icon(_ref56) {
1150
- var props = _ref56.props;
1231
+ icon: function icon(_ref58) {
1232
+ var props = _ref58.props;
1151
1233
  return {
1152
1234
  className: classNames(' mr-2', {
1153
1235
  'text-gray-600 dark:text-white/70': !props.checked,
@@ -1163,8 +1245,8 @@ this.passthrough.tailwind = (function (exports) {
1163
1245
  input: {
1164
1246
  className: classNames('absolute appearance-none top-0 left-0 size-full p-0 m-0 opacity-0 z-10 outline-none cursor-pointer')
1165
1247
  },
1166
- box: function box(_ref57) {
1167
- var props = _ref57.props;
1248
+ box: function box(_ref59) {
1249
+ var props = _ref59.props;
1168
1250
  return {
1169
1251
  className: classNames('flex items-center justify-center', 'border-2 w-6 h-6 rounded-lg transition-colors duration-200', {
1170
1252
  'border-blue-500 bg-blue-500 text-white dark:border-blue-400 dark:bg-blue-400': props.value || !props.value,
@@ -1184,9 +1266,9 @@ this.passthrough.tailwind = (function (exports) {
1184
1266
  input: {
1185
1267
  className: classNames('absolute appearance-none top-0 left-0 size-full p-0 m-0 opacity-0 z-10 outline-none cursor-pointer')
1186
1268
  },
1187
- box: function box(_ref58) {
1188
- var props = _ref58.props,
1189
- context = _ref58.context;
1269
+ box: function box(_ref60) {
1270
+ var props = _ref60.props,
1271
+ context = _ref60.context;
1190
1272
  return {
1191
1273
  className: classNames('flex items-center justify-center', 'border-2 w-6 h-6 text-gray-600 rounded-lg transition-colors duration-200', {
1192
1274
  'border-gray-300 bg-white dark:border-blue-900/40 dark:bg-gray-900': !context.checked,
@@ -1203,8 +1285,11 @@ this.passthrough.tailwind = (function (exports) {
1203
1285
  root: {
1204
1286
  className: classNames('relative inline-flex cursor-pointer select-none align-bottom', 'w-6 h-6')
1205
1287
  },
1206
- input: function input(_ref59) {
1207
- var props = _ref59.props;
1288
+ input: {
1289
+ className: classNames('absolute appearance-none top-0 left-0 size-full p-0 m-0 opacity-0 z-10 outline-none cursor-pointer')
1290
+ },
1291
+ box: function box(_ref61) {
1292
+ var props = _ref61.props;
1208
1293
  return {
1209
1294
  className: classNames('flex justify-center items-center', 'border-2 w-6 h-6 text-gray-700 rounded-full transition duration-200 ease-in-out', {
1210
1295
  'border-gray-300 bg-white dark:border-blue-900/40 dark:bg-gray-900 dark:text-white/80': !props.checked,
@@ -1215,8 +1300,8 @@ this.passthrough.tailwind = (function (exports) {
1215
1300
  })
1216
1301
  };
1217
1302
  },
1218
- icon: function icon(_ref60) {
1219
- var props = _ref60.props;
1303
+ icon: function icon(_ref62) {
1304
+ var props = _ref62.props;
1220
1305
  return {
1221
1306
  className: classNames('transform rounded-full', 'block w-3 h-3 transition duration-200 bg-white dark:bg-gray-900', {
1222
1307
  'backface-hidden scale-10 invisible': !props.checked,
@@ -1226,16 +1311,16 @@ this.passthrough.tailwind = (function (exports) {
1226
1311
  }
1227
1312
  },
1228
1313
  dropdown: {
1229
- root: function root(_ref61) {
1230
- var props = _ref61.props;
1314
+ root: function root(_ref63) {
1315
+ var props = _ref63.props;
1231
1316
  return {
1232
1317
  className: classNames('cursor-pointer inline-flex relative select-none', 'bg-white border border-gray-400 transition-colors duration-200 ease-in-out rounded-md', 'dark:bg-gray-900 dark:border-blue-900/40 dark:hover:border-blue-300', 'w-full md:w-56', 'hover:border-blue-500 focus:outline-none focus:outline-offset-0 focus:shadow-[0_0_0_0.2rem_rgba(191,219,254,1)] dark:focus:shadow-[0_0_0_0.2rem_rgba(147,197,253,0.5)]', {
1233
1318
  'opacity-60 select-none pointer-events-none cursor-default': props.disabled
1234
1319
  })
1235
1320
  };
1236
1321
  },
1237
- input: function input(_ref62) {
1238
- var props = _ref62.props;
1322
+ input: function input(_ref64) {
1323
+ var props = _ref64.props;
1239
1324
  return {
1240
1325
  className: classNames('cursor-pointer block flex flex-auto overflow-hidden overflow-ellipsis whitespace-nowrap relative', 'bg-transparent border-0 text-gray-800', 'dark:text-white/80', 'p-3 transition duration-200 bg-transparent rounded appearance-none font-sans text-base', 'focus:outline-none focus:shadow-none', {
1241
1326
  'pr-7': props.showClear
@@ -1249,8 +1334,8 @@ this.passthrough.tailwind = (function (exports) {
1249
1334
  className: 'max-h-[200px] overflow-auto bg-white text-gray-700 border-0 rounded-md shadow-lg dark:bg-gray-900 dark:text-white/80'
1250
1335
  },
1251
1336
  list: 'py-3 list-none m-0',
1252
- item: function item(_ref63) {
1253
- var context = _ref63.context;
1337
+ item: function item(_ref65) {
1338
+ var context = _ref65.context;
1254
1339
  return {
1255
1340
  className: classNames('cursor-pointer font-normal overflow-hidden relative whitespace-nowrap', 'm-0 p-3 border-0 transition-shadow duration-200 rounded-none', {
1256
1341
  'text-gray-700 hover:text-gray-700 hover:bg-gray-200 dark:text-white/80 dark:hover:bg-gray-800': !context.focused && !context.selected,
@@ -1276,8 +1361,8 @@ this.passthrough.tailwind = (function (exports) {
1276
1361
  transition: TRANSITIONS.overlay
1277
1362
  },
1278
1363
  calendar: {
1279
- root: function root(_ref64) {
1280
- var props = _ref64.props;
1364
+ root: function root(_ref66) {
1365
+ var props = _ref66.props;
1281
1366
  return {
1282
1367
  className: classNames('inline-flex max-w-full relative', {
1283
1368
  'opacity-60 select-none pointer-events-none cursor-default': props.disabled
@@ -1285,8 +1370,8 @@ this.passthrough.tailwind = (function (exports) {
1285
1370
  };
1286
1371
  },
1287
1372
  input: {
1288
- root: function root(_ref65) {
1289
- var parent = _ref65.parent;
1373
+ root: function root(_ref67) {
1374
+ var parent = _ref67.parent;
1290
1375
  return {
1291
1376
  className: classNames('font-sans text-base text-gray-600 dark:text-white/80 bg-white dark:bg-gray-900 p-3 border border-gray-300 dark:border-blue-900/40 transition-colors duration-200 appearance-none', 'hover:border-blue-500', {
1292
1377
  'rounded-lg': !parent.props.showIcon,
@@ -1296,8 +1381,8 @@ this.passthrough.tailwind = (function (exports) {
1296
1381
  }
1297
1382
  },
1298
1383
  dropdownButton: {
1299
- root: function root(_ref66) {
1300
- var props = _ref66.props;
1384
+ root: function root(_ref68) {
1385
+ var props = _ref68.props;
1301
1386
  return {
1302
1387
  className: classNames({
1303
1388
  'rounded-l-none': props.icon
@@ -1305,12 +1390,12 @@ this.passthrough.tailwind = (function (exports) {
1305
1390
  };
1306
1391
  }
1307
1392
  },
1308
- panel: function panel(_ref67) {
1309
- var props = _ref67.props;
1393
+ panel: function panel(_ref69) {
1394
+ var props = _ref69.props;
1310
1395
  return {
1311
- className: classNames('bg-white dark:bg-gray-900', 'min-w-full', {
1396
+ className: classNames('bg-white dark:bg-gray-900', 'top-0 left-0 w-auto min-w-min p-2 rounded-lg', {
1312
1397
  'shadow-md border-0 absolute': !props.inline,
1313
- 'inline-block overflow-x-auto border border-gray-300 dark:border-blue-900/40 p-2 rounded-lg': props.inline
1398
+ 'inline-block overflow-x-auto border border-gray-300 dark:border-blue-900/40': props.inline
1314
1399
  })
1315
1400
  };
1316
1401
  },
@@ -1331,29 +1416,29 @@ this.passthrough.tailwind = (function (exports) {
1331
1416
  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 ')
1332
1417
  },
1333
1418
  table: {
1334
- className: classNames('border-collapse w-full', 'my-2')
1419
+ className: classNames('border-collapse w-full', 'my-2 mx-0')
1335
1420
  },
1336
1421
  tableHeaderCell: 'p-2',
1337
1422
  weekDay: 'text-gray-600 dark:text-white/70',
1338
1423
  day: 'p-2',
1339
- dayLabel: function dayLabel(_ref68) {
1340
- var context = _ref68.context;
1424
+ dayLabel: function dayLabel(_ref70) {
1425
+ var context = _ref70.context;
1341
1426
  return {
1342
1427
  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)]', {
1343
1428
  'opacity-60 cursor-default': context.disabled,
1344
1429
  'cursor-pointer': !context.disabled
1345
1430
  }, {
1346
- 'text-gray-600 dark:text-white/70 bg-transprent hover:bg-gray-200 dark:hover:bg-gray-800/80': !context.selected && !context.disabled,
1431
+ 'text-gray-600 dark:text-white/70 bg-transparent hover:bg-gray-200 dark:hover:bg-gray-800/80': !context.selected && !context.disabled,
1347
1432
  'text-blue-700 bg-blue-100 hover:bg-blue-200': context.selected && !context.disabled
1348
1433
  })
1349
1434
  };
1350
1435
  },
1351
1436
  monthPicker: 'my-2',
1352
- month: function month(_ref69) {
1353
- var context = _ref69.context;
1437
+ month: function month(_ref71) {
1438
+ var context = _ref71.context;
1354
1439
  return {
1355
1440
  className: classNames('w-1/3 inline-flex items-center justify-center cursor-pointer overflow-hidden relative', 'p-2 transition-shadow duration-200 rounded-lg', 'focus:outline-none focus:outline-offset-0 focus:shadow-[0_0_0_0.2rem_rgba(191,219,254,1)] dark:focus:shadow-[0_0_0_0.2rem_rgba(147,197,253,0.5)]', {
1356
- 'text-gray-600 dark:text-white/70 bg-transprent hover:bg-gray-200 dark:hover:bg-gray-800/80': !context.selected && !context.disabled,
1441
+ 'text-gray-600 dark:text-white/70 bg-transparent hover:bg-gray-200 dark:hover:bg-gray-800/80': !context.selected && !context.disabled,
1357
1442
  'text-blue-700 bg-blue-100 hover:bg-blue-200': context.selected && !context.disabled
1358
1443
  })
1359
1444
  };
@@ -1361,11 +1446,11 @@ this.passthrough.tailwind = (function (exports) {
1361
1446
  yearPicker: {
1362
1447
  className: classNames('my-2')
1363
1448
  },
1364
- year: function year(_ref70) {
1365
- var context = _ref70.context;
1449
+ year: function year(_ref72) {
1450
+ var context = _ref72.context;
1366
1451
  return {
1367
1452
  className: classNames('w-1/2 inline-flex items-center justify-center cursor-pointer overflow-hidden relative', 'p-2 transition-shadow duration-200 rounded-lg', 'focus:outline-none focus:outline-offset-0 focus:shadow-[0_0_0_0.2rem_rgba(191,219,254,1)] dark:focus:shadow-[0_0_0_0.2rem_rgba(147,197,253,0.5)]', {
1368
- 'text-gray-600 dark:text-white/70 bg-transprent hover:bg-gray-200 dark:hover:bg-gray-800/80': !context.selected && !context.disabled,
1453
+ 'text-gray-600 dark:text-white/70 bg-transparent hover:bg-gray-200 dark:hover:bg-gray-800/80': !context.selected && !context.disabled,
1369
1454
  'text-blue-700 bg-blue-100 hover:bg-blue-200': context.selected && !context.disabled
1370
1455
  })
1371
1456
  };
@@ -1384,10 +1469,8 @@ this.passthrough.tailwind = (function (exports) {
1384
1469
  decrementButton: {
1385
1470
  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 ')
1386
1471
  },
1387
- groupContainer: 'flex',
1388
- group: {
1389
- 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')
1390
- },
1472
+ groupContainer: '',
1473
+ group: '',
1391
1474
  transition: TRANSITIONS.overlay
1392
1475
  },
1393
1476
  listbox: {
@@ -1396,8 +1479,8 @@ this.passthrough.tailwind = (function (exports) {
1396
1479
  },
1397
1480
  wrapper: 'overflow-auto',
1398
1481
  list: 'py-3 list-none m-0',
1399
- item: function item(_ref71) {
1400
- var context = _ref71.context;
1482
+ item: function item(_ref73) {
1483
+ var context = _ref73.context;
1401
1484
  return {
1402
1485
  className: classNames('cursor-pointer font-normal overflow-hidden relative whitespace-nowrap', 'm-0 p-3 border-0 transition-shadow duration-200 rounded-none', {
1403
1486
  'text-gray-700 hover:text-gray-700 hover:bg-gray-200 dark:text-white/80 dark:hover:bg-gray-800': !context.focused && !context.selected,
@@ -1425,8 +1508,8 @@ this.passthrough.tailwind = (function (exports) {
1425
1508
  root: 'relative',
1426
1509
  panel: 'max-h-[200px] min-w-full overflow-auto bg-white dark:bg-gray-900 text-gray-700 dark:text-white/80 border-0 rounded-md shadow-lg',
1427
1510
  items: 'py-3 list-none m-0',
1428
- item: function item(_ref72) {
1429
- var state = _ref72.state;
1511
+ item: function item(_ref74) {
1512
+ var state = _ref74.state;
1430
1513
  return {
1431
1514
  className: classNames('cursor-pointer font-normal overflow-hidden relative whitespace-nowrap m-0 p-3 border-0 transition-shadow duration-200 rounded-none dark:text-white/80 dark:hover:bg-gray-800 hover:text-gray-700 hover:bg-gray-200', {
1432
1515
  'bg-blue-50 text-blue-700 dark:bg-blue-300 dark:text-white/80': state.selected
@@ -1436,8 +1519,8 @@ this.passthrough.tailwind = (function (exports) {
1436
1519
  transition: TRANSITIONS.overlay
1437
1520
  },
1438
1521
  multiselect: {
1439
- root: function root(_ref73) {
1440
- var props = _ref73.props;
1522
+ root: function root(_ref75) {
1523
+ var props = _ref75.props;
1441
1524
  return {
1442
1525
  className: classNames('inline-flex cursor-pointer select-none', 'bg-white dark:bg-gray-900 border border-gray-400 dark:border-blue-900/40 transition-colors duration-200 ease-in-out rounded-md', 'w-full md:w-80', {
1443
1526
  'opacity-60 select-none pointer-events-none cursor-default': props === null || props === void 0 ? void 0 : props.disabled
@@ -1445,8 +1528,8 @@ this.passthrough.tailwind = (function (exports) {
1445
1528
  };
1446
1529
  },
1447
1530
  labelContainer: 'overflow-hidden flex flex-auto cursor-pointer',
1448
- label: function label(_ref74) {
1449
- var props = _ref74.props;
1531
+ label: function label(_ref76) {
1532
+ var props = _ref76.props;
1450
1533
  return {
1451
1534
  className: classNames('block overflow-hidden whitespace-nowrap cursor-pointer overflow-ellipsis', 'text-gray-800 dark:text-white/80', 'p-3 transition duration-200', {
1452
1535
  '!p-3': props.display !== 'chip' && (props.value == null || props.value == undefined),
@@ -1471,8 +1554,8 @@ this.passthrough.tailwind = (function (exports) {
1471
1554
  className: classNames('inline-flex cursor-pointer select-none align-bottom relative', 'mr-2', 'w-6 h-6')
1472
1555
  },
1473
1556
  headerCheckbox: {
1474
- root: function root(_ref75) {
1475
- var props = _ref75.props;
1557
+ root: function root(_ref77) {
1558
+ var props = _ref77.props;
1476
1559
  return {
1477
1560
  className: classNames('flex items-center justify-center', 'border-2 w-6 h-6 text-gray-600 dark:text-white/70 rounded-lg transition-colors duration-200', 'hover:border-blue-500 focus:outline-none focus:outline-offset-0 focus:shadow-[0_0_0_0.2rem_rgba(191,219,254,1)] dark:focus:shadow-[0_0_0_0.2rem_rgba(147,197,253,0.5)]', {
1478
1561
  'border-gray-300 dark:border-blue-900/40 bg-white dark:bg-gray-900': !(props !== null && props !== void 0 && props.checked),
@@ -1490,8 +1573,8 @@ this.passthrough.tailwind = (function (exports) {
1490
1573
  className: classNames('max-h-[200px] overflow-auto', 'bg-white text-gray-700 border-0 rounded-md shadow-lg', 'dark:bg-gray-900 dark:text-white/80')
1491
1574
  },
1492
1575
  list: 'py-3 list-none m-0',
1493
- item: function item(_ref76) {
1494
- var context = _ref76.context;
1576
+ item: function item(_ref78) {
1577
+ var context = _ref78.context;
1495
1578
  return {
1496
1579
  className: classNames('cursor-pointer font-normal overflow-hidden relative whitespace-nowrap', 'm-0 p-3 border-0 transition-shadow duration-200 rounded-none', {
1497
1580
  'text-gray-700 hover:text-gray-700 hover:bg-gray-200 dark:text-white/80 dark:hover:bg-gray-800': !context.focused && !context.selected,
@@ -1504,8 +1587,8 @@ this.passthrough.tailwind = (function (exports) {
1504
1587
  checkboxContainer: {
1505
1588
  className: classNames('inline-flex cursor-pointer select-none align-bottom relative', 'mr-2', 'w-6 h-6')
1506
1589
  },
1507
- checkbox: function checkbox(_ref77) {
1508
- var context = _ref77.context;
1590
+ checkbox: function checkbox(_ref79) {
1591
+ var context = _ref79.context;
1509
1592
  return {
1510
1593
  className: classNames('flex items-center justify-center', 'border-2 w-6 h-6 text-gray-600 dark:text-white/80 rounded-lg transition-colors duration-200', 'hover:border-blue-500 focus:outline-none focus:outline-offset-0 focus:shadow-[0_0_0_0.2rem_rgba(191,219,254,1)] dark:focus:shadow-[0_0_0_0.2rem_rgba(147,197,253,0.5)]', {
1511
1594
  'border-gray-300 dark:border-blue-900/40 bg-white dark:bg-gray-900': !(context !== null && context !== void 0 && context.selected),
@@ -1531,8 +1614,8 @@ this.passthrough.tailwind = (function (exports) {
1531
1614
  root: {
1532
1615
  className: classNames('cursor-pointer inline-flex relative select-none align-bottom', 'w-6 h-6')
1533
1616
  },
1534
- checkbox: function checkbox(_ref78) {
1535
- var props = _ref78.props;
1617
+ checkbox: function checkbox(_ref80) {
1618
+ var props = _ref80.props;
1536
1619
  return {
1537
1620
  className: classNames('flex items-center justify-center', 'border-2 w-6 h-6 rounded-lg transition-colors duration-200', {
1538
1621
  'border-blue-500 bg-blue-500 text-white dark:border-blue-400 dark:bg-blue-400': props.value || !props.value,
@@ -1545,8 +1628,8 @@ this.passthrough.tailwind = (function (exports) {
1545
1628
  }
1546
1629
  },
1547
1630
  inputtextarea: {
1548
- root: function root(_ref79) {
1549
- var context = _ref79.context;
1631
+ root: function root(_ref81) {
1632
+ var context = _ref81.context;
1550
1633
  return {
1551
1634
  className: classNames('m-0', 'font-sans text-base text-gray-600 dark:text-white/80 bg-white dark:bg-gray-900 p-3 border border-gray-300 dark:border-blue-900/40 transition-colors duration-200 appearance-none rounded-lg', 'hover:border-blue-500 focus:outline-none focus:outline-offset-0 focus:shadow-[0_0_0_0.2rem_rgba(191,219,254,1)] dark:focus:shadow-[0_0_0_0.2rem_rgba(147,197,253,0.5)]', {
1552
1635
  'opacity-60 select-none pointer-events-none cursor-default': context.disabled
@@ -1555,8 +1638,8 @@ this.passthrough.tailwind = (function (exports) {
1555
1638
  }
1556
1639
  },
1557
1640
  treeselect: {
1558
- root: function root(_ref80) {
1559
- var props = _ref80.props;
1641
+ root: function root(_ref82) {
1642
+ var props = _ref82.props;
1560
1643
  return {
1561
1644
  className: classNames('inline-flex cursor-pointer select-none', 'bg-white dark:bg-gray-900 border border-gray-400 dark:border-blue-900/40 transition-colors duration-200 ease-in-out rounded-md', 'w-full md:w-80', {
1562
1645
  'opacity-60 select-none pointer-events-none cursor-default': props === null || props === void 0 ? void 0 : props.disabled
@@ -1587,8 +1670,8 @@ this.passthrough.tailwind = (function (exports) {
1587
1670
  transition: TRANSITIONS.overlay
1588
1671
  },
1589
1672
  autocomplete: {
1590
- root: function root(_ref81) {
1591
- var props = _ref81.props;
1673
+ root: function root(_ref83) {
1674
+ var props = _ref83.props;
1592
1675
  return {
1593
1676
  className: classNames('relative inline-flex', {
1594
1677
  'opacity-60 select-none pointer-events-none cursor-default': props.disabled
@@ -1603,8 +1686,8 @@ this.passthrough.tailwind = (function (exports) {
1603
1686
  inputToken: {
1604
1687
  className: classNames('py-0.375rem px-0', 'flex-1 inline-flex')
1605
1688
  },
1606
- input: function input(_ref82) {
1607
- var props = _ref82.props;
1689
+ input: function input(_ref84) {
1690
+ var props = _ref84.props;
1608
1691
  return {
1609
1692
  root: {
1610
1693
  className: classNames('m-0', 'transition-colors duration-200 appearance-none rounded-lg', {
@@ -1626,8 +1709,8 @@ this.passthrough.tailwind = (function (exports) {
1626
1709
  className: classNames('bg-white text-gray-700 border-0 rounded-md shadow-lg', 'max-h-[200px] overflow-auto', 'dark:bg-gray-900 dark:text-white/80')
1627
1710
  },
1628
1711
  list: 'py-3 list-none m-0',
1629
- item: function item(_ref83) {
1630
- var context = _ref83.context;
1712
+ item: function item(_ref85) {
1713
+ var context = _ref85.context;
1631
1714
  return {
1632
1715
  className: classNames('cursor-pointer font-normal overflow-hidden relative whitespace-nowrap', 'm-0 p-3 border-0 transition-shadow duration-200 rounded-none', {
1633
1716
  'text-gray-700 hover:text-gray-700 hover:bg-gray-200 dark:text-white/80 dark:hover:bg-gray-800': !context.focused && !context.selected,
@@ -1643,8 +1726,8 @@ this.passthrough.tailwind = (function (exports) {
1643
1726
  transition: TRANSITIONS.overlay
1644
1727
  },
1645
1728
  chips: {
1646
- root: function root(_ref84) {
1647
- var props = _ref84.props;
1729
+ root: function root(_ref86) {
1730
+ var props = _ref86.props;
1648
1731
  return {
1649
1732
  className: classNames('flex', {
1650
1733
  'opacity-60 select-none pointer-events-none cursor-default': props.disabled
@@ -1666,8 +1749,8 @@ this.passthrough.tailwind = (function (exports) {
1666
1749
  removeTokenIcon: 'ml-2'
1667
1750
  },
1668
1751
  colorpicker: {
1669
- root: function root(_ref85) {
1670
- var props = _ref85.props;
1752
+ root: function root(_ref87) {
1753
+ var props = _ref87.props;
1671
1754
  return {
1672
1755
  className: classNames('inline-block', {
1673
1756
  'opacity-60 select-none pointer-events-none cursor-default': props.disabled
@@ -1677,8 +1760,8 @@ this.passthrough.tailwind = (function (exports) {
1677
1760
  input: {
1678
1761
  className: classNames('m-0', 'font-sans text-base text-gray-600 bg-white dark:bg-gray-900 p-3 border border-gray-300 dark:border-blue-900/40 transition-colors duration-200 rounded-lg cursor-pointer', 'hover:border-blue-500 focus:outline-none focus:outline-offset-0 focus:shadow-[0_0_0_0.2rem_rgba(191,219,254,1)] dark:focus:shadow-[0_0_0_0.2rem_rgba(147,197,253,0.5)]', 'w-8 h-8')
1679
1762
  },
1680
- panel: function panel(_ref86) {
1681
- var props = _ref86.props;
1763
+ panel: function panel(_ref88) {
1764
+ var props = _ref88.props;
1682
1765
  return {
1683
1766
  className: classNames('shadow-md', 'bg-gray-800 border-gray-900', {
1684
1767
  'relative h-48 w-52': props.inline,
@@ -1718,8 +1801,8 @@ this.passthrough.tailwind = (function (exports) {
1718
1801
  },
1719
1802
  //MISC
1720
1803
  badge: {
1721
- root: function root(_ref87) {
1722
- var props = _ref87.props;
1804
+ root: function root(_ref89) {
1805
+ var props = _ref89.props;
1723
1806
  return {
1724
1807
  className: classNames('rounded-full p-0 text-center inline-block', 'bg-blue-500 text-white font-bold', {
1725
1808
  'bg-gray-500 ': props.severity == 'secondary',
@@ -1737,9 +1820,9 @@ this.passthrough.tailwind = (function (exports) {
1737
1820
  }
1738
1821
  },
1739
1822
  avatar: {
1740
- root: function root(_ref88) {
1741
- var props = _ref88.props,
1742
- state = _ref88.state;
1823
+ root: function root(_ref90) {
1824
+ var props = _ref90.props,
1825
+ state = _ref90.state;
1743
1826
  return {
1744
1827
  className: classNames('flex items-center justify-center', 'bg-gray-300 dark:bg-gray-800', {
1745
1828
  'rounded-lg': props.shape == 'square',
@@ -1775,8 +1858,8 @@ this.passthrough.tailwind = (function (exports) {
1775
1858
  root: {
1776
1859
  className: classNames('overflow-hidden relative', 'border-0 h-6 bg-gray-200 rounded-md dark:bg-gray-800')
1777
1860
  },
1778
- value: function value(_ref89) {
1779
- var props = _ref89.props;
1861
+ value: function value(_ref91) {
1862
+ var props = _ref91.props;
1780
1863
  return {
1781
1864
  className: classNames('border-0 m-0 bg-blue-500', {
1782
1865
  'transition-width duration-1000 ease-in-out absolute items-center border-0 flex h-full justify-center overflow-hidden w-0': props.mode !== 'indeterminate',
@@ -1796,8 +1879,8 @@ this.passthrough.tailwind = (function (exports) {
1796
1879
  circle: 'text-red-500 progress-spinner-circle'
1797
1880
  },
1798
1881
  skeleton: {
1799
- root: function root(_ref90) {
1800
- var props = _ref90.props;
1882
+ root: function root(_ref92) {
1883
+ var props = _ref92.props;
1801
1884
  return {
1802
1885
  className: classNames('overflow-hidden', '!mb-2', 'bg-gray-300 dark:bg-gray-800', 'after:absolute after:top-0 after:left-0 after:right-0 after:bottom-0 after:content after:w-full after:h-full after:bg-blue-400 after:left-full after:transform after:translate-x-full after:z-10 after:bg-gradient-to-r after:from-transparent after:via-white after:to-transparent animate-pulse', {
1803
1886
  'rounded-md': props.shape !== 'circle',
@@ -1807,8 +1890,8 @@ this.passthrough.tailwind = (function (exports) {
1807
1890
  }
1808
1891
  },
1809
1892
  tag: {
1810
- root: function root(_ref91) {
1811
- var props = _ref91.props;
1893
+ root: function root(_ref93) {
1894
+ var props = _ref93.props;
1812
1895
  return {
1813
1896
  className: classNames('inline-flex items-center justify-center', 'bg-blue-500 text-white text-xs font-semibold px-2 py-1 ', {
1814
1897
  'bg-gray-500 ': props.severity == 'secondary',
@@ -1832,8 +1915,8 @@ this.passthrough.tailwind = (function (exports) {
1832
1915
  }
1833
1916
  },
1834
1917
  scrolltop: {
1835
- root: function root(_ref92) {
1836
- var props = _ref92.props;
1918
+ root: function root(_ref94) {
1919
+ var props = _ref94.props;
1837
1920
  return {
1838
1921
  className: classNames('fixed bottom-20 right-20 flex items-center justify-center', 'ml-auto', {
1839
1922
  '!bg-blue-500 hover:bg-blue-600 text-white rounded-md h-8 w-8': props.target == 'parent',
@@ -1891,8 +1974,8 @@ this.passthrough.tailwind = (function (exports) {
1891
1974
  className: classNames('m-0 p-0 list-none', 'outline-none')
1892
1975
  },
1893
1976
  menuitem: 'relative',
1894
- content: function content(_ref93) {
1895
- var context = _ref93.context;
1977
+ content: function content(_ref95) {
1978
+ var context = _ref95.context;
1896
1979
  return {
1897
1980
  className: classNames('transition-shadow duration-200 rounded-none', 'hover:text-gray-700 dark:hover:text-white/80 hover:bg-gray-200 dark:hover:bg-gray-800/80',
1898
1981
  // Hover
@@ -1920,8 +2003,8 @@ this.passthrough.tailwind = (function (exports) {
1920
2003
  }
1921
2004
  },
1922
2005
  dock: {
1923
- root: function root(_ref94) {
1924
- var props = _ref94.props;
2006
+ root: function root(_ref96) {
2007
+ var props = _ref96.props;
1925
2008
  return {
1926
2009
  className: classNames('absolute z-1 flex justify-center items-center pointer-events-none', {
1927
2010
  'left-0 bottom-0 w-full': props.position == 'bottom',
@@ -1934,18 +2017,18 @@ this.passthrough.tailwind = (function (exports) {
1934
2017
  container: {
1935
2018
  className: classNames('flex pointer-events-auto', 'bg-white/10 border-white/20 p-2 border rounded-md')
1936
2019
  },
1937
- menu: function menu(_ref95) {
1938
- var props = _ref95.props;
2020
+ menu: function menu(_ref97) {
2021
+ var props = _ref97.props;
1939
2022
  return {
1940
2023
  className: classNames('m-0 p-0 list-none flex items-center justify-center', 'outline-none', {
1941
2024
  'flex-col': props.position == 'left' || props.position == 'right'
1942
2025
  })
1943
2026
  };
1944
2027
  },
1945
- menuitem: function menuitem(_ref96) {
1946
- var props = _ref96.props,
1947
- context = _ref96.context,
1948
- state = _ref96.state;
2028
+ menuitem: function menuitem(_ref98) {
2029
+ var props = _ref98.props,
2030
+ context = _ref98.context,
2031
+ state = _ref98.state;
1949
2032
  return {
1950
2033
  className: classNames('p-2 rounded-md', 'transition-all duration-200 ease-cubic-bezier-will-change-transform transform ', {
1951
2034
  'origin-bottom hover:mx-6': props.position == 'bottom',
@@ -1968,8 +2051,8 @@ this.passthrough.tailwind = (function (exports) {
1968
2051
  menu: {
1969
2052
  className: classNames('m-0 p-0 list-none', 'outline-none')
1970
2053
  },
1971
- content: function content(_ref97) {
1972
- var state = _ref97.state;
2054
+ content: function content(_ref99) {
2055
+ var state = _ref99.state;
1973
2056
  return {
1974
2057
  className: classNames('text-gray-700 dark:text-white/80 transition-shadow duration-200 rounded-none', 'hover:text-gray-700 dark:hover:text-white/80 hover:bg-gray-200 dark:hover:bg-gray-800/80',
1975
2058
  // Hover
@@ -1995,8 +2078,8 @@ this.passthrough.tailwind = (function (exports) {
1995
2078
  root: {
1996
2079
  className: classNames('p-2 bg-gray-100 dark:bg-gray-900 border border-gray-300 dark:border-blue-900/40 rounded-md', 'flex items-center relative')
1997
2080
  },
1998
- menu: function menu(_ref98) {
1999
- var state = _ref98.state;
2081
+ menu: function menu(_ref100) {
2082
+ var state = _ref100.state;
2000
2083
  return {
2001
2084
  className: classNames('m-0 sm:p-0 list-none', 'outline-none', 'sm:flex items-center flex-wrap sm:flex-row sm:top-auto sm:left-auto sm:relative sm:bg-transparent sm:shadow-none sm:w-auto', 'flex-col top-full left-0', 'absolute py-1 bg-white dark:bg-gray-900 border-0 shadow-md w-full', {
2002
2085
  'hidden ': !(state !== null && state !== void 0 && state.mobileActive),
@@ -2004,9 +2087,9 @@ this.passthrough.tailwind = (function (exports) {
2004
2087
  })
2005
2088
  };
2006
2089
  },
2007
- menuitem: function menuitem(_ref99) {
2008
- var props = _ref99.props,
2009
- context = _ref99.context;
2090
+ menuitem: function menuitem(_ref101) {
2091
+ var props = _ref101.props,
2092
+ context = _ref101.context;
2010
2093
  return {
2011
2094
  className: classNames('sm:relative sm:w-auto w-full static', 'transition-shadow duration-200', {
2012
2095
  'rounded-md': props.root
@@ -2019,8 +2102,8 @@ this.passthrough.tailwind = (function (exports) {
2019
2102
  })
2020
2103
  };
2021
2104
  },
2022
- action: function action(_ref100) {
2023
- var context = _ref100.context;
2105
+ action: function action(_ref102) {
2106
+ var context = _ref102.context;
2024
2107
  return {
2025
2108
  className: classNames('select-none', 'cursor-pointer flex items-center no-underline overflow-hidden relative', 'py-3 px-5 select-none', {
2026
2109
  'pl-9 sm:pl-5': context.level === 1,
@@ -2029,8 +2112,8 @@ this.passthrough.tailwind = (function (exports) {
2029
2112
  };
2030
2113
  },
2031
2114
  icon: 'mr-2',
2032
- submenuIcon: function submenuIcon(_ref101) {
2033
- var props = _ref101.props;
2115
+ submenuIcon: function submenuIcon(_ref103) {
2116
+ var props = _ref103.props;
2034
2117
  return {
2035
2118
  className: classNames({
2036
2119
  'ml-auto sm:ml-2': props.root,
@@ -2038,8 +2121,8 @@ this.passthrough.tailwind = (function (exports) {
2038
2121
  })
2039
2122
  };
2040
2123
  },
2041
- submenu: function submenu(_ref102) {
2042
- var props = _ref102.props;
2124
+ submenu: function submenu(_ref104) {
2125
+ var props = _ref104.props;
2043
2126
  return {
2044
2127
  className: classNames('py-1 bg-white dark:bg-gray-900 border-0 sm:shadow-md sm:w-48', 'w-full static shadow-none', 'sm:absolute z-10', 'm-0 list-none', {
2045
2128
  'sm:absolute sm:left-full sm:top-0': !props.root
@@ -2053,8 +2136,8 @@ this.passthrough.tailwind = (function (exports) {
2053
2136
  end: 'ml-auto self-auto'
2054
2137
  },
2055
2138
  megamenu: {
2056
- root: function root(_ref103) {
2057
- var props = _ref103.props;
2139
+ root: function root(_ref105) {
2140
+ var props = _ref105.props;
2058
2141
  return {
2059
2142
  className: classNames('bg-gray-100 dark:bg-gray-900 border border-gray-300 dark:border-blue-900/40 rounded-md', 'flex relative', {
2060
2143
  'p-2 items-center': props.orientation == 'horizontal',
@@ -2062,9 +2145,9 @@ this.passthrough.tailwind = (function (exports) {
2062
2145
  })
2063
2146
  };
2064
2147
  },
2065
- menu: function menu(_ref104) {
2066
- var props = _ref104.props,
2067
- state = _ref104.state;
2148
+ menu: function menu(_ref106) {
2149
+ var props = _ref106.props,
2150
+ state = _ref106.state;
2068
2151
  return {
2069
2152
  className: classNames('m-0 sm:p-0 list-none', 'outline-none', {
2070
2153
  hidden: props.orientation !== 'vertical' && !state.mobileActive
@@ -2075,9 +2158,9 @@ this.passthrough.tailwind = (function (exports) {
2075
2158
  })
2076
2159
  };
2077
2160
  },
2078
- menuitem: function menuitem(_ref105) {
2079
- var props = _ref105.props,
2080
- context = _ref105.context;
2161
+ menuitem: function menuitem(_ref107) {
2162
+ var props = _ref107.props,
2163
+ context = _ref107.context;
2081
2164
  return {
2082
2165
  className: classNames('transition-shadow duration-200', {
2083
2166
  'rounded-md': props.orientation == 'horizontal'
@@ -2093,8 +2176,8 @@ this.passthrough.tailwind = (function (exports) {
2093
2176
  })
2094
2177
  };
2095
2178
  },
2096
- menuButton: function menuButton(_ref106) {
2097
- var props = _ref106.props;
2179
+ menuButton: function menuButton(_ref108) {
2180
+ var props = _ref108.props;
2098
2181
  return {
2099
2182
  className: classNames({
2100
2183
  'flex md:hidden': props.orientation === 'horizontal'
@@ -2115,8 +2198,8 @@ this.passthrough.tailwind = (function (exports) {
2115
2198
  submenuItem: {
2116
2199
  className: classNames('text-gray-700 hover:bg-gray-200')
2117
2200
  },
2118
- submenuIcon: function submenuIcon(_ref107) {
2119
- var props = _ref107.props;
2201
+ submenuIcon: function submenuIcon(_ref109) {
2202
+ var props = _ref109.props;
2120
2203
  return {
2121
2204
  className: classNames({
2122
2205
  'ml-2': props.orientation === 'horizontal',
@@ -2124,8 +2207,8 @@ this.passthrough.tailwind = (function (exports) {
2124
2207
  })
2125
2208
  };
2126
2209
  },
2127
- panel: function panel(_ref108) {
2128
- var props = _ref108.props;
2210
+ panel: function panel(_ref110) {
2211
+ var props = _ref110.props;
2129
2212
  return {
2130
2213
  className: classNames('py-1 bg-white dark:bg-gray-900 border-0 shadow-md w-auto', 'absolute z-10', {
2131
2214
  'left-full top-0': props.orientation !== 'horizontal'
@@ -2165,8 +2248,8 @@ this.passthrough.tailwind = (function (exports) {
2165
2248
  menu: {
2166
2249
  className: classNames('outline-none', 'm-0 p-0 list-none')
2167
2250
  },
2168
- menuitem: function menuitem(_ref109) {
2169
- var context = _ref109.context;
2251
+ menuitem: function menuitem(_ref111) {
2252
+ var context = _ref111.context;
2170
2253
  return {
2171
2254
  className: classNames('text-gray-700 dark:text-white/80 transition-shadow duration-200 border-none rounded-none', {
2172
2255
  'bg-gray-300 text-gray-700 dark:text-white/80 dark:bg-gray-800/90': context.focused
@@ -2197,11 +2280,29 @@ this.passthrough.tailwind = (function (exports) {
2197
2280
  action: {
2198
2281
  className: classNames('inline-flex flex-col items-center overflow-hidden', 'transition-shadow rounded-md bg-white dark:bg-transparent', 'focus:outline-none focus:outline-offset-0 focus:shadow-[0_0_0_0.2rem_rgba(191,219,254,1)] dark:focus:shadow-[0_0_0_0.2rem_rgba(147,197,253,0.5)]')
2199
2282
  },
2200
- step: {
2201
- className: classNames('flex items-center justify-center', 'text-gray-700 dark:text-white/80 border border-gray-300 dark:border-blue-900/40 bg-white dark:bg-gray-900 w-[2rem] h-[2rem] leading-2rem text-sm z-10 rounded-full')
2283
+ step: function step(_ref112) {
2284
+ var parent = _ref112.parent,
2285
+ context = _ref112.context;
2286
+ return {
2287
+ className: classNames('flex items-center justify-center', 'text-gray-700 dark:text-white/80 border border-gray-300 dark:border-blue-900/40 bg-white dark:bg-gray-900 w-[2rem] h-[2rem] leading-2rem text-sm z-10 rounded-full', {
2288
+ 'bg-white': parent.state.activeIndex !== context.index,
2289
+ // unselected item.
2290
+ 'bg-blue-500': parent.state.activeIndex === context.index // Selected item.
2291
+ })
2292
+ };
2202
2293
  },
2203
- label: {
2204
- className: classNames('block', 'whitespace-nowrap overflow-hidden overflow-ellipsis max-w-full', 'mt-2 text-gray-500 dark:text-white/60')
2294
+ label: function label(_ref113) {
2295
+ var parent = _ref113.parent,
2296
+ context = _ref113.context;
2297
+ return {
2298
+ className: classNames('block', 'whitespace-nowrap overflow-hidden overflow-ellipsis max-w-full', 'mt-2 text-gray-500 dark:text-white/60', {
2299
+ 'font-normal': parent.state.activeIndex !== context.index,
2300
+ // unselected item.
2301
+ 'font-bold': parent.state.activeIndex === context.index,
2302
+ // Selected item.
2303
+ 'text-gray-500/60': context.disabled
2304
+ })
2305
+ };
2205
2306
  }
2206
2307
  },
2207
2308
  tabmenu: {
@@ -2210,9 +2311,9 @@ this.passthrough.tailwind = (function (exports) {
2210
2311
  className: classNames('flex m-0 p-0 list-none flex-nowrap', 'bg-white border-solid border-gray-300 border-b-2', 'outline-none no-underline text-base list-none')
2211
2312
  },
2212
2313
  menuitem: 'mr-0',
2213
- action: function action(_ref110) {
2214
- var context = _ref110.context,
2215
- state = _ref110.state;
2314
+ action: function action(_ref114) {
2315
+ var context = _ref114.context,
2316
+ state = _ref114.state;
2216
2317
  return {
2217
2318
  className: classNames('cursor-pointer select-none flex items-center relative no-underline overflow-hidden', 'border-b-2 p-5 font-bold rounded-t-lg ', 'focus:outline-none focus:outline-offset-0 focus:shadow-[inset_0_0_0_0.2rem_rgba(191,219,254,1)] dark:focus:shadow-[inset_0_0_0_0.2rem_rgba(147,197,253,0.5)]', {
2218
2319
  'border-gray-300 bg-white text-gray-700 hover:bg-white hover:border-gray-400 hover:text-gray-600 dark:bg-gray-900 dark:border-blue-900/40 dark:text-white/80 dark:hover:bg-gray-800/80': state.activeIndex !== context.index,
@@ -2232,8 +2333,8 @@ this.passthrough.tailwind = (function (exports) {
2232
2333
  },
2233
2334
  content: 'relative overflow-x-hidden overflow-y-auto h-full',
2234
2335
  menu: 'outline-none m-0 p-0 list-none absolute top-0 block',
2235
- menuitem: function menuitem(_ref111) {
2236
- var context = _ref111.context;
2336
+ menuitem: function menuitem(_ref115) {
2337
+ var context = _ref115.context;
2237
2338
  return {
2238
2339
  className: classNames({
2239
2340
  relative: !context.active,
@@ -2241,8 +2342,8 @@ this.passthrough.tailwind = (function (exports) {
2241
2342
  })
2242
2343
  };
2243
2344
  },
2244
- action: function action(_ref112) {
2245
- var context = _ref112.context;
2345
+ action: function action(_ref116) {
2346
+ var context = _ref116.context;
2246
2347
  return {
2247
2348
  className: classNames('py-3 px-5 select-none', 'flex items-center cursor-pointer no-underline relative overflow-hidden', {
2248
2349
  'text-gray-700 dark:text-white/80 hover:text-gray-700 dark:hover:text-white/80 hover:bg-gray-200 dark:hover:bg-gray-800/80': !context.active,
@@ -2250,8 +2351,8 @@ this.passthrough.tailwind = (function (exports) {
2250
2351
  })
2251
2352
  };
2252
2353
  },
2253
- previous: function previous(_ref113) {
2254
- var state = _ref113.state;
2354
+ previous: function previous(_ref117) {
2355
+ var state = _ref117.state;
2255
2356
  return {
2256
2357
  className: classNames('py-3 px-5 cursor-pointer bottom-0 w-full text-gray-700 dark:text-white/80', {
2257
2358
  hidden: state.level === 0
@@ -2274,8 +2375,8 @@ this.passthrough.tailwind = (function (exports) {
2274
2375
  className: classNames('outline-none', 'm-0 p-0 list-none')
2275
2376
  },
2276
2377
  menuitem: 'relative',
2277
- content: function content(_ref114) {
2278
- var context = _ref114.context;
2378
+ content: function content(_ref118) {
2379
+ var context = _ref118.context;
2279
2380
  return {
2280
2381
  className: classNames('transition-shadow duration-200 border-none rounded-none', 'hover:bg-gray-200 hover:text-gray-700 dark:hover:text-white/80 dark:hover:bg-gray-800/80',
2281
2382
  //Hover
@@ -2287,8 +2388,8 @@ this.passthrough.tailwind = (function (exports) {
2287
2388
  })
2288
2389
  };
2289
2390
  },
2290
- action: function action(_ref115) {
2291
- var context = _ref115.context;
2391
+ action: function action(_ref119) {
2392
+ var context = _ref119.context;
2292
2393
  return {
2293
2394
  className: classNames('py-3 px-5 select-none', 'flex items-center cursor-pointer no-underline relative overflow-hidden', {
2294
2395
  'text-gray-700 dark:text-white/80 hover:text-gray-700 dark:hover:text-white/80 hover:bg-gray-200 dark:hover:bg-gray-800/80': !context.active,
@@ -2305,8 +2406,8 @@ this.passthrough.tailwind = (function (exports) {
2305
2406
  transition: TRANSITIONS.overlay
2306
2407
  },
2307
2408
  metergroup: {
2308
- root: function root(_ref116) {
2309
- var props = _ref116.props;
2409
+ root: function root(_ref120) {
2410
+ var props = _ref120.props;
2310
2411
  return {
2311
2412
  className: classNames('flex gap-4', {
2312
2413
  'flex-col': props.orientation == 'horizontal',
@@ -2314,8 +2415,8 @@ this.passthrough.tailwind = (function (exports) {
2314
2415
  })
2315
2416
  };
2316
2417
  },
2317
- metercontainer: function metercontainer(_ref117) {
2318
- var props = _ref117.props;
2418
+ metercontainer: function metercontainer(_ref121) {
2419
+ var props = _ref121.props;
2319
2420
  return {
2320
2421
  className: classNames('flex', {
2321
2422
  'flex-col': props.orientation === 'vertical'
@@ -2326,8 +2427,8 @@ this.passthrough.tailwind = (function (exports) {
2326
2427
  }, 'bg-gray-200 dark:bg-gray-700', 'rounded-lg')
2327
2428
  };
2328
2429
  },
2329
- meter: function meter(_ref118) {
2330
- var props = _ref118.props;
2430
+ meter: function meter(_ref122) {
2431
+ var props = _ref122.props;
2331
2432
  return {
2332
2433
  className: classNames('border-0', {
2333
2434
  'first:rounded-l-lg last:rounded-r-lg': props.orientation === 'horizontal'
@@ -2336,8 +2437,8 @@ this.passthrough.tailwind = (function (exports) {
2336
2437
  }, 'bg-primary-500 dark:bg-primary-400')
2337
2438
  };
2338
2439
  },
2339
- labellist: function labellist(_ref119) {
2340
- var props = _ref119.props;
2440
+ labellist: function labellist(_ref123) {
2441
+ var props = _ref123.props;
2341
2442
  return {
2342
2443
  className: classNames('flex flex-wrap', {
2343
2444
  'gap-4': props.labelOrientation === 'horizontal'
@@ -2429,8 +2530,8 @@ this.passthrough.tailwind = (function (exports) {
2429
2530
  className: classNames('flex items-center justify-center', 'p-4')
2430
2531
  },
2431
2532
  indicator: 'mr-2',
2432
- indicatorbutton: function indicatorbutton(_ref120) {
2433
- var context = _ref120.context;
2533
+ indicatorbutton: function indicatorbutton(_ref124) {
2534
+ var context = _ref124.context;
2434
2535
  return {
2435
2536
  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)]', {
2436
2537
  'bg-gray-200 hover:bg-gray-300 dark:bg-gray-700 dark:hover:bg-gray-600': !context.highlighted,
@@ -2438,8 +2539,8 @@ this.passthrough.tailwind = (function (exports) {
2438
2539
  })
2439
2540
  };
2440
2541
  },
2441
- mask: function mask(_ref121) {
2442
- var state = _ref121.state;
2542
+ mask: function mask(_ref125) {
2543
+ var state = _ref125.state;
2443
2544
  return {
2444
2545
  className: classNames({
2445
2546
  'fixed top-0 left-0 w-full h-full flex items-center justify-center bg-black bg-opacity-90': state.visible
@@ -2472,8 +2573,8 @@ this.passthrough.tailwind = (function (exports) {
2472
2573
  carousel: {
2473
2574
  root: 'flex flex-col',
2474
2575
  content: 'flex flex-col overflow-auto',
2475
- container: function container(_ref122) {
2476
- var props = _ref122.props;
2576
+ container: function container(_ref126) {
2577
+ var props = _ref126.props;
2477
2578
  return {
2478
2579
  className: classNames('flex', {
2479
2580
  'flex-row': props.orientation !== 'vertical',
@@ -2485,8 +2586,8 @@ this.passthrough.tailwind = (function (exports) {
2485
2586
  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')
2486
2587
  },
2487
2588
  itemsContent: 'overflow-hidden w-full',
2488
- itemsContainer: function itemsContainer(_ref123) {
2489
- var props = _ref123.props;
2589
+ itemsContainer: function itemsContainer(_ref127) {
2590
+ var props = _ref127.props;
2490
2591
  return {
2491
2592
  className: classNames('flex ', {
2492
2593
  'flex-row': props.orientation !== 'vertical',
@@ -2494,8 +2595,8 @@ this.passthrough.tailwind = (function (exports) {
2494
2595
  })
2495
2596
  };
2496
2597
  },
2497
- item: function item(_ref124) {
2498
- var props = _ref124.props;
2598
+ item: function item(_ref128) {
2599
+ var props = _ref128.props;
2499
2600
  return {
2500
2601
  className: classNames('flex shrink-0 grow', {
2501
2602
  'w-1/3': props.orientation !== 'vertical',
@@ -2507,8 +2608,8 @@ this.passthrough.tailwind = (function (exports) {
2507
2608
  className: classNames('flex flex-row justify-center flex-wrap')
2508
2609
  },
2509
2610
  indicator: 'mr-2 mb-2',
2510
- indicatorButton: function indicatorButton(_ref125) {
2511
- var context = _ref125.context;
2611
+ indicatorButton: function indicatorButton(_ref129) {
2612
+ var context = _ref129.context;
2512
2613
  return {
2513
2614
  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)]', {
2514
2615
  'bg-blue-500 hover:bg-blue-600': context.active,
@@ -2518,9 +2619,9 @@ this.passthrough.tailwind = (function (exports) {
2518
2619
  }
2519
2620
  },
2520
2621
  tree: {
2521
- root: function root(_ref126) {
2622
+ root: function root(_ref130) {
2522
2623
  var _props$__parentMetada;
2523
- var props = _ref126.props;
2624
+ var props = _ref130.props;
2524
2625
  return {
2525
2626
  className: classNames('max-w-[30rem] md:w-full', 'bg-white dark:bg-gray-900 text-gray-700 dark:text-white/80 p-5', {
2526
2627
  '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'
@@ -2530,9 +2631,9 @@ this.passthrough.tailwind = (function (exports) {
2530
2631
  wrapper: 'overflow-auto',
2531
2632
  container: 'm-0 p-0 list-none overflow-auto',
2532
2633
  node: 'p-1 outline-none',
2533
- content: function content(_ref127) {
2534
- var context = _ref127.context,
2535
- props = _ref127.props;
2634
+ content: function content(_ref131) {
2635
+ var context = _ref131.context,
2636
+ props = _ref131.props;
2536
2637
  return {
2537
2638
  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)]', {
2538
2639
  'bg-blue-50 text-blue-600': context.selected
@@ -2541,8 +2642,8 @@ this.passthrough.tailwind = (function (exports) {
2541
2642
  })
2542
2643
  };
2543
2644
  },
2544
- toggler: function toggler(_ref128) {
2545
- var context = _ref128.context;
2645
+ toggler: function toggler(_ref132) {
2646
+ var context = _ref132.context;
2546
2647
  return {
2547
2648
  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)]', {
2548
2649
  '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,
@@ -2553,9 +2654,9 @@ this.passthrough.tailwind = (function (exports) {
2553
2654
  };
2554
2655
  },
2555
2656
  checkboxContainer: 'mr-2',
2556
- checkbox: function checkbox(_ref129) {
2557
- var context = _ref129.context,
2558
- props = _ref129.props;
2657
+ checkbox: function checkbox(_ref133) {
2658
+ var context = _ref133.context,
2659
+ props = _ref133.props;
2559
2660
  return {
2560
2661
  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', {
2561
2662
  'border-gray-300 bg-white dark:border-blue-900/40 dark:bg-gray-900': !context.checked,
@@ -2580,8 +2681,8 @@ this.passthrough.tailwind = (function (exports) {
2580
2681
  },
2581
2682
  // DATA
2582
2683
  timeline: {
2583
- root: function root(_ref130) {
2584
- var props = _ref130.props;
2684
+ root: function root(_ref134) {
2685
+ var props = _ref134.props;
2585
2686
  return {
2586
2687
  className: classNames('flex grow', {
2587
2688
  'flex-col': props.layout === 'vertical',
@@ -2589,9 +2690,9 @@ this.passthrough.tailwind = (function (exports) {
2589
2690
  })
2590
2691
  };
2591
2692
  },
2592
- event: function event(_ref131) {
2593
- var props = _ref131.props,
2594
- context = _ref131.context;
2693
+ event: function event(_ref135) {
2694
+ var props = _ref135.props,
2695
+ context = _ref135.context;
2595
2696
  return {
2596
2697
  className: classNames('flex relative min-h-[70px]', {
2597
2698
  'flex-row-reverse': props.align === 'right' || props.layout === 'vertical' && props.align === 'alternate' && context.index % 2 === 1,
@@ -2600,9 +2701,9 @@ this.passthrough.tailwind = (function (exports) {
2600
2701
  })
2601
2702
  };
2602
2703
  },
2603
- opposite: function opposite(_ref132) {
2604
- var props = _ref132.props,
2605
- context = _ref132.context;
2704
+ opposite: function opposite(_ref136) {
2705
+ var props = _ref136.props,
2706
+ context = _ref136.context;
2606
2707
  return {
2607
2708
  className: classNames('flex-1', {
2608
2709
  'px-4': props.layout === 'vertical',
@@ -2613,8 +2714,8 @@ this.passthrough.tailwind = (function (exports) {
2613
2714
  })
2614
2715
  };
2615
2716
  },
2616
- separator: function separator(_ref133) {
2617
- var props = _ref133.props;
2717
+ separator: function separator(_ref137) {
2718
+ var props = _ref137.props;
2618
2719
  return {
2619
2720
  className: classNames('flex items-center flex-initial', {
2620
2721
  'flex-col': props.layout === 'vertical',
@@ -2623,8 +2724,8 @@ this.passthrough.tailwind = (function (exports) {
2623
2724
  };
2624
2725
  },
2625
2726
  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',
2626
- connector: function connector(_ref134) {
2627
- var props = _ref134.props;
2727
+ connector: function connector(_ref138) {
2728
+ var props = _ref138.props;
2628
2729
  return {
2629
2730
  className: classNames('grow bg-gray-300 dark:bg-blue-900/40', {
2630
2731
  'w-[2px]': props.layout === 'vertical',
@@ -2632,9 +2733,9 @@ this.passthrough.tailwind = (function (exports) {
2632
2733
  })
2633
2734
  };
2634
2735
  },
2635
- content: function content(_ref135) {
2636
- var props = _ref135.props,
2637
- context = _ref135.context;
2736
+ content: function content(_ref139) {
2737
+ var props = _ref139.props,
2738
+ context = _ref139.context;
2638
2739
  return {
2639
2740
  className: classNames('flex-1', {
2640
2741
  'px-4': props.layout === 'vertical',
@@ -2658,15 +2759,15 @@ this.passthrough.tailwind = (function (exports) {
2658
2759
  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'
2659
2760
  },
2660
2761
  dataviewlayoutoptions: {
2661
- listButton: function listButton(_ref136) {
2662
- var props = _ref136.props;
2762
+ listButton: function listButton(_ref140) {
2763
+ var props = _ref140.props;
2663
2764
  return {
2664
2765
  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
2665
2766
  )
2666
2767
  };
2667
2768
  },
2668
- gridButton: function gridButton(_ref137) {
2669
- var props = _ref137.props;
2769
+ gridButton: function gridButton(_ref141) {
2770
+ var props = _ref141.props;
2670
2771
  return {
2671
2772
  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
2672
2773
  )
@@ -2693,8 +2794,8 @@ this.passthrough.tailwind = (function (exports) {
2693
2794
  className: classNames('mx-auto my-0 w-px h-[20px] bg-gray-300', 'dark:bg-blue-900/40' //Dark Mode
2694
2795
  )
2695
2796
  },
2696
- lineLeft: function lineLeft(_ref138) {
2697
- var context = _ref138.context;
2797
+ lineLeft: function lineLeft(_ref142) {
2798
+ var context = _ref142.context;
2698
2799
  return {
2699
2800
  className: classNames('text-center align-top py-0 px-3 rounded-none border-r border-gray-300', 'dark:border-blue-900/40',
2700
2801
  //Dark Mode
@@ -2703,8 +2804,8 @@ this.passthrough.tailwind = (function (exports) {
2703
2804
  })
2704
2805
  };
2705
2806
  },
2706
- lineRight: function lineRight(_ref139) {
2707
- var context = _ref139.context;
2807
+ lineRight: function lineRight(_ref143) {
2808
+ var context = _ref143.context;
2708
2809
  return {
2709
2810
  className: classNames('text-center align-top py-0 px-3 rounded-none', 'dark:border-blue-900/40',
2710
2811
  //Dark Mode
@@ -2724,8 +2825,8 @@ this.passthrough.tailwind = (function (exports) {
2724
2825
  root: 'flex',
2725
2826
  controls: 'flex flex-col justify-center p-5',
2726
2827
  moveUpButton: {
2727
- root: function root(_ref140) {
2728
- var context = _ref140.context;
2828
+ root: function root(_ref144) {
2829
+ var context = _ref144.context;
2729
2830
  return {
2730
2831
  className: classNames('relative inline-flex cursor-pointer user-select-none items-center align-bottom text-center overflow-hidden m-0',
2731
2832
  // button component
@@ -2747,8 +2848,8 @@ this.passthrough.tailwind = (function (exports) {
2747
2848
  }
2748
2849
  },
2749
2850
  moveTopButton: {
2750
- root: function root(_ref141) {
2751
- var context = _ref141.context;
2851
+ root: function root(_ref145) {
2852
+ var context = _ref145.context;
2752
2853
  return {
2753
2854
  className: classNames('relative inline-flex cursor-pointer user-select-none items-center align-bottom text-center overflow-hidden m-0',
2754
2855
  // button component
@@ -2770,8 +2871,8 @@ this.passthrough.tailwind = (function (exports) {
2770
2871
  }
2771
2872
  },
2772
2873
  moveDownButton: {
2773
- root: function root(_ref142) {
2774
- var context = _ref142.context;
2874
+ root: function root(_ref146) {
2875
+ var context = _ref146.context;
2775
2876
  return {
2776
2877
  className: classNames('relative inline-flex cursor-pointer user-select-none items-center align-bottom text-center overflow-hidden m-0',
2777
2878
  // button component
@@ -2793,8 +2894,8 @@ this.passthrough.tailwind = (function (exports) {
2793
2894
  }
2794
2895
  },
2795
2896
  moveBottomButton: {
2796
- root: function root(_ref143) {
2797
- var context = _ref143.context;
2897
+ root: function root(_ref147) {
2898
+ var context = _ref147.context;
2798
2899
  return {
2799
2900
  className: classNames('relative inline-flex cursor-pointer user-select-none items-center align-bottom text-center overflow-hidden m-0',
2800
2901
  // button component
@@ -2824,8 +2925,8 @@ this.passthrough.tailwind = (function (exports) {
2824
2925
  className: classNames('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
2825
2926
  )
2826
2927
  },
2827
- item: function item(_ref144) {
2828
- var context = _ref144.context;
2928
+ item: function item(_ref148) {
2929
+ var context = _ref148.context;
2829
2930
  return {
2830
2931
  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', {
2831
2932
  'text-blue-700 bg-blue-500/20 dark:bg-blue-300/20': context.selected
@@ -2897,8 +2998,8 @@ this.passthrough.tailwind = (function (exports) {
2897
2998
  className: classNames('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
2898
2999
  )
2899
3000
  },
2900
- item: function item(_ref145) {
2901
- var context = _ref145.context;
3001
+ item: function item(_ref149) {
3002
+ var context = _ref149.context;
2902
3003
  return {
2903
3004
  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', {
2904
3005
  'text-blue-700 bg-blue-500/20 dark:bg-blue-300/20': context.selected,
@@ -2984,8 +3085,8 @@ this.passthrough.tailwind = (function (exports) {
2984
3085
  className: classNames('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
2985
3086
  )
2986
3087
  },
2987
- firstPageButton: function firstPageButton(_ref146) {
2988
- var context = _ref146.context;
3088
+ firstPageButton: function firstPageButton(_ref150) {
3089
+ var context = _ref150.context;
2989
3090
  return {
2990
3091
  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',
2991
3092
  //Dark Mode
@@ -2995,8 +3096,8 @@ this.passthrough.tailwind = (function (exports) {
2995
3096
  })
2996
3097
  };
2997
3098
  },
2998
- prevPageButton: function prevPageButton(_ref147) {
2999
- var context = _ref147.context;
3099
+ prevPageButton: function prevPageButton(_ref151) {
3100
+ var context = _ref151.context;
3000
3101
  return {
3001
3102
  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',
3002
3103
  //Dark Mode
@@ -3006,8 +3107,8 @@ this.passthrough.tailwind = (function (exports) {
3006
3107
  })
3007
3108
  };
3008
3109
  },
3009
- nextPageButton: function nextPageButton(_ref148) {
3010
- var context = _ref148.context;
3110
+ nextPageButton: function nextPageButton(_ref152) {
3111
+ var context = _ref152.context;
3011
3112
  return {
3012
3113
  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',
3013
3114
  //Dark Mode
@@ -3017,8 +3118,8 @@ this.passthrough.tailwind = (function (exports) {
3017
3118
  })
3018
3119
  };
3019
3120
  },
3020
- lastPageButton: function lastPageButton(_ref149) {
3021
- var context = _ref149.context;
3121
+ lastPageButton: function lastPageButton(_ref153) {
3122
+ var context = _ref153.context;
3022
3123
  return {
3023
3124
  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',
3024
3125
  //Dark Mode
@@ -3028,8 +3129,8 @@ this.passthrough.tailwind = (function (exports) {
3028
3129
  })
3029
3130
  };
3030
3131
  },
3031
- pageButton: function pageButton(_ref150) {
3032
- var context = _ref150.context;
3132
+ pageButton: function pageButton(_ref154) {
3133
+ var context = _ref154.context;
3033
3134
  return {
3034
3135
  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',
3035
3136
  // Dark Mode
@@ -3041,9 +3142,9 @@ this.passthrough.tailwind = (function (exports) {
3041
3142
  };
3042
3143
  },
3043
3144
  RPPDropdown: {
3044
- root: function root(_ref151) {
3045
- var props = _ref151.props,
3046
- state = _ref151.state;
3145
+ root: function root(_ref155) {
3146
+ var props = _ref155.props,
3147
+ state = _ref155.state;
3047
3148
  return {
3048
3149
  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',
3049
3150
  //DarkMode
@@ -3068,8 +3169,8 @@ this.passthrough.tailwind = (function (exports) {
3068
3169
  },
3069
3170
  wrapper: 'overflow-auto',
3070
3171
  list: 'm-0 p-0 py-3 list-none',
3071
- item: function item(_ref152) {
3072
- var context = _ref152.context;
3172
+ item: function item(_ref156) {
3173
+ var context = _ref156.context;
3073
3174
  return {
3074
3175
  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',
3075
3176
  // Dark Mode
@@ -3090,9 +3191,9 @@ this.passthrough.tailwind = (function (exports) {
3090
3191
  }
3091
3192
  },
3092
3193
  jumptopagedropdown: {
3093
- root: function root(_ref153) {
3094
- var props = _ref153.props,
3095
- state = _ref153.state;
3194
+ root: function root(_ref157) {
3195
+ var props = _ref157.props,
3196
+ state = _ref157.state;
3096
3197
  return {
3097
3198
  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',
3098
3199
  //DarkMode
@@ -3117,8 +3218,8 @@ this.passthrough.tailwind = (function (exports) {
3117
3218
  },
3118
3219
  wrapper: 'overflow-auto',
3119
3220
  list: 'm-0 p-0 py-3 list-none',
3120
- item: function item(_ref154) {
3121
- var context = _ref154.context;
3221
+ item: function item(_ref158) {
3222
+ var context = _ref158.context;
3122
3223
  return {
3123
3224
  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',
3124
3225
  // Dark Mode
@@ -3132,8 +3233,8 @@ this.passthrough.tailwind = (function (exports) {
3132
3233
  }
3133
3234
  },
3134
3235
  treetable: {
3135
- root: function root(_ref155) {
3136
- var props = _ref155.props;
3236
+ root: function root(_ref159) {
3237
+ var props = _ref159.props;
3137
3238
  return {
3138
3239
  className: classNames('relative', {
3139
3240
  'flex flex-col h-full': props.scrollHeight
@@ -3149,8 +3250,8 @@ this.passthrough.tailwind = (function (exports) {
3149
3250
  className: classNames('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
3150
3251
  )
3151
3252
  },
3152
- scrollableWrapper: function scrollableWrapper(_ref156) {
3153
- var props = _ref156.props;
3253
+ scrollableWrapper: function scrollableWrapper(_ref160) {
3254
+ var props = _ref160.props;
3154
3255
  return {
3155
3256
  className: classNames({
3156
3257
  'relative overflow-auto': props.scrollable,
@@ -3158,8 +3259,8 @@ this.passthrough.tailwind = (function (exports) {
3158
3259
  })
3159
3260
  };
3160
3261
  },
3161
- wrapper: function wrapper(_ref157) {
3162
- var props = _ref157.props;
3262
+ wrapper: function wrapper(_ref161) {
3263
+ var props = _ref161.props;
3163
3264
  return {
3164
3265
  className: classNames({
3165
3266
  'relative overflow-auto': props.scrollable,
@@ -3172,40 +3273,40 @@ this.passthrough.tailwind = (function (exports) {
3172
3273
  )
3173
3274
  },
3174
3275
  table: 'border-collapse table-fixed w-full',
3175
- thead: function thead(_ref158) {
3176
- var props = _ref158.props;
3276
+ thead: function thead(_ref162) {
3277
+ var props = _ref162.props;
3177
3278
  return {
3178
3279
  className: classNames({
3179
3280
  'block sticky top-0 z-[1]': props.scrollable
3180
3281
  })
3181
3282
  };
3182
3283
  },
3183
- tbody: function tbody(_ref159) {
3184
- var props = _ref159.props;
3284
+ tbody: function tbody(_ref163) {
3285
+ var props = _ref163.props;
3185
3286
  return {
3186
3287
  className: classNames({
3187
3288
  block: props.scrollable
3188
3289
  })
3189
3290
  };
3190
3291
  },
3191
- tfoot: function tfoot(_ref160) {
3192
- var props = _ref160.props;
3292
+ tfoot: function tfoot(_ref164) {
3293
+ var props = _ref164.props;
3193
3294
  return {
3194
3295
  className: classNames({
3195
3296
  block: props.scrollable
3196
3297
  })
3197
3298
  };
3198
3299
  },
3199
- headerRow: function headerRow(_ref161) {
3200
- var props = _ref161.props;
3300
+ headerRow: function headerRow(_ref165) {
3301
+ var props = _ref165.props;
3201
3302
  return {
3202
3303
  className: classNames({
3203
3304
  'flex flex-nowrap w-full': props.scrollable
3204
3305
  })
3205
3306
  };
3206
3307
  },
3207
- row: function row(_ref162) {
3208
- var context = _ref162.context;
3308
+ row: function row(_ref166) {
3309
+ var context = _ref166.context;
3209
3310
  return {
3210
3311
  className: classNames('transition duration-200', 'focus:outline focus:outline-[0.15rem] focus:outline-blue-200 focus:outline-offset-[-0.15rem]',
3211
3312
  // Focus
@@ -3217,8 +3318,8 @@ this.passthrough.tailwind = (function (exports) {
3217
3318
  };
3218
3319
  },
3219
3320
  column: {
3220
- headerCell: function headerCell(_ref163) {
3221
- var context = _ref163.context;
3321
+ headerCell: function headerCell(_ref167) {
3322
+ var context = _ref167.context;
3222
3323
  return {
3223
3324
  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',
3224
3325
  //Dark Mode
@@ -3233,8 +3334,8 @@ this.passthrough.tailwind = (function (exports) {
3233
3334
  })
3234
3335
  };
3235
3336
  },
3236
- bodyCell: function bodyCell(_ref164) {
3237
- var context = _ref164.context;
3337
+ bodyCell: function bodyCell(_ref168) {
3338
+ var context = _ref168.context;
3238
3339
  return {
3239
3340
  className: classNames('text-left border-gray-300 border', 'transition duration-200 p-4', 'dark:border-blue-900/40',
3240
3341
  //Dark Mode
@@ -3247,8 +3348,8 @@ this.passthrough.tailwind = (function (exports) {
3247
3348
  })
3248
3349
  };
3249
3350
  },
3250
- rowToggler: function rowToggler(_ref165) {
3251
- var context = _ref165.context;
3351
+ rowToggler: function rowToggler(_ref169) {
3352
+ var context = _ref169.context;
3252
3353
  return {
3253
3354
  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', {
3254
3355
  'text-blue-700': context.selected,
@@ -3260,8 +3361,8 @@ this.passthrough.tailwind = (function (exports) {
3260
3361
  sort: {
3261
3362
  className: 'inline-block align-middle'
3262
3363
  },
3263
- sortIcon: function sortIcon(_ref166) {
3264
- var context = _ref166.context;
3364
+ sortIcon: function sortIcon(_ref170) {
3365
+ var context = _ref170.context;
3265
3366
  return {
3266
3367
  className: classNames('ml-2 inline-block align-middle', {
3267
3368
  'text-blue-700 dark:text-white/80': context.sorted,
@@ -3277,8 +3378,8 @@ this.passthrough.tailwind = (function (exports) {
3277
3378
  checkboxWrapper: {
3278
3379
  className: classNames('cursor-pointer inline-flex relative select-none align-bottom', 'w-6 h-6 mr-2')
3279
3380
  },
3280
- checkbox: function checkbox(_ref167) {
3281
- var context = _ref167.context;
3381
+ checkbox: function checkbox(_ref171) {
3382
+ var context = _ref171.context;
3282
3383
  return {
3283
3384
  className: classNames('flex items-center justify-center', 'border-2 w-6 h-6 text-gray-600 rounded-lg transition-colors duration-200', {
3284
3385
  'border-blue-500 bg-blue-500 dark:border-blue-400 dark:bg-blue-400': context.checked,
@@ -3288,8 +3389,8 @@ this.passthrough.tailwind = (function (exports) {
3288
3389
  })
3289
3390
  };
3290
3391
  },
3291
- checkboxIcon: function checkboxIcon(_ref168) {
3292
- var context = _ref168.context;
3392
+ checkboxIcon: function checkboxIcon(_ref172) {
3393
+ var context = _ref172.context;
3293
3394
  return {
3294
3395
  className: classNames('w-4 h-4 transition-all duration-200 text-base dark:text-gray-900', {
3295
3396
  'text-white': context.checked
@@ -3300,8 +3401,8 @@ this.passthrough.tailwind = (function (exports) {
3300
3401
  resizeHelper: 'absolute hidden w-px z-10 bg-blue-500 dark:bg-blue-300'
3301
3402
  },
3302
3403
  datatable: {
3303
- root: function root(_ref169) {
3304
- var props = _ref169.props;
3404
+ root: function root(_ref173) {
3405
+ var props = _ref173.props;
3305
3406
  return {
3306
3407
  className: classNames('relative', {
3307
3408
  'flex flex-col h-full': props.scrollable && props.scrollHeight === 'flex'
@@ -3313,8 +3414,8 @@ this.passthrough.tailwind = (function (exports) {
3313
3414
  )
3314
3415
  },
3315
3416
  loadingIcon: 'w-8 h-8',
3316
- wrapper: function wrapper(_ref170) {
3317
- var props = _ref170.props;
3417
+ wrapper: function wrapper(_ref174) {
3418
+ var props = _ref174.props;
3318
3419
  return {
3319
3420
  className: classNames({
3320
3421
  relative: props.scrollable,
@@ -3322,8 +3423,8 @@ this.passthrough.tailwind = (function (exports) {
3322
3423
  })
3323
3424
  };
3324
3425
  },
3325
- header: function header(_ref171) {
3326
- var props = _ref171.props;
3426
+ header: function header(_ref175) {
3427
+ var props = _ref175.props;
3327
3428
  return {
3328
3429
  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',
3329
3430
  // Dark Mode
@@ -3331,25 +3432,25 @@ this.passthrough.tailwind = (function (exports) {
3331
3432
  };
3332
3433
  },
3333
3434
  table: 'w-full border-spacing-0',
3334
- thead: function thead(_ref172) {
3335
- var context = _ref172.context;
3435
+ thead: function thead(_ref176) {
3436
+ var context = _ref176.context;
3336
3437
  return {
3337
3438
  className: classNames({
3338
3439
  'bg-slate-50 top-0 z-[1]': context.scrollable
3339
3440
  })
3340
3441
  };
3341
3442
  },
3342
- tbody: function tbody(_ref173) {
3343
- var props = _ref173.props,
3344
- context = _ref173.context;
3443
+ tbody: function tbody(_ref177) {
3444
+ var props = _ref177.props,
3445
+ context = _ref177.context;
3345
3446
  return {
3346
3447
  className: classNames({
3347
3448
  'sticky z-[1]': props.frozenRow && context.scrollable
3348
3449
  })
3349
3450
  };
3350
3451
  },
3351
- tfoot: function tfoot(_ref174) {
3352
- var context = _ref174.context;
3452
+ tfoot: function tfoot(_ref178) {
3453
+ var context = _ref178.context;
3353
3454
  return {
3354
3455
  className: classNames({
3355
3456
  'bg-slate-50 bottom-0 z-[1]': context.scrollable
@@ -3361,9 +3462,9 @@ this.passthrough.tailwind = (function (exports) {
3361
3462
  )
3362
3463
  },
3363
3464
  column: {
3364
- headerCell: function headerCell(_ref175) {
3365
- var context = _ref175.context,
3366
- props = _ref175.props;
3465
+ headerCell: function headerCell(_ref179) {
3466
+ var context = _ref179.context,
3467
+ props = _ref179.props;
3367
3468
  return {
3368
3469
  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',
3369
3470
  // Size
@@ -3380,9 +3481,9 @@ this.passthrough.tailwind = (function (exports) {
3380
3481
  };
3381
3482
  },
3382
3483
  headerContent: 'flex items-center',
3383
- bodyCell: function bodyCell(_ref176) {
3384
- var props = _ref176.props,
3385
- context = _ref176.context;
3484
+ bodyCell: function bodyCell(_ref180) {
3485
+ var props = _ref180.props,
3486
+ context = _ref180.context;
3386
3487
  return {
3387
3488
  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',
3388
3489
  // Size
@@ -3395,8 +3496,8 @@ this.passthrough.tailwind = (function (exports) {
3395
3496
  })
3396
3497
  };
3397
3498
  },
3398
- footerCell: function footerCell(_ref177) {
3399
- var context = _ref177.context;
3499
+ footerCell: function footerCell(_ref181) {
3500
+ var context = _ref181.context;
3400
3501
  return {
3401
3502
  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',
3402
3503
  // Size
@@ -3407,8 +3508,8 @@ this.passthrough.tailwind = (function (exports) {
3407
3508
  })
3408
3509
  };
3409
3510
  },
3410
- sortIcon: function sortIcon(_ref178) {
3411
- var context = _ref178.context;
3511
+ sortIcon: function sortIcon(_ref182) {
3512
+ var context = _ref182.context;
3412
3513
  return {
3413
3514
  className: classNames('ml-2', context.sorted ? 'text-blue-700 dark:text-white/80' : 'text-slate-700 dark:text-white/70')
3414
3515
  };
@@ -3426,8 +3527,8 @@ this.passthrough.tailwind = (function (exports) {
3426
3527
  root: 'min-[0px]:flex mb-2'
3427
3528
  },
3428
3529
  filterRowItems: 'm-0 p-0 py-3 list-none ',
3429
- filterRowItem: function filterRowItem(_ref179) {
3430
- var context = _ref179.context;
3530
+ filterRowItem: function filterRowItem(_ref183) {
3531
+ var context = _ref183.context;
3431
3532
  return {
3432
3533
  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')
3433
3534
  };
@@ -3457,8 +3558,8 @@ this.passthrough.tailwind = (function (exports) {
3457
3558
  filterApplyButton: {
3458
3559
  root: 'w-auto min-[0px]:text-sm px-4 py-3'
3459
3560
  },
3460
- filterMenuButton: function filterMenuButton(_ref180) {
3461
- var context = _ref180.context;
3561
+ filterMenuButton: function filterMenuButton(_ref184) {
3562
+ var context = _ref184.context;
3462
3563
  return {
3463
3564
  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',
3464
3565
  // Hover
@@ -3471,8 +3572,8 @@ this.passthrough.tailwind = (function (exports) {
3471
3572
  })
3472
3573
  };
3473
3574
  },
3474
- headerFilterClearButton: function headerFilterClearButton(_ref181) {
3475
- var context = _ref181.context;
3575
+ headerFilterClearButton: function headerFilterClearButton(_ref185) {
3576
+ var context = _ref185.context;
3476
3577
  return {
3477
3578
  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', {
3478
3579
  invisible: !context.hidden
@@ -3511,8 +3612,8 @@ this.passthrough.tailwind = (function (exports) {
3511
3612
  radioButtonInput: {
3512
3613
  className: classNames('w-full h-full top-0 left-0 absolute appearance-none select-none', 'p-0 m-0 opacity-0 z-[1] rounded-[50%] outline-none', 'cursor-pointer peer')
3513
3614
  },
3514
- radioButtonBox: function radioButtonBox(_ref182) {
3515
- var context = _ref182.context;
3615
+ radioButtonBox: function radioButtonBox(_ref186) {
3616
+ var context = _ref186.context;
3516
3617
  return {
3517
3618
  className: classNames('flex items-center justify-center', 'h-6 w-6 rounded-full border-2 text-gray-700 transition duration-200 ease-in-out', context.checked ? 'border-blue-500 bg-blue-500 dark:border-blue-400 dark:bg-blue-400 peer-hover:bg-blue-700 peer-hover:border-blue-700' : 'border-gray-300 bg-white dark:border-blue-900/40 dark:bg-gray-900 peer-hover:border-blue-500', {
3518
3619
  'hover:border-blue-500 focus:shadow-input-focus focus:outline-none focus:outline-offset-0 dark:hover:border-blue-400 dark:focus:shadow-[inset_0_0_0_0.2rem_rgba(147,197,253,0.5)]': !context.disabled,
@@ -3520,8 +3621,8 @@ this.passthrough.tailwind = (function (exports) {
3520
3621
  })
3521
3622
  };
3522
3623
  },
3523
- radioButtonIcon: function radioButtonIcon(_ref183) {
3524
- var context = _ref183.context;
3624
+ radioButtonIcon: function radioButtonIcon(_ref187) {
3625
+ var context = _ref187.context;
3525
3626
  return {
3526
3627
  className: classNames('transform rounded-full', 'block h-3 w-3 bg-white transition duration-200 dark:bg-gray-900', {
3527
3628
  'backface-hidden scale-10 invisible': context.checked === false,
@@ -3532,8 +3633,8 @@ this.passthrough.tailwind = (function (exports) {
3532
3633
  headercheckboxwrapper: {
3533
3634
  className: classNames('cursor-pointer inline-flex relative select-none align-bottom', 'w-6 h-6')
3534
3635
  },
3535
- headerCheckbox: function headerCheckbox(_ref184) {
3536
- var context = _ref184.context;
3636
+ headerCheckbox: function headerCheckbox(_ref188) {
3637
+ var context = _ref188.context;
3537
3638
  return {
3538
3639
  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
3640
  '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,
@@ -3545,8 +3646,8 @@ this.passthrough.tailwind = (function (exports) {
3545
3646
  checkboxwrapper: {
3546
3647
  className: classNames('cursor-pointer inline-flex relative select-none align-bottom', 'w-6 h-6')
3547
3648
  },
3548
- checkbox: function checkbox(_ref185) {
3549
- var context = _ref185.context;
3649
+ checkbox: function checkbox(_ref189) {
3650
+ var context = _ref189.context;
3550
3651
  return {
3551
3652
  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', {
3552
3653
  '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,
@@ -3557,8 +3658,8 @@ this.passthrough.tailwind = (function (exports) {
3557
3658
  checkboxicon: 'w-4 h-4 transition-all duration-200 text-white text-base dark:text-gray-900',
3558
3659
  transition: TRANSITIONS.overlay
3559
3660
  },
3560
- bodyRow: function bodyRow(_ref186) {
3561
- var context = _ref186.context;
3661
+ bodyRow: function bodyRow(_ref190) {
3662
+ var context = _ref190.context;
3562
3663
  return {
3563
3664
  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]',
3564
3665
  // Focus