primevue 2.6.0 → 2.7.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 (511) hide show
  1. package/accordion/accordion.common.js +1 -1
  2. package/accordion/accordion.umd.js +1 -1
  3. package/accordiontab/accordiontab.common.js +1 -1
  4. package/accordiontab/accordiontab.umd.js +1 -1
  5. package/autocomplete/autocomplete.common.js +7 -2
  6. package/autocomplete/autocomplete.umd.js +7 -2
  7. package/autocomplete/autocomplete.umd.min.js +1 -1
  8. package/avatar/avatar.common.js +1 -1
  9. package/avatar/avatar.umd.js +1 -1
  10. package/avatargroup/avatargroup.common.js +1 -1
  11. package/avatargroup/avatargroup.umd.js +1 -1
  12. package/badge/badge.common.js +1 -1
  13. package/badge/badge.umd.js +1 -1
  14. package/blockui/blockui.common.js +1 -1
  15. package/blockui/blockui.umd.js +1 -1
  16. package/breadcrumb/BreadcrumbItem.vue +5 -2
  17. package/breadcrumb/breadcrumb.common.js +11 -8
  18. package/breadcrumb/breadcrumb.umd.js +11 -8
  19. package/breadcrumb/breadcrumb.umd.min.js +1 -1
  20. package/breadcrumb/breadcrumbitem.common.js +6 -3
  21. package/breadcrumb/breadcrumbitem.umd.js +6 -3
  22. package/breadcrumb/breadcrumbitem.umd.min.js +1 -1
  23. package/button/button.common.js +1 -1
  24. package/button/button.umd.js +1 -1
  25. package/calendar/Calendar.d.ts +5 -0
  26. package/calendar/Calendar.vue +313 -54
  27. package/calendar/calendar.common.js +327 -36
  28. package/calendar/calendar.umd.js +327 -36
  29. package/calendar/calendar.umd.min.js +1 -1
  30. package/card/card.common.js +1 -1
  31. package/card/card.umd.js +1 -1
  32. package/carousel/Carousel.vue +2 -2
  33. package/carousel/carousel.common.js +3 -3
  34. package/carousel/carousel.umd.js +3 -3
  35. package/carousel/carousel.umd.min.js +1 -1
  36. package/cascadeselect/CascadeSelect.d.ts +4 -4
  37. package/cascadeselect/cascadeselect.common.js +6 -2
  38. package/cascadeselect/cascadeselect.umd.js +6 -2
  39. package/cascadeselect/cascadeselect.umd.min.js +1 -1
  40. package/cascadeselect/cascadeselectsub.common.js +5 -1
  41. package/cascadeselect/cascadeselectsub.umd.js +5 -1
  42. package/cascadeselect/cascadeselectsub.umd.min.js +1 -1
  43. package/chart/Chart.vue +5 -2
  44. package/chart/chart.common.js +7 -4
  45. package/chart/chart.umd.js +7 -4
  46. package/chart/chart.umd.min.js +1 -1
  47. package/checkbox/checkbox.common.js +5 -1
  48. package/checkbox/checkbox.umd.js +5 -1
  49. package/checkbox/checkbox.umd.min.js +1 -1
  50. package/chip/chip.common.js +1 -1
  51. package/chip/chip.umd.js +1 -1
  52. package/chips/chips.common.js +1 -1
  53. package/chips/chips.umd.js +1 -1
  54. package/colorpicker/colorpicker.common.js +1 -1
  55. package/colorpicker/colorpicker.umd.js +1 -1
  56. package/columngroup/columngroup.common.js +1 -1
  57. package/columngroup/columngroup.umd.js +1 -1
  58. package/common/Common.css +8 -4
  59. package/config/primevue.common.js +4 -0
  60. package/config/primevue.umd.js +4 -0
  61. package/config/primevue.umd.min.js +1 -1
  62. package/{confirmationservice → confirmationeventbus}/ConfirmationEventBus.js +3 -3
  63. package/confirmationeventbus/confirmationeventbus.common.js +1777 -0
  64. package/confirmationeventbus/confirmationeventbus.umd.js +1787 -0
  65. package/confirmationeventbus/confirmationeventbus.umd.min.js +1 -0
  66. package/confirmationeventbus/demo.html +8 -0
  67. package/confirmationeventbus/index.d.ts +1 -0
  68. package/confirmationeventbus/index.js +2 -0
  69. package/confirmationservice/ConfirmationService.js +1 -1
  70. package/confirmationservice/confirmationservice.common.js +1609 -6
  71. package/confirmationservice/confirmationservice.umd.js +1609 -6
  72. package/confirmationservice/confirmationservice.umd.min.js +1 -1
  73. package/confirmdialog/ConfirmDialog.vue +9 -3
  74. package/confirmdialog/confirmdialog.common.js +396 -17
  75. package/confirmdialog/confirmdialog.umd.js +396 -17
  76. package/confirmdialog/confirmdialog.umd.min.js +1 -1
  77. package/confirmpopup/ConfirmPopup.d.ts +4 -1
  78. package/confirmpopup/ConfirmPopup.vue +9 -6
  79. package/confirmpopup/confirmpopup.common.js +508 -13
  80. package/confirmpopup/confirmpopup.umd.js +508 -13
  81. package/confirmpopup/confirmpopup.umd.min.js +1 -1
  82. package/contextmenu/ContextMenuSub.vue +8 -5
  83. package/contextmenu/contextmenu.common.js +11 -8
  84. package/contextmenu/contextmenu.umd.js +11 -8
  85. package/contextmenu/contextmenu.umd.min.js +1 -1
  86. package/contextmenu/contextmenusub.common.js +7 -4
  87. package/contextmenu/contextmenusub.umd.js +7 -4
  88. package/contextmenu/contextmenusub.umd.min.js +1 -1
  89. package/contextmenu/demo.html +4 -3
  90. package/datatable/BodyCell.vue +1 -0
  91. package/datatable/DataTable.d.ts +9 -9
  92. package/datatable/DataTable.vue +19 -15
  93. package/datatable/TableBody.vue +5 -1
  94. package/datatable/bodycell.common.js +10 -5
  95. package/datatable/bodycell.umd.js +10 -5
  96. package/datatable/bodycell.umd.min.js +1 -1
  97. package/datatable/datatable.common.js +79 -48
  98. package/datatable/datatable.umd.js +79 -48
  99. package/datatable/datatable.umd.min.js +1 -1
  100. package/datatable/headercheckbox.common.js +1 -1
  101. package/datatable/headercheckbox.umd.js +1 -1
  102. package/datatable/rowcheckbox.common.js +1 -1
  103. package/datatable/rowcheckbox.umd.js +1 -1
  104. package/datatable/rowradiobutton.common.js +1 -1
  105. package/datatable/rowradiobutton.umd.js +1 -1
  106. package/datatable/scrollableview.common.js +2 -2
  107. package/datatable/scrollableview.umd.js +2 -2
  108. package/datatable/tablebody.common.js +20 -11
  109. package/datatable/tablebody.umd.js +20 -11
  110. package/datatable/tablebody.umd.min.js +1 -1
  111. package/datatable/tablefooter.common.js +1 -1
  112. package/datatable/tablefooter.umd.js +1 -1
  113. package/datatable/tableheader.common.js +2 -2
  114. package/datatable/tableheader.umd.js +2 -2
  115. package/datatable/tableloadingbody.common.js +1 -1
  116. package/datatable/tableloadingbody.umd.js +1 -1
  117. package/dataview/DataView.d.ts +2 -2
  118. package/dataview/DataView.vue +8 -8
  119. package/dataview/dataview.common.js +50 -29
  120. package/dataview/dataview.umd.js +50 -29
  121. package/dataview/dataview.umd.min.js +1 -1
  122. package/dataviewlayoutoptions/dataviewlayoutoptions.common.js +1 -1
  123. package/dataviewlayoutoptions/dataviewlayoutoptions.umd.js +1 -1
  124. package/deferredcontent/deferredcontent.common.js +1 -1
  125. package/deferredcontent/deferredcontent.umd.js +1 -1
  126. package/dialog/dialog.common.js +5 -1
  127. package/dialog/dialog.umd.js +5 -1
  128. package/dialog/dialog.umd.min.js +1 -1
  129. package/divider/divider.common.js +1 -1
  130. package/divider/divider.umd.js +1 -1
  131. package/dock/dock.common.js +2 -2
  132. package/dock/dock.umd.js +2 -2
  133. package/dock/docksub.common.js +1 -1
  134. package/dock/docksub.umd.js +1 -1
  135. package/dropdown/Dropdown.d.ts +3 -3
  136. package/dropdown/dropdown.common.js +5 -1
  137. package/dropdown/dropdown.umd.js +5 -1
  138. package/dropdown/dropdown.umd.min.js +1 -1
  139. package/editor/editor.common.js +1 -1
  140. package/editor/editor.umd.js +1 -1
  141. package/fieldset/fieldset.common.js +1 -1
  142. package/fieldset/fieldset.umd.js +1 -1
  143. package/fileupload/fileupload.common.js +23 -17
  144. package/fileupload/fileupload.umd.js +23 -17
  145. package/fileupload/fileupload.umd.min.js +1 -1
  146. package/fullcalendar/fullcalendar.common.js +343 -129
  147. package/fullcalendar/fullcalendar.umd.js +343 -129
  148. package/fullcalendar/fullcalendar.umd.min.js +4 -4
  149. package/galleria/galleria.common.js +8 -4
  150. package/galleria/galleria.umd.js +8 -4
  151. package/galleria/galleria.umd.min.js +1 -1
  152. package/galleria/galleriacontent.common.js +3 -3
  153. package/galleria/galleriacontent.umd.js +3 -3
  154. package/galleria/galleriaitem.common.js +1 -1
  155. package/galleria/galleriaitem.umd.js +1 -1
  156. package/galleria/galleriathumbnails.common.js +1 -1
  157. package/galleria/galleriathumbnails.umd.js +1 -1
  158. package/imagepreview/imagepreview.common.js +1 -1
  159. package/imagepreview/imagepreview.umd.js +1 -1
  160. package/inlinemessage/inlinemessage.common.js +1 -1
  161. package/inlinemessage/inlinemessage.umd.js +1 -1
  162. package/inplace/inplace.common.js +2 -2
  163. package/inplace/inplace.umd.js +2 -2
  164. package/inputmask/inputmask.common.js +5 -1
  165. package/inputmask/inputmask.umd.js +5 -1
  166. package/inputmask/inputmask.umd.min.js +1 -1
  167. package/inputnumber/InputNumber.vue +18 -3
  168. package/inputnumber/inputnumber.common.js +26 -6
  169. package/inputnumber/inputnumber.umd.js +26 -6
  170. package/inputnumber/inputnumber.umd.min.js +1 -1
  171. package/inputswitch/inputswitch.common.js +1 -1
  172. package/inputswitch/inputswitch.umd.js +1 -1
  173. package/inputtext/inputtext.common.js +5 -1
  174. package/inputtext/inputtext.umd.js +5 -1
  175. package/inputtext/inputtext.umd.min.js +1 -1
  176. package/knob/knob.common.js +1 -1
  177. package/knob/knob.umd.js +1 -1
  178. package/listbox/Listbox.d.ts +3 -3
  179. package/listbox/listbox.common.js +5 -1
  180. package/listbox/listbox.umd.js +5 -1
  181. package/listbox/listbox.umd.min.js +1 -1
  182. package/megamenu/MegaMenu.vue +12 -9
  183. package/megamenu/megamenu.common.js +8 -5
  184. package/megamenu/megamenu.umd.js +8 -5
  185. package/megamenu/megamenu.umd.min.js +1 -1
  186. package/menu/Menu.vue +7 -4
  187. package/menu/Menuitem.vue +5 -2
  188. package/menu/menu.common.js +16 -10
  189. package/menu/menu.umd.js +16 -10
  190. package/menu/menu.umd.min.js +1 -1
  191. package/menu/menuitem.common.js +6 -3
  192. package/menu/menuitem.umd.js +6 -3
  193. package/menu/menuitem.umd.min.js +1 -1
  194. package/menubar/MenubarSub.vue +8 -5
  195. package/menubar/menubar.common.js +11 -8
  196. package/menubar/menubar.umd.js +11 -8
  197. package/menubar/menubar.umd.min.js +1 -1
  198. package/menubar/menubarsub.common.js +7 -4
  199. package/menubar/menubarsub.umd.js +7 -4
  200. package/menubar/menubarsub.umd.min.js +1 -1
  201. package/message/Message.d.ts +1 -0
  202. package/message/Message.vue +5 -1
  203. package/message/message.common.js +7 -3
  204. package/message/message.umd.js +7 -3
  205. package/message/message.umd.min.js +1 -1
  206. package/multiselect/MultiSelect.d.ts +3 -3
  207. package/multiselect/multiselect.common.js +5 -1
  208. package/multiselect/multiselect.umd.js +5 -1
  209. package/multiselect/multiselect.umd.min.js +1 -1
  210. package/orderlist/OrderList.d.ts +2 -0
  211. package/orderlist/OrderList.vue +2 -0
  212. package/orderlist/orderlist.common.js +10 -4
  213. package/orderlist/orderlist.umd.js +10 -4
  214. package/orderlist/orderlist.umd.min.js +1 -1
  215. package/organizationchart/organizationchart.common.js +6 -2
  216. package/organizationchart/organizationchart.umd.js +6 -2
  217. package/organizationchart/organizationchart.umd.min.js +1 -1
  218. package/organizationchart/organizationchartnode.common.js +1 -1
  219. package/organizationchart/organizationchartnode.umd.js +1 -1
  220. package/overlaypanel/overlaypanel.common.js +1 -1
  221. package/overlaypanel/overlaypanel.umd.js +1 -1
  222. package/package.json +5 -1
  223. package/paginator/Paginator.d.ts +2 -2
  224. package/paginator/Paginator.vue +4 -4
  225. package/paginator/currentpagereport.common.js +1 -1
  226. package/paginator/currentpagereport.umd.js +1 -1
  227. package/paginator/firstpagelink.common.js +1 -1
  228. package/paginator/firstpagelink.umd.js +1 -1
  229. package/paginator/jumptopagedropdown.common.js +6 -2
  230. package/paginator/jumptopagedropdown.umd.js +6 -2
  231. package/paginator/jumptopagedropdown.umd.min.js +1 -1
  232. package/paginator/jumptopageinput.common.js +31 -11
  233. package/paginator/jumptopageinput.umd.js +31 -11
  234. package/paginator/jumptopageinput.umd.min.js +1 -1
  235. package/paginator/lastpagelink.common.js +1 -1
  236. package/paginator/lastpagelink.umd.js +1 -1
  237. package/paginator/nextpagelink.common.js +1 -1
  238. package/paginator/nextpagelink.umd.js +1 -1
  239. package/paginator/pagelinks.common.js +1 -1
  240. package/paginator/pagelinks.umd.js +1 -1
  241. package/paginator/paginator.common.js +44 -23
  242. package/paginator/paginator.umd.js +44 -23
  243. package/paginator/paginator.umd.min.js +1 -1
  244. package/paginator/prevpagelink.common.js +1 -1
  245. package/paginator/prevpagelink.umd.js +1 -1
  246. package/paginator/rowsperpagedropdown.common.js +6 -2
  247. package/paginator/rowsperpagedropdown.umd.js +6 -2
  248. package/paginator/rowsperpagedropdown.umd.min.js +1 -1
  249. package/panel/Panel.d.ts +1 -0
  250. package/panel/Panel.vue +1 -1
  251. package/panel/panel.common.js +2 -2
  252. package/panel/panel.umd.js +2 -2
  253. package/panelmenu/PanelMenu.vue +6 -3
  254. package/panelmenu/PanelMenuSub.vue +7 -4
  255. package/panelmenu/panelmenu.common.js +17 -11
  256. package/panelmenu/panelmenu.umd.js +17 -11
  257. package/panelmenu/panelmenu.umd.min.js +1 -1
  258. package/panelmenu/panelmenusub.common.js +7 -4
  259. package/panelmenu/panelmenusub.umd.js +7 -4
  260. package/panelmenu/panelmenusub.umd.min.js +1 -1
  261. package/password/password.common.js +6 -2
  262. package/password/password.umd.js +6 -2
  263. package/password/password.umd.min.js +1 -1
  264. package/picklist/PickList.d.ts +8 -0
  265. package/picklist/PickList.vue +13 -4
  266. package/picklist/picklist.common.js +17 -4
  267. package/picklist/picklist.umd.js +17 -4
  268. package/picklist/picklist.umd.min.js +1 -1
  269. package/progressbar/ProgressBar.vue +18 -14
  270. package/progressbar/progressbar.common.js +7 -5
  271. package/progressbar/progressbar.umd.js +7 -5
  272. package/progressbar/progressbar.umd.min.js +1 -1
  273. package/progressspinner/progressspinner.common.js +1 -1
  274. package/progressspinner/progressspinner.umd.js +1 -1
  275. package/radiobutton/radiobutton.common.js +5 -1
  276. package/radiobutton/radiobutton.umd.js +5 -1
  277. package/radiobutton/radiobutton.umd.min.js +1 -1
  278. package/rating/Rating.vue +1 -1
  279. package/rating/rating.common.js +3 -3
  280. package/rating/rating.umd.js +3 -3
  281. package/rating/rating.umd.min.js +1 -1
  282. package/resources/primevue.css +8 -4
  283. package/resources/primevue.min.css +1 -1
  284. package/resources/themes/arya-blue/theme.css +67 -23
  285. package/resources/themes/arya-green/theme.css +67 -23
  286. package/resources/themes/arya-orange/theme.css +67 -23
  287. package/resources/themes/arya-purple/theme.css +67 -23
  288. package/resources/themes/bootstrap4-dark-blue/theme.css +64 -27
  289. package/resources/themes/bootstrap4-dark-purple/theme.css +64 -27
  290. package/resources/themes/bootstrap4-light-blue/theme.css +64 -27
  291. package/resources/themes/bootstrap4-light-purple/theme.css +64 -27
  292. package/resources/themes/fluent-light/theme.css +71 -27
  293. package/resources/themes/lara-dark-blue/fonts/Inter-Bold.woff +0 -0
  294. package/resources/themes/lara-dark-blue/fonts/Inter-Bold.woff2 +0 -0
  295. package/resources/themes/lara-dark-blue/fonts/Inter-Light.woff +0 -0
  296. package/resources/themes/lara-dark-blue/fonts/Inter-Light.woff2 +0 -0
  297. package/resources/themes/lara-dark-blue/fonts/Inter-Medium.woff +0 -0
  298. package/resources/themes/lara-dark-blue/fonts/Inter-Medium.woff2 +0 -0
  299. package/resources/themes/lara-dark-blue/fonts/Inter-Regular.woff +0 -0
  300. package/resources/themes/lara-dark-blue/fonts/Inter-Regular.woff2 +0 -0
  301. package/resources/themes/lara-dark-blue/fonts/Inter-SemiBold.woff +0 -0
  302. package/resources/themes/lara-dark-blue/fonts/Inter-SemiBold.woff2 +0 -0
  303. package/resources/themes/lara-dark-blue/theme.css +5418 -0
  304. package/resources/themes/lara-dark-indigo/fonts/Inter-Bold.woff +0 -0
  305. package/resources/themes/lara-dark-indigo/fonts/Inter-Bold.woff2 +0 -0
  306. package/resources/themes/lara-dark-indigo/fonts/Inter-Light.woff +0 -0
  307. package/resources/themes/lara-dark-indigo/fonts/Inter-Light.woff2 +0 -0
  308. package/resources/themes/lara-dark-indigo/fonts/Inter-Medium.woff +0 -0
  309. package/resources/themes/lara-dark-indigo/fonts/Inter-Medium.woff2 +0 -0
  310. package/resources/themes/lara-dark-indigo/fonts/Inter-Regular.woff +0 -0
  311. package/resources/themes/lara-dark-indigo/fonts/Inter-Regular.woff2 +0 -0
  312. package/resources/themes/lara-dark-indigo/fonts/Inter-SemiBold.woff +0 -0
  313. package/resources/themes/lara-dark-indigo/fonts/Inter-SemiBold.woff2 +0 -0
  314. package/resources/themes/lara-dark-indigo/theme.css +5418 -0
  315. package/resources/themes/lara-dark-purple/fonts/Inter-Bold.woff +0 -0
  316. package/resources/themes/lara-dark-purple/fonts/Inter-Bold.woff2 +0 -0
  317. package/resources/themes/lara-dark-purple/fonts/Inter-Light.woff +0 -0
  318. package/resources/themes/lara-dark-purple/fonts/Inter-Light.woff2 +0 -0
  319. package/resources/themes/lara-dark-purple/fonts/Inter-Medium.woff +0 -0
  320. package/resources/themes/lara-dark-purple/fonts/Inter-Medium.woff2 +0 -0
  321. package/resources/themes/lara-dark-purple/fonts/Inter-Regular.woff +0 -0
  322. package/resources/themes/lara-dark-purple/fonts/Inter-Regular.woff2 +0 -0
  323. package/resources/themes/lara-dark-purple/fonts/Inter-SemiBold.woff +0 -0
  324. package/resources/themes/lara-dark-purple/fonts/Inter-SemiBold.woff2 +0 -0
  325. package/resources/themes/lara-dark-purple/theme.css +5418 -0
  326. package/resources/themes/lara-dark-teal/fonts/Inter-Bold.woff +0 -0
  327. package/resources/themes/lara-dark-teal/fonts/Inter-Bold.woff2 +0 -0
  328. package/resources/themes/lara-dark-teal/fonts/Inter-Light.woff +0 -0
  329. package/resources/themes/lara-dark-teal/fonts/Inter-Light.woff2 +0 -0
  330. package/resources/themes/lara-dark-teal/fonts/Inter-Medium.woff +0 -0
  331. package/resources/themes/lara-dark-teal/fonts/Inter-Medium.woff2 +0 -0
  332. package/resources/themes/lara-dark-teal/fonts/Inter-Regular.woff +0 -0
  333. package/resources/themes/lara-dark-teal/fonts/Inter-Regular.woff2 +0 -0
  334. package/resources/themes/lara-dark-teal/fonts/Inter-SemiBold.woff +0 -0
  335. package/resources/themes/lara-dark-teal/fonts/Inter-SemiBold.woff2 +0 -0
  336. package/resources/themes/lara-dark-teal/theme.css +5418 -0
  337. package/resources/themes/lara-light-blue/fonts/Inter-Bold.woff +0 -0
  338. package/resources/themes/lara-light-blue/fonts/Inter-Bold.woff2 +0 -0
  339. package/resources/themes/lara-light-blue/fonts/Inter-Light.woff +0 -0
  340. package/resources/themes/lara-light-blue/fonts/Inter-Light.woff2 +0 -0
  341. package/resources/themes/lara-light-blue/fonts/Inter-Medium.woff +0 -0
  342. package/resources/themes/lara-light-blue/fonts/Inter-Medium.woff2 +0 -0
  343. package/resources/themes/lara-light-blue/fonts/Inter-Regular.woff +0 -0
  344. package/resources/themes/lara-light-blue/fonts/Inter-Regular.woff2 +0 -0
  345. package/resources/themes/lara-light-blue/fonts/Inter-SemiBold.woff +0 -0
  346. package/resources/themes/lara-light-blue/fonts/Inter-SemiBold.woff2 +0 -0
  347. package/resources/themes/lara-light-blue/theme.css +5418 -0
  348. package/resources/themes/lara-light-indigo/fonts/Inter-Bold.woff +0 -0
  349. package/resources/themes/lara-light-indigo/fonts/Inter-Bold.woff2 +0 -0
  350. package/resources/themes/lara-light-indigo/fonts/Inter-Light.woff +0 -0
  351. package/resources/themes/lara-light-indigo/fonts/Inter-Light.woff2 +0 -0
  352. package/resources/themes/lara-light-indigo/fonts/Inter-Medium.woff +0 -0
  353. package/resources/themes/lara-light-indigo/fonts/Inter-Medium.woff2 +0 -0
  354. package/resources/themes/lara-light-indigo/fonts/Inter-Regular.woff +0 -0
  355. package/resources/themes/lara-light-indigo/fonts/Inter-Regular.woff2 +0 -0
  356. package/resources/themes/lara-light-indigo/fonts/Inter-SemiBold.woff +0 -0
  357. package/resources/themes/lara-light-indigo/fonts/Inter-SemiBold.woff2 +0 -0
  358. package/resources/themes/lara-light-indigo/theme.css +5418 -0
  359. package/resources/themes/lara-light-purple/fonts/Inter-Bold.woff +0 -0
  360. package/resources/themes/lara-light-purple/fonts/Inter-Bold.woff2 +0 -0
  361. package/resources/themes/lara-light-purple/fonts/Inter-Light.woff +0 -0
  362. package/resources/themes/lara-light-purple/fonts/Inter-Light.woff2 +0 -0
  363. package/resources/themes/lara-light-purple/fonts/Inter-Medium.woff +0 -0
  364. package/resources/themes/lara-light-purple/fonts/Inter-Medium.woff2 +0 -0
  365. package/resources/themes/lara-light-purple/fonts/Inter-Regular.woff +0 -0
  366. package/resources/themes/lara-light-purple/fonts/Inter-Regular.woff2 +0 -0
  367. package/resources/themes/lara-light-purple/fonts/Inter-SemiBold.woff +0 -0
  368. package/resources/themes/lara-light-purple/fonts/Inter-SemiBold.woff2 +0 -0
  369. package/resources/themes/lara-light-purple/theme.css +5418 -0
  370. package/resources/themes/lara-light-teal/fonts/Inter-Bold.woff +0 -0
  371. package/resources/themes/lara-light-teal/fonts/Inter-Bold.woff2 +0 -0
  372. package/resources/themes/lara-light-teal/fonts/Inter-Light.woff +0 -0
  373. package/resources/themes/lara-light-teal/fonts/Inter-Light.woff2 +0 -0
  374. package/resources/themes/lara-light-teal/fonts/Inter-Medium.woff +0 -0
  375. package/resources/themes/lara-light-teal/fonts/Inter-Medium.woff2 +0 -0
  376. package/resources/themes/lara-light-teal/fonts/Inter-Regular.woff +0 -0
  377. package/resources/themes/lara-light-teal/fonts/Inter-Regular.woff2 +0 -0
  378. package/resources/themes/lara-light-teal/fonts/Inter-SemiBold.woff +0 -0
  379. package/resources/themes/lara-light-teal/fonts/Inter-SemiBold.woff2 +0 -0
  380. package/resources/themes/lara-light-teal/theme.css +5418 -0
  381. package/resources/themes/luna-amber/theme.css +64 -27
  382. package/resources/themes/luna-blue/theme.css +64 -27
  383. package/resources/themes/luna-green/theme.css +64 -27
  384. package/resources/themes/luna-pink/theme.css +64 -27
  385. package/resources/themes/md-dark-deeppurple/theme.css +255 -55
  386. package/resources/themes/md-dark-indigo/theme.css +255 -55
  387. package/resources/themes/md-light-deeppurple/theme.css +255 -55
  388. package/resources/themes/md-light-indigo/theme.css +255 -55
  389. package/resources/themes/mdc-dark-deeppurple/theme.css +255 -55
  390. package/resources/themes/mdc-dark-indigo/theme.css +255 -55
  391. package/resources/themes/mdc-light-deeppurple/theme.css +255 -55
  392. package/resources/themes/mdc-light-indigo/theme.css +255 -55
  393. package/resources/themes/nova/theme.css +64 -27
  394. package/resources/themes/nova-accent/theme.css +64 -27
  395. package/resources/themes/nova-alt/theme.css +64 -27
  396. package/resources/themes/nova-vue/theme.css +64 -27
  397. package/resources/themes/rhea/theme.css +64 -27
  398. package/resources/themes/saga-blue/theme.css +67 -23
  399. package/resources/themes/saga-green/theme.css +67 -23
  400. package/resources/themes/saga-orange/theme.css +67 -23
  401. package/resources/themes/saga-purple/theme.css +67 -23
  402. package/resources/themes/tailwind-light/theme.css +78 -26
  403. package/resources/themes/vela-blue/theme.css +67 -23
  404. package/resources/themes/vela-green/theme.css +67 -23
  405. package/resources/themes/vela-orange/theme.css +67 -23
  406. package/resources/themes/vela-purple/theme.css +67 -23
  407. package/row/row.common.js +1 -1
  408. package/row/row.umd.js +1 -1
  409. package/scrollpanel/scrollpanel.common.js +1 -1
  410. package/scrollpanel/scrollpanel.umd.js +1 -1
  411. package/scrolltop/scrolltop.common.js +1 -1
  412. package/scrolltop/scrolltop.umd.js +1 -1
  413. package/selectbutton/SelectButton.d.ts +3 -3
  414. package/selectbutton/SelectButton.vue +6 -1
  415. package/selectbutton/selectbutton.common.js +12 -3
  416. package/selectbutton/selectbutton.umd.js +12 -3
  417. package/selectbutton/selectbutton.umd.min.js +1 -1
  418. package/sidebar/sidebar.common.js +1 -1
  419. package/sidebar/sidebar.umd.js +1 -1
  420. package/skeleton/skeleton.common.js +1 -1
  421. package/skeleton/skeleton.umd.js +1 -1
  422. package/slider/slider.common.js +1 -1
  423. package/slider/slider.umd.js +1 -1
  424. package/speeddial/speeddial.common.js +6 -2
  425. package/speeddial/speeddial.umd.js +6 -2
  426. package/speeddial/speeddial.umd.min.js +1 -1
  427. package/splitbutton/splitbutton.common.js +21 -15
  428. package/splitbutton/splitbutton.umd.js +21 -15
  429. package/splitbutton/splitbutton.umd.min.js +1 -1
  430. package/steps/Steps.vue +5 -2
  431. package/steps/steps.common.js +6 -3
  432. package/steps/steps.umd.js +6 -3
  433. package/steps/steps.umd.min.js +1 -1
  434. package/tabmenu/TabMenu.vue +6 -3
  435. package/tabmenu/tabmenu.common.js +6 -3
  436. package/tabmenu/tabmenu.umd.js +6 -3
  437. package/tabmenu/tabmenu.umd.min.js +1 -1
  438. package/tabpanel/tabpanel.common.js +1 -1
  439. package/tabpanel/tabpanel.umd.js +1 -1
  440. package/tabview/tabview.common.js +5 -1
  441. package/tabview/tabview.umd.js +5 -1
  442. package/tabview/tabview.umd.min.js +1 -1
  443. package/tag/tag.common.js +1 -1
  444. package/tag/tag.umd.js +1 -1
  445. package/terminal/terminal.common.js +1 -1
  446. package/terminal/terminal.umd.js +1 -1
  447. package/textarea/textarea.common.js +5 -1
  448. package/textarea/textarea.umd.js +5 -1
  449. package/textarea/textarea.umd.min.js +1 -1
  450. package/tieredmenu/TieredMenuSub.vue +7 -4
  451. package/tieredmenu/demo.html +4 -3
  452. package/tieredmenu/tieredmenu.common.js +11 -8
  453. package/tieredmenu/tieredmenu.umd.js +11 -8
  454. package/tieredmenu/tieredmenu.umd.min.js +1 -1
  455. package/tieredmenu/tieredmenusub.common.js +7 -4
  456. package/tieredmenu/tieredmenusub.umd.js +7 -4
  457. package/tieredmenu/tieredmenusub.umd.min.js +1 -1
  458. package/timeline/timeline.common.js +5 -1
  459. package/timeline/timeline.umd.js +5 -1
  460. package/timeline/timeline.umd.min.js +1 -1
  461. package/toast/Toast.d.ts +4 -1
  462. package/toast/toast.common.js +2 -2
  463. package/toast/toast.umd.js +2 -2
  464. package/toast/toastmessage.common.js +1 -1
  465. package/toast/toastmessage.umd.js +1 -1
  466. package/togglebutton/togglebutton.common.js +1 -1
  467. package/togglebutton/togglebutton.umd.js +1 -1
  468. package/toolbar/Toolbar.d.ts +1 -1
  469. package/toolbar/Toolbar.vue +2 -2
  470. package/toolbar/toolbar.common.js +3 -3
  471. package/toolbar/toolbar.umd.js +3 -3
  472. package/toolbar/toolbar.umd.min.js +1 -1
  473. package/tooltip/tooltip.common.js +4 -0
  474. package/tooltip/tooltip.umd.js +4 -0
  475. package/tooltip/tooltip.umd.min.js +1 -1
  476. package/tree/TreeNode.vue +5 -1
  477. package/tree/tree.common.js +18 -8
  478. package/tree/tree.umd.js +18 -8
  479. package/tree/tree.umd.min.js +1 -1
  480. package/tree/treenode.common.js +11 -3
  481. package/tree/treenode.umd.js +11 -3
  482. package/tree/treenode.umd.min.js +1 -1
  483. package/treetable/TreeTable.d.ts +2 -2
  484. package/treetable/TreeTable.vue +8 -8
  485. package/treetable/treetable.common.js +55 -31
  486. package/treetable/treetable.umd.js +55 -31
  487. package/treetable/treetable.umd.min.js +1 -1
  488. package/treetable/treetablerow.common.js +6 -1
  489. package/treetable/treetablerow.umd.js +6 -1
  490. package/treetable/treetablerow.umd.min.js +1 -1
  491. package/treetable/treetablerowloader.common.js +7 -1
  492. package/treetable/treetablerowloader.umd.js +7 -1
  493. package/treetable/treetablerowloader.umd.min.js +1 -1
  494. package/tristatecheckbox/tristatecheckbox.common.js +1 -1
  495. package/tristatecheckbox/tristatecheckbox.umd.js +1 -1
  496. package/utils/EventBus.js +33 -0
  497. package/utils/eventbus.common.js +1774 -0
  498. package/utils/eventbus.umd.js +1784 -0
  499. package/utils/eventbus.umd.min.js +1 -0
  500. package/utils/filterutils.common.js +4 -0
  501. package/utils/filterutils.umd.js +4 -0
  502. package/utils/filterutils.umd.min.js +1 -1
  503. package/utils/objectutils.common.js +4 -0
  504. package/utils/objectutils.umd.js +4 -0
  505. package/utils/objectutils.umd.min.js +1 -1
  506. package/vetur-attributes.json +44 -16
  507. package/vetur-tags.json +9 -2
  508. package/web-types.json +153 -29
  509. package/confirmationservice/confirmationeventbus.common.js +0 -174
  510. package/confirmationservice/confirmationeventbus.umd.js +0 -184
  511. package/confirmationservice/confirmationeventbus.umd.min.js +0 -1
