primereact 10.5.0 → 10.5.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (656) hide show
  1. package/api/api.cjs.js +94 -92
  2. package/api/api.cjs.min.js +1 -1
  3. package/api/api.d.ts +231 -13
  4. package/api/api.esm.js +94 -92
  5. package/api/api.esm.min.js +1 -1
  6. package/api/api.js +94 -92
  7. package/api/api.min.js +1 -1
  8. package/autocomplete/autocomplete.cjs.js +91 -48
  9. package/autocomplete/autocomplete.cjs.min.js +1 -1
  10. package/autocomplete/autocomplete.d.ts +6 -1
  11. package/autocomplete/autocomplete.esm.js +91 -48
  12. package/autocomplete/autocomplete.esm.min.js +1 -1
  13. package/autocomplete/autocomplete.js +91 -48
  14. package/autocomplete/autocomplete.min.js +1 -1
  15. package/blockui/blockui.cjs.js +13 -13
  16. package/blockui/blockui.cjs.min.js +1 -1
  17. package/blockui/blockui.esm.js +13 -13
  18. package/blockui/blockui.esm.min.js +1 -1
  19. package/blockui/blockui.js +13 -13
  20. package/blockui/blockui.min.js +1 -1
  21. package/breadcrumb/breadcrumb.cjs.js +4 -3
  22. package/breadcrumb/breadcrumb.cjs.min.js +1 -1
  23. package/breadcrumb/breadcrumb.esm.js +4 -3
  24. package/breadcrumb/breadcrumb.esm.min.js +1 -1
  25. package/breadcrumb/breadcrumb.js +4 -3
  26. package/breadcrumb/breadcrumb.min.js +1 -1
  27. package/button/button.cjs.js +2 -3
  28. package/button/button.cjs.min.js +1 -1
  29. package/button/button.esm.js +2 -3
  30. package/button/button.esm.min.js +1 -1
  31. package/button/button.js +2 -3
  32. package/button/button.min.js +1 -1
  33. package/calendar/calendar.cjs.js +30 -11
  34. package/calendar/calendar.cjs.min.js +1 -1
  35. package/calendar/calendar.d.ts +9 -0
  36. package/calendar/calendar.esm.js +30 -11
  37. package/calendar/calendar.esm.min.js +1 -1
  38. package/calendar/calendar.js +30 -11
  39. package/calendar/calendar.min.js +1 -1
  40. package/carousel/carousel.cjs.js +17 -15
  41. package/carousel/carousel.cjs.min.js +1 -1
  42. package/carousel/carousel.esm.js +4 -2
  43. package/carousel/carousel.esm.min.js +1 -1
  44. package/carousel/carousel.js +17 -15
  45. package/carousel/carousel.min.js +1 -1
  46. package/cascadeselect/cascadeselect.cjs.js +28 -14
  47. package/cascadeselect/cascadeselect.cjs.min.js +1 -1
  48. package/cascadeselect/cascadeselect.d.ts +5 -0
  49. package/cascadeselect/cascadeselect.esm.js +28 -14
  50. package/cascadeselect/cascadeselect.esm.min.js +1 -1
  51. package/cascadeselect/cascadeselect.js +28 -14
  52. package/cascadeselect/cascadeselect.min.js +1 -1
  53. package/checkbox/checkbox.cjs.js +72 -156
  54. package/checkbox/checkbox.cjs.min.js +1 -1
  55. package/checkbox/checkbox.d.ts +10 -34
  56. package/checkbox/checkbox.esm.js +72 -156
  57. package/checkbox/checkbox.esm.min.js +1 -1
  58. package/checkbox/checkbox.js +72 -156
  59. package/checkbox/checkbox.min.js +1 -1
  60. package/chips/chips.cjs.js +25 -12
  61. package/chips/chips.cjs.min.js +1 -1
  62. package/chips/chips.d.ts +6 -1
  63. package/chips/chips.esm.js +25 -12
  64. package/chips/chips.esm.min.js +1 -1
  65. package/chips/chips.js +25 -12
  66. package/chips/chips.min.js +1 -1
  67. package/colorpicker/colorpicker.cjs.js +5 -5
  68. package/colorpicker/colorpicker.cjs.min.js +1 -1
  69. package/colorpicker/colorpicker.esm.js +4 -4
  70. package/colorpicker/colorpicker.esm.min.js +1 -1
  71. package/colorpicker/colorpicker.js +5 -5
  72. package/colorpicker/colorpicker.min.js +1 -1
  73. package/componentbase/componentbase.cjs.js +4 -6
  74. package/componentbase/componentbase.cjs.min.js +1 -1
  75. package/componentbase/componentbase.esm.js +5 -7
  76. package/componentbase/componentbase.esm.min.js +1 -1
  77. package/componentbase/componentbase.js +4 -6
  78. package/componentbase/componentbase.min.js +1 -1
  79. package/confirmdialog/confirmdialog.cjs.js +7 -2
  80. package/confirmdialog/confirmdialog.cjs.min.js +1 -1
  81. package/confirmdialog/confirmdialog.esm.js +7 -2
  82. package/confirmdialog/confirmdialog.esm.min.js +1 -1
  83. package/confirmdialog/confirmdialog.js +8 -3
  84. package/confirmdialog/confirmdialog.min.js +1 -1
  85. package/confirmpopup/confirmpopup.cjs.js +5 -5
  86. package/confirmpopup/confirmpopup.cjs.min.js +1 -1
  87. package/confirmpopup/confirmpopup.esm.js +5 -5
  88. package/confirmpopup/confirmpopup.esm.min.js +1 -1
  89. package/confirmpopup/confirmpopup.js +5 -5
  90. package/confirmpopup/confirmpopup.min.js +1 -1
  91. package/contextmenu/contextmenu.cjs.js +4 -3
  92. package/contextmenu/contextmenu.cjs.min.js +1 -1
  93. package/contextmenu/contextmenu.esm.js +4 -3
  94. package/contextmenu/contextmenu.esm.min.js +1 -1
  95. package/contextmenu/contextmenu.js +4 -3
  96. package/contextmenu/contextmenu.min.js +1 -1
  97. package/core/core.js +2773 -20019
  98. package/core/core.min.js +41 -41
  99. package/datatable/datatable.cjs.js +134 -115
  100. package/datatable/datatable.cjs.min.js +1 -1
  101. package/datatable/datatable.d.ts +11 -3
  102. package/datatable/datatable.esm.js +134 -115
  103. package/datatable/datatable.esm.min.js +1 -1
  104. package/datatable/datatable.js +134 -115
  105. package/datatable/datatable.min.js +1 -1
  106. package/dataview/dataview.cjs.js +16 -13
  107. package/dataview/dataview.cjs.min.js +1 -1
  108. package/dataview/dataview.esm.js +4 -1
  109. package/dataview/dataview.esm.min.js +1 -1
  110. package/dataview/dataview.js +17 -15
  111. package/dataview/dataview.min.js +1 -1
  112. package/dialog/dialog.cjs.js +6 -6
  113. package/dialog/dialog.cjs.min.js +1 -1
  114. package/dialog/dialog.esm.js +6 -6
  115. package/dialog/dialog.esm.min.js +1 -1
  116. package/dialog/dialog.js +6 -6
  117. package/dialog/dialog.min.js +1 -1
  118. package/dropdown/dropdown.cjs.js +123 -53
  119. package/dropdown/dropdown.cjs.min.js +1 -1
  120. package/dropdown/dropdown.d.ts +41 -0
  121. package/dropdown/dropdown.esm.js +123 -53
  122. package/dropdown/dropdown.esm.min.js +1 -1
  123. package/dropdown/dropdown.js +123 -55
  124. package/dropdown/dropdown.min.js +1 -1
  125. package/editor/editor.cjs.js +125 -54
  126. package/editor/editor.cjs.min.js +1 -1
  127. package/editor/editor.esm.js +125 -54
  128. package/editor/editor.esm.min.js +1 -1
  129. package/editor/editor.js +125 -54
  130. package/editor/editor.min.js +1 -1
  131. package/galleria/galleria.cjs.js +22 -19
  132. package/galleria/galleria.cjs.min.js +1 -1
  133. package/galleria/galleria.esm.js +4 -1
  134. package/galleria/galleria.esm.min.js +1 -1
  135. package/galleria/galleria.js +23 -20
  136. package/galleria/galleria.min.js +1 -1
  137. package/hooks/hooks.cjs.js +115 -72
  138. package/hooks/hooks.cjs.min.js +1 -1
  139. package/hooks/hooks.esm.js +116 -73
  140. package/hooks/hooks.esm.min.js +1 -1
  141. package/hooks/hooks.js +115 -72
  142. package/hooks/hooks.min.js +1 -1
  143. package/icons/arrowdown/index.cjs.js +2 -642
  144. package/icons/arrowdown/index.cjs.min.js +1 -1
  145. package/icons/arrowdown/index.esm.js +2 -642
  146. package/icons/arrowdown/index.esm.min.js +1 -1
  147. package/icons/arrowdown/index.js +2 -642
  148. package/icons/arrowdown/index.min.js +1 -1
  149. package/icons/arrowup/index.cjs.js +2 -642
  150. package/icons/arrowup/index.cjs.min.js +1 -1
  151. package/icons/arrowup/index.esm.js +2 -642
  152. package/icons/arrowup/index.esm.min.js +1 -1
  153. package/icons/arrowup/index.js +2 -642
  154. package/icons/arrowup/index.min.js +1 -1
  155. package/icons/ban/index.cjs.js +2 -642
  156. package/icons/ban/index.cjs.min.js +1 -1
  157. package/icons/ban/index.esm.js +2 -642
  158. package/icons/ban/index.esm.min.js +1 -1
  159. package/icons/ban/index.js +2 -642
  160. package/icons/ban/index.min.js +1 -1
  161. package/icons/blank/index.cjs.js +62 -0
  162. package/icons/blank/index.cjs.min.js +1 -0
  163. package/icons/blank/index.d.ts +19 -0
  164. package/icons/blank/index.esm.js +38 -0
  165. package/icons/blank/index.esm.min.js +1 -0
  166. package/icons/blank/index.js +65 -0
  167. package/icons/blank/index.min.js +1 -0
  168. package/icons/blank/package.json +7 -0
  169. package/icons/download/index.cjs.js +2 -642
  170. package/icons/download/index.cjs.min.js +1 -1
  171. package/icons/download/index.esm.js +2 -642
  172. package/icons/download/index.esm.min.js +1 -1
  173. package/icons/download/index.js +2 -642
  174. package/icons/download/index.min.js +1 -1
  175. package/icons/exclamationtriangle/index.cjs.js +2 -642
  176. package/icons/exclamationtriangle/index.cjs.min.js +1 -1
  177. package/icons/exclamationtriangle/index.esm.js +2 -642
  178. package/icons/exclamationtriangle/index.esm.min.js +1 -1
  179. package/icons/exclamationtriangle/index.js +2 -642
  180. package/icons/exclamationtriangle/index.min.js +1 -1
  181. package/icons/eyeslash/index.cjs.js +2 -642
  182. package/icons/eyeslash/index.cjs.min.js +1 -1
  183. package/icons/eyeslash/index.esm.js +2 -642
  184. package/icons/eyeslash/index.esm.min.js +1 -1
  185. package/icons/eyeslash/index.js +2 -642
  186. package/icons/eyeslash/index.min.js +1 -1
  187. package/icons/filter/index.cjs.js +2 -642
  188. package/icons/filter/index.cjs.min.js +1 -1
  189. package/icons/filter/index.esm.js +2 -642
  190. package/icons/filter/index.esm.min.js +1 -1
  191. package/icons/filter/index.js +2 -642
  192. package/icons/filter/index.min.js +1 -1
  193. package/icons/filterslash/index.cjs.js +2 -642
  194. package/icons/filterslash/index.cjs.min.js +1 -1
  195. package/icons/filterslash/index.esm.js +2 -642
  196. package/icons/filterslash/index.esm.min.js +1 -1
  197. package/icons/filterslash/index.js +2 -642
  198. package/icons/filterslash/index.min.js +1 -1
  199. package/icons/infocircle/index.cjs.js +2 -642
  200. package/icons/infocircle/index.cjs.min.js +1 -1
  201. package/icons/infocircle/index.esm.js +2 -642
  202. package/icons/infocircle/index.esm.min.js +1 -1
  203. package/icons/infocircle/index.js +2 -642
  204. package/icons/infocircle/index.min.js +1 -1
  205. package/icons/pencil/index.cjs.js +2 -642
  206. package/icons/pencil/index.cjs.min.js +1 -1
  207. package/icons/pencil/index.esm.js +2 -642
  208. package/icons/pencil/index.esm.min.js +1 -1
  209. package/icons/pencil/index.js +2 -642
  210. package/icons/pencil/index.min.js +1 -1
  211. package/icons/plus/index.cjs.js +2 -642
  212. package/icons/plus/index.cjs.min.js +1 -1
  213. package/icons/plus/index.esm.js +2 -642
  214. package/icons/plus/index.esm.min.js +1 -1
  215. package/icons/plus/index.js +2 -642
  216. package/icons/plus/index.min.js +1 -1
  217. package/icons/refresh/index.cjs.js +2 -642
  218. package/icons/refresh/index.cjs.min.js +1 -1
  219. package/icons/refresh/index.esm.js +2 -642
  220. package/icons/refresh/index.esm.min.js +1 -1
  221. package/icons/refresh/index.js +2 -642
  222. package/icons/refresh/index.min.js +1 -1
  223. package/icons/search/index.cjs.js +2 -642
  224. package/icons/search/index.cjs.min.js +1 -1
  225. package/icons/search/index.esm.js +2 -642
  226. package/icons/search/index.esm.min.js +1 -1
  227. package/icons/search/index.js +2 -642
  228. package/icons/search/index.min.js +1 -1
  229. package/icons/searchminus/index.cjs.js +2 -642
  230. package/icons/searchminus/index.cjs.min.js +1 -1
  231. package/icons/searchminus/index.esm.js +2 -642
  232. package/icons/searchminus/index.esm.min.js +1 -1
  233. package/icons/searchminus/index.js +2 -642
  234. package/icons/searchminus/index.min.js +1 -1
  235. package/icons/searchplus/index.cjs.js +2 -642
  236. package/icons/searchplus/index.cjs.min.js +1 -1
  237. package/icons/searchplus/index.esm.js +2 -642
  238. package/icons/searchplus/index.esm.min.js +1 -1
  239. package/icons/searchplus/index.js +2 -642
  240. package/icons/searchplus/index.min.js +1 -1
  241. package/icons/sortalt/index.cjs.js +2 -642
  242. package/icons/sortalt/index.cjs.min.js +1 -1
  243. package/icons/sortalt/index.esm.js +2 -642
  244. package/icons/sortalt/index.esm.min.js +1 -1
  245. package/icons/sortalt/index.js +2 -642
  246. package/icons/sortalt/index.min.js +1 -1
  247. package/icons/sortamountdown/index.cjs.js +2 -642
  248. package/icons/sortamountdown/index.cjs.min.js +1 -1
  249. package/icons/sortamountdown/index.esm.js +2 -642
  250. package/icons/sortamountdown/index.esm.min.js +1 -1
  251. package/icons/sortamountdown/index.js +2 -642
  252. package/icons/sortamountdown/index.min.js +1 -1
  253. package/icons/sortamountupalt/index.cjs.js +2 -642
  254. package/icons/sortamountupalt/index.cjs.min.js +1 -1
  255. package/icons/sortamountupalt/index.esm.js +2 -642
  256. package/icons/sortamountupalt/index.esm.min.js +1 -1
  257. package/icons/sortamountupalt/index.js +2 -642
  258. package/icons/sortamountupalt/index.min.js +1 -1
  259. package/icons/spinner/index.cjs.js +2 -642
  260. package/icons/spinner/index.cjs.min.js +1 -1
  261. package/icons/spinner/index.esm.js +2 -642
  262. package/icons/spinner/index.esm.min.js +1 -1
  263. package/icons/spinner/index.js +2 -642
  264. package/icons/spinner/index.min.js +1 -1
  265. package/icons/star/index.cjs.js +2 -642
  266. package/icons/star/index.cjs.min.js +1 -1
  267. package/icons/star/index.esm.js +2 -642
  268. package/icons/star/index.esm.min.js +1 -1
  269. package/icons/star/index.js +2 -642
  270. package/icons/star/index.min.js +1 -1
  271. package/icons/starfill/index.cjs.js +2 -642
  272. package/icons/starfill/index.cjs.min.js +1 -1
  273. package/icons/starfill/index.esm.js +2 -642
  274. package/icons/starfill/index.esm.min.js +1 -1
  275. package/icons/starfill/index.js +2 -642
  276. package/icons/starfill/index.min.js +1 -1
  277. package/icons/thlarge/index.cjs.js +2 -642
  278. package/icons/thlarge/index.cjs.min.js +1 -1
  279. package/icons/thlarge/index.esm.js +2 -642
  280. package/icons/thlarge/index.esm.min.js +1 -1
  281. package/icons/thlarge/index.js +2 -642
  282. package/icons/thlarge/index.min.js +1 -1
  283. package/icons/timescircle/index.cjs.js +2 -642
  284. package/icons/timescircle/index.cjs.min.js +1 -1
  285. package/icons/timescircle/index.esm.js +2 -642
  286. package/icons/timescircle/index.esm.min.js +1 -1
  287. package/icons/timescircle/index.js +2 -642
  288. package/icons/timescircle/index.min.js +1 -1
  289. package/icons/trash/index.cjs.js +2 -642
  290. package/icons/trash/index.cjs.min.js +1 -1
  291. package/icons/trash/index.esm.js +2 -642
  292. package/icons/trash/index.esm.min.js +1 -1
  293. package/icons/trash/index.js +2 -642
  294. package/icons/trash/index.min.js +1 -1
  295. package/icons/undo/index.cjs.js +2 -642
  296. package/icons/undo/index.cjs.min.js +1 -1
  297. package/icons/undo/index.esm.js +2 -642
  298. package/icons/undo/index.esm.min.js +1 -1
  299. package/icons/undo/index.js +2 -642
  300. package/icons/undo/index.min.js +1 -1
  301. package/icons/upload/index.cjs.js +2 -642
  302. package/icons/upload/index.cjs.min.js +1 -1
  303. package/icons/upload/index.esm.js +2 -642
  304. package/icons/upload/index.esm.min.js +1 -1
  305. package/icons/upload/index.js +2 -642
  306. package/icons/upload/index.min.js +1 -1
  307. package/icons/windowmaximize/index.cjs.js +2 -642
  308. package/icons/windowmaximize/index.cjs.min.js +1 -1
  309. package/icons/windowmaximize/index.esm.js +2 -642
  310. package/icons/windowmaximize/index.esm.min.js +1 -1
  311. package/icons/windowmaximize/index.js +2 -642
  312. package/icons/windowmaximize/index.min.js +1 -1
  313. package/icons/windowminimize/index.cjs.js +2 -642
  314. package/icons/windowminimize/index.cjs.min.js +1 -1
  315. package/icons/windowminimize/index.esm.js +2 -642
  316. package/icons/windowminimize/index.esm.min.js +1 -1
  317. package/icons/windowminimize/index.js +2 -642
  318. package/icons/windowminimize/index.min.js +1 -1
  319. package/image/image.cjs.js +18 -575
  320. package/image/image.cjs.min.js +1 -1
  321. package/image/image.esm.js +20 -577
  322. package/image/image.esm.min.js +1 -1
  323. package/image/image.js +18 -575
  324. package/image/image.min.js +1 -1
  325. package/inputnumber/inputnumber.cjs.js +22 -39
  326. package/inputnumber/inputnumber.cjs.min.js +1 -1
  327. package/inputnumber/inputnumber.d.ts +5 -5
  328. package/inputnumber/inputnumber.esm.js +22 -39
  329. package/inputnumber/inputnumber.esm.min.js +1 -1
  330. package/inputnumber/inputnumber.js +22 -39
  331. package/inputnumber/inputnumber.min.js +1 -1
  332. package/inputswitch/inputswitch.cjs.js +20 -96
  333. package/inputswitch/inputswitch.cjs.min.js +1 -1
  334. package/inputswitch/inputswitch.d.ts +9 -20
  335. package/inputswitch/inputswitch.esm.js +20 -96
  336. package/inputswitch/inputswitch.esm.min.js +1 -1
  337. package/inputswitch/inputswitch.js +20 -96
  338. package/inputswitch/inputswitch.min.js +1 -1
  339. package/inputtext/inputtext.cjs.js +7 -6
  340. package/inputtext/inputtext.cjs.min.js +1 -1
  341. package/inputtext/inputtext.d.ts +5 -0
  342. package/inputtext/inputtext.esm.js +7 -6
  343. package/inputtext/inputtext.esm.min.js +1 -1
  344. package/inputtext/inputtext.js +7 -6
  345. package/inputtext/inputtext.min.js +1 -1
  346. package/inputtextarea/inputtextarea.cjs.js +5 -4
  347. package/inputtextarea/inputtextarea.cjs.min.js +1 -1
  348. package/inputtextarea/inputtextarea.d.ts +5 -0
  349. package/inputtextarea/inputtextarea.esm.js +5 -4
  350. package/inputtextarea/inputtextarea.esm.min.js +1 -1
  351. package/inputtextarea/inputtextarea.js +5 -4
  352. package/inputtextarea/inputtextarea.min.js +1 -1
  353. package/listbox/listbox.cjs.js +17 -14
  354. package/listbox/listbox.cjs.min.js +1 -1
  355. package/listbox/listbox.d.ts +15 -0
  356. package/listbox/listbox.esm.js +18 -15
  357. package/listbox/listbox.esm.min.js +1 -1
  358. package/listbox/listbox.js +17 -14
  359. package/listbox/listbox.min.js +1 -1
  360. package/megamenu/megamenu.cjs.js +3 -3
  361. package/megamenu/megamenu.cjs.min.js +1 -1
  362. package/megamenu/megamenu.esm.js +3 -3
  363. package/megamenu/megamenu.esm.min.js +1 -1
  364. package/megamenu/megamenu.js +3 -3
  365. package/megamenu/megamenu.min.js +1 -1
  366. package/mention/mention.cjs.js +5 -4
  367. package/mention/mention.cjs.min.js +1 -1
  368. package/mention/mention.esm.js +5 -4
  369. package/mention/mention.esm.min.js +1 -1
  370. package/mention/mention.js +5 -4
  371. package/mention/mention.min.js +1 -1
  372. package/menu/menu.cjs.js +3 -2
  373. package/menu/menu.cjs.min.js +1 -1
  374. package/menu/menu.esm.js +3 -2
  375. package/menu/menu.esm.min.js +1 -1
  376. package/menu/menu.js +3 -2
  377. package/menu/menu.min.js +1 -1
  378. package/menubar/menubar.cjs.js +18 -14
  379. package/menubar/menubar.cjs.min.js +1 -1
  380. package/menubar/menubar.esm.js +18 -14
  381. package/menubar/menubar.esm.min.js +1 -1
  382. package/menubar/menubar.js +18 -14
  383. package/menubar/menubar.min.js +1 -1
  384. package/message/message.cjs.js +2 -8
  385. package/message/message.cjs.min.js +1 -1
  386. package/message/message.d.ts +1 -1
  387. package/message/message.esm.js +2 -8
  388. package/message/message.esm.min.js +1 -1
  389. package/message/message.js +2 -8
  390. package/message/message.min.js +1 -1
  391. package/messages/messages.cjs.js +1 -1
  392. package/messages/messages.cjs.min.js +1 -1
  393. package/messages/messages.d.ts +1 -1
  394. package/messages/messages.esm.js +1 -1
  395. package/messages/messages.esm.min.js +1 -1
  396. package/messages/messages.js +1 -1
  397. package/messages/messages.min.js +1 -1
  398. package/metergroup/metergroup.cjs.js +237 -0
  399. package/metergroup/metergroup.cjs.min.js +1 -0
  400. package/metergroup/metergroup.d.ts +183 -0
  401. package/metergroup/metergroup.esm.js +233 -0
  402. package/metergroup/metergroup.esm.min.js +1 -0
  403. package/metergroup/metergroup.js +236 -0
  404. package/metergroup/metergroup.min.js +1 -0
  405. package/multiselect/multiselect.cjs.js +157 -160
  406. package/multiselect/multiselect.cjs.min.js +1 -1
  407. package/multiselect/multiselect.d.ts +25 -1
  408. package/multiselect/multiselect.esm.js +157 -160
  409. package/multiselect/multiselect.esm.min.js +1 -1
  410. package/multiselect/multiselect.js +157 -160
  411. package/multiselect/multiselect.min.js +1 -1
  412. package/multistatecheckbox/multistatecheckbox.cjs.js +3 -4
  413. package/multistatecheckbox/multistatecheckbox.cjs.min.js +1 -1
  414. package/multistatecheckbox/multistatecheckbox.esm.js +3 -4
  415. package/multistatecheckbox/multistatecheckbox.esm.min.js +1 -1
  416. package/multistatecheckbox/multistatecheckbox.js +3 -4
  417. package/multistatecheckbox/multistatecheckbox.min.js +1 -1
  418. package/orderlist/orderlist.cjs.js +35 -11
  419. package/orderlist/orderlist.cjs.min.js +1 -1
  420. package/orderlist/orderlist.d.ts +5 -0
  421. package/orderlist/orderlist.esm.js +35 -11
  422. package/orderlist/orderlist.esm.min.js +1 -1
  423. package/orderlist/orderlist.js +35 -11
  424. package/orderlist/orderlist.min.js +1 -1
  425. package/overlaypanel/overlaypanel.cjs.js +3 -2
  426. package/overlaypanel/overlaypanel.cjs.min.js +1 -1
  427. package/overlaypanel/overlaypanel.esm.js +3 -2
  428. package/overlaypanel/overlaypanel.esm.min.js +1 -1
  429. package/overlaypanel/overlaypanel.js +3 -2
  430. package/overlaypanel/overlaypanel.min.js +1 -1
  431. package/package.json +1 -1
  432. package/paginator/paginator.cjs.js +125 -108
  433. package/paginator/paginator.cjs.min.js +1 -1
  434. package/paginator/paginator.d.ts +88 -0
  435. package/paginator/paginator.esm.js +125 -108
  436. package/paginator/paginator.esm.min.js +1 -1
  437. package/paginator/paginator.js +125 -108
  438. package/paginator/paginator.min.js +1 -1
  439. package/panelmenu/panelmenu.cjs.js +19 -14
  440. package/panelmenu/panelmenu.cjs.min.js +1 -1
  441. package/panelmenu/panelmenu.d.ts +18 -0
  442. package/panelmenu/panelmenu.esm.js +19 -14
  443. package/panelmenu/panelmenu.esm.min.js +1 -1
  444. package/panelmenu/panelmenu.js +19 -14
  445. package/panelmenu/panelmenu.min.js +1 -1
  446. package/passthrough/index.d.ts +12 -0
  447. package/passthrough/tailwind/index.cjs.js +279 -173
  448. package/passthrough/tailwind/index.cjs.min.js +1 -1
  449. package/passthrough/tailwind/index.esm.js +279 -173
  450. package/passthrough/tailwind/index.esm.min.js +1 -1
  451. package/passthrough/tailwind/index.js +279 -173
  452. package/passthrough/tailwind/index.min.js +1 -1
  453. package/password/password.cjs.js +98 -57
  454. package/password/password.cjs.min.js +1 -1
  455. package/password/password.d.ts +5 -0
  456. package/password/password.esm.js +100 -59
  457. package/password/password.esm.min.js +1 -1
  458. package/password/password.js +98 -57
  459. package/password/password.min.js +1 -1
  460. package/picklist/picklist.cjs.js +127 -102
  461. package/picklist/picklist.cjs.min.js +1 -1
  462. package/picklist/picklist.d.ts +5 -0
  463. package/picklist/picklist.esm.js +127 -102
  464. package/picklist/picklist.esm.min.js +1 -1
  465. package/picklist/picklist.js +127 -102
  466. package/picklist/picklist.min.js +1 -1
  467. package/primereact.all.cjs.js +2075 -2180
  468. package/primereact.all.cjs.min.js +1 -1
  469. package/primereact.all.esm.js +2076 -2180
  470. package/primereact.all.esm.min.js +1 -1
  471. package/primereact.all.js +2075 -2180
  472. package/primereact.all.min.js +1 -1
  473. package/radiobutton/radiobutton.cjs.js +69 -146
  474. package/radiobutton/radiobutton.cjs.min.js +1 -1
  475. package/radiobutton/radiobutton.d.ts +17 -35
  476. package/radiobutton/radiobutton.esm.js +70 -147
  477. package/radiobutton/radiobutton.esm.min.js +1 -1
  478. package/radiobutton/radiobutton.js +69 -146
  479. package/radiobutton/radiobutton.min.js +1 -1
  480. package/rating/rating.cjs.js +2 -3
  481. package/rating/rating.cjs.min.js +1 -1
  482. package/rating/rating.esm.js +2 -3
  483. package/rating/rating.esm.min.js +1 -1
  484. package/rating/rating.js +2 -3
  485. package/rating/rating.min.js +1 -1
  486. package/resources/themes/arya-blue/theme.css +344 -67
  487. package/resources/themes/arya-green/theme.css +344 -67
  488. package/resources/themes/arya-orange/theme.css +344 -67
  489. package/resources/themes/bootstrap4-dark-blue/theme.css +389 -64
  490. package/resources/themes/bootstrap4-light-blue/theme.css +389 -64
  491. package/resources/themes/fluent-light/theme.css +341 -64
  492. package/resources/themes/lara-dark-amber/theme.css +470 -67
  493. package/resources/themes/lara-dark-blue/theme.css +470 -67
  494. package/resources/themes/lara-dark-cyan/theme.css +470 -67
  495. package/resources/themes/lara-dark-green/theme.css +470 -67
  496. package/resources/themes/lara-dark-indigo/theme.css +470 -67
  497. package/resources/themes/lara-dark-pink/theme.css +470 -67
  498. package/resources/themes/lara-dark-teal/theme.css +470 -67
  499. package/resources/themes/lara-light-amber/theme.css +470 -67
  500. package/resources/themes/lara-light-blue/theme.css +470 -67
  501. package/resources/themes/lara-light-cyan/theme.css +470 -67
  502. package/resources/themes/lara-light-green/theme.css +470 -67
  503. package/resources/themes/lara-light-indigo/theme.css +470 -67
  504. package/resources/themes/lara-light-pink/theme.css +470 -67
  505. package/resources/themes/lara-light-teal/theme.css +470 -67
  506. package/resources/themes/luna-amber/theme.css +344 -67
  507. package/resources/themes/luna-blue/theme.css +344 -67
  508. package/resources/themes/luna-green/theme.css +344 -67
  509. package/resources/themes/luna-pink/theme.css +344 -67
  510. package/resources/themes/md-dark-deeppurple/theme.css +995 -289
  511. package/resources/themes/md-dark-indigo/theme.css +684 -232
  512. package/resources/themes/md-light-deeppurple/theme.css +868 -162
  513. package/resources/themes/md-light-indigo/theme.css +566 -101
  514. package/resources/themes/mdc-dark-deeppurple/theme.css +995 -289
  515. package/resources/themes/mdc-dark-indigo/theme.css +697 -232
  516. package/resources/themes/mdc-light-deeppurple/theme.css +868 -162
  517. package/resources/themes/mdc-light-indigo/theme.css +566 -101
  518. package/resources/themes/mira/theme.css +344 -67
  519. package/resources/themes/nano/theme.css +344 -67
  520. package/resources/themes/nova/theme.css +344 -67
  521. package/resources/themes/nova-accent/theme.css +344 -67
  522. package/resources/themes/nova-alt/theme.css +344 -67
  523. package/resources/themes/rhea/theme.css +343 -66
  524. package/resources/themes/saga-blue/theme.css +344 -67
  525. package/resources/themes/saga-green/theme.css +344 -67
  526. package/resources/themes/saga-orange/theme.css +344 -67
  527. package/resources/themes/soho-dark/theme.css +413 -88
  528. package/resources/themes/soho-light/theme.css +392 -67
  529. package/resources/themes/tailwind-light/theme.css +344 -67
  530. package/resources/themes/vela-blue/theme.css +344 -67
  531. package/resources/themes/vela-green/theme.css +344 -67
  532. package/resources/themes/vela-orange/theme.css +344 -67
  533. package/resources/themes/viva-dark/theme.css +392 -67
  534. package/resources/themes/viva-light/theme.css +392 -67
  535. package/selectbutton/selectbutton.cjs.js +15 -8
  536. package/selectbutton/selectbutton.cjs.min.js +1 -1
  537. package/selectbutton/selectbutton.d.ts +5 -0
  538. package/selectbutton/selectbutton.esm.js +15 -8
  539. package/selectbutton/selectbutton.esm.min.js +1 -1
  540. package/selectbutton/selectbutton.js +16 -9
  541. package/selectbutton/selectbutton.min.js +1 -1
  542. package/sidebar/sidebar.cjs.js +4 -3
  543. package/sidebar/sidebar.cjs.min.js +1 -1
  544. package/sidebar/sidebar.d.ts +4 -4
  545. package/sidebar/sidebar.esm.js +4 -3
  546. package/sidebar/sidebar.esm.min.js +1 -1
  547. package/sidebar/sidebar.js +4 -3
  548. package/sidebar/sidebar.min.js +1 -1
  549. package/slidemenu/slidemenu.cjs.js +7 -5
  550. package/slidemenu/slidemenu.cjs.min.js +1 -1
  551. package/slidemenu/slidemenu.esm.js +7 -5
  552. package/slidemenu/slidemenu.esm.min.js +1 -1
  553. package/slidemenu/slidemenu.js +7 -5
  554. package/slidemenu/slidemenu.min.js +1 -1
  555. package/slider/slider.cjs.js +18 -2
  556. package/slider/slider.cjs.min.js +1 -1
  557. package/slider/slider.esm.js +18 -2
  558. package/slider/slider.esm.min.js +1 -1
  559. package/slider/slider.js +18 -2
  560. package/slider/slider.min.js +1 -1
  561. package/splitbutton/splitbutton.cjs.js +9 -12
  562. package/splitbutton/splitbutton.cjs.min.js +1 -1
  563. package/splitbutton/splitbutton.d.ts +2 -2
  564. package/splitbutton/splitbutton.esm.js +9 -12
  565. package/splitbutton/splitbutton.esm.min.js +1 -1
  566. package/splitbutton/splitbutton.js +9 -12
  567. package/splitbutton/splitbutton.min.js +1 -1
  568. package/splitter/splitter.cjs.js +16 -21
  569. package/splitter/splitter.cjs.min.js +1 -1
  570. package/splitter/splitter.d.ts +5 -5
  571. package/splitter/splitter.esm.js +16 -21
  572. package/splitter/splitter.esm.min.js +1 -1
  573. package/splitter/splitter.js +16 -21
  574. package/splitter/splitter.min.js +1 -1
  575. package/steps/steps.cjs.js +4 -3
  576. package/steps/steps.cjs.min.js +1 -1
  577. package/steps/steps.esm.js +4 -3
  578. package/steps/steps.esm.min.js +1 -1
  579. package/steps/steps.js +4 -3
  580. package/steps/steps.min.js +1 -1
  581. package/styleclass/styleclass.cjs.js +21 -1
  582. package/styleclass/styleclass.cjs.min.js +1 -1
  583. package/styleclass/styleclass.d.ts +10 -0
  584. package/styleclass/styleclass.esm.js +21 -1
  585. package/styleclass/styleclass.esm.min.js +1 -1
  586. package/styleclass/styleclass.js +22 -2
  587. package/styleclass/styleclass.min.js +1 -1
  588. package/tabmenu/tabmenu.cjs.js +5 -4
  589. package/tabmenu/tabmenu.cjs.min.js +1 -1
  590. package/tabmenu/tabmenu.esm.js +5 -4
  591. package/tabmenu/tabmenu.esm.min.js +1 -1
  592. package/tabmenu/tabmenu.js +5 -4
  593. package/tabmenu/tabmenu.min.js +1 -1
  594. package/tieredmenu/tieredmenu.cjs.js +6 -8
  595. package/tieredmenu/tieredmenu.cjs.min.js +1 -1
  596. package/tieredmenu/tieredmenu.esm.js +6 -8
  597. package/tieredmenu/tieredmenu.esm.min.js +1 -1
  598. package/tieredmenu/tieredmenu.js +6 -8
  599. package/tieredmenu/tieredmenu.min.js +1 -1
  600. package/toast/toast.cjs.js +93 -92
  601. package/toast/toast.cjs.min.js +1 -1
  602. package/toast/toast.d.ts +1 -1
  603. package/toast/toast.esm.js +93 -92
  604. package/toast/toast.esm.min.js +1 -1
  605. package/toast/toast.js +93 -92
  606. package/toast/toast.min.js +1 -1
  607. package/togglebutton/togglebutton.cjs.js +56 -95
  608. package/togglebutton/togglebutton.cjs.min.js +1 -1
  609. package/togglebutton/togglebutton.d.ts +24 -0
  610. package/togglebutton/togglebutton.esm.js +55 -94
  611. package/togglebutton/togglebutton.esm.min.js +1 -1
  612. package/togglebutton/togglebutton.js +56 -95
  613. package/togglebutton/togglebutton.min.js +1 -1
  614. package/tooltip/tooltip.d.ts +3 -3
  615. package/tooltip/tooltipoptions.d.ts +5 -0
  616. package/tree/tree.cjs.js +52 -39
  617. package/tree/tree.cjs.min.js +1 -1
  618. package/tree/tree.d.ts +5 -0
  619. package/tree/tree.esm.js +52 -39
  620. package/tree/tree.esm.min.js +1 -1
  621. package/tree/tree.js +52 -39
  622. package/tree/tree.min.js +1 -1
  623. package/treeselect/treeselect.cjs.js +5 -4
  624. package/treeselect/treeselect.cjs.min.js +1 -1
  625. package/treeselect/treeselect.d.ts +5 -0
  626. package/treeselect/treeselect.esm.js +5 -4
  627. package/treeselect/treeselect.esm.min.js +1 -1
  628. package/treeselect/treeselect.js +5 -4
  629. package/treeselect/treeselect.min.js +1 -1
  630. package/treetable/treetable.cjs.js +18 -15
  631. package/treetable/treetable.cjs.min.js +1 -1
  632. package/treetable/treetable.esm.js +18 -15
  633. package/treetable/treetable.esm.min.js +1 -1
  634. package/treetable/treetable.js +18 -15
  635. package/treetable/treetable.min.js +1 -1
  636. package/tristatecheckbox/tristatecheckbox.cjs.js +36 -94
  637. package/tristatecheckbox/tristatecheckbox.cjs.min.js +1 -1
  638. package/tristatecheckbox/tristatecheckbox.d.ts +12 -13
  639. package/tristatecheckbox/tristatecheckbox.esm.js +37 -95
  640. package/tristatecheckbox/tristatecheckbox.esm.min.js +1 -1
  641. package/tristatecheckbox/tristatecheckbox.js +36 -94
  642. package/tristatecheckbox/tristatecheckbox.min.js +1 -1
  643. package/utils/utils.cjs.js +64 -72
  644. package/utils/utils.cjs.min.js +1 -1
  645. package/utils/utils.d.ts +11 -2
  646. package/utils/utils.esm.js +65 -72
  647. package/utils/utils.esm.min.js +1 -1
  648. package/utils/utils.js +64 -72
  649. package/utils/utils.min.js +1 -1
  650. package/virtualscroller/virtualscroller.cjs.js +17 -15
  651. package/virtualscroller/virtualscroller.cjs.min.js +1 -1
  652. package/virtualscroller/virtualscroller.esm.js +14 -12
  653. package/virtualscroller/virtualscroller.esm.min.js +1 -1
  654. package/virtualscroller/virtualscroller.js +17 -15
  655. package/virtualscroller/virtualscroller.min.js +1 -1
  656. package/web-types.json +519 -39
