primereact 9.3.1 → 9.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (782) hide show
  1. package/README.md +18 -31
  2. package/accordion/accordion.cjs.js +88 -90
  3. package/accordion/accordion.cjs.min.js +1 -1
  4. package/accordion/accordion.d.ts +90 -1
  5. package/accordion/accordion.esm.js +89 -91
  6. package/accordion/accordion.esm.min.js +1 -1
  7. package/accordion/accordion.js +89 -92
  8. package/accordion/accordion.min.js +1 -1
  9. package/api/api.cjs.js +1 -0
  10. package/api/api.cjs.min.js +1 -1
  11. package/api/api.d.ts +7 -6
  12. package/api/api.esm.js +1 -0
  13. package/api/api.esm.min.js +1 -1
  14. package/api/api.js +1 -0
  15. package/api/api.min.js +1 -1
  16. package/autocomplete/autocomplete.cjs.js +33 -11
  17. package/autocomplete/autocomplete.cjs.min.js +1 -1
  18. package/autocomplete/autocomplete.d.ts +4 -0
  19. package/autocomplete/autocomplete.esm.js +33 -11
  20. package/autocomplete/autocomplete.esm.min.js +1 -1
  21. package/autocomplete/autocomplete.js +32 -10
  22. package/autocomplete/autocomplete.min.css +1 -1
  23. package/autocomplete/autocomplete.min.js +1 -1
  24. package/avatar/avatar.cjs.js +71 -22
  25. package/avatar/avatar.cjs.min.js +1 -1
  26. package/avatar/avatar.d.ts +37 -1
  27. package/avatar/avatar.esm.js +72 -23
  28. package/avatar/avatar.esm.min.js +1 -1
  29. package/avatar/avatar.js +72 -24
  30. package/avatar/avatar.min.js +1 -1
  31. package/avatargroup/avatargroup.cjs.js +26 -42
  32. package/avatargroup/avatargroup.cjs.min.js +1 -1
  33. package/avatargroup/avatargroup.d.ts +24 -0
  34. package/avatargroup/avatargroup.esm.js +13 -29
  35. package/avatargroup/avatargroup.esm.min.js +1 -1
  36. package/avatargroup/avatargroup.js +52 -69
  37. package/avatargroup/avatargroup.min.js +1 -1
  38. package/badge/badge.cjs.js +12 -28
  39. package/badge/badge.cjs.min.js +1 -1
  40. package/badge/badge.d.ts +26 -0
  41. package/badge/badge.esm.js +13 -29
  42. package/badge/badge.esm.min.js +1 -1
  43. package/badge/badge.js +13 -30
  44. package/badge/badge.min.js +1 -1
  45. package/blockui/blockui.cjs.js +12 -28
  46. package/blockui/blockui.cjs.min.js +1 -1
  47. package/blockui/blockui.d.ts +38 -0
  48. package/blockui/blockui.esm.js +13 -29
  49. package/blockui/blockui.esm.min.js +1 -1
  50. package/blockui/blockui.js +13 -30
  51. package/blockui/blockui.min.js +1 -1
  52. package/breadcrumb/breadcrumb.cjs.js +87 -49
  53. package/breadcrumb/breadcrumb.cjs.min.js +1 -1
  54. package/breadcrumb/breadcrumb.d.ts +53 -1
  55. package/breadcrumb/breadcrumb.esm.js +88 -50
  56. package/breadcrumb/breadcrumb.esm.min.js +1 -1
  57. package/breadcrumb/breadcrumb.js +88 -51
  58. package/breadcrumb/breadcrumb.min.css +1 -1
  59. package/breadcrumb/breadcrumb.min.js +1 -1
  60. package/button/button.cjs.js +49 -42
  61. package/button/button.cjs.min.js +1 -1
  62. package/button/button.d.ts +42 -1
  63. package/button/button.esm.js +50 -43
  64. package/button/button.esm.min.js +1 -1
  65. package/button/button.js +49 -43
  66. package/button/button.min.js +1 -1
  67. package/calendar/calendar.cjs.js +37 -23
  68. package/calendar/calendar.cjs.min.js +1 -1
  69. package/calendar/calendar.d.ts +5 -2
  70. package/calendar/calendar.esm.js +37 -23
  71. package/calendar/calendar.esm.min.js +1 -1
  72. package/calendar/calendar.js +34 -20
  73. package/calendar/calendar.min.js +1 -1
  74. package/card/card.cjs.js +52 -63
  75. package/card/card.cjs.min.js +1 -1
  76. package/card/card.d.ts +56 -0
  77. package/card/card.esm.js +39 -50
  78. package/card/card.esm.min.js +1 -1
  79. package/card/card.js +86 -98
  80. package/card/card.min.js +1 -1
  81. package/carousel/carousel.cjs.js +151 -110
  82. package/carousel/carousel.cjs.min.js +1 -1
  83. package/carousel/carousel.d.ts +113 -1
  84. package/carousel/carousel.esm.js +151 -110
  85. package/carousel/carousel.esm.min.js +1 -1
  86. package/carousel/carousel.js +148 -108
  87. package/carousel/carousel.min.js +1 -1
  88. package/cascadeselect/cascadeselect.cjs.js +27 -23
  89. package/cascadeselect/cascadeselect.cjs.min.js +1 -1
  90. package/cascadeselect/cascadeselect.d.ts +5 -0
  91. package/cascadeselect/cascadeselect.esm.js +27 -23
  92. package/cascadeselect/cascadeselect.esm.min.js +1 -1
  93. package/cascadeselect/cascadeselect.js +28 -24
  94. package/cascadeselect/cascadeselect.min.js +1 -1
  95. package/chart/chart.cjs.js +31 -42
  96. package/chart/chart.cjs.min.js +1 -1
  97. package/chart/chart.d.ts +35 -0
  98. package/chart/chart.esm.js +18 -29
  99. package/chart/chart.esm.min.js +1 -1
  100. package/chart/chart.js +140 -152
  101. package/chart/chart.min.js +1 -1
  102. package/checkbox/checkbox.cjs.js +40 -19
  103. package/checkbox/checkbox.cjs.min.js +1 -1
  104. package/checkbox/checkbox.d.ts +19 -1
  105. package/checkbox/checkbox.esm.js +41 -20
  106. package/checkbox/checkbox.esm.min.js +1 -1
  107. package/checkbox/checkbox.js +41 -20
  108. package/checkbox/checkbox.min.js +1 -1
  109. package/chip/chip.cjs.js +45 -42
  110. package/chip/chip.cjs.min.js +1 -1
  111. package/chip/chip.d.ts +53 -1
  112. package/chip/chip.esm.js +46 -43
  113. package/chip/chip.esm.min.js +1 -1
  114. package/chip/chip.js +46 -44
  115. package/chip/chip.min.js +1 -1
  116. package/chips/chips.cjs.js +37 -22
  117. package/chips/chips.cjs.min.js +1 -1
  118. package/chips/chips.d.ts +5 -0
  119. package/chips/chips.esm.js +37 -22
  120. package/chips/chips.esm.min.js +1 -1
  121. package/chips/chips.js +37 -23
  122. package/chips/chips.min.js +1 -1
  123. package/colorpicker/colorpicker.cjs.js +11 -4
  124. package/colorpicker/colorpicker.cjs.min.js +1 -1
  125. package/colorpicker/colorpicker.d.ts +13 -0
  126. package/colorpicker/colorpicker.esm.js +11 -4
  127. package/colorpicker/colorpicker.esm.min.js +1 -1
  128. package/colorpicker/colorpicker.js +11 -4
  129. package/colorpicker/colorpicker.min.js +1 -1
  130. package/column/column.d.ts +6 -2
  131. package/componentbase/componentbase.cjs.js +105 -0
  132. package/componentbase/componentbase.cjs.min.js +1 -0
  133. package/componentbase/componentbase.esm.js +101 -0
  134. package/componentbase/componentbase.esm.min.js +1 -0
  135. package/componentbase/componentbase.js +109 -0
  136. package/componentbase/componentbase.min.js +1 -0
  137. package/componentbase/package.json +6 -0
  138. package/confirmdialog/confirmdialog.cjs.js +44 -27
  139. package/confirmdialog/confirmdialog.cjs.min.js +1 -1
  140. package/confirmdialog/confirmdialog.d.ts +90 -2
  141. package/confirmdialog/confirmdialog.esm.js +45 -28
  142. package/confirmdialog/confirmdialog.esm.min.js +1 -1
  143. package/confirmdialog/confirmdialog.js +45 -29
  144. package/confirmdialog/confirmdialog.min.js +1 -1
  145. package/confirmpopup/confirmpopup.cjs.js +53 -50
  146. package/confirmpopup/confirmpopup.cjs.min.js +1 -1
  147. package/confirmpopup/confirmpopup.d.ts +70 -1
  148. package/confirmpopup/confirmpopup.esm.js +54 -51
  149. package/confirmpopup/confirmpopup.esm.min.js +1 -1
  150. package/confirmpopup/confirmpopup.js +54 -52
  151. package/confirmpopup/confirmpopup.min.js +1 -1
  152. package/contextmenu/contextmenu.cjs.js +111 -61
  153. package/contextmenu/contextmenu.cjs.min.js +1 -1
  154. package/contextmenu/contextmenu.d.ts +92 -1
  155. package/contextmenu/contextmenu.esm.js +112 -62
  156. package/contextmenu/contextmenu.esm.min.js +1 -1
  157. package/contextmenu/contextmenu.js +112 -63
  158. package/contextmenu/contextmenu.min.js +1 -1
  159. package/core/core.js +16510 -5273
  160. package/core/core.min.js +41 -39
  161. package/datatable/datatable.cjs.js +253 -210
  162. package/datatable/datatable.cjs.min.js +1 -1
  163. package/datatable/datatable.d.ts +20 -7
  164. package/datatable/datatable.esm.js +253 -210
  165. package/datatable/datatable.esm.min.js +1 -1
  166. package/datatable/datatable.js +246 -203
  167. package/datatable/datatable.min.js +1 -1
  168. package/deferredcontent/deferredcontent.cjs.js +13 -26
  169. package/deferredcontent/deferredcontent.cjs.min.js +1 -1
  170. package/deferredcontent/deferredcontent.d.ts +38 -0
  171. package/deferredcontent/deferredcontent.esm.js +14 -27
  172. package/deferredcontent/deferredcontent.esm.min.js +1 -1
  173. package/deferredcontent/deferredcontent.js +14 -28
  174. package/deferredcontent/deferredcontent.min.js +1 -1
  175. package/dialog/dialog.cjs.js +83 -83
  176. package/dialog/dialog.cjs.min.js +1 -1
  177. package/dialog/dialog.d.ts +85 -3
  178. package/dialog/dialog.esm.js +83 -83
  179. package/dialog/dialog.esm.min.js +1 -1
  180. package/dialog/dialog.js +81 -82
  181. package/dialog/dialog.min.js +1 -1
  182. package/divider/divider.cjs.js +35 -51
  183. package/divider/divider.cjs.min.js +1 -1
  184. package/divider/divider.d.ts +30 -0
  185. package/divider/divider.esm.js +22 -38
  186. package/divider/divider.esm.min.js +1 -1
  187. package/divider/divider.js +66 -83
  188. package/divider/divider.min.js +1 -1
  189. package/dock/dock.cjs.js +82 -45
  190. package/dock/dock.cjs.min.js +1 -1
  191. package/dock/dock.d.ts +66 -0
  192. package/dock/dock.esm.js +83 -46
  193. package/dock/dock.esm.min.js +1 -1
  194. package/dock/dock.js +83 -47
  195. package/dock/dock.min.js +1 -1
  196. package/dropdown/dropdown.cjs.js +46 -20
  197. package/dropdown/dropdown.cjs.min.js +1 -1
  198. package/dropdown/dropdown.d.ts +6 -1
  199. package/dropdown/dropdown.esm.js +46 -20
  200. package/dropdown/dropdown.esm.min.js +1 -1
  201. package/dropdown/dropdown.js +45 -19
  202. package/dropdown/dropdown.min.js +1 -1
  203. package/fieldset/fieldset.cjs.js +55 -54
  204. package/fieldset/fieldset.cjs.min.js +1 -1
  205. package/fieldset/fieldset.d.ts +77 -1
  206. package/fieldset/fieldset.esm.js +56 -55
  207. package/fieldset/fieldset.esm.min.js +1 -1
  208. package/fieldset/fieldset.js +56 -56
  209. package/fieldset/fieldset.min.js +1 -1
  210. package/fileupload/fileupload.cjs.js +181 -151
  211. package/fileupload/fileupload.cjs.min.js +1 -1
  212. package/fileupload/fileupload.d.ts +150 -1
  213. package/fileupload/fileupload.esm.js +182 -152
  214. package/fileupload/fileupload.esm.min.js +1 -1
  215. package/fileupload/fileupload.js +182 -153
  216. package/fileupload/fileupload.min.js +1 -1
  217. package/galleria/galleria.cjs.js +136 -118
  218. package/galleria/galleria.cjs.min.js +1 -1
  219. package/galleria/galleria.d.ts +156 -2
  220. package/galleria/galleria.esm.js +137 -119
  221. package/galleria/galleria.esm.min.js +1 -1
  222. package/galleria/galleria.js +135 -118
  223. package/galleria/galleria.min.js +1 -1
  224. package/hooks/hooks.cjs.js +20 -3
  225. package/hooks/hooks.cjs.min.js +1 -1
  226. package/hooks/hooks.esm.js +17 -3
  227. package/hooks/hooks.esm.min.js +1 -1
  228. package/hooks/hooks.js +21 -5
  229. package/hooks/hooks.min.js +1 -1
  230. package/icons/arrowdown/index.cjs.js +410 -2
  231. package/icons/arrowdown/index.cjs.min.js +1 -1
  232. package/icons/arrowdown/index.esm.js +410 -2
  233. package/icons/arrowdown/index.esm.min.js +1 -1
  234. package/icons/arrowdown/index.js +410 -2
  235. package/icons/arrowdown/index.min.js +1 -1
  236. package/icons/arrowup/index.cjs.js +410 -2
  237. package/icons/arrowup/index.cjs.min.js +1 -1
  238. package/icons/arrowup/index.esm.js +410 -2
  239. package/icons/arrowup/index.esm.min.js +1 -1
  240. package/icons/arrowup/index.js +410 -2
  241. package/icons/arrowup/index.min.js +1 -1
  242. package/icons/ban/index.cjs.js +410 -2
  243. package/icons/ban/index.cjs.min.js +1 -1
  244. package/icons/ban/index.esm.js +410 -2
  245. package/icons/ban/index.esm.min.js +1 -1
  246. package/icons/ban/index.js +410 -2
  247. package/icons/ban/index.min.js +1 -1
  248. package/icons/download/index.cjs.js +410 -2
  249. package/icons/download/index.cjs.min.js +1 -1
  250. package/icons/download/index.esm.js +410 -2
  251. package/icons/download/index.esm.min.js +1 -1
  252. package/icons/download/index.js +410 -2
  253. package/icons/download/index.min.js +1 -1
  254. package/icons/exclamationtriangle/index.cjs.js +410 -2
  255. package/icons/exclamationtriangle/index.cjs.min.js +1 -1
  256. package/icons/exclamationtriangle/index.esm.js +410 -2
  257. package/icons/exclamationtriangle/index.esm.min.js +1 -1
  258. package/icons/exclamationtriangle/index.js +410 -2
  259. package/icons/exclamationtriangle/index.min.js +1 -1
  260. package/icons/eyeslash/index.cjs.js +410 -2
  261. package/icons/eyeslash/index.cjs.min.js +1 -1
  262. package/icons/eyeslash/index.esm.js +410 -2
  263. package/icons/eyeslash/index.esm.min.js +1 -1
  264. package/icons/eyeslash/index.js +410 -2
  265. package/icons/eyeslash/index.min.js +1 -1
  266. package/icons/filter/index.cjs.js +410 -2
  267. package/icons/filter/index.cjs.min.js +1 -1
  268. package/icons/filter/index.esm.js +410 -2
  269. package/icons/filter/index.esm.min.js +1 -1
  270. package/icons/filter/index.js +410 -2
  271. package/icons/filter/index.min.js +1 -1
  272. package/icons/filterslash/index.cjs.js +410 -2
  273. package/icons/filterslash/index.cjs.min.js +1 -1
  274. package/icons/filterslash/index.esm.js +410 -2
  275. package/icons/filterslash/index.esm.min.js +1 -1
  276. package/icons/filterslash/index.js +410 -2
  277. package/icons/filterslash/index.min.js +1 -1
  278. package/icons/infocircle/index.cjs.js +410 -2
  279. package/icons/infocircle/index.cjs.min.js +1 -1
  280. package/icons/infocircle/index.esm.js +410 -2
  281. package/icons/infocircle/index.esm.min.js +1 -1
  282. package/icons/infocircle/index.js +410 -2
  283. package/icons/infocircle/index.min.js +1 -1
  284. package/icons/pencil/index.cjs.js +410 -2
  285. package/icons/pencil/index.cjs.min.js +1 -1
  286. package/icons/pencil/index.esm.js +410 -2
  287. package/icons/pencil/index.esm.min.js +1 -1
  288. package/icons/pencil/index.js +410 -2
  289. package/icons/pencil/index.min.js +1 -1
  290. package/icons/plus/index.cjs.js +410 -2
  291. package/icons/plus/index.cjs.min.js +1 -1
  292. package/icons/plus/index.esm.js +410 -2
  293. package/icons/plus/index.esm.min.js +1 -1
  294. package/icons/plus/index.js +410 -2
  295. package/icons/plus/index.min.js +1 -1
  296. package/icons/refresh/index.cjs.js +410 -2
  297. package/icons/refresh/index.cjs.min.js +1 -1
  298. package/icons/refresh/index.esm.js +410 -2
  299. package/icons/refresh/index.esm.min.js +1 -1
  300. package/icons/refresh/index.js +410 -2
  301. package/icons/refresh/index.min.js +1 -1
  302. package/icons/search/index.cjs.js +410 -2
  303. package/icons/search/index.cjs.min.js +1 -1
  304. package/icons/search/index.esm.js +410 -2
  305. package/icons/search/index.esm.min.js +1 -1
  306. package/icons/search/index.js +410 -2
  307. package/icons/search/index.min.js +1 -1
  308. package/icons/searchminus/index.cjs.js +410 -2
  309. package/icons/searchminus/index.cjs.min.js +1 -1
  310. package/icons/searchminus/index.esm.js +410 -2
  311. package/icons/searchminus/index.esm.min.js +1 -1
  312. package/icons/searchminus/index.js +410 -2
  313. package/icons/searchminus/index.min.js +1 -1
  314. package/icons/searchplus/index.cjs.js +410 -2
  315. package/icons/searchplus/index.cjs.min.js +1 -1
  316. package/icons/searchplus/index.esm.js +410 -2
  317. package/icons/searchplus/index.esm.min.js +1 -1
  318. package/icons/searchplus/index.js +410 -2
  319. package/icons/searchplus/index.min.js +1 -1
  320. package/icons/sortalt/index.cjs.js +410 -2
  321. package/icons/sortalt/index.cjs.min.js +1 -1
  322. package/icons/sortalt/index.esm.js +410 -2
  323. package/icons/sortalt/index.esm.min.js +1 -1
  324. package/icons/sortalt/index.js +410 -2
  325. package/icons/sortalt/index.min.js +1 -1
  326. package/icons/sortamountdown/index.cjs.js +410 -2
  327. package/icons/sortamountdown/index.cjs.min.js +1 -1
  328. package/icons/sortamountdown/index.esm.js +410 -2
  329. package/icons/sortamountdown/index.esm.min.js +1 -1
  330. package/icons/sortamountdown/index.js +410 -2
  331. package/icons/sortamountdown/index.min.js +1 -1
  332. package/icons/sortamountupalt/index.cjs.js +410 -2
  333. package/icons/sortamountupalt/index.cjs.min.js +1 -1
  334. package/icons/sortamountupalt/index.esm.js +410 -2
  335. package/icons/sortamountupalt/index.esm.min.js +1 -1
  336. package/icons/sortamountupalt/index.js +410 -2
  337. package/icons/sortamountupalt/index.min.js +1 -1
  338. package/icons/spinner/index.cjs.js +410 -2
  339. package/icons/spinner/index.cjs.min.js +1 -1
  340. package/icons/spinner/index.esm.js +410 -2
  341. package/icons/spinner/index.esm.min.js +1 -1
  342. package/icons/spinner/index.js +410 -2
  343. package/icons/spinner/index.min.js +1 -1
  344. package/icons/star/index.cjs.js +410 -2
  345. package/icons/star/index.cjs.min.js +1 -1
  346. package/icons/star/index.esm.js +410 -2
  347. package/icons/star/index.esm.min.js +1 -1
  348. package/icons/star/index.js +410 -2
  349. package/icons/star/index.min.js +1 -1
  350. package/icons/starfill/index.cjs.js +410 -2
  351. package/icons/starfill/index.cjs.min.js +1 -1
  352. package/icons/starfill/index.esm.js +410 -2
  353. package/icons/starfill/index.esm.min.js +1 -1
  354. package/icons/starfill/index.js +410 -2
  355. package/icons/starfill/index.min.js +1 -1
  356. package/icons/thlarge/index.cjs.js +410 -2
  357. package/icons/thlarge/index.cjs.min.js +1 -1
  358. package/icons/thlarge/index.esm.js +410 -2
  359. package/icons/thlarge/index.esm.min.js +1 -1
  360. package/icons/thlarge/index.js +410 -2
  361. package/icons/thlarge/index.min.js +1 -1
  362. package/icons/timescircle/index.cjs.js +410 -2
  363. package/icons/timescircle/index.cjs.min.js +1 -1
  364. package/icons/timescircle/index.esm.js +410 -2
  365. package/icons/timescircle/index.esm.min.js +1 -1
  366. package/icons/timescircle/index.js +410 -2
  367. package/icons/timescircle/index.min.js +1 -1
  368. package/icons/trash/index.cjs.js +410 -2
  369. package/icons/trash/index.cjs.min.js +1 -1
  370. package/icons/trash/index.esm.js +410 -2
  371. package/icons/trash/index.esm.min.js +1 -1
  372. package/icons/trash/index.js +410 -2
  373. package/icons/trash/index.min.js +1 -1
  374. package/icons/undo/index.cjs.js +410 -2
  375. package/icons/undo/index.cjs.min.js +1 -1
  376. package/icons/undo/index.esm.js +410 -2
  377. package/icons/undo/index.esm.min.js +1 -1
  378. package/icons/undo/index.js +410 -2
  379. package/icons/undo/index.min.js +1 -1
  380. package/icons/upload/index.cjs.js +410 -2
  381. package/icons/upload/index.cjs.min.js +1 -1
  382. package/icons/upload/index.esm.js +410 -2
  383. package/icons/upload/index.esm.min.js +1 -1
  384. package/icons/upload/index.js +410 -2
  385. package/icons/upload/index.min.js +1 -1
  386. package/icons/windowmaximize/index.cjs.js +410 -2
  387. package/icons/windowmaximize/index.cjs.min.js +1 -1
  388. package/icons/windowmaximize/index.esm.js +410 -2
  389. package/icons/windowmaximize/index.esm.min.js +1 -1
  390. package/icons/windowmaximize/index.js +410 -2
  391. package/icons/windowmaximize/index.min.js +1 -1
  392. package/icons/windowminimize/index.cjs.js +410 -2
  393. package/icons/windowminimize/index.cjs.min.js +1 -1
  394. package/icons/windowminimize/index.esm.js +410 -2
  395. package/icons/windowminimize/index.esm.min.js +1 -1
  396. package/icons/windowminimize/index.js +410 -2
  397. package/icons/windowminimize/index.min.js +1 -1
  398. package/image/image.cjs.js +506 -103
  399. package/image/image.cjs.min.js +1 -1
  400. package/image/image.d.ts +130 -3
  401. package/image/image.esm.js +507 -104
  402. package/image/image.esm.min.js +1 -1
  403. package/image/image.js +503 -101
  404. package/image/image.min.js +1 -1
  405. package/inplace/inplace.cjs.js +33 -51
  406. package/inplace/inplace.cjs.min.js +1 -1
  407. package/inplace/inplace.d.ts +51 -1
  408. package/inplace/inplace.esm.js +33 -51
  409. package/inplace/inplace.esm.min.js +1 -1
  410. package/inplace/inplace.js +33 -52
  411. package/inplace/inplace.min.js +1 -1
  412. package/inputmask/inputmask.cjs.js +24 -18
  413. package/inputmask/inputmask.cjs.min.js +1 -1
  414. package/inputmask/inputmask.esm.js +24 -18
  415. package/inputmask/inputmask.esm.min.js +1 -1
  416. package/inputmask/inputmask.js +24 -18
  417. package/inputmask/inputmask.min.js +1 -1
  418. package/inputnumber/inputnumber.cjs.js +8 -6
  419. package/inputnumber/inputnumber.cjs.min.js +1 -1
  420. package/inputnumber/inputnumber.esm.js +8 -6
  421. package/inputnumber/inputnumber.esm.min.js +1 -1
  422. package/inputnumber/inputnumber.js +8 -6
  423. package/inputnumber/inputnumber.min.js +1 -1
  424. package/inputswitch/inputswitch.cjs.js +13 -2
  425. package/inputswitch/inputswitch.cjs.min.js +1 -1
  426. package/inputswitch/inputswitch.d.ts +5 -0
  427. package/inputswitch/inputswitch.esm.js +13 -2
  428. package/inputswitch/inputswitch.esm.min.js +1 -1
  429. package/inputswitch/inputswitch.js +14 -4
  430. package/inputswitch/inputswitch.min.js +1 -1
  431. package/inputtext/inputtext.cjs.js +7 -8
  432. package/inputtext/inputtext.cjs.min.js +1 -1
  433. package/inputtext/inputtext.esm.js +7 -8
  434. package/inputtext/inputtext.esm.min.js +1 -1
  435. package/inputtext/inputtext.js +7 -8
  436. package/inputtext/inputtext.min.js +1 -1
  437. package/inputtextarea/inputtextarea.cjs.js +3 -4
  438. package/inputtextarea/inputtextarea.cjs.min.js +1 -1
  439. package/inputtextarea/inputtextarea.esm.js +3 -4
  440. package/inputtextarea/inputtextarea.esm.min.js +1 -1
  441. package/inputtextarea/inputtextarea.js +3 -4
  442. package/inputtextarea/inputtextarea.min.js +1 -1
  443. package/listbox/listbox.cjs.js +12 -4
  444. package/listbox/listbox.cjs.min.js +1 -1
  445. package/listbox/listbox.esm.js +12 -4
  446. package/listbox/listbox.esm.min.js +1 -1
  447. package/listbox/listbox.js +12 -4
  448. package/listbox/listbox.min.js +1 -1
  449. package/megamenu/megamenu.cjs.js +147 -96
  450. package/megamenu/megamenu.cjs.min.js +1 -1
  451. package/megamenu/megamenu.d.ts +142 -2
  452. package/megamenu/megamenu.esm.js +147 -96
  453. package/megamenu/megamenu.esm.min.js +1 -1
  454. package/megamenu/megamenu.js +145 -95
  455. package/megamenu/megamenu.min.js +1 -1
  456. package/mention/mention.cjs.js +3 -4
  457. package/mention/mention.cjs.min.js +1 -1
  458. package/mention/mention.esm.js +3 -4
  459. package/mention/mention.esm.min.js +1 -1
  460. package/mention/mention.js +3 -4
  461. package/mention/mention.min.js +1 -1
  462. package/menu/menu.cjs.js +94 -55
  463. package/menu/menu.cjs.min.js +1 -1
  464. package/menu/menu.d.ts +71 -0
  465. package/menu/menu.esm.js +95 -56
  466. package/menu/menu.esm.min.js +1 -1
  467. package/menu/menu.js +95 -57
  468. package/menu/menu.min.js +1 -1
  469. package/menubar/menubar.cjs.js +118 -110
  470. package/menubar/menubar.cjs.min.js +1 -1
  471. package/menubar/menubar.d.ts +94 -1
  472. package/menubar/menubar.esm.js +119 -111
  473. package/menubar/menubar.esm.min.js +1 -1
  474. package/menubar/menubar.js +119 -112
  475. package/menubar/menubar.min.js +1 -1
  476. package/menuitem/menuitem.d.ts +0 -2
  477. package/message/message.cjs.js +66 -46
  478. package/message/message.cjs.min.js +1 -1
  479. package/message/message.d.ts +35 -2
  480. package/message/message.esm.js +67 -47
  481. package/message/message.esm.min.js +1 -1
  482. package/message/message.js +67 -48
  483. package/message/message.min.js +1 -1
  484. package/messages/messages.cjs.js +78 -74
  485. package/messages/messages.cjs.min.js +1 -1
  486. package/messages/messages.d.ts +51 -2
  487. package/messages/messages.esm.js +78 -74
  488. package/messages/messages.esm.min.js +1 -1
  489. package/messages/messages.js +78 -75
  490. package/messages/messages.min.js +1 -1
  491. package/multiselect/multiselect.cjs.js +74 -47
  492. package/multiselect/multiselect.cjs.min.js +1 -1
  493. package/multiselect/multiselect.d.ts +9 -0
  494. package/multiselect/multiselect.esm.js +75 -48
  495. package/multiselect/multiselect.esm.min.js +1 -1
  496. package/multiselect/multiselect.js +73 -46
  497. package/multiselect/multiselect.min.js +1 -1
  498. package/multistatecheckbox/multistatecheckbox.cjs.js +21 -13
  499. package/multistatecheckbox/multistatecheckbox.cjs.min.js +1 -1
  500. package/multistatecheckbox/multistatecheckbox.d.ts +5 -0
  501. package/multistatecheckbox/multistatecheckbox.esm.js +21 -13
  502. package/multistatecheckbox/multistatecheckbox.esm.min.js +1 -1
  503. package/multistatecheckbox/multistatecheckbox.js +21 -13
  504. package/multistatecheckbox/multistatecheckbox.min.js +1 -1
  505. package/organizationchart/organizationchart.d.ts +18 -2
  506. package/overlaypanel/overlaypanel.cjs.js +40 -46
  507. package/overlaypanel/overlaypanel.cjs.min.js +1 -1
  508. package/overlaypanel/overlaypanel.d.ts +45 -1
  509. package/overlaypanel/overlaypanel.esm.js +41 -47
  510. package/overlaypanel/overlaypanel.esm.min.js +1 -1
  511. package/overlaypanel/overlaypanel.js +41 -48
  512. package/overlaypanel/overlaypanel.min.js +1 -1
  513. package/package.json +1 -1
  514. package/paginator/paginator.d.ts +3 -3
  515. package/panel/panel.cjs.js +78 -63
  516. package/panel/panel.cjs.min.js +1 -1
  517. package/panel/panel.d.ts +100 -1
  518. package/panel/panel.esm.js +79 -64
  519. package/panel/panel.esm.min.js +1 -1
  520. package/panel/panel.js +79 -65
  521. package/panel/panel.min.js +1 -1
  522. package/panelmenu/panelmenu.cjs.js +145 -83
  523. package/panelmenu/panelmenu.cjs.min.js +1 -1
  524. package/panelmenu/panelmenu.d.ts +124 -2
  525. package/panelmenu/panelmenu.esm.js +145 -83
  526. package/panelmenu/panelmenu.esm.min.js +1 -1
  527. package/panelmenu/panelmenu.js +144 -83
  528. package/panelmenu/panelmenu.min.js +1 -1
  529. package/primereact.all.cjs.js +4240 -3058
  530. package/primereact.all.cjs.min.js +1 -1
  531. package/primereact.all.esm.js +4240 -3059
  532. package/primereact.all.esm.min.js +1 -1
  533. package/primereact.all.js +4240 -3058
  534. package/primereact.all.min.js +1 -1
  535. package/progressbar/progressbar.cjs.js +45 -57
  536. package/progressbar/progressbar.cjs.min.js +1 -1
  537. package/progressbar/progressbar.d.ts +38 -0
  538. package/progressbar/progressbar.esm.js +32 -44
  539. package/progressbar/progressbar.esm.min.js +1 -1
  540. package/progressbar/progressbar.js +105 -118
  541. package/progressbar/progressbar.min.js +1 -1
  542. package/progressspinner/progressspinner.cjs.js +37 -51
  543. package/progressspinner/progressspinner.cjs.min.js +1 -1
  544. package/progressspinner/progressspinner.d.ts +34 -0
  545. package/progressspinner/progressspinner.esm.js +24 -38
  546. package/progressspinner/progressspinner.esm.min.js +1 -1
  547. package/progressspinner/progressspinner.js +75 -90
  548. package/progressspinner/progressspinner.min.js +1 -1
  549. package/radiobutton/radiobutton.cjs.js +42 -20
  550. package/radiobutton/radiobutton.cjs.min.js +1 -1
  551. package/radiobutton/radiobutton.d.ts +19 -1
  552. package/radiobutton/radiobutton.esm.js +42 -20
  553. package/radiobutton/radiobutton.esm.min.js +1 -1
  554. package/radiobutton/radiobutton.js +43 -22
  555. package/radiobutton/radiobutton.min.js +1 -1
  556. package/rating/rating.cjs.js +15 -7
  557. package/rating/rating.cjs.min.js +1 -1
  558. package/rating/rating.esm.js +15 -7
  559. package/rating/rating.esm.min.js +1 -1
  560. package/rating/rating.js +14 -6
  561. package/rating/rating.min.js +1 -1
  562. package/resources/primereact.css +195 -187
  563. package/resources/primereact.min.css +1 -1
  564. package/resources/themes/arya-blue/theme.css +16 -7
  565. package/resources/themes/arya-green/theme.css +16 -7
  566. package/resources/themes/arya-orange/theme.css +16 -7
  567. package/resources/themes/arya-purple/theme.css +16 -7
  568. package/resources/themes/bootstrap4-dark-blue/theme.css +16 -7
  569. package/resources/themes/bootstrap4-dark-purple/theme.css +16 -7
  570. package/resources/themes/bootstrap4-light-blue/theme.css +16 -7
  571. package/resources/themes/bootstrap4-light-purple/theme.css +16 -7
  572. package/resources/themes/fluent-light/theme.css +16 -7
  573. package/resources/themes/lara-dark-blue/theme.css +16 -7
  574. package/resources/themes/lara-dark-indigo/theme.css +16 -7
  575. package/resources/themes/lara-dark-purple/theme.css +16 -7
  576. package/resources/themes/lara-dark-teal/theme.css +16 -7
  577. package/resources/themes/lara-light-blue/theme.css +16 -7
  578. package/resources/themes/lara-light-indigo/theme.css +16 -7
  579. package/resources/themes/lara-light-purple/theme.css +16 -7
  580. package/resources/themes/lara-light-teal/theme.css +16 -7
  581. package/resources/themes/luna-amber/theme.css +16 -7
  582. package/resources/themes/luna-blue/theme.css +16 -7
  583. package/resources/themes/luna-green/theme.css +16 -7
  584. package/resources/themes/luna-pink/theme.css +16 -7
  585. package/resources/themes/md-dark-deeppurple/theme.css +16 -7
  586. package/resources/themes/md-dark-indigo/theme.css +16 -7
  587. package/resources/themes/md-light-deeppurple/theme.css +16 -7
  588. package/resources/themes/md-light-indigo/theme.css +16 -7
  589. package/resources/themes/mdc-dark-deeppurple/theme.css +16 -7
  590. package/resources/themes/mdc-dark-indigo/theme.css +16 -7
  591. package/resources/themes/mdc-light-deeppurple/theme.css +16 -7
  592. package/resources/themes/mdc-light-indigo/theme.css +16 -7
  593. package/resources/themes/mira/theme.css +16 -7
  594. package/resources/themes/nano/theme.css +16 -7
  595. package/resources/themes/nova/theme.css +16 -7
  596. package/resources/themes/nova-accent/theme.css +16 -7
  597. package/resources/themes/nova-alt/theme.css +16 -7
  598. package/resources/themes/rhea/theme.css +16 -7
  599. package/resources/themes/saga-blue/theme.css +16 -7
  600. package/resources/themes/saga-green/theme.css +16 -7
  601. package/resources/themes/saga-orange/theme.css +16 -7
  602. package/resources/themes/saga-purple/theme.css +16 -7
  603. package/resources/themes/soho-dark/theme.css +16 -7
  604. package/resources/themes/soho-light/theme.css +16 -7
  605. package/resources/themes/tailwind-light/theme.css +16 -7
  606. package/resources/themes/vela-blue/theme.css +16 -7
  607. package/resources/themes/vela-green/theme.css +16 -7
  608. package/resources/themes/vela-orange/theme.css +16 -7
  609. package/resources/themes/vela-purple/theme.css +16 -7
  610. package/resources/themes/viva-dark/theme.css +16 -7
  611. package/resources/themes/viva-light/theme.css +16 -7
  612. package/scrollpanel/scrollpanel.cjs.js +39 -52
  613. package/scrollpanel/scrollpanel.cjs.min.js +1 -1
  614. package/scrollpanel/scrollpanel.d.ts +42 -0
  615. package/scrollpanel/scrollpanel.esm.js +26 -39
  616. package/scrollpanel/scrollpanel.esm.min.js +1 -1
  617. package/scrollpanel/scrollpanel.js +193 -207
  618. package/scrollpanel/scrollpanel.min.js +1 -1
  619. package/scrolltop/scrolltop.cjs.js +64 -36
  620. package/scrolltop/scrolltop.cjs.min.js +1 -1
  621. package/scrolltop/scrolltop.d.ts +42 -1
  622. package/scrolltop/scrolltop.esm.js +65 -37
  623. package/scrolltop/scrolltop.esm.min.js +1 -1
  624. package/scrolltop/scrolltop.js +65 -38
  625. package/scrolltop/scrolltop.min.js +1 -1
  626. package/selectbutton/selectbutton.cjs.js +6 -2
  627. package/selectbutton/selectbutton.cjs.min.js +1 -1
  628. package/selectbutton/selectbutton.esm.js +6 -2
  629. package/selectbutton/selectbutton.esm.min.js +1 -1
  630. package/selectbutton/selectbutton.js +6 -2
  631. package/selectbutton/selectbutton.min.js +1 -1
  632. package/sidebar/sidebar.cjs.js +88 -52
  633. package/sidebar/sidebar.cjs.min.js +1 -1
  634. package/sidebar/sidebar.d.ts +58 -1
  635. package/sidebar/sidebar.esm.js +89 -53
  636. package/sidebar/sidebar.esm.min.js +1 -1
  637. package/sidebar/sidebar.js +89 -54
  638. package/sidebar/sidebar.min.js +1 -1
  639. package/skeleton/skeleton.cjs.js +26 -42
  640. package/skeleton/skeleton.cjs.min.js +1 -1
  641. package/skeleton/skeleton.d.ts +26 -0
  642. package/skeleton/skeleton.esm.js +13 -29
  643. package/skeleton/skeleton.esm.min.js +1 -1
  644. package/skeleton/skeleton.js +70 -87
  645. package/skeleton/skeleton.min.js +1 -1
  646. package/slidemenu/slidemenu.cjs.js +121 -111
  647. package/slidemenu/slidemenu.cjs.min.js +1 -1
  648. package/slidemenu/slidemenu.d.ts +98 -1
  649. package/slidemenu/slidemenu.esm.js +122 -112
  650. package/slidemenu/slidemenu.esm.min.js +1 -1
  651. package/slidemenu/slidemenu.js +122 -113
  652. package/slidemenu/slidemenu.min.js +1 -1
  653. package/speeddial/speeddial.cjs.js +63 -56
  654. package/speeddial/speeddial.cjs.min.js +1 -1
  655. package/speeddial/speeddial.d.ts +64 -1
  656. package/speeddial/speeddial.esm.js +64 -57
  657. package/speeddial/speeddial.esm.min.js +1 -1
  658. package/speeddial/speeddial.js +62 -56
  659. package/speeddial/speeddial.min.js +1 -1
  660. package/splitbutton/splitbutton.cjs.js +50 -40
  661. package/splitbutton/splitbutton.cjs.min.js +1 -1
  662. package/splitbutton/splitbutton.d.ts +59 -1
  663. package/splitbutton/splitbutton.esm.js +51 -41
  664. package/splitbutton/splitbutton.esm.min.js +1 -1
  665. package/splitbutton/splitbutton.js +50 -41
  666. package/splitbutton/splitbutton.min.js +1 -1
  667. package/splitter/splitter.cjs.js +68 -70
  668. package/splitter/splitter.cjs.min.js +1 -1
  669. package/splitter/splitter.d.ts +60 -0
  670. package/splitter/splitter.esm.js +69 -71
  671. package/splitter/splitter.esm.min.js +1 -1
  672. package/splitter/splitter.js +69 -72
  673. package/splitter/splitter.min.js +1 -1
  674. package/steps/steps.cjs.js +78 -45
  675. package/steps/steps.cjs.min.js +1 -1
  676. package/steps/steps.d.ts +50 -0
  677. package/steps/steps.esm.js +79 -46
  678. package/steps/steps.esm.min.js +1 -1
  679. package/steps/steps.js +79 -47
  680. package/steps/steps.min.js +1 -1
  681. package/styleclass/styleclass.cjs.js +9 -7
  682. package/styleclass/styleclass.cjs.min.js +1 -1
  683. package/styleclass/styleclass.esm.js +9 -7
  684. package/styleclass/styleclass.esm.min.js +1 -1
  685. package/styleclass/styleclass.js +9 -7
  686. package/styleclass/styleclass.min.js +1 -1
  687. package/tabmenu/tabmenu.cjs.js +83 -47
  688. package/tabmenu/tabmenu.cjs.min.js +1 -1
  689. package/tabmenu/tabmenu.d.ts +62 -0
  690. package/tabmenu/tabmenu.esm.js +84 -48
  691. package/tabmenu/tabmenu.esm.min.js +1 -1
  692. package/tabmenu/tabmenu.js +84 -49
  693. package/tabmenu/tabmenu.min.js +1 -1
  694. package/tabview/tabview.cjs.js +142 -122
  695. package/tabview/tabview.cjs.min.js +1 -1
  696. package/tabview/tabview.d.ts +132 -1
  697. package/tabview/tabview.esm.js +143 -123
  698. package/tabview/tabview.esm.min.js +1 -1
  699. package/tabview/tabview.js +143 -124
  700. package/tabview/tabview.min.js +1 -1
  701. package/tag/tag.cjs.js +18 -30
  702. package/tag/tag.cjs.min.js +1 -1
  703. package/tag/tag.d.ts +34 -1
  704. package/tag/tag.esm.js +19 -31
  705. package/tag/tag.esm.min.js +1 -1
  706. package/tag/tag.js +19 -32
  707. package/tag/tag.min.js +1 -1
  708. package/terminal/terminal.cjs.js +49 -52
  709. package/terminal/terminal.cjs.min.js +1 -1
  710. package/terminal/terminal.d.ts +73 -0
  711. package/terminal/terminal.esm.js +50 -53
  712. package/terminal/terminal.esm.min.js +1 -1
  713. package/terminal/terminal.js +50 -54
  714. package/terminal/terminal.min.js +1 -1
  715. package/terminalservice/terminalservice.d.ts +1 -1
  716. package/tieredmenu/tieredmenu.cjs.js +104 -59
  717. package/tieredmenu/tieredmenu.cjs.min.js +1 -1
  718. package/tieredmenu/tieredmenu.d.ts +83 -2
  719. package/tieredmenu/tieredmenu.esm.js +105 -60
  720. package/tieredmenu/tieredmenu.esm.min.js +1 -1
  721. package/tieredmenu/tieredmenu.js +105 -61
  722. package/tieredmenu/tieredmenu.min.js +1 -1
  723. package/timeline/timeline.d.ts +1 -1
  724. package/toast/toast.cjs.js +85 -81
  725. package/toast/toast.cjs.min.js +1 -1
  726. package/toast/toast.d.ts +124 -2
  727. package/toast/toast.esm.js +86 -82
  728. package/toast/toast.esm.min.js +1 -1
  729. package/toast/toast.js +83 -80
  730. package/toast/toast.min.js +1 -1
  731. package/togglebutton/togglebutton.cjs.js +12 -2
  732. package/togglebutton/togglebutton.cjs.min.js +1 -1
  733. package/togglebutton/togglebutton.esm.js +12 -2
  734. package/togglebutton/togglebutton.esm.min.js +1 -1
  735. package/togglebutton/togglebutton.js +13 -4
  736. package/togglebutton/togglebutton.min.js +1 -1
  737. package/toolbar/toolbar.cjs.js +35 -49
  738. package/toolbar/toolbar.cjs.min.js +1 -1
  739. package/toolbar/toolbar.d.ts +44 -0
  740. package/toolbar/toolbar.esm.js +22 -36
  741. package/toolbar/toolbar.esm.min.js +1 -1
  742. package/toolbar/toolbar.js +72 -87
  743. package/toolbar/toolbar.min.js +1 -1
  744. package/tooltip/tooltip.cjs.js +31 -37
  745. package/tooltip/tooltip.cjs.min.js +1 -1
  746. package/tooltip/tooltip.d.ts +55 -0
  747. package/tooltip/tooltip.esm.js +32 -38
  748. package/tooltip/tooltip.esm.min.js +1 -1
  749. package/tooltip/tooltip.js +32 -39
  750. package/tooltip/tooltip.min.js +1 -1
  751. package/tooltip/tooltipoptions.d.ts +5 -0
  752. package/tree/tree.d.ts +1 -1
  753. package/treenode/treenode.d.ts +5 -1
  754. package/treeselect/treeselect.cjs.js +12 -5
  755. package/treeselect/treeselect.cjs.min.js +1 -1
  756. package/treeselect/treeselect.d.ts +6 -1
  757. package/treeselect/treeselect.esm.js +12 -5
  758. package/treeselect/treeselect.esm.min.js +1 -1
  759. package/treeselect/treeselect.js +11 -4
  760. package/treeselect/treeselect.min.js +1 -1
  761. package/treetable/treetable.cjs.js +10 -3
  762. package/treetable/treetable.cjs.min.js +1 -1
  763. package/treetable/treetable.d.ts +1 -1
  764. package/treetable/treetable.esm.js +10 -3
  765. package/treetable/treetable.esm.min.js +1 -1
  766. package/treetable/treetable.js +10 -3
  767. package/treetable/treetable.min.js +1 -1
  768. package/tristatecheckbox/tristatecheckbox.cjs.js +22 -11
  769. package/tristatecheckbox/tristatecheckbox.cjs.min.js +1 -1
  770. package/tristatecheckbox/tristatecheckbox.d.ts +5 -0
  771. package/tristatecheckbox/tristatecheckbox.esm.js +22 -11
  772. package/tristatecheckbox/tristatecheckbox.esm.min.js +1 -1
  773. package/tristatecheckbox/tristatecheckbox.js +21 -11
  774. package/tristatecheckbox/tristatecheckbox.min.js +1 -1
  775. package/utils/utils.cjs.js +735 -676
  776. package/utils/utils.cjs.min.js +1 -1
  777. package/utils/utils.d.ts +5 -1
  778. package/utils/utils.esm.js +732 -677
  779. package/utils/utils.esm.min.js +1 -1
  780. package/utils/utils.js +736 -678
  781. package/utils/utils.min.js +1 -1
  782. package/web-types.json +13 -1
