primevue 3.44.0 → 3.46.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 (752) hide show
  1. package/accordion/Accordion.vue +1 -0
  2. package/accordion/accordion.cjs.js +1 -0
  3. package/accordion/accordion.cjs.min.js +1 -1
  4. package/accordion/accordion.esm.js +1 -0
  5. package/accordion/accordion.esm.min.js +1 -1
  6. package/accordion/accordion.js +1 -0
  7. package/accordion/accordion.min.js +1 -1
  8. package/autocomplete/BaseAutoComplete.vue +1 -1
  9. package/autocomplete/autocomplete.cjs.js +1 -1
  10. package/autocomplete/autocomplete.cjs.min.js +1 -1
  11. package/autocomplete/autocomplete.esm.js +1 -1
  12. package/autocomplete/autocomplete.esm.min.js +1 -1
  13. package/autocomplete/autocomplete.js +1 -1
  14. package/autocomplete/autocomplete.min.js +1 -1
  15. package/basecomponent/BaseComponent.vue +1 -1
  16. package/basecomponent/basecomponent.cjs.js +2 -2
  17. package/basecomponent/basecomponent.cjs.min.js +1 -1
  18. package/basecomponent/basecomponent.esm.js +2 -2
  19. package/basecomponent/basecomponent.esm.min.js +1 -1
  20. package/basecomponent/basecomponent.js +2 -2
  21. package/basecomponent/basecomponent.min.js +1 -1
  22. package/basecomponent/style/basecomponentstyle.cjs.js +1 -1
  23. package/basecomponent/style/basecomponentstyle.cjs.min.js +1 -1
  24. package/basecomponent/style/basecomponentstyle.esm.js +1 -1
  25. package/basecomponent/style/basecomponentstyle.esm.min.js +1 -1
  26. package/basecomponent/style/basecomponentstyle.js +1 -1
  27. package/basecomponent/style/basecomponentstyle.min.js +1 -1
  28. package/baseicon/BaseIcon.vue +8 -14
  29. package/baseicon/baseicon.cjs.js +10 -15
  30. package/baseicon/baseicon.cjs.min.js +1 -1
  31. package/baseicon/baseicon.esm.js +10 -15
  32. package/baseicon/baseicon.esm.min.js +1 -1
  33. package/baseicon/baseicon.js +10 -15
  34. package/baseicon/baseicon.min.js +1 -1
  35. package/calendar/BaseCalendar.vue +1 -1
  36. package/calendar/Calendar.vue +5 -2
  37. package/calendar/calendar.cjs.js +6 -3
  38. package/calendar/calendar.cjs.min.js +1 -1
  39. package/calendar/calendar.esm.js +6 -3
  40. package/calendar/calendar.esm.min.js +1 -1
  41. package/calendar/calendar.js +6 -3
  42. package/calendar/calendar.min.js +1 -1
  43. package/card/Card.d.ts +4 -0
  44. package/card/Card.vue +7 -5
  45. package/card/card.cjs.js +6 -3
  46. package/card/card.cjs.min.js +1 -1
  47. package/card/card.esm.js +6 -3
  48. package/card/card.esm.min.js +1 -1
  49. package/card/card.js +6 -3
  50. package/card/card.min.js +1 -1
  51. package/card/style/cardstyle.cjs.js +1 -0
  52. package/card/style/cardstyle.cjs.min.js +1 -1
  53. package/card/style/cardstyle.esm.js +1 -0
  54. package/card/style/cardstyle.esm.min.js +1 -1
  55. package/card/style/cardstyle.js +1 -0
  56. package/card/style/cardstyle.min.js +1 -1
  57. package/cascadeselect/BaseCascadeSelect.vue +1 -1
  58. package/cascadeselect/CascadeSelect.d.ts +41 -0
  59. package/cascadeselect/CascadeSelect.vue +1 -0
  60. package/cascadeselect/CascadeSelectSub.vue +18 -5
  61. package/cascadeselect/cascadeselect.cjs.js +20 -6
  62. package/cascadeselect/cascadeselect.cjs.min.js +1 -1
  63. package/cascadeselect/cascadeselect.esm.js +20 -6
  64. package/cascadeselect/cascadeselect.esm.min.js +1 -1
  65. package/cascadeselect/cascadeselect.js +20 -6
  66. package/cascadeselect/cascadeselect.min.js +1 -1
  67. package/cascadeselect/style/cascadeselectstyle.cjs.js +1 -1
  68. package/cascadeselect/style/cascadeselectstyle.cjs.min.js +1 -1
  69. package/cascadeselect/style/cascadeselectstyle.esm.js +1 -1
  70. package/cascadeselect/style/cascadeselectstyle.esm.min.js +1 -1
  71. package/cascadeselect/style/cascadeselectstyle.js +1 -1
  72. package/cascadeselect/style/cascadeselectstyle.min.js +1 -1
  73. package/chips/Chips.vue +1 -0
  74. package/chips/chips.cjs.js +1 -0
  75. package/chips/chips.cjs.min.js +1 -1
  76. package/chips/chips.esm.js +1 -0
  77. package/chips/chips.esm.min.js +1 -1
  78. package/chips/chips.js +1 -0
  79. package/chips/chips.min.js +1 -1
  80. package/colorpicker/BaseColorPicker.vue +1 -1
  81. package/colorpicker/ColorPicker.d.ts +1 -1
  82. package/colorpicker/colorpicker.cjs.js +1 -1
  83. package/colorpicker/colorpicker.cjs.min.js +1 -1
  84. package/colorpicker/colorpicker.esm.js +1 -1
  85. package/colorpicker/colorpicker.esm.min.js +1 -1
  86. package/colorpicker/colorpicker.js +1 -1
  87. package/colorpicker/colorpicker.min.js +1 -1
  88. package/column/Column.d.ts +4 -0
  89. package/column/Column.vue +7 -0
  90. package/column/column.cjs.js +9 -0
  91. package/column/column.cjs.min.js +1 -1
  92. package/column/column.esm.js +9 -0
  93. package/column/column.esm.min.js +1 -1
  94. package/column/column.js +9 -0
  95. package/column/column.min.js +1 -1
  96. package/columngroup/ColumnGroup.vue +7 -0
  97. package/columngroup/columngroup.cjs.js +9 -0
  98. package/columngroup/columngroup.cjs.min.js +1 -1
  99. package/columngroup/columngroup.esm.js +9 -0
  100. package/columngroup/columngroup.esm.min.js +1 -1
  101. package/columngroup/columngroup.js +9 -0
  102. package/columngroup/columngroup.min.js +1 -1
  103. package/confirmdialog/ConfirmDialog.d.ts +1 -1
  104. package/confirmdialog/ConfirmDialog.vue +1 -1
  105. package/confirmdialog/confirmdialog.cjs.js +1 -1
  106. package/confirmdialog/confirmdialog.cjs.min.js +1 -1
  107. package/confirmdialog/confirmdialog.esm.js +1 -1
  108. package/confirmdialog/confirmdialog.esm.min.js +1 -1
  109. package/confirmdialog/confirmdialog.js +1 -1
  110. package/confirmdialog/confirmdialog.min.js +1 -1
  111. package/confirmdialog/style/confirmdialogstyle.cjs.js +3 -6
  112. package/confirmdialog/style/confirmdialogstyle.cjs.min.js +1 -1
  113. package/confirmdialog/style/confirmdialogstyle.esm.js +3 -6
  114. package/confirmdialog/style/confirmdialogstyle.esm.min.js +1 -1
  115. package/confirmdialog/style/confirmdialogstyle.js +3 -6
  116. package/confirmdialog/style/confirmdialogstyle.min.js +1 -1
  117. package/confirmpopup/ConfirmPopup.vue +3 -3
  118. package/confirmpopup/confirmpopup.cjs.js +3 -3
  119. package/confirmpopup/confirmpopup.cjs.min.js +1 -1
  120. package/confirmpopup/confirmpopup.esm.js +3 -3
  121. package/confirmpopup/confirmpopup.esm.min.js +1 -1
  122. package/confirmpopup/confirmpopup.js +3 -3
  123. package/confirmpopup/confirmpopup.min.js +1 -1
  124. package/confirmpopup/style/confirmpopupstyle.cjs.js +5 -8
  125. package/confirmpopup/style/confirmpopupstyle.cjs.min.js +1 -1
  126. package/confirmpopup/style/confirmpopupstyle.esm.js +5 -8
  127. package/confirmpopup/style/confirmpopupstyle.esm.min.js +1 -1
  128. package/confirmpopup/style/confirmpopupstyle.js +5 -8
  129. package/confirmpopup/style/confirmpopupstyle.min.js +1 -1
  130. package/contextmenu/BaseContextMenu.vue +1 -1
  131. package/contextmenu/ContextMenu.vue +1 -0
  132. package/contextmenu/ContextMenuSub.vue +6 -1
  133. package/contextmenu/contextmenu.cjs.js +12 -5
  134. package/contextmenu/contextmenu.cjs.min.js +1 -1
  135. package/contextmenu/contextmenu.esm.js +12 -5
  136. package/contextmenu/contextmenu.esm.min.js +1 -1
  137. package/contextmenu/contextmenu.js +12 -5
  138. package/contextmenu/contextmenu.min.js +1 -1
  139. package/core/core.js +357 -209
  140. package/core/core.min.js +53 -53
  141. package/datatable/BaseDataTable.vue +2 -2
  142. package/datatable/BodyRow.vue +582 -0
  143. package/datatable/ColumnFilter.vue +1 -0
  144. package/datatable/DataTable.d.ts +1 -1
  145. package/datatable/DataTable.vue +111 -132
  146. package/datatable/HeaderCell.vue +10 -7
  147. package/datatable/TableBody.vue +74 -414
  148. package/datatable/TableFooter.vue +19 -26
  149. package/datatable/TableHeader.vue +19 -26
  150. package/datatable/datatable.cjs.js +895 -634
  151. package/datatable/datatable.cjs.min.js +1 -1
  152. package/datatable/datatable.esm.js +896 -635
  153. package/datatable/datatable.esm.min.js +1 -1
  154. package/datatable/datatable.js +895 -634
  155. package/datatable/datatable.min.js +1 -1
  156. package/datatable/style/datatablestyle.cjs.js +5 -4
  157. package/datatable/style/datatablestyle.cjs.min.js +1 -1
  158. package/datatable/style/datatablestyle.esm.js +5 -4
  159. package/datatable/style/datatablestyle.esm.min.js +1 -1
  160. package/datatable/style/datatablestyle.js +5 -4
  161. package/datatable/style/datatablestyle.min.js +1 -1
  162. package/dialog/BaseDialog.vue +1 -1
  163. package/dialog/dialog.cjs.js +1 -1
  164. package/dialog/dialog.cjs.min.js +1 -1
  165. package/dialog/dialog.esm.js +1 -1
  166. package/dialog/dialog.esm.min.js +1 -1
  167. package/dialog/dialog.js +1 -1
  168. package/dialog/dialog.min.js +1 -1
  169. package/dialog/style/dialogstyle.cjs.js +1 -1
  170. package/dialog/style/dialogstyle.cjs.min.js +1 -1
  171. package/dialog/style/dialogstyle.esm.js +1 -1
  172. package/dialog/style/dialogstyle.esm.min.js +1 -1
  173. package/dialog/style/dialogstyle.js +1 -1
  174. package/dialog/style/dialogstyle.min.js +1 -1
  175. package/dock/DockSub.vue +1 -0
  176. package/dock/dock.cjs.js +1 -0
  177. package/dock/dock.cjs.min.js +1 -1
  178. package/dock/dock.esm.js +1 -0
  179. package/dock/dock.esm.min.js +1 -1
  180. package/dock/dock.js +1 -0
  181. package/dock/dock.min.js +1 -1
  182. package/dropdown/BaseDropdown.vue +1 -1
  183. package/dropdown/Dropdown.vue +26 -0
  184. package/dropdown/dropdown.cjs.js +50 -26
  185. package/dropdown/dropdown.cjs.min.js +1 -1
  186. package/dropdown/dropdown.esm.js +50 -26
  187. package/dropdown/dropdown.esm.min.js +1 -1
  188. package/dropdown/dropdown.js +50 -26
  189. package/dropdown/dropdown.min.js +1 -1
  190. package/fieldset/Fieldset.vue +1 -1
  191. package/fieldset/fieldset.cjs.js +1 -1
  192. package/fieldset/fieldset.cjs.min.js +1 -1
  193. package/fieldset/fieldset.esm.js +1 -1
  194. package/fieldset/fieldset.esm.min.js +1 -1
  195. package/fieldset/fieldset.js +1 -1
  196. package/fieldset/fieldset.min.js +1 -1
  197. package/galleria/GalleriaItem.vue +1 -0
  198. package/galleria/GalleriaThumbnails.vue +1 -1
  199. package/galleria/galleria.cjs.js +2 -1
  200. package/galleria/galleria.cjs.min.js +1 -1
  201. package/galleria/galleria.esm.js +2 -1
  202. package/galleria/galleria.esm.min.js +1 -1
  203. package/galleria/galleria.js +2 -1
  204. package/galleria/galleria.min.js +1 -1
  205. package/icons/arrowdown/index.cjs.js +2 -2
  206. package/icons/arrowdown/index.cjs.min.js +1 -1
  207. package/icons/arrowdown/index.esm.js +2 -2
  208. package/icons/arrowdown/index.esm.min.js +1 -1
  209. package/icons/arrowdown/index.js +2 -2
  210. package/icons/arrowdown/index.min.js +1 -1
  211. package/icons/arrowdown/index.vue +1 -1
  212. package/icons/arrowup/index.cjs.js +2 -2
  213. package/icons/arrowup/index.cjs.min.js +1 -1
  214. package/icons/arrowup/index.esm.js +2 -2
  215. package/icons/arrowup/index.esm.min.js +1 -1
  216. package/icons/arrowup/index.js +2 -2
  217. package/icons/arrowup/index.min.js +1 -1
  218. package/icons/arrowup/index.vue +1 -1
  219. package/icons/ban/index.cjs.js +2 -2
  220. package/icons/ban/index.cjs.min.js +1 -1
  221. package/icons/ban/index.esm.js +2 -2
  222. package/icons/ban/index.esm.min.js +1 -1
  223. package/icons/ban/index.js +2 -2
  224. package/icons/ban/index.min.js +1 -1
  225. package/icons/ban/index.vue +1 -1
  226. package/icons/exclamationtriangle/index.cjs.js +2 -2
  227. package/icons/exclamationtriangle/index.cjs.min.js +1 -1
  228. package/icons/exclamationtriangle/index.esm.js +2 -2
  229. package/icons/exclamationtriangle/index.esm.min.js +1 -1
  230. package/icons/exclamationtriangle/index.js +2 -2
  231. package/icons/exclamationtriangle/index.min.js +1 -1
  232. package/icons/exclamationtriangle/index.vue +1 -1
  233. package/icons/eyeslash/index.cjs.js +2 -2
  234. package/icons/eyeslash/index.cjs.min.js +1 -1
  235. package/icons/eyeslash/index.esm.js +2 -2
  236. package/icons/eyeslash/index.esm.min.js +1 -1
  237. package/icons/eyeslash/index.js +2 -2
  238. package/icons/eyeslash/index.min.js +1 -1
  239. package/icons/eyeslash/index.vue +1 -1
  240. package/icons/filter/index.cjs.js +2 -2
  241. package/icons/filter/index.cjs.min.js +1 -1
  242. package/icons/filter/index.esm.js +2 -2
  243. package/icons/filter/index.esm.min.js +1 -1
  244. package/icons/filter/index.js +2 -2
  245. package/icons/filter/index.min.js +1 -1
  246. package/icons/filter/index.vue +1 -1
  247. package/icons/filterslash/index.cjs.js +2 -2
  248. package/icons/filterslash/index.cjs.min.js +1 -1
  249. package/icons/filterslash/index.esm.js +2 -2
  250. package/icons/filterslash/index.esm.min.js +1 -1
  251. package/icons/filterslash/index.js +2 -2
  252. package/icons/filterslash/index.min.js +1 -1
  253. package/icons/filterslash/index.vue +1 -1
  254. package/icons/infocircle/index.cjs.js +2 -2
  255. package/icons/infocircle/index.cjs.min.js +1 -1
  256. package/icons/infocircle/index.esm.js +2 -2
  257. package/icons/infocircle/index.esm.min.js +1 -1
  258. package/icons/infocircle/index.js +2 -2
  259. package/icons/infocircle/index.min.js +1 -1
  260. package/icons/infocircle/index.vue +1 -1
  261. package/icons/pencil/index.cjs.js +2 -2
  262. package/icons/pencil/index.cjs.min.js +1 -1
  263. package/icons/pencil/index.esm.js +2 -2
  264. package/icons/pencil/index.esm.min.js +1 -1
  265. package/icons/pencil/index.js +2 -2
  266. package/icons/pencil/index.min.js +1 -1
  267. package/icons/pencil/index.vue +1 -1
  268. package/icons/plus/index.cjs.js +2 -2
  269. package/icons/plus/index.cjs.min.js +1 -1
  270. package/icons/plus/index.esm.js +2 -2
  271. package/icons/plus/index.esm.min.js +1 -1
  272. package/icons/plus/index.js +2 -2
  273. package/icons/plus/index.min.js +1 -1
  274. package/icons/plus/index.vue +1 -1
  275. package/icons/refresh/index.cjs.js +2 -2
  276. package/icons/refresh/index.cjs.min.js +1 -1
  277. package/icons/refresh/index.esm.js +2 -2
  278. package/icons/refresh/index.esm.min.js +1 -1
  279. package/icons/refresh/index.js +2 -2
  280. package/icons/refresh/index.min.js +1 -1
  281. package/icons/refresh/index.vue +1 -1
  282. package/icons/search/index.cjs.js +2 -2
  283. package/icons/search/index.cjs.min.js +1 -1
  284. package/icons/search/index.esm.js +2 -2
  285. package/icons/search/index.esm.min.js +1 -1
  286. package/icons/search/index.js +2 -2
  287. package/icons/search/index.min.js +1 -1
  288. package/icons/search/index.vue +1 -1
  289. package/icons/searchminus/index.cjs.js +2 -2
  290. package/icons/searchminus/index.cjs.min.js +1 -1
  291. package/icons/searchminus/index.esm.js +2 -2
  292. package/icons/searchminus/index.esm.min.js +1 -1
  293. package/icons/searchminus/index.js +2 -2
  294. package/icons/searchminus/index.min.js +1 -1
  295. package/icons/searchminus/index.vue +1 -1
  296. package/icons/searchplus/index.cjs.js +2 -2
  297. package/icons/searchplus/index.cjs.min.js +1 -1
  298. package/icons/searchplus/index.esm.js +2 -2
  299. package/icons/searchplus/index.esm.min.js +1 -1
  300. package/icons/searchplus/index.js +2 -2
  301. package/icons/searchplus/index.min.js +1 -1
  302. package/icons/searchplus/index.vue +1 -1
  303. package/icons/sortalt/index.cjs.js +2 -2
  304. package/icons/sortalt/index.cjs.min.js +1 -1
  305. package/icons/sortalt/index.esm.js +2 -2
  306. package/icons/sortalt/index.esm.min.js +1 -1
  307. package/icons/sortalt/index.js +2 -2
  308. package/icons/sortalt/index.min.js +1 -1
  309. package/icons/sortalt/index.vue +1 -1
  310. package/icons/sortamountdown/index.cjs.js +12 -9
  311. package/icons/sortamountdown/index.cjs.min.js +1 -1
  312. package/icons/sortamountdown/index.esm.js +13 -10
  313. package/icons/sortamountdown/index.esm.min.js +1 -1
  314. package/icons/sortamountdown/index.js +12 -9
  315. package/icons/sortamountdown/index.min.js +1 -1
  316. package/icons/sortamountdown/index.vue +2 -22
  317. package/icons/sortamountupalt/index.cjs.js +12 -9
  318. package/icons/sortamountupalt/index.cjs.min.js +1 -1
  319. package/icons/sortamountupalt/index.esm.js +13 -10
  320. package/icons/sortamountupalt/index.esm.min.js +1 -1
  321. package/icons/sortamountupalt/index.js +12 -9
  322. package/icons/sortamountupalt/index.min.js +1 -1
  323. package/icons/sortamountupalt/index.vue +2 -22
  324. package/icons/spinner/index.cjs.js +2 -2
  325. package/icons/spinner/index.cjs.min.js +1 -1
  326. package/icons/spinner/index.esm.js +2 -2
  327. package/icons/spinner/index.esm.min.js +1 -1
  328. package/icons/spinner/index.js +2 -2
  329. package/icons/spinner/index.min.js +1 -1
  330. package/icons/spinner/index.vue +1 -1
  331. package/icons/star/index.cjs.js +2 -2
  332. package/icons/star/index.cjs.min.js +1 -1
  333. package/icons/star/index.esm.js +2 -2
  334. package/icons/star/index.esm.min.js +1 -1
  335. package/icons/star/index.js +2 -2
  336. package/icons/star/index.min.js +1 -1
  337. package/icons/star/index.vue +1 -1
  338. package/icons/starfill/index.cjs.js +2 -2
  339. package/icons/starfill/index.cjs.min.js +1 -1
  340. package/icons/starfill/index.esm.js +2 -2
  341. package/icons/starfill/index.esm.min.js +1 -1
  342. package/icons/starfill/index.js +2 -2
  343. package/icons/starfill/index.min.js +1 -1
  344. package/icons/starfill/index.vue +1 -1
  345. package/icons/thlarge/index.cjs.js +2 -2
  346. package/icons/thlarge/index.cjs.min.js +1 -1
  347. package/icons/thlarge/index.esm.js +2 -2
  348. package/icons/thlarge/index.esm.min.js +1 -1
  349. package/icons/thlarge/index.js +2 -2
  350. package/icons/thlarge/index.min.js +1 -1
  351. package/icons/thlarge/index.vue +1 -1
  352. package/icons/timescircle/index.cjs.js +2 -2
  353. package/icons/timescircle/index.cjs.min.js +1 -1
  354. package/icons/timescircle/index.esm.js +2 -2
  355. package/icons/timescircle/index.esm.min.js +1 -1
  356. package/icons/timescircle/index.js +2 -2
  357. package/icons/timescircle/index.min.js +1 -1
  358. package/icons/timescircle/index.vue +1 -1
  359. package/icons/trash/index.cjs.js +2 -2
  360. package/icons/trash/index.cjs.min.js +1 -1
  361. package/icons/trash/index.esm.js +2 -2
  362. package/icons/trash/index.esm.min.js +1 -1
  363. package/icons/trash/index.js +2 -2
  364. package/icons/trash/index.min.js +1 -1
  365. package/icons/trash/index.vue +1 -1
  366. package/icons/undo/index.cjs.js +2 -2
  367. package/icons/undo/index.cjs.min.js +1 -1
  368. package/icons/undo/index.esm.js +2 -2
  369. package/icons/undo/index.esm.min.js +1 -1
  370. package/icons/undo/index.js +2 -2
  371. package/icons/undo/index.min.js +1 -1
  372. package/icons/undo/index.vue +1 -1
  373. package/icons/upload/index.cjs.js +2 -2
  374. package/icons/upload/index.cjs.min.js +1 -1
  375. package/icons/upload/index.esm.js +2 -2
  376. package/icons/upload/index.esm.min.js +1 -1
  377. package/icons/upload/index.js +2 -2
  378. package/icons/upload/index.min.js +1 -1
  379. package/icons/upload/index.vue +1 -1
  380. package/icons/windowmaximize/index.cjs.js +2 -2
  381. package/icons/windowmaximize/index.cjs.min.js +1 -1
  382. package/icons/windowmaximize/index.esm.js +2 -2
  383. package/icons/windowmaximize/index.esm.min.js +1 -1
  384. package/icons/windowmaximize/index.js +2 -2
  385. package/icons/windowmaximize/index.min.js +1 -1
  386. package/icons/windowmaximize/index.vue +1 -1
  387. package/icons/windowminimize/index.cjs.js +2 -2
  388. package/icons/windowminimize/index.cjs.min.js +1 -1
  389. package/icons/windowminimize/index.esm.js +2 -2
  390. package/icons/windowminimize/index.esm.min.js +1 -1
  391. package/icons/windowminimize/index.js +2 -2
  392. package/icons/windowminimize/index.min.js +1 -1
  393. package/icons/windowminimize/index.vue +1 -1
  394. package/image/Image.vue +2 -6
  395. package/image/image.cjs.js +2 -5
  396. package/image/image.cjs.min.js +1 -1
  397. package/image/image.esm.js +2 -5
  398. package/image/image.esm.min.js +1 -1
  399. package/image/image.js +2 -5
  400. package/image/image.min.js +1 -1
  401. package/image/style/imagestyle.cjs.js +1 -1
  402. package/image/style/imagestyle.cjs.min.js +1 -1
  403. package/image/style/imagestyle.esm.js +1 -1
  404. package/image/style/imagestyle.esm.min.js +1 -1
  405. package/image/style/imagestyle.js +1 -1
  406. package/image/style/imagestyle.min.js +1 -1
  407. package/inputnumber/BaseInputNumber.vue +7 -0
  408. package/inputnumber/InputNumber.d.ts +7 -0
  409. package/inputnumber/InputNumber.vue +8 -3
  410. package/inputnumber/inputnumber.cjs.js +16 -3
  411. package/inputnumber/inputnumber.cjs.min.js +1 -1
  412. package/inputnumber/inputnumber.esm.js +16 -3
  413. package/inputnumber/inputnumber.esm.min.js +1 -1
  414. package/inputnumber/inputnumber.js +16 -3
  415. package/inputnumber/inputnumber.min.js +1 -1
  416. package/knob/Knob.vue +1 -1
  417. package/knob/knob.cjs.js +1 -1
  418. package/knob/knob.cjs.min.js +1 -1
  419. package/knob/knob.esm.js +1 -1
  420. package/knob/knob.esm.min.js +1 -1
  421. package/knob/knob.js +1 -1
  422. package/knob/knob.min.js +1 -1
  423. package/listbox/BaseListbox.vue +1 -1
  424. package/listbox/Listbox.d.ts +1 -1
  425. package/listbox/Listbox.vue +2 -0
  426. package/listbox/listbox.cjs.js +3 -1
  427. package/listbox/listbox.cjs.min.js +1 -1
  428. package/listbox/listbox.esm.js +3 -1
  429. package/listbox/listbox.esm.min.js +1 -1
  430. package/listbox/listbox.js +3 -1
  431. package/listbox/listbox.min.js +1 -1
  432. package/megamenu/MegaMenu.vue +2 -1
  433. package/megamenu/megamenu.cjs.js +2 -1
  434. package/megamenu/megamenu.cjs.min.js +1 -1
  435. package/megamenu/megamenu.esm.js +2 -1
  436. package/megamenu/megamenu.esm.min.js +1 -1
  437. package/megamenu/megamenu.js +2 -1
  438. package/megamenu/megamenu.min.js +1 -1
  439. package/menu/BaseMenu.vue +1 -1
  440. package/menu/Menu.vue +1 -0
  441. package/menu/menu.cjs.js +2 -1
  442. package/menu/menu.cjs.min.js +1 -1
  443. package/menu/menu.esm.js +2 -1
  444. package/menu/menu.esm.min.js +1 -1
  445. package/menu/menu.js +2 -1
  446. package/menu/menu.min.js +1 -1
  447. package/menubar/Menubar.vue +4 -2
  448. package/menubar/MenubarSub.vue +5 -1
  449. package/menubar/menubar.cjs.js +12 -5
  450. package/menubar/menubar.cjs.min.js +1 -1
  451. package/menubar/menubar.esm.js +12 -5
  452. package/menubar/menubar.esm.min.js +1 -1
  453. package/menubar/menubar.js +12 -5
  454. package/menubar/menubar.min.js +1 -1
  455. package/menuitem/MenuItem.d.ts +0 -6
  456. package/message/style/messagestyle.cjs.js +1 -1
  457. package/message/style/messagestyle.cjs.min.js +1 -1
  458. package/message/style/messagestyle.esm.js +1 -1
  459. package/message/style/messagestyle.esm.min.js +1 -1
  460. package/message/style/messagestyle.js +1 -1
  461. package/message/style/messagestyle.min.js +1 -1
  462. package/multiselect/BaseMultiSelect.vue +1 -1
  463. package/multiselect/MultiSelect.vue +2 -0
  464. package/multiselect/multiselect.cjs.js +3 -1
  465. package/multiselect/multiselect.cjs.min.js +1 -1
  466. package/multiselect/multiselect.esm.js +3 -1
  467. package/multiselect/multiselect.esm.min.js +1 -1
  468. package/multiselect/multiselect.js +3 -1
  469. package/multiselect/multiselect.min.js +1 -1
  470. package/orderlist/BaseOrderList.vue +1 -1
  471. package/orderlist/OrderList.d.ts +1 -1
  472. package/orderlist/OrderList.vue +1 -0
  473. package/orderlist/orderlist.cjs.js +2 -1
  474. package/orderlist/orderlist.cjs.min.js +1 -1
  475. package/orderlist/orderlist.esm.js +2 -1
  476. package/orderlist/orderlist.esm.min.js +1 -1
  477. package/orderlist/orderlist.js +2 -1
  478. package/orderlist/orderlist.min.js +1 -1
  479. package/organizationchart/OrganizationChartNode.vue +1 -1
  480. package/organizationchart/organizationchart.cjs.js +1 -1
  481. package/organizationchart/organizationchart.cjs.min.js +1 -1
  482. package/organizationchart/organizationchart.esm.js +1 -1
  483. package/organizationchart/organizationchart.esm.min.js +1 -1
  484. package/organizationchart/organizationchart.js +1 -1
  485. package/organizationchart/organizationchart.min.js +1 -1
  486. package/overlaypanel/BaseOverlayPanel.vue +1 -1
  487. package/overlaypanel/overlaypanel.cjs.js +1 -1
  488. package/overlaypanel/overlaypanel.cjs.min.js +1 -1
  489. package/overlaypanel/overlaypanel.esm.js +1 -1
  490. package/overlaypanel/overlaypanel.esm.min.js +1 -1
  491. package/overlaypanel/overlaypanel.js +1 -1
  492. package/overlaypanel/overlaypanel.min.js +1 -1
  493. package/package.json +1 -1
  494. package/paginator/Paginator.vue +4 -4
  495. package/paginator/paginator.cjs.js +2 -2
  496. package/paginator/paginator.cjs.min.js +1 -1
  497. package/paginator/paginator.esm.js +2 -2
  498. package/paginator/paginator.esm.min.js +1 -1
  499. package/paginator/paginator.js +2 -2
  500. package/paginator/paginator.min.js +1 -1
  501. package/panel/Panel.vue +1 -1
  502. package/panel/panel.cjs.js +1 -1
  503. package/panel/panel.cjs.min.js +1 -1
  504. package/panel/panel.esm.js +1 -1
  505. package/panel/panel.esm.min.js +1 -1
  506. package/panel/panel.js +1 -1
  507. package/panel/panel.min.js +1 -1
  508. package/panelmenu/PanelMenu.vue +1 -0
  509. package/panelmenu/PanelMenuList.vue +1 -0
  510. package/panelmenu/panelmenu.cjs.js +2 -0
  511. package/panelmenu/panelmenu.cjs.min.js +1 -1
  512. package/panelmenu/panelmenu.esm.js +2 -0
  513. package/panelmenu/panelmenu.esm.min.js +1 -1
  514. package/panelmenu/panelmenu.js +2 -0
  515. package/panelmenu/panelmenu.min.js +1 -1
  516. package/password/BasePassword.vue +1 -1
  517. package/password/password.cjs.js +1 -1
  518. package/password/password.cjs.min.js +1 -1
  519. package/password/password.esm.js +1 -1
  520. package/password/password.esm.min.js +1 -1
  521. package/password/password.js +1 -1
  522. package/password/password.min.js +1 -1
  523. package/picklist/BasePickList.vue +1 -1
  524. package/picklist/PickList.d.ts +1 -1
  525. package/picklist/PickList.vue +2 -1
  526. package/picklist/picklist.cjs.js +3 -2
  527. package/picklist/picklist.cjs.min.js +1 -1
  528. package/picklist/picklist.esm.js +3 -2
  529. package/picklist/picklist.esm.min.js +1 -1
  530. package/picklist/picklist.js +3 -2
  531. package/picklist/picklist.min.js +1 -1
  532. package/picklist/style/pickliststyle.cjs.js +1 -1
  533. package/picklist/style/pickliststyle.cjs.min.js +1 -1
  534. package/picklist/style/pickliststyle.esm.js +1 -1
  535. package/picklist/style/pickliststyle.esm.min.js +1 -1
  536. package/picklist/style/pickliststyle.js +1 -1
  537. package/picklist/style/pickliststyle.min.js +1 -1
  538. package/portal/Portal.vue +1 -1
  539. package/portal/portal.cjs.js +1 -1
  540. package/portal/portal.cjs.min.js +1 -1
  541. package/portal/portal.esm.js +1 -1
  542. package/portal/portal.esm.min.js +1 -1
  543. package/portal/portal.js +1 -1
  544. package/portal/portal.min.js +1 -1
  545. package/resources/themes/arya-blue/theme.css +4 -4
  546. package/resources/themes/arya-green/theme.css +4 -4
  547. package/resources/themes/arya-orange/theme.css +4 -4
  548. package/resources/themes/arya-purple/theme.css +4 -4
  549. package/resources/themes/bootstrap4-dark-blue/theme.css +4 -4
  550. package/resources/themes/bootstrap4-dark-purple/theme.css +4 -4
  551. package/resources/themes/bootstrap4-light-blue/theme.css +4 -4
  552. package/resources/themes/bootstrap4-light-purple/theme.css +4 -4
  553. package/resources/themes/fluent-light/theme.css +4 -4
  554. package/resources/themes/lara-dark-amber/theme.css +4 -4
  555. package/resources/themes/lara-dark-blue/theme.css +4 -4
  556. package/resources/themes/lara-dark-cyan/theme.css +4 -4
  557. package/resources/themes/lara-dark-green/theme.css +4 -4
  558. package/resources/themes/lara-dark-indigo/theme.css +4 -4
  559. package/resources/themes/lara-dark-pink/theme.css +4 -4
  560. package/resources/themes/lara-dark-purple/theme.css +4 -4
  561. package/resources/themes/lara-dark-teal/theme.css +4 -4
  562. package/resources/themes/lara-light-amber/theme.css +4 -4
  563. package/resources/themes/lara-light-blue/theme.css +4 -4
  564. package/resources/themes/lara-light-cyan/theme.css +4 -4
  565. package/resources/themes/lara-light-green/theme.css +4 -4
  566. package/resources/themes/lara-light-indigo/theme.css +4 -4
  567. package/resources/themes/lara-light-pink/theme.css +4 -4
  568. package/resources/themes/lara-light-purple/theme.css +4 -4
  569. package/resources/themes/lara-light-teal/theme.css +44 -44
  570. package/resources/themes/luna-amber/theme.css +4 -4
  571. package/resources/themes/luna-blue/theme.css +4 -4
  572. package/resources/themes/luna-green/theme.css +4 -4
  573. package/resources/themes/luna-pink/theme.css +4 -4
  574. package/resources/themes/md-dark-deeppurple/theme.css +4 -4
  575. package/resources/themes/md-dark-indigo/theme.css +4 -4
  576. package/resources/themes/md-light-deeppurple/theme.css +4 -4
  577. package/resources/themes/md-light-indigo/theme.css +4 -4
  578. package/resources/themes/mdc-dark-deeppurple/theme.css +4 -4
  579. package/resources/themes/mdc-dark-indigo/theme.css +4 -4
  580. package/resources/themes/mdc-light-deeppurple/theme.css +4 -4
  581. package/resources/themes/mdc-light-indigo/theme.css +4 -4
  582. package/resources/themes/mira/theme.css +4 -4
  583. package/resources/themes/nano/theme.css +4 -4
  584. package/resources/themes/nova/theme.css +4 -4
  585. package/resources/themes/nova-accent/theme.css +4 -4
  586. package/resources/themes/nova-alt/theme.css +4 -4
  587. package/resources/themes/nova-vue/theme.css +4 -4
  588. package/resources/themes/rhea/theme.css +4 -4
  589. package/resources/themes/saga-blue/theme.css +4 -4
  590. package/resources/themes/saga-green/theme.css +4 -4
  591. package/resources/themes/saga-orange/theme.css +4 -4
  592. package/resources/themes/saga-purple/theme.css +4 -4
  593. package/resources/themes/soho-dark/theme.css +4 -4
  594. package/resources/themes/soho-light/theme.css +4 -4
  595. package/resources/themes/tailwind-light/theme.css +4 -4
  596. package/resources/themes/vela-blue/theme.css +4 -4
  597. package/resources/themes/vela-green/theme.css +4 -4
  598. package/resources/themes/vela-orange/theme.css +4 -4
  599. package/resources/themes/vela-purple/theme.css +4 -4
  600. package/resources/themes/viva-dark/theme.css +4 -4
  601. package/resources/themes/viva-light/theme.css +4 -4
  602. package/ripple/style/ripplestyle.cjs.js +1 -1
  603. package/ripple/style/ripplestyle.cjs.min.js +1 -1
  604. package/ripple/style/ripplestyle.esm.js +1 -1
  605. package/ripple/style/ripplestyle.esm.min.js +1 -1
  606. package/ripple/style/ripplestyle.js +1 -1
  607. package/ripple/style/ripplestyle.min.js +1 -1
  608. package/row/Row.vue +7 -0
  609. package/row/row.cjs.js +9 -0
  610. package/row/row.cjs.min.js +1 -1
  611. package/row/row.esm.js +9 -0
  612. package/row/row.esm.min.js +1 -1
  613. package/row/row.js +9 -0
  614. package/row/row.min.js +1 -1
  615. package/sidebar/Sidebar.vue +16 -1
  616. package/sidebar/sidebar.cjs.js +17 -5
  617. package/sidebar/sidebar.cjs.min.js +1 -1
  618. package/sidebar/sidebar.esm.js +17 -5
  619. package/sidebar/sidebar.esm.min.js +1 -1
  620. package/sidebar/sidebar.js +17 -5
  621. package/sidebar/sidebar.min.js +1 -1
  622. package/slider/Slider.vue +26 -19
  623. package/slider/slider.cjs.js +19 -11
  624. package/slider/slider.cjs.min.js +1 -1
  625. package/slider/slider.esm.js +19 -11
  626. package/slider/slider.esm.min.js +1 -1
  627. package/slider/slider.js +19 -11
  628. package/slider/slider.min.js +1 -1
  629. package/speeddial/SpeedDial.vue +1 -0
  630. package/speeddial/speeddial.cjs.js +1 -0
  631. package/speeddial/speeddial.cjs.min.js +1 -1
  632. package/speeddial/speeddial.esm.js +1 -0
  633. package/speeddial/speeddial.esm.min.js +1 -1
  634. package/speeddial/speeddial.js +1 -0
  635. package/speeddial/speeddial.min.js +1 -1
  636. package/splitbutton/BaseSplitButton.vue +1 -1
  637. package/splitbutton/splitbutton.cjs.js +1 -1
  638. package/splitbutton/splitbutton.cjs.min.js +1 -1
  639. package/splitbutton/splitbutton.esm.js +1 -1
  640. package/splitbutton/splitbutton.esm.min.js +1 -1
  641. package/splitbutton/splitbutton.js +1 -1
  642. package/splitbutton/splitbutton.min.js +1 -1
  643. package/steps/Steps.vue +3 -1
  644. package/steps/steps.cjs.js +4 -2
  645. package/steps/steps.cjs.min.js +1 -1
  646. package/steps/steps.esm.js +4 -2
  647. package/steps/steps.esm.min.js +1 -1
  648. package/steps/steps.js +4 -2
  649. package/steps/steps.min.js +1 -1
  650. package/tabmenu/TabMenu.vue +1 -0
  651. package/tabmenu/tabmenu.cjs.js +1 -0
  652. package/tabmenu/tabmenu.cjs.min.js +1 -1
  653. package/tabmenu/tabmenu.esm.js +1 -0
  654. package/tabmenu/tabmenu.esm.min.js +1 -1
  655. package/tabmenu/tabmenu.js +1 -0
  656. package/tabmenu/tabmenu.min.js +1 -1
  657. package/tabview/TabView.vue +1 -0
  658. package/tabview/tabview.cjs.js +1 -0
  659. package/tabview/tabview.cjs.min.js +1 -1
  660. package/tabview/tabview.esm.js +1 -0
  661. package/tabview/tabview.esm.min.js +1 -1
  662. package/tabview/tabview.js +1 -0
  663. package/tabview/tabview.min.js +1 -1
  664. package/terminal/Terminal.vue +1 -1
  665. package/terminal/terminal.cjs.js +1 -1
  666. package/terminal/terminal.cjs.min.js +1 -1
  667. package/terminal/terminal.esm.js +1 -1
  668. package/terminal/terminal.esm.min.js +1 -1
  669. package/terminal/terminal.js +1 -1
  670. package/terminal/terminal.min.js +1 -1
  671. package/tieredmenu/BaseTieredMenu.vue +1 -1
  672. package/tieredmenu/TieredMenu.d.ts +4 -0
  673. package/tieredmenu/TieredMenu.vue +1 -0
  674. package/tieredmenu/TieredMenuSub.vue +5 -1
  675. package/tieredmenu/tieredmenu.cjs.js +11 -4
  676. package/tieredmenu/tieredmenu.cjs.min.js +1 -1
  677. package/tieredmenu/tieredmenu.esm.js +11 -4
  678. package/tieredmenu/tieredmenu.esm.min.js +1 -1
  679. package/tieredmenu/tieredmenu.js +11 -4
  680. package/tieredmenu/tieredmenu.min.js +1 -1
  681. package/tooltip/style/tooltipstyle.cjs.js +1 -1
  682. package/tooltip/style/tooltipstyle.cjs.min.js +1 -1
  683. package/tooltip/style/tooltipstyle.esm.js +1 -1
  684. package/tooltip/style/tooltipstyle.esm.min.js +1 -1
  685. package/tooltip/style/tooltipstyle.js +1 -1
  686. package/tooltip/style/tooltipstyle.min.js +1 -1
  687. package/tree/BaseTree.vue +1 -1
  688. package/tree/Tree.d.ts +1 -1
  689. package/tree/Tree.vue +1 -1
  690. package/tree/TreeNode.vue +1 -0
  691. package/tree/tree.cjs.js +3 -2
  692. package/tree/tree.cjs.min.js +1 -1
  693. package/tree/tree.esm.js +3 -2
  694. package/tree/tree.esm.min.js +1 -1
  695. package/tree/tree.js +3 -2
  696. package/tree/tree.min.js +1 -1
  697. package/treeselect/BaseTreeSelect.vue +2 -2
  698. package/treeselect/TreeSelect.d.ts +1 -1
  699. package/treeselect/TreeSelect.vue +1 -4
  700. package/treeselect/treeselect.cjs.js +3 -6
  701. package/treeselect/treeselect.cjs.min.js +1 -1
  702. package/treeselect/treeselect.esm.js +3 -6
  703. package/treeselect/treeselect.esm.min.js +1 -1
  704. package/treeselect/treeselect.js +3 -6
  705. package/treeselect/treeselect.min.js +1 -1
  706. package/treetable/BaseTreeTable.vue +5 -1
  707. package/treetable/HeaderCell.vue +1 -1
  708. package/treetable/TreeTable.d.ts +6 -1
  709. package/treetable/TreeTable.vue +32 -24
  710. package/treetable/TreeTableRow.vue +32 -20
  711. package/treetable/style/treetablestyle.cjs.js +1 -1
  712. package/treetable/style/treetablestyle.cjs.min.js +1 -1
  713. package/treetable/style/treetablestyle.esm.js +1 -1
  714. package/treetable/style/treetablestyle.esm.min.js +1 -1
  715. package/treetable/style/treetablestyle.js +1 -1
  716. package/treetable/style/treetablestyle.min.js +1 -1
  717. package/treetable/treetable.cjs.js +70 -43
  718. package/treetable/treetable.cjs.min.js +1 -1
  719. package/treetable/treetable.esm.js +71 -44
  720. package/treetable/treetable.esm.min.js +1 -1
  721. package/treetable/treetable.js +70 -43
  722. package/treetable/treetable.min.js +1 -1
  723. package/tristatecheckbox/TriStateCheckbox.vue +1 -1
  724. package/tristatecheckbox/tristatecheckbox.cjs.js +1 -1
  725. package/tristatecheckbox/tristatecheckbox.cjs.min.js +1 -1
  726. package/tristatecheckbox/tristatecheckbox.esm.js +1 -1
  727. package/tristatecheckbox/tristatecheckbox.esm.min.js +1 -1
  728. package/tristatecheckbox/tristatecheckbox.js +1 -1
  729. package/tristatecheckbox/tristatecheckbox.min.js +1 -1
  730. package/utils/Utils.d.ts +9 -0
  731. package/utils/utils.cjs.js +142 -41
  732. package/utils/utils.cjs.min.js +1 -1
  733. package/utils/utils.esm.js +142 -42
  734. package/utils/utils.esm.min.js +1 -1
  735. package/utils/utils.js +142 -41
  736. package/utils/utils.min.js +1 -1
  737. package/vetur-attributes.json +4 -0
  738. package/vetur-tags.json +1 -0
  739. package/virtualscroller/VirtualScroller.vue +19 -15
  740. package/virtualscroller/style/virtualscrollerstyle.cjs.js +1 -1
  741. package/virtualscroller/style/virtualscrollerstyle.cjs.min.js +1 -1
  742. package/virtualscroller/style/virtualscrollerstyle.esm.js +1 -1
  743. package/virtualscroller/style/virtualscrollerstyle.esm.min.js +1 -1
  744. package/virtualscroller/style/virtualscrollerstyle.js +1 -1
  745. package/virtualscroller/style/virtualscrollerstyle.min.js +1 -1
  746. package/virtualscroller/virtualscroller.cjs.js +19 -15
  747. package/virtualscroller/virtualscroller.cjs.min.js +1 -1
  748. package/virtualscroller/virtualscroller.esm.js +19 -15
  749. package/virtualscroller/virtualscroller.esm.min.js +1 -1
  750. package/virtualscroller/virtualscroller.js +19 -15
  751. package/virtualscroller/virtualscroller.min.js +1 -1
  752. package/web-types.json +11 -1