package/web-types.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "$schema": "https://raw.githubusercontent.com/JetBrains/web-types/master/schema/web-types.json",
3
3
  "framework": "vue",
4
4
  "name": "PrimeVue",
5
- "version": "2.6.0",
5
+ "version": "2.7.0",
6
6
  "contributions": {
7
7
  "html": {
8
8
  "types-syntax": "typescript",
@@ -735,6 +735,16 @@
735
735
  "type": "number"
736
736
  }
737
737
  },
738
+ {
739
+ "name": "responsiveOptions",
740
+ "default": "null",
741
+ "doc-url": "https://primefaces.org/primevue/showcase-v2/#/calendar",
742
+ "description": "An array of options for responsive design.",
743
+ "value": {
744
+ "kind": "expression",
745
+ "type": "array"
746
+ }
747
+ },
738
748
  {
739
749
  "name": "view",
740
750
  "default": "date",
@@ -1014,6 +1024,46 @@
1014
1024
  "kind": "expression",
1015
1025
  "type": "string"
1016
1026
  }
1027
+ },
1028
+ {
1029
+ "name": "inputStyle",
1030
+ "default": "null",
1031
+ "doc-url": "https://primefaces.org/primevue/showcase-v2/#/calendar",
1032
+ "description": "Inline style of the input field.",
1033
+ "value": {
1034
+ "kind": "expression",
1035
+ "type": "any"
1036
+ }
1037
+ },
1038
+ {
1039
+ "name": "inputClass",
1040
+ "default": "null",
1041
+ "doc-url": "https://primefaces.org/primevue/showcase-v2/#/calendar",
1042
+ "description": "Style class of the input field.",
1043
+ "value": {
1044
+ "kind": "expression",
1045
+ "type": "string"
1046
+ }
1047
+ },
1048
+ {
1049
+ "name": "class",
1050
+ "default": "null",
1051
+ "doc-url": "https://primefaces.org/primevue/showcase-v2/#/calendar",
1052
+ "description": "Style class of the component.",
1053
+ "value": {
1054
+ "kind": "expression",
1055
+ "type": "string"
1056
+ }
1057
+ },
1058
+ {
1059
+ "name": "style",
1060
+ "default": "null",
1061
+ "doc-url": "https://primefaces.org/primevue/showcase-v2/#/calendar",
1062
+ "description": "Inline style of the component.",
1063
+ "value": {
1064
+ "kind": "expression",
1065
+ "type": "any"
1066
+ }
1017
1067
  }
