primevue 3.34.0 → 3.34.1

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 (156) hide show
  1. package/autocomplete/AutoComplete.vue +1 -1
  2. package/autocomplete/autocomplete.cjs.js +3 -1
  3. package/autocomplete/autocomplete.cjs.min.js +1 -1
  4. package/autocomplete/autocomplete.esm.js +3 -1
  5. package/autocomplete/autocomplete.esm.min.js +1 -1
  6. package/autocomplete/autocomplete.js +3 -1
  7. package/autocomplete/autocomplete.min.js +1 -1
  8. package/basecomponent/BaseComponent.vue +4 -1
  9. package/basecomponent/basecomponent.cjs.js +5 -1
  10. package/basecomponent/basecomponent.cjs.min.js +1 -1
  11. package/basecomponent/basecomponent.esm.js +5 -1
  12. package/basecomponent/basecomponent.esm.min.js +1 -1
  13. package/basecomponent/basecomponent.js +5 -1
  14. package/basecomponent/basecomponent.min.js +1 -1
  15. package/breadcrumb/Breadcrumb.vue +1 -1
  16. package/breadcrumb/breadcrumb.cjs.js +1 -1
  17. package/breadcrumb/breadcrumb.cjs.min.js +1 -1
  18. package/breadcrumb/breadcrumb.esm.js +1 -1
  19. package/breadcrumb/breadcrumb.esm.min.js +1 -1
  20. package/breadcrumb/breadcrumb.js +1 -1
  21. package/breadcrumb/breadcrumb.min.js +1 -1
  22. package/calendar/Calendar.d.ts +11 -5
  23. package/calendar/Calendar.vue +58 -28
  24. package/calendar/calendar.cjs.js +130 -94
  25. package/calendar/calendar.cjs.min.js +1 -1
  26. package/calendar/calendar.esm.js +130 -94
  27. package/calendar/calendar.esm.min.js +1 -1
  28. package/calendar/calendar.js +130 -94
  29. package/calendar/calendar.min.js +1 -1
  30. package/column/Column.d.ts +4 -0
  31. package/config/PrimeVue.d.ts +1 -0
  32. package/config/config.cjs.js +1 -0
  33. package/config/config.cjs.min.js +1 -1
  34. package/config/config.esm.js +1 -0
  35. package/config/config.esm.min.js +1 -1
  36. package/config/config.js +1 -0
  37. package/config/config.min.js +1 -1
  38. package/confirmdialog/BaseConfirmDialog.vue +2 -2
  39. package/confirmdialog/ConfirmDialog.vue +2 -2
  40. package/confirmdialog/confirmdialog.cjs.js +4 -7
  41. package/confirmdialog/confirmdialog.cjs.min.js +1 -1
  42. package/confirmdialog/confirmdialog.esm.js +4 -7
  43. package/confirmdialog/confirmdialog.esm.min.js +1 -1
  44. package/confirmdialog/confirmdialog.js +4 -7
  45. package/confirmdialog/confirmdialog.min.js +1 -1
  46. package/core/core.js +66 -22
  47. package/core/core.min.js +6 -6
  48. package/datatable/BodyCell.vue +1 -1
  49. package/datatable/ColumnFilter.vue +1 -1
  50. package/datatable/DataTable.d.ts +48 -4
  51. package/datatable/DataTable.vue +31 -18
  52. package/datatable/TableBody.vue +1 -1
  53. package/datatable/datatable.cjs.js +72 -22
  54. package/datatable/datatable.cjs.min.js +1 -1
  55. package/datatable/datatable.esm.js +72 -22
  56. package/datatable/datatable.esm.min.js +1 -1
  57. package/datatable/datatable.js +72 -22
  58. package/datatable/datatable.min.js +1 -1
  59. package/image/Image.vue +1 -0
  60. package/image/image.cjs.js +1 -0
  61. package/image/image.cjs.min.js +1 -1
  62. package/image/image.esm.js +1 -0
  63. package/image/image.esm.min.js +1 -1
  64. package/image/image.js +1 -0
  65. package/image/image.min.js +1 -1
  66. package/inplace/Inplace.vue +1 -1
  67. package/inplace/inplace.cjs.js +3 -1
  68. package/inplace/inplace.cjs.min.js +1 -1
  69. package/inplace/inplace.esm.js +3 -1
  70. package/inplace/inplace.esm.min.js +1 -1
  71. package/inplace/inplace.js +3 -1
  72. package/inplace/inplace.min.js +1 -1
  73. package/inputnumber/InputNumber.vue +4 -4
  74. package/inputnumber/inputnumber.cjs.js +12 -4
  75. package/inputnumber/inputnumber.cjs.min.js +1 -1
  76. package/inputnumber/inputnumber.esm.js +12 -4
  77. package/inputnumber/inputnumber.esm.min.js +1 -1
  78. package/inputnumber/inputnumber.js +12 -4
  79. package/inputnumber/inputnumber.min.js +1 -1
  80. package/menubar/Menubar.vue +2 -2
  81. package/menubar/menubar.cjs.js +2 -2
  82. package/menubar/menubar.cjs.min.js +1 -1
  83. package/menubar/menubar.esm.js +2 -2
  84. package/menubar/menubar.esm.min.js +1 -1
  85. package/menubar/menubar.js +2 -2
  86. package/menubar/menubar.min.js +1 -1
  87. package/orderlist/OrderList.vue +4 -4
  88. package/orderlist/orderlist.cjs.js +12 -4
  89. package/orderlist/orderlist.cjs.min.js +1 -1
  90. package/orderlist/orderlist.esm.js +13 -5
  91. package/orderlist/orderlist.esm.min.js +1 -1
  92. package/orderlist/orderlist.js +12 -4
  93. package/orderlist/orderlist.min.js +1 -1
  94. package/package.json +1 -1
  95. package/paginator/JumpToPageDropdown.vue +7 -2
  96. package/paginator/Paginator.d.ts +20 -0
  97. package/paginator/Paginator.vue +7 -4
  98. package/paginator/RowsPerPageDropdown.vue +7 -2
  99. package/paginator/paginator.cjs.js +40 -11
  100. package/paginator/paginator.cjs.min.js +1 -1
  101. package/paginator/paginator.esm.js +41 -12
  102. package/paginator/paginator.esm.min.js +1 -1
  103. package/paginator/paginator.js +40 -11
  104. package/paginator/paginator.min.js +1 -1
  105. package/passthrough/tailwind/index.cjs.js +1 -1
  106. package/passthrough/tailwind/index.cjs.min.js +1 -1
  107. package/passthrough/tailwind/index.esm.js +1 -1
  108. package/passthrough/tailwind/index.esm.min.js +1 -1
  109. package/passthrough/tailwind/index.js +1 -1
  110. package/passthrough/tailwind/index.min.js +1 -1
  111. package/picklist/PickList.vue +12 -12
  112. package/picklist/picklist.cjs.js +36 -12
  113. package/picklist/picklist.cjs.min.js +1 -1
  114. package/picklist/picklist.esm.js +37 -13
  115. package/picklist/picklist.esm.min.js +1 -1
  116. package/picklist/picklist.js +36 -12
  117. package/picklist/picklist.min.js +1 -1
  118. package/speeddial/SpeedDial.vue +2 -2
  119. package/speeddial/speeddial.cjs.js +6 -2
  120. package/speeddial/speeddial.cjs.min.js +1 -1
  121. package/speeddial/speeddial.esm.js +6 -2
  122. package/speeddial/speeddial.esm.min.js +1 -1
  123. package/speeddial/speeddial.js +6 -2
  124. package/speeddial/speeddial.min.js +1 -1
  125. package/splitbutton/SplitButton.vue +2 -1
  126. package/splitbutton/splitbutton.cjs.js +2 -1
  127. package/splitbutton/splitbutton.cjs.min.js +1 -1
  128. package/splitbutton/splitbutton.esm.js +2 -1
  129. package/splitbutton/splitbutton.esm.min.js +1 -1
  130. package/splitbutton/splitbutton.js +2 -1
  131. package/splitbutton/splitbutton.min.js +1 -1
  132. package/tabmenu/TabMenu.vue +5 -0
  133. package/tabmenu/tabmenu.cjs.js +5 -0
  134. package/tabmenu/tabmenu.cjs.min.js +1 -1
  135. package/tabmenu/tabmenu.esm.js +5 -0
  136. package/tabmenu/tabmenu.esm.min.js +1 -1
  137. package/tabmenu/tabmenu.js +5 -0
  138. package/tabmenu/tabmenu.min.js +1 -1
  139. package/tree/Tree.vue +1 -1
  140. package/tree/TreeNode.vue +1 -1
  141. package/tree/tree.cjs.js +7 -5
  142. package/tree/tree.cjs.min.js +1 -1
  143. package/tree/tree.esm.js +8 -6
  144. package/tree/tree.esm.min.js +1 -1
  145. package/tree/tree.js +7 -5
  146. package/tree/tree.min.js +1 -1
  147. package/treetable/BodyCell.vue +1 -1
  148. package/treetable/TreeTable.d.ts +48 -4
  149. package/treetable/TreeTable.vue +28 -16
  150. package/treetable/treetable.cjs.js +65 -17
  151. package/treetable/treetable.cjs.min.js +1 -1
  152. package/treetable/treetable.esm.js +65 -17
  153. package/treetable/treetable.esm.min.js +1 -1
  154. package/treetable/treetable.js +65 -17
  155. package/treetable/treetable.min.js +1 -1
  156. package/web-types.json +1 -1
