primevue 3.42.0 → 3.44.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 (552) hide show
  1. package/accordion/Accordion.d.ts +8 -0
  2. package/accordion/Accordion.vue +1 -0
  3. package/accordion/accordion.cjs.js +3 -2
  4. package/accordion/accordion.cjs.min.js +1 -1
  5. package/accordion/accordion.esm.js +3 -2
  6. package/accordion/accordion.esm.min.js +1 -1
  7. package/accordion/accordion.js +3 -2
  8. package/accordion/accordion.min.js +1 -1
  9. package/accordiontab/AccordionTab.d.ts +6 -3
  10. package/animateonscroll/animateonscroll.cjs.js +2 -2
  11. package/animateonscroll/animateonscroll.cjs.min.js +1 -1
  12. package/animateonscroll/animateonscroll.esm.js +2 -2
  13. package/animateonscroll/animateonscroll.esm.min.js +1 -1
  14. package/animateonscroll/animateonscroll.js +2 -2
  15. package/animateonscroll/animateonscroll.min.js +1 -1
  16. package/api/api.cjs.js +6 -6
  17. package/api/api.cjs.min.js +1 -1
  18. package/api/api.esm.js +6 -6
  19. package/api/api.esm.min.js +1 -1
  20. package/api/api.js +6 -6
  21. package/api/api.min.js +1 -1
  22. package/autocomplete/AutoComplete.d.ts +25 -2
  23. package/autocomplete/AutoComplete.vue +2 -1
  24. package/autocomplete/autocomplete.cjs.js +5 -3
  25. package/autocomplete/autocomplete.cjs.min.js +1 -1
  26. package/autocomplete/autocomplete.esm.js +5 -3
  27. package/autocomplete/autocomplete.esm.min.js +1 -1
  28. package/autocomplete/autocomplete.js +5 -3
  29. package/autocomplete/autocomplete.min.js +1 -1
  30. package/avatar/Avatar.d.ts +6 -3
  31. package/avatar/Avatar.vue +4 -11
  32. package/avatar/avatar.cjs.js +4 -11
  33. package/avatar/avatar.cjs.min.js +1 -1
  34. package/avatar/avatar.esm.js +4 -11
  35. package/avatar/avatar.esm.min.js +1 -1
  36. package/avatar/avatar.js +4 -11
  37. package/avatar/avatar.min.js +1 -1
  38. package/badge/Badge.d.ts +8 -4
  39. package/badgedirective/BadgeDirective.d.ts +8 -0
  40. package/badgedirective/badgedirective.cjs.js +2 -2
  41. package/badgedirective/badgedirective.cjs.min.js +1 -1
  42. package/badgedirective/badgedirective.esm.js +2 -2
  43. package/badgedirective/badgedirective.esm.min.js +1 -1
  44. package/badgedirective/badgedirective.js +2 -2
  45. package/badgedirective/badgedirective.min.js +1 -1
  46. package/base/style/basestyle.cjs.js +2 -2
  47. package/base/style/basestyle.cjs.min.js +1 -1
  48. package/base/style/basestyle.esm.js +2 -2
  49. package/base/style/basestyle.esm.min.js +1 -1
  50. package/base/style/basestyle.js +2 -2
  51. package/base/style/basestyle.min.js +1 -1
  52. package/basecomponent/BaseComponent.vue +16 -1
  53. package/basecomponent/basecomponent.cjs.js +14 -5
  54. package/basecomponent/basecomponent.cjs.min.js +1 -1
  55. package/basecomponent/basecomponent.esm.js +14 -5
  56. package/basecomponent/basecomponent.esm.min.js +1 -1
  57. package/basecomponent/basecomponent.js +14 -5
  58. package/basecomponent/basecomponent.min.js +1 -1
  59. package/basecomponent/style/basecomponentstyle.cjs.js +2 -2
  60. package/basecomponent/style/basecomponentstyle.cjs.min.js +1 -1
  61. package/basecomponent/style/basecomponentstyle.esm.js +2 -2
  62. package/basecomponent/style/basecomponentstyle.esm.min.js +1 -1
  63. package/basecomponent/style/basecomponentstyle.js +2 -2
  64. package/basecomponent/style/basecomponentstyle.min.js +1 -1
  65. package/basedirective/basedirective.cjs.js +2 -3
  66. package/basedirective/basedirective.cjs.min.js +1 -1
  67. package/basedirective/basedirective.esm.js +2 -3
  68. package/basedirective/basedirective.esm.min.js +1 -1
  69. package/basedirective/basedirective.js +2 -3
  70. package/basedirective/basedirective.min.js +1 -1
  71. package/blockui/BlockUI.d.ts +8 -0
  72. package/breadcrumb/Breadcrumb.d.ts +8 -0
  73. package/button/Button.d.ts +10 -10
  74. package/button/Button.vue +1 -5
  75. package/button/button.cjs.js +1 -6
  76. package/button/button.cjs.min.js +1 -1
  77. package/button/button.esm.js +1 -6
  78. package/button/button.esm.min.js +1 -1
  79. package/button/button.js +1 -6
  80. package/button/button.min.js +1 -1
  81. package/button/style/buttonstyle.cjs.js +2 -2
  82. package/button/style/buttonstyle.cjs.min.js +1 -1
  83. package/button/style/buttonstyle.esm.js +2 -2
  84. package/button/style/buttonstyle.esm.min.js +1 -1
  85. package/button/style/buttonstyle.js +2 -2
  86. package/button/style/buttonstyle.min.js +1 -1
  87. package/calendar/Calendar.d.ts +37 -11
  88. package/calendar/Calendar.vue +9 -5
  89. package/calendar/calendar.cjs.js +10 -8
  90. package/calendar/calendar.cjs.min.js +1 -1
  91. package/calendar/calendar.esm.js +10 -8
  92. package/calendar/calendar.esm.min.js +1 -1
  93. package/calendar/calendar.js +10 -8
  94. package/calendar/calendar.min.js +1 -1
  95. package/carousel/Carousel.d.ts +8 -0
  96. package/carousel/Carousel.vue +4 -2
  97. package/carousel/carousel.cjs.js +5 -3
  98. package/carousel/carousel.cjs.min.js +1 -1
  99. package/carousel/carousel.esm.js +5 -3
  100. package/carousel/carousel.esm.min.js +1 -1
  101. package/carousel/carousel.js +5 -3
  102. package/carousel/carousel.min.js +1 -1
  103. package/cascadeselect/CascadeSelect.d.ts +8 -0
  104. package/cascadeselect/CascadeSelect.vue +1 -1
  105. package/cascadeselect/CascadeSelectSub.vue +4 -1
  106. package/cascadeselect/cascadeselect.cjs.js +7 -4
  107. package/cascadeselect/cascadeselect.cjs.min.js +1 -1
  108. package/cascadeselect/cascadeselect.esm.js +7 -4
  109. package/cascadeselect/cascadeselect.esm.min.js +1 -1
  110. package/cascadeselect/cascadeselect.js +7 -4
  111. package/cascadeselect/cascadeselect.min.js +1 -1
  112. package/chart/Chart.d.ts +8 -0
  113. package/chart/Chart.vue +1 -1
  114. package/chart/chart.cjs.js +4 -3
  115. package/chart/chart.cjs.min.js +1 -1
  116. package/chart/chart.esm.js +4 -3
  117. package/chart/chart.esm.min.js +1 -1
  118. package/chart/chart.js +4 -3
  119. package/chart/chart.min.js +1 -1
  120. package/chart/style/chartstyle.cjs.js +6 -2
  121. package/chart/style/chartstyle.cjs.min.js +1 -1
  122. package/chart/style/chartstyle.esm.js +6 -2
  123. package/chart/style/chartstyle.esm.min.js +1 -1
  124. package/chart/style/chartstyle.js +6 -2
  125. package/chart/style/chartstyle.min.js +1 -1
  126. package/checkbox/Checkbox.d.ts +8 -0
  127. package/checkbox/checkbox.cjs.js +2 -2
  128. package/checkbox/checkbox.cjs.min.js +1 -1
  129. package/checkbox/checkbox.esm.js +2 -2
  130. package/checkbox/checkbox.esm.min.js +1 -1
  131. package/checkbox/checkbox.js +2 -2
  132. package/checkbox/checkbox.min.js +1 -1
  133. package/chip/Chip.d.ts +8 -0
  134. package/chips/Chips.d.ts +8 -0
  135. package/chips/chips.cjs.js +2 -2
  136. package/chips/chips.cjs.min.js +1 -1
  137. package/chips/chips.esm.js +2 -2
  138. package/chips/chips.esm.min.js +1 -1
  139. package/chips/chips.js +2 -2
  140. package/chips/chips.min.js +1 -1
  141. package/colorpicker/ColorPicker.d.ts +8 -0
  142. package/column/Column.d.ts +31 -13
  143. package/columngroup/ColumnGroup.d.ts +6 -3
  144. package/config/config.cjs.js +3 -3
  145. package/config/config.cjs.min.js +1 -1
  146. package/config/config.esm.js +3 -3
  147. package/config/config.esm.min.js +1 -1
  148. package/config/config.js +3 -3
  149. package/config/config.min.js +1 -1
  150. package/confirmdialog/ConfirmDialog.d.ts +24 -2
  151. package/confirmpopup/ConfirmPopup.d.ts +24 -2
  152. package/confirmpopup/confirmpopup.cjs.js +2 -2
  153. package/confirmpopup/confirmpopup.cjs.min.js +1 -1
  154. package/confirmpopup/confirmpopup.esm.js +2 -2
  155. package/confirmpopup/confirmpopup.esm.min.js +1 -1
  156. package/confirmpopup/confirmpopup.js +2 -2
  157. package/confirmpopup/confirmpopup.min.js +1 -1
  158. package/contextmenu/ContextMenu.d.ts +8 -0
  159. package/contextmenu/contextmenu.cjs.js +2 -2
  160. package/contextmenu/contextmenu.cjs.min.js +1 -1
  161. package/contextmenu/contextmenu.esm.js +2 -2
  162. package/contextmenu/contextmenu.esm.min.js +1 -1
  163. package/contextmenu/contextmenu.js +2 -2
  164. package/contextmenu/contextmenu.min.js +1 -1
  165. package/core/core.js +308 -229
  166. package/core/core.min.js +27 -27
  167. package/datatable/BodyCell.vue +1 -0
  168. package/datatable/ColumnFilter.vue +1 -0
  169. package/datatable/DataTable.d.ts +23 -1
  170. package/datatable/FooterCell.vue +1 -0
  171. package/datatable/HeaderCell.vue +1 -0
  172. package/datatable/HeaderCheckbox.vue +1 -0
  173. package/datatable/RowCheckbox.vue +2 -0
  174. package/datatable/RowRadioButton.vue +1 -0
  175. package/datatable/TableBody.vue +1 -0
  176. package/datatable/TableFooter.vue +2 -0
  177. package/datatable/TableHeader.vue +3 -0
  178. package/datatable/datatable.cjs.js +34 -20
  179. package/datatable/datatable.cjs.min.js +1 -1
  180. package/datatable/datatable.esm.js +34 -20
  181. package/datatable/datatable.esm.min.js +1 -1
  182. package/datatable/datatable.js +34 -20
  183. package/datatable/datatable.min.js +1 -1
  184. package/dataview/DataView.d.ts +24 -1
  185. package/dataviewlayoutoptions/DataViewLayoutOptions.d.ts +8 -0
  186. package/deferredcontent/DeferredContent.d.ts +8 -0
  187. package/dialog/Dialog.d.ts +20 -16
  188. package/dialog/dialog.cjs.js +2 -2
  189. package/dialog/dialog.cjs.min.js +1 -1
  190. package/dialog/dialog.esm.js +2 -2
  191. package/dialog/dialog.esm.min.js +1 -1
  192. package/dialog/dialog.js +2 -2
  193. package/dialog/dialog.min.js +1 -1
  194. package/divider/Divider.d.ts +8 -0
  195. package/dock/Dock.d.ts +8 -0
  196. package/dropdown/Dropdown.d.ts +28 -24
  197. package/dropdown/Dropdown.vue +5 -3
  198. package/dropdown/dropdown.cjs.js +8 -7
  199. package/dropdown/dropdown.cjs.min.js +1 -1
  200. package/dropdown/dropdown.esm.js +8 -7
  201. package/dropdown/dropdown.esm.min.js +1 -1
  202. package/dropdown/dropdown.js +8 -7
  203. package/dropdown/dropdown.min.js +1 -1
  204. package/dropdown/style/dropdownstyle.cjs.js +1 -1
  205. package/dropdown/style/dropdownstyle.cjs.min.js +1 -1
  206. package/dropdown/style/dropdownstyle.esm.js +1 -1
  207. package/dropdown/style/dropdownstyle.esm.min.js +1 -1
  208. package/dropdown/style/dropdownstyle.js +1 -1
  209. package/dropdown/style/dropdownstyle.min.js +1 -1
  210. package/dynamicdialog/DynamicDialog.vue +1 -1
  211. package/dynamicdialog/dynamicdialog.cjs.js +1 -3
  212. package/dynamicdialog/dynamicdialog.cjs.min.js +1 -1
  213. package/dynamicdialog/dynamicdialog.esm.js +1 -3
  214. package/dynamicdialog/dynamicdialog.esm.min.js +1 -1
  215. package/dynamicdialog/dynamicdialog.js +1 -3
  216. package/dynamicdialog/dynamicdialog.min.js +1 -1
  217. package/editor/Editor.d.ts +8 -0
  218. package/editor/editor.cjs.js +2 -2
  219. package/editor/editor.cjs.min.js +1 -1
  220. package/editor/editor.esm.js +2 -2
  221. package/editor/editor.esm.min.js +1 -1
  222. package/editor/editor.js +2 -2
  223. package/editor/editor.min.js +1 -1
  224. package/fieldset/Fieldset.d.ts +8 -0
  225. package/fieldset/Fieldset.vue +1 -1
  226. package/fieldset/fieldset.cjs.js +3 -3
  227. package/fieldset/fieldset.cjs.min.js +1 -1
  228. package/fieldset/fieldset.esm.js +3 -3
  229. package/fieldset/fieldset.esm.min.js +1 -1
  230. package/fieldset/fieldset.js +3 -3
  231. package/fieldset/fieldset.min.js +1 -1
  232. package/fileupload/FileUpload.d.ts +30 -6
  233. package/galleria/BaseGalleria.vue +8 -0
  234. package/galleria/Galleria.d.ts +16 -0
  235. package/galleria/Galleria.vue +1 -1
  236. package/galleria/GalleriaContent.vue +11 -1
  237. package/galleria/GalleriaItem.vue +72 -3
  238. package/galleria/galleria.cjs.js +93 -13
  239. package/galleria/galleria.cjs.min.js +1 -1
  240. package/galleria/galleria.esm.js +93 -13
  241. package/galleria/galleria.esm.min.js +1 -1
  242. package/galleria/galleria.js +93 -13
  243. package/galleria/galleria.min.js +1 -1
  244. package/image/Image.d.ts +8 -0
  245. package/image/Image.vue +4 -1
  246. package/image/image.cjs.js +20 -15
  247. package/image/image.cjs.min.js +1 -1
  248. package/image/image.esm.js +20 -15
  249. package/image/image.esm.min.js +1 -1
  250. package/image/image.js +20 -15
  251. package/image/image.min.js +1 -1
  252. package/inlinemessage/InlineMessage.d.ts +8 -0
  253. package/inplace/Inplace.d.ts +23 -1
  254. package/inplace/inplace.cjs.js +2 -2
  255. package/inplace/inplace.cjs.min.js +1 -1
  256. package/inplace/inplace.esm.js +2 -2
  257. package/inplace/inplace.esm.min.js +1 -1
  258. package/inplace/inplace.js +2 -2
  259. package/inplace/inplace.min.js +1 -1
  260. package/inputgroup/InputGroup.d.ts +8 -0
  261. package/inputgroupaddon/InputGroupAddon.d.ts +8 -0
  262. package/inputmask/InputMask.d.ts +8 -0
  263. package/inputnumber/InputNumber.d.ts +30 -12
  264. package/inputnumber/InputNumber.vue +10 -5
  265. package/inputnumber/inputnumber.cjs.js +22 -23
  266. package/inputnumber/inputnumber.cjs.min.js +1 -1
  267. package/inputnumber/inputnumber.esm.js +22 -23
  268. package/inputnumber/inputnumber.esm.min.js +1 -1
  269. package/inputnumber/inputnumber.js +22 -23
  270. package/inputnumber/inputnumber.min.js +1 -1
  271. package/inputswitch/InputSwitch.d.ts +8 -0
  272. package/inputswitch/inputswitch.cjs.js +2 -2
  273. package/inputswitch/inputswitch.cjs.min.js +1 -1
  274. package/inputswitch/inputswitch.esm.js +2 -2
  275. package/inputswitch/inputswitch.esm.min.js +1 -1
  276. package/inputswitch/inputswitch.js +2 -2
  277. package/inputswitch/inputswitch.min.js +1 -1
  278. package/inputtext/InputText.d.ts +8 -4
  279. package/inputtext/InputText.vue +9 -9
  280. package/inputtext/inputtext.cjs.js +9 -9
  281. package/inputtext/inputtext.cjs.min.js +1 -1
  282. package/inputtext/inputtext.esm.js +9 -9
  283. package/inputtext/inputtext.esm.min.js +1 -1
  284. package/inputtext/inputtext.js +9 -9
  285. package/inputtext/inputtext.min.js +1 -1
  286. package/knob/Knob.d.ts +8 -0
  287. package/listbox/Listbox.d.ts +8 -0
  288. package/listbox/listbox.cjs.js +2 -2
  289. package/listbox/listbox.cjs.min.js +1 -1
  290. package/listbox/listbox.esm.js +2 -2
  291. package/listbox/listbox.esm.min.js +1 -1
  292. package/listbox/listbox.js +2 -2
  293. package/listbox/listbox.min.js +1 -1
  294. package/megamenu/MegaMenu.d.ts +8 -0
  295. package/menu/Menu.d.ts +8 -0
  296. package/menu/menu.cjs.js +2 -2
  297. package/menu/menu.cjs.min.js +1 -1
  298. package/menu/menu.esm.js +2 -2
  299. package/menu/menu.esm.min.js +1 -1
  300. package/menu/menu.js +2 -2
  301. package/menu/menu.min.js +1 -1
  302. package/menubar/Menubar.d.ts +8 -0
  303. package/menubar/menubar.cjs.js +2 -2
  304. package/menubar/menubar.cjs.min.js +1 -1
  305. package/menubar/menubar.esm.js +2 -2
  306. package/menubar/menubar.esm.min.js +1 -1
  307. package/menubar/menubar.js +2 -2
  308. package/menubar/menubar.min.js +1 -1
  309. package/message/Message.d.ts +17 -13
  310. package/message/message.cjs.js +2 -2
  311. package/message/message.cjs.min.js +1 -1
  312. package/message/message.esm.js +2 -2
  313. package/message/message.esm.min.js +1 -1
  314. package/message/message.js +2 -2
  315. package/message/message.min.js +1 -1
  316. package/multiselect/MultiSelect.d.ts +8 -0
  317. package/multiselect/multiselect.cjs.js +4 -4
  318. package/multiselect/multiselect.cjs.min.js +1 -1
  319. package/multiselect/multiselect.esm.js +4 -4
  320. package/multiselect/multiselect.esm.min.js +1 -1
  321. package/multiselect/multiselect.js +4 -4
  322. package/multiselect/multiselect.min.js +1 -1
  323. package/orderlist/OrderList.d.ts +27 -5
  324. package/orderlist/OrderList.vue +4 -4
  325. package/orderlist/orderlist.cjs.js +18 -18
  326. package/orderlist/orderlist.cjs.min.js +1 -1
  327. package/orderlist/orderlist.esm.js +18 -18
  328. package/orderlist/orderlist.esm.min.js +1 -1
  329. package/orderlist/orderlist.js +18 -18
  330. package/orderlist/orderlist.min.js +1 -1
  331. package/organizationchart/OrganizationChart.d.ts +8 -0
  332. package/organizationchart/organizationchart.cjs.js +2 -2
  333. package/organizationchart/organizationchart.cjs.min.js +1 -1
  334. package/organizationchart/organizationchart.esm.js +2 -2
  335. package/organizationchart/organizationchart.esm.min.js +1 -1
  336. package/organizationchart/organizationchart.js +2 -2
  337. package/organizationchart/organizationchart.min.js +1 -1
  338. package/overlaypanel/OverlayPanel.d.ts +8 -0
  339. package/overlaypanel/overlaypanel.cjs.js +2 -2
  340. package/overlaypanel/overlaypanel.cjs.min.js +1 -1
  341. package/overlaypanel/overlaypanel.esm.js +2 -2
  342. package/overlaypanel/overlaypanel.esm.min.js +1 -1
  343. package/overlaypanel/overlaypanel.js +2 -2
  344. package/overlaypanel/overlaypanel.min.js +1 -1
  345. package/package.json +1 -1
  346. package/paginator/Paginator.d.ts +44 -26
  347. package/paginator/style/paginatorstyle.cjs.js +2 -2
  348. package/paginator/style/paginatorstyle.cjs.min.js +1 -1
  349. package/paginator/style/paginatorstyle.esm.js +2 -2
  350. package/paginator/style/paginatorstyle.esm.min.js +1 -1
  351. package/paginator/style/paginatorstyle.js +2 -2
  352. package/paginator/style/paginatorstyle.min.js +1 -1
  353. package/panel/Panel.d.ts +8 -0
  354. package/panel/Panel.vue +1 -1
  355. package/panel/panel.cjs.js +3 -3
  356. package/panel/panel.cjs.min.js +1 -1
  357. package/panel/panel.esm.js +3 -3
  358. package/panel/panel.esm.min.js +1 -1
  359. package/panel/panel.js +3 -3
  360. package/panel/panel.min.js +1 -1
  361. package/panelmenu/PanelMenu.d.ts +8 -0
  362. package/panelmenu/panelmenu.cjs.js +2 -2
  363. package/panelmenu/panelmenu.cjs.min.js +1 -1
  364. package/panelmenu/panelmenu.esm.js +2 -2
  365. package/panelmenu/panelmenu.esm.min.js +1 -1
  366. package/panelmenu/panelmenu.js +2 -2
  367. package/panelmenu/panelmenu.min.js +1 -1
  368. package/passthrough/index.cjs.js +2 -2
  369. package/passthrough/index.cjs.min.js +1 -1
  370. package/passthrough/index.esm.js +2 -2
  371. package/passthrough/index.esm.min.js +1 -1
  372. package/passthrough/index.js +2 -2
  373. package/passthrough/index.min.js +1 -1
  374. package/passthrough/tailwind/index.cjs.js +168 -124
  375. package/passthrough/tailwind/index.cjs.min.js +1 -1
  376. package/passthrough/tailwind/index.esm.js +168 -124
  377. package/passthrough/tailwind/index.esm.min.js +1 -1
  378. package/passthrough/tailwind/index.js +168 -124
  379. package/passthrough/tailwind/index.min.js +1 -1
  380. package/password/Password.d.ts +25 -3
  381. package/password/Password.vue +2 -1
  382. package/password/password.cjs.js +5 -6
  383. package/password/password.cjs.min.js +1 -1
  384. package/password/password.esm.js +5 -6
  385. package/password/password.esm.min.js +1 -1
  386. package/password/password.js +5 -6
  387. package/password/password.min.js +1 -1
  388. package/picklist/PickList.d.ts +35 -13
  389. package/picklist/PickList.vue +48 -12
  390. package/picklist/picklist.cjs.js +49 -37
  391. package/picklist/picklist.cjs.min.js +1 -1
  392. package/picklist/picklist.esm.js +49 -37
  393. package/picklist/picklist.esm.min.js +1 -1
  394. package/picklist/picklist.js +49 -37
  395. package/picklist/picklist.min.js +1 -1
  396. package/progressbar/ProgressBar.d.ts +10 -6
  397. package/progressspinner/ProgressSpinner.d.ts +8 -0
  398. package/radiobutton/RadioButton.d.ts +8 -0
  399. package/radiobutton/radiobutton.cjs.js +2 -2
  400. package/radiobutton/radiobutton.cjs.min.js +1 -1
  401. package/radiobutton/radiobutton.esm.js +2 -2
  402. package/radiobutton/radiobutton.esm.min.js +1 -1
  403. package/radiobutton/radiobutton.js +2 -2
  404. package/radiobutton/radiobutton.min.js +1 -1
  405. package/rating/Rating.d.ts +8 -0
  406. package/row/Row.d.ts +6 -3
  407. package/scrollpanel/ScrollPanel.d.ts +8 -0
  408. package/scrollpanel/ScrollPanel.vue +8 -1
  409. package/scrollpanel/scrollpanel.cjs.js +14 -5
  410. package/scrollpanel/scrollpanel.cjs.min.js +1 -1
  411. package/scrollpanel/scrollpanel.esm.js +14 -5
  412. package/scrollpanel/scrollpanel.esm.min.js +1 -1
  413. package/scrollpanel/scrollpanel.js +14 -5
  414. package/scrollpanel/scrollpanel.min.js +1 -1
  415. package/scrolltop/ScrollTop.d.ts +8 -0
  416. package/selectbutton/SelectButton.d.ts +8 -0
  417. package/sidebar/Sidebar.d.ts +8 -0
  418. package/sidebar/sidebar.cjs.js +2 -2
  419. package/sidebar/sidebar.cjs.min.js +1 -1
  420. package/sidebar/sidebar.esm.js +2 -2
  421. package/sidebar/sidebar.esm.min.js +1 -1
  422. package/sidebar/sidebar.js +2 -2
  423. package/sidebar/sidebar.min.js +1 -1
  424. package/skeleton/Skeleton.d.ts +8 -0
  425. package/slider/Slider.d.ts +8 -0
  426. package/speeddial/SpeedDial.d.ts +23 -1
  427. package/speeddial/speeddial.cjs.js +2 -2
  428. package/speeddial/speeddial.cjs.min.js +1 -1
  429. package/speeddial/speeddial.esm.js +2 -2
  430. package/speeddial/speeddial.esm.min.js +1 -1
  431. package/speeddial/speeddial.js +2 -2
  432. package/speeddial/speeddial.min.js +1 -1
  433. package/speeddial/style/speeddialstyle.cjs.js +2 -2
  434. package/speeddial/style/speeddialstyle.cjs.min.js +1 -1
  435. package/speeddial/style/speeddialstyle.esm.js +2 -2
  436. package/speeddial/style/speeddialstyle.esm.min.js +1 -1
  437. package/speeddial/style/speeddialstyle.js +2 -2
  438. package/speeddial/style/speeddialstyle.min.js +1 -1
  439. package/splitbutton/SplitButton.d.ts +24 -2
  440. package/splitbutton/SplitButton.vue +2 -2
  441. package/splitbutton/splitbutton.cjs.js +4 -4
  442. package/splitbutton/splitbutton.cjs.min.js +1 -1
  443. package/splitbutton/splitbutton.esm.js +4 -4
  444. package/splitbutton/splitbutton.esm.min.js +1 -1
  445. package/splitbutton/splitbutton.js +4 -4
  446. package/splitbutton/splitbutton.min.js +1 -1
  447. package/splitbutton/style/splitbuttonstyle.cjs.js +3 -3
  448. package/splitbutton/style/splitbuttonstyle.cjs.min.js +1 -1
  449. package/splitbutton/style/splitbuttonstyle.esm.js +3 -3
  450. package/splitbutton/style/splitbuttonstyle.esm.min.js +1 -1
  451. package/splitbutton/style/splitbuttonstyle.js +3 -3
  452. package/splitbutton/style/splitbuttonstyle.min.js +1 -1
  453. package/splitter/Splitter.d.ts +8 -0
  454. package/splitterpanel/SplitterPanel.d.ts +8 -0
  455. package/steps/Steps.d.ts +8 -0
  456. package/tabmenu/TabMenu.d.ts +8 -0
  457. package/tabpanel/TabPanel.d.ts +8 -5
  458. package/tabview/TabView.vue +1 -0
  459. package/tabview/tabview.cjs.js +3 -2
  460. package/tabview/tabview.cjs.min.js +1 -1
  461. package/tabview/tabview.esm.js +3 -2
  462. package/tabview/tabview.esm.min.js +1 -1
  463. package/tabview/tabview.js +3 -2
  464. package/tabview/tabview.min.js +1 -1
  465. package/tag/Tag.d.ts +8 -0
  466. package/terminal/Terminal.d.ts +8 -0
  467. package/textarea/Textarea.d.ts +8 -0
  468. package/tieredmenu/TieredMenu.d.ts +18 -14
  469. package/tieredmenu/tieredmenu.cjs.js +2 -2
  470. package/tieredmenu/tieredmenu.cjs.min.js +1 -1
  471. package/tieredmenu/tieredmenu.esm.js +2 -2
  472. package/tieredmenu/tieredmenu.esm.min.js +1 -1
  473. package/tieredmenu/tieredmenu.js +2 -2
  474. package/tieredmenu/tieredmenu.min.js +1 -1
  475. package/timeline/Timeline.d.ts +8 -0
  476. package/toast/Toast.d.ts +8 -0
  477. package/toast/style/toaststyle.cjs.js +2 -2
  478. package/toast/style/toaststyle.cjs.min.js +1 -1
  479. package/toast/style/toaststyle.esm.js +2 -2
  480. package/toast/style/toaststyle.esm.min.js +1 -1
  481. package/toast/style/toaststyle.js +2 -2
  482. package/toast/style/toaststyle.min.js +1 -1
  483. package/toast/toast.cjs.js +4 -4
  484. package/toast/toast.cjs.min.js +1 -1
  485. package/toast/toast.esm.js +4 -4
  486. package/toast/toast.esm.min.js +1 -1
  487. package/toast/toast.js +4 -4
  488. package/toast/toast.min.js +1 -1
  489. package/togglebutton/ToggleButton.d.ts +8 -0
  490. package/togglebutton/togglebutton.cjs.js +2 -2
  491. package/togglebutton/togglebutton.cjs.min.js +1 -1
  492. package/togglebutton/togglebutton.esm.js +2 -2
  493. package/togglebutton/togglebutton.esm.min.js +1 -1
  494. package/togglebutton/togglebutton.js +2 -2
  495. package/togglebutton/togglebutton.min.js +1 -1
  496. package/toolbar/Toolbar.d.ts +8 -0
  497. package/tooltip/Tooltip.d.ts +8 -0
  498. package/tree/Tree.d.ts +46 -22
  499. package/tree/Tree.vue +3 -1
  500. package/tree/tree.cjs.js +9 -5
  501. package/tree/tree.cjs.min.js +1 -1
  502. package/tree/tree.esm.js +9 -5
  503. package/tree/tree.esm.min.js +1 -1
  504. package/tree/tree.js +9 -5
  505. package/tree/tree.min.js +1 -1
  506. package/treeselect/TreeSelect.d.ts +25 -3
  507. package/treeselect/treeselect.cjs.js +4 -4
  508. package/treeselect/treeselect.cjs.min.js +1 -1
  509. package/treeselect/treeselect.esm.js +4 -4
  510. package/treeselect/treeselect.esm.min.js +1 -1
  511. package/treeselect/treeselect.js +4 -4
  512. package/treeselect/treeselect.min.js +1 -1
  513. package/treetable/BodyCell.vue +3 -1
  514. package/treetable/FooterCell.vue +1 -0
  515. package/treetable/HeaderCell.vue +1 -0
  516. package/treetable/TreeTable.d.ts +23 -1
  517. package/treetable/TreeTable.vue +3 -1
  518. package/treetable/treetable.cjs.js +19 -13
  519. package/treetable/treetable.cjs.min.js +1 -1
  520. package/treetable/treetable.esm.js +19 -13
  521. package/treetable/treetable.esm.min.js +1 -1
  522. package/treetable/treetable.js +19 -13
  523. package/treetable/treetable.min.js +1 -1
  524. package/tristatecheckbox/TriStateCheckbox.d.ts +8 -0
  525. package/tristatecheckbox/tristatecheckbox.cjs.js +2 -2
  526. package/tristatecheckbox/tristatecheckbox.cjs.min.js +1 -1
  527. package/tristatecheckbox/tristatecheckbox.esm.js +2 -2
  528. package/tristatecheckbox/tristatecheckbox.esm.min.js +1 -1
  529. package/tristatecheckbox/tristatecheckbox.js +2 -2
  530. package/tristatecheckbox/tristatecheckbox.min.js +1 -1
  531. package/usestyle/usestyle.cjs.js +2 -2
  532. package/usestyle/usestyle.cjs.min.js +1 -1
  533. package/usestyle/usestyle.esm.js +2 -2
  534. package/usestyle/usestyle.esm.min.js +1 -1
  535. package/usestyle/usestyle.js +2 -2
  536. package/usestyle/usestyle.min.js +1 -1
  537. package/utils/Utils.d.ts +1 -0
  538. package/utils/utils.cjs.js +27 -3
  539. package/utils/utils.cjs.min.js +1 -1
  540. package/utils/utils.esm.js +27 -3
  541. package/utils/utils.esm.min.js +1 -1
  542. package/utils/utils.js +27 -3
  543. package/utils/utils.min.js +1 -1
  544. package/virtualscroller/VirtualScroller.d.ts +8 -0
  545. package/virtualscroller/VirtualScroller.vue +1 -1
  546. package/virtualscroller/virtualscroller.cjs.js +5 -5
  547. package/virtualscroller/virtualscroller.cjs.min.js +1 -1
  548. package/virtualscroller/virtualscroller.esm.js +5 -5
  549. package/virtualscroller/virtualscroller.esm.min.js +1 -1
  550. package/virtualscroller/virtualscroller.js +5 -5
  551. package/virtualscroller/virtualscroller.min.js +1 -1
  552. package/web-types.json +1 -1