1018
1068
  ],
1019
1069
  "events": [
@@ -1343,7 +1393,7 @@
1343
1393
  "description": "Property name or getter function to use as the label of an option.",
1344
1394
  "value": {
1345
1395
  "kind": "expression",
1346
- "type": "string"
1396
+ "type": "string | function"
1347
1397
  }
1348
1398
  },
1349
1399
  {
@@ -1353,7 +1403,7 @@
1353
1403
  "description": "Property name or getter function to use as the value of an option, defaults to the option itself when not defined.",
1354
1404
  "value": {
1355
1405
  "kind": "expression",
1356
- "type": "string"
1406
+ "type": "string | function"
1357
1407
  }
1358
1408
  },
1359
1409
  {
@@ -1363,7 +1413,7 @@
1363
1413
  "description": "Property name or getter function to use as the label of an option group.",
1364
1414
  "value": {
1365
1415
  "kind": "expression",
1366
- "type": "string"
1416
+ "type": "string | function"
1367
1417
  }
1368
1418
  },
1369
1419
  {
@@ -1373,7 +1423,7 @@
1373
1423
  "description": "Property name or getter function to retrieve the items of a group.",
1374
1424
  "value": {
1375
1425
  "kind": "expression",
1376
- "type": "string"
1426
+ "type": "string | function"
1377
1427
  }
1378
1428
  },