@@ -2606,21 +2606,23 @@ this.primevue.calendar = (function (Button, CalendarIcon, ChevronDownIcon, Chevr
2606
2606
  var _hoisted_5 = ["disabled", "aria-label"];
2607
2607
  var _hoisted_6 = ["disabled", "aria-label"];
2608
2608
  var _hoisted_7 = ["disabled", "aria-label"];
2609
- var _hoisted_8 = ["data-p-disabled"];
2610
- var _hoisted_9 = ["abbr"];
2609
+ var _hoisted_8 = ["disabled", "aria-label"];
2610
+ var _hoisted_9 = ["disabled", "aria-label"];
2611
2611
  var _hoisted_10 = ["data-p-disabled"];
2612
- var _hoisted_11 = ["aria-label", "data-p-today", "data-p-other-month"];
2613
- var _hoisted_12 = ["onClick", "onKeydown", "aria-selected", "aria-disabled", "data-p-disabled", "data-p-highlight"];
2614
- var _hoisted_13 = ["onClick", "onKeydown", "data-p-disabled", "data-p-highlight"];
2615
- var _hoisted_14 = ["onClick", "onKeydown", "data-p-disabled", "data-p-highlight"];
2616
- var _hoisted_15 = ["aria-label"];
2617
- var _hoisted_16 = ["aria-label"];
2618
- var _hoisted_17 = ["aria-label", "disabled"];
2619
- var _hoisted_18 = ["aria-label", "disabled"];
2612
+ var _hoisted_11 = ["abbr"];
2613
+ var _hoisted_12 = ["data-p-disabled"];
2614
+ var _hoisted_13 = ["aria-label", "data-p-today", "data-p-other-month"];
2615
+ var _hoisted_14 = ["onClick", "onKeydown", "aria-selected", "aria-disabled", "data-p-disabled", "data-p-highlight"];
2616
+ var _hoisted_15 = ["onClick", "onKeydown", "data-p-disabled", "data-p-highlight"];
2617
+ var _hoisted_16 = ["onClick", "onKeydown", "data-p-disabled", "data-p-highlight"];
2618
+ var _hoisted_17 = ["aria-label"];
2619
+ var _hoisted_18 = ["aria-label"];
2620
2620
  var _hoisted_19 = ["aria-label", "disabled"];
2621
2621
  var _hoisted_20 = ["aria-label", "disabled"];
2622
2622
  var _hoisted_21 = ["aria-label", "disabled"];
2623
2623
  var _hoisted_22 = ["aria-label", "disabled"];
2624
+ var _hoisted_23 = ["aria-label", "disabled"];
2625
+ var _hoisted_24 = ["aria-label", "disabled"];
2624
2626
  function render(_ctx, _cache, $props, $setup, $data, $options) {
2625
2627
  var _component_CalendarButton = vue.resolveComponent("CalendarButton");
2626
2628
  var _component_Portal = vue.resolveComponent("Portal");
@@ -2682,11 +2684,13 @@ this.primevue.calendar = (function (Button, CalendarIcon, ChevronDownIcon, Chevr
2682
2684
  "data-pc-section": "dropdownbutton"
2683
2685
  }, {
2684
2686
  icon: vue.withCtx(function () {
2685
- return [vue.renderSlot(_ctx.$slots, "dropdownicon", {}, function () {
2687
+ return [vue.renderSlot(_ctx.$slots, "dropdownicon", {
2688
+ "class": vue.normalizeClass(_ctx.icon)
2689
+ }, function () {
2686
2690
  return [(vue.openBlock(), vue.createBlock(vue.resolveDynamicComponent(_ctx.icon ? 'span' : 'CalendarIcon'), vue.mergeProps({
2687
2691
  "class": _ctx.icon
2688
2692
  }, _ctx.ptm('dropdownButton')['icon'], {
2689
- "data-pc-section": "icon"
2693
+ "data-pc-section": "dropdownicon"
2690
2694
  }), null, 16, ["class"]))];
2691
2695
  })];
2692
2696
  }),
@@ -2698,7 +2702,7 @@ this.primevue.calendar = (function (Button, CalendarIcon, ChevronDownIcon, Chevr
2698
2702
  "default": vue.withCtx(function () {
2699
2703
  return [vue.createVNode(vue.Transition, vue.mergeProps({
2700
2704
  name: "p-connected-overlay",
2701
- onEnter: _cache[70] || (_cache[70] = function ($event) {
2705
+ onEnter: _cache[74] || (_cache[74] = function ($event) {
2702
2706
  return $options.onOverlayEnter($event);
2703
2707
  }),
2704
2708
  onAfterEnter: $options.onOverlayEnterComplete,
@@ -2715,13 +2719,13 @@ this.primevue.calendar = (function (Button, CalendarIcon, ChevronDownIcon, Chevr
2715
2719
  role: _ctx.inline ? null : 'dialog',
2716
2720
  "aria-modal": _ctx.inline ? null : 'true',
2717
2721
  "aria-label": _ctx.$primevue.config.locale.chooseDate,
2718
- onClick: _cache[67] || (_cache[67] = function () {
2722
+ onClick: _cache[71] || (_cache[71] = function () {
2719
2723
  return $options.onOverlayClick && $options.onOverlayClick.apply($options, arguments);
2720
2724
  }),
2721
- onKeydown: _cache[68] || (_cache[68] = function () {
2725
+ onKeydown: _cache[72] || (_cache[72] = function () {
2722
2726
  return $options.onOverlayKeyDown && $options.onOverlayKeyDown.apply($options, arguments);
2723
2727
  }),
2724
- onMouseup: _cache[69] || (_cache[69] = function () {
2728
+ onMouseup: _cache[73] || (_cache[73] = function () {
2725
2729
  return $options.onOverlayMouseUp && $options.onOverlayMouseUp.apply($options, arguments);
2726
2730
  })
2727
2731
  }, _objectSpread(_objectSpread({}, _ctx.panelProps), _ctx.ptm('panel'))), [!_ctx.timeOnly ? (vue.openBlock(), vue.createElementBlock(vue.Fragment, {
@@ -2757,27 +2761,59 @@ this.primevue.calendar = (function (Button, CalendarIcon, ChevronDownIcon, Chevr
2757
2761
  }, _ctx.ptm('previousIcon')), null, 16, ["class"]))];
2758
2762
  })], 16, _hoisted_4)), [[vue.vShow, _ctx.showOtherMonths ? groupIndex === 0 : false], [_directive_ripple]]), vue.createElementVNode("div", vue.mergeProps({
2759
2763
  "class": _ctx.cx('title')
2760
- }, _ctx.ptm('title')), [$data.currentView === 'date' ? (vue.openBlock(), vue.createElementBlock("button", vue.mergeProps({
2764
+ }, _ctx.ptm('title')), [_ctx.$primevue.config.locale.showMonthAfterYear ? (vue.openBlock(), vue.createElementBlock(vue.Fragment, {
2765
+ key: 0
2766
+ }, [$data.currentView !== 'year' ? (vue.openBlock(), vue.createElementBlock("button", vue.mergeProps({
2761
2767
  key: 0,
2762
2768
  type: "button",
2763
2769
  onClick: _cache[7] || (_cache[7] = function () {
2764
- return $options.switchToMonthView && $options.switchToMonthView.apply($options, arguments);
2770
+ return $options.switchToYearView && $options.switchToYearView.apply($options, arguments);
2765
2771
  }),
2766
2772
  onKeydown: _cache[8] || (_cache[8] = function () {
2767
2773
  return $options.onContainerButtonKeydown && $options.onContainerButtonKeydown.apply($options, arguments);
2768
2774
  }),
2775
+ "class": _ctx.cx('yearTitle'),
2776
+ disabled: $options.switchViewButtonDisabled,
2777
+ "aria-label": _ctx.$primevue.config.locale.chooseYear
2778
+ }, _ctx.ptm('yearTitle'), {
2779
+ "data-pc-group-section": "view"
2780
+ }), vue.toDisplayString($options.getYear(month)), 17, _hoisted_5)) : vue.createCommentVNode("", true), $data.currentView === 'date' ? (vue.openBlock(), vue.createElementBlock("button", vue.mergeProps({
2781
+ key: 1,
2782
+ type: "button",
2783
+ onClick: _cache[9] || (_cache[9] = function () {
2784
+ return $options.switchToMonthView && $options.switchToMonthView.apply($options, arguments);
2785
+ }),
2786
+ onKeydown: _cache[10] || (_cache[10] = function () {
2787
+ return $options.onContainerButtonKeydown && $options.onContainerButtonKeydown.apply($options, arguments);
2788
+ }),
2789
+ "class": _ctx.cx('monthTitle'),
2790
+ disabled: $options.switchViewButtonDisabled,
2791
+ "aria-label": _ctx.$primevue.config.locale.chooseMonth
2792
+ }, _ctx.ptm('monthTitle'), {
2793
+ "data-pc-group-section": "view"
2794
+ }), vue.toDisplayString($options.getMonthName(month.month)), 17, _hoisted_6)) : vue.createCommentVNode("", true)], 64)) : (vue.openBlock(), vue.createElementBlock(vue.Fragment, {
2795
+ key: 1
2796
+ }, [$data.currentView === 'date' ? (vue.openBlock(), vue.createElementBlock("button", vue.mergeProps({
2797
+ key: 0,
2798
+ type: "button",
2799
+ onClick: _cache[11] || (_cache[11] = function () {
2800
+ return $options.switchToMonthView && $options.switchToMonthView.apply($options, arguments);
2801
+ }),
2802
+ onKeydown: _cache[12] || (_cache[12] = function () {
2803
+ return $options.onContainerButtonKeydown && $options.onContainerButtonKeydown.apply($options, arguments);
2804
+ }),
2769
2805
  "class": _ctx.cx('monthTitle'),
2770
2806
  disabled: $options.switchViewButtonDisabled,
2771
2807
  "aria-label": _ctx.$primevue.config.locale.chooseMonth
2772
2808
  }, _ctx.ptm('monthTitle'), {
2773
2809
  "data-pc-group-section": "view"
2774
- }), vue.toDisplayString($options.getMonthName(month.month)), 17, _hoisted_5)) : vue.createCommentVNode("", true), $data.currentView !== 'year' ? (vue.openBlock(), vue.createElementBlock("button", vue.mergeProps({
2810
+ }), vue.toDisplayString($options.getMonthName(month.month)), 17, _hoisted_7)) : vue.createCommentVNode("", true), $data.currentView !== 'year' ? (vue.openBlock(), vue.createElementBlock("button", vue.mergeProps({
2775
2811
  key: 1,
2776
2812
  type: "button",
2777
- onClick: _cache[9] || (_cache[9] = function () {
2813
+ onClick: _cache[13] || (_cache[13] = function () {
2778
2814
  return $options.switchToYearView && $options.switchToYearView.apply($options, arguments);
2779
2815
  }),
2780
- onKeydown: _cache[10] || (_cache[10] = function () {
2816
+ onKeydown: _cache[14] || (_cache[14] = function () {
2781
2817
  return $options.onContainerButtonKeydown && $options.onContainerButtonKeydown.apply($options, arguments);
2782
2818
  }),
2783
2819
  "class": _ctx.cx('yearTitle'),
@@ -2785,7 +2821,7 @@ this.primevue.calendar = (function (Button, CalendarIcon, ChevronDownIcon, Chevr
2785
2821
  "aria-label": _ctx.$primevue.config.locale.chooseYear
2786
2822
  }, _ctx.ptm('yearTitle'), {
2787
2823
  "data-pc-group-section": "view"
2788
- }), vue.toDisplayString($options.getYear(month)), 17, _hoisted_6)) : vue.createCommentVNode("", true), $data.currentView === 'year' ? (vue.openBlock(), vue.createElementBlock("span", vue.mergeProps({
2824
+ }), vue.toDisplayString($options.getYear(month)), 17, _hoisted_8)) : vue.createCommentVNode("", true)], 64)), $data.currentView === 'year' ? (vue.openBlock(), vue.createElementBlock("span", vue.mergeProps({
2789
2825
  key: 2,
2790
2826
  "class": _ctx.cx('decadeTitle')
2791
2827
  }, _ctx.ptm('decadeTitle')), [vue.renderSlot(_ctx.$slots, "decade", {
@@ -2796,11 +2832,11 @@ this.primevue.calendar = (function (Button, CalendarIcon, ChevronDownIcon, Chevr
2796
2832
  ref_for: true,
2797
2833
  ref: $options.nextButtonRef,
2798
2834
  "class": _ctx.cx('nextButton'),
2799
- onClick: _cache[11] || (_cache[11] = function () {
2835
+ onClick: _cache[15] || (_cache[15] = function () {
2800
2836
  return $options.onNextButtonClick && $options.onNextButtonClick.apply($options, arguments);
2801
2837
  }),
2802
2838
  type: "button",
2803
- onKeydown: _cache[12] || (_cache[12] = function () {
2839
+ onKeydown: _cache[16] || (_cache[16] = function () {
2804
2840
  return $options.onContainerButtonKeydown && $options.onContainerButtonKeydown.apply($options, arguments);
2805
2841
  }),
2806
2842
  disabled: _ctx.disabled,
@@ -2813,7 +2849,7 @@ this.primevue.calendar = (function (Button, CalendarIcon, ChevronDownIcon, Chevr
2813
2849
  return [(vue.openBlock(), vue.createBlock(vue.resolveDynamicComponent(_ctx.nextIcon ? 'span' : 'ChevronRightIcon'), vue.mergeProps({
2814
2850
  "class": [_ctx.cx('nextIcon'), _ctx.nextIcon]
2815
2851
  }, _ctx.ptm('nextIcon')), null, 16, ["class"]))];
2816
- })], 16, _hoisted_7)), [[vue.vShow, _ctx.showOtherMonths ? _ctx.numberOfMonths === 1 ? true : groupIndex === _ctx.numberOfMonths - 1 : false], [_directive_ripple]])], 16), $data.currentView === 'date' ? (vue.openBlock(), vue.createElementBlock("div", vue.mergeProps({
2852
+ })], 16, _hoisted_9)), [[vue.vShow, _ctx.showOtherMonths ? _ctx.numberOfMonths === 1 ? true : groupIndex === _ctx.numberOfMonths - 1 : false], [_directive_ripple]])], 16), $data.currentView === 'date' ? (vue.openBlock(), vue.createElementBlock("div", vue.mergeProps({
2817
2853
  key: 0,
2818
2854
  "class": _ctx.cx('container')
2819
2855
  }, _ctx.ptm('container')), [vue.createElementVNode("table", vue.mergeProps({
@@ -2832,7 +2868,7 @@ this.primevue.calendar = (function (Button, CalendarIcon, ChevronDownIcon, Chevr
2832
2868
  "data-pc-group-section": "tableheadercell"
2833
2869
  }), [vue.createElementVNode("span", vue.mergeProps(_ctx.ptm('weekLabel'), {
2834
2870
  "data-pc-group-section": "tableheadercelllabel"
2835
- }), vue.toDisplayString($options.weekHeaderLabel), 17)], 16, _hoisted_8)) : vue.createCommentVNode("", true), (vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList($options.weekDays, function (weekDay) {
2871
+ }), vue.toDisplayString($options.weekHeaderLabel), 17)], 16, _hoisted_10)) : vue.createCommentVNode("", true), (vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList($options.weekDays, function (weekDay) {
2836
2872
  return vue.openBlock(), vue.createElementBlock("th", vue.mergeProps({
2837
2873
  key: weekDay,
2838
2874
  scope: "col",
@@ -2841,7 +2877,7 @@ this.primevue.calendar = (function (Button, CalendarIcon, ChevronDownIcon, Chevr
2841
2877
  "data-pc-group-section": "tableheadercell"
2842
2878
  }), [vue.createElementVNode("span", vue.mergeProps(_ctx.ptm('weekDay'), {
2843
2879
  "data-pc-group-section": "tableheadercelllabel"
2844
- }), vue.toDisplayString(weekDay), 17)], 16, _hoisted_9);
2880
+ }), vue.toDisplayString(weekDay), 17)], 16, _hoisted_11);
2845
2881
  }), 128))], 16)], 16), vue.createElementVNode("tbody", vue.normalizeProps(vue.guardReactiveProps(_ctx.ptm('tableBody'))), [(vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(month.dates, function (week, i) {
2846
2882
  return vue.openBlock(), vue.createElementBlock("tr", vue.mergeProps({
2847
2883
  key: week[0].day + '' + week[0].month
@@ -2864,7 +2900,7 @@ this.primevue.calendar = (function (Button, CalendarIcon, ChevronDownIcon, Chevr
2864
2900
  style: {
2865
2901
  "visibility": "hidden"
2866
2902
  }
2867
- }, _ctx.ptm('weekLabel')), "0", 16)) : vue.createCommentVNode("", true), vue.createTextVNode(" " + vue.toDisplayString(month.weekNumbers[i]), 1)], 16, _hoisted_10)], 16)) : vue.createCommentVNode("", true), (vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(week, function (date) {
2903
+ }, _ctx.ptm('weekLabel')), "0", 16)) : vue.createCommentVNode("", true), vue.createTextVNode(" " + vue.toDisplayString(month.weekNumbers[i]), 1)], 16, _hoisted_12)], 16)) : vue.createCommentVNode("", true), (vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(week, function (date) {
2868
2904
  return vue.openBlock(), vue.createElementBlock("td", vue.mergeProps({
2869
2905
  key: date.day + '' + date.month,
2870
2906
  "aria-label": date.day,
@@ -2908,13 +2944,13 @@ this.primevue.calendar = (function (Button, CalendarIcon, ChevronDownIcon, Chevr
2908
2944
  date: date
2909
2945
  }, function () {
2910
2946
  return [vue.createTextVNode(vue.toDisplayString(date.day), 1)];
2911
- })], 16, _hoisted_12)), [[_directive_ripple]]), $options.isSelected(date) ? (vue.openBlock(), vue.createElementBlock("div", vue.mergeProps({
2947
+ })], 16, _hoisted_14)), [[_directive_ripple]]), $options.isSelected(date) ? (vue.openBlock(), vue.createElementBlock("div", vue.mergeProps({
2912
2948
  key: 0,
2913
2949
  "class": "p-hidden-accessible",
2914
2950
  "aria-live": "polite"
2915
2951
  }, _ctx.ptm('hiddenSelectedDay'), {
2916
2952
  "data-p-hidden-accessible": true
2917
- }), vue.toDisplayString(date.day), 17)) : vue.createCommentVNode("", true)], 16, _hoisted_11);
2953
+ }), vue.toDisplayString(date.day), 17)) : vue.createCommentVNode("", true)], 16, _hoisted_13);
2918
2954
  }), 128))], 16);
2919
2955
  }), 128))], 16)], 16)], 16)) : vue.createCommentVNode("", true)], 16);
