primevue 3.8.2 → 3.9.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 (373) hide show
  1. package/README.md +2 -2
  2. package/api/Api.d.ts +70 -36
  3. package/api/api.cjs.js +66 -32
  4. package/api/api.cjs.min.js +1 -1
  5. package/api/api.esm.js +66 -32
  6. package/api/api.esm.min.js +1 -1
  7. package/api/api.js +66 -32
  8. package/api/api.min.js +1 -1
  9. package/autocomplete/AutoComplete.vue +16 -9
  10. package/autocomplete/autocomplete.cjs.js +19 -11
  11. package/autocomplete/autocomplete.cjs.min.js +1 -1
  12. package/autocomplete/autocomplete.esm.js +19 -11
  13. package/autocomplete/autocomplete.esm.min.js +1 -1
  14. package/autocomplete/autocomplete.js +19 -11
  15. package/autocomplete/autocomplete.min.js +1 -1
  16. package/breadcrumb/BreadcrumbItem.vue +5 -2
  17. package/breadcrumb/breadcrumb.cjs.js +5 -2
  18. package/breadcrumb/breadcrumb.cjs.min.js +1 -1
  19. package/breadcrumb/breadcrumb.esm.js +5 -2
  20. package/breadcrumb/breadcrumb.esm.min.js +1 -1
  21. package/breadcrumb/breadcrumb.js +5 -2
  22. package/breadcrumb/breadcrumb.min.js +1 -1
  23. package/calendar/Calendar.d.ts +6 -0
  24. package/calendar/Calendar.vue +362 -67
  25. package/calendar/calendar.cjs.js +459 -168
  26. package/calendar/calendar.cjs.min.js +1 -1
  27. package/calendar/calendar.esm.js +461 -170
  28. package/calendar/calendar.esm.min.js +1 -1
  29. package/calendar/calendar.js +459 -168
  30. package/calendar/calendar.min.js +1 -1
  31. package/carousel/Carousel.vue +2 -2
  32. package/carousel/carousel.cjs.js +6 -6
  33. package/carousel/carousel.cjs.min.js +1 -1
  34. package/carousel/carousel.esm.js +6 -6
  35. package/carousel/carousel.esm.min.js +1 -1
  36. package/carousel/carousel.js +6 -6
  37. package/carousel/carousel.min.js +1 -1
  38. package/cascadeselect/CascadeSelect.d.ts +8 -4
  39. package/chart/Chart.vue +9 -2
  40. package/chart/chart.cjs.js +9 -2
  41. package/chart/chart.cjs.min.js +1 -1
  42. package/chart/chart.esm.js +9 -2
  43. package/chart/chart.esm.min.js +1 -1
  44. package/chart/chart.js +9 -2
  45. package/chart/chart.min.js +1 -1
  46. package/colorpicker/ColorPicker.d.ts +3 -0
  47. package/colorpicker/ColorPicker.vue +6 -1
  48. package/colorpicker/colorpicker.cjs.js +6 -1
  49. package/colorpicker/colorpicker.cjs.min.js +1 -1
  50. package/colorpicker/colorpicker.esm.js +6 -1
  51. package/colorpicker/colorpicker.esm.min.js +1 -1
  52. package/colorpicker/colorpicker.js +6 -1
  53. package/colorpicker/colorpicker.min.js +1 -1
  54. package/confirmdialog/ConfirmDialog.vue +8 -2
  55. package/confirmdialog/confirmdialog.cjs.js +11 -4
  56. package/confirmdialog/confirmdialog.cjs.min.js +1 -1
  57. package/confirmdialog/confirmdialog.esm.js +11 -4
  58. package/confirmdialog/confirmdialog.esm.min.js +1 -1
  59. package/confirmdialog/confirmdialog.js +11 -4
  60. package/confirmdialog/confirmdialog.min.js +1 -1
  61. package/confirmpopup/ConfirmPopup.d.ts +7 -0
  62. package/confirmpopup/ConfirmPopup.vue +7 -4
  63. package/confirmpopup/confirmpopup.cjs.js +13 -5
  64. package/confirmpopup/confirmpopup.cjs.min.js +1 -1
  65. package/confirmpopup/confirmpopup.esm.js +14 -6
  66. package/confirmpopup/confirmpopup.esm.min.js +1 -1
  67. package/confirmpopup/confirmpopup.js +13 -5
  68. package/confirmpopup/confirmpopup.min.js +1 -1
  69. package/contextmenu/ContextMenuSub.vue +7 -4
  70. package/contextmenu/contextmenu.cjs.js +7 -4
  71. package/contextmenu/contextmenu.cjs.min.js +1 -1
  72. package/contextmenu/contextmenu.esm.js +7 -4
  73. package/contextmenu/contextmenu.esm.min.js +1 -1
  74. package/contextmenu/contextmenu.js +7 -4
  75. package/contextmenu/contextmenu.min.js +1 -1
  76. package/core/core.js +132 -65
  77. package/core/core.min.js +14 -11
  78. package/datatable/BodyCell.vue +1 -0
  79. package/datatable/ColumnFilter.vue +17 -6
  80. package/datatable/DataTable.d.ts +5 -4
  81. package/datatable/DataTable.vue +34 -21
  82. package/datatable/TableBody.vue +5 -1
  83. package/datatable/TableFooter.vue +15 -1
  84. package/datatable/TableHeader.vue +15 -1
  85. package/datatable/datatable.cjs.js +175 -106
  86. package/datatable/datatable.cjs.min.js +1 -1
  87. package/datatable/datatable.esm.js +175 -106
  88. package/datatable/datatable.esm.min.js +1 -1
  89. package/datatable/datatable.js +175 -106
  90. package/datatable/datatable.min.js +1 -1
  91. package/dataview/DataView.d.ts +2 -2
  92. package/dataview/DataView.vue +8 -8
  93. package/dataview/dataview.cjs.js +12 -12
  94. package/dataview/dataview.cjs.min.js +1 -1
  95. package/dataview/dataview.esm.js +12 -12
  96. package/dataview/dataview.esm.min.js +1 -1
  97. package/dataview/dataview.js +12 -12
  98. package/dataview/dataview.min.js +1 -1
  99. package/dropdown/Dropdown.d.ts +10 -5
  100. package/inputnumber/InputNumber.vue +19 -3
  101. package/inputnumber/inputnumber.cjs.js +19 -3
  102. package/inputnumber/inputnumber.cjs.min.js +1 -1
  103. package/inputnumber/inputnumber.esm.js +19 -3
  104. package/inputnumber/inputnumber.esm.min.js +1 -1
  105. package/inputnumber/inputnumber.js +19 -3
  106. package/inputnumber/inputnumber.min.js +1 -1
  107. package/inputtext/InputText.vue +1 -1
  108. package/inputtext/inputtext.cjs.js +2 -2
  109. package/inputtext/inputtext.cjs.min.js +1 -1
  110. package/inputtext/inputtext.esm.js +3 -3
  111. package/inputtext/inputtext.esm.min.js +1 -1
  112. package/inputtext/inputtext.js +2 -2
  113. package/inputtext/inputtext.min.js +1 -1
  114. package/listbox/Listbox.d.ts +10 -5
  115. package/megamenu/MegaMenu.vue +10 -7
  116. package/megamenu/megamenu.cjs.js +10 -7
  117. package/megamenu/megamenu.cjs.min.js +1 -1
  118. package/megamenu/megamenu.esm.js +10 -7
  119. package/megamenu/megamenu.esm.min.js +1 -1
  120. package/megamenu/megamenu.js +10 -7
  121. package/megamenu/megamenu.min.js +1 -1
  122. package/menu/Menu.vue +6 -3
  123. package/menu/Menuitem.vue +5 -2
  124. package/menu/menu.cjs.js +11 -5
  125. package/menu/menu.cjs.min.js +1 -1
  126. package/menu/menu.esm.js +11 -5
  127. package/menu/menu.esm.min.js +1 -1
  128. package/menu/menu.js +11 -5
  129. package/menu/menu.min.js +1 -1
  130. package/menubar/MenubarSub.vue +7 -4
  131. package/menubar/menubar.cjs.js +7 -4
  132. package/menubar/menubar.cjs.min.js +1 -1
  133. package/menubar/menubar.esm.js +7 -4
  134. package/menubar/menubar.esm.min.js +1 -1
  135. package/menubar/menubar.js +7 -4
  136. package/menubar/menubar.min.js +1 -1
  137. package/message/Message.d.ts +1 -0
  138. package/message/Message.vue +6 -2
  139. package/message/message.cjs.js +6 -2
  140. package/message/message.cjs.min.js +1 -1
  141. package/message/message.esm.js +6 -2
  142. package/message/message.esm.min.js +1 -1
  143. package/message/message.js +6 -2
  144. package/message/message.min.js +1 -1
  145. package/multiselect/MultiSelect.d.ts +10 -5
  146. package/orderlist/OrderList.d.ts +2 -0
  147. package/orderlist/OrderList.vue +2 -0
  148. package/orderlist/orderlist.cjs.js +3 -1
  149. package/orderlist/orderlist.cjs.min.js +1 -1
  150. package/orderlist/orderlist.esm.js +3 -1
  151. package/orderlist/orderlist.esm.min.js +1 -1
  152. package/orderlist/orderlist.js +3 -1
  153. package/orderlist/orderlist.min.js +1 -1
  154. package/package.json +5 -1
  155. package/paginator/Paginator.vue +4 -4
  156. package/paginator/paginator.cjs.js +4 -4
  157. package/paginator/paginator.cjs.min.js +1 -1
  158. package/paginator/paginator.esm.js +4 -4
  159. package/paginator/paginator.esm.min.js +1 -1
  160. package/paginator/paginator.js +4 -4
  161. package/paginator/paginator.min.js +1 -1
  162. package/panel/Panel.d.ts +1 -0
  163. package/panel/Panel.vue +1 -1
  164. package/panelmenu/PanelMenu.vue +6 -3
  165. package/panelmenu/PanelMenuSub.vue +8 -5
  166. package/panelmenu/panelmenu.cjs.js +14 -8
  167. package/panelmenu/panelmenu.cjs.min.js +1 -1
  168. package/panelmenu/panelmenu.esm.js +14 -8
  169. package/panelmenu/panelmenu.esm.min.js +1 -1
  170. package/panelmenu/panelmenu.js +14 -8
  171. package/panelmenu/panelmenu.min.js +1 -1
  172. package/picklist/PickList.d.ts +8 -2
  173. package/picklist/PickList.vue +10 -4
  174. package/picklist/picklist.cjs.js +13 -7
  175. package/picklist/picklist.cjs.min.js +1 -1
  176. package/picklist/picklist.esm.js +13 -7
  177. package/picklist/picklist.esm.min.js +1 -1
  178. package/picklist/picklist.js +13 -7
  179. package/picklist/picklist.min.js +1 -1
  180. package/progressbar/ProgressBar.vue +13 -12
  181. package/progressbar/progressbar.cjs.js +13 -12
  182. package/progressbar/progressbar.cjs.min.js +1 -1
  183. package/progressbar/progressbar.esm.js +14 -13
  184. package/progressbar/progressbar.esm.min.js +1 -1
  185. package/progressbar/progressbar.js +13 -12
  186. package/progressbar/progressbar.min.js +1 -1
  187. package/rating/Rating.vue +1 -1
  188. package/rating/rating.cjs.js +1 -1
  189. package/rating/rating.cjs.min.js +1 -1
  190. package/rating/rating.esm.js +1 -1
  191. package/rating/rating.esm.min.js +1 -1
  192. package/rating/rating.js +1 -1
  193. package/rating/rating.min.js +1 -1
  194. package/resources/primevue.css +5 -0
  195. package/resources/primevue.min.css +1 -1
  196. package/resources/themes/arya-blue/theme.css +56 -15
  197. package/resources/themes/arya-green/theme.css +56 -15
  198. package/resources/themes/arya-orange/theme.css +56 -15
  199. package/resources/themes/arya-purple/theme.css +56 -15
  200. package/resources/themes/bootstrap4-dark-blue/theme.css +53 -19
  201. package/resources/themes/bootstrap4-dark-purple/theme.css +53 -19
  202. package/resources/themes/bootstrap4-light-blue/theme.css +53 -19
  203. package/resources/themes/bootstrap4-light-purple/theme.css +53 -19
  204. package/resources/themes/fluent-light/theme.css +56 -15
  205. package/resources/themes/lara-dark-blue/fonts/Inter-Bold.woff +0 -0
  206. package/resources/themes/lara-dark-blue/fonts/Inter-Bold.woff2 +0 -0
  207. package/resources/themes/lara-dark-blue/fonts/Inter-Light.woff +0 -0
  208. package/resources/themes/lara-dark-blue/fonts/Inter-Light.woff2 +0 -0
  209. package/resources/themes/lara-dark-blue/fonts/Inter-Medium.woff +0 -0
  210. package/resources/themes/lara-dark-blue/fonts/Inter-Medium.woff2 +0 -0
  211. package/resources/themes/lara-dark-blue/fonts/Inter-Regular.woff +0 -0
  212. package/resources/themes/lara-dark-blue/fonts/Inter-Regular.woff2 +0 -0
  213. package/resources/themes/lara-dark-blue/fonts/Inter-SemiBold.woff +0 -0
  214. package/resources/themes/lara-dark-blue/fonts/Inter-SemiBold.woff2 +0 -0
  215. package/resources/themes/lara-dark-blue/theme.css +5414 -0
  216. package/resources/themes/lara-dark-indigo/fonts/Inter-Bold.woff +0 -0
  217. package/resources/themes/lara-dark-indigo/fonts/Inter-Bold.woff2 +0 -0
  218. package/resources/themes/lara-dark-indigo/fonts/Inter-Light.woff +0 -0
  219. package/resources/themes/lara-dark-indigo/fonts/Inter-Light.woff2 +0 -0
  220. package/resources/themes/lara-dark-indigo/fonts/Inter-Medium.woff +0 -0
  221. package/resources/themes/lara-dark-indigo/fonts/Inter-Medium.woff2 +0 -0
  222. package/resources/themes/lara-dark-indigo/fonts/Inter-Regular.woff +0 -0
  223. package/resources/themes/lara-dark-indigo/fonts/Inter-Regular.woff2 +0 -0
  224. package/resources/themes/lara-dark-indigo/fonts/Inter-SemiBold.woff +0 -0
  225. package/resources/themes/lara-dark-indigo/fonts/Inter-SemiBold.woff2 +0 -0
  226. package/resources/themes/lara-dark-indigo/theme.css +5414 -0
  227. package/resources/themes/lara-dark-purple/fonts/Inter-Bold.woff +0 -0
  228. package/resources/themes/lara-dark-purple/fonts/Inter-Bold.woff2 +0 -0
  229. package/resources/themes/lara-dark-purple/fonts/Inter-Light.woff +0 -0
  230. package/resources/themes/lara-dark-purple/fonts/Inter-Light.woff2 +0 -0
  231. package/resources/themes/lara-dark-purple/fonts/Inter-Medium.woff +0 -0
  232. package/resources/themes/lara-dark-purple/fonts/Inter-Medium.woff2 +0 -0
  233. package/resources/themes/lara-dark-purple/fonts/Inter-Regular.woff +0 -0
  234. package/resources/themes/lara-dark-purple/fonts/Inter-Regular.woff2 +0 -0
  235. package/resources/themes/lara-dark-purple/fonts/Inter-SemiBold.woff +0 -0
  236. package/resources/themes/lara-dark-purple/fonts/Inter-SemiBold.woff2 +0 -0
  237. package/resources/themes/lara-dark-purple/theme.css +5414 -0
  238. package/resources/themes/lara-dark-teal/fonts/Inter-Bold.woff +0 -0
  239. package/resources/themes/lara-dark-teal/fonts/Inter-Bold.woff2 +0 -0
  240. package/resources/themes/lara-dark-teal/fonts/Inter-Light.woff +0 -0
  241. package/resources/themes/lara-dark-teal/fonts/Inter-Light.woff2 +0 -0
  242. package/resources/themes/lara-dark-teal/fonts/Inter-Medium.woff +0 -0
  243. package/resources/themes/lara-dark-teal/fonts/Inter-Medium.woff2 +0 -0
  244. package/resources/themes/lara-dark-teal/fonts/Inter-Regular.woff +0 -0
  245. package/resources/themes/lara-dark-teal/fonts/Inter-Regular.woff2 +0 -0
  246. package/resources/themes/lara-dark-teal/fonts/Inter-SemiBold.woff +0 -0
  247. package/resources/themes/lara-dark-teal/fonts/Inter-SemiBold.woff2 +0 -0
  248. package/resources/themes/lara-dark-teal/theme.css +5414 -0
  249. package/resources/themes/lara-light-blue/fonts/Inter-Bold.woff +0 -0
  250. package/resources/themes/lara-light-blue/fonts/Inter-Bold.woff2 +0 -0
  251. package/resources/themes/lara-light-blue/fonts/Inter-Light.woff +0 -0
  252. package/resources/themes/lara-light-blue/fonts/Inter-Light.woff2 +0 -0
  253. package/resources/themes/lara-light-blue/fonts/Inter-Medium.woff +0 -0
  254. package/resources/themes/lara-light-blue/fonts/Inter-Medium.woff2 +0 -0
  255. package/resources/themes/lara-light-blue/fonts/Inter-Regular.woff +0 -0
  256. package/resources/themes/lara-light-blue/fonts/Inter-Regular.woff2 +0 -0
  257. package/resources/themes/lara-light-blue/fonts/Inter-SemiBold.woff +0 -0
  258. package/resources/themes/lara-light-blue/fonts/Inter-SemiBold.woff2 +0 -0
  259. package/resources/themes/lara-light-blue/theme.css +5414 -0
  260. package/resources/themes/lara-light-indigo/fonts/Inter-Bold.woff +0 -0
  261. package/resources/themes/lara-light-indigo/fonts/Inter-Bold.woff2 +0 -0
  262. package/resources/themes/lara-light-indigo/fonts/Inter-Light.woff +0 -0
  263. package/resources/themes/lara-light-indigo/fonts/Inter-Light.woff2 +0 -0
  264. package/resources/themes/lara-light-indigo/fonts/Inter-Medium.woff +0 -0
  265. package/resources/themes/lara-light-indigo/fonts/Inter-Medium.woff2 +0 -0
  266. package/resources/themes/lara-light-indigo/fonts/Inter-Regular.woff +0 -0
  267. package/resources/themes/lara-light-indigo/fonts/Inter-Regular.woff2 +0 -0
  268. package/resources/themes/lara-light-indigo/fonts/Inter-SemiBold.woff +0 -0
  269. package/resources/themes/lara-light-indigo/fonts/Inter-SemiBold.woff2 +0 -0
  270. package/resources/themes/lara-light-indigo/theme.css +5414 -0
  271. package/resources/themes/lara-light-purple/fonts/Inter-Bold.woff +0 -0
  272. package/resources/themes/lara-light-purple/fonts/Inter-Bold.woff2 +0 -0
  273. package/resources/themes/lara-light-purple/fonts/Inter-Light.woff +0 -0
  274. package/resources/themes/lara-light-purple/fonts/Inter-Light.woff2 +0 -0
  275. package/resources/themes/lara-light-purple/fonts/Inter-Medium.woff +0 -0
  276. package/resources/themes/lara-light-purple/fonts/Inter-Medium.woff2 +0 -0
  277. package/resources/themes/lara-light-purple/fonts/Inter-Regular.woff +0 -0
  278. package/resources/themes/lara-light-purple/fonts/Inter-Regular.woff2 +0 -0
  279. package/resources/themes/lara-light-purple/fonts/Inter-SemiBold.woff +0 -0
  280. package/resources/themes/lara-light-purple/fonts/Inter-SemiBold.woff2 +0 -0
  281. package/resources/themes/lara-light-purple/theme.css +5414 -0
  282. package/resources/themes/lara-light-teal/fonts/Inter-Bold.woff +0 -0
  283. package/resources/themes/lara-light-teal/fonts/Inter-Bold.woff2 +0 -0
  284. package/resources/themes/lara-light-teal/fonts/Inter-Light.woff +0 -0
  285. package/resources/themes/lara-light-teal/fonts/Inter-Light.woff2 +0 -0
  286. package/resources/themes/lara-light-teal/fonts/Inter-Medium.woff +0 -0
  287. package/resources/themes/lara-light-teal/fonts/Inter-Medium.woff2 +0 -0
  288. package/resources/themes/lara-light-teal/fonts/Inter-Regular.woff +0 -0
  289. package/resources/themes/lara-light-teal/fonts/Inter-Regular.woff2 +0 -0
  290. package/resources/themes/lara-light-teal/fonts/Inter-SemiBold.woff +0 -0
  291. package/resources/themes/lara-light-teal/fonts/Inter-SemiBold.woff2 +0 -0
  292. package/resources/themes/lara-light-teal/theme.css +5414 -0
  293. package/resources/themes/luna-amber/theme.css +53 -19
  294. package/resources/themes/luna-blue/theme.css +53 -19
  295. package/resources/themes/luna-green/theme.css +53 -19
  296. package/resources/themes/luna-pink/theme.css +53 -19
  297. package/resources/themes/md-dark-deeppurple/theme.css +244 -47
  298. package/resources/themes/md-dark-indigo/theme.css +244 -47
  299. package/resources/themes/md-light-deeppurple/theme.css +244 -47
  300. package/resources/themes/md-light-indigo/theme.css +244 -47
  301. package/resources/themes/mdc-dark-deeppurple/theme.css +244 -47
  302. package/resources/themes/mdc-dark-indigo/theme.css +244 -47
  303. package/resources/themes/mdc-light-deeppurple/theme.css +244 -47
  304. package/resources/themes/mdc-light-indigo/theme.css +244 -47
  305. package/resources/themes/nova/theme.css +53 -19
  306. package/resources/themes/nova-accent/theme.css +53 -19
  307. package/resources/themes/nova-alt/theme.css +53 -19
  308. package/resources/themes/nova-vue/theme.css +53 -19
  309. package/resources/themes/rhea/theme.css +53 -19
  310. package/resources/themes/saga-blue/theme.css +56 -15
  311. package/resources/themes/saga-green/theme.css +56 -15
  312. package/resources/themes/saga-orange/theme.css +56 -15
  313. package/resources/themes/saga-purple/theme.css +56 -15
  314. package/resources/themes/tailwind-light/theme.css +67 -18
  315. package/resources/themes/vela-blue/theme.css +56 -15
  316. package/resources/themes/vela-green/theme.css +56 -15
  317. package/resources/themes/vela-orange/theme.css +56 -15
  318. package/resources/themes/vela-purple/theme.css +56 -15
  319. package/selectbutton/SelectButton.d.ts +8 -3
  320. package/selectbutton/SelectButton.vue +8 -2
  321. package/selectbutton/selectbutton.cjs.js +14 -9
  322. package/selectbutton/selectbutton.cjs.min.js +1 -1
  323. package/selectbutton/selectbutton.esm.js +14 -9
  324. package/selectbutton/selectbutton.esm.min.js +1 -1
  325. package/selectbutton/selectbutton.js +14 -9
  326. package/selectbutton/selectbutton.min.js +1 -1
  327. package/steps/Steps.vue +5 -2
  328. package/steps/steps.cjs.js +5 -2
  329. package/steps/steps.cjs.min.js +1 -1
  330. package/steps/steps.esm.js +5 -2
  331. package/steps/steps.esm.min.js +1 -1
  332. package/steps/steps.js +5 -2
  333. package/steps/steps.min.js +1 -1
  334. package/tabmenu/TabMenu.vue +6 -3
  335. package/tabmenu/tabmenu.cjs.js +6 -3
  336. package/tabmenu/tabmenu.cjs.min.js +1 -1
  337. package/tabmenu/tabmenu.esm.js +6 -3
  338. package/tabmenu/tabmenu.esm.min.js +1 -1
  339. package/tabmenu/tabmenu.js +6 -3
  340. package/tabmenu/tabmenu.min.js +1 -1
  341. package/terminalservice/TerminalService.d.ts +9 -6
  342. package/tieredmenu/TieredMenuSub.vue +7 -4
  343. package/tieredmenu/tieredmenu.cjs.js +7 -4
  344. package/tieredmenu/tieredmenu.cjs.min.js +1 -1
  345. package/tieredmenu/tieredmenu.esm.js +7 -4
  346. package/tieredmenu/tieredmenu.esm.min.js +1 -1
  347. package/tieredmenu/tieredmenu.js +7 -4
  348. package/tieredmenu/tieredmenu.min.js +1 -1
  349. package/tree/TreeNode.vue +4 -1
  350. package/tree/tree.cjs.js +4 -1
  351. package/tree/tree.cjs.min.js +1 -1
  352. package/tree/tree.esm.js +4 -1
  353. package/tree/tree.esm.min.js +1 -1
  354. package/tree/tree.js +4 -1
  355. package/tree/tree.min.js +1 -1
  356. package/treeselect/TreeSelect.vue +9 -0
  357. package/treeselect/treeselect.cjs.js +9 -0
  358. package/treeselect/treeselect.cjs.min.js +1 -1
  359. package/treeselect/treeselect.esm.js +9 -0
  360. package/treeselect/treeselect.esm.min.js +1 -1
  361. package/treeselect/treeselect.js +9 -0
  362. package/treeselect/treeselect.min.js +1 -1
  363. package/treetable/TreeTable.d.ts +2 -2
  364. package/treetable/TreeTable.vue +8 -8
  365. package/treetable/treetable.cjs.js +12 -12
  366. package/treetable/treetable.cjs.min.js +1 -1
  367. package/treetable/treetable.esm.js +12 -12
  368. package/treetable/treetable.esm.min.js +1 -1
  369. package/treetable/treetable.js +12 -12
  370. package/treetable/treetable.min.js +1 -1
  371. package/vetur-attributes.json +8 -0
  372. package/vetur-tags.json +3 -1
  373. package/web-types.json +143 -9
