primevue 3.26.0 → 3.27.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 +4 -8
- 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/api/Api.d.ts +292 -284
- package/autocomplete/AutoComplete.d.ts +15 -3
- package/autocomplete/AutoComplete.vue +25 -10
- package/autocomplete/autocomplete.cjs.js +62 -36
- package/autocomplete/autocomplete.cjs.min.js +1 -1
- package/autocomplete/autocomplete.esm.js +60 -37
- package/autocomplete/autocomplete.esm.min.js +1 -1
- package/autocomplete/autocomplete.js +61 -38
- package/autocomplete/autocomplete.min.js +1 -1
- package/avatar/Avatar.d.ts +5 -0
- package/avatar/Avatar.vue +5 -6
- package/avatar/avatar.cjs.js +25 -20
- package/avatar/avatar.cjs.min.js +1 -1
- package/avatar/avatar.esm.js +26 -21
- package/avatar/avatar.esm.min.js +1 -1
- package/avatar/avatar.js +25 -20
- package/avatar/avatar.min.js +1 -1
- package/badge/Badge.d.ts +1 -1
- package/basecomponent/BaseComponent.vue +26 -0
- package/basecomponent/basecomponent.cjs.js +28 -0
- package/basecomponent/basecomponent.cjs.min.js +1 -0
- package/basecomponent/basecomponent.esm.js +26 -0
- package/basecomponent/basecomponent.esm.min.js +1 -0
- package/basecomponent/basecomponent.js +30 -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/breadcrumb/Breadcrumb.d.ts +18 -0
- package/breadcrumb/Breadcrumb.vue +8 -4
- package/breadcrumb/BreadcrumbItem.vue +7 -10
- package/breadcrumb/breadcrumb.cjs.js +46 -35
- package/breadcrumb/breadcrumb.cjs.min.js +1 -1
- package/breadcrumb/breadcrumb.esm.js +43 -36
- package/breadcrumb/breadcrumb.esm.min.js +1 -1
- package/breadcrumb/breadcrumb.js +47 -37
- package/breadcrumb/breadcrumb.min.js +1 -1
- package/button/Button.d.ts +21 -2
- package/button/Button.vue +23 -8
- package/button/button.cjs.js +54 -25
- package/button/button.cjs.min.js +1 -1
- package/button/button.esm.js +54 -26
- package/button/button.esm.min.js +1 -1
- package/button/button.js +55 -27
- package/button/button.min.js +1 -1
- package/calendar/Calendar.d.ts +25 -5
- package/calendar/Calendar.vue +57 -24
- package/calendar/calendar.cjs.js +85 -44
- package/calendar/calendar.cjs.min.js +1 -1
- package/calendar/calendar.esm.js +81 -45
- package/calendar/calendar.esm.min.js +1 -1
- package/calendar/calendar.js +82 -46
- 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/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 +20 -1
- package/chip/Chip.vue +13 -10
- package/chip/chip.cjs.js +46 -31
- package/chip/chip.cjs.min.js +1 -1
- package/chip/chip.esm.js +43 -32
- package/chip/chip.esm.min.js +1 -1
- package/chip/chip.js +47 -33
- 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/config.cjs.js +1 -1
- package/config/config.cjs.min.js +1 -1
- package/config/config.esm.js +1 -1
- package/config/config.esm.min.js +1 -1
- package/config/config.js +1 -1
- package/config/config.min.js +1 -1
- package/confirmdialog/ConfirmDialog.d.ts +23 -1
- package/confirmdialog/ConfirmDialog.vue +18 -3
- package/confirmdialog/confirmdialog.cjs.js +36 -11
- package/confirmdialog/confirmdialog.cjs.min.js +1 -1
- package/confirmdialog/confirmdialog.esm.js +37 -12
- package/confirmdialog/confirmdialog.esm.min.js +1 -1
- package/confirmdialog/confirmdialog.js +36 -11
- package/confirmdialog/confirmdialog.min.js +1 -1
- package/confirmpopup/ConfirmPopup.d.ts +23 -1
- package/confirmpopup/ConfirmPopup.vue +18 -3
- package/confirmpopup/confirmpopup.cjs.js +35 -9
- package/confirmpopup/confirmpopup.cjs.min.js +1 -1
- package/confirmpopup/confirmpopup.esm.js +36 -10
- package/confirmpopup/confirmpopup.esm.min.js +1 -1
- package/confirmpopup/confirmpopup.js +35 -9
- package/confirmpopup/confirmpopup.min.js +1 -1
- package/contextmenu/ContextMenu.d.ts +23 -0
- package/contextmenu/ContextMenu.vue +1 -1
- package/contextmenu/ContextMenuSub.vue +17 -8
- package/contextmenu/contextmenu.cjs.js +48 -23
- package/contextmenu/contextmenu.cjs.min.js +1 -1
- package/contextmenu/contextmenu.esm.js +48 -24
- package/contextmenu/contextmenu.esm.min.js +1 -1
- package/contextmenu/contextmenu.js +49 -25
- package/contextmenu/contextmenu.min.js +1 -1
- package/core/core.js +2685 -315
- package/core/core.min.js +106 -12
- package/datatable/BodyCell.vue +44 -13
- package/datatable/ColumnFilter.vue +59 -17
- package/datatable/DataTable.d.ts +43 -5
- package/datatable/DataTable.vue +49 -11
- 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 +32 -18
- package/datatable/TableFooter.vue +1 -1
- package/datatable/TableHeader.vue +10 -0
- package/datatable/datatable.cjs.js +442 -154
- package/datatable/datatable.cjs.min.js +1 -1
- package/datatable/datatable.esm.js +427 -155
- package/datatable/datatable.esm.min.js +1 -1
- package/datatable/datatable.js +428 -156
- 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 +18 -4
- package/dialog/Dialog.vue +22 -13
- package/dialog/dialog.cjs.js +29 -17
- package/dialog/dialog.cjs.min.js +1 -1
- package/dialog/dialog.esm.js +27 -18
- package/dialog/dialog.esm.min.js +1 -1
- package/dialog/dialog.js +28 -19
- 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/dropdown/Dropdown.d.ts +41 -5
- package/dropdown/Dropdown.vue +28 -14
- package/dropdown/dropdown.cjs.js +70 -32
- package/dropdown/dropdown.cjs.min.js +1 -1
- package/dropdown/dropdown.esm.js +67 -33
- package/dropdown/dropdown.esm.min.js +1 -1
- package/dropdown/dropdown.js +68 -34
- package/dropdown/dropdown.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 +13 -2
- package/fileupload/FileUpload.d.ts +28 -3
- package/fileupload/FileUpload.vue +35 -16
- package/fileupload/fileupload.cjs.js +89 -29
- package/fileupload/fileupload.cjs.min.js +1 -1
- package/fileupload/fileupload.esm.js +87 -30
- package/fileupload/fileupload.esm.min.js +1 -1
- package/fileupload/fileupload.js +88 -31
- 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 +25 -0
- package/image/Image.vue +38 -12
- package/image/image.cjs.js +68 -42
- package/image/image.cjs.min.js +1 -1
- package/image/image.esm.js +63 -43
- package/image/image.esm.min.js +1 -1
- package/image/image.js +64 -44
- package/image/image.min.js +1 -1
- package/inlinemessage/InlineMessage.d.ts +10 -1
- package/inlinemessage/InlineMessage.vue +19 -11
- package/inlinemessage/inlinemessage.cjs.js +27 -13
- package/inlinemessage/inlinemessage.cjs.min.js +1 -1
- package/inlinemessage/inlinemessage.esm.js +21 -14
- package/inlinemessage/inlinemessage.esm.min.js +1 -1
- package/inlinemessage/inlinemessage.js +25 -15
- package/inlinemessage/inlinemessage.min.js +1 -1
- package/inplace/Inplace.d.ts +5 -1
- package/inplace/Inplace.vue +11 -3
- package/inplace/inplace.cjs.js +15 -4
- package/inplace/inplace.cjs.min.js +1 -1
- package/inplace/inplace.esm.js +15 -5
- package/inplace/inplace.esm.min.js +1 -1
- package/inplace/inplace.js +16 -6
- 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 +23 -0
- package/megamenu/MegaMenu.vue +1 -1
- package/megamenu/MegaMenuSub.vue +19 -11
- package/megamenu/megamenu.cjs.js +48 -23
- package/megamenu/megamenu.cjs.min.js +1 -1
- package/megamenu/megamenu.esm.js +46 -23
- package/megamenu/megamenu.esm.min.js +1 -1
- package/megamenu/megamenu.js +48 -25
- package/megamenu/megamenu.min.js +1 -1
- package/menu/Menu.d.ts +14 -0
- package/menu/Menu.vue +2 -2
- package/menu/Menuitem.vue +12 -5
- package/menu/menu.cjs.js +34 -17
- package/menu/menu.cjs.min.js +1 -1
- package/menu/menu.esm.js +35 -18
- package/menu/menu.esm.min.js +1 -1
- package/menu/menu.js +34 -17
- package/menu/menu.min.js +1 -1
- package/menubar/Menubar.d.ts +31 -0
- package/menubar/Menubar.vue +7 -3
- package/menubar/MenubarSub.vue +19 -11
- package/menubar/menubar.cjs.js +65 -35
- package/menubar/menubar.cjs.min.js +1 -1
- package/menubar/menubar.esm.js +63 -36
- package/menubar/menubar.esm.min.js +1 -1
- package/menubar/menubar.js +64 -37
- package/menubar/menubar.min.js +1 -1
- package/message/Message.d.ts +21 -2
- package/message/Message.vue +30 -18
- package/message/message.cjs.js +45 -22
- package/message/message.cjs.min.js +1 -1
- package/message/message.esm.js +41 -23
- package/message/message.esm.min.js +1 -1
- package/message/message.js +42 -24
- package/message/message.min.js +1 -1
- package/multiselect/MultiSelect.d.ts +86 -7
- package/multiselect/MultiSelect.vue +44 -19
- package/multiselect/multiselect.cjs.js +99 -34
- package/multiselect/multiselect.cjs.min.js +1 -1
- package/multiselect/multiselect.esm.js +94 -35
- package/multiselect/multiselect.esm.min.js +1 -1
- package/multiselect/multiselect.js +95 -36
- 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 +9 -0
- package/overlaypanel/OverlayPanel.vue +10 -2
- package/overlaypanel/overlaypanel.cjs.js +15 -6
- package/overlaypanel/overlaypanel.cjs.min.js +1 -1
- package/overlaypanel/overlaypanel.esm.js +15 -7
- package/overlaypanel/overlaypanel.esm.min.js +1 -1
- package/overlaypanel/overlaypanel.js +16 -8
- 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 +91 -0
- package/panel/Panel.vue +21 -8
- package/panel/panel.cjs.js +40 -26
- package/panel/panel.cjs.min.js +1 -1
- package/panel/panel.esm.js +38 -27
- package/panel/panel.esm.min.js +1 -1
- package/panel/panel.js +39 -28
- package/panel/panel.min.js +1 -1
- package/panelmenu/PanelMenu.d.ts +37 -0
- package/panelmenu/PanelMenu.vue +13 -8
- package/panelmenu/PanelMenuList.vue +3 -3
- package/panelmenu/PanelMenuSub.vue +19 -11
- package/panelmenu/panelmenu.cjs.js +80 -42
- package/panelmenu/panelmenu.cjs.min.js +1 -1
- package/panelmenu/panelmenu.esm.js +79 -43
- package/panelmenu/panelmenu.esm.min.js +1 -1
- package/panelmenu/panelmenu.js +80 -44
- 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/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 +80 -1
- package/resources/themes/md-dark-indigo/theme.css +80 -1
- package/resources/themes/md-light-deeppurple/theme.css +80 -1
- package/resources/themes/md-light-indigo/theme.css +80 -1
- package/resources/themes/mdc-dark-deeppurple/theme.css +80 -1
- package/resources/themes/mdc-dark-indigo/theme.css +80 -1
- package/resources/themes/mdc-light-deeppurple/theme.css +80 -1
- package/resources/themes/mdc-light-indigo/theme.css +80 -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 +8 -2
- package/scrolltop/ScrollTop.vue +8 -6
- package/scrolltop/scrolltop.cjs.js +15 -8
- package/scrolltop/scrolltop.cjs.min.js +1 -1
- package/scrolltop/scrolltop.esm.js +12 -9
- package/scrolltop/scrolltop.esm.min.js +1 -1
- package/scrolltop/scrolltop.js +16 -10
- package/scrolltop/scrolltop.min.js +1 -1
- package/sidebar/Sidebar.d.ts +5 -1
- package/sidebar/Sidebar.vue +7 -3
- package/sidebar/sidebar.cjs.js +10 -5
- package/sidebar/sidebar.cjs.min.js +1 -1
- package/sidebar/sidebar.esm.js +10 -6
- package/sidebar/sidebar.esm.min.js +1 -1
- package/sidebar/sidebar.js +11 -7
- package/sidebar/sidebar.min.js +1 -1
- package/speeddial/SpeedDial.d.ts +12 -1
- package/speeddial/SpeedDial.vue +16 -8
- package/speeddial/speeddial.cjs.js +25 -8
- package/speeddial/speeddial.cjs.min.js +1 -1
- package/speeddial/speeddial.esm.js +25 -9
- package/speeddial/speeddial.esm.min.js +1 -1
- package/speeddial/speeddial.js +26 -10
- package/speeddial/speeddial.min.js +1 -1
- package/splitbutton/SplitButton.d.ts +11 -1
- package/splitbutton/SplitButton.vue +18 -5
- package/splitbutton/splitbutton.cjs.js +27 -8
- package/splitbutton/splitbutton.cjs.min.js +1 -1
- package/splitbutton/splitbutton.esm.js +27 -9
- package/splitbutton/splitbutton.esm.min.js +1 -1
- package/splitbutton/splitbutton.js +28 -10
- package/splitbutton/splitbutton.min.js +1 -1
- package/splitter/Splitter.d.ts +51 -0
- package/splitter/Splitter.vue +5 -2
- package/splitter/splitter.cjs.js +14 -10
- package/splitter/splitter.cjs.min.js +1 -1
- package/splitter/splitter.esm.js +11 -11
- package/splitter/splitter.esm.min.js +1 -1
- package/splitter/splitter.js +15 -12
- 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/tabmenu/TabMenu.d.ts +14 -0
- package/tabmenu/TabMenu.vue +4 -2
- package/tabmenu/tabmenu.cjs.js +20 -8
- package/tabmenu/tabmenu.cjs.min.js +1 -1
- package/tabmenu/tabmenu.esm.js +21 -9
- package/tabmenu/tabmenu.esm.min.js +1 -1
- package/tabmenu/tabmenu.js +20 -8
- 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 +6 -1
- package/tag/Tag.vue +2 -1
- package/tag/tag.cjs.js +10 -5
- package/tag/tag.cjs.min.js +1 -1
- package/tag/tag.esm.js +11 -6
- package/tag/tag.esm.min.js +1 -1
- package/tag/tag.js +10 -5
- package/tag/tag.min.js +1 -1
- package/tieredmenu/TieredMenu.d.ts +23 -0
- package/tieredmenu/TieredMenu.vue +1 -1
- package/tieredmenu/TieredMenuSub.vue +17 -8
- package/tieredmenu/tieredmenu.cjs.js +49 -24
- package/tieredmenu/tieredmenu.cjs.min.js +1 -1
- package/tieredmenu/tieredmenu.esm.js +49 -25
- package/tieredmenu/tieredmenu.esm.min.js +1 -1
- package/tieredmenu/tieredmenu.js +50 -26
- package/tieredmenu/tieredmenu.min.js +1 -1
- package/toast/Toast.d.ts +14 -5
- package/toast/Toast.vue +6 -6
- package/toast/ToastMessage.vue +26 -7
- package/toast/toast.cjs.js +42 -17
- package/toast/toast.cjs.min.js +1 -1
- package/toast/toast.esm.js +38 -18
- package/toast/toast.esm.min.js +1 -1
- package/toast/toast.js +39 -19
- 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 +34 -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 +44 -3
- 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 +148 -8
- package/vetur-tags.json +64 -24
- package/virtualscroller/VirtualScroller.d.ts +4 -0
- package/virtualscroller/VirtualScroller.vue +13 -2
- package/virtualscroller/virtualscroller.cjs.js +19 -7
- package/virtualscroller/virtualscroller.cjs.min.js +1 -1
- package/virtualscroller/virtualscroller.esm.js +16 -8
- package/virtualscroller/virtualscroller.esm.min.js +1 -1
- package/virtualscroller/virtualscroller.js +20 -9
- package/virtualscroller/virtualscroller.min.js +1 -1
- package/web-types.json +1343 -136
- 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
package/web-types.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"$schema": "https://raw.githubusercontent.com/JetBrains/web-types/master/schema/web-types.json",
|
|
3
3
|
"framework": "vue",
|
|
4
4
|
"name": "PrimeVue",
|
|
5
|
-
"version": "3.
|
|
5
|
+
"version": "3.27.0",
|
|
6
6
|
"contributions": {
|
|
7
7
|
"html": {
|
|
8
8
|
"types-syntax": "typescript",
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
},
|
|
50
50
|
{
|
|
51
51
|
"name": "expandIcon",
|
|
52
|
-
"default": "
|
|
52
|
+
"default": "null",
|
|
53
53
|
"doc-url": "https://primevue.org/accordion",
|
|
54
54
|
"description": "Icon of a collapsed tab.",
|
|
55
55
|
"value": {
|
|
@@ -59,7 +59,7 @@
|
|
|
59
59
|
},
|
|
60
60
|
{
|
|
61
61
|
"name": "collapseIcon",
|
|
62
|
-
"default": "
|
|
62
|
+
"default": "null",
|
|
63
63
|
"doc-url": "https://primevue.org/accordion",
|
|
64
64
|
"description": "Icon of a expanded tab.",
|
|
65
65
|
"value": {
|
|
@@ -86,6 +86,16 @@
|
|
|
86
86
|
"kind": "expression",
|
|
87
87
|
"type": "boolean"
|
|
88
88
|
}
|
|
89
|
+
},
|
|
90
|
+
{
|
|
91
|
+
"name": "pt",
|
|
92
|
+
"default": "null",
|
|
93
|
+
"doc-url": "https://primevue.org/accordion",
|
|
94
|
+
"description": "Uses to pass attributes to DOM elements inside the component.",
|
|
95
|
+
"value": {
|
|
96
|
+
"kind": "expression",
|
|
97
|
+
"type": "any"
|
|
98
|
+
}
|
|
89
99
|
}
|
|
90
100
|
],
|
|
91
101
|
"events": [
|
|
@@ -246,6 +256,28 @@
|
|
|
246
256
|
"kind": "expression",
|
|
247
257
|
"type": "boolean"
|
|
248
258
|
}
|
|
259
|
+
},
|
|
260
|
+
{
|
|
261
|
+
"name": "pt",
|
|
262
|
+
"default": "null",
|
|
263
|
+
"doc-url": "https://primevue.org/accordiontab",
|
|
264
|
+
"description": "Uses to pass attributes to DOM elements inside the component.",
|
|
265
|
+
"value": {
|
|
266
|
+
"kind": "expression",
|
|
267
|
+
"type": "any"
|
|
268
|
+
}
|
|
269
|
+
}
|
|
270
|
+
],
|
|
271
|
+
"slots": [
|
|
272
|
+
{
|
|
273
|
+
"name": "header",
|
|
274
|
+
"doc-url": "https://primevue.org/accordiontab",
|
|
275
|
+
"description": "Custom content for the title section of a AccordionTab is defined using the header template."
|
|
276
|
+
},
|
|
277
|
+
{
|
|
278
|
+
"name": "headericon",
|
|
279
|
+
"doc-url": "https://primevue.org/accordiontab",
|
|
280
|
+
"description": "Custom icon for the header section of a AccordionTab is defined using the headericon template."
|
|
249
281
|
}
|
|
250
282
|
]
|
|
251
283
|
},
|
|
@@ -528,9 +560,29 @@
|
|
|
528
560
|
"type": "object"
|
|
529
561
|
}
|
|
530
562
|
},
|
|
563
|
+
{
|
|
564
|
+
"name": "dropdownIcon",
|
|
565
|
+
"default": "null",
|
|
566
|
+
"doc-url": "https://primevue.org/autocomplete",
|
|
567
|
+
"description": "Icon to display in the dropdown.",
|
|
568
|
+
"value": {
|
|
569
|
+
"kind": "expression",
|
|
570
|
+
"type": "string"
|
|
571
|
+
}
|
|
572
|
+
},
|
|
573
|
+
{
|
|
574
|
+
"name": "dropdownClass",
|
|
575
|
+
"default": "null",
|
|
576
|
+
"doc-url": "https://primevue.org/autocomplete",
|
|
577
|
+
"description": "Style class of the dropdown button.",
|
|
578
|
+
"value": {
|
|
579
|
+
"kind": "expression",
|
|
580
|
+
"type": "string"
|
|
581
|
+
}
|
|
582
|
+
},
|
|
531
583
|
{
|
|
532
584
|
"name": "loadingIcon",
|
|
533
|
-
"default": "
|
|
585
|
+
"default": "null",
|
|
534
586
|
"doc-url": "https://primevue.org/autocomplete",
|
|
535
587
|
"description": "Icon to display in loading state.",
|
|
536
588
|
"value": {
|
|
@@ -538,6 +590,16 @@
|
|
|
538
590
|
"type": "string"
|
|
539
591
|
}
|
|
540
592
|
},
|
|
593
|
+
{
|
|
594
|
+
"name": "removeTokenIcon",
|
|
595
|
+
"default": "null",
|
|
596
|
+
"doc-url": "https://primevue.org/autocomplete",
|
|
597
|
+
"description": "Icon to display in chip remove action.",
|
|
598
|
+
"value": {
|
|
599
|
+
"kind": "expression",
|
|
600
|
+
"type": "string"
|
|
601
|
+
}
|
|
602
|
+
},
|
|
541
603
|
{
|
|
542
604
|
"name": "virtualScrollerOptions",
|
|
543
605
|
"default": "null",
|
|
@@ -842,6 +904,21 @@
|
|
|
842
904
|
"name": "empty",
|
|
843
905
|
"doc-url": "https://primevue.org/autocomplete",
|
|
844
906
|
"description": "Custom empty template when there is no data to display."
|
|
907
|
+
},
|
|
908
|
+
{
|
|
909
|
+
"name": "dropdownicon",
|
|
910
|
+
"doc-url": "https://primevue.org/autocomplete",
|
|
911
|
+
"description": "Custom dropdown icon template."
|
|
912
|
+
},
|
|
913
|
+
{
|
|
914
|
+
"name": "removetokenicon",
|
|
915
|
+
"doc-url": "https://primevue.org/autocomplete",
|
|
916
|
+
"description": "Custom remove token icon template."
|
|
917
|
+
},
|
|
918
|
+
{
|
|
919
|
+
"name": "loadingicon",
|
|
920
|
+
"doc-url": "https://primevue.org/autocomplete",
|
|
921
|
+
"description": "Custom loading icon template."
|
|
845
922
|
}
|
|
846
923
|
]
|
|
847
924
|
},
|
|
@@ -911,6 +988,13 @@
|
|
|
911
988
|
"doc-url": "https://primevue.org/avatar",
|
|
912
989
|
"description": "Triggered when an error occurs while loading an image file."
|
|
913
990
|
}
|
|
991
|
+
],
|
|
992
|
+
"slots": [
|
|
993
|
+
{
|
|
994
|
+
"name": "icon",
|
|
995
|
+
"doc-url": "https://primevue.org/avatar",
|
|
996
|
+
"description": "Custom icon template."
|
|
997
|
+
}
|
|
914
998
|
]
|
|
915
999
|
},
|
|
916
1000
|
{
|
|
@@ -1079,7 +1163,17 @@
|
|
|
1079
1163
|
{
|
|
1080
1164
|
"name": "item",
|
|
1081
1165
|
"doc-url": "https://primevue.org/breadcrumb",
|
|
1082
|
-
"description": "
|
|
1166
|
+
"description": "Custom item template."
|
|
1167
|
+
},
|
|
1168
|
+
{
|
|
1169
|
+
"name": "separator",
|
|
1170
|
+
"doc-url": "https://primevue.org/breadcrumb",
|
|
1171
|
+
"description": "Custom separator template."
|
|
1172
|
+
},
|
|
1173
|
+
{
|
|
1174
|
+
"name": "itemicon",
|
|
1175
|
+
"doc-url": "https://primevue.org/breadcrumb",
|
|
1176
|
+
"description": "Custom item icon template."
|
|
1083
1177
|
}
|
|
1084
1178
|
]
|
|
1085
1179
|
},
|
|
@@ -1252,6 +1346,19 @@
|
|
|
1252
1346
|
"type": "boolean"
|
|
1253
1347
|
}
|
|
1254
1348
|
}
|
|
1349
|
+
],
|
|
1350
|
+
"events": [],
|
|
1351
|
+
"slots": [
|
|
1352
|
+
{
|
|
1353
|
+
"name": "icon",
|
|
1354
|
+
"doc-url": "https://primevue.org/button",
|
|
1355
|
+
"description": "Custom icon template."
|
|
1356
|
+
},
|
|
1357
|
+
{
|
|
1358
|
+
"name": "loadingicon",
|
|
1359
|
+
"doc-url": "https://primevue.org/button",
|
|
1360
|
+
"description": "Custom loading icon template."
|
|
1361
|
+
}
|
|
1255
1362
|
]
|
|
1256
1363
|
},
|
|
1257
1364
|
{
|
|
@@ -1335,7 +1442,7 @@
|
|
|
1335
1442
|
},
|
|
1336
1443
|
{
|
|
1337
1444
|
"name": "icon",
|
|
1338
|
-
"default": "
|
|
1445
|
+
"default": "null",
|
|
1339
1446
|
"doc-url": "https://primevue.org/calendar",
|
|
1340
1447
|
"description": "Icon of the calendar button.",
|
|
1341
1448
|
"value": {
|
|
@@ -1343,6 +1450,46 @@
|
|
|
1343
1450
|
"type": "string"
|
|
1344
1451
|
}
|
|
1345
1452
|
},
|
|
1453
|
+
{
|
|
1454
|
+
"name": "previousIcon",
|
|
1455
|
+
"default": "null",
|
|
1456
|
+
"doc-url": "https://primevue.org/calendar",
|
|
1457
|
+
"description": "Icon to show in the previous button.",
|
|
1458
|
+
"value": {
|
|
1459
|
+
"kind": "expression",
|
|
1460
|
+
"type": "string"
|
|
1461
|
+
}
|
|
1462
|
+
},
|
|
1463
|
+
{
|
|
1464
|
+
"name": "nextIcon",
|
|
1465
|
+
"default": "null",
|
|
1466
|
+
"doc-url": "https://primevue.org/calendar",
|
|
1467
|
+
"description": "Icon to show in the next button.",
|
|
1468
|
+
"value": {
|
|
1469
|
+
"kind": "expression",
|
|
1470
|
+
"type": "string"
|
|
1471
|
+
}
|
|
1472
|
+
},
|
|
1473
|
+
{
|
|
1474
|
+
"name": "incrementIcon",
|
|
1475
|
+
"default": "null",
|
|
1476
|
+
"doc-url": "https://primevue.org/calendar",
|
|
1477
|
+
"description": "Icon to show in each of the increment buttons.",
|
|
1478
|
+
"value": {
|
|
1479
|
+
"kind": "expression",
|
|
1480
|
+
"type": "string"
|
|
1481
|
+
}
|
|
1482
|
+
},
|
|
1483
|
+
{
|
|
1484
|
+
"name": "decrementIcon",
|
|
1485
|
+
"default": "null",
|
|
1486
|
+
"doc-url": "https://primevue.org/calendar",
|
|
1487
|
+
"description": "Icon to show in each of the decrement buttons.",
|
|
1488
|
+
"value": {
|
|
1489
|
+
"kind": "expression",
|
|
1490
|
+
"type": "string"
|
|
1491
|
+
}
|
|
1492
|
+
},
|
|
1346
1493
|
{
|
|
1347
1494
|
"name": "numberOfMonths",
|
|
1348
1495
|
"default": "1",
|
|
@@ -1921,6 +2068,31 @@
|
|
|
1921
2068
|
"name": "decade",
|
|
1922
2069
|
"doc-url": "https://primevue.org/calendar",
|
|
1923
2070
|
"description": "Custom content for the calendar decade."
|
|
2071
|
+
},
|
|
2072
|
+
{
|
|
2073
|
+
"name": "dropdownicon",
|
|
2074
|
+
"doc-url": "https://primevue.org/calendar",
|
|
2075
|
+
"description": "Custom dropdown icon template."
|
|
2076
|
+
},
|
|
2077
|
+
{
|
|
2078
|
+
"name": "previousicon",
|
|
2079
|
+
"doc-url": "https://primevue.org/calendar",
|
|
2080
|
+
"description": "Custom previous icon template."
|
|
2081
|
+
},
|
|
2082
|
+
{
|
|
2083
|
+
"name": "nexticon",
|
|
2084
|
+
"doc-url": "https://primevue.org/calendar",
|
|
2085
|
+
"description": "Custom next icon template."
|
|
2086
|
+
},
|
|
2087
|
+
{
|
|
2088
|
+
"name": "incrementicon",
|
|
2089
|
+
"doc-url": "https://primevue.org/calendar",
|
|
2090
|
+
"description": "Custom increment icon template."
|
|
2091
|
+
},
|
|
2092
|
+
{
|
|
2093
|
+
"name": "decrementicon",
|
|
2094
|
+
"doc-url": "https://primevue.org/calendar",
|
|
2095
|
+
"description": "Custom decrement icon template."
|
|
1924
2096
|
}
|
|
1925
2097
|
]
|
|
1926
2098
|
},
|
|
@@ -2111,6 +2283,11 @@
|
|
|
2111
2283
|
}
|
|
2112
2284
|
],
|
|
2113
2285
|
"slots": [
|
|
2286
|
+
{
|
|
2287
|
+
"name": "header",
|
|
2288
|
+
"doc-url": "https://primevue.org/carousel",
|
|
2289
|
+
"description": "Custom content for the component header."
|
|
2290
|
+
},
|
|
2114
2291
|
{
|
|
2115
2292
|
"name": "header",
|
|
2116
2293
|
"doc-url": "https://primevue.org/carousel",
|
|
@@ -2125,6 +2302,16 @@
|
|
|
2125
2302
|
"name": "item",
|
|
2126
2303
|
"doc-url": "https://primevue.org/carousel",
|
|
2127
2304
|
"description": "Custom content for the component item."
|
|
2305
|
+
},
|
|
2306
|
+
{
|
|
2307
|
+
"name": "previousicon",
|
|
2308
|
+
"doc-url": "https://primevue.org/carousel",
|
|
2309
|
+
"description": "Custom previous icon template."
|
|
2310
|
+
},
|
|
2311
|
+
{
|
|
2312
|
+
"name": "nexticon",
|
|
2313
|
+
"doc-url": "https://primevue.org/carousel",
|
|
2314
|
+
"description": "Custom next icon template."
|
|
2128
2315
|
}
|
|
2129
2316
|
]
|
|
2130
2317
|
},
|
|
@@ -2317,9 +2504,19 @@
|
|
|
2317
2504
|
"type": "boolean"
|
|
2318
2505
|
}
|
|
2319
2506
|
},
|
|
2507
|
+
{
|
|
2508
|
+
"name": "dropdownIcon",
|
|
2509
|
+
"default": "null",
|
|
2510
|
+
"doc-url": "https://primevue.org/cascadeselect",
|
|
2511
|
+
"description": "Icon to display in the dropdown.",
|
|
2512
|
+
"value": {
|
|
2513
|
+
"kind": "expression",
|
|
2514
|
+
"type": "string"
|
|
2515
|
+
}
|
|
2516
|
+
},
|
|
2320
2517
|
{
|
|
2321
2518
|
"name": "loadingIcon",
|
|
2322
|
-
"default": "
|
|
2519
|
+
"default": "null",
|
|
2323
2520
|
"doc-url": "https://primevue.org/cascadeselect",
|
|
2324
2521
|
"description": "Icon to display in loading state.",
|
|
2325
2522
|
"value": {
|
|
@@ -2327,6 +2524,16 @@
|
|
|
2327
2524
|
"type": "string"
|
|
2328
2525
|
}
|
|
2329
2526
|
},
|
|
2527
|
+
{
|
|
2528
|
+
"name": "optionGroupIcon",
|
|
2529
|
+
"default": "null",
|
|
2530
|
+
"doc-url": "https://primevue.org/cascadeselect",
|
|
2531
|
+
"description": "Icon to display in the option group.",
|
|
2532
|
+
"value": {
|
|
2533
|
+
"kind": "expression",
|
|
2534
|
+
"type": "string"
|
|
2535
|
+
}
|
|
2536
|
+
},
|
|
2330
2537
|
{
|
|
2331
2538
|
"name": "autoOptionFocus",
|
|
2332
2539
|
"default": "true",
|
|
@@ -2531,17 +2738,32 @@
|
|
|
2531
2738
|
{
|
|
2532
2739
|
"name": "value",
|
|
2533
2740
|
"doc-url": "https://primevue.org/cascadeselect",
|
|
2534
|
-
"description": "Custom content for the item's value"
|
|
2741
|
+
"description": "Custom content for the item's value."
|
|
2535
2742
|
},
|
|
2536
2743
|
{
|
|
2537
2744
|
"name": "option",
|
|
2538
2745
|
"doc-url": "https://primevue.org/cascadeselect",
|
|
2539
|
-
"description": "Custom content for the item's option"
|
|
2746
|
+
"description": "Custom content for the item's option."
|
|
2540
2747
|
},
|
|
2541
2748
|
{
|
|
2542
2749
|
"name": "indicator",
|
|
2543
2750
|
"doc-url": "https://primevue.org/cascadeselect",
|
|
2544
|
-
"description": "Custom content for the dropdown indicator"
|
|
2751
|
+
"description": "Custom content for the dropdown indicator."
|
|
2752
|
+
},
|
|
2753
|
+
{
|
|
2754
|
+
"name": "dropdownicon",
|
|
2755
|
+
"doc-url": "https://primevue.org/cascadeselect",
|
|
2756
|
+
"description": "Custom dropdown icon template."
|
|
2757
|
+
},
|
|
2758
|
+
{
|
|
2759
|
+
"name": "loadingicon",
|
|
2760
|
+
"doc-url": "https://primevue.org/cascadeselect",
|
|
2761
|
+
"description": "Custom loading icon template."
|
|
2762
|
+
},
|
|
2763
|
+
{
|
|
2764
|
+
"name": "optiongroupicon",
|
|
2765
|
+
"doc-url": "https://primevue.org/cascadeselect",
|
|
2766
|
+
"description": "Custom content for the option group icon."
|
|
2545
2767
|
}
|
|
2546
2768
|
]
|
|
2547
2769
|
},
|
|
@@ -2844,6 +3066,13 @@
|
|
|
2844
3066
|
"doc-url": "https://primevue.org/checkbox",
|
|
2845
3067
|
"description": "Callback to invoke on value change."
|
|
2846
3068
|
}
|
|
3069
|
+
],
|
|
3070
|
+
"slots": [
|
|
3071
|
+
{
|
|
3072
|
+
"name": "icon",
|
|
3073
|
+
"doc-url": "https://primevue.org/checkbox",
|
|
3074
|
+
"description": "Custom icon template."
|
|
3075
|
+
}
|
|
2847
3076
|
]
|
|
2848
3077
|
},
|
|
2849
3078
|
{
|
|
@@ -2920,6 +3149,18 @@
|
|
|
2920
3149
|
}
|
|
2921
3150
|
]
|
|
2922
3151
|
}
|
|
3152
|
+
],
|
|
3153
|
+
"slots": [
|
|
3154
|
+
{
|
|
3155
|
+
"name": "icon",
|
|
3156
|
+
"doc-url": "https://primevue.org/chip",
|
|
3157
|
+
"description": "Custom icon template of chip component."
|
|
3158
|
+
},
|
|
3159
|
+
{
|
|
3160
|
+
"name": "removeicon",
|
|
3161
|
+
"doc-url": "https://primevue.org/chip",
|
|
3162
|
+
"description": "Custom remove icon template of chip component."
|
|
3163
|
+
}
|
|
2923
3164
|
]
|
|
2924
3165
|
},
|
|
2925
3166
|
{
|
|
@@ -3087,6 +3328,11 @@
|
|
|
3087
3328
|
"name": "chips",
|
|
3088
3329
|
"doc-url": "https://primevue.org/chips",
|
|
3089
3330
|
"description": "Custom content for the chips"
|
|
3331
|
+
},
|
|
3332
|
+
{
|
|
3333
|
+
"name": "removetokenicon",
|
|
3334
|
+
"doc-url": "https://primevue.org/chips",
|
|
3335
|
+
"description": "Custom remove token icon template."
|
|
3090
3336
|
}
|
|
3091
3337
|
]
|
|
3092
3338
|
},
|
|
@@ -3727,6 +3973,76 @@
|
|
|
3727
3973
|
"name": "filterapply",
|
|
3728
3974
|
"doc-url": "https://primevue.org/datatable",
|
|
3729
3975
|
"description": "Custom content for the filter menu's apply section"
|
|
3976
|
+
},
|
|
3977
|
+
{
|
|
3978
|
+
"name": "loading",
|
|
3979
|
+
"doc-url": "https://primevue.org/datatable",
|
|
3980
|
+
"description": "Custom loading template."
|
|
3981
|
+
},
|
|
3982
|
+
{
|
|
3983
|
+
"name": "rowtogglericon",
|
|
3984
|
+
"doc-url": "https://primevue.org/datatable",
|
|
3985
|
+
"description": "Custom row toggler icon template."
|
|
3986
|
+
},
|
|
3987
|
+
{
|
|
3988
|
+
"name": "rowtogglericon",
|
|
3989
|
+
"doc-url": "https://primevue.org/datatable",
|
|
3990
|
+
"description": "Custom row toggler icon template."
|
|
3991
|
+
},
|
|
3992
|
+
{
|
|
3993
|
+
"name": "rowcheckboxicon",
|
|
3994
|
+
"doc-url": "https://primevue.org/datatable",
|
|
3995
|
+
"description": "Custom row checkbox icon template."
|
|
3996
|
+
},
|
|
3997
|
+
{
|
|
3998
|
+
"name": "roweditoriniticon",
|
|
3999
|
+
"doc-url": "https://primevue.org/datatable",
|
|
4000
|
+
"description": "Custom row editor init icon template."
|
|
4001
|
+
},
|
|
4002
|
+
{
|
|
4003
|
+
"name": "roweditorsaveicon",
|
|
4004
|
+
"doc-url": "https://primevue.org/datatable",
|
|
4005
|
+
"description": "Custom row editor save icon template."
|
|
4006
|
+
},
|
|
4007
|
+
{
|
|
4008
|
+
"name": "roweditorcancelicon",
|
|
4009
|
+
"doc-url": "https://primevue.org/datatable",
|
|
4010
|
+
"description": "Custom row editor cancel icon template."
|
|
4011
|
+
},
|
|
4012
|
+
{
|
|
4013
|
+
"name": "filtericon",
|
|
4014
|
+
"doc-url": "https://primevue.org/datatable",
|
|
4015
|
+
"description": "Custom filter icon template."
|
|
4016
|
+
},
|
|
4017
|
+
{
|
|
4018
|
+
"name": "filterclearicon",
|
|
4019
|
+
"doc-url": "https://primevue.org/datatable",
|
|
4020
|
+
"description": "Custom filter clear icon template."
|
|
4021
|
+
},
|
|
4022
|
+
{
|
|
4023
|
+
"name": "filterremoveicon",
|
|
4024
|
+
"doc-url": "https://primevue.org/datatable",
|
|
4025
|
+
"description": "Custom filter remove icon template."
|
|
4026
|
+
},
|
|
4027
|
+
{
|
|
4028
|
+
"name": "filteraddicon",
|
|
4029
|
+
"doc-url": "https://primevue.org/datatable",
|
|
4030
|
+
"description": "Custom filter add icon template."
|
|
4031
|
+
},
|
|
4032
|
+
{
|
|
4033
|
+
"name": "sorticon",
|
|
4034
|
+
"doc-url": "https://primevue.org/datatable",
|
|
4035
|
+
"description": "Custom sort icon template."
|
|
4036
|
+
},
|
|
4037
|
+
{
|
|
4038
|
+
"name": "headercheckboxicon",
|
|
4039
|
+
"doc-url": "https://primevue.org/datatable",
|
|
4040
|
+
"description": "Custom header checkbox icon template."
|
|
4041
|
+
},
|
|
4042
|
+
{
|
|
4043
|
+
"name": "rowreordericon",
|
|
4044
|
+
"doc-url": "https://primevue.org/datatable",
|
|
4045
|
+
"description": "Custom row reorder icon template."
|
|
3730
4046
|
}
|
|
3731
4047
|
]
|
|
3732
4048
|
},
|
|
@@ -3783,7 +4099,22 @@
|
|
|
3783
4099
|
{
|
|
3784
4100
|
"name": "message",
|
|
3785
4101
|
"doc-url": "https://primevue.org/confirmdialog",
|
|
3786
|
-
"description": "Custom
|
|
4102
|
+
"description": "Custom icon template."
|
|
4103
|
+
},
|
|
4104
|
+
{
|
|
4105
|
+
"name": "icon",
|
|
4106
|
+
"doc-url": "https://primevue.org/confirmdialog",
|
|
4107
|
+
"description": "Custom icon template."
|
|
4108
|
+
},
|
|
4109
|
+
{
|
|
4110
|
+
"name": "accepticon",
|
|
4111
|
+
"doc-url": "https://primevue.org/confirmdialog",
|
|
4112
|
+
"description": "Custom accept icon template."
|
|
4113
|
+
},
|
|
4114
|
+
{
|
|
4115
|
+
"name": "rejecticon",
|
|
4116
|
+
"doc-url": "https://primevue.org/confirmdialog",
|
|
4117
|
+
"description": "Custom reject icon template."
|
|
3787
4118
|
}
|
|
3788
4119
|
]
|
|
3789
4120
|
},
|
|
@@ -3812,14 +4143,29 @@
|
|
|
3812
4143
|
"name": "message",
|
|
3813
4144
|
"doc-url": "https://primevue.org/confirmpopup",
|
|
3814
4145
|
"description": "Custom content for the component."
|
|
3815
|
-
}
|
|
3816
|
-
|
|
3817
|
-
|
|
3818
|
-
|
|
3819
|
-
|
|
3820
|
-
|
|
3821
|
-
|
|
3822
|
-
|
|
4146
|
+
},
|
|
4147
|
+
{
|
|
4148
|
+
"name": "icon",
|
|
4149
|
+
"doc-url": "https://primevue.org/confirmpopup",
|
|
4150
|
+
"description": "Custom icon template."
|
|
4151
|
+
},
|
|
4152
|
+
{
|
|
4153
|
+
"name": "accepticon",
|
|
4154
|
+
"doc-url": "https://primevue.org/confirmpopup",
|
|
4155
|
+
"description": "Custom accept icon template."
|
|
4156
|
+
},
|
|
4157
|
+
{
|
|
4158
|
+
"name": "rejecticon",
|
|
4159
|
+
"doc-url": "https://primevue.org/confirmpopup",
|
|
4160
|
+
"description": "Custom reject icon template."
|
|
4161
|
+
}
|
|
4162
|
+
]
|
|
4163
|
+
},
|
|
4164
|
+
{
|
|
4165
|
+
"name": "ContextMenu",
|
|
4166
|
+
"source": {
|
|
4167
|
+
"module": "PrimeVue",
|
|
4168
|
+
"symbol": "ContextMenu"
|
|
3823
4169
|
},
|
|
3824
4170
|
"doc-url": "https://primevue.org/contextmenu",
|
|
3825
4171
|
"description": "ContextMenu displays an overlay menu on right click of its target.",
|
|
@@ -3889,7 +4235,17 @@
|
|
|
3889
4235
|
{
|
|
3890
4236
|
"name": "item",
|
|
3891
4237
|
"doc-url": "https://primevue.org/contextmenu",
|
|
3892
|
-
"description": "
|
|
4238
|
+
"description": "Custom item template."
|
|
4239
|
+
},
|
|
4240
|
+
{
|
|
4241
|
+
"name": "submenuicon",
|
|
4242
|
+
"doc-url": "https://primevue.org/contextmenu",
|
|
4243
|
+
"description": "Custom submenu icon template."
|
|
4244
|
+
},
|
|
4245
|
+
{
|
|
4246
|
+
"name": "itemicon",
|
|
4247
|
+
"doc-url": "https://primevue.org/contextmenu",
|
|
4248
|
+
"description": "Custom item icon template."
|
|
3893
4249
|
}
|
|
3894
4250
|
]
|
|
3895
4251
|
},
|
|
@@ -5415,37 +5771,82 @@
|
|
|
5415
5771
|
{
|
|
5416
5772
|
"name": "header",
|
|
5417
5773
|
"doc-url": "https://primevue.org/datatable",
|
|
5418
|
-
"description": "Custom content for the component's header"
|
|
5774
|
+
"description": "Custom content for the component's header."
|
|
5419
5775
|
},
|
|
5420
5776
|
{
|
|
5421
5777
|
"name": "paginatorstart",
|
|
5422
5778
|
"doc-url": "https://primevue.org/datatable",
|
|
5423
|
-
"description": "Custom content for the component paginator's left side"
|
|
5779
|
+
"description": "Custom content for the component paginator's left side."
|
|
5424
5780
|
},
|
|
5425
5781
|
{
|
|
5426
5782
|
"name": "paginatorend",
|
|
5427
5783
|
"doc-url": "https://primevue.org/datatable",
|
|
5428
|
-
"description": "Custom content for the component paginator's right side"
|
|
5784
|
+
"description": "Custom content for the component paginator's right side."
|
|
5429
5785
|
},
|
|
5430
5786
|
{
|
|
5431
5787
|
"name": "footer",
|
|
5432
5788
|
"doc-url": "https://primevue.org/datatable",
|
|
5433
|
-
"description": "Custom content for the component's footer"
|
|
5789
|
+
"description": "Custom content for the component's footer."
|
|
5434
5790
|
},
|
|
5435
5791
|
{
|
|
5436
5792
|
"name": "groupheader",
|
|
5437
5793
|
"doc-url": "https://primevue.org/datatable",
|
|
5438
|
-
"description": "Custom content for the component's subgroup header"
|
|
5794
|
+
"description": "Custom content for the component's subgroup header."
|
|
5439
5795
|
},
|
|
5440
5796
|
{
|
|
5441
5797
|
"name": "groupfooter",
|
|
5442
5798
|
"doc-url": "https://primevue.org/datatable",
|
|
5443
|
-
"description": "Custom content for the component's subgroup footer"
|
|
5799
|
+
"description": "Custom content for the component's subgroup footer."
|
|
5444
5800
|
},
|
|
5445
5801
|
{
|
|
5446
|
-
"name": "
|
|
5802
|
+
"name": "loading",
|
|
5447
5803
|
"doc-url": "https://primevue.org/datatable",
|
|
5448
|
-
"description": "Custom
|
|
5804
|
+
"description": "Custom loading template."
|
|
5805
|
+
},
|
|
5806
|
+
{
|
|
5807
|
+
"name": "loadingicon",
|
|
5808
|
+
"doc-url": "https://primevue.org/datatable",
|
|
5809
|
+
"description": "Custom loading icon template."
|
|
5810
|
+
},
|
|
5811
|
+
{
|
|
5812
|
+
"name": "reorderindicatorupicon",
|
|
5813
|
+
"doc-url": "https://primevue.org/datatable",
|
|
5814
|
+
"description": "Custom reorder indicator up icon template."
|
|
5815
|
+
},
|
|
5816
|
+
{
|
|
5817
|
+
"name": "reorderindicatordownicon",
|
|
5818
|
+
"doc-url": "https://primevue.org/datatable",
|
|
5819
|
+
"description": "Custom reorder indicator down icon template."
|
|
5820
|
+
},
|
|
5821
|
+
{
|
|
5822
|
+
"name": "rowgrouptogglericon",
|
|
5823
|
+
"doc-url": "https://primevue.org/datatable",
|
|
5824
|
+
"description": "Custom rowgroup toggler icon template."
|
|
5825
|
+
},
|
|
5826
|
+
{
|
|
5827
|
+
"name": "paginatorfirstpagelinkicon",
|
|
5828
|
+
"doc-url": "https://primevue.org/datatable",
|
|
5829
|
+
"description": "Custom paginator first page link icon template."
|
|
5830
|
+
},
|
|
5831
|
+
{
|
|
5832
|
+
"name": "paginatorprevpagelinkicon",
|
|
5833
|
+
"doc-url": "https://primevue.org/datatable",
|
|
5834
|
+
"description": "Custom paginator prev page link icon template."
|
|
5835
|
+
},
|
|
5836
|
+
{
|
|
5837
|
+
"name": "paginatornextpagelinkicon",
|
|
5838
|
+
"doc-url": "https://primevue.org/datatable",
|
|
5839
|
+
"description": "Custom paginator next page link icon template."
|
|
5840
|
+
},
|
|
5841
|
+
{
|
|
5842
|
+
"name": "paginatorlastpagelinkicon",
|
|
5843
|
+
"doc-url": "https://primevue.org/datatable",
|
|
5844
|
+
"description": "Custom paginator last page link icon template."
|
|
5845
|
+
},
|
|
5846
|
+
{
|
|
5847
|
+
"name": "empty",
|
|
5848
|
+
"doc-url": "https://primevue.org/datatable",
|
|
5849
|
+
"description": "Custom empty template."
|
|
5449
5850
|
}
|
|
5450
5851
|
]
|
|
5451
5852
|
},
|
|
@@ -5697,7 +6098,31 @@
|
|
|
5697
6098
|
"symbol": "DataViewLayoutOptions"
|
|
5698
6099
|
},
|
|
5699
6100
|
"doc-url": "https://primevue.org/dataview",
|
|
5700
|
-
"description": "When both layout modes are enabled in DataView, a UI element would be necessary to let the user toggle between the view. DataViewLayoutOptions is a helper component to display a buttonset to choose the layout mode in DataView."
|
|
6101
|
+
"description": "When both layout modes are enabled in DataView, a UI element would be necessary to let the user toggle between the view. DataViewLayoutOptions is a helper component to display a buttonset to choose the layout mode in DataView.",
|
|
6102
|
+
"attributes": [
|
|
6103
|
+
{
|
|
6104
|
+
"name": "modelValue",
|
|
6105
|
+
"default": "null",
|
|
6106
|
+
"doc-url": "https://primevue.org/dataview",
|
|
6107
|
+
"description": "Value of the component.",
|
|
6108
|
+
"value": {
|
|
6109
|
+
"kind": "expression",
|
|
6110
|
+
"type": "string"
|
|
6111
|
+
}
|
|
6112
|
+
}
|
|
6113
|
+
],
|
|
6114
|
+
"slots": [
|
|
6115
|
+
{
|
|
6116
|
+
"name": "listicon",
|
|
6117
|
+
"doc-url": "https://primevue.org/dataview",
|
|
6118
|
+
"description": "Custom list icon template."
|
|
6119
|
+
},
|
|
6120
|
+
{
|
|
6121
|
+
"name": "gridicon",
|
|
6122
|
+
"doc-url": "https://primevue.org/dataview",
|
|
6123
|
+
"description": "Custom grid icon template."
|
|
6124
|
+
}
|
|
6125
|
+
]
|
|
5701
6126
|
},
|
|
5702
6127
|
{
|
|
5703
6128
|
"name": "DeferredContent",
|
|
@@ -5707,6 +6132,18 @@
|
|
|
5707
6132
|
},
|
|
5708
6133
|
"doc-url": "https://primevue.org/deferredcontent",
|
|
5709
6134
|
"description": "DeferredContent postpones the loading the content that is initially not in the viewport until it becomes visible on scroll.",
|
|
6135
|
+
"attributes": [
|
|
6136
|
+
{
|
|
6137
|
+
"name": "pt",
|
|
6138
|
+
"default": "null",
|
|
6139
|
+
"doc-url": "https://primevue.org/deferredcontent",
|
|
6140
|
+
"description": "Uses to pass attributes to DOM elements inside the component.",
|
|
6141
|
+
"value": {
|
|
6142
|
+
"kind": "expression",
|
|
6143
|
+
"type": "any"
|
|
6144
|
+
}
|
|
6145
|
+
}
|
|
6146
|
+
],
|
|
5710
6147
|
"events": [
|
|
5711
6148
|
{
|
|
5712
6149
|
"name": "load",
|
|
@@ -6019,6 +6456,16 @@
|
|
|
6019
6456
|
"name": "footer",
|
|
6020
6457
|
"doc-url": "https://primevue.org/dialog",
|
|
6021
6458
|
"description": "Custom content for the component's footer"
|
|
6459
|
+
},
|
|
6460
|
+
{
|
|
6461
|
+
"name": "closeicon",
|
|
6462
|
+
"doc-url": "https://primevue.org/dialog",
|
|
6463
|
+
"description": "Custom close icon template."
|
|
6464
|
+
},
|
|
6465
|
+
{
|
|
6466
|
+
"name": "maximizeicon",
|
|
6467
|
+
"doc-url": "https://primevue.org/dialog",
|
|
6468
|
+
"description": "Custom maximizeicon icon template of dialog."
|
|
6022
6469
|
}
|
|
6023
6470
|
]
|
|
6024
6471
|
},
|
|
@@ -6060,6 +6507,16 @@
|
|
|
6060
6507
|
"kind": "expression",
|
|
6061
6508
|
"type": "string"
|
|
6062
6509
|
}
|
|
6510
|
+
},
|
|
6511
|
+
{
|
|
6512
|
+
"name": "pt",
|
|
6513
|
+
"default": "null",
|
|
6514
|
+
"doc-url": "https://primevue.org/divider",
|
|
6515
|
+
"description": "Uses to pass attributes to DOM elements inside the component.",
|
|
6516
|
+
"value": {
|
|
6517
|
+
"kind": "expression",
|
|
6518
|
+
"type": "any"
|
|
6519
|
+
}
|
|
6063
6520
|
}
|
|
6064
6521
|
]
|
|
6065
6522
|
},
|
|
@@ -6722,6 +7179,26 @@
|
|
|
6722
7179
|
"name": "loader",
|
|
6723
7180
|
"doc-url": "https://primevue.org/dropdown",
|
|
6724
7181
|
"description": "Custom content for the virtual scroller loader items"
|
|
7182
|
+
},
|
|
7183
|
+
{
|
|
7184
|
+
"name": "clearicon",
|
|
7185
|
+
"doc-url": "https://primevue.org/dropdown",
|
|
7186
|
+
"description": "Custom clear icon template."
|
|
7187
|
+
},
|
|
7188
|
+
{
|
|
7189
|
+
"name": "dropdownicon",
|
|
7190
|
+
"doc-url": "https://primevue.org/dropdown",
|
|
7191
|
+
"description": "Custom dropdown icon template."
|
|
7192
|
+
},
|
|
7193
|
+
{
|
|
7194
|
+
"name": "loadingicon",
|
|
7195
|
+
"doc-url": "https://primevue.org/dropdown",
|
|
7196
|
+
"description": "Custom loading icon template."
|
|
7197
|
+
},
|
|
7198
|
+
{
|
|
7199
|
+
"name": "filtericon",
|
|
7200
|
+
"doc-url": "https://primevue.org/dropdown",
|
|
7201
|
+
"description": "Custom filter icon template."
|
|
6725
7202
|
}
|
|
6726
7203
|
]
|
|
6727
7204
|
},
|
|
@@ -6958,6 +7435,16 @@
|
|
|
6958
7435
|
"kind": "expression",
|
|
6959
7436
|
"type": "string"
|
|
6960
7437
|
}
|
|
7438
|
+
},
|
|
7439
|
+
{
|
|
7440
|
+
"name": "pt",
|
|
7441
|
+
"default": "null",
|
|
7442
|
+
"doc-url": "https://primevue.org/fieldset",
|
|
7443
|
+
"description": "Uses to pass attributes to DOM elements inside the component.",
|
|
7444
|
+
"value": {
|
|
7445
|
+
"kind": "expression",
|
|
7446
|
+
"type": "any"
|
|
7447
|
+
}
|
|
6961
7448
|
}
|
|
6962
7449
|
],
|
|
6963
7450
|
"events": [
|
|
@@ -6985,7 +7472,12 @@
|
|
|
6985
7472
|
{
|
|
6986
7473
|
"name": "legend",
|
|
6987
7474
|
"doc-url": "https://primevue.org/fieldset",
|
|
6988
|
-
"description": "Custom
|
|
7475
|
+
"description": "Custom legend template."
|
|
7476
|
+
},
|
|
7477
|
+
{
|
|
7478
|
+
"name": "togglericon",
|
|
7479
|
+
"doc-url": "https://primevue.org/fieldset",
|
|
7480
|
+
"description": "Custom toggler icon template."
|
|
6989
7481
|
}
|
|
6990
7482
|
]
|
|
6991
7483
|
},
|
|
@@ -7393,41 +7885,40 @@
|
|
|
7393
7885
|
}
|
|
7394
7886
|
],
|
|
7395
7887
|
"slots": [
|
|
7888
|
+
{
|
|
7889
|
+
"name": "header",
|
|
7890
|
+
"doc-url": "https://primevue.org/fileupload",
|
|
7891
|
+
"description": "Custom header template."
|
|
7892
|
+
},
|
|
7893
|
+
{
|
|
7894
|
+
"name": "content",
|
|
7895
|
+
"doc-url": "https://primevue.org/fileupload",
|
|
7896
|
+
"description": "Custom content template."
|
|
7897
|
+
},
|
|
7396
7898
|
{
|
|
7397
7899
|
"name": "empty",
|
|
7398
7900
|
"doc-url": "https://primevue.org/fileupload",
|
|
7399
7901
|
"description": "Custom content when there is no selected file"
|
|
7400
|
-
}
|
|
7401
|
-
]
|
|
7402
|
-
},
|
|
7403
|
-
{
|
|
7404
|
-
"name": "FullCalendar",
|
|
7405
|
-
"source": {
|
|
7406
|
-
"module": "PrimeVue",
|
|
7407
|
-
"symbol": "FullCalendar"
|
|
7408
|
-
},
|
|
7409
|
-
"doc-url": "https://primevue.org/fullcalendar",
|
|
7410
|
-
"description": "An event calendar based on the FullCalendar library.",
|
|
7411
|
-
"attributes": [
|
|
7902
|
+
},
|
|
7412
7903
|
{
|
|
7413
|
-
"name": "
|
|
7414
|
-
"
|
|
7415
|
-
"
|
|
7416
|
-
"description": "An array of events to display.",
|
|
7417
|
-
"value": {
|
|
7418
|
-
"kind": "expression",
|
|
7419
|
-
"type": "array"
|
|
7420
|
-
}
|
|
7904
|
+
"name": "chooseicon",
|
|
7905
|
+
"doc-url": "https://primevue.org/fileupload",
|
|
7906
|
+
"description": "Custom choose icon template."
|
|
7421
7907
|
},
|
|
7422
7908
|
{
|
|
7423
|
-
"name": "
|
|
7424
|
-
"
|
|
7425
|
-
"
|
|
7426
|
-
|
|
7427
|
-
|
|
7428
|
-
|
|
7429
|
-
|
|
7430
|
-
|
|
7909
|
+
"name": "uploadicon",
|
|
7910
|
+
"doc-url": "https://primevue.org/fileupload",
|
|
7911
|
+
"description": "Custom upload icon template."
|
|
7912
|
+
},
|
|
7913
|
+
{
|
|
7914
|
+
"name": "cancelicon",
|
|
7915
|
+
"doc-url": "https://primevue.org/fileupload",
|
|
7916
|
+
"description": "Custom cancel icon template."
|
|
7917
|
+
},
|
|
7918
|
+
{
|
|
7919
|
+
"name": "fileremoveicon",
|
|
7920
|
+
"doc-url": "https://primevue.org/fileupload",
|
|
7921
|
+
"description": "Custom remove icon template for each file."
|
|
7431
7922
|
}
|
|
7432
7923
|
]
|
|
7433
7924
|
},
|
|
@@ -7685,32 +8176,57 @@
|
|
|
7685
8176
|
{
|
|
7686
8177
|
"name": "header",
|
|
7687
8178
|
"doc-url": "https://primevue.org/galleria",
|
|
7688
|
-
"description": "Custom content for the component's header"
|
|
8179
|
+
"description": "Custom content for the component's header."
|
|
7689
8180
|
},
|
|
7690
8181
|
{
|
|
7691
8182
|
"name": "footer",
|
|
7692
8183
|
"doc-url": "https://primevue.org/galleria",
|
|
7693
|
-
"description": "Custom content for the component's
|
|
8184
|
+
"description": "Custom content for the component's footer."
|
|
7694
8185
|
},
|
|
7695
8186
|
{
|
|
7696
8187
|
"name": "item",
|
|
7697
8188
|
"doc-url": "https://primevue.org/galleria",
|
|
7698
|
-
"description": "Custom content for the item"
|
|
8189
|
+
"description": "Custom content for the item."
|
|
7699
8190
|
},
|
|
7700
8191
|
{
|
|
7701
8192
|
"name": "caption",
|
|
7702
8193
|
"doc-url": "https://primevue.org/galleria",
|
|
7703
|
-
"description": "Custom caption content"
|
|
8194
|
+
"description": "Custom caption content."
|
|
7704
8195
|
},
|
|
7705
8196
|
{
|
|
7706
8197
|
"name": "thumbnail",
|
|
7707
8198
|
"doc-url": "https://primevue.org/galleria",
|
|
7708
|
-
"description": "Custom thumbnail content"
|
|
8199
|
+
"description": "Custom thumbnail content."
|
|
7709
8200
|
},
|
|
7710
8201
|
{
|
|
7711
8202
|
"name": "indicator",
|
|
7712
8203
|
"doc-url": "https://primevue.org/galleria",
|
|
7713
|
-
"description": "Custom indicator content"
|
|
8204
|
+
"description": "Custom indicator content."
|
|
8205
|
+
},
|
|
8206
|
+
{
|
|
8207
|
+
"name": "closeicon",
|
|
8208
|
+
"doc-url": "https://primevue.org/galleria",
|
|
8209
|
+
"description": "Custom close icon template."
|
|
8210
|
+
},
|
|
8211
|
+
{
|
|
8212
|
+
"name": "previousitemicon",
|
|
8213
|
+
"doc-url": "https://primevue.org/galleria",
|
|
8214
|
+
"description": "Custom navigator previous item icon template."
|
|
8215
|
+
},
|
|
8216
|
+
{
|
|
8217
|
+
"name": "nextitemicon",
|
|
8218
|
+
"doc-url": "https://primevue.org/galleria",
|
|
8219
|
+
"description": "Custom navigator next item icon template."
|
|
8220
|
+
},
|
|
8221
|
+
{
|
|
8222
|
+
"name": "previousthumbnailicon",
|
|
8223
|
+
"doc-url": "https://primevue.org/galleria",
|
|
8224
|
+
"description": "Custom thumbnail previous icon template."
|
|
8225
|
+
},
|
|
8226
|
+
{
|
|
8227
|
+
"name": "nextthumbnailicon",
|
|
8228
|
+
"doc-url": "https://primevue.org/galleria",
|
|
8229
|
+
"description": "Custom thumbnail next icon template."
|
|
7714
8230
|
}
|
|
7715
8231
|
]
|
|
7716
8232
|
},
|
|
@@ -7732,6 +8248,16 @@
|
|
|
7732
8248
|
"kind": "expression",
|
|
7733
8249
|
"type": "boolean"
|
|
7734
8250
|
}
|
|
8251
|
+
},
|
|
8252
|
+
{
|
|
8253
|
+
"name": "indicatorIcon",
|
|
8254
|
+
"default": "pi pi-eye",
|
|
8255
|
+
"doc-url": "https://primevue.org/image",
|
|
8256
|
+
"description": "Custom indicator icon.",
|
|
8257
|
+
"value": {
|
|
8258
|
+
"kind": "expression",
|
|
8259
|
+
"type": "string"
|
|
8260
|
+
}
|
|
7735
8261
|
}
|
|
7736
8262
|
],
|
|
7737
8263
|
"events": [
|
|
@@ -7755,7 +8281,32 @@
|
|
|
7755
8281
|
{
|
|
7756
8282
|
"name": "indicator",
|
|
7757
8283
|
"doc-url": "https://primevue.org/image",
|
|
7758
|
-
"description": "Custom content for the preview indicator"
|
|
8284
|
+
"description": "Custom content for the preview indicator."
|
|
8285
|
+
},
|
|
8286
|
+
{
|
|
8287
|
+
"name": "refresh",
|
|
8288
|
+
"doc-url": "https://primevue.org/image",
|
|
8289
|
+
"description": "Custom content for the component refresh."
|
|
8290
|
+
},
|
|
8291
|
+
{
|
|
8292
|
+
"name": "undo",
|
|
8293
|
+
"doc-url": "https://primevue.org/image",
|
|
8294
|
+
"description": "Custom content for the component undo."
|
|
8295
|
+
},
|
|
8296
|
+
{
|
|
8297
|
+
"name": "zoomout",
|
|
8298
|
+
"doc-url": "https://primevue.org/image",
|
|
8299
|
+
"description": "Custom content for the component zoomout."
|
|
8300
|
+
},
|
|
8301
|
+
{
|
|
8302
|
+
"name": "zoomin",
|
|
8303
|
+
"doc-url": "https://primevue.org/image",
|
|
8304
|
+
"description": "Custom content for the component zoomin."
|
|
8305
|
+
},
|
|
8306
|
+
{
|
|
8307
|
+
"name": "close",
|
|
8308
|
+
"doc-url": "https://primevue.org/image",
|
|
8309
|
+
"description": "Custom content for the component close."
|
|
7759
8310
|
}
|
|
7760
8311
|
]
|
|
7761
8312
|
},
|
|
@@ -7777,6 +8328,23 @@
|
|
|
7777
8328
|
"kind": "expression",
|
|
7778
8329
|
"type": "string"
|
|
7779
8330
|
}
|
|
8331
|
+
},
|
|
8332
|
+
{
|
|
8333
|
+
"name": "icon",
|
|
8334
|
+
"default": "undefined",
|
|
8335
|
+
"doc-url": "https://primevue.org/message",
|
|
8336
|
+
"description": "Display a custom icon for the message.",
|
|
8337
|
+
"value": {
|
|
8338
|
+
"kind": "expression",
|
|
8339
|
+
"type": "string"
|
|
8340
|
+
}
|
|
8341
|
+
}
|
|
8342
|
+
],
|
|
8343
|
+
"slots": [
|
|
8344
|
+
{
|
|
8345
|
+
"name": "icon",
|
|
8346
|
+
"doc-url": "https://primevue.org/message",
|
|
8347
|
+
"description": "Custom icon template."
|
|
7780
8348
|
}
|
|
7781
8349
|
]
|
|
7782
8350
|
},
|
|
@@ -7852,12 +8420,17 @@
|
|
|
7852
8420
|
{
|
|
7853
8421
|
"name": "display",
|
|
7854
8422
|
"doc-url": "https://primevue.org/inplace",
|
|
7855
|
-
"description": "
|
|
8423
|
+
"description": "Custom display template."
|
|
7856
8424
|
},
|
|
7857
8425
|
{
|
|
7858
8426
|
"name": "content",
|
|
7859
8427
|
"doc-url": "https://primevue.org/inplace",
|
|
7860
|
-
"description": "
|
|
8428
|
+
"description": "Custom content template."
|
|
8429
|
+
},
|
|
8430
|
+
{
|
|
8431
|
+
"name": "closeicon",
|
|
8432
|
+
"doc-url": "https://primevue.org/inplace",
|
|
8433
|
+
"description": "Custom close icon template."
|
|
7861
8434
|
}
|
|
7862
8435
|
]
|
|
7863
8436
|
},
|
|
@@ -8284,6 +8857,18 @@
|
|
|
8284
8857
|
}
|
|
8285
8858
|
]
|
|
8286
8859
|
}
|
|
8860
|
+
],
|
|
8861
|
+
"slots": [
|
|
8862
|
+
{
|
|
8863
|
+
"name": "incrementbuttonicon",
|
|
8864
|
+
"doc-url": "https://primevue.org/inputnumber",
|
|
8865
|
+
"description": "Custom increment button icon template."
|
|
8866
|
+
},
|
|
8867
|
+
{
|
|
8868
|
+
"name": "decrementbuttonicon",
|
|
8869
|
+
"doc-url": "https://primevue.org/inputnumber",
|
|
8870
|
+
"description": "Custom decrement button icon template."
|
|
8871
|
+
}
|
|
8287
8872
|
]
|
|
8288
8873
|
},
|
|
8289
8874
|
{
|
|
@@ -8961,42 +9546,47 @@
|
|
|
8961
9546
|
{
|
|
8962
9547
|
"name": "option",
|
|
8963
9548
|
"doc-url": "https://primevue.org/listbox",
|
|
8964
|
-
"description": "Custom content for the item's option"
|
|
9549
|
+
"description": "Custom content for the item's option."
|
|
8965
9550
|
},
|
|
8966
9551
|
{
|
|
8967
9552
|
"name": "optiongroup",
|
|
8968
9553
|
"doc-url": "https://primevue.org/listbox",
|
|
8969
|
-
"description": "Custom content for the item's optiongroup"
|
|
9554
|
+
"description": "Custom content for the item's optiongroup."
|
|
8970
9555
|
},
|
|
8971
9556
|
{
|
|
8972
9557
|
"name": "header",
|
|
8973
9558
|
"doc-url": "https://primevue.org/listbox",
|
|
8974
|
-
"description": "Custom content for the component's header"
|
|
9559
|
+
"description": "Custom content for the component's header."
|
|
8975
9560
|
},
|
|
8976
9561
|
{
|
|
8977
9562
|
"name": "footer",
|
|
8978
9563
|
"doc-url": "https://primevue.org/listbox",
|
|
8979
|
-
"description": "Custom content for the component's footer"
|
|
9564
|
+
"description": "Custom content for the component's footer."
|
|
8980
9565
|
},
|
|
8981
9566
|
{
|
|
8982
9567
|
"name": "emptyfilter",
|
|
8983
9568
|
"doc-url": "https://primevue.org/listbox",
|
|
8984
|
-
"description": "Custom content when there is no filtered data to display"
|
|
9569
|
+
"description": "Custom content when there is no filtered data to display."
|
|
8985
9570
|
},
|
|
8986
9571
|
{
|
|
8987
9572
|
"name": "empty",
|
|
8988
9573
|
"doc-url": "https://primevue.org/listbox",
|
|
8989
|
-
"description": "Custom content when there is no data to display"
|
|
9574
|
+
"description": "Custom content when there is no data to display."
|
|
8990
9575
|
},
|
|
8991
9576
|
{
|
|
8992
9577
|
"name": "content",
|
|
8993
9578
|
"doc-url": "https://primevue.org/listbox",
|
|
8994
|
-
"description": "Custom content for the virtual scroller"
|
|
9579
|
+
"description": "Custom content for the virtual scroller."
|
|
8995
9580
|
},
|
|
8996
9581
|
{
|
|
8997
9582
|
"name": "loader",
|
|
8998
9583
|
"doc-url": "https://primevue.org/listbox",
|
|
8999
|
-
"description": "Custom content for the virtual scroller loader items"
|
|
9584
|
+
"description": "Custom content for the virtual scroller loader items."
|
|
9585
|
+
},
|
|
9586
|
+
{
|
|
9587
|
+
"name": "filtericon",
|
|
9588
|
+
"doc-url": "https://primevue.org/listbox",
|
|
9589
|
+
"description": "Custom filter icon template."
|
|
9000
9590
|
}
|
|
9001
9591
|
]
|
|
9002
9592
|
},
|
|
@@ -9054,7 +9644,17 @@
|
|
|
9054
9644
|
{
|
|
9055
9645
|
"name": "item",
|
|
9056
9646
|
"doc-url": "https://primevue.org/megamenu",
|
|
9057
|
-
"description": "
|
|
9647
|
+
"description": "Custom item template."
|
|
9648
|
+
},
|
|
9649
|
+
{
|
|
9650
|
+
"name": "submenuicon",
|
|
9651
|
+
"doc-url": "https://primevue.org/megamenu",
|
|
9652
|
+
"description": "Custom submenu icon template."
|
|
9653
|
+
},
|
|
9654
|
+
{
|
|
9655
|
+
"name": "itemicon",
|
|
9656
|
+
"doc-url": "https://primevue.org/megamenu",
|
|
9657
|
+
"description": "Custom item icon template."
|
|
9058
9658
|
}
|
|
9059
9659
|
]
|
|
9060
9660
|
},
|
|
@@ -9155,6 +9755,11 @@
|
|
|
9155
9755
|
"name": "item",
|
|
9156
9756
|
"doc-url": "https://primevue.org/menu",
|
|
9157
9757
|
"description": "Template of a menuitem."
|
|
9758
|
+
},
|
|
9759
|
+
{
|
|
9760
|
+
"name": "itemicon",
|
|
9761
|
+
"doc-url": "https://primevue.org/menu",
|
|
9762
|
+
"description": "Custom item icon template."
|
|
9158
9763
|
}
|
|
9159
9764
|
]
|
|
9160
9765
|
},
|
|
@@ -9192,17 +9797,32 @@
|
|
|
9192
9797
|
{
|
|
9193
9798
|
"name": "start",
|
|
9194
9799
|
"doc-url": "https://primevue.org/menubar",
|
|
9195
|
-
"description": "Custom content before the content"
|
|
9800
|
+
"description": "Custom content before the content."
|
|
9196
9801
|
},
|
|
9197
9802
|
{
|
|
9198
9803
|
"name": "end",
|
|
9199
9804
|
"doc-url": "https://primevue.org/menubar",
|
|
9200
|
-
"description": "Custom content after the content"
|
|
9805
|
+
"description": "Custom content after the content."
|
|
9201
9806
|
},
|
|
9202
9807
|
{
|
|
9203
9808
|
"name": "item",
|
|
9204
9809
|
"doc-url": "https://primevue.org/menubar",
|
|
9205
|
-
"description": "
|
|
9810
|
+
"description": "Custom menuitem template."
|
|
9811
|
+
},
|
|
9812
|
+
{
|
|
9813
|
+
"name": "baricon",
|
|
9814
|
+
"doc-url": "https://primevue.org/menubar",
|
|
9815
|
+
"description": "Custom bar icon template."
|
|
9816
|
+
},
|
|
9817
|
+
{
|
|
9818
|
+
"name": "submenuicon",
|
|
9819
|
+
"doc-url": "https://primevue.org/menubar",
|
|
9820
|
+
"description": "Custom submenu icon template."
|
|
9821
|
+
},
|
|
9822
|
+
{
|
|
9823
|
+
"name": "itemicon",
|
|
9824
|
+
"doc-url": "https://primevue.org/menubar",
|
|
9825
|
+
"description": "Custom item icon template."
|
|
9206
9826
|
}
|
|
9207
9827
|
]
|
|
9208
9828
|
},
|
|
@@ -9257,13 +9877,23 @@
|
|
|
9257
9877
|
},
|
|
9258
9878
|
{
|
|
9259
9879
|
"name": "icon",
|
|
9260
|
-
"default": "
|
|
9880
|
+
"default": "undefined",
|
|
9261
9881
|
"doc-url": "https://primevue.org/message",
|
|
9262
9882
|
"description": "Display a custom icon for the message.",
|
|
9263
9883
|
"value": {
|
|
9264
9884
|
"kind": "expression",
|
|
9265
9885
|
"type": "string"
|
|
9266
9886
|
}
|
|
9887
|
+
},
|
|
9888
|
+
{
|
|
9889
|
+
"name": "closeIcon",
|
|
9890
|
+
"default": "undefined",
|
|
9891
|
+
"doc-url": "https://primevue.org/message",
|
|
9892
|
+
"description": "Display a custom close icon for the message.",
|
|
9893
|
+
"value": {
|
|
9894
|
+
"kind": "expression",
|
|
9895
|
+
"type": "string"
|
|
9896
|
+
}
|
|
9267
9897
|
}
|
|
9268
9898
|
],
|
|
9269
9899
|
"events": [
|
|
@@ -9280,6 +9910,18 @@
|
|
|
9280
9910
|
}
|
|
9281
9911
|
]
|
|
9282
9912
|
}
|
|
9913
|
+
],
|
|
9914
|
+
"slots": [
|
|
9915
|
+
{
|
|
9916
|
+
"name": "messageicon",
|
|
9917
|
+
"doc-url": "https://primevue.org/message",
|
|
9918
|
+
"description": "Custom message icon template."
|
|
9919
|
+
},
|
|
9920
|
+
{
|
|
9921
|
+
"name": "closeicon",
|
|
9922
|
+
"doc-url": "https://primevue.org/message",
|
|
9923
|
+
"description": "Custom close icon template."
|
|
9924
|
+
}
|
|
9283
9925
|
]
|
|
9284
9926
|
},
|
|
9285
9927
|
{
|
|
@@ -9593,7 +10235,7 @@
|
|
|
9593
10235
|
},
|
|
9594
10236
|
{
|
|
9595
10237
|
"name": "loadingIcon",
|
|
9596
|
-
"default": "
|
|
10238
|
+
"default": "null",
|
|
9597
10239
|
"doc-url": "https://primevue.org/multiselect",
|
|
9598
10240
|
"description": "Icon to display in loading state.",
|
|
9599
10241
|
"value": {
|
|
@@ -9601,6 +10243,56 @@
|
|
|
9601
10243
|
"type": "string"
|
|
9602
10244
|
}
|
|
9603
10245
|
},
|
|
10246
|
+
{
|
|
10247
|
+
"name": "checkboxIcon",
|
|
10248
|
+
"default": "null",
|
|
10249
|
+
"doc-url": "https://primevue.org/multiselect",
|
|
10250
|
+
"description": "Icon to display in the checkboxes.",
|
|
10251
|
+
"value": {
|
|
10252
|
+
"kind": "expression",
|
|
10253
|
+
"type": "string"
|
|
10254
|
+
}
|
|
10255
|
+
},
|
|
10256
|
+
{
|
|
10257
|
+
"name": "closeIcon",
|
|
10258
|
+
"default": "null",
|
|
10259
|
+
"doc-url": "https://primevue.org/multiselect",
|
|
10260
|
+
"description": "Icon to display in the dropdown close button.",
|
|
10261
|
+
"value": {
|
|
10262
|
+
"kind": "expression",
|
|
10263
|
+
"type": "string"
|
|
10264
|
+
}
|
|
10265
|
+
},
|
|
10266
|
+
{
|
|
10267
|
+
"name": "dropdownIcon",
|
|
10268
|
+
"default": "null",
|
|
10269
|
+
"doc-url": "https://primevue.org/multiselect",
|
|
10270
|
+
"description": "Icon to display in the dropdown.",
|
|
10271
|
+
"value": {
|
|
10272
|
+
"kind": "expression",
|
|
10273
|
+
"type": "string"
|
|
10274
|
+
}
|
|
10275
|
+
},
|
|
10276
|
+
{
|
|
10277
|
+
"name": "filterIcon",
|
|
10278
|
+
"default": "null",
|
|
10279
|
+
"doc-url": "https://primevue.org/multiselect",
|
|
10280
|
+
"description": "Icon to display in filter input.",
|
|
10281
|
+
"value": {
|
|
10282
|
+
"kind": "expression",
|
|
10283
|
+
"type": "string"
|
|
10284
|
+
}
|
|
10285
|
+
},
|
|
10286
|
+
{
|
|
10287
|
+
"name": "removeTokenIcon",
|
|
10288
|
+
"default": "null",
|
|
10289
|
+
"doc-url": "https://primevue.org/multiselect",
|
|
10290
|
+
"description": "Icon to display in chip remove action.",
|
|
10291
|
+
"value": {
|
|
10292
|
+
"kind": "expression",
|
|
10293
|
+
"type": "string"
|
|
10294
|
+
}
|
|
10295
|
+
},
|
|
9604
10296
|
{
|
|
9605
10297
|
"name": "selectAll",
|
|
9606
10298
|
"default": "false",
|
|
@@ -9841,7 +10533,7 @@
|
|
|
9841
10533
|
{
|
|
9842
10534
|
"name": "value",
|
|
9843
10535
|
"doc-url": "https://primevue.org/multiselect",
|
|
9844
|
-
"description": "Custom content for the item value"
|
|
10536
|
+
"description": "Custom content for the item value."
|
|
9845
10537
|
},
|
|
9846
10538
|
{
|
|
9847
10539
|
"name": "chip",
|
|
@@ -9851,47 +10543,82 @@
|
|
|
9851
10543
|
{
|
|
9852
10544
|
"name": "indicator",
|
|
9853
10545
|
"doc-url": "https://primevue.org/multiselect",
|
|
9854
|
-
"description": "Custom content for the dropdown indicator"
|
|
10546
|
+
"description": "Custom content for the dropdown indicator."
|
|
9855
10547
|
},
|
|
9856
10548
|
{
|
|
9857
10549
|
"name": "header",
|
|
9858
10550
|
"doc-url": "https://primevue.org/multiselect",
|
|
9859
|
-
"description": "Custom content for the component's header"
|
|
10551
|
+
"description": "Custom content for the component's header."
|
|
9860
10552
|
},
|
|
9861
10553
|
{
|
|
9862
10554
|
"name": "footer",
|
|
9863
10555
|
"doc-url": "https://primevue.org/multiselect",
|
|
9864
|
-
"description": "Custom content for the component's footer"
|
|
10556
|
+
"description": "Custom content for the component's footer."
|
|
9865
10557
|
},
|
|
9866
10558
|
{
|
|
9867
10559
|
"name": "option",
|
|
9868
10560
|
"doc-url": "https://primevue.org/multiselect",
|
|
9869
|
-
"description": "Custom content for the item's option"
|
|
10561
|
+
"description": "Custom content for the item's option."
|
|
9870
10562
|
},
|
|
9871
10563
|
{
|
|
9872
10564
|
"name": "optiongroup",
|
|
9873
10565
|
"doc-url": "https://primevue.org/multiselect",
|
|
9874
|
-
"description": "Custom content for the item's optiongroup"
|
|
10566
|
+
"description": "Custom content for the item's optiongroup."
|
|
9875
10567
|
},
|
|
9876
10568
|
{
|
|
9877
10569
|
"name": "emptyfilter",
|
|
9878
10570
|
"doc-url": "https://primevue.org/multiselect",
|
|
9879
|
-
"description": "Custom content when there is no filtered data to display"
|
|
10571
|
+
"description": "Custom content when there is no filtered data to display."
|
|
9880
10572
|
},
|
|
9881
10573
|
{
|
|
9882
10574
|
"name": "empty",
|
|
9883
10575
|
"doc-url": "https://primevue.org/multiselect",
|
|
9884
|
-
"description": "Custom content when there is no data to display"
|
|
10576
|
+
"description": "Custom content when there is no data to display."
|
|
9885
10577
|
},
|
|
9886
10578
|
{
|
|
9887
10579
|
"name": "content",
|
|
9888
10580
|
"doc-url": "https://primevue.org/multiselect",
|
|
9889
|
-
"description": "Custom content for the virtual scroller"
|
|
10581
|
+
"description": "Custom content for the virtual scroller."
|
|
9890
10582
|
},
|
|
9891
10583
|
{
|
|
9892
10584
|
"name": "loader",
|
|
9893
10585
|
"doc-url": "https://primevue.org/multiselect",
|
|
9894
|
-
"description": "Custom content for the virtual scroller loader items"
|
|
10586
|
+
"description": "Custom content for the virtual scroller loader items."
|
|
10587
|
+
},
|
|
10588
|
+
{
|
|
10589
|
+
"name": "removetokenicon",
|
|
10590
|
+
"doc-url": "https://primevue.org/multiselect",
|
|
10591
|
+
"description": "Custom remove token icon template."
|
|
10592
|
+
},
|
|
10593
|
+
{
|
|
10594
|
+
"name": "headercheckboxicon",
|
|
10595
|
+
"doc-url": "https://primevue.org/multiselect",
|
|
10596
|
+
"description": "Custom header checkbox icon template."
|
|
10597
|
+
},
|
|
10598
|
+
{
|
|
10599
|
+
"name": "filtericon",
|
|
10600
|
+
"doc-url": "https://primevue.org/multiselect",
|
|
10601
|
+
"description": "Custom filter icon template."
|
|
10602
|
+
},
|
|
10603
|
+
{
|
|
10604
|
+
"name": "closeicon",
|
|
10605
|
+
"doc-url": "https://primevue.org/multiselect",
|
|
10606
|
+
"description": "Custom close icon template."
|
|
10607
|
+
},
|
|
10608
|
+
{
|
|
10609
|
+
"name": "itemcheckboxicon",
|
|
10610
|
+
"doc-url": "https://primevue.org/multiselect",
|
|
10611
|
+
"description": "Custom item checkbox icon template."
|
|
10612
|
+
},
|
|
10613
|
+
{
|
|
10614
|
+
"name": "loadingicon",
|
|
10615
|
+
"doc-url": "https://primevue.org/multiselect",
|
|
10616
|
+
"description": "Custom loading icon template."
|
|
10617
|
+
},
|
|
10618
|
+
{
|
|
10619
|
+
"name": "dropdownicon",
|
|
10620
|
+
"doc-url": "https://primevue.org/multiselect",
|
|
10621
|
+
"description": "Custom dropdown icon template."
|
|
9895
10622
|
}
|
|
9896
10623
|
]
|
|
9897
10624
|
},
|
|
@@ -10035,22 +10762,42 @@
|
|
|
10035
10762
|
{
|
|
10036
10763
|
"name": "header",
|
|
10037
10764
|
"doc-url": "https://primevue.org/orderlist",
|
|
10038
|
-
"description": "Custom content for the component's header"
|
|
10765
|
+
"description": "Custom content for the component's header."
|
|
10039
10766
|
},
|
|
10040
10767
|
{
|
|
10041
10768
|
"name": "item",
|
|
10042
10769
|
"doc-url": "https://primevue.org/orderlist",
|
|
10043
|
-
"description": "Custom content for the item"
|
|
10770
|
+
"description": "Custom content for the item."
|
|
10044
10771
|
},
|
|
10045
10772
|
{
|
|
10046
10773
|
"name": "controlsstart",
|
|
10047
10774
|
"doc-url": "https://primevue.org/orderlist",
|
|
10048
|
-
"description": "Custom content before the buttons"
|
|
10775
|
+
"description": "Custom content before the buttons."
|
|
10049
10776
|
},
|
|
10050
10777
|
{
|
|
10051
10778
|
"name": "controlsend",
|
|
10052
10779
|
"doc-url": "https://primevue.org/orderlist",
|
|
10053
|
-
"description": "Custom content after the buttons"
|
|
10780
|
+
"description": "Custom content after the buttons."
|
|
10781
|
+
},
|
|
10782
|
+
{
|
|
10783
|
+
"name": "movetopicon",
|
|
10784
|
+
"doc-url": "https://primevue.org/orderlist",
|
|
10785
|
+
"description": "Custom move top icon template."
|
|
10786
|
+
},
|
|
10787
|
+
{
|
|
10788
|
+
"name": "moveupicon",
|
|
10789
|
+
"doc-url": "https://primevue.org/orderlist",
|
|
10790
|
+
"description": "Custom move up icon template."
|
|
10791
|
+
},
|
|
10792
|
+
{
|
|
10793
|
+
"name": "movedownicon",
|
|
10794
|
+
"doc-url": "https://primevue.org/orderlist",
|
|
10795
|
+
"description": "Custom move down icon template."
|
|
10796
|
+
},
|
|
10797
|
+
{
|
|
10798
|
+
"name": "movebottomicon",
|
|
10799
|
+
"doc-url": "https://primevue.org/orderlist",
|
|
10800
|
+
"description": "Custom move bottom icon template."
|
|
10054
10801
|
}
|
|
10055
10802
|
]
|
|
10056
10803
|
},
|
|
@@ -10167,6 +10914,13 @@
|
|
|
10167
10914
|
}
|
|
10168
10915
|
]
|
|
10169
10916
|
}
|
|
10917
|
+
],
|
|
10918
|
+
"slots": [
|
|
10919
|
+
{
|
|
10920
|
+
"name": "togglericon",
|
|
10921
|
+
"doc-url": "https://primevue.org/organizationchart",
|
|
10922
|
+
"description": "Custom toggler icon template."
|
|
10923
|
+
}
|
|
10170
10924
|
]
|
|
10171
10925
|
},
|
|
10172
10926
|
{
|
|
@@ -10247,6 +11001,16 @@
|
|
|
10247
11001
|
"kind": "expression",
|
|
10248
11002
|
"type": "object"
|
|
10249
11003
|
}
|
|
11004
|
+
},
|
|
11005
|
+
{
|
|
11006
|
+
"name": "closeIcon",
|
|
11007
|
+
"default": "undefined",
|
|
11008
|
+
"doc-url": "https://primevue.org/overlaypanel",
|
|
11009
|
+
"description": "Display a custom close icon for the message.",
|
|
11010
|
+
"value": {
|
|
11011
|
+
"kind": "expression",
|
|
11012
|
+
"type": "string"
|
|
11013
|
+
}
|
|
10250
11014
|
}
|
|
10251
11015
|
],
|
|
10252
11016
|
"events": [
|
|
@@ -10260,6 +11024,13 @@
|
|
|
10260
11024
|
"doc-url": "https://primevue.org/overlaypanel",
|
|
10261
11025
|
"description": "Callback to invoke before the overlay is hidden."
|
|
10262
11026
|
}
|
|
11027
|
+
],
|
|
11028
|
+
"slots": [
|
|
11029
|
+
{
|
|
11030
|
+
"name": "closeicon",
|
|
11031
|
+
"doc-url": "https://primevue.org/overlaypanel",
|
|
11032
|
+
"description": "Custom close icon template."
|
|
11033
|
+
}
|
|
10263
11034
|
]
|
|
10264
11035
|
},
|
|
10265
11036
|
{
|
|
@@ -10387,14 +11158,34 @@
|
|
|
10387
11158
|
],
|
|
10388
11159
|
"slots": [
|
|
10389
11160
|
{
|
|
10390
|
-
"name": "
|
|
11161
|
+
"name": "start",
|
|
10391
11162
|
"doc-url": "https://primevue.org/paginator",
|
|
10392
|
-
"description": "Custom content for the component's left side"
|
|
11163
|
+
"description": "Custom content for the component's left side."
|
|
10393
11164
|
},
|
|
10394
11165
|
{
|
|
10395
|
-
"name": "
|
|
11166
|
+
"name": "end",
|
|
10396
11167
|
"doc-url": "https://primevue.org/paginator",
|
|
10397
|
-
"description": "Custom content for the component's right side"
|
|
11168
|
+
"description": "Custom content for the component's right side."
|
|
11169
|
+
},
|
|
11170
|
+
{
|
|
11171
|
+
"name": "firstpagelinkicon",
|
|
11172
|
+
"doc-url": "https://primevue.org/paginator",
|
|
11173
|
+
"description": "Custom first page link icon template."
|
|
11174
|
+
},
|
|
11175
|
+
{
|
|
11176
|
+
"name": "prevpagelinkicon",
|
|
11177
|
+
"doc-url": "https://primevue.org/paginator",
|
|
11178
|
+
"description": "Custom previous page link icon template."
|
|
11179
|
+
},
|
|
11180
|
+
{
|
|
11181
|
+
"name": "nextpagelinkicon",
|
|
11182
|
+
"doc-url": "https://primevue.org/paginator",
|
|
11183
|
+
"description": "Custom next page link icon template."
|
|
11184
|
+
},
|
|
11185
|
+
{
|
|
11186
|
+
"name": "lastpagelinkicon",
|
|
11187
|
+
"doc-url": "https://primevue.org/paginator",
|
|
11188
|
+
"description": "Custom last page link icon template."
|
|
10398
11189
|
}
|
|
10399
11190
|
]
|
|
10400
11191
|
},
|
|
@@ -10446,6 +11237,16 @@
|
|
|
10446
11237
|
"kind": "expression",
|
|
10447
11238
|
"type": "string"
|
|
10448
11239
|
}
|
|
11240
|
+
},
|
|
11241
|
+
{
|
|
11242
|
+
"name": "pt",
|
|
11243
|
+
"default": "null",
|
|
11244
|
+
"doc-url": "https://primevue.org/panel",
|
|
11245
|
+
"description": "Uses to pass attributes to DOM elements inside the component.",
|
|
11246
|
+
"value": {
|
|
11247
|
+
"kind": "expression",
|
|
11248
|
+
"type": "any"
|
|
11249
|
+
}
|
|
10449
11250
|
}
|
|
10450
11251
|
],
|
|
10451
11252
|
"events": [
|
|
@@ -10473,12 +11274,22 @@
|
|
|
10473
11274
|
{
|
|
10474
11275
|
"name": "header",
|
|
10475
11276
|
"doc-url": "https://primevue.org/panel",
|
|
10476
|
-
"description": "Custom content for the component's header"
|
|
11277
|
+
"description": "Custom content for the component's header."
|
|
10477
11278
|
},
|
|
10478
11279
|
{
|
|
10479
11280
|
"name": "icons",
|
|
10480
11281
|
"doc-url": "https://primevue.org/panel",
|
|
10481
|
-
"description": "Custom content for the header's icon"
|
|
11282
|
+
"description": "Custom content for the header's icon."
|
|
11283
|
+
},
|
|
11284
|
+
{
|
|
11285
|
+
"name": "togglericon",
|
|
11286
|
+
"doc-url": "https://primevue.org/panel",
|
|
11287
|
+
"description": "Custom content for the component's toggler icon."
|
|
11288
|
+
},
|
|
11289
|
+
{
|
|
11290
|
+
"name": "footer",
|
|
11291
|
+
"doc-url": "https://primevue.org/panel",
|
|
11292
|
+
"description": "Custom content for the component's footer."
|
|
10482
11293
|
}
|
|
10483
11294
|
]
|
|
10484
11295
|
},
|
|
@@ -10526,7 +11337,22 @@
|
|
|
10526
11337
|
{
|
|
10527
11338
|
"name": "item",
|
|
10528
11339
|
"doc-url": "https://primevue.org/panelmenu",
|
|
10529
|
-
"description": "
|
|
11340
|
+
"description": "Custom item template."
|
|
11341
|
+
},
|
|
11342
|
+
{
|
|
11343
|
+
"name": "submenuicon",
|
|
11344
|
+
"doc-url": "https://primevue.org/panelmenu",
|
|
11345
|
+
"description": "Custom submenu icon template."
|
|
11346
|
+
},
|
|
11347
|
+
{
|
|
11348
|
+
"name": "headericon",
|
|
11349
|
+
"doc-url": "https://primevue.org/panelmenu",
|
|
11350
|
+
"description": "Custom header icon template."
|
|
11351
|
+
},
|
|
11352
|
+
{
|
|
11353
|
+
"name": "itemicon",
|
|
11354
|
+
"doc-url": "https://primevue.org/panelmenu",
|
|
11355
|
+
"description": "Custom item icon template."
|
|
10530
11356
|
}
|
|
10531
11357
|
]
|
|
10532
11358
|
},
|
|
@@ -10651,7 +11477,7 @@
|
|
|
10651
11477
|
},
|
|
10652
11478
|
{
|
|
10653
11479
|
"name": "hideIcon",
|
|
10654
|
-
"default": "
|
|
11480
|
+
"default": "null",
|
|
10655
11481
|
"doc-url": "https://primevue.org/password",
|
|
10656
11482
|
"description": "Icon to hide displaying the password as plain text.",
|
|
10657
11483
|
"value": {
|
|
@@ -10661,7 +11487,7 @@
|
|
|
10661
11487
|
},
|
|
10662
11488
|
{
|
|
10663
11489
|
"name": "showIcon",
|
|
10664
|
-
"default": "
|
|
11490
|
+
"default": "null",
|
|
10665
11491
|
"doc-url": "https://primevue.org/password",
|
|
10666
11492
|
"description": "Icon to show displaying the password as plain text.",
|
|
10667
11493
|
"value": {
|
|
@@ -10774,17 +11600,27 @@
|
|
|
10774
11600
|
{
|
|
10775
11601
|
"name": "header",
|
|
10776
11602
|
"doc-url": "https://primevue.org/password",
|
|
10777
|
-
"description": "Custom content for the component's header"
|
|
11603
|
+
"description": "Custom content for the component's header."
|
|
10778
11604
|
},
|
|
10779
11605
|
{
|
|
10780
11606
|
"name": "content",
|
|
10781
11607
|
"doc-url": "https://primevue.org/password",
|
|
10782
|
-
"description": "Custom content for the component"
|
|
11608
|
+
"description": "Custom content for the component."
|
|
10783
11609
|
},
|
|
10784
11610
|
{
|
|
10785
11611
|
"name": "footer",
|
|
10786
11612
|
"doc-url": "https://primevue.org/password",
|
|
10787
|
-
"description": "Custom content for the component's footer"
|
|
11613
|
+
"description": "Custom content for the component's footer."
|
|
11614
|
+
},
|
|
11615
|
+
{
|
|
11616
|
+
"name": "hideicon",
|
|
11617
|
+
"doc-url": "https://primevue.org/password",
|
|
11618
|
+
"description": "Custom content for the hide icon."
|
|
11619
|
+
},
|
|
11620
|
+
{
|
|
11621
|
+
"name": "showicon",
|
|
11622
|
+
"doc-url": "https://primevue.org/password",
|
|
11623
|
+
"description": "Custom content for the show icon."
|
|
10788
11624
|
}
|
|
10789
11625
|
]
|
|
10790
11626
|
},
|
|
@@ -11027,50 +11863,95 @@
|
|
|
11027
11863
|
}
|
|
11028
11864
|
],
|
|
11029
11865
|
"slots": [
|
|
11866
|
+
{
|
|
11867
|
+
"name": "header",
|
|
11868
|
+
"doc-url": "https://primevue.org/picklist",
|
|
11869
|
+
"description": "Custom header template."
|
|
11870
|
+
},
|
|
11030
11871
|
{
|
|
11031
11872
|
"name": "sourceheader",
|
|
11032
11873
|
"doc-url": "https://primevue.org/picklist",
|
|
11033
|
-
"description": "Custom content for the component's source header"
|
|
11874
|
+
"description": "Custom content for the component's source header."
|
|
11875
|
+
},
|
|
11876
|
+
{
|
|
11877
|
+
"name": "item",
|
|
11878
|
+
"doc-url": "https://primevue.org/picklist",
|
|
11879
|
+
"description": "Custom content for the item."
|
|
11880
|
+
},
|
|
11881
|
+
{
|
|
11882
|
+
"name": "targetheader",
|
|
11883
|
+
"doc-url": "https://primevue.org/picklist",
|
|
11884
|
+
"description": "Custom content for the component's target header."
|
|
11885
|
+
},
|
|
11886
|
+
{
|
|
11887
|
+
"name": "sourcecontrolsstart",
|
|
11888
|
+
"doc-url": "https://primevue.org/picklist",
|
|
11889
|
+
"description": "Custom content before source control buttons."
|
|
11890
|
+
},
|
|
11891
|
+
{
|
|
11892
|
+
"name": "sourcecontrolsend",
|
|
11893
|
+
"doc-url": "https://primevue.org/picklist",
|
|
11894
|
+
"description": "Custom content after source control buttons."
|
|
11895
|
+
},
|
|
11896
|
+
{
|
|
11897
|
+
"name": "movecontrolsstart",
|
|
11898
|
+
"doc-url": "https://primevue.org/picklist",
|
|
11899
|
+
"description": "Custom content before move buttons."
|
|
11900
|
+
},
|
|
11901
|
+
{
|
|
11902
|
+
"name": "movecontrolsend",
|
|
11903
|
+
"doc-url": "https://primevue.org/picklist",
|
|
11904
|
+
"description": "Custom content after move buttons."
|
|
11905
|
+
},
|
|
11906
|
+
{
|
|
11907
|
+
"name": "targetcontrolsstart",
|
|
11908
|
+
"doc-url": "https://primevue.org/picklist",
|
|
11909
|
+
"description": "Custom content before target control buttons."
|
|
11910
|
+
},
|
|
11911
|
+
{
|
|
11912
|
+
"name": "targetcontrolsend",
|
|
11913
|
+
"doc-url": "https://primevue.org/picklist",
|
|
11914
|
+
"description": "Custom content after target control buttons."
|
|
11034
11915
|
},
|
|
11035
11916
|
{
|
|
11036
|
-
"name": "
|
|
11917
|
+
"name": "moveupicon",
|
|
11037
11918
|
"doc-url": "https://primevue.org/picklist",
|
|
11038
|
-
"description": "Custom
|
|
11919
|
+
"description": "Custom move up icon template."
|
|
11039
11920
|
},
|
|
11040
11921
|
{
|
|
11041
|
-
"name": "
|
|
11922
|
+
"name": "movetopicon",
|
|
11042
11923
|
"doc-url": "https://primevue.org/picklist",
|
|
11043
|
-
"description": "Custom
|
|
11924
|
+
"description": "Custom move top icon template."
|
|
11044
11925
|
},
|
|
11045
11926
|
{
|
|
11046
|
-
"name": "
|
|
11927
|
+
"name": "movedownicon",
|
|
11047
11928
|
"doc-url": "https://primevue.org/picklist",
|
|
11048
|
-
"description": "Custom
|
|
11929
|
+
"description": "Custom move down icon template."
|
|
11049
11930
|
},
|
|
11050
11931
|
{
|
|
11051
|
-
"name": "
|
|
11932
|
+
"name": "movebottomicon",
|
|
11052
11933
|
"doc-url": "https://primevue.org/picklist",
|
|
11053
|
-
"description": "Custom
|
|
11934
|
+
"description": "Custom move bottom icon template."
|
|
11054
11935
|
},
|
|
11055
11936
|
{
|
|
11056
|
-
"name": "
|
|
11937
|
+
"name": "movetotargeticon",
|
|
11057
11938
|
"doc-url": "https://primevue.org/picklist",
|
|
11058
|
-
"description": "Custom
|
|
11939
|
+
"description": "Custom move to target icon template."
|
|
11059
11940
|
},
|
|
11060
11941
|
{
|
|
11061
|
-
"name": "
|
|
11942
|
+
"name": "movealltotargeticon",
|
|
11062
11943
|
"doc-url": "https://primevue.org/picklist",
|
|
11063
|
-
"description": "Custom
|
|
11944
|
+
"description": "Custom move all to target icon template."
|
|
11064
11945
|
},
|
|
11065
11946
|
{
|
|
11066
|
-
"name": "
|
|
11947
|
+
"name": "movetosourceicon",
|
|
11067
11948
|
"doc-url": "https://primevue.org/picklist",
|
|
11068
|
-
"description": "Custom
|
|
11949
|
+
"description": "Custom move to source icon template."
|
|
11069
11950
|
},
|
|
11070
11951
|
{
|
|
11071
|
-
"name": "
|
|
11952
|
+
"name": "movealltosourceicon",
|
|
11072
11953
|
"doc-url": "https://primevue.org/picklist",
|
|
11073
|
-
"description": "Custom
|
|
11954
|
+
"description": "Custom move all to source icon template."
|
|
11074
11955
|
}
|
|
11075
11956
|
]
|
|
11076
11957
|
},
|
|
@@ -11386,6 +12267,36 @@
|
|
|
11386
12267
|
"kind": "expression",
|
|
11387
12268
|
"type": "boolean"
|
|
11388
12269
|
}
|
|
12270
|
+
},
|
|
12271
|
+
{
|
|
12272
|
+
"name": "onIcon",
|
|
12273
|
+
"default": "null",
|
|
12274
|
+
"doc-url": "https://primevue.org/rating",
|
|
12275
|
+
"description": "Icon for the on state.",
|
|
12276
|
+
"value": {
|
|
12277
|
+
"kind": "expression",
|
|
12278
|
+
"type": "string"
|
|
12279
|
+
}
|
|
12280
|
+
},
|
|
12281
|
+
{
|
|
12282
|
+
"name": "offIcon",
|
|
12283
|
+
"default": "null",
|
|
12284
|
+
"doc-url": "https://primevue.org/rating",
|
|
12285
|
+
"description": "Icon for the off state.",
|
|
12286
|
+
"value": {
|
|
12287
|
+
"kind": "expression",
|
|
12288
|
+
"type": "string"
|
|
12289
|
+
}
|
|
12290
|
+
},
|
|
12291
|
+
{
|
|
12292
|
+
"name": "cancelIcon",
|
|
12293
|
+
"default": "null",
|
|
12294
|
+
"doc-url": "https://primevue.org/rating",
|
|
12295
|
+
"description": "Icon for the cancelable state.",
|
|
12296
|
+
"value": {
|
|
12297
|
+
"kind": "expression",
|
|
12298
|
+
"type": "string"
|
|
12299
|
+
}
|
|
11389
12300
|
}
|
|
11390
12301
|
],
|
|
11391
12302
|
"events": [
|
|
@@ -11408,6 +12319,23 @@
|
|
|
11408
12319
|
}
|
|
11409
12320
|
]
|
|
11410
12321
|
}
|
|
12322
|
+
],
|
|
12323
|
+
"slots": [
|
|
12324
|
+
{
|
|
12325
|
+
"name": "cancelicon",
|
|
12326
|
+
"doc-url": "https://primevue.org/rating",
|
|
12327
|
+
"description": "Custom cancel icon template."
|
|
12328
|
+
},
|
|
12329
|
+
{
|
|
12330
|
+
"name": "onicon",
|
|
12331
|
+
"doc-url": "https://primevue.org/rating",
|
|
12332
|
+
"description": "Custom on icon template."
|
|
12333
|
+
},
|
|
12334
|
+
{
|
|
12335
|
+
"name": "officon",
|
|
12336
|
+
"doc-url": "https://primevue.org/rating",
|
|
12337
|
+
"description": "Custom off icon template."
|
|
12338
|
+
}
|
|
11411
12339
|
]
|
|
11412
12340
|
},
|
|
11413
12341
|
{
|
|
@@ -11446,6 +12374,16 @@
|
|
|
11446
12374
|
"kind": "expression",
|
|
11447
12375
|
"type": "number"
|
|
11448
12376
|
}
|
|
12377
|
+
},
|
|
12378
|
+
{
|
|
12379
|
+
"name": "pt",
|
|
12380
|
+
"default": "null",
|
|
12381
|
+
"doc-url": "https://primevue.org/scrollpanel",
|
|
12382
|
+
"description": "Uses to pass attributes to DOM elements inside the component.",
|
|
12383
|
+
"value": {
|
|
12384
|
+
"kind": "expression",
|
|
12385
|
+
"type": "any"
|
|
12386
|
+
}
|
|
11449
12387
|
}
|
|
11450
12388
|
]
|
|
11451
12389
|
},
|
|
@@ -11480,7 +12418,7 @@
|
|
|
11480
12418
|
},
|
|
11481
12419
|
{
|
|
11482
12420
|
"name": "icon",
|
|
11483
|
-
"default": "
|
|
12421
|
+
"default": "undefined",
|
|
11484
12422
|
"doc-url": "https://primevue.org/scrolltop",
|
|
11485
12423
|
"description": "Icon to display.",
|
|
11486
12424
|
"value": {
|
|
@@ -11498,6 +12436,13 @@
|
|
|
11498
12436
|
"type": "string"
|
|
11499
12437
|
}
|
|
11500
12438
|
}
|
|
12439
|
+
],
|
|
12440
|
+
"slots": [
|
|
12441
|
+
{
|
|
12442
|
+
"name": "icon",
|
|
12443
|
+
"doc-url": "https://primevue.org/scrolltop",
|
|
12444
|
+
"description": "Custom scrolltop icon template."
|
|
12445
|
+
}
|
|
11501
12446
|
]
|
|
11502
12447
|
},
|
|
11503
12448
|
{
|
|
@@ -11763,6 +12708,16 @@
|
|
|
11763
12708
|
"kind": "expression",
|
|
11764
12709
|
"type": "boolean"
|
|
11765
12710
|
}
|
|
12711
|
+
},
|
|
12712
|
+
{
|
|
12713
|
+
"name": "closeIcon",
|
|
12714
|
+
"default": "undefined",
|
|
12715
|
+
"doc-url": "https://primevue.org/sidebar",
|
|
12716
|
+
"description": "Icon to display in the sidebar close button.",
|
|
12717
|
+
"value": {
|
|
12718
|
+
"kind": "expression",
|
|
12719
|
+
"type": "string"
|
|
12720
|
+
}
|
|
11766
12721
|
}
|
|
11767
12722
|
],
|
|
11768
12723
|
"events": [
|
|
@@ -11775,6 +12730,11 @@
|
|
|
11775
12730
|
"name": "show",
|
|
11776
12731
|
"doc-url": "https://primevue.org/sidebar",
|
|
11777
12732
|
"description": "Callback to invoke when sidebar gets shown."
|
|
12733
|
+
},
|
|
12734
|
+
{
|
|
12735
|
+
"name": "closeicon",
|
|
12736
|
+
"doc-url": "https://primevue.org/sidebar",
|
|
12737
|
+
"description": "Custom close icon template."
|
|
11778
12738
|
}
|
|
11779
12739
|
],
|
|
11780
12740
|
"slots": [
|
|
@@ -11782,6 +12742,11 @@
|
|
|
11782
12742
|
"name": "header",
|
|
11783
12743
|
"doc-url": "https://primevue.org/sidebar",
|
|
11784
12744
|
"description": "Custom content for the component header."
|
|
12745
|
+
},
|
|
12746
|
+
{
|
|
12747
|
+
"name": "closeicon",
|
|
12748
|
+
"doc-url": "https://primevue.org/sidebar",
|
|
12749
|
+
"description": "Custom close icon template."
|
|
11785
12750
|
}
|
|
11786
12751
|
]
|
|
11787
12752
|
},
|
|
@@ -12223,9 +13188,14 @@
|
|
|
12223
13188
|
"description": "Custom content for the item"
|
|
12224
13189
|
},
|
|
12225
13190
|
{
|
|
12226
|
-
"name": "
|
|
13191
|
+
"name": "button",
|
|
12227
13192
|
"doc-url": "https://primevue.org/speeddial",
|
|
12228
|
-
"description": "
|
|
13193
|
+
"description": "Custom button template."
|
|
13194
|
+
},
|
|
13195
|
+
{
|
|
13196
|
+
"name": "icon",
|
|
13197
|
+
"doc-url": "https://primevue.org/speeddial",
|
|
13198
|
+
"description": "Custom icon template."
|
|
12229
13199
|
}
|
|
12230
13200
|
]
|
|
12231
13201
|
},
|
|
@@ -12423,6 +13393,18 @@
|
|
|
12423
13393
|
}
|
|
12424
13394
|
]
|
|
12425
13395
|
}
|
|
13396
|
+
],
|
|
13397
|
+
"slots": [
|
|
13398
|
+
{
|
|
13399
|
+
"name": "icon",
|
|
13400
|
+
"doc-url": "https://primevue.org/splitbutton",
|
|
13401
|
+
"description": "Custom icon template."
|
|
13402
|
+
},
|
|
13403
|
+
{
|
|
13404
|
+
"name": "menubuttonicon",
|
|
13405
|
+
"doc-url": "https://primevue.org/splitbutton",
|
|
13406
|
+
"description": "Custom menu button icon template."
|
|
13407
|
+
}
|
|
12426
13408
|
]
|
|
12427
13409
|
},
|
|
12428
13410
|
{
|
|
@@ -12483,6 +13465,16 @@
|
|
|
12483
13465
|
"kind": "expression",
|
|
12484
13466
|
"type": "number"
|
|
12485
13467
|
}
|
|
13468
|
+
},
|
|
13469
|
+
{
|
|
13470
|
+
"name": "pt",
|
|
13471
|
+
"default": "null",
|
|
13472
|
+
"doc-url": "https://primevue.org/splitter",
|
|
13473
|
+
"description": "Uses to pass attributes to DOM elements inside the component.",
|
|
13474
|
+
"value": {
|
|
13475
|
+
"kind": "expression",
|
|
13476
|
+
"type": "any"
|
|
13477
|
+
}
|
|
12486
13478
|
}
|
|
12487
13479
|
],
|
|
12488
13480
|
"events": [
|
|
@@ -12535,6 +13527,16 @@
|
|
|
12535
13527
|
"kind": "expression",
|
|
12536
13528
|
"type": "number"
|
|
12537
13529
|
}
|
|
13530
|
+
},
|
|
13531
|
+
{
|
|
13532
|
+
"name": "pt",
|
|
13533
|
+
"default": "null",
|
|
13534
|
+
"doc-url": "https://primevue.org/splitter",
|
|
13535
|
+
"description": "Uses to pass attributes to DOM elements inside the component.",
|
|
13536
|
+
"value": {
|
|
13537
|
+
"kind": "expression",
|
|
13538
|
+
"type": "any"
|
|
13539
|
+
}
|
|
12538
13540
|
}
|
|
12539
13541
|
]
|
|
12540
13542
|
},
|
|
@@ -12671,6 +13673,11 @@
|
|
|
12671
13673
|
"name": "item",
|
|
12672
13674
|
"doc-url": "https://primevue.org/tabmenu",
|
|
12673
13675
|
"description": "Template of a menuitem."
|
|
13676
|
+
},
|
|
13677
|
+
{
|
|
13678
|
+
"name": "itemicon",
|
|
13679
|
+
"doc-url": "https://primevue.org/tabmenu",
|
|
13680
|
+
"description": "Custom item icon template."
|
|
12674
13681
|
}
|
|
12675
13682
|
]
|
|
12676
13683
|
},
|
|
@@ -12772,6 +13779,16 @@
|
|
|
12772
13779
|
"kind": "expression",
|
|
12773
13780
|
"type": "boolean"
|
|
12774
13781
|
}
|
|
13782
|
+
},
|
|
13783
|
+
{
|
|
13784
|
+
"name": "pt",
|
|
13785
|
+
"default": "null",
|
|
13786
|
+
"doc-url": "https://primevue.org/tabview",
|
|
13787
|
+
"description": "Uses to pass attributes to DOM elements inside the component.",
|
|
13788
|
+
"value": {
|
|
13789
|
+
"kind": "expression",
|
|
13790
|
+
"type": "any"
|
|
13791
|
+
}
|
|
12775
13792
|
}
|
|
12776
13793
|
],
|
|
12777
13794
|
"events": [
|
|
@@ -12893,6 +13910,53 @@
|
|
|
12893
13910
|
"kind": "expression",
|
|
12894
13911
|
"type": "any"
|
|
12895
13912
|
}
|
|
13913
|
+
},
|
|
13914
|
+
{
|
|
13915
|
+
"name": "prevIcon",
|
|
13916
|
+
"default": "null",
|
|
13917
|
+
"doc-url": "https://primevue.org/tabview",
|
|
13918
|
+
"description": "Prev icon of the scrollable tabview.",
|
|
13919
|
+
"value": {
|
|
13920
|
+
"kind": "expression",
|
|
13921
|
+
"type": "string"
|
|
13922
|
+
}
|
|
13923
|
+
},
|
|
13924
|
+
{
|
|
13925
|
+
"name": "nextIcon",
|
|
13926
|
+
"default": "null",
|
|
13927
|
+
"doc-url": "https://primevue.org/tabview",
|
|
13928
|
+
"description": "Next icon of the scrollable tabview.",
|
|
13929
|
+
"value": {
|
|
13930
|
+
"kind": "expression",
|
|
13931
|
+
"type": "string"
|
|
13932
|
+
}
|
|
13933
|
+
},
|
|
13934
|
+
{
|
|
13935
|
+
"name": "pt",
|
|
13936
|
+
"default": "null",
|
|
13937
|
+
"doc-url": "https://primevue.org/tabview",
|
|
13938
|
+
"description": "Uses to pass attributes to DOM elements inside the component.",
|
|
13939
|
+
"value": {
|
|
13940
|
+
"kind": "expression",
|
|
13941
|
+
"type": "any"
|
|
13942
|
+
}
|
|
13943
|
+
}
|
|
13944
|
+
],
|
|
13945
|
+
"slots": [
|
|
13946
|
+
{
|
|
13947
|
+
"name": "default",
|
|
13948
|
+
"doc-url": "https://primevue.org/tabview",
|
|
13949
|
+
"description": "Default slot to detect TabPanel components."
|
|
13950
|
+
},
|
|
13951
|
+
{
|
|
13952
|
+
"name": "previcon",
|
|
13953
|
+
"doc-url": "https://primevue.org/tabview",
|
|
13954
|
+
"description": "Previous button icon template for the scrollable component."
|
|
13955
|
+
},
|
|
13956
|
+
{
|
|
13957
|
+
"name": "nexticon",
|
|
13958
|
+
"doc-url": "https://primevue.org/tabview",
|
|
13959
|
+
"description": "Next button icon template for the scrollable component."
|
|
12896
13960
|
}
|
|
12897
13961
|
]
|
|
12898
13962
|
},
|
|
@@ -12945,6 +14009,13 @@
|
|
|
12945
14009
|
"type": "string"
|
|
12946
14010
|
}
|
|
12947
14011
|
}
|
|
14012
|
+
],
|
|
14013
|
+
"slots": [
|
|
14014
|
+
{
|
|
14015
|
+
"name": "icon",
|
|
14016
|
+
"doc-url": "https://primevue.org/tag",
|
|
14017
|
+
"description": "custom icon template."
|
|
14018
|
+
}
|
|
12948
14019
|
]
|
|
12949
14020
|
},
|
|
12950
14021
|
{
|
|
@@ -13084,6 +14155,16 @@
|
|
|
13084
14155
|
"name": "item",
|
|
13085
14156
|
"doc-url": "https://primevue.org/tieredmenu",
|
|
13086
14157
|
"description": "Template of a menuitem."
|
|
14158
|
+
},
|
|
14159
|
+
{
|
|
14160
|
+
"name": "submenuicon",
|
|
14161
|
+
"doc-url": "https://primevue.org/tieredmenu",
|
|
14162
|
+
"description": "Custom submenu icon template."
|
|
14163
|
+
},
|
|
14164
|
+
{
|
|
14165
|
+
"name": "itemicon",
|
|
14166
|
+
"doc-url": "https://primevue.org/tieredmenu",
|
|
14167
|
+
"description": "Custom item icon template."
|
|
13087
14168
|
}
|
|
13088
14169
|
]
|
|
13089
14170
|
},
|
|
@@ -13253,6 +14334,16 @@
|
|
|
13253
14334
|
"name": "message",
|
|
13254
14335
|
"doc-url": "https://primevue.org/toast",
|
|
13255
14336
|
"description": "Custom content for the toast message"
|
|
14337
|
+
},
|
|
14338
|
+
{
|
|
14339
|
+
"name": "icon",
|
|
14340
|
+
"doc-url": "https://primevue.org/toast",
|
|
14341
|
+
"description": "Custom icon template."
|
|
14342
|
+
},
|
|
14343
|
+
{
|
|
14344
|
+
"name": "closeicon",
|
|
14345
|
+
"doc-url": "https://primevue.org/toast",
|
|
14346
|
+
"description": "Custom close icon template."
|
|
13256
14347
|
}
|
|
13257
14348
|
]
|
|
13258
14349
|
},
|
|
@@ -13426,6 +14517,13 @@
|
|
|
13426
14517
|
}
|
|
13427
14518
|
]
|
|
13428
14519
|
}
|
|
14520
|
+
],
|
|
14521
|
+
"slots": [
|
|
14522
|
+
{
|
|
14523
|
+
"name": "icon",
|
|
14524
|
+
"doc-url": "https://primevue.org/togglebutton",
|
|
14525
|
+
"description": "custom icon template."
|
|
14526
|
+
}
|
|
13429
14527
|
]
|
|
13430
14528
|
},
|
|
13431
14529
|
{
|
|
@@ -13446,6 +14544,16 @@
|
|
|
13446
14544
|
"kind": "expression",
|
|
13447
14545
|
"type": "string"
|
|
13448
14546
|
}
|
|
14547
|
+
},
|
|
14548
|
+
{
|
|
14549
|
+
"name": "pt",
|
|
14550
|
+
"default": "null",
|
|
14551
|
+
"doc-url": "https://primevue.org/toolbar",
|
|
14552
|
+
"description": "Uses to pass attributes to DOM elements inside the component.",
|
|
14553
|
+
"value": {
|
|
14554
|
+
"kind": "expression",
|
|
14555
|
+
"type": "any"
|
|
14556
|
+
}
|
|
13449
14557
|
}
|
|
13450
14558
|
],
|
|
13451
14559
|
"slots": [
|
|
@@ -13458,6 +14566,11 @@
|
|
|
13458
14566
|
"name": "end",
|
|
13459
14567
|
"doc-url": "https://primevue.org/toolbar",
|
|
13460
14568
|
"description": "Custom content for the component's right side"
|
|
14569
|
+
},
|
|
14570
|
+
{
|
|
14571
|
+
"name": "center",
|
|
14572
|
+
"doc-url": "https://primevue.org/toolbar",
|
|
14573
|
+
"description": "Custom content for the component's center"
|
|
13461
14574
|
}
|
|
13462
14575
|
]
|
|
13463
14576
|
},
|
|
@@ -13663,6 +14776,28 @@
|
|
|
13663
14776
|
}
|
|
13664
14777
|
]
|
|
13665
14778
|
}
|
|
14779
|
+
],
|
|
14780
|
+
"slots": [
|
|
14781
|
+
{
|
|
14782
|
+
"name": "loadingicon",
|
|
14783
|
+
"doc-url": "https://primevue.org/tree",
|
|
14784
|
+
"description": "Custom loading icon template."
|
|
14785
|
+
},
|
|
14786
|
+
{
|
|
14787
|
+
"name": "searchicon",
|
|
14788
|
+
"doc-url": "https://primevue.org/tree",
|
|
14789
|
+
"description": "Custom search icon template."
|
|
14790
|
+
},
|
|
14791
|
+
{
|
|
14792
|
+
"name": "togglericon",
|
|
14793
|
+
"doc-url": "https://primevue.org/tree",
|
|
14794
|
+
"description": "Custom toggler icon template."
|
|
14795
|
+
},
|
|
14796
|
+
{
|
|
14797
|
+
"name": "checkboxicon",
|
|
14798
|
+
"doc-url": "https://primevue.org/tree",
|
|
14799
|
+
"description": "Custom checkbox icon template."
|
|
14800
|
+
}
|
|
13666
14801
|
]
|
|
13667
14802
|
},
|
|
13668
14803
|
{
|
|
@@ -13954,9 +15089,19 @@
|
|
|
13954
15089
|
"description": "Custom content when there is no data to display"
|
|
13955
15090
|
},
|
|
13956
15091
|
{
|
|
13957
|
-
"name": "
|
|
15092
|
+
"name": "triggericon",
|
|
13958
15093
|
"doc-url": "https://primevue.org/treeselect",
|
|
13959
15094
|
"description": "Custom content for the dropdown indicator"
|
|
15095
|
+
},
|
|
15096
|
+
{
|
|
15097
|
+
"name": "itemtogglericon",
|
|
15098
|
+
"doc-url": "https://primevue.org/treeselect",
|
|
15099
|
+
"description": "Custom item toggler icon template."
|
|
15100
|
+
},
|
|
15101
|
+
{
|
|
15102
|
+
"name": "itemcheckboxicon",
|
|
15103
|
+
"doc-url": "https://primevue.org/treeselect",
|
|
15104
|
+
"description": "Custom item checkbox icon template."
|
|
13960
15105
|
}
|
|
13961
15106
|
]
|
|
13962
15107
|
},
|
|
@@ -14600,27 +15745,67 @@
|
|
|
14600
15745
|
{
|
|
14601
15746
|
"name": "header",
|
|
14602
15747
|
"doc-url": "https://primevue.org/treetable",
|
|
14603
|
-
"description": "Custom content for the component's header"
|
|
15748
|
+
"description": "Custom content for the component's header."
|
|
14604
15749
|
},
|
|
14605
15750
|
{
|
|
14606
15751
|
"name": "paginatorstart",
|
|
14607
15752
|
"doc-url": "https://primevue.org/treetable",
|
|
14608
|
-
"description": "Custom content for the component paginator's left side"
|
|
15753
|
+
"description": "Custom content for the component paginator's left side."
|
|
14609
15754
|
},
|
|
14610
15755
|
{
|
|
14611
15756
|
"name": "paginatorend",
|
|
14612
15757
|
"doc-url": "https://primevue.org/treetable",
|
|
14613
|
-
"description": "Custom content for the component paginator's right side"
|
|
15758
|
+
"description": "Custom content for the component paginator's right side."
|
|
14614
15759
|
},
|
|
14615
15760
|
{
|
|
14616
15761
|
"name": "empty",
|
|
14617
15762
|
"doc-url": "https://primevue.org/treetable",
|
|
14618
|
-
"description": "Custom content when there is no data to display"
|
|
15763
|
+
"description": "Custom content when there is no data to display."
|
|
14619
15764
|
},
|
|
14620
15765
|
{
|
|
14621
15766
|
"name": "footer",
|
|
14622
15767
|
"doc-url": "https://primevue.org/treetable",
|
|
14623
|
-
"description": "Custom content for the component's footer"
|
|
15768
|
+
"description": "Custom content for the component's footer."
|
|
15769
|
+
},
|
|
15770
|
+
{
|
|
15771
|
+
"name": "loadingicon",
|
|
15772
|
+
"doc-url": "https://primevue.org/treetable",
|
|
15773
|
+
"description": "Custom loading icon template."
|
|
15774
|
+
},
|
|
15775
|
+
{
|
|
15776
|
+
"name": "togglericon",
|
|
15777
|
+
"doc-url": "https://primevue.org/treetable",
|
|
15778
|
+
"description": "Custom toggler icon template."
|
|
15779
|
+
},
|
|
15780
|
+
{
|
|
15781
|
+
"name": "checkboxicon",
|
|
15782
|
+
"doc-url": "https://primevue.org/treetable",
|
|
15783
|
+
"description": "Custom checkbox icon template."
|
|
15784
|
+
},
|
|
15785
|
+
{
|
|
15786
|
+
"name": "sorticon",
|
|
15787
|
+
"doc-url": "https://primevue.org/treetable",
|
|
15788
|
+
"description": "Custom sort icon template."
|
|
15789
|
+
},
|
|
15790
|
+
{
|
|
15791
|
+
"name": "paginatorfirstpagelinkicon",
|
|
15792
|
+
"doc-url": "https://primevue.org/treetable",
|
|
15793
|
+
"description": "Custom paginator first page link icon template."
|
|
15794
|
+
},
|
|
15795
|
+
{
|
|
15796
|
+
"name": "paginatorprevpagelinkicon",
|
|
15797
|
+
"doc-url": "https://primevue.org/treetable",
|
|
15798
|
+
"description": "Custom paginator prev page link icon template."
|
|
15799
|
+
},
|
|
15800
|
+
{
|
|
15801
|
+
"name": "paginatornextpagelinkicon",
|
|
15802
|
+
"doc-url": "https://primevue.org/treetable",
|
|
15803
|
+
"description": "Custom paginator next page link icon template."
|
|
15804
|
+
},
|
|
15805
|
+
{
|
|
15806
|
+
"name": "paginatorlastpagelinkicon",
|
|
15807
|
+
"doc-url": "https://primevue.org/treetable",
|
|
15808
|
+
"description": "Custom paginator last page link icon template."
|
|
14624
15809
|
}
|
|
14625
15810
|
]
|
|
14626
15811
|
},
|
|
@@ -14703,6 +15888,23 @@
|
|
|
14703
15888
|
"type": "string"
|
|
14704
15889
|
}
|
|
14705
15890
|
}
|
|
15891
|
+
],
|
|
15892
|
+
"slots": [
|
|
15893
|
+
{
|
|
15894
|
+
"name": "checkicon",
|
|
15895
|
+
"doc-url": "https://primevue.org/tristatecheckbox",
|
|
15896
|
+
"description": "Custom check icon template."
|
|
15897
|
+
},
|
|
15898
|
+
{
|
|
15899
|
+
"name": "uncheckicon",
|
|
15900
|
+
"doc-url": "https://primevue.org/tristatecheckbox",
|
|
15901
|
+
"description": "Custom uncheck icon template."
|
|
15902
|
+
},
|
|
15903
|
+
{
|
|
15904
|
+
"name": "nullableicon",
|
|
15905
|
+
"doc-url": "https://primevue.org/tristatecheckbox",
|
|
15906
|
+
"description": "Custom nullable icon template."
|
|
15907
|
+
}
|
|
14706
15908
|
]
|
|
14707
15909
|
},
|
|
14708
15910
|
{
|
|
@@ -14942,17 +16144,22 @@
|
|
|
14942
16144
|
{
|
|
14943
16145
|
"name": "item",
|
|
14944
16146
|
"doc-url": "https://primevue.org/virtualscroller",
|
|
14945
|
-
"description": "Content for the item"
|
|
16147
|
+
"description": "Content for the item."
|
|
14946
16148
|
},
|
|
14947
16149
|
{
|
|
14948
16150
|
"name": "content",
|
|
14949
16151
|
"doc-url": "https://primevue.org/virtualscroller",
|
|
14950
|
-
"description": "Custom content for the component"
|
|
16152
|
+
"description": "Custom content for the component."
|
|
14951
16153
|
},
|
|
14952
16154
|
{
|
|
14953
16155
|
"name": "loader",
|
|
14954
16156
|
"doc-url": "https://primevue.org/virtualscroller",
|
|
14955
|
-
"description": "Custom content for the loader items"
|
|
16157
|
+
"description": "Custom content for the loader items."
|
|
16158
|
+
},
|
|
16159
|
+
{
|
|
16160
|
+
"name": "loadingicon",
|
|
16161
|
+
"doc-url": "https://primevue.org/virtualscroller",
|
|
16162
|
+
"description": "Custom loading icon template."
|
|
14956
16163
|
}
|
|
14957
16164
|
]
|
|
14958
16165
|
}
|