1379
1429
  {
@@ -2454,6 +2504,13 @@
2454
2504
  "type": "string"
2455
2505
  }
2456
2506
  }
2507
+ ],
2508
+ "slots": [
2509
+ {
2510
+ "name": "message",
2511
+ "doc-url": "https://primefaces.org/primevue/showcase-v2/#/confirmpopup",
2512
+ "description": "Custom content for the component."
2513
+ }
2457
2514
  ]
2458
2515
  },
2459
2516
  {
@@ -3016,6 +3073,16 @@
3016
3073
  "type": "function"
3017
3074
  }
3018
3075
  },
3076
+ {
3077
+ "name": "rowStyle",
3078
+ "default": "null",
3079
+ "doc-url": "https://primefaces.org/primevue/showcase-v2/#/datatable",
3080
+ "description": "Inline style of the row.",
3081
+ "value": {
3082
+ "kind": "expression",
3083
+ "type": "object"
3084
+ }
3085
+ },
3019
3086
  {
3020
3087
  "name": "scrollable",
3021
3088
  "default": "false",
@@ -3948,12 +4015,12 @@
3948
4015
  "description": "Custom content for the component's header"
3949
4016
  },
3950
4017
  {
3951
- "name": "paginatorLeft",
4018
+ "name": "paginatorstart",
3952
4019
  "doc-url": "https://primefaces.org/primevue/showcase-v2/#/datatable",
3953
4020
  "description": "Custom content for the component paginator's left side"
3954
4021
  },
