primevue 2.5.0 → 2.8.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 (704) 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 +4889 -0
  14. package/api/api.umd.js +4899 -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 -110
  24. package/{utils/filterutils.umd.js → api/filterservice.umd.js} +209 -112
  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 +61 -24
  37. package/autocomplete/autocomplete.umd.js +61 -24
  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 +339 -70
  66. package/calendar/calendar.common.js +400 -73
  67. package/calendar/calendar.umd.js +400 -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 -21
  78. package/cascadeselect/cascadeselect.umd.js +53 -21
  79. package/cascadeselect/cascadeselect.umd.min.js +1 -1
  80. package/cascadeselect/cascadeselectsub.common.js +48 -18
  81. package/cascadeselect/cascadeselectsub.umd.js +48 -18
  82. package/cascadeselect/cascadeselectsub.umd.min.js +1 -1
  83. package/chart/Chart.vue +27 -11
  84. package/chart/chart.common.js +30 -12
  85. package/chart/chart.umd.js +30 -12
  86. package/chart/chart.umd.min.js +1 -1
  87. package/checkbox/Checkbox.css +1 -0
  88. package/checkbox/Checkbox.d.ts +2 -0
  89. package/checkbox/Checkbox.vue +11 -3
  90. package/checkbox/checkbox.common.js +38 -22
  91. package/checkbox/checkbox.umd.js +38 -22
  92. package/checkbox/checkbox.umd.min.js +1 -1
  93. package/chip/chip.common.js +1 -1
  94. package/chip/chip.umd.js +1 -1
  95. package/chips/chips.common.js +1 -1
  96. package/chips/chips.umd.js +1 -1
  97. package/colorpicker/colorpicker.common.js +28 -1
  98. package/colorpicker/colorpicker.umd.js +28 -1
  99. package/colorpicker/colorpicker.umd.min.js +1 -1
  100. package/column/Column.vue +72 -12
  101. package/column/column.common.js +71 -11
  102. package/column/column.umd.js +71 -11
  103. package/column/column.umd.min.js +1 -1
  104. package/columngroup/columngroup.common.js +1 -1
  105. package/columngroup/columngroup.umd.js +1 -1
  106. package/common/Common.css +13 -4
  107. package/config/PrimeVue.d.ts +24 -2
  108. package/config/PrimeVue.js +34 -4
  109. package/config/primevue.common.js +3584 -133
  110. package/config/primevue.umd.js +3584 -133
  111. package/config/primevue.umd.min.js +1 -1
  112. package/{confirmationservice → confirmationeventbus}/ConfirmationEventBus.js +3 -3
  113. package/confirmationeventbus/confirmationeventbus.common.js +1773 -0
  114. package/confirmationeventbus/confirmationeventbus.umd.js +1783 -0
  115. package/confirmationeventbus/confirmationeventbus.umd.min.js +1 -0
  116. package/confirmationeventbus/demo.html +8 -0
  117. package/confirmationeventbus/index.d.ts +1 -0
  118. package/confirmationeventbus/index.js +2 -0
  119. package/confirmationservice/ConfirmationService.js +1 -1
  120. package/confirmationservice/confirmationservice.common.js +1605 -6
  121. package/confirmationservice/confirmationservice.umd.js +1605 -6
  122. package/confirmationservice/confirmationservice.umd.min.js +1 -1
  123. package/confirmdialog/ConfirmDialog.vue +9 -3
  124. package/confirmdialog/confirmdialog.common.js +456 -44
  125. package/confirmdialog/confirmdialog.umd.js +456 -44
  126. package/confirmdialog/confirmdialog.umd.min.js +1 -1
  127. package/confirmpopup/ConfirmPopup.d.ts +4 -1
  128. package/confirmpopup/ConfirmPopup.vue +9 -6
  129. package/confirmpopup/confirmpopup.common.js +531 -13
  130. package/confirmpopup/confirmpopup.umd.js +531 -13
  131. package/confirmpopup/confirmpopup.umd.min.js +1 -1
  132. package/contextmenu/ContextMenu.d.ts +1 -0
  133. package/contextmenu/ContextMenu.vue +5 -1
  134. package/contextmenu/ContextMenuSub.vue +33 -13
  135. package/contextmenu/contextmenu.common.js +68 -14
  136. package/contextmenu/contextmenu.umd.js +68 -14
  137. package/contextmenu/contextmenu.umd.min.js +1 -1
  138. package/contextmenu/contextmenusub.common.js +58 -8
  139. package/contextmenu/contextmenusub.umd.js +58 -8
  140. package/contextmenu/contextmenusub.umd.min.js +1 -1
  141. package/datatable/BodyCell.vue +118 -34
  142. package/datatable/ColumnFilter.vue +558 -0
  143. package/datatable/ColumnSlot.vue +21 -1
  144. package/datatable/DataTable.d.ts +41 -15
  145. package/datatable/DataTable.vue +582 -391
  146. package/datatable/FooterCell.vue +82 -0
  147. package/datatable/HeaderCell.vue +246 -0
  148. package/datatable/TableBody.vue +92 -23
  149. package/datatable/TableFooter.vue +34 -18
  150. package/datatable/TableHeader.vue +79 -134
  151. package/datatable/bodycell.common.js +578 -56
  152. package/datatable/bodycell.umd.js +578 -56
  153. package/datatable/bodycell.umd.min.js +1 -1
  154. package/datatable/columnfilter.common.js +7610 -0
  155. package/datatable/columnfilter.umd.js +7620 -0
  156. package/datatable/columnfilter.umd.min.js +1 -0
  157. package/datatable/columnslot.common.js +21 -1
  158. package/datatable/columnslot.umd.js +21 -1
  159. package/datatable/columnslot.umd.min.js +1 -1
  160. package/datatable/datatable.common.js +4340 -1384
  161. package/datatable/datatable.umd.js +4340 -1384
  162. package/datatable/datatable.umd.min.js +1 -1
  163. package/datatable/demo.html +3 -4
  164. package/datatable/footercell.common.js +5453 -0
  165. package/datatable/footercell.umd.js +5463 -0
  166. package/datatable/footercell.umd.min.js +1 -0
  167. package/datatable/headercell.common.js +8058 -0
  168. package/datatable/headercell.umd.js +8068 -0
  169. package/datatable/headercell.umd.min.js +1 -0
  170. package/datatable/headercheckbox.common.js +1 -1
  171. package/datatable/headercheckbox.umd.js +1 -1
  172. package/datatable/rowcheckbox.common.js +1 -1
  173. package/datatable/rowcheckbox.umd.js +1 -1
  174. package/datatable/rowradiobutton.common.js +1 -1
  175. package/datatable/rowradiobutton.umd.js +1 -1
  176. package/datatable/tablebody.common.js +1066 -473
  177. package/datatable/tablebody.umd.js +1066 -473
  178. package/datatable/tablebody.umd.min.js +1 -1
  179. package/datatable/tablefooter.common.js +3785 -105
  180. package/datatable/tablefooter.umd.js +3785 -105
  181. package/datatable/tablefooter.umd.min.js +1 -1
  182. package/datatable/tableheader.common.js +6633 -2138
  183. package/datatable/tableheader.umd.js +6633 -2138
  184. package/datatable/tableheader.umd.min.js +1 -1
  185. package/datatable/tableloadingbody.common.js +22 -2
  186. package/datatable/tableloadingbody.umd.js +22 -2
  187. package/datatable/tableloadingbody.umd.min.js +1 -1
  188. package/dataview/DataView.d.ts +2 -2
  189. package/dataview/DataView.vue +10 -10
  190. package/dataview/dataview.common.js +1971 -80
  191. package/dataview/dataview.umd.js +1971 -80
  192. package/dataview/dataview.umd.min.js +1 -1
  193. package/dataviewlayoutoptions/dataviewlayoutoptions.common.js +1 -1
  194. package/dataviewlayoutoptions/dataviewlayoutoptions.umd.js +1 -1
  195. package/deferredcontent/deferredcontent.common.js +1 -1
  196. package/deferredcontent/deferredcontent.umd.js +1 -1
  197. package/dialog/Dialog.vue +35 -21
  198. package/dialog/dialog.common.js +62 -24
  199. package/dialog/dialog.umd.js +62 -24
  200. package/dialog/dialog.umd.min.js +1 -1
  201. package/divider/divider.common.js +1 -1
  202. package/divider/divider.umd.js +1 -1
  203. package/dock/Dock.d.ts +2 -0
  204. package/dock/Dock.vue +12 -2
  205. package/dock/DockSub.vue +45 -21
  206. package/dock/dock.common.js +44 -15
  207. package/dock/dock.umd.js +44 -15
  208. package/dock/dock.umd.min.js +1 -1
  209. package/dock/docksub.common.js +31 -7
  210. package/dock/docksub.umd.js +31 -7
  211. package/dock/docksub.umd.min.js +1 -1
  212. package/dropdown/Dropdown.d.ts +5 -3
  213. package/dropdown/Dropdown.vue +33 -5
  214. package/dropdown/dropdown.common.js +83 -24
  215. package/dropdown/dropdown.umd.js +83 -24
  216. package/dropdown/dropdown.umd.min.js +1 -1
  217. package/editor/editor.common.js +1 -1
  218. package/editor/editor.umd.js +1 -1
  219. package/fieldset/fieldset.common.js +28 -1
  220. package/fieldset/fieldset.umd.js +28 -1
  221. package/fieldset/fieldset.umd.min.js +1 -1
  222. package/fileupload/FileUpload.vue +5 -2
  223. package/fileupload/fileupload.common.js +55 -19
  224. package/fileupload/fileupload.umd.js +55 -19
  225. package/fileupload/fileupload.umd.min.js +1 -1
  226. package/fullcalendar/fullcalendar.common.js +342 -136
  227. package/fullcalendar/fullcalendar.umd.js +342 -136
  228. package/fullcalendar/fullcalendar.umd.min.js +4 -4
  229. package/galleria/Galleria.vue +3 -8
  230. package/galleria/GalleriaContent.vue +9 -0
  231. package/galleria/galleria.common.js +49 -17
  232. package/galleria/galleria.umd.js +49 -17
  233. package/galleria/galleria.umd.min.js +1 -1
  234. package/galleria/galleriacontent.common.js +40 -4
  235. package/galleria/galleriacontent.umd.js +40 -4
  236. package/galleria/galleriacontent.umd.min.js +1 -1
  237. package/galleria/galleriaitem.common.js +28 -1
  238. package/galleria/galleriaitem.umd.js +28 -1
  239. package/galleria/galleriaitem.umd.min.js +1 -1
  240. package/galleria/galleriathumbnails.common.js +28 -1
  241. package/galleria/galleriathumbnails.umd.js +28 -1
  242. package/galleria/galleriathumbnails.umd.min.js +1 -1
  243. package/imagepreview/ImagePreview.d.ts +10 -0
  244. package/imagepreview/ImagePreview.vue +205 -0
  245. package/imagepreview/demo.html +17 -0
  246. package/{datatable/scrollableview.common.js → imagepreview/imagepreview.common.js} +570 -463
  247. package/{datatable/scrollableview.umd.js → imagepreview/imagepreview.umd.js} +572 -465
  248. package/imagepreview/imagepreview.umd.min.js +1 -0
  249. package/imagepreview/index.d.ts +1 -0
  250. package/imagepreview/index.js +2 -0
  251. package/imagepreview/plugin.js +4 -0
  252. package/inlinemessage/inlinemessage.common.js +1 -1
  253. package/inlinemessage/inlinemessage.umd.js +1 -1
  254. package/inplace/inplace.common.js +29 -2
  255. package/inplace/inplace.umd.js +29 -2
  256. package/inplace/inplace.umd.min.js +1 -1
  257. package/inputmask/InputMask.vue +7 -5
  258. package/inputmask/inputmask.common.js +39 -12
  259. package/inputmask/inputmask.umd.js +39 -12
  260. package/inputmask/inputmask.umd.min.js +1 -1
  261. package/inputnumber/InputNumber.vue +183 -62
  262. package/inputnumber/inputnumber.common.js +249 -113
  263. package/inputnumber/inputnumber.umd.js +249 -113
  264. package/inputnumber/inputnumber.umd.min.js +1 -1
  265. package/inputswitch/InputSwitch.d.ts +2 -0
  266. package/inputswitch/InputSwitch.vue +15 -3
  267. package/inputswitch/inputswitch.common.js +17 -5
  268. package/inputswitch/inputswitch.umd.js +17 -5
  269. package/inputswitch/inputswitch.umd.min.js +1 -1
  270. package/inputtext/inputtext.common.js +3 -7
  271. package/inputtext/inputtext.umd.js +3 -7
  272. package/inputtext/inputtext.umd.min.js +1 -1
  273. package/knob/knob.common.js +1 -1
  274. package/knob/knob.umd.js +1 -1
  275. package/listbox/Listbox.d.ts +3 -3
  276. package/listbox/listbox.common.js +48 -18
  277. package/listbox/listbox.umd.js +48 -18
  278. package/listbox/listbox.umd.min.js +1 -1
  279. package/megamenu/MegaMenu.d.ts +6 -1
  280. package/megamenu/MegaMenu.vue +51 -22
  281. package/megamenu/megamenu.common.js +74 -10
  282. package/megamenu/megamenu.umd.js +74 -10
  283. package/megamenu/megamenu.umd.min.js +1 -1
  284. package/menu/Menu.d.ts +1 -0
  285. package/menu/Menu.vue +11 -4
  286. package/menu/Menuitem.vue +25 -11
  287. package/menu/menu.common.js +68 -17
  288. package/menu/menu.umd.js +68 -17
  289. package/menu/menu.umd.min.js +1 -1
  290. package/menu/menuitem.common.js +55 -11
  291. package/menu/menuitem.umd.js +55 -11
  292. package/menu/menuitem.umd.min.js +1 -1
  293. package/menubar/Menubar.d.ts +1 -0
  294. package/menubar/Menubar.vue +5 -1
  295. package/menubar/MenubarSub.vue +34 -14
  296. package/menubar/menubar.common.js +68 -14
  297. package/menubar/menubar.umd.js +68 -14
  298. package/menubar/menubar.umd.min.js +1 -1
  299. package/menubar/menubarsub.common.js +58 -8
  300. package/menubar/menubarsub.umd.js +58 -8
  301. package/menubar/menubarsub.umd.min.js +1 -1
  302. package/message/Message.d.ts +1 -0
  303. package/message/Message.vue +5 -1
  304. package/message/message.common.js +34 -3
  305. package/message/message.umd.js +34 -3
  306. package/message/message.umd.min.js +1 -1
  307. package/multiselect/MultiSelect.d.ts +4 -3
  308. package/multiselect/MultiSelect.vue +8 -1
  309. package/multiselect/multiselect.common.js +58 -22
  310. package/multiselect/multiselect.umd.js +58 -22
  311. package/multiselect/multiselect.umd.min.js +1 -1
  312. package/orderlist/OrderList.d.ts +2 -0
  313. package/orderlist/OrderList.vue +2 -0
  314. package/orderlist/orderlist.common.js +53 -21
  315. package/orderlist/orderlist.umd.js +53 -21
  316. package/orderlist/orderlist.umd.min.js +1 -1
  317. package/organizationchart/organizationchart.common.js +31 -8
  318. package/organizationchart/organizationchart.umd.js +31 -8
  319. package/organizationchart/organizationchart.umd.min.js +1 -1
  320. package/organizationchart/organizationchartnode.common.js +28 -1
  321. package/organizationchart/organizationchartnode.umd.js +28 -1
  322. package/organizationchart/organizationchartnode.umd.min.js +1 -1
  323. package/overlayeventbus/OverlayEventBus.js +14 -0
  324. package/overlayeventbus/demo.html +8 -0
  325. package/overlayeventbus/index.d.ts +1 -0
  326. package/overlayeventbus/index.js +2 -0
  327. package/overlayeventbus/overlayeventbus.common.js +1773 -0
  328. package/overlayeventbus/overlayeventbus.umd.js +1783 -0
  329. package/overlayeventbus/overlayeventbus.umd.min.js +1 -0
  330. package/overlaypanel/overlaypanel.common.js +28 -1
  331. package/overlaypanel/overlaypanel.umd.js +28 -1
  332. package/overlaypanel/overlaypanel.umd.min.js +1 -1
  333. package/package.json +5 -1
  334. package/paginator/CurrentPageReport.vue +6 -2
  335. package/paginator/JumpToPageDropdown.vue +33 -0
  336. package/paginator/JumpToPageInput.vue +25 -0
  337. package/paginator/Paginator.d.ts +2 -2
  338. package/paginator/Paginator.vue +24 -11
  339. package/paginator/RowsPerPageDropdown.vue +3 -2
  340. package/paginator/currentpagereport.common.js +7 -3
  341. package/paginator/currentpagereport.umd.js +7 -3
  342. package/paginator/currentpagereport.umd.min.js +1 -1
  343. package/paginator/demo.html +3 -3
  344. package/paginator/firstpagelink.common.js +28 -1
  345. package/paginator/firstpagelink.umd.js +28 -1
  346. package/paginator/firstpagelink.umd.min.js +1 -1
  347. package/paginator/jumptopagedropdown.common.js +6501 -0
  348. package/paginator/jumptopagedropdown.umd.js +6511 -0
  349. package/paginator/jumptopagedropdown.umd.min.js +1 -0
  350. package/paginator/jumptopageinput.common.js +7438 -0
  351. package/paginator/jumptopageinput.umd.js +7448 -0
  352. package/paginator/jumptopageinput.umd.min.js +1 -0
  353. package/paginator/lastpagelink.common.js +28 -1
  354. package/paginator/lastpagelink.umd.js +28 -1
  355. package/paginator/lastpagelink.umd.min.js +1 -1
  356. package/paginator/nextpagelink.common.js +28 -1
  357. package/paginator/nextpagelink.umd.js +28 -1
  358. package/paginator/nextpagelink.umd.min.js +1 -1
  359. package/paginator/pagelinks.common.js +28 -1
  360. package/paginator/pagelinks.umd.js +28 -1
  361. package/paginator/pagelinks.umd.min.js +1 -1
  362. package/paginator/paginator.common.js +2277 -119
  363. package/paginator/paginator.umd.js +2277 -119
  364. package/paginator/paginator.umd.min.js +1 -1
  365. package/paginator/prevpagelink.common.js +28 -1
  366. package/paginator/prevpagelink.umd.js +28 -1
  367. package/paginator/prevpagelink.umd.min.js +1 -1
  368. package/paginator/rowsperpagedropdown.common.js +91 -31
  369. package/paginator/rowsperpagedropdown.umd.js +91 -31
  370. package/paginator/rowsperpagedropdown.umd.min.js +1 -1
  371. package/panel/Panel.d.ts +1 -0
  372. package/panel/Panel.vue +1 -1
  373. package/panel/panel.common.js +29 -2
  374. package/panel/panel.umd.js +29 -2
  375. package/panel/panel.umd.min.js +1 -1
  376. package/panelmenu/PanelMenu.d.ts +1 -0
  377. package/panelmenu/PanelMenu.vue +32 -6
  378. package/panelmenu/PanelMenuSub.vue +32 -13
  379. package/panelmenu/panelmenu.common.js +69 -16
  380. package/panelmenu/panelmenu.umd.js +69 -16
  381. package/panelmenu/panelmenu.umd.min.js +1 -1
  382. package/panelmenu/panelmenusub.common.js +29 -7
  383. package/panelmenu/panelmenusub.umd.js +29 -7
  384. package/panelmenu/panelmenusub.umd.min.js +1 -1
  385. package/password/password.common.js +31 -8
  386. package/password/password.umd.js +31 -8
  387. package/password/password.umd.min.js +1 -1
  388. package/picklist/PickList.d.ts +8 -0
  389. package/picklist/PickList.vue +10 -4
  390. package/picklist/picklist.common.js +57 -21
  391. package/picklist/picklist.umd.js +57 -21
  392. package/picklist/picklist.umd.min.js +1 -1
  393. package/progressbar/ProgressBar.vue +18 -14
  394. package/progressbar/progressbar.common.js +7 -5
  395. package/progressbar/progressbar.umd.js +7 -5
  396. package/progressbar/progressbar.umd.min.js +1 -1
  397. package/progressspinner/progressspinner.common.js +1 -1
  398. package/progressspinner/progressspinner.umd.js +1 -1
  399. package/radiobutton/radiobutton.common.js +26 -18
  400. package/radiobutton/radiobutton.umd.js +26 -18
  401. package/radiobutton/radiobutton.umd.min.js +1 -1
  402. package/rating/Rating.vue +1 -1
  403. package/rating/rating.common.js +3 -3
  404. package/rating/rating.umd.js +3 -3
  405. package/rating/rating.umd.min.js +1 -1
  406. package/resources/primevue.css +15 -4
  407. package/resources/primevue.min.css +1 -1
  408. package/resources/themes/arya-blue/theme.css +178 -42
  409. package/resources/themes/arya-green/theme.css +178 -42
  410. package/resources/themes/arya-orange/theme.css +178 -42
  411. package/resources/themes/arya-purple/theme.css +178 -42
  412. package/resources/themes/bootstrap4-dark-blue/theme.css +175 -46
  413. package/resources/themes/bootstrap4-dark-purple/theme.css +175 -46
  414. package/resources/themes/bootstrap4-light-blue/theme.css +175 -46
  415. package/resources/themes/bootstrap4-light-purple/theme.css +175 -46
  416. package/resources/themes/fluent-light/theme.css +182 -46
  417. package/resources/themes/lara-dark-blue/fonts/Inter-Bold.woff +0 -0
  418. package/resources/themes/lara-dark-blue/fonts/Inter-Bold.woff2 +0 -0
  419. package/resources/themes/lara-dark-blue/fonts/Inter-Light.woff +0 -0
  420. package/resources/themes/lara-dark-blue/fonts/Inter-Light.woff2 +0 -0
  421. package/resources/themes/lara-dark-blue/fonts/Inter-Medium.woff +0 -0
  422. package/resources/themes/lara-dark-blue/fonts/Inter-Medium.woff2 +0 -0
  423. package/resources/themes/lara-dark-blue/fonts/Inter-Regular.woff +0 -0
  424. package/resources/themes/lara-dark-blue/fonts/Inter-Regular.woff2 +0 -0
  425. package/resources/themes/lara-dark-blue/fonts/Inter-SemiBold.woff +0 -0
  426. package/resources/themes/lara-dark-blue/fonts/Inter-SemiBold.woff2 +0 -0
  427. package/resources/themes/lara-dark-blue/theme.css +5418 -0
  428. package/resources/themes/lara-dark-indigo/fonts/Inter-Bold.woff +0 -0
  429. package/resources/themes/lara-dark-indigo/fonts/Inter-Bold.woff2 +0 -0
  430. package/resources/themes/lara-dark-indigo/fonts/Inter-Light.woff +0 -0
  431. package/resources/themes/lara-dark-indigo/fonts/Inter-Light.woff2 +0 -0
  432. package/resources/themes/lara-dark-indigo/fonts/Inter-Medium.woff +0 -0
  433. package/resources/themes/lara-dark-indigo/fonts/Inter-Medium.woff2 +0 -0
  434. package/resources/themes/lara-dark-indigo/fonts/Inter-Regular.woff +0 -0
  435. package/resources/themes/lara-dark-indigo/fonts/Inter-Regular.woff2 +0 -0
  436. package/resources/themes/lara-dark-indigo/fonts/Inter-SemiBold.woff +0 -0
  437. package/resources/themes/lara-dark-indigo/fonts/Inter-SemiBold.woff2 +0 -0
  438. package/resources/themes/lara-dark-indigo/theme.css +5418 -0
  439. package/resources/themes/lara-dark-purple/fonts/Inter-Bold.woff +0 -0
  440. package/resources/themes/lara-dark-purple/fonts/Inter-Bold.woff2 +0 -0
  441. package/resources/themes/lara-dark-purple/fonts/Inter-Light.woff +0 -0
  442. package/resources/themes/lara-dark-purple/fonts/Inter-Light.woff2 +0 -0
  443. package/resources/themes/lara-dark-purple/fonts/Inter-Medium.woff +0 -0
  444. package/resources/themes/lara-dark-purple/fonts/Inter-Medium.woff2 +0 -0
  445. package/resources/themes/lara-dark-purple/fonts/Inter-Regular.woff +0 -0
  446. package/resources/themes/lara-dark-purple/fonts/Inter-Regular.woff2 +0 -0
  447. package/resources/themes/lara-dark-purple/fonts/Inter-SemiBold.woff +0 -0
  448. package/resources/themes/lara-dark-purple/fonts/Inter-SemiBold.woff2 +0 -0
  449. package/resources/themes/lara-dark-purple/theme.css +5418 -0
  450. package/resources/themes/lara-dark-teal/fonts/Inter-Bold.woff +0 -0
  451. package/resources/themes/lara-dark-teal/fonts/Inter-Bold.woff2 +0 -0
  452. package/resources/themes/lara-dark-teal/fonts/Inter-Light.woff +0 -0
  453. package/resources/themes/lara-dark-teal/fonts/Inter-Light.woff2 +0 -0
  454. package/resources/themes/lara-dark-teal/fonts/Inter-Medium.woff +0 -0
  455. package/resources/themes/lara-dark-teal/fonts/Inter-Medium.woff2 +0 -0
  456. package/resources/themes/lara-dark-teal/fonts/Inter-Regular.woff +0 -0
  457. package/resources/themes/lara-dark-teal/fonts/Inter-Regular.woff2 +0 -0
  458. package/resources/themes/lara-dark-teal/fonts/Inter-SemiBold.woff +0 -0
  459. package/resources/themes/lara-dark-teal/fonts/Inter-SemiBold.woff2 +0 -0
  460. package/resources/themes/lara-dark-teal/theme.css +5418 -0
  461. package/resources/themes/lara-light-blue/fonts/Inter-Bold.woff +0 -0
  462. package/resources/themes/lara-light-blue/fonts/Inter-Bold.woff2 +0 -0
  463. package/resources/themes/lara-light-blue/fonts/Inter-Light.woff +0 -0
  464. package/resources/themes/lara-light-blue/fonts/Inter-Light.woff2 +0 -0
  465. package/resources/themes/lara-light-blue/fonts/Inter-Medium.woff +0 -0
  466. package/resources/themes/lara-light-blue/fonts/Inter-Medium.woff2 +0 -0
  467. package/resources/themes/lara-light-blue/fonts/Inter-Regular.woff +0 -0
  468. package/resources/themes/lara-light-blue/fonts/Inter-Regular.woff2 +0 -0
  469. package/resources/themes/lara-light-blue/fonts/Inter-SemiBold.woff +0 -0
  470. package/resources/themes/lara-light-blue/fonts/Inter-SemiBold.woff2 +0 -0
  471. package/resources/themes/lara-light-blue/theme.css +5418 -0
  472. package/resources/themes/lara-light-indigo/fonts/Inter-Bold.woff +0 -0
  473. package/resources/themes/lara-light-indigo/fonts/Inter-Bold.woff2 +0 -0
  474. package/resources/themes/lara-light-indigo/fonts/Inter-Light.woff +0 -0
  475. package/resources/themes/lara-light-indigo/fonts/Inter-Light.woff2 +0 -0
  476. package/resources/themes/lara-light-indigo/fonts/Inter-Medium.woff +0 -0
  477. package/resources/themes/lara-light-indigo/fonts/Inter-Medium.woff2 +0 -0
  478. package/resources/themes/lara-light-indigo/fonts/Inter-Regular.woff +0 -0
  479. package/resources/themes/lara-light-indigo/fonts/Inter-Regular.woff2 +0 -0
  480. package/resources/themes/lara-light-indigo/fonts/Inter-SemiBold.woff +0 -0
  481. package/resources/themes/lara-light-indigo/fonts/Inter-SemiBold.woff2 +0 -0
  482. package/resources/themes/lara-light-indigo/theme.css +5418 -0
  483. package/resources/themes/lara-light-purple/fonts/Inter-Bold.woff +0 -0
  484. package/resources/themes/lara-light-purple/fonts/Inter-Bold.woff2 +0 -0
  485. package/resources/themes/lara-light-purple/fonts/Inter-Light.woff +0 -0
  486. package/resources/themes/lara-light-purple/fonts/Inter-Light.woff2 +0 -0
  487. package/resources/themes/lara-light-purple/fonts/Inter-Medium.woff +0 -0
  488. package/resources/themes/lara-light-purple/fonts/Inter-Medium.woff2 +0 -0
  489. package/resources/themes/lara-light-purple/fonts/Inter-Regular.woff +0 -0
  490. package/resources/themes/lara-light-purple/fonts/Inter-Regular.woff2 +0 -0
  491. package/resources/themes/lara-light-purple/fonts/Inter-SemiBold.woff +0 -0
  492. package/resources/themes/lara-light-purple/fonts/Inter-SemiBold.woff2 +0 -0
  493. package/resources/themes/lara-light-purple/theme.css +5418 -0
  494. package/resources/themes/lara-light-teal/fonts/Inter-Bold.woff +0 -0
  495. package/resources/themes/lara-light-teal/fonts/Inter-Bold.woff2 +0 -0
  496. package/resources/themes/lara-light-teal/fonts/Inter-Light.woff +0 -0
  497. package/resources/themes/lara-light-teal/fonts/Inter-Light.woff2 +0 -0
  498. package/resources/themes/lara-light-teal/fonts/Inter-Medium.woff +0 -0
  499. package/resources/themes/lara-light-teal/fonts/Inter-Medium.woff2 +0 -0
  500. package/resources/themes/lara-light-teal/fonts/Inter-Regular.woff +0 -0
  501. package/resources/themes/lara-light-teal/fonts/Inter-Regular.woff2 +0 -0
  502. package/resources/themes/lara-light-teal/fonts/Inter-SemiBold.woff +0 -0
  503. package/resources/themes/lara-light-teal/fonts/Inter-SemiBold.woff2 +0 -0
  504. package/resources/themes/lara-light-teal/theme.css +5418 -0
  505. package/resources/themes/luna-amber/theme.css +175 -46
  506. package/resources/themes/luna-blue/theme.css +175 -46
  507. package/resources/themes/luna-green/theme.css +175 -46
  508. package/resources/themes/luna-pink/theme.css +175 -46
  509. package/resources/themes/md-dark-deeppurple/theme.css +379 -87
  510. package/resources/themes/md-dark-indigo/theme.css +379 -87
  511. package/resources/themes/md-light-deeppurple/theme.css +379 -87
  512. package/resources/themes/md-light-indigo/theme.css +379 -87
  513. package/resources/themes/mdc-dark-deeppurple/theme.css +379 -87
  514. package/resources/themes/mdc-dark-indigo/theme.css +379 -87
  515. package/resources/themes/mdc-light-deeppurple/theme.css +379 -87
  516. package/resources/themes/mdc-light-indigo/theme.css +379 -87
  517. package/resources/themes/nova/theme.css +175 -46
  518. package/resources/themes/nova-accent/theme.css +175 -46
  519. package/resources/themes/nova-alt/theme.css +175 -46
  520. package/resources/themes/nova-vue/theme.css +175 -46
  521. package/resources/themes/rhea/theme.css +175 -46
  522. package/resources/themes/saga-blue/theme.css +178 -42
  523. package/resources/themes/saga-green/theme.css +178 -42
  524. package/resources/themes/saga-orange/theme.css +178 -42
  525. package/resources/themes/saga-purple/theme.css +178 -42
  526. package/resources/themes/tailwind-light/fonts/Inter-Bold.woff +0 -0
  527. package/resources/themes/tailwind-light/fonts/Inter-Bold.woff2 +0 -0
  528. package/resources/themes/tailwind-light/fonts/Inter-Light.woff +0 -0
  529. package/resources/themes/tailwind-light/fonts/Inter-Light.woff2 +0 -0
  530. package/resources/themes/tailwind-light/fonts/Inter-Medium.woff +0 -0
  531. package/resources/themes/tailwind-light/fonts/Inter-Medium.woff2 +0 -0
  532. package/resources/themes/tailwind-light/fonts/Inter-Regular.woff +0 -0
  533. package/resources/themes/tailwind-light/fonts/Inter-Regular.woff2 +0 -0
  534. package/resources/themes/tailwind-light/fonts/Inter-SemiBold.woff +0 -0
  535. package/resources/themes/tailwind-light/fonts/Inter-SemiBold.woff2 +0 -0
  536. package/resources/themes/tailwind-light/theme.css +5493 -0
  537. package/resources/themes/vela-blue/theme.css +178 -42
  538. package/resources/themes/vela-green/theme.css +178 -42
  539. package/resources/themes/vela-orange/theme.css +178 -42
  540. package/resources/themes/vela-purple/theme.css +178 -42
  541. package/ripple/ripple.common.js +27 -0
  542. package/ripple/ripple.umd.js +27 -0
  543. package/ripple/ripple.umd.min.js +1 -1
  544. package/row/row.common.js +1 -1
  545. package/row/row.umd.js +1 -1
  546. package/scrollpanel/scrollpanel.common.js +28 -1
  547. package/scrollpanel/scrollpanel.umd.js +28 -1
  548. package/scrollpanel/scrollpanel.umd.min.js +1 -1
  549. package/scrolltop/scrolltop.common.js +28 -1
  550. package/scrolltop/scrolltop.umd.js +28 -1
  551. package/scrolltop/scrolltop.umd.min.js +1 -1
  552. package/selectbutton/SelectButton.d.ts +3 -3
  553. package/selectbutton/SelectButton.vue +6 -1
  554. package/selectbutton/selectbutton.common.js +55 -20
  555. package/selectbutton/selectbutton.umd.js +55 -20
  556. package/selectbutton/selectbutton.umd.min.js +1 -1
  557. package/sidebar/Sidebar.vue +3 -16
  558. package/sidebar/sidebar.common.js +37 -15
  559. package/sidebar/sidebar.umd.js +37 -15
  560. package/sidebar/sidebar.umd.min.js +1 -1
  561. package/skeleton/skeleton.common.js +1 -1
  562. package/skeleton/skeleton.umd.js +1 -1
  563. package/slider/Slider.vue +20 -12
  564. package/slider/slider.common.js +41 -9
  565. package/slider/slider.umd.js +41 -9
  566. package/slider/slider.umd.min.js +1 -1
  567. package/speeddial/SpeedDial.d.ts +1 -0
  568. package/speeddial/SpeedDial.vue +10 -9
  569. package/speeddial/speeddial.common.js +40 -16
  570. package/speeddial/speeddial.umd.js +40 -16
  571. package/speeddial/speeddial.umd.min.js +1 -1
  572. package/splitbutton/splitbutton.common.js +73 -22
  573. package/splitbutton/splitbutton.umd.js +73 -22
  574. package/splitbutton/splitbutton.umd.min.js +1 -1
  575. package/splitter/splitter.common.js +27 -0
  576. package/splitter/splitter.umd.js +27 -0
  577. package/splitter/splitter.umd.min.js +1 -1
  578. package/steps/Steps.d.ts +1 -0
  579. package/steps/Steps.vue +30 -8
  580. package/steps/steps.common.js +33 -6
  581. package/steps/steps.umd.js +33 -6
  582. package/steps/steps.umd.min.js +1 -1
  583. package/styleclass/StyleClass.js +4 -1
  584. package/styleclass/styleclass.common.js +31 -1
  585. package/styleclass/styleclass.umd.js +31 -1
  586. package/styleclass/styleclass.umd.min.js +1 -1
  587. package/tabmenu/TabMenu.d.ts +1 -0
  588. package/tabmenu/TabMenu.vue +39 -10
  589. package/tabmenu/tabmenu.common.js +192 -8
  590. package/tabmenu/tabmenu.umd.js +192 -8
  591. package/tabmenu/tabmenu.umd.min.js +1 -1
  592. package/tabpanel/tabpanel.common.js +1 -1
  593. package/tabpanel/tabpanel.umd.js +1 -1
  594. package/tabview/TabView.d.ts +1 -0
  595. package/tabview/TabView.vue +111 -11
  596. package/tabview/tabview.common.js +124 -22
  597. package/tabview/tabview.umd.js +124 -22
  598. package/tabview/tabview.umd.min.js +1 -1
  599. package/tag/tag.common.js +1 -1
  600. package/tag/tag.umd.js +1 -1
  601. package/terminal/terminal.common.js +1 -1
  602. package/terminal/terminal.umd.js +1 -1
  603. package/textarea/textarea.common.js +3 -7
  604. package/textarea/textarea.umd.js +3 -7
  605. package/textarea/textarea.umd.min.js +1 -1
  606. package/tieredmenu/TieredMenu.d.ts +1 -0
  607. package/tieredmenu/TieredMenu.vue +5 -1
  608. package/tieredmenu/TieredMenuSub.vue +30 -14
  609. package/tieredmenu/demo.html +3 -4
  610. package/tieredmenu/tieredmenu.common.js +63 -13
  611. package/tieredmenu/tieredmenu.umd.js +63 -13
  612. package/tieredmenu/tieredmenu.umd.min.js +1 -1
  613. package/tieredmenu/tieredmenusub.common.js +53 -7
  614. package/tieredmenu/tieredmenusub.umd.js +53 -7
  615. package/tieredmenu/tieredmenusub.umd.min.js +1 -1
  616. package/timeline/timeline.common.js +26 -18
  617. package/timeline/timeline.umd.js +26 -18
  618. package/timeline/timeline.umd.min.js +1 -1
  619. package/toast/Toast.d.ts +4 -1
  620. package/toast/Toast.vue +1 -1
  621. package/toast/toast.common.js +30 -5
  622. package/toast/toast.umd.js +30 -5
  623. package/toast/toast.umd.min.js +1 -1
  624. package/toast/toastmessage.common.js +28 -1
  625. package/toast/toastmessage.umd.js +28 -1
  626. package/toast/toastmessage.umd.min.js +1 -1
  627. package/togglebutton/togglebutton.common.js +28 -1
  628. package/togglebutton/togglebutton.umd.js +28 -1
  629. package/togglebutton/togglebutton.umd.min.js +1 -1
  630. package/toolbar/Toolbar.d.ts +1 -1
  631. package/toolbar/Toolbar.vue +2 -2
  632. package/toolbar/toolbar.common.js +3 -3
  633. package/toolbar/toolbar.umd.js +3 -3
  634. package/toolbar/toolbar.umd.min.js +1 -1
  635. package/tooltip/Tooltip.css +1 -0
  636. package/tooltip/Tooltip.js +37 -2
  637. package/tooltip/tooltip.common.js +1711 -24
  638. package/tooltip/tooltip.umd.js +1711 -24
  639. package/tooltip/tooltip.umd.min.js +1 -1
  640. package/tree/TreeNode.vue +5 -1
  641. package/tree/tree.common.js +63 -31
  642. package/tree/tree.umd.js +63 -31
  643. package/tree/tree.umd.min.js +1 -1
  644. package/tree/treenode.common.js +36 -9
  645. package/tree/treenode.umd.js +36 -9
  646. package/tree/treenode.umd.min.js +1 -1
  647. package/treetable/BodyCell.vue +162 -0
  648. package/treetable/FooterCell.vue +81 -0
  649. package/treetable/HeaderCell.vue +183 -0
  650. package/treetable/TreeTable.d.ts +2 -2
  651. package/treetable/TreeTable.vue +93 -116
  652. package/treetable/bodycell.common.js +5596 -0
  653. package/treetable/bodycell.umd.js +5606 -0
  654. package/treetable/bodycell.umd.min.js +1 -0
  655. package/treetable/demo.html +3 -3
  656. package/treetable/footercell.common.js +5300 -0
  657. package/treetable/footercell.umd.js +5310 -0
  658. package/treetable/footercell.umd.min.js +1 -0
  659. package/treetable/headercell.common.js +5529 -0
  660. package/treetable/headercell.umd.js +5539 -0
  661. package/treetable/headercell.umd.min.js +1 -0
  662. package/treetable/treetable.common.js +3801 -1562
  663. package/treetable/treetable.umd.js +3801 -1562
  664. package/treetable/treetable.umd.min.js +1 -1
  665. package/treetable/treetablerow.common.js +50 -21
  666. package/treetable/treetablerow.umd.js +50 -21
  667. package/treetable/treetablerow.umd.min.js +1 -1
  668. package/treetable/treetablerowloader.common.js +52 -24
  669. package/treetable/treetablerowloader.umd.js +52 -24
  670. package/treetable/treetablerowloader.umd.min.js +1 -1
  671. package/tristatecheckbox/tristatecheckbox.common.js +1 -1
  672. package/tristatecheckbox/tristatecheckbox.umd.js +1 -1
  673. package/utils/ConnectedOverlayScrollHandler.js +1 -1
  674. package/utils/DomHandler.js +23 -1
  675. package/utils/EventBus.js +33 -0
  676. package/utils/ObjectUtils.js +15 -2
  677. package/utils/Utils.d.ts +73 -0
  678. package/utils/Utils.js +47 -0
  679. package/utils/connectedoverlayscrollhandler.common.js +27 -0
  680. package/utils/connectedoverlayscrollhandler.umd.js +27 -0
  681. package/utils/connectedoverlayscrollhandler.umd.min.js +1 -1
  682. package/utils/demo.html +3 -3
  683. package/utils/domhandler.common.js +27 -0
  684. package/utils/domhandler.umd.js +27 -0
  685. package/utils/domhandler.umd.min.js +1 -1
  686. package/utils/eventbus.common.js +1770 -0
  687. package/utils/eventbus.umd.js +1780 -0
  688. package/utils/eventbus.umd.min.js +1 -0
  689. package/utils/index.d.ts +1 -0
  690. package/utils/index.js +2 -0
  691. package/utils/objectutils.common.js +25 -17
  692. package/utils/objectutils.umd.js +25 -17
  693. package/utils/objectutils.umd.min.js +1 -1
  694. package/utils/utils.common.js +5481 -0
  695. package/utils/utils.umd.js +5491 -0
  696. package/utils/utils.umd.min.js +1 -0
  697. package/vetur-attributes.json +148 -20
  698. package/vetur-tags.json +57 -20
  699. package/web-types.json +477 -33
  700. package/confirmationservice/confirmationeventbus.umd.min.js +0 -1
  701. package/datatable/ScrollableView.vue +0 -223
  702. package/datatable/scrollableview.umd.min.js +0 -1
  703. package/utils/FilterUtils.js +0 -176
  704. package/utils/filterutils.umd.min.js +0 -1
