primevue 3.32.2 → 3.34.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.
- package/accordion/Accordion.d.ts +21 -2
- package/accordion/accordion.cjs.js +3 -3
- package/accordion/accordion.esm.js +3 -3
- package/accordion/accordion.js +3 -3
- package/accordiontab/AccordionTab.d.ts +24 -2
- package/autocomplete/AutoComplete.d.ts +24 -2
- package/autocomplete/AutoComplete.vue +1 -1
- package/autocomplete/autocomplete.cjs.js +5 -5
- package/autocomplete/autocomplete.cjs.min.js +1 -1
- package/autocomplete/autocomplete.esm.js +5 -5
- package/autocomplete/autocomplete.esm.min.js +1 -1
- package/autocomplete/autocomplete.js +5 -5
- package/autocomplete/autocomplete.min.js +1 -1
- package/avatar/Avatar.d.ts +21 -2
- package/avatargroup/AvatarGroup.d.ts +8 -2
- package/badge/Badge.d.ts +18 -2
- package/badgedirective/BadgeDirective.d.ts +12 -2
- package/badgedirective/badgedirective.cjs.js +3 -3
- package/badgedirective/badgedirective.esm.js +3 -3
- package/badgedirective/badgedirective.js +3 -3
- package/basecomponent/BaseComponent.vue +20 -22
- package/basecomponent/basecomponent.cjs.js +41 -28
- package/basecomponent/basecomponent.cjs.min.js +1 -1
- package/basecomponent/basecomponent.esm.js +41 -28
- package/basecomponent/basecomponent.esm.min.js +1 -1
- package/basecomponent/basecomponent.js +41 -28
- package/basecomponent/basecomponent.min.js +1 -1
- package/basedirective/basedirective.cjs.js +42 -25
- package/basedirective/basedirective.cjs.min.js +1 -1
- package/basedirective/basedirective.esm.js +42 -25
- package/basedirective/basedirective.esm.min.js +1 -1
- package/basedirective/basedirective.js +42 -25
- package/basedirective/basedirective.min.js +1 -1
- package/blockui/BlockUI.d.ts +21 -2
- package/breadcrumb/Breadcrumb.d.ts +47 -2
- package/breadcrumb/Breadcrumb.vue +7 -2
- package/breadcrumb/BreadcrumbItem.vue +28 -3
- package/breadcrumb/breadcrumb.cjs.js +35 -8
- package/breadcrumb/breadcrumb.cjs.min.js +1 -1
- package/breadcrumb/breadcrumb.esm.js +36 -9
- package/breadcrumb/breadcrumb.esm.min.js +1 -1
- package/breadcrumb/breadcrumb.js +35 -8
- package/breadcrumb/breadcrumb.min.js +1 -1
- package/button/Button.d.ts +24 -2
- package/button/button.cjs.js +1 -1
- package/button/button.esm.js +1 -1
- package/button/button.js +1 -1
- package/calendar/Calendar.d.ts +26 -4
- package/calendar/Calendar.vue +63 -29
- package/calendar/calendar.cjs.js +137 -51
- package/calendar/calendar.cjs.min.js +1 -1
- package/calendar/calendar.esm.js +137 -51
- package/calendar/calendar.esm.min.js +1 -1
- package/calendar/calendar.js +137 -51
- package/calendar/calendar.min.js +1 -1
- package/card/Card.d.ts +8 -2
- package/carousel/Carousel.d.ts +24 -2
- package/carousel/Carousel.vue +22 -2
- package/carousel/carousel.cjs.js +9 -5
- package/carousel/carousel.cjs.min.js +1 -1
- package/carousel/carousel.esm.js +9 -5
- package/carousel/carousel.esm.min.js +1 -1
- package/carousel/carousel.js +9 -5
- package/carousel/carousel.min.js +1 -1
- package/cascadeselect/CascadeSelect.d.ts +21 -2
- package/cascadeselect/cascadeselect.cjs.js +3 -3
- package/cascadeselect/cascadeselect.esm.js +3 -3
- package/cascadeselect/cascadeselect.js +3 -3
- package/chart/Chart.d.ts +18 -2
- package/chart/chart.cjs.js +3 -3
- package/chart/chart.esm.js +3 -3
- package/chart/chart.js +3 -3
- package/checkbox/Checkbox.d.ts +24 -2
- package/checkbox/checkbox.cjs.js +3 -3
- package/checkbox/checkbox.esm.js +3 -3
- package/checkbox/checkbox.js +3 -3
- package/chip/Chip.d.ts +21 -2
- package/chips/Chips.d.ts +21 -2
- package/chips/chips.cjs.js +3 -3
- package/chips/chips.esm.js +3 -3
- package/chips/chips.js +3 -3
- package/colorpicker/ColorPicker.d.ts +21 -2
- package/column/Column.d.ts +24 -2
- package/columngroup/ColumnGroup.d.ts +24 -2
- package/config/PrimeVue.d.ts +93 -92
- package/config/config.cjs.js +4 -3
- package/config/config.cjs.min.js +1 -1
- package/config/config.esm.js +4 -3
- package/config/config.esm.min.js +1 -1
- package/config/config.js +4 -3
- package/config/config.min.js +1 -1
- package/confirmdialog/ConfirmDialog.d.ts +21 -2
- package/confirmpopup/ConfirmPopup.d.ts +21 -2
- package/confirmpopup/confirmpopup.cjs.js +3 -3
- package/confirmpopup/confirmpopup.esm.js +3 -3
- package/confirmpopup/confirmpopup.js +3 -3
- package/contextmenu/ContextMenu.d.ts +54 -2
- package/contextmenu/ContextMenu.vue +13 -7
- package/contextmenu/ContextMenuSub.vue +34 -2
- package/contextmenu/contextmenu.cjs.js +41 -14
- package/contextmenu/contextmenu.cjs.min.js +1 -1
- package/contextmenu/contextmenu.esm.js +42 -15
- package/contextmenu/contextmenu.esm.min.js +1 -1
- package/contextmenu/contextmenu.js +41 -14
- package/contextmenu/contextmenu.min.js +1 -1
- package/core/core.js +256 -147
- package/core/core.min.js +12 -12
- package/datatable/BodyCell.vue +14 -4
- package/datatable/DataTable.d.ts +41 -3
- package/datatable/DataTable.vue +6 -3
- package/datatable/TableBody.vue +7 -8
- package/datatable/datatable.cjs.js +63 -57
- package/datatable/datatable.cjs.min.js +1 -1
- package/datatable/datatable.esm.js +63 -57
- package/datatable/datatable.esm.min.js +1 -1
- package/datatable/datatable.js +63 -57
- package/datatable/datatable.min.js +1 -1
- package/dataview/DataView.d.ts +21 -2
- package/dataviewlayoutoptions/DataViewLayoutOptions.d.ts +21 -2
- package/deferredcontent/DeferredContent.d.ts +21 -2
- package/dialog/Dialog.d.ts +21 -2
- package/dialog/Dialog.vue +2 -2
- package/dialog/dialog.cjs.js +7 -5
- package/dialog/dialog.cjs.min.js +1 -1
- package/dialog/dialog.esm.js +8 -6
- package/dialog/dialog.esm.min.js +1 -1
- package/dialog/dialog.js +7 -5
- package/dialog/dialog.min.js +1 -1
- package/divider/Divider.d.ts +18 -2
- package/dock/Dock.d.ts +46 -2
- package/dock/Dock.vue +5 -0
- package/dock/DockSub.vue +20 -1
- package/dock/dock.cjs.js +21 -2
- package/dock/dock.cjs.min.js +1 -1
- package/dock/dock.esm.js +22 -3
- package/dock/dock.esm.min.js +1 -1
- package/dock/dock.js +21 -2
- package/dock/dock.min.js +1 -1
- package/dropdown/Dropdown.d.ts +24 -2
- package/dropdown/dropdown.cjs.js +6 -6
- package/dropdown/dropdown.esm.js +6 -6
- package/dropdown/dropdown.js +6 -6
- package/editor/Editor.d.ts +22 -2
- package/editor/editor.cjs.js +3 -3
- package/editor/editor.esm.js +3 -3
- package/editor/editor.js +3 -3
- package/fieldset/Fieldset.d.ts +21 -2
- package/fieldset/fieldset.cjs.js +4 -4
- package/fieldset/fieldset.esm.js +4 -4
- package/fieldset/fieldset.js +4 -4
- package/fileupload/FileContent.vue +8 -6
- package/fileupload/FileUpload.d.ts +21 -2
- package/fileupload/FileUpload.vue +9 -7
- package/fileupload/fileupload.cjs.js +17 -13
- package/fileupload/fileupload.cjs.min.js +1 -1
- package/fileupload/fileupload.esm.js +17 -13
- package/fileupload/fileupload.esm.min.js +1 -1
- package/fileupload/fileupload.js +17 -13
- package/fileupload/fileupload.min.js +1 -1
- package/focustrap/FocusTrap.d.ts +8 -2
- package/galleria/Galleria.d.ts +24 -2
- package/galleria/galleria.cjs.js +9 -9
- package/galleria/galleria.esm.js +9 -9
- package/galleria/galleria.js +9 -9
- package/image/Image.d.ts +21 -2
- package/image/image.cjs.js +3 -3
- package/image/image.esm.js +3 -3
- package/image/image.js +3 -3
- package/inlinemessage/InlineMessage.d.ts +21 -2
- package/inplace/Inplace.d.ts +21 -2
- package/inplace/inplace.cjs.js +3 -3
- package/inplace/inplace.esm.js +3 -3
- package/inplace/inplace.js +3 -3
- package/inputmask/InputMask.d.ts +21 -2
- package/inputmask/InputMask.vue +3 -1
- package/inputmask/inputmask.cjs.js +2 -1
- package/inputmask/inputmask.cjs.min.js +1 -1
- package/inputmask/inputmask.esm.js +2 -1
- package/inputmask/inputmask.esm.min.js +1 -1
- package/inputmask/inputmask.js +2 -1
- package/inputmask/inputmask.min.js +1 -1
- package/inputnumber/InputNumber.d.ts +21 -2
- package/inputnumber/inputnumber.cjs.js +6 -6
- package/inputnumber/inputnumber.esm.js +6 -6
- package/inputnumber/inputnumber.js +6 -6
- package/inputswitch/InputSwitch.d.ts +21 -2
- package/inputswitch/inputswitch.cjs.js +3 -3
- package/inputswitch/inputswitch.esm.js +3 -3
- package/inputswitch/inputswitch.js +3 -3
- package/inputtext/InputText.d.ts +21 -2
- package/knob/Knob.d.ts +21 -2
- package/listbox/Listbox.d.ts +24 -2
- package/listbox/listbox.cjs.js +3 -3
- package/listbox/listbox.esm.js +3 -3
- package/listbox/listbox.js +3 -3
- package/megamenu/MegaMenu.d.ts +58 -2
- package/megamenu/MegaMenu.vue +6 -30
- package/megamenu/MegaMenuSub.vue +34 -3
- package/megamenu/megamenu.cjs.js +36 -39
- package/megamenu/megamenu.cjs.min.js +1 -1
- package/megamenu/megamenu.esm.js +37 -40
- package/megamenu/megamenu.esm.min.js +1 -1
- package/megamenu/megamenu.js +36 -39
- package/megamenu/megamenu.min.js +1 -1
- package/menu/Menu.d.ts +60 -2
- package/menu/Menu.vue +6 -1
- package/menu/Menuitem.vue +26 -1
- package/menu/menu.cjs.js +29 -7
- package/menu/menu.cjs.min.js +1 -1
- package/menu/menu.esm.js +30 -8
- package/menu/menu.esm.min.js +1 -1
- package/menu/menu.js +29 -7
- package/menu/menu.min.js +1 -1
- package/menubar/Menubar.d.ts +62 -2
- package/menubar/Menubar.vue +6 -0
- package/menubar/MenubarSub.vue +32 -1
- package/menubar/menubar.cjs.js +34 -6
- package/menubar/menubar.cjs.min.js +1 -1
- package/menubar/menubar.esm.js +35 -7
- package/menubar/menubar.esm.min.js +1 -1
- package/menubar/menubar.js +34 -6
- package/menubar/menubar.min.js +1 -1
- package/menuitem/MenuItem.d.ts +1 -0
- package/message/Message.d.ts +21 -2
- package/message/message.cjs.js +3 -3
- package/message/message.esm.js +3 -3
- package/message/message.js +3 -3
- package/multiselect/MultiSelect.d.ts +24 -2
- package/multiselect/multiselect.cjs.js +6 -6
- package/multiselect/multiselect.esm.js +6 -6
- package/multiselect/multiselect.js +6 -6
- package/orderlist/OrderList.d.ts +24 -2
- package/orderlist/OrderList.vue +7 -5
- package/orderlist/orderlist.cjs.js +10 -8
- package/orderlist/orderlist.cjs.min.js +1 -1
- package/orderlist/orderlist.esm.js +10 -8
- package/orderlist/orderlist.esm.min.js +1 -1
- package/orderlist/orderlist.js +10 -8
- package/orderlist/orderlist.min.js +1 -1
- package/organizationchart/OrganizationChart.d.ts +24 -2
- package/organizationchart/organizationchart.cjs.js +4 -4
- package/organizationchart/organizationchart.esm.js +4 -4
- package/organizationchart/organizationchart.js +4 -4
- package/overlaypanel/OverlayPanel.d.ts +21 -2
- package/overlaypanel/overlaypanel.cjs.js +3 -3
- package/overlaypanel/overlaypanel.esm.js +3 -3
- package/overlaypanel/overlaypanel.js +3 -3
- package/package.json +1 -1
- package/paginator/FirstPageLink.vue +1 -1
- package/paginator/JumpToPageDropdown.vue +1 -0
- package/paginator/LastPageLink.vue +1 -1
- package/paginator/NextPageLink.vue +1 -1
- package/paginator/Paginator.d.ts +24 -2
- package/paginator/PrevPageLink.vue +1 -1
- package/paginator/RowsPerPageDropdown.vue +1 -0
- package/paginator/paginator.cjs.js +19 -9
- package/paginator/paginator.cjs.min.js +1 -1
- package/paginator/paginator.esm.js +19 -9
- package/paginator/paginator.esm.min.js +1 -1
- package/paginator/paginator.js +19 -9
- package/paginator/paginator.min.js +1 -1
- package/panel/Panel.d.ts +21 -2
- package/panel/panel.cjs.js +3 -3
- package/panel/panel.esm.js +3 -3
- package/panel/panel.js +3 -3
- package/panelmenu/PanelMenu.d.ts +58 -2
- package/panelmenu/PanelMenu.vue +6 -0
- package/panelmenu/PanelMenuList.vue +1 -0
- package/panelmenu/PanelMenuSub.vue +33 -1
- package/panelmenu/panelmenu.cjs.js +41 -12
- package/panelmenu/panelmenu.cjs.min.js +1 -1
- package/panelmenu/panelmenu.esm.js +42 -13
- package/panelmenu/panelmenu.esm.min.js +1 -1
- package/panelmenu/panelmenu.js +41 -12
- package/panelmenu/panelmenu.min.js +1 -1
- package/passthrough/index.cjs.js +15 -9
- package/passthrough/index.cjs.min.js +1 -1
- package/passthrough/index.d.ts +4 -4
- package/passthrough/index.esm.js +15 -9
- package/passthrough/index.esm.min.js +1 -1
- package/passthrough/index.js +15 -9
- package/passthrough/index.min.js +1 -1
- package/passthrough/tailwind/index.cjs.js +3 -3
- package/passthrough/tailwind/index.cjs.min.js +1 -1
- package/passthrough/tailwind/index.esm.js +3 -3
- package/passthrough/tailwind/index.esm.min.js +1 -1
- package/passthrough/tailwind/index.js +3 -3
- package/passthrough/tailwind/index.min.js +1 -1
- package/password/Password.d.ts +21 -2
- package/password/password.cjs.js +3 -3
- package/password/password.esm.js +3 -3
- package/password/password.js +3 -3
- package/picklist/PickList.d.ts +24 -2
- package/picklist/PickList.vue +8 -5
- package/picklist/picklist.cjs.js +10 -8
- package/picklist/picklist.cjs.min.js +1 -1
- package/picklist/picklist.esm.js +10 -8
- package/picklist/picklist.esm.min.js +1 -1
- package/picklist/picklist.js +10 -8
- package/picklist/picklist.min.js +1 -1
- package/progressbar/ProgressBar.d.ts +18 -2
- package/progressspinner/ProgressSpinner.d.ts +18 -2
- package/radiobutton/RadioButton.d.ts +21 -2
- package/radiobutton/radiobutton.cjs.js +3 -3
- package/radiobutton/radiobutton.esm.js +3 -3
- package/radiobutton/radiobutton.js +3 -3
- package/rating/Rating.d.ts +24 -2
- package/ripple/Ripple.d.ts +8 -2
- package/row/Row.d.ts +16 -0
- package/scrollpanel/ScrollPanel.d.ts +21 -2
- package/scrolltop/ScrollTop.d.ts +21 -2
- package/selectbutton/SelectButton.d.ts +24 -2
- package/sidebar/Sidebar.d.ts +21 -2
- package/sidebar/sidebar.cjs.js +3 -3
- package/sidebar/sidebar.esm.js +3 -3
- package/sidebar/sidebar.js +3 -3
- package/skeleton/Skeleton.d.ts +18 -2
- package/slider/Slider.d.ts +18 -2
- package/speeddial/SpeedDial.d.ts +24 -2
- package/speeddial/speeddial.cjs.js +4 -4
- package/speeddial/speeddial.esm.js +4 -4
- package/speeddial/speeddial.js +4 -4
- package/splitbutton/SplitButton.d.ts +35 -2
- package/splitbutton/SplitButton.vue +6 -2
- package/splitbutton/splitbutton.cjs.js +17 -9
- package/splitbutton/splitbutton.cjs.min.js +1 -1
- package/splitbutton/splitbutton.esm.js +18 -10
- package/splitbutton/splitbutton.esm.min.js +1 -1
- package/splitbutton/splitbutton.js +17 -9
- package/splitbutton/splitbutton.min.js +1 -1
- package/splitter/Splitter.d.ts +24 -2
- package/splitterpanel/SplitterPanel.d.ts +21 -2
- package/steps/Steps.d.ts +51 -2
- package/steps/Steps.vue +31 -1
- package/steps/steps.cjs.js +31 -3
- package/steps/steps.cjs.min.js +1 -1
- package/steps/steps.esm.js +31 -3
- package/steps/steps.esm.min.js +1 -1
- package/steps/steps.js +32 -4
- package/steps/steps.min.js +1 -1
- package/styleclass/StyleClass.d.ts +8 -2
- package/tabmenu/TabMenu.d.ts +50 -2
- package/tabmenu/TabMenu.vue +27 -1
- package/tabmenu/tabmenu.cjs.js +26 -3
- package/tabmenu/tabmenu.cjs.min.js +1 -1
- package/tabmenu/tabmenu.esm.js +26 -3
- package/tabmenu/tabmenu.esm.min.js +1 -1
- package/tabmenu/tabmenu.js +27 -4
- package/tabmenu/tabmenu.min.js +1 -1
- package/tabpanel/TabPanel.d.ts +24 -2
- package/tabview/TabView.d.ts +8 -2
- package/tabview/tabview.cjs.js +3 -3
- package/tabview/tabview.esm.js +3 -3
- package/tabview/tabview.js +3 -3
- package/tag/Tag.d.ts +18 -2
- package/terminal/Terminal.d.ts +21 -2
- package/textarea/Textarea.d.ts +21 -2
- package/tieredmenu/TieredMenu.d.ts +58 -2
- package/tieredmenu/TieredMenu.vue +6 -0
- package/tieredmenu/TieredMenuSub.vue +33 -1
- package/tieredmenu/tieredmenu.cjs.js +35 -7
- package/tieredmenu/tieredmenu.cjs.min.js +1 -1
- package/tieredmenu/tieredmenu.esm.js +36 -8
- package/tieredmenu/tieredmenu.esm.min.js +1 -1
- package/tieredmenu/tieredmenu.js +35 -7
- package/tieredmenu/tieredmenu.min.js +1 -1
- package/timeline/Timeline.d.ts +21 -2
- package/toast/Toast.d.ts +21 -2
- package/toast/toast.cjs.js +7 -7
- package/toast/toast.esm.js +7 -7
- package/toast/toast.js +7 -7
- package/togglebutton/ToggleButton.d.ts +24 -2
- package/togglebutton/ToggleButton.vue +4 -4
- package/togglebutton/togglebutton.cjs.js +7 -7
- package/togglebutton/togglebutton.cjs.min.js +1 -1
- package/togglebutton/togglebutton.esm.js +7 -7
- package/togglebutton/togglebutton.esm.min.js +1 -1
- package/togglebutton/togglebutton.js +7 -7
- package/togglebutton/togglebutton.min.js +1 -1
- package/toolbar/Toolbar.d.ts +18 -2
- package/tooltip/Tooltip.d.ts +12 -2
- package/tooltip/tooltip.cjs.js +2 -2
- package/tooltip/tooltip.esm.js +2 -2
- package/tooltip/tooltip.js +2 -2
- package/tree/Tree.d.ts +24 -2
- package/tree/Tree.vue +1 -1
- package/tree/tree.cjs.js +7 -7
- package/tree/tree.cjs.min.js +1 -1
- package/tree/tree.esm.js +7 -7
- package/tree/tree.esm.min.js +1 -1
- package/tree/tree.js +7 -7
- package/tree/tree.min.js +1 -1
- package/treeselect/TreeSelect.d.ts +21 -2
- package/treeselect/treeselect.cjs.js +6 -6
- package/treeselect/treeselect.esm.js +6 -6
- package/treeselect/treeselect.js +6 -6
- package/treetable/BodyCell.vue +1 -1
- package/treetable/TreeTable.d.ts +24 -2
- package/treetable/TreeTableRow.vue +1 -1
- package/treetable/treetable.cjs.js +22 -20
- package/treetable/treetable.cjs.min.js +1 -1
- package/treetable/treetable.esm.js +22 -20
- package/treetable/treetable.esm.min.js +1 -1
- package/treetable/treetable.js +22 -20
- package/treetable/treetable.min.js +1 -1
- package/tristatecheckbox/TriStateCheckbox.d.ts +24 -2
- package/tristatecheckbox/tristatecheckbox.cjs.js +3 -3
- package/tristatecheckbox/tristatecheckbox.esm.js +3 -3
- package/tristatecheckbox/tristatecheckbox.js +3 -3
- package/ts-helpers.d.ts +2 -2
- package/utils/utils.cjs.js +30 -20
- package/utils/utils.cjs.min.js +1 -1
- package/utils/utils.esm.js +30 -20
- package/utils/utils.esm.min.js +1 -1
- package/utils/utils.js +30 -20
- package/utils/utils.min.js +1 -1
- package/vetur-attributes.json +1 -1
- package/virtualscroller/BaseVirtualScroller.vue +3 -3
- package/virtualscroller/VirtualScroller.d.ts +21 -2
- package/virtualscroller/virtualscroller.cjs.js +6 -6
- package/virtualscroller/virtualscroller.cjs.min.js +1 -1
- package/virtualscroller/virtualscroller.esm.js +6 -6
- package/virtualscroller/virtualscroller.esm.min.js +1 -1
- package/virtualscroller/virtualscroller.js +6 -6
- package/virtualscroller/virtualscroller.min.js +1 -1
- package/web-types.json +13 -3
package/calendar/calendar.cjs.js
CHANGED
|
@@ -28,7 +28,7 @@ var Ripple__default = /*#__PURE__*/_interopDefaultLegacy(Ripple);
|
|
|
28
28
|
var BaseComponent__default = /*#__PURE__*/_interopDefaultLegacy(BaseComponent);
|
|
29
29
|
|
|
30
30
|
var _classes;
|
|
31
|
-
function _typeof$2(
|
|
31
|
+
function _typeof$2(o) { "@babel/helpers - typeof"; return _typeof$2 = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof$2(o); }
|
|
32
32
|
function _defineProperty$1(obj, key, value) { key = _toPropertyKey$1(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
33
33
|
function _toPropertyKey$1(arg) { var key = _toPrimitive$1(arg, "string"); return _typeof$2(key) === "symbol" ? key : String(key); }
|
|
34
34
|
function _toPrimitive$1(input, hint) { if (_typeof$2(input) !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (_typeof$2(res) !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
|
|
@@ -364,7 +364,7 @@ var script$1 = {
|
|
|
364
364
|
}
|
|
365
365
|
};
|
|
366
366
|
|
|
367
|
-
function _typeof$1(
|
|
367
|
+
function _typeof$1(o) { "@babel/helpers - typeof"; return _typeof$1 = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof$1(o); }
|
|
368
368
|
function _toConsumableArray(arr) { return _arrayWithoutHoles(arr) || _iterableToArray(arr) || _unsupportedIterableToArray(arr) || _nonIterableSpread(); }
|
|
369
369
|
function _nonIterableSpread() { throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
|
|
370
370
|
function _iterableToArray(iter) { if (typeof Symbol !== "undefined" && iter[Symbol.iterator] != null || iter["@@iterator"] != null) return Array.from(iter); }
|
|
@@ -2605,9 +2605,9 @@ var script = {
|
|
|
2605
2605
|
}
|
|
2606
2606
|
};
|
|
2607
2607
|
|
|
2608
|
-
function _typeof(
|
|
2609
|
-
function ownKeys(
|
|
2610
|
-
function _objectSpread(
|
|
2608
|
+
function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
|
|
2609
|
+
function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
2610
|
+
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
2611
2611
|
function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
2612
2612
|
function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return _typeof(key) === "symbol" ? key : String(key); }
|
|
2613
2613
|
function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (_typeof(res) !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
|
|
@@ -2710,7 +2710,7 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
2710
2710
|
"default": vue.withCtx(function () {
|
|
2711
2711
|
return [vue.createVNode(vue.Transition, vue.mergeProps({
|
|
2712
2712
|
name: "p-connected-overlay",
|
|
2713
|
-
onEnter: _cache[
|
|
2713
|
+
onEnter: _cache[70] || (_cache[70] = function ($event) {
|
|
2714
2714
|
return $options.onOverlayEnter($event);
|
|
2715
2715
|
}),
|
|
2716
2716
|
onAfterEnter: $options.onOverlayEnterComplete,
|
|
@@ -2727,13 +2727,13 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
2727
2727
|
role: _ctx.inline ? null : 'dialog',
|
|
2728
2728
|
"aria-modal": _ctx.inline ? null : 'true',
|
|
2729
2729
|
"aria-label": _ctx.$primevue.config.locale.chooseDate,
|
|
2730
|
-
onClick: _cache[
|
|
2730
|
+
onClick: _cache[67] || (_cache[67] = function () {
|
|
2731
2731
|
return $options.onOverlayClick && $options.onOverlayClick.apply($options, arguments);
|
|
2732
2732
|
}),
|
|
2733
|
-
onKeydown: _cache[
|
|
2733
|
+
onKeydown: _cache[68] || (_cache[68] = function () {
|
|
2734
2734
|
return $options.onOverlayKeyDown && $options.onOverlayKeyDown.apply($options, arguments);
|
|
2735
2735
|
}),
|
|
2736
|
-
onMouseup: _cache[
|
|
2736
|
+
onMouseup: _cache[69] || (_cache[69] = function () {
|
|
2737
2737
|
return $options.onOverlayMouseUp && $options.onOverlayMouseUp.apply($options, arguments);
|
|
2738
2738
|
})
|
|
2739
2739
|
}, _objectSpread(_objectSpread({}, _ctx.panelProps), _ctx.ptm('panel'))), [!_ctx.timeOnly ? (vue.openBlock(), vue.createElementBlock(vue.Fragment, {
|
|
@@ -2759,7 +2759,9 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
2759
2759
|
}),
|
|
2760
2760
|
disabled: _ctx.disabled,
|
|
2761
2761
|
"aria-label": $data.currentView === 'year' ? _ctx.$primevue.config.locale.prevDecade : $data.currentView === 'month' ? _ctx.$primevue.config.locale.prevYear : _ctx.$primevue.config.locale.prevMonth
|
|
2762
|
-
}, _ctx.ptm('previousButton')
|
|
2762
|
+
}, _ctx.ptm('previousButton'), {
|
|
2763
|
+
"data-pc-group-section": "navigator"
|
|
2764
|
+
}), [vue.renderSlot(_ctx.$slots, "previousicon", {
|
|
2763
2765
|
"class": vue.normalizeClass(_ctx.cx('previousIcon'))
|
|
2764
2766
|
}, function () {
|
|
2765
2767
|
return [(vue.openBlock(), vue.createBlock(vue.resolveDynamicComponent(_ctx.previousIcon ? 'span' : 'ChevronLeftIcon'), vue.mergeProps({
|
|
@@ -2779,7 +2781,9 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
2779
2781
|
"class": _ctx.cx('monthTitle'),
|
|
2780
2782
|
disabled: $options.switchViewButtonDisabled,
|
|
2781
2783
|
"aria-label": _ctx.$primevue.config.locale.chooseMonth
|
|
2782
|
-
}, _ctx.ptm('monthTitle')
|
|
2784
|
+
}, _ctx.ptm('monthTitle'), {
|
|
2785
|
+
"data-pc-group-section": "view"
|
|
2786
|
+
}), vue.toDisplayString($options.getMonthName(month.month)), 17, _hoisted_5)) : vue.createCommentVNode("", true), $data.currentView !== 'year' ? (vue.openBlock(), vue.createElementBlock("button", vue.mergeProps({
|
|
2783
2787
|
key: 1,
|
|
2784
2788
|
type: "button",
|
|
2785
2789
|
onClick: _cache[9] || (_cache[9] = function () {
|
|
@@ -2791,7 +2795,9 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
2791
2795
|
"class": _ctx.cx('yearTitle'),
|
|
2792
2796
|
disabled: $options.switchViewButtonDisabled,
|
|
2793
2797
|
"aria-label": _ctx.$primevue.config.locale.chooseYear
|
|
2794
|
-
}, _ctx.ptm('yearTitle')
|
|
2798
|
+
}, _ctx.ptm('yearTitle'), {
|
|
2799
|
+
"data-pc-group-section": "view"
|
|
2800
|
+
}), vue.toDisplayString($options.getYear(month)), 17, _hoisted_6)) : vue.createCommentVNode("", true), $data.currentView === 'year' ? (vue.openBlock(), vue.createElementBlock("span", vue.mergeProps({
|
|
2795
2801
|
key: 2,
|
|
2796
2802
|
"class": _ctx.cx('decadeTitle')
|
|
2797
2803
|
}, _ctx.ptm('decadeTitle')), [vue.renderSlot(_ctx.$slots, "decade", {
|
|
@@ -2811,7 +2817,9 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
2811
2817
|
}),
|
|
2812
2818
|
disabled: _ctx.disabled,
|
|
2813
2819
|
"aria-label": $data.currentView === 'year' ? _ctx.$primevue.config.locale.nextDecade : $data.currentView === 'month' ? _ctx.$primevue.config.locale.nextYear : _ctx.$primevue.config.locale.nextMonth
|
|
2814
|
-
}, _ctx.ptm('nextButton')
|
|
2820
|
+
}, _ctx.ptm('nextButton'), {
|
|
2821
|
+
"data-pc-group-section": "navigator"
|
|
2822
|
+
}), [vue.renderSlot(_ctx.$slots, "nexticon", {
|
|
2815
2823
|
"class": vue.normalizeClass(_ctx.cx('nextIcon'))
|
|
2816
2824
|
}, function () {
|
|
2817
2825
|
return [(vue.openBlock(), vue.createBlock(vue.resolveDynamicComponent(_ctx.nextIcon ? 'span' : 'ChevronRightIcon'), vue.mergeProps({
|
|
@@ -2832,27 +2840,37 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
2832
2840
|
disabled: _ctx.showWeek
|
|
2833
2841
|
}
|
|
2834
2842
|
}), {
|
|
2835
|
-
"data-p-disabled": _ctx.showWeek
|
|
2836
|
-
|
|
2843
|
+
"data-p-disabled": _ctx.showWeek,
|
|
2844
|
+
"data-pc-group-section": "tableheadercell"
|
|
2845
|
+
}), [vue.createElementVNode("span", vue.mergeProps(_ctx.ptm('weekLabel'), {
|
|
2846
|
+
"data-pc-group-section": "tableheadercelllabel"
|
|
2847
|
+
}), 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) {
|
|
2837
2848
|
return vue.openBlock(), vue.createElementBlock("th", vue.mergeProps({
|
|
2838
2849
|
key: weekDay,
|
|
2839
2850
|
scope: "col",
|
|
2840
2851
|
abbr: weekDay
|
|
2841
|
-
}, _ctx.ptm('tableHeaderCell')
|
|
2852
|
+
}, _ctx.ptm('tableHeaderCell'), {
|
|
2853
|
+
"data-pc-group-section": "tableheadercell"
|
|
2854
|
+
}), [vue.createElementVNode("span", vue.mergeProps(_ctx.ptm('weekDay'), {
|
|
2855
|
+
"data-pc-group-section": "tableheadercelllabel"
|
|
2856
|
+
}), vue.toDisplayString(weekDay), 17)], 16, _hoisted_9);
|
|
2842
2857
|
}), 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) {
|
|
2843
2858
|
return vue.openBlock(), vue.createElementBlock("tr", vue.mergeProps({
|
|
2844
2859
|
key: week[0].day + '' + week[0].month
|
|
2845
2860
|
}, _ctx.ptm('tableBodyRow')), [_ctx.showWeek ? (vue.openBlock(), vue.createElementBlock("td", vue.mergeProps({
|
|
2846
2861
|
key: 0,
|
|
2847
2862
|
"class": _ctx.cx('weekNumber')
|
|
2848
|
-
}, _ctx.ptm('weekNumber')
|
|
2863
|
+
}, _ctx.ptm('weekNumber'), {
|
|
2864
|
+
"data-pc-group-section": "tablebodycell"
|
|
2865
|
+
}), [vue.createElementVNode("span", vue.mergeProps({
|
|
2849
2866
|
"class": _ctx.cx('weekLabelContainer')
|
|
2850
2867
|
}, _ctx.ptm('weekLabelContainer', {
|
|
2851
2868
|
context: {
|
|
2852
2869
|
disabled: _ctx.showWeek
|
|
2853
2870
|
}
|
|
2854
2871
|
}), {
|
|
2855
|
-
"data-p-disabled": _ctx.showWeek
|
|
2872
|
+
"data-p-disabled": _ctx.showWeek,
|
|
2873
|
+
"data-pc-group-section": "tablebodycelllabel"
|
|
2856
2874
|
}), [month.weekNumbers[i] < 10 ? (vue.openBlock(), vue.createElementBlock("span", vue.mergeProps({
|
|
2857
2875
|
key: 0,
|
|
2858
2876
|
style: {
|
|
@@ -2873,7 +2891,8 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
2873
2891
|
}
|
|
2874
2892
|
}), {
|
|
2875
2893
|
"data-p-today": date.today,
|
|
2876
|
-
"data-p-other-month": date.otherMonth
|
|
2894
|
+
"data-p-other-month": date.otherMonth,
|
|
2895
|
+
"data-pc-group-section": "tablebodycell"
|
|
2877
2896
|
}), [vue.withDirectives((vue.openBlock(), vue.createElementBlock("span", vue.mergeProps({
|
|
2878
2897
|
"class": _ctx.cx('dayLabel', {
|
|
2879
2898
|
date: date
|
|
@@ -2895,7 +2914,8 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
2895
2914
|
}
|
|
2896
2915
|
}), {
|
|
2897
2916
|
"data-p-disabled": !date.selectable,
|
|
2898
|
-
"data-p-highlight": $options.isSelected(date)
|
|
2917
|
+
"data-p-highlight": $options.isSelected(date),
|
|
2918
|
+
"data-pc-group-section": "tablebodycelllabel"
|
|
2899
2919
|
}), [vue.renderSlot(_ctx.$slots, "date", {
|
|
2900
2920
|
date: date
|
|
2901
2921
|
}, function () {
|
|
@@ -2984,7 +3004,9 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
2984
3004
|
"class": _ctx.cx('timePicker')
|
|
2985
3005
|
}, _ctx.ptm('timePicker')), [vue.createElementVNode("div", vue.mergeProps({
|
|
2986
3006
|
"class": _ctx.cx('hourPicker')
|
|
2987
|
-
}, _ctx.ptm('hourPicker')
|
|
3007
|
+
}, _ctx.ptm('hourPicker'), {
|
|
3008
|
+
"data-pc-group-section": "timepickerContainer"
|
|
3009
|
+
}), [vue.withDirectives((vue.openBlock(), vue.createElementBlock("button", vue.mergeProps({
|
|
2988
3010
|
"class": _ctx.cx('incrementButton'),
|
|
2989
3011
|
"aria-label": _ctx.$primevue.config.locale.nextHour,
|
|
2990
3012
|
onMousedown: _cache[13] || (_cache[13] = function ($event) {
|
|
@@ -3009,11 +3031,17 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
3009
3031
|
return $options.onTimePickerElementMouseUp($event);
|
|
3010
3032
|
}, ["space"]))],
|
|
3011
3033
|
type: "button"
|
|
3012
|
-
}, _ctx.ptm('incrementButton')
|
|
3034
|
+
}, _ctx.ptm('incrementButton'), {
|
|
3035
|
+
"data-pc-group-section": "timepickerbutton"
|
|
3036
|
+
}), [vue.renderSlot(_ctx.$slots, "incrementicon", {}, function () {
|
|
3013
3037
|
return [(vue.openBlock(), vue.createBlock(vue.resolveDynamicComponent(_ctx.incrementIcon ? 'span' : 'ChevronUpIcon'), vue.mergeProps({
|
|
3014
3038
|
"class": _ctx.incrementIcon
|
|
3015
|
-
}, _ctx.ptm('incrementIcon')
|
|
3016
|
-
|
|
3039
|
+
}, _ctx.ptm('incrementIcon'), {
|
|
3040
|
+
"data-pc-group-section": "timepickerlabel"
|
|
3041
|
+
}), null, 16, ["class"]))];
|
|
3042
|
+
})], 16, _hoisted_15)), [[_directive_ripple]]), vue.createElementVNode("span", vue.mergeProps(_ctx.ptm('hour'), {
|
|
3043
|
+
"data-pc-group-section": "timepickerlabel"
|
|
3044
|
+
}), vue.toDisplayString($options.formattedCurrentHour), 17), vue.withDirectives((vue.openBlock(), vue.createElementBlock("button", vue.mergeProps({
|
|
3017
3045
|
"class": _ctx.cx('decrementButton'),
|
|
3018
3046
|
"aria-label": _ctx.$primevue.config.locale.prevHour,
|
|
3019
3047
|
onMousedown: _cache[21] || (_cache[21] = function ($event) {
|
|
@@ -3038,15 +3066,25 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
3038
3066
|
return $options.onTimePickerElementMouseUp($event);
|
|
3039
3067
|
}, ["space"]))],
|
|
3040
3068
|
type: "button"
|
|
3041
|
-
}, _ctx.ptm('decrementButton')
|
|
3069
|
+
}, _ctx.ptm('decrementButton'), {
|
|
3070
|
+
"data-pc-group-section": "timepickerbutton"
|
|
3071
|
+
}), [vue.renderSlot(_ctx.$slots, "decrementicon", {}, function () {
|
|
3042
3072
|
return [(vue.openBlock(), vue.createBlock(vue.resolveDynamicComponent(_ctx.decrementIcon ? 'span' : 'ChevronDownIcon'), vue.mergeProps({
|
|
3043
3073
|
"class": _ctx.decrementIcon
|
|
3044
|
-
}, _ctx.ptm('decrementIcon')
|
|
3074
|
+
}, _ctx.ptm('decrementIcon'), {
|
|
3075
|
+
"data-pc-group-section": "timepickerlabel"
|
|
3076
|
+
}), null, 16, ["class"]))];
|
|
3045
3077
|
})], 16, _hoisted_16)), [[_directive_ripple]])], 16), vue.createElementVNode("div", vue.mergeProps({
|
|
3046
3078
|
"class": _ctx.cx('separatorContainer')
|
|
3047
|
-
}, _ctx.ptm('separatorContainer')
|
|
3079
|
+
}, _ctx.ptm('separatorContainer'), {
|
|
3080
|
+
"data-pc-group-section": "timepickerContainer"
|
|
3081
|
+
}), [vue.createElementVNode("span", vue.mergeProps(_ctx.ptm('separator'), {
|
|
3082
|
+
"data-pc-group-section": "timepickerlabel"
|
|
3083
|
+
}), vue.toDisplayString(_ctx.timeSeparator), 17)], 16), vue.createElementVNode("div", vue.mergeProps({
|
|
3048
3084
|
"class": _ctx.cx('minutePicker')
|
|
3049
|
-
}, _ctx.ptm('minutePicker')
|
|
3085
|
+
}, _ctx.ptm('minutePicker'), {
|
|
3086
|
+
"data-pc-group-section": "timepickerContainer"
|
|
3087
|
+
}), [vue.withDirectives((vue.openBlock(), vue.createElementBlock("button", vue.mergeProps({
|
|
3050
3088
|
"class": _ctx.cx('incrementButton'),
|
|
3051
3089
|
"aria-label": _ctx.$primevue.config.locale.nextMinute,
|
|
3052
3090
|
onMousedown: _cache[29] || (_cache[29] = function ($event) {
|
|
@@ -3072,11 +3110,17 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
3072
3110
|
return $options.onTimePickerElementMouseUp($event);
|
|
3073
3111
|
}, ["space"]))],
|
|
3074
3112
|
type: "button"
|
|
3075
|
-
}, _ctx.ptm('incrementButton')
|
|
3113
|
+
}, _ctx.ptm('incrementButton'), {
|
|
3114
|
+
"data-pc-group-section": "timepickerbutton"
|
|
3115
|
+
}), [vue.renderSlot(_ctx.$slots, "incrementicon", {}, function () {
|
|
3076
3116
|
return [(vue.openBlock(), vue.createBlock(vue.resolveDynamicComponent(_ctx.incrementIcon ? 'span' : 'ChevronUpIcon'), vue.mergeProps({
|
|
3077
3117
|
"class": _ctx.incrementIcon
|
|
3078
|
-
}, _ctx.ptm('incrementIcon')
|
|
3079
|
-
|
|
3118
|
+
}, _ctx.ptm('incrementIcon'), {
|
|
3119
|
+
"data-pc-group-section": "timepickerlabel"
|
|
3120
|
+
}), null, 16, ["class"]))];
|
|
3121
|
+
})], 16, _hoisted_17)), [[_directive_ripple]]), vue.createElementVNode("span", vue.mergeProps(_ctx.ptm('minute'), {
|
|
3122
|
+
"data-pc-group-section": "timepickerlabel"
|
|
3123
|
+
}), vue.toDisplayString($options.formattedCurrentMinute), 17), vue.withDirectives((vue.openBlock(), vue.createElementBlock("button", vue.mergeProps({
|
|
3080
3124
|
"class": _ctx.cx('decrementButton'),
|
|
3081
3125
|
"aria-label": _ctx.$primevue.config.locale.prevMinute,
|
|
3082
3126
|
onMousedown: _cache[37] || (_cache[37] = function ($event) {
|
|
@@ -3102,17 +3146,27 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
3102
3146
|
return $options.onTimePickerElementMouseUp($event);
|
|
3103
3147
|
}, ["space"]))],
|
|
3104
3148
|
type: "button"
|
|
3105
|
-
}, _ctx.ptm('decrementButton')
|
|
3149
|
+
}, _ctx.ptm('decrementButton'), {
|
|
3150
|
+
"data-pc-group-section": "timepickerbutton"
|
|
3151
|
+
}), [vue.renderSlot(_ctx.$slots, "decrementicon", {}, function () {
|
|
3106
3152
|
return [(vue.openBlock(), vue.createBlock(vue.resolveDynamicComponent(_ctx.decrementIcon ? 'span' : 'ChevronDownIcon'), vue.mergeProps({
|
|
3107
3153
|
"class": _ctx.decrementIcon
|
|
3108
|
-
}, _ctx.ptm('decrementIcon')
|
|
3154
|
+
}, _ctx.ptm('decrementIcon'), {
|
|
3155
|
+
"data-pc-group-section": "timepickerlabel"
|
|
3156
|
+
}), null, 16, ["class"]))];
|
|
3109
3157
|
})], 16, _hoisted_18)), [[_directive_ripple]])], 16), _ctx.showSeconds ? (vue.openBlock(), vue.createElementBlock("div", vue.mergeProps({
|
|
3110
3158
|
key: 0,
|
|
3111
3159
|
"class": _ctx.cx('separatorContainer')
|
|
3112
|
-
}, _ctx.ptm('separatorContainer')
|
|
3160
|
+
}, _ctx.ptm('separatorContainer'), {
|
|
3161
|
+
"data-pc-group-section": "timepickerContainer"
|
|
3162
|
+
}), [vue.createElementVNode("span", vue.mergeProps(_ctx.ptm('separator'), {
|
|
3163
|
+
"data-pc-group-section": "timepickerlabel"
|
|
3164
|
+
}), vue.toDisplayString(_ctx.timeSeparator), 17)], 16)) : vue.createCommentVNode("", true), _ctx.showSeconds ? (vue.openBlock(), vue.createElementBlock("div", vue.mergeProps({
|
|
3113
3165
|
key: 1,
|
|
3114
3166
|
"class": _ctx.cx('secondPicker')
|
|
3115
|
-
}, _ctx.ptm('secondPicker')
|
|
3167
|
+
}, _ctx.ptm('secondPicker'), {
|
|
3168
|
+
"data-pc-group-section": "timepickerContainer"
|
|
3169
|
+
}), [vue.withDirectives((vue.openBlock(), vue.createElementBlock("button", vue.mergeProps({
|
|
3116
3170
|
"class": _ctx.cx('incrementButton'),
|
|
3117
3171
|
"aria-label": _ctx.$primevue.config.locale.nextSecond,
|
|
3118
3172
|
onMousedown: _cache[45] || (_cache[45] = function ($event) {
|
|
@@ -3138,11 +3192,17 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
3138
3192
|
return $options.onTimePickerElementMouseUp($event);
|
|
3139
3193
|
}, ["space"]))],
|
|
3140
3194
|
type: "button"
|
|
3141
|
-
}, _ctx.ptm('incrementButton')
|
|
3195
|
+
}, _ctx.ptm('incrementButton'), {
|
|
3196
|
+
"data-pc-group-section": "timepickerbutton"
|
|
3197
|
+
}), [vue.renderSlot(_ctx.$slots, "incrementicon", {}, function () {
|
|
3142
3198
|
return [(vue.openBlock(), vue.createBlock(vue.resolveDynamicComponent(_ctx.incrementIcon ? 'span' : 'ChevronUpIcon'), vue.mergeProps({
|
|
3143
3199
|
"class": _ctx.incrementIcon
|
|
3144
|
-
}, _ctx.ptm('incrementIcon')
|
|
3145
|
-
|
|
3200
|
+
}, _ctx.ptm('incrementIcon'), {
|
|
3201
|
+
"data-pc-group-section": "timepickerlabel"
|
|
3202
|
+
}), null, 16, ["class"]))];
|
|
3203
|
+
})], 16, _hoisted_19)), [[_directive_ripple]]), vue.createElementVNode("span", vue.mergeProps(_ctx.ptm('second'), {
|
|
3204
|
+
"data-pc-group-section": "timepickerlabel"
|
|
3205
|
+
}), vue.toDisplayString($options.formattedCurrentSecond), 17), vue.withDirectives((vue.openBlock(), vue.createElementBlock("button", vue.mergeProps({
|
|
3146
3206
|
"class": _ctx.cx('decrementButton'),
|
|
3147
3207
|
"aria-label": _ctx.$primevue.config.locale.prevSecond,
|
|
3148
3208
|
onMousedown: _cache[53] || (_cache[53] = function ($event) {
|
|
@@ -3168,14 +3228,22 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
3168
3228
|
return $options.onTimePickerElementMouseUp($event);
|
|
3169
3229
|
}, ["space"]))],
|
|
3170
3230
|
type: "button"
|
|
3171
|
-
}, _ctx.ptm('decrementButton')
|
|
3231
|
+
}, _ctx.ptm('decrementButton'), {
|
|
3232
|
+
"data-pc-group-section": "timepickerbutton"
|
|
3233
|
+
}), [vue.renderSlot(_ctx.$slots, "decrementicon", {}, function () {
|
|
3172
3234
|
return [(vue.openBlock(), vue.createBlock(vue.resolveDynamicComponent(_ctx.decrementIcon ? 'span' : 'ChevronDownIcon'), vue.mergeProps({
|
|
3173
3235
|
"class": _ctx.decrementIcon
|
|
3174
|
-
}, _ctx.ptm('decrementIcon')
|
|
3236
|
+
}, _ctx.ptm('decrementIcon'), {
|
|
3237
|
+
"data-pc-group-section": "timepickerlabel"
|
|
3238
|
+
}), null, 16, ["class"]))];
|
|
3175
3239
|
})], 16, _hoisted_20)), [[_directive_ripple]])], 16)) : vue.createCommentVNode("", true), _ctx.hourFormat == '12' ? (vue.openBlock(), vue.createElementBlock("div", vue.mergeProps({
|
|
3176
3240
|
key: 2,
|
|
3177
3241
|
"class": _ctx.cx('separatorContainer')
|
|
3178
|
-
}, _ctx.ptm('separatorContainer')
|
|
3242
|
+
}, _ctx.ptm('separatorContainer'), {
|
|
3243
|
+
"data-pc-group-section": "timepickerContainer"
|
|
3244
|
+
}), [vue.createElementVNode("span", vue.mergeProps(_ctx.ptm('separator'), {
|
|
3245
|
+
"data-pc-group-section": "timepickerlabel"
|
|
3246
|
+
}), vue.toDisplayString(_ctx.timeSeparator), 17)], 16)) : vue.createCommentVNode("", true), _ctx.hourFormat == '12' ? (vue.openBlock(), vue.createElementBlock("div", vue.mergeProps({
|
|
3179
3247
|
key: 3,
|
|
3180
3248
|
"class": _ctx.cx('ampmPicker')
|
|
3181
3249
|
}, _ctx.ptm('ampmPicker')), [vue.withDirectives((vue.openBlock(), vue.createElementBlock("button", vue.mergeProps({
|
|
@@ -3184,53 +3252,71 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
3184
3252
|
onClick: _cache[61] || (_cache[61] = function ($event) {
|
|
3185
3253
|
return $options.toggleAMPM($event);
|
|
3186
3254
|
}),
|
|
3255
|
+
onKeydown: _cache[62] || (_cache[62] = function () {
|
|
3256
|
+
return $options.onContainerButtonKeydown && $options.onContainerButtonKeydown.apply($options, arguments);
|
|
3257
|
+
}),
|
|
3187
3258
|
type: "button",
|
|
3188
3259
|
disabled: _ctx.disabled
|
|
3189
|
-
}, _ctx.ptm('incrementButton')
|
|
3260
|
+
}, _ctx.ptm('incrementButton'), {
|
|
3261
|
+
"data-pc-group-section": "timepickerbutton"
|
|
3262
|
+
}), [vue.renderSlot(_ctx.$slots, "incrementicon", {
|
|
3190
3263
|
"class": vue.normalizeClass(_ctx.cx('incrementIcon'))
|
|
3191
3264
|
}, function () {
|
|
3192
3265
|
return [(vue.openBlock(), vue.createBlock(vue.resolveDynamicComponent(_ctx.incrementIcon ? 'span' : 'ChevronUpIcon'), vue.mergeProps({
|
|
3193
3266
|
"class": _ctx.cx('incrementIcon')
|
|
3194
|
-
}, _ctx.ptm('incrementIcon')
|
|
3195
|
-
|
|
3267
|
+
}, _ctx.ptm('incrementIcon'), {
|
|
3268
|
+
"data-pc-group-section": "timepickerlabel"
|
|
3269
|
+
}), null, 16, ["class"]))];
|
|
3270
|
+
})], 16, _hoisted_21)), [[_directive_ripple]]), vue.createElementVNode("span", vue.mergeProps(_ctx.ptm('ampm'), {
|
|
3271
|
+
"data-pc-group-section": "timepickerlabel"
|
|
3272
|
+
}), vue.toDisplayString($data.pm ? _ctx.$primevue.config.locale.pm : _ctx.$primevue.config.locale.am), 17), vue.withDirectives((vue.openBlock(), vue.createElementBlock("button", vue.mergeProps({
|
|
3196
3273
|
"class": _ctx.cx('decrementButton'),
|
|
3197
3274
|
"aria-label": _ctx.$primevue.config.locale.pm,
|
|
3198
|
-
onClick: _cache[
|
|
3275
|
+
onClick: _cache[63] || (_cache[63] = function ($event) {
|
|
3199
3276
|
return $options.toggleAMPM($event);
|
|
3200
3277
|
}),
|
|
3278
|
+
onKeydown: _cache[64] || (_cache[64] = function () {
|
|
3279
|
+
return $options.onContainerButtonKeydown && $options.onContainerButtonKeydown.apply($options, arguments);
|
|
3280
|
+
}),
|
|
3201
3281
|
type: "button",
|
|
3202
3282
|
disabled: _ctx.disabled
|
|
3203
|
-
}, _ctx.ptm('decrementButton')
|
|
3283
|
+
}, _ctx.ptm('decrementButton'), {
|
|
3284
|
+
"data-pc-group-section": "timepickerbutton"
|
|
3285
|
+
}), [vue.renderSlot(_ctx.$slots, "decrementicon", {
|
|
3204
3286
|
"class": vue.normalizeClass(_ctx.cx('decrementIcon'))
|
|
3205
3287
|
}, function () {
|
|
3206
3288
|
return [(vue.openBlock(), vue.createBlock(vue.resolveDynamicComponent(_ctx.decrementIcon ? 'span' : 'ChevronDownIcon'), vue.mergeProps({
|
|
3207
3289
|
"class": _ctx.cx('decrementIcon')
|
|
3208
|
-
}, _ctx.ptm('decrementIcon')
|
|
3290
|
+
}, _ctx.ptm('decrementIcon'), {
|
|
3291
|
+
"data-pc-group-section": "timepickerlabel"
|
|
3292
|
+
}), null, 16, ["class"]))];
|
|
3209
3293
|
})], 16, _hoisted_22)), [[_directive_ripple]])], 16)) : vue.createCommentVNode("", true)], 16)) : vue.createCommentVNode("", true), _ctx.showButtonBar ? (vue.openBlock(), vue.createElementBlock("div", vue.mergeProps({
|
|
3210
3294
|
key: 2,
|
|
3211
3295
|
"class": _ctx.cx('buttonbar')
|
|
3212
3296
|
}, _ctx.ptm('buttonbar')), [vue.createVNode(_component_CalendarButton, {
|
|
3213
3297
|
type: "button",
|
|
3214
3298
|
label: $options.todayLabel,
|
|
3215
|
-
onClick: _cache[
|
|
3299
|
+
onClick: _cache[65] || (_cache[65] = function ($event) {
|
|
3216
3300
|
return $options.onTodayButtonClick($event);
|
|
3217
3301
|
}),
|
|
3218
3302
|
"class": vue.normalizeClass(_ctx.cx('todayButton')),
|
|
3219
3303
|
onKeydown: $options.onContainerButtonKeydown,
|
|
3220
3304
|
unstyled: _ctx.unstyled,
|
|
3221
3305
|
pt: _ctx.ptm('todayButton'),
|
|
3222
|
-
"data-pc-section": "todaybutton"
|
|
3306
|
+
"data-pc-section": "todaybutton",
|
|
3307
|
+
"data-pc-group-section": "button"
|
|
3223
3308
|
}, null, 8, ["label", "class", "onKeydown", "unstyled", "pt"]), vue.createVNode(_component_CalendarButton, {
|
|
3224
3309
|
type: "button",
|
|
3225
3310
|
label: $options.clearLabel,
|
|
3226
|
-
onClick: _cache[
|
|
3311
|
+
onClick: _cache[66] || (_cache[66] = function ($event) {
|
|
3227
3312
|
return $options.onClearButtonClick($event);
|
|
3228
3313
|
}),
|
|
3229
3314
|
"class": vue.normalizeClass(_ctx.cx('clearButton')),
|
|
3230
3315
|
onKeydown: $options.onContainerButtonKeydown,
|
|
3231
3316
|
unstyled: _ctx.unstyled,
|
|
3232
3317
|
pt: _ctx.ptm('clearButton'),
|
|
3233
|
-
"data-pc-section": "clearbutton"
|
|
3318
|
+
"data-pc-section": "clearbutton",
|
|
3319
|
+
"data-pc-group-section": "button"
|
|
3234
3320
|
}, null, 8, ["label", "class", "onKeydown", "unstyled", "pt"])], 16)) : vue.createCommentVNode("", true), vue.renderSlot(_ctx.$slots, "footer")], 16, _hoisted_3)) : vue.createCommentVNode("", true)];
|
|
3235
3321
|
}),
|
|
3236
3322
|
_: 3
|