primevue 3.26.0 → 3.27.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -8
- package/accordion/Accordion.d.ts +46 -2
- package/accordion/Accordion.vue +29 -13
- package/accordion/accordion.cjs.js +60 -33
- package/accordion/accordion.cjs.min.js +1 -1
- package/accordion/accordion.esm.js +58 -34
- package/accordion/accordion.esm.min.js +1 -1
- package/accordion/accordion.js +59 -35
- package/accordion/accordion.min.js +1 -1
- package/accordiontab/AccordionTab.d.ts +76 -1
- package/accordiontab/AccordionTab.vue +3 -0
- package/accordiontab/accordiontab.cjs.js +6 -0
- package/accordiontab/accordiontab.cjs.min.js +1 -1
- package/accordiontab/accordiontab.esm.js +2 -0
- package/accordiontab/accordiontab.esm.min.js +1 -1
- package/accordiontab/accordiontab.js +7 -2
- package/accordiontab/accordiontab.min.js +1 -1
- package/api/Api.d.ts +292 -284
- package/autocomplete/AutoComplete.d.ts +15 -3
- package/autocomplete/AutoComplete.vue +25 -10
- package/autocomplete/autocomplete.cjs.js +62 -36
- package/autocomplete/autocomplete.cjs.min.js +1 -1
- package/autocomplete/autocomplete.esm.js +60 -37
- package/autocomplete/autocomplete.esm.min.js +1 -1
- package/autocomplete/autocomplete.js +61 -38
- package/autocomplete/autocomplete.min.js +1 -1
- package/avatar/Avatar.d.ts +5 -0
- package/avatar/Avatar.vue +5 -6
- package/avatar/avatar.cjs.js +25 -20
- package/avatar/avatar.cjs.min.js +1 -1
- package/avatar/avatar.esm.js +26 -21
- package/avatar/avatar.esm.min.js +1 -1
- package/avatar/avatar.js +25 -20
- package/avatar/avatar.min.js +1 -1
- package/badge/Badge.d.ts +1 -1
- package/basecomponent/BaseComponent.vue +26 -0
- package/basecomponent/basecomponent.cjs.js +28 -0
- package/basecomponent/basecomponent.cjs.min.js +1 -0
- package/basecomponent/basecomponent.esm.js +26 -0
- package/basecomponent/basecomponent.esm.min.js +1 -0
- package/basecomponent/basecomponent.js +30 -0
- package/basecomponent/basecomponent.min.js +1 -0
- package/basecomponent/package.json +8 -0
- package/baseicon/BaseIcon.vue +66 -0
- package/baseicon/baseicon.cjs.js +66 -0
- package/baseicon/baseicon.cjs.min.js +1 -0
- package/baseicon/baseicon.esm.js +64 -0
- package/baseicon/baseicon.esm.min.js +1 -0
- package/baseicon/baseicon.js +68 -0
- package/baseicon/baseicon.min.js +1 -0
- package/baseicon/package.json +8 -0
- package/breadcrumb/Breadcrumb.d.ts +18 -0
- package/breadcrumb/Breadcrumb.vue +8 -4
- package/breadcrumb/BreadcrumbItem.vue +7 -10
- package/breadcrumb/breadcrumb.cjs.js +46 -35
- package/breadcrumb/breadcrumb.cjs.min.js +1 -1
- package/breadcrumb/breadcrumb.esm.js +43 -36
- package/breadcrumb/breadcrumb.esm.min.js +1 -1
- package/breadcrumb/breadcrumb.js +47 -37
- package/breadcrumb/breadcrumb.min.js +1 -1
- package/button/Button.d.ts +21 -2
- package/button/Button.vue +23 -8
- package/button/button.cjs.js +54 -25
- package/button/button.cjs.min.js +1 -1
- package/button/button.esm.js +54 -26
- package/button/button.esm.min.js +1 -1
- package/button/button.js +55 -27
- package/button/button.min.js +1 -1
- package/calendar/Calendar.d.ts +25 -5
- package/calendar/Calendar.vue +57 -24
- package/calendar/calendar.cjs.js +85 -44
- package/calendar/calendar.cjs.min.js +1 -1
- package/calendar/calendar.esm.js +81 -45
- package/calendar/calendar.esm.min.js +1 -1
- package/calendar/calendar.js +82 -46
- package/calendar/calendar.min.js +1 -1
- package/card/Card.d.ts +51 -1
- package/card/Card.vue +15 -14
- package/card/card.cjs.js +33 -65
- package/card/card.cjs.min.js +1 -1
- package/card/card.esm.js +30 -66
- package/card/card.esm.min.js +1 -1
- package/card/card.js +34 -67
- package/card/card.min.js +1 -1
- package/carousel/Carousel.d.ts +8 -0
- package/carousel/Carousel.vue +16 -2
- package/carousel/carousel.cjs.js +20 -6
- package/carousel/carousel.cjs.min.js +1 -1
- package/carousel/carousel.esm.js +17 -7
- package/carousel/carousel.esm.min.js +1 -1
- package/carousel/carousel.js +18 -8
- package/carousel/carousel.min.js +1 -1
- package/cascadeselect/CascadeSelect.d.ts +16 -3
- package/cascadeselect/CascadeSelect.vue +16 -9
- package/cascadeselect/CascadeSelectSub.vue +10 -1
- package/cascadeselect/cascadeselect.cjs.js +46 -14
- package/cascadeselect/cascadeselect.cjs.min.js +1 -1
- package/cascadeselect/cascadeselect.esm.js +43 -14
- package/cascadeselect/cascadeselect.esm.min.js +1 -1
- package/cascadeselect/cascadeselect.js +45 -16
- package/cascadeselect/cascadeselect.min.js +1 -1
- package/checkbox/Checkbox.d.ts +13 -2
- package/checkbox/Checkbox.vue +7 -1
- package/checkbox/checkbox.cjs.js +11 -3
- package/checkbox/checkbox.cjs.min.js +1 -1
- package/checkbox/checkbox.esm.js +8 -4
- package/checkbox/checkbox.esm.min.js +1 -1
- package/checkbox/checkbox.js +12 -5
- package/checkbox/checkbox.min.js +1 -1
- package/chip/Chip.d.ts +20 -1
- package/chip/Chip.vue +13 -10
- package/chip/chip.cjs.js +46 -31
- package/chip/chip.cjs.min.js +1 -1
- package/chip/chip.esm.js +43 -32
- package/chip/chip.esm.min.js +1 -1
- package/chip/chip.js +47 -33
- package/chip/chip.min.js +1 -1
- package/chips/Chips.d.ts +12 -1
- package/chips/Chips.vue +8 -2
- package/chips/chips.cjs.js +22 -11
- package/chips/chips.cjs.min.js +1 -1
- package/chips/chips.esm.js +19 -12
- package/chips/chips.esm.min.js +1 -1
- package/chips/chips.js +23 -13
- package/chips/chips.min.js +1 -1
- package/column/Column.d.ts +77 -1
- package/column/Column.vue +1 -1
- package/column/column.cjs.js +1 -1
- package/column/column.cjs.min.js +1 -1
- package/column/column.esm.js +1 -1
- package/column/column.esm.min.js +1 -1
- package/column/column.js +1 -1
- package/column/column.min.js +1 -1
- package/config/config.cjs.js +1 -1
- package/config/config.cjs.min.js +1 -1
- package/config/config.esm.js +1 -1
- package/config/config.esm.min.js +1 -1
- package/config/config.js +1 -1
- package/config/config.min.js +1 -1
- package/confirmdialog/ConfirmDialog.d.ts +23 -1
- package/confirmdialog/ConfirmDialog.vue +18 -3
- package/confirmdialog/confirmdialog.cjs.js +36 -11
- package/confirmdialog/confirmdialog.cjs.min.js +1 -1
- package/confirmdialog/confirmdialog.esm.js +37 -12
- package/confirmdialog/confirmdialog.esm.min.js +1 -1
- package/confirmdialog/confirmdialog.js +36 -11
- package/confirmdialog/confirmdialog.min.js +1 -1
- package/confirmpopup/ConfirmPopup.d.ts +23 -1
- package/confirmpopup/ConfirmPopup.vue +18 -3
- package/confirmpopup/confirmpopup.cjs.js +35 -9
- package/confirmpopup/confirmpopup.cjs.min.js +1 -1
- package/confirmpopup/confirmpopup.esm.js +36 -10
- package/confirmpopup/confirmpopup.esm.min.js +1 -1
- package/confirmpopup/confirmpopup.js +35 -9
- package/confirmpopup/confirmpopup.min.js +1 -1
- package/contextmenu/ContextMenu.d.ts +23 -0
- package/contextmenu/ContextMenu.vue +1 -1
- package/contextmenu/ContextMenuSub.vue +17 -8
- package/contextmenu/contextmenu.cjs.js +48 -23
- package/contextmenu/contextmenu.cjs.min.js +1 -1
- package/contextmenu/contextmenu.esm.js +48 -24
- package/contextmenu/contextmenu.esm.min.js +1 -1
- package/contextmenu/contextmenu.js +49 -25
- package/contextmenu/contextmenu.min.js +1 -1
- package/core/core.js +2685 -315
- package/core/core.min.js +106 -12
- package/datatable/BodyCell.vue +44 -13
- package/datatable/ColumnFilter.vue +59 -17
- package/datatable/DataTable.d.ts +43 -5
- package/datatable/DataTable.vue +49 -11
- package/datatable/FooterCell.vue +1 -1
- package/datatable/HeaderCell.vue +36 -15
- package/datatable/HeaderCheckbox.vue +11 -2
- package/datatable/RowCheckbox.vue +11 -2
- package/datatable/TableBody.vue +32 -18
- package/datatable/TableFooter.vue +1 -1
- package/datatable/TableHeader.vue +10 -0
- package/datatable/datatable.cjs.js +442 -154
- package/datatable/datatable.cjs.min.js +1 -1
- package/datatable/datatable.esm.js +427 -155
- package/datatable/datatable.esm.min.js +1 -1
- package/datatable/datatable.js +428 -156
- package/datatable/datatable.min.js +1 -1
- package/dataviewlayoutoptions/DataViewLayoutOptions.d.ts +12 -2
- package/dataviewlayoutoptions/DataViewLayoutOptions.vue +13 -2
- package/dataviewlayoutoptions/dataviewlayoutoptions.cjs.js +25 -11
- package/dataviewlayoutoptions/dataviewlayoutoptions.cjs.min.js +1 -1
- package/dataviewlayoutoptions/dataviewlayoutoptions.esm.js +21 -12
- package/dataviewlayoutoptions/dataviewlayoutoptions.esm.min.js +1 -1
- package/dataviewlayoutoptions/dataviewlayoutoptions.js +25 -13
- package/dataviewlayoutoptions/dataviewlayoutoptions.min.js +1 -1
- package/deferredcontent/DeferredContent.d.ts +49 -1
- package/deferredcontent/DeferredContent.vue +4 -1
- package/deferredcontent/deferredcontent.cjs.js +8 -4
- package/deferredcontent/deferredcontent.cjs.min.js +1 -1
- package/deferredcontent/deferredcontent.esm.js +5 -5
- package/deferredcontent/deferredcontent.esm.min.js +1 -1
- package/deferredcontent/deferredcontent.js +9 -6
- package/deferredcontent/deferredcontent.min.js +1 -1
- package/dialog/Dialog.d.ts +18 -4
- package/dialog/Dialog.vue +22 -13
- package/dialog/dialog.cjs.js +29 -17
- package/dialog/dialog.cjs.min.js +1 -1
- package/dialog/dialog.esm.js +27 -18
- package/dialog/dialog.esm.min.js +1 -1
- package/dialog/dialog.js +28 -19
- package/dialog/dialog.min.js +1 -1
- package/divider/Divider.d.ts +36 -0
- package/divider/Divider.vue +5 -2
- package/divider/divider.cjs.js +15 -10
- package/divider/divider.cjs.min.js +1 -1
- package/divider/divider.esm.js +12 -11
- package/divider/divider.esm.min.js +1 -1
- package/divider/divider.js +16 -12
- package/divider/divider.min.js +1 -1
- package/dropdown/Dropdown.d.ts +41 -5
- package/dropdown/Dropdown.vue +28 -14
- package/dropdown/dropdown.cjs.js +70 -32
- package/dropdown/dropdown.cjs.min.js +1 -1
- package/dropdown/dropdown.esm.js +67 -33
- package/dropdown/dropdown.esm.min.js +1 -1
- package/dropdown/dropdown.js +68 -34
- package/dropdown/dropdown.min.js +1 -1
- package/fieldset/Fieldset.d.ts +73 -0
- package/fieldset/Fieldset.vue +18 -17
- package/fieldset/fieldset.cjs.js +33 -34
- package/fieldset/fieldset.cjs.min.js +1 -1
- package/fieldset/fieldset.esm.js +31 -35
- package/fieldset/fieldset.esm.min.js +1 -1
- package/fieldset/fieldset.js +32 -36
- package/fieldset/fieldset.min.js +1 -1
- package/fileupload/FileContent.vue +13 -2
- package/fileupload/FileUpload.d.ts +28 -3
- package/fileupload/FileUpload.vue +35 -16
- package/fileupload/fileupload.cjs.js +89 -29
- package/fileupload/fileupload.cjs.min.js +1 -1
- package/fileupload/fileupload.esm.js +87 -30
- package/fileupload/fileupload.esm.min.js +1 -1
- package/fileupload/fileupload.js +88 -31
- package/fileupload/fileupload.min.js +1 -1
- package/galleria/Galleria.d.ts +20 -0
- package/galleria/Galleria.vue +2 -2
- package/galleria/GalleriaContent.vue +7 -2
- package/galleria/GalleriaItem.vue +8 -2
- package/galleria/GalleriaThumbnails.vue +12 -20
- package/galleria/galleria.cjs.js +60 -64
- package/galleria/galleria.cjs.min.js +1 -1
- package/galleria/galleria.esm.js +56 -65
- package/galleria/galleria.esm.min.js +1 -1
- package/galleria/galleria.js +57 -66
- package/galleria/galleria.min.js +1 -1
- package/icons/angledoubledown/index.cjs.js +37 -0
- package/icons/angledoubledown/index.cjs.min.js +1 -0
- package/icons/angledoubledown/index.d.ts +12 -0
- package/icons/angledoubledown/index.esm.js +31 -0
- package/icons/angledoubledown/index.esm.min.js +1 -0
- package/icons/angledoubledown/index.js +39 -0
- package/icons/angledoubledown/index.min.js +1 -0
- package/icons/angledoubledown/index.vue +18 -0
- package/icons/angledoubledown/package.json +9 -0
- package/icons/angledoubleleft/index.cjs.js +37 -0
- package/icons/angledoubleleft/index.cjs.min.js +1 -0
- package/icons/angledoubleleft/index.d.ts +12 -0
- package/icons/angledoubleleft/index.esm.js +31 -0
- package/icons/angledoubleleft/index.esm.min.js +1 -0
- package/icons/angledoubleleft/index.js +39 -0
- package/icons/angledoubleleft/index.min.js +1 -0
- package/icons/angledoubleleft/index.vue +18 -0
- package/icons/angledoubleleft/package.json +9 -0
- package/icons/angledoubleright/index.cjs.js +37 -0
- package/icons/angledoubleright/index.cjs.min.js +1 -0
- package/icons/angledoubleright/index.d.ts +12 -0
- package/icons/angledoubleright/index.esm.js +31 -0
- package/icons/angledoubleright/index.esm.min.js +1 -0
- package/icons/angledoubleright/index.js +39 -0
- package/icons/angledoubleright/index.min.js +1 -0
- package/icons/angledoubleright/index.vue +18 -0
- package/icons/angledoubleright/package.json +9 -0
- package/icons/angledoubleup/index.cjs.js +37 -0
- package/icons/angledoubleup/index.cjs.min.js +1 -0
- package/icons/angledoubleup/index.d.ts +12 -0
- package/icons/angledoubleup/index.esm.js +31 -0
- package/icons/angledoubleup/index.esm.min.js +1 -0
- package/icons/angledoubleup/index.js +39 -0
- package/icons/angledoubleup/index.min.js +1 -0
- package/icons/angledoubleup/index.vue +18 -0
- package/icons/angledoubleup/package.json +9 -0
- package/icons/angledown/index.cjs.js +35 -0
- package/icons/angledown/index.cjs.min.js +1 -0
- package/icons/angledown/index.d.ts +12 -0
- package/icons/angledown/index.esm.js +29 -0
- package/icons/angledown/index.esm.min.js +1 -0
- package/icons/angledown/index.js +37 -0
- package/icons/angledown/index.min.js +1 -0
- package/icons/angledown/index.vue +16 -0
- package/icons/angledown/package.json +9 -0
- package/icons/angleleft/index.cjs.js +35 -0
- package/icons/angleleft/index.cjs.min.js +1 -0
- package/icons/angleleft/index.d.ts +12 -0
- package/icons/angleleft/index.esm.js +29 -0
- package/icons/angleleft/index.esm.min.js +1 -0
- package/icons/angleleft/index.js +37 -0
- package/icons/angleleft/index.min.js +1 -0
- package/icons/angleleft/index.vue +16 -0
- package/icons/angleleft/package.json +9 -0
- package/icons/angleright/index.cjs.js +35 -0
- package/icons/angleright/index.cjs.min.js +1 -0
- package/icons/angleright/index.d.ts +12 -0
- package/icons/angleright/index.esm.js +29 -0
- package/icons/angleright/index.esm.min.js +1 -0
- package/icons/angleright/index.js +37 -0
- package/icons/angleright/index.min.js +1 -0
- package/icons/angleright/index.vue +16 -0
- package/icons/angleright/package.json +9 -0
- package/icons/angleup/index.cjs.js +35 -0
- package/icons/angleup/index.cjs.min.js +1 -0
- package/icons/angleup/index.d.ts +12 -0
- package/icons/angleup/index.esm.js +29 -0
- package/icons/angleup/index.esm.min.js +1 -0
- package/icons/angleup/index.js +37 -0
- package/icons/angleup/index.min.js +1 -0
- package/icons/angleup/index.vue +16 -0
- package/icons/angleup/package.json +9 -0
- package/icons/arrowdown/index.cjs.js +49 -0
- package/icons/arrowdown/index.cjs.min.js +1 -0
- package/icons/arrowdown/index.d.ts +12 -0
- package/icons/arrowdown/index.esm.js +43 -0
- package/icons/arrowdown/index.esm.min.js +1 -0
- package/icons/arrowdown/index.js +51 -0
- package/icons/arrowdown/index.min.js +1 -0
- package/icons/arrowdown/index.vue +25 -0
- package/icons/arrowdown/package.json +9 -0
- package/icons/arrowup/index.cjs.js +49 -0
- package/icons/arrowup/index.cjs.min.js +1 -0
- package/icons/arrowup/index.d.ts +12 -0
- package/icons/arrowup/index.esm.js +43 -0
- package/icons/arrowup/index.esm.min.js +1 -0
- package/icons/arrowup/index.js +51 -0
- package/icons/arrowup/index.min.js +1 -0
- package/icons/arrowup/index.vue +25 -0
- package/icons/arrowup/package.json +9 -0
- package/icons/ban/index.cjs.js +47 -0
- package/icons/ban/index.cjs.min.js +1 -0
- package/icons/ban/index.d.ts +12 -0
- package/icons/ban/index.esm.js +41 -0
- package/icons/ban/index.esm.min.js +1 -0
- package/icons/ban/index.js +49 -0
- package/icons/ban/index.min.js +1 -0
- package/icons/ban/index.vue +23 -0
- package/icons/ban/package.json +9 -0
- package/icons/bars/index.cjs.js +37 -0
- package/icons/bars/index.cjs.min.js +1 -0
- package/icons/bars/index.d.ts +12 -0
- package/icons/bars/index.esm.js +31 -0
- package/icons/bars/index.esm.min.js +1 -0
- package/icons/bars/index.js +39 -0
- package/icons/bars/index.min.js +1 -0
- package/icons/bars/index.vue +18 -0
- package/icons/bars/package.json +9 -0
- package/icons/calendar/index.cjs.js +35 -0
- package/icons/calendar/index.cjs.min.js +1 -0
- package/icons/calendar/index.d.ts +12 -0
- package/icons/calendar/index.esm.js +29 -0
- package/icons/calendar/index.esm.min.js +1 -0
- package/icons/calendar/index.js +37 -0
- package/icons/calendar/index.min.js +1 -0
- package/icons/calendar/index.vue +16 -0
- package/icons/calendar/package.json +9 -0
- package/icons/check/index.cjs.js +35 -0
- package/icons/check/index.cjs.min.js +1 -0
- package/icons/check/index.d.ts +12 -0
- package/icons/check/index.esm.js +29 -0
- package/icons/check/index.esm.min.js +1 -0
- package/icons/check/index.js +37 -0
- package/icons/check/index.min.js +1 -0
- package/icons/check/index.vue +16 -0
- package/icons/check/package.json +9 -0
- package/icons/chevrondown/index.cjs.js +35 -0
- package/icons/chevrondown/index.cjs.min.js +1 -0
- package/icons/chevrondown/index.d.ts +12 -0
- package/icons/chevrondown/index.esm.js +29 -0
- package/icons/chevrondown/index.esm.min.js +1 -0
- package/icons/chevrondown/index.js +37 -0
- package/icons/chevrondown/index.min.js +1 -0
- package/icons/chevrondown/index.vue +16 -0
- package/icons/chevrondown/package.json +9 -0
- package/icons/chevronleft/index.cjs.js +35 -0
- package/icons/chevronleft/index.cjs.min.js +1 -0
- package/icons/chevronleft/index.d.ts +12 -0
- package/icons/chevronleft/index.esm.js +29 -0
- package/icons/chevronleft/index.esm.min.js +1 -0
- package/icons/chevronleft/index.js +37 -0
- package/icons/chevronleft/index.min.js +1 -0
- package/icons/chevronleft/index.vue +16 -0
- package/icons/chevronleft/package.json +9 -0
- package/icons/chevronright/index.cjs.js +35 -0
- package/icons/chevronright/index.cjs.min.js +1 -0
- package/icons/chevronright/index.d.ts +12 -0
- package/icons/chevronright/index.esm.js +29 -0
- package/icons/chevronright/index.esm.min.js +1 -0
- package/icons/chevronright/index.js +37 -0
- package/icons/chevronright/index.min.js +1 -0
- package/icons/chevronright/index.vue +16 -0
- package/icons/chevronright/package.json +9 -0
- package/icons/chevronup/index.cjs.js +35 -0
- package/icons/chevronup/index.cjs.min.js +1 -0
- package/icons/chevronup/index.d.ts +12 -0
- package/icons/chevronup/index.esm.js +29 -0
- package/icons/chevronup/index.esm.min.js +1 -0
- package/icons/chevronup/index.js +37 -0
- package/icons/chevronup/index.min.js +1 -0
- package/icons/chevronup/index.vue +16 -0
- package/icons/chevronup/package.json +9 -0
- package/icons/exclamationtriangle/index.cjs.js +32 -0
- package/icons/exclamationtriangle/index.cjs.min.js +1 -0
- package/icons/exclamationtriangle/index.d.ts +12 -0
- package/icons/exclamationtriangle/index.esm.js +26 -0
- package/icons/exclamationtriangle/index.esm.min.js +1 -0
- package/icons/exclamationtriangle/index.js +34 -0
- package/icons/exclamationtriangle/index.min.js +1 -0
- package/icons/exclamationtriangle/index.vue +31 -0
- package/icons/exclamationtriangle/package.json +9 -0
- package/icons/eye/index.cjs.js +37 -0
- package/icons/eye/index.cjs.min.js +1 -0
- package/icons/eye/index.d.ts +12 -0
- package/icons/eye/index.esm.js +31 -0
- package/icons/eye/index.esm.min.js +1 -0
- package/icons/eye/index.js +39 -0
- package/icons/eye/index.min.js +1 -0
- package/icons/eye/index.vue +18 -0
- package/icons/eye/package.json +9 -0
- package/icons/eyeslash/index.cjs.js +49 -0
- package/icons/eyeslash/index.cjs.min.js +1 -0
- package/icons/eyeslash/index.d.ts +12 -0
- package/icons/eyeslash/index.esm.js +43 -0
- package/icons/eyeslash/index.esm.min.js +1 -0
- package/icons/eyeslash/index.js +51 -0
- package/icons/eyeslash/index.min.js +1 -0
- package/icons/eyeslash/index.vue +25 -0
- package/icons/eyeslash/package.json +9 -0
- package/icons/filter/index.cjs.js +47 -0
- package/icons/filter/index.cjs.min.js +1 -0
- package/icons/filter/index.d.ts +12 -0
- package/icons/filter/index.esm.js +41 -0
- package/icons/filter/index.esm.min.js +1 -0
- package/icons/filter/index.js +49 -0
- package/icons/filter/index.min.js +1 -0
- package/icons/filter/index.vue +23 -0
- package/icons/filter/package.json +9 -0
- package/icons/filterslash/index.cjs.js +49 -0
- package/icons/filterslash/index.cjs.min.js +1 -0
- package/icons/filterslash/index.d.ts +12 -0
- package/icons/filterslash/index.esm.js +43 -0
- package/icons/filterslash/index.esm.min.js +1 -0
- package/icons/filterslash/index.js +51 -0
- package/icons/filterslash/index.min.js +1 -0
- package/icons/filterslash/index.vue +25 -0
- package/icons/filterslash/package.json +9 -0
- package/icons/index.d.ts +12 -0
- package/icons/infocircle/index.cjs.js +49 -0
- package/icons/infocircle/index.cjs.min.js +1 -0
- package/icons/infocircle/index.d.ts +12 -0
- package/icons/infocircle/index.esm.js +43 -0
- package/icons/infocircle/index.esm.min.js +1 -0
- package/icons/infocircle/index.js +51 -0
- package/icons/infocircle/index.min.js +1 -0
- package/icons/infocircle/index.vue +25 -0
- package/icons/infocircle/package.json +9 -0
- package/icons/minus/index.cjs.js +35 -0
- package/icons/minus/index.cjs.min.js +1 -0
- package/icons/minus/index.d.ts +12 -0
- package/icons/minus/index.esm.js +29 -0
- package/icons/minus/index.esm.min.js +1 -0
- package/icons/minus/index.js +37 -0
- package/icons/minus/index.min.js +1 -0
- package/icons/minus/index.vue +16 -0
- package/icons/minus/package.json +9 -0
- package/icons/pencil/index.cjs.js +47 -0
- package/icons/pencil/index.cjs.min.js +1 -0
- package/icons/pencil/index.d.ts +12 -0
- package/icons/pencil/index.esm.js +41 -0
- package/icons/pencil/index.esm.min.js +1 -0
- package/icons/pencil/index.js +49 -0
- package/icons/pencil/index.min.js +1 -0
- package/icons/pencil/index.vue +23 -0
- package/icons/pencil/package.json +9 -0
- package/icons/plus/index.cjs.js +47 -0
- package/icons/plus/index.cjs.min.js +1 -0
- package/icons/plus/index.d.ts +12 -0
- package/icons/plus/index.esm.js +41 -0
- package/icons/plus/index.esm.min.js +1 -0
- package/icons/plus/index.js +49 -0
- package/icons/plus/index.min.js +1 -0
- package/icons/plus/index.vue +23 -0
- package/icons/plus/package.json +9 -0
- package/icons/refresh/index.cjs.js +49 -0
- package/icons/refresh/index.cjs.min.js +1 -0
- package/icons/refresh/index.d.ts +12 -0
- package/icons/refresh/index.esm.js +43 -0
- package/icons/refresh/index.esm.min.js +1 -0
- package/icons/refresh/index.js +51 -0
- package/icons/refresh/index.min.js +1 -0
- package/icons/refresh/index.vue +25 -0
- package/icons/refresh/package.json +9 -0
- package/icons/search/index.cjs.js +49 -0
- package/icons/search/index.cjs.min.js +1 -0
- package/icons/search/index.d.ts +12 -0
- package/icons/search/index.esm.js +43 -0
- package/icons/search/index.esm.min.js +1 -0
- package/icons/search/index.js +51 -0
- package/icons/search/index.min.js +1 -0
- package/icons/search/index.vue +25 -0
- package/icons/search/package.json +9 -0
- package/icons/searchminus/index.cjs.js +49 -0
- package/icons/searchminus/index.cjs.min.js +1 -0
- package/icons/searchminus/index.d.ts +12 -0
- package/icons/searchminus/index.esm.js +43 -0
- package/icons/searchminus/index.esm.min.js +1 -0
- package/icons/searchminus/index.js +51 -0
- package/icons/searchminus/index.min.js +1 -0
- package/icons/searchminus/index.vue +25 -0
- package/icons/searchminus/package.json +9 -0
- package/icons/searchplus/index.cjs.js +49 -0
- package/icons/searchplus/index.cjs.min.js +1 -0
- package/icons/searchplus/index.d.ts +12 -0
- package/icons/searchplus/index.esm.js +43 -0
- package/icons/searchplus/index.esm.min.js +1 -0
- package/icons/searchplus/index.js +51 -0
- package/icons/searchplus/index.min.js +1 -0
- package/icons/searchplus/index.vue +25 -0
- package/icons/searchplus/package.json +9 -0
- package/icons/sortalt/index.cjs.js +32 -0
- package/icons/sortalt/index.cjs.min.js +1 -0
- package/icons/sortalt/index.d.ts +12 -0
- package/icons/sortalt/index.esm.js +26 -0
- package/icons/sortalt/index.esm.min.js +1 -0
- package/icons/sortalt/index.js +34 -0
- package/icons/sortalt/index.min.js +1 -0
- package/icons/sortalt/index.vue +29 -0
- package/icons/sortalt/package.json +9 -0
- package/icons/sortamountdown/index.cjs.js +32 -0
- package/icons/sortamountdown/index.cjs.min.js +1 -0
- package/icons/sortamountdown/index.d.ts +12 -0
- package/icons/sortamountdown/index.esm.js +26 -0
- package/icons/sortamountdown/index.esm.min.js +1 -0
- package/icons/sortamountdown/index.js +34 -0
- package/icons/sortamountdown/index.min.js +1 -0
- package/icons/sortamountdown/index.vue +43 -0
- package/icons/sortamountdown/package.json +9 -0
- package/icons/sortamountupalt/index.cjs.js +32 -0
- package/icons/sortamountupalt/index.cjs.min.js +1 -0
- package/icons/sortamountupalt/index.d.ts +12 -0
- package/icons/sortamountupalt/index.esm.js +26 -0
- package/icons/sortamountupalt/index.esm.min.js +1 -0
- package/icons/sortamountupalt/index.js +34 -0
- package/icons/sortamountupalt/index.min.js +1 -0
- package/icons/sortamountupalt/index.vue +43 -0
- package/icons/sortamountupalt/package.json +9 -0
- package/icons/spinner/index.cjs.js +47 -0
- package/icons/spinner/index.cjs.min.js +1 -0
- package/icons/spinner/index.d.ts +12 -0
- package/icons/spinner/index.esm.js +41 -0
- package/icons/spinner/index.esm.min.js +1 -0
- package/icons/spinner/index.js +49 -0
- package/icons/spinner/index.min.js +1 -0
- package/icons/spinner/index.vue +23 -0
- package/icons/spinner/package.json +9 -0
- package/icons/star/index.cjs.js +47 -0
- package/icons/star/index.cjs.min.js +1 -0
- package/icons/star/index.d.ts +12 -0
- package/icons/star/index.esm.js +41 -0
- package/icons/star/index.esm.min.js +1 -0
- package/icons/star/index.js +49 -0
- package/icons/star/index.min.js +1 -0
- package/icons/star/index.vue +23 -0
- package/icons/star/package.json +9 -0
- package/icons/starfill/index.cjs.js +47 -0
- package/icons/starfill/index.cjs.min.js +1 -0
- package/icons/starfill/index.d.ts +12 -0
- package/icons/starfill/index.esm.js +41 -0
- package/icons/starfill/index.esm.min.js +1 -0
- package/icons/starfill/index.js +49 -0
- package/icons/starfill/index.min.js +1 -0
- package/icons/starfill/index.vue +23 -0
- package/icons/starfill/package.json +9 -0
- package/icons/thlarge/index.cjs.js +49 -0
- package/icons/thlarge/index.cjs.min.js +1 -0
- package/icons/thlarge/index.d.ts +12 -0
- package/icons/thlarge/index.esm.js +43 -0
- package/icons/thlarge/index.esm.min.js +1 -0
- package/icons/thlarge/index.js +51 -0
- package/icons/thlarge/index.min.js +1 -0
- package/icons/thlarge/index.vue +25 -0
- package/icons/thlarge/package.json +9 -0
- package/icons/times/index.cjs.js +35 -0
- package/icons/times/index.cjs.min.js +1 -0
- package/icons/times/index.d.ts +12 -0
- package/icons/times/index.esm.js +29 -0
- package/icons/times/index.esm.min.js +1 -0
- package/icons/times/index.js +37 -0
- package/icons/times/index.min.js +1 -0
- package/icons/times/index.vue +16 -0
- package/icons/times/package.json +9 -0
- package/icons/timescircle/index.cjs.js +49 -0
- package/icons/timescircle/index.cjs.min.js +1 -0
- package/icons/timescircle/index.d.ts +12 -0
- package/icons/timescircle/index.esm.js +43 -0
- package/icons/timescircle/index.esm.min.js +1 -0
- package/icons/timescircle/index.js +51 -0
- package/icons/timescircle/index.min.js +1 -0
- package/icons/timescircle/index.vue +25 -0
- package/icons/timescircle/package.json +9 -0
- package/icons/trash/index.cjs.js +49 -0
- package/icons/trash/index.cjs.min.js +1 -0
- package/icons/trash/index.d.ts +12 -0
- package/icons/trash/index.esm.js +43 -0
- package/icons/trash/index.esm.min.js +1 -0
- package/icons/trash/index.js +51 -0
- package/icons/trash/index.min.js +1 -0
- package/icons/trash/index.vue +25 -0
- package/icons/trash/package.json +9 -0
- package/icons/undo/index.cjs.js +49 -0
- package/icons/undo/index.cjs.min.js +1 -0
- package/icons/undo/index.d.ts +12 -0
- package/icons/undo/index.esm.js +43 -0
- package/icons/undo/index.esm.min.js +1 -0
- package/icons/undo/index.js +51 -0
- package/icons/undo/index.min.js +1 -0
- package/icons/undo/index.vue +25 -0
- package/icons/undo/package.json +9 -0
- package/icons/upload/index.cjs.js +49 -0
- package/icons/upload/index.cjs.min.js +1 -0
- package/icons/upload/index.d.ts +12 -0
- package/icons/upload/index.esm.js +43 -0
- package/icons/upload/index.esm.min.js +1 -0
- package/icons/upload/index.js +51 -0
- package/icons/upload/index.min.js +1 -0
- package/icons/upload/index.vue +25 -0
- package/icons/upload/package.json +9 -0
- package/icons/windowmaximize/index.cjs.js +49 -0
- package/icons/windowmaximize/index.cjs.min.js +1 -0
- package/icons/windowmaximize/index.d.ts +12 -0
- package/icons/windowmaximize/index.esm.js +43 -0
- package/icons/windowmaximize/index.esm.min.js +1 -0
- package/icons/windowmaximize/index.js +51 -0
- package/icons/windowmaximize/index.min.js +1 -0
- package/icons/windowmaximize/index.vue +25 -0
- package/icons/windowmaximize/package.json +9 -0
- package/icons/windowminimize/index.cjs.js +49 -0
- package/icons/windowminimize/index.cjs.min.js +1 -0
- package/icons/windowminimize/index.d.ts +12 -0
- package/icons/windowminimize/index.esm.js +43 -0
- package/icons/windowminimize/index.esm.min.js +1 -0
- package/icons/windowminimize/index.js +51 -0
- package/icons/windowminimize/index.min.js +1 -0
- package/icons/windowminimize/index.vue +25 -0
- package/icons/windowminimize/package.json +9 -0
- package/image/Image.d.ts +25 -0
- package/image/Image.vue +38 -12
- package/image/image.cjs.js +68 -42
- package/image/image.cjs.min.js +1 -1
- package/image/image.esm.js +63 -43
- package/image/image.esm.min.js +1 -1
- package/image/image.js +64 -44
- package/image/image.min.js +1 -1
- package/inlinemessage/InlineMessage.d.ts +10 -1
- package/inlinemessage/InlineMessage.vue +19 -11
- package/inlinemessage/inlinemessage.cjs.js +27 -13
- package/inlinemessage/inlinemessage.cjs.min.js +1 -1
- package/inlinemessage/inlinemessage.esm.js +21 -14
- package/inlinemessage/inlinemessage.esm.min.js +1 -1
- package/inlinemessage/inlinemessage.js +25 -15
- package/inlinemessage/inlinemessage.min.js +1 -1
- package/inplace/Inplace.d.ts +5 -1
- package/inplace/Inplace.vue +11 -3
- package/inplace/inplace.cjs.js +15 -4
- package/inplace/inplace.cjs.min.js +1 -1
- package/inplace/inplace.esm.js +15 -5
- package/inplace/inplace.esm.min.js +1 -1
- package/inplace/inplace.js +16 -6
- package/inplace/inplace.min.js +1 -1
- package/inputnumber/InputNumber.d.ts +13 -4
- package/inputnumber/InputNumber.vue +35 -7
- package/inputnumber/inputnumber.cjs.js +53 -19
- package/inputnumber/inputnumber.cjs.min.js +1 -1
- package/inputnumber/inputnumber.esm.js +52 -20
- package/inputnumber/inputnumber.esm.min.js +1 -1
- package/inputnumber/inputnumber.js +53 -21
- package/inputnumber/inputnumber.min.js +1 -1
- package/listbox/Listbox.d.ts +6 -2
- package/listbox/Listbox.vue +8 -3
- package/listbox/listbox.cjs.js +10 -5
- package/listbox/listbox.cjs.min.js +1 -1
- package/listbox/listbox.esm.js +10 -6
- package/listbox/listbox.esm.min.js +1 -1
- package/listbox/listbox.js +11 -7
- package/listbox/listbox.min.js +1 -1
- package/megamenu/MegaMenu.d.ts +23 -0
- package/megamenu/MegaMenu.vue +1 -1
- package/megamenu/MegaMenuSub.vue +19 -11
- package/megamenu/megamenu.cjs.js +48 -23
- package/megamenu/megamenu.cjs.min.js +1 -1
- package/megamenu/megamenu.esm.js +46 -23
- package/megamenu/megamenu.esm.min.js +1 -1
- package/megamenu/megamenu.js +48 -25
- package/megamenu/megamenu.min.js +1 -1
- package/menu/Menu.d.ts +14 -0
- package/menu/Menu.vue +2 -2
- package/menu/Menuitem.vue +12 -5
- package/menu/menu.cjs.js +34 -17
- package/menu/menu.cjs.min.js +1 -1
- package/menu/menu.esm.js +35 -18
- package/menu/menu.esm.min.js +1 -1
- package/menu/menu.js +34 -17
- package/menu/menu.min.js +1 -1
- package/menubar/Menubar.d.ts +31 -0
- package/menubar/Menubar.vue +7 -3
- package/menubar/MenubarSub.vue +19 -11
- package/menubar/menubar.cjs.js +65 -35
- package/menubar/menubar.cjs.min.js +1 -1
- package/menubar/menubar.esm.js +63 -36
- package/menubar/menubar.esm.min.js +1 -1
- package/menubar/menubar.js +64 -37
- package/menubar/menubar.min.js +1 -1
- package/message/Message.d.ts +21 -2
- package/message/Message.vue +30 -18
- package/message/message.cjs.js +45 -22
- package/message/message.cjs.min.js +1 -1
- package/message/message.esm.js +41 -23
- package/message/message.esm.min.js +1 -1
- package/message/message.js +42 -24
- package/message/message.min.js +1 -1
- package/multiselect/MultiSelect.d.ts +86 -7
- package/multiselect/MultiSelect.vue +44 -19
- package/multiselect/multiselect.cjs.js +99 -34
- package/multiselect/multiselect.cjs.min.js +1 -1
- package/multiselect/multiselect.esm.js +94 -35
- package/multiselect/multiselect.esm.min.js +1 -1
- package/multiselect/multiselect.js +95 -36
- package/multiselect/multiselect.min.js +1 -1
- package/orderlist/OrderList.d.ts +16 -0
- package/orderlist/OrderList.vue +37 -5
- package/orderlist/orderlist.cjs.js +49 -9
- package/orderlist/orderlist.cjs.min.js +1 -1
- package/orderlist/orderlist.esm.js +46 -10
- package/orderlist/orderlist.esm.min.js +1 -1
- package/orderlist/orderlist.js +47 -11
- package/orderlist/orderlist.min.js +1 -1
- package/organizationchart/OrganizationChart.d.ts +10 -0
- package/organizationchart/OrganizationChartNode.vue +8 -1
- package/organizationchart/organizationchart.cjs.js +21 -3
- package/organizationchart/organizationchart.cjs.min.js +1 -1
- package/organizationchart/organizationchart.esm.js +16 -3
- package/organizationchart/organizationchart.esm.min.js +1 -1
- package/organizationchart/organizationchart.js +21 -5
- package/organizationchart/organizationchart.min.js +1 -1
- package/overlaypanel/OverlayPanel.d.ts +9 -0
- package/overlaypanel/OverlayPanel.vue +10 -2
- package/overlaypanel/overlaypanel.cjs.js +15 -6
- package/overlaypanel/overlaypanel.cjs.min.js +1 -1
- package/overlaypanel/overlaypanel.esm.js +15 -7
- package/overlaypanel/overlaypanel.esm.min.js +1 -1
- package/overlaypanel/overlaypanel.js +16 -8
- package/overlaypanel/overlaypanel.min.js +1 -1
- package/package.json +2 -3
- package/paginator/FirstPageLink.vue +11 -1
- package/paginator/LastPageLink.vue +11 -1
- package/paginator/NextPageLink.vue +11 -1
- package/paginator/Paginator.d.ts +17 -1
- package/paginator/Paginator.vue +4 -4
- package/paginator/PrevPageLink.vue +11 -1
- package/paginator/paginator.cjs.js +70 -34
- package/paginator/paginator.cjs.min.js +1 -1
- package/paginator/paginator.esm.js +67 -35
- package/paginator/paginator.esm.min.js +1 -1
- package/paginator/paginator.js +68 -36
- package/paginator/paginator.min.js +1 -1
- package/panel/Panel.d.ts +91 -0
- package/panel/Panel.vue +21 -8
- package/panel/panel.cjs.js +40 -26
- package/panel/panel.cjs.min.js +1 -1
- package/panel/panel.esm.js +38 -27
- package/panel/panel.esm.min.js +1 -1
- package/panel/panel.js +39 -28
- package/panel/panel.min.js +1 -1
- package/panelmenu/PanelMenu.d.ts +37 -0
- package/panelmenu/PanelMenu.vue +13 -8
- package/panelmenu/PanelMenuList.vue +3 -3
- package/panelmenu/PanelMenuSub.vue +19 -11
- package/panelmenu/panelmenu.cjs.js +80 -42
- package/panelmenu/panelmenu.cjs.min.js +1 -1
- package/panelmenu/panelmenu.esm.js +79 -43
- package/panelmenu/panelmenu.esm.min.js +1 -1
- package/panelmenu/panelmenu.js +80 -44
- package/panelmenu/panelmenu.min.js +1 -1
- package/password/Password.d.ts +20 -2
- package/password/Password.vue +13 -7
- package/password/password.cjs.js +30 -12
- package/password/password.cjs.min.js +1 -1
- package/password/password.esm.js +29 -13
- package/password/password.esm.min.js +1 -1
- package/password/password.js +30 -14
- package/password/password.min.js +1 -1
- package/picklist/PickList.d.ts +56 -0
- package/picklist/PickList.vue +134 -30
- package/picklist/picklist.cjs.js +166 -58
- package/picklist/picklist.cjs.min.js +1 -1
- package/picklist/picklist.esm.js +159 -59
- package/picklist/picklist.esm.min.js +1 -1
- package/picklist/picklist.js +160 -60
- package/picklist/picklist.min.js +1 -1
- package/rating/Rating.d.ts +3 -3
- package/rating/Rating.vue +14 -15
- package/rating/rating.cjs.js +26 -21
- package/rating/rating.cjs.min.js +1 -1
- package/rating/rating.esm.js +21 -22
- package/rating/rating.esm.min.js +1 -1
- package/rating/rating.js +25 -23
- package/rating/rating.min.js +1 -1
- package/resources/primevue.css +3 -1
- package/resources/primevue.min.css +1 -1
- package/resources/themes/arya-blue/theme.css +80 -1
- package/resources/themes/arya-green/theme.css +80 -1
- package/resources/themes/arya-orange/theme.css +80 -1
- package/resources/themes/arya-purple/theme.css +80 -1
- package/resources/themes/bootstrap4-dark-blue/theme.css +80 -1
- package/resources/themes/bootstrap4-dark-purple/theme.css +80 -1
- package/resources/themes/bootstrap4-light-blue/theme.css +80 -1
- package/resources/themes/bootstrap4-light-purple/theme.css +80 -1
- package/resources/themes/fluent-light/theme.css +80 -1
- package/resources/themes/lara-dark-blue/theme.css +80 -1
- package/resources/themes/lara-dark-indigo/theme.css +80 -1
- package/resources/themes/lara-dark-purple/theme.css +80 -1
- package/resources/themes/lara-dark-teal/theme.css +80 -1
- package/resources/themes/lara-light-blue/theme.css +80 -1
- package/resources/themes/lara-light-indigo/theme.css +80 -1
- package/resources/themes/lara-light-purple/theme.css +80 -1
- package/resources/themes/lara-light-teal/theme.css +80 -1
- package/resources/themes/luna-amber/theme.css +80 -1
- package/resources/themes/luna-blue/theme.css +80 -1
- package/resources/themes/luna-green/theme.css +80 -1
- package/resources/themes/luna-pink/theme.css +80 -1
- package/resources/themes/md-dark-deeppurple/theme.css +80 -1
- package/resources/themes/md-dark-indigo/theme.css +80 -1
- package/resources/themes/md-light-deeppurple/theme.css +80 -1
- package/resources/themes/md-light-indigo/theme.css +80 -1
- package/resources/themes/mdc-dark-deeppurple/theme.css +80 -1
- package/resources/themes/mdc-dark-indigo/theme.css +80 -1
- package/resources/themes/mdc-light-deeppurple/theme.css +80 -1
- package/resources/themes/mdc-light-indigo/theme.css +80 -1
- package/resources/themes/mira/theme.css +80 -1
- package/resources/themes/nano/theme.css +80 -1
- package/resources/themes/nova/theme.css +80 -1
- package/resources/themes/nova-accent/theme.css +80 -1
- package/resources/themes/nova-alt/theme.css +80 -1
- package/resources/themes/nova-vue/theme.css +80 -1
- package/resources/themes/rhea/theme.css +80 -1
- package/resources/themes/saga-blue/theme.css +80 -1
- package/resources/themes/saga-green/theme.css +80 -1
- package/resources/themes/saga-orange/theme.css +80 -1
- package/resources/themes/saga-purple/theme.css +80 -1
- package/resources/themes/soho-dark/theme.css +80 -1
- package/resources/themes/soho-light/theme.css +80 -1
- package/resources/themes/tailwind-light/theme.css +80 -1
- package/resources/themes/vela-blue/theme.css +80 -1
- package/resources/themes/vela-green/theme.css +80 -1
- package/resources/themes/vela-orange/theme.css +80 -1
- package/resources/themes/vela-purple/theme.css +80 -1
- package/resources/themes/viva-dark/theme.css +80 -1
- package/resources/themes/viva-light/theme.css +80 -1
- package/scrollpanel/ScrollPanel.d.ts +74 -0
- package/scrollpanel/ScrollPanel.vue +7 -3
- package/scrollpanel/scrollpanel.cjs.js +19 -15
- package/scrollpanel/scrollpanel.cjs.min.js +1 -1
- package/scrollpanel/scrollpanel.esm.js +16 -16
- package/scrollpanel/scrollpanel.esm.min.js +1 -1
- package/scrollpanel/scrollpanel.js +20 -17
- package/scrollpanel/scrollpanel.min.js +1 -1
- package/scrolltop/ScrollTop.d.ts +8 -2
- package/scrolltop/ScrollTop.vue +8 -6
- package/scrolltop/scrolltop.cjs.js +15 -8
- package/scrolltop/scrolltop.cjs.min.js +1 -1
- package/scrolltop/scrolltop.esm.js +12 -9
- package/scrolltop/scrolltop.esm.min.js +1 -1
- package/scrolltop/scrolltop.js +16 -10
- package/scrolltop/scrolltop.min.js +1 -1
- package/sidebar/Sidebar.d.ts +5 -1
- package/sidebar/Sidebar.vue +7 -3
- package/sidebar/sidebar.cjs.js +10 -5
- package/sidebar/sidebar.cjs.min.js +1 -1
- package/sidebar/sidebar.esm.js +10 -6
- package/sidebar/sidebar.esm.min.js +1 -1
- package/sidebar/sidebar.js +11 -7
- package/sidebar/sidebar.min.js +1 -1
- package/speeddial/SpeedDial.d.ts +12 -1
- package/speeddial/SpeedDial.vue +16 -8
- package/speeddial/speeddial.cjs.js +25 -8
- package/speeddial/speeddial.cjs.min.js +1 -1
- package/speeddial/speeddial.esm.js +25 -9
- package/speeddial/speeddial.esm.min.js +1 -1
- package/speeddial/speeddial.js +26 -10
- package/speeddial/speeddial.min.js +1 -1
- package/splitbutton/SplitButton.d.ts +11 -1
- package/splitbutton/SplitButton.vue +18 -5
- package/splitbutton/splitbutton.cjs.js +27 -8
- package/splitbutton/splitbutton.cjs.min.js +1 -1
- package/splitbutton/splitbutton.esm.js +27 -9
- package/splitbutton/splitbutton.esm.min.js +1 -1
- package/splitbutton/splitbutton.js +28 -10
- package/splitbutton/splitbutton.min.js +1 -1
- package/splitter/Splitter.d.ts +51 -0
- package/splitter/Splitter.vue +5 -2
- package/splitter/splitter.cjs.js +14 -10
- package/splitter/splitter.cjs.min.js +1 -1
- package/splitter/splitter.esm.js +11 -11
- package/splitter/splitter.esm.min.js +1 -1
- package/splitter/splitter.js +15 -12
- package/splitter/splitter.min.js +1 -1
- package/splitterpanel/SplitterPanel.d.ts +32 -0
- package/splitterpanel/SplitterPanel.vue +4 -1
- package/splitterpanel/splitterpanel.cjs.js +10 -4
- package/splitterpanel/splitterpanel.cjs.min.js +1 -1
- package/splitterpanel/splitterpanel.esm.js +7 -5
- package/splitterpanel/splitterpanel.esm.min.js +1 -1
- package/splitterpanel/splitterpanel.js +11 -6
- package/splitterpanel/splitterpanel.min.js +1 -1
- package/tabmenu/TabMenu.d.ts +14 -0
- package/tabmenu/TabMenu.vue +4 -2
- package/tabmenu/tabmenu.cjs.js +20 -8
- package/tabmenu/tabmenu.cjs.min.js +1 -1
- package/tabmenu/tabmenu.esm.js +21 -9
- package/tabmenu/tabmenu.esm.min.js +1 -1
- package/tabmenu/tabmenu.js +20 -8
- package/tabmenu/tabmenu.min.js +1 -1
- package/tabpanel/TabPanel.d.ts +52 -2
- package/tabpanel/TabPanel.vue +2 -0
- package/tabpanel/tabpanel.cjs.js +6 -0
- package/tabpanel/tabpanel.cjs.min.js +1 -1
- package/tabpanel/tabpanel.esm.js +2 -0
- package/tabpanel/tabpanel.esm.min.js +1 -1
- package/tabpanel/tabpanel.js +7 -2
- package/tabpanel/tabpanel.min.js +1 -1
- package/tabview/TabView.d.ts +108 -3
- package/tabview/TabView.vue +52 -15
- package/tabview/tabview.cjs.js +81 -60
- package/tabview/tabview.cjs.min.js +1 -1
- package/tabview/tabview.esm.js +79 -61
- package/tabview/tabview.esm.min.js +1 -1
- package/tabview/tabview.js +80 -62
- package/tabview/tabview.min.js +1 -1
- package/tag/Tag.d.ts +6 -1
- package/tag/Tag.vue +2 -1
- package/tag/tag.cjs.js +10 -5
- package/tag/tag.cjs.min.js +1 -1
- package/tag/tag.esm.js +11 -6
- package/tag/tag.esm.min.js +1 -1
- package/tag/tag.js +10 -5
- package/tag/tag.min.js +1 -1
- package/tieredmenu/TieredMenu.d.ts +23 -0
- package/tieredmenu/TieredMenu.vue +1 -1
- package/tieredmenu/TieredMenuSub.vue +17 -8
- package/tieredmenu/tieredmenu.cjs.js +49 -24
- package/tieredmenu/tieredmenu.cjs.min.js +1 -1
- package/tieredmenu/tieredmenu.esm.js +49 -25
- package/tieredmenu/tieredmenu.esm.min.js +1 -1
- package/tieredmenu/tieredmenu.js +50 -26
- package/tieredmenu/tieredmenu.min.js +1 -1
- package/toast/Toast.d.ts +14 -5
- package/toast/Toast.vue +6 -6
- package/toast/ToastMessage.vue +26 -7
- package/toast/toast.cjs.js +42 -17
- package/toast/toast.cjs.min.js +1 -1
- package/toast/toast.esm.js +38 -18
- package/toast/toast.esm.min.js +1 -1
- package/toast/toast.js +39 -19
- package/toast/toast.min.js +1 -1
- package/togglebutton/ToggleButton.d.ts +18 -2
- package/togglebutton/ToggleButton.vue +4 -2
- package/togglebutton/togglebutton.cjs.js +12 -7
- package/togglebutton/togglebutton.cjs.min.js +1 -1
- package/togglebutton/togglebutton.esm.js +13 -8
- package/togglebutton/togglebutton.esm.min.js +1 -1
- package/togglebutton/togglebutton.js +12 -7
- package/togglebutton/togglebutton.min.js +1 -1
- package/toolbar/Toolbar.d.ts +44 -0
- package/toolbar/Toolbar.vue +6 -4
- package/toolbar/toolbar.cjs.js +15 -12
- package/toolbar/toolbar.cjs.min.js +1 -1
- package/toolbar/toolbar.esm.js +12 -13
- package/toolbar/toolbar.esm.min.js +1 -1
- package/toolbar/toolbar.js +16 -14
- package/toolbar/toolbar.min.js +1 -1
- package/tree/Tree.d.ts +35 -5
- package/tree/Tree.vue +13 -7
- package/tree/TreeNode.vue +20 -9
- package/tree/tree.cjs.js +73 -25
- package/tree/tree.cjs.min.js +1 -1
- package/tree/tree.esm.js +68 -26
- package/tree/tree.esm.min.js +1 -1
- package/tree/tree.js +69 -27
- package/tree/tree.min.js +1 -1
- package/treeselect/TreeSelect.d.ts +34 -0
- package/treeselect/TreeSelect.vue +20 -6
- package/treeselect/treeselect.cjs.js +44 -11
- package/treeselect/treeselect.cjs.min.js +1 -1
- package/treeselect/treeselect.esm.js +44 -12
- package/treeselect/treeselect.esm.min.js +1 -1
- package/treeselect/treeselect.js +45 -13
- package/treeselect/treeselect.min.js +1 -1
- package/treetable/BodyCell.vue +22 -11
- package/treetable/HeaderCell.vue +28 -13
- package/treetable/TreeTable.d.ts +44 -3
- package/treetable/TreeTable.vue +32 -6
- package/treetable/TreeTableRow.vue +6 -0
- package/treetable/treetable.cjs.js +176 -41
- package/treetable/treetable.cjs.min.js +1 -1
- package/treetable/treetable.esm.js +168 -41
- package/treetable/treetable.esm.min.js +1 -1
- package/treetable/treetable.js +170 -43
- package/treetable/treetable.min.js +1 -1
- package/tristatecheckbox/TriStateCheckbox.d.ts +16 -2
- package/tristatecheckbox/TriStateCheckbox.vue +16 -20
- package/tristatecheckbox/tristatecheckbox.cjs.js +23 -22
- package/tristatecheckbox/tristatecheckbox.cjs.min.js +1 -1
- package/tristatecheckbox/tristatecheckbox.esm.js +19 -23
- package/tristatecheckbox/tristatecheckbox.esm.min.js +1 -1
- package/tristatecheckbox/tristatecheckbox.js +23 -24
- package/tristatecheckbox/tristatecheckbox.min.js +1 -1
- package/utils/Utils.d.ts +1 -0
- package/utils/utils.cjs.js +5 -0
- package/utils/utils.cjs.min.js +1 -1
- package/utils/utils.esm.js +5 -0
- package/utils/utils.esm.min.js +1 -1
- package/utils/utils.js +5 -0
- package/utils/utils.min.js +1 -1
- package/vetur-attributes.json +148 -8
- package/vetur-tags.json +64 -24
- package/virtualscroller/VirtualScroller.d.ts +4 -0
- package/virtualscroller/VirtualScroller.vue +13 -2
- package/virtualscroller/virtualscroller.cjs.js +19 -7
- package/virtualscroller/virtualscroller.cjs.min.js +1 -1
- package/virtualscroller/virtualscroller.esm.js +16 -8
- package/virtualscroller/virtualscroller.esm.min.js +1 -1
- package/virtualscroller/virtualscroller.js +20 -9
- package/virtualscroller/virtualscroller.min.js +1 -1
- package/web-types.json +1343 -136
- package/fullcalendar/FullCalendar.d.ts +0 -34
- package/fullcalendar/FullCalendar.vue +0 -64
- package/fullcalendar/fullcalendar.cjs.js +0 -67
- package/fullcalendar/fullcalendar.cjs.min.js +0 -1
- package/fullcalendar/fullcalendar.esm.js +0 -65
- package/fullcalendar/fullcalendar.esm.min.js +0 -1
- package/fullcalendar/fullcalendar.js +0 -67
- package/fullcalendar/fullcalendar.min.js +0 -1
- package/fullcalendar/package.json +0 -9
|
@@ -1,21 +1,41 @@
|
|
|
1
1
|
import { FilterOperator, FilterService, FilterMatchMode } from 'primevue/api';
|
|
2
|
+
import ArrowDownIcon from 'primevue/icons/arrowdown';
|
|
3
|
+
import ArrowUpIcon from 'primevue/icons/arrowup';
|
|
4
|
+
import SpinnerIcon from 'primevue/icons/spinner';
|
|
2
5
|
import Paginator from 'primevue/paginator';
|
|
3
6
|
import { DomHandler, ObjectUtils, UniqueComponentId, ZIndexUtils, ConnectedOverlayScrollHandler } from 'primevue/utils';
|
|
4
7
|
import VirtualScroller from 'primevue/virtualscroller';
|
|
8
|
+
import ChevronDownIcon from 'primevue/icons/chevrondown';
|
|
9
|
+
import ChevronRightIcon from 'primevue/icons/chevronright';
|
|
10
|
+
import BarsIcon from 'primevue/icons/bars';
|
|
11
|
+
import CheckIcon from 'primevue/icons/check';
|
|
12
|
+
import PencilIcon from 'primevue/icons/pencil';
|
|
13
|
+
import TimesIcon from 'primevue/icons/times';
|
|
5
14
|
import OverlayEventBus from 'primevue/overlayeventbus';
|
|
6
15
|
import Ripple from 'primevue/ripple';
|
|
7
|
-
import { openBlock, createElementBlock, normalizeClass, createElementVNode, withKeys, withModifiers,
|
|
16
|
+
import { resolveComponent, openBlock, createElementBlock, normalizeClass, createElementVNode, createBlock, resolveDynamicComponent, withKeys, withModifiers, resolveDirective, normalizeStyle, toDisplayString, createCommentVNode, Fragment, withDirectives, createTextVNode, renderList, mergeProps, createVNode, withCtx, Transition, renderSlot, createSlots } from 'vue';
|
|
8
17
|
import Button from 'primevue/button';
|
|
9
18
|
import Dropdown from 'primevue/dropdown';
|
|
10
19
|
import FocusTrap from 'primevue/focustrap';
|
|
20
|
+
import FilterIcon from 'primevue/icons/filter';
|
|
21
|
+
import FilterSlashIcon from 'primevue/icons/filterslash';
|
|
22
|
+
import PlusIcon from 'primevue/icons/plus';
|
|
23
|
+
import TrashIcon from 'primevue/icons/trash';
|
|
11
24
|
import Portal from 'primevue/portal';
|
|
25
|
+
import SortAltIcon from 'primevue/icons/sortalt';
|
|
26
|
+
import SortAmountDownIcon from 'primevue/icons/sortamountdown';
|
|
27
|
+
import SortAmountUpAltIcon from 'primevue/icons/sortamountupalt';
|
|
12
28
|
|
|
13
29
|
var script$a = {
|
|
14
30
|
name: 'RowCheckbox',
|
|
15
31
|
emits: ['change'],
|
|
16
32
|
props: {
|
|
17
33
|
value: null,
|
|
18
|
-
checked: null
|
|
34
|
+
checked: null,
|
|
35
|
+
rowCheckboxIconTemplate: {
|
|
36
|
+
type: Function,
|
|
37
|
+
default: null
|
|
38
|
+
}
|
|
19
39
|
},
|
|
20
40
|
data() {
|
|
21
41
|
return {
|
|
@@ -55,6 +75,9 @@ var script$a = {
|
|
|
55
75
|
checkboxAriaLabel() {
|
|
56
76
|
return this.$primevue.config.locale.aria ? (this.checked ? this.$primevue.config.locale.aria.selectRow : this.$primevue.config.locale.aria.unselectRow) : undefined;
|
|
57
77
|
}
|
|
78
|
+
},
|
|
79
|
+
components: {
|
|
80
|
+
CheckIcon: CheckIcon
|
|
58
81
|
}
|
|
59
82
|
};
|
|
60
83
|
|
|
@@ -62,6 +85,8 @@ const _hoisted_1$a = { class: "p-hidden-accessible" };
|
|
|
62
85
|
const _hoisted_2$9 = ["checked", "disabled", "tabindex", "aria-label"];
|
|
63
86
|
|
|
64
87
|
function render$a(_ctx, _cache, $props, $setup, $data, $options) {
|
|
88
|
+
const _component_CheckIcon = resolveComponent("CheckIcon");
|
|
89
|
+
|
|
65
90
|
return (openBlock(), createElementBlock("div", {
|
|
66
91
|
class: normalizeClass(['p-checkbox p-component', { 'p-checkbox-focused': $data.focused }]),
|
|
67
92
|
onClick: _cache[3] || (_cache[3] = (...args) => ($options.onClick && $options.onClick(...args)))
|
|
@@ -83,9 +108,16 @@ function render$a(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
83
108
|
ref: "box",
|
|
84
109
|
class: normalizeClass(['p-checkbox-box p-component', { 'p-highlight': $props.checked, 'p-disabled': _ctx.$attrs.disabled, 'p-focus': $data.focused }])
|
|
85
110
|
}, [
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
111
|
+
($props.rowCheckboxIconTemplate)
|
|
112
|
+
? (openBlock(), createBlock(resolveDynamicComponent($props.rowCheckboxIconTemplate), {
|
|
113
|
+
key: 0,
|
|
114
|
+
checked: $props.checked,
|
|
115
|
+
class: "p-checkbox-icon"
|
|
116
|
+
}, null, 8, ["checked"]))
|
|
117
|
+
: (openBlock(), createBlock(_component_CheckIcon, {
|
|
118
|
+
key: 1,
|
|
119
|
+
class: "p-checkbox-icon"
|
|
120
|
+
}))
|
|
89
121
|
], 2)
|
|
90
122
|
], 2))
|
|
91
123
|
}
|
|
@@ -186,9 +218,9 @@ var script$8 = {
|
|
|
186
218
|
type: Number,
|
|
187
219
|
default: null
|
|
188
220
|
},
|
|
189
|
-
|
|
190
|
-
type:
|
|
191
|
-
default:
|
|
221
|
+
isRowExpanded: {
|
|
222
|
+
type: Boolean,
|
|
223
|
+
default: false
|
|
192
224
|
},
|
|
193
225
|
selected: {
|
|
194
226
|
type: Boolean,
|
|
@@ -221,6 +253,14 @@ var script$8 = {
|
|
|
221
253
|
name: {
|
|
222
254
|
type: String,
|
|
223
255
|
default: null
|
|
256
|
+
},
|
|
257
|
+
expandedRowIcon: {
|
|
258
|
+
type: String,
|
|
259
|
+
default: null
|
|
260
|
+
},
|
|
261
|
+
collapsedRowIcon: {
|
|
262
|
+
type: String,
|
|
263
|
+
default: null
|
|
224
264
|
}
|
|
225
265
|
},
|
|
226
266
|
documentEditListener: null,
|
|
@@ -229,8 +269,7 @@ var script$8 = {
|
|
|
229
269
|
data() {
|
|
230
270
|
return {
|
|
231
271
|
d_editing: this.editing,
|
|
232
|
-
styleObject: {}
|
|
233
|
-
isRowExpanded: false
|
|
272
|
+
styleObject: {}
|
|
234
273
|
};
|
|
235
274
|
},
|
|
236
275
|
watch: {
|
|
@@ -273,7 +312,6 @@ var script$8 = {
|
|
|
273
312
|
return ObjectUtils.resolveFieldData(this.rowData, this.field);
|
|
274
313
|
},
|
|
275
314
|
toggleRow(event) {
|
|
276
|
-
this.isRowExpanded = !this.isRowExpanded;
|
|
277
315
|
this.$emit('row-toggle', {
|
|
278
316
|
originalEvent: event,
|
|
279
317
|
data: this.rowData
|
|
@@ -561,7 +599,13 @@ var script$8 = {
|
|
|
561
599
|
},
|
|
562
600
|
components: {
|
|
563
601
|
DTRadioButton: script$9,
|
|
564
|
-
DTCheckbox: script$a
|
|
602
|
+
DTCheckbox: script$a,
|
|
603
|
+
ChevronDownIcon: ChevronDownIcon,
|
|
604
|
+
ChevronRightIcon: ChevronRightIcon,
|
|
605
|
+
BarsIcon: BarsIcon,
|
|
606
|
+
PencilIcon: PencilIcon,
|
|
607
|
+
CheckIcon: CheckIcon,
|
|
608
|
+
TimesIcon: TimesIcon
|
|
565
609
|
},
|
|
566
610
|
directives: {
|
|
567
611
|
ripple: Ripple
|
|
@@ -574,24 +618,14 @@ const _hoisted_1$8 = {
|
|
|
574
618
|
};
|
|
575
619
|
const _hoisted_2$7 = ["aria-expanded", "aria-controls", "aria-label"];
|
|
576
620
|
const _hoisted_3$5 = ["aria-label"];
|
|
577
|
-
const _hoisted_4$4 =
|
|
578
|
-
const _hoisted_5$
|
|
579
|
-
_hoisted_4$4
|
|
580
|
-
];
|
|
581
|
-
const _hoisted_6$3 = ["aria-label"];
|
|
582
|
-
const _hoisted_7$2 = /*#__PURE__*/createElementVNode("span", { class: "p-row-editor-save-icon pi pi-fw pi-check" }, null, -1);
|
|
583
|
-
const _hoisted_8$2 = [
|
|
584
|
-
_hoisted_7$2
|
|
585
|
-
];
|
|
586
|
-
const _hoisted_9$1 = ["aria-label"];
|
|
587
|
-
const _hoisted_10$1 = /*#__PURE__*/createElementVNode("span", { class: "p-row-editor-cancel-icon pi pi-fw pi-times" }, null, -1);
|
|
588
|
-
const _hoisted_11$1 = [
|
|
589
|
-
_hoisted_10$1
|
|
590
|
-
];
|
|
621
|
+
const _hoisted_4$4 = ["aria-label"];
|
|
622
|
+
const _hoisted_5$4 = ["aria-label"];
|
|
591
623
|
|
|
592
624
|
function render$8(_ctx, _cache, $props, $setup, $data, $options) {
|
|
593
625
|
const _component_DTRadioButton = resolveComponent("DTRadioButton");
|
|
594
626
|
const _component_DTCheckbox = resolveComponent("DTCheckbox");
|
|
627
|
+
const _component_ChevronDownIcon = resolveComponent("ChevronDownIcon");
|
|
628
|
+
const _component_ChevronRightIcon = resolveComponent("ChevronRightIcon");
|
|
595
629
|
const _directive_ripple = resolveDirective("ripple");
|
|
596
630
|
|
|
597
631
|
return ($options.loading)
|
|
@@ -665,29 +699,55 @@ function render$8(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
665
699
|
key: 1,
|
|
666
700
|
value: $props.rowData,
|
|
667
701
|
checked: $props.selected,
|
|
702
|
+
rowCheckboxIconTemplate: $props.column.children && $props.column.children.rowcheckboxicon,
|
|
668
703
|
"aria-selected": $props.selected ? true : undefined,
|
|
669
704
|
onChange: _cache[1] || (_cache[1] = $event => ($options.toggleRowWithCheckbox($event, $props.rowIndex)))
|
|
670
|
-
}, null, 8, ["value", "checked", "aria-selected"]))
|
|
705
|
+
}, null, 8, ["value", "checked", "rowCheckboxIconTemplate", "aria-selected"]))
|
|
671
706
|
: createCommentVNode("", true)
|
|
672
707
|
], 64))
|
|
673
708
|
: ($options.columnProp('rowReorder'))
|
|
674
|
-
? (openBlock(),
|
|
709
|
+
? (openBlock(), createBlock(resolveDynamicComponent($props.column.children && $props.column.children.rowreordericon ? $props.column.children.rowreordericon : $options.columnProp('rowReorderIcon') ? 'i' : 'BarsIcon'), {
|
|
675
710
|
key: 5,
|
|
676
|
-
class: normalizeClass(['p-datatable-reorderablerow-handle', $options.columnProp('rowReorderIcon')
|
|
677
|
-
}, null,
|
|
711
|
+
class: normalizeClass(['p-datatable-reorderablerow-handle', $options.columnProp('rowReorderIcon')])
|
|
712
|
+
}, null, 8, ["class"]))
|
|
678
713
|
: ($options.columnProp('expander'))
|
|
679
714
|
? withDirectives((openBlock(), createElementBlock("button", {
|
|
680
715
|
key: 6,
|
|
681
716
|
class: "p-row-toggler p-link",
|
|
682
717
|
type: "button",
|
|
683
|
-
"aria-expanded": $
|
|
718
|
+
"aria-expanded": $props.isRowExpanded,
|
|
684
719
|
"aria-controls": $props.ariaControls,
|
|
685
720
|
"aria-label": $options.expandButtonAriaLabel,
|
|
686
721
|
onClick: _cache[2] || (_cache[2] = (...args) => ($options.toggleRow && $options.toggleRow(...args)))
|
|
687
722
|
}, [
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
723
|
+
($props.column.children && $props.column.children.rowtogglericon)
|
|
724
|
+
? (openBlock(), createBlock(resolveDynamicComponent($props.column.children.rowtogglericon), {
|
|
725
|
+
key: 0,
|
|
726
|
+
rowExpanded: $props.isRowExpanded
|
|
727
|
+
}, null, 8, ["rowExpanded"]))
|
|
728
|
+
: (openBlock(), createElementBlock(Fragment, { key: 1 }, [
|
|
729
|
+
($props.isRowExpanded && $props.expandedRowIcon)
|
|
730
|
+
? (openBlock(), createElementBlock("span", {
|
|
731
|
+
key: 0,
|
|
732
|
+
class: normalizeClass(['p-row-toggler-icon', $props.expandedRowIcon])
|
|
733
|
+
}, null, 2))
|
|
734
|
+
: ($props.isRowExpanded && !$props.expandedRowIcon)
|
|
735
|
+
? (openBlock(), createBlock(_component_ChevronDownIcon, {
|
|
736
|
+
key: 1,
|
|
737
|
+
class: "p-row-toggler-icon"
|
|
738
|
+
}))
|
|
739
|
+
: (!$props.isRowExpanded && $props.collapsedRowIcon)
|
|
740
|
+
? (openBlock(), createElementBlock("span", {
|
|
741
|
+
key: 2,
|
|
742
|
+
class: normalizeClass(['p-row-toggler-icon', $props.collapsedRowIcon])
|
|
743
|
+
}, null, 2))
|
|
744
|
+
: (!$props.isRowExpanded && !$props.collapsedRowIcon)
|
|
745
|
+
? (openBlock(), createBlock(_component_ChevronRightIcon, {
|
|
746
|
+
key: 3,
|
|
747
|
+
class: "p-row-toggler-icon"
|
|
748
|
+
}))
|
|
749
|
+
: createCommentVNode("", true)
|
|
750
|
+
], 64))
|
|
691
751
|
], 8, _hoisted_2$7)), [
|
|
692
752
|
[_directive_ripple]
|
|
693
753
|
])
|
|
@@ -700,7 +760,9 @@ function render$8(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
700
760
|
type: "button",
|
|
701
761
|
"aria-label": $options.initButtonAriaLabel,
|
|
702
762
|
onClick: _cache[3] || (_cache[3] = (...args) => ($options.onRowEditInit && $options.onRowEditInit(...args)))
|
|
703
|
-
},
|
|
763
|
+
}, [
|
|
764
|
+
(openBlock(), createBlock(resolveDynamicComponent(($props.column.children && $props.column.children.roweditoriniticon) || 'PencilIcon'), { class: "p-row-editor-init-icon" }))
|
|
765
|
+
], 8, _hoisted_3$5)), [
|
|
704
766
|
[_directive_ripple]
|
|
705
767
|
])
|
|
706
768
|
: createCommentVNode("", true),
|
|
@@ -711,7 +773,9 @@ function render$8(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
711
773
|
type: "button",
|
|
712
774
|
"aria-label": $options.saveButtonAriaLabel,
|
|
713
775
|
onClick: _cache[4] || (_cache[4] = (...args) => ($options.onRowEditSave && $options.onRowEditSave(...args)))
|
|
714
|
-
},
|
|
776
|
+
}, [
|
|
777
|
+
(openBlock(), createBlock(resolveDynamicComponent(($props.column.children && $props.column.children.roweditorsaveicon) || 'CheckIcon'), { class: "p-row-editor-save-icon" }))
|
|
778
|
+
], 8, _hoisted_4$4)), [
|
|
715
779
|
[_directive_ripple]
|
|
716
780
|
])
|
|
717
781
|
: createCommentVNode("", true),
|
|
@@ -722,7 +786,9 @@ function render$8(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
722
786
|
type: "button",
|
|
723
787
|
"aria-label": $options.cancelButtonAriaLabel,
|
|
724
788
|
onClick: _cache[5] || (_cache[5] = (...args) => ($options.onRowEditCancel && $options.onRowEditCancel(...args)))
|
|
725
|
-
},
|
|
789
|
+
}, [
|
|
790
|
+
(openBlock(), createBlock(resolveDynamicComponent(($props.column.children && $props.column.children.roweditorcancelicon) || 'TimesIcon'), { class: "p-row-editor-cancel-icon" }))
|
|
791
|
+
], 8, _hoisted_5$4)), [
|
|
726
792
|
[_directive_ripple]
|
|
727
793
|
])
|
|
728
794
|
: createCommentVNode("", true)
|
|
@@ -794,6 +860,10 @@ var script$7 = {
|
|
|
794
860
|
type: Array,
|
|
795
861
|
default: null
|
|
796
862
|
},
|
|
863
|
+
first: {
|
|
864
|
+
type: Number,
|
|
865
|
+
default: 0
|
|
866
|
+
},
|
|
797
867
|
dataKey: {
|
|
798
868
|
type: String,
|
|
799
869
|
default: null
|
|
@@ -925,12 +995,12 @@ var script$7 = {
|
|
|
925
995
|
}
|
|
926
996
|
},
|
|
927
997
|
getRowKey(rowData, index) {
|
|
928
|
-
return this.dataKey ? ObjectUtils.resolveFieldData(rowData, this.dataKey) : index;
|
|
998
|
+
return this.dataKey ? ObjectUtils.resolveFieldData(rowData, this.dataKey) : this.getRowIndex(index);
|
|
929
999
|
},
|
|
930
1000
|
getRowIndex(index) {
|
|
931
1001
|
const getItemOptions = this.getVirtualScrollerProp('getItemOptions');
|
|
932
1002
|
|
|
933
|
-
return getItemOptions ? getItemOptions(index).index : index;
|
|
1003
|
+
return getItemOptions ? getItemOptions(index).index : this.first + index;
|
|
934
1004
|
},
|
|
935
1005
|
getRowStyle(rowData) {
|
|
936
1006
|
if (this.rowStyle) {
|
|
@@ -1028,16 +1098,6 @@ var script$7 = {
|
|
|
1028
1098
|
return null;
|
|
1029
1099
|
}
|
|
1030
1100
|
},
|
|
1031
|
-
rowTogglerIcon(rowData) {
|
|
1032
|
-
const icon = this.isRowExpanded(rowData) ? this.expandedRowIcon : this.collapsedRowIcon;
|
|
1033
|
-
|
|
1034
|
-
return ['p-row-toggler-icon pi', icon];
|
|
1035
|
-
},
|
|
1036
|
-
rowGroupTogglerIcon(rowData) {
|
|
1037
|
-
const icon = this.isRowGroupExpanded(rowData) ? this.expandedRowIcon : this.collapsedRowIcon;
|
|
1038
|
-
|
|
1039
|
-
return ['p-row-toggler-icon pi', icon];
|
|
1040
|
-
},
|
|
1041
1101
|
isGrouped(column) {
|
|
1042
1102
|
if (this.groupRowsBy && this.columnProp(column, 'field')) {
|
|
1043
1103
|
if (Array.isArray(this.groupRowsBy)) return this.groupRowsBy.indexOf(column.props.field) > -1;
|
|
@@ -1208,6 +1268,7 @@ var script$7 = {
|
|
|
1208
1268
|
let hiddenColLength = 0;
|
|
1209
1269
|
|
|
1210
1270
|
this.columns.forEach((column) => {
|
|
1271
|
+
if (this.columnProp(column, 'selectionMode') === 'single') hiddenColLength--;
|
|
1211
1272
|
if (this.columnProp(column, 'hidden')) hiddenColLength++;
|
|
1212
1273
|
});
|
|
1213
1274
|
|
|
@@ -1231,7 +1292,9 @@ var script$7 = {
|
|
|
1231
1292
|
}
|
|
1232
1293
|
},
|
|
1233
1294
|
components: {
|
|
1234
|
-
DTBodyCell: script$8
|
|
1295
|
+
DTBodyCell: script$8,
|
|
1296
|
+
ChevronDownIcon: ChevronDownIcon,
|
|
1297
|
+
ChevronRightIcon: ChevronRightIcon
|
|
1235
1298
|
}
|
|
1236
1299
|
};
|
|
1237
1300
|
|
|
@@ -1239,7 +1302,7 @@ const _hoisted_1$7 = ["colspan"];
|
|
|
1239
1302
|
const _hoisted_2$6 = ["onClick"];
|
|
1240
1303
|
const _hoisted_3$4 = ["tabindex", "aria-selected", "onClick", "onDblclick", "onContextmenu", "onKeydown", "onDragstart", "onDragover"];
|
|
1241
1304
|
const _hoisted_4$3 = ["id"];
|
|
1242
|
-
const _hoisted_5$
|
|
1305
|
+
const _hoisted_5$3 = ["colspan"];
|
|
1243
1306
|
const _hoisted_6$2 = ["colspan"];
|
|
1244
1307
|
const _hoisted_7$1 = {
|
|
1245
1308
|
key: 1,
|
|
@@ -1249,6 +1312,8 @@ const _hoisted_7$1 = {
|
|
|
1249
1312
|
const _hoisted_8$1 = ["colspan"];
|
|
1250
1313
|
|
|
1251
1314
|
function render$7(_ctx, _cache, $props, $setup, $data, $options) {
|
|
1315
|
+
const _component_ChevronDownIcon = resolveComponent("ChevronDownIcon");
|
|
1316
|
+
const _component_ChevronRightIcon = resolveComponent("ChevronRightIcon");
|
|
1252
1317
|
const _component_DTBodyCell = resolveComponent("DTBodyCell");
|
|
1253
1318
|
|
|
1254
1319
|
return (openBlock(), createElementBlock("tbody", {
|
|
@@ -1259,12 +1324,10 @@ function render$7(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
1259
1324
|
}, [
|
|
1260
1325
|
(!$props.empty)
|
|
1261
1326
|
? (openBlock(true), createElementBlock(Fragment, { key: 0 }, renderList($props.value, (rowData, index) => {
|
|
1262
|
-
return (openBlock(), createElementBlock(Fragment,
|
|
1263
|
-
key: $options.getRowKey(rowData, $options.getRowIndex(index)) + '_subheader'
|
|
1264
|
-
}, [
|
|
1327
|
+
return (openBlock(), createElementBlock(Fragment, null, [
|
|
1265
1328
|
($props.templates['groupheader'] && $props.rowGroupMode === 'subheader' && $options.shouldRenderRowGroupHeader($props.value, rowData, $options.getRowIndex(index)))
|
|
1266
1329
|
? (openBlock(), createElementBlock("tr", {
|
|
1267
|
-
key:
|
|
1330
|
+
key: $options.getRowKey(rowData, $options.getRowIndex(index)) + '_subheader',
|
|
1268
1331
|
class: "p-rowgroup-header",
|
|
1269
1332
|
style: normalizeStyle($options.rowGroupHeaderStyle),
|
|
1270
1333
|
role: "row"
|
|
@@ -1279,9 +1342,34 @@ function render$7(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
1279
1342
|
onClick: $event => ($options.onRowGroupToggle($event, rowData)),
|
|
1280
1343
|
type: "button"
|
|
1281
1344
|
}, [
|
|
1282
|
-
|
|
1283
|
-
|
|
1284
|
-
|
|
1345
|
+
($props.templates['rowgrouptogglericon'])
|
|
1346
|
+
? (openBlock(), createBlock(resolveDynamicComponent($props.templates['rowgrouptogglericon']), {
|
|
1347
|
+
key: 0,
|
|
1348
|
+
expanded: $options.isRowGroupExpanded(rowData)
|
|
1349
|
+
}, null, 8, ["expanded"]))
|
|
1350
|
+
: (openBlock(), createElementBlock(Fragment, { key: 1 }, [
|
|
1351
|
+
($options.isRowGroupExpanded(rowData) && $props.expandedRowIcon)
|
|
1352
|
+
? (openBlock(), createElementBlock("span", {
|
|
1353
|
+
key: 0,
|
|
1354
|
+
class: normalizeClass(['p-row-toggler-icon', $props.expandedRowIcon])
|
|
1355
|
+
}, null, 2))
|
|
1356
|
+
: ($options.isRowGroupExpanded(rowData) && !$props.expandedRowIcon)
|
|
1357
|
+
? (openBlock(), createBlock(_component_ChevronDownIcon, {
|
|
1358
|
+
key: 1,
|
|
1359
|
+
class: "p-row-toggler-icon"
|
|
1360
|
+
}))
|
|
1361
|
+
: (!$options.isRowGroupExpanded(rowData) && $props.collapsedRowIcon)
|
|
1362
|
+
? (openBlock(), createElementBlock("span", {
|
|
1363
|
+
key: 2,
|
|
1364
|
+
class: normalizeClass(['p-row-toggler-icon', $props.collapsedRowIcon])
|
|
1365
|
+
}, null, 2))
|
|
1366
|
+
: (!$options.isRowGroupExpanded(rowData) && !$props.collapsedRowIcon)
|
|
1367
|
+
? (openBlock(), createBlock(_component_ChevronRightIcon, {
|
|
1368
|
+
key: 3,
|
|
1369
|
+
class: "p-row-toggler-icon"
|
|
1370
|
+
}))
|
|
1371
|
+
: createCommentVNode("", true)
|
|
1372
|
+
], 64))
|
|
1285
1373
|
], 8, _hoisted_2$6))
|
|
1286
1374
|
: createCommentVNode("", true),
|
|
1287
1375
|
(openBlock(), createBlock(resolveDynamicComponent($props.templates['groupheader']), {
|
|
@@ -1312,18 +1400,15 @@ function render$7(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
1312
1400
|
onDrop: _cache[13] || (_cache[13] = $event => ($options.onRowDrop($event)))
|
|
1313
1401
|
}, [
|
|
1314
1402
|
(openBlock(true), createElementBlock(Fragment, null, renderList($props.columns, (col, i) => {
|
|
1315
|
-
return (openBlock(), createElementBlock(Fragment,
|
|
1316
|
-
key: $options.columnProp(col, 'columnKey') || $options.columnProp(col, 'field') || i
|
|
1317
|
-
}, [
|
|
1403
|
+
return (openBlock(), createElementBlock(Fragment, null, [
|
|
1318
1404
|
($options.shouldRenderBodyCell($props.value, col, $options.getRowIndex(index)))
|
|
1319
1405
|
? (openBlock(), createBlock(_component_DTBodyCell, {
|
|
1320
|
-
key:
|
|
1406
|
+
key: $options.columnProp(col, 'columnKey') || $options.columnProp(col, 'field') || i,
|
|
1321
1407
|
rowData: rowData,
|
|
1322
1408
|
column: col,
|
|
1323
1409
|
rowIndex: $options.getRowIndex(index),
|
|
1324
1410
|
index: i,
|
|
1325
1411
|
selected: $options.isSelected(rowData),
|
|
1326
|
-
rowTogglerIcon: $options.columnProp(col, 'expander') ? $options.rowTogglerIcon(rowData) : null,
|
|
1327
1412
|
frozenRow: $props.frozenRow,
|
|
1328
1413
|
rowspan: $props.rowGroupMode === 'rowspan' ? $options.calculateRowGroupSize($props.value, col, $options.getRowIndex(index)) : null,
|
|
1329
1414
|
editMode: $props.editMode,
|
|
@@ -1333,6 +1418,9 @@ function render$7(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
1333
1418
|
virtualScrollerContentProps: $props.virtualScrollerContentProps,
|
|
1334
1419
|
ariaControls: $options.expandedRowId + '_' + index + '_expansion',
|
|
1335
1420
|
name: $options.nameAttributeSelector,
|
|
1421
|
+
isRowExpanded: $options.isRowExpanded(rowData),
|
|
1422
|
+
expandedRowIcon: $props.expandedRowIcon,
|
|
1423
|
+
collapsedRowIcon: $props.collapsedRowIcon,
|
|
1336
1424
|
onRadioChange: _cache[0] || (_cache[0] = $event => ($options.onRadioChange($event))),
|
|
1337
1425
|
onCheckboxChange: _cache[1] || (_cache[1] = $event => ($options.onCheckboxChange($event))),
|
|
1338
1426
|
onRowToggle: _cache[2] || (_cache[2] = $event => ($options.onRowToggle($event))),
|
|
@@ -1343,10 +1431,10 @@ function render$7(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
1343
1431
|
onRowEditSave: _cache[7] || (_cache[7] = $event => ($options.onRowEditSave($event))),
|
|
1344
1432
|
onRowEditCancel: _cache[8] || (_cache[8] = $event => ($options.onRowEditCancel($event))),
|
|
1345
1433
|
onEditingMetaChange: $options.onEditingMetaChange
|
|
1346
|
-
}, null, 8, ["rowData", "column", "rowIndex", "index", "selected", "
|
|
1434
|
+
}, null, 8, ["rowData", "column", "rowIndex", "index", "selected", "frozenRow", "rowspan", "editMode", "editing", "editingMeta", "responsiveLayout", "virtualScrollerContentProps", "ariaControls", "name", "isRowExpanded", "expandedRowIcon", "collapsedRowIcon", "onEditingMetaChange"]))
|
|
1347
1435
|
: createCommentVNode("", true)
|
|
1348
1436
|
], 64))
|
|
1349
|
-
}),
|
|
1437
|
+
}), 256))
|
|
1350
1438
|
], 46, _hoisted_3$4))
|
|
1351
1439
|
: createCommentVNode("", true),
|
|
1352
1440
|
($props.templates['expansion'] && $props.expandedRows && $options.isRowExpanded(rowData))
|
|
@@ -1361,7 +1449,7 @@ function render$7(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
1361
1449
|
data: rowData,
|
|
1362
1450
|
index: $options.getRowIndex(index)
|
|
1363
1451
|
}, null, 8, ["data", "index"]))
|
|
1364
|
-
], 8, _hoisted_5$
|
|
1452
|
+
], 8, _hoisted_5$3)
|
|
1365
1453
|
], 8, _hoisted_4$3))
|
|
1366
1454
|
: createCommentVNode("", true),
|
|
1367
1455
|
($props.templates['groupfooter'] && $props.rowGroupMode === 'subheader' && $options.shouldRenderRowGroupFooter($props.value, rowData, $options.getRowIndex(index)))
|
|
@@ -1381,7 +1469,7 @@ function render$7(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
1381
1469
|
]))
|
|
1382
1470
|
: createCommentVNode("", true)
|
|
1383
1471
|
], 64))
|
|
1384
|
-
}),
|
|
1472
|
+
}), 256))
|
|
1385
1473
|
: (openBlock(), createElementBlock("tr", _hoisted_7$1, [
|
|
1386
1474
|
createElementVNode("td", { colspan: $options.columnsLength }, [
|
|
1387
1475
|
($props.templates.empty)
|
|
@@ -1398,7 +1486,7 @@ var script$6 = {
|
|
|
1398
1486
|
name: 'FooterCell',
|
|
1399
1487
|
props: {
|
|
1400
1488
|
column: {
|
|
1401
|
-
type:
|
|
1489
|
+
type: Object,
|
|
1402
1490
|
default: null
|
|
1403
1491
|
}
|
|
1404
1492
|
},
|
|
@@ -1496,7 +1584,7 @@ var script$5 = {
|
|
|
1496
1584
|
default: null
|
|
1497
1585
|
},
|
|
1498
1586
|
columns: {
|
|
1499
|
-
type:
|
|
1587
|
+
type: Object,
|
|
1500
1588
|
default: null
|
|
1501
1589
|
}
|
|
1502
1590
|
},
|
|
@@ -1664,11 +1752,42 @@ var script$4 = {
|
|
|
1664
1752
|
type: Number,
|
|
1665
1753
|
default: 2
|
|
1666
1754
|
},
|
|
1667
|
-
filterElement:
|
|
1668
|
-
|
|
1669
|
-
|
|
1670
|
-
|
|
1671
|
-
|
|
1755
|
+
filterElement: {
|
|
1756
|
+
type: Function,
|
|
1757
|
+
default: null
|
|
1758
|
+
},
|
|
1759
|
+
filterHeaderTemplate: {
|
|
1760
|
+
type: Function,
|
|
1761
|
+
default: null
|
|
1762
|
+
},
|
|
1763
|
+
filterFooterTemplate: {
|
|
1764
|
+
type: Function,
|
|
1765
|
+
default: null
|
|
1766
|
+
},
|
|
1767
|
+
filterClearTemplate: {
|
|
1768
|
+
type: Function,
|
|
1769
|
+
default: null
|
|
1770
|
+
},
|
|
1771
|
+
filterApplyTemplate: {
|
|
1772
|
+
type: Function,
|
|
1773
|
+
default: null
|
|
1774
|
+
},
|
|
1775
|
+
filterIconTemplate: {
|
|
1776
|
+
type: Function,
|
|
1777
|
+
default: null
|
|
1778
|
+
},
|
|
1779
|
+
filterAddIconTemplate: {
|
|
1780
|
+
type: Function,
|
|
1781
|
+
default: null
|
|
1782
|
+
},
|
|
1783
|
+
filterRemoveIconTemplate: {
|
|
1784
|
+
type: Function,
|
|
1785
|
+
default: null
|
|
1786
|
+
},
|
|
1787
|
+
filterClearIconTemplate: {
|
|
1788
|
+
type: Function,
|
|
1789
|
+
default: null
|
|
1790
|
+
},
|
|
1672
1791
|
filters: {
|
|
1673
1792
|
type: Object,
|
|
1674
1793
|
default: null
|
|
@@ -2085,7 +2204,11 @@ var script$4 = {
|
|
|
2085
2204
|
components: {
|
|
2086
2205
|
CFDropdown: Dropdown,
|
|
2087
2206
|
CFButton: Button,
|
|
2088
|
-
Portal: Portal
|
|
2207
|
+
Portal: Portal,
|
|
2208
|
+
FilterSlashIcon: FilterSlashIcon,
|
|
2209
|
+
FilterIcon: FilterIcon,
|
|
2210
|
+
TrashIcon: TrashIcon,
|
|
2211
|
+
PlusIcon: PlusIcon
|
|
2089
2212
|
},
|
|
2090
2213
|
directives: {
|
|
2091
2214
|
focustrap: FocusTrap
|
|
@@ -2093,31 +2216,23 @@ var script$4 = {
|
|
|
2093
2216
|
};
|
|
2094
2217
|
|
|
2095
2218
|
const _hoisted_1$4 = ["aria-label", "aria-expanded", "aria-controls"];
|
|
2096
|
-
const _hoisted_2$4 =
|
|
2097
|
-
const _hoisted_3$3 =
|
|
2098
|
-
_hoisted_2$4
|
|
2099
|
-
];
|
|
2100
|
-
const _hoisted_4$2 = /*#__PURE__*/createElementVNode("span", { class: "pi pi-filter-slash" }, null, -1);
|
|
2101
|
-
const _hoisted_5$1 = [
|
|
2102
|
-
_hoisted_4$2
|
|
2103
|
-
];
|
|
2104
|
-
const _hoisted_6$1 = ["id", "aria-modal"];
|
|
2105
|
-
const _hoisted_7 = {
|
|
2219
|
+
const _hoisted_2$4 = ["id", "aria-modal"];
|
|
2220
|
+
const _hoisted_3$3 = {
|
|
2106
2221
|
key: 0,
|
|
2107
2222
|
class: "p-column-filter-row-items"
|
|
2108
2223
|
};
|
|
2109
|
-
const
|
|
2110
|
-
const
|
|
2111
|
-
const
|
|
2224
|
+
const _hoisted_4$2 = ["onClick", "onKeydown", "tabindex"];
|
|
2225
|
+
const _hoisted_5$2 = /*#__PURE__*/createElementVNode("li", { class: "p-column-filter-separator" }, null, -1);
|
|
2226
|
+
const _hoisted_6$1 = {
|
|
2112
2227
|
key: 0,
|
|
2113
2228
|
class: "p-column-filter-operator"
|
|
2114
2229
|
};
|
|
2115
|
-
const
|
|
2116
|
-
const
|
|
2230
|
+
const _hoisted_7 = { class: "p-column-filter-constraints" };
|
|
2231
|
+
const _hoisted_8 = {
|
|
2117
2232
|
key: 1,
|
|
2118
2233
|
class: "p-column-filter-add-rule"
|
|
2119
2234
|
};
|
|
2120
|
-
const
|
|
2235
|
+
const _hoisted_9 = { class: "p-column-filter-buttonbar" };
|
|
2121
2236
|
|
|
2122
2237
|
function render$4(_ctx, _cache, $props, $setup, $data, $options) {
|
|
2123
2238
|
const _component_CFDropdown = resolveComponent("CFDropdown");
|
|
@@ -2152,7 +2267,9 @@ function render$4(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
2152
2267
|
"aria-controls": $options.overlayId,
|
|
2153
2268
|
onClick: _cache[0] || (_cache[0] = $event => ($options.toggleMenu())),
|
|
2154
2269
|
onKeydown: _cache[1] || (_cache[1] = $event => ($options.onToggleButtonKeyDown($event)))
|
|
2155
|
-
},
|
|
2270
|
+
}, [
|
|
2271
|
+
(openBlock(), createBlock(resolveDynamicComponent($props.filterIconTemplate || 'FilterIcon')))
|
|
2272
|
+
], 42, _hoisted_1$4))
|
|
2156
2273
|
: createCommentVNode("", true),
|
|
2157
2274
|
($props.showClearButton && $props.display === 'row')
|
|
2158
2275
|
? (openBlock(), createElementBlock("button", {
|
|
@@ -2160,7 +2277,9 @@ function render$4(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
2160
2277
|
class: normalizeClass([{ 'p-hidden-space': !$options.hasRowFilter() }, "p-column-filter-clear-button p-link"]),
|
|
2161
2278
|
type: "button",
|
|
2162
2279
|
onClick: _cache[2] || (_cache[2] = $event => ($options.clearFilter()))
|
|
2163
|
-
},
|
|
2280
|
+
}, [
|
|
2281
|
+
(openBlock(), createBlock(resolveDynamicComponent($props.filterClearIconTemplate || 'FilterSlashIcon')))
|
|
2282
|
+
], 2))
|
|
2164
2283
|
: createCommentVNode("", true),
|
|
2165
2284
|
createVNode(_component_Portal, null, {
|
|
2166
2285
|
default: withCtx(() => [
|
|
@@ -2189,7 +2308,7 @@ function render$4(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
2189
2308
|
filterCallback: $options.filterCallback
|
|
2190
2309
|
}, null, 8, ["field", "filterModel", "filterCallback"])),
|
|
2191
2310
|
($props.display === 'row')
|
|
2192
|
-
? (openBlock(), createElementBlock("ul",
|
|
2311
|
+
? (openBlock(), createElementBlock("ul", _hoisted_3$3, [
|
|
2193
2312
|
(openBlock(true), createElementBlock(Fragment, null, renderList($options.matchModes, (matchMode, i) => {
|
|
2194
2313
|
return (openBlock(), createElementBlock("li", {
|
|
2195
2314
|
key: matchMode.label,
|
|
@@ -2200,9 +2319,9 @@ function render$4(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
2200
2319
|
withKeys(withModifiers($event => ($options.onRowMatchModeChange(matchMode.value)), ["prevent"]), ["enter"])
|
|
2201
2320
|
],
|
|
2202
2321
|
tabindex: i === 0 ? '0' : null
|
|
2203
|
-
}, toDisplayString(matchMode.label), 43,
|
|
2322
|
+
}, toDisplayString(matchMode.label), 43, _hoisted_4$2))
|
|
2204
2323
|
}), 128)),
|
|
2205
|
-
|
|
2324
|
+
_hoisted_5$2,
|
|
2206
2325
|
createElementVNode("li", {
|
|
2207
2326
|
class: "p-column-filter-row-item",
|
|
2208
2327
|
onClick: _cache[4] || (_cache[4] = $event => ($options.clearFilter())),
|
|
@@ -2214,7 +2333,7 @@ function render$4(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
2214
2333
|
]))
|
|
2215
2334
|
: (openBlock(), createElementBlock(Fragment, { key: 1 }, [
|
|
2216
2335
|
($options.isShowOperator)
|
|
2217
|
-
? (openBlock(), createElementBlock("div",
|
|
2336
|
+
? (openBlock(), createElementBlock("div", _hoisted_6$1, [
|
|
2218
2337
|
createVNode(_component_CFDropdown, {
|
|
2219
2338
|
options: $options.operatorOptions,
|
|
2220
2339
|
modelValue: $options.operator,
|
|
@@ -2226,7 +2345,7 @@ function render$4(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
2226
2345
|
}, null, 8, ["options", "modelValue", "aria-label"])
|
|
2227
2346
|
]))
|
|
2228
2347
|
: createCommentVNode("", true),
|
|
2229
|
-
createElementVNode("div",
|
|
2348
|
+
createElementVNode("div", _hoisted_7, [
|
|
2230
2349
|
(openBlock(true), createElementBlock(Fragment, null, renderList($options.fieldConstraints, (fieldConstraint, i) => {
|
|
2231
2350
|
return (openBlock(), createElementBlock("div", {
|
|
2232
2351
|
key: i,
|
|
@@ -2257,28 +2376,41 @@ function render$4(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
2257
2376
|
? (openBlock(), createBlock(_component_CFButton, {
|
|
2258
2377
|
key: 0,
|
|
2259
2378
|
type: "button",
|
|
2260
|
-
icon: "pi pi-trash",
|
|
2261
2379
|
class: "p-column-filter-remove-button p-button-text p-button-danger p-button-sm",
|
|
2262
2380
|
onClick: $event => ($options.removeConstraint(i)),
|
|
2263
2381
|
label: $options.removeRuleButtonLabel
|
|
2264
|
-
},
|
|
2382
|
+
}, {
|
|
2383
|
+
icon: withCtx((iconProps) => [
|
|
2384
|
+
(openBlock(), createBlock(resolveDynamicComponent($props.filterRemoveIconTemplate || 'TrashIcon'), {
|
|
2385
|
+
class: normalizeClass(iconProps.class)
|
|
2386
|
+
}, null, 8, ["class"]))
|
|
2387
|
+
]),
|
|
2388
|
+
_: 2
|
|
2389
|
+
}, 1032, ["onClick", "label"]))
|
|
2265
2390
|
: createCommentVNode("", true)
|
|
2266
2391
|
])
|
|
2267
2392
|
]))
|
|
2268
2393
|
}), 128))
|
|
2269
2394
|
]),
|
|
2270
2395
|
($options.isShowAddConstraint)
|
|
2271
|
-
? (openBlock(), createElementBlock("div",
|
|
2396
|
+
? (openBlock(), createElementBlock("div", _hoisted_8, [
|
|
2272
2397
|
createVNode(_component_CFButton, {
|
|
2273
2398
|
type: "button",
|
|
2274
2399
|
label: $options.addRuleButtonLabel,
|
|
2275
|
-
|
|
2400
|
+
iconPos: "left",
|
|
2276
2401
|
class: "p-column-filter-add-button p-button-text p-button-sm",
|
|
2277
2402
|
onClick: _cache[8] || (_cache[8] = $event => ($options.addConstraint()))
|
|
2278
|
-
},
|
|
2403
|
+
}, {
|
|
2404
|
+
icon: withCtx((iconProps) => [
|
|
2405
|
+
(openBlock(), createBlock(resolveDynamicComponent($props.filterAddIconTemplate || 'PlusIcon'), {
|
|
2406
|
+
class: normalizeClass(iconProps.class)
|
|
2407
|
+
}, null, 8, ["class"]))
|
|
2408
|
+
]),
|
|
2409
|
+
_: 1
|
|
2410
|
+
}, 8, ["label"])
|
|
2279
2411
|
]))
|
|
2280
2412
|
: createCommentVNode("", true),
|
|
2281
|
-
createElementVNode("div",
|
|
2413
|
+
createElementVNode("div", _hoisted_9, [
|
|
2282
2414
|
(!$props.filterClearTemplate && $props.showClearButton)
|
|
2283
2415
|
? (openBlock(), createBlock(_component_CFButton, {
|
|
2284
2416
|
key: 0,
|
|
@@ -2318,7 +2450,7 @@ function render$4(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
2318
2450
|
filterModel: $props.filters[$props.field],
|
|
2319
2451
|
filterCallback: $options.filterCallback
|
|
2320
2452
|
}, null, 8, ["field", "filterModel", "filterCallback"]))
|
|
2321
|
-
], 42,
|
|
2453
|
+
], 42, _hoisted_2$4)), [
|
|
2322
2454
|
[_directive_focustrap, { autoFocus: true }]
|
|
2323
2455
|
])
|
|
2324
2456
|
: createCommentVNode("", true)
|
|
@@ -2338,7 +2470,11 @@ var script$3 = {
|
|
|
2338
2470
|
emits: ['change'],
|
|
2339
2471
|
props: {
|
|
2340
2472
|
checked: null,
|
|
2341
|
-
disabled: null
|
|
2473
|
+
disabled: null,
|
|
2474
|
+
headerCheckboxIconTemplate: {
|
|
2475
|
+
type: Function,
|
|
2476
|
+
default: null
|
|
2477
|
+
}
|
|
2342
2478
|
},
|
|
2343
2479
|
data() {
|
|
2344
2480
|
return {
|
|
@@ -2367,6 +2503,9 @@ var script$3 = {
|
|
|
2367
2503
|
headerCheckboxAriaLabel() {
|
|
2368
2504
|
return this.$primevue.config.locale.aria ? (this.checked ? this.$primevue.config.locale.aria.selectAll : this.$primevue.config.locale.aria.unselectAll) : undefined;
|
|
2369
2505
|
}
|
|
2506
|
+
},
|
|
2507
|
+
components: {
|
|
2508
|
+
CheckIcon: CheckIcon
|
|
2370
2509
|
}
|
|
2371
2510
|
};
|
|
2372
2511
|
|
|
@@ -2374,6 +2513,8 @@ const _hoisted_1$3 = { class: "p-hidden-accessible" };
|
|
|
2374
2513
|
const _hoisted_2$3 = ["checked", "disabled", "tabindex", "aria-label"];
|
|
2375
2514
|
|
|
2376
2515
|
function render$3(_ctx, _cache, $props, $setup, $data, $options) {
|
|
2516
|
+
const _component_CheckIcon = resolveComponent("CheckIcon");
|
|
2517
|
+
|
|
2377
2518
|
return (openBlock(), createElementBlock("div", {
|
|
2378
2519
|
class: normalizeClass(['p-checkbox p-component', { 'p-checkbox-focused': $data.focused, 'p-disabled': $props.disabled }]),
|
|
2379
2520
|
onClick: _cache[2] || (_cache[2] = (...args) => ($options.onClick && $options.onClick(...args))),
|
|
@@ -2395,9 +2536,16 @@ function render$3(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
2395
2536
|
ref: "box",
|
|
2396
2537
|
class: normalizeClass(['p-checkbox-box p-component', { 'p-highlight': $props.checked, 'p-disabled': $props.disabled, 'p-focus': $data.focused }])
|
|
2397
2538
|
}, [
|
|
2398
|
-
|
|
2399
|
-
|
|
2400
|
-
|
|
2539
|
+
($props.headerCheckboxIconTemplate)
|
|
2540
|
+
? (openBlock(), createBlock(resolveDynamicComponent($props.headerCheckboxIconTemplate), {
|
|
2541
|
+
key: 0,
|
|
2542
|
+
checked: $props.checked,
|
|
2543
|
+
class: "p-checkbox-icon"
|
|
2544
|
+
}, null, 8, ["checked"]))
|
|
2545
|
+
: (openBlock(), createBlock(_component_CheckIcon, {
|
|
2546
|
+
key: 1,
|
|
2547
|
+
class: "p-checkbox-icon"
|
|
2548
|
+
}))
|
|
2401
2549
|
], 2)
|
|
2402
2550
|
], 34))
|
|
2403
2551
|
}
|
|
@@ -2488,6 +2636,10 @@ var script$2 = {
|
|
|
2488
2636
|
filterInputProps: {
|
|
2489
2637
|
type: null,
|
|
2490
2638
|
default: null
|
|
2639
|
+
},
|
|
2640
|
+
headerCheckboxIconTemplate: {
|
|
2641
|
+
type: Function,
|
|
2642
|
+
default: null
|
|
2491
2643
|
}
|
|
2492
2644
|
},
|
|
2493
2645
|
data() {
|
|
@@ -2609,7 +2761,7 @@ var script$2 = {
|
|
|
2609
2761
|
|
|
2610
2762
|
return this.columnProp('frozen') ? [columnStyle, headerStyle, this.styleObject] : [columnStyle, headerStyle];
|
|
2611
2763
|
},
|
|
2612
|
-
|
|
2764
|
+
sortState() {
|
|
2613
2765
|
let sorted = false;
|
|
2614
2766
|
let sortOrder = null;
|
|
2615
2767
|
|
|
@@ -2625,21 +2777,26 @@ var script$2 = {
|
|
|
2625
2777
|
}
|
|
2626
2778
|
}
|
|
2627
2779
|
|
|
2628
|
-
return
|
|
2629
|
-
|
|
2630
|
-
|
|
2631
|
-
|
|
2632
|
-
|
|
2633
|
-
|
|
2634
|
-
|
|
2635
|
-
|
|
2780
|
+
return {
|
|
2781
|
+
sorted,
|
|
2782
|
+
sortOrder
|
|
2783
|
+
};
|
|
2784
|
+
},
|
|
2785
|
+
sortableColumnIcon() {
|
|
2786
|
+
const { sorted, sortOrder } = this.sortState;
|
|
2787
|
+
|
|
2788
|
+
if (!sorted) return SortAltIcon;
|
|
2789
|
+
else if (sorted && sortOrder > 0) return SortAmountUpAltIcon;
|
|
2790
|
+
else if (sorted && sortOrder < 0) return SortAmountDownIcon;
|
|
2791
|
+
|
|
2792
|
+
return null;
|
|
2636
2793
|
},
|
|
2637
2794
|
ariaSort() {
|
|
2638
2795
|
if (this.columnProp('sortable')) {
|
|
2639
|
-
const
|
|
2796
|
+
const { sorted, sortOrder } = this.sortState;
|
|
2640
2797
|
|
|
2641
|
-
if (
|
|
2642
|
-
else if (
|
|
2798
|
+
if (sorted && sortOrder < 0) return 'descending';
|
|
2799
|
+
else if (sorted && sortOrder > 0) return 'ascending';
|
|
2643
2800
|
else return 'none';
|
|
2644
2801
|
} else {
|
|
2645
2802
|
return null;
|
|
@@ -2648,7 +2805,10 @@ var script$2 = {
|
|
|
2648
2805
|
},
|
|
2649
2806
|
components: {
|
|
2650
2807
|
DTHeaderCheckbox: script$3,
|
|
2651
|
-
DTColumnFilter: script$4
|
|
2808
|
+
DTColumnFilter: script$4,
|
|
2809
|
+
SortAltIcon: SortAltIcon,
|
|
2810
|
+
SortAmountUpAltIcon: SortAmountUpAltIcon,
|
|
2811
|
+
SortAmountDownIcon: SortAmountDownIcon
|
|
2652
2812
|
}
|
|
2653
2813
|
};
|
|
2654
2814
|
|
|
@@ -2658,7 +2818,8 @@ const _hoisted_3$2 = {
|
|
|
2658
2818
|
key: 1,
|
|
2659
2819
|
class: "p-column-title"
|
|
2660
2820
|
};
|
|
2661
|
-
const _hoisted_4$1 = {
|
|
2821
|
+
const _hoisted_4$1 = { key: 2 };
|
|
2822
|
+
const _hoisted_5$1 = {
|
|
2662
2823
|
key: 3,
|
|
2663
2824
|
class: "p-sortable-column-badge"
|
|
2664
2825
|
};
|
|
@@ -2701,21 +2862,25 @@ function render$2(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
2701
2862
|
? (openBlock(), createElementBlock("span", _hoisted_3$2, toDisplayString($options.columnProp('header')), 1))
|
|
2702
2863
|
: createCommentVNode("", true),
|
|
2703
2864
|
($options.columnProp('sortable'))
|
|
2704
|
-
? (openBlock(), createElementBlock("span",
|
|
2705
|
-
|
|
2706
|
-
|
|
2707
|
-
|
|
2865
|
+
? (openBlock(), createElementBlock("span", _hoisted_4$1, [
|
|
2866
|
+
(openBlock(), createBlock(resolveDynamicComponent(($props.column.children && $props.column.children.sorticon) || $options.sortableColumnIcon), {
|
|
2867
|
+
sorted: $options.sortState.sorted,
|
|
2868
|
+
sortOrder: $options.sortState.sortOrder,
|
|
2869
|
+
class: "p-sortable-column-icon"
|
|
2870
|
+
}, null, 8, ["sorted", "sortOrder"]))
|
|
2871
|
+
]))
|
|
2708
2872
|
: createCommentVNode("", true),
|
|
2709
2873
|
($options.isMultiSorted())
|
|
2710
|
-
? (openBlock(), createElementBlock("span",
|
|
2874
|
+
? (openBlock(), createElementBlock("span", _hoisted_5$1, toDisplayString($options.getBadgeValue()), 1))
|
|
2711
2875
|
: createCommentVNode("", true),
|
|
2712
2876
|
($options.columnProp('selectionMode') === 'multiple' && $props.filterDisplay !== 'row')
|
|
2713
2877
|
? (openBlock(), createBlock(_component_DTHeaderCheckbox, {
|
|
2714
2878
|
key: 4,
|
|
2715
2879
|
checked: $props.allRowsSelected,
|
|
2716
2880
|
onChange: $options.onHeaderCheckboxChange,
|
|
2717
|
-
disabled: $props.empty
|
|
2718
|
-
|
|
2881
|
+
disabled: $props.empty,
|
|
2882
|
+
headerCheckboxIconTemplate: $props.headerCheckboxIconTemplate
|
|
2883
|
+
}, null, 8, ["checked", "onChange", "disabled", "headerCheckboxIconTemplate"]))
|
|
2719
2884
|
: createCommentVNode("", true),
|
|
2720
2885
|
($props.filterDisplay === 'menu' && $props.column.children && $props.column.children.filter)
|
|
2721
2886
|
? (openBlock(), createBlock(_component_DTColumnFilter, {
|
|
@@ -2729,6 +2894,10 @@ function render$2(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
2729
2894
|
filterFooterTemplate: $props.column.children && $props.column.children.filterfooter,
|
|
2730
2895
|
filterClearTemplate: $props.column.children && $props.column.children.filterclear,
|
|
2731
2896
|
filterApplyTemplate: $props.column.children && $props.column.children.filterapply,
|
|
2897
|
+
filterIconTemplate: $props.column.children && $props.column.children.filtericon,
|
|
2898
|
+
filterAddIconTemplate: $props.column.children && $props.column.children.filteraddicon,
|
|
2899
|
+
filterRemoveIconTemplate: $props.column.children && $props.column.children.filterremoveicon,
|
|
2900
|
+
filterClearIconTemplate: $props.column.children && $props.column.children.filterclearicon,
|
|
2732
2901
|
filters: $props.filters,
|
|
2733
2902
|
filtersStore: $props.filtersStore,
|
|
2734
2903
|
filterInputProps: $props.filterInputProps,
|
|
@@ -2748,7 +2917,7 @@ function render$2(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
2748
2917
|
onConstraintAdd: _cache[5] || (_cache[5] = $event => (_ctx.$emit('constraint-add', $event))),
|
|
2749
2918
|
onConstraintRemove: _cache[6] || (_cache[6] = $event => (_ctx.$emit('constraint-remove', $event))),
|
|
2750
2919
|
onApplyClick: _cache[7] || (_cache[7] = $event => (_ctx.$emit('apply-click', $event)))
|
|
2751
|
-
}, null, 8, ["field", "type", "showMenu", "filterElement", "filterHeaderTemplate", "filterFooterTemplate", "filterClearTemplate", "filterApplyTemplate", "filters", "filtersStore", "filterInputProps", "filterMenuStyle", "filterMenuClass", "showOperator", "showClearButton", "showApplyButton", "showMatchModes", "showAddButton", "matchModeOptions", "maxConstraints"]))
|
|
2920
|
+
}, null, 8, ["field", "type", "showMenu", "filterElement", "filterHeaderTemplate", "filterFooterTemplate", "filterClearTemplate", "filterApplyTemplate", "filterIconTemplate", "filterAddIconTemplate", "filterRemoveIconTemplate", "filterClearIconTemplate", "filters", "filtersStore", "filterInputProps", "filterMenuStyle", "filterMenuClass", "showOperator", "showClearButton", "showApplyButton", "showMatchModes", "showAddButton", "matchModeOptions", "maxConstraints"]))
|
|
2752
2921
|
: createCommentVNode("", true)
|
|
2753
2922
|
])
|
|
2754
2923
|
], 46, _hoisted_1$2))
|
|
@@ -2844,6 +3013,10 @@ var script$1 = {
|
|
|
2844
3013
|
filterInputProps: {
|
|
2845
3014
|
type: null,
|
|
2846
3015
|
default: null
|
|
3016
|
+
},
|
|
3017
|
+
headerCheckboxIconTemplate: {
|
|
3018
|
+
type: Function,
|
|
3019
|
+
default: null
|
|
2847
3020
|
}
|
|
2848
3021
|
},
|
|
2849
3022
|
methods: {
|
|
@@ -2955,8 +3128,9 @@ function render$1(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
2955
3128
|
onMatchmodeChange: _cache[11] || (_cache[11] = $event => (_ctx.$emit('matchmode-change', $event))),
|
|
2956
3129
|
onConstraintAdd: _cache[12] || (_cache[12] = $event => (_ctx.$emit('constraint-add', $event))),
|
|
2957
3130
|
onConstraintRemove: _cache[13] || (_cache[13] = $event => (_ctx.$emit('constraint-remove', $event))),
|
|
2958
|
-
onApplyClick: _cache[14] || (_cache[14] = $event => (_ctx.$emit('apply-click', $event)))
|
|
2959
|
-
|
|
3131
|
+
onApplyClick: _cache[14] || (_cache[14] = $event => (_ctx.$emit('apply-click', $event))),
|
|
3132
|
+
headerCheckboxIconTemplate: $props.headerCheckboxIconTemplate
|
|
3133
|
+
}, null, 8, ["column", "groupRowsBy", "groupRowSortField", "reorderableColumns", "resizableColumns", "sortMode", "sortField", "sortOrder", "multiSortMeta", "allRowsSelected", "empty", "filters", "filterDisplay", "filtersStore", "filterInputProps", "headerCheckboxIconTemplate"]))
|
|
2960
3134
|
: createCommentVNode("", true)
|
|
2961
3135
|
], 64))
|
|
2962
3136
|
}), 128))
|
|
@@ -2993,6 +3167,10 @@ function render$1(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
2993
3167
|
filterFooterTemplate: col.children && col.children.filterfooter,
|
|
2994
3168
|
filterClearTemplate: col.children && col.children.filterclear,
|
|
2995
3169
|
filterApplyTemplate: col.children && col.children.filterapply,
|
|
3170
|
+
filterIconTemplate: col.children && col.children.filtericon,
|
|
3171
|
+
filterAddIconTemplate: col.children && col.children.filteraddicon,
|
|
3172
|
+
filterRemoveIconTemplate: col.children && col.children.filterremoveicon,
|
|
3173
|
+
filterClearIconTemplate: col.children && col.children.filterclearicon,
|
|
2996
3174
|
filters: $props.filters,
|
|
2997
3175
|
filtersStore: $props.filtersStore,
|
|
2998
3176
|
filterInputProps: $props.filterInputProps,
|
|
@@ -3012,7 +3190,7 @@ function render$1(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
3012
3190
|
onConstraintAdd: _cache[20] || (_cache[20] = $event => (_ctx.$emit('constraint-add', $event))),
|
|
3013
3191
|
onConstraintRemove: _cache[21] || (_cache[21] = $event => (_ctx.$emit('constraint-remove', $event))),
|
|
3014
3192
|
onApplyClick: _cache[22] || (_cache[22] = $event => (_ctx.$emit('apply-click', $event)))
|
|
3015
|
-
}, null, 8, ["field", "type", "showMenu", "filterElement", "filterHeaderTemplate", "filterFooterTemplate", "filterClearTemplate", "filterApplyTemplate", "filters", "filtersStore", "filterInputProps", "filterMenuStyle", "filterMenuClass", "showOperator", "showClearButton", "showApplyButton", "showMatchModes", "showAddButton", "matchModeOptions", "maxConstraints"]))
|
|
3193
|
+
}, null, 8, ["field", "type", "showMenu", "filterElement", "filterHeaderTemplate", "filterFooterTemplate", "filterClearTemplate", "filterApplyTemplate", "filterIconTemplate", "filterAddIconTemplate", "filterRemoveIconTemplate", "filterClearIconTemplate", "filters", "filtersStore", "filterInputProps", "filterMenuStyle", "filterMenuClass", "showOperator", "showClearButton", "showApplyButton", "showMatchModes", "showAddButton", "matchModeOptions", "maxConstraints"]))
|
|
3016
3194
|
: createCommentVNode("", true)
|
|
3017
3195
|
], 6))
|
|
3018
3196
|
: createCommentVNode("", true)
|
|
@@ -3054,8 +3232,9 @@ function render$1(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
3054
3232
|
onMatchmodeChange: _cache[29] || (_cache[29] = $event => (_ctx.$emit('matchmode-change', $event))),
|
|
3055
3233
|
onConstraintAdd: _cache[30] || (_cache[30] = $event => (_ctx.$emit('constraint-add', $event))),
|
|
3056
3234
|
onConstraintRemove: _cache[31] || (_cache[31] = $event => (_ctx.$emit('constraint-remove', $event))),
|
|
3057
|
-
onApplyClick: _cache[32] || (_cache[32] = $event => (_ctx.$emit('apply-click', $event)))
|
|
3058
|
-
|
|
3235
|
+
onApplyClick: _cache[32] || (_cache[32] = $event => (_ctx.$emit('apply-click', $event))),
|
|
3236
|
+
headerCheckboxIconTemplate: $props.headerCheckboxIconTemplate
|
|
3237
|
+
}, null, 8, ["column", "groupRowsBy", "groupRowSortField", "sortMode", "sortField", "sortOrder", "multiSortMeta", "allRowsSelected", "empty", "filters", "filterDisplay", "filtersStore", "headerCheckboxIconTemplate"]))
|
|
3059
3238
|
: createCommentVNode("", true)
|
|
3060
3239
|
], 64))
|
|
3061
3240
|
}), 128))
|
|
@@ -3167,7 +3346,7 @@ var script = {
|
|
|
3167
3346
|
},
|
|
3168
3347
|
loadingIcon: {
|
|
3169
3348
|
type: String,
|
|
3170
|
-
default:
|
|
3349
|
+
default: undefined
|
|
3171
3350
|
},
|
|
3172
3351
|
sortField: {
|
|
3173
3352
|
type: [String, Function],
|
|
@@ -3271,11 +3450,11 @@ var script = {
|
|
|
3271
3450
|
},
|
|
3272
3451
|
expandedRowIcon: {
|
|
3273
3452
|
type: String,
|
|
3274
|
-
default:
|
|
3453
|
+
default: undefined
|
|
3275
3454
|
},
|
|
3276
3455
|
collapsedRowIcon: {
|
|
3277
3456
|
type: String,
|
|
3278
|
-
default:
|
|
3457
|
+
default: undefined
|
|
3279
3458
|
},
|
|
3280
3459
|
rowGroupMode: {
|
|
3281
3460
|
type: String,
|
|
@@ -5088,9 +5267,6 @@ var script = {
|
|
|
5088
5267
|
sorted() {
|
|
5089
5268
|
return this.d_sortField || (this.d_multiSortMeta && this.d_multiSortMeta.length > 0);
|
|
5090
5269
|
},
|
|
5091
|
-
loadingIconClass() {
|
|
5092
|
-
return ['p-datatable-loading-icon pi-spin', this.loadingIcon];
|
|
5093
|
-
},
|
|
5094
5270
|
allRowsSelected() {
|
|
5095
5271
|
if (this.selectAll !== null) {
|
|
5096
5272
|
return this.selectAll;
|
|
@@ -5115,7 +5291,10 @@ var script = {
|
|
|
5115
5291
|
DTTableHeader: script$1,
|
|
5116
5292
|
DTTableBody: script$7,
|
|
5117
5293
|
DTTableFooter: script$5,
|
|
5118
|
-
DTVirtualScroller: VirtualScroller
|
|
5294
|
+
DTVirtualScroller: VirtualScroller,
|
|
5295
|
+
ArrowDownIcon: ArrowDownIcon,
|
|
5296
|
+
ArrowUpIcon: ArrowUpIcon,
|
|
5297
|
+
SpinnerIcon: SpinnerIcon
|
|
5119
5298
|
}
|
|
5120
5299
|
};
|
|
5121
5300
|
|
|
@@ -5139,17 +5318,18 @@ const _hoisted_4 = {
|
|
|
5139
5318
|
const _hoisted_5 = {
|
|
5140
5319
|
key: 5,
|
|
5141
5320
|
ref: "reorderIndicatorUp",
|
|
5142
|
-
class: "
|
|
5321
|
+
class: "p-datatable-reorder-indicator-up",
|
|
5143
5322
|
style: {"position":"absolute","display":"none"}
|
|
5144
5323
|
};
|
|
5145
5324
|
const _hoisted_6 = {
|
|
5146
5325
|
key: 6,
|
|
5147
5326
|
ref: "reorderIndicatorDown",
|
|
5148
|
-
class: "
|
|
5327
|
+
class: "p-datatable-reorder-indicator-down",
|
|
5149
5328
|
style: {"position":"absolute","display":"none"}
|
|
5150
5329
|
};
|
|
5151
5330
|
|
|
5152
5331
|
function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
5332
|
+
const _component_SpinnerIcon = resolveComponent("SpinnerIcon");
|
|
5153
5333
|
const _component_DTPaginator = resolveComponent("DTPaginator");
|
|
5154
5334
|
const _component_DTTableHeader = resolveComponent("DTTableHeader");
|
|
5155
5335
|
const _component_DTTableBody = resolveComponent("DTTableBody");
|
|
@@ -5165,10 +5345,23 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
5165
5345
|
? (openBlock(), createElementBlock("div", _hoisted_1, [
|
|
5166
5346
|
(_ctx.$slots.loading)
|
|
5167
5347
|
? renderSlot(_ctx.$slots, "loading", { key: 0 })
|
|
5168
|
-
: (openBlock(), createElementBlock(
|
|
5169
|
-
|
|
5170
|
-
|
|
5171
|
-
|
|
5348
|
+
: (openBlock(), createElementBlock(Fragment, { key: 1 }, [
|
|
5349
|
+
(_ctx.$slots.loadingicon)
|
|
5350
|
+
? (openBlock(), createBlock(resolveDynamicComponent(_ctx.$slots.loadingicon), {
|
|
5351
|
+
key: 0,
|
|
5352
|
+
class: "p-datatable-loading-icon"
|
|
5353
|
+
}))
|
|
5354
|
+
: ($props.loadingIcon)
|
|
5355
|
+
? (openBlock(), createElementBlock("i", {
|
|
5356
|
+
key: 1,
|
|
5357
|
+
class: normalizeClass(['p-datatable-loading-icon pi-spin', $props.loadingIcon])
|
|
5358
|
+
}, null, 2))
|
|
5359
|
+
: (openBlock(), createBlock(_component_SpinnerIcon, {
|
|
5360
|
+
key: 2,
|
|
5361
|
+
spin: "",
|
|
5362
|
+
class: "p-datatable-loading-icon"
|
|
5363
|
+
}))
|
|
5364
|
+
], 64))
|
|
5172
5365
|
]))
|
|
5173
5366
|
: createCommentVNode("", true),
|
|
5174
5367
|
(_ctx.$slots.header)
|
|
@@ -5207,6 +5400,42 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
5207
5400
|
]),
|
|
5208
5401
|
key: "1"
|
|
5209
5402
|
}
|
|
5403
|
+
: undefined,
|
|
5404
|
+
(_ctx.$slots.paginatorfirstpagelinkicon)
|
|
5405
|
+
? {
|
|
5406
|
+
name: "firstpagelinkicon",
|
|
5407
|
+
fn: withCtx(() => [
|
|
5408
|
+
renderSlot(_ctx.$slots, "paginatorfirstpagelinkicon")
|
|
5409
|
+
]),
|
|
5410
|
+
key: "2"
|
|
5411
|
+
}
|
|
5412
|
+
: undefined,
|
|
5413
|
+
(_ctx.$slots.paginatorprevpagelinkicon)
|
|
5414
|
+
? {
|
|
5415
|
+
name: "prevpagelinkicon",
|
|
5416
|
+
fn: withCtx(() => [
|
|
5417
|
+
renderSlot(_ctx.$slots, "paginatorprevpagelinkicon")
|
|
5418
|
+
]),
|
|
5419
|
+
key: "3"
|
|
5420
|
+
}
|
|
5421
|
+
: undefined,
|
|
5422
|
+
(_ctx.$slots.paginatornextpagelinkicon)
|
|
5423
|
+
? {
|
|
5424
|
+
name: "nextpagelinkicon",
|
|
5425
|
+
fn: withCtx(() => [
|
|
5426
|
+
renderSlot(_ctx.$slots, "paginatornextpagelinkicon")
|
|
5427
|
+
]),
|
|
5428
|
+
key: "4"
|
|
5429
|
+
}
|
|
5430
|
+
: undefined,
|
|
5431
|
+
(_ctx.$slots.paginatorlastpagelinkicon)
|
|
5432
|
+
? {
|
|
5433
|
+
name: "lastpagelinkicon",
|
|
5434
|
+
fn: withCtx(() => [
|
|
5435
|
+
renderSlot(_ctx.$slots, "paginatorlastpagelinkicon")
|
|
5436
|
+
]),
|
|
5437
|
+
key: "5"
|
|
5438
|
+
}
|
|
5210
5439
|
: undefined
|
|
5211
5440
|
]), 1032, ["rows", "first", "totalRecords", "pageLinkSize", "template", "rowsPerPageOptions", "currentPageReportTemplate", "alwaysShow"]))
|
|
5212
5441
|
: createCommentVNode("", true),
|
|
@@ -5217,7 +5446,7 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
5217
5446
|
createVNode(_component_DTVirtualScroller, mergeProps({ ref: "virtualScroller" }, $props.virtualScrollerOptions, {
|
|
5218
5447
|
items: $options.processedData,
|
|
5219
5448
|
columns: $options.columns,
|
|
5220
|
-
style:
|
|
5449
|
+
style: $props.scrollHeight !== 'flex' ? { height: $props.scrollHeight } : undefined,
|
|
5221
5450
|
scrollHeight: $props.scrollHeight !== 'flex' ? undefined : '100%',
|
|
5222
5451
|
disabled: $options.virtualScrollerDisabled,
|
|
5223
5452
|
loaderDisabled: "",
|
|
@@ -5250,6 +5479,7 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
5250
5479
|
filtersStore: $props.filters,
|
|
5251
5480
|
filterDisplay: $props.filterDisplay,
|
|
5252
5481
|
filterInputProps: $props.filterInputProps,
|
|
5482
|
+
headerCheckboxIconTemplate: _ctx.$slots.headercheckboxicon,
|
|
5253
5483
|
onColumnClick: _cache[1] || (_cache[1] = $event => ($options.onColumnHeaderClick($event))),
|
|
5254
5484
|
onColumnMousedown: _cache[2] || (_cache[2] = $event => ($options.onColumnHeaderMouseDown($event))),
|
|
5255
5485
|
onFilterChange: $options.onFilterChange,
|
|
@@ -5260,7 +5490,7 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
5260
5490
|
onColumnDrop: _cache[6] || (_cache[6] = $event => ($options.onColumnHeaderDrop($event))),
|
|
5261
5491
|
onColumnResizestart: _cache[7] || (_cache[7] = $event => ($options.onColumnResizeStart($event))),
|
|
5262
5492
|
onCheckboxChange: _cache[8] || (_cache[8] = $event => ($options.toggleRowsWithCheckbox($event)))
|
|
5263
|
-
}, null, 8, ["columnGroup", "columns", "rowGroupMode", "groupRowsBy", "groupRowSortField", "reorderableColumns", "resizableColumns", "allRowsSelected", "empty", "sortMode", "sortField", "sortOrder", "multiSortMeta", "filters", "filtersStore", "filterDisplay", "filterInputProps", "onFilterChange", "onFilterApply"]),
|
|
5493
|
+
}, null, 8, ["columnGroup", "columns", "rowGroupMode", "groupRowsBy", "groupRowSortField", "reorderableColumns", "resizableColumns", "allRowsSelected", "empty", "sortMode", "sortField", "sortOrder", "multiSortMeta", "filters", "filtersStore", "filterDisplay", "filterInputProps", "headerCheckboxIconTemplate", "onFilterChange", "onFilterApply"]),
|
|
5264
5494
|
($props.frozenValue)
|
|
5265
5495
|
? (openBlock(), createBlock(_component_DTTableBody, {
|
|
5266
5496
|
key: 0,
|
|
@@ -5269,6 +5499,7 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
5269
5499
|
frozenRow: true,
|
|
5270
5500
|
class: "p-datatable-frozen-tbody",
|
|
5271
5501
|
columns: slotProps.columns,
|
|
5502
|
+
first: $data.d_first,
|
|
5272
5503
|
dataKey: $props.dataKey,
|
|
5273
5504
|
selection: $props.selection,
|
|
5274
5505
|
selectionKeys: $data.d_selectionKeys,
|
|
@@ -5316,7 +5547,7 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
5316
5547
|
onRowEditCancel: _cache[25] || (_cache[25] = $event => ($options.onRowEditCancel($event))),
|
|
5317
5548
|
editingMeta: $data.d_editingMeta,
|
|
5318
5549
|
onEditingMetaChange: $options.onEditingMetaChange
|
|
5319
|
-
}, null, 8, ["value", "columns", "dataKey", "selection", "selectionKeys", "selectionMode", "contextMenu", "contextMenuSelection", "rowGroupMode", "groupRowsBy", "expandableRowGroups", "rowClass", "rowStyle", "editMode", "compareSelectionBy", "scrollable", "expandedRowIcon", "collapsedRowIcon", "expandedRows", "expandedRowKeys", "expandedRowGroups", "editingRows", "editingRowKeys", "templates", "responsiveLayout", "onRowgroupToggle", "onRowTouchend", "onRowKeydown", "onRowMousedown", "editingMeta", "onEditingMetaChange"]))
|
|
5550
|
+
}, null, 8, ["value", "columns", "first", "dataKey", "selection", "selectionKeys", "selectionMode", "contextMenu", "contextMenuSelection", "rowGroupMode", "groupRowsBy", "expandableRowGroups", "rowClass", "rowStyle", "editMode", "compareSelectionBy", "scrollable", "expandedRowIcon", "collapsedRowIcon", "expandedRows", "expandedRowKeys", "expandedRowGroups", "editingRows", "editingRowKeys", "templates", "responsiveLayout", "onRowgroupToggle", "onRowTouchend", "onRowKeydown", "onRowMousedown", "editingMeta", "onEditingMetaChange"]))
|
|
5320
5551
|
: createCommentVNode("", true),
|
|
5321
5552
|
createVNode(_component_DTTableBody, {
|
|
5322
5553
|
ref: "bodyRef",
|
|
@@ -5324,6 +5555,7 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
5324
5555
|
class: normalizeClass(slotProps.styleClass),
|
|
5325
5556
|
columns: slotProps.columns,
|
|
5326
5557
|
empty: $options.empty,
|
|
5558
|
+
first: $data.d_first,
|
|
5327
5559
|
dataKey: $props.dataKey,
|
|
5328
5560
|
selection: $props.selection,
|
|
5329
5561
|
selectionKeys: $data.d_selectionKeys,
|
|
@@ -5372,7 +5604,7 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
5372
5604
|
onRowEditCancel: _cache[42] || (_cache[42] = $event => ($options.onRowEditCancel($event))),
|
|
5373
5605
|
editingMeta: $data.d_editingMeta,
|
|
5374
5606
|
onEditingMetaChange: $options.onEditingMetaChange
|
|
5375
|
-
}, null, 8, ["value", "class", "columns", "empty", "dataKey", "selection", "selectionKeys", "selectionMode", "contextMenu", "contextMenuSelection", "rowGroupMode", "groupRowsBy", "expandableRowGroups", "rowClass", "rowStyle", "editMode", "compareSelectionBy", "scrollable", "expandedRowIcon", "collapsedRowIcon", "expandedRows", "expandedRowKeys", "expandedRowGroups", "editingRows", "editingRowKeys", "templates", "responsiveLayout", "virtualScrollerContentProps", "isVirtualScrollerDisabled", "onRowgroupToggle", "onRowTouchend", "onRowKeydown", "onRowMousedown", "editingMeta", "onEditingMetaChange"]),
|
|
5607
|
+
}, null, 8, ["value", "class", "columns", "empty", "first", "dataKey", "selection", "selectionKeys", "selectionMode", "contextMenu", "contextMenuSelection", "rowGroupMode", "groupRowsBy", "expandableRowGroups", "rowClass", "rowStyle", "editMode", "compareSelectionBy", "scrollable", "expandedRowIcon", "collapsedRowIcon", "expandedRows", "expandedRowKeys", "expandedRowGroups", "editingRows", "editingRowKeys", "templates", "responsiveLayout", "virtualScrollerContentProps", "isVirtualScrollerDisabled", "onRowgroupToggle", "onRowTouchend", "onRowKeydown", "onRowMousedown", "editingMeta", "onEditingMetaChange"]),
|
|
5376
5608
|
($options.hasSpacerStyle(slotProps.spacerStyle))
|
|
5377
5609
|
? (openBlock(), createElementBlock("tbody", {
|
|
5378
5610
|
key: 1,
|
|
@@ -5425,15 +5657,55 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
5425
5657
|
]),
|
|
5426
5658
|
key: "1"
|
|
5427
5659
|
}
|
|
5660
|
+
: undefined,
|
|
5661
|
+
(_ctx.$slots.paginatorfirstpagelinkicon)
|
|
5662
|
+
? {
|
|
5663
|
+
name: "firstpagelinkicon",
|
|
5664
|
+
fn: withCtx(() => [
|
|
5665
|
+
renderSlot(_ctx.$slots, "paginatorfirstpagelinkicon")
|
|
5666
|
+
]),
|
|
5667
|
+
key: "2"
|
|
5668
|
+
}
|
|
5669
|
+
: undefined,
|
|
5670
|
+
(_ctx.$slots.paginatorprevpagelinkicon)
|
|
5671
|
+
? {
|
|
5672
|
+
name: "prevpagelinkicon",
|
|
5673
|
+
fn: withCtx(() => [
|
|
5674
|
+
renderSlot(_ctx.$slots, "paginatorprevpagelinkicon")
|
|
5675
|
+
]),
|
|
5676
|
+
key: "3"
|
|
5677
|
+
}
|
|
5678
|
+
: undefined,
|
|
5679
|
+
(_ctx.$slots.paginatornextpagelinkicon)
|
|
5680
|
+
? {
|
|
5681
|
+
name: "nextpagelinkicon",
|
|
5682
|
+
fn: withCtx(() => [
|
|
5683
|
+
renderSlot(_ctx.$slots, "paginatornextpagelinkicon")
|
|
5684
|
+
]),
|
|
5685
|
+
key: "4"
|
|
5686
|
+
}
|
|
5687
|
+
: undefined,
|
|
5688
|
+
(_ctx.$slots.paginatorlastpagelinkicon)
|
|
5689
|
+
? {
|
|
5690
|
+
name: "lastpagelinkicon",
|
|
5691
|
+
fn: withCtx(() => [
|
|
5692
|
+
renderSlot(_ctx.$slots, "paginatorlastpagelinkicon")
|
|
5693
|
+
]),
|
|
5694
|
+
key: "5"
|
|
5695
|
+
}
|
|
5428
5696
|
: undefined
|
|
5429
5697
|
]), 1032, ["rows", "first", "totalRecords", "pageLinkSize", "template", "rowsPerPageOptions", "currentPageReportTemplate", "alwaysShow"]))
|
|
5430
5698
|
: createCommentVNode("", true),
|
|
5431
5699
|
createElementVNode("div", _hoisted_4, null, 512),
|
|
5432
5700
|
($props.reorderableColumns)
|
|
5433
|
-
? (openBlock(), createElementBlock("span", _hoisted_5,
|
|
5701
|
+
? (openBlock(), createElementBlock("span", _hoisted_5, [
|
|
5702
|
+
(openBlock(), createBlock(resolveDynamicComponent(_ctx.$slots.reorderindicatorupicon || 'ArrowDownIcon')))
|
|
5703
|
+
], 512))
|
|
5434
5704
|
: createCommentVNode("", true),
|
|
5435
5705
|
($props.reorderableColumns)
|
|
5436
|
-
? (openBlock(), createElementBlock("span", _hoisted_6,
|
|
5706
|
+
? (openBlock(), createElementBlock("span", _hoisted_6, [
|
|
5707
|
+
(openBlock(), createBlock(resolveDynamicComponent(_ctx.$slots.reorderindicatordownicon || 'ArrowUpIcon')))
|
|
5708
|
+
], 512))
|
|
5437
5709
|
: createCommentVNode("", true)
|
|
5438
5710
|
], 2))
|
|
5439
5711
|
}
|