primevue 2.5.1 → 2.9.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 (710) hide show
  1. package/accordion/accordion.common.js +1 -1
  2. package/accordion/accordion.umd.js +1 -1
  3. package/accordiontab/accordiontab.common.js +28 -1
  4. package/accordiontab/accordiontab.umd.js +28 -1
  5. package/accordiontab/accordiontab.umd.min.js +1 -1
  6. package/api/Api.d.ts +296 -0
  7. package/api/Api.js +47 -0
  8. package/api/FilterMatchMode.js +26 -0
  9. package/api/FilterOperator.js +12 -0
  10. package/api/FilterService.js +260 -0
  11. package/api/PrimeIcons.js +246 -0
  12. package/api/ToastSeverity.js +14 -0
  13. package/api/api.common.js +4893 -0
  14. package/api/api.umd.js +4903 -0
  15. package/api/api.umd.min.js +1 -0
  16. package/api/demo.html +8 -0
  17. package/api/filtermatchmode.common.js +186 -0
  18. package/api/filtermatchmode.umd.js +196 -0
  19. package/api/filtermatchmode.umd.min.js +1 -0
  20. package/api/filteroperator.common.js +172 -0
  21. package/api/filteroperator.umd.js +182 -0
  22. package/api/filteroperator.umd.min.js +1 -0
  23. package/{utils/filterutils.common.js → api/filterservice.common.js} +207 -106
  24. package/{utils/filterutils.umd.js → api/filterservice.umd.js} +209 -108
  25. package/api/filterservice.umd.min.js +1 -0
  26. package/api/index.d.ts +1 -0
  27. package/api/index.js +2 -0
  28. package/api/primeicons.common.js +406 -0
  29. package/api/primeicons.umd.js +416 -0
  30. package/api/primeicons.umd.min.js +1 -0
  31. package/{confirmationservice/confirmationeventbus.common.js → api/toastseverity.common.js} +9 -9
  32. package/{confirmationservice/confirmationeventbus.umd.js → api/toastseverity.umd.js} +11 -11
  33. package/api/toastseverity.umd.min.js +1 -0
  34. package/autocomplete/AutoComplete.d.ts +1 -0
  35. package/autocomplete/AutoComplete.vue +8 -0
  36. package/autocomplete/autocomplete.common.js +64 -23
  37. package/autocomplete/autocomplete.umd.js +64 -23
  38. package/autocomplete/autocomplete.umd.min.js +1 -1
  39. package/avatar/avatar.common.js +1 -1
  40. package/avatar/avatar.umd.js +1 -1
  41. package/avatargroup/avatargroup.common.js +1 -1
  42. package/avatargroup/avatargroup.umd.js +1 -1
  43. package/badge/badge.common.js +1 -1
  44. package/badge/badge.umd.js +1 -1
  45. package/badgedirective/badgedirective.common.js +27 -0
  46. package/badgedirective/badgedirective.umd.js +27 -0
  47. package/badgedirective/badgedirective.umd.min.js +1 -1
  48. package/blockui/BlockUI.vue +6 -16
  49. package/blockui/blockui.common.js +38 -16
  50. package/blockui/blockui.umd.js +38 -16
  51. package/blockui/blockui.umd.min.js +1 -1
  52. package/breadcrumb/Breadcrumb.d.ts +1 -0
  53. package/breadcrumb/Breadcrumb.vue +6 -2
  54. package/breadcrumb/BreadcrumbItem.vue +30 -11
  55. package/breadcrumb/breadcrumb.common.js +44 -16
  56. package/breadcrumb/breadcrumb.umd.js +44 -16
  57. package/breadcrumb/breadcrumb.umd.min.js +1 -1
  58. package/breadcrumb/breadcrumbitem.common.js +34 -10
  59. package/breadcrumb/breadcrumbitem.umd.js +34 -10
  60. package/breadcrumb/breadcrumbitem.umd.min.js +1 -1
  61. package/button/button.common.js +28 -1
  62. package/button/button.umd.js +28 -1
  63. package/button/button.umd.min.js +1 -1
  64. package/calendar/Calendar.d.ts +5 -0
  65. package/calendar/Calendar.vue +342 -70
  66. package/calendar/calendar.common.js +403 -73
  67. package/calendar/calendar.umd.js +403 -73
  68. package/calendar/calendar.umd.min.js +1 -1
  69. package/card/card.common.js +1 -1
  70. package/card/card.umd.js +1 -1
  71. package/carousel/Carousel.vue +2 -2
  72. package/carousel/carousel.common.js +30 -3
  73. package/carousel/carousel.umd.js +30 -3
  74. package/carousel/carousel.umd.min.js +1 -1
  75. package/cascadeselect/CascadeSelect.d.ts +6 -4
  76. package/cascadeselect/CascadeSelect.vue +3 -1
  77. package/cascadeselect/cascadeselect.common.js +53 -17
  78. package/cascadeselect/cascadeselect.umd.js +53 -17
  79. package/cascadeselect/cascadeselect.umd.min.js +1 -1
  80. package/cascadeselect/cascadeselectsub.common.js +48 -14
  81. package/cascadeselect/cascadeselectsub.umd.js +48 -14
  82. package/cascadeselect/cascadeselectsub.umd.min.js +1 -1
  83. package/cascadeselect/demo.html +4 -3
  84. package/chart/Chart.vue +27 -11
  85. package/chart/chart.common.js +30 -12
  86. package/chart/chart.umd.js +30 -12
  87. package/chart/chart.umd.min.js +1 -1
  88. package/checkbox/Checkbox.css +1 -0
  89. package/checkbox/Checkbox.d.ts +2 -0
  90. package/checkbox/Checkbox.vue +11 -3
  91. package/checkbox/checkbox.common.js +38 -18
  92. package/checkbox/checkbox.umd.js +38 -18
  93. package/checkbox/checkbox.umd.min.js +1 -1
  94. package/chip/chip.common.js +1 -1
  95. package/chip/chip.umd.js +1 -1
  96. package/chips/chips.common.js +1 -1
  97. package/chips/chips.umd.js +1 -1
  98. package/colorpicker/colorpicker.common.js +28 -1
  99. package/colorpicker/colorpicker.umd.js +28 -1
  100. package/colorpicker/colorpicker.umd.min.js +1 -1
  101. package/column/Column.vue +72 -12
  102. package/column/column.common.js +71 -11
  103. package/column/column.umd.js +71 -11
  104. package/column/column.umd.min.js +1 -1
  105. package/columngroup/columngroup.common.js +1 -1
  106. package/columngroup/columngroup.umd.js +1 -1
  107. package/common/Common.css +13 -4
  108. package/config/PrimeVue.d.ts +24 -2
  109. package/config/PrimeVue.js +34 -4
  110. package/config/primevue.common.js +3589 -130
  111. package/config/primevue.umd.js +3589 -130
  112. package/config/primevue.umd.min.js +1 -1
  113. package/{confirmationservice → confirmationeventbus}/ConfirmationEventBus.js +3 -3
  114. package/confirmationeventbus/confirmationeventbus.common.js +1777 -0
  115. package/confirmationeventbus/confirmationeventbus.umd.js +1787 -0
  116. package/confirmationeventbus/confirmationeventbus.umd.min.js +1 -0
  117. package/confirmationeventbus/demo.html +8 -0
  118. package/confirmationeventbus/index.d.ts +1 -0
  119. package/confirmationeventbus/index.js +2 -0
  120. package/confirmationservice/ConfirmationService.js +1 -1
  121. package/confirmationservice/confirmationservice.common.js +1609 -6
  122. package/confirmationservice/confirmationservice.umd.js +1609 -6
  123. package/confirmationservice/confirmationservice.umd.min.js +1 -1
  124. package/confirmdialog/ConfirmDialog.vue +9 -3
  125. package/confirmdialog/confirmdialog.common.js +465 -46
  126. package/confirmdialog/confirmdialog.umd.js +465 -46
  127. package/confirmdialog/confirmdialog.umd.min.js +1 -1
  128. package/confirmpopup/ConfirmPopup.d.ts +4 -1
  129. package/confirmpopup/ConfirmPopup.vue +9 -6
  130. package/confirmpopup/confirmpopup.common.js +535 -13
  131. package/confirmpopup/confirmpopup.umd.js +535 -13
  132. package/confirmpopup/confirmpopup.umd.min.js +1 -1
  133. package/contextmenu/ContextMenu.d.ts +1 -0
  134. package/contextmenu/ContextMenu.vue +5 -1
  135. package/contextmenu/ContextMenuSub.vue +33 -13
  136. package/contextmenu/contextmenu.common.js +68 -14
  137. package/contextmenu/contextmenu.umd.js +68 -14
  138. package/contextmenu/contextmenu.umd.min.js +1 -1
  139. package/contextmenu/contextmenusub.common.js +58 -8
  140. package/contextmenu/contextmenusub.umd.js +58 -8
  141. package/contextmenu/contextmenusub.umd.min.js +1 -1
  142. package/datatable/BodyCell.vue +118 -34
  143. package/datatable/ColumnFilter.vue +558 -0
  144. package/datatable/ColumnSlot.vue +21 -1
  145. package/datatable/DataTable.d.ts +43 -15
  146. package/datatable/DataTable.vue +606 -398
  147. package/datatable/FooterCell.vue +82 -0
  148. package/datatable/HeaderCell.vue +246 -0
  149. package/datatable/HeaderCheckbox.vue +7 -4
  150. package/datatable/RowCheckbox.vue +2 -2
  151. package/datatable/RowRadioButton.vue +1 -1
  152. package/datatable/TableBody.vue +92 -23
  153. package/datatable/TableFooter.vue +34 -18
  154. package/datatable/TableHeader.vue +79 -134
  155. package/datatable/bodycell.common.js +592 -65
  156. package/datatable/bodycell.umd.js +592 -65
  157. package/datatable/bodycell.umd.min.js +1 -1
  158. package/datatable/columnfilter.common.js +7615 -0
  159. package/datatable/columnfilter.umd.js +7625 -0
  160. package/datatable/columnfilter.umd.min.js +1 -0
  161. package/datatable/columnslot.common.js +21 -1
  162. package/datatable/columnslot.umd.js +21 -1
  163. package/datatable/columnslot.umd.min.js +1 -1
  164. package/datatable/datatable.common.js +4384 -1399
  165. package/datatable/datatable.umd.js +4384 -1399
  166. package/datatable/datatable.umd.min.js +1 -1
  167. package/datatable/demo.html +3 -3
  168. package/datatable/footercell.common.js +5457 -0
  169. package/datatable/footercell.umd.js +5467 -0
  170. package/datatable/footercell.umd.min.js +1 -0
  171. package/datatable/headercell.common.js +8066 -0
  172. package/datatable/headercell.umd.js +8076 -0
  173. package/datatable/headercell.umd.min.js +1 -0
  174. package/datatable/headercheckbox.common.js +8 -5
  175. package/datatable/headercheckbox.umd.js +8 -5
  176. package/datatable/headercheckbox.umd.min.js +1 -1
  177. package/datatable/rowcheckbox.common.js +3 -3
  178. package/datatable/rowcheckbox.umd.js +3 -3
  179. package/datatable/rowcheckbox.umd.min.js +1 -1
  180. package/datatable/rowradiobutton.common.js +3 -3
  181. package/datatable/rowradiobutton.umd.js +3 -3
  182. package/datatable/rowradiobutton.umd.min.js +1 -1
  183. package/datatable/tablebody.common.js +1041 -443
  184. package/datatable/tablebody.umd.js +1041 -443
  185. package/datatable/tablebody.umd.min.js +1 -1
  186. package/datatable/tablefooter.common.js +3789 -105
  187. package/datatable/tablefooter.umd.js +3789 -105
  188. package/datatable/tablefooter.umd.min.js +1 -1
  189. package/datatable/tableheader.common.js +6635 -2132
  190. package/datatable/tableheader.umd.js +6635 -2132
  191. package/datatable/tableheader.umd.min.js +1 -1
  192. package/datatable/tableloadingbody.common.js +22 -2
  193. package/datatable/tableloadingbody.umd.js +22 -2
  194. package/datatable/tableloadingbody.umd.min.js +1 -1
  195. package/dataview/DataView.d.ts +2 -2
  196. package/dataview/DataView.vue +8 -8
  197. package/dataview/dataview.common.js +1974 -79
  198. package/dataview/dataview.umd.js +1974 -79
  199. package/dataview/dataview.umd.min.js +1 -1
  200. package/dataviewlayoutoptions/dataviewlayoutoptions.common.js +1 -1
  201. package/dataviewlayoutoptions/dataviewlayoutoptions.umd.js +1 -1
  202. package/deferredcontent/deferredcontent.common.js +1 -1
  203. package/deferredcontent/deferredcontent.umd.js +1 -1
  204. package/dialog/Dialog.d.ts +1 -0
  205. package/dialog/Dialog.vue +41 -24
  206. package/dialog/dialog.common.js +68 -27
  207. package/dialog/dialog.umd.js +68 -27
  208. package/dialog/dialog.umd.min.js +1 -1
  209. package/divider/divider.common.js +1 -1
  210. package/divider/divider.umd.js +1 -1
  211. package/dock/Dock.d.ts +2 -0
  212. package/dock/Dock.vue +12 -2
  213. package/dock/DockSub.vue +45 -21
  214. package/dock/dock.common.js +44 -15
  215. package/dock/dock.umd.js +44 -15
  216. package/dock/dock.umd.min.js +1 -1
  217. package/dock/docksub.common.js +31 -7
  218. package/dock/docksub.umd.js +31 -7
  219. package/dock/docksub.umd.min.js +1 -1
  220. package/dropdown/Dropdown.d.ts +5 -3
  221. package/dropdown/Dropdown.vue +34 -6
  222. package/dropdown/dropdown.common.js +84 -21
  223. package/dropdown/dropdown.umd.js +84 -21
  224. package/dropdown/dropdown.umd.min.js +1 -1
  225. package/editor/editor.common.js +1 -1
  226. package/editor/editor.umd.js +1 -1
  227. package/fieldset/fieldset.common.js +28 -1
  228. package/fieldset/fieldset.umd.js +28 -1
  229. package/fieldset/fieldset.umd.min.js +1 -1
  230. package/fileupload/FileUpload.vue +5 -2
  231. package/fileupload/fileupload.common.js +55 -19
  232. package/fileupload/fileupload.umd.js +55 -19
  233. package/fileupload/fileupload.umd.min.js +1 -1
  234. package/fullcalendar/fullcalendar.common.js +342 -136
  235. package/fullcalendar/fullcalendar.umd.js +342 -136
  236. package/fullcalendar/fullcalendar.umd.min.js +4 -4
  237. package/galleria/Galleria.vue +3 -8
  238. package/galleria/GalleriaContent.vue +9 -0
  239. package/galleria/galleria.common.js +49 -17
  240. package/galleria/galleria.umd.js +49 -17
  241. package/galleria/galleria.umd.min.js +1 -1
  242. package/galleria/galleriacontent.common.js +40 -4
  243. package/galleria/galleriacontent.umd.js +40 -4
  244. package/galleria/galleriacontent.umd.min.js +1 -1
  245. package/galleria/galleriaitem.common.js +28 -1
  246. package/galleria/galleriaitem.umd.js +28 -1
  247. package/galleria/galleriaitem.umd.min.js +1 -1
  248. package/galleria/galleriathumbnails.common.js +28 -1
  249. package/galleria/galleriathumbnails.umd.js +28 -1
  250. package/galleria/galleriathumbnails.umd.min.js +1 -1
  251. package/imagepreview/ImagePreview.d.ts +10 -0
  252. package/imagepreview/ImagePreview.vue +205 -0
  253. package/imagepreview/demo.html +17 -0
  254. package/{datatable/scrollableview.common.js → imagepreview/imagepreview.common.js} +570 -463
  255. package/{datatable/scrollableview.umd.js → imagepreview/imagepreview.umd.js} +572 -465
  256. package/imagepreview/imagepreview.umd.min.js +1 -0
  257. package/imagepreview/index.d.ts +1 -0
  258. package/imagepreview/index.js +2 -0
  259. package/imagepreview/plugin.js +4 -0
  260. package/inlinemessage/inlinemessage.common.js +1 -1
  261. package/inlinemessage/inlinemessage.umd.js +1 -1
  262. package/inplace/inplace.common.js +29 -2
  263. package/inplace/inplace.umd.js +29 -2
  264. package/inplace/inplace.umd.min.js +1 -1
  265. package/inputmask/InputMask.vue +7 -5
  266. package/inputmask/inputmask.common.js +39 -12
  267. package/inputmask/inputmask.umd.js +39 -12
  268. package/inputmask/inputmask.umd.min.js +1 -1
  269. package/inputnumber/InputNumber.vue +183 -62
  270. package/inputnumber/inputnumber.common.js +249 -113
  271. package/inputnumber/inputnumber.umd.js +249 -113
  272. package/inputnumber/inputnumber.umd.min.js +1 -1
  273. package/inputswitch/InputSwitch.d.ts +2 -0
  274. package/inputswitch/InputSwitch.vue +15 -3
  275. package/inputswitch/inputswitch.common.js +17 -5
  276. package/inputswitch/inputswitch.umd.js +17 -5
  277. package/inputswitch/inputswitch.umd.min.js +1 -1
  278. package/inputtext/inputtext.common.js +3 -7
  279. package/inputtext/inputtext.umd.js +3 -7
  280. package/inputtext/inputtext.umd.min.js +1 -1
  281. package/knob/knob.common.js +1 -1
  282. package/knob/knob.umd.js +1 -1
  283. package/listbox/Listbox.d.ts +3 -3
  284. package/listbox/listbox.common.js +48 -14
  285. package/listbox/listbox.umd.js +48 -14
  286. package/listbox/listbox.umd.min.js +1 -1
  287. package/megamenu/MegaMenu.d.ts +6 -1
  288. package/megamenu/MegaMenu.vue +51 -22
  289. package/megamenu/megamenu.common.js +74 -10
  290. package/megamenu/megamenu.umd.js +74 -10
  291. package/megamenu/megamenu.umd.min.js +1 -1
  292. package/menu/Menu.d.ts +1 -0
  293. package/menu/Menu.vue +11 -4
  294. package/menu/Menuitem.vue +25 -11
  295. package/menu/menu.common.js +68 -17
  296. package/menu/menu.umd.js +68 -17
  297. package/menu/menu.umd.min.js +1 -1
  298. package/menu/menuitem.common.js +55 -11
  299. package/menu/menuitem.umd.js +55 -11
  300. package/menu/menuitem.umd.min.js +1 -1
  301. package/menubar/Menubar.d.ts +1 -0
  302. package/menubar/Menubar.vue +5 -1
  303. package/menubar/MenubarSub.vue +34 -14
  304. package/menubar/demo.html +3 -4
  305. package/menubar/menubar.common.js +68 -14
  306. package/menubar/menubar.umd.js +68 -14
  307. package/menubar/menubar.umd.min.js +1 -1
  308. package/menubar/menubarsub.common.js +58 -8
  309. package/menubar/menubarsub.umd.js +58 -8
  310. package/menubar/menubarsub.umd.min.js +1 -1
  311. package/message/Message.d.ts +1 -0
  312. package/message/Message.vue +5 -1
  313. package/message/message.common.js +34 -3
  314. package/message/message.umd.js +34 -3
  315. package/message/message.umd.min.js +1 -1
  316. package/multiselect/MultiSelect.d.ts +4 -3
  317. package/multiselect/MultiSelect.vue +8 -1
  318. package/multiselect/multiselect.common.js +58 -18
  319. package/multiselect/multiselect.umd.js +58 -18
  320. package/multiselect/multiselect.umd.min.js +1 -1
  321. package/orderlist/OrderList.d.ts +2 -0
  322. package/orderlist/OrderList.vue +2 -0
  323. package/orderlist/orderlist.common.js +53 -17
  324. package/orderlist/orderlist.umd.js +53 -17
  325. package/orderlist/orderlist.umd.min.js +1 -1
  326. package/organizationchart/organizationchart.common.js +31 -8
  327. package/organizationchart/organizationchart.umd.js +31 -8
  328. package/organizationchart/organizationchart.umd.min.js +1 -1
  329. package/organizationchart/organizationchartnode.common.js +28 -1
  330. package/organizationchart/organizationchartnode.umd.js +28 -1
  331. package/organizationchart/organizationchartnode.umd.min.js +1 -1
  332. package/overlayeventbus/OverlayEventBus.js +14 -0
  333. package/overlayeventbus/demo.html +8 -0
  334. package/overlayeventbus/index.d.ts +1 -0
  335. package/overlayeventbus/index.js +2 -0
  336. package/overlayeventbus/overlayeventbus.common.js +1777 -0
  337. package/overlayeventbus/overlayeventbus.umd.js +1787 -0
  338. package/overlayeventbus/overlayeventbus.umd.min.js +1 -0
  339. package/overlaypanel/overlaypanel.common.js +28 -1
  340. package/overlaypanel/overlaypanel.umd.js +28 -1
  341. package/overlaypanel/overlaypanel.umd.min.js +1 -1
  342. package/package.json +5 -1
  343. package/paginator/CurrentPageReport.vue +6 -2
  344. package/paginator/JumpToPageDropdown.vue +33 -0
  345. package/paginator/JumpToPageInput.vue +25 -0
  346. package/paginator/Paginator.d.ts +2 -2
  347. package/paginator/Paginator.vue +24 -11
  348. package/paginator/RowsPerPageDropdown.vue +3 -2
  349. package/paginator/currentpagereport.common.js +7 -3
  350. package/paginator/currentpagereport.umd.js +7 -3
  351. package/paginator/currentpagereport.umd.min.js +1 -1
  352. package/paginator/demo.html +3 -3
  353. package/paginator/firstpagelink.common.js +28 -1
  354. package/paginator/firstpagelink.umd.js +28 -1
  355. package/paginator/firstpagelink.umd.min.js +1 -1
  356. package/paginator/jumptopagedropdown.common.js +6505 -0
  357. package/paginator/jumptopagedropdown.umd.js +6515 -0
  358. package/paginator/jumptopagedropdown.umd.min.js +1 -0
  359. package/paginator/jumptopageinput.common.js +7438 -0
  360. package/paginator/jumptopageinput.umd.js +7448 -0
  361. package/paginator/jumptopageinput.umd.min.js +1 -0
  362. package/paginator/lastpagelink.common.js +28 -1
  363. package/paginator/lastpagelink.umd.js +28 -1
  364. package/paginator/lastpagelink.umd.min.js +1 -1
  365. package/paginator/nextpagelink.common.js +28 -1
  366. package/paginator/nextpagelink.umd.js +28 -1
  367. package/paginator/nextpagelink.umd.min.js +1 -1
  368. package/paginator/pagelinks.common.js +28 -1
  369. package/paginator/pagelinks.umd.js +28 -1
  370. package/paginator/pagelinks.umd.min.js +1 -1
  371. package/paginator/paginator.common.js +2280 -118
  372. package/paginator/paginator.umd.js +2280 -118
  373. package/paginator/paginator.umd.min.js +1 -1
  374. package/paginator/prevpagelink.common.js +28 -1
  375. package/paginator/prevpagelink.umd.js +28 -1
  376. package/paginator/prevpagelink.umd.min.js +1 -1
  377. package/paginator/rowsperpagedropdown.common.js +92 -28
  378. package/paginator/rowsperpagedropdown.umd.js +92 -28
  379. package/paginator/rowsperpagedropdown.umd.min.js +1 -1
  380. package/panel/Panel.d.ts +1 -0
  381. package/panel/Panel.vue +1 -1
  382. package/panel/panel.common.js +29 -2
  383. package/panel/panel.umd.js +29 -2
  384. package/panel/panel.umd.min.js +1 -1
  385. package/panelmenu/PanelMenu.d.ts +1 -0
  386. package/panelmenu/PanelMenu.vue +32 -6
  387. package/panelmenu/PanelMenuSub.vue +32 -13
  388. package/panelmenu/panelmenu.common.js +69 -16
  389. package/panelmenu/panelmenu.umd.js +69 -16
  390. package/panelmenu/panelmenu.umd.min.js +1 -1
  391. package/panelmenu/panelmenusub.common.js +29 -7
  392. package/panelmenu/panelmenusub.umd.js +29 -7
  393. package/panelmenu/panelmenusub.umd.min.js +1 -1
  394. package/password/password.common.js +31 -8
  395. package/password/password.umd.js +31 -8
  396. package/password/password.umd.min.js +1 -1
  397. package/picklist/PickList.d.ts +8 -0
  398. package/picklist/PickList.vue +10 -4
  399. package/picklist/picklist.common.js +57 -17
  400. package/picklist/picklist.umd.js +57 -17
  401. package/picklist/picklist.umd.min.js +1 -1
  402. package/progressbar/ProgressBar.vue +18 -14
  403. package/progressbar/progressbar.common.js +7 -5
  404. package/progressbar/progressbar.umd.js +7 -5
  405. package/progressbar/progressbar.umd.min.js +1 -1
  406. package/progressspinner/progressspinner.common.js +1 -1
  407. package/progressspinner/progressspinner.umd.js +1 -1
  408. package/radiobutton/radiobutton.common.js +26 -14
  409. package/radiobutton/radiobutton.umd.js +26 -14
  410. package/radiobutton/radiobutton.umd.min.js +1 -1
  411. package/rating/Rating.vue +1 -1
  412. package/rating/rating.common.js +3 -3
  413. package/rating/rating.umd.js +3 -3
  414. package/rating/rating.umd.min.js +1 -1
  415. package/resources/primevue.css +15 -4
  416. package/resources/primevue.min.css +1 -1
  417. package/resources/themes/arya-blue/theme.css +198 -59
  418. package/resources/themes/arya-green/theme.css +198 -59
  419. package/resources/themes/arya-orange/theme.css +198 -59
  420. package/resources/themes/arya-purple/theme.css +198 -59
  421. package/resources/themes/bootstrap4-dark-blue/theme.css +179 -47
  422. package/resources/themes/bootstrap4-dark-purple/theme.css +179 -47
  423. package/resources/themes/bootstrap4-light-blue/theme.css +179 -47
  424. package/resources/themes/bootstrap4-light-purple/theme.css +179 -47
  425. package/resources/themes/fluent-light/theme.css +202 -63
  426. package/resources/themes/lara-dark-blue/fonts/Inter-Bold.woff +0 -0
  427. package/resources/themes/lara-dark-blue/fonts/Inter-Bold.woff2 +0 -0
  428. package/resources/themes/lara-dark-blue/fonts/Inter-Light.woff +0 -0
  429. package/resources/themes/lara-dark-blue/fonts/Inter-Light.woff2 +0 -0
  430. package/resources/themes/lara-dark-blue/fonts/Inter-Medium.woff +0 -0
  431. package/resources/themes/lara-dark-blue/fonts/Inter-Medium.woff2 +0 -0
  432. package/resources/themes/lara-dark-blue/fonts/Inter-Regular.woff +0 -0
  433. package/resources/themes/lara-dark-blue/fonts/Inter-Regular.woff2 +0 -0
  434. package/resources/themes/lara-dark-blue/fonts/Inter-SemiBold.woff +0 -0
  435. package/resources/themes/lara-dark-blue/fonts/Inter-SemiBold.woff2 +0 -0
  436. package/resources/themes/lara-dark-blue/theme.css +5421 -0
  437. package/resources/themes/lara-dark-indigo/fonts/Inter-Bold.woff +0 -0
  438. package/resources/themes/lara-dark-indigo/fonts/Inter-Bold.woff2 +0 -0
  439. package/resources/themes/lara-dark-indigo/fonts/Inter-Light.woff +0 -0
  440. package/resources/themes/lara-dark-indigo/fonts/Inter-Light.woff2 +0 -0
  441. package/resources/themes/lara-dark-indigo/fonts/Inter-Medium.woff +0 -0
  442. package/resources/themes/lara-dark-indigo/fonts/Inter-Medium.woff2 +0 -0
  443. package/resources/themes/lara-dark-indigo/fonts/Inter-Regular.woff +0 -0
  444. package/resources/themes/lara-dark-indigo/fonts/Inter-Regular.woff2 +0 -0
  445. package/resources/themes/lara-dark-indigo/fonts/Inter-SemiBold.woff +0 -0
  446. package/resources/themes/lara-dark-indigo/fonts/Inter-SemiBold.woff2 +0 -0
  447. package/resources/themes/lara-dark-indigo/theme.css +5421 -0
  448. package/resources/themes/lara-dark-purple/fonts/Inter-Bold.woff +0 -0
  449. package/resources/themes/lara-dark-purple/fonts/Inter-Bold.woff2 +0 -0
  450. package/resources/themes/lara-dark-purple/fonts/Inter-Light.woff +0 -0
  451. package/resources/themes/lara-dark-purple/fonts/Inter-Light.woff2 +0 -0
  452. package/resources/themes/lara-dark-purple/fonts/Inter-Medium.woff +0 -0
  453. package/resources/themes/lara-dark-purple/fonts/Inter-Medium.woff2 +0 -0
  454. package/resources/themes/lara-dark-purple/fonts/Inter-Regular.woff +0 -0
  455. package/resources/themes/lara-dark-purple/fonts/Inter-Regular.woff2 +0 -0
  456. package/resources/themes/lara-dark-purple/fonts/Inter-SemiBold.woff +0 -0
  457. package/resources/themes/lara-dark-purple/fonts/Inter-SemiBold.woff2 +0 -0
  458. package/resources/themes/lara-dark-purple/theme.css +5421 -0
  459. package/resources/themes/lara-dark-teal/fonts/Inter-Bold.woff +0 -0
  460. package/resources/themes/lara-dark-teal/fonts/Inter-Bold.woff2 +0 -0
  461. package/resources/themes/lara-dark-teal/fonts/Inter-Light.woff +0 -0
  462. package/resources/themes/lara-dark-teal/fonts/Inter-Light.woff2 +0 -0
  463. package/resources/themes/lara-dark-teal/fonts/Inter-Medium.woff +0 -0
  464. package/resources/themes/lara-dark-teal/fonts/Inter-Medium.woff2 +0 -0
  465. package/resources/themes/lara-dark-teal/fonts/Inter-Regular.woff +0 -0
  466. package/resources/themes/lara-dark-teal/fonts/Inter-Regular.woff2 +0 -0
  467. package/resources/themes/lara-dark-teal/fonts/Inter-SemiBold.woff +0 -0
  468. package/resources/themes/lara-dark-teal/fonts/Inter-SemiBold.woff2 +0 -0
  469. package/resources/themes/lara-dark-teal/theme.css +5421 -0
  470. package/resources/themes/lara-light-blue/fonts/Inter-Bold.woff +0 -0
  471. package/resources/themes/lara-light-blue/fonts/Inter-Bold.woff2 +0 -0
  472. package/resources/themes/lara-light-blue/fonts/Inter-Light.woff +0 -0
  473. package/resources/themes/lara-light-blue/fonts/Inter-Light.woff2 +0 -0
  474. package/resources/themes/lara-light-blue/fonts/Inter-Medium.woff +0 -0
  475. package/resources/themes/lara-light-blue/fonts/Inter-Medium.woff2 +0 -0
  476. package/resources/themes/lara-light-blue/fonts/Inter-Regular.woff +0 -0
  477. package/resources/themes/lara-light-blue/fonts/Inter-Regular.woff2 +0 -0
  478. package/resources/themes/lara-light-blue/fonts/Inter-SemiBold.woff +0 -0
  479. package/resources/themes/lara-light-blue/fonts/Inter-SemiBold.woff2 +0 -0
  480. package/resources/themes/lara-light-blue/theme.css +5421 -0
  481. package/resources/themes/lara-light-indigo/fonts/Inter-Bold.woff +0 -0
  482. package/resources/themes/lara-light-indigo/fonts/Inter-Bold.woff2 +0 -0
  483. package/resources/themes/lara-light-indigo/fonts/Inter-Light.woff +0 -0
  484. package/resources/themes/lara-light-indigo/fonts/Inter-Light.woff2 +0 -0
  485. package/resources/themes/lara-light-indigo/fonts/Inter-Medium.woff +0 -0
  486. package/resources/themes/lara-light-indigo/fonts/Inter-Medium.woff2 +0 -0
  487. package/resources/themes/lara-light-indigo/fonts/Inter-Regular.woff +0 -0
  488. package/resources/themes/lara-light-indigo/fonts/Inter-Regular.woff2 +0 -0
  489. package/resources/themes/lara-light-indigo/fonts/Inter-SemiBold.woff +0 -0
  490. package/resources/themes/lara-light-indigo/fonts/Inter-SemiBold.woff2 +0 -0
  491. package/resources/themes/lara-light-indigo/theme.css +5421 -0
  492. package/resources/themes/lara-light-purple/fonts/Inter-Bold.woff +0 -0
  493. package/resources/themes/lara-light-purple/fonts/Inter-Bold.woff2 +0 -0
  494. package/resources/themes/lara-light-purple/fonts/Inter-Light.woff +0 -0
  495. package/resources/themes/lara-light-purple/fonts/Inter-Light.woff2 +0 -0
  496. package/resources/themes/lara-light-purple/fonts/Inter-Medium.woff +0 -0
  497. package/resources/themes/lara-light-purple/fonts/Inter-Medium.woff2 +0 -0
  498. package/resources/themes/lara-light-purple/fonts/Inter-Regular.woff +0 -0
  499. package/resources/themes/lara-light-purple/fonts/Inter-Regular.woff2 +0 -0
  500. package/resources/themes/lara-light-purple/fonts/Inter-SemiBold.woff +0 -0
  501. package/resources/themes/lara-light-purple/fonts/Inter-SemiBold.woff2 +0 -0
  502. package/resources/themes/lara-light-purple/theme.css +5421 -0
  503. package/resources/themes/lara-light-teal/fonts/Inter-Bold.woff +0 -0
  504. package/resources/themes/lara-light-teal/fonts/Inter-Bold.woff2 +0 -0
  505. package/resources/themes/lara-light-teal/fonts/Inter-Light.woff +0 -0
  506. package/resources/themes/lara-light-teal/fonts/Inter-Light.woff2 +0 -0
  507. package/resources/themes/lara-light-teal/fonts/Inter-Medium.woff +0 -0
  508. package/resources/themes/lara-light-teal/fonts/Inter-Medium.woff2 +0 -0
  509. package/resources/themes/lara-light-teal/fonts/Inter-Regular.woff +0 -0
  510. package/resources/themes/lara-light-teal/fonts/Inter-Regular.woff2 +0 -0
  511. package/resources/themes/lara-light-teal/fonts/Inter-SemiBold.woff +0 -0
  512. package/resources/themes/lara-light-teal/fonts/Inter-SemiBold.woff2 +0 -0
  513. package/resources/themes/lara-light-teal/theme.css +5421 -0
  514. package/resources/themes/luna-amber/theme.css +195 -63
  515. package/resources/themes/luna-blue/theme.css +195 -63
  516. package/resources/themes/luna-green/theme.css +195 -63
  517. package/resources/themes/luna-pink/theme.css +195 -63
  518. package/resources/themes/md-dark-deeppurple/theme.css +382 -87
  519. package/resources/themes/md-dark-indigo/theme.css +382 -87
  520. package/resources/themes/md-light-deeppurple/theme.css +382 -87
  521. package/resources/themes/md-light-indigo/theme.css +382 -87
  522. package/resources/themes/mdc-dark-deeppurple/theme.css +382 -87
  523. package/resources/themes/mdc-dark-indigo/theme.css +382 -87
  524. package/resources/themes/mdc-light-deeppurple/theme.css +382 -87
  525. package/resources/themes/mdc-light-indigo/theme.css +382 -87
  526. package/resources/themes/nova/theme.css +195 -63
  527. package/resources/themes/nova-accent/theme.css +195 -63
  528. package/resources/themes/nova-alt/theme.css +195 -63
  529. package/resources/themes/nova-vue/theme.css +195 -63
  530. package/resources/themes/rhea/theme.css +195 -63
  531. package/resources/themes/saga-blue/theme.css +182 -43
  532. package/resources/themes/saga-green/theme.css +182 -43
  533. package/resources/themes/saga-orange/theme.css +182 -43
  534. package/resources/themes/saga-purple/theme.css +182 -43
  535. package/resources/themes/tailwind-light/fonts/Inter-Bold.woff +0 -0
  536. package/resources/themes/tailwind-light/fonts/Inter-Bold.woff2 +0 -0
  537. package/resources/themes/tailwind-light/fonts/Inter-Light.woff +0 -0
  538. package/resources/themes/tailwind-light/fonts/Inter-Light.woff2 +0 -0
  539. package/resources/themes/tailwind-light/fonts/Inter-Medium.woff +0 -0
  540. package/resources/themes/tailwind-light/fonts/Inter-Medium.woff2 +0 -0
  541. package/resources/themes/tailwind-light/fonts/Inter-Regular.woff +0 -0
  542. package/resources/themes/tailwind-light/fonts/Inter-Regular.woff2 +0 -0
  543. package/resources/themes/tailwind-light/fonts/Inter-SemiBold.woff +0 -0
  544. package/resources/themes/tailwind-light/fonts/Inter-SemiBold.woff2 +0 -0
  545. package/resources/themes/tailwind-light/theme.css +5496 -0
  546. package/resources/themes/vela-blue/theme.css +198 -59
  547. package/resources/themes/vela-green/theme.css +198 -59
  548. package/resources/themes/vela-orange/theme.css +198 -59
  549. package/resources/themes/vela-purple/theme.css +198 -59
  550. package/ripple/ripple.common.js +27 -0
  551. package/ripple/ripple.umd.js +27 -0
  552. package/ripple/ripple.umd.min.js +1 -1
  553. package/row/row.common.js +1 -1
  554. package/row/row.umd.js +1 -1
  555. package/scrollpanel/scrollpanel.common.js +28 -1
  556. package/scrollpanel/scrollpanel.umd.js +28 -1
  557. package/scrollpanel/scrollpanel.umd.min.js +1 -1
  558. package/scrolltop/scrolltop.common.js +28 -1
  559. package/scrolltop/scrolltop.umd.js +28 -1
  560. package/scrolltop/scrolltop.umd.min.js +1 -1
  561. package/selectbutton/SelectButton.d.ts +3 -3
  562. package/selectbutton/SelectButton.vue +6 -1
  563. package/selectbutton/selectbutton.common.js +55 -16
  564. package/selectbutton/selectbutton.umd.js +55 -16
  565. package/selectbutton/selectbutton.umd.min.js +1 -1
  566. package/sidebar/Sidebar.vue +5 -16
  567. package/sidebar/sidebar.common.js +37 -15
  568. package/sidebar/sidebar.umd.js +37 -15
  569. package/sidebar/sidebar.umd.min.js +1 -1
  570. package/skeleton/skeleton.common.js +1 -1
  571. package/skeleton/skeleton.umd.js +1 -1
  572. package/slider/Slider.vue +20 -12
  573. package/slider/slider.common.js +41 -9
  574. package/slider/slider.umd.js +41 -9
  575. package/slider/slider.umd.min.js +1 -1
  576. package/speeddial/SpeedDial.d.ts +1 -0
  577. package/speeddial/SpeedDial.vue +10 -9
  578. package/speeddial/speeddial.common.js +40 -16
  579. package/speeddial/speeddial.umd.js +40 -16
  580. package/speeddial/speeddial.umd.min.js +1 -1
  581. package/splitbutton/splitbutton.common.js +73 -22
  582. package/splitbutton/splitbutton.umd.js +73 -22
  583. package/splitbutton/splitbutton.umd.min.js +1 -1
  584. package/splitter/splitter.common.js +27 -0
  585. package/splitter/splitter.umd.js +27 -0
  586. package/splitter/splitter.umd.min.js +1 -1
  587. package/steps/Steps.d.ts +1 -0
  588. package/steps/Steps.vue +30 -8
  589. package/steps/steps.common.js +33 -6
  590. package/steps/steps.umd.js +33 -6
  591. package/steps/steps.umd.min.js +1 -1
  592. package/styleclass/styleclass.common.js +27 -0
  593. package/styleclass/styleclass.umd.js +27 -0
  594. package/styleclass/styleclass.umd.min.js +1 -1
  595. package/tabmenu/TabMenu.d.ts +1 -0
  596. package/tabmenu/TabMenu.vue +39 -10
  597. package/tabmenu/tabmenu.common.js +192 -8
  598. package/tabmenu/tabmenu.umd.js +192 -8
  599. package/tabmenu/tabmenu.umd.min.js +1 -1
  600. package/tabpanel/tabpanel.common.js +1 -1
  601. package/tabpanel/tabpanel.umd.js +1 -1
  602. package/tabview/TabView.d.ts +1 -0
  603. package/tabview/TabView.vue +111 -11
  604. package/tabview/tabview.common.js +124 -18
  605. package/tabview/tabview.umd.js +124 -18
  606. package/tabview/tabview.umd.min.js +1 -1
  607. package/tag/Tag.vue +1 -1
  608. package/tag/tag.common.js +3 -3
  609. package/tag/tag.umd.js +3 -3
  610. package/tag/tag.umd.min.js +1 -1
  611. package/terminal/terminal.common.js +1 -1
  612. package/terminal/terminal.umd.js +1 -1
  613. package/textarea/textarea.common.js +3 -7
  614. package/textarea/textarea.umd.js +3 -7
  615. package/textarea/textarea.umd.min.js +1 -1
  616. package/tieredmenu/TieredMenu.d.ts +1 -0
  617. package/tieredmenu/TieredMenu.vue +5 -1
  618. package/tieredmenu/TieredMenuSub.vue +30 -14
  619. package/tieredmenu/tieredmenu.common.js +63 -13
  620. package/tieredmenu/tieredmenu.umd.js +63 -13
  621. package/tieredmenu/tieredmenu.umd.min.js +1 -1
  622. package/tieredmenu/tieredmenusub.common.js +53 -7
  623. package/tieredmenu/tieredmenusub.umd.js +53 -7
  624. package/tieredmenu/tieredmenusub.umd.min.js +1 -1
  625. package/timeline/timeline.common.js +26 -14
  626. package/timeline/timeline.umd.js +26 -14
  627. package/timeline/timeline.umd.min.js +1 -1
  628. package/toast/Toast.d.ts +4 -1
  629. package/toast/Toast.vue +1 -1
  630. package/toast/toast.common.js +30 -5
  631. package/toast/toast.umd.js +30 -5
  632. package/toast/toast.umd.min.js +1 -1
  633. package/toast/toastmessage.common.js +28 -1
  634. package/toast/toastmessage.umd.js +28 -1
  635. package/toast/toastmessage.umd.min.js +1 -1
  636. package/togglebutton/togglebutton.common.js +28 -1
  637. package/togglebutton/togglebutton.umd.js +28 -1
  638. package/togglebutton/togglebutton.umd.min.js +1 -1
  639. package/toolbar/Toolbar.d.ts +1 -1
  640. package/toolbar/Toolbar.vue +2 -2
  641. package/toolbar/toolbar.common.js +3 -3
  642. package/toolbar/toolbar.umd.js +3 -3
  643. package/toolbar/toolbar.umd.min.js +1 -1
  644. package/tooltip/Tooltip.css +1 -0
  645. package/tooltip/Tooltip.js +37 -2
  646. package/tooltip/tooltip.common.js +1760 -69
  647. package/tooltip/tooltip.umd.js +1760 -69
  648. package/tooltip/tooltip.umd.min.js +1 -1
  649. package/tree/Tree.vue +1 -0
  650. package/tree/TreeNode.vue +5 -1
  651. package/tree/tree.common.js +68 -32
  652. package/tree/tree.umd.js +68 -32
  653. package/tree/tree.umd.min.js +1 -1
  654. package/tree/treenode.common.js +36 -9
  655. package/tree/treenode.umd.js +36 -9
  656. package/tree/treenode.umd.min.js +1 -1
  657. package/treetable/FooterCell.vue +81 -0
  658. package/treetable/HeaderCell.vue +183 -0
  659. package/treetable/TreeTable.d.ts +3 -2
  660. package/treetable/TreeTable.vue +73 -114
  661. package/treetable/TreeTableRow.vue +7 -4
  662. package/treetable/footercell.common.js +5304 -0
  663. package/treetable/footercell.umd.js +5314 -0
  664. package/treetable/footercell.umd.min.js +1 -0
  665. package/treetable/headercell.common.js +5533 -0
  666. package/treetable/headercell.umd.js +5543 -0
  667. package/treetable/headercell.umd.min.js +1 -0
  668. package/treetable/treetable.common.js +3795 -1558
  669. package/treetable/treetable.umd.js +3795 -1558
  670. package/treetable/treetable.umd.min.js +1 -1
  671. package/treetable/treetablerow.common.js +58 -22
  672. package/treetable/treetablerow.umd.js +58 -22
  673. package/treetable/treetablerow.umd.min.js +1 -1
  674. package/treetable/treetablerowloader.common.js +61 -26
  675. package/treetable/treetablerowloader.umd.js +61 -26
  676. package/treetable/treetablerowloader.umd.min.js +1 -1
  677. package/tristatecheckbox/tristatecheckbox.common.js +1 -1
  678. package/tristatecheckbox/tristatecheckbox.umd.js +1 -1
  679. package/utils/ConnectedOverlayScrollHandler.js +1 -1
  680. package/utils/DomHandler.js +23 -1
  681. package/utils/EventBus.js +33 -0
  682. package/utils/ObjectUtils.js +15 -2
  683. package/utils/Utils.d.ts +73 -0
  684. package/utils/Utils.js +47 -0
  685. package/utils/connectedoverlayscrollhandler.common.js +27 -0
  686. package/utils/connectedoverlayscrollhandler.umd.js +27 -0
  687. package/utils/connectedoverlayscrollhandler.umd.min.js +1 -1
  688. package/utils/demo.html +3 -3
  689. package/utils/domhandler.common.js +27 -0
  690. package/utils/domhandler.umd.js +27 -0
  691. package/utils/domhandler.umd.min.js +1 -1
  692. package/utils/eventbus.common.js +1774 -0
  693. package/utils/eventbus.umd.js +1784 -0
  694. package/utils/eventbus.umd.min.js +1 -0
  695. package/utils/index.d.ts +1 -0
  696. package/utils/index.js +2 -0
  697. package/utils/objectutils.common.js +25 -13
  698. package/utils/objectutils.umd.js +25 -13
  699. package/utils/objectutils.umd.min.js +1 -1
  700. package/utils/utils.common.js +5486 -0
  701. package/utils/utils.umd.js +5496 -0
  702. package/utils/utils.umd.min.js +1 -0
  703. package/vetur-attributes.json +156 -20
  704. package/vetur-tags.json +60 -21
  705. package/web-types.json +497 -33
  706. package/confirmationservice/confirmationeventbus.umd.min.js +0 -1
  707. package/datatable/ScrollableView.vue +0 -223
  708. package/datatable/scrollableview.umd.min.js +0 -1
  709. package/utils/FilterUtils.js +0 -176
  710. package/utils/filterutils.umd.min.js +0 -1