@@ -38,8 +38,416 @@ this.primereact.icons.arrowup = (function (exports, React, iconbase) {
38
38
  return _extends.apply(this, arguments);
39
39
  }
40
40
 
41
+ function _arrayWithHoles(arr) {
42
+ if (Array.isArray(arr)) return arr;
43
+ }
44
+
45
+ function _iterableToArrayLimit(arr, i) {
46
+ var _i = null == arr ? null : "undefined" != typeof Symbol && arr[Symbol.iterator] || arr["@@iterator"];
47
+ if (null != _i) {
48
+ var _s,
49
+ _e,
50
+ _x,
51
+ _r,
52
+ _arr = [],
53
+ _n = !0,
54
+ _d = !1;
55
+ try {
56
+ if (_x = (_i = _i.call(arr)).next, 0 === i) {
57
+ if (Object(_i) !== _i) return;
58
+ _n = !1;
59
+ } else for (; !(_n = (_s = _x.call(_i)).done) && (_arr.push(_s.value), _arr.length !== i); _n = !0);
60
+ } catch (err) {
61
+ _d = !0, _e = err;
62
+ } finally {
63
+ try {
64
+ if (!_n && null != _i["return"] && (_r = _i["return"](), Object(_r) !== _r)) return;
65
+ } finally {
66
+ if (_d) throw _e;
67
+ }
68
+ }
69
+ return _arr;
70
+ }
71
+ }
72
+
73
+ function _arrayLikeToArray(arr, len) {
74
+ if (len == null || len > arr.length) len = arr.length;
75
+ for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i];
76
+ return arr2;
77
+ }
78
+
79
+ function _unsupportedIterableToArray(o, minLen) {
80
+ if (!o) return;
81
+ if (typeof o === "string") return _arrayLikeToArray(o, minLen);
82
+ var n = Object.prototype.toString.call(o).slice(8, -1);
83
+ if (n === "Object" && o.constructor) n = o.constructor.name;
84
+ if (n === "Map" || n === "Set") return Array.from(o);
85
+ if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen);
86
+ }
87
+
88
+ function _nonIterableRest() {
89
+ throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
90
+ }
91
+
92
+ function _slicedToArray(arr, i) {
93
+ return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest();
94
+ }
95
+
96
+ function _typeof(obj) {
97
+ "@babel/helpers - typeof";
98
+
99
+ return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) {
100
+ return typeof obj;
101
+ } : function (obj) {
102
+ return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj;
103
+ }, _typeof(obj);
104
+ }
105
+
106
+ function _classCallCheck(instance, Constructor) {
107
+ if (!(instance instanceof Constructor)) {
108
+ throw new TypeError("Cannot call a class as a function");
109
+ }
110
+ }
111
+
112
+ function _toPrimitive(input, hint) {
113
+ if (_typeof(input) !== "object" || input === null) return input;
114
+ var prim = input[Symbol.toPrimitive];
115
+ if (prim !== undefined) {
116
+ var res = prim.call(input, hint || "default");
117
+ if (_typeof(res) !== "object") return res;
118
+ throw new TypeError("@@toPrimitive must return a primitive value.");
119
+ }
120
+ return (hint === "string" ? String : Number)(input);
121
+ }
122
+
123
+ function _toPropertyKey(arg) {
124
+ var key = _toPrimitive(arg, "string");
125
+ return _typeof(key) === "symbol" ? key : String(key);
126
+ }
127
+
128
+ function _defineProperties(target, props) {
129
+ for (var i = 0; i < props.length; i++) {
130
+ var descriptor = props[i];
131
+ descriptor.enumerable = descriptor.enumerable || false;
132
+ descriptor.configurable = true;
133
+ if ("value" in descriptor) descriptor.writable = true;
134
+ Object.defineProperty(target, _toPropertyKey(descriptor.key), descriptor);
135
+ }
136
+ }
137
+ function _createClass(Constructor, protoProps, staticProps) {
138
+ if (protoProps) _defineProperties(Constructor.prototype, protoProps);
139
+ if (staticProps) _defineProperties(Constructor, staticProps);
140
+ Object.defineProperty(Constructor, "prototype", {
141
+ writable: false
142
+ });
143
+ return Constructor;
144
+ }
145
+
146
+ var ObjectUtils = /*#__PURE__*/function () {
147
+ function ObjectUtils() {
148
+ _classCallCheck(this, ObjectUtils);
149
+ }
150
+ _createClass(ObjectUtils, null, [{
151
+ key: "equals",
152
+ value: function equals(obj1, obj2, field) {
153
+ if (field && obj1 && _typeof(obj1) === 'object' && obj2 && _typeof(obj2) === 'object') return this.resolveFieldData(obj1, field) === this.resolveFieldData(obj2, field);else return this.deepEquals(obj1, obj2);
154
+ }
155
+ }, {
156
+ key: "deepEquals",
157
+ value: function deepEquals(a, b) {
158
+ if (a === b) return true;
159
+ if (a && b && _typeof(a) == 'object' && _typeof(b) == 'object') {
160
+ var arrA = Array.isArray(a),
161
+ arrB = Array.isArray(b),
162
+ i,
163
+ length,
164
+ key;
165
+ if (arrA && arrB) {
166
+ length = a.length;
167
+ if (length !== b.length) return false;
168
+ for (i = length; i-- !== 0;) if (!this.deepEquals(a[i], b[i])) return false;
169
+ return true;
170
+ }
171
+ if (arrA !== arrB) return false;
172
+ var dateA = a instanceof Date,
173
+ dateB = b instanceof Date;
174
+ if (dateA !== dateB) return false;
175
+ if (dateA && dateB) return a.getTime() === b.getTime();
176
+ var regexpA = a instanceof RegExp,
177
+ regexpB = b instanceof RegExp;
178
+ if (regexpA !== regexpB) return false;
179
+ if (regexpA && regexpB) return a.toString() === b.toString();
180
+ var keys = Object.keys(a);
181
+ length = keys.length;
182
+ if (length !== Object.keys(b).length) return false;
183
+ for (i = length; i-- !== 0;) if (!Object.prototype.hasOwnProperty.call(b, keys[i])) return false;
184
+ for (i = length; i-- !== 0;) {
185
+ key = keys[i];
186
+ if (!this.deepEquals(a[key], b[key])) return false;
187
+ }
188
+ return true;
189
+ }
190
+
191
+ /*eslint no-self-compare: "off"*/
192
+ return a !== a && b !== b;
193
+ }
194
+ }, {
195
+ key: "resolveFieldData",
196
+ value: function resolveFieldData(data, field) {
197
+ if (data && Object.keys(data).length && field) {
198
+ if (this.isFunction(field)) {
199
+ return field(data);
200
+ } else if (ObjectUtils.isNotEmpty(data[field])) {
201
+ return data[field];
202
+ } else if (field.indexOf('.') === -1) {
203
+ return data[field];
204
+ } else {
205
+ var fields = field.split('.');
206
+ var value = data;
207
+ for (var i = 0, len = fields.length; i < len; ++i) {
208
+ if (value == null) {
209
+ return null;
210
+ }
211
+ value = value[fields[i]];
212
+ }
213
+ return value;
214
+ }
215
+ } else {
216
+ return null;
217
+ }
218
+ }
219
+ }, {
220
+ key: "isFunction",
221
+ value: function isFunction(obj) {
222
+ return !!(obj && obj.constructor && obj.call && obj.apply);
223
+ }
224
+ }, {
225
+ key: "isLetter",
226
+ value: function isLetter(_char) {
227
+ return _char && (_char.toUpperCase() != _char.toLowerCase() || _char.codePointAt(0) > 127);
228
+ }
229
+ }, {
230
+ key: "findDiffKeys",
231
+ value: function findDiffKeys(obj1, obj2) {
232
+ if (!obj1 || !obj2) {
233
+ return {};
234
+ }
235
+ return Object.keys(obj1).filter(function (key) {
236
+ return !obj2.hasOwnProperty(key);
237
+ }).reduce(function (result, current) {
238
+ result[current] = obj1[current];
239
+ return result;
240
+ }, {});
241
+ }
242
+
243
+ /**
244
+ * Removes keys from a JSON object that start with a string such as "data" to get all "data-id" type properties.
245
+ *
246
+ * @param {any} obj the JSON object to reduce
247
+ * @param {string[]} startsWiths the string(s) to check if the property starts with this key
248
+ * @returns the JSON object containing only the key/values that match the startsWith string
249
+ */
250
+ }, {
251
+ key: "reduceKeys",
252
+ value: function reduceKeys(obj, startsWiths) {
253
+ var result = {};
254
+ if (!obj || !startsWiths || startsWiths.length === 0) {
255
+ return result;
256
+ }
257
+ Object.keys(obj).filter(function (key) {
258
+ return startsWiths.some(function (value) {
259
+ return key.startsWith(value);
260
+ });
261
+ }).forEach(function (key) {
262
+ result[key] = obj[key];
263
+ delete obj[key];
264
+ });
265
+ return result;
266
+ }
267
+ }, {
268
+ key: "reorderArray",
269
+ value: function reorderArray(value, from, to) {
270
+ if (value && from !== to) {
271
+ if (to >= value.length) {
272
+ to %= value.length;
273
+ from %= value.length;
274
+ }
275
+ value.splice(to, 0, value.splice(from, 1)[0]);
276
+ }
277
+ }
278
+ }, {
279
+ key: "findIndexInList",
280
+ value: function findIndexInList(value, list, dataKey) {
281
+ var _this = this;
282
+ if (list) {
283
+ return dataKey ? list.findIndex(function (item) {
284
+ return _this.equals(item, value, dataKey);
285
+ }) : list.findIndex(function (item) {
286
+ return item === value;
287
+ });
288
+ }
289
+ return -1;
290
+ }
291
+ }, {
292
+ key: "getJSXElement",
293
+ value: function getJSXElement(obj) {
294
+ for (var _len = arguments.length, params = new Array(_len > 1 ? _len - 1 : 0), _key = 1; _key < _len; _key++) {
295
+ params[_key - 1] = arguments[_key];
296
+ }
297
+ return this.isFunction(obj) ? obj.apply(void 0, params) : obj;
298
+ }
299
+ }, {
300
+ key: "getProp",
301
+ value: function getProp(props) {
302
+ var prop = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : '';
303
+ var defaultProps = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : {};
304
+ var value = props ? props[prop] : undefined;
305
+ return value === undefined ? defaultProps[prop] : value;
306
+ }
307
+ }, {
308
+ key: "getMergedProps",
309
+ value: function getMergedProps(props, defaultProps) {
310
+ return Object.assign({}, defaultProps, props);
311
+ }
312
+ }, {
313
+ key: "getDiffProps",
314
+ value: function getDiffProps(props, defaultProps) {
315
+ return this.findDiffKeys(props, defaultProps);
316
+ }
317
+ }, {
318
+ key: "getPropValue",
319
+ value: function getPropValue(obj) {
320
+ for (var _len2 = arguments.length, params = new Array(_len2 > 1 ? _len2 - 1 : 0), _key2 = 1; _key2 < _len2; _key2++) {
321
+ params[_key2 - 1] = arguments[_key2];
322
+ }
323
+ return this.isFunction(obj) ? obj.apply(void 0, params) : obj;
324
+ }
325
+ }, {
326
+ key: "getComponentProp",
327
+ value: function getComponentProp(component) {
328
+ var prop = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : '';
329
+ var defaultProps = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : {};
330
+ return this.isNotEmpty(component) ? this.getProp(component.props, prop, defaultProps) : undefined;
331
+ }
332
+ }, {
333
+ key: "getComponentProps",
334
+ value: function getComponentProps(component, defaultProps) {
335
+ return this.isNotEmpty(component) ? this.getMergedProps(component.props, defaultProps) : undefined;
336
+ }
337
+ }, {
338
+ key: "getComponentDiffProps",
339
+ value: function getComponentDiffProps(component, defaultProps) {
340
+ return this.isNotEmpty(component) ? this.getDiffProps(component.props, defaultProps) : undefined;
341
+ }
342
+ }, {
343
+ key: "isValidChild",
344
+ value: function isValidChild(child, type, validTypes) {
345
+ /* eslint-disable */
346
+ if (child) {
347
+ var childType = this.getComponentProp(child, '__TYPE') || (child.type ? child.type.displayName : undefined);
348
+ var isValid = childType === type;
349
+ try {
350
+ var messageTypes; if ("production" !== 'production' && !isValid) ;
351
+ } catch (error) {
352
+ // NOOP
353
+ }
354
+ return isValid;
355
+ }
356
+ return false;
357
+ /* eslint-enable */
358
+ }
359
+ }, {
360
+ key: "getRefElement",
361
+ value: function getRefElement(ref) {
362
+ if (ref) {
363
+ return _typeof(ref) === 'object' && ref.hasOwnProperty('current') ? ref.current : ref;
364
+ }
365
+ return null;
366
+ }
367
+ }, {
368
+ key: "combinedRefs",
369
+ value: function combinedRefs(innerRef, forwardRef) {
370
+ if (innerRef && forwardRef) {
371
+ if (typeof forwardRef === 'function') {
372
+ forwardRef(innerRef.current);
373
+ } else {
374
+ forwardRef.current = innerRef.current;
375
+ }
376
+ }
377
+ }
378
+ }, {
379
+ key: "removeAccents",
380
+ value: function removeAccents(str) {
381
+ if (str && str.search(/[\xC0-\xFF]/g) > -1) {
382
+ 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');
383
+ }
384
+ return str;
385
+ }
386
+ }, {
387
+ key: "convertToFlatCase",
388
+ value: function convertToFlatCase(str) {
389
+ // convert snake, kebab, camel and pascal cases to flat case
390
+ return this.isNotEmpty(str) ? str.replace(/(-|_)/g, '').toLowerCase() : str;
391
+ }
392
+ }, {
393
+ key: "isEmpty",
394
+ value: function isEmpty(value) {
395
+ return value === null || value === undefined || value === '' || Array.isArray(value) && value.length === 0 || !(value instanceof Date) && _typeof(value) === 'object' && Object.keys(value).length === 0;
396
+ }
397
+ }, {
398
+ key: "isNotEmpty",
399
+ value: function isNotEmpty(value) {
400
+ return !this.isEmpty(value);
401
+ }
402
+ }, {
403
+ key: "sort",
404
+ value: function sort(value1, value2) {
405
+ var order = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : 1;
406
+ var locale = arguments.length > 3 ? arguments[3] : undefined;
407
+ var nullSortOrder = arguments.length > 4 && arguments[4] !== undefined ? arguments[4] : 1;
408
+ var result = ObjectUtils.compare(value1, value2, locale, order);
409
+ var finalSortOrder = order;
410
+
411
+ // nullSortOrder == 1 means Excel like sort nulls at bottom
412
+ if (ObjectUtils.isEmpty(value1) || ObjectUtils.isEmpty(value2)) {
413
+ finalSortOrder = nullSortOrder === 1 ? order : nullSortOrder;
414
+ }
415
+ return finalSortOrder * result;
416
+ }
417
+ }, {
418
+ key: "compare",
419
+ value: function compare(value1, value2, locale) {
420
+ var order = arguments.length > 3 && arguments[3] !== undefined ? arguments[3] : 1;
421
+ var result = -1;
422
+ var emptyValue1 = ObjectUtils.isEmpty(value1);
423
+ var emptyValue2 = ObjectUtils.isEmpty(value2);
424
+ if (emptyValue1 && emptyValue2) result = 0;else if (emptyValue1) result = order;else if (emptyValue2) result = -order;else if (typeof value1 === 'string' && typeof value2 === 'string') result = value1.localeCompare(value2, locale, {
425
+ numeric: true
426
+ });else result = value1 < value2 ? -1 : value1 > value2 ? 1 : 0;
427
+ return result;
428
+ }
429
+ }]);
430
+ return ObjectUtils;
431
+ }();
432
+
433
+ var lastId = 0;
434
+ function UniqueComponentId() {
435
+ var prefix = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : 'pr_id_';
436
+ lastId++;
437
+ return "".concat(prefix).concat(lastId);
438
+ }
439
+
41
440
  var ArrowUpIcon = /*#__PURE__*/React__namespace.memo( /*#__PURE__*/React__namespace.forwardRef(function (inProps, ref) {
42
441
  var pti = iconbase.IconBase.getPTI(inProps);
442
+ var _React$useState = React__namespace.useState(inProps.id),
443
+ _React$useState2 = _slicedToArray(_React$useState, 2),
444
+ pathId = _React$useState2[0],
445
+ setPathId = _React$useState2[1];
446
+ React__namespace.useEffect(function () {
447
+ if (ObjectUtils.isEmpty(pathId)) {
448
+ setPathId(UniqueComponentId('pr_icon_clip_'));
449
+ }
450
+ }, [pathId]);
43
451
  return /*#__PURE__*/React__namespace.createElement("svg", _extends({
44
452
  ref: ref,
45
453
  width: "14",
@@ -48,14 +456,14 @@ this.primereact.icons.arrowup = (function (exports, React, iconbase) {
48
456
  fill: "none",
49
457
  xmlns: "http://www.w3.org/2000/svg"
50
458
  }, pti), /*#__PURE__*/React__namespace.createElement("g", {
51
- clipPath: "url(#clip0_326_12509)"
459
+ clipPath: "url(#".concat(pathId, ")")
52
460
  }, /*#__PURE__*/React__namespace.createElement("path", {
53
461
  fillRule: "evenodd",
54
462
  clipRule: "evenodd",
55
463
  d: "M6.51551 13.799C6.64205 13.9255 6.813 13.9977 6.99193 14C7.17087 13.9977 7.34182 13.9255 7.46835 13.799C7.59489 13.6725 7.66701 13.5015 7.66935 13.3226V2.31233L11.9326 6.57554C11.9951 6.63887 12.0697 6.68907 12.1519 6.72319C12.2341 6.75731 12.3223 6.77467 12.4113 6.77425C12.5003 6.77467 12.5885 6.75731 12.6707 6.72319C12.7529 6.68907 12.8274 6.63887 12.89 6.57554C13.0168 6.44853 13.0881 6.27635 13.0881 6.09683C13.0881 5.91732 13.0168 5.74514 12.89 5.61812L7.48846 0.216594C7.48274 0.210436 7.4769 0.204374 7.47094 0.198411C7.3439 0.0713707 7.1716 0 6.99193 0C6.81227 0 6.63997 0.0713707 6.51293 0.198411C6.50704 0.204296 6.50128 0.210278 6.49563 0.216354L1.09386 5.61812C0.974201 5.74654 0.909057 5.91639 0.912154 6.09189C0.91525 6.26738 0.986345 6.43483 1.11046 6.55894C1.23457 6.68306 1.40202 6.75415 1.57752 6.75725C1.75302 6.76035 1.92286 6.6952 2.05128 6.57554L6.31451 2.31231V13.3226C6.31685 13.5015 6.38898 13.6725 6.51551 13.799Z",
56
464
  fill: "currentColor"
57
465
  })), /*#__PURE__*/React__namespace.createElement("defs", null, /*#__PURE__*/React__namespace.createElement("clipPath", {
58
- id: "clip0_326_12509"
466
+ id: pathId
59
467
  }, /*#__PURE__*/React__namespace.createElement("rect", {
60
468
  width: "14",
61
469
  height: "14",
@@ -1 +1 @@
1
- this.primereact=this.primereact||{},this.primereact.icons=this.primereact.icons||{},this.primereact.icons.arrowup=function(e,t,r){"use strict";function n(e){if(e&&e.__esModule)return e;var t=Object.create(null);return e&&Object.keys(e).forEach((function(r){if("default"!==r){var n=Object.getOwnPropertyDescriptor(e,r);Object.defineProperty(t,r,n.get?n:{enumerable:!0,get:function(){return e[r]}})}})),t.default=e,Object.freeze(t)}var i=n(t);function c(){return c=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},c.apply(this,arguments)}var a=i.memo(i.forwardRef((function(e,t){var n=r.IconBase.getPTI(e);return i.createElement("svg",c({ref:t,width:"14",height:"14",viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg"},n),i.createElement("g",{clipPath:"url(#clip0_326_12509)"},i.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M6.51551 13.799C6.64205 13.9255 6.813 13.9977 6.99193 14C7.17087 13.9977 7.34182 13.9255 7.46835 13.799C7.59489 13.6725 7.66701 13.5015 7.66935 13.3226V2.31233L11.9326 6.57554C11.9951 6.63887 12.0697 6.68907 12.1519 6.72319C12.2341 6.75731 12.3223 6.77467 12.4113 6.77425C12.5003 6.77467 12.5885 6.75731 12.6707 6.72319C12.7529 6.68907 12.8274 6.63887 12.89 6.57554C13.0168 6.44853 13.0881 6.27635 13.0881 6.09683C13.0881 5.91732 13.0168 5.74514 12.89 5.61812L7.48846 0.216594C7.48274 0.210436 7.4769 0.204374 7.47094 0.198411C7.3439 0.0713707 7.1716 0 6.99193 0C6.81227 0 6.63997 0.0713707 6.51293 0.198411C6.50704 0.204296 6.50128 0.210278 6.49563 0.216354L1.09386 5.61812C0.974201 5.74654 0.909057 5.91639 0.912154 6.09189C0.91525 6.26738 0.986345 6.43483 1.11046 6.55894C1.23457 6.68306 1.40202 6.75415 1.57752 6.75725C1.75302 6.76035 1.92286 6.6952 2.05128 6.57554L6.31451 2.31231V13.3226C6.31685 13.5015 6.38898 13.6725 6.51551 13.799Z",fill:"currentColor"})),i.createElement("defs",null,i.createElement("clipPath",{id:"clip0_326_12509"},i.createElement("rect",{width:"14",height:"14",fill:"white"}))))})));return a.displayName="ArrowUpIcon",e.ArrowUpIcon=a,Object.defineProperty(e,"__esModule",{value:!0}),e}({},React,primereact.iconbase);
1
+ this.primereact=this.primereact||{},this.primereact.icons=this.primereact.icons||{},this.primereact.icons.arrowup=function(e,t,r){"use strict";function n(e){if(e&&e.__esModule)return e;var t=Object.create(null);return e&&Object.keys(e).forEach((function(r){if("default"!==r){var n=Object.getOwnPropertyDescriptor(e,r);Object.defineProperty(t,r,n.get?n:{enumerable:!0,get:function(){return e[r]}})}})),t.default=e,Object.freeze(t)}var i=n(t);function o(){return o=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},o.apply(this,arguments)}function u(e){if(Array.isArray(e))return e}function a(e,t){var r=null==e?null:"undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null!=r){var n,i,o,u,a=[],l=!0,c=!1;try{if(o=(r=r.call(e)).next,0===t){if(Object(r)!==r)return;l=!1}else for(;!(l=(n=o.call(r)).done)&&(a.push(n.value),a.length!==t);l=!0);}catch(e){c=!0,i=e}finally{try{if(!l&&null!=r.return&&(u=r.return(),Object(u)!==u))return}finally{if(c)throw i}}return a}}function l(e,t){(null==t||t>e.length)&&(t=e.length);for(var r=0,n=new Array(t);r<t;r++)n[r]=e[r];return n}function c(e,t){if(e){if("string"==typeof e)return l(e,t);var r=Object.prototype.toString.call(e).slice(8,-1);return"Object"===r&&e.constructor&&(r=e.constructor.name),"Map"===r||"Set"===r?Array.from(e):"Arguments"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r)?l(e,t):void 0}}function f(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function s(e){return s="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},s(e)}function p(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function y(e,t){if("object"!==s(e)||null===e)return e;var r=e[Symbol.toPrimitive];if(void 0!==r){var n=r.call(e,t||"default");if("object"!==s(n))return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===t?String:Number)(e)}function v(e,t){for(var r=0;r<t.length;r++){var n=t[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,(i=void 0,"symbol"===s(i=y(n.key,"string"))?i:String(i)),n)}var i}var g=function(){function e(){p(this,e)}var t,r,n;return t=e,n=[{key:"equals",value:function(e,t,r){return r&&e&&"object"===s(e)&&t&&"object"===s(t)?this.resolveFieldData(e,r)===this.resolveFieldData(t,r):this.deepEquals(e,t)}},{key:"deepEquals",value:function(e,t){if(e===t)return!0;if(e&&t&&"object"==s(e)&&"object"==s(t)){var r,n,i,o=Array.isArray(e),u=Array.isArray(t);if(o&&u){if((n=e.length)!==t.length)return!1;for(r=n;0!=r--;)if(!this.deepEquals(e[r],t[r]))return!1;return!0}if(o!==u)return!1;var a=e instanceof Date,l=t instanceof Date;if(a!==l)return!1;if(a&&l)return e.getTime()===t.getTime();var c=e instanceof RegExp,f=t instanceof RegExp;if(c!==f)return!1;if(c&&f)return e.toString()===t.toString();var p=Object.keys(e);if((n=p.length)!==Object.keys(t).length)return!1;for(r=n;0!=r--;)if(!Object.prototype.hasOwnProperty.call(t,p[r]))return!1;for(r=n;0!=r--;)if(!this.deepEquals(e[i=p[r]],t[i]))return!1;return!0}return e!=e&&t!=t}},{key:"resolveFieldData",value:function(t,r){if(t&&Object.keys(t).length&&r){if(this.isFunction(r))return r(t);if(e.isNotEmpty(t[r]))return t[r];if(-1===r.indexOf("."))return t[r];for(var n=r.split("."),i=t,o=0,u=n.length;o<u;++o){if(null==i)return null;i=i[n[o]]}return i}return null}},{key:"isFunction",value:function(e){return!!(e&&e.constructor&&e.call&&e.apply)}},{key:"isLetter",value:function(e){return e&&(e.toUpperCase()!=e.toLowerCase()||e.codePointAt(0)>127)}},{key:"findDiffKeys",value:function(e,t){return e&&t?Object.keys(e).filter((function(e){return!t.hasOwnProperty(e)})).reduce((function(t,r){return t[r]=e[r],t}),{}):{}}},{key:"reduceKeys",value:function(e,t){var r={};return e&&t&&0!==t.length?(Object.keys(e).filter((function(e){return t.some((function(t){return e.startsWith(t)}))})).forEach((function(t){r[t]=e[t],delete e[t]})),r):r}},{key:"reorderArray",value:function(e,t,r){e&&t!==r&&(r>=e.length&&(r%=e.length,t%=e.length),e.splice(r,0,e.splice(t,1)[0]))}},{key:"findIndexInList",value:function(e,t,r){var n=this;return t?t.findIndex(r?function(t){return n.equals(t,e,r)}:function(t){return t===e}):-1}},{key:"getJSXElement",value:function(e){for(var t=arguments.length,r=new Array(t>1?t-1:0),n=1;n<t;n++)r[n-1]=arguments[n];return this.isFunction(e)?e.apply(void 0,r):e}},{key:"getProp",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"",r=e?e[t]:void 0;return void 0===r?(arguments.length>2&&void 0!==arguments[2]?arguments[2]:{})[t]:r}},{key:"getMergedProps",value:function(e,t){return Object.assign({},t,e)}},{key:"getDiffProps",value:function(e,t){return this.findDiffKeys(e,t)}},{key:"getPropValue",value:function(e){for(var t=arguments.length,r=new Array(t>1?t-1:0),n=1;n<t;n++)r[n-1]=arguments[n];return this.isFunction(e)?e.apply(void 0,r):e}},{key:"getComponentProp",value:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"",r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};return this.isNotEmpty(e)?this.getProp(e.props,t,r):void 0}},{key:"getComponentProps",value:function(e,t){return this.isNotEmpty(e)?this.getMergedProps(e.props,t):void 0}},{key:"getComponentDiffProps",value:function(e,t){return this.isNotEmpty(e)?this.getDiffProps(e.props,t):void 0}},{key:"isValidChild",value:function(e,t,r){if(e){var n=(this.getComponentProp(e,"__TYPE")||(e.type?e.type.displayName:void 0))===t;return n}return!1}},{key:"getRefElement",value:function(e){return e?"object"===s(e)&&e.hasOwnProperty("current")?e.current:e:null}},{key:"combinedRefs",value:function(e,t){e&&t&&("function"==typeof t?t(e.current):t.current=e.current)}},{key:"removeAccents",value:function(e){return e&&e.search(/[\xC0-\xFF]/g)>-1&&(e=e.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")),e}},{key:"convertToFlatCase",value:function(e){return this.isNotEmpty(e)?e.replace(/(-|_)/g,"").toLowerCase():e}},{key:"isEmpty",value:function(e){return null==e||""===e||Array.isArray(e)&&0===e.length||!(e instanceof Date)&&"object"===s(e)&&0===Object.keys(e).length}},{key:"isNotEmpty",value:function(e){return!this.isEmpty(e)}},{key:"sort",value:function(t,r){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:1,i=arguments.length>4&&void 0!==arguments[4]?arguments[4]:1,o=e.compare(t,r,arguments.length>3?arguments[3]:void 0,n),u=n;return(e.isEmpty(t)||e.isEmpty(r))&&(u=1===i?n:i),u*o}},{key:"compare",value:function(t,r,n){var i=arguments.length>3&&void 0!==arguments[3]?arguments[3]:1,o=e.isEmpty(t),u=e.isEmpty(r);return o&&u?0:o?i:u?-i:"string"==typeof t&&"string"==typeof r?t.localeCompare(r,n,{numeric:!0}):t<r?-1:t>r?1:0}}],(r=null)&&v(t.prototype,r),n&&v(t,n),Object.defineProperty(t,"prototype",{writable:!1}),e}(),h=0;function d(){return h++,"".concat(arguments.length>0&&void 0!==arguments[0]?arguments[0]:"pr_id_").concat(h)}var m=i.memo(i.forwardRef((function(e,t){var n,l,s=r.IconBase.getPTI(e),p=i.useState(e.id),y=(l=2,u(n=p)||a(n,l)||c(n,l)||f()),v=y[0],h=y[1];return i.useEffect((function(){g.isEmpty(v)&&h(d("pr_icon_clip_"))}),[v]),i.createElement("svg",o({ref:t,width:"14",height:"14",viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg"},s),i.createElement("g",{clipPath:"url(#".concat(v,")")},i.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M6.51551 13.799C6.64205 13.9255 6.813 13.9977 6.99193 14C7.17087 13.9977 7.34182 13.9255 7.46835 13.799C7.59489 13.6725 7.66701 13.5015 7.66935 13.3226V2.31233L11.9326 6.57554C11.9951 6.63887 12.0697 6.68907 12.1519 6.72319C12.2341 6.75731 12.3223 6.77467 12.4113 6.77425C12.5003 6.77467 12.5885 6.75731 12.6707 6.72319C12.7529 6.68907 12.8274 6.63887 12.89 6.57554C13.0168 6.44853 13.0881 6.27635 13.0881 6.09683C13.0881 5.91732 13.0168 5.74514 12.89 5.61812L7.48846 0.216594C7.48274 0.210436 7.4769 0.204374 7.47094 0.198411C7.3439 0.0713707 7.1716 0 6.99193 0C6.81227 0 6.63997 0.0713707 6.51293 0.198411C6.50704 0.204296 6.50128 0.210278 6.49563 0.216354L1.09386 5.61812C0.974201 5.74654 0.909057 5.91639 0.912154 6.09189C0.91525 6.26738 0.986345 6.43483 1.11046 6.55894C1.23457 6.68306 1.40202 6.75415 1.57752 6.75725C1.75302 6.76035 1.92286 6.6952 2.05128 6.57554L6.31451 2.31231V13.3226C6.31685 13.5015 6.38898 13.6725 6.51551 13.799Z",fill:"currentColor"})),i.createElement("defs",null,i.createElement("clipPath",{id:v},i.createElement("rect",{width:"14",height:"14",fill:"white"}))))})));return m.displayName="ArrowUpIcon",e.ArrowUpIcon=m,Object.defineProperty(e,"__esModule",{value:!0}),e}({},React,primereact.iconbase);