primevue 3.15.0 → 3.16.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 (387) hide show
  1. package/autocomplete/AutoComplete.d.ts +182 -38
  2. package/autocomplete/AutoComplete.vue +636 -342
  3. package/autocomplete/autocomplete.cjs.js +745 -416
  4. package/autocomplete/autocomplete.cjs.min.js +1 -1
  5. package/autocomplete/autocomplete.esm.js +747 -418
  6. package/autocomplete/autocomplete.esm.min.js +1 -1
  7. package/autocomplete/autocomplete.js +745 -416
  8. package/autocomplete/autocomplete.min.js +1 -1
  9. package/button/Button.vue +4 -1
  10. package/button/button.cjs.js +5 -1
  11. package/button/button.cjs.min.js +1 -1
  12. package/button/button.esm.js +5 -1
  13. package/button/button.esm.min.js +1 -1
  14. package/button/button.js +5 -1
  15. package/button/button.min.js +1 -1
  16. package/calendar/Calendar.d.ts +51 -12
  17. package/calendar/Calendar.vue +259 -114
  18. package/calendar/calendar.cjs.js +414 -220
  19. package/calendar/calendar.cjs.min.js +1 -1
  20. package/calendar/calendar.esm.js +415 -221
  21. package/calendar/calendar.esm.min.js +1 -1
  22. package/calendar/calendar.js +414 -220
  23. package/calendar/calendar.min.js +1 -1
  24. package/carousel/Carousel.vue +25 -0
  25. package/carousel/carousel.cjs.js +25 -0
  26. package/carousel/carousel.cjs.min.js +1 -1
  27. package/carousel/carousel.esm.js +25 -0
  28. package/carousel/carousel.esm.min.js +1 -1
  29. package/carousel/carousel.js +25 -0
  30. package/carousel/carousel.min.js +1 -1
  31. package/cascadeselect/CascadeSelect.d.ts +97 -17
  32. package/cascadeselect/CascadeSelect.vue +560 -135
  33. package/cascadeselect/CascadeSelectSub.vue +48 -129
  34. package/cascadeselect/cascadeselect.cjs.js +670 -306
  35. package/cascadeselect/cascadeselect.cjs.min.js +1 -1
  36. package/cascadeselect/cascadeselect.esm.js +672 -308
  37. package/cascadeselect/cascadeselect.esm.min.js +1 -1
  38. package/cascadeselect/cascadeselect.js +670 -306
  39. package/cascadeselect/cascadeselect.min.js +1 -1
  40. package/checkbox/Checkbox.d.ts +40 -4
  41. package/checkbox/Checkbox.vue +50 -13
  42. package/checkbox/checkbox.cjs.js +64 -23
  43. package/checkbox/checkbox.cjs.min.js +1 -1
  44. package/checkbox/checkbox.esm.js +65 -24
  45. package/checkbox/checkbox.esm.min.js +1 -1
  46. package/checkbox/checkbox.js +64 -23
  47. package/checkbox/checkbox.min.js +1 -1
  48. package/chips/Chips.d.ts +36 -12
  49. package/chips/Chips.vue +116 -22
  50. package/chips/chips.cjs.js +149 -37
  51. package/chips/chips.cjs.min.js +1 -1
  52. package/chips/chips.esm.js +150 -38
  53. package/chips/chips.esm.min.js +1 -1
  54. package/chips/chips.js +150 -39
  55. package/chips/chips.min.js +1 -1
  56. package/colorpicker/ColorPicker.d.ts +3 -6
  57. package/colorpicker/ColorPicker.vue +1 -5
  58. package/colorpicker/colorpicker.cjs.js +2 -7
  59. package/colorpicker/colorpicker.cjs.min.js +1 -1
  60. package/colorpicker/colorpicker.esm.js +2 -7
  61. package/colorpicker/colorpicker.esm.min.js +1 -1
  62. package/colorpicker/colorpicker.js +2 -7
  63. package/colorpicker/colorpicker.min.js +1 -1
  64. package/column/Column.d.ts +4 -0
  65. package/column/Column.vue +4 -0
  66. package/column/column.cjs.js +4 -0
  67. package/column/column.cjs.min.js +1 -1
  68. package/column/column.esm.js +4 -0
  69. package/column/column.esm.min.js +1 -1
  70. package/column/column.js +4 -0
  71. package/column/column.min.js +1 -1
  72. package/config/PrimeVue.d.ts +42 -0
  73. package/config/config.cjs.js +35 -4
  74. package/config/config.cjs.min.js +1 -1
  75. package/config/config.esm.js +35 -4
  76. package/config/config.esm.min.js +1 -1
  77. package/config/config.js +35 -4
  78. package/config/config.min.js +1 -1
  79. package/confirmdialog/ConfirmDialog.vue +4 -1
  80. package/confirmdialog/confirmdialog.cjs.js +6 -2
  81. package/confirmdialog/confirmdialog.cjs.min.js +1 -1
  82. package/confirmdialog/confirmdialog.esm.js +6 -2
  83. package/confirmdialog/confirmdialog.esm.min.js +1 -1
  84. package/confirmdialog/confirmdialog.js +6 -2
  85. package/confirmdialog/confirmdialog.min.js +1 -1
  86. package/contextmenu/ContextMenu.d.ts +1 -1
  87. package/contextmenu/ContextMenuSub.vue +3 -3
  88. package/contextmenu/contextmenu.cjs.js +14 -8
  89. package/contextmenu/contextmenu.cjs.min.js +1 -1
  90. package/contextmenu/contextmenu.esm.js +15 -9
  91. package/contextmenu/contextmenu.esm.min.js +1 -1
  92. package/contextmenu/contextmenu.js +14 -8
  93. package/contextmenu/contextmenu.min.js +1 -1
  94. package/core/core.js +1128 -772
  95. package/core/core.min.js +12 -12
  96. package/datatable/BodyCell.vue +11 -2
  97. package/datatable/DataTable.vue +23 -2
  98. package/datatable/datatable.cjs.js +34 -4
  99. package/datatable/datatable.cjs.min.js +1 -1
  100. package/datatable/datatable.esm.js +34 -4
  101. package/datatable/datatable.esm.min.js +1 -1
  102. package/datatable/datatable.js +34 -4
  103. package/datatable/datatable.min.js +1 -1
  104. package/dialog/Dialog.d.ts +5 -1
  105. package/dropdown/Dropdown.d.ts +92 -38
  106. package/dropdown/Dropdown.vue +538 -399
  107. package/dropdown/dropdown.cjs.js +657 -486
  108. package/dropdown/dropdown.cjs.min.js +1 -1
  109. package/dropdown/dropdown.esm.js +659 -488
  110. package/dropdown/dropdown.esm.min.js +1 -1
  111. package/dropdown/dropdown.js +657 -486
  112. package/dropdown/dropdown.min.js +1 -1
  113. package/editor/Editor.d.ts +32 -0
  114. package/editor/Editor.vue +15 -1
  115. package/editor/editor.cjs.js +15 -1
  116. package/editor/editor.cjs.min.js +1 -1
  117. package/editor/editor.esm.js +15 -1
  118. package/editor/editor.esm.min.js +1 -1
  119. package/editor/editor.js +15 -1
  120. package/editor/editor.min.js +1 -1
  121. package/inputmask/InputMask.vue +9 -6
  122. package/inputmask/inputmask.cjs.js +14 -6
  123. package/inputmask/inputmask.cjs.min.js +1 -1
  124. package/inputmask/inputmask.esm.js +15 -7
  125. package/inputmask/inputmask.esm.min.js +1 -1
  126. package/inputmask/inputmask.js +14 -6
  127. package/inputmask/inputmask.min.js +1 -1
  128. package/inputnumber/InputNumber.d.ts +31 -7
  129. package/inputnumber/InputNumber.vue +53 -20
  130. package/inputnumber/inputnumber.cjs.js +75 -29
  131. package/inputnumber/inputnumber.cjs.min.js +1 -1
  132. package/inputnumber/inputnumber.esm.js +76 -30
  133. package/inputnumber/inputnumber.esm.min.js +1 -1
  134. package/inputnumber/inputnumber.js +75 -29
  135. package/inputnumber/inputnumber.min.js +1 -1
  136. package/inputswitch/InputSwitch.d.ts +24 -8
  137. package/inputswitch/InputSwitch.vue +27 -12
  138. package/inputswitch/inputswitch.cjs.js +38 -20
  139. package/inputswitch/inputswitch.cjs.min.js +1 -1
  140. package/inputswitch/inputswitch.esm.js +39 -21
  141. package/inputswitch/inputswitch.esm.min.js +1 -1
  142. package/inputswitch/inputswitch.js +38 -20
  143. package/inputswitch/inputswitch.min.js +1 -1
  144. package/inputtext/InputText.vue +1 -2
  145. package/inputtext/inputtext.cjs.js +3 -4
  146. package/inputtext/inputtext.cjs.min.js +1 -1
  147. package/inputtext/inputtext.esm.js +4 -5
  148. package/inputtext/inputtext.esm.min.js +1 -1
  149. package/inputtext/inputtext.js +3 -4
  150. package/inputtext/inputtext.min.js +1 -1
  151. package/knob/Knob.d.ts +12 -0
  152. package/knob/Knob.vue +62 -2
  153. package/knob/knob.cjs.js +73 -5
  154. package/knob/knob.cjs.min.js +1 -1
  155. package/knob/knob.esm.js +73 -5
  156. package/knob/knob.esm.min.js +1 -1
  157. package/knob/knob.js +73 -5
  158. package/knob/knob.min.js +1 -1
  159. package/listbox/Listbox.d.ts +53 -7
  160. package/listbox/Listbox.vue +500 -135
  161. package/listbox/listbox.cjs.js +597 -193
  162. package/listbox/listbox.cjs.min.js +1 -1
  163. package/listbox/listbox.esm.js +599 -195
  164. package/listbox/listbox.esm.min.js +1 -1
  165. package/listbox/listbox.js +597 -193
  166. package/listbox/listbox.min.js +1 -1
  167. package/menu/Menu.d.ts +1 -1
  168. package/menu/Menuitem.vue +2 -2
  169. package/menu/menu.cjs.js +12 -6
  170. package/menu/menu.cjs.min.js +1 -1
  171. package/menu/menu.esm.js +13 -7
  172. package/menu/menu.esm.min.js +1 -1
  173. package/menu/menu.js +12 -6
  174. package/menu/menu.min.js +1 -1
  175. package/menubar/MenubarSub.vue +3 -3
  176. package/menubar/menubar.cjs.js +14 -8
  177. package/menubar/menubar.cjs.min.js +1 -1
  178. package/menubar/menubar.esm.js +15 -9
  179. package/menubar/menubar.esm.min.js +1 -1
  180. package/menubar/menubar.js +14 -8
  181. package/menubar/menubar.min.js +1 -1
  182. package/menuitem/MenuItem.d.ts +1 -1
  183. package/multiselect/MultiSelect.d.ts +111 -51
  184. package/multiselect/MultiSelect.vue +629 -338
  185. package/multiselect/multiselect.cjs.js +748 -428
  186. package/multiselect/multiselect.cjs.min.js +1 -1
  187. package/multiselect/multiselect.esm.js +750 -430
  188. package/multiselect/multiselect.esm.min.js +1 -1
  189. package/multiselect/multiselect.js +748 -428
  190. package/multiselect/multiselect.min.js +1 -1
  191. package/overlaypanel/OverlayPanel.d.ts +1 -1
  192. package/overlaypanel/OverlayPanel.vue +14 -2
  193. package/overlaypanel/overlaypanel.cjs.js +14 -2
  194. package/overlaypanel/overlaypanel.cjs.min.js +1 -1
  195. package/overlaypanel/overlaypanel.esm.js +14 -2
  196. package/overlaypanel/overlaypanel.esm.min.js +1 -1
  197. package/overlaypanel/overlaypanel.js +14 -2
  198. package/overlaypanel/overlaypanel.min.js +1 -1
  199. package/package.json +2 -2
  200. package/paginator/Paginator.d.ts +2 -2
  201. package/password/Password.d.ts +36 -8
  202. package/password/Password.vue +50 -14
  203. package/password/password.cjs.js +69 -24
  204. package/password/password.cjs.min.js +1 -1
  205. package/password/password.esm.js +71 -26
  206. package/password/password.esm.min.js +1 -1
  207. package/password/password.js +69 -24
  208. package/password/password.min.js +1 -1
  209. package/picklist/PickList.d.ts +8 -0
  210. package/picklist/PickList.vue +10 -2
  211. package/picklist/picklist.cjs.js +68 -50
  212. package/picklist/picklist.cjs.min.js +1 -1
  213. package/picklist/picklist.esm.js +69 -51
  214. package/picklist/picklist.esm.min.js +1 -1
  215. package/picklist/picklist.js +68 -50
  216. package/picklist/picklist.min.js +1 -1
  217. package/portal/Portal.d.ts +1 -1
  218. package/radiobutton/RadioButton.d.ts +28 -4
  219. package/radiobutton/RadioButton.vue +36 -11
  220. package/radiobutton/radiobutton.cjs.js +49 -23
  221. package/radiobutton/radiobutton.cjs.min.js +1 -1
  222. package/radiobutton/radiobutton.esm.js +50 -24
  223. package/radiobutton/radiobutton.esm.min.js +1 -1
  224. package/radiobutton/radiobutton.js +49 -23
  225. package/radiobutton/radiobutton.min.js +1 -1
  226. package/rating/Rating.d.ts +4 -0
  227. package/rating/Rating.vue +61 -7
  228. package/rating/rating.cjs.js +90 -16
  229. package/rating/rating.cjs.min.js +1 -1
  230. package/rating/rating.esm.js +91 -17
  231. package/rating/rating.esm.min.js +1 -1
  232. package/rating/rating.js +90 -16
  233. package/rating/rating.min.js +1 -1
  234. package/resources/primevue.css +8 -0
  235. package/resources/primevue.min.css +1 -1
  236. package/resources/themes/arya-blue/theme.css +82 -40
  237. package/resources/themes/arya-green/theme.css +82 -40
  238. package/resources/themes/arya-orange/theme.css +82 -40
  239. package/resources/themes/arya-purple/theme.css +82 -40
  240. package/resources/themes/bootstrap4-dark-blue/theme.css +82 -40
  241. package/resources/themes/bootstrap4-dark-purple/theme.css +82 -40
  242. package/resources/themes/bootstrap4-light-blue/theme.css +82 -40
  243. package/resources/themes/bootstrap4-light-purple/theme.css +82 -40
  244. package/resources/themes/fluent-light/theme.css +82 -40
  245. package/resources/themes/lara-dark-blue/theme.css +82 -40
  246. package/resources/themes/lara-dark-indigo/theme.css +82 -40
  247. package/resources/themes/lara-dark-purple/theme.css +82 -40
  248. package/resources/themes/lara-dark-teal/theme.css +82 -40
  249. package/resources/themes/lara-light-blue/theme.css +82 -40
  250. package/resources/themes/lara-light-indigo/theme.css +82 -40
  251. package/resources/themes/lara-light-purple/theme.css +82 -40
  252. package/resources/themes/lara-light-teal/theme.css +82 -40
  253. package/resources/themes/luna-amber/theme.css +82 -40
  254. package/resources/themes/luna-blue/theme.css +82 -40
  255. package/resources/themes/luna-green/theme.css +82 -40
  256. package/resources/themes/luna-pink/theme.css +82 -40
  257. package/resources/themes/md-dark-deeppurple/theme.css +82 -40
  258. package/resources/themes/md-dark-indigo/theme.css +82 -40
  259. package/resources/themes/md-light-deeppurple/theme.css +82 -40
  260. package/resources/themes/md-light-indigo/theme.css +82 -40
  261. package/resources/themes/mdc-dark-deeppurple/theme.css +82 -40
  262. package/resources/themes/mdc-dark-indigo/theme.css +82 -40
  263. package/resources/themes/mdc-light-deeppurple/theme.css +82 -40
  264. package/resources/themes/mdc-light-indigo/theme.css +82 -40
  265. package/resources/themes/nova/theme.css +82 -40
  266. package/resources/themes/nova-accent/theme.css +82 -40
  267. package/resources/themes/nova-alt/theme.css +82 -40
  268. package/resources/themes/nova-vue/theme.css +82 -40
  269. package/resources/themes/rhea/theme.css +82 -40
  270. package/resources/themes/saga-blue/theme.css +82 -40
  271. package/resources/themes/saga-green/theme.css +82 -40
  272. package/resources/themes/saga-orange/theme.css +82 -40
  273. package/resources/themes/saga-purple/theme.css +82 -40
  274. package/resources/themes/tailwind-light/theme.css +82 -40
  275. package/resources/themes/vela-blue/theme.css +82 -40
  276. package/resources/themes/vela-green/theme.css +82 -40
  277. package/resources/themes/vela-orange/theme.css +82 -40
  278. package/resources/themes/vela-purple/theme.css +82 -40
  279. package/ripple/ripple.cjs.js +1 -0
  280. package/ripple/ripple.cjs.min.js +1 -1
  281. package/ripple/ripple.esm.js +1 -0
  282. package/ripple/ripple.esm.min.js +1 -1
  283. package/ripple/ripple.js +1 -0
  284. package/ripple/ripple.min.js +1 -1
  285. package/selectbutton/SelectButton.d.ts +6 -2
  286. package/selectbutton/SelectButton.vue +89 -12
  287. package/selectbutton/selectbutton.cjs.js +97 -22
  288. package/selectbutton/selectbutton.cjs.min.js +1 -1
  289. package/selectbutton/selectbutton.esm.js +99 -24
  290. package/selectbutton/selectbutton.esm.min.js +1 -1
  291. package/selectbutton/selectbutton.js +97 -22
  292. package/selectbutton/selectbutton.min.js +1 -1
  293. package/slider/Slider.d.ts +9 -1
  294. package/slider/Slider.vue +50 -34
  295. package/slider/slider.cjs.js +59 -38
  296. package/slider/slider.cjs.min.js +1 -1
  297. package/slider/slider.esm.js +59 -38
  298. package/slider/slider.esm.min.js +1 -1
  299. package/slider/slider.js +59 -38
  300. package/slider/slider.min.js +1 -1
  301. package/splitbutton/SplitButton.d.ts +1 -1
  302. package/splitter/Splitter.vue +30 -1
  303. package/splitter/splitter.cjs.js +30 -1
  304. package/splitter/splitter.cjs.min.js +1 -1
  305. package/splitter/splitter.esm.js +30 -1
  306. package/splitter/splitter.esm.min.js +1 -1
  307. package/splitter/splitter.js +30 -1
  308. package/splitter/splitter.min.js +1 -1
  309. package/textarea/Textarea.vue +1 -2
  310. package/textarea/textarea.cjs.js +3 -5
  311. package/textarea/textarea.cjs.min.js +1 -1
  312. package/textarea/textarea.esm.js +4 -6
  313. package/textarea/textarea.esm.min.js +1 -1
  314. package/textarea/textarea.js +3 -5
  315. package/textarea/textarea.min.js +1 -1
  316. package/tieredmenu/TieredMenu.d.ts +1 -1
  317. package/tieredmenu/TieredMenuSub.vue +3 -3
  318. package/tieredmenu/tieredmenu.cjs.js +14 -8
  319. package/tieredmenu/tieredmenu.cjs.min.js +1 -1
  320. package/tieredmenu/tieredmenu.esm.js +15 -9
  321. package/tieredmenu/tieredmenu.esm.min.js +1 -1
  322. package/tieredmenu/tieredmenu.js +14 -8
  323. package/tieredmenu/tieredmenu.min.js +1 -1
  324. package/timeline/Timeline.d.ts +10 -1
  325. package/timeline/Timeline.vue +1 -1
  326. package/timeline/timeline.cjs.js +5 -1
  327. package/timeline/timeline.cjs.min.js +1 -1
  328. package/timeline/timeline.esm.js +5 -1
  329. package/timeline/timeline.esm.min.js +1 -1
  330. package/timeline/timeline.js +5 -1
  331. package/timeline/timeline.min.js +1 -1
  332. package/togglebutton/ToggleButton.d.ts +42 -0
  333. package/togglebutton/ToggleButton.vue +44 -7
  334. package/togglebutton/togglebutton.cjs.js +59 -13
  335. package/togglebutton/togglebutton.cjs.min.js +1 -1
  336. package/togglebutton/togglebutton.esm.js +60 -14
  337. package/togglebutton/togglebutton.esm.min.js +1 -1
  338. package/togglebutton/togglebutton.js +59 -13
  339. package/togglebutton/togglebutton.min.js +1 -1
  340. package/tooltip/tooltip.cjs.js +20 -11
  341. package/tooltip/tooltip.cjs.min.js +1 -1
  342. package/tooltip/tooltip.esm.js +21 -12
  343. package/tooltip/tooltip.esm.min.js +1 -1
  344. package/tooltip/tooltip.js +20 -11
  345. package/tooltip/tooltip.min.js +1 -1
  346. package/tree/Tree.vue +5 -1
  347. package/tree/TreeNode.vue +20 -19
  348. package/tree/tree.cjs.js +47 -32
  349. package/tree/tree.cjs.min.js +1 -1
  350. package/tree/tree.esm.js +47 -32
  351. package/tree/tree.esm.min.js +1 -1
  352. package/tree/tree.js +47 -32
  353. package/tree/tree.min.js +1 -1
  354. package/treeselect/TreeSelect.d.ts +26 -10
  355. package/treeselect/TreeSelect.vue +52 -29
  356. package/treeselect/treeselect.cjs.js +74 -41
  357. package/treeselect/treeselect.cjs.min.js +1 -1
  358. package/treeselect/treeselect.esm.js +76 -43
  359. package/treeselect/treeselect.esm.min.js +1 -1
  360. package/treeselect/treeselect.js +74 -41
  361. package/treeselect/treeselect.min.js +1 -1
  362. package/tristatecheckbox/TriStateCheckbox.d.ts +20 -4
  363. package/tristatecheckbox/TriStateCheckbox.vue +52 -15
  364. package/tristatecheckbox/tristatecheckbox.cjs.js +67 -26
  365. package/tristatecheckbox/tristatecheckbox.cjs.min.js +1 -1
  366. package/tristatecheckbox/tristatecheckbox.esm.js +68 -27
  367. package/tristatecheckbox/tristatecheckbox.esm.min.js +1 -1
  368. package/tristatecheckbox/tristatecheckbox.js +67 -26
  369. package/tristatecheckbox/tristatecheckbox.min.js +1 -1
  370. package/utils/Utils.d.ts +3 -2
  371. package/utils/utils.cjs.js +239 -173
  372. package/utils/utils.cjs.min.js +1 -1
  373. package/utils/utils.esm.js +239 -173
  374. package/utils/utils.esm.min.js +1 -1
  375. package/utils/utils.js +239 -173
  376. package/utils/utils.min.js +1 -1
  377. package/vetur-attributes.json +612 -136
  378. package/vetur-tags.json +180 -59
  379. package/virtualscroller/VirtualScroller.d.ts +10 -0
  380. package/virtualscroller/VirtualScroller.vue +18 -17
  381. package/virtualscroller/virtualscroller.cjs.js +22 -20
  382. package/virtualscroller/virtualscroller.cjs.min.js +1 -1
  383. package/virtualscroller/virtualscroller.esm.js +22 -20
  384. package/virtualscroller/virtualscroller.esm.min.js +1 -1
  385. package/virtualscroller/virtualscroller.js +22 -20
  386. package/virtualscroller/virtualscroller.min.js +1 -1
  387. package/web-types.json +1745 -338