@@ -4168,7 +4168,7 @@ exports = module.exports = __webpack_require__("2350")(false);
4168
4168
 
4169
4169
 
4170
4170
  // module
4171
- exports.push([module.i, ".p-calendar{position:relative;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}.p-calendar .p-inputtext{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;width:1%}.p-calendar-w-btn .p-inputtext{border-top-right-radius:0;border-bottom-right-radius:0}.p-calendar-w-btn .p-datepicker-trigger{border-top-left-radius:0;border-bottom-left-radius:0}.p-fluid .p-calendar{display:-webkit-box;display:-ms-flexbox;display:flex}.p-fluid .p-calendar .p-inputtext{width:1%}.p-calendar .p-datepicker{min-width:100%}.p-datepicker{width:auto;position:absolute}.p-datepicker-inline{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;position:static}.p-datepicker-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.p-datepicker-header .p-datepicker-title{margin:0 auto}.p-datepicker-next,.p-datepicker-prev{cursor:pointer;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;overflow:hidden;position:relative}.p-datepicker-multiple-month .p-datepicker-group-container{display:-webkit-box;display:-ms-flexbox;display:flex}.p-datepicker table{width:100%;border-collapse:collapse}.p-datepicker td>span{display:-webkit-box;display:-ms-flexbox;display:flex;margin:0 auto}.p-datepicker td>span,.p-monthpicker-month{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer;overflow:hidden;position:relative}.p-monthpicker-month{width:33.3%;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}.p-datepicker-buttonbar{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.p-timepicker,.p-timepicker button{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.p-timepicker button{cursor:pointer;overflow:hidden;position:relative}.p-timepicker>div{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.p-calendar .p-datepicker-touch-ui,.p-datepicker-touch-ui{position:fixed;top:50%;left:50%;min-width:80vw;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.p-datepicker-mask{-webkit-transition-property:background-color;transition-property:background-color}.p-datepicker-mask,.p-datepicker-mask.p-datepicker-mask-leave.p-component-overlay{background-color:transparent}", ""]);
4171
+ exports.push([module.i, ".p-calendar{position:relative;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;max-width:100%}.p-calendar .p-inputtext{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;width:1%}.p-calendar-w-btn .p-inputtext{border-top-right-radius:0;border-bottom-right-radius:0}.p-calendar-w-btn .p-datepicker-trigger{border-top-left-radius:0;border-bottom-left-radius:0}.p-fluid .p-calendar{display:-webkit-box;display:-ms-flexbox;display:flex}.p-fluid .p-calendar .p-inputtext{width:1%}.p-calendar .p-datepicker{min-width:100%}.p-datepicker{width:auto;position:absolute}.p-datepicker-inline{display:inline-block;position:static;overflow-x:auto}.p-datepicker-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.p-datepicker-header .p-datepicker-title{margin:0 auto}.p-datepicker-next,.p-datepicker-prev{cursor:pointer;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;overflow:hidden;position:relative}.p-datepicker-multiple-month .p-datepicker-group-container{display:-webkit-box;display:-ms-flexbox;display:flex}.p-datepicker-multiple-month .p-datepicker-group-container .p-datepicker-group{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.p-datepicker table{width:100%;border-collapse:collapse}.p-datepicker td>span{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer;margin:0 auto;overflow:hidden;position:relative}.p-monthpicker-month{width:33.3%}.p-monthpicker-month,.p-yearpicker-year{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;cursor:pointer;overflow:hidden;position:relative}.p-yearpicker-year{width:50%}.p-datepicker-buttonbar{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.p-timepicker,.p-timepicker button{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.p-timepicker button{cursor:pointer;overflow:hidden;position:relative}.p-timepicker>div{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.p-calendar .p-datepicker-touch-ui,.p-datepicker-touch-ui{position:fixed;top:50%;left:50%;min-width:80vw;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}", ""]);
4172
4172
 
