primevue 3.26.1 → 3.28.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +5 -9
- package/accordion/Accordion.d.ts +46 -2
- package/accordion/Accordion.vue +29 -13
- package/accordion/accordion.cjs.js +60 -33
- package/accordion/accordion.cjs.min.js +1 -1
- package/accordion/accordion.esm.js +58 -34
- package/accordion/accordion.esm.min.js +1 -1
- package/accordion/accordion.js +59 -35
- package/accordion/accordion.min.js +1 -1
- package/accordiontab/AccordionTab.d.ts +76 -1
- package/accordiontab/AccordionTab.vue +3 -0
- package/accordiontab/accordiontab.cjs.js +6 -0
- package/accordiontab/accordiontab.cjs.min.js +1 -1
- package/accordiontab/accordiontab.esm.js +2 -0
- package/accordiontab/accordiontab.esm.min.js +1 -1
- package/accordiontab/accordiontab.js +7 -2
- package/accordiontab/accordiontab.min.js +1 -1
- package/autocomplete/AutoComplete.d.ts +24 -3
- package/autocomplete/AutoComplete.vue +25 -10
- package/autocomplete/autocomplete.cjs.js +65 -36
- package/autocomplete/autocomplete.cjs.min.js +1 -1
- package/autocomplete/autocomplete.esm.js +63 -37
- package/autocomplete/autocomplete.esm.min.js +1 -1
- package/autocomplete/autocomplete.js +64 -38
- package/autocomplete/autocomplete.min.js +1 -1
- package/avatar/Avatar.d.ts +49 -0
- package/avatar/Avatar.vue +8 -7
- package/avatar/avatar.cjs.js +31 -24
- package/avatar/avatar.cjs.min.js +1 -1
- package/avatar/avatar.esm.js +28 -25
- package/avatar/avatar.esm.min.js +1 -1
- package/avatar/avatar.js +32 -26
- package/avatar/avatar.min.js +1 -1
- package/avatargroup/AvatarGroup.d.ts +27 -1
- package/avatargroup/AvatarGroup.vue +5 -2
- package/avatargroup/avatargroup.cjs.js +9 -5
- package/avatargroup/avatargroup.cjs.min.js +1 -1
- package/avatargroup/avatargroup.esm.js +6 -6
- package/avatargroup/avatargroup.esm.min.js +1 -1
- package/avatargroup/avatargroup.js +10 -7
- package/avatargroup/avatargroup.min.js +1 -1
- package/badge/Badge.d.ts +32 -0
- package/badge/Badge.vue +3 -1
- package/badge/badge.cjs.js +8 -4
- package/badge/badge.cjs.min.js +1 -1
- package/badge/badge.esm.js +5 -5
- package/badge/badge.esm.min.js +1 -1
- package/badge/badge.js +9 -6
- package/badge/badge.min.js +1 -1
- package/basecomponent/BaseComponent.vue +33 -0
- package/basecomponent/basecomponent.cjs.js +35 -0
- package/basecomponent/basecomponent.cjs.min.js +1 -0
- package/basecomponent/basecomponent.esm.js +33 -0
- package/basecomponent/basecomponent.esm.min.js +1 -0
- package/basecomponent/basecomponent.js +37 -0
- package/basecomponent/basecomponent.min.js +1 -0
- package/basecomponent/package.json +8 -0
- package/baseicon/BaseIcon.vue +66 -0
- package/baseicon/baseicon.cjs.js +66 -0
- package/baseicon/baseicon.cjs.min.js +1 -0
- package/baseicon/baseicon.esm.js +64 -0
- package/baseicon/baseicon.esm.min.js +1 -0
- package/baseicon/baseicon.js +68 -0
- package/baseicon/baseicon.min.js +1 -0
- package/baseicon/package.json +8 -0
- package/blockui/BlockUI.d.ts +44 -0
- package/blockui/BlockUI.vue +3 -1
- package/blockui/blockui.cjs.js +9 -3
- package/blockui/blockui.cjs.min.js +1 -1
- package/blockui/blockui.esm.js +6 -4
- package/blockui/blockui.esm.min.js +1 -1
- package/blockui/blockui.js +10 -5
- package/blockui/blockui.min.js +1 -1
- package/breadcrumb/Breadcrumb.d.ts +78 -0
- package/breadcrumb/Breadcrumb.vue +13 -7
- package/breadcrumb/BreadcrumbItem.vue +17 -16
- package/breadcrumb/breadcrumb.cjs.js +82 -69
- package/breadcrumb/breadcrumb.cjs.min.js +1 -1
- package/breadcrumb/breadcrumb.esm.js +78 -70
- package/breadcrumb/breadcrumb.esm.min.js +1 -1
- package/breadcrumb/breadcrumb.js +82 -71
- package/breadcrumb/breadcrumb.min.js +1 -1
- package/button/Button.d.ts +68 -1
- package/button/Button.vue +25 -9
- package/button/button.cjs.js +50 -22
- package/button/button.cjs.min.js +1 -1
- package/button/button.esm.js +49 -23
- package/button/button.esm.min.js +1 -1
- package/button/button.js +50 -24
- package/button/button.min.js +1 -1
- package/calendar/Calendar.d.ts +25 -5
- package/calendar/Calendar.vue +56 -23
- package/calendar/calendar.cjs.js +84 -43
- package/calendar/calendar.cjs.min.js +1 -1
- package/calendar/calendar.esm.js +80 -44
- package/calendar/calendar.esm.min.js +1 -1
- package/calendar/calendar.js +81 -45
- package/calendar/calendar.min.js +1 -1
- package/card/Card.d.ts +51 -1
- package/card/Card.vue +15 -14
- package/card/card.cjs.js +33 -65
- package/card/card.cjs.min.js +1 -1
- package/card/card.esm.js +30 -66
- package/card/card.esm.min.js +1 -1
- package/card/card.js +34 -67
- package/card/card.min.js +1 -1
- package/carousel/Carousel.d.ts +8 -0
- package/carousel/Carousel.vue +16 -2
- package/carousel/carousel.cjs.js +20 -6
- package/carousel/carousel.cjs.min.js +1 -1
- package/carousel/carousel.esm.js +17 -7
- package/carousel/carousel.esm.min.js +1 -1
- package/carousel/carousel.js +18 -8
- package/carousel/carousel.min.js +1 -1
- package/cascadeselect/CascadeSelect.d.ts +16 -3
- package/cascadeselect/CascadeSelect.vue +16 -9
- package/cascadeselect/CascadeSelectSub.vue +10 -1
- package/cascadeselect/cascadeselect.cjs.js +46 -14
- package/cascadeselect/cascadeselect.cjs.min.js +1 -1
- package/cascadeselect/cascadeselect.esm.js +43 -14
- package/cascadeselect/cascadeselect.esm.min.js +1 -1
- package/cascadeselect/cascadeselect.js +45 -16
- package/cascadeselect/cascadeselect.min.js +1 -1
- package/chart/Chart.d.ts +36 -0
- package/chart/Chart.vue +5 -2
- package/chart/chart.cjs.js +10 -5
- package/chart/chart.cjs.min.js +1 -1
- package/chart/chart.esm.js +7 -6
- package/chart/chart.esm.min.js +1 -1
- package/chart/chart.js +11 -7
- package/chart/chart.min.js +1 -1
- package/checkbox/Checkbox.d.ts +13 -2
- package/checkbox/Checkbox.vue +7 -1
- package/checkbox/checkbox.cjs.js +11 -3
- package/checkbox/checkbox.cjs.min.js +1 -1
- package/checkbox/checkbox.esm.js +8 -4
- package/checkbox/checkbox.esm.min.js +1 -1
- package/checkbox/checkbox.js +12 -5
- package/checkbox/checkbox.min.js +1 -1
- package/chip/Chip.d.ts +80 -1
- package/chip/Chip.vue +16 -12
- package/chip/chip.cjs.js +43 -29
- package/chip/chip.cjs.min.js +1 -1
- package/chip/chip.esm.js +39 -30
- package/chip/chip.esm.min.js +1 -1
- package/chip/chip.js +43 -31
- package/chip/chip.min.js +1 -1
- package/chips/Chips.d.ts +12 -1
- package/chips/Chips.vue +8 -2
- package/chips/chips.cjs.js +22 -11
- package/chips/chips.cjs.min.js +1 -1
- package/chips/chips.esm.js +19 -12
- package/chips/chips.esm.min.js +1 -1
- package/chips/chips.js +23 -13
- package/chips/chips.min.js +1 -1
- package/column/Column.d.ts +77 -1
- package/column/Column.vue +1 -1
- package/column/column.cjs.js +1 -1
- package/column/column.cjs.min.js +1 -1
- package/column/column.esm.js +1 -1
- package/column/column.esm.min.js +1 -1
- package/column/column.js +1 -1
- package/column/column.min.js +1 -1
- package/config/PrimeVue.d.ts +8 -0
- package/config/config.cjs.js +3 -1
- package/config/config.cjs.min.js +1 -1
- package/config/config.esm.js +3 -2
- package/config/config.esm.min.js +1 -1
- package/config/config.js +3 -1
- package/config/config.min.js +1 -1
- package/confirmdialog/ConfirmDialog.d.ts +111 -1
- package/confirmdialog/ConfirmDialog.vue +22 -4
- package/confirmdialog/confirmdialog.cjs.js +47 -18
- package/confirmdialog/confirmdialog.cjs.min.js +1 -1
- package/confirmdialog/confirmdialog.esm.js +47 -19
- package/confirmdialog/confirmdialog.esm.min.js +1 -1
- package/confirmdialog/confirmdialog.js +48 -20
- package/confirmdialog/confirmdialog.min.js +1 -1
- package/confirmpopup/ConfirmPopup.d.ts +98 -1
- package/confirmpopup/ConfirmPopup.vue +24 -7
- package/confirmpopup/confirmpopup.cjs.js +51 -23
- package/confirmpopup/confirmpopup.cjs.min.js +1 -1
- package/confirmpopup/confirmpopup.esm.js +51 -24
- package/confirmpopup/confirmpopup.esm.min.js +1 -1
- package/confirmpopup/confirmpopup.js +52 -25
- package/confirmpopup/confirmpopup.min.js +1 -1
- package/contextmenu/ContextMenu.d.ts +158 -0
- package/contextmenu/ContextMenu.vue +5 -2
- package/contextmenu/ContextMenuSub.vue +60 -15
- package/contextmenu/contextmenu.cjs.js +93 -57
- package/contextmenu/contextmenu.cjs.min.js +1 -1
- package/contextmenu/contextmenu.esm.js +92 -58
- package/contextmenu/contextmenu.esm.min.js +1 -1
- package/contextmenu/contextmenu.js +93 -59
- package/contextmenu/contextmenu.min.js +1 -1
- package/core/core.js +2825 -424
- package/core/core.min.js +108 -14
- package/datatable/BodyCell.vue +44 -13
- package/datatable/ColumnFilter.vue +59 -17
- package/datatable/DataTable.d.ts +41 -3
- package/datatable/DataTable.vue +46 -10
- package/datatable/FooterCell.vue +1 -1
- package/datatable/HeaderCell.vue +36 -15
- package/datatable/HeaderCheckbox.vue +11 -2
- package/datatable/RowCheckbox.vue +11 -2
- package/datatable/TableBody.vue +15 -13
- package/datatable/TableFooter.vue +1 -1
- package/datatable/TableHeader.vue +10 -0
- package/datatable/datatable.cjs.js +424 -139
- package/datatable/datatable.cjs.min.js +1 -1
- package/datatable/datatable.esm.js +409 -140
- package/datatable/datatable.esm.min.js +1 -1
- package/datatable/datatable.js +410 -141
- package/datatable/datatable.min.js +1 -1
- package/dataviewlayoutoptions/DataViewLayoutOptions.d.ts +12 -2
- package/dataviewlayoutoptions/DataViewLayoutOptions.vue +13 -2
- package/dataviewlayoutoptions/dataviewlayoutoptions.cjs.js +25 -11
- package/dataviewlayoutoptions/dataviewlayoutoptions.cjs.min.js +1 -1
- package/dataviewlayoutoptions/dataviewlayoutoptions.esm.js +21 -12
- package/dataviewlayoutoptions/dataviewlayoutoptions.esm.min.js +1 -1
- package/dataviewlayoutoptions/dataviewlayoutoptions.js +25 -13
- package/dataviewlayoutoptions/dataviewlayoutoptions.min.js +1 -1
- package/deferredcontent/DeferredContent.d.ts +49 -1
- package/deferredcontent/DeferredContent.vue +4 -1
- package/deferredcontent/deferredcontent.cjs.js +8 -4
- package/deferredcontent/deferredcontent.cjs.min.js +1 -1
- package/deferredcontent/deferredcontent.esm.js +5 -5
- package/deferredcontent/deferredcontent.esm.min.js +1 -1
- package/deferredcontent/deferredcontent.js +9 -6
- package/deferredcontent/deferredcontent.min.js +1 -1
- package/dialog/Dialog.d.ts +105 -4
- package/dialog/Dialog.vue +43 -21
- package/dialog/dialog.cjs.js +54 -41
- package/dialog/dialog.cjs.min.js +1 -1
- package/dialog/dialog.esm.js +51 -42
- package/dialog/dialog.esm.min.js +1 -1
- package/dialog/dialog.js +52 -43
- package/dialog/dialog.min.js +1 -1
- package/divider/Divider.d.ts +36 -0
- package/divider/Divider.vue +5 -2
- package/divider/divider.cjs.js +15 -10
- package/divider/divider.cjs.min.js +1 -1
- package/divider/divider.esm.js +12 -11
- package/divider/divider.esm.min.js +1 -1
- package/divider/divider.js +16 -12
- package/divider/divider.min.js +1 -1
- package/dock/Dock.d.ts +94 -0
- package/dock/Dock.vue +4 -2
- package/dock/DockSub.vue +30 -6
- package/dock/dock.cjs.js +52 -39
- package/dock/dock.cjs.min.js +1 -1
- package/dock/dock.esm.js +52 -40
- package/dock/dock.esm.min.js +1 -1
- package/dock/dock.js +53 -41
- package/dock/dock.min.js +1 -1
- package/dropdown/Dropdown.d.ts +40 -4
- package/dropdown/Dropdown.vue +26 -13
- package/dropdown/dropdown.cjs.js +68 -31
- package/dropdown/dropdown.cjs.min.js +1 -1
- package/dropdown/dropdown.esm.js +65 -32
- package/dropdown/dropdown.esm.min.js +1 -1
- package/dropdown/dropdown.js +66 -33
- package/dropdown/dropdown.min.js +1 -1
- package/dynamicdialog/DynamicDialog.vue +3 -1
- package/dynamicdialog/dynamicdialog.cjs.js +5 -1
- package/dynamicdialog/dynamicdialog.cjs.min.js +1 -1
- package/dynamicdialog/dynamicdialog.esm.js +4 -1
- package/dynamicdialog/dynamicdialog.esm.min.js +1 -1
- package/dynamicdialog/dynamicdialog.js +6 -3
- package/dynamicdialog/dynamicdialog.min.js +1 -1
- package/fieldset/Fieldset.d.ts +73 -0
- package/fieldset/Fieldset.vue +18 -17
- package/fieldset/fieldset.cjs.js +33 -34
- package/fieldset/fieldset.cjs.min.js +1 -1
- package/fieldset/fieldset.esm.js +31 -35
- package/fieldset/fieldset.esm.min.js +1 -1
- package/fieldset/fieldset.js +32 -36
- package/fieldset/fieldset.min.js +1 -1
- package/fileupload/FileContent.vue +22 -9
- package/fileupload/FileUpload.d.ts +182 -3
- package/fileupload/FileUpload.vue +52 -31
- package/fileupload/fileupload.cjs.js +163 -100
- package/fileupload/fileupload.cjs.min.js +1 -1
- package/fileupload/fileupload.esm.js +160 -101
- package/fileupload/fileupload.esm.min.js +1 -1
- package/fileupload/fileupload.js +161 -102
- package/fileupload/fileupload.min.js +1 -1
- package/galleria/Galleria.d.ts +20 -0
- package/galleria/Galleria.vue +2 -2
- package/galleria/GalleriaContent.vue +7 -2
- package/galleria/GalleriaItem.vue +8 -2
- package/galleria/GalleriaThumbnails.vue +12 -20
- package/galleria/galleria.cjs.js +60 -64
- package/galleria/galleria.cjs.min.js +1 -1
- package/galleria/galleria.esm.js +56 -65
- package/galleria/galleria.esm.min.js +1 -1
- package/galleria/galleria.js +57 -66
- package/galleria/galleria.min.js +1 -1
- package/icons/angledoubledown/index.cjs.js +37 -0
- package/icons/angledoubledown/index.cjs.min.js +1 -0
- package/icons/angledoubledown/index.d.ts +12 -0
- package/icons/angledoubledown/index.esm.js +31 -0
- package/icons/angledoubledown/index.esm.min.js +1 -0
- package/icons/angledoubledown/index.js +39 -0
- package/icons/angledoubledown/index.min.js +1 -0
- package/icons/angledoubledown/index.vue +18 -0
- package/icons/angledoubledown/package.json +9 -0
- package/icons/angledoubleleft/index.cjs.js +37 -0
- package/icons/angledoubleleft/index.cjs.min.js +1 -0
- package/icons/angledoubleleft/index.d.ts +12 -0
- package/icons/angledoubleleft/index.esm.js +31 -0
- package/icons/angledoubleleft/index.esm.min.js +1 -0
- package/icons/angledoubleleft/index.js +39 -0
- package/icons/angledoubleleft/index.min.js +1 -0
- package/icons/angledoubleleft/index.vue +18 -0
- package/icons/angledoubleleft/package.json +9 -0
- package/icons/angledoubleright/index.cjs.js +37 -0
- package/icons/angledoubleright/index.cjs.min.js +1 -0
- package/icons/angledoubleright/index.d.ts +12 -0
- package/icons/angledoubleright/index.esm.js +31 -0
- package/icons/angledoubleright/index.esm.min.js +1 -0
- package/icons/angledoubleright/index.js +39 -0
- package/icons/angledoubleright/index.min.js +1 -0
- package/icons/angledoubleright/index.vue +18 -0
- package/icons/angledoubleright/package.json +9 -0
- package/icons/angledoubleup/index.cjs.js +37 -0
- package/icons/angledoubleup/index.cjs.min.js +1 -0
- package/icons/angledoubleup/index.d.ts +12 -0
- package/icons/angledoubleup/index.esm.js +31 -0
- package/icons/angledoubleup/index.esm.min.js +1 -0
- package/icons/angledoubleup/index.js +39 -0
- package/icons/angledoubleup/index.min.js +1 -0
- package/icons/angledoubleup/index.vue +18 -0
- package/icons/angledoubleup/package.json +9 -0
- package/icons/angledown/index.cjs.js +35 -0
- package/icons/angledown/index.cjs.min.js +1 -0
- package/icons/angledown/index.d.ts +12 -0
- package/icons/angledown/index.esm.js +29 -0
- package/icons/angledown/index.esm.min.js +1 -0
- package/icons/angledown/index.js +37 -0
- package/icons/angledown/index.min.js +1 -0
- package/icons/angledown/index.vue +16 -0
- package/icons/angledown/package.json +9 -0
- package/icons/angleleft/index.cjs.js +35 -0
- package/icons/angleleft/index.cjs.min.js +1 -0
- package/icons/angleleft/index.d.ts +12 -0
- package/icons/angleleft/index.esm.js +29 -0
- package/icons/angleleft/index.esm.min.js +1 -0
- package/icons/angleleft/index.js +37 -0
- package/icons/angleleft/index.min.js +1 -0
- package/icons/angleleft/index.vue +16 -0
- package/icons/angleleft/package.json +9 -0
- package/icons/angleright/index.cjs.js +35 -0
- package/icons/angleright/index.cjs.min.js +1 -0
- package/icons/angleright/index.d.ts +12 -0
- package/icons/angleright/index.esm.js +29 -0
- package/icons/angleright/index.esm.min.js +1 -0
- package/icons/angleright/index.js +37 -0
- package/icons/angleright/index.min.js +1 -0
- package/icons/angleright/index.vue +16 -0
- package/icons/angleright/package.json +9 -0
- package/icons/angleup/index.cjs.js +35 -0
- package/icons/angleup/index.cjs.min.js +1 -0
- package/icons/angleup/index.d.ts +12 -0
- package/icons/angleup/index.esm.js +29 -0
- package/icons/angleup/index.esm.min.js +1 -0
- package/icons/angleup/index.js +37 -0
- package/icons/angleup/index.min.js +1 -0
- package/icons/angleup/index.vue +16 -0
- package/icons/angleup/package.json +9 -0
- package/icons/arrowdown/index.cjs.js +49 -0
- package/icons/arrowdown/index.cjs.min.js +1 -0
- package/icons/arrowdown/index.d.ts +12 -0
- package/icons/arrowdown/index.esm.js +43 -0
- package/icons/arrowdown/index.esm.min.js +1 -0
- package/icons/arrowdown/index.js +51 -0
- package/icons/arrowdown/index.min.js +1 -0
- package/icons/arrowdown/index.vue +25 -0
- package/icons/arrowdown/package.json +9 -0
- package/icons/arrowup/index.cjs.js +49 -0
- package/icons/arrowup/index.cjs.min.js +1 -0
- package/icons/arrowup/index.d.ts +12 -0
- package/icons/arrowup/index.esm.js +43 -0
- package/icons/arrowup/index.esm.min.js +1 -0
- package/icons/arrowup/index.js +51 -0
- package/icons/arrowup/index.min.js +1 -0
- package/icons/arrowup/index.vue +25 -0
- package/icons/arrowup/package.json +9 -0
- package/icons/ban/index.cjs.js +47 -0
- package/icons/ban/index.cjs.min.js +1 -0
- package/icons/ban/index.d.ts +12 -0
- package/icons/ban/index.esm.js +41 -0
- package/icons/ban/index.esm.min.js +1 -0
- package/icons/ban/index.js +49 -0
- package/icons/ban/index.min.js +1 -0
- package/icons/ban/index.vue +23 -0
- package/icons/ban/package.json +9 -0
- package/icons/bars/index.cjs.js +37 -0
- package/icons/bars/index.cjs.min.js +1 -0
- package/icons/bars/index.d.ts +12 -0
- package/icons/bars/index.esm.js +31 -0
- package/icons/bars/index.esm.min.js +1 -0
- package/icons/bars/index.js +39 -0
- package/icons/bars/index.min.js +1 -0
- package/icons/bars/index.vue +18 -0
- package/icons/bars/package.json +9 -0
- package/icons/calendar/index.cjs.js +35 -0
- package/icons/calendar/index.cjs.min.js +1 -0
- package/icons/calendar/index.d.ts +12 -0
- package/icons/calendar/index.esm.js +29 -0
- package/icons/calendar/index.esm.min.js +1 -0
- package/icons/calendar/index.js +37 -0
- package/icons/calendar/index.min.js +1 -0
- package/icons/calendar/index.vue +16 -0
- package/icons/calendar/package.json +9 -0
- package/icons/check/index.cjs.js +35 -0
- package/icons/check/index.cjs.min.js +1 -0
- package/icons/check/index.d.ts +12 -0
- package/icons/check/index.esm.js +29 -0
- package/icons/check/index.esm.min.js +1 -0
- package/icons/check/index.js +37 -0
- package/icons/check/index.min.js +1 -0
- package/icons/check/index.vue +16 -0
- package/icons/check/package.json +9 -0
- package/icons/chevrondown/index.cjs.js +35 -0
- package/icons/chevrondown/index.cjs.min.js +1 -0
- package/icons/chevrondown/index.d.ts +12 -0
- package/icons/chevrondown/index.esm.js +29 -0
- package/icons/chevrondown/index.esm.min.js +1 -0
- package/icons/chevrondown/index.js +37 -0
- package/icons/chevrondown/index.min.js +1 -0
- package/icons/chevrondown/index.vue +16 -0
- package/icons/chevrondown/package.json +9 -0
- package/icons/chevronleft/index.cjs.js +35 -0
- package/icons/chevronleft/index.cjs.min.js +1 -0
- package/icons/chevronleft/index.d.ts +12 -0
- package/icons/chevronleft/index.esm.js +29 -0
- package/icons/chevronleft/index.esm.min.js +1 -0
- package/icons/chevronleft/index.js +37 -0
- package/icons/chevronleft/index.min.js +1 -0
- package/icons/chevronleft/index.vue +16 -0
- package/icons/chevronleft/package.json +9 -0
- package/icons/chevronright/index.cjs.js +35 -0
- package/icons/chevronright/index.cjs.min.js +1 -0
- package/icons/chevronright/index.d.ts +12 -0
- package/icons/chevronright/index.esm.js +29 -0
- package/icons/chevronright/index.esm.min.js +1 -0
- package/icons/chevronright/index.js +37 -0
- package/icons/chevronright/index.min.js +1 -0
- package/icons/chevronright/index.vue +16 -0
- package/icons/chevronright/package.json +9 -0
- package/icons/chevronup/index.cjs.js +35 -0
- package/icons/chevronup/index.cjs.min.js +1 -0
- package/icons/chevronup/index.d.ts +12 -0
- package/icons/chevronup/index.esm.js +29 -0
- package/icons/chevronup/index.esm.min.js +1 -0
- package/icons/chevronup/index.js +37 -0
- package/icons/chevronup/index.min.js +1 -0
- package/icons/chevronup/index.vue +16 -0
- package/icons/chevronup/package.json +9 -0
- package/icons/exclamationtriangle/index.cjs.js +32 -0
- package/icons/exclamationtriangle/index.cjs.min.js +1 -0
- package/icons/exclamationtriangle/index.d.ts +12 -0
- package/icons/exclamationtriangle/index.esm.js +26 -0
- package/icons/exclamationtriangle/index.esm.min.js +1 -0
- package/icons/exclamationtriangle/index.js +34 -0
- package/icons/exclamationtriangle/index.min.js +1 -0
- package/icons/exclamationtriangle/index.vue +31 -0
- package/icons/exclamationtriangle/package.json +9 -0
- package/icons/eye/index.cjs.js +37 -0
- package/icons/eye/index.cjs.min.js +1 -0
- package/icons/eye/index.d.ts +12 -0
- package/icons/eye/index.esm.js +31 -0
- package/icons/eye/index.esm.min.js +1 -0
- package/icons/eye/index.js +39 -0
- package/icons/eye/index.min.js +1 -0
- package/icons/eye/index.vue +18 -0
- package/icons/eye/package.json +9 -0
- package/icons/eyeslash/index.cjs.js +49 -0
- package/icons/eyeslash/index.cjs.min.js +1 -0
- package/icons/eyeslash/index.d.ts +12 -0
- package/icons/eyeslash/index.esm.js +43 -0
- package/icons/eyeslash/index.esm.min.js +1 -0
- package/icons/eyeslash/index.js +51 -0
- package/icons/eyeslash/index.min.js +1 -0
- package/icons/eyeslash/index.vue +25 -0
- package/icons/eyeslash/package.json +9 -0
- package/icons/filter/index.cjs.js +47 -0
- package/icons/filter/index.cjs.min.js +1 -0
- package/icons/filter/index.d.ts +12 -0
- package/icons/filter/index.esm.js +41 -0
- package/icons/filter/index.esm.min.js +1 -0
- package/icons/filter/index.js +49 -0
- package/icons/filter/index.min.js +1 -0
- package/icons/filter/index.vue +23 -0
- package/icons/filter/package.json +9 -0
- package/icons/filterslash/index.cjs.js +49 -0
- package/icons/filterslash/index.cjs.min.js +1 -0
- package/icons/filterslash/index.d.ts +12 -0
- package/icons/filterslash/index.esm.js +43 -0
- package/icons/filterslash/index.esm.min.js +1 -0
- package/icons/filterslash/index.js +51 -0
- package/icons/filterslash/index.min.js +1 -0
- package/icons/filterslash/index.vue +25 -0
- package/icons/filterslash/package.json +9 -0
- package/icons/index.d.ts +12 -0
- package/icons/infocircle/index.cjs.js +49 -0
- package/icons/infocircle/index.cjs.min.js +1 -0
- package/icons/infocircle/index.d.ts +12 -0
- package/icons/infocircle/index.esm.js +43 -0
- package/icons/infocircle/index.esm.min.js +1 -0
- package/icons/infocircle/index.js +51 -0
- package/icons/infocircle/index.min.js +1 -0
- package/icons/infocircle/index.vue +25 -0
- package/icons/infocircle/package.json +9 -0
- package/icons/minus/index.cjs.js +35 -0
- package/icons/minus/index.cjs.min.js +1 -0
- package/icons/minus/index.d.ts +12 -0
- package/icons/minus/index.esm.js +29 -0
- package/icons/minus/index.esm.min.js +1 -0
- package/icons/minus/index.js +37 -0
- package/icons/minus/index.min.js +1 -0
- package/icons/minus/index.vue +16 -0
- package/icons/minus/package.json +9 -0
- package/icons/pencil/index.cjs.js +47 -0
- package/icons/pencil/index.cjs.min.js +1 -0
- package/icons/pencil/index.d.ts +12 -0
- package/icons/pencil/index.esm.js +41 -0
- package/icons/pencil/index.esm.min.js +1 -0
- package/icons/pencil/index.js +49 -0
- package/icons/pencil/index.min.js +1 -0
- package/icons/pencil/index.vue +23 -0
- package/icons/pencil/package.json +9 -0
- package/icons/plus/index.cjs.js +47 -0
- package/icons/plus/index.cjs.min.js +1 -0
- package/icons/plus/index.d.ts +12 -0
- package/icons/plus/index.esm.js +41 -0
- package/icons/plus/index.esm.min.js +1 -0
- package/icons/plus/index.js +49 -0
- package/icons/plus/index.min.js +1 -0
- package/icons/plus/index.vue +23 -0
- package/icons/plus/package.json +9 -0
- package/icons/refresh/index.cjs.js +49 -0
- package/icons/refresh/index.cjs.min.js +1 -0
- package/icons/refresh/index.d.ts +12 -0
- package/icons/refresh/index.esm.js +43 -0
- package/icons/refresh/index.esm.min.js +1 -0
- package/icons/refresh/index.js +51 -0
- package/icons/refresh/index.min.js +1 -0
- package/icons/refresh/index.vue +25 -0
- package/icons/refresh/package.json +9 -0
- package/icons/search/index.cjs.js +49 -0
- package/icons/search/index.cjs.min.js +1 -0
- package/icons/search/index.d.ts +12 -0
- package/icons/search/index.esm.js +43 -0
- package/icons/search/index.esm.min.js +1 -0
- package/icons/search/index.js +51 -0
- package/icons/search/index.min.js +1 -0
- package/icons/search/index.vue +25 -0
- package/icons/search/package.json +9 -0
- package/icons/searchminus/index.cjs.js +49 -0
- package/icons/searchminus/index.cjs.min.js +1 -0
- package/icons/searchminus/index.d.ts +12 -0
- package/icons/searchminus/index.esm.js +43 -0
- package/icons/searchminus/index.esm.min.js +1 -0
- package/icons/searchminus/index.js +51 -0
- package/icons/searchminus/index.min.js +1 -0
- package/icons/searchminus/index.vue +25 -0
- package/icons/searchminus/package.json +9 -0
- package/icons/searchplus/index.cjs.js +49 -0
- package/icons/searchplus/index.cjs.min.js +1 -0
- package/icons/searchplus/index.d.ts +12 -0
- package/icons/searchplus/index.esm.js +43 -0
- package/icons/searchplus/index.esm.min.js +1 -0
- package/icons/searchplus/index.js +51 -0
- package/icons/searchplus/index.min.js +1 -0
- package/icons/searchplus/index.vue +25 -0
- package/icons/searchplus/package.json +9 -0
- package/icons/sortalt/index.cjs.js +32 -0
- package/icons/sortalt/index.cjs.min.js +1 -0
- package/icons/sortalt/index.d.ts +12 -0
- package/icons/sortalt/index.esm.js +26 -0
- package/icons/sortalt/index.esm.min.js +1 -0
- package/icons/sortalt/index.js +34 -0
- package/icons/sortalt/index.min.js +1 -0
- package/icons/sortalt/index.vue +29 -0
- package/icons/sortalt/package.json +9 -0
- package/icons/sortamountdown/index.cjs.js +32 -0
- package/icons/sortamountdown/index.cjs.min.js +1 -0
- package/icons/sortamountdown/index.d.ts +12 -0
- package/icons/sortamountdown/index.esm.js +26 -0
- package/icons/sortamountdown/index.esm.min.js +1 -0
- package/icons/sortamountdown/index.js +34 -0
- package/icons/sortamountdown/index.min.js +1 -0
- package/icons/sortamountdown/index.vue +43 -0
- package/icons/sortamountdown/package.json +9 -0
- package/icons/sortamountupalt/index.cjs.js +32 -0
- package/icons/sortamountupalt/index.cjs.min.js +1 -0
- package/icons/sortamountupalt/index.d.ts +12 -0
- package/icons/sortamountupalt/index.esm.js +26 -0
- package/icons/sortamountupalt/index.esm.min.js +1 -0
- package/icons/sortamountupalt/index.js +34 -0
- package/icons/sortamountupalt/index.min.js +1 -0
- package/icons/sortamountupalt/index.vue +43 -0
- package/icons/sortamountupalt/package.json +9 -0
- package/icons/spinner/index.cjs.js +47 -0
- package/icons/spinner/index.cjs.min.js +1 -0
- package/icons/spinner/index.d.ts +12 -0
- package/icons/spinner/index.esm.js +41 -0
- package/icons/spinner/index.esm.min.js +1 -0
- package/icons/spinner/index.js +49 -0
- package/icons/spinner/index.min.js +1 -0
- package/icons/spinner/index.vue +23 -0
- package/icons/spinner/package.json +9 -0
- package/icons/star/index.cjs.js +47 -0
- package/icons/star/index.cjs.min.js +1 -0
- package/icons/star/index.d.ts +12 -0
- package/icons/star/index.esm.js +41 -0
- package/icons/star/index.esm.min.js +1 -0
- package/icons/star/index.js +49 -0
- package/icons/star/index.min.js +1 -0
- package/icons/star/index.vue +23 -0
- package/icons/star/package.json +9 -0
- package/icons/starfill/index.cjs.js +47 -0
- package/icons/starfill/index.cjs.min.js +1 -0
- package/icons/starfill/index.d.ts +12 -0
- package/icons/starfill/index.esm.js +41 -0
- package/icons/starfill/index.esm.min.js +1 -0
- package/icons/starfill/index.js +49 -0
- package/icons/starfill/index.min.js +1 -0
- package/icons/starfill/index.vue +23 -0
- package/icons/starfill/package.json +9 -0
- package/icons/thlarge/index.cjs.js +49 -0
- package/icons/thlarge/index.cjs.min.js +1 -0
- package/icons/thlarge/index.d.ts +12 -0
- package/icons/thlarge/index.esm.js +43 -0
- package/icons/thlarge/index.esm.min.js +1 -0
- package/icons/thlarge/index.js +51 -0
- package/icons/thlarge/index.min.js +1 -0
- package/icons/thlarge/index.vue +25 -0
- package/icons/thlarge/package.json +9 -0
- package/icons/times/index.cjs.js +35 -0
- package/icons/times/index.cjs.min.js +1 -0
- package/icons/times/index.d.ts +12 -0
- package/icons/times/index.esm.js +29 -0
- package/icons/times/index.esm.min.js +1 -0
- package/icons/times/index.js +37 -0
- package/icons/times/index.min.js +1 -0
- package/icons/times/index.vue +16 -0
- package/icons/times/package.json +9 -0
- package/icons/timescircle/index.cjs.js +49 -0
- package/icons/timescircle/index.cjs.min.js +1 -0
- package/icons/timescircle/index.d.ts +12 -0
- package/icons/timescircle/index.esm.js +43 -0
- package/icons/timescircle/index.esm.min.js +1 -0
- package/icons/timescircle/index.js +51 -0
- package/icons/timescircle/index.min.js +1 -0
- package/icons/timescircle/index.vue +25 -0
- package/icons/timescircle/package.json +9 -0
- package/icons/trash/index.cjs.js +49 -0
- package/icons/trash/index.cjs.min.js +1 -0
- package/icons/trash/index.d.ts +12 -0
- package/icons/trash/index.esm.js +43 -0
- package/icons/trash/index.esm.min.js +1 -0
- package/icons/trash/index.js +51 -0
- package/icons/trash/index.min.js +1 -0
- package/icons/trash/index.vue +25 -0
- package/icons/trash/package.json +9 -0
- package/icons/undo/index.cjs.js +49 -0
- package/icons/undo/index.cjs.min.js +1 -0
- package/icons/undo/index.d.ts +12 -0
- package/icons/undo/index.esm.js +43 -0
- package/icons/undo/index.esm.min.js +1 -0
- package/icons/undo/index.js +51 -0
- package/icons/undo/index.min.js +1 -0
- package/icons/undo/index.vue +25 -0
- package/icons/undo/package.json +9 -0
- package/icons/upload/index.cjs.js +49 -0
- package/icons/upload/index.cjs.min.js +1 -0
- package/icons/upload/index.d.ts +12 -0
- package/icons/upload/index.esm.js +43 -0
- package/icons/upload/index.esm.min.js +1 -0
- package/icons/upload/index.js +51 -0
- package/icons/upload/index.min.js +1 -0
- package/icons/upload/index.vue +25 -0
- package/icons/upload/package.json +9 -0
- package/icons/windowmaximize/index.cjs.js +49 -0
- package/icons/windowmaximize/index.cjs.min.js +1 -0
- package/icons/windowmaximize/index.d.ts +12 -0
- package/icons/windowmaximize/index.esm.js +43 -0
- package/icons/windowmaximize/index.esm.min.js +1 -0
- package/icons/windowmaximize/index.js +51 -0
- package/icons/windowmaximize/index.min.js +1 -0
- package/icons/windowmaximize/index.vue +25 -0
- package/icons/windowmaximize/package.json +9 -0
- package/icons/windowminimize/index.cjs.js +49 -0
- package/icons/windowminimize/index.cjs.min.js +1 -0
- package/icons/windowminimize/index.d.ts +12 -0
- package/icons/windowminimize/index.esm.js +43 -0
- package/icons/windowminimize/index.esm.min.js +1 -0
- package/icons/windowminimize/index.js +51 -0
- package/icons/windowminimize/index.min.js +1 -0
- package/icons/windowminimize/index.vue +25 -0
- package/icons/windowminimize/package.json +9 -0
- package/image/Image.d.ts +1 -1
- package/image/Image.vue +21 -13
- package/image/image.cjs.js +45 -29
- package/image/image.cjs.min.js +1 -1
- package/image/image.esm.js +40 -30
- package/image/image.esm.min.js +1 -1
- package/image/image.js +41 -31
- package/image/image.min.js +1 -1
- package/inlinemessage/InlineMessage.d.ts +61 -0
- package/inlinemessage/InlineMessage.vue +25 -13
- package/inlinemessage/inlinemessage.cjs.js +36 -21
- package/inlinemessage/inlinemessage.cjs.min.js +1 -1
- package/inlinemessage/inlinemessage.esm.js +29 -22
- package/inlinemessage/inlinemessage.esm.min.js +1 -1
- package/inlinemessage/inlinemessage.js +33 -23
- package/inlinemessage/inlinemessage.min.js +1 -1
- package/inplace/Inplace.d.ts +64 -1
- package/inplace/Inplace.vue +16 -6
- package/inplace/inplace.cjs.js +28 -16
- package/inplace/inplace.cjs.min.js +1 -1
- package/inplace/inplace.esm.js +27 -17
- package/inplace/inplace.esm.min.js +1 -1
- package/inplace/inplace.js +28 -18
- package/inplace/inplace.min.js +1 -1
- package/inputnumber/InputNumber.d.ts +13 -4
- package/inputnumber/InputNumber.vue +35 -7
- package/inputnumber/inputnumber.cjs.js +53 -19
- package/inputnumber/inputnumber.cjs.min.js +1 -1
- package/inputnumber/inputnumber.esm.js +52 -20
- package/inputnumber/inputnumber.esm.min.js +1 -1
- package/inputnumber/inputnumber.js +53 -21
- package/inputnumber/inputnumber.min.js +1 -1
- package/listbox/Listbox.d.ts +6 -2
- package/listbox/Listbox.vue +8 -3
- package/listbox/listbox.cjs.js +10 -5
- package/listbox/listbox.cjs.min.js +1 -1
- package/listbox/listbox.esm.js +10 -6
- package/listbox/listbox.esm.min.js +1 -1
- package/listbox/listbox.js +11 -7
- package/listbox/listbox.min.js +1 -1
- package/megamenu/MegaMenu.d.ts +172 -0
- package/megamenu/MegaMenu.vue +7 -4
- package/megamenu/MegaMenuSub.vue +58 -22
- package/megamenu/megamenu.cjs.js +119 -86
- package/megamenu/megamenu.cjs.min.js +1 -1
- package/megamenu/megamenu.esm.js +117 -87
- package/megamenu/megamenu.esm.min.js +1 -1
- package/megamenu/megamenu.js +118 -88
- package/megamenu/megamenu.min.js +1 -1
- package/menu/Menu.d.ts +127 -0
- package/menu/Menu.vue +11 -8
- package/menu/Menuitem.vue +30 -11
- package/menu/menu.cjs.js +99 -71
- package/menu/menu.cjs.min.js +1 -1
- package/menu/menu.esm.js +99 -72
- package/menu/menu.esm.min.js +1 -1
- package/menu/menu.js +100 -73
- package/menu/menu.min.js +1 -1
- package/menubar/Menubar.d.ts +177 -0
- package/menubar/Menubar.vue +14 -7
- package/menubar/MenubarSub.vue +54 -18
- package/menubar/menubar.cjs.js +116 -76
- package/menubar/menubar.cjs.min.js +1 -1
- package/menubar/menubar.esm.js +113 -77
- package/menubar/menubar.esm.min.js +1 -1
- package/menubar/menubar.js +114 -78
- package/menubar/menubar.min.js +1 -1
- package/message/Message.d.ts +83 -1
- package/message/Message.vue +36 -22
- package/message/message.cjs.js +59 -35
- package/message/message.cjs.min.js +1 -1
- package/message/message.esm.js +54 -36
- package/message/message.esm.min.js +1 -1
- package/message/message.js +55 -37
- package/message/message.min.js +1 -1
- package/multiselect/MultiSelect.d.ts +85 -6
- package/multiselect/MultiSelect.vue +41 -17
- package/multiselect/multiselect.cjs.js +96 -32
- package/multiselect/multiselect.cjs.min.js +1 -1
- package/multiselect/multiselect.esm.js +91 -33
- package/multiselect/multiselect.esm.min.js +1 -1
- package/multiselect/multiselect.js +92 -34
- package/multiselect/multiselect.min.js +1 -1
- package/orderlist/OrderList.d.ts +16 -0
- package/orderlist/OrderList.vue +37 -5
- package/orderlist/orderlist.cjs.js +49 -9
- package/orderlist/orderlist.cjs.min.js +1 -1
- package/orderlist/orderlist.esm.js +46 -10
- package/orderlist/orderlist.esm.min.js +1 -1
- package/orderlist/orderlist.js +47 -11
- package/orderlist/orderlist.min.js +1 -1
- package/organizationchart/OrganizationChart.d.ts +10 -0
- package/organizationchart/OrganizationChartNode.vue +8 -1
- package/organizationchart/organizationchart.cjs.js +21 -3
- package/organizationchart/organizationchart.cjs.min.js +1 -1
- package/organizationchart/organizationchart.esm.js +16 -3
- package/organizationchart/organizationchart.esm.min.js +1 -1
- package/organizationchart/organizationchart.js +21 -5
- package/organizationchart/organizationchart.min.js +1 -1
- package/overlaypanel/OverlayPanel.d.ts +65 -0
- package/overlaypanel/OverlayPanel.vue +15 -5
- package/overlaypanel/overlaypanel.cjs.js +23 -11
- package/overlaypanel/overlaypanel.cjs.min.js +1 -1
- package/overlaypanel/overlaypanel.esm.js +22 -12
- package/overlaypanel/overlaypanel.esm.min.js +1 -1
- package/overlaypanel/overlaypanel.js +23 -13
- package/overlaypanel/overlaypanel.min.js +1 -1
- package/package.json +2 -3
- package/paginator/FirstPageLink.vue +11 -1
- package/paginator/LastPageLink.vue +11 -1
- package/paginator/NextPageLink.vue +11 -1
- package/paginator/Paginator.d.ts +17 -1
- package/paginator/Paginator.vue +4 -4
- package/paginator/PrevPageLink.vue +11 -1
- package/paginator/paginator.cjs.js +70 -34
- package/paginator/paginator.cjs.min.js +1 -1
- package/paginator/paginator.esm.js +67 -35
- package/paginator/paginator.esm.min.js +1 -1
- package/paginator/paginator.js +68 -36
- package/paginator/paginator.min.js +1 -1
- package/panel/Panel.d.ts +101 -1
- package/panel/Panel.vue +22 -9
- package/panel/panel.cjs.js +44 -27
- package/panel/panel.cjs.min.js +1 -1
- package/panel/panel.esm.js +42 -28
- package/panel/panel.esm.min.js +1 -1
- package/panel/panel.js +43 -29
- package/panel/panel.min.js +1 -1
- package/panelmenu/PanelMenu.d.ts +170 -0
- package/panelmenu/PanelMenu.vue +45 -17
- package/panelmenu/PanelMenuList.vue +6 -3
- package/panelmenu/PanelMenuSub.vue +48 -19
- package/panelmenu/panelmenu.cjs.js +175 -118
- package/panelmenu/panelmenu.cjs.min.js +1 -1
- package/panelmenu/panelmenu.esm.js +173 -119
- package/panelmenu/panelmenu.esm.min.js +1 -1
- package/panelmenu/panelmenu.js +174 -120
- package/panelmenu/panelmenu.min.js +1 -1
- package/password/Password.d.ts +20 -2
- package/password/Password.vue +13 -7
- package/password/password.cjs.js +30 -12
- package/password/password.cjs.min.js +1 -1
- package/password/password.esm.js +29 -13
- package/password/password.esm.min.js +1 -1
- package/password/password.js +30 -14
- package/password/password.min.js +1 -1
- package/picklist/PickList.d.ts +56 -0
- package/picklist/PickList.vue +134 -30
- package/picklist/picklist.cjs.js +166 -58
- package/picklist/picklist.cjs.min.js +1 -1
- package/picklist/picklist.esm.js +159 -59
- package/picklist/picklist.esm.min.js +1 -1
- package/picklist/picklist.js +160 -60
- package/picklist/picklist.min.js +1 -1
- package/progressbar/ProgressBar.d.ts +40 -0
- package/progressbar/ProgressBar.vue +8 -5
- package/progressbar/progressbar.cjs.js +25 -23
- package/progressbar/progressbar.cjs.min.js +1 -1
- package/progressbar/progressbar.esm.js +22 -24
- package/progressbar/progressbar.esm.min.js +1 -1
- package/progressbar/progressbar.js +26 -25
- package/progressbar/progressbar.min.js +1 -1
- package/progressspinner/ProgressSpinner.d.ts +40 -0
- package/progressspinner/ProgressSpinner.vue +6 -3
- package/progressspinner/progressspinner.cjs.js +18 -13
- package/progressspinner/progressspinner.cjs.min.js +1 -1
- package/progressspinner/progressspinner.esm.js +15 -14
- package/progressspinner/progressspinner.esm.min.js +1 -1
- package/progressspinner/progressspinner.js +19 -15
- package/progressspinner/progressspinner.min.js +1 -1
- package/rating/Rating.d.ts +3 -3
- package/rating/Rating.vue +14 -15
- package/rating/rating.cjs.js +26 -21
- package/rating/rating.cjs.min.js +1 -1
- package/rating/rating.esm.js +21 -22
- package/rating/rating.esm.min.js +1 -1
- package/rating/rating.js +25 -23
- package/rating/rating.min.js +1 -1
- package/resources/primevue.css +3 -1
- package/resources/primevue.min.css +1 -1
- package/resources/themes/arya-blue/theme.css +80 -1
- package/resources/themes/arya-green/theme.css +80 -1
- package/resources/themes/arya-orange/theme.css +80 -1
- package/resources/themes/arya-purple/theme.css +80 -1
- package/resources/themes/bootstrap4-dark-blue/theme.css +80 -1
- package/resources/themes/bootstrap4-dark-purple/theme.css +80 -1
- package/resources/themes/bootstrap4-light-blue/theme.css +80 -1
- package/resources/themes/bootstrap4-light-purple/theme.css +80 -1
- package/resources/themes/fluent-light/theme.css +80 -1
- package/resources/themes/lara-dark-blue/theme.css +80 -1
- package/resources/themes/lara-dark-indigo/theme.css +80 -1
- package/resources/themes/lara-dark-purple/theme.css +80 -1
- package/resources/themes/lara-dark-teal/theme.css +80 -1
- package/resources/themes/lara-light-blue/theme.css +80 -1
- package/resources/themes/lara-light-indigo/theme.css +80 -1
- package/resources/themes/lara-light-purple/theme.css +80 -1
- package/resources/themes/lara-light-teal/theme.css +80 -1
- package/resources/themes/luna-amber/theme.css +80 -1
- package/resources/themes/luna-blue/theme.css +80 -1
- package/resources/themes/luna-green/theme.css +80 -1
- package/resources/themes/luna-pink/theme.css +80 -1
- package/resources/themes/md-dark-deeppurple/theme.css +83 -1
- package/resources/themes/md-dark-indigo/theme.css +83 -1
- package/resources/themes/md-light-deeppurple/theme.css +83 -1
- package/resources/themes/md-light-indigo/theme.css +83 -1
- package/resources/themes/mdc-dark-deeppurple/theme.css +83 -1
- package/resources/themes/mdc-dark-indigo/theme.css +83 -1
- package/resources/themes/mdc-light-deeppurple/theme.css +83 -1
- package/resources/themes/mdc-light-indigo/theme.css +83 -1
- package/resources/themes/mira/theme.css +80 -1
- package/resources/themes/nano/theme.css +80 -1
- package/resources/themes/nova/theme.css +80 -1
- package/resources/themes/nova-accent/theme.css +80 -1
- package/resources/themes/nova-alt/theme.css +80 -1
- package/resources/themes/nova-vue/theme.css +80 -1
- package/resources/themes/rhea/theme.css +80 -1
- package/resources/themes/saga-blue/theme.css +80 -1
- package/resources/themes/saga-green/theme.css +80 -1
- package/resources/themes/saga-orange/theme.css +80 -1
- package/resources/themes/saga-purple/theme.css +80 -1
- package/resources/themes/soho-dark/theme.css +80 -1
- package/resources/themes/soho-light/theme.css +80 -1
- package/resources/themes/tailwind-light/theme.css +80 -1
- package/resources/themes/vela-blue/theme.css +80 -1
- package/resources/themes/vela-green/theme.css +80 -1
- package/resources/themes/vela-orange/theme.css +80 -1
- package/resources/themes/vela-purple/theme.css +80 -1
- package/resources/themes/viva-dark/theme.css +80 -1
- package/resources/themes/viva-light/theme.css +80 -1
- package/scrollpanel/ScrollPanel.d.ts +74 -0
- package/scrollpanel/ScrollPanel.vue +7 -3
- package/scrollpanel/scrollpanel.cjs.js +19 -15
- package/scrollpanel/scrollpanel.cjs.min.js +1 -1
- package/scrollpanel/scrollpanel.esm.js +16 -16
- package/scrollpanel/scrollpanel.esm.min.js +1 -1
- package/scrollpanel/scrollpanel.js +20 -17
- package/scrollpanel/scrollpanel.min.js +1 -1
- package/scrolltop/ScrollTop.d.ts +56 -2
- package/scrolltop/ScrollTop.vue +11 -6
- package/scrolltop/scrolltop.cjs.js +22 -12
- package/scrolltop/scrolltop.cjs.min.js +1 -1
- package/scrolltop/scrolltop.esm.js +18 -13
- package/scrolltop/scrolltop.esm.min.js +1 -1
- package/scrolltop/scrolltop.js +22 -14
- package/scrolltop/scrolltop.min.js +1 -1
- package/sidebar/Sidebar.d.ts +73 -1
- package/sidebar/Sidebar.vue +15 -9
- package/sidebar/sidebar.cjs.js +33 -26
- package/sidebar/sidebar.cjs.min.js +1 -1
- package/sidebar/sidebar.esm.js +32 -27
- package/sidebar/sidebar.esm.min.js +1 -1
- package/sidebar/sidebar.js +33 -28
- package/sidebar/sidebar.min.js +1 -1
- package/skeleton/Skeleton.d.ts +32 -0
- package/skeleton/Skeleton.vue +4 -1
- package/skeleton/skeleton.cjs.js +10 -4
- package/skeleton/skeleton.cjs.min.js +1 -1
- package/skeleton/skeleton.esm.js +7 -5
- package/skeleton/skeleton.esm.min.js +1 -1
- package/skeleton/skeleton.js +11 -6
- package/skeleton/skeleton.min.js +1 -1
- package/speeddial/SpeedDial.d.ts +113 -1
- package/speeddial/SpeedDial.vue +45 -14
- package/speeddial/speeddial.cjs.js +65 -34
- package/speeddial/speeddial.cjs.min.js +1 -1
- package/speeddial/speeddial.esm.js +64 -35
- package/speeddial/speeddial.esm.min.js +1 -1
- package/speeddial/speeddial.js +65 -36
- package/speeddial/speeddial.min.js +1 -1
- package/splitbutton/SplitButton.d.ts +74 -0
- package/splitbutton/SplitButton.vue +23 -7
- package/splitbutton/splitbutton.cjs.js +40 -16
- package/splitbutton/splitbutton.cjs.min.js +1 -1
- package/splitbutton/splitbutton.esm.js +39 -17
- package/splitbutton/splitbutton.esm.min.js +1 -1
- package/splitbutton/splitbutton.js +40 -18
- package/splitbutton/splitbutton.min.js +1 -1
- package/splitter/Splitter.d.ts +51 -0
- package/splitter/Splitter.vue +15 -3
- package/splitter/splitter.cjs.js +16 -11
- package/splitter/splitter.cjs.min.js +1 -1
- package/splitter/splitter.esm.js +13 -12
- package/splitter/splitter.esm.min.js +1 -1
- package/splitter/splitter.js +17 -13
- package/splitter/splitter.min.js +1 -1
- package/splitterpanel/SplitterPanel.d.ts +32 -0
- package/splitterpanel/SplitterPanel.vue +4 -1
- package/splitterpanel/splitterpanel.cjs.js +10 -4
- package/splitterpanel/splitterpanel.cjs.min.js +1 -1
- package/splitterpanel/splitterpanel.esm.js +7 -5
- package/splitterpanel/splitterpanel.esm.min.js +1 -1
- package/splitterpanel/splitterpanel.js +11 -6
- package/splitterpanel/splitterpanel.min.js +1 -1
- package/steps/Steps.d.ts +52 -0
- package/steps/Steps.vue +11 -8
- package/steps/steps.cjs.js +34 -33
- package/steps/steps.cjs.min.js +1 -1
- package/steps/steps.esm.js +31 -34
- package/steps/steps.esm.min.js +1 -1
- package/steps/steps.js +35 -35
- package/steps/steps.min.js +1 -1
- package/tabmenu/TabMenu.d.ts +93 -0
- package/tabmenu/TabMenu.vue +22 -10
- package/tabmenu/tabmenu.cjs.js +61 -43
- package/tabmenu/tabmenu.cjs.min.js +1 -1
- package/tabmenu/tabmenu.esm.js +61 -44
- package/tabmenu/tabmenu.esm.min.js +1 -1
- package/tabmenu/tabmenu.js +62 -45
- package/tabmenu/tabmenu.min.js +1 -1
- package/tabpanel/TabPanel.d.ts +52 -2
- package/tabpanel/TabPanel.vue +2 -0
- package/tabpanel/tabpanel.cjs.js +6 -0
- package/tabpanel/tabpanel.cjs.min.js +1 -1
- package/tabpanel/tabpanel.esm.js +2 -0
- package/tabpanel/tabpanel.esm.min.js +1 -1
- package/tabpanel/tabpanel.js +7 -2
- package/tabpanel/tabpanel.min.js +1 -1
- package/tabview/TabView.d.ts +108 -3
- package/tabview/TabView.vue +52 -15
- package/tabview/tabview.cjs.js +81 -60
- package/tabview/tabview.cjs.min.js +1 -1
- package/tabview/tabview.esm.js +79 -61
- package/tabview/tabview.esm.min.js +1 -1
- package/tabview/tabview.js +80 -62
- package/tabview/tabview.min.js +1 -1
- package/tag/Tag.d.ts +45 -0
- package/tag/Tag.vue +7 -3
- package/tag/tag.cjs.js +19 -12
- package/tag/tag.cjs.min.js +1 -1
- package/tag/tag.esm.js +16 -13
- package/tag/tag.esm.min.js +1 -1
- package/tag/tag.js +20 -14
- package/tag/tag.min.js +1 -1
- package/terminal/Terminal.d.ts +79 -0
- package/terminal/Terminal.vue +12 -10
- package/terminal/terminal.cjs.js +23 -28
- package/terminal/terminal.cjs.min.js +1 -1
- package/terminal/terminal.esm.js +23 -29
- package/terminal/terminal.esm.min.js +1 -1
- package/terminal/terminal.js +24 -30
- package/terminal/terminal.min.js +1 -1
- package/tieredmenu/TieredMenu.d.ts +153 -0
- package/tieredmenu/TieredMenu.vue +5 -2
- package/tieredmenu/TieredMenuSub.vue +52 -15
- package/tieredmenu/tieredmenu.cjs.js +88 -51
- package/tieredmenu/tieredmenu.cjs.min.js +1 -1
- package/tieredmenu/tieredmenu.esm.js +87 -52
- package/tieredmenu/tieredmenu.esm.min.js +1 -1
- package/tieredmenu/tieredmenu.js +88 -53
- package/tieredmenu/tieredmenu.min.js +1 -1
- package/toast/Toast.d.ts +94 -6
- package/toast/Toast.vue +10 -7
- package/toast/ToastMessage.vue +35 -14
- package/toast/toast.cjs.js +66 -41
- package/toast/toast.cjs.min.js +1 -1
- package/toast/toast.esm.js +61 -42
- package/toast/toast.esm.min.js +1 -1
- package/toast/toast.js +62 -43
- package/toast/toast.min.js +1 -1
- package/togglebutton/ToggleButton.d.ts +18 -2
- package/togglebutton/ToggleButton.vue +4 -2
- package/togglebutton/togglebutton.cjs.js +12 -7
- package/togglebutton/togglebutton.cjs.min.js +1 -1
- package/togglebutton/togglebutton.esm.js +13 -8
- package/togglebutton/togglebutton.esm.min.js +1 -1
- package/togglebutton/togglebutton.js +12 -7
- package/togglebutton/togglebutton.min.js +1 -1
- package/toolbar/Toolbar.d.ts +44 -0
- package/toolbar/Toolbar.vue +6 -4
- package/toolbar/toolbar.cjs.js +15 -12
- package/toolbar/toolbar.cjs.min.js +1 -1
- package/toolbar/toolbar.esm.js +12 -13
- package/toolbar/toolbar.esm.min.js +1 -1
- package/toolbar/toolbar.js +16 -14
- package/toolbar/toolbar.min.js +1 -1
- package/tree/Tree.d.ts +35 -5
- package/tree/Tree.vue +13 -7
- package/tree/TreeNode.vue +20 -9
- package/tree/tree.cjs.js +73 -25
- package/tree/tree.cjs.min.js +1 -1
- package/tree/tree.esm.js +68 -26
- package/tree/tree.esm.min.js +1 -1
- package/tree/tree.js +69 -27
- package/tree/tree.min.js +1 -1
- package/treeselect/TreeSelect.d.ts +33 -0
- package/treeselect/TreeSelect.vue +20 -6
- package/treeselect/treeselect.cjs.js +44 -11
- package/treeselect/treeselect.cjs.min.js +1 -1
- package/treeselect/treeselect.esm.js +44 -12
- package/treeselect/treeselect.esm.min.js +1 -1
- package/treeselect/treeselect.js +45 -13
- package/treeselect/treeselect.min.js +1 -1
- package/treetable/BodyCell.vue +22 -11
- package/treetable/HeaderCell.vue +28 -13
- package/treetable/TreeTable.d.ts +42 -1
- package/treetable/TreeTable.vue +32 -6
- package/treetable/TreeTableRow.vue +6 -0
- package/treetable/treetable.cjs.js +176 -41
- package/treetable/treetable.cjs.min.js +1 -1
- package/treetable/treetable.esm.js +168 -41
- package/treetable/treetable.esm.min.js +1 -1
- package/treetable/treetable.js +170 -43
- package/treetable/treetable.min.js +1 -1
- package/tristatecheckbox/TriStateCheckbox.d.ts +16 -2
- package/tristatecheckbox/TriStateCheckbox.vue +16 -20
- package/tristatecheckbox/tristatecheckbox.cjs.js +23 -22
- package/tristatecheckbox/tristatecheckbox.cjs.min.js +1 -1
- package/tristatecheckbox/tristatecheckbox.esm.js +19 -23
- package/tristatecheckbox/tristatecheckbox.esm.min.js +1 -1
- package/tristatecheckbox/tristatecheckbox.js +23 -24
- package/tristatecheckbox/tristatecheckbox.min.js +1 -1
- package/utils/Utils.d.ts +1 -0
- package/utils/utils.cjs.js +5 -0
- package/utils/utils.cjs.min.js +1 -1
- package/utils/utils.esm.js +5 -0
- package/utils/utils.esm.min.js +1 -1
- package/utils/utils.js +5 -0
- package/utils/utils.min.js +1 -1
- package/vetur-attributes.json +303 -7
- package/vetur-tags.json +137 -53
- package/virtualscroller/VirtualScroller.d.ts +4 -0
- package/virtualscroller/VirtualScroller.vue +12 -1
- package/virtualscroller/virtualscroller.cjs.js +18 -6
- package/virtualscroller/virtualscroller.cjs.min.js +1 -1
- package/virtualscroller/virtualscroller.esm.js +15 -7
- package/virtualscroller/virtualscroller.esm.min.js +1 -1
- package/virtualscroller/virtualscroller.js +19 -8
- package/virtualscroller/virtualscroller.min.js +1 -1
- package/web-types.json +1725 -151
- package/fullcalendar/FullCalendar.d.ts +0 -34
- package/fullcalendar/FullCalendar.vue +0 -64
- package/fullcalendar/fullcalendar.cjs.js +0 -67
- package/fullcalendar/fullcalendar.cjs.min.js +0 -1
- package/fullcalendar/fullcalendar.esm.js +0 -65
- package/fullcalendar/fullcalendar.esm.min.js +0 -1
- package/fullcalendar/fullcalendar.js +0 -67
- package/fullcalendar/fullcalendar.min.js +0 -1
- package/fullcalendar/package.json +0 -9
|
@@ -1,34 +1,70 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
var api = require('primevue/api');
|
|
4
|
+
var ArrowDownIcon = require('primevue/icons/arrowdown');
|
|
5
|
+
var ArrowUpIcon = require('primevue/icons/arrowup');
|
|
6
|
+
var SpinnerIcon = require('primevue/icons/spinner');
|
|
4
7
|
var Paginator = require('primevue/paginator');
|
|
5
8
|
var utils = require('primevue/utils');
|
|
6
9
|
var VirtualScroller = require('primevue/virtualscroller');
|
|
10
|
+
var ChevronDownIcon = require('primevue/icons/chevrondown');
|
|
11
|
+
var ChevronRightIcon = require('primevue/icons/chevronright');
|
|
12
|
+
var BarsIcon = require('primevue/icons/bars');
|
|
13
|
+
var CheckIcon = require('primevue/icons/check');
|
|
14
|
+
var PencilIcon = require('primevue/icons/pencil');
|
|
15
|
+
var TimesIcon = require('primevue/icons/times');
|
|
7
16
|
var OverlayEventBus = require('primevue/overlayeventbus');
|
|
8
17
|
var Ripple = require('primevue/ripple');
|
|
9
18
|
var vue = require('vue');
|
|
10
19
|
var Button = require('primevue/button');
|
|
11
20
|
var Dropdown = require('primevue/dropdown');
|
|
12
21
|
var FocusTrap = require('primevue/focustrap');
|
|
22
|
+
var FilterIcon = require('primevue/icons/filter');
|
|
23
|
+
var FilterSlashIcon = require('primevue/icons/filterslash');
|
|
24
|
+
var PlusIcon = require('primevue/icons/plus');
|
|
25
|
+
var TrashIcon = require('primevue/icons/trash');
|
|
13
26
|
var Portal = require('primevue/portal');
|
|
27
|
+
var SortAltIcon = require('primevue/icons/sortalt');
|
|
28
|
+
var SortAmountDownIcon = require('primevue/icons/sortamountdown');
|
|
29
|
+
var SortAmountUpAltIcon = require('primevue/icons/sortamountupalt');
|
|
14
30
|
|
|
15
31
|
function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
|
|
16
32
|
|
|
33
|
+
var ArrowDownIcon__default = /*#__PURE__*/_interopDefaultLegacy(ArrowDownIcon);
|
|
34
|
+
var ArrowUpIcon__default = /*#__PURE__*/_interopDefaultLegacy(ArrowUpIcon);
|
|
35
|
+
var SpinnerIcon__default = /*#__PURE__*/_interopDefaultLegacy(SpinnerIcon);
|
|
17
36
|
var Paginator__default = /*#__PURE__*/_interopDefaultLegacy(Paginator);
|
|
18
37
|
var VirtualScroller__default = /*#__PURE__*/_interopDefaultLegacy(VirtualScroller);
|
|
38
|
+
var ChevronDownIcon__default = /*#__PURE__*/_interopDefaultLegacy(ChevronDownIcon);
|
|
39
|
+
var ChevronRightIcon__default = /*#__PURE__*/_interopDefaultLegacy(ChevronRightIcon);
|
|
40
|
+
var BarsIcon__default = /*#__PURE__*/_interopDefaultLegacy(BarsIcon);
|
|
41
|
+
var CheckIcon__default = /*#__PURE__*/_interopDefaultLegacy(CheckIcon);
|
|
42
|
+
var PencilIcon__default = /*#__PURE__*/_interopDefaultLegacy(PencilIcon);
|
|
43
|
+
var TimesIcon__default = /*#__PURE__*/_interopDefaultLegacy(TimesIcon);
|
|
19
44
|
var OverlayEventBus__default = /*#__PURE__*/_interopDefaultLegacy(OverlayEventBus);
|
|
20
45
|
var Ripple__default = /*#__PURE__*/_interopDefaultLegacy(Ripple);
|
|
21
46
|
var Button__default = /*#__PURE__*/_interopDefaultLegacy(Button);
|
|
22
47
|
var Dropdown__default = /*#__PURE__*/_interopDefaultLegacy(Dropdown);
|
|
23
48
|
var FocusTrap__default = /*#__PURE__*/_interopDefaultLegacy(FocusTrap);
|
|
49
|
+
var FilterIcon__default = /*#__PURE__*/_interopDefaultLegacy(FilterIcon);
|
|
50
|
+
var FilterSlashIcon__default = /*#__PURE__*/_interopDefaultLegacy(FilterSlashIcon);
|
|
51
|
+
var PlusIcon__default = /*#__PURE__*/_interopDefaultLegacy(PlusIcon);
|
|
52
|
+
var TrashIcon__default = /*#__PURE__*/_interopDefaultLegacy(TrashIcon);
|
|
24
53
|
var Portal__default = /*#__PURE__*/_interopDefaultLegacy(Portal);
|
|
54
|
+
var SortAltIcon__default = /*#__PURE__*/_interopDefaultLegacy(SortAltIcon);
|
|
55
|
+
var SortAmountDownIcon__default = /*#__PURE__*/_interopDefaultLegacy(SortAmountDownIcon);
|
|
56
|
+
var SortAmountUpAltIcon__default = /*#__PURE__*/_interopDefaultLegacy(SortAmountUpAltIcon);
|
|
25
57
|
|
|
26
58
|
var script$a = {
|
|
27
59
|
name: 'RowCheckbox',
|
|
28
60
|
emits: ['change'],
|
|
29
61
|
props: {
|
|
30
62
|
value: null,
|
|
31
|
-
checked: null
|
|
63
|
+
checked: null,
|
|
64
|
+
rowCheckboxIconTemplate: {
|
|
65
|
+
type: Function,
|
|
66
|
+
default: null
|
|
67
|
+
}
|
|
32
68
|
},
|
|
33
69
|
data() {
|
|
34
70
|
return {
|
|
@@ -68,6 +104,9 @@ var script$a = {
|
|
|
68
104
|
checkboxAriaLabel() {
|
|
69
105
|
return this.$primevue.config.locale.aria ? (this.checked ? this.$primevue.config.locale.aria.selectRow : this.$primevue.config.locale.aria.unselectRow) : undefined;
|
|
70
106
|
}
|
|
107
|
+
},
|
|
108
|
+
components: {
|
|
109
|
+
CheckIcon: CheckIcon__default["default"]
|
|
71
110
|
}
|
|
72
111
|
};
|
|
73
112
|
|
|
@@ -75,6 +114,8 @@ const _hoisted_1$a = { class: "p-hidden-accessible" };
|
|
|
75
114
|
const _hoisted_2$9 = ["checked", "disabled", "tabindex", "aria-label"];
|
|
76
115
|
|
|
77
116
|
function render$a(_ctx, _cache, $props, $setup, $data, $options) {
|
|
117
|
+
const _component_CheckIcon = vue.resolveComponent("CheckIcon");
|
|
118
|
+
|
|
78
119
|
return (vue.openBlock(), vue.createElementBlock("div", {
|
|
79
120
|
class: vue.normalizeClass(['p-checkbox p-component', { 'p-checkbox-focused': $data.focused }]),
|
|
80
121
|
onClick: _cache[3] || (_cache[3] = (...args) => ($options.onClick && $options.onClick(...args)))
|
|
@@ -96,9 +137,16 @@ function render$a(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
96
137
|
ref: "box",
|
|
97
138
|
class: vue.normalizeClass(['p-checkbox-box p-component', { 'p-highlight': $props.checked, 'p-disabled': _ctx.$attrs.disabled, 'p-focus': $data.focused }])
|
|
98
139
|
}, [
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
140
|
+
($props.rowCheckboxIconTemplate)
|
|
141
|
+
? (vue.openBlock(), vue.createBlock(vue.resolveDynamicComponent($props.rowCheckboxIconTemplate), {
|
|
142
|
+
key: 0,
|
|
143
|
+
checked: $props.checked,
|
|
144
|
+
class: "p-checkbox-icon"
|
|
145
|
+
}, null, 8, ["checked"]))
|
|
146
|
+
: (vue.openBlock(), vue.createBlock(_component_CheckIcon, {
|
|
147
|
+
key: 1,
|
|
148
|
+
class: "p-checkbox-icon"
|
|
149
|
+
}))
|
|
102
150
|
], 2)
|
|
103
151
|
], 2))
|
|
104
152
|
}
|
|
@@ -199,9 +247,9 @@ var script$8 = {
|
|
|
199
247
|
type: Number,
|
|
200
248
|
default: null
|
|
201
249
|
},
|
|
202
|
-
|
|
203
|
-
type:
|
|
204
|
-
default:
|
|
250
|
+
isRowExpanded: {
|
|
251
|
+
type: Boolean,
|
|
252
|
+
default: false
|
|
205
253
|
},
|
|
206
254
|
selected: {
|
|
207
255
|
type: Boolean,
|
|
@@ -234,6 +282,14 @@ var script$8 = {
|
|
|
234
282
|
name: {
|
|
235
283
|
type: String,
|
|
236
284
|
default: null
|
|
285
|
+
},
|
|
286
|
+
expandedRowIcon: {
|
|
287
|
+
type: String,
|
|
288
|
+
default: null
|
|
289
|
+
},
|
|
290
|
+
collapsedRowIcon: {
|
|
291
|
+
type: String,
|
|
292
|
+
default: null
|
|
237
293
|
}
|
|
238
294
|
},
|
|
239
295
|
documentEditListener: null,
|
|
@@ -242,8 +298,7 @@ var script$8 = {
|
|
|
242
298
|
data() {
|
|
243
299
|
return {
|
|
244
300
|
d_editing: this.editing,
|
|
245
|
-
styleObject: {}
|
|
246
|
-
isRowExpanded: false
|
|
301
|
+
styleObject: {}
|
|
247
302
|
};
|
|
248
303
|
},
|
|
249
304
|
watch: {
|
|
@@ -286,7 +341,6 @@ var script$8 = {
|
|
|
286
341
|
return utils.ObjectUtils.resolveFieldData(this.rowData, this.field);
|
|
287
342
|
},
|
|
288
343
|
toggleRow(event) {
|
|
289
|
-
this.isRowExpanded = !this.isRowExpanded;
|
|
290
344
|
this.$emit('row-toggle', {
|
|
291
345
|
originalEvent: event,
|
|
292
346
|
data: this.rowData
|
|
@@ -574,7 +628,13 @@ var script$8 = {
|
|
|
574
628
|
},
|
|
575
629
|
components: {
|
|
576
630
|
DTRadioButton: script$9,
|
|
577
|
-
DTCheckbox: script$a
|
|
631
|
+
DTCheckbox: script$a,
|
|
632
|
+
ChevronDownIcon: ChevronDownIcon__default["default"],
|
|
633
|
+
ChevronRightIcon: ChevronRightIcon__default["default"],
|
|
634
|
+
BarsIcon: BarsIcon__default["default"],
|
|
635
|
+
PencilIcon: PencilIcon__default["default"],
|
|
636
|
+
CheckIcon: CheckIcon__default["default"],
|
|
637
|
+
TimesIcon: TimesIcon__default["default"]
|
|
578
638
|
},
|
|
579
639
|
directives: {
|
|
580
640
|
ripple: Ripple__default["default"]
|
|
@@ -587,24 +647,14 @@ const _hoisted_1$8 = {
|
|
|
587
647
|
};
|
|
588
648
|
const _hoisted_2$7 = ["aria-expanded", "aria-controls", "aria-label"];
|
|
589
649
|
const _hoisted_3$5 = ["aria-label"];
|
|
590
|
-
const _hoisted_4$4 =
|
|
591
|
-
const _hoisted_5$
|
|
592
|
-
_hoisted_4$4
|
|
593
|
-
];
|
|
594
|
-
const _hoisted_6$3 = ["aria-label"];
|
|
595
|
-
const _hoisted_7$2 = /*#__PURE__*/vue.createElementVNode("span", { class: "p-row-editor-save-icon pi pi-fw pi-check" }, null, -1);
|
|
596
|
-
const _hoisted_8$2 = [
|
|
597
|
-
_hoisted_7$2
|
|
598
|
-
];
|
|
599
|
-
const _hoisted_9$1 = ["aria-label"];
|
|
600
|
-
const _hoisted_10$1 = /*#__PURE__*/vue.createElementVNode("span", { class: "p-row-editor-cancel-icon pi pi-fw pi-times" }, null, -1);
|
|
601
|
-
const _hoisted_11$1 = [
|
|
602
|
-
_hoisted_10$1
|
|
603
|
-
];
|
|
650
|
+
const _hoisted_4$4 = ["aria-label"];
|
|
651
|
+
const _hoisted_5$4 = ["aria-label"];
|
|
604
652
|
|
|
605
653
|
function render$8(_ctx, _cache, $props, $setup, $data, $options) {
|
|
606
654
|
const _component_DTRadioButton = vue.resolveComponent("DTRadioButton");
|
|
607
655
|
const _component_DTCheckbox = vue.resolveComponent("DTCheckbox");
|
|
656
|
+
const _component_ChevronDownIcon = vue.resolveComponent("ChevronDownIcon");
|
|
657
|
+
const _component_ChevronRightIcon = vue.resolveComponent("ChevronRightIcon");
|
|
608
658
|
const _directive_ripple = vue.resolveDirective("ripple");
|
|
609
659
|
|
|
610
660
|
return ($options.loading)
|
|
@@ -678,29 +728,55 @@ function render$8(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
678
728
|
key: 1,
|
|
679
729
|
value: $props.rowData,
|
|
680
730
|
checked: $props.selected,
|
|
731
|
+
rowCheckboxIconTemplate: $props.column.children && $props.column.children.rowcheckboxicon,
|
|
681
732
|
"aria-selected": $props.selected ? true : undefined,
|
|
682
733
|
onChange: _cache[1] || (_cache[1] = $event => ($options.toggleRowWithCheckbox($event, $props.rowIndex)))
|
|
683
|
-
}, null, 8, ["value", "checked", "aria-selected"]))
|
|
734
|
+
}, null, 8, ["value", "checked", "rowCheckboxIconTemplate", "aria-selected"]))
|
|
684
735
|
: vue.createCommentVNode("", true)
|
|
685
736
|
], 64))
|
|
686
737
|
: ($options.columnProp('rowReorder'))
|
|
687
|
-
? (vue.openBlock(), vue.
|
|
738
|
+
? (vue.openBlock(), vue.createBlock(vue.resolveDynamicComponent($props.column.children && $props.column.children.rowreordericon ? $props.column.children.rowreordericon : $options.columnProp('rowReorderIcon') ? 'i' : 'BarsIcon'), {
|
|
688
739
|
key: 5,
|
|
689
|
-
class: vue.normalizeClass(['p-datatable-reorderablerow-handle', $options.columnProp('rowReorderIcon')
|
|
690
|
-
}, null,
|
|
740
|
+
class: vue.normalizeClass(['p-datatable-reorderablerow-handle', $options.columnProp('rowReorderIcon')])
|
|
741
|
+
}, null, 8, ["class"]))
|
|
691
742
|
: ($options.columnProp('expander'))
|
|
692
743
|
? vue.withDirectives((vue.openBlock(), vue.createElementBlock("button", {
|
|
693
744
|
key: 6,
|
|
694
745
|
class: "p-row-toggler p-link",
|
|
695
746
|
type: "button",
|
|
696
|
-
"aria-expanded": $
|
|
747
|
+
"aria-expanded": $props.isRowExpanded,
|
|
697
748
|
"aria-controls": $props.ariaControls,
|
|
698
749
|
"aria-label": $options.expandButtonAriaLabel,
|
|
699
750
|
onClick: _cache[2] || (_cache[2] = (...args) => ($options.toggleRow && $options.toggleRow(...args)))
|
|
700
751
|
}, [
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
|
|
752
|
+
($props.column.children && $props.column.children.rowtogglericon)
|
|
753
|
+
? (vue.openBlock(), vue.createBlock(vue.resolveDynamicComponent($props.column.children.rowtogglericon), {
|
|
754
|
+
key: 0,
|
|
755
|
+
rowExpanded: $props.isRowExpanded
|
|
756
|
+
}, null, 8, ["rowExpanded"]))
|
|
757
|
+
: (vue.openBlock(), vue.createElementBlock(vue.Fragment, { key: 1 }, [
|
|
758
|
+
($props.isRowExpanded && $props.expandedRowIcon)
|
|
759
|
+
? (vue.openBlock(), vue.createElementBlock("span", {
|
|
760
|
+
key: 0,
|
|
761
|
+
class: vue.normalizeClass(['p-row-toggler-icon', $props.expandedRowIcon])
|
|
762
|
+
}, null, 2))
|
|
763
|
+
: ($props.isRowExpanded && !$props.expandedRowIcon)
|
|
764
|
+
? (vue.openBlock(), vue.createBlock(_component_ChevronDownIcon, {
|
|
765
|
+
key: 1,
|
|
766
|
+
class: "p-row-toggler-icon"
|
|
767
|
+
}))
|
|
768
|
+
: (!$props.isRowExpanded && $props.collapsedRowIcon)
|
|
769
|
+
? (vue.openBlock(), vue.createElementBlock("span", {
|
|
770
|
+
key: 2,
|
|
771
|
+
class: vue.normalizeClass(['p-row-toggler-icon', $props.collapsedRowIcon])
|
|
772
|
+
}, null, 2))
|
|
773
|
+
: (!$props.isRowExpanded && !$props.collapsedRowIcon)
|
|
774
|
+
? (vue.openBlock(), vue.createBlock(_component_ChevronRightIcon, {
|
|
775
|
+
key: 3,
|
|
776
|
+
class: "p-row-toggler-icon"
|
|
777
|
+
}))
|
|
778
|
+
: vue.createCommentVNode("", true)
|
|
779
|
+
], 64))
|
|
704
780
|
], 8, _hoisted_2$7)), [
|
|
705
781
|
[_directive_ripple]
|
|
706
782
|
])
|
|
@@ -713,7 +789,9 @@ function render$8(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
713
789
|
type: "button",
|
|
714
790
|
"aria-label": $options.initButtonAriaLabel,
|
|
715
791
|
onClick: _cache[3] || (_cache[3] = (...args) => ($options.onRowEditInit && $options.onRowEditInit(...args)))
|
|
716
|
-
},
|
|
792
|
+
}, [
|
|
793
|
+
(vue.openBlock(), vue.createBlock(vue.resolveDynamicComponent(($props.column.children && $props.column.children.roweditoriniticon) || 'PencilIcon'), { class: "p-row-editor-init-icon" }))
|
|
794
|
+
], 8, _hoisted_3$5)), [
|
|
717
795
|
[_directive_ripple]
|
|
718
796
|
])
|
|
719
797
|
: vue.createCommentVNode("", true),
|
|
@@ -724,7 +802,9 @@ function render$8(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
724
802
|
type: "button",
|
|
725
803
|
"aria-label": $options.saveButtonAriaLabel,
|
|
726
804
|
onClick: _cache[4] || (_cache[4] = (...args) => ($options.onRowEditSave && $options.onRowEditSave(...args)))
|
|
727
|
-
},
|
|
805
|
+
}, [
|
|
806
|
+
(vue.openBlock(), vue.createBlock(vue.resolveDynamicComponent(($props.column.children && $props.column.children.roweditorsaveicon) || 'CheckIcon'), { class: "p-row-editor-save-icon" }))
|
|
807
|
+
], 8, _hoisted_4$4)), [
|
|
728
808
|
[_directive_ripple]
|
|
729
809
|
])
|
|
730
810
|
: vue.createCommentVNode("", true),
|
|
@@ -735,7 +815,9 @@ function render$8(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
735
815
|
type: "button",
|
|
736
816
|
"aria-label": $options.cancelButtonAriaLabel,
|
|
737
817
|
onClick: _cache[5] || (_cache[5] = (...args) => ($options.onRowEditCancel && $options.onRowEditCancel(...args)))
|
|
738
|
-
},
|
|
818
|
+
}, [
|
|
819
|
+
(vue.openBlock(), vue.createBlock(vue.resolveDynamicComponent(($props.column.children && $props.column.children.roweditorcancelicon) || 'TimesIcon'), { class: "p-row-editor-cancel-icon" }))
|
|
820
|
+
], 8, _hoisted_5$4)), [
|
|
739
821
|
[_directive_ripple]
|
|
740
822
|
])
|
|
741
823
|
: vue.createCommentVNode("", true)
|
|
@@ -1045,16 +1127,6 @@ var script$7 = {
|
|
|
1045
1127
|
return null;
|
|
1046
1128
|
}
|
|
1047
1129
|
},
|
|
1048
|
-
rowTogglerIcon(rowData) {
|
|
1049
|
-
const icon = this.isRowExpanded(rowData) ? this.expandedRowIcon : this.collapsedRowIcon;
|
|
1050
|
-
|
|
1051
|
-
return ['p-row-toggler-icon pi', icon];
|
|
1052
|
-
},
|
|
1053
|
-
rowGroupTogglerIcon(rowData) {
|
|
1054
|
-
const icon = this.isRowGroupExpanded(rowData) ? this.expandedRowIcon : this.collapsedRowIcon;
|
|
1055
|
-
|
|
1056
|
-
return ['p-row-toggler-icon pi', icon];
|
|
1057
|
-
},
|
|
1058
1130
|
isGrouped(column) {
|
|
1059
1131
|
if (this.groupRowsBy && this.columnProp(column, 'field')) {
|
|
1060
1132
|
if (Array.isArray(this.groupRowsBy)) return this.groupRowsBy.indexOf(column.props.field) > -1;
|
|
@@ -1249,7 +1321,9 @@ var script$7 = {
|
|
|
1249
1321
|
}
|
|
1250
1322
|
},
|
|
1251
1323
|
components: {
|
|
1252
|
-
DTBodyCell: script$8
|
|
1324
|
+
DTBodyCell: script$8,
|
|
1325
|
+
ChevronDownIcon: ChevronDownIcon__default["default"],
|
|
1326
|
+
ChevronRightIcon: ChevronRightIcon__default["default"]
|
|
1253
1327
|
}
|
|
1254
1328
|
};
|
|
1255
1329
|
|
|
@@ -1257,7 +1331,7 @@ const _hoisted_1$7 = ["colspan"];
|
|
|
1257
1331
|
const _hoisted_2$6 = ["onClick"];
|
|
1258
1332
|
const _hoisted_3$4 = ["tabindex", "aria-selected", "onClick", "onDblclick", "onContextmenu", "onKeydown", "onDragstart", "onDragover"];
|
|
1259
1333
|
const _hoisted_4$3 = ["id"];
|
|
1260
|
-
const _hoisted_5$
|
|
1334
|
+
const _hoisted_5$3 = ["colspan"];
|
|
1261
1335
|
const _hoisted_6$2 = ["colspan"];
|
|
1262
1336
|
const _hoisted_7$1 = {
|
|
1263
1337
|
key: 1,
|
|
@@ -1267,6 +1341,8 @@ const _hoisted_7$1 = {
|
|
|
1267
1341
|
const _hoisted_8$1 = ["colspan"];
|
|
1268
1342
|
|
|
1269
1343
|
function render$7(_ctx, _cache, $props, $setup, $data, $options) {
|
|
1344
|
+
const _component_ChevronDownIcon = vue.resolveComponent("ChevronDownIcon");
|
|
1345
|
+
const _component_ChevronRightIcon = vue.resolveComponent("ChevronRightIcon");
|
|
1270
1346
|
const _component_DTBodyCell = vue.resolveComponent("DTBodyCell");
|
|
1271
1347
|
|
|
1272
1348
|
return (vue.openBlock(), vue.createElementBlock("tbody", {
|
|
@@ -1295,9 +1371,34 @@ function render$7(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
1295
1371
|
onClick: $event => ($options.onRowGroupToggle($event, rowData)),
|
|
1296
1372
|
type: "button"
|
|
1297
1373
|
}, [
|
|
1298
|
-
|
|
1299
|
-
|
|
1300
|
-
|
|
1374
|
+
($props.templates['rowgrouptogglericon'])
|
|
1375
|
+
? (vue.openBlock(), vue.createBlock(vue.resolveDynamicComponent($props.templates['rowgrouptogglericon']), {
|
|
1376
|
+
key: 0,
|
|
1377
|
+
expanded: $options.isRowGroupExpanded(rowData)
|
|
1378
|
+
}, null, 8, ["expanded"]))
|
|
1379
|
+
: (vue.openBlock(), vue.createElementBlock(vue.Fragment, { key: 1 }, [
|
|
1380
|
+
($options.isRowGroupExpanded(rowData) && $props.expandedRowIcon)
|
|
1381
|
+
? (vue.openBlock(), vue.createElementBlock("span", {
|
|
1382
|
+
key: 0,
|
|
1383
|
+
class: vue.normalizeClass(['p-row-toggler-icon', $props.expandedRowIcon])
|
|
1384
|
+
}, null, 2))
|
|
1385
|
+
: ($options.isRowGroupExpanded(rowData) && !$props.expandedRowIcon)
|
|
1386
|
+
? (vue.openBlock(), vue.createBlock(_component_ChevronDownIcon, {
|
|
1387
|
+
key: 1,
|
|
1388
|
+
class: "p-row-toggler-icon"
|
|
1389
|
+
}))
|
|
1390
|
+
: (!$options.isRowGroupExpanded(rowData) && $props.collapsedRowIcon)
|
|
1391
|
+
? (vue.openBlock(), vue.createElementBlock("span", {
|
|
1392
|
+
key: 2,
|
|
1393
|
+
class: vue.normalizeClass(['p-row-toggler-icon', $props.collapsedRowIcon])
|
|
1394
|
+
}, null, 2))
|
|
1395
|
+
: (!$options.isRowGroupExpanded(rowData) && !$props.collapsedRowIcon)
|
|
1396
|
+
? (vue.openBlock(), vue.createBlock(_component_ChevronRightIcon, {
|
|
1397
|
+
key: 3,
|
|
1398
|
+
class: "p-row-toggler-icon"
|
|
1399
|
+
}))
|
|
1400
|
+
: vue.createCommentVNode("", true)
|
|
1401
|
+
], 64))
|
|
1301
1402
|
], 8, _hoisted_2$6))
|
|
1302
1403
|
: vue.createCommentVNode("", true),
|
|
1303
1404
|
(vue.openBlock(), vue.createBlock(vue.resolveDynamicComponent($props.templates['groupheader']), {
|
|
@@ -1337,7 +1438,6 @@ function render$7(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
1337
1438
|
rowIndex: $options.getRowIndex(index),
|
|
1338
1439
|
index: i,
|
|
1339
1440
|
selected: $options.isSelected(rowData),
|
|
1340
|
-
rowTogglerIcon: $options.columnProp(col, 'expander') ? $options.rowTogglerIcon(rowData) : null,
|
|
1341
1441
|
frozenRow: $props.frozenRow,
|
|
1342
1442
|
rowspan: $props.rowGroupMode === 'rowspan' ? $options.calculateRowGroupSize($props.value, col, $options.getRowIndex(index)) : null,
|
|
1343
1443
|
editMode: $props.editMode,
|
|
@@ -1347,6 +1447,9 @@ function render$7(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
1347
1447
|
virtualScrollerContentProps: $props.virtualScrollerContentProps,
|
|
1348
1448
|
ariaControls: $options.expandedRowId + '_' + index + '_expansion',
|
|
1349
1449
|
name: $options.nameAttributeSelector,
|
|
1450
|
+
isRowExpanded: $options.isRowExpanded(rowData),
|
|
1451
|
+
expandedRowIcon: $props.expandedRowIcon,
|
|
1452
|
+
collapsedRowIcon: $props.collapsedRowIcon,
|
|
1350
1453
|
onRadioChange: _cache[0] || (_cache[0] = $event => ($options.onRadioChange($event))),
|
|
1351
1454
|
onCheckboxChange: _cache[1] || (_cache[1] = $event => ($options.onCheckboxChange($event))),
|
|
1352
1455
|
onRowToggle: _cache[2] || (_cache[2] = $event => ($options.onRowToggle($event))),
|
|
@@ -1357,7 +1460,7 @@ function render$7(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
1357
1460
|
onRowEditSave: _cache[7] || (_cache[7] = $event => ($options.onRowEditSave($event))),
|
|
1358
1461
|
onRowEditCancel: _cache[8] || (_cache[8] = $event => ($options.onRowEditCancel($event))),
|
|
1359
1462
|
onEditingMetaChange: $options.onEditingMetaChange
|
|
1360
|
-
}, null, 8, ["rowData", "column", "rowIndex", "index", "selected", "
|
|
1463
|
+
}, null, 8, ["rowData", "column", "rowIndex", "index", "selected", "frozenRow", "rowspan", "editMode", "editing", "editingMeta", "responsiveLayout", "virtualScrollerContentProps", "ariaControls", "name", "isRowExpanded", "expandedRowIcon", "collapsedRowIcon", "onEditingMetaChange"]))
|
|
1361
1464
|
: vue.createCommentVNode("", true)
|
|
1362
1465
|
], 64))
|
|
1363
1466
|
}), 256))
|
|
@@ -1375,7 +1478,7 @@ function render$7(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
1375
1478
|
data: rowData,
|
|
1376
1479
|
index: $options.getRowIndex(index)
|
|
1377
1480
|
}, null, 8, ["data", "index"]))
|
|
1378
|
-
], 8, _hoisted_5$
|
|
1481
|
+
], 8, _hoisted_5$3)
|
|
1379
1482
|
], 8, _hoisted_4$3))
|
|
1380
1483
|
: vue.createCommentVNode("", true),
|
|
1381
1484
|
($props.templates['groupfooter'] && $props.rowGroupMode === 'subheader' && $options.shouldRenderRowGroupFooter($props.value, rowData, $options.getRowIndex(index)))
|
|
@@ -1412,7 +1515,7 @@ var script$6 = {
|
|
|
1412
1515
|
name: 'FooterCell',
|
|
1413
1516
|
props: {
|
|
1414
1517
|
column: {
|
|
1415
|
-
type:
|
|
1518
|
+
type: Object,
|
|
1416
1519
|
default: null
|
|
1417
1520
|
}
|
|
1418
1521
|
},
|
|
@@ -1510,7 +1613,7 @@ var script$5 = {
|
|
|
1510
1613
|
default: null
|
|
1511
1614
|
},
|
|
1512
1615
|
columns: {
|
|
1513
|
-
type:
|
|
1616
|
+
type: Object,
|
|
1514
1617
|
default: null
|
|
1515
1618
|
}
|
|
1516
1619
|
},
|
|
@@ -1678,11 +1781,42 @@ var script$4 = {
|
|
|
1678
1781
|
type: Number,
|
|
1679
1782
|
default: 2
|
|
1680
1783
|
},
|
|
1681
|
-
filterElement:
|
|
1682
|
-
|
|
1683
|
-
|
|
1684
|
-
|
|
1685
|
-
|
|
1784
|
+
filterElement: {
|
|
1785
|
+
type: Function,
|
|
1786
|
+
default: null
|
|
1787
|
+
},
|
|
1788
|
+
filterHeaderTemplate: {
|
|
1789
|
+
type: Function,
|
|
1790
|
+
default: null
|
|
1791
|
+
},
|
|
1792
|
+
filterFooterTemplate: {
|
|
1793
|
+
type: Function,
|
|
1794
|
+
default: null
|
|
1795
|
+
},
|
|
1796
|
+
filterClearTemplate: {
|
|
1797
|
+
type: Function,
|
|
1798
|
+
default: null
|
|
1799
|
+
},
|
|
1800
|
+
filterApplyTemplate: {
|
|
1801
|
+
type: Function,
|
|
1802
|
+
default: null
|
|
1803
|
+
},
|
|
1804
|
+
filterIconTemplate: {
|
|
1805
|
+
type: Function,
|
|
1806
|
+
default: null
|
|
1807
|
+
},
|
|
1808
|
+
filterAddIconTemplate: {
|
|
1809
|
+
type: Function,
|
|
1810
|
+
default: null
|
|
1811
|
+
},
|
|
1812
|
+
filterRemoveIconTemplate: {
|
|
1813
|
+
type: Function,
|
|
1814
|
+
default: null
|
|
1815
|
+
},
|
|
1816
|
+
filterClearIconTemplate: {
|
|
1817
|
+
type: Function,
|
|
1818
|
+
default: null
|
|
1819
|
+
},
|
|
1686
1820
|
filters: {
|
|
1687
1821
|
type: Object,
|
|
1688
1822
|
default: null
|
|
@@ -2099,7 +2233,11 @@ var script$4 = {
|
|
|
2099
2233
|
components: {
|
|
2100
2234
|
CFDropdown: Dropdown__default["default"],
|
|
2101
2235
|
CFButton: Button__default["default"],
|
|
2102
|
-
Portal: Portal__default["default"]
|
|
2236
|
+
Portal: Portal__default["default"],
|
|
2237
|
+
FilterSlashIcon: FilterSlashIcon__default["default"],
|
|
2238
|
+
FilterIcon: FilterIcon__default["default"],
|
|
2239
|
+
TrashIcon: TrashIcon__default["default"],
|
|
2240
|
+
PlusIcon: PlusIcon__default["default"]
|
|
2103
2241
|
},
|
|
2104
2242
|
directives: {
|
|
2105
2243
|
focustrap: FocusTrap__default["default"]
|
|
@@ -2107,31 +2245,23 @@ var script$4 = {
|
|
|
2107
2245
|
};
|
|
2108
2246
|
|
|
2109
2247
|
const _hoisted_1$4 = ["aria-label", "aria-expanded", "aria-controls"];
|
|
2110
|
-
const _hoisted_2$4 =
|
|
2111
|
-
const _hoisted_3$3 =
|
|
2112
|
-
_hoisted_2$4
|
|
2113
|
-
];
|
|
2114
|
-
const _hoisted_4$2 = /*#__PURE__*/vue.createElementVNode("span", { class: "pi pi-filter-slash" }, null, -1);
|
|
2115
|
-
const _hoisted_5$1 = [
|
|
2116
|
-
_hoisted_4$2
|
|
2117
|
-
];
|
|
2118
|
-
const _hoisted_6$1 = ["id", "aria-modal"];
|
|
2119
|
-
const _hoisted_7 = {
|
|
2248
|
+
const _hoisted_2$4 = ["id", "aria-modal"];
|
|
2249
|
+
const _hoisted_3$3 = {
|
|
2120
2250
|
key: 0,
|
|
2121
2251
|
class: "p-column-filter-row-items"
|
|
2122
2252
|
};
|
|
2123
|
-
const
|
|
2124
|
-
const
|
|
2125
|
-
const
|
|
2253
|
+
const _hoisted_4$2 = ["onClick", "onKeydown", "tabindex"];
|
|
2254
|
+
const _hoisted_5$2 = /*#__PURE__*/vue.createElementVNode("li", { class: "p-column-filter-separator" }, null, -1);
|
|
2255
|
+
const _hoisted_6$1 = {
|
|
2126
2256
|
key: 0,
|
|
2127
2257
|
class: "p-column-filter-operator"
|
|
2128
2258
|
};
|
|
2129
|
-
const
|
|
2130
|
-
const
|
|
2259
|
+
const _hoisted_7 = { class: "p-column-filter-constraints" };
|
|
2260
|
+
const _hoisted_8 = {
|
|
2131
2261
|
key: 1,
|
|
2132
2262
|
class: "p-column-filter-add-rule"
|
|
2133
2263
|
};
|
|
2134
|
-
const
|
|
2264
|
+
const _hoisted_9 = { class: "p-column-filter-buttonbar" };
|
|
2135
2265
|
|
|
2136
2266
|
function render$4(_ctx, _cache, $props, $setup, $data, $options) {
|
|
2137
2267
|
const _component_CFDropdown = vue.resolveComponent("CFDropdown");
|
|
@@ -2166,7 +2296,9 @@ function render$4(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
2166
2296
|
"aria-controls": $options.overlayId,
|
|
2167
2297
|
onClick: _cache[0] || (_cache[0] = $event => ($options.toggleMenu())),
|
|
2168
2298
|
onKeydown: _cache[1] || (_cache[1] = $event => ($options.onToggleButtonKeyDown($event)))
|
|
2169
|
-
},
|
|
2299
|
+
}, [
|
|
2300
|
+
(vue.openBlock(), vue.createBlock(vue.resolveDynamicComponent($props.filterIconTemplate || 'FilterIcon')))
|
|
2301
|
+
], 42, _hoisted_1$4))
|
|
2170
2302
|
: vue.createCommentVNode("", true),
|
|
2171
2303
|
($props.showClearButton && $props.display === 'row')
|
|
2172
2304
|
? (vue.openBlock(), vue.createElementBlock("button", {
|
|
@@ -2174,7 +2306,9 @@ function render$4(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
2174
2306
|
class: vue.normalizeClass([{ 'p-hidden-space': !$options.hasRowFilter() }, "p-column-filter-clear-button p-link"]),
|
|
2175
2307
|
type: "button",
|
|
2176
2308
|
onClick: _cache[2] || (_cache[2] = $event => ($options.clearFilter()))
|
|
2177
|
-
},
|
|
2309
|
+
}, [
|
|
2310
|
+
(vue.openBlock(), vue.createBlock(vue.resolveDynamicComponent($props.filterClearIconTemplate || 'FilterSlashIcon')))
|
|
2311
|
+
], 2))
|
|
2178
2312
|
: vue.createCommentVNode("", true),
|
|
2179
2313
|
vue.createVNode(_component_Portal, null, {
|
|
2180
2314
|
default: vue.withCtx(() => [
|
|
@@ -2203,7 +2337,7 @@ function render$4(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
2203
2337
|
filterCallback: $options.filterCallback
|
|
2204
2338
|
}, null, 8, ["field", "filterModel", "filterCallback"])),
|
|
2205
2339
|
($props.display === 'row')
|
|
2206
|
-
? (vue.openBlock(), vue.createElementBlock("ul",
|
|
2340
|
+
? (vue.openBlock(), vue.createElementBlock("ul", _hoisted_3$3, [
|
|
2207
2341
|
(vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList($options.matchModes, (matchMode, i) => {
|
|
2208
2342
|
return (vue.openBlock(), vue.createElementBlock("li", {
|
|
2209
2343
|
key: matchMode.label,
|
|
@@ -2214,9 +2348,9 @@ function render$4(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
2214
2348
|
vue.withKeys(vue.withModifiers($event => ($options.onRowMatchModeChange(matchMode.value)), ["prevent"]), ["enter"])
|
|
2215
2349
|
],
|
|
2216
2350
|
tabindex: i === 0 ? '0' : null
|
|
2217
|
-
}, vue.toDisplayString(matchMode.label), 43,
|
|
2351
|
+
}, vue.toDisplayString(matchMode.label), 43, _hoisted_4$2))
|
|
2218
2352
|
}), 128)),
|
|
2219
|
-
|
|
2353
|
+
_hoisted_5$2,
|
|
2220
2354
|
vue.createElementVNode("li", {
|
|
2221
2355
|
class: "p-column-filter-row-item",
|
|
2222
2356
|
onClick: _cache[4] || (_cache[4] = $event => ($options.clearFilter())),
|
|
@@ -2228,7 +2362,7 @@ function render$4(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
2228
2362
|
]))
|
|
2229
2363
|
: (vue.openBlock(), vue.createElementBlock(vue.Fragment, { key: 1 }, [
|
|
2230
2364
|
($options.isShowOperator)
|
|
2231
|
-
? (vue.openBlock(), vue.createElementBlock("div",
|
|
2365
|
+
? (vue.openBlock(), vue.createElementBlock("div", _hoisted_6$1, [
|
|
2232
2366
|
vue.createVNode(_component_CFDropdown, {
|
|
2233
2367
|
options: $options.operatorOptions,
|
|
2234
2368
|
modelValue: $options.operator,
|
|
@@ -2240,7 +2374,7 @@ function render$4(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
2240
2374
|
}, null, 8, ["options", "modelValue", "aria-label"])
|
|
2241
2375
|
]))
|
|
2242
2376
|
: vue.createCommentVNode("", true),
|
|
2243
|
-
vue.createElementVNode("div",
|
|
2377
|
+
vue.createElementVNode("div", _hoisted_7, [
|
|
2244
2378
|
(vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList($options.fieldConstraints, (fieldConstraint, i) => {
|
|
2245
2379
|
return (vue.openBlock(), vue.createElementBlock("div", {
|
|
2246
2380
|
key: i,
|
|
@@ -2271,28 +2405,41 @@ function render$4(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
2271
2405
|
? (vue.openBlock(), vue.createBlock(_component_CFButton, {
|
|
2272
2406
|
key: 0,
|
|
2273
2407
|
type: "button",
|
|
2274
|
-
icon: "pi pi-trash",
|
|
2275
2408
|
class: "p-column-filter-remove-button p-button-text p-button-danger p-button-sm",
|
|
2276
2409
|
onClick: $event => ($options.removeConstraint(i)),
|
|
2277
2410
|
label: $options.removeRuleButtonLabel
|
|
2278
|
-
},
|
|
2411
|
+
}, {
|
|
2412
|
+
icon: vue.withCtx((iconProps) => [
|
|
2413
|
+
(vue.openBlock(), vue.createBlock(vue.resolveDynamicComponent($props.filterRemoveIconTemplate || 'TrashIcon'), {
|
|
2414
|
+
class: vue.normalizeClass(iconProps.class)
|
|
2415
|
+
}, null, 8, ["class"]))
|
|
2416
|
+
]),
|
|
2417
|
+
_: 2
|
|
2418
|
+
}, 1032, ["onClick", "label"]))
|
|
2279
2419
|
: vue.createCommentVNode("", true)
|
|
2280
2420
|
])
|
|
2281
2421
|
]))
|
|
2282
2422
|
}), 128))
|
|
2283
2423
|
]),
|
|
2284
2424
|
($options.isShowAddConstraint)
|
|
2285
|
-
? (vue.openBlock(), vue.createElementBlock("div",
|
|
2425
|
+
? (vue.openBlock(), vue.createElementBlock("div", _hoisted_8, [
|
|
2286
2426
|
vue.createVNode(_component_CFButton, {
|
|
2287
2427
|
type: "button",
|
|
2288
2428
|
label: $options.addRuleButtonLabel,
|
|
2289
|
-
|
|
2429
|
+
iconPos: "left",
|
|
2290
2430
|
class: "p-column-filter-add-button p-button-text p-button-sm",
|
|
2291
2431
|
onClick: _cache[8] || (_cache[8] = $event => ($options.addConstraint()))
|
|
2292
|
-
},
|
|
2432
|
+
}, {
|
|
2433
|
+
icon: vue.withCtx((iconProps) => [
|
|
2434
|
+
(vue.openBlock(), vue.createBlock(vue.resolveDynamicComponent($props.filterAddIconTemplate || 'PlusIcon'), {
|
|
2435
|
+
class: vue.normalizeClass(iconProps.class)
|
|
2436
|
+
}, null, 8, ["class"]))
|
|
2437
|
+
]),
|
|
2438
|
+
_: 1
|
|
2439
|
+
}, 8, ["label"])
|
|
2293
2440
|
]))
|
|
2294
2441
|
: vue.createCommentVNode("", true),
|
|
2295
|
-
vue.createElementVNode("div",
|
|
2442
|
+
vue.createElementVNode("div", _hoisted_9, [
|
|
2296
2443
|
(!$props.filterClearTemplate && $props.showClearButton)
|
|
2297
2444
|
? (vue.openBlock(), vue.createBlock(_component_CFButton, {
|
|
2298
2445
|
key: 0,
|
|
@@ -2332,7 +2479,7 @@ function render$4(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
2332
2479
|
filterModel: $props.filters[$props.field],
|
|
2333
2480
|
filterCallback: $options.filterCallback
|
|
2334
2481
|
}, null, 8, ["field", "filterModel", "filterCallback"]))
|
|
2335
|
-
], 42,
|
|
2482
|
+
], 42, _hoisted_2$4)), [
|
|
2336
2483
|
[_directive_focustrap, { autoFocus: true }]
|
|
2337
2484
|
])
|
|
2338
2485
|
: vue.createCommentVNode("", true)
|
|
@@ -2352,7 +2499,11 @@ var script$3 = {
|
|
|
2352
2499
|
emits: ['change'],
|
|
2353
2500
|
props: {
|
|
2354
2501
|
checked: null,
|
|
2355
|
-
disabled: null
|
|
2502
|
+
disabled: null,
|
|
2503
|
+
headerCheckboxIconTemplate: {
|
|
2504
|
+
type: Function,
|
|
2505
|
+
default: null
|
|
2506
|
+
}
|
|
2356
2507
|
},
|
|
2357
2508
|
data() {
|
|
2358
2509
|
return {
|
|
@@ -2381,6 +2532,9 @@ var script$3 = {
|
|
|
2381
2532
|
headerCheckboxAriaLabel() {
|
|
2382
2533
|
return this.$primevue.config.locale.aria ? (this.checked ? this.$primevue.config.locale.aria.selectAll : this.$primevue.config.locale.aria.unselectAll) : undefined;
|
|
2383
2534
|
}
|
|
2535
|
+
},
|
|
2536
|
+
components: {
|
|
2537
|
+
CheckIcon: CheckIcon__default["default"]
|
|
2384
2538
|
}
|
|
2385
2539
|
};
|
|
2386
2540
|
|
|
@@ -2388,6 +2542,8 @@ const _hoisted_1$3 = { class: "p-hidden-accessible" };
|
|
|
2388
2542
|
const _hoisted_2$3 = ["checked", "disabled", "tabindex", "aria-label"];
|
|
2389
2543
|
|
|
2390
2544
|
function render$3(_ctx, _cache, $props, $setup, $data, $options) {
|
|
2545
|
+
const _component_CheckIcon = vue.resolveComponent("CheckIcon");
|
|
2546
|
+
|
|
2391
2547
|
return (vue.openBlock(), vue.createElementBlock("div", {
|
|
2392
2548
|
class: vue.normalizeClass(['p-checkbox p-component', { 'p-checkbox-focused': $data.focused, 'p-disabled': $props.disabled }]),
|
|
2393
2549
|
onClick: _cache[2] || (_cache[2] = (...args) => ($options.onClick && $options.onClick(...args))),
|
|
@@ -2409,9 +2565,16 @@ function render$3(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
2409
2565
|
ref: "box",
|
|
2410
2566
|
class: vue.normalizeClass(['p-checkbox-box p-component', { 'p-highlight': $props.checked, 'p-disabled': $props.disabled, 'p-focus': $data.focused }])
|
|
2411
2567
|
}, [
|
|
2412
|
-
|
|
2413
|
-
|
|
2414
|
-
|
|
2568
|
+
($props.headerCheckboxIconTemplate)
|
|
2569
|
+
? (vue.openBlock(), vue.createBlock(vue.resolveDynamicComponent($props.headerCheckboxIconTemplate), {
|
|
2570
|
+
key: 0,
|
|
2571
|
+
checked: $props.checked,
|
|
2572
|
+
class: "p-checkbox-icon"
|
|
2573
|
+
}, null, 8, ["checked"]))
|
|
2574
|
+
: (vue.openBlock(), vue.createBlock(_component_CheckIcon, {
|
|
2575
|
+
key: 1,
|
|
2576
|
+
class: "p-checkbox-icon"
|
|
2577
|
+
}))
|
|
2415
2578
|
], 2)
|
|
2416
2579
|
], 34))
|
|
2417
2580
|
}
|
|
@@ -2502,6 +2665,10 @@ var script$2 = {
|
|
|
2502
2665
|
filterInputProps: {
|
|
2503
2666
|
type: null,
|
|
2504
2667
|
default: null
|
|
2668
|
+
},
|
|
2669
|
+
headerCheckboxIconTemplate: {
|
|
2670
|
+
type: Function,
|
|
2671
|
+
default: null
|
|
2505
2672
|
}
|
|
2506
2673
|
},
|
|
2507
2674
|
data() {
|
|
@@ -2623,7 +2790,7 @@ var script$2 = {
|
|
|
2623
2790
|
|
|
2624
2791
|
return this.columnProp('frozen') ? [columnStyle, headerStyle, this.styleObject] : [columnStyle, headerStyle];
|
|
2625
2792
|
},
|
|
2626
|
-
|
|
2793
|
+
sortState() {
|
|
2627
2794
|
let sorted = false;
|
|
2628
2795
|
let sortOrder = null;
|
|
2629
2796
|
|
|
@@ -2639,21 +2806,26 @@ var script$2 = {
|
|
|
2639
2806
|
}
|
|
2640
2807
|
}
|
|
2641
2808
|
|
|
2642
|
-
return
|
|
2643
|
-
|
|
2644
|
-
|
|
2645
|
-
|
|
2646
|
-
|
|
2647
|
-
|
|
2648
|
-
|
|
2649
|
-
|
|
2809
|
+
return {
|
|
2810
|
+
sorted,
|
|
2811
|
+
sortOrder
|
|
2812
|
+
};
|
|
2813
|
+
},
|
|
2814
|
+
sortableColumnIcon() {
|
|
2815
|
+
const { sorted, sortOrder } = this.sortState;
|
|
2816
|
+
|
|
2817
|
+
if (!sorted) return SortAltIcon__default["default"];
|
|
2818
|
+
else if (sorted && sortOrder > 0) return SortAmountUpAltIcon__default["default"];
|
|
2819
|
+
else if (sorted && sortOrder < 0) return SortAmountDownIcon__default["default"];
|
|
2820
|
+
|
|
2821
|
+
return null;
|
|
2650
2822
|
},
|
|
2651
2823
|
ariaSort() {
|
|
2652
2824
|
if (this.columnProp('sortable')) {
|
|
2653
|
-
const
|
|
2825
|
+
const { sorted, sortOrder } = this.sortState;
|
|
2654
2826
|
|
|
2655
|
-
if (
|
|
2656
|
-
else if (
|
|
2827
|
+
if (sorted && sortOrder < 0) return 'descending';
|
|
2828
|
+
else if (sorted && sortOrder > 0) return 'ascending';
|
|
2657
2829
|
else return 'none';
|
|
2658
2830
|
} else {
|
|
2659
2831
|
return null;
|
|
@@ -2662,7 +2834,10 @@ var script$2 = {
|
|
|
2662
2834
|
},
|
|
2663
2835
|
components: {
|
|
2664
2836
|
DTHeaderCheckbox: script$3,
|
|
2665
|
-
DTColumnFilter: script$4
|
|
2837
|
+
DTColumnFilter: script$4,
|
|
2838
|
+
SortAltIcon: SortAltIcon__default["default"],
|
|
2839
|
+
SortAmountUpAltIcon: SortAmountUpAltIcon__default["default"],
|
|
2840
|
+
SortAmountDownIcon: SortAmountDownIcon__default["default"]
|
|
2666
2841
|
}
|
|
2667
2842
|
};
|
|
2668
2843
|
|
|
@@ -2672,7 +2847,8 @@ const _hoisted_3$2 = {
|
|
|
2672
2847
|
key: 1,
|
|
2673
2848
|
class: "p-column-title"
|
|
2674
2849
|
};
|
|
2675
|
-
const _hoisted_4$1 = {
|
|
2850
|
+
const _hoisted_4$1 = { key: 2 };
|
|
2851
|
+
const _hoisted_5$1 = {
|
|
2676
2852
|
key: 3,
|
|
2677
2853
|
class: "p-sortable-column-badge"
|
|
2678
2854
|
};
|
|
@@ -2715,21 +2891,25 @@ function render$2(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
2715
2891
|
? (vue.openBlock(), vue.createElementBlock("span", _hoisted_3$2, vue.toDisplayString($options.columnProp('header')), 1))
|
|
2716
2892
|
: vue.createCommentVNode("", true),
|
|
2717
2893
|
($options.columnProp('sortable'))
|
|
2718
|
-
? (vue.openBlock(), vue.createElementBlock("span",
|
|
2719
|
-
|
|
2720
|
-
|
|
2721
|
-
|
|
2894
|
+
? (vue.openBlock(), vue.createElementBlock("span", _hoisted_4$1, [
|
|
2895
|
+
(vue.openBlock(), vue.createBlock(vue.resolveDynamicComponent(($props.column.children && $props.column.children.sorticon) || $options.sortableColumnIcon), {
|
|
2896
|
+
sorted: $options.sortState.sorted,
|
|
2897
|
+
sortOrder: $options.sortState.sortOrder,
|
|
2898
|
+
class: "p-sortable-column-icon"
|
|
2899
|
+
}, null, 8, ["sorted", "sortOrder"]))
|
|
2900
|
+
]))
|
|
2722
2901
|
: vue.createCommentVNode("", true),
|
|
2723
2902
|
($options.isMultiSorted())
|
|
2724
|
-
? (vue.openBlock(), vue.createElementBlock("span",
|
|
2903
|
+
? (vue.openBlock(), vue.createElementBlock("span", _hoisted_5$1, vue.toDisplayString($options.getBadgeValue()), 1))
|
|
2725
2904
|
: vue.createCommentVNode("", true),
|
|
2726
2905
|
($options.columnProp('selectionMode') === 'multiple' && $props.filterDisplay !== 'row')
|
|
2727
2906
|
? (vue.openBlock(), vue.createBlock(_component_DTHeaderCheckbox, {
|
|
2728
2907
|
key: 4,
|
|
2729
2908
|
checked: $props.allRowsSelected,
|
|
2730
2909
|
onChange: $options.onHeaderCheckboxChange,
|
|
2731
|
-
disabled: $props.empty
|
|
2732
|
-
|
|
2910
|
+
disabled: $props.empty,
|
|
2911
|
+
headerCheckboxIconTemplate: $props.headerCheckboxIconTemplate
|
|
2912
|
+
}, null, 8, ["checked", "onChange", "disabled", "headerCheckboxIconTemplate"]))
|
|
2733
2913
|
: vue.createCommentVNode("", true),
|
|
2734
2914
|
($props.filterDisplay === 'menu' && $props.column.children && $props.column.children.filter)
|
|
2735
2915
|
? (vue.openBlock(), vue.createBlock(_component_DTColumnFilter, {
|
|
@@ -2743,6 +2923,10 @@ function render$2(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
2743
2923
|
filterFooterTemplate: $props.column.children && $props.column.children.filterfooter,
|
|
2744
2924
|
filterClearTemplate: $props.column.children && $props.column.children.filterclear,
|
|
2745
2925
|
filterApplyTemplate: $props.column.children && $props.column.children.filterapply,
|
|
2926
|
+
filterIconTemplate: $props.column.children && $props.column.children.filtericon,
|
|
2927
|
+
filterAddIconTemplate: $props.column.children && $props.column.children.filteraddicon,
|
|
2928
|
+
filterRemoveIconTemplate: $props.column.children && $props.column.children.filterremoveicon,
|
|
2929
|
+
filterClearIconTemplate: $props.column.children && $props.column.children.filterclearicon,
|
|
2746
2930
|
filters: $props.filters,
|
|
2747
2931
|
filtersStore: $props.filtersStore,
|
|
2748
2932
|
filterInputProps: $props.filterInputProps,
|
|
@@ -2762,7 +2946,7 @@ function render$2(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
2762
2946
|
onConstraintAdd: _cache[5] || (_cache[5] = $event => (_ctx.$emit('constraint-add', $event))),
|
|
2763
2947
|
onConstraintRemove: _cache[6] || (_cache[6] = $event => (_ctx.$emit('constraint-remove', $event))),
|
|
2764
2948
|
onApplyClick: _cache[7] || (_cache[7] = $event => (_ctx.$emit('apply-click', $event)))
|
|
2765
|
-
}, null, 8, ["field", "type", "showMenu", "filterElement", "filterHeaderTemplate", "filterFooterTemplate", "filterClearTemplate", "filterApplyTemplate", "filters", "filtersStore", "filterInputProps", "filterMenuStyle", "filterMenuClass", "showOperator", "showClearButton", "showApplyButton", "showMatchModes", "showAddButton", "matchModeOptions", "maxConstraints"]))
|
|
2949
|
+
}, 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"]))
|
|
2766
2950
|
: vue.createCommentVNode("", true)
|
|
2767
2951
|
])
|
|
2768
2952
|
], 46, _hoisted_1$2))
|
|
@@ -2858,6 +3042,10 @@ var script$1 = {
|
|
|
2858
3042
|
filterInputProps: {
|
|
2859
3043
|
type: null,
|
|
2860
3044
|
default: null
|
|
3045
|
+
},
|
|
3046
|
+
headerCheckboxIconTemplate: {
|
|
3047
|
+
type: Function,
|
|
3048
|
+
default: null
|
|
2861
3049
|
}
|
|
2862
3050
|
},
|
|
2863
3051
|
methods: {
|
|
@@ -2969,8 +3157,9 @@ function render$1(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
2969
3157
|
onMatchmodeChange: _cache[11] || (_cache[11] = $event => (_ctx.$emit('matchmode-change', $event))),
|
|
2970
3158
|
onConstraintAdd: _cache[12] || (_cache[12] = $event => (_ctx.$emit('constraint-add', $event))),
|
|
2971
3159
|
onConstraintRemove: _cache[13] || (_cache[13] = $event => (_ctx.$emit('constraint-remove', $event))),
|
|
2972
|
-
onApplyClick: _cache[14] || (_cache[14] = $event => (_ctx.$emit('apply-click', $event)))
|
|
2973
|
-
|
|
3160
|
+
onApplyClick: _cache[14] || (_cache[14] = $event => (_ctx.$emit('apply-click', $event))),
|
|
3161
|
+
headerCheckboxIconTemplate: $props.headerCheckboxIconTemplate
|
|
3162
|
+
}, null, 8, ["column", "groupRowsBy", "groupRowSortField", "reorderableColumns", "resizableColumns", "sortMode", "sortField", "sortOrder", "multiSortMeta", "allRowsSelected", "empty", "filters", "filterDisplay", "filtersStore", "filterInputProps", "headerCheckboxIconTemplate"]))
|
|
2974
3163
|
: vue.createCommentVNode("", true)
|
|
2975
3164
|
], 64))
|
|
2976
3165
|
}), 128))
|
|
@@ -3007,6 +3196,10 @@ function render$1(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
3007
3196
|
filterFooterTemplate: col.children && col.children.filterfooter,
|
|
3008
3197
|
filterClearTemplate: col.children && col.children.filterclear,
|
|
3009
3198
|
filterApplyTemplate: col.children && col.children.filterapply,
|
|
3199
|
+
filterIconTemplate: col.children && col.children.filtericon,
|
|
3200
|
+
filterAddIconTemplate: col.children && col.children.filteraddicon,
|
|
3201
|
+
filterRemoveIconTemplate: col.children && col.children.filterremoveicon,
|
|
3202
|
+
filterClearIconTemplate: col.children && col.children.filterclearicon,
|
|
3010
3203
|
filters: $props.filters,
|
|
3011
3204
|
filtersStore: $props.filtersStore,
|
|
3012
3205
|
filterInputProps: $props.filterInputProps,
|
|
@@ -3026,7 +3219,7 @@ function render$1(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
3026
3219
|
onConstraintAdd: _cache[20] || (_cache[20] = $event => (_ctx.$emit('constraint-add', $event))),
|
|
3027
3220
|
onConstraintRemove: _cache[21] || (_cache[21] = $event => (_ctx.$emit('constraint-remove', $event))),
|
|
3028
3221
|
onApplyClick: _cache[22] || (_cache[22] = $event => (_ctx.$emit('apply-click', $event)))
|
|
3029
|
-
}, null, 8, ["field", "type", "showMenu", "filterElement", "filterHeaderTemplate", "filterFooterTemplate", "filterClearTemplate", "filterApplyTemplate", "filters", "filtersStore", "filterInputProps", "filterMenuStyle", "filterMenuClass", "showOperator", "showClearButton", "showApplyButton", "showMatchModes", "showAddButton", "matchModeOptions", "maxConstraints"]))
|
|
3222
|
+
}, 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"]))
|
|
3030
3223
|
: vue.createCommentVNode("", true)
|
|
3031
3224
|
], 6))
|
|
3032
3225
|
: vue.createCommentVNode("", true)
|
|
@@ -3068,8 +3261,9 @@ function render$1(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
3068
3261
|
onMatchmodeChange: _cache[29] || (_cache[29] = $event => (_ctx.$emit('matchmode-change', $event))),
|
|
3069
3262
|
onConstraintAdd: _cache[30] || (_cache[30] = $event => (_ctx.$emit('constraint-add', $event))),
|
|
3070
3263
|
onConstraintRemove: _cache[31] || (_cache[31] = $event => (_ctx.$emit('constraint-remove', $event))),
|
|
3071
|
-
onApplyClick: _cache[32] || (_cache[32] = $event => (_ctx.$emit('apply-click', $event)))
|
|
3072
|
-
|
|
3264
|
+
onApplyClick: _cache[32] || (_cache[32] = $event => (_ctx.$emit('apply-click', $event))),
|
|
3265
|
+
headerCheckboxIconTemplate: $props.headerCheckboxIconTemplate
|
|
3266
|
+
}, null, 8, ["column", "groupRowsBy", "groupRowSortField", "sortMode", "sortField", "sortOrder", "multiSortMeta", "allRowsSelected", "empty", "filters", "filterDisplay", "filtersStore", "headerCheckboxIconTemplate"]))
|
|
3073
3267
|
: vue.createCommentVNode("", true)
|
|
3074
3268
|
], 64))
|
|
3075
3269
|
}), 128))
|
|
@@ -3181,7 +3375,7 @@ var script = {
|
|
|
3181
3375
|
},
|
|
3182
3376
|
loadingIcon: {
|
|
3183
3377
|
type: String,
|
|
3184
|
-
default:
|
|
3378
|
+
default: undefined
|
|
3185
3379
|
},
|
|
3186
3380
|
sortField: {
|
|
3187
3381
|
type: [String, Function],
|
|
@@ -3285,11 +3479,11 @@ var script = {
|
|
|
3285
3479
|
},
|
|
3286
3480
|
expandedRowIcon: {
|
|
3287
3481
|
type: String,
|
|
3288
|
-
default:
|
|
3482
|
+
default: undefined
|
|
3289
3483
|
},
|
|
3290
3484
|
collapsedRowIcon: {
|
|
3291
3485
|
type: String,
|
|
3292
|
-
default:
|
|
3486
|
+
default: undefined
|
|
3293
3487
|
},
|
|
3294
3488
|
rowGroupMode: {
|
|
3295
3489
|
type: String,
|
|
@@ -5102,9 +5296,6 @@ var script = {
|
|
|
5102
5296
|
sorted() {
|
|
5103
5297
|
return this.d_sortField || (this.d_multiSortMeta && this.d_multiSortMeta.length > 0);
|
|
5104
5298
|
},
|
|
5105
|
-
loadingIconClass() {
|
|
5106
|
-
return ['p-datatable-loading-icon pi-spin', this.loadingIcon];
|
|
5107
|
-
},
|
|
5108
5299
|
allRowsSelected() {
|
|
5109
5300
|
if (this.selectAll !== null) {
|
|
5110
5301
|
return this.selectAll;
|
|
@@ -5129,7 +5320,10 @@ var script = {
|
|
|
5129
5320
|
DTTableHeader: script$1,
|
|
5130
5321
|
DTTableBody: script$7,
|
|
5131
5322
|
DTTableFooter: script$5,
|
|
5132
|
-
DTVirtualScroller: VirtualScroller__default["default"]
|
|
5323
|
+
DTVirtualScroller: VirtualScroller__default["default"],
|
|
5324
|
+
ArrowDownIcon: ArrowDownIcon__default["default"],
|
|
5325
|
+
ArrowUpIcon: ArrowUpIcon__default["default"],
|
|
5326
|
+
SpinnerIcon: SpinnerIcon__default["default"]
|
|
5133
5327
|
}
|
|
5134
5328
|
};
|
|
5135
5329
|
|
|
@@ -5153,17 +5347,18 @@ const _hoisted_4 = {
|
|
|
5153
5347
|
const _hoisted_5 = {
|
|
5154
5348
|
key: 5,
|
|
5155
5349
|
ref: "reorderIndicatorUp",
|
|
5156
|
-
class: "
|
|
5350
|
+
class: "p-datatable-reorder-indicator-up",
|
|
5157
5351
|
style: {"position":"absolute","display":"none"}
|
|
5158
5352
|
};
|
|
5159
5353
|
const _hoisted_6 = {
|
|
5160
5354
|
key: 6,
|
|
5161
5355
|
ref: "reorderIndicatorDown",
|
|
5162
|
-
class: "
|
|
5356
|
+
class: "p-datatable-reorder-indicator-down",
|
|
5163
5357
|
style: {"position":"absolute","display":"none"}
|
|
5164
5358
|
};
|
|
5165
5359
|
|
|
5166
5360
|
function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
5361
|
+
const _component_SpinnerIcon = vue.resolveComponent("SpinnerIcon");
|
|
5167
5362
|
const _component_DTPaginator = vue.resolveComponent("DTPaginator");
|
|
5168
5363
|
const _component_DTTableHeader = vue.resolveComponent("DTTableHeader");
|
|
5169
5364
|
const _component_DTTableBody = vue.resolveComponent("DTTableBody");
|
|
@@ -5179,10 +5374,23 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
5179
5374
|
? (vue.openBlock(), vue.createElementBlock("div", _hoisted_1, [
|
|
5180
5375
|
(_ctx.$slots.loading)
|
|
5181
5376
|
? vue.renderSlot(_ctx.$slots, "loading", { key: 0 })
|
|
5182
|
-
: (vue.openBlock(), vue.createElementBlock(
|
|
5183
|
-
|
|
5184
|
-
|
|
5185
|
-
|
|
5377
|
+
: (vue.openBlock(), vue.createElementBlock(vue.Fragment, { key: 1 }, [
|
|
5378
|
+
(_ctx.$slots.loadingicon)
|
|
5379
|
+
? (vue.openBlock(), vue.createBlock(vue.resolveDynamicComponent(_ctx.$slots.loadingicon), {
|
|
5380
|
+
key: 0,
|
|
5381
|
+
class: "p-datatable-loading-icon"
|
|
5382
|
+
}))
|
|
5383
|
+
: ($props.loadingIcon)
|
|
5384
|
+
? (vue.openBlock(), vue.createElementBlock("i", {
|
|
5385
|
+
key: 1,
|
|
5386
|
+
class: vue.normalizeClass(['p-datatable-loading-icon pi-spin', $props.loadingIcon])
|
|
5387
|
+
}, null, 2))
|
|
5388
|
+
: (vue.openBlock(), vue.createBlock(_component_SpinnerIcon, {
|
|
5389
|
+
key: 2,
|
|
5390
|
+
spin: "",
|
|
5391
|
+
class: "p-datatable-loading-icon"
|
|
5392
|
+
}))
|
|
5393
|
+
], 64))
|
|
5186
5394
|
]))
|
|
5187
5395
|
: vue.createCommentVNode("", true),
|
|
5188
5396
|
(_ctx.$slots.header)
|
|
@@ -5221,6 +5429,42 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
5221
5429
|
]),
|
|
5222
5430
|
key: "1"
|
|
5223
5431
|
}
|
|
5432
|
+
: undefined,
|
|
5433
|
+
(_ctx.$slots.paginatorfirstpagelinkicon)
|
|
5434
|
+
? {
|
|
5435
|
+
name: "firstpagelinkicon",
|
|
5436
|
+
fn: vue.withCtx(() => [
|
|
5437
|
+
vue.renderSlot(_ctx.$slots, "paginatorfirstpagelinkicon")
|
|
5438
|
+
]),
|
|
5439
|
+
key: "2"
|
|
5440
|
+
}
|
|
5441
|
+
: undefined,
|
|
5442
|
+
(_ctx.$slots.paginatorprevpagelinkicon)
|
|
5443
|
+
? {
|
|
5444
|
+
name: "prevpagelinkicon",
|
|
5445
|
+
fn: vue.withCtx(() => [
|
|
5446
|
+
vue.renderSlot(_ctx.$slots, "paginatorprevpagelinkicon")
|
|
5447
|
+
]),
|
|
5448
|
+
key: "3"
|
|
5449
|
+
}
|
|
5450
|
+
: undefined,
|
|
5451
|
+
(_ctx.$slots.paginatornextpagelinkicon)
|
|
5452
|
+
? {
|
|
5453
|
+
name: "nextpagelinkicon",
|
|
5454
|
+
fn: vue.withCtx(() => [
|
|
5455
|
+
vue.renderSlot(_ctx.$slots, "paginatornextpagelinkicon")
|
|
5456
|
+
]),
|
|
5457
|
+
key: "4"
|
|
5458
|
+
}
|
|
5459
|
+
: undefined,
|
|
5460
|
+
(_ctx.$slots.paginatorlastpagelinkicon)
|
|
5461
|
+
? {
|
|
5462
|
+
name: "lastpagelinkicon",
|
|
5463
|
+
fn: vue.withCtx(() => [
|
|
5464
|
+
vue.renderSlot(_ctx.$slots, "paginatorlastpagelinkicon")
|
|
5465
|
+
]),
|
|
5466
|
+
key: "5"
|
|
5467
|
+
}
|
|
5224
5468
|
: undefined
|
|
5225
5469
|
]), 1032, ["rows", "first", "totalRecords", "pageLinkSize", "template", "rowsPerPageOptions", "currentPageReportTemplate", "alwaysShow"]))
|
|
5226
5470
|
: vue.createCommentVNode("", true),
|
|
@@ -5264,6 +5508,7 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
5264
5508
|
filtersStore: $props.filters,
|
|
5265
5509
|
filterDisplay: $props.filterDisplay,
|
|
5266
5510
|
filterInputProps: $props.filterInputProps,
|
|
5511
|
+
headerCheckboxIconTemplate: _ctx.$slots.headercheckboxicon,
|
|
5267
5512
|
onColumnClick: _cache[1] || (_cache[1] = $event => ($options.onColumnHeaderClick($event))),
|
|
5268
5513
|
onColumnMousedown: _cache[2] || (_cache[2] = $event => ($options.onColumnHeaderMouseDown($event))),
|
|
5269
5514
|
onFilterChange: $options.onFilterChange,
|
|
@@ -5274,7 +5519,7 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
5274
5519
|
onColumnDrop: _cache[6] || (_cache[6] = $event => ($options.onColumnHeaderDrop($event))),
|
|
5275
5520
|
onColumnResizestart: _cache[7] || (_cache[7] = $event => ($options.onColumnResizeStart($event))),
|
|
5276
5521
|
onCheckboxChange: _cache[8] || (_cache[8] = $event => ($options.toggleRowsWithCheckbox($event)))
|
|
5277
|
-
}, null, 8, ["columnGroup", "columns", "rowGroupMode", "groupRowsBy", "groupRowSortField", "reorderableColumns", "resizableColumns", "allRowsSelected", "empty", "sortMode", "sortField", "sortOrder", "multiSortMeta", "filters", "filtersStore", "filterDisplay", "filterInputProps", "onFilterChange", "onFilterApply"]),
|
|
5522
|
+
}, null, 8, ["columnGroup", "columns", "rowGroupMode", "groupRowsBy", "groupRowSortField", "reorderableColumns", "resizableColumns", "allRowsSelected", "empty", "sortMode", "sortField", "sortOrder", "multiSortMeta", "filters", "filtersStore", "filterDisplay", "filterInputProps", "headerCheckboxIconTemplate", "onFilterChange", "onFilterApply"]),
|
|
5278
5523
|
($props.frozenValue)
|
|
5279
5524
|
? (vue.openBlock(), vue.createBlock(_component_DTTableBody, {
|
|
5280
5525
|
key: 0,
|
|
@@ -5441,15 +5686,55 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
5441
5686
|
]),
|
|
5442
5687
|
key: "1"
|
|
5443
5688
|
}
|
|
5689
|
+
: undefined,
|
|
5690
|
+
(_ctx.$slots.paginatorfirstpagelinkicon)
|
|
5691
|
+
? {
|
|
5692
|
+
name: "firstpagelinkicon",
|
|
5693
|
+
fn: vue.withCtx(() => [
|
|
5694
|
+
vue.renderSlot(_ctx.$slots, "paginatorfirstpagelinkicon")
|
|
5695
|
+
]),
|
|
5696
|
+
key: "2"
|
|
5697
|
+
}
|
|
5698
|
+
: undefined,
|
|
5699
|
+
(_ctx.$slots.paginatorprevpagelinkicon)
|
|
5700
|
+
? {
|
|
5701
|
+
name: "prevpagelinkicon",
|
|
5702
|
+
fn: vue.withCtx(() => [
|
|
5703
|
+
vue.renderSlot(_ctx.$slots, "paginatorprevpagelinkicon")
|
|
5704
|
+
]),
|
|
5705
|
+
key: "3"
|
|
5706
|
+
}
|
|
5707
|
+
: undefined,
|
|
5708
|
+
(_ctx.$slots.paginatornextpagelinkicon)
|
|
5709
|
+
? {
|
|
5710
|
+
name: "nextpagelinkicon",
|
|
5711
|
+
fn: vue.withCtx(() => [
|
|
5712
|
+
vue.renderSlot(_ctx.$slots, "paginatornextpagelinkicon")
|
|
5713
|
+
]),
|
|
5714
|
+
key: "4"
|
|
5715
|
+
}
|
|
5716
|
+
: undefined,
|
|
5717
|
+
(_ctx.$slots.paginatorlastpagelinkicon)
|
|
5718
|
+
? {
|
|
5719
|
+
name: "lastpagelinkicon",
|
|
5720
|
+
fn: vue.withCtx(() => [
|
|
5721
|
+
vue.renderSlot(_ctx.$slots, "paginatorlastpagelinkicon")
|
|
5722
|
+
]),
|
|
5723
|
+
key: "5"
|
|
5724
|
+
}
|
|
5444
5725
|
: undefined
|
|
5445
5726
|
]), 1032, ["rows", "first", "totalRecords", "pageLinkSize", "template", "rowsPerPageOptions", "currentPageReportTemplate", "alwaysShow"]))
|
|
5446
5727
|
: vue.createCommentVNode("", true),
|
|
5447
5728
|
vue.createElementVNode("div", _hoisted_4, null, 512),
|
|
5448
5729
|
($props.reorderableColumns)
|
|
5449
|
-
? (vue.openBlock(), vue.createElementBlock("span", _hoisted_5,
|
|
5730
|
+
? (vue.openBlock(), vue.createElementBlock("span", _hoisted_5, [
|
|
5731
|
+
(vue.openBlock(), vue.createBlock(vue.resolveDynamicComponent(_ctx.$slots.reorderindicatorupicon || 'ArrowDownIcon')))
|
|
5732
|
+
], 512))
|
|
5450
5733
|
: vue.createCommentVNode("", true),
|
|
5451
5734
|
($props.reorderableColumns)
|
|
5452
|
-
? (vue.openBlock(), vue.createElementBlock("span", _hoisted_6,
|
|
5735
|
+
? (vue.openBlock(), vue.createElementBlock("span", _hoisted_6, [
|
|
5736
|
+
(vue.openBlock(), vue.createBlock(vue.resolveDynamicComponent(_ctx.$slots.reorderindicatordownicon || 'ArrowUpIcon')))
|
|
5737
|
+
], 512))
|
|
5453
5738
|
: vue.createCommentVNode("", true)
|
|
5454
5739
|
], 2))
|
|
5455
5740
|
}
|