primereact 10.2.1 → 10.3.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 (558) hide show
  1. package/accordion/accordion.cjs.js +83 -11
  2. package/accordion/accordion.cjs.min.js +1 -1
  3. package/accordion/accordion.d.ts +1 -1
  4. package/accordion/accordion.esm.js +83 -11
  5. package/accordion/accordion.esm.min.js +1 -1
  6. package/accordion/accordion.js +81 -9
  7. package/accordion/accordion.min.js +1 -1
  8. package/api/api.cjs.js +24 -0
  9. package/api/api.cjs.min.js +1 -1
  10. package/api/api.d.ts +13 -246
  11. package/api/api.esm.js +24 -0
  12. package/api/api.esm.min.js +1 -1
  13. package/api/api.js +24 -0
  14. package/api/api.min.js +1 -1
  15. package/breadcrumb/breadcrumb.cjs.js +12 -6
  16. package/breadcrumb/breadcrumb.cjs.min.js +1 -1
  17. package/breadcrumb/breadcrumb.esm.js +12 -6
  18. package/breadcrumb/breadcrumb.esm.min.js +1 -1
  19. package/breadcrumb/breadcrumb.js +12 -6
  20. package/breadcrumb/breadcrumb.min.js +1 -1
  21. package/calendar/calendar.cjs.js +6 -9
  22. package/calendar/calendar.cjs.min.js +1 -1
  23. package/calendar/calendar.esm.js +6 -9
  24. package/calendar/calendar.esm.min.js +1 -1
  25. package/calendar/calendar.js +6 -9
  26. package/calendar/calendar.min.js +1 -1
  27. package/carousel/carousel.cjs.js +102 -8
  28. package/carousel/carousel.cjs.min.js +1 -1
  29. package/carousel/carousel.esm.js +103 -9
  30. package/carousel/carousel.esm.min.js +1 -1
  31. package/carousel/carousel.js +102 -8
  32. package/carousel/carousel.min.js +1 -1
  33. package/cascadeselect/cascadeselect.cjs.js +24 -5
  34. package/cascadeselect/cascadeselect.cjs.min.js +1 -1
  35. package/cascadeselect/cascadeselect.esm.js +25 -6
  36. package/cascadeselect/cascadeselect.esm.min.js +1 -1
  37. package/cascadeselect/cascadeselect.js +25 -7
  38. package/cascadeselect/cascadeselect.min.js +1 -1
  39. package/chip/chip.cjs.js +0 -1
  40. package/chip/chip.cjs.min.js +1 -1
  41. package/chip/chip.esm.js +0 -1
  42. package/chip/chip.esm.min.js +1 -1
  43. package/chip/chip.js +0 -1
  44. package/chip/chip.min.js +1 -1
  45. package/chips/chips.cjs.js +1 -2
  46. package/chips/chips.cjs.min.js +1 -1
  47. package/chips/chips.esm.js +1 -2
  48. package/chips/chips.esm.min.js +1 -1
  49. package/chips/chips.js +1 -2
  50. package/chips/chips.min.js +1 -1
  51. package/confirmdialog/confirmdialog.cjs.js +13 -8
  52. package/confirmdialog/confirmdialog.cjs.min.js +1 -1
  53. package/confirmdialog/confirmdialog.esm.js +13 -8
  54. package/confirmdialog/confirmdialog.esm.min.js +1 -1
  55. package/confirmdialog/confirmdialog.js +13 -8
  56. package/confirmdialog/confirmdialog.min.js +1 -1
  57. package/confirmpopup/confirmpopup.cjs.js +57 -36
  58. package/confirmpopup/confirmpopup.cjs.min.js +1 -1
  59. package/confirmpopup/confirmpopup.d.ts +29 -0
  60. package/confirmpopup/confirmpopup.esm.js +57 -36
  61. package/confirmpopup/confirmpopup.esm.min.js +1 -1
  62. package/confirmpopup/confirmpopup.js +57 -36
  63. package/confirmpopup/confirmpopup.min.js +1 -1
  64. package/contextmenu/contextmenu.cjs.js +640 -98
  65. package/contextmenu/contextmenu.cjs.min.js +1 -1
  66. package/contextmenu/contextmenu.d.ts +22 -0
  67. package/contextmenu/contextmenu.esm.js +640 -98
  68. package/contextmenu/contextmenu.esm.min.js +1 -1
  69. package/contextmenu/contextmenu.js +640 -98
  70. package/contextmenu/contextmenu.min.js +1 -1
  71. package/core/core.js +596 -130
  72. package/core/core.min.js +35 -35
  73. package/datatable/datatable.cjs.js +4 -7
  74. package/datatable/datatable.cjs.min.js +1 -1
  75. package/datatable/datatable.d.ts +1 -1
  76. package/datatable/datatable.esm.js +4 -7
  77. package/datatable/datatable.esm.min.js +1 -1
  78. package/datatable/datatable.js +4 -7
  79. package/datatable/datatable.min.js +1 -1
  80. package/dialog/dialog.cjs.js +86 -38
  81. package/dialog/dialog.cjs.min.js +1 -1
  82. package/dialog/dialog.d.ts +59 -0
  83. package/dialog/dialog.esm.js +86 -38
  84. package/dialog/dialog.esm.min.js +1 -1
  85. package/dialog/dialog.js +86 -38
  86. package/dialog/dialog.min.js +1 -1
  87. package/divider/divider.cjs.js +1 -0
  88. package/divider/divider.cjs.min.js +1 -1
  89. package/divider/divider.esm.js +1 -0
  90. package/divider/divider.esm.min.js +1 -1
  91. package/divider/divider.js +1 -0
  92. package/divider/divider.min.js +1 -1
  93. package/dock/dock.cjs.js +169 -33
  94. package/dock/dock.cjs.min.js +1 -1
  95. package/dock/dock.d.ts +15 -0
  96. package/dock/dock.esm.js +170 -34
  97. package/dock/dock.esm.min.js +1 -1
  98. package/dock/dock.js +169 -33
  99. package/dock/dock.min.js +1 -1
  100. package/dropdown/dropdown.cjs.js +25 -2
  101. package/dropdown/dropdown.cjs.min.js +1 -1
  102. package/dropdown/dropdown.esm.js +25 -2
  103. package/dropdown/dropdown.esm.min.js +1 -1
  104. package/dropdown/dropdown.js +26 -4
  105. package/dropdown/dropdown.min.js +1 -1
  106. package/fieldset/fieldset.cjs.js +12 -5
  107. package/fieldset/fieldset.cjs.min.js +1 -1
  108. package/fieldset/fieldset.esm.js +12 -5
  109. package/fieldset/fieldset.esm.min.js +1 -1
  110. package/fieldset/fieldset.js +12 -5
  111. package/fieldset/fieldset.min.js +1 -1
  112. package/fileupload/fileupload.cjs.js +14 -6
  113. package/fileupload/fileupload.cjs.min.js +1 -1
  114. package/fileupload/fileupload.d.ts +17 -1
  115. package/fileupload/fileupload.esm.js +14 -6
  116. package/fileupload/fileupload.esm.min.js +1 -1
  117. package/fileupload/fileupload.js +14 -6
  118. package/fileupload/fileupload.min.js +1 -1
  119. package/galleria/galleria.cjs.js +222 -42
  120. package/galleria/galleria.cjs.min.js +1 -1
  121. package/galleria/galleria.esm.js +224 -44
  122. package/galleria/galleria.esm.min.js +1 -1
  123. package/galleria/galleria.js +222 -42
  124. package/galleria/galleria.min.js +1 -1
  125. package/hooks/hooks.cjs.js +4 -2
  126. package/hooks/hooks.cjs.min.js +1 -1
  127. package/hooks/hooks.esm.js +4 -2
  128. package/hooks/hooks.esm.min.js +1 -1
  129. package/hooks/hooks.js +4 -2
  130. package/hooks/hooks.min.js +1 -1
  131. package/icons/arrowdown/index.cjs.js +12 -1
  132. package/icons/arrowdown/index.cjs.min.js +1 -1
  133. package/icons/arrowdown/index.esm.js +12 -1
  134. package/icons/arrowdown/index.esm.min.js +1 -1
  135. package/icons/arrowdown/index.js +12 -1
  136. package/icons/arrowdown/index.min.js +1 -1
  137. package/icons/arrowup/index.cjs.js +12 -1
  138. package/icons/arrowup/index.cjs.min.js +1 -1
  139. package/icons/arrowup/index.esm.js +12 -1
  140. package/icons/arrowup/index.esm.min.js +1 -1
  141. package/icons/arrowup/index.js +12 -1
  142. package/icons/arrowup/index.min.js +1 -1
  143. package/icons/ban/index.cjs.js +12 -1
  144. package/icons/ban/index.cjs.min.js +1 -1
  145. package/icons/ban/index.esm.js +12 -1
  146. package/icons/ban/index.esm.min.js +1 -1
  147. package/icons/ban/index.js +12 -1
  148. package/icons/ban/index.min.js +1 -1
  149. package/icons/download/index.cjs.js +12 -1
  150. package/icons/download/index.cjs.min.js +1 -1
  151. package/icons/download/index.esm.js +12 -1
  152. package/icons/download/index.esm.min.js +1 -1
  153. package/icons/download/index.js +12 -1
  154. package/icons/download/index.min.js +1 -1
  155. package/icons/exclamationtriangle/index.cjs.js +12 -1
  156. package/icons/exclamationtriangle/index.cjs.min.js +1 -1
  157. package/icons/exclamationtriangle/index.esm.js +12 -1
  158. package/icons/exclamationtriangle/index.esm.min.js +1 -1
  159. package/icons/exclamationtriangle/index.js +12 -1
  160. package/icons/exclamationtriangle/index.min.js +1 -1
  161. package/icons/eyeslash/index.cjs.js +12 -1
  162. package/icons/eyeslash/index.cjs.min.js +1 -1
  163. package/icons/eyeslash/index.esm.js +12 -1
  164. package/icons/eyeslash/index.esm.min.js +1 -1
  165. package/icons/eyeslash/index.js +12 -1
  166. package/icons/eyeslash/index.min.js +1 -1
  167. package/icons/filter/index.cjs.js +12 -1
  168. package/icons/filter/index.cjs.min.js +1 -1
  169. package/icons/filter/index.esm.js +12 -1
  170. package/icons/filter/index.esm.min.js +1 -1
  171. package/icons/filter/index.js +12 -1
  172. package/icons/filter/index.min.js +1 -1
  173. package/icons/filterslash/index.cjs.js +12 -1
  174. package/icons/filterslash/index.cjs.min.js +1 -1
  175. package/icons/filterslash/index.esm.js +12 -1
  176. package/icons/filterslash/index.esm.min.js +1 -1
  177. package/icons/filterslash/index.js +12 -1
  178. package/icons/filterslash/index.min.js +1 -1
  179. package/icons/infocircle/index.cjs.js +12 -1
  180. package/icons/infocircle/index.cjs.min.js +1 -1
  181. package/icons/infocircle/index.esm.js +12 -1
  182. package/icons/infocircle/index.esm.min.js +1 -1
  183. package/icons/infocircle/index.js +12 -1
  184. package/icons/infocircle/index.min.js +1 -1
  185. package/icons/pencil/index.cjs.js +12 -1
  186. package/icons/pencil/index.cjs.min.js +1 -1
  187. package/icons/pencil/index.esm.js +12 -1
  188. package/icons/pencil/index.esm.min.js +1 -1
  189. package/icons/pencil/index.js +12 -1
  190. package/icons/pencil/index.min.js +1 -1
  191. package/icons/plus/index.cjs.js +12 -1
  192. package/icons/plus/index.cjs.min.js +1 -1
  193. package/icons/plus/index.esm.js +12 -1
  194. package/icons/plus/index.esm.min.js +1 -1
  195. package/icons/plus/index.js +12 -1
  196. package/icons/plus/index.min.js +1 -1
  197. package/icons/refresh/index.cjs.js +12 -1
  198. package/icons/refresh/index.cjs.min.js +1 -1
  199. package/icons/refresh/index.esm.js +12 -1
  200. package/icons/refresh/index.esm.min.js +1 -1
  201. package/icons/refresh/index.js +12 -1
  202. package/icons/refresh/index.min.js +1 -1
  203. package/icons/search/index.cjs.js +12 -1
  204. package/icons/search/index.cjs.min.js +1 -1
  205. package/icons/search/index.esm.js +12 -1
  206. package/icons/search/index.esm.min.js +1 -1
  207. package/icons/search/index.js +12 -1
  208. package/icons/search/index.min.js +1 -1
  209. package/icons/searchminus/index.cjs.js +12 -1
  210. package/icons/searchminus/index.cjs.min.js +1 -1
  211. package/icons/searchminus/index.esm.js +12 -1
  212. package/icons/searchminus/index.esm.min.js +1 -1
  213. package/icons/searchminus/index.js +12 -1
  214. package/icons/searchminus/index.min.js +1 -1
  215. package/icons/searchplus/index.cjs.js +12 -1
  216. package/icons/searchplus/index.cjs.min.js +1 -1
  217. package/icons/searchplus/index.esm.js +12 -1
  218. package/icons/searchplus/index.esm.min.js +1 -1
  219. package/icons/searchplus/index.js +12 -1
  220. package/icons/searchplus/index.min.js +1 -1
  221. package/icons/sortalt/index.cjs.js +12 -1
  222. package/icons/sortalt/index.cjs.min.js +1 -1
  223. package/icons/sortalt/index.esm.js +12 -1
  224. package/icons/sortalt/index.esm.min.js +1 -1
  225. package/icons/sortalt/index.js +12 -1
  226. package/icons/sortalt/index.min.js +1 -1
  227. package/icons/sortamountdown/index.cjs.js +12 -1
  228. package/icons/sortamountdown/index.cjs.min.js +1 -1
  229. package/icons/sortamountdown/index.esm.js +12 -1
  230. package/icons/sortamountdown/index.esm.min.js +1 -1
  231. package/icons/sortamountdown/index.js +12 -1
  232. package/icons/sortamountdown/index.min.js +1 -1
  233. package/icons/sortamountupalt/index.cjs.js +12 -1
  234. package/icons/sortamountupalt/index.cjs.min.js +1 -1
  235. package/icons/sortamountupalt/index.esm.js +12 -1
  236. package/icons/sortamountupalt/index.esm.min.js +1 -1
  237. package/icons/sortamountupalt/index.js +12 -1
  238. package/icons/sortamountupalt/index.min.js +1 -1
  239. package/icons/spinner/index.cjs.js +12 -1
  240. package/icons/spinner/index.cjs.min.js +1 -1
  241. package/icons/spinner/index.esm.js +12 -1
  242. package/icons/spinner/index.esm.min.js +1 -1
  243. package/icons/spinner/index.js +12 -1
  244. package/icons/spinner/index.min.js +1 -1
  245. package/icons/star/index.cjs.js +12 -1
  246. package/icons/star/index.cjs.min.js +1 -1
  247. package/icons/star/index.esm.js +12 -1
  248. package/icons/star/index.esm.min.js +1 -1
  249. package/icons/star/index.js +12 -1
  250. package/icons/star/index.min.js +1 -1
  251. package/icons/starfill/index.cjs.js +12 -1
  252. package/icons/starfill/index.cjs.min.js +1 -1
  253. package/icons/starfill/index.esm.js +12 -1
  254. package/icons/starfill/index.esm.min.js +1 -1
  255. package/icons/starfill/index.js +12 -1
  256. package/icons/starfill/index.min.js +1 -1
  257. package/icons/thlarge/index.cjs.js +12 -1
  258. package/icons/thlarge/index.cjs.min.js +1 -1
  259. package/icons/thlarge/index.esm.js +12 -1
  260. package/icons/thlarge/index.esm.min.js +1 -1
  261. package/icons/thlarge/index.js +12 -1
  262. package/icons/thlarge/index.min.js +1 -1
  263. package/icons/timescircle/index.cjs.js +12 -1
  264. package/icons/timescircle/index.cjs.min.js +1 -1
  265. package/icons/timescircle/index.esm.js +12 -1
  266. package/icons/timescircle/index.esm.min.js +1 -1
  267. package/icons/timescircle/index.js +12 -1
  268. package/icons/timescircle/index.min.js +1 -1
  269. package/icons/trash/index.cjs.js +12 -1
  270. package/icons/trash/index.cjs.min.js +1 -1
  271. package/icons/trash/index.esm.js +12 -1
  272. package/icons/trash/index.esm.min.js +1 -1
  273. package/icons/trash/index.js +12 -1
  274. package/icons/trash/index.min.js +1 -1
  275. package/icons/undo/index.cjs.js +12 -1
  276. package/icons/undo/index.cjs.min.js +1 -1
  277. package/icons/undo/index.esm.js +12 -1
  278. package/icons/undo/index.esm.min.js +1 -1
  279. package/icons/undo/index.js +12 -1
  280. package/icons/undo/index.min.js +1 -1
  281. package/icons/upload/index.cjs.js +12 -1
  282. package/icons/upload/index.cjs.min.js +1 -1
  283. package/icons/upload/index.esm.js +12 -1
  284. package/icons/upload/index.esm.min.js +1 -1
  285. package/icons/upload/index.js +12 -1
  286. package/icons/upload/index.min.js +1 -1
  287. package/icons/windowmaximize/index.cjs.js +12 -1
  288. package/icons/windowmaximize/index.cjs.min.js +1 -1
  289. package/icons/windowmaximize/index.esm.js +12 -1
  290. package/icons/windowmaximize/index.esm.min.js +1 -1
  291. package/icons/windowmaximize/index.js +12 -1
  292. package/icons/windowmaximize/index.min.js +1 -1
  293. package/icons/windowminimize/index.cjs.js +12 -1
  294. package/icons/windowminimize/index.cjs.min.js +1 -1
  295. package/icons/windowminimize/index.esm.js +12 -1
  296. package/icons/windowminimize/index.esm.min.js +1 -1
  297. package/icons/windowminimize/index.js +12 -1
  298. package/icons/windowminimize/index.min.js +1 -1
  299. package/image/image.cjs.js +71 -16
  300. package/image/image.cjs.min.js +1 -1
  301. package/image/image.esm.js +71 -16
  302. package/image/image.esm.min.js +1 -1
  303. package/image/image.js +71 -16
  304. package/image/image.min.js +1 -1
  305. package/megamenu/megamenu.cjs.js +787 -168
  306. package/megamenu/megamenu.cjs.min.js +1 -1
  307. package/megamenu/megamenu.d.ts +14 -0
  308. package/megamenu/megamenu.esm.js +790 -171
  309. package/megamenu/megamenu.esm.min.js +1 -1
  310. package/megamenu/megamenu.js +787 -168
  311. package/megamenu/megamenu.min.js +1 -1
  312. package/mention/mention.cjs.js +10 -9
  313. package/mention/mention.cjs.min.js +1 -1
  314. package/mention/mention.esm.js +11 -10
  315. package/mention/mention.esm.min.js +1 -1
  316. package/mention/mention.js +10 -9
  317. package/mention/mention.min.js +1 -1
  318. package/menu/menu.cjs.js +214 -68
  319. package/menu/menu.cjs.min.js +1 -1
  320. package/menu/menu.d.ts +14 -0
  321. package/menu/menu.esm.js +214 -68
  322. package/menu/menu.esm.min.js +1 -1
  323. package/menu/menu.js +214 -68
  324. package/menu/menu.min.js +1 -1
  325. package/menubar/menubar.cjs.js +714 -179
  326. package/menubar/menubar.cjs.min.js +1 -1
  327. package/menubar/menubar.d.ts +18 -0
  328. package/menubar/menubar.esm.js +717 -182
  329. package/menubar/menubar.esm.min.js +1 -1
  330. package/menubar/menubar.js +714 -179
  331. package/menubar/menubar.min.js +1 -1
  332. package/message/message.cjs.js +2 -1
  333. package/message/message.cjs.min.js +1 -1
  334. package/message/message.esm.js +2 -1
  335. package/message/message.esm.min.js +1 -1
  336. package/message/message.js +2 -1
  337. package/message/message.min.js +1 -1
  338. package/messages/messages.cjs.js +4 -2
  339. package/messages/messages.cjs.min.js +1 -1
  340. package/messages/messages.esm.js +4 -2
  341. package/messages/messages.esm.min.js +1 -1
  342. package/messages/messages.js +4 -2
  343. package/messages/messages.min.js +1 -1
  344. package/multiselect/multiselect.cjs.js +11 -5
  345. package/multiselect/multiselect.cjs.min.js +1 -1
  346. package/multiselect/multiselect.esm.js +11 -5
  347. package/multiselect/multiselect.esm.min.js +1 -1
  348. package/multiselect/multiselect.js +12 -7
  349. package/multiselect/multiselect.min.js +1 -1
  350. package/orderlist/orderlist.cjs.js +259 -104
  351. package/orderlist/orderlist.cjs.min.js +1 -1
  352. package/orderlist/orderlist.d.ts +8 -0
  353. package/orderlist/orderlist.esm.js +260 -105
  354. package/orderlist/orderlist.esm.min.js +1 -1
  355. package/orderlist/orderlist.js +259 -104
  356. package/orderlist/orderlist.min.js +1 -1
  357. package/overlaypanel/overlaypanel.cjs.js +4 -2
  358. package/overlaypanel/overlaypanel.cjs.min.js +1 -1
  359. package/overlaypanel/overlaypanel.esm.js +4 -2
  360. package/overlaypanel/overlaypanel.esm.min.js +1 -1
  361. package/overlaypanel/overlaypanel.js +4 -2
  362. package/overlaypanel/overlaypanel.min.js +1 -1
  363. package/package.json +1 -1
  364. package/panel/panel.cjs.js +22 -19
  365. package/panel/panel.cjs.min.js +1 -1
  366. package/panel/panel.esm.js +22 -19
  367. package/panel/panel.esm.min.js +1 -1
  368. package/panel/panel.js +22 -19
  369. package/panel/panel.min.js +1 -1
  370. package/panelmenu/panelmenu.cjs.js +775 -196
  371. package/panelmenu/panelmenu.cjs.min.js +1 -1
  372. package/panelmenu/panelmenu.d.ts +15 -0
  373. package/panelmenu/panelmenu.esm.js +776 -197
  374. package/panelmenu/panelmenu.esm.min.js +1 -1
  375. package/panelmenu/panelmenu.js +775 -196
  376. package/panelmenu/panelmenu.min.js +1 -1
  377. package/passthrough/tailwind/index.cjs.js +5 -4
  378. package/passthrough/tailwind/index.cjs.min.js +1 -1
  379. package/passthrough/tailwind/index.esm.js +5 -4
  380. package/passthrough/tailwind/index.esm.min.js +1 -1
  381. package/passthrough/tailwind/index.js +5 -4
  382. package/passthrough/tailwind/index.min.js +1 -1
  383. package/password/password.cjs.js +1 -1
  384. package/password/password.cjs.min.js +1 -1
  385. package/password/password.esm.js +1 -1
  386. package/password/password.esm.min.js +1 -1
  387. package/password/password.js +1 -1
  388. package/password/password.min.js +1 -1
  389. package/primereact.all.cjs.js +9489 -5244
  390. package/primereact.all.cjs.min.js +1 -1
  391. package/primereact.all.esm.js +9489 -5244
  392. package/primereact.all.esm.min.js +1 -1
  393. package/primereact.all.js +9489 -5244
  394. package/primereact.all.min.js +1 -1
  395. package/radiobutton/radiobutton.cjs.js +3 -2
  396. package/radiobutton/radiobutton.cjs.min.js +1 -1
  397. package/radiobutton/radiobutton.esm.js +3 -2
  398. package/radiobutton/radiobutton.esm.min.js +1 -1
  399. package/radiobutton/radiobutton.js +3 -2
  400. package/radiobutton/radiobutton.min.js +1 -1
  401. package/resources/themes/arya-blue/theme.css +844 -789
  402. package/resources/themes/arya-green/theme.css +844 -789
  403. package/resources/themes/arya-orange/theme.css +844 -789
  404. package/resources/themes/arya-purple/theme.css +844 -789
  405. package/resources/themes/bootstrap4-dark-blue/theme.css +654 -600
  406. package/resources/themes/bootstrap4-dark-purple/theme.css +654 -600
  407. package/resources/themes/bootstrap4-light-blue/theme.css +658 -604
  408. package/resources/themes/bootstrap4-light-purple/theme.css +658 -604
  409. package/resources/themes/fluent-light/theme.css +661 -622
  410. package/resources/themes/lara-dark-amber/theme.css +665 -625
  411. package/resources/themes/lara-dark-blue/theme.css +665 -625
  412. package/resources/themes/lara-dark-cyan/theme.css +665 -625
  413. package/resources/themes/lara-dark-green/theme.css +665 -625
  414. package/resources/themes/lara-dark-indigo/theme.css +665 -625
  415. package/resources/themes/lara-dark-pink/theme.css +665 -625
  416. package/resources/themes/lara-dark-purple/theme.css +665 -625
  417. package/resources/themes/lara-dark-teal/theme.css +665 -625
  418. package/resources/themes/lara-light-amber/theme.css +758 -716
  419. package/resources/themes/lara-light-blue/theme.css +992 -950
  420. package/resources/themes/lara-light-cyan/theme.css +758 -716
  421. package/resources/themes/lara-light-green/theme.css +797 -755
  422. package/resources/themes/lara-light-indigo/theme.css +1008 -966
  423. package/resources/themes/lara-light-pink/theme.css +758 -716
  424. package/resources/themes/lara-light-purple/theme.css +1008 -966
  425. package/resources/themes/lara-light-teal/theme.css +758 -716
  426. package/resources/themes/luna-amber/theme.css +931 -877
  427. package/resources/themes/luna-blue/theme.css +931 -877
  428. package/resources/themes/luna-green/theme.css +931 -877
  429. package/resources/themes/luna-pink/theme.css +931 -877
  430. package/resources/themes/md-dark-deeppurple/theme.css +900 -941
  431. package/resources/themes/md-dark-indigo/theme.css +905 -946
  432. package/resources/themes/md-light-deeppurple/theme.css +862 -903
  433. package/resources/themes/md-light-indigo/theme.css +862 -903
  434. package/resources/themes/mdc-dark-deeppurple/theme.css +900 -941
  435. package/resources/themes/mdc-dark-indigo/theme.css +905 -946
  436. package/resources/themes/mdc-light-deeppurple/theme.css +862 -903
  437. package/resources/themes/mdc-light-indigo/theme.css +862 -903
  438. package/resources/themes/mira/theme.css +1546 -1525
  439. package/resources/themes/nano/theme.css +696 -639
  440. package/resources/themes/nova/theme.css +690 -637
  441. package/resources/themes/nova-accent/theme.css +692 -636
  442. package/resources/themes/nova-alt/theme.css +690 -637
  443. package/resources/themes/rhea/theme.css +865 -809
  444. package/resources/themes/saga-blue/theme.css +883 -828
  445. package/resources/themes/saga-green/theme.css +883 -828
  446. package/resources/themes/saga-orange/theme.css +883 -828
  447. package/resources/themes/saga-purple/theme.css +883 -828
  448. package/resources/themes/soho-dark/theme.css +684 -635
  449. package/resources/themes/soho-light/theme.css +672 -625
  450. package/resources/themes/tailwind-light/theme.css +1354 -1299
  451. package/resources/themes/vela-blue/theme.css +852 -797
  452. package/resources/themes/vela-green/theme.css +852 -797
  453. package/resources/themes/vela-orange/theme.css +852 -797
  454. package/resources/themes/vela-purple/theme.css +852 -797
  455. package/resources/themes/viva-dark/theme.css +647 -613
  456. package/resources/themes/viva-light/theme.css +728 -694
  457. package/ripple/ripple.cjs.js +65 -2
  458. package/ripple/ripple.cjs.min.js +1 -1
  459. package/ripple/ripple.esm.js +65 -2
  460. package/ripple/ripple.esm.min.js +1 -1
  461. package/ripple/ripple.js +65 -2
  462. package/ripple/ripple.min.js +1 -1
  463. package/scrollpanel/scrollpanel.cjs.js +183 -3
  464. package/scrollpanel/scrollpanel.cjs.min.js +1 -1
  465. package/scrollpanel/scrollpanel.esm.js +184 -4
  466. package/scrollpanel/scrollpanel.esm.min.js +1 -1
  467. package/scrollpanel/scrollpanel.js +183 -3
  468. package/scrollpanel/scrollpanel.min.js +1 -1
  469. package/sidebar/sidebar.cjs.js +58 -45
  470. package/sidebar/sidebar.cjs.min.js +1 -1
  471. package/sidebar/sidebar.d.ts +23 -1
  472. package/sidebar/sidebar.esm.js +58 -45
  473. package/sidebar/sidebar.esm.min.js +1 -1
  474. package/sidebar/sidebar.js +58 -45
  475. package/sidebar/sidebar.min.js +1 -1
  476. package/slidemenu/slidemenu.cjs.js +4 -2
  477. package/slidemenu/slidemenu.cjs.min.js +1 -1
  478. package/slidemenu/slidemenu.esm.js +4 -2
  479. package/slidemenu/slidemenu.esm.min.js +1 -1
  480. package/slidemenu/slidemenu.js +4 -2
  481. package/slidemenu/slidemenu.min.js +1 -1
  482. package/slider/slider.cjs.js +1 -1
  483. package/slider/slider.cjs.min.js +1 -1
  484. package/slider/slider.esm.js +1 -1
  485. package/slider/slider.esm.min.js +1 -1
  486. package/slider/slider.js +1 -1
  487. package/slider/slider.min.js +1 -1
  488. package/speeddial/speeddial.cjs.js +264 -29
  489. package/speeddial/speeddial.cjs.min.js +1 -1
  490. package/speeddial/speeddial.esm.js +266 -31
  491. package/speeddial/speeddial.esm.min.js +1 -1
  492. package/speeddial/speeddial.js +264 -29
  493. package/speeddial/speeddial.min.js +1 -1
  494. package/splitbutton/splitbutton.cjs.js +1048 -267
  495. package/splitbutton/splitbutton.cjs.min.js +1 -1
  496. package/splitbutton/splitbutton.d.ts +4 -4
  497. package/splitbutton/splitbutton.esm.js +1049 -268
  498. package/splitbutton/splitbutton.esm.min.js +1 -1
  499. package/splitbutton/splitbutton.js +1048 -269
  500. package/splitbutton/splitbutton.min.js +1 -1
  501. package/splitter/splitter.cjs.js +103 -15
  502. package/splitter/splitter.cjs.min.js +1 -1
  503. package/splitter/splitter.d.ts +5 -0
  504. package/splitter/splitter.esm.js +103 -15
  505. package/splitter/splitter.esm.min.js +1 -1
  506. package/splitter/splitter.js +103 -15
  507. package/splitter/splitter.min.js +1 -1
  508. package/steps/steps.cjs.js +99 -13
  509. package/steps/steps.cjs.min.js +1 -1
  510. package/steps/steps.esm.js +100 -14
  511. package/steps/steps.esm.min.js +1 -1
  512. package/steps/steps.js +99 -13
  513. package/steps/steps.min.js +1 -1
  514. package/tabmenu/tabmenu.cjs.js +104 -10
  515. package/tabmenu/tabmenu.cjs.min.js +1 -1
  516. package/tabmenu/tabmenu.esm.js +104 -10
  517. package/tabmenu/tabmenu.esm.min.js +1 -1
  518. package/tabmenu/tabmenu.js +104 -10
  519. package/tabmenu/tabmenu.min.js +1 -1
  520. package/tabview/tabview.cjs.js +106 -12
  521. package/tabview/tabview.cjs.min.js +1 -1
  522. package/tabview/tabview.esm.js +106 -12
  523. package/tabview/tabview.esm.min.js +1 -1
  524. package/tabview/tabview.js +106 -12
  525. package/tabview/tabview.min.js +1 -1
  526. package/tieredmenu/tieredmenu.cjs.js +752 -274
  527. package/tieredmenu/tieredmenu.cjs.min.js +1 -1
  528. package/tieredmenu/tieredmenu.d.ts +10 -0
  529. package/tieredmenu/tieredmenu.esm.js +754 -276
  530. package/tieredmenu/tieredmenu.esm.min.js +1 -1
  531. package/tieredmenu/tieredmenu.js +752 -274
  532. package/tieredmenu/tieredmenu.min.js +1 -1
  533. package/toast/toast.cjs.js +6 -1
  534. package/toast/toast.cjs.min.js +1 -1
  535. package/toast/toast.d.ts +35 -1
  536. package/toast/toast.esm.js +6 -1
  537. package/toast/toast.esm.min.js +1 -1
  538. package/toast/toast.js +6 -1
  539. package/toast/toast.min.js +1 -1
  540. package/tree/tree.cjs.js +51 -54
  541. package/tree/tree.cjs.min.js +1 -1
  542. package/tree/tree.esm.js +51 -54
  543. package/tree/tree.esm.min.js +1 -1
  544. package/tree/tree.js +51 -54
  545. package/tree/tree.min.js +1 -1
  546. package/treetable/treetable.cjs.js +11 -28
  547. package/treetable/treetable.cjs.min.js +1 -1
  548. package/treetable/treetable.esm.js +11 -28
  549. package/treetable/treetable.esm.min.js +1 -1
  550. package/treetable/treetable.js +11 -28
  551. package/treetable/treetable.min.js +1 -1
  552. package/utils/utils.cjs.js +12 -1
  553. package/utils/utils.cjs.min.js +1 -1
  554. package/utils/utils.esm.js +12 -1
  555. package/utils/utils.esm.min.js +1 -1
  556. package/utils/utils.js +12 -1
  557. package/utils/utils.min.js +1 -1
  558. package/web-types.json +267 -5