4173
4173
  // exports
4174
4174
 
@@ -4954,19 +4954,16 @@ if (typeof window !== 'undefined') {
4954
4954
  // Indicate to webpack that this file can be concatenated
4955
4955
  /* harmony default export */ var setPublicPath = (null);
4956
4956
 
4957
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"0538004c-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/calendar/Calendar.vue?vue&type=template&id=1305212a&
4958
- var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('span',{class:_vm.containerClass},[(!_vm.inline)?_c('CalendarInputText',_vm._g(_vm._b({ref:"input",attrs:{"type":"text","value":_vm.inputFieldValue,"readonly":!_vm.manualInput,"aria-labelledby":_vm.ariaLabelledBy,"inputmode":"none"}},'CalendarInputText',_vm.$attrs,false),_vm.listeners)):_vm._e(),(_vm.showIcon)?_c('CalendarButton',{staticClass:"p-datepicker-trigger",attrs:{"icon":_vm.icon,"tabindex":"-1","disabled":_vm.$attrs.disabled,"type":"button","aria-label":_vm.inputFieldValue},on:{"click":_vm.onButtonClick}}):_vm._e(),_c('transition',{attrs:{"name":"p-connected-overlay"},on:{"enter":_vm.onOverlayEnter,"after-enter":_vm.onOverlayEnterComplete,"leave":_vm.onOverlayLeave}},[(_vm.inline ? true : _vm.overlayVisible)?_c('div',{ref:"overlay",class:_vm.panelStyleClass,attrs:{"role":_vm.inline ? null : 'dialog',"aria-labelledby":_vm.ariaLabelledBy}},[(!_vm.timeOnly)?[_c('div',{staticClass:"p-datepicker-group-container"},_vm._l((_vm.months),function(month,groupIndex){return _c('div',{key:month.month + month.year,staticClass:"p-datepicker-group"},[_c('div',{staticClass:"p-datepicker-header"},[_vm._t("header"),(groupIndex === 0)?_c('button',{directives:[{name:"ripple",rawName:"v-ripple"}],staticClass:"p-datepicker-prev p-link",attrs:{"type":"button","disabled":_vm.$attrs.disabled},on:{"click":_vm.onPrevButtonClick,"keydown":_vm.onContainerButtonKeydown}},[_c('span',{staticClass:"p-datepicker-prev-icon pi pi-chevron-left"})]):_vm._e(),_c('div',{staticClass:"p-datepicker-title"},[(!_vm.monthNavigator && (_vm.view !== 'month'))?_c('span',{staticClass:"p-datepicker-month"},[_vm._v(_vm._s(_vm.getMonthName(month.month)))]):_vm._e(),(_vm.monthNavigator && (_vm.view !== 'month') && _vm.numberOfMonths === 1)?_c('select',{staticClass:"p-datepicker-month",on:{"change":function($event){return _vm.onMonthDropdownChange($event.target.value)}}},_vm._l((_vm.monthNames),function(monthName,index){return _c('option',{key:monthName,domProps:{"value":index,"selected":index === month.month}},[_vm._v(_vm._s(monthName))])}),0):_vm._e(),(!_vm.yearNavigator)?_c('span',{staticClass:"p-datepicker-year"},[_vm._v(_vm._s(_vm.view === 'month' ? _vm.currentYear : month.year))]):_vm._e(),(_vm.yearNavigator && _vm.numberOfMonths === 1)?_c('select',{staticClass:"p-datepicker-year",on:{"change":function($event){return _vm.onYearDropdownChange($event.target.value)}}},_vm._l((_vm.yearOptions),function(year){return _c('option',{key:year,domProps:{"value":year,"selected":year === _vm.currentYear}},[_vm._v(_vm._s(year))])}),0):_vm._e()]),(_vm.numberOfMonths === 1 ? true : (groupIndex === _vm.numberOfMonths - 1))?_c('button',{directives:[{name:"ripple",rawName:"v-ripple"}],staticClass:"p-datepicker-next p-link",attrs:{"type":"button","disabled":_vm.$attrs.disabled},on:{"click":_vm.onNextButtonClick,"keydown":_vm.onContainerButtonKeydown}},[_c('span',{staticClass:"p-datepicker-next-icon pi pi-chevron-right"})]):_vm._e()],2),(_vm.view ==='date')?_c('div',{staticClass:"p-datepicker-calendar-container"},[_c('table',{staticClass:"p-datepicker-calendar"},[_c('thead',[_c('tr',[(_vm.showWeek)?_c('th',{staticClass:"p-datepicker-weekheader p-disabled",attrs:{"scope":"col"}},[_c('span',[_vm._v(_vm._s(_vm.weekHeaderLabel))])]):_vm._e(),_vm._l((_vm.weekDays),function(weekDay){return _c('th',{key:weekDay,attrs:{"scope":"col"}},[_c('span',[_vm._v(_vm._s(weekDay))])])})],2)]),_c('tbody',_vm._l((month.dates),function(week,i){return _c('tr',{key:week[0].day + '' + week[0].month},[(_vm.showWeek)?_c('td',{staticClass:"p-datepicker-weeknumber"},[_c('span',{staticClass:"p-disabled"},[(month.weekNumbers[i] < 10)?_c('span',{staticStyle:{"visibility":"hidden"}},[_vm._v("0")]):_vm._e(),_vm._v("\n "+_vm._s(month.weekNumbers[i])+"\n ")])]):_vm._e(),_vm._l((week),function(date){return _c('td',{key:date.day + '' + date.month,class:{'p-datepicker-other-month': date.otherMonth, 'p-datepicker-today': date.today}},[_c('span',{directives:[{name:"ripple",rawName:"v-ripple"}],class:{'p-highlight': _vm.isSelected(date), 'p-disabled': !date.selectable},attrs:{"draggable":"false"},on:{"click":function($event){return _vm.onDateSelect($event, date)},"keydown":function($event){return _vm.onDateCellKeydown($event,date,groupIndex)}}},[_vm._t("date",function(){return [_vm._v(_vm._s(date.day))]},{"date":date})],2)])})],2)}),0)])]):_vm._e()])}),0),(_vm.view === 'month')?_c('div',{staticClass:"p-monthpicker"},_vm._l((_vm.monthPickerValues),function(m,i){return _c('span',{directives:[{name:"ripple",rawName:"v-ripple"}],key:m,staticClass:"p-monthpicker-month",class:{'p-highlight': _vm.isMonthSelected(i)},on:{"click":function($event){return _vm.onMonthSelect($event, i)},"keydown":function($event){return _vm.onMonthCellKeydown($event,i)}}},[_vm._v("\n "+_vm._s(m)+"\n ")])}),0):_vm._e()]:_vm._e(),(_vm.showTime||_vm.timeOnly)?_c('div',{staticClass:"p-timepicker"},[_c('div',{staticClass:"p-hour-picker"},[_c('button',{directives:[{name:"ripple",rawName:"v-ripple"}],staticClass:"p-link",attrs:{"type":"button"},on:{"mousedown":function($event){return _vm.onTimePickerElementMouseDown($event, 0, 1)},"mouseup":function($event){return _vm.onTimePickerElementMouseUp($event)},"keydown":[_vm.onContainerButtonKeydown,function($event){if(!$event.type.indexOf('key')&&_vm._k($event.keyCode,"enter",13,$event.key,"Enter")){ return null; }return _vm.onTimePickerElementMouseDown($event, 0, 1)}],"mouseleave":function($event){return _vm.onTimePickerElementMouseLeave()},"keyup":function($event){if(!$event.type.indexOf('key')&&_vm._k($event.keyCode,"enter",13,$event.key,"Enter")){ return null; }return _vm.onTimePickerElementMouseUp($event)}}},[_c('span',{staticClass:"pi pi-chevron-up"})]),_c('span',[_vm._v(_vm._s(_vm.formattedCurrentHour))]),_c('button',{directives:[{name:"ripple",rawName:"v-ripple"}],staticClass:"p-link",attrs:{"type":"button"},on:{"mousedown":function($event){return _vm.onTimePickerElementMouseDown($event, 0, -1)},"mouseup":function($event){return _vm.onTimePickerElementMouseUp($event)},"keydown":[_vm.onContainerButtonKeydown,function($event){if(!$event.type.indexOf('key')&&_vm._k($event.keyCode,"enter",13,$event.key,"Enter")){ return null; }return _vm.onTimePickerElementMouseDown($event, 0, -1)}],"mouseleave":function($event){return _vm.onTimePickerElementMouseLeave()},"keyup":function($event){if(!$event.type.indexOf('key')&&_vm._k($event.keyCode,"enter",13,$event.key,"Enter")){ return null; }return _vm.onTimePickerElementMouseUp($event)}}},[_c('span',{staticClass:"pi pi-chevron-down"})])]),_c('div',{staticClass:"p-separator"},[_c('span',[_vm._v(_vm._s(_vm.timeSeparator))])]),_c('div',{staticClass:"p-minute-picker"},[_c('button',{directives:[{name:"ripple",rawName:"v-ripple"}],staticClass:"p-link",attrs:{"disabled":_vm.$attrs.disabled,"type":"button"},on:{"mousedown":function($event){return _vm.onTimePickerElementMouseDown($event, 1, 1)},"mouseup":function($event){return _vm.onTimePickerElementMouseUp($event)},"keydown":[_vm.onContainerButtonKeydown,function($event){if(!$event.type.indexOf('key')&&_vm._k($event.keyCode,"enter",13,$event.key,"Enter")){ return null; }return _vm.onTimePickerElementMouseDown($event, 1, 1)}],"mouseleave":function($event){return _vm.onTimePickerElementMouseLeave()},"keyup":function($event){if(!$event.type.indexOf('key')&&_vm._k($event.keyCode,"enter",13,$event.key,"Enter")){ return null; }return _vm.onTimePickerElementMouseUp($event)}}},[_c('span',{staticClass:"pi pi-chevron-up"})]),_c('span',[_vm._v(_vm._s(_vm.formattedCurrentMinute))]),_c('button',{directives:[{name:"ripple",rawName:"v-ripple"}],staticClass:"p-link",attrs:{"disabled":_vm.$attrs.disabled,"type":"button"},on:{"mousedown":function($event){return _vm.onTimePickerElementMouseDown($event, 1, -1)},"mouseup":function($event){return _vm.onTimePickerElementMouseUp($event)},"keydown":[_vm.onContainerButtonKeydown,function($event){if(!$event.type.indexOf('key')&&_vm._k($event.keyCode,"enter",13,$event.key,"Enter")){ return null; }return _vm.onTimePickerElementMouseDown($event, 1, -1)}],"mouseleave":function($event){return _vm.onTimePickerElementMouseLeave()},"keyup":function($event){if(!$event.type.indexOf('key')&&_vm._k($event.keyCode,"enter",13,$event.key,"Enter")){ return null; }return _vm.onTimePickerElementMouseUp($event)}}},[_c('span',{staticClass:"pi pi-chevron-down"})])]),(_vm.showSeconds)?_c('div',{staticClass:"p-separator"},[_c('span',[_vm._v(_vm._s(_vm.timeSeparator))])]):_vm._e(),(_vm.showSeconds)?_c('div',{staticClass:"p-second-picker"},[_c('button',{directives:[{name:"ripple",rawName:"v-ripple"}],staticClass:"p-link",attrs:{"disabled":_vm.$attrs.disabled,"type":"button"},on:{"mousedown":function($event){return _vm.onTimePickerElementMouseDown($event, 2, 1)},"mouseup":function($event){return _vm.onTimePickerElementMouseUp($event)},"keydown":[_vm.onContainerButtonKeydown,function($event){if(!$event.type.indexOf('key')&&_vm._k($event.keyCode,"enter",13,$event.key,"Enter")){ return null; }return _vm.onTimePickerElementMouseDown($event, 2, 1)}],"mouseleave":function($event){return _vm.onTimePickerElementMouseLeave()},"keyup":function($event){if(!$event.type.indexOf('key')&&_vm._k($event.keyCode,"enter",13,$event.key,"Enter")){ return null; }return _vm.onTimePickerElementMouseUp($event)}}},[_c('span',{staticClass:"pi pi-chevron-up"})]),_c('span',[_vm._v(_vm._s(_vm.formattedCurrentSecond))]),_c('button',{directives:[{name:"ripple",rawName:"v-ripple"}],staticClass:"p-link",attrs:{"disabled":_vm.$attrs.disabled,"type":"button"},on:{"mousedown":function($event){return _vm.onTimePickerElementMouseDown($event, 2, -1)},"mouseup":function($event){return _vm.onTimePickerElementMouseUp($event)},"keydown":[_vm.onContainerButtonKeydown,function($event){if(!$event.type.indexOf('key')&&_vm._k($event.keyCode,"enter",13,$event.key,"Enter")){ return null; }return _vm.onTimePickerElementMouseDown($event, 2, -1)}],"mouseleave":function($event){return _vm.onTimePickerElementMouseLeave()},"keyup":function($event){if(!$event.type.indexOf('key')&&_vm._k($event.keyCode,"enter",13,$event.key,"Enter")){ return null; }return _vm.onTimePickerElementMouseUp($event)}}},[_c('span',{staticClass:"pi pi-chevron-down"})])]):_vm._e(),(_vm.hourFormat=='12')?_c('div',{staticClass:"p-separator"},[_c('span',[_vm._v(_vm._s(_vm.timeSeparator))])]):_vm._e(),(_vm.hourFormat=='12')?_c('div',{staticClass:"p-ampm-picker"},[_c('button',{directives:[{name:"ripple",rawName:"v-ripple"}],staticClass:"p-link",attrs:{"type":"button","disabled":_vm.$attrs.disabled},on:{"click":function($event){return _vm.toggleAMPM($event)}}},[_c('span',{staticClass:"pi pi-chevron-up"})]),_c('span',[_vm._v(_vm._s(_vm.pm ? 'PM' : 'AM'))]),_c('button',{directives:[{name:"ripple",rawName:"v-ripple"}],staticClass:"p-link",attrs:{"type":"button","disabled":_vm.$attrs.disabled},on:{"click":function($event){return _vm.toggleAMPM($event)}}},[_c('span',{staticClass:"pi pi-chevron-down"})])]):_vm._e()]):_vm._e(),(_vm.showButtonBar)?_c('div',{staticClass:"p-datepicker-buttonbar"},[_c('CalendarButton',{staticClass:"p-button-text",attrs:{"type":"button","label":_vm.todayLabel},on:{"click":function($event){return _vm.onTodayButtonClick($event)},"keydown":_vm.onContainerButtonKeydown}}),_c('CalendarButton',{staticClass:"p-button-text",attrs:{"type":"button","label":_vm.clearLabel},on:{"click":function($event){return _vm.onClearButtonClick($event)},"keydown":_vm.onContainerButtonKeydown}})],1):_vm._e(),_vm._t("footer")],2):_vm._e()])],1)}
4957
+ // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"b9fe9a72-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/calendar/Calendar.vue?vue&type=template&id=6ace97ec&
4958
+ var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('span',{class:_vm.containerClass,style:(_vm.styles)},[(!_vm.inline)?_c('CalendarInputText',_vm._g(_vm._b({ref:"input",class:_vm.inputClass,style:(_vm.inputStyle),attrs:{"type":"text","value":_vm.inputFieldValue,"readonly":!_vm.manualInput,"aria-labelledby":_vm.ariaLabelledBy,"inputmode":"none"}},'CalendarInputText',_vm.$attrs,false),_vm.listeners)):_vm._e(),(_vm.showIcon)?_c('CalendarButton',{staticClass:"p-datepicker-trigger",attrs:{"icon":_vm.icon,"tabindex":"-1","disabled":_vm.$attrs.disabled,"type":"button","aria-label":_vm.inputFieldValue},on:{"click":_vm.onButtonClick}}):_vm._e(),_c('transition',{attrs:{"name":"p-connected-overlay"},on:{"enter":_vm.onOverlayEnter,"after-enter":_vm.onOverlayEnterComplete,"leave":_vm.onOverlayLeave}},[(_vm.inline ? true : _vm.overlayVisible)?_c('div',{ref:"overlay",class:_vm.panelStyleClass,attrs:{"role":_vm.inline ? null : 'dialog',"aria-labelledby":_vm.ariaLabelledBy}},[(!_vm.timeOnly)?[_c('div',{staticClass:"p-datepicker-group-container"},_vm._l((_vm.months),function(month,groupIndex){return _c('div',{key:month.month + month.year,staticClass:"p-datepicker-group"},[_c('div',{staticClass:"p-datepicker-header"},[_vm._t("header"),_c('button',{directives:[{name:"show",rawName:"v-show",value:(groupIndex === 0),expression:"groupIndex === 0"},{name:"ripple",rawName:"v-ripple"}],staticClass:"p-datepicker-prev p-link",attrs:{"type":"button","disabled":_vm.$attrs.disabled},on:{"click":_vm.onPrevButtonClick,"keydown":_vm.onContainerButtonKeydown}},[_c('span',{staticClass:"p-datepicker-prev-icon pi pi-chevron-left"})]),_c('div',{staticClass:"p-datepicker-title"},[(_vm.currentView === 'date')?_c('button',{staticClass:"p-datepicker-month p-link",attrs:{"type":"button","disabled":_vm.switchViewButtonDisabled},on:{"click":_vm.switchToMonthView,"keydown":_vm.onContainerButtonKeydown}},[_vm._v("\n "+_vm._s(_vm.getMonthName(month.month))+"\n ")]):_vm._e(),(_vm.currentView !== 'year')?_c('button',{staticClass:"p-datepicker-year p-link",attrs:{"type":"button","disabled":_vm.switchViewButtonDisabled},on:{"click":_vm.switchToYearView,"keydown":_vm.onContainerButtonKeydown}},[_vm._v("\n "+_vm._s(_vm.getYear(month))+"\n ")]):_vm._e(),(_vm.currentView === 'year')?_c('span',{staticClass:"p-datepicker-decade"},[_vm._t("decade",function(){return [_vm._v("\n "+_vm._s(_vm.yearPickerValues[0])+" - "+_vm._s(_vm.yearPickerValues[_vm.yearPickerValues.length - 1])+"\n ")]},{"years":_vm.yearPickerValues})],2):_vm._e()]),_c('button',{directives:[{name:"show",rawName:"v-show",value:(_vm.numberOfMonths === 1 ? true : (groupIndex === _vm.numberOfMonths - 1)),expression:"numberOfMonths === 1 ? true : (groupIndex === numberOfMonths - 1)"},{name:"ripple",rawName:"v-ripple"}],staticClass:"p-datepicker-next p-link",attrs:{"type":"button","disabled":_vm.$attrs.disabled},on:{"click":_vm.onNextButtonClick,"keydown":_vm.onContainerButtonKeydown}},[_c('span',{staticClass:"p-datepicker-next-icon pi pi-chevron-right"})])],2),(_vm.currentView ==='date')?_c('div',{staticClass:"p-datepicker-calendar-container"},[_c('table',{staticClass:"p-datepicker-calendar"},[_c('thead',[_c('tr',[(_vm.showWeek)?_c('th',{staticClass:"p-datepicker-weekheader p-disabled",attrs:{"scope":"col"}},[_c('span',[_vm._v(_vm._s(_vm.weekHeaderLabel))])]):_vm._e(),_vm._l((_vm.weekDays),function(weekDay){return _c('th',{key:weekDay,attrs:{"scope":"col"}},[_c('span',[_vm._v(_vm._s(weekDay))])])})],2)]),_c('tbody',_vm._l((month.dates),function(week,i){return _c('tr',{key:week[0].day + '' + week[0].month},[(_vm.showWeek)?_c('td',{staticClass:"p-datepicker-weeknumber"},[_c('span',{staticClass:"p-disabled"},[(month.weekNumbers[i] < 10)?_c('span',{staticStyle:{"visibility":"hidden"}},[_vm._v("0")]):_vm._e(),_vm._v("\n "+_vm._s(month.weekNumbers[i])+"\n ")])]):_vm._e(),_vm._l((week),function(date){return _c('td',{key:date.day + '' + date.month,class:{'p-datepicker-other-month': date.otherMonth, 'p-datepicker-today': date.today}},[_c('span',{directives:[{name:"ripple",rawName:"v-ripple"}],class:{'p-highlight': _vm.isSelected(date), 'p-disabled': !date.selectable},attrs:{"draggable":"false"},on:{"click":function($event){return _vm.onDateSelect($event, date)},"keydown":function($event){return _vm.onDateCellKeydown($event,date,groupIndex)}}},[_vm._t("date",function(){return [_vm._v(_vm._s(date.day))]},{"date":date})],2)])})],2)}),0)])]):_vm._e()])}),0),(_vm.currentView === 'month')?_c('div',{staticClass:"p-monthpicker"},_vm._l((_vm.monthPickerValues),function(m,i){return _c('span',{directives:[{name:"ripple",rawName:"v-ripple"}],key:m,staticClass:"p-monthpicker-month",class:{'p-highlight': _vm.isMonthSelected(i)},on:{"click":function($event){return _vm.onMonthSelect($event, i)},"keydown":function($event){return _vm.onMonthCellKeydown($event,i)}}},[_vm._v("\n "+_vm._s(m)+"\n ")])}),0):_vm._e(),(_vm.currentView === 'year')?_c('div',{staticClass:"p-yearpicker"},_vm._l((_vm.yearPickerValues),function(y){return _c('span',{directives:[{name:"ripple",rawName:"v-ripple"}],key:y,staticClass:"p-yearpicker-year",class:{'p-highlight': _vm.isYearSelected(y)},on:{"click":function($event){return _vm.onYearSelect($event, y)},"keydown":function($event){return _vm.onYearCellKeydown($event,y)}}},[_vm._v("\n "+_vm._s(y)+"\n ")])}),0):_vm._e()]:_vm._e(),(_vm.showTime||_vm.timeOnly)?_c('div',{staticClass:"p-timepicker"},[_c('div',{staticClass:"p-hour-picker"},[_c('button',{directives:[{name:"ripple",rawName:"v-ripple"}],staticClass:"p-link",attrs:{"type":"button"},on:{"mousedown":function($event){return _vm.onTimePickerElementMouseDown($event, 0, 1)},"mouseup":function($event){return _vm.onTimePickerElementMouseUp($event)},"keydown":[_vm.onContainerButtonKeydown,function($event){if(!$event.type.indexOf('key')&&_vm._k($event.keyCode,"enter",13,$event.key,"Enter")){ return null; }return _vm.onTimePickerElementMouseDown($event, 0, 1)}],"mouseleave":function($event){return _vm.onTimePickerElementMouseLeave()},"keyup":function($event){if(!$event.type.indexOf('key')&&_vm._k($event.keyCode,"enter",13,$event.key,"Enter")){ return null; }return _vm.onTimePickerElementMouseUp($event)}}},[_c('span',{staticClass:"pi pi-chevron-up"})]),_c('span',[_vm._v(_vm._s(_vm.formattedCurrentHour))]),_c('button',{directives:[{name:"ripple",rawName:"v-ripple"}],staticClass:"p-link",attrs:{"type":"button"},on:{"mousedown":function($event){return _vm.onTimePickerElementMouseDown($event, 0, -1)},"mouseup":function($event){return _vm.onTimePickerElementMouseUp($event)},"keydown":[_vm.onContainerButtonKeydown,function($event){if(!$event.type.indexOf('key')&&_vm._k($event.keyCode,"enter",13,$event.key,"Enter")){ return null; }return _vm.onTimePickerElementMouseDown($event, 0, -1)}],"mouseleave":function($event){return _vm.onTimePickerElementMouseLeave()},"keyup":function($event){if(!$event.type.indexOf('key')&&_vm._k($event.keyCode,"enter",13,$event.key,"Enter")){ return null; }return _vm.onTimePickerElementMouseUp($event)}}},[_c('span',{staticClass:"pi pi-chevron-down"})])]),_c('div',{staticClass:"p-separator"},[_c('span',[_vm._v(_vm._s(_vm.timeSeparator))])]),_c('div',{staticClass:"p-minute-picker"},[_c('button',{directives:[{name:"ripple",rawName:"v-ripple"}],staticClass:"p-link",attrs:{"disabled":_vm.$attrs.disabled,"type":"button"},on:{"mousedown":function($event){return _vm.onTimePickerElementMouseDown($event, 1, 1)},"mouseup":function($event){return _vm.onTimePickerElementMouseUp($event)},"keydown":[_vm.onContainerButtonKeydown,function($event){if(!$event.type.indexOf('key')&&_vm._k($event.keyCode,"enter",13,$event.key,"Enter")){ return null; }return _vm.onTimePickerElementMouseDown($event, 1, 1)}],"mouseleave":function($event){return _vm.onTimePickerElementMouseLeave()},"keyup":function($event){if(!$event.type.indexOf('key')&&_vm._k($event.keyCode,"enter",13,$event.key,"Enter")){ return null; }return _vm.onTimePickerElementMouseUp($event)}}},[_c('span',{staticClass:"pi pi-chevron-up"})]),_c('span',[_vm._v(_vm._s(_vm.formattedCurrentMinute))]),_c('button',{directives:[{name:"ripple",rawName:"v-ripple"}],staticClass:"p-link",attrs:{"disabled":_vm.$attrs.disabled,"type":"button"},on:{"mousedown":function($event){return _vm.onTimePickerElementMouseDown($event, 1, -1)},"mouseup":function($event){return _vm.onTimePickerElementMouseUp($event)},"keydown":[_vm.onContainerButtonKeydown,function($event){if(!$event.type.indexOf('key')&&_vm._k($event.keyCode,"enter",13,$event.key,"Enter")){ return null; }return _vm.onTimePickerElementMouseDown($event, 1, -1)}],"mouseleave":function($event){return _vm.onTimePickerElementMouseLeave()},"keyup":function($event){if(!$event.type.indexOf('key')&&_vm._k($event.keyCode,"enter",13,$event.key,"Enter")){ return null; }return _vm.onTimePickerElementMouseUp($event)}}},[_c('span',{staticClass:"pi pi-chevron-down"})])]),(_vm.showSeconds)?_c('div',{staticClass:"p-separator"},[_c('span',[_vm._v(_vm._s(_vm.timeSeparator))])]):_vm._e(),(_vm.showSeconds)?_c('div',{staticClass:"p-second-picker"},[_c('button',{directives:[{name:"ripple",rawName:"v-ripple"}],staticClass:"p-link",attrs:{"disabled":_vm.$attrs.disabled,"type":"button"},on:{"mousedown":function($event){return _vm.onTimePickerElementMouseDown($event, 2, 1)},"mouseup":function($event){return _vm.onTimePickerElementMouseUp($event)},"keydown":[_vm.onContainerButtonKeydown,function($event){if(!$event.type.indexOf('key')&&_vm._k($event.keyCode,"enter",13,$event.key,"Enter")){ return null; }return _vm.onTimePickerElementMouseDown($event, 2, 1)}],"mouseleave":function($event){return _vm.onTimePickerElementMouseLeave()},"keyup":function($event){if(!$event.type.indexOf('key')&&_vm._k($event.keyCode,"enter",13,$event.key,"Enter")){ return null; }return _vm.onTimePickerElementMouseUp($event)}}},[_c('span',{staticClass:"pi pi-chevron-up"})]),_c('span',[_vm._v(_vm._s(_vm.formattedCurrentSecond))]),_c('button',{directives:[{name:"ripple",rawName:"v-ripple"}],staticClass:"p-link",attrs:{"disabled":_vm.$attrs.disabled,"type":"button"},on:{"mousedown":function($event){return _vm.onTimePickerElementMouseDown($event, 2, -1)},"mouseup":function($event){return _vm.onTimePickerElementMouseUp($event)},"keydown":[_vm.onContainerButtonKeydown,function($event){if(!$event.type.indexOf('key')&&_vm._k($event.keyCode,"enter",13,$event.key,"Enter")){ return null; }return _vm.onTimePickerElementMouseDown($event, 2, -1)}],"mouseleave":function($event){return _vm.onTimePickerElementMouseLeave()},"keyup":function($event){if(!$event.type.indexOf('key')&&_vm._k($event.keyCode,"enter",13,$event.key,"Enter")){ return null; }return _vm.onTimePickerElementMouseUp($event)}}},[_c('span',{staticClass:"pi pi-chevron-down"})])]):_vm._e(),(_vm.hourFormat=='12')?_c('div',{staticClass:"p-separator"},[_c('span',[_vm._v(_vm._s(_vm.timeSeparator))])]):_vm._e(),(_vm.hourFormat=='12')?_c('div',{staticClass:"p-ampm-picker"},[_c('button',{directives:[{name:"ripple",rawName:"v-ripple"}],staticClass:"p-link",attrs:{"type":"button","disabled":_vm.$attrs.disabled},on:{"click":function($event){return _vm.toggleAMPM($event)}}},[_c('span',{staticClass:"pi pi-chevron-up"})]),_c('span',[_vm._v(_vm._s(_vm.pm ? 'PM' : 'AM'))]),_c('button',{directives:[{name:"ripple",rawName:"v-ripple"}],staticClass:"p-link",attrs:{"type":"button","disabled":_vm.$attrs.disabled},on:{"click":function($event){return _vm.toggleAMPM($event)}}},[_c('span',{staticClass:"pi pi-chevron-down"})])]):_vm._e()]):_vm._e(),(_vm.showButtonBar)?_c('div',{staticClass:"p-datepicker-buttonbar"},[_c('CalendarButton',{staticClass:"p-button-text",attrs:{"type":"button","label":_vm.todayLabel},on:{"click":function($event){return _vm.onTodayButtonClick($event)},"keydown":_vm.onContainerButtonKeydown}}),_c('CalendarButton',{staticClass:"p-button-text",attrs:{"type":"button","label":_vm.clearLabel},on:{"click":function($event){return _vm.onClearButtonClick($event)},"keydown":_vm.onContainerButtonKeydown}})],1):_vm._e(),_vm._t("footer")],2):_vm._e()])],1)}
4959
4959
  var staticRenderFns = []