@@ -39,6 +39,14 @@
39
39
  "description": "Property name or getter function of a suggested object to resolve and display.",
40
40
  "type": "any"
41
41
  },
42
+ "autocomplete/optionLabel": {
43
+ "description": "Property name or getter function to use as the label of an option.",
44
+ "type": "string | function"
45
+ },
46
+ "autocomplete/optionDisabled": {
47
+ "description": "Property name or getter function to use as the disabled flag of an option, defaults to false when not defined.",
48
+ "type": "boolean"
49
+ },
42
50
  "autocomplete/optionGroupLabel": {
43
51
  "description": "Property name or getter function to use as the label of an option group.",
44
52
  "type": "string"
@@ -67,14 +75,22 @@
67
75
  "description": "Specifies if multiple values can be selected.",
68
76
  "type": "boolean"
69
77
  },
78
+ "autocomplete/placeholder": {
79
+ "description": "Default text to display when no option is selected.",
80
+ "type": "string"
81
+ },
82
+ "autocomplete/disabled": {
83
+ "description": "When present, it specifies that the component should be disabled.",
84
+ "type": "boolean"
85
+ },
86
+ "autocomplete/dataKey": {
87
+ "description": "A property to uniquely identify an option.",
88
+ "type": "string"
89
+ },
70
90
  "autocomplete/minLength": {
71
91
  "description": "Minimum number of characters to initiate a search.",
72
92
  "type": "number"
73
93
  },