@@ -4159,7 +4159,7 @@ exports = module.exports = __webpack_require__("2350")(false);
4159
4159
 
4160
4160
 
4161
4161
  // module
4162
- 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}", ""]);
4162
+ 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%)}", ""]);
4163
4163
 
4164
4164
  // exports
4165
4165
 
@@ -4945,19 +4945,16 @@ if (typeof window !== 'undefined') {
4945
4945
  // Indicate to webpack that this file can be concatenated
4946
4946
  /* harmony default export */ var setPublicPath = (null);
4947
4947
 
4948
- // 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&
4949
- 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)}
4948
+ // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"9d50adc0-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=1b838084&
4949
+ 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.currentYear)+"\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)}
4950
4950
  var staticRenderFns = []
4951
4951
 
4952
4952
 
4953
- // CONCATENATED MODULE: ./src/components/calendar/Calendar.vue?vue&type=template&id=1305212a&
4953
+ // CONCATENATED MODULE: ./src/components/calendar/Calendar.vue?vue&type=template&id=1b838084&
4954
4954
 
4955
4955
  // EXTERNAL MODULE: ./node_modules/core-js/modules/es7.object.get-own-property-descriptors.js
4956
4956
  var es7_object_get_own_property_descriptors = __webpack_require__("8e6e");