4960
4960
 
4961
4961
 
4962
- // CONCATENATED MODULE: ./src/components/calendar/Calendar.vue?vue&type=template&id=1305212a&
4962
+ // CONCATENATED MODULE: ./src/components/calendar/Calendar.vue?vue&type=template&id=6ace97ec&
4963
4963
 
4964
4964
  // EXTERNAL MODULE: ./node_modules/core-js/modules/es7.object.get-own-property-descriptors.js
4965
4965
  var es7_object_get_own_property_descriptors = __webpack_require__("8e6e");
4966
4966
 
4967
- // EXTERNAL MODULE: ./node_modules/core-js/modules/es6.array.iterator.js
4968
- var es6_array_iterator = __webpack_require__("cadf");
4969
-
4970
4967
  // EXTERNAL MODULE: ./node_modules/core-js/modules/es6.object.keys.js
4971
4968
  var es6_object_keys = __webpack_require__("456d");
4972
4969
 
@@ -5025,20 +5022,14 @@ var iterator_default = /*#__PURE__*/__webpack_require__.n(iterator);
5025
5022
  // CONCATENATED MODULE: ./node_modules/@babel/runtime-corejs2/helpers/esm/typeof.js
5026
5023
 
5027
5024
 
5028
- function typeof_typeof(obj) {
5025
+ function _typeof(obj) {
5029
5026
  "@babel/helpers - typeof";
5030
5027
 
5031
- if (typeof symbol_default.a === "function" && typeof iterator_default.a === "symbol") {
5032
- typeof_typeof = function _typeof(obj) {
5033
- return typeof obj;
5034
- };
5035
- } else {
5036
- typeof_typeof = function _typeof(obj) {
5037
- return obj && typeof symbol_default.a === "function" && obj.constructor === symbol_default.a && obj !== symbol_default.a.prototype ? "symbol" : typeof obj;
5038
- };
5039
- }
5040
-
5041
- return typeof_typeof(obj);
5028
+ return _typeof = "function" == typeof symbol_default.a && "symbol" == typeof iterator_default.a ? function (obj) {
5029
+ return typeof obj;
5030
+ } : function (obj) {
5031
+ return obj && "function" == typeof symbol_default.a && obj.constructor === symbol_default.a && obj !== symbol_default.a.prototype ? "symbol" : typeof obj;
5032
+ }, _typeof(obj);
5042
5033
  }
5043
5034
  // EXTERNAL MODULE: ./node_modules/core-js/modules/es6.regexp.match.js
5044
5035
  var es6_regexp_match = __webpack_require__("4917");
@@ -5135,6 +5126,11 @@ function _defineProperties(target, props) {
5135
5126
  function _createClass(Constructor, protoProps, staticProps) {
5136
5127
  if (protoProps) _defineProperties(Constructor.prototype, protoProps);
5137
5128
  if (staticProps) _defineProperties(Constructor, staticProps);
5129
+
5130
+ define_property_default()(Constructor, "prototype", {
5131
+ writable: false
5132
+ });
5133
+
5138
5134
  return Constructor;
5139
5135
  }
5140
5136
  // EXTERNAL MODULE: ./node_modules/core-js/modules/es6.regexp.replace.js
@@ -5670,6 +5666,12 @@ var DomHandler_DomHandler = /*#__PURE__*/function () {
5670
5666
 
5671
5667
  return visibleFocusableElements;
5672
5668
  }
5669
+ }, {
5670
+ key: "getFirstFocusableElement",
5671
+ value: function getFirstFocusableElement(element) {
5672
+ var focusableElements = this.getFocusableElements(element);
5673
+ return focusableElements.length > 0 ? focusableElements[0] : null;
5674
+ }
5673
5675
  }, {
5674
5676
  key: "isClickable",
5675
5677
  value: function isClickable(element) {
@@ -5677,6 +5679,17 @@ var DomHandler_DomHandler = /*#__PURE__*/function () {
5677
5679
  var parentNode = element.parentElement && element.parentElement.nodeName;
5678
5680
  return targetNode == 'INPUT' || targetNode == 'BUTTON' || targetNode == 'A' || parentNode == 'INPUT' || parentNode == 'BUTTON' || parentNode == 'A' || this.hasClass(element, 'p-button') || this.hasClass(element.parentElement, 'p-button') || this.hasClass(element.parentElement, 'p-checkbox') || this.hasClass(element.parentElement, 'p-radiobutton');
5679
5681
  }
5682
+ }, {
5683
+ key: "applyStyle",
5684
+ value: function applyStyle(element, style) {
5685
+ if (typeof style === 'string') {
5686
+ element.style.cssText = style;
5687
+ } else {
5688
+ for (var prop in style) {
5689
+ element.style[prop] = style[prop];
5690
+ }
5691
+ }
5692
+ }
5680
5693
  }, {
5681
5694
  key: "isIOS",
5682
5695
  value: function isIOS() {
@@ -5687,6 +5700,11 @@ var DomHandler_DomHandler = /*#__PURE__*/function () {
5687
5700
  value: function isAndroid() {
5688
5701
  return /(android)/i.test(navigator.userAgent);
5689
5702
  }
5703
+ }, {
5704
+ key: "isTouchDevice",
5705
+ value: function isTouchDevice() {
5706
+ return 'ontouchstart' in window || navigator.maxTouchPoints > 0 || navigator.msMaxTouchPoints > 0;
5707
+ }
5690
5708
  }]);
5691
5709
 
5692
5710
  return DomHandler;
@@ -5740,7 +5758,14 @@ var ConnectedOverlayScrollHandler_ConnectedOverlayScrollHandler = /*#__PURE__*/f
5740
5758
  }();
5741
5759
 
5742
5760
 
5743
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"0538004c-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/inputtext/InputText.vue?vue&type=template&id=62d12252&
5761
+ // CONCATENATED MODULE: ./src/components/utils/UniqueComponentId.js
5762
+ var lastId = 0;
5763
+ /* harmony default export */ var UniqueComponentId = (function () {
5764
+ var prefix = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : 'pv_id_';
5765
+ lastId++;
5766
+ return "".concat(prefix).concat(lastId);
5767
+ });
5768
+ // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"b9fe9a72-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/inputtext/InputText.vue?vue&type=template&id=62d12252&
5744
5769
  var InputTextvue_type_template_id_62d12252_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('input',_vm._g({class:['p-inputtext p-component', {'p-filled': _vm.filled}],domProps:{"value":_vm.value}},_vm.listeners))}