3955
4022
  {
3956
- "name": "paginatorRight",
4023
+ "name": "paginatorend",
3957
4024
  "doc-url": "https://primefaces.org/primevue/showcase-v2/#/datatable",
3958
4025
  "description": "Custom content for the component paginator's right side"
3959
4026
  },
@@ -4179,12 +4246,12 @@
4179
4246
  "description": "Custom content for the component's header"
4180
4247
  },
4181
4248
  {
4182
- "name": "paginatorLeft",
4249
+ "name": "paginatorstart",
4183
4250
  "doc-url": "https://primefaces.org/primevue/showcase-v2/#/dataview",
4184
4251
  "description": "Custom content for the component paginator's left side"
4185
4252
  },
4186
4253
  {
4187
- "name": "paginatorRight",
4254
+ "name": "paginatorend",
4188
4255
  "doc-url": "https://primefaces.org/primevue/showcase-v2/#/dataview",
4189
4256
  "description": "Custom content for the component paginator's right side"
4190
4257
  },
@@ -4619,7 +4686,7 @@
4619
4686
  "description": "Property name or getter function to use as the label of an option.",
4620
4687
  "value": {
4621
4688
  "kind": "expression",
4622
- "type": "string"
4689
+ "type": "string | function"
4623
4690
  }
4624
4691
  },