4957
4957
 
4958
- // EXTERNAL MODULE: ./node_modules/core-js/modules/es6.array.iterator.js
4959
- var es6_array_iterator = __webpack_require__("cadf");
4960
-
4961
4958
  // EXTERNAL MODULE: ./node_modules/core-js/modules/es6.object.keys.js
4962
4959
  var es6_object_keys = __webpack_require__("456d");
4963
4960
 
@@ -5016,20 +5013,14 @@ var iterator_default = /*#__PURE__*/__webpack_require__.n(iterator);
5016
5013
  // CONCATENATED MODULE: ./node_modules/@babel/runtime-corejs2/helpers/esm/typeof.js
5017
5014
 
5018
5015
 
5019
- function typeof_typeof(obj) {
5016
+ function _typeof(obj) {
5020
5017
  "@babel/helpers - typeof";
5021
5018
 
5022
- if (typeof symbol_default.a === "function" && typeof iterator_default.a === "symbol") {
5023
- typeof_typeof = function _typeof(obj) {
5024
- return typeof obj;
5025
- };
5026
- } else {
5027
- typeof_typeof = function _typeof(obj) {
5028
- return obj && typeof symbol_default.a === "function" && obj.constructor === symbol_default.a && obj !== symbol_default.a.prototype ? "symbol" : typeof obj;
5029
- };
5030
- }
5031
-
5032
- return typeof_typeof(obj);
5019
+ return _typeof = "function" == typeof symbol_default.a && "symbol" == typeof iterator_default.a ? function (obj) {
5020
+ return typeof obj;
5021
+ } : function (obj) {
5022
+ return obj && "function" == typeof symbol_default.a && obj.constructor === symbol_default.a && obj !== symbol_default.a.prototype ? "symbol" : typeof obj;
5023
+ }, _typeof(obj);
5033
5024
  }
5034
5025
  // EXTERNAL MODULE: ./node_modules/core-js/modules/es6.regexp.match.js
5035
5026
  var es6_regexp_match = __webpack_require__("4917");
@@ -5126,6 +5117,11 @@ function _defineProperties(target, props) {
5126
5117
  function _createClass(Constructor, protoProps, staticProps) {
5127
5118
  if (protoProps) _defineProperties(Constructor.prototype, protoProps);
5128
5119
  if (staticProps) _defineProperties(Constructor, staticProps);
5120
+
5121
+ define_property_default()(Constructor, "prototype", {
5122
+ writable: false
5123
+ });
5124
+
5129
5125
  return Constructor;
5130
5126
  }
5131
5127
  // EXTERNAL MODULE: ./node_modules/core-js/modules/es6.regexp.replace.js
@@ -5661,6 +5657,12 @@ var DomHandler_DomHandler = /*#__PURE__*/function () {
5661
5657
 
5662
5658
  return visibleFocusableElements;
5663
5659
  }
5660
+ }, {
5661
+ key: "getFirstFocusableElement",
5662
+ value: function getFirstFocusableElement(element) {
5663
+ var focusableElements = this.getFocusableElements(element);
5664
+ return focusableElements.length > 0 ? focusableElements[0] : null;
5665
+ }
5664
5666
  }, {
5665
5667
  key: "isClickable",
5666
5668
  value: function isClickable(element) {
@@ -5668,6 +5670,17 @@ var DomHandler_DomHandler = /*#__PURE__*/function () {
5668
5670
  var parentNode = element.parentElement && element.parentElement.nodeName;
5669
5671
  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');
5670
5672
  }
5673
+ }, {
5674
+ key: "applyStyle",
5675
+ value: function applyStyle(element, style) {
5676
+ if (typeof style === 'string') {
5677
+ element.style.cssText = this.style;
5678
+ } else {
5679
+ for (var prop in this.style) {
5680
+ element.style[prop] = style[prop];
5681
+ }
5682
+ }
5683
+ }
5671
5684
  }, {
5672
5685
  key: "isIOS",
5673
5686
  value: function isIOS() {
@@ -5678,6 +5691,11 @@ var DomHandler_DomHandler = /*#__PURE__*/function () {
5678
5691
  value: function isAndroid() {
5679
5692
  return /(android)/i.test(navigator.userAgent);
5680
5693
  }
5694
+ }, {
5695
+ key: "isTouchDevice",
5696
+ value: function isTouchDevice() {
5697
+ return 'ontouchstart' in window || navigator.maxTouchPoints > 0 || navigator.msMaxTouchPoints > 0;
5698
+ }
5681
5699
  }]);
5682
5700
 
5683
5701
  return DomHandler;
@@ -5731,7 +5749,14 @@ var ConnectedOverlayScrollHandler_ConnectedOverlayScrollHandler = /*#__PURE__*/f
5731
5749
  }();
5732
5750
 
5733
5751
 
5734
- // 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&
5752
+ // CONCATENATED MODULE: ./src/components/utils/UniqueComponentId.js
5753
+ var lastId = 0;
5754
+ /* harmony default export */ var UniqueComponentId = (function () {
5755
+ var prefix = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : 'pv_id_';
5756
+ lastId++;
5757
+ return "".concat(prefix).concat(lastId);
5758
+ });
5759
+ // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"9d50adc0-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&
5735
5760
  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))}
