primevue 3.32.2 → 3.34.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 (426) hide show
  1. package/accordion/Accordion.d.ts +21 -2
  2. package/accordion/accordion.cjs.js +3 -3
  3. package/accordion/accordion.esm.js +3 -3
  4. package/accordion/accordion.js +3 -3
  5. package/accordiontab/AccordionTab.d.ts +24 -2
  6. package/autocomplete/AutoComplete.d.ts +24 -2
  7. package/autocomplete/AutoComplete.vue +1 -1
  8. package/autocomplete/autocomplete.cjs.js +5 -5
  9. package/autocomplete/autocomplete.cjs.min.js +1 -1
  10. package/autocomplete/autocomplete.esm.js +5 -5
  11. package/autocomplete/autocomplete.esm.min.js +1 -1
  12. package/autocomplete/autocomplete.js +5 -5
  13. package/autocomplete/autocomplete.min.js +1 -1
  14. package/avatar/Avatar.d.ts +21 -2
  15. package/avatargroup/AvatarGroup.d.ts +8 -2
  16. package/badge/Badge.d.ts +18 -2
  17. package/badgedirective/BadgeDirective.d.ts +12 -2
  18. package/badgedirective/badgedirective.cjs.js +3 -3
  19. package/badgedirective/badgedirective.esm.js +3 -3
  20. package/badgedirective/badgedirective.js +3 -3
  21. package/basecomponent/BaseComponent.vue +20 -22
  22. package/basecomponent/basecomponent.cjs.js +41 -28
  23. package/basecomponent/basecomponent.cjs.min.js +1 -1
  24. package/basecomponent/basecomponent.esm.js +41 -28
  25. package/basecomponent/basecomponent.esm.min.js +1 -1
  26. package/basecomponent/basecomponent.js +41 -28
  27. package/basecomponent/basecomponent.min.js +1 -1
  28. package/basedirective/basedirective.cjs.js +42 -25
  29. package/basedirective/basedirective.cjs.min.js +1 -1
  30. package/basedirective/basedirective.esm.js +42 -25
  31. package/basedirective/basedirective.esm.min.js +1 -1
  32. package/basedirective/basedirective.js +42 -25
  33. package/basedirective/basedirective.min.js +1 -1
  34. package/blockui/BlockUI.d.ts +21 -2
  35. package/breadcrumb/Breadcrumb.d.ts +47 -2
  36. package/breadcrumb/Breadcrumb.vue +7 -2
  37. package/breadcrumb/BreadcrumbItem.vue +28 -3
  38. package/breadcrumb/breadcrumb.cjs.js +35 -8
  39. package/breadcrumb/breadcrumb.cjs.min.js +1 -1
  40. package/breadcrumb/breadcrumb.esm.js +36 -9
  41. package/breadcrumb/breadcrumb.esm.min.js +1 -1
  42. package/breadcrumb/breadcrumb.js +35 -8
  43. package/breadcrumb/breadcrumb.min.js +1 -1
  44. package/button/Button.d.ts +24 -2
  45. package/button/button.cjs.js +1 -1
  46. package/button/button.esm.js +1 -1
  47. package/button/button.js +1 -1
  48. package/calendar/Calendar.d.ts +26 -4
  49. package/calendar/Calendar.vue +63 -29
  50. package/calendar/calendar.cjs.js +137 -51
  51. package/calendar/calendar.cjs.min.js +1 -1
  52. package/calendar/calendar.esm.js +137 -51
  53. package/calendar/calendar.esm.min.js +1 -1
  54. package/calendar/calendar.js +137 -51
  55. package/calendar/calendar.min.js +1 -1
  56. package/card/Card.d.ts +8 -2
  57. package/carousel/Carousel.d.ts +24 -2
  58. package/carousel/Carousel.vue +22 -2
  59. package/carousel/carousel.cjs.js +9 -5
  60. package/carousel/carousel.cjs.min.js +1 -1
  61. package/carousel/carousel.esm.js +9 -5
  62. package/carousel/carousel.esm.min.js +1 -1
  63. package/carousel/carousel.js +9 -5
  64. package/carousel/carousel.min.js +1 -1
  65. package/cascadeselect/CascadeSelect.d.ts +21 -2
  66. package/cascadeselect/cascadeselect.cjs.js +3 -3
  67. package/cascadeselect/cascadeselect.esm.js +3 -3
  68. package/cascadeselect/cascadeselect.js +3 -3
  69. package/chart/Chart.d.ts +18 -2
  70. package/chart/chart.cjs.js +3 -3
  71. package/chart/chart.esm.js +3 -3
  72. package/chart/chart.js +3 -3
  73. package/checkbox/Checkbox.d.ts +24 -2
  74. package/checkbox/checkbox.cjs.js +3 -3
  75. package/checkbox/checkbox.esm.js +3 -3
  76. package/checkbox/checkbox.js +3 -3
  77. package/chip/Chip.d.ts +21 -2
  78. package/chips/Chips.d.ts +21 -2
  79. package/chips/chips.cjs.js +3 -3
  80. package/chips/chips.esm.js +3 -3
  81. package/chips/chips.js +3 -3
  82. package/colorpicker/ColorPicker.d.ts +21 -2
  83. package/column/Column.d.ts +24 -2
  84. package/columngroup/ColumnGroup.d.ts +24 -2
  85. package/config/PrimeVue.d.ts +93 -92
  86. package/config/config.cjs.js +4 -3
  87. package/config/config.cjs.min.js +1 -1
  88. package/config/config.esm.js +4 -3
  89. package/config/config.esm.min.js +1 -1
  90. package/config/config.js +4 -3
  91. package/config/config.min.js +1 -1
  92. package/confirmdialog/ConfirmDialog.d.ts +21 -2
  93. package/confirmpopup/ConfirmPopup.d.ts +21 -2
  94. package/confirmpopup/confirmpopup.cjs.js +3 -3
  95. package/confirmpopup/confirmpopup.esm.js +3 -3
  96. package/confirmpopup/confirmpopup.js +3 -3
  97. package/contextmenu/ContextMenu.d.ts +54 -2
  98. package/contextmenu/ContextMenu.vue +13 -7
  99. package/contextmenu/ContextMenuSub.vue +34 -2
  100. package/contextmenu/contextmenu.cjs.js +41 -14
  101. package/contextmenu/contextmenu.cjs.min.js +1 -1
  102. package/contextmenu/contextmenu.esm.js +42 -15
  103. package/contextmenu/contextmenu.esm.min.js +1 -1
  104. package/contextmenu/contextmenu.js +41 -14
  105. package/contextmenu/contextmenu.min.js +1 -1
  106. package/core/core.js +256 -147
  107. package/core/core.min.js +12 -12
  108. package/datatable/BodyCell.vue +14 -4
  109. package/datatable/DataTable.d.ts +41 -3
  110. package/datatable/DataTable.vue +6 -3
  111. package/datatable/TableBody.vue +7 -8
  112. package/datatable/datatable.cjs.js +63 -57
  113. package/datatable/datatable.cjs.min.js +1 -1
  114. package/datatable/datatable.esm.js +63 -57
  115. package/datatable/datatable.esm.min.js +1 -1
  116. package/datatable/datatable.js +63 -57
  117. package/datatable/datatable.min.js +1 -1
  118. package/dataview/DataView.d.ts +21 -2
  119. package/dataviewlayoutoptions/DataViewLayoutOptions.d.ts +21 -2
  120. package/deferredcontent/DeferredContent.d.ts +21 -2
  121. package/dialog/Dialog.d.ts +21 -2
  122. package/dialog/Dialog.vue +2 -2
  123. package/dialog/dialog.cjs.js +7 -5
  124. package/dialog/dialog.cjs.min.js +1 -1
  125. package/dialog/dialog.esm.js +8 -6
  126. package/dialog/dialog.esm.min.js +1 -1
  127. package/dialog/dialog.js +7 -5
  128. package/dialog/dialog.min.js +1 -1
  129. package/divider/Divider.d.ts +18 -2
  130. package/dock/Dock.d.ts +46 -2
  131. package/dock/Dock.vue +5 -0
  132. package/dock/DockSub.vue +20 -1
  133. package/dock/dock.cjs.js +21 -2
  134. package/dock/dock.cjs.min.js +1 -1
  135. package/dock/dock.esm.js +22 -3
  136. package/dock/dock.esm.min.js +1 -1
  137. package/dock/dock.js +21 -2
  138. package/dock/dock.min.js +1 -1
  139. package/dropdown/Dropdown.d.ts +24 -2
  140. package/dropdown/dropdown.cjs.js +6 -6
  141. package/dropdown/dropdown.esm.js +6 -6
  142. package/dropdown/dropdown.js +6 -6
  143. package/editor/Editor.d.ts +22 -2
  144. package/editor/editor.cjs.js +3 -3
  145. package/editor/editor.esm.js +3 -3
  146. package/editor/editor.js +3 -3
  147. package/fieldset/Fieldset.d.ts +21 -2
  148. package/fieldset/fieldset.cjs.js +4 -4
  149. package/fieldset/fieldset.esm.js +4 -4
  150. package/fieldset/fieldset.js +4 -4
  151. package/fileupload/FileContent.vue +8 -6
  152. package/fileupload/FileUpload.d.ts +21 -2
  153. package/fileupload/FileUpload.vue +9 -7
  154. package/fileupload/fileupload.cjs.js +17 -13
  155. package/fileupload/fileupload.cjs.min.js +1 -1
  156. package/fileupload/fileupload.esm.js +17 -13
  157. package/fileupload/fileupload.esm.min.js +1 -1
  158. package/fileupload/fileupload.js +17 -13
  159. package/fileupload/fileupload.min.js +1 -1
  160. package/focustrap/FocusTrap.d.ts +8 -2
  161. package/galleria/Galleria.d.ts +24 -2
  162. package/galleria/galleria.cjs.js +9 -9
  163. package/galleria/galleria.esm.js +9 -9
  164. package/galleria/galleria.js +9 -9
  165. package/image/Image.d.ts +21 -2
  166. package/image/image.cjs.js +3 -3
  167. package/image/image.esm.js +3 -3
  168. package/image/image.js +3 -3
  169. package/inlinemessage/InlineMessage.d.ts +21 -2
  170. package/inplace/Inplace.d.ts +21 -2
  171. package/inplace/inplace.cjs.js +3 -3
  172. package/inplace/inplace.esm.js +3 -3
  173. package/inplace/inplace.js +3 -3
  174. package/inputmask/InputMask.d.ts +21 -2
  175. package/inputmask/InputMask.vue +3 -1
  176. package/inputmask/inputmask.cjs.js +2 -1
  177. package/inputmask/inputmask.cjs.min.js +1 -1
  178. package/inputmask/inputmask.esm.js +2 -1
  179. package/inputmask/inputmask.esm.min.js +1 -1
  180. package/inputmask/inputmask.js +2 -1
  181. package/inputmask/inputmask.min.js +1 -1
  182. package/inputnumber/InputNumber.d.ts +21 -2
  183. package/inputnumber/inputnumber.cjs.js +6 -6
  184. package/inputnumber/inputnumber.esm.js +6 -6
  185. package/inputnumber/inputnumber.js +6 -6
  186. package/inputswitch/InputSwitch.d.ts +21 -2
  187. package/inputswitch/inputswitch.cjs.js +3 -3
  188. package/inputswitch/inputswitch.esm.js +3 -3
  189. package/inputswitch/inputswitch.js +3 -3
  190. package/inputtext/InputText.d.ts +21 -2
  191. package/knob/Knob.d.ts +21 -2
  192. package/listbox/Listbox.d.ts +24 -2
  193. package/listbox/listbox.cjs.js +3 -3
  194. package/listbox/listbox.esm.js +3 -3
  195. package/listbox/listbox.js +3 -3
  196. package/megamenu/MegaMenu.d.ts +58 -2
  197. package/megamenu/MegaMenu.vue +6 -30
  198. package/megamenu/MegaMenuSub.vue +34 -3
  199. package/megamenu/megamenu.cjs.js +36 -39
  200. package/megamenu/megamenu.cjs.min.js +1 -1
  201. package/megamenu/megamenu.esm.js +37 -40
  202. package/megamenu/megamenu.esm.min.js +1 -1
  203. package/megamenu/megamenu.js +36 -39
  204. package/megamenu/megamenu.min.js +1 -1
  205. package/menu/Menu.d.ts +60 -2
  206. package/menu/Menu.vue +6 -1
  207. package/menu/Menuitem.vue +26 -1
  208. package/menu/menu.cjs.js +29 -7
  209. package/menu/menu.cjs.min.js +1 -1
  210. package/menu/menu.esm.js +30 -8
  211. package/menu/menu.esm.min.js +1 -1
  212. package/menu/menu.js +29 -7
  213. package/menu/menu.min.js +1 -1
  214. package/menubar/Menubar.d.ts +62 -2
  215. package/menubar/Menubar.vue +6 -0
  216. package/menubar/MenubarSub.vue +32 -1
  217. package/menubar/menubar.cjs.js +34 -6
  218. package/menubar/menubar.cjs.min.js +1 -1
  219. package/menubar/menubar.esm.js +35 -7
  220. package/menubar/menubar.esm.min.js +1 -1
  221. package/menubar/menubar.js +34 -6
  222. package/menubar/menubar.min.js +1 -1
  223. package/menuitem/MenuItem.d.ts +1 -0
  224. package/message/Message.d.ts +21 -2
  225. package/message/message.cjs.js +3 -3
  226. package/message/message.esm.js +3 -3
  227. package/message/message.js +3 -3
  228. package/multiselect/MultiSelect.d.ts +24 -2
  229. package/multiselect/multiselect.cjs.js +6 -6
  230. package/multiselect/multiselect.esm.js +6 -6
  231. package/multiselect/multiselect.js +6 -6
  232. package/orderlist/OrderList.d.ts +24 -2
  233. package/orderlist/OrderList.vue +7 -5
  234. package/orderlist/orderlist.cjs.js +10 -8
  235. package/orderlist/orderlist.cjs.min.js +1 -1
  236. package/orderlist/orderlist.esm.js +10 -8
  237. package/orderlist/orderlist.esm.min.js +1 -1
  238. package/orderlist/orderlist.js +10 -8
  239. package/orderlist/orderlist.min.js +1 -1
  240. package/organizationchart/OrganizationChart.d.ts +24 -2
  241. package/organizationchart/organizationchart.cjs.js +4 -4
  242. package/organizationchart/organizationchart.esm.js +4 -4
  243. package/organizationchart/organizationchart.js +4 -4
  244. package/overlaypanel/OverlayPanel.d.ts +21 -2
  245. package/overlaypanel/overlaypanel.cjs.js +3 -3
  246. package/overlaypanel/overlaypanel.esm.js +3 -3
  247. package/overlaypanel/overlaypanel.js +3 -3
  248. package/package.json +1 -1
  249. package/paginator/FirstPageLink.vue +1 -1
  250. package/paginator/JumpToPageDropdown.vue +1 -0
  251. package/paginator/LastPageLink.vue +1 -1
  252. package/paginator/NextPageLink.vue +1 -1
  253. package/paginator/Paginator.d.ts +24 -2
  254. package/paginator/PrevPageLink.vue +1 -1
  255. package/paginator/RowsPerPageDropdown.vue +1 -0
  256. package/paginator/paginator.cjs.js +19 -9
  257. package/paginator/paginator.cjs.min.js +1 -1
  258. package/paginator/paginator.esm.js +19 -9
  259. package/paginator/paginator.esm.min.js +1 -1
  260. package/paginator/paginator.js +19 -9
  261. package/paginator/paginator.min.js +1 -1
  262. package/panel/Panel.d.ts +21 -2
  263. package/panel/panel.cjs.js +3 -3
  264. package/panel/panel.esm.js +3 -3
  265. package/panel/panel.js +3 -3
  266. package/panelmenu/PanelMenu.d.ts +58 -2
  267. package/panelmenu/PanelMenu.vue +6 -0
  268. package/panelmenu/PanelMenuList.vue +1 -0
  269. package/panelmenu/PanelMenuSub.vue +33 -1
  270. package/panelmenu/panelmenu.cjs.js +41 -12
  271. package/panelmenu/panelmenu.cjs.min.js +1 -1
  272. package/panelmenu/panelmenu.esm.js +42 -13
  273. package/panelmenu/panelmenu.esm.min.js +1 -1
  274. package/panelmenu/panelmenu.js +41 -12
  275. package/panelmenu/panelmenu.min.js +1 -1
  276. package/passthrough/index.cjs.js +15 -9
  277. package/passthrough/index.cjs.min.js +1 -1
  278. package/passthrough/index.d.ts +4 -4
  279. package/passthrough/index.esm.js +15 -9
  280. package/passthrough/index.esm.min.js +1 -1
  281. package/passthrough/index.js +15 -9
  282. package/passthrough/index.min.js +1 -1
  283. package/passthrough/tailwind/index.cjs.js +3 -3
  284. package/passthrough/tailwind/index.cjs.min.js +1 -1
  285. package/passthrough/tailwind/index.esm.js +3 -3
  286. package/passthrough/tailwind/index.esm.min.js +1 -1
  287. package/passthrough/tailwind/index.js +3 -3
  288. package/passthrough/tailwind/index.min.js +1 -1
  289. package/password/Password.d.ts +21 -2
  290. package/password/password.cjs.js +3 -3
  291. package/password/password.esm.js +3 -3
  292. package/password/password.js +3 -3
  293. package/picklist/PickList.d.ts +24 -2
  294. package/picklist/PickList.vue +8 -5
  295. package/picklist/picklist.cjs.js +10 -8
  296. package/picklist/picklist.cjs.min.js +1 -1
  297. package/picklist/picklist.esm.js +10 -8
  298. package/picklist/picklist.esm.min.js +1 -1
  299. package/picklist/picklist.js +10 -8
  300. package/picklist/picklist.min.js +1 -1
  301. package/progressbar/ProgressBar.d.ts +18 -2
  302. package/progressspinner/ProgressSpinner.d.ts +18 -2
  303. package/radiobutton/RadioButton.d.ts +21 -2
  304. package/radiobutton/radiobutton.cjs.js +3 -3
  305. package/radiobutton/radiobutton.esm.js +3 -3
  306. package/radiobutton/radiobutton.js +3 -3
  307. package/rating/Rating.d.ts +24 -2
  308. package/ripple/Ripple.d.ts +8 -2
  309. package/row/Row.d.ts +16 -0
  310. package/scrollpanel/ScrollPanel.d.ts +21 -2
  311. package/scrolltop/ScrollTop.d.ts +21 -2
  312. package/selectbutton/SelectButton.d.ts +24 -2
  313. package/sidebar/Sidebar.d.ts +21 -2
  314. package/sidebar/sidebar.cjs.js +3 -3
  315. package/sidebar/sidebar.esm.js +3 -3
  316. package/sidebar/sidebar.js +3 -3
  317. package/skeleton/Skeleton.d.ts +18 -2
  318. package/slider/Slider.d.ts +18 -2
  319. package/speeddial/SpeedDial.d.ts +24 -2
  320. package/speeddial/speeddial.cjs.js +4 -4
  321. package/speeddial/speeddial.esm.js +4 -4
  322. package/speeddial/speeddial.js +4 -4
  323. package/splitbutton/SplitButton.d.ts +35 -2
  324. package/splitbutton/SplitButton.vue +6 -2
  325. package/splitbutton/splitbutton.cjs.js +17 -9
  326. package/splitbutton/splitbutton.cjs.min.js +1 -1
  327. package/splitbutton/splitbutton.esm.js +18 -10
  328. package/splitbutton/splitbutton.esm.min.js +1 -1
  329. package/splitbutton/splitbutton.js +17 -9
  330. package/splitbutton/splitbutton.min.js +1 -1
  331. package/splitter/Splitter.d.ts +24 -2
  332. package/splitterpanel/SplitterPanel.d.ts +21 -2
  333. package/steps/Steps.d.ts +51 -2
  334. package/steps/Steps.vue +31 -1
  335. package/steps/steps.cjs.js +31 -3
  336. package/steps/steps.cjs.min.js +1 -1
  337. package/steps/steps.esm.js +31 -3
  338. package/steps/steps.esm.min.js +1 -1
  339. package/steps/steps.js +32 -4
  340. package/steps/steps.min.js +1 -1
  341. package/styleclass/StyleClass.d.ts +8 -2
  342. package/tabmenu/TabMenu.d.ts +50 -2
  343. package/tabmenu/TabMenu.vue +27 -1
  344. package/tabmenu/tabmenu.cjs.js +26 -3
  345. package/tabmenu/tabmenu.cjs.min.js +1 -1
  346. package/tabmenu/tabmenu.esm.js +26 -3
  347. package/tabmenu/tabmenu.esm.min.js +1 -1
  348. package/tabmenu/tabmenu.js +27 -4
  349. package/tabmenu/tabmenu.min.js +1 -1
  350. package/tabpanel/TabPanel.d.ts +24 -2
  351. package/tabview/TabView.d.ts +8 -2
  352. package/tabview/tabview.cjs.js +3 -3
  353. package/tabview/tabview.esm.js +3 -3
  354. package/tabview/tabview.js +3 -3
  355. package/tag/Tag.d.ts +18 -2
  356. package/terminal/Terminal.d.ts +21 -2
  357. package/textarea/Textarea.d.ts +21 -2
  358. package/tieredmenu/TieredMenu.d.ts +58 -2
  359. package/tieredmenu/TieredMenu.vue +6 -0
  360. package/tieredmenu/TieredMenuSub.vue +33 -1
  361. package/tieredmenu/tieredmenu.cjs.js +35 -7
  362. package/tieredmenu/tieredmenu.cjs.min.js +1 -1
  363. package/tieredmenu/tieredmenu.esm.js +36 -8
  364. package/tieredmenu/tieredmenu.esm.min.js +1 -1
  365. package/tieredmenu/tieredmenu.js +35 -7
  366. package/tieredmenu/tieredmenu.min.js +1 -1
  367. package/timeline/Timeline.d.ts +21 -2
  368. package/toast/Toast.d.ts +21 -2
  369. package/toast/toast.cjs.js +7 -7
  370. package/toast/toast.esm.js +7 -7
  371. package/toast/toast.js +7 -7
  372. package/togglebutton/ToggleButton.d.ts +24 -2
  373. package/togglebutton/ToggleButton.vue +4 -4
  374. package/togglebutton/togglebutton.cjs.js +7 -7
  375. package/togglebutton/togglebutton.cjs.min.js +1 -1
  376. package/togglebutton/togglebutton.esm.js +7 -7
  377. package/togglebutton/togglebutton.esm.min.js +1 -1
  378. package/togglebutton/togglebutton.js +7 -7
  379. package/togglebutton/togglebutton.min.js +1 -1
  380. package/toolbar/Toolbar.d.ts +18 -2
  381. package/tooltip/Tooltip.d.ts +12 -2
  382. package/tooltip/tooltip.cjs.js +2 -2
  383. package/tooltip/tooltip.esm.js +2 -2
  384. package/tooltip/tooltip.js +2 -2
  385. package/tree/Tree.d.ts +24 -2
  386. package/tree/Tree.vue +1 -1
  387. package/tree/tree.cjs.js +7 -7
  388. package/tree/tree.cjs.min.js +1 -1
  389. package/tree/tree.esm.js +7 -7
  390. package/tree/tree.esm.min.js +1 -1
  391. package/tree/tree.js +7 -7
  392. package/tree/tree.min.js +1 -1
  393. package/treeselect/TreeSelect.d.ts +21 -2
  394. package/treeselect/treeselect.cjs.js +6 -6
  395. package/treeselect/treeselect.esm.js +6 -6
  396. package/treeselect/treeselect.js +6 -6
  397. package/treetable/BodyCell.vue +1 -1
  398. package/treetable/TreeTable.d.ts +24 -2
  399. package/treetable/TreeTableRow.vue +1 -1
  400. package/treetable/treetable.cjs.js +22 -20
  401. package/treetable/treetable.cjs.min.js +1 -1
  402. package/treetable/treetable.esm.js +22 -20
  403. package/treetable/treetable.esm.min.js +1 -1
  404. package/treetable/treetable.js +22 -20
  405. package/treetable/treetable.min.js +1 -1
  406. package/tristatecheckbox/TriStateCheckbox.d.ts +24 -2
  407. package/tristatecheckbox/tristatecheckbox.cjs.js +3 -3
  408. package/tristatecheckbox/tristatecheckbox.esm.js +3 -3
  409. package/tristatecheckbox/tristatecheckbox.js +3 -3
  410. package/ts-helpers.d.ts +2 -2
  411. package/utils/utils.cjs.js +30 -20
  412. package/utils/utils.cjs.min.js +1 -1
  413. package/utils/utils.esm.js +30 -20
  414. package/utils/utils.esm.min.js +1 -1
  415. package/utils/utils.js +30 -20
  416. package/utils/utils.min.js +1 -1
  417. package/vetur-attributes.json +1 -1
  418. package/virtualscroller/BaseVirtualScroller.vue +3 -3
  419. package/virtualscroller/VirtualScroller.d.ts +21 -2
  420. package/virtualscroller/virtualscroller.cjs.js +6 -6
  421. package/virtualscroller/virtualscroller.cjs.min.js +1 -1
  422. package/virtualscroller/virtualscroller.esm.js +6 -6
  423. package/virtualscroller/virtualscroller.esm.min.js +1 -1
  424. package/virtualscroller/virtualscroller.js +6 -6
  425. package/virtualscroller/virtualscroller.min.js +1 -1
  426. package/web-types.json +13 -3