4625
4692
  {
@@ -4629,7 +4696,7 @@
4629
4696
  "description": "Property name or getter function to use as the value of an option, defaults to the option itself when not defined.",
4630
4697
  "value": {
4631
4698
  "kind": "expression",
4632
- "type": "string"
4699
+ "type": "string | function"
4633
4700
  }
4634
4701
  },
4635
4702
  {
@@ -4639,7 +4706,7 @@
4639
4706
  "description": "Property name or getter function to use as the disabled flag of an option, defaults to false when not defined.",
4640
4707
  "value": {
4641
4708
  "kind": "expression",
4642
- "type": "boolean"
4709
+ "type": "string | function"
4643
4710
  }
4644
4711
  },
4645
4712
  {
@@ -6582,7 +6649,7 @@
6582
6649
  "description": "Property name or getter function to use as the label of an option.",
6583
6650
  "value": {
6584
6651
  "kind": "expression",
6585
- "type": "string"
6652
+ "type": "string | function"
6586
6653
  }
6587
6654
  },
6588
6655
  {
@@ -6592,7 +6659,7 @@
6592
6659
  "description": "Property name or getter function to use as the value of an option, defaults to the option itself when not defined.",
6593
6660
  "value": {
6594
6661
  "kind": "expression",
6595
- "type": "string"
6662
+ "type": "string | function"
6596
6663
  }
6597
6664
  },
6598
6665
  {
@@ -6602,7 +6669,7 @@
6602
6669
  "description": "Property name or getter function to use as the disabled flag of an option, defaults to false when not defined.",
6603
6670
  "value": {
6604
6671
  "kind": "expression",
6605
- "type": "boolean"
6672
+ "type": "string | function"
6606
6673
  }
6607
6674
  },
6608
6675
  {
@@ -6972,6 +7039,16 @@
6972
7039
  "kind": "expression",
6973
7040
  "type": "number"
6974
7041
  }
7042
+ },
7043
+ {
7044
+ "name": "icon",
7045
+ "default": "null",
7046
+ "doc-url": "https://primefaces.org/primevue/showcase-v2/#/message",
7047
+ "description": "Display a custom icon for the message.",
7048
+ "value": {
7049
+ "kind": "expression",
7050
+ "type": "string"
7051
+ }
6975
7052
  }
6976
7053
  ],
