primereact 10.6.2 → 10.6.3

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 (398) hide show
  1. package/autocomplete/autocomplete.cjs.js +16 -8
  2. package/autocomplete/autocomplete.cjs.min.js +1 -1
  3. package/autocomplete/autocomplete.d.ts +5 -0
  4. package/autocomplete/autocomplete.esm.js +16 -8
  5. package/autocomplete/autocomplete.esm.min.js +1 -1
  6. package/autocomplete/autocomplete.js +16 -8
  7. package/autocomplete/autocomplete.min.js +1 -1
  8. package/blockui/blockui.cjs.js +3 -6
  9. package/blockui/blockui.cjs.min.js +1 -1
  10. package/blockui/blockui.esm.js +3 -6
  11. package/blockui/blockui.esm.min.js +1 -1
  12. package/blockui/blockui.js +3 -6
  13. package/blockui/blockui.min.js +1 -1
  14. package/breadcrumb/breadcrumb.cjs.js +2 -5
  15. package/breadcrumb/breadcrumb.cjs.min.js +1 -1
  16. package/breadcrumb/breadcrumb.esm.js +2 -5
  17. package/breadcrumb/breadcrumb.esm.min.js +1 -1
  18. package/breadcrumb/breadcrumb.js +2 -5
  19. package/breadcrumb/breadcrumb.min.js +1 -1
  20. package/buttongroup/buttongroup.cjs.js +6 -1
  21. package/buttongroup/buttongroup.cjs.min.js +1 -1
  22. package/buttongroup/buttongroup.d.ts +5 -0
  23. package/buttongroup/buttongroup.esm.js +7 -2
  24. package/buttongroup/buttongroup.esm.min.js +1 -1
  25. package/buttongroup/buttongroup.js +6 -1
  26. package/buttongroup/buttongroup.min.js +1 -1
  27. package/calendar/calendar.cjs.js +30 -20
  28. package/calendar/calendar.cjs.min.js +1 -1
  29. package/calendar/calendar.d.ts +5 -0
  30. package/calendar/calendar.esm.js +30 -20
  31. package/calendar/calendar.esm.min.js +1 -1
  32. package/calendar/calendar.js +30 -20
  33. package/calendar/calendar.min.js +1 -1
  34. package/card/card.cjs.js +2 -5
  35. package/card/card.cjs.min.js +1 -1
  36. package/card/card.esm.js +3 -6
  37. package/card/card.esm.min.js +1 -1
  38. package/card/card.js +2 -5
  39. package/card/card.min.js +1 -1
  40. package/cascadeselect/cascadeselect.cjs.js +14 -16
  41. package/cascadeselect/cascadeselect.cjs.min.js +1 -1
  42. package/cascadeselect/cascadeselect.d.ts +5 -0
  43. package/cascadeselect/cascadeselect.esm.js +14 -16
  44. package/cascadeselect/cascadeselect.esm.min.js +1 -1
  45. package/cascadeselect/cascadeselect.js +14 -16
  46. package/cascadeselect/cascadeselect.min.js +1 -1
  47. package/chart/chart.cjs.js +4 -7
  48. package/chart/chart.cjs.min.js +1 -1
  49. package/chart/chart.esm.js +4 -7
  50. package/chart/chart.esm.min.js +1 -1
  51. package/chart/chart.js +4 -7
  52. package/chart/chart.min.js +1 -1
  53. package/checkbox/checkbox.cjs.js +6 -3
  54. package/checkbox/checkbox.cjs.min.js +1 -1
  55. package/checkbox/checkbox.d.ts +5 -0
  56. package/checkbox/checkbox.esm.js +6 -3
  57. package/checkbox/checkbox.esm.min.js +1 -1
  58. package/checkbox/checkbox.js +6 -3
  59. package/checkbox/checkbox.min.js +1 -1
  60. package/chips/chips.cjs.js +5 -3
  61. package/chips/chips.cjs.min.js +1 -1
  62. package/chips/chips.d.ts +5 -0
  63. package/chips/chips.esm.js +5 -3
  64. package/chips/chips.esm.min.js +1 -1
  65. package/chips/chips.js +5 -3
  66. package/chips/chips.min.js +1 -1
  67. package/colorpicker/colorpicker.cjs.js +2 -2
  68. package/colorpicker/colorpicker.cjs.min.js +1 -1
  69. package/colorpicker/colorpicker.esm.js +2 -2
  70. package/colorpicker/colorpicker.esm.min.js +1 -1
  71. package/colorpicker/colorpicker.js +2 -2
  72. package/colorpicker/colorpicker.min.js +1 -1
  73. package/column/column.d.ts +1 -1
  74. package/componentbase/componentbase.cjs.js +1 -1
  75. package/componentbase/componentbase.cjs.min.js +1 -1
  76. package/componentbase/componentbase.esm.js +1 -1
  77. package/componentbase/componentbase.esm.min.js +1 -1
  78. package/componentbase/componentbase.js +1 -1
  79. package/componentbase/componentbase.min.js +1 -1
  80. package/confirmpopup/confirmpopup.cjs.js +2 -2
  81. package/confirmpopup/confirmpopup.cjs.min.js +1 -1
  82. package/confirmpopup/confirmpopup.esm.js +2 -2
  83. package/confirmpopup/confirmpopup.esm.min.js +1 -1
  84. package/confirmpopup/confirmpopup.js +2 -2
  85. package/confirmpopup/confirmpopup.min.js +1 -1
  86. package/core/core.js +140 -60
  87. package/core/core.min.js +7 -7
  88. package/datatable/datatable.cjs.js +15 -6
  89. package/datatable/datatable.cjs.min.js +1 -1
  90. package/datatable/datatable.esm.js +15 -6
  91. package/datatable/datatable.esm.min.js +1 -1
  92. package/datatable/datatable.js +15 -6
  93. package/datatable/datatable.min.js +1 -1
  94. package/dialog/dialog.cjs.js +3 -3
  95. package/dialog/dialog.cjs.min.js +1 -1
  96. package/dialog/dialog.esm.js +3 -3
  97. package/dialog/dialog.esm.min.js +1 -1
  98. package/dialog/dialog.js +3 -3
  99. package/dialog/dialog.min.js +1 -1
  100. package/dropdown/dropdown.cjs.js +41 -20
  101. package/dropdown/dropdown.cjs.min.js +1 -1
  102. package/dropdown/dropdown.d.ts +6 -1
  103. package/dropdown/dropdown.esm.js +41 -20
  104. package/dropdown/dropdown.esm.min.js +1 -1
  105. package/dropdown/dropdown.js +41 -20
  106. package/dropdown/dropdown.min.js +1 -1
  107. package/fileupload/fileupload.cjs.js +7 -4
  108. package/fileupload/fileupload.cjs.min.js +1 -1
  109. package/fileupload/fileupload.esm.js +7 -4
  110. package/fileupload/fileupload.esm.min.js +1 -1
  111. package/fileupload/fileupload.js +7 -4
  112. package/fileupload/fileupload.min.js +1 -1
  113. package/floatlabel/floatlabel.cjs.js +6 -1
  114. package/floatlabel/floatlabel.cjs.min.js +1 -1
  115. package/floatlabel/floatlabel.esm.js +7 -2
  116. package/floatlabel/floatlabel.esm.min.js +1 -1
  117. package/floatlabel/floatlabel.js +6 -1
  118. package/floatlabel/floatlabel.min.js +1 -1
  119. package/iconfield/iconfield.cjs.js +4 -4
  120. package/iconfield/iconfield.cjs.min.js +1 -1
  121. package/iconfield/iconfield.esm.js +4 -4
  122. package/iconfield/iconfield.esm.min.js +1 -1
  123. package/iconfield/iconfield.js +4 -4
  124. package/iconfield/iconfield.min.js +1 -1
  125. package/iconfield/package.json +7 -0
  126. package/image/image.cjs.js +2 -2
  127. package/image/image.cjs.min.js +1 -1
  128. package/image/image.esm.js +2 -2
  129. package/image/image.esm.min.js +1 -1
  130. package/image/image.js +2 -2
  131. package/image/image.min.js +1 -1
  132. package/inputicon/package.json +7 -0
  133. package/inputmask/inputmask.cjs.js +21 -1
  134. package/inputmask/inputmask.cjs.min.js +1 -1
  135. package/inputmask/inputmask.d.ts +11 -1
  136. package/inputmask/inputmask.esm.js +22 -2
  137. package/inputmask/inputmask.esm.min.js +1 -1
  138. package/inputmask/inputmask.js +21 -1
  139. package/inputmask/inputmask.min.js +1 -1
  140. package/inputnumber/inputnumber.cjs.js +68 -23
  141. package/inputnumber/inputnumber.cjs.min.js +1 -1
  142. package/inputnumber/inputnumber.d.ts +5 -0
  143. package/inputnumber/inputnumber.esm.js +68 -23
  144. package/inputnumber/inputnumber.esm.min.js +1 -1
  145. package/inputnumber/inputnumber.js +68 -23
  146. package/inputnumber/inputnumber.min.js +1 -1
  147. package/inputotp/inputotp.cjs.js +348 -0
  148. package/inputotp/inputotp.cjs.min.js +1 -0
  149. package/inputotp/inputotp.d.ts +177 -0
  150. package/inputotp/inputotp.esm.js +340 -0
  151. package/inputotp/inputotp.esm.min.js +1 -0
  152. package/inputotp/inputotp.js +346 -0
  153. package/inputotp/inputotp.min.js +1 -0
  154. package/inputotp/package.json +7 -0
  155. package/inputtext/inputtext.cjs.js +9 -5
  156. package/inputtext/inputtext.cjs.min.js +1 -1
  157. package/inputtext/inputtext.d.ts +5 -0
  158. package/inputtext/inputtext.esm.js +9 -5
  159. package/inputtext/inputtext.esm.min.js +1 -1
  160. package/inputtext/inputtext.js +9 -5
  161. package/inputtext/inputtext.min.js +1 -1
  162. package/inputtextarea/inputtextarea.cjs.js +8 -4
  163. package/inputtextarea/inputtextarea.cjs.min.js +1 -1
  164. package/inputtextarea/inputtextarea.d.ts +5 -0
  165. package/inputtextarea/inputtextarea.esm.js +8 -4
  166. package/inputtextarea/inputtextarea.esm.min.js +1 -1
  167. package/inputtextarea/inputtextarea.js +8 -4
  168. package/inputtextarea/inputtextarea.min.js +1 -1
  169. package/knob/knob.cjs.js +2 -2
  170. package/knob/knob.cjs.min.js +1 -1
  171. package/knob/knob.esm.js +2 -2
  172. package/knob/knob.esm.min.js +1 -1
  173. package/knob/knob.js +2 -2
  174. package/knob/knob.min.js +1 -1
  175. package/mention/mention.cjs.js +13 -9
  176. package/mention/mention.cjs.min.js +1 -1
  177. package/mention/mention.esm.js +13 -9
  178. package/mention/mention.esm.min.js +1 -1
  179. package/mention/mention.js +13 -9
  180. package/mention/mention.min.js +1 -1
  181. package/metergroup/package.json +7 -0
  182. package/multiselect/multiselect.cjs.js +27 -8
  183. package/multiselect/multiselect.cjs.min.js +1 -1
  184. package/multiselect/multiselect.d.ts +5 -0
  185. package/multiselect/multiselect.esm.js +27 -8
  186. package/multiselect/multiselect.esm.min.js +1 -1
  187. package/multiselect/multiselect.js +27 -8
  188. package/multiselect/multiselect.min.js +1 -1
  189. package/multistatecheckbox/multistatecheckbox.cjs.js +6 -3
  190. package/multistatecheckbox/multistatecheckbox.cjs.min.js +1 -1
  191. package/multistatecheckbox/multistatecheckbox.esm.js +6 -3
  192. package/multistatecheckbox/multistatecheckbox.esm.min.js +1 -1
  193. package/multistatecheckbox/multistatecheckbox.js +6 -3
  194. package/multistatecheckbox/multistatecheckbox.min.js +1 -1
  195. package/overlaypanel/overlaypanel.cjs.js +5 -5
  196. package/overlaypanel/overlaypanel.cjs.min.js +1 -1
  197. package/overlaypanel/overlaypanel.esm.js +5 -5
  198. package/overlaypanel/overlaypanel.esm.min.js +1 -1
  199. package/overlaypanel/overlaypanel.js +5 -5
  200. package/overlaypanel/overlaypanel.min.js +1 -1
  201. package/package.json +1 -1
  202. package/panelmenu/panelmenu.cjs.js +12 -15
  203. package/panelmenu/panelmenu.cjs.min.js +1 -1
  204. package/panelmenu/panelmenu.esm.js +12 -15
  205. package/panelmenu/panelmenu.esm.min.js +1 -1
  206. package/panelmenu/panelmenu.js +12 -15
  207. package/panelmenu/panelmenu.min.js +1 -1
  208. package/passthrough/tailwind/index.cjs.js +134 -170
  209. package/passthrough/tailwind/index.cjs.min.js +1 -1
  210. package/passthrough/tailwind/index.esm.js +134 -170
  211. package/passthrough/tailwind/index.esm.min.js +1 -1
  212. package/passthrough/tailwind/index.js +134 -170
  213. package/passthrough/tailwind/index.min.js +1 -1
  214. package/password/password.cjs.js +5 -3
  215. package/password/password.cjs.min.js +1 -1
  216. package/password/password.d.ts +5 -0
  217. package/password/password.esm.js +5 -3
  218. package/password/password.esm.min.js +1 -1
  219. package/password/password.js +5 -3
  220. package/password/password.min.js +1 -1
  221. package/primereact.all.cjs.js +432 -302
  222. package/primereact.all.cjs.min.js +1 -1
  223. package/primereact.all.esm.js +432 -302
  224. package/primereact.all.esm.min.js +1 -1
  225. package/primereact.all.js +432 -302
  226. package/primereact.all.min.js +1 -1
  227. package/radiobutton/radiobutton.cjs.js +8 -3
  228. package/radiobutton/radiobutton.cjs.min.js +1 -1
  229. package/radiobutton/radiobutton.d.ts +5 -0
  230. package/radiobutton/radiobutton.esm.js +8 -3
  231. package/radiobutton/radiobutton.esm.min.js +1 -1
  232. package/radiobutton/radiobutton.js +8 -3
  233. package/radiobutton/radiobutton.min.js +1 -1
  234. package/rating/rating.cjs.js +2 -2
  235. package/rating/rating.cjs.min.js +1 -1
  236. package/rating/rating.esm.js +2 -2
  237. package/rating/rating.esm.min.js +1 -1
  238. package/rating/rating.js +2 -2
  239. package/rating/rating.min.js +1 -1
  240. package/resources/themes/arya-blue/theme.css +51 -43
  241. package/resources/themes/arya-green/theme.css +51 -43
  242. package/resources/themes/arya-orange/theme.css +51 -43
  243. package/resources/themes/bootstrap4-dark-blue/theme.css +51 -43
  244. package/resources/themes/bootstrap4-dark-purple/theme.css +9 -0
  245. package/resources/themes/bootstrap4-light-blue/theme.css +51 -43
  246. package/resources/themes/bootstrap4-light-purple/theme.css +9 -0
  247. package/resources/themes/fluent-light/theme.css +51 -43
  248. package/resources/themes/lara-dark-amber/theme.css +51 -43
  249. package/resources/themes/lara-dark-blue/theme.css +51 -43
  250. package/resources/themes/lara-dark-cyan/theme.css +51 -43
  251. package/resources/themes/lara-dark-green/theme.css +51 -43
  252. package/resources/themes/lara-dark-indigo/theme.css +51 -43
  253. package/resources/themes/lara-dark-pink/theme.css +51 -43
  254. package/resources/themes/lara-dark-purple/theme.css +1124 -227
  255. package/resources/themes/lara-dark-teal/theme.css +51 -43
  256. package/resources/themes/lara-light-amber/theme.css +51 -43
  257. package/resources/themes/lara-light-blue/theme.css +51 -43
  258. package/resources/themes/lara-light-cyan/theme.css +51 -43
  259. package/resources/themes/lara-light-green/theme.css +51 -43
  260. package/resources/themes/lara-light-indigo/theme.css +51 -43
  261. package/resources/themes/lara-light-pink/theme.css +51 -43
  262. package/resources/themes/lara-light-purple/theme.css +1122 -229
  263. package/resources/themes/lara-light-teal/theme.css +51 -43
  264. package/resources/themes/luna-amber/theme.css +51 -43
  265. package/resources/themes/luna-blue/theme.css +51 -43
  266. package/resources/themes/luna-green/theme.css +51 -43
  267. package/resources/themes/luna-pink/theme.css +51 -43
  268. package/resources/themes/md-dark-deeppurple/theme.css +9 -0
  269. package/resources/themes/md-dark-indigo/theme.css +193 -185
  270. package/resources/themes/md-light-deeppurple/theme.css +9 -0
  271. package/resources/themes/md-light-indigo/theme.css +51 -43
  272. package/resources/themes/mdc-dark-deeppurple/theme.css +9 -0
  273. package/resources/themes/mdc-dark-indigo/theme.css +193 -185
  274. package/resources/themes/mdc-light-deeppurple/theme.css +9 -0
  275. package/resources/themes/mdc-light-indigo/theme.css +51 -43
  276. package/resources/themes/mira/theme.css +51 -43
  277. package/resources/themes/nano/theme.css +51 -43
  278. package/resources/themes/nova/theme.css +51 -43
  279. package/resources/themes/nova-accent/theme.css +51 -43
  280. package/resources/themes/nova-alt/theme.css +51 -43
  281. package/resources/themes/rhea/theme.css +51 -43
  282. package/resources/themes/saga-blue/theme.css +51 -43
  283. package/resources/themes/saga-green/theme.css +51 -43
  284. package/resources/themes/saga-orange/theme.css +51 -43
  285. package/resources/themes/soho-dark/theme.css +76 -68
  286. package/resources/themes/soho-light/theme.css +51 -43
  287. package/resources/themes/tailwind-light/theme.css +52 -44
  288. package/resources/themes/vela-blue/theme.css +51 -43
  289. package/resources/themes/vela-green/theme.css +51 -43
  290. package/resources/themes/vela-orange/theme.css +51 -43
  291. package/resources/themes/viva-dark/theme.css +51 -43
  292. package/resources/themes/viva-light/theme.css +51 -43
  293. package/scrollpanel/scrollpanel.cjs.js +2 -5
  294. package/scrollpanel/scrollpanel.cjs.min.js +1 -1
  295. package/scrollpanel/scrollpanel.esm.js +3 -6
  296. package/scrollpanel/scrollpanel.esm.min.js +1 -1
  297. package/scrollpanel/scrollpanel.js +2 -5
  298. package/scrollpanel/scrollpanel.min.js +1 -1
  299. package/selectbutton/selectbutton.cjs.js +2 -2
  300. package/selectbutton/selectbutton.cjs.min.js +1 -1
  301. package/selectbutton/selectbutton.esm.js +2 -2
  302. package/selectbutton/selectbutton.esm.min.js +1 -1
  303. package/selectbutton/selectbutton.js +2 -2
  304. package/selectbutton/selectbutton.min.js +1 -1
  305. package/sidebar/sidebar.cjs.js +5 -5
  306. package/sidebar/sidebar.cjs.min.js +1 -1
  307. package/sidebar/sidebar.esm.js +5 -5
  308. package/sidebar/sidebar.esm.min.js +1 -1
  309. package/sidebar/sidebar.js +5 -5
  310. package/sidebar/sidebar.min.js +1 -1
  311. package/slidemenu/slidemenu.cjs.js +2 -2
  312. package/slidemenu/slidemenu.cjs.min.js +1 -1
  313. package/slidemenu/slidemenu.esm.js +2 -2
  314. package/slidemenu/slidemenu.esm.min.js +1 -1
  315. package/slidemenu/slidemenu.js +2 -2
  316. package/slidemenu/slidemenu.min.js +1 -1
  317. package/slider/slider.cjs.js +3 -3
  318. package/slider/slider.cjs.min.js +1 -1
  319. package/slider/slider.esm.js +3 -3
  320. package/slider/slider.esm.min.js +1 -1
  321. package/slider/slider.js +3 -3
  322. package/slider/slider.min.js +1 -1
  323. package/splitbutton/splitbutton.cjs.js +2 -2
  324. package/splitbutton/splitbutton.cjs.min.js +1 -1
  325. package/splitbutton/splitbutton.esm.js +2 -2
  326. package/splitbutton/splitbutton.esm.min.js +1 -1
  327. package/splitbutton/splitbutton.js +2 -2
  328. package/splitbutton/splitbutton.min.js +1 -1
  329. package/stepperpanel/stepperpanel.cjs.js +9 -2
  330. package/stepperpanel/stepperpanel.cjs.min.js +1 -1
  331. package/stepperpanel/stepperpanel.d.ts +1 -1
  332. package/stepperpanel/stepperpanel.esm.js +9 -2
  333. package/stepperpanel/stepperpanel.esm.min.js +1 -1
  334. package/stepperpanel/stepperpanel.js +10 -4
  335. package/stepperpanel/stepperpanel.min.js +1 -1
  336. package/steps/steps.cjs.js +2 -2
  337. package/steps/steps.cjs.min.js +1 -1
  338. package/steps/steps.esm.js +2 -2
  339. package/steps/steps.esm.min.js +1 -1
  340. package/steps/steps.js +2 -2
  341. package/steps/steps.min.js +1 -1
  342. package/tabmenu/tabmenu.cjs.js +2 -5
  343. package/tabmenu/tabmenu.cjs.min.js +1 -1
  344. package/tabmenu/tabmenu.esm.js +2 -5
  345. package/tabmenu/tabmenu.esm.min.js +1 -1
  346. package/tabmenu/tabmenu.js +2 -5
  347. package/tabmenu/tabmenu.min.js +1 -1
  348. package/tabview/tabview.cjs.js +2 -2
  349. package/tabview/tabview.cjs.min.js +1 -1
  350. package/tabview/tabview.esm.js +2 -2
  351. package/tabview/tabview.esm.min.js +1 -1
  352. package/tabview/tabview.js +2 -2
  353. package/tabview/tabview.min.js +1 -1
  354. package/tieredmenu/tieredmenu.cjs.js +2 -2
  355. package/tieredmenu/tieredmenu.cjs.min.js +1 -1
  356. package/tieredmenu/tieredmenu.esm.js +2 -2
  357. package/tieredmenu/tieredmenu.esm.min.js +1 -1
  358. package/tieredmenu/tieredmenu.js +2 -2
  359. package/tieredmenu/tieredmenu.min.js +1 -1
  360. package/togglebutton/togglebutton.cjs.js +3 -3
  361. package/togglebutton/togglebutton.cjs.min.js +1 -1
  362. package/togglebutton/togglebutton.esm.js +3 -3
  363. package/togglebutton/togglebutton.esm.min.js +1 -1
  364. package/togglebutton/togglebutton.js +3 -3
  365. package/togglebutton/togglebutton.min.js +1 -1
  366. package/toolbar/toolbar.cjs.js +2 -5
  367. package/toolbar/toolbar.cjs.min.js +1 -1
  368. package/toolbar/toolbar.esm.js +3 -6
  369. package/toolbar/toolbar.esm.min.js +1 -1
  370. package/toolbar/toolbar.js +2 -5
  371. package/toolbar/toolbar.min.js +1 -1
  372. package/tree/tree.cjs.js +12 -5
  373. package/tree/tree.cjs.min.js +1 -1
  374. package/tree/tree.esm.js +12 -5
  375. package/tree/tree.esm.min.js +1 -1
  376. package/tree/tree.js +12 -5
  377. package/tree/tree.min.js +1 -1
  378. package/treeselect/treeselect.cjs.js +7 -3
  379. package/treeselect/treeselect.cjs.min.js +1 -1
  380. package/treeselect/treeselect.d.ts +5 -0
  381. package/treeselect/treeselect.esm.js +7 -3
  382. package/treeselect/treeselect.esm.min.js +1 -1
  383. package/treeselect/treeselect.js +7 -3
  384. package/treeselect/treeselect.min.js +1 -1
  385. package/treetable/treetable.cjs.js +6 -3
  386. package/treetable/treetable.cjs.min.js +1 -1
  387. package/treetable/treetable.esm.js +6 -3
  388. package/treetable/treetable.esm.min.js +1 -1
  389. package/treetable/treetable.js +6 -3
  390. package/treetable/treetable.min.js +1 -1
  391. package/tristatecheckbox/tristatecheckbox.cjs.js +7 -3
  392. package/tristatecheckbox/tristatecheckbox.cjs.min.js +1 -1
  393. package/tristatecheckbox/tristatecheckbox.d.ts +5 -0
  394. package/tristatecheckbox/tristatecheckbox.esm.js +7 -3
  395. package/tristatecheckbox/tristatecheckbox.esm.min.js +1 -1
  396. package/tristatecheckbox/tristatecheckbox.js +7 -3
  397. package/tristatecheckbox/tristatecheckbox.min.js +1 -1
  398. package/web-types.json +302 -11