5745
5770
  var InputTextvue_type_template_id_62d12252_staticRenderFns = []
5746
5771
 
@@ -5754,10 +5779,9 @@ var InputTextvue_type_template_id_62d12252_staticRenderFns = []
5754
5779
 
5755
5780
 
5756
5781
 
5782
+ function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
5757
5783
 
5758
- function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) { symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); } keys.push.apply(keys, symbols); } return keys; }
5759
-
5760
- function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { _defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }
5784
+ function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
5761
5785
 
5762
5786
  //
5763
5787
  //
@@ -5904,7 +5928,7 @@ var component = normalizeComponent(
5904
5928
  )
5905
5929
 
5906
5930
  /* harmony default export */ var InputText = (component.exports);
5907
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"0538004c-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/button/Button.vue?vue&type=template&id=3d0cb6ac&
5931
+ // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"b9fe9a72-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/button/Button.vue?vue&type=template&id=3d0cb6ac&
5908
5932
  var Buttonvue_type_template_id_3d0cb6ac_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('button',_vm._g({directives:[{name:"ripple",rawName:"v-ripple"}],class:_vm.buttonClass,attrs:{"type":"button"}},_vm.$listeners),[_vm._t("default",function(){return [(_vm.icon)?_c('span',{class:_vm.iconClass}):_vm._e(),_c('span',{staticClass:"p-button-label"},[_vm._v(_vm._s(_vm.label||' '))]),(_vm.badge)?_c('span',{staticClass:"p-badge",class:_vm.badgeStyleClass},[_vm._v(_vm._s(_vm.badge))]):_vm._e()]})],2)}