74
- "autocomplete/completeOnFocus": {
75
- "description": "Whether to run a query when input receives focus.",
76
- "type": "boolean"
77
- },
78
94
  "autocomplete/delay": {
79
95
  "description": "Delay between keystrokes to wait before sending a query.",
80
96
  "type": "number"
@@ -83,30 +99,42 @@
83
99
  "description": "A valid query selector or an HTMLElement to specify where the overlay gets attached. Special keywords are \"body\" for document body and \"self\" for the element itself.",
84
100
  "type": "string"
85
101
  },
102
+ "autocomplete/forceSelection": {
103
+ "description": "When present, autocomplete clears the manual input if it does not match of the suggestions to force only accepting values from the suggestions.",
104
+ "type": "boolean"
105
+ },
106
+ "autocomplete/completeOnFocus": {
107
+ "description": "Whether to run a query when input receives focus.",
108
+ "type": "boolean"
109
+ },
110
+ "autocomplete/inputId": {
111
+ "description": "Identifier of the underlying input element.",
112
+ "type": "string"
113
+ },
86
114
  "autocomplete/inputStyle": {
87
115
  "description": "Inline style of the input field.",
88
- "type": "any"
116
+ "type": "object"
89
117
  },
90
118
  "autocomplete/inputClass": {
91
119
  "description": "Style class of the input field.",
92
120
  "type": "string"
93
121
  },
