primevue 3.26.1 → 3.27.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -8
- package/accordion/Accordion.d.ts +46 -2
- package/accordion/Accordion.vue +29 -13
- package/accordion/accordion.cjs.js +60 -33
- package/accordion/accordion.cjs.min.js +1 -1
- package/accordion/accordion.esm.js +58 -34
- package/accordion/accordion.esm.min.js +1 -1
- package/accordion/accordion.js +59 -35
- package/accordion/accordion.min.js +1 -1
- package/accordiontab/AccordionTab.d.ts +76 -1
- package/accordiontab/AccordionTab.vue +3 -0
- package/accordiontab/accordiontab.cjs.js +6 -0
- package/accordiontab/accordiontab.cjs.min.js +1 -1
- package/accordiontab/accordiontab.esm.js +2 -0
- package/accordiontab/accordiontab.esm.min.js +1 -1
- package/accordiontab/accordiontab.js +7 -2
- package/accordiontab/accordiontab.min.js +1 -1
- package/autocomplete/AutoComplete.d.ts +15 -3
- package/autocomplete/AutoComplete.vue +25 -10
- package/autocomplete/autocomplete.cjs.js +62 -36
- package/autocomplete/autocomplete.cjs.min.js +1 -1
- package/autocomplete/autocomplete.esm.js +60 -37
- package/autocomplete/autocomplete.esm.min.js +1 -1
- package/autocomplete/autocomplete.js +61 -38
- package/autocomplete/autocomplete.min.js +1 -1
- package/avatar/Avatar.d.ts +5 -0
- package/avatar/Avatar.vue +5 -6
- package/avatar/avatar.cjs.js +25 -20
- package/avatar/avatar.cjs.min.js +1 -1
- package/avatar/avatar.esm.js +26 -21
- package/avatar/avatar.esm.min.js +1 -1
- package/avatar/avatar.js +25 -20
- package/avatar/avatar.min.js +1 -1
- package/basecomponent/BaseComponent.vue +26 -0
- package/basecomponent/basecomponent.cjs.js +28 -0
- package/basecomponent/basecomponent.cjs.min.js +1 -0
- package/basecomponent/basecomponent.esm.js +26 -0
- package/basecomponent/basecomponent.esm.min.js +1 -0
- package/basecomponent/basecomponent.js +30 -0
- package/basecomponent/basecomponent.min.js +1 -0
- package/basecomponent/package.json +8 -0
- package/baseicon/BaseIcon.vue +66 -0
- package/baseicon/baseicon.cjs.js +66 -0
- package/baseicon/baseicon.cjs.min.js +1 -0
- package/baseicon/baseicon.esm.js +64 -0
- package/baseicon/baseicon.esm.min.js +1 -0
- package/baseicon/baseicon.js +68 -0
- package/baseicon/baseicon.min.js +1 -0
- package/baseicon/package.json +8 -0
- package/breadcrumb/Breadcrumb.d.ts +18 -0
- package/breadcrumb/Breadcrumb.vue +8 -4
- package/breadcrumb/BreadcrumbItem.vue +7 -10
- package/breadcrumb/breadcrumb.cjs.js +46 -35
- package/breadcrumb/breadcrumb.cjs.min.js +1 -1
- package/breadcrumb/breadcrumb.esm.js +43 -36
- package/breadcrumb/breadcrumb.esm.min.js +1 -1
- package/breadcrumb/breadcrumb.js +47 -37
- package/breadcrumb/breadcrumb.min.js +1 -1
- package/button/Button.d.ts +20 -1
- package/button/Button.vue +23 -8
- package/button/button.cjs.js +54 -25
- package/button/button.cjs.min.js +1 -1
- package/button/button.esm.js +54 -26
- package/button/button.esm.min.js +1 -1
- package/button/button.js +55 -27
- package/button/button.min.js +1 -1
- package/calendar/Calendar.d.ts +25 -5
- package/calendar/Calendar.vue +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/checkbox/Checkbox.d.ts +13 -2
- package/checkbox/Checkbox.vue +7 -1
- package/checkbox/checkbox.cjs.js +11 -3
- package/checkbox/checkbox.cjs.min.js +1 -1
- package/checkbox/checkbox.esm.js +8 -4
- package/checkbox/checkbox.esm.min.js +1 -1
- package/checkbox/checkbox.js +12 -5
- package/checkbox/checkbox.min.js +1 -1
- package/chip/Chip.d.ts +20 -1
- package/chip/Chip.vue +13 -10
- package/chip/chip.cjs.js +46 -31
- package/chip/chip.cjs.min.js +1 -1
- package/chip/chip.esm.js +43 -32
- package/chip/chip.esm.min.js +1 -1
- package/chip/chip.js +47 -33
- package/chip/chip.min.js +1 -1
- package/chips/Chips.d.ts +12 -1
- package/chips/Chips.vue +8 -2
- package/chips/chips.cjs.js +22 -11
- package/chips/chips.cjs.min.js +1 -1
- package/chips/chips.esm.js +19 -12
- package/chips/chips.esm.min.js +1 -1
- package/chips/chips.js +23 -13
- package/chips/chips.min.js +1 -1
- package/column/Column.d.ts +77 -1
- package/column/Column.vue +1 -1
- package/column/column.cjs.js +1 -1
- package/column/column.cjs.min.js +1 -1
- package/column/column.esm.js +1 -1
- package/column/column.esm.min.js +1 -1
- package/column/column.js +1 -1
- package/column/column.min.js +1 -1
- package/confirmdialog/ConfirmDialog.d.ts +23 -1
- package/confirmdialog/ConfirmDialog.vue +18 -3
- package/confirmdialog/confirmdialog.cjs.js +36 -11
- package/confirmdialog/confirmdialog.cjs.min.js +1 -1
- package/confirmdialog/confirmdialog.esm.js +37 -12
- package/confirmdialog/confirmdialog.esm.min.js +1 -1
- package/confirmdialog/confirmdialog.js +36 -11
- package/confirmdialog/confirmdialog.min.js +1 -1
- package/confirmpopup/ConfirmPopup.d.ts +23 -1
- package/confirmpopup/ConfirmPopup.vue +18 -3
- package/confirmpopup/confirmpopup.cjs.js +35 -9
- package/confirmpopup/confirmpopup.cjs.min.js +1 -1
- package/confirmpopup/confirmpopup.esm.js +36 -10
- package/confirmpopup/confirmpopup.esm.min.js +1 -1
- package/confirmpopup/confirmpopup.js +35 -9
- package/confirmpopup/confirmpopup.min.js +1 -1
- package/contextmenu/ContextMenu.d.ts +23 -0
- package/contextmenu/ContextMenu.vue +1 -1
- package/contextmenu/ContextMenuSub.vue +17 -8
- package/contextmenu/contextmenu.cjs.js +48 -23
- package/contextmenu/contextmenu.cjs.min.js +1 -1
- package/contextmenu/contextmenu.esm.js +48 -24
- package/contextmenu/contextmenu.esm.min.js +1 -1
- package/contextmenu/contextmenu.js +49 -25
- package/contextmenu/contextmenu.min.js +1 -1
- package/core/core.js +2680 -311
- package/core/core.min.js +105 -11
- 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 +18 -4
- package/dialog/Dialog.vue +22 -13
- package/dialog/dialog.cjs.js +29 -17
- package/dialog/dialog.cjs.min.js +1 -1
- package/dialog/dialog.esm.js +27 -18
- package/dialog/dialog.esm.min.js +1 -1
- package/dialog/dialog.js +28 -19
- package/dialog/dialog.min.js +1 -1
- package/divider/Divider.d.ts +36 -0
- package/divider/Divider.vue +5 -2
- package/divider/divider.cjs.js +15 -10
- package/divider/divider.cjs.min.js +1 -1
- package/divider/divider.esm.js +12 -11
- package/divider/divider.esm.min.js +1 -1
- package/divider/divider.js +16 -12
- package/divider/divider.min.js +1 -1
- package/dropdown/Dropdown.d.ts +40 -4
- package/dropdown/Dropdown.vue +25 -12
- package/dropdown/dropdown.cjs.js +67 -30
- package/dropdown/dropdown.cjs.min.js +1 -1
- package/dropdown/dropdown.esm.js +64 -31
- package/dropdown/dropdown.esm.min.js +1 -1
- package/dropdown/dropdown.js +65 -32
- package/dropdown/dropdown.min.js +1 -1
- package/fieldset/Fieldset.d.ts +73 -0
- package/fieldset/Fieldset.vue +18 -17
- package/fieldset/fieldset.cjs.js +33 -34
- package/fieldset/fieldset.cjs.min.js +1 -1
- package/fieldset/fieldset.esm.js +31 -35
- package/fieldset/fieldset.esm.min.js +1 -1
- package/fieldset/fieldset.js +32 -36
- package/fieldset/fieldset.min.js +1 -1
- package/fileupload/FileContent.vue +13 -2
- package/fileupload/FileUpload.d.ts +28 -3
- package/fileupload/FileUpload.vue +35 -16
- package/fileupload/fileupload.cjs.js +89 -29
- package/fileupload/fileupload.cjs.min.js +1 -1
- package/fileupload/fileupload.esm.js +87 -30
- package/fileupload/fileupload.esm.min.js +1 -1
- package/fileupload/fileupload.js +88 -31
- package/fileupload/fileupload.min.js +1 -1
- package/galleria/Galleria.d.ts +20 -0
- package/galleria/Galleria.vue +2 -2
- package/galleria/GalleriaContent.vue +7 -2
- package/galleria/GalleriaItem.vue +8 -2
- package/galleria/GalleriaThumbnails.vue +12 -20
- package/galleria/galleria.cjs.js +60 -64
- package/galleria/galleria.cjs.min.js +1 -1
- package/galleria/galleria.esm.js +56 -65
- package/galleria/galleria.esm.min.js +1 -1
- package/galleria/galleria.js +57 -66
- package/galleria/galleria.min.js +1 -1
- package/icons/angledoubledown/index.cjs.js +37 -0
- package/icons/angledoubledown/index.cjs.min.js +1 -0
- package/icons/angledoubledown/index.d.ts +12 -0
- package/icons/angledoubledown/index.esm.js +31 -0
- package/icons/angledoubledown/index.esm.min.js +1 -0
- package/icons/angledoubledown/index.js +39 -0
- package/icons/angledoubledown/index.min.js +1 -0
- package/icons/angledoubledown/index.vue +18 -0
- package/icons/angledoubledown/package.json +9 -0
- package/icons/angledoubleleft/index.cjs.js +37 -0
- package/icons/angledoubleleft/index.cjs.min.js +1 -0
- package/icons/angledoubleleft/index.d.ts +12 -0
- package/icons/angledoubleleft/index.esm.js +31 -0
- package/icons/angledoubleleft/index.esm.min.js +1 -0
- package/icons/angledoubleleft/index.js +39 -0
- package/icons/angledoubleleft/index.min.js +1 -0
- package/icons/angledoubleleft/index.vue +18 -0
- package/icons/angledoubleleft/package.json +9 -0
- package/icons/angledoubleright/index.cjs.js +37 -0
- package/icons/angledoubleright/index.cjs.min.js +1 -0
- package/icons/angledoubleright/index.d.ts +12 -0
- package/icons/angledoubleright/index.esm.js +31 -0
- package/icons/angledoubleright/index.esm.min.js +1 -0
- package/icons/angledoubleright/index.js +39 -0
- package/icons/angledoubleright/index.min.js +1 -0
- package/icons/angledoubleright/index.vue +18 -0
- package/icons/angledoubleright/package.json +9 -0
- package/icons/angledoubleup/index.cjs.js +37 -0
- package/icons/angledoubleup/index.cjs.min.js +1 -0
- package/icons/angledoubleup/index.d.ts +12 -0
- package/icons/angledoubleup/index.esm.js +31 -0
- package/icons/angledoubleup/index.esm.min.js +1 -0
- package/icons/angledoubleup/index.js +39 -0
- package/icons/angledoubleup/index.min.js +1 -0
- package/icons/angledoubleup/index.vue +18 -0
- package/icons/angledoubleup/package.json +9 -0
- package/icons/angledown/index.cjs.js +35 -0
- package/icons/angledown/index.cjs.min.js +1 -0
- package/icons/angledown/index.d.ts +12 -0
- package/icons/angledown/index.esm.js +29 -0
- package/icons/angledown/index.esm.min.js +1 -0
- package/icons/angledown/index.js +37 -0
- package/icons/angledown/index.min.js +1 -0
- package/icons/angledown/index.vue +16 -0
- package/icons/angledown/package.json +9 -0
- package/icons/angleleft/index.cjs.js +35 -0
- package/icons/angleleft/index.cjs.min.js +1 -0
- package/icons/angleleft/index.d.ts +12 -0
- package/icons/angleleft/index.esm.js +29 -0
- package/icons/angleleft/index.esm.min.js +1 -0
- package/icons/angleleft/index.js +37 -0
- package/icons/angleleft/index.min.js +1 -0
- package/icons/angleleft/index.vue +16 -0
- package/icons/angleleft/package.json +9 -0
- package/icons/angleright/index.cjs.js +35 -0
- package/icons/angleright/index.cjs.min.js +1 -0
- package/icons/angleright/index.d.ts +12 -0
- package/icons/angleright/index.esm.js +29 -0
- package/icons/angleright/index.esm.min.js +1 -0
- package/icons/angleright/index.js +37 -0
- package/icons/angleright/index.min.js +1 -0
- package/icons/angleright/index.vue +16 -0
- package/icons/angleright/package.json +9 -0
- package/icons/angleup/index.cjs.js +35 -0
- package/icons/angleup/index.cjs.min.js +1 -0
- package/icons/angleup/index.d.ts +12 -0
- package/icons/angleup/index.esm.js +29 -0
- package/icons/angleup/index.esm.min.js +1 -0
- package/icons/angleup/index.js +37 -0
- package/icons/angleup/index.min.js +1 -0
- package/icons/angleup/index.vue +16 -0
- package/icons/angleup/package.json +9 -0
- package/icons/arrowdown/index.cjs.js +49 -0
- package/icons/arrowdown/index.cjs.min.js +1 -0
- package/icons/arrowdown/index.d.ts +12 -0
- package/icons/arrowdown/index.esm.js +43 -0
- package/icons/arrowdown/index.esm.min.js +1 -0
- package/icons/arrowdown/index.js +51 -0
- package/icons/arrowdown/index.min.js +1 -0
- package/icons/arrowdown/index.vue +25 -0
- package/icons/arrowdown/package.json +9 -0
- package/icons/arrowup/index.cjs.js +49 -0
- package/icons/arrowup/index.cjs.min.js +1 -0
- package/icons/arrowup/index.d.ts +12 -0
- package/icons/arrowup/index.esm.js +43 -0
- package/icons/arrowup/index.esm.min.js +1 -0
- package/icons/arrowup/index.js +51 -0
- package/icons/arrowup/index.min.js +1 -0
- package/icons/arrowup/index.vue +25 -0
- package/icons/arrowup/package.json +9 -0
- package/icons/ban/index.cjs.js +47 -0
- package/icons/ban/index.cjs.min.js +1 -0
- package/icons/ban/index.d.ts +12 -0
- package/icons/ban/index.esm.js +41 -0
- package/icons/ban/index.esm.min.js +1 -0
- package/icons/ban/index.js +49 -0
- package/icons/ban/index.min.js +1 -0
- package/icons/ban/index.vue +23 -0
- package/icons/ban/package.json +9 -0
- package/icons/bars/index.cjs.js +37 -0
- package/icons/bars/index.cjs.min.js +1 -0
- package/icons/bars/index.d.ts +12 -0
- package/icons/bars/index.esm.js +31 -0
- package/icons/bars/index.esm.min.js +1 -0
- package/icons/bars/index.js +39 -0
- package/icons/bars/index.min.js +1 -0
- package/icons/bars/index.vue +18 -0
- package/icons/bars/package.json +9 -0
- package/icons/calendar/index.cjs.js +35 -0
- package/icons/calendar/index.cjs.min.js +1 -0
- package/icons/calendar/index.d.ts +12 -0
- package/icons/calendar/index.esm.js +29 -0
- package/icons/calendar/index.esm.min.js +1 -0
- package/icons/calendar/index.js +37 -0
- package/icons/calendar/index.min.js +1 -0
- package/icons/calendar/index.vue +16 -0
- package/icons/calendar/package.json +9 -0
- package/icons/check/index.cjs.js +35 -0
- package/icons/check/index.cjs.min.js +1 -0
- package/icons/check/index.d.ts +12 -0
- package/icons/check/index.esm.js +29 -0
- package/icons/check/index.esm.min.js +1 -0
- package/icons/check/index.js +37 -0
- package/icons/check/index.min.js +1 -0
- package/icons/check/index.vue +16 -0
- package/icons/check/package.json +9 -0
- package/icons/chevrondown/index.cjs.js +35 -0
- package/icons/chevrondown/index.cjs.min.js +1 -0
- package/icons/chevrondown/index.d.ts +12 -0
- package/icons/chevrondown/index.esm.js +29 -0
- package/icons/chevrondown/index.esm.min.js +1 -0
- package/icons/chevrondown/index.js +37 -0
- package/icons/chevrondown/index.min.js +1 -0
- package/icons/chevrondown/index.vue +16 -0
- package/icons/chevrondown/package.json +9 -0
- package/icons/chevronleft/index.cjs.js +35 -0
- package/icons/chevronleft/index.cjs.min.js +1 -0
- package/icons/chevronleft/index.d.ts +12 -0
- package/icons/chevronleft/index.esm.js +29 -0
- package/icons/chevronleft/index.esm.min.js +1 -0
- package/icons/chevronleft/index.js +37 -0
- package/icons/chevronleft/index.min.js +1 -0
- package/icons/chevronleft/index.vue +16 -0
- package/icons/chevronleft/package.json +9 -0
- package/icons/chevronright/index.cjs.js +35 -0
- package/icons/chevronright/index.cjs.min.js +1 -0
- package/icons/chevronright/index.d.ts +12 -0
- package/icons/chevronright/index.esm.js +29 -0
- package/icons/chevronright/index.esm.min.js +1 -0
- package/icons/chevronright/index.js +37 -0
- package/icons/chevronright/index.min.js +1 -0
- package/icons/chevronright/index.vue +16 -0
- package/icons/chevronright/package.json +9 -0
- package/icons/chevronup/index.cjs.js +35 -0
- package/icons/chevronup/index.cjs.min.js +1 -0
- package/icons/chevronup/index.d.ts +12 -0
- package/icons/chevronup/index.esm.js +29 -0
- package/icons/chevronup/index.esm.min.js +1 -0
- package/icons/chevronup/index.js +37 -0
- package/icons/chevronup/index.min.js +1 -0
- package/icons/chevronup/index.vue +16 -0
- package/icons/chevronup/package.json +9 -0
- package/icons/exclamationtriangle/index.cjs.js +32 -0
- package/icons/exclamationtriangle/index.cjs.min.js +1 -0
- package/icons/exclamationtriangle/index.d.ts +12 -0
- package/icons/exclamationtriangle/index.esm.js +26 -0
- package/icons/exclamationtriangle/index.esm.min.js +1 -0
- package/icons/exclamationtriangle/index.js +34 -0
- package/icons/exclamationtriangle/index.min.js +1 -0
- package/icons/exclamationtriangle/index.vue +31 -0
- package/icons/exclamationtriangle/package.json +9 -0
- package/icons/eye/index.cjs.js +37 -0
- package/icons/eye/index.cjs.min.js +1 -0
- package/icons/eye/index.d.ts +12 -0
- package/icons/eye/index.esm.js +31 -0
- package/icons/eye/index.esm.min.js +1 -0
- package/icons/eye/index.js +39 -0
- package/icons/eye/index.min.js +1 -0
- package/icons/eye/index.vue +18 -0
- package/icons/eye/package.json +9 -0
- package/icons/eyeslash/index.cjs.js +49 -0
- package/icons/eyeslash/index.cjs.min.js +1 -0
- package/icons/eyeslash/index.d.ts +12 -0
- package/icons/eyeslash/index.esm.js +43 -0
- package/icons/eyeslash/index.esm.min.js +1 -0
- package/icons/eyeslash/index.js +51 -0
- package/icons/eyeslash/index.min.js +1 -0
- package/icons/eyeslash/index.vue +25 -0
- package/icons/eyeslash/package.json +9 -0
- package/icons/filter/index.cjs.js +47 -0
- package/icons/filter/index.cjs.min.js +1 -0
- package/icons/filter/index.d.ts +12 -0
- package/icons/filter/index.esm.js +41 -0
- package/icons/filter/index.esm.min.js +1 -0
- package/icons/filter/index.js +49 -0
- package/icons/filter/index.min.js +1 -0
- package/icons/filter/index.vue +23 -0
- package/icons/filter/package.json +9 -0
- package/icons/filterslash/index.cjs.js +49 -0
- package/icons/filterslash/index.cjs.min.js +1 -0
- package/icons/filterslash/index.d.ts +12 -0
- package/icons/filterslash/index.esm.js +43 -0
- package/icons/filterslash/index.esm.min.js +1 -0
- package/icons/filterslash/index.js +51 -0
- package/icons/filterslash/index.min.js +1 -0
- package/icons/filterslash/index.vue +25 -0
- package/icons/filterslash/package.json +9 -0
- package/icons/index.d.ts +12 -0
- package/icons/infocircle/index.cjs.js +49 -0
- package/icons/infocircle/index.cjs.min.js +1 -0
- package/icons/infocircle/index.d.ts +12 -0
- package/icons/infocircle/index.esm.js +43 -0
- package/icons/infocircle/index.esm.min.js +1 -0
- package/icons/infocircle/index.js +51 -0
- package/icons/infocircle/index.min.js +1 -0
- package/icons/infocircle/index.vue +25 -0
- package/icons/infocircle/package.json +9 -0
- package/icons/minus/index.cjs.js +35 -0
- package/icons/minus/index.cjs.min.js +1 -0
- package/icons/minus/index.d.ts +12 -0
- package/icons/minus/index.esm.js +29 -0
- package/icons/minus/index.esm.min.js +1 -0
- package/icons/minus/index.js +37 -0
- package/icons/minus/index.min.js +1 -0
- package/icons/minus/index.vue +16 -0
- package/icons/minus/package.json +9 -0
- package/icons/pencil/index.cjs.js +47 -0
- package/icons/pencil/index.cjs.min.js +1 -0
- package/icons/pencil/index.d.ts +12 -0
- package/icons/pencil/index.esm.js +41 -0
- package/icons/pencil/index.esm.min.js +1 -0
- package/icons/pencil/index.js +49 -0
- package/icons/pencil/index.min.js +1 -0
- package/icons/pencil/index.vue +23 -0
- package/icons/pencil/package.json +9 -0
- package/icons/plus/index.cjs.js +47 -0
- package/icons/plus/index.cjs.min.js +1 -0
- package/icons/plus/index.d.ts +12 -0
- package/icons/plus/index.esm.js +41 -0
- package/icons/plus/index.esm.min.js +1 -0
- package/icons/plus/index.js +49 -0
- package/icons/plus/index.min.js +1 -0
- package/icons/plus/index.vue +23 -0
- package/icons/plus/package.json +9 -0
- package/icons/refresh/index.cjs.js +49 -0
- package/icons/refresh/index.cjs.min.js +1 -0
- package/icons/refresh/index.d.ts +12 -0
- package/icons/refresh/index.esm.js +43 -0
- package/icons/refresh/index.esm.min.js +1 -0
- package/icons/refresh/index.js +51 -0
- package/icons/refresh/index.min.js +1 -0
- package/icons/refresh/index.vue +25 -0
- package/icons/refresh/package.json +9 -0
- package/icons/search/index.cjs.js +49 -0
- package/icons/search/index.cjs.min.js +1 -0
- package/icons/search/index.d.ts +12 -0
- package/icons/search/index.esm.js +43 -0
- package/icons/search/index.esm.min.js +1 -0
- package/icons/search/index.js +51 -0
- package/icons/search/index.min.js +1 -0
- package/icons/search/index.vue +25 -0
- package/icons/search/package.json +9 -0
- package/icons/searchminus/index.cjs.js +49 -0
- package/icons/searchminus/index.cjs.min.js +1 -0
- package/icons/searchminus/index.d.ts +12 -0
- package/icons/searchminus/index.esm.js +43 -0
- package/icons/searchminus/index.esm.min.js +1 -0
- package/icons/searchminus/index.js +51 -0
- package/icons/searchminus/index.min.js +1 -0
- package/icons/searchminus/index.vue +25 -0
- package/icons/searchminus/package.json +9 -0
- package/icons/searchplus/index.cjs.js +49 -0
- package/icons/searchplus/index.cjs.min.js +1 -0
- package/icons/searchplus/index.d.ts +12 -0
- package/icons/searchplus/index.esm.js +43 -0
- package/icons/searchplus/index.esm.min.js +1 -0
- package/icons/searchplus/index.js +51 -0
- package/icons/searchplus/index.min.js +1 -0
- package/icons/searchplus/index.vue +25 -0
- package/icons/searchplus/package.json +9 -0
- package/icons/sortalt/index.cjs.js +32 -0
- package/icons/sortalt/index.cjs.min.js +1 -0
- package/icons/sortalt/index.d.ts +12 -0
- package/icons/sortalt/index.esm.js +26 -0
- package/icons/sortalt/index.esm.min.js +1 -0
- package/icons/sortalt/index.js +34 -0
- package/icons/sortalt/index.min.js +1 -0
- package/icons/sortalt/index.vue +29 -0
- package/icons/sortalt/package.json +9 -0
- package/icons/sortamountdown/index.cjs.js +32 -0
- package/icons/sortamountdown/index.cjs.min.js +1 -0
- package/icons/sortamountdown/index.d.ts +12 -0
- package/icons/sortamountdown/index.esm.js +26 -0
- package/icons/sortamountdown/index.esm.min.js +1 -0
- package/icons/sortamountdown/index.js +34 -0
- package/icons/sortamountdown/index.min.js +1 -0
- package/icons/sortamountdown/index.vue +43 -0
- package/icons/sortamountdown/package.json +9 -0
- package/icons/sortamountupalt/index.cjs.js +32 -0
- package/icons/sortamountupalt/index.cjs.min.js +1 -0
- package/icons/sortamountupalt/index.d.ts +12 -0
- package/icons/sortamountupalt/index.esm.js +26 -0
- package/icons/sortamountupalt/index.esm.min.js +1 -0
- package/icons/sortamountupalt/index.js +34 -0
- package/icons/sortamountupalt/index.min.js +1 -0
- package/icons/sortamountupalt/index.vue +43 -0
- package/icons/sortamountupalt/package.json +9 -0
- package/icons/spinner/index.cjs.js +47 -0
- package/icons/spinner/index.cjs.min.js +1 -0
- package/icons/spinner/index.d.ts +12 -0
- package/icons/spinner/index.esm.js +41 -0
- package/icons/spinner/index.esm.min.js +1 -0
- package/icons/spinner/index.js +49 -0
- package/icons/spinner/index.min.js +1 -0
- package/icons/spinner/index.vue +23 -0
- package/icons/spinner/package.json +9 -0
- package/icons/star/index.cjs.js +47 -0
- package/icons/star/index.cjs.min.js +1 -0
- package/icons/star/index.d.ts +12 -0
- package/icons/star/index.esm.js +41 -0
- package/icons/star/index.esm.min.js +1 -0
- package/icons/star/index.js +49 -0
- package/icons/star/index.min.js +1 -0
- package/icons/star/index.vue +23 -0
- package/icons/star/package.json +9 -0
- package/icons/starfill/index.cjs.js +47 -0
- package/icons/starfill/index.cjs.min.js +1 -0
- package/icons/starfill/index.d.ts +12 -0
- package/icons/starfill/index.esm.js +41 -0
- package/icons/starfill/index.esm.min.js +1 -0
- package/icons/starfill/index.js +49 -0
- package/icons/starfill/index.min.js +1 -0
- package/icons/starfill/index.vue +23 -0
- package/icons/starfill/package.json +9 -0
- package/icons/thlarge/index.cjs.js +49 -0
- package/icons/thlarge/index.cjs.min.js +1 -0
- package/icons/thlarge/index.d.ts +12 -0
- package/icons/thlarge/index.esm.js +43 -0
- package/icons/thlarge/index.esm.min.js +1 -0
- package/icons/thlarge/index.js +51 -0
- package/icons/thlarge/index.min.js +1 -0
- package/icons/thlarge/index.vue +25 -0
- package/icons/thlarge/package.json +9 -0
- package/icons/times/index.cjs.js +35 -0
- package/icons/times/index.cjs.min.js +1 -0
- package/icons/times/index.d.ts +12 -0
- package/icons/times/index.esm.js +29 -0
- package/icons/times/index.esm.min.js +1 -0
- package/icons/times/index.js +37 -0
- package/icons/times/index.min.js +1 -0
- package/icons/times/index.vue +16 -0
- package/icons/times/package.json +9 -0
- package/icons/timescircle/index.cjs.js +49 -0
- package/icons/timescircle/index.cjs.min.js +1 -0
- package/icons/timescircle/index.d.ts +12 -0
- package/icons/timescircle/index.esm.js +43 -0
- package/icons/timescircle/index.esm.min.js +1 -0
- package/icons/timescircle/index.js +51 -0
- package/icons/timescircle/index.min.js +1 -0
- package/icons/timescircle/index.vue +25 -0
- package/icons/timescircle/package.json +9 -0
- package/icons/trash/index.cjs.js +49 -0
- package/icons/trash/index.cjs.min.js +1 -0
- package/icons/trash/index.d.ts +12 -0
- package/icons/trash/index.esm.js +43 -0
- package/icons/trash/index.esm.min.js +1 -0
- package/icons/trash/index.js +51 -0
- package/icons/trash/index.min.js +1 -0
- package/icons/trash/index.vue +25 -0
- package/icons/trash/package.json +9 -0
- package/icons/undo/index.cjs.js +49 -0
- package/icons/undo/index.cjs.min.js +1 -0
- package/icons/undo/index.d.ts +12 -0
- package/icons/undo/index.esm.js +43 -0
- package/icons/undo/index.esm.min.js +1 -0
- package/icons/undo/index.js +51 -0
- package/icons/undo/index.min.js +1 -0
- package/icons/undo/index.vue +25 -0
- package/icons/undo/package.json +9 -0
- package/icons/upload/index.cjs.js +49 -0
- package/icons/upload/index.cjs.min.js +1 -0
- package/icons/upload/index.d.ts +12 -0
- package/icons/upload/index.esm.js +43 -0
- package/icons/upload/index.esm.min.js +1 -0
- package/icons/upload/index.js +51 -0
- package/icons/upload/index.min.js +1 -0
- package/icons/upload/index.vue +25 -0
- package/icons/upload/package.json +9 -0
- package/icons/windowmaximize/index.cjs.js +49 -0
- package/icons/windowmaximize/index.cjs.min.js +1 -0
- package/icons/windowmaximize/index.d.ts +12 -0
- package/icons/windowmaximize/index.esm.js +43 -0
- package/icons/windowmaximize/index.esm.min.js +1 -0
- package/icons/windowmaximize/index.js +51 -0
- package/icons/windowmaximize/index.min.js +1 -0
- package/icons/windowmaximize/index.vue +25 -0
- package/icons/windowmaximize/package.json +9 -0
- package/icons/windowminimize/index.cjs.js +49 -0
- package/icons/windowminimize/index.cjs.min.js +1 -0
- package/icons/windowminimize/index.d.ts +12 -0
- package/icons/windowminimize/index.esm.js +43 -0
- package/icons/windowminimize/index.esm.min.js +1 -0
- package/icons/windowminimize/index.js +51 -0
- package/icons/windowminimize/index.min.js +1 -0
- package/icons/windowminimize/index.vue +25 -0
- package/icons/windowminimize/package.json +9 -0
- package/image/Image.d.ts +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 +9 -0
- package/inlinemessage/InlineMessage.vue +19 -11
- package/inlinemessage/inlinemessage.cjs.js +27 -13
- package/inlinemessage/inlinemessage.cjs.min.js +1 -1
- package/inlinemessage/inlinemessage.esm.js +21 -14
- package/inlinemessage/inlinemessage.esm.min.js +1 -1
- package/inlinemessage/inlinemessage.js +25 -15
- package/inlinemessage/inlinemessage.min.js +1 -1
- package/inplace/Inplace.d.ts +5 -1
- package/inplace/Inplace.vue +11 -3
- package/inplace/inplace.cjs.js +15 -4
- package/inplace/inplace.cjs.min.js +1 -1
- package/inplace/inplace.esm.js +15 -5
- package/inplace/inplace.esm.min.js +1 -1
- package/inplace/inplace.js +16 -6
- package/inplace/inplace.min.js +1 -1
- package/inputnumber/InputNumber.d.ts +13 -4
- package/inputnumber/InputNumber.vue +35 -7
- package/inputnumber/inputnumber.cjs.js +53 -19
- package/inputnumber/inputnumber.cjs.min.js +1 -1
- package/inputnumber/inputnumber.esm.js +52 -20
- package/inputnumber/inputnumber.esm.min.js +1 -1
- package/inputnumber/inputnumber.js +53 -21
- package/inputnumber/inputnumber.min.js +1 -1
- package/listbox/Listbox.d.ts +5 -1
- package/listbox/Listbox.vue +8 -3
- package/listbox/listbox.cjs.js +10 -5
- package/listbox/listbox.cjs.min.js +1 -1
- package/listbox/listbox.esm.js +10 -6
- package/listbox/listbox.esm.min.js +1 -1
- package/listbox/listbox.js +11 -7
- package/listbox/listbox.min.js +1 -1
- package/megamenu/MegaMenu.d.ts +23 -0
- package/megamenu/MegaMenu.vue +1 -1
- package/megamenu/MegaMenuSub.vue +19 -11
- package/megamenu/megamenu.cjs.js +48 -23
- package/megamenu/megamenu.cjs.min.js +1 -1
- package/megamenu/megamenu.esm.js +46 -23
- package/megamenu/megamenu.esm.min.js +1 -1
- package/megamenu/megamenu.js +48 -25
- package/megamenu/megamenu.min.js +1 -1
- package/menu/Menu.d.ts +14 -0
- package/menu/Menu.vue +2 -2
- package/menu/Menuitem.vue +12 -5
- package/menu/menu.cjs.js +34 -17
- package/menu/menu.cjs.min.js +1 -1
- package/menu/menu.esm.js +35 -18
- package/menu/menu.esm.min.js +1 -1
- package/menu/menu.js +34 -17
- package/menu/menu.min.js +1 -1
- package/menubar/Menubar.d.ts +31 -0
- package/menubar/Menubar.vue +7 -3
- package/menubar/MenubarSub.vue +19 -11
- package/menubar/menubar.cjs.js +65 -35
- package/menubar/menubar.cjs.min.js +1 -1
- package/menubar/menubar.esm.js +63 -36
- package/menubar/menubar.esm.min.js +1 -1
- package/menubar/menubar.js +64 -37
- package/menubar/menubar.min.js +1 -1
- package/message/Message.d.ts +20 -1
- package/message/Message.vue +30 -18
- package/message/message.cjs.js +45 -22
- package/message/message.cjs.min.js +1 -1
- package/message/message.esm.js +41 -23
- package/message/message.esm.min.js +1 -1
- package/message/message.js +42 -24
- package/message/message.min.js +1 -1
- package/multiselect/MultiSelect.d.ts +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 +9 -0
- package/overlaypanel/OverlayPanel.vue +10 -2
- package/overlaypanel/overlaypanel.cjs.js +15 -6
- package/overlaypanel/overlaypanel.cjs.min.js +1 -1
- package/overlaypanel/overlaypanel.esm.js +15 -7
- package/overlaypanel/overlaypanel.esm.min.js +1 -1
- package/overlaypanel/overlaypanel.js +16 -8
- package/overlaypanel/overlaypanel.min.js +1 -1
- package/package.json +2 -3
- package/paginator/FirstPageLink.vue +11 -1
- package/paginator/LastPageLink.vue +11 -1
- package/paginator/NextPageLink.vue +11 -1
- package/paginator/Paginator.d.ts +17 -1
- package/paginator/Paginator.vue +4 -4
- package/paginator/PrevPageLink.vue +11 -1
- package/paginator/paginator.cjs.js +70 -34
- package/paginator/paginator.cjs.min.js +1 -1
- package/paginator/paginator.esm.js +67 -35
- package/paginator/paginator.esm.min.js +1 -1
- package/paginator/paginator.js +68 -36
- package/paginator/paginator.min.js +1 -1
- package/panel/Panel.d.ts +91 -0
- package/panel/Panel.vue +21 -8
- package/panel/panel.cjs.js +40 -26
- package/panel/panel.cjs.min.js +1 -1
- package/panel/panel.esm.js +38 -27
- package/panel/panel.esm.min.js +1 -1
- package/panel/panel.js +39 -28
- package/panel/panel.min.js +1 -1
- package/panelmenu/PanelMenu.d.ts +37 -0
- package/panelmenu/PanelMenu.vue +13 -8
- package/panelmenu/PanelMenuList.vue +3 -3
- package/panelmenu/PanelMenuSub.vue +19 -11
- package/panelmenu/panelmenu.cjs.js +80 -42
- package/panelmenu/panelmenu.cjs.min.js +1 -1
- package/panelmenu/panelmenu.esm.js +79 -43
- package/panelmenu/panelmenu.esm.min.js +1 -1
- package/panelmenu/panelmenu.js +80 -44
- package/panelmenu/panelmenu.min.js +1 -1
- package/password/Password.d.ts +20 -2
- package/password/Password.vue +13 -7
- package/password/password.cjs.js +30 -12
- package/password/password.cjs.min.js +1 -1
- package/password/password.esm.js +29 -13
- package/password/password.esm.min.js +1 -1
- package/password/password.js +30 -14
- package/password/password.min.js +1 -1
- package/picklist/PickList.d.ts +56 -0
- package/picklist/PickList.vue +134 -30
- package/picklist/picklist.cjs.js +166 -58
- package/picklist/picklist.cjs.min.js +1 -1
- package/picklist/picklist.esm.js +159 -59
- package/picklist/picklist.esm.min.js +1 -1
- package/picklist/picklist.js +160 -60
- package/picklist/picklist.min.js +1 -1
- package/rating/Rating.d.ts +3 -3
- package/rating/Rating.vue +14 -15
- package/rating/rating.cjs.js +26 -21
- package/rating/rating.cjs.min.js +1 -1
- package/rating/rating.esm.js +21 -22
- package/rating/rating.esm.min.js +1 -1
- package/rating/rating.js +25 -23
- package/rating/rating.min.js +1 -1
- package/resources/primevue.css +3 -1
- package/resources/primevue.min.css +1 -1
- package/resources/themes/arya-blue/theme.css +80 -1
- package/resources/themes/arya-green/theme.css +80 -1
- package/resources/themes/arya-orange/theme.css +80 -1
- package/resources/themes/arya-purple/theme.css +80 -1
- package/resources/themes/bootstrap4-dark-blue/theme.css +80 -1
- package/resources/themes/bootstrap4-dark-purple/theme.css +80 -1
- package/resources/themes/bootstrap4-light-blue/theme.css +80 -1
- package/resources/themes/bootstrap4-light-purple/theme.css +80 -1
- package/resources/themes/fluent-light/theme.css +80 -1
- package/resources/themes/lara-dark-blue/theme.css +80 -1
- package/resources/themes/lara-dark-indigo/theme.css +80 -1
- package/resources/themes/lara-dark-purple/theme.css +80 -1
- package/resources/themes/lara-dark-teal/theme.css +80 -1
- package/resources/themes/lara-light-blue/theme.css +80 -1
- package/resources/themes/lara-light-indigo/theme.css +80 -1
- package/resources/themes/lara-light-purple/theme.css +80 -1
- package/resources/themes/lara-light-teal/theme.css +80 -1
- package/resources/themes/luna-amber/theme.css +80 -1
- package/resources/themes/luna-blue/theme.css +80 -1
- package/resources/themes/luna-green/theme.css +80 -1
- package/resources/themes/luna-pink/theme.css +80 -1
- package/resources/themes/md-dark-deeppurple/theme.css +80 -1
- package/resources/themes/md-dark-indigo/theme.css +80 -1
- package/resources/themes/md-light-deeppurple/theme.css +80 -1
- package/resources/themes/md-light-indigo/theme.css +80 -1
- package/resources/themes/mdc-dark-deeppurple/theme.css +80 -1
- package/resources/themes/mdc-dark-indigo/theme.css +80 -1
- package/resources/themes/mdc-light-deeppurple/theme.css +80 -1
- package/resources/themes/mdc-light-indigo/theme.css +80 -1
- package/resources/themes/mira/theme.css +80 -1
- package/resources/themes/nano/theme.css +80 -1
- package/resources/themes/nova/theme.css +80 -1
- package/resources/themes/nova-accent/theme.css +80 -1
- package/resources/themes/nova-alt/theme.css +80 -1
- package/resources/themes/nova-vue/theme.css +80 -1
- package/resources/themes/rhea/theme.css +80 -1
- package/resources/themes/saga-blue/theme.css +80 -1
- package/resources/themes/saga-green/theme.css +80 -1
- package/resources/themes/saga-orange/theme.css +80 -1
- package/resources/themes/saga-purple/theme.css +80 -1
- package/resources/themes/soho-dark/theme.css +80 -1
- package/resources/themes/soho-light/theme.css +80 -1
- package/resources/themes/tailwind-light/theme.css +80 -1
- package/resources/themes/vela-blue/theme.css +80 -1
- package/resources/themes/vela-green/theme.css +80 -1
- package/resources/themes/vela-orange/theme.css +80 -1
- package/resources/themes/vela-purple/theme.css +80 -1
- package/resources/themes/viva-dark/theme.css +80 -1
- package/resources/themes/viva-light/theme.css +80 -1
- package/scrollpanel/ScrollPanel.d.ts +74 -0
- package/scrollpanel/ScrollPanel.vue +7 -3
- package/scrollpanel/scrollpanel.cjs.js +19 -15
- package/scrollpanel/scrollpanel.cjs.min.js +1 -1
- package/scrollpanel/scrollpanel.esm.js +16 -16
- package/scrollpanel/scrollpanel.esm.min.js +1 -1
- package/scrollpanel/scrollpanel.js +20 -17
- package/scrollpanel/scrollpanel.min.js +1 -1
- package/scrolltop/ScrollTop.d.ts +8 -2
- package/scrolltop/ScrollTop.vue +8 -6
- package/scrolltop/scrolltop.cjs.js +15 -8
- package/scrolltop/scrolltop.cjs.min.js +1 -1
- package/scrolltop/scrolltop.esm.js +12 -9
- package/scrolltop/scrolltop.esm.min.js +1 -1
- package/scrolltop/scrolltop.js +16 -10
- package/scrolltop/scrolltop.min.js +1 -1
- package/sidebar/Sidebar.d.ts +5 -1
- package/sidebar/Sidebar.vue +7 -3
- package/sidebar/sidebar.cjs.js +10 -5
- package/sidebar/sidebar.cjs.min.js +1 -1
- package/sidebar/sidebar.esm.js +10 -6
- package/sidebar/sidebar.esm.min.js +1 -1
- package/sidebar/sidebar.js +11 -7
- package/sidebar/sidebar.min.js +1 -1
- package/speeddial/SpeedDial.d.ts +12 -1
- package/speeddial/SpeedDial.vue +16 -8
- package/speeddial/speeddial.cjs.js +25 -8
- package/speeddial/speeddial.cjs.min.js +1 -1
- package/speeddial/speeddial.esm.js +25 -9
- package/speeddial/speeddial.esm.min.js +1 -1
- package/speeddial/speeddial.js +26 -10
- package/speeddial/speeddial.min.js +1 -1
- package/splitbutton/SplitButton.d.ts +10 -0
- package/splitbutton/SplitButton.vue +18 -5
- package/splitbutton/splitbutton.cjs.js +27 -8
- package/splitbutton/splitbutton.cjs.min.js +1 -1
- package/splitbutton/splitbutton.esm.js +27 -9
- package/splitbutton/splitbutton.esm.min.js +1 -1
- package/splitbutton/splitbutton.js +28 -10
- package/splitbutton/splitbutton.min.js +1 -1
- package/splitter/Splitter.d.ts +51 -0
- package/splitter/Splitter.vue +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/tabmenu/TabMenu.d.ts +14 -0
- package/tabmenu/TabMenu.vue +4 -2
- package/tabmenu/tabmenu.cjs.js +20 -8
- package/tabmenu/tabmenu.cjs.min.js +1 -1
- package/tabmenu/tabmenu.esm.js +21 -9
- package/tabmenu/tabmenu.esm.min.js +1 -1
- package/tabmenu/tabmenu.js +20 -8
- package/tabmenu/tabmenu.min.js +1 -1
- package/tabpanel/TabPanel.d.ts +52 -2
- package/tabpanel/TabPanel.vue +2 -0
- package/tabpanel/tabpanel.cjs.js +6 -0
- package/tabpanel/tabpanel.cjs.min.js +1 -1
- package/tabpanel/tabpanel.esm.js +2 -0
- package/tabpanel/tabpanel.esm.min.js +1 -1
- package/tabpanel/tabpanel.js +7 -2
- package/tabpanel/tabpanel.min.js +1 -1
- package/tabview/TabView.d.ts +108 -3
- package/tabview/TabView.vue +52 -15
- package/tabview/tabview.cjs.js +81 -60
- package/tabview/tabview.cjs.min.js +1 -1
- package/tabview/tabview.esm.js +79 -61
- package/tabview/tabview.esm.min.js +1 -1
- package/tabview/tabview.js +80 -62
- package/tabview/tabview.min.js +1 -1
- package/tag/Tag.d.ts +5 -0
- package/tag/Tag.vue +2 -1
- package/tag/tag.cjs.js +10 -5
- package/tag/tag.cjs.min.js +1 -1
- package/tag/tag.esm.js +11 -6
- package/tag/tag.esm.min.js +1 -1
- package/tag/tag.js +10 -5
- package/tag/tag.min.js +1 -1
- package/tieredmenu/TieredMenu.d.ts +23 -0
- package/tieredmenu/TieredMenu.vue +1 -1
- package/tieredmenu/TieredMenuSub.vue +17 -8
- package/tieredmenu/tieredmenu.cjs.js +49 -24
- package/tieredmenu/tieredmenu.cjs.min.js +1 -1
- package/tieredmenu/tieredmenu.esm.js +49 -25
- package/tieredmenu/tieredmenu.esm.min.js +1 -1
- package/tieredmenu/tieredmenu.js +50 -26
- package/tieredmenu/tieredmenu.min.js +1 -1
- package/toast/Toast.d.ts +15 -6
- package/toast/Toast.vue +6 -6
- package/toast/ToastMessage.vue +26 -7
- package/toast/toast.cjs.js +42 -17
- package/toast/toast.cjs.min.js +1 -1
- package/toast/toast.esm.js +38 -18
- package/toast/toast.esm.min.js +1 -1
- package/toast/toast.js +39 -19
- package/toast/toast.min.js +1 -1
- package/togglebutton/ToggleButton.d.ts +18 -2
- package/togglebutton/ToggleButton.vue +4 -2
- package/togglebutton/togglebutton.cjs.js +12 -7
- package/togglebutton/togglebutton.cjs.min.js +1 -1
- package/togglebutton/togglebutton.esm.js +13 -8
- package/togglebutton/togglebutton.esm.min.js +1 -1
- package/togglebutton/togglebutton.js +12 -7
- package/togglebutton/togglebutton.min.js +1 -1
- package/toolbar/Toolbar.d.ts +44 -0
- package/toolbar/Toolbar.vue +6 -4
- package/toolbar/toolbar.cjs.js +15 -12
- package/toolbar/toolbar.cjs.min.js +1 -1
- package/toolbar/toolbar.esm.js +12 -13
- package/toolbar/toolbar.esm.min.js +1 -1
- package/toolbar/toolbar.js +16 -14
- package/toolbar/toolbar.min.js +1 -1
- package/tree/Tree.d.ts +35 -5
- package/tree/Tree.vue +13 -7
- package/tree/TreeNode.vue +20 -9
- package/tree/tree.cjs.js +73 -25
- package/tree/tree.cjs.min.js +1 -1
- package/tree/tree.esm.js +68 -26
- package/tree/tree.esm.min.js +1 -1
- package/tree/tree.js +69 -27
- package/tree/tree.min.js +1 -1
- package/treeselect/TreeSelect.d.ts +34 -0
- package/treeselect/TreeSelect.vue +20 -6
- package/treeselect/treeselect.cjs.js +44 -11
- package/treeselect/treeselect.cjs.min.js +1 -1
- package/treeselect/treeselect.esm.js +44 -12
- package/treeselect/treeselect.esm.min.js +1 -1
- package/treeselect/treeselect.js +45 -13
- package/treeselect/treeselect.min.js +1 -1
- package/treetable/BodyCell.vue +22 -11
- package/treetable/HeaderCell.vue +28 -13
- package/treetable/TreeTable.d.ts +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 +144 -8
- package/vetur-tags.json +62 -23
- 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 +1307 -135
- 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
|
@@ -102,6 +102,11 @@
|
|
|
102
102
|
font-size: 1rem;
|
|
103
103
|
}
|
|
104
104
|
|
|
105
|
+
.p-icon {
|
|
106
|
+
width: 1rem;
|
|
107
|
+
height: 1rem;
|
|
108
|
+
}
|
|
109
|
+
|
|
105
110
|
.p-link {
|
|
106
111
|
font-size: 1rem;
|
|
107
112
|
font-family: Lato, Helvetica, sans-serif;
|
|
@@ -672,6 +677,10 @@
|
|
|
672
677
|
color: #1c1d26;
|
|
673
678
|
font-size: 14px;
|
|
674
679
|
}
|
|
680
|
+
.p-checkbox .p-checkbox-box .p-checkbox-icon.p-icon {
|
|
681
|
+
width: 14px;
|
|
682
|
+
height: 14px;
|
|
683
|
+
}
|
|
675
684
|
.p-checkbox .p-checkbox-box.p-highlight {
|
|
676
685
|
border-color: #b19df7;
|
|
677
686
|
background: #b19df7;
|
|
@@ -1143,6 +1152,7 @@
|
|
|
1143
1152
|
color: #ff9a9a;
|
|
1144
1153
|
}
|
|
1145
1154
|
|
|
1155
|
+
.p-input-icon-left > svg:first-of-type,
|
|
1146
1156
|
.p-input-icon-left > i:first-of-type {
|
|
1147
1157
|
left: 0.75rem;
|
|
1148
1158
|
color: rgba(255, 255, 255, 0.6);
|
|
@@ -1156,6 +1166,7 @@
|
|
|
1156
1166
|
left: 2.5rem;
|
|
1157
1167
|
}
|
|
1158
1168
|
|
|
1169
|
+
.p-input-icon-right > svg:last-of-type,
|
|
1159
1170
|
.p-input-icon-right > i:last-of-type {
|
|
1160
1171
|
right: 0.75rem;
|
|
1161
1172
|
color: rgba(255, 255, 255, 0.6);
|
|
@@ -1510,6 +1521,10 @@
|
|
|
1510
1521
|
transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
|
1511
1522
|
font-size: 1.143rem;
|
|
1512
1523
|
}
|
|
1524
|
+
.p-rating .p-rating-item .p-rating-icon.p-icon {
|
|
1525
|
+
width: 1.143rem;
|
|
1526
|
+
height: 1.143rem;
|
|
1527
|
+
}
|
|
1513
1528
|
.p-rating .p-rating-item .p-rating-icon.p-rating-cancel {
|
|
1514
1529
|
color: #F48FB1;
|
|
1515
1530
|
}
|
|
@@ -2204,6 +2219,10 @@
|
|
|
2204
2219
|
.p-speeddial-button.p-button.p-button-icon-only .p-button-icon {
|
|
2205
2220
|
font-size: 1.3rem;
|
|
2206
2221
|
}
|
|
2222
|
+
.p-speeddial-button.p-button.p-button-icon-only .p-icon {
|
|
2223
|
+
width: 1.3rem;
|
|
2224
|
+
height: 1.3rem;
|
|
2225
|
+
}
|
|
2207
2226
|
|
|
2208
2227
|
.p-speeddial-list {
|
|
2209
2228
|
outline: 0 none;
|
|
@@ -2727,6 +2746,10 @@
|
|
|
2727
2746
|
.p-datatable .p-datatable-loading-icon {
|
|
2728
2747
|
font-size: 2rem;
|
|
2729
2748
|
}
|
|
2749
|
+
.p-datatable .p-datatable-loading-icon.p-icon {
|
|
2750
|
+
width: 2rem;
|
|
2751
|
+
height: 2rem;
|
|
2752
|
+
}
|
|
2730
2753
|
.p-datatable.p-datatable-gridlines .p-datatable-header {
|
|
2731
2754
|
border-width: 1px 1px 0 1px;
|
|
2732
2755
|
}
|
|
@@ -3610,6 +3633,10 @@
|
|
|
3610
3633
|
.p-tree .p-tree-loading-icon {
|
|
3611
3634
|
font-size: 2rem;
|
|
3612
3635
|
}
|
|
3636
|
+
.p-tree .p-tree-loading-icon.p-icon {
|
|
3637
|
+
width: 2rem;
|
|
3638
|
+
height: 2rem;
|
|
3639
|
+
}
|
|
3613
3640
|
|
|
3614
3641
|
.p-treetable .p-paginator-top {
|
|
3615
3642
|
border-width: 1px 0 1px 0;
|
|
@@ -3752,6 +3779,10 @@
|
|
|
3752
3779
|
.p-treetable .p-treetable-loading-icon {
|
|
3753
3780
|
font-size: 2rem;
|
|
3754
3781
|
}
|
|
3782
|
+
.p-treetable .p-treetable-loading-icon.p-icon {
|
|
3783
|
+
width: 2rem;
|
|
3784
|
+
height: 2rem;
|
|
3785
|
+
}
|
|
3755
3786
|
.p-treetable.p-treetable-gridlines .p-datatable-header {
|
|
3756
3787
|
border-width: 1px 1px 0 1px;
|
|
3757
3788
|
}
|
|
@@ -3985,15 +4016,19 @@
|
|
|
3985
4016
|
border: 1px solid #3e4053;
|
|
3986
4017
|
background: #282936;
|
|
3987
4018
|
color: rgba(255, 255, 255, 0.87);
|
|
4019
|
+
border-top: 0 none;
|
|
4020
|
+
}
|
|
4021
|
+
.p-panel .p-panel-content:last-child {
|
|
3988
4022
|
border-bottom-right-radius: 6px;
|
|
3989
4023
|
border-bottom-left-radius: 6px;
|
|
3990
|
-
border-top: 0 none;
|
|
3991
4024
|
}
|
|
3992
4025
|
.p-panel .p-panel-footer {
|
|
3993
4026
|
padding: 0.75rem 1.25rem;
|
|
3994
4027
|
border: 1px solid #3e4053;
|
|
3995
4028
|
background: #282936;
|
|
3996
4029
|
color: rgba(255, 255, 255, 0.87);
|
|
4030
|
+
border-bottom-right-radius: 6px;
|
|
4031
|
+
border-bottom-left-radius: 6px;
|
|
3997
4032
|
border-top: 0 none;
|
|
3998
4033
|
}
|
|
3999
4034
|
|
|
@@ -4139,6 +4174,10 @@
|
|
|
4139
4174
|
.p-confirm-popup .p-confirm-popup-icon {
|
|
4140
4175
|
font-size: 1.5rem;
|
|
4141
4176
|
}
|
|
4177
|
+
.p-confirm-popup .p-confirm-popup-icon.p-icon {
|
|
4178
|
+
width: 1.5rem;
|
|
4179
|
+
height: 1.5rem;
|
|
4180
|
+
}
|
|
4142
4181
|
.p-confirm-popup .p-confirm-popup-message {
|
|
4143
4182
|
margin-left: 1rem;
|
|
4144
4183
|
}
|
|
@@ -4483,6 +4522,10 @@
|
|
|
4483
4522
|
.p-contextmenu .p-submenu-icon {
|
|
4484
4523
|
font-size: 0.875rem;
|
|
4485
4524
|
}
|
|
4525
|
+
.p-contextmenu .p-submenu-icon.p-icon {
|
|
4526
|
+
width: 0.875rem;
|
|
4527
|
+
height: 0.875rem;
|
|
4528
|
+
}
|
|
4486
4529
|
|
|
4487
4530
|
.p-dock .p-dock-list-container {
|
|
4488
4531
|
background: rgba(255, 255, 255, 0.1);
|
|
@@ -5242,6 +5285,10 @@
|
|
|
5242
5285
|
.p-tieredmenu .p-submenu-icon {
|
|
5243
5286
|
font-size: 0.875rem;
|
|
5244
5287
|
}
|
|
5288
|
+
.p-tieredmenu .p-submenu-icon.p-icon {
|
|
5289
|
+
width: 0.875rem;
|
|
5290
|
+
height: 0.875rem;
|
|
5291
|
+
}
|
|
5245
5292
|
|
|
5246
5293
|
.p-inline-message {
|
|
5247
5294
|
padding: 0.75rem 0.75rem;
|
|
@@ -5373,6 +5420,10 @@
|
|
|
5373
5420
|
font-size: 1.5rem;
|
|
5374
5421
|
margin-right: 0.5rem;
|
|
5375
5422
|
}
|
|
5423
|
+
.p-message .p-icon {
|
|
5424
|
+
width: 1.5rem;
|
|
5425
|
+
height: 1.5rem;
|
|
5426
|
+
}
|
|
5376
5427
|
|
|
5377
5428
|
.p-toast {
|
|
5378
5429
|
opacity: 0.9;
|
|
@@ -5392,6 +5443,10 @@
|
|
|
5392
5443
|
.p-toast .p-toast-message .p-toast-message-content .p-toast-message-icon {
|
|
5393
5444
|
font-size: 2rem;
|
|
5394
5445
|
}
|
|
5446
|
+
.p-toast .p-toast-message .p-toast-message-content .p-toast-message-icon.p-icon {
|
|
5447
|
+
width: 2rem;
|
|
5448
|
+
height: 2rem;
|
|
5449
|
+
}
|
|
5395
5450
|
.p-toast .p-toast-message .p-toast-message-content .p-toast-summary {
|
|
5396
5451
|
font-weight: 700;
|
|
5397
5452
|
}
|
|
@@ -5466,6 +5521,10 @@
|
|
|
5466
5521
|
.p-galleria .p-galleria-close .p-galleria-close-icon {
|
|
5467
5522
|
font-size: 2rem;
|
|
5468
5523
|
}
|
|
5524
|
+
.p-galleria .p-galleria-close .p-icon {
|
|
5525
|
+
width: 2rem;
|
|
5526
|
+
height: 2rem;
|
|
5527
|
+
}
|
|
5469
5528
|
.p-galleria .p-galleria-close:hover {
|
|
5470
5529
|
background: rgba(255, 255, 255, 0.1);
|
|
5471
5530
|
color: #f8f9fa;
|
|
@@ -5483,6 +5542,10 @@
|
|
|
5483
5542
|
.p-galleria .p-galleria-item-nav .p-galleria-item-next-icon {
|
|
5484
5543
|
font-size: 2rem;
|
|
5485
5544
|
}
|
|
5545
|
+
.p-galleria .p-galleria-item-nav .p-icon {
|
|
5546
|
+
width: 2rem;
|
|
5547
|
+
height: 2rem;
|
|
5548
|
+
}
|
|
5486
5549
|
.p-galleria .p-galleria-item-nav:not(.p-disabled):hover {
|
|
5487
5550
|
background: rgba(255, 255, 255, 0.1);
|
|
5488
5551
|
color: #f8f9fa;
|
|
@@ -5566,6 +5629,10 @@
|
|
|
5566
5629
|
color: #f8f9fa;
|
|
5567
5630
|
transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
|
|
5568
5631
|
}
|
|
5632
|
+
.p-image-preview-indicator .p-icon {
|
|
5633
|
+
width: 1.5rem;
|
|
5634
|
+
height: 1.5rem;
|
|
5635
|
+
}
|
|
5569
5636
|
|
|
5570
5637
|
.p-image-preview-container:hover > .p-image-preview-indicator {
|
|
5571
5638
|
background-color: rgba(0, 0, 0, 0.5);
|
|
@@ -5594,6 +5661,10 @@
|
|
|
5594
5661
|
.p-image-action.p-link i {
|
|
5595
5662
|
font-size: 1.5rem;
|
|
5596
5663
|
}
|
|
5664
|
+
.p-image-action.p-link .p-icon {
|
|
5665
|
+
width: 1.5rem;
|
|
5666
|
+
height: 1.5rem;
|
|
5667
|
+
}
|
|
5597
5668
|
|
|
5598
5669
|
.p-avatar {
|
|
5599
5670
|
background-color: #3e4053;
|
|
@@ -5786,6 +5857,10 @@
|
|
|
5786
5857
|
font-size: 1.5rem;
|
|
5787
5858
|
color: #b19df7;
|
|
5788
5859
|
}
|
|
5860
|
+
.p-scrolltop .p-scrolltop-icon.p-icon {
|
|
5861
|
+
width: 1.5rem;
|
|
5862
|
+
height: 1.5rem;
|
|
5863
|
+
}
|
|
5789
5864
|
|
|
5790
5865
|
.p-skeleton {
|
|
5791
5866
|
background-color: rgba(255, 255, 255, 0.06);
|
|
@@ -5823,6 +5898,10 @@
|
|
|
5823
5898
|
margin-right: 0.25rem;
|
|
5824
5899
|
font-size: 0.75rem;
|
|
5825
5900
|
}
|
|
5901
|
+
.p-tag .p-tag-icon.p-icon {
|
|
5902
|
+
width: 0.75rem;
|
|
5903
|
+
height: 0.75rem;
|
|
5904
|
+
}
|
|
5826
5905
|
|
|
5827
5906
|
.p-terminal {
|
|
5828
5907
|
background: #282936;
|
|
@@ -102,6 +102,11 @@
|
|
|
102
102
|
font-size: 1rem;
|
|
103
103
|
}
|
|
104
104
|
|
|
105
|
+
.p-icon {
|
|
106
|
+
width: 1rem;
|
|
107
|
+
height: 1rem;
|
|
108
|
+
}
|
|
109
|
+
|
|
105
110
|
.p-link {
|
|
106
111
|
font-size: 1rem;
|
|
107
112
|
font-family: Lato, Helvetica, sans-serif;
|
|
@@ -672,6 +677,10 @@
|
|
|
672
677
|
color: #ffffff;
|
|
673
678
|
font-size: 14px;
|
|
674
679
|
}
|
|
680
|
+
.p-checkbox .p-checkbox-box .p-checkbox-icon.p-icon {
|
|
681
|
+
width: 14px;
|
|
682
|
+
height: 14px;
|
|
683
|
+
}
|
|
675
684
|
.p-checkbox .p-checkbox-box.p-highlight {
|
|
676
685
|
border-color: #7254f3;
|
|
677
686
|
background: #7254f3;
|
|
@@ -1143,6 +1152,7 @@
|
|
|
1143
1152
|
color: #ff6767;
|
|
1144
1153
|
}
|
|
1145
1154
|
|
|
1155
|
+
.p-input-icon-left > svg:first-of-type,
|
|
1146
1156
|
.p-input-icon-left > i:first-of-type {
|
|
1147
1157
|
left: 0.75rem;
|
|
1148
1158
|
color: #708da9;
|
|
@@ -1156,6 +1166,7 @@
|
|
|
1156
1166
|
left: 2.5rem;
|
|
1157
1167
|
}
|
|
1158
1168
|
|
|
1169
|
+
.p-input-icon-right > svg:last-of-type,
|
|
1159
1170
|
.p-input-icon-right > i:last-of-type {
|
|
1160
1171
|
right: 0.75rem;
|
|
1161
1172
|
color: #708da9;
|
|
@@ -1510,6 +1521,10 @@
|
|
|
1510
1521
|
transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
|
1511
1522
|
font-size: 1.143rem;
|
|
1512
1523
|
}
|
|
1524
|
+
.p-rating .p-rating-item .p-rating-icon.p-icon {
|
|
1525
|
+
width: 1.143rem;
|
|
1526
|
+
height: 1.143rem;
|
|
1527
|
+
}
|
|
1513
1528
|
.p-rating .p-rating-item .p-rating-icon.p-rating-cancel {
|
|
1514
1529
|
color: #ea5455;
|
|
1515
1530
|
}
|
|
@@ -2204,6 +2219,10 @@
|
|
|
2204
2219
|
.p-speeddial-button.p-button.p-button-icon-only .p-button-icon {
|
|
2205
2220
|
font-size: 1.3rem;
|
|
2206
2221
|
}
|
|
2222
|
+
.p-speeddial-button.p-button.p-button-icon-only .p-icon {
|
|
2223
|
+
width: 1.3rem;
|
|
2224
|
+
height: 1.3rem;
|
|
2225
|
+
}
|
|
2207
2226
|
|
|
2208
2227
|
.p-speeddial-list {
|
|
2209
2228
|
outline: 0 none;
|
|
@@ -2727,6 +2746,10 @@
|
|
|
2727
2746
|
.p-datatable .p-datatable-loading-icon {
|
|
2728
2747
|
font-size: 2rem;
|
|
2729
2748
|
}
|
|
2749
|
+
.p-datatable .p-datatable-loading-icon.p-icon {
|
|
2750
|
+
width: 2rem;
|
|
2751
|
+
height: 2rem;
|
|
2752
|
+
}
|
|
2730
2753
|
.p-datatable.p-datatable-gridlines .p-datatable-header {
|
|
2731
2754
|
border-width: 1px 1px 0 1px;
|
|
2732
2755
|
}
|
|
@@ -3610,6 +3633,10 @@
|
|
|
3610
3633
|
.p-tree .p-tree-loading-icon {
|
|
3611
3634
|
font-size: 2rem;
|
|
3612
3635
|
}
|
|
3636
|
+
.p-tree .p-tree-loading-icon.p-icon {
|
|
3637
|
+
width: 2rem;
|
|
3638
|
+
height: 2rem;
|
|
3639
|
+
}
|
|
3613
3640
|
|
|
3614
3641
|
.p-treetable .p-paginator-top {
|
|
3615
3642
|
border-width: 0 0 1px 0;
|
|
@@ -3752,6 +3779,10 @@
|
|
|
3752
3779
|
.p-treetable .p-treetable-loading-icon {
|
|
3753
3780
|
font-size: 2rem;
|
|
3754
3781
|
}
|
|
3782
|
+
.p-treetable .p-treetable-loading-icon.p-icon {
|
|
3783
|
+
width: 2rem;
|
|
3784
|
+
height: 2rem;
|
|
3785
|
+
}
|
|
3755
3786
|
.p-treetable.p-treetable-gridlines .p-datatable-header {
|
|
3756
3787
|
border-width: 1px 1px 0 1px;
|
|
3757
3788
|
}
|
|
@@ -3985,15 +4016,19 @@
|
|
|
3985
4016
|
border: 1px solid #dfe7ef;
|
|
3986
4017
|
background: #ffffff;
|
|
3987
4018
|
color: #043d75;
|
|
4019
|
+
border-top: 0 none;
|
|
4020
|
+
}
|
|
4021
|
+
.p-panel .p-panel-content:last-child {
|
|
3988
4022
|
border-bottom-right-radius: 6px;
|
|
3989
4023
|
border-bottom-left-radius: 6px;
|
|
3990
|
-
border-top: 0 none;
|
|
3991
4024
|
}
|
|
3992
4025
|
.p-panel .p-panel-footer {
|
|
3993
4026
|
padding: 0.75rem 1.25rem;
|
|
3994
4027
|
border: 1px solid #dfe7ef;
|
|
3995
4028
|
background: #ffffff;
|
|
3996
4029
|
color: #043d75;
|
|
4030
|
+
border-bottom-right-radius: 6px;
|
|
4031
|
+
border-bottom-left-radius: 6px;
|
|
3997
4032
|
border-top: 0 none;
|
|
3998
4033
|
}
|
|
3999
4034
|
|
|
@@ -4139,6 +4174,10 @@
|
|
|
4139
4174
|
.p-confirm-popup .p-confirm-popup-icon {
|
|
4140
4175
|
font-size: 1.5rem;
|
|
4141
4176
|
}
|
|
4177
|
+
.p-confirm-popup .p-confirm-popup-icon.p-icon {
|
|
4178
|
+
width: 1.5rem;
|
|
4179
|
+
height: 1.5rem;
|
|
4180
|
+
}
|
|
4142
4181
|
.p-confirm-popup .p-confirm-popup-message {
|
|
4143
4182
|
margin-left: 1rem;
|
|
4144
4183
|
}
|
|
@@ -4483,6 +4522,10 @@
|
|
|
4483
4522
|
.p-contextmenu .p-submenu-icon {
|
|
4484
4523
|
font-size: 0.875rem;
|
|
4485
4524
|
}
|
|
4525
|
+
.p-contextmenu .p-submenu-icon.p-icon {
|
|
4526
|
+
width: 0.875rem;
|
|
4527
|
+
height: 0.875rem;
|
|
4528
|
+
}
|
|
4486
4529
|
|
|
4487
4530
|
.p-dock .p-dock-list-container {
|
|
4488
4531
|
background: rgba(255, 255, 255, 0.1);
|
|
@@ -5242,6 +5285,10 @@
|
|
|
5242
5285
|
.p-tieredmenu .p-submenu-icon {
|
|
5243
5286
|
font-size: 0.875rem;
|
|
5244
5287
|
}
|
|
5288
|
+
.p-tieredmenu .p-submenu-icon.p-icon {
|
|
5289
|
+
width: 0.875rem;
|
|
5290
|
+
height: 0.875rem;
|
|
5291
|
+
}
|
|
5245
5292
|
|
|
5246
5293
|
.p-inline-message {
|
|
5247
5294
|
padding: 0.75rem 0.75rem;
|
|
@@ -5373,6 +5420,10 @@
|
|
|
5373
5420
|
font-size: 1.5rem;
|
|
5374
5421
|
margin-right: 0.5rem;
|
|
5375
5422
|
}
|
|
5423
|
+
.p-message .p-icon {
|
|
5424
|
+
width: 1.5rem;
|
|
5425
|
+
height: 1.5rem;
|
|
5426
|
+
}
|
|
5376
5427
|
|
|
5377
5428
|
.p-toast {
|
|
5378
5429
|
opacity: 0.9;
|
|
@@ -5392,6 +5443,10 @@
|
|
|
5392
5443
|
.p-toast .p-toast-message .p-toast-message-content .p-toast-message-icon {
|
|
5393
5444
|
font-size: 2rem;
|
|
5394
5445
|
}
|
|
5446
|
+
.p-toast .p-toast-message .p-toast-message-content .p-toast-message-icon.p-icon {
|
|
5447
|
+
width: 2rem;
|
|
5448
|
+
height: 2rem;
|
|
5449
|
+
}
|
|
5395
5450
|
.p-toast .p-toast-message .p-toast-message-content .p-toast-summary {
|
|
5396
5451
|
font-weight: 700;
|
|
5397
5452
|
}
|
|
@@ -5466,6 +5521,10 @@
|
|
|
5466
5521
|
.p-galleria .p-galleria-close .p-galleria-close-icon {
|
|
5467
5522
|
font-size: 2rem;
|
|
5468
5523
|
}
|
|
5524
|
+
.p-galleria .p-galleria-close .p-icon {
|
|
5525
|
+
width: 2rem;
|
|
5526
|
+
height: 2rem;
|
|
5527
|
+
}
|
|
5469
5528
|
.p-galleria .p-galleria-close:hover {
|
|
5470
5529
|
background: rgba(255, 255, 255, 0.1);
|
|
5471
5530
|
color: #eff3f8;
|
|
@@ -5483,6 +5542,10 @@
|
|
|
5483
5542
|
.p-galleria .p-galleria-item-nav .p-galleria-item-next-icon {
|
|
5484
5543
|
font-size: 2rem;
|
|
5485
5544
|
}
|
|
5545
|
+
.p-galleria .p-galleria-item-nav .p-icon {
|
|
5546
|
+
width: 2rem;
|
|
5547
|
+
height: 2rem;
|
|
5548
|
+
}
|
|
5486
5549
|
.p-galleria .p-galleria-item-nav:not(.p-disabled):hover {
|
|
5487
5550
|
background: rgba(255, 255, 255, 0.1);
|
|
5488
5551
|
color: #eff3f8;
|
|
@@ -5566,6 +5629,10 @@
|
|
|
5566
5629
|
color: #f8f9fa;
|
|
5567
5630
|
transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
|
|
5568
5631
|
}
|
|
5632
|
+
.p-image-preview-indicator .p-icon {
|
|
5633
|
+
width: 1.5rem;
|
|
5634
|
+
height: 1.5rem;
|
|
5635
|
+
}
|
|
5569
5636
|
|
|
5570
5637
|
.p-image-preview-container:hover > .p-image-preview-indicator {
|
|
5571
5638
|
background-color: rgba(0, 0, 0, 0.5);
|
|
@@ -5594,6 +5661,10 @@
|
|
|
5594
5661
|
.p-image-action.p-link i {
|
|
5595
5662
|
font-size: 1.5rem;
|
|
5596
5663
|
}
|
|
5664
|
+
.p-image-action.p-link .p-icon {
|
|
5665
|
+
width: 1.5rem;
|
|
5666
|
+
height: 1.5rem;
|
|
5667
|
+
}
|
|
5597
5668
|
|
|
5598
5669
|
.p-avatar {
|
|
5599
5670
|
background-color: #dfe7ef;
|
|
@@ -5786,6 +5857,10 @@
|
|
|
5786
5857
|
font-size: 1.5rem;
|
|
5787
5858
|
color: #eff3f8;
|
|
5788
5859
|
}
|
|
5860
|
+
.p-scrolltop .p-scrolltop-icon.p-icon {
|
|
5861
|
+
width: 1.5rem;
|
|
5862
|
+
height: 1.5rem;
|
|
5863
|
+
}
|
|
5789
5864
|
|
|
5790
5865
|
.p-skeleton {
|
|
5791
5866
|
background-color: #dfe7ef;
|
|
@@ -5823,6 +5898,10 @@
|
|
|
5823
5898
|
margin-right: 0.25rem;
|
|
5824
5899
|
font-size: 0.75rem;
|
|
5825
5900
|
}
|
|
5901
|
+
.p-tag .p-tag-icon.p-icon {
|
|
5902
|
+
width: 0.75rem;
|
|
5903
|
+
height: 0.75rem;
|
|
5904
|
+
}
|
|
5826
5905
|
|
|
5827
5906
|
.p-terminal {
|
|
5828
5907
|
background: #ffffff;
|
|
@@ -113,6 +113,11 @@
|
|
|
113
113
|
font-size: 1rem;
|
|
114
114
|
}
|
|
115
115
|
|
|
116
|
+
.p-icon {
|
|
117
|
+
width: 1rem;
|
|
118
|
+
height: 1rem;
|
|
119
|
+
}
|
|
120
|
+
|
|
116
121
|
.p-link {
|
|
117
122
|
font-size: 1rem;
|
|
118
123
|
font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
|
@@ -683,6 +688,10 @@
|
|
|
683
688
|
color: #ffffff;
|
|
684
689
|
font-size: 10px;
|
|
685
690
|
}
|
|
691
|
+
.p-checkbox .p-checkbox-box .p-checkbox-icon.p-icon {
|
|
692
|
+
width: 10px;
|
|
693
|
+
height: 10px;
|
|
694
|
+
}
|
|
686
695
|
.p-checkbox .p-checkbox-box.p-highlight {
|
|
687
696
|
border-color: #4F46E5;
|
|
688
697
|
background: #4F46E5;
|
|
@@ -1154,6 +1163,7 @@
|
|
|
1154
1163
|
color: #f0a9a7;
|
|
1155
1164
|
}
|
|
1156
1165
|
|
|
1166
|
+
.p-input-icon-left > svg:first-of-type,
|
|
1157
1167
|
.p-input-icon-left > i:first-of-type {
|
|
1158
1168
|
left: 0.75rem;
|
|
1159
1169
|
color: #71717A;
|
|
@@ -1167,6 +1177,7 @@
|
|
|
1167
1177
|
left: 2.5rem;
|
|
1168
1178
|
}
|
|
1169
1179
|
|
|
1180
|
+
.p-input-icon-right > svg:last-of-type,
|
|
1170
1181
|
.p-input-icon-right > i:last-of-type {
|
|
1171
1182
|
right: 0.75rem;
|
|
1172
1183
|
color: #71717A;
|
|
@@ -1521,6 +1532,10 @@
|
|
|
1521
1532
|
transition: none;
|
|
1522
1533
|
font-size: 1.143rem;
|
|
1523
1534
|
}
|
|
1535
|
+
.p-rating .p-rating-item .p-rating-icon.p-icon {
|
|
1536
|
+
width: 1.143rem;
|
|
1537
|
+
height: 1.143rem;
|
|
1538
|
+
}
|
|
1524
1539
|
.p-rating .p-rating-item .p-rating-icon.p-rating-cancel {
|
|
1525
1540
|
color: #EF4444;
|
|
1526
1541
|
}
|
|
@@ -2215,6 +2230,10 @@
|
|
|
2215
2230
|
.p-speeddial-button.p-button.p-button-icon-only .p-button-icon {
|
|
2216
2231
|
font-size: 1.3rem;
|
|
2217
2232
|
}
|
|
2233
|
+
.p-speeddial-button.p-button.p-button-icon-only .p-icon {
|
|
2234
|
+
width: 1.3rem;
|
|
2235
|
+
height: 1.3rem;
|
|
2236
|
+
}
|
|
2218
2237
|
|
|
2219
2238
|
.p-speeddial-list {
|
|
2220
2239
|
outline: 0 none;
|
|
@@ -2738,6 +2757,10 @@
|
|
|
2738
2757
|
.p-datatable .p-datatable-loading-icon {
|
|
2739
2758
|
font-size: 2rem;
|
|
2740
2759
|
}
|
|
2760
|
+
.p-datatable .p-datatable-loading-icon.p-icon {
|
|
2761
|
+
width: 2rem;
|
|
2762
|
+
height: 2rem;
|
|
2763
|
+
}
|
|
2741
2764
|
.p-datatable.p-datatable-gridlines .p-datatable-header {
|
|
2742
2765
|
border-width: 1px 1px 0 1px;
|
|
2743
2766
|
}
|
|
@@ -3621,6 +3644,10 @@
|
|
|
3621
3644
|
.p-tree .p-tree-loading-icon {
|
|
3622
3645
|
font-size: 2rem;
|
|
3623
3646
|
}
|
|
3647
|
+
.p-tree .p-tree-loading-icon.p-icon {
|
|
3648
|
+
width: 2rem;
|
|
3649
|
+
height: 2rem;
|
|
3650
|
+
}
|
|
3624
3651
|
|
|
3625
3652
|
.p-treetable .p-paginator-top {
|
|
3626
3653
|
border-width: 0 0 1px 0;
|
|
@@ -3763,6 +3790,10 @@
|
|
|
3763
3790
|
.p-treetable .p-treetable-loading-icon {
|
|
3764
3791
|
font-size: 2rem;
|
|
3765
3792
|
}
|
|
3793
|
+
.p-treetable .p-treetable-loading-icon.p-icon {
|
|
3794
|
+
width: 2rem;
|
|
3795
|
+
height: 2rem;
|
|
3796
|
+
}
|
|
3766
3797
|
.p-treetable.p-treetable-gridlines .p-datatable-header {
|
|
3767
3798
|
border-width: 1px 1px 0 1px;
|
|
3768
3799
|
}
|
|
@@ -4021,15 +4052,19 @@
|
|
|
4021
4052
|
border: 1px solid #e5e7eb;
|
|
4022
4053
|
background: #ffffff;
|
|
4023
4054
|
color: #3f3f46;
|
|
4055
|
+
border-top: 0 none;
|
|
4056
|
+
}
|
|
4057
|
+
.p-panel .p-panel-content:last-child {
|
|
4024
4058
|
border-bottom-right-radius: 0.375rem;
|
|
4025
4059
|
border-bottom-left-radius: 0.375rem;
|
|
4026
|
-
border-top: 0 none;
|
|
4027
4060
|
}
|
|
4028
4061
|
.p-panel .p-panel-footer {
|
|
4029
4062
|
padding: 0.75rem 1.25rem;
|
|
4030
4063
|
border: 1px solid #e5e7eb;
|
|
4031
4064
|
background: #ffffff;
|
|
4032
4065
|
color: #3f3f46;
|
|
4066
|
+
border-bottom-right-radius: 0.375rem;
|
|
4067
|
+
border-bottom-left-radius: 0.375rem;
|
|
4033
4068
|
border-top: 0 none;
|
|
4034
4069
|
}
|
|
4035
4070
|
|
|
@@ -4175,6 +4210,10 @@
|
|
|
4175
4210
|
.p-confirm-popup .p-confirm-popup-icon {
|
|
4176
4211
|
font-size: 1.5rem;
|
|
4177
4212
|
}
|
|
4213
|
+
.p-confirm-popup .p-confirm-popup-icon.p-icon {
|
|
4214
|
+
width: 1.5rem;
|
|
4215
|
+
height: 1.5rem;
|
|
4216
|
+
}
|
|
4178
4217
|
.p-confirm-popup .p-confirm-popup-message {
|
|
4179
4218
|
margin-left: 1rem;
|
|
4180
4219
|
}
|
|
@@ -4519,6 +4558,10 @@
|
|
|
4519
4558
|
.p-contextmenu .p-submenu-icon {
|
|
4520
4559
|
font-size: 0.875rem;
|
|
4521
4560
|
}
|
|
4561
|
+
.p-contextmenu .p-submenu-icon.p-icon {
|
|
4562
|
+
width: 0.875rem;
|
|
4563
|
+
height: 0.875rem;
|
|
4564
|
+
}
|
|
4522
4565
|
|
|
4523
4566
|
.p-dock .p-dock-list-container {
|
|
4524
4567
|
background: rgba(255, 255, 255, 0.1);
|
|
@@ -5302,6 +5345,10 @@
|
|
|
5302
5345
|
.p-tieredmenu .p-submenu-icon {
|
|
5303
5346
|
font-size: 0.875rem;
|
|
5304
5347
|
}
|
|
5348
|
+
.p-tieredmenu .p-submenu-icon.p-icon {
|
|
5349
|
+
width: 0.875rem;
|
|
5350
|
+
height: 0.875rem;
|
|
5351
|
+
}
|
|
5305
5352
|
|
|
5306
5353
|
.p-inline-message {
|
|
5307
5354
|
padding: 0.75rem 0.75rem;
|
|
@@ -5433,6 +5480,10 @@
|
|
|
5433
5480
|
font-size: 1.5rem;
|
|
5434
5481
|
margin-right: 0.5rem;
|
|
5435
5482
|
}
|
|
5483
|
+
.p-message .p-icon {
|
|
5484
|
+
width: 1.5rem;
|
|
5485
|
+
height: 1.5rem;
|
|
5486
|
+
}
|
|
5436
5487
|
|
|
5437
5488
|
.p-toast {
|
|
5438
5489
|
opacity: 0.9;
|
|
@@ -5452,6 +5503,10 @@
|
|
|
5452
5503
|
.p-toast .p-toast-message .p-toast-message-content .p-toast-message-icon {
|
|
5453
5504
|
font-size: 2rem;
|
|
5454
5505
|
}
|
|
5506
|
+
.p-toast .p-toast-message .p-toast-message-content .p-toast-message-icon.p-icon {
|
|
5507
|
+
width: 2rem;
|
|
5508
|
+
height: 2rem;
|
|
5509
|
+
}
|
|
5455
5510
|
.p-toast .p-toast-message .p-toast-message-content .p-toast-summary {
|
|
5456
5511
|
font-weight: 700;
|
|
5457
5512
|
}
|
|
@@ -5526,6 +5581,10 @@
|
|
|
5526
5581
|
.p-galleria .p-galleria-close .p-galleria-close-icon {
|
|
5527
5582
|
font-size: 2rem;
|
|
5528
5583
|
}
|
|
5584
|
+
.p-galleria .p-galleria-close .p-icon {
|
|
5585
|
+
width: 2rem;
|
|
5586
|
+
height: 2rem;
|
|
5587
|
+
}
|
|
5529
5588
|
.p-galleria .p-galleria-close:hover {
|
|
5530
5589
|
background: rgba(255, 255, 255, 0.1);
|
|
5531
5590
|
color: #fafafa;
|
|
@@ -5543,6 +5602,10 @@
|
|
|
5543
5602
|
.p-galleria .p-galleria-item-nav .p-galleria-item-next-icon {
|
|
5544
5603
|
font-size: 2rem;
|
|
5545
5604
|
}
|
|
5605
|
+
.p-galleria .p-galleria-item-nav .p-icon {
|
|
5606
|
+
width: 2rem;
|
|
5607
|
+
height: 2rem;
|
|
5608
|
+
}
|
|
5546
5609
|
.p-galleria .p-galleria-item-nav:not(.p-disabled):hover {
|
|
5547
5610
|
background: rgba(255, 255, 255, 0.1);
|
|
5548
5611
|
color: #fafafa;
|
|
@@ -5626,6 +5689,10 @@
|
|
|
5626
5689
|
color: #f8f9fa;
|
|
5627
5690
|
transition: none;
|
|
5628
5691
|
}
|
|
5692
|
+
.p-image-preview-indicator .p-icon {
|
|
5693
|
+
width: 1.5rem;
|
|
5694
|
+
height: 1.5rem;
|
|
5695
|
+
}
|
|
5629
5696
|
|
|
5630
5697
|
.p-image-preview-container:hover > .p-image-preview-indicator {
|
|
5631
5698
|
background-color: rgba(0, 0, 0, 0.5);
|
|
@@ -5654,6 +5721,10 @@
|
|
|
5654
5721
|
.p-image-action.p-link i {
|
|
5655
5722
|
font-size: 1.5rem;
|
|
5656
5723
|
}
|
|
5724
|
+
.p-image-action.p-link .p-icon {
|
|
5725
|
+
width: 1.5rem;
|
|
5726
|
+
height: 1.5rem;
|
|
5727
|
+
}
|
|
5657
5728
|
|
|
5658
5729
|
.p-avatar {
|
|
5659
5730
|
background-color: #e5e7eb;
|
|
@@ -5846,6 +5917,10 @@
|
|
|
5846
5917
|
font-size: 1.5rem;
|
|
5847
5918
|
color: #fafafa;
|
|
5848
5919
|
}
|
|
5920
|
+
.p-scrolltop .p-scrolltop-icon.p-icon {
|
|
5921
|
+
width: 1.5rem;
|
|
5922
|
+
height: 1.5rem;
|
|
5923
|
+
}
|
|
5849
5924
|
|
|
5850
5925
|
.p-skeleton {
|
|
5851
5926
|
background-color: #f4f4f5;
|
|
@@ -5883,6 +5958,10 @@
|
|
|
5883
5958
|
margin-right: 0.25rem;
|
|
5884
5959
|
font-size: 0.75rem;
|
|
5885
5960
|
}
|
|
5961
|
+
.p-tag .p-tag-icon.p-icon {
|
|
5962
|
+
width: 0.75rem;
|
|
5963
|
+
height: 0.75rem;
|
|
5964
|
+
}
|
|
5886
5965
|
|
|
5887
5966
|
.p-terminal {
|
|
5888
5967
|
background: #ffffff;
|