@@ -390,7 +390,7 @@ this.passthrough.tailwind = (function (exports) {
390
390
  })
391
391
  };
392
392
  },
393
- gutterhandler: function gutterhandler(_ref12) {
393
+ gutterHandler: function gutterHandler(_ref12) {
394
394
  var props = _ref12.props;
395
395
  return {
396
396
  className: classNames('bg-gray-300 dark:bg-gray-600 transition-all duration-200', {
@@ -695,7 +695,7 @@ this.passthrough.tailwind = (function (exports) {
695
695
  text: 'text-base font-normal flex flex-col flex-1 grow shrink ml-4',
696
696
  summary: 'font-bold block',
697
697
  detail: 'mt-1 block',
698
- closebutton: {
698
+ closeButton: {
699
699
  className: classNames('w-8 h-8 rounded-full bg-transparent transition duration-200 ease-in-out', 'ml-auto overflow-hidden relative', 'flex items-center justify-center', 'hover:bg-white/30')
700
700
  },
701
701
  transition: {
@@ -1346,7 +1346,7 @@ this.passthrough.tailwind = (function (exports) {
1346
1346
  className: classNames('border-collapse w-full', 'my-2')
1347
1347
  },
1348
1348
  tableHeaderCell: 'p-2',
1349
- weekday: 'text-gray-600 dark:text-white/70',
1349
+ weekDay: 'text-gray-600 dark:text-white/70',
1350
1350
  day: 'p-2',
1351
1351
  dayLabel: function dayLabel(_ref68) {
1352
1352
  var context = _ref68.context;
@@ -1705,7 +1705,7 @@ this.passthrough.tailwind = (function (exports) {
1705
1705
  background: 'linear-gradient(to top, #000 0%, rgb(0 0 0 / 0) 100%), linear-gradient(to right, #fff 0%, rgb(255 255 255 / 0) 100%)'
1706
1706
  }
1707
1707
  },
1708
- colorhandle: {
1708
+ colorHandle: {
1709
1709
  className: classNames('rounded-full border border-solid cursor-pointer h-3 w-3 absolute opacity-85', 'border-white')
1710
1710
  },
1711
1711
  hue: {
@@ -1714,7 +1714,7 @@ this.passthrough.tailwind = (function (exports) {
1714
1714
  background: 'linear-gradient(0deg, red 0, #ff0 17%, #0f0 33%, #0ff 50%, #00f 67%, #f0f 83%, red)'
1715
1715
  }
1716
1716
  },
1717
- huehandle: 'border-solid border-2 cursor-pointer h-2 w-8 left-0 -ml-1 -mt-1 opacity-85 absolute',
1717
+ hueHandle: 'border-solid border-2 cursor-pointer h-2 w-8 left-0 -ml-1 -mt-1 opacity-85 absolute',
1718
1718
  transition: TRANSITIONS.overlay
1719
1719
  },
1720
1720
  editor: {
@@ -1869,7 +1869,7 @@ this.passthrough.tailwind = (function (exports) {
1869
1869
  },
1870
1870
  container: 'flex items-center',
1871
1871
  prompt: 'text-yellow-400',
1872
- commandtext: 'flex-1 shrink grow-0 border-0 bg-transparent text-inherit p-0 outline-none'
1872
+ commandText: 'flex-1 shrink grow-0 border-0 bg-transparent text-inherit p-0 outline-none'
1873
1873
  },
1874
1874
  blockui: {
1875
1875
  root: 'relative',
@@ -1997,7 +1997,7 @@ this.passthrough.tailwind = (function (exports) {
1997
1997
  className: classNames('hover:bg-gray-200')
1998
1998
  },
1999
1999
  icon: 'text-gray-600 dark:text-white/70 mr-2',
2000
- submenuheader: {
2000
+ submenuHeader: {
2001
2001
  className: classNames('m-0 p-3 text-gray-700 dark:text-white/80 bg-white dark:bg-gray-900 font-bold rounded-tl-none rounded-tr-none')
2002
2002
  },
2003
2003
  separator: 'border-t border-gray-300 dark:border-blue-900/40 my-1',
@@ -2041,7 +2041,7 @@ this.passthrough.tailwind = (function (exports) {
2041
2041
  };
2042
2042
  },
2043
2043
  icon: 'mr-2',
2044
- submenuicon: function submenuicon(_ref101) {
2044
+ submenuIcon: function submenuIcon(_ref101) {
2045
2045
  var props = _ref101.props;
2046
2046
  return {
2047
2047
  className: classNames({
@@ -2115,7 +2115,7 @@ this.passthrough.tailwind = (function (exports) {
2115
2115
  }, 'no-underline w-8 h-8 items-center justify-center rounded-full transition hover:bg-gray-200 focus:shadow-[0_0_0_0.2rem_rgba(191,219,254,1)]')
2116
2116
  };
2117
2117
  },
2118
- headeraction: {
2118
+ headerAction: {
2119
2119
  className: classNames('select-none', 'cursor-pointer flex items-center no-underline overflow-hidden relative', 'py-3 px-5 select-none')
2120
2120
  },
2121
2121
  action: {
@@ -2127,7 +2127,7 @@ this.passthrough.tailwind = (function (exports) {
2127
2127
  submenuItem: {
2128
2128
  className: classNames('text-gray-700 hover:bg-gray-200')
2129
2129
  },
2130
- submenuicon: function submenuicon(_ref107) {
2130
+ submenuIcon: function submenuIcon(_ref107) {
2131
2131
  var props = _ref107.props;
2132
2132
  return {
2133
2133
  className: classNames({
@@ -2149,7 +2149,7 @@ this.passthrough.tailwind = (function (exports) {
2149
2149
  submenu: {
2150
2150
  className: classNames('m-0 list-none', 'py-1 w-48')
2151
2151
  },
2152
- submenuheader: {
2152
+ submenuHeader: {
2153
2153
  className: classNames('m-0 py-3 px-5 text-gray-700 dark:text-white/80 bg-white dark:bg-gray-900 font-semibold rounded-tr-md rounded-tl-md')
2154
2154
  }
2155
2155
  },
@@ -2163,16 +2163,16 @@ this.passthrough.tailwind = (function (exports) {
2163
2163
  )
2164
2164
  },
2165
2165
 
2166
- headeraction: {
2166
+ headerAction: {
2167
2167
  className: classNames('flex items-center select-none cursor-pointer relative no-underline', 'text-gray-700 dark:text-white/80 p-5 font-bold')
2168
2168
  },
2169
- headersubmenuicon: {
2169
+ headerSubmenuIcon: {
2170
2170
  className: classNames('mr-2')
2171
2171
  },
2172
- headericon: {
2172
+ headerIcon: {
2173
2173
  className: classNames('mr-2')
2174
2174
  },
2175
- menucontent: {
2175
+ menuContent: {
2176
2176
  className: classNames('py-1 border border-t-0 border-gray-300 dark:border-blue-900/40 bg-white dark:bg-gray-900 text-gray-700 dark:text-white/80 rounded-t-none rounded-br-md rounded-bl-md')
2177
2177
  },
2178
2178
  menu: {
@@ -2197,7 +2197,7 @@ this.passthrough.tailwind = (function (exports) {
2197
2197
  submenu: {
2198
2198
  className: classNames('p-0 pl-4 m-0 list-none')
2199
2199
  },
2200
- submenuicon: {
2200
+ submenuIcon: {
2201
2201
  className: classNames('mr-2')
2202
2202
  },
2203
2203
  transition: TRANSITIONS.toggleable
@@ -2274,7 +2274,7 @@ this.passthrough.tailwind = (function (exports) {
2274
2274
  };
2275
2275
  },
2276
2276
  icon: 'mr-2',
2277
- submenuicon: 'ml-auto',
2277
+ submenuIcon: 'ml-auto',
2278
2278
  separator: 'border-t border-gray-300 my-1 dark:border-blue-900/40',
2279
2279
  submenu: {
2280
2280
  className: classNames('py-1 bg-white dark:bg-gray-900 border-0 shadow-md min-w-full', 'absolute z-10', 'left-full top-0')
@@ -2312,7 +2312,7 @@ this.passthrough.tailwind = (function (exports) {
2312
2312
  };
2313
2313
  },
2314
2314
  icon: 'mr-2',
2315
- submenuicon: 'ml-auto',
2315
+ submenuIcon: 'ml-auto',
2316
2316
  separator: 'border-t border-gray-300 my-1 dark:border-blue-900/40',
2317
2317
  submenu: {
2318
2318
  className: classNames('py-1 bg-white dark:bg-gray-900 border-0 shadow-md min-w-full', 'absolute z-10', 'left-full top-0')
@@ -2323,93 +2323,57 @@ this.passthrough.tailwind = (function (exports) {
2323
2323
  root: function root(_ref116) {
2324
2324
  var props = _ref116.props;
2325
2325
  return {
2326
- "class": [
2327
- // Flexbox
2328
- 'flex gap-4', {
2326
+ className: classNames('flex gap-4', {
2329
2327
  'flex-col': props.orientation == 'horizontal',
2330
2328
  'flex-row': props.orientation == 'vertical'
2331
- }]
2329
+ })
2332
2330
  };
2333
2331
  },
2334
2332
  metercontainer: function metercontainer(_ref117) {
2335
2333
  var props = _ref117.props;
2336
2334
  return {
2337
- "class": [
2338
- // Flexbox
2339
- 'flex', {
2335
+ className: classNames('flex', {
2340
2336
  'flex-col': props.orientation === 'vertical'
2341
- },
2342
- // Sizing
2343
- {
2337
+ }, {
2344
2338
  'w-2 h-full': props.orientation === 'vertical'
2345
2339
  }, {
2346
2340
  'h-2': props.orientation === 'horizontal'
2347
- },
2348
- // Colors
2349
- 'bg-gray-200 dark:bg-gray-700',
2350
- // Border Radius
2351
- 'rounded-lg']
2341
+ }, 'bg-gray-200 dark:bg-gray-700', 'rounded-lg')
2352
2342
  };
2353
2343
  },
2354
2344
  meter: function meter(_ref118) {
2355
2345
  var props = _ref118.props;
2356
2346
  return {
2357
- "class": [
2358
- // Shape
2359
- 'border-0',
2360
- // Rounded Corners - Horizontal
2361
- {
2347
+ className: classNames('border-0', {
2362
2348
  'first:rounded-l-lg last:rounded-r-lg': props.orientation === 'horizontal'
2363
- },
2364
- // Rounded Corners - Vertical
2365
- {
2349
+ }, {
2366
2350
  'first:rounded-t-lg last:rounded-b-lg': props.orientation === 'vertical'
2367
- },
2368
- // Colors
2369
- 'bg-primary-500 dark:bg-primary-400']
2351
+ }, 'bg-primary-500 dark:bg-primary-400')
2370
2352
  };
2371
2353
  },
2372
2354
  labellist: function labellist(_ref119) {
2373
2355
  var props = _ref119.props;
2374
2356
  return {
2375
- "class": [
2376
- // Display & Flexbox
2377
- 'flex flex-wrap', {
2357
+ className: classNames('flex flex-wrap', {
2378
2358
  'gap-4': props.labelOrientation === 'horizontal'
2379
2359
  }, {
2380
2360
  'gap-2': props.labelOrientation === 'vertical'
2381
2361
  }, {
2382
2362
  'flex-col': props.labelOrientation === 'vertical'
2383
- },
2384
- // Conditional Alignment - Horizontal
2385
- {
2363
+ }, {
2386
2364
  'align-end': props.labelOrientation === 'horizontal' && props.labelPosition === 'end',
2387
2365
  'align-start': props.labelOrientation === 'horizontal' && props.labelPosition === 'start'
2388
- },
2389
- // Conditional Alignment - Vertical
2390
- {
2366
+ }, {
2391
2367
  'justify-end': props.labelOrientation === 'vertical' && props.labelPosition === 'end',
2392
2368
  'justify-start': props.labelOrientation === 'vertical' && props.labelPosition === 'start'
2393
- },
2394
- // List Styling
2395
- 'm-0 p-0 list-none']
2369
+ }, 'm-0 p-0 list-none')
2396
2370
  };
2397
2371
  },
2398
2372
  labellistitem: {
2399
- "class": [
2400
- // Flexbox
2401
- 'inline-flex', 'items-center', 'gap-2']
2373
+ className: 'inline-flex items-center gap-2'
2402
2374
  },
2403
2375
  labellisttype: {
2404
- "class": [
2405
- // Display
2406
- 'inline-flex',
2407
- // Background Color
2408
- 'bg-primary-500 dark:bg-primary-400',
2409
- // Size
2410
- 'w-2 h-2',
2411
- // Rounded Shape
2412
- 'rounded-full']
2376
+ className: 'inline-flex bg-primary-500 dark:bg-primary-400 w-2 h-2 rounded-full'
2413
2377
  }
2414
2378
  },
2415
2379
  //MEDIA
@@ -2426,26 +2390,26 @@ this.passthrough.tailwind = (function (exports) {
2426
2390
  toolbar: {
2427
2391
  className: classNames('absolute top-0 right-0 z-10 flex', 'p-4')
2428
2392
  },
2429
- rotaterightbutton: {
2393
+ rotateRightButton: {
2430
2394
  className: classNames('flex justify-center items-center', 'text-white bg-transparent w-12 h-12 rounded-full transition duration-200 ease-in-out mr-2', 'hover:text-white hover:bg-white/10', 'focus:outline-none focus:outline-offset-0 focus:shadow-[0_0_0_0.2rem_rgba(191,219,254,1)]')
2431
2395
  },
2432
- rotaterighticon: 'w-6 h-6',
2433
- rotateleftbutton: {
2396
+ rotateRightIcon: 'w-6 h-6',
2397
+ rotateLeftButton: {
2434
2398
  className: classNames('flex justify-center items-center', 'text-white bg-transparent w-12 h-12 rounded-full transition duration-200 ease-in-out mr-2', 'hover:text-white hover:bg-white/10', 'focus:outline-none focus:outline-offset-0 focus:shadow-[0_0_0_0.2rem_rgba(191,219,254,1)]')
2435
2399
  },
2436
- rotatelefticon: 'w-6 h-6',
2437
- zoomoutbutton: {
2400
+ rotateLeftIcon: 'w-6 h-6',
2401
+ zoomOutButton: {
2438
2402
  className: classNames('flex justify-center items-center', 'text-white bg-transparent w-12 h-12 rounded-full transition duration-200 ease-in-out mr-2', 'hover:text-white hover:bg-white/10', 'focus:outline-none focus:outline-offset-0 focus:shadow-[0_0_0_0.2rem_rgba(191,219,254,1)]')
2439
2403
  },
2440
- zoomouticon: 'w-6 h-6',
2441
- zoominbutton: {
2404
+ zoomOutIcon: 'w-6 h-6',
2405
+ zoomInButton: {
2442
2406
  className: classNames('flex justify-center items-center', 'text-white bg-transparent w-12 h-12 rounded-full transition duration-200 ease-in-out mr-2', 'hover:text-white hover:bg-white/10', 'focus:outline-none focus:outline-offset-0 focus:shadow-[0_0_0_0.2rem_rgba(191,219,254,1)]')
2443
2407
  },
2444
- zoominicon: 'w-6 h-6',
2445
- closebutton: {
2408
+ zoomInIcon: 'w-6 h-6',
2409
+ closeButton: {
2446
2410
  className: classNames('flex justify-center items-center', 'text-white bg-transparent w-12 h-12 rounded-full transition duration-200 ease-in-out mr-2', 'hover:text-white hover:bg-white/10', 'focus:outline-none focus:outline-offset-0 focus:shadow-[0_0_0_0.2rem_rgba(191,219,254,1)]')
2447
2411
  },
2448
- closeicon: 'w-6 h-6',
2412
+ closeIcon: 'w-6 h-6',
2449
2413
  transition: {
2450
2414
  timeout: 150,
2451
2415
  classNames: {
@@ -2459,22 +2423,22 @@ this.passthrough.tailwind = (function (exports) {
2459
2423
  galleria: {
2460
2424
  root: 'flex flex-col',
2461
2425
  content: 'flex flex-col',
2462
- itemwrapper: 'flex flex-col relative',
2463
- itemcontainer: 'relative flex h-full',
2426
+ itemWrapper: 'flex flex-col relative',
2427
+ itemContainer: 'relative flex h-full',
2464
2428
  item: 'flex justify-center items-center h-full w-full',
2465
- thumbnailwrapper: 'flex flex-col overflow-auto shrink-0',
2466
- thumbnailcontainer: {
2429
+ thumbnailWrapper: 'flex flex-col overflow-auto shrink-0',
2430
+ thumbnailContainer: {
2467
2431
  className: classNames('flex flex-row', 'bg-black/90 p-4')
2468
2432
  },
2469
- previousthumbnailbutton: {
2433
+ previousThumbnailButton: {
2470
2434
  className: classNames('self-center flex shrink-0 justify-center items-center overflow-hidden relative', 'm-2 bg-transparent text-white w-8 h-8 transition duration-200 ease-in-out rounded-full', 'hover:bg-white/10 hover:text-white', 'focus:outline-none focus:outline-offset-0 focus:shadow-[0_0_0_0.2rem_rgba(191,219,254,1)]')
2471
2435
  },
2472
- thumbnailitemscontainer: 'overflow-hidden w-full',
2473
- thumbnailitems: 'flex',
2474
- thumbnailitem: {
2436
+ thumbnailItemsContainer: 'overflow-hidden w-full',
2437
+ thumbnailItems: 'flex',
2438
+ thumbnailItem: {
2475
2439
  className: classNames('overflow-auto flex items-center justify-center cursor-pointer opacity-50', 'flex-1 grow-0 shrink-0 w-20', 'hover:opacity-100 hover:transition-opacity hover:duration-300')
2476
2440
  },
2477
- nextthumbnailbutton: {
2441
+ nextThumbnailButton: {
2478
2442
  className: classNames('self-center flex shrink-0 justify-center items-center overflow-hidden relative', 'm-2 bg-transparent text-white w-8 h-8 transition duration-200 ease-in-out rounded-full', 'hover:bg-white/10 hover:text-white', 'focus:outline-none focus:outline-offset-0 focus:shadow-[0_0_0_0.2rem_rgba(191,219,254,1)]')
2479
2443
  },
2480
2444
  indicators: {
@@ -2498,14 +2462,14 @@ this.passthrough.tailwind = (function (exports) {
2498
2462
  })
2499
2463
  };
2500
2464
  },
2501
- closebutton: {
2465
+ closeButton: {
2502
2466
  className: classNames('absolute top-0 right-0 flex justify-center items-center overflow-hidden m-2', 'text-white bg-transparent w-12 h-12 rounded-full transition duration-200 ease-in-out', 'hover:text-white hover:bg-white/10', 'focus:outline-none focus:outline-offset-0 focus:shadow-[0_0_0_0.2rem_rgba(191,219,254,1)]')
2503
2467
  },
2504
- closeicon: 'w-6 h-6',
2505
- previousitembutton: {
2468
+ closeIcon: 'w-6 h-6',
2469
+ previousItemButton: {
2506
2470
  className: classNames('inline-flex justify-center items-center overflow-hidden', 'bg-transparent text-white w-16 h-16 transition duration-200 ease-in-out rounded-md mx-2', 'fixed top-1/2 mt-[-0.5rem]', 'left-0', 'hover:bg-white/10 hover:text-white', 'focus:outline-none focus:outline-offset-0 focus:shadow-[0_0_0_0.2rem_rgba(191,219,254,1)]')
2507
2471
  },
2508
- nextitembutton: {
2472
+ nextItemButton: {
2509
2473
  className: classNames('inline-flex justify-center items-center overflow-hidden', 'bg-transparent text-white w-16 h-16 transition duration-200 ease-in-out rounded-md mx-2', 'fixed top-1/2 mt-[-0.5rem]', 'right-0', 'hover:bg-white/10 hover:text-white', 'focus:outline-none focus:outline-offset-0 focus:shadow-[0_0_0_0.2rem_rgba(191,219,254,1)]')
2510
2474
  },
2511
2475
  caption: {
@@ -2533,11 +2497,11 @@ this.passthrough.tailwind = (function (exports) {
2533
2497
  })
2534
2498
  };
2535
2499
  },
2536
- previousbutton: {
2500
+ previousButton: {
2537
2501
  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')
2538
2502
  },
2539
- itemscontent: 'overflow-hidden w-full',
2540
- itemscontainer: function itemscontainer(_ref123) {
2503
+ itemsContent: 'overflow-hidden w-full',
2504
+ itemsContainer: function itemsContainer(_ref123) {
2541
2505
  var props = _ref123.props;
2542
2506
  return {
2543
2507
  className: classNames('flex ', {
@@ -2559,7 +2523,7 @@ this.passthrough.tailwind = (function (exports) {
2559
2523
  className: classNames('flex flex-row justify-center flex-wrap')
2560
2524
  },
2561
2525
  indicator: 'mr-2 mb-2',
2562
- indicatorbutton: function indicatorbutton(_ref125) {
2526
+ indicatorButton: function indicatorButton(_ref125) {
2563
2527
  var context = _ref125.context;
2564
2528
  return {
2565
2529
  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)]', {
@@ -2604,7 +2568,7 @@ this.passthrough.tailwind = (function (exports) {
2604
2568
  })
2605
2569
  };
2606
2570
  },
2607
- checkboxcontainer: 'mr-2',
2571
+ checkboxContainer: 'mr-2',
2608
2572
  checkbox: function checkbox(_ref129) {
2609
2573
  var context = _ref129.context,
2610
2574
  props = _ref129.props;
@@ -2618,17 +2582,17 @@ this.passthrough.tailwind = (function (exports) {
2618
2582
  })
2619
2583
  };
2620
2584
  },
2621
- nodeicon: 'mr-2 text-gray-600 dark:text-white/70',
2585
+ nodeIcon: 'mr-2 text-gray-600 dark:text-white/70',
2622
2586
  subgroup: {
2623
2587
  className: classNames('m-0 list-none', 'p-0 pl-4')
2624
2588
  },
2625
- filtercontainer: {
2589
+ filterContainer: {
2626
2590
  className: classNames('mb-2', 'relative block w-full')
2627
2591
  },
2628
2592
  input: {
2629
2593
  className: classNames('m-0 p-3 text-base w-full pr-7', 'font-sans text-gray-600 dark:text-white/70 bg-white dark:bg-gray-900 border border-gray-300 dark:border-blue-900/40 transition-colors duration-200 appearance-none rounded-lg', 'hover:border-blue-500 focus:outline-none focus:outline-offset-0 focus:shadow-[0_0_0_0.2rem_rgba(191,219,254,1)] dark:focus:shadow-[0_0_0_0.2rem_rgba(147,197,253,0.5)]')
2630
2594
  },
2631
- searchicon: 'absolute top-1/2 -mt-2 right-3 text-gray-600 dark:hover:text-white/70'
2595
+ searchIcon: 'absolute top-1/2 -mt-2 right-3 text-gray-600 dark:hover:text-white/70'
2632
2596
  },
2633
2597
  // DATA
2634
2598
  timeline: {
@@ -2711,7 +2675,7 @@ this.passthrough.tailwind = (function (exports) {
2711
2675
  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'
2712
2676
  },
2713
2677
  dataviewlayoutoptions: {
2714
- listbutton: function listbutton(_ref136) {
2678
+ listButton: function listButton(_ref136) {
2715
2679
  var props = _ref136.props;
2716
2680
  return {
2717
2681
  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
@@ -2719,7 +2683,7 @@ this.passthrough.tailwind = (function (exports) {
2719
2683
  };
2720
2684
  },
2721
2685
 
2722
- gridbutton: function gridbutton(_ref137) {
2686
+ gridButton: function gridButton(_ref137) {
2723
2687
  var props = _ref137.props;
2724
2688
  return {
2725
2689
  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
@@ -2745,13 +2709,13 @@ this.passthrough.tailwind = (function (exports) {
2745
2709
  )
2746
2710
  },
2747
2711
 
2748
- linecell: 'text-center align-top py-0 px-3',
2749
- linedown: {
2712
+ lineCell: 'text-center align-top py-0 px-3',
2713
+ lineDown: {
2750
2714
  className: classNames('mx-auto my-0 w-px h-[20px] bg-gray-300', 'dark:bg-blue-900/40' //Dark Mode
2751
2715
  )
2752
2716
  },
2753
2717
 
2754
- lineleft: function lineleft(_ref138) {
2718
+ lineLeft: function lineLeft(_ref138) {
2755
2719
  var context = _ref138.context;
2756
2720
  return {
2757
2721
  className: classNames('text-center align-top py-0 px-3 rounded-none border-r border-gray-300', 'dark:border-blue-900/40',
@@ -2761,7 +2725,7 @@ this.passthrough.tailwind = (function (exports) {
2761
2725
  })
2762
2726
  };
2763
2727
  },
2764
- lineright: function lineright(_ref139) {
2728
+ lineRight: function lineRight(_ref139) {
2765
2729
  var context = _ref139.context;
2766
2730
  return {
2767
2731
  className: classNames('text-center align-top py-0 px-3 rounded-none', 'dark:border-blue-900/40',
@@ -2771,18 +2735,18 @@ this.passthrough.tailwind = (function (exports) {
2771
2735
  })
2772
2736
  };
2773
2737
  },
2774
- nodecell: 'text-center align-top py-0 px-3',
2775
- nodetoggler: {
2738
+ nodeCell: 'text-center align-top py-0 px-3',
2739
+ nodeToggler: {
2776
2740
  className: classNames('absolute bottom-[-0.75rem] left-2/4 -ml-3 w-6 h-6 bg-inherit text-inherit rounded-full z-2 cursor-pointer no-underline select-none', 'focus:outline-none focus:outline-offset-0 focus:shadow-[0_0_0_0.2rem_rgba(191,219,254,1)] dark:focus:shadow-[0_0_0_0.2rem_rgba(147,197,253,0.5)]' // Focus styles
2777
2741
  )
2778
2742
  },
2779
2743
 
2780
- nodetogglericon: 'relative inline-block w-4 h-4'
2744
+ nodeTogglerIcon: 'relative inline-block w-4 h-4'
2781
2745
  },
2782
2746
  orderlist: {
2783
2747
  root: 'flex',
2784
2748
  controls: 'flex flex-col justify-center p-5',
2785
- moveupbutton: {
2749
+ moveUpButton: {
2786
2750
  root: function root(_ref140) {
2787
2751
  var context = _ref140.context;
2788
2752
  return {
@@ -2805,7 +2769,7 @@ this.passthrough.tailwind = (function (exports) {
2805
2769
  };
2806
2770
  }
2807
2771
  },
2808
- movetopbutton: {
2772
+ moveTopButton: {
2809
2773
  root: function root(_ref141) {
2810
2774
  var context = _ref141.context;
2811
2775
  return {
@@ -2828,7 +2792,7 @@ this.passthrough.tailwind = (function (exports) {
2828
2792
  };
2829
2793
  }
2830
2794
  },
2831
- movedownbutton: {
2795
+ moveDownButton: {
2832
2796
  root: function root(_ref142) {
2833
2797
  var context = _ref142.context;
2834
2798
  return {
@@ -2851,7 +2815,7 @@ this.passthrough.tailwind = (function (exports) {
2851
2815
  };
2852
2816
  }
2853
2817
  },
2854
- movebottombutton: {
2818
+ moveBottomButton: {
2855
2819
  root: function root(_ref143) {
2856
2820
  var context = _ref143.context;
2857
2821
  return {
@@ -2974,7 +2938,7 @@ this.passthrough.tailwind = (function (exports) {
2974
2938
  };
2975
2939
  },
2976
2940
  buttons: 'flex flex-row xl:flex-col justify-center p-5',
2977
- movetotargetbutton: {
2941
+ moveToTargetButton: {
2978
2942
  root: {
2979
2943
  className: classNames('relative inline-flex cursor-pointer user-select-none items-center align-bottom text-center overflow-hidden m-0',
2980
2944
  // button component
@@ -2988,7 +2952,7 @@ this.passthrough.tailwind = (function (exports) {
2988
2952
 
2989
2953
  label: 'flex-initial w-0'
2990
2954
  },
2991
- movealltotargetbutton: {
2955
+ moveAllToTargetButton: {
2992
2956
  root: {
2993
2957
  className: classNames('relative inline-flex cursor-pointer user-select-none items-center align-bottom text-center overflow-hidden m-0',
2994
2958
  // button component
@@ -3002,7 +2966,7 @@ this.passthrough.tailwind = (function (exports) {
3002
2966
 
3003
2967
  label: 'flex-initial w-0'
3004
2968
  },
3005
- movetosourcebutton: {
2969
+ moveToSourceButton: {
3006
2970
  root: {
3007
2971
  className: classNames('relative inline-flex cursor-pointer user-select-none items-center align-bottom text-center overflow-hidden m-0',
3008
2972
  // button component
@@ -3016,7 +2980,7 @@ this.passthrough.tailwind = (function (exports) {
3016
2980
 
3017
2981
  label: 'flex-initial w-0'
3018
2982
  },
3019
- movealltosourcebutton: {
2983
+ moveAllToSourceButton: {
3020
2984
  root: {
3021
2985
  className: classNames('relative inline-flex cursor-pointer user-select-none items-center align-bottom text-center overflow-hidden m-0',
3022
2986
  // button component
@@ -3058,7 +3022,7 @@ this.passthrough.tailwind = (function (exports) {
3058
3022
  )
3059
3023
  },
3060
3024
 
3061
- firstpagebutton: function firstpagebutton(_ref146) {
3025
+ firstPageButton: function firstPageButton(_ref146) {
3062
3026
  var context = _ref146.context;
3063
3027
  return {
3064
3028
  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',
@@ -3070,7 +3034,7 @@ this.passthrough.tailwind = (function (exports) {
3070
3034
  };
3071
3035
  },
3072
3036
 
3073
- previouspagebutton: function previouspagebutton(_ref147) {
3037
+ prevPageButton: function prevPageButton(_ref147) {
3074
3038
  var context = _ref147.context;
3075
3039
  return {
3076
3040
  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',
@@ -3082,7 +3046,7 @@ this.passthrough.tailwind = (function (exports) {
3082
3046
  };
3083
3047
  },
3084
3048
 
3085
- nextpagebutton: function nextpagebutton(_ref148) {
3049
+ nextPageButton: function nextPageButton(_ref148) {
3086
3050
  var context = _ref148.context;
3087
3051
  return {
3088
3052
  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',
@@ -3094,7 +3058,7 @@ this.passthrough.tailwind = (function (exports) {
3094
3058
  };
3095
3059
  },
3096
3060
 
3097
- lastpagebutton: function lastpagebutton(_ref149) {
3061
+ lastPageButton: function lastPageButton(_ref149) {
3098
3062
  var context = _ref149.context;
3099
3063
  return {
3100
3064
  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',
@@ -3106,7 +3070,7 @@ this.passthrough.tailwind = (function (exports) {
3106
3070
  };
3107
3071
  },
3108
3072
 
3109
- pagebutton: function pagebutton(_ref150) {
3073
+ pageButton: function pageButton(_ref150) {
3110
3074
  var context = _ref150.context;
3111
3075
  return {
3112
3076
  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',
@@ -3118,7 +3082,7 @@ this.passthrough.tailwind = (function (exports) {
3118
3082
  })
3119
3083
  };
3120
3084
  },
3121
- rowperpagedropdown: {
3085
+ RPPDropdown: {
3122
3086
  root: function root(_ref151) {
3123
3087
  var props = _ref151.props,
3124
3088
  state = _ref151.state;
@@ -3162,7 +3126,7 @@ this.passthrough.tailwind = (function (exports) {
3162
3126
  };
3163
3127
  }
3164
3128
  },
3165
- jumptopageinput: {
3129
+ JTPInput: {
3166
3130
  root: 'inline-flex mx-2',
3167
3131
  input: {
3168
3132
  className: classNames('font-sans text-base text-gray-600 p-3 m-0 rounded-md apperance-none', 'block whitespace-nowrap overflow-hidden flex-auto w-[1%] cursor-pointer text-ellipsis border border-gray-300 pr-0', 'focus:outline-none focus:outline-offset-0 focus:shadow-[0_0_0_0.2rem_rgba(191,219,254,1)] focus:border-blue-300', 'dark:text-white dark:bg-gray-950 dark:border-blue-900/40',
@@ -3224,18 +3188,18 @@ this.passthrough.tailwind = (function (exports) {
3224
3188
  })
3225
3189
  };
3226
3190
  },
3227
- loadingoverlay: {
3191
+ loadingOverlay: {
3228
3192
  className: classNames('fixed w-full h-full t-0 l-0 bg-gray-100/40', 'transition duration-200', 'absolute flex items-center justify-center z-2', 'dark:bg-gray-950/40' // Dark Mode
3229
3193
  )
3230
3194
  },
3231
3195
 
3232
- loadingicon: 'w-8 h-8',
3196
+ loadingIcon: 'w-8 h-8',
3233
3197
  header: {
3234
3198
  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
3235
3199
  )
3236
3200
  },
3237
3201
 
3238
- scrollablewrapper: function scrollablewrapper(_ref156) {
3202
+ scrollableWrapper: function scrollableWrapper(_ref156) {
3239
3203
  var props = _ref156.props;
3240
3204
  return {
3241
3205
  className: classNames({
@@ -3283,7 +3247,7 @@ this.passthrough.tailwind = (function (exports) {
3283
3247
  })
3284
3248
  };
3285
3249
  },
3286
- headerrow: function headerrow(_ref161) {
3250
+ headerRow: function headerRow(_ref161) {
3287
3251
  var props = _ref161.props;
3288
3252
  return {
3289
3253
  className: classNames({
@@ -3304,7 +3268,7 @@ this.passthrough.tailwind = (function (exports) {
3304
3268
  };
3305
3269
  },
3306
3270
  column: {
3307
- headercell: function headercell(_ref163) {
3271
+ headerCell: function headerCell(_ref163) {
3308
3272
  var context = _ref163.context;
3309
3273
  return {
3310
3274
  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',
@@ -3320,7 +3284,7 @@ this.passthrough.tailwind = (function (exports) {
3320
3284
  })
3321
3285
  };
3322
3286
  },
3323
- bodycell: function bodycell(_ref164) {
3287
+ bodyCell: function bodyCell(_ref164) {
3324
3288
  var context = _ref164.context;
3325
3289
  return {
3326
3290
  className: classNames('text-left border-gray-300 border', 'transition duration-200 p-4', 'dark:border-blue-900/40',
@@ -3334,7 +3298,7 @@ this.passthrough.tailwind = (function (exports) {
3334
3298
  })
3335
3299
  };
3336
3300
  },
3337
- rowtoggler: function rowtoggler(_ref165) {
3301
+ rowToggler: function rowToggler(_ref165) {
3338
3302
  var context = _ref165.context;
3339
3303
  return {
3340
3304
  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', {
@@ -3348,7 +3312,7 @@ this.passthrough.tailwind = (function (exports) {
3348
3312
  sort: {
3349
3313
  className: 'inline-block align-middle'
3350
3314
  },
3351
- sorticon: function sorticon(_ref166) {
3315
+ sortIcon: function sortIcon(_ref166) {
3352
3316
  var context = _ref166.context;
3353
3317
  return {
3354
3318
  className: classNames('ml-2 inline-block align-middle', {
@@ -3357,13 +3321,13 @@ this.passthrough.tailwind = (function (exports) {
3357
3321
  })
3358
3322
  };
3359
3323
  },
3360
- sortbadge: {
3324
+ sortBadge: {
3361
3325
  className: classNames('h-[1.143rem] min-w-[1.143rem] leading-[1.143rem] text-blue-700 bg-blue-50 ml-2 rounded-[50%]', 'dark:text-white/80 dark:bg-blue-500/40' // Dark Mode
3362
3326
  )
3363
3327
  },
3364
3328
 
3365
- columnresizer: 'block absolute top-0 right-0 m-0 w-2 h-full p-0 cursor-col-resize border border-transparent',
3366
- checkboxwrapper: {
3329
+ columnResizer: 'block absolute top-0 right-0 m-0 w-2 h-full p-0 cursor-col-resize border border-transparent',
3330
+ checkboxWrapper: {
3367
3331
  className: classNames('cursor-pointer inline-flex relative select-none align-bottom', 'w-6 h-6 mr-2')
3368
3332
  },
3369
3333
  checkbox: function checkbox(_ref167) {
@@ -3377,7 +3341,7 @@ this.passthrough.tailwind = (function (exports) {
3377
3341
  })
3378
3342
  };
3379
3343
  },
3380
- checkboxicon: function checkboxicon(_ref168) {
3344
+ checkboxIcon: function checkboxIcon(_ref168) {
3381
3345
  var context = _ref168.context;
3382
3346
  return {
3383
3347
  className: classNames('w-4 h-4 transition-all duration-200 text-base dark:text-gray-900', {
@@ -3386,7 +3350,7 @@ this.passthrough.tailwind = (function (exports) {
3386
3350
  };
3387
3351
  }
3388
3352
  },
3389
- resizehelper: 'absolute hidden w-px z-10 bg-blue-500 dark:bg-blue-300'
3353
+ resizeHelper: 'absolute hidden w-px z-10 bg-blue-500 dark:bg-blue-300'
3390
3354
  },
3391
3355
  datatable: {
3392
3356
  root: function root(_ref169) {
@@ -3397,12 +3361,12 @@ this.passthrough.tailwind = (function (exports) {
3397
3361
  })
3398
3362
  };
3399
3363
  },
3400
- loadingoverlay: {
3364
+ loadingOverlay: {
3401
3365
  className: classNames('fixed w-full h-full t-0 l-0 bg-gray-100/40', 'transition duration-200', 'absolute flex items-center justify-center z-2', 'dark:bg-gray-950/40' // Dark Mode
3402
3366
  )
3403
3367
  },
3404
3368
 
3405
- loadingicon: 'w-8 h-8',
3369
+ loadingIcon: 'w-8 h-8',
3406
3370
  wrapper: function wrapper(_ref170) {
3407
3371
  var props = _ref170.props;
3408
3372
  return {
@@ -3452,7 +3416,7 @@ this.passthrough.tailwind = (function (exports) {
3452
3416
  },
3453
3417
 
3454
3418
  column: {
3455
- headercell: function headercell(_ref175) {
3419
+ headerCell: function headerCell(_ref175) {
3456
3420
  var context = _ref175.context,
3457
3421
  props = _ref175.props;
3458
3422
  return {
@@ -3471,8 +3435,8 @@ this.passthrough.tailwind = (function (exports) {
3471
3435
  };
3472
3436
  },
3473
3437
 
3474
- headercontent: 'flex items-center',
3475
- bodycell: function bodycell(_ref176) {
3438
+ headerContent: 'flex items-center',
3439
+ bodyCell: function bodyCell(_ref176) {
3476
3440
  var props = _ref176.props,
3477
3441
  context = _ref176.context;
3478
3442
  return {
@@ -3487,7 +3451,7 @@ this.passthrough.tailwind = (function (exports) {
3487
3451
  })
3488
3452
  };
3489
3453
  },
3490
- footercell: function footercell(_ref177) {
3454
+ footerCell: function footerCell(_ref177) {
3491
3455
  var context = _ref177.context;
3492
3456
  return {
3493
3457
  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',
@@ -3499,60 +3463,60 @@ this.passthrough.tailwind = (function (exports) {
3499
3463
  })
3500
3464
  };
3501
3465
  },
3502
- sorticon: function sorticon(_ref178) {
3466
+ sortIcon: function sortIcon(_ref178) {
3503
3467
  var context = _ref178.context;
3504
3468
  return {
3505
3469
  className: classNames('ml-2', context.sorted ? 'text-blue-700 dark:text-white/80' : 'text-slate-700 dark:text-white/70')
3506
3470
  };
3507
3471
  },
3508
- sortbadge: {
3472
+ sortBadge: {
3509
3473
  className: classNames('flex items-center justify-center align-middle', 'rounded-[50%] w-[1.143rem] leading-[1.143rem] ml-2', 'text-blue-700 bg-blue-50', 'dark:text-white/80 dark:bg-blue-400' // Dark Mode
3510
3474
  )
3511
3475
  },
3512
3476
 
3513
- columnfilter: 'inline-flex items-center ml-auto',
3514
- filteroverlay: {
3477
+ columnFilter: 'inline-flex items-center ml-auto',
3478
+ filterOverlay: {
3515
3479
  className: classNames('bg-white text-gray-600 border-0 rounded-md min-w-[12.5rem]', 'dark:bg-gray-900 dark:border-blue-900/40 dark:text-white/80' //Dark Mode
3516
3480
  )
3517
3481
  },
3518
3482
 
3519
- filtermatchmodedropdown: {
3483
+ filterMatchModeDropdown: {
3520
3484
  root: 'min-[0px]:flex mb-2'
3521
3485
  },
3522
- filterrowitems: 'm-0 p-0 py-3 list-none ',
3523
- filterrowitem: function filterrowitem(_ref179) {
3486
+ filterRowItems: 'm-0 p-0 py-3 list-none ',
3487
+ filterRowItem: function filterRowItem(_ref179) {
3524
3488
  var context = _ref179.context;
3525
3489
  return {
3526
3490
  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')
3527
3491
  };
3528
3492
  },
3529
- filteroperator: {
3493
+ filterOperator: {
3530
3494
  className: classNames('px-5 py-3 border-b border-solid border-gray-300 text-slate-700 bg-slate-50 rounded-t-md', 'dark:border-blue-900/40 dark:text-white/80 dark:bg-gray-900' // Dark Mode
3531
3495
  )
3532
3496
  },
3533
3497
 
3534
- filteroperatordropdown: {
3498
+ filterOperatorDropdown: {
3535
3499
  root: 'min-[0px]:flex'
3536
3500
  },
3537
- filterconstraint: 'p-5 border-b border-solid border-gray-300 dark:border-blue-900/40',
3538
- filteraddrule: 'py-3 px-5',
3539
- filteraddrulebutton: {
3501
+ filterConstraint: 'p-5 border-b border-solid border-gray-300 dark:border-blue-900/40',
3502
+ filterAddRule: 'py-3 px-5',
3503
+ filterAddRuleButton: {
3540
3504
  root: 'justify-center w-full min-[0px]:text-sm',
3541
3505
  label: 'flex-auto grow-0',
3542
3506
  icon: 'mr-2'
3543
3507
  },
3544
- filterremovebutton: {
3508
+ filterRemoveButton: {
3545
3509
  root: 'ml-2',
3546
3510
  label: 'grow-0'
3547
3511
  },
3548
- filterbuttonbar: 'flex items-center justify-between p-5',
3549
- filterclearbutton: {
3512
+ filterButtonbar: 'flex items-center justify-between p-5',
3513
+ filterClearButton: {
3550
3514
  root: 'w-auto min-[0px]:text-sm border-blue-500 text-blue-500 px-4 py-3'
3551
3515
  },
3552
- filterapplybutton: {
3516
+ filterApplyButton: {
3553
3517
  root: 'w-auto min-[0px]:text-sm px-4 py-3'
3554
3518
  },
3555
- filtermenubutton: function filtermenubutton(_ref180) {
3519
+ filterMenuButton: function filterMenuButton(_ref180) {
3556
3520
  var context = _ref180.context;
3557
3521
  return {
3558
3522
  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',
@@ -3566,7 +3530,7 @@ this.passthrough.tailwind = (function (exports) {
3566
3530
  })
3567
3531
  };
3568
3532
  },
3569
- headerfilterclearbutton: function headerfilterclearbutton(_ref181) {
3533
+ headerFilterClearButton: function headerFilterClearButton(_ref181) {
3570
3534
  var context = _ref181.context;
3571
3535
  return {
3572
3536
  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', {
@@ -3574,9 +3538,9 @@ this.passthrough.tailwind = (function (exports) {
3574
3538
  })
3575
3539
  };
3576
3540
  },
3577
- columnresizer: 'block absolute top-0 right-0 m-0 w-2 h-full p-0 cursor-col-resize border border-transparent',
3541
+ columnResizer: 'block absolute top-0 right-0 m-0 w-2 h-full p-0 cursor-col-resize border border-transparent',
3578
3542
  rowreordericon: 'cursor-move',
3579
- roweditorinitbutton: {
3543
+ rowEditorInitButton: {
3580
3544
  className: classNames('inline-flex items-center justify-center overflow-hidden relative', 'text-left cursor-pointer select-none', 'w-8 h-8 border-0 rounded-[50%]', 'transition duration-200', 'text-slate-700 border-transparent', 'focus:outline-0 focus:outline-offset-0 focus:shadow-[0_0_0_0.2rem_rgba(191,219,254,1)]',
3581
3545
  //Focus
3582
3546
  'hover:text-slate-700 hover:bg-gray-300/20',
@@ -3585,7 +3549,7 @@ this.passthrough.tailwind = (function (exports) {
3585
3549
  )
3586
3550
  },
3587
3551
 
3588
- roweditorsavebutton: {
3552
+ rowEditorSaveButton: {
3589
3553
  className: classNames('inline-flex items-center justify-center overflow-hidden relative', 'text-left cursor-pointer select-none', 'w-8 h-8 border-0 rounded-[50%]', 'transition duration-200', 'text-slate-700 border-transparent', 'focus:outline-0 focus:outline-offset-0 focus:shadow-[0_0_0_0.2rem_rgba(191,219,254,1)]',
3590
3554
  //Focus
3591
3555
  'hover:text-slate-700 hover:bg-gray-300/20',
@@ -3594,7 +3558,7 @@ this.passthrough.tailwind = (function (exports) {
3594
3558
  )
3595
3559
  },
3596
3560
 
3597
- roweditorcancelbutton: {
3561
+ rowEditorCancelButton: {
3598
3562
  className: classNames('inline-flex items-center justify-center overflow-hidden relative', 'text-left cursor-pointer select-none', 'w-8 h-8 border-0 rounded-[50%]', 'transition duration-200', 'text-slate-700 border-transparent', 'focus:outline-0 focus:outline-offset-0 focus:shadow-[0_0_0_0.2rem_rgba(191,219,254,1)]',
3599
3563
  //Focus
3600
3564
  'hover:text-slate-700 hover:bg-gray-300/20',
@@ -3627,7 +3591,7 @@ this.passthrough.tailwind = (function (exports) {
3627
3591
  headercheckboxwrapper: {
3628
3592
  className: classNames('cursor-pointer inline-flex relative select-none align-bottom', 'w-6 h-6')
3629
3593
  },
3630
- headercheckbox: function headercheckbox(_ref184) {
3594
+ headerCheckbox: function headerCheckbox(_ref184) {
3631
3595
  var context = _ref184.context;
3632
3596
  return {
3633
3597
  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', {
@@ -3652,7 +3616,7 @@ this.passthrough.tailwind = (function (exports) {
3652
3616
  checkboxicon: 'w-4 h-4 transition-all duration-200 text-white text-base dark:text-gray-900',
3653
3617
  transition: TRANSITIONS.overlay
3654
3618
  },
3655
- bodyrow: function bodyrow(_ref186) {
3619
+ bodyRow: function bodyRow(_ref186) {
3656
3620
  var context = _ref186.context;
3657
3621
  return {
3658
3622
  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]',
@@ -3666,11 +3630,11 @@ this.passthrough.tailwind = (function (exports) {
3666
3630
  };
3667
3631
  },
3668
3632
 
3669
- rowexpansion: 'bg-white text-gray-600 dark:bg-gray-900 dark:text-white/80',
3670
- rowgroupheader: {
3633
+ rowExpansion: 'bg-white text-gray-600 dark:bg-gray-900 dark:text-white/80',
3634
+ rowGroupHeader: {
3671
3635
  className: classNames('sticky z-[1]', 'bg-white text-gray-600', 'transition duration-200')
3672
3636
  },
3673
- rowgroupfooter: {
3637
+ rowgroupFooter: {
3674
3638
  className: classNames('sticky z-[1]', 'bg-white text-gray-600', 'transition duration-200')
3675
3639
  },
3676
3640
  rowgrouptoggler: {
@@ -3679,7 +3643,7 @@ this.passthrough.tailwind = (function (exports) {
3679
3643
  },
3680
3644
 
3681
3645
  rowgrouptogglericon: 'inline-block w-4 h-4',
3682
- resizehelper: 'absolute hidden w-px z-10 bg-blue-500 dark:bg-blue-300'
3646
+ resizeHelper: 'absolute hidden w-px z-10 bg-blue-500 dark:bg-blue-300'
3683
3647
  },
3684
3648
  // CHART
3685
3649
  chart: {