primevue 3.26.1 → 3.28.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +5 -9
- package/accordion/Accordion.d.ts +46 -2
- package/accordion/Accordion.vue +29 -13
- package/accordion/accordion.cjs.js +60 -33
- package/accordion/accordion.cjs.min.js +1 -1
- package/accordion/accordion.esm.js +58 -34
- package/accordion/accordion.esm.min.js +1 -1
- package/accordion/accordion.js +59 -35
- package/accordion/accordion.min.js +1 -1
- package/accordiontab/AccordionTab.d.ts +76 -1
- package/accordiontab/AccordionTab.vue +3 -0
- package/accordiontab/accordiontab.cjs.js +6 -0
- package/accordiontab/accordiontab.cjs.min.js +1 -1
- package/accordiontab/accordiontab.esm.js +2 -0
- package/accordiontab/accordiontab.esm.min.js +1 -1
- package/accordiontab/accordiontab.js +7 -2
- package/accordiontab/accordiontab.min.js +1 -1
- package/autocomplete/AutoComplete.d.ts +24 -3
- package/autocomplete/AutoComplete.vue +25 -10
- package/autocomplete/autocomplete.cjs.js +65 -36
- package/autocomplete/autocomplete.cjs.min.js +1 -1
- package/autocomplete/autocomplete.esm.js +63 -37
- package/autocomplete/autocomplete.esm.min.js +1 -1
- package/autocomplete/autocomplete.js +64 -38
- package/autocomplete/autocomplete.min.js +1 -1
- package/avatar/Avatar.d.ts +49 -0
- package/avatar/Avatar.vue +8 -7
- package/avatar/avatar.cjs.js +31 -24
- package/avatar/avatar.cjs.min.js +1 -1
- package/avatar/avatar.esm.js +28 -25
- package/avatar/avatar.esm.min.js +1 -1
- package/avatar/avatar.js +32 -26
- package/avatar/avatar.min.js +1 -1
- package/avatargroup/AvatarGroup.d.ts +27 -1
- package/avatargroup/AvatarGroup.vue +5 -2
- package/avatargroup/avatargroup.cjs.js +9 -5
- package/avatargroup/avatargroup.cjs.min.js +1 -1
- package/avatargroup/avatargroup.esm.js +6 -6
- package/avatargroup/avatargroup.esm.min.js +1 -1
- package/avatargroup/avatargroup.js +10 -7
- package/avatargroup/avatargroup.min.js +1 -1
- package/badge/Badge.d.ts +32 -0
- package/badge/Badge.vue +3 -1
- package/badge/badge.cjs.js +8 -4
- package/badge/badge.cjs.min.js +1 -1
- package/badge/badge.esm.js +5 -5
- package/badge/badge.esm.min.js +1 -1
- package/badge/badge.js +9 -6
- package/badge/badge.min.js +1 -1
- package/basecomponent/BaseComponent.vue +33 -0
- package/basecomponent/basecomponent.cjs.js +35 -0
- package/basecomponent/basecomponent.cjs.min.js +1 -0
- package/basecomponent/basecomponent.esm.js +33 -0
- package/basecomponent/basecomponent.esm.min.js +1 -0
- package/basecomponent/basecomponent.js +37 -0
- package/basecomponent/basecomponent.min.js +1 -0
- package/basecomponent/package.json +8 -0
- package/baseicon/BaseIcon.vue +66 -0
- package/baseicon/baseicon.cjs.js +66 -0
- package/baseicon/baseicon.cjs.min.js +1 -0
- package/baseicon/baseicon.esm.js +64 -0
- package/baseicon/baseicon.esm.min.js +1 -0
- package/baseicon/baseicon.js +68 -0
- package/baseicon/baseicon.min.js +1 -0
- package/baseicon/package.json +8 -0
- package/blockui/BlockUI.d.ts +44 -0
- package/blockui/BlockUI.vue +3 -1
- package/blockui/blockui.cjs.js +9 -3
- package/blockui/blockui.cjs.min.js +1 -1
- package/blockui/blockui.esm.js +6 -4
- package/blockui/blockui.esm.min.js +1 -1
- package/blockui/blockui.js +10 -5
- package/blockui/blockui.min.js +1 -1
- package/breadcrumb/Breadcrumb.d.ts +78 -0
- package/breadcrumb/Breadcrumb.vue +13 -7
- package/breadcrumb/BreadcrumbItem.vue +17 -16
- package/breadcrumb/breadcrumb.cjs.js +82 -69
- package/breadcrumb/breadcrumb.cjs.min.js +1 -1
- package/breadcrumb/breadcrumb.esm.js +78 -70
- package/breadcrumb/breadcrumb.esm.min.js +1 -1
- package/breadcrumb/breadcrumb.js +82 -71
- package/breadcrumb/breadcrumb.min.js +1 -1
- package/button/Button.d.ts +68 -1
- package/button/Button.vue +25 -9
- package/button/button.cjs.js +50 -22
- package/button/button.cjs.min.js +1 -1
- package/button/button.esm.js +49 -23
- package/button/button.esm.min.js +1 -1
- package/button/button.js +50 -24
- package/button/button.min.js +1 -1
- package/calendar/Calendar.d.ts +25 -5
- package/calendar/Calendar.vue +56 -23
- package/calendar/calendar.cjs.js +84 -43
- package/calendar/calendar.cjs.min.js +1 -1
- package/calendar/calendar.esm.js +80 -44
- package/calendar/calendar.esm.min.js +1 -1
- package/calendar/calendar.js +81 -45
- package/calendar/calendar.min.js +1 -1
- package/card/Card.d.ts +51 -1
- package/card/Card.vue +15 -14
- package/card/card.cjs.js +33 -65
- package/card/card.cjs.min.js +1 -1
- package/card/card.esm.js +30 -66
- package/card/card.esm.min.js +1 -1
- package/card/card.js +34 -67
- package/card/card.min.js +1 -1
- package/carousel/Carousel.d.ts +8 -0
- package/carousel/Carousel.vue +16 -2
- package/carousel/carousel.cjs.js +20 -6
- package/carousel/carousel.cjs.min.js +1 -1
- package/carousel/carousel.esm.js +17 -7
- package/carousel/carousel.esm.min.js +1 -1
- package/carousel/carousel.js +18 -8
- package/carousel/carousel.min.js +1 -1
- package/cascadeselect/CascadeSelect.d.ts +16 -3
- package/cascadeselect/CascadeSelect.vue +16 -9
- package/cascadeselect/CascadeSelectSub.vue +10 -1
- package/cascadeselect/cascadeselect.cjs.js +46 -14
- package/cascadeselect/cascadeselect.cjs.min.js +1 -1
- package/cascadeselect/cascadeselect.esm.js +43 -14
- package/cascadeselect/cascadeselect.esm.min.js +1 -1
- package/cascadeselect/cascadeselect.js +45 -16
- package/cascadeselect/cascadeselect.min.js +1 -1
- package/chart/Chart.d.ts +36 -0
- package/chart/Chart.vue +5 -2
- package/chart/chart.cjs.js +10 -5
- package/chart/chart.cjs.min.js +1 -1
- package/chart/chart.esm.js +7 -6
- package/chart/chart.esm.min.js +1 -1
- package/chart/chart.js +11 -7
- package/chart/chart.min.js +1 -1
- package/checkbox/Checkbox.d.ts +13 -2
- package/checkbox/Checkbox.vue +7 -1
- package/checkbox/checkbox.cjs.js +11 -3
- package/checkbox/checkbox.cjs.min.js +1 -1
- package/checkbox/checkbox.esm.js +8 -4
- package/checkbox/checkbox.esm.min.js +1 -1
- package/checkbox/checkbox.js +12 -5
- package/checkbox/checkbox.min.js +1 -1
- package/chip/Chip.d.ts +80 -1
- package/chip/Chip.vue +16 -12
- package/chip/chip.cjs.js +43 -29
- package/chip/chip.cjs.min.js +1 -1
- package/chip/chip.esm.js +39 -30
- package/chip/chip.esm.min.js +1 -1
- package/chip/chip.js +43 -31
- package/chip/chip.min.js +1 -1
- package/chips/Chips.d.ts +12 -1
- package/chips/Chips.vue +8 -2
- package/chips/chips.cjs.js +22 -11
- package/chips/chips.cjs.min.js +1 -1
- package/chips/chips.esm.js +19 -12
- package/chips/chips.esm.min.js +1 -1
- package/chips/chips.js +23 -13
- package/chips/chips.min.js +1 -1
- package/column/Column.d.ts +77 -1
- package/column/Column.vue +1 -1
- package/column/column.cjs.js +1 -1
- package/column/column.cjs.min.js +1 -1
- package/column/column.esm.js +1 -1
- package/column/column.esm.min.js +1 -1
- package/column/column.js +1 -1
- package/column/column.min.js +1 -1
- package/config/PrimeVue.d.ts +8 -0
- package/config/config.cjs.js +3 -1
- package/config/config.cjs.min.js +1 -1
- package/config/config.esm.js +3 -2
- package/config/config.esm.min.js +1 -1
- package/config/config.js +3 -1
- package/config/config.min.js +1 -1
- package/confirmdialog/ConfirmDialog.d.ts +111 -1
- package/confirmdialog/ConfirmDialog.vue +22 -4
- package/confirmdialog/confirmdialog.cjs.js +47 -18
- package/confirmdialog/confirmdialog.cjs.min.js +1 -1
- package/confirmdialog/confirmdialog.esm.js +47 -19
- package/confirmdialog/confirmdialog.esm.min.js +1 -1
- package/confirmdialog/confirmdialog.js +48 -20
- package/confirmdialog/confirmdialog.min.js +1 -1
- package/confirmpopup/ConfirmPopup.d.ts +98 -1
- package/confirmpopup/ConfirmPopup.vue +24 -7
- package/confirmpopup/confirmpopup.cjs.js +51 -23
- package/confirmpopup/confirmpopup.cjs.min.js +1 -1
- package/confirmpopup/confirmpopup.esm.js +51 -24
- package/confirmpopup/confirmpopup.esm.min.js +1 -1
- package/confirmpopup/confirmpopup.js +52 -25
- package/confirmpopup/confirmpopup.min.js +1 -1
- package/contextmenu/ContextMenu.d.ts +158 -0
- package/contextmenu/ContextMenu.vue +5 -2
- package/contextmenu/ContextMenuSub.vue +60 -15
- package/contextmenu/contextmenu.cjs.js +93 -57
- package/contextmenu/contextmenu.cjs.min.js +1 -1
- package/contextmenu/contextmenu.esm.js +92 -58
- package/contextmenu/contextmenu.esm.min.js +1 -1
- package/contextmenu/contextmenu.js +93 -59
- package/contextmenu/contextmenu.min.js +1 -1
- package/core/core.js +2825 -424
- package/core/core.min.js +108 -14
- package/datatable/BodyCell.vue +44 -13
- package/datatable/ColumnFilter.vue +59 -17
- package/datatable/DataTable.d.ts +41 -3
- package/datatable/DataTable.vue +46 -10
- package/datatable/FooterCell.vue +1 -1
- package/datatable/HeaderCell.vue +36 -15
- package/datatable/HeaderCheckbox.vue +11 -2
- package/datatable/RowCheckbox.vue +11 -2
- package/datatable/TableBody.vue +15 -13
- package/datatable/TableFooter.vue +1 -1
- package/datatable/TableHeader.vue +10 -0
- package/datatable/datatable.cjs.js +424 -139
- package/datatable/datatable.cjs.min.js +1 -1
- package/datatable/datatable.esm.js +409 -140
- package/datatable/datatable.esm.min.js +1 -1
- package/datatable/datatable.js +410 -141
- package/datatable/datatable.min.js +1 -1
- package/dataviewlayoutoptions/DataViewLayoutOptions.d.ts +12 -2
- package/dataviewlayoutoptions/DataViewLayoutOptions.vue +13 -2
- package/dataviewlayoutoptions/dataviewlayoutoptions.cjs.js +25 -11
- package/dataviewlayoutoptions/dataviewlayoutoptions.cjs.min.js +1 -1
- package/dataviewlayoutoptions/dataviewlayoutoptions.esm.js +21 -12
- package/dataviewlayoutoptions/dataviewlayoutoptions.esm.min.js +1 -1
- package/dataviewlayoutoptions/dataviewlayoutoptions.js +25 -13
- package/dataviewlayoutoptions/dataviewlayoutoptions.min.js +1 -1
- package/deferredcontent/DeferredContent.d.ts +49 -1
- package/deferredcontent/DeferredContent.vue +4 -1
- package/deferredcontent/deferredcontent.cjs.js +8 -4
- package/deferredcontent/deferredcontent.cjs.min.js +1 -1
- package/deferredcontent/deferredcontent.esm.js +5 -5
- package/deferredcontent/deferredcontent.esm.min.js +1 -1
- package/deferredcontent/deferredcontent.js +9 -6
- package/deferredcontent/deferredcontent.min.js +1 -1
- package/dialog/Dialog.d.ts +105 -4
- package/dialog/Dialog.vue +43 -21
- package/dialog/dialog.cjs.js +54 -41
- package/dialog/dialog.cjs.min.js +1 -1
- package/dialog/dialog.esm.js +51 -42
- package/dialog/dialog.esm.min.js +1 -1
- package/dialog/dialog.js +52 -43
- package/dialog/dialog.min.js +1 -1
- package/divider/Divider.d.ts +36 -0
- package/divider/Divider.vue +5 -2
- package/divider/divider.cjs.js +15 -10
- package/divider/divider.cjs.min.js +1 -1
- package/divider/divider.esm.js +12 -11
- package/divider/divider.esm.min.js +1 -1
- package/divider/divider.js +16 -12
- package/divider/divider.min.js +1 -1
- package/dock/Dock.d.ts +94 -0
- package/dock/Dock.vue +4 -2
- package/dock/DockSub.vue +30 -6
- package/dock/dock.cjs.js +52 -39
- package/dock/dock.cjs.min.js +1 -1
- package/dock/dock.esm.js +52 -40
- package/dock/dock.esm.min.js +1 -1
- package/dock/dock.js +53 -41
- package/dock/dock.min.js +1 -1
- package/dropdown/Dropdown.d.ts +40 -4
- package/dropdown/Dropdown.vue +26 -13
- package/dropdown/dropdown.cjs.js +68 -31
- package/dropdown/dropdown.cjs.min.js +1 -1
- package/dropdown/dropdown.esm.js +65 -32
- package/dropdown/dropdown.esm.min.js +1 -1
- package/dropdown/dropdown.js +66 -33
- package/dropdown/dropdown.min.js +1 -1
- package/dynamicdialog/DynamicDialog.vue +3 -1
- package/dynamicdialog/dynamicdialog.cjs.js +5 -1
- package/dynamicdialog/dynamicdialog.cjs.min.js +1 -1
- package/dynamicdialog/dynamicdialog.esm.js +4 -1
- package/dynamicdialog/dynamicdialog.esm.min.js +1 -1
- package/dynamicdialog/dynamicdialog.js +6 -3
- package/dynamicdialog/dynamicdialog.min.js +1 -1
- package/fieldset/Fieldset.d.ts +73 -0
- package/fieldset/Fieldset.vue +18 -17
- package/fieldset/fieldset.cjs.js +33 -34
- package/fieldset/fieldset.cjs.min.js +1 -1
- package/fieldset/fieldset.esm.js +31 -35
- package/fieldset/fieldset.esm.min.js +1 -1
- package/fieldset/fieldset.js +32 -36
- package/fieldset/fieldset.min.js +1 -1
- package/fileupload/FileContent.vue +22 -9
- package/fileupload/FileUpload.d.ts +182 -3
- package/fileupload/FileUpload.vue +52 -31
- package/fileupload/fileupload.cjs.js +163 -100
- package/fileupload/fileupload.cjs.min.js +1 -1
- package/fileupload/fileupload.esm.js +160 -101
- package/fileupload/fileupload.esm.min.js +1 -1
- package/fileupload/fileupload.js +161 -102
- package/fileupload/fileupload.min.js +1 -1
- package/galleria/Galleria.d.ts +20 -0
- package/galleria/Galleria.vue +2 -2
- package/galleria/GalleriaContent.vue +7 -2
- package/galleria/GalleriaItem.vue +8 -2
- package/galleria/GalleriaThumbnails.vue +12 -20
- package/galleria/galleria.cjs.js +60 -64
- package/galleria/galleria.cjs.min.js +1 -1
- package/galleria/galleria.esm.js +56 -65
- package/galleria/galleria.esm.min.js +1 -1
- package/galleria/galleria.js +57 -66
- package/galleria/galleria.min.js +1 -1
- package/icons/angledoubledown/index.cjs.js +37 -0
- package/icons/angledoubledown/index.cjs.min.js +1 -0
- package/icons/angledoubledown/index.d.ts +12 -0
- package/icons/angledoubledown/index.esm.js +31 -0
- package/icons/angledoubledown/index.esm.min.js +1 -0
- package/icons/angledoubledown/index.js +39 -0
- package/icons/angledoubledown/index.min.js +1 -0
- package/icons/angledoubledown/index.vue +18 -0
- package/icons/angledoubledown/package.json +9 -0
- package/icons/angledoubleleft/index.cjs.js +37 -0
- package/icons/angledoubleleft/index.cjs.min.js +1 -0
- package/icons/angledoubleleft/index.d.ts +12 -0
- package/icons/angledoubleleft/index.esm.js +31 -0
- package/icons/angledoubleleft/index.esm.min.js +1 -0
- package/icons/angledoubleleft/index.js +39 -0
- package/icons/angledoubleleft/index.min.js +1 -0
- package/icons/angledoubleleft/index.vue +18 -0
- package/icons/angledoubleleft/package.json +9 -0
- package/icons/angledoubleright/index.cjs.js +37 -0
- package/icons/angledoubleright/index.cjs.min.js +1 -0
- package/icons/angledoubleright/index.d.ts +12 -0
- package/icons/angledoubleright/index.esm.js +31 -0
- package/icons/angledoubleright/index.esm.min.js +1 -0
- package/icons/angledoubleright/index.js +39 -0
- package/icons/angledoubleright/index.min.js +1 -0
- package/icons/angledoubleright/index.vue +18 -0
- package/icons/angledoubleright/package.json +9 -0
- package/icons/angledoubleup/index.cjs.js +37 -0
- package/icons/angledoubleup/index.cjs.min.js +1 -0
- package/icons/angledoubleup/index.d.ts +12 -0
- package/icons/angledoubleup/index.esm.js +31 -0
- package/icons/angledoubleup/index.esm.min.js +1 -0
- package/icons/angledoubleup/index.js +39 -0
- package/icons/angledoubleup/index.min.js +1 -0
- package/icons/angledoubleup/index.vue +18 -0
- package/icons/angledoubleup/package.json +9 -0
- package/icons/angledown/index.cjs.js +35 -0
- package/icons/angledown/index.cjs.min.js +1 -0
- package/icons/angledown/index.d.ts +12 -0
- package/icons/angledown/index.esm.js +29 -0
- package/icons/angledown/index.esm.min.js +1 -0
- package/icons/angledown/index.js +37 -0
- package/icons/angledown/index.min.js +1 -0
- package/icons/angledown/index.vue +16 -0
- package/icons/angledown/package.json +9 -0
- package/icons/angleleft/index.cjs.js +35 -0
- package/icons/angleleft/index.cjs.min.js +1 -0
- package/icons/angleleft/index.d.ts +12 -0
- package/icons/angleleft/index.esm.js +29 -0
- package/icons/angleleft/index.esm.min.js +1 -0
- package/icons/angleleft/index.js +37 -0
- package/icons/angleleft/index.min.js +1 -0
- package/icons/angleleft/index.vue +16 -0
- package/icons/angleleft/package.json +9 -0
- package/icons/angleright/index.cjs.js +35 -0
- package/icons/angleright/index.cjs.min.js +1 -0
- package/icons/angleright/index.d.ts +12 -0
- package/icons/angleright/index.esm.js +29 -0
- package/icons/angleright/index.esm.min.js +1 -0
- package/icons/angleright/index.js +37 -0
- package/icons/angleright/index.min.js +1 -0
- package/icons/angleright/index.vue +16 -0
- package/icons/angleright/package.json +9 -0
- package/icons/angleup/index.cjs.js +35 -0
- package/icons/angleup/index.cjs.min.js +1 -0
- package/icons/angleup/index.d.ts +12 -0
- package/icons/angleup/index.esm.js +29 -0
- package/icons/angleup/index.esm.min.js +1 -0
- package/icons/angleup/index.js +37 -0
- package/icons/angleup/index.min.js +1 -0
- package/icons/angleup/index.vue +16 -0
- package/icons/angleup/package.json +9 -0
- package/icons/arrowdown/index.cjs.js +49 -0
- package/icons/arrowdown/index.cjs.min.js +1 -0
- package/icons/arrowdown/index.d.ts +12 -0
- package/icons/arrowdown/index.esm.js +43 -0
- package/icons/arrowdown/index.esm.min.js +1 -0
- package/icons/arrowdown/index.js +51 -0
- package/icons/arrowdown/index.min.js +1 -0
- package/icons/arrowdown/index.vue +25 -0
- package/icons/arrowdown/package.json +9 -0
- package/icons/arrowup/index.cjs.js +49 -0
- package/icons/arrowup/index.cjs.min.js +1 -0
- package/icons/arrowup/index.d.ts +12 -0
- package/icons/arrowup/index.esm.js +43 -0
- package/icons/arrowup/index.esm.min.js +1 -0
- package/icons/arrowup/index.js +51 -0
- package/icons/arrowup/index.min.js +1 -0
- package/icons/arrowup/index.vue +25 -0
- package/icons/arrowup/package.json +9 -0
- package/icons/ban/index.cjs.js +47 -0
- package/icons/ban/index.cjs.min.js +1 -0
- package/icons/ban/index.d.ts +12 -0
- package/icons/ban/index.esm.js +41 -0
- package/icons/ban/index.esm.min.js +1 -0
- package/icons/ban/index.js +49 -0
- package/icons/ban/index.min.js +1 -0
- package/icons/ban/index.vue +23 -0
- package/icons/ban/package.json +9 -0
- package/icons/bars/index.cjs.js +37 -0
- package/icons/bars/index.cjs.min.js +1 -0
- package/icons/bars/index.d.ts +12 -0
- package/icons/bars/index.esm.js +31 -0
- package/icons/bars/index.esm.min.js +1 -0
- package/icons/bars/index.js +39 -0
- package/icons/bars/index.min.js +1 -0
- package/icons/bars/index.vue +18 -0
- package/icons/bars/package.json +9 -0
- package/icons/calendar/index.cjs.js +35 -0
- package/icons/calendar/index.cjs.min.js +1 -0
- package/icons/calendar/index.d.ts +12 -0
- package/icons/calendar/index.esm.js +29 -0
- package/icons/calendar/index.esm.min.js +1 -0
- package/icons/calendar/index.js +37 -0
- package/icons/calendar/index.min.js +1 -0
- package/icons/calendar/index.vue +16 -0
- package/icons/calendar/package.json +9 -0
- package/icons/check/index.cjs.js +35 -0
- package/icons/check/index.cjs.min.js +1 -0
- package/icons/check/index.d.ts +12 -0
- package/icons/check/index.esm.js +29 -0
- package/icons/check/index.esm.min.js +1 -0
- package/icons/check/index.js +37 -0
- package/icons/check/index.min.js +1 -0
- package/icons/check/index.vue +16 -0
- package/icons/check/package.json +9 -0
- package/icons/chevrondown/index.cjs.js +35 -0
- package/icons/chevrondown/index.cjs.min.js +1 -0
- package/icons/chevrondown/index.d.ts +12 -0
- package/icons/chevrondown/index.esm.js +29 -0
- package/icons/chevrondown/index.esm.min.js +1 -0
- package/icons/chevrondown/index.js +37 -0
- package/icons/chevrondown/index.min.js +1 -0
- package/icons/chevrondown/index.vue +16 -0
- package/icons/chevrondown/package.json +9 -0
- package/icons/chevronleft/index.cjs.js +35 -0
- package/icons/chevronleft/index.cjs.min.js +1 -0
- package/icons/chevronleft/index.d.ts +12 -0
- package/icons/chevronleft/index.esm.js +29 -0
- package/icons/chevronleft/index.esm.min.js +1 -0
- package/icons/chevronleft/index.js +37 -0
- package/icons/chevronleft/index.min.js +1 -0
- package/icons/chevronleft/index.vue +16 -0
- package/icons/chevronleft/package.json +9 -0
- package/icons/chevronright/index.cjs.js +35 -0
- package/icons/chevronright/index.cjs.min.js +1 -0
- package/icons/chevronright/index.d.ts +12 -0
- package/icons/chevronright/index.esm.js +29 -0
- package/icons/chevronright/index.esm.min.js +1 -0
- package/icons/chevronright/index.js +37 -0
- package/icons/chevronright/index.min.js +1 -0
- package/icons/chevronright/index.vue +16 -0
- package/icons/chevronright/package.json +9 -0
- package/icons/chevronup/index.cjs.js +35 -0
- package/icons/chevronup/index.cjs.min.js +1 -0
- package/icons/chevronup/index.d.ts +12 -0
- package/icons/chevronup/index.esm.js +29 -0
- package/icons/chevronup/index.esm.min.js +1 -0
- package/icons/chevronup/index.js +37 -0
- package/icons/chevronup/index.min.js +1 -0
- package/icons/chevronup/index.vue +16 -0
- package/icons/chevronup/package.json +9 -0
- package/icons/exclamationtriangle/index.cjs.js +32 -0
- package/icons/exclamationtriangle/index.cjs.min.js +1 -0
- package/icons/exclamationtriangle/index.d.ts +12 -0
- package/icons/exclamationtriangle/index.esm.js +26 -0
- package/icons/exclamationtriangle/index.esm.min.js +1 -0
- package/icons/exclamationtriangle/index.js +34 -0
- package/icons/exclamationtriangle/index.min.js +1 -0
- package/icons/exclamationtriangle/index.vue +31 -0
- package/icons/exclamationtriangle/package.json +9 -0
- package/icons/eye/index.cjs.js +37 -0
- package/icons/eye/index.cjs.min.js +1 -0
- package/icons/eye/index.d.ts +12 -0
- package/icons/eye/index.esm.js +31 -0
- package/icons/eye/index.esm.min.js +1 -0
- package/icons/eye/index.js +39 -0
- package/icons/eye/index.min.js +1 -0
- package/icons/eye/index.vue +18 -0
- package/icons/eye/package.json +9 -0
- package/icons/eyeslash/index.cjs.js +49 -0
- package/icons/eyeslash/index.cjs.min.js +1 -0
- package/icons/eyeslash/index.d.ts +12 -0
- package/icons/eyeslash/index.esm.js +43 -0
- package/icons/eyeslash/index.esm.min.js +1 -0
- package/icons/eyeslash/index.js +51 -0
- package/icons/eyeslash/index.min.js +1 -0
- package/icons/eyeslash/index.vue +25 -0
- package/icons/eyeslash/package.json +9 -0
- package/icons/filter/index.cjs.js +47 -0
- package/icons/filter/index.cjs.min.js +1 -0
- package/icons/filter/index.d.ts +12 -0
- package/icons/filter/index.esm.js +41 -0
- package/icons/filter/index.esm.min.js +1 -0
- package/icons/filter/index.js +49 -0
- package/icons/filter/index.min.js +1 -0
- package/icons/filter/index.vue +23 -0
- package/icons/filter/package.json +9 -0
- package/icons/filterslash/index.cjs.js +49 -0
- package/icons/filterslash/index.cjs.min.js +1 -0
- package/icons/filterslash/index.d.ts +12 -0
- package/icons/filterslash/index.esm.js +43 -0
- package/icons/filterslash/index.esm.min.js +1 -0
- package/icons/filterslash/index.js +51 -0
- package/icons/filterslash/index.min.js +1 -0
- package/icons/filterslash/index.vue +25 -0
- package/icons/filterslash/package.json +9 -0
- package/icons/index.d.ts +12 -0
- package/icons/infocircle/index.cjs.js +49 -0
- package/icons/infocircle/index.cjs.min.js +1 -0
- package/icons/infocircle/index.d.ts +12 -0
- package/icons/infocircle/index.esm.js +43 -0
- package/icons/infocircle/index.esm.min.js +1 -0
- package/icons/infocircle/index.js +51 -0
- package/icons/infocircle/index.min.js +1 -0
- package/icons/infocircle/index.vue +25 -0
- package/icons/infocircle/package.json +9 -0
- package/icons/minus/index.cjs.js +35 -0
- package/icons/minus/index.cjs.min.js +1 -0
- package/icons/minus/index.d.ts +12 -0
- package/icons/minus/index.esm.js +29 -0
- package/icons/minus/index.esm.min.js +1 -0
- package/icons/minus/index.js +37 -0
- package/icons/minus/index.min.js +1 -0
- package/icons/minus/index.vue +16 -0
- package/icons/minus/package.json +9 -0
- package/icons/pencil/index.cjs.js +47 -0
- package/icons/pencil/index.cjs.min.js +1 -0
- package/icons/pencil/index.d.ts +12 -0
- package/icons/pencil/index.esm.js +41 -0
- package/icons/pencil/index.esm.min.js +1 -0
- package/icons/pencil/index.js +49 -0
- package/icons/pencil/index.min.js +1 -0
- package/icons/pencil/index.vue +23 -0
- package/icons/pencil/package.json +9 -0
- package/icons/plus/index.cjs.js +47 -0
- package/icons/plus/index.cjs.min.js +1 -0
- package/icons/plus/index.d.ts +12 -0
- package/icons/plus/index.esm.js +41 -0
- package/icons/plus/index.esm.min.js +1 -0
- package/icons/plus/index.js +49 -0
- package/icons/plus/index.min.js +1 -0
- package/icons/plus/index.vue +23 -0
- package/icons/plus/package.json +9 -0
- package/icons/refresh/index.cjs.js +49 -0
- package/icons/refresh/index.cjs.min.js +1 -0
- package/icons/refresh/index.d.ts +12 -0
- package/icons/refresh/index.esm.js +43 -0
- package/icons/refresh/index.esm.min.js +1 -0
- package/icons/refresh/index.js +51 -0
- package/icons/refresh/index.min.js +1 -0
- package/icons/refresh/index.vue +25 -0
- package/icons/refresh/package.json +9 -0
- package/icons/search/index.cjs.js +49 -0
- package/icons/search/index.cjs.min.js +1 -0
- package/icons/search/index.d.ts +12 -0
- package/icons/search/index.esm.js +43 -0
- package/icons/search/index.esm.min.js +1 -0
- package/icons/search/index.js +51 -0
- package/icons/search/index.min.js +1 -0
- package/icons/search/index.vue +25 -0
- package/icons/search/package.json +9 -0
- package/icons/searchminus/index.cjs.js +49 -0
- package/icons/searchminus/index.cjs.min.js +1 -0
- package/icons/searchminus/index.d.ts +12 -0
- package/icons/searchminus/index.esm.js +43 -0
- package/icons/searchminus/index.esm.min.js +1 -0
- package/icons/searchminus/index.js +51 -0
- package/icons/searchminus/index.min.js +1 -0
- package/icons/searchminus/index.vue +25 -0
- package/icons/searchminus/package.json +9 -0
- package/icons/searchplus/index.cjs.js +49 -0
- package/icons/searchplus/index.cjs.min.js +1 -0
- package/icons/searchplus/index.d.ts +12 -0
- package/icons/searchplus/index.esm.js +43 -0
- package/icons/searchplus/index.esm.min.js +1 -0
- package/icons/searchplus/index.js +51 -0
- package/icons/searchplus/index.min.js +1 -0
- package/icons/searchplus/index.vue +25 -0
- package/icons/searchplus/package.json +9 -0
- package/icons/sortalt/index.cjs.js +32 -0
- package/icons/sortalt/index.cjs.min.js +1 -0
- package/icons/sortalt/index.d.ts +12 -0
- package/icons/sortalt/index.esm.js +26 -0
- package/icons/sortalt/index.esm.min.js +1 -0
- package/icons/sortalt/index.js +34 -0
- package/icons/sortalt/index.min.js +1 -0
- package/icons/sortalt/index.vue +29 -0
- package/icons/sortalt/package.json +9 -0
- package/icons/sortamountdown/index.cjs.js +32 -0
- package/icons/sortamountdown/index.cjs.min.js +1 -0
- package/icons/sortamountdown/index.d.ts +12 -0
- package/icons/sortamountdown/index.esm.js +26 -0
- package/icons/sortamountdown/index.esm.min.js +1 -0
- package/icons/sortamountdown/index.js +34 -0
- package/icons/sortamountdown/index.min.js +1 -0
- package/icons/sortamountdown/index.vue +43 -0
- package/icons/sortamountdown/package.json +9 -0
- package/icons/sortamountupalt/index.cjs.js +32 -0
- package/icons/sortamountupalt/index.cjs.min.js +1 -0
- package/icons/sortamountupalt/index.d.ts +12 -0
- package/icons/sortamountupalt/index.esm.js +26 -0
- package/icons/sortamountupalt/index.esm.min.js +1 -0
- package/icons/sortamountupalt/index.js +34 -0
- package/icons/sortamountupalt/index.min.js +1 -0
- package/icons/sortamountupalt/index.vue +43 -0
- package/icons/sortamountupalt/package.json +9 -0
- package/icons/spinner/index.cjs.js +47 -0
- package/icons/spinner/index.cjs.min.js +1 -0
- package/icons/spinner/index.d.ts +12 -0
- package/icons/spinner/index.esm.js +41 -0
- package/icons/spinner/index.esm.min.js +1 -0
- package/icons/spinner/index.js +49 -0
- package/icons/spinner/index.min.js +1 -0
- package/icons/spinner/index.vue +23 -0
- package/icons/spinner/package.json +9 -0
- package/icons/star/index.cjs.js +47 -0
- package/icons/star/index.cjs.min.js +1 -0
- package/icons/star/index.d.ts +12 -0
- package/icons/star/index.esm.js +41 -0
- package/icons/star/index.esm.min.js +1 -0
- package/icons/star/index.js +49 -0
- package/icons/star/index.min.js +1 -0
- package/icons/star/index.vue +23 -0
- package/icons/star/package.json +9 -0
- package/icons/starfill/index.cjs.js +47 -0
- package/icons/starfill/index.cjs.min.js +1 -0
- package/icons/starfill/index.d.ts +12 -0
- package/icons/starfill/index.esm.js +41 -0
- package/icons/starfill/index.esm.min.js +1 -0
- package/icons/starfill/index.js +49 -0
- package/icons/starfill/index.min.js +1 -0
- package/icons/starfill/index.vue +23 -0
- package/icons/starfill/package.json +9 -0
- package/icons/thlarge/index.cjs.js +49 -0
- package/icons/thlarge/index.cjs.min.js +1 -0
- package/icons/thlarge/index.d.ts +12 -0
- package/icons/thlarge/index.esm.js +43 -0
- package/icons/thlarge/index.esm.min.js +1 -0
- package/icons/thlarge/index.js +51 -0
- package/icons/thlarge/index.min.js +1 -0
- package/icons/thlarge/index.vue +25 -0
- package/icons/thlarge/package.json +9 -0
- package/icons/times/index.cjs.js +35 -0
- package/icons/times/index.cjs.min.js +1 -0
- package/icons/times/index.d.ts +12 -0
- package/icons/times/index.esm.js +29 -0
- package/icons/times/index.esm.min.js +1 -0
- package/icons/times/index.js +37 -0
- package/icons/times/index.min.js +1 -0
- package/icons/times/index.vue +16 -0
- package/icons/times/package.json +9 -0
- package/icons/timescircle/index.cjs.js +49 -0
- package/icons/timescircle/index.cjs.min.js +1 -0
- package/icons/timescircle/index.d.ts +12 -0
- package/icons/timescircle/index.esm.js +43 -0
- package/icons/timescircle/index.esm.min.js +1 -0
- package/icons/timescircle/index.js +51 -0
- package/icons/timescircle/index.min.js +1 -0
- package/icons/timescircle/index.vue +25 -0
- package/icons/timescircle/package.json +9 -0
- package/icons/trash/index.cjs.js +49 -0
- package/icons/trash/index.cjs.min.js +1 -0
- package/icons/trash/index.d.ts +12 -0
- package/icons/trash/index.esm.js +43 -0
- package/icons/trash/index.esm.min.js +1 -0
- package/icons/trash/index.js +51 -0
- package/icons/trash/index.min.js +1 -0
- package/icons/trash/index.vue +25 -0
- package/icons/trash/package.json +9 -0
- package/icons/undo/index.cjs.js +49 -0
- package/icons/undo/index.cjs.min.js +1 -0
- package/icons/undo/index.d.ts +12 -0
- package/icons/undo/index.esm.js +43 -0
- package/icons/undo/index.esm.min.js +1 -0
- package/icons/undo/index.js +51 -0
- package/icons/undo/index.min.js +1 -0
- package/icons/undo/index.vue +25 -0
- package/icons/undo/package.json +9 -0
- package/icons/upload/index.cjs.js +49 -0
- package/icons/upload/index.cjs.min.js +1 -0
- package/icons/upload/index.d.ts +12 -0
- package/icons/upload/index.esm.js +43 -0
- package/icons/upload/index.esm.min.js +1 -0
- package/icons/upload/index.js +51 -0
- package/icons/upload/index.min.js +1 -0
- package/icons/upload/index.vue +25 -0
- package/icons/upload/package.json +9 -0
- package/icons/windowmaximize/index.cjs.js +49 -0
- package/icons/windowmaximize/index.cjs.min.js +1 -0
- package/icons/windowmaximize/index.d.ts +12 -0
- package/icons/windowmaximize/index.esm.js +43 -0
- package/icons/windowmaximize/index.esm.min.js +1 -0
- package/icons/windowmaximize/index.js +51 -0
- package/icons/windowmaximize/index.min.js +1 -0
- package/icons/windowmaximize/index.vue +25 -0
- package/icons/windowmaximize/package.json +9 -0
- package/icons/windowminimize/index.cjs.js +49 -0
- package/icons/windowminimize/index.cjs.min.js +1 -0
- package/icons/windowminimize/index.d.ts +12 -0
- package/icons/windowminimize/index.esm.js +43 -0
- package/icons/windowminimize/index.esm.min.js +1 -0
- package/icons/windowminimize/index.js +51 -0
- package/icons/windowminimize/index.min.js +1 -0
- package/icons/windowminimize/index.vue +25 -0
- package/icons/windowminimize/package.json +9 -0
- package/image/Image.d.ts +1 -1
- package/image/Image.vue +21 -13
- package/image/image.cjs.js +45 -29
- package/image/image.cjs.min.js +1 -1
- package/image/image.esm.js +40 -30
- package/image/image.esm.min.js +1 -1
- package/image/image.js +41 -31
- package/image/image.min.js +1 -1
- package/inlinemessage/InlineMessage.d.ts +61 -0
- package/inlinemessage/InlineMessage.vue +25 -13
- package/inlinemessage/inlinemessage.cjs.js +36 -21
- package/inlinemessage/inlinemessage.cjs.min.js +1 -1
- package/inlinemessage/inlinemessage.esm.js +29 -22
- package/inlinemessage/inlinemessage.esm.min.js +1 -1
- package/inlinemessage/inlinemessage.js +33 -23
- package/inlinemessage/inlinemessage.min.js +1 -1
- package/inplace/Inplace.d.ts +64 -1
- package/inplace/Inplace.vue +16 -6
- package/inplace/inplace.cjs.js +28 -16
- package/inplace/inplace.cjs.min.js +1 -1
- package/inplace/inplace.esm.js +27 -17
- package/inplace/inplace.esm.min.js +1 -1
- package/inplace/inplace.js +28 -18
- package/inplace/inplace.min.js +1 -1
- package/inputnumber/InputNumber.d.ts +13 -4
- package/inputnumber/InputNumber.vue +35 -7
- package/inputnumber/inputnumber.cjs.js +53 -19
- package/inputnumber/inputnumber.cjs.min.js +1 -1
- package/inputnumber/inputnumber.esm.js +52 -20
- package/inputnumber/inputnumber.esm.min.js +1 -1
- package/inputnumber/inputnumber.js +53 -21
- package/inputnumber/inputnumber.min.js +1 -1
- package/listbox/Listbox.d.ts +6 -2
- package/listbox/Listbox.vue +8 -3
- package/listbox/listbox.cjs.js +10 -5
- package/listbox/listbox.cjs.min.js +1 -1
- package/listbox/listbox.esm.js +10 -6
- package/listbox/listbox.esm.min.js +1 -1
- package/listbox/listbox.js +11 -7
- package/listbox/listbox.min.js +1 -1
- package/megamenu/MegaMenu.d.ts +172 -0
- package/megamenu/MegaMenu.vue +7 -4
- package/megamenu/MegaMenuSub.vue +58 -22
- package/megamenu/megamenu.cjs.js +119 -86
- package/megamenu/megamenu.cjs.min.js +1 -1
- package/megamenu/megamenu.esm.js +117 -87
- package/megamenu/megamenu.esm.min.js +1 -1
- package/megamenu/megamenu.js +118 -88
- package/megamenu/megamenu.min.js +1 -1
- package/menu/Menu.d.ts +127 -0
- package/menu/Menu.vue +11 -8
- package/menu/Menuitem.vue +30 -11
- package/menu/menu.cjs.js +99 -71
- package/menu/menu.cjs.min.js +1 -1
- package/menu/menu.esm.js +99 -72
- package/menu/menu.esm.min.js +1 -1
- package/menu/menu.js +100 -73
- package/menu/menu.min.js +1 -1
- package/menubar/Menubar.d.ts +177 -0
- package/menubar/Menubar.vue +14 -7
- package/menubar/MenubarSub.vue +54 -18
- package/menubar/menubar.cjs.js +116 -76
- package/menubar/menubar.cjs.min.js +1 -1
- package/menubar/menubar.esm.js +113 -77
- package/menubar/menubar.esm.min.js +1 -1
- package/menubar/menubar.js +114 -78
- package/menubar/menubar.min.js +1 -1
- package/message/Message.d.ts +83 -1
- package/message/Message.vue +36 -22
- package/message/message.cjs.js +59 -35
- package/message/message.cjs.min.js +1 -1
- package/message/message.esm.js +54 -36
- package/message/message.esm.min.js +1 -1
- package/message/message.js +55 -37
- package/message/message.min.js +1 -1
- package/multiselect/MultiSelect.d.ts +85 -6
- package/multiselect/MultiSelect.vue +41 -17
- package/multiselect/multiselect.cjs.js +96 -32
- package/multiselect/multiselect.cjs.min.js +1 -1
- package/multiselect/multiselect.esm.js +91 -33
- package/multiselect/multiselect.esm.min.js +1 -1
- package/multiselect/multiselect.js +92 -34
- package/multiselect/multiselect.min.js +1 -1
- package/orderlist/OrderList.d.ts +16 -0
- package/orderlist/OrderList.vue +37 -5
- package/orderlist/orderlist.cjs.js +49 -9
- package/orderlist/orderlist.cjs.min.js +1 -1
- package/orderlist/orderlist.esm.js +46 -10
- package/orderlist/orderlist.esm.min.js +1 -1
- package/orderlist/orderlist.js +47 -11
- package/orderlist/orderlist.min.js +1 -1
- package/organizationchart/OrganizationChart.d.ts +10 -0
- package/organizationchart/OrganizationChartNode.vue +8 -1
- package/organizationchart/organizationchart.cjs.js +21 -3
- package/organizationchart/organizationchart.cjs.min.js +1 -1
- package/organizationchart/organizationchart.esm.js +16 -3
- package/organizationchart/organizationchart.esm.min.js +1 -1
- package/organizationchart/organizationchart.js +21 -5
- package/organizationchart/organizationchart.min.js +1 -1
- package/overlaypanel/OverlayPanel.d.ts +65 -0
- package/overlaypanel/OverlayPanel.vue +15 -5
- package/overlaypanel/overlaypanel.cjs.js +23 -11
- package/overlaypanel/overlaypanel.cjs.min.js +1 -1
- package/overlaypanel/overlaypanel.esm.js +22 -12
- package/overlaypanel/overlaypanel.esm.min.js +1 -1
- package/overlaypanel/overlaypanel.js +23 -13
- package/overlaypanel/overlaypanel.min.js +1 -1
- package/package.json +2 -3
- package/paginator/FirstPageLink.vue +11 -1
- package/paginator/LastPageLink.vue +11 -1
- package/paginator/NextPageLink.vue +11 -1
- package/paginator/Paginator.d.ts +17 -1
- package/paginator/Paginator.vue +4 -4
- package/paginator/PrevPageLink.vue +11 -1
- package/paginator/paginator.cjs.js +70 -34
- package/paginator/paginator.cjs.min.js +1 -1
- package/paginator/paginator.esm.js +67 -35
- package/paginator/paginator.esm.min.js +1 -1
- package/paginator/paginator.js +68 -36
- package/paginator/paginator.min.js +1 -1
- package/panel/Panel.d.ts +101 -1
- package/panel/Panel.vue +22 -9
- package/panel/panel.cjs.js +44 -27
- package/panel/panel.cjs.min.js +1 -1
- package/panel/panel.esm.js +42 -28
- package/panel/panel.esm.min.js +1 -1
- package/panel/panel.js +43 -29
- package/panel/panel.min.js +1 -1
- package/panelmenu/PanelMenu.d.ts +170 -0
- package/panelmenu/PanelMenu.vue +45 -17
- package/panelmenu/PanelMenuList.vue +6 -3
- package/panelmenu/PanelMenuSub.vue +48 -19
- package/panelmenu/panelmenu.cjs.js +175 -118
- package/panelmenu/panelmenu.cjs.min.js +1 -1
- package/panelmenu/panelmenu.esm.js +173 -119
- package/panelmenu/panelmenu.esm.min.js +1 -1
- package/panelmenu/panelmenu.js +174 -120
- package/panelmenu/panelmenu.min.js +1 -1
- package/password/Password.d.ts +20 -2
- package/password/Password.vue +13 -7
- package/password/password.cjs.js +30 -12
- package/password/password.cjs.min.js +1 -1
- package/password/password.esm.js +29 -13
- package/password/password.esm.min.js +1 -1
- package/password/password.js +30 -14
- package/password/password.min.js +1 -1
- package/picklist/PickList.d.ts +56 -0
- package/picklist/PickList.vue +134 -30
- package/picklist/picklist.cjs.js +166 -58
- package/picklist/picklist.cjs.min.js +1 -1
- package/picklist/picklist.esm.js +159 -59
- package/picklist/picklist.esm.min.js +1 -1
- package/picklist/picklist.js +160 -60
- package/picklist/picklist.min.js +1 -1
- package/progressbar/ProgressBar.d.ts +40 -0
- package/progressbar/ProgressBar.vue +8 -5
- package/progressbar/progressbar.cjs.js +25 -23
- package/progressbar/progressbar.cjs.min.js +1 -1
- package/progressbar/progressbar.esm.js +22 -24
- package/progressbar/progressbar.esm.min.js +1 -1
- package/progressbar/progressbar.js +26 -25
- package/progressbar/progressbar.min.js +1 -1
- package/progressspinner/ProgressSpinner.d.ts +40 -0
- package/progressspinner/ProgressSpinner.vue +6 -3
- package/progressspinner/progressspinner.cjs.js +18 -13
- package/progressspinner/progressspinner.cjs.min.js +1 -1
- package/progressspinner/progressspinner.esm.js +15 -14
- package/progressspinner/progressspinner.esm.min.js +1 -1
- package/progressspinner/progressspinner.js +19 -15
- package/progressspinner/progressspinner.min.js +1 -1
- package/rating/Rating.d.ts +3 -3
- package/rating/Rating.vue +14 -15
- package/rating/rating.cjs.js +26 -21
- package/rating/rating.cjs.min.js +1 -1
- package/rating/rating.esm.js +21 -22
- package/rating/rating.esm.min.js +1 -1
- package/rating/rating.js +25 -23
- package/rating/rating.min.js +1 -1
- package/resources/primevue.css +3 -1
- package/resources/primevue.min.css +1 -1
- package/resources/themes/arya-blue/theme.css +80 -1
- package/resources/themes/arya-green/theme.css +80 -1
- package/resources/themes/arya-orange/theme.css +80 -1
- package/resources/themes/arya-purple/theme.css +80 -1
- package/resources/themes/bootstrap4-dark-blue/theme.css +80 -1
- package/resources/themes/bootstrap4-dark-purple/theme.css +80 -1
- package/resources/themes/bootstrap4-light-blue/theme.css +80 -1
- package/resources/themes/bootstrap4-light-purple/theme.css +80 -1
- package/resources/themes/fluent-light/theme.css +80 -1
- package/resources/themes/lara-dark-blue/theme.css +80 -1
- package/resources/themes/lara-dark-indigo/theme.css +80 -1
- package/resources/themes/lara-dark-purple/theme.css +80 -1
- package/resources/themes/lara-dark-teal/theme.css +80 -1
- package/resources/themes/lara-light-blue/theme.css +80 -1
- package/resources/themes/lara-light-indigo/theme.css +80 -1
- package/resources/themes/lara-light-purple/theme.css +80 -1
- package/resources/themes/lara-light-teal/theme.css +80 -1
- package/resources/themes/luna-amber/theme.css +80 -1
- package/resources/themes/luna-blue/theme.css +80 -1
- package/resources/themes/luna-green/theme.css +80 -1
- package/resources/themes/luna-pink/theme.css +80 -1
- package/resources/themes/md-dark-deeppurple/theme.css +83 -1
- package/resources/themes/md-dark-indigo/theme.css +83 -1
- package/resources/themes/md-light-deeppurple/theme.css +83 -1
- package/resources/themes/md-light-indigo/theme.css +83 -1
- package/resources/themes/mdc-dark-deeppurple/theme.css +83 -1
- package/resources/themes/mdc-dark-indigo/theme.css +83 -1
- package/resources/themes/mdc-light-deeppurple/theme.css +83 -1
- package/resources/themes/mdc-light-indigo/theme.css +83 -1
- package/resources/themes/mira/theme.css +80 -1
- package/resources/themes/nano/theme.css +80 -1
- package/resources/themes/nova/theme.css +80 -1
- package/resources/themes/nova-accent/theme.css +80 -1
- package/resources/themes/nova-alt/theme.css +80 -1
- package/resources/themes/nova-vue/theme.css +80 -1
- package/resources/themes/rhea/theme.css +80 -1
- package/resources/themes/saga-blue/theme.css +80 -1
- package/resources/themes/saga-green/theme.css +80 -1
- package/resources/themes/saga-orange/theme.css +80 -1
- package/resources/themes/saga-purple/theme.css +80 -1
- package/resources/themes/soho-dark/theme.css +80 -1
- package/resources/themes/soho-light/theme.css +80 -1
- package/resources/themes/tailwind-light/theme.css +80 -1
- package/resources/themes/vela-blue/theme.css +80 -1
- package/resources/themes/vela-green/theme.css +80 -1
- package/resources/themes/vela-orange/theme.css +80 -1
- package/resources/themes/vela-purple/theme.css +80 -1
- package/resources/themes/viva-dark/theme.css +80 -1
- package/resources/themes/viva-light/theme.css +80 -1
- package/scrollpanel/ScrollPanel.d.ts +74 -0
- package/scrollpanel/ScrollPanel.vue +7 -3
- package/scrollpanel/scrollpanel.cjs.js +19 -15
- package/scrollpanel/scrollpanel.cjs.min.js +1 -1
- package/scrollpanel/scrollpanel.esm.js +16 -16
- package/scrollpanel/scrollpanel.esm.min.js +1 -1
- package/scrollpanel/scrollpanel.js +20 -17
- package/scrollpanel/scrollpanel.min.js +1 -1
- package/scrolltop/ScrollTop.d.ts +56 -2
- package/scrolltop/ScrollTop.vue +11 -6
- package/scrolltop/scrolltop.cjs.js +22 -12
- package/scrolltop/scrolltop.cjs.min.js +1 -1
- package/scrolltop/scrolltop.esm.js +18 -13
- package/scrolltop/scrolltop.esm.min.js +1 -1
- package/scrolltop/scrolltop.js +22 -14
- package/scrolltop/scrolltop.min.js +1 -1
- package/sidebar/Sidebar.d.ts +73 -1
- package/sidebar/Sidebar.vue +15 -9
- package/sidebar/sidebar.cjs.js +33 -26
- package/sidebar/sidebar.cjs.min.js +1 -1
- package/sidebar/sidebar.esm.js +32 -27
- package/sidebar/sidebar.esm.min.js +1 -1
- package/sidebar/sidebar.js +33 -28
- package/sidebar/sidebar.min.js +1 -1
- package/skeleton/Skeleton.d.ts +32 -0
- package/skeleton/Skeleton.vue +4 -1
- package/skeleton/skeleton.cjs.js +10 -4
- package/skeleton/skeleton.cjs.min.js +1 -1
- package/skeleton/skeleton.esm.js +7 -5
- package/skeleton/skeleton.esm.min.js +1 -1
- package/skeleton/skeleton.js +11 -6
- package/skeleton/skeleton.min.js +1 -1
- package/speeddial/SpeedDial.d.ts +113 -1
- package/speeddial/SpeedDial.vue +45 -14
- package/speeddial/speeddial.cjs.js +65 -34
- package/speeddial/speeddial.cjs.min.js +1 -1
- package/speeddial/speeddial.esm.js +64 -35
- package/speeddial/speeddial.esm.min.js +1 -1
- package/speeddial/speeddial.js +65 -36
- package/speeddial/speeddial.min.js +1 -1
- package/splitbutton/SplitButton.d.ts +74 -0
- package/splitbutton/SplitButton.vue +23 -7
- package/splitbutton/splitbutton.cjs.js +40 -16
- package/splitbutton/splitbutton.cjs.min.js +1 -1
- package/splitbutton/splitbutton.esm.js +39 -17
- package/splitbutton/splitbutton.esm.min.js +1 -1
- package/splitbutton/splitbutton.js +40 -18
- package/splitbutton/splitbutton.min.js +1 -1
- package/splitter/Splitter.d.ts +51 -0
- package/splitter/Splitter.vue +15 -3
- package/splitter/splitter.cjs.js +16 -11
- package/splitter/splitter.cjs.min.js +1 -1
- package/splitter/splitter.esm.js +13 -12
- package/splitter/splitter.esm.min.js +1 -1
- package/splitter/splitter.js +17 -13
- package/splitter/splitter.min.js +1 -1
- package/splitterpanel/SplitterPanel.d.ts +32 -0
- package/splitterpanel/SplitterPanel.vue +4 -1
- package/splitterpanel/splitterpanel.cjs.js +10 -4
- package/splitterpanel/splitterpanel.cjs.min.js +1 -1
- package/splitterpanel/splitterpanel.esm.js +7 -5
- package/splitterpanel/splitterpanel.esm.min.js +1 -1
- package/splitterpanel/splitterpanel.js +11 -6
- package/splitterpanel/splitterpanel.min.js +1 -1
- package/steps/Steps.d.ts +52 -0
- package/steps/Steps.vue +11 -8
- package/steps/steps.cjs.js +34 -33
- package/steps/steps.cjs.min.js +1 -1
- package/steps/steps.esm.js +31 -34
- package/steps/steps.esm.min.js +1 -1
- package/steps/steps.js +35 -35
- package/steps/steps.min.js +1 -1
- package/tabmenu/TabMenu.d.ts +93 -0
- package/tabmenu/TabMenu.vue +22 -10
- package/tabmenu/tabmenu.cjs.js +61 -43
- package/tabmenu/tabmenu.cjs.min.js +1 -1
- package/tabmenu/tabmenu.esm.js +61 -44
- package/tabmenu/tabmenu.esm.min.js +1 -1
- package/tabmenu/tabmenu.js +62 -45
- package/tabmenu/tabmenu.min.js +1 -1
- package/tabpanel/TabPanel.d.ts +52 -2
- package/tabpanel/TabPanel.vue +2 -0
- package/tabpanel/tabpanel.cjs.js +6 -0
- package/tabpanel/tabpanel.cjs.min.js +1 -1
- package/tabpanel/tabpanel.esm.js +2 -0
- package/tabpanel/tabpanel.esm.min.js +1 -1
- package/tabpanel/tabpanel.js +7 -2
- package/tabpanel/tabpanel.min.js +1 -1
- package/tabview/TabView.d.ts +108 -3
- package/tabview/TabView.vue +52 -15
- package/tabview/tabview.cjs.js +81 -60
- package/tabview/tabview.cjs.min.js +1 -1
- package/tabview/tabview.esm.js +79 -61
- package/tabview/tabview.esm.min.js +1 -1
- package/tabview/tabview.js +80 -62
- package/tabview/tabview.min.js +1 -1
- package/tag/Tag.d.ts +45 -0
- package/tag/Tag.vue +7 -3
- package/tag/tag.cjs.js +19 -12
- package/tag/tag.cjs.min.js +1 -1
- package/tag/tag.esm.js +16 -13
- package/tag/tag.esm.min.js +1 -1
- package/tag/tag.js +20 -14
- package/tag/tag.min.js +1 -1
- package/terminal/Terminal.d.ts +79 -0
- package/terminal/Terminal.vue +12 -10
- package/terminal/terminal.cjs.js +23 -28
- package/terminal/terminal.cjs.min.js +1 -1
- package/terminal/terminal.esm.js +23 -29
- package/terminal/terminal.esm.min.js +1 -1
- package/terminal/terminal.js +24 -30
- package/terminal/terminal.min.js +1 -1
- package/tieredmenu/TieredMenu.d.ts +153 -0
- package/tieredmenu/TieredMenu.vue +5 -2
- package/tieredmenu/TieredMenuSub.vue +52 -15
- package/tieredmenu/tieredmenu.cjs.js +88 -51
- package/tieredmenu/tieredmenu.cjs.min.js +1 -1
- package/tieredmenu/tieredmenu.esm.js +87 -52
- package/tieredmenu/tieredmenu.esm.min.js +1 -1
- package/tieredmenu/tieredmenu.js +88 -53
- package/tieredmenu/tieredmenu.min.js +1 -1
- package/toast/Toast.d.ts +94 -6
- package/toast/Toast.vue +10 -7
- package/toast/ToastMessage.vue +35 -14
- package/toast/toast.cjs.js +66 -41
- package/toast/toast.cjs.min.js +1 -1
- package/toast/toast.esm.js +61 -42
- package/toast/toast.esm.min.js +1 -1
- package/toast/toast.js +62 -43
- package/toast/toast.min.js +1 -1
- package/togglebutton/ToggleButton.d.ts +18 -2
- package/togglebutton/ToggleButton.vue +4 -2
- package/togglebutton/togglebutton.cjs.js +12 -7
- package/togglebutton/togglebutton.cjs.min.js +1 -1
- package/togglebutton/togglebutton.esm.js +13 -8
- package/togglebutton/togglebutton.esm.min.js +1 -1
- package/togglebutton/togglebutton.js +12 -7
- package/togglebutton/togglebutton.min.js +1 -1
- package/toolbar/Toolbar.d.ts +44 -0
- package/toolbar/Toolbar.vue +6 -4
- package/toolbar/toolbar.cjs.js +15 -12
- package/toolbar/toolbar.cjs.min.js +1 -1
- package/toolbar/toolbar.esm.js +12 -13
- package/toolbar/toolbar.esm.min.js +1 -1
- package/toolbar/toolbar.js +16 -14
- package/toolbar/toolbar.min.js +1 -1
- package/tree/Tree.d.ts +35 -5
- package/tree/Tree.vue +13 -7
- package/tree/TreeNode.vue +20 -9
- package/tree/tree.cjs.js +73 -25
- package/tree/tree.cjs.min.js +1 -1
- package/tree/tree.esm.js +68 -26
- package/tree/tree.esm.min.js +1 -1
- package/tree/tree.js +69 -27
- package/tree/tree.min.js +1 -1
- package/treeselect/TreeSelect.d.ts +33 -0
- package/treeselect/TreeSelect.vue +20 -6
- package/treeselect/treeselect.cjs.js +44 -11
- package/treeselect/treeselect.cjs.min.js +1 -1
- package/treeselect/treeselect.esm.js +44 -12
- package/treeselect/treeselect.esm.min.js +1 -1
- package/treeselect/treeselect.js +45 -13
- package/treeselect/treeselect.min.js +1 -1
- package/treetable/BodyCell.vue +22 -11
- package/treetable/HeaderCell.vue +28 -13
- package/treetable/TreeTable.d.ts +42 -1
- package/treetable/TreeTable.vue +32 -6
- package/treetable/TreeTableRow.vue +6 -0
- package/treetable/treetable.cjs.js +176 -41
- package/treetable/treetable.cjs.min.js +1 -1
- package/treetable/treetable.esm.js +168 -41
- package/treetable/treetable.esm.min.js +1 -1
- package/treetable/treetable.js +170 -43
- package/treetable/treetable.min.js +1 -1
- package/tristatecheckbox/TriStateCheckbox.d.ts +16 -2
- package/tristatecheckbox/TriStateCheckbox.vue +16 -20
- package/tristatecheckbox/tristatecheckbox.cjs.js +23 -22
- package/tristatecheckbox/tristatecheckbox.cjs.min.js +1 -1
- package/tristatecheckbox/tristatecheckbox.esm.js +19 -23
- package/tristatecheckbox/tristatecheckbox.esm.min.js +1 -1
- package/tristatecheckbox/tristatecheckbox.js +23 -24
- package/tristatecheckbox/tristatecheckbox.min.js +1 -1
- package/utils/Utils.d.ts +1 -0
- package/utils/utils.cjs.js +5 -0
- package/utils/utils.cjs.min.js +1 -1
- package/utils/utils.esm.js +5 -0
- package/utils/utils.esm.min.js +1 -1
- package/utils/utils.js +5 -0
- package/utils/utils.min.js +1 -1
- package/vetur-attributes.json +303 -7
- package/vetur-tags.json +137 -53
- package/virtualscroller/VirtualScroller.d.ts +4 -0
- package/virtualscroller/VirtualScroller.vue +12 -1
- package/virtualscroller/virtualscroller.cjs.js +18 -6
- package/virtualscroller/virtualscroller.cjs.min.js +1 -1
- package/virtualscroller/virtualscroller.esm.js +15 -7
- package/virtualscroller/virtualscroller.esm.min.js +1 -1
- package/virtualscroller/virtualscroller.js +19 -8
- package/virtualscroller/virtualscroller.min.js +1 -1
- package/web-types.json +1725 -151
- package/fullcalendar/FullCalendar.d.ts +0 -34
- package/fullcalendar/FullCalendar.vue +0 -64
- package/fullcalendar/fullcalendar.cjs.js +0 -67
- package/fullcalendar/fullcalendar.cjs.min.js +0 -1
- package/fullcalendar/fullcalendar.esm.js +0 -65
- package/fullcalendar/fullcalendar.esm.min.js +0 -1
- package/fullcalendar/fullcalendar.js +0 -67
- package/fullcalendar/fullcalendar.min.js +0 -1
- package/fullcalendar/package.json +0 -9
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.28.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
|
},
|
|
@@ -903,6 +980,16 @@
|
|
|
903
980
|
"kind": "expression",
|
|
904
981
|
"type": "string"
|
|
905
982
|
}
|
|
983
|
+
},
|
|
984
|
+
{
|
|
985
|
+
"name": "pt",
|
|
986
|
+
"default": "null",
|
|
987
|
+
"doc-url": "https://primevue.org/avatar",
|
|
988
|
+
"description": "Uses to pass attributes to DOM elements inside the component.",
|
|
989
|
+
"value": {
|
|
990
|
+
"kind": "expression",
|
|
991
|
+
"type": "any"
|
|
992
|
+
}
|
|
906
993
|
}
|
|
907
994
|
],
|
|
908
995
|
"events": [
|
|
@@ -911,6 +998,13 @@
|
|
|
911
998
|
"doc-url": "https://primevue.org/avatar",
|
|
912
999
|
"description": "Triggered when an error occurs while loading an image file."
|
|
913
1000
|
}
|
|
1001
|
+
],
|
|
1002
|
+
"slots": [
|
|
1003
|
+
{
|
|
1004
|
+
"name": "icon",
|
|
1005
|
+
"doc-url": "https://primevue.org/avatar",
|
|
1006
|
+
"description": "Custom icon template."
|
|
1007
|
+
}
|
|
914
1008
|
]
|
|
915
1009
|
},
|
|
916
1010
|
{
|
|
@@ -920,7 +1014,69 @@
|
|
|
920
1014
|
"symbol": "AvatarGroup"
|
|
921
1015
|
},
|
|
922
1016
|
"doc-url": "https://primevue.org/avatar",
|
|
923
|
-
"description": "A set of Avatars can be displayed together using the AvatarGroup component."
|
|
1017
|
+
"description": "A set of Avatars can be displayed together using the AvatarGroup component.",
|
|
1018
|
+
"attributes": [
|
|
1019
|
+
{
|
|
1020
|
+
"name": "label",
|
|
1021
|
+
"default": "null",
|
|
1022
|
+
"doc-url": "https://primevue.org/avatar",
|
|
1023
|
+
"description": "Defines the text to display.",
|
|
1024
|
+
"value": {
|
|
1025
|
+
"kind": "expression",
|
|
1026
|
+
"type": "string"
|
|
1027
|
+
}
|
|
1028
|
+
},
|
|
1029
|
+
{
|
|
1030
|
+
"name": "icon",
|
|
1031
|
+
"default": "null",
|
|
1032
|
+
"doc-url": "https://primevue.org/avatar",
|
|
1033
|
+
"description": "Defines the icon to display.",
|
|
1034
|
+
"value": {
|
|
1035
|
+
"kind": "expression",
|
|
1036
|
+
"type": "string"
|
|
1037
|
+
}
|
|
1038
|
+
},
|
|
1039
|
+
{
|
|
1040
|
+
"name": "image",
|
|
1041
|
+
"default": "null",
|
|
1042
|
+
"doc-url": "https://primevue.org/avatar",
|
|
1043
|
+
"description": "Defines the image to display.",
|
|
1044
|
+
"value": {
|
|
1045
|
+
"kind": "expression",
|
|
1046
|
+
"type": "string"
|
|
1047
|
+
}
|
|
1048
|
+
},
|
|
1049
|
+
{
|
|
1050
|
+
"name": "size",
|
|
1051
|
+
"default": "null",
|
|
1052
|
+
"doc-url": "https://primevue.org/avatar",
|
|
1053
|
+
"description": "Size of the element, valid options are \"large\" and \"xlarge\".",
|
|
1054
|
+
"value": {
|
|
1055
|
+
"kind": "expression",
|
|
1056
|
+
"type": "string"
|
|
1057
|
+
}
|
|
1058
|
+
},
|
|
1059
|
+
{
|
|
1060
|
+
"name": "shape",
|
|
1061
|
+
"default": "square",
|
|
1062
|
+
"doc-url": "https://primevue.org/avatar",
|
|
1063
|
+
"description": "Shape of the element, valid options are \"square\" and \"circle\".",
|
|
1064
|
+
"value": {
|
|
1065
|
+
"kind": "expression",
|
|
1066
|
+
"type": "string"
|
|
1067
|
+
}
|
|
1068
|
+
},
|
|
1069
|
+
{
|
|
1070
|
+
"name": "pt",
|
|
1071
|
+
"default": "null",
|
|
1072
|
+
"doc-url": "https://primevue.org/avatar",
|
|
1073
|
+
"description": "Uses to pass attributes to DOM elements inside the component.",
|
|
1074
|
+
"value": {
|
|
1075
|
+
"kind": "expression",
|
|
1076
|
+
"type": "any"
|
|
1077
|
+
}
|
|
1078
|
+
}
|
|
1079
|
+
]
|
|
924
1080
|
},
|
|
925
1081
|
{
|
|
926
1082
|
"name": "Badge",
|
|
@@ -960,6 +1116,16 @@
|
|
|
960
1116
|
"kind": "expression",
|
|
961
1117
|
"type": "string"
|
|
962
1118
|
}
|
|
1119
|
+
},
|
|
1120
|
+
{
|
|
1121
|
+
"name": "pt",
|
|
1122
|
+
"default": "null",
|
|
1123
|
+
"doc-url": "https://primevue.org/badge",
|
|
1124
|
+
"description": "Uses to pass attributes to DOM elements inside the component.",
|
|
1125
|
+
"value": {
|
|
1126
|
+
"kind": "expression",
|
|
1127
|
+
"type": "any"
|
|
1128
|
+
}
|
|
963
1129
|
}
|
|
964
1130
|
]
|
|
965
1131
|
},
|
|
@@ -1020,6 +1186,16 @@
|
|
|
1020
1186
|
"kind": "expression",
|
|
1021
1187
|
"type": "boolean"
|
|
1022
1188
|
}
|
|
1189
|
+
},
|
|
1190
|
+
{
|
|
1191
|
+
"name": "pt",
|
|
1192
|
+
"default": "null",
|
|
1193
|
+
"doc-url": "https://primevue.org/blockui",
|
|
1194
|
+
"description": "Uses to pass attributes to DOM elements inside the component.",
|
|
1195
|
+
"value": {
|
|
1196
|
+
"kind": "expression",
|
|
1197
|
+
"type": "any"
|
|
1198
|
+
}
|
|
1023
1199
|
}
|
|
1024
1200
|
],
|
|
1025
1201
|
"events": [
|
|
@@ -1073,13 +1249,33 @@
|
|
|
1073
1249
|
"kind": "expression",
|
|
1074
1250
|
"type": "boolean"
|
|
1075
1251
|
}
|
|
1252
|
+
},
|
|
1253
|
+
{
|
|
1254
|
+
"name": "pt",
|
|
1255
|
+
"default": "null",
|
|
1256
|
+
"doc-url": "https://primevue.org/breadcrumb",
|
|
1257
|
+
"description": "Uses to pass attributes to DOM elements inside the component.",
|
|
1258
|
+
"value": {
|
|
1259
|
+
"kind": "expression",
|
|
1260
|
+
"type": "any"
|
|
1261
|
+
}
|
|
1076
1262
|
}
|
|
1077
1263
|
],
|
|
1078
1264
|
"slots": [
|
|
1079
1265
|
{
|
|
1080
1266
|
"name": "item",
|
|
1081
1267
|
"doc-url": "https://primevue.org/breadcrumb",
|
|
1082
|
-
"description": "
|
|
1268
|
+
"description": "Custom item template."
|
|
1269
|
+
},
|
|
1270
|
+
{
|
|
1271
|
+
"name": "separator",
|
|
1272
|
+
"doc-url": "https://primevue.org/breadcrumb",
|
|
1273
|
+
"description": "Custom separator template."
|
|
1274
|
+
},
|
|
1275
|
+
{
|
|
1276
|
+
"name": "itemicon",
|
|
1277
|
+
"doc-url": "https://primevue.org/breadcrumb",
|
|
1278
|
+
"description": "Custom item icon template."
|
|
1083
1279
|
}
|
|
1084
1280
|
]
|
|
1085
1281
|
},
|
|
@@ -1251,6 +1447,29 @@
|
|
|
1251
1447
|
"kind": "expression",
|
|
1252
1448
|
"type": "boolean"
|
|
1253
1449
|
}
|
|
1450
|
+
},
|
|
1451
|
+
{
|
|
1452
|
+
"name": "pt",
|
|
1453
|
+
"default": "null",
|
|
1454
|
+
"doc-url": "https://primevue.org/button",
|
|
1455
|
+
"description": "Uses to pass attributes to DOM elements inside the component.",
|
|
1456
|
+
"value": {
|
|
1457
|
+
"kind": "expression",
|
|
1458
|
+
"type": "any"
|
|
1459
|
+
}
|
|
1460
|
+
}
|
|
1461
|
+
],
|
|
1462
|
+
"events": [],
|
|
1463
|
+
"slots": [
|
|
1464
|
+
{
|
|
1465
|
+
"name": "icon",
|
|
1466
|
+
"doc-url": "https://primevue.org/button",
|
|
1467
|
+
"description": "Custom icon template."
|
|
1468
|
+
},
|
|
1469
|
+
{
|
|
1470
|
+
"name": "loadingicon",
|
|
1471
|
+
"doc-url": "https://primevue.org/button",
|
|
1472
|
+
"description": "Custom loading icon template."
|
|
1254
1473
|
}
|
|
1255
1474
|
]
|
|
1256
1475
|
},
|
|
@@ -1335,7 +1554,7 @@
|
|
|
1335
1554
|
},
|
|
1336
1555
|
{
|
|
1337
1556
|
"name": "icon",
|
|
1338
|
-
"default": "
|
|
1557
|
+
"default": "null",
|
|
1339
1558
|
"doc-url": "https://primevue.org/calendar",
|
|
1340
1559
|
"description": "Icon of the calendar button.",
|
|
1341
1560
|
"value": {
|
|
@@ -1343,6 +1562,46 @@
|
|
|
1343
1562
|
"type": "string"
|
|
1344
1563
|
}
|
|
1345
1564
|
},
|
|
1565
|
+
{
|
|
1566
|
+
"name": "previousIcon",
|
|
1567
|
+
"default": "null",
|
|
1568
|
+
"doc-url": "https://primevue.org/calendar",
|
|
1569
|
+
"description": "Icon to show in the previous button.",
|
|
1570
|
+
"value": {
|
|
1571
|
+
"kind": "expression",
|
|
1572
|
+
"type": "string"
|
|
1573
|
+
}
|
|
1574
|
+
},
|
|
1575
|
+
{
|
|
1576
|
+
"name": "nextIcon",
|
|
1577
|
+
"default": "null",
|
|
1578
|
+
"doc-url": "https://primevue.org/calendar",
|
|
1579
|
+
"description": "Icon to show in the next button.",
|
|
1580
|
+
"value": {
|
|
1581
|
+
"kind": "expression",
|
|
1582
|
+
"type": "string"
|
|
1583
|
+
}
|
|
1584
|
+
},
|
|
1585
|
+
{
|
|
1586
|
+
"name": "incrementIcon",
|
|
1587
|
+
"default": "null",
|
|
1588
|
+
"doc-url": "https://primevue.org/calendar",
|
|
1589
|
+
"description": "Icon to show in each of the increment buttons.",
|
|
1590
|
+
"value": {
|
|
1591
|
+
"kind": "expression",
|
|
1592
|
+
"type": "string"
|
|
1593
|
+
}
|
|
1594
|
+
},
|
|
1595
|
+
{
|
|
1596
|
+
"name": "decrementIcon",
|
|
1597
|
+
"default": "null",
|
|
1598
|
+
"doc-url": "https://primevue.org/calendar",
|
|
1599
|
+
"description": "Icon to show in each of the decrement buttons.",
|
|
1600
|
+
"value": {
|
|
1601
|
+
"kind": "expression",
|
|
1602
|
+
"type": "string"
|
|
1603
|
+
}
|
|
1604
|
+
},
|
|
1346
1605
|
{
|
|
1347
1606
|
"name": "numberOfMonths",
|
|
1348
1607
|
"default": "1",
|
|
@@ -1921,6 +2180,31 @@
|
|
|
1921
2180
|
"name": "decade",
|
|
1922
2181
|
"doc-url": "https://primevue.org/calendar",
|
|
1923
2182
|
"description": "Custom content for the calendar decade."
|
|
2183
|
+
},
|
|
2184
|
+
{
|
|
2185
|
+
"name": "dropdownicon",
|
|
2186
|
+
"doc-url": "https://primevue.org/calendar",
|
|
2187
|
+
"description": "Custom dropdown icon template."
|
|
2188
|
+
},
|
|
2189
|
+
{
|
|
2190
|
+
"name": "previousicon",
|
|
2191
|
+
"doc-url": "https://primevue.org/calendar",
|
|
2192
|
+
"description": "Custom previous icon template."
|
|
2193
|
+
},
|
|
2194
|
+
{
|
|
2195
|
+
"name": "nexticon",
|
|
2196
|
+
"doc-url": "https://primevue.org/calendar",
|
|
2197
|
+
"description": "Custom next icon template."
|
|
2198
|
+
},
|
|
2199
|
+
{
|
|
2200
|
+
"name": "incrementicon",
|
|
2201
|
+
"doc-url": "https://primevue.org/calendar",
|
|
2202
|
+
"description": "Custom increment icon template."
|
|
2203
|
+
},
|
|
2204
|
+
{
|
|
2205
|
+
"name": "decrementicon",
|
|
2206
|
+
"doc-url": "https://primevue.org/calendar",
|
|
2207
|
+
"description": "Custom decrement icon template."
|
|
1924
2208
|
}
|
|
1925
2209
|
]
|
|
1926
2210
|
},
|
|
@@ -2111,6 +2395,11 @@
|
|
|
2111
2395
|
}
|
|
2112
2396
|
],
|
|
2113
2397
|
"slots": [
|
|
2398
|
+
{
|
|
2399
|
+
"name": "header",
|
|
2400
|
+
"doc-url": "https://primevue.org/carousel",
|
|
2401
|
+
"description": "Custom content for the component header."
|
|
2402
|
+
},
|
|
2114
2403
|
{
|
|
2115
2404
|
"name": "header",
|
|
2116
2405
|
"doc-url": "https://primevue.org/carousel",
|
|
@@ -2125,6 +2414,16 @@
|
|
|
2125
2414
|
"name": "item",
|
|
2126
2415
|
"doc-url": "https://primevue.org/carousel",
|
|
2127
2416
|
"description": "Custom content for the component item."
|
|
2417
|
+
},
|
|
2418
|
+
{
|
|
2419
|
+
"name": "previousicon",
|
|
2420
|
+
"doc-url": "https://primevue.org/carousel",
|
|
2421
|
+
"description": "Custom previous icon template."
|
|
2422
|
+
},
|
|
2423
|
+
{
|
|
2424
|
+
"name": "nexticon",
|
|
2425
|
+
"doc-url": "https://primevue.org/carousel",
|
|
2426
|
+
"description": "Custom next icon template."
|
|
2128
2427
|
}
|
|
2129
2428
|
]
|
|
2130
2429
|
},
|
|
@@ -2318,20 +2617,40 @@
|
|
|
2318
2617
|
}
|
|
2319
2618
|
},
|
|
2320
2619
|
{
|
|
2321
|
-
"name": "
|
|
2322
|
-
"default": "
|
|
2620
|
+
"name": "dropdownIcon",
|
|
2621
|
+
"default": "null",
|
|
2323
2622
|
"doc-url": "https://primevue.org/cascadeselect",
|
|
2324
|
-
"description": "Icon to display in
|
|
2623
|
+
"description": "Icon to display in the dropdown.",
|
|
2325
2624
|
"value": {
|
|
2326
2625
|
"kind": "expression",
|
|
2327
2626
|
"type": "string"
|
|
2328
2627
|
}
|
|
2329
2628
|
},
|
|
2330
2629
|
{
|
|
2331
|
-
"name": "
|
|
2332
|
-
"default": "
|
|
2630
|
+
"name": "loadingIcon",
|
|
2631
|
+
"default": "null",
|
|
2333
2632
|
"doc-url": "https://primevue.org/cascadeselect",
|
|
2334
|
-
"description": "
|
|
2633
|
+
"description": "Icon to display in loading state.",
|
|
2634
|
+
"value": {
|
|
2635
|
+
"kind": "expression",
|
|
2636
|
+
"type": "string"
|
|
2637
|
+
}
|
|
2638
|
+
},
|
|
2639
|
+
{
|
|
2640
|
+
"name": "optionGroupIcon",
|
|
2641
|
+
"default": "null",
|
|
2642
|
+
"doc-url": "https://primevue.org/cascadeselect",
|
|
2643
|
+
"description": "Icon to display in the option group.",
|
|
2644
|
+
"value": {
|
|
2645
|
+
"kind": "expression",
|
|
2646
|
+
"type": "string"
|
|
2647
|
+
}
|
|
2648
|
+
},
|
|
2649
|
+
{
|
|
2650
|
+
"name": "autoOptionFocus",
|
|
2651
|
+
"default": "true",
|
|
2652
|
+
"doc-url": "https://primevue.org/cascadeselect",
|
|
2653
|
+
"description": "Whether to focus on the first visible or selected element when the overlay panel is shown.",
|
|
2335
2654
|
"value": {
|
|
2336
2655
|
"kind": "expression",
|
|
2337
2656
|
"type": "boolean"
|
|
@@ -2531,17 +2850,32 @@
|
|
|
2531
2850
|
{
|
|
2532
2851
|
"name": "value",
|
|
2533
2852
|
"doc-url": "https://primevue.org/cascadeselect",
|
|
2534
|
-
"description": "Custom content for the item's value"
|
|
2853
|
+
"description": "Custom content for the item's value."
|
|
2535
2854
|
},
|
|
2536
2855
|
{
|
|
2537
2856
|
"name": "option",
|
|
2538
2857
|
"doc-url": "https://primevue.org/cascadeselect",
|
|
2539
|
-
"description": "Custom content for the item's option"
|
|
2858
|
+
"description": "Custom content for the item's option."
|
|
2540
2859
|
},
|
|
2541
2860
|
{
|
|
2542
2861
|
"name": "indicator",
|
|
2543
2862
|
"doc-url": "https://primevue.org/cascadeselect",
|
|
2544
|
-
"description": "Custom content for the dropdown indicator"
|
|
2863
|
+
"description": "Custom content for the dropdown indicator."
|
|
2864
|
+
},
|
|
2865
|
+
{
|
|
2866
|
+
"name": "dropdownicon",
|
|
2867
|
+
"doc-url": "https://primevue.org/cascadeselect",
|
|
2868
|
+
"description": "Custom dropdown icon template."
|
|
2869
|
+
},
|
|
2870
|
+
{
|
|
2871
|
+
"name": "loadingicon",
|
|
2872
|
+
"doc-url": "https://primevue.org/cascadeselect",
|
|
2873
|
+
"description": "Custom loading icon template."
|
|
2874
|
+
},
|
|
2875
|
+
{
|
|
2876
|
+
"name": "optiongroupicon",
|
|
2877
|
+
"doc-url": "https://primevue.org/cascadeselect",
|
|
2878
|
+
"description": "Custom content for the option group icon."
|
|
2545
2879
|
}
|
|
2546
2880
|
]
|
|
2547
2881
|
},
|
|
@@ -2613,6 +2947,16 @@
|
|
|
2613
2947
|
"kind": "expression",
|
|
2614
2948
|
"type": "number"
|
|
2615
2949
|
}
|
|
2950
|
+
},
|
|
2951
|
+
{
|
|
2952
|
+
"name": "pt",
|
|
2953
|
+
"default": "null",
|
|
2954
|
+
"doc-url": "https://primevue.org/chart",
|
|
2955
|
+
"description": "Uses to pass attributes to DOM elements inside the component.",
|
|
2956
|
+
"value": {
|
|
2957
|
+
"kind": "expression",
|
|
2958
|
+
"type": "any"
|
|
2959
|
+
}
|
|
2616
2960
|
}
|
|
2617
2961
|
],
|
|
2618
2962
|
"events": [
|
|
@@ -2844,6 +3188,13 @@
|
|
|
2844
3188
|
"doc-url": "https://primevue.org/checkbox",
|
|
2845
3189
|
"description": "Callback to invoke on value change."
|
|
2846
3190
|
}
|
|
3191
|
+
],
|
|
3192
|
+
"slots": [
|
|
3193
|
+
{
|
|
3194
|
+
"name": "icon",
|
|
3195
|
+
"doc-url": "https://primevue.org/checkbox",
|
|
3196
|
+
"description": "Custom icon template."
|
|
3197
|
+
}
|
|
2847
3198
|
]
|
|
2848
3199
|
},
|
|
2849
3200
|
{
|
|
@@ -2904,6 +3255,16 @@
|
|
|
2904
3255
|
"kind": "expression",
|
|
2905
3256
|
"type": "string"
|
|
2906
3257
|
}
|
|
3258
|
+
},
|
|
3259
|
+
{
|
|
3260
|
+
"name": "pt",
|
|
3261
|
+
"default": "null",
|
|
3262
|
+
"doc-url": "https://primevue.org/chip",
|
|
3263
|
+
"description": "Uses to pass attributes to DOM elements inside the component.",
|
|
3264
|
+
"value": {
|
|
3265
|
+
"kind": "expression",
|
|
3266
|
+
"type": "any"
|
|
3267
|
+
}
|
|
2907
3268
|
}
|
|
2908
3269
|
],
|
|
2909
3270
|
"events": [
|
|
@@ -2920,6 +3281,18 @@
|
|
|
2920
3281
|
}
|
|
2921
3282
|
]
|
|
2922
3283
|
}
|
|
3284
|
+
],
|
|
3285
|
+
"slots": [
|
|
3286
|
+
{
|
|
3287
|
+
"name": "icon",
|
|
3288
|
+
"doc-url": "https://primevue.org/chip",
|
|
3289
|
+
"description": "Custom icon template of chip component."
|
|
3290
|
+
},
|
|
3291
|
+
{
|
|
3292
|
+
"name": "removeicon",
|
|
3293
|
+
"doc-url": "https://primevue.org/chip",
|
|
3294
|
+
"description": "Custom remove icon template of chip component."
|
|
3295
|
+
}
|
|
2923
3296
|
]
|
|
2924
3297
|
},
|
|
2925
3298
|
{
|
|
@@ -3087,6 +3460,11 @@
|
|
|
3087
3460
|
"name": "chips",
|
|
3088
3461
|
"doc-url": "https://primevue.org/chips",
|
|
3089
3462
|
"description": "Custom content for the chips"
|
|
3463
|
+
},
|
|
3464
|
+
{
|
|
3465
|
+
"name": "removetokenicon",
|
|
3466
|
+
"doc-url": "https://primevue.org/chips",
|
|
3467
|
+
"description": "Custom remove token icon template."
|
|
3090
3468
|
}
|
|
3091
3469
|
]
|
|
3092
3470
|
},
|
|
@@ -3727,6 +4105,76 @@
|
|
|
3727
4105
|
"name": "filterapply",
|
|
3728
4106
|
"doc-url": "https://primevue.org/datatable",
|
|
3729
4107
|
"description": "Custom content for the filter menu's apply section"
|
|
4108
|
+
},
|
|
4109
|
+
{
|
|
4110
|
+
"name": "loading",
|
|
4111
|
+
"doc-url": "https://primevue.org/datatable",
|
|
4112
|
+
"description": "Custom loading template."
|
|
4113
|
+
},
|
|
4114
|
+
{
|
|
4115
|
+
"name": "rowtogglericon",
|
|
4116
|
+
"doc-url": "https://primevue.org/datatable",
|
|
4117
|
+
"description": "Custom row toggler icon template."
|
|
4118
|
+
},
|
|
4119
|
+
{
|
|
4120
|
+
"name": "rowtogglericon",
|
|
4121
|
+
"doc-url": "https://primevue.org/datatable",
|
|
4122
|
+
"description": "Custom row toggler icon template."
|
|
4123
|
+
},
|
|
4124
|
+
{
|
|
4125
|
+
"name": "rowcheckboxicon",
|
|
4126
|
+
"doc-url": "https://primevue.org/datatable",
|
|
4127
|
+
"description": "Custom row checkbox icon template."
|
|
4128
|
+
},
|
|
4129
|
+
{
|
|
4130
|
+
"name": "roweditoriniticon",
|
|
4131
|
+
"doc-url": "https://primevue.org/datatable",
|
|
4132
|
+
"description": "Custom row editor init icon template."
|
|
4133
|
+
},
|
|
4134
|
+
{
|
|
4135
|
+
"name": "roweditorsaveicon",
|
|
4136
|
+
"doc-url": "https://primevue.org/datatable",
|
|
4137
|
+
"description": "Custom row editor save icon template."
|
|
4138
|
+
},
|
|
4139
|
+
{
|
|
4140
|
+
"name": "roweditorcancelicon",
|
|
4141
|
+
"doc-url": "https://primevue.org/datatable",
|
|
4142
|
+
"description": "Custom row editor cancel icon template."
|
|
4143
|
+
},
|
|
4144
|
+
{
|
|
4145
|
+
"name": "filtericon",
|
|
4146
|
+
"doc-url": "https://primevue.org/datatable",
|
|
4147
|
+
"description": "Custom filter icon template."
|
|
4148
|
+
},
|
|
4149
|
+
{
|
|
4150
|
+
"name": "filterclearicon",
|
|
4151
|
+
"doc-url": "https://primevue.org/datatable",
|
|
4152
|
+
"description": "Custom filter clear icon template."
|
|
4153
|
+
},
|
|
4154
|
+
{
|
|
4155
|
+
"name": "filterremoveicon",
|
|
4156
|
+
"doc-url": "https://primevue.org/datatable",
|
|
4157
|
+
"description": "Custom filter remove icon template."
|
|
4158
|
+
},
|
|
4159
|
+
{
|
|
4160
|
+
"name": "filteraddicon",
|
|
4161
|
+
"doc-url": "https://primevue.org/datatable",
|
|
4162
|
+
"description": "Custom filter add icon template."
|
|
4163
|
+
},
|
|
4164
|
+
{
|
|
4165
|
+
"name": "sorticon",
|
|
4166
|
+
"doc-url": "https://primevue.org/datatable",
|
|
4167
|
+
"description": "Custom sort icon template."
|
|
4168
|
+
},
|
|
4169
|
+
{
|
|
4170
|
+
"name": "headercheckboxicon",
|
|
4171
|
+
"doc-url": "https://primevue.org/datatable",
|
|
4172
|
+
"description": "Custom header checkbox icon template."
|
|
4173
|
+
},
|
|
4174
|
+
{
|
|
4175
|
+
"name": "rowreordericon",
|
|
4176
|
+
"doc-url": "https://primevue.org/datatable",
|
|
4177
|
+
"description": "Custom row reorder icon template."
|
|
3730
4178
|
}
|
|
3731
4179
|
]
|
|
3732
4180
|
},
|
|
@@ -3777,13 +4225,38 @@
|
|
|
3777
4225
|
"kind": "expression",
|
|
3778
4226
|
"type": "boolean"
|
|
3779
4227
|
}
|
|
4228
|
+
},
|
|
4229
|
+
{
|
|
4230
|
+
"name": "pt",
|
|
4231
|
+
"default": "null",
|
|
4232
|
+
"doc-url": "https://primevue.org/confirmdialog",
|
|
4233
|
+
"description": "Uses to pass attributes to DOM elements inside the component.",
|
|
4234
|
+
"value": {
|
|
4235
|
+
"kind": "expression",
|
|
4236
|
+
"type": "any"
|
|
4237
|
+
}
|
|
3780
4238
|
}
|
|
3781
4239
|
],
|
|
3782
4240
|
"slots": [
|
|
3783
4241
|
{
|
|
3784
4242
|
"name": "message",
|
|
3785
4243
|
"doc-url": "https://primevue.org/confirmdialog",
|
|
3786
|
-
"description": "Custom
|
|
4244
|
+
"description": "Custom icon template."
|
|
4245
|
+
},
|
|
4246
|
+
{
|
|
4247
|
+
"name": "icon",
|
|
4248
|
+
"doc-url": "https://primevue.org/confirmdialog",
|
|
4249
|
+
"description": "Custom icon template."
|
|
4250
|
+
},
|
|
4251
|
+
{
|
|
4252
|
+
"name": "accepticon",
|
|
4253
|
+
"doc-url": "https://primevue.org/confirmdialog",
|
|
4254
|
+
"description": "Custom accept icon template."
|
|
4255
|
+
},
|
|
4256
|
+
{
|
|
4257
|
+
"name": "rejecticon",
|
|
4258
|
+
"doc-url": "https://primevue.org/confirmdialog",
|
|
4259
|
+
"description": "Custom reject icon template."
|
|
3787
4260
|
}
|
|
3788
4261
|
]
|
|
3789
4262
|
},
|
|
@@ -3805,6 +4278,16 @@
|
|
|
3805
4278
|
"kind": "expression",
|
|
3806
4279
|
"type": "string"
|
|
3807
4280
|
}
|
|
4281
|
+
},
|
|
4282
|
+
{
|
|
4283
|
+
"name": "pt",
|
|
4284
|
+
"default": "null",
|
|
4285
|
+
"doc-url": "https://primevue.org/confirmpopup",
|
|
4286
|
+
"description": "Uses to pass attributes to DOM elements inside the component.",
|
|
4287
|
+
"value": {
|
|
4288
|
+
"kind": "expression",
|
|
4289
|
+
"type": "any"
|
|
4290
|
+
}
|
|
3808
4291
|
}
|
|
3809
4292
|
],
|
|
3810
4293
|
"slots": [
|
|
@@ -3812,6 +4295,21 @@
|
|
|
3812
4295
|
"name": "message",
|
|
3813
4296
|
"doc-url": "https://primevue.org/confirmpopup",
|
|
3814
4297
|
"description": "Custom content for the component."
|
|
4298
|
+
},
|
|
4299
|
+
{
|
|
4300
|
+
"name": "icon",
|
|
4301
|
+
"doc-url": "https://primevue.org/confirmpopup",
|
|
4302
|
+
"description": "Custom icon template."
|
|
4303
|
+
},
|
|
4304
|
+
{
|
|
4305
|
+
"name": "accepticon",
|
|
4306
|
+
"doc-url": "https://primevue.org/confirmpopup",
|
|
4307
|
+
"description": "Custom accept icon template."
|
|
4308
|
+
},
|
|
4309
|
+
{
|
|
4310
|
+
"name": "rejecticon",
|
|
4311
|
+
"doc-url": "https://primevue.org/confirmpopup",
|
|
4312
|
+
"description": "Custom reject icon template."
|
|
3815
4313
|
}
|
|
3816
4314
|
]
|
|
3817
4315
|
},
|
|
@@ -3883,13 +4381,33 @@
|
|
|
3883
4381
|
"kind": "expression",
|
|
3884
4382
|
"type": "boolean"
|
|
3885
4383
|
}
|
|
4384
|
+
},
|
|
4385
|
+
{
|
|
4386
|
+
"name": "pt",
|
|
4387
|
+
"default": "null",
|
|
4388
|
+
"doc-url": "https://primevue.org/contextmenu",
|
|
4389
|
+
"description": "Uses to pass attributes to DOM elements inside the component.",
|
|
4390
|
+
"value": {
|
|
4391
|
+
"kind": "expression",
|
|
4392
|
+
"type": "any"
|
|
4393
|
+
}
|
|
3886
4394
|
}
|
|
3887
4395
|
],
|
|
3888
4396
|
"slots": [
|
|
3889
4397
|
{
|
|
3890
4398
|
"name": "item",
|
|
3891
4399
|
"doc-url": "https://primevue.org/contextmenu",
|
|
3892
|
-
"description": "
|
|
4400
|
+
"description": "Custom item template."
|
|
4401
|
+
},
|
|
4402
|
+
{
|
|
4403
|
+
"name": "submenuicon",
|
|
4404
|
+
"doc-url": "https://primevue.org/contextmenu",
|
|
4405
|
+
"description": "Custom submenu icon template."
|
|
4406
|
+
},
|
|
4407
|
+
{
|
|
4408
|
+
"name": "itemicon",
|
|
4409
|
+
"doc-url": "https://primevue.org/contextmenu",
|
|
4410
|
+
"description": "Custom item icon template."
|
|
3893
4411
|
}
|
|
3894
4412
|
]
|
|
3895
4413
|
},
|
|
@@ -5415,37 +5933,82 @@
|
|
|
5415
5933
|
{
|
|
5416
5934
|
"name": "header",
|
|
5417
5935
|
"doc-url": "https://primevue.org/datatable",
|
|
5418
|
-
"description": "Custom content for the component's header"
|
|
5936
|
+
"description": "Custom content for the component's header."
|
|
5419
5937
|
},
|
|
5420
5938
|
{
|
|
5421
5939
|
"name": "paginatorstart",
|
|
5422
5940
|
"doc-url": "https://primevue.org/datatable",
|
|
5423
|
-
"description": "Custom content for the component paginator's left side"
|
|
5941
|
+
"description": "Custom content for the component paginator's left side."
|
|
5424
5942
|
},
|
|
5425
5943
|
{
|
|
5426
5944
|
"name": "paginatorend",
|
|
5427
5945
|
"doc-url": "https://primevue.org/datatable",
|
|
5428
|
-
"description": "Custom content for the component paginator's right side"
|
|
5946
|
+
"description": "Custom content for the component paginator's right side."
|
|
5429
5947
|
},
|
|
5430
5948
|
{
|
|
5431
5949
|
"name": "footer",
|
|
5432
5950
|
"doc-url": "https://primevue.org/datatable",
|
|
5433
|
-
"description": "Custom content for the component's footer"
|
|
5951
|
+
"description": "Custom content for the component's footer."
|
|
5434
5952
|
},
|
|
5435
5953
|
{
|
|
5436
5954
|
"name": "groupheader",
|
|
5437
5955
|
"doc-url": "https://primevue.org/datatable",
|
|
5438
|
-
"description": "Custom content for the component's subgroup header"
|
|
5956
|
+
"description": "Custom content for the component's subgroup header."
|
|
5439
5957
|
},
|
|
5440
5958
|
{
|
|
5441
5959
|
"name": "groupfooter",
|
|
5442
5960
|
"doc-url": "https://primevue.org/datatable",
|
|
5443
|
-
"description": "Custom content for the component's subgroup footer"
|
|
5961
|
+
"description": "Custom content for the component's subgroup footer."
|
|
5962
|
+
},
|
|
5963
|
+
{
|
|
5964
|
+
"name": "loading",
|
|
5965
|
+
"doc-url": "https://primevue.org/datatable",
|
|
5966
|
+
"description": "Custom loading template."
|
|
5967
|
+
},
|
|
5968
|
+
{
|
|
5969
|
+
"name": "loadingicon",
|
|
5970
|
+
"doc-url": "https://primevue.org/datatable",
|
|
5971
|
+
"description": "Custom loading icon template."
|
|
5972
|
+
},
|
|
5973
|
+
{
|
|
5974
|
+
"name": "reorderindicatorupicon",
|
|
5975
|
+
"doc-url": "https://primevue.org/datatable",
|
|
5976
|
+
"description": "Custom reorder indicator up icon template."
|
|
5977
|
+
},
|
|
5978
|
+
{
|
|
5979
|
+
"name": "reorderindicatordownicon",
|
|
5980
|
+
"doc-url": "https://primevue.org/datatable",
|
|
5981
|
+
"description": "Custom reorder indicator down icon template."
|
|
5444
5982
|
},
|
|
5445
5983
|
{
|
|
5446
|
-
"name": "
|
|
5984
|
+
"name": "rowgrouptogglericon",
|
|
5985
|
+
"doc-url": "https://primevue.org/datatable",
|
|
5986
|
+
"description": "Custom rowgroup toggler icon template."
|
|
5987
|
+
},
|
|
5988
|
+
{
|
|
5989
|
+
"name": "paginatorfirstpagelinkicon",
|
|
5990
|
+
"doc-url": "https://primevue.org/datatable",
|
|
5991
|
+
"description": "Custom paginator first page link icon template."
|
|
5992
|
+
},
|
|
5993
|
+
{
|
|
5994
|
+
"name": "paginatorprevpagelinkicon",
|
|
5995
|
+
"doc-url": "https://primevue.org/datatable",
|
|
5996
|
+
"description": "Custom paginator prev page link icon template."
|
|
5997
|
+
},
|
|
5998
|
+
{
|
|
5999
|
+
"name": "paginatornextpagelinkicon",
|
|
6000
|
+
"doc-url": "https://primevue.org/datatable",
|
|
6001
|
+
"description": "Custom paginator next page link icon template."
|
|
6002
|
+
},
|
|
6003
|
+
{
|
|
6004
|
+
"name": "paginatorlastpagelinkicon",
|
|
6005
|
+
"doc-url": "https://primevue.org/datatable",
|
|
6006
|
+
"description": "Custom paginator last page link icon template."
|
|
6007
|
+
},
|
|
6008
|
+
{
|
|
6009
|
+
"name": "empty",
|
|
5447
6010
|
"doc-url": "https://primevue.org/datatable",
|
|
5448
|
-
"description": "Custom
|
|
6011
|
+
"description": "Custom empty template."
|
|
5449
6012
|
}
|
|
5450
6013
|
]
|
|
5451
6014
|
},
|
|
@@ -5697,7 +6260,31 @@
|
|
|
5697
6260
|
"symbol": "DataViewLayoutOptions"
|
|
5698
6261
|
},
|
|
5699
6262
|
"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."
|
|
6263
|
+
"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.",
|
|
6264
|
+
"attributes": [
|
|
6265
|
+
{
|
|
6266
|
+
"name": "modelValue",
|
|
6267
|
+
"default": "null",
|
|
6268
|
+
"doc-url": "https://primevue.org/dataview",
|
|
6269
|
+
"description": "Value of the component.",
|
|
6270
|
+
"value": {
|
|
6271
|
+
"kind": "expression",
|
|
6272
|
+
"type": "string"
|
|
6273
|
+
}
|
|
6274
|
+
}
|
|
6275
|
+
],
|
|
6276
|
+
"slots": [
|
|
6277
|
+
{
|
|
6278
|
+
"name": "listicon",
|
|
6279
|
+
"doc-url": "https://primevue.org/dataview",
|
|
6280
|
+
"description": "Custom list icon template."
|
|
6281
|
+
},
|
|
6282
|
+
{
|
|
6283
|
+
"name": "gridicon",
|
|
6284
|
+
"doc-url": "https://primevue.org/dataview",
|
|
6285
|
+
"description": "Custom grid icon template."
|
|
6286
|
+
}
|
|
6287
|
+
]
|
|
5701
6288
|
},
|
|
5702
6289
|
{
|
|
5703
6290
|
"name": "DeferredContent",
|
|
@@ -5707,6 +6294,18 @@
|
|
|
5707
6294
|
},
|
|
5708
6295
|
"doc-url": "https://primevue.org/deferredcontent",
|
|
5709
6296
|
"description": "DeferredContent postpones the loading the content that is initially not in the viewport until it becomes visible on scroll.",
|
|
6297
|
+
"attributes": [
|
|
6298
|
+
{
|
|
6299
|
+
"name": "pt",
|
|
6300
|
+
"default": "null",
|
|
6301
|
+
"doc-url": "https://primevue.org/deferredcontent",
|
|
6302
|
+
"description": "Uses to pass attributes to DOM elements inside the component.",
|
|
6303
|
+
"value": {
|
|
6304
|
+
"kind": "expression",
|
|
6305
|
+
"type": "any"
|
|
6306
|
+
}
|
|
6307
|
+
}
|
|
6308
|
+
],
|
|
5710
6309
|
"events": [
|
|
5711
6310
|
{
|
|
5712
6311
|
"name": "load",
|
|
@@ -5951,6 +6550,16 @@
|
|
|
5951
6550
|
"kind": "expression",
|
|
5952
6551
|
"type": "string"
|
|
5953
6552
|
}
|
|
6553
|
+
},
|
|
6554
|
+
{
|
|
6555
|
+
"name": "pt",
|
|
6556
|
+
"default": "null",
|
|
6557
|
+
"doc-url": "https://primevue.org/dialog",
|
|
6558
|
+
"description": "Uses to pass attributes to DOM elements inside the component.",
|
|
6559
|
+
"value": {
|
|
6560
|
+
"kind": "expression",
|
|
6561
|
+
"type": "any"
|
|
6562
|
+
}
|
|
5954
6563
|
}
|
|
5955
6564
|
],
|
|
5956
6565
|
"events": [
|
|
@@ -6019,6 +6628,16 @@
|
|
|
6019
6628
|
"name": "footer",
|
|
6020
6629
|
"doc-url": "https://primevue.org/dialog",
|
|
6021
6630
|
"description": "Custom content for the component's footer"
|
|
6631
|
+
},
|
|
6632
|
+
{
|
|
6633
|
+
"name": "closeicon",
|
|
6634
|
+
"doc-url": "https://primevue.org/dialog",
|
|
6635
|
+
"description": "Custom close icon template."
|
|
6636
|
+
},
|
|
6637
|
+
{
|
|
6638
|
+
"name": "maximizeicon",
|
|
6639
|
+
"doc-url": "https://primevue.org/dialog",
|
|
6640
|
+
"description": "Custom maximizeicon icon template of dialog."
|
|
6022
6641
|
}
|
|
6023
6642
|
]
|
|
6024
6643
|
},
|
|
@@ -6060,6 +6679,16 @@
|
|
|
6060
6679
|
"kind": "expression",
|
|
6061
6680
|
"type": "string"
|
|
6062
6681
|
}
|
|
6682
|
+
},
|
|
6683
|
+
{
|
|
6684
|
+
"name": "pt",
|
|
6685
|
+
"default": "null",
|
|
6686
|
+
"doc-url": "https://primevue.org/divider",
|
|
6687
|
+
"description": "Uses to pass attributes to DOM elements inside the component.",
|
|
6688
|
+
"value": {
|
|
6689
|
+
"kind": "expression",
|
|
6690
|
+
"type": "any"
|
|
6691
|
+
}
|
|
6063
6692
|
}
|
|
6064
6693
|
]
|
|
6065
6694
|
},
|
|
@@ -6131,6 +6760,16 @@
|
|
|
6131
6760
|
"kind": "expression",
|
|
6132
6761
|
"type": "object"
|
|
6133
6762
|
}
|
|
6763
|
+
},
|
|
6764
|
+
{
|
|
6765
|
+
"name": "pt",
|
|
6766
|
+
"default": "null",
|
|
6767
|
+
"doc-url": "https://primevue.org/dock",
|
|
6768
|
+
"description": "Uses to pass attributes to DOM elements inside the component.",
|
|
6769
|
+
"value": {
|
|
6770
|
+
"kind": "expression",
|
|
6771
|
+
"type": "any"
|
|
6772
|
+
}
|
|
6134
6773
|
}
|
|
6135
6774
|
],
|
|
6136
6775
|
"slots": [
|
|
@@ -6722,10 +7361,30 @@
|
|
|
6722
7361
|
"name": "loader",
|
|
6723
7362
|
"doc-url": "https://primevue.org/dropdown",
|
|
6724
7363
|
"description": "Custom content for the virtual scroller loader items"
|
|
6725
|
-
}
|
|
6726
|
-
|
|
6727
|
-
|
|
6728
|
-
|
|
7364
|
+
},
|
|
7365
|
+
{
|
|
7366
|
+
"name": "clearicon",
|
|
7367
|
+
"doc-url": "https://primevue.org/dropdown",
|
|
7368
|
+
"description": "Custom clear icon template."
|
|
7369
|
+
},
|
|
7370
|
+
{
|
|
7371
|
+
"name": "dropdownicon",
|
|
7372
|
+
"doc-url": "https://primevue.org/dropdown",
|
|
7373
|
+
"description": "Custom dropdown icon template."
|
|
7374
|
+
},
|
|
7375
|
+
{
|
|
7376
|
+
"name": "loadingicon",
|
|
7377
|
+
"doc-url": "https://primevue.org/dropdown",
|
|
7378
|
+
"description": "Custom loading icon template."
|
|
7379
|
+
},
|
|
7380
|
+
{
|
|
7381
|
+
"name": "filtericon",
|
|
7382
|
+
"doc-url": "https://primevue.org/dropdown",
|
|
7383
|
+
"description": "Custom filter icon template."
|
|
7384
|
+
}
|
|
7385
|
+
]
|
|
7386
|
+
},
|
|
7387
|
+
{
|
|
6729
7388
|
"name": "DynamicDialog",
|
|
6730
7389
|
"source": {
|
|
6731
7390
|
"module": "PrimeVue",
|
|
@@ -6958,6 +7617,16 @@
|
|
|
6958
7617
|
"kind": "expression",
|
|
6959
7618
|
"type": "string"
|
|
6960
7619
|
}
|
|
7620
|
+
},
|
|
7621
|
+
{
|
|
7622
|
+
"name": "pt",
|
|
7623
|
+
"default": "null",
|
|
7624
|
+
"doc-url": "https://primevue.org/fieldset",
|
|
7625
|
+
"description": "Uses to pass attributes to DOM elements inside the component.",
|
|
7626
|
+
"value": {
|
|
7627
|
+
"kind": "expression",
|
|
7628
|
+
"type": "any"
|
|
7629
|
+
}
|
|
6961
7630
|
}
|
|
6962
7631
|
],
|
|
6963
7632
|
"events": [
|
|
@@ -6985,7 +7654,12 @@
|
|
|
6985
7654
|
{
|
|
6986
7655
|
"name": "legend",
|
|
6987
7656
|
"doc-url": "https://primevue.org/fieldset",
|
|
6988
|
-
"description": "Custom
|
|
7657
|
+
"description": "Custom legend template."
|
|
7658
|
+
},
|
|
7659
|
+
{
|
|
7660
|
+
"name": "togglericon",
|
|
7661
|
+
"doc-url": "https://primevue.org/fieldset",
|
|
7662
|
+
"description": "Custom toggler icon template."
|
|
6989
7663
|
}
|
|
6990
7664
|
]
|
|
6991
7665
|
},
|
|
@@ -7237,6 +7911,16 @@
|
|
|
7237
7911
|
"kind": "expression",
|
|
7238
7912
|
"type": "string"
|
|
7239
7913
|
}
|
|
7914
|
+
},
|
|
7915
|
+
{
|
|
7916
|
+
"name": "pt",
|
|
7917
|
+
"default": "null",
|
|
7918
|
+
"doc-url": "https://primevue.org/fileupload",
|
|
7919
|
+
"description": "Uses to pass attributes to DOM elements inside the component.",
|
|
7920
|
+
"value": {
|
|
7921
|
+
"kind": "expression",
|
|
7922
|
+
"type": "any"
|
|
7923
|
+
}
|
|
7240
7924
|
}
|
|
7241
7925
|
],
|
|
7242
7926
|
"events": [
|
|
@@ -7393,41 +8077,40 @@
|
|
|
7393
8077
|
}
|
|
7394
8078
|
],
|
|
7395
8079
|
"slots": [
|
|
8080
|
+
{
|
|
8081
|
+
"name": "header",
|
|
8082
|
+
"doc-url": "https://primevue.org/fileupload",
|
|
8083
|
+
"description": "Custom header template."
|
|
8084
|
+
},
|
|
8085
|
+
{
|
|
8086
|
+
"name": "content",
|
|
8087
|
+
"doc-url": "https://primevue.org/fileupload",
|
|
8088
|
+
"description": "Custom content template."
|
|
8089
|
+
},
|
|
7396
8090
|
{
|
|
7397
8091
|
"name": "empty",
|
|
7398
8092
|
"doc-url": "https://primevue.org/fileupload",
|
|
7399
8093
|
"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": [
|
|
8094
|
+
},
|
|
7412
8095
|
{
|
|
7413
|
-
"name": "
|
|
7414
|
-
"
|
|
7415
|
-
"
|
|
7416
|
-
"description": "An array of events to display.",
|
|
7417
|
-
"value": {
|
|
7418
|
-
"kind": "expression",
|
|
7419
|
-
"type": "array"
|
|
7420
|
-
}
|
|
8096
|
+
"name": "chooseicon",
|
|
8097
|
+
"doc-url": "https://primevue.org/fileupload",
|
|
8098
|
+
"description": "Custom choose icon template."
|
|
7421
8099
|
},
|
|
7422
8100
|
{
|
|
7423
|
-
"name": "
|
|
7424
|
-
"
|
|
7425
|
-
"
|
|
7426
|
-
|
|
7427
|
-
|
|
7428
|
-
|
|
7429
|
-
|
|
7430
|
-
|
|
8101
|
+
"name": "uploadicon",
|
|
8102
|
+
"doc-url": "https://primevue.org/fileupload",
|
|
8103
|
+
"description": "Custom upload icon template."
|
|
8104
|
+
},
|
|
8105
|
+
{
|
|
8106
|
+
"name": "cancelicon",
|
|
8107
|
+
"doc-url": "https://primevue.org/fileupload",
|
|
8108
|
+
"description": "Custom cancel icon template."
|
|
8109
|
+
},
|
|
8110
|
+
{
|
|
8111
|
+
"name": "fileremoveicon",
|
|
8112
|
+
"doc-url": "https://primevue.org/fileupload",
|
|
8113
|
+
"description": "Custom remove icon template for each file."
|
|
7431
8114
|
}
|
|
7432
8115
|
]
|
|
7433
8116
|
},
|
|
@@ -7685,32 +8368,57 @@
|
|
|
7685
8368
|
{
|
|
7686
8369
|
"name": "header",
|
|
7687
8370
|
"doc-url": "https://primevue.org/galleria",
|
|
7688
|
-
"description": "Custom content for the component's header"
|
|
8371
|
+
"description": "Custom content for the component's header."
|
|
7689
8372
|
},
|
|
7690
8373
|
{
|
|
7691
8374
|
"name": "footer",
|
|
7692
8375
|
"doc-url": "https://primevue.org/galleria",
|
|
7693
|
-
"description": "Custom content for the component's
|
|
8376
|
+
"description": "Custom content for the component's footer."
|
|
7694
8377
|
},
|
|
7695
8378
|
{
|
|
7696
8379
|
"name": "item",
|
|
7697
8380
|
"doc-url": "https://primevue.org/galleria",
|
|
7698
|
-
"description": "Custom content for the item"
|
|
8381
|
+
"description": "Custom content for the item."
|
|
7699
8382
|
},
|
|
7700
8383
|
{
|
|
7701
8384
|
"name": "caption",
|
|
7702
8385
|
"doc-url": "https://primevue.org/galleria",
|
|
7703
|
-
"description": "Custom caption content"
|
|
8386
|
+
"description": "Custom caption content."
|
|
7704
8387
|
},
|
|
7705
8388
|
{
|
|
7706
8389
|
"name": "thumbnail",
|
|
7707
8390
|
"doc-url": "https://primevue.org/galleria",
|
|
7708
|
-
"description": "Custom thumbnail content"
|
|
8391
|
+
"description": "Custom thumbnail content."
|
|
7709
8392
|
},
|
|
7710
8393
|
{
|
|
7711
8394
|
"name": "indicator",
|
|
7712
8395
|
"doc-url": "https://primevue.org/galleria",
|
|
7713
|
-
"description": "Custom indicator content"
|
|
8396
|
+
"description": "Custom indicator content."
|
|
8397
|
+
},
|
|
8398
|
+
{
|
|
8399
|
+
"name": "closeicon",
|
|
8400
|
+
"doc-url": "https://primevue.org/galleria",
|
|
8401
|
+
"description": "Custom close icon template."
|
|
8402
|
+
},
|
|
8403
|
+
{
|
|
8404
|
+
"name": "previousitemicon",
|
|
8405
|
+
"doc-url": "https://primevue.org/galleria",
|
|
8406
|
+
"description": "Custom navigator previous item icon template."
|
|
8407
|
+
},
|
|
8408
|
+
{
|
|
8409
|
+
"name": "nextitemicon",
|
|
8410
|
+
"doc-url": "https://primevue.org/galleria",
|
|
8411
|
+
"description": "Custom navigator next item icon template."
|
|
8412
|
+
},
|
|
8413
|
+
{
|
|
8414
|
+
"name": "previousthumbnailicon",
|
|
8415
|
+
"doc-url": "https://primevue.org/galleria",
|
|
8416
|
+
"description": "Custom thumbnail previous icon template."
|
|
8417
|
+
},
|
|
8418
|
+
{
|
|
8419
|
+
"name": "nextthumbnailicon",
|
|
8420
|
+
"doc-url": "https://primevue.org/galleria",
|
|
8421
|
+
"description": "Custom thumbnail next icon template."
|
|
7714
8422
|
}
|
|
7715
8423
|
]
|
|
7716
8424
|
},
|
|
@@ -7812,6 +8520,33 @@
|
|
|
7812
8520
|
"kind": "expression",
|
|
7813
8521
|
"type": "string"
|
|
7814
8522
|
}
|
|
8523
|
+
},
|
|
8524
|
+
{
|
|
8525
|
+
"name": "icon",
|
|
8526
|
+
"default": "undefined",
|
|
8527
|
+
"doc-url": "https://primevue.org/message",
|
|
8528
|
+
"description": "Display a custom icon for the message.",
|
|
8529
|
+
"value": {
|
|
8530
|
+
"kind": "expression",
|
|
8531
|
+
"type": "string"
|
|
8532
|
+
}
|
|
8533
|
+
},
|
|
8534
|
+
{
|
|
8535
|
+
"name": "pt",
|
|
8536
|
+
"default": "null",
|
|
8537
|
+
"doc-url": "https://primevue.org/message",
|
|
8538
|
+
"description": "Uses to pass attributes to DOM elements inside the component.",
|
|
8539
|
+
"value": {
|
|
8540
|
+
"kind": "expression",
|
|
8541
|
+
"type": "any"
|
|
8542
|
+
}
|
|
8543
|
+
}
|
|
8544
|
+
],
|
|
8545
|
+
"slots": [
|
|
8546
|
+
{
|
|
8547
|
+
"name": "icon",
|
|
8548
|
+
"doc-url": "https://primevue.org/message",
|
|
8549
|
+
"description": "Custom icon template."
|
|
7815
8550
|
}
|
|
7816
8551
|
]
|
|
7817
8552
|
},
|
|
@@ -7853,6 +8588,16 @@
|
|
|
7853
8588
|
"kind": "expression",
|
|
7854
8589
|
"type": "boolean"
|
|
7855
8590
|
}
|
|
8591
|
+
},
|
|
8592
|
+
{
|
|
8593
|
+
"name": "pt",
|
|
8594
|
+
"default": "null",
|
|
8595
|
+
"doc-url": "https://primevue.org/inplace",
|
|
8596
|
+
"description": "Uses to pass attributes to DOM elements inside the component.",
|
|
8597
|
+
"value": {
|
|
8598
|
+
"kind": "expression",
|
|
8599
|
+
"type": "any"
|
|
8600
|
+
}
|
|
7856
8601
|
}
|
|
7857
8602
|
],
|
|
7858
8603
|
"events": [
|
|
@@ -7887,12 +8632,17 @@
|
|
|
7887
8632
|
{
|
|
7888
8633
|
"name": "display",
|
|
7889
8634
|
"doc-url": "https://primevue.org/inplace",
|
|
7890
|
-
"description": "
|
|
8635
|
+
"description": "Custom display template."
|
|
7891
8636
|
},
|
|
7892
8637
|
{
|
|
7893
8638
|
"name": "content",
|
|
7894
8639
|
"doc-url": "https://primevue.org/inplace",
|
|
7895
|
-
"description": "
|
|
8640
|
+
"description": "Custom content template."
|
|
8641
|
+
},
|
|
8642
|
+
{
|
|
8643
|
+
"name": "closeicon",
|
|
8644
|
+
"doc-url": "https://primevue.org/inplace",
|
|
8645
|
+
"description": "Custom close icon template."
|
|
7896
8646
|
}
|
|
7897
8647
|
]
|
|
7898
8648
|
},
|
|
@@ -8319,6 +9069,18 @@
|
|
|
8319
9069
|
}
|
|
8320
9070
|
]
|
|
8321
9071
|
}
|
|
9072
|
+
],
|
|
9073
|
+
"slots": [
|
|
9074
|
+
{
|
|
9075
|
+
"name": "incrementbuttonicon",
|
|
9076
|
+
"doc-url": "https://primevue.org/inputnumber",
|
|
9077
|
+
"description": "Custom increment button icon template."
|
|
9078
|
+
},
|
|
9079
|
+
{
|
|
9080
|
+
"name": "decrementbuttonicon",
|
|
9081
|
+
"doc-url": "https://primevue.org/inputnumber",
|
|
9082
|
+
"description": "Custom decrement button icon template."
|
|
9083
|
+
}
|
|
8322
9084
|
]
|
|
8323
9085
|
},
|
|
8324
9086
|
{
|
|
@@ -8996,42 +9758,47 @@
|
|
|
8996
9758
|
{
|
|
8997
9759
|
"name": "option",
|
|
8998
9760
|
"doc-url": "https://primevue.org/listbox",
|
|
8999
|
-
"description": "Custom content for the item's option"
|
|
9761
|
+
"description": "Custom content for the item's option."
|
|
9000
9762
|
},
|
|
9001
9763
|
{
|
|
9002
9764
|
"name": "optiongroup",
|
|
9003
9765
|
"doc-url": "https://primevue.org/listbox",
|
|
9004
|
-
"description": "Custom content for the item's optiongroup"
|
|
9766
|
+
"description": "Custom content for the item's optiongroup."
|
|
9005
9767
|
},
|
|
9006
9768
|
{
|
|
9007
9769
|
"name": "header",
|
|
9008
9770
|
"doc-url": "https://primevue.org/listbox",
|
|
9009
|
-
"description": "Custom content for the component's header"
|
|
9771
|
+
"description": "Custom content for the component's header."
|
|
9010
9772
|
},
|
|
9011
9773
|
{
|
|
9012
9774
|
"name": "footer",
|
|
9013
9775
|
"doc-url": "https://primevue.org/listbox",
|
|
9014
|
-
"description": "Custom content for the component's footer"
|
|
9776
|
+
"description": "Custom content for the component's footer."
|
|
9015
9777
|
},
|
|
9016
9778
|
{
|
|
9017
9779
|
"name": "emptyfilter",
|
|
9018
9780
|
"doc-url": "https://primevue.org/listbox",
|
|
9019
|
-
"description": "Custom content when there is no filtered data to display"
|
|
9781
|
+
"description": "Custom content when there is no filtered data to display."
|
|
9020
9782
|
},
|
|
9021
9783
|
{
|
|
9022
9784
|
"name": "empty",
|
|
9023
9785
|
"doc-url": "https://primevue.org/listbox",
|
|
9024
|
-
"description": "Custom content when there is no data to display"
|
|
9786
|
+
"description": "Custom content when there is no data to display."
|
|
9025
9787
|
},
|
|
9026
9788
|
{
|
|
9027
9789
|
"name": "content",
|
|
9028
9790
|
"doc-url": "https://primevue.org/listbox",
|
|
9029
|
-
"description": "Custom content for the virtual scroller"
|
|
9791
|
+
"description": "Custom content for the virtual scroller."
|
|
9030
9792
|
},
|
|
9031
9793
|
{
|
|
9032
9794
|
"name": "loader",
|
|
9033
9795
|
"doc-url": "https://primevue.org/listbox",
|
|
9034
|
-
"description": "Custom content for the virtual scroller loader items"
|
|
9796
|
+
"description": "Custom content for the virtual scroller loader items."
|
|
9797
|
+
},
|
|
9798
|
+
{
|
|
9799
|
+
"name": "filtericon",
|
|
9800
|
+
"doc-url": "https://primevue.org/listbox",
|
|
9801
|
+
"description": "Custom filter icon template."
|
|
9035
9802
|
}
|
|
9036
9803
|
]
|
|
9037
9804
|
},
|
|
@@ -9073,6 +9840,16 @@
|
|
|
9073
9840
|
"kind": "expression",
|
|
9074
9841
|
"type": "boolean"
|
|
9075
9842
|
}
|
|
9843
|
+
},
|
|
9844
|
+
{
|
|
9845
|
+
"name": "pt",
|
|
9846
|
+
"default": "null",
|
|
9847
|
+
"doc-url": "https://primevue.org/megamenu",
|
|
9848
|
+
"description": "Uses to pass attributes to DOM elements inside the component.",
|
|
9849
|
+
"value": {
|
|
9850
|
+
"kind": "expression",
|
|
9851
|
+
"type": "any"
|
|
9852
|
+
}
|
|
9076
9853
|
}
|
|
9077
9854
|
],
|
|
9078
9855
|
"slots": [
|
|
@@ -9089,7 +9866,17 @@
|
|
|
9089
9866
|
{
|
|
9090
9867
|
"name": "item",
|
|
9091
9868
|
"doc-url": "https://primevue.org/megamenu",
|
|
9092
|
-
"description": "
|
|
9869
|
+
"description": "Custom item template."
|
|
9870
|
+
},
|
|
9871
|
+
{
|
|
9872
|
+
"name": "submenuicon",
|
|
9873
|
+
"doc-url": "https://primevue.org/megamenu",
|
|
9874
|
+
"description": "Custom submenu icon template."
|
|
9875
|
+
},
|
|
9876
|
+
{
|
|
9877
|
+
"name": "itemicon",
|
|
9878
|
+
"doc-url": "https://primevue.org/megamenu",
|
|
9879
|
+
"description": "Custom item icon template."
|
|
9093
9880
|
}
|
|
9094
9881
|
]
|
|
9095
9882
|
},
|
|
@@ -9161,6 +9948,16 @@
|
|
|
9161
9948
|
"kind": "expression",
|
|
9162
9949
|
"type": "boolean"
|
|
9163
9950
|
}
|
|
9951
|
+
},
|
|
9952
|
+
{
|
|
9953
|
+
"name": "pt",
|
|
9954
|
+
"default": "null",
|
|
9955
|
+
"doc-url": "https://primevue.org/menu",
|
|
9956
|
+
"description": "Uses to pass attributes to DOM elements inside the component.",
|
|
9957
|
+
"value": {
|
|
9958
|
+
"kind": "expression",
|
|
9959
|
+
"type": "any"
|
|
9960
|
+
}
|
|
9164
9961
|
}
|
|
9165
9962
|
],
|
|
9166
9963
|
"events": [
|
|
@@ -9190,6 +9987,11 @@
|
|
|
9190
9987
|
"name": "item",
|
|
9191
9988
|
"doc-url": "https://primevue.org/menu",
|
|
9192
9989
|
"description": "Template of a menuitem."
|
|
9990
|
+
},
|
|
9991
|
+
{
|
|
9992
|
+
"name": "itemicon",
|
|
9993
|
+
"doc-url": "https://primevue.org/menu",
|
|
9994
|
+
"description": "Custom item icon template."
|
|
9193
9995
|
}
|
|
9194
9996
|
]
|
|
9195
9997
|
},
|
|
@@ -9221,23 +10023,48 @@
|
|
|
9221
10023
|
"kind": "expression",
|
|
9222
10024
|
"type": "boolean"
|
|
9223
10025
|
}
|
|
10026
|
+
},
|
|
10027
|
+
{
|
|
10028
|
+
"name": "pt",
|
|
10029
|
+
"default": "null",
|
|
10030
|
+
"doc-url": "https://primevue.org/menubar",
|
|
10031
|
+
"description": "Uses to pass attributes to DOM elements inside the component.",
|
|
10032
|
+
"value": {
|
|
10033
|
+
"kind": "expression",
|
|
10034
|
+
"type": "any"
|
|
10035
|
+
}
|
|
9224
10036
|
}
|
|
9225
10037
|
],
|
|
9226
10038
|
"slots": [
|
|
9227
10039
|
{
|
|
9228
10040
|
"name": "start",
|
|
9229
10041
|
"doc-url": "https://primevue.org/menubar",
|
|
9230
|
-
"description": "Custom content before the content"
|
|
10042
|
+
"description": "Custom content before the content."
|
|
9231
10043
|
},
|
|
9232
10044
|
{
|
|
9233
10045
|
"name": "end",
|
|
9234
10046
|
"doc-url": "https://primevue.org/menubar",
|
|
9235
|
-
"description": "Custom content after the content"
|
|
10047
|
+
"description": "Custom content after the content."
|
|
9236
10048
|
},
|
|
9237
10049
|
{
|
|
9238
10050
|
"name": "item",
|
|
9239
10051
|
"doc-url": "https://primevue.org/menubar",
|
|
9240
|
-
"description": "
|
|
10052
|
+
"description": "Custom menuitem template."
|
|
10053
|
+
},
|
|
10054
|
+
{
|
|
10055
|
+
"name": "baricon",
|
|
10056
|
+
"doc-url": "https://primevue.org/menubar",
|
|
10057
|
+
"description": "Custom bar icon template."
|
|
10058
|
+
},
|
|
10059
|
+
{
|
|
10060
|
+
"name": "submenuicon",
|
|
10061
|
+
"doc-url": "https://primevue.org/menubar",
|
|
10062
|
+
"description": "Custom submenu icon template."
|
|
10063
|
+
},
|
|
10064
|
+
{
|
|
10065
|
+
"name": "itemicon",
|
|
10066
|
+
"doc-url": "https://primevue.org/menubar",
|
|
10067
|
+
"description": "Custom item icon template."
|
|
9241
10068
|
}
|
|
9242
10069
|
]
|
|
9243
10070
|
},
|
|
@@ -9292,13 +10119,33 @@
|
|
|
9292
10119
|
},
|
|
9293
10120
|
{
|
|
9294
10121
|
"name": "icon",
|
|
9295
|
-
"default": "
|
|
10122
|
+
"default": "undefined",
|
|
9296
10123
|
"doc-url": "https://primevue.org/message",
|
|
9297
10124
|
"description": "Display a custom icon for the message.",
|
|
9298
10125
|
"value": {
|
|
9299
10126
|
"kind": "expression",
|
|
9300
10127
|
"type": "string"
|
|
9301
10128
|
}
|
|
10129
|
+
},
|
|
10130
|
+
{
|
|
10131
|
+
"name": "closeIcon",
|
|
10132
|
+
"default": "undefined",
|
|
10133
|
+
"doc-url": "https://primevue.org/message",
|
|
10134
|
+
"description": "Display a custom close icon for the message.",
|
|
10135
|
+
"value": {
|
|
10136
|
+
"kind": "expression",
|
|
10137
|
+
"type": "string"
|
|
10138
|
+
}
|
|
10139
|
+
},
|
|
10140
|
+
{
|
|
10141
|
+
"name": "pt",
|
|
10142
|
+
"default": "null",
|
|
10143
|
+
"doc-url": "https://primevue.org/message",
|
|
10144
|
+
"description": "Uses to pass attributes to DOM elements inside the component.",
|
|
10145
|
+
"value": {
|
|
10146
|
+
"kind": "expression",
|
|
10147
|
+
"type": "any"
|
|
10148
|
+
}
|
|
9302
10149
|
}
|
|
9303
10150
|
],
|
|
9304
10151
|
"events": [
|
|
@@ -9315,6 +10162,18 @@
|
|
|
9315
10162
|
}
|
|
9316
10163
|
]
|
|
9317
10164
|
}
|
|
10165
|
+
],
|
|
10166
|
+
"slots": [
|
|
10167
|
+
{
|
|
10168
|
+
"name": "messageicon",
|
|
10169
|
+
"doc-url": "https://primevue.org/message",
|
|
10170
|
+
"description": "Custom message icon template."
|
|
10171
|
+
},
|
|
10172
|
+
{
|
|
10173
|
+
"name": "closeicon",
|
|
10174
|
+
"doc-url": "https://primevue.org/message",
|
|
10175
|
+
"description": "Custom close icon template."
|
|
10176
|
+
}
|
|
9318
10177
|
]
|
|
9319
10178
|
},
|
|
9320
10179
|
{
|
|
@@ -9628,7 +10487,7 @@
|
|
|
9628
10487
|
},
|
|
9629
10488
|
{
|
|
9630
10489
|
"name": "loadingIcon",
|
|
9631
|
-
"default": "
|
|
10490
|
+
"default": "null",
|
|
9632
10491
|
"doc-url": "https://primevue.org/multiselect",
|
|
9633
10492
|
"description": "Icon to display in loading state.",
|
|
9634
10493
|
"value": {
|
|
@@ -9637,60 +10496,110 @@
|
|
|
9637
10496
|
}
|
|
9638
10497
|
},
|
|
9639
10498
|
{
|
|
9640
|
-
"name": "
|
|
9641
|
-
"default": "
|
|
10499
|
+
"name": "checkboxIcon",
|
|
10500
|
+
"default": "null",
|
|
9642
10501
|
"doc-url": "https://primevue.org/multiselect",
|
|
9643
|
-
"description": "
|
|
10502
|
+
"description": "Icon to display in the checkboxes.",
|
|
9644
10503
|
"value": {
|
|
9645
10504
|
"kind": "expression",
|
|
9646
|
-
"type": "
|
|
10505
|
+
"type": "string"
|
|
9647
10506
|
}
|
|
9648
10507
|
},
|
|
9649
10508
|
{
|
|
9650
|
-
"name": "
|
|
9651
|
-
"default": "
|
|
10509
|
+
"name": "closeIcon",
|
|
10510
|
+
"default": "null",
|
|
9652
10511
|
"doc-url": "https://primevue.org/multiselect",
|
|
9653
|
-
"description": "
|
|
10512
|
+
"description": "Icon to display in the dropdown close button.",
|
|
9654
10513
|
"value": {
|
|
9655
10514
|
"kind": "expression",
|
|
9656
|
-
"type": "
|
|
10515
|
+
"type": "string"
|
|
9657
10516
|
}
|
|
9658
10517
|
},
|
|
9659
10518
|
{
|
|
9660
|
-
"name": "
|
|
10519
|
+
"name": "dropdownIcon",
|
|
9661
10520
|
"default": "null",
|
|
9662
10521
|
"doc-url": "https://primevue.org/multiselect",
|
|
9663
|
-
"description": "
|
|
10522
|
+
"description": "Icon to display in the dropdown.",
|
|
9664
10523
|
"value": {
|
|
9665
10524
|
"kind": "expression",
|
|
9666
|
-
"type": "
|
|
10525
|
+
"type": "string"
|
|
9667
10526
|
}
|
|
9668
10527
|
},
|
|
9669
10528
|
{
|
|
9670
|
-
"name": "
|
|
9671
|
-
"default": "
|
|
10529
|
+
"name": "filterIcon",
|
|
10530
|
+
"default": "null",
|
|
9672
10531
|
"doc-url": "https://primevue.org/multiselect",
|
|
9673
|
-
"description": "
|
|
10532
|
+
"description": "Icon to display in filter input.",
|
|
9674
10533
|
"value": {
|
|
9675
10534
|
"kind": "expression",
|
|
9676
|
-
"type": "
|
|
10535
|
+
"type": "string"
|
|
9677
10536
|
}
|
|
9678
10537
|
},
|
|
9679
10538
|
{
|
|
9680
|
-
"name": "
|
|
9681
|
-
"default": "
|
|
10539
|
+
"name": "removeTokenIcon",
|
|
10540
|
+
"default": "null",
|
|
9682
10541
|
"doc-url": "https://primevue.org/multiselect",
|
|
9683
|
-
"description": "
|
|
10542
|
+
"description": "Icon to display in chip remove action.",
|
|
9684
10543
|
"value": {
|
|
9685
10544
|
"kind": "expression",
|
|
9686
|
-
"type": "
|
|
10545
|
+
"type": "string"
|
|
9687
10546
|
}
|
|
9688
10547
|
},
|
|
9689
10548
|
{
|
|
9690
|
-
"name": "
|
|
9691
|
-
"default": "
|
|
10549
|
+
"name": "selectAll",
|
|
10550
|
+
"default": "false",
|
|
9692
10551
|
"doc-url": "https://primevue.org/multiselect",
|
|
9693
|
-
"description": "
|
|
10552
|
+
"description": "Whether all data is selected.",
|
|
10553
|
+
"value": {
|
|
10554
|
+
"kind": "expression",
|
|
10555
|
+
"type": "boolean"
|
|
10556
|
+
}
|
|
10557
|
+
},
|
|
10558
|
+
{
|
|
10559
|
+
"name": "resetFilterOnHide",
|
|
10560
|
+
"default": "false",
|
|
10561
|
+
"doc-url": "https://primevue.org/multiselect",
|
|
10562
|
+
"description": "Clears the filter value when hiding the dropdown.",
|
|
10563
|
+
"value": {
|
|
10564
|
+
"kind": "expression",
|
|
10565
|
+
"type": "boolean"
|
|
10566
|
+
}
|
|
10567
|
+
},
|
|
10568
|
+
{
|
|
10569
|
+
"name": "virtualScrollerOptions",
|
|
10570
|
+
"default": "null",
|
|
10571
|
+
"doc-url": "https://primevue.org/multiselect",
|
|
10572
|
+
"description": "Whether to use the virtualScroller feature. The properties of VirtualScroller component can be used like an object in it.",
|
|
10573
|
+
"value": {
|
|
10574
|
+
"kind": "expression",
|
|
10575
|
+
"type": "object"
|
|
10576
|
+
}
|
|
10577
|
+
},
|
|
10578
|
+
{
|
|
10579
|
+
"name": "autoOptionFocus",
|
|
10580
|
+
"default": "true",
|
|
10581
|
+
"doc-url": "https://primevue.org/multiselect",
|
|
10582
|
+
"description": "Whether to focus on the first visible or selected element when the overlay panel is shown.",
|
|
10583
|
+
"value": {
|
|
10584
|
+
"kind": "expression",
|
|
10585
|
+
"type": "boolean"
|
|
10586
|
+
}
|
|
10587
|
+
},
|
|
10588
|
+
{
|
|
10589
|
+
"name": "autoFilterFocus",
|
|
10590
|
+
"default": "false",
|
|
10591
|
+
"doc-url": "https://primevue.org/multiselect",
|
|
10592
|
+
"description": "Whether to focus on the filter element when the overlay panel is shown.",
|
|
10593
|
+
"value": {
|
|
10594
|
+
"kind": "expression",
|
|
10595
|
+
"type": "boolean"
|
|
10596
|
+
}
|
|
10597
|
+
},
|
|
10598
|
+
{
|
|
10599
|
+
"name": "filterMessage",
|
|
10600
|
+
"default": "{0} results are available",
|
|
10601
|
+
"doc-url": "https://primevue.org/multiselect",
|
|
10602
|
+
"description": "Text to be displayed in hidden accessible field when filtering returns any results. Defaults to value from PrimeVue locale configuration.",
|
|
9694
10603
|
"value": {
|
|
9695
10604
|
"kind": "expression",
|
|
9696
10605
|
"type": "string"
|
|
@@ -9876,7 +10785,7 @@
|
|
|
9876
10785
|
{
|
|
9877
10786
|
"name": "value",
|
|
9878
10787
|
"doc-url": "https://primevue.org/multiselect",
|
|
9879
|
-
"description": "Custom content for the item value"
|
|
10788
|
+
"description": "Custom content for the item value."
|
|
9880
10789
|
},
|
|
9881
10790
|
{
|
|
9882
10791
|
"name": "chip",
|
|
@@ -9886,47 +10795,82 @@
|
|
|
9886
10795
|
{
|
|
9887
10796
|
"name": "indicator",
|
|
9888
10797
|
"doc-url": "https://primevue.org/multiselect",
|
|
9889
|
-
"description": "Custom content for the dropdown indicator"
|
|
10798
|
+
"description": "Custom content for the dropdown indicator."
|
|
9890
10799
|
},
|
|
9891
10800
|
{
|
|
9892
10801
|
"name": "header",
|
|
9893
10802
|
"doc-url": "https://primevue.org/multiselect",
|
|
9894
|
-
"description": "Custom content for the component's header"
|
|
10803
|
+
"description": "Custom content for the component's header."
|
|
9895
10804
|
},
|
|
9896
10805
|
{
|
|
9897
10806
|
"name": "footer",
|
|
9898
10807
|
"doc-url": "https://primevue.org/multiselect",
|
|
9899
|
-
"description": "Custom content for the component's footer"
|
|
10808
|
+
"description": "Custom content for the component's footer."
|
|
9900
10809
|
},
|
|
9901
10810
|
{
|
|
9902
10811
|
"name": "option",
|
|
9903
10812
|
"doc-url": "https://primevue.org/multiselect",
|
|
9904
|
-
"description": "Custom content for the item's option"
|
|
10813
|
+
"description": "Custom content for the item's option."
|
|
9905
10814
|
},
|
|
9906
10815
|
{
|
|
9907
10816
|
"name": "optiongroup",
|
|
9908
10817
|
"doc-url": "https://primevue.org/multiselect",
|
|
9909
|
-
"description": "Custom content for the item's optiongroup"
|
|
10818
|
+
"description": "Custom content for the item's optiongroup."
|
|
9910
10819
|
},
|
|
9911
10820
|
{
|
|
9912
10821
|
"name": "emptyfilter",
|
|
9913
10822
|
"doc-url": "https://primevue.org/multiselect",
|
|
9914
|
-
"description": "Custom content when there is no filtered data to display"
|
|
10823
|
+
"description": "Custom content when there is no filtered data to display."
|
|
9915
10824
|
},
|
|
9916
10825
|
{
|
|
9917
10826
|
"name": "empty",
|
|
9918
10827
|
"doc-url": "https://primevue.org/multiselect",
|
|
9919
|
-
"description": "Custom content when there is no data to display"
|
|
10828
|
+
"description": "Custom content when there is no data to display."
|
|
9920
10829
|
},
|
|
9921
10830
|
{
|
|
9922
10831
|
"name": "content",
|
|
9923
10832
|
"doc-url": "https://primevue.org/multiselect",
|
|
9924
|
-
"description": "Custom content for the virtual scroller"
|
|
10833
|
+
"description": "Custom content for the virtual scroller."
|
|
9925
10834
|
},
|
|
9926
10835
|
{
|
|
9927
10836
|
"name": "loader",
|
|
9928
10837
|
"doc-url": "https://primevue.org/multiselect",
|
|
9929
|
-
"description": "Custom content for the virtual scroller loader items"
|
|
10838
|
+
"description": "Custom content for the virtual scroller loader items."
|
|
10839
|
+
},
|
|
10840
|
+
{
|
|
10841
|
+
"name": "removetokenicon",
|
|
10842
|
+
"doc-url": "https://primevue.org/multiselect",
|
|
10843
|
+
"description": "Custom remove token icon template."
|
|
10844
|
+
},
|
|
10845
|
+
{
|
|
10846
|
+
"name": "headercheckboxicon",
|
|
10847
|
+
"doc-url": "https://primevue.org/multiselect",
|
|
10848
|
+
"description": "Custom header checkbox icon template."
|
|
10849
|
+
},
|
|
10850
|
+
{
|
|
10851
|
+
"name": "filtericon",
|
|
10852
|
+
"doc-url": "https://primevue.org/multiselect",
|
|
10853
|
+
"description": "Custom filter icon template."
|
|
10854
|
+
},
|
|
10855
|
+
{
|
|
10856
|
+
"name": "closeicon",
|
|
10857
|
+
"doc-url": "https://primevue.org/multiselect",
|
|
10858
|
+
"description": "Custom close icon template."
|
|
10859
|
+
},
|
|
10860
|
+
{
|
|
10861
|
+
"name": "itemcheckboxicon",
|
|
10862
|
+
"doc-url": "https://primevue.org/multiselect",
|
|
10863
|
+
"description": "Custom item checkbox icon template."
|
|
10864
|
+
},
|
|
10865
|
+
{
|
|
10866
|
+
"name": "loadingicon",
|
|
10867
|
+
"doc-url": "https://primevue.org/multiselect",
|
|
10868
|
+
"description": "Custom loading icon template."
|
|
10869
|
+
},
|
|
10870
|
+
{
|
|
10871
|
+
"name": "dropdownicon",
|
|
10872
|
+
"doc-url": "https://primevue.org/multiselect",
|
|
10873
|
+
"description": "Custom dropdown icon template."
|
|
9930
10874
|
}
|
|
9931
10875
|
]
|
|
9932
10876
|
},
|
|
@@ -10070,22 +11014,42 @@
|
|
|
10070
11014
|
{
|
|
10071
11015
|
"name": "header",
|
|
10072
11016
|
"doc-url": "https://primevue.org/orderlist",
|
|
10073
|
-
"description": "Custom content for the component's header"
|
|
11017
|
+
"description": "Custom content for the component's header."
|
|
10074
11018
|
},
|
|
10075
11019
|
{
|
|
10076
11020
|
"name": "item",
|
|
10077
11021
|
"doc-url": "https://primevue.org/orderlist",
|
|
10078
|
-
"description": "Custom content for the item"
|
|
11022
|
+
"description": "Custom content for the item."
|
|
10079
11023
|
},
|
|
10080
11024
|
{
|
|
10081
11025
|
"name": "controlsstart",
|
|
10082
11026
|
"doc-url": "https://primevue.org/orderlist",
|
|
10083
|
-
"description": "Custom content before the buttons"
|
|
11027
|
+
"description": "Custom content before the buttons."
|
|
10084
11028
|
},
|
|
10085
11029
|
{
|
|
10086
11030
|
"name": "controlsend",
|
|
10087
11031
|
"doc-url": "https://primevue.org/orderlist",
|
|
10088
|
-
"description": "Custom content after the buttons"
|
|
11032
|
+
"description": "Custom content after the buttons."
|
|
11033
|
+
},
|
|
11034
|
+
{
|
|
11035
|
+
"name": "movetopicon",
|
|
11036
|
+
"doc-url": "https://primevue.org/orderlist",
|
|
11037
|
+
"description": "Custom move top icon template."
|
|
11038
|
+
},
|
|
11039
|
+
{
|
|
11040
|
+
"name": "moveupicon",
|
|
11041
|
+
"doc-url": "https://primevue.org/orderlist",
|
|
11042
|
+
"description": "Custom move up icon template."
|
|
11043
|
+
},
|
|
11044
|
+
{
|
|
11045
|
+
"name": "movedownicon",
|
|
11046
|
+
"doc-url": "https://primevue.org/orderlist",
|
|
11047
|
+
"description": "Custom move down icon template."
|
|
11048
|
+
},
|
|
11049
|
+
{
|
|
11050
|
+
"name": "movebottomicon",
|
|
11051
|
+
"doc-url": "https://primevue.org/orderlist",
|
|
11052
|
+
"description": "Custom move bottom icon template."
|
|
10089
11053
|
}
|
|
10090
11054
|
]
|
|
10091
11055
|
},
|
|
@@ -10202,6 +11166,13 @@
|
|
|
10202
11166
|
}
|
|
10203
11167
|
]
|
|
10204
11168
|
}
|
|
11169
|
+
],
|
|
11170
|
+
"slots": [
|
|
11171
|
+
{
|
|
11172
|
+
"name": "togglericon",
|
|
11173
|
+
"doc-url": "https://primevue.org/organizationchart",
|
|
11174
|
+
"description": "Custom toggler icon template."
|
|
11175
|
+
}
|
|
10205
11176
|
]
|
|
10206
11177
|
},
|
|
10207
11178
|
{
|
|
@@ -10282,6 +11253,26 @@
|
|
|
10282
11253
|
"kind": "expression",
|
|
10283
11254
|
"type": "object"
|
|
10284
11255
|
}
|
|
11256
|
+
},
|
|
11257
|
+
{
|
|
11258
|
+
"name": "closeIcon",
|
|
11259
|
+
"default": "undefined",
|
|
11260
|
+
"doc-url": "https://primevue.org/overlaypanel",
|
|
11261
|
+
"description": "Display a custom close icon for the message.",
|
|
11262
|
+
"value": {
|
|
11263
|
+
"kind": "expression",
|
|
11264
|
+
"type": "string"
|
|
11265
|
+
}
|
|
11266
|
+
},
|
|
11267
|
+
{
|
|
11268
|
+
"name": "pt",
|
|
11269
|
+
"default": "null",
|
|
11270
|
+
"doc-url": "https://primevue.org/overlaypanel",
|
|
11271
|
+
"description": "Uses to pass attributes to DOM elements inside the component.",
|
|
11272
|
+
"value": {
|
|
11273
|
+
"kind": "expression",
|
|
11274
|
+
"type": "any"
|
|
11275
|
+
}
|
|
10285
11276
|
}
|
|
10286
11277
|
],
|
|
10287
11278
|
"events": [
|
|
@@ -10295,6 +11286,13 @@
|
|
|
10295
11286
|
"doc-url": "https://primevue.org/overlaypanel",
|
|
10296
11287
|
"description": "Callback to invoke before the overlay is hidden."
|
|
10297
11288
|
}
|
|
11289
|
+
],
|
|
11290
|
+
"slots": [
|
|
11291
|
+
{
|
|
11292
|
+
"name": "closeicon",
|
|
11293
|
+
"doc-url": "https://primevue.org/overlaypanel",
|
|
11294
|
+
"description": "Custom close icon template."
|
|
11295
|
+
}
|
|
10298
11296
|
]
|
|
10299
11297
|
},
|
|
10300
11298
|
{
|
|
@@ -10422,14 +11420,34 @@
|
|
|
10422
11420
|
],
|
|
10423
11421
|
"slots": [
|
|
10424
11422
|
{
|
|
10425
|
-
"name": "
|
|
11423
|
+
"name": "start",
|
|
10426
11424
|
"doc-url": "https://primevue.org/paginator",
|
|
10427
|
-
"description": "Custom content for the component's left side"
|
|
11425
|
+
"description": "Custom content for the component's left side."
|
|
10428
11426
|
},
|
|
10429
11427
|
{
|
|
10430
|
-
"name": "
|
|
11428
|
+
"name": "end",
|
|
10431
11429
|
"doc-url": "https://primevue.org/paginator",
|
|
10432
|
-
"description": "Custom content for the component's right side"
|
|
11430
|
+
"description": "Custom content for the component's right side."
|
|
11431
|
+
},
|
|
11432
|
+
{
|
|
11433
|
+
"name": "firstpagelinkicon",
|
|
11434
|
+
"doc-url": "https://primevue.org/paginator",
|
|
11435
|
+
"description": "Custom first page link icon template."
|
|
11436
|
+
},
|
|
11437
|
+
{
|
|
11438
|
+
"name": "prevpagelinkicon",
|
|
11439
|
+
"doc-url": "https://primevue.org/paginator",
|
|
11440
|
+
"description": "Custom previous page link icon template."
|
|
11441
|
+
},
|
|
11442
|
+
{
|
|
11443
|
+
"name": "nextpagelinkicon",
|
|
11444
|
+
"doc-url": "https://primevue.org/paginator",
|
|
11445
|
+
"description": "Custom next page link icon template."
|
|
11446
|
+
},
|
|
11447
|
+
{
|
|
11448
|
+
"name": "lastpagelinkicon",
|
|
11449
|
+
"doc-url": "https://primevue.org/paginator",
|
|
11450
|
+
"description": "Custom last page link icon template."
|
|
10433
11451
|
}
|
|
10434
11452
|
]
|
|
10435
11453
|
},
|
|
@@ -10481,6 +11499,16 @@
|
|
|
10481
11499
|
"kind": "expression",
|
|
10482
11500
|
"type": "string"
|
|
10483
11501
|
}
|
|
11502
|
+
},
|
|
11503
|
+
{
|
|
11504
|
+
"name": "pt",
|
|
11505
|
+
"default": "null",
|
|
11506
|
+
"doc-url": "https://primevue.org/panel",
|
|
11507
|
+
"description": "Uses to pass attributes to DOM elements inside the component.",
|
|
11508
|
+
"value": {
|
|
11509
|
+
"kind": "expression",
|
|
11510
|
+
"type": "any"
|
|
11511
|
+
}
|
|
10484
11512
|
}
|
|
10485
11513
|
],
|
|
10486
11514
|
"events": [
|
|
@@ -10508,12 +11536,22 @@
|
|
|
10508
11536
|
{
|
|
10509
11537
|
"name": "header",
|
|
10510
11538
|
"doc-url": "https://primevue.org/panel",
|
|
10511
|
-
"description": "Custom content for the component's header"
|
|
11539
|
+
"description": "Custom content for the component's header."
|
|
10512
11540
|
},
|
|
10513
11541
|
{
|
|
10514
11542
|
"name": "icons",
|
|
10515
11543
|
"doc-url": "https://primevue.org/panel",
|
|
10516
|
-
"description": "Custom content for the header's icon"
|
|
11544
|
+
"description": "Custom content for the header's icon."
|
|
11545
|
+
},
|
|
11546
|
+
{
|
|
11547
|
+
"name": "togglericon",
|
|
11548
|
+
"doc-url": "https://primevue.org/panel",
|
|
11549
|
+
"description": "Custom content for the component's toggler icon."
|
|
11550
|
+
},
|
|
11551
|
+
{
|
|
11552
|
+
"name": "footer",
|
|
11553
|
+
"doc-url": "https://primevue.org/panel",
|
|
11554
|
+
"description": "Custom content for the component's footer."
|
|
10517
11555
|
}
|
|
10518
11556
|
]
|
|
10519
11557
|
},
|
|
@@ -10555,13 +11593,38 @@
|
|
|
10555
11593
|
"kind": "expression",
|
|
10556
11594
|
"type": "boolean"
|
|
10557
11595
|
}
|
|
11596
|
+
},
|
|
11597
|
+
{
|
|
11598
|
+
"name": "pt",
|
|
11599
|
+
"default": "null",
|
|
11600
|
+
"doc-url": "https://primevue.org/panelmenu",
|
|
11601
|
+
"description": "Uses to pass attributes to DOM elements inside the component.",
|
|
11602
|
+
"value": {
|
|
11603
|
+
"kind": "expression",
|
|
11604
|
+
"type": "any"
|
|
11605
|
+
}
|
|
10558
11606
|
}
|
|
10559
11607
|
],
|
|
10560
11608
|
"slots": [
|
|
10561
11609
|
{
|
|
10562
11610
|
"name": "item",
|
|
10563
11611
|
"doc-url": "https://primevue.org/panelmenu",
|
|
10564
|
-
"description": "
|
|
11612
|
+
"description": "Custom item template."
|
|
11613
|
+
},
|
|
11614
|
+
{
|
|
11615
|
+
"name": "submenuicon",
|
|
11616
|
+
"doc-url": "https://primevue.org/panelmenu",
|
|
11617
|
+
"description": "Custom submenu icon template."
|
|
11618
|
+
},
|
|
11619
|
+
{
|
|
11620
|
+
"name": "headericon",
|
|
11621
|
+
"doc-url": "https://primevue.org/panelmenu",
|
|
11622
|
+
"description": "Custom header icon template."
|
|
11623
|
+
},
|
|
11624
|
+
{
|
|
11625
|
+
"name": "itemicon",
|
|
11626
|
+
"doc-url": "https://primevue.org/panelmenu",
|
|
11627
|
+
"description": "Custom item icon template."
|
|
10565
11628
|
}
|
|
10566
11629
|
]
|
|
10567
11630
|
},
|
|
@@ -10686,7 +11749,7 @@
|
|
|
10686
11749
|
},
|
|
10687
11750
|
{
|
|
10688
11751
|
"name": "hideIcon",
|
|
10689
|
-
"default": "
|
|
11752
|
+
"default": "null",
|
|
10690
11753
|
"doc-url": "https://primevue.org/password",
|
|
10691
11754
|
"description": "Icon to hide displaying the password as plain text.",
|
|
10692
11755
|
"value": {
|
|
@@ -10696,7 +11759,7 @@
|
|
|
10696
11759
|
},
|
|
10697
11760
|
{
|
|
10698
11761
|
"name": "showIcon",
|
|
10699
|
-
"default": "
|
|
11762
|
+
"default": "null",
|
|
10700
11763
|
"doc-url": "https://primevue.org/password",
|
|
10701
11764
|
"description": "Icon to show displaying the password as plain text.",
|
|
10702
11765
|
"value": {
|
|
@@ -10809,17 +11872,27 @@
|
|
|
10809
11872
|
{
|
|
10810
11873
|
"name": "header",
|
|
10811
11874
|
"doc-url": "https://primevue.org/password",
|
|
10812
|
-
"description": "Custom content for the component's header"
|
|
11875
|
+
"description": "Custom content for the component's header."
|
|
10813
11876
|
},
|
|
10814
11877
|
{
|
|
10815
11878
|
"name": "content",
|
|
10816
11879
|
"doc-url": "https://primevue.org/password",
|
|
10817
|
-
"description": "Custom content for the component"
|
|
11880
|
+
"description": "Custom content for the component."
|
|
10818
11881
|
},
|
|
10819
11882
|
{
|
|
10820
11883
|
"name": "footer",
|
|
10821
11884
|
"doc-url": "https://primevue.org/password",
|
|
10822
|
-
"description": "Custom content for the component's footer"
|
|
11885
|
+
"description": "Custom content for the component's footer."
|
|
11886
|
+
},
|
|
11887
|
+
{
|
|
11888
|
+
"name": "hideicon",
|
|
11889
|
+
"doc-url": "https://primevue.org/password",
|
|
11890
|
+
"description": "Custom content for the hide icon."
|
|
11891
|
+
},
|
|
11892
|
+
{
|
|
11893
|
+
"name": "showicon",
|
|
11894
|
+
"doc-url": "https://primevue.org/password",
|
|
11895
|
+
"description": "Custom content for the show icon."
|
|
10823
11896
|
}
|
|
10824
11897
|
]
|
|
10825
11898
|
},
|
|
@@ -11062,50 +12135,95 @@
|
|
|
11062
12135
|
}
|
|
11063
12136
|
],
|
|
11064
12137
|
"slots": [
|
|
12138
|
+
{
|
|
12139
|
+
"name": "header",
|
|
12140
|
+
"doc-url": "https://primevue.org/picklist",
|
|
12141
|
+
"description": "Custom header template."
|
|
12142
|
+
},
|
|
11065
12143
|
{
|
|
11066
12144
|
"name": "sourceheader",
|
|
11067
12145
|
"doc-url": "https://primevue.org/picklist",
|
|
11068
|
-
"description": "Custom content for the component's source header"
|
|
12146
|
+
"description": "Custom content for the component's source header."
|
|
11069
12147
|
},
|
|
11070
12148
|
{
|
|
11071
12149
|
"name": "item",
|
|
11072
12150
|
"doc-url": "https://primevue.org/picklist",
|
|
11073
|
-
"description": "Custom content for the item"
|
|
12151
|
+
"description": "Custom content for the item."
|
|
11074
12152
|
},
|
|
11075
12153
|
{
|
|
11076
12154
|
"name": "targetheader",
|
|
11077
12155
|
"doc-url": "https://primevue.org/picklist",
|
|
11078
|
-
"description": "Custom content for the component's target header"
|
|
12156
|
+
"description": "Custom content for the component's target header."
|
|
11079
12157
|
},
|
|
11080
12158
|
{
|
|
11081
12159
|
"name": "sourcecontrolsstart",
|
|
11082
12160
|
"doc-url": "https://primevue.org/picklist",
|
|
11083
|
-
"description": "Custom content before source control buttons"
|
|
12161
|
+
"description": "Custom content before source control buttons."
|
|
11084
12162
|
},
|
|
11085
12163
|
{
|
|
11086
12164
|
"name": "sourcecontrolsend",
|
|
11087
12165
|
"doc-url": "https://primevue.org/picklist",
|
|
11088
|
-
"description": "Custom content after source control buttons"
|
|
12166
|
+
"description": "Custom content after source control buttons."
|
|
11089
12167
|
},
|
|
11090
12168
|
{
|
|
11091
12169
|
"name": "movecontrolsstart",
|
|
11092
12170
|
"doc-url": "https://primevue.org/picklist",
|
|
11093
|
-
"description": "Custom content before move buttons"
|
|
12171
|
+
"description": "Custom content before move buttons."
|
|
11094
12172
|
},
|
|
11095
12173
|
{
|
|
11096
12174
|
"name": "movecontrolsend",
|
|
11097
12175
|
"doc-url": "https://primevue.org/picklist",
|
|
11098
|
-
"description": "Custom content after move buttons"
|
|
12176
|
+
"description": "Custom content after move buttons."
|
|
11099
12177
|
},
|
|
11100
12178
|
{
|
|
11101
12179
|
"name": "targetcontrolsstart",
|
|
11102
12180
|
"doc-url": "https://primevue.org/picklist",
|
|
11103
|
-
"description": "Custom content before target control buttons"
|
|
12181
|
+
"description": "Custom content before target control buttons."
|
|
11104
12182
|
},
|
|
11105
12183
|
{
|
|
11106
12184
|
"name": "targetcontrolsend",
|
|
11107
12185
|
"doc-url": "https://primevue.org/picklist",
|
|
11108
|
-
"description": "Custom content after target control buttons"
|
|
12186
|
+
"description": "Custom content after target control buttons."
|
|
12187
|
+
},
|
|
12188
|
+
{
|
|
12189
|
+
"name": "moveupicon",
|
|
12190
|
+
"doc-url": "https://primevue.org/picklist",
|
|
12191
|
+
"description": "Custom move up icon template."
|
|
12192
|
+
},
|
|
12193
|
+
{
|
|
12194
|
+
"name": "movetopicon",
|
|
12195
|
+
"doc-url": "https://primevue.org/picklist",
|
|
12196
|
+
"description": "Custom move top icon template."
|
|
12197
|
+
},
|
|
12198
|
+
{
|
|
12199
|
+
"name": "movedownicon",
|
|
12200
|
+
"doc-url": "https://primevue.org/picklist",
|
|
12201
|
+
"description": "Custom move down icon template."
|
|
12202
|
+
},
|
|
12203
|
+
{
|
|
12204
|
+
"name": "movebottomicon",
|
|
12205
|
+
"doc-url": "https://primevue.org/picklist",
|
|
12206
|
+
"description": "Custom move bottom icon template."
|
|
12207
|
+
},
|
|
12208
|
+
{
|
|
12209
|
+
"name": "movetotargeticon",
|
|
12210
|
+
"doc-url": "https://primevue.org/picklist",
|
|
12211
|
+
"description": "Custom move to target icon template."
|
|
12212
|
+
},
|
|
12213
|
+
{
|
|
12214
|
+
"name": "movealltotargeticon",
|
|
12215
|
+
"doc-url": "https://primevue.org/picklist",
|
|
12216
|
+
"description": "Custom move all to target icon template."
|
|
12217
|
+
},
|
|
12218
|
+
{
|
|
12219
|
+
"name": "movetosourceicon",
|
|
12220
|
+
"doc-url": "https://primevue.org/picklist",
|
|
12221
|
+
"description": "Custom move to source icon template."
|
|
12222
|
+
},
|
|
12223
|
+
{
|
|
12224
|
+
"name": "movealltosourceicon",
|
|
12225
|
+
"doc-url": "https://primevue.org/picklist",
|
|
12226
|
+
"description": "Custom move all to source icon template."
|
|
11109
12227
|
}
|
|
11110
12228
|
]
|
|
11111
12229
|
},
|
|
@@ -11180,6 +12298,16 @@
|
|
|
11180
12298
|
"kind": "expression",
|
|
11181
12299
|
"type": "boolean"
|
|
11182
12300
|
}
|
|
12301
|
+
},
|
|
12302
|
+
{
|
|
12303
|
+
"name": "pt",
|
|
12304
|
+
"default": "null",
|
|
12305
|
+
"doc-url": "https://primevue.org/progressbar",
|
|
12306
|
+
"description": "Uses to pass attributes to DOM elements inside the component.",
|
|
12307
|
+
"value": {
|
|
12308
|
+
"kind": "expression",
|
|
12309
|
+
"type": "any"
|
|
12310
|
+
}
|
|
11183
12311
|
}
|
|
11184
12312
|
]
|
|
11185
12313
|
},
|
|
@@ -11221,6 +12349,16 @@
|
|
|
11221
12349
|
"kind": "expression",
|
|
11222
12350
|
"type": "string"
|
|
11223
12351
|
}
|
|
12352
|
+
},
|
|
12353
|
+
{
|
|
12354
|
+
"name": "pt",
|
|
12355
|
+
"default": "null",
|
|
12356
|
+
"doc-url": "https://primevue.org/progressspinner",
|
|
12357
|
+
"description": "Uses to pass attributes to DOM elements inside the component.",
|
|
12358
|
+
"value": {
|
|
12359
|
+
"kind": "expression",
|
|
12360
|
+
"type": "any"
|
|
12361
|
+
}
|
|
11224
12362
|
}
|
|
11225
12363
|
]
|
|
11226
12364
|
},
|
|
@@ -11421,6 +12559,36 @@
|
|
|
11421
12559
|
"kind": "expression",
|
|
11422
12560
|
"type": "boolean"
|
|
11423
12561
|
}
|
|
12562
|
+
},
|
|
12563
|
+
{
|
|
12564
|
+
"name": "onIcon",
|
|
12565
|
+
"default": "null",
|
|
12566
|
+
"doc-url": "https://primevue.org/rating",
|
|
12567
|
+
"description": "Icon for the on state.",
|
|
12568
|
+
"value": {
|
|
12569
|
+
"kind": "expression",
|
|
12570
|
+
"type": "string"
|
|
12571
|
+
}
|
|
12572
|
+
},
|
|
12573
|
+
{
|
|
12574
|
+
"name": "offIcon",
|
|
12575
|
+
"default": "null",
|
|
12576
|
+
"doc-url": "https://primevue.org/rating",
|
|
12577
|
+
"description": "Icon for the off state.",
|
|
12578
|
+
"value": {
|
|
12579
|
+
"kind": "expression",
|
|
12580
|
+
"type": "string"
|
|
12581
|
+
}
|
|
12582
|
+
},
|
|
12583
|
+
{
|
|
12584
|
+
"name": "cancelIcon",
|
|
12585
|
+
"default": "null",
|
|
12586
|
+
"doc-url": "https://primevue.org/rating",
|
|
12587
|
+
"description": "Icon for the cancelable state.",
|
|
12588
|
+
"value": {
|
|
12589
|
+
"kind": "expression",
|
|
12590
|
+
"type": "string"
|
|
12591
|
+
}
|
|
11424
12592
|
}
|
|
11425
12593
|
],
|
|
11426
12594
|
"events": [
|
|
@@ -11443,6 +12611,23 @@
|
|
|
11443
12611
|
}
|
|
11444
12612
|
]
|
|
11445
12613
|
}
|
|
12614
|
+
],
|
|
12615
|
+
"slots": [
|
|
12616
|
+
{
|
|
12617
|
+
"name": "cancelicon",
|
|
12618
|
+
"doc-url": "https://primevue.org/rating",
|
|
12619
|
+
"description": "Custom cancel icon template."
|
|
12620
|
+
},
|
|
12621
|
+
{
|
|
12622
|
+
"name": "onicon",
|
|
12623
|
+
"doc-url": "https://primevue.org/rating",
|
|
12624
|
+
"description": "Custom on icon template."
|
|
12625
|
+
},
|
|
12626
|
+
{
|
|
12627
|
+
"name": "officon",
|
|
12628
|
+
"doc-url": "https://primevue.org/rating",
|
|
12629
|
+
"description": "Custom off icon template."
|
|
12630
|
+
}
|
|
11446
12631
|
]
|
|
11447
12632
|
},
|
|
11448
12633
|
{
|
|
@@ -11481,6 +12666,16 @@
|
|
|
11481
12666
|
"kind": "expression",
|
|
11482
12667
|
"type": "number"
|
|
11483
12668
|
}
|
|
12669
|
+
},
|
|
12670
|
+
{
|
|
12671
|
+
"name": "pt",
|
|
12672
|
+
"default": "null",
|
|
12673
|
+
"doc-url": "https://primevue.org/scrollpanel",
|
|
12674
|
+
"description": "Uses to pass attributes to DOM elements inside the component.",
|
|
12675
|
+
"value": {
|
|
12676
|
+
"kind": "expression",
|
|
12677
|
+
"type": "any"
|
|
12678
|
+
}
|
|
11484
12679
|
}
|
|
11485
12680
|
]
|
|
11486
12681
|
},
|
|
@@ -11515,7 +12710,7 @@
|
|
|
11515
12710
|
},
|
|
11516
12711
|
{
|
|
11517
12712
|
"name": "icon",
|
|
11518
|
-
"default": "
|
|
12713
|
+
"default": "undefined",
|
|
11519
12714
|
"doc-url": "https://primevue.org/scrolltop",
|
|
11520
12715
|
"description": "Icon to display.",
|
|
11521
12716
|
"value": {
|
|
@@ -11532,6 +12727,23 @@
|
|
|
11532
12727
|
"kind": "expression",
|
|
11533
12728
|
"type": "string"
|
|
11534
12729
|
}
|
|
12730
|
+
},
|
|
12731
|
+
{
|
|
12732
|
+
"name": "pt",
|
|
12733
|
+
"default": "null",
|
|
12734
|
+
"doc-url": "https://primevue.org/scrolltop",
|
|
12735
|
+
"description": "Uses to pass attributes to DOM elements inside the component.",
|
|
12736
|
+
"value": {
|
|
12737
|
+
"kind": "expression",
|
|
12738
|
+
"type": "any"
|
|
12739
|
+
}
|
|
12740
|
+
}
|
|
12741
|
+
],
|
|
12742
|
+
"slots": [
|
|
12743
|
+
{
|
|
12744
|
+
"name": "icon",
|
|
12745
|
+
"doc-url": "https://primevue.org/scrolltop",
|
|
12746
|
+
"description": "Custom scrolltop icon template."
|
|
11535
12747
|
}
|
|
11536
12748
|
]
|
|
11537
12749
|
},
|
|
@@ -11798,6 +13010,26 @@
|
|
|
11798
13010
|
"kind": "expression",
|
|
11799
13011
|
"type": "boolean"
|
|
11800
13012
|
}
|
|
13013
|
+
},
|
|
13014
|
+
{
|
|
13015
|
+
"name": "closeIcon",
|
|
13016
|
+
"default": "undefined",
|
|
13017
|
+
"doc-url": "https://primevue.org/sidebar",
|
|
13018
|
+
"description": "Icon to display in the sidebar close button.",
|
|
13019
|
+
"value": {
|
|
13020
|
+
"kind": "expression",
|
|
13021
|
+
"type": "string"
|
|
13022
|
+
}
|
|
13023
|
+
},
|
|
13024
|
+
{
|
|
13025
|
+
"name": "pt",
|
|
13026
|
+
"default": "null",
|
|
13027
|
+
"doc-url": "https://primevue.org/sidebar",
|
|
13028
|
+
"description": "Uses to pass attributes to DOM elements inside the component.",
|
|
13029
|
+
"value": {
|
|
13030
|
+
"kind": "expression",
|
|
13031
|
+
"type": "any"
|
|
13032
|
+
}
|
|
11801
13033
|
}
|
|
11802
13034
|
],
|
|
11803
13035
|
"events": [
|
|
@@ -11810,6 +13042,11 @@
|
|
|
11810
13042
|
"name": "show",
|
|
11811
13043
|
"doc-url": "https://primevue.org/sidebar",
|
|
11812
13044
|
"description": "Callback to invoke when sidebar gets shown."
|
|
13045
|
+
},
|
|
13046
|
+
{
|
|
13047
|
+
"name": "closeicon",
|
|
13048
|
+
"doc-url": "https://primevue.org/sidebar",
|
|
13049
|
+
"description": "Custom close icon template."
|
|
11813
13050
|
}
|
|
11814
13051
|
],
|
|
11815
13052
|
"slots": [
|
|
@@ -11817,6 +13054,11 @@
|
|
|
11817
13054
|
"name": "header",
|
|
11818
13055
|
"doc-url": "https://primevue.org/sidebar",
|
|
11819
13056
|
"description": "Custom content for the component header."
|
|
13057
|
+
},
|
|
13058
|
+
{
|
|
13059
|
+
"name": "closeicon",
|
|
13060
|
+
"doc-url": "https://primevue.org/sidebar",
|
|
13061
|
+
"description": "Custom close icon template."
|
|
11820
13062
|
}
|
|
11821
13063
|
]
|
|
11822
13064
|
},
|
|
@@ -11888,6 +13130,16 @@
|
|
|
11888
13130
|
"kind": "expression",
|
|
11889
13131
|
"type": "string"
|
|
11890
13132
|
}
|
|
13133
|
+
},
|
|
13134
|
+
{
|
|
13135
|
+
"name": "pt",
|
|
13136
|
+
"default": "null",
|
|
13137
|
+
"doc-url": "https://primevue.org/skeleton",
|
|
13138
|
+
"description": "Uses to pass attributes to DOM elements inside the component.",
|
|
13139
|
+
"value": {
|
|
13140
|
+
"kind": "expression",
|
|
13141
|
+
"type": "any"
|
|
13142
|
+
}
|
|
11891
13143
|
}
|
|
11892
13144
|
]
|
|
11893
13145
|
},
|
|
@@ -12224,6 +13476,16 @@
|
|
|
12224
13476
|
"kind": "expression",
|
|
12225
13477
|
"type": "object"
|
|
12226
13478
|
}
|
|
13479
|
+
},
|
|
13480
|
+
{
|
|
13481
|
+
"name": "pt",
|
|
13482
|
+
"default": "null",
|
|
13483
|
+
"doc-url": "https://primevue.org/speeddial",
|
|
13484
|
+
"description": "Uses to pass attributes to DOM elements inside the component.",
|
|
13485
|
+
"value": {
|
|
13486
|
+
"kind": "expression",
|
|
13487
|
+
"type": "any"
|
|
13488
|
+
}
|
|
12227
13489
|
}
|
|
12228
13490
|
],
|
|
12229
13491
|
"events": [
|
|
@@ -12258,9 +13520,14 @@
|
|
|
12258
13520
|
"description": "Custom content for the item"
|
|
12259
13521
|
},
|
|
12260
13522
|
{
|
|
12261
|
-
"name": "
|
|
13523
|
+
"name": "button",
|
|
12262
13524
|
"doc-url": "https://primevue.org/speeddial",
|
|
12263
|
-
"description": "
|
|
13525
|
+
"description": "Custom button template."
|
|
13526
|
+
},
|
|
13527
|
+
{
|
|
13528
|
+
"name": "icon",
|
|
13529
|
+
"doc-url": "https://primevue.org/speeddial",
|
|
13530
|
+
"description": "Custom icon template."
|
|
12264
13531
|
}
|
|
12265
13532
|
]
|
|
12266
13533
|
},
|
|
@@ -12442,6 +13709,16 @@
|
|
|
12442
13709
|
"kind": "expression",
|
|
12443
13710
|
"type": "boolean"
|
|
12444
13711
|
}
|
|
13712
|
+
},
|
|
13713
|
+
{
|
|
13714
|
+
"name": "pt",
|
|
13715
|
+
"default": "null",
|
|
13716
|
+
"doc-url": "https://primevue.org/splitbutton",
|
|
13717
|
+
"description": "Uses to pass attributes to DOM elements inside the component.",
|
|
13718
|
+
"value": {
|
|
13719
|
+
"kind": "expression",
|
|
13720
|
+
"type": "any"
|
|
13721
|
+
}
|
|
12445
13722
|
}
|
|
12446
13723
|
],
|
|
12447
13724
|
"events": [
|
|
@@ -12458,6 +13735,18 @@
|
|
|
12458
13735
|
}
|
|
12459
13736
|
]
|
|
12460
13737
|
}
|
|
13738
|
+
],
|
|
13739
|
+
"slots": [
|
|
13740
|
+
{
|
|
13741
|
+
"name": "icon",
|
|
13742
|
+
"doc-url": "https://primevue.org/splitbutton",
|
|
13743
|
+
"description": "Custom icon template."
|
|
13744
|
+
},
|
|
13745
|
+
{
|
|
13746
|
+
"name": "menubuttonicon",
|
|
13747
|
+
"doc-url": "https://primevue.org/splitbutton",
|
|
13748
|
+
"description": "Custom menu button icon template."
|
|
13749
|
+
}
|
|
12461
13750
|
]
|
|
12462
13751
|
},
|
|
12463
13752
|
{
|
|
@@ -12518,6 +13807,16 @@
|
|
|
12518
13807
|
"kind": "expression",
|
|
12519
13808
|
"type": "number"
|
|
12520
13809
|
}
|
|
13810
|
+
},
|
|
13811
|
+
{
|
|
13812
|
+
"name": "pt",
|
|
13813
|
+
"default": "null",
|
|
13814
|
+
"doc-url": "https://primevue.org/splitter",
|
|
13815
|
+
"description": "Uses to pass attributes to DOM elements inside the component.",
|
|
13816
|
+
"value": {
|
|
13817
|
+
"kind": "expression",
|
|
13818
|
+
"type": "any"
|
|
13819
|
+
}
|
|
12521
13820
|
}
|
|
12522
13821
|
],
|
|
12523
13822
|
"events": [
|
|
@@ -12570,6 +13869,16 @@
|
|
|
12570
13869
|
"kind": "expression",
|
|
12571
13870
|
"type": "number"
|
|
12572
13871
|
}
|
|
13872
|
+
},
|
|
13873
|
+
{
|
|
13874
|
+
"name": "pt",
|
|
13875
|
+
"default": "null",
|
|
13876
|
+
"doc-url": "https://primevue.org/splitter",
|
|
13877
|
+
"description": "Uses to pass attributes to DOM elements inside the component.",
|
|
13878
|
+
"value": {
|
|
13879
|
+
"kind": "expression",
|
|
13880
|
+
"type": "any"
|
|
13881
|
+
}
|
|
12573
13882
|
}
|
|
12574
13883
|
]
|
|
12575
13884
|
},
|
|
@@ -12621,6 +13930,16 @@
|
|
|
12621
13930
|
"kind": "expression",
|
|
12622
13931
|
"type": "boolean"
|
|
12623
13932
|
}
|
|
13933
|
+
},
|
|
13934
|
+
{
|
|
13935
|
+
"name": "pt",
|
|
13936
|
+
"default": "null",
|
|
13937
|
+
"doc-url": "https://primevue.org/steps",
|
|
13938
|
+
"description": "Uses to pass attributes to DOM elements inside the component.",
|
|
13939
|
+
"value": {
|
|
13940
|
+
"kind": "expression",
|
|
13941
|
+
"type": "any"
|
|
13942
|
+
}
|
|
12624
13943
|
}
|
|
12625
13944
|
],
|
|
12626
13945
|
"slots": [
|
|
@@ -12678,6 +13997,16 @@
|
|
|
12678
13997
|
"kind": "expression",
|
|
12679
13998
|
"type": "number"
|
|
12680
13999
|
}
|
|
14000
|
+
},
|
|
14001
|
+
{
|
|
14002
|
+
"name": "pt",
|
|
14003
|
+
"default": "null",
|
|
14004
|
+
"doc-url": "https://primevue.org/tabmenu",
|
|
14005
|
+
"description": "Uses to pass attributes to DOM elements inside the component.",
|
|
14006
|
+
"value": {
|
|
14007
|
+
"kind": "expression",
|
|
14008
|
+
"type": "any"
|
|
14009
|
+
}
|
|
12681
14010
|
}
|
|
12682
14011
|
],
|
|
12683
14012
|
"events": [
|
|
@@ -12706,6 +14035,11 @@
|
|
|
12706
14035
|
"name": "item",
|
|
12707
14036
|
"doc-url": "https://primevue.org/tabmenu",
|
|
12708
14037
|
"description": "Template of a menuitem."
|
|
14038
|
+
},
|
|
14039
|
+
{
|
|
14040
|
+
"name": "itemicon",
|
|
14041
|
+
"doc-url": "https://primevue.org/tabmenu",
|
|
14042
|
+
"description": "Custom item icon template."
|
|
12709
14043
|
}
|
|
12710
14044
|
]
|
|
12711
14045
|
},
|
|
@@ -12807,6 +14141,16 @@
|
|
|
12807
14141
|
"kind": "expression",
|
|
12808
14142
|
"type": "boolean"
|
|
12809
14143
|
}
|
|
14144
|
+
},
|
|
14145
|
+
{
|
|
14146
|
+
"name": "pt",
|
|
14147
|
+
"default": "null",
|
|
14148
|
+
"doc-url": "https://primevue.org/tabview",
|
|
14149
|
+
"description": "Uses to pass attributes to DOM elements inside the component.",
|
|
14150
|
+
"value": {
|
|
14151
|
+
"kind": "expression",
|
|
14152
|
+
"type": "any"
|
|
14153
|
+
}
|
|
12810
14154
|
}
|
|
12811
14155
|
],
|
|
12812
14156
|
"events": [
|
|
@@ -12928,6 +14272,53 @@
|
|
|
12928
14272
|
"kind": "expression",
|
|
12929
14273
|
"type": "any"
|
|
12930
14274
|
}
|
|
14275
|
+
},
|
|
14276
|
+
{
|
|
14277
|
+
"name": "prevIcon",
|
|
14278
|
+
"default": "null",
|
|
14279
|
+
"doc-url": "https://primevue.org/tabview",
|
|
14280
|
+
"description": "Prev icon of the scrollable tabview.",
|
|
14281
|
+
"value": {
|
|
14282
|
+
"kind": "expression",
|
|
14283
|
+
"type": "string"
|
|
14284
|
+
}
|
|
14285
|
+
},
|
|
14286
|
+
{
|
|
14287
|
+
"name": "nextIcon",
|
|
14288
|
+
"default": "null",
|
|
14289
|
+
"doc-url": "https://primevue.org/tabview",
|
|
14290
|
+
"description": "Next icon of the scrollable tabview.",
|
|
14291
|
+
"value": {
|
|
14292
|
+
"kind": "expression",
|
|
14293
|
+
"type": "string"
|
|
14294
|
+
}
|
|
14295
|
+
},
|
|
14296
|
+
{
|
|
14297
|
+
"name": "pt",
|
|
14298
|
+
"default": "null",
|
|
14299
|
+
"doc-url": "https://primevue.org/tabview",
|
|
14300
|
+
"description": "Uses to pass attributes to DOM elements inside the component.",
|
|
14301
|
+
"value": {
|
|
14302
|
+
"kind": "expression",
|
|
14303
|
+
"type": "any"
|
|
14304
|
+
}
|
|
14305
|
+
}
|
|
14306
|
+
],
|
|
14307
|
+
"slots": [
|
|
14308
|
+
{
|
|
14309
|
+
"name": "default",
|
|
14310
|
+
"doc-url": "https://primevue.org/tabview",
|
|
14311
|
+
"description": "Default slot to detect TabPanel components."
|
|
14312
|
+
},
|
|
14313
|
+
{
|
|
14314
|
+
"name": "previcon",
|
|
14315
|
+
"doc-url": "https://primevue.org/tabview",
|
|
14316
|
+
"description": "Previous button icon template for the scrollable component."
|
|
14317
|
+
},
|
|
14318
|
+
{
|
|
14319
|
+
"name": "nexticon",
|
|
14320
|
+
"doc-url": "https://primevue.org/tabview",
|
|
14321
|
+
"description": "Next button icon template for the scrollable component."
|
|
12931
14322
|
}
|
|
12932
14323
|
]
|
|
12933
14324
|
},
|
|
@@ -12979,6 +14370,23 @@
|
|
|
12979
14370
|
"kind": "expression",
|
|
12980
14371
|
"type": "string"
|
|
12981
14372
|
}
|
|
14373
|
+
},
|
|
14374
|
+
{
|
|
14375
|
+
"name": "pt",
|
|
14376
|
+
"default": "null",
|
|
14377
|
+
"doc-url": "https://primevue.org/tag",
|
|
14378
|
+
"description": "Uses to pass attributes to DOM elements inside the component.",
|
|
14379
|
+
"value": {
|
|
14380
|
+
"kind": "expression",
|
|
14381
|
+
"type": "any"
|
|
14382
|
+
}
|
|
14383
|
+
}
|
|
14384
|
+
],
|
|
14385
|
+
"slots": [
|
|
14386
|
+
{
|
|
14387
|
+
"name": "icon",
|
|
14388
|
+
"doc-url": "https://primevue.org/tag",
|
|
14389
|
+
"description": "custom icon template."
|
|
12982
14390
|
}
|
|
12983
14391
|
]
|
|
12984
14392
|
},
|
|
@@ -13010,6 +14418,16 @@
|
|
|
13010
14418
|
"kind": "expression",
|
|
13011
14419
|
"type": "string"
|
|
13012
14420
|
}
|
|
14421
|
+
},
|
|
14422
|
+
{
|
|
14423
|
+
"name": "pt",
|
|
14424
|
+
"default": "null",
|
|
14425
|
+
"doc-url": "https://primevue.org/terminal",
|
|
14426
|
+
"description": "Uses to pass attributes to DOM elements inside the component.",
|
|
14427
|
+
"value": {
|
|
14428
|
+
"kind": "expression",
|
|
14429
|
+
"type": "any"
|
|
14430
|
+
}
|
|
13013
14431
|
}
|
|
13014
14432
|
]
|
|
13015
14433
|
},
|
|
@@ -13112,6 +14530,16 @@
|
|
|
13112
14530
|
"kind": "expression",
|
|
13113
14531
|
"type": "boolean"
|
|
13114
14532
|
}
|
|
14533
|
+
},
|
|
14534
|
+
{
|
|
14535
|
+
"name": "pt",
|
|
14536
|
+
"default": "null",
|
|
14537
|
+
"doc-url": "https://primevue.org/tieredmenu",
|
|
14538
|
+
"description": "Uses to pass attributes to DOM elements inside the component.",
|
|
14539
|
+
"value": {
|
|
14540
|
+
"kind": "expression",
|
|
14541
|
+
"type": "any"
|
|
14542
|
+
}
|
|
13115
14543
|
}
|
|
13116
14544
|
],
|
|
13117
14545
|
"slots": [
|
|
@@ -13119,6 +14547,16 @@
|
|
|
13119
14547
|
"name": "item",
|
|
13120
14548
|
"doc-url": "https://primevue.org/tieredmenu",
|
|
13121
14549
|
"description": "Template of a menuitem."
|
|
14550
|
+
},
|
|
14551
|
+
{
|
|
14552
|
+
"name": "submenuicon",
|
|
14553
|
+
"doc-url": "https://primevue.org/tieredmenu",
|
|
14554
|
+
"description": "Custom submenu icon template."
|
|
14555
|
+
},
|
|
14556
|
+
{
|
|
14557
|
+
"name": "itemicon",
|
|
14558
|
+
"doc-url": "https://primevue.org/tieredmenu",
|
|
14559
|
+
"description": "Custom item icon template."
|
|
13122
14560
|
}
|
|
13123
14561
|
]
|
|
13124
14562
|
},
|
|
@@ -13253,6 +14691,16 @@
|
|
|
13253
14691
|
"kind": "expression",
|
|
13254
14692
|
"type": "object"
|
|
13255
14693
|
}
|
|
14694
|
+
},
|
|
14695
|
+
{
|
|
14696
|
+
"name": "pt",
|
|
14697
|
+
"default": "null",
|
|
14698
|
+
"doc-url": "https://primevue.org/toast",
|
|
14699
|
+
"description": "Uses to pass attributes to DOM elements inside the component.",
|
|
14700
|
+
"value": {
|
|
14701
|
+
"kind": "expression",
|
|
14702
|
+
"type": "any"
|
|
14703
|
+
}
|
|
13256
14704
|
}
|
|
13257
14705
|
],
|
|
13258
14706
|
"events": [
|
|
@@ -13288,6 +14736,16 @@
|
|
|
13288
14736
|
"name": "message",
|
|
13289
14737
|
"doc-url": "https://primevue.org/toast",
|
|
13290
14738
|
"description": "Custom content for the toast message"
|
|
14739
|
+
},
|
|
14740
|
+
{
|
|
14741
|
+
"name": "icon",
|
|
14742
|
+
"doc-url": "https://primevue.org/toast",
|
|
14743
|
+
"description": "Custom icon template."
|
|
14744
|
+
},
|
|
14745
|
+
{
|
|
14746
|
+
"name": "closeicon",
|
|
14747
|
+
"doc-url": "https://primevue.org/toast",
|
|
14748
|
+
"description": "Custom close icon template."
|
|
13291
14749
|
}
|
|
13292
14750
|
]
|
|
13293
14751
|
},
|
|
@@ -13461,6 +14919,13 @@
|
|
|
13461
14919
|
}
|
|
13462
14920
|
]
|
|
13463
14921
|
}
|
|
14922
|
+
],
|
|
14923
|
+
"slots": [
|
|
14924
|
+
{
|
|
14925
|
+
"name": "icon",
|
|
14926
|
+
"doc-url": "https://primevue.org/togglebutton",
|
|
14927
|
+
"description": "custom icon template."
|
|
14928
|
+
}
|
|
13464
14929
|
]
|
|
13465
14930
|
},
|
|
13466
14931
|
{
|
|
@@ -13481,6 +14946,16 @@
|
|
|
13481
14946
|
"kind": "expression",
|
|
13482
14947
|
"type": "string"
|
|
13483
14948
|
}
|
|
14949
|
+
},
|
|
14950
|
+
{
|
|
14951
|
+
"name": "pt",
|
|
14952
|
+
"default": "null",
|
|
14953
|
+
"doc-url": "https://primevue.org/toolbar",
|
|
14954
|
+
"description": "Uses to pass attributes to DOM elements inside the component.",
|
|
14955
|
+
"value": {
|
|
14956
|
+
"kind": "expression",
|
|
14957
|
+
"type": "any"
|
|
14958
|
+
}
|
|
13484
14959
|
}
|
|
13485
14960
|
],
|
|
13486
14961
|
"slots": [
|
|
@@ -13493,6 +14968,11 @@
|
|
|
13493
14968
|
"name": "end",
|
|
13494
14969
|
"doc-url": "https://primevue.org/toolbar",
|
|
13495
14970
|
"description": "Custom content for the component's right side"
|
|
14971
|
+
},
|
|
14972
|
+
{
|
|
14973
|
+
"name": "center",
|
|
14974
|
+
"doc-url": "https://primevue.org/toolbar",
|
|
14975
|
+
"description": "Custom content for the component's center"
|
|
13496
14976
|
}
|
|
13497
14977
|
]
|
|
13498
14978
|
},
|
|
@@ -13698,6 +15178,28 @@
|
|
|
13698
15178
|
}
|
|
13699
15179
|
]
|
|
13700
15180
|
}
|
|
15181
|
+
],
|
|
15182
|
+
"slots": [
|
|
15183
|
+
{
|
|
15184
|
+
"name": "loadingicon",
|
|
15185
|
+
"doc-url": "https://primevue.org/tree",
|
|
15186
|
+
"description": "Custom loading icon template."
|
|
15187
|
+
},
|
|
15188
|
+
{
|
|
15189
|
+
"name": "searchicon",
|
|
15190
|
+
"doc-url": "https://primevue.org/tree",
|
|
15191
|
+
"description": "Custom search icon template."
|
|
15192
|
+
},
|
|
15193
|
+
{
|
|
15194
|
+
"name": "togglericon",
|
|
15195
|
+
"doc-url": "https://primevue.org/tree",
|
|
15196
|
+
"description": "Custom toggler icon template."
|
|
15197
|
+
},
|
|
15198
|
+
{
|
|
15199
|
+
"name": "checkboxicon",
|
|
15200
|
+
"doc-url": "https://primevue.org/tree",
|
|
15201
|
+
"description": "Custom checkbox icon template."
|
|
15202
|
+
}
|
|
13701
15203
|
]
|
|
13702
15204
|
},
|
|
13703
15205
|
{
|
|
@@ -13989,9 +15491,19 @@
|
|
|
13989
15491
|
"description": "Custom content when there is no data to display"
|
|
13990
15492
|
},
|
|
13991
15493
|
{
|
|
13992
|
-
"name": "
|
|
15494
|
+
"name": "triggericon",
|
|
13993
15495
|
"doc-url": "https://primevue.org/treeselect",
|
|
13994
15496
|
"description": "Custom content for the dropdown indicator"
|
|
15497
|
+
},
|
|
15498
|
+
{
|
|
15499
|
+
"name": "itemtogglericon",
|
|
15500
|
+
"doc-url": "https://primevue.org/treeselect",
|
|
15501
|
+
"description": "Custom item toggler icon template."
|
|
15502
|
+
},
|
|
15503
|
+
{
|
|
15504
|
+
"name": "itemcheckboxicon",
|
|
15505
|
+
"doc-url": "https://primevue.org/treeselect",
|
|
15506
|
+
"description": "Custom item checkbox icon template."
|
|
13995
15507
|
}
|
|
13996
15508
|
]
|
|
13997
15509
|
},
|
|
@@ -14635,27 +16147,67 @@
|
|
|
14635
16147
|
{
|
|
14636
16148
|
"name": "header",
|
|
14637
16149
|
"doc-url": "https://primevue.org/treetable",
|
|
14638
|
-
"description": "Custom content for the component's header"
|
|
16150
|
+
"description": "Custom content for the component's header."
|
|
14639
16151
|
},
|
|
14640
16152
|
{
|
|
14641
16153
|
"name": "paginatorstart",
|
|
14642
16154
|
"doc-url": "https://primevue.org/treetable",
|
|
14643
|
-
"description": "Custom content for the component paginator's left side"
|
|
16155
|
+
"description": "Custom content for the component paginator's left side."
|
|
14644
16156
|
},
|
|
14645
16157
|
{
|
|
14646
16158
|
"name": "paginatorend",
|
|
14647
16159
|
"doc-url": "https://primevue.org/treetable",
|
|
14648
|
-
"description": "Custom content for the component paginator's right side"
|
|
16160
|
+
"description": "Custom content for the component paginator's right side."
|
|
14649
16161
|
},
|
|
14650
16162
|
{
|
|
14651
16163
|
"name": "empty",
|
|
14652
16164
|
"doc-url": "https://primevue.org/treetable",
|
|
14653
|
-
"description": "Custom content when there is no data to display"
|
|
16165
|
+
"description": "Custom content when there is no data to display."
|
|
14654
16166
|
},
|
|
14655
16167
|
{
|
|
14656
16168
|
"name": "footer",
|
|
14657
16169
|
"doc-url": "https://primevue.org/treetable",
|
|
14658
|
-
"description": "Custom content for the component's footer"
|
|
16170
|
+
"description": "Custom content for the component's footer."
|
|
16171
|
+
},
|
|
16172
|
+
{
|
|
16173
|
+
"name": "loadingicon",
|
|
16174
|
+
"doc-url": "https://primevue.org/treetable",
|
|
16175
|
+
"description": "Custom loading icon template."
|
|
16176
|
+
},
|
|
16177
|
+
{
|
|
16178
|
+
"name": "togglericon",
|
|
16179
|
+
"doc-url": "https://primevue.org/treetable",
|
|
16180
|
+
"description": "Custom toggler icon template."
|
|
16181
|
+
},
|
|
16182
|
+
{
|
|
16183
|
+
"name": "checkboxicon",
|
|
16184
|
+
"doc-url": "https://primevue.org/treetable",
|
|
16185
|
+
"description": "Custom checkbox icon template."
|
|
16186
|
+
},
|
|
16187
|
+
{
|
|
16188
|
+
"name": "sorticon",
|
|
16189
|
+
"doc-url": "https://primevue.org/treetable",
|
|
16190
|
+
"description": "Custom sort icon template."
|
|
16191
|
+
},
|
|
16192
|
+
{
|
|
16193
|
+
"name": "paginatorfirstpagelinkicon",
|
|
16194
|
+
"doc-url": "https://primevue.org/treetable",
|
|
16195
|
+
"description": "Custom paginator first page link icon template."
|
|
16196
|
+
},
|
|
16197
|
+
{
|
|
16198
|
+
"name": "paginatorprevpagelinkicon",
|
|
16199
|
+
"doc-url": "https://primevue.org/treetable",
|
|
16200
|
+
"description": "Custom paginator prev page link icon template."
|
|
16201
|
+
},
|
|
16202
|
+
{
|
|
16203
|
+
"name": "paginatornextpagelinkicon",
|
|
16204
|
+
"doc-url": "https://primevue.org/treetable",
|
|
16205
|
+
"description": "Custom paginator next page link icon template."
|
|
16206
|
+
},
|
|
16207
|
+
{
|
|
16208
|
+
"name": "paginatorlastpagelinkicon",
|
|
16209
|
+
"doc-url": "https://primevue.org/treetable",
|
|
16210
|
+
"description": "Custom paginator last page link icon template."
|
|
14659
16211
|
}
|
|
14660
16212
|
]
|
|
14661
16213
|
},
|
|
@@ -14738,6 +16290,23 @@
|
|
|
14738
16290
|
"type": "string"
|
|
14739
16291
|
}
|
|
14740
16292
|
}
|
|
16293
|
+
],
|
|
16294
|
+
"slots": [
|
|
16295
|
+
{
|
|
16296
|
+
"name": "checkicon",
|
|
16297
|
+
"doc-url": "https://primevue.org/tristatecheckbox",
|
|
16298
|
+
"description": "Custom check icon template."
|
|
16299
|
+
},
|
|
16300
|
+
{
|
|
16301
|
+
"name": "uncheckicon",
|
|
16302
|
+
"doc-url": "https://primevue.org/tristatecheckbox",
|
|
16303
|
+
"description": "Custom uncheck icon template."
|
|
16304
|
+
},
|
|
16305
|
+
{
|
|
16306
|
+
"name": "nullableicon",
|
|
16307
|
+
"doc-url": "https://primevue.org/tristatecheckbox",
|
|
16308
|
+
"description": "Custom nullable icon template."
|
|
16309
|
+
}
|
|
14741
16310
|
]
|
|
14742
16311
|
},
|
|
14743
16312
|
{
|
|
@@ -14977,17 +16546,22 @@
|
|
|
14977
16546
|
{
|
|
14978
16547
|
"name": "item",
|
|
14979
16548
|
"doc-url": "https://primevue.org/virtualscroller",
|
|
14980
|
-
"description": "Content for the item"
|
|
16549
|
+
"description": "Content for the item."
|
|
14981
16550
|
},
|
|
14982
16551
|
{
|
|
14983
16552
|
"name": "content",
|
|
14984
16553
|
"doc-url": "https://primevue.org/virtualscroller",
|
|
14985
|
-
"description": "Custom content for the component"
|
|
16554
|
+
"description": "Custom content for the component."
|
|
14986
16555
|
},
|
|
14987
16556
|
{
|
|
14988
16557
|
"name": "loader",
|
|
14989
16558
|
"doc-url": "https://primevue.org/virtualscroller",
|
|
14990
|
-
"description": "Custom content for the loader items"
|
|
16559
|
+
"description": "Custom content for the loader items."
|
|
16560
|
+
},
|
|
16561
|
+
{
|
|
16562
|
+
"name": "loadingicon",
|
|
16563
|
+
"doc-url": "https://primevue.org/virtualscroller",
|
|
16564
|
+
"description": "Custom loading icon template."
|
|
14991
16565
|
}
|
|
14992
16566
|
]
|
|
14993
16567
|
}
|