package/core/core.js CHANGED
@@ -1415,7 +1415,10 @@ this.primereact.utils = (function (exports, React) {
1415
1415
  _createClass(ObjectUtils, null, [{
1416
1416
  key: "equals",
1417
1417
  value: function equals(obj1, obj2, field) {
1418
- 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);
1418
+ if (field && obj1 && _typeof(obj1) === 'object' && obj2 && _typeof(obj2) === 'object') {
1419
+ return this.deepEquals(this.resolveFieldData(obj1, field), this.resolveFieldData(obj2, field));
1420
+ }
1421
+ return this.deepEquals(obj1, obj2);
1419
1422
  }
1420
1423
 
1421
1424
  /**
@@ -1641,7 +1644,15 @@ this.primereact.utils = (function (exports, React) {
1641
1644
  value: function isValidChild(child, type, validTypes) {
1642
1645
  /* eslint-disable */
1643
1646
  if (child) {
1647
+ var _child$type;
1644
1648
  var childType = this.getComponentProp(child, '__TYPE') || (child.type ? child.type.displayName : undefined);
1649
+
1650
+ // for App Router in Next.js ^14,
1651
+ 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) {
1652
+ childType = child.type._payload.value.find(function (v) {
1653
+ return v === type;
1654
+ });
1655
+ }
1645
1656
  var isValid = childType === type;
1646
1657
  try {
1647
1658
  var messageTypes; if ("production" !== 'production' && !isValid) ;
@@ -2759,6 +2770,9 @@ this.primereact.api = (function (exports, utils, React) {
2759
2770
  }
2760
2771
  }
2761
2772
 
2773
+ /**
2774
+ * @deprecated please use PrimeReactContext
2775
+ */
2762
2776
  var PrimeReact$1 = /*#__PURE__*/_createClass(function PrimeReact() {
2763
2777
  _classCallCheck(this, PrimeReact);
2764
2778
  });
@@ -3388,6 +3402,27 @@ this.primereact.api = (function (exports, utils, React) {
3388
3402
  });
3389
3403
  (_linkElement$parentNo = linkElement.parentNode) === null || _linkElement$parentNo === void 0 || _linkElement$parentNo.insertBefore(cloneLinkElement, linkElement.nextSibling);
3390
3404
  };
3405
+
3406
+ /**
3407
+ * @deprecated
3408
+ */
3409
+ React__default["default"].useEffect(function () {
3410
+ PrimeReact$1.ripple = ripple;
3411
+ }, [ripple]);
3412
+
3413
+ /**
3414
+ * @deprecated
3415
+ */
3416
+ React__default["default"].useEffect(function () {
3417
+ PrimeReact$1.inputStyle = inputStyle;
3418
+ }, [inputStyle]);
3419
+
3420
+ /**
3421
+ * @deprecated
3422
+ */
3423
+ React__default["default"].useEffect(function () {
3424
+ PrimeReact$1.locale = locale;
3425
+ }, [locale]);
3391
3426
  var value = {
3392
3427
  changeTheme: changeTheme,
3393
3428
  ripple: ripple,
@@ -3902,6 +3937,7 @@ this.primereact.hooks = (function (exports, React, utils, PrimeReact) {
3902
3937
  when = _ref$when === void 0 ? true : _ref$when;
3903
3938
  var targetRef = React__namespace.useRef(null);
3904
3939
  var listenerRef = React__namespace.useRef(null);
3940
+ var prevListener = usePrevious(listener);
3905
3941
  var prevOptions = usePrevious(options);
3906
3942
  var bind = function bind() {
3907
3943
  var bindOptions = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
@@ -3931,11 +3967,12 @@ this.primereact.hooks = (function (exports, React, utils, PrimeReact) {
3931
3967
  }
3932
3968
  }, [target, when]);
3933
3969
  React__namespace.useEffect(function () {
3934
- if (listenerRef.current && (listenerRef.current !== listener || prevOptions !== options)) {
3970
+ // to properly compare functions we can implicitly converting the function to it's body's text as a String
3971
+ if (listenerRef.current && ('' + prevListener !== '' + listener || prevOptions !== options)) {
3935
3972
  unbind();
3936
3973
  when && bind();
3937
3974
  }
3938
- }, [listener, options]);
3975
+ }, [listener, options, when]);
3939
3976
  useUnmountEffect(function () {
3940
3977
  unbind();
3941
3978
  });
@@ -4952,6 +4989,61 @@ this.primereact.ripple = (function (exports, React, PrimeReact, hooks, utils, co
4952
4989
  return obj;
4953
4990
  }
4954
4991
 
4992
+ function _arrayWithHoles(arr) {
4993
+ if (Array.isArray(arr)) return arr;
4994
+ }
4995
+
4996
+ function _iterableToArrayLimit(r, l) {
4997
+ var t = null == r ? null : "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"];
4998
+ if (null != t) {
4999
+ var e,
5000
+ n,
5001
+ i,
5002
+ u,
5003
+ a = [],
5004
+ f = !0,
5005
+ o = !1;
5006
+ try {
5007
+ if (i = (t = t.call(r)).next, 0 === l) {
5008
+ if (Object(t) !== t) return;
5009
+ f = !1;
5010
+ } else for (; !(f = (e = i.call(t)).done) && (a.push(e.value), a.length !== l); f = !0);
5011
+ } catch (r) {
5012
+ o = !0, n = r;
5013
+ } finally {
5014
+ try {
5015
+ if (!f && null != t["return"] && (u = t["return"](), Object(u) !== u)) return;
5016
+ } finally {
5017
+ if (o) throw n;
5018
+ }
5019
+ }
5020
+ return a;
5021
+ }
5022
+ }
5023
+
5024
+ function _arrayLikeToArray(arr, len) {
5025
+ if (len == null || len > arr.length) len = arr.length;
5026
+ for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i];
5027
+ return arr2;
5028
+ }
5029
+
5030
+ function _unsupportedIterableToArray(o, minLen) {
5031
+ if (!o) return;
5032
+ if (typeof o === "string") return _arrayLikeToArray(o, minLen);
5033
+ var n = Object.prototype.toString.call(o).slice(8, -1);
5034
+ if (n === "Object" && o.constructor) n = o.constructor.name;
5035
+ if (n === "Map" || n === "Set") return Array.from(o);
5036
+ if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen);
5037
+ }
5038
+
5039
+ function _nonIterableRest() {
5040
+ throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
5041
+ }
5042
+
5043
+ function _slicedToArray(arr, i) {
5044
+ return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest();
5045
+ }
5046
+
4955
5047
  var styles = "\n@layer primereact {\n .p-ripple {\n overflow: hidden;\n position: relative;\n }\n \n .p-ink {\n display: block;\n position: absolute;\n background: rgba(255, 255, 255, 0.5);\n border-radius: 100%;\n transform: scale(0);\n }\n \n .p-ink-active {\n animation: ripple 0.4s linear;\n }\n \n .p-ripple-disabled .p-ink {\n display: none;\n }\n}\n\n@keyframes ripple {\n 100% {\n opacity: 0;\n transform: scale(2.5);\n }\n}\n\n";
4956
5048
  var classes = {
4957
5049
  root: 'p-ink'
@@ -4976,6 +5068,10 @@ this.primereact.ripple = (function (exports, React, PrimeReact, hooks, utils, co
4976
5068
  function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
4977
5069
  function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
4978
5070
  var Ripple = /*#__PURE__*/React__namespace.memo( /*#__PURE__*/React__namespace.forwardRef(function (inProps, ref) {
5071
+ var _React$useState = React__namespace.useState(false),
5072
+ _React$useState2 = _slicedToArray(_React$useState, 2),
5073
+ isMounted = _React$useState2[0],
5074
+ setMounted = _React$useState2[1];
4979
5075
  var inkRef = React__namespace.useRef(null);
4980
5076
  var targetRef = React__namespace.useRef(null);
4981
5077
  var context = React__namespace.useContext(PrimeReact.PrimeReactContext);
@@ -5040,12 +5136,16 @@ this.primereact.ripple = (function (exports, React, PrimeReact, hooks, utils, co
5040
5136
  };
5041
5137
  });
5042
5138
  hooks.useMountEffect(function () {
5043
- if (inkRef.current) {
5139
+ // for App Router in Next.js ^14
5140
+ setMounted(true);
5141
+ });
5142
+ hooks.useUpdateEffect(function () {
5143
+ if (isMounted && inkRef.current) {
5044
5144
  targetRef.current = getTarget();
5045
5145
  setDimensions();
5046
5146
  bindEvents();
5047
5147
  }
5048
- });
5148
+ }, [isMounted]);
5049
5149
  hooks.useUpdateEffect(function () {
5050
5150
  if (inkRef.current && !targetRef.current) {
5051
5151
  targetRef.current = getTarget();
@@ -6227,7 +6327,10 @@ this.primereact.icons.arrowdown = (function (exports, React, iconbase) {
6227
6327
  _createClass(ObjectUtils, null, [{
6228
6328
  key: "equals",
6229
6329
  value: function equals(obj1, obj2, field) {
6230
- 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);
6330
+ if (field && obj1 && _typeof(obj1) === 'object' && obj2 && _typeof(obj2) === 'object') {
6331
+ return this.deepEquals(this.resolveFieldData(obj1, field), this.resolveFieldData(obj2, field));
6332
+ }
6333
+ return this.deepEquals(obj1, obj2);
6231
6334
  }
6232
6335
 
6233
6336
  /**
@@ -6453,7 +6556,15 @@ this.primereact.icons.arrowdown = (function (exports, React, iconbase) {
6453
6556
  value: function isValidChild(child, type, validTypes) {
6454
6557
  /* eslint-disable */
6455
6558
  if (child) {
6559
+ var _child$type;
6456
6560
  var childType = this.getComponentProp(child, '__TYPE') || (child.type ? child.type.displayName : undefined);
6561
+
6562
+ // for App Router in Next.js ^14,
6563
+ 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) {
6564
+ childType = child.type._payload.value.find(function (v) {
6565
+ return v === type;
6566
+ });
6567
+ }
6457
6568
  var isValid = childType === type;
6458
6569
  try {
6459
6570
  var messageTypes; if ("production" !== 'production' && !isValid) ;
@@ -6922,7 +7033,10 @@ this.primereact.icons.arrowup = (function (exports, React, iconbase) {
6922
7033
  _createClass(ObjectUtils, null, [{
6923
7034
  key: "equals",
6924
7035
  value: function equals(obj1, obj2, field) {
6925
- 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);
7036
+ if (field && obj1 && _typeof(obj1) === 'object' && obj2 && _typeof(obj2) === 'object') {
7037
+ return this.deepEquals(this.resolveFieldData(obj1, field), this.resolveFieldData(obj2, field));
7038
+ }
7039
+ return this.deepEquals(obj1, obj2);
6926
7040
  }
6927
7041
 
6928
7042
  /**
@@ -7148,7 +7262,15 @@ this.primereact.icons.arrowup = (function (exports, React, iconbase) {
7148
7262
  value: function isValidChild(child, type, validTypes) {
7149
7263
  /* eslint-disable */
7150
7264
  if (child) {
7265
+ var _child$type;
7151
7266
  var childType = this.getComponentProp(child, '__TYPE') || (child.type ? child.type.displayName : undefined);
7267
+
7268
+ // for App Router in Next.js ^14,
7269
+ 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) {
7270
+ childType = child.type._payload.value.find(function (v) {
7271
+ return v === type;
7272
+ });
7273
+ }
7152
7274
  var isValid = childType === type;
7153
7275
  try {
7154
7276
  var messageTypes; if ("production" !== 'production' && !isValid) ;
@@ -7617,7 +7739,10 @@ this.primereact.icons.ban = (function (exports, React, iconbase) {
7617
7739
  _createClass(ObjectUtils, null, [{
7618
7740
  key: "equals",
7619
7741
  value: function equals(obj1, obj2, field) {
7620
- 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);
7742
+ if (field && obj1 && _typeof(obj1) === 'object' && obj2 && _typeof(obj2) === 'object') {
7743
+ return this.deepEquals(this.resolveFieldData(obj1, field), this.resolveFieldData(obj2, field));
7744
+ }
7745
+ return this.deepEquals(obj1, obj2);
7621
7746
  }
7622
7747
 
7623
7748
  /**
@@ -7843,7 +7968,15 @@ this.primereact.icons.ban = (function (exports, React, iconbase) {
7843
7968
  value: function isValidChild(child, type, validTypes) {
7844
7969
  /* eslint-disable */
7845
7970
  if (child) {
7971
+ var _child$type;
7846
7972
  var childType = this.getComponentProp(child, '__TYPE') || (child.type ? child.type.displayName : undefined);
7973
+
7974
+ // for App Router in Next.js ^14,
7975
+ 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) {
7976
+ childType = child.type._payload.value.find(function (v) {
7977
+ return v === type;
7978
+ });
7979
+ }
7847
7980
  var isValid = childType === type;
7848
7981
  try {
7849
7982
  var messageTypes; if ("production" !== 'production' && !isValid) ;
@@ -8760,7 +8893,10 @@ this.primereact.icons.exclamationtriangle = (function (exports, React, iconbase)
8760
8893
  _createClass(ObjectUtils, null, [{
8761
8894
  key: "equals",
8762
8895
  value: function equals(obj1, obj2, field) {
8763
- 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);
8896
+ if (field && obj1 && _typeof(obj1) === 'object' && obj2 && _typeof(obj2) === 'object') {
8897
+ return this.deepEquals(this.resolveFieldData(obj1, field), this.resolveFieldData(obj2, field));
8898
+ }
8899
+ return this.deepEquals(obj1, obj2);
8764
8900
  }
8765
8901
 
8766
8902
  /**
@@ -8986,7 +9122,15 @@ this.primereact.icons.exclamationtriangle = (function (exports, React, iconbase)
8986
9122
  value: function isValidChild(child, type, validTypes) {
8987
9123
  /* eslint-disable */
8988
9124
  if (child) {
9125
+ var _child$type;
8989
9126
  var childType = this.getComponentProp(child, '__TYPE') || (child.type ? child.type.displayName : undefined);
9127
+
9128
+ // for App Router in Next.js ^14,
9129
+ 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) {
9130
+ childType = child.type._payload.value.find(function (v) {
9131
+ return v === type;
9132
+ });
9133
+ }
8990
9134
  var isValid = childType === type;
8991
9135
  try {
8992
9136
  var messageTypes; if ("production" !== 'production' && !isValid) ;
@@ -9525,7 +9669,10 @@ this.primereact.icons.eyeslash = (function (exports, React, iconbase) {
9525
9669
  _createClass(ObjectUtils, null, [{
9526
9670
  key: "equals",
9527
9671
  value: function equals(obj1, obj2, field) {
9528
- 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);
9672
+ if (field && obj1 && _typeof(obj1) === 'object' && obj2 && _typeof(obj2) === 'object') {
9673
+ return this.deepEquals(this.resolveFieldData(obj1, field), this.resolveFieldData(obj2, field));
9674
+ }
9675
+ return this.deepEquals(obj1, obj2);
9529
9676
  }
9530
9677
 
9531
9678
  /**
@@ -9751,7 +9898,15 @@ this.primereact.icons.eyeslash = (function (exports, React, iconbase) {
9751
9898
  value: function isValidChild(child, type, validTypes) {
9752
9899
  /* eslint-disable */
9753
9900
  if (child) {
9901
+ var _child$type;
9754
9902
  var childType = this.getComponentProp(child, '__TYPE') || (child.type ? child.type.displayName : undefined);
9903
+
9904
+ // for App Router in Next.js ^14,
9905
+ 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) {
9906
+ childType = child.type._payload.value.find(function (v) {
9907
+ return v === type;
9908
+ });
9909
+ }
9755
9910
  var isValid = childType === type;
9756
9911
  try {
9757
9912
  var messageTypes; if ("production" !== 'production' && !isValid) ;
@@ -10220,7 +10375,10 @@ this.primereact.icons.filter = (function (exports, React, iconbase) {
10220
10375
  _createClass(ObjectUtils, null, [{
10221
10376
  key: "equals",
10222
10377
  value: function equals(obj1, obj2, field) {
10223
- 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);
10378
+ if (field && obj1 && _typeof(obj1) === 'object' && obj2 && _typeof(obj2) === 'object') {
10379
+ return this.deepEquals(this.resolveFieldData(obj1, field), this.resolveFieldData(obj2, field));
10380
+ }
10381
+ return this.deepEquals(obj1, obj2);
10224
10382
  }
10225
10383
 
10226
10384
  /**
@@ -10446,7 +10604,15 @@ this.primereact.icons.filter = (function (exports, React, iconbase) {
10446
10604
  value: function isValidChild(child, type, validTypes) {
10447
10605
  /* eslint-disable */
10448
10606
  if (child) {
10607
+ var _child$type;
10449
10608
  var childType = this.getComponentProp(child, '__TYPE') || (child.type ? child.type.displayName : undefined);
10609
+
10610
+ // for App Router in Next.js ^14,
10611
+ 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) {
10612
+ childType = child.type._payload.value.find(function (v) {
10613
+ return v === type;
10614
+ });
10615
+ }
10450
10616
  var isValid = childType === type;
10451
10617
  try {
10452
10618
  var messageTypes; if ("production" !== 'production' && !isValid) ;
@@ -10913,7 +11079,10 @@ this.primereact.icons.filterslash = (function (exports, React, iconbase) {
10913
11079
  _createClass(ObjectUtils, null, [{
10914
11080
  key: "equals",
10915
11081
  value: function equals(obj1, obj2, field) {
10916
- 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);
11082
+ if (field && obj1 && _typeof(obj1) === 'object' && obj2 && _typeof(obj2) === 'object') {
11083
+ return this.deepEquals(this.resolveFieldData(obj1, field), this.resolveFieldData(obj2, field));
11084
+ }
11085
+ return this.deepEquals(obj1, obj2);
10917
11086
  }
10918
11087
 
10919
11088
  /**
@@ -11139,7 +11308,15 @@ this.primereact.icons.filterslash = (function (exports, React, iconbase) {
11139
11308
  value: function isValidChild(child, type, validTypes) {
11140
11309
  /* eslint-disable */
11141
11310
  if (child) {
11311
+ var _child$type;
11142
11312
  var childType = this.getComponentProp(child, '__TYPE') || (child.type ? child.type.displayName : undefined);
11313
+
11314
+ // for App Router in Next.js ^14,
11315
+ 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) {
11316
+ childType = child.type._payload.value.find(function (v) {
11317
+ return v === type;
11318
+ });
11319
+ }
11143
11320
  var isValid = childType === type;
11144
11321
  try {
11145
11322
  var messageTypes; if ("production" !== 'production' && !isValid) ;
@@ -11608,7 +11785,10 @@ this.primereact.icons.infocircle = (function (exports, React, iconbase) {
11608
11785
  _createClass(ObjectUtils, null, [{
11609
11786
  key: "equals",
11610
11787
  value: function equals(obj1, obj2, field) {
11611
- 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);
11788
+ if (field && obj1 && _typeof(obj1) === 'object' && obj2 && _typeof(obj2) === 'object') {
11789
+ return this.deepEquals(this.resolveFieldData(obj1, field), this.resolveFieldData(obj2, field));
11790
+ }
11791
+ return this.deepEquals(obj1, obj2);
11612
11792
  }
11613
11793
 
11614
11794
  /**
@@ -11834,7 +12014,15 @@ this.primereact.icons.infocircle = (function (exports, React, iconbase) {
11834
12014
  value: function isValidChild(child, type, validTypes) {
11835
12015
  /* eslint-disable */
11836
12016
  if (child) {
12017
+ var _child$type;
11837
12018
  var childType = this.getComponentProp(child, '__TYPE') || (child.type ? child.type.displayName : undefined);
12019
+
12020
+ // for App Router in Next.js ^14,
12021
+ 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) {
12022
+ childType = child.type._payload.value.find(function (v) {
12023
+ return v === type;
12024
+ });
12025
+ }
11838
12026
  var isValid = childType === type;
11839
12027
  try {
11840
12028
  var messageTypes; if ("production" !== 'production' && !isValid) ;
@@ -12367,7 +12555,10 @@ this.primereact.icons.pencil = (function (exports, React, iconbase) {
12367
12555
  _createClass(ObjectUtils, null, [{
12368
12556
  key: "equals",
12369
12557
  value: function equals(obj1, obj2, field) {
12370
- 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);
12558
+ if (field && obj1 && _typeof(obj1) === 'object' && obj2 && _typeof(obj2) === 'object') {
12559
+ return this.deepEquals(this.resolveFieldData(obj1, field), this.resolveFieldData(obj2, field));
12560
+ }
12561
+ return this.deepEquals(obj1, obj2);
12371
12562
  }
12372
12563
 
12373
12564
  /**
@@ -12593,7 +12784,15 @@ this.primereact.icons.pencil = (function (exports, React, iconbase) {
12593
12784
  value: function isValidChild(child, type, validTypes) {
12594
12785
  /* eslint-disable */
12595
12786
  if (child) {
12787
+ var _child$type;
12596
12788
  var childType = this.getComponentProp(child, '__TYPE') || (child.type ? child.type.displayName : undefined);
12789
+
12790
+ // for App Router in Next.js ^14,
12791
+ 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) {
12792
+ childType = child.type._payload.value.find(function (v) {
12793
+ return v === type;
12794
+ });
12795
+ }
12597
12796
  var isValid = childType === type;
12598
12797
  try {
12599
12798
  var messageTypes; if ("production" !== 'production' && !isValid) ;
@@ -13060,7 +13259,10 @@ this.primereact.icons.plus = (function (exports, React, iconbase) {
13060
13259
  _createClass(ObjectUtils, null, [{
13061
13260
  key: "equals",
13062
13261
  value: function equals(obj1, obj2, field) {
13063
- 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);
13262
+ if (field && obj1 && _typeof(obj1) === 'object' && obj2 && _typeof(obj2) === 'object') {
13263
+ return this.deepEquals(this.resolveFieldData(obj1, field), this.resolveFieldData(obj2, field));
13264
+ }
13265
+ return this.deepEquals(obj1, obj2);
13064
13266
  }
13065
13267
 
13066
13268
  /**
@@ -13286,7 +13488,15 @@ this.primereact.icons.plus = (function (exports, React, iconbase) {
13286
13488
  value: function isValidChild(child, type, validTypes) {
13287
13489
  /* eslint-disable */
13288
13490
  if (child) {
13491
+ var _child$type;
13289
13492
  var childType = this.getComponentProp(child, '__TYPE') || (child.type ? child.type.displayName : undefined);
13493
+
13494
+ // for App Router in Next.js ^14,
13495
+ 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) {
13496
+ childType = child.type._payload.value.find(function (v) {
13497
+ return v === type;
13498
+ });
13499
+ }
13290
13500
  var isValid = childType === type;
13291
13501
  try {
13292
13502
  var messageTypes; if ("production" !== 'production' && !isValid) ;
@@ -13753,7 +13963,10 @@ this.primereact.icons.refresh = (function (exports, React, iconbase) {
13753
13963
  _createClass(ObjectUtils, null, [{
13754
13964
  key: "equals",
13755
13965
  value: function equals(obj1, obj2, field) {
13756
- 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);
13966
+ if (field && obj1 && _typeof(obj1) === 'object' && obj2 && _typeof(obj2) === 'object') {
13967
+ return this.deepEquals(this.resolveFieldData(obj1, field), this.resolveFieldData(obj2, field));
13968
+ }
13969
+ return this.deepEquals(obj1, obj2);
13757
13970
  }
13758
13971
 
13759
13972
  /**
@@ -13979,7 +14192,15 @@ this.primereact.icons.refresh = (function (exports, React, iconbase) {
13979
14192
  value: function isValidChild(child, type, validTypes) {
13980
14193
  /* eslint-disable */
13981
14194
  if (child) {
14195
+ var _child$type;
13982
14196
  var childType = this.getComponentProp(child, '__TYPE') || (child.type ? child.type.displayName : undefined);
14197
+
14198
+ // for App Router in Next.js ^14,
14199
+ 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) {
14200
+ childType = child.type._payload.value.find(function (v) {
14201
+ return v === type;
14202
+ });
14203
+ }
13983
14204
  var isValid = childType === type;
13984
14205
  try {
13985
14206
  var messageTypes; if ("production" !== 'production' && !isValid) ;
@@ -14448,7 +14669,10 @@ this.primereact.icons.search = (function (exports, React, iconbase) {
14448
14669
  _createClass(ObjectUtils, null, [{
14449
14670
  key: "equals",
14450
14671
  value: function equals(obj1, obj2, field) {
14451
- 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);
14672
+ if (field && obj1 && _typeof(obj1) === 'object' && obj2 && _typeof(obj2) === 'object') {
14673
+ return this.deepEquals(this.resolveFieldData(obj1, field), this.resolveFieldData(obj2, field));
14674
+ }
14675
+ return this.deepEquals(obj1, obj2);
14452
14676
  }
14453
14677
 
14454
14678
  /**
@@ -14674,7 +14898,15 @@ this.primereact.icons.search = (function (exports, React, iconbase) {
14674
14898
  value: function isValidChild(child, type, validTypes) {
14675
14899
  /* eslint-disable */
14676
14900
  if (child) {
14901
+ var _child$type;
14677
14902
  var childType = this.getComponentProp(child, '__TYPE') || (child.type ? child.type.displayName : undefined);
14903
+
14904
+ // for App Router in Next.js ^14,
14905
+ 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) {
14906
+ childType = child.type._payload.value.find(function (v) {
14907
+ return v === type;
14908
+ });
14909
+ }
14678
14910
  var isValid = childType === type;
14679
14911
  try {
14680
14912
  var messageTypes; if ("production" !== 'production' && !isValid) ;
@@ -15143,7 +15375,10 @@ this.primereact.icons.searchminus = (function (exports, React, iconbase) {
15143
15375
  _createClass(ObjectUtils, null, [{
15144
15376
  key: "equals",
15145
15377
  value: function equals(obj1, obj2, field) {
15146
- 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);
15378
+ if (field && obj1 && _typeof(obj1) === 'object' && obj2 && _typeof(obj2) === 'object') {
15379
+ return this.deepEquals(this.resolveFieldData(obj1, field), this.resolveFieldData(obj2, field));
15380
+ }
15381
+ return this.deepEquals(obj1, obj2);
15147
15382
  }
15148
15383
 
15149
15384
  /**
@@ -15369,7 +15604,15 @@ this.primereact.icons.searchminus = (function (exports, React, iconbase) {
15369
15604
  value: function isValidChild(child, type, validTypes) {
15370
15605
  /* eslint-disable */
15371
15606
  if (child) {
15607
+ var _child$type;
15372
15608
  var childType = this.getComponentProp(child, '__TYPE') || (child.type ? child.type.displayName : undefined);
15609
+
15610
+ // for App Router in Next.js ^14,
15611
+ 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) {
15612
+ childType = child.type._payload.value.find(function (v) {
15613
+ return v === type;
15614
+ });
15615
+ }
15373
15616
  var isValid = childType === type;
15374
15617
  try {
15375
15618
  var messageTypes; if ("production" !== 'production' && !isValid) ;
@@ -15838,7 +16081,10 @@ this.primereact.icons.searchplus = (function (exports, React, iconbase) {
15838
16081
  _createClass(ObjectUtils, null, [{
15839
16082
  key: "equals",
15840
16083
  value: function equals(obj1, obj2, field) {
15841
- 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);
16084
+ if (field && obj1 && _typeof(obj1) === 'object' && obj2 && _typeof(obj2) === 'object') {
16085
+ return this.deepEquals(this.resolveFieldData(obj1, field), this.resolveFieldData(obj2, field));
16086
+ }
16087
+ return this.deepEquals(obj1, obj2);
15842
16088
  }
15843
16089
 
15844
16090
  /**
@@ -16064,7 +16310,15 @@ this.primereact.icons.searchplus = (function (exports, React, iconbase) {
16064
16310
  value: function isValidChild(child, type, validTypes) {
16065
16311
  /* eslint-disable */
16066
16312
  if (child) {
16313
+ var _child$type;
16067
16314
  var childType = this.getComponentProp(child, '__TYPE') || (child.type ? child.type.displayName : undefined);
16315
+
16316
+ // for App Router in Next.js ^14,
16317
+ 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) {
16318
+ childType = child.type._payload.value.find(function (v) {
16319
+ return v === type;
16320
+ });
16321
+ }
16068
16322
  var isValid = childType === type;
16069
16323
  try {
16070
16324
  var messageTypes; if ("production" !== 'production' && !isValid) ;
@@ -16533,7 +16787,10 @@ this.primereact.icons.sortalt = (function (exports, React, iconbase) {
16533
16787
  _createClass(ObjectUtils, null, [{
16534
16788
  key: "equals",
16535
16789
  value: function equals(obj1, obj2, field) {
16536
- 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);
16790
+ if (field && obj1 && _typeof(obj1) === 'object' && obj2 && _typeof(obj2) === 'object') {
16791
+ return this.deepEquals(this.resolveFieldData(obj1, field), this.resolveFieldData(obj2, field));
16792
+ }
16793
+ return this.deepEquals(obj1, obj2);
16537
16794
  }
16538
16795
 
16539
16796
  /**
@@ -16759,7 +17016,15 @@ this.primereact.icons.sortalt = (function (exports, React, iconbase) {
16759
17016
  value: function isValidChild(child, type, validTypes) {
16760
17017
  /* eslint-disable */
16761
17018
  if (child) {
17019
+ var _child$type;
16762
17020
  var childType = this.getComponentProp(child, '__TYPE') || (child.type ? child.type.displayName : undefined);
17021
+
17022
+ // for App Router in Next.js ^14,
17023
+ 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) {
17024
+ childType = child.type._payload.value.find(function (v) {
17025
+ return v === type;
17026
+ });
17027
+ }
16763
17028
  var isValid = childType === type;
16764
17029
  try {
16765
17030
  var messageTypes; if ("production" !== 'production' && !isValid) ;
@@ -17235,7 +17500,10 @@ this.primereact.icons.sortamountdown = (function (exports, React, iconbase) {
17235
17500
  _createClass(ObjectUtils, null, [{
17236
17501
  key: "equals",
17237
17502
  value: function equals(obj1, obj2, field) {
17238
- 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);
17503
+ if (field && obj1 && _typeof(obj1) === 'object' && obj2 && _typeof(obj2) === 'object') {
17504
+ return this.deepEquals(this.resolveFieldData(obj1, field), this.resolveFieldData(obj2, field));
17505
+ }
17506
+ return this.deepEquals(obj1, obj2);
17239
17507
  }
17240
17508
 
17241
17509
  /**
@@ -17461,7 +17729,15 @@ this.primereact.icons.sortamountdown = (function (exports, React, iconbase) {
17461
17729
  value: function isValidChild(child, type, validTypes) {
17462
17730
  /* eslint-disable */
17463
17731
  if (child) {
17732
+ var _child$type;
17464
17733
  var childType = this.getComponentProp(child, '__TYPE') || (child.type ? child.type.displayName : undefined);
17734
+
17735
+ // for App Router in Next.js ^14,
17736
+ 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) {
17737
+ childType = child.type._payload.value.find(function (v) {
17738
+ return v === type;
17739
+ });
17740
+ }
17465
17741
  var isValid = childType === type;
17466
17742
  try {
17467
17743
  var messageTypes; if ("production" !== 'production' && !isValid) ;
@@ -17943,7 +18219,10 @@ this.primereact.icons.sortamountupalt = (function (exports, React, iconbase) {
17943
18219
  _createClass(ObjectUtils, null, [{
17944
18220
  key: "equals",
17945
18221
  value: function equals(obj1, obj2, field) {
17946
- 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);
18222
+ if (field && obj1 && _typeof(obj1) === 'object' && obj2 && _typeof(obj2) === 'object') {
18223
+ return this.deepEquals(this.resolveFieldData(obj1, field), this.resolveFieldData(obj2, field));
18224
+ }
18225
+ return this.deepEquals(obj1, obj2);
17947
18226
  }
17948
18227
 
17949
18228
  /**
@@ -18169,7 +18448,15 @@ this.primereact.icons.sortamountupalt = (function (exports, React, iconbase) {
18169
18448
  value: function isValidChild(child, type, validTypes) {
18170
18449
  /* eslint-disable */
18171
18450
  if (child) {
18451
+ var _child$type;
18172
18452
  var childType = this.getComponentProp(child, '__TYPE') || (child.type ? child.type.displayName : undefined);
18453
+
18454
+ // for App Router in Next.js ^14,
18455
+ 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) {
18456
+ childType = child.type._payload.value.find(function (v) {
18457
+ return v === type;
18458
+ });
18459
+ }
18173
18460
  var isValid = childType === type;
18174
18461
  try {
18175
18462
  var messageTypes; if ("production" !== 'production' && !isValid) ;
@@ -18651,7 +18938,10 @@ this.primereact.icons.spinner = (function (exports, React, iconbase) {
18651
18938
  _createClass(ObjectUtils, null, [{
18652
18939
  key: "equals",
18653
18940
  value: function equals(obj1, obj2, field) {
18654
- 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);
18941
+ if (field && obj1 && _typeof(obj1) === 'object' && obj2 && _typeof(obj2) === 'object') {
18942
+ return this.deepEquals(this.resolveFieldData(obj1, field), this.resolveFieldData(obj2, field));
18943
+ }
18944
+ return this.deepEquals(obj1, obj2);
18655
18945
  }
18656
18946
 
18657
18947
  /**
@@ -18877,7 +19167,15 @@ this.primereact.icons.spinner = (function (exports, React, iconbase) {
18877
19167
  value: function isValidChild(child, type, validTypes) {
18878
19168
  /* eslint-disable */
18879
19169
  if (child) {
19170
+ var _child$type;
18880
19171
  var childType = this.getComponentProp(child, '__TYPE') || (child.type ? child.type.displayName : undefined);
19172
+
19173
+ // for App Router in Next.js ^14,
19174
+ 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) {
19175
+ childType = child.type._payload.value.find(function (v) {
19176
+ return v === type;
19177
+ });
19178
+ }
18881
19179
  var isValid = childType === type;
18882
19180
  try {
18883
19181
  var messageTypes; if ("production" !== 'production' && !isValid) ;
@@ -19344,7 +19642,10 @@ this.primereact.icons.star = (function (exports, React, iconbase) {
19344
19642
  _createClass(ObjectUtils, null, [{
19345
19643
  key: "equals",
19346
19644
  value: function equals(obj1, obj2, field) {
19347
- 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);
19645
+ if (field && obj1 && _typeof(obj1) === 'object' && obj2 && _typeof(obj2) === 'object') {
19646
+ return this.deepEquals(this.resolveFieldData(obj1, field), this.resolveFieldData(obj2, field));
19647
+ }
19648
+ return this.deepEquals(obj1, obj2);
19348
19649
  }
19349
19650
 
19350
19651
  /**
@@ -19570,7 +19871,15 @@ this.primereact.icons.star = (function (exports, React, iconbase) {
19570
19871
  value: function isValidChild(child, type, validTypes) {
19571
19872
  /* eslint-disable */
19572
19873
  if (child) {
19874
+ var _child$type;
19573
19875
  var childType = this.getComponentProp(child, '__TYPE') || (child.type ? child.type.displayName : undefined);
19876
+
19877
+ // for App Router in Next.js ^14,
19878
+ 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) {
19879
+ childType = child.type._payload.value.find(function (v) {
19880
+ return v === type;
19881
+ });
19882
+ }
19574
19883
  var isValid = childType === type;
19575
19884
  try {
19576
19885
  var messageTypes; if ("production" !== 'production' && !isValid) ;
@@ -20037,7 +20346,10 @@ this.primereact.icons.starfill = (function (exports, React, iconbase) {
20037
20346
  _createClass(ObjectUtils, null, [{
20038
20347
  key: "equals",
20039
20348
  value: function equals(obj1, obj2, field) {
20040
- 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);
20349
+ if (field && obj1 && _typeof(obj1) === 'object' && obj2 && _typeof(obj2) === 'object') {
20350
+ return this.deepEquals(this.resolveFieldData(obj1, field), this.resolveFieldData(obj2, field));
20351
+ }
20352
+ return this.deepEquals(obj1, obj2);
20041
20353
  }
20042
20354
 
20043
20355
  /**
@@ -20263,7 +20575,15 @@ this.primereact.icons.starfill = (function (exports, React, iconbase) {
20263
20575
  value: function isValidChild(child, type, validTypes) {
20264
20576
  /* eslint-disable */
20265
20577
  if (child) {
20578
+ var _child$type;
20266
20579
  var childType = this.getComponentProp(child, '__TYPE') || (child.type ? child.type.displayName : undefined);
20580
+
20581
+ // for App Router in Next.js ^14,
20582
+ 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) {
20583
+ childType = child.type._payload.value.find(function (v) {
20584
+ return v === type;
20585
+ });
20586
+ }
20267
20587
  var isValid = childType === type;
20268
20588
  try {
20269
20589
  var messageTypes; if ("production" !== 'production' && !isValid) ;
@@ -20730,7 +21050,10 @@ this.primereact.icons.thlarge = (function (exports, React, iconbase) {
20730
21050
  _createClass(ObjectUtils, null, [{
20731
21051
  key: "equals",
20732
21052
  value: function equals(obj1, obj2, field) {
20733
- 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);
21053
+ if (field && obj1 && _typeof(obj1) === 'object' && obj2 && _typeof(obj2) === 'object') {
21054
+ return this.deepEquals(this.resolveFieldData(obj1, field), this.resolveFieldData(obj2, field));
21055
+ }
21056
+ return this.deepEquals(obj1, obj2);
20734
21057
  }
20735
21058
 
20736
21059
  /**
@@ -20956,7 +21279,15 @@ this.primereact.icons.thlarge = (function (exports, React, iconbase) {
20956
21279
  value: function isValidChild(child, type, validTypes) {
20957
21280
  /* eslint-disable */
20958
21281
  if (child) {
21282
+ var _child$type;
20959
21283
  var childType = this.getComponentProp(child, '__TYPE') || (child.type ? child.type.displayName : undefined);
21284
+
21285
+ // for App Router in Next.js ^14,
21286
+ 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) {
21287
+ childType = child.type._payload.value.find(function (v) {
21288
+ return v === type;
21289
+ });
21290
+ }
20960
21291
  var isValid = childType === type;
20961
21292
  try {
20962
21293
  var messageTypes; if ("production" !== 'production' && !isValid) ;
@@ -21489,7 +21820,10 @@ this.primereact.icons.timescircle = (function (exports, React, iconbase) {
21489
21820
  _createClass(ObjectUtils, null, [{
21490
21821
  key: "equals",
21491
21822
  value: function equals(obj1, obj2, field) {
21492
- 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);
21823
+ if (field && obj1 && _typeof(obj1) === 'object' && obj2 && _typeof(obj2) === 'object') {
21824
+ return this.deepEquals(this.resolveFieldData(obj1, field), this.resolveFieldData(obj2, field));
21825
+ }
21826
+ return this.deepEquals(obj1, obj2);
21493
21827
  }
21494
21828
 
21495
21829
  /**
@@ -21715,7 +22049,15 @@ this.primereact.icons.timescircle = (function (exports, React, iconbase) {
21715
22049
  value: function isValidChild(child, type, validTypes) {
21716
22050
  /* eslint-disable */
21717
22051
  if (child) {
22052
+ var _child$type;
21718
22053
  var childType = this.getComponentProp(child, '__TYPE') || (child.type ? child.type.displayName : undefined);
22054
+
22055
+ // for App Router in Next.js ^14,
22056
+ 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) {
22057
+ childType = child.type._payload.value.find(function (v) {
22058
+ return v === type;
22059
+ });
22060
+ }
21719
22061
  var isValid = childType === type;
21720
22062
  try {
21721
22063
  var messageTypes; if ("production" !== 'production' && !isValid) ;
@@ -22184,7 +22526,10 @@ this.primereact.icons.trash = (function (exports, React, iconbase) {
22184
22526
  _createClass(ObjectUtils, null, [{
22185
22527
  key: "equals",
22186
22528
  value: function equals(obj1, obj2, field) {
22187
- 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);
22529
+ if (field && obj1 && _typeof(obj1) === 'object' && obj2 && _typeof(obj2) === 'object') {
22530
+ return this.deepEquals(this.resolveFieldData(obj1, field), this.resolveFieldData(obj2, field));
22531
+ }
22532
+ return this.deepEquals(obj1, obj2);
22188
22533
  }
22189
22534
 
22190
22535
  /**
@@ -22410,7 +22755,15 @@ this.primereact.icons.trash = (function (exports, React, iconbase) {
22410
22755
  value: function isValidChild(child, type, validTypes) {
22411
22756
  /* eslint-disable */
22412
22757
  if (child) {
22758
+ var _child$type;
22413
22759
  var childType = this.getComponentProp(child, '__TYPE') || (child.type ? child.type.displayName : undefined);
22760
+
22761
+ // for App Router in Next.js ^14,
22762
+ 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) {
22763
+ childType = child.type._payload.value.find(function (v) {
22764
+ return v === type;
22765
+ });
22766
+ }
22414
22767
  var isValid = childType === type;
22415
22768
  try {
22416
22769
  var messageTypes; if ("production" !== 'production' && !isValid) ;
@@ -22879,7 +23232,10 @@ this.primereact.icons.undo = (function (exports, React, iconbase) {
22879
23232
  _createClass(ObjectUtils, null, [{
22880
23233
  key: "equals",
22881
23234
  value: function equals(obj1, obj2, field) {
22882
- 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);
23235
+ if (field && obj1 && _typeof(obj1) === 'object' && obj2 && _typeof(obj2) === 'object') {
23236
+ return this.deepEquals(this.resolveFieldData(obj1, field), this.resolveFieldData(obj2, field));
23237
+ }
23238
+ return this.deepEquals(obj1, obj2);
22883
23239
  }
22884
23240
 
22885
23241
  /**
@@ -23105,7 +23461,15 @@ this.primereact.icons.undo = (function (exports, React, iconbase) {
23105
23461
  value: function isValidChild(child, type, validTypes) {
23106
23462
  /* eslint-disable */
23107
23463
  if (child) {
23464
+ var _child$type;
23108
23465
  var childType = this.getComponentProp(child, '__TYPE') || (child.type ? child.type.displayName : undefined);
23466
+
23467
+ // for App Router in Next.js ^14,
23468
+ 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) {
23469
+ childType = child.type._payload.value.find(function (v) {
23470
+ return v === type;
23471
+ });
23472
+ }
23109
23473
  var isValid = childType === type;
23110
23474
  try {
23111
23475
  var messageTypes; if ("production" !== 'production' && !isValid) ;
@@ -23574,7 +23938,10 @@ this.primereact.icons.upload = (function (exports, React, iconbase) {
23574
23938
  _createClass(ObjectUtils, null, [{
23575
23939
  key: "equals",
23576
23940
  value: function equals(obj1, obj2, field) {
23577
- 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);
23941
+ if (field && obj1 && _typeof(obj1) === 'object' && obj2 && _typeof(obj2) === 'object') {
23942
+ return this.deepEquals(this.resolveFieldData(obj1, field), this.resolveFieldData(obj2, field));
23943
+ }
23944
+ return this.deepEquals(obj1, obj2);
23578
23945
  }
23579
23946
 
23580
23947
  /**
@@ -23800,7 +24167,15 @@ this.primereact.icons.upload = (function (exports, React, iconbase) {
23800
24167
  value: function isValidChild(child, type, validTypes) {
23801
24168
  /* eslint-disable */
23802
24169
  if (child) {
24170
+ var _child$type;
23803
24171
  var childType = this.getComponentProp(child, '__TYPE') || (child.type ? child.type.displayName : undefined);
24172
+
24173
+ // for App Router in Next.js ^14,
24174
+ 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) {
24175
+ childType = child.type._payload.value.find(function (v) {
24176
+ return v === type;
24177
+ });
24178
+ }
23804
24179
  var isValid = childType === type;
23805
24180
  try {
23806
24181
  var messageTypes; if ("production" !== 'production' && !isValid) ;
@@ -24269,7 +24644,10 @@ this.primereact.icons.windowmaximize = (function (exports, React, iconbase) {
24269
24644
  _createClass(ObjectUtils, null, [{
24270
24645
  key: "equals",
24271
24646
  value: function equals(obj1, obj2, field) {
24272
- 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);
24647
+ if (field && obj1 && _typeof(obj1) === 'object' && obj2 && _typeof(obj2) === 'object') {
24648
+ return this.deepEquals(this.resolveFieldData(obj1, field), this.resolveFieldData(obj2, field));
24649
+ }
24650
+ return this.deepEquals(obj1, obj2);
24273
24651
  }
24274
24652
 
24275
24653
  /**
@@ -24495,7 +24873,15 @@ this.primereact.icons.windowmaximize = (function (exports, React, iconbase) {
24495
24873
  value: function isValidChild(child, type, validTypes) {
24496
24874
  /* eslint-disable */
24497
24875
  if (child) {
24876
+ var _child$type;
24498
24877
  var childType = this.getComponentProp(child, '__TYPE') || (child.type ? child.type.displayName : undefined);
24878
+
24879
+ // for App Router in Next.js ^14,
24880
+ 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) {
24881
+ childType = child.type._payload.value.find(function (v) {
24882
+ return v === type;
24883
+ });
24884
+ }
24499
24885
  var isValid = childType === type;
24500
24886
  try {
24501
24887
  var messageTypes; if ("production" !== 'production' && !isValid) ;
@@ -24964,7 +25350,10 @@ this.primereact.icons.windowminimize = (function (exports, React, iconbase) {
24964
25350
  _createClass(ObjectUtils, null, [{
24965
25351
  key: "equals",
24966
25352
  value: function equals(obj1, obj2, field) {
24967
- 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);
25353
+ if (field && obj1 && _typeof(obj1) === 'object' && obj2 && _typeof(obj2) === 'object') {
25354
+ return this.deepEquals(this.resolveFieldData(obj1, field), this.resolveFieldData(obj2, field));
25355
+ }
25356
+ return this.deepEquals(obj1, obj2);
24968
25357
  }
24969
25358
 
24970
25359
  /**
@@ -25190,7 +25579,15 @@ this.primereact.icons.windowminimize = (function (exports, React, iconbase) {
25190
25579
  value: function isValidChild(child, type, validTypes) {
25191
25580
  /* eslint-disable */
25192
25581
  if (child) {
25582
+ var _child$type;
25193
25583
  var childType = this.getComponentProp(child, '__TYPE') || (child.type ? child.type.displayName : undefined);
25584
+
25585
+ // for App Router in Next.js ^14,
25586
+ 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) {
25587
+ childType = child.type._payload.value.find(function (v) {
25588
+ return v === type;
25589
+ });
25590
+ }
25194
25591
  var isValid = childType === type;
25195
25592
  try {
25196
25593
  var messageTypes; if ("production" !== 'production' && !isValid) ;
@@ -29612,8 +30009,7 @@ this.primereact.messages = (function (exports, React, reactTransitionGroup, api,
29612
30009
  if (closable !== false) {
29613
30010
  var ariaLabel = api.localeOption('close');
29614
30011
  var buttonIconProps = utils.mergeProps({
29615
- className: cx('uimessage.buttonicon'),
29616
- 'aria-hidden': true
30012
+ className: cx('uimessage.buttonicon')
29617
30013
  }, getPTOptions('buttonicon', parentParams), ptmo(pt, 'buttonicon', _objectSpread$1(_objectSpread$1({}, params), {}, {
29618
30014
  hostName: props.hostName
29619
30015
  })));
@@ -29688,6 +30084,9 @@ this.primereact.messages = (function (exports, React, reactTransitionGroup, api,
29688
30084
  severity: severity
29689
30085
  })),
29690
30086
  style: style,
30087
+ role: 'alert',
30088
+ 'aria-live': 'assertive',
30089
+ 'aria-atomic': 'true',
29691
30090
  onClick: onClick
29692
30091
  }, getPTOptions('root', parentParams), ptmo(pt, 'root', _objectSpread$1(_objectSpread$1({}, params), {}, {
29693
30092
  hostName: props.hostName
@@ -30047,7 +30446,7 @@ this.primereact.progressbar = (function (exports, React, api, componentbase, uti
30047
30446
  })({}, React, primereact.api, primereact.componentbase, primereact.utils);
30048
30447
 
30049
30448
  this.primereact = this.primereact || {};
30050
- this.primereact.dropdown = (function (exports, React, PrimeReact, componentbase, hooks, chevrondown, times, overlayservice, tooltip, utils, csstransition, search, portal, virtualscroller, ripple) {
30449
+ this.primereact.dropdown = (function (exports, React, PrimeReact, componentbase, hooks, chevrondown, times, overlayservice, tooltip, utils, csstransition, search, portal, virtualscroller, ripple, spinner) {
30051
30450
  'use strict';
30052
30451
 
30053
30452
  function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
@@ -30214,6 +30613,7 @@ this.primereact.dropdown = (function (exports, React, PrimeReact, componentbase,
30214
30613
  });
30215
30614
  },
30216
30615
  dropdownIcon: 'p-dropdown-trigger-icon p-clickable',
30616
+ loadingIcon: 'p-dropdown-trigger-icon p-clickable',
30217
30617
  clearIcon: 'p-dropdown-clear-icon p-clickable',
30218
30618
  filterIcon: 'p-dropdown-filter-icon',
30219
30619
  filterContainer: function filterContainer(_ref4) {
@@ -30763,7 +31163,7 @@ this.primereact.dropdown = (function (exports, React, PrimeReact, componentbase,
30763
31163
  return utils.DomHandler.hasClass(event.target, 'p-dropdown-clear-icon') || utils.DomHandler.hasClass(event.target, 'p-dropdown-filter-clear-icon');
30764
31164
  };
30765
31165
  var _onClick = function onClick(event) {
30766
- if (props.disabled) {
31166
+ if (props.disabled || props.loading) {
30767
31167
  return;
30768
31168
  }
30769
31169
  props.onClick && props.onClick(event);
@@ -31364,6 +31764,27 @@ this.primereact.dropdown = (function (exports, React, PrimeReact, componentbase,
31364
31764
  }
31365
31765
  return null;
31366
31766
  };
31767
+ var createLoadingIcon = function createLoadingIcon() {
31768
+ var loadingIconProps = utils.mergeProps({
31769
+ className: cx('loadingIcon'),
31770
+ 'data-pr-overlay-visible': overlayVisibleState
31771
+ }, ptm('loadingIcon'));
31772
+ var icon = props.loadingIcon || /*#__PURE__*/React__namespace.createElement(spinner.SpinnerIcon, {
31773
+ spin: true
31774
+ });
31775
+ var loadingIcon = utils.IconUtils.getJSXIcon(icon, _objectSpread({}, loadingIconProps), {
31776
+ props: props
31777
+ });
31778
+ var ariaLabel = props.placeholder || props.ariaLabel;
31779
+ var loadingButtonProps = utils.mergeProps({
31780
+ className: cx('trigger'),
31781
+ role: 'button',
31782
+ 'aria-haspopup': 'listbox',
31783
+ 'aria-expanded': overlayVisibleState,
31784
+ 'aria-label': ariaLabel
31785
+ }, ptm('trigger'));
31786
+ return /*#__PURE__*/React__namespace.createElement("div", loadingButtonProps, loadingIcon);
31787
+ };
31367
31788
  var createDropdownIcon = function createDropdownIcon() {
31368
31789
  var dropdownIconProps = utils.mergeProps({
31369
31790
  className: cx('dropdownIcon'),
@@ -31391,7 +31812,7 @@ this.primereact.dropdown = (function (exports, React, PrimeReact, componentbase,
31391
31812
  var hiddenSelect = createHiddenSelect();
31392
31813
  var keyboardHelper = createKeyboardHelper();
31393
31814
  var labelElement = createLabel();
31394
- var dropdownIcon = createDropdownIcon();
31815
+ var dropdownIcon = props.loading ? createLoadingIcon() : createDropdownIcon();
31395
31816
  var clearIcon = createClearIcon();
31396
31817
  var rootProps = utils.mergeProps({
31397
31818
  id: props.id,
@@ -31455,7 +31876,7 @@ this.primereact.dropdown = (function (exports, React, PrimeReact, componentbase,
31455
31876
 
31456
31877
  return exports;
31457
31878
 
31458
- })({}, React, primereact.api, primereact.componentbase, primereact.hooks, primereact.icons.chevrondown, primereact.icons.times, primereact.overlayservice, primereact.tooltip, primereact.utils, primereact.csstransition, primereact.icons.search, primereact.portal, primereact.virtualscroller, primereact.ripple);
31879
+ })({}, React, primereact.api, primereact.componentbase, primereact.hooks, primereact.icons.chevrondown, primereact.icons.times, primereact.overlayservice, primereact.tooltip, primereact.utils, primereact.csstransition, primereact.icons.search, primereact.portal, primereact.virtualscroller, primereact.ripple, primereact.icons.spinner);
31459
31880
 
31460
31881
  this.primereact = this.primereact || {};
31461
31882
  this.primereact.dialog = (function (exports, React, utils, PrimeReact, componentbase, csstransition, hooks, times, windowmaximize, windowminimize, portal, ripple) {
@@ -31499,6 +31920,16 @@ this.primereact.dialog = (function (exports, React, utils, PrimeReact, component
31499
31920
  return _extends.apply(this, arguments);
31500
31921
  }
31501
31922
 
31923
+ function _typeof(o) {
31924
+ "@babel/helpers - typeof";
31925
+
31926
+ return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) {
31927
+ return typeof o;
31928
+ } : function (o) {
31929
+ return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o;
31930
+ }, _typeof(o);
31931
+ }
31932
+
31502
31933
  function _arrayLikeToArray(arr, len) {
31503
31934
  if (len == null || len > arr.length) len = arr.length;
31504
31935
  for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i];
@@ -31530,16 +31961,6 @@ this.primereact.dialog = (function (exports, React, utils, PrimeReact, component
31530
31961
  return _arrayWithoutHoles(arr) || _iterableToArray(arr) || _unsupportedIterableToArray(arr) || _nonIterableSpread();
31531
31962
  }
31532
31963
 
31533
- function _typeof(o) {
31534
- "@babel/helpers - typeof";
31535
-
31536
- return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) {
31537
- return typeof o;
31538
- } : function (o) {
31539
- return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o;
31540
- }, _typeof(o);
31541
- }
31542
-
31543
31964
  function _toPrimitive(input, hint) {
31544
31965
  if (_typeof(input) !== "object" || input === null) return input;
31545
31966
  var prim = input[Symbol.toPrimitive];
@@ -31638,6 +32059,7 @@ this.primereact.dialog = (function (exports, React, utils, PrimeReact, component
31638
32059
  when = _ref$when === void 0 ? true : _ref$when;
31639
32060
  var targetRef = React__namespace.useRef(null);
31640
32061
  var listenerRef = React__namespace.useRef(null);
32062
+ var prevListener = usePrevious(listener);
31641
32063
  var prevOptions = usePrevious(options);
31642
32064
  var bind = function bind() {
31643
32065
  var bindOptions = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
@@ -31667,11 +32089,12 @@ this.primereact.dialog = (function (exports, React, utils, PrimeReact, component
31667
32089
  }
31668
32090
  }, [target, when]);
31669
32091
  React__namespace.useEffect(function () {
31670
- if (listenerRef.current && (listenerRef.current !== listener || prevOptions !== options)) {
32092
+ // to properly compare functions we can implicitly converting the function to it's body's text as a String
32093
+ if (listenerRef.current && ('' + prevListener !== '' + listener || prevOptions !== options)) {
31671
32094
  unbind();
31672
32095
  when && bind();
31673
32096
  }
31674
- }, [listener, options]);
32097
+ }, [listener, options, when]);
31675
32098
  useUnmountEffect(function () {
31676
32099
  unbind();
31677
32100
  });
@@ -31726,10 +32149,13 @@ this.primereact.dialog = (function (exports, React, utils, PrimeReact, component
31726
32149
  var props = _ref2.props;
31727
32150
  return utils.classNames('p-dialog-content', props.contentClassName);
31728
32151
  },
31729
- footer: 'p-dialog-footer',
31730
- mask: function mask(_ref3) {
31731
- var props = _ref3.props,
31732
- maskVisibleState = _ref3.maskVisibleState;
32152
+ footer: function footer(_ref3) {
32153
+ var props = _ref3.props;
32154
+ return utils.classNames('p-dialog-footer', props.footerClassName);
32155
+ },
32156
+ mask: function mask(_ref4) {
32157
+ var props = _ref4.props,
32158
+ maskVisibleState = _ref4.maskVisibleState;
31733
32159
  var positions = ['center', 'left', 'right', 'top', 'top-left', 'top-right', 'bottom', 'bottom-left', 'bottom-right'];
31734
32160
  var pos = positions.find(function (item) {
31735
32161
  return item === props.position || item.replace('-', '') === props.position;
@@ -31741,10 +32167,10 @@ this.primereact.dialog = (function (exports, React, utils, PrimeReact, component
31741
32167
  'p-dialog-resizable': props.resizable
31742
32168
  }, props.maskClassName);
31743
32169
  },
31744
- root: function root(_ref4) {
31745
- var props = _ref4.props,
31746
- maximized = _ref4.maximized,
31747
- context = _ref4.context;
32170
+ root: function root(_ref5) {
32171
+ var props = _ref5.props,
32172
+ maximized = _ref5.maximized,
32173
+ context = _ref5.context;
31748
32174
  return utils.classNames('p-dialog p-component', props.className, {
31749
32175
  'p-dialog-rtl': props.rtl,
31750
32176
  'p-dialog-maximized': maximized,
@@ -31755,10 +32181,10 @@ this.primereact.dialog = (function (exports, React, utils, PrimeReact, component
31755
32181
  },
31756
32182
  transition: 'p-dialog'
31757
32183
  };
31758
- var styles = "\n@layer primereact {\n .p-dialog-mask {\n background-color: transparent;\n transition-property: background-color;\n }\n \n .p-dialog-visible {\n display: flex;\n }\n \n .p-dialog-mask.p-component-overlay {\n pointer-events: auto;\n }\n \n .p-dialog {\n display: flex;\n flex-direction: column;\n pointer-events: auto;\n max-height: 90%;\n transform: scale(1);\n position: relative;\n }\n \n .p-dialog-content {\n overflow-y: auto;\n flex-grow: 1;\n }\n \n .p-dialog-header {\n display: flex;\n align-items: center;\n flex-shrink: 0;\n }\n \n .p-dialog-footer {\n flex-shrink: 0;\n }\n \n .p-dialog .p-dialog-header-icons {\n display: flex;\n align-items: center;\n align-self: flex-start;\n flex-shrink: 0;\n }\n \n .p-dialog .p-dialog-header-icon {\n display: flex;\n align-items: center;\n justify-content: center;\n overflow: hidden;\n position: relative;\n }\n \n .p-dialog .p-dialog-title {\n flex-grow: 1;\n }\n \n /* Fluid */\n .p-fluid .p-dialog-footer .p-button {\n width: auto;\n }\n \n /* Animation */\n /* Center */\n .p-dialog-enter {\n opacity: 0;\n transform: scale(0.7);\n }\n \n .p-dialog-enter-active {\n opacity: 1;\n transform: scale(1);\n transition: all 150ms cubic-bezier(0, 0, 0.2, 1);\n }\n \n .p-dialog-enter-done {\n transform: none;\n }\n \n .p-dialog-exit-active {\n opacity: 0;\n transform: scale(0.7);\n transition: all 150ms cubic-bezier(0.4, 0, 0.2, 1);\n }\n \n /* Top, Bottom, Left, Right, Top* and Bottom* */\n .p-dialog-top .p-dialog,\n .p-dialog-bottom .p-dialog,\n .p-dialog-left .p-dialog,\n .p-dialog-right .p-dialog,\n .p-dialog-top-left .p-dialog,\n .p-dialog-top-right .p-dialog,\n .p-dialog-bottom-left .p-dialog,\n .p-dialog-bottom-right .p-dialog {\n margin: 0.75em;\n }\n \n .p-dialog-top .p-dialog-enter,\n .p-dialog-top .p-dialog-exit-active {\n transform: translate3d(0px, -100%, 0px);\n }\n \n .p-dialog-bottom .p-dialog-enter,\n .p-dialog-bottom .p-dialog-exit-active {\n transform: translate3d(0px, 100%, 0px);\n }\n \n .p-dialog-left .p-dialog-enter,\n .p-dialog-left .p-dialog-exit-active,\n .p-dialog-top-left .p-dialog-enter,\n .p-dialog-top-left .p-dialog-exit-active,\n .p-dialog-bottom-left .p-dialog-enter,\n .p-dialog-bottom-left .p-dialog-exit-active {\n transform: translate3d(-100%, 0px, 0px);\n }\n \n .p-dialog-right .p-dialog-enter,\n .p-dialog-right .p-dialog-exit-active,\n .p-dialog-top-right .p-dialog-enter,\n .p-dialog-top-right .p-dialog-exit-active,\n .p-dialog-bottom-right .p-dialog-enter,\n .p-dialog-bottom-right .p-dialog-exit-active {\n transform: translate3d(100%, 0px, 0px);\n }\n \n .p-dialog-top .p-dialog-enter-active,\n .p-dialog-bottom .p-dialog-enter-active,\n .p-dialog-left .p-dialog-enter-active,\n .p-dialog-top-left .p-dialog-enter-active,\n .p-dialog-bottom-left .p-dialog-enter-active,\n .p-dialog-right .p-dialog-enter-active,\n .p-dialog-top-right .p-dialog-enter-active,\n .p-dialog-bottom-right .p-dialog-enter-active {\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease-out;\n }\n \n .p-dialog-top .p-dialog-exit-active,\n .p-dialog-bottom .p-dialog-exit-active,\n .p-dialog-left .p-dialog-exit-active,\n .p-dialog-top-left .p-dialog-exit-active,\n .p-dialog-bottom-left .p-dialog-exit-active,\n .p-dialog-right .p-dialog-exit-active,\n .p-dialog-top-right .p-dialog-exit-active,\n .p-dialog-bottom-right .p-dialog-exit-active {\n transition: all 0.3s ease-out;\n }\n \n /* Maximize */\n .p-dialog-maximized {\n transition: none;\n transform: none;\n margin: 0;\n width: 100vw !important;\n height: 100vh !important;\n max-height: 100%;\n top: 0px;\n left: 0px;\n }\n \n .p-dialog-maximized .p-dialog-content {\n flex-grow: 1;\n }\n \n .p-confirm-dialog .p-dialog-content {\n display: flex;\n align-items: center;\n }\n \n /* Resizable */\n .p-dialog .p-resizable-handle {\n position: absolute;\n font-size: 0.1px;\n display: block;\n cursor: se-resize;\n width: 12px;\n height: 12px;\n right: 1px;\n bottom: 1px;\n }\n \n .p-dialog-draggable .p-dialog-header {\n cursor: move;\n } \n}\n";
32184
+ var styles = "\n@layer primereact {\n .p-dialog-mask {\n background-color: transparent;\n transition-property: background-color;\n }\n \n .p-dialog-visible {\n display: flex;\n }\n \n .p-dialog-mask.p-component-overlay {\n pointer-events: auto;\n }\n \n .p-dialog {\n display: flex;\n flex-direction: column;\n pointer-events: auto;\n max-height: 90%;\n transform: scale(1);\n position: relative;\n }\n \n .p-dialog-content {\n overflow-y: auto;\n flex-grow: 1;\n }\n \n .p-dialog-header {\n display: flex;\n align-items: center;\n flex-shrink: 0;\n }\n \n .p-dialog-footer {\n flex-shrink: 0;\n }\n \n .p-dialog .p-dialog-header-icons {\n display: flex;\n align-items: center;\n align-self: flex-start;\n flex-shrink: 0;\n }\n \n .p-dialog .p-dialog-header-icon {\n display: flex;\n align-items: center;\n justify-content: center;\n overflow: hidden;\n position: relative;\n }\n \n .p-dialog .p-dialog-title {\n flex-grow: 1;\n }\n \n /* Fluid */\n .p-fluid .p-dialog-footer .p-button {\n width: auto;\n }\n \n /* Animation */\n /* Center */\n .p-dialog-enter {\n opacity: 0;\n transform: scale(0.7);\n }\n \n .p-dialog-enter-active {\n opacity: 1;\n transform: scale(1);\n transition: all 150ms cubic-bezier(0, 0, 0.2, 1);\n }\n \n .p-dialog-enter-done {\n transform: none;\n }\n \n .p-dialog-exit-active {\n opacity: 0;\n transform: scale(0.7);\n transition: all 150ms cubic-bezier(0.4, 0, 0.2, 1);\n }\n \n /* Top, Bottom, Left, Right, Top* and Bottom* */\n .p-dialog-top .p-dialog,\n .p-dialog-bottom .p-dialog,\n .p-dialog-left .p-dialog,\n .p-dialog-right .p-dialog,\n .p-dialog-top-left .p-dialog,\n .p-dialog-top-right .p-dialog,\n .p-dialog-bottom-left .p-dialog,\n .p-dialog-bottom-right .p-dialog {\n margin: 0.75em;\n }\n \n .p-dialog-top .p-dialog-enter,\n .p-dialog-top .p-dialog-exit-active {\n transform: translate3d(0px, -100%, 0px);\n }\n \n .p-dialog-bottom .p-dialog-enter,\n .p-dialog-bottom .p-dialog-exit-active {\n transform: translate3d(0px, 100%, 0px);\n }\n \n .p-dialog-left .p-dialog-enter,\n .p-dialog-left .p-dialog-exit-active,\n .p-dialog-top-left .p-dialog-enter,\n .p-dialog-top-left .p-dialog-exit-active,\n .p-dialog-bottom-left .p-dialog-enter,\n .p-dialog-bottom-left .p-dialog-exit-active {\n transform: translate3d(-100%, 0px, 0px);\n }\n \n .p-dialog-right .p-dialog-enter,\n .p-dialog-right .p-dialog-exit-active,\n .p-dialog-top-right .p-dialog-enter,\n .p-dialog-top-right .p-dialog-exit-active,\n .p-dialog-bottom-right .p-dialog-enter,\n .p-dialog-bottom-right .p-dialog-exit-active {\n transform: translate3d(100%, 0px, 0px);\n }\n \n .p-dialog-top .p-dialog-enter-active,\n .p-dialog-bottom .p-dialog-enter-active,\n .p-dialog-left .p-dialog-enter-active,\n .p-dialog-top-left .p-dialog-enter-active,\n .p-dialog-bottom-left .p-dialog-enter-active,\n .p-dialog-right .p-dialog-enter-active,\n .p-dialog-top-right .p-dialog-enter-active,\n .p-dialog-bottom-right .p-dialog-enter-active {\n transform: translate3d(0px, 0px, 0px);\n transition: all 0.3s ease-out;\n }\n \n .p-dialog-top .p-dialog-exit-active,\n .p-dialog-bottom .p-dialog-exit-active,\n .p-dialog-left .p-dialog-exit-active,\n .p-dialog-top-left .p-dialog-exit-active,\n .p-dialog-bottom-left .p-dialog-exit-active,\n .p-dialog-right .p-dialog-exit-active,\n .p-dialog-top-right .p-dialog-exit-active,\n .p-dialog-bottom-right .p-dialog-exit-active {\n transition: all 0.3s ease-out;\n }\n \n /* Maximize */\n .p-dialog-maximized {\n transition: none;\n transform: none;\n margin: 0;\n width: 100vw !important;\n height: 100vh !important;\n max-height: 100%;\n top: 0px !important;\n left: 0px !important;\n }\n \n .p-dialog-maximized .p-dialog-content {\n flex-grow: 1;\n }\n \n .p-confirm-dialog .p-dialog-content {\n display: flex;\n align-items: center;\n }\n \n /* Resizable */\n .p-dialog .p-resizable-handle {\n position: absolute;\n font-size: 0.1px;\n display: block;\n cursor: se-resize;\n width: 12px;\n height: 12px;\n right: 1px;\n bottom: 1px;\n }\n \n .p-dialog-draggable .p-dialog-header {\n cursor: move;\n } \n}\n";
31759
32185
  var inlineStyles = {
31760
- mask: function mask(_ref5) {
31761
- var props = _ref5.props;
32186
+ mask: function mask(_ref6) {
32187
+ var props = _ref6.props;
31762
32188
  return _objectSpread$1({
31763
32189
  position: 'fixed',
31764
32190
  height: '100%',
@@ -31791,6 +32217,7 @@ this.primereact.dialog = (function (exports, React, utils, PrimeReact, component
31791
32217
  draggable: true,
31792
32218
  focusOnShow: true,
31793
32219
  footer: null,
32220
+ footerClassName: null,
31794
32221
  header: null,
31795
32222
  headerClassName: null,
31796
32223
  headerStyle: null,
@@ -31961,7 +32388,7 @@ this.primereact.dialog = (function (exports, React, utils, PrimeReact, component
31961
32388
  var focus = function focus() {
31962
32389
  var activeElement = document.activeElement;
31963
32390
  var isActiveElementInDialog = activeElement && dialogRef.current && dialogRef.current.contains(activeElement);
31964
- if (!isActiveElementInDialog && props.closable && props.showHeader) {
32391
+ if (!isActiveElementInDialog && props.closable && props.showHeader && closeRef.current) {
31965
32392
  closeRef.current.focus();
31966
32393
  }
31967
32394
  };
@@ -32173,8 +32600,8 @@ this.primereact.dialog = (function (exports, React, utils, PrimeReact, component
32173
32600
  }
32174
32601
  };
32175
32602
  var updateGlobalDialogsRegistry = function updateGlobalDialogsRegistry(isMounted) {
32176
- // Update current dialog info in global registry if it is mounted:
32177
- if (isMounted) {
32603
+ // Update current dialog info in global registry if it is mounted :
32604
+ if (isMounted && visibleState) {
32178
32605
  var newParam = {
32179
32606
  id: idState,
32180
32607
  hasBlockScroll: shouldBlockScroll
@@ -32388,11 +32815,41 @@ this.primereact.dialog = (function (exports, React, utils, PrimeReact, component
32388
32815
  }
32389
32816
  return null;
32390
32817
  };
32391
- var createElement = function createElement() {
32818
+ var createTemplateElement = function createTemplateElement(_ref) {
32819
+ var _props$children;
32820
+ var maskProps = _ref.maskProps,
32821
+ rootProps = _ref.rootProps,
32822
+ transitionProps = _ref.transitionProps;
32823
+ var messageProps = {
32824
+ header: props.header,
32825
+ content: props.message,
32826
+ message: props === null || props === void 0 || (_props$children = props.children) === null || _props$children === void 0 || (_props$children = _props$children[1]) === null || _props$children === void 0 || (_props$children = _props$children.props) === null || _props$children === void 0 ? void 0 : _props$children.children
32827
+ };
32828
+ var templateElementProps = {
32829
+ headerRef: headerRef,
32830
+ contentRef: contentRef,
32831
+ footerRef: footerRef,
32832
+ closeRef: closeRef,
32833
+ hide: onClose,
32834
+ message: messageProps
32835
+ };
32836
+ return /*#__PURE__*/React__namespace.createElement("div", maskProps, /*#__PURE__*/React__namespace.createElement(csstransition.CSSTransition, _extends({
32837
+ nodeRef: dialogRef
32838
+ }, transitionProps), /*#__PURE__*/React__namespace.createElement("div", rootProps, utils.ObjectUtils.getJSXElement(inProps.content, templateElementProps))));
32839
+ };
32840
+ var createElement = function createElement(_ref2) {
32841
+ var maskProps = _ref2.maskProps,
32842
+ rootProps = _ref2.rootProps,
32843
+ transitionProps = _ref2.transitionProps;
32392
32844
  var header = createHeader();
32393
32845
  var content = createContent();
32394
32846
  var footer = createFooter();
32395
32847
  var resizer = createResizer();
32848
+ return /*#__PURE__*/React__namespace.createElement("div", maskProps, /*#__PURE__*/React__namespace.createElement(csstransition.CSSTransition, _extends({
32849
+ nodeRef: dialogRef
32850
+ }, transitionProps), /*#__PURE__*/React__namespace.createElement("div", rootProps, header, content, footer, resizer)));
32851
+ };
32852
+ var createDialog = function createDialog() {
32396
32853
  var headerId = idState + '_header';
32397
32854
  var contentId = idState + '_content';
32398
32855
  var transitionTimeout = {
@@ -32432,17 +32889,29 @@ this.primereact.dialog = (function (exports, React, utils, PrimeReact, component
32432
32889
  onExiting: onExiting,
32433
32890
  onExited: onExited
32434
32891
  }, ptm('transition'));
32435
- return /*#__PURE__*/React__namespace.createElement("div", maskProps, /*#__PURE__*/React__namespace.createElement(csstransition.CSSTransition, _extends({
32436
- nodeRef: dialogRef
32437
- }, transitionProps), /*#__PURE__*/React__namespace.createElement("div", rootProps, header, content, footer, resizer)));
32438
- };
32439
- var createDialog = function createDialog() {
32440
- var element = createElement();
32441
- return /*#__PURE__*/React__namespace.createElement(portal.Portal, {
32442
- element: element,
32443
- appendTo: props.appendTo,
32444
- visible: true
32445
- });
32892
+ if (inProps !== null && inProps !== void 0 && inProps.content) {
32893
+ var templateElement = createTemplateElement({
32894
+ maskProps: maskProps,
32895
+ rootProps: rootProps,
32896
+ transitionProps: transitionProps
32897
+ });
32898
+ return /*#__PURE__*/React__namespace.createElement(portal.Portal, {
32899
+ element: templateElement,
32900
+ appendTo: props.appendTo,
32901
+ visible: true
32902
+ });
32903
+ } else {
32904
+ var element = createElement({
32905
+ maskProps: maskProps,
32906
+ rootProps: rootProps,
32907
+ transitionProps: transitionProps
32908
+ });
32909
+ return /*#__PURE__*/React__namespace.createElement(portal.Portal, {
32910
+ element: element,
32911
+ appendTo: props.appendTo,
32912
+ visible: true
32913
+ });
32914
+ }
32446
32915
  };
32447
32916
  return maskVisibleState && createDialog();
32448
32917
  });
@@ -34279,43 +34748,40 @@ this.primereact.tree = (function (exports, React, api, componentbase, search, sp
34279
34748
  return /*#__PURE__*/React__namespace.createElement(UITreeNode, {
34280
34749
  key: childNode.key || childNode.label,
34281
34750
  node: childNode,
34282
- checkboxIcon: props.checkboxIcon,
34283
- collapseIcon: props.collapseIcon,
34284
- contextMenuSelectionKey: props.contextMenuSelectionKey,
34285
- cx: cx,
34286
- disabled: props.disabled,
34287
- dragdropScope: props.dragdropScope,
34288
- expandIcon: props.expandIcon,
34289
- expandedKeys: props.expandedKeys,
34751
+ originalOptions: props.originalOptions,
34752
+ parent: props.node,
34290
34753
  index: index,
34291
- isNodeLeaf: props.isNodeLeaf,
34292
34754
  last: index === props.node.children.length - 1,
34755
+ path: props.path + '-' + index,
34756
+ disabled: props.disabled,
34757
+ selectionMode: props.selectionMode,
34758
+ selectionKeys: props.selectionKeys,
34759
+ onSelectionChange: props.onSelectionChange,
34293
34760
  metaKeySelection: props.metaKeySelection,
34294
- nodeTemplate: props.nodeTemplate,
34295
- onClick: props.onClick,
34296
- onCollapse: props.onCollapse,
34297
- onContextMenu: props.onContextMenu,
34761
+ propagateSelectionDown: props.propagateSelectionDown,
34762
+ propagateSelectionUp: props.propagateSelectionUp,
34763
+ contextMenuSelectionKey: props.contextMenuSelectionKey,
34298
34764
  onContextMenuSelectionChange: props.onContextMenuSelectionChange,
34765
+ onContextMenu: props.onContextMenu,
34766
+ onExpand: props.onExpand,
34767
+ onCollapse: props.onCollapse,
34768
+ onSelect: props.onSelect,
34769
+ onUnselect: props.onUnselect,
34770
+ onClick: props.onClick,
34299
34771
  onDoubleClick: props.onDoubleClick,
34300
- onDragEnd: props.onDragEnd,
34772
+ expandedKeys: props.expandedKeys,
34773
+ onToggle: props.onToggle,
34774
+ onPropagateUp: propagateUp,
34775
+ nodeTemplate: props.nodeTemplate,
34776
+ togglerTemplate: props.togglerTemplate,
34777
+ isNodeLeaf: props.isNodeLeaf,
34778
+ dragdropScope: props.dragdropScope,
34301
34779
  onDragStart: props.onDragStart,
34780
+ onDragEnd: props.onDragEnd,
34302
34781
  onDrop: props.onDrop,
34303
34782
  onDropPoint: props.onDropPoint,
34304
- onExpand: props.onExpand,
34305
- onPropagateUp: propagateUp,
34306
- onSelect: props.onSelect,
34307
- onSelectionChange: props.onSelectionChange,
34308
- onToggle: props.onToggle,
34309
- onUnselect: props.onUnselect,
34310
- originalOptions: props.originalOptions,
34311
- parent: props.node,
34312
- path: props.path + '-' + index,
34313
- propagateSelectionDown: props.propagateSelectionDown,
34314
- propagateSelectionUp: props.propagateSelectionUp,
34315
34783
  ptm: ptm,
34316
- selectionKeys: props.selectionKeys,
34317
- selectionMode: props.selectionMode,
34318
- togglerTemplate: props.togglerTemplate
34784
+ cx: cx
34319
34785
  });
34320
34786
  }));
34321
34787
  }
@@ -34675,41 +35141,41 @@ this.primereact.tree = (function (exports, React, api, componentbase, search, sp
34675
35141
  hostName: "Tree",
34676
35142
  key: node.key || node.label,
34677
35143
  node: node,
35144
+ originalOptions: props.value,
35145
+ index: index,
35146
+ last: last,
35147
+ path: String(index),
34678
35148
  checkboxIcon: props.checkboxIcon,
35149
+ expandIcon: props.expandIcon,
34679
35150
  collapseIcon: props.collapseIcon,
34680
- contextMenuSelectionKey: props.contextMenuSelectionKey,
34681
- cx: cx,
34682
35151
  disabled: props.disabled,
34683
- dragdropScope: props.dragdropScope,
34684
- expandIcon: props.expandIcon,
34685
- expandedKeys: expandedKeys,
34686
- index: index,
34687
- isNodeLeaf: isNodeLeaf,
34688
- last: last,
35152
+ selectionMode: props.selectionMode,
35153
+ selectionKeys: props.selectionKeys,
35154
+ onSelectionChange: props.onSelectionChange,
34689
35155
  metaKeySelection: props.metaKeySelection,
34690
- nodeTemplate: props.nodeTemplate,
34691
- onClick: props.onNodeClick,
34692
- onCollapse: props.onCollapse,
34693
- onContextMenu: props.onContextMenu,
35156
+ contextMenuSelectionKey: props.contextMenuSelectionKey,
34694
35157
  onContextMenuSelectionChange: props.onContextMenuSelectionChange,
34695
- onDoubleClick: props.onNodeDoubleClick,
34696
- onDragEnd: onDragEnd,
34697
- onDragStart: onDragStart,
34698
- onDrop: onDrop,
34699
- onDropPoint: onDropPoint,
35158
+ onContextMenu: props.onContextMenu,
35159
+ propagateSelectionDown: props.propagateSelectionDown,
35160
+ propagateSelectionUp: props.propagateSelectionUp,
34700
35161
  onExpand: props.onExpand,
35162
+ onCollapse: props.onCollapse,
34701
35163
  onSelect: props.onSelect,
34702
- onSelectionChange: props.onSelectionChange,
34703
- onToggle: onToggle,
34704
35164
  onUnselect: props.onUnselect,
34705
- originalOptions: props.value,
34706
- path: String(index),
34707
- propagateSelectionDown: props.propagateSelectionDown,
34708
- propagateSelectionUp: props.propagateSelectionUp,
35165
+ expandedKeys: expandedKeys,
35166
+ onToggle: onToggle,
35167
+ nodeTemplate: props.nodeTemplate,
35168
+ togglerTemplate: props.togglerTemplate,
35169
+ isNodeLeaf: isNodeLeaf,
35170
+ dragdropScope: props.dragdropScope,
35171
+ onDragStart: onDragStart,
35172
+ onDragEnd: onDragEnd,
35173
+ onDrop: onDrop,
35174
+ onDropPoint: onDropPoint,
35175
+ onClick: props.onNodeClick,
35176
+ onDoubleClick: props.onNodeDoubleClick,
34709
35177
  ptm: ptm,
34710
- selectionKeys: props.selectionKeys,
34711
- selectionMode: props.selectionMode,
34712
- togglerTemplate: props.togglerTemplate
35178
+ cx: cx
34713
35179
  });
34714
35180
  };
34715
35181
  var createRootChildren = function createRootChildren() {