primevue 3.48.0 → 3.49.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.vue +2 -1
- package/accordion/accordion.cjs.js +2 -1
- package/accordion/accordion.cjs.min.js +1 -1
- package/accordion/accordion.esm.js +2 -1
- package/accordion/accordion.esm.min.js +1 -1
- package/accordion/accordion.js +2 -1
- package/accordion/accordion.min.js +1 -1
- package/accordiontab/AccordionTab.vue +2 -1
- package/accordiontab/accordiontab.cjs.js +2 -1
- package/accordiontab/accordiontab.cjs.min.js +1 -1
- package/accordiontab/accordiontab.esm.js +2 -1
- package/accordiontab/accordiontab.esm.min.js +1 -1
- package/accordiontab/accordiontab.js +2 -1
- package/accordiontab/accordiontab.min.js +1 -1
- package/autocomplete/AutoComplete.d.ts +2 -2
- package/autocomplete/AutoComplete.vue +4 -1
- package/autocomplete/autocomplete.cjs.js +6 -3
- package/autocomplete/autocomplete.cjs.min.js +1 -1
- package/autocomplete/autocomplete.esm.js +6 -3
- package/autocomplete/autocomplete.esm.min.js +1 -1
- package/autocomplete/autocomplete.js +6 -3
- package/autocomplete/autocomplete.min.js +1 -1
- package/avatar/Avatar.vue +2 -1
- package/avatar/avatar.cjs.js +2 -1
- package/avatar/avatar.cjs.min.js +1 -1
- package/avatar/avatar.esm.js +2 -1
- package/avatar/avatar.esm.min.js +1 -1
- package/avatar/avatar.js +2 -1
- package/avatar/avatar.min.js +1 -1
- package/avatargroup/AvatarGroup.d.ts +37 -5
- package/avatargroup/AvatarGroup.vue +3 -2
- package/avatargroup/avatargroup.cjs.js +3 -2
- package/avatargroup/avatargroup.cjs.min.js +1 -1
- package/avatargroup/avatargroup.esm.js +3 -2
- package/avatargroup/avatargroup.esm.min.js +1 -1
- package/avatargroup/avatargroup.js +3 -2
- package/avatargroup/avatargroup.min.js +1 -1
- package/badge/Badge.d.ts +2 -2
- package/badge/Badge.vue +3 -2
- package/badge/badge.cjs.js +3 -2
- package/badge/badge.cjs.min.js +1 -1
- package/badge/badge.esm.js +3 -2
- package/badge/badge.esm.min.js +1 -1
- package/badge/badge.js +3 -2
- package/badge/badge.min.js +1 -1
- package/basecomponent/BaseComponent.vue +36 -1
- package/basecomponent/basecomponent.cjs.js +58 -1
- package/basecomponent/basecomponent.cjs.min.js +1 -1
- package/basecomponent/basecomponent.esm.js +58 -1
- package/basecomponent/basecomponent.esm.min.js +1 -1
- package/basecomponent/basecomponent.js +58 -1
- package/basecomponent/basecomponent.min.js +1 -1
- package/blockui/BlockUI.vue +2 -1
- package/blockui/blockui.cjs.js +2 -1
- package/blockui/blockui.cjs.min.js +1 -1
- package/blockui/blockui.esm.js +2 -1
- package/blockui/blockui.esm.min.js +1 -1
- package/blockui/blockui.js +2 -1
- package/blockui/blockui.min.js +1 -1
- package/breadcrumb/Breadcrumb.vue +4 -3
- package/breadcrumb/breadcrumb.cjs.js +2 -1
- package/breadcrumb/breadcrumb.cjs.min.js +1 -1
- package/breadcrumb/breadcrumb.esm.js +2 -1
- package/breadcrumb/breadcrumb.esm.min.js +1 -1
- package/breadcrumb/breadcrumb.js +2 -1
- package/breadcrumb/breadcrumb.min.js +1 -1
- package/button/Button.d.ts +3 -3
- package/button/Button.vue +5 -2
- package/button/button.cjs.js +5 -3
- package/button/button.cjs.min.js +1 -1
- package/button/button.esm.js +5 -3
- package/button/button.esm.min.js +1 -1
- package/button/button.js +5 -3
- package/button/button.min.js +1 -1
- package/buttongroup/BaseButtonGroup.vue +15 -0
- package/buttongroup/ButtonGroup.d.ts +113 -0
- package/buttongroup/ButtonGroup.vue +15 -0
- package/buttongroup/buttongroup.cjs.js +38 -0
- package/buttongroup/buttongroup.cjs.min.js +1 -0
- package/buttongroup/buttongroup.esm.js +31 -0
- package/buttongroup/buttongroup.esm.min.js +1 -0
- package/buttongroup/buttongroup.js +38 -0
- package/buttongroup/buttongroup.min.js +1 -0
- package/buttongroup/package.json +9 -0
- package/buttongroup/style/ButtonGroupStyle.d.ts +3 -0
- package/buttongroup/style/buttongroupstyle.cjs.js +17 -0
- package/buttongroup/style/buttongroupstyle.cjs.min.js +1 -0
- package/buttongroup/style/buttongroupstyle.esm.js +11 -0
- package/buttongroup/style/buttongroupstyle.esm.min.js +1 -0
- package/buttongroup/style/buttongroupstyle.js +20 -0
- package/buttongroup/style/buttongroupstyle.min.js +1 -0
- package/buttongroup/style/package.json +6 -0
- package/calendar/Calendar.d.ts +2 -2
- package/calendar/Calendar.vue +9 -3
- package/calendar/calendar.cjs.js +10 -4
- package/calendar/calendar.cjs.min.js +1 -1
- package/calendar/calendar.esm.js +10 -4
- package/calendar/calendar.esm.min.js +1 -1
- package/calendar/calendar.js +10 -4
- package/calendar/calendar.min.js +1 -1
- package/calendar/style/calendarstyle.cjs.js +2 -2
- package/calendar/style/calendarstyle.cjs.min.js +1 -1
- package/calendar/style/calendarstyle.esm.js +2 -2
- package/calendar/style/calendarstyle.esm.min.js +1 -1
- package/calendar/style/calendarstyle.js +2 -2
- package/calendar/style/calendarstyle.min.js +1 -1
- package/card/Card.d.ts +23 -1
- package/card/Card.vue +3 -2
- package/card/card.cjs.js +3 -2
- package/card/card.cjs.min.js +1 -1
- package/card/card.esm.js +3 -2
- package/card/card.esm.min.js +1 -1
- package/card/card.js +3 -2
- package/card/card.min.js +1 -1
- package/carousel/Carousel.vue +2 -1
- package/carousel/carousel.cjs.js +2 -1
- package/carousel/carousel.cjs.min.js +1 -1
- package/carousel/carousel.esm.js +2 -1
- package/carousel/carousel.esm.min.js +1 -1
- package/carousel/carousel.js +2 -1
- package/carousel/carousel.min.js +1 -1
- package/cascadeselect/CascadeSelect.d.ts +2 -2
- package/cascadeselect/CascadeSelect.vue +18 -5
- package/cascadeselect/cascadeselect.cjs.js +32 -12
- package/cascadeselect/cascadeselect.cjs.min.js +1 -1
- package/cascadeselect/cascadeselect.esm.js +32 -12
- package/cascadeselect/cascadeselect.esm.min.js +1 -1
- package/cascadeselect/cascadeselect.js +32 -12
- package/cascadeselect/cascadeselect.min.js +1 -1
- package/chart/Chart.vue +2 -1
- package/chart/chart.cjs.js +2 -1
- package/chart/chart.cjs.min.js +1 -1
- package/chart/chart.esm.js +2 -1
- package/chart/chart.esm.min.js +1 -1
- package/chart/chart.js +2 -1
- package/chart/chart.min.js +1 -1
- package/checkbox/Checkbox.vue +5 -1
- package/checkbox/checkbox.cjs.js +5 -2
- package/checkbox/checkbox.cjs.min.js +1 -1
- package/checkbox/checkbox.esm.js +5 -2
- package/checkbox/checkbox.esm.min.js +1 -1
- package/checkbox/checkbox.js +5 -2
- package/checkbox/checkbox.min.js +1 -1
- package/chip/Chip.vue +2 -1
- package/chip/chip.cjs.js +2 -1
- package/chip/chip.cjs.min.js +1 -1
- package/chip/chip.esm.js +2 -1
- package/chip/chip.esm.min.js +1 -1
- package/chip/chip.js +2 -1
- package/chip/chip.min.js +1 -1
- package/chips/Chips.vue +3 -1
- package/chips/chips.cjs.js +4 -2
- package/chips/chips.cjs.min.js +1 -1
- package/chips/chips.esm.js +4 -2
- package/chips/chips.esm.min.js +1 -1
- package/chips/chips.js +4 -2
- package/chips/chips.min.js +1 -1
- package/colorpicker/ColorPicker.d.ts +2 -2
- package/colorpicker/ColorPicker.vue +3 -2
- package/colorpicker/colorpicker.cjs.js +3 -2
- package/colorpicker/colorpicker.cjs.min.js +1 -1
- package/colorpicker/colorpicker.esm.js +3 -2
- package/colorpicker/colorpicker.esm.min.js +1 -1
- package/colorpicker/colorpicker.js +3 -2
- package/colorpicker/colorpicker.min.js +1 -1
- package/column/Column.vue +1 -0
- package/column/column.cjs.js +1 -0
- package/column/column.cjs.min.js +1 -1
- package/column/column.esm.js +1 -0
- package/column/column.esm.min.js +1 -1
- package/column/column.js +1 -0
- package/column/column.min.js +1 -1
- package/columngroup/ColumnGroup.vue +1 -0
- package/columngroup/columngroup.cjs.js +1 -0
- package/columngroup/columngroup.cjs.min.js +1 -1
- package/columngroup/columngroup.esm.js +1 -0
- package/columngroup/columngroup.esm.min.js +1 -1
- package/columngroup/columngroup.js +1 -0
- package/columngroup/columngroup.min.js +1 -1
- package/config/PrimeVue.d.ts +1 -1
- package/confirmpopup/ConfirmPopup.vue +1 -1
- package/confirmpopup/confirmpopup.cjs.js +1 -7
- package/confirmpopup/confirmpopup.cjs.min.js +1 -1
- package/confirmpopup/confirmpopup.esm.js +1 -7
- package/confirmpopup/confirmpopup.esm.min.js +1 -1
- package/confirmpopup/confirmpopup.js +1 -7
- package/confirmpopup/confirmpopup.min.js +1 -1
- package/contextmenu/ContextMenu.d.ts +2 -2
- package/contextmenu/ContextMenu.vue +7 -1
- package/contextmenu/ContextMenuSub.vue +13 -3
- package/contextmenu/contextmenu.cjs.js +25 -12
- package/contextmenu/contextmenu.cjs.min.js +1 -1
- package/contextmenu/contextmenu.esm.js +25 -12
- package/contextmenu/contextmenu.esm.min.js +1 -1
- package/contextmenu/contextmenu.js +25 -12
- package/contextmenu/contextmenu.min.js +1 -1
- package/core/core.js +223 -99
- package/core/core.min.js +23 -21
- package/datatable/BaseDataTable.vue +4 -4
- package/datatable/BodyCell.vue +0 -3
- package/datatable/DataTable.d.ts +6 -6
- package/datatable/DataTable.vue +5 -3
- package/datatable/datatable.cjs.js +8 -10
- package/datatable/datatable.cjs.min.js +1 -1
- package/datatable/datatable.esm.js +8 -10
- package/datatable/datatable.esm.min.js +1 -1
- package/datatable/datatable.js +8 -10
- package/datatable/datatable.min.js +1 -1
- package/dataview/DataView.vue +2 -1
- package/dataview/dataview.cjs.js +2 -1
- package/dataview/dataview.cjs.min.js +1 -1
- package/dataview/dataview.esm.js +2 -1
- package/dataview/dataview.esm.min.js +1 -1
- package/dataview/dataview.js +2 -1
- package/dataview/dataview.min.js +1 -1
- package/dataviewlayoutoptions/DataViewLayoutOptions.vue +2 -1
- package/dataviewlayoutoptions/dataviewlayoutoptions.cjs.js +2 -1
- package/dataviewlayoutoptions/dataviewlayoutoptions.cjs.min.js +1 -1
- package/dataviewlayoutoptions/dataviewlayoutoptions.esm.js +2 -1
- package/dataviewlayoutoptions/dataviewlayoutoptions.esm.min.js +1 -1
- package/dataviewlayoutoptions/dataviewlayoutoptions.js +2 -1
- package/dataviewlayoutoptions/dataviewlayoutoptions.min.js +1 -1
- package/dataviewlayoutoptions/style/dataviewlayoutoptionsstyle.cjs.js +1 -1
- package/dataviewlayoutoptions/style/dataviewlayoutoptionsstyle.cjs.min.js +1 -1
- package/dataviewlayoutoptions/style/dataviewlayoutoptionsstyle.esm.js +1 -1
- package/dataviewlayoutoptions/style/dataviewlayoutoptionsstyle.esm.min.js +1 -1
- package/dataviewlayoutoptions/style/dataviewlayoutoptionsstyle.js +1 -1
- package/dataviewlayoutoptions/style/dataviewlayoutoptionsstyle.min.js +1 -1
- package/deferredcontent/DeferredContent.vue +2 -1
- package/deferredcontent/deferredcontent.cjs.js +2 -1
- package/deferredcontent/deferredcontent.cjs.min.js +1 -1
- package/deferredcontent/deferredcontent.esm.js +2 -1
- package/deferredcontent/deferredcontent.esm.min.js +1 -1
- package/deferredcontent/deferredcontent.js +2 -1
- package/deferredcontent/deferredcontent.min.js +1 -1
- package/dialog/Dialog.d.ts +2 -2
- package/dialog/Dialog.vue +2 -2
- package/dialog/dialog.cjs.js +2 -2
- package/dialog/dialog.cjs.min.js +1 -1
- package/dialog/dialog.esm.js +2 -2
- package/dialog/dialog.esm.min.js +1 -1
- package/dialog/dialog.js +2 -2
- package/dialog/dialog.min.js +1 -1
- package/divider/Divider.vue +3 -2
- package/divider/divider.cjs.js +3 -2
- package/divider/divider.cjs.min.js +1 -1
- package/divider/divider.esm.js +3 -2
- package/divider/divider.esm.min.js +1 -1
- package/divider/divider.js +3 -2
- package/divider/divider.min.js +1 -1
- package/dock/Dock.vue +2 -1
- package/dock/dock.cjs.js +2 -1
- package/dock/dock.cjs.min.js +1 -1
- package/dock/dock.esm.js +2 -1
- package/dock/dock.esm.min.js +1 -1
- package/dock/dock.js +2 -1
- package/dock/dock.min.js +1 -1
- package/dropdown/Dropdown.d.ts +3 -3
- package/dropdown/Dropdown.vue +5 -1
- package/dropdown/dropdown.cjs.js +15 -9
- package/dropdown/dropdown.cjs.min.js +1 -1
- package/dropdown/dropdown.esm.js +15 -9
- package/dropdown/dropdown.esm.min.js +1 -1
- package/dropdown/dropdown.js +15 -9
- package/dropdown/dropdown.min.js +1 -1
- package/editor/Editor.vue +2 -1
- package/editor/editor.cjs.js +2 -1
- package/editor/editor.cjs.min.js +1 -1
- package/editor/editor.esm.js +2 -1
- package/editor/editor.esm.min.js +1 -1
- package/editor/editor.js +2 -1
- package/editor/editor.min.js +1 -1
- package/fieldset/Fieldset.vue +2 -1
- package/fieldset/fieldset.cjs.js +2 -1
- package/fieldset/fieldset.cjs.min.js +1 -1
- package/fieldset/fieldset.esm.js +2 -1
- package/fieldset/fieldset.esm.min.js +1 -1
- package/fieldset/fieldset.js +2 -1
- package/fieldset/fieldset.min.js +1 -1
- package/fileupload/FileUpload.vue +8 -5
- package/fileupload/fileupload.cjs.js +9 -8
- package/fileupload/fileupload.cjs.min.js +1 -1
- package/fileupload/fileupload.esm.js +9 -8
- package/fileupload/fileupload.esm.min.js +1 -1
- package/fileupload/fileupload.js +9 -8
- package/fileupload/fileupload.min.js +1 -1
- package/floatlabel/FloatLabel.d.ts +0 -4
- package/floatlabel/FloatLabel.vue +3 -2
- package/floatlabel/floatlabel.cjs.js +3 -2
- package/floatlabel/floatlabel.cjs.min.js +1 -1
- package/floatlabel/floatlabel.esm.js +3 -2
- package/floatlabel/floatlabel.esm.min.js +1 -1
- package/floatlabel/floatlabel.js +3 -2
- package/floatlabel/floatlabel.min.js +1 -1
- package/galleria/GalleriaContent.vue +1 -1
- package/galleria/GalleriaThumbnails.vue +12 -3
- package/galleria/galleria.cjs.js +5 -5
- package/galleria/galleria.cjs.min.js +1 -1
- package/galleria/galleria.esm.js +5 -5
- package/galleria/galleria.esm.min.js +1 -1
- package/galleria/galleria.js +5 -5
- package/galleria/galleria.min.js +1 -1
- package/iconfield/IconField.vue +4 -3
- package/iconfield/iconfield.cjs.js +3 -2
- package/iconfield/iconfield.cjs.min.js +1 -1
- package/iconfield/iconfield.esm.js +3 -2
- package/iconfield/iconfield.esm.min.js +1 -1
- package/iconfield/iconfield.js +3 -2
- package/iconfield/iconfield.min.js +1 -1
- package/iconfield/style/iconfieldstyle.cjs.js +3 -3
- package/iconfield/style/iconfieldstyle.cjs.min.js +1 -1
- package/iconfield/style/iconfieldstyle.esm.js +3 -3
- package/iconfield/style/iconfieldstyle.esm.min.js +1 -1
- package/iconfield/style/iconfieldstyle.js +3 -3
- package/iconfield/style/iconfieldstyle.min.js +1 -1
- package/image/Image.vue +1 -1
- package/image/image.cjs.js +1 -1
- package/image/image.cjs.min.js +1 -1
- package/image/image.esm.js +1 -1
- package/image/image.esm.min.js +1 -1
- package/image/image.js +1 -1
- package/image/image.min.js +1 -1
- package/inlinemessage/InlineMessage.d.ts +2 -2
- package/inlinemessage/InlineMessage.vue +2 -1
- package/inlinemessage/inlinemessage.cjs.js +2 -1
- package/inlinemessage/inlinemessage.cjs.min.js +1 -1
- package/inlinemessage/inlinemessage.esm.js +2 -1
- package/inlinemessage/inlinemessage.esm.min.js +1 -1
- package/inlinemessage/inlinemessage.js +2 -1
- package/inlinemessage/inlinemessage.min.js +1 -1
- package/inplace/Inplace.vue +2 -1
- package/inplace/inplace.cjs.js +2 -1
- package/inplace/inplace.cjs.min.js +1 -1
- package/inplace/inplace.esm.js +2 -1
- package/inplace/inplace.esm.min.js +1 -1
- package/inplace/inplace.js +2 -1
- package/inplace/inplace.min.js +1 -1
- package/inputgroup/InputGroup.vue +3 -2
- package/inputgroup/inputgroup.cjs.js +3 -2
- package/inputgroup/inputgroup.cjs.min.js +1 -1
- package/inputgroup/inputgroup.esm.js +3 -2
- package/inputgroup/inputgroup.esm.min.js +1 -1
- package/inputgroup/inputgroup.js +3 -2
- package/inputgroup/inputgroup.min.js +1 -1
- package/inputgroupaddon/InputGroupAddon.vue +3 -2
- package/inputgroupaddon/inputgroupaddon.cjs.js +3 -2
- package/inputgroupaddon/inputgroupaddon.cjs.min.js +1 -1
- package/inputgroupaddon/inputgroupaddon.esm.js +3 -2
- package/inputgroupaddon/inputgroupaddon.esm.min.js +1 -1
- package/inputgroupaddon/inputgroupaddon.js +3 -2
- package/inputgroupaddon/inputgroupaddon.min.js +1 -1
- package/inputicon/BaseInputIcon.vue +3 -0
- package/inputicon/InputIcon.vue +10 -2
- package/inputicon/inputicon.cjs.js +13 -2
- package/inputicon/inputicon.cjs.min.js +1 -1
- package/inputicon/inputicon.esm.js +14 -3
- package/inputicon/inputicon.esm.min.js +1 -1
- package/inputicon/inputicon.js +13 -2
- package/inputicon/inputicon.min.js +1 -1
- package/inputicon/style/inputiconstyle.cjs.js +13 -1
- package/inputicon/style/inputiconstyle.cjs.min.js +1 -1
- package/inputicon/style/inputiconstyle.esm.js +9 -1
- package/inputicon/style/inputiconstyle.esm.min.js +1 -1
- package/inputicon/style/inputiconstyle.js +15 -5
- package/inputicon/style/inputiconstyle.min.js +1 -1
- package/inputmask/InputMask.vue +2 -1
- package/inputmask/inputmask.cjs.js +4 -2
- package/inputmask/inputmask.cjs.min.js +1 -1
- package/inputmask/inputmask.esm.js +4 -2
- package/inputmask/inputmask.esm.min.js +1 -1
- package/inputmask/inputmask.js +4 -2
- package/inputmask/inputmask.min.js +1 -1
- package/inputnumber/InputNumber.vue +3 -1
- package/inputnumber/inputnumber.cjs.js +4 -2
- package/inputnumber/inputnumber.cjs.min.js +1 -1
- package/inputnumber/inputnumber.esm.js +4 -2
- package/inputnumber/inputnumber.esm.min.js +1 -1
- package/inputnumber/inputnumber.js +4 -2
- package/inputnumber/inputnumber.min.js +1 -1
- package/inputotp/BaseInputOtp.vue +53 -0
- package/inputotp/InputOtp.d.ts +275 -0
- package/inputotp/InputOtp.vue +201 -0
- package/inputotp/inputotp.cjs.js +265 -0
- package/inputotp/inputotp.cjs.min.js +1 -0
- package/inputotp/inputotp.esm.js +257 -0
- package/inputotp/inputotp.esm.min.js +1 -0
- package/inputotp/inputotp.js +264 -0
- package/inputotp/inputotp.min.js +1 -0
- package/inputotp/package.json +9 -0
- package/inputotp/style/InputOtpStyle.d.ts +3 -0
- package/inputotp/style/inputotpstyle.cjs.js +18 -0
- package/inputotp/style/inputotpstyle.cjs.min.js +1 -0
- package/inputotp/style/inputotpstyle.esm.js +12 -0
- package/inputotp/style/inputotpstyle.esm.min.js +1 -0
- package/inputotp/style/inputotpstyle.js +21 -0
- package/inputotp/style/inputotpstyle.min.js +1 -0
- package/inputotp/style/package.json +6 -0
- package/inputswitch/InputSwitch.d.ts +0 -16
- package/inputswitch/InputSwitch.vue +5 -1
- package/inputswitch/inputswitch.cjs.js +5 -2
- package/inputswitch/inputswitch.cjs.min.js +1 -1
- package/inputswitch/inputswitch.esm.js +5 -2
- package/inputswitch/inputswitch.esm.min.js +1 -1
- package/inputswitch/inputswitch.js +5 -2
- package/inputswitch/inputswitch.min.js +1 -1
- package/inputtext/InputText.vue +5 -2
- package/inputtext/inputtext.cjs.js +5 -2
- package/inputtext/inputtext.cjs.min.js +1 -1
- package/inputtext/inputtext.esm.js +5 -2
- package/inputtext/inputtext.esm.min.js +1 -1
- package/inputtext/inputtext.js +5 -2
- package/inputtext/inputtext.min.js +1 -1
- package/knob/Knob.vue +2 -1
- package/knob/knob.cjs.js +2 -1
- package/knob/knob.cjs.min.js +1 -1
- package/knob/knob.esm.js +2 -1
- package/knob/knob.esm.min.js +1 -1
- package/knob/knob.js +2 -1
- package/knob/knob.min.js +1 -1
- package/listbox/Listbox.d.ts +2 -2
- package/listbox/Listbox.vue +2 -3
- package/listbox/listbox.cjs.js +2 -2
- package/listbox/listbox.cjs.min.js +1 -1
- package/listbox/listbox.esm.js +2 -2
- package/listbox/listbox.esm.min.js +1 -1
- package/listbox/listbox.js +2 -2
- package/listbox/listbox.min.js +1 -1
- package/megamenu/MegaMenu.vue +2 -1
- package/megamenu/MegaMenuSub.vue +1 -1
- package/megamenu/megamenu.cjs.js +3 -2
- package/megamenu/megamenu.cjs.min.js +1 -1
- package/megamenu/megamenu.esm.js +3 -2
- package/megamenu/megamenu.esm.min.js +1 -1
- package/megamenu/megamenu.js +3 -2
- package/megamenu/megamenu.min.js +1 -1
- package/menu/Menu.d.ts +2 -2
- package/menu/Menu.vue +18 -11
- package/menu/Menuitem.vue +6 -3
- package/menu/menu.cjs.js +23 -18
- package/menu/menu.cjs.min.js +1 -1
- package/menu/menu.esm.js +23 -18
- package/menu/menu.esm.min.js +1 -1
- package/menu/menu.js +23 -18
- package/menu/menu.min.js +1 -1
- package/menubar/Menubar.vue +19 -6
- package/menubar/MenubarSub.vue +7 -3
- package/menubar/menubar.cjs.js +41 -18
- package/menubar/menubar.cjs.min.js +1 -1
- package/menubar/menubar.esm.js +41 -18
- package/menubar/menubar.esm.min.js +1 -1
- package/menubar/menubar.js +41 -18
- package/menubar/menubar.min.js +1 -1
- package/message/Message.d.ts +2 -2
- package/message/Message.vue +2 -1
- package/message/message.cjs.js +2 -1
- package/message/message.cjs.min.js +1 -1
- package/message/message.esm.js +2 -1
- package/message/message.esm.min.js +1 -1
- package/message/message.js +2 -1
- package/message/message.min.js +1 -1
- package/metergroup/MeterGroup.vue +3 -2
- package/metergroup/metergroup.cjs.js +5 -3
- package/metergroup/metergroup.cjs.min.js +1 -1
- package/metergroup/metergroup.esm.js +5 -3
- package/metergroup/metergroup.esm.min.js +1 -1
- package/metergroup/metergroup.js +5 -3
- package/metergroup/metergroup.min.js +1 -1
- package/multiselect/MultiSelect.d.ts +3 -3
- package/multiselect/MultiSelect.vue +4 -1
- package/multiselect/multiselect.cjs.js +15 -10
- package/multiselect/multiselect.cjs.min.js +1 -1
- package/multiselect/multiselect.esm.js +15 -10
- package/multiselect/multiselect.esm.min.js +1 -1
- package/multiselect/multiselect.js +15 -10
- package/multiselect/multiselect.min.js +1 -1
- package/orderlist/OrderList.vue +2 -1
- package/orderlist/orderlist.cjs.js +2 -1
- package/orderlist/orderlist.cjs.min.js +1 -1
- package/orderlist/orderlist.esm.js +2 -1
- package/orderlist/orderlist.esm.min.js +1 -1
- package/orderlist/orderlist.js +2 -1
- package/orderlist/orderlist.min.js +1 -1
- package/organizationchart/OrganizationChart.vue +2 -1
- package/organizationchart/organizationchart.cjs.js +2 -1
- package/organizationchart/organizationchart.cjs.min.js +1 -1
- package/organizationchart/organizationchart.esm.js +2 -1
- package/organizationchart/organizationchart.esm.min.js +1 -1
- package/organizationchart/organizationchart.js +2 -1
- package/organizationchart/organizationchart.min.js +1 -1
- package/overlaypanel/OverlayPanel.d.ts +2 -2
- package/overlaypanel/OverlayPanel.vue +1 -1
- package/overlaypanel/overlaypanel.cjs.js +1 -7
- package/overlaypanel/overlaypanel.cjs.min.js +1 -1
- package/overlaypanel/overlaypanel.esm.js +1 -7
- package/overlaypanel/overlaypanel.esm.min.js +1 -1
- package/overlaypanel/overlaypanel.js +1 -7
- package/overlaypanel/overlaypanel.min.js +1 -1
- package/package.json +1 -1
- package/paginator/Paginator.vue +2 -1
- package/paginator/paginator.cjs.js +2 -1
- package/paginator/paginator.cjs.min.js +1 -1
- package/paginator/paginator.esm.js +2 -1
- package/paginator/paginator.esm.min.js +1 -1
- package/paginator/paginator.js +2 -1
- package/paginator/paginator.min.js +1 -1
- package/panel/Panel.vue +2 -1
- package/panel/panel.cjs.js +2 -1
- package/panel/panel.cjs.min.js +1 -1
- package/panel/panel.esm.js +2 -1
- package/panel/panel.esm.min.js +1 -1
- package/panel/panel.js +2 -1
- package/panel/panel.min.js +1 -1
- package/panelmenu/PanelMenu.vue +2 -1
- package/panelmenu/PanelMenuList.vue +6 -0
- package/panelmenu/PanelMenuSub.vue +7 -3
- package/panelmenu/panelmenu.cjs.js +24 -5
- package/panelmenu/panelmenu.cjs.min.js +1 -1
- package/panelmenu/panelmenu.esm.js +24 -5
- package/panelmenu/panelmenu.esm.min.js +1 -1
- package/panelmenu/panelmenu.js +24 -5
- package/panelmenu/panelmenu.min.js +1 -1
- package/password/Password.d.ts +2 -2
- package/password/Password.vue +10 -4
- package/password/password.cjs.js +9 -4
- package/password/password.cjs.min.js +1 -1
- package/password/password.esm.js +9 -4
- package/password/password.esm.min.js +1 -1
- package/password/password.js +9 -4
- package/password/password.min.js +1 -1
- package/password/style/passwordstyle.cjs.js +4 -3
- package/password/style/passwordstyle.cjs.min.js +1 -1
- package/password/style/passwordstyle.esm.js +4 -3
- package/password/style/passwordstyle.esm.min.js +1 -1
- package/password/style/passwordstyle.js +4 -3
- package/password/style/passwordstyle.min.js +1 -1
- package/picklist/PickList.vue +2 -1
- package/picklist/picklist.cjs.js +2 -1
- package/picklist/picklist.cjs.min.js +1 -1
- package/picklist/picklist.esm.js +2 -1
- package/picklist/picklist.esm.min.js +1 -1
- package/picklist/picklist.js +2 -1
- package/picklist/picklist.min.js +1 -1
- package/portal/Portal.d.ts +2 -2
- package/progressbar/ProgressBar.vue +2 -1
- package/progressbar/progressbar.cjs.js +2 -1
- package/progressbar/progressbar.cjs.min.js +1 -1
- package/progressbar/progressbar.esm.js +2 -1
- package/progressbar/progressbar.esm.min.js +1 -1
- package/progressbar/progressbar.js +2 -1
- package/progressbar/progressbar.min.js +1 -1
- package/progressspinner/ProgressSpinner.vue +2 -1
- package/progressspinner/progressspinner.cjs.js +2 -1
- package/progressspinner/progressspinner.cjs.min.js +1 -1
- package/progressspinner/progressspinner.esm.js +2 -1
- package/progressspinner/progressspinner.esm.min.js +1 -1
- package/progressspinner/progressspinner.js +2 -1
- package/progressspinner/progressspinner.min.js +1 -1
- package/radiobutton/RadioButton.vue +5 -1
- package/radiobutton/radiobutton.cjs.js +5 -2
- package/radiobutton/radiobutton.cjs.min.js +1 -1
- package/radiobutton/radiobutton.esm.js +5 -2
- package/radiobutton/radiobutton.esm.min.js +1 -1
- package/radiobutton/radiobutton.js +5 -2
- package/radiobutton/radiobutton.min.js +1 -1
- package/rating/Rating.vue +2 -1
- package/rating/rating.cjs.js +2 -1
- package/rating/rating.cjs.min.js +1 -1
- package/rating/rating.esm.js +2 -1
- package/rating/rating.esm.min.js +1 -1
- package/rating/rating.js +2 -1
- package/rating/rating.min.js +1 -1
- package/resources/themes/arya-blue/theme.css +346 -119
- package/resources/themes/arya-green/theme.css +346 -119
- package/resources/themes/arya-orange/theme.css +346 -119
- package/resources/themes/arya-purple/theme.css +346 -119
- package/resources/themes/aura-dark-amber/theme.css +379 -134
- package/resources/themes/aura-dark-blue/theme.css +379 -134
- package/resources/themes/aura-dark-cyan/theme.css +379 -134
- package/resources/themes/aura-dark-green/theme.css +379 -134
- package/resources/themes/aura-dark-indigo/theme.css +379 -134
- package/resources/themes/aura-dark-lime/theme.css +379 -134
- package/resources/themes/aura-dark-noir/theme.css +379 -134
- package/resources/themes/aura-dark-pink/theme.css +379 -134
- package/resources/themes/aura-dark-purple/theme.css +379 -134
- package/resources/themes/aura-dark-teal/theme.css +379 -134
- package/resources/themes/aura-light-amber/theme.css +379 -137
- package/resources/themes/aura-light-blue/theme.css +379 -137
- package/resources/themes/aura-light-cyan/theme.css +379 -137
- package/resources/themes/aura-light-green/theme.css +379 -137
- package/resources/themes/aura-light-indigo/theme.css +379 -137
- package/resources/themes/aura-light-lime/theme.css +379 -137
- package/resources/themes/aura-light-noir/theme.css +379 -137
- package/resources/themes/aura-light-pink/theme.css +379 -137
- package/resources/themes/aura-light-purple/theme.css +379 -137
- package/resources/themes/aura-light-teal/theme.css +379 -137
- package/resources/themes/bootstrap4-dark-blue/theme.css +356 -129
- package/resources/themes/bootstrap4-dark-purple/theme.css +356 -129
- package/resources/themes/bootstrap4-light-blue/theme.css +356 -129
- package/resources/themes/bootstrap4-light-purple/theme.css +356 -129
- package/resources/themes/fluent-light/theme.css +340 -119
- package/resources/themes/lara-dark-amber/theme.css +365 -129
- package/resources/themes/lara-dark-blue/theme.css +365 -129
- package/resources/themes/lara-dark-cyan/theme.css +365 -129
- package/resources/themes/lara-dark-green/theme.css +365 -129
- package/resources/themes/lara-dark-indigo/theme.css +365 -129
- package/resources/themes/lara-dark-pink/theme.css +365 -129
- package/resources/themes/lara-dark-purple/theme.css +365 -129
- package/resources/themes/lara-dark-teal/theme.css +365 -129
- package/resources/themes/lara-light-amber/theme.css +361 -129
- package/resources/themes/lara-light-blue/theme.css +361 -129
- package/resources/themes/lara-light-cyan/theme.css +361 -129
- package/resources/themes/lara-light-green/theme.css +361 -129
- package/resources/themes/lara-light-indigo/theme.css +361 -129
- package/resources/themes/lara-light-pink/theme.css +361 -129
- package/resources/themes/lara-light-purple/theme.css +361 -129
- package/resources/themes/lara-light-teal/theme.css +361 -129
- package/resources/themes/luna-amber/theme.css +346 -119
- package/resources/themes/luna-blue/theme.css +346 -119
- package/resources/themes/luna-green/theme.css +346 -119
- package/resources/themes/luna-pink/theme.css +346 -119
- package/resources/themes/md-dark-deeppurple/theme.css +431 -185
- package/resources/themes/md-dark-indigo/theme.css +431 -185
- package/resources/themes/md-light-deeppurple/theme.css +431 -185
- package/resources/themes/md-light-indigo/theme.css +431 -185
- package/resources/themes/mdc-dark-deeppurple/theme.css +431 -185
- package/resources/themes/mdc-dark-indigo/theme.css +431 -185
- package/resources/themes/mdc-light-deeppurple/theme.css +431 -185
- package/resources/themes/mdc-light-indigo/theme.css +431 -185
- package/resources/themes/mira/theme.css +346 -119
- package/resources/themes/nano/theme.css +346 -119
- package/resources/themes/nova/theme.css +346 -119
- package/resources/themes/nova-accent/theme.css +346 -119
- package/resources/themes/nova-alt/theme.css +346 -119
- package/resources/themes/nova-vue/theme.css +346 -119
- package/resources/themes/rhea/theme.css +346 -119
- package/resources/themes/saga-blue/theme.css +346 -119
- package/resources/themes/saga-green/theme.css +346 -119
- package/resources/themes/saga-orange/theme.css +346 -119
- package/resources/themes/saga-purple/theme.css +346 -119
- package/resources/themes/soho-dark/theme.css +356 -129
- package/resources/themes/soho-light/theme.css +356 -129
- package/resources/themes/tailwind-light/theme.css +346 -119
- package/resources/themes/vela-blue/theme.css +346 -119
- package/resources/themes/vela-green/theme.css +346 -119
- package/resources/themes/vela-orange/theme.css +346 -119
- package/resources/themes/vela-purple/theme.css +346 -119
- package/resources/themes/viva-dark/theme.css +357 -130
- package/resources/themes/viva-light/theme.css +357 -130
- package/scrollpanel/ScrollPanel.vue +2 -1
- package/scrollpanel/scrollpanel.cjs.js +2 -1
- package/scrollpanel/scrollpanel.cjs.min.js +1 -1
- package/scrollpanel/scrollpanel.esm.js +2 -1
- package/scrollpanel/scrollpanel.esm.min.js +1 -1
- package/scrollpanel/scrollpanel.js +2 -1
- package/scrollpanel/scrollpanel.min.js +1 -1
- package/scrolltop/ScrollTop.vue +2 -1
- package/scrolltop/scrolltop.cjs.js +2 -1
- package/scrolltop/scrolltop.cjs.min.js +1 -1
- package/scrolltop/scrolltop.esm.js +2 -1
- package/scrolltop/scrolltop.esm.min.js +1 -1
- package/scrolltop/scrolltop.js +2 -1
- package/scrolltop/scrolltop.min.js +1 -1
- package/selectbutton/SelectButton.vue +44 -17
- package/selectbutton/selectbutton.cjs.js +41 -18
- package/selectbutton/selectbutton.cjs.min.js +1 -1
- package/selectbutton/selectbutton.esm.js +41 -18
- package/selectbutton/selectbutton.esm.min.js +1 -1
- package/selectbutton/selectbutton.js +41 -18
- package/selectbutton/selectbutton.min.js +1 -1
- package/selectbutton/style/selectbuttonstyle.cjs.js +1 -1
- package/selectbutton/style/selectbuttonstyle.cjs.min.js +1 -1
- package/selectbutton/style/selectbuttonstyle.esm.js +1 -1
- package/selectbutton/style/selectbuttonstyle.esm.min.js +1 -1
- package/selectbutton/style/selectbuttonstyle.js +1 -1
- package/selectbutton/style/selectbuttonstyle.min.js +1 -1
- package/sidebar/Sidebar.vue +1 -1
- package/sidebar/sidebar.cjs.js +1 -7
- package/sidebar/sidebar.cjs.min.js +1 -1
- package/sidebar/sidebar.esm.js +1 -7
- package/sidebar/sidebar.esm.min.js +1 -1
- package/sidebar/sidebar.js +1 -7
- package/sidebar/sidebar.min.js +1 -1
- package/skeleton/Skeleton.vue +2 -1
- package/skeleton/skeleton.cjs.js +2 -1
- package/skeleton/skeleton.cjs.min.js +1 -1
- package/skeleton/skeleton.esm.js +2 -1
- package/skeleton/skeleton.esm.min.js +1 -1
- package/skeleton/skeleton.js +2 -1
- package/skeleton/skeleton.min.js +1 -1
- package/slider/Slider.vue +2 -1
- package/slider/slider.cjs.js +2 -1
- package/slider/slider.cjs.min.js +1 -1
- package/slider/slider.esm.js +2 -1
- package/slider/slider.esm.min.js +1 -1
- package/slider/slider.js +2 -1
- package/slider/slider.min.js +1 -1
- package/speeddial/SpeedDial.vue +2 -1
- package/speeddial/speeddial.cjs.js +2 -1
- package/speeddial/speeddial.cjs.min.js +1 -1
- package/speeddial/speeddial.esm.js +2 -1
- package/speeddial/speeddial.esm.min.js +1 -1
- package/speeddial/speeddial.js +2 -1
- package/speeddial/speeddial.min.js +1 -1
- package/splitbutton/SplitButton.d.ts +3 -3
- package/splitbutton/SplitButton.vue +2 -1
- package/splitbutton/splitbutton.cjs.js +4 -3
- package/splitbutton/splitbutton.cjs.min.js +1 -1
- package/splitbutton/splitbutton.esm.js +4 -3
- package/splitbutton/splitbutton.esm.min.js +1 -1
- package/splitbutton/splitbutton.js +4 -3
- package/splitbutton/splitbutton.min.js +1 -1
- package/splitter/Splitter.vue +16 -13
- package/splitter/splitter.cjs.js +17 -14
- package/splitter/splitter.cjs.min.js +1 -1
- package/splitter/splitter.esm.js +17 -14
- package/splitter/splitter.esm.min.js +1 -1
- package/splitter/splitter.js +17 -14
- package/splitter/splitter.min.js +1 -1
- package/splitterpanel/SplitterPanel.vue +10 -2
- package/splitterpanel/splitterpanel.cjs.js +10 -2
- package/splitterpanel/splitterpanel.cjs.min.js +1 -1
- package/splitterpanel/splitterpanel.esm.js +10 -2
- package/splitterpanel/splitterpanel.esm.min.js +1 -1
- package/splitterpanel/splitterpanel.js +10 -2
- package/splitterpanel/splitterpanel.min.js +1 -1
- package/stepper/BaseStepper.vue +4 -0
- package/stepper/Stepper.d.ts +197 -0
- package/stepper/Stepper.vue +162 -129
- package/stepper/StepperContent.vue +47 -0
- package/stepper/StepperHeader.vue +41 -0
- package/stepper/StepperSeparator.vue +23 -0
- package/stepper/package.json +9 -0
- package/stepper/stepper.cjs.js +347 -129
- package/stepper/stepper.cjs.min.js +1 -1
- package/stepper/stepper.esm.js +348 -130
- package/stepper/stepper.esm.min.js +1 -1
- package/stepper/stepper.js +347 -129
- package/stepper/stepper.min.js +1 -1
- package/stepper/style/StepperStyle.d.ts +3 -0
- package/stepper/style/package.json +6 -0
- package/stepper/style/stepperstyle.cjs.js +25 -19
- package/stepper/style/stepperstyle.cjs.min.js +1 -1
- package/stepper/style/stepperstyle.esm.js +25 -19
- package/stepper/style/stepperstyle.esm.min.js +1 -1
- package/stepper/style/stepperstyle.js +25 -19
- package/stepper/style/stepperstyle.min.js +1 -1
- package/stepperpanel/BaseStepperPanel.vue +18 -0
- package/stepperpanel/StepperPanel.d.ts +286 -0
- package/stepperpanel/StepperPanel.vue +12 -0
- package/stepperpanel/package.json +9 -0
- package/{step/step.cjs.js → stepperpanel/stepperpanel.cjs.js} +11 -11
- package/stepperpanel/stepperpanel.cjs.min.js +1 -0
- package/{step/step.esm.js → stepperpanel/stepperpanel.esm.js} +10 -10
- package/stepperpanel/stepperpanel.esm.min.js +1 -0
- package/{step/step.js → stepperpanel/stepperpanel.js} +12 -12
- package/stepperpanel/stepperpanel.min.js +1 -0
- package/stepperpanel/style/StepperPanelStyle.d.ts +3 -0
- package/stepperpanel/style/package.json +6 -0
- package/stepperpanel/style/stepperpanelstyle.cjs.js +5 -0
- package/stepperpanel/style/stepperpanelstyle.esm.js +3 -0
- package/stepperpanel/style/stepperpanelstyle.js +10 -0
- package/stepperpanel/style/stepperpanelstyle.min.js +1 -0
- package/steps/Steps.vue +2 -1
- package/steps/steps.cjs.js +2 -1
- package/steps/steps.cjs.min.js +1 -1
- package/steps/steps.esm.js +2 -1
- package/steps/steps.esm.min.js +1 -1
- package/steps/steps.js +2 -1
- package/steps/steps.min.js +1 -1
- package/styleclass/StyleClass.d.ts +2 -2
- package/tabmenu/TabMenu.vue +3 -2
- package/tabmenu/tabmenu.cjs.js +3 -2
- package/tabmenu/tabmenu.cjs.min.js +1 -1
- package/tabmenu/tabmenu.esm.js +3 -2
- package/tabmenu/tabmenu.esm.min.js +1 -1
- package/tabmenu/tabmenu.js +3 -2
- package/tabmenu/tabmenu.min.js +1 -1
- package/tabpanel/TabPanel.d.ts +1 -1
- package/tabview/TabView.d.ts +31 -1
- package/tabview/TabView.vue +4 -3
- package/tabview/tabview.cjs.js +4 -3
- package/tabview/tabview.cjs.min.js +1 -1
- package/tabview/tabview.esm.js +4 -3
- package/tabview/tabview.esm.min.js +1 -1
- package/tabview/tabview.js +4 -3
- package/tabview/tabview.min.js +1 -1
- package/tag/Tag.d.ts +2 -2
- package/tag/Tag.vue +3 -2
- package/tag/tag.cjs.js +3 -2
- package/tag/tag.cjs.min.js +1 -1
- package/tag/tag.esm.js +3 -2
- package/tag/tag.esm.min.js +1 -1
- package/tag/tag.js +3 -2
- package/tag/tag.min.js +1 -1
- package/terminal/Terminal.vue +2 -1
- package/terminal/terminal.cjs.js +2 -1
- package/terminal/terminal.cjs.min.js +1 -1
- package/terminal/terminal.esm.js +2 -1
- package/terminal/terminal.esm.min.js +1 -1
- package/terminal/terminal.js +2 -1
- package/terminal/terminal.min.js +1 -1
- package/textarea/Textarea.vue +2 -1
- package/textarea/textarea.cjs.js +4 -2
- package/textarea/textarea.cjs.min.js +1 -1
- package/textarea/textarea.esm.js +4 -2
- package/textarea/textarea.esm.min.js +1 -1
- package/textarea/textarea.js +4 -2
- package/textarea/textarea.min.js +1 -1
- package/tieredmenu/TieredMenu.d.ts +2 -2
- package/tieredmenu/TieredMenu.vue +11 -4
- package/tieredmenu/TieredMenuSub.vue +13 -3
- package/tieredmenu/tieredmenu.cjs.js +31 -22
- package/tieredmenu/tieredmenu.cjs.min.js +1 -1
- package/tieredmenu/tieredmenu.esm.js +31 -22
- package/tieredmenu/tieredmenu.esm.min.js +1 -1
- package/tieredmenu/tieredmenu.js +31 -22
- package/tieredmenu/tieredmenu.min.js +1 -1
- package/timeline/Timeline.vue +2 -1
- package/timeline/timeline.cjs.js +2 -1
- package/timeline/timeline.cjs.min.js +1 -1
- package/timeline/timeline.esm.js +2 -1
- package/timeline/timeline.esm.min.js +1 -1
- package/timeline/timeline.js +2 -1
- package/timeline/timeline.min.js +1 -1
- package/toast/Toast.vue +1 -1
- package/toast/toast.cjs.js +1 -1
- package/toast/toast.cjs.min.js +1 -1
- package/toast/toast.esm.js +1 -1
- package/toast/toast.esm.min.js +1 -1
- package/toast/toast.js +1 -1
- package/toast/toast.min.js +1 -1
- package/togglebutton/ToggleButton.vue +5 -1
- package/togglebutton/togglebutton.cjs.js +5 -2
- package/togglebutton/togglebutton.cjs.min.js +1 -1
- package/togglebutton/togglebutton.esm.js +5 -2
- package/togglebutton/togglebutton.esm.min.js +1 -1
- package/togglebutton/togglebutton.js +5 -2
- package/togglebutton/togglebutton.min.js +1 -1
- package/toolbar/Toolbar.vue +3 -2
- package/toolbar/toolbar.cjs.js +3 -2
- package/toolbar/toolbar.cjs.min.js +1 -1
- package/toolbar/toolbar.esm.js +3 -2
- package/toolbar/toolbar.esm.min.js +1 -1
- package/toolbar/toolbar.js +3 -2
- package/toolbar/toolbar.min.js +1 -1
- package/tooltip/tooltip.cjs.js +6 -7
- package/tooltip/tooltip.cjs.min.js +1 -1
- package/tooltip/tooltip.esm.js +6 -7
- package/tooltip/tooltip.esm.min.js +1 -1
- package/tooltip/tooltip.js +6 -7
- package/tooltip/tooltip.min.js +1 -1
- package/tree/Tree.d.ts +2 -2
- package/tree/Tree.vue +2 -1
- package/tree/tree.cjs.js +2 -1
- package/tree/tree.cjs.min.js +1 -1
- package/tree/tree.esm.js +2 -1
- package/tree/tree.esm.min.js +1 -1
- package/tree/tree.js +2 -1
- package/tree/tree.min.js +1 -1
- package/treeselect/TreeSelect.d.ts +2 -2
- package/treeselect/TreeSelect.vue +2 -1
- package/treeselect/treeselect.cjs.js +2 -1
- package/treeselect/treeselect.cjs.min.js +1 -1
- package/treeselect/treeselect.esm.js +2 -1
- package/treeselect/treeselect.esm.min.js +1 -1
- package/treeselect/treeselect.js +2 -1
- package/treeselect/treeselect.min.js +1 -1
- package/treetable/TreeTable.d.ts +4 -4
- package/treetable/TreeTable.vue +2 -1
- package/treetable/treetable.cjs.js +2 -1
- package/treetable/treetable.cjs.min.js +1 -1
- package/treetable/treetable.esm.js +2 -1
- package/treetable/treetable.esm.min.js +1 -1
- package/treetable/treetable.js +2 -1
- package/treetable/treetable.min.js +1 -1
- package/tristatecheckbox/TriStateCheckbox.vue +5 -1
- package/tristatecheckbox/tristatecheckbox.cjs.js +5 -2
- package/tristatecheckbox/tristatecheckbox.cjs.min.js +1 -1
- package/tristatecheckbox/tristatecheckbox.esm.js +5 -2
- package/tristatecheckbox/tristatecheckbox.esm.min.js +1 -1
- package/tristatecheckbox/tristatecheckbox.js +5 -2
- package/tristatecheckbox/tristatecheckbox.min.js +1 -1
- package/ts-helpers.d.ts +2 -0
- package/vetur-attributes.json +36 -0
- package/vetur-tags.json +14 -0
- package/virtualscroller/VirtualScroller.vue +17 -10
- package/virtualscroller/virtualscroller.cjs.js +23 -16
- package/virtualscroller/virtualscroller.cjs.min.js +1 -1
- package/virtualscroller/virtualscroller.esm.js +23 -16
- package/virtualscroller/virtualscroller.esm.min.js +1 -1
- package/virtualscroller/virtualscroller.js +23 -16
- package/virtualscroller/virtualscroller.min.js +1 -1
- package/web-types.json +119 -1
- package/step/BaseStep.vue +0 -18
- package/step/Step.vue +0 -12
- package/step/step.cjs.min.js +0 -1
- package/step/step.esm.min.js +0 -1
- package/step/step.min.js +0 -1
- package/step/style/stepstyle.cjs.js +0 -5
- package/step/style/stepstyle.esm.js +0 -3
- package/step/style/stepstyle.js +0 -10
- package/step/style/stepstyle.min.js +0 -1
- /package/{step/style/stepstyle.cjs.min.js → stepperpanel/style/stepperpanelstyle.cjs.min.js} +0 -0
- /package/{step/style/stepstyle.esm.min.js → stepperpanel/style/stepperpanelstyle.esm.min.js} +0 -0
package/core/core.js
CHANGED
|
@@ -2612,7 +2612,7 @@ this.primevue.calendar.style = (function (BaseStyle) {
|
|
|
2612
2612
|
state = _ref2.state;
|
|
2613
2613
|
return ['p-calendar p-component p-inputwrapper', {
|
|
2614
2614
|
'p-calendar-w-btn': props.showIcon && props.iconDisplay === 'button',
|
|
2615
|
-
'p-
|
|
2615
|
+
'p-icon-field p-icon-field-right': props.showIcon && props.iconDisplay === 'input',
|
|
2616
2616
|
'p-calendar-timeonly': props.timeOnly,
|
|
2617
2617
|
'p-calendar-disabled': props.disabled,
|
|
2618
2618
|
'p-invalid': props.invalid,
|
|
@@ -2629,7 +2629,7 @@ this.primevue.calendar.style = (function (BaseStyle) {
|
|
|
2629
2629
|
}];
|
|
2630
2630
|
},
|
|
2631
2631
|
dropdownButton: 'p-datepicker-trigger',
|
|
2632
|
-
inputIcon: 'p-datepicker-trigger-icon',
|
|
2632
|
+
inputIcon: 'p-datepicker-trigger-icon p-input-icon',
|
|
2633
2633
|
panel: function panel(_ref4) {
|
|
2634
2634
|
var instance = _ref4.instance,
|
|
2635
2635
|
props = _ref4.props,
|
|
@@ -3467,7 +3467,7 @@ this.primevue.dataviewlayoutoptions.style = (function (BaseStyle) {
|
|
|
3467
3467
|
var BaseStyle__default = /*#__PURE__*/_interopDefaultLegacy(BaseStyle);
|
|
3468
3468
|
|
|
3469
3469
|
var classes = {
|
|
3470
|
-
root: 'p-dataview-layout-options p-selectbutton p-
|
|
3470
|
+
root: 'p-dataview-layout-options p-selectbutton p-button-group',
|
|
3471
3471
|
listButton: function listButton(_ref) {
|
|
3472
3472
|
var props = _ref.props;
|
|
3473
3473
|
return ['p-button p-button-icon-only', {
|
|
@@ -4216,6 +4216,28 @@ this.primevue.inputnumber.style = (function (BaseStyle) {
|
|
|
4216
4216
|
|
|
4217
4217
|
})(primevue.base.style);
|
|
4218
4218
|
|
|
4219
|
+
this.primevue = this.primevue || {};
|
|
4220
|
+
this.primevue.inputotp = this.primevue.inputotp || {};
|
|
4221
|
+
this.primevue.inputotp.style = (function (BaseStyle) {
|
|
4222
|
+
'use strict';
|
|
4223
|
+
|
|
4224
|
+
function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
|
|
4225
|
+
|
|
4226
|
+
var BaseStyle__default = /*#__PURE__*/_interopDefaultLegacy(BaseStyle);
|
|
4227
|
+
|
|
4228
|
+
var classes = {
|
|
4229
|
+
root: 'p-inputotp p-component',
|
|
4230
|
+
input: 'p-inputotp-input'
|
|
4231
|
+
};
|
|
4232
|
+
var InputOtpStyle = BaseStyle__default["default"].extend({
|
|
4233
|
+
name: 'inputotp',
|
|
4234
|
+
classes: classes
|
|
4235
|
+
});
|
|
4236
|
+
|
|
4237
|
+
return InputOtpStyle;
|
|
4238
|
+
|
|
4239
|
+
})(primevue.base.style);
|
|
4240
|
+
|
|
4219
4241
|
this.primevue = this.primevue || {};
|
|
4220
4242
|
this.primevue.inputswitch = this.primevue.inputswitch || {};
|
|
4221
4243
|
this.primevue.inputswitch.style = (function (BaseStyle) {
|
|
@@ -5015,7 +5037,7 @@ this.primevue.password.style = (function (BaseStyle) {
|
|
|
5015
5037
|
return ['p-password p-component p-inputwrapper', {
|
|
5016
5038
|
'p-inputwrapper-filled': instance.filled,
|
|
5017
5039
|
'p-inputwrapper-focus': instance.focused,
|
|
5018
|
-
'p-
|
|
5040
|
+
'p-icon-field p-icon-field-right': props.toggleMask
|
|
5019
5041
|
}];
|
|
5020
5042
|
},
|
|
5021
5043
|
input: function input(_ref3) {
|
|
@@ -5024,9 +5046,10 @@ this.primevue.password.style = (function (BaseStyle) {
|
|
|
5024
5046
|
'p-disabled': props.disabled
|
|
5025
5047
|
}];
|
|
5026
5048
|
},
|
|
5049
|
+
hideIcon: 'p-input-icon',
|
|
5050
|
+
showIcon: 'p-input-icon',
|
|
5027
5051
|
panel: function panel(_ref4) {
|
|
5028
|
-
_ref4.
|
|
5029
|
-
var instance = _ref4.instance;
|
|
5052
|
+
var instance = _ref4.instance;
|
|
5030
5053
|
return ['p-password-panel p-component', {
|
|
5031
5054
|
'p-ripple-disabled': instance.$primevue.config.ripple === false
|
|
5032
5055
|
}];
|
|
@@ -5331,7 +5354,7 @@ this.primevue.selectbutton.style = (function (BaseStyle) {
|
|
|
5331
5354
|
var classes = {
|
|
5332
5355
|
root: function root(_ref) {
|
|
5333
5356
|
var props = _ref.props;
|
|
5334
|
-
return ['p-selectbutton p-
|
|
5357
|
+
return ['p-selectbutton p-button-group p-component', {
|
|
5335
5358
|
'p-disabled': props.disabled,
|
|
5336
5359
|
'p-invalid': props.invalid
|
|
5337
5360
|
}];
|
|
@@ -6857,6 +6880,14 @@ this.primevue.basecomponent = (function (BaseStyle, utils, vue, usestyle) {
|
|
|
6857
6880
|
});
|
|
6858
6881
|
|
|
6859
6882
|
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); }
|
|
6883
|
+
function _toArray(arr) { return _arrayWithHoles(arr) || _iterableToArray(arr) || _unsupportedIterableToArray(arr) || _nonIterableRest(); }
|
|
6884
|
+
function _iterableToArray(iter) { if (typeof Symbol !== "undefined" && iter[Symbol.iterator] != null || iter["@@iterator"] != null) return Array.from(iter); }
|
|
6885
|
+
function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }
|
|
6886
|
+
function _nonIterableRest() { throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
|
|
6887
|
+
function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }
|
|
6888
|
+
function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i]; return arr2; }
|
|
6889
|
+
function _iterableToArrayLimit(r, l) { var t = null == r ? null : "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"]; if (null != t) { var e, n, i, u, a = [], f = !0, o = !1; try { if (i = (t = t.call(r)).next, 0 === l) { if (Object(t) !== t) return; f = !1; } else for (; !(f = (e = i.call(t)).done) && (a.push(e.value), a.length !== l); f = !0); } catch (r) { o = !0, n = r; } finally { try { if (!f && null != t["return"] && (u = t["return"](), Object(u) !== u)) return; } finally { if (o) throw n; } } return a; } }
|
|
6890
|
+
function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
|
|
6860
6891
|
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; }
|
|
6861
6892
|
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; }
|
|
6862
6893
|
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; }
|
|
@@ -6997,12 +7028,22 @@ this.primevue.basecomponent = (function (BaseStyle, utils, vue, usestyle) {
|
|
|
6997
7028
|
_ref3$mergeProps = _ref3.mergeProps,
|
|
6998
7029
|
useMergeProps = _ref3$mergeProps === void 0 ? false : _ref3$mergeProps;
|
|
6999
7030
|
var global = searchInDefaultPT ? searchOut ? this._useGlobalPT(this._getPTClassValue, key, params) : this._useDefaultPT(this._getPTClassValue, key, params) : undefined;
|
|
7000
|
-
var self = searchOut ? undefined : this.
|
|
7031
|
+
var self = searchOut ? undefined : this._getPTSelf(obj, this._getPTClassValue, key, _objectSpread(_objectSpread({}, params), {}, {
|
|
7001
7032
|
global: global || {}
|
|
7002
7033
|
}));
|
|
7003
7034
|
var datasets = this._getPTDatasets(key);
|
|
7004
7035
|
return mergeSections || !mergeSections && self ? useMergeProps ? this._mergeProps(useMergeProps, global, self, datasets) : _objectSpread(_objectSpread(_objectSpread({}, global), self), datasets) : _objectSpread(_objectSpread({}, self), datasets);
|
|
7005
7036
|
},
|
|
7037
|
+
_getPTSelf: function _getPTSelf() {
|
|
7038
|
+
var obj = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
|
|
7039
|
+
for (var _len2 = arguments.length, args = new Array(_len2 > 1 ? _len2 - 1 : 0), _key3 = 1; _key3 < _len2; _key3++) {
|
|
7040
|
+
args[_key3 - 1] = arguments[_key3];
|
|
7041
|
+
}
|
|
7042
|
+
return vue.mergeProps(this._usePT.apply(this, [this._getPT(obj, this.$name)].concat(args)),
|
|
7043
|
+
// Exp; <component :pt="{}"
|
|
7044
|
+
this._usePT.apply(this, [this.$_attrsPT].concat(args)) // Exp; <component :pt:[passthrough_key]:[attribute]="{value}" or <component :pt:[passthrough_key]="() =>{value}"
|
|
7045
|
+
);
|
|
7046
|
+
},
|
|
7006
7047
|
_getPTDatasets: function _getPTDatasets() {
|
|
7007
7048
|
var _this$pt4, _this$pt5;
|
|
7008
7049
|
var key = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : '';
|
|
@@ -7063,6 +7104,12 @@ this.primevue.basecomponent = (function (BaseStyle, utils, vue, usestyle) {
|
|
|
7063
7104
|
var params = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};
|
|
7064
7105
|
return this._getPTValue(this.pt, key, _objectSpread(_objectSpread({}, this.$params), params));
|
|
7065
7106
|
},
|
|
7107
|
+
ptmi: function ptmi() {
|
|
7108
|
+
var key = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : '';
|
|
7109
|
+
var params = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};
|
|
7110
|
+
// inheritAttrs:true without `pt:*`
|
|
7111
|
+
return vue.mergeProps(this.$_attrsNoPT, this.ptm(key, params));
|
|
7112
|
+
},
|
|
7066
7113
|
ptmo: function ptmo() {
|
|
7067
7114
|
var obj = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
|
|
7068
7115
|
var key = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : '';
|
|
@@ -7140,6 +7187,39 @@ this.primevue.basecomponent = (function (BaseStyle, utils, vue, usestyle) {
|
|
|
7140
7187
|
},
|
|
7141
7188
|
$name: function $name() {
|
|
7142
7189
|
return this.$options.hostName || this.$.type.name;
|
|
7190
|
+
},
|
|
7191
|
+
$_attrsPT: function $_attrsPT() {
|
|
7192
|
+
return Object.entries(this.$attrs || {}).filter(function (_ref7) {
|
|
7193
|
+
var _ref8 = _slicedToArray(_ref7, 1),
|
|
7194
|
+
key = _ref8[0];
|
|
7195
|
+
return key === null || key === void 0 ? void 0 : key.startsWith('pt:');
|
|
7196
|
+
}).reduce(function (result, _ref9) {
|
|
7197
|
+
var _ref10 = _slicedToArray(_ref9, 2),
|
|
7198
|
+
key = _ref10[0],
|
|
7199
|
+
value = _ref10[1];
|
|
7200
|
+
var _key$split = key.split(':'),
|
|
7201
|
+
_key$split2 = _toArray(_key$split),
|
|
7202
|
+
rest = _key$split2.slice(1);
|
|
7203
|
+
rest === null || rest === void 0 || rest.reduce(function (currentObj, nestedKey, index, array) {
|
|
7204
|
+
!currentObj[nestedKey] && (currentObj[nestedKey] = index === array.length - 1 ? value : {});
|
|
7205
|
+
return currentObj[nestedKey];
|
|
7206
|
+
}, result);
|
|
7207
|
+
return result;
|
|
7208
|
+
}, {});
|
|
7209
|
+
},
|
|
7210
|
+
$_attrsNoPT: function $_attrsNoPT() {
|
|
7211
|
+
// $attrs without `pt:*`
|
|
7212
|
+
return Object.entries(this.$attrs || {}).filter(function (_ref11) {
|
|
7213
|
+
var _ref12 = _slicedToArray(_ref11, 1),
|
|
7214
|
+
key = _ref12[0];
|
|
7215
|
+
return !(key !== null && key !== void 0 && key.startsWith('pt:'));
|
|
7216
|
+
}).reduce(function (acc, _ref13) {
|
|
7217
|
+
var _ref14 = _slicedToArray(_ref13, 2),
|
|
7218
|
+
key = _ref14[0],
|
|
7219
|
+
value = _ref14[1];
|
|
7220
|
+
acc[key] = value;
|
|
7221
|
+
return acc;
|
|
7222
|
+
}, {});
|
|
7143
7223
|
}
|
|
7144
7224
|
}
|
|
7145
7225
|
};
|
|
@@ -9103,16 +9183,10 @@ this.primevue.tooltip = (function (utils, BaseDirective, TooltipStyle) {
|
|
|
9103
9183
|
getTooltipElement: function getTooltipElement(el) {
|
|
9104
9184
|
return document.getElementById(el.$_ptooltipId);
|
|
9105
9185
|
},
|
|
9106
|
-
create: function create(el
|
|
9186
|
+
create: function create(el) {
|
|
9107
9187
|
var modifiers = el.$_ptooltipModifiers;
|
|
9108
9188
|
var tooltipArrow = utils.DomHandler.createElement('div', {
|
|
9109
9189
|
"class": !this.isUnstyled() && this.cx('arrow'),
|
|
9110
|
-
style: {
|
|
9111
|
-
top: modifiers !== null && modifiers !== void 0 && modifiers.bottom ? '0' : modifiers !== null && modifiers !== void 0 && modifiers.right || modifiers !== null && modifiers !== void 0 && modifiers.left || !(modifiers !== null && modifiers !== void 0 && modifiers.right) && !(modifiers !== null && modifiers !== void 0 && modifiers.left) && !(modifiers !== null && modifiers !== void 0 && modifiers.top) && !(modifiers !== null && modifiers !== void 0 && modifiers.bottom) ? '50%' : null,
|
|
9112
|
-
bottom: modifiers !== null && modifiers !== void 0 && modifiers.top ? '0' : null,
|
|
9113
|
-
left: modifiers !== null && modifiers !== void 0 && modifiers.right || !(modifiers !== null && modifiers !== void 0 && modifiers.right) && !(modifiers !== null && modifiers !== void 0 && modifiers.left) && !(modifiers !== null && modifiers !== void 0 && modifiers.top) && !(modifiers !== null && modifiers !== void 0 && modifiers.bottom) ? '0' : modifiers !== null && modifiers !== void 0 && modifiers.top || modifiers !== null && modifiers !== void 0 && modifiers.bottom ? '50%' : null,
|
|
9114
|
-
right: modifiers !== null && modifiers !== void 0 && modifiers.left ? '0' : null
|
|
9115
|
-
},
|
|
9116
9190
|
'p-bind': this.ptm('arrow', {
|
|
9117
9191
|
context: modifiers
|
|
9118
9192
|
})
|
|
@@ -9258,6 +9332,11 @@ this.primevue.tooltip = (function (utils, BaseDirective, TooltipStyle) {
|
|
|
9258
9332
|
!this.isUnstyled() && utils.DomHandler.addClass(tooltipElement, "p-tooltip-".concat(position));
|
|
9259
9333
|
tooltipElement.$_ptooltipPosition = position;
|
|
9260
9334
|
tooltipElement.setAttribute('data-p-position', position);
|
|
9335
|
+
var arrowElement = utils.DomHandler.findSingle(tooltipElement, '[data-pc-section="arrow"]');
|
|
9336
|
+
arrowElement.style.top = position === 'bottom' ? '0' : position === 'right' || position === 'left' || position !== 'right' && position !== 'left' && position !== 'top' && position !== 'bottom' ? '50%' : null;
|
|
9337
|
+
arrowElement.style.bottom = position === 'top' ? '0' : null;
|
|
9338
|
+
arrowElement.style.left = position === 'right' || position !== 'right' && position !== 'left' && position !== 'top' && position !== 'bottom' ? '0' : position === 'top' || position === 'bottom' ? '50%' : null;
|
|
9339
|
+
arrowElement.style.right = position === 'left' ? '0' : null;
|
|
9261
9340
|
},
|
|
9262
9341
|
isOutOfBounds: function isOutOfBounds(el) {
|
|
9263
9342
|
var tooltipElement = this.getTooltipElement(el);
|
|
@@ -9563,26 +9642,28 @@ this.primevue.virtualscroller = (function (SpinnerIcon, utils, BaseComponent, Vi
|
|
|
9563
9642
|
var script = {
|
|
9564
9643
|
name: 'VirtualScroller',
|
|
9565
9644
|
"extends": script$1,
|
|
9645
|
+
inheritAttrs: false,
|
|
9566
9646
|
emits: ['update:numToleratedItems', 'scroll', 'scroll-index-change', 'lazy-load'],
|
|
9567
9647
|
data: function data() {
|
|
9648
|
+
var both = this.isBoth();
|
|
9568
9649
|
return {
|
|
9569
|
-
first:
|
|
9650
|
+
first: both ? {
|
|
9570
9651
|
rows: 0,
|
|
9571
9652
|
cols: 0
|
|
9572
9653
|
} : 0,
|
|
9573
|
-
last:
|
|
9654
|
+
last: both ? {
|
|
9574
9655
|
rows: 0,
|
|
9575
9656
|
cols: 0
|
|
9576
9657
|
} : 0,
|
|
9577
|
-
page:
|
|
9658
|
+
page: both ? {
|
|
9578
9659
|
rows: 0,
|
|
9579
9660
|
cols: 0
|
|
9580
9661
|
} : 0,
|
|
9581
|
-
numItemsInViewport:
|
|
9662
|
+
numItemsInViewport: both ? {
|
|
9582
9663
|
rows: 0,
|
|
9583
9664
|
cols: 0
|
|
9584
9665
|
} : 0,
|
|
9585
|
-
lastScrollPos:
|
|
9666
|
+
lastScrollPos: both ? {
|
|
9586
9667
|
top: 0,
|
|
9587
9668
|
left: 0
|
|
9588
9669
|
} : 0,
|
|
@@ -9686,10 +9767,7 @@ this.primevue.virtualscroller = (function (SpinnerIcon, utils, BaseComponent, Vi
|
|
|
9686
9767
|
return this.orientation === 'both';
|
|
9687
9768
|
},
|
|
9688
9769
|
scrollTo: function scrollTo(options) {
|
|
9689
|
-
this.lastScrollPos = this.both ? {
|
|
9690
|
-
top: 0,
|
|
9691
|
-
left: 0
|
|
9692
|
-
} : 0;
|
|
9770
|
+
//this.lastScrollPos = this.both ? { top: 0, left: 0 } : 0;
|
|
9693
9771
|
this.element && this.element.scrollTo(options);
|
|
9694
9772
|
},
|
|
9695
9773
|
scrollToIndex: function scrollToIndex(index) {
|
|
@@ -9702,6 +9780,11 @@ this.primevue.virtualscroller = (function (SpinnerIcon, utils, BaseComponent, Vi
|
|
|
9702
9780
|
}) : index > -1;
|
|
9703
9781
|
if (valid) {
|
|
9704
9782
|
var first = this.first;
|
|
9783
|
+
var _this$element = this.element,
|
|
9784
|
+
_this$element$scrollT = _this$element.scrollTop,
|
|
9785
|
+
scrollTop = _this$element$scrollT === void 0 ? 0 : _this$element$scrollT,
|
|
9786
|
+
_this$element$scrollL = _this$element.scrollLeft,
|
|
9787
|
+
scrollLeft = _this$element$scrollL === void 0 ? 0 : _this$element$scrollL;
|
|
9705
9788
|
var _this$calculateNumIte = this.calculateNumItems(),
|
|
9706
9789
|
numToleratedItems = _this$calculateNumIte.numToleratedItems;
|
|
9707
9790
|
var contentPos = this.getContentPosition();
|
|
@@ -9727,21 +9810,24 @@ this.primevue.virtualscroller = (function (SpinnerIcon, utils, BaseComponent, Vi
|
|
|
9727
9810
|
rows: 0,
|
|
9728
9811
|
cols: 0
|
|
9729
9812
|
} : 0;
|
|
9730
|
-
var isRangeChanged = false
|
|
9813
|
+
var isRangeChanged = false,
|
|
9814
|
+
isScrollChanged = false;
|
|
9731
9815
|
if (both) {
|
|
9732
9816
|
newFirst = {
|
|
9733
9817
|
rows: calculateFirst(index[0], numToleratedItems[0]),
|
|
9734
9818
|
cols: calculateFirst(index[1], numToleratedItems[1])
|
|
9735
9819
|
};
|
|
9736
9820
|
scrollTo(calculateCoord(newFirst.cols, itemSize[1], contentPos.left), calculateCoord(newFirst.rows, itemSize[0], contentPos.top));
|
|
9821
|
+
isScrollChanged = this.lastScrollPos.top !== scrollTop || this.lastScrollPos.left !== scrollLeft;
|
|
9737
9822
|
isRangeChanged = newFirst.rows !== first.rows || newFirst.cols !== first.cols;
|
|
9738
9823
|
} else {
|
|
9739
9824
|
newFirst = calculateFirst(index, numToleratedItems);
|
|
9740
|
-
horizontal ? scrollTo(calculateCoord(newFirst, itemSize, contentPos.left),
|
|
9825
|
+
horizontal ? scrollTo(calculateCoord(newFirst, itemSize, contentPos.left), scrollTop) : scrollTo(scrollLeft, calculateCoord(newFirst, itemSize, contentPos.top));
|
|
9826
|
+
isScrollChanged = this.lastScrollPos !== (horizontal ? scrollLeft : scrollTop);
|
|
9741
9827
|
isRangeChanged = newFirst !== first;
|
|
9742
9828
|
}
|
|
9743
9829
|
this.isRangeChanged = isRangeChanged;
|
|
9744
|
-
this.first = newFirst;
|
|
9830
|
+
isScrollChanged && (this.first = newFirst);
|
|
9745
9831
|
}
|
|
9746
9832
|
},
|
|
9747
9833
|
scrollInView: function scrollInView(index, to) {
|
|
@@ -9809,9 +9895,9 @@ this.primevue.virtualscroller = (function (SpinnerIcon, utils, BaseComponent, Vi
|
|
|
9809
9895
|
if (this.element) {
|
|
9810
9896
|
var both = this.isBoth();
|
|
9811
9897
|
var horizontal = this.isHorizontal();
|
|
9812
|
-
var _this$
|
|
9813
|
-
scrollTop = _this$
|
|
9814
|
-
scrollLeft = _this$
|
|
9898
|
+
var _this$element2 = this.element,
|
|
9899
|
+
scrollTop = _this$element2.scrollTop,
|
|
9900
|
+
scrollLeft = _this$element2.scrollLeft;
|
|
9815
9901
|
if (both) {
|
|
9816
9902
|
firstInViewport = {
|
|
9817
9903
|
rows: calculateFirstInViewport(scrollTop, this.itemSize[0]),
|
|
@@ -10295,7 +10381,7 @@ this.primevue.virtualscroller = (function (SpinnerIcon, utils, BaseComponent, Vi
|
|
|
10295
10381
|
onScroll: _cache[0] || (_cache[0] = function () {
|
|
10296
10382
|
return $options.onScroll && $options.onScroll.apply($options, arguments);
|
|
10297
10383
|
})
|
|
10298
|
-
}, _ctx.
|
|
10384
|
+
}, _ctx.ptmi('root')), [vue.renderSlot(_ctx.$slots, "content", {
|
|
10299
10385
|
styleClass: $options.contentClass,
|
|
10300
10386
|
items: $options.loadedItems,
|
|
10301
10387
|
getItemOptions: $options.getOptions,
|
|
@@ -10570,9 +10656,11 @@ this.primevue.button = (function (Badge, SpinnerIcon, Ripple, BaseComponent, But
|
|
|
10570
10656
|
var script = {
|
|
10571
10657
|
name: 'Button',
|
|
10572
10658
|
"extends": script$1,
|
|
10659
|
+
inheritAttrs: false,
|
|
10573
10660
|
methods: {
|
|
10574
10661
|
getPTOptions: function getPTOptions(key) {
|
|
10575
|
-
|
|
10662
|
+
var _ptm = key === 'root' ? this.ptmi : this.ptm;
|
|
10663
|
+
return _ptm(key, {
|
|
10576
10664
|
context: {
|
|
10577
10665
|
disabled: this.disabled
|
|
10578
10666
|
}
|
|
@@ -10599,7 +10687,7 @@ this.primevue.button = (function (Badge, SpinnerIcon, Ripple, BaseComponent, But
|
|
|
10599
10687
|
}
|
|
10600
10688
|
};
|
|
10601
10689
|
|
|
10602
|
-
var _hoisted_1 = ["aria-label", "disabled", "data-
|
|
10690
|
+
var _hoisted_1 = ["aria-label", "disabled", "data-p-severity"];
|
|
10603
10691
|
function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
10604
10692
|
var _component_SpinnerIcon = vue.resolveComponent("SpinnerIcon");
|
|
10605
10693
|
var _component_Badge = vue.resolveComponent("Badge");
|
|
@@ -10610,7 +10698,7 @@ this.primevue.button = (function (Badge, SpinnerIcon, Ripple, BaseComponent, But
|
|
|
10610
10698
|
"aria-label": $options.defaultAriaLabel,
|
|
10611
10699
|
disabled: $options.disabled
|
|
10612
10700
|
}, $options.getPTOptions('root'), {
|
|
10613
|
-
"data-
|
|
10701
|
+
"data-p-severity": _ctx.severity
|
|
10614
10702
|
}), [vue.renderSlot(_ctx.$slots, "default", {}, function () {
|
|
10615
10703
|
return [_ctx.loading ? vue.renderSlot(_ctx.$slots, "loadingicon", {
|
|
10616
10704
|
key: 0,
|
|
@@ -10688,10 +10776,12 @@ this.primevue.inputtext = (function (BaseComponent, InputTextStyle, vue) {
|
|
|
10688
10776
|
var script = {
|
|
10689
10777
|
name: 'InputText',
|
|
10690
10778
|
"extends": script$1,
|
|
10779
|
+
inheritAttrs: false,
|
|
10691
10780
|
emits: ['update:modelValue'],
|
|
10692
10781
|
methods: {
|
|
10693
10782
|
getPTOptions: function getPTOptions(key) {
|
|
10694
|
-
|
|
10783
|
+
var _ptm = key === 'root' ? this.ptmi : this.ptm;
|
|
10784
|
+
return _ptm(key, {
|
|
10695
10785
|
context: {
|
|
10696
10786
|
filled: this.filled,
|
|
10697
10787
|
disabled: this.$attrs.disabled || this.$attrs.disabled === ''
|
|
@@ -10709,11 +10799,12 @@ this.primevue.inputtext = (function (BaseComponent, InputTextStyle, vue) {
|
|
|
10709
10799
|
}
|
|
10710
10800
|
};
|
|
10711
10801
|
|
|
10712
|
-
var _hoisted_1 = ["value"];
|
|
10802
|
+
var _hoisted_1 = ["value", "aria-invalid"];
|
|
10713
10803
|
function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
10714
10804
|
return vue.openBlock(), vue.createElementBlock("input", vue.mergeProps({
|
|
10715
10805
|
"class": _ctx.cx('root'),
|
|
10716
10806
|
value: _ctx.modelValue,
|
|
10807
|
+
"aria-invalid": _ctx.invalid || undefined,
|
|
10717
10808
|
onInput: _cache[0] || (_cache[0] = function () {
|
|
10718
10809
|
return $options.onInput && $options.onInput.apply($options, arguments);
|
|
10719
10810
|
})
|
|
@@ -10918,6 +11009,7 @@ this.primevue.inputnumber = (function (Button, AngleDownIcon, AngleUpIcon, Input
|
|
|
10918
11009
|
var script = {
|
|
10919
11010
|
name: 'InputNumber',
|
|
10920
11011
|
"extends": script$1,
|
|
11012
|
+
inheritAttrs: false,
|
|
10921
11013
|
emits: ['update:modelValue', 'input', 'focus', 'blur'],
|
|
10922
11014
|
numberFormat: null,
|
|
10923
11015
|
_numeral: null,
|
|
@@ -11761,7 +11853,7 @@ this.primevue.inputnumber = (function (Button, AngleDownIcon, AngleUpIcon, Input
|
|
|
11761
11853
|
var _component_INButton = vue.resolveComponent("INButton");
|
|
11762
11854
|
return vue.openBlock(), vue.createElementBlock("span", vue.mergeProps({
|
|
11763
11855
|
"class": _ctx.cx('root')
|
|
11764
|
-
}, _ctx.
|
|
11856
|
+
}, _ctx.ptmi('root')), [vue.createVNode(_component_INInputText, vue.mergeProps({
|
|
11765
11857
|
ref: "input",
|
|
11766
11858
|
id: _ctx.inputId,
|
|
11767
11859
|
role: "spinbutton",
|
|
@@ -11776,6 +11868,7 @@ this.primevue.inputnumber = (function (Button, AngleDownIcon, AngleUpIcon, Input
|
|
|
11776
11868
|
placeholder: _ctx.placeholder,
|
|
11777
11869
|
"aria-labelledby": _ctx.ariaLabelledby,
|
|
11778
11870
|
"aria-label": _ctx.ariaLabel,
|
|
11871
|
+
"aria-invalid": _ctx.invalid || undefined,
|
|
11779
11872
|
onInput: $options.onUserInput,
|
|
11780
11873
|
onKeydown: $options.onInputKeyDown,
|
|
11781
11874
|
onKeypress: $options.onInputKeyPress,
|
|
@@ -11786,7 +11879,7 @@ this.primevue.inputnumber = (function (Button, AngleDownIcon, AngleUpIcon, Input
|
|
|
11786
11879
|
}, _ctx.inputProps, {
|
|
11787
11880
|
pt: _ctx.ptm('input'),
|
|
11788
11881
|
unstyled: _ctx.unstyled
|
|
11789
|
-
}), null, 16, ["id", "class", "style", "value", "aria-valuemin", "aria-valuemax", "aria-valuenow", "disabled", "readonly", "placeholder", "aria-labelledby", "aria-label", "onInput", "onKeydown", "onKeypress", "onPaste", "onClick", "onFocus", "onBlur", "pt", "unstyled"]), _ctx.showButtons && _ctx.buttonLayout === 'stacked' ? (vue.openBlock(), vue.createElementBlock("span", vue.mergeProps({
|
|
11882
|
+
}), null, 16, ["id", "class", "style", "value", "aria-valuemin", "aria-valuemax", "aria-valuenow", "disabled", "readonly", "placeholder", "aria-labelledby", "aria-label", "aria-invalid", "onInput", "onKeydown", "onKeypress", "onPaste", "onClick", "onFocus", "onBlur", "pt", "unstyled"]), _ctx.showButtons && _ctx.buttonLayout === 'stacked' ? (vue.openBlock(), vue.createElementBlock("span", vue.mergeProps({
|
|
11790
11883
|
key: 0,
|
|
11791
11884
|
"class": _ctx.cx('buttonGroup')
|
|
11792
11885
|
}, _ctx.ptm('buttonGroup')), [vue.createVNode(_component_INButton, vue.mergeProps({
|
|
@@ -11971,10 +12064,12 @@ this.primevue.checkbox = (function (CheckIcon, utils, BaseComponent, CheckboxSty
|
|
|
11971
12064
|
var script = {
|
|
11972
12065
|
name: 'Checkbox',
|
|
11973
12066
|
"extends": script$1,
|
|
12067
|
+
inheritAttrs: false,
|
|
11974
12068
|
emits: ['update:modelValue', 'change', 'focus', 'blur'],
|
|
11975
12069
|
methods: {
|
|
11976
12070
|
getPTOptions: function getPTOptions(key) {
|
|
11977
|
-
|
|
12071
|
+
var _ptm = key === 'root' ? this.ptmi : this.ptm;
|
|
12072
|
+
return _ptm(key, {
|
|
11978
12073
|
context: {
|
|
11979
12074
|
checked: this.checked,
|
|
11980
12075
|
disabled: this.disabled
|
|
@@ -12014,7 +12109,7 @@ this.primevue.checkbox = (function (CheckIcon, utils, BaseComponent, CheckboxSty
|
|
|
12014
12109
|
};
|
|
12015
12110
|
|
|
12016
12111
|
var _hoisted_1 = ["data-p-highlight", "data-p-disabled"];
|
|
12017
|
-
var _hoisted_2 = ["id", "value", "name", "checked", "tabindex", "disabled", "readonly", "required", "aria-labelledby", "aria-label"];
|
|
12112
|
+
var _hoisted_2 = ["id", "value", "name", "checked", "tabindex", "disabled", "readonly", "required", "aria-labelledby", "aria-label", "aria-invalid"];
|
|
12018
12113
|
function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
12019
12114
|
var _component_CheckIcon = vue.resolveComponent("CheckIcon");
|
|
12020
12115
|
return vue.openBlock(), vue.createElementBlock("div", vue.mergeProps({
|
|
@@ -12036,6 +12131,7 @@ this.primevue.checkbox = (function (CheckIcon, utils, BaseComponent, CheckboxSty
|
|
|
12036
12131
|
required: _ctx.required,
|
|
12037
12132
|
"aria-labelledby": _ctx.ariaLabelledby,
|
|
12038
12133
|
"aria-label": _ctx.ariaLabel,
|
|
12134
|
+
"aria-invalid": _ctx.invalid || undefined,
|
|
12039
12135
|
onFocus: _cache[0] || (_cache[0] = function () {
|
|
12040
12136
|
return $options.onFocus && $options.onFocus.apply($options, arguments);
|
|
12041
12137
|
}),
|
|
@@ -12136,10 +12232,12 @@ this.primevue.radiobutton = (function (utils, BaseComponent, RadioButtonStyle, v
|
|
|
12136
12232
|
var script = {
|
|
12137
12233
|
name: 'RadioButton',
|
|
12138
12234
|
"extends": script$1,
|
|
12235
|
+
inheritAttrs: false,
|
|
12139
12236
|
emits: ['update:modelValue', 'change', 'focus', 'blur'],
|
|
12140
12237
|
methods: {
|
|
12141
12238
|
getPTOptions: function getPTOptions(key) {
|
|
12142
|
-
|
|
12239
|
+
var _ptm = key === 'root' ? this.ptmi : this.ptm;
|
|
12240
|
+
return _ptm(key, {
|
|
12143
12241
|
context: {
|
|
12144
12242
|
checked: this.checked,
|
|
12145
12243
|
disabled: this.disabled
|
|
@@ -12168,7 +12266,7 @@ this.primevue.radiobutton = (function (utils, BaseComponent, RadioButtonStyle, v
|
|
|
12168
12266
|
};
|
|
12169
12267
|
|
|
12170
12268
|
var _hoisted_1 = ["data-p-highlight", "data-p-disabled"];
|
|
12171
|
-
var _hoisted_2 = ["id", "value", "name", "checked", "tabindex", "disabled", "readonly", "aria-labelledby", "aria-label"];
|
|
12269
|
+
var _hoisted_2 = ["id", "value", "name", "checked", "tabindex", "disabled", "readonly", "aria-labelledby", "aria-label", "aria-invalid"];
|
|
12172
12270
|
function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
12173
12271
|
return vue.openBlock(), vue.createElementBlock("div", vue.mergeProps({
|
|
12174
12272
|
"class": _ctx.cx('root')
|
|
@@ -12188,6 +12286,7 @@ this.primevue.radiobutton = (function (utils, BaseComponent, RadioButtonStyle, v
|
|
|
12188
12286
|
readonly: _ctx.readonly,
|
|
12189
12287
|
"aria-labelledby": _ctx.ariaLabelledby,
|
|
12190
12288
|
"aria-label": _ctx.ariaLabel,
|
|
12289
|
+
"aria-invalid": _ctx.invalid || undefined,
|
|
12191
12290
|
onFocus: _cache[0] || (_cache[0] = function () {
|
|
12192
12291
|
return $options.onFocus && $options.onFocus.apply($options, arguments);
|
|
12193
12292
|
}),
|
|
@@ -12269,6 +12368,7 @@ this.primevue.message = (function (CheckIcon, ExclamationTriangleIcon, InfoCircl
|
|
|
12269
12368
|
var script = {
|
|
12270
12369
|
name: 'Message',
|
|
12271
12370
|
"extends": script$1,
|
|
12371
|
+
inheritAttrs: false,
|
|
12272
12372
|
emits: ['close', 'life-end'],
|
|
12273
12373
|
timeout: null,
|
|
12274
12374
|
data: function data() {
|
|
@@ -12339,7 +12439,7 @@ this.primevue.message = (function (CheckIcon, ExclamationTriangleIcon, InfoCircl
|
|
|
12339
12439
|
return vue.openBlock(), vue.createBlock(vue.Transition, vue.mergeProps({
|
|
12340
12440
|
name: "p-message",
|
|
12341
12441
|
appear: ""
|
|
12342
|
-
}, _ctx.
|
|
12442
|
+
}, _ctx.ptmi('transition')), {
|
|
12343
12443
|
"default": vue.withCtx(function () {
|
|
12344
12444
|
return [vue.withDirectives(vue.createElementVNode("div", vue.mergeProps({
|
|
12345
12445
|
"class": _ctx.cx('root'),
|
|
@@ -12426,6 +12526,7 @@ this.primevue.progressbar = (function (BaseComponent, ProgressBarStyle, vue) {
|
|
|
12426
12526
|
var script = {
|
|
12427
12527
|
name: 'ProgressBar',
|
|
12428
12528
|
"extends": script$1,
|
|
12529
|
+
inheritAttrs: false,
|
|
12429
12530
|
computed: {
|
|
12430
12531
|
progressStyle: function progressStyle() {
|
|
12431
12532
|
return {
|
|
@@ -12450,7 +12551,7 @@ this.primevue.progressbar = (function (BaseComponent, ProgressBarStyle, vue) {
|
|
|
12450
12551
|
"aria-valuemin": "0",
|
|
12451
12552
|
"aria-valuenow": _ctx.value,
|
|
12452
12553
|
"aria-valuemax": "100"
|
|
12453
|
-
}, _ctx.
|
|
12554
|
+
}, _ctx.ptmi('root')), [$options.determinate ? (vue.openBlock(), vue.createElementBlock("div", vue.mergeProps({
|
|
12454
12555
|
key: 0,
|
|
12455
12556
|
"class": _ctx.cx('value'),
|
|
12456
12557
|
style: $options.progressStyle
|
|
@@ -12692,6 +12793,7 @@ this.primevue.dropdown = (function (api, BlankIcon, CheckIcon, ChevronDownIcon,
|
|
|
12692
12793
|
var script = {
|
|
12693
12794
|
name: 'Dropdown',
|
|
12694
12795
|
"extends": script$1,
|
|
12796
|
+
inheritAttrs: false,
|
|
12695
12797
|
emits: ['update:modelValue', 'change', 'focus', 'blur', 'before-show', 'before-hide', 'show', 'hide', 'filter'],
|
|
12696
12798
|
outsideClickListener: null,
|
|
12697
12799
|
scrollHandler: null,
|
|
@@ -13076,6 +13178,7 @@ this.primevue.dropdown = (function (api, BlankIcon, CheckIcon, ChevronDownIcon,
|
|
|
13076
13178
|
onEscapeKey: function onEscapeKey(event) {
|
|
13077
13179
|
this.overlayVisible && this.hide(true);
|
|
13078
13180
|
event.preventDefault();
|
|
13181
|
+
event.stopPropagation(); //@todo will be changed next versionss
|
|
13079
13182
|
},
|
|
13080
13183
|
onTabKey: function onTabKey(event) {
|
|
13081
13184
|
var pressedInInputText = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : false;
|
|
@@ -13454,7 +13557,7 @@ this.primevue.dropdown = (function (api, BlankIcon, CheckIcon, ChevronDownIcon,
|
|
|
13454
13557
|
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : String(i); }
|
|
13455
13558
|
function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
|
|
13456
13559
|
var _hoisted_1 = ["id"];
|
|
13457
|
-
var _hoisted_2 = ["id", "value", "placeholder", "tabindex", "disabled", "aria-label", "aria-labelledby", "aria-expanded", "aria-controls", "aria-activedescendant"];
|
|
13560
|
+
var _hoisted_2 = ["id", "value", "placeholder", "tabindex", "disabled", "aria-label", "aria-labelledby", "aria-expanded", "aria-controls", "aria-activedescendant", "aria-invalid"];
|
|
13458
13561
|
var _hoisted_3 = ["id", "tabindex", "aria-label", "aria-labelledby", "aria-expanded", "aria-controls", "aria-activedescendant", "aria-disabled"];
|
|
13459
13562
|
var _hoisted_4 = ["value", "placeholder", "aria-owns", "aria-activedescendant"];
|
|
13460
13563
|
var _hoisted_5 = ["id"];
|
|
@@ -13471,10 +13574,10 @@ this.primevue.dropdown = (function (api, BlankIcon, CheckIcon, ChevronDownIcon,
|
|
|
13471
13574
|
ref: "container",
|
|
13472
13575
|
id: $data.id,
|
|
13473
13576
|
"class": _ctx.cx('root'),
|
|
13474
|
-
onClick: _cache[
|
|
13577
|
+
onClick: _cache[16] || (_cache[16] = function () {
|
|
13475
13578
|
return $options.onContainerClick && $options.onContainerClick.apply($options, arguments);
|
|
13476
13579
|
})
|
|
13477
|
-
}, _ctx.
|
|
13580
|
+
}, _ctx.ptmi('root')), [_ctx.editable ? (vue.openBlock(), vue.createElementBlock("input", vue.mergeProps({
|
|
13478
13581
|
key: 0,
|
|
13479
13582
|
ref: "focusInput",
|
|
13480
13583
|
id: _ctx.inputId,
|
|
@@ -13493,6 +13596,7 @@ this.primevue.dropdown = (function (api, BlankIcon, CheckIcon, ChevronDownIcon,
|
|
|
13493
13596
|
"aria-expanded": $data.overlayVisible,
|
|
13494
13597
|
"aria-controls": $data.id + '_list',
|
|
13495
13598
|
"aria-activedescendant": $data.focused ? $options.focusedOptionId : undefined,
|
|
13599
|
+
"aria-invalid": _ctx.invalid || undefined,
|
|
13496
13600
|
onFocus: _cache[0] || (_cache[0] = function () {
|
|
13497
13601
|
return $options.onFocus && $options.onFocus.apply($options, arguments);
|
|
13498
13602
|
}),
|
|
@@ -13588,10 +13692,10 @@ this.primevue.dropdown = (function (api, BlankIcon, CheckIcon, ChevronDownIcon,
|
|
|
13588
13692
|
ref: $options.overlayRef,
|
|
13589
13693
|
"class": [_ctx.cx('panel'), _ctx.panelClass],
|
|
13590
13694
|
style: _ctx.panelStyle,
|
|
13591
|
-
onClick: _cache[
|
|
13695
|
+
onClick: _cache[14] || (_cache[14] = function () {
|
|
13592
13696
|
return $options.onOverlayClick && $options.onOverlayClick.apply($options, arguments);
|
|
13593
13697
|
}),
|
|
13594
|
-
onKeydown: _cache[
|
|
13698
|
+
onKeydown: _cache[15] || (_cache[15] = function () {
|
|
13595
13699
|
return $options.onOverlayKeyDown && $options.onOverlayKeyDown.apply($options, arguments);
|
|
13596
13700
|
})
|
|
13597
13701
|
}, _objectSpread(_objectSpread({}, _ctx.panelProps), _ctx.ptm('panel'))), [vue.createElementVNode("span", vue.mergeProps({
|
|
@@ -13621,19 +13725,22 @@ this.primevue.dropdown = (function (api, BlankIcon, CheckIcon, ChevronDownIcon,
|
|
|
13621
13725
|
onVnodeMounted: _cache[8] || (_cache[8] = function () {
|
|
13622
13726
|
return $options.onFilterUpdated && $options.onFilterUpdated.apply($options, arguments);
|
|
13623
13727
|
}),
|
|
13728
|
+
onVnodeUpdated: _cache[9] || (_cache[9] = function () {
|
|
13729
|
+
return $options.onFilterUpdated && $options.onFilterUpdated.apply($options, arguments);
|
|
13730
|
+
}),
|
|
13624
13731
|
"class": _ctx.cx('filterInput'),
|
|
13625
13732
|
placeholder: _ctx.filterPlaceholder,
|
|
13626
13733
|
role: "searchbox",
|
|
13627
13734
|
autocomplete: "off",
|
|
13628
13735
|
"aria-owns": $data.id + '_list',
|
|
13629
13736
|
"aria-activedescendant": $options.focusedOptionId,
|
|
13630
|
-
onKeydown: _cache[
|
|
13737
|
+
onKeydown: _cache[10] || (_cache[10] = function () {
|
|
13631
13738
|
return $options.onFilterKeyDown && $options.onFilterKeyDown.apply($options, arguments);
|
|
13632
13739
|
}),
|
|
13633
|
-
onBlur: _cache[
|
|
13740
|
+
onBlur: _cache[11] || (_cache[11] = function () {
|
|
13634
13741
|
return $options.onFilterBlur && $options.onFilterBlur.apply($options, arguments);
|
|
13635
13742
|
}),
|
|
13636
|
-
onInput: _cache[
|
|
13743
|
+
onInput: _cache[12] || (_cache[12] = function () {
|
|
13637
13744
|
return $options.onFilterChange && $options.onFilterChange.apply($options, arguments);
|
|
13638
13745
|
})
|
|
13639
13746
|
}, _objectSpread(_objectSpread({}, _ctx.filterInputProps), _ctx.ptm('filterInput'))), null, 16, _hoisted_4), vue.renderSlot(_ctx.$slots, "filtericon", {
|
|
@@ -13788,7 +13895,7 @@ this.primevue.dropdown = (function (api, BlankIcon, CheckIcon, ChevronDownIcon,
|
|
|
13788
13895
|
"aria-hidden": "true",
|
|
13789
13896
|
"class": "p-hidden-accessible p-hidden-focusable",
|
|
13790
13897
|
tabindex: 0,
|
|
13791
|
-
onFocus: _cache[
|
|
13898
|
+
onFocus: _cache[13] || (_cache[13] = function () {
|
|
13792
13899
|
return $options.onLastHiddenFocus && $options.onLastHiddenFocus.apply($options, arguments);
|
|
13793
13900
|
})
|
|
13794
13901
|
}, _ctx.ptm('hiddenLastFocusableEl'), {
|
|
@@ -14163,7 +14270,7 @@ this.primevue.dialog = (function (FocusTrap, TimesIcon, WindowMaximizeIcon, Wind
|
|
|
14163
14270
|
this.lastPageX = event.pageX;
|
|
14164
14271
|
this.lastPageY = event.pageY;
|
|
14165
14272
|
this.container.style.margin = '0';
|
|
14166
|
-
document.body.setAttribute('data-p-unselectable-text');
|
|
14273
|
+
document.body.setAttribute('data-p-unselectable-text', 'true');
|
|
14167
14274
|
!this.isUnstyled && utils.DomHandler.addClass(document.body, 'p-unselectable-text');
|
|
14168
14275
|
}
|
|
14169
14276
|
},
|
|
@@ -14314,7 +14421,7 @@ this.primevue.dialog = (function (FocusTrap, TimesIcon, WindowMaximizeIcon, Wind
|
|
|
14314
14421
|
role: "dialog",
|
|
14315
14422
|
"aria-labelledby": $options.ariaLabelledById,
|
|
14316
14423
|
"aria-modal": _ctx.modal
|
|
14317
|
-
},
|
|
14424
|
+
}, _ctx.ptmi('root')), [_ctx.$slots.container ? vue.renderSlot(_ctx.$slots, "container", {
|
|
14318
14425
|
key: 0,
|
|
14319
14426
|
onClose: $options.close,
|
|
14320
14427
|
onMaximize: function onMaximize(event) {
|
|
@@ -14937,6 +15044,7 @@ this.primevue.paginator = (function (utils, BaseComponent, PaginatorStyle, vue,
|
|
|
14937
15044
|
var script = {
|
|
14938
15045
|
name: 'Paginator',
|
|
14939
15046
|
"extends": script$a,
|
|
15047
|
+
inheritAttrs: false,
|
|
14940
15048
|
emits: ['update:first', 'update:rows', 'page'],
|
|
14941
15049
|
data: function data() {
|
|
14942
15050
|
return {
|
|
@@ -15155,7 +15263,7 @@ this.primevue.paginator = (function (utils, BaseComponent, PaginatorStyle, vue,
|
|
|
15155
15263
|
var _component_JumpToPageInput = vue.resolveComponent("JumpToPageInput");
|
|
15156
15264
|
return (_ctx.alwaysShow ? true : $options.pageLinks && $options.pageLinks.length > 1) ? (vue.openBlock(), vue.createElementBlock("nav", vue.normalizeProps(vue.mergeProps({
|
|
15157
15265
|
key: 0
|
|
15158
|
-
}, _ctx.
|
|
15266
|
+
}, _ctx.ptmi('paginatorWrapper'))), [(vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList($options.templateItems, function (value, key) {
|
|
15159
15267
|
return vue.openBlock(), vue.createElementBlock("div", vue.mergeProps({
|
|
15160
15268
|
key: key,
|
|
15161
15269
|
ref_for: true,
|
|
@@ -15894,6 +16002,7 @@ this.primevue.tree = (function (SearchIcon, SpinnerIcon, utils, BaseComponent, T
|
|
|
15894
16002
|
var script = {
|
|
15895
16003
|
name: 'Tree',
|
|
15896
16004
|
"extends": script$2,
|
|
16005
|
+
inheritAttrs: false,
|
|
15897
16006
|
emits: ['node-expand', 'node-collapse', 'update:expandedKeys', 'update:selectionKeys', 'node-select', 'node-unselect', 'filter'],
|
|
15898
16007
|
data: function data() {
|
|
15899
16008
|
return {
|
|
@@ -16110,7 +16219,7 @@ this.primevue.tree = (function (SearchIcon, SpinnerIcon, utils, BaseComponent, T
|
|
|
16110
16219
|
var _component_TreeNode = vue.resolveComponent("TreeNode");
|
|
16111
16220
|
return vue.openBlock(), vue.createElementBlock("div", vue.mergeProps({
|
|
16112
16221
|
"class": _ctx.cx('root')
|
|
16113
|
-
}, _ctx.
|
|
16222
|
+
}, _ctx.ptmi('root')), [_ctx.loading && _ctx.loadingMode === 'mask' ? (vue.openBlock(), vue.createElementBlock("div", vue.mergeProps({
|
|
16114
16223
|
key: 0,
|
|
16115
16224
|
"class": _ctx.cx('loadingOverlay')
|
|
16116
16225
|
}, _ctx.ptm('loadingOverlay')), [vue.renderSlot(_ctx.$slots, "loadingicon", {
|
|
@@ -16242,7 +16351,7 @@ this.primevue.menu = (function (OverlayEventBus, Portal, utils, BaseComponent, M
|
|
|
16242
16351
|
hostName: 'Menu',
|
|
16243
16352
|
"extends": BaseComponent__default["default"],
|
|
16244
16353
|
inheritAttrs: false,
|
|
16245
|
-
emits: ['item-click'],
|
|
16354
|
+
emits: ['item-click', 'item-mousemove'],
|
|
16246
16355
|
props: {
|
|
16247
16356
|
item: null,
|
|
16248
16357
|
templates: null,
|
|
@@ -16279,6 +16388,13 @@ this.primevue.menu = (function (OverlayEventBus, Portal, utils, BaseComponent, M
|
|
|
16279
16388
|
id: this.id
|
|
16280
16389
|
});
|
|
16281
16390
|
},
|
|
16391
|
+
onItemMouseMove: function onItemMouseMove(event) {
|
|
16392
|
+
this.$emit('item-mousemove', {
|
|
16393
|
+
originalEvent: event,
|
|
16394
|
+
item: this.item,
|
|
16395
|
+
id: this.id
|
|
16396
|
+
});
|
|
16397
|
+
},
|
|
16282
16398
|
visible: function visible() {
|
|
16283
16399
|
return typeof this.item.visible === 'function' ? this.item.visible() : this.item.visible !== false;
|
|
16284
16400
|
},
|
|
@@ -16328,6 +16444,9 @@ this.primevue.menu = (function (OverlayEventBus, Portal, utils, BaseComponent, M
|
|
|
16328
16444
|
"class": _ctx.cx('content'),
|
|
16329
16445
|
onClick: _cache[0] || (_cache[0] = function ($event) {
|
|
16330
16446
|
return $options.onItemClick($event);
|
|
16447
|
+
}),
|
|
16448
|
+
onMousemove: _cache[1] || (_cache[1] = function ($event) {
|
|
16449
|
+
return $options.onItemMouseMove($event);
|
|
16331
16450
|
})
|
|
16332
16451
|
}, $options.getPTOptions('content')), [!$props.templates.item ? vue.withDirectives((vue.openBlock(), vue.createElementBlock("a", vue.mergeProps({
|
|
16333
16452
|
key: 0,
|
|
@@ -16339,7 +16458,7 @@ this.primevue.menu = (function (OverlayEventBus, Portal, utils, BaseComponent, M
|
|
|
16339
16458
|
}, $options.getPTOptions('action')), [$props.templates.itemicon ? (vue.openBlock(), vue.createBlock(vue.resolveDynamicComponent($props.templates.itemicon), {
|
|
16340
16459
|
key: 0,
|
|
16341
16460
|
item: $props.item,
|
|
16342
|
-
"class": vue.normalizeClass(
|
|
16461
|
+
"class": vue.normalizeClass(_ctx.cx('icon'))
|
|
16343
16462
|
}, null, 8, ["item", "class"])) : $props.item.icon ? (vue.openBlock(), vue.createElementBlock("span", vue.mergeProps({
|
|
16344
16463
|
key: 1,
|
|
16345
16464
|
"class": [_ctx.cx('icon'), $props.item.icon]
|
|
@@ -16420,14 +16539,14 @@ this.primevue.menu = (function (OverlayEventBus, Portal, utils, BaseComponent, M
|
|
|
16420
16539
|
this.focusedOptionIndex = event.id;
|
|
16421
16540
|
}
|
|
16422
16541
|
},
|
|
16542
|
+
itemMouseMove: function itemMouseMove(event) {
|
|
16543
|
+
if (this.focused) {
|
|
16544
|
+
this.focusedOptionIndex = event.id;
|
|
16545
|
+
}
|
|
16546
|
+
},
|
|
16423
16547
|
onListFocus: function onListFocus(event) {
|
|
16424
16548
|
this.focused = true;
|
|
16425
|
-
|
|
16426
|
-
if (this.selectedOptionIndex !== -1) {
|
|
16427
|
-
this.changeFocusedOptionIndex(this.selectedOptionIndex);
|
|
16428
|
-
this.selectedOptionIndex = -1;
|
|
16429
|
-
} else this.changeFocusedOptionIndex(0);
|
|
16430
|
-
}
|
|
16549
|
+
!this.popup && this.changeFocusedOptionIndex(0);
|
|
16431
16550
|
this.$emit('focus', event);
|
|
16432
16551
|
},
|
|
16433
16552
|
onListBlur: function onListBlur(event) {
|
|
@@ -16545,7 +16664,6 @@ this.primevue.menu = (function (OverlayEventBus, Portal, utils, BaseComponent, M
|
|
|
16545
16664
|
}
|
|
16546
16665
|
if (this.popup) {
|
|
16547
16666
|
utils.DomHandler.focus(this.list);
|
|
16548
|
-
this.changeFocusedOptionIndex(0);
|
|
16549
16667
|
}
|
|
16550
16668
|
this.$emit('show');
|
|
16551
16669
|
},
|
|
@@ -16654,12 +16772,6 @@ this.primevue.menu = (function (OverlayEventBus, Portal, utils, BaseComponent, M
|
|
|
16654
16772
|
}
|
|
16655
16773
|
};
|
|
16656
16774
|
|
|
16657
|
-
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); }
|
|
16658
|
-
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; }
|
|
16659
|
-
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; }
|
|
16660
|
-
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; }
|
|
16661
|
-
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : String(i); }
|
|
16662
|
-
function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
|
|
16663
16775
|
var _hoisted_1 = ["id"];
|
|
16664
16776
|
var _hoisted_2 = ["id", "tabindex", "aria-activedescendant", "aria-label", "aria-labelledby"];
|
|
16665
16777
|
var _hoisted_3 = ["id"];
|
|
@@ -16686,7 +16798,7 @@ this.primevue.menu = (function (OverlayEventBus, Portal, utils, BaseComponent, M
|
|
|
16686
16798
|
onClick: _cache[3] || (_cache[3] = function () {
|
|
16687
16799
|
return $options.onOverlayClick && $options.onOverlayClick.apply($options, arguments);
|
|
16688
16800
|
})
|
|
16689
|
-
},
|
|
16801
|
+
}, _ctx.ptmi('root')), [_ctx.$slots.start ? (vue.openBlock(), vue.createElementBlock("div", vue.mergeProps({
|
|
16690
16802
|
key: 0,
|
|
16691
16803
|
"class": _ctx.cx('start')
|
|
16692
16804
|
}, _ctx.ptm('start')), [vue.renderSlot(_ctx.$slots, "start")], 16)) : vue.createCommentVNode("", true), vue.createElementVNode("ul", vue.mergeProps({
|
|
@@ -16731,8 +16843,9 @@ this.primevue.menu = (function (OverlayEventBus, Portal, utils, BaseComponent, M
|
|
|
16731
16843
|
templates: _ctx.$slots,
|
|
16732
16844
|
focusedOptionId: $options.focusedOptionId,
|
|
16733
16845
|
onItemClick: $options.itemClick,
|
|
16846
|
+
onItemMousemove: $options.itemMouseMove,
|
|
16734
16847
|
pt: _ctx.pt
|
|
16735
|
-
}, null, 8, ["id", "item", "templates", "focusedOptionId", "onItemClick", "pt"])) : $options.visible(child) && child.separator ? (vue.openBlock(), vue.createElementBlock("li", vue.mergeProps({
|
|
16848
|
+
}, null, 8, ["id", "item", "templates", "focusedOptionId", "onItemClick", "onItemMousemove", "pt"])) : $options.visible(child) && child.separator ? (vue.openBlock(), vue.createElementBlock("li", vue.mergeProps({
|
|
16736
16849
|
key: 'separator' + i + j,
|
|
16737
16850
|
"class": [_ctx.cx('separator'), item["class"]],
|
|
16738
16851
|
style: child.style,
|
|
@@ -16751,8 +16864,9 @@ this.primevue.menu = (function (OverlayEventBus, Portal, utils, BaseComponent, M
|
|
|
16751
16864
|
templates: _ctx.$slots,
|
|
16752
16865
|
focusedOptionId: $options.focusedOptionId,
|
|
16753
16866
|
onItemClick: $options.itemClick,
|
|
16867
|
+
onItemMousemove: $options.itemMouseMove,
|
|
16754
16868
|
pt: _ctx.pt
|
|
16755
|
-
}, null, 8, ["id", "item", "index", "templates", "focusedOptionId", "onItemClick", "pt"]))], 64);
|
|
16869
|
+
}, null, 8, ["id", "item", "index", "templates", "focusedOptionId", "onItemClick", "onItemMousemove", "pt"]))], 64);
|
|
16756
16870
|
}), 128))], 16, _hoisted_2), _ctx.$slots.end ? (vue.openBlock(), vue.createElementBlock("div", vue.mergeProps({
|
|
16757
16871
|
key: 1,
|
|
16758
16872
|
"class": _ctx.cx('end')
|
|
@@ -16837,7 +16951,7 @@ this.primevue.tieredmenu = (function (OverlayEventBus, Portal, utils, BaseCompon
|
|
|
16837
16951
|
name: 'TieredMenuSub',
|
|
16838
16952
|
hostName: 'TieredMenu',
|
|
16839
16953
|
"extends": BaseComponent__default["default"],
|
|
16840
|
-
emits: ['item-click', 'item-mouseenter'],
|
|
16954
|
+
emits: ['item-click', 'item-mouseenter', 'item-mousemove'],
|
|
16841
16955
|
container: null,
|
|
16842
16956
|
props: {
|
|
16843
16957
|
menuId: {
|
|
@@ -16937,6 +17051,12 @@ this.primevue.tieredmenu = (function (OverlayEventBus, Portal, utils, BaseCompon
|
|
|
16937
17051
|
processedItem: processedItem
|
|
16938
17052
|
});
|
|
16939
17053
|
},
|
|
17054
|
+
onItemMouseMove: function onItemMouseMove(event, processedItem) {
|
|
17055
|
+
this.$emit('item-mousemove', {
|
|
17056
|
+
originalEvent: event,
|
|
17057
|
+
processedItem: processedItem
|
|
17058
|
+
});
|
|
17059
|
+
},
|
|
16940
17060
|
getAriaSetSize: function getAriaSetSize() {
|
|
16941
17061
|
var _this = this;
|
|
16942
17062
|
return this.items.filter(function (processedItem) {
|
|
@@ -16981,7 +17101,7 @@ this.primevue.tieredmenu = (function (OverlayEventBus, Portal, utils, BaseCompon
|
|
|
16981
17101
|
|
|
16982
17102
|
var _hoisted_1$1 = ["tabindex"];
|
|
16983
17103
|
var _hoisted_2 = ["id", "aria-label", "aria-disabled", "aria-expanded", "aria-haspopup", "aria-level", "aria-setsize", "aria-posinset", "data-p-highlight", "data-p-focused", "data-p-disabled"];
|
|
16984
|
-
var _hoisted_3 = ["onClick", "onMouseenter"];
|
|
17104
|
+
var _hoisted_3 = ["onClick", "onMouseenter", "onMousemove"];
|
|
16985
17105
|
var _hoisted_4 = ["href", "target"];
|
|
16986
17106
|
var _hoisted_5 = ["id"];
|
|
16987
17107
|
var _hoisted_6 = ["id"];
|
|
@@ -17028,6 +17148,9 @@ this.primevue.tieredmenu = (function (OverlayEventBus, Portal, utils, BaseCompon
|
|
|
17028
17148
|
},
|
|
17029
17149
|
onMouseenter: function onMouseenter($event) {
|
|
17030
17150
|
return $options.onItemMouseEnter($event, processedItem);
|
|
17151
|
+
},
|
|
17152
|
+
onMousemove: function onMousemove($event) {
|
|
17153
|
+
return $options.onItemMouseMove($event, processedItem);
|
|
17031
17154
|
}
|
|
17032
17155
|
}, $options.getPTOptions(processedItem, index, 'content')), [!$props.templates.item ? vue.withDirectives((vue.openBlock(), vue.createElementBlock("a", vue.mergeProps({
|
|
17033
17156
|
key: 0,
|
|
@@ -17039,7 +17162,7 @@ this.primevue.tieredmenu = (function (OverlayEventBus, Portal, utils, BaseCompon
|
|
|
17039
17162
|
}, $options.getPTOptions(processedItem, index, 'action')), [$props.templates.itemicon ? (vue.openBlock(), vue.createBlock(vue.resolveDynamicComponent($props.templates.itemicon), {
|
|
17040
17163
|
key: 0,
|
|
17041
17164
|
item: processedItem.item,
|
|
17042
|
-
"class": vue.normalizeClass(
|
|
17165
|
+
"class": vue.normalizeClass(_ctx.cx('icon'))
|
|
17043
17166
|
}, null, 8, ["item", "class"])) : $options.getItemProp(processedItem, 'icon') ? (vue.openBlock(), vue.createElementBlock("span", vue.mergeProps({
|
|
17044
17167
|
key: 1,
|
|
17045
17168
|
"class": [_ctx.cx('icon'), $options.getItemProp(processedItem, 'icon')]
|
|
@@ -17083,6 +17206,9 @@ this.primevue.tieredmenu = (function (OverlayEventBus, Portal, utils, BaseCompon
|
|
|
17083
17206
|
}),
|
|
17084
17207
|
onItemMouseenter: _cache[1] || (_cache[1] = function ($event) {
|
|
17085
17208
|
return _ctx.$emit('item-mouseenter', $event);
|
|
17209
|
+
}),
|
|
17210
|
+
onItemMousemove: _cache[2] || (_cache[2] = function ($event) {
|
|
17211
|
+
return _ctx.$emit('item-mousemove', $event);
|
|
17086
17212
|
})
|
|
17087
17213
|
}, null, 8, ["id", "style", "aria-labelledby", "menuId", "focusedItemId", "items", "templates", "activeItemPath", "level", "visible", "pt", "unstyled"])) : vue.createCommentVNode("", true)], 16, _hoisted_2)) : vue.createCommentVNode("", true), $options.isItemVisible(processedItem) && $options.getItemProp(processedItem, 'separator') ? (vue.openBlock(), vue.createElementBlock("li", vue.mergeProps({
|
|
17088
17214
|
key: 1,
|
|
@@ -17191,11 +17317,6 @@ this.primevue.tieredmenu = (function (OverlayEventBus, Portal, utils, BaseCompon
|
|
|
17191
17317
|
this.target = this.target || event.currentTarget;
|
|
17192
17318
|
this.relatedTarget = event.relatedTarget || null;
|
|
17193
17319
|
}
|
|
17194
|
-
this.focusedItemInfo = {
|
|
17195
|
-
index: this.findFirstFocusedItemIndex(),
|
|
17196
|
-
level: 0,
|
|
17197
|
-
parentKey: ''
|
|
17198
|
-
};
|
|
17199
17320
|
isFocus && utils.DomHandler.focus(this.menubar);
|
|
17200
17321
|
},
|
|
17201
17322
|
hide: function hide(event, isFocus) {
|
|
@@ -17214,11 +17335,13 @@ this.primevue.tieredmenu = (function (OverlayEventBus, Portal, utils, BaseCompon
|
|
|
17214
17335
|
},
|
|
17215
17336
|
onFocus: function onFocus(event) {
|
|
17216
17337
|
this.focused = true;
|
|
17217
|
-
|
|
17218
|
-
index
|
|
17219
|
-
|
|
17220
|
-
|
|
17221
|
-
|
|
17338
|
+
if (!this.popup) {
|
|
17339
|
+
this.focusedItemInfo = this.focusedItemInfo.index !== -1 ? this.focusedItemInfo : {
|
|
17340
|
+
index: this.findFirstFocusedItemIndex(),
|
|
17341
|
+
level: 0,
|
|
17342
|
+
parentKey: ''
|
|
17343
|
+
};
|
|
17344
|
+
}
|
|
17222
17345
|
this.$emit('focus', event);
|
|
17223
17346
|
},
|
|
17224
17347
|
onBlur: function onBlur(event) {
|
|
@@ -17355,6 +17478,11 @@ this.primevue.tieredmenu = (function (OverlayEventBus, Portal, utils, BaseCompon
|
|
|
17355
17478
|
this.onItemChange(event);
|
|
17356
17479
|
}
|
|
17357
17480
|
},
|
|
17481
|
+
onItemMouseMove: function onItemMouseMove(event) {
|
|
17482
|
+
if (this.focused) {
|
|
17483
|
+
this.changeFocusedItemIndex(event, event.processedItem.index);
|
|
17484
|
+
}
|
|
17485
|
+
},
|
|
17358
17486
|
onArrowDownKey: function onArrowDownKey(event) {
|
|
17359
17487
|
var itemIndex = this.focusedItemInfo.index !== -1 ? this.findNextItemIndex(this.focusedItemInfo.index) : this.findFirstFocusedItemIndex();
|
|
17360
17488
|
this.changeFocusedItemIndex(event, itemIndex);
|
|
@@ -17700,12 +17828,6 @@ this.primevue.tieredmenu = (function (OverlayEventBus, Portal, utils, BaseCompon
|
|
|
17700
17828
|
}
|
|
17701
17829
|
};
|
|
17702
17830
|
|
|
17703
|
-
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); }
|
|
17704
|
-
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; }
|
|
17705
|
-
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; }
|
|
17706
|
-
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; }
|
|
17707
|
-
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : String(i); }
|
|
17708
|
-
function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
|
|
17709
17831
|
var _hoisted_1 = ["id"];
|
|
17710
17832
|
function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
17711
17833
|
var _component_TieredMenuSub = vue.resolveComponent("TieredMenuSub");
|
|
@@ -17731,7 +17853,7 @@ this.primevue.tieredmenu = (function (OverlayEventBus, Portal, utils, BaseCompon
|
|
|
17731
17853
|
onClick: _cache[0] || (_cache[0] = function () {
|
|
17732
17854
|
return $options.onOverlayClick && $options.onOverlayClick.apply($options, arguments);
|
|
17733
17855
|
})
|
|
17734
|
-
},
|
|
17856
|
+
}, _ctx.ptmi('root')), [_ctx.$slots.start ? (vue.openBlock(), vue.createElementBlock("div", vue.mergeProps({
|
|
17735
17857
|
key: 0,
|
|
17736
17858
|
"class": _ctx.cx('start')
|
|
17737
17859
|
}, _ctx.ptm('start')), [vue.renderSlot(_ctx.$slots, "start")], 16)) : vue.createCommentVNode("", true), vue.createVNode(_component_TieredMenuSub, {
|
|
@@ -17757,8 +17879,9 @@ this.primevue.tieredmenu = (function (OverlayEventBus, Portal, utils, BaseCompon
|
|
|
17757
17879
|
onBlur: $options.onBlur,
|
|
17758
17880
|
onKeydown: $options.onKeyDown,
|
|
17759
17881
|
onItemClick: $options.onItemClick,
|
|
17760
|
-
onItemMouseenter: $options.onItemMouseEnter
|
|
17761
|
-
|
|
17882
|
+
onItemMouseenter: $options.onItemMouseEnter,
|
|
17883
|
+
onItemMousemove: $options.onItemMouseMove
|
|
17884
|
+
}, null, 8, ["id", "tabindex", "aria-label", "aria-labelledby", "aria-disabled", "aria-activedescendant", "menuId", "focusedItemId", "items", "templates", "activeItemPath", "visible", "pt", "unstyled", "onFocus", "onBlur", "onKeydown", "onItemClick", "onItemMouseenter", "onItemMousemove"]), _ctx.$slots.end ? (vue.openBlock(), vue.createElementBlock("div", vue.mergeProps({
|
|
17762
17885
|
key: 1,
|
|
17763
17886
|
"class": _ctx.cx('end')
|
|
17764
17887
|
}, _ctx.ptm('end')), [vue.renderSlot(_ctx.$slots, "end")], 16)) : vue.createCommentVNode("", true)], 16, _hoisted_1)) : vue.createCommentVNode("", true)];
|
|
@@ -17812,13 +17935,14 @@ this.primevue.badge = (function (BadgeStyle, BaseComponent, vue) {
|
|
|
17812
17935
|
|
|
17813
17936
|
var script = {
|
|
17814
17937
|
name: 'Badge',
|
|
17815
|
-
"extends": script$1
|
|
17938
|
+
"extends": script$1,
|
|
17939
|
+
inheritAttrs: false
|
|
17816
17940
|
};
|
|
17817
17941
|
|
|
17818
17942
|
function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
17819
17943
|
return vue.openBlock(), vue.createElementBlock("span", vue.mergeProps({
|
|
17820
17944
|
"class": _ctx.cx('root')
|
|
17821
|
-
}, _ctx.
|
|
17945
|
+
}, _ctx.ptmi('root')), [vue.renderSlot(_ctx.$slots, "default", {}, function () {
|
|
17822
17946
|
return [vue.createTextVNode(vue.toDisplayString(_ctx.value), 1)];
|
|
17823
17947
|
})], 16);
|
|
17824
17948
|
}
|