2920
2956
  }), 128))], 16), $data.currentView === 'month' ? (vue.openBlock(), vue.createElementBlock("div", vue.mergeProps({
@@ -2955,7 +2991,7 @@ this.primevue.calendar = (function (Button, CalendarIcon, ChevronDownIcon, Chevr
2955
2991
  "aria-live": "polite"
2956
2992
  }, _ctx.ptm('hiddenMonth'), {
2957
2993
  "data-p-hidden-accessible": true
2958
- }), vue.toDisplayString(m.value), 17)) : vue.createCommentVNode("", true)], 16, _hoisted_13)), [[_directive_ripple]]);
2994
+ }), vue.toDisplayString(m.value), 17)) : vue.createCommentVNode("", true)], 16, _hoisted_15)), [[_directive_ripple]]);
2959
2995
  }), 128))], 16)) : vue.createCommentVNode("", true), $data.currentView === 'year' ? (vue.openBlock(), vue.createElementBlock("div", vue.mergeProps({
2960
2996
  key: 1,
2961
2997
  "class": _ctx.cx('yearPicker')
@@ -2986,7 +3022,7 @@ this.primevue.calendar = (function (Button, CalendarIcon, ChevronDownIcon, Chevr
2986
3022
  "aria-live": "polite"
2987
3023
  }, _ctx.ptm('hiddenYear'), {
2988
3024
  "data-p-hidden-accessible": true
2989
- }), vue.toDisplayString(y.value), 17)) : vue.createCommentVNode("", true)], 16, _hoisted_14)), [[_directive_ripple]]);
3025
+ }), vue.toDisplayString(y.value), 17)) : vue.createCommentVNode("", true)], 16, _hoisted_16)), [[_directive_ripple]]);
2990
3026
  }), 128))], 16)) : vue.createCommentVNode("", true)], 64)) : vue.createCommentVNode("", true), (_ctx.showTime || _ctx.timeOnly) && $data.currentView === 'date' ? (vue.openBlock(), vue.createElementBlock("div", vue.mergeProps({
2991
3027
  key: 1,
2992
3028
  "class": _ctx.cx('timePicker')
@@ -2997,25 +3033,25 @@ this.primevue.calendar = (function (Button, CalendarIcon, ChevronDownIcon, Chevr
2997
3033
  }), [vue.withDirectives((vue.openBlock(), vue.createElementBlock("button", vue.mergeProps({
2998
3034
  "class": _ctx.cx('incrementButton'),
2999
3035
  "aria-label": _ctx.$primevue.config.locale.nextHour,
3000
- onMousedown: _cache[13] || (_cache[13] = function ($event) {
3036
+ onMousedown: _cache[17] || (_cache[17] = function ($event) {
3001
3037
  return $options.onTimePickerElementMouseDown($event, 0, 1);
3002
3038
  }),
3003
- onMouseup: _cache[14] || (_cache[14] = function ($event) {
3039
+ onMouseup: _cache[18] || (_cache[18] = function ($event) {
3004
3040
  return $options.onTimePickerElementMouseUp($event);
3005
3041
  }),
3006
- onKeydown: [_cache[15] || (_cache[15] = function () {
3042
+ onKeydown: [_cache[19] || (_cache[19] = function () {
3007
3043
  return $options.onContainerButtonKeydown && $options.onContainerButtonKeydown.apply($options, arguments);
3008
- }), _cache[17] || (_cache[17] = vue.withKeys(function ($event) {
3044
+ }), _cache[21] || (_cache[21] = vue.withKeys(function ($event) {
3009
3045
  return $options.onTimePickerElementMouseDown($event, 0, 1);
3010
- }, ["enter"])), _cache[18] || (_cache[18] = vue.withKeys(function ($event) {
3046
+ }, ["enter"])), _cache[22] || (_cache[22] = vue.withKeys(function ($event) {
3011
3047
  return $options.onTimePickerElementMouseDown($event, 0, 1);
3012
3048
  }, ["space"]))],
3013
- onMouseleave: _cache[16] || (_cache[16] = function ($event) {
3049
+ onMouseleave: _cache[20] || (_cache[20] = function ($event) {
3014
3050
  return $options.onTimePickerElementMouseLeave();
3015
3051
  }),
3016
- onKeyup: [_cache[19] || (_cache[19] = vue.withKeys(function ($event) {
3052
+ onKeyup: [_cache[23] || (_cache[23] = vue.withKeys(function ($event) {
3017
3053
  return $options.onTimePickerElementMouseUp($event);
3018
- }, ["enter"])), _cache[20] || (_cache[20] = vue.withKeys(function ($event) {
3054
+ }, ["enter"])), _cache[24] || (_cache[24] = vue.withKeys(function ($event) {
3019
3055
  return $options.onTimePickerElementMouseUp($event);
3020
3056
  }, ["space"]))],
3021
3057
  type: "button"
@@ -3027,30 +3063,30 @@ this.primevue.calendar = (function (Button, CalendarIcon, ChevronDownIcon, Chevr
3027
3063
  }, _ctx.ptm('incrementIcon'), {
3028
3064
  "data-pc-group-section": "timepickerlabel"
3029
3065
  }), null, 16, ["class"]))];
3030
- })], 16, _hoisted_15)), [[_directive_ripple]]), vue.createElementVNode("span", vue.mergeProps(_ctx.ptm('hour'), {
3066
+ })], 16, _hoisted_17)), [[_directive_ripple]]), vue.createElementVNode("span", vue.mergeProps(_ctx.ptm('hour'), {
3031
3067
  "data-pc-group-section": "timepickerlabel"
3032
3068
  }), vue.toDisplayString($options.formattedCurrentHour), 17), vue.withDirectives((vue.openBlock(), vue.createElementBlock("button", vue.mergeProps({
3033
3069
  "class": _ctx.cx('decrementButton'),
3034
3070
  "aria-label": _ctx.$primevue.config.locale.prevHour,
3035
- onMousedown: _cache[21] || (_cache[21] = function ($event) {
3071
+ onMousedown: _cache[25] || (_cache[25] = function ($event) {
3036
3072
  return $options.onTimePickerElementMouseDown($event, 0, -1);
3037
3073
  }),
3038
- onMouseup: _cache[22] || (_cache[22] = function ($event) {
3074
+ onMouseup: _cache[26] || (_cache[26] = function ($event) {
3039
3075
  return $options.onTimePickerElementMouseUp($event);
3040
3076
  }),
3041
- onKeydown: [_cache[23] || (_cache[23] = function () {
3077
+ onKeydown: [_cache[27] || (_cache[27] = function () {
3042
3078
  return $options.onContainerButtonKeydown && $options.onContainerButtonKeydown.apply($options, arguments);
3043
- }), _cache[25] || (_cache[25] = vue.withKeys(function ($event) {
3079
+ }), _cache[29] || (_cache[29] = vue.withKeys(function ($event) {
3044
3080
  return $options.onTimePickerElementMouseDown($event, 0, -1);
3045
- }, ["enter"])), _cache[26] || (_cache[26] = vue.withKeys(function ($event) {
3081
+ }, ["enter"])), _cache[30] || (_cache[30] = vue.withKeys(function ($event) {
3046
3082
  return $options.onTimePickerElementMouseDown($event, 0, -1);
3047
3083
  }, ["space"]))],
3048
- onMouseleave: _cache[24] || (_cache[24] = function ($event) {
3084
+ onMouseleave: _cache[28] || (_cache[28] = function ($event) {
3049
3085
  return $options.onTimePickerElementMouseLeave();
3050
3086
  }),
3051
- onKeyup: [_cache[27] || (_cache[27] = vue.withKeys(function ($event) {
3087
+ onKeyup: [_cache[31] || (_cache[31] = vue.withKeys(function ($event) {
3052
3088
  return $options.onTimePickerElementMouseUp($event);
3053
- }, ["enter"])), _cache[28] || (_cache[28] = vue.withKeys(function ($event) {
3089
+ }, ["enter"])), _cache[32] || (_cache[32] = vue.withKeys(function ($event) {
3054
3090
  return $options.onTimePickerElementMouseUp($event);
3055
3091
  }, ["space"]))],
3056
3092
  type: "button"
@@ -3062,7 +3098,7 @@ this.primevue.calendar = (function (Button, CalendarIcon, ChevronDownIcon, Chevr
3062
3098
  }, _ctx.ptm('decrementIcon'), {
3063
3099
  "data-pc-group-section": "timepickerlabel"
3064
3100
  }), null, 16, ["class"]))];
3065
- })], 16, _hoisted_16)), [[_directive_ripple]])], 16), vue.createElementVNode("div", vue.mergeProps({
3101
+ })], 16, _hoisted_18)), [[_directive_ripple]])], 16), vue.createElementVNode("div", vue.mergeProps({
3066
3102
  "class": _ctx.cx('separatorContainer')
3067
3103
  }, _ctx.ptm('separatorContainer'), {
3068
3104
  "data-pc-group-section": "timepickerContainer"
@@ -3075,26 +3111,26 @@ this.primevue.calendar = (function (Button, CalendarIcon, ChevronDownIcon, Chevr
3075
3111
  }), [vue.withDirectives((vue.openBlock(), vue.createElementBlock("button", vue.mergeProps({
3076
3112
  "class": _ctx.cx('incrementButton'),
3077
3113
  "aria-label": _ctx.$primevue.config.locale.nextMinute,
3078
- onMousedown: _cache[29] || (_cache[29] = function ($event) {
3114
+ onMousedown: _cache[33] || (_cache[33] = function ($event) {
3079
3115
  return $options.onTimePickerElementMouseDown($event, 1, 1);
3080
3116
  }),
3081
- onMouseup: _cache[30] || (_cache[30] = function ($event) {
3117
+ onMouseup: _cache[34] || (_cache[34] = function ($event) {
3082
3118
  return $options.onTimePickerElementMouseUp($event);
3083
3119
  }),
3084
- onKeydown: [_cache[31] || (_cache[31] = function () {
3120
+ onKeydown: [_cache[35] || (_cache[35] = function () {
3085
3121
  return $options.onContainerButtonKeydown && $options.onContainerButtonKeydown.apply($options, arguments);
3086
- }), _cache[33] || (_cache[33] = vue.withKeys(function ($event) {
3122
+ }), _cache[37] || (_cache[37] = vue.withKeys(function ($event) {
3087
3123
  return $options.onTimePickerElementMouseDown($event, 1, 1);
3088
- }, ["enter"])), _cache[34] || (_cache[34] = vue.withKeys(function ($event) {
3124
+ }, ["enter"])), _cache[38] || (_cache[38] = vue.withKeys(function ($event) {
3089
3125
  return $options.onTimePickerElementMouseDown($event, 1, 1);
3090
3126
  }, ["space"]))],
3091
3127
  disabled: _ctx.disabled,
3092
- onMouseleave: _cache[32] || (_cache[32] = function ($event) {
3128
+ onMouseleave: _cache[36] || (_cache[36] = function ($event) {
3093
3129
  return $options.onTimePickerElementMouseLeave();
3094
3130
  }),
3095
- onKeyup: [_cache[35] || (_cache[35] = vue.withKeys(function ($event) {
3131
+ onKeyup: [_cache[39] || (_cache[39] = vue.withKeys(function ($event) {
3096
3132
  return $options.onTimePickerElementMouseUp($event);
3097
- }, ["enter"])), _cache[36] || (_cache[36] = vue.withKeys(function ($event) {
3133
+ }, ["enter"])), _cache[40] || (_cache[40] = vue.withKeys(function ($event) {
3098
3134
  return $options.onTimePickerElementMouseUp($event);
3099
3135
  }, ["space"]))],
3100
3136
  type: "button"
@@ -3106,31 +3142,31 @@ this.primevue.calendar = (function (Button, CalendarIcon, ChevronDownIcon, Chevr
3106
3142
  }, _ctx.ptm('incrementIcon'), {
3107
3143
  "data-pc-group-section": "timepickerlabel"
3108
3144
  }), null, 16, ["class"]))];
3109
- })], 16, _hoisted_17)), [[_directive_ripple]]), vue.createElementVNode("span", vue.mergeProps(_ctx.ptm('minute'), {
3145
+ })], 16, _hoisted_19)), [[_directive_ripple]]), vue.createElementVNode("span", vue.mergeProps(_ctx.ptm('minute'), {
3110
3146
  "data-pc-group-section": "timepickerlabel"
3111
3147
  }), vue.toDisplayString($options.formattedCurrentMinute), 17), vue.withDirectives((vue.openBlock(), vue.createElementBlock("button", vue.mergeProps({
3112
3148
  "class": _ctx.cx('decrementButton'),
3113
3149
  "aria-label": _ctx.$primevue.config.locale.prevMinute,
3114
- onMousedown: _cache[37] || (_cache[37] = function ($event) {
3150
+ onMousedown: _cache[41] || (_cache[41] = function ($event) {
3115
3151
  return $options.onTimePickerElementMouseDown($event, 1, -1);
3116
3152
  }),
3117
- onMouseup: _cache[38] || (_cache[38] = function ($event) {
3153
+ onMouseup: _cache[42] || (_cache[42] = function ($event) {
3118
3154
  return $options.onTimePickerElementMouseUp($event);
3119
3155
  }),
3120
- onKeydown: [_cache[39] || (_cache[39] = function () {
3156
+ onKeydown: [_cache[43] || (_cache[43] = function () {
3121
3157
  return $options.onContainerButtonKeydown && $options.onContainerButtonKeydown.apply($options, arguments);
3122
- }), _cache[41] || (_cache[41] = vue.withKeys(function ($event) {
3158
+ }), _cache[45] || (_cache[45] = vue.withKeys(function ($event) {
3123
3159
  return $options.onTimePickerElementMouseDown($event, 1, -1);
3124
- }, ["enter"])), _cache[42] || (_cache[42] = vue.withKeys(function ($event) {
3160
+ }, ["enter"])), _cache[46] || (_cache[46] = vue.withKeys(function ($event) {
3125
3161
  return $options.onTimePickerElementMouseDown($event, 1, -1);
3126
3162
  }, ["space"]))],
3127
3163
  disabled: _ctx.disabled,
3128
- onMouseleave: _cache[40] || (_cache[40] = function ($event) {
3164
+ onMouseleave: _cache[44] || (_cache[44] = function ($event) {
3129
3165
  return $options.onTimePickerElementMouseLeave();
3130
3166
  }),
3131
- onKeyup: [_cache[43] || (_cache[43] = vue.withKeys(function ($event) {
3167
+ onKeyup: [_cache[47] || (_cache[47] = vue.withKeys(function ($event) {
3132
3168
  return $options.onTimePickerElementMouseUp($event);
3133
- }, ["enter"])), _cache[44] || (_cache[44] = vue.withKeys(function ($event) {
3169
+ }, ["enter"])), _cache[48] || (_cache[48] = vue.withKeys(function ($event) {
3134
3170
  return $options.onTimePickerElementMouseUp($event);
3135
3171
  }, ["space"]))],
3136
3172
  type: "button"
@@ -3142,7 +3178,7 @@ this.primevue.calendar = (function (Button, CalendarIcon, ChevronDownIcon, Chevr
3142
3178
  }, _ctx.ptm('decrementIcon'), {
3143
3179
  "data-pc-group-section": "timepickerlabel"
3144
3180
  }), null, 16, ["class"]))];
3145
- })], 16, _hoisted_18)), [[_directive_ripple]])], 16), _ctx.showSeconds ? (vue.openBlock(), vue.createElementBlock("div", vue.mergeProps({
3181
+ })], 16, _hoisted_20)), [[_directive_ripple]])], 16), _ctx.showSeconds ? (vue.openBlock(), vue.createElementBlock("div", vue.mergeProps({
3146
3182
  key: 0,
3147
3183
  "class": _ctx.cx('separatorContainer')
3148
3184
  }, _ctx.ptm('separatorContainer'), {
@@ -3157,26 +3193,26 @@ this.primevue.calendar = (function (Button, CalendarIcon, ChevronDownIcon, Chevr
3157
3193
  }), [vue.withDirectives((vue.openBlock(), vue.createElementBlock("button", vue.mergeProps({
3158
3194
  "class": _ctx.cx('incrementButton'),
3159
3195
  "aria-label": _ctx.$primevue.config.locale.nextSecond,
3160
- onMousedown: _cache[45] || (_cache[45] = function ($event) {
3196
+ onMousedown: _cache[49] || (_cache[49] = function ($event) {
3161
3197
  return $options.onTimePickerElementMouseDown($event, 2, 1);
3162
3198
  }),
3163
- onMouseup: _cache[46] || (_cache[46] = function ($event) {
3199
+ onMouseup: _cache[50] || (_cache[50] = function ($event) {
3164
3200
  return $options.onTimePickerElementMouseUp($event);
3165
3201
  }),
3166
- onKeydown: [_cache[47] || (_cache[47] = function () {
3202
+ onKeydown: [_cache[51] || (_cache[51] = function () {
3167
3203
  return $options.onContainerButtonKeydown && $options.onContainerButtonKeydown.apply($options, arguments);
3168
- }), _cache[49] || (_cache[49] = vue.withKeys(function ($event) {
3204
+ }), _cache[53] || (_cache[53] = vue.withKeys(function ($event) {
3169
3205
  return $options.onTimePickerElementMouseDown($event, 2, 1);
3170
- }, ["enter"])), _cache[50] || (_cache[50] = vue.withKeys(function ($event) {
3206
+ }, ["enter"])), _cache[54] || (_cache[54] = vue.withKeys(function ($event) {
3171
3207
  return $options.onTimePickerElementMouseDown($event, 2, 1);
3172
3208
  }, ["space"]))],
3173
3209
  disabled: _ctx.disabled,
3174
- onMouseleave: _cache[48] || (_cache[48] = function ($event) {
3210
+ onMouseleave: _cache[52] || (_cache[52] = function ($event) {
3175
3211
  return $options.onTimePickerElementMouseLeave();
3176
3212
  }),
3177
- onKeyup: [_cache[51] || (_cache[51] = vue.withKeys(function ($event) {
3213
+ onKeyup: [_cache[55] || (_cache[55] = vue.withKeys(function ($event) {
3178
3214
  return $options.onTimePickerElementMouseUp($event);
3179
- }, ["enter"])), _cache[52] || (_cache[52] = vue.withKeys(function ($event) {
3215
+ }, ["enter"])), _cache[56] || (_cache[56] = vue.withKeys(function ($event) {
3180
3216
  return $options.onTimePickerElementMouseUp($event);
3181
3217
  }, ["space"]))],
3182
3218
  type: "button"
@@ -3188,31 +3224,31 @@ this.primevue.calendar = (function (Button, CalendarIcon, ChevronDownIcon, Chevr
3188
3224
  }, _ctx.ptm('incrementIcon'), {
3189
3225
  "data-pc-group-section": "timepickerlabel"
3190
3226
  }), null, 16, ["class"]))];
3191
- })], 16, _hoisted_19)), [[_directive_ripple]]), vue.createElementVNode("span", vue.mergeProps(_ctx.ptm('second'), {
3227
+ })], 16, _hoisted_21)), [[_directive_ripple]]), vue.createElementVNode("span", vue.mergeProps(_ctx.ptm('second'), {
3192
3228
  "data-pc-group-section": "timepickerlabel"
3193
3229
  }), vue.toDisplayString($options.formattedCurrentSecond), 17), vue.withDirectives((vue.openBlock(), vue.createElementBlock("button", vue.mergeProps({
3194
3230
  "class": _ctx.cx('decrementButton'),
3195
3231
  "aria-label": _ctx.$primevue.config.locale.prevSecond,
3196
- onMousedown: _cache[53] || (_cache[53] = function ($event) {
3232
+ onMousedown: _cache[57] || (_cache[57] = function ($event) {
3197
3233
  return $options.onTimePickerElementMouseDown($event, 2, -1);
3198
3234
  }),
3199
- onMouseup: _cache[54] || (_cache[54] = function ($event) {
3235
+ onMouseup: _cache[58] || (_cache[58] = function ($event) {
3200
3236
  return $options.onTimePickerElementMouseUp($event);
3201
3237
  }),
3202
- onKeydown: [_cache[55] || (_cache[55] = function () {
3238
+ onKeydown: [_cache[59] || (_cache[59] = function () {
3203
3239
  return $options.onContainerButtonKeydown && $options.onContainerButtonKeydown.apply($options, arguments);
3204
- }), _cache[57] || (_cache[57] = vue.withKeys(function ($event) {
3240
+ }), _cache[61] || (_cache[61] = vue.withKeys(function ($event) {
3205
3241
  return $options.onTimePickerElementMouseDown($event, 2, -1);
3206
- }, ["enter"])), _cache[58] || (_cache[58] = vue.withKeys(function ($event) {
3242
+ }, ["enter"])), _cache[62] || (_cache[62] = vue.withKeys(function ($event) {
3207
3243
  return $options.onTimePickerElementMouseDown($event, 2, -1);
3208
3244
  }, ["space"]))],
3209
3245
  disabled: _ctx.disabled,
3210
- onMouseleave: _cache[56] || (_cache[56] = function ($event) {
3246
+ onMouseleave: _cache[60] || (_cache[60] = function ($event) {
3211
3247
  return $options.onTimePickerElementMouseLeave();
3212
3248
  }),
3213
- onKeyup: [_cache[59] || (_cache[59] = vue.withKeys(function ($event) {
3249
+ onKeyup: [_cache[63] || (_cache[63] = vue.withKeys(function ($event) {
3214
3250
  return $options.onTimePickerElementMouseUp($event);
3215
- }, ["enter"])), _cache[60] || (_cache[60] = vue.withKeys(function ($event) {
3251
+ }, ["enter"])), _cache[64] || (_cache[64] = vue.withKeys(function ($event) {
3216
3252
  return $options.onTimePickerElementMouseUp($event);
3217
3253
  }, ["space"]))],
3218
3254
  type: "button"
@@ -3224,7 +3260,7 @@ this.primevue.calendar = (function (Button, CalendarIcon, ChevronDownIcon, Chevr
3224
3260
  }, _ctx.ptm('decrementIcon'), {
3225
3261
  "data-pc-group-section": "timepickerlabel"
3226
3262
  }), null, 16, ["class"]))];
3227
- })], 16, _hoisted_20)), [[_directive_ripple]])], 16)) : vue.createCommentVNode("", true), _ctx.hourFormat == '12' ? (vue.openBlock(), vue.createElementBlock("div", vue.mergeProps({
3263
+ })], 16, _hoisted_22)), [[_directive_ripple]])], 16)) : vue.createCommentVNode("", true), _ctx.hourFormat == '12' ? (vue.openBlock(), vue.createElementBlock("div", vue.mergeProps({
3228
3264
  key: 2,
3229
3265
  "class": _ctx.cx('separatorContainer')
3230
3266
  }, _ctx.ptm('separatorContainer'), {
@@ -3237,10 +3273,10 @@ this.primevue.calendar = (function (Button, CalendarIcon, ChevronDownIcon, Chevr
3237
3273
  }, _ctx.ptm('ampmPicker')), [vue.withDirectives((vue.openBlock(), vue.createElementBlock("button", vue.mergeProps({
3238
3274
  "class": _ctx.cx('incrementButton'),
3239
3275
  "aria-label": _ctx.$primevue.config.locale.am,
3240
- onClick: _cache[61] || (_cache[61] = function ($event) {
3276
+ onClick: _cache[65] || (_cache[65] = function ($event) {
3241
3277
  return $options.toggleAMPM($event);
3242
3278
  }),
3243
- onKeydown: _cache[62] || (_cache[62] = function () {
3279
+ onKeydown: _cache[66] || (_cache[66] = function () {
3244
3280
  return $options.onContainerButtonKeydown && $options.onContainerButtonKeydown.apply($options, arguments);
3245
3281
  }),
3246
3282
  type: "button",
@@ -3255,15 +3291,15 @@ this.primevue.calendar = (function (Button, CalendarIcon, ChevronDownIcon, Chevr
3255
3291
  }, _ctx.ptm('incrementIcon'), {
3256
3292
  "data-pc-group-section": "timepickerlabel"
3257
3293
  }), null, 16, ["class"]))];
3258
- })], 16, _hoisted_21)), [[_directive_ripple]]), vue.createElementVNode("span", vue.mergeProps(_ctx.ptm('ampm'), {
3294
+ })], 16, _hoisted_23)), [[_directive_ripple]]), vue.createElementVNode("span", vue.mergeProps(_ctx.ptm('ampm'), {
3259
3295
  "data-pc-group-section": "timepickerlabel"
3260
3296
  }), vue.toDisplayString($data.pm ? _ctx.$primevue.config.locale.pm : _ctx.$primevue.config.locale.am), 17), vue.withDirectives((vue.openBlock(), vue.createElementBlock("button", vue.mergeProps({
3261
3297
  "class": _ctx.cx('decrementButton'),
3262
3298
  "aria-label": _ctx.$primevue.config.locale.pm,
3263
- onClick: _cache[63] || (_cache[63] = function ($event) {
3299
+ onClick: _cache[67] || (_cache[67] = function ($event) {
3264
3300
  return $options.toggleAMPM($event);
3265
3301
  }),
3266
- onKeydown: _cache[64] || (_cache[64] = function () {
3302
+ onKeydown: _cache[68] || (_cache[68] = function () {
3267
3303
  return $options.onContainerButtonKeydown && $options.onContainerButtonKeydown.apply($options, arguments);
3268
3304
  }),
3269
3305
  type: "button",
@@ -3278,13 +3314,13 @@ this.primevue.calendar = (function (Button, CalendarIcon, ChevronDownIcon, Chevr
3278
3314
  }, _ctx.ptm('decrementIcon'), {
3279
3315
  "data-pc-group-section": "timepickerlabel"
3280
3316
  }), null, 16, ["class"]))];
3281
- })], 16, _hoisted_22)), [[_directive_ripple]])], 16)) : vue.createCommentVNode("", true)], 16)) : vue.createCommentVNode("", true), _ctx.showButtonBar ? (vue.openBlock(), vue.createElementBlock("div", vue.mergeProps({
3317
+ })], 16, _hoisted_24)), [[_directive_ripple]])], 16)) : vue.createCommentVNode("", true)], 16)) : vue.createCommentVNode("", true), _ctx.showButtonBar ? (vue.openBlock(), vue.createElementBlock("div", vue.mergeProps({
3282
3318
  key: 2,
3283
3319
  "class": _ctx.cx('buttonbar')
3284
3320
  }, _ctx.ptm('buttonbar')), [vue.createVNode(_component_CalendarButton, {
3285
3321
  type: "button",
3286
3322
  label: $options.todayLabel,
3287
- onClick: _cache[65] || (_cache[65] = function ($event) {
3323
+ onClick: _cache[69] || (_cache[69] = function ($event) {
3288
3324
  return $options.onTodayButtonClick($event);
3289
3325
  }),
3290
3326
  "class": vue.normalizeClass(_ctx.cx('todayButton')),
@@ -3296,7 +3332,7 @@ this.primevue.calendar = (function (Button, CalendarIcon, ChevronDownIcon, Chevr
3296
3332
  }, null, 8, ["label", "class", "onKeydown", "unstyled", "pt"]), vue.createVNode(_component_CalendarButton, {
3297
3333
  type: "button",
3298
3334
  label: $options.clearLabel,
3299
- onClick: _cache[66] || (_cache[66] = function ($event) {
3335
+ onClick: _cache[70] || (_cache[70] = function ($event) {
3300
3336
  return $options.onClearButtonClick($event);
3301
3337
  }),
3302
3338
  "class": vue.normalizeClass(_ctx.cx('clearButton')),