package/core/core.js CHANGED
@@ -2,16 +2,16 @@ this.primevue = this.primevue || {};
2
2
  this.primevue.utils = (function (exports) {
3
3
  'use strict';
4
4
 
5
- function _createForOfIteratorHelper$1(o, allowArrayLike) { var it = typeof Symbol !== "undefined" && o[Symbol.iterator] || o["@@iterator"]; if (!it) { if (Array.isArray(o) || (it = _unsupportedIterableToArray$2(o)) || allowArrayLike && o && typeof o.length === "number") { if (it) o = it; var i = 0; var F = function F() {}; return { s: F, n: function n() { if (i >= o.length) return { done: true }; return { done: false, value: o[i++] }; }, e: function e(_e) { throw _e; }, f: F }; } throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); } var normalCompletion = true, didErr = false, err; return { s: function s() { it = it.call(o); }, n: function n() { var step = it.next(); normalCompletion = step.done; return step; }, e: function e(_e2) { didErr = true; err = _e2; }, f: function f() { try { if (!normalCompletion && it["return"] != null) it["return"](); } finally { if (didErr) throw err; } } }; }
6
- function _toConsumableArray$2(arr) { return _arrayWithoutHoles$2(arr) || _iterableToArray$2(arr) || _unsupportedIterableToArray$2(arr) || _nonIterableSpread$2(); }
7
- function _nonIterableSpread$2() { throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
8
- function _iterableToArray$2(iter) { if (typeof Symbol !== "undefined" && iter[Symbol.iterator] != null || iter["@@iterator"] != null) return Array.from(iter); }
9
- function _arrayWithoutHoles$2(arr) { if (Array.isArray(arr)) return _arrayLikeToArray$2(arr); }
10
- function _typeof$2(o) { "@babel/helpers - typeof"; return _typeof$2 = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof$2(o); }
11
- function _slicedToArray$1(arr, i) { return _arrayWithHoles$1(arr) || _iterableToArrayLimit$1(arr, i) || _unsupportedIterableToArray$2(arr, i) || _nonIterableRest$1(); }
5
+ function _createForOfIteratorHelper$1(o, allowArrayLike) { var it = typeof Symbol !== "undefined" && o[Symbol.iterator] || o["@@iterator"]; if (!it) { if (Array.isArray(o) || (it = _unsupportedIterableToArray$3(o)) || allowArrayLike && o && typeof o.length === "number") { if (it) o = it; var i = 0; var F = function F() {}; return { s: F, n: function n() { if (i >= o.length) return { done: true }; return { done: false, value: o[i++] }; }, e: function e(_e) { throw _e; }, f: F }; } throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); } var normalCompletion = true, didErr = false, err; return { s: function s() { it = it.call(o); }, n: function n() { var step = it.next(); normalCompletion = step.done; return step; }, e: function e(_e2) { didErr = true; err = _e2; }, f: function f() { try { if (!normalCompletion && it["return"] != null) it["return"](); } finally { if (didErr) throw err; } } }; }
6
+ function _toConsumableArray$3(arr) { return _arrayWithoutHoles$3(arr) || _iterableToArray$3(arr) || _unsupportedIterableToArray$3(arr) || _nonIterableSpread$3(); }
7
+ function _nonIterableSpread$3() { throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
8
+ function _iterableToArray$3(iter) { if (typeof Symbol !== "undefined" && iter[Symbol.iterator] != null || iter["@@iterator"] != null) return Array.from(iter); }
9
+ function _arrayWithoutHoles$3(arr) { if (Array.isArray(arr)) return _arrayLikeToArray$3(arr); }
10
+ function _typeof$3(o) { "@babel/helpers - typeof"; return _typeof$3 = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof$3(o); }
11
+ function _slicedToArray$1(arr, i) { return _arrayWithHoles$1(arr) || _iterableToArrayLimit$1(arr, i) || _unsupportedIterableToArray$3(arr, i) || _nonIterableRest$1(); }
12
12
  function _nonIterableRest$1() { throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
13
- function _unsupportedIterableToArray$2(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray$2(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray$2(o, minLen); }
14
- function _arrayLikeToArray$2(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i]; return arr2; }
13
+ function _unsupportedIterableToArray$3(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray$3(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray$3(o, minLen); }
14
+ function _arrayLikeToArray$3(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i]; return arr2; }
15
15
  function _iterableToArrayLimit$1(r, l) { var t = null == r ? null : "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"]; if (null != t) { var e, n, i, u, a = [], f = !0, o = !1; try { if (i = (t = t.call(r)).next, 0 === l) { if (Object(t) !== t) return; f = !1; } else for (; !(f = (e = i.call(t)).done) && (a.push(e.value), a.length !== l); f = !0); } catch (r) { o = !0, n = r; } finally { try { if (!f && null != t["return"] && (u = t["return"](), Object(u) !== u)) return; } finally { if (o) throw n; } } return a; } }
16
16
  function _arrayWithHoles$1(arr) { if (Array.isArray(arr)) return arr; }
17
17
  var DomHandler = {
@@ -101,7 +101,8 @@ this.primevue.utils = (function (exports) {
101
101
  },
102
102
  index: function index(element) {
103
103
  if (element) {
104
- var children = element.parentNode.childNodes;
104
+ var _this$getParentNode;
105
+ var children = (_this$getParentNode = this.getParentNode(element)) === null || _this$getParentNode === void 0 ? void 0 : _this$getParentNode.childNodes;
105
106
  var num = 0;
106
107
  for (var i = 0; i < children.length; i++) {
107
108
  if (children[i] === element) return num;
@@ -192,7 +193,7 @@ this.primevue.utils = (function (exports) {
192
193
  var styles = element !== null && element !== void 0 && (_element$$attrs = element.$attrs) !== null && _element$$attrs !== void 0 && _element$$attrs[rule] ? [element === null || element === void 0 || (_element$$attrs2 = element.$attrs) === null || _element$$attrs2 === void 0 ? void 0 : _element$$attrs2[rule]] : [];
193
194
  return [value].flat().reduce(function (cv, v) {
194
195
  if (v !== null && v !== undefined) {
195
- var type = _typeof$2(v);
196
+ var type = _typeof$3(v);
196
197
  if (type === 'string' || type === 'number') {
197
198
  cv.push(v);
198
199
  } else if (type === 'object') {
@@ -221,7 +222,7 @@ this.primevue.utils = (function (exports) {
221
222
  } else if (key === 'p-bind') {
222
223
  _this3.setAttributes(element, value);
223
224
  } else {
224
- value = key === 'class' ? _toConsumableArray$2(new Set(computedStyles('class', value))).join(' ').trim() : key === 'style' ? computedStyles('style', value).join(';').trim() : value;
225
+ value = key === 'class' ? _toConsumableArray$3(new Set(computedStyles('class', value))).join(' ').trim() : key === 'style' ? computedStyles('style', value).join(';').trim() : value;
225
226
  (element.$attrs = element.$attrs || {}) && (element.$attrs[key] = value);
226
227
  element.setAttribute(key, value);
227
228
  }
@@ -356,9 +357,17 @@ this.primevue.utils = (function (exports) {
356
357
  element.style.left = left;
357
358
  }
358
359
  },
360
+ getParentNode: function getParentNode(element) {
361
+ var parent = element === null || element === void 0 ? void 0 : element.parentNode;
362
+ if (parent && parent.host) {
363
+ parent = parent.host;
364
+ }
365
+ return parent;
366
+ },
359
367
  getParents: function getParents(element) {
360
368
  var parents = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : [];
361
- return element['parentNode'] === null ? parents : this.getParents(element.parentNode, parents.concat([element.parentNode]));
369
+ var parent = this.getParentNode(element);
370
+ return parent === null ? parents : this.getParents(parent, parents.concat([parent]));
362
371
  },
363
372
  getScrollableParents: function getScrollableParents(element) {
364
373
  var scrollableParents = [];
@@ -483,7 +492,7 @@ this.primevue.utils = (function (exports) {
483
492
  if (this.isElement(target)) target.appendChild(element);else if (target.el && target.elElement) target.elElement.appendChild(element);else throw new Error('Cannot append ' + target + ' to ' + element);
484
493
  },
485
494
  isElement: function isElement(obj) {
486
- return (typeof HTMLElement === "undefined" ? "undefined" : _typeof$2(HTMLElement)) === 'object' ? obj instanceof HTMLElement : obj && _typeof$2(obj) === 'object' && obj !== null && obj.nodeType === 1 && typeof obj.nodeName === 'string';
495
+ return (typeof HTMLElement === "undefined" ? "undefined" : _typeof$3(HTMLElement)) === 'object' ? obj instanceof HTMLElement : obj && _typeof$3(obj) === 'object' && obj !== null && obj.nodeType === 1 && typeof obj.nodeName === 'string';
487
496
  },
488
497
  scrollInView: function scrollInView(container, item) {
489
498
  var borderTopValue = getComputedStyle(container).getPropertyValue('borderTopWidth');
@@ -571,7 +580,7 @@ this.primevue.utils = (function (exports) {
571
580
  element[methodName].apply(element, args);
572
581
  },
573
582
  isExist: function isExist(element) {
574
- return !!(element !== null && typeof element !== 'undefined' && element.nodeName && element.parentNode);
583
+ return !!(element !== null && typeof element !== 'undefined' && element.nodeName && this.getParentNode(element));
575
584
  },
576
585
  isClient: function isClient() {
577
586
  return !!(typeof window !== 'undefined' && window.document && window.document.createElement);
@@ -715,20 +724,20 @@ this.primevue.utils = (function (exports) {
715
724
  }
716
725
  };
717
726
 
718
- function _typeof$1(o) { "@babel/helpers - typeof"; return _typeof$1 = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof$1(o); }
719
- function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
720
- function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, _toPropertyKey(descriptor.key), descriptor); } }
721
- function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
722
- function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof$1(i) ? i : String(i); }
723
- function _toPrimitive(t, r) { if ("object" != _typeof$1(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof$1(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
727
+ function _typeof$2(o) { "@babel/helpers - typeof"; return _typeof$2 = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof$2(o); }
728
+ function _classCallCheck$1(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
729
+ function _defineProperties$1(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, _toPropertyKey$1(descriptor.key), descriptor); } }
730
+ function _createClass$1(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties$1(Constructor.prototype, protoProps); if (staticProps) _defineProperties$1(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
731
+ function _toPropertyKey$1(t) { var i = _toPrimitive$1(t, "string"); return "symbol" == _typeof$2(i) ? i : String(i); }
732
+ function _toPrimitive$1(t, r) { if ("object" != _typeof$2(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof$2(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
724
733
  var ConnectedOverlayScrollHandler = /*#__PURE__*/function () {
725
734
  function ConnectedOverlayScrollHandler(element) {
726
735
  var listener = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : function () {};
727
- _classCallCheck(this, ConnectedOverlayScrollHandler);
736
+ _classCallCheck$1(this, ConnectedOverlayScrollHandler);
728
737
  this.element = element;
729
738
  this.listener = listener;
730
739
  }
731
- _createClass(ConnectedOverlayScrollHandler, [{
740
+ _createClass$1(ConnectedOverlayScrollHandler, [{
732
741
  key: "bindScrollListener",
733
742
  value: function bindScrollListener() {
734
743
  this.scrollableParents = DomHandler.getScrollableParents(this.element);
@@ -782,25 +791,25 @@ this.primevue.utils = (function (exports) {
782
791
  };
783
792
  }
784
793
 
785
- function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray$1(arr, i) || _nonIterableRest(); }
794
+ function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray$2(arr, i) || _nonIterableRest(); }
786
795
  function _nonIterableRest() { throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
787
796
  function _iterableToArrayLimit(r, l) { var t = null == r ? null : "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"]; if (null != t) { var e, n, i, u, a = [], f = !0, o = !1; try { if (i = (t = t.call(r)).next, 0 === l) { if (Object(t) !== t) return; f = !1; } else for (; !(f = (e = i.call(t)).done) && (a.push(e.value), a.length !== l); f = !0); } catch (r) { o = !0, n = r; } finally { try { if (!f && null != t["return"] && (u = t["return"](), Object(u) !== u)) return; } finally { if (o) throw n; } } return a; } }
788
797
  function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
789
- function _toConsumableArray$1(arr) { return _arrayWithoutHoles$1(arr) || _iterableToArray$1(arr) || _unsupportedIterableToArray$1(arr) || _nonIterableSpread$1(); }
790
- function _nonIterableSpread$1() { throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
791
- function _iterableToArray$1(iter) { if (typeof Symbol !== "undefined" && iter[Symbol.iterator] != null || iter["@@iterator"] != null) return Array.from(iter); }
792
- function _arrayWithoutHoles$1(arr) { if (Array.isArray(arr)) return _arrayLikeToArray$1(arr); }
793
- function _createForOfIteratorHelper(o, allowArrayLike) { var it = typeof Symbol !== "undefined" && o[Symbol.iterator] || o["@@iterator"]; if (!it) { if (Array.isArray(o) || (it = _unsupportedIterableToArray$1(o)) || allowArrayLike && o && typeof o.length === "number") { if (it) o = it; var i = 0; var F = function F() {}; return { s: F, n: function n() { if (i >= o.length) return { done: true }; return { done: false, value: o[i++] }; }, e: function e(_e) { throw _e; }, f: F }; } throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); } var normalCompletion = true, didErr = false, err; return { s: function s() { it = it.call(o); }, n: function n() { var step = it.next(); normalCompletion = step.done; return step; }, e: function e(_e2) { didErr = true; err = _e2; }, f: function f() { try { if (!normalCompletion && it["return"] != null) it["return"](); } finally { if (didErr) throw err; } } }; }
794
- function _unsupportedIterableToArray$1(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray$1(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray$1(o, minLen); }
795
- function _arrayLikeToArray$1(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i]; return arr2; }
796
- function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
798
+ function _toConsumableArray$2(arr) { return _arrayWithoutHoles$2(arr) || _iterableToArray$2(arr) || _unsupportedIterableToArray$2(arr) || _nonIterableSpread$2(); }
799
+ function _nonIterableSpread$2() { throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
800
+ function _iterableToArray$2(iter) { if (typeof Symbol !== "undefined" && iter[Symbol.iterator] != null || iter["@@iterator"] != null) return Array.from(iter); }
801
+ function _arrayWithoutHoles$2(arr) { if (Array.isArray(arr)) return _arrayLikeToArray$2(arr); }
802
+ function _createForOfIteratorHelper(o, allowArrayLike) { var it = typeof Symbol !== "undefined" && o[Symbol.iterator] || o["@@iterator"]; if (!it) { if (Array.isArray(o) || (it = _unsupportedIterableToArray$2(o)) || allowArrayLike && o && typeof o.length === "number") { if (it) o = it; var i = 0; var F = function F() {}; return { s: F, n: function n() { if (i >= o.length) return { done: true }; return { done: false, value: o[i++] }; }, e: function e(_e) { throw _e; }, f: F }; } throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); } var normalCompletion = true, didErr = false, err; return { s: function s() { it = it.call(o); }, n: function n() { var step = it.next(); normalCompletion = step.done; return step; }, e: function e(_e2) { didErr = true; err = _e2; }, f: function f() { try { if (!normalCompletion && it["return"] != null) it["return"](); } finally { if (didErr) throw err; } } }; }
803
+ function _unsupportedIterableToArray$2(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray$2(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray$2(o, minLen); }
804
+ function _arrayLikeToArray$2(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i]; return arr2; }
805
+ function _typeof$1(o) { "@babel/helpers - typeof"; return _typeof$1 = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof$1(o); }
797
806
  var ObjectUtils = {
798
807
  equals: function equals(obj1, obj2, field) {
799
808
  if (field) return this.resolveFieldData(obj1, field) === this.resolveFieldData(obj2, field);else return this.deepEquals(obj1, obj2);
800
809
  },
801
810
  deepEquals: function deepEquals(a, b) {
802
811
  if (a === b) return true;
803
- if (a && b && _typeof(a) == 'object' && _typeof(b) == 'object') {
812
+ if (a && b && _typeof$1(a) == 'object' && _typeof$1(b) == 'object') {
804
813
  var arrA = Array.isArray(a),
805
814
  arrB = Array.isArray(b),
806
815
  i,
@@ -965,11 +974,13 @@ this.primevue.utils = (function (exports) {
965
974
  return str;
966
975
  },
967
976
  getVNodeProp: function getVNodeProp(vnode, prop) {
968
- var props = vnode.props;
969
- if (props) {
970
- var kebabProp = prop.replace(/([a-z])([A-Z])/g, '$1-$2').toLowerCase();
971
- var propName = Object.prototype.hasOwnProperty.call(props, kebabProp) ? kebabProp : prop;
972
- return vnode.type["extends"].props[prop].type === Boolean && props[propName] === '' ? true : props[propName];
977
+ if (vnode) {
978
+ var props = vnode.props;
979
+ if (props) {
980
+ var kebabProp = prop.replace(/([a-z])([A-Z])/g, '$1-$2').toLowerCase();
981
+ var propName = Object.prototype.hasOwnProperty.call(props, kebabProp) ? kebabProp : prop;
982
+ return vnode.type["extends"].props[prop].type === Boolean && props[propName] === '' ? true : props[propName];
983
+ }
973
984
  }
974
985
  return null;
975
986
  },
@@ -989,7 +1000,7 @@ this.primevue.utils = (function (exports) {
989
1000
  }) ? str[0].toUpperCase() + str.slice(1) : str;
990
1001
  },
991
1002
  isEmpty: function isEmpty(value) {
992
- return value === null || value === undefined || value === '' || Array.isArray(value) && value.length === 0 || !(value instanceof Date) && _typeof(value) === 'object' && Object.keys(value).length === 0;
1003
+ return value === null || value === undefined || value === '' || Array.isArray(value) && value.length === 0 || !(value instanceof Date) && _typeof$1(value) === 'object' && Object.keys(value).length === 0;
993
1004
  },
994
1005
  isNotEmpty: function isNotEmpty(value) {
995
1006
  return !this.isEmpty(value);
@@ -1026,7 +1037,7 @@ this.primevue.utils = (function (exports) {
1026
1037
  try {
1027
1038
  item = arr.findLast(callback);
1028
1039
  } catch (_unused2) {
1029
- item = _toConsumableArray$1(arr).reverse().find(callback);
1040
+ item = _toConsumableArray$2(arr).reverse().find(callback);
1030
1041
  }
1031
1042
  }
1032
1043
  return item;
@@ -1041,7 +1052,7 @@ this.primevue.utils = (function (exports) {
1041
1052
  try {
1042
1053
  index = arr.findLastIndex(callback);
1043
1054
  } catch (_unused3) {
1044
- index = arr.lastIndexOf(_toConsumableArray$1(arr).reverse().find(callback));
1055
+ index = arr.lastIndexOf(_toConsumableArray$2(arr).reverse().find(callback));
1045
1056
  }
1046
1057
  }
1047
1058
  return index;
@@ -1113,6 +1124,95 @@ this.primevue.utils = (function (exports) {
1113
1124
  }
1114
1125
  };
1115
1126
 
1127
+ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
1128
+ function _toConsumableArray$1(arr) { return _arrayWithoutHoles$1(arr) || _iterableToArray$1(arr) || _unsupportedIterableToArray$1(arr) || _nonIterableSpread$1(); }
1129
+ function _nonIterableSpread$1() { throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
1130
+ function _unsupportedIterableToArray$1(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray$1(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray$1(o, minLen); }
1131
+ function _iterableToArray$1(iter) { if (typeof Symbol !== "undefined" && iter[Symbol.iterator] != null || iter["@@iterator"] != null) return Array.from(iter); }
1132
+ function _arrayWithoutHoles$1(arr) { if (Array.isArray(arr)) return _arrayLikeToArray$1(arr); }
1133
+ function _arrayLikeToArray$1(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i]; return arr2; }
1134
+ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
1135
+ function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, _toPropertyKey(descriptor.key), descriptor); } }
1136
+ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
1137
+ function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
1138
+ function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : String(i); }
1139
+ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
1140
+ var _default = /*#__PURE__*/function () {
1141
+ function _default(_ref) {
1142
+ var init = _ref.init,
1143
+ type = _ref.type;
1144
+ _classCallCheck(this, _default);
1145
+ _defineProperty(this, "helpers", void 0);
1146
+ _defineProperty(this, "type", void 0);
1147
+ this.helpers = new Set(init);
1148
+ this.type = type;
1149
+ }
1150
+ _createClass(_default, [{
1151
+ key: "add",
1152
+ value: function add(instance) {
1153
+ this.helpers.add(instance);
1154
+ }
1155
+ }, {
1156
+ key: "update",
1157
+ value: function update() {
1158
+ // @todo
1159
+ }
1160
+ }, {
1161
+ key: "delete",
1162
+ value: function _delete(instance) {
1163
+ this.helpers["delete"](instance);
1164
+ }
1165
+ }, {
1166
+ key: "clear",
1167
+ value: function clear() {
1168
+ this.helpers.clear();
1169
+ }
1170
+ }, {
1171
+ key: "get",
1172
+ value: function get(parentInstance, slots) {
1173
+ var children = this._get(parentInstance, slots);
1174
+ var computed = children ? this._recursive(_toConsumableArray$1(this.helpers), children) : null;
1175
+ return ObjectUtils.isNotEmpty(computed) ? computed : null;
1176
+ }
1177
+ }, {
1178
+ key: "_isMatched",
1179
+ value: function _isMatched(instance, key) {
1180
+ var _parent$vnode;
1181
+ var parent = instance === null || instance === void 0 ? void 0 : instance.parent;
1182
+ return (parent === null || parent === void 0 || (_parent$vnode = parent.vnode) === null || _parent$vnode === void 0 ? void 0 : _parent$vnode.key) === key || parent && this._isMatched(parent, key) || false;
1183
+ }
1184
+ }, {
1185
+ key: "_get",
1186
+ value: function _get(parentInstance, slots) {
1187
+ var _ref2, _ref2$default;
1188
+ return ((_ref2 = slots || (parentInstance === null || parentInstance === void 0 ? void 0 : parentInstance.$slots)) === null || _ref2 === void 0 || (_ref2$default = _ref2["default"]) === null || _ref2$default === void 0 ? void 0 : _ref2$default.call(_ref2)) || null;
1189
+ }
1190
+ }, {
1191
+ key: "_recursive",
1192
+ value: function _recursive() {
1193
+ var _this = this;
1194
+ var helpers = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : [];
1195
+ var children = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : [];
1196
+ var components = [];
1197
+ children.forEach(function (child) {
1198
+ if (child.children instanceof Array) {
1199
+ components = components.concat(_this._recursive(components, child.children));
1200
+ } else if (child.type.name === _this.type) {
1201
+ components.push(child);
1202
+ } else if (ObjectUtils.isNotEmpty(child.key)) {
1203
+ components = components.concat(helpers.filter(function (c) {
1204
+ return _this._isMatched(c, child.key);
1205
+ }).map(function (c) {
1206
+ return c.vnode;
1207
+ }));
1208
+ }
1209
+ });
1210
+ return components;
1211
+ }
1212
+ }]);
1213
+ return _default;
1214
+ }();
1215
+
1116
1216
  var lastId = 0;
1117
1217
  function UniqueComponentId () {
1118
1218
  var prefix = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : 'pv_id_';
@@ -1181,6 +1281,7 @@ this.primevue.utils = (function (exports) {
1181
1281
  exports.ConnectedOverlayScrollHandler = ConnectedOverlayScrollHandler;
1182
1282
  exports.DomHandler = DomHandler;
1183
1283
  exports.EventBus = primebus;
1284
+ exports.HelperSet = _default;
1184
1285
  exports.ObjectUtils = ObjectUtils;
1185
1286
  exports.UniqueComponentId = UniqueComponentId;
1186
1287
  exports.ZIndexUtils = ZIndexUtils;
@@ -2087,7 +2188,7 @@ this.primevue.basecomponent.style = (function (BaseStyle, usestyle) {
2087
2188
  var checkboxCSS = "\n.p-checkbox {\n display: inline-flex;\n cursor: pointer;\n user-select: none;\n vertical-align: bottom;\n position: relative;\n}\n\n.p-checkbox.p-checkbox-disabled {\n cursor: default;\n}\n\n.p-checkbox-box {\n display: flex;\n justify-content: center;\n align-items: center;\n}\n";
2088
2189
  var inputTextCSS = "\n.p-fluid .p-inputtext {\n width: 100%;\n}\n\n/* InputGroup */\n.p-inputgroup {\n display: flex;\n align-items: stretch;\n width: 100%;\n}\n\n.p-inputgroup-addon {\n display: flex;\n align-items: center;\n justify-content: center;\n}\n\n.p-inputgroup .p-float-label {\n display: flex;\n align-items: stretch;\n width: 100%;\n}\n\n.p-inputgroup .p-inputtext,\n.p-fluid .p-inputgroup .p-inputtext,\n.p-inputgroup .p-inputwrapper,\n.p-fluid .p-inputgroup .p-input {\n flex: 1 1 auto;\n width: 1%;\n}\n\n/* Floating Label */\n.p-float-label {\n display: block;\n position: relative;\n}\n\n.p-float-label label {\n position: absolute;\n pointer-events: none;\n top: 50%;\n margin-top: -.5rem;\n transition-property: all;\n transition-timing-function: ease;\n line-height: 1;\n}\n\n.p-float-label textarea ~ label {\n top: 1rem;\n}\n\n.p-float-label input:focus ~ label,\n.p-float-label input.p-filled ~ label,\n.p-float-label input:-webkit-autofill ~ label,\n.p-float-label textarea:focus ~ label,\n.p-float-label textarea.p-filled ~ label,\n.p-float-label .p-inputwrapper-focus ~ label,\n.p-float-label .p-inputwrapper-filled ~ label {\n top: -.75rem;\n font-size: 12px;\n}\n\n\n.p-float-label .p-placeholder,\n.p-float-label input::placeholder,\n.p-float-label .p-inputtext::placeholder {\n opacity: 0;\n transition-property: all;\n transition-timing-function: ease;\n}\n\n.p-float-label .p-focus .p-placeholder,\n.p-float-label input:focus::placeholder,\n.p-float-label .p-inputtext:focus::placeholder {\n opacity: 1;\n transition-property: all;\n transition-timing-function: ease;\n}\n\n.p-input-icon-left,\n.p-input-icon-right {\n position: relative;\n display: inline-block;\n}\n\n.p-input-icon-left > i,\n.p-input-icon-left > svg,\n.p-input-icon-right > i,\n.p-input-icon-right > svg {\n position: absolute;\n top: 50%;\n margin-top: -.5rem;\n}\n\n.p-fluid .p-input-icon-left,\n.p-fluid .p-input-icon-right {\n display: block;\n width: 100%;\n}\n";
2089
2190
  var radioButtonCSS = "\n.p-radiobutton {\n position: relative;\n display: inline-flex;\n cursor: pointer;\n user-select: none;\n vertical-align: bottom;\n}\n\n.p-radiobutton.p-radiobutton-disabled {\n cursor: default;\n}\n\n.p-radiobutton-box {\n display: flex;\n justify-content: center;\n align-items: center;\n}\n\n.p-radiobutton-icon {\n -webkit-backface-visibility: hidden;\n backface-visibility: hidden;\n transform: translateZ(0) scale(.1);\n border-radius: 50%;\n visibility: hidden;\n}\n\n.p-radiobutton-box.p-highlight .p-radiobutton-icon {\n transform: translateZ(0) scale(1.0, 1.0);\n visibility: visible;\n}\n";
2090
- var css = "\n@layer primevue {\n.p-component, .p-component * {\n box-sizing: border-box;\n}\n\n.p-hidden-space {\n visibility: hidden;\n}\n\n.p-reset {\n margin: 0;\n padding: 0;\n border: 0;\n outline: 0;\n text-decoration: none;\n font-size: 100%;\n list-style: none;\n}\n\n.p-disabled, .p-disabled * {\n cursor: default !important;\n pointer-events: none;\n user-select: none;\n}\n\n.p-component-overlay {\n position: fixed;\n top: 0;\n left: 0;\n width: 100%;\n height: 100%;\n}\n\n.p-unselectable-text {\n user-select: none;\n}\n\n.p-sr-only {\n border: 0;\n clip: rect(1px, 1px, 1px, 1px);\n clip-path: inset(50%);\n height: 1px;\n margin: -1px;\n overflow: hidden;\n padding: 0;\n position: absolute;\n width: 1px;\n word-wrap: normal !important;\n}\n\n.p-link {\n\ttext-align: left;\n\tbackground-color: transparent;\n\tmargin: 0;\n\tpadding: 0;\n\tborder: none;\n cursor: pointer;\n user-select: none;\n}\n\n.p-link:disabled {\n\tcursor: default;\n}\n\n/* Non vue overlay animations */\n.p-connected-overlay {\n opacity: 0;\n transform: scaleY(0.8);\n transition: transform .12s cubic-bezier(0, 0, 0.2, 1), opacity .12s cubic-bezier(0, 0, 0.2, 1);\n}\n\n.p-connected-overlay-visible {\n opacity: 1;\n transform: scaleY(1);\n}\n\n.p-connected-overlay-hidden {\n opacity: 0;\n transform: scaleY(1);\n transition: opacity .1s linear;\n}\n\n/* Vue based overlay animations */\n.p-connected-overlay-enter-from {\n opacity: 0;\n transform: scaleY(0.8);\n}\n\n.p-connected-overlay-leave-to {\n opacity: 0;\n}\n\n.p-connected-overlay-enter-active {\n transition: transform .12s cubic-bezier(0, 0, 0.2, 1), opacity .12s cubic-bezier(0, 0, 0.2, 1);\n}\n\n.p-connected-overlay-leave-active {\n transition: opacity .1s linear;\n}\n\n/* Toggleable Content */\n.p-toggleable-content-enter-from,\n.p-toggleable-content-leave-to {\n max-height: 0;\n}\n\n.p-toggleable-content-enter-to,\n.p-toggleable-content-leave-from {\n max-height: 1000px;\n}\n\n.p-toggleable-content-leave-active {\n overflow: hidden;\n transition: max-height 0.45s cubic-bezier(0, 1, 0, 1);\n}\n\n.p-toggleable-content-enter-active {\n overflow: hidden;\n transition: max-height 1s ease-in-out;\n}\n".concat(buttonCSS, "\n").concat(checkboxCSS, "\n").concat(inputTextCSS, "\n").concat(radioButtonCSS, "\n}\n");
2191
+ var css = "\n@layer primevue {\n.p-component, .p-component * {\n box-sizing: border-box;\n}\n\n.p-hidden-space {\n visibility: hidden;\n}\n\n.p-reset {\n margin: 0;\n padding: 0;\n border: 0;\n outline: 0;\n text-decoration: none;\n font-size: 100%;\n list-style: none;\n}\n\n.p-disabled, .p-disabled * {\n cursor: default;\n pointer-events: none;\n user-select: none;\n}\n\n.p-component-overlay {\n position: fixed;\n top: 0;\n left: 0;\n width: 100%;\n height: 100%;\n}\n\n.p-unselectable-text {\n user-select: none;\n}\n\n.p-sr-only {\n border: 0;\n clip: rect(1px, 1px, 1px, 1px);\n clip-path: inset(50%);\n height: 1px;\n margin: -1px;\n overflow: hidden;\n padding: 0;\n position: absolute;\n width: 1px;\n word-wrap: normal;\n}\n\n.p-link {\n\ttext-align: left;\n\tbackground-color: transparent;\n\tmargin: 0;\n\tpadding: 0;\n\tborder: none;\n cursor: pointer;\n user-select: none;\n}\n\n.p-link:disabled {\n\tcursor: default;\n}\n\n/* Non vue overlay animations */\n.p-connected-overlay {\n opacity: 0;\n transform: scaleY(0.8);\n transition: transform .12s cubic-bezier(0, 0, 0.2, 1), opacity .12s cubic-bezier(0, 0, 0.2, 1);\n}\n\n.p-connected-overlay-visible {\n opacity: 1;\n transform: scaleY(1);\n}\n\n.p-connected-overlay-hidden {\n opacity: 0;\n transform: scaleY(1);\n transition: opacity .1s linear;\n}\n\n/* Vue based overlay animations */\n.p-connected-overlay-enter-from {\n opacity: 0;\n transform: scaleY(0.8);\n}\n\n.p-connected-overlay-leave-to {\n opacity: 0;\n}\n\n.p-connected-overlay-enter-active {\n transition: transform .12s cubic-bezier(0, 0, 0.2, 1), opacity .12s cubic-bezier(0, 0, 0.2, 1);\n}\n\n.p-connected-overlay-leave-active {\n transition: opacity .1s linear;\n}\n\n/* Toggleable Content */\n.p-toggleable-content-enter-from,\n.p-toggleable-content-leave-to {\n max-height: 0;\n}\n\n.p-toggleable-content-enter-to,\n.p-toggleable-content-leave-from {\n max-height: 1000px;\n}\n\n.p-toggleable-content-leave-active {\n overflow: hidden;\n transition: max-height 0.45s cubic-bezier(0, 1, 0, 1);\n}\n\n.p-toggleable-content-enter-active {\n overflow: hidden;\n transition: max-height 1s ease-in-out;\n}\n".concat(buttonCSS, "\n").concat(checkboxCSS, "\n").concat(inputTextCSS, "\n").concat(radioButtonCSS, "\n}\n");
2091
2192
  var BaseComponentStyle = BaseStyle__default["default"].extend({
2092
2193
  name: 'common',
2093
2194
  css: css,
@@ -2629,6 +2730,7 @@ this.primevue.card.style = (function (BaseStyle) {
2629
2730
  root: 'p-card p-component',
2630
2731
  header: 'p-card-header',
2631
2732
  body: 'p-card-body',
2733
+ caption: 'p-card-caption',
2632
2734
  title: 'p-card-title',
2633
2735
  subtitle: 'p-card-subtitle',
2634
2736
  content: 'p-card-content',
@@ -2730,7 +2832,7 @@ this.primevue.cascadeselect.style = (function (BaseStyle) {
2730
2832
 
2731
2833
  var BaseStyle__default = /*#__PURE__*/_interopDefaultLegacy(BaseStyle);
2732
2834
 
2733
- var css = "\n@layer primevue {\n .p-cascadeselect {\n display: inline-flex;\n cursor: pointer;\n user-select: none;\n }\n\n .p-cascadeselect-trigger {\n display: flex;\n align-items: center;\n justify-content: center;\n flex-shrink: 0;\n }\n\n .p-cascadeselect-label {\n display: block;\n white-space: nowrap;\n overflow: hidden;\n flex: 1 1 auto;\n width: 1%;\n text-overflow: ellipsis;\n cursor: pointer;\n }\n\n .p-cascadeselect-label-empty {\n overflow: hidden;\n visibility: hidden;\n }\n\n .p-cascadeselect .p-cascadeselect-panel {\n min-width: 100%;\n }\n\n .p-cascadeselect-item {\n cursor: pointer;\n font-weight: normal;\n white-space: nowrap;\n }\n\n .p-cascadeselect-item-content {\n display: flex;\n align-items: center;\n overflow: hidden;\n position: relative;\n }\n\n .p-cascadeselect-group-icon {\n margin-left: auto;\n }\n\n .p-cascadeselect-items {\n margin: 0;\n padding: 0;\n list-style-type: none;\n min-width: 100%;\n }\n\n .p-fluid .p-cascadeselect {\n display: flex;\n }\n\n .p-fluid .p-cascadeselect .p-cascadeselect-label {\n width: 1%;\n }\n\n .p-cascadeselect-sublist {\n position: absolute;\n min-width: 100%;\n z-index: 1;\n display: none;\n }\n\n .p-cascadeselect-item-active {\n overflow: visible !important;\n }\n\n .p-cascadeselect-item-active > .p-cascadeselect-sublist {\n display: block;\n left: 100%;\n top: 0;\n }\n\n .p-cascadeselect-enter-from,\n .p-cascadeselect-leave-active {\n opacity: 0;\n }\n\n .p-cascadeselect-enter-active {\n transition: opacity 150ms;\n }\n}\n";
2835
+ var css = "\n@layer primevue {\n .p-cascadeselect {\n display: inline-flex;\n cursor: pointer;\n user-select: none;\n }\n\n .p-cascadeselect-trigger {\n display: flex;\n align-items: center;\n justify-content: center;\n flex-shrink: 0;\n }\n\n .p-cascadeselect-label {\n display: block;\n white-space: nowrap;\n overflow: hidden;\n flex: 1 1 auto;\n width: 1%;\n text-overflow: ellipsis;\n cursor: pointer;\n }\n\n .p-cascadeselect-label-empty {\n overflow: hidden;\n visibility: hidden;\n }\n\n .p-cascadeselect .p-cascadeselect-panel {\n min-width: 100%;\n }\n\n .p-cascadeselect-item {\n cursor: pointer;\n font-weight: normal;\n white-space: nowrap;\n }\n\n .p-cascadeselect-item-content {\n display: flex;\n align-items: center;\n overflow: hidden;\n position: relative;\n }\n\n .p-cascadeselect-group-icon {\n margin-left: auto;\n }\n\n .p-cascadeselect-items {\n margin: 0;\n padding: 0;\n list-style-type: none;\n min-width: 100%;\n }\n\n .p-fluid .p-cascadeselect {\n display: flex;\n }\n\n .p-fluid .p-cascadeselect .p-cascadeselect-label {\n width: 1%;\n }\n\n .p-cascadeselect-sublist {\n position: absolute;\n min-width: 100%;\n z-index: 1;\n display: none;\n }\n\n .p-cascadeselect-item-active {\n overflow: visible;\n }\n\n .p-cascadeselect-item-active > .p-cascadeselect-sublist {\n display: block;\n left: 100%;\n top: 0;\n }\n\n .p-cascadeselect-enter-from,\n .p-cascadeselect-leave-active {\n opacity: 0;\n }\n\n .p-cascadeselect-enter-active {\n transition: opacity 150ms;\n }\n}\n";
2734
2836
  var inlineStyles = {
2735
2837
  root: function root(_ref) {
2736
2838
  var props = _ref.props;
@@ -3020,13 +3122,10 @@ this.primevue.confirmdialog.style = (function (BaseStyle) {
3020
3122
 
3021
3123
  var classes = {
3022
3124
  root: 'p-confirm-dialog',
3023
- icon: function icon(_ref) {
3024
- var instance = _ref.instance;
3025
- return ['p-confirm-dialog-icon', instance.confirmation ? instance.confirmation.icon : null];
3026
- },
3125
+ icon: 'p-confirm-dialog-icon',
3027
3126
  message: 'p-confirm-dialog-message',
3028
- rejectButton: function rejectButton(_ref2) {
3029
- var instance = _ref2.instance;
3127
+ rejectButton: function rejectButton(_ref) {
3128
+ var instance = _ref.instance;
3030
3129
  return ['p-confirm-dialog-reject', instance.confirmation && !instance.confirmation.rejectClass ? 'p-button-text' : null];
3031
3130
  },
3032
3131
  acceptButton: 'p-confirm-dialog-accept'
@@ -3059,18 +3158,15 @@ this.primevue.confirmpopup.style = (function (BaseStyle) {
3059
3158
  }];
3060
3159
  },
3061
3160
  content: 'p-confirm-popup-content',
3062
- icon: function icon(_ref2) {
3063
- var instance = _ref2.instance;
3064
- return ['p-confirm-popup-icon', instance.confirmation ? instance.confirmation.icon : null];
3065
- },
3161
+ icon: 'p-confirm-popup-icon',
3066
3162
  message: 'p-confirm-popup-message',
3067
3163
  footer: 'p-confirm-popup-footer',
3068
- rejectButton: function rejectButton(_ref3) {
3069
- var instance = _ref3.instance;
3164
+ rejectButton: function rejectButton(_ref2) {
3165
+ var instance = _ref2.instance;
3070
3166
  return ['p-confirm-popup-reject', instance.confirmation && !instance.confirmation.rejectClass ? 'p-button-sm p-button-text' : null];
3071
3167
  },
3072
- acceptButton: function acceptButton(_ref4) {
3073
- var instance = _ref4.instance;
3168
+ acceptButton: function acceptButton(_ref3) {
3169
+ var instance = _ref3.instance;
3074
3170
  return ['p-confirm-popup-accept', instance.confirmation && !instance.confirmation.acceptClass ? 'p-button-sm' : null];
3075
3171
  }
3076
3172
  };
@@ -3139,7 +3235,7 @@ this.primevue.datatable.style = (function (BaseStyle) {
3139
3235
 
3140
3236
  var BaseStyle__default = /*#__PURE__*/_interopDefaultLegacy(BaseStyle);
3141
3237
 
3142
- var css = "\n@layer primevue {\n .p-datatable {\n position: relative;\n }\n\n .p-datatable-table {\n border-spacing: 0px;\n width: 100%;\n }\n\n .p-datatable .p-sortable-column {\n cursor: pointer;\n user-select: none;\n }\n\n .p-datatable .p-sortable-column .p-column-title,\n .p-datatable .p-sortable-column .p-sortable-column-icon,\n .p-datatable .p-sortable-column .p-sortable-column-badge {\n vertical-align: middle;\n }\n\n .p-datatable .p-sortable-column .p-sortable-column-badge {\n display: inline-flex;\n align-items: center;\n justify-content: center;\n }\n\n .p-datatable-hoverable-rows .p-selectable-row {\n cursor: pointer;\n }\n\n /* Scrollable */\n .p-datatable-scrollable > .p-datatable-wrapper {\n position: relative;\n }\n\n .p-datatable-scrollable-table > .p-datatable-thead {\n top: 0;\n z-index: 1;\n }\n\n .p-datatable-scrollable-table > .p-datatable-frozen-tbody {\n position: sticky;\n z-index: 1;\n }\n\n .p-datatable-scrollable-table > .p-datatable-tfoot {\n bottom: 0;\n z-index: 1;\n }\n\n .p-datatable-scrollable .p-frozen-column {\n position: sticky;\n background: inherit;\n }\n\n .p-datatable-scrollable th.p-frozen-column {\n z-index: 1;\n }\n\n .p-datatable-flex-scrollable {\n display: flex;\n flex-direction: column;\n height: 100%;\n }\n\n .p-datatable-flex-scrollable > .p-datatable-wrapper {\n display: flex;\n flex-direction: column;\n flex: 1;\n height: 100%;\n }\n\n .p-datatable-scrollable-table > .p-datatable-tbody > .p-rowgroup-header {\n position: sticky;\n z-index: 1;\n }\n\n /* Resizable */\n .p-datatable-resizable-table > .p-datatable-thead > tr > th,\n .p-datatable-resizable-table > .p-datatable-tfoot > tr > td,\n .p-datatable-resizable-table > .p-datatable-tbody > tr > td {\n overflow: hidden;\n white-space: nowrap;\n }\n\n .p-datatable-resizable-table > .p-datatable-thead > tr > th.p-resizable-column:not(.p-frozen-column) {\n background-clip: padding-box;\n position: relative;\n }\n\n .p-datatable-resizable-table-fit > .p-datatable-thead > tr > th.p-resizable-column:last-child .p-column-resizer {\n display: none;\n }\n\n .p-datatable .p-column-resizer {\n display: block;\n position: absolute !important;\n top: 0;\n right: 0;\n margin: 0;\n width: 0.5rem;\n height: 100%;\n padding: 0px;\n cursor: col-resize;\n border: 1px solid transparent;\n }\n\n .p-datatable .p-column-header-content {\n display: flex;\n align-items: center;\n }\n\n .p-datatable .p-column-resizer-helper {\n width: 1px;\n position: absolute;\n z-index: 10;\n display: none;\n }\n\n .p-datatable .p-row-editor-init,\n .p-datatable .p-row-editor-save,\n .p-datatable .p-row-editor-cancel {\n display: inline-flex;\n align-items: center;\n justify-content: center;\n overflow: hidden;\n position: relative;\n }\n\n /* Expand */\n .p-datatable .p-row-toggler {\n display: inline-flex;\n align-items: center;\n justify-content: center;\n overflow: hidden;\n position: relative;\n }\n\n /* Reorder */\n .p-datatable-reorder-indicator-up,\n .p-datatable-reorder-indicator-down {\n position: absolute;\n display: none;\n }\n\n .p-reorderable-column,\n .p-datatable-reorderablerow-handle {\n cursor: move;\n }\n\n /* Loader */\n .p-datatable .p-datatable-loading-overlay {\n position: absolute;\n display: flex;\n align-items: center;\n justify-content: center;\n z-index: 2;\n }\n\n /* Filter */\n .p-column-filter-row {\n display: flex;\n align-items: center;\n width: 100%;\n }\n\n .p-column-filter-menu {\n display: inline-flex;\n margin-left: auto;\n }\n\n .p-column-filter-row .p-column-filter-element {\n flex: 1 1 auto;\n width: 1%;\n }\n\n .p-column-filter-menu-button,\n .p-column-filter-clear-button {\n display: inline-flex;\n justify-content: center;\n align-items: center;\n cursor: pointer;\n text-decoration: none;\n overflow: hidden;\n position: relative;\n }\n\n .p-column-filter-row-items {\n margin: 0;\n padding: 0;\n list-style: none;\n }\n\n .p-column-filter-row-item {\n cursor: pointer;\n }\n\n .p-column-filter-add-button,\n .p-column-filter-remove-button {\n justify-content: center;\n }\n\n .p-column-filter-add-button .p-button-label,\n .p-column-filter-remove-button .p-button-label {\n flex-grow: 0;\n }\n\n .p-column-filter-buttonbar {\n display: flex;\n align-items: center;\n justify-content: space-between;\n }\n\n .p-column-filter-buttonbar .p-button:not(.p-button-icon-only) {\n width: auto;\n }\n\n /* Responsive */\n .p-datatable .p-datatable-tbody > tr > td > .p-column-title {\n display: none;\n }\n\n /* VirtualScroller */\n .p-datatable-virtualscroller-spacer {\n display: flex;\n }\n\n .p-datatable .p-virtualscroller .p-virtualscroller-loading {\n transform: none !important;\n min-height: 0;\n position: sticky;\n top: 0;\n left: 0;\n }\n}\n";
3238
+ var css = "\n@layer primevue {\n .p-datatable {\n position: relative;\n }\n\n .p-datatable-table {\n border-spacing: 0px;\n width: 100%;\n }\n\n .p-datatable .p-sortable-column {\n cursor: pointer;\n user-select: none;\n }\n\n .p-datatable .p-sortable-column .p-column-title,\n .p-datatable .p-sortable-column .p-sortable-column-icon,\n .p-datatable .p-sortable-column .p-sortable-column-badge {\n vertical-align: middle;\n }\n\n .p-datatable .p-sortable-column .p-sortable-column-badge {\n display: inline-flex;\n align-items: center;\n justify-content: center;\n }\n\n .p-datatable-hoverable-rows .p-selectable-row {\n cursor: pointer;\n }\n\n /* Scrollable */\n .p-datatable-scrollable > .p-datatable-wrapper {\n position: relative;\n }\n\n .p-datatable-scrollable-table > .p-datatable-thead {\n top: 0;\n z-index: 1;\n }\n\n .p-datatable-scrollable-table > .p-datatable-frozen-tbody {\n position: sticky;\n z-index: 1;\n }\n\n .p-datatable-scrollable-table > .p-datatable-tfoot {\n bottom: 0;\n z-index: 1;\n }\n\n .p-datatable-scrollable .p-frozen-column {\n position: sticky;\n background: inherit;\n }\n\n .p-datatable-scrollable th.p-frozen-column {\n z-index: 1;\n }\n\n .p-datatable-flex-scrollable {\n display: flex;\n flex-direction: column;\n height: 100%;\n }\n\n .p-datatable-flex-scrollable > .p-datatable-wrapper {\n display: flex;\n flex-direction: column;\n flex: 1;\n height: 100%;\n }\n\n .p-datatable-scrollable-table > .p-datatable-tbody > .p-rowgroup-header {\n position: sticky;\n z-index: 1;\n }\n\n /* Resizable */\n .p-datatable-resizable-table > .p-datatable-thead > tr > th,\n .p-datatable-resizable-table > .p-datatable-tfoot > tr > td,\n .p-datatable-resizable-table > .p-datatable-tbody > tr > td {\n overflow: hidden;\n white-space: nowrap;\n }\n\n .p-datatable-resizable-table > .p-datatable-thead > tr > th.p-resizable-column:not(.p-frozen-column) {\n background-clip: padding-box;\n position: relative;\n }\n\n .p-datatable-resizable-table-fit > .p-datatable-thead > tr > th.p-resizable-column:last-child .p-column-resizer {\n display: none;\n }\n\n .p-datatable .p-column-resizer {\n display: block;\n position: absolute;\n top: 0;\n right: 0;\n margin: 0;\n width: 0.5rem;\n height: 100%;\n padding: 0px;\n cursor: col-resize;\n border: 1px solid transparent;\n }\n\n .p-datatable .p-column-header-content {\n display: flex;\n align-items: center;\n }\n\n .p-datatable .p-column-resizer-helper {\n width: 1px;\n position: absolute;\n z-index: 10;\n display: none;\n }\n\n .p-datatable .p-row-editor-init,\n .p-datatable .p-row-editor-save,\n .p-datatable .p-row-editor-cancel {\n display: inline-flex;\n align-items: center;\n justify-content: center;\n overflow: hidden;\n position: relative;\n }\n\n /* Expand */\n .p-datatable .p-row-toggler {\n display: inline-flex;\n align-items: center;\n justify-content: center;\n overflow: hidden;\n position: relative;\n }\n\n /* Reorder */\n .p-datatable-reorder-indicator-up,\n .p-datatable-reorder-indicator-down {\n position: absolute;\n display: none;\n }\n\n .p-reorderable-column,\n .p-datatable-reorderablerow-handle {\n cursor: move;\n }\n\n /* Loader */\n .p-datatable .p-datatable-loading-overlay {\n position: absolute;\n display: flex;\n align-items: center;\n justify-content: center;\n z-index: 2;\n }\n\n /* Filter */\n .p-column-filter-row {\n display: flex;\n align-items: center;\n width: 100%;\n }\n\n .p-column-filter-menu {\n display: inline-flex;\n margin-left: auto;\n }\n\n .p-column-filter-row .p-column-filter-element {\n flex: 1 1 auto;\n width: 1%;\n }\n\n .p-column-filter-menu-button,\n .p-column-filter-clear-button {\n display: inline-flex;\n justify-content: center;\n align-items: center;\n cursor: pointer;\n text-decoration: none;\n overflow: hidden;\n position: relative;\n }\n\n .p-column-filter-row-items {\n margin: 0;\n padding: 0;\n list-style: none;\n }\n\n .p-column-filter-row-item {\n cursor: pointer;\n }\n\n .p-column-filter-add-button,\n .p-column-filter-remove-button {\n justify-content: center;\n }\n\n .p-column-filter-add-button .p-button-label,\n .p-column-filter-remove-button .p-button-label {\n flex-grow: 0;\n }\n\n .p-column-filter-buttonbar {\n display: flex;\n align-items: center;\n justify-content: space-between;\n }\n\n .p-column-filter-buttonbar .p-button:not(.p-button-icon-only) {\n width: auto;\n }\n\n /* Responsive */\n .p-datatable .p-datatable-tbody > tr > td > .p-column-title {\n display: none;\n }\n\n /* VirtualScroller */\n .p-datatable-virtualscroller-spacer {\n display: flex;\n }\n\n .p-datatable .p-virtualscroller .p-virtualscroller-loading {\n transform: none !important;\n min-height: 0;\n position: sticky;\n top: 0;\n left: 0;\n }\n}\n";
3143
3239
  var classes = {
3144
3240
  root: function root(_ref) {
3145
3241
  var instance = _ref.instance,
@@ -3279,21 +3375,22 @@ this.primevue.datatable.style = (function (BaseStyle) {
3279
3375
  row: function row(_ref13) {
3280
3376
  var instance = _ref13.instance,
3281
3377
  props = _ref13.props,
3282
- rowData = _ref13.rowData;
3378
+ index = _ref13.index;
3283
3379
  var rowStyleClass = [];
3284
3380
  if (props.selectionMode) {
3285
3381
  rowStyleClass.push('p-selectable-row');
3286
3382
  }
3287
3383
  if (props.selection) {
3288
3384
  rowStyleClass.push({
3289
- 'p-highlight': instance.isSelected(rowData)
3385
+ 'p-highlight': instance.isSelected
3290
3386
  });
3291
3387
  }
3292
3388
  if (props.contextMenuSelection) {
3293
3389
  rowStyleClass.push({
3294
- 'p-highlight-contextmenu': instance.isSelectedWithContextMenu(rowData)
3390
+ 'p-highlight-contextmenu': instance.isSelectedWithContextMenu
3295
3391
  });
3296
3392
  }
3393
+ rowStyleClass.push(index % 2 === 0 ? 'p-row-even' : 'p-row-odd');
3297
3394
  return rowStyleClass;
3298
3395
  },
3299
3396
  rowExpansion: 'p-datatable-row-expansion',
@@ -3477,7 +3574,7 @@ this.primevue.dialog.style = (function (BaseStyle) {
3477
3574
 
3478
3575
  var BaseStyle__default = /*#__PURE__*/_interopDefaultLegacy(BaseStyle);
3479
3576
 
3480
- var css = "\n@layer primevue {\n .p-dialog-mask.p-component-overlay {\n pointer-events: auto;\n }\n\n .p-dialog {\n max-height: 90%;\n transform: scale(1);\n }\n\n .p-dialog-content {\n overflow-y: auto;\n }\n\n .p-dialog-header {\n display: flex;\n align-items: center;\n justify-content: space-between;\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 }\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 /* Fluid */\n .p-fluid .p-dialog-footer .p-button {\n width: auto;\n }\n\n /* Animation */\n /* Center */\n .p-dialog-enter-active {\n transition: all 150ms cubic-bezier(0, 0, 0.2, 1);\n }\n .p-dialog-leave-active {\n transition: all 150ms cubic-bezier(0.4, 0, 0.2, 1);\n }\n .p-dialog-enter-from,\n .p-dialog-leave-to {\n opacity: 0;\n transform: scale(0.7);\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-topleft .p-dialog,\n .p-dialog-topright .p-dialog,\n .p-dialog-bottomleft .p-dialog,\n .p-dialog-bottomright .p-dialog {\n margin: 0.75rem;\n transform: translate3d(0px, 0px, 0px);\n }\n .p-dialog-top .p-dialog-enter-active,\n .p-dialog-top .p-dialog-leave-active,\n .p-dialog-bottom .p-dialog-enter-active,\n .p-dialog-bottom .p-dialog-leave-active,\n .p-dialog-left .p-dialog-enter-active,\n .p-dialog-left .p-dialog-leave-active,\n .p-dialog-right .p-dialog-enter-active,\n .p-dialog-right .p-dialog-leave-active,\n .p-dialog-topleft .p-dialog-enter-active,\n .p-dialog-topleft .p-dialog-leave-active,\n .p-dialog-topright .p-dialog-enter-active,\n .p-dialog-topright .p-dialog-leave-active,\n .p-dialog-bottomleft .p-dialog-enter-active,\n .p-dialog-bottomleft .p-dialog-leave-active,\n .p-dialog-bottomright .p-dialog-enter-active,\n .p-dialog-bottomright .p-dialog-leave-active {\n transition: all 0.3s ease-out;\n }\n .p-dialog-top .p-dialog-enter-from,\n .p-dialog-top .p-dialog-leave-to {\n transform: translate3d(0px, -100%, 0px);\n }\n .p-dialog-bottom .p-dialog-enter-from,\n .p-dialog-bottom .p-dialog-leave-to {\n transform: translate3d(0px, 100%, 0px);\n }\n .p-dialog-left .p-dialog-enter-from,\n .p-dialog-left .p-dialog-leave-to,\n .p-dialog-topleft .p-dialog-enter-from,\n .p-dialog-topleft .p-dialog-leave-to,\n .p-dialog-bottomleft .p-dialog-enter-from,\n .p-dialog-bottomleft .p-dialog-leave-to {\n transform: translate3d(-100%, 0px, 0px);\n }\n .p-dialog-right .p-dialog-enter-from,\n .p-dialog-right .p-dialog-leave-to,\n .p-dialog-topright .p-dialog-enter-from,\n .p-dialog-topright .p-dialog-leave-to,\n .p-dialog-bottomright .p-dialog-enter-from,\n .p-dialog-bottomright .p-dialog-leave-to {\n transform: translate3d(100%, 0px, 0px);\n }\n\n /* Maximize */\n .p-dialog-maximized {\n -webkit-transition: none;\n transition: none;\n transform: none;\n width: 100vw !important;\n height: 100vh !important;\n top: 0px !important;\n left: 0px !important;\n max-height: 100%;\n height: 100%;\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";
3577
+ var css = "\n@layer primevue {\n .p-dialog-mask.p-component-overlay {\n pointer-events: auto;\n }\n\n .p-dialog {\n max-height: 90%;\n transform: scale(1);\n }\n\n .p-dialog-content {\n overflow-y: auto;\n }\n\n .p-dialog-header {\n display: flex;\n align-items: center;\n justify-content: space-between;\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 }\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 /* Fluid */\n .p-fluid .p-dialog-footer .p-button {\n width: auto;\n }\n\n /* Animation */\n /* Center */\n .p-dialog-enter-active {\n transition: all 150ms cubic-bezier(0, 0, 0.2, 1);\n }\n .p-dialog-leave-active {\n transition: all 150ms cubic-bezier(0.4, 0, 0.2, 1);\n }\n .p-dialog-enter-from,\n .p-dialog-leave-to {\n opacity: 0;\n transform: scale(0.7);\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-topleft .p-dialog,\n .p-dialog-topright .p-dialog,\n .p-dialog-bottomleft .p-dialog,\n .p-dialog-bottomright .p-dialog {\n margin: 0.75rem;\n transform: translate3d(0px, 0px, 0px);\n }\n .p-dialog-top .p-dialog-enter-active,\n .p-dialog-top .p-dialog-leave-active,\n .p-dialog-bottom .p-dialog-enter-active,\n .p-dialog-bottom .p-dialog-leave-active,\n .p-dialog-left .p-dialog-enter-active,\n .p-dialog-left .p-dialog-leave-active,\n .p-dialog-right .p-dialog-enter-active,\n .p-dialog-right .p-dialog-leave-active,\n .p-dialog-topleft .p-dialog-enter-active,\n .p-dialog-topleft .p-dialog-leave-active,\n .p-dialog-topright .p-dialog-enter-active,\n .p-dialog-topright .p-dialog-leave-active,\n .p-dialog-bottomleft .p-dialog-enter-active,\n .p-dialog-bottomleft .p-dialog-leave-active,\n .p-dialog-bottomright .p-dialog-enter-active,\n .p-dialog-bottomright .p-dialog-leave-active {\n transition: all 0.3s ease-out;\n }\n .p-dialog-top .p-dialog-enter-from,\n .p-dialog-top .p-dialog-leave-to {\n transform: translate3d(0px, -100%, 0px);\n }\n .p-dialog-bottom .p-dialog-enter-from,\n .p-dialog-bottom .p-dialog-leave-to {\n transform: translate3d(0px, 100%, 0px);\n }\n .p-dialog-left .p-dialog-enter-from,\n .p-dialog-left .p-dialog-leave-to,\n .p-dialog-topleft .p-dialog-enter-from,\n .p-dialog-topleft .p-dialog-leave-to,\n .p-dialog-bottomleft .p-dialog-enter-from,\n .p-dialog-bottomleft .p-dialog-leave-to {\n transform: translate3d(-100%, 0px, 0px);\n }\n .p-dialog-right .p-dialog-enter-from,\n .p-dialog-right .p-dialog-leave-to,\n .p-dialog-topright .p-dialog-enter-from,\n .p-dialog-topright .p-dialog-leave-to,\n .p-dialog-bottomright .p-dialog-enter-from,\n .p-dialog-bottomright .p-dialog-leave-to {\n transform: translate3d(100%, 0px, 0px);\n }\n\n /* Maximize */\n .p-dialog-maximized {\n -webkit-transition: none;\n transition: none;\n transform: none;\n width: 100vw !important;\n height: 100vh !important;\n top: 0px;\n left: 0px;\n max-height: 100%;\n height: 100%;\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";
3481
3578
 
3482
3579
  /* Position */
3483
3580
  var inlineStyles = {
@@ -3957,7 +4054,7 @@ this.primevue.image.style = (function (BaseStyle) {
3957
4054
 
3958
4055
  var BaseStyle__default = /*#__PURE__*/_interopDefaultLegacy(BaseStyle);
3959
4056
 
3960
- var css = "\n@layer primevue {\n .p-image-mask {\n display: flex;\n align-items: center;\n justify-content: center;\n }\n\n .p-image-preview-container {\n position: relative;\n display: inline-block;\n line-height: 0;\n }\n\n .p-image-preview-indicator {\n position: absolute;\n left: 0;\n top: 0;\n width: 100%;\n height: 100%;\n display: flex;\n align-items: center;\n justify-content: center;\n opacity: 0;\n transition: opacity 0.3s;\n border: none;\n padding: 0;\n }\n\n .p-image-preview-container:hover > .p-image-preview-indicator {\n opacity: 1;\n cursor: pointer;\n }\n\n .p-image-preview-container > img {\n cursor: pointer;\n }\n\n .p-image-toolbar {\n position: absolute;\n top: 0;\n right: 0;\n display: flex;\n }\n\n .p-image-action.p-link {\n display: flex;\n justify-content: center;\n align-items: center;\n }\n\n .p-image-preview {\n transition: transform 0.15s;\n max-width: 100vw;\n max-height: 100vh;\n }\n\n .p-image-preview-enter-active {\n transition: all 150ms cubic-bezier(0, 0, 0.2, 1);\n }\n .p-image-preview-leave-active {\n transition: all 150ms cubic-bezier(0.4, 0, 0.2, 1);\n }\n .p-image-preview-enter-from,\n .p-image-preview-leave-to {\n opacity: 0;\n transform: scale(0.7);\n }\n}\n";
4057
+ var css = "\n@layer primevue {\n .p-image-mask {\n display: flex;\n align-items: center;\n justify-content: center;\n }\n\n .p-image-preview-container {\n position: relative;\n display: inline-block;\n line-height: 0;\n }\n\n .p-image-preview-indicator {\n position: absolute;\n left: 0;\n top: 0;\n width: 100%;\n height: 100%;\n display: flex;\n align-items: center;\n justify-content: center;\n opacity: 0;\n transition: opacity 0.3s;\n border: none;\n padding: 0;\n }\n\n .p-image-preview-container:hover > .p-image-preview-indicator {\n opacity: 1;\n cursor: pointer;\n }\n\n .p-image-preview-container > img {\n cursor: pointer;\n }\n\n .p-image-toolbar {\n position: absolute;\n top: 0;\n right: 0;\n display: flex;\n z-index: 1;\n }\n\n .p-image-action.p-link {\n display: flex;\n justify-content: center;\n align-items: center;\n }\n \n .p-image-action.p-disabled {\n pointer-events: auto;\n }\n\n .p-image-preview {\n transition: transform 0.15s;\n max-width: 100vw;\n max-height: 100vh;\n }\n\n .p-image-preview-enter-active {\n transition: all 150ms cubic-bezier(0, 0, 0.2, 1);\n }\n .p-image-preview-leave-active {\n transition: all 150ms cubic-bezier(0.4, 0, 0.2, 1);\n }\n .p-image-preview-enter-from,\n .p-image-preview-leave-to {\n opacity: 0;\n transform: scale(0.7);\n }\n}\n";
3961
4058
  var classes = {
3962
4059
  root: function root(_ref) {
3963
4060
  var props = _ref.props;
@@ -4545,7 +4642,7 @@ this.primevue.message.style = (function (BaseStyle) {
4545
4642
 
4546
4643
  var BaseStyle__default = /*#__PURE__*/_interopDefaultLegacy(BaseStyle);
4547
4644
 
4548
- var css = "\n@layer primevue {\n .p-message-wrapper {\n display: flex;\n align-items: center;\n }\n\n .p-message-icon {\n flex-shrink: 0;\n }\n\n .p-message-close {\n display: flex;\n align-items: center;\n justify-content: center;\n flex-shrink: 0;\n }\n\n .p-message-close.p-link {\n margin-left: auto;\n overflow: hidden;\n position: relative;\n }\n\n .p-message-enter-from {\n opacity: 0;\n }\n\n .p-message-enter-active {\n transition: opacity 0.3s;\n }\n\n .p-message.p-message-leave-from {\n max-height: 1000px;\n }\n\n .p-message.p-message-leave-to {\n max-height: 0;\n opacity: 0;\n margin: 0 !important;\n }\n\n .p-message-leave-active {\n overflow: hidden;\n transition: max-height 0.3s cubic-bezier(0, 1, 0, 1), opacity 0.3s, margin 0.15s;\n }\n\n .p-message-leave-active .p-message-close {\n display: none;\n }\n}\n";
4645
+ var css = "\n@layer primevue {\n .p-message-wrapper {\n display: flex;\n align-items: center;\n }\n\n .p-message-icon {\n flex-shrink: 0;\n }\n\n .p-message-close {\n display: flex;\n align-items: center;\n justify-content: center;\n flex-shrink: 0;\n }\n\n .p-message-close.p-link {\n margin-left: auto;\n overflow: hidden;\n position: relative;\n }\n\n .p-message-enter-from {\n opacity: 0;\n }\n\n .p-message-enter-active {\n transition: opacity 0.3s;\n }\n\n .p-message.p-message-leave-from {\n max-height: 1000px;\n }\n\n .p-message.p-message-leave-to {\n max-height: 0;\n opacity: 0;\n margin: 0;\n }\n\n .p-message-leave-active {\n overflow: hidden;\n transition: max-height 0.3s cubic-bezier(0, 1, 0, 1), opacity 0.3s, margin 0.15s;\n }\n\n .p-message-leave-active .p-message-close {\n display: none;\n }\n}\n";
4549
4646
  var classes = {
4550
4647
  root: function root(_ref) {
4551
4648
  var props = _ref.props;
@@ -5031,7 +5128,7 @@ this.primevue.picklist.style = (function (BaseStyle) {
5031
5128
 
5032
5129
  var BaseStyle__default = /*#__PURE__*/_interopDefaultLegacy(BaseStyle);
5033
5130
 
5034
- var css = "\n@layer primevue {\n .p-picklist {\n display: flex;\n }\n\n .p-picklist-buttons {\n display: flex;\n flex-direction: column;\n justify-content: center;\n }\n\n .p-picklist-list-wrapper {\n flex: 1 1 50%;\n }\n\n .p-picklist-list {\n list-style-type: none;\n margin: 0;\n padding: 0;\n overflow: auto;\n min-height: 12rem;\n max-height: 24rem;\n }\n\n .p-picklist-item {\n cursor: pointer;\n overflow: hidden;\n position: relative;\n }\n\n .p-picklist-item.p-picklist-flip-enter-active.p-picklist-flip-enter-to,\n .p-picklist-item.p-picklist-flip-leave-active.p-picklist-flip-leave-to {\n transition: none !important;\n }\n}\n";
5131
+ var css = "\n@layer primevue {\n .p-picklist {\n display: flex;\n }\n\n .p-picklist-buttons {\n display: flex;\n flex-direction: column;\n justify-content: center;\n }\n\n .p-picklist-list-wrapper {\n flex: 1 1 50%;\n }\n\n .p-picklist-list {\n list-style-type: none;\n margin: 0;\n padding: 0;\n overflow: auto;\n min-height: 12rem;\n max-height: 24rem;\n }\n\n .p-picklist-item {\n cursor: pointer;\n overflow: hidden;\n position: relative;\n }\n\n .p-picklist-item.p-picklist-flip-enter-active.p-picklist-flip-enter-to,\n .p-picklist-item.p-picklist-flip-leave-active.p-picklist-flip-leave-to {\n transition: none;\n }\n}\n";
5035
5132
  var classes = {
5036
5133
  root: function root(_ref) {
5037
5134
  var props = _ref.props;
@@ -5232,7 +5329,7 @@ this.primevue.ripple.style = (function (BaseStyle) {
5232
5329
 
5233
5330
  var BaseStyle__default = /*#__PURE__*/_interopDefaultLegacy(BaseStyle);
5234
5331
 
5235
- var css = "\n@keyframes ripple {\n 100% {\n opacity: 0;\n transform: scale(2.5);\n }\n}\n\n@layer primevue {\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 pointer-events: none;\n }\n\n .p-ink-active {\n animation: ripple 0.4s linear;\n }\n\n .p-ripple-disabled .p-ink {\n display: none !important;\n }\n}\n";
5332
+ var css = "\n@keyframes ripple {\n 100% {\n opacity: 0;\n transform: scale(2.5);\n }\n}\n\n@layer primevue {\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 pointer-events: none;\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";
5236
5333
  var classes = {
5237
5334
  root: 'p-ink'
5238
5335
  };
@@ -6135,7 +6232,7 @@ this.primevue.tooltip.style = (function (BaseStyle) {
6135
6232
 
6136
6233
  var BaseStyle__default = /*#__PURE__*/_interopDefaultLegacy(BaseStyle);
6137
6234
 
6138
- var css = "\n@layer primevue {\n .p-tooltip {\n position:absolute;\n display:none;\n padding: .25em .5rem;\n max-width: 12.5rem;\n }\n\n .p-tooltip.p-tooltip-right,\n .p-tooltip.p-tooltip-left {\n padding: 0 .25rem;\n }\n\n .p-tooltip.p-tooltip-top,\n .p-tooltip.p-tooltip-bottom {\n padding:.25em 0;\n }\n\n .p-tooltip .p-tooltip-text {\n white-space: pre-line;\n word-break: break-word;\n }\n\n .p-tooltip-arrow {\n position: absolute;\n width: 0;\n height: 0;\n border-color: transparent;\n border-style: solid;\n }\n\n .p-tooltip-right .p-tooltip-arrow {\n margin-top: -.25rem;\n border-width: .25em .25em .25em 0;\n }\n\n .p-tooltip-left .p-tooltip-arrow {\n margin-top: -.25rem;\n border-width: .25em 0 .25em .25rem;\n }\n\n .p-tooltip.p-tooltip-top {\n padding: .25em 0;\n }\n\n .p-tooltip-top .p-tooltip-arrow {\n margin-left: -.25rem;\n border-width: .25em .25em 0;\n }\n\n .p-tooltip-bottom .p-tooltip-arrow {\n margin-left: -.25rem;\n border-width: 0 .25em .25rem;\n }\n}\n";
6235
+ var css = "\n@layer primevue {\n .p-tooltip {\n position:absolute;\n display:none;\n padding: .25em .5rem;\n max-width: 12.5rem;\n }\n\n .p-tooltip.p-tooltip-right,\n .p-tooltip.p-tooltip-left {\n padding: 0 .25rem;\n }\n\n .p-tooltip.p-tooltip-top,\n .p-tooltip.p-tooltip-bottom {\n padding:.25em 0;\n }\n\n .p-tooltip .p-tooltip-text {\n white-space: pre-line;\n word-break: break-word;\n }\n\n .p-tooltip-arrow {\n position: absolute;\n width: 0;\n height: 0;\n border-color: transparent;\n border-style: solid;\n scale: 2;\n }\n\n .p-tooltip-right .p-tooltip-arrow {\n margin-top: -.25rem;\n border-width: .25em .25em .25em 0;\n }\n\n .p-tooltip-left .p-tooltip-arrow {\n margin-top: -.25rem;\n border-width: .25em 0 .25em .25rem;\n }\n\n .p-tooltip.p-tooltip-top {\n padding: .25em 0;\n }\n\n .p-tooltip-top .p-tooltip-arrow {\n margin-left: -.25rem;\n border-width: .25em .25em 0;\n }\n\n .p-tooltip-bottom .p-tooltip-arrow {\n margin-left: -.25rem;\n border-width: 0 .25em .25rem;\n }\n}\n";
6139
6236
  var classes = {
6140
6237
  root: 'p-tooltip p-component',
6141
6238
  arrow: 'p-tooltip-arrow',
@@ -6289,7 +6386,7 @@ this.primevue.treetable.style = (function (BaseStyle) {
6289
6386
 
6290
6387
  var BaseStyle__default = /*#__PURE__*/_interopDefaultLegacy(BaseStyle);
6291
6388
 
6292
- var css = "\n@layer primevue {\n .p-treetable {\n position: relative;\n }\n\n .p-treetable table {\n border-collapse: collapse;\n width: 100%;\n table-layout: fixed;\n }\n\n .p-treetable .p-sortable-column {\n cursor: pointer;\n user-select: none;\n }\n\n .p-treetable-responsive-scroll > .p-treetable-wrapper {\n overflow-x: auto;\n }\n\n .p-treetable-responsive-scroll > .p-treetable-wrapper > table,\n .p-treetable-auto-layout > .p-treetable-wrapper > table {\n table-layout: auto;\n }\n\n .p-treetable-hoverable-rows .p-treetable-tbody > tr {\n cursor: pointer;\n }\n\n .p-treetable-toggler {\n cursor: pointer;\n user-select: none;\n display: inline-flex;\n align-items: center;\n justify-content: center;\n vertical-align: middle;\n overflow: hidden;\n position: relative;\n }\n\n .p-treetable-toggler + .p-checkbox {\n vertical-align: middle;\n }\n\n .p-treetable-toggler + .p-checkbox + span {\n vertical-align: middle;\n }\n\n /* Resizable */\n .p-treetable-resizable > .p-treetable-wrapper {\n overflow-x: auto;\n }\n\n .p-treetable-resizable .p-treetable-thead > tr > th,\n .p-treetable-resizable .p-treetable-tfoot > tr > td,\n .p-treetable-resizable .p-treetable-tbody > tr > td {\n overflow: hidden;\n }\n\n .p-treetable-resizable .p-resizable-column:not(.p-frozen-column) {\n background-clip: padding-box;\n position: relative;\n }\n\n .p-treetable-resizable-fit .p-resizable-column:last-child .p-column-resizer {\n display: none;\n }\n\n .p-treetable .p-column-resizer {\n display: block;\n position: absolute !important;\n top: 0;\n right: 0;\n margin: 0;\n width: 0.5rem;\n height: 100%;\n padding: 0px;\n cursor: col-resize;\n border: 1px solid transparent;\n }\n\n .p-treetable .p-column-resizer-helper {\n width: 1px;\n position: absolute;\n z-index: 10;\n display: none;\n }\n\n .p-treetable .p-treetable-loading-overlay {\n position: absolute;\n display: flex;\n align-items: center;\n justify-content: center;\n z-index: 2;\n }\n\n /* Scrollable */\n .p-treetable-scrollable .p-treetable-wrapper {\n position: relative;\n overflow: auto;\n }\n\n .p-treetable-scrollable .p-treetable-table {\n display: block;\n }\n\n .p-treetable-scrollable .p-treetable-thead,\n .p-treetable-scrollable .p-treetable-tbody,\n .p-treetable-scrollable .p-treetable-tfoot {\n display: block;\n }\n\n .p-treetable-scrollable .p-treetable-thead > tr,\n .p-treetable-scrollable .p-treetable-tbody > tr,\n .p-treetable-scrollable .p-treetable-tfoot > tr {\n display: flex;\n flex-wrap: nowrap;\n width: 100%;\n }\n\n .p-treetable-scrollable .p-treetable-thead > tr > th,\n .p-treetable-scrollable .p-treetable-tbody > tr > td,\n .p-treetable-scrollable .p-treetable-tfoot > tr > td {\n display: flex;\n flex: 1 1 0;\n align-items: center;\n }\n\n .p-treetable-scrollable .p-treetable-thead {\n position: sticky;\n top: 0;\n z-index: 1;\n }\n\n .p-treetable-scrollable .p-treetable-tfoot {\n position: sticky;\n bottom: 0;\n z-index: 1;\n }\n\n .p-treetable-scrollable .p-frozen-column {\n position: sticky;\n background: inherit;\n }\n\n .p-treetable-scrollable th.p-frozen-column {\n z-index: 1;\n }\n\n .p-treetable-scrollable-both .p-treetable-thead > tr > th,\n .p-treetable-scrollable-both .p-treetable-tbody > tr > td,\n .p-treetable-scrollable-both .p-treetable-tfoot > tr > td,\n .p-treetable-scrollable-horizontal .p-treetable-thead > tr > th .p-treetable-scrollable-horizontal .p-treetable-tbody > tr > td,\n .p-treetable-scrollable-horizontal .p-treetable-tfoot > tr > td {\n flex: 0 0 auto;\n }\n\n .p-treetable-flex-scrollable {\n display: flex;\n flex-direction: column;\n height: 100%;\n }\n\n .p-treetable-flex-scrollable .p-treetable-wrapper {\n display: flex;\n flex-direction: column;\n flex: 1;\n height: 100%;\n }\n}\n";
6389
+ var css = "\n@layer primevue {\n .p-treetable {\n position: relative;\n }\n\n .p-treetable table {\n border-collapse: collapse;\n width: 100%;\n table-layout: fixed;\n }\n\n .p-treetable .p-sortable-column {\n cursor: pointer;\n user-select: none;\n }\n\n .p-treetable-responsive-scroll > .p-treetable-wrapper {\n overflow-x: auto;\n }\n\n .p-treetable-responsive-scroll > .p-treetable-wrapper > table,\n .p-treetable-auto-layout > .p-treetable-wrapper > table {\n table-layout: auto;\n }\n\n .p-treetable-hoverable-rows .p-treetable-tbody > tr {\n cursor: pointer;\n }\n\n .p-treetable-toggler {\n cursor: pointer;\n user-select: none;\n display: inline-flex;\n align-items: center;\n justify-content: center;\n vertical-align: middle;\n overflow: hidden;\n position: relative;\n }\n\n .p-treetable-toggler + .p-checkbox {\n vertical-align: middle;\n }\n\n .p-treetable-toggler + .p-checkbox + span {\n vertical-align: middle;\n }\n\n /* Resizable */\n .p-treetable-resizable > .p-treetable-wrapper {\n overflow-x: auto;\n }\n\n .p-treetable-resizable .p-treetable-thead > tr > th,\n .p-treetable-resizable .p-treetable-tfoot > tr > td,\n .p-treetable-resizable .p-treetable-tbody > tr > td {\n overflow: hidden;\n }\n\n .p-treetable-resizable .p-resizable-column:not(.p-frozen-column) {\n background-clip: padding-box;\n position: relative;\n }\n\n .p-treetable-resizable-fit .p-resizable-column:last-child .p-column-resizer {\n display: none;\n }\n\n .p-treetable .p-column-resizer {\n display: block;\n position: absolute;\n top: 0;\n right: 0;\n margin: 0;\n width: 0.5rem;\n height: 100%;\n padding: 0px;\n cursor: col-resize;\n border: 1px solid transparent;\n }\n\n .p-treetable .p-column-resizer-helper {\n width: 1px;\n position: absolute;\n z-index: 10;\n display: none;\n }\n\n .p-treetable .p-treetable-loading-overlay {\n position: absolute;\n display: flex;\n align-items: center;\n justify-content: center;\n z-index: 2;\n }\n\n /* Scrollable */\n .p-treetable-scrollable .p-treetable-wrapper {\n position: relative;\n overflow: auto;\n }\n\n .p-treetable-scrollable .p-treetable-table {\n display: block;\n }\n\n .p-treetable-scrollable .p-treetable-thead,\n .p-treetable-scrollable .p-treetable-tbody,\n .p-treetable-scrollable .p-treetable-tfoot {\n display: block;\n }\n\n .p-treetable-scrollable .p-treetable-thead > tr,\n .p-treetable-scrollable .p-treetable-tbody > tr,\n .p-treetable-scrollable .p-treetable-tfoot > tr {\n display: flex;\n flex-wrap: nowrap;\n width: 100%;\n }\n\n .p-treetable-scrollable .p-treetable-thead > tr > th,\n .p-treetable-scrollable .p-treetable-tbody > tr > td,\n .p-treetable-scrollable .p-treetable-tfoot > tr > td {\n display: flex;\n flex: 1 1 0;\n align-items: center;\n }\n\n .p-treetable-scrollable .p-treetable-thead {\n position: sticky;\n top: 0;\n z-index: 1;\n }\n\n .p-treetable-scrollable .p-treetable-tfoot {\n position: sticky;\n bottom: 0;\n z-index: 1;\n }\n\n .p-treetable-scrollable .p-frozen-column {\n position: sticky;\n background: inherit;\n }\n\n .p-treetable-scrollable th.p-frozen-column {\n z-index: 1;\n }\n\n .p-treetable-scrollable-both .p-treetable-thead > tr > th,\n .p-treetable-scrollable-both .p-treetable-tbody > tr > td,\n .p-treetable-scrollable-both .p-treetable-tfoot > tr > td,\n .p-treetable-scrollable-horizontal .p-treetable-thead > tr > th .p-treetable-scrollable-horizontal .p-treetable-tbody > tr > td,\n .p-treetable-scrollable-horizontal .p-treetable-tfoot > tr > td {\n flex: 0 0 auto;\n }\n\n .p-treetable-flex-scrollable {\n display: flex;\n flex-direction: column;\n height: 100%;\n }\n\n .p-treetable-flex-scrollable .p-treetable-wrapper {\n display: flex;\n flex-direction: column;\n flex: 1;\n height: 100%;\n }\n}\n";
6293
6390
  var classes = {
6294
6391
  root: function root(_ref) {
6295
6392
  var instance = _ref.instance,
@@ -6444,7 +6541,7 @@ this.primevue.virtualscroller.style = (function (BaseStyle) {
6444
6541
 
6445
6542
  var BaseStyle__default = /*#__PURE__*/_interopDefaultLegacy(BaseStyle);
6446
6543
 
6447
- var css = "\n.p-virtualscroller {\n position: relative;\n overflow: auto;\n contain: strict;\n transform: translateZ(0);\n will-change: scroll-position;\n outline: 0 none;\n}\n\n.p-virtualscroller-content {\n position: absolute;\n top: 0;\n left: 0;\n /* contain: content; */\n min-height: 100%;\n min-width: 100%;\n will-change: transform;\n}\n\n.p-virtualscroller-spacer {\n position: absolute;\n top: 0;\n left: 0;\n height: 1px;\n width: 1px;\n transform-origin: 0 0;\n pointer-events: none;\n}\n\n.p-virtualscroller .p-virtualscroller-loader {\n position: sticky;\n top: 0;\n left: 0;\n width: 100%;\n height: 100%;\n}\n\n.p-virtualscroller-loader.p-component-overlay {\n display: flex;\n align-items: center;\n justify-content: center;\n}\n\n.p-virtualscroller-loading-icon {\n font-size: 2rem;\n}\n\n.p-virtualscroller-loading-icon.p-icon {\n width: 2rem;\n height: 2rem;\n}\n\n.p-virtualscroller-horizontal > .p-virtualscroller-content {\n display: flex;\n}\n\n/* Inline */\n.p-virtualscroller-inline .p-virtualscroller-content {\n position: static;\n}\n";
6544
+ var css = "\n@layer primevue {\n .p-virtualscroller {\n position: relative;\n overflow: auto;\n contain: strict;\n transform: translateZ(0);\n will-change: scroll-position;\n outline: 0 none;\n }\n\n .p-virtualscroller-content {\n position: absolute;\n top: 0;\n left: 0;\n /* contain: content; */\n min-height: 100%;\n min-width: 100%;\n will-change: transform;\n }\n\n .p-virtualscroller-spacer {\n position: absolute;\n top: 0;\n left: 0;\n height: 1px;\n width: 1px;\n transform-origin: 0 0;\n pointer-events: none;\n }\n\n .p-virtualscroller .p-virtualscroller-loader {\n position: sticky;\n top: 0;\n left: 0;\n width: 100%;\n height: 100%;\n }\n\n .p-virtualscroller-loader.p-component-overlay {\n display: flex;\n align-items: center;\n justify-content: center;\n }\n\n .p-virtualscroller-loading-icon {\n font-size: 2rem;\n }\n\n .p-virtualscroller-loading-icon.p-icon {\n width: 2rem;\n height: 2rem;\n }\n\n .p-virtualscroller-horizontal > .p-virtualscroller-content {\n display: flex;\n }\n\n /* Inline */\n .p-virtualscroller-inline .p-virtualscroller-content {\n position: static;\n }\n}\n";
6448
6545
  var VirtualScrollerStyle = BaseStyle__default["default"].extend({
6449
6546
  name: 'virtualscroller',
6450
6547
  css: css
@@ -6812,7 +6909,7 @@ this.primevue.portal = (function (utils, vue) {
6812
6909
  name: 'Portal',
6813
6910
  props: {
6814
6911
  appendTo: {
6815
- type: String,
6912
+ type: [String, Object],
6816
6913
  "default": 'body'
6817
6914
  },
6818
6915
  disabled: {
@@ -6868,7 +6965,7 @@ this.primevue.basecomponent = (function (BaseStyle, utils, vue, usestyle) {
6868
6965
  var checkboxCSS = "\n.p-checkbox {\n display: inline-flex;\n cursor: pointer;\n user-select: none;\n vertical-align: bottom;\n position: relative;\n}\n\n.p-checkbox.p-checkbox-disabled {\n cursor: default;\n}\n\n.p-checkbox-box {\n display: flex;\n justify-content: center;\n align-items: center;\n}\n";
6869
6966
  var inputTextCSS = "\n.p-fluid .p-inputtext {\n width: 100%;\n}\n\n/* InputGroup */\n.p-inputgroup {\n display: flex;\n align-items: stretch;\n width: 100%;\n}\n\n.p-inputgroup-addon {\n display: flex;\n align-items: center;\n justify-content: center;\n}\n\n.p-inputgroup .p-float-label {\n display: flex;\n align-items: stretch;\n width: 100%;\n}\n\n.p-inputgroup .p-inputtext,\n.p-fluid .p-inputgroup .p-inputtext,\n.p-inputgroup .p-inputwrapper,\n.p-fluid .p-inputgroup .p-input {\n flex: 1 1 auto;\n width: 1%;\n}\n\n/* Floating Label */\n.p-float-label {\n display: block;\n position: relative;\n}\n\n.p-float-label label {\n position: absolute;\n pointer-events: none;\n top: 50%;\n margin-top: -.5rem;\n transition-property: all;\n transition-timing-function: ease;\n line-height: 1;\n}\n\n.p-float-label textarea ~ label {\n top: 1rem;\n}\n\n.p-float-label input:focus ~ label,\n.p-float-label input.p-filled ~ label,\n.p-float-label input:-webkit-autofill ~ label,\n.p-float-label textarea:focus ~ label,\n.p-float-label textarea.p-filled ~ label,\n.p-float-label .p-inputwrapper-focus ~ label,\n.p-float-label .p-inputwrapper-filled ~ label {\n top: -.75rem;\n font-size: 12px;\n}\n\n\n.p-float-label .p-placeholder,\n.p-float-label input::placeholder,\n.p-float-label .p-inputtext::placeholder {\n opacity: 0;\n transition-property: all;\n transition-timing-function: ease;\n}\n\n.p-float-label .p-focus .p-placeholder,\n.p-float-label input:focus::placeholder,\n.p-float-label .p-inputtext:focus::placeholder {\n opacity: 1;\n transition-property: all;\n transition-timing-function: ease;\n}\n\n.p-input-icon-left,\n.p-input-icon-right {\n position: relative;\n display: inline-block;\n}\n\n.p-input-icon-left > i,\n.p-input-icon-left > svg,\n.p-input-icon-right > i,\n.p-input-icon-right > svg {\n position: absolute;\n top: 50%;\n margin-top: -.5rem;\n}\n\n.p-fluid .p-input-icon-left,\n.p-fluid .p-input-icon-right {\n display: block;\n width: 100%;\n}\n";
6870
6967
  var radioButtonCSS = "\n.p-radiobutton {\n position: relative;\n display: inline-flex;\n cursor: pointer;\n user-select: none;\n vertical-align: bottom;\n}\n\n.p-radiobutton.p-radiobutton-disabled {\n cursor: default;\n}\n\n.p-radiobutton-box {\n display: flex;\n justify-content: center;\n align-items: center;\n}\n\n.p-radiobutton-icon {\n -webkit-backface-visibility: hidden;\n backface-visibility: hidden;\n transform: translateZ(0) scale(.1);\n border-radius: 50%;\n visibility: hidden;\n}\n\n.p-radiobutton-box.p-highlight .p-radiobutton-icon {\n transform: translateZ(0) scale(1.0, 1.0);\n visibility: visible;\n}\n";
6871
- var css = "\n@layer primevue {\n.p-component, .p-component * {\n box-sizing: border-box;\n}\n\n.p-hidden-space {\n visibility: hidden;\n}\n\n.p-reset {\n margin: 0;\n padding: 0;\n border: 0;\n outline: 0;\n text-decoration: none;\n font-size: 100%;\n list-style: none;\n}\n\n.p-disabled, .p-disabled * {\n cursor: default !important;\n pointer-events: none;\n user-select: none;\n}\n\n.p-component-overlay {\n position: fixed;\n top: 0;\n left: 0;\n width: 100%;\n height: 100%;\n}\n\n.p-unselectable-text {\n user-select: none;\n}\n\n.p-sr-only {\n border: 0;\n clip: rect(1px, 1px, 1px, 1px);\n clip-path: inset(50%);\n height: 1px;\n margin: -1px;\n overflow: hidden;\n padding: 0;\n position: absolute;\n width: 1px;\n word-wrap: normal !important;\n}\n\n.p-link {\n\ttext-align: left;\n\tbackground-color: transparent;\n\tmargin: 0;\n\tpadding: 0;\n\tborder: none;\n cursor: pointer;\n user-select: none;\n}\n\n.p-link:disabled {\n\tcursor: default;\n}\n\n/* Non vue overlay animations */\n.p-connected-overlay {\n opacity: 0;\n transform: scaleY(0.8);\n transition: transform .12s cubic-bezier(0, 0, 0.2, 1), opacity .12s cubic-bezier(0, 0, 0.2, 1);\n}\n\n.p-connected-overlay-visible {\n opacity: 1;\n transform: scaleY(1);\n}\n\n.p-connected-overlay-hidden {\n opacity: 0;\n transform: scaleY(1);\n transition: opacity .1s linear;\n}\n\n/* Vue based overlay animations */\n.p-connected-overlay-enter-from {\n opacity: 0;\n transform: scaleY(0.8);\n}\n\n.p-connected-overlay-leave-to {\n opacity: 0;\n}\n\n.p-connected-overlay-enter-active {\n transition: transform .12s cubic-bezier(0, 0, 0.2, 1), opacity .12s cubic-bezier(0, 0, 0.2, 1);\n}\n\n.p-connected-overlay-leave-active {\n transition: opacity .1s linear;\n}\n\n/* Toggleable Content */\n.p-toggleable-content-enter-from,\n.p-toggleable-content-leave-to {\n max-height: 0;\n}\n\n.p-toggleable-content-enter-to,\n.p-toggleable-content-leave-from {\n max-height: 1000px;\n}\n\n.p-toggleable-content-leave-active {\n overflow: hidden;\n transition: max-height 0.45s cubic-bezier(0, 1, 0, 1);\n}\n\n.p-toggleable-content-enter-active {\n overflow: hidden;\n transition: max-height 1s ease-in-out;\n}\n".concat(buttonCSS, "\n").concat(checkboxCSS, "\n").concat(inputTextCSS, "\n").concat(radioButtonCSS, "\n}\n");
6968
+ var css = "\n@layer primevue {\n.p-component, .p-component * {\n box-sizing: border-box;\n}\n\n.p-hidden-space {\n visibility: hidden;\n}\n\n.p-reset {\n margin: 0;\n padding: 0;\n border: 0;\n outline: 0;\n text-decoration: none;\n font-size: 100%;\n list-style: none;\n}\n\n.p-disabled, .p-disabled * {\n cursor: default;\n pointer-events: none;\n user-select: none;\n}\n\n.p-component-overlay {\n position: fixed;\n top: 0;\n left: 0;\n width: 100%;\n height: 100%;\n}\n\n.p-unselectable-text {\n user-select: none;\n}\n\n.p-sr-only {\n border: 0;\n clip: rect(1px, 1px, 1px, 1px);\n clip-path: inset(50%);\n height: 1px;\n margin: -1px;\n overflow: hidden;\n padding: 0;\n position: absolute;\n width: 1px;\n word-wrap: normal;\n}\n\n.p-link {\n\ttext-align: left;\n\tbackground-color: transparent;\n\tmargin: 0;\n\tpadding: 0;\n\tborder: none;\n cursor: pointer;\n user-select: none;\n}\n\n.p-link:disabled {\n\tcursor: default;\n}\n\n/* Non vue overlay animations */\n.p-connected-overlay {\n opacity: 0;\n transform: scaleY(0.8);\n transition: transform .12s cubic-bezier(0, 0, 0.2, 1), opacity .12s cubic-bezier(0, 0, 0.2, 1);\n}\n\n.p-connected-overlay-visible {\n opacity: 1;\n transform: scaleY(1);\n}\n\n.p-connected-overlay-hidden {\n opacity: 0;\n transform: scaleY(1);\n transition: opacity .1s linear;\n}\n\n/* Vue based overlay animations */\n.p-connected-overlay-enter-from {\n opacity: 0;\n transform: scaleY(0.8);\n}\n\n.p-connected-overlay-leave-to {\n opacity: 0;\n}\n\n.p-connected-overlay-enter-active {\n transition: transform .12s cubic-bezier(0, 0, 0.2, 1), opacity .12s cubic-bezier(0, 0, 0.2, 1);\n}\n\n.p-connected-overlay-leave-active {\n transition: opacity .1s linear;\n}\n\n/* Toggleable Content */\n.p-toggleable-content-enter-from,\n.p-toggleable-content-leave-to {\n max-height: 0;\n}\n\n.p-toggleable-content-enter-to,\n.p-toggleable-content-leave-from {\n max-height: 1000px;\n}\n\n.p-toggleable-content-leave-active {\n overflow: hidden;\n transition: max-height 0.45s cubic-bezier(0, 1, 0, 1);\n}\n\n.p-toggleable-content-enter-active {\n overflow: hidden;\n transition: max-height 1s ease-in-out;\n}\n".concat(buttonCSS, "\n").concat(checkboxCSS, "\n").concat(inputTextCSS, "\n").concat(radioButtonCSS, "\n}\n");
6872
6969
  var BaseComponentStyle = BaseStyle__default["default"].extend({
6873
6970
  name: 'common',
6874
6971
  css: css,
@@ -7122,7 +7219,7 @@ this.primevue.basecomponent = (function (BaseStyle, utils, vue, usestyle) {
7122
7219
  return this.unstyled !== undefined ? this.unstyled : (_this$$config10 = this.$config) === null || _this$$config10 === void 0 ? void 0 : _this$$config10.unstyled;
7123
7220
  },
7124
7221
  $params: function $params() {
7125
- var parentInstance = this.$parentInstance || this.$parent;
7222
+ var parentInstance = this._getHostInstance(this) || this.$parent;
7126
7223
  return {
7127
7224
  instance: this,
7128
7225
  props: this.$props,
@@ -7169,6 +7266,12 @@ this.primevue.baseicon = (function (BaseComponent, BaseIconStyle, utils) {
7169
7266
  var BaseComponent__default = /*#__PURE__*/_interopDefaultLegacy(BaseComponent);
7170
7267
  var BaseIconStyle__default = /*#__PURE__*/_interopDefaultLegacy(BaseIconStyle);
7171
7268
 
7269
+ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
7270
+ 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; }
7271
+ 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; }
7272
+ function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
7273
+ function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : String(i); }
7274
+ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
7172
7275
  var script = {
7173
7276
  name: 'BaseIcon',
7174
7277
  "extends": BaseComponent__default["default"],
@@ -7183,29 +7286,18 @@ this.primevue.baseicon = (function (BaseComponent, BaseIconStyle, utils) {
7183
7286
  }
7184
7287
  },
7185
7288
  style: BaseIconStyle__default["default"],
7186
- beforeMount: function beforeMount() {
7187
- var _this$$config;
7188
- BaseIconStyle__default["default"].loadStyle({
7189
- nonce: (_this$$config = this.$config) === null || _this$$config === void 0 || (_this$$config = _this$$config.csp) === null || _this$$config === void 0 ? void 0 : _this$$config.nonce
7190
- });
7191
- },
7192
7289
  methods: {
7193
7290
  pti: function pti() {
7194
7291
  var isLabelEmpty = utils.ObjectUtils.isEmpty(this.label);
7195
- return {
7292
+ return _objectSpread(_objectSpread({}, !this.isUnstyled && {
7196
7293
  "class": ['p-icon', {
7197
7294
  'p-icon-spin': this.spin
7198
- }],
7295
+ }]
7296
+ }), {}, {
7199
7297
  role: !isLabelEmpty ? 'img' : undefined,
7200
7298
  'aria-label': !isLabelEmpty ? this.label : undefined,
7201
7299
  'aria-hidden': isLabelEmpty
7202
- };
7203
- }
7204
- },
7205
- computed: {
7206
- $config: function $config() {
7207
- var _this$$primevue;
7208
- return (_this$$primevue = this.$primevue) === null || _this$$primevue === void 0 ? void 0 : _this$$primevue.config;
7300
+ });
7209
7301
  }
7210
7302
  }
7211
7303
  };
@@ -7521,7 +7613,7 @@ this.primevue.icons.arrowdown = (function (BaseIcon, utils, vue) {
7521
7613
  }
7522
7614
  };
7523
7615
 
7524
- var _hoisted_1 = ["clipPath"];
7616
+ var _hoisted_1 = ["clip-path"];
7525
7617
  var _hoisted_2 = /*#__PURE__*/vue.createElementVNode("path", {
7526
7618
  "fill-rule": "evenodd",
7527
7619
  "clip-rule": "evenodd",
@@ -7544,7 +7636,7 @@ this.primevue.icons.arrowdown = (function (BaseIcon, utils, vue) {
7544
7636
  fill: "none",
7545
7637
  xmlns: "http://www.w3.org/2000/svg"
7546
7638
  }, _ctx.pti()), [vue.createElementVNode("g", {
7547
- clipPath: "url(#".concat($options.pathId, ")")
7639
+ "clip-path": "url(#".concat($options.pathId, ")")
7548
7640
  }, _hoisted_3, 8, _hoisted_1), vue.createElementVNode("defs", null, [vue.createElementVNode("clipPath", {
7549
7641
  id: "".concat($options.pathId)
7550
7642
  }, _hoisted_6, 8, _hoisted_4)])], 16);
@@ -7575,7 +7667,7 @@ this.primevue.icons.arrowup = (function (BaseIcon, utils, vue) {
7575
7667
  }
7576
7668
  };
7577
7669
 
7578
- var _hoisted_1 = ["clipPath"];
7670
+ var _hoisted_1 = ["clip-path"];
7579
7671
  var _hoisted_2 = /*#__PURE__*/vue.createElementVNode("path", {
7580
7672
  "fill-rule": "evenodd",
7581
7673
  "clip-rule": "evenodd",
@@ -7598,7 +7690,7 @@ this.primevue.icons.arrowup = (function (BaseIcon, utils, vue) {
7598
7690
  fill: "none",
7599
7691
  xmlns: "http://www.w3.org/2000/svg"
7600
7692
  }, _ctx.pti()), [vue.createElementVNode("g", {
7601
- clipPath: "url(#".concat($options.pathId, ")")
7693
+ "clip-path": "url(#".concat($options.pathId, ")")
7602
7694
  }, _hoisted_3, 8, _hoisted_1), vue.createElementVNode("defs", null, [vue.createElementVNode("clipPath", {
7603
7695
  id: "".concat($options.pathId)
7604
7696
  }, _hoisted_6, 8, _hoisted_4)])], 16);
@@ -7629,7 +7721,7 @@ this.primevue.icons.ban = (function (BaseIcon, utils, vue) {
7629
7721
  }
7630
7722
  };
7631
7723
 
7632
- var _hoisted_1 = ["clipPath"];
7724
+ var _hoisted_1 = ["clip-path"];
7633
7725
  var _hoisted_2 = /*#__PURE__*/vue.createElementVNode("path", {
7634
7726
  d: "M7 0C5.61553 0 4.26215 0.410543 3.11101 1.17971C1.95987 1.94888 1.06266 3.04213 0.532846 4.32122C0.00303296 5.6003 -0.13559 7.00776 0.134506 8.36563C0.404603 9.7235 1.07129 10.9708 2.05026 11.9497C3.02922 12.9287 4.2765 13.5954 5.63437 13.8655C6.99224 14.1356 8.3997 13.997 9.67879 13.4672C10.9579 12.9373 12.0511 12.0401 12.8203 10.889C13.5895 9.73785 14 8.38447 14 7C14 5.14348 13.2625 3.36301 11.9497 2.05025C10.637 0.737498 8.85652 0 7 0ZM1.16667 7C1.16549 5.65478 1.63303 4.35118 2.48889 3.31333L10.6867 11.5111C9.83309 12.2112 8.79816 12.6544 7.70243 12.789C6.60669 12.9236 5.49527 12.744 4.49764 12.2713C3.50001 11.7986 2.65724 11.0521 2.06751 10.1188C1.47778 9.18558 1.16537 8.10397 1.16667 7ZM11.5111 10.6867L3.31334 2.48889C4.43144 1.57388 5.84966 1.10701 7.29265 1.1789C8.73565 1.2508 10.1004 1.85633 11.1221 2.87795C12.1437 3.89956 12.7492 5.26435 12.8211 6.70735C12.893 8.15034 12.4261 9.56856 11.5111 10.6867Z",
7635
7727
  fill: "currentColor"
@@ -7650,7 +7742,7 @@ this.primevue.icons.ban = (function (BaseIcon, utils, vue) {
7650
7742
  fill: "none",
7651
7743
  xmlns: "http://www.w3.org/2000/svg"
7652
7744
  }, _ctx.pti()), [vue.createElementVNode("g", {
7653
- clipPath: "url(#".concat($options.pathId, ")")
7745
+ "clip-path": "url(#".concat($options.pathId, ")")
7654
7746
  }, _hoisted_3, 8, _hoisted_1), vue.createElementVNode("defs", null, [vue.createElementVNode("clipPath", {
7655
7747
  id: "".concat($options.pathId)
7656
7748
  }, _hoisted_6, 8, _hoisted_4)])], 16);
@@ -7928,7 +8020,7 @@ this.primevue.icons.exclamationtriangle = (function (BaseIcon, utils, vue) {
7928
8020
  }
7929
8021
  };
7930
8022
 
7931
- var _hoisted_1 = ["clipPath"];
8023
+ var _hoisted_1 = ["clip-path"];
7932
8024
  var _hoisted_2 = /*#__PURE__*/vue.createElementVNode("path", {
7933
8025
  d: "M13.4018 13.1893H0.598161C0.49329 13.189 0.390283 13.1615 0.299143 13.1097C0.208003 13.0578 0.131826 12.9832 0.0780112 12.8932C0.0268539 12.8015 0 12.6982 0 12.5931C0 12.4881 0.0268539 12.3848 0.0780112 12.293L6.47985 1.08982C6.53679 1.00399 6.61408 0.933574 6.70484 0.884867C6.7956 0.836159 6.897 0.810669 7 0.810669C7.103 0.810669 7.2044 0.836159 7.29516 0.884867C7.38592 0.933574 7.46321 1.00399 7.52015 1.08982L13.922 12.293C13.9731 12.3848 14 12.4881 14 12.5931C14 12.6982 13.9731 12.8015 13.922 12.8932C13.8682 12.9832 13.792 13.0578 13.7009 13.1097C13.6097 13.1615 13.5067 13.189 13.4018 13.1893ZM1.63046 11.989H12.3695L7 2.59425L1.63046 11.989Z",
7934
8026
  fill: "currentColor"
@@ -7957,7 +8049,7 @@ this.primevue.icons.exclamationtriangle = (function (BaseIcon, utils, vue) {
7957
8049
  fill: "none",
7958
8050
  xmlns: "http://www.w3.org/2000/svg"
7959
8051
  }, _ctx.pti()), [vue.createElementVNode("g", {
7960
- clipPath: "url(#".concat($options.pathId, ")")
8052
+ "clip-path": "url(#".concat($options.pathId, ")")
7961
8053
  }, _hoisted_5, 8, _hoisted_1), vue.createElementVNode("defs", null, [vue.createElementVNode("clipPath", {
7962
8054
  id: "".concat($options.pathId)
7963
8055
  }, _hoisted_8, 8, _hoisted_6)])], 16);
@@ -8025,7 +8117,7 @@ this.primevue.icons.eyeslash = (function (BaseIcon, utils, vue) {
8025
8117
  }
8026
8118
  };
8027
8119
 
8028
- var _hoisted_1 = ["clipPath"];
8120
+ var _hoisted_1 = ["clip-path"];
8029
8121
  var _hoisted_2 = /*#__PURE__*/vue.createElementVNode("path", {
8030
8122
  "fill-rule": "evenodd",
8031
8123
  "clip-rule": "evenodd",
@@ -8048,7 +8140,7 @@ this.primevue.icons.eyeslash = (function (BaseIcon, utils, vue) {
8048
8140
  fill: "none",
8049
8141
  xmlns: "http://www.w3.org/2000/svg"
8050
8142
  }, _ctx.pti()), [vue.createElementVNode("g", {
8051
- clipPath: "url(#".concat($options.pathId, ")")
8143
+ "clip-path": "url(#".concat($options.pathId, ")")
8052
8144
  }, _hoisted_3, 8, _hoisted_1), vue.createElementVNode("defs", null, [vue.createElementVNode("clipPath", {
8053
8145
  id: "".concat($options.pathId)
8054
8146
  }, _hoisted_6, 8, _hoisted_4)])], 16);
@@ -8079,7 +8171,7 @@ this.primevue.icons.filter = (function (BaseIcon, utils, vue) {
8079
8171
  }
8080
8172
  };
8081
8173
 
8082
- var _hoisted_1 = ["clipPath"];
8174
+ var _hoisted_1 = ["clip-path"];
8083
8175
  var _hoisted_2 = /*#__PURE__*/vue.createElementVNode("path", {
8084
8176
  d: "M8.64708 14H5.35296C5.18981 13.9979 5.03395 13.9321 4.91858 13.8167C4.8032 13.7014 4.73745 13.5455 4.73531 13.3824V7L0.329431 0.98C0.259794 0.889466 0.217389 0.780968 0.20718 0.667208C0.19697 0.553448 0.219379 0.439133 0.271783 0.337647C0.324282 0.236453 0.403423 0.151519 0.500663 0.0920138C0.597903 0.0325088 0.709548 0.000692754 0.823548 0H13.1765C13.2905 0.000692754 13.4021 0.0325088 13.4994 0.0920138C13.5966 0.151519 13.6758 0.236453 13.7283 0.337647C13.7807 0.439133 13.8031 0.553448 13.7929 0.667208C13.7826 0.780968 13.7402 0.889466 13.6706 0.98L9.26472 7V13.3824C9.26259 13.5455 9.19683 13.7014 9.08146 13.8167C8.96609 13.9321 8.81022 13.9979 8.64708 14ZM5.97061 12.7647H8.02943V6.79412C8.02878 6.66289 8.07229 6.53527 8.15296 6.43177L11.9412 1.23529H2.05884L5.86355 6.43177C5.94422 6.53527 5.98773 6.66289 5.98708 6.79412L5.97061 12.7647Z",
8085
8177
  fill: "currentColor"
@@ -8100,7 +8192,7 @@ this.primevue.icons.filter = (function (BaseIcon, utils, vue) {
8100
8192
  fill: "none",
8101
8193
  xmlns: "http://www.w3.org/2000/svg"
8102
8194
  }, _ctx.pti()), [vue.createElementVNode("g", {
8103
- clipPath: "url(#".concat($options.pathId, ")")
8195
+ "clip-path": "url(#".concat($options.pathId, ")")
8104
8196
  }, _hoisted_3, 8, _hoisted_1), vue.createElementVNode("defs", null, [vue.createElementVNode("clipPath", {
8105
8197
  id: "".concat($options.pathId)
8106
8198
  }, _hoisted_6, 8, _hoisted_4)])], 16);
@@ -8131,7 +8223,7 @@ this.primevue.icons.filterslash = (function (BaseIcon, utils, vue) {
8131
8223
  }
8132
8224
  };
8133
8225
 
8134
- var _hoisted_1 = ["clipPath"];
8226
+ var _hoisted_1 = ["clip-path"];
8135
8227
  var _hoisted_2 = /*#__PURE__*/vue.createElementVNode("path", {
8136
8228
  "fill-rule": "evenodd",
8137
8229
  "clip-rule": "evenodd",
@@ -8154,7 +8246,7 @@ this.primevue.icons.filterslash = (function (BaseIcon, utils, vue) {
8154
8246
  fill: "none",
8155
8247
  xmlns: "http://www.w3.org/2000/svg"
8156
8248
  }, _ctx.pti()), [vue.createElementVNode("g", {
8157
- clipPath: "url(#".concat($options.pathId, ")")
8249
+ "clip-path": "url(#".concat($options.pathId, ")")
8158
8250
  }, _hoisted_3, 8, _hoisted_1), vue.createElementVNode("defs", null, [vue.createElementVNode("clipPath", {
8159
8251
  id: "".concat($options.pathId)
8160
8252
  }, _hoisted_6, 8, _hoisted_4)])], 16);
@@ -8185,7 +8277,7 @@ this.primevue.icons.infocircle = (function (BaseIcon, utils, vue) {
8185
8277
  }
8186
8278
  };
8187
8279
 
8188
- var _hoisted_1 = ["clipPath"];
8280
+ var _hoisted_1 = ["clip-path"];
8189
8281
  var _hoisted_2 = /*#__PURE__*/vue.createElementVNode("path", {
8190
8282
  "fill-rule": "evenodd",
8191
8283
  "clip-rule": "evenodd",
@@ -8208,7 +8300,7 @@ this.primevue.icons.infocircle = (function (BaseIcon, utils, vue) {
8208
8300
  fill: "none",
8209
8301
  xmlns: "http://www.w3.org/2000/svg"
8210
8302
  }, _ctx.pti()), [vue.createElementVNode("g", {
8211
- clipPath: "url(#".concat($options.pathId, ")")
8303
+ "clip-path": "url(#".concat($options.pathId, ")")
8212
8304
  }, _hoisted_3, 8, _hoisted_1), vue.createElementVNode("defs", null, [vue.createElementVNode("clipPath", {
8213
8305
  id: "".concat($options.pathId)
8214
8306
  }, _hoisted_6, 8, _hoisted_4)])], 16);
@@ -8274,7 +8366,7 @@ this.primevue.icons.pencil = (function (BaseIcon, utils, vue) {
8274
8366
  }
8275
8367
  };
8276
8368
 
8277
- var _hoisted_1 = ["clipPath"];
8369
+ var _hoisted_1 = ["clip-path"];
8278
8370
  var _hoisted_2 = /*#__PURE__*/vue.createElementVNode("path", {
8279
8371
  d: "M0.609628 13.959C0.530658 13.9599 0.452305 13.9451 0.379077 13.9156C0.305849 13.8861 0.239191 13.8424 0.18294 13.787C0.118447 13.7234 0.0688234 13.6464 0.0376166 13.5614C0.00640987 13.4765 -0.00560954 13.3857 0.00241768 13.2956L0.25679 10.1501C0.267698 10.0041 0.331934 9.86709 0.437312 9.76516L9.51265 0.705715C10.0183 0.233014 10.6911 -0.0203041 11.3835 0.00127367C12.0714 0.00660201 12.7315 0.27311 13.2298 0.746671C13.7076 1.23651 13.9824 1.88848 13.9992 2.57201C14.0159 3.25554 13.7733 3.92015 13.32 4.4327L4.23648 13.5331C4.13482 13.6342 4.0017 13.6978 3.85903 13.7133L0.667067 14L0.609628 13.959ZM1.43018 10.4696L1.25787 12.714L3.50619 12.5092L12.4502 3.56444C12.6246 3.35841 12.7361 3.10674 12.7714 2.83933C12.8067 2.57193 12.7644 2.30002 12.6495 2.05591C12.5346 1.8118 12.3519 1.60575 12.1231 1.46224C11.8943 1.31873 11.6291 1.2438 11.3589 1.24633C11.1813 1.23508 11.0033 1.25975 10.8355 1.31887C10.6677 1.37798 10.5136 1.47033 10.3824 1.59036L1.43018 10.4696Z",
8280
8372
  fill: "currentColor"
@@ -8295,7 +8387,7 @@ this.primevue.icons.pencil = (function (BaseIcon, utils, vue) {
8295
8387
  fill: "none",
8296
8388
  xmlns: "http://www.w3.org/2000/svg"
8297
8389
  }, _ctx.pti()), [vue.createElementVNode("g", {
8298
- clipPath: "url(#".concat($options.pathId, ")")
8390
+ "clip-path": "url(#".concat($options.pathId, ")")
8299
8391
  }, _hoisted_3, 8, _hoisted_1), vue.createElementVNode("defs", null, [vue.createElementVNode("clipPath", {
8300
8392
  id: "".concat($options.pathId)
8301
8393
  }, _hoisted_6, 8, _hoisted_4)])], 16);
@@ -8326,7 +8418,7 @@ this.primevue.icons.plus = (function (BaseIcon, utils, vue) {
8326
8418
  }
8327
8419
  };
8328
8420
 
8329
- var _hoisted_1 = ["clipPath"];
8421
+ var _hoisted_1 = ["clip-path"];
8330
8422
  var _hoisted_2 = /*#__PURE__*/vue.createElementVNode("path", {
8331
8423
  d: "M7.67742 6.32258V0.677419C7.67742 0.497757 7.60605 0.325452 7.47901 0.198411C7.35197 0.0713707 7.17966 0 7 0C6.82034 0 6.64803 0.0713707 6.52099 0.198411C6.39395 0.325452 6.32258 0.497757 6.32258 0.677419V6.32258H0.677419C0.497757 6.32258 0.325452 6.39395 0.198411 6.52099C0.0713707 6.64803 0 6.82034 0 7C0 7.17966 0.0713707 7.35197 0.198411 7.47901C0.325452 7.60605 0.497757 7.67742 0.677419 7.67742H6.32258V13.3226C6.32492 13.5015 6.39704 13.6725 6.52358 13.799C6.65012 13.9255 6.82106 13.9977 7 14C7.17966 14 7.35197 13.9286 7.47901 13.8016C7.60605 13.6745 7.67742 13.5022 7.67742 13.3226V7.67742H13.3226C13.5022 7.67742 13.6745 7.60605 13.8016 7.47901C13.9286 7.35197 14 7.17966 14 7C13.9977 6.82106 13.9255 6.65012 13.799 6.52358C13.6725 6.39704 13.5015 6.32492 13.3226 6.32258H7.67742Z",
8332
8424
  fill: "currentColor"
@@ -8347,7 +8439,7 @@ this.primevue.icons.plus = (function (BaseIcon, utils, vue) {
8347
8439
  fill: "none",
8348
8440
  xmlns: "http://www.w3.org/2000/svg"
8349
8441
  }, _ctx.pti()), [vue.createElementVNode("g", {
8350
- clipPath: "url(#".concat($options.pathId, ")")
8442
+ "clip-path": "url(#".concat($options.pathId, ")")
8351
8443
  }, _hoisted_3, 8, _hoisted_1), vue.createElementVNode("defs", null, [vue.createElementVNode("clipPath", {
8352
8444
  id: "".concat($options.pathId)
8353
8445
  }, _hoisted_6, 8, _hoisted_4)])], 16);
@@ -8378,7 +8470,7 @@ this.primevue.icons.refresh = (function (BaseIcon, utils, vue) {
8378
8470
  }
8379
8471
  };
8380
8472
 
8381
- var _hoisted_1 = ["clipPath"];
8473
+ var _hoisted_1 = ["clip-path"];
8382
8474
  var _hoisted_2 = /*#__PURE__*/vue.createElementVNode("path", {
8383
8475
  "fill-rule": "evenodd",
8384
8476
  "clip-rule": "evenodd",
@@ -8401,7 +8493,7 @@ this.primevue.icons.refresh = (function (BaseIcon, utils, vue) {
8401
8493
  fill: "none",
8402
8494
  xmlns: "http://www.w3.org/2000/svg"
8403
8495
  }, _ctx.pti()), [vue.createElementVNode("g", {
8404
- clipPath: "url(#".concat($options.pathId, ")")
8496
+ "clip-path": "url(#".concat($options.pathId, ")")
8405
8497
  }, _hoisted_3, 8, _hoisted_1), vue.createElementVNode("defs", null, [vue.createElementVNode("clipPath", {
8406
8498
  id: "".concat($options.pathId)
8407
8499
  }, _hoisted_6, 8, _hoisted_4)])], 16);
@@ -8432,7 +8524,7 @@ this.primevue.icons.search = (function (BaseIcon, utils, vue) {
8432
8524
  }
8433
8525
  };
8434
8526
 
8435
- var _hoisted_1 = ["clipPath"];
8527
+ var _hoisted_1 = ["clip-path"];
8436
8528
  var _hoisted_2 = /*#__PURE__*/vue.createElementVNode("path", {
8437
8529
  "fill-rule": "evenodd",
8438
8530
  "clip-rule": "evenodd",
@@ -8455,7 +8547,7 @@ this.primevue.icons.search = (function (BaseIcon, utils, vue) {
8455
8547
  fill: "none",
8456
8548
  xmlns: "http://www.w3.org/2000/svg"
8457
8549
  }, _ctx.pti()), [vue.createElementVNode("g", {
8458
- clipPath: "url(#".concat($options.pathId, ")")
8550
+ "clip-path": "url(#".concat($options.pathId, ")")
8459
8551
  }, _hoisted_3, 8, _hoisted_1), vue.createElementVNode("defs", null, [vue.createElementVNode("clipPath", {
8460
8552
  id: "".concat($options.pathId)
8461
8553
  }, _hoisted_6, 8, _hoisted_4)])], 16);
@@ -8486,7 +8578,7 @@ this.primevue.icons.searchminus = (function (BaseIcon, utils, vue) {
8486
8578
  }
8487
8579
  };
8488
8580
 
8489
- var _hoisted_1 = ["clipPath"];
8581
+ var _hoisted_1 = ["clip-path"];
8490
8582
  var _hoisted_2 = /*#__PURE__*/vue.createElementVNode("path", {
8491
8583
  "fill-rule": "evenodd",
8492
8584
  "clip-rule": "evenodd",
@@ -8509,7 +8601,7 @@ this.primevue.icons.searchminus = (function (BaseIcon, utils, vue) {
8509
8601
  fill: "none",
8510
8602
  xmlns: "http://www.w3.org/2000/svg"
8511
8603
  }, _ctx.pti()), [vue.createElementVNode("g", {
8512
- clipPath: "url(#".concat($options.pathId, ")")
8604
+ "clip-path": "url(#".concat($options.pathId, ")")
8513
8605
  }, _hoisted_3, 8, _hoisted_1), vue.createElementVNode("defs", null, [vue.createElementVNode("clipPath", {
8514
8606
  id: "".concat($options.pathId)
8515
8607
  }, _hoisted_6, 8, _hoisted_4)])], 16);
@@ -8540,7 +8632,7 @@ this.primevue.icons.searchplus = (function (BaseIcon, utils, vue) {
8540
8632
  }
8541
8633
  };
8542
8634
 
8543
- var _hoisted_1 = ["clipPath"];
8635
+ var _hoisted_1 = ["clip-path"];
8544
8636
  var _hoisted_2 = /*#__PURE__*/vue.createElementVNode("path", {
8545
8637
  "fill-rule": "evenodd",
8546
8638
  "clip-rule": "evenodd",
@@ -8563,7 +8655,7 @@ this.primevue.icons.searchplus = (function (BaseIcon, utils, vue) {
8563
8655
  fill: "none",
8564
8656
  xmlns: "http://www.w3.org/2000/svg"
8565
8657
  }, _ctx.pti()), [vue.createElementVNode("g", {
8566
- clipPath: "url(#".concat($options.pathId, ")")
8658
+ "clip-path": "url(#".concat($options.pathId, ")")
8567
8659
  }, _hoisted_3, 8, _hoisted_1), vue.createElementVNode("defs", null, [vue.createElementVNode("clipPath", {
8568
8660
  id: "".concat($options.pathId)
8569
8661
  }, _hoisted_6, 8, _hoisted_4)])], 16);
@@ -8594,7 +8686,7 @@ this.primevue.icons.sortalt = (function (BaseIcon, utils, vue) {
8594
8686
  }
8595
8687
  };
8596
8688
 
8597
- var _hoisted_1 = ["clipPath"];
8689
+ var _hoisted_1 = ["clip-path"];
8598
8690
  var _hoisted_2 = /*#__PURE__*/vue.createElementVNode("path", {
8599
8691
  d: "M5.64515 3.61291C5.47353 3.61291 5.30192 3.54968 5.16644 3.4142L3.38708 1.63484L1.60773 3.4142C1.34579 3.67613 0.912244 3.67613 0.650309 3.4142C0.388374 3.15226 0.388374 2.71871 0.650309 2.45678L2.90837 0.198712C3.17031 -0.0632236 3.60386 -0.0632236 3.86579 0.198712L6.12386 2.45678C6.38579 2.71871 6.38579 3.15226 6.12386 3.4142C5.98837 3.54968 5.81676 3.61291 5.64515 3.61291Z",
8600
8692
  fill: "currentColor"
@@ -8627,7 +8719,7 @@ this.primevue.icons.sortalt = (function (BaseIcon, utils, vue) {
8627
8719
  fill: "none",
8628
8720
  xmlns: "http://www.w3.org/2000/svg"
8629
8721
  }, _ctx.pti()), [vue.createElementVNode("g", {
8630
- clipPath: "url(#".concat($options.pathId, ")")
8722
+ "clip-path": "url(#".concat($options.pathId, ")")
8631
8723
  }, _hoisted_6, 8, _hoisted_1), vue.createElementVNode("defs", null, [vue.createElementVNode("clipPath", {
8632
8724
  id: "".concat($options.pathId)
8633
8725
  }, _hoisted_9, 8, _hoisted_7)])], 16);
@@ -8658,16 +8750,19 @@ this.primevue.icons.sortamountdown = (function (BaseIcon, utils, vue) {
8658
8750
  }
8659
8751
  };
8660
8752
 
8661
- var _hoisted_1 = ["clipPath"];
8662
- var _hoisted_2 = /*#__PURE__*/vue.createStaticVNode("<path d=\"M2.59836 13.2009C2.44634 13.2009 2.29432 13.1449 2.1743 13.0248L0.174024 11.0246C-0.0580081 10.7925 -0.0580081 10.4085 0.174024 10.1764C0.406057 9.94441 0.79011 9.94441 1.02214 10.1764L2.59836 11.7527L4.17458 10.1764C4.40662 9.94441 4.79067 9.94441 5.0227 10.1764C5.25473 10.4085 5.25473 10.7925 5.0227 11.0246L3.02242 13.0248C2.90241 13.1449 2.75038 13.2009 2.59836 13.2009Z\" fill=\"currentColor\"></path><path d=\"M2.59836 13.2009C2.27032 13.2009 1.99833 12.9288 1.99833 12.6008V1.39922C1.99833 1.07117 2.27036 0.799133 2.59841 0.799133C2.92646 0.799133 3.19849 1.07117 3.19849 1.39922V12.6008C3.19849 12.9288 2.92641 13.2009 2.59836 13.2009Z\" fill=\"currentColor\"></path><path d=\"M13.3999 11.2006H6.99902C6.67098 11.2006 6.39894 10.9285 6.39894 10.6005C6.39894 10.2725 6.67098 10.0004 6.99902 10.0004H13.3999C13.728 10.0004 14 10.2725 14 10.6005C14 10.9285 13.728 11.2006 13.3999 11.2006Z\" fill=\"currentColor\"></path><path d=\"M10.1995 6.39991H6.99902C6.67098 6.39991 6.39894 6.12788 6.39894 5.79983C6.39894 5.47179 6.67098 5.19975 6.99902 5.19975H10.1995C10.5275 5.19975 10.7996 5.47179 10.7996 5.79983C10.7996 6.12788 10.5275 6.39991 10.1995 6.39991Z\" fill=\"currentColor\"></path><path d=\"M8.59925 3.99958H6.99902C6.67098 3.99958 6.39894 3.72754 6.39894 3.3995C6.39894 3.07145 6.67098 2.79941 6.99902 2.79941H8.59925C8.92729 2.79941 9.19933 3.07145 9.19933 3.3995C9.19933 3.72754 8.92729 3.99958 8.59925 3.99958Z\" fill=\"currentColor\"></path><path d=\"M11.7997 8.80025H6.99902C6.67098 8.80025 6.39894 8.52821 6.39894 8.20017C6.39894 7.87212 6.67098 7.60008 6.99902 7.60008H11.7997C12.1277 7.60008 12.3998 7.87212 12.3998 8.20017C12.3998 8.52821 12.1277 8.80025 11.7997 8.80025Z\" fill=\"currentColor\"></path>", 6);
8663
- var _hoisted_8 = [_hoisted_2];
8664
- var _hoisted_9 = ["id"];
8665
- var _hoisted_10 = /*#__PURE__*/vue.createElementVNode("rect", {
8753
+ var _hoisted_1 = ["clip-path"];
8754
+ var _hoisted_2 = /*#__PURE__*/vue.createElementVNode("path", {
8755
+ d: "M4.93953 10.5858L3.83759 11.6877V0.677419C3.83759 0.307097 3.53049 0 3.16017 0C2.78985 0 2.48275 0.307097 2.48275 0.677419V11.6877L1.38082 10.5858C1.11888 10.3239 0.685331 10.3239 0.423396 10.5858C0.16146 10.8477 0.16146 11.2813 0.423396 11.5432L2.68146 13.8013C2.74469 13.8645 2.81694 13.9097 2.89823 13.9458C2.97952 13.9819 3.06985 14 3.16017 14C3.25049 14 3.33178 13.9819 3.42211 13.9458C3.5034 13.9097 3.57565 13.8645 3.63888 13.8013L5.89694 11.5432C6.15888 11.2813 6.15888 10.8477 5.89694 10.5858C5.63501 10.3239 5.20146 10.3239 4.93953 10.5858ZM13.0957 0H7.22468C6.85436 0 6.54726 0.307097 6.54726 0.677419C6.54726 1.04774 6.85436 1.35484 7.22468 1.35484H13.0957C13.466 1.35484 13.7731 1.04774 13.7731 0.677419C13.7731 0.307097 13.466 0 13.0957 0ZM7.22468 5.41935H9.48275C9.85307 5.41935 10.1602 5.72645 10.1602 6.09677C10.1602 6.4671 9.85307 6.77419 9.48275 6.77419H7.22468C6.85436 6.77419 6.54726 6.4671 6.54726 6.09677C6.54726 5.72645 6.85436 5.41935 7.22468 5.41935ZM7.6763 8.12903H7.22468C6.85436 8.12903 6.54726 8.43613 6.54726 8.80645C6.54726 9.17677 6.85436 9.48387 7.22468 9.48387H7.6763C8.04662 9.48387 8.35372 9.17677 8.35372 8.80645C8.35372 8.43613 8.04662 8.12903 7.6763 8.12903ZM7.22468 2.70968H11.2892C11.6595 2.70968 11.9666 3.01677 11.9666 3.3871C11.9666 3.75742 11.6595 4.06452 11.2892 4.06452H7.22468C6.85436 4.06452 6.54726 3.75742 6.54726 3.3871C6.54726 3.01677 6.85436 2.70968 7.22468 2.70968Z",
8756
+ fill: "currentColor"
8757
+ }, null, -1);
8758
+ var _hoisted_3 = [_hoisted_2];
8759
+ var _hoisted_4 = ["id"];
8760
+ var _hoisted_5 = /*#__PURE__*/vue.createElementVNode("rect", {
8666
8761
  width: "14",
8667
8762
  height: "14",
8668
8763
  fill: "white"
8669
8764
  }, null, -1);
8670
- var _hoisted_11 = [_hoisted_10];
8765
+ var _hoisted_6 = [_hoisted_5];
8671
8766
  function render(_ctx, _cache, $props, $setup, $data, $options) {
8672
8767
  return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
8673
8768
  width: "14",
@@ -8676,10 +8771,10 @@ this.primevue.icons.sortamountdown = (function (BaseIcon, utils, vue) {
8676
8771
  fill: "none",
8677
8772
  xmlns: "http://www.w3.org/2000/svg"
8678
8773
  }, _ctx.pti()), [vue.createElementVNode("g", {
8679
- clipPath: "url(#".concat($options.pathId, ")")
8680
- }, _hoisted_8, 8, _hoisted_1), vue.createElementVNode("defs", null, [vue.createElementVNode("clipPath", {
8774
+ "clip-path": "url(#".concat($options.pathId, ")")
8775
+ }, _hoisted_3, 8, _hoisted_1), vue.createElementVNode("defs", null, [vue.createElementVNode("clipPath", {
8681
8776
  id: "".concat($options.pathId)
8682
- }, _hoisted_11, 8, _hoisted_9)])], 16);
8777
+ }, _hoisted_6, 8, _hoisted_4)])], 16);
8683
8778
  }
8684
8779
 
8685
8780
  script.render = render;
@@ -8707,16 +8802,19 @@ this.primevue.icons.sortamountupalt = (function (BaseIcon, utils, vue) {
8707
8802
  }
8708
8803
  };
8709
8804
 
8710
- var _hoisted_1 = ["clipPath"];
8711
- var _hoisted_2 = /*#__PURE__*/vue.createStaticVNode("<path d=\"M4.59864 3.99958C4.44662 3.99958 4.2946 3.94357 4.17458 3.82356L2.59836 2.24734L1.02214 3.82356C0.79011 4.05559 0.406057 4.05559 0.174024 3.82356C-0.0580081 3.59152 -0.0580081 3.20747 0.174024 2.97544L2.1743 0.97516C2.40634 0.743127 2.79039 0.743127 3.02242 0.97516L5.0227 2.97544C5.25473 3.20747 5.25473 3.59152 5.0227 3.82356C4.90268 3.94357 4.75066 3.99958 4.59864 3.99958Z\" fill=\"currentColor\"></path><path d=\"M2.59841 13.2009C2.27036 13.2009 1.99833 12.9288 1.99833 12.6008V1.39922C1.99833 1.07117 2.27036 0.799133 2.59841 0.799133C2.92646 0.799133 3.19849 1.07117 3.19849 1.39922V12.6008C3.19849 12.9288 2.92646 13.2009 2.59841 13.2009Z\" fill=\"currentColor\"></path><path d=\"M13.3999 11.2006H6.99902C6.67098 11.2006 6.39894 10.9285 6.39894 10.6005C6.39894 10.2725 6.67098 10.0004 6.99902 10.0004H13.3999C13.728 10.0004 14 10.2725 14 10.6005C14 10.9285 13.728 11.2006 13.3999 11.2006Z\" fill=\"currentColor\"></path><path d=\"M10.1995 6.39991H6.99902C6.67098 6.39991 6.39894 6.12788 6.39894 5.79983C6.39894 5.47179 6.67098 5.19975 6.99902 5.19975H10.1995C10.5275 5.19975 10.7996 5.47179 10.7996 5.79983C10.7996 6.12788 10.5275 6.39991 10.1995 6.39991Z\" fill=\"currentColor\"></path><path d=\"M8.59925 3.99958H6.99902C6.67098 3.99958 6.39894 3.72754 6.39894 3.3995C6.39894 3.07145 6.67098 2.79941 6.99902 2.79941H8.59925C8.92729 2.79941 9.19933 3.07145 9.19933 3.3995C9.19933 3.72754 8.92729 3.99958 8.59925 3.99958Z\" fill=\"currentColor\"></path><path d=\"M11.7997 8.80025H6.99902C6.67098 8.80025 6.39894 8.52821 6.39894 8.20017C6.39894 7.87212 6.67098 7.60008 6.99902 7.60008H11.7997C12.1277 7.60008 12.3998 7.87212 12.3998 8.20017C12.3998 8.52821 12.1277 8.80025 11.7997 8.80025Z\" fill=\"currentColor\"></path>", 6);
8712
- var _hoisted_8 = [_hoisted_2];
8713
- var _hoisted_9 = ["id"];
8714
- var _hoisted_10 = /*#__PURE__*/vue.createElementVNode("rect", {
8805
+ var _hoisted_1 = ["clip-path"];
8806
+ var _hoisted_2 = /*#__PURE__*/vue.createElementVNode("path", {
8807
+ d: "M3.63435 0.19871C3.57113 0.135484 3.49887 0.0903226 3.41758 0.0541935C3.255 -0.0180645 3.06532 -0.0180645 2.90274 0.0541935C2.82145 0.0903226 2.74919 0.135484 2.68597 0.19871L0.427901 2.45677C0.165965 2.71871 0.165965 3.15226 0.427901 3.41419C0.689836 3.67613 1.12338 3.67613 1.38532 3.41419L2.48726 2.31226V13.3226C2.48726 13.6929 2.79435 14 3.16467 14C3.535 14 3.84209 13.6929 3.84209 13.3226V2.31226L4.94403 3.41419C5.07951 3.54968 5.25113 3.6129 5.42274 3.6129C5.59435 3.6129 5.76597 3.54968 5.90145 3.41419C6.16338 3.15226 6.16338 2.71871 5.90145 2.45677L3.64338 0.19871H3.63435ZM13.7685 13.3226C13.7685 12.9523 13.4615 12.6452 13.0911 12.6452H7.22016C6.84984 12.6452 6.54274 12.9523 6.54274 13.3226C6.54274 13.6929 6.84984 14 7.22016 14H13.0911C13.4615 14 13.7685 13.6929 13.7685 13.3226ZM7.22016 8.58064C6.84984 8.58064 6.54274 8.27355 6.54274 7.90323C6.54274 7.5329 6.84984 7.22581 7.22016 7.22581H9.47823C9.84855 7.22581 10.1556 7.5329 10.1556 7.90323C10.1556 8.27355 9.84855 8.58064 9.47823 8.58064H7.22016ZM7.22016 5.87097H7.67177C8.0421 5.87097 8.34919 5.56387 8.34919 5.19355C8.34919 4.82323 8.0421 4.51613 7.67177 4.51613H7.22016C6.84984 4.51613 6.54274 4.82323 6.54274 5.19355C6.54274 5.56387 6.84984 5.87097 7.22016 5.87097ZM11.2847 11.2903H7.22016C6.84984 11.2903 6.54274 10.9832 6.54274 10.6129C6.54274 10.2426 6.84984 9.93548 7.22016 9.93548H11.2847C11.655 9.93548 11.9621 10.2426 11.9621 10.6129C11.9621 10.9832 11.655 11.2903 11.2847 11.2903Z",
8808
+ fill: "currentColor"
8809
+ }, null, -1);
8810
+ var _hoisted_3 = [_hoisted_2];
8811
+ var _hoisted_4 = ["id"];
8812
+ var _hoisted_5 = /*#__PURE__*/vue.createElementVNode("rect", {
8715
8813
  width: "14",
8716
8814
  height: "14",
8717
8815
  fill: "white"
8718
8816
  }, null, -1);
8719
- var _hoisted_11 = [_hoisted_10];
8817
+ var _hoisted_6 = [_hoisted_5];
8720
8818
  function render(_ctx, _cache, $props, $setup, $data, $options) {
8721
8819
  return vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
8722
8820
  width: "14",
@@ -8725,10 +8823,10 @@ this.primevue.icons.sortamountupalt = (function (BaseIcon, utils, vue) {
8725
8823
  fill: "none",
8726
8824
  xmlns: "http://www.w3.org/2000/svg"
8727
8825
  }, _ctx.pti()), [vue.createElementVNode("g", {
8728
- clipPath: "url(#".concat($options.pathId, ")")
8729
- }, _hoisted_8, 8, _hoisted_1), vue.createElementVNode("defs", null, [vue.createElementVNode("clipPath", {
8826
+ "clip-path": "url(#".concat($options.pathId, ")")
8827
+ }, _hoisted_3, 8, _hoisted_1), vue.createElementVNode("defs", null, [vue.createElementVNode("clipPath", {
8730
8828
  id: "".concat($options.pathId)
8731
- }, _hoisted_11, 8, _hoisted_9)])], 16);
8829
+ }, _hoisted_6, 8, _hoisted_4)])], 16);
8732
8830
  }
8733
8831
 
8734
8832
  script.render = render;
@@ -8756,7 +8854,7 @@ this.primevue.icons.spinner = (function (BaseIcon, utils, vue) {
8756
8854
  }
8757
8855
  };
8758
8856
 
8759
- var _hoisted_1 = ["clipPath"];
8857
+ var _hoisted_1 = ["clip-path"];
8760
8858
  var _hoisted_2 = /*#__PURE__*/vue.createElementVNode("path", {
8761
8859
  d: "M6.99701 14C5.85441 13.999 4.72939 13.7186 3.72012 13.1832C2.71084 12.6478 1.84795 11.8737 1.20673 10.9284C0.565504 9.98305 0.165424 8.89526 0.041387 7.75989C-0.0826496 6.62453 0.073125 5.47607 0.495122 4.4147C0.917119 3.35333 1.59252 2.4113 2.46241 1.67077C3.33229 0.930247 4.37024 0.413729 5.4857 0.166275C6.60117 -0.0811796 7.76026 -0.0520535 8.86188 0.251112C9.9635 0.554278 10.9742 1.12227 11.8057 1.90555C11.915 2.01493 11.9764 2.16319 11.9764 2.31778C11.9764 2.47236 11.915 2.62062 11.8057 2.73C11.7521 2.78503 11.688 2.82877 11.6171 2.85864C11.5463 2.8885 11.4702 2.90389 11.3933 2.90389C11.3165 2.90389 11.2404 2.8885 11.1695 2.85864C11.0987 2.82877 11.0346 2.78503 10.9809 2.73C9.9998 1.81273 8.73246 1.26138 7.39226 1.16876C6.05206 1.07615 4.72086 1.44794 3.62279 2.22152C2.52471 2.99511 1.72683 4.12325 1.36345 5.41602C1.00008 6.70879 1.09342 8.08723 1.62775 9.31926C2.16209 10.5513 3.10478 11.5617 4.29713 12.1803C5.48947 12.7989 6.85865 12.988 8.17414 12.7157C9.48963 12.4435 10.6711 11.7264 11.5196 10.6854C12.3681 9.64432 12.8319 8.34282 12.8328 7C12.8328 6.84529 12.8943 6.69692 13.0038 6.58752C13.1132 6.47812 13.2616 6.41667 13.4164 6.41667C13.5712 6.41667 13.7196 6.47812 13.8291 6.58752C13.9385 6.69692 14 6.84529 14 7C14 8.85651 13.2622 10.637 11.9489 11.9497C10.6356 13.2625 8.85432 14 6.99701 14Z",
8762
8860
  fill: "currentColor"
@@ -8777,7 +8875,7 @@ this.primevue.icons.spinner = (function (BaseIcon, utils, vue) {
8777
8875
  fill: "none",
8778
8876
  xmlns: "http://www.w3.org/2000/svg"
8779
8877
  }, _ctx.pti()), [vue.createElementVNode("g", {
8780
- clipPath: "url(#".concat($options.pathId, ")")
8878
+ "clip-path": "url(#".concat($options.pathId, ")")
8781
8879
  }, _hoisted_3, 8, _hoisted_1), vue.createElementVNode("defs", null, [vue.createElementVNode("clipPath", {
8782
8880
  id: "".concat($options.pathId)
8783
8881
  }, _hoisted_6, 8, _hoisted_4)])], 16);
@@ -8808,7 +8906,7 @@ this.primevue.icons.star = (function (BaseIcon, utils, vue) {
8808
8906
  }
8809
8907
  };
8810
8908
 
8811
- var _hoisted_1 = ["clipPath"];
8909
+ var _hoisted_1 = ["clip-path"];
8812
8910
  var _hoisted_2 = /*#__PURE__*/vue.createElementVNode("path", {
8813
8911
  d: "M10.9741 13.6721C10.8806 13.6719 10.7886 13.6483 10.7066 13.6033L7.00002 11.6545L3.29345 13.6033C3.19926 13.6539 3.09281 13.6771 2.98612 13.6703C2.87943 13.6636 2.77676 13.6271 2.6897 13.5651C2.60277 13.5014 2.53529 13.4147 2.4948 13.3148C2.45431 13.215 2.44241 13.1058 2.46042 12.9995L3.17881 8.87264L0.167699 5.95324C0.0922333 5.8777 0.039368 5.78258 0.0150625 5.67861C-0.00924303 5.57463 -0.00402231 5.46594 0.030136 5.36477C0.0621323 5.26323 0.122141 5.17278 0.203259 5.10383C0.284377 5.03488 0.383311 4.99023 0.488681 4.97501L4.63087 4.37126L6.48797 0.618832C6.54083 0.530159 6.61581 0.456732 6.70556 0.405741C6.79532 0.35475 6.89678 0.327942 7.00002 0.327942C7.10325 0.327942 7.20471 0.35475 7.29447 0.405741C7.38422 0.456732 7.4592 0.530159 7.51206 0.618832L9.36916 4.37126L13.5114 4.97501C13.6167 4.99023 13.7157 5.03488 13.7968 5.10383C13.8779 5.17278 13.9379 5.26323 13.9699 5.36477C14.0041 5.46594 14.0093 5.57463 13.985 5.67861C13.9607 5.78258 13.9078 5.8777 13.8323 5.95324L10.8212 8.87264L11.532 12.9995C11.55 13.1058 11.5381 13.215 11.4976 13.3148C11.4571 13.4147 11.3896 13.5014 11.3027 13.5651C11.2059 13.632 11.0917 13.6692 10.9741 13.6721ZM7.00002 10.4393C7.09251 10.4404 7.18371 10.4613 7.2675 10.5005L10.2098 12.029L9.65193 8.75036C9.6368 8.6584 9.64343 8.56418 9.6713 8.47526C9.69918 8.38633 9.74751 8.30518 9.81242 8.23832L12.1969 5.94559L8.90298 5.45648C8.81188 5.44198 8.72555 5.406 8.65113 5.35152C8.57671 5.29703 8.51633 5.2256 8.475 5.14314L7.00002 2.1626L5.52503 5.15078C5.4837 5.23324 5.42332 5.30467 5.3489 5.35916C5.27448 5.41365 5.18815 5.44963 5.09705 5.46412L1.80318 5.94559L4.18761 8.23832C4.25252 8.30518 4.30085 8.38633 4.32873 8.47526C4.3566 8.56418 4.36323 8.6584 4.3481 8.75036L3.7902 12.0519L6.73253 10.5234C6.81451 10.4762 6.9058 10.4475 7.00002 10.4393Z",
8814
8912
  fill: "currentColor"
@@ -8829,7 +8927,7 @@ this.primevue.icons.star = (function (BaseIcon, utils, vue) {
8829
8927
  fill: "none",
8830
8928
  xmlns: "http://www.w3.org/2000/svg"
8831
8929
  }, _ctx.pti()), [vue.createElementVNode("g", {
8832
- clipPath: "url(#".concat($options.pathId, ")")
8930
+ "clip-path": "url(#".concat($options.pathId, ")")
8833
8931
  }, _hoisted_3, 8, _hoisted_1), vue.createElementVNode("defs", null, [vue.createElementVNode("clipPath", {
8834
8932
  id: "".concat($options.pathId)
8835
8933
  }, _hoisted_6, 8, _hoisted_4)])], 16);
@@ -8860,7 +8958,7 @@ this.primevue.icons.starfill = (function (BaseIcon, utils, vue) {
8860
8958
  }
8861
8959
  };
8862
8960
 
8863
- var _hoisted_1 = ["clipPath"];
8961
+ var _hoisted_1 = ["clip-path"];
8864
8962
  var _hoisted_2 = /*#__PURE__*/vue.createElementVNode("path", {
8865
8963
  d: "M13.9718 5.36453C13.9398 5.26298 13.8798 5.17252 13.7986 5.10356C13.7175 5.0346 13.6186 4.98994 13.5132 4.97472L9.37043 4.37088L7.51307 0.617955C7.46021 0.529271 7.38522 0.455834 7.29545 0.404836C7.20568 0.353838 7.1042 0.327026 7.00096 0.327026C6.89771 0.327026 6.79624 0.353838 6.70647 0.404836C6.6167 0.455834 6.54171 0.529271 6.48885 0.617955L4.63149 4.37088L0.488746 4.97472C0.383363 4.98994 0.284416 5.0346 0.203286 5.10356C0.122157 5.17252 0.0621407 5.26298 0.03014 5.36453C-0.00402286 5.46571 -0.00924428 5.57442 0.0150645 5.67841C0.0393733 5.7824 0.0922457 5.87753 0.167722 5.95308L3.17924 8.87287L2.4684 13.0003C2.45038 13.1066 2.46229 13.2158 2.50278 13.3157C2.54328 13.4156 2.61077 13.5022 2.6977 13.5659C2.78477 13.628 2.88746 13.6644 2.99416 13.6712C3.10087 13.678 3.20733 13.6547 3.30153 13.6042L7.00096 11.6551L10.708 13.6042C10.79 13.6491 10.882 13.6728 10.9755 13.673C11.0958 13.6716 11.2129 13.6343 11.3119 13.5659C11.3988 13.5022 11.4663 13.4156 11.5068 13.3157C11.5473 13.2158 11.5592 13.1066 11.5412 13.0003L10.8227 8.87287L13.8266 5.95308C13.9033 5.87835 13.9577 5.7836 13.9833 5.67957C14.009 5.57554 14.005 5.4664 13.9718 5.36453Z",
8866
8964
  fill: "currentColor"
@@ -8881,7 +8979,7 @@ this.primevue.icons.starfill = (function (BaseIcon, utils, vue) {
8881
8979
  fill: "none",
8882
8980
  xmlns: "http://www.w3.org/2000/svg"
8883
8981
  }, _ctx.pti()), [vue.createElementVNode("g", {
8884
- clipPath: "url(#".concat($options.pathId, ")")
8982
+ "clip-path": "url(#".concat($options.pathId, ")")
8885
8983
  }, _hoisted_3, 8, _hoisted_1), vue.createElementVNode("defs", null, [vue.createElementVNode("clipPath", {
8886
8984
  id: "".concat($options.pathId)
8887
8985
  }, _hoisted_6, 8, _hoisted_4)])], 16);
@@ -8912,7 +9010,7 @@ this.primevue.icons.thlarge = (function (BaseIcon, utils, vue) {
8912
9010
  }
8913
9011
  };
8914
9012
 
8915
- var _hoisted_1 = ["clipPath"];
9013
+ var _hoisted_1 = ["clip-path"];
8916
9014
  var _hoisted_2 = /*#__PURE__*/vue.createElementVNode("path", {
8917
9015
  "fill-rule": "evenodd",
8918
9016
  "clip-rule": "evenodd",
@@ -8935,7 +9033,7 @@ this.primevue.icons.thlarge = (function (BaseIcon, utils, vue) {
8935
9033
  fill: "none",
8936
9034
  xmlns: "http://www.w3.org/2000/svg"
8937
9035
  }, _ctx.pti()), [vue.createElementVNode("g", {
8938
- clipPath: "url(#".concat($options.pathId, ")")
9036
+ "clip-path": "url(#".concat($options.pathId, ")")
8939
9037
  }, _hoisted_3, 8, _hoisted_1), vue.createElementVNode("defs", null, [vue.createElementVNode("clipPath", {
8940
9038
  id: "".concat($options.pathId)
8941
9039
  }, _hoisted_6, 8, _hoisted_4)])], 16);
@@ -9001,7 +9099,7 @@ this.primevue.icons.timescircle = (function (BaseIcon, utils, vue) {
9001
9099
  }
9002
9100
  };
9003
9101
 
9004
- var _hoisted_1 = ["clipPath"];
9102
+ var _hoisted_1 = ["clip-path"];
9005
9103
  var _hoisted_2 = /*#__PURE__*/vue.createElementVNode("path", {
9006
9104
  "fill-rule": "evenodd",
9007
9105
  "clip-rule": "evenodd",
@@ -9024,7 +9122,7 @@ this.primevue.icons.timescircle = (function (BaseIcon, utils, vue) {
9024
9122
  fill: "none",
9025
9123
  xmlns: "http://www.w3.org/2000/svg"
9026
9124
  }, _ctx.pti()), [vue.createElementVNode("g", {
9027
- clipPath: "url(#".concat($options.pathId, ")")
9125
+ "clip-path": "url(#".concat($options.pathId, ")")
9028
9126
  }, _hoisted_3, 8, _hoisted_1), vue.createElementVNode("defs", null, [vue.createElementVNode("clipPath", {
9029
9127
  id: "".concat($options.pathId)
9030
9128
  }, _hoisted_6, 8, _hoisted_4)])], 16);
@@ -9055,7 +9153,7 @@ this.primevue.icons.trash = (function (BaseIcon, utils, vue) {
9055
9153
  }
9056
9154
  };
9057
9155
 
9058
- var _hoisted_1 = ["clipPath"];
9156
+ var _hoisted_1 = ["clip-path"];
9059
9157
  var _hoisted_2 = /*#__PURE__*/vue.createElementVNode("path", {
9060
9158
  "fill-rule": "evenodd",
9061
9159
  "clip-rule": "evenodd",
@@ -9078,7 +9176,7 @@ this.primevue.icons.trash = (function (BaseIcon, utils, vue) {
9078
9176
  fill: "none",
9079
9177
  xmlns: "http://www.w3.org/2000/svg"
9080
9178
  }, _ctx.pti()), [vue.createElementVNode("g", {
9081
- clipPath: "url(#".concat($options.pathId, ")")
9179
+ "clip-path": "url(#".concat($options.pathId, ")")
9082
9180
  }, _hoisted_3, 8, _hoisted_1), vue.createElementVNode("defs", null, [vue.createElementVNode("clipPath", {
9083
9181
  id: "".concat($options.pathId)
9084
9182
  }, _hoisted_6, 8, _hoisted_4)])], 16);
@@ -9109,7 +9207,7 @@ this.primevue.icons.undo = (function (BaseIcon, utils, vue) {
9109
9207
  }
9110
9208
  };
9111
9209
 
9112
- var _hoisted_1 = ["clipPath"];
9210
+ var _hoisted_1 = ["clip-path"];
9113
9211
  var _hoisted_2 = /*#__PURE__*/vue.createElementVNode("path", {
9114
9212
  "fill-rule": "evenodd",
9115
9213
  "clip-rule": "evenodd",
@@ -9132,7 +9230,7 @@ this.primevue.icons.undo = (function (BaseIcon, utils, vue) {
9132
9230
  fill: "none",
9133
9231
  xmlns: "http://www.w3.org/2000/svg"
9134
9232
  }, _ctx.pti()), [vue.createElementVNode("g", {
9135
- clipPath: "url(#".concat($options.pathId, ")")
9233
+ "clip-path": "url(#".concat($options.pathId, ")")
9136
9234
  }, _hoisted_3, 8, _hoisted_1), vue.createElementVNode("defs", null, [vue.createElementVNode("clipPath", {
9137
9235
  id: "".concat($options.pathId)
9138
9236
  }, _hoisted_6, 8, _hoisted_4)])], 16);
@@ -9163,7 +9261,7 @@ this.primevue.icons.upload = (function (BaseIcon, utils, vue) {
9163
9261
  }
9164
9262
  };
9165
9263
 
9166
- var _hoisted_1 = ["clipPath"];
9264
+ var _hoisted_1 = ["clip-path"];
9167
9265
  var _hoisted_2 = /*#__PURE__*/vue.createElementVNode("path", {
9168
9266
  "fill-rule": "evenodd",
9169
9267
  "clip-rule": "evenodd",
@@ -9186,7 +9284,7 @@ this.primevue.icons.upload = (function (BaseIcon, utils, vue) {
9186
9284
  fill: "none",
9187
9285
  xmlns: "http://www.w3.org/2000/svg"
9188
9286
  }, _ctx.pti()), [vue.createElementVNode("g", {
9189
- clipPath: "url(#".concat($options.pathId, ")")
9287
+ "clip-path": "url(#".concat($options.pathId, ")")
9190
9288
  }, _hoisted_3, 8, _hoisted_1), vue.createElementVNode("defs", null, [vue.createElementVNode("clipPath", {
9191
9289
  id: "".concat($options.pathId)
9192
9290
  }, _hoisted_6, 8, _hoisted_4)])], 16);
@@ -9217,7 +9315,7 @@ this.primevue.icons.windowmaximize = (function (BaseIcon, utils, vue) {
9217
9315
  }
9218
9316
  };
9219
9317
 
9220
- var _hoisted_1 = ["clipPath"];
9318
+ var _hoisted_1 = ["clip-path"];
9221
9319
  var _hoisted_2 = /*#__PURE__*/vue.createElementVNode("path", {
9222
9320
  "fill-rule": "evenodd",
9223
9321
  "clip-rule": "evenodd",
@@ -9240,7 +9338,7 @@ this.primevue.icons.windowmaximize = (function (BaseIcon, utils, vue) {
9240
9338
  fill: "none",
9241
9339
  xmlns: "http://www.w3.org/2000/svg"
9242
9340
  }, _ctx.pti()), [vue.createElementVNode("g", {
9243
- clipPath: "url(#".concat($options.pathId, ")")
9341
+ "clip-path": "url(#".concat($options.pathId, ")")
9244
9342
  }, _hoisted_3, 8, _hoisted_1), vue.createElementVNode("defs", null, [vue.createElementVNode("clipPath", {
9245
9343
  id: "".concat($options.pathId)
9246
9344
  }, _hoisted_6, 8, _hoisted_4)])], 16);
@@ -9271,7 +9369,7 @@ this.primevue.icons.windowminimize = (function (BaseIcon, utils, vue) {
9271
9369
  }
9272
9370
  };
9273
9371
 
9274
- var _hoisted_1 = ["clipPath"];
9372
+ var _hoisted_1 = ["clip-path"];
9275
9373
  var _hoisted_2 = /*#__PURE__*/vue.createElementVNode("path", {
9276
9374
  "fill-rule": "evenodd",
9277
9375
  "clip-rule": "evenodd",
@@ -9294,7 +9392,7 @@ this.primevue.icons.windowminimize = (function (BaseIcon, utils, vue) {
9294
9392
  fill: "none",
9295
9393
  xmlns: "http://www.w3.org/2000/svg"
9296
9394
  }, _ctx.pti()), [vue.createElementVNode("g", {
9297
- clipPath: "url(#".concat($options.pathId, ")")
9395
+ "clip-path": "url(#".concat($options.pathId, ")")
9298
9396
  }, _hoisted_3, 8, _hoisted_1), vue.createElementVNode("defs", null, [vue.createElementVNode("clipPath", {
9299
9397
  id: "".concat($options.pathId)
9300
9398
  }, _hoisted_6, 8, _hoisted_4)])], 16);
@@ -10027,8 +10125,10 @@ this.primevue.virtualscroller = (function (SpinnerIcon, utils, BaseComponent, Vi
10027
10125
  numToleratedItems: function numToleratedItems(newValue) {
10028
10126
  this.d_numToleratedItems = newValue;
10029
10127
  },
10030
- loading: function loading(newValue) {
10031
- this.d_loading = newValue;
10128
+ loading: function loading(newValue, oldValue) {
10129
+ if (this.lazy && newValue !== oldValue && newValue !== this.d_loading) {
10130
+ this.d_loading = newValue;
10131
+ }
10032
10132
  },
10033
10133
  items: function items(newValue, oldValue) {
10034
10134
  if (!oldValue || oldValue.length !== (newValue || []).length) {
@@ -10535,23 +10635,25 @@ this.primevue.virtualscroller = (function (SpinnerIcon, utils, BaseComponent, Vi
10535
10635
  onScroll: function onScroll(event) {
10536
10636
  var _this9 = this;
10537
10637
  this.$emit('scroll', event);
10538
- if (this.delay && this.isPageChanged()) {
10638
+ if (this.delay) {
10539
10639
  if (this.scrollTimeout) {
10540
10640
  clearTimeout(this.scrollTimeout);
10541
10641
  }
10542
- if (!this.d_loading && this.showLoader) {
10543
- var _this$onScrollPositio2 = this.onScrollPositionChange(event),
10544
- isRangeChanged = _this$onScrollPositio2.isRangeChanged;
10545
- var changed = isRangeChanged || (this.step ? this.isPageChanged() : false);
10546
- changed && (this.d_loading = true);
10547
- }
10548
- this.scrollTimeout = setTimeout(function () {
10549
- _this9.onScrollChange(event);
10550
- if (_this9.d_loading && _this9.showLoader && (!_this9.lazy || _this9.loading === undefined)) {
10551
- _this9.d_loading = false;
10552
- _this9.page = _this9.getPageByFirst();
10642
+ if (this.isPageChanged()) {
10643
+ if (!this.d_loading && this.showLoader) {
10644
+ var _this$onScrollPositio2 = this.onScrollPositionChange(event),
10645
+ isRangeChanged = _this$onScrollPositio2.isRangeChanged;
10646
+ var changed = isRangeChanged || (this.step ? this.isPageChanged() : false);
10647
+ changed && (this.d_loading = true);
10553
10648
  }
10554
- }, this.delay);
10649
+ this.scrollTimeout = setTimeout(function () {
10650
+ _this9.onScrollChange(event);
10651
+ if (_this9.d_loading && _this9.showLoader && (!_this9.lazy || _this9.loading === undefined)) {
10652
+ _this9.d_loading = false;
10653
+ _this9.page = _this9.getPageByFirst();
10654
+ }
10655
+ }, this.delay);
10656
+ }
10555
10657
  } else {
10556
10658
  this.onScrollChange(event);
10557
10659
  }
@@ -11211,6 +11313,13 @@ this.primevue.inputnumber = (function (Button, AngleDownIcon, AngleUpIcon, Input
11211
11313
  type: Number,
11212
11314
  "default": undefined
11213
11315
  },
11316
+ roundingMode: {
11317
+ type: String,
11318
+ "default": 'halfExpand',
11319
+ validator: function validator(value) {
11320
+ return ['ceil', 'floor', 'expand', 'trunc', 'halfCeil', 'halfFloor', 'halfExpand', 'halfTrunc', 'halfEven'].includes(value);
11321
+ }
11322
+ },
11214
11323
  min: {
11215
11324
  type: Number,
11216
11325
  "default": null
@@ -11367,7 +11476,8 @@ this.primevue.inputnumber = (function (Button, AngleDownIcon, AngleUpIcon, Input
11367
11476
  currencyDisplay: this.currencyDisplay,
11368
11477
  useGrouping: this.useGrouping,
11369
11478
  minimumFractionDigits: this.minFractionDigits,
11370
- maximumFractionDigits: this.maxFractionDigits
11479
+ maximumFractionDigits: this.maxFractionDigits,
11480
+ roundingMode: this.roundingMode
11371
11481
  };
11372
11482
  },
11373
11483
  constructParser: function constructParser() {
@@ -11423,7 +11533,8 @@ this.primevue.inputnumber = (function (Button, AngleDownIcon, AngleUpIcon, Input
11423
11533
  currency: this.currency,
11424
11534
  currencyDisplay: this.currencyDisplay,
11425
11535
  minimumFractionDigits: 0,
11426
- maximumFractionDigits: 0
11536
+ maximumFractionDigits: 0,
11537
+ roundingMode: this.roundingMode
11427
11538
  });
11428
11539
  return new RegExp("[".concat(formatter.format(1).replace(/\s/g, '').replace(this._numeral, '').replace(this._group, ''), "]"), 'g');
11429
11540
  }
@@ -11451,7 +11562,8 @@ this.primevue.inputnumber = (function (Button, AngleDownIcon, AngleUpIcon, Input
11451
11562
  currency: this.currency,
11452
11563
  currencyDisplay: this.currencyDisplay,
11453
11564
  minimumFractionDigits: 0,
11454
- maximumFractionDigits: 0
11565
+ maximumFractionDigits: 0,
11566
+ roundingMode: this.roundingMode
11455
11567
  });
11456
11568
  this.suffixChar = formatter.format(1).split('1')[1];
11457
11569
  }
@@ -12050,6 +12162,9 @@ this.primevue.inputnumber = (function (Button, AngleDownIcon, AngleUpIcon, Input
12050
12162
  input.value = this.formatValue(newValue);
12051
12163
  input.setAttribute('aria-valuenow', newValue);
12052
12164
  this.updateModel(event, newValue);
12165
+ if (!this.disabled && !this.readonly && this.highlightOnFocus) {
12166
+ utils.DomHandler.clearSelection();
12167
+ }
12053
12168
  },
12054
12169
  clearTimer: function clearTimer() {
12055
12170
  if (this.timer) {
@@ -12612,7 +12727,7 @@ this.primevue.dropdown = (function (api, ChevronDownIcon, FilterIcon, SpinnerIco
12612
12727
  "default": null
12613
12728
  },
12614
12729
  appendTo: {
12615
- type: String,
12730
+ type: [String, Object],
12616
12731
  "default": 'body'
12617
12732
  },
12618
12733
  loading: {
@@ -12715,6 +12830,7 @@ this.primevue.dropdown = (function (api, ChevronDownIcon, FilterIcon, SpinnerIco
12715
12830
  outsideClickListener: null,
12716
12831
  scrollHandler: null,
12717
12832
  resizeListener: null,
12833
+ labelClickListener: null,
12718
12834
  overlay: null,
12719
12835
  list: null,
12720
12836
  virtualScroller: null,
@@ -12745,6 +12861,7 @@ this.primevue.dropdown = (function (api, ChevronDownIcon, FilterIcon, SpinnerIco
12745
12861
  mounted: function mounted() {
12746
12862
  this.id = this.id || utils.UniqueComponentId();
12747
12863
  this.autoUpdateModel();
12864
+ this.bindLabelClickListener();
12748
12865
  },
12749
12866
  updated: function updated() {
12750
12867
  if (this.overlayVisible && this.isModelValueChanged) {
@@ -12755,6 +12872,7 @@ this.primevue.dropdown = (function (api, ChevronDownIcon, FilterIcon, SpinnerIco
12755
12872
  beforeUnmount: function beforeUnmount() {
12756
12873
  this.unbindOutsideClickListener();
12757
12874
  this.unbindResizeListener();
12875
+ this.unbindLabelClickListener();
12758
12876
  if (this.scrollHandler) {
12759
12877
  this.scrollHandler.destroy();
12760
12878
  this.scrollHandler = null;
@@ -12968,6 +13086,7 @@ this.primevue.dropdown = (function (api, ChevronDownIcon, FilterIcon, SpinnerIco
12968
13086
  this.onEndKey(event, true);
12969
13087
  break;
12970
13088
  case 'Enter':
13089
+ case 'NumpadEnter':
12971
13090
  this.onEnterKey(event);
12972
13091
  break;
12973
13092
  case 'Escape':
@@ -13186,6 +13305,26 @@ this.primevue.dropdown = (function (api, ChevronDownIcon, FilterIcon, SpinnerIco
13186
13305
  this.resizeListener = null;
13187
13306
  }
13188
13307
  },
13308
+ bindLabelClickListener: function bindLabelClickListener() {
13309
+ var _this6 = this;
13310
+ if (!this.editable && !this.labelClickListener) {
13311
+ var label = document.querySelector("label[for=\"".concat(this.inputId, "\"]"));
13312
+ if (label && utils.DomHandler.isVisible(label)) {
13313
+ this.labelClickListener = function () {
13314
+ utils.DomHandler.focus(_this6.$refs.focusInput);
13315
+ };
13316
+ label.addEventListener('click', this.labelClickListener);
13317
+ }
13318
+ }
13319
+ },
13320
+ unbindLabelClickListener: function unbindLabelClickListener() {
13321
+ if (this.labelClickListener) {
13322
+ var label = document.querySelector("label[for=\"".concat(this.inputId, "\"]"));
13323
+ if (label && utils.DomHandler.isVisible(label)) {
13324
+ label.removeEventListener('click', this.labelClickListener);
13325
+ }
13326
+ }
13327
+ },
13189
13328
  hasFocusableElements: function hasFocusableElements() {
13190
13329
  return utils.DomHandler.getFocusableElements(this.overlay, ':not([data-p-hidden-focusable="true"])').length > 0;
13191
13330
  },
@@ -13202,35 +13341,35 @@ this.primevue.dropdown = (function (api, ChevronDownIcon, FilterIcon, SpinnerIco
13202
13341
  return this.isValidOption(option) && utils.ObjectUtils.equals(this.modelValue, this.getOptionValue(option), this.equalityKey);
13203
13342
  },
13204
13343
  findFirstOptionIndex: function findFirstOptionIndex() {
13205
- var _this6 = this;
13344
+ var _this7 = this;
13206
13345
  return this.visibleOptions.findIndex(function (option) {
13207
- return _this6.isValidOption(option);
13346
+ return _this7.isValidOption(option);
13208
13347
  });
13209
13348
  },
13210
13349
  findLastOptionIndex: function findLastOptionIndex() {
13211
- var _this7 = this;
13350
+ var _this8 = this;
13212
13351
  return utils.ObjectUtils.findLastIndex(this.visibleOptions, function (option) {
13213
- return _this7.isValidOption(option);
13352
+ return _this8.isValidOption(option);
13214
13353
  });
13215
13354
  },
13216
13355
  findNextOptionIndex: function findNextOptionIndex(index) {
13217
- var _this8 = this;
13356
+ var _this9 = this;
13218
13357
  var matchedOptionIndex = index < this.visibleOptions.length - 1 ? this.visibleOptions.slice(index + 1).findIndex(function (option) {
13219
- return _this8.isValidOption(option);
13358
+ return _this9.isValidOption(option);
13220
13359
  }) : -1;
13221
13360
  return matchedOptionIndex > -1 ? matchedOptionIndex + index + 1 : index;
13222
13361
  },
13223
13362
  findPrevOptionIndex: function findPrevOptionIndex(index) {
13224
- var _this9 = this;
13363
+ var _this10 = this;
13225
13364
  var matchedOptionIndex = index > 0 ? utils.ObjectUtils.findLastIndex(this.visibleOptions.slice(0, index), function (option) {
13226
- return _this9.isValidOption(option);
13365
+ return _this10.isValidOption(option);
13227
13366
  }) : -1;
13228
13367
  return matchedOptionIndex > -1 ? matchedOptionIndex : index;
13229
13368
  },
13230
13369
  findSelectedOptionIndex: function findSelectedOptionIndex() {
13231
- var _this10 = this;
13370
+ var _this11 = this;
13232
13371
  return this.hasSelectedOption ? this.visibleOptions.findIndex(function (option) {
13233
- return _this10.isValidSelectedOption(option);
13372
+ return _this11.isValidSelectedOption(option);
13234
13373
  }) : -1;
13235
13374
  },
13236
13375
  findFirstFocusedOptionIndex: function findFirstFocusedOptionIndex() {
@@ -13242,20 +13381,20 @@ this.primevue.dropdown = (function (api, ChevronDownIcon, FilterIcon, SpinnerIco
13242
13381
  return selectedIndex < 0 ? this.findLastOptionIndex() : selectedIndex;
13243
13382
  },
13244
13383
  searchOptions: function searchOptions(event, _char) {
13245
- var _this11 = this;
13384
+ var _this12 = this;
13246
13385
  this.searchValue = (this.searchValue || '') + _char;
13247
13386
  var optionIndex = -1;
13248
13387
  var matched = false;
13249
13388
  if (this.focusedOptionIndex !== -1) {
13250
13389
  optionIndex = this.visibleOptions.slice(this.focusedOptionIndex).findIndex(function (option) {
13251
- return _this11.isOptionMatched(option);
13390
+ return _this12.isOptionMatched(option);
13252
13391
  });
13253
13392
  optionIndex = optionIndex === -1 ? this.visibleOptions.slice(0, this.focusedOptionIndex).findIndex(function (option) {
13254
- return _this11.isOptionMatched(option);
13393
+ return _this12.isOptionMatched(option);
13255
13394
  }) : optionIndex + this.focusedOptionIndex;
13256
13395
  } else {
13257
13396
  optionIndex = this.visibleOptions.findIndex(function (option) {
13258
- return _this11.isOptionMatched(option);
13397
+ return _this12.isOptionMatched(option);
13259
13398
  });
13260
13399
  }
13261
13400
  if (optionIndex !== -1) {
@@ -13271,8 +13410,8 @@ this.primevue.dropdown = (function (api, ChevronDownIcon, FilterIcon, SpinnerIco
13271
13410
  clearTimeout(this.searchTimeout);
13272
13411
  }
13273
13412
  this.searchTimeout = setTimeout(function () {
13274
- _this11.searchValue = '';
13275
- _this11.searchTimeout = null;
13413
+ _this12.searchValue = '';
13414
+ _this12.searchTimeout = null;
13276
13415
  }, 500);
13277
13416
  return matched;
13278
13417
  },
@@ -13286,7 +13425,7 @@ this.primevue.dropdown = (function (api, ChevronDownIcon, FilterIcon, SpinnerIco
13286
13425
  }
13287
13426
  },
13288
13427
  scrollInView: function scrollInView() {
13289
- var _this12 = this;
13428
+ var _this13 = this;
13290
13429
  var index = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : -1;
13291
13430
  var id = index !== -1 ? "".concat(this.id, "_").concat(index) : this.focusedOptionId;
13292
13431
  var element = utils.DomHandler.findSingle(this.list, "li[id=\"".concat(id, "\"]"));
@@ -13297,7 +13436,7 @@ this.primevue.dropdown = (function (api, ChevronDownIcon, FilterIcon, SpinnerIco
13297
13436
  });
13298
13437
  } else if (!this.virtualScrollerDisabled) {
13299
13438
  setTimeout(function () {
13300
- _this12.virtualScroller && _this12.virtualScroller.scrollToIndex(index !== -1 ? index : _this12.focusedOptionIndex);
13439
+ _this13.virtualScroller && _this13.virtualScroller.scrollToIndex(index !== -1 ? index : _this13.focusedOptionIndex);
13301
13440
  }, 0);
13302
13441
  }
13303
13442
  },
@@ -13315,14 +13454,14 @@ this.primevue.dropdown = (function (api, ChevronDownIcon, FilterIcon, SpinnerIco
13315
13454
  });
13316
13455
  },
13317
13456
  flatOptions: function flatOptions(options) {
13318
- var _this13 = this;
13457
+ var _this14 = this;
13319
13458
  return (options || []).reduce(function (result, option, index) {
13320
13459
  result.push({
13321
13460
  optionGroup: option,
13322
13461
  group: true,
13323
13462
  index: index
13324
13463
  });
13325
- var optionGroupChildren = _this13.getOptionGroupChildren(option);
13464
+ var optionGroupChildren = _this14.getOptionGroupChildren(option);
13326
13465
  optionGroupChildren && optionGroupChildren.forEach(function (o) {
13327
13466
  return result.push(o);
13328
13467
  });
@@ -13342,7 +13481,7 @@ this.primevue.dropdown = (function (api, ChevronDownIcon, FilterIcon, SpinnerIco
13342
13481
  },
13343
13482
  computed: {
13344
13483
  visibleOptions: function visibleOptions() {
13345
- var _this14 = this;
13484
+ var _this15 = this;
13346
13485
  var options = this.optionGroupLabel ? this.flatOptions(this.options) : this.options || [];
13347
13486
  if (this.filterValue) {
13348
13487
  var filteredOptions = api.FilterService.filter(options, this.searchFields, this.filterValue, this.filterMatchMode, this.filterLocale);
@@ -13350,11 +13489,11 @@ this.primevue.dropdown = (function (api, ChevronDownIcon, FilterIcon, SpinnerIco
13350
13489
  var optionGroups = this.options || [];
13351
13490
  var filtered = [];
13352
13491
  optionGroups.forEach(function (group) {
13353
- var groupChildren = _this14.getOptionGroupChildren(group);
13492
+ var groupChildren = _this15.getOptionGroupChildren(group);
13354
13493
  var filteredItems = groupChildren.filter(function (item) {
13355
13494
  return filteredOptions.includes(item);
13356
13495
  });
13357
- if (filteredItems.length > 0) filtered.push(_objectSpread$1(_objectSpread$1({}, group), {}, _defineProperty$1({}, typeof _this14.optionGroupChildren === 'string' ? _this14.optionGroupChildren : 'items', _toConsumableArray(filteredItems))));
13496
+ if (filteredItems.length > 0) filtered.push(_objectSpread$1(_objectSpread$1({}, group), {}, _defineProperty$1({}, typeof _this15.optionGroupChildren === 'string' ? _this15.optionGroupChildren : 'items', _toConsumableArray(filteredItems))));
13358
13497
  });
13359
13498
  return this.flatOptions(filtered);
13360
13499
  }
@@ -13404,9 +13543,9 @@ this.primevue.dropdown = (function (api, ChevronDownIcon, FilterIcon, SpinnerIco
13404
13543
  return this.focusedOptionIndex !== -1 ? "".concat(this.id, "_").concat(this.focusedOptionIndex) : null;
13405
13544
  },
13406
13545
  ariaSetSize: function ariaSetSize() {
13407
- var _this15 = this;
13546
+ var _this16 = this;
13408
13547
  return this.visibleOptions.filter(function (option) {
13409
- return !_this15.isOptionGroup(option);
13548
+ return !_this16.isOptionGroup(option);
13410
13549
  }).length;
13411
13550
  },
13412
13551
  virtualScrollerDisabled: function virtualScrollerDisabled() {
@@ -13884,7 +14023,7 @@ this.primevue.dialog = (function (FocusTrap, TimesIcon, WindowMaximizeIcon, Wind
13884
14023
  "default": 0
13885
14024
  },
13886
14025
  appendTo: {
13887
- type: String,
14026
+ type: [String, Object],
13888
14027
  "default": 'body'
13889
14028
  },
13890
14029
  closeIcon: {
@@ -14999,9 +15138,9 @@ this.primevue.paginator = (function (utils, BaseComponent, PaginatorStyle, vue,
14999
15138
  }
15000
15139
  minValue = Object.entries(sortedBreakpoints)[index - 1] ? "and (min-width:".concat(calculatedMinValue, ")") : '';
15001
15140
  if (key === 'default') {
15002
- innerHTML += "\n @media screen ".concat(minValue, " {\n .paginator[").concat(this.attributeSelector, "],\n .p-paginator-default{\n display: flex !important;\n }\n }\n ");
15141
+ innerHTML += "\n @media screen ".concat(minValue, " {\n .paginator[").concat(this.attributeSelector, "],\n .p-paginator-default{\n display: flex;\n }\n }\n ");
15003
15142
  } else {
15004
- innerHTML += "\n.paginator[".concat(this.attributeSelector, "], .p-paginator-").concat(key, " {\n display: none !important;\n}\n@media screen ").concat(minValue, " and (max-width: ").concat(key, ") {\n .paginator[").concat(this.attributeSelector, "], .p-paginator-").concat(key, " {\n display: flex !important;\n }\n .paginator[").concat(this.attributeSelector, "],\n .p-paginator-default{\n display: none !important;\n }\n}\n ");
15143
+ innerHTML += "\n.paginator[".concat(this.attributeSelector, "], .p-paginator-").concat(key, " {\n display: none;\n}\n@media screen ").concat(minValue, " and (max-width: ").concat(key, ") {\n .paginator[").concat(this.attributeSelector, "], .p-paginator-").concat(key, " {\n display: flex;\n }\n .paginator[").concat(this.attributeSelector, "],\n .p-paginator-default{\n display: none;\n }\n}\n ");
15005
15144
  }
15006
15145
  }
15007
15146
  this.styleElement.innerHTML = innerHTML;
@@ -15285,7 +15424,7 @@ this.primevue.tree = (function (SearchIcon, SpinnerIcon, utils, BaseComponent, T
15285
15424
  },
15286
15425
  metaKeySelection: {
15287
15426
  type: Boolean,
15288
- "default": true
15427
+ "default": false
15289
15428
  },
15290
15429
  loading: {
15291
15430
  type: Boolean,
@@ -15461,6 +15600,7 @@ this.primevue.tree = (function (SearchIcon, SpinnerIcon, utils, BaseComponent, T
15461
15600
  this.onArrowLeft(event);
15462
15601
  break;
15463
15602
  case 'Enter':
15603
+ case 'NumpadEnter':
15464
15604
  case 'Space':
15465
15605
  this.onEnterKey(event);
15466
15606
  break;
@@ -15950,7 +16090,7 @@ this.primevue.tree = (function (SearchIcon, SpinnerIcon, utils, BaseComponent, T
15950
16090
  return node.leaf === false ? false : !(node.children && node.children.length);
15951
16091
  },
15952
16092
  onFilterKeydown: function onFilterKeydown(event) {
15953
- if (event.code === 'Enter') {
16093
+ if (event.code === 'Enter' || event.code === 'NumpadEnter') {
15954
16094
  event.preventDefault();
15955
16095
  }
15956
16096
  this.$emit('filter', {
@@ -16160,7 +16300,7 @@ this.primevue.menu = (function (OverlayEventBus, Portal, utils, BaseComponent, M
16160
16300
  "default": null
16161
16301
  },
16162
16302
  appendTo: {
16163
- type: String,
16303
+ type: [String, Object],
16164
16304
  "default": 'body'
16165
16305
  },
16166
16306
  autoZIndex: {
@@ -16405,6 +16545,7 @@ this.primevue.menu = (function (OverlayEventBus, Portal, utils, BaseComponent, M
16405
16545
  this.onEndKey(event);
16406
16546
  break;
16407
16547
  case 'Enter':
16548
+ case 'NumpadEnter':
16408
16549
  this.onEnterKey(event);
16409
16550
  break;
16410
16551
  case 'Space':
@@ -16753,7 +16894,7 @@ this.primevue.tieredmenu = (function (OverlayEventBus, Portal, utils, BaseCompon
16753
16894
  "default": null
16754
16895
  },
16755
16896
  appendTo: {
16756
- type: String,
16897
+ type: [String, Object],
16757
16898
  "default": 'body'
16758
16899
  },
16759
16900
  autoZIndex: {
@@ -16842,6 +16983,9 @@ this.primevue.tieredmenu = (function (OverlayEventBus, Portal, utils, BaseCompon
16842
16983
  getItemLabel: function getItemLabel(processedItem) {
16843
16984
  return this.getItemProp(processedItem, 'label');
16844
16985
  },
16986
+ getItemLabelId: function getItemLabelId(processedItem) {
16987
+ return "".concat(this.menuId, "_").concat(processedItem.key, "_label");
16988
+ },
16845
16989
  getPTOptions: function getPTOptions(processedItem, index, key) {
16846
16990
  return this.ptm(key, {
16847
16991
  context: {
@@ -16937,6 +17081,7 @@ this.primevue.tieredmenu = (function (OverlayEventBus, Portal, utils, BaseCompon
16937
17081
  var _hoisted_3 = ["onClick", "onMouseenter"];
16938
17082
  var _hoisted_4 = ["href", "target"];
16939
17083
  var _hoisted_5 = ["id"];
17084
+ var _hoisted_6 = ["id"];
16940
17085
  function render$1(_ctx, _cache, $props, $setup, $data, $options) {
16941
17086
  var _component_AngleRightIcon = vue.resolveComponent("AngleRightIcon");
16942
17087
  var _component_TieredMenuSub = vue.resolveComponent("TieredMenuSub", true);
@@ -16996,8 +17141,9 @@ this.primevue.tieredmenu = (function (OverlayEventBus, Portal, utils, BaseCompon
16996
17141
  key: 1,
16997
17142
  "class": [_ctx.cx('icon'), $options.getItemProp(processedItem, 'icon')]
16998
17143
  }, $options.getPTOptions(processedItem, index, 'icon')), null, 16)) : vue.createCommentVNode("", true), vue.createElementVNode("span", vue.mergeProps({
17144
+ id: $options.getItemLabelId(processedItem),
16999
17145
  "class": _ctx.cx('label')
17000
- }, $options.getPTOptions(processedItem, index, 'label')), vue.toDisplayString($options.getItemLabel(processedItem)), 17), $options.getItemProp(processedItem, 'items') ? (vue.openBlock(), vue.createElementBlock(vue.Fragment, {
17146
+ }, $options.getPTOptions(processedItem, index, 'label')), vue.toDisplayString($options.getItemLabel(processedItem)), 17, _hoisted_5), $options.getItemProp(processedItem, 'items') ? (vue.openBlock(), vue.createElementBlock(vue.Fragment, {
17001
17147
  key: 2
17002
17148
  }, [$props.templates.submenuicon ? (vue.openBlock(), vue.createBlock(vue.resolveDynamicComponent($props.templates.submenuicon), vue.mergeProps({
17003
17149
  key: 0,
@@ -17018,6 +17164,7 @@ this.primevue.tieredmenu = (function (OverlayEventBus, Portal, utils, BaseCompon
17018
17164
  style: vue.normalizeStyle(_ctx.sx('submenu', true, {
17019
17165
  processedItem: processedItem
17020
17166
  })),
17167
+ "aria-labelledby": $options.getItemLabelId(processedItem),
17021
17168
  role: "menu",
17022
17169
  menuId: $props.menuId,
17023
17170
  focusedItemId: $props.focusedItemId,
@@ -17034,13 +17181,13 @@ this.primevue.tieredmenu = (function (OverlayEventBus, Portal, utils, BaseCompon
17034
17181
  onItemMouseenter: _cache[1] || (_cache[1] = function ($event) {
17035
17182
  return _ctx.$emit('item-mouseenter', $event);
17036
17183
  })
17037
- }, null, 8, ["id", "style", "menuId", "focusedItemId", "items", "templates", "activeItemPath", "level", "visible", "pt", "unstyled"])) : vue.createCommentVNode("", true)], 16, _hoisted_2)) : vue.createCommentVNode("", true), $options.isItemVisible(processedItem) && $options.getItemProp(processedItem, 'separator') ? (vue.openBlock(), vue.createElementBlock("li", vue.mergeProps({
17184
+ }, null, 8, ["id", "style", "aria-labelledby", "menuId", "focusedItemId", "items", "templates", "activeItemPath", "level", "visible", "pt", "unstyled"])) : vue.createCommentVNode("", true)], 16, _hoisted_2)) : vue.createCommentVNode("", true), $options.isItemVisible(processedItem) && $options.getItemProp(processedItem, 'separator') ? (vue.openBlock(), vue.createElementBlock("li", vue.mergeProps({
17038
17185
  key: 1,
17039
17186
  id: $options.getItemId(processedItem),
17040
17187
  style: $options.getItemProp(processedItem, 'style'),
17041
17188
  "class": [_ctx.cx('separator'), $options.getItemProp(processedItem, 'class')],
17042
17189
  role: "separator"
17043
- }, _ctx.ptm('separator')), null, 16, _hoisted_5)) : vue.createCommentVNode("", true)], 64);
17190
+ }, _ctx.ptm('separator')), null, 16, _hoisted_6)) : vue.createCommentVNode("", true)], 64);
17044
17191
  }), 128))], 16, _hoisted_1$1)) : vue.createCommentVNode("", true)];
17045
17192
  }),
17046
17193
  _: 1
@@ -17211,6 +17358,7 @@ this.primevue.tieredmenu = (function (OverlayEventBus, Portal, utils, BaseCompon
17211
17358
  this.onSpaceKey(event);
17212
17359
  break;
17213
17360
  case 'Enter':
17361
+ case 'NumpadEnter':
17214
17362
  this.onEnterKey(event);
17215
17363
  break;
17216
17364
  case 'Escape':