primevue 3.26.1 → 3.28.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/README.md +5 -9
- package/accordion/Accordion.d.ts +46 -2
- package/accordion/Accordion.vue +29 -13
- package/accordion/accordion.cjs.js +60 -33
- package/accordion/accordion.cjs.min.js +1 -1
- package/accordion/accordion.esm.js +58 -34
- package/accordion/accordion.esm.min.js +1 -1
- package/accordion/accordion.js +59 -35
- package/accordion/accordion.min.js +1 -1
- package/accordiontab/AccordionTab.d.ts +76 -1
- package/accordiontab/AccordionTab.vue +3 -0
- package/accordiontab/accordiontab.cjs.js +6 -0
- package/accordiontab/accordiontab.cjs.min.js +1 -1
- package/accordiontab/accordiontab.esm.js +2 -0
- package/accordiontab/accordiontab.esm.min.js +1 -1
- package/accordiontab/accordiontab.js +7 -2
- package/accordiontab/accordiontab.min.js +1 -1
- package/autocomplete/AutoComplete.d.ts +24 -3
- package/autocomplete/AutoComplete.vue +25 -10
- package/autocomplete/autocomplete.cjs.js +65 -36
- package/autocomplete/autocomplete.cjs.min.js +1 -1
- package/autocomplete/autocomplete.esm.js +63 -37
- package/autocomplete/autocomplete.esm.min.js +1 -1
- package/autocomplete/autocomplete.js +64 -38
- package/autocomplete/autocomplete.min.js +1 -1
- package/avatar/Avatar.d.ts +49 -0
- package/avatar/Avatar.vue +8 -7
- package/avatar/avatar.cjs.js +31 -24
- package/avatar/avatar.cjs.min.js +1 -1
- package/avatar/avatar.esm.js +28 -25
- package/avatar/avatar.esm.min.js +1 -1
- package/avatar/avatar.js +32 -26
- package/avatar/avatar.min.js +1 -1
- package/avatargroup/AvatarGroup.d.ts +27 -1
- package/avatargroup/AvatarGroup.vue +5 -2
- package/avatargroup/avatargroup.cjs.js +9 -5
- package/avatargroup/avatargroup.cjs.min.js +1 -1
- package/avatargroup/avatargroup.esm.js +6 -6
- package/avatargroup/avatargroup.esm.min.js +1 -1
- package/avatargroup/avatargroup.js +10 -7
- package/avatargroup/avatargroup.min.js +1 -1
- package/badge/Badge.d.ts +32 -0
- package/badge/Badge.vue +3 -1
- package/badge/badge.cjs.js +8 -4
- package/badge/badge.cjs.min.js +1 -1
- package/badge/badge.esm.js +5 -5
- package/badge/badge.esm.min.js +1 -1
- package/badge/badge.js +9 -6
- package/badge/badge.min.js +1 -1
- package/basecomponent/BaseComponent.vue +33 -0
- package/basecomponent/basecomponent.cjs.js +35 -0
- package/basecomponent/basecomponent.cjs.min.js +1 -0
- package/basecomponent/basecomponent.esm.js +33 -0
- package/basecomponent/basecomponent.esm.min.js +1 -0
- package/basecomponent/basecomponent.js +37 -0
- package/basecomponent/basecomponent.min.js +1 -0
- package/basecomponent/package.json +8 -0
- package/baseicon/BaseIcon.vue +66 -0
- package/baseicon/baseicon.cjs.js +66 -0
- package/baseicon/baseicon.cjs.min.js +1 -0
- package/baseicon/baseicon.esm.js +64 -0
- package/baseicon/baseicon.esm.min.js +1 -0
- package/baseicon/baseicon.js +68 -0
- package/baseicon/baseicon.min.js +1 -0
- package/baseicon/package.json +8 -0
- package/blockui/BlockUI.d.ts +44 -0
- package/blockui/BlockUI.vue +3 -1
- package/blockui/blockui.cjs.js +9 -3
- package/blockui/blockui.cjs.min.js +1 -1
- package/blockui/blockui.esm.js +6 -4
- package/blockui/blockui.esm.min.js +1 -1
- package/blockui/blockui.js +10 -5
- package/blockui/blockui.min.js +1 -1
- package/breadcrumb/Breadcrumb.d.ts +78 -0
- package/breadcrumb/Breadcrumb.vue +13 -7
- package/breadcrumb/BreadcrumbItem.vue +17 -16
- package/breadcrumb/breadcrumb.cjs.js +82 -69
- package/breadcrumb/breadcrumb.cjs.min.js +1 -1
- package/breadcrumb/breadcrumb.esm.js +78 -70
- package/breadcrumb/breadcrumb.esm.min.js +1 -1
- package/breadcrumb/breadcrumb.js +82 -71
- package/breadcrumb/breadcrumb.min.js +1 -1
- package/button/Button.d.ts +68 -1
- package/button/Button.vue +25 -9
- package/button/button.cjs.js +50 -22
- package/button/button.cjs.min.js +1 -1
- package/button/button.esm.js +49 -23
- package/button/button.esm.min.js +1 -1
- package/button/button.js +50 -24
- package/button/button.min.js +1 -1
- package/calendar/Calendar.d.ts +25 -5
- package/calendar/Calendar.vue +56 -23
- package/calendar/calendar.cjs.js +84 -43
- package/calendar/calendar.cjs.min.js +1 -1
- package/calendar/calendar.esm.js +80 -44
- package/calendar/calendar.esm.min.js +1 -1
- package/calendar/calendar.js +81 -45
- package/calendar/calendar.min.js +1 -1
- package/card/Card.d.ts +51 -1
- package/card/Card.vue +15 -14
- package/card/card.cjs.js +33 -65
- package/card/card.cjs.min.js +1 -1
- package/card/card.esm.js +30 -66
- package/card/card.esm.min.js +1 -1
- package/card/card.js +34 -67
- package/card/card.min.js +1 -1
- package/carousel/Carousel.d.ts +8 -0
- package/carousel/Carousel.vue +16 -2
- package/carousel/carousel.cjs.js +20 -6
- package/carousel/carousel.cjs.min.js +1 -1
- package/carousel/carousel.esm.js +17 -7
- package/carousel/carousel.esm.min.js +1 -1
- package/carousel/carousel.js +18 -8
- package/carousel/carousel.min.js +1 -1
- package/cascadeselect/CascadeSelect.d.ts +16 -3
- package/cascadeselect/CascadeSelect.vue +16 -9
- package/cascadeselect/CascadeSelectSub.vue +10 -1
- package/cascadeselect/cascadeselect.cjs.js +46 -14
- package/cascadeselect/cascadeselect.cjs.min.js +1 -1
- package/cascadeselect/cascadeselect.esm.js +43 -14
- package/cascadeselect/cascadeselect.esm.min.js +1 -1
- package/cascadeselect/cascadeselect.js +45 -16
- package/cascadeselect/cascadeselect.min.js +1 -1
- package/chart/Chart.d.ts +36 -0
- package/chart/Chart.vue +5 -2
- package/chart/chart.cjs.js +10 -5
- package/chart/chart.cjs.min.js +1 -1
- package/chart/chart.esm.js +7 -6
- package/chart/chart.esm.min.js +1 -1
- package/chart/chart.js +11 -7
- package/chart/chart.min.js +1 -1
- package/checkbox/Checkbox.d.ts +13 -2
- package/checkbox/Checkbox.vue +7 -1
- package/checkbox/checkbox.cjs.js +11 -3
- package/checkbox/checkbox.cjs.min.js +1 -1
- package/checkbox/checkbox.esm.js +8 -4
- package/checkbox/checkbox.esm.min.js +1 -1
- package/checkbox/checkbox.js +12 -5
- package/checkbox/checkbox.min.js +1 -1
- package/chip/Chip.d.ts +80 -1
- package/chip/Chip.vue +16 -12
- package/chip/chip.cjs.js +43 -29
- package/chip/chip.cjs.min.js +1 -1
- package/chip/chip.esm.js +39 -30
- package/chip/chip.esm.min.js +1 -1
- package/chip/chip.js +43 -31
- package/chip/chip.min.js +1 -1
- package/chips/Chips.d.ts +12 -1
- package/chips/Chips.vue +8 -2
- package/chips/chips.cjs.js +22 -11
- package/chips/chips.cjs.min.js +1 -1
- package/chips/chips.esm.js +19 -12
- package/chips/chips.esm.min.js +1 -1
- package/chips/chips.js +23 -13
- package/chips/chips.min.js +1 -1
- package/column/Column.d.ts +77 -1
- package/column/Column.vue +1 -1
- package/column/column.cjs.js +1 -1
- package/column/column.cjs.min.js +1 -1
- package/column/column.esm.js +1 -1
- package/column/column.esm.min.js +1 -1
- package/column/column.js +1 -1
- package/column/column.min.js +1 -1
- package/config/PrimeVue.d.ts +8 -0
- package/config/config.cjs.js +3 -1
- package/config/config.cjs.min.js +1 -1
- package/config/config.esm.js +3 -2
- package/config/config.esm.min.js +1 -1
- package/config/config.js +3 -1
- package/config/config.min.js +1 -1
- package/confirmdialog/ConfirmDialog.d.ts +111 -1
- package/confirmdialog/ConfirmDialog.vue +22 -4
- package/confirmdialog/confirmdialog.cjs.js +47 -18
- package/confirmdialog/confirmdialog.cjs.min.js +1 -1
- package/confirmdialog/confirmdialog.esm.js +47 -19
- package/confirmdialog/confirmdialog.esm.min.js +1 -1
- package/confirmdialog/confirmdialog.js +48 -20
- package/confirmdialog/confirmdialog.min.js +1 -1
- package/confirmpopup/ConfirmPopup.d.ts +98 -1
- package/confirmpopup/ConfirmPopup.vue +24 -7
- package/confirmpopup/confirmpopup.cjs.js +51 -23
- package/confirmpopup/confirmpopup.cjs.min.js +1 -1
- package/confirmpopup/confirmpopup.esm.js +51 -24
- package/confirmpopup/confirmpopup.esm.min.js +1 -1
- package/confirmpopup/confirmpopup.js +52 -25
- package/confirmpopup/confirmpopup.min.js +1 -1
- package/contextmenu/ContextMenu.d.ts +158 -0
- package/contextmenu/ContextMenu.vue +5 -2
- package/contextmenu/ContextMenuSub.vue +60 -15
- package/contextmenu/contextmenu.cjs.js +93 -57
- package/contextmenu/contextmenu.cjs.min.js +1 -1
- package/contextmenu/contextmenu.esm.js +92 -58
- package/contextmenu/contextmenu.esm.min.js +1 -1
- package/contextmenu/contextmenu.js +93 -59
- package/contextmenu/contextmenu.min.js +1 -1
- package/core/core.js +2825 -424
- package/core/core.min.js +108 -14
- package/datatable/BodyCell.vue +44 -13
- package/datatable/ColumnFilter.vue +59 -17
- package/datatable/DataTable.d.ts +41 -3
- package/datatable/DataTable.vue +46 -10
- package/datatable/FooterCell.vue +1 -1
- package/datatable/HeaderCell.vue +36 -15
- package/datatable/HeaderCheckbox.vue +11 -2
- package/datatable/RowCheckbox.vue +11 -2
- package/datatable/TableBody.vue +15 -13
- package/datatable/TableFooter.vue +1 -1
- package/datatable/TableHeader.vue +10 -0
- package/datatable/datatable.cjs.js +424 -139
- package/datatable/datatable.cjs.min.js +1 -1
- package/datatable/datatable.esm.js +409 -140
- package/datatable/datatable.esm.min.js +1 -1
- package/datatable/datatable.js +410 -141
- package/datatable/datatable.min.js +1 -1
- package/dataviewlayoutoptions/DataViewLayoutOptions.d.ts +12 -2
- package/dataviewlayoutoptions/DataViewLayoutOptions.vue +13 -2
- package/dataviewlayoutoptions/dataviewlayoutoptions.cjs.js +25 -11
- package/dataviewlayoutoptions/dataviewlayoutoptions.cjs.min.js +1 -1
- package/dataviewlayoutoptions/dataviewlayoutoptions.esm.js +21 -12
- package/dataviewlayoutoptions/dataviewlayoutoptions.esm.min.js +1 -1
- package/dataviewlayoutoptions/dataviewlayoutoptions.js +25 -13
- package/dataviewlayoutoptions/dataviewlayoutoptions.min.js +1 -1
- package/deferredcontent/DeferredContent.d.ts +49 -1
- package/deferredcontent/DeferredContent.vue +4 -1
- package/deferredcontent/deferredcontent.cjs.js +8 -4
- package/deferredcontent/deferredcontent.cjs.min.js +1 -1
- package/deferredcontent/deferredcontent.esm.js +5 -5
- package/deferredcontent/deferredcontent.esm.min.js +1 -1
- package/deferredcontent/deferredcontent.js +9 -6
- package/deferredcontent/deferredcontent.min.js +1 -1
- package/dialog/Dialog.d.ts +105 -4
- package/dialog/Dialog.vue +43 -21
- package/dialog/dialog.cjs.js +54 -41
- package/dialog/dialog.cjs.min.js +1 -1
- package/dialog/dialog.esm.js +51 -42
- package/dialog/dialog.esm.min.js +1 -1
- package/dialog/dialog.js +52 -43
- package/dialog/dialog.min.js +1 -1
- package/divider/Divider.d.ts +36 -0
- package/divider/Divider.vue +5 -2
- package/divider/divider.cjs.js +15 -10
- package/divider/divider.cjs.min.js +1 -1
- package/divider/divider.esm.js +12 -11
- package/divider/divider.esm.min.js +1 -1
- package/divider/divider.js +16 -12
- package/divider/divider.min.js +1 -1
- package/dock/Dock.d.ts +94 -0
- package/dock/Dock.vue +4 -2
- package/dock/DockSub.vue +30 -6
- package/dock/dock.cjs.js +52 -39
- package/dock/dock.cjs.min.js +1 -1
- package/dock/dock.esm.js +52 -40
- package/dock/dock.esm.min.js +1 -1
- package/dock/dock.js +53 -41
- package/dock/dock.min.js +1 -1
- package/dropdown/Dropdown.d.ts +40 -4
- package/dropdown/Dropdown.vue +26 -13
- package/dropdown/dropdown.cjs.js +68 -31
- package/dropdown/dropdown.cjs.min.js +1 -1
- package/dropdown/dropdown.esm.js +65 -32
- package/dropdown/dropdown.esm.min.js +1 -1
- package/dropdown/dropdown.js +66 -33
- package/dropdown/dropdown.min.js +1 -1
- package/dynamicdialog/DynamicDialog.vue +3 -1
- package/dynamicdialog/dynamicdialog.cjs.js +5 -1
- package/dynamicdialog/dynamicdialog.cjs.min.js +1 -1
- package/dynamicdialog/dynamicdialog.esm.js +4 -1
- package/dynamicdialog/dynamicdialog.esm.min.js +1 -1
- package/dynamicdialog/dynamicdialog.js +6 -3
- package/dynamicdialog/dynamicdialog.min.js +1 -1
- package/fieldset/Fieldset.d.ts +73 -0
- package/fieldset/Fieldset.vue +18 -17
- package/fieldset/fieldset.cjs.js +33 -34
- package/fieldset/fieldset.cjs.min.js +1 -1
- package/fieldset/fieldset.esm.js +31 -35
- package/fieldset/fieldset.esm.min.js +1 -1
- package/fieldset/fieldset.js +32 -36
- package/fieldset/fieldset.min.js +1 -1
- package/fileupload/FileContent.vue +22 -9
- package/fileupload/FileUpload.d.ts +182 -3
- package/fileupload/FileUpload.vue +52 -31
- package/fileupload/fileupload.cjs.js +163 -100
- package/fileupload/fileupload.cjs.min.js +1 -1
- package/fileupload/fileupload.esm.js +160 -101
- package/fileupload/fileupload.esm.min.js +1 -1
- package/fileupload/fileupload.js +161 -102
- package/fileupload/fileupload.min.js +1 -1
- package/galleria/Galleria.d.ts +20 -0
- package/galleria/Galleria.vue +2 -2
- package/galleria/GalleriaContent.vue +7 -2
- package/galleria/GalleriaItem.vue +8 -2
- package/galleria/GalleriaThumbnails.vue +12 -20
- package/galleria/galleria.cjs.js +60 -64
- package/galleria/galleria.cjs.min.js +1 -1
- package/galleria/galleria.esm.js +56 -65
- package/galleria/galleria.esm.min.js +1 -1
- package/galleria/galleria.js +57 -66
- package/galleria/galleria.min.js +1 -1
- package/icons/angledoubledown/index.cjs.js +37 -0
- package/icons/angledoubledown/index.cjs.min.js +1 -0
- package/icons/angledoubledown/index.d.ts +12 -0
- package/icons/angledoubledown/index.esm.js +31 -0
- package/icons/angledoubledown/index.esm.min.js +1 -0
- package/icons/angledoubledown/index.js +39 -0
- package/icons/angledoubledown/index.min.js +1 -0
- package/icons/angledoubledown/index.vue +18 -0
- package/icons/angledoubledown/package.json +9 -0
- package/icons/angledoubleleft/index.cjs.js +37 -0
- package/icons/angledoubleleft/index.cjs.min.js +1 -0
- package/icons/angledoubleleft/index.d.ts +12 -0
- package/icons/angledoubleleft/index.esm.js +31 -0
- package/icons/angledoubleleft/index.esm.min.js +1 -0
- package/icons/angledoubleleft/index.js +39 -0
- package/icons/angledoubleleft/index.min.js +1 -0
- package/icons/angledoubleleft/index.vue +18 -0
- package/icons/angledoubleleft/package.json +9 -0
- package/icons/angledoubleright/index.cjs.js +37 -0
- package/icons/angledoubleright/index.cjs.min.js +1 -0
- package/icons/angledoubleright/index.d.ts +12 -0
- package/icons/angledoubleright/index.esm.js +31 -0
- package/icons/angledoubleright/index.esm.min.js +1 -0
- package/icons/angledoubleright/index.js +39 -0
- package/icons/angledoubleright/index.min.js +1 -0
- package/icons/angledoubleright/index.vue +18 -0
- package/icons/angledoubleright/package.json +9 -0
- package/icons/angledoubleup/index.cjs.js +37 -0
- package/icons/angledoubleup/index.cjs.min.js +1 -0
- package/icons/angledoubleup/index.d.ts +12 -0
- package/icons/angledoubleup/index.esm.js +31 -0
- package/icons/angledoubleup/index.esm.min.js +1 -0
- package/icons/angledoubleup/index.js +39 -0
- package/icons/angledoubleup/index.min.js +1 -0
- package/icons/angledoubleup/index.vue +18 -0
- package/icons/angledoubleup/package.json +9 -0
- package/icons/angledown/index.cjs.js +35 -0
- package/icons/angledown/index.cjs.min.js +1 -0
- package/icons/angledown/index.d.ts +12 -0
- package/icons/angledown/index.esm.js +29 -0
- package/icons/angledown/index.esm.min.js +1 -0
- package/icons/angledown/index.js +37 -0
- package/icons/angledown/index.min.js +1 -0
- package/icons/angledown/index.vue +16 -0
- package/icons/angledown/package.json +9 -0
- package/icons/angleleft/index.cjs.js +35 -0
- package/icons/angleleft/index.cjs.min.js +1 -0
- package/icons/angleleft/index.d.ts +12 -0
- package/icons/angleleft/index.esm.js +29 -0
- package/icons/angleleft/index.esm.min.js +1 -0
- package/icons/angleleft/index.js +37 -0
- package/icons/angleleft/index.min.js +1 -0
- package/icons/angleleft/index.vue +16 -0
- package/icons/angleleft/package.json +9 -0
- package/icons/angleright/index.cjs.js +35 -0
- package/icons/angleright/index.cjs.min.js +1 -0
- package/icons/angleright/index.d.ts +12 -0
- package/icons/angleright/index.esm.js +29 -0
- package/icons/angleright/index.esm.min.js +1 -0
- package/icons/angleright/index.js +37 -0
- package/icons/angleright/index.min.js +1 -0
- package/icons/angleright/index.vue +16 -0
- package/icons/angleright/package.json +9 -0
- package/icons/angleup/index.cjs.js +35 -0
- package/icons/angleup/index.cjs.min.js +1 -0
- package/icons/angleup/index.d.ts +12 -0
- package/icons/angleup/index.esm.js +29 -0
- package/icons/angleup/index.esm.min.js +1 -0
- package/icons/angleup/index.js +37 -0
- package/icons/angleup/index.min.js +1 -0
- package/icons/angleup/index.vue +16 -0
- package/icons/angleup/package.json +9 -0
- package/icons/arrowdown/index.cjs.js +49 -0
- package/icons/arrowdown/index.cjs.min.js +1 -0
- package/icons/arrowdown/index.d.ts +12 -0
- package/icons/arrowdown/index.esm.js +43 -0
- package/icons/arrowdown/index.esm.min.js +1 -0
- package/icons/arrowdown/index.js +51 -0
- package/icons/arrowdown/index.min.js +1 -0
- package/icons/arrowdown/index.vue +25 -0
- package/icons/arrowdown/package.json +9 -0
- package/icons/arrowup/index.cjs.js +49 -0
- package/icons/arrowup/index.cjs.min.js +1 -0
- package/icons/arrowup/index.d.ts +12 -0
- package/icons/arrowup/index.esm.js +43 -0
- package/icons/arrowup/index.esm.min.js +1 -0
- package/icons/arrowup/index.js +51 -0
- package/icons/arrowup/index.min.js +1 -0
- package/icons/arrowup/index.vue +25 -0
- package/icons/arrowup/package.json +9 -0
- package/icons/ban/index.cjs.js +47 -0
- package/icons/ban/index.cjs.min.js +1 -0
- package/icons/ban/index.d.ts +12 -0
- package/icons/ban/index.esm.js +41 -0
- package/icons/ban/index.esm.min.js +1 -0
- package/icons/ban/index.js +49 -0
- package/icons/ban/index.min.js +1 -0
- package/icons/ban/index.vue +23 -0
- package/icons/ban/package.json +9 -0
- package/icons/bars/index.cjs.js +37 -0
- package/icons/bars/index.cjs.min.js +1 -0
- package/icons/bars/index.d.ts +12 -0
- package/icons/bars/index.esm.js +31 -0
- package/icons/bars/index.esm.min.js +1 -0
- package/icons/bars/index.js +39 -0
- package/icons/bars/index.min.js +1 -0
- package/icons/bars/index.vue +18 -0
- package/icons/bars/package.json +9 -0
- package/icons/calendar/index.cjs.js +35 -0
- package/icons/calendar/index.cjs.min.js +1 -0
- package/icons/calendar/index.d.ts +12 -0
- package/icons/calendar/index.esm.js +29 -0
- package/icons/calendar/index.esm.min.js +1 -0
- package/icons/calendar/index.js +37 -0
- package/icons/calendar/index.min.js +1 -0
- package/icons/calendar/index.vue +16 -0
- package/icons/calendar/package.json +9 -0
- package/icons/check/index.cjs.js +35 -0
- package/icons/check/index.cjs.min.js +1 -0
- package/icons/check/index.d.ts +12 -0
- package/icons/check/index.esm.js +29 -0
- package/icons/check/index.esm.min.js +1 -0
- package/icons/check/index.js +37 -0
- package/icons/check/index.min.js +1 -0
- package/icons/check/index.vue +16 -0
- package/icons/check/package.json +9 -0
- package/icons/chevrondown/index.cjs.js +35 -0
- package/icons/chevrondown/index.cjs.min.js +1 -0
- package/icons/chevrondown/index.d.ts +12 -0
- package/icons/chevrondown/index.esm.js +29 -0
- package/icons/chevrondown/index.esm.min.js +1 -0
- package/icons/chevrondown/index.js +37 -0
- package/icons/chevrondown/index.min.js +1 -0
- package/icons/chevrondown/index.vue +16 -0
- package/icons/chevrondown/package.json +9 -0
- package/icons/chevronleft/index.cjs.js +35 -0
- package/icons/chevronleft/index.cjs.min.js +1 -0
- package/icons/chevronleft/index.d.ts +12 -0
- package/icons/chevronleft/index.esm.js +29 -0
- package/icons/chevronleft/index.esm.min.js +1 -0
- package/icons/chevronleft/index.js +37 -0
- package/icons/chevronleft/index.min.js +1 -0
- package/icons/chevronleft/index.vue +16 -0
- package/icons/chevronleft/package.json +9 -0
- package/icons/chevronright/index.cjs.js +35 -0
- package/icons/chevronright/index.cjs.min.js +1 -0
- package/icons/chevronright/index.d.ts +12 -0
- package/icons/chevronright/index.esm.js +29 -0
- package/icons/chevronright/index.esm.min.js +1 -0
- package/icons/chevronright/index.js +37 -0
- package/icons/chevronright/index.min.js +1 -0
- package/icons/chevronright/index.vue +16 -0
- package/icons/chevronright/package.json +9 -0
- package/icons/chevronup/index.cjs.js +35 -0
- package/icons/chevronup/index.cjs.min.js +1 -0
- package/icons/chevronup/index.d.ts +12 -0
- package/icons/chevronup/index.esm.js +29 -0
- package/icons/chevronup/index.esm.min.js +1 -0
- package/icons/chevronup/index.js +37 -0
- package/icons/chevronup/index.min.js +1 -0
- package/icons/chevronup/index.vue +16 -0
- package/icons/chevronup/package.json +9 -0
- package/icons/exclamationtriangle/index.cjs.js +32 -0
- package/icons/exclamationtriangle/index.cjs.min.js +1 -0
- package/icons/exclamationtriangle/index.d.ts +12 -0
- package/icons/exclamationtriangle/index.esm.js +26 -0
- package/icons/exclamationtriangle/index.esm.min.js +1 -0
- package/icons/exclamationtriangle/index.js +34 -0
- package/icons/exclamationtriangle/index.min.js +1 -0
- package/icons/exclamationtriangle/index.vue +31 -0
- package/icons/exclamationtriangle/package.json +9 -0
- package/icons/eye/index.cjs.js +37 -0
- package/icons/eye/index.cjs.min.js +1 -0
- package/icons/eye/index.d.ts +12 -0
- package/icons/eye/index.esm.js +31 -0
- package/icons/eye/index.esm.min.js +1 -0
- package/icons/eye/index.js +39 -0
- package/icons/eye/index.min.js +1 -0
- package/icons/eye/index.vue +18 -0
- package/icons/eye/package.json +9 -0
- package/icons/eyeslash/index.cjs.js +49 -0
- package/icons/eyeslash/index.cjs.min.js +1 -0
- package/icons/eyeslash/index.d.ts +12 -0
- package/icons/eyeslash/index.esm.js +43 -0
- package/icons/eyeslash/index.esm.min.js +1 -0
- package/icons/eyeslash/index.js +51 -0
- package/icons/eyeslash/index.min.js +1 -0
- package/icons/eyeslash/index.vue +25 -0
- package/icons/eyeslash/package.json +9 -0
- package/icons/filter/index.cjs.js +47 -0
- package/icons/filter/index.cjs.min.js +1 -0
- package/icons/filter/index.d.ts +12 -0
- package/icons/filter/index.esm.js +41 -0
- package/icons/filter/index.esm.min.js +1 -0
- package/icons/filter/index.js +49 -0
- package/icons/filter/index.min.js +1 -0
- package/icons/filter/index.vue +23 -0
- package/icons/filter/package.json +9 -0
- package/icons/filterslash/index.cjs.js +49 -0
- package/icons/filterslash/index.cjs.min.js +1 -0
- package/icons/filterslash/index.d.ts +12 -0
- package/icons/filterslash/index.esm.js +43 -0
- package/icons/filterslash/index.esm.min.js +1 -0
- package/icons/filterslash/index.js +51 -0
- package/icons/filterslash/index.min.js +1 -0
- package/icons/filterslash/index.vue +25 -0
- package/icons/filterslash/package.json +9 -0
- package/icons/index.d.ts +12 -0
- package/icons/infocircle/index.cjs.js +49 -0
- package/icons/infocircle/index.cjs.min.js +1 -0
- package/icons/infocircle/index.d.ts +12 -0
- package/icons/infocircle/index.esm.js +43 -0
- package/icons/infocircle/index.esm.min.js +1 -0
- package/icons/infocircle/index.js +51 -0
- package/icons/infocircle/index.min.js +1 -0
- package/icons/infocircle/index.vue +25 -0
- package/icons/infocircle/package.json +9 -0
- package/icons/minus/index.cjs.js +35 -0
- package/icons/minus/index.cjs.min.js +1 -0
- package/icons/minus/index.d.ts +12 -0
- package/icons/minus/index.esm.js +29 -0
- package/icons/minus/index.esm.min.js +1 -0
- package/icons/minus/index.js +37 -0
- package/icons/minus/index.min.js +1 -0
- package/icons/minus/index.vue +16 -0
- package/icons/minus/package.json +9 -0
- package/icons/pencil/index.cjs.js +47 -0
- package/icons/pencil/index.cjs.min.js +1 -0
- package/icons/pencil/index.d.ts +12 -0
- package/icons/pencil/index.esm.js +41 -0
- package/icons/pencil/index.esm.min.js +1 -0
- package/icons/pencil/index.js +49 -0
- package/icons/pencil/index.min.js +1 -0
- package/icons/pencil/index.vue +23 -0
- package/icons/pencil/package.json +9 -0
- package/icons/plus/index.cjs.js +47 -0
- package/icons/plus/index.cjs.min.js +1 -0
- package/icons/plus/index.d.ts +12 -0
- package/icons/plus/index.esm.js +41 -0
- package/icons/plus/index.esm.min.js +1 -0
- package/icons/plus/index.js +49 -0
- package/icons/plus/index.min.js +1 -0
- package/icons/plus/index.vue +23 -0
- package/icons/plus/package.json +9 -0
- package/icons/refresh/index.cjs.js +49 -0
- package/icons/refresh/index.cjs.min.js +1 -0
- package/icons/refresh/index.d.ts +12 -0
- package/icons/refresh/index.esm.js +43 -0
- package/icons/refresh/index.esm.min.js +1 -0
- package/icons/refresh/index.js +51 -0
- package/icons/refresh/index.min.js +1 -0
- package/icons/refresh/index.vue +25 -0
- package/icons/refresh/package.json +9 -0
- package/icons/search/index.cjs.js +49 -0
- package/icons/search/index.cjs.min.js +1 -0
- package/icons/search/index.d.ts +12 -0
- package/icons/search/index.esm.js +43 -0
- package/icons/search/index.esm.min.js +1 -0
- package/icons/search/index.js +51 -0
- package/icons/search/index.min.js +1 -0
- package/icons/search/index.vue +25 -0
- package/icons/search/package.json +9 -0
- package/icons/searchminus/index.cjs.js +49 -0
- package/icons/searchminus/index.cjs.min.js +1 -0
- package/icons/searchminus/index.d.ts +12 -0
- package/icons/searchminus/index.esm.js +43 -0
- package/icons/searchminus/index.esm.min.js +1 -0
- package/icons/searchminus/index.js +51 -0
- package/icons/searchminus/index.min.js +1 -0
- package/icons/searchminus/index.vue +25 -0
- package/icons/searchminus/package.json +9 -0
- package/icons/searchplus/index.cjs.js +49 -0
- package/icons/searchplus/index.cjs.min.js +1 -0
- package/icons/searchplus/index.d.ts +12 -0
- package/icons/searchplus/index.esm.js +43 -0
- package/icons/searchplus/index.esm.min.js +1 -0
- package/icons/searchplus/index.js +51 -0
- package/icons/searchplus/index.min.js +1 -0
- package/icons/searchplus/index.vue +25 -0
- package/icons/searchplus/package.json +9 -0
- package/icons/sortalt/index.cjs.js +32 -0
- package/icons/sortalt/index.cjs.min.js +1 -0
- package/icons/sortalt/index.d.ts +12 -0
- package/icons/sortalt/index.esm.js +26 -0
- package/icons/sortalt/index.esm.min.js +1 -0
- package/icons/sortalt/index.js +34 -0
- package/icons/sortalt/index.min.js +1 -0
- package/icons/sortalt/index.vue +29 -0
- package/icons/sortalt/package.json +9 -0
- package/icons/sortamountdown/index.cjs.js +32 -0
- package/icons/sortamountdown/index.cjs.min.js +1 -0
- package/icons/sortamountdown/index.d.ts +12 -0
- package/icons/sortamountdown/index.esm.js +26 -0
- package/icons/sortamountdown/index.esm.min.js +1 -0
- package/icons/sortamountdown/index.js +34 -0
- package/icons/sortamountdown/index.min.js +1 -0
- package/icons/sortamountdown/index.vue +43 -0
- package/icons/sortamountdown/package.json +9 -0
- package/icons/sortamountupalt/index.cjs.js +32 -0
- package/icons/sortamountupalt/index.cjs.min.js +1 -0
- package/icons/sortamountupalt/index.d.ts +12 -0
- package/icons/sortamountupalt/index.esm.js +26 -0
- package/icons/sortamountupalt/index.esm.min.js +1 -0
- package/icons/sortamountupalt/index.js +34 -0
- package/icons/sortamountupalt/index.min.js +1 -0
- package/icons/sortamountupalt/index.vue +43 -0
- package/icons/sortamountupalt/package.json +9 -0
- package/icons/spinner/index.cjs.js +47 -0
- package/icons/spinner/index.cjs.min.js +1 -0
- package/icons/spinner/index.d.ts +12 -0
- package/icons/spinner/index.esm.js +41 -0
- package/icons/spinner/index.esm.min.js +1 -0
- package/icons/spinner/index.js +49 -0
- package/icons/spinner/index.min.js +1 -0
- package/icons/spinner/index.vue +23 -0
- package/icons/spinner/package.json +9 -0
- package/icons/star/index.cjs.js +47 -0
- package/icons/star/index.cjs.min.js +1 -0
- package/icons/star/index.d.ts +12 -0
- package/icons/star/index.esm.js +41 -0
- package/icons/star/index.esm.min.js +1 -0
- package/icons/star/index.js +49 -0
- package/icons/star/index.min.js +1 -0
- package/icons/star/index.vue +23 -0
- package/icons/star/package.json +9 -0
- package/icons/starfill/index.cjs.js +47 -0
- package/icons/starfill/index.cjs.min.js +1 -0
- package/icons/starfill/index.d.ts +12 -0
- package/icons/starfill/index.esm.js +41 -0
- package/icons/starfill/index.esm.min.js +1 -0
- package/icons/starfill/index.js +49 -0
- package/icons/starfill/index.min.js +1 -0
- package/icons/starfill/index.vue +23 -0
- package/icons/starfill/package.json +9 -0
- package/icons/thlarge/index.cjs.js +49 -0
- package/icons/thlarge/index.cjs.min.js +1 -0
- package/icons/thlarge/index.d.ts +12 -0
- package/icons/thlarge/index.esm.js +43 -0
- package/icons/thlarge/index.esm.min.js +1 -0
- package/icons/thlarge/index.js +51 -0
- package/icons/thlarge/index.min.js +1 -0
- package/icons/thlarge/index.vue +25 -0
- package/icons/thlarge/package.json +9 -0
- package/icons/times/index.cjs.js +35 -0
- package/icons/times/index.cjs.min.js +1 -0
- package/icons/times/index.d.ts +12 -0
- package/icons/times/index.esm.js +29 -0
- package/icons/times/index.esm.min.js +1 -0
- package/icons/times/index.js +37 -0
- package/icons/times/index.min.js +1 -0
- package/icons/times/index.vue +16 -0
- package/icons/times/package.json +9 -0
- package/icons/timescircle/index.cjs.js +49 -0
- package/icons/timescircle/index.cjs.min.js +1 -0
- package/icons/timescircle/index.d.ts +12 -0
- package/icons/timescircle/index.esm.js +43 -0
- package/icons/timescircle/index.esm.min.js +1 -0
- package/icons/timescircle/index.js +51 -0
- package/icons/timescircle/index.min.js +1 -0
- package/icons/timescircle/index.vue +25 -0
- package/icons/timescircle/package.json +9 -0
- package/icons/trash/index.cjs.js +49 -0
- package/icons/trash/index.cjs.min.js +1 -0
- package/icons/trash/index.d.ts +12 -0
- package/icons/trash/index.esm.js +43 -0
- package/icons/trash/index.esm.min.js +1 -0
- package/icons/trash/index.js +51 -0
- package/icons/trash/index.min.js +1 -0
- package/icons/trash/index.vue +25 -0
- package/icons/trash/package.json +9 -0
- package/icons/undo/index.cjs.js +49 -0
- package/icons/undo/index.cjs.min.js +1 -0
- package/icons/undo/index.d.ts +12 -0
- package/icons/undo/index.esm.js +43 -0
- package/icons/undo/index.esm.min.js +1 -0
- package/icons/undo/index.js +51 -0
- package/icons/undo/index.min.js +1 -0
- package/icons/undo/index.vue +25 -0
- package/icons/undo/package.json +9 -0
- package/icons/upload/index.cjs.js +49 -0
- package/icons/upload/index.cjs.min.js +1 -0
- package/icons/upload/index.d.ts +12 -0
- package/icons/upload/index.esm.js +43 -0
- package/icons/upload/index.esm.min.js +1 -0
- package/icons/upload/index.js +51 -0
- package/icons/upload/index.min.js +1 -0
- package/icons/upload/index.vue +25 -0
- package/icons/upload/package.json +9 -0
- package/icons/windowmaximize/index.cjs.js +49 -0
- package/icons/windowmaximize/index.cjs.min.js +1 -0
- package/icons/windowmaximize/index.d.ts +12 -0
- package/icons/windowmaximize/index.esm.js +43 -0
- package/icons/windowmaximize/index.esm.min.js +1 -0
- package/icons/windowmaximize/index.js +51 -0
- package/icons/windowmaximize/index.min.js +1 -0
- package/icons/windowmaximize/index.vue +25 -0
- package/icons/windowmaximize/package.json +9 -0
- package/icons/windowminimize/index.cjs.js +49 -0
- package/icons/windowminimize/index.cjs.min.js +1 -0
- package/icons/windowminimize/index.d.ts +12 -0
- package/icons/windowminimize/index.esm.js +43 -0
- package/icons/windowminimize/index.esm.min.js +1 -0
- package/icons/windowminimize/index.js +51 -0
- package/icons/windowminimize/index.min.js +1 -0
- package/icons/windowminimize/index.vue +25 -0
- package/icons/windowminimize/package.json +9 -0
- package/image/Image.d.ts +1 -1
- package/image/Image.vue +21 -13
- package/image/image.cjs.js +45 -29
- package/image/image.cjs.min.js +1 -1
- package/image/image.esm.js +40 -30
- package/image/image.esm.min.js +1 -1
- package/image/image.js +41 -31
- package/image/image.min.js +1 -1
- package/inlinemessage/InlineMessage.d.ts +61 -0
- package/inlinemessage/InlineMessage.vue +25 -13
- package/inlinemessage/inlinemessage.cjs.js +36 -21
- package/inlinemessage/inlinemessage.cjs.min.js +1 -1
- package/inlinemessage/inlinemessage.esm.js +29 -22
- package/inlinemessage/inlinemessage.esm.min.js +1 -1
- package/inlinemessage/inlinemessage.js +33 -23
- package/inlinemessage/inlinemessage.min.js +1 -1
- package/inplace/Inplace.d.ts +64 -1
- package/inplace/Inplace.vue +16 -6
- package/inplace/inplace.cjs.js +28 -16
- package/inplace/inplace.cjs.min.js +1 -1
- package/inplace/inplace.esm.js +27 -17
- package/inplace/inplace.esm.min.js +1 -1
- package/inplace/inplace.js +28 -18
- package/inplace/inplace.min.js +1 -1
- package/inputnumber/InputNumber.d.ts +13 -4
- package/inputnumber/InputNumber.vue +35 -7
- package/inputnumber/inputnumber.cjs.js +53 -19
- package/inputnumber/inputnumber.cjs.min.js +1 -1
- package/inputnumber/inputnumber.esm.js +52 -20
- package/inputnumber/inputnumber.esm.min.js +1 -1
- package/inputnumber/inputnumber.js +53 -21
- package/inputnumber/inputnumber.min.js +1 -1
- package/listbox/Listbox.d.ts +6 -2
- package/listbox/Listbox.vue +8 -3
- package/listbox/listbox.cjs.js +10 -5
- package/listbox/listbox.cjs.min.js +1 -1
- package/listbox/listbox.esm.js +10 -6
- package/listbox/listbox.esm.min.js +1 -1
- package/listbox/listbox.js +11 -7
- package/listbox/listbox.min.js +1 -1
- package/megamenu/MegaMenu.d.ts +172 -0
- package/megamenu/MegaMenu.vue +7 -4
- package/megamenu/MegaMenuSub.vue +58 -22
- package/megamenu/megamenu.cjs.js +119 -86
- package/megamenu/megamenu.cjs.min.js +1 -1
- package/megamenu/megamenu.esm.js +117 -87
- package/megamenu/megamenu.esm.min.js +1 -1
- package/megamenu/megamenu.js +118 -88
- package/megamenu/megamenu.min.js +1 -1
- package/menu/Menu.d.ts +127 -0
- package/menu/Menu.vue +11 -8
- package/menu/Menuitem.vue +30 -11
- package/menu/menu.cjs.js +99 -71
- package/menu/menu.cjs.min.js +1 -1
- package/menu/menu.esm.js +99 -72
- package/menu/menu.esm.min.js +1 -1
- package/menu/menu.js +100 -73
- package/menu/menu.min.js +1 -1
- package/menubar/Menubar.d.ts +177 -0
- package/menubar/Menubar.vue +14 -7
- package/menubar/MenubarSub.vue +54 -18
- package/menubar/menubar.cjs.js +116 -76
- package/menubar/menubar.cjs.min.js +1 -1
- package/menubar/menubar.esm.js +113 -77
- package/menubar/menubar.esm.min.js +1 -1
- package/menubar/menubar.js +114 -78
- package/menubar/menubar.min.js +1 -1
- package/message/Message.d.ts +83 -1
- package/message/Message.vue +36 -22
- package/message/message.cjs.js +59 -35
- package/message/message.cjs.min.js +1 -1
- package/message/message.esm.js +54 -36
- package/message/message.esm.min.js +1 -1
- package/message/message.js +55 -37
- package/message/message.min.js +1 -1
- package/multiselect/MultiSelect.d.ts +85 -6
- package/multiselect/MultiSelect.vue +41 -17
- package/multiselect/multiselect.cjs.js +96 -32
- package/multiselect/multiselect.cjs.min.js +1 -1
- package/multiselect/multiselect.esm.js +91 -33
- package/multiselect/multiselect.esm.min.js +1 -1
- package/multiselect/multiselect.js +92 -34
- package/multiselect/multiselect.min.js +1 -1
- package/orderlist/OrderList.d.ts +16 -0
- package/orderlist/OrderList.vue +37 -5
- package/orderlist/orderlist.cjs.js +49 -9
- package/orderlist/orderlist.cjs.min.js +1 -1
- package/orderlist/orderlist.esm.js +46 -10
- package/orderlist/orderlist.esm.min.js +1 -1
- package/orderlist/orderlist.js +47 -11
- package/orderlist/orderlist.min.js +1 -1
- package/organizationchart/OrganizationChart.d.ts +10 -0
- package/organizationchart/OrganizationChartNode.vue +8 -1
- package/organizationchart/organizationchart.cjs.js +21 -3
- package/organizationchart/organizationchart.cjs.min.js +1 -1
- package/organizationchart/organizationchart.esm.js +16 -3
- package/organizationchart/organizationchart.esm.min.js +1 -1
- package/organizationchart/organizationchart.js +21 -5
- package/organizationchart/organizationchart.min.js +1 -1
- package/overlaypanel/OverlayPanel.d.ts +65 -0
- package/overlaypanel/OverlayPanel.vue +15 -5
- package/overlaypanel/overlaypanel.cjs.js +23 -11
- package/overlaypanel/overlaypanel.cjs.min.js +1 -1
- package/overlaypanel/overlaypanel.esm.js +22 -12
- package/overlaypanel/overlaypanel.esm.min.js +1 -1
- package/overlaypanel/overlaypanel.js +23 -13
- package/overlaypanel/overlaypanel.min.js +1 -1
- package/package.json +2 -3
- package/paginator/FirstPageLink.vue +11 -1
- package/paginator/LastPageLink.vue +11 -1
- package/paginator/NextPageLink.vue +11 -1
- package/paginator/Paginator.d.ts +17 -1
- package/paginator/Paginator.vue +4 -4
- package/paginator/PrevPageLink.vue +11 -1
- package/paginator/paginator.cjs.js +70 -34
- package/paginator/paginator.cjs.min.js +1 -1
- package/paginator/paginator.esm.js +67 -35
- package/paginator/paginator.esm.min.js +1 -1
- package/paginator/paginator.js +68 -36
- package/paginator/paginator.min.js +1 -1
- package/panel/Panel.d.ts +101 -1
- package/panel/Panel.vue +22 -9
- package/panel/panel.cjs.js +44 -27
- package/panel/panel.cjs.min.js +1 -1
- package/panel/panel.esm.js +42 -28
- package/panel/panel.esm.min.js +1 -1
- package/panel/panel.js +43 -29
- package/panel/panel.min.js +1 -1
- package/panelmenu/PanelMenu.d.ts +170 -0
- package/panelmenu/PanelMenu.vue +45 -17
- package/panelmenu/PanelMenuList.vue +6 -3
- package/panelmenu/PanelMenuSub.vue +48 -19
- package/panelmenu/panelmenu.cjs.js +175 -118
- package/panelmenu/panelmenu.cjs.min.js +1 -1
- package/panelmenu/panelmenu.esm.js +173 -119
- package/panelmenu/panelmenu.esm.min.js +1 -1
- package/panelmenu/panelmenu.js +174 -120
- package/panelmenu/panelmenu.min.js +1 -1
- package/password/Password.d.ts +20 -2
- package/password/Password.vue +13 -7
- package/password/password.cjs.js +30 -12
- package/password/password.cjs.min.js +1 -1
- package/password/password.esm.js +29 -13
- package/password/password.esm.min.js +1 -1
- package/password/password.js +30 -14
- package/password/password.min.js +1 -1
- package/picklist/PickList.d.ts +56 -0
- package/picklist/PickList.vue +134 -30
- package/picklist/picklist.cjs.js +166 -58
- package/picklist/picklist.cjs.min.js +1 -1
- package/picklist/picklist.esm.js +159 -59
- package/picklist/picklist.esm.min.js +1 -1
- package/picklist/picklist.js +160 -60
- package/picklist/picklist.min.js +1 -1
- package/progressbar/ProgressBar.d.ts +40 -0
- package/progressbar/ProgressBar.vue +8 -5
- package/progressbar/progressbar.cjs.js +25 -23
- package/progressbar/progressbar.cjs.min.js +1 -1
- package/progressbar/progressbar.esm.js +22 -24
- package/progressbar/progressbar.esm.min.js +1 -1
- package/progressbar/progressbar.js +26 -25
- package/progressbar/progressbar.min.js +1 -1
- package/progressspinner/ProgressSpinner.d.ts +40 -0
- package/progressspinner/ProgressSpinner.vue +6 -3
- package/progressspinner/progressspinner.cjs.js +18 -13
- package/progressspinner/progressspinner.cjs.min.js +1 -1
- package/progressspinner/progressspinner.esm.js +15 -14
- package/progressspinner/progressspinner.esm.min.js +1 -1
- package/progressspinner/progressspinner.js +19 -15
- package/progressspinner/progressspinner.min.js +1 -1
- package/rating/Rating.d.ts +3 -3
- package/rating/Rating.vue +14 -15
- package/rating/rating.cjs.js +26 -21
- package/rating/rating.cjs.min.js +1 -1
- package/rating/rating.esm.js +21 -22
- package/rating/rating.esm.min.js +1 -1
- package/rating/rating.js +25 -23
- package/rating/rating.min.js +1 -1
- package/resources/primevue.css +3 -1
- package/resources/primevue.min.css +1 -1
- package/resources/themes/arya-blue/theme.css +80 -1
- package/resources/themes/arya-green/theme.css +80 -1
- package/resources/themes/arya-orange/theme.css +80 -1
- package/resources/themes/arya-purple/theme.css +80 -1
- package/resources/themes/bootstrap4-dark-blue/theme.css +80 -1
- package/resources/themes/bootstrap4-dark-purple/theme.css +80 -1
- package/resources/themes/bootstrap4-light-blue/theme.css +80 -1
- package/resources/themes/bootstrap4-light-purple/theme.css +80 -1
- package/resources/themes/fluent-light/theme.css +80 -1
- package/resources/themes/lara-dark-blue/theme.css +80 -1
- package/resources/themes/lara-dark-indigo/theme.css +80 -1
- package/resources/themes/lara-dark-purple/theme.css +80 -1
- package/resources/themes/lara-dark-teal/theme.css +80 -1
- package/resources/themes/lara-light-blue/theme.css +80 -1
- package/resources/themes/lara-light-indigo/theme.css +80 -1
- package/resources/themes/lara-light-purple/theme.css +80 -1
- package/resources/themes/lara-light-teal/theme.css +80 -1
- package/resources/themes/luna-amber/theme.css +80 -1
- package/resources/themes/luna-blue/theme.css +80 -1
- package/resources/themes/luna-green/theme.css +80 -1
- package/resources/themes/luna-pink/theme.css +80 -1
- package/resources/themes/md-dark-deeppurple/theme.css +83 -1
- package/resources/themes/md-dark-indigo/theme.css +83 -1
- package/resources/themes/md-light-deeppurple/theme.css +83 -1
- package/resources/themes/md-light-indigo/theme.css +83 -1
- package/resources/themes/mdc-dark-deeppurple/theme.css +83 -1
- package/resources/themes/mdc-dark-indigo/theme.css +83 -1
- package/resources/themes/mdc-light-deeppurple/theme.css +83 -1
- package/resources/themes/mdc-light-indigo/theme.css +83 -1
- package/resources/themes/mira/theme.css +80 -1
- package/resources/themes/nano/theme.css +80 -1
- package/resources/themes/nova/theme.css +80 -1
- package/resources/themes/nova-accent/theme.css +80 -1
- package/resources/themes/nova-alt/theme.css +80 -1
- package/resources/themes/nova-vue/theme.css +80 -1
- package/resources/themes/rhea/theme.css +80 -1
- package/resources/themes/saga-blue/theme.css +80 -1
- package/resources/themes/saga-green/theme.css +80 -1
- package/resources/themes/saga-orange/theme.css +80 -1
- package/resources/themes/saga-purple/theme.css +80 -1
- package/resources/themes/soho-dark/theme.css +80 -1
- package/resources/themes/soho-light/theme.css +80 -1
- package/resources/themes/tailwind-light/theme.css +80 -1
- package/resources/themes/vela-blue/theme.css +80 -1
- package/resources/themes/vela-green/theme.css +80 -1
- package/resources/themes/vela-orange/theme.css +80 -1
- package/resources/themes/vela-purple/theme.css +80 -1
- package/resources/themes/viva-dark/theme.css +80 -1
- package/resources/themes/viva-light/theme.css +80 -1
- package/scrollpanel/ScrollPanel.d.ts +74 -0
- package/scrollpanel/ScrollPanel.vue +7 -3
- package/scrollpanel/scrollpanel.cjs.js +19 -15
- package/scrollpanel/scrollpanel.cjs.min.js +1 -1
- package/scrollpanel/scrollpanel.esm.js +16 -16
- package/scrollpanel/scrollpanel.esm.min.js +1 -1
- package/scrollpanel/scrollpanel.js +20 -17
- package/scrollpanel/scrollpanel.min.js +1 -1
- package/scrolltop/ScrollTop.d.ts +56 -2
- package/scrolltop/ScrollTop.vue +11 -6
- package/scrolltop/scrolltop.cjs.js +22 -12
- package/scrolltop/scrolltop.cjs.min.js +1 -1
- package/scrolltop/scrolltop.esm.js +18 -13
- package/scrolltop/scrolltop.esm.min.js +1 -1
- package/scrolltop/scrolltop.js +22 -14
- package/scrolltop/scrolltop.min.js +1 -1
- package/sidebar/Sidebar.d.ts +73 -1
- package/sidebar/Sidebar.vue +15 -9
- package/sidebar/sidebar.cjs.js +33 -26
- package/sidebar/sidebar.cjs.min.js +1 -1
- package/sidebar/sidebar.esm.js +32 -27
- package/sidebar/sidebar.esm.min.js +1 -1
- package/sidebar/sidebar.js +33 -28
- package/sidebar/sidebar.min.js +1 -1
- package/skeleton/Skeleton.d.ts +32 -0
- package/skeleton/Skeleton.vue +4 -1
- package/skeleton/skeleton.cjs.js +10 -4
- package/skeleton/skeleton.cjs.min.js +1 -1
- package/skeleton/skeleton.esm.js +7 -5
- package/skeleton/skeleton.esm.min.js +1 -1
- package/skeleton/skeleton.js +11 -6
- package/skeleton/skeleton.min.js +1 -1
- package/speeddial/SpeedDial.d.ts +113 -1
- package/speeddial/SpeedDial.vue +45 -14
- package/speeddial/speeddial.cjs.js +65 -34
- package/speeddial/speeddial.cjs.min.js +1 -1
- package/speeddial/speeddial.esm.js +64 -35
- package/speeddial/speeddial.esm.min.js +1 -1
- package/speeddial/speeddial.js +65 -36
- package/speeddial/speeddial.min.js +1 -1
- package/splitbutton/SplitButton.d.ts +74 -0
- package/splitbutton/SplitButton.vue +23 -7
- package/splitbutton/splitbutton.cjs.js +40 -16
- package/splitbutton/splitbutton.cjs.min.js +1 -1
- package/splitbutton/splitbutton.esm.js +39 -17
- package/splitbutton/splitbutton.esm.min.js +1 -1
- package/splitbutton/splitbutton.js +40 -18
- package/splitbutton/splitbutton.min.js +1 -1
- package/splitter/Splitter.d.ts +51 -0
- package/splitter/Splitter.vue +15 -3
- package/splitter/splitter.cjs.js +16 -11
- package/splitter/splitter.cjs.min.js +1 -1
- package/splitter/splitter.esm.js +13 -12
- package/splitter/splitter.esm.min.js +1 -1
- package/splitter/splitter.js +17 -13
- package/splitter/splitter.min.js +1 -1
- package/splitterpanel/SplitterPanel.d.ts +32 -0
- package/splitterpanel/SplitterPanel.vue +4 -1
- package/splitterpanel/splitterpanel.cjs.js +10 -4
- package/splitterpanel/splitterpanel.cjs.min.js +1 -1
- package/splitterpanel/splitterpanel.esm.js +7 -5
- package/splitterpanel/splitterpanel.esm.min.js +1 -1
- package/splitterpanel/splitterpanel.js +11 -6
- package/splitterpanel/splitterpanel.min.js +1 -1
- package/steps/Steps.d.ts +52 -0
- package/steps/Steps.vue +11 -8
- package/steps/steps.cjs.js +34 -33
- package/steps/steps.cjs.min.js +1 -1
- package/steps/steps.esm.js +31 -34
- package/steps/steps.esm.min.js +1 -1
- package/steps/steps.js +35 -35
- package/steps/steps.min.js +1 -1
- package/tabmenu/TabMenu.d.ts +93 -0
- package/tabmenu/TabMenu.vue +22 -10
- package/tabmenu/tabmenu.cjs.js +61 -43
- package/tabmenu/tabmenu.cjs.min.js +1 -1
- package/tabmenu/tabmenu.esm.js +61 -44
- package/tabmenu/tabmenu.esm.min.js +1 -1
- package/tabmenu/tabmenu.js +62 -45
- package/tabmenu/tabmenu.min.js +1 -1
- package/tabpanel/TabPanel.d.ts +52 -2
- package/tabpanel/TabPanel.vue +2 -0
- package/tabpanel/tabpanel.cjs.js +6 -0
- package/tabpanel/tabpanel.cjs.min.js +1 -1
- package/tabpanel/tabpanel.esm.js +2 -0
- package/tabpanel/tabpanel.esm.min.js +1 -1
- package/tabpanel/tabpanel.js +7 -2
- package/tabpanel/tabpanel.min.js +1 -1
- package/tabview/TabView.d.ts +108 -3
- package/tabview/TabView.vue +52 -15
- package/tabview/tabview.cjs.js +81 -60
- package/tabview/tabview.cjs.min.js +1 -1
- package/tabview/tabview.esm.js +79 -61
- package/tabview/tabview.esm.min.js +1 -1
- package/tabview/tabview.js +80 -62
- package/tabview/tabview.min.js +1 -1
- package/tag/Tag.d.ts +45 -0
- package/tag/Tag.vue +7 -3
- package/tag/tag.cjs.js +19 -12
- package/tag/tag.cjs.min.js +1 -1
- package/tag/tag.esm.js +16 -13
- package/tag/tag.esm.min.js +1 -1
- package/tag/tag.js +20 -14
- package/tag/tag.min.js +1 -1
- package/terminal/Terminal.d.ts +79 -0
- package/terminal/Terminal.vue +12 -10
- package/terminal/terminal.cjs.js +23 -28
- package/terminal/terminal.cjs.min.js +1 -1
- package/terminal/terminal.esm.js +23 -29
- package/terminal/terminal.esm.min.js +1 -1
- package/terminal/terminal.js +24 -30
- package/terminal/terminal.min.js +1 -1
- package/tieredmenu/TieredMenu.d.ts +153 -0
- package/tieredmenu/TieredMenu.vue +5 -2
- package/tieredmenu/TieredMenuSub.vue +52 -15
- package/tieredmenu/tieredmenu.cjs.js +88 -51
- package/tieredmenu/tieredmenu.cjs.min.js +1 -1
- package/tieredmenu/tieredmenu.esm.js +87 -52
- package/tieredmenu/tieredmenu.esm.min.js +1 -1
- package/tieredmenu/tieredmenu.js +88 -53
- package/tieredmenu/tieredmenu.min.js +1 -1
- package/toast/Toast.d.ts +94 -6
- package/toast/Toast.vue +10 -7
- package/toast/ToastMessage.vue +35 -14
- package/toast/toast.cjs.js +66 -41
- package/toast/toast.cjs.min.js +1 -1
- package/toast/toast.esm.js +61 -42
- package/toast/toast.esm.min.js +1 -1
- package/toast/toast.js +62 -43
- package/toast/toast.min.js +1 -1
- package/togglebutton/ToggleButton.d.ts +18 -2
- package/togglebutton/ToggleButton.vue +4 -2
- package/togglebutton/togglebutton.cjs.js +12 -7
- package/togglebutton/togglebutton.cjs.min.js +1 -1
- package/togglebutton/togglebutton.esm.js +13 -8
- package/togglebutton/togglebutton.esm.min.js +1 -1
- package/togglebutton/togglebutton.js +12 -7
- package/togglebutton/togglebutton.min.js +1 -1
- package/toolbar/Toolbar.d.ts +44 -0
- package/toolbar/Toolbar.vue +6 -4
- package/toolbar/toolbar.cjs.js +15 -12
- package/toolbar/toolbar.cjs.min.js +1 -1
- package/toolbar/toolbar.esm.js +12 -13
- package/toolbar/toolbar.esm.min.js +1 -1
- package/toolbar/toolbar.js +16 -14
- package/toolbar/toolbar.min.js +1 -1
- package/tree/Tree.d.ts +35 -5
- package/tree/Tree.vue +13 -7
- package/tree/TreeNode.vue +20 -9
- package/tree/tree.cjs.js +73 -25
- package/tree/tree.cjs.min.js +1 -1
- package/tree/tree.esm.js +68 -26
- package/tree/tree.esm.min.js +1 -1
- package/tree/tree.js +69 -27
- package/tree/tree.min.js +1 -1
- package/treeselect/TreeSelect.d.ts +33 -0
- package/treeselect/TreeSelect.vue +20 -6
- package/treeselect/treeselect.cjs.js +44 -11
- package/treeselect/treeselect.cjs.min.js +1 -1
- package/treeselect/treeselect.esm.js +44 -12
- package/treeselect/treeselect.esm.min.js +1 -1
- package/treeselect/treeselect.js +45 -13
- package/treeselect/treeselect.min.js +1 -1
- package/treetable/BodyCell.vue +22 -11
- package/treetable/HeaderCell.vue +28 -13
- package/treetable/TreeTable.d.ts +42 -1
- package/treetable/TreeTable.vue +32 -6
- package/treetable/TreeTableRow.vue +6 -0
- package/treetable/treetable.cjs.js +176 -41
- package/treetable/treetable.cjs.min.js +1 -1
- package/treetable/treetable.esm.js +168 -41
- package/treetable/treetable.esm.min.js +1 -1
- package/treetable/treetable.js +170 -43
- package/treetable/treetable.min.js +1 -1
- package/tristatecheckbox/TriStateCheckbox.d.ts +16 -2
- package/tristatecheckbox/TriStateCheckbox.vue +16 -20
- package/tristatecheckbox/tristatecheckbox.cjs.js +23 -22
- package/tristatecheckbox/tristatecheckbox.cjs.min.js +1 -1
- package/tristatecheckbox/tristatecheckbox.esm.js +19 -23
- package/tristatecheckbox/tristatecheckbox.esm.min.js +1 -1
- package/tristatecheckbox/tristatecheckbox.js +23 -24
- package/tristatecheckbox/tristatecheckbox.min.js +1 -1
- package/utils/Utils.d.ts +1 -0
- package/utils/utils.cjs.js +5 -0
- package/utils/utils.cjs.min.js +1 -1
- package/utils/utils.esm.js +5 -0
- package/utils/utils.esm.min.js +1 -1
- package/utils/utils.js +5 -0
- package/utils/utils.min.js +1 -1
- package/vetur-attributes.json +303 -7
- package/vetur-tags.json +137 -53
- package/virtualscroller/VirtualScroller.d.ts +4 -0
- package/virtualscroller/VirtualScroller.vue +12 -1
- package/virtualscroller/virtualscroller.cjs.js +18 -6
- package/virtualscroller/virtualscroller.cjs.min.js +1 -1
- package/virtualscroller/virtualscroller.esm.js +15 -7
- package/virtualscroller/virtualscroller.esm.min.js +1 -1
- package/virtualscroller/virtualscroller.js +19 -8
- package/virtualscroller/virtualscroller.min.js +1 -1
- package/web-types.json +1725 -151
- package/fullcalendar/FullCalendar.d.ts +0 -34
- package/fullcalendar/FullCalendar.vue +0 -64
- package/fullcalendar/fullcalendar.cjs.js +0 -67
- package/fullcalendar/fullcalendar.cjs.min.js +0 -1
- package/fullcalendar/fullcalendar.esm.js +0 -65
- package/fullcalendar/fullcalendar.esm.min.js +0 -1
- package/fullcalendar/fullcalendar.js +0 -67
- package/fullcalendar/fullcalendar.min.js +0 -1
- package/fullcalendar/package.json +0 -9
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";var e=require("primevue/
|
|
1
|
+
"use strict";var e=require("primevue/basecomponent"),t=require("primevue/utils"),o=require("vue");function n(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var i={name:"BlockUI",extends:n(e).default,emits:["block","unblock"],props:{blocked:{type:Boolean,default:!1},fullScreen:{type:Boolean,default:!1},baseZIndex:{type:Number,default:0},autoZIndex:{type:Boolean,default:!0}},mask:null,data:()=>({isBlocked:!1}),watch:{blocked(e){!0===e?this.block():this.unblock()}},mounted(){this.blocked&&this.block()},methods:{block(){let e="p-blockui p-component-overlay p-component-overlay-enter";this.fullScreen?(e+=" p-blockui-document",this.mask=document.createElement("div"),this.mask.setAttribute("class",e),document.body.appendChild(this.mask),t.DomHandler.addClass(document.body,"p-overflow-hidden"),document.activeElement.blur()):(this.mask=document.createElement("div"),this.mask.setAttribute("class",e),this.$refs.container.appendChild(this.mask)),this.autoZIndex&&t.ZIndexUtils.set("modal",this.mask,this.baseZIndex+this.$primevue.config.zIndex.modal),this.isBlocked=!0,this.$emit("block")},unblock(){t.DomHandler.addClass(this.mask,"p-component-overlay-leave"),this.mask.addEventListener("animationend",(()=>{this.removeMask()}))},removeMask(){t.ZIndexUtils.clear(this.mask),this.fullScreen?(document.body.removeChild(this.mask),t.DomHandler.removeClass(document.body,"p-overflow-hidden")):this.$refs.container.removeChild(this.mask),this.isBlocked=!1,this.$emit("unblock")}}};const s=["aria-busy"];!function(e,t){void 0===t&&(t={});var o=t.insertAt;if(e&&"undefined"!=typeof document){var n=document.head||document.getElementsByTagName("head")[0],i=document.createElement("style");i.type="text/css","top"===o&&n.firstChild?n.insertBefore(i,n.firstChild):n.appendChild(i),i.styleSheet?i.styleSheet.cssText=e:i.appendChild(document.createTextNode(e))}}("\n.p-blockui-container {\n position: relative;\n}\n.p-blockui {\n position: absolute;\n top: 0;\n left: 0;\n width: 100%;\n height: 100%;\n}\n.p-blockui.p-component-overlay {\n position: absolute;\n}\n.p-blockui-document.p-component-overlay {\n position: fixed;\n}\n"),i.render=function(e,t,n,i,l,a){return o.openBlock(),o.createElementBlock("div",o.mergeProps({ref:"container",class:"p-blockui-container","aria-busy":l.isBlocked},e.ptm("root")),[o.renderSlot(e.$slots,"default")],16,s)},module.exports=i;
|
package/blockui/blockui.esm.js
CHANGED
|
@@ -1,8 +1,10 @@
|
|
|
1
|
+
import BaseComponent from 'primevue/basecomponent';
|
|
1
2
|
import { DomHandler, ZIndexUtils } from 'primevue/utils';
|
|
2
|
-
import { openBlock, createElementBlock, renderSlot } from 'vue';
|
|
3
|
+
import { openBlock, createElementBlock, mergeProps, renderSlot } from 'vue';
|
|
3
4
|
|
|
4
5
|
var script = {
|
|
5
6
|
name: 'BlockUI',
|
|
7
|
+
extends: BaseComponent,
|
|
6
8
|
emits: ['block', 'unblock'],
|
|
7
9
|
props: {
|
|
8
10
|
blocked: {
|
|
@@ -88,13 +90,13 @@ var script = {
|
|
|
88
90
|
const _hoisted_1 = ["aria-busy"];
|
|
89
91
|
|
|
90
92
|
function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
91
|
-
return (openBlock(), createElementBlock("div", {
|
|
93
|
+
return (openBlock(), createElementBlock("div", mergeProps({
|
|
92
94
|
ref: "container",
|
|
93
95
|
class: "p-blockui-container",
|
|
94
96
|
"aria-busy": $data.isBlocked
|
|
95
|
-
}, [
|
|
97
|
+
}, _ctx.ptm('root')), [
|
|
96
98
|
renderSlot(_ctx.$slots, "default")
|
|
97
|
-
],
|
|
99
|
+
], 16, _hoisted_1))
|
|
98
100
|
}
|
|
99
101
|
|
|
100
102
|
function styleInject(css, ref) {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{DomHandler as
|
|
1
|
+
import e from"primevue/basecomponent";import{DomHandler as t,ZIndexUtils as o}from"primevue/utils";import{openBlock as n,createElementBlock as i,mergeProps as s,renderSlot as a}from"vue";var l={name:"BlockUI",extends:e,emits:["block","unblock"],props:{blocked:{type:Boolean,default:!1},fullScreen:{type:Boolean,default:!1},baseZIndex:{type:Number,default:0},autoZIndex:{type:Boolean,default:!0}},mask:null,data:()=>({isBlocked:!1}),watch:{blocked(e){!0===e?this.block():this.unblock()}},mounted(){this.blocked&&this.block()},methods:{block(){let e="p-blockui p-component-overlay p-component-overlay-enter";this.fullScreen?(e+=" p-blockui-document",this.mask=document.createElement("div"),this.mask.setAttribute("class",e),document.body.appendChild(this.mask),t.addClass(document.body,"p-overflow-hidden"),document.activeElement.blur()):(this.mask=document.createElement("div"),this.mask.setAttribute("class",e),this.$refs.container.appendChild(this.mask)),this.autoZIndex&&o.set("modal",this.mask,this.baseZIndex+this.$primevue.config.zIndex.modal),this.isBlocked=!0,this.$emit("block")},unblock(){t.addClass(this.mask,"p-component-overlay-leave"),this.mask.addEventListener("animationend",(()=>{this.removeMask()}))},removeMask(){o.clear(this.mask),this.fullScreen?(document.body.removeChild(this.mask),t.removeClass(document.body,"p-overflow-hidden")):this.$refs.container.removeChild(this.mask),this.isBlocked=!1,this.$emit("unblock")}}};const d=["aria-busy"];!function(e,t){void 0===t&&(t={});var o=t.insertAt;if(e&&"undefined"!=typeof document){var n=document.head||document.getElementsByTagName("head")[0],i=document.createElement("style");i.type="text/css","top"===o&&n.firstChild?n.insertBefore(i,n.firstChild):n.appendChild(i),i.styleSheet?i.styleSheet.cssText=e:i.appendChild(document.createTextNode(e))}}("\n.p-blockui-container {\n position: relative;\n}\n.p-blockui {\n position: absolute;\n top: 0;\n left: 0;\n width: 100%;\n height: 100%;\n}\n.p-blockui.p-component-overlay {\n position: absolute;\n}\n.p-blockui-document.p-component-overlay {\n position: fixed;\n}\n"),l.render=function(e,t,o,l,c,m){return n(),i("div",s({ref:"container",class:"p-blockui-container","aria-busy":c.isBlocked},e.ptm("root")),[a(e.$slots,"default")],16,d)};export{l as default};
|
package/blockui/blockui.js
CHANGED
|
@@ -1,9 +1,14 @@
|
|
|
1
1
|
this.primevue = this.primevue || {};
|
|
2
|
-
this.primevue.blockui = (function (utils, vue) {
|
|
2
|
+
this.primevue.blockui = (function (BaseComponent, utils, vue) {
|
|
3
3
|
'use strict';
|
|
4
4
|
|
|
5
|
+
function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
|
|
6
|
+
|
|
7
|
+
var BaseComponent__default = /*#__PURE__*/_interopDefaultLegacy(BaseComponent);
|
|
8
|
+
|
|
5
9
|
var script = {
|
|
6
10
|
name: 'BlockUI',
|
|
11
|
+
extends: BaseComponent__default["default"],
|
|
7
12
|
emits: ['block', 'unblock'],
|
|
8
13
|
props: {
|
|
9
14
|
blocked: {
|
|
@@ -89,13 +94,13 @@ this.primevue.blockui = (function (utils, vue) {
|
|
|
89
94
|
const _hoisted_1 = ["aria-busy"];
|
|
90
95
|
|
|
91
96
|
function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
92
|
-
return (vue.openBlock(), vue.createElementBlock("div", {
|
|
97
|
+
return (vue.openBlock(), vue.createElementBlock("div", vue.mergeProps({
|
|
93
98
|
ref: "container",
|
|
94
99
|
class: "p-blockui-container",
|
|
95
100
|
"aria-busy": $data.isBlocked
|
|
96
|
-
}, [
|
|
101
|
+
}, _ctx.ptm('root')), [
|
|
97
102
|
vue.renderSlot(_ctx.$slots, "default")
|
|
98
|
-
],
|
|
103
|
+
], 16, _hoisted_1))
|
|
99
104
|
}
|
|
100
105
|
|
|
101
106
|
function styleInject(css, ref) {
|
|
@@ -132,4 +137,4 @@ this.primevue.blockui = (function (utils, vue) {
|
|
|
132
137
|
|
|
133
138
|
return script;
|
|
134
139
|
|
|
135
|
-
})(primevue.utils, Vue);
|
|
140
|
+
})(primevue.basecomponent, primevue.utils, Vue);
|
package/blockui/blockui.min.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
this.primevue=this.primevue||{},this.primevue.blockui=function(e,t){"use strict";var
|
|
1
|
+
this.primevue=this.primevue||{},this.primevue.blockui=function(e,t,o){"use strict";function n(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var i={name:"BlockUI",extends:n(e).default,emits:["block","unblock"],props:{blocked:{type:Boolean,default:!1},fullScreen:{type:Boolean,default:!1},baseZIndex:{type:Number,default:0},autoZIndex:{type:Boolean,default:!0}},mask:null,data:()=>({isBlocked:!1}),watch:{blocked(e){!0===e?this.block():this.unblock()}},mounted(){this.blocked&&this.block()},methods:{block(){let e="p-blockui p-component-overlay p-component-overlay-enter";this.fullScreen?(e+=" p-blockui-document",this.mask=document.createElement("div"),this.mask.setAttribute("class",e),document.body.appendChild(this.mask),t.DomHandler.addClass(document.body,"p-overflow-hidden"),document.activeElement.blur()):(this.mask=document.createElement("div"),this.mask.setAttribute("class",e),this.$refs.container.appendChild(this.mask)),this.autoZIndex&&t.ZIndexUtils.set("modal",this.mask,this.baseZIndex+this.$primevue.config.zIndex.modal),this.isBlocked=!0,this.$emit("block")},unblock(){t.DomHandler.addClass(this.mask,"p-component-overlay-leave"),this.mask.addEventListener("animationend",(()=>{this.removeMask()}))},removeMask(){t.ZIndexUtils.clear(this.mask),this.fullScreen?(document.body.removeChild(this.mask),t.DomHandler.removeClass(document.body,"p-overflow-hidden")):this.$refs.container.removeChild(this.mask),this.isBlocked=!1,this.$emit("unblock")}}};const s=["aria-busy"];return function(e,t){void 0===t&&(t={});var o=t.insertAt;if(e&&"undefined"!=typeof document){var n=document.head||document.getElementsByTagName("head")[0],i=document.createElement("style");i.type="text/css","top"===o&&n.firstChild?n.insertBefore(i,n.firstChild):n.appendChild(i),i.styleSheet?i.styleSheet.cssText=e:i.appendChild(document.createTextNode(e))}}("\n.p-blockui-container {\n position: relative;\n}\n.p-blockui {\n position: absolute;\n top: 0;\n left: 0;\n width: 100%;\n height: 100%;\n}\n.p-blockui.p-component-overlay {\n position: absolute;\n}\n.p-blockui-document.p-component-overlay {\n position: fixed;\n}\n"),i.render=function(e,t,n,i,l,a){return o.openBlock(),o.createElementBlock("div",o.mergeProps({ref:"container",class:"p-blockui-container","aria-busy":l.isBlocked},e.ptm("root")),[o.renderSlot(e.$slots,"default")],16,s)},i}(primevue.basecomponent,primevue.utils,Vue);
|
|
@@ -11,6 +11,61 @@ import { VNode } from 'vue';
|
|
|
11
11
|
import { MenuItem } from '../menuitem';
|
|
12
12
|
import { ClassComponent, GlobalComponentConstructor } from '../ts-helpers';
|
|
13
13
|
|
|
14
|
+
export declare type BreadcrumbPassThroughOptionType = BreadcrumbPassThroughAttributes | ((options: BreadcrumbPassThroughMethodOptions) => BreadcrumbPassThroughAttributes) | null | undefined;
|
|
15
|
+
|
|
16
|
+
/**
|
|
17
|
+
* Custom passthrough(pt) option method.
|
|
18
|
+
*/
|
|
19
|
+
export interface BreadcrumbPassThroughMethodOptions {
|
|
20
|
+
props: BreadcrumbProps;
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
/**
|
|
24
|
+
* Custom passthrough(pt) options.
|
|
25
|
+
* @see {@link BreadcrumbProps.pt}
|
|
26
|
+
*/
|
|
27
|
+
export interface BreadcrumbPassThroughOptions {
|
|
28
|
+
/**
|
|
29
|
+
* Uses to pass attributes to the root's DOM element.
|
|
30
|
+
*/
|
|
31
|
+
root?: BreadcrumbPassThroughOptionType;
|
|
32
|
+
/**
|
|
33
|
+
* Uses to pass attributes to the list's DOM element.
|
|
34
|
+
*/
|
|
35
|
+
menu?: BreadcrumbPassThroughOptionType;
|
|
36
|
+
/**
|
|
37
|
+
* Uses to pass attributes to the list item's DOM element.
|
|
38
|
+
*/
|
|
39
|
+
menuitem?: BreadcrumbPassThroughOptionType;
|
|
40
|
+
/**
|
|
41
|
+
* Uses to pass attributes to the action's DOM element.
|
|
42
|
+
*/
|
|
43
|
+
action?: BreadcrumbPassThroughOptionType;
|
|
44
|
+
/**
|
|
45
|
+
* Uses to pass attributes to the icon's DOM element.
|
|
46
|
+
*/
|
|
47
|
+
icon?: BreadcrumbPassThroughOptionType;
|
|
48
|
+
/**
|
|
49
|
+
* Uses to pass attributes to the label's DOM element.
|
|
50
|
+
*/
|
|
51
|
+
label?: BreadcrumbPassThroughOptionType;
|
|
52
|
+
/**
|
|
53
|
+
* Uses to pass attributes to the separator's DOM element.
|
|
54
|
+
*/
|
|
55
|
+
separator?: BreadcrumbPassThroughOptionType;
|
|
56
|
+
/**
|
|
57
|
+
* Uses to pass attributes to the separator icon's DOM element.
|
|
58
|
+
*/
|
|
59
|
+
separatorIcon?: BreadcrumbPassThroughOptionType;
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
/**
|
|
63
|
+
* Custom passthrough attributes for each DOM elements
|
|
64
|
+
*/
|
|
65
|
+
export interface BreadcrumbPassThroughAttributes {
|
|
66
|
+
[key: string]: any;
|
|
67
|
+
}
|
|
68
|
+
|
|
14
69
|
/**
|
|
15
70
|
* Defines valid properties in Breadcrumb component.
|
|
16
71
|
*/
|
|
@@ -36,6 +91,11 @@ export interface BreadcrumbProps {
|
|
|
36
91
|
* Identifier of the underlying menu element.
|
|
37
92
|
*/
|
|
38
93
|
'aria-labelledby'?: string | undefined;
|
|
94
|
+
/**
|
|
95
|
+
* Uses to pass attributes to DOM elements inside the component.
|
|
96
|
+
* @type {BreadcrumbPassThroughOptions}
|
|
97
|
+
*/
|
|
98
|
+
pt?: BreadcrumbPassThroughOptions;
|
|
39
99
|
}
|
|
40
100
|
|
|
41
101
|
/**
|
|
@@ -52,6 +112,24 @@ export interface BreadcrumbSlots {
|
|
|
52
112
|
*/
|
|
53
113
|
item: MenuItem;
|
|
54
114
|
}): VNode[];
|
|
115
|
+
/**
|
|
116
|
+
* Custom separator template.
|
|
117
|
+
*/
|
|
118
|
+
separator(): VNode[];
|
|
119
|
+
/**
|
|
120
|
+
* Custom item icon template.
|
|
121
|
+
* @param {Object} scope - item icon slot's params.
|
|
122
|
+
*/
|
|
123
|
+
itemicon(scope: {
|
|
124
|
+
/**
|
|
125
|
+
* Menuitem instance
|
|
126
|
+
*/
|
|
127
|
+
item: MenuItem;
|
|
128
|
+
/**
|
|
129
|
+
* Style class of the item icon element.
|
|
130
|
+
*/
|
|
131
|
+
class: any;
|
|
132
|
+
}): VNode[];
|
|
55
133
|
}
|
|
56
134
|
|
|
57
135
|
/**
|
|
@@ -1,22 +1,27 @@
|
|
|
1
1
|
<template>
|
|
2
|
-
<nav class="p-breadcrumb p-component">
|
|
3
|
-
<ol class="p-breadcrumb-list">
|
|
4
|
-
<BreadcrumbItem v-if="home" :item="home" class="p-breadcrumb-home" :
|
|
2
|
+
<nav class="p-breadcrumb p-component" v-bind="ptm('root')">
|
|
3
|
+
<ol class="p-breadcrumb-list" v-bind="ptm('menu')">
|
|
4
|
+
<BreadcrumbItem v-if="home" :item="home" class="p-breadcrumb-home" :templates="$slots" :exact="exact" :pt="pt" />
|
|
5
5
|
<template v-for="(item, i) of model" :key="item.label">
|
|
6
|
-
<li v-if="home || i !== 0" class="p-menuitem-separator">
|
|
7
|
-
<
|
|
6
|
+
<li v-if="home || i !== 0" class="p-menuitem-separator" v-bind="ptm('separator')">
|
|
7
|
+
<slot name="separator">
|
|
8
|
+
<ChevronRightIcon aria-hidden="true" v-bind="ptm('separatorIcon')" />
|
|
9
|
+
</slot>
|
|
8
10
|
</li>
|
|
9
|
-
<BreadcrumbItem :item="item" :
|
|
11
|
+
<BreadcrumbItem :item="item" :index="i" :templates="$slots" :exact="exact" :pt="pt" />
|
|
10
12
|
</template>
|
|
11
13
|
</ol>
|
|
12
14
|
</nav>
|
|
13
15
|
</template>
|
|
14
16
|
|
|
15
17
|
<script>
|
|
18
|
+
import BaseComponent from 'primevue/basecomponent';
|
|
19
|
+
import ChevronRightIcon from 'primevue/icons/chevronright';
|
|
16
20
|
import BreadcrumbItem from './BreadcrumbItem.vue';
|
|
17
21
|
|
|
18
22
|
export default {
|
|
19
23
|
name: 'Breadcrumb',
|
|
24
|
+
extends: BaseComponent,
|
|
20
25
|
props: {
|
|
21
26
|
model: {
|
|
22
27
|
type: Array,
|
|
@@ -32,7 +37,8 @@ export default {
|
|
|
32
37
|
}
|
|
33
38
|
},
|
|
34
39
|
components: {
|
|
35
|
-
BreadcrumbItem: BreadcrumbItem
|
|
40
|
+
BreadcrumbItem: BreadcrumbItem,
|
|
41
|
+
ChevronRightIcon: ChevronRightIcon
|
|
36
42
|
}
|
|
37
43
|
};
|
|
38
44
|
</script>
|
|
@@ -1,28 +1,34 @@
|
|
|
1
1
|
<template>
|
|
2
|
-
<li v-if="visible()" :class="containerClass()">
|
|
3
|
-
<template v-if="!
|
|
2
|
+
<li v-if="visible()" :class="containerClass()" v-bind="ptm('menuitem')">
|
|
3
|
+
<template v-if="!templates || !templates.item">
|
|
4
4
|
<router-link v-if="item.to" v-slot="{ navigate, href, isActive, isExactActive }" :to="item.to" custom>
|
|
5
|
-
<a :href="href" :class="linkClass({ isActive, isExactActive })" :aria-current="isCurrentUrl()" @click="onClick($event, navigate)">
|
|
6
|
-
<
|
|
7
|
-
<span v-if="item.
|
|
5
|
+
<a :href="href" :class="linkClass({ isActive, isExactActive })" :aria-current="isCurrentUrl()" @click="onClick($event, navigate)" v-bind="ptm('action')">
|
|
6
|
+
<component v-if="templates.itemicon" :is="templates.itemicon" :item="item" class="p-menuitem-icon" />
|
|
7
|
+
<span v-else-if="item.icon" :class="['p-menuitem-icon', item.icon]" v-bind="ptm('icon')" />
|
|
8
|
+
<span v-if="item.label" class="p-menuitem-text" v-bind="ptm('label')">{{ label() }}</span>
|
|
8
9
|
</a>
|
|
9
10
|
</router-link>
|
|
10
|
-
<a v-else :href="item.url || '#'" :class="linkClass()" :target="item.target" :aria-current="isCurrentUrl()" @click="onClick">
|
|
11
|
-
<
|
|
12
|
-
<span v-if="item.
|
|
11
|
+
<a v-else :href="item.url || '#'" :class="linkClass()" :target="item.target" :aria-current="isCurrentUrl()" @click="onClick" v-bind="ptm('action')">
|
|
12
|
+
<component v-if="templates && templates.itemicon" :is="templates.itemicon" :item="item" class="p-menuitem-icon" />
|
|
13
|
+
<span v-else-if="item.icon" :class="['p-menuitem-icon', item.icon]" v-bind="ptm('icon')" />
|
|
14
|
+
<span v-if="item.label" class="p-menuitem-text" v-bind="ptm('label')">{{ label() }}</span>
|
|
13
15
|
</a>
|
|
14
16
|
</template>
|
|
15
|
-
<component v-else :is="
|
|
17
|
+
<component v-else :is="templates.item" :item="item"></component>
|
|
16
18
|
</li>
|
|
17
19
|
</template>
|
|
18
20
|
|
|
19
21
|
<script>
|
|
22
|
+
import BaseComponent from 'primevue/basecomponent';
|
|
23
|
+
|
|
20
24
|
export default {
|
|
21
25
|
name: 'BreadcrumbItem',
|
|
26
|
+
extends: BaseComponent,
|
|
22
27
|
props: {
|
|
23
28
|
item: null,
|
|
24
|
-
|
|
25
|
-
exact: null
|
|
29
|
+
templates: null,
|
|
30
|
+
exact: null,
|
|
31
|
+
index: null
|
|
26
32
|
},
|
|
27
33
|
methods: {
|
|
28
34
|
onClick(event, navigate) {
|
|
@@ -64,11 +70,6 @@ export default {
|
|
|
64
70
|
|
|
65
71
|
return to === lastPath || url === lastPath ? 'page' : undefined;
|
|
66
72
|
}
|
|
67
|
-
},
|
|
68
|
-
computed: {
|
|
69
|
-
iconClass() {
|
|
70
|
-
return ['p-menuitem-icon', this.item.icon];
|
|
71
|
-
}
|
|
72
73
|
}
|
|
73
74
|
};
|
|
74
75
|
</script>
|
|
@@ -1,13 +1,22 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
+
var BaseComponent = require('primevue/basecomponent');
|
|
4
|
+
var ChevronRightIcon = require('primevue/icons/chevronright');
|
|
3
5
|
var vue = require('vue');
|
|
4
6
|
|
|
7
|
+
function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
|
|
8
|
+
|
|
9
|
+
var BaseComponent__default = /*#__PURE__*/_interopDefaultLegacy(BaseComponent);
|
|
10
|
+
var ChevronRightIcon__default = /*#__PURE__*/_interopDefaultLegacy(ChevronRightIcon);
|
|
11
|
+
|
|
5
12
|
var script$1 = {
|
|
6
13
|
name: 'BreadcrumbItem',
|
|
14
|
+
extends: BaseComponent__default["default"],
|
|
7
15
|
props: {
|
|
8
16
|
item: null,
|
|
9
|
-
|
|
10
|
-
exact: null
|
|
17
|
+
templates: null,
|
|
18
|
+
exact: null,
|
|
19
|
+
index: null
|
|
11
20
|
},
|
|
12
21
|
methods: {
|
|
13
22
|
onClick(event, navigate) {
|
|
@@ -49,34 +58,21 @@ var script$1 = {
|
|
|
49
58
|
|
|
50
59
|
return to === lastPath || url === lastPath ? 'page' : undefined;
|
|
51
60
|
}
|
|
52
|
-
},
|
|
53
|
-
computed: {
|
|
54
|
-
iconClass() {
|
|
55
|
-
return ['p-menuitem-icon', this.item.icon];
|
|
56
|
-
}
|
|
57
61
|
}
|
|
58
62
|
};
|
|
59
63
|
|
|
60
|
-
const _hoisted_1
|
|
61
|
-
const _hoisted_2
|
|
62
|
-
key: 1,
|
|
63
|
-
class: "p-menuitem-text"
|
|
64
|
-
};
|
|
65
|
-
const _hoisted_3$1 = ["href", "target", "aria-current"];
|
|
66
|
-
const _hoisted_4$1 = {
|
|
67
|
-
key: 1,
|
|
68
|
-
class: "p-menuitem-text"
|
|
69
|
-
};
|
|
64
|
+
const _hoisted_1 = ["href", "aria-current", "onClick"];
|
|
65
|
+
const _hoisted_2 = ["href", "target", "aria-current"];
|
|
70
66
|
|
|
71
67
|
function render$1(_ctx, _cache, $props, $setup, $data, $options) {
|
|
72
68
|
const _component_router_link = vue.resolveComponent("router-link");
|
|
73
69
|
|
|
74
70
|
return ($options.visible())
|
|
75
|
-
? (vue.openBlock(), vue.createElementBlock("li", {
|
|
71
|
+
? (vue.openBlock(), vue.createElementBlock("li", vue.mergeProps({
|
|
76
72
|
key: 0,
|
|
77
|
-
class:
|
|
78
|
-
}, [
|
|
79
|
-
(!$props.
|
|
73
|
+
class: $options.containerClass()
|
|
74
|
+
}, _ctx.ptm('menuitem')), [
|
|
75
|
+
(!$props.templates || !$props.templates.item)
|
|
80
76
|
? (vue.openBlock(), vue.createElementBlock(vue.Fragment, { key: 0 }, [
|
|
81
77
|
($props.item.to)
|
|
82
78
|
? (vue.openBlock(), vue.createBlock(_component_router_link, {
|
|
@@ -85,49 +81,67 @@ function render$1(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
85
81
|
custom: ""
|
|
86
82
|
}, {
|
|
87
83
|
default: vue.withCtx(({ navigate, href, isActive, isExactActive }) => [
|
|
88
|
-
vue.createElementVNode("a", {
|
|
84
|
+
vue.createElementVNode("a", vue.mergeProps({
|
|
89
85
|
href: href,
|
|
90
|
-
class:
|
|
86
|
+
class: $options.linkClass({ isActive, isExactActive }),
|
|
91
87
|
"aria-current": $options.isCurrentUrl(),
|
|
92
88
|
onClick: $event => ($options.onClick($event, navigate))
|
|
93
|
-
}, [
|
|
94
|
-
($props.
|
|
95
|
-
? (vue.openBlock(), vue.
|
|
89
|
+
}, _ctx.ptm('action')), [
|
|
90
|
+
($props.templates.itemicon)
|
|
91
|
+
? (vue.openBlock(), vue.createBlock(vue.resolveDynamicComponent($props.templates.itemicon), {
|
|
96
92
|
key: 0,
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
93
|
+
item: $props.item,
|
|
94
|
+
class: "p-menuitem-icon"
|
|
95
|
+
}, null, 8, ["item"]))
|
|
96
|
+
: ($props.item.icon)
|
|
97
|
+
? (vue.openBlock(), vue.createElementBlock("span", vue.mergeProps({
|
|
98
|
+
key: 1,
|
|
99
|
+
class: ['p-menuitem-icon', $props.item.icon]
|
|
100
|
+
}, _ctx.ptm('icon')), null, 16))
|
|
101
|
+
: vue.createCommentVNode("", true),
|
|
100
102
|
($props.item.label)
|
|
101
|
-
? (vue.openBlock(), vue.createElementBlock("span",
|
|
103
|
+
? (vue.openBlock(), vue.createElementBlock("span", vue.mergeProps({
|
|
104
|
+
key: 2,
|
|
105
|
+
class: "p-menuitem-text"
|
|
106
|
+
}, _ctx.ptm('label')), vue.toDisplayString($options.label()), 17))
|
|
102
107
|
: vue.createCommentVNode("", true)
|
|
103
|
-
],
|
|
108
|
+
], 16, _hoisted_1)
|
|
104
109
|
]),
|
|
105
110
|
_: 1
|
|
106
111
|
}, 8, ["to"]))
|
|
107
|
-
: (vue.openBlock(), vue.createElementBlock("a", {
|
|
112
|
+
: (vue.openBlock(), vue.createElementBlock("a", vue.mergeProps({
|
|
108
113
|
key: 1,
|
|
109
114
|
href: $props.item.url || '#',
|
|
110
|
-
class:
|
|
115
|
+
class: $options.linkClass(),
|
|
111
116
|
target: $props.item.target,
|
|
112
117
|
"aria-current": $options.isCurrentUrl(),
|
|
113
118
|
onClick: _cache[0] || (_cache[0] = (...args) => ($options.onClick && $options.onClick(...args)))
|
|
114
|
-
}, [
|
|
115
|
-
($props.
|
|
116
|
-
? (vue.openBlock(), vue.
|
|
119
|
+
}, _ctx.ptm('action')), [
|
|
120
|
+
($props.templates && $props.templates.itemicon)
|
|
121
|
+
? (vue.openBlock(), vue.createBlock(vue.resolveDynamicComponent($props.templates.itemicon), {
|
|
117
122
|
key: 0,
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
123
|
+
item: $props.item,
|
|
124
|
+
class: "p-menuitem-icon"
|
|
125
|
+
}, null, 8, ["item"]))
|
|
126
|
+
: ($props.item.icon)
|
|
127
|
+
? (vue.openBlock(), vue.createElementBlock("span", vue.mergeProps({
|
|
128
|
+
key: 1,
|
|
129
|
+
class: ['p-menuitem-icon', $props.item.icon]
|
|
130
|
+
}, _ctx.ptm('icon')), null, 16))
|
|
131
|
+
: vue.createCommentVNode("", true),
|
|
121
132
|
($props.item.label)
|
|
122
|
-
? (vue.openBlock(), vue.createElementBlock("span",
|
|
133
|
+
? (vue.openBlock(), vue.createElementBlock("span", vue.mergeProps({
|
|
134
|
+
key: 2,
|
|
135
|
+
class: "p-menuitem-text"
|
|
136
|
+
}, _ctx.ptm('label')), vue.toDisplayString($options.label()), 17))
|
|
123
137
|
: vue.createCommentVNode("", true)
|
|
124
|
-
],
|
|
138
|
+
], 16, _hoisted_2))
|
|
125
139
|
], 64))
|
|
126
|
-
: (vue.openBlock(), vue.createBlock(vue.resolveDynamicComponent($props.
|
|
140
|
+
: (vue.openBlock(), vue.createBlock(vue.resolveDynamicComponent($props.templates.item), {
|
|
127
141
|
key: 1,
|
|
128
142
|
item: $props.item
|
|
129
143
|
}, null, 8, ["item"]))
|
|
130
|
-
],
|
|
144
|
+
], 16))
|
|
131
145
|
: vue.createCommentVNode("", true)
|
|
132
146
|
}
|
|
133
147
|
|
|
@@ -135,6 +149,7 @@ script$1.render = render$1;
|
|
|
135
149
|
|
|
136
150
|
var script = {
|
|
137
151
|
name: 'Breadcrumb',
|
|
152
|
+
extends: BaseComponent__default["default"],
|
|
138
153
|
props: {
|
|
139
154
|
model: {
|
|
140
155
|
type: Array,
|
|
@@ -150,54 +165,52 @@ var script = {
|
|
|
150
165
|
}
|
|
151
166
|
},
|
|
152
167
|
components: {
|
|
153
|
-
BreadcrumbItem: script$1
|
|
168
|
+
BreadcrumbItem: script$1,
|
|
169
|
+
ChevronRightIcon: ChevronRightIcon__default["default"]
|
|
154
170
|
}
|
|
155
171
|
};
|
|
156
172
|
|
|
157
|
-
const _hoisted_1 = { class: "p-breadcrumb p-component" };
|
|
158
|
-
const _hoisted_2 = { class: "p-breadcrumb-list" };
|
|
159
|
-
const _hoisted_3 = {
|
|
160
|
-
key: 0,
|
|
161
|
-
class: "p-menuitem-separator"
|
|
162
|
-
};
|
|
163
|
-
const _hoisted_4 = /*#__PURE__*/vue.createElementVNode("span", {
|
|
164
|
-
class: "pi pi-chevron-right",
|
|
165
|
-
"aria-hidden": "true"
|
|
166
|
-
}, null, -1);
|
|
167
|
-
const _hoisted_5 = [
|
|
168
|
-
_hoisted_4
|
|
169
|
-
];
|
|
170
|
-
|
|
171
173
|
function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
172
174
|
const _component_BreadcrumbItem = vue.resolveComponent("BreadcrumbItem");
|
|
175
|
+
const _component_ChevronRightIcon = vue.resolveComponent("ChevronRightIcon");
|
|
173
176
|
|
|
174
|
-
return (vue.openBlock(), vue.createElementBlock("nav",
|
|
175
|
-
vue.createElementVNode("ol",
|
|
177
|
+
return (vue.openBlock(), vue.createElementBlock("nav", vue.mergeProps({ class: "p-breadcrumb p-component" }, _ctx.ptm('root')), [
|
|
178
|
+
vue.createElementVNode("ol", vue.mergeProps({ class: "p-breadcrumb-list" }, _ctx.ptm('menu')), [
|
|
176
179
|
($props.home)
|
|
177
180
|
? (vue.openBlock(), vue.createBlock(_component_BreadcrumbItem, {
|
|
178
181
|
key: 0,
|
|
179
182
|
item: $props.home,
|
|
180
183
|
class: "p-breadcrumb-home",
|
|
181
|
-
|
|
182
|
-
exact: $props.exact
|
|
183
|
-
|
|
184
|
+
templates: _ctx.$slots,
|
|
185
|
+
exact: $props.exact,
|
|
186
|
+
pt: _ctx.pt
|
|
187
|
+
}, null, 8, ["item", "templates", "exact", "pt"]))
|
|
184
188
|
: vue.createCommentVNode("", true),
|
|
185
189
|
(vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList($props.model, (item, i) => {
|
|
186
190
|
return (vue.openBlock(), vue.createElementBlock(vue.Fragment, {
|
|
187
191
|
key: item.label
|
|
188
192
|
}, [
|
|
189
193
|
($props.home || i !== 0)
|
|
190
|
-
? (vue.openBlock(), vue.createElementBlock("li",
|
|
194
|
+
? (vue.openBlock(), vue.createElementBlock("li", vue.mergeProps({
|
|
195
|
+
key: 0,
|
|
196
|
+
class: "p-menuitem-separator"
|
|
197
|
+
}, _ctx.ptm('separator')), [
|
|
198
|
+
vue.renderSlot(_ctx.$slots, "separator", {}, () => [
|
|
199
|
+
vue.createVNode(_component_ChevronRightIcon, vue.mergeProps({ "aria-hidden": "true" }, _ctx.ptm('separatorIcon')), null, 16)
|
|
200
|
+
])
|
|
201
|
+
], 16))
|
|
191
202
|
: vue.createCommentVNode("", true),
|
|
192
203
|
vue.createVNode(_component_BreadcrumbItem, {
|
|
193
204
|
item: item,
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
205
|
+
index: i,
|
|
206
|
+
templates: _ctx.$slots,
|
|
207
|
+
exact: $props.exact,
|
|
208
|
+
pt: _ctx.pt
|
|
209
|
+
}, null, 8, ["item", "index", "templates", "exact", "pt"])
|
|
197
210
|
], 64))
|
|
198
211
|
}), 128))
|
|
199
|
-
])
|
|
200
|
-
]))
|
|
212
|
+
], 16)
|
|
213
|
+
], 16))
|
|
201
214
|
}
|
|
202
215
|
|
|
203
216
|
function styleInject(css, ref) {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";var e=require("vue"),t={name:"BreadcrumbItem",props:{item:null,
|
|
1
|
+
"use strict";var e=require("primevue/basecomponent"),t=require("primevue/icons/chevronright"),n=require("vue");function l(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var i=l(e),o=l(t),r={name:"BreadcrumbItem",extends:i.default,props:{item:null,templates:null,exact:null,index:null},methods:{onClick(e,t){this.item.command&&this.item.command({originalEvent:e,item:this.item}),this.item.to&&t&&t(e)},containerClass(){return["p-menuitem",{"p-disabled":this.disabled()},this.item.class]},linkClass(e){return["p-menuitem-link",{"router-link-active":e&&e.isActive,"router-link-active-exact":this.exact&&e&&e.isExactActive}]},visible(){return"function"==typeof this.item.visible?this.item.visible():!1!==this.item.visible},disabled(){return"function"==typeof this.item.disabled?this.item.disabled():this.item.disabled},label(){return"function"==typeof this.item.label?this.item.label():this.item.label},isCurrentUrl(){const{to:e,url:t}=this.item;let n=this.$router?this.$router.currentRoute.path:"";return e===n||t===n?"page":void 0}}};const m=["href","aria-current","onClick"],a=["href","target","aria-current"];r.render=function(e,t,l,i,o,r){const c=n.resolveComponent("router-link");return r.visible()?(n.openBlock(),n.createElementBlock("li",n.mergeProps({key:0,class:r.containerClass()},e.ptm("menuitem")),[l.templates&&l.templates.item?(n.openBlock(),n.createBlock(n.resolveDynamicComponent(l.templates.item),{key:1,item:l.item},null,8,["item"])):(n.openBlock(),n.createElementBlock(n.Fragment,{key:0},[l.item.to?(n.openBlock(),n.createBlock(c,{key:0,to:l.item.to,custom:""},{default:n.withCtx((({navigate:t,href:i,isActive:o,isExactActive:a})=>[n.createElementVNode("a",n.mergeProps({href:i,class:r.linkClass({isActive:o,isExactActive:a}),"aria-current":r.isCurrentUrl(),onClick:e=>r.onClick(e,t)},e.ptm("action")),[l.templates.itemicon?(n.openBlock(),n.createBlock(n.resolveDynamicComponent(l.templates.itemicon),{key:0,item:l.item,class:"p-menuitem-icon"},null,8,["item"])):l.item.icon?(n.openBlock(),n.createElementBlock("span",n.mergeProps({key:1,class:["p-menuitem-icon",l.item.icon]},e.ptm("icon")),null,16)):n.createCommentVNode("",!0),l.item.label?(n.openBlock(),n.createElementBlock("span",n.mergeProps({key:2,class:"p-menuitem-text"},e.ptm("label")),n.toDisplayString(r.label()),17)):n.createCommentVNode("",!0)],16,m)])),_:1},8,["to"])):(n.openBlock(),n.createElementBlock("a",n.mergeProps({key:1,href:l.item.url||"#",class:r.linkClass(),target:l.item.target,"aria-current":r.isCurrentUrl(),onClick:t[0]||(t[0]=(...e)=>r.onClick&&r.onClick(...e))},e.ptm("action")),[l.templates&&l.templates.itemicon?(n.openBlock(),n.createBlock(n.resolveDynamicComponent(l.templates.itemicon),{key:0,item:l.item,class:"p-menuitem-icon"},null,8,["item"])):l.item.icon?(n.openBlock(),n.createElementBlock("span",n.mergeProps({key:1,class:["p-menuitem-icon",l.item.icon]},e.ptm("icon")),null,16)):n.createCommentVNode("",!0),l.item.label?(n.openBlock(),n.createElementBlock("span",n.mergeProps({key:2,class:"p-menuitem-text"},e.ptm("label")),n.toDisplayString(r.label()),17)):n.createCommentVNode("",!0)],16,a))],64))],16)):n.createCommentVNode("",!0)};var c={name:"Breadcrumb",extends:i.default,props:{model:{type:Array,default:null},home:{type:null,default:null},exact:{type:Boolean,default:!0}},components:{BreadcrumbItem:r,ChevronRightIcon:o.default}};!function(e,t){void 0===t&&(t={});var n=t.insertAt;if(e&&"undefined"!=typeof document){var l=document.head||document.getElementsByTagName("head")[0],i=document.createElement("style");i.type="text/css","top"===n&&l.firstChild?l.insertBefore(i,l.firstChild):l.appendChild(i),i.styleSheet?i.styleSheet.cssText=e:i.appendChild(document.createTextNode(e))}}("\n.p-breadcrumb {\n overflow-x: auto;\n}\n.p-breadcrumb .p-breadcrumb-list {\n margin: 0;\n padding: 0;\n list-style-type: none;\n display: flex;\n align-items: center;\n flex-wrap: nowrap;\n}\n.p-breadcrumb .p-menuitem-text {\n line-height: 1;\n}\n.p-breadcrumb .p-menuitem-link {\n text-decoration: none;\n display: flex;\n align-items: center;\n}\n.p-breadcrumb .p-menuitem-separator {\n display: flex;\n align-items: center;\n}\n.p-breadcrumb::-webkit-scrollbar {\n display: none;\n}\n"),c.render=function(e,t,l,i,o,r){const m=n.resolveComponent("BreadcrumbItem"),a=n.resolveComponent("ChevronRightIcon");return n.openBlock(),n.createElementBlock("nav",n.mergeProps({class:"p-breadcrumb p-component"},e.ptm("root")),[n.createElementVNode("ol",n.mergeProps({class:"p-breadcrumb-list"},e.ptm("menu")),[l.home?(n.openBlock(),n.createBlock(m,{key:0,item:l.home,class:"p-breadcrumb-home",templates:e.$slots,exact:l.exact,pt:e.pt},null,8,["item","templates","exact","pt"])):n.createCommentVNode("",!0),(n.openBlock(!0),n.createElementBlock(n.Fragment,null,n.renderList(l.model,((t,i)=>(n.openBlock(),n.createElementBlock(n.Fragment,{key:t.label},[l.home||0!==i?(n.openBlock(),n.createElementBlock("li",n.mergeProps({key:0,class:"p-menuitem-separator"},e.ptm("separator")),[n.renderSlot(e.$slots,"separator",{},(()=>[n.createVNode(a,n.mergeProps({"aria-hidden":"true"},e.ptm("separatorIcon")),null,16)]))],16)):n.createCommentVNode("",!0),n.createVNode(m,{item:t,index:i,templates:e.$slots,exact:l.exact,pt:e.pt},null,8,["item","index","templates","exact","pt"])],64)))),128))],16)],16)},module.exports=c;
|