primevue 3.11.1 → 3.12.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (580) hide show
  1. package/README.md +256 -2
  2. package/accordion/accordion.esm.js +1 -1
  3. package/accordion/accordion.esm.min.js +1 -1
  4. package/accordion/accordion.js +1 -1
  5. package/accordiontab/accordiontab.esm.js +1 -1
  6. package/accordiontab/accordiontab.esm.min.js +1 -1
  7. package/accordiontab/accordiontab.js +1 -1
  8. package/api/api.js +1 -1
  9. package/autocomplete/autocomplete.cjs.js +4 -4
  10. package/autocomplete/autocomplete.esm.js +1 -1
  11. package/autocomplete/autocomplete.esm.min.js +1 -1
  12. package/autocomplete/autocomplete.js +5 -5
  13. package/avatar/avatar.esm.js +1 -1
  14. package/avatar/avatar.esm.min.js +1 -1
  15. package/avatar/avatar.js +1 -1
  16. package/avatargroup/avatargroup.esm.js +1 -1
  17. package/avatargroup/avatargroup.esm.min.js +1 -1
  18. package/avatargroup/avatargroup.js +1 -1
  19. package/badge/badge.esm.js +1 -1
  20. package/badge/badge.esm.min.js +1 -1
  21. package/badge/badge.js +1 -1
  22. package/badgedirective/badgedirective.esm.js +1 -1
  23. package/badgedirective/badgedirective.esm.min.js +1 -1
  24. package/badgedirective/badgedirective.js +1 -1
  25. package/blockui/blockui.esm.js +1 -1
  26. package/blockui/blockui.esm.min.js +1 -1
  27. package/blockui/blockui.js +1 -1
  28. package/breadcrumb/breadcrumb.esm.js +1 -1
  29. package/breadcrumb/breadcrumb.esm.min.js +1 -1
  30. package/breadcrumb/breadcrumb.js +1 -1
  31. package/button/button.cjs.js +1 -1
  32. package/button/button.esm.js +1 -1
  33. package/button/button.esm.min.js +1 -1
  34. package/button/button.js +2 -2
  35. package/calendar/Calendar.d.ts +30 -0
  36. package/calendar/Calendar.vue +19 -10
  37. package/calendar/calendar.cjs.js +22 -13
  38. package/calendar/calendar.cjs.min.js +1 -1
  39. package/calendar/calendar.esm.js +20 -11
  40. package/calendar/calendar.esm.min.js +1 -1
  41. package/calendar/calendar.js +23 -14
  42. package/calendar/calendar.min.js +1 -1
  43. package/card/card.esm.js +1 -1
  44. package/card/card.esm.min.js +1 -1
  45. package/card/card.js +1 -1
  46. package/carousel/carousel.cjs.js +1 -1
  47. package/carousel/carousel.esm.js +1 -1
  48. package/carousel/carousel.esm.min.js +1 -1
  49. package/carousel/carousel.js +2 -2
  50. package/cascadeselect/cascadeselect.cjs.js +2 -2
  51. package/cascadeselect/cascadeselect.esm.js +1 -1
  52. package/cascadeselect/cascadeselect.esm.min.js +1 -1
  53. package/cascadeselect/cascadeselect.js +3 -3
  54. package/chart/chart.cjs.js +4 -2
  55. package/chart/chart.esm.js +1 -1
  56. package/chart/chart.esm.min.js +1 -1
  57. package/chart/chart.js +1 -1
  58. package/checkbox/checkbox.esm.js +1 -1
  59. package/checkbox/checkbox.esm.min.js +1 -1
  60. package/checkbox/checkbox.js +1 -1
  61. package/chip/chip.esm.js +1 -1
  62. package/chip/chip.esm.min.js +1 -1
  63. package/chip/chip.js +1 -1
  64. package/chips/chips.esm.js +1 -1
  65. package/chips/chips.esm.min.js +1 -1
  66. package/chips/chips.js +1 -1
  67. package/colorpicker/colorpicker.cjs.js +1 -1
  68. package/colorpicker/colorpicker.esm.js +1 -1
  69. package/colorpicker/colorpicker.esm.min.js +1 -1
  70. package/colorpicker/colorpicker.js +2 -2
  71. package/column/Column.d.ts +19 -3
  72. package/column/Column.vue +6 -2
  73. package/column/column.cjs.js +6 -2
  74. package/column/column.cjs.min.js +1 -1
  75. package/column/column.esm.js +7 -3
  76. package/column/column.esm.min.js +1 -1
  77. package/column/column.js +7 -3
  78. package/column/column.min.js +1 -1
  79. package/columngroup/columngroup.esm.js +1 -1
  80. package/columngroup/columngroup.esm.min.js +1 -1
  81. package/columngroup/columngroup.js +1 -1
  82. package/config/PrimeVue.d.ts +8 -0
  83. package/config/config.cjs.js +1 -1
  84. package/config/config.esm.js +2 -1
  85. package/config/config.esm.min.js +1 -1
  86. package/config/config.js +2 -2
  87. package/confirmationeventbus/confirmationeventbus.esm.js +1 -1
  88. package/confirmationeventbus/confirmationeventbus.esm.min.js +1 -1
  89. package/confirmationeventbus/confirmationeventbus.js +1 -1
  90. package/confirmationoptions/ConfirmationOptions.d.ts +4 -0
  91. package/confirmationservice/ConfirmationService.d.ts +8 -1
  92. package/confirmationservice/confirmationservice.cjs.js +2 -2
  93. package/confirmationservice/confirmationservice.esm.js +1 -1
  94. package/confirmationservice/confirmationservice.esm.min.js +1 -1
  95. package/confirmationservice/confirmationservice.js +3 -3
  96. package/confirmdialog/confirmdialog.cjs.js +6 -6
  97. package/confirmdialog/confirmdialog.esm.js +1 -1
  98. package/confirmdialog/confirmdialog.esm.min.js +1 -1
  99. package/confirmdialog/confirmdialog.js +7 -7
  100. package/confirmpopup/ConfirmPopup.vue +1 -1
  101. package/confirmpopup/confirmpopup.cjs.js +7 -7
  102. package/confirmpopup/confirmpopup.cjs.min.js +1 -1
  103. package/confirmpopup/confirmpopup.esm.js +2 -2
  104. package/confirmpopup/confirmpopup.esm.min.js +1 -1
  105. package/confirmpopup/confirmpopup.js +8 -8
  106. package/confirmpopup/confirmpopup.min.js +1 -1
  107. package/contextmenu/contextmenu.cjs.js +1 -1
  108. package/contextmenu/contextmenu.esm.js +1 -1
  109. package/contextmenu/contextmenu.esm.min.js +1 -1
  110. package/contextmenu/contextmenu.js +2 -2
  111. package/core/core.js +115 -81
  112. package/core/core.min.js +6 -6
  113. package/datatable/BodyCell.vue +17 -8
  114. package/datatable/DataTable.d.ts +1 -1
  115. package/datatable/DataTable.vue +18 -15
  116. package/datatable/RowCheckbox.vue +1 -1
  117. package/datatable/TableBody.vue +7 -1
  118. package/datatable/datatable.cjs.js +68 -47
  119. package/datatable/datatable.cjs.min.js +1 -1
  120. package/datatable/datatable.esm.js +57 -36
  121. package/datatable/datatable.esm.min.js +1 -1
  122. package/datatable/datatable.js +69 -48
  123. package/datatable/datatable.min.js +1 -1
  124. package/dataview/DataView.d.ts +1 -1
  125. package/dataview/dataview.cjs.js +1 -1
  126. package/dataview/dataview.esm.js +1 -1
  127. package/dataview/dataview.esm.min.js +1 -1
  128. package/dataview/dataview.js +2 -2
  129. package/dataviewlayoutoptions/dataviewlayoutoptions.esm.js +1 -1
  130. package/dataviewlayoutoptions/dataviewlayoutoptions.esm.min.js +1 -1
  131. package/dataviewlayoutoptions/dataviewlayoutoptions.js +1 -1
  132. package/deferredcontent/DeferredContent.vue +2 -2
  133. package/deferredcontent/deferredcontent.cjs.js +2 -2
  134. package/deferredcontent/deferredcontent.cjs.min.js +1 -1
  135. package/deferredcontent/deferredcontent.esm.js +3 -3
  136. package/deferredcontent/deferredcontent.esm.min.js +1 -1
  137. package/deferredcontent/deferredcontent.js +3 -3
  138. package/deferredcontent/deferredcontent.min.js +1 -1
  139. package/dialog/dialog.cjs.js +1 -1
  140. package/dialog/dialog.esm.js +1 -1
  141. package/dialog/dialog.esm.min.js +1 -1
  142. package/dialog/dialog.js +2 -2
  143. package/divider/divider.esm.js +1 -1
  144. package/divider/divider.esm.min.js +1 -1
  145. package/divider/divider.js +1 -1
  146. package/dock/dock.cjs.js +2 -2
  147. package/dock/dock.esm.js +1 -1
  148. package/dock/dock.esm.min.js +1 -1
  149. package/dock/dock.js +3 -3
  150. package/dropdown/Dropdown.vue +15 -10
  151. package/dropdown/dropdown.cjs.js +26 -22
  152. package/dropdown/dropdown.cjs.min.js +1 -1
  153. package/dropdown/dropdown.esm.js +25 -21
  154. package/dropdown/dropdown.esm.min.js +1 -1
  155. package/dropdown/dropdown.js +27 -23
  156. package/dropdown/dropdown.min.js +1 -1
  157. package/editor/editor.cjs.js +1 -1
  158. package/editor/editor.esm.js +1 -1
  159. package/editor/editor.esm.min.js +1 -1
  160. package/editor/editor.js +2 -2
  161. package/fieldset/fieldset.cjs.js +1 -1
  162. package/fieldset/fieldset.esm.js +1 -1
  163. package/fieldset/fieldset.esm.min.js +1 -1
  164. package/fieldset/fieldset.js +2 -2
  165. package/fileupload/FileUpload.vue +1 -0
  166. package/fileupload/fileupload.cjs.js +5 -4
  167. package/fileupload/fileupload.cjs.min.js +1 -1
  168. package/fileupload/fileupload.esm.js +2 -1
  169. package/fileupload/fileupload.esm.min.js +1 -1
  170. package/fileupload/fileupload.js +6 -5
  171. package/fileupload/fileupload.min.js +1 -1
  172. package/fullcalendar/fullcalendar.esm.js +1 -1
  173. package/fullcalendar/fullcalendar.esm.min.js +1 -1
  174. package/fullcalendar/fullcalendar.js +1 -1
  175. package/galleria/Galleria.vue +2 -8
  176. package/galleria/galleria.cjs.js +5 -11
  177. package/galleria/galleria.cjs.min.js +1 -1
  178. package/galleria/galleria.esm.js +3 -9
  179. package/galleria/galleria.esm.min.js +1 -1
  180. package/galleria/galleria.js +6 -12
  181. package/galleria/galleria.min.js +1 -1
  182. package/image/image.esm.js +1 -1
  183. package/image/image.esm.min.js +1 -1
  184. package/image/image.js +1 -1
  185. package/inlinemessage/inlinemessage.esm.js +1 -1
  186. package/inlinemessage/inlinemessage.esm.min.js +1 -1
  187. package/inlinemessage/inlinemessage.js +1 -1
  188. package/inplace/inplace.cjs.js +1 -1
  189. package/inplace/inplace.esm.js +1 -1
  190. package/inplace/inplace.esm.min.js +1 -1
  191. package/inplace/inplace.js +2 -2
  192. package/inputmask/inputmask.esm.js +1 -1
  193. package/inputmask/inputmask.esm.min.js +1 -1
  194. package/inputmask/inputmask.js +1 -1
  195. package/inputnumber/InputNumber.d.ts +22 -1
  196. package/inputnumber/InputNumber.vue +7 -3
  197. package/inputnumber/inputnumber.cjs.js +8 -4
  198. package/inputnumber/inputnumber.cjs.min.js +1 -1
  199. package/inputnumber/inputnumber.esm.js +7 -3
  200. package/inputnumber/inputnumber.esm.min.js +1 -1
  201. package/inputnumber/inputnumber.js +9 -5
  202. package/inputnumber/inputnumber.min.js +1 -1
  203. package/inputswitch/InputSwitch.d.ts +1 -1
  204. package/inputswitch/inputswitch.esm.js +1 -1
  205. package/inputswitch/inputswitch.esm.min.js +1 -1
  206. package/inputswitch/inputswitch.js +1 -1
  207. package/inputtext/inputtext.esm.js +1 -1
  208. package/inputtext/inputtext.esm.min.js +1 -1
  209. package/inputtext/inputtext.js +1 -1
  210. package/knob/Knob.vue +1 -1
  211. package/knob/knob.cjs.js +1 -1
  212. package/knob/knob.cjs.min.js +1 -1
  213. package/knob/knob.esm.js +2 -2
  214. package/knob/knob.esm.min.js +1 -1
  215. package/knob/knob.js +2 -2
  216. package/knob/knob.min.js +1 -1
  217. package/listbox/listbox.cjs.js +2 -2
  218. package/listbox/listbox.esm.js +1 -1
  219. package/listbox/listbox.esm.min.js +1 -1
  220. package/listbox/listbox.js +3 -3
  221. package/megamenu/megamenu.cjs.js +1 -1
  222. package/megamenu/megamenu.esm.js +1 -1
  223. package/megamenu/megamenu.esm.min.js +1 -1
  224. package/megamenu/megamenu.js +2 -2
  225. package/menu/Menu.vue +1 -1
  226. package/menu/menu.cjs.js +3 -3
  227. package/menu/menu.cjs.min.js +1 -1
  228. package/menu/menu.esm.js +2 -2
  229. package/menu/menu.esm.min.js +1 -1
  230. package/menu/menu.js +4 -4
  231. package/menu/menu.min.js +1 -1
  232. package/menubar/menubar.cjs.js +1 -1
  233. package/menubar/menubar.esm.js +1 -1
  234. package/menubar/menubar.esm.min.js +1 -1
  235. package/menubar/menubar.js +2 -2
  236. package/message/message.cjs.js +1 -1
  237. package/message/message.esm.js +1 -1
  238. package/message/message.esm.min.js +1 -1
  239. package/message/message.js +2 -2
  240. package/multiselect/MultiSelect.vue +21 -14
  241. package/multiselect/multiselect.cjs.js +25 -16
  242. package/multiselect/multiselect.cjs.min.js +1 -1
  243. package/multiselect/multiselect.esm.js +23 -14
  244. package/multiselect/multiselect.esm.min.js +1 -1
  245. package/multiselect/multiselect.js +26 -17
  246. package/multiselect/multiselect.min.js +1 -1
  247. package/orderlist/OrderList.d.ts +4 -0
  248. package/orderlist/OrderList.vue +10 -1
  249. package/orderlist/orderlist.cjs.js +19 -11
  250. package/orderlist/orderlist.cjs.min.js +1 -1
  251. package/orderlist/orderlist.esm.js +18 -10
  252. package/orderlist/orderlist.esm.min.js +1 -1
  253. package/orderlist/orderlist.js +20 -12
  254. package/orderlist/orderlist.min.js +1 -1
  255. package/organizationchart/OrganizationChart.d.ts +1 -1
  256. package/organizationchart/organizationchart.esm.js +1 -1
  257. package/organizationchart/organizationchart.esm.min.js +1 -1
  258. package/organizationchart/organizationchart.js +1 -1
  259. package/overlayeventbus/overlayeventbus.esm.js +1 -1
  260. package/overlayeventbus/overlayeventbus.esm.min.js +1 -1
  261. package/overlayeventbus/overlayeventbus.js +1 -1
  262. package/overlaypanel/overlaypanel.cjs.js +5 -5
  263. package/overlaypanel/overlaypanel.esm.js +1 -1
  264. package/overlaypanel/overlaypanel.esm.min.js +1 -1
  265. package/overlaypanel/overlaypanel.js +6 -6
  266. package/package.json +1 -1
  267. package/paginator/paginator.cjs.js +8 -8
  268. package/paginator/paginator.esm.js +1 -1
  269. package/paginator/paginator.esm.min.js +1 -1
  270. package/paginator/paginator.js +9 -9
  271. package/panel/panel.cjs.js +1 -1
  272. package/panel/panel.esm.js +1 -1
  273. package/panel/panel.esm.min.js +1 -1
  274. package/panel/panel.js +2 -2
  275. package/panelmenu/PanelMenu.vue +9 -4
  276. package/panelmenu/PanelMenuSub.vue +6 -1
  277. package/panelmenu/panelmenu.cjs.js +16 -4
  278. package/panelmenu/panelmenu.cjs.min.js +1 -1
  279. package/panelmenu/panelmenu.esm.js +17 -5
  280. package/panelmenu/panelmenu.esm.min.js +1 -1
  281. package/panelmenu/panelmenu.js +17 -5
  282. package/panelmenu/panelmenu.min.js +1 -1
  283. package/password/password.cjs.js +2 -2
  284. package/password/password.esm.js +1 -1
  285. package/password/password.esm.min.js +1 -1
  286. package/password/password.js +3 -3
  287. package/picklist/PickList.d.ts +5 -1
  288. package/picklist/PickList.vue +10 -1
  289. package/picklist/picklist.cjs.js +27 -19
  290. package/picklist/picklist.cjs.min.js +1 -1
  291. package/picklist/picklist.esm.js +26 -18
  292. package/picklist/picklist.esm.min.js +1 -1
  293. package/picklist/picklist.js +28 -20
  294. package/picklist/picklist.min.js +1 -1
  295. package/progressbar/progressbar.esm.js +1 -1
  296. package/progressbar/progressbar.esm.min.js +1 -1
  297. package/progressbar/progressbar.js +1 -1
  298. package/progressspinner/progressspinner.esm.js +1 -1
  299. package/progressspinner/progressspinner.esm.min.js +1 -1
  300. package/progressspinner/progressspinner.js +1 -1
  301. package/radiobutton/radiobutton.esm.js +1 -1
  302. package/radiobutton/radiobutton.esm.min.js +1 -1
  303. package/radiobutton/radiobutton.js +1 -1
  304. package/rating/rating.esm.js +1 -1
  305. package/rating/rating.esm.min.js +1 -1
  306. package/rating/rating.js +1 -1
  307. package/resources/themes/arya-blue/theme.css +275 -1
  308. package/resources/themes/arya-green/theme.css +275 -1
  309. package/resources/themes/arya-orange/theme.css +275 -1
  310. package/resources/themes/arya-purple/theme.css +275 -1
  311. package/resources/themes/bootstrap4-dark-blue/theme.css +279 -1
  312. package/resources/themes/bootstrap4-dark-purple/theme.css +279 -1
  313. package/resources/themes/bootstrap4-light-blue/theme.css +278 -0
  314. package/resources/themes/bootstrap4-light-purple/theme.css +278 -0
  315. package/resources/themes/fluent-light/theme.css +274 -0
  316. package/resources/themes/lara-dark-blue/theme.css +282 -52
  317. package/resources/themes/lara-dark-indigo/theme.css +282 -52
  318. package/resources/themes/lara-dark-purple/theme.css +282 -52
  319. package/resources/themes/lara-dark-teal/theme.css +282 -52
  320. package/resources/themes/lara-light-blue/theme.css +374 -144
  321. package/resources/themes/lara-light-indigo/theme.css +281 -51
  322. package/resources/themes/lara-light-purple/theme.css +281 -51
  323. package/resources/themes/lara-light-teal/theme.css +281 -51
  324. package/resources/themes/luna-amber/theme.css +274 -0
  325. package/resources/themes/luna-blue/theme.css +274 -0
  326. package/resources/themes/luna-green/theme.css +274 -0
  327. package/resources/themes/luna-pink/theme.css +274 -0
  328. package/resources/themes/md-dark-deeppurple/theme.css +365 -8
  329. package/resources/themes/md-dark-indigo/theme.css +365 -8
  330. package/resources/themes/md-light-deeppurple/theme.css +362 -5
  331. package/resources/themes/md-light-indigo/theme.css +362 -5
  332. package/resources/themes/mdc-dark-deeppurple/theme.css +365 -8
  333. package/resources/themes/mdc-dark-indigo/theme.css +365 -8
  334. package/resources/themes/mdc-light-deeppurple/theme.css +362 -5
  335. package/resources/themes/mdc-light-indigo/theme.css +362 -5
  336. package/resources/themes/nova/theme.css +274 -0
  337. package/resources/themes/nova-accent/theme.css +274 -0
  338. package/resources/themes/nova-alt/theme.css +274 -0
  339. package/resources/themes/nova-vue/theme.css +274 -0
  340. package/resources/themes/rhea/theme.css +274 -0
  341. package/resources/themes/saga-blue/theme.css +274 -0
  342. package/resources/themes/saga-green/theme.css +274 -0
  343. package/resources/themes/saga-orange/theme.css +274 -0
  344. package/resources/themes/saga-purple/theme.css +274 -0
  345. package/resources/themes/tailwind-light/theme.css +274 -0
  346. package/resources/themes/vela-blue/theme.css +275 -1
  347. package/resources/themes/vela-green/theme.css +275 -1
  348. package/resources/themes/vela-orange/theme.css +275 -1
  349. package/resources/themes/vela-purple/theme.css +275 -1
  350. package/ripple/ripple.esm.js +1 -1
  351. package/ripple/ripple.esm.min.js +1 -1
  352. package/ripple/ripple.js +1 -1
  353. package/row/row.esm.js +1 -1
  354. package/row/row.esm.min.js +1 -1
  355. package/row/row.js +1 -1
  356. package/scrollpanel/scrollpanel.esm.js +1 -1
  357. package/scrollpanel/scrollpanel.esm.min.js +1 -1
  358. package/scrollpanel/scrollpanel.js +1 -1
  359. package/scrolltop/scrolltop.esm.js +1 -1
  360. package/scrolltop/scrolltop.esm.min.js +1 -1
  361. package/scrolltop/scrolltop.js +1 -1
  362. package/selectbutton/selectbutton.cjs.js +1 -1
  363. package/selectbutton/selectbutton.esm.js +1 -1
  364. package/selectbutton/selectbutton.esm.min.js +1 -1
  365. package/selectbutton/selectbutton.js +2 -2
  366. package/sidebar/sidebar.cjs.js +1 -1
  367. package/sidebar/sidebar.esm.js +1 -1
  368. package/sidebar/sidebar.esm.min.js +1 -1
  369. package/sidebar/sidebar.js +2 -2
  370. package/skeleton/skeleton.esm.js +1 -1
  371. package/skeleton/skeleton.esm.min.js +1 -1
  372. package/skeleton/skeleton.js +1 -1
  373. package/slider/Slider.vue +10 -2
  374. package/slider/slider.cjs.js +9 -1
  375. package/slider/slider.cjs.min.js +1 -1
  376. package/slider/slider.esm.js +10 -2
  377. package/slider/slider.esm.min.js +1 -1
  378. package/slider/slider.js +10 -2
  379. package/slider/slider.min.js +1 -1
  380. package/speeddial/speeddial.cjs.js +3 -3
  381. package/speeddial/speeddial.esm.js +1 -1
  382. package/speeddial/speeddial.esm.min.js +1 -1
  383. package/speeddial/speeddial.js +4 -4
  384. package/splitbutton/SplitButton.vue +6 -2
  385. package/splitbutton/splitbutton.cjs.js +5 -5
  386. package/splitbutton/splitbutton.cjs.min.js +1 -1
  387. package/splitbutton/splitbutton.esm.js +4 -4
  388. package/splitbutton/splitbutton.esm.min.js +1 -1
  389. package/splitbutton/splitbutton.js +6 -6
  390. package/splitbutton/splitbutton.min.js +1 -1
  391. package/splitter/Splitter.vue +1 -1
  392. package/splitter/splitter.cjs.js +1 -1
  393. package/splitter/splitter.cjs.min.js +1 -1
  394. package/splitter/splitter.esm.js +2 -2
  395. package/splitter/splitter.esm.min.js +1 -1
  396. package/splitter/splitter.js +2 -2
  397. package/splitter/splitter.min.js +1 -1
  398. package/splitterpanel/splitterpanel.esm.js +1 -1
  399. package/splitterpanel/splitterpanel.esm.min.js +1 -1
  400. package/splitterpanel/splitterpanel.js +1 -1
  401. package/steps/steps.esm.js +1 -1
  402. package/steps/steps.esm.min.js +1 -1
  403. package/steps/steps.js +1 -1
  404. package/styleclass/styleclass.esm.js +1 -1
  405. package/styleclass/styleclass.esm.min.js +1 -1
  406. package/styleclass/styleclass.js +1 -1
  407. package/tabmenu/tabmenu.cjs.js +1 -1
  408. package/tabmenu/tabmenu.esm.js +1 -1
  409. package/tabmenu/tabmenu.esm.min.js +1 -1
  410. package/tabmenu/tabmenu.js +2 -2
  411. package/tabpanel/tabpanel.esm.js +1 -1
  412. package/tabpanel/tabpanel.esm.min.js +1 -1
  413. package/tabpanel/tabpanel.js +1 -1
  414. package/tabview/TabView.vue +1 -1
  415. package/tabview/tabview.cjs.js +2 -2
  416. package/tabview/tabview.cjs.min.js +1 -1
  417. package/tabview/tabview.esm.js +2 -2
  418. package/tabview/tabview.esm.min.js +1 -1
  419. package/tabview/tabview.js +3 -3
  420. package/tabview/tabview.min.js +1 -1
  421. package/tag/tag.esm.js +1 -1
  422. package/tag/tag.esm.min.js +1 -1
  423. package/tag/tag.js +1 -1
  424. package/terminal/terminal.cjs.js +3 -3
  425. package/terminal/terminal.esm.js +1 -1
  426. package/terminal/terminal.esm.min.js +1 -1
  427. package/terminal/terminal.js +4 -4
  428. package/terminalservice/terminalservice.esm.js +1 -1
  429. package/terminalservice/terminalservice.esm.min.js +1 -1
  430. package/terminalservice/terminalservice.js +1 -1
  431. package/textarea/textarea.esm.js +1 -1
  432. package/textarea/textarea.esm.min.js +1 -1
  433. package/textarea/textarea.js +1 -1
  434. package/tieredmenu/TieredMenu.vue +1 -1
  435. package/tieredmenu/tieredmenu.cjs.js +3 -3
  436. package/tieredmenu/tieredmenu.cjs.min.js +1 -1
  437. package/tieredmenu/tieredmenu.esm.js +2 -2
  438. package/tieredmenu/tieredmenu.esm.min.js +1 -1
  439. package/tieredmenu/tieredmenu.js +4 -4
  440. package/tieredmenu/tieredmenu.min.js +1 -1
  441. package/timeline/timeline.esm.js +1 -1
  442. package/timeline/timeline.esm.min.js +1 -1
  443. package/timeline/timeline.js +1 -1
  444. package/toast/Toast.d.ts +1 -1
  445. package/toast/toast.cjs.js +7 -7
  446. package/toast/toast.esm.js +1 -1
  447. package/toast/toast.esm.min.js +1 -1
  448. package/toast/toast.js +8 -8
  449. package/toasteventbus/toasteventbus.esm.js +1 -1
  450. package/toasteventbus/toasteventbus.esm.min.js +1 -1
  451. package/toasteventbus/toasteventbus.js +1 -1
  452. package/toastservice/toastservice.cjs.js +3 -3
  453. package/toastservice/toastservice.esm.js +1 -1
  454. package/toastservice/toastservice.esm.min.js +1 -1
  455. package/toastservice/toastservice.js +4 -4
  456. package/togglebutton/togglebutton.cjs.js +1 -1
  457. package/togglebutton/togglebutton.esm.js +1 -1
  458. package/togglebutton/togglebutton.esm.min.js +1 -1
  459. package/togglebutton/togglebutton.js +2 -2
  460. package/toolbar/toolbar.esm.js +1 -1
  461. package/toolbar/toolbar.esm.min.js +1 -1
  462. package/toolbar/toolbar.js +1 -1
  463. package/tooltip/tooltip.cjs.js +16 -0
  464. package/tooltip/tooltip.cjs.min.js +1 -1
  465. package/tooltip/tooltip.esm.js +17 -1
  466. package/tooltip/tooltip.esm.min.js +1 -1
  467. package/tooltip/tooltip.js +17 -1
  468. package/tooltip/tooltip.min.js +1 -1
  469. package/tree/tree.cjs.js +1 -1
  470. package/tree/tree.esm.js +1 -1
  471. package/tree/tree.esm.min.js +1 -1
  472. package/tree/tree.js +2 -2
  473. package/treeselect/treeselect.cjs.js +3 -3
  474. package/treeselect/treeselect.esm.js +1 -1
  475. package/treeselect/treeselect.esm.min.js +1 -1
  476. package/treeselect/treeselect.js +4 -4
  477. package/treetable/FooterCell.vue +1 -1
  478. package/treetable/TreeTable.d.ts +1 -1
  479. package/treetable/treetable.cjs.js +3 -3
  480. package/treetable/treetable.cjs.min.js +1 -1
  481. package/treetable/treetable.esm.js +2 -2
  482. package/treetable/treetable.esm.min.js +1 -1
  483. package/treetable/treetable.js +4 -4
  484. package/treetable/treetable.min.js +1 -1
  485. package/tristatecheckbox/tristatecheckbox.esm.js +1 -1
  486. package/tristatecheckbox/tristatecheckbox.esm.min.js +1 -1
  487. package/tristatecheckbox/tristatecheckbox.js +1 -1
  488. package/useconfirm/useconfirm.js +1 -1
  489. package/usetoast/usetoast.js +1 -1
  490. package/utils/utils.js +1 -1
  491. package/vetur-attributes.json +15 -3
  492. package/vetur-tags.json +6 -3
  493. package/virtualscroller/VirtualScroller.vue +23 -13
  494. package/virtualscroller/virtualscroller.cjs.js +23 -13
  495. package/virtualscroller/virtualscroller.cjs.min.js +1 -1
  496. package/virtualscroller/virtualscroller.esm.js +24 -14
  497. package/virtualscroller/virtualscroller.esm.min.js +1 -1
  498. package/virtualscroller/virtualscroller.js +24 -14
  499. package/virtualscroller/virtualscroller.min.js +1 -1
  500. package/web-types.json +130 -10
  501. package/resources/themes/lara-dark-blue/fonts/Inter-Bold.woff +0 -0
  502. package/resources/themes/lara-dark-blue/fonts/Inter-Bold.woff2 +0 -0
  503. package/resources/themes/lara-dark-blue/fonts/Inter-Light.woff +0 -0
  504. package/resources/themes/lara-dark-blue/fonts/Inter-Light.woff2 +0 -0
  505. package/resources/themes/lara-dark-blue/fonts/Inter-Medium.woff +0 -0
  506. package/resources/themes/lara-dark-blue/fonts/Inter-Medium.woff2 +0 -0
  507. package/resources/themes/lara-dark-blue/fonts/Inter-Regular.woff +0 -0
  508. package/resources/themes/lara-dark-blue/fonts/Inter-Regular.woff2 +0 -0
  509. package/resources/themes/lara-dark-blue/fonts/Inter-SemiBold.woff +0 -0
  510. package/resources/themes/lara-dark-blue/fonts/Inter-SemiBold.woff2 +0 -0
  511. package/resources/themes/lara-dark-indigo/fonts/Inter-Bold.woff +0 -0
  512. package/resources/themes/lara-dark-indigo/fonts/Inter-Bold.woff2 +0 -0
  513. package/resources/themes/lara-dark-indigo/fonts/Inter-Light.woff +0 -0
  514. package/resources/themes/lara-dark-indigo/fonts/Inter-Light.woff2 +0 -0
  515. package/resources/themes/lara-dark-indigo/fonts/Inter-Medium.woff +0 -0
  516. package/resources/themes/lara-dark-indigo/fonts/Inter-Medium.woff2 +0 -0
  517. package/resources/themes/lara-dark-indigo/fonts/Inter-Regular.woff +0 -0
  518. package/resources/themes/lara-dark-indigo/fonts/Inter-Regular.woff2 +0 -0
  519. package/resources/themes/lara-dark-indigo/fonts/Inter-SemiBold.woff +0 -0
  520. package/resources/themes/lara-dark-indigo/fonts/Inter-SemiBold.woff2 +0 -0
  521. package/resources/themes/lara-dark-purple/fonts/Inter-Bold.woff +0 -0
  522. package/resources/themes/lara-dark-purple/fonts/Inter-Bold.woff2 +0 -0
  523. package/resources/themes/lara-dark-purple/fonts/Inter-Light.woff +0 -0
  524. package/resources/themes/lara-dark-purple/fonts/Inter-Light.woff2 +0 -0
  525. package/resources/themes/lara-dark-purple/fonts/Inter-Medium.woff +0 -0
  526. package/resources/themes/lara-dark-purple/fonts/Inter-Medium.woff2 +0 -0
  527. package/resources/themes/lara-dark-purple/fonts/Inter-Regular.woff +0 -0
  528. package/resources/themes/lara-dark-purple/fonts/Inter-Regular.woff2 +0 -0
  529. package/resources/themes/lara-dark-purple/fonts/Inter-SemiBold.woff +0 -0
  530. package/resources/themes/lara-dark-purple/fonts/Inter-SemiBold.woff2 +0 -0
  531. package/resources/themes/lara-dark-teal/fonts/Inter-Bold.woff +0 -0
  532. package/resources/themes/lara-dark-teal/fonts/Inter-Bold.woff2 +0 -0
  533. package/resources/themes/lara-dark-teal/fonts/Inter-Light.woff +0 -0
  534. package/resources/themes/lara-dark-teal/fonts/Inter-Light.woff2 +0 -0
  535. package/resources/themes/lara-dark-teal/fonts/Inter-Medium.woff +0 -0
  536. package/resources/themes/lara-dark-teal/fonts/Inter-Medium.woff2 +0 -0
  537. package/resources/themes/lara-dark-teal/fonts/Inter-Regular.woff +0 -0
  538. package/resources/themes/lara-dark-teal/fonts/Inter-Regular.woff2 +0 -0
  539. package/resources/themes/lara-dark-teal/fonts/Inter-SemiBold.woff +0 -0
  540. package/resources/themes/lara-dark-teal/fonts/Inter-SemiBold.woff2 +0 -0
  541. package/resources/themes/lara-light-blue/fonts/Inter-Bold.woff +0 -0
  542. package/resources/themes/lara-light-blue/fonts/Inter-Bold.woff2 +0 -0
  543. package/resources/themes/lara-light-blue/fonts/Inter-Light.woff +0 -0
  544. package/resources/themes/lara-light-blue/fonts/Inter-Light.woff2 +0 -0
  545. package/resources/themes/lara-light-blue/fonts/Inter-Medium.woff +0 -0
  546. package/resources/themes/lara-light-blue/fonts/Inter-Medium.woff2 +0 -0
  547. package/resources/themes/lara-light-blue/fonts/Inter-Regular.woff +0 -0
  548. package/resources/themes/lara-light-blue/fonts/Inter-Regular.woff2 +0 -0
  549. package/resources/themes/lara-light-blue/fonts/Inter-SemiBold.woff +0 -0
  550. package/resources/themes/lara-light-blue/fonts/Inter-SemiBold.woff2 +0 -0
  551. package/resources/themes/lara-light-indigo/fonts/Inter-Bold.woff +0 -0
  552. package/resources/themes/lara-light-indigo/fonts/Inter-Bold.woff2 +0 -0
  553. package/resources/themes/lara-light-indigo/fonts/Inter-Light.woff +0 -0
  554. package/resources/themes/lara-light-indigo/fonts/Inter-Light.woff2 +0 -0
  555. package/resources/themes/lara-light-indigo/fonts/Inter-Medium.woff +0 -0
  556. package/resources/themes/lara-light-indigo/fonts/Inter-Medium.woff2 +0 -0
  557. package/resources/themes/lara-light-indigo/fonts/Inter-Regular.woff +0 -0
  558. package/resources/themes/lara-light-indigo/fonts/Inter-Regular.woff2 +0 -0
  559. package/resources/themes/lara-light-indigo/fonts/Inter-SemiBold.woff +0 -0
  560. package/resources/themes/lara-light-indigo/fonts/Inter-SemiBold.woff2 +0 -0
  561. package/resources/themes/lara-light-purple/fonts/Inter-Bold.woff +0 -0
  562. package/resources/themes/lara-light-purple/fonts/Inter-Bold.woff2 +0 -0
  563. package/resources/themes/lara-light-purple/fonts/Inter-Light.woff +0 -0
  564. package/resources/themes/lara-light-purple/fonts/Inter-Light.woff2 +0 -0
  565. package/resources/themes/lara-light-purple/fonts/Inter-Medium.woff +0 -0
  566. package/resources/themes/lara-light-purple/fonts/Inter-Medium.woff2 +0 -0
  567. package/resources/themes/lara-light-purple/fonts/Inter-Regular.woff +0 -0
  568. package/resources/themes/lara-light-purple/fonts/Inter-Regular.woff2 +0 -0
  569. package/resources/themes/lara-light-purple/fonts/Inter-SemiBold.woff +0 -0
  570. package/resources/themes/lara-light-purple/fonts/Inter-SemiBold.woff2 +0 -0
  571. package/resources/themes/lara-light-teal/fonts/Inter-Bold.woff +0 -0
  572. package/resources/themes/lara-light-teal/fonts/Inter-Bold.woff2 +0 -0
  573. package/resources/themes/lara-light-teal/fonts/Inter-Light.woff +0 -0
  574. package/resources/themes/lara-light-teal/fonts/Inter-Light.woff2 +0 -0
  575. package/resources/themes/lara-light-teal/fonts/Inter-Medium.woff +0 -0
  576. package/resources/themes/lara-light-teal/fonts/Inter-Medium.woff2 +0 -0
  577. package/resources/themes/lara-light-teal/fonts/Inter-Regular.woff +0 -0
  578. package/resources/themes/lara-light-teal/fonts/Inter-Regular.woff2 +0 -0
  579. package/resources/themes/lara-light-teal/fonts/Inter-SemiBold.woff +0 -0
  580. package/resources/themes/lara-light-teal/fonts/Inter-SemiBold.woff2 +0 -0