6977
7054
  "events": [
@@ -7026,7 +7103,7 @@
7026
7103
  "description": "Property name or getter function to use as the label of an option.",
7027
7104
  "value": {
7028
7105
  "kind": "expression",
7029
- "type": "string"
7106
+ "type": "string | function"
7030
7107
  }
7031
7108
  },
7032
7109
  {
@@ -7036,7 +7113,7 @@
7036
7113
  "description": "Property name or getter function to use as the value of an option, defaults to the option itself when not defined.",
7037
7114
  "value": {
7038
7115
  "kind": "expression",
7039
- "type": "string"
7116
+ "type": "string | function"
7040
7117
  }
7041
7118
  },
7042
7119
  {
@@ -7046,7 +7123,7 @@
7046
7123
  "description": "Property name or getter function to use as the disabled flag of an option, defaults to false when not defined.",
7047
7124
  "value": {
7048
7125
  "kind": "expression",
7049
- "type": "boolean"
7126
+ "type": "string | function"
7050
7127
  }
7051
7128
  },
7052
7129
  {
@@ -7388,6 +7465,16 @@
7388
7465
  "name": "item",
7389
7466
  "doc-url": "https://primefaces.org/primevue/showcase-v2/#/orderlist",
7390
7467
  "description": "Custom content for the item"
7468
+ },
7469
+ {
7470
+ "name": "controlsstart",
7471
+ "doc-url": "https://primefaces.org/primevue/showcase-v2/#/orderlist",
7472
+ "description": "Custom content before the buttons"
7473
+ },
7474
+ {
7475
+ "name": "controlsend",
7476
+ "doc-url": "https://primefaces.org/primevue/showcase-v2/#/orderlist",
7477
+ "description": "Custom content after the buttons"
7391
7478
  }
7392
7479
  ]
7393
7480
  },
@@ -7702,12 +7789,12 @@
7702
7789
  ],
7703
7790
  "slots": [
7704
7791
  {
7705
- "name": "left",
7792
+ "name": "start",
7706
7793
  "doc-url": "https://primefaces.org/primevue/showcase-v2/#/paginator",
7707
7794
  "description": "Custom content for the component's left side"
7708
7795
  },
7709
7796
  {
7710
- "name": "right",
7797
+ "name": "end",
7711
7798
  "doc-url": "https://primefaces.org/primevue/showcase-v2/#/paginator",
7712
7799
  "description": "Custom content for the component's right side"
7713
7800
  }
@@ -8157,7 +8244,7 @@
8157
8244
  ],
8158
8245
  "slots": [
8159
8246
  {
8160
- "name": "sourceHeader",
8247
+ "name": "sourceheader",
8161
8248
  "doc-url": "https://primefaces.org/primevue/showcase-v2/#/picklist",
8162
8249
  "description": "Custom content for the component's source header"
8163
8250
  },
@@ -8167,9 +8254,39 @@
8167
8254
  "description": "Custom content for the item"
8168
8255
  },
8169
8256
  {
8170
- "name": "targetHeader",
8257
+ "name": "targetheader",
8171
8258
  "doc-url": "https://primefaces.org/primevue/showcase-v2/#/picklist",
8172
8259
  "description": "Custom content for the component's target header"
8260
+ },
8261
+ {
8262
+ "name": "sourcecontrolsstart",
8263
+ "doc-url": "https://primefaces.org/primevue/showcase-v2/#/picklist",
8264
+ "description": "Custom content before source control buttons"
8265
+ },
8266
+ {
8267
+ "name": "sourcecontrolsend",
8268
+ "doc-url": "https://primefaces.org/primevue/showcase-v2/#/picklist",
8269
+ "description": "Custom content after source control buttons"
8270
+ },
8271
+ {
8272
+ "name": "movecontrolsstart",
8273
+ "doc-url": "https://primefaces.org/primevue/showcase-v2/#/picklist",
8274
+ "description": "Custom content before move buttons"
8275
+ },
8276
+ {
8277
+ "name": "movecontrolsend",
8278
+ "doc-url": "https://primefaces.org/primevue/showcase-v2/#/picklist",
8279
+ "description": "Custom content after move buttons"
8280
+ },
8281
+ {
8282
+ "name": "targetcontrolsstart",
8283
+ "doc-url": "https://primefaces.org/primevue/showcase-v2/#/picklist",
8284
+ "description": "Custom content before target control buttons"
8285
+ },
8286
+ {
8287
+ "name": "targetcontrolsend",
8288
+ "doc-url": "https://primefaces.org/primevue/showcase-v2/#/picklist",
8289
+ "description": "Custom content after target control buttons"
8173
8290
  }
8174
8291
  ]
8175
8292
  },
@@ -8552,7 +8669,7 @@
8552
8669
  "description": "Property name or getter function to use as the label of an option.",
8553
8670
  "value": {
8554
8671
  "kind": "expression",
8555
- "type": "string"
8672
+ "type": "string | function"
8556
8673
  }
8557
8674
  },
8558
8675
  {
@@ -8562,7 +8679,7 @@
8562
8679
  "description": "Property name or getter function to use as the value of an option, defaults to the option itself when not defined.",
8563
8680
  "value": {
8564
8681
  "kind": "expression",
8565
- "type": "string"
8682
+ "type": "string | function"
8566
8683
  }
8567
8684
  },
8568
8685
  {
@@ -8572,7 +8689,7 @@
8572
8689
  "description": "Property name or getter function to use as the disabled flag of an option, defaults to false when not defined.",
8573
8690
  "value": {
8574
8691
  "kind": "expression",
8575
- "type": "boolean"
8692
+ "type": "string | function"
8576
8693
  }
8577
8694
  },
8578
8695
  {
@@ -9898,6 +10015,13 @@
9898
10015
  "type": "object"
9899
10016
  }
9900
10017
  }
10018
+ ],
10019
+ "slots": [
10020
+ {
10021
+ "name": "message",
10022
+ "doc-url": "https://primefaces.org/primevue/showcase-v2/#/toast",
10023
+ "description": "Custom content for the component."
10024
+ }
9901
10025
  ]
9902
10026
  },