@@ -41,640 +41,8 @@ function _extends() {
41
41
  return _extends.apply(this, arguments);
42
42
  }
43
43
 
44
- function _arrayWithHoles(arr) {
45
- if (Array.isArray(arr)) return arr;
46
- }
47
-
48
- function _iterableToArrayLimit(r, l) {
49
- var t = null == r ? null : "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"];
50
- if (null != t) {
51
- var e,
52
- n,
53
- i,
54
- u,
55
- a = [],
56
- f = !0,
57
- o = !1;
58
- try {
59
- if (i = (t = t.call(r)).next, 0 === l) {
60
- if (Object(t) !== t) return;
61
- f = !1;
62
- } else for (; !(f = (e = i.call(t)).done) && (a.push(e.value), a.length !== l); f = !0);
63
- } catch (r) {
64
- o = !0, n = r;
65
- } finally {
66
- try {
67
- if (!f && null != t["return"] && (u = t["return"](), Object(u) !== u)) return;
68
- } finally {
69
- if (o) throw n;
70
- }
71
- }
72
- return a;
73
- }
74
- }
75
-
76
- function _arrayLikeToArray$1(arr, len) {
77
- if (len == null || len > arr.length) len = arr.length;
78
- for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i];
79
- return arr2;
80
- }
81
-
82
- function _unsupportedIterableToArray$1(o, minLen) {
83
- if (!o) return;
84
- if (typeof o === "string") return _arrayLikeToArray$1(o, minLen);
85
- var n = Object.prototype.toString.call(o).slice(8, -1);
86
- if (n === "Object" && o.constructor) n = o.constructor.name;
87
- if (n === "Map" || n === "Set") return Array.from(o);
88
- if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray$1(o, minLen);
89
- }
90
-
91
- function _nonIterableRest() {
92
- throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
93
- }
94
-
95
- function _slicedToArray(arr, i) {
96
- return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray$1(arr, i) || _nonIterableRest();
97
- }
98
-
99
- function _typeof(o) {
100
- "@babel/helpers - typeof";
101
-
102
- return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) {
103
- return typeof o;
104
- } : function (o) {
105
- return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o;
106
- }, _typeof(o);
107
- }
108
-
109
- function _arrayWithoutHoles(arr) {
110
- if (Array.isArray(arr)) return _arrayLikeToArray$1(arr);
111
- }
112
-
113
- function _iterableToArray(iter) {
114
- if (typeof Symbol !== "undefined" && iter[Symbol.iterator] != null || iter["@@iterator"] != null) return Array.from(iter);
115
- }
116
-
117
- function _nonIterableSpread() {
118
- throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
119
- }
120
-
121
- function _toConsumableArray(arr) {
122
- return _arrayWithoutHoles(arr) || _iterableToArray(arr) || _unsupportedIterableToArray$1(arr) || _nonIterableSpread();
123
- }
124
-
125
- function _classCallCheck(instance, Constructor) {
126
- if (!(instance instanceof Constructor)) {
127
- throw new TypeError("Cannot call a class as a function");
128
- }
129
- }
130
-
131
- function _toPrimitive(input, hint) {
132
- if (_typeof(input) !== "object" || input === null) return input;
133
- var prim = input[Symbol.toPrimitive];
134
- if (prim !== undefined) {
135
- var res = prim.call(input, hint || "default");
136
- if (_typeof(res) !== "object") return res;
137
- throw new TypeError("@@toPrimitive must return a primitive value.");
138
- }
139
- return (hint === "string" ? String : Number)(input);
140
- }
141
-
142
- function _toPropertyKey(arg) {
143
- var key = _toPrimitive(arg, "string");
144
- return _typeof(key) === "symbol" ? key : String(key);
145
- }
146
-
147
- function _defineProperties(target, props) {
148
- for (var i = 0; i < props.length; i++) {
149
- var descriptor = props[i];
150
- descriptor.enumerable = descriptor.enumerable || false;
151
- descriptor.configurable = true;
152
- if ("value" in descriptor) descriptor.writable = true;
153
- Object.defineProperty(target, _toPropertyKey(descriptor.key), descriptor);
154
- }
155
- }
156
- function _createClass(Constructor, protoProps, staticProps) {
157
- if (protoProps) _defineProperties(Constructor.prototype, protoProps);
158
- if (staticProps) _defineProperties(Constructor, staticProps);
159
- Object.defineProperty(Constructor, "prototype", {
160
- writable: false
161
- });
162
- return Constructor;
163
- }
164
-
165
- function _createForOfIteratorHelper(o, allowArrayLike) { var it = typeof Symbol !== "undefined" && o[Symbol.iterator] || o["@@iterator"]; if (!it) { if (Array.isArray(o) || (it = _unsupportedIterableToArray(o)) || allowArrayLike && o && typeof o.length === "number") { if (it) o = it; var i = 0; var F = function F() {}; return { s: F, n: function n() { if (i >= o.length) return { done: true }; return { done: false, value: o[i++] }; }, e: function e(_e) { throw _e; }, f: F }; } throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); } var normalCompletion = true, didErr = false, err; return { s: function s() { it = it.call(o); }, n: function n() { var step = it.next(); normalCompletion = step.done; return step; }, e: function e(_e2) { didErr = true; err = _e2; }, f: function f() { try { if (!normalCompletion && it["return"] != null) it["return"](); } finally { if (didErr) throw err; } } }; }
166
- function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }
167
- function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i]; return arr2; }
168
- var ObjectUtils = /*#__PURE__*/function () {
169
- function ObjectUtils() {
170
- _classCallCheck(this, ObjectUtils);
171
- }
172
- _createClass(ObjectUtils, null, [{
173
- key: "equals",
174
- value: function equals(obj1, obj2, field) {
175
- if (field && obj1 && _typeof(obj1) === 'object' && obj2 && _typeof(obj2) === 'object') {
176
- return this.deepEquals(this.resolveFieldData(obj1, field), this.resolveFieldData(obj2, field));
177
- }
178
- return this.deepEquals(obj1, obj2);
179
- }
180
-
181
- /**
182
- * Compares two JSON objects for deep equality recursively comparing both objects.
183
- * @param {*} a the first JSON object
184
- * @param {*} b the second JSON object
185
- * @returns true if equals, false it not
186
- */
187
- }, {
188
- key: "deepEquals",
189
- value: function deepEquals(a, b) {
190
- if (a === b) return true;
191
- if (a && b && _typeof(a) == 'object' && _typeof(b) == 'object') {
192
- var arrA = Array.isArray(a),
193
- arrB = Array.isArray(b),
194
- i,
195
- length,
196
- key;
197
- if (arrA && arrB) {
198
- length = a.length;
199
- if (length !== b.length) return false;
200
- for (i = length; i-- !== 0;) if (!this.deepEquals(a[i], b[i])) return false;
201
- return true;
202
- }
203
- if (arrA !== arrB) return false;
204
- var dateA = a instanceof Date,
205
- dateB = b instanceof Date;
206
- if (dateA !== dateB) return false;
207
- if (dateA && dateB) return a.getTime() === b.getTime();
208
- var regexpA = a instanceof RegExp,
209
- regexpB = b instanceof RegExp;
210
- if (regexpA !== regexpB) return false;
211
- if (regexpA && regexpB) return a.toString() === b.toString();
212
- var keys = Object.keys(a);
213
- length = keys.length;
214
- if (length !== Object.keys(b).length) return false;
215
- for (i = length; i-- !== 0;) if (!Object.prototype.hasOwnProperty.call(b, keys[i])) return false;
216
- for (i = length; i-- !== 0;) {
217
- key = keys[i];
218
- if (!this.deepEquals(a[key], b[key])) return false;
219
- }
220
- return true;
221
- }
222
-
223
- /*eslint no-self-compare: "off"*/
224
- return a !== a && b !== b;
225
- }
226
- }, {
227
- key: "resolveFieldData",
228
- value: function resolveFieldData(data, field) {
229
- if (!data || !field) {
230
- // short circuit if there is nothing to resolve
231
- return null;
232
- }
233
- try {
234
- var value = data[field];
235
- if (this.isNotEmpty(value)) return value;
236
- } catch (_unused) {
237
- // Performance optimization: https://github.com/primefaces/primereact/issues/4797
238
- // do nothing and continue to other methods to resolve field data
239
- }
240
- if (Object.keys(data).length) {
241
- if (this.isFunction(field)) {
242
- return field(data);
243
- } else if (this.isNotEmpty(data[field])) {
244
- return data[field];
245
- } else if (field.indexOf('.') === -1) {
246
- return data[field];
247
- } else {
248
- var fields = field.split('.');
249
- var _value = data;
250
- for (var i = 0, len = fields.length; i < len; ++i) {
251
- if (_value == null) {
252
- return null;
253
- }
254
- _value = _value[fields[i]];
255
- }
256
- return _value;
257
- }
258
- }
259
- return null;
260
- }
261
- }, {
262
- key: "findDiffKeys",
263
- value: function findDiffKeys(obj1, obj2) {
264
- if (!obj1 || !obj2) {
265
- return {};
266
- }
267
- return Object.keys(obj1).filter(function (key) {
268
- return !obj2.hasOwnProperty(key);
269
- }).reduce(function (result, current) {
270
- result[current] = obj1[current];
271
- return result;
272
- }, {});
273
- }
274
-
275
- /**
276
- * Removes keys from a JSON object that start with a string such as "data" to get all "data-id" type properties.
277
- *
278
- * @param {any} obj the JSON object to reduce
279
- * @param {string[]} startsWiths the string(s) to check if the property starts with this key
280
- * @returns the JSON object containing only the key/values that match the startsWith string
281
- */
282
- }, {
283
- key: "reduceKeys",
284
- value: function reduceKeys(obj, startsWiths) {
285
- var result = {};
286
- if (!obj || !startsWiths || startsWiths.length === 0) {
287
- return result;
288
- }
289
- Object.keys(obj).filter(function (key) {
290
- return startsWiths.some(function (value) {
291
- return key.startsWith(value);
292
- });
293
- }).forEach(function (key) {
294
- result[key] = obj[key];
295
- delete obj[key];
296
- });
297
- return result;
298
- }
299
- }, {
300
- key: "reorderArray",
301
- value: function reorderArray(value, from, to) {
302
- if (value && from !== to) {
303
- if (to >= value.length) {
304
- to %= value.length;
305
- from %= value.length;
306
- }
307
- value.splice(to, 0, value.splice(from, 1)[0]);
308
- }
309
- }
310
- }, {
311
- key: "findIndexInList",
312
- value: function findIndexInList(value, list, dataKey) {
313
- var _this = this;
314
- if (list) {
315
- return dataKey ? list.findIndex(function (item) {
316
- return _this.equals(item, value, dataKey);
317
- }) : list.findIndex(function (item) {
318
- return item === value;
319
- });
320
- }
321
- return -1;
322
- }
323
- }, {
324
- key: "getJSXElement",
325
- value: function getJSXElement(obj) {
326
- for (var _len = arguments.length, params = new Array(_len > 1 ? _len - 1 : 0), _key = 1; _key < _len; _key++) {
327
- params[_key - 1] = arguments[_key];
328
- }
329
- return this.isFunction(obj) ? obj.apply(void 0, params) : obj;
330
- }
331
- }, {
332
- key: "getItemValue",
333
- value: function getItemValue(obj) {
334
- for (var _len2 = arguments.length, params = new Array(_len2 > 1 ? _len2 - 1 : 0), _key2 = 1; _key2 < _len2; _key2++) {
335
- params[_key2 - 1] = arguments[_key2];
336
- }
337
- return this.isFunction(obj) ? obj.apply(void 0, params) : obj;
338
- }
339
- }, {
340
- key: "getProp",
341
- value: function getProp(props) {
342
- var prop = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : '';
343
- var defaultProps = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : {};
344
- var value = props ? props[prop] : undefined;
345
- return value === undefined ? defaultProps[prop] : value;
346
- }
347
- }, {
348
- key: "getPropCaseInsensitive",
349
- value: function getPropCaseInsensitive(props, prop) {
350
- var defaultProps = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : {};
351
- var fkey = this.toFlatCase(prop);
352
- for (var key in props) {
353
- if (props.hasOwnProperty(key) && this.toFlatCase(key) === fkey) {
354
- return props[key];
355
- }
356
- }
357
- for (var _key3 in defaultProps) {
358
- if (defaultProps.hasOwnProperty(_key3) && this.toFlatCase(_key3) === fkey) {
359
- return defaultProps[_key3];
360
- }
361
- }
362
- return undefined; // Property not found
363
- }
364
- }, {
365
- key: "getMergedProps",
366
- value: function getMergedProps(props, defaultProps) {
367
- return Object.assign({}, defaultProps, props);
368
- }
369
- }, {
370
- key: "getDiffProps",
371
- value: function getDiffProps(props, defaultProps) {
372
- return this.findDiffKeys(props, defaultProps);
373
- }
374
- }, {
375
- key: "getPropValue",
376
- value: function getPropValue(obj) {
377
- for (var _len3 = arguments.length, params = new Array(_len3 > 1 ? _len3 - 1 : 0), _key4 = 1; _key4 < _len3; _key4++) {
378
- params[_key4 - 1] = arguments[_key4];
379
- }
380
- return this.isFunction(obj) ? obj.apply(void 0, params) : obj;
381
- }
382
- }, {
383
- key: "getComponentProp",
384
- value: function getComponentProp(component) {
385
- var prop = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : '';
386
- var defaultProps = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : {};
387
- return this.isNotEmpty(component) ? this.getProp(component.props, prop, defaultProps) : undefined;
388
- }
389
- }, {
390
- key: "getComponentProps",
391
- value: function getComponentProps(component, defaultProps) {
392
- return this.isNotEmpty(component) ? this.getMergedProps(component.props, defaultProps) : undefined;
393
- }
394
- }, {
395
- key: "getComponentDiffProps",
396
- value: function getComponentDiffProps(component, defaultProps) {
397
- return this.isNotEmpty(component) ? this.getDiffProps(component.props, defaultProps) : undefined;
398
- }
399
- }, {
400
- key: "isValidChild",
401
- value: function isValidChild(child, type, validTypes) {
402
- /* eslint-disable */
403
- if (child) {
404
- var _child$type;
405
- var childType = this.getComponentProp(child, '__TYPE') || (child.type ? child.type.displayName : undefined);
406
-
407
- // for App Router in Next.js ^14,
408
- if (!childType && child !== null && child !== void 0 && (_child$type = child.type) !== null && _child$type !== void 0 && (_child$type = _child$type._payload) !== null && _child$type !== void 0 && _child$type.value) {
409
- childType = child.type._payload.value.find(function (v) {
410
- return v === type;
411
- });
412
- }
413
- var isValid = childType === type;
414
- try {
415
- var messageTypes; if ("production" !== 'production' && !isValid) ;
416
- } catch (error) {
417
- // NOOP
418
- }
419
- return isValid;
420
- }
421
- return false;
422
- /* eslint-enable */
423
- }
424
- }, {
425
- key: "getRefElement",
426
- value: function getRefElement(ref) {
427
- if (ref) {
428
- return _typeof(ref) === 'object' && ref.hasOwnProperty('current') ? ref.current : ref;
429
- }
430
- return null;
431
- }
432
- }, {
433
- key: "combinedRefs",
434
- value: function combinedRefs(innerRef, forwardRef) {
435
- if (innerRef && forwardRef) {
436
- if (typeof forwardRef === 'function') {
437
- forwardRef(innerRef.current);
438
- } else {
439
- forwardRef.current = innerRef.current;
440
- }
441
- }
442
- }
443
- }, {
444
- key: "removeAccents",
445
- value: function removeAccents(str) {
446
- if (str && str.search(/[\xC0-\xFF]/g) > -1) {
447
- str = str.replace(/[\xC0-\xC5]/g, 'A').replace(/[\xC6]/g, 'AE').replace(/[\xC7]/g, 'C').replace(/[\xC8-\xCB]/g, 'E').replace(/[\xCC-\xCF]/g, 'I').replace(/[\xD0]/g, 'D').replace(/[\xD1]/g, 'N').replace(/[\xD2-\xD6\xD8]/g, 'O').replace(/[\xD9-\xDC]/g, 'U').replace(/[\xDD]/g, 'Y').replace(/[\xDE]/g, 'P').replace(/[\xE0-\xE5]/g, 'a').replace(/[\xE6]/g, 'ae').replace(/[\xE7]/g, 'c').replace(/[\xE8-\xEB]/g, 'e').replace(/[\xEC-\xEF]/g, 'i').replace(/[\xF1]/g, 'n').replace(/[\xF2-\xF6\xF8]/g, 'o').replace(/[\xF9-\xFC]/g, 'u').replace(/[\xFE]/g, 'p').replace(/[\xFD\xFF]/g, 'y');
448
- }
449
- return str;
450
- }
451
- }, {
452
- key: "toFlatCase",
453
- value: function toFlatCase(str) {
454
- // convert snake, kebab, camel and pascal cases to flat case
455
- return this.isNotEmpty(str) && this.isString(str) ? str.replace(/(-|_)/g, '').toLowerCase() : str;
456
- }
457
- }, {
458
- key: "toCapitalCase",
459
- value: function toCapitalCase(str) {
460
- return this.isNotEmpty(str) && this.isString(str) ? str[0].toUpperCase() + str.slice(1) : str;
461
- }
462
- }, {
463
- key: "trim",
464
- value: function trim(value) {
465
- // trim only if the value is actually a string
466
- return this.isNotEmpty(value) && this.isString(value) ? value.trim() : value;
467
- }
468
- }, {
469
- key: "isEmpty",
470
- value: function isEmpty(value) {
471
- return value === null || value === undefined || value === '' || Array.isArray(value) && value.length === 0 || !(value instanceof Date) && _typeof(value) === 'object' && Object.keys(value).length === 0;
472
- }
473
- }, {
474
- key: "isNotEmpty",
475
- value: function isNotEmpty(value) {
476
- return !this.isEmpty(value);
477
- }
478
- }, {
479
- key: "isFunction",
480
- value: function isFunction(value) {
481
- return !!(value && value.constructor && value.call && value.apply);
482
- }
483
- }, {
484
- key: "isObject",
485
- value: function isObject(value) {
486
- return value !== null && value instanceof Object && value.constructor === Object;
487
- }
488
- }, {
489
- key: "isDate",
490
- value: function isDate(value) {
491
- return value !== null && value instanceof Date && value.constructor === Date;
492
- }
493
- }, {
494
- key: "isArray",
495
- value: function isArray(value) {
496
- return value !== null && Array.isArray(value);
497
- }
498
- }, {
499
- key: "isString",
500
- value: function isString(value) {
501
- return value !== null && typeof value === 'string';
502
- }
503
- }, {
504
- key: "isPrintableCharacter",
505
- value: function isPrintableCharacter() {
506
- var _char = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : '';
507
- return this.isNotEmpty(_char) && _char.length === 1 && _char.match(/\S| /);
508
- }
509
- }, {
510
- key: "isLetter",
511
- value: function isLetter(_char2) {
512
- return /^[a-zA-Z\u00C0-\u017F]$/.test(_char2);
513
- }
514
-
515
- /**
516
- * Firefox-v103 does not currently support the "findLast" method. It is stated that this method will be supported with Firefox-v104.
517
- * https://caniuse.com/mdn-javascript_builtins_array_findlast
518
- */
519
- }, {
520
- key: "findLast",
521
- value: function findLast(arr, callback) {
522
- var item;
523
- if (this.isNotEmpty(arr)) {
524
- try {
525
- item = arr.findLast(callback);
526
- } catch (_unused2) {
527
- item = _toConsumableArray(arr).reverse().find(callback);
528
- }
529
- }
530
- return item;
531
- }
532
-
533
- /**
534
- * Firefox-v103 does not currently support the "findLastIndex" method. It is stated that this method will be supported with Firefox-v104.
535
- * https://caniuse.com/mdn-javascript_builtins_array_findlastindex
536
- */
537
- }, {
538
- key: "findLastIndex",
539
- value: function findLastIndex(arr, callback) {
540
- var index = -1;
541
- if (this.isNotEmpty(arr)) {
542
- try {
543
- index = arr.findLastIndex(callback);
544
- } catch (_unused3) {
545
- index = arr.lastIndexOf(_toConsumableArray(arr).reverse().find(callback));
546
- }
547
- }
548
- return index;
549
- }
550
- }, {
551
- key: "sort",
552
- value: function sort(value1, value2) {
553
- var order = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : 1;
554
- var comparator = arguments.length > 3 ? arguments[3] : undefined;
555
- var nullSortOrder = arguments.length > 4 && arguments[4] !== undefined ? arguments[4] : 1;
556
- var result = this.compare(value1, value2, comparator, order);
557
- var finalSortOrder = order;
558
-
559
- // nullSortOrder == 1 means Excel like sort nulls at bottom
560
- if (this.isEmpty(value1) || this.isEmpty(value2)) {
561
- finalSortOrder = nullSortOrder === 1 ? order : nullSortOrder;
562
- }
563
- return finalSortOrder * result;
564
- }
565
- }, {
566
- key: "compare",
567
- value: function compare(value1, value2, comparator) {
568
- var order = arguments.length > 3 && arguments[3] !== undefined ? arguments[3] : 1;
569
- var result = -1;
570
- var emptyValue1 = this.isEmpty(value1);
571
- var emptyValue2 = this.isEmpty(value2);
572
- if (emptyValue1 && emptyValue2) result = 0;else if (emptyValue1) result = order;else if (emptyValue2) result = -order;else if (typeof value1 === 'string' && typeof value2 === 'string') result = comparator(value1, value2);else result = value1 < value2 ? -1 : value1 > value2 ? 1 : 0;
573
- return result;
574
- }
575
- }, {
576
- key: "localeComparator",
577
- value: function localeComparator(locale) {
578
- //performance gain using Int.Collator. It is not recommended to use localeCompare against large arrays.
579
- return new Intl.Collator(locale, {
580
- numeric: true
581
- }).compare;
582
- }
583
- }, {
584
- key: "findChildrenByKey",
585
- value: function findChildrenByKey(data, key) {
586
- var _iterator = _createForOfIteratorHelper(data),
587
- _step;
588
- try {
589
- for (_iterator.s(); !(_step = _iterator.n()).done;) {
590
- var item = _step.value;
591
- if (item.key === key) {
592
- return item.children || [];
593
- } else if (item.children) {
594
- var result = this.findChildrenByKey(item.children, key);
595
- if (result.length > 0) {
596
- return result;
597
- }
598
- }
599
- }
600
- } catch (err) {
601
- _iterator.e(err);
602
- } finally {
603
- _iterator.f();
604
- }
605
- return [];
606
- }
607
-
608
- /**
609
- * This function takes mutates and object with a new value given
610
- * a specific field. This will handle deeply nested fields that
611
- * need to be modified or created.
612
- *
613
- * e.g:
614
- * data = {
615
- * nested: {
616
- * foo: "bar"
617
- * }
618
- * }
619
- *
620
- * field = "nested.foo"
621
- * value = "baz"
622
- *
623
- * The function will mutate data to be
624
- * e.g:
625
- * data = {
626
- * nested: {
627
- * foo: "baz"
628
- * }
629
- * }
630
- *
631
- * @param {object} data the object to be modified
632
- * @param {string} field the field in the object to replace
633
- * @param {any} value the value to have replaced in the field
634
- */
635
- }, {
636
- key: "mutateFieldData",
637
- value: function mutateFieldData(data, field, value) {
638
- if (_typeof(data) !== 'object' || typeof field !== 'string') {
639
- // short circuit if there is nothing to resolve
640
- return;
641
- }
642
- var fields = field.split('.');
643
- var obj = data;
644
- for (var i = 0, len = fields.length; i < len; ++i) {
645
- // Check if we are on the last field
646
- if (i + 1 - len === 0) {
647
- obj[fields[i]] = value;
648
- break;
649
- }
650
- if (!obj[fields[i]]) {
651
- obj[fields[i]] = {};
652
- }
653
- obj = obj[fields[i]];
654
- }
655
- }
656
- }]);
657
- return ObjectUtils;
658
- }();
659
-
660
- var lastId = 0;
661
- function UniqueComponentId() {
662
- var prefix = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : 'pr_id_';
663
- lastId++;
664
- return "".concat(prefix).concat(lastId);
665
- }
666
-
667
44
  var SpinnerIcon = /*#__PURE__*/React__namespace.memo( /*#__PURE__*/React__namespace.forwardRef(function (inProps, ref) {
668
45
  var pti = iconbase.IconBase.getPTI(inProps);
669
- var _React$useState = React__namespace.useState(inProps.id),
670
- _React$useState2 = _slicedToArray(_React$useState, 2),
671
- pathId = _React$useState2[0],
672
- setPathId = _React$useState2[1];
673
- React__namespace.useEffect(function () {
674
- if (ObjectUtils.isEmpty(pathId)) {
675
- setPathId(UniqueComponentId('pr_icon_clip_'));
676
- }
677
- }, [pathId]);
678
46
  return /*#__PURE__*/React__namespace.createElement("svg", _extends({
679
47
  ref: ref,
680
48
  width: "14",
@@ -682,18 +50,10 @@ var SpinnerIcon = /*#__PURE__*/React__namespace.memo( /*#__PURE__*/React__namesp
682
50
  viewBox: "0 0 14 14",
683
51
  fill: "none",
684
52
  xmlns: "http://www.w3.org/2000/svg"
685
- }, pti), /*#__PURE__*/React__namespace.createElement("g", {
686
- clipPath: "url(#".concat(pathId, ")")
687
- }, /*#__PURE__*/React__namespace.createElement("path", {
53
+ }, pti), /*#__PURE__*/React__namespace.createElement("path", {
688
54
  d: "M6.99701 14C5.85441 13.999 4.72939 13.7186 3.72012 13.1832C2.71084 12.6478 1.84795 11.8737 1.20673 10.9284C0.565504 9.98305 0.165424 8.89526 0.041387 7.75989C-0.0826496 6.62453 0.073125 5.47607 0.495122 4.4147C0.917119 3.35333 1.59252 2.4113 2.46241 1.67077C3.33229 0.930247 4.37024 0.413729 5.4857 0.166275C6.60117 -0.0811796 7.76026 -0.0520535 8.86188 0.251112C9.9635 0.554278 10.9742 1.12227 11.8057 1.90555C11.915 2.01493 11.9764 2.16319 11.9764 2.31778C11.9764 2.47236 11.915 2.62062 11.8057 2.73C11.7521 2.78503 11.688 2.82877 11.6171 2.85864C11.5463 2.8885 11.4702 2.90389 11.3933 2.90389C11.3165 2.90389 11.2404 2.8885 11.1695 2.85864C11.0987 2.82877 11.0346 2.78503 10.9809 2.73C9.9998 1.81273 8.73246 1.26138 7.39226 1.16876C6.05206 1.07615 4.72086 1.44794 3.62279 2.22152C2.52471 2.99511 1.72683 4.12325 1.36345 5.41602C1.00008 6.70879 1.09342 8.08723 1.62775 9.31926C2.16209 10.5513 3.10478 11.5617 4.29713 12.1803C5.48947 12.7989 6.85865 12.988 8.17414 12.7157C9.48963 12.4435 10.6711 11.7264 11.5196 10.6854C12.3681 9.64432 12.8319 8.34282 12.8328 7C12.8328 6.84529 12.8943 6.69692 13.0038 6.58752C13.1132 6.47812 13.2616 6.41667 13.4164 6.41667C13.5712 6.41667 13.7196 6.47812 13.8291 6.58752C13.9385 6.69692 14 6.84529 14 7C14 8.85651 13.2622 10.637 11.9489 11.9497C10.6356 13.2625 8.85432 14 6.99701 14Z",
689
55
  fill: "currentColor"
690
- })), /*#__PURE__*/React__namespace.createElement("defs", null, /*#__PURE__*/React__namespace.createElement("clipPath", {
691
- id: pathId
692
- }, /*#__PURE__*/React__namespace.createElement("rect", {
693
- width: "14",
694
- height: "14",
695
- fill: "white"
696
- }))));
56
+ }));
697
57
  }));
698
58
  SpinnerIcon.displayName = 'SpinnerIcon';
699
59