package/core/core.js CHANGED
@@ -879,7 +879,7 @@ this.primevue.utils = (function (exports) {
879
879
 
880
880
  return exports;
881
881
 
882
- })({});
882
+ }({}));
883
883
 
884
884
  this.primevue = this.primevue || {};
885
885
  this.primevue.api = (function (exports, utils) {
@@ -1402,7 +1402,7 @@ this.primevue.api = (function (exports, utils) {
1402
1402
 
1403
1403
  return exports;
1404
1404
 
1405
- })({}, primevue.utils);
1405
+ }({}, primevue.utils));
1406
1406
 
1407
1407
  this.primevue = this.primevue || {};
1408
1408
  this.primevue.config = (function (exports, vue, api) {
@@ -1508,14 +1508,14 @@ this.primevue.config = (function (exports, vue, api) {
1508
1508
  }
1509
1509
  };
1510
1510
 
1511
- exports["default"] = PrimeVue;
1511
+ exports.default = PrimeVue;
1512
1512
  exports.usePrimeVue = usePrimeVue;
1513
1513
 
1514
1514
  Object.defineProperty(exports, '__esModule', { value: true });
1515
1515
 
1516
1516
  return exports;
1517
1517
 
1518
- })({}, Vue, primevue.api);
1518
+ }({}, Vue, primevue.api));
1519
1519
 