5909
5933
  var Buttonvue_type_template_id_3d0cb6ac_staticRenderFns = []
5910
5934
 
@@ -6091,10 +6115,9 @@ var Button_component = normalizeComponent(
6091
6115
 
6092
6116
 
6093
6117
 
6118
+ function Calendarvue_type_script_lang_js_ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
6094
6119
 
6095
- function Calendarvue_type_script_lang_js_ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) { symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); } keys.push.apply(keys, symbols); } return keys; }
6096
-
6097
- function Calendarvue_type_script_lang_js_objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { Calendarvue_type_script_lang_js_ownKeys(Object(source), true).forEach(function (key) { _defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { Calendarvue_type_script_lang_js_ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }
6120
+ function Calendarvue_type_script_lang_js_objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? Calendarvue_type_script_lang_js_ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : Calendarvue_type_script_lang_js_ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
6098
6121
 
6099
6122
  function Calendarvue_type_script_lang_js_createForOfIteratorHelper(o, allowArrayLike) { var it = typeof Symbol !== "undefined" && o[Symbol.iterator] || o["@@iterator"]; if (!it) { if (Array.isArray(o) || (it = Calendarvue_type_script_lang_js_unsupportedIterableToArray(o)) || allowArrayLike && o && typeof o.length === "number") { if (it) o = it; var i = 0; var F = function F() {}; return { s: F, n: function n() { if (i >= o.length) return { done: true }; return { done: false, value: o[i++] }; }, e: function e(_e) { throw _e; }, f: F }; } throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); } var normalCompletion = true, didErr = false, err; return { s: function s() { it = it.call(o); }, n: function n() { var step = it.next(); normalCompletion = step.done; return step; }, e: function e(_e2) { didErr = true; err = _e2; }, f: function f() { try { if (!normalCompletion && it.return != null) it.return(); } finally { if (didErr) throw err; } } }; }
6100
6123
 
@@ -6233,6 +6256,17 @@ function Calendarvue_type_script_lang_js_arrayLikeToArray(arr, len) { if (len ==
6233
6256
  //
6234
6257
  //
6235
6258
  //
6259
+ //
6260
+ //
6261
+ //
6262
+ //
6263
+ //
6264
+ //
6265
+ //
6266
+ //
6267
+ //
6268
+ //
6269
+
6236
6270
 
6237
6271
 
6238
6272
 
@@ -6271,6 +6305,7 @@ function Calendarvue_type_script_lang_js_arrayLikeToArray(arr, len) { if (len ==
6271
6305
  type: Number,
6272
6306
  default: 1
6273
6307
  },
6308
+ responsiveOptions: Array,
6274
6309
  view: {
6275
6310
  type: String,
6276
6311
  default: 'date'
@@ -6390,9 +6425,14 @@ function Calendarvue_type_script_lang_js_arrayLikeToArray(arr, len) { if (len ==
6390
6425
  appendTo: {
6391
6426
  type: String,
6392
6427
  default: null
6393
- }
6428
+ },
6429
+ inputClass: null,
6430
+ inputStyle: null,
6431
+ className: null,
6432
+ styles: null
6394
6433
  },
6395
6434
  navigationState: null,
6435
+ timePickerChange: false,
6396
6436
  scrollHandler: null,
6397
6437
  outsideClickListener: null,
6398
6438
  maskClickListener: null,
@@ -6400,16 +6440,25 @@ function Calendarvue_type_script_lang_js_arrayLikeToArray(arr, len) { if (len ==
6400
6440
  mask: null,
6401
6441
  timePickerTimer: null,
6402
6442
  isKeydown: false,
6443
+ preventFocus: false,
6403
6444
  created: function created() {
6404
6445
  this.updateCurrentMetaData();
6405
6446
  },
6406
6447
  mounted: function mounted() {
6407
- if (this.inline && !this.$attrs.disabled) {
6408
- this.initFocusableCell();
6448
+ this.createResponsiveStyle();
6449
+
6450
+ if (this.inline) {
6451
+ this.$refs.overlay && this.$refs.overlay.setAttribute(this.attributeSelector, '');
6452
+
6453
+ if (!this.$attrs.disabled) {
6454
+ this.initFocusableCell();
6455
+ this.$refs.overlay.style.width = DomHandler_DomHandler.getOuterWidth(this.$el) + 'px';
6456
+ }
6409
6457
  }
6410
6458
  },
6411
6459
  updated: function updated() {
6412
6460
  if (this.$refs.overlay) {
6461
+ this.preventFocus = true;
6413
6462
  this.updateFocus();
6414
6463
  }
6415
6464
 
@@ -6429,6 +6478,7 @@ function Calendarvue_type_script_lang_js_arrayLikeToArray(arr, len) { if (len ==
6429
6478
  this.destroyMask();
6430
6479
  }
6431
6480
 
6481
+ this.destroyResponsiveStyleElement();
6432
6482
  this.restoreAppend();
6433
6483
  this.unbindOutsideClickListener();
6434
6484
  this.unbindResizeListener();
@@ -6447,12 +6497,28 @@ function Calendarvue_type_script_lang_js_arrayLikeToArray(arr, len) { if (len ==
6447
6497
  currentSecond: null,
6448
6498
  pm: null,
6449
6499
  focused: false,
6450
- overlayVisible: false
6500
+ overlayVisible: false,
6501
+ currentView: this.view
6451
6502
  };
6452
6503
  },
6453
6504
  watch: {
6454
6505
  value: function value() {
6455
6506
  this.updateCurrentMetaData();
6507
+ },
6508
+ months: function months() {
6509
+ if (this.$refs.overlay) {
6510
+ if (!this.focused) {
6511
+ setTimeout(this.updateFocus, 0);
6512
+ }
6513
+ }
6514
+ },
6515
+ numberOfMonths: function numberOfMonths() {
6516
+ this.destroyResponsiveStyleElement();
6517
+ this.createResponsiveStyle();
6518
+ },
6519
+ responsiveOptions: function responsiveOptions() {
6520
+ this.destroyResponsiveStyleElement();
6521
+ this.createResponsiveStyle();
6456
6522
  }
6457
6523
  },
6458
6524
  methods: {
@@ -6499,7 +6565,20 @@ function Calendarvue_type_script_lang_js_arrayLikeToArray(arr, len) { if (len ==
6499
6565
  return false;
6500
6566
  },
6501
6567
  isMonthSelected: function isMonthSelected(month) {
6502
- return this.isComparable() ? this.value.getMonth() === month && this.value.getFullYear() === this.currentYear : false;
6568
+ if (this.isComparable()) {
6569
+ var value = this.isRangeSelection() ? this.value[0] : this.value;
6570
+ return !this.isMultipleSelection() ? value.getMonth() === month && value.getFullYear() === this.currentYear : false;
6571
+ }
6572
+
6573
+ return false;
6574
+ },
6575
+ isYearSelected: function isYearSelected(year) {
6576
+ if (this.isComparable()) {
6577
+ var value = this.isRangeSelection() ? this.value[0] : this.value;
6578
+ return !this.isMultipleSelection() && this.isComparable() ? value.getFullYear() === year : false;
6579
+ }
6580
+
6581
+ return false;
6503
6582
  },
6504
6583
  isDateEquals: function isDateEquals(value, dateMeta) {
6505
6584
  if (value) return value.getDate() === dateMeta.day && value.getMonth() === dateMeta.month && value.getFullYear() === dateMeta.year;else return false;
@@ -6620,7 +6699,9 @@ function Calendarvue_type_script_lang_js_arrayLikeToArray(arr, len) { if (len ==
6620
6699
 
6621
6700
  return validMin && validMax && validDate && validDay;
6622
6701
  },
6623
- onOverlayEnter: function onOverlayEnter() {
6702
+ onOverlayEnter: function onOverlayEnter(el) {
6703
+ el.setAttribute(this.attributeSelector, '');
6704
+
6624
6705
  if (this.autoZIndex) {
6625
6706
  this.$refs.overlay.style.zIndex = String(this.baseZIndex + DomHandler_DomHandler.generateZIndex());
6626
6707
  }
@@ -6635,6 +6716,7 @@ function Calendarvue_type_script_lang_js_arrayLikeToArray(arr, len) { if (len ==
6635
6716
  this.bindResizeListener();
6636
6717
  },
6637
6718
  onOverlayLeave: function onOverlayLeave() {
6719
+ this.currentView = this.view;
6638
6720
  this.unbindOutsideClickListener();
6639
6721
  this.unbindScrollListener();
6640
6722
  this.unbindResizeListener();
@@ -6669,8 +6751,10 @@ function Calendarvue_type_script_lang_js_arrayLikeToArray(arr, len) { if (len ==
6669
6751
  return;
6670
6752
  }
6671
6753
 
6672
- if (this.view === 'month') {
6754
+ if (this.currentView === 'month') {
6673
6755
  this.decrementYear();
6756
+ } else if (this.currentView === 'year') {
6757
+ this.decrementDecade();
6674
6758
  } else {
6675
6759
  if (this.currentMonth === 0) {
6676
6760
  this.currentMonth = 11;
@@ -6692,8 +6776,10 @@ function Calendarvue_type_script_lang_js_arrayLikeToArray(arr, len) { if (len ==
6692
6776
  return;
6693
6777
  }
6694
6778
 
6695
- if (this.view === 'month') {
6779
+ if (this.currentView === 'month') {
6696
6780
  this.incrementYear();
6781
+ } else if (this.currentView === 'year') {
6782
+ this.incrementDecade();
6697
6783
  } else {
6698
6784
  if (this.currentMonth === 11) {
6699
6785
  this.currentMonth = 0;
@@ -6711,9 +6797,25 @@ function Calendarvue_type_script_lang_js_arrayLikeToArray(arr, len) { if (len ==
6711
6797
  decrementYear: function decrementYear() {
6712
6798
  this.currentYear--;
6713
6799
  },
6800
+ decrementDecade: function decrementDecade() {
6801
+ this.currentYear = this.currentYear - 10;
6802
+ },
6714
6803
  incrementYear: function incrementYear() {
6715
6804
  this.currentYear++;
6716
6805
  },
6806
+ incrementDecade: function incrementDecade() {
6807
+ this.currentYear = this.currentYear + 10;
6808
+ },
6809
+ switchToMonthView: function switchToMonthView(event) {
6810
+ this.currentView = 'month';
6811
+ setTimeout(this.updateFocus, 0);
6812
+ event.preventDefault();
6813
+ },
6814
+ switchToYearView: function switchToYearView(event) {
6815
+ this.currentView = 'year';
6816
+ setTimeout(this.updateFocus, 0);
6817
+ event.preventDefault();
6818
+ },
6717
6819
  isEnabled: function isEnabled() {
6718
6820
  return !this.$attrs.disabled && !this.$attrs.readonly;
6719
6821
  },
@@ -7214,13 +7316,9 @@ function Calendarvue_type_script_lang_js_arrayLikeToArray(arr, len) { if (len ==
7214
7316
  return hours;
7215
7317
  },
7216
7318
  validateTime: function validateTime(hour, minute, second, pm) {
7217
- var value = this.value;
7319
+ var value = this.isComparable() ? this.value : this.viewDate;
7218
7320
  var convertedHour = this.convertTo24Hour(hour, pm);
7219
7321
 
7220
- if (!this.isComparable()) {
7221
- return true;
7222
- }
7223
-
7224
7322
  if (this.isRangeSelection()) {
7225
7323
  value = this.value[1] || this.value[0];
7226
7324
  }
@@ -7347,6 +7445,9 @@ function Calendarvue_type_script_lang_js_arrayLikeToArray(arr, len) { if (len ==
7347
7445
  event.preventDefault();
7348
7446
  },
7349
7447
  updateModelTime: function updateModelTime() {
7448
+ var _this6 = this;
7449
+
7450
+ this.timePickerChange = true;
7350
7451
  var value = this.isComparable() ? this.value : new Date();
7351
7452
 
7352
7453
  if (this.isRangeSelection()) {
@@ -7378,6 +7479,9 @@ function Calendarvue_type_script_lang_js_arrayLikeToArray(arr, len) { if (len ==
7378
7479
 
7379
7480
  this.updateModel(value);
7380
7481
  this.$emit('date-select', value);
7482
+ setTimeout(function () {
7483
+ return _this6.timePickerChange = false;
7484
+ }, 0);
7381
7485
  },
7382
7486
  toggleAMPM: function toggleAMPM(event) {
7383
7487
  this.pm = !this.pm;
@@ -7389,42 +7493,69 @@ function Calendarvue_type_script_lang_js_arrayLikeToArray(arr, len) { if (len ==
7389
7493
  clearInterval(this.timePickerTimer);
7390
7494
  }
7391
7495
  },
7392
- onMonthSelect: function onMonthSelect(event, index) {
7393
- this.onDateSelect(event, {
7394
- year: this.currentYear,
7395
- month: index,
7396
- day: 1,
7397
- selectable: true
7398
- });
7496
+ onMonthSelect: function onMonthSelect(event, month) {
7497
+ if (this.view === 'month') {
7498
+ this.onDateSelect(event, {
7499
+ year: this.currentYear,
7500
+ month: month,
7501
+ day: 1,
7502
+ selectable: true
7503
+ });
7504
+ } else {
7505
+ this.currentMonth = month;
7506
+ this.currentView = 'date';
7507
+ this.$emit('month-change', {
7508
+ month: this.currentMonth + 1,
7509
+ year: this.currentYear
7510
+ });
7511
+ }
7512
+
7513
+ setTimeout(this.updateFocus, 0);
7514
+ },
7515
+ onYearSelect: function onYearSelect(event, year) {
7516
+ if (this.view === 'year') {
7517
+ this.onDateSelect(event, {
7518
+ year: year,
7519
+ month: 0,
7520
+ day: 1,
7521
+ selectable: true
7522
+ });
7523
+ } else {
7524
+ this.currentYear = year;
7525
+ this.currentView = 'month';
7526
+ this.$emit('year-change', {
7527
+ month: this.currentMonth + 1,
7528
+ year: this.currentYear
7529
+ });
7530
+ }
7531
+
7532
+ setTimeout(this.updateFocus, 0);
7399
7533
  },
7400
7534
  enableModality: function enableModality() {
7401
- var _this6 = this;
7535
+ var _this7 = this;
7402
7536
 
7403
7537
  if (!this.mask) {
7404
7538
  this.mask = document.createElement('div');
7405
7539
  this.mask.style.zIndex = String(parseInt(this.$refs.overlay.style.zIndex, 10) - 1);
7406
- DomHandler_DomHandler.addMultipleClasses(this.mask, 'p-datepicker-mask p-datepicker-mask-scrollblocker');
7540
+ DomHandler_DomHandler.addMultipleClasses(this.mask, 'p-datepicker-mask p-datepicker-mask-scrollblocker p-component-overlay p-component-overlay-enter');
7407
7541
 
7408
7542
  this.maskClickListener = function () {
7409
- _this6.overlayVisible = false;
7543
+ _this7.overlayVisible = false;
7410
7544
  };
7411
7545
 
7412
7546
  this.mask.addEventListener('click', this.maskClickListener);
7413
7547
  document.body.appendChild(this.mask);
7414
7548
  DomHandler_DomHandler.addClass(document.body, 'p-overflow-hidden');
7415
- setTimeout(function () {
7416
- DomHandler_DomHandler.addClass(_this6.mask, 'p-component-overlay');
7417
- }, 1);
7418
7549
  }
7419
7550
  },
7420
7551
  disableModality: function disableModality() {
7421
- var _this7 = this;
7552
+ var _this8 = this;
7422
7553
 
7423
7554
  if (this.mask) {
7424
7555
  this.overlayVisible = false;
7425
- DomHandler_DomHandler.addClass(this.mask, 'p-datepicker-mask-leave');
7426
- this.mask.addEventListener('transitionend', function () {
7427
- _this7.destroyMask();
7556
+ DomHandler_DomHandler.addClass(this.mask, 'p-component-overlay-leave');
7557
+ this.mask.addEventListener('animationend', function () {
7558
+ _this8.destroyMask();
7428
7559
  });
7429
7560
  }
7430
7561
  },
@@ -7459,7 +7590,7 @@ function Calendarvue_type_script_lang_js_arrayLikeToArray(arr, len) { if (len ==
7459
7590
  }
7460
7591
  },
7461
7592
  isValidSelection: function isValidSelection(value) {
7462
- var _this8 = this;
7593
+ var _this9 = this;
7463
7594
 
7464
7595
  var isValid = true;
7465
7596
 
@@ -7468,7 +7599,7 @@ function Calendarvue_type_script_lang_js_arrayLikeToArray(arr, len) { if (len ==
7468
7599
  isValid = false;
7469
7600
  }
7470
7601
  } else if (value.every(function (v) {
7471
- return _this8.isSelectable(v.getDate(), v.getMonth(), v.getFullYear(), false);
7602
+ return _this9.isSelectable(v.getDate(), v.getMonth(), v.getFullYear(), false);
7472
7603
  })) {
7473
7604
  if (this.isRangeSelection()) {
7474
7605
  isValid = value.length > 1 && value[1] > value[0] ? true : false;
@@ -7578,7 +7709,7 @@ function Calendarvue_type_script_lang_js_arrayLikeToArray(arr, len) { if (len ==
7578
7709
  throw "Invalid arguments";
7579
7710
  }
7580
7711
 
7581
- value = typeof_typeof(value) === "object" ? value.toString() : value + "";
7712
+ value = _typeof(value) === "object" ? value.toString() : value + "";
7582
7713
 
7583
7714
  if (value === "") {
7584
7715
  return null;
@@ -7655,7 +7786,7 @@ function Calendarvue_type_script_lang_js_arrayLikeToArray(arr, len) { if (len ==
7655
7786
  iValue++;
7656
7787
  };
7657
7788
 
7658
- if (this.view === 'month') {
7789
+ if (this.currentView === 'month') {
7659
7790
  day = 1;
7660
7791
  }
7661
7792
 
@@ -7885,6 +8016,7 @@ function Calendarvue_type_script_lang_js_arrayLikeToArray(arr, len) { if (len ==
7885
8016
  //enter
7886
8017
 
7887
8018
  case 13:
8019
+ case 32:
7888
8020
  {
7889
8021
  this.onDateSelect(event, date);
7890
8022
  event.preventDefault();
@@ -7923,7 +8055,7 @@ function Calendarvue_type_script_lang_js_arrayLikeToArray(arr, len) { if (len ==
7923
8055
  this.navBackward(event);
7924
8056
  } else {
7925
8057
  var prevMonthContainer = this.$refs.overlay.children[groupIndex - 1];
7926
- var cells = DomHandler_DomHandler.find(prevMonthContainer, '.p-datepicker-calendar td span:not(.p-disabled)');
8058
+ var cells = DomHandler_DomHandler.find(prevMonthContainer, '.p-datepicker-calendar td span:not(.p-disabled):not(.p-ink)');
7927
8059
  var focusCell = cells[cells.length - 1];
7928
8060
  focusCell.tabIndex = '0';
7929
8061
  focusCell.focus();
@@ -7937,7 +8069,7 @@ function Calendarvue_type_script_lang_js_arrayLikeToArray(arr, len) { if (len ==
7937
8069
  } else {
7938
8070
  var nextMonthContainer = this.$refs.overlay.children[groupIndex + 1];
7939
8071
 
7940
- var _focusCell4 = DomHandler_DomHandler.findSingle(nextMonthContainer, '.p-datepicker-calendar td span:not(.p-disabled)');
8072
+ var _focusCell4 = DomHandler_DomHandler.findSingle(nextMonthContainer, '.p-datepicker-calendar td span:not(.p-disabled):not(.p-ink)');
7941
8073
 
7942
8074
  _focusCell4.tabIndex = '0';
7943
8075
 
@@ -7976,6 +8108,11 @@ function Calendarvue_type_script_lang_js_arrayLikeToArray(arr, len) { if (len ==
7976
8108
  if (prevCell) {
7977
8109
  prevCell.tabIndex = '0';
7978
8110
  prevCell.focus();
8111
+ } else {
8112
+ this.navigationState = {
8113
+ backward: true
8114
+ };
8115
+ this.navBackward(event);
7979
8116
  }
7980
8117
 
7981
8118
  event.preventDefault();
@@ -7992,6 +8129,11 @@ function Calendarvue_type_script_lang_js_arrayLikeToArray(arr, len) { if (len ==
7992
8129
  _nextCell.tabIndex = '0';
7993
8130
 
7994
8131
  _nextCell.focus();
8132
+ } else {
8133
+ this.navigationState = {
8134
+ backward: false
8135
+ };
8136
+ this.navForward(event);
7995
8137
  }
7996
8138
 
7997
8139
  event.preventDefault();
@@ -8000,6 +8142,7 @@ function Calendarvue_type_script_lang_js_arrayLikeToArray(arr, len) { if (len ==
8000
8142
  //enter
8001
8143
 
8002
8144
  case 13:
8145
+ case 32:
8003
8146
  {
8004
8147
  this.onMonthSelect(event, index);
8005
8148
  event.preventDefault();
@@ -8029,6 +8172,98 @@ function Calendarvue_type_script_lang_js_arrayLikeToArray(arr, len) { if (len ==
8029
8172
  break;
8030
8173
  }
8031
8174
  },
8175
+ onYearCellKeydown: function onYearCellKeydown(event, index) {
8176
+ var cell = event.currentTarget;
8177
+
8178
+ switch (event.which) {
8179
+ //arrows
8180
+ case 38:
8181
+ case 40:
8182
+ {
8183
+ cell.tabIndex = '-1';
8184
+ var cells = cell.parentElement.children;
8185
+ var cellIndex = DomHandler_DomHandler.index(cell);
8186
+ var nextCell = cells[event.which === 40 ? cellIndex + 2 : cellIndex - 2];
8187
+
8188
+ if (nextCell) {
8189
+ nextCell.tabIndex = '0';
8190
+ nextCell.focus();
8191
+ }
8192
+
8193
+ event.preventDefault();
8194
+ break;
8195
+ }
8196
+ //left arrow
8197
+
8198
+ case 37:
8199
+ {
8200
+ cell.tabIndex = '-1';
8201
+ var prevCell = cell.previousElementSibling;
8202
+
8203
+ if (prevCell) {
8204
+ prevCell.tabIndex = '0';
8205
+ prevCell.focus();
8206
+ } else {
8207
+ this.navigationState = {
8208
+ backward: true
8209
+ };
8210
+ this.navBackward(event);
8211
+ }
8212
+
8213
+ event.preventDefault();
8214
+ break;
8215
+ }
8216
+ //right arrow
8217
+
8218
+ case 39:
8219
+ {
8220
+ cell.tabIndex = '-1';
8221
+ var _nextCell2 = cell.nextElementSibling;
8222
+
8223
+ if (_nextCell2) {
8224
+ _nextCell2.tabIndex = '0';
8225
+
8226
+ _nextCell2.focus();
8227
+ } else {
8228
+ this.navigationState = {
8229
+ backward: false
8230
+ };
8231
+ this.navForward(event);
8232
+ }
8233
+
8234
+ event.preventDefault();
8235
+ break;
8236
+ }
8237
+ //enter
8238
+
8239
+ case 13:
8240
+ case 32:
8241
+ {
8242
+ this.onMonthSelect(event, index);
8243
+ event.preventDefault();
8244
+ break;
8245
+ }
8246
+ //escape
8247
+
8248
+ case 27:
8249
+ {
8250
+ this.overlayVisible = false;
8251
+ event.preventDefault();
8252
+ break;
8253
+ }
8254
+ //tab
8255
+
8256
+ case 9:
8257
+ {
8258
+ this.trapFocus(event);
8259
+ break;
8260
+ }
8261
+
8262
+ default:
8263
+ //no op
8264
+ break;
8265
+ }
8266
+ },
8032
8267
  updateFocus: function updateFocus() {
8033
8268
  var cell;
8034
8269
 
@@ -8038,10 +8273,27 @@ function Calendarvue_type_script_lang_js_arrayLikeToArray(arr, len) { if (len ==
8038
8273
  if (this.navigationState.backward) DomHandler_DomHandler.findSingle(this.$refs.overlay, '.p-datepicker-prev').focus();else DomHandler_DomHandler.findSingle(this.$refs.overlay, '.p-datepicker-next').focus();
8039
8274
  } else {
8040
8275
  if (this.navigationState.backward) {
8041
- var cells = DomHandler_DomHandler.find(this.$refs.overlay, '.p-datepicker-calendar td span:not(.p-disabled)');
8042
- cell = cells[cells.length - 1];
8276
+ var cells;
8277
+
8278
+ if (this.currentView === 'month') {
8279
+ cells = DomHandler_DomHandler.find(this.$refs.overlay, '.p-monthpicker .p-monthpicker-month:not(.p-disabled)');
8280
+ } else if (this.currentView === 'year') {
8281
+ cells = DomHandler_DomHandler.find(this.$refs.overlay, '.p-yearpicker .p-yearpicker-year:not(.p-disabled)');
8282
+ } else {
8283
+ cells = DomHandler_DomHandler.find(this.$refs.overlay, '.p-datepicker-calendar td span:not(.p-disabled):not(.p-ink)');
8284
+ }
8285
+
8286
+ if (cells && cells.length > 0) {
8287
+ cell = cells[cells.length - 1];
8288
+ }
8043
8289
  } else {
8044
- cell = DomHandler_DomHandler.findSingle(this.$refs.overlay, '.p-datepicker-calendar td span:not(.p-disabled)');
8290
+ if (this.currentView === 'month') {
8291
+ cell = DomHandler_DomHandler.findSingle(this.$refs.overlay, '.p-monthpicker .p-monthpicker-month:not(.p-disabled)');
8292
+ } else if (this.currentView === 'year') {
8293
+ cell = DomHandler_DomHandler.findSingle(this.$refs.overlay, '.p-yearpicker .p-yearpicker-year:not(.p-disabled)');
8294
+ } else {
8295
+ cell = DomHandler_DomHandler.findSingle(this.$refs.overlay, '.p-datepicker-calendar td span:not(.p-disabled):not(.p-ink)');
8296
+ }
8045
8297
  }
8046
8298
 
8047
8299
  if (cell) {
@@ -8058,24 +8310,40 @@ function Calendarvue_type_script_lang_js_arrayLikeToArray(arr, len) { if (len ==
8058
8310
  initFocusableCell: function initFocusableCell() {
8059
8311
  var cell;
8060
8312
 
8061
- if (this.view === 'month') {
8313
+ if (this.currentView === 'month') {
8062
8314
  var cells = DomHandler_DomHandler.find(this.$refs.overlay, '.p-monthpicker .p-monthpicker-month');
8063
8315
  var selectedCell = DomHandler_DomHandler.findSingle(this.$refs.overlay, '.p-monthpicker .p-monthpicker-month.p-highlight');
8064
8316
  cells.forEach(function (cell) {
8065
8317
  return cell.tabIndex = -1;
8066
8318
  });
8067
8319
  cell = selectedCell || cells[0];
8320
+ } else if (this.currentView === 'year') {
8321
+ var _cells = DomHandler_DomHandler.find(this.$refs.overlay, '.p-yearpicker .p-yearpicker-year');
8322
+
8323
+ var _selectedCell = DomHandler_DomHandler.findSingle(this.$refs.overlay, '.p-yearpicker .p-yearpicker-year.p-highlight');
8324
+
8325
+ _cells.forEach(function (cell) {
8326
+ return cell.tabIndex = -1;
8327
+ });
8328
+
8329
+ cell = _selectedCell || _cells[0];
8068
8330
  } else {
8069
8331
  cell = DomHandler_DomHandler.findSingle(this.$refs.overlay, 'span.p-highlight');
8070
8332
 
8071
8333
  if (!cell) {
8072
- var todayCell = DomHandler_DomHandler.findSingle(this.$refs.overlay, 'td.p-datepicker-today span:not(.p-disabled)');
8073
- if (todayCell) cell = todayCell;else cell = DomHandler_DomHandler.findSingle(this.$refs.overlay, '.p-datepicker-calendar td span:not(.p-disabled)');
8334
+ var todayCell = DomHandler_DomHandler.findSingle(this.$refs.overlay, 'td.p-datepicker-today span:not(.p-disabled):not(.p-ink)');
8335
+ if (todayCell) cell = todayCell;else cell = DomHandler_DomHandler.findSingle(this.$refs.overlay, '.p-datepicker-calendar td span:not(.p-disabled):not(.p-ink');
8074
8336
  }
8075
8337
  }
8076
8338
 
8077
8339
  if (cell) {
8078
8340
  cell.tabIndex = '0';
8341
+
8342
+ if (!this.preventFocus && (!this.navigationState || !this.navigationState.button) && !this.timePickerChange) {
8343
+ cell.focus();
8344
+ }
8345
+
8346
+ this.preventFocus = false;
8079
8347
  }
8080
8348
  },
8081
8349
  trapFocus: function trapFocus(event) {
@@ -8149,16 +8417,61 @@ function Calendarvue_type_script_lang_js_arrayLikeToArray(arr, len) { if (len ==
8149
8417
  },
8150
8418
  getMonthName: function getMonthName(index) {
8151
8419
  return this.$primevue.config.locale.monthNames[index];
8420
+ },
8421
+ getYear: function getYear(month) {
8422
+ return this.currentView === 'month' ? this.currentYear : month.year;
8423
+ },
8424
+ createResponsiveStyle: function createResponsiveStyle() {
8425
+ if (this.numberOfMonths > 1 && this.responsiveOptions) {
8426
+ if (!this.responsiveStyleElement) {
8427
+ this.responsiveStyleElement = document.createElement('style');
8428
+ this.responsiveStyleElement.type = 'text/css';
8429
+ document.body.appendChild(this.responsiveStyleElement);
8430
+ }
8431
+
8432
+ var innerHTML = '';
8433
+
8434
+ if (this.responsiveOptions) {
8435
+ var responsiveOptions = _toConsumableArray(this.responsiveOptions).filter(function (o) {
8436
+ return !!(o.breakpoint && o.numMonths);
8437
+ }).sort(function (o1, o2) {
8438
+ return -1 * o1.breakpoint.localeCompare(o2.breakpoint, undefined, {
8439
+ numeric: true
8440
+ });
8441
+ });
8442
+
8443
+ for (var i = 0; i < responsiveOptions.length; i++) {
8444
+ var _responsiveOptions$i = responsiveOptions[i],
8445
+ breakpoint = _responsiveOptions$i.breakpoint,
8446
+ numMonths = _responsiveOptions$i.numMonths;
8447
+ var styles = "\n .p-datepicker[".concat(this.attributeSelector, "] .p-datepicker-group:nth-child(").concat(numMonths, ") .p-datepicker-next {\n display: inline-flex !important;\n }\n ");
8448
+
8449
+ for (var j = numMonths; j < this.numberOfMonths; j++) {
8450
+ styles += "\n .p-datepicker[".concat(this.attributeSelector, "] .p-datepicker-group:nth-child(").concat(j + 1, ") {\n display: none !important;\n }\n ");
8451
+ }
8452
+
8453
+ innerHTML += "\n @media screen and (max-width: ".concat(breakpoint, ") {\n ").concat(styles, "\n }\n ");
8454
+ }
8455
+ }
8456
+
8457
+ this.responsiveStyleElement.innerHTML = innerHTML;
8458
+ }
8459
+ },
8460
+ destroyResponsiveStyleElement: function destroyResponsiveStyleElement() {
8461
+ if (this.responsiveStyleElement) {
8462
+ this.responsiveStyleElement.remove();
8463
+ this.responsiveStyleElement = null;
8464
+ }
8152
8465
  }
8153
8466
  },
8154
8467
  computed: {
8155
8468
  listeners: function listeners() {
8156
- var _this9 = this;
8469
+ var _this10 = this;
8157
8470
 
8158
8471
  var $vm = this;
8159
8472
  return Calendarvue_type_script_lang_js_objectSpread(Calendarvue_type_script_lang_js_objectSpread({}, $vm.$listeners), {}, {
8160
8473
  input: function input(val) {
8161
- _this9.onInput(val);
8474
+ _this10.onInput(val);
8162
8475
  },
8163
8476
  focus: function focus(event) {
8164
8477
  $vm.focus = true;
@@ -8215,7 +8528,7 @@ function Calendarvue_type_script_lang_js_arrayLikeToArray(arr, len) { if (len ==
8215
8528
  return this.formatValue(this.value);
8216
8529
  },
8217
8530
  containerClass: function containerClass() {
8218
- return ['p-calendar p-component p-inputwrapper', {
8531
+ return ['p-calendar p-component p-inputwrapper', this.className, {
8219
8532
  'p-calendar-w-btn': this.showIcon,
8220
8533
  'p-calendar-timeonly': this.timeOnly,
8221
8534
  'p-inputwrapper-filled': this.value,
@@ -8228,7 +8541,8 @@ function Calendarvue_type_script_lang_js_arrayLikeToArray(arr, len) { if (len ==
8228
8541
  'p-disabled': this.$attrs.disabled,
8229
8542
  'p-datepicker-timeonly': this.timeOnly,
8230
8543
  'p-datepicker-multiple-month': this.numberOfMonths > 1,
8231
- 'p-datepicker-monthpicker': this.view === 'month',
8544
+ 'p-datepicker-monthpicker': this.currentView === 'month',
8545
+ 'p-datepicker-yearpicker': this.currentView === 'year',
8232
8546
  'p-datepicker-touch-ui': this.touchUI
8233
8547
  }];
8234
8548
  },
@@ -8376,6 +8690,16 @@ function Calendarvue_type_script_lang_js_arrayLikeToArray(arr, len) { if (len ==
8376
8690
 
8377
8691
  return monthPickerValues;
8378
8692
  },
8693
+ yearPickerValues: function yearPickerValues() {
8694
+ var yearPickerValues = [];
8695
+ var base = this.currentYear - this.currentYear % 10;
8696
+
8697
+ for (var i = 0; i < 10; i++) {
8698
+ yearPickerValues.push(base + i);
8699
+ }
8700
+
8701
+ return yearPickerValues;
8702
+ },
8379
8703
  formattedCurrentHour: function formattedCurrentHour() {
8380
8704
  return this.currentHour < 10 ? '0' + this.currentHour : this.currentHour;
8381
8705
  },
@@ -8396,6 +8720,12 @@ function Calendarvue_type_script_lang_js_arrayLikeToArray(arr, len) { if (len ==
8396
8720
  },
8397
8721
  monthNames: function monthNames() {
8398
8722
  return this.$primevue.config.locale.monthNames;
8723
+ },
8724
+ attributeSelector: function attributeSelector() {
8725
+ return UniqueComponentId();
8726
+ },
8727
+ switchViewButtonDisabled: function switchViewButtonDisabled() {
8728
+ return this.numberOfMonths > 1 || this.$attrs.disabled;
8399
8729
  }
8400
8730
  },
8401
8731
  components: {