@@ -16,7 +16,7 @@ this.primevue.calendar = (function (Button, CalendarIcon, ChevronDownIcon, Chevr
16
16
  var BaseComponent__default = /*#__PURE__*/_interopDefaultLegacy(BaseComponent);
17
17
 
18
18
  var _classes;
19
- function _typeof$2(obj) { "@babel/helpers - typeof"; return _typeof$2 = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof$2(obj); }
19
+ function _typeof$2(o) { "@babel/helpers - typeof"; return _typeof$2 = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof$2(o); }
20
20
  function _defineProperty$1(obj, key, value) { key = _toPropertyKey$1(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
21
21
  function _toPropertyKey$1(arg) { var key = _toPrimitive$1(arg, "string"); return _typeof$2(key) === "symbol" ? key : String(key); }
22
22
  function _toPrimitive$1(input, hint) { if (_typeof$2(input) !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (_typeof$2(res) !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
@@ -352,7 +352,7 @@ this.primevue.calendar = (function (Button, CalendarIcon, ChevronDownIcon, Chevr
352
352
  }
353
353
  };
354
354
 
355
- function _typeof$1(obj) { "@babel/helpers - typeof"; return _typeof$1 = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof$1(obj); }
355
+ function _typeof$1(o) { "@babel/helpers - typeof"; return _typeof$1 = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof$1(o); }
356
356
  function _toConsumableArray(arr) { return _arrayWithoutHoles(arr) || _iterableToArray(arr) || _unsupportedIterableToArray(arr) || _nonIterableSpread(); }
357
357
  function _nonIterableSpread() { throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
358
358
  function _iterableToArray(iter) { if (typeof Symbol !== "undefined" && iter[Symbol.iterator] != null || iter["@@iterator"] != null) return Array.from(iter); }
@@ -2593,9 +2593,9 @@ this.primevue.calendar = (function (Button, CalendarIcon, ChevronDownIcon, Chevr
2593
2593
  }
2594
2594
  };
2595
2595
 
2596
- function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
2597
- function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
2598
- function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
2596
+ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
2597
+ function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
2598
+ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
2599
2599
  function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
2600
2600
  function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return _typeof(key) === "symbol" ? key : String(key); }
2601
2601
  function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (_typeof(res) !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
@@ -2698,7 +2698,7 @@ this.primevue.calendar = (function (Button, CalendarIcon, ChevronDownIcon, Chevr
2698
2698
  "default": vue.withCtx(function () {
2699
2699
  return [vue.createVNode(vue.Transition, vue.mergeProps({
2700
2700
  name: "p-connected-overlay",
2701
- onEnter: _cache[68] || (_cache[68] = function ($event) {
2701
+ onEnter: _cache[70] || (_cache[70] = function ($event) {
2702
2702
  return $options.onOverlayEnter($event);
2703
2703
  }),
2704
2704
  onAfterEnter: $options.onOverlayEnterComplete,
@@ -2715,13 +2715,13 @@ this.primevue.calendar = (function (Button, CalendarIcon, ChevronDownIcon, Chevr
2715
2715
  role: _ctx.inline ? null : 'dialog',
2716
2716
  "aria-modal": _ctx.inline ? null : 'true',
2717
2717
  "aria-label": _ctx.$primevue.config.locale.chooseDate,
2718
- onClick: _cache[65] || (_cache[65] = function () {
2718
+ onClick: _cache[67] || (_cache[67] = function () {
2719
2719
  return $options.onOverlayClick && $options.onOverlayClick.apply($options, arguments);
2720
2720
  }),
2721
- onKeydown: _cache[66] || (_cache[66] = function () {
2721
+ onKeydown: _cache[68] || (_cache[68] = function () {
2722
2722
  return $options.onOverlayKeyDown && $options.onOverlayKeyDown.apply($options, arguments);
2723
2723
  }),
2724
- onMouseup: _cache[67] || (_cache[67] = function () {
2724
+ onMouseup: _cache[69] || (_cache[69] = function () {
2725
2725
  return $options.onOverlayMouseUp && $options.onOverlayMouseUp.apply($options, arguments);
2726
2726
  })
2727
2727
  }, _objectSpread(_objectSpread({}, _ctx.panelProps), _ctx.ptm('panel'))), [!_ctx.timeOnly ? (vue.openBlock(), vue.createElementBlock(vue.Fragment, {
@@ -2747,7 +2747,9 @@ this.primevue.calendar = (function (Button, CalendarIcon, ChevronDownIcon, Chevr
2747
2747
  }),
2748
2748
  disabled: _ctx.disabled,
2749
2749
  "aria-label": $data.currentView === 'year' ? _ctx.$primevue.config.locale.prevDecade : $data.currentView === 'month' ? _ctx.$primevue.config.locale.prevYear : _ctx.$primevue.config.locale.prevMonth
2750
- }, _ctx.ptm('previousButton')), [vue.renderSlot(_ctx.$slots, "previousicon", {
2750
+ }, _ctx.ptm('previousButton'), {
2751
+ "data-pc-group-section": "navigator"
2752
+ }), [vue.renderSlot(_ctx.$slots, "previousicon", {
2751
2753
  "class": vue.normalizeClass(_ctx.cx('previousIcon'))
2752
2754
  }, function () {
2753
2755
  return [(vue.openBlock(), vue.createBlock(vue.resolveDynamicComponent(_ctx.previousIcon ? 'span' : 'ChevronLeftIcon'), vue.mergeProps({
@@ -2767,7 +2769,9 @@ this.primevue.calendar = (function (Button, CalendarIcon, ChevronDownIcon, Chevr
2767
2769
  "class": _ctx.cx('monthTitle'),
2768
2770
  disabled: $options.switchViewButtonDisabled,
2769
2771
  "aria-label": _ctx.$primevue.config.locale.chooseMonth
2770
- }, _ctx.ptm('monthTitle')), vue.toDisplayString($options.getMonthName(month.month)), 17, _hoisted_5)) : vue.createCommentVNode("", true), $data.currentView !== 'year' ? (vue.openBlock(), vue.createElementBlock("button", vue.mergeProps({
2772
+ }, _ctx.ptm('monthTitle'), {
2773
+ "data-pc-group-section": "view"
2774
+ }), vue.toDisplayString($options.getMonthName(month.month)), 17, _hoisted_5)) : vue.createCommentVNode("", true), $data.currentView !== 'year' ? (vue.openBlock(), vue.createElementBlock("button", vue.mergeProps({
2771
2775
  key: 1,
2772
2776
  type: "button",
2773
2777
  onClick: _cache[9] || (_cache[9] = function () {
@@ -2779,7 +2783,9 @@ this.primevue.calendar = (function (Button, CalendarIcon, ChevronDownIcon, Chevr
2779
2783
  "class": _ctx.cx('yearTitle'),
2780
2784
  disabled: $options.switchViewButtonDisabled,
2781
2785
  "aria-label": _ctx.$primevue.config.locale.chooseYear
2782
- }, _ctx.ptm('yearTitle')), vue.toDisplayString($options.getYear(month)), 17, _hoisted_6)) : vue.createCommentVNode("", true), $data.currentView === 'year' ? (vue.openBlock(), vue.createElementBlock("span", vue.mergeProps({
2786
+ }, _ctx.ptm('yearTitle'), {
2787
+ "data-pc-group-section": "view"
2788
+ }), vue.toDisplayString($options.getYear(month)), 17, _hoisted_6)) : vue.createCommentVNode("", true), $data.currentView === 'year' ? (vue.openBlock(), vue.createElementBlock("span", vue.mergeProps({
2783
2789
  key: 2,
2784
2790
  "class": _ctx.cx('decadeTitle')
2785
2791
  }, _ctx.ptm('decadeTitle')), [vue.renderSlot(_ctx.$slots, "decade", {
@@ -2799,7 +2805,9 @@ this.primevue.calendar = (function (Button, CalendarIcon, ChevronDownIcon, Chevr
2799
2805
  }),
2800
2806
  disabled: _ctx.disabled,
2801
2807
  "aria-label": $data.currentView === 'year' ? _ctx.$primevue.config.locale.nextDecade : $data.currentView === 'month' ? _ctx.$primevue.config.locale.nextYear : _ctx.$primevue.config.locale.nextMonth
2802
- }, _ctx.ptm('nextButton')), [vue.renderSlot(_ctx.$slots, "nexticon", {
2808
+ }, _ctx.ptm('nextButton'), {
2809
+ "data-pc-group-section": "navigator"
2810
+ }), [vue.renderSlot(_ctx.$slots, "nexticon", {
2803
2811
  "class": vue.normalizeClass(_ctx.cx('nextIcon'))
2804
2812
  }, function () {
2805
2813
  return [(vue.openBlock(), vue.createBlock(vue.resolveDynamicComponent(_ctx.nextIcon ? 'span' : 'ChevronRightIcon'), vue.mergeProps({
@@ -2820,27 +2828,37 @@ this.primevue.calendar = (function (Button, CalendarIcon, ChevronDownIcon, Chevr
2820
2828
  disabled: _ctx.showWeek
2821
2829
  }
2822
2830
  }), {
2823
- "data-p-disabled": _ctx.showWeek
2824
- }), [vue.createElementVNode("span", vue.normalizeProps(vue.guardReactiveProps(_ctx.ptm('weekLabel'))), vue.toDisplayString($options.weekHeaderLabel), 17)], 16, _hoisted_8)) : vue.createCommentVNode("", true), (vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList($options.weekDays, function (weekDay) {
2831
+ "data-p-disabled": _ctx.showWeek,
2832
+ "data-pc-group-section": "tableheadercell"
2833
+ }), [vue.createElementVNode("span", vue.mergeProps(_ctx.ptm('weekLabel'), {
2834
+ "data-pc-group-section": "tableheadercelllabel"
2835
+ }), vue.toDisplayString($options.weekHeaderLabel), 17)], 16, _hoisted_8)) : vue.createCommentVNode("", true), (vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList($options.weekDays, function (weekDay) {
2825
2836
  return vue.openBlock(), vue.createElementBlock("th", vue.mergeProps({
2826
2837
  key: weekDay,
2827
2838
  scope: "col",
2828
2839
  abbr: weekDay
2829
- }, _ctx.ptm('tableHeaderCell')), [vue.createElementVNode("span", vue.normalizeProps(vue.guardReactiveProps(_ctx.ptm('weekDay'))), vue.toDisplayString(weekDay), 17)], 16, _hoisted_9);
2840
+ }, _ctx.ptm('tableHeaderCell'), {
2841
+ "data-pc-group-section": "tableheadercell"
2842
+ }), [vue.createElementVNode("span", vue.mergeProps(_ctx.ptm('weekDay'), {
2843
+ "data-pc-group-section": "tableheadercelllabel"
2844
+ }), vue.toDisplayString(weekDay), 17)], 16, _hoisted_9);
2830
2845
  }), 128))], 16)], 16), vue.createElementVNode("tbody", vue.normalizeProps(vue.guardReactiveProps(_ctx.ptm('tableBody'))), [(vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(month.dates, function (week, i) {
2831
2846
  return vue.openBlock(), vue.createElementBlock("tr", vue.mergeProps({
2832
2847
  key: week[0].day + '' + week[0].month
2833
2848
  }, _ctx.ptm('tableBodyRow')), [_ctx.showWeek ? (vue.openBlock(), vue.createElementBlock("td", vue.mergeProps({
2834
2849
  key: 0,
2835
2850
  "class": _ctx.cx('weekNumber')
2836
- }, _ctx.ptm('weekNumber')), [vue.createElementVNode("span", vue.mergeProps({
2851
+ }, _ctx.ptm('weekNumber'), {
2852
+ "data-pc-group-section": "tablebodycell"
2853
+ }), [vue.createElementVNode("span", vue.mergeProps({
2837
2854
  "class": _ctx.cx('weekLabelContainer')
2838
2855
  }, _ctx.ptm('weekLabelContainer', {
2839
2856
  context: {
2840
2857
  disabled: _ctx.showWeek
2841
2858
  }
2842
2859
  }), {
2843
- "data-p-disabled": _ctx.showWeek
2860
+ "data-p-disabled": _ctx.showWeek,
2861
+ "data-pc-group-section": "tablebodycelllabel"
2844
2862
  }), [month.weekNumbers[i] < 10 ? (vue.openBlock(), vue.createElementBlock("span", vue.mergeProps({
2845
2863
  key: 0,
2846
2864
  style: {
@@ -2861,7 +2879,8 @@ this.primevue.calendar = (function (Button, CalendarIcon, ChevronDownIcon, Chevr
2861
2879
  }
2862
2880
  }), {
2863
2881
  "data-p-today": date.today,
2864
- "data-p-other-month": date.otherMonth
2882
+ "data-p-other-month": date.otherMonth,
2883
+ "data-pc-group-section": "tablebodycell"
2865
2884
  }), [vue.withDirectives((vue.openBlock(), vue.createElementBlock("span", vue.mergeProps({
2866
2885
  "class": _ctx.cx('dayLabel', {
2867
2886
  date: date
@@ -2883,7 +2902,8 @@ this.primevue.calendar = (function (Button, CalendarIcon, ChevronDownIcon, Chevr
2883
2902
  }
2884
2903
  }), {
2885
2904
  "data-p-disabled": !date.selectable,
2886
- "data-p-highlight": $options.isSelected(date)
2905
+ "data-p-highlight": $options.isSelected(date),
2906
+ "data-pc-group-section": "tablebodycelllabel"
2887
2907
  }), [vue.renderSlot(_ctx.$slots, "date", {
2888
2908
  date: date
2889
2909
  }, function () {
@@ -2972,7 +2992,9 @@ this.primevue.calendar = (function (Button, CalendarIcon, ChevronDownIcon, Chevr
2972
2992
  "class": _ctx.cx('timePicker')
2973
2993
  }, _ctx.ptm('timePicker')), [vue.createElementVNode("div", vue.mergeProps({
2974
2994
  "class": _ctx.cx('hourPicker')
2975
- }, _ctx.ptm('hourPicker')), [vue.withDirectives((vue.openBlock(), vue.createElementBlock("button", vue.mergeProps({
2995
+ }, _ctx.ptm('hourPicker'), {
2996
+ "data-pc-group-section": "timepickerContainer"
2997
+ }), [vue.withDirectives((vue.openBlock(), vue.createElementBlock("button", vue.mergeProps({
2976
2998
  "class": _ctx.cx('incrementButton'),
2977
2999
  "aria-label": _ctx.$primevue.config.locale.nextHour,
2978
3000
  onMousedown: _cache[13] || (_cache[13] = function ($event) {
@@ -2997,11 +3019,17 @@ this.primevue.calendar = (function (Button, CalendarIcon, ChevronDownIcon, Chevr
2997
3019
  return $options.onTimePickerElementMouseUp($event);
2998
3020
  }, ["space"]))],
2999
3021
  type: "button"
3000
- }, _ctx.ptm('incrementButton')), [vue.renderSlot(_ctx.$slots, "incrementicon", {}, function () {
3022
+ }, _ctx.ptm('incrementButton'), {
3023
+ "data-pc-group-section": "timepickerbutton"
3024
+ }), [vue.renderSlot(_ctx.$slots, "incrementicon", {}, function () {
3001
3025
  return [(vue.openBlock(), vue.createBlock(vue.resolveDynamicComponent(_ctx.incrementIcon ? 'span' : 'ChevronUpIcon'), vue.mergeProps({
3002
3026
  "class": _ctx.incrementIcon
3003
- }, _ctx.ptm('incrementIcon')), null, 16, ["class"]))];
3004
- })], 16, _hoisted_15)), [[_directive_ripple]]), vue.createElementVNode("span", vue.normalizeProps(vue.guardReactiveProps(_ctx.ptm('hour'))), vue.toDisplayString($options.formattedCurrentHour), 17), vue.withDirectives((vue.openBlock(), vue.createElementBlock("button", vue.mergeProps({
3027
+ }, _ctx.ptm('incrementIcon'), {
3028
+ "data-pc-group-section": "timepickerlabel"
3029
+ }), null, 16, ["class"]))];
3030
+ })], 16, _hoisted_15)), [[_directive_ripple]]), vue.createElementVNode("span", vue.mergeProps(_ctx.ptm('hour'), {
3031
+ "data-pc-group-section": "timepickerlabel"
3032
+ }), vue.toDisplayString($options.formattedCurrentHour), 17), vue.withDirectives((vue.openBlock(), vue.createElementBlock("button", vue.mergeProps({
3005
3033
  "class": _ctx.cx('decrementButton'),
3006
3034
  "aria-label": _ctx.$primevue.config.locale.prevHour,
3007
3035
  onMousedown: _cache[21] || (_cache[21] = function ($event) {
@@ -3026,15 +3054,25 @@ this.primevue.calendar = (function (Button, CalendarIcon, ChevronDownIcon, Chevr
3026
3054
  return $options.onTimePickerElementMouseUp($event);
3027
3055
  }, ["space"]))],
3028
3056
  type: "button"
3029
- }, _ctx.ptm('decrementButton')), [vue.renderSlot(_ctx.$slots, "decrementicon", {}, function () {
3057
+ }, _ctx.ptm('decrementButton'), {
3058
+ "data-pc-group-section": "timepickerbutton"
3059
+ }), [vue.renderSlot(_ctx.$slots, "decrementicon", {}, function () {
3030
3060
  return [(vue.openBlock(), vue.createBlock(vue.resolveDynamicComponent(_ctx.decrementIcon ? 'span' : 'ChevronDownIcon'), vue.mergeProps({
3031
3061
  "class": _ctx.decrementIcon
3032
- }, _ctx.ptm('decrementIcon')), null, 16, ["class"]))];
3062
+ }, _ctx.ptm('decrementIcon'), {
3063
+ "data-pc-group-section": "timepickerlabel"
3064
+ }), null, 16, ["class"]))];
3033
3065
  })], 16, _hoisted_16)), [[_directive_ripple]])], 16), vue.createElementVNode("div", vue.mergeProps({
3034
3066
  "class": _ctx.cx('separatorContainer')
3035
- }, _ctx.ptm('separatorContainer')), [vue.createElementVNode("span", vue.normalizeProps(vue.guardReactiveProps(_ctx.ptm('separator'))), vue.toDisplayString(_ctx.timeSeparator), 17)], 16), vue.createElementVNode("div", vue.mergeProps({
3067
+ }, _ctx.ptm('separatorContainer'), {
3068
+ "data-pc-group-section": "timepickerContainer"
3069
+ }), [vue.createElementVNode("span", vue.mergeProps(_ctx.ptm('separator'), {
3070
+ "data-pc-group-section": "timepickerlabel"
3071
+ }), vue.toDisplayString(_ctx.timeSeparator), 17)], 16), vue.createElementVNode("div", vue.mergeProps({
3036
3072
  "class": _ctx.cx('minutePicker')
3037
- }, _ctx.ptm('minutePicker')), [vue.withDirectives((vue.openBlock(), vue.createElementBlock("button", vue.mergeProps({
3073
+ }, _ctx.ptm('minutePicker'), {
3074
+ "data-pc-group-section": "timepickerContainer"
3075
+ }), [vue.withDirectives((vue.openBlock(), vue.createElementBlock("button", vue.mergeProps({
3038
3076
  "class": _ctx.cx('incrementButton'),
3039
3077
  "aria-label": _ctx.$primevue.config.locale.nextMinute,
3040
3078
  onMousedown: _cache[29] || (_cache[29] = function ($event) {
@@ -3060,11 +3098,17 @@ this.primevue.calendar = (function (Button, CalendarIcon, ChevronDownIcon, Chevr
3060
3098
  return $options.onTimePickerElementMouseUp($event);
3061
3099
  }, ["space"]))],
3062
3100
  type: "button"
3063
- }, _ctx.ptm('incrementButton')), [vue.renderSlot(_ctx.$slots, "incrementicon", {}, function () {
3101
+ }, _ctx.ptm('incrementButton'), {
3102
+ "data-pc-group-section": "timepickerbutton"
3103
+ }), [vue.renderSlot(_ctx.$slots, "incrementicon", {}, function () {
3064
3104
  return [(vue.openBlock(), vue.createBlock(vue.resolveDynamicComponent(_ctx.incrementIcon ? 'span' : 'ChevronUpIcon'), vue.mergeProps({
3065
3105
  "class": _ctx.incrementIcon
3066
- }, _ctx.ptm('incrementIcon')), null, 16, ["class"]))];
3067
- })], 16, _hoisted_17)), [[_directive_ripple]]), vue.createElementVNode("span", vue.normalizeProps(vue.guardReactiveProps(_ctx.ptm('minute'))), vue.toDisplayString($options.formattedCurrentMinute), 17), vue.withDirectives((vue.openBlock(), vue.createElementBlock("button", vue.mergeProps({
3106
+ }, _ctx.ptm('incrementIcon'), {
3107
+ "data-pc-group-section": "timepickerlabel"
3108
+ }), null, 16, ["class"]))];
3109
+ })], 16, _hoisted_17)), [[_directive_ripple]]), vue.createElementVNode("span", vue.mergeProps(_ctx.ptm('minute'), {
3110
+ "data-pc-group-section": "timepickerlabel"
3111
+ }), vue.toDisplayString($options.formattedCurrentMinute), 17), vue.withDirectives((vue.openBlock(), vue.createElementBlock("button", vue.mergeProps({
3068
3112
  "class": _ctx.cx('decrementButton'),
3069
3113
  "aria-label": _ctx.$primevue.config.locale.prevMinute,
3070
3114
  onMousedown: _cache[37] || (_cache[37] = function ($event) {
@@ -3090,17 +3134,27 @@ this.primevue.calendar = (function (Button, CalendarIcon, ChevronDownIcon, Chevr
3090
3134
  return $options.onTimePickerElementMouseUp($event);
3091
3135
  }, ["space"]))],
3092
3136
  type: "button"
3093
- }, _ctx.ptm('decrementButton')), [vue.renderSlot(_ctx.$slots, "decrementicon", {}, function () {
3137
+ }, _ctx.ptm('decrementButton'), {
3138
+ "data-pc-group-section": "timepickerbutton"
3139
+ }), [vue.renderSlot(_ctx.$slots, "decrementicon", {}, function () {
3094
3140
  return [(vue.openBlock(), vue.createBlock(vue.resolveDynamicComponent(_ctx.decrementIcon ? 'span' : 'ChevronDownIcon'), vue.mergeProps({
3095
3141
  "class": _ctx.decrementIcon
3096
- }, _ctx.ptm('decrementIcon')), null, 16, ["class"]))];
3142
+ }, _ctx.ptm('decrementIcon'), {
3143
+ "data-pc-group-section": "timepickerlabel"
3144
+ }), null, 16, ["class"]))];
3097
3145
  })], 16, _hoisted_18)), [[_directive_ripple]])], 16), _ctx.showSeconds ? (vue.openBlock(), vue.createElementBlock("div", vue.mergeProps({
3098
3146
  key: 0,
3099
3147
  "class": _ctx.cx('separatorContainer')
3100
- }, _ctx.ptm('separatorContainer')), [vue.createElementVNode("span", vue.normalizeProps(vue.guardReactiveProps(_ctx.ptm('separator'))), vue.toDisplayString(_ctx.timeSeparator), 17)], 16)) : vue.createCommentVNode("", true), _ctx.showSeconds ? (vue.openBlock(), vue.createElementBlock("div", vue.mergeProps({
3148
+ }, _ctx.ptm('separatorContainer'), {
3149
+ "data-pc-group-section": "timepickerContainer"
3150
+ }), [vue.createElementVNode("span", vue.mergeProps(_ctx.ptm('separator'), {
3151
+ "data-pc-group-section": "timepickerlabel"
3152
+ }), vue.toDisplayString(_ctx.timeSeparator), 17)], 16)) : vue.createCommentVNode("", true), _ctx.showSeconds ? (vue.openBlock(), vue.createElementBlock("div", vue.mergeProps({
3101
3153
  key: 1,
3102
3154
  "class": _ctx.cx('secondPicker')
3103
- }, _ctx.ptm('secondPicker')), [vue.withDirectives((vue.openBlock(), vue.createElementBlock("button", vue.mergeProps({
3155
+ }, _ctx.ptm('secondPicker'), {
3156
+ "data-pc-group-section": "timepickerContainer"
3157
+ }), [vue.withDirectives((vue.openBlock(), vue.createElementBlock("button", vue.mergeProps({
3104
3158
  "class": _ctx.cx('incrementButton'),
3105
3159
  "aria-label": _ctx.$primevue.config.locale.nextSecond,
3106
3160
  onMousedown: _cache[45] || (_cache[45] = function ($event) {
@@ -3126,11 +3180,17 @@ this.primevue.calendar = (function (Button, CalendarIcon, ChevronDownIcon, Chevr
3126
3180
  return $options.onTimePickerElementMouseUp($event);
3127
3181
  }, ["space"]))],
3128
3182
  type: "button"
3129
- }, _ctx.ptm('incrementButton')), [vue.renderSlot(_ctx.$slots, "incrementicon", {}, function () {
3183
+ }, _ctx.ptm('incrementButton'), {
3184
+ "data-pc-group-section": "timepickerbutton"
3185
+ }), [vue.renderSlot(_ctx.$slots, "incrementicon", {}, function () {
3130
3186
  return [(vue.openBlock(), vue.createBlock(vue.resolveDynamicComponent(_ctx.incrementIcon ? 'span' : 'ChevronUpIcon'), vue.mergeProps({
3131
3187
  "class": _ctx.incrementIcon
3132
- }, _ctx.ptm('incrementIcon')), null, 16, ["class"]))];
3133
- })], 16, _hoisted_19)), [[_directive_ripple]]), vue.createElementVNode("span", vue.normalizeProps(vue.guardReactiveProps(_ctx.ptm('second'))), vue.toDisplayString($options.formattedCurrentSecond), 17), vue.withDirectives((vue.openBlock(), vue.createElementBlock("button", vue.mergeProps({
3188
+ }, _ctx.ptm('incrementIcon'), {
3189
+ "data-pc-group-section": "timepickerlabel"
3190
+ }), null, 16, ["class"]))];
3191
+ })], 16, _hoisted_19)), [[_directive_ripple]]), vue.createElementVNode("span", vue.mergeProps(_ctx.ptm('second'), {
3192
+ "data-pc-group-section": "timepickerlabel"
3193
+ }), vue.toDisplayString($options.formattedCurrentSecond), 17), vue.withDirectives((vue.openBlock(), vue.createElementBlock("button", vue.mergeProps({
3134
3194
  "class": _ctx.cx('decrementButton'),
3135
3195
  "aria-label": _ctx.$primevue.config.locale.prevSecond,
3136
3196
  onMousedown: _cache[53] || (_cache[53] = function ($event) {
@@ -3156,14 +3216,22 @@ this.primevue.calendar = (function (Button, CalendarIcon, ChevronDownIcon, Chevr
3156
3216
  return $options.onTimePickerElementMouseUp($event);
3157
3217
  }, ["space"]))],
3158
3218
  type: "button"
3159
- }, _ctx.ptm('decrementButton')), [vue.renderSlot(_ctx.$slots, "decrementicon", {}, function () {
3219
+ }, _ctx.ptm('decrementButton'), {
3220
+ "data-pc-group-section": "timepickerbutton"
3221
+ }), [vue.renderSlot(_ctx.$slots, "decrementicon", {}, function () {
3160
3222
  return [(vue.openBlock(), vue.createBlock(vue.resolveDynamicComponent(_ctx.decrementIcon ? 'span' : 'ChevronDownIcon'), vue.mergeProps({
3161
3223
  "class": _ctx.decrementIcon
3162
- }, _ctx.ptm('decrementIcon')), null, 16, ["class"]))];
3224
+ }, _ctx.ptm('decrementIcon'), {
3225
+ "data-pc-group-section": "timepickerlabel"
3226
+ }), null, 16, ["class"]))];
3163
3227
  })], 16, _hoisted_20)), [[_directive_ripple]])], 16)) : vue.createCommentVNode("", true), _ctx.hourFormat == '12' ? (vue.openBlock(), vue.createElementBlock("div", vue.mergeProps({
3164
3228
  key: 2,
3165
3229
  "class": _ctx.cx('separatorContainer')
3166
- }, _ctx.ptm('separatorContainer')), [vue.createElementVNode("span", vue.normalizeProps(vue.guardReactiveProps(_ctx.ptm('separator'))), vue.toDisplayString(_ctx.timeSeparator), 17)], 16)) : vue.createCommentVNode("", true), _ctx.hourFormat == '12' ? (vue.openBlock(), vue.createElementBlock("div", vue.mergeProps({
3230
+ }, _ctx.ptm('separatorContainer'), {
3231
+ "data-pc-group-section": "timepickerContainer"
3232
+ }), [vue.createElementVNode("span", vue.mergeProps(_ctx.ptm('separator'), {
3233
+ "data-pc-group-section": "timepickerlabel"
3234
+ }), vue.toDisplayString(_ctx.timeSeparator), 17)], 16)) : vue.createCommentVNode("", true), _ctx.hourFormat == '12' ? (vue.openBlock(), vue.createElementBlock("div", vue.mergeProps({
3167
3235
  key: 3,
3168
3236
  "class": _ctx.cx('ampmPicker')
3169
3237
  }, _ctx.ptm('ampmPicker')), [vue.withDirectives((vue.openBlock(), vue.createElementBlock("button", vue.mergeProps({
@@ -3172,53 +3240,71 @@ this.primevue.calendar = (function (Button, CalendarIcon, ChevronDownIcon, Chevr
3172
3240
  onClick: _cache[61] || (_cache[61] = function ($event) {
3173
3241
  return $options.toggleAMPM($event);
3174
3242
  }),
3243
+ onKeydown: _cache[62] || (_cache[62] = function () {
3244
+ return $options.onContainerButtonKeydown && $options.onContainerButtonKeydown.apply($options, arguments);
3245
+ }),
3175
3246
  type: "button",
3176
3247
  disabled: _ctx.disabled
3177
- }, _ctx.ptm('incrementButton')), [vue.renderSlot(_ctx.$slots, "incrementicon", {
3248
+ }, _ctx.ptm('incrementButton'), {
3249
+ "data-pc-group-section": "timepickerbutton"
3250
+ }), [vue.renderSlot(_ctx.$slots, "incrementicon", {
3178
3251
  "class": vue.normalizeClass(_ctx.cx('incrementIcon'))
3179
3252
  }, function () {
3180
3253
  return [(vue.openBlock(), vue.createBlock(vue.resolveDynamicComponent(_ctx.incrementIcon ? 'span' : 'ChevronUpIcon'), vue.mergeProps({
3181
3254
  "class": _ctx.cx('incrementIcon')
3182
- }, _ctx.ptm('incrementIcon')), null, 16, ["class"]))];
3183
- })], 16, _hoisted_21)), [[_directive_ripple]]), vue.createElementVNode("span", vue.normalizeProps(vue.guardReactiveProps(_ctx.ptm('ampm'))), vue.toDisplayString($data.pm ? _ctx.$primevue.config.locale.pm : _ctx.$primevue.config.locale.am), 17), vue.withDirectives((vue.openBlock(), vue.createElementBlock("button", vue.mergeProps({
3255
+ }, _ctx.ptm('incrementIcon'), {
3256
+ "data-pc-group-section": "timepickerlabel"
3257
+ }), null, 16, ["class"]))];
3258
+ })], 16, _hoisted_21)), [[_directive_ripple]]), vue.createElementVNode("span", vue.mergeProps(_ctx.ptm('ampm'), {
3259
+ "data-pc-group-section": "timepickerlabel"
3260
+ }), vue.toDisplayString($data.pm ? _ctx.$primevue.config.locale.pm : _ctx.$primevue.config.locale.am), 17), vue.withDirectives((vue.openBlock(), vue.createElementBlock("button", vue.mergeProps({
3184
3261
  "class": _ctx.cx('decrementButton'),
3185
3262
  "aria-label": _ctx.$primevue.config.locale.pm,
3186
- onClick: _cache[62] || (_cache[62] = function ($event) {
3263
+ onClick: _cache[63] || (_cache[63] = function ($event) {
3187
3264
  return $options.toggleAMPM($event);
3188
3265
  }),
3266
+ onKeydown: _cache[64] || (_cache[64] = function () {
3267
+ return $options.onContainerButtonKeydown && $options.onContainerButtonKeydown.apply($options, arguments);
3268
+ }),
3189
3269
  type: "button",
3190
3270
  disabled: _ctx.disabled
3191
- }, _ctx.ptm('decrementButton')), [vue.renderSlot(_ctx.$slots, "decrementicon", {
3271
+ }, _ctx.ptm('decrementButton'), {
3272
+ "data-pc-group-section": "timepickerbutton"
3273
+ }), [vue.renderSlot(_ctx.$slots, "decrementicon", {
3192
3274
  "class": vue.normalizeClass(_ctx.cx('decrementIcon'))
3193
3275
  }, function () {
3194
3276
  return [(vue.openBlock(), vue.createBlock(vue.resolveDynamicComponent(_ctx.decrementIcon ? 'span' : 'ChevronDownIcon'), vue.mergeProps({
3195
3277
  "class": _ctx.cx('decrementIcon')
3196
- }, _ctx.ptm('decrementIcon')), null, 16, ["class"]))];
3278
+ }, _ctx.ptm('decrementIcon'), {
3279
+ "data-pc-group-section": "timepickerlabel"
3280
+ }), null, 16, ["class"]))];
3197
3281
  })], 16, _hoisted_22)), [[_directive_ripple]])], 16)) : vue.createCommentVNode("", true)], 16)) : vue.createCommentVNode("", true), _ctx.showButtonBar ? (vue.openBlock(), vue.createElementBlock("div", vue.mergeProps({
3198
3282
  key: 2,
3199
3283
  "class": _ctx.cx('buttonbar')
3200
3284
  }, _ctx.ptm('buttonbar')), [vue.createVNode(_component_CalendarButton, {
3201
3285
  type: "button",
3202
3286
  label: $options.todayLabel,
3203
- onClick: _cache[63] || (_cache[63] = function ($event) {
3287
+ onClick: _cache[65] || (_cache[65] = function ($event) {
3204
3288
  return $options.onTodayButtonClick($event);
3205
3289
  }),
3206
3290
  "class": vue.normalizeClass(_ctx.cx('todayButton')),
3207
3291
  onKeydown: $options.onContainerButtonKeydown,
3208
3292
  unstyled: _ctx.unstyled,
3209
3293
  pt: _ctx.ptm('todayButton'),
3210
- "data-pc-section": "todaybutton"
3294
+ "data-pc-section": "todaybutton",
3295
+ "data-pc-group-section": "button"
3211
3296
  }, null, 8, ["label", "class", "onKeydown", "unstyled", "pt"]), vue.createVNode(_component_CalendarButton, {
3212
3297
  type: "button",
3213
3298
  label: $options.clearLabel,
3214
- onClick: _cache[64] || (_cache[64] = function ($event) {
3299
+ onClick: _cache[66] || (_cache[66] = function ($event) {
3215
3300
  return $options.onClearButtonClick($event);
3216
3301
  }),
3217
3302
  "class": vue.normalizeClass(_ctx.cx('clearButton')),
3218
3303
  onKeydown: $options.onContainerButtonKeydown,
3219
3304
  unstyled: _ctx.unstyled,
3220
3305
  pt: _ctx.ptm('clearButton'),
3221
- "data-pc-section": "clearbutton"
3306
+ "data-pc-section": "clearbutton",
3307
+ "data-pc-group-section": "button"
3222
3308
  }, null, 8, ["label", "class", "onKeydown", "unstyled", "pt"])], 16)) : vue.createCommentVNode("", true), vue.renderSlot(_ctx.$slots, "footer")], 16, _hoisted_3)) : vue.createCommentVNode("", true)];
3223
3309
  }),
3224
3310
  _: 3