@@ -333,6 +333,7 @@ var script$a = {
333
333
  var columnMetaData = {
334
334
  props: this.column.props,
335
335
  parent: {
336
+ instance: this,
336
337
  props: this.$props,
337
338
  state: this.$data
338
339
  },
@@ -359,6 +360,7 @@ var script$a = {
359
360
  DomHandler.focus(this.$refs.input);
360
361
  }
361
362
  event.preventDefault();
363
+ event.stopPropagation();
362
364
  },
363
365
  onFocus: function onFocus() {
364
366
  this.focused = true;
@@ -455,6 +457,7 @@ var script$9 = {
455
457
  var columnMetaData = {
456
458
  props: this.column.props,
457
459
  parent: {
460
+ instance: this,
458
461
  props: this.$props,
459
462
  state: this.$data
460
463
  },
@@ -654,6 +657,7 @@ var script$8 = {
654
657
  var columnMetaData = {
655
658
  props: this.column.props,
656
659
  parent: {
660
+ instance: this,
657
661
  props: this.$props,
658
662
  state: this.$data
659
663
  },
@@ -998,8 +1002,8 @@ function _typeof$9(o) { "@babel/helpers - typeof"; return _typeof$9 = "function"
998
1002
  function ownKeys$9(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; }
999
1003
  function _objectSpread$9(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$9(Object(t), !0).forEach(function (r) { _defineProperty$9(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$9(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
1000
1004
  function _defineProperty$9(obj, key, value) { key = _toPropertyKey$9(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
1001
- function _toPropertyKey$9(arg) { var key = _toPrimitive$9(arg, "string"); return _typeof$9(key) === "symbol" ? key : String(key); }
1002
- function _toPrimitive$9(input, hint) { if (_typeof$9(input) !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (_typeof$9(res) !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
1005
+ function _toPropertyKey$9(t) { var i = _toPrimitive$9(t, "string"); return "symbol" == _typeof$9(i) ? i : String(i); }
1006
+ function _toPrimitive$9(t, r) { if ("object" != _typeof$9(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof$9(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
1003
1007
  var _hoisted_1$5 = ["colspan", "rowspan", "data-p-selection-column", "data-p-editable-column", "data-p-cell-editing", "data-p-frozen-column"];
1004
1008
  var _hoisted_2$2 = ["aria-expanded", "aria-controls", "aria-label"];
1005
1009
  var _hoisted_3$2 = ["aria-label"];
@@ -1343,6 +1347,7 @@ var script$7 = {
1343
1347
  getColumnPT: function getColumnPT(key) {
1344
1348
  var columnMetaData = {
1345
1349
  parent: {
1350
+ instance: this,
1346
1351
  props: this.$props,
1347
1352
  state: this.$data
1348
1353
  }
@@ -1675,8 +1680,8 @@ function _typeof$8(o) { "@babel/helpers - typeof"; return _typeof$8 = "function"
1675
1680
  function ownKeys$8(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; }
1676
1681
  function _objectSpread$8(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$8(Object(t), !0).forEach(function (r) { _defineProperty$8(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$8(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
1677
1682
  function _defineProperty$8(obj, key, value) { key = _toPropertyKey$8(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
1678
- function _toPropertyKey$8(arg) { var key = _toPrimitive$8(arg, "string"); return _typeof$8(key) === "symbol" ? key : String(key); }
1679
- function _toPrimitive$8(input, hint) { if (_typeof$8(input) !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (_typeof$8(res) !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
1683
+ function _toPropertyKey$8(t) { var i = _toPrimitive$8(t, "string"); return "symbol" == _typeof$8(i) ? i : String(i); }
1684
+ function _toPrimitive$8(t, r) { if ("object" != _typeof$8(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof$8(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
1680
1685
  var _hoisted_1$4 = ["colspan"];
1681
1686
  var _hoisted_2$1 = ["onClick"];
1682
1687
  var _hoisted_3$1 = ["tabindex", "aria-selected", "onClick", "onDblclick", "onContextmenu", "onKeydown", "onDragstart", "onDragover", "data-p-selectable-row", "data-p-highlight", "data-p-highlight-contextmenu"];
@@ -1896,6 +1901,7 @@ var script$6 = {
1896
1901
  var columnMetaData = {
1897
1902
  props: this.column.props,
1898
1903
  parent: {
1904
+ instance: this,
1899
1905
  props: this.$props,
1900
1906
  state: this.$data
1901
1907
  },
@@ -1949,8 +1955,8 @@ function _typeof$7(o) { "@babel/helpers - typeof"; return _typeof$7 = "function"
1949
1955
  function ownKeys$7(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; }
1950
1956
  function _objectSpread$7(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$7(Object(t), !0).forEach(function (r) { _defineProperty$7(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$7(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
1951
1957
  function _defineProperty$7(obj, key, value) { key = _toPropertyKey$7(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
1952
- function _toPropertyKey$7(arg) { var key = _toPrimitive$7(arg, "string"); return _typeof$7(key) === "symbol" ? key : String(key); }
1953
- function _toPrimitive$7(input, hint) { if (_typeof$7(input) !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (_typeof$7(res) !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
1958
+ function _toPropertyKey$7(t) { var i = _toPrimitive$7(t, "string"); return "symbol" == _typeof$7(i) ? i : String(i); }
1959
+ function _toPrimitive$7(t, r) { if ("object" != _typeof$7(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof$7(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
1954
1960
  var _hoisted_1$3 = ["colspan", "rowspan", "data-p-frozen-column"];
1955
1961
  function render$6(_ctx, _cache, $props, $setup, $data, $options) {
1956
1962
  return openBlock(), createElementBlock("td", mergeProps({
@@ -1998,6 +2004,7 @@ var script$5 = {
1998
2004
  var columnGroupMetaData = {
1999
2005
  props: this.getColumnGroupProps(),
2000
2006
  parent: {
2007
+ instance: this,
2001
2008
  props: this.$props,
2002
2009
  state: this.$data
2003
2010
  },
@@ -2017,6 +2024,7 @@ var script$5 = {
2017
2024
  var rowMetaData = {
2018
2025
  props: row.props,
2019
2026
  parent: {
2027
+ instance: this,
2020
2028
  props: this.$props,
2021
2029
  state: this.$data
2022
2030
  },
@@ -2106,8 +2114,8 @@ function _typeof$6(o) { "@babel/helpers - typeof"; return _typeof$6 = "function"
2106
2114
  function ownKeys$6(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; }
2107
2115
  function _objectSpread$6(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$6(Object(t), !0).forEach(function (r) { _defineProperty$6(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$6(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
2108
2116
  function _defineProperty$6(obj, key, value) { key = _toPropertyKey$6(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
2109
- function _toPropertyKey$6(arg) { var key = _toPrimitive$6(arg, "string"); return _typeof$6(key) === "symbol" ? key : String(key); }
2110
- function _toPrimitive$6(input, hint) { if (_typeof$6(input) !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (_typeof$6(res) !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
2117
+ function _toPropertyKey$6(t) { var i = _toPrimitive$6(t, "string"); return "symbol" == _typeof$6(i) ? i : String(i); }
2118
+ function _toPrimitive$6(t, r) { if ("object" != _typeof$6(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof$6(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
2111
2119
  function render$5(_ctx, _cache, $props, $setup, $data, $options) {
2112
2120
  var _component_DTFooterCell = resolveComponent("DTFooterCell");
2113
2121
  return $options.hasFooter ? (openBlock(), createElementBlock("tfoot", mergeProps({
@@ -2153,8 +2161,8 @@ function _typeof$5(o) { "@babel/helpers - typeof"; return _typeof$5 = "function"
2153
2161
  function ownKeys$5(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; }
2154
2162
  function _objectSpread$5(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$5(Object(t), !0).forEach(function (r) { _defineProperty$5(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$5(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
2155
2163
  function _defineProperty$5(obj, key, value) { key = _toPropertyKey$5(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
2156
- function _toPropertyKey$5(arg) { var key = _toPrimitive$5(arg, "string"); return _typeof$5(key) === "symbol" ? key : String(key); }
2157
- function _toPrimitive$5(input, hint) { if (_typeof$5(input) !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (_typeof$5(res) !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
2164
+ function _toPropertyKey$5(t) { var i = _toPrimitive$5(t, "string"); return "symbol" == _typeof$5(i) ? i : String(i); }
2165
+ function _toPrimitive$5(t, r) { if ("object" != _typeof$5(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof$5(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
2158
2166
  var script$4 = {
2159
2167
  name: 'ColumnFilter',
2160
2168
  hostName: 'DataTable',
@@ -2303,6 +2311,7 @@ var script$4 = {
2303
2311
  var columnMetaData = _objectSpread$5({
2304
2312
  props: this.column.props,
2305
2313
  parent: {
2314
+ instance: this,
2306
2315
  props: this.$props,
2307
2316
  state: this.$data
2308
2317
  }
@@ -2693,8 +2702,8 @@ function _typeof$4(o) { "@babel/helpers - typeof"; return _typeof$4 = "function"
2693
2702
  function ownKeys$4(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; }
2694
2703
  function _objectSpread$4(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$4(Object(t), !0).forEach(function (r) { _defineProperty$4(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$4(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
2695
2704
  function _defineProperty$4(obj, key, value) { key = _toPropertyKey$4(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
2696
- function _toPropertyKey$4(arg) { var key = _toPrimitive$4(arg, "string"); return _typeof$4(key) === "symbol" ? key : String(key); }
2697
- function _toPrimitive$4(input, hint) { if (_typeof$4(input) !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (_typeof$4(res) !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
2705
+ function _toPropertyKey$4(t) { var i = _toPrimitive$4(t, "string"); return "symbol" == _typeof$4(i) ? i : String(i); }
2706
+ function _toPrimitive$4(t, r) { if ("object" != _typeof$4(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof$4(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
2698
2707
  var _hoisted_1$2 = ["aria-label", "aria-expanded", "aria-controls"];
2699
2708
  var _hoisted_2 = ["id", "aria-modal"];
2700
2709
  var _hoisted_3 = ["onClick", "onKeydown", "tabindex"];
@@ -2962,6 +2971,7 @@ var script$3 = {
2962
2971
  var columnMetaData = {
2963
2972
  props: this.column.props,
2964
2973
  parent: {
2974
+ instance: this,
2965
2975
  props: this.$props,
2966
2976
  state: this.$data
2967
2977
  },
@@ -3146,6 +3156,7 @@ var script$2 = {
3146
3156
  var columnMetaData = {
3147
3157
  props: this.column.props,
3148
3158
  parent: {
3159
+ instance: this,
3149
3160
  props: this.$props,
3150
3161
  state: this.$data
3151
3162
  },
@@ -3304,8 +3315,8 @@ function _typeof$3(o) { "@babel/helpers - typeof"; return _typeof$3 = "function"
3304
3315
  function ownKeys$3(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; }
3305
3316
  function _objectSpread$3(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$3(Object(t), !0).forEach(function (r) { _defineProperty$3(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$3(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
3306
3317
  function _defineProperty$3(obj, key, value) { key = _toPropertyKey$3(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
3307
- function _toPropertyKey$3(arg) { var key = _toPrimitive$3(arg, "string"); return _typeof$3(key) === "symbol" ? key : String(key); }
3308
- function _toPrimitive$3(input, hint) { if (_typeof$3(input) !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (_typeof$3(res) !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
3318
+ function _toPropertyKey$3(t) { var i = _toPrimitive$3(t, "string"); return "symbol" == _typeof$3(i) ? i : String(i); }
3319
+ function _toPrimitive$3(t, r) { if ("object" != _typeof$3(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof$3(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
3309
3320
  var _hoisted_1 = ["tabindex", "colspan", "rowspan", "aria-sort", "data-p-sortable-column", "data-p-resizable-column", "data-p-highlight", "data-p-filter-column", "data-p-frozen-column", "data-p-reorderable-column"];
3310
3321
  function render$2(_ctx, _cache, $props, $setup, $data, $options) {
3311
3322
  var _component_DTHeaderCheckbox = resolveComponent("DTHeaderCheckbox");
@@ -3526,6 +3537,7 @@ var script$1 = {
3526
3537
  var columnGroupMetaData = {
3527
3538
  props: this.getColumnGroupProps(),
3528
3539
  parent: {
3540
+ instance: this,
3529
3541
  props: this.$props,
3530
3542
  state: this.$data
3531
3543
  },
@@ -3545,6 +3557,7 @@ var script$1 = {
3545
3557
  var rowMetaData = {
3546
3558
  props: row.props,
3547
3559
  parent: {
3560
+ instance: this,
3548
3561
  props: this.$props,
3549
3562
  state: this.$data
3550
3563
  },
@@ -3563,6 +3576,7 @@ var script$1 = {
3563
3576
  var columnMetaData = {
3564
3577
  props: column.props,
3565
3578
  parent: {
3579
+ instance: this,
3566
3580
  props: this.$props,
3567
3581
  state: this.$data
3568
3582
  },
@@ -3639,8 +3653,8 @@ function _typeof$2(o) { "@babel/helpers - typeof"; return _typeof$2 = "function"
3639
3653
  function ownKeys$2(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; }
3640
3654
  function _objectSpread$2(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$2(Object(t), !0).forEach(function (r) { _defineProperty$2(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$2(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
3641
3655
  function _defineProperty$2(obj, key, value) { key = _toPropertyKey$2(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
3642
- function _toPropertyKey$2(arg) { var key = _toPrimitive$2(arg, "string"); return _typeof$2(key) === "symbol" ? key : String(key); }
3643
- function _toPrimitive$2(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); }
3656
+ function _toPropertyKey$2(t) { var i = _toPrimitive$2(t, "string"); return "symbol" == _typeof$2(i) ? i : String(i); }
3657
+ function _toPrimitive$2(t, r) { if ("object" != _typeof$2(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof$2(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
3644
3658
  function render$1(_ctx, _cache, $props, $setup, $data, $options) {
3645
3659
  var _component_DTHeaderCell = resolveComponent("DTHeaderCell");
3646
3660
  var _component_DTHeaderCheckbox = resolveComponent("DTHeaderCheckbox");
@@ -3859,8 +3873,8 @@ function _typeof$1(o) { "@babel/helpers - typeof"; return _typeof$1 = "function"
3859
3873
  function ownKeys$1(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; }
3860
3874
  function _objectSpread$1(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1(Object(t), !0).forEach(function (r) { _defineProperty$1(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
3861
3875
  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; }
3862
- function _toPropertyKey$1(arg) { var key = _toPrimitive$1(arg, "string"); return _typeof$1(key) === "symbol" ? key : String(key); }
3863
- function _toPrimitive$1(input, hint) { if (_typeof$1(input) !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (_typeof$1(res) !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
3876
+ function _toPropertyKey$1(t) { var i = _toPrimitive$1(t, "string"); return "symbol" == _typeof$1(i) ? i : String(i); }
3877
+ function _toPrimitive$1(t, r) { if ("object" != _typeof$1(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof$1(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
3864
3878
  function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }
3865
3879
  function _nonIterableRest() { throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
3866
3880
  function _iterableToArrayLimit(r, l) { var t = null == r ? null : "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"]; if (null != t) { var e, n, i, u, a = [], f = !0, o = !1; try { if (i = (t = t.call(r)).next, 0 === l) { if (Object(t) !== t) return; f = !1; } else for (; !(f = (e = i.call(t)).done) && (a.push(e.value), a.length !== l); f = !0); } catch (r) { o = !0, n = r; } finally { try { if (!f && null != t["return"] && (u = t["return"](), Object(u) !== u)) return; } finally { if (o) throw n; } } return a; } }
@@ -5528,8 +5542,8 @@ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" ==
5528
5542
  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; }
5529
5543
  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; }
5530
5544
  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; }
5531
- function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return _typeof(key) === "symbol" ? key : String(key); }
5532
- 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); }
5545
+ function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : String(i); }
5546
+ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
5533
5547
  function render(_ctx, _cache, $props, $setup, $data, $options) {
5534
5548
  var _component_SpinnerIcon = resolveComponent("SpinnerIcon");
5535
5549
  var _component_DTPaginator = resolveComponent("DTPaginator");