94
- "autocomplete/forceSelection": {
95
- "description": "When present, autocomplete clears the manual input if it does not match of the suggestions to force only accepting values from the suggestions.",
96
- "type": "boolean"
97
- },
98
- "autocomplete/class": {
99
- "description": "Style class of the component.",
100
- "type": "string"
122
+ "autocomplete/inputProps": {
123
+ "description": "Uses to pass all properties of the HTMLInputElement/HTMLSpanElement to the focusable input element inside the component.",
124
+ "type": "object"
101
125
  },
102
- "autocomplete/style": {
103
- "description": "Inline of the component.",
104
- "type": "any"
126
+ "autocomplete/panelStyle": {
127
+ "description": "Inline style of the overlay panel.",
128
+ "type": "object"
105
129
  },
106
130
  "autocomplete/panelClass": {
107
131
  "description": "Style class of the overlay panel.",
108
132
  "type": "string"
109
133
  },
134
+ "autocomplete/panelProps": {
135
+ "description": "Uses to pass all properties of the HTMLDivElement to the overlay panel inside the component.",
136
+ "type": "object"
137
+ },
110
138
  "autocomplete/loadingIcon": {
111
139
  "description": "Icon to display in loading state.",
112
140
  "type": "string"
@@ -115,6 +143,42 @@
115
143
  "description": "Whether to use the virtualScroller feature. The properties of VirtualScroller component can be used like an object in it.",
116
144
  "type": "object"
117
145
  },
146
+ "autocomplete/autoOptionFocus": {
147
+ "description": "Whether to focus on the first visible or selected element when the overlay panel is shown.",
148
+ "type": "boolean"
149
+ },
150
+ "autocomplete/searchLocale": {
151
+ "description": "Locale to use in searching. The default locale is the host environment's current locale.",
152
+ "type": "string"
153
+ },
154
+ "autocomplete/searchMessage": {
155
+ "description": "Text to be displayed in hidden accessible field when filtering returns any results. Defaults to value from PrimeVue locale configuration.",
156
+ "type": "string"
157
+ },
158
+ "autocomplete/selectionMessage": {
159
+ "description": "Text to be displayed in hidden accessible field when options are selected. Defaults to value from PrimeVue locale configuration.",
160
+ "type": "string"
161
+ },
162
+ "autocomplete/emptySelectionMessage": {
163
+ "description": "Text to be displayed in hidden accessible field when any option is not selected. Defaults to value from PrimeVue locale configuration.",
164
+ "type": "string"
165
+ },
166
+ "autocomplete/emptySearchMessage": {
167
+ "description": "Text to display when filtering does not return any results. Defaults to value from PrimeVue locale configuration.",
168
+ "type": "string"
169
+ },
170
+ "autocomplete/tabindex": {
171
+ "description": "Index of the element in tabbing order.",
172
+ "type": "number"
173
+ },
174
+ "autocomplete/aria-label": {
175
+ "description": "Defines a string value that labels an interactive element.",
176
+ "type": "string"
177
+ },
178
+ "autocomplete/aria-labelledby": {
179
+ "description": "Identifier of the underlying input element.",
180
+ "type": "string"
181
+ },
118
182
  "avatar/label": {
119
183
  "description": "Defines the text to display.",
120
184
  "type": "string"
@@ -260,7 +324,7 @@
260
324
  "type": "string"
261
325
  },
262
326
  "calendar/panelClass": {
263
- "description": "Style class of the datetimepicker panel.",
327
+ "description": "Style class of the overlay panel.",
264
328
  "type": "string"
265
329
  },
266
330
  "calendar/minDate": {
@@ -335,6 +399,10 @@
335
399
  "description": "Whether to hide the overlay on date selection when showTime is enabled.",
336
400
  "type": "boolean"
337
401
  },
402
+ "calendar/hideOnRangeSelection": {
403
+ "description": "Whether to hide the overlay on date selection is completed when selectionMode is range.",
404
+ "type": "boolean"
405
+ },
338
406
  "calendar/timeSeparator": {
339
407
  "description": "Separator of time selector.",
340
408
  "type": "string"
@@ -351,21 +419,45 @@
351
419
  "description": "A valid query selector or an HTMLElement to specify where the overlay gets attached. Special keywords are \"body\" for document body and \"self\" for the element itself.",
352
420
  "type": "string"
353
421
  },
354
- "calendar/inputStyle": {
355
- "description": "Inline style of the input field.",
356
- "type": "any"
422
+ "calendar/disabled": {
423
+ "description": "When present, it specifies that the element should be disabled.",
424
+ "type": "boolean"
425
+ },
426
+ "calendar/readonly": {
427
+ "description": "When present, it specifies that an input field is read-only.",
428
+ "type": "boolean"
429
+ },
430
+ "calendar/placeholder": {
431
+ "description": "Placeholder text for the input.",
432
+ "type": "string"
433
+ },
434
+ "calendar/id": {
435
+ "description": "Identifier of the element.",
436
+ "type": "string"
437
+ },
438
+ "calendar/inputId": {
439
+ "description": "Identifier of the underlying input element.",
440
+ "type": "string"
357
441
  },
358
442
  "calendar/inputClass": {
359
443
  "description": "Style class of the input field.",
360
444
  "type": "string"
361
445
  },
362
- "calendar/class": {
363
- "description": "Style class of the component.",
446
+ "calendar/inputStyle": {
447
+ "description": "Inline style of the input field.",
448
+ "type": "any"
449
+ },
450
+ "calendar/inputProps": {
451
+ "description": "Uses to pass all properties of the HTMLInputElement to the focusable input element inside the component.",
452
+ "type": "object"
453
+ },
454
+ "calendar/panelStyle": {
455
+ "description": "Inline style of the overlay panel.",
364
456
  "type": "string"
365
457
  },
366
- "calendar/style": {
367
- "description": "Inline style of the component.",
368
- "type": "any"
458
+ "calendar/panelProps": {
459
+ "description": "Uses to pass all properties of the HTMLDivElement to the overlay panel inside the component.",
460
+ "type": "object"
369
461
  },
370
462
  "carousel/value": {
371
463
  "description": "An array of objects to display.",
@@ -431,6 +523,10 @@
431
523
  "description": "Property name or getter function to use as the value of an option, defaults to the option itself when not defined.",
432
524
  "type": "string | function"
433
525
  },
526
+ "cascadeselect/optionDisabled": {
527
+ "description": "Property name or getter function to use as the disabled flag of an option, defaults to false when not defined.",
528
+ "type": "boolean"
529
+ },
434
530
  "cascadeselect/optionGroupLabel": {
435
531
  "description": "Property name or getter function to use as the label of an option group.",
436
532
  "type": "string | function"
@@ -451,26 +547,34 @@
451
547
  "description": "A property to uniquely identify an option.",
452
548
  "type": "string"
453
549
  },
454
- "cascadeselect/tabindex": {
455
- "description": "Index of the element in tabbing order.",
456
- "type": "number"
550
+ "cascadeselect/inputStyle": {
551
+ "description": "Inline style of the input field.",
552
+ "type": "object"
457
553
  },
458
- "cascadeselect/inputId": {
459
- "description": "Identifier of the underlying input element.",
554
+ "cascadeselect/inputClass": {
555
+ "description": "Style class of the input field.",
460
556
  "type": "string"
461
557
  },
462
- "cascadeselect/ariaLabelledBy": {
463
- "description": "Establishes relationships between the component and label(s) where its value should be one or more element IDs.",
464
- "type": "string"
558
+ "cascadeselect/inputProps": {
559
+ "description": "Uses to pass all properties of the HTMLInputElement/HTMLSpanElement to the focusable input element inside the component.",
560
+ "type": "object"
465
561
  },
466
- "cascadeselect/appendTo": {
467
- "description": "A valid query selector or an HTMLElement to specify where the overlay gets attached. Special keywords are \"body\" for document body and \"self\" for the element itself.",
468
- "type": "string"
562
+ "cascadeselect/panelStyle": {
563
+ "description": "Inline style of the overlay panel.",
564
+ "type": "object"
469
565
  },
470
566
  "cascadeselect/panelClass": {
471
567
  "description": "Style class of the overlay panel.",
472
568
  "type": "string"
473
569
  },
570
+ "cascadeselect/panelProps": {
571
+ "description": "Uses to pass all properties of the HTMLDivElement to the overlay panel inside the component.",
572
+ "type": "object"
573
+ },
574
+ "cascadeselect/appendTo": {
575
+ "description": "A valid query selector or an HTMLElement to specify where the overlay gets attached. Special keywords are \"body\" for document body and \"self\" for the element itself.",
576
+ "type": "string"
577
+ },
474
578
  "cascadeselect/loading": {
475
579
  "description": "Whether the multiselect is in loading state.",
476
580
  "type": "boolean"
@@ -479,6 +583,42 @@
479
583
  "description": "Icon to display in loading state.",
480
584
  "type": "string"
481
585
  },
586
+ "cascadeselect/autoOptionFocus": {
587
+ "description": "Whether to focus on the first visible or selected element when the overlay panel is shown.",
588
+ "type": "boolean"
589
+ },
590
+ "cascadeselect/searchLocale": {
591
+ "description": "Locale to use in searching. The default locale is the host environment's current locale.",
592
+ "type": "string"
593
+ },
594
+ "cascadeselect/searchMessage": {
595
+ "description": "Text to be displayed in hidden accessible field when filtering returns any results. Defaults to value from PrimeVue locale configuration.",
596
+ "type": "string"
597
+ },
598
+ "cascadeselect/selectionMessage": {
599
+ "description": "Text to be displayed in hidden accessible field when options are selected. Defaults to value from PrimeVue locale configuration.",
600
+ "type": "string"
601
+ },
602
+ "cascadeselect/emptySelectionMessage": {
603
+ "description": "Text to be displayed in hidden accessible field when any option is not selected. Defaults to value from PrimeVue locale configuration.",
604
+ "type": "string"
605
+ },
606
+ "cascadeselect/emptySearchMessage": {
607
+ "description": "Text to display when filtering does not return any results. Defaults to value from PrimeVue locale configuration.",
608
+ "type": "string"
609
+ },
610
+ "cascadeselect/tabindex": {
611
+ "description": "Index of the element in tabbing order.",
612
+ "type": "number"
613
+ },
614
+ "cascadeselect/aria-label": {
615
+ "description": "Defines a string value that labels an interactive element.",
616
+ "type": "string"
617
+ },
618
+ "cascadeselect/aria-labelledby": {
619
+ "description": "Identifier of the underlying input element.",
620
+ "type": "string"
621
+ },
482
622
  "chart/type": {
483
623
  "description": "Type of the chart.",
484
624
  "type": "string"
@@ -515,13 +655,21 @@
515
655
  "description": "Allows to select a boolean value instead of multiple values.",
516
656
  "type": "boolean"
517
657
  },
518
- "checkbox/class": {
519
- "description": "Style class of the component.",
520
- "type": "string"
658
+ "checkbox/disabled": {
659
+ "description": "When present, it specifies that the element should be disabled.",
660
+ "type": "boolean"
521
661
  },
522
- "checkbox/style": {
523
- "description": "Inline of the component.",
524
- "type": "any"
662
+ "checkbox/readonly": {
663
+ "description": "When present, it specifies that an input field is read-only.",
664
+ "type": "boolean"
665
+ },
666
+ "checkbox/required": {
667
+ "description": "When present, it specifies that the element is required.",
668
+ "type": "boolean"
669
+ },
670
+ "checkbox/tabindex": {
671
+ "description": "Index of the element in tabbing order.",
672
+ "type": "number"
525
673
  },
526
674
  "checkbox/trueValue": {
527
675
  "description": "Value in checked state.",
@@ -531,6 +679,30 @@
531
679
  "description": "Value in unchecked state.",
532
680
  "type": "any"
533
681
  },
682
+ "checkbox/inputId": {
683
+ "description": "Identifier of the underlying input element.",
684
+ "type": "string"
685
+ },
686
+ "checkbox/inputClass": {
687
+ "description": "Style class of the input field.",
688
+ "type": "any"
689
+ },
690
+ "checkbox/inputStyle": {
691
+ "description": "Inline style of the input field.",
692
+ "type": "any"
693
+ },
694
+ "checkbox/inputProps": {
695
+ "description": "Uses to pass all properties of the HTMLInputElement to the focusable input element inside the component.",
696
+ "type": "object"
697
+ },
698
+ "checkbox/aria-labelledby": {
699
+ "description": "Establishes relationships between the component and label(s) where its value should be one or more element IDs.",
700
+ "type": "string"
701
+ },
702
+ "checkbox/aria-label": {
703
+ "description": "Used to define a string that labels the element.",
704
+ "type": "string"
705
+ },
534
706
  "chip/label": {
535
707
  "description": "Defines the text to display.",
536
708
  "type": "string"
@@ -571,14 +743,30 @@
571
743
  "description": "Whether to allow duplicate values or not.",
572
744
  "type": "boolean"
573
745
  },
574
- "chips/class": {
575
- "description": "Style class of the component.",
746
+ "chips/disabled": {
747
+ "description": "When present, it specifies that the element should be disabled.",
748
+ "type": "boolean"
749
+ },
750
+ "chips/placeholder": {
751
+ "description": "Placeholder text for the input.",
576
752
  "type": "string"
577
753
  },
578
- "chips/style": {
579
- "description": "Inline of the component.",
754
+ "chips/inputId": {
755
+ "description": "Identifier of the focus input to match a label defined for the chips.",
756
+ "type": "string"
757
+ },
758
+ "chips/inputClass": {
759
+ "description": "Style class of the input field.",
760
+ "type": "string"
761
+ },
762
+ "chips/inputStyle": {
763
+ "description": "Inline style of the input field.",
580
764
  "type": "any"
581
765
  },
766
+ "chips/inputProps": {
767
+ "description": "Uses to pass all properties of the HTMLInputElement to the focusable input element inside the component.",
768
+ "type": "object"
769
+ },
582
770
  "colorpicker/modelValue": {
583
771
  "description": "Value of the component.",
584
772
  "type": "string"
@@ -599,7 +787,7 @@
599
787
  "description": "When present, it specifies that the component should be disabled.",
600
788
  "type": "boolean"
601
789
  },
602
- "colorpicker/tabIndex": {
790
+ "colorpicker/tabindex": {
603
791
  "description": "Index of the element in tabbing order.",
604
792
  "type": "string"
605
793
  },
@@ -611,10 +799,6 @@
611
799
  "description": "Whether to automatically manage layering.",
612
800
  "type": "boolean"
613
801
  },
614
- "colorpicker/ariaLabelledBy": {
615
- "description": "Establishes relationships between the component and label(s) where its value should be one or more element IDs.",
616
- "type": "string"
617
- },
618
802
  "colorpicker/panelClass": {
619
803
  "description": "Style class of the overlay panel.",
620
804
  "type": "string"
@@ -623,6 +807,14 @@
623
807
  "description": "A valid query selector or an HTMLElement to specify where the overlay gets attached. Special keywords are \"body\" for document body and \"self\" for the element itself.",
624
808
  "type": "string"
625
809
  },
810
+ "colorpicker/aria-labelledby": {
811
+ "description": "Establishes relationships between the component and label(s) where its value should be one or more element IDs.",
812
+ "type": "string"
813
+ },
814
+ "colorpicker/aria-label": {
815
+ "description": "Used to define a string that labels the element.",
816
+ "type": "string"
817
+ },
626
818
  "column/columnKey": {
627
819
  "description": "Identifier of a column if field property is not defined.",
628
820
  "type": "any"
@@ -783,6 +975,10 @@
783
975
  "description": "Custom export header of the column to be exported as CSV.",
784
976
  "type": "string"
785
977
  },
978
+ "column/exportFooter": {
979
+ "description": "Custom export footer of the column to be exported as CSV.",
980
+ "type": "string"
981
+ },
786
982
  "column/hidden": {
787
983
  "description": "Whether the column is rendered.",
788
984
  "type": "boolean"
@@ -1335,30 +1531,46 @@
1335
1531
  "description": "When enabled, a clear icon is displayed to clear the value.",
1336
1532
  "type": "boolean"
1337
1533
  },
1338
- "dropdown/tabindex": {
1339
- "description": "Index of the element in tabbing order.",
1340
- "type": "number"
1341
- },
1342
1534
  "dropdown/inputId": {
1343
1535
  "description": "Identifier of the underlying input element.",
1344
1536
  "type": "string"
1345
1537
  },
1346
- "dropdown/ariaLabelledBy": {
1347
- "description": "A valid query selector or an HTMLElement to specify where the overlay gets attached. Special keywords are \"body\" for document body and \"self\" for the element itself.",
1348
- "type": "string"
1538
+ "dropdown/inputStyle": {
1539
+ "description": "Inline style of the input field.",
1540
+ "type": "object"
1349
1541
  },
1350
- "dropdown/emptyFilterMessage": {
1351
- "description": "Text to display when filtering does not return any results. Defaults to value from PrimeVue locale configuration.",
1542
+ "dropdown/inputClass": {
1543
+ "description": "Style class of the input field.",
1352
1544
  "type": "string"
1353
1545
  },
1354
- "dropdown/emptyMessage": {
1355
- "description": "Text to display when there are no options available. Defaults to value from PrimeVue locale configuration.",
1356
- "type": "string"
1546
+ "dropdown/inputProps": {
1547
+ "description": "Uses to pass all properties of the HTMLInputElement/HTMLSpanElement to the focusable input element inside the component.",
1548
+ "type": "object"
1549
+ },
1550
+ "dropdown/panelStyle": {
1551
+ "description": "Inline style of the overlay panel.",
1552
+ "type": "object"
1357
1553
  },
1358
1554
  "dropdown/panelClass": {
1359
1555
  "description": "Style class of the overlay panel.",
1360
1556
  "type": "string"
1361
1557
  },
1558
+ "dropdown/panelProps": {
1559
+ "description": "Uses to pass all properties of the HTMLDivElement to the overlay panel inside the component.",
1560
+ "type": "object"
1561
+ },
1562
+ "dropdown/filterInputProps": {
1563
+ "description": "Uses to pass all properties of the HTMLInputElement to the filter input inside the component.",
1564
+ "type": "object"
1565
+ },
1566
+ "dropdown/clearIconProps": {
1567
+ "description": "Uses to pass all properties of the HTMLElement to the clear icon inside the component.",
1568
+ "type": "object"
1569
+ },
1570
+ "dropdown/appendTo": {
1571
+ "description": "A valid query selector or an HTMLElement to specify where the overlay gets attached. Special keywords are 'body' for document body and 'self' for the element itself.",
1572
+ "type": "string"
1573
+ },
1362
1574
  "dropdown/loading": {
1363
1575
  "description": "Whether the multiselect is in loading state.",
1364
1576
  "type": "boolean"
@@ -1371,6 +1583,42 @@
1371
1583
  "description": "Whether to use the virtualScroller feature. The properties of VirtualScroller component can be used like an object in it.",
1372
1584
  "type": "object"
1373
1585
  },
1586
+ "dropdown/autoOptionFocus": {
1587
+ "description": "Whether to focus on the first visible or selected element when the overlay panel is shown.",
1588
+ "type": "boolean"
1589
+ },
1590
+ "dropdown/filterMessage": {
1591
+ "description": "Text to be displayed in hidden accessible field when filtering returns any results. Defaults to value from PrimeVue locale configuration.",
1592
+ "type": "string"
1593
+ },
1594
+ "dropdown/selectionMessage": {
1595
+ "description": "Text to be displayed in hidden accessible field when options are selected. Defaults to value from PrimeVue locale configuration.",
1596
+ "type": "string"
1597
+ },
1598
+ "dropdown/emptySelectionMessage": {
1599
+ "description": "Text to be displayed in hidden accessible field when any option is not selected. Defaults to value from PrimeVue locale configuration.",
1600
+ "type": "string"
1601
+ },
1602
+ "dropdown/emptyFilterMessage": {
1603
+ "description": "Text to display when filtering does not return any results. Defaults to value from PrimeVue locale configuration.",
1604
+ "type": "string"
1605
+ },
1606
+ "dropdown/emptyMessage": {
1607
+ "description": "Text to display when there are no options available. Defaults to value from PrimeVue locale configuration.",
1608
+ "type": "string"
1609
+ },
1610
+ "dropdown/tabindex": {
1611
+ "description": "Index of the element in tabbing order.",
1612
+ "type": "number"
1613
+ },
1614
+ "dropdown/aria-label": {
1615
+ "description": "Defines a string value that labels an interactive element.",
1616
+ "type": "string"
1617
+ },
1618
+ "dropdown/aria-labelledby": {
1619
+ "description": "Identifier of the underlying input element.",
1620
+ "type": "string"
1621
+ },
1374
1622
  "editor/modelValue": {
1375
1623
  "description": "Value of the content.",
1376
1624
  "type": "string"
@@ -1735,6 +1983,14 @@
1735
1983
  "description": "When present, it specifies that an input field is read-only.",
1736
1984
  "type": "boolean"
1737
1985
  },
1986
+ "inputnumber/placeholder": {
1987
+ "description": "Placeholder text for the input.",
1988
+ "type": "string"
1989
+ },
1990
+ "inputnumber/inputId": {
1991
+ "description": "Identifier of the underlying input element.",
1992
+ "type": "string"
1993
+ },
1738
1994
  "inputnumber/inputStyle": {
1739
1995
  "description": "Inline style of the input field.",
1740
1996
  "type": "any"
@@ -1743,26 +1999,22 @@
1743
1999
  "description": "Style class of the input field.",
1744
2000
  "type": "string"
1745
2001
  },
1746
- "inputnumber/class": {
1747
- "description": "Style class of the component.",
1748
- "type": "string"
2002
+ "inputnumber/inputProps": {
2003
+ "description": "Uses to pass all properties of the HTMLInputElement to the focusable input element inside the component.",
2004
+ "type": "object"
1749
2005
  },
1750
- "inputnumber/style": {
1751
- "description": "Inline of the component.",
1752
- "type": "any"
2006
+ "inputnumber/incrementButtonProps": {
2007
+ "description": "Uses to pass all properties of the HTMLButtonElement to increment button inside the component.",
2008
+ "type": "object"
2009
+ },
2010
+ "inputnumber/decrementButtonProps": {
2011
+ "description": "Uses to pass all properties of the HTMLButtonElement to decrement button inside the component.",
2012
+ "type": "object"
1753
2013
  },
1754
2014
  "inputswitch/modelValue": {
1755
2015
  "description": "Specifies whether a inputswitch should be checked or not.",
1756
2016
  "type": "boolean"
1757
2017
  },
1758
- "inputswitch/class": {
1759
- "description": "Style class of the component.",
1760
- "type": "string"
1761
- },
1762
- "inputswitch/style": {
1763
- "description": "Inline of the component.",
1764
- "type": "any"
1765
- },
1766
2018
  "inputswitch/trueValue": {
1767
2019
  "description": "Value in checked state.",
1768
2020
  "type": "any"
@@ -1771,6 +2023,22 @@
1771
2023
  "description": "Value in unchecked state.",
1772
2024
  "type": "any"
1773
2025
  },
2026
+ "inputswitch/inputId": {
2027
+ "description": "Identifier of the underlying input element.",
2028
+ "type": "string"
2029
+ },
2030
+ "inputswitch/inputStyle": {
2031
+ "description": "Inline style of the input field.",
2032
+ "type": "any"
2033
+ },
2034
+ "inputswitch/inputClass": {
2035
+ "description": "Style class of the input field.",
2036
+ "type": "string"
2037
+ },
2038
+ "inputswitch/inputProps": {
2039
+ "description": "Uses to pass all properties of the HTMLInputElement to the focusable input element inside the component.",
2040
+ "type": "object"
2041
+ },
1774
2042
  "inputtext/modelValue": {
1775
2043
  "description": "Value of the component.",
1776
2044
  "type": "any"
@@ -1827,6 +2095,18 @@
1827
2095
  "description": "Template string of the value.",
1828
2096
  "type": "string"
1829
2097
  },
2098
+ "knob/tabindex": {
2099
+ "description": "Index of the element in tabbing order.",
2100
+ "type": "number"
2101
+ },
2102
+ "knob/aria-labelledby": {
2103
+ "description": "Establishes relationships between the component and label(s) where its value should be one or more element IDs.",
2104
+ "type": "string"
2105
+ },
2106
+ "knob/aria-label": {
2107
+ "description": "Used to define a string that labels the element.",
2108
+ "type": "string"
2109
+ },
1830
2110
  "listbox/modelValue": {
1831
2111
  "description": "Value of the component.",
1832
2112
  "type": "any"
@@ -1895,6 +2175,30 @@
1895
2175
  "description": "Fields used when filtering the options, defaults to optionLabel.",
1896
2176
  "type": "array"
1897
2177
  },
2178
+ "listbox/filterInputProps": {
2179
+ "description": "Uses to pass all properties of the HTMLInputElement to the filter input inside the component.",
2180
+ "type": "object"
2181
+ },
2182
+ "listbox/virtualScrollerOptions": {
2183
+ "description": "Whether to use the virtualScroller feature. The properties of VirtualScroller component can be used like an object in it.",
2184
+ "type": "object"
2185
+ },
2186
+ "listbox/autoOptionFocus": {
2187
+ "description": "Whether to focus on the first visible or selected element.",
2188
+ "type": "boolean"
2189
+ },
2190
+ "listbox/filterMessage": {
2191
+ "description": "Text to be displayed in hidden accessible field when filtering returns any results. Defaults to value from PrimeVue locale configuration.",
2192
+ "type": "string"
2193
+ },
2194
+ "listbox/selectionMessage": {
2195
+ "description": "Text to be displayed in hidden accessible field when options are selected. Defaults to value from PrimeVue locale configuration.",
2196
+ "type": "string"
2197
+ },
2198
+ "listbox/emptySelectionMessage": {
2199
+ "description": "Text to be displayed in hidden accessible field when any option is not selected. Defaults to value from PrimeVue locale configuration.",
2200
+ "type": "string"
2201
+ },
1898
2202
  "listbox/emptyFilterMessage": {
1899
2203
  "description": "Text to display when filtering does not return any results. Defaults to value from PrimeVue locale configuration.",
1900
2204
  "type": "string"
@@ -1903,6 +2207,18 @@
1903
2207
  "description": "Text to display when there are no options available. Defaults to value from PrimeVue locale configuration.",
1904
2208
  "type": "string"
1905
2209
  },
2210
+ "listbox/tabindex": {
2211
+ "description": "Index of the element in tabbing order.",
2212
+ "type": "number"
2213
+ },
2214
+ "listbox/aria-label": {
2215
+ "description": "Defines a string value that labels an interactive element.",
2216
+ "type": "string"
2217
+ },
2218
+ "listbox/aria-labelledby": {
2219
+ "description": "Identifier of the underlying input element.",
2220
+ "type": "string"
2221
+ },
1906
2222
  "megamenu/modelValue": {
1907
2223
  "description": "An array of menuitems.",
1908
2224
  "type": "array"
@@ -1999,26 +2315,6 @@
1999
2315
  "description": "Height of the viewport, a scrollbar is defined if height of list exceeds this value.",
2000
2316
  "type": "string"
2001
2317
  },
2002
- "multiselect/filter": {
2003
- "description": "When specified, displays a filter input at header.",
2004
- "type": "boolean"
2005
- },
2006
- "multiselect/filterPlaceholder": {
2007
- "description": "Placeholder text to show when filter input is empty.",
2008
- "type": "string"
2009
- },
2010
- "multiselect/filterLocale": {
2011
- "description": "Locale to use in filtering. The default locale is the host environment's current locale.",
2012
- "type": "string"
2013
- },
2014
- "multiselect/filterMatchMode": {
2015
- "description": "Defines the filtering algorithm to use when searching the options. Valid values are \"contains\" (default), \"startsWith\" and \"endsWith\"",
2016
- "type": "string"
2017
- },
2018
- "multiselect/filterFields": {
2019
- "description": "Fields used when filtering the options, defaults to optionLabel.",
2020
- "type": "array"
2021
- },
2022
2318
  "multiselect/placeholder": {
2023
2319
  "description": "Label to display when there are no selections.",
2024
2320
  "type": "string"
@@ -2027,38 +2323,74 @@
2027
2323
  "description": "When present, it specifies that the component should be disabled.",
2028
2324
  "type": "boolean"
2029
2325
  },
2030
- "multiselect/tabindex": {
2031
- "description": "Index of the element in tabbing order.",
2032
- "type": "string"
2033
- },
2034
2326
  "multiselect/inputId": {
2035
2327
  "description": "Identifier of the underlying input element.",
2036
2328
  "type": "string"
2037
2329
  },
2330
+ "multiselect/inputProps": {
2331
+ "description": "Uses to pass all properties of the HTMLInputElement to the focusable input element inside the component.",
2332
+ "type": "object"
2333
+ },
2334
+ "multiselect/panelStyle": {
2335
+ "description": "Inline style of the overlay panel.",
2336
+ "type": "object"
2337
+ },
2338
+ "multiselect/panelClass": {
2339
+ "description": "Style class of the overlay panel.",
2340
+ "type": "string"
2341
+ },
2342
+ "multiselect/panelProps": {
2343
+ "description": "Uses to pass all properties of the HTMLDivElement to the overlay panel.",
2344
+ "type": "object"
2345
+ },
2346
+ "multiselect/filterInputProps": {
2347
+ "description": "Uses to pass all properties of the HTMLInputElement to the filter input inside the overlay panel.",
2348
+ "type": "object"
2349
+ },
2350
+ "multiselect/closeButtonProps": {
2351
+ "description": "Uses to pass all properties of the HTMLButtonElement to the close button inside the overlay panel.",
2352
+ "type": "object"
2353
+ },
2038
2354
  "multiselect/dataKey": {
2039
2355
  "description": "A property to uniquely identify an option.",
2040
2356
  "type": "string"
2041
2357
  },
2042
- "multiselect/ariaLabelledBy": {
2043
- "description": "A valid query selector or an HTMLElement to specify where the overlay gets attached. Special keywords are \"body\" for document body and \"self\" for the element itself.",
2358
+ "multiselect/filter": {
2359
+ "description": "When specified, displays a filter input at header.",
2360
+ "type": "boolean"
2361
+ },
2362
+ "multiselect/filterPlaceholder": {
2363
+ "description": "Placeholder text to show when filter input is empty.",
2044
2364
  "type": "string"
2045
2365
  },
2046
- "multiselect/emptyFilterMessage": {
2047
- "description": "Text to display when filtering does not return any results. Defaults to value from PrimeVue locale configuration.",
2366
+ "multiselect/filterLocale": {
2367
+ "description": "Locale to use in filtering. The default locale is the host environment's current locale.",
2048
2368
  "type": "string"
2049
2369
  },
2050
- "multiselect/emptyMessage": {
2051
- "description": "Text to display when there are no options available. Defaults to value from PrimeVue locale configuration.",
2370
+ "multiselect/filterMatchMode": {
2371
+ "description": "Defines the filtering algorithm to use when searching the options. Valid values are \"contains\" (default), \"startsWith\" and \"endsWith\"",
2372
+ "type": "string"
2373
+ },
2374
+ "multiselect/filterFields": {
2375
+ "description": "Fields used when filtering the options, defaults to optionLabel.",
2376
+ "type": "array"
2377
+ },
2378
+ "multiselect/appendTo": {
2379
+ "description": "A valid query selector or an HTMLElement to specify where the overlay gets attached. Special keywords are 'body' for document body and 'self' for the element itself.",
2052
2380
  "type": "string"
2053
2381
  },
2054
2382
  "multiselect/display": {
2055
2383
  "description": "Defines how the selected items are displayed, valid values are \"comma\" and \"chip\".",
2056
2384
  "type": "string"
2057
2385
  },
2058
- "multiselect/panelClass": {
2059
- "description": "Style class of the overlay panel.",
2386
+ "multiselect/selectedItemsLabel": {
2387
+ "description": "Label to display after exceeding max selected labels.",
2060
2388
  "type": "string"
2061
2389
  },
2390
+ "multiselect/maxSelectedLabels": {
2391
+ "description": "Decides how many selected item labels to show at most.",
2392
+ "type": "number"
2393
+ },
2062
2394
  "multiselect/selectionLimit": {
2063
2395
  "description": "Maximum number of selectable items.",
2064
2396
  "type": "number"
@@ -2075,14 +2407,6 @@
2075
2407
  "description": "Icon to display in loading state.",
2076
2408
  "type": "string"
2077
2409
  },
2078
- "multiselect/maxSelectedLabels": {
2079
- "description": "Decides how many selected item labels to show at most.",
2080
- "type": "number"
2081
- },
2082
- "multiselect/selectedItemsLabel": {
2083
- "description": "Label to display after exceeding max selected labels.",
2084
- "type": "string"
2085
- },
2086
2410
  "multiselect/selectAll": {
2087
2411
  "description": "Whether all data is selected.",
2088
2412
  "type": "boolean"
@@ -2095,6 +2419,42 @@
2095
2419
  "description": "Whether to use the virtualScroller feature. The properties of VirtualScroller component can be used like an object in it.",
2096
2420
  "type": "object"
2097
2421
  },
2422
+ "multiselect/autoOptionFocus": {
2423
+ "description": "Whether to focus on the first visible or selected element when the overlay panel is shown.",
2424
+ "type": "boolean"
2425
+ },
2426
+ "multiselect/filterMessage": {
2427
+ "description": "Text to be displayed in hidden accessible field when filtering returns any results. Defaults to value from PrimeVue locale configuration.",
2428
+ "type": "string"
2429
+ },
2430
+ "multiselect/selectionMessage": {
2431
+ "description": "Text to be displayed in hidden accessible field when options are selected. Defaults to value from PrimeVue locale configuration.",
2432
+ "type": "string"
2433
+ },
2434
+ "multiselect/emptySelectionMessage": {
2435
+ "description": "Text to be displayed in hidden accessible field when any option is not selected. Defaults to value from PrimeVue locale configuration.",
2436
+ "type": "string"
2437
+ },
2438
+ "multiselect/emptyFilterMessage": {
2439
+ "description": "Text to display when filtering does not return any results. Defaults to value from PrimeVue locale configuration.",
2440
+ "type": "string"
2441
+ },
2442
+ "multiselect/emptyMessage": {
2443
+ "description": "Text to display when there are no options available. Defaults to value from PrimeVue locale configuration.",
2444
+ "type": "string"
2445
+ },
2446
+ "multiselect/tabindex": {
2447
+ "description": "Index of the element in tabbing order.",
2448
+ "type": "number"
2449
+ },
2450
+ "multiselect/aria-label": {
2451
+ "description": "Defines a string value that labels an interactive element.",
2452
+ "type": "string"
2453
+ },
2454
+ "multiselect/aria-labelledby": {
2455
+ "description": "Identifier of the underlying input element.",
2456
+ "type": "string"
2457
+ },
2098
2458
  "orderlist/modelValue": {
2099
2459
  "description": "Value of the component.",
2100
2460
  "type": "array"
@@ -2235,6 +2595,10 @@
2235
2595
  "description": "Value of the component.",
2236
2596
  "type": "any"
2237
2597
  },
2598
+ "password/inputId": {
2599
+ "description": "Identifier of the underlying input element.",
2600
+ "type": "string"
2601
+ },
2238
2602
  "password/promptLabel": {
2239
2603
  "description": "Text to prompt password entry. Defaults to PrimeVue Locale configuration.",
2240
2604
  "type": "string"
@@ -2279,6 +2643,10 @@
2279
2643
  "description": "Icon to show displaying the password as plain text.",
2280
2644
  "type": "string"
2281
2645
  },
2646
+ "password/placeholder": {
2647
+ "description": "Placeholder text for the input.",
2648
+ "type": "string"
2649
+ },
2282
2650
  "password/inputStyle": {
2283
2651
  "description": "Inline style of the input field.",
2284
2652
  "type": "any"
@@ -2287,18 +2655,26 @@
2287
2655
  "description": "Style class of the input field.",
2288
2656
  "type": "any"
2289
2657
  },
2290
- "password/class": {
2291
- "description": "Style class of the component.",
2292
- "type": "string"
2658
+ "password/inputProps": {
2659
+ "description": "Uses to pass all properties of the HTMLInputElement to the focusable input element inside the component.",
2660
+ "type": "object"
2293
2661
  },
2294
- "password/style": {
2295
- "description": "Inline of the component.",
2296
- "type": "any"
2662
+ "password/panelId": {
2663
+ "description": "Identifier of the underlying overlay panel element.",
2664
+ "type": "string"
2297
2665
  },
2298
2666
  "password/panelClass": {
2299
2667
  "description": "Style class of the overlay panel.",
2300
2668
  "type": "string"
2301
2669
  },
2670
+ "password/panelStyle": {
2671
+ "description": "Inline style of the overlay panel.",
2672
+ "type": "string"
2673
+ },
2674
+ "password/panelProps": {
2675
+ "description": "Uses to pass all properties of the HTMLDivElement to the overlay panel inside the component.",
2676
+ "type": "object"
2677
+ },
2302
2678
  "picklist/modelValue": {
2303
2679
  "description": "Value of the component as a multidimensional array.",
2304
2680
  "type": "array"
@@ -2331,6 +2707,14 @@
2331
2707
  "description": "Whether to displays rows with alternating colors.",
2332
2708
  "type": "boolean"
2333
2709
  },
2710
+ "picklist/showSourceControls": {
2711
+ "description": "Whether to show buttons of source list.",
2712
+ "type": "boolean"
2713
+ },
2714
+ "picklist/showTargetControls": {
2715
+ "description": "Whether to show buttons of target list.",
2716
+ "type": "boolean"
2717
+ },
2334
2718
  "portal/appendTo": {
2335
2719
  "description": "A valid query selector or an HTMLElement to specify where the dialog gets attached. Special keywords are \"body\" for document body and \"self\" for the element itself.",
2336
2720
  "type": "string"
@@ -2371,14 +2755,38 @@
2371
2755
  "description": "Value binding of the checkbox.",
2372
2756
  "type": "any"
2373
2757
  },
2374
- "radiobutton/class": {
2375
- "description": "Style class of the component.",
2758
+ "radiobutton/name": {
2759
+ "description": "Name of the input element.",
2376
2760
  "type": "string"
2377
2761
  },
2378
- "radiobutton/style": {
2379
- "description": "Inline of the component.",
2762
+ "radiobutton/disabled": {
2763
+ "description": "When present, it specifies that the element should be disabled.",
2764
+ "type": "boolean"
2765
+ },
2766
+ "radiobutton/inputId": {
2767
+ "description": "Identifier of the underlying input element.",
2768
+ "type": "string"
2769
+ },
2770
+ "radiobutton/inputClass": {
2771
+ "description": "Style class of the input field.",
2772
+ "type": "string"
2773
+ },
2774
+ "radiobutton/inputStyle": {
2775
+ "description": "Inline style of the input field.",
2380
2776
  "type": "any"
2381
2777
  },
2778
+ "radiobutton/inputProps": {
2779
+ "description": "Uses to pass all properties of the HTMLInputElement to the focusable input element inside the component.",
2780
+ "type": "object"
2781
+ },
2782
+ "radiobutton/aria-labelledby": {
2783
+ "description": "Establishes relationships between the component and label(s) where its value should be one or more element IDs.",
2784
+ "type": "string"
2785
+ },
2786
+ "radiobutton/aria-label": {
2787
+ "description": "Used to define a string that labels the element.",
2788
+ "type": "string"
2789
+ },
2382
2790
  "rating/modelValue": {
2383
2791
  "description": "Value of the rating.",
2384
2792
  "type": "number"
@@ -2447,8 +2855,12 @@
2447
2855
  "description": "A property to uniquely identify an option.",
2448
2856
  "type": "string"
2449
2857
  },
2450
- "selectbutton/ariaLabelledBy": {
2451
- "description": "Establishes relationships between the component and label(s) where its value should be one or more element IDs.",
2858
+ "selectbutton/unselectable": {
2859
+ "description": "Whether selection can be cleared.",
2860
+ "type": "boolean"
2861
+ },
2862
+ "selectbutton/aria-labelledby": {
2863
+ "description": "Identifier of the underlying element.",
2452
2864
  "type": "string"
2453
2865
  },
2454
2866
  "sidebar/visible": {
@@ -2535,10 +2947,18 @@
2535
2947
  "description": "When present, it specifies that the component should be disabled.",
2536
2948
  "type": "boolean"
2537
2949
  },
2538
- "slider/ariaLabelledBy": {
2950
+ "slider/tabindex": {
2951
+ "description": "Index of the element in tabbing order.",
2952
+ "type": "number"
2953
+ },
2954
+ "slider/aria-labelledby": {
2539
2955
  "description": "Establishes relationships between the component and label(s) where its value should be one or more element IDs.",
2540
2956
  "type": "string"
2541
2957
  },
2958
+ "slider/aria-label": {
2959
+ "description": "Used to define a string that labels the element.",
2960
+ "type": "string"
2961
+ },
2542
2962
  "speeddial/model": {
2543
2963
  "description": "MenuModel instance to define the action items.",
2544
2964
  "type": "object"
@@ -2831,6 +3251,30 @@
2831
3251
  "description": "Position of the icon, valid values are \"left\" and \"right\".",
2832
3252
  "type": "string"
2833
3253
  },
3254
+ "togglebutton/tabindex": {
3255
+ "description": "Index of the element in tabbing order.",
3256
+ "type": "number"
3257
+ },
3258
+ "togglebutton/disabled": {
3259
+ "description": "When present, it specifies that the element should be disabled.",
3260
+ "type": "boolean"
3261
+ },
3262
+ "togglebutton/inputId": {
3263
+ "description": "Identifier of the focus input to match a label defined for the chips.",
3264
+ "type": "string"
3265
+ },
3266
+ "togglebutton/inputClass": {
3267
+ "description": "Style class of the input field.",
3268
+ "type": "string"
3269
+ },
3270
+ "togglebutton/inputStyle": {
3271
+ "description": "Inline style of the input field.",
3272
+ "type": "any"
3273
+ },
3274
+ "togglebutton/inputProps": {
3275
+ "description": "Uses to pass all properties of the HTMLInputElement to the focusable input element inside the component.",
3276
+ "type": "object"
3277
+ },
2834
3278
  "tree/value": {
2835
3279
  "description": "An array of treenodes.",
2836
3280
  "type": "any"
@@ -2911,8 +3355,12 @@
2911
3355
  "description": "Identifier of the underlying input element.",
2912
3356
  "type": "string"
2913
3357
  },
2914
- "treeselect/ariaLabelledBy": {
2915
- "description": "Establishes relationships between the component and label(s) where its value should be one or more element IDs.",
3358
+ "treeselect/inputStyle": {
3359
+ "description": "Inline style of the input field.",
3360
+ "type": "any"
3361
+ },
3362
+ "treeselect/inputClass": {
3363
+ "description": "Style class of the input field.",
2916
3364
  "type": "string"
2917
3365
  },
2918
3366
  "treeselect/selectionMode": {
@@ -2939,6 +3387,14 @@
2939
3387
  "description": "Defines how multiple items can be selected, when true metaKey needs to be pressed to select or unselect an item and when set to false selection of each item can be toggled individually. On touch enabled devices, metaKeySelection is turned off automatically.",
2940
3388
  "type": "boolean"
2941
3389
  },
3390
+ "treeselect/aria-labelledby": {
3391
+ "description": "Establishes relationships between the component and label(s) where its value should be one or more element IDs.",
3392
+ "type": "string"
3393
+ },
3394
+ "treeselect/aria-label": {
3395
+ "description": "Used to define a string that labels the element.",
3396
+ "type": "string"
3397
+ },
2942
3398
  "treetable/value": {
2943
3399
  "description": "An array of treenodes.",
2944
3400
  "type": "array"
@@ -3091,13 +3547,29 @@
3091
3547
  "description": "Value of the component.",
3092
3548
  "type": "boolean"
3093
3549
  },
3094
- "tristatecheckbox/class": {
3095
- "description": "Style class of the component.",
3550
+ "tristatecheckbox/disabled": {
3551
+ "description": "When present, it specifies that the component should be disabled.",
3552
+ "type": "boolean"
3553
+ },
3554
+ "tristatecheckbox/tabindex": {
3555
+ "description": "Index of the element in tabbing order.",
3096
3556
  "type": "string"
3097
3557
  },
3098
- "tristatecheckbox/style": {
3099
- "description": "Inline of the component.",
3100
- "type": "any"
3558
+ "tristatecheckbox/inputId": {
3559
+ "description": "Identifier of the underlying input element.",
3560
+ "type": "string"
3561
+ },
3562
+ "tristatecheckbox/inputProps": {
3563
+ "description": "Uses to pass all properties of the HTMLInputElement to the focusable input element inside the component.",
3564
+ "type": "object"
3565
+ },
3566
+ "tristatecheckbox/aria-labelledby": {
3567
+ "description": "Establishes relationships between the component and label(s) where its value should be one or more element IDs.",
3568
+ "type": "string"
3569
+ },
3570
+ "tristatecheckbox/aria-label": {
3571
+ "description": "Used to define a string that labels the element.",
3572
+ "type": "string"
3101
3573
  },
3102
3574
  "virtualscroller/id": {
3103
3575
  "description": "Unique identifier of the element.",
@@ -3162,5 +3634,9 @@
3162
3634
  "virtualscroller/showLoader": {
3163
3635
  "description": "Whether to show loader.",
3164
3636
  "type": "boolean"
3637
+ },
3638
+ "virtualscroller/tabindex": {
3639
+ "description": "Index of the element in tabbing order.",
3640
+ "type": "number|string"
3165
3641
  }
3166
3642
  }