9903
10027
  {
@@ -10058,12 +10182,12 @@
10058
10182
  "description": "Toolbar is a grouping component for buttons and other content.",
10059
10183
  "slots": [
10060
10184
  {
10061
- "name": "left",
10185
+ "name": "start",
10062
10186
  "doc-url": "https://primefaces.org/primevue/showcase-v2/#/toolbar",
10063
10187
  "description": "Custom content for the component's left side"
10064
10188
  },
10065
10189
  {
10066
- "name": "right",
10190
+ "name": "end",
10067
10191
  "doc-url": "https://primefaces.org/primevue/showcase-v2/#/toolbar",
10068
10192
  "description": "Custom content for the component's right side"
10069
10193
  }
@@ -10856,12 +10980,12 @@
10856
10980
  "description": "Custom content for the component's header"
10857
10981
  },
10858
10982
  {
10859
- "name": "paginatorLeft",
10983
+ "name": "paginatorstart",
10860
10984
  "doc-url": "https://primefaces.org/primevue/showcase-v2/#/treetable",
10861
10985
  "description": "Custom content for the component paginator's left side"
10862
10986
  },
10863
10987
  {
10864
- "name": "paginatorRight",
10988
+ "name": "paginatorend",
10865
10989
  "doc-url": "https://primefaces.org/primevue/showcase-v2/#/treetable",
10866
10990
  "description": "Custom content for the component paginator's right side"
10867
10991
  },
@@ -1,174 +0,0 @@
1
- module.exports =
2
- /******/ (function(modules) { // webpackBootstrap
3
- /******/ // The module cache
4
- /******/ var installedModules = {};
5
- /******/
6
- /******/ // The require function
7
- /******/ function __webpack_require__(moduleId) {
8
- /******/
9
- /******/ // Check if module is in cache
10
- /******/ if(installedModules[moduleId]) {
11
- /******/ return installedModules[moduleId].exports;
12
- /******/ }
13
- /******/ // Create a new module (and put it into the cache)
14
- /******/ var module = installedModules[moduleId] = {
15
- /******/ i: moduleId,
16
- /******/ l: false,
17
- /******/ exports: {}
18
- /******/ };
19
- /******/
20
- /******/ // Execute the module function
21
- /******/ modules[moduleId].call(module.exports, module, module.exports, __webpack_require__);
22
- /******/
23
- /******/ // Flag the module as loaded
24
- /******/ module.l = true;
25
- /******/
26
- /******/ // Return the exports of the module
27
- /******/ return module.exports;
28
- /******/ }
29
- /******/
30
- /******/
31
- /******/ // expose the modules object (__webpack_modules__)
32
- /******/ __webpack_require__.m = modules;
33
- /******/
34
- /******/ // expose the module cache
35
- /******/ __webpack_require__.c = installedModules;
36
- /******/
37
- /******/ // define getter function for harmony exports
38
- /******/ __webpack_require__.d = function(exports, name, getter) {
39
- /******/ if(!__webpack_require__.o(exports, name)) {
40
- /******/ Object.defineProperty(exports, name, { enumerable: true, get: getter });
41
- /******/ }
42
- /******/ };
43
- /******/
44
- /******/ // define __esModule on exports
45
- /******/ __webpack_require__.r = function(exports) {
46
- /******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
47
- /******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
48
- /******/ }
49
- /******/ Object.defineProperty(exports, '__esModule', { value: true });
50
- /******/ };
51
- /******/
52
- /******/ // create a fake namespace object
53
- /******/ // mode & 1: value is a module id, require it
54
- /******/ // mode & 2: merge all properties of value into the ns
55
- /******/ // mode & 4: return value when already ns object
56
- /******/ // mode & 8|1: behave like require
57
- /******/ __webpack_require__.t = function(value, mode) {
58
- /******/ if(mode & 1) value = __webpack_require__(value);
59
- /******/ if(mode & 8) return value;
60
- /******/ if((mode & 4) && typeof value === 'object' && value && value.__esModule) return value;
61
- /******/ var ns = Object.create(null);
62
- /******/ __webpack_require__.r(ns);
63
- /******/ Object.defineProperty(ns, 'default', { enumerable: true, value: value });
64
- /******/ if(mode & 2 && typeof value != 'string') for(var key in value) __webpack_require__.d(ns, key, function(key) { return value[key]; }.bind(null, key));
65
- /******/ return ns;
66
- /******/ };
67
- /******/
68
- /******/ // getDefaultExport function for compatibility with non-harmony modules
69
- /******/ __webpack_require__.n = function(module) {
70
- /******/ var getter = module && module.__esModule ?
71
- /******/ function getDefault() { return module['default']; } :
72
- /******/ function getModuleExports() { return module; };
73
- /******/ __webpack_require__.d(getter, 'a', getter);
74
- /******/ return getter;
75
- /******/ };
76
- /******/
77
- /******/ // Object.prototype.hasOwnProperty.call
78
- /******/ __webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); };
79
- /******/
80
- /******/ // __webpack_public_path__
81
- /******/ __webpack_require__.p = "";
82
- /******/
83
- /******/
84
- /******/ // Load entry module and return exports
85
- /******/ return __webpack_require__(__webpack_require__.s = "fb15");
86
- /******/ })
87
- /************************************************************************/
88
- /******/ ({
89
-
90
- /***/ "f6fd":
91
- /***/ (function(module, exports) {
92
-
93
- // document.currentScript polyfill by Adam Miller
94
-
95
- // MIT license
96
-
97
- (function(document){
98
- var currentScript = "currentScript",
99
- scripts = document.getElementsByTagName('script'); // Live NodeList collection
100
-
101
- // If browser needs currentScript polyfill, add get currentScript() to the document object
102
- if (!(currentScript in document)) {
103
- Object.defineProperty(document, currentScript, {
104
- get: function(){
105
-
106
- // IE 6-10 supports script readyState
107
- // IE 10+ support stack trace
108
- try { throw new Error(); }
109
- catch (err) {
110
-
111
- // Find the second match for the "at" string to get file src url from stack.
112
- // Specifically works with the format of stack traces in IE.
113
- var i, res = ((/.*at [^\(]*\((.*):.+:.+\)$/ig).exec(err.stack) || [false])[1];
114
-
115
- // For all scripts on the page, if src matches or if ready state is interactive, return the script tag
116
- for(i in scripts){
117
- if(scripts[i].src == res || scripts[i].readyState == "interactive"){
118
- return scripts[i];
119
- }
120
- }
121
-
122
- // If no match, return null
123
- return null;
124
- }
125
- }
126
- });
127
- }
128
- })(document);
129
-
130
-
131
- /***/ }),
132
-
133
- /***/ "fb15":
134
- /***/ (function(module, __webpack_exports__, __webpack_require__) {
135
-
136
- "use strict";
137
- // ESM COMPAT FLAG
138
- __webpack_require__.r(__webpack_exports__);
139
-
140
- // CONCATENATED MODULE: ./node_modules/@vue/cli-service/lib/commands/build/setPublicPath.js
141
- // This file is imported into lib/wc client bundles.
142
-
143
- if (typeof window !== 'undefined') {
144
- if (true) {
145
- __webpack_require__("f6fd")
146
- }
147
-
148
- var i
149
- if ((i = window.document.currentScript) && (i = i.src.match(/(.+\/)[^/]+\.js(\?.*)?$/))) {
150
- __webpack_require__.p = i[1] // eslint-disable-line
151
- }
152
- }
153
-
154
- // Indicate to webpack that this file can be concatenated
155
- /* harmony default export */ var setPublicPath = (null);
156
-
157
- // CONCATENATED MODULE: ./node_modules/mitt/dist/mitt.es.js
158
- /* harmony default export */ var mitt_es = (function(n){return{all:n=n||new Map,on:function(t,e){var i=n.get(t);i&&i.push(e)||n.set(t,[e])},off:function(t,e){var i=n.get(t);i&&i.splice(i.indexOf(e)>>>0,1)},emit:function(t,e){(n.get(t)||[]).slice().map(function(n){n(e)}),(n.get("*")||[]).slice().map(function(n){n(t,e)})}}});
159
- //# sourceMappingURL=mitt.es.js.map
160
-
161
- // CONCATENATED MODULE: ./src/components/confirmationservice/ConfirmationEventBus.js
162
-
163
- var EventBus = mitt_es();
164
- /* harmony default export */ var ConfirmationEventBus = (EventBus);
165
- // CONCATENATED MODULE: ./node_modules/@vue/cli-service/lib/commands/build/entry-lib.js
166
-
167
-
168
- /* harmony default export */ var entry_lib = __webpack_exports__["default"] = (ConfirmationEventBus);
169
-
170
-
171
-
172
- /***/ })
173
-
174
- /******/ })["default"];