primevue 3.30.2 → 3.32.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 (603) hide show
  1. package/accordion/Accordion.d.ts +5 -5
  2. package/accordion/Accordion.vue +1 -1
  3. package/accordion/accordion.cjs.js +3 -3
  4. package/accordion/accordion.cjs.min.js +1 -1
  5. package/accordion/accordion.esm.js +3 -3
  6. package/accordion/accordion.esm.min.js +1 -1
  7. package/accordion/accordion.js +3 -3
  8. package/accordion/accordion.min.js +1 -1
  9. package/accordiontab/AccordionTab.d.ts +18 -12
  10. package/autocomplete/AutoComplete.d.ts +34 -23
  11. package/autocomplete/AutoComplete.vue +3 -3
  12. package/autocomplete/BaseAutoComplete.vue +4 -0
  13. package/autocomplete/autocomplete.cjs.js +9 -5
  14. package/autocomplete/autocomplete.cjs.min.js +1 -1
  15. package/autocomplete/autocomplete.esm.js +9 -5
  16. package/autocomplete/autocomplete.esm.min.js +1 -1
  17. package/autocomplete/autocomplete.js +9 -5
  18. package/autocomplete/autocomplete.min.js +1 -1
  19. package/avatar/Avatar.d.ts +7 -7
  20. package/avatar/Avatar.vue +2 -2
  21. package/avatar/avatar.cjs.js +2 -2
  22. package/avatar/avatar.cjs.min.js +1 -1
  23. package/avatar/avatar.esm.js +2 -2
  24. package/avatar/avatar.esm.min.js +1 -1
  25. package/avatar/avatar.js +2 -2
  26. package/avatar/avatar.min.js +1 -1
  27. package/avatargroup/AvatarGroup.d.ts +3 -3
  28. package/badge/Badge.d.ts +3 -3
  29. package/badgedirective/BadgeDirective.d.ts +45 -4
  30. package/badgedirective/badgedirective.cjs.js +11 -1
  31. package/badgedirective/badgedirective.cjs.min.js +1 -1
  32. package/badgedirective/badgedirective.esm.js +11 -1
  33. package/badgedirective/badgedirective.esm.min.js +1 -1
  34. package/badgedirective/badgedirective.js +11 -1
  35. package/badgedirective/badgedirective.min.js +1 -1
  36. package/basecomponent/BaseComponent.vue +51 -25
  37. package/basecomponent/basecomponent.cjs.js +66 -42
  38. package/basecomponent/basecomponent.cjs.min.js +1 -1
  39. package/basecomponent/basecomponent.esm.js +66 -42
  40. package/basecomponent/basecomponent.esm.min.js +1 -1
  41. package/basecomponent/basecomponent.js +66 -42
  42. package/basecomponent/basecomponent.min.js +1 -1
  43. package/basedirective/basedirective.cjs.js +9 -3
  44. package/basedirective/basedirective.cjs.min.js +1 -1
  45. package/basedirective/basedirective.esm.js +9 -3
  46. package/basedirective/basedirective.esm.min.js +1 -1
  47. package/basedirective/basedirective.js +9 -3
  48. package/basedirective/basedirective.min.js +1 -1
  49. package/blockui/BaseBlockUI.vue +0 -8
  50. package/blockui/BlockUI.d.ts +7 -3
  51. package/blockui/BlockUI.vue +35 -10
  52. package/blockui/blockui.cjs.js +34 -12
  53. package/blockui/blockui.cjs.min.js +1 -1
  54. package/blockui/blockui.esm.js +34 -12
  55. package/blockui/blockui.esm.min.js +1 -1
  56. package/blockui/blockui.js +34 -12
  57. package/blockui/blockui.min.js +1 -1
  58. package/breadcrumb/Breadcrumb.d.ts +25 -10
  59. package/breadcrumb/BreadcrumbItem.vue +18 -8
  60. package/breadcrumb/breadcrumb.cjs.js +18 -8
  61. package/breadcrumb/breadcrumb.cjs.min.js +1 -1
  62. package/breadcrumb/breadcrumb.esm.js +18 -8
  63. package/breadcrumb/breadcrumb.esm.min.js +1 -1
  64. package/breadcrumb/breadcrumb.js +18 -8
  65. package/breadcrumb/breadcrumb.min.js +1 -1
  66. package/button/Button.d.ts +8 -7
  67. package/button/Button.vue +4 -0
  68. package/button/button.cjs.js +5 -0
  69. package/button/button.cjs.min.js +1 -1
  70. package/button/button.esm.js +5 -0
  71. package/button/button.esm.min.js +1 -1
  72. package/button/button.js +5 -0
  73. package/button/button.min.js +1 -1
  74. package/calendar/Calendar.d.ts +129 -53
  75. package/calendar/Calendar.vue +49 -7
  76. package/calendar/calendar.cjs.js +72 -35
  77. package/calendar/calendar.cjs.min.js +1 -1
  78. package/calendar/calendar.esm.js +72 -35
  79. package/calendar/calendar.esm.min.js +1 -1
  80. package/calendar/calendar.js +72 -35
  81. package/calendar/calendar.min.js +1 -1
  82. package/card/Card.d.ts +9 -9
  83. package/carousel/Carousel.d.ts +32 -20
  84. package/carousel/Carousel.vue +10 -2
  85. package/carousel/carousel.cjs.js +11 -2
  86. package/carousel/carousel.cjs.min.js +1 -1
  87. package/carousel/carousel.esm.js +11 -2
  88. package/carousel/carousel.esm.min.js +1 -1
  89. package/carousel/carousel.js +11 -2
  90. package/carousel/carousel.min.js +1 -1
  91. package/cascadeselect/CascadeSelect.d.ts +25 -19
  92. package/cascadeselect/CascadeSelect.vue +2 -1
  93. package/cascadeselect/CascadeSelectSub.vue +1 -0
  94. package/cascadeselect/cascadeselect.cjs.js +9 -7
  95. package/cascadeselect/cascadeselect.cjs.min.js +1 -1
  96. package/cascadeselect/cascadeselect.esm.js +9 -7
  97. package/cascadeselect/cascadeselect.esm.min.js +1 -1
  98. package/cascadeselect/cascadeselect.js +9 -7
  99. package/cascadeselect/cascadeselect.min.js +1 -1
  100. package/chart/Chart.d.ts +5 -5
  101. package/checkbox/Checkbox.d.ts +8 -8
  102. package/chip/Chip.d.ts +7 -7
  103. package/chips/Chips.d.ts +10 -10
  104. package/colorpicker/ColorPicker.d.ts +18 -11
  105. package/colorpicker/ColorPicker.vue +1 -1
  106. package/colorpicker/colorpicker.cjs.js +3 -3
  107. package/colorpicker/colorpicker.cjs.min.js +1 -1
  108. package/colorpicker/colorpicker.esm.js +3 -3
  109. package/colorpicker/colorpicker.esm.min.js +1 -1
  110. package/colorpicker/colorpicker.js +3 -3
  111. package/colorpicker/colorpicker.min.js +1 -1
  112. package/column/Column.d.ts +58 -58
  113. package/columngroup/ColumnGroup.d.ts +3 -3
  114. package/config/PrimeVue.d.ts +22 -0
  115. package/config/config.cjs.js +4 -1
  116. package/config/config.cjs.min.js +1 -1
  117. package/config/config.esm.js +4 -1
  118. package/config/config.esm.min.js +1 -1
  119. package/config/config.js +4 -1
  120. package/config/config.min.js +1 -1
  121. package/confirmdialog/ConfirmDialog.d.ts +14 -14
  122. package/confirmpopup/ConfirmPopup.d.ts +16 -10
  123. package/confirmpopup/ConfirmPopup.vue +1 -1
  124. package/confirmpopup/confirmpopup.cjs.js +3 -3
  125. package/confirmpopup/confirmpopup.cjs.min.js +1 -1
  126. package/confirmpopup/confirmpopup.esm.js +4 -4
  127. package/confirmpopup/confirmpopup.esm.min.js +1 -1
  128. package/confirmpopup/confirmpopup.js +3 -3
  129. package/confirmpopup/confirmpopup.min.js +1 -1
  130. package/contextmenu/ContextMenu.d.ts +27 -13
  131. package/contextmenu/ContextMenu.vue +1 -1
  132. package/contextmenu/ContextMenuSub.vue +14 -12
  133. package/contextmenu/contextmenu.cjs.js +19 -17
  134. package/contextmenu/contextmenu.cjs.min.js +1 -1
  135. package/contextmenu/contextmenu.esm.js +20 -18
  136. package/contextmenu/contextmenu.esm.min.js +1 -1
  137. package/contextmenu/contextmenu.js +19 -17
  138. package/contextmenu/contextmenu.min.js +1 -1
  139. package/core/core.js +4538 -507
  140. package/core/core.min.js +19 -15
  141. package/datatable/BaseDataTable.vue +1 -1
  142. package/datatable/BodyCell.vue +1 -0
  143. package/datatable/ColumnFilter.vue +1 -1
  144. package/datatable/DataTable.d.ts +37 -31
  145. package/datatable/DataTable.vue +4 -1
  146. package/datatable/datatable.cjs.js +10 -5
  147. package/datatable/datatable.cjs.min.js +1 -1
  148. package/datatable/datatable.esm.js +10 -5
  149. package/datatable/datatable.esm.min.js +1 -1
  150. package/datatable/datatable.js +10 -5
  151. package/datatable/datatable.min.js +1 -1
  152. package/dataview/DataView.d.ts +10 -10
  153. package/dataviewlayoutoptions/DataViewLayoutOptions.d.ts +7 -7
  154. package/deferredcontent/DeferredContent.d.ts +3 -3
  155. package/dialog/BaseDialog.vue +3 -7
  156. package/dialog/Dialog.d.ts +21 -15
  157. package/dialog/Dialog.vue +2 -1
  158. package/dialog/dialog.cjs.js +9 -6
  159. package/dialog/dialog.cjs.min.js +1 -1
  160. package/dialog/dialog.esm.js +9 -6
  161. package/dialog/dialog.esm.min.js +1 -1
  162. package/dialog/dialog.js +9 -6
  163. package/dialog/dialog.min.js +1 -1
  164. package/divider/BaseDivider.vue +9 -24
  165. package/divider/Divider.d.ts +4 -4
  166. package/divider/Divider.vue +1 -1
  167. package/divider/divider.cjs.js +15 -2
  168. package/divider/divider.cjs.min.js +1 -1
  169. package/divider/divider.esm.js +15 -2
  170. package/divider/divider.esm.min.js +1 -1
  171. package/divider/divider.js +15 -2
  172. package/divider/divider.min.js +1 -1
  173. package/dock/BaseDock.vue +1 -1
  174. package/dock/Dock.d.ts +13 -9
  175. package/dock/Dock.vue +19 -2
  176. package/dock/DockSub.vue +8 -7
  177. package/dock/dock.cjs.js +18 -11
  178. package/dock/dock.cjs.min.js +1 -1
  179. package/dock/dock.esm.js +18 -11
  180. package/dock/dock.esm.min.js +1 -1
  181. package/dock/dock.js +18 -11
  182. package/dock/dock.min.js +1 -1
  183. package/dropdown/BaseDropdown.vue +5 -5
  184. package/dropdown/Dropdown.d.ts +34 -28
  185. package/dropdown/Dropdown.vue +2 -2
  186. package/dropdown/dropdown.cjs.js +9 -9
  187. package/dropdown/dropdown.cjs.min.js +1 -1
  188. package/dropdown/dropdown.esm.js +9 -9
  189. package/dropdown/dropdown.esm.min.js +1 -1
  190. package/dropdown/dropdown.js +9 -9
  191. package/dropdown/dropdown.min.js +1 -1
  192. package/editor/BaseEditor.vue +0 -14
  193. package/editor/Editor.d.ts +19 -19
  194. package/editor/Editor.vue +20 -20
  195. package/editor/editor.cjs.js +20 -34
  196. package/editor/editor.cjs.min.js +1 -1
  197. package/editor/editor.esm.js +20 -34
  198. package/editor/editor.esm.min.js +1 -1
  199. package/editor/editor.js +20 -34
  200. package/editor/editor.min.js +1 -1
  201. package/fieldset/Fieldset.d.ts +17 -11
  202. package/fieldset/Fieldset.vue +1 -1
  203. package/fieldset/fieldset.cjs.js +3 -3
  204. package/fieldset/fieldset.cjs.min.js +1 -1
  205. package/fieldset/fieldset.esm.js +3 -3
  206. package/fieldset/fieldset.esm.min.js +1 -1
  207. package/fieldset/fieldset.js +3 -3
  208. package/fieldset/fieldset.min.js +1 -1
  209. package/fileupload/FileUpload.d.ts +24 -24
  210. package/fileupload/FileUpload.vue +4 -4
  211. package/fileupload/fileupload.cjs.js +10 -4
  212. package/fileupload/fileupload.cjs.min.js +1 -1
  213. package/fileupload/fileupload.esm.js +10 -4
  214. package/fileupload/fileupload.esm.min.js +1 -1
  215. package/fileupload/fileupload.js +10 -4
  216. package/fileupload/fileupload.min.js +1 -1
  217. package/focustrap/FocusTrap.d.ts +5 -5
  218. package/galleria/Galleria.d.ts +53 -34
  219. package/galleria/Galleria.vue +1 -1
  220. package/galleria/GalleriaItem.vue +9 -2
  221. package/galleria/GalleriaThumbnails.vue +1 -0
  222. package/galleria/galleria.cjs.js +14 -5
  223. package/galleria/galleria.cjs.min.js +1 -1
  224. package/galleria/galleria.esm.js +14 -5
  225. package/galleria/galleria.esm.min.js +1 -1
  226. package/galleria/galleria.js +14 -5
  227. package/galleria/galleria.min.js +1 -1
  228. package/image/Image.d.ts +28 -21
  229. package/image/Image.vue +4 -4
  230. package/image/image.cjs.js +6 -5
  231. package/image/image.cjs.min.js +1 -1
  232. package/image/image.esm.js +6 -5
  233. package/image/image.esm.min.js +1 -1
  234. package/image/image.js +6 -5
  235. package/image/image.min.js +1 -1
  236. package/inlinemessage/InlineMessage.d.ts +5 -5
  237. package/inplace/Inplace.d.ts +8 -8
  238. package/inputmask/InputMask.d.ts +32 -4
  239. package/inputmask/InputMask.vue +9 -1
  240. package/inputmask/inputmask.cjs.js +9 -1
  241. package/inputmask/inputmask.cjs.min.js +1 -1
  242. package/inputmask/inputmask.esm.js +9 -1
  243. package/inputmask/inputmask.esm.min.js +1 -1
  244. package/inputmask/inputmask.js +9 -1
  245. package/inputmask/inputmask.min.js +1 -1
  246. package/inputnumber/InputNumber.d.ts +10 -10
  247. package/inputswitch/InputSwitch.d.ts +9 -9
  248. package/inputtext/InputText.d.ts +3 -3
  249. package/knob/Knob.d.ts +7 -7
  250. package/listbox/Listbox.d.ts +18 -18
  251. package/megamenu/MegaMenu.d.ts +26 -18
  252. package/megamenu/MegaMenuSub.vue +14 -11
  253. package/megamenu/megamenu.cjs.js +15 -12
  254. package/megamenu/megamenu.cjs.min.js +1 -1
  255. package/megamenu/megamenu.esm.js +15 -12
  256. package/megamenu/megamenu.esm.min.js +1 -1
  257. package/megamenu/megamenu.js +15 -12
  258. package/megamenu/megamenu.min.js +1 -1
  259. package/menu/Menu.d.ts +28 -14
  260. package/menu/Menu.vue +2 -2
  261. package/menu/Menuitem.vue +4 -1
  262. package/menu/menu.cjs.js +9 -5
  263. package/menu/menu.cjs.min.js +1 -1
  264. package/menu/menu.esm.js +9 -5
  265. package/menu/menu.esm.min.js +1 -1
  266. package/menu/menu.js +9 -5
  267. package/menu/menu.min.js +1 -1
  268. package/menubar/Menubar.d.ts +29 -17
  269. package/menubar/MenubarSub.vue +15 -11
  270. package/menubar/menubar.cjs.js +16 -12
  271. package/menubar/menubar.cjs.min.js +1 -1
  272. package/menubar/menubar.esm.js +16 -12
  273. package/menubar/menubar.esm.min.js +1 -1
  274. package/menubar/menubar.js +16 -12
  275. package/menubar/menubar.min.js +1 -1
  276. package/message/Message.d.ts +18 -12
  277. package/message/Message.vue +1 -1
  278. package/message/message.cjs.js +3 -3
  279. package/message/message.cjs.min.js +1 -1
  280. package/message/message.esm.js +4 -4
  281. package/message/message.esm.min.js +1 -1
  282. package/message/message.js +3 -3
  283. package/message/message.min.js +1 -1
  284. package/multiselect/MultiSelect.d.ts +47 -41
  285. package/multiselect/MultiSelect.vue +1 -1
  286. package/multiselect/multiselect.cjs.js +3 -3
  287. package/multiselect/multiselect.cjs.min.js +1 -1
  288. package/multiselect/multiselect.esm.js +3 -3
  289. package/multiselect/multiselect.esm.min.js +1 -1
  290. package/multiselect/multiselect.js +3 -3
  291. package/multiselect/multiselect.min.js +1 -1
  292. package/orderlist/OrderList.d.ts +24 -18
  293. package/orderlist/OrderList.vue +2 -1
  294. package/orderlist/orderlist.cjs.js +3 -1
  295. package/orderlist/orderlist.cjs.min.js +1 -1
  296. package/orderlist/orderlist.esm.js +3 -1
  297. package/orderlist/orderlist.esm.min.js +1 -1
  298. package/orderlist/orderlist.js +3 -1
  299. package/orderlist/orderlist.min.js +1 -1
  300. package/organizationchart/OrganizationChart.d.ts +15 -15
  301. package/overlaypanel/OverlayPanel.d.ts +13 -7
  302. package/overlaypanel/OverlayPanel.vue +2 -1
  303. package/overlaypanel/overlaypanel.cjs.js +5 -3
  304. package/overlaypanel/overlaypanel.cjs.min.js +1 -1
  305. package/overlaypanel/overlaypanel.esm.js +6 -4
  306. package/overlaypanel/overlaypanel.esm.min.js +1 -1
  307. package/overlaypanel/overlaypanel.js +5 -3
  308. package/overlaypanel/overlaypanel.min.js +1 -1
  309. package/package.json +15 -15
  310. package/paginator/Paginator.d.ts +20 -20
  311. package/paginator/Paginator.vue +2 -1
  312. package/paginator/paginator.cjs.js +2 -0
  313. package/paginator/paginator.cjs.min.js +1 -1
  314. package/paginator/paginator.esm.js +3 -1
  315. package/paginator/paginator.esm.min.js +1 -1
  316. package/paginator/paginator.js +2 -0
  317. package/paginator/paginator.min.js +1 -1
  318. package/panel/Panel.d.ts +19 -13
  319. package/panel/Panel.vue +1 -1
  320. package/panel/panel.cjs.js +3 -3
  321. package/panel/panel.cjs.min.js +1 -1
  322. package/panel/panel.esm.js +3 -3
  323. package/panel/panel.esm.min.js +1 -1
  324. package/panel/panel.js +3 -3
  325. package/panel/panel.min.js +1 -1
  326. package/panelmenu/PanelMenu.d.ts +35 -21
  327. package/panelmenu/PanelMenu.vue +13 -12
  328. package/panelmenu/PanelMenuSub.vue +14 -12
  329. package/panelmenu/panelmenu.cjs.js +31 -28
  330. package/panelmenu/panelmenu.cjs.min.js +1 -1
  331. package/panelmenu/panelmenu.esm.js +31 -28
  332. package/panelmenu/panelmenu.esm.min.js +1 -1
  333. package/panelmenu/panelmenu.js +31 -28
  334. package/panelmenu/panelmenu.min.js +1 -1
  335. package/passthrough/index.cjs.js +74 -0
  336. package/passthrough/index.cjs.min.js +1 -0
  337. package/passthrough/index.d.ts +15 -0
  338. package/passthrough/index.esm.js +70 -0
  339. package/passthrough/index.esm.min.js +1 -0
  340. package/passthrough/index.js +77 -0
  341. package/passthrough/index.min.js +1 -0
  342. package/passthrough/package.json +6 -0
  343. package/passthrough/tailwind/index.cjs.js +3828 -0
  344. package/passthrough/tailwind/index.cjs.min.js +1 -0
  345. package/passthrough/tailwind/index.d.ts +5 -0
  346. package/passthrough/tailwind/index.esm.js +3823 -0
  347. package/passthrough/tailwind/index.esm.min.js +1 -0
  348. package/passthrough/tailwind/index.js +3835 -0
  349. package/passthrough/tailwind/index.min.js +1 -0
  350. package/passthrough/tailwind/package.json +6 -0
  351. package/password/Password.d.ts +25 -14
  352. package/password/Password.vue +2 -1
  353. package/password/password.cjs.js +4 -3
  354. package/password/password.cjs.min.js +1 -1
  355. package/password/password.esm.js +4 -3
  356. package/password/password.esm.min.js +1 -1
  357. package/password/password.js +4 -3
  358. package/password/password.min.js +1 -1
  359. package/picklist/PickList.d.ts +42 -36
  360. package/picklist/PickList.vue +3 -2
  361. package/picklist/picklist.cjs.js +4 -2
  362. package/picklist/picklist.cjs.min.js +1 -1
  363. package/picklist/picklist.esm.js +4 -2
  364. package/picklist/picklist.esm.min.js +1 -1
  365. package/picklist/picklist.js +4 -2
  366. package/picklist/picklist.min.js +1 -1
  367. package/progressbar/ProgressBar.d.ts +5 -5
  368. package/progressspinner/ProgressSpinner.d.ts +5 -5
  369. package/radiobutton/RadioButton.d.ts +10 -10
  370. package/rating/Rating.d.ts +12 -12
  371. package/rating/Rating.vue +3 -3
  372. package/rating/rating.cjs.js +3 -3
  373. package/rating/rating.cjs.min.js +1 -1
  374. package/rating/rating.esm.js +3 -3
  375. package/rating/rating.esm.min.js +1 -1
  376. package/rating/rating.js +3 -3
  377. package/rating/rating.min.js +1 -1
  378. package/resources/themes/arya-blue/theme.css +7 -0
  379. package/resources/themes/arya-green/theme.css +7 -0
  380. package/resources/themes/arya-orange/theme.css +7 -0
  381. package/resources/themes/arya-purple/theme.css +7 -0
  382. package/resources/themes/bootstrap4-dark-blue/theme.css +7 -0
  383. package/resources/themes/bootstrap4-dark-purple/theme.css +7 -0
  384. package/resources/themes/bootstrap4-light-blue/theme.css +7 -0
  385. package/resources/themes/bootstrap4-light-purple/theme.css +7 -0
  386. package/resources/themes/fluent-light/theme.css +7 -0
  387. package/resources/themes/lara-dark-blue/theme.css +7 -0
  388. package/resources/themes/lara-dark-indigo/theme.css +7 -0
  389. package/resources/themes/lara-dark-purple/theme.css +7 -0
  390. package/resources/themes/lara-dark-teal/theme.css +7 -0
  391. package/resources/themes/lara-light-blue/theme.css +7 -0
  392. package/resources/themes/lara-light-indigo/theme.css +7 -0
  393. package/resources/themes/lara-light-purple/theme.css +7 -0
  394. package/resources/themes/lara-light-teal/theme.css +7 -0
  395. package/resources/themes/luna-amber/theme.css +7 -0
  396. package/resources/themes/luna-blue/theme.css +7 -0
  397. package/resources/themes/luna-green/theme.css +7 -0
  398. package/resources/themes/luna-pink/theme.css +7 -0
  399. package/resources/themes/md-dark-deeppurple/theme.css +7 -0
  400. package/resources/themes/md-dark-indigo/theme.css +7 -0
  401. package/resources/themes/md-light-deeppurple/theme.css +7 -0
  402. package/resources/themes/md-light-indigo/theme.css +7 -0
  403. package/resources/themes/mdc-dark-deeppurple/theme.css +7 -0
  404. package/resources/themes/mdc-dark-indigo/theme.css +7 -0
  405. package/resources/themes/mdc-light-deeppurple/theme.css +7 -0
  406. package/resources/themes/mdc-light-indigo/theme.css +7 -0
  407. package/resources/themes/mira/theme.css +7 -0
  408. package/resources/themes/nano/theme.css +7 -0
  409. package/resources/themes/nova/theme.css +7 -0
  410. package/resources/themes/nova-accent/theme.css +7 -0
  411. package/resources/themes/nova-alt/theme.css +7 -0
  412. package/resources/themes/nova-vue/theme.css +7 -0
  413. package/resources/themes/rhea/theme.css +7 -0
  414. package/resources/themes/saga-blue/theme.css +7 -0
  415. package/resources/themes/saga-green/theme.css +7 -0
  416. package/resources/themes/saga-orange/theme.css +7 -0
  417. package/resources/themes/saga-purple/theme.css +7 -0
  418. package/resources/themes/soho-dark/theme.css +7 -0
  419. package/resources/themes/soho-light/theme.css +7 -0
  420. package/resources/themes/tailwind-light/theme.css +7 -0
  421. package/resources/themes/vela-blue/theme.css +7 -0
  422. package/resources/themes/vela-green/theme.css +7 -0
  423. package/resources/themes/vela-orange/theme.css +7 -0
  424. package/resources/themes/vela-purple/theme.css +7 -0
  425. package/resources/themes/viva-dark/theme.css +7 -0
  426. package/resources/themes/viva-light/theme.css +7 -0
  427. package/ripple/Ripple.d.ts +3 -3
  428. package/row/Row.d.ts +2 -2
  429. package/scrollpanel/ScrollPanel.d.ts +7 -7
  430. package/scrolltop/ScrollTop.d.ts +11 -5
  431. package/scrolltop/ScrollTop.vue +1 -1
  432. package/scrolltop/scrolltop.cjs.js +3 -3
  433. package/scrolltop/scrolltop.cjs.min.js +1 -1
  434. package/scrolltop/scrolltop.esm.js +4 -4
  435. package/scrolltop/scrolltop.esm.min.js +1 -1
  436. package/scrolltop/scrolltop.js +3 -3
  437. package/scrolltop/scrolltop.min.js +1 -1
  438. package/selectbutton/SelectButton.d.ts +5 -5
  439. package/sidebar/Sidebar.d.ts +16 -10
  440. package/sidebar/Sidebar.vue +1 -1
  441. package/sidebar/sidebar.cjs.js +3 -3
  442. package/sidebar/sidebar.cjs.min.js +1 -1
  443. package/sidebar/sidebar.esm.js +3 -3
  444. package/sidebar/sidebar.esm.min.js +1 -1
  445. package/sidebar/sidebar.js +3 -3
  446. package/sidebar/sidebar.min.js +1 -1
  447. package/skeleton/Skeleton.d.ts +3 -3
  448. package/slider/Slider.d.ts +7 -7
  449. package/speeddial/BaseSpeedDial.vue +12 -36
  450. package/speeddial/SpeedDial.d.ts +14 -9
  451. package/speeddial/SpeedDial.vue +5 -4
  452. package/speeddial/speeddial.cjs.js +44 -23
  453. package/speeddial/speeddial.cjs.min.js +1 -1
  454. package/speeddial/speeddial.esm.js +44 -23
  455. package/speeddial/speeddial.esm.min.js +1 -1
  456. package/speeddial/speeddial.js +44 -23
  457. package/speeddial/speeddial.min.js +1 -1
  458. package/splitbutton/SplitButton.d.ts +8 -8
  459. package/splitbutton/SplitButton.vue +22 -3
  460. package/splitbutton/splitbutton.cjs.js +17 -5
  461. package/splitbutton/splitbutton.cjs.min.js +1 -1
  462. package/splitbutton/splitbutton.esm.js +17 -5
  463. package/splitbutton/splitbutton.esm.min.js +1 -1
  464. package/splitbutton/splitbutton.js +17 -5
  465. package/splitbutton/splitbutton.min.js +1 -1
  466. package/splitter/Splitter.d.ts +16 -5
  467. package/splitter/Splitter.vue +8 -1
  468. package/splitter/splitter.cjs.js +9 -1
  469. package/splitter/splitter.cjs.min.js +1 -1
  470. package/splitter/splitter.esm.js +9 -1
  471. package/splitter/splitter.esm.min.js +1 -1
  472. package/splitter/splitter.js +9 -1
  473. package/splitter/splitter.min.js +1 -1
  474. package/splitterpanel/SplitterPanel.d.ts +14 -3
  475. package/splitterpanel/SplitterPanel.vue +8 -1
  476. package/splitterpanel/splitterpanel.cjs.js +8 -1
  477. package/splitterpanel/splitterpanel.cjs.min.js +1 -1
  478. package/splitterpanel/splitterpanel.esm.js +8 -1
  479. package/splitterpanel/splitterpanel.esm.min.js +1 -1
  480. package/splitterpanel/splitterpanel.js +8 -1
  481. package/splitterpanel/splitterpanel.min.js +1 -1
  482. package/steps/BaseSteps.vue +1 -1
  483. package/steps/Steps.d.ts +33 -8
  484. package/steps/Steps.vue +17 -7
  485. package/steps/steps.cjs.js +19 -9
  486. package/steps/steps.cjs.min.js +1 -1
  487. package/steps/steps.esm.js +19 -9
  488. package/steps/steps.esm.min.js +1 -1
  489. package/steps/steps.js +19 -9
  490. package/steps/steps.min.js +1 -1
  491. package/styleclass/StyleClass.d.ts +2 -2
  492. package/tabmenu/TabMenu.d.ts +15 -11
  493. package/tabmenu/TabMenu.vue +11 -10
  494. package/tabmenu/tabmenu.cjs.js +11 -10
  495. package/tabmenu/tabmenu.cjs.min.js +1 -1
  496. package/tabmenu/tabmenu.esm.js +11 -10
  497. package/tabmenu/tabmenu.esm.min.js +1 -1
  498. package/tabmenu/tabmenu.js +11 -10
  499. package/tabmenu/tabmenu.min.js +1 -1
  500. package/tabpanel/TabPanel.d.ts +10 -10
  501. package/tabview/TabView.d.ts +16 -16
  502. package/tabview/TabView.vue +1 -0
  503. package/tabview/tabview.cjs.js +2 -1
  504. package/tabview/tabview.cjs.min.js +1 -1
  505. package/tabview/tabview.esm.js +2 -1
  506. package/tabview/tabview.esm.min.js +1 -1
  507. package/tabview/tabview.js +2 -1
  508. package/tabview/tabview.min.js +1 -1
  509. package/tag/Tag.d.ts +5 -5
  510. package/terminal/Terminal.d.ts +11 -11
  511. package/textarea/Textarea.d.ts +3 -3
  512. package/tieredmenu/TieredMenu.d.ts +27 -13
  513. package/tieredmenu/TieredMenu.vue +1 -1
  514. package/tieredmenu/TieredMenuSub.vue +13 -11
  515. package/tieredmenu/tieredmenu.cjs.js +16 -14
  516. package/tieredmenu/tieredmenu.cjs.min.js +1 -1
  517. package/tieredmenu/tieredmenu.esm.js +16 -14
  518. package/tieredmenu/tieredmenu.esm.min.js +1 -1
  519. package/tieredmenu/tieredmenu.js +16 -14
  520. package/tieredmenu/tieredmenu.min.js +1 -1
  521. package/timeline/Timeline.d.ts +9 -9
  522. package/toast/BaseToast.vue +4 -0
  523. package/toast/Toast.d.ts +23 -17
  524. package/toast/Toast.vue +3 -2
  525. package/toast/toast.cjs.js +4 -2
  526. package/toast/toast.cjs.min.js +1 -1
  527. package/toast/toast.esm.js +5 -3
  528. package/toast/toast.esm.min.js +1 -1
  529. package/toast/toast.js +4 -2
  530. package/toast/toast.min.js +1 -1
  531. package/togglebutton/ToggleButton.d.ts +31 -9
  532. package/togglebutton/ToggleButton.vue +12 -3
  533. package/togglebutton/togglebutton.cjs.js +12 -3
  534. package/togglebutton/togglebutton.cjs.min.js +1 -1
  535. package/togglebutton/togglebutton.esm.js +12 -3
  536. package/togglebutton/togglebutton.esm.min.js +1 -1
  537. package/togglebutton/togglebutton.js +12 -3
  538. package/togglebutton/togglebutton.min.js +1 -1
  539. package/toolbar/Toolbar.d.ts +6 -6
  540. package/toolbar/Toolbar.vue +3 -3
  541. package/toolbar/toolbar.cjs.js +3 -6
  542. package/toolbar/toolbar.cjs.min.js +1 -1
  543. package/toolbar/toolbar.esm.js +3 -6
  544. package/toolbar/toolbar.esm.min.js +1 -1
  545. package/toolbar/toolbar.js +3 -6
  546. package/toolbar/toolbar.min.js +1 -1
  547. package/tooltip/Tooltip.d.ts +35 -6
  548. package/tooltip/tooltip.cjs.js +17 -4
  549. package/tooltip/tooltip.cjs.min.js +1 -1
  550. package/tooltip/tooltip.esm.js +17 -4
  551. package/tooltip/tooltip.esm.min.js +1 -1
  552. package/tooltip/tooltip.js +413 -400
  553. package/tooltip/tooltip.min.js +1 -1
  554. package/tree/Tree.d.ts +20 -20
  555. package/tree/Tree.vue +1 -0
  556. package/tree/tree.cjs.js +3 -2
  557. package/tree/tree.cjs.min.js +1 -1
  558. package/tree/tree.esm.js +3 -2
  559. package/tree/tree.esm.min.js +1 -1
  560. package/tree/tree.js +3 -2
  561. package/tree/tree.min.js +1 -1
  562. package/treeselect/TreeSelect.d.ts +23 -17
  563. package/treeselect/TreeSelect.vue +2 -2
  564. package/treeselect/treeselect.cjs.js +4 -4
  565. package/treeselect/treeselect.cjs.min.js +1 -1
  566. package/treeselect/treeselect.esm.js +4 -4
  567. package/treeselect/treeselect.esm.min.js +1 -1
  568. package/treeselect/treeselect.js +4 -4
  569. package/treeselect/treeselect.min.js +1 -1
  570. package/treetable/TreeTable.d.ts +21 -21
  571. package/treetable/TreeTable.vue +2 -1
  572. package/treetable/treetable.cjs.js +1 -1
  573. package/treetable/treetable.cjs.min.js +1 -1
  574. package/treetable/treetable.esm.js +1 -1
  575. package/treetable/treetable.esm.min.js +1 -1
  576. package/treetable/treetable.js +1 -1
  577. package/treetable/treetable.min.js +1 -1
  578. package/tristatecheckbox/TriStateCheckbox.d.ts +11 -11
  579. package/usestyle/UseStyle.d.ts +2 -1
  580. package/usestyle/usestyle.cjs.js +20 -7
  581. package/usestyle/usestyle.cjs.min.js +1 -1
  582. package/usestyle/usestyle.esm.js +20 -7
  583. package/usestyle/usestyle.esm.min.js +1 -1
  584. package/usestyle/usestyle.js +20 -7
  585. package/usestyle/usestyle.min.js +1 -1
  586. package/utils/Utils.d.ts +4 -0
  587. package/utils/utils.cjs.js +48 -8
  588. package/utils/utils.cjs.min.js +1 -1
  589. package/utils/utils.esm.js +48 -8
  590. package/utils/utils.esm.min.js +1 -1
  591. package/utils/utils.js +48 -8
  592. package/utils/utils.min.js +1 -1
  593. package/vetur-attributes.json +129 -125
  594. package/vetur-tags.json +1 -0
  595. package/virtualscroller/BaseVirtualScroller.vue +1 -1
  596. package/virtualscroller/VirtualScroller.d.ts +7 -7
  597. package/virtualscroller/virtualscroller.cjs.js +2 -1
  598. package/virtualscroller/virtualscroller.cjs.min.js +1 -1
  599. package/virtualscroller/virtualscroller.esm.js +2 -1
  600. package/virtualscroller/virtualscroller.esm.min.js +1 -1
  601. package/virtualscroller/virtualscroller.js +2 -1
  602. package/virtualscroller/virtualscroller.min.js +1 -1
  603. package/web-types.json +160 -127
