primevue 3.31.0 → 3.32.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 +5 -5
- package/accordion/Accordion.vue +1 -1
- package/accordion/accordion.cjs.js +3 -3
- package/accordion/accordion.cjs.min.js +1 -1
- package/accordion/accordion.esm.js +3 -3
- package/accordion/accordion.esm.min.js +1 -1
- package/accordion/accordion.js +3 -3
- package/accordion/accordion.min.js +1 -1
- package/accordiontab/AccordionTab.d.ts +18 -12
- package/autocomplete/AutoComplete.d.ts +34 -23
- package/autocomplete/AutoComplete.vue +3 -3
- package/autocomplete/BaseAutoComplete.vue +4 -0
- package/autocomplete/autocomplete.cjs.js +9 -5
- package/autocomplete/autocomplete.cjs.min.js +1 -1
- package/autocomplete/autocomplete.esm.js +9 -5
- package/autocomplete/autocomplete.esm.min.js +1 -1
- package/autocomplete/autocomplete.js +9 -5
- package/autocomplete/autocomplete.min.js +1 -1
- package/avatar/Avatar.d.ts +7 -7
- package/avatar/Avatar.vue +2 -2
- package/avatar/avatar.cjs.js +2 -2
- package/avatar/avatar.cjs.min.js +1 -1
- package/avatar/avatar.esm.js +2 -2
- package/avatar/avatar.esm.min.js +1 -1
- package/avatar/avatar.js +2 -2
- package/avatar/avatar.min.js +1 -1
- package/avatargroup/AvatarGroup.d.ts +3 -3
- package/badge/Badge.d.ts +3 -3
- package/badgedirective/BadgeDirective.d.ts +45 -4
- package/badgedirective/badgedirective.cjs.js +11 -1
- package/badgedirective/badgedirective.cjs.min.js +1 -1
- package/badgedirective/badgedirective.esm.js +11 -1
- package/badgedirective/badgedirective.esm.min.js +1 -1
- package/badgedirective/badgedirective.js +11 -1
- package/badgedirective/badgedirective.min.js +1 -1
- package/basecomponent/BaseComponent.vue +51 -25
- package/basecomponent/basecomponent.cjs.js +66 -42
- package/basecomponent/basecomponent.cjs.min.js +1 -1
- package/basecomponent/basecomponent.esm.js +66 -42
- package/basecomponent/basecomponent.esm.min.js +1 -1
- package/basecomponent/basecomponent.js +66 -42
- package/basecomponent/basecomponent.min.js +1 -1
- package/basedirective/basedirective.cjs.js +9 -3
- package/basedirective/basedirective.cjs.min.js +1 -1
- package/basedirective/basedirective.esm.js +9 -3
- package/basedirective/basedirective.esm.min.js +1 -1
- package/basedirective/basedirective.js +9 -3
- package/basedirective/basedirective.min.js +1 -1
- package/blockui/BaseBlockUI.vue +0 -8
- package/blockui/BlockUI.d.ts +7 -3
- package/blockui/BlockUI.vue +35 -10
- package/blockui/blockui.cjs.js +34 -12
- package/blockui/blockui.cjs.min.js +1 -1
- package/blockui/blockui.esm.js +34 -12
- package/blockui/blockui.esm.min.js +1 -1
- package/blockui/blockui.js +34 -12
- package/blockui/blockui.min.js +1 -1
- package/breadcrumb/Breadcrumb.d.ts +10 -10
- package/button/Button.d.ts +8 -7
- package/button/Button.vue +4 -0
- package/button/button.cjs.js +5 -0
- package/button/button.cjs.min.js +1 -1
- package/button/button.esm.js +5 -0
- package/button/button.esm.min.js +1 -1
- package/button/button.js +5 -0
- package/button/button.min.js +1 -1
- package/calendar/Calendar.d.ts +129 -53
- package/calendar/Calendar.vue +49 -7
- package/calendar/calendar.cjs.js +72 -35
- package/calendar/calendar.cjs.min.js +1 -1
- package/calendar/calendar.esm.js +72 -35
- package/calendar/calendar.esm.min.js +1 -1
- package/calendar/calendar.js +72 -35
- package/calendar/calendar.min.js +1 -1
- package/card/Card.d.ts +9 -9
- package/carousel/Carousel.d.ts +32 -20
- package/carousel/Carousel.vue +10 -2
- package/carousel/carousel.cjs.js +11 -2
- package/carousel/carousel.cjs.min.js +1 -1
- package/carousel/carousel.esm.js +11 -2
- package/carousel/carousel.esm.min.js +1 -1
- package/carousel/carousel.js +11 -2
- package/carousel/carousel.min.js +1 -1
- package/cascadeselect/CascadeSelect.d.ts +25 -19
- package/cascadeselect/CascadeSelect.vue +1 -1
- package/cascadeselect/cascadeselect.cjs.js +3 -3
- package/cascadeselect/cascadeselect.cjs.min.js +1 -1
- package/cascadeselect/cascadeselect.esm.js +3 -3
- package/cascadeselect/cascadeselect.esm.min.js +1 -1
- package/cascadeselect/cascadeselect.js +3 -3
- package/cascadeselect/cascadeselect.min.js +1 -1
- package/chart/Chart.d.ts +5 -5
- package/checkbox/Checkbox.d.ts +8 -8
- package/chip/Chip.d.ts +7 -7
- package/chips/Chips.d.ts +10 -10
- package/colorpicker/ColorPicker.d.ts +18 -11
- package/colorpicker/ColorPicker.vue +1 -1
- package/colorpicker/colorpicker.cjs.js +3 -3
- package/colorpicker/colorpicker.cjs.min.js +1 -1
- package/colorpicker/colorpicker.esm.js +3 -3
- package/colorpicker/colorpicker.esm.min.js +1 -1
- package/colorpicker/colorpicker.js +3 -3
- package/colorpicker/colorpicker.min.js +1 -1
- package/column/Column.d.ts +58 -58
- package/columngroup/ColumnGroup.d.ts +3 -3
- package/config/PrimeVue.d.ts +8 -0
- package/config/config.cjs.js +4 -1
- package/config/config.cjs.min.js +1 -1
- package/config/config.esm.js +4 -1
- package/config/config.esm.min.js +1 -1
- package/config/config.js +4 -1
- package/config/config.min.js +1 -1
- package/confirmdialog/ConfirmDialog.d.ts +14 -14
- package/confirmpopup/ConfirmPopup.d.ts +16 -10
- package/confirmpopup/ConfirmPopup.vue +1 -1
- package/confirmpopup/confirmpopup.cjs.js +3 -3
- package/confirmpopup/confirmpopup.cjs.min.js +1 -1
- package/confirmpopup/confirmpopup.esm.js +4 -4
- package/confirmpopup/confirmpopup.esm.min.js +1 -1
- package/confirmpopup/confirmpopup.js +3 -3
- package/confirmpopup/confirmpopup.min.js +1 -1
- package/contextmenu/ContextMenu.d.ts +19 -13
- package/contextmenu/ContextMenu.vue +1 -1
- package/contextmenu/ContextMenuSub.vue +1 -1
- package/contextmenu/contextmenu.cjs.js +6 -6
- package/contextmenu/contextmenu.cjs.min.js +1 -1
- package/contextmenu/contextmenu.esm.js +7 -7
- package/contextmenu/contextmenu.esm.min.js +1 -1
- package/contextmenu/contextmenu.js +6 -6
- package/contextmenu/contextmenu.min.js +1 -1
- package/core/core.js +1958 -1326
- package/core/core.min.js +18 -16
- package/datatable/BaseDataTable.vue +1 -1
- package/datatable/BodyCell.vue +1 -0
- package/datatable/ColumnFilter.vue +1 -1
- package/datatable/DataTable.d.ts +37 -31
- package/datatable/DataTable.vue +4 -1
- package/datatable/datatable.cjs.js +10 -5
- package/datatable/datatable.cjs.min.js +1 -1
- package/datatable/datatable.esm.js +10 -5
- package/datatable/datatable.esm.min.js +1 -1
- package/datatable/datatable.js +10 -5
- package/datatable/datatable.min.js +1 -1
- package/dataview/DataView.d.ts +10 -10
- package/dataviewlayoutoptions/DataViewLayoutOptions.d.ts +7 -7
- package/deferredcontent/DeferredContent.d.ts +3 -3
- package/dialog/BaseDialog.vue +3 -7
- package/dialog/Dialog.d.ts +21 -15
- package/dialog/Dialog.vue +2 -1
- package/dialog/dialog.cjs.js +9 -6
- package/dialog/dialog.cjs.min.js +1 -1
- package/dialog/dialog.esm.js +9 -6
- package/dialog/dialog.esm.min.js +1 -1
- package/dialog/dialog.js +9 -6
- package/dialog/dialog.min.js +1 -1
- package/divider/BaseDivider.vue +9 -24
- package/divider/Divider.d.ts +4 -4
- package/divider/Divider.vue +1 -1
- package/divider/divider.cjs.js +15 -2
- package/divider/divider.cjs.min.js +1 -1
- package/divider/divider.esm.js +15 -2
- package/divider/divider.esm.min.js +1 -1
- package/divider/divider.js +15 -2
- package/divider/divider.min.js +1 -1
- package/dock/BaseDock.vue +1 -1
- package/dock/Dock.d.ts +9 -9
- package/dock/Dock.vue +19 -2
- package/dock/dock.cjs.js +10 -4
- package/dock/dock.cjs.min.js +1 -1
- package/dock/dock.esm.js +10 -4
- package/dock/dock.esm.min.js +1 -1
- package/dock/dock.js +10 -4
- package/dock/dock.min.js +1 -1
- package/dropdown/BaseDropdown.vue +5 -5
- package/dropdown/Dropdown.d.ts +34 -28
- package/dropdown/Dropdown.vue +2 -2
- package/dropdown/dropdown.cjs.js +9 -9
- package/dropdown/dropdown.cjs.min.js +1 -1
- package/dropdown/dropdown.esm.js +9 -9
- package/dropdown/dropdown.esm.min.js +1 -1
- package/dropdown/dropdown.js +9 -9
- package/dropdown/dropdown.min.js +1 -1
- package/editor/BaseEditor.vue +0 -14
- package/editor/Editor.d.ts +19 -19
- package/editor/Editor.vue +20 -20
- package/editor/editor.cjs.js +20 -34
- package/editor/editor.cjs.min.js +1 -1
- package/editor/editor.esm.js +20 -34
- package/editor/editor.esm.min.js +1 -1
- package/editor/editor.js +20 -34
- package/editor/editor.min.js +1 -1
- package/fieldset/Fieldset.d.ts +17 -11
- package/fieldset/Fieldset.vue +1 -1
- package/fieldset/fieldset.cjs.js +3 -3
- package/fieldset/fieldset.cjs.min.js +1 -1
- package/fieldset/fieldset.esm.js +3 -3
- package/fieldset/fieldset.esm.min.js +1 -1
- package/fieldset/fieldset.js +3 -3
- package/fieldset/fieldset.min.js +1 -1
- package/fileupload/FileUpload.d.ts +24 -24
- package/fileupload/FileUpload.vue +4 -4
- package/fileupload/fileupload.cjs.js +10 -4
- package/fileupload/fileupload.cjs.min.js +1 -1
- package/fileupload/fileupload.esm.js +10 -4
- package/fileupload/fileupload.esm.min.js +1 -1
- package/fileupload/fileupload.js +10 -4
- package/fileupload/fileupload.min.js +1 -1
- package/focustrap/FocusTrap.d.ts +5 -5
- package/galleria/Galleria.d.ts +53 -34
- package/galleria/Galleria.vue +1 -1
- package/galleria/GalleriaItem.vue +9 -2
- package/galleria/GalleriaThumbnails.vue +1 -0
- package/galleria/galleria.cjs.js +14 -5
- package/galleria/galleria.cjs.min.js +1 -1
- package/galleria/galleria.esm.js +14 -5
- package/galleria/galleria.esm.min.js +1 -1
- package/galleria/galleria.js +14 -5
- package/galleria/galleria.min.js +1 -1
- package/image/Image.d.ts +28 -21
- package/image/Image.vue +2 -2
- package/image/image.cjs.js +4 -3
- package/image/image.cjs.min.js +1 -1
- package/image/image.esm.js +4 -3
- package/image/image.esm.min.js +1 -1
- package/image/image.js +4 -3
- package/image/image.min.js +1 -1
- package/inlinemessage/InlineMessage.d.ts +5 -5
- package/inplace/Inplace.d.ts +8 -8
- package/inputmask/InputMask.d.ts +32 -4
- package/inputmask/InputMask.vue +9 -1
- package/inputmask/inputmask.cjs.js +9 -1
- package/inputmask/inputmask.cjs.min.js +1 -1
- package/inputmask/inputmask.esm.js +9 -1
- package/inputmask/inputmask.esm.min.js +1 -1
- package/inputmask/inputmask.js +9 -1
- package/inputmask/inputmask.min.js +1 -1
- package/inputnumber/InputNumber.d.ts +10 -10
- package/inputswitch/InputSwitch.d.ts +7 -7
- package/inputtext/InputText.d.ts +3 -3
- package/knob/Knob.d.ts +7 -7
- package/listbox/Listbox.d.ts +18 -18
- package/megamenu/MegaMenu.d.ts +18 -18
- package/megamenu/MegaMenuSub.vue +1 -0
- package/megamenu/megamenu.cjs.js +2 -1
- package/megamenu/megamenu.cjs.min.js +1 -1
- package/megamenu/megamenu.esm.js +2 -1
- package/megamenu/megamenu.esm.min.js +1 -1
- package/megamenu/megamenu.js +2 -1
- package/megamenu/megamenu.min.js +1 -1
- package/menu/Menu.d.ts +20 -14
- package/menu/Menu.vue +1 -1
- package/menu/menu.cjs.js +3 -3
- package/menu/menu.cjs.min.js +1 -1
- package/menu/menu.esm.js +3 -3
- package/menu/menu.esm.min.js +1 -1
- package/menu/menu.js +3 -3
- package/menu/menu.min.js +1 -1
- package/menubar/Menubar.d.ts +21 -17
- package/menubar/MenubarSub.vue +3 -1
- package/menubar/menubar.cjs.js +4 -2
- package/menubar/menubar.cjs.min.js +1 -1
- package/menubar/menubar.esm.js +4 -2
- package/menubar/menubar.esm.min.js +1 -1
- package/menubar/menubar.js +4 -2
- package/menubar/menubar.min.js +1 -1
- package/message/Message.d.ts +18 -12
- package/message/Message.vue +1 -1
- package/message/message.cjs.js +3 -3
- package/message/message.cjs.min.js +1 -1
- package/message/message.esm.js +4 -4
- package/message/message.esm.min.js +1 -1
- package/message/message.js +3 -3
- package/message/message.min.js +1 -1
- package/multiselect/MultiSelect.d.ts +47 -41
- package/multiselect/MultiSelect.vue +1 -1
- package/multiselect/multiselect.cjs.js +3 -3
- package/multiselect/multiselect.cjs.min.js +1 -1
- package/multiselect/multiselect.esm.js +3 -3
- package/multiselect/multiselect.esm.min.js +1 -1
- package/multiselect/multiselect.js +3 -3
- package/multiselect/multiselect.min.js +1 -1
- package/orderlist/OrderList.d.ts +24 -18
- package/orderlist/OrderList.vue +2 -1
- package/orderlist/orderlist.cjs.js +3 -1
- package/orderlist/orderlist.cjs.min.js +1 -1
- package/orderlist/orderlist.esm.js +3 -1
- package/orderlist/orderlist.esm.min.js +1 -1
- package/orderlist/orderlist.js +3 -1
- package/orderlist/orderlist.min.js +1 -1
- package/organizationchart/OrganizationChart.d.ts +15 -15
- package/overlaypanel/OverlayPanel.d.ts +13 -7
- package/overlaypanel/OverlayPanel.vue +2 -1
- package/overlaypanel/overlaypanel.cjs.js +5 -3
- package/overlaypanel/overlaypanel.cjs.min.js +1 -1
- package/overlaypanel/overlaypanel.esm.js +6 -4
- package/overlaypanel/overlaypanel.esm.min.js +1 -1
- package/overlaypanel/overlaypanel.js +5 -3
- package/overlaypanel/overlaypanel.min.js +1 -1
- package/package.json +15 -15
- package/paginator/Paginator.d.ts +20 -20
- package/paginator/Paginator.vue +2 -1
- package/paginator/paginator.cjs.js +2 -0
- package/paginator/paginator.cjs.min.js +1 -1
- package/paginator/paginator.esm.js +3 -1
- package/paginator/paginator.esm.min.js +1 -1
- package/paginator/paginator.js +2 -0
- package/paginator/paginator.min.js +1 -1
- package/panel/Panel.d.ts +19 -13
- package/panel/Panel.vue +1 -1
- package/panel/panel.cjs.js +3 -3
- package/panel/panel.cjs.min.js +1 -1
- package/panel/panel.esm.js +3 -3
- package/panel/panel.esm.min.js +1 -1
- package/panel/panel.js +3 -3
- package/panel/panel.min.js +1 -1
- package/panelmenu/PanelMenu.d.ts +27 -21
- package/panelmenu/PanelMenu.vue +1 -1
- package/panelmenu/PanelMenuSub.vue +1 -1
- package/panelmenu/panelmenu.cjs.js +6 -6
- package/panelmenu/panelmenu.cjs.min.js +1 -1
- package/panelmenu/panelmenu.esm.js +6 -6
- package/panelmenu/panelmenu.esm.min.js +1 -1
- package/panelmenu/panelmenu.js +6 -6
- package/panelmenu/panelmenu.min.js +1 -1
- package/passthrough/index.cjs.js +74 -0
- package/passthrough/index.cjs.min.js +1 -0
- package/passthrough/index.d.ts +15 -0
- package/passthrough/index.esm.js +70 -0
- package/passthrough/index.esm.min.js +1 -0
- package/passthrough/index.js +77 -0
- package/passthrough/index.min.js +1 -0
- package/passthrough/package.json +6 -0
- package/{tailwind/tailwind.cjs.js → passthrough/tailwind/index.cjs.js} +1268 -828
- package/passthrough/tailwind/index.cjs.min.js +1 -0
- package/{tailwind/Tailwind.d.ts → passthrough/tailwind/index.d.ts} +1 -1
- package/{tailwind/tailwind.esm.js → passthrough/tailwind/index.esm.js} +1265 -828
- package/passthrough/tailwind/index.esm.min.js +1 -0
- package/{tailwind/tailwind.js → passthrough/tailwind/index.js} +1273 -830
- package/passthrough/tailwind/index.min.js +1 -0
- package/passthrough/tailwind/package.json +6 -0
- package/password/Password.d.ts +25 -14
- package/password/Password.vue +2 -1
- package/password/password.cjs.js +4 -3
- package/password/password.cjs.min.js +1 -1
- package/password/password.esm.js +4 -3
- package/password/password.esm.min.js +1 -1
- package/password/password.js +4 -3
- package/password/password.min.js +1 -1
- package/picklist/PickList.d.ts +42 -36
- package/picklist/PickList.vue +3 -2
- package/picklist/picklist.cjs.js +4 -2
- package/picklist/picklist.cjs.min.js +1 -1
- package/picklist/picklist.esm.js +4 -2
- package/picklist/picklist.esm.min.js +1 -1
- package/picklist/picklist.js +4 -2
- package/picklist/picklist.min.js +1 -1
- package/progressbar/ProgressBar.d.ts +5 -5
- package/progressspinner/ProgressSpinner.d.ts +5 -5
- package/radiobutton/RadioButton.d.ts +10 -10
- package/rating/Rating.d.ts +12 -12
- package/rating/Rating.vue +3 -3
- package/rating/rating.cjs.js +3 -3
- package/rating/rating.cjs.min.js +1 -1
- package/rating/rating.esm.js +3 -3
- package/rating/rating.esm.min.js +1 -1
- package/rating/rating.js +3 -3
- package/rating/rating.min.js +1 -1
- package/resources/themes/arya-blue/theme.css +7 -0
- package/resources/themes/arya-green/theme.css +7 -0
- package/resources/themes/arya-orange/theme.css +7 -0
- package/resources/themes/arya-purple/theme.css +7 -0
- package/resources/themes/bootstrap4-dark-blue/theme.css +14 -0
- package/resources/themes/bootstrap4-dark-purple/theme.css +14 -0
- package/resources/themes/bootstrap4-light-blue/theme.css +14 -0
- package/resources/themes/bootstrap4-light-purple/theme.css +14 -0
- package/resources/themes/fluent-light/theme.css +7 -0
- package/resources/themes/lara-dark-blue/theme.css +7 -0
- package/resources/themes/lara-dark-indigo/theme.css +7 -0
- package/resources/themes/lara-dark-purple/theme.css +7 -0
- package/resources/themes/lara-dark-teal/theme.css +7 -0
- package/resources/themes/lara-light-blue/theme.css +7 -0
- package/resources/themes/lara-light-indigo/theme.css +7 -0
- package/resources/themes/lara-light-purple/theme.css +7 -0
- package/resources/themes/lara-light-teal/theme.css +7 -0
- package/resources/themes/luna-amber/theme.css +7 -0
- package/resources/themes/luna-blue/theme.css +7 -0
- package/resources/themes/luna-green/theme.css +7 -0
- package/resources/themes/luna-pink/theme.css +7 -0
- package/resources/themes/md-dark-deeppurple/theme.css +7 -0
- package/resources/themes/md-dark-indigo/theme.css +7 -0
- package/resources/themes/md-light-deeppurple/theme.css +7 -0
- package/resources/themes/md-light-indigo/theme.css +7 -0
- package/resources/themes/mdc-dark-deeppurple/theme.css +7 -0
- package/resources/themes/mdc-dark-indigo/theme.css +7 -0
- package/resources/themes/mdc-light-deeppurple/theme.css +7 -0
- package/resources/themes/mdc-light-indigo/theme.css +7 -0
- package/resources/themes/mira/theme.css +7 -0
- package/resources/themes/nano/theme.css +7 -0
- package/resources/themes/nova/theme.css +7 -0
- package/resources/themes/nova-accent/theme.css +7 -0
- package/resources/themes/nova-alt/theme.css +7 -0
- package/resources/themes/nova-vue/theme.css +7 -0
- package/resources/themes/rhea/theme.css +7 -0
- package/resources/themes/saga-blue/theme.css +7 -0
- package/resources/themes/saga-green/theme.css +7 -0
- package/resources/themes/saga-orange/theme.css +7 -0
- package/resources/themes/saga-purple/theme.css +7 -0
- package/resources/themes/soho-dark/theme.css +7 -0
- package/resources/themes/soho-light/theme.css +7 -0
- package/resources/themes/tailwind-light/theme.css +7 -0
- package/resources/themes/vela-blue/theme.css +7 -0
- package/resources/themes/vela-green/theme.css +7 -0
- package/resources/themes/vela-orange/theme.css +7 -0
- package/resources/themes/vela-purple/theme.css +7 -0
- package/resources/themes/viva-dark/theme.css +7 -0
- package/resources/themes/viva-light/theme.css +7 -0
- package/ripple/Ripple.d.ts +3 -3
- package/row/Row.d.ts +2 -2
- package/scrollpanel/ScrollPanel.d.ts +7 -7
- package/scrolltop/ScrollTop.d.ts +11 -5
- package/scrolltop/ScrollTop.vue +1 -1
- package/scrolltop/scrolltop.cjs.js +3 -3
- package/scrolltop/scrolltop.cjs.min.js +1 -1
- package/scrolltop/scrolltop.esm.js +4 -4
- package/scrolltop/scrolltop.esm.min.js +1 -1
- package/scrolltop/scrolltop.js +3 -3
- package/scrolltop/scrolltop.min.js +1 -1
- package/selectbutton/SelectButton.d.ts +5 -5
- package/sidebar/Sidebar.d.ts +16 -10
- package/sidebar/Sidebar.vue +1 -1
- package/sidebar/sidebar.cjs.js +3 -3
- package/sidebar/sidebar.cjs.min.js +1 -1
- package/sidebar/sidebar.esm.js +3 -3
- package/sidebar/sidebar.esm.min.js +1 -1
- package/sidebar/sidebar.js +3 -3
- package/sidebar/sidebar.min.js +1 -1
- package/skeleton/Skeleton.d.ts +3 -3
- package/slider/Slider.d.ts +7 -7
- package/speeddial/BaseSpeedDial.vue +12 -36
- package/speeddial/SpeedDial.d.ts +14 -9
- package/speeddial/SpeedDial.vue +5 -4
- package/speeddial/speeddial.cjs.js +44 -23
- package/speeddial/speeddial.cjs.min.js +1 -1
- package/speeddial/speeddial.esm.js +44 -23
- package/speeddial/speeddial.esm.min.js +1 -1
- package/speeddial/speeddial.js +44 -23
- package/speeddial/speeddial.min.js +1 -1
- package/splitbutton/SplitButton.d.ts +8 -8
- package/splitbutton/SplitButton.vue +22 -3
- package/splitbutton/splitbutton.cjs.js +17 -5
- package/splitbutton/splitbutton.cjs.min.js +1 -1
- package/splitbutton/splitbutton.esm.js +17 -5
- package/splitbutton/splitbutton.esm.min.js +1 -1
- package/splitbutton/splitbutton.js +17 -5
- package/splitbutton/splitbutton.min.js +1 -1
- package/splitter/Splitter.d.ts +16 -5
- package/splitter/Splitter.vue +8 -1
- package/splitter/splitter.cjs.js +9 -1
- package/splitter/splitter.cjs.min.js +1 -1
- package/splitter/splitter.esm.js +9 -1
- package/splitter/splitter.esm.min.js +1 -1
- package/splitter/splitter.js +9 -1
- package/splitter/splitter.min.js +1 -1
- package/splitterpanel/SplitterPanel.d.ts +3 -3
- package/splitterpanel/SplitterPanel.vue +1 -1
- package/splitterpanel/splitterpanel.cjs.js +1 -1
- package/splitterpanel/splitterpanel.cjs.min.js +1 -1
- package/splitterpanel/splitterpanel.esm.js +1 -1
- package/splitterpanel/splitterpanel.esm.min.js +1 -1
- package/splitterpanel/splitterpanel.js +1 -1
- package/splitterpanel/splitterpanel.min.js +1 -1
- package/steps/Steps.d.ts +8 -8
- package/styleclass/StyleClass.d.ts +2 -2
- package/tabmenu/TabMenu.d.ts +9 -9
- package/tabpanel/TabPanel.d.ts +10 -10
- package/tabview/TabView.d.ts +16 -16
- package/tag/Tag.d.ts +5 -5
- package/terminal/Terminal.d.ts +11 -11
- package/textarea/Textarea.d.ts +3 -3
- package/tieredmenu/TieredMenu.d.ts +19 -13
- package/tieredmenu/TieredMenu.vue +1 -1
- package/tieredmenu/tieredmenu.cjs.js +3 -3
- package/tieredmenu/tieredmenu.cjs.min.js +1 -1
- package/tieredmenu/tieredmenu.esm.js +3 -3
- package/tieredmenu/tieredmenu.esm.min.js +1 -1
- package/tieredmenu/tieredmenu.js +3 -3
- package/tieredmenu/tieredmenu.min.js +1 -1
- package/timeline/Timeline.d.ts +9 -9
- package/toast/BaseToast.vue +4 -0
- package/toast/Toast.d.ts +23 -17
- package/toast/Toast.vue +3 -2
- package/toast/toast.cjs.js +4 -2
- package/toast/toast.cjs.min.js +1 -1
- package/toast/toast.esm.js +5 -3
- package/toast/toast.esm.min.js +1 -1
- package/toast/toast.js +4 -2
- package/toast/toast.min.js +1 -1
- package/togglebutton/ToggleButton.d.ts +31 -9
- package/togglebutton/ToggleButton.vue +12 -3
- package/togglebutton/togglebutton.cjs.js +12 -3
- package/togglebutton/togglebutton.cjs.min.js +1 -1
- package/togglebutton/togglebutton.esm.js +12 -3
- package/togglebutton/togglebutton.esm.min.js +1 -1
- package/togglebutton/togglebutton.js +12 -3
- package/togglebutton/togglebutton.min.js +1 -1
- package/toolbar/Toolbar.d.ts +6 -6
- package/toolbar/Toolbar.vue +3 -3
- package/toolbar/toolbar.cjs.js +3 -6
- package/toolbar/toolbar.cjs.min.js +1 -1
- package/toolbar/toolbar.esm.js +3 -6
- package/toolbar/toolbar.esm.min.js +1 -1
- package/toolbar/toolbar.js +3 -6
- package/toolbar/toolbar.min.js +1 -1
- package/tooltip/Tooltip.d.ts +35 -6
- package/tooltip/tooltip.cjs.js +17 -4
- package/tooltip/tooltip.cjs.min.js +1 -1
- package/tooltip/tooltip.esm.js +17 -4
- package/tooltip/tooltip.esm.min.js +1 -1
- package/tooltip/tooltip.js +413 -400
- package/tooltip/tooltip.min.js +1 -1
- package/tree/Tree.d.ts +20 -20
- package/tree/Tree.vue +1 -0
- package/tree/tree.cjs.js +3 -2
- package/tree/tree.cjs.min.js +1 -1
- package/tree/tree.esm.js +3 -2
- package/tree/tree.esm.min.js +1 -1
- package/tree/tree.js +3 -2
- package/tree/tree.min.js +1 -1
- package/treeselect/TreeSelect.d.ts +23 -17
- package/treeselect/TreeSelect.vue +2 -2
- package/treeselect/treeselect.cjs.js +4 -4
- package/treeselect/treeselect.cjs.min.js +1 -1
- package/treeselect/treeselect.esm.js +4 -4
- package/treeselect/treeselect.esm.min.js +1 -1
- package/treeselect/treeselect.js +4 -4
- package/treeselect/treeselect.min.js +1 -1
- package/treetable/TreeTable.d.ts +21 -21
- package/treetable/TreeTable.vue +2 -1
- package/treetable/treetable.cjs.js +1 -1
- package/treetable/treetable.cjs.min.js +1 -1
- package/treetable/treetable.esm.js +1 -1
- package/treetable/treetable.esm.min.js +1 -1
- package/treetable/treetable.js +1 -1
- package/treetable/treetable.min.js +1 -1
- package/tristatecheckbox/TriStateCheckbox.d.ts +11 -11
- package/usestyle/UseStyle.d.ts +2 -1
- package/usestyle/usestyle.cjs.js +20 -7
- package/usestyle/usestyle.cjs.min.js +1 -1
- package/usestyle/usestyle.esm.js +20 -7
- package/usestyle/usestyle.esm.min.js +1 -1
- package/usestyle/usestyle.js +20 -7
- package/usestyle/usestyle.min.js +1 -1
- package/utils/Utils.d.ts +4 -0
- package/utils/utils.cjs.js +48 -8
- package/utils/utils.cjs.min.js +1 -1
- package/utils/utils.esm.js +48 -8
- package/utils/utils.esm.min.js +1 -1
- package/utils/utils.js +48 -8
- package/utils/utils.min.js +1 -1
- package/vetur-attributes.json +129 -125
- package/vetur-tags.json +1 -0
- package/virtualscroller/BaseVirtualScroller.vue +1 -1
- package/virtualscroller/VirtualScroller.d.ts +7 -7
- package/virtualscroller/virtualscroller.cjs.js +2 -1
- package/virtualscroller/virtualscroller.cjs.min.js +1 -1
- package/virtualscroller/virtualscroller.esm.js +2 -1
- package/virtualscroller/virtualscroller.esm.min.js +1 -1
- package/virtualscroller/virtualscroller.js +2 -1
- package/virtualscroller/virtualscroller.min.js +1 -1
- package/web-types.json +160 -127
- package/tailwind/package.json +0 -6
- package/tailwind/tailwind.cjs.min.js +0 -1
- package/tailwind/tailwind.esm.min.js +0 -1
- package/tailwind/tailwind.min.js +0 -1
package/calendar/calendar.cjs.js
CHANGED
|
@@ -2330,8 +2330,10 @@ var script = {
|
|
|
2330
2330
|
createResponsiveStyle: function createResponsiveStyle() {
|
|
2331
2331
|
if (this.numberOfMonths > 1 && this.responsiveOptions && !this.isUnstyled) {
|
|
2332
2332
|
if (!this.responsiveStyleElement) {
|
|
2333
|
+
var _this$$primevue;
|
|
2333
2334
|
this.responsiveStyleElement = document.createElement('style');
|
|
2334
2335
|
this.responsiveStyleElement.type = 'text/css';
|
|
2336
|
+
utils.DomHandler.setAttribute(this.responsiveStyleElement, 'nonce', (_this$$primevue = this.$primevue) === null || _this$$primevue === void 0 || (_this$$primevue = _this$$primevue.config) === null || _this$$primevue === void 0 || (_this$$primevue = _this$$primevue.csp) === null || _this$$primevue === void 0 ? void 0 : _this$$primevue.nonce);
|
|
2335
2337
|
document.body.appendChild(this.responsiveStyleElement);
|
|
2336
2338
|
}
|
|
2337
2339
|
var innerHTML = '';
|
|
@@ -2615,19 +2617,21 @@ var _hoisted_4 = ["disabled", "aria-label"];
|
|
|
2615
2617
|
var _hoisted_5 = ["disabled", "aria-label"];
|
|
2616
2618
|
var _hoisted_6 = ["disabled", "aria-label"];
|
|
2617
2619
|
var _hoisted_7 = ["disabled", "aria-label"];
|
|
2618
|
-
var _hoisted_8 = ["
|
|
2619
|
-
var _hoisted_9 = ["
|
|
2620
|
-
var _hoisted_10 = ["
|
|
2621
|
-
var _hoisted_11 = ["
|
|
2622
|
-
var _hoisted_12 = ["onClick", "onKeydown", "data-p-disabled", "data-p-highlight"];
|
|
2623
|
-
var _hoisted_13 = ["
|
|
2624
|
-
var _hoisted_14 = ["
|
|
2625
|
-
var _hoisted_15 = ["aria-label"
|
|
2626
|
-
var _hoisted_16 = ["aria-label"
|
|
2620
|
+
var _hoisted_8 = ["data-p-disabled"];
|
|
2621
|
+
var _hoisted_9 = ["abbr"];
|
|
2622
|
+
var _hoisted_10 = ["data-p-disabled"];
|
|
2623
|
+
var _hoisted_11 = ["aria-label", "data-p-today", "data-p-other-month"];
|
|
2624
|
+
var _hoisted_12 = ["onClick", "onKeydown", "aria-selected", "aria-disabled", "data-p-disabled", "data-p-highlight"];
|
|
2625
|
+
var _hoisted_13 = ["onClick", "onKeydown", "data-p-disabled", "data-p-highlight"];
|
|
2626
|
+
var _hoisted_14 = ["onClick", "onKeydown", "data-p-disabled", "data-p-highlight"];
|
|
2627
|
+
var _hoisted_15 = ["aria-label"];
|
|
2628
|
+
var _hoisted_16 = ["aria-label"];
|
|
2627
2629
|
var _hoisted_17 = ["aria-label", "disabled"];
|
|
2628
2630
|
var _hoisted_18 = ["aria-label", "disabled"];
|
|
2629
2631
|
var _hoisted_19 = ["aria-label", "disabled"];
|
|
2630
2632
|
var _hoisted_20 = ["aria-label", "disabled"];
|
|
2633
|
+
var _hoisted_21 = ["aria-label", "disabled"];
|
|
2634
|
+
var _hoisted_22 = ["aria-label", "disabled"];
|
|
2631
2635
|
function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
2632
2636
|
var _component_CalendarButton = vue.resolveComponent("CalendarButton");
|
|
2633
2637
|
var _component_Portal = vue.resolveComponent("Portal");
|
|
@@ -2703,7 +2707,7 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
2703
2707
|
disabled: _ctx.inline
|
|
2704
2708
|
}, {
|
|
2705
2709
|
"default": vue.withCtx(function () {
|
|
2706
|
-
return [vue.createVNode(vue.Transition, {
|
|
2710
|
+
return [vue.createVNode(vue.Transition, vue.mergeProps({
|
|
2707
2711
|
name: "p-connected-overlay",
|
|
2708
2712
|
onEnter: _cache[68] || (_cache[68] = function ($event) {
|
|
2709
2713
|
return $options.onOverlayEnter($event);
|
|
@@ -2711,7 +2715,7 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
2711
2715
|
onAfterEnter: $options.onOverlayEnterComplete,
|
|
2712
2716
|
onAfterLeave: $options.onOverlayAfterLeave,
|
|
2713
2717
|
onLeave: $options.onOverlayLeave
|
|
2714
|
-
}, {
|
|
2718
|
+
}, _ctx.ptm('transition')), {
|
|
2715
2719
|
"default": vue.withCtx(function () {
|
|
2716
2720
|
return [_ctx.inline || $data.overlayVisible ? (vue.openBlock(), vue.createElementBlock("div", vue.mergeProps({
|
|
2717
2721
|
key: 0,
|
|
@@ -2818,14 +2822,18 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
2818
2822
|
key: 0,
|
|
2819
2823
|
scope: "col",
|
|
2820
2824
|
"class": _ctx.cx('weekHeader')
|
|
2821
|
-
}, _ctx.ptm('weekHeader'
|
|
2822
|
-
|
|
2823
|
-
|
|
2825
|
+
}, _ctx.ptm('weekHeader', {
|
|
2826
|
+
context: {
|
|
2827
|
+
disabled: _ctx.showWeek
|
|
2828
|
+
}
|
|
2829
|
+
}), {
|
|
2830
|
+
"data-p-disabled": _ctx.showWeek
|
|
2831
|
+
}), [vue.createElementVNode("span", vue.normalizeProps(vue.guardReactiveProps(_ctx.ptm('weekLabel'))), 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) {
|
|
2824
2832
|
return vue.openBlock(), vue.createElementBlock("th", vue.mergeProps({
|
|
2825
2833
|
key: weekDay,
|
|
2826
2834
|
scope: "col",
|
|
2827
2835
|
abbr: weekDay
|
|
2828
|
-
}, _ctx.ptm('tableHeaderCell')), [vue.createElementVNode("span", vue.normalizeProps(vue.guardReactiveProps(_ctx.ptm('weekDay'))), vue.toDisplayString(weekDay), 17)], 16,
|
|
2836
|
+
}, _ctx.ptm('tableHeaderCell')), [vue.createElementVNode("span", vue.normalizeProps(vue.guardReactiveProps(_ctx.ptm('weekDay'))), vue.toDisplayString(weekDay), 17)], 16, _hoisted_9);
|
|
2829
2837
|
}), 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) {
|
|
2830
2838
|
return vue.openBlock(), vue.createElementBlock("tr", vue.mergeProps({
|
|
2831
2839
|
key: week[0].day + '' + week[0].month
|
|
@@ -2834,21 +2842,31 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
2834
2842
|
"class": _ctx.cx('weekNumber')
|
|
2835
2843
|
}, _ctx.ptm('weekNumber')), [vue.createElementVNode("span", vue.mergeProps({
|
|
2836
2844
|
"class": _ctx.cx('weekLabelContainer')
|
|
2837
|
-
}, _ctx.ptm('weekLabelContainer'
|
|
2838
|
-
|
|
2845
|
+
}, _ctx.ptm('weekLabelContainer', {
|
|
2846
|
+
context: {
|
|
2847
|
+
disabled: _ctx.showWeek
|
|
2848
|
+
}
|
|
2849
|
+
}), {
|
|
2850
|
+
"data-p-disabled": _ctx.showWeek
|
|
2839
2851
|
}), [month.weekNumbers[i] < 10 ? (vue.openBlock(), vue.createElementBlock("span", vue.mergeProps({
|
|
2840
2852
|
key: 0,
|
|
2841
2853
|
style: {
|
|
2842
2854
|
"visibility": "hidden"
|
|
2843
2855
|
}
|
|
2844
|
-
}, _ctx.ptm('weekLabel')), "0", 16)) : vue.createCommentVNode("", true), vue.createTextVNode(" " + vue.toDisplayString(month.weekNumbers[i]), 1)], 16)], 16)) : vue.createCommentVNode("", true), (vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(week, function (date) {
|
|
2856
|
+
}, _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) {
|
|
2845
2857
|
return vue.openBlock(), vue.createElementBlock("td", vue.mergeProps({
|
|
2846
2858
|
key: date.day + '' + date.month,
|
|
2847
2859
|
"aria-label": date.day,
|
|
2848
2860
|
"class": _ctx.cx('day', {
|
|
2849
2861
|
date: date
|
|
2850
2862
|
})
|
|
2851
|
-
}, _ctx.ptm('day'
|
|
2863
|
+
}, _ctx.ptm('day', {
|
|
2864
|
+
context: {
|
|
2865
|
+
date: date,
|
|
2866
|
+
today: date.today,
|
|
2867
|
+
otherMonth: date.otherMonth
|
|
2868
|
+
}
|
|
2869
|
+
}), {
|
|
2852
2870
|
"data-p-today": date.today,
|
|
2853
2871
|
"data-p-other-month": date.otherMonth
|
|
2854
2872
|
}), [vue.withDirectives((vue.openBlock(), vue.createElementBlock("span", vue.mergeProps({
|
|
@@ -2864,20 +2882,26 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
2864
2882
|
},
|
|
2865
2883
|
"aria-selected": $options.isSelected(date),
|
|
2866
2884
|
"aria-disabled": !date.selectable
|
|
2867
|
-
}, _ctx.ptm('dayLabel'
|
|
2885
|
+
}, _ctx.ptm('dayLabel', {
|
|
2886
|
+
context: {
|
|
2887
|
+
date: date,
|
|
2888
|
+
selected: $options.isSelected(date),
|
|
2889
|
+
disabled: !date.selectable
|
|
2890
|
+
}
|
|
2891
|
+
}), {
|
|
2868
2892
|
"data-p-disabled": !date.selectable,
|
|
2869
2893
|
"data-p-highlight": $options.isSelected(date)
|
|
2870
2894
|
}), [vue.renderSlot(_ctx.$slots, "date", {
|
|
2871
2895
|
date: date
|
|
2872
2896
|
}, function () {
|
|
2873
2897
|
return [vue.createTextVNode(vue.toDisplayString(date.day), 1)];
|
|
2874
|
-
})], 16,
|
|
2898
|
+
})], 16, _hoisted_12)), [[_directive_ripple]]), $options.isSelected(date) ? (vue.openBlock(), vue.createElementBlock("div", vue.mergeProps({
|
|
2875
2899
|
key: 0,
|
|
2876
2900
|
"class": "p-hidden-accessible",
|
|
2877
2901
|
"aria-live": "polite"
|
|
2878
2902
|
}, _ctx.ptm('hiddenSelectedDay'), {
|
|
2879
2903
|
"data-p-hidden-accessible": true
|
|
2880
|
-
}), vue.toDisplayString(date.day), 17)) : vue.createCommentVNode("", true)], 16,
|
|
2904
|
+
}), vue.toDisplayString(date.day), 17)) : vue.createCommentVNode("", true)], 16, _hoisted_11);
|
|
2881
2905
|
}), 128))], 16);
|
|
2882
2906
|
}), 128))], 16)], 16)], 16)) : vue.createCommentVNode("", true)], 16);
|
|
2883
2907
|
}), 128))], 16), $data.currentView === 'month' ? (vue.openBlock(), vue.createElementBlock("div", vue.mergeProps({
|
|
@@ -2902,7 +2926,14 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
2902
2926
|
month: m,
|
|
2903
2927
|
index: i
|
|
2904
2928
|
})
|
|
2905
|
-
}, _ctx.ptm('month'
|
|
2929
|
+
}, _ctx.ptm('month', {
|
|
2930
|
+
context: {
|
|
2931
|
+
month: m,
|
|
2932
|
+
monthIndex: i,
|
|
2933
|
+
selected: $options.isMonthSelected(i),
|
|
2934
|
+
disabled: !m.selectable
|
|
2935
|
+
}
|
|
2936
|
+
}), {
|
|
2906
2937
|
"data-p-disabled": !m.selectable,
|
|
2907
2938
|
"data-p-highlight": $options.isMonthSelected(i)
|
|
2908
2939
|
}), [vue.createTextVNode(vue.toDisplayString(m.value) + " ", 1), $options.isMonthSelected(i) ? (vue.openBlock(), vue.createElementBlock("div", vue.mergeProps({
|
|
@@ -2911,7 +2942,7 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
2911
2942
|
"aria-live": "polite"
|
|
2912
2943
|
}, _ctx.ptm('hiddenMonth'), {
|
|
2913
2944
|
"data-p-hidden-accessible": true
|
|
2914
|
-
}), vue.toDisplayString(m.value), 17)) : vue.createCommentVNode("", true)], 16,
|
|
2945
|
+
}), vue.toDisplayString(m.value), 17)) : vue.createCommentVNode("", true)], 16, _hoisted_13)), [[_directive_ripple]]);
|
|
2915
2946
|
}), 128))], 16)) : vue.createCommentVNode("", true), $data.currentView === 'year' ? (vue.openBlock(), vue.createElementBlock("div", vue.mergeProps({
|
|
2916
2947
|
key: 1,
|
|
2917
2948
|
"class": _ctx.cx('yearPicker')
|
|
@@ -2927,7 +2958,13 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
2927
2958
|
"class": _ctx.cx('year', {
|
|
2928
2959
|
year: y
|
|
2929
2960
|
})
|
|
2930
|
-
}, _ctx.ptm('year'
|
|
2961
|
+
}, _ctx.ptm('year', {
|
|
2962
|
+
context: {
|
|
2963
|
+
year: y,
|
|
2964
|
+
selected: $options.isYearSelected(y.value),
|
|
2965
|
+
disabled: !y.selectable
|
|
2966
|
+
}
|
|
2967
|
+
}), {
|
|
2931
2968
|
"data-p-disabled": !y.selectable,
|
|
2932
2969
|
"data-p-highlight": $options.isYearSelected(y.value)
|
|
2933
2970
|
}), [vue.createTextVNode(vue.toDisplayString(y.value) + " ", 1), $options.isYearSelected(y.value) ? (vue.openBlock(), vue.createElementBlock("div", vue.mergeProps({
|
|
@@ -2936,7 +2973,7 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
2936
2973
|
"aria-live": "polite"
|
|
2937
2974
|
}, _ctx.ptm('hiddenYear'), {
|
|
2938
2975
|
"data-p-hidden-accessible": true
|
|
2939
|
-
}), vue.toDisplayString(y.value), 17)) : vue.createCommentVNode("", true)], 16,
|
|
2976
|
+
}), vue.toDisplayString(y.value), 17)) : vue.createCommentVNode("", true)], 16, _hoisted_14)), [[_directive_ripple]]);
|
|
2940
2977
|
}), 128))], 16)) : vue.createCommentVNode("", true)], 64)) : vue.createCommentVNode("", true), (_ctx.showTime || _ctx.timeOnly) && $data.currentView === 'date' ? (vue.openBlock(), vue.createElementBlock("div", vue.mergeProps({
|
|
2941
2978
|
key: 1,
|
|
2942
2979
|
"class": _ctx.cx('timePicker')
|
|
@@ -2971,7 +3008,7 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
2971
3008
|
return [(vue.openBlock(), vue.createBlock(vue.resolveDynamicComponent(_ctx.incrementIcon ? 'span' : 'ChevronUpIcon'), vue.mergeProps({
|
|
2972
3009
|
"class": _ctx.incrementIcon
|
|
2973
3010
|
}, _ctx.ptm('incrementIcon')), null, 16, ["class"]))];
|
|
2974
|
-
})], 16,
|
|
3011
|
+
})], 16, _hoisted_15)), [[_directive_ripple]]), vue.createElementVNode("span", vue.normalizeProps(vue.guardReactiveProps(_ctx.ptm('hour'))), vue.toDisplayString($options.formattedCurrentHour), 17), vue.withDirectives((vue.openBlock(), vue.createElementBlock("button", vue.mergeProps({
|
|
2975
3012
|
"class": _ctx.cx('decrementButton'),
|
|
2976
3013
|
"aria-label": _ctx.$primevue.config.locale.prevHour,
|
|
2977
3014
|
onMousedown: _cache[21] || (_cache[21] = function ($event) {
|
|
@@ -3000,7 +3037,7 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
3000
3037
|
return [(vue.openBlock(), vue.createBlock(vue.resolveDynamicComponent(_ctx.decrementIcon ? 'span' : 'ChevronDownIcon'), vue.mergeProps({
|
|
3001
3038
|
"class": _ctx.decrementIcon
|
|
3002
3039
|
}, _ctx.ptm('decrementIcon')), null, 16, ["class"]))];
|
|
3003
|
-
})], 16,
|
|
3040
|
+
})], 16, _hoisted_16)), [[_directive_ripple]])], 16), vue.createElementVNode("div", vue.mergeProps({
|
|
3004
3041
|
"class": _ctx.cx('separatorContainer')
|
|
3005
3042
|
}, _ctx.ptm('separatorContainer')), [vue.createElementVNode("span", vue.normalizeProps(vue.guardReactiveProps(_ctx.ptm('separator'))), vue.toDisplayString(_ctx.timeSeparator), 17)], 16), vue.createElementVNode("div", vue.mergeProps({
|
|
3006
3043
|
"class": _ctx.cx('minutePicker')
|
|
@@ -3034,7 +3071,7 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
3034
3071
|
return [(vue.openBlock(), vue.createBlock(vue.resolveDynamicComponent(_ctx.incrementIcon ? 'span' : 'ChevronUpIcon'), vue.mergeProps({
|
|
3035
3072
|
"class": _ctx.incrementIcon
|
|
3036
3073
|
}, _ctx.ptm('incrementIcon')), null, 16, ["class"]))];
|
|
3037
|
-
})], 16,
|
|
3074
|
+
})], 16, _hoisted_17)), [[_directive_ripple]]), vue.createElementVNode("span", vue.normalizeProps(vue.guardReactiveProps(_ctx.ptm('minute'))), vue.toDisplayString($options.formattedCurrentMinute), 17), vue.withDirectives((vue.openBlock(), vue.createElementBlock("button", vue.mergeProps({
|
|
3038
3075
|
"class": _ctx.cx('decrementButton'),
|
|
3039
3076
|
"aria-label": _ctx.$primevue.config.locale.prevMinute,
|
|
3040
3077
|
onMousedown: _cache[37] || (_cache[37] = function ($event) {
|
|
@@ -3064,7 +3101,7 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
3064
3101
|
return [(vue.openBlock(), vue.createBlock(vue.resolveDynamicComponent(_ctx.decrementIcon ? 'span' : 'ChevronDownIcon'), vue.mergeProps({
|
|
3065
3102
|
"class": _ctx.decrementIcon
|
|
3066
3103
|
}, _ctx.ptm('decrementIcon')), null, 16, ["class"]))];
|
|
3067
|
-
})], 16,
|
|
3104
|
+
})], 16, _hoisted_18)), [[_directive_ripple]])], 16), _ctx.showSeconds ? (vue.openBlock(), vue.createElementBlock("div", vue.mergeProps({
|
|
3068
3105
|
key: 0,
|
|
3069
3106
|
"class": _ctx.cx('separatorContainer')
|
|
3070
3107
|
}, _ctx.ptm('separatorContainer')), [vue.createElementVNode("span", vue.normalizeProps(vue.guardReactiveProps(_ctx.ptm('separator'))), vue.toDisplayString(_ctx.timeSeparator), 17)], 16)) : vue.createCommentVNode("", true), _ctx.showSeconds ? (vue.openBlock(), vue.createElementBlock("div", vue.mergeProps({
|
|
@@ -3100,7 +3137,7 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
3100
3137
|
return [(vue.openBlock(), vue.createBlock(vue.resolveDynamicComponent(_ctx.incrementIcon ? 'span' : 'ChevronUpIcon'), vue.mergeProps({
|
|
3101
3138
|
"class": _ctx.incrementIcon
|
|
3102
3139
|
}, _ctx.ptm('incrementIcon')), null, 16, ["class"]))];
|
|
3103
|
-
})], 16,
|
|
3140
|
+
})], 16, _hoisted_19)), [[_directive_ripple]]), vue.createElementVNode("span", vue.normalizeProps(vue.guardReactiveProps(_ctx.ptm('second'))), vue.toDisplayString($options.formattedCurrentSecond), 17), vue.withDirectives((vue.openBlock(), vue.createElementBlock("button", vue.mergeProps({
|
|
3104
3141
|
"class": _ctx.cx('decrementButton'),
|
|
3105
3142
|
"aria-label": _ctx.$primevue.config.locale.prevSecond,
|
|
3106
3143
|
onMousedown: _cache[53] || (_cache[53] = function ($event) {
|
|
@@ -3130,7 +3167,7 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
3130
3167
|
return [(vue.openBlock(), vue.createBlock(vue.resolveDynamicComponent(_ctx.decrementIcon ? 'span' : 'ChevronDownIcon'), vue.mergeProps({
|
|
3131
3168
|
"class": _ctx.decrementIcon
|
|
3132
3169
|
}, _ctx.ptm('decrementIcon')), null, 16, ["class"]))];
|
|
3133
|
-
})], 16,
|
|
3170
|
+
})], 16, _hoisted_20)), [[_directive_ripple]])], 16)) : vue.createCommentVNode("", true), _ctx.hourFormat == '12' ? (vue.openBlock(), vue.createElementBlock("div", vue.mergeProps({
|
|
3134
3171
|
key: 2,
|
|
3135
3172
|
"class": _ctx.cx('separatorContainer')
|
|
3136
3173
|
}, _ctx.ptm('separatorContainer')), [vue.createElementVNode("span", vue.normalizeProps(vue.guardReactiveProps(_ctx.ptm('separator'))), vue.toDisplayString(_ctx.timeSeparator), 17)], 16)) : vue.createCommentVNode("", true), _ctx.hourFormat == '12' ? (vue.openBlock(), vue.createElementBlock("div", vue.mergeProps({
|
|
@@ -3148,7 +3185,7 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
3148
3185
|
return [(vue.openBlock(), vue.createBlock(vue.resolveDynamicComponent(_ctx.incrementIcon ? 'span' : 'ChevronUpIcon'), vue.mergeProps({
|
|
3149
3186
|
"class": _ctx.cx('incrementIcon')
|
|
3150
3187
|
}, _ctx.ptm('incrementIcon')), null, 16, ["class"]))];
|
|
3151
|
-
})], 16,
|
|
3188
|
+
})], 16, _hoisted_21)), [[_directive_ripple]]), vue.createElementVNode("span", vue.normalizeProps(vue.guardReactiveProps(_ctx.ptm('ampm'))), vue.toDisplayString($data.pm ? _ctx.$primevue.config.locale.pm : _ctx.$primevue.config.locale.am), 17), vue.withDirectives((vue.openBlock(), vue.createElementBlock("button", vue.mergeProps({
|
|
3152
3189
|
"class": _ctx.cx('decrementButton'),
|
|
3153
3190
|
"aria-label": _ctx.$primevue.config.locale.pm,
|
|
3154
3191
|
onClick: _cache[62] || (_cache[62] = function ($event) {
|
|
@@ -3160,7 +3197,7 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
3160
3197
|
return [(vue.openBlock(), vue.createBlock(vue.resolveDynamicComponent(_ctx.decrementIcon ? 'span' : 'ChevronDownIcon'), vue.mergeProps({
|
|
3161
3198
|
"class": _ctx.cx('decrementIcon')
|
|
3162
3199
|
}, _ctx.ptm('decrementIcon')), null, 16, ["class"]))];
|
|
3163
|
-
})], 16,
|
|
3200
|
+
})], 16, _hoisted_22)), [[_directive_ripple]])], 16)) : vue.createCommentVNode("", true)], 16)) : vue.createCommentVNode("", true), _ctx.showButtonBar ? (vue.openBlock(), vue.createElementBlock("div", vue.mergeProps({
|
|
3164
3201
|
key: 2,
|
|
3165
3202
|
"class": _ctx.cx('buttonbar')
|
|
3166
3203
|
}, _ctx.ptm('buttonbar')), [vue.createVNode(_component_CalendarButton, {
|
|
@@ -3188,7 +3225,7 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
3188
3225
|
}, null, 8, ["label", "class", "onKeydown", "unstyled", "pt"])], 16)) : vue.createCommentVNode("", true), vue.renderSlot(_ctx.$slots, "footer")], 16, _hoisted_3)) : vue.createCommentVNode("", true)];
|
|
3189
3226
|
}),
|
|
3190
3227
|
_: 3
|
|
3191
|
-
},
|
|
3228
|
+
}, 16, ["onAfterEnter", "onAfterLeave", "onLeave"])];
|
|
3192
3229
|
}),
|
|
3193
3230
|
_: 3
|
|
3194
3231
|
}, 8, ["appendTo", "disabled"])], 16, _hoisted_1);
|