5736
5761
  var InputTextvue_type_template_id_62d12252_staticRenderFns = []
5737
5762
 
@@ -5745,10 +5770,9 @@ var InputTextvue_type_template_id_62d12252_staticRenderFns = []
5745
5770
 
5746
5771
 
5747
5772
 
5773
+ 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; }
5748
5774
 
5749
- 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; }
5750
-
5751
- 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; }
5775
+ 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; }
5752
5776
 
5753
5777
  //
5754
5778
  //
@@ -5895,7 +5919,7 @@ var component = normalizeComponent(
5895
5919
  )
5896
5920
 
5897
5921
  /* harmony default export */ var InputText = (component.exports);
5898
- // 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&
5922
+ // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"9d50adc0-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&
5899
5923
  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)}
5900
5924
  var Buttonvue_type_template_id_3d0cb6ac_staticRenderFns = []
5901
5925
 
@@ -6082,10 +6106,9 @@ var Button_component = normalizeComponent(
6082
6106
 
6083
6107
 
6084
6108
 
6109
+ 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; }
6085
6110
 
6086
- 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; }
6087
-
6088
- 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; }
6111
+ 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; }
6089
6112
 
6090
6113
  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; } } }; }
6091
6114
 
@@ -6224,6 +6247,17 @@ function Calendarvue_type_script_lang_js_arrayLikeToArray(arr, len) { if (len ==
6224
6247
  //
6225
6248
  //
6226
6249
  //
6250
+ //
6251
+ //
6252
+ //
6253
+ //
6254
+ //
6255
+ //
6256
+ //
6257
+ //
6258
+ //
6259
+ //
6260
+
6227
6261
 
6228
6262
 
6229
6263
 
@@ -6262,6 +6296,7 @@ function Calendarvue_type_script_lang_js_arrayLikeToArray(arr, len) { if (len ==
6262
6296
  type: Number,
6263
6297
  default: 1
6264
6298
  },
6299
+ responsiveOptions: Array,
6265
6300
  view: {
6266
6301
  type: String,
6267
6302
  default: 'date'
@@ -6381,9 +6416,14 @@ function Calendarvue_type_script_lang_js_arrayLikeToArray(arr, len) { if (len ==
6381
6416
  appendTo: {
6382
6417
  type: String,
6383
6418
  default: null
6384
- }
6419
+ },
6420
+ inputClass: null,
6421
+ inputStyle: null,
6422
+ className: null,
6423
+ styles: null
6385
6424
  },
6386
6425
  navigationState: null,
6426
+ timePickerChange: false,
6387
6427
  scrollHandler: null,
6388
6428
  outsideClickListener: null,
6389
6429
  maskClickListener: null,
@@ -6391,16 +6431,25 @@ function Calendarvue_type_script_lang_js_arrayLikeToArray(arr, len) { if (len ==
6391
6431
  mask: null,
6392
6432
  timePickerTimer: null,
6393
6433
  isKeydown: false,
6434
+ preventFocus: false,
6394
6435
  created: function created() {
6395
6436
  this.updateCurrentMetaData();
6396
6437
  },
6397
6438
  mounted: function mounted() {
6398
- if (this.inline && !this.$attrs.disabled) {
6399
- this.initFocusableCell();
6439
+ this.createResponsiveStyle();
6440
+
6441
+ if (this.inline) {
6442
+ this.$refs.overlay && this.$refs.overlay.setAttribute(this.attributeSelector, '');
6443
+
6444
+ if (!this.$attrs.disabled) {
6445
+ this.initFocusableCell();
6446
+ this.$refs.overlay.style.width = DomHandler_DomHandler.getOuterWidth(this.$el) + 'px';
6447
+ }
6400
6448
  }
6401
6449
  },
6402
6450
  updated: function updated() {
6403
6451
  if (this.$refs.overlay) {
6452
+ this.preventFocus = true;
6404
6453
  this.updateFocus();
6405
6454
  }
6406
6455
 
@@ -6420,6 +6469,7 @@ function Calendarvue_type_script_lang_js_arrayLikeToArray(arr, len) { if (len ==
6420
6469
  this.destroyMask();
6421
6470
  }
6422
6471
 
6472
+ this.destroyResponsiveStyleElement();
6423
6473
  this.restoreAppend();
6424
6474
  this.unbindOutsideClickListener();
6425
6475
  this.unbindResizeListener();
@@ -6438,12 +6488,28 @@ function Calendarvue_type_script_lang_js_arrayLikeToArray(arr, len) { if (len ==
6438
6488
  currentSecond: null,
6439
6489
  pm: null,
6440
6490
  focused: false,
6441
- overlayVisible: false
6491
+ overlayVisible: false,
6492
+ currentView: this.view
6442
6493
  };
6443
6494
  },
6444
6495
  watch: {
6445
6496
  value: function value() {
6446
6497
  this.updateCurrentMetaData();
6498
+ },
6499
+ months: function months() {
6500
+ if (this.$refs.overlay) {
6501
+ if (!this.focused) {
6502
+ setTimeout(this.updateFocus, 0);
6503
+ }
6504
+ }
6505
+ },
6506
+ numberOfMonths: function numberOfMonths() {
6507
+ this.destroyResponsiveStyleElement();
6508
+ this.createResponsiveStyle();
6509
+ },
6510
+ responsiveOptions: function responsiveOptions() {
6511
+ this.destroyResponsiveStyleElement();
6512
+ this.createResponsiveStyle();
6447
6513
  }
6448
6514
  },
6449
6515
  methods: {
@@ -6490,7 +6556,20 @@ function Calendarvue_type_script_lang_js_arrayLikeToArray(arr, len) { if (len ==
6490
6556
  return false;
6491
6557
  },
6492
6558
  isMonthSelected: function isMonthSelected(month) {
6493
- return this.isComparable() ? this.value.getMonth() === month && this.value.getFullYear() === this.currentYear : false;
6559
+ if (this.isComparable()) {
6560
+ var value = this.isRangeSelection() ? this.value[0] : this.value;
6561
+ return !this.isMultipleSelection() ? value.getMonth() === month && value.getFullYear() === this.currentYear : false;
6562
+ }
6563
+
6564
+ return false;
6565
+ },
6566
+ isYearSelected: function isYearSelected(year) {
6567
+ if (this.isComparable()) {
6568
+ var value = this.isRangeSelection() ? this.value[0] : this.value;
6569
+ return !this.isMultipleSelection() && this.isComparable() ? value.getFullYear() === year : false;
6570
+ }
6571
+
6572
+ return false;
6494
6573
  },
6495
6574
  isDateEquals: function isDateEquals(value, dateMeta) {
6496
6575
  if (value) return value.getDate() === dateMeta.day && value.getMonth() === dateMeta.month && value.getFullYear() === dateMeta.year;else return false;
@@ -6611,7 +6690,9 @@ function Calendarvue_type_script_lang_js_arrayLikeToArray(arr, len) { if (len ==
6611
6690
 
6612
6691
  return validMin && validMax && validDate && validDay;
6613
6692
  },
6614
- onOverlayEnter: function onOverlayEnter() {
6693
+ onOverlayEnter: function onOverlayEnter(el) {
6694
+ el.setAttribute(this.attributeSelector, '');
6695
+
6615
6696
  if (this.autoZIndex) {
6616
6697
  this.$refs.overlay.style.zIndex = String(this.baseZIndex + DomHandler_DomHandler.generateZIndex());
6617
6698
  }
@@ -6626,6 +6707,7 @@ function Calendarvue_type_script_lang_js_arrayLikeToArray(arr, len) { if (len ==
6626
6707
  this.bindResizeListener();
6627
6708
  },
6628
6709
  onOverlayLeave: function onOverlayLeave() {
6710
+ this.currentView = this.view;
6629
6711
  this.unbindOutsideClickListener();
6630
6712
  this.unbindScrollListener();
6631
6713
  this.unbindResizeListener();
@@ -6660,8 +6742,10 @@ function Calendarvue_type_script_lang_js_arrayLikeToArray(arr, len) { if (len ==
6660
6742
  return;
6661
6743
  }
6662
6744
 
6663
- if (this.view === 'month') {
6745
+ if (this.currentView === 'month') {
6664
6746
  this.decrementYear();
6747
+ } else if (this.currentView === 'year') {
6748
+ this.decrementDecade();
6665
6749
  } else {
6666
6750
  if (this.currentMonth === 0) {
6667
6751
  this.currentMonth = 11;
@@ -6683,8 +6767,10 @@ function Calendarvue_type_script_lang_js_arrayLikeToArray(arr, len) { if (len ==
6683
6767
  return;
6684
6768
  }
6685
6769
 
6686
- if (this.view === 'month') {
6770
+ if (this.currentView === 'month') {
6687
6771
  this.incrementYear();
6772
+ } else if (this.currentView === 'year') {
6773
+ this.incrementDecade();
6688
6774
  } else {
6689
6775
  if (this.currentMonth === 11) {
6690
6776
  this.currentMonth = 0;
@@ -6702,9 +6788,25 @@ function Calendarvue_type_script_lang_js_arrayLikeToArray(arr, len) { if (len ==
6702
6788
  decrementYear: function decrementYear() {
6703
6789
  this.currentYear--;
6704
6790
  },
6791
+ decrementDecade: function decrementDecade() {
6792
+ this.currentYear = this.currentYear - 10;
6793
+ },
6705
6794
  incrementYear: function incrementYear() {
6706
6795
  this.currentYear++;
6707
6796
  },
6797
+ incrementDecade: function incrementDecade() {
6798
+ this.currentYear = this.currentYear + 10;
6799
+ },
6800
+ switchToMonthView: function switchToMonthView(event) {
6801
+ this.currentView = 'month';
6802
+ setTimeout(this.updateFocus, 0);
6803
+ event.preventDefault();
6804
+ },
6805
+ switchToYearView: function switchToYearView(event) {
6806
+ this.currentView = 'year';
6807
+ setTimeout(this.updateFocus, 0);
6808
+ event.preventDefault();
6809
+ },
6708
6810
  isEnabled: function isEnabled() {
6709
6811
  return !this.$attrs.disabled && !this.$attrs.readonly;
6710
6812
  },
@@ -7205,13 +7307,9 @@ function Calendarvue_type_script_lang_js_arrayLikeToArray(arr, len) { if (len ==
7205
7307
  return hours;
7206
7308
  },
7207
7309
  validateTime: function validateTime(hour, minute, second, pm) {
7208
- var value = this.value;
7310
+ var value = this.isComparable() ? this.value : this.viewDate;
7209
7311
  var convertedHour = this.convertTo24Hour(hour, pm);
7210
7312
 
7211
- if (!this.isComparable()) {
7212
- return true;
7213
- }
7214
-
7215
7313
  if (this.isRangeSelection()) {
7216
7314
  value = this.value[1] || this.value[0];
7217
7315
  }
@@ -7338,6 +7436,9 @@ function Calendarvue_type_script_lang_js_arrayLikeToArray(arr, len) { if (len ==
7338
7436
  event.preventDefault();
7339
7437
  },
7340
7438
  updateModelTime: function updateModelTime() {
7439
+ var _this6 = this;
7440
+
7441
+ this.timePickerChange = true;
7341
7442
  var value = this.isComparable() ? this.value : new Date();
7342
7443
 
7343
7444
  if (this.isRangeSelection()) {
@@ -7369,6 +7470,9 @@ function Calendarvue_type_script_lang_js_arrayLikeToArray(arr, len) { if (len ==
7369
7470
 
7370
7471
  this.updateModel(value);
7371
7472
  this.$emit('date-select', value);
7473
+ setTimeout(function () {
7474
+ return _this6.timePickerChange = false;
7475
+ }, 0);
7372
7476
  },
7373
7477
  toggleAMPM: function toggleAMPM(event) {
7374
7478
  this.pm = !this.pm;
@@ -7380,42 +7484,69 @@ function Calendarvue_type_script_lang_js_arrayLikeToArray(arr, len) { if (len ==
7380
7484
  clearInterval(this.timePickerTimer);
7381
7485
  }
7382
7486
  },
7383
- onMonthSelect: function onMonthSelect(event, index) {
7384
- this.onDateSelect(event, {
7385
- year: this.currentYear,
7386
- month: index,
7387
- day: 1,
7388
- selectable: true
7389
- });
7487
+ onMonthSelect: function onMonthSelect(event, month) {
7488
+ if (this.view === 'month') {
7489
+ this.onDateSelect(event, {
7490
+ year: this.currentYear,
7491
+ month: month,
7492
+ day: 1,
7493
+ selectable: true
7494
+ });
7495
+ } else {
7496
+ this.currentMonth = month;
7497
+ this.currentView = 'date';
7498
+ this.$emit('month-change', {
7499
+ month: this.currentMonth + 1,
7500
+ year: this.currentYear
7501
+ });
7502
+ }
7503
+
7504
+ setTimeout(this.updateFocus, 0);
7505
+ },
7506
+ onYearSelect: function onYearSelect(event, year) {
7507
+ if (this.view === 'year') {
7508
+ this.onDateSelect(event, {
7509
+ year: year,
7510
+ month: 0,
7511
+ day: 1,
7512
+ selectable: true
7513
+ });
7514
+ } else {
7515
+ this.currentYear = year;
7516
+ this.currentView = 'month';
7517
+ this.$emit('year-change', {
7518
+ month: this.currentMonth + 1,
7519
+ year: this.currentYear
7520
+ });
7521
+ }
7522
+
7523
+ setTimeout(this.updateFocus, 0);
7390
7524
  },
7391
7525
  enableModality: function enableModality() {
7392
- var _this6 = this;
7526
+ var _this7 = this;
7393
7527
 
7394
7528
  if (!this.mask) {
7395
7529
  this.mask = document.createElement('div');
7396
7530
  this.mask.style.zIndex = String(parseInt(this.$refs.overlay.style.zIndex, 10) - 1);
7397
- DomHandler_DomHandler.addMultipleClasses(this.mask, 'p-datepicker-mask p-datepicker-mask-scrollblocker');
7531
+ DomHandler_DomHandler.addMultipleClasses(this.mask, 'p-datepicker-mask p-datepicker-mask-scrollblocker p-component-overlay p-component-overlay-enter');
7398
7532
 
7399
7533
  this.maskClickListener = function () {
7400
- _this6.overlayVisible = false;
7534
+ _this7.overlayVisible = false;
7401
7535
  };
7402
7536
 
7403
7537
  this.mask.addEventListener('click', this.maskClickListener);
7404
7538
  document.body.appendChild(this.mask);
7405
7539
  DomHandler_DomHandler.addClass(document.body, 'p-overflow-hidden');
7406
- setTimeout(function () {
7407
- DomHandler_DomHandler.addClass(_this6.mask, 'p-component-overlay');
7408
- }, 1);
7409
7540
  }
7410
7541
  },
7411
7542
  disableModality: function disableModality() {
7412
- var _this7 = this;
7543
+ var _this8 = this;
7413
7544
 
7414
7545
  if (this.mask) {
7415
7546
  this.overlayVisible = false;
7416
- DomHandler_DomHandler.addClass(this.mask, 'p-datepicker-mask-leave');
7417
- this.mask.addEventListener('transitionend', function () {
7418
- _this7.destroyMask();
7547
+ DomHandler_DomHandler.addClass(this.mask, 'p-component-overlay-leave');
7548
+ this.mask.addEventListener('animationend', function () {
7549
+ _this8.destroyMask();
7419
7550
  });
7420
7551
  }
7421
7552
  },
@@ -7450,7 +7581,7 @@ function Calendarvue_type_script_lang_js_arrayLikeToArray(arr, len) { if (len ==
7450
7581
  }
7451
7582
  },
7452
7583
  isValidSelection: function isValidSelection(value) {
7453
- var _this8 = this;
7584
+ var _this9 = this;
7454
7585
 
7455
7586
  var isValid = true;
7456
7587
 
@@ -7459,7 +7590,7 @@ function Calendarvue_type_script_lang_js_arrayLikeToArray(arr, len) { if (len ==
7459
7590
  isValid = false;
7460
7591
  }
7461
7592
  } else if (value.every(function (v) {
7462
- return _this8.isSelectable(v.getDate(), v.getMonth(), v.getFullYear(), false);
7593
+ return _this9.isSelectable(v.getDate(), v.getMonth(), v.getFullYear(), false);
7463
7594
  })) {
7464
7595
  if (this.isRangeSelection()) {
7465
7596
  isValid = value.length > 1 && value[1] > value[0] ? true : false;
@@ -7569,7 +7700,7 @@ function Calendarvue_type_script_lang_js_arrayLikeToArray(arr, len) { if (len ==
7569
7700
  throw "Invalid arguments";
7570
7701
  }
7571
7702
 
7572
- value = typeof_typeof(value) === "object" ? value.toString() : value + "";
7703
+ value = _typeof(value) === "object" ? value.toString() : value + "";
7573
7704
 
7574
7705
  if (value === "") {
7575
7706
  return null;
@@ -7646,7 +7777,7 @@ function Calendarvue_type_script_lang_js_arrayLikeToArray(arr, len) { if (len ==
7646
7777
  iValue++;
7647
7778
  };
7648
7779
 
7649
- if (this.view === 'month') {
7780
+ if (this.currentView === 'month') {
7650
7781
  day = 1;
7651
7782
  }
7652
7783
 
@@ -7876,6 +8007,7 @@ function Calendarvue_type_script_lang_js_arrayLikeToArray(arr, len) { if (len ==
7876
8007
  //enter
7877
8008
 
7878
8009
  case 13:
8010
+ case 32:
7879
8011
  {
7880
8012
  this.onDateSelect(event, date);
7881
8013
  event.preventDefault();
@@ -7914,7 +8046,7 @@ function Calendarvue_type_script_lang_js_arrayLikeToArray(arr, len) { if (len ==
7914
8046
  this.navBackward(event);
7915
8047
  } else {
7916
8048
  var prevMonthContainer = this.$refs.overlay.children[groupIndex - 1];
7917
- var cells = DomHandler_DomHandler.find(prevMonthContainer, '.p-datepicker-calendar td span:not(.p-disabled)');
8049
+ var cells = DomHandler_DomHandler.find(prevMonthContainer, '.p-datepicker-calendar td span:not(.p-disabled):not(.p-ink)');
7918
8050
  var focusCell = cells[cells.length - 1];
7919
8051
  focusCell.tabIndex = '0';
7920
8052
  focusCell.focus();
@@ -7928,7 +8060,7 @@ function Calendarvue_type_script_lang_js_arrayLikeToArray(arr, len) { if (len ==
7928
8060
  } else {
7929
8061
  var nextMonthContainer = this.$refs.overlay.children[groupIndex + 1];
7930
8062
 
7931
- var _focusCell4 = DomHandler_DomHandler.findSingle(nextMonthContainer, '.p-datepicker-calendar td span:not(.p-disabled)');
8063
+ var _focusCell4 = DomHandler_DomHandler.findSingle(nextMonthContainer, '.p-datepicker-calendar td span:not(.p-disabled):not(.p-ink)');
7932
8064
 
7933
8065
  _focusCell4.tabIndex = '0';
7934
8066
 
@@ -7967,6 +8099,11 @@ function Calendarvue_type_script_lang_js_arrayLikeToArray(arr, len) { if (len ==
7967
8099
  if (prevCell) {
7968
8100
  prevCell.tabIndex = '0';
7969
8101
  prevCell.focus();
8102
+ } else {
8103
+ this.navigationState = {
8104
+ backward: true
8105
+ };
8106
+ this.navBackward(event);
7970
8107
  }
7971
8108
 
7972
8109
  event.preventDefault();
@@ -7983,6 +8120,11 @@ function Calendarvue_type_script_lang_js_arrayLikeToArray(arr, len) { if (len ==
7983
8120
  _nextCell.tabIndex = '0';
7984
8121
 
7985
8122
  _nextCell.focus();
8123
+ } else {
8124
+ this.navigationState = {
8125
+ backward: false
8126
+ };
8127
+ this.navForward(event);
7986
8128
  }
7987
8129
 
7988
8130
  event.preventDefault();
@@ -7991,6 +8133,7 @@ function Calendarvue_type_script_lang_js_arrayLikeToArray(arr, len) { if (len ==
7991
8133
  //enter
7992
8134
 
7993
8135
  case 13:
8136
+ case 32:
7994
8137
  {
7995
8138
  this.onMonthSelect(event, index);
7996
8139
  event.preventDefault();
@@ -8020,6 +8163,98 @@ function Calendarvue_type_script_lang_js_arrayLikeToArray(arr, len) { if (len ==
8020
8163
  break;
8021
8164
  }
8022
8165
  },
8166
+ onYearCellKeydown: function onYearCellKeydown(event, index) {
8167
+ var cell = event.currentTarget;
8168
+
8169
+ switch (event.which) {
8170
+ //arrows
8171
+ case 38:
8172
+ case 40:
8173
+ {
8174
+ cell.tabIndex = '-1';
8175
+ var cells = cell.parentElement.children;
8176
+ var cellIndex = DomHandler_DomHandler.index(cell);
8177
+ var nextCell = cells[event.which === 40 ? cellIndex + 2 : cellIndex - 2];
8178
+
8179
+ if (nextCell) {
8180
+ nextCell.tabIndex = '0';
8181
+ nextCell.focus();
8182
+ }
8183
+
8184
+ event.preventDefault();
8185
+ break;
8186
+ }
8187
+ //left arrow
8188
+
8189
+ case 37:
8190
+ {
8191
+ cell.tabIndex = '-1';
8192
+ var prevCell = cell.previousElementSibling;
8193
+
8194
+ if (prevCell) {
8195
+ prevCell.tabIndex = '0';
8196
+ prevCell.focus();
8197
+ } else {
8198
+ this.navigationState = {
8199
+ backward: true
8200
+ };
8201
+ this.navBackward(event);
8202
+ }
8203
+
8204
+ event.preventDefault();
8205
+ break;
8206
+ }
8207
+ //right arrow
8208
+
8209
+ case 39:
8210
+ {
8211
+ cell.tabIndex = '-1';
8212
+ var _nextCell2 = cell.nextElementSibling;
8213
+
8214
+ if (_nextCell2) {
8215
+ _nextCell2.tabIndex = '0';
8216
+
8217
+ _nextCell2.focus();
8218
+ } else {
8219
+ this.navigationState = {
8220
+ backward: false
8221
+ };
8222
+ this.navForward(event);
8223
+ }
8224
+
8225
+ event.preventDefault();
8226
+ break;
8227
+ }
8228
+ //enter
8229
+
8230
+ case 13:
8231
+ case 32:
8232
+ {
8233
+ this.onMonthSelect(event, index);
8234
+ event.preventDefault();
8235
+ break;
8236
+ }
8237
+ //escape
8238
+
8239
+ case 27:
8240
+ {
8241
+ this.overlayVisible = false;
8242
+ event.preventDefault();
8243
+ break;
8244
+ }
8245
+ //tab
8246
+
8247
+ case 9:
8248
+ {
8249
+ this.trapFocus(event);
8250
+ break;
8251
+ }
8252
+
8253
+ default:
8254
+ //no op
8255
+ break;
8256
+ }
8257
+ },
8023
8258
  updateFocus: function updateFocus() {
8024
8259
  var cell;
8025
8260
 
@@ -8029,10 +8264,27 @@ function Calendarvue_type_script_lang_js_arrayLikeToArray(arr, len) { if (len ==
8029
8264
  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();
8030
8265
  } else {
8031
8266
  if (this.navigationState.backward) {
8032
- var cells = DomHandler_DomHandler.find(this.$refs.overlay, '.p-datepicker-calendar td span:not(.p-disabled)');
8033
- cell = cells[cells.length - 1];
8267
+ var cells;
8268
+
8269
+ if (this.currentView === 'month') {
8270
+ cells = DomHandler_DomHandler.find(this.$refs.overlay, '.p-monthpicker .p-monthpicker-month:not(.p-disabled)');
8271
+ } else if (this.currentView === 'year') {
8272
+ cells = DomHandler_DomHandler.find(this.$refs.overlay, '.p-yearpicker .p-yearpicker-year:not(.p-disabled)');
8273
+ } else {
8274
+ cells = DomHandler_DomHandler.find(this.$refs.overlay, '.p-datepicker-calendar td span:not(.p-disabled):not(.p-ink)');
8275
+ }
8276
+
8277
+ if (cells && cells.length > 0) {
8278
+ cell = cells[cells.length - 1];
8279
+ }
8034
8280
  } else {
8035
- cell = DomHandler_DomHandler.findSingle(this.$refs.overlay, '.p-datepicker-calendar td span:not(.p-disabled)');
8281
+ if (this.currentView === 'month') {
8282
+ cell = DomHandler_DomHandler.findSingle(this.$refs.overlay, '.p-monthpicker .p-monthpicker-month:not(.p-disabled)');
8283
+ } else if (this.currentView === 'year') {
8284
+ cell = DomHandler_DomHandler.findSingle(this.$refs.overlay, '.p-yearpicker .p-yearpicker-year:not(.p-disabled)');
8285
+ } else {
8286
+ cell = DomHandler_DomHandler.findSingle(this.$refs.overlay, '.p-datepicker-calendar td span:not(.p-disabled):not(.p-ink)');
8287
+ }
8036
8288
  }
8037
8289
 
8038
8290
  if (cell) {
@@ -8049,24 +8301,40 @@ function Calendarvue_type_script_lang_js_arrayLikeToArray(arr, len) { if (len ==
8049
8301
  initFocusableCell: function initFocusableCell() {
8050
8302
  var cell;
8051
8303
 
8052
- if (this.view === 'month') {
8304
+ if (this.currentView === 'month') {
8053
8305
  var cells = DomHandler_DomHandler.find(this.$refs.overlay, '.p-monthpicker .p-monthpicker-month');
8054
8306
  var selectedCell = DomHandler_DomHandler.findSingle(this.$refs.overlay, '.p-monthpicker .p-monthpicker-month.p-highlight');
8055
8307
  cells.forEach(function (cell) {
8056
8308
  return cell.tabIndex = -1;
8057
8309
  });
8058
8310
  cell = selectedCell || cells[0];
8311
+ } else if (this.currentView === 'year') {
8312
+ var _cells = DomHandler_DomHandler.find(this.$refs.overlay, '.p-yearpicker .p-yearpicker-year');
8313
+
8314
+ var _selectedCell = DomHandler_DomHandler.findSingle(this.$refs.overlay, '.p-yearpicker .p-yearpicker-year.p-highlight');
8315
+
8316
+ _cells.forEach(function (cell) {
8317
+ return cell.tabIndex = -1;
8318
+ });
8319
+
8320
+ cell = _selectedCell || _cells[0];
8059
8321
  } else {
8060
8322
  cell = DomHandler_DomHandler.findSingle(this.$refs.overlay, 'span.p-highlight');
8061
8323
 
8062
8324
  if (!cell) {
8063
- var todayCell = DomHandler_DomHandler.findSingle(this.$refs.overlay, 'td.p-datepicker-today span:not(.p-disabled)');
8064
- if (todayCell) cell = todayCell;else cell = DomHandler_DomHandler.findSingle(this.$refs.overlay, '.p-datepicker-calendar td span:not(.p-disabled)');
8325
+ var todayCell = DomHandler_DomHandler.findSingle(this.$refs.overlay, 'td.p-datepicker-today span:not(.p-disabled):not(.p-ink)');
8326
+ if (todayCell) cell = todayCell;else cell = DomHandler_DomHandler.findSingle(this.$refs.overlay, '.p-datepicker-calendar td span:not(.p-disabled):not(.p-ink');
8065
8327
  }
8066
8328
  }
8067
8329
 
8068
8330
  if (cell) {
8069
8331
  cell.tabIndex = '0';
8332
+
8333
+ if (!this.preventFocus && (!this.navigationState || !this.navigationState.button) && !this.timePickerChange) {
8334
+ cell.focus();
8335
+ }
8336
+
8337
+ this.preventFocus = false;
8070
8338
  }
8071
8339
  },
8072
8340
  trapFocus: function trapFocus(event) {
@@ -8140,16 +8408,58 @@ function Calendarvue_type_script_lang_js_arrayLikeToArray(arr, len) { if (len ==
8140
8408
  },
8141
8409
  getMonthName: function getMonthName(index) {
8142
8410
  return this.$primevue.config.locale.monthNames[index];
8411
+ },
8412
+ createResponsiveStyle: function createResponsiveStyle() {
8413
+ if (this.numberOfMonths > 1 && this.responsiveOptions) {
8414
+ if (!this.responsiveStyleElement) {
8415
+ this.responsiveStyleElement = document.createElement('style');
8416
+ this.responsiveStyleElement.type = 'text/css';
8417
+ document.body.appendChild(this.responsiveStyleElement);
8418
+ }
8419
+
8420
+ var innerHTML = '';
8421
+
8422
+ if (this.responsiveOptions) {
8423
+ var responsiveOptions = _toConsumableArray(this.responsiveOptions).filter(function (o) {
8424
+ return !!(o.breakpoint && o.numMonths);
8425
+ }).sort(function (o1, o2) {
8426
+ return -1 * o1.breakpoint.localeCompare(o2.breakpoint, undefined, {
8427
+ numeric: true
8428
+ });
8429
+ });
8430
+
8431
+ for (var i = 0; i < responsiveOptions.length; i++) {
8432
+ var _responsiveOptions$i = responsiveOptions[i],
8433
+ breakpoint = _responsiveOptions$i.breakpoint,
8434
+ numMonths = _responsiveOptions$i.numMonths;
8435
+ 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 ");
8436
+
8437
+ for (var j = numMonths; j < this.numberOfMonths; j++) {
8438
+ styles += "\n .p-datepicker[".concat(this.attributeSelector, "] .p-datepicker-group:nth-child(").concat(j + 1, ") {\n display: none !important;\n }\n ");
8439
+ }
8440
+
8441
+ innerHTML += "\n @media screen and (max-width: ".concat(breakpoint, ") {\n ").concat(styles, "\n }\n ");
8442
+ }
8443
+ }
8444
+
8445
+ this.responsiveStyleElement.innerHTML = innerHTML;
8446
+ }
8447
+ },
8448
+ destroyResponsiveStyleElement: function destroyResponsiveStyleElement() {
8449
+ if (this.responsiveStyleElement) {
8450
+ this.responsiveStyleElement.remove();
8451
+ this.responsiveStyleElement = null;
8452
+ }
8143
8453
  }
8144
8454
  },
8145
8455
  computed: {
8146
8456
  listeners: function listeners() {
8147
- var _this9 = this;
8457
+ var _this10 = this;
8148
8458
 
8149
8459
  var $vm = this;
8150
8460
  return Calendarvue_type_script_lang_js_objectSpread(Calendarvue_type_script_lang_js_objectSpread({}, $vm.$listeners), {}, {
8151
8461
  input: function input(val) {
8152
- _this9.onInput(val);
8462
+ _this10.onInput(val);
8153
8463
  },
8154
8464
  focus: function focus(event) {
8155
8465
  $vm.focus = true;
@@ -8206,7 +8516,7 @@ function Calendarvue_type_script_lang_js_arrayLikeToArray(arr, len) { if (len ==
8206
8516
  return this.formatValue(this.value);
8207
8517
  },
8208
8518
  containerClass: function containerClass() {
8209
- return ['p-calendar p-component p-inputwrapper', {
8519
+ return ['p-calendar p-component p-inputwrapper', this.className, {
8210
8520
  'p-calendar-w-btn': this.showIcon,
8211
8521
  'p-calendar-timeonly': this.timeOnly,
8212
8522
  'p-inputwrapper-filled': this.value,
@@ -8219,7 +8529,8 @@ function Calendarvue_type_script_lang_js_arrayLikeToArray(arr, len) { if (len ==
8219
8529
  'p-disabled': this.$attrs.disabled,
8220
8530
  'p-datepicker-timeonly': this.timeOnly,
8221
8531
  'p-datepicker-multiple-month': this.numberOfMonths > 1,
8222
- 'p-datepicker-monthpicker': this.view === 'month',
8532
+ 'p-datepicker-monthpicker': this.currentView === 'month',
8533
+ 'p-datepicker-yearpicker': this.currentView === 'year',
8223
8534
  'p-datepicker-touch-ui': this.touchUI
8224
8535
  }];
8225
8536
  },
@@ -8367,6 +8678,16 @@ function Calendarvue_type_script_lang_js_arrayLikeToArray(arr, len) { if (len ==
8367
8678
 
8368
8679
  return monthPickerValues;
8369
8680
  },
8681
+ yearPickerValues: function yearPickerValues() {
8682
+ var yearPickerValues = [];
8683
+ var base = this.currentYear - this.currentYear % 10;
8684
+
8685
+ for (var i = 0; i < 10; i++) {
8686
+ yearPickerValues.push(base + i);
8687
+ }
8688
+
8689
+ return yearPickerValues;
8690
+ },
8370
8691
  formattedCurrentHour: function formattedCurrentHour() {
8371
8692
  return this.currentHour < 10 ? '0' + this.currentHour : this.currentHour;
8372
8693
  },
@@ -8387,6 +8708,12 @@ function Calendarvue_type_script_lang_js_arrayLikeToArray(arr, len) { if (len ==
8387
8708
  },
8388
8709
  monthNames: function monthNames() {
8389
8710
  return this.$primevue.config.locale.monthNames;
8711
+ },
8712
+ attributeSelector: function attributeSelector() {
8713
+ return UniqueComponentId();
8714
+ },
8715
+ switchViewButtonDisabled: function switchViewButtonDisabled() {
8716
+ return this.numberOfMonths > 1 || this.$attrs.disabled;
8390
8717
  }
8391
8718
  },
8392
8719
  components: {