package/web-types.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "$schema": "https://raw.githubusercontent.com/JetBrains/web-types/master/schema/web-types.json",
3
3
  "framework": "vue",
4
4
  "name": "PrimeVue",
5
- "version": "3.30.2",
5
+ "version": "3.32.0",
6
6
  "contributions": {
7
7
  "html": {
8
8
  "types-syntax": "typescript",
@@ -91,7 +91,7 @@
91
91
  "name": "pt",
92
92
  "default": "null",
93
93
  "doc-url": "https://primevue.org/accordion",
94
- "description": "Uses to pass attributes to DOM elements inside the component.",
94
+ "description": "Used to pass attributes to DOM elements inside the component.",
95
95
  "value": {
96
96
  "kind": "expression",
97
97
  "type": "any"
@@ -211,7 +211,7 @@
211
211
  "name": "headerProps",
212
212
  "default": "null",
213
213
  "doc-url": "https://primevue.org/accordiontab",
214
- "description": "Uses to pass all properties of the HTMLDivElement to the tab header.",
214
+ "description": "Used to pass all properties of the HTMLDivElement to the tab header.",
215
215
  "value": {
216
216
  "kind": "expression",
217
217
  "type": "any"
@@ -221,7 +221,7 @@
221
221
  "name": "headerActionProps",
222
222
  "default": "null",
223
223
  "doc-url": "https://primevue.org/accordiontab",
224
- "description": "Uses to pass all properties of the HTMLAnchorElement to the focusable anchor element inside the tab header.",
224
+ "description": "Used to pass all properties of the HTMLAnchorElement to the focusable anchor element inside the tab header.",
225
225
  "value": {
226
226
  "kind": "expression",
227
227
  "type": "any"
@@ -251,7 +251,7 @@
251
251
  "name": "contentProps",
252
252
  "default": "null",
253
253
  "doc-url": "https://primevue.org/accordiontab",
254
- "description": "Uses to pass all properties of the HTMLDivElement to the tab content.",
254
+ "description": "Used to pass all properties of the HTMLDivElement to the tab content.",
255
255
  "value": {
256
256
  "kind": "expression",
257
257
  "type": "any"
@@ -271,7 +271,7 @@
271
271
  "name": "pt",
272
272
  "default": "null",
273
273
  "doc-url": "https://primevue.org/accordiontab",
274
- "description": "Uses to pass attributes to DOM elements inside the component.",
274
+ "description": "Used to pass attributes to DOM elements inside the component.",
275
275
  "value": {
276
276
  "kind": "expression",
277
277
  "type": "any"
@@ -430,6 +430,16 @@
430
430
  "type": "string"
431
431
  }
432
432
  },
433
+ {
434
+ "name": "loading",
435
+ "default": "false",
436
+ "doc-url": "https://primevue.org/autocomplete",
437
+ "description": "Whether the multiselect is in loading state.",
438
+ "value": {
439
+ "kind": "expression",
440
+ "type": "boolean"
441
+ }
442
+ },
433
443
  {
434
444
  "name": "disabled",
435
445
  "default": "false",
@@ -534,7 +544,7 @@
534
544
  "name": "inputProps",
535
545
  "default": "null",
536
546
  "doc-url": "https://primevue.org/autocomplete",
537
- "description": "Uses to pass all properties of the HTMLInputElement/HTMLSpanElement to the focusable input element inside the component.",
547
+ "description": "Used to pass all properties of the HTMLInputElement/HTMLSpanElement to the focusable input element inside the component.",
538
548
  "value": {
539
549
  "kind": "expression",
540
550
  "type": "object"
@@ -564,7 +574,7 @@
564
574
  "name": "panelProps",
565
575
  "default": "null",
566
576
  "doc-url": "https://primevue.org/autocomplete",
567
- "description": "Uses to pass all properties of the HTMLDivElement to the overlay panel inside the component.",
577
+ "description": "Used to pass all properties of the HTMLDivElement to the overlay panel inside the component.",
568
578
  "value": {
569
579
  "kind": "expression",
570
580
  "type": "object"
@@ -724,7 +734,7 @@
724
734
  "name": "pt",
725
735
  "default": "null",
726
736
  "doc-url": "https://primevue.org/autocomplete",
727
- "description": "Uses to pass attributes to DOM elements inside the component.",
737
+ "description": "Used to pass attributes to DOM elements inside the component.",
728
738
  "value": {
729
739
  "kind": "expression",
730
740
  "type": "any"
@@ -1015,7 +1025,7 @@
1015
1025
  "name": "pt",
1016
1026
  "default": "null",
1017
1027
  "doc-url": "https://primevue.org/avatar",
1018
- "description": "Uses to pass attributes to DOM elements inside the component.",
1028
+ "description": "Used to pass attributes to DOM elements inside the component.",
1019
1029
  "value": {
1020
1030
  "kind": "expression",
1021
1031
  "type": "any"
@@ -1036,7 +1046,15 @@
1036
1046
  {
1037
1047
  "name": "error",
1038
1048
  "doc-url": "https://primevue.org/avatar",
1039
- "description": "Triggered when an error occurs while loading an image file."
1049
+ "description": "Triggered when an error occurs while loading an image file.",
1050
+ "arguments": [
1051
+ {
1052
+ "name": "event",
1053
+ "doc-url": "https://primevue.org/avatar",
1054
+ "type": "object",
1055
+ "description": "Browser event"
1056
+ }
1057
+ ]
1040
1058
  }
1041
1059
  ],
1042
1060
  "slots": [
@@ -1110,7 +1128,7 @@
1110
1128
  "name": "pt",
1111
1129
  "default": "null",
1112
1130
  "doc-url": "https://primevue.org/avatar",
1113
- "description": "Uses to pass attributes to DOM elements inside the component.",
1131
+ "description": "Used to pass attributes to DOM elements inside the component.",
1114
1132
  "value": {
1115
1133
  "kind": "expression",
1116
1134
  "type": "any"
@@ -1171,7 +1189,7 @@
1171
1189
  "name": "pt",
1172
1190
  "default": "null",
1173
1191
  "doc-url": "https://primevue.org/badge",
1174
- "description": "Uses to pass attributes to DOM elements inside the component.",
1192
+ "description": "Used to pass attributes to DOM elements inside the component.",
1175
1193
  "value": {
1176
1194
  "kind": "expression",
1177
1195
  "type": "any"
@@ -1251,7 +1269,7 @@
1251
1269
  "name": "pt",
1252
1270
  "default": "null",
1253
1271
  "doc-url": "https://primevue.org/blockui",
1254
- "description": "Uses to pass attributes to DOM elements inside the component.",
1272
+ "description": "Used to pass attributes to DOM elements inside the component.",
1255
1273
  "value": {
1256
1274
  "kind": "expression",
1257
1275
  "type": "any"
@@ -1324,7 +1342,7 @@
1324
1342
  "name": "pt",
1325
1343
  "default": "null",
1326
1344
  "doc-url": "https://primevue.org/breadcrumb",
1327
- "description": "Uses to pass attributes to DOM elements inside the component.",
1345
+ "description": "Used to pass attributes to DOM elements inside the component.",
1328
1346
  "value": {
1329
1347
  "kind": "expression",
1330
1348
  "type": "any"
@@ -1532,7 +1550,7 @@
1532
1550
  "name": "pt",
1533
1551
  "default": "null",
1534
1552
  "doc-url": "https://primevue.org/button",
1535
- "description": "Uses to pass attributes to DOM elements inside the component.",
1553
+ "description": "Used to pass attributes to DOM elements inside the component.",
1536
1554
  "value": {
1537
1555
  "kind": "expression",
1538
1556
  "type": "any"
@@ -2066,7 +2084,7 @@
2066
2084
  "name": "inputProps",
2067
2085
  "default": "null",
2068
2086
  "doc-url": "https://primevue.org/calendar",
2069
- "description": "Uses to pass all properties of the HTMLInputElement to the focusable input element inside the component.",
2087
+ "description": "Used to pass all properties of the HTMLInputElement to the focusable input element inside the component.",
2070
2088
  "value": {
2071
2089
  "kind": "expression",
2072
2090
  "type": "object"
@@ -2096,7 +2114,7 @@
2096
2114
  "name": "panelProps",
2097
2115
  "default": "null",
2098
2116
  "doc-url": "https://primevue.org/calendar",
2099
- "description": "Uses to pass all properties of the HTMLDivElement to the overlay panel inside the component.",
2117
+ "description": "Used to pass all properties of the HTMLDivElement to the overlay panel inside the component.",
2100
2118
  "value": {
2101
2119
  "kind": "expression",
2102
2120
  "type": "object"
@@ -2106,7 +2124,7 @@
2106
2124
  "name": "pt",
2107
2125
  "default": "null",
2108
2126
  "doc-url": "https://primevue.org/calendar",
2109
- "description": "Uses to pass attributes to DOM elements inside the component.",
2127
+ "description": "Used to pass attributes to DOM elements inside the component.",
2110
2128
  "value": {
2111
2129
  "kind": "expression",
2112
2130
  "type": "any"
@@ -2331,7 +2349,7 @@
2331
2349
  "name": "pt",
2332
2350
  "default": "null",
2333
2351
  "doc-url": "https://primevue.org/card",
2334
- "description": "Uses to pass attributes to DOM elements inside the component.",
2352
+ "description": "Used to pass attributes to DOM elements inside the component.",
2335
2353
  "value": {
2336
2354
  "kind": "expression",
2337
2355
  "type": "any"
@@ -2529,7 +2547,7 @@
2529
2547
  "name": "pt",
2530
2548
  "default": "null",
2531
2549
  "doc-url": "https://primevue.org/carousel",
2532
- "description": "Uses to pass attributes to DOM elements inside the component.",
2550
+ "description": "Used to pass attributes to DOM elements inside the component.",
2533
2551
  "value": {
2534
2552
  "kind": "expression",
2535
2553
  "type": "any"
@@ -2712,7 +2730,7 @@
2712
2730
  "name": "inputProps",
2713
2731
  "default": "null",
2714
2732
  "doc-url": "https://primevue.org/cascadeselect",
2715
- "description": "Uses to pass all properties of the HTMLInputElement/HTMLSpanElement to the focusable input element inside the component.",
2733
+ "description": "Used to pass all properties of the HTMLInputElement/HTMLSpanElement to the focusable input element inside the component.",
2716
2734
  "value": {
2717
2735
  "kind": "expression",
2718
2736
  "type": "object"
@@ -2742,7 +2760,7 @@
2742
2760
  "name": "panelProps",
2743
2761
  "default": "null",
2744
2762
  "doc-url": "https://primevue.org/cascadeselect",
2745
- "description": "Uses to pass all properties of the HTMLDivElement to the overlay panel inside the component.",
2763
+ "description": "Used to pass all properties of the HTMLDivElement to the overlay panel inside the component.",
2746
2764
  "value": {
2747
2765
  "kind": "expression",
2748
2766
  "type": "object"
@@ -2902,7 +2920,7 @@
2902
2920
  "name": "pt",
2903
2921
  "default": "null",
2904
2922
  "doc-url": "https://primevue.org/cascadeselect",
2905
- "description": "Uses to pass attributes to DOM elements inside the component.",
2923
+ "description": "Used to pass attributes to DOM elements inside the component.",
2906
2924
  "value": {
2907
2925
  "kind": "expression",
2908
2926
  "type": "any"
@@ -3124,7 +3142,7 @@
3124
3142
  "name": "pt",
3125
3143
  "default": "null",
3126
3144
  "doc-url": "https://primevue.org/chart",
3127
- "description": "Uses to pass attributes to DOM elements inside the component.",
3145
+ "description": "Used to pass attributes to DOM elements inside the component.",
3128
3146
  "value": {
3129
3147
  "kind": "expression",
3130
3148
  "type": "any"
@@ -3327,7 +3345,7 @@
3327
3345
  "name": "inputProps",
3328
3346
  "default": "null",
3329
3347
  "doc-url": "https://primevue.org/checkbox",
3330
- "description": "Uses to pass all properties of the HTMLInputElement to the focusable input element inside the component.",
3348
+ "description": "Used to pass all properties of the HTMLInputElement to the focusable input element inside the component.",
3331
3349
  "value": {
3332
3350
  "kind": "expression",
3333
3351
  "type": "object"
@@ -3357,7 +3375,7 @@
3357
3375
  "name": "pt",
3358
3376
  "default": "null",
3359
3377
  "doc-url": "https://primevue.org/checkbox",
3360
- "description": "Uses to pass attributes to DOM elements inside the component.",
3378
+ "description": "Used to pass attributes to DOM elements inside the component.",
3361
3379
  "value": {
3362
3380
  "kind": "expression",
3363
3381
  "type": "any"
@@ -3462,7 +3480,7 @@
3462
3480
  "name": "pt",
3463
3481
  "default": "null",
3464
3482
  "doc-url": "https://primevue.org/chip",
3465
- "description": "Uses to pass attributes to DOM elements inside the component.",
3483
+ "description": "Used to pass attributes to DOM elements inside the component.",
3466
3484
  "value": {
3467
3485
  "kind": "expression",
3468
3486
  "type": "any"
@@ -3620,7 +3638,7 @@
3620
3638
  "name": "inputProps",
3621
3639
  "default": "null",
3622
3640
  "doc-url": "https://primevue.org/chips",
3623
- "description": "Uses to pass all properties of the HTMLInputElement to the focusable input element inside the component.",
3641
+ "description": "Used to pass all properties of the HTMLInputElement to the focusable input element inside the component.",
3624
3642
  "value": {
3625
3643
  "kind": "expression",
3626
3644
  "type": "object"
@@ -3630,7 +3648,7 @@
3630
3648
  "name": "pt",
3631
3649
  "default": "null",
3632
3650
  "doc-url": "https://primevue.org/chips",
3633
- "description": "Uses to pass attributes to DOM elements inside the component.",
3651
+ "description": "Used to pass attributes to DOM elements inside the component.",
3634
3652
  "value": {
3635
3653
  "kind": "expression",
3636
3654
  "type": "any"
@@ -3833,7 +3851,7 @@
3833
3851
  "name": "pt",
3834
3852
  "default": "null",
3835
3853
  "doc-url": "https://primevue.org/colorpicker",
3836
- "description": "Uses to pass attributes to DOM elements inside the component.",
3854
+ "description": "Used to pass attributes to DOM elements inside the component.",
3837
3855
  "value": {
3838
3856
  "kind": "expression",
3839
3857
  "type": "any"
@@ -4315,7 +4333,7 @@
4315
4333
  "name": "pt",
4316
4334
  "default": "null",
4317
4335
  "doc-url": "https://primevue.org/datatable",
4318
- "description": "Uses to pass attributes to DOM elements inside the component.",
4336
+ "description": "Used to pass attributes to DOM elements inside the component.",
4319
4337
  "value": {
4320
4338
  "kind": "expression",
4321
4339
  "type": "any"
@@ -4463,7 +4481,7 @@
4463
4481
  "name": "pt",
4464
4482
  "default": "null",
4465
4483
  "doc-url": "https://primevue.org/datatable",
4466
- "description": "Uses to pass attributes to DOM elements inside the component.",
4484
+ "description": "Used to pass attributes to DOM elements inside the component.",
4467
4485
  "value": {
4468
4486
  "kind": "expression",
4469
4487
  "type": "any"
@@ -4514,7 +4532,7 @@
4514
4532
  "name": "pt",
4515
4533
  "default": "null",
4516
4534
  "doc-url": "https://primevue.org/confirmdialog",
4517
- "description": "Uses to pass attributes to DOM elements inside the component.",
4535
+ "description": "Used to pass attributes to DOM elements inside the component.",
4518
4536
  "value": {
4519
4537
  "kind": "expression",
4520
4538
  "type": "any"
@@ -4577,7 +4595,7 @@
4577
4595
  "name": "pt",
4578
4596
  "default": "null",
4579
4597
  "doc-url": "https://primevue.org/confirmpopup",
4580
- "description": "Uses to pass attributes to DOM elements inside the component.",
4598
+ "description": "Used to pass attributes to DOM elements inside the component.",
4581
4599
  "value": {
4582
4600
  "kind": "expression",
4583
4601
  "type": "any"
@@ -4690,7 +4708,7 @@
4690
4708
  "name": "pt",
4691
4709
  "default": "null",
4692
4710
  "doc-url": "https://primevue.org/contextmenu",
4693
- "description": "Uses to pass attributes to DOM elements inside the component.",
4711
+ "description": "Used to pass attributes to DOM elements inside the component.",
4694
4712
  "value": {
4695
4713
  "kind": "expression",
4696
4714
  "type": "any"
@@ -5378,7 +5396,7 @@
5378
5396
  "name": "pt",
5379
5397
  "default": "null",
5380
5398
  "doc-url": "https://primevue.org/datatable",
5381
- "description": "Uses to pass attributes to DOM elements inside the component.",
5399
+ "description": "Used to pass attributes to DOM elements inside the component.",
5382
5400
  "value": {
5383
5401
  "kind": "expression",
5384
5402
  "type": "any"
@@ -6529,7 +6547,7 @@
6529
6547
  "name": "pt",
6530
6548
  "default": "null",
6531
6549
  "doc-url": "https://primevue.org/dataview",
6532
- "description": "Uses to pass attributes to DOM elements inside the component.",
6550
+ "description": "Used to pass attributes to DOM elements inside the component.",
6533
6551
  "value": {
6534
6552
  "kind": "expression",
6535
6553
  "type": "any"
@@ -6640,7 +6658,7 @@
6640
6658
  "name": "pt",
6641
6659
  "default": "null",
6642
6660
  "doc-url": "https://primevue.org/dataview",
6643
- "description": "Uses to pass attributes to DOM elements inside the component.",
6661
+ "description": "Used to pass attributes to DOM elements inside the component.",
6644
6662
  "value": {
6645
6663
  "kind": "expression",
6646
6664
  "type": "any"
@@ -6673,7 +6691,7 @@
6673
6691
  "name": "pt",
6674
6692
  "default": "null",
6675
6693
  "doc-url": "https://primevue.org/deferredcontent",
6676
- "description": "Uses to pass attributes to DOM elements inside the component.",
6694
+ "description": "Used to pass attributes to DOM elements inside the component.",
6677
6695
  "value": {
6678
6696
  "kind": "expression",
6679
6697
  "type": "any"
@@ -6939,7 +6957,7 @@
6939
6957
  "name": "pt",
6940
6958
  "default": "null",
6941
6959
  "doc-url": "https://primevue.org/dialog",
6942
- "description": "Uses to pass attributes to DOM elements inside the component.",
6960
+ "description": "Used to pass attributes to DOM elements inside the component.",
6943
6961
  "value": {
6944
6962
  "kind": "expression",
6945
6963
  "type": "any"
@@ -7078,7 +7096,7 @@
7078
7096
  "name": "pt",
7079
7097
  "default": "null",
7080
7098
  "doc-url": "https://primevue.org/divider",
7081
- "description": "Uses to pass attributes to DOM elements inside the component.",
7099
+ "description": "Used to pass attributes to DOM elements inside the component.",
7082
7100
  "value": {
7083
7101
  "kind": "expression",
7084
7102
  "type": "any"
@@ -7169,7 +7187,7 @@
7169
7187
  "name": "pt",
7170
7188
  "default": "null",
7171
7189
  "doc-url": "https://primevue.org/dock",
7172
- "description": "Uses to pass attributes to DOM elements inside the component.",
7190
+ "description": "Used to pass attributes to DOM elements inside the component.",
7173
7191
  "value": {
7174
7192
  "kind": "expression",
7175
7193
  "type": "any"
@@ -7422,7 +7440,7 @@
7422
7440
  "name": "inputProps",
7423
7441
  "default": "null",
7424
7442
  "doc-url": "https://primevue.org/dropdown",
7425
- "description": "Uses to pass all properties of the HTMLInputElement/HTMLSpanElement to the focusable input element inside the component.",
7443
+ "description": "Used to pass all properties of the HTMLInputElement/HTMLSpanElement to the focusable input element inside the component.",
7426
7444
  "value": {
7427
7445
  "kind": "expression",
7428
7446
  "type": "object"
@@ -7452,7 +7470,7 @@
7452
7470
  "name": "panelProps",
7453
7471
  "default": "null",
7454
7472
  "doc-url": "https://primevue.org/dropdown",
7455
- "description": "Uses to pass all properties of the HTMLDivElement to the overlay panel inside the component.",
7473
+ "description": "Used to pass all properties of the HTMLDivElement to the overlay panel inside the component.",
7456
7474
  "value": {
7457
7475
  "kind": "expression",
7458
7476
  "type": "object"
@@ -7462,7 +7480,7 @@
7462
7480
  "name": "filterInputProps",
7463
7481
  "default": "null",
7464
7482
  "doc-url": "https://primevue.org/dropdown",
7465
- "description": "Uses to pass all properties of the HTMLInputElement to the filter input inside the component.",
7483
+ "description": "Used to pass all properties of the HTMLInputElement to the filter input inside the component.",
7466
7484
  "value": {
7467
7485
  "kind": "expression",
7468
7486
  "type": "object"
@@ -7472,7 +7490,7 @@
7472
7490
  "name": "clearIconProps",
7473
7491
  "default": "null",
7474
7492
  "doc-url": "https://primevue.org/dropdown",
7475
- "description": "Uses to pass all properties of the HTMLElement to the clear icon inside the component.",
7493
+ "description": "Used to pass all properties of the HTMLElement to the clear icon inside the component.",
7476
7494
  "value": {
7477
7495
  "kind": "expression",
7478
7496
  "type": "object"
@@ -7642,7 +7660,7 @@
7642
7660
  "name": "pt",
7643
7661
  "default": "null",
7644
7662
  "doc-url": "https://primevue.org/dropdown",
7645
- "description": "Uses to pass attributes to DOM elements inside the component.",
7663
+ "description": "Used to pass attributes to DOM elements inside the component.",
7646
7664
  "value": {
7647
7665
  "kind": "expression",
7648
7666
  "type": "any"
@@ -7903,7 +7921,7 @@
7903
7921
  "name": "pt",
7904
7922
  "default": "null",
7905
7923
  "doc-url": "https://primevue.org/editor",
7906
- "description": "Uses to pass attributes to DOM elements inside the component.",
7924
+ "description": "Used to pass attributes to DOM elements inside the component.",
7907
7925
  "value": {
7908
7926
  "kind": "expression",
7909
7927
  "type": "any"
@@ -8066,7 +8084,7 @@
8066
8084
  "name": "toggleButtonProps",
8067
8085
  "default": "null",
8068
8086
  "doc-url": "https://primevue.org/fieldset",
8069
- "description": "Uses to pass the custom value to read for the AnchorHTMLAttributes inside the component.",
8087
+ "description": "Used to pass the custom value to read for the AnchorHTMLAttributes inside the component.",
8070
8088
  "value": {
8071
8089
  "kind": "expression",
8072
8090
  "type": "string"
@@ -8076,7 +8094,7 @@
8076
8094
  "name": "pt",
8077
8095
  "default": "null",
8078
8096
  "doc-url": "https://primevue.org/fieldset",
8079
- "description": "Uses to pass attributes to DOM elements inside the component.",
8097
+ "description": "Used to pass attributes to DOM elements inside the component.",
8080
8098
  "value": {
8081
8099
  "kind": "expression",
8082
8100
  "type": "any"
@@ -8380,7 +8398,7 @@
8380
8398
  "name": "pt",
8381
8399
  "default": "null",
8382
8400
  "doc-url": "https://primevue.org/fileupload",
8383
- "description": "Uses to pass attributes to DOM elements inside the component.",
8401
+ "description": "Used to pass attributes to DOM elements inside the component.",
8384
8402
  "value": {
8385
8403
  "kind": "expression",
8386
8404
  "type": "any"
@@ -8841,7 +8859,7 @@
8841
8859
  "name": "pt",
8842
8860
  "default": "null",
8843
8861
  "doc-url": "https://primevue.org/galleria",
8844
- "description": "Uses to pass attributes to DOM elements inside the component.",
8862
+ "description": "Used to pass attributes to DOM elements inside the component.",
8845
8863
  "value": {
8846
8864
  "kind": "expression",
8847
8865
  "type": "any"
@@ -8969,7 +8987,7 @@
8969
8987
  "name": "pt",
8970
8988
  "default": "null",
8971
8989
  "doc-url": "https://primevue.org/image",
8972
- "description": "Uses to pass attributes to DOM elements inside the component.",
8990
+ "description": "Used to pass attributes to DOM elements inside the component.",
8973
8991
  "value": {
8974
8992
  "kind": "expression",
8975
8993
  "type": "any"
@@ -9079,7 +9097,7 @@
9079
9097
  "name": "pt",
9080
9098
  "default": "null",
9081
9099
  "doc-url": "https://primevue.org/message",
9082
- "description": "Uses to pass attributes to DOM elements inside the component.",
9100
+ "description": "Used to pass attributes to DOM elements inside the component.",
9083
9101
  "value": {
9084
9102
  "kind": "expression",
9085
9103
  "type": "any"
@@ -9147,7 +9165,7 @@
9147
9165
  "name": "pt",
9148
9166
  "default": "null",
9149
9167
  "doc-url": "https://primevue.org/inplace",
9150
- "description": "Uses to pass attributes to DOM elements inside the component.",
9168
+ "description": "Used to pass attributes to DOM elements inside the component.",
9151
9169
  "value": {
9152
9170
  "kind": "expression",
9153
9171
  "type": "any"
@@ -9273,7 +9291,7 @@
9273
9291
  "name": "pt",
9274
9292
  "default": "null",
9275
9293
  "doc-url": "https://primevue.org/inputmask",
9276
- "description": "Uses to pass attributes to DOM elements inside the component.",
9294
+ "description": "Used to pass attributes to DOM elements inside the component.",
9277
9295
  "value": {
9278
9296
  "kind": "expression",
9279
9297
  "type": "any"
@@ -9574,7 +9592,7 @@
9574
9592
  "name": "inputProps",
9575
9593
  "default": "null",
9576
9594
  "doc-url": "https://primevue.org/inputnumber",
9577
- "description": "Uses to pass all properties of the HTMLInputElement to the focusable input element inside the component.",
9595
+ "description": "Used to pass all properties of the HTMLInputElement to the focusable input element inside the component.",
9578
9596
  "value": {
9579
9597
  "kind": "expression",
9580
9598
  "type": "object"
@@ -9584,7 +9602,7 @@
9584
9602
  "name": "incrementButtonProps",
9585
9603
  "default": "null",
9586
9604
  "doc-url": "https://primevue.org/inputnumber",
9587
- "description": "Uses to pass all properties of the HTMLButtonElement to increment button inside the component.",
9605
+ "description": "Used to pass all properties of the HTMLButtonElement to increment button inside the component.",
9588
9606
  "value": {
9589
9607
  "kind": "expression",
9590
9608
  "type": "object"
@@ -9594,7 +9612,7 @@
9594
9612
  "name": "decrementButtonProps",
9595
9613
  "default": "null",
9596
9614
  "doc-url": "https://primevue.org/inputnumber",
9597
- "description": "Uses to pass all properties of the HTMLButtonElement to decrement button inside the component.",
9615
+ "description": "Used to pass all properties of the HTMLButtonElement to decrement button inside the component.",
9598
9616
  "value": {
9599
9617
  "kind": "expression",
9600
9618
  "type": "object"
@@ -9604,7 +9622,7 @@
9604
9622
  "name": "pt",
9605
9623
  "default": "null",
9606
9624
  "doc-url": "https://primevue.org/inputnumber",
9607
- "description": "Uses to pass attributes to DOM elements inside the component.",
9625
+ "description": "Used to pass attributes to DOM elements inside the component.",
9608
9626
  "value": {
9609
9627
  "kind": "expression",
9610
9628
  "type": "any"
@@ -9760,7 +9778,7 @@
9760
9778
  "name": "inputProps",
9761
9779
  "default": "null",
9762
9780
  "doc-url": "https://primevue.org/inputswitch",
9763
- "description": "Uses to pass all properties of the HTMLInputElement to the focusable input element inside the component.",
9781
+ "description": "Used to pass all properties of the HTMLInputElement to the focusable input element inside the component.",
9764
9782
  "value": {
9765
9783
  "kind": "expression",
9766
9784
  "type": "object"
@@ -9770,7 +9788,7 @@
9770
9788
  "name": "pt",
9771
9789
  "default": "null",
9772
9790
  "doc-url": "https://primevue.org/inputswitch",
9773
- "description": "Uses to pass attributes to DOM elements inside the component.",
9791
+ "description": "Used to pass attributes to DOM elements inside the component.",
9774
9792
  "value": {
9775
9793
  "kind": "expression",
9776
9794
  "type": "any"
@@ -9838,7 +9856,7 @@
9838
9856
  "name": "pt",
9839
9857
  "default": "null",
9840
9858
  "doc-url": "https://primevue.org/inputtext",
9841
- "description": "Uses to pass attributes to DOM elements inside the component.",
9859
+ "description": "Used to pass attributes to DOM elements inside the component.",
9842
9860
  "value": {
9843
9861
  "kind": "expression",
9844
9862
  "type": "any"
@@ -10029,7 +10047,7 @@
10029
10047
  "name": "pt",
10030
10048
  "default": "null",
10031
10049
  "doc-url": "https://primevue.org/knob",
10032
- "description": "Uses to pass attributes to DOM elements inside the component.",
10050
+ "description": "Used to pass attributes to DOM elements inside the component.",
10033
10051
  "value": {
10034
10052
  "kind": "expression",
10035
10053
  "type": "any"
@@ -10245,7 +10263,7 @@
10245
10263
  "name": "filterInputProps",
10246
10264
  "default": "null",
10247
10265
  "doc-url": "https://primevue.org/listbox",
10248
- "description": "Uses to pass all properties of the HTMLInputElement to the filter input inside the component.",
10266
+ "description": "Used to pass all properties of the HTMLInputElement to the filter input inside the component.",
10249
10267
  "value": {
10250
10268
  "kind": "expression",
10251
10269
  "type": "object"
@@ -10365,7 +10383,7 @@
10365
10383
  "name": "pt",
10366
10384
  "default": "null",
10367
10385
  "doc-url": "https://primevue.org/listbox",
10368
- "description": "Uses to pass attributes to DOM elements inside the component.",
10386
+ "description": "Used to pass attributes to DOM elements inside the component.",
10369
10387
  "value": {
10370
10388
  "kind": "expression",
10371
10389
  "type": "any"
@@ -10539,7 +10557,7 @@
10539
10557
  "name": "pt",
10540
10558
  "default": "null",
10541
10559
  "doc-url": "https://primevue.org/megamenu",
10542
- "description": "Uses to pass attributes to DOM elements inside the component.",
10560
+ "description": "Used to pass attributes to DOM elements inside the component.",
10543
10561
  "value": {
10544
10562
  "kind": "expression",
10545
10563
  "type": "any"
@@ -10657,7 +10675,7 @@
10657
10675
  "name": "pt",
10658
10676
  "default": "null",
10659
10677
  "doc-url": "https://primevue.org/menu",
10660
- "description": "Uses to pass attributes to DOM elements inside the component.",
10678
+ "description": "Used to pass attributes to DOM elements inside the component.",
10661
10679
  "value": {
10662
10680
  "kind": "expression",
10663
10681
  "type": "any"
@@ -10742,7 +10760,7 @@
10742
10760
  "name": "pt",
10743
10761
  "default": "null",
10744
10762
  "doc-url": "https://primevue.org/menubar",
10745
- "description": "Uses to pass attributes to DOM elements inside the component.",
10763
+ "description": "Used to pass attributes to DOM elements inside the component.",
10746
10764
  "value": {
10747
10765
  "kind": "expression",
10748
10766
  "type": "any"
@@ -10865,7 +10883,7 @@
10865
10883
  "name": "pt",
10866
10884
  "default": "null",
10867
10885
  "doc-url": "https://primevue.org/message",
10868
- "description": "Uses to pass attributes to DOM elements inside the component.",
10886
+ "description": "Used to pass attributes to DOM elements inside the component.",
10869
10887
  "value": {
10870
10888
  "kind": "expression",
10871
10889
  "type": "any"
@@ -11033,7 +11051,7 @@
11033
11051
  "name": "inputProps",
11034
11052
  "default": "null",
11035
11053
  "doc-url": "https://primevue.org/multiselect",
11036
- "description": "Uses to pass all properties of the HTMLInputElement to the focusable input element inside the component.",
11054
+ "description": "Used to pass all properties of the HTMLInputElement to the focusable input element inside the component.",
11037
11055
  "value": {
11038
11056
  "kind": "expression",
11039
11057
  "type": "object"
@@ -11063,7 +11081,7 @@
11063
11081
  "name": "panelProps",
11064
11082
  "default": "null",
11065
11083
  "doc-url": "https://primevue.org/multiselect",
11066
- "description": "Uses to pass all properties of the HTMLDivElement to the overlay panel.",
11084
+ "description": "Used to pass all properties of the HTMLDivElement to the overlay panel.",
11067
11085
  "value": {
11068
11086
  "kind": "expression",
11069
11087
  "type": "object"
@@ -11073,7 +11091,7 @@
11073
11091
  "name": "filterInputProps",
11074
11092
  "default": "null",
11075
11093
  "doc-url": "https://primevue.org/multiselect",
11076
- "description": "Uses to pass all properties of the HTMLInputElement to the filter input inside the overlay panel.",
11094
+ "description": "Used to pass all properties of the HTMLInputElement to the filter input inside the overlay panel.",
11077
11095
  "value": {
11078
11096
  "kind": "expression",
11079
11097
  "type": "object"
@@ -11083,7 +11101,7 @@
11083
11101
  "name": "closeButtonProps",
11084
11102
  "default": "null",
11085
11103
  "doc-url": "https://primevue.org/multiselect",
11086
- "description": "Uses to pass all properties of the HTMLButtonElement to the close button inside the overlay panel.",
11104
+ "description": "Used to pass all properties of the HTMLButtonElement to the close button inside the overlay panel.",
11087
11105
  "value": {
11088
11106
  "kind": "expression",
11089
11107
  "type": "object"
@@ -11413,7 +11431,7 @@
11413
11431
  "name": "pt",
11414
11432
  "default": "null",
11415
11433
  "doc-url": "https://primevue.org/multiselect",
11416
- "description": "Uses to pass attributes to DOM elements inside the component.",
11434
+ "description": "Used to pass attributes to DOM elements inside the component.",
11417
11435
  "value": {
11418
11436
  "kind": "expression",
11419
11437
  "type": "any"
@@ -11721,7 +11739,7 @@
11721
11739
  "name": "pt",
11722
11740
  "default": "null",
11723
11741
  "doc-url": "https://primevue.org/orderlist",
11724
- "description": "Uses to pass attributes to DOM elements inside the component.",
11742
+ "description": "Used to pass attributes to DOM elements inside the component.",
11725
11743
  "value": {
11726
11744
  "kind": "expression",
11727
11745
  "type": "any"
@@ -11890,7 +11908,7 @@
11890
11908
  "name": "pt",
11891
11909
  "default": "null",
11892
11910
  "doc-url": "https://primevue.org/organizationchart",
11893
- "description": "Uses to pass attributes to DOM elements inside the component.",
11911
+ "description": "Used to pass attributes to DOM elements inside the component.",
11894
11912
  "value": {
11895
11913
  "kind": "expression",
11896
11914
  "type": "any"
@@ -12062,7 +12080,7 @@
12062
12080
  "name": "pt",
12063
12081
  "default": "null",
12064
12082
  "doc-url": "https://primevue.org/overlaypanel",
12065
- "description": "Uses to pass attributes to DOM elements inside the component.",
12083
+ "description": "Used to pass attributes to DOM elements inside the component.",
12066
12084
  "value": {
12067
12085
  "kind": "expression",
12068
12086
  "type": "any"
@@ -12192,7 +12210,7 @@
12192
12210
  "name": "pt",
12193
12211
  "default": "null",
12194
12212
  "doc-url": "https://primevue.org/paginator",
12195
- "description": "Uses to pass attributes to DOM elements inside the component.",
12213
+ "description": "Used to pass attributes to DOM elements inside the component.",
12196
12214
  "value": {
12197
12215
  "kind": "expression",
12198
12216
  "type": "any"
@@ -12318,7 +12336,7 @@
12318
12336
  "name": "toggleButtonProps",
12319
12337
  "default": "null",
12320
12338
  "doc-url": "https://primevue.org/panel",
12321
- "description": "Uses to pass the custom value to read for the anchor inside the component.",
12339
+ "description": "Used to pass the custom value to read for the anchor inside the component.",
12322
12340
  "value": {
12323
12341
  "kind": "expression",
12324
12342
  "type": "string"
@@ -12328,7 +12346,7 @@
12328
12346
  "name": "pt",
12329
12347
  "default": "null",
12330
12348
  "doc-url": "https://primevue.org/panel",
12331
- "description": "Uses to pass attributes to DOM elements inside the component.",
12349
+ "description": "Used to pass attributes to DOM elements inside the component.",
12332
12350
  "value": {
12333
12351
  "kind": "expression",
12334
12352
  "type": "any"
@@ -12432,7 +12450,7 @@
12432
12450
  "name": "pt",
12433
12451
  "default": "null",
12434
12452
  "doc-url": "https://primevue.org/panelmenu",
12435
- "description": "Uses to pass attributes to DOM elements inside the component.",
12453
+ "description": "Used to pass attributes to DOM elements inside the component.",
12436
12454
  "value": {
12437
12455
  "kind": "expression",
12438
12456
  "type": "any"
@@ -12665,7 +12683,7 @@
12665
12683
  "name": "inputProps",
12666
12684
  "default": "null",
12667
12685
  "doc-url": "https://primevue.org/password",
12668
- "description": "Uses to pass all properties of the HTMLInputElement to the focusable input element inside the component.",
12686
+ "description": "Used to pass all properties of the HTMLInputElement to the focusable input element inside the component.",
12669
12687
  "value": {
12670
12688
  "kind": "expression",
12671
12689
  "type": "object"
@@ -12705,7 +12723,7 @@
12705
12723
  "name": "panelProps",
12706
12724
  "default": "null",
12707
12725
  "doc-url": "https://primevue.org/password",
12708
- "description": "Uses to pass all properties of the HTMLDivElement to the overlay panel inside the component.",
12726
+ "description": "Used to pass all properties of the HTMLDivElement to the overlay panel inside the component.",
12709
12727
  "value": {
12710
12728
  "kind": "expression",
12711
12729
  "type": "object"
@@ -12715,7 +12733,7 @@
12715
12733
  "name": "pt",
12716
12734
  "default": "null",
12717
12735
  "doc-url": "https://primevue.org/password",
12718
- "description": "Uses to pass attributes to DOM elements inside the component.",
12736
+ "description": "Used to pass attributes to DOM elements inside the component.",
12719
12737
  "value": {
12720
12738
  "kind": "expression",
12721
12739
  "type": "any"
@@ -12732,6 +12750,21 @@
12732
12750
  }
12733
12751
  }
12734
12752
  ],
12753
+ "events": [
12754
+ {
12755
+ "name": "change",
12756
+ "doc-url": "https://primevue.org/password",
12757
+ "description": "Callback to invoke on value change.",
12758
+ "arguments": [
12759
+ {
12760
+ "name": "event",
12761
+ "doc-url": "https://primevue.org/password",
12762
+ "type": "object",
12763
+ "description": "Browser event"
12764
+ }
12765
+ ]
12766
+ }
12767
+ ],
12735
12768
  "slots": [
12736
12769
  {
12737
12770
  "name": "header",
@@ -12873,7 +12906,7 @@
12873
12906
  "name": "pt",
12874
12907
  "default": "null",
12875
12908
  "doc-url": "https://primevue.org/picklist",
12876
- "description": "Uses to pass attributes to DOM elements inside the component.",
12909
+ "description": "Used to pass attributes to DOM elements inside the component.",
12877
12910
  "value": {
12878
12911
  "kind": "expression",
12879
12912
  "type": "any"
@@ -13187,7 +13220,7 @@
13187
13220
  "name": "pt",
13188
13221
  "default": "null",
13189
13222
  "doc-url": "https://primevue.org/progressbar",
13190
- "description": "Uses to pass attributes to DOM elements inside the component.",
13223
+ "description": "Used to pass attributes to DOM elements inside the component.",
13191
13224
  "value": {
13192
13225
  "kind": "expression",
13193
13226
  "type": "any"
@@ -13248,7 +13281,7 @@
13248
13281
  "name": "pt",
13249
13282
  "default": "null",
13250
13283
  "doc-url": "https://primevue.org/progressspinner",
13251
- "description": "Uses to pass attributes to DOM elements inside the component.",
13284
+ "description": "Used to pass attributes to DOM elements inside the component.",
13252
13285
  "value": {
13253
13286
  "kind": "expression",
13254
13287
  "type": "any"
@@ -13349,7 +13382,7 @@
13349
13382
  "name": "inputProps",
13350
13383
  "default": "null",
13351
13384
  "doc-url": "https://primevue.org/radiobutton",
13352
- "description": "Uses to pass all properties of the HTMLInputElement to the focusable input element inside the component.",
13385
+ "description": "Used to pass all properties of the HTMLInputElement to the focusable input element inside the component.",
13353
13386
  "value": {
13354
13387
  "kind": "expression",
13355
13388
  "type": "object"
@@ -13379,7 +13412,7 @@
13379
13412
  "name": "pt",
13380
13413
  "default": "null",
13381
13414
  "doc-url": "https://primevue.org/radiobutton",
13382
- "description": "Uses to pass attributes to DOM elements inside the component.",
13415
+ "description": "Used to pass attributes to DOM elements inside the component.",
13383
13416
  "value": {
13384
13417
  "kind": "expression",
13385
13418
  "type": "any"
@@ -13518,7 +13551,7 @@
13518
13551
  "name": "pt",
13519
13552
  "default": "null",
13520
13553
  "doc-url": "https://primevue.org/rating",
13521
- "description": "Uses to pass attributes to DOM elements inside the component.",
13554
+ "description": "Used to pass attributes to DOM elements inside the component.",
13522
13555
  "value": {
13523
13556
  "kind": "expression",
13524
13557
  "type": "any"
@@ -13606,7 +13639,7 @@
13606
13639
  "name": "pt",
13607
13640
  "default": "null",
13608
13641
  "doc-url": "https://primevue.org/datatable",
13609
- "description": "Uses to pass attributes to DOM elements inside the component.",
13642
+ "description": "Used to pass attributes to DOM elements inside the component.",
13610
13643
  "value": {
13611
13644
  "kind": "expression",
13612
13645
  "type": "any"
@@ -13637,7 +13670,7 @@
13637
13670
  "name": "pt",
13638
13671
  "default": "null",
13639
13672
  "doc-url": "https://primevue.org/scrollpanel",
13640
- "description": "Uses to pass attributes to DOM elements inside the component.",
13673
+ "description": "Used to pass attributes to DOM elements inside the component.",
13641
13674
  "value": {
13642
13675
  "kind": "expression",
13643
13676
  "type": "any"
@@ -13708,7 +13741,7 @@
13708
13741
  "name": "pt",
13709
13742
  "default": "null",
13710
13743
  "doc-url": "https://primevue.org/scrolltop",
13711
- "description": "Uses to pass attributes to DOM elements inside the component.",
13744
+ "description": "Used to pass attributes to DOM elements inside the component.",
13712
13745
  "value": {
13713
13746
  "kind": "expression",
13714
13747
  "type": "any"
@@ -13846,7 +13879,7 @@
13846
13879
  "name": "pt",
13847
13880
  "default": "null",
13848
13881
  "doc-url": "https://primevue.org/selectbutton",
13849
- "description": "Uses to pass attributes to DOM elements inside the component.",
13882
+ "description": "Used to pass attributes to DOM elements inside the component.",
13850
13883
  "value": {
13851
13884
  "kind": "expression",
13852
13885
  "type": "any"
@@ -14031,7 +14064,7 @@
14031
14064
  "name": "pt",
14032
14065
  "default": "null",
14033
14066
  "doc-url": "https://primevue.org/sidebar",
14034
- "description": "Uses to pass attributes to DOM elements inside the component.",
14067
+ "description": "Used to pass attributes to DOM elements inside the component.",
14035
14068
  "value": {
14036
14069
  "kind": "expression",
14037
14070
  "type": "any"
@@ -14151,7 +14184,7 @@
14151
14184
  "name": "pt",
14152
14185
  "default": "null",
14153
14186
  "doc-url": "https://primevue.org/skeleton",
14154
- "description": "Uses to pass attributes to DOM elements inside the component.",
14187
+ "description": "Used to pass attributes to DOM elements inside the component.",
14155
14188
  "value": {
14156
14189
  "kind": "expression",
14157
14190
  "type": "any"
@@ -14282,7 +14315,7 @@
14282
14315
  "name": "pt",
14283
14316
  "default": "null",
14284
14317
  "doc-url": "https://primevue.org/slider",
14285
- "description": "Uses to pass attributes to DOM elements inside the component.",
14318
+ "description": "Used to pass attributes to DOM elements inside the component.",
14286
14319
  "value": {
14287
14320
  "kind": "expression",
14288
14321
  "type": "any"
@@ -14527,7 +14560,7 @@
14527
14560
  "name": "pt",
14528
14561
  "default": "null",
14529
14562
  "doc-url": "https://primevue.org/speeddial",
14530
- "description": "Uses to pass attributes to DOM elements inside the component.",
14563
+ "description": "Used to pass attributes to DOM elements inside the component.",
14531
14564
  "value": {
14532
14565
  "kind": "expression",
14533
14566
  "type": "any"
@@ -14770,7 +14803,7 @@
14770
14803
  "name": "pt",
14771
14804
  "default": "null",
14772
14805
  "doc-url": "https://primevue.org/splitbutton",
14773
- "description": "Uses to pass attributes to DOM elements inside the component.",
14806
+ "description": "Used to pass attributes to DOM elements inside the component.",
14774
14807
  "value": {
14775
14808
  "kind": "expression",
14776
14809
  "type": "any"
@@ -14878,7 +14911,7 @@
14878
14911
  "name": "pt",
14879
14912
  "default": "null",
14880
14913
  "doc-url": "https://primevue.org/splitter",
14881
- "description": "Uses to pass attributes to DOM elements inside the component.",
14914
+ "description": "Used to pass attributes to DOM elements inside the component.",
14882
14915
  "value": {
14883
14916
  "kind": "expression",
14884
14917
  "type": "any"
@@ -14950,7 +14983,7 @@
14950
14983
  "name": "pt",
14951
14984
  "default": "null",
14952
14985
  "doc-url": "https://primevue.org/splitter",
14953
- "description": "Uses to pass attributes to DOM elements inside the component.",
14986
+ "description": "Used to pass attributes to DOM elements inside the component.",
14954
14987
  "value": {
14955
14988
  "kind": "expression",
14956
14989
  "type": "any"
@@ -15011,7 +15044,7 @@
15011
15044
  "name": "pt",
15012
15045
  "default": "null",
15013
15046
  "doc-url": "https://primevue.org/steps",
15014
- "description": "Uses to pass attributes to DOM elements inside the component.",
15047
+ "description": "Used to pass attributes to DOM elements inside the component.",
15015
15048
  "value": {
15016
15049
  "kind": "expression",
15017
15050
  "type": "any"
@@ -15088,7 +15121,7 @@
15088
15121
  "name": "pt",
15089
15122
  "default": "null",
15090
15123
  "doc-url": "https://primevue.org/tabmenu",
15091
- "description": "Uses to pass attributes to DOM elements inside the component.",
15124
+ "description": "Used to pass attributes to DOM elements inside the component.",
15092
15125
  "value": {
15093
15126
  "kind": "expression",
15094
15127
  "type": "any"
@@ -15182,7 +15215,7 @@
15182
15215
  "name": "headerProps",
15183
15216
  "default": "null",
15184
15217
  "doc-url": "https://primevue.org/tabview",
15185
- "description": "Uses to pass all properties of the HTMLLiElement to the tab header.",
15218
+ "description": "Used to pass all properties of the HTMLLiElement to the tab header.",
15186
15219
  "value": {
15187
15220
  "kind": "expression",
15188
15221
  "type": "any"
@@ -15192,7 +15225,7 @@
15192
15225
  "name": "headerActionProps",
15193
15226
  "default": "null",
15194
15227
  "doc-url": "https://primevue.org/tabview",
15195
- "description": "Uses to pass all properties of the HTMLAnchorElement to the focusable anchor element inside the tab header.",
15228
+ "description": "Used to pass all properties of the HTMLAnchorElement to the focusable anchor element inside the tab header.",
15196
15229
  "value": {
15197
15230
  "kind": "expression",
15198
15231
  "type": "any"
@@ -15222,7 +15255,7 @@
15222
15255
  "name": "contentProps",
15223
15256
  "default": "null",
15224
15257
  "doc-url": "https://primevue.org/tabview",
15225
- "description": "Uses to pass all properties of the HTMLDivElement to the tab content.",
15258
+ "description": "Used to pass all properties of the HTMLDivElement to the tab content.",
15226
15259
  "value": {
15227
15260
  "kind": "expression",
15228
15261
  "type": "any"
@@ -15242,7 +15275,7 @@
15242
15275
  "name": "pt",
15243
15276
  "default": "null",
15244
15277
  "doc-url": "https://primevue.org/tabview",
15245
- "description": "Uses to pass attributes to DOM elements inside the component.",
15278
+ "description": "Used to pass attributes to DOM elements inside the component.",
15246
15279
  "value": {
15247
15280
  "kind": "expression",
15248
15281
  "type": "any"
@@ -15353,7 +15386,7 @@
15353
15386
  "name": "previousButtonProps",
15354
15387
  "default": "null",
15355
15388
  "doc-url": "https://primevue.org/tabview",
15356
- "description": "Uses to pass all properties of the HTMLButtonElement to the previous button.",
15389
+ "description": "Used to pass all properties of the HTMLButtonElement to the previous button.",
15357
15390
  "value": {
15358
15391
  "kind": "expression",
15359
15392
  "type": "any"
@@ -15363,7 +15396,7 @@
15363
15396
  "name": "nextButtonProps",
15364
15397
  "default": "null",
15365
15398
  "doc-url": "https://primevue.org/tabview",
15366
- "description": "Uses to pass all properties of the HTMLButtonElement to the next button.",
15399
+ "description": "Used to pass all properties of the HTMLButtonElement to the next button.",
15367
15400
  "value": {
15368
15401
  "kind": "expression",
15369
15402
  "type": "any"
@@ -15393,7 +15426,7 @@
15393
15426
  "name": "pt",
15394
15427
  "default": "null",
15395
15428
  "doc-url": "https://primevue.org/tabview",
15396
- "description": "Uses to pass attributes to DOM elements inside the component.",
15429
+ "description": "Used to pass attributes to DOM elements inside the component.",
15397
15430
  "value": {
15398
15431
  "kind": "expression",
15399
15432
  "type": "any"
@@ -15481,7 +15514,7 @@
15481
15514
  "name": "pt",
15482
15515
  "default": "null",
15483
15516
  "doc-url": "https://primevue.org/tag",
15484
- "description": "Uses to pass attributes to DOM elements inside the component.",
15517
+ "description": "Used to pass attributes to DOM elements inside the component.",
15485
15518
  "value": {
15486
15519
  "kind": "expression",
15487
15520
  "type": "any"
@@ -15539,7 +15572,7 @@
15539
15572
  "name": "pt",
15540
15573
  "default": "null",
15541
15574
  "doc-url": "https://primevue.org/terminal",
15542
- "description": "Uses to pass attributes to DOM elements inside the component.",
15575
+ "description": "Used to pass attributes to DOM elements inside the component.",
15543
15576
  "value": {
15544
15577
  "kind": "expression",
15545
15578
  "type": "any"
@@ -15590,7 +15623,7 @@
15590
15623
  "name": "pt",
15591
15624
  "default": "null",
15592
15625
  "doc-url": "https://primevue.org/textarea",
15593
- "description": "Uses to pass attributes to DOM elements inside the component.",
15626
+ "description": "Used to pass attributes to DOM elements inside the component.",
15594
15627
  "value": {
15595
15628
  "kind": "expression",
15596
15629
  "type": "any"
@@ -15681,7 +15714,7 @@
15681
15714
  "name": "pt",
15682
15715
  "default": "null",
15683
15716
  "doc-url": "https://primevue.org/tieredmenu",
15684
- "description": "Uses to pass attributes to DOM elements inside the component.",
15717
+ "description": "Used to pass attributes to DOM elements inside the component.",
15685
15718
  "value": {
15686
15719
  "kind": "expression",
15687
15720
  "type": "any"
@@ -15769,7 +15802,7 @@
15769
15802
  "name": "pt",
15770
15803
  "default": "null",
15771
15804
  "doc-url": "https://primevue.org/timeline",
15772
- "description": "Uses to pass attributes to DOM elements inside the component.",
15805
+ "description": "Used to pass attributes to DOM elements inside the component.",
15773
15806
  "value": {
15774
15807
  "kind": "expression",
15775
15808
  "type": "any"
@@ -15872,7 +15905,7 @@
15872
15905
  "name": "pt",
15873
15906
  "default": "null",
15874
15907
  "doc-url": "https://primevue.org/toast",
15875
- "description": "Uses to pass attributes to DOM elements inside the component.",
15908
+ "description": "Used to pass attributes to DOM elements inside the component.",
15876
15909
  "value": {
15877
15910
  "kind": "expression",
15878
15911
  "type": "any"
@@ -16058,7 +16091,7 @@
16058
16091
  "name": "inputProps",
16059
16092
  "default": "null",
16060
16093
  "doc-url": "https://primevue.org/togglebutton",
16061
- "description": "Uses to pass all properties of the HTMLInputElement to the focusable input element inside the component.",
16094
+ "description": "Used to pass all properties of the HTMLInputElement to the focusable input element inside the component.",
16062
16095
  "value": {
16063
16096
  "kind": "expression",
16064
16097
  "type": "object"
@@ -16068,7 +16101,7 @@
16068
16101
  "name": "pt",
16069
16102
  "default": "null",
16070
16103
  "doc-url": "https://primevue.org/togglebutton",
16071
- "description": "Uses to pass attributes to DOM elements inside the component.",
16104
+ "description": "Used to pass attributes to DOM elements inside the component.",
16072
16105
  "value": {
16073
16106
  "kind": "expression",
16074
16107
  "type": "any"
@@ -16157,7 +16190,7 @@
16157
16190
  "name": "pt",
16158
16191
  "default": "null",
16159
16192
  "doc-url": "https://primevue.org/toolbar",
16160
- "description": "Uses to pass attributes to DOM elements inside the component.",
16193
+ "description": "Used to pass attributes to DOM elements inside the component.",
16161
16194
  "value": {
16162
16195
  "kind": "expression",
16163
16196
  "type": "any"
@@ -16344,7 +16377,7 @@
16344
16377
  "name": "pt",
16345
16378
  "default": "null",
16346
16379
  "doc-url": "https://primevue.org/tree",
16347
- "description": "Uses to pass attributes to DOM elements inside the component.",
16380
+ "description": "Used to pass attributes to DOM elements inside the component.",
16348
16381
  "value": {
16349
16382
  "kind": "expression",
16350
16383
  "type": "any"
@@ -16621,7 +16654,7 @@
16621
16654
  "name": "pt",
16622
16655
  "default": "null",
16623
16656
  "doc-url": "https://primevue.org/treeselect",
16624
- "description": "Uses to pass attributes to DOM elements inside the component.",
16657
+ "description": "Used to pass attributes to DOM elements inside the component.",
16625
16658
  "value": {
16626
16659
  "kind": "expression",
16627
16660
  "type": "any"
@@ -17156,7 +17189,7 @@
17156
17189
  "name": "pt",
17157
17190
  "default": "null",
17158
17191
  "doc-url": "https://primevue.org/treetable",
17159
- "description": "Uses to pass attributes to DOM elements inside the component.",
17192
+ "description": "Used to pass attributes to DOM elements inside the component.",
17160
17193
  "value": {
17161
17194
  "kind": "expression",
17162
17195
  "type": "any"
@@ -17550,7 +17583,7 @@
17550
17583
  "name": "inputProps",
17551
17584
  "default": "null",
17552
17585
  "doc-url": "https://primevue.org/tristatecheckbox",
17553
- "description": "Uses to pass all properties of the HTMLInputElement to the focusable input element inside the component.",
17586
+ "description": "Used to pass all properties of the HTMLInputElement to the focusable input element inside the component.",
17554
17587
  "value": {
17555
17588
  "kind": "expression",
17556
17589
  "type": "object"
@@ -17580,7 +17613,7 @@
17580
17613
  "name": "pt",
17581
17614
  "default": "null",
17582
17615
  "doc-url": "https://primevue.org/tristatecheckbox",
17583
- "description": "Uses to pass attributes to DOM elements inside the component.",
17616
+ "description": "Used to pass attributes to DOM elements inside the component.",
17584
17617
  "value": {
17585
17618
  "kind": "expression",
17586
17619
  "type": "any"
@@ -17798,7 +17831,7 @@
17798
17831
  "name": "pt",
17799
17832
  "default": "null",
17800
17833
  "doc-url": "https://primevue.org/virtualscroller",
17801
- "description": "Uses to pass attributes to DOM elements inside the component.",
17834
+ "description": "Used to pass attributes to DOM elements inside the component.",
17802
17835
  "value": {
17803
17836
  "kind": "expression",
17804
17837
  "type": "any"