1520
1520
  this.primevue = this.primevue || {};
1521
1521
  this.primevue.ripple = (function (utils) {
@@ -1596,7 +1596,7 @@ this.primevue.ripple = (function (utils) {
1596
1596
 
1597
1597
  return Ripple;
1598
1598
 
1599
- })(primevue.utils);
1599
+ }(primevue.utils));
1600
1600
 
1601
1601
  this.primevue = this.primevue || {};
1602
1602
  this.primevue.tooltip = (function (utils) {
@@ -1734,6 +1734,10 @@ this.primevue.tooltip = (function (utils) {
1734
1734
  alignTop(el);
1735
1735
  if (isOutOfBounds(el)) {
1736
1736
  alignBottom(el);
1737
+
1738
+ if (isOutOfBounds(el)) {
1739
+ alignTop(el);
1740
+ }
1737
1741
  }
1738
1742
  }
1739
1743
  else if (modifiers.left) {
@@ -1746,6 +1750,10 @@ this.primevue.tooltip = (function (utils) {
1746
1750
 
1747
1751
  if (isOutOfBounds(el)) {
1748
1752
  alignBottom(el);
1753
+
1754
+ if (isOutOfBounds(el)) {
1755
+ alignLeft(el);
1756
+ }
1749
1757
  }
1750
1758
  }
1751
1759
  }
@@ -1754,6 +1762,10 @@ this.primevue.tooltip = (function (utils) {
1754
1762
  alignBottom(el);
1755
1763
  if (isOutOfBounds(el)) {
1756
1764
  alignTop(el);
1765
+
1766
+ if (isOutOfBounds(el)) {
1767
+ alignBottom(el);
1768
+ }
1757
1769
  }
1758
1770
  }
1759
1771
  else {
@@ -1766,6 +1778,10 @@ this.primevue.tooltip = (function (utils) {
1766
1778
 
1767
1779
  if (isOutOfBounds(el)) {
1768
1780
  alignBottom(el);
1781
+
1782
+ if (isOutOfBounds(el)) {
1783
+ alignRight(el);
1784
+ }
1769
1785
  }
1770
1786
  }
1771
1787
  }
@@ -1912,7 +1928,7 @@ this.primevue.tooltip = (function (utils) {
1912
1928
 
1913
1929
  return Tooltip;
1914
1930
 
1915
- })(primevue.utils);
1931
+ }(primevue.utils));
1916
1932
 
1917
1933
  this.primevue = this.primevue || {};
1918
1934
  this.primevue.virtualscroller = (function (vue) {
@@ -2038,23 +2054,26 @@ this.primevue.virtualscroller = (function (vue) {
2038
2054
  scrollToIndex(index, behavior = 'auto') {
2039
2055
  const both = this.isBoth();
2040
2056
  const horizontal = this.isHorizontal();
2057
+ const first = this.first;
2058
+ const { numToleratedItems } = this.calculateNumItems();
2059
+ const itemSize = this.itemSize;
2041
2060
  const contentPos = this.getContentPosition();
2042
2061
  const calculateFirst = (_index = 0, _numT) => (_index <= _numT ? 0 : _index);
2043
2062
  const calculateCoord = (_first, _size, _cpos) => (_first * _size) + _cpos;
2044
2063
  const scrollTo = (left = 0, top = 0) => this.scrollTo({ left, top, behavior });
2045
2064
 
2046
2065
  if (both) {
2047
- const newFirst = { rows: calculateFirst(index[0], this.d_numToleratedItems[0]), cols: calculateFirst(index[1], this.d_numToleratedItems[1]) };
2048
- if (newFirst.rows !== this.first.rows || newFirst.cols !== this.first.cols) {
2049
- scrollTo(calculateCoord(newFirst.cols, this.itemSize[1], contentPos.left), calculateCoord(newFirst.rows, this.itemSize[0], contentPos.top));
2066
+ const newFirst = { rows: calculateFirst(index[0], numToleratedItems[0]), cols: calculateFirst(index[1], numToleratedItems[1]) };
2067
+ if (newFirst.rows !== first.rows || newFirst.cols !== first.cols) {
2068
+ scrollTo(calculateCoord(newFirst.cols, itemSize[1], contentPos.left), calculateCoord(newFirst.rows, itemSize[0], contentPos.top));
2050
2069
  this.first = newFirst;
2051
2070
  }
2052
2071
  }
2053
2072
  else {
2054
- const newFirst = calculateFirst(index, this.d_numToleratedItems);
2073
+ const newFirst = calculateFirst(index, numToleratedItems);
2055
2074
 
2056
- if (newFirst !== this.first) {
2057
- horizontal ? scrollTo(calculateCoord(newFirst, this.itemSize, contentPos.left), 0) : scrollTo(0, calculateCoord(newFirst, this.itemSize, contentPos.top));
2075
+ if (newFirst !== first) {
2076
+ horizontal ? scrollTo(calculateCoord(newFirst, itemSize, contentPos.left), 0) : scrollTo(0, calculateCoord(newFirst, itemSize, contentPos.top));
2058
2077
  this.first = newFirst;
2059
2078
  }
2060
2079
  }
@@ -2137,26 +2156,33 @@ this.primevue.virtualscroller = (function (vue) {
2137
2156
  }
2138
2157
  };
2139
2158
  },
2140
- calculateOptions() {
2159
+ calculateNumItems() {
2141
2160
  const both = this.isBoth();
2142
2161
  const horizontal = this.isHorizontal();
2162
+ const itemSize = this.itemSize;
2143
2163
  const contentPos = this.getContentPosition();
2144
2164
  const contentWidth = this.element ? this.element.offsetWidth - contentPos.left : 0;
2145
2165
  const contentHeight = this.element ? this.element.offsetHeight - contentPos.top : 0;
2146
2166
  const calculateNumItemsInViewport = (_contentSize, _itemSize) => Math.ceil(_contentSize / (_itemSize || _contentSize));
2147
2167
  const calculateNumToleratedItems = (_numItems) => Math.ceil(_numItems / 2);
2148
2168
  const numItemsInViewport = both ?
2149
- { rows: calculateNumItemsInViewport(contentHeight, this.itemSize[0]), cols: calculateNumItemsInViewport(contentWidth, this.itemSize[1]) } :
2150
- calculateNumItemsInViewport((horizontal ? contentWidth : contentHeight), this.itemSize);
2169
+ { rows: calculateNumItemsInViewport(contentHeight, itemSize[0]), cols: calculateNumItemsInViewport(contentWidth, itemSize[1]) } :
2170
+ calculateNumItemsInViewport((horizontal ? contentWidth : contentHeight), itemSize);
2151
2171
 
2152
- let numToleratedItems = this.d_numToleratedItems || (both ?
2172
+ const numToleratedItems = this.d_numToleratedItems || (both ?
2153
2173
  [calculateNumToleratedItems(numItemsInViewport.rows), calculateNumToleratedItems(numItemsInViewport.cols)] :
2154
2174
  calculateNumToleratedItems(numItemsInViewport));
2155
2175
 
2176
+ return { numItemsInViewport, numToleratedItems };
2177
+ },
2178
+ calculateOptions() {
2179
+ const both = this.isBoth();
2180
+ const first = this.first;
2181
+ const { numItemsInViewport, numToleratedItems } = this.calculateNumItems();
2156
2182
  const calculateLast = (_first, _num, _numT, _isCols) => this.getLast(_first + _num + ((_first < _numT ? 2 : 3) * _numT), _isCols);
2157
2183
  const last = both ?
2158
- { rows: calculateLast(this.first.rows, numItemsInViewport.rows, numToleratedItems[0]), cols: calculateLast(this.first.cols, numItemsInViewport.cols, numToleratedItems[1], true) } :
2159
- calculateLast(this.first, numItemsInViewport, numToleratedItems);
2184
+ { rows: calculateLast(first.rows, numItemsInViewport.rows, numToleratedItems[0]), cols: calculateLast(first.cols, numItemsInViewport.cols, numToleratedItems[1], true) } :
2185
+ calculateLast(first, numItemsInViewport, numToleratedItems);
2160
2186
 
2161
2187
  this.last = last;
2162
2188
  this.numItemsInViewport = numItemsInViewport;
@@ -2170,7 +2196,7 @@ this.primevue.virtualscroller = (function (vue) {
2170
2196
  }
2171
2197
 
2172
2198
  if (this.lazy) {
2173
- this.$emit('lazy-load', { first: this.first, last });
2199
+ this.$emit('lazy-load', { first, last });
2174
2200
  }
2175
2201
  },
2176
2202
  getLast(last = 0, isCols) {
@@ -2561,7 +2587,7 @@ this.primevue.virtualscroller = (function (vue) {
2561
2587
 
2562
2588
  return script;
2563
2589
 
2564
- })(Vue);
2590
+ }(Vue));
2565
2591
 
2566
2592
  this.primevue = this.primevue || {};
2567
2593
  this.primevue.confirmationeventbus = (function (utils) {
@@ -2571,7 +2597,7 @@ this.primevue.confirmationeventbus = (function (utils) {
2571
2597
 
2572
2598
  return ConfirmationEventBus;
2573
2599
 
2574
- })(primevue.utils);
2600
+ }(primevue.utils));
2575
2601
 
2576
2602
  this.primevue = this.primevue || {};
2577
2603
  this.primevue.toasteventbus = (function (utils) {
@@ -2581,7 +2607,7 @@ this.primevue.toasteventbus = (function (utils) {
2581
2607
 
2582
2608
  return ToastEventBus;
2583
2609
 
2584
- })(primevue.utils);
2610
+ }(primevue.utils));
2585
2611
 
2586
2612
  this.primevue = this.primevue || {};
2587
2613
  this.primevue.overlayeventbus = (function (utils) {
@@ -2591,7 +2617,7 @@ this.primevue.overlayeventbus = (function (utils) {
2591
2617
 
2592
2618
  return OverlayEventBus;
2593
2619
 
2594
- })(primevue.utils);
2620
+ }(primevue.utils));
2595
2621
 
2596
2622
  this.primevue = this.primevue || {};
2597
2623
  this.primevue.terminalservice = (function (utils) {
@@ -2601,7 +2627,7 @@ this.primevue.terminalservice = (function (utils) {
2601
2627
 
2602
2628
  return TerminalService;
2603
2629
 
2604
- })(primevue.utils);
2630
+ }(primevue.utils));
2605
2631
 
2606
2632
  this.primevue = this.primevue || {};
2607
2633
  this.primevue.useconfirm = (function (exports, vue) {
@@ -2625,7 +2651,7 @@ this.primevue.useconfirm = (function (exports, vue) {
2625
2651
 
2626
2652
  return exports;
2627
2653
 
2628
- })({}, Vue);
2654
+ }({}, Vue));
2629
2655
 
2630
2656
  this.primevue = this.primevue || {};
2631
2657
  this.primevue.usetoast = (function (exports, vue) {
@@ -2649,7 +2675,7 @@ this.primevue.usetoast = (function (exports, vue) {
2649
2675
 
2650
2676
  return exports;
2651
2677
 
2652
- })({}, Vue);
2678
+ }({}, Vue));
2653
2679
 
2654
2680
  this.primevue = this.primevue || {};
2655
2681
  this.primevue.button = (function (Ripple, vue) {
@@ -2722,7 +2748,7 @@ this.primevue.button = (function (Ripple, vue) {
2722
2748
  }
2723
2749
  },
2724
2750
  directives: {
2725
- 'ripple': Ripple__default["default"]
2751
+ 'ripple': Ripple__default['default']
2726
2752
  }
2727
2753
  };
2728
2754
 
@@ -2766,7 +2792,7 @@ this.primevue.button = (function (Ripple, vue) {
2766
2792
 
2767
2793
  return script;
2768
2794
 
2769
- })(primevue.ripple, Vue);
2795
+ }(primevue.ripple, Vue));
2770
2796
 
2771
2797
  this.primevue = this.primevue || {};
2772
2798
  this.primevue.inputtext = (function (vue) {
@@ -2802,7 +2828,7 @@ this.primevue.inputtext = (function (vue) {
2802
2828
 
2803
2829
  return script;
2804
2830
 
2805
- })(Vue);
2831
+ }(Vue));
2806
2832
 
2807
2833
  this.primevue = this.primevue || {};
2808
2834
  this.primevue.inputnumber = (function (InputText, Button, vue) {
@@ -2816,7 +2842,7 @@ this.primevue.inputnumber = (function (InputText, Button, vue) {
2816
2842
  var script = {
2817
2843
  name: 'InputNumber',
2818
2844
  inheritAttrs: false,
2819
- emits: ['update:modelValue', 'input'],
2845
+ emits: ['update:modelValue', 'input', 'focus', 'blur'],
2820
2846
  props: {
2821
2847
  modelValue: {
2822
2848
  type: Number,
@@ -3693,14 +3719,18 @@ this.primevue.inputnumber = (function (InputText, Button, vue) {
3693
3719
  this.d_modelValue = value;
3694
3720
  this.$emit('update:modelValue', value);
3695
3721
  },
3696
- onInputFocus() {
3722
+ onInputFocus(event) {
3697
3723
  this.focused = true;
3724
+ this.$emit('focus', event);
3698
3725
  },
3699
3726
  onInputBlur(event) {
3700
3727
  this.focused = false;
3701
3728
 
3702
3729
  let input = event.target;
3703
3730
  let newValue = this.validateValue(this.parseValue(input.value));
3731
+
3732
+ this.$emit('blur', { originalEvent: event, value: input.value});
3733
+
3704
3734
  input.value = this.formatValue(newValue);
3705
3735
  input.setAttribute('aria-valuenow', newValue);
3706
3736
  this.updateModel(event, newValue);
@@ -3768,8 +3798,8 @@ this.primevue.inputnumber = (function (InputText, Button, vue) {
3768
3798
  }
3769
3799
  },
3770
3800
  components: {
3771
- 'INInputText': InputText__default["default"],
3772
- 'INButton': Button__default["default"]
3801
+ 'INInputText': InputText__default['default'],
3802
+ 'INButton': Button__default['default']
3773
3803
  }
3774
3804
  };
3775
3805
 
@@ -3873,7 +3903,7 @@ this.primevue.inputnumber = (function (InputText, Button, vue) {
3873
3903
 
3874
3904
  return script;
3875
3905
 
3876
- })(primevue.inputtext, primevue.button, Vue);
3906
+ }(primevue.inputtext, primevue.button, Vue));
3877
3907
 
3878
3908
  this.primevue = this.primevue || {};
3879
3909
  this.primevue.message = (function (Ripple, vue) {
@@ -3941,7 +3971,7 @@ this.primevue.message = (function (Ripple, vue) {
3941
3971
  }
3942
3972
  },
3943
3973
  directives: {
3944
- 'ripple': Ripple__default["default"]
3974
+ 'ripple': Ripple__default['default']
3945
3975
  }
3946
3976
  };
3947
3977
 
@@ -4021,7 +4051,7 @@ this.primevue.message = (function (Ripple, vue) {
4021
4051
 
4022
4052
  return script;
4023
4053
 
4024
- })(primevue.ripple, Vue);
4054
+ }(primevue.ripple, Vue));
4025
4055
 
4026
4056
  this.primevue = this.primevue || {};
4027
4057
  this.primevue.progressbar = (function (vue) {
@@ -4143,7 +4173,7 @@ this.primevue.progressbar = (function (vue) {
4143
4173
 
4144
4174
  return script;
4145
4175
 
4146
- })(Vue);
4176
+ }(Vue));
4147
4177
 
4148
4178
  this.primevue = this.primevue || {};
4149
4179
  this.primevue.dropdown = (function (utils, OverlayEventBus, api, Ripple, VirtualScroller, vue) {
@@ -4516,21 +4546,25 @@ this.primevue.dropdown = (function (utils, OverlayEventBus, api, Ripple, Virtual
4516
4546
  onOverlayEnter(el) {
4517
4547
  utils.ZIndexUtils.set('overlay', el, this.$primevue.config.zIndex.overlay);
4518
4548
  this.alignOverlay();
4519
- this.bindOutsideClickListener();
4520
- this.bindScrollListener();
4521
- this.bindResizeListener();
4522
4549
  this.scrollValueInView();
4523
4550
 
4524
- if (this.filter) {
4525
- this.$refs.filterInput.focus();
4526
- }
4527
-
4528
4551
  if (!this.virtualScrollerDisabled) {
4529
4552
  const selectedIndex = this.getSelectedOptionIndex();
4530
4553
  if (selectedIndex !== -1) {
4531
- this.virtualScroller.scrollToIndex(selectedIndex);
4554
+ setTimeout(() => {
4555
+ this.virtualScroller && this.virtualScroller.scrollToIndex(selectedIndex);
4556
+ }, 0);
4532
4557
  }
4533
4558
  }
4559
+ },
4560
+ onOverlayAfterEnter() {
4561
+ if (this.filter) {
4562
+ this.$refs.filterInput.focus();
4563
+ }
4564
+
4565
+ this.bindOutsideClickListener();
4566
+ this.bindScrollListener();
4567
+ this.bindResizeListener();
4534
4568
 
4535
4569
  this.$emit('show');
4536
4570
  },
@@ -4687,6 +4721,7 @@ this.primevue.dropdown = (function (utils, OverlayEventBus, api, Ripple, Virtual
4687
4721
  return label.startsWith(this.searchValue.toLocaleLowerCase(this.filterLocale));
4688
4722
  },
4689
4723
  onFilterChange(event) {
4724
+ this.filterValue = event.target.value;
4690
4725
  this.$emit('filter', {originalEvent: event, value: event.target.value});
4691
4726
  },
4692
4727
  onFilterUpdated() {
@@ -4712,7 +4747,7 @@ this.primevue.dropdown = (function (utils, OverlayEventBus, api, Ripple, Virtual
4712
4747
  }
4713
4748
  },
4714
4749
  onOverlayClick(event) {
4715
- OverlayEventBus__default["default"].emit('overlay-click', {
4750
+ OverlayEventBus__default['default'].emit('overlay-click', {
4716
4751
  originalEvent: event,
4717
4752
  target: this.$el
4718
4753
  });
@@ -4808,10 +4843,10 @@ this.primevue.dropdown = (function (utils, OverlayEventBus, api, Ripple, Virtual
4808
4843
  }
4809
4844
  },
4810
4845
  directives: {
4811
- 'ripple': Ripple__default["default"]
4846
+ 'ripple': Ripple__default['default']
4812
4847
  },
4813
4848
  components: {
4814
- 'VirtualScroller': VirtualScroller__default["default"]
4849
+ 'VirtualScroller': VirtualScroller__default['default']
4815
4850
  }
4816
4851
  };
4817
4852
 
@@ -4839,7 +4874,7 @@ this.primevue.dropdown = (function (utils, OverlayEventBus, api, Ripple, Virtual
4839
4874
  return (vue.openBlock(), vue.createBlock("div", {
4840
4875
  ref: "container",
4841
4876
  class: $options.containerClass,
4842
- onClick: _cache[13] || (_cache[13] = $event => ($options.onClick($event)))
4877
+ onClick: _cache[12] || (_cache[12] = $event => ($options.onClick($event)))
4843
4878
  }, [
4844
4879
  vue.createVNode("div", _hoisted_1, [
4845
4880
  vue.createVNode("input", {
@@ -4909,6 +4944,7 @@ this.primevue.dropdown = (function (utils, OverlayEventBus, api, Ripple, Virtual
4909
4944
  vue.createVNode(vue.Transition, {
4910
4945
  name: "p-connected-overlay",
4911
4946
  onEnter: $options.onOverlayEnter,
4947
+ onAfterEnter: $options.onOverlayAfterEnter,
4912
4948
  onLeave: $options.onOverlayLeave,
4913
4949
  onAfterLeave: $options.onOverlayAfterLeave
4914
4950
  }, {
@@ -4918,7 +4954,7 @@ this.primevue.dropdown = (function (utils, OverlayEventBus, api, Ripple, Virtual
4918
4954
  key: 0,
4919
4955
  ref: $options.overlayRef,
4920
4956
  class: $options.panelStyleClass,
4921
- onClick: _cache[12] || (_cache[12] = (...args) => ($options.onOverlayClick && $options.onOverlayClick(...args)))
4957
+ onClick: _cache[11] || (_cache[11] = (...args) => ($options.onOverlayClick && $options.onOverlayClick(...args)))
4922
4958
  }, [
4923
4959
  vue.renderSlot(_ctx.$slots, "header", {
4924
4960
  value: $props.modelValue,
@@ -4927,19 +4963,17 @@ this.primevue.dropdown = (function (utils, OverlayEventBus, api, Ripple, Virtual
4927
4963
  ($props.filter)
4928
4964
  ? (vue.openBlock(), vue.createBlock("div", _hoisted_2, [
4929
4965
  vue.createVNode("div", _hoisted_3, [
4930
- vue.withDirectives(vue.createVNode("input", {
4966
+ vue.createVNode("input", {
4931
4967
  type: "text",
4932
4968
  ref: "filterInput",
4933
- "onUpdate:modelValue": _cache[8] || (_cache[8] = $event => ($data.filterValue = $event)),
4934
- onVnodeUpdated: _cache[9] || (_cache[9] = (...args) => ($options.onFilterUpdated && $options.onFilterUpdated(...args))),
4969
+ value: $data.filterValue,
4970
+ onVnodeUpdated: _cache[8] || (_cache[8] = (...args) => ($options.onFilterUpdated && $options.onFilterUpdated(...args))),
4935
4971
  autoComplete: "off",
4936
4972
  class: "p-dropdown-filter p-inputtext p-component",
4937
4973
  placeholder: $props.filterPlaceholder,
4938
- onKeydown: _cache[10] || (_cache[10] = (...args) => ($options.onFilterKeyDown && $options.onFilterKeyDown(...args))),
4939
- onInput: _cache[11] || (_cache[11] = (...args) => ($options.onFilterChange && $options.onFilterChange(...args)))
4940
- }, null, 40, ["placeholder"]), [
4941
- [vue.vModelText, $data.filterValue]
4942
- ]),
4974
+ onKeydown: _cache[9] || (_cache[9] = (...args) => ($options.onFilterKeyDown && $options.onFilterKeyDown(...args))),
4975
+ onInput: _cache[10] || (_cache[10] = (...args) => ($options.onFilterChange && $options.onFilterChange(...args)))
4976
+ }, null, 40, ["value", "placeholder"]),
4943
4977
  _hoisted_4
4944
4978
  ])
4945
4979
  ]))
@@ -5049,7 +5083,7 @@ this.primevue.dropdown = (function (utils, OverlayEventBus, api, Ripple, Virtual
5049
5083
  : vue.createCommentVNode("", true)
5050
5084
  ]),
5051
5085
  _: 3
5052
- }, 8, ["onEnter", "onLeave", "onAfterLeave"])
5086
+ }, 8, ["onEnter", "onAfterEnter", "onLeave", "onAfterLeave"])
5053
5087
  ], 8, ["to", "disabled"]))
5054
5088
  ], 2))
5055
5089
  }
@@ -5088,7 +5122,7 @@ this.primevue.dropdown = (function (utils, OverlayEventBus, api, Ripple, Virtual
5088
5122
 
5089
5123
  return script;
5090
5124
 
5091
- })(primevue.utils, primevue.overlayeventbus, primevue.api, primevue.ripple, primevue.virtualscroller, Vue);
5125
+ }(primevue.utils, primevue.overlayeventbus, primevue.api, primevue.ripple, primevue.virtualscroller, Vue));
5092
5126
 
5093
5127
  this.primevue = this.primevue || {};
5094
5128
  this.primevue.dialog = (function (utils, Ripple, vue) {
@@ -5480,7 +5514,7 @@ this.primevue.dialog = (function (utils, Ripple, vue) {
5480
5514
  }
5481
5515
  },
5482
5516
  directives: {
5483
- 'ripple': Ripple__default["default"]
5517
+ 'ripple': Ripple__default['default']
5484
5518
  }
5485
5519
  };
5486
5520
 
@@ -5627,7 +5661,7 @@ this.primevue.dialog = (function (utils, Ripple, vue) {
5627
5661
 
5628
5662
  return script;
5629
5663
 
5630
- })(primevue.utils, primevue.ripple, Vue);
5664
+ }(primevue.utils, primevue.ripple, Vue));
5631
5665
 
5632
5666
  this.primevue = this.primevue || {};
5633
5667
  this.primevue.paginator = (function (vue, Ripple, Dropdown, InputNumber) {
@@ -5705,7 +5739,7 @@ this.primevue.paginator = (function (vue, Ripple, Dropdown, InputNumber) {
5705
5739
  }
5706
5740
  },
5707
5741
  directives: {
5708
- 'ripple': Ripple__default["default"]
5742
+ 'ripple': Ripple__default['default']
5709
5743
  }
5710
5744
  };
5711
5745
 
@@ -5736,7 +5770,7 @@ this.primevue.paginator = (function (vue, Ripple, Dropdown, InputNumber) {
5736
5770
  }
5737
5771
  },
5738
5772
  directives: {
5739
- 'ripple': Ripple__default["default"]
5773
+ 'ripple': Ripple__default['default']
5740
5774
  }
5741
5775
  };
5742
5776
 
@@ -5767,7 +5801,7 @@ this.primevue.paginator = (function (vue, Ripple, Dropdown, InputNumber) {
5767
5801
  }
5768
5802
  },
5769
5803
  directives: {
5770
- 'ripple': Ripple__default["default"]
5804
+ 'ripple': Ripple__default['default']
5771
5805
  }
5772
5806
  };
5773
5807
 
@@ -5805,7 +5839,7 @@ this.primevue.paginator = (function (vue, Ripple, Dropdown, InputNumber) {
5805
5839
  }
5806
5840
  },
5807
5841
  directives: {
5808
- 'ripple': Ripple__default["default"]
5842
+ 'ripple': Ripple__default['default']
5809
5843
  }
5810
5844
  };
5811
5845
 
@@ -5842,7 +5876,7 @@ this.primevue.paginator = (function (vue, Ripple, Dropdown, InputNumber) {
5842
5876
  }
5843
5877
  },
5844
5878
  directives: {
5845
- 'ripple': Ripple__default["default"]
5879
+ 'ripple': Ripple__default['default']
5846
5880
  }
5847
5881
  };
5848
5882
 
@@ -5889,7 +5923,7 @@ this.primevue.paginator = (function (vue, Ripple, Dropdown, InputNumber) {
5889
5923
  }
5890
5924
  },
5891
5925
  components: {
5892
- 'RPPDropdown': Dropdown__default["default"]
5926
+ 'RPPDropdown': Dropdown__default['default']
5893
5927
  }
5894
5928
  };
5895
5929
 
@@ -5933,7 +5967,7 @@ this.primevue.paginator = (function (vue, Ripple, Dropdown, InputNumber) {
5933
5967
  }
5934
5968
  },
5935
5969
  components: {
5936
- 'JTPDropdown': Dropdown__default["default"]
5970
+ 'JTPDropdown': Dropdown__default['default']
5937
5971
  }
5938
5972
  };
5939
5973
 
@@ -5968,7 +6002,7 @@ this.primevue.paginator = (function (vue, Ripple, Dropdown, InputNumber) {
5968
6002
  }
5969
6003
  },
5970
6004
  components: {
5971
- 'JTPInput': InputNumber__default["default"]
6005
+ 'JTPInput': InputNumber__default['default']
5972
6006
  }
5973
6007
  };
5974
6008
 
@@ -6307,7 +6341,7 @@ this.primevue.paginator = (function (vue, Ripple, Dropdown, InputNumber) {
6307
6341
 
6308
6342
  return script;
6309
6343
 
6310
- })(Vue, primevue.ripple, primevue.dropdown, primevue.inputnumber);
6344
+ }(Vue, primevue.ripple, primevue.dropdown, primevue.inputnumber));
6311
6345
 
6312
6346
  this.primevue = this.primevue || {};
6313
6347
  this.primevue.tree = (function (utils, Ripple, vue) {
@@ -6579,7 +6613,7 @@ this.primevue.tree = (function (utils, Ripple, vue) {
6579
6613
  }
6580
6614
  },
6581
6615
  directives: {
6582
- 'ripple': Ripple__default["default"]
6616
+ 'ripple': Ripple__default['default']
6583
6617
  }
6584
6618
  };
6585
6619
 
@@ -7021,7 +7055,7 @@ this.primevue.tree = (function (utils, Ripple, vue) {
7021
7055
 
7022
7056
  return script;
7023
7057
 
7024
- })(primevue.utils, primevue.ripple, Vue);
7058
+ }(primevue.utils, primevue.ripple, Vue));
7025
7059
 
7026
7060
  this.primevue = this.primevue || {};
7027
7061
  this.primevue.menu = (function (utils, OverlayEventBus, Ripple, vue) {
@@ -7072,7 +7106,7 @@ this.primevue.menu = (function (utils, OverlayEventBus, Ripple, vue) {
7072
7106
  }
7073
7107
  },
7074
7108
  directives: {
7075
- 'ripple': Ripple__default["default"]
7109
+ 'ripple': Ripple__default['default']
7076
7110
  }
7077
7111
  };
7078
7112
 
@@ -7303,7 +7337,7 @@ this.primevue.menu = (function (utils, OverlayEventBus, Ripple, vue) {
7303
7337
  this.resizeListener = null;
7304
7338
  }
7305
7339
  },
7306
- isTargetClicked() {
7340
+ isTargetClicked(event) {
7307
7341
  return this.target && (this.target === event.target || this.target.contains(event.target));
7308
7342
  },
7309
7343
  visible(item) {
@@ -7316,7 +7350,7 @@ this.primevue.menu = (function (utils, OverlayEventBus, Ripple, vue) {
7316
7350
  this.container = el;
7317
7351
  },
7318
7352
  onOverlayClick(event) {
7319
- OverlayEventBus__default["default"].emit('overlay-click', {
7353
+ OverlayEventBus__default['default'].emit('overlay-click', {
7320
7354
  originalEvent: event,
7321
7355
  target: this.target
7322
7356
  });
@@ -7463,7 +7497,7 @@ this.primevue.menu = (function (utils, OverlayEventBus, Ripple, vue) {
7463
7497
 
7464
7498
  return script;
7465
7499
 
7466
- })(primevue.utils, primevue.overlayeventbus, primevue.ripple, Vue);
7500
+ }(primevue.utils, primevue.overlayeventbus, primevue.ripple, Vue));
7467
7501
 
7468
7502
  this.primevue = this.primevue || {};
7469
7503
  this.primevue.tieredmenu = (function (utils, OverlayEventBus, Ripple, vue) {
@@ -7686,7 +7720,7 @@ this.primevue.tieredmenu = (function (utils, OverlayEventBus, Ripple, vue) {
7686
7720
  }
7687
7721
  },
7688
7722
  directives: {
7689
- 'ripple': Ripple__default["default"]
7723
+ 'ripple': Ripple__default['default']
7690
7724
  }
7691
7725
  };
7692
7726
 
@@ -7948,7 +7982,7 @@ this.primevue.tieredmenu = (function (utils, OverlayEventBus, Ripple, vue) {
7948
7982
  this.resizeListener = null;
7949
7983
  }
7950
7984
  },
7951
- isTargetClicked() {
7985
+ isTargetClicked(event) {
7952
7986
  return this.target && (this.target === event.target || this.target.contains(event.target));
7953
7987
  },
7954
7988
  onLeafClick() {
@@ -7960,7 +7994,7 @@ this.primevue.tieredmenu = (function (utils, OverlayEventBus, Ripple, vue) {
7960
7994
  this.container = el;
7961
7995
  },
7962
7996
  onOverlayClick(event) {
7963
- OverlayEventBus__default["default"].emit('overlay-click', {
7997
+ OverlayEventBus__default['default'].emit('overlay-click', {
7964
7998
  originalEvent: event,
7965
7999
  target: this.target
7966
8000
  });
@@ -8052,5 +8086,5 @@ this.primevue.tieredmenu = (function (utils, OverlayEventBus, Ripple, vue) {
8052
8086
 
8053
8087
  return script;
8054
8088
 
8055
- })(primevue.utils, primevue.overlayeventbus, primevue.ripple, Vue);
8089
+ }(primevue.utils, primevue.overlayeventbus, primevue.ripple, Vue));
8056
8090