package/core/core.js CHANGED
@@ -1130,30 +1130,43 @@ this.primevue.api = (function (exports, utils) {
1130
1130
  ARROW_CIRCLE_RIGHT:'pi pi-arrow-circle-right',
1131
1131
  ARROW_CIRCLE_UP:'pi pi-arrow-circle-up',
1132
1132
  ARROW_DOWN:'pi pi-arrow-down',
1133
+ ARROW_DOWN_LEFT:'pi pi-arrow-down-left',
1134
+ ARROW_DOWN_RIGHT:'pi pi-arrow-down-right',
1133
1135
  ARROW_LEFT:'pi pi-arrow-left',
1134
1136
  ARROW_RIGHT:'pi pi-arrow-right',
1135
1137
  ARROW_UP:'pi pi-arrow-up',
1138
+ ARROW_UP_LEFT:'pi pi-arrow-up-left',
1139
+ ARROW_UP_RIGHT:'pi pi-arrow-up-right',
1140
+ ARROW_H:'pi pi-arrow-h',
1141
+ ARROW_V:'pi pi-arrow-v',
1142
+ AT:'pi pi-at',
1136
1143
  BACKWARD:'pi pi-backward',
1137
1144
  BAN:'pi pi-ban',
1138
1145
  BARS:'pi pi-bars',
1139
1146
  BELL:'pi pi-bell',
1147
+ BOLT:'pi pi-bolt',
1140
1148
  BOOK:'pi pi-book',
1141
1149
  BOOKMARK:'pi pi-bookmark',
1150
+ BOOKMARK_FILL:'pi pi-bookmark-fill',
1151
+ BOX:'pi pi-box',
1142
1152
  BRIEFCASE:'pi pi-briefcase',
1153
+ BUILDING:'pi pi-building',
1154
+ CALENDAR:'pi pi-calendar',
1143
1155
  CALENDAR_MINUS:'pi pi-calendar-minus',
1144
1156
  CALENDAR_PLUS:'pi pi-calendar-plus',
1145
1157
  CALENDAR_TIMES:'pi pi-calendar-times',
1146
- CALENDAR:'pi pi-calendar',
1147
1158
  CAMERA:'pi pi-camera',
1159
+ CAR:'pi pi-car',
1148
1160
  CARET_DOWN:'pi pi-caret-down',
1149
1161
  CARET_LEFT:'pi pi-caret-left',
1150
1162
  CARET_RIGHT:'pi pi-caret-right',
1151
1163
  CARET_UP:'pi pi-caret-up',
1152
1164
  CHART_BAR:'pi pi-chart-bar',
1153
1165
  CHART_LINE:'pi pi-chart-line',
1166
+ CHART_PIE:'pi pi-chart-pie',
1167
+ CHECK:'pi pi-check',
1154
1168
  CHECK_CIRCLE:'pi pi-check-circle',
1155
1169
  CHECK_SQUARE:'pi pi-check-square',
1156
- CHECK:'pi pi-check',
1157
1170
  CHEVRON_CIRCLE_DOWN:'pi pi-chevron-circle-down',
1158
1171
  CHEVRON_CIRCLE_LEFT:'pi pi-chevron-circle-left',
1159
1172
  CHEVRON_CIRCLE_RIGHT:'pi pi-chevron-circle-right',
@@ -1162,66 +1175,77 @@ this.primevue.api = (function (exports, utils) {
1162
1175
  CHEVRON_LEFT:'pi pi-chevron-left',
1163
1176
  CHEVRON_RIGHT:'pi pi-chevron-right',
1164
1177
  CHEVRON_UP:'pi pi-chevron-up',
1178
+ CIRCLE:'pi pi-circle',
1179
+ CIRCLE_FILL:'pi pi-circle-fill',
1165
1180
  CLOCK:'pi pi-clock',
1166
1181
  CLONE:'pi pi-clone',
1182
+ CLOUD:'pi pi-cloud',
1167
1183
  CLOUD_DOWNLOAD:'pi pi-cloud-download',
1168
1184
  CLOUD_UPLOAD:'pi pi-cloud-upload',
1169
- CLOUD:'pi pi-cloud',
1185
+ CODE:'pi pi-code',
1170
1186
  COG:'pi pi-cog',
1171
1187
  COMMENT:'pi pi-comment',
1172
1188
  COMMENTS:'pi pi-comments',
1173
1189
  COMPASS:'pi pi-compass',
1174
1190
  COPY:'pi pi-copy',
1175
1191
  CREDIT_CARD:'pi pi-credit-card',
1192
+ DATABASE:'pi pi-database',
1176
1193
  DESKTOP:'pi pi-desktop',
1177
- DISCORD:'pi pi-discord',
1178
- DIRECTIONS_ALT:'pi pi-directions-alt',
1179
1194
  DIRECTIONS:'pi pi-directions',
1195
+ DIRECTIONS_ALT:'pi pi-directions-alt',
1196
+ DISCORD:'pi pi-discord',
1180
1197
  DOLLAR:'pi pi-dollar',
1181
1198
  DOWNLOAD:'pi pi-download',
1182
1199
  EJECT:'pi pi-eject',
1183
1200
  ELLIPSIS_H:'pi pi-ellipsis-h',
1184
1201
  ELLIPSIS_V:'pi pi-ellipsis-v',
1185
1202
  ENVELOPE:'pi pi-envelope',
1203
+ EURO:'pi pi-euro',
1186
1204
  EXCLAMATION_CIRCLE:'pi pi-exclamation-circle',
1187
- EXCLAMATION_TRIANGLE :'pi pi-exclamation-triangle ',
1205
+ EXCLAMATION_TRIANGLE :'pi pi-exclamation-triangle',
1188
1206
  EXTERNAL_LINK:'pi pi-external-link',
1189
- EYE_SLASH:'pi pi-eye-slash',
1190
1207
  EYE:'pi pi-eye',
1208
+ EYE_SLASH:'pi pi-eye-slash',
1191
1209
  FACEBOOK:'pi pi-facebook',
1192
1210
  FAST_BACKWARD:'pi pi-fast-backward',
1193
1211
  FAST_FORWARD:'pi pi-fast-forward',
1212
+ FILE:'pi pi-file',
1194
1213
  FILE_EXCEL:'pi pi-file-excel',
1195
- FILE_O:'pi pi-file-o',
1196
1214
  FILE_PDF:'pi pi-file-pdf',
1197
- FILE:'pi pi-file',
1198
1215
  FILTER:'pi pi-filter',
1216
+ FILTER_FILL:'pi pi-filter-fill',
1199
1217
  FILTER_SLASH:'pi pi-filter-slash',
1200
1218
  FLAG:'pi pi-flag',
1201
- FOLDER_OPEN:'pi pi-folder-open',
1219
+ FLAG_FILL:'pi pi-flag-fill',
1202
1220
  FOLDER:'pi pi-folder',
1221
+ FOLDER_OPEN:'pi pi-folder-open',
1203
1222
  FORWARD:'pi pi-forward',
1204
1223
  GITHUB:'pi pi-github',
1205
1224
  GLOBE:'pi pi-globe',
1206
1225
  GOOGLE:'pi pi-google',
1226
+ HASHTAG:'pi pi-hashtag',
1207
1227
  HEART:'pi pi-heart',
1228
+ HEART_FILL:'pi pi-heart-fill',
1229
+ HISTORY:'pi pi-history',
1208
1230
  HOME:'pi pi-home',
1209
1231
  ID_CARD:'pi pi-id-card',
1210
1232
  IMAGE:'pi pi-image',
1211
1233
  IMAGES:'pi pi-images',
1212
1234
  INBOX:'pi pi-inbox',
1213
- INFO_CIRCLE:'pi pi-info-circle',
1214
1235
  INFO:'pi pi-info',
1236
+ INFO_CIRCLE:'pi pi-info-circle',
1237
+ INSTAGRAM:'pi pi-instagram',
1215
1238
  KEY:'pi pi-key',
1216
1239
  LINK:'pi pi-link',
1240
+ LINKEDIN:'pi pi-linkedin',
1217
1241
  LIST:'pi pi-list',
1218
- LOCK_OPEN:'pi pi-lock-open',
1219
1242
  LOCK:'pi pi-lock',
1243
+ LOCK_OPEN:'pi pi-lock-open',
1220
1244
  MAP:'pi pi-map',
1221
1245
  MAP_MARKER:'pi pi-map-marker',
1222
1246
  MICROSOFT:'pi pi-microsoft',
1223
- MINUS_CIRCLE:'pi pi-minus-circle',
1224
1247
  MINUS:'pi pi-minus',
1248
+ MINUS_CIRCLE:'pi pi-minus-circle',
1225
1249
  MOBILE:'pi pi-mobile',
1226
1250
  MONEY_BILL:'pi pi-money-bill',
1227
1251
  MOON:'pi pi-moon',
@@ -1233,24 +1257,28 @@ this.primevue.api = (function (exports, utils) {
1233
1257
  PERCENTAGE:'pi pi-percentage',
1234
1258
  PHONE:'pi pi-phone',
1235
1259
  PLAY:'pi pi-play',
1236
- PLUS_CIRCLE:'pi pi-plus-circle',
1237
1260
  PLUS:'pi pi-plus',
1261
+ PLUS_CIRCLE:'pi pi-plus-circle',
1262
+ POUND:'pi pi-pound',
1238
1263
  POWER_OFF:'pi pi-power-off',
1264
+ PRIME:'pi pi-prime',
1239
1265
  PRINT:'pi pi-print',
1240
- QUESTION_CIRCLE:'pi pi-question-circle',
1266
+ QRCODE:'pi pi-qrcode',
1241
1267
  QUESTION:'pi pi-question',
1242
- RADIO_OFF:'pi pi-radio-off',
1243
- RADIO_ON:'pi pi-radio-on',
1268
+ QUESTION_CIRCLE:'pi pi-question-circle',
1269
+ REDDIT:'pi pi-reddit',
1244
1270
  REFRESH:'pi pi-refresh',
1245
1271
  REPLAY:'pi pi-replay',
1246
1272
  REPLY:'pi pi-reply',
1247
1273
  SAVE:'pi pi-save',
1274
+ SEARCH:'pi pi-search',
1248
1275
  SEARCH_MINUS:'pi pi-search-minus',
1249
1276
  SEARCH_PLUS:'pi pi-search-plus',
1250
- SEARCH:'pi pi-search',
1251
1277
  SEND:'pi pi-send',
1278
+ SERVER:'pi pi-server',
1252
1279
  SHARE_ALT:'pi pi-share-alt',
1253
1280
  SHIELD:'pi pi-shield',
1281
+ SHOPPING_BAG:'pi pi-shopping-bag',
1254
1282
  SHOPPING_CART:'pi pi-shopping-cart',
1255
1283
  SIGN_IN:'pi pi-sign-in',
1256
1284
  SIGN_OUT:'pi pi-sign-out',
@@ -1258,60 +1286,66 @@ this.primevue.api = (function (exports, utils) {
1258
1286
  SLACK:'pi pi-slack',
1259
1287
  SLIDERS_H:'pi pi-sliders-h',
1260
1288
  SLIDERS_V:'pi pi-sliders-v',
1261
- SORT_ALPHA_ALT_DOWN:'pi pi-sort-alpha-alt-down',
1262
- SORT_ALPHA_ALT_UP:'pi pi-sort-alpha-alt-up',
1289
+ SORT:'pi pi-sort',
1263
1290
  SORT_ALPHA_DOWN:'pi pi-sort-alpha-down',
1291
+ SORT_ALPHA_ALT_DOWN:'pi pi-sort-alpha-alt-down',
1264
1292
  SORT_ALPHA_UP:'pi pi-sort-alpha-up',
1293
+ SORT_ALPHA_ALT_UP:'pi pi-sort-alpha-alt-up',
1265
1294
  SORT_ALT:'pi pi-sort-alt',
1266
- SORT_AMOUNT_DOWN_ALT:'pi pi-sort-amount-down-alt',
1295
+ SORT_ALT_SLASH:'pi pi-sort-slash',
1267
1296
  SORT_AMOUNT_DOWN:'pi pi-sort-amount-down',
1268
- SORT_AMOUNT_UP_ALT:'pi pi-sort-amount-up-alt',
1297
+ SORT_AMOUNT_DOWN_ALT:'pi pi-sort-amount-down-alt',
1269
1298
  SORT_AMOUNT_UP:'pi pi-sort-amount-up',
1299
+ SORT_AMOUNT_UP_ALT:'pi pi-sort-amount-up-alt',
1270
1300
  SORT_DOWN:'pi pi-sort-down',
1271
- SORT_NUMERIC_ALT_DOWN:'pi pi-sort-numeric-alt-down',
1272
- SORT_NUMERIC_ALT_UP:'pi pi-sort-numeric-alt-up',
1273
1301
  SORT_NUMERIC_DOWN:'pi pi-sort-numeric-down',
1302
+ SORT_NUMERIC_ALT_DOWN:'pi pi-sort-numeric-alt-down',
1274
1303
  SORT_NUMERIC_UP:'pi pi-sort-numeric-up',
1304
+ SORT_NUMERIC_ALT_UP:'pi pi-sort-numeric-alt-up',
1275
1305
  SORT_UP:'pi pi-sort-up',
1276
- SORT:'pi pi-sort',
1277
1306
  SPINNER:'pi pi-spinner',
1278
- STAR_O:'pi pi-star-o',
1279
1307
  STAR:'pi pi-star',
1280
- STEP_BACKWARD_ALT:'pi pi-step-backward-alt',
1308
+ STAR_FILL:'pi pi-star-fill',
1281
1309
  STEP_BACKWARD:'pi pi-step-backward',
1282
- STEP_FORWARD_ALT:'pi pi-step-forward-alt',
1310
+ STEP_BACKWARD_ALT:'pi pi-step-backward-alt',
1283
1311
  STEP_FORWARD:'pi pi-step-forward',
1312
+ STEP_FORWARD_ALT:'pi pi-step-forward-alt',
1313
+ STOP:'pi pi-stop',
1314
+ STOP_CIRCLE:'pi pi-stop-circle',
1284
1315
  SUN:'pi pi-sun',
1316
+ SYNC:'pi pi-sync',
1285
1317
  TABLE:'pi pi-table',
1286
1318
  TABLET:'pi pi-tablet',
1287
1319
  TAG:'pi pi-tag',
1288
1320
  TAGS:'pi pi-tags',
1321
+ TELEGRAM:'pi pi-telegram',
1289
1322
  TH_LARGE:'pi pi-th-large',
1290
1323
  THUMBS_DOWN:'pi pi-thumbs-down',
1291
1324
  THUMBS_UP:'pi pi-thumbs-up',
1292
1325
  TICKET:'pi pi-ticket',
1293
- TIMES_CIRCLE:'pi pi-times-circle',
1294
1326
  TIMES:'pi pi-times',
1327
+ TIMES_CIRCLE:'pi pi-times-circle',
1295
1328
  TRASH:'pi pi-trash',
1296
1329
  TWITTER:'pi pi-twitter',
1297
1330
  UNDO:'pi pi-undo',
1298
1331
  UNLOCK:'pi pi-unlock',
1299
1332
  UPLOAD:'pi pi-upload',
1333
+ USER:'pi pi-user',
1300
1334
  USER_EDIT:'pi pi-user-edit',
1301
1335
  USER_MINUS:'pi pi-user-minus',
1302
1336
  USER_PLUS:'pi pi-user-plus',
1303
- USER:'pi pi-user',
1304
1337
  USERS:'pi pi-users',
1305
1338
  VIDEO:'pi pi-video',
1306
1339
  VIMEO:'pi pi-vimeo',
1307
1340
  VOLUME_DOWN:'pi pi-volume-down',
1308
1341
  VOLUME_OFF:'pi pi-volume-off',
1309
1342
  VOLUME_UP:'pi pi-volume-up',
1310
- YOUTUBE:'pi pi-youtube',
1311
1343
  WALLET:'pi pi-wallet',
1344
+ WHATSAPP:'pi pi-whatsapp',
1312
1345
  WIFI:'pi pi-wifi',
1313
1346
  WINDOW_MAXIMIZE:'pi pi-window-maximize',
1314
- WINDOW_MINIMIZE:'pi pi-window-minimize'
1347
+ WINDOW_MINIMIZE:'pi pi-window-minimize',
1348
+ YOUTUBE:'pi pi-youtube'
1315
1349
  };
1316
1350
 
1317
1351
  const ToastSeverities = {
@@ -2345,11 +2379,11 @@ this.primevue.inputtext = (function (vue) {
2345
2379
  };
2346
2380
 
2347
2381
  function render(_ctx, _cache, $props, $setup, $data, $options) {
2348
- return (vue.openBlock(), vue.createBlock("input", {
2382
+ return (vue.openBlock(), vue.createBlock("input", vue.mergeProps({
2349
2383
  class: ['p-inputtext p-component', {'p-filled': $options.filled}],
2350
2384
  value: $props.modelValue,
2351
2385
  onInput: _cache[1] || (_cache[1] = (...args) => ($options.onInput && $options.onInput(...args)))
2352
- }, null, 42, ["value"]))
2386
+ }, _ctx.$attrs), null, 16, ["value"]))
2353
2387
  }
2354
2388
 
2355
2389
  script.render = render;
@@ -2481,10 +2515,14 @@ this.primevue.inputnumber = (function (InputText, Button, vue) {
2481
2515
  timer: null,
2482
2516
  data() {
2483
2517
  return {
2518
+ d_modelValue: this.modelValue,
2484
2519
  focused: false
2485
2520
  }
2486
2521
  },
2487
2522
  watch: {
2523
+ modelValue(newValue) {
2524
+ this.d_modelValue = newValue;
2525
+ },
2488
2526
  locale(newValue, oldValue) {
2489
2527
  this.updateConstructParser(newValue, oldValue);
2490
2528
  },
@@ -3240,6 +3278,7 @@ this.primevue.inputnumber = (function (InputText, Button, vue) {
3240
3278
  return 0;
3241
3279
  },
3242
3280
  updateModel(event, value) {
3281
+ this.d_modelValue = value;
3243
3282
  this.$emit('update:modelValue', value);
3244
3283
  },
3245
3284
  onInputFocus() {
@@ -3258,7 +3297,13 @@ this.primevue.inputnumber = (function (InputText, Button, vue) {
3258
3297
  if (this.timer) {
3259
3298
  clearInterval(this.timer);
3260
3299
  }
3261
- }
3300
+ },
3301
+ maxBoundry() {
3302
+ return this.d_modelValue >= this.max;
3303
+ },
3304
+ minBoundry() {
3305
+ return this.d_modelValue <= this.min;
3306
+ },
3262
3307
  },
3263
3308
  computed: {
3264
3309
  containerClass() {
@@ -3270,11 +3315,16 @@ this.primevue.inputnumber = (function (InputText, Button, vue) {
3270
3315
  'p-inputnumber-buttons-vertical': this.showButtons && this.buttonLayout === 'vertical'
3271
3316
  }];
3272
3317
  },
3318
+
3273
3319
  upButtonClass() {
3274
- return ['p-inputnumber-button p-inputnumber-button-up', this.incrementButtonClass];
3320
+ return ['p-inputnumber-button p-inputnumber-button-up', this.incrementButtonClass, {
3321
+ 'p-disabled': this.showButtons && this.max !== null && this.maxBoundry()
3322
+ }];
3275
3323
  },
3276
3324
  downButtonClass() {
3277
- return ['p-inputnumber-button p-inputnumber-button-down', this.decrementButtonClass];
3325
+ return ['p-inputnumber-button p-inputnumber-button-down', this.decrementButtonClass, {
3326
+ 'p-disabled': this.showButtons && this.min !== null && this.minBoundry()
3327
+ }];
3278
3328
  },
3279
3329
  filled() {
3280
3330
  return (this.modelValue != null && this.modelValue.toString().length > 0)
@@ -3440,7 +3490,11 @@ this.primevue.message = (function (Ripple, vue) {
3440
3490
  life: {
3441
3491
  type: Number,
3442
3492
  default: 3000
3443
- }
3493
+ },
3494
+ icon: {
3495
+ type: String,
3496
+ default: null
3497
+ },
3444
3498
  },
3445
3499
  timeout: null,
3446
3500
  data() {
@@ -3466,7 +3520,7 @@ this.primevue.message = (function (Ripple, vue) {
3466
3520
  return 'p-message p-component p-message-' + this.severity;
3467
3521
  },
3468
3522
  iconClass() {
3469
- return ['p-message-icon pi', {
3523
+ return ['p-message-icon pi', this.icon ? this.icon : {
3470
3524
  'pi-info-circle': this.severity === 'info',
3471
3525
  'pi-check': this.severity === 'success',
3472
3526
  'pi-exclamation-triangle': this.severity === 'warn',
@@ -3590,7 +3644,7 @@ this.primevue.progressbar = (function (vue) {
3590
3644
  progressStyle() {
3591
3645
  return {
3592
3646
  width: this.value + '%',
3593
- display: 'block'
3647
+ display: 'flex'
3594
3648
  };
3595
3649
  },
3596
3650
  indeterminate() {
@@ -3603,11 +3657,11 @@ this.primevue.progressbar = (function (vue) {
3603
3657
  };
3604
3658
 
3605
3659
  const _hoisted_1 = {
3606
- key: 1,
3660
+ key: 0,
3607
3661
  class: "p-progressbar-label"
3608
3662
  };
3609
3663
  const _hoisted_2 = {
3610
- key: 2,
3664
+ key: 1,
3611
3665
  class: "p-progressbar-indeterminate-container"
3612
3666
  };
3613
3667
  const _hoisted_3 = /*#__PURE__*/vue.createVNode("div", { class: "p-progressbar-value p-progressbar-value-animate" }, null, -1);
@@ -3625,14 +3679,15 @@ this.primevue.progressbar = (function (vue) {
3625
3679
  key: 0,
3626
3680
  class: "p-progressbar-value p-progressbar-value-animate",
3627
3681
  style: $options.progressStyle
3628
- }, null, 4))
3629
- : vue.createCommentVNode("", true),
3630
- ($options.determinate && ($props.value !== null) && $props.showValue)
3631
- ? (vue.openBlock(), vue.createBlock("div", _hoisted_1, [
3632
- vue.renderSlot(_ctx.$slots, "default", {}, () => [
3633
- vue.createTextVNode(vue.toDisplayString($props.value + '%'), 1)
3634
- ])
3635
- ]))
3682
+ }, [
3683
+ (($props.value != null && $props.value !== 0) && $props.showValue)
3684
+ ? (vue.openBlock(), vue.createBlock("div", _hoisted_1, [
3685
+ vue.renderSlot(_ctx.$slots, "default", {}, () => [
3686
+ vue.createTextVNode(vue.toDisplayString($props.value + '%'), 1)
3687
+ ])
3688
+ ]))
3689
+ : vue.createCommentVNode("", true)
3690
+ ], 4))
3636
3691
  : vue.createCommentVNode("", true),
3637
3692
  ($options.indeterminate)
3638
3693
  ? (vue.openBlock(), vue.createBlock("div", _hoisted_2, [
@@ -3669,7 +3724,7 @@ this.primevue.progressbar = (function (vue) {
3669
3724
  }
3670
3725
  }
3671
3726
 
3672
- var css_248z = "\n.p-progressbar {\n position: relative;\n overflow: hidden;\n}\n.p-progressbar-determinate .p-progressbar-value {\n height: 100%;\n width: 0%;\n position: absolute;\n display: none;\n border: 0 none;\n}\n.p-progressbar-determinate .p-progressbar-value-animate {\n -webkit-transition: width 1s ease-in-out;\n transition: width 1s ease-in-out;\n}\n.p-progressbar-determinate .p-progressbar-label {\n text-align: center;\n height: 100%;\n width: 100%;\n position: absolute;\n font-weight: bold;\n}\n.p-progressbar-indeterminate .p-progressbar-value::before {\n content: '';\n position: absolute;\n background-color: inherit;\n top: 0;\n left: 0;\n bottom: 0;\n will-change: left, right;\n -webkit-animation: p-progressbar-indeterminate-anim 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;\n animation: p-progressbar-indeterminate-anim 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;\n}\n.p-progressbar-indeterminate .p-progressbar-value::after {\n content: '';\n position: absolute;\n background-color: inherit;\n top: 0;\n left: 0;\n bottom: 0;\n will-change: left, right;\n -webkit-animation: p-progressbar-indeterminate-anim-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;\n animation: p-progressbar-indeterminate-anim-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;\n -webkit-animation-delay: 1.15s;\n animation-delay: 1.15s;\n}\n@-webkit-keyframes p-progressbar-indeterminate-anim {\n0% {\n left: -35%;\n right: 100%;\n}\n60% {\n left: 100%;\n right: -90%;\n}\n100% {\n left: 100%;\n right: -90%;\n}\n}\n@keyframes p-progressbar-indeterminate-anim {\n0% {\n left: -35%;\n right: 100%;\n}\n60% {\n left: 100%;\n right: -90%;\n}\n100% {\n left: 100%;\n right: -90%;\n}\n}\n@-webkit-keyframes p-progressbar-indeterminate-anim-short {\n0% {\n left: -200%;\n right: 100%;\n}\n60% {\n left: 107%;\n right: -8%;\n}\n100% {\n left: 107%;\n right: -8%;\n}\n}\n@keyframes p-progressbar-indeterminate-anim-short {\n0% {\n left: -200%;\n right: 100%;\n}\n60% {\n left: 107%;\n right: -8%;\n}\n100% {\n left: 107%;\n right: -8%;\n}\n}\n";
3727
+ var css_248z = "\n.p-progressbar {\n position: relative;\n overflow: hidden;\n}\n.p-progressbar-determinate .p-progressbar-value {\n height: 100%;\n width: 0%;\n position: absolute;\n display: none;\n border: 0 none;\n display: -webkit-box;\n display: -ms-flexbox;\n display: flex;\n -webkit-box-align: center;\n -ms-flex-align: center;\n align-items: center;\n -webkit-box-pack: center;\n -ms-flex-pack: center;\n justify-content: center;\n overflow: hidden;\n}\n.p-progressbar-determinate .p-progressbar-label {\n display: -webkit-inline-box;\n display: -ms-inline-flexbox;\n display: inline-flex;\n}\n.p-progressbar-determinate .p-progressbar-value-animate {\n -webkit-transition: width 1s ease-in-out;\n transition: width 1s ease-in-out;\n}\n.p-progressbar-indeterminate .p-progressbar-value::before {\n content: '';\n position: absolute;\n background-color: inherit;\n top: 0;\n left: 0;\n bottom: 0;\n will-change: left, right;\n -webkit-animation: p-progressbar-indeterminate-anim 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;\n animation: p-progressbar-indeterminate-anim 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;\n}\n.p-progressbar-indeterminate .p-progressbar-value::after {\n content: '';\n position: absolute;\n background-color: inherit;\n top: 0;\n left: 0;\n bottom: 0;\n will-change: left, right;\n -webkit-animation: p-progressbar-indeterminate-anim-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;\n animation: p-progressbar-indeterminate-anim-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;\n -webkit-animation-delay: 1.15s;\n animation-delay: 1.15s;\n}\n@-webkit-keyframes p-progressbar-indeterminate-anim {\n0% {\n left: -35%;\n right: 100%;\n}\n60% {\n left: 100%;\n right: -90%;\n}\n100% {\n left: 100%;\n right: -90%;\n}\n}\n@keyframes p-progressbar-indeterminate-anim {\n0% {\n left: -35%;\n right: 100%;\n}\n60% {\n left: 100%;\n right: -90%;\n}\n100% {\n left: 100%;\n right: -90%;\n}\n}\n@-webkit-keyframes p-progressbar-indeterminate-anim-short {\n0% {\n left: -200%;\n right: 100%;\n}\n60% {\n left: 107%;\n right: -8%;\n}\n100% {\n left: 107%;\n right: -8%;\n}\n}\n@keyframes p-progressbar-indeterminate-anim-short {\n0% {\n left: -200%;\n right: 100%;\n}\n60% {\n left: 107%;\n right: -8%;\n}\n100% {\n left: 107%;\n right: -8%;\n}\n}\n";
3673
3728
  styleInject(css_248z);
3674
3729
 
3675
3730
  script.render = render;
@@ -5722,9 +5777,9 @@ this.primevue.paginator = (function (vue, Ripple, Dropdown, InputNumber) {
5722
5777
 
5723
5778
  return ($props.alwaysShow ? true : ($options.pageLinks && $options.pageLinks.length > 1))
5724
5779
  ? (vue.openBlock(), vue.createBlock("div", _hoisted_1, [
5725
- (_ctx.$slots.left)
5780
+ (_ctx.$slots.start)
5726
5781
  ? (vue.openBlock(), vue.createBlock("div", _hoisted_2, [
5727
- vue.renderSlot(_ctx.$slots, "left", { state: $options.currentState })
5782
+ vue.renderSlot(_ctx.$slots, "start", { state: $options.currentState })
5728
5783
  ]))
5729
5784
  : vue.createCommentVNode("", true),
5730
5785
  (vue.openBlock(true), vue.createBlock(vue.Fragment, null, vue.renderList($options.templateItems, (item) => {
@@ -5797,9 +5852,9 @@ this.primevue.paginator = (function (vue, Ripple, Dropdown, InputNumber) {
5797
5852
  : vue.createCommentVNode("", true)
5798
5853
  ], 64))
5799
5854
  }), 128)),
5800
- (_ctx.$slots.right)
5855
+ (_ctx.$slots.end)
5801
5856
  ? (vue.openBlock(), vue.createBlock("div", _hoisted_3, [
5802
- vue.renderSlot(_ctx.$slots, "right", { state: $options.currentState })
5857
+ vue.renderSlot(_ctx.$slots, "end", { state: $options.currentState })
5803
5858
  ]))
5804
5859
  : vue.createCommentVNode("", true)
5805
5860
  ]))
@@ -5880,6 +5935,9 @@ this.primevue.tree = (function (utils, Ripple, vue) {
5880
5935
  toggle() {
5881
5936
  this.$emit('node-toggle', this.node);
5882
5937
  },
5938
+ label(node) {
5939
+ return (typeof node.label === 'function' ? node.label() : node.label);
5940
+ },
5883
5941
  onChildNodeToggle(node) {
5884
5942
  this.$emit('node-toggle', node);
5885
5943
  },
@@ -6168,7 +6226,7 @@ this.primevue.tree = (function (utils, Ripple, vue) {
6168
6226
  node: $props.node
6169
6227
  }, null, 8, ["node"]))
6170
6228
  : (vue.openBlock(), vue.createBlock(vue.Fragment, { key: 1 }, [
6171
- vue.createTextVNode(vue.toDisplayString($props.node.label), 1)
6229
+ vue.createTextVNode(vue.toDisplayString($options.label($props.node)), 1)
6172
6230
  ], 64))
6173
6231
  ])
6174
6232
  ], 46, ["aria-expanded"]),
@@ -6591,6 +6649,9 @@ this.primevue.menu = (function (utils, OverlayEventBus, Ripple, vue) {
6591
6649
  },
6592
6650
  disabled(item) {
6593
6651
  return (typeof item.disabled === 'function' ? item.disabled() : item.disabled);
6652
+ },
6653
+ label() {
6654
+ return (typeof this.item.label === 'function' ? this.item.label() : this.item.label);
6594
6655
  }
6595
6656
  },
6596
6657
  computed: {
@@ -6635,7 +6696,7 @@ this.primevue.menu = (function (utils, OverlayEventBus, Ripple, vue) {
6635
6696
  vue.createVNode("span", {
6636
6697
  class: ['p-menuitem-icon', $props.item.icon]
6637
6698
  }, null, 2),
6638
- vue.createVNode("span", _hoisted_1$1, vue.toDisplayString($props.item.label), 1)
6699
+ vue.createVNode("span", _hoisted_1$1, vue.toDisplayString($options.label()), 1)
6639
6700
  ], 10, ["href", "onClick"]), [
6640
6701
  [_directive_ripple]
6641
6702
  ])
@@ -6654,7 +6715,7 @@ this.primevue.menu = (function (utils, OverlayEventBus, Ripple, vue) {
6654
6715
  vue.createVNode("span", {
6655
6716
  class: ['p-menuitem-icon', $props.item.icon]
6656
6717
  }, null, 2),
6657
- vue.createVNode("span", _hoisted_2$1, vue.toDisplayString($props.item.label), 1)
6718
+ vue.createVNode("span", _hoisted_2$1, vue.toDisplayString($options.label()), 1)
6658
6719
  ], 10, ["href", "target", "tabindex"])), [
6659
6720
  [_directive_ripple]
6660
6721
  ])
@@ -6836,6 +6897,9 @@ this.primevue.menu = (function (utils, OverlayEventBus, Ripple, vue) {
6836
6897
  visible(item) {
6837
6898
  return (typeof item.visible === 'function' ? item.visible() : item.visible !== false);
6838
6899
  },
6900
+ label(item) {
6901
+ return (typeof item.label === 'function' ? item.label() : item.label);
6902
+ },
6839
6903
  containerRef(el) {
6840
6904
  this.container = el;
6841
6905
  },
@@ -6894,14 +6958,14 @@ this.primevue.menu = (function (utils, OverlayEventBus, Ripple, vue) {
6894
6958
  vue.createVNode("ul", _hoisted_1, [
6895
6959
  (vue.openBlock(true), vue.createBlock(vue.Fragment, null, vue.renderList($props.model, (item, i) => {
6896
6960
  return (vue.openBlock(), vue.createBlock(vue.Fragment, {
6897
- key: item.label + i.toString()
6961
+ key: $options.label(item) + i.toString()
6898
6962
  }, [
6899
6963
  (item.items && $options.visible(item) && !item.separator)
6900
6964
  ? (vue.openBlock(), vue.createBlock(vue.Fragment, { key: 0 }, [
6901
6965
  (item.items)
6902
6966
  ? (vue.openBlock(), vue.createBlock("li", _hoisted_2, [
6903
6967
  vue.renderSlot(_ctx.$slots, "item", { item: item }, () => [
6904
- vue.createTextVNode(vue.toDisplayString(item.label), 1)
6968
+ vue.createTextVNode(vue.toDisplayString($options.label(item)), 1)
6905
6969
  ])
6906
6970
  ]))
6907
6971
  : vue.createCommentVNode("", true),
@@ -6936,7 +7000,7 @@ this.primevue.menu = (function (utils, OverlayEventBus, Ripple, vue) {
6936
7000
  role: "separator"
6937
7001
  }, null, 6))
6938
7002
  : (vue.openBlock(), vue.createBlock(_component_Menuitem, {
6939
- key: item.label + i.toString(),
7003
+ key: $options.label(item) + i.toString(),
6940
7004
  item: item,
6941
7005
  onClick: $options.itemClick,
6942
7006
  template: _ctx.$slots.item,
@@ -7199,6 +7263,9 @@ this.primevue.tieredmenu = (function (utils, OverlayEventBus, Ripple, vue) {
7199
7263
  },
7200
7264
  disabled(item) {
7201
7265
  return (typeof item.disabled === 'function' ? item.disabled() : item.disabled);
7266
+ },
7267
+ label(item) {
7268
+ return (typeof item.label === 'function' ? item.label() : item.label);
7202
7269
  }
7203
7270
  },
7204
7271
  computed: {
@@ -7231,7 +7298,7 @@ this.primevue.tieredmenu = (function (utils, OverlayEventBus, Ripple, vue) {
7231
7298
  }, [
7232
7299
  (vue.openBlock(true), vue.createBlock(vue.Fragment, null, vue.renderList($props.model, (item, i) => {
7233
7300
  return (vue.openBlock(), vue.createBlock(vue.Fragment, {
7234
- key: item.label + i.toString()
7301
+ key: $options.label(item) + i.toString()
7235
7302
  }, [
7236
7303
  ($options.visible(item) && !item.separator)
7237
7304
  ? (vue.openBlock(), vue.createBlock("li", {
@@ -7260,7 +7327,7 @@ this.primevue.tieredmenu = (function (utils, OverlayEventBus, Ripple, vue) {
7260
7327
  vue.createVNode("span", {
7261
7328
  class: ['p-menuitem-icon', item.icon]
7262
7329
  }, null, 2),
7263
- vue.createVNode("span", _hoisted_1, vue.toDisplayString(item.label), 1)
7330
+ vue.createVNode("span", _hoisted_1, vue.toDisplayString($options.label(item)), 1)
7264
7331
  ], 42, ["href", "onClick", "onKeydown"]), [
7265
7332
  [_directive_ripple]
7266
7333
  ])
@@ -7282,7 +7349,7 @@ this.primevue.tieredmenu = (function (utils, OverlayEventBus, Ripple, vue) {
7282
7349
  vue.createVNode("span", {
7283
7350
  class: ['p-menuitem-icon', item.icon]
7284
7351
  }, null, 2),
7285
- vue.createVNode("span", _hoisted_2, vue.toDisplayString(item.label), 1),
7352
+ vue.createVNode("span", _hoisted_2, vue.toDisplayString($options.label(item)), 1),
7286
7353
  (item.items)
7287
7354
  ? (vue.openBlock(), vue.createBlock("span", _hoisted_3))
7288
7355
  : vue.createCommentVNode("", true)
@@ -7297,7 +7364,7 @@ this.primevue.tieredmenu = (function (utils, OverlayEventBus, Ripple, vue) {
7297
7364
  ($options.visible(item) && item.items)
7298
7365
  ? (vue.openBlock(), vue.createBlock(_component_TieredMenuSub, {
7299
7366
  model: item.items,
7300
- key: item.label + '_sub_',
7367
+ key: $options.label(item) + '_sub_',
7301
7368
  template: $props.template,
7302
7369
  onLeafClick: $options.onLeafClick,
7303
7370
  onKeydownItem: $options.onChildItemKeyDown,