@paperless/core 0.1.0-alpha.18 → 0.1.0-alpha.181
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/CHANGELOG.md +1647 -0
- package/dist/assets/i18n/page-size-select.i18n.en.json +4 -0
- package/dist/assets/i18n/page-size-select.i18n.nl.json +4 -0
- package/dist/assets/i18n/table-footer.i18n.en.json +3 -0
- package/dist/assets/i18n/table-footer.i18n.nl.json +3 -0
- package/dist/assets/i18n/table-header.i18n.en.json +6 -0
- package/dist/assets/i18n/table-header.i18n.nl.json +6 -0
- package/dist/assets/icons/camera.svg +10 -0
- package/dist/assets/icons/checklist.svg +17 -0
- package/dist/assets/icons/folder.svg +19 -0
- package/dist/assets/icons/integration.svg +17 -0
- package/dist/assets/icons/menu.svg +25 -0
- package/dist/assets/icons/more.svg +18 -0
- package/dist/assets/icons/signout.svg +23 -0
- package/dist/assets/icons/switch.svg +20 -0
- package/dist/assets/icons/task.svg +17 -0
- package/dist/assets/icons/template.svg +17 -0
- package/dist/assets/illustrations/e-mail.svg +1 -0
- package/dist/build/index.esm.js +1 -0
- package/dist/build/p-039301c2.entry.js +1 -0
- package/dist/build/p-06899ffb.entry.js +1 -0
- package/dist/build/p-09ea2a1a.js +1 -0
- package/dist/build/p-11f54615.entry.js +1 -0
- package/dist/build/p-15d13147.entry.js +1 -0
- package/dist/build/p-1d824773.entry.js +1 -0
- package/dist/build/p-1ed09d06.entry.js +1 -0
- package/dist/build/p-1f58297f.entry.js +1 -0
- package/dist/build/p-20c1b5ad.entry.js +1 -0
- package/dist/build/p-2f432db6.entry.js +1 -0
- package/dist/build/p-30240f53.entry.js +1 -0
- package/dist/build/p-3d9ee559.entry.js +1 -0
- package/dist/build/p-3ef5e549.js +1 -0
- package/dist/build/p-41588819.entry.js +1 -0
- package/dist/build/p-4588a510.entry.js +1 -0
- package/dist/build/p-4dfdc9f4.entry.js +1 -0
- package/dist/build/p-52ab1f62.entry.js +1 -0
- package/dist/build/p-58dd41be.entry.js +1 -0
- package/dist/build/p-5a71d6ae.entry.js +1 -0
- package/dist/build/p-600a2f21.entry.js +1 -0
- package/dist/build/p-6c60fd3d.js +1 -0
- package/dist/build/{p-8501ba07.entry.js → p-78db3d3c.entry.js} +1 -1
- package/dist/build/p-7a84c0f1.entry.js +1 -0
- package/dist/build/p-7e9a866e.entry.js +1 -0
- package/dist/build/p-8614bd10.entry.js +1 -0
- package/dist/build/p-86a6c56a.entry.js +1 -0
- package/dist/build/p-8a6728d5.js +1 -0
- package/dist/build/p-8c963008.entry.js +1 -0
- package/dist/build/p-8f179b0d.entry.js +1 -0
- package/dist/build/p-a67bae2a.entry.js +1 -0
- package/dist/build/p-a7086ffa.js +1 -0
- package/dist/build/p-ad147b1b.entry.js +1 -0
- package/dist/build/p-b640230c.entry.js +1 -0
- package/dist/build/p-b9a6f709.entry.js +1 -0
- package/dist/build/p-c4110c09.entry.js +1 -0
- package/dist/build/p-d9c1fe13.js +2 -0
- package/dist/build/p-fbef9c99.entry.js +1 -0
- package/dist/build/paperless.css +315 -20
- package/dist/build/paperless.esm.js +1 -1
- package/dist/cjs/child-of-e472f812.js +9 -0
- package/dist/cjs/constants-a4459ec9.js +7 -0
- package/dist/cjs/{index-a46a39a5.js → index-cf92051a.js} +189 -5
- package/dist/cjs/index.cjs.js +12 -0
- package/dist/cjs/loader.cjs.js +3 -3
- package/dist/cjs/localization-9c989018.js +60 -0
- package/dist/cjs/object-get-by-path-6dc21ed5.js +12 -0
- package/dist/cjs/p-accordion.cjs.entry.js +42 -0
- package/dist/cjs/p-avatar-group.cjs.entry.js +19 -0
- package/dist/cjs/p-avatar.cjs.entry.js +19 -5
- package/dist/cjs/p-button_3.cjs.entry.js +337 -65
- package/dist/cjs/p-card-body.cjs.entry.js +23 -0
- package/dist/cjs/p-card-container.cjs.entry.js +27 -0
- package/dist/cjs/p-card-header.cjs.entry.js +24 -0
- package/dist/cjs/p-content-slider.cjs.entry.js +221 -0
- package/dist/cjs/p-counter.cjs.entry.js +11 -3
- package/dist/cjs/p-divider.cjs.entry.js +6 -3
- package/dist/cjs/p-dropdown-menu-item_4.cjs.entry.js +268 -0
- package/dist/cjs/p-dropdown_2.cjs.entry.js +163 -0
- package/dist/cjs/p-helper_5.cjs.entry.js +138 -0
- package/dist/cjs/p-illustration.cjs.entry.js +5 -2
- package/dist/cjs/p-info-panel.cjs.entry.js +2 -2
- package/dist/cjs/p-layout.cjs.entry.js +23 -0
- package/dist/cjs/p-modal-backdrop_5.cjs.entry.js +101 -0
- package/dist/cjs/p-modal.cjs.entry.js +48 -0
- package/dist/cjs/p-navbar.cjs.entry.js +34 -0
- package/dist/cjs/p-navigation-item.cjs.entry.js +3 -3
- package/dist/cjs/p-profile.cjs.entry.js +49 -0
- package/dist/cjs/p-slider-indicator.cjs.entry.js +23 -0
- package/dist/cjs/p-status.cjs.entry.js +49 -0
- package/dist/cjs/p-stepper-item_2.cjs.entry.js +56 -0
- package/dist/cjs/p-stepper.cjs.entry.js +49 -0
- package/dist/cjs/p-tab-group.cjs.entry.js +19 -0
- package/dist/cjs/p-tab-item.cjs.entry.js +23 -0
- package/dist/cjs/p-table-column_5.cjs.entry.js +1180 -0
- package/dist/cjs/p-table-definition.cjs.entry.js +36 -0
- package/dist/cjs/p-table.cjs.entry.js +354 -0
- package/dist/cjs/p-tooltip.cjs.entry.js +35 -1807
- package/dist/cjs/paperless.cjs.js +3 -3
- package/dist/cjs/popper-e0c4ed4c.js +1790 -0
- package/dist/collection/assets/icons/camera.svg +10 -0
- package/dist/collection/assets/icons/checklist.svg +17 -0
- package/dist/collection/assets/icons/folder.svg +19 -0
- package/dist/collection/assets/icons/integration.svg +17 -0
- package/dist/collection/assets/icons/menu.svg +25 -0
- package/dist/collection/assets/icons/more.svg +18 -0
- package/dist/collection/assets/icons/signout.svg +23 -0
- package/dist/collection/assets/icons/switch.svg +20 -0
- package/dist/collection/assets/icons/task.svg +17 -0
- package/dist/collection/assets/icons/template.svg +17 -0
- package/dist/collection/assets/illustrations/e-mail.svg +1 -0
- package/dist/collection/collection-manifest.json +39 -2
- package/dist/collection/components/atoms/avatar/avatar.component.css +16 -20
- package/dist/collection/components/atoms/avatar/avatar.component.js +23 -9
- package/dist/collection/components/atoms/avatar-group/avatar-group.component.css +18 -0
- package/dist/collection/components/atoms/avatar-group/avatar-group.component.js +36 -0
- package/dist/collection/components/atoms/button/button.component.css +60 -23
- package/dist/collection/components/atoms/button/button.component.js +133 -11
- package/dist/collection/components/atoms/card-body/card-body.component.css +9 -0
- package/dist/collection/components/atoms/card-body/card-body.component.js +40 -0
- package/dist/collection/components/atoms/card-container/card-container.component.css +17 -0
- package/dist/collection/components/atoms/card-container/card-container.component.js +63 -0
- package/dist/collection/components/atoms/card-header/card-header.component.css +17 -0
- package/dist/collection/components/atoms/card-header/card-header.component.js +61 -0
- package/dist/collection/components/atoms/counter/counter.component.css +26 -1
- package/dist/collection/components/atoms/counter/counter.component.js +50 -2
- package/dist/collection/components/atoms/divider/divider.component.css +9 -2
- package/dist/collection/components/atoms/divider/divider.component.js +8 -2
- package/dist/collection/components/atoms/dropdown-menu-container/dropdown-menu-container.component.css +6 -0
- package/dist/collection/components/atoms/dropdown-menu-container/dropdown-menu-container.component.js +14 -0
- package/dist/collection/components/atoms/dropdown-menu-item/dropdown-menu-item.component.css +13 -0
- package/dist/collection/components/atoms/dropdown-menu-item/dropdown-menu-item.component.js +64 -0
- package/dist/collection/components/atoms/helper/helper.component.css +1 -1
- package/dist/collection/components/atoms/helper/helper.component.js +33 -2
- package/dist/collection/components/atoms/icon/icon.component.css +1 -0
- package/dist/collection/components/atoms/icon/icon.component.js +62 -13
- package/dist/collection/components/atoms/illustration/illustration.component.js +1 -1
- package/dist/collection/components/atoms/info-panel/info-panel.component.css +1 -1
- package/dist/collection/components/atoms/layout/layout.component.css +73 -0
- package/dist/collection/components/atoms/layout/layout.component.js +47 -0
- package/dist/collection/components/atoms/loader/loader.component.css +30 -9
- package/dist/collection/components/atoms/loader/loader.component.js +9 -5
- package/dist/collection/components/atoms/modal-backdrop/modal-backdrop.component.css +7 -0
- package/dist/collection/components/atoms/modal-backdrop/modal-backdrop.component.js +15 -0
- package/dist/collection/components/atoms/modal-body/modal-body.component.css +7 -0
- package/dist/collection/components/atoms/modal-body/modal-body.component.js +41 -0
- package/dist/collection/components/atoms/modal-container/modal-container.component.css +6 -0
- package/dist/collection/components/atoms/modal-container/modal-container.component.js +53 -0
- package/dist/collection/components/atoms/modal-footer/modal-footer.component.css +8 -0
- package/dist/collection/components/atoms/modal-footer/modal-footer.component.js +42 -0
- package/dist/collection/components/atoms/modal-header/modal-header.component.css +16 -0
- package/dist/collection/components/atoms/modal-header/modal-header.component.js +64 -0
- package/dist/collection/components/atoms/pagination-item/pagination-item.component.css +1 -1
- package/dist/collection/components/atoms/segment-container/segment-container.component.css +5 -0
- package/dist/collection/components/atoms/segment-container/segment-container.component.js +14 -0
- package/dist/collection/components/atoms/segment-item/segment-item.component.css +21 -0
- package/dist/collection/components/atoms/segment-item/segment-item.component.js +112 -0
- package/dist/collection/components/atoms/slider-indicator/slider-indicator.component.css +7 -0
- package/dist/collection/components/atoms/slider-indicator/slider-indicator.component.js +40 -0
- package/dist/collection/components/atoms/status/status.component.css +16 -0
- package/dist/collection/components/atoms/status/status.component.js +133 -0
- package/dist/collection/components/atoms/stepper-item/stepper-item.component.css +59 -0
- package/dist/collection/components/atoms/stepper-item/stepper-item.component.js +109 -0
- package/dist/collection/components/atoms/stepper-line/stepper-line.component.css +18 -0
- package/dist/collection/components/atoms/stepper-line/stepper-line.component.js +62 -0
- package/dist/collection/components/atoms/tab-group/tab-group.component.css +9 -0
- package/dist/collection/components/atoms/tab-group/tab-group.component.js +17 -0
- package/dist/collection/components/atoms/tab-item/tab-item.component.css +10 -0
- package/dist/collection/components/atoms/tab-item/tab-item.component.js +41 -0
- package/dist/collection/components/atoms/table-container/table-container.component.css +5 -0
- package/dist/collection/components/atoms/table-container/table-container.component.js +14 -0
- package/dist/collection/components/atoms/tag/tag.component.css +51 -0
- package/dist/collection/components/atoms/tag/tag.component.js +64 -0
- package/dist/collection/components/atoms/tooltip/tooltip.component.css +19 -13
- package/dist/collection/components/atoms/tooltip/tooltip.component.js +77 -24
- package/dist/collection/components/helpers/table-definition/table-definition.component.js +157 -0
- package/dist/collection/components/molecules/accordion/accordion.component.css +3 -0
- package/dist/collection/components/molecules/accordion/accordion.component.js +133 -0
- package/dist/collection/components/molecules/content-slider/content-slider.component.css +44 -0
- package/dist/collection/components/molecules/content-slider/content-slider.component.js +322 -0
- package/dist/collection/components/molecules/dropdown/dropdown.component.css +12 -0
- package/dist/collection/components/molecules/dropdown/dropdown.component.js +310 -0
- package/dist/collection/components/molecules/input-group/input-group.component.css +306 -0
- package/dist/collection/components/molecules/input-group/input-group.component.js +295 -0
- package/dist/collection/components/molecules/navigation-item/navigation-item.component.css +10 -15
- package/dist/collection/components/molecules/navigation-item/navigation-item.component.js +4 -4
- package/dist/collection/components/molecules/page-size-select/constants.js +2 -0
- package/dist/collection/components/molecules/page-size-select/page-size-select.component.js +217 -0
- package/dist/collection/components/molecules/pagination/pagination.component.css +1 -1
- package/dist/collection/components/molecules/pagination/pagination.component.js +29 -3
- package/dist/collection/components/molecules/profile/profile.component.css +60 -0
- package/dist/collection/components/molecules/profile/profile.component.js +95 -0
- package/dist/collection/components/molecules/stepper/stepper.component.css +12 -0
- package/dist/collection/components/molecules/stepper/stepper.component.js +84 -0
- package/dist/collection/components/molecules/table-column/table-column.component.css +3 -0
- package/dist/collection/components/molecules/table-column/table-column.component.js +259 -0
- package/dist/collection/components/molecules/table-footer/table-footer.component.css +30 -0
- package/dist/collection/components/molecules/table-footer/table-footer.component.js +267 -0
- package/dist/collection/components/molecules/table-header/table-header.component.css +16 -0
- package/dist/collection/components/molecules/table-header/table-header.component.js +369 -0
- package/dist/collection/components/molecules/table-row/table-row.component.css +21 -0
- package/dist/collection/components/molecules/table-row/table-row.component.js +66 -0
- package/dist/collection/components/organisms/modal/modal.component.js +175 -0
- package/dist/collection/components/organisms/navbar/navbar.component.css +59 -0
- package/dist/collection/components/organisms/navbar/navbar.component.js +99 -0
- package/dist/collection/components/organisms/table/table.component.css +3 -0
- package/dist/collection/components/organisms/table/table.component.js +1010 -0
- package/dist/collection/index.js +2 -1
- package/dist/collection/tailwind/animation.js +17 -0
- package/dist/collection/tailwind/backdrop-blur.js +3 -0
- package/dist/collection/tailwind/border-radius.js +8 -7
- package/dist/collection/tailwind/height.js +3 -0
- package/dist/collection/tailwind/screens.js +8 -0
- package/dist/collection/tailwind/shadows.js +9 -5
- package/dist/collection/tailwind/spacing.js +10 -0
- package/dist/collection/tailwind/typography.js +21 -0
- package/dist/collection/tailwind/width.js +18 -0
- package/dist/collection/tailwind/z-index.js +3 -0
- package/dist/collection/tailwind.config.js +28 -14
- package/dist/collection/types/index.js +2 -0
- package/dist/collection/types/table.js +1 -0
- package/dist/collection/types/tailwind.js +1 -0
- package/dist/collection/utils/child-of.js +5 -0
- package/dist/collection/utils/icons.js +20 -0
- package/dist/collection/utils/illustrations.js +2 -0
- package/dist/collection/utils/index.js +5 -0
- package/dist/collection/utils/localization.js +55 -0
- package/dist/collection/utils/object-get-by-path.js +8 -0
- package/dist/components/button.component.js +125 -0
- package/dist/components/counter.component.js +14 -3
- package/dist/components/divider.component.js +33 -0
- package/dist/components/dropdown-menu-container.component.js +29 -0
- package/dist/components/dropdown-menu-item.component.js +43 -0
- package/dist/components/dropdown.component.js +180 -0
- package/dist/components/helper.component.js +42 -0
- package/dist/components/icon.component.js +248 -5
- package/dist/components/index.d.ts +50 -13
- package/dist/components/index.js +40 -0
- package/dist/components/input-group.component.js +107 -0
- package/dist/components/loader.component.js +8 -4
- package/dist/components/localization.js +57 -0
- package/dist/components/modal-backdrop.component.js +30 -0
- package/dist/components/modal-body.component.js +36 -0
- package/dist/components/modal-container.component.js +48 -0
- package/dist/components/modal-footer.component.js +42 -0
- package/dist/components/modal-header.component.js +43 -0
- package/dist/components/p-accordion.d.ts +11 -0
- package/dist/components/p-accordion.js +73 -0
- package/dist/components/p-avatar-group.d.ts +11 -0
- package/dist/components/p-avatar-group.js +34 -0
- package/dist/components/p-avatar.js +21 -8
- package/dist/components/p-button.js +1 -93
- package/dist/components/p-card-body.d.ts +11 -0
- package/dist/components/p-card-body.js +38 -0
- package/dist/components/p-card-container.d.ts +11 -0
- package/dist/components/p-card-container.js +44 -0
- package/dist/components/p-card-header.d.ts +11 -0
- package/dist/components/p-card-header.js +46 -0
- package/dist/components/p-content-slider.d.ts +11 -0
- package/dist/components/p-content-slider.js +250 -0
- package/dist/components/p-divider.js +1 -28
- package/dist/components/p-dropdown-menu-container.d.ts +11 -0
- package/dist/components/p-dropdown-menu-container.js +6 -0
- package/dist/components/p-dropdown-menu-item.d.ts +11 -0
- package/dist/components/p-dropdown-menu-item.js +6 -0
- package/dist/components/p-dropdown.d.ts +11 -0
- package/dist/components/p-dropdown.js +6 -0
- package/dist/components/p-helper.js +1 -34
- package/dist/components/p-illustration.js +3 -0
- package/dist/components/p-info-panel.js +1 -1
- package/dist/components/p-input-group.d.ts +11 -0
- package/dist/components/p-input-group.js +6 -0
- package/dist/components/p-layout.d.ts +11 -0
- package/dist/components/p-layout.js +39 -0
- package/dist/components/p-modal-backdrop.d.ts +11 -0
- package/dist/components/p-modal-backdrop.js +6 -0
- package/dist/components/p-modal-body.d.ts +11 -0
- package/dist/components/p-modal-body.js +6 -0
- package/dist/components/p-modal-container.d.ts +11 -0
- package/dist/components/p-modal-container.js +6 -0
- package/dist/components/p-modal-footer.d.ts +11 -0
- package/dist/components/p-modal-footer.js +6 -0
- package/dist/components/p-modal-header.d.ts +11 -0
- package/dist/components/p-modal-header.js +6 -0
- package/dist/components/p-modal.d.ts +11 -0
- package/dist/components/p-modal.js +111 -0
- package/dist/components/p-navbar.d.ts +11 -0
- package/dist/components/p-navbar.js +70 -0
- package/dist/components/p-navigation-item.js +2 -2
- package/dist/components/p-page-size-select.d.ts +11 -0
- package/dist/components/p-page-size-select.js +6 -0
- package/dist/components/p-pagination.js +1 -191
- package/dist/components/p-profile.d.ts +11 -0
- package/dist/components/p-profile.js +85 -0
- package/dist/components/p-segment-container.d.ts +11 -0
- package/dist/components/p-segment-container.js +6 -0
- package/dist/components/p-segment-item.d.ts +11 -0
- package/dist/components/p-segment-item.js +6 -0
- package/dist/components/p-slider-indicator.d.ts +11 -0
- package/dist/components/p-slider-indicator.js +6 -0
- package/dist/components/p-status.d.ts +11 -0
- package/dist/components/p-status.js +73 -0
- package/dist/components/p-stepper-item.d.ts +11 -0
- package/dist/components/p-stepper-item.js +6 -0
- package/dist/components/p-stepper-line.d.ts +11 -0
- package/dist/components/p-stepper-line.js +6 -0
- package/dist/components/p-stepper.d.ts +11 -0
- package/dist/components/p-stepper.js +84 -0
- package/dist/components/p-tab-group.d.ts +11 -0
- package/dist/components/p-tab-group.js +39 -0
- package/dist/components/p-tab-item.d.ts +11 -0
- package/dist/components/p-tab-item.js +39 -0
- package/dist/components/p-table-column.d.ts +11 -0
- package/dist/components/p-table-column.js +6 -0
- package/dist/components/p-table-container.d.ts +11 -0
- package/dist/components/p-table-container.js +6 -0
- package/dist/components/p-table-definition.d.ts +11 -0
- package/dist/components/p-table-definition.js +56 -0
- package/dist/components/p-table-footer.d.ts +11 -0
- package/dist/components/p-table-footer.js +6 -0
- package/dist/components/p-table-header.d.ts +11 -0
- package/dist/components/p-table-header.js +6 -0
- package/dist/components/p-table-row.d.ts +11 -0
- package/dist/components/p-table-row.js +6 -0
- package/dist/components/p-table.d.ts +11 -0
- package/dist/components/p-table.js +520 -0
- package/dist/components/p-tag.d.ts +11 -0
- package/dist/components/p-tag.js +6 -0
- package/dist/components/page-size-select.component.js +123 -0
- package/dist/components/pagination-item.component.js +1 -1
- package/dist/components/pagination.component.js +202 -0
- package/dist/components/popper.js +1788 -0
- package/dist/components/segment-container.component.js +29 -0
- package/dist/components/segment-item.component.js +51 -0
- package/dist/components/slider-indicator.component.js +36 -0
- package/dist/components/stepper-item.component.js +57 -0
- package/dist/components/stepper-line.component.js +41 -0
- package/dist/components/table-column.component.js +144 -0
- package/dist/components/table-container.component.js +29 -0
- package/dist/components/table-footer.component.js +145 -0
- package/dist/components/table-header.component.js +1051 -0
- package/dist/components/table-row.component.js +48 -0
- package/dist/components/tag.component.js +41 -0
- package/dist/components/tooltip.component.js +37 -1808
- package/dist/esm/child-of-90a8c4b5.js +7 -0
- package/dist/esm/constants-826f9460.js +4 -0
- package/dist/esm/{index-a68e547b.js → index-7c99f044.js} +189 -5
- package/dist/esm/index.js +3 -1
- package/dist/esm/loader.js +3 -3
- package/dist/esm/localization-abb97f67.js +57 -0
- package/dist/esm/object-get-by-path-d6427a61.js +10 -0
- package/dist/esm/p-accordion.entry.js +38 -0
- package/dist/esm/p-avatar-group.entry.js +15 -0
- package/dist/esm/p-avatar.entry.js +19 -5
- package/dist/esm/p-button_3.entry.js +337 -65
- package/dist/esm/p-card-body.entry.js +19 -0
- package/dist/esm/p-card-container.entry.js +23 -0
- package/dist/esm/p-card-header.entry.js +20 -0
- package/dist/esm/p-content-slider.entry.js +217 -0
- package/dist/esm/p-counter.entry.js +11 -3
- package/dist/esm/p-divider.entry.js +6 -3
- package/dist/esm/p-dropdown-menu-item_4.entry.js +261 -0
- package/dist/esm/p-dropdown_2.entry.js +158 -0
- package/dist/esm/p-helper_5.entry.js +130 -0
- package/dist/esm/p-illustration.entry.js +5 -2
- package/dist/esm/p-info-panel.entry.js +2 -2
- package/dist/esm/p-layout.entry.js +19 -0
- package/dist/esm/p-modal-backdrop_5.entry.js +93 -0
- package/dist/esm/p-modal.entry.js +44 -0
- package/dist/esm/p-navbar.entry.js +30 -0
- package/dist/esm/p-navigation-item.entry.js +3 -3
- package/dist/esm/p-profile.entry.js +45 -0
- package/dist/esm/p-slider-indicator.entry.js +19 -0
- package/dist/esm/p-status.entry.js +45 -0
- package/dist/esm/p-stepper-item_2.entry.js +51 -0
- package/dist/esm/p-stepper.entry.js +45 -0
- package/dist/esm/p-tab-group.entry.js +15 -0
- package/dist/esm/p-tab-item.entry.js +19 -0
- package/dist/esm/p-table-column_5.entry.js +1172 -0
- package/dist/esm/p-table-definition.entry.js +32 -0
- package/dist/esm/p-table.entry.js +350 -0
- package/dist/esm/p-tooltip.entry.js +35 -1807
- package/dist/esm/paperless.js +3 -3
- package/dist/esm/polyfills/core-js.js +0 -0
- package/dist/esm/polyfills/dom.js +0 -0
- package/dist/esm/polyfills/es5-html-element.js +0 -0
- package/dist/esm/polyfills/index.js +0 -0
- package/dist/esm/polyfills/system.js +0 -0
- package/dist/esm/popper-41c6f9cd.js +1788 -0
- package/dist/index.html +1 -1
- package/dist/paperless/index.esm.js +1 -0
- package/dist/paperless/p-039301c2.entry.js +1 -0
- package/dist/paperless/p-06899ffb.entry.js +1 -0
- package/dist/paperless/p-09ea2a1a.js +1 -0
- package/dist/paperless/p-11f54615.entry.js +1 -0
- package/dist/paperless/p-15d13147.entry.js +1 -0
- package/dist/paperless/p-1d824773.entry.js +1 -0
- package/dist/paperless/p-1ed09d06.entry.js +1 -0
- package/dist/paperless/p-1f58297f.entry.js +1 -0
- package/dist/paperless/p-20c1b5ad.entry.js +1 -0
- package/dist/paperless/p-2f432db6.entry.js +1 -0
- package/dist/paperless/p-30240f53.entry.js +1 -0
- package/dist/paperless/p-3d9ee559.entry.js +1 -0
- package/dist/paperless/p-3ef5e549.js +1 -0
- package/dist/paperless/p-41588819.entry.js +1 -0
- package/dist/paperless/p-4588a510.entry.js +1 -0
- package/dist/paperless/p-4dfdc9f4.entry.js +1 -0
- package/dist/paperless/p-52ab1f62.entry.js +1 -0
- package/dist/paperless/p-58dd41be.entry.js +1 -0
- package/dist/paperless/p-5a71d6ae.entry.js +1 -0
- package/dist/paperless/p-600a2f21.entry.js +1 -0
- package/dist/paperless/p-6c60fd3d.js +1 -0
- package/dist/paperless/{p-8501ba07.entry.js → p-78db3d3c.entry.js} +1 -1
- package/dist/paperless/p-7a84c0f1.entry.js +1 -0
- package/dist/paperless/p-7e9a866e.entry.js +1 -0
- package/dist/paperless/p-8614bd10.entry.js +1 -0
- package/dist/paperless/p-86a6c56a.entry.js +1 -0
- package/dist/paperless/p-8a6728d5.js +1 -0
- package/dist/paperless/p-8c963008.entry.js +1 -0
- package/dist/paperless/p-8f179b0d.entry.js +1 -0
- package/dist/paperless/p-a67bae2a.entry.js +1 -0
- package/dist/paperless/p-a7086ffa.js +1 -0
- package/dist/paperless/p-ad147b1b.entry.js +1 -0
- package/dist/paperless/p-b640230c.entry.js +1 -0
- package/dist/paperless/p-b9a6f709.entry.js +1 -0
- package/dist/paperless/p-c4110c09.entry.js +1 -0
- package/dist/paperless/p-d9c1fe13.js +2 -0
- package/dist/paperless/p-fbef9c99.entry.js +1 -0
- package/dist/paperless/paperless.css +459 -26403
- package/dist/paperless/paperless.esm.js +1 -1
- package/dist/sw.js +2 -471
- package/dist/sw.js.map +1 -0
- package/dist/tailwind/animation.js +17 -0
- package/dist/tailwind/backdrop-blur.js +3 -0
- package/dist/tailwind/border-radius.js +10 -0
- package/dist/tailwind/colors.js +52 -0
- package/dist/tailwind/height.js +3 -0
- package/dist/tailwind/rotate.js +8 -0
- package/dist/tailwind/scale.js +3 -0
- package/dist/tailwind/screens.js +8 -0
- package/dist/tailwind/shadows.js +11 -0
- package/dist/tailwind/spacing.js +10 -0
- package/dist/tailwind/typography.js +21 -0
- package/dist/tailwind/width.js +18 -0
- package/dist/tailwind/z-index.js +3 -0
- package/dist/tailwind.config.js +28 -14
- package/dist/types/components/atoms/avatar/avatar.component.d.ts +3 -1
- package/dist/types/components/atoms/avatar-group/avatar-group.component.d.ts +7 -0
- package/dist/types/components/atoms/button/button.component.d.ts +26 -1
- package/dist/types/components/atoms/card-body/card-body.component.d.ts +7 -0
- package/dist/types/components/atoms/card-container/card-container.component.d.ts +11 -0
- package/dist/types/components/atoms/card-header/card-header.component.d.ts +11 -0
- package/dist/types/components/atoms/counter/counter.component.d.ts +8 -0
- package/dist/types/components/atoms/divider/divider.component.d.ts +4 -0
- package/dist/types/components/atoms/dropdown-menu-container/dropdown-menu-container.component.d.ts +3 -0
- package/dist/types/components/atoms/dropdown-menu-item/dropdown-menu-item.component.d.ts +12 -0
- package/dist/types/components/atoms/helper/helper.component.d.ts +5 -0
- package/dist/types/components/atoms/icon/icon.component.d.ts +3 -3
- package/dist/types/components/atoms/layout/layout.component.d.ts +7 -0
- package/dist/types/components/atoms/loader/loader.component.d.ts +1 -1
- package/dist/types/components/atoms/modal-backdrop/modal-backdrop.component.d.ts +3 -0
- package/dist/types/components/atoms/modal-body/modal-body.component.d.ts +7 -0
- package/dist/types/components/atoms/modal-container/modal-container.component.d.ts +7 -0
- package/dist/types/components/atoms/modal-footer/modal-footer.component.d.ts +7 -0
- package/dist/types/components/atoms/modal-header/modal-header.component.d.ts +12 -0
- package/dist/types/components/atoms/segment-container/segment-container.component.d.ts +3 -0
- package/dist/types/components/atoms/segment-item/segment-item.component.d.ts +22 -0
- package/dist/types/components/atoms/slider-indicator/slider-indicator.component.d.ts +7 -0
- package/dist/types/components/atoms/status/status.component.d.ts +23 -0
- package/dist/types/components/atoms/stepper-item/stepper-item.component.d.ts +19 -0
- package/dist/types/components/atoms/stepper-line/stepper-line.component.d.ts +11 -0
- package/dist/types/components/atoms/tab-group/tab-group.component.d.ts +3 -0
- package/dist/types/components/atoms/tab-item/tab-item.component.d.ts +7 -0
- package/dist/types/components/atoms/table-container/table-container.component.d.ts +3 -0
- package/dist/types/components/atoms/tag/tag.component.d.ts +11 -0
- package/dist/types/components/atoms/tooltip/tooltip.component.d.ts +12 -3
- package/dist/types/components/helpers/table-definition/table-definition.component.d.ts +34 -0
- package/dist/types/components/molecules/accordion/accordion.component.d.ts +25 -0
- package/dist/types/components/molecules/content-slider/content-slider.component.d.ts +53 -0
- package/dist/types/components/molecules/dropdown/dropdown.component.d.ts +55 -0
- package/dist/types/components/molecules/input-group/input-group.component.d.ts +59 -0
- package/dist/types/components/molecules/page-size-select/constants.d.ts +2 -0
- package/dist/types/components/molecules/page-size-select/page-size-select.component.d.ts +48 -0
- package/dist/types/components/molecules/pagination/pagination.component.d.ts +7 -0
- package/dist/types/components/molecules/profile/profile.component.d.ts +20 -0
- package/dist/types/components/molecules/stepper/stepper.component.d.ts +18 -0
- package/dist/types/components/molecules/table-column/table-column.component.d.ts +42 -0
- package/dist/types/components/molecules/table-footer/table-footer.component.d.ts +59 -0
- package/dist/types/components/molecules/table-header/table-header.component.d.ts +80 -0
- package/dist/types/components/molecules/table-row/table-row.component.d.ts +11 -0
- package/dist/types/components/organisms/modal/modal.component.d.ts +38 -0
- package/dist/types/components/organisms/navbar/navbar.component.d.ts +14 -0
- package/dist/types/components/organisms/table/table.component.d.ts +190 -0
- package/dist/types/components.d.ts +1953 -136
- package/dist/types/index.d.ts +2 -0
- package/dist/types/types/index.d.ts +2 -0
- package/dist/types/types/table.d.ts +26 -0
- package/dist/types/types/tailwind.d.ts +2 -0
- package/dist/types/utils/child-of.d.ts +1 -0
- package/dist/types/utils/icons.d.ts +10 -0
- package/dist/types/utils/illustrations.d.ts +1 -0
- package/dist/types/utils/index.d.ts +5 -0
- package/dist/types/utils/localization.d.ts +2 -0
- package/dist/types/utils/object-get-by-path.d.ts +1 -0
- package/dist/workbox-5fe694da.js +2 -0
- package/dist/workbox-5fe694da.js.map +1 -0
- package/package.json +61 -61
- package/dist/build/p-17c11169.entry.js +0 -1
- package/dist/build/p-281c80af.entry.js +0 -1
- package/dist/build/p-42dab9d4.entry.js +0 -1
- package/dist/build/p-47b52f92.entry.js +0 -1
- package/dist/build/p-554b5a22.entry.js +0 -1
- package/dist/build/p-76464e0b.js +0 -2
- package/dist/build/p-aae3d4f0.entry.js +0 -1
- package/dist/build/p-adcb0b93.entry.js +0 -1
- package/dist/build/p-bbec0e86.entry.js +0 -1
- package/dist/build/p-d23e4d57.entry.js +0 -1
- package/dist/build/p-f65d7bbf.entry.js +0 -1
- package/dist/cjs/p-helper.cjs.entry.js +0 -19
- package/dist/cjs/p-pagination-item.cjs.entry.js +0 -23
- package/dist/cjs/p-pagination.cjs.entry.js +0 -167
- package/dist/collection/tailwind/grid.js +0 -26
- package/dist/collection/utils/utils.js +0 -3
- package/dist/esm/p-helper.entry.js +0 -15
- package/dist/esm/p-pagination-item.entry.js +0 -19
- package/dist/esm/p-pagination.entry.js +0 -163
- package/dist/paperless/p-17c11169.entry.js +0 -1
- package/dist/paperless/p-281c80af.entry.js +0 -1
- package/dist/paperless/p-42dab9d4.entry.js +0 -1
- package/dist/paperless/p-47b52f92.entry.js +0 -1
- package/dist/paperless/p-554b5a22.entry.js +0 -1
- package/dist/paperless/p-76464e0b.js +0 -2
- package/dist/paperless/p-aae3d4f0.entry.js +0 -1
- package/dist/paperless/p-adcb0b93.entry.js +0 -1
- package/dist/paperless/p-bbec0e86.entry.js +0 -1
- package/dist/paperless/p-d23e4d57.entry.js +0 -1
- package/dist/paperless/p-f65d7bbf.entry.js +0 -1
- package/dist/types/utils/utils.d.ts +0 -1
|
@@ -6,11 +6,36 @@
|
|
|
6
6
|
*/
|
|
7
7
|
import { HTMLStencilElement, JSXBase } from "./stencil-public-runtime";
|
|
8
8
|
import { IconFlipOptions, IconVariant } from "./components/atoms/icon/icon.component";
|
|
9
|
+
import { RotateOptions, TextSizeOptions } from "./types/tailwind";
|
|
10
|
+
import { Placement, PositioningStrategy } from "@popperjs/core";
|
|
9
11
|
import { IconFlipOptions as IconFlipOptions1, IconVariant as IconVariant1 } from "./components/atoms/icon/icon.component";
|
|
10
12
|
import { IllustrationVariant } from "./components/atoms/illustration/illustration.component";
|
|
11
13
|
import { Observable } from "rxjs";
|
|
12
|
-
import {
|
|
14
|
+
import { templateFunc } from "./components/molecules/page-size-select/page-size-select.component";
|
|
15
|
+
import { QuickFilter, RowClickEvent, TableDefinitionSizes } from "./types/table";
|
|
16
|
+
import { templateFunc as templateFunc1 } from "./components/molecules/page-size-select/page-size-select.component";
|
|
17
|
+
import { TableDefinition } from "./components/helpers/table-definition/table-definition.component";
|
|
18
|
+
import { TableDefinitionData, TableDefinitionTemplateFunc } from "./types";
|
|
19
|
+
import { buttonTemplateFunc, templateFunc as templateFunc2 } from "./components/molecules/table-header/table-header.component";
|
|
13
20
|
export namespace Components {
|
|
21
|
+
interface PAccordion {
|
|
22
|
+
/**
|
|
23
|
+
* Wether the accordion can be closed
|
|
24
|
+
*/
|
|
25
|
+
"closeable": boolean;
|
|
26
|
+
/**
|
|
27
|
+
* Header of the accordion
|
|
28
|
+
*/
|
|
29
|
+
"header": string;
|
|
30
|
+
/**
|
|
31
|
+
* Wether the accordion is open
|
|
32
|
+
*/
|
|
33
|
+
"open": boolean;
|
|
34
|
+
/**
|
|
35
|
+
* Wether the accordion can be opened
|
|
36
|
+
*/
|
|
37
|
+
"openable": boolean;
|
|
38
|
+
}
|
|
14
39
|
interface PAvatar {
|
|
15
40
|
/**
|
|
16
41
|
* The default image to show on errors
|
|
@@ -19,7 +44,7 @@ export namespace Components {
|
|
|
19
44
|
/**
|
|
20
45
|
* The size of the avatar
|
|
21
46
|
*/
|
|
22
|
-
"size": 'small' | 'medium' | 'large';
|
|
47
|
+
"size": 'small' | 'medium' | 'large' | 'xlarge';
|
|
23
48
|
/**
|
|
24
49
|
* The image used for the avatar
|
|
25
50
|
*/
|
|
@@ -29,7 +54,21 @@ export namespace Components {
|
|
|
29
54
|
*/
|
|
30
55
|
"variant": 'user' | 'company';
|
|
31
56
|
}
|
|
57
|
+
interface PAvatarGroup {
|
|
58
|
+
/**
|
|
59
|
+
* The amount to show after the avatars
|
|
60
|
+
*/
|
|
61
|
+
"extra": number;
|
|
62
|
+
}
|
|
32
63
|
interface PButton {
|
|
64
|
+
/**
|
|
65
|
+
* Wether to show a chevron or not
|
|
66
|
+
*/
|
|
67
|
+
"chevron": boolean | 'up' | 'down';
|
|
68
|
+
/**
|
|
69
|
+
* Chevron position
|
|
70
|
+
*/
|
|
71
|
+
"chevronPosition": 'start' | 'end';
|
|
33
72
|
/**
|
|
34
73
|
* Wether the button is disabled
|
|
35
74
|
*/
|
|
@@ -46,6 +85,10 @@ export namespace Components {
|
|
|
46
85
|
* Icon flip
|
|
47
86
|
*/
|
|
48
87
|
"iconFlip": IconFlipOptions;
|
|
88
|
+
/**
|
|
89
|
+
* Wether the button is icon only
|
|
90
|
+
*/
|
|
91
|
+
"iconOnly": boolean;
|
|
49
92
|
/**
|
|
50
93
|
* Icon position
|
|
51
94
|
*/
|
|
@@ -53,7 +96,11 @@ export namespace Components {
|
|
|
53
96
|
/**
|
|
54
97
|
* Icon rotate
|
|
55
98
|
*/
|
|
56
|
-
"iconRotate":
|
|
99
|
+
"iconRotate": RotateOptions;
|
|
100
|
+
/**
|
|
101
|
+
* Wether the button should inherit text styles
|
|
102
|
+
*/
|
|
103
|
+
"inheritText": boolean;
|
|
57
104
|
/**
|
|
58
105
|
* Wether to show a loader or not
|
|
59
106
|
*/
|
|
@@ -70,12 +117,114 @@ export namespace Components {
|
|
|
70
117
|
* The variant of the button
|
|
71
118
|
*/
|
|
72
119
|
"variant": 'primary' | 'secondary' | 'text';
|
|
120
|
+
/**
|
|
121
|
+
* The width of the button
|
|
122
|
+
*/
|
|
123
|
+
"width": 'auto' | 'full';
|
|
124
|
+
}
|
|
125
|
+
interface PCardBody {
|
|
126
|
+
/**
|
|
127
|
+
* Wether the button should inherit text styles
|
|
128
|
+
*/
|
|
129
|
+
"inheritText": boolean;
|
|
130
|
+
}
|
|
131
|
+
interface PCardContainer {
|
|
132
|
+
/**
|
|
133
|
+
* Wether the card should be hoverable
|
|
134
|
+
*/
|
|
135
|
+
"hoverable": boolean;
|
|
136
|
+
/**
|
|
137
|
+
* Wether the card should have shadow
|
|
138
|
+
*/
|
|
139
|
+
"shadow": boolean;
|
|
140
|
+
}
|
|
141
|
+
interface PCardHeader {
|
|
142
|
+
/**
|
|
143
|
+
* Enable the title arrow
|
|
144
|
+
*/
|
|
145
|
+
"arrow": boolean;
|
|
146
|
+
/**
|
|
147
|
+
* Content of the card header
|
|
148
|
+
*/
|
|
149
|
+
"header": string;
|
|
150
|
+
}
|
|
151
|
+
interface PContentSlider {
|
|
152
|
+
/**
|
|
153
|
+
* Wether to disable auto centering the content
|
|
154
|
+
*/
|
|
155
|
+
"disableAutoCenter": boolean;
|
|
156
|
+
/**
|
|
157
|
+
* Wether to disable dragging the content
|
|
158
|
+
*/
|
|
159
|
+
"disableDrag": boolean;
|
|
160
|
+
/**
|
|
161
|
+
* Wether to disable clicking the indicator scrolls content
|
|
162
|
+
*/
|
|
163
|
+
"disableIndicatorClick": boolean;
|
|
164
|
+
/**
|
|
165
|
+
* Wether to hide the indicator on mobile
|
|
166
|
+
*/
|
|
167
|
+
"hideMobileIndicator": boolean;
|
|
73
168
|
}
|
|
74
169
|
interface PCounter {
|
|
170
|
+
/**
|
|
171
|
+
* The size of the counter
|
|
172
|
+
*/
|
|
173
|
+
"size": 'default' | 'mini';
|
|
174
|
+
/**
|
|
175
|
+
* The variant of the counter
|
|
176
|
+
*/
|
|
177
|
+
"variant": 'info' | 'negative' | 'positive' | 'unbiased';
|
|
75
178
|
}
|
|
76
179
|
interface PDivider {
|
|
77
180
|
}
|
|
181
|
+
interface PDropdown {
|
|
182
|
+
/**
|
|
183
|
+
* Chevron direction
|
|
184
|
+
*/
|
|
185
|
+
"chevronDirection": 'up' | 'down';
|
|
186
|
+
/**
|
|
187
|
+
* Chevron position
|
|
188
|
+
*/
|
|
189
|
+
"chevronPosition": 'start' | 'end';
|
|
190
|
+
/**
|
|
191
|
+
* Wether to automatically close the dropdown menu after clicking inside
|
|
192
|
+
*/
|
|
193
|
+
"disableTriggerClick": boolean;
|
|
194
|
+
/**
|
|
195
|
+
* Wether to automatically close the dropdown menu after clicking inside
|
|
196
|
+
*/
|
|
197
|
+
"insideClick": boolean;
|
|
198
|
+
/**
|
|
199
|
+
* The content of the dropdown menu
|
|
200
|
+
*/
|
|
201
|
+
"placement": Placement;
|
|
202
|
+
/**
|
|
203
|
+
* Wether to show the dropdown menu
|
|
204
|
+
*/
|
|
205
|
+
"show": boolean;
|
|
206
|
+
/**
|
|
207
|
+
* The strategy of the popover placement
|
|
208
|
+
*/
|
|
209
|
+
"strategy": PositioningStrategy;
|
|
210
|
+
}
|
|
211
|
+
interface PDropdownMenuContainer {
|
|
212
|
+
}
|
|
213
|
+
interface PDropdownMenuItem {
|
|
214
|
+
/**
|
|
215
|
+
* Wether the dropdown menu item is active
|
|
216
|
+
*/
|
|
217
|
+
"active": boolean;
|
|
218
|
+
/**
|
|
219
|
+
* Icon of the navigation item
|
|
220
|
+
*/
|
|
221
|
+
"icon": IconVariant;
|
|
222
|
+
}
|
|
78
223
|
interface PHelper {
|
|
224
|
+
/**
|
|
225
|
+
* The placement of the helper popover
|
|
226
|
+
*/
|
|
227
|
+
"placement": Placement;
|
|
79
228
|
}
|
|
80
229
|
interface PIcon {
|
|
81
230
|
/**
|
|
@@ -85,11 +234,11 @@ export namespace Components {
|
|
|
85
234
|
/**
|
|
86
235
|
* Wether to rotate the icon x degrees
|
|
87
236
|
*/
|
|
88
|
-
"rotate":
|
|
237
|
+
"rotate": RotateOptions;
|
|
89
238
|
/**
|
|
90
239
|
* The size of the icon, using tailwind sizes
|
|
91
240
|
*/
|
|
92
|
-
"size":
|
|
241
|
+
"size": TextSizeOptions;
|
|
93
242
|
/**
|
|
94
243
|
* The icon the be displayed
|
|
95
244
|
*/
|
|
@@ -119,6 +268,58 @@ export namespace Components {
|
|
|
119
268
|
*/
|
|
120
269
|
"variant": 'info' | 'negative' | 'positive' | 'unbiased';
|
|
121
270
|
}
|
|
271
|
+
interface PInputGroup {
|
|
272
|
+
/**
|
|
273
|
+
* Wether the input group is disabled
|
|
274
|
+
*/
|
|
275
|
+
"disabled": boolean;
|
|
276
|
+
/**
|
|
277
|
+
* The helper of the input group
|
|
278
|
+
*/
|
|
279
|
+
"error": string;
|
|
280
|
+
/**
|
|
281
|
+
* Wether the input group is focused
|
|
282
|
+
*/
|
|
283
|
+
"focused": boolean;
|
|
284
|
+
/**
|
|
285
|
+
* The helper of the input group
|
|
286
|
+
*/
|
|
287
|
+
"helper": string;
|
|
288
|
+
/**
|
|
289
|
+
* Icon of the navigation item
|
|
290
|
+
*/
|
|
291
|
+
"icon": IconVariant;
|
|
292
|
+
/**
|
|
293
|
+
* Icon flip
|
|
294
|
+
*/
|
|
295
|
+
"iconFlip": IconFlipOptions;
|
|
296
|
+
/**
|
|
297
|
+
* Icon rotate
|
|
298
|
+
*/
|
|
299
|
+
"iconRotate": RotateOptions;
|
|
300
|
+
/**
|
|
301
|
+
* The label of the input group
|
|
302
|
+
*/
|
|
303
|
+
"label": string;
|
|
304
|
+
/**
|
|
305
|
+
* The prefix of the input group
|
|
306
|
+
*/
|
|
307
|
+
"prefix": string;
|
|
308
|
+
/**
|
|
309
|
+
* The size of the input group
|
|
310
|
+
*/
|
|
311
|
+
"size": 'small' | 'medium';
|
|
312
|
+
/**
|
|
313
|
+
* The suffix of the input group
|
|
314
|
+
*/
|
|
315
|
+
"suffix": string;
|
|
316
|
+
}
|
|
317
|
+
interface PLayout {
|
|
318
|
+
/**
|
|
319
|
+
* Variant of the layout
|
|
320
|
+
*/
|
|
321
|
+
"variant": 'default' | 'login';
|
|
322
|
+
}
|
|
122
323
|
interface PLoader {
|
|
123
324
|
/**
|
|
124
325
|
* Color of the loader
|
|
@@ -139,7 +340,73 @@ export namespace Components {
|
|
|
139
340
|
/**
|
|
140
341
|
* Variant of loader
|
|
141
342
|
*/
|
|
142
|
-
"variant":
|
|
343
|
+
"variant": | 'inline'
|
|
344
|
+
| 'full-width'
|
|
345
|
+
| 'full-screen'
|
|
346
|
+
| 'modal'
|
|
347
|
+
| 'ghost';
|
|
348
|
+
}
|
|
349
|
+
interface PModal {
|
|
350
|
+
/**
|
|
351
|
+
* The Header of the modal
|
|
352
|
+
*/
|
|
353
|
+
"header": string;
|
|
354
|
+
/**
|
|
355
|
+
* Wether to show the modal or not
|
|
356
|
+
*/
|
|
357
|
+
"show": boolean;
|
|
358
|
+
/**
|
|
359
|
+
* Wether to show the close on mobile in the header
|
|
360
|
+
*/
|
|
361
|
+
"showMobileClose": boolean;
|
|
362
|
+
/**
|
|
363
|
+
* Wether to show the footer on mobile
|
|
364
|
+
*/
|
|
365
|
+
"showMobileFooter": boolean;
|
|
366
|
+
/**
|
|
367
|
+
* The size of the modal container
|
|
368
|
+
*/
|
|
369
|
+
"size": 'sm' | 'md' | 'lg' | 'xl';
|
|
370
|
+
/**
|
|
371
|
+
* The variant of the modal body
|
|
372
|
+
*/
|
|
373
|
+
"variant": 'default' | 'table';
|
|
374
|
+
}
|
|
375
|
+
interface PModalBackdrop {
|
|
376
|
+
}
|
|
377
|
+
interface PModalBody {
|
|
378
|
+
/**
|
|
379
|
+
* The variant of the modal body
|
|
380
|
+
*/
|
|
381
|
+
"variant": 'default' | 'table';
|
|
382
|
+
}
|
|
383
|
+
interface PModalContainer {
|
|
384
|
+
/**
|
|
385
|
+
* The size of the modal container
|
|
386
|
+
*/
|
|
387
|
+
"size": 'sm' | 'md' | 'lg' | 'xl';
|
|
388
|
+
}
|
|
389
|
+
interface PModalFooter {
|
|
390
|
+
/**
|
|
391
|
+
* Wether to show the footer on mobile
|
|
392
|
+
*/
|
|
393
|
+
"hideOnMobile": boolean;
|
|
394
|
+
}
|
|
395
|
+
interface PModalHeader {
|
|
396
|
+
/**
|
|
397
|
+
* Wether to show the close button on mobile
|
|
398
|
+
*/
|
|
399
|
+
"showMobileClose": boolean;
|
|
400
|
+
}
|
|
401
|
+
interface PNavbar {
|
|
402
|
+
/**
|
|
403
|
+
* The text to display for the close button
|
|
404
|
+
*/
|
|
405
|
+
"closeText": string;
|
|
406
|
+
/**
|
|
407
|
+
* The text to display for the menu button & sidebar title
|
|
408
|
+
*/
|
|
409
|
+
"menuText": string;
|
|
143
410
|
}
|
|
144
411
|
interface PNavigationItem {
|
|
145
412
|
/**
|
|
@@ -163,7 +430,41 @@ export namespace Components {
|
|
|
163
430
|
*/
|
|
164
431
|
"target": string;
|
|
165
432
|
}
|
|
433
|
+
interface PPageSizeSelect {
|
|
434
|
+
/**
|
|
435
|
+
* The size of the button
|
|
436
|
+
*/
|
|
437
|
+
"buttonSize": 'small' | 'medium';
|
|
438
|
+
/**
|
|
439
|
+
* The template for the data view
|
|
440
|
+
*/
|
|
441
|
+
"buttonTemplate": templateFunc;
|
|
442
|
+
/**
|
|
443
|
+
* Chevron position
|
|
444
|
+
*/
|
|
445
|
+
"chevronPosition": 'start' | 'end';
|
|
446
|
+
/**
|
|
447
|
+
* Wether to hide when there is only 1 page available
|
|
448
|
+
*/
|
|
449
|
+
"hidden": boolean;
|
|
450
|
+
/**
|
|
451
|
+
* The template for the data view
|
|
452
|
+
*/
|
|
453
|
+
"itemTemplate": templateFunc;
|
|
454
|
+
/**
|
|
455
|
+
* The current page
|
|
456
|
+
*/
|
|
457
|
+
"size": number;
|
|
458
|
+
/**
|
|
459
|
+
* The available sizes
|
|
460
|
+
*/
|
|
461
|
+
"sizeOptions": number[];
|
|
462
|
+
}
|
|
166
463
|
interface PPagination {
|
|
464
|
+
/**
|
|
465
|
+
* Wether to hide when there is only 1 page available
|
|
466
|
+
*/
|
|
467
|
+
"hideOnSinglePage": boolean;
|
|
167
468
|
/**
|
|
168
469
|
* The current page
|
|
169
470
|
*/
|
|
@@ -183,69 +484,534 @@ export namespace Components {
|
|
|
183
484
|
*/
|
|
184
485
|
"active": boolean;
|
|
185
486
|
}
|
|
186
|
-
interface
|
|
487
|
+
interface PProfile {
|
|
187
488
|
/**
|
|
188
|
-
*
|
|
489
|
+
* The size of the profile avatar
|
|
189
490
|
*/
|
|
190
|
-
"
|
|
491
|
+
"size": 'small' | 'medium' | 'large';
|
|
191
492
|
/**
|
|
192
|
-
* The
|
|
493
|
+
* The variant of the profile
|
|
193
494
|
*/
|
|
194
|
-
"
|
|
495
|
+
"variant": 'company' | 'user';
|
|
496
|
+
}
|
|
497
|
+
interface PSegmentContainer {
|
|
498
|
+
}
|
|
499
|
+
interface PSegmentItem {
|
|
195
500
|
/**
|
|
196
|
-
*
|
|
501
|
+
* Wether the segment item is active
|
|
197
502
|
*/
|
|
198
|
-
"
|
|
503
|
+
"active": boolean;
|
|
199
504
|
/**
|
|
200
|
-
*
|
|
505
|
+
* Icon to show on the segment item
|
|
201
506
|
*/
|
|
202
|
-
"
|
|
507
|
+
"icon": IconVariant;
|
|
203
508
|
/**
|
|
204
|
-
*
|
|
509
|
+
* Icon flip
|
|
510
|
+
*/
|
|
511
|
+
"iconFlip": IconFlipOptions;
|
|
512
|
+
/**
|
|
513
|
+
* Icon rotate
|
|
205
514
|
*/
|
|
206
|
-
"
|
|
515
|
+
"iconRotate": RotateOptions;
|
|
207
516
|
}
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
export interface PPaginationCustomEvent<T> extends CustomEvent<T> {
|
|
214
|
-
detail: T;
|
|
215
|
-
target: HTMLPPaginationElement;
|
|
216
|
-
}
|
|
217
|
-
declare global {
|
|
218
|
-
interface HTMLPAvatarElement extends Components.PAvatar, HTMLStencilElement {
|
|
517
|
+
interface PSliderIndicator {
|
|
518
|
+
/**
|
|
519
|
+
* Wether the slider indicator is active
|
|
520
|
+
*/
|
|
521
|
+
"active": boolean;
|
|
219
522
|
}
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
523
|
+
interface PStatus {
|
|
524
|
+
/**
|
|
525
|
+
* Icon to show on the status
|
|
526
|
+
*/
|
|
527
|
+
"icon": IconVariant;
|
|
528
|
+
/**
|
|
529
|
+
* Icon flip
|
|
530
|
+
*/
|
|
531
|
+
"iconFlip": IconFlipOptions;
|
|
532
|
+
/**
|
|
533
|
+
* Icon rotate
|
|
534
|
+
*/
|
|
535
|
+
"iconRotate": RotateOptions;
|
|
536
|
+
/**
|
|
537
|
+
* The variant of the status
|
|
538
|
+
*/
|
|
539
|
+
"variant": 'default' | 'positive' | 'unbiased' | 'negative';
|
|
225
540
|
}
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
541
|
+
interface PStepper {
|
|
542
|
+
/**
|
|
543
|
+
* The currently active step
|
|
544
|
+
*/
|
|
545
|
+
"activeStep": number;
|
|
546
|
+
/**
|
|
547
|
+
* The direction of the stepper
|
|
548
|
+
*/
|
|
549
|
+
"direction": 'horizontal' | 'vertical';
|
|
231
550
|
}
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
551
|
+
interface PStepperItem {
|
|
552
|
+
/**
|
|
553
|
+
* Wether the step is active
|
|
554
|
+
*/
|
|
555
|
+
"active": boolean;
|
|
556
|
+
/**
|
|
557
|
+
* The alignment of the step content
|
|
558
|
+
*/
|
|
559
|
+
"align": 'start' | 'center' | 'end';
|
|
560
|
+
/**
|
|
561
|
+
* The direction of the stepper step
|
|
562
|
+
*/
|
|
563
|
+
"direction": 'horizontal' | 'vertical';
|
|
564
|
+
/**
|
|
565
|
+
* Wether the step is finished
|
|
566
|
+
*/
|
|
567
|
+
"finished": boolean;
|
|
237
568
|
}
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
569
|
+
interface PStepperLine {
|
|
570
|
+
/**
|
|
571
|
+
* Wether the line is active
|
|
572
|
+
*/
|
|
573
|
+
"active": boolean;
|
|
574
|
+
/**
|
|
575
|
+
* The direction of the stepper line
|
|
576
|
+
*/
|
|
577
|
+
"direction": 'horizontal' | 'vertical';
|
|
243
578
|
}
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
579
|
+
interface PTabGroup {
|
|
580
|
+
}
|
|
581
|
+
interface PTabItem {
|
|
582
|
+
/**
|
|
583
|
+
* Wether the tab item is active
|
|
584
|
+
*/
|
|
585
|
+
"active": boolean;
|
|
586
|
+
}
|
|
587
|
+
interface PTable {
|
|
588
|
+
/**
|
|
589
|
+
* Active quick filter identifier
|
|
590
|
+
*/
|
|
591
|
+
"activeQuickFilterIdentifier": string;
|
|
592
|
+
/**
|
|
593
|
+
* The amount of loading rows to show
|
|
594
|
+
*/
|
|
595
|
+
"amountOfLoadingRows": number;
|
|
596
|
+
/**
|
|
597
|
+
* A key to determine if a row can be selected
|
|
598
|
+
*/
|
|
599
|
+
"canSelectKey": string;
|
|
600
|
+
/**
|
|
601
|
+
* The template for the edit button text
|
|
602
|
+
*/
|
|
603
|
+
"editButtonTemplate": templateFunc1;
|
|
604
|
+
/**
|
|
605
|
+
* Wether to show the edit button
|
|
606
|
+
*/
|
|
607
|
+
"enableEdit": boolean;
|
|
608
|
+
/**
|
|
609
|
+
* Wether to enable export
|
|
610
|
+
*/
|
|
611
|
+
"enableExport": boolean;
|
|
612
|
+
/**
|
|
613
|
+
* Wether to show the filter button
|
|
614
|
+
*/
|
|
615
|
+
"enableFilter": boolean;
|
|
616
|
+
/**
|
|
617
|
+
* Wether to enable page size select
|
|
618
|
+
*/
|
|
619
|
+
"enablePageSize": boolean;
|
|
620
|
+
/**
|
|
621
|
+
* Wether to enable pagination
|
|
622
|
+
*/
|
|
623
|
+
"enablePagination": boolean;
|
|
624
|
+
/**
|
|
625
|
+
* Wether to enable row clicking
|
|
626
|
+
*/
|
|
627
|
+
"enableRowClick": boolean;
|
|
628
|
+
/**
|
|
629
|
+
* Wether to enable selection
|
|
630
|
+
*/
|
|
631
|
+
"enableRowSelection": boolean;
|
|
632
|
+
/**
|
|
633
|
+
* Wether to show the search input
|
|
634
|
+
*/
|
|
635
|
+
"enableSearch": boolean;
|
|
636
|
+
/**
|
|
637
|
+
* The template for the filter button text
|
|
638
|
+
*/
|
|
639
|
+
"filterButtonTemplate": templateFunc1;
|
|
640
|
+
/**
|
|
641
|
+
* Wether to hide when there is only 1 page available
|
|
642
|
+
*/
|
|
643
|
+
"hideOnSinglePage": boolean;
|
|
644
|
+
/**
|
|
645
|
+
* The items to be fed to the table
|
|
646
|
+
*/
|
|
647
|
+
"items": string;
|
|
648
|
+
/**
|
|
649
|
+
* Wether data is loading
|
|
650
|
+
*/
|
|
651
|
+
"loading": boolean;
|
|
652
|
+
/**
|
|
653
|
+
* The current page
|
|
654
|
+
*/
|
|
655
|
+
"page": number;
|
|
656
|
+
/**
|
|
657
|
+
* The amount of items per page
|
|
658
|
+
*/
|
|
659
|
+
"pageSize": number;
|
|
660
|
+
/**
|
|
661
|
+
* The options for the page size
|
|
662
|
+
*/
|
|
663
|
+
"pageSizeOptions": number[];
|
|
664
|
+
/**
|
|
665
|
+
* The query to show in the search bar
|
|
666
|
+
*/
|
|
667
|
+
"query": string;
|
|
668
|
+
/**
|
|
669
|
+
* Quick filters to show
|
|
670
|
+
*/
|
|
671
|
+
"quickFilters": QuickFilter[];
|
|
672
|
+
/**
|
|
673
|
+
* The amount of filters being selected
|
|
674
|
+
*/
|
|
675
|
+
"selectedFiltersAmount": number;
|
|
676
|
+
/**
|
|
677
|
+
* The current selection of items
|
|
678
|
+
*/
|
|
679
|
+
"selectedRows": any[];
|
|
680
|
+
/**
|
|
681
|
+
* The key to determine if a row is selected
|
|
682
|
+
*/
|
|
683
|
+
"selectionKey": string;
|
|
684
|
+
/**
|
|
685
|
+
* The total amount of items
|
|
686
|
+
*/
|
|
687
|
+
"total": number;
|
|
688
|
+
}
|
|
689
|
+
interface PTableColumn {
|
|
690
|
+
/**
|
|
691
|
+
* The checkbox to show
|
|
692
|
+
*/
|
|
693
|
+
"checkbox": any;
|
|
694
|
+
/**
|
|
695
|
+
* The definition of the table column
|
|
696
|
+
*/
|
|
697
|
+
"definition"?: TableDefinition;
|
|
698
|
+
/**
|
|
699
|
+
* The index of the column
|
|
700
|
+
*/
|
|
701
|
+
"index": number;
|
|
702
|
+
/**
|
|
703
|
+
* The item in question
|
|
704
|
+
*/
|
|
705
|
+
"item": any;
|
|
706
|
+
/**
|
|
707
|
+
* The index of the row
|
|
708
|
+
*/
|
|
709
|
+
"rowIndex": number;
|
|
710
|
+
/**
|
|
711
|
+
* The template to show
|
|
712
|
+
*/
|
|
713
|
+
"template": TableDefinitionTemplateFunc;
|
|
714
|
+
/**
|
|
715
|
+
* The value of the column
|
|
716
|
+
*/
|
|
717
|
+
"value": any;
|
|
718
|
+
/**
|
|
719
|
+
* The variant of the column
|
|
720
|
+
*/
|
|
721
|
+
"variant": 'default' | 'loading' | 'header';
|
|
722
|
+
}
|
|
723
|
+
interface PTableContainer {
|
|
724
|
+
}
|
|
725
|
+
interface PTableDefinition {
|
|
726
|
+
/**
|
|
727
|
+
* The alignment of the column
|
|
728
|
+
*/
|
|
729
|
+
"align": 'start' | 'center' | 'end';
|
|
730
|
+
/**
|
|
731
|
+
* The name of the column
|
|
732
|
+
*/
|
|
733
|
+
"name": string;
|
|
734
|
+
/**
|
|
735
|
+
* The path of the value of the item you want to display
|
|
736
|
+
*/
|
|
737
|
+
"path": string;
|
|
738
|
+
/**
|
|
739
|
+
* The sizes of the column
|
|
740
|
+
*/
|
|
741
|
+
"sizes": 'auto' | number | TableDefinitionSizes;
|
|
742
|
+
/**
|
|
743
|
+
* The type of the column
|
|
744
|
+
*/
|
|
745
|
+
"type": 'td' | 'th';
|
|
746
|
+
/**
|
|
747
|
+
* Wether the column should use the slot
|
|
748
|
+
*/
|
|
749
|
+
"useSlot": boolean;
|
|
750
|
+
}
|
|
751
|
+
interface PTableFooter {
|
|
752
|
+
/**
|
|
753
|
+
* Wether to enable export
|
|
754
|
+
*/
|
|
755
|
+
"enableExport": boolean;
|
|
756
|
+
/**
|
|
757
|
+
* Wether to enable page size select
|
|
758
|
+
*/
|
|
759
|
+
"enablePageSize": boolean;
|
|
760
|
+
/**
|
|
761
|
+
* Wether to enable pagination
|
|
762
|
+
*/
|
|
763
|
+
"enablePagination": boolean;
|
|
764
|
+
/**
|
|
765
|
+
* Wether to hide when there is only 1 page available
|
|
766
|
+
*/
|
|
767
|
+
"hideOnSinglePage": boolean;
|
|
768
|
+
/**
|
|
769
|
+
* The current page
|
|
770
|
+
*/
|
|
771
|
+
"page": number;
|
|
772
|
+
/**
|
|
773
|
+
* The amount of items per page
|
|
774
|
+
*/
|
|
775
|
+
"pageSize": number;
|
|
776
|
+
/**
|
|
777
|
+
* The options for the page size
|
|
778
|
+
*/
|
|
779
|
+
"pageSizeOptions": number[];
|
|
780
|
+
/**
|
|
781
|
+
* The total amount of items
|
|
782
|
+
*/
|
|
783
|
+
"total": number;
|
|
784
|
+
}
|
|
785
|
+
interface PTableHeader {
|
|
786
|
+
/**
|
|
787
|
+
* Active quick filter identifier
|
|
788
|
+
*/
|
|
789
|
+
"activeQuickFilterIdentifier": string;
|
|
790
|
+
/**
|
|
791
|
+
* Wether to enable the edit button
|
|
792
|
+
*/
|
|
793
|
+
"canEdit": boolean;
|
|
794
|
+
/**
|
|
795
|
+
* The template for the edit button text
|
|
796
|
+
*/
|
|
797
|
+
"editButtonTemplate": buttonTemplateFunc;
|
|
798
|
+
/**
|
|
799
|
+
* Wether to show the edit button
|
|
800
|
+
*/
|
|
801
|
+
"enableEdit": boolean;
|
|
802
|
+
/**
|
|
803
|
+
* Wether to show the filter button
|
|
804
|
+
*/
|
|
805
|
+
"enableFilter": boolean;
|
|
806
|
+
/**
|
|
807
|
+
* Wether to show the search input
|
|
808
|
+
*/
|
|
809
|
+
"enableSearch": boolean;
|
|
810
|
+
/**
|
|
811
|
+
* The template for the filter button text
|
|
812
|
+
*/
|
|
813
|
+
"filterButtonTemplate": templateFunc;
|
|
814
|
+
/**
|
|
815
|
+
* The amount of items that are selected
|
|
816
|
+
*/
|
|
817
|
+
"itemsSelectedAmount": number;
|
|
818
|
+
/**
|
|
819
|
+
* The query to show in the search bar
|
|
820
|
+
*/
|
|
821
|
+
"query": string;
|
|
822
|
+
/**
|
|
823
|
+
* Quick filters to show
|
|
824
|
+
*/
|
|
825
|
+
"quickFilters": QuickFilter[];
|
|
826
|
+
/**
|
|
827
|
+
* The amount of filters being selected
|
|
828
|
+
*/
|
|
829
|
+
"selectedFiltersAmount": number;
|
|
830
|
+
}
|
|
831
|
+
interface PTableRow {
|
|
832
|
+
/**
|
|
833
|
+
* Enable hover
|
|
834
|
+
*/
|
|
835
|
+
"enableHover": boolean;
|
|
836
|
+
/**
|
|
837
|
+
* Variant of the header
|
|
838
|
+
*/
|
|
839
|
+
"variant": 'default' | 'header';
|
|
840
|
+
}
|
|
841
|
+
interface PTag {
|
|
842
|
+
/**
|
|
843
|
+
* Wether to add the circle or not
|
|
844
|
+
*/
|
|
845
|
+
"circle": boolean;
|
|
846
|
+
/**
|
|
847
|
+
* Variant of the tag
|
|
848
|
+
*/
|
|
849
|
+
"variant": | 'positive'
|
|
850
|
+
| 'unbiased'
|
|
851
|
+
| 'negative'
|
|
852
|
+
| 'info';
|
|
853
|
+
}
|
|
854
|
+
interface PTooltip {
|
|
855
|
+
/**
|
|
856
|
+
* Wether to someone can manually close the popover
|
|
857
|
+
*/
|
|
858
|
+
"canManuallyClose": boolean;
|
|
859
|
+
/**
|
|
860
|
+
* The placement of the popover
|
|
861
|
+
*/
|
|
862
|
+
"placement": Placement;
|
|
863
|
+
/**
|
|
864
|
+
* The content of the popover
|
|
865
|
+
*/
|
|
866
|
+
"popover": any;
|
|
867
|
+
/**
|
|
868
|
+
* Wether to show the popover
|
|
869
|
+
*/
|
|
870
|
+
"show": boolean;
|
|
871
|
+
/**
|
|
872
|
+
* The strategy of the popover placement
|
|
873
|
+
*/
|
|
874
|
+
"strategy": PositioningStrategy;
|
|
875
|
+
/**
|
|
876
|
+
* The variant of the popover
|
|
877
|
+
*/
|
|
878
|
+
"variant": 'hover' | 'click' | 'error';
|
|
879
|
+
}
|
|
880
|
+
}
|
|
881
|
+
export interface PAccordionCustomEvent<T> extends CustomEvent<T> {
|
|
882
|
+
detail: T;
|
|
883
|
+
target: HTMLPAccordionElement;
|
|
884
|
+
}
|
|
885
|
+
export interface PButtonCustomEvent<T> extends CustomEvent<T> {
|
|
886
|
+
detail: T;
|
|
887
|
+
target: HTMLPButtonElement;
|
|
888
|
+
}
|
|
889
|
+
export interface PDropdownCustomEvent<T> extends CustomEvent<T> {
|
|
890
|
+
detail: T;
|
|
891
|
+
target: HTMLPDropdownElement;
|
|
892
|
+
}
|
|
893
|
+
export interface PModalCustomEvent<T> extends CustomEvent<T> {
|
|
894
|
+
detail: T;
|
|
895
|
+
target: HTMLPModalElement;
|
|
896
|
+
}
|
|
897
|
+
export interface PModalHeaderCustomEvent<T> extends CustomEvent<T> {
|
|
898
|
+
detail: T;
|
|
899
|
+
target: HTMLPModalHeaderElement;
|
|
900
|
+
}
|
|
901
|
+
export interface PPageSizeSelectCustomEvent<T> extends CustomEvent<T> {
|
|
902
|
+
detail: T;
|
|
903
|
+
target: HTMLPPageSizeSelectElement;
|
|
904
|
+
}
|
|
905
|
+
export interface PPaginationCustomEvent<T> extends CustomEvent<T> {
|
|
906
|
+
detail: T;
|
|
907
|
+
target: HTMLPPaginationElement;
|
|
908
|
+
}
|
|
909
|
+
export interface PTableCustomEvent<T> extends CustomEvent<T> {
|
|
910
|
+
detail: T;
|
|
911
|
+
target: HTMLPTableElement;
|
|
912
|
+
}
|
|
913
|
+
export interface PTableDefinitionCustomEvent<T> extends CustomEvent<T> {
|
|
914
|
+
detail: T;
|
|
915
|
+
target: HTMLPTableDefinitionElement;
|
|
916
|
+
}
|
|
917
|
+
export interface PTableFooterCustomEvent<T> extends CustomEvent<T> {
|
|
918
|
+
detail: T;
|
|
919
|
+
target: HTMLPTableFooterElement;
|
|
920
|
+
}
|
|
921
|
+
export interface PTableHeaderCustomEvent<T> extends CustomEvent<T> {
|
|
922
|
+
detail: T;
|
|
923
|
+
target: HTMLPTableHeaderElement;
|
|
924
|
+
}
|
|
925
|
+
export interface PTooltipCustomEvent<T> extends CustomEvent<T> {
|
|
926
|
+
detail: T;
|
|
927
|
+
target: HTMLPTooltipElement;
|
|
928
|
+
}
|
|
929
|
+
declare global {
|
|
930
|
+
interface HTMLPAccordionElement extends Components.PAccordion, HTMLStencilElement {
|
|
931
|
+
}
|
|
932
|
+
var HTMLPAccordionElement: {
|
|
933
|
+
prototype: HTMLPAccordionElement;
|
|
934
|
+
new (): HTMLPAccordionElement;
|
|
935
|
+
};
|
|
936
|
+
interface HTMLPAvatarElement extends Components.PAvatar, HTMLStencilElement {
|
|
937
|
+
}
|
|
938
|
+
var HTMLPAvatarElement: {
|
|
939
|
+
prototype: HTMLPAvatarElement;
|
|
940
|
+
new (): HTMLPAvatarElement;
|
|
941
|
+
};
|
|
942
|
+
interface HTMLPAvatarGroupElement extends Components.PAvatarGroup, HTMLStencilElement {
|
|
943
|
+
}
|
|
944
|
+
var HTMLPAvatarGroupElement: {
|
|
945
|
+
prototype: HTMLPAvatarGroupElement;
|
|
946
|
+
new (): HTMLPAvatarGroupElement;
|
|
947
|
+
};
|
|
948
|
+
interface HTMLPButtonElement extends Components.PButton, HTMLStencilElement {
|
|
949
|
+
}
|
|
950
|
+
var HTMLPButtonElement: {
|
|
951
|
+
prototype: HTMLPButtonElement;
|
|
952
|
+
new (): HTMLPButtonElement;
|
|
953
|
+
};
|
|
954
|
+
interface HTMLPCardBodyElement extends Components.PCardBody, HTMLStencilElement {
|
|
955
|
+
}
|
|
956
|
+
var HTMLPCardBodyElement: {
|
|
957
|
+
prototype: HTMLPCardBodyElement;
|
|
958
|
+
new (): HTMLPCardBodyElement;
|
|
959
|
+
};
|
|
960
|
+
interface HTMLPCardContainerElement extends Components.PCardContainer, HTMLStencilElement {
|
|
961
|
+
}
|
|
962
|
+
var HTMLPCardContainerElement: {
|
|
963
|
+
prototype: HTMLPCardContainerElement;
|
|
964
|
+
new (): HTMLPCardContainerElement;
|
|
965
|
+
};
|
|
966
|
+
interface HTMLPCardHeaderElement extends Components.PCardHeader, HTMLStencilElement {
|
|
967
|
+
}
|
|
968
|
+
var HTMLPCardHeaderElement: {
|
|
969
|
+
prototype: HTMLPCardHeaderElement;
|
|
970
|
+
new (): HTMLPCardHeaderElement;
|
|
971
|
+
};
|
|
972
|
+
interface HTMLPContentSliderElement extends Components.PContentSlider, HTMLStencilElement {
|
|
973
|
+
}
|
|
974
|
+
var HTMLPContentSliderElement: {
|
|
975
|
+
prototype: HTMLPContentSliderElement;
|
|
976
|
+
new (): HTMLPContentSliderElement;
|
|
977
|
+
};
|
|
978
|
+
interface HTMLPCounterElement extends Components.PCounter, HTMLStencilElement {
|
|
979
|
+
}
|
|
980
|
+
var HTMLPCounterElement: {
|
|
981
|
+
prototype: HTMLPCounterElement;
|
|
982
|
+
new (): HTMLPCounterElement;
|
|
983
|
+
};
|
|
984
|
+
interface HTMLPDividerElement extends Components.PDivider, HTMLStencilElement {
|
|
985
|
+
}
|
|
986
|
+
var HTMLPDividerElement: {
|
|
987
|
+
prototype: HTMLPDividerElement;
|
|
988
|
+
new (): HTMLPDividerElement;
|
|
989
|
+
};
|
|
990
|
+
interface HTMLPDropdownElement extends Components.PDropdown, HTMLStencilElement {
|
|
991
|
+
}
|
|
992
|
+
var HTMLPDropdownElement: {
|
|
993
|
+
prototype: HTMLPDropdownElement;
|
|
994
|
+
new (): HTMLPDropdownElement;
|
|
995
|
+
};
|
|
996
|
+
interface HTMLPDropdownMenuContainerElement extends Components.PDropdownMenuContainer, HTMLStencilElement {
|
|
997
|
+
}
|
|
998
|
+
var HTMLPDropdownMenuContainerElement: {
|
|
999
|
+
prototype: HTMLPDropdownMenuContainerElement;
|
|
1000
|
+
new (): HTMLPDropdownMenuContainerElement;
|
|
1001
|
+
};
|
|
1002
|
+
interface HTMLPDropdownMenuItemElement extends Components.PDropdownMenuItem, HTMLStencilElement {
|
|
1003
|
+
}
|
|
1004
|
+
var HTMLPDropdownMenuItemElement: {
|
|
1005
|
+
prototype: HTMLPDropdownMenuItemElement;
|
|
1006
|
+
new (): HTMLPDropdownMenuItemElement;
|
|
1007
|
+
};
|
|
1008
|
+
interface HTMLPHelperElement extends Components.PHelper, HTMLStencilElement {
|
|
1009
|
+
}
|
|
1010
|
+
var HTMLPHelperElement: {
|
|
1011
|
+
prototype: HTMLPHelperElement;
|
|
1012
|
+
new (): HTMLPHelperElement;
|
|
1013
|
+
};
|
|
1014
|
+
interface HTMLPIconElement extends Components.PIcon, HTMLStencilElement {
|
|
249
1015
|
}
|
|
250
1016
|
var HTMLPIconElement: {
|
|
251
1017
|
prototype: HTMLPIconElement;
|
|
@@ -263,18 +1029,78 @@ declare global {
|
|
|
263
1029
|
prototype: HTMLPInfoPanelElement;
|
|
264
1030
|
new (): HTMLPInfoPanelElement;
|
|
265
1031
|
};
|
|
1032
|
+
interface HTMLPInputGroupElement extends Components.PInputGroup, HTMLStencilElement {
|
|
1033
|
+
}
|
|
1034
|
+
var HTMLPInputGroupElement: {
|
|
1035
|
+
prototype: HTMLPInputGroupElement;
|
|
1036
|
+
new (): HTMLPInputGroupElement;
|
|
1037
|
+
};
|
|
1038
|
+
interface HTMLPLayoutElement extends Components.PLayout, HTMLStencilElement {
|
|
1039
|
+
}
|
|
1040
|
+
var HTMLPLayoutElement: {
|
|
1041
|
+
prototype: HTMLPLayoutElement;
|
|
1042
|
+
new (): HTMLPLayoutElement;
|
|
1043
|
+
};
|
|
266
1044
|
interface HTMLPLoaderElement extends Components.PLoader, HTMLStencilElement {
|
|
267
1045
|
}
|
|
268
1046
|
var HTMLPLoaderElement: {
|
|
269
1047
|
prototype: HTMLPLoaderElement;
|
|
270
1048
|
new (): HTMLPLoaderElement;
|
|
271
1049
|
};
|
|
272
|
-
interface
|
|
1050
|
+
interface HTMLPModalElement extends Components.PModal, HTMLStencilElement {
|
|
1051
|
+
}
|
|
1052
|
+
var HTMLPModalElement: {
|
|
1053
|
+
prototype: HTMLPModalElement;
|
|
1054
|
+
new (): HTMLPModalElement;
|
|
1055
|
+
};
|
|
1056
|
+
interface HTMLPModalBackdropElement extends Components.PModalBackdrop, HTMLStencilElement {
|
|
1057
|
+
}
|
|
1058
|
+
var HTMLPModalBackdropElement: {
|
|
1059
|
+
prototype: HTMLPModalBackdropElement;
|
|
1060
|
+
new (): HTMLPModalBackdropElement;
|
|
1061
|
+
};
|
|
1062
|
+
interface HTMLPModalBodyElement extends Components.PModalBody, HTMLStencilElement {
|
|
1063
|
+
}
|
|
1064
|
+
var HTMLPModalBodyElement: {
|
|
1065
|
+
prototype: HTMLPModalBodyElement;
|
|
1066
|
+
new (): HTMLPModalBodyElement;
|
|
1067
|
+
};
|
|
1068
|
+
interface HTMLPModalContainerElement extends Components.PModalContainer, HTMLStencilElement {
|
|
1069
|
+
}
|
|
1070
|
+
var HTMLPModalContainerElement: {
|
|
1071
|
+
prototype: HTMLPModalContainerElement;
|
|
1072
|
+
new (): HTMLPModalContainerElement;
|
|
1073
|
+
};
|
|
1074
|
+
interface HTMLPModalFooterElement extends Components.PModalFooter, HTMLStencilElement {
|
|
1075
|
+
}
|
|
1076
|
+
var HTMLPModalFooterElement: {
|
|
1077
|
+
prototype: HTMLPModalFooterElement;
|
|
1078
|
+
new (): HTMLPModalFooterElement;
|
|
1079
|
+
};
|
|
1080
|
+
interface HTMLPModalHeaderElement extends Components.PModalHeader, HTMLStencilElement {
|
|
1081
|
+
}
|
|
1082
|
+
var HTMLPModalHeaderElement: {
|
|
1083
|
+
prototype: HTMLPModalHeaderElement;
|
|
1084
|
+
new (): HTMLPModalHeaderElement;
|
|
1085
|
+
};
|
|
1086
|
+
interface HTMLPNavbarElement extends Components.PNavbar, HTMLStencilElement {
|
|
1087
|
+
}
|
|
1088
|
+
var HTMLPNavbarElement: {
|
|
1089
|
+
prototype: HTMLPNavbarElement;
|
|
1090
|
+
new (): HTMLPNavbarElement;
|
|
1091
|
+
};
|
|
1092
|
+
interface HTMLPNavigationItemElement extends Components.PNavigationItem, HTMLStencilElement {
|
|
273
1093
|
}
|
|
274
1094
|
var HTMLPNavigationItemElement: {
|
|
275
1095
|
prototype: HTMLPNavigationItemElement;
|
|
276
1096
|
new (): HTMLPNavigationItemElement;
|
|
277
1097
|
};
|
|
1098
|
+
interface HTMLPPageSizeSelectElement extends Components.PPageSizeSelect, HTMLStencilElement {
|
|
1099
|
+
}
|
|
1100
|
+
var HTMLPPageSizeSelectElement: {
|
|
1101
|
+
prototype: HTMLPPageSizeSelectElement;
|
|
1102
|
+
new (): HTMLPPageSizeSelectElement;
|
|
1103
|
+
};
|
|
278
1104
|
interface HTMLPPaginationElement extends Components.PPagination, HTMLStencilElement {
|
|
279
1105
|
}
|
|
280
1106
|
var HTMLPPaginationElement: {
|
|
@@ -287,6 +1113,114 @@ declare global {
|
|
|
287
1113
|
prototype: HTMLPPaginationItemElement;
|
|
288
1114
|
new (): HTMLPPaginationItemElement;
|
|
289
1115
|
};
|
|
1116
|
+
interface HTMLPProfileElement extends Components.PProfile, HTMLStencilElement {
|
|
1117
|
+
}
|
|
1118
|
+
var HTMLPProfileElement: {
|
|
1119
|
+
prototype: HTMLPProfileElement;
|
|
1120
|
+
new (): HTMLPProfileElement;
|
|
1121
|
+
};
|
|
1122
|
+
interface HTMLPSegmentContainerElement extends Components.PSegmentContainer, HTMLStencilElement {
|
|
1123
|
+
}
|
|
1124
|
+
var HTMLPSegmentContainerElement: {
|
|
1125
|
+
prototype: HTMLPSegmentContainerElement;
|
|
1126
|
+
new (): HTMLPSegmentContainerElement;
|
|
1127
|
+
};
|
|
1128
|
+
interface HTMLPSegmentItemElement extends Components.PSegmentItem, HTMLStencilElement {
|
|
1129
|
+
}
|
|
1130
|
+
var HTMLPSegmentItemElement: {
|
|
1131
|
+
prototype: HTMLPSegmentItemElement;
|
|
1132
|
+
new (): HTMLPSegmentItemElement;
|
|
1133
|
+
};
|
|
1134
|
+
interface HTMLPSliderIndicatorElement extends Components.PSliderIndicator, HTMLStencilElement {
|
|
1135
|
+
}
|
|
1136
|
+
var HTMLPSliderIndicatorElement: {
|
|
1137
|
+
prototype: HTMLPSliderIndicatorElement;
|
|
1138
|
+
new (): HTMLPSliderIndicatorElement;
|
|
1139
|
+
};
|
|
1140
|
+
interface HTMLPStatusElement extends Components.PStatus, HTMLStencilElement {
|
|
1141
|
+
}
|
|
1142
|
+
var HTMLPStatusElement: {
|
|
1143
|
+
prototype: HTMLPStatusElement;
|
|
1144
|
+
new (): HTMLPStatusElement;
|
|
1145
|
+
};
|
|
1146
|
+
interface HTMLPStepperElement extends Components.PStepper, HTMLStencilElement {
|
|
1147
|
+
}
|
|
1148
|
+
var HTMLPStepperElement: {
|
|
1149
|
+
prototype: HTMLPStepperElement;
|
|
1150
|
+
new (): HTMLPStepperElement;
|
|
1151
|
+
};
|
|
1152
|
+
interface HTMLPStepperItemElement extends Components.PStepperItem, HTMLStencilElement {
|
|
1153
|
+
}
|
|
1154
|
+
var HTMLPStepperItemElement: {
|
|
1155
|
+
prototype: HTMLPStepperItemElement;
|
|
1156
|
+
new (): HTMLPStepperItemElement;
|
|
1157
|
+
};
|
|
1158
|
+
interface HTMLPStepperLineElement extends Components.PStepperLine, HTMLStencilElement {
|
|
1159
|
+
}
|
|
1160
|
+
var HTMLPStepperLineElement: {
|
|
1161
|
+
prototype: HTMLPStepperLineElement;
|
|
1162
|
+
new (): HTMLPStepperLineElement;
|
|
1163
|
+
};
|
|
1164
|
+
interface HTMLPTabGroupElement extends Components.PTabGroup, HTMLStencilElement {
|
|
1165
|
+
}
|
|
1166
|
+
var HTMLPTabGroupElement: {
|
|
1167
|
+
prototype: HTMLPTabGroupElement;
|
|
1168
|
+
new (): HTMLPTabGroupElement;
|
|
1169
|
+
};
|
|
1170
|
+
interface HTMLPTabItemElement extends Components.PTabItem, HTMLStencilElement {
|
|
1171
|
+
}
|
|
1172
|
+
var HTMLPTabItemElement: {
|
|
1173
|
+
prototype: HTMLPTabItemElement;
|
|
1174
|
+
new (): HTMLPTabItemElement;
|
|
1175
|
+
};
|
|
1176
|
+
interface HTMLPTableElement extends Components.PTable, HTMLStencilElement {
|
|
1177
|
+
}
|
|
1178
|
+
var HTMLPTableElement: {
|
|
1179
|
+
prototype: HTMLPTableElement;
|
|
1180
|
+
new (): HTMLPTableElement;
|
|
1181
|
+
};
|
|
1182
|
+
interface HTMLPTableColumnElement extends Components.PTableColumn, HTMLStencilElement {
|
|
1183
|
+
}
|
|
1184
|
+
var HTMLPTableColumnElement: {
|
|
1185
|
+
prototype: HTMLPTableColumnElement;
|
|
1186
|
+
new (): HTMLPTableColumnElement;
|
|
1187
|
+
};
|
|
1188
|
+
interface HTMLPTableContainerElement extends Components.PTableContainer, HTMLStencilElement {
|
|
1189
|
+
}
|
|
1190
|
+
var HTMLPTableContainerElement: {
|
|
1191
|
+
prototype: HTMLPTableContainerElement;
|
|
1192
|
+
new (): HTMLPTableContainerElement;
|
|
1193
|
+
};
|
|
1194
|
+
interface HTMLPTableDefinitionElement extends Components.PTableDefinition, HTMLStencilElement {
|
|
1195
|
+
}
|
|
1196
|
+
var HTMLPTableDefinitionElement: {
|
|
1197
|
+
prototype: HTMLPTableDefinitionElement;
|
|
1198
|
+
new (): HTMLPTableDefinitionElement;
|
|
1199
|
+
};
|
|
1200
|
+
interface HTMLPTableFooterElement extends Components.PTableFooter, HTMLStencilElement {
|
|
1201
|
+
}
|
|
1202
|
+
var HTMLPTableFooterElement: {
|
|
1203
|
+
prototype: HTMLPTableFooterElement;
|
|
1204
|
+
new (): HTMLPTableFooterElement;
|
|
1205
|
+
};
|
|
1206
|
+
interface HTMLPTableHeaderElement extends Components.PTableHeader, HTMLStencilElement {
|
|
1207
|
+
}
|
|
1208
|
+
var HTMLPTableHeaderElement: {
|
|
1209
|
+
prototype: HTMLPTableHeaderElement;
|
|
1210
|
+
new (): HTMLPTableHeaderElement;
|
|
1211
|
+
};
|
|
1212
|
+
interface HTMLPTableRowElement extends Components.PTableRow, HTMLStencilElement {
|
|
1213
|
+
}
|
|
1214
|
+
var HTMLPTableRowElement: {
|
|
1215
|
+
prototype: HTMLPTableRowElement;
|
|
1216
|
+
new (): HTMLPTableRowElement;
|
|
1217
|
+
};
|
|
1218
|
+
interface HTMLPTagElement extends Components.PTag, HTMLStencilElement {
|
|
1219
|
+
}
|
|
1220
|
+
var HTMLPTagElement: {
|
|
1221
|
+
prototype: HTMLPTagElement;
|
|
1222
|
+
new (): HTMLPTagElement;
|
|
1223
|
+
};
|
|
290
1224
|
interface HTMLPTooltipElement extends Components.PTooltip, HTMLStencilElement {
|
|
291
1225
|
}
|
|
292
1226
|
var HTMLPTooltipElement: {
|
|
@@ -294,51 +1228,572 @@ declare global {
|
|
|
294
1228
|
new (): HTMLPTooltipElement;
|
|
295
1229
|
};
|
|
296
1230
|
interface HTMLElementTagNameMap {
|
|
1231
|
+
"p-accordion": HTMLPAccordionElement;
|
|
297
1232
|
"p-avatar": HTMLPAvatarElement;
|
|
1233
|
+
"p-avatar-group": HTMLPAvatarGroupElement;
|
|
298
1234
|
"p-button": HTMLPButtonElement;
|
|
1235
|
+
"p-card-body": HTMLPCardBodyElement;
|
|
1236
|
+
"p-card-container": HTMLPCardContainerElement;
|
|
1237
|
+
"p-card-header": HTMLPCardHeaderElement;
|
|
1238
|
+
"p-content-slider": HTMLPContentSliderElement;
|
|
299
1239
|
"p-counter": HTMLPCounterElement;
|
|
300
1240
|
"p-divider": HTMLPDividerElement;
|
|
1241
|
+
"p-dropdown": HTMLPDropdownElement;
|
|
1242
|
+
"p-dropdown-menu-container": HTMLPDropdownMenuContainerElement;
|
|
1243
|
+
"p-dropdown-menu-item": HTMLPDropdownMenuItemElement;
|
|
301
1244
|
"p-helper": HTMLPHelperElement;
|
|
302
1245
|
"p-icon": HTMLPIconElement;
|
|
303
1246
|
"p-illustration": HTMLPIllustrationElement;
|
|
304
1247
|
"p-info-panel": HTMLPInfoPanelElement;
|
|
1248
|
+
"p-input-group": HTMLPInputGroupElement;
|
|
1249
|
+
"p-layout": HTMLPLayoutElement;
|
|
305
1250
|
"p-loader": HTMLPLoaderElement;
|
|
1251
|
+
"p-modal": HTMLPModalElement;
|
|
1252
|
+
"p-modal-backdrop": HTMLPModalBackdropElement;
|
|
1253
|
+
"p-modal-body": HTMLPModalBodyElement;
|
|
1254
|
+
"p-modal-container": HTMLPModalContainerElement;
|
|
1255
|
+
"p-modal-footer": HTMLPModalFooterElement;
|
|
1256
|
+
"p-modal-header": HTMLPModalHeaderElement;
|
|
1257
|
+
"p-navbar": HTMLPNavbarElement;
|
|
306
1258
|
"p-navigation-item": HTMLPNavigationItemElement;
|
|
1259
|
+
"p-page-size-select": HTMLPPageSizeSelectElement;
|
|
307
1260
|
"p-pagination": HTMLPPaginationElement;
|
|
308
1261
|
"p-pagination-item": HTMLPPaginationItemElement;
|
|
1262
|
+
"p-profile": HTMLPProfileElement;
|
|
1263
|
+
"p-segment-container": HTMLPSegmentContainerElement;
|
|
1264
|
+
"p-segment-item": HTMLPSegmentItemElement;
|
|
1265
|
+
"p-slider-indicator": HTMLPSliderIndicatorElement;
|
|
1266
|
+
"p-status": HTMLPStatusElement;
|
|
1267
|
+
"p-stepper": HTMLPStepperElement;
|
|
1268
|
+
"p-stepper-item": HTMLPStepperItemElement;
|
|
1269
|
+
"p-stepper-line": HTMLPStepperLineElement;
|
|
1270
|
+
"p-tab-group": HTMLPTabGroupElement;
|
|
1271
|
+
"p-tab-item": HTMLPTabItemElement;
|
|
1272
|
+
"p-table": HTMLPTableElement;
|
|
1273
|
+
"p-table-column": HTMLPTableColumnElement;
|
|
1274
|
+
"p-table-container": HTMLPTableContainerElement;
|
|
1275
|
+
"p-table-definition": HTMLPTableDefinitionElement;
|
|
1276
|
+
"p-table-footer": HTMLPTableFooterElement;
|
|
1277
|
+
"p-table-header": HTMLPTableHeaderElement;
|
|
1278
|
+
"p-table-row": HTMLPTableRowElement;
|
|
1279
|
+
"p-tag": HTMLPTagElement;
|
|
309
1280
|
"p-tooltip": HTMLPTooltipElement;
|
|
310
1281
|
}
|
|
311
1282
|
}
|
|
312
1283
|
declare namespace LocalJSX {
|
|
1284
|
+
interface PAccordion {
|
|
1285
|
+
/**
|
|
1286
|
+
* Wether the accordion can be closed
|
|
1287
|
+
*/
|
|
1288
|
+
"closeable"?: boolean;
|
|
1289
|
+
/**
|
|
1290
|
+
* Header of the accordion
|
|
1291
|
+
*/
|
|
1292
|
+
"header": string;
|
|
1293
|
+
/**
|
|
1294
|
+
* Open change event
|
|
1295
|
+
*/
|
|
1296
|
+
"onIsOpen"?: (event: PAccordionCustomEvent<boolean>) => void;
|
|
1297
|
+
/**
|
|
1298
|
+
* Wether the accordion is open
|
|
1299
|
+
*/
|
|
1300
|
+
"open"?: boolean;
|
|
1301
|
+
/**
|
|
1302
|
+
* Wether the accordion can be opened
|
|
1303
|
+
*/
|
|
1304
|
+
"openable"?: boolean;
|
|
1305
|
+
}
|
|
313
1306
|
interface PAvatar {
|
|
314
1307
|
/**
|
|
315
|
-
* The default image to show on errors
|
|
1308
|
+
* The default image to show on errors
|
|
1309
|
+
*/
|
|
1310
|
+
"defaultImage"?: string;
|
|
1311
|
+
/**
|
|
1312
|
+
* The size of the avatar
|
|
1313
|
+
*/
|
|
1314
|
+
"size"?: 'small' | 'medium' | 'large' | 'xlarge';
|
|
1315
|
+
/**
|
|
1316
|
+
* The image used for the avatar
|
|
1317
|
+
*/
|
|
1318
|
+
"src": string;
|
|
1319
|
+
/**
|
|
1320
|
+
* The variant of the avatar
|
|
1321
|
+
*/
|
|
1322
|
+
"variant"?: 'user' | 'company';
|
|
1323
|
+
}
|
|
1324
|
+
interface PAvatarGroup {
|
|
1325
|
+
/**
|
|
1326
|
+
* The amount to show after the avatars
|
|
1327
|
+
*/
|
|
1328
|
+
"extra"?: number;
|
|
1329
|
+
}
|
|
1330
|
+
interface PButton {
|
|
1331
|
+
/**
|
|
1332
|
+
* Wether to show a chevron or not
|
|
1333
|
+
*/
|
|
1334
|
+
"chevron"?: boolean | 'up' | 'down';
|
|
1335
|
+
/**
|
|
1336
|
+
* Chevron position
|
|
1337
|
+
*/
|
|
1338
|
+
"chevronPosition"?: 'start' | 'end';
|
|
1339
|
+
/**
|
|
1340
|
+
* Wether the button is disabled
|
|
1341
|
+
*/
|
|
1342
|
+
"disabled"?: boolean;
|
|
1343
|
+
/**
|
|
1344
|
+
* Href in case of "text" version
|
|
1345
|
+
*/
|
|
1346
|
+
"href"?: string;
|
|
1347
|
+
/**
|
|
1348
|
+
* Icon to show on the button
|
|
1349
|
+
*/
|
|
1350
|
+
"icon"?: IconVariant;
|
|
1351
|
+
/**
|
|
1352
|
+
* Icon flip
|
|
1353
|
+
*/
|
|
1354
|
+
"iconFlip"?: IconFlipOptions;
|
|
1355
|
+
/**
|
|
1356
|
+
* Wether the button is icon only
|
|
1357
|
+
*/
|
|
1358
|
+
"iconOnly"?: boolean;
|
|
1359
|
+
/**
|
|
1360
|
+
* Icon position
|
|
1361
|
+
*/
|
|
1362
|
+
"iconPosition"?: 'start' | 'end';
|
|
1363
|
+
/**
|
|
1364
|
+
* Icon rotate
|
|
1365
|
+
*/
|
|
1366
|
+
"iconRotate"?: RotateOptions;
|
|
1367
|
+
/**
|
|
1368
|
+
* Wether the button should inherit text styles
|
|
1369
|
+
*/
|
|
1370
|
+
"inheritText"?: boolean;
|
|
1371
|
+
/**
|
|
1372
|
+
* Wether to show a loader or not
|
|
1373
|
+
*/
|
|
1374
|
+
"loading"?: boolean;
|
|
1375
|
+
/**
|
|
1376
|
+
* Button click event
|
|
1377
|
+
*/
|
|
1378
|
+
"onOnClick"?: (event: PButtonCustomEvent<MouseEvent>) => void;
|
|
1379
|
+
/**
|
|
1380
|
+
* The size of the button
|
|
1381
|
+
*/
|
|
1382
|
+
"size"?: 'small' | 'medium';
|
|
1383
|
+
/**
|
|
1384
|
+
* Target in case of "text" version
|
|
1385
|
+
*/
|
|
1386
|
+
"target"?: string;
|
|
1387
|
+
/**
|
|
1388
|
+
* The variant of the button
|
|
1389
|
+
*/
|
|
1390
|
+
"variant"?: 'primary' | 'secondary' | 'text';
|
|
1391
|
+
/**
|
|
1392
|
+
* The width of the button
|
|
1393
|
+
*/
|
|
1394
|
+
"width"?: 'auto' | 'full';
|
|
1395
|
+
}
|
|
1396
|
+
interface PCardBody {
|
|
1397
|
+
/**
|
|
1398
|
+
* Wether the button should inherit text styles
|
|
1399
|
+
*/
|
|
1400
|
+
"inheritText"?: boolean;
|
|
1401
|
+
}
|
|
1402
|
+
interface PCardContainer {
|
|
1403
|
+
/**
|
|
1404
|
+
* Wether the card should be hoverable
|
|
1405
|
+
*/
|
|
1406
|
+
"hoverable"?: boolean;
|
|
1407
|
+
/**
|
|
1408
|
+
* Wether the card should have shadow
|
|
1409
|
+
*/
|
|
1410
|
+
"shadow"?: boolean;
|
|
1411
|
+
}
|
|
1412
|
+
interface PCardHeader {
|
|
1413
|
+
/**
|
|
1414
|
+
* Enable the title arrow
|
|
1415
|
+
*/
|
|
1416
|
+
"arrow"?: boolean;
|
|
1417
|
+
/**
|
|
1418
|
+
* Content of the card header
|
|
1419
|
+
*/
|
|
1420
|
+
"header"?: string;
|
|
1421
|
+
}
|
|
1422
|
+
interface PContentSlider {
|
|
1423
|
+
/**
|
|
1424
|
+
* Wether to disable auto centering the content
|
|
1425
|
+
*/
|
|
1426
|
+
"disableAutoCenter"?: boolean;
|
|
1427
|
+
/**
|
|
1428
|
+
* Wether to disable dragging the content
|
|
1429
|
+
*/
|
|
1430
|
+
"disableDrag"?: boolean;
|
|
1431
|
+
/**
|
|
1432
|
+
* Wether to disable clicking the indicator scrolls content
|
|
1433
|
+
*/
|
|
1434
|
+
"disableIndicatorClick"?: boolean;
|
|
1435
|
+
/**
|
|
1436
|
+
* Wether to hide the indicator on mobile
|
|
1437
|
+
*/
|
|
1438
|
+
"hideMobileIndicator"?: boolean;
|
|
1439
|
+
}
|
|
1440
|
+
interface PCounter {
|
|
1441
|
+
/**
|
|
1442
|
+
* The size of the counter
|
|
1443
|
+
*/
|
|
1444
|
+
"size"?: 'default' | 'mini';
|
|
1445
|
+
/**
|
|
1446
|
+
* The variant of the counter
|
|
1447
|
+
*/
|
|
1448
|
+
"variant"?: 'info' | 'negative' | 'positive' | 'unbiased';
|
|
1449
|
+
}
|
|
1450
|
+
interface PDivider {
|
|
1451
|
+
}
|
|
1452
|
+
interface PDropdown {
|
|
1453
|
+
/**
|
|
1454
|
+
* Chevron direction
|
|
1455
|
+
*/
|
|
1456
|
+
"chevronDirection"?: 'up' | 'down';
|
|
1457
|
+
/**
|
|
1458
|
+
* Chevron position
|
|
1459
|
+
*/
|
|
1460
|
+
"chevronPosition"?: 'start' | 'end';
|
|
1461
|
+
/**
|
|
1462
|
+
* Wether to automatically close the dropdown menu after clicking inside
|
|
1463
|
+
*/
|
|
1464
|
+
"disableTriggerClick"?: boolean;
|
|
1465
|
+
/**
|
|
1466
|
+
* Wether to automatically close the dropdown menu after clicking inside
|
|
1467
|
+
*/
|
|
1468
|
+
"insideClick"?: boolean;
|
|
1469
|
+
/**
|
|
1470
|
+
* Open change event
|
|
1471
|
+
*/
|
|
1472
|
+
"onIsOpen"?: (event: PDropdownCustomEvent<boolean>) => void;
|
|
1473
|
+
/**
|
|
1474
|
+
* The content of the dropdown menu
|
|
1475
|
+
*/
|
|
1476
|
+
"placement"?: Placement;
|
|
1477
|
+
/**
|
|
1478
|
+
* Wether to show the dropdown menu
|
|
1479
|
+
*/
|
|
1480
|
+
"show"?: boolean;
|
|
1481
|
+
/**
|
|
1482
|
+
* The strategy of the popover placement
|
|
1483
|
+
*/
|
|
1484
|
+
"strategy"?: PositioningStrategy;
|
|
1485
|
+
}
|
|
1486
|
+
interface PDropdownMenuContainer {
|
|
1487
|
+
}
|
|
1488
|
+
interface PDropdownMenuItem {
|
|
1489
|
+
/**
|
|
1490
|
+
* Wether the dropdown menu item is active
|
|
1491
|
+
*/
|
|
1492
|
+
"active"?: boolean;
|
|
1493
|
+
/**
|
|
1494
|
+
* Icon of the navigation item
|
|
1495
|
+
*/
|
|
1496
|
+
"icon"?: IconVariant;
|
|
1497
|
+
}
|
|
1498
|
+
interface PHelper {
|
|
1499
|
+
/**
|
|
1500
|
+
* The placement of the helper popover
|
|
1501
|
+
*/
|
|
1502
|
+
"placement"?: Placement;
|
|
1503
|
+
}
|
|
1504
|
+
interface PIcon {
|
|
1505
|
+
/**
|
|
1506
|
+
* Wether to flip the icon horizontally or vertically
|
|
1507
|
+
*/
|
|
1508
|
+
"flip"?: IconFlipOptions;
|
|
1509
|
+
/**
|
|
1510
|
+
* Wether to rotate the icon x degrees
|
|
1511
|
+
*/
|
|
1512
|
+
"rotate"?: RotateOptions;
|
|
1513
|
+
/**
|
|
1514
|
+
* The size of the icon, using tailwind sizes
|
|
1515
|
+
*/
|
|
1516
|
+
"size"?: TextSizeOptions;
|
|
1517
|
+
/**
|
|
1518
|
+
* The icon the be displayed
|
|
1519
|
+
*/
|
|
1520
|
+
"variant": IconVariant;
|
|
1521
|
+
}
|
|
1522
|
+
interface PIllustration {
|
|
1523
|
+
/**
|
|
1524
|
+
* The icon the be displayed
|
|
1525
|
+
*/
|
|
1526
|
+
"variant": IllustrationVariant;
|
|
1527
|
+
}
|
|
1528
|
+
interface PInfoPanel {
|
|
1529
|
+
/**
|
|
1530
|
+
* Wether the panel can be closed
|
|
1531
|
+
*/
|
|
1532
|
+
"closeable"?: boolean;
|
|
1533
|
+
/**
|
|
1534
|
+
* The content of the info panel
|
|
1535
|
+
*/
|
|
1536
|
+
"content"?: string;
|
|
1537
|
+
/**
|
|
1538
|
+
* The header of the info panel
|
|
1539
|
+
*/
|
|
1540
|
+
"header"?: string;
|
|
1541
|
+
/**
|
|
1542
|
+
* The variant of the info panel
|
|
1543
|
+
*/
|
|
1544
|
+
"variant"?: 'info' | 'negative' | 'positive' | 'unbiased';
|
|
1545
|
+
}
|
|
1546
|
+
interface PInputGroup {
|
|
1547
|
+
/**
|
|
1548
|
+
* Wether the input group is disabled
|
|
1549
|
+
*/
|
|
1550
|
+
"disabled"?: boolean;
|
|
1551
|
+
/**
|
|
1552
|
+
* The helper of the input group
|
|
1553
|
+
*/
|
|
1554
|
+
"error"?: string;
|
|
1555
|
+
/**
|
|
1556
|
+
* Wether the input group is focused
|
|
1557
|
+
*/
|
|
1558
|
+
"focused"?: boolean;
|
|
1559
|
+
/**
|
|
1560
|
+
* The helper of the input group
|
|
1561
|
+
*/
|
|
1562
|
+
"helper"?: string;
|
|
1563
|
+
/**
|
|
1564
|
+
* Icon of the navigation item
|
|
1565
|
+
*/
|
|
1566
|
+
"icon"?: IconVariant;
|
|
1567
|
+
/**
|
|
1568
|
+
* Icon flip
|
|
1569
|
+
*/
|
|
1570
|
+
"iconFlip"?: IconFlipOptions;
|
|
1571
|
+
/**
|
|
1572
|
+
* Icon rotate
|
|
1573
|
+
*/
|
|
1574
|
+
"iconRotate"?: RotateOptions;
|
|
1575
|
+
/**
|
|
1576
|
+
* The label of the input group
|
|
1577
|
+
*/
|
|
1578
|
+
"label"?: string;
|
|
1579
|
+
/**
|
|
1580
|
+
* The prefix of the input group
|
|
1581
|
+
*/
|
|
1582
|
+
"prefix"?: string;
|
|
1583
|
+
/**
|
|
1584
|
+
* The size of the input group
|
|
1585
|
+
*/
|
|
1586
|
+
"size"?: 'small' | 'medium';
|
|
1587
|
+
/**
|
|
1588
|
+
* The suffix of the input group
|
|
1589
|
+
*/
|
|
1590
|
+
"suffix"?: string;
|
|
1591
|
+
}
|
|
1592
|
+
interface PLayout {
|
|
1593
|
+
/**
|
|
1594
|
+
* Variant of the layout
|
|
1595
|
+
*/
|
|
1596
|
+
"variant"?: 'default' | 'login';
|
|
1597
|
+
}
|
|
1598
|
+
interface PLoader {
|
|
1599
|
+
/**
|
|
1600
|
+
* Color of the loader
|
|
1601
|
+
*/
|
|
1602
|
+
"color"?: 'indigo' | 'white' | 'storm';
|
|
1603
|
+
/**
|
|
1604
|
+
* !NOT IMPLEMENTED! Modal description for modal variant
|
|
1605
|
+
*/
|
|
1606
|
+
"modalDescription"?: string;
|
|
1607
|
+
/**
|
|
1608
|
+
* !NOT IMPLEMENTED! Modal title for modal variant
|
|
1609
|
+
*/
|
|
1610
|
+
"modalTitle"?: string;
|
|
1611
|
+
/**
|
|
1612
|
+
* Wether to show or hide the loader
|
|
1613
|
+
*/
|
|
1614
|
+
"show"?: boolean | Observable<boolean>;
|
|
1615
|
+
/**
|
|
1616
|
+
* Variant of loader
|
|
1617
|
+
*/
|
|
1618
|
+
"variant"?: | 'inline'
|
|
1619
|
+
| 'full-width'
|
|
1620
|
+
| 'full-screen'
|
|
1621
|
+
| 'modal'
|
|
1622
|
+
| 'ghost';
|
|
1623
|
+
}
|
|
1624
|
+
interface PModal {
|
|
1625
|
+
/**
|
|
1626
|
+
* The Header of the modal
|
|
1627
|
+
*/
|
|
1628
|
+
"header"?: string;
|
|
1629
|
+
/**
|
|
1630
|
+
* Close click event
|
|
1631
|
+
*/
|
|
1632
|
+
"onClose"?: (event: PModalCustomEvent<MouseEvent>) => void;
|
|
1633
|
+
/**
|
|
1634
|
+
* Wether to show the modal or not
|
|
1635
|
+
*/
|
|
1636
|
+
"show"?: boolean;
|
|
1637
|
+
/**
|
|
1638
|
+
* Wether to show the close on mobile in the header
|
|
1639
|
+
*/
|
|
1640
|
+
"showMobileClose"?: boolean;
|
|
1641
|
+
/**
|
|
1642
|
+
* Wether to show the footer on mobile
|
|
1643
|
+
*/
|
|
1644
|
+
"showMobileFooter"?: boolean;
|
|
1645
|
+
/**
|
|
1646
|
+
* The size of the modal container
|
|
1647
|
+
*/
|
|
1648
|
+
"size"?: 'sm' | 'md' | 'lg' | 'xl';
|
|
1649
|
+
/**
|
|
1650
|
+
* The variant of the modal body
|
|
1651
|
+
*/
|
|
1652
|
+
"variant"?: 'default' | 'table';
|
|
1653
|
+
}
|
|
1654
|
+
interface PModalBackdrop {
|
|
1655
|
+
}
|
|
1656
|
+
interface PModalBody {
|
|
1657
|
+
/**
|
|
1658
|
+
* The variant of the modal body
|
|
1659
|
+
*/
|
|
1660
|
+
"variant"?: 'default' | 'table';
|
|
1661
|
+
}
|
|
1662
|
+
interface PModalContainer {
|
|
1663
|
+
/**
|
|
1664
|
+
* The size of the modal container
|
|
1665
|
+
*/
|
|
1666
|
+
"size"?: 'sm' | 'md' | 'lg' | 'xl';
|
|
1667
|
+
}
|
|
1668
|
+
interface PModalFooter {
|
|
1669
|
+
/**
|
|
1670
|
+
* Wether to show the footer on mobile
|
|
1671
|
+
*/
|
|
1672
|
+
"hideOnMobile"?: boolean;
|
|
1673
|
+
}
|
|
1674
|
+
interface PModalHeader {
|
|
1675
|
+
/**
|
|
1676
|
+
* Close click event
|
|
1677
|
+
*/
|
|
1678
|
+
"onClose"?: (event: PModalHeaderCustomEvent<MouseEvent>) => void;
|
|
1679
|
+
/**
|
|
1680
|
+
* Wether to show the close button on mobile
|
|
1681
|
+
*/
|
|
1682
|
+
"showMobileClose"?: boolean;
|
|
1683
|
+
}
|
|
1684
|
+
interface PNavbar {
|
|
1685
|
+
/**
|
|
1686
|
+
* The text to display for the close button
|
|
1687
|
+
*/
|
|
1688
|
+
"closeText"?: string;
|
|
1689
|
+
/**
|
|
1690
|
+
* The text to display for the menu button & sidebar title
|
|
1691
|
+
*/
|
|
1692
|
+
"menuText"?: string;
|
|
1693
|
+
}
|
|
1694
|
+
interface PNavigationItem {
|
|
1695
|
+
/**
|
|
1696
|
+
* Wether the navigation item is active
|
|
1697
|
+
*/
|
|
1698
|
+
"active"?: boolean;
|
|
1699
|
+
/**
|
|
1700
|
+
* Icon of the navigation item
|
|
1701
|
+
*/
|
|
1702
|
+
"counter"?: number | string;
|
|
1703
|
+
/**
|
|
1704
|
+
* The href of the navigation item
|
|
1705
|
+
*/
|
|
1706
|
+
"href"?: string;
|
|
1707
|
+
/**
|
|
1708
|
+
* Icon of the navigation item
|
|
1709
|
+
*/
|
|
1710
|
+
"icon"?: IconVariant;
|
|
1711
|
+
/**
|
|
1712
|
+
* The target of the navigation item
|
|
1713
|
+
*/
|
|
1714
|
+
"target"?: string;
|
|
1715
|
+
}
|
|
1716
|
+
interface PPageSizeSelect {
|
|
1717
|
+
/**
|
|
1718
|
+
* The size of the button
|
|
1719
|
+
*/
|
|
1720
|
+
"buttonSize"?: 'small' | 'medium';
|
|
1721
|
+
/**
|
|
1722
|
+
* The template for the data view
|
|
1723
|
+
*/
|
|
1724
|
+
"buttonTemplate"?: templateFunc;
|
|
1725
|
+
/**
|
|
1726
|
+
* Chevron position
|
|
1727
|
+
*/
|
|
1728
|
+
"chevronPosition"?: 'start' | 'end';
|
|
1729
|
+
/**
|
|
1730
|
+
* Wether to hide when there is only 1 page available
|
|
1731
|
+
*/
|
|
1732
|
+
"hidden"?: boolean;
|
|
1733
|
+
/**
|
|
1734
|
+
* The template for the data view
|
|
1735
|
+
*/
|
|
1736
|
+
"itemTemplate"?: templateFunc;
|
|
1737
|
+
/**
|
|
1738
|
+
* Event whenever the size changes
|
|
1739
|
+
*/
|
|
1740
|
+
"onSizeChange"?: (event: PPageSizeSelectCustomEvent<number>) => void;
|
|
1741
|
+
/**
|
|
1742
|
+
* The current page
|
|
1743
|
+
*/
|
|
1744
|
+
"size"?: number;
|
|
1745
|
+
/**
|
|
1746
|
+
* The available sizes
|
|
1747
|
+
*/
|
|
1748
|
+
"sizeOptions"?: number[];
|
|
1749
|
+
}
|
|
1750
|
+
interface PPagination {
|
|
1751
|
+
/**
|
|
1752
|
+
* Wether to hide when there is only 1 page available
|
|
1753
|
+
*/
|
|
1754
|
+
"hideOnSinglePage"?: boolean;
|
|
1755
|
+
/**
|
|
1756
|
+
* Event whenever the page changes
|
|
316
1757
|
*/
|
|
317
|
-
"
|
|
1758
|
+
"onPageChange"?: (event: PPaginationCustomEvent<number>) => void;
|
|
318
1759
|
/**
|
|
319
|
-
* The
|
|
1760
|
+
* The current page
|
|
320
1761
|
*/
|
|
321
|
-
"
|
|
1762
|
+
"page"?: number;
|
|
322
1763
|
/**
|
|
323
|
-
* The
|
|
1764
|
+
* The amount of items per page
|
|
324
1765
|
*/
|
|
325
|
-
"
|
|
1766
|
+
"pageSize"?: number;
|
|
326
1767
|
/**
|
|
327
|
-
* The
|
|
1768
|
+
* The total amount of items
|
|
328
1769
|
*/
|
|
329
|
-
"
|
|
1770
|
+
"total": number;
|
|
330
1771
|
}
|
|
331
|
-
interface
|
|
1772
|
+
interface PPaginationItem {
|
|
332
1773
|
/**
|
|
333
|
-
* Wether the
|
|
1774
|
+
* Wether the pagination item is active
|
|
334
1775
|
*/
|
|
335
|
-
"
|
|
1776
|
+
"active"?: boolean;
|
|
1777
|
+
}
|
|
1778
|
+
interface PProfile {
|
|
336
1779
|
/**
|
|
337
|
-
*
|
|
1780
|
+
* The size of the profile avatar
|
|
338
1781
|
*/
|
|
339
|
-
"
|
|
1782
|
+
"size"?: 'small' | 'medium' | 'large';
|
|
340
1783
|
/**
|
|
341
|
-
*
|
|
1784
|
+
* The variant of the profile
|
|
1785
|
+
*/
|
|
1786
|
+
"variant"?: 'company' | 'user';
|
|
1787
|
+
}
|
|
1788
|
+
interface PSegmentContainer {
|
|
1789
|
+
}
|
|
1790
|
+
interface PSegmentItem {
|
|
1791
|
+
/**
|
|
1792
|
+
* Wether the segment item is active
|
|
1793
|
+
*/
|
|
1794
|
+
"active"?: boolean;
|
|
1795
|
+
/**
|
|
1796
|
+
* Icon to show on the segment item
|
|
342
1797
|
*/
|
|
343
1798
|
"icon"?: IconVariant;
|
|
344
1799
|
/**
|
|
@@ -346,128 +1801,325 @@ declare namespace LocalJSX {
|
|
|
346
1801
|
*/
|
|
347
1802
|
"iconFlip"?: IconFlipOptions;
|
|
348
1803
|
/**
|
|
349
|
-
* Icon
|
|
1804
|
+
* Icon rotate
|
|
350
1805
|
*/
|
|
351
|
-
"
|
|
1806
|
+
"iconRotate"?: RotateOptions;
|
|
1807
|
+
}
|
|
1808
|
+
interface PSliderIndicator {
|
|
1809
|
+
/**
|
|
1810
|
+
* Wether the slider indicator is active
|
|
1811
|
+
*/
|
|
1812
|
+
"active"?: boolean;
|
|
1813
|
+
}
|
|
1814
|
+
interface PStatus {
|
|
1815
|
+
/**
|
|
1816
|
+
* Icon to show on the status
|
|
1817
|
+
*/
|
|
1818
|
+
"icon"?: IconVariant;
|
|
1819
|
+
/**
|
|
1820
|
+
* Icon flip
|
|
1821
|
+
*/
|
|
1822
|
+
"iconFlip"?: IconFlipOptions;
|
|
352
1823
|
/**
|
|
353
1824
|
* Icon rotate
|
|
354
1825
|
*/
|
|
355
|
-
"iconRotate"?:
|
|
1826
|
+
"iconRotate"?: RotateOptions;
|
|
356
1827
|
/**
|
|
357
|
-
*
|
|
1828
|
+
* The variant of the status
|
|
358
1829
|
*/
|
|
359
|
-
"
|
|
1830
|
+
"variant"?: 'default' | 'positive' | 'unbiased' | 'negative';
|
|
1831
|
+
}
|
|
1832
|
+
interface PStepper {
|
|
360
1833
|
/**
|
|
361
|
-
*
|
|
1834
|
+
* The currently active step
|
|
362
1835
|
*/
|
|
363
|
-
"
|
|
1836
|
+
"activeStep"?: number;
|
|
364
1837
|
/**
|
|
365
|
-
* The
|
|
1838
|
+
* The direction of the stepper
|
|
366
1839
|
*/
|
|
367
|
-
"
|
|
1840
|
+
"direction"?: 'horizontal' | 'vertical';
|
|
1841
|
+
}
|
|
1842
|
+
interface PStepperItem {
|
|
368
1843
|
/**
|
|
369
|
-
*
|
|
1844
|
+
* Wether the step is active
|
|
370
1845
|
*/
|
|
371
|
-
"
|
|
1846
|
+
"active"?: boolean;
|
|
372
1847
|
/**
|
|
373
|
-
* The
|
|
1848
|
+
* The alignment of the step content
|
|
374
1849
|
*/
|
|
375
|
-
"
|
|
1850
|
+
"align"?: 'start' | 'center' | 'end';
|
|
1851
|
+
/**
|
|
1852
|
+
* The direction of the stepper step
|
|
1853
|
+
*/
|
|
1854
|
+
"direction"?: 'horizontal' | 'vertical';
|
|
1855
|
+
/**
|
|
1856
|
+
* Wether the step is finished
|
|
1857
|
+
*/
|
|
1858
|
+
"finished"?: boolean;
|
|
376
1859
|
}
|
|
377
|
-
interface
|
|
1860
|
+
interface PStepperLine {
|
|
1861
|
+
/**
|
|
1862
|
+
* Wether the line is active
|
|
1863
|
+
*/
|
|
1864
|
+
"active"?: boolean;
|
|
1865
|
+
/**
|
|
1866
|
+
* The direction of the stepper line
|
|
1867
|
+
*/
|
|
1868
|
+
"direction"?: 'horizontal' | 'vertical';
|
|
378
1869
|
}
|
|
379
|
-
interface
|
|
1870
|
+
interface PTabGroup {
|
|
380
1871
|
}
|
|
381
|
-
interface
|
|
1872
|
+
interface PTabItem {
|
|
1873
|
+
/**
|
|
1874
|
+
* Wether the tab item is active
|
|
1875
|
+
*/
|
|
1876
|
+
"active"?: boolean;
|
|
382
1877
|
}
|
|
383
|
-
interface
|
|
1878
|
+
interface PTable {
|
|
384
1879
|
/**
|
|
385
|
-
*
|
|
1880
|
+
* Active quick filter identifier
|
|
386
1881
|
*/
|
|
387
|
-
"
|
|
1882
|
+
"activeQuickFilterIdentifier"?: string;
|
|
388
1883
|
/**
|
|
389
|
-
*
|
|
1884
|
+
* The amount of loading rows to show
|
|
390
1885
|
*/
|
|
391
|
-
"
|
|
1886
|
+
"amountOfLoadingRows"?: number;
|
|
392
1887
|
/**
|
|
393
|
-
*
|
|
1888
|
+
* A key to determine if a row can be selected
|
|
394
1889
|
*/
|
|
395
|
-
"
|
|
1890
|
+
"canSelectKey"?: string;
|
|
396
1891
|
/**
|
|
397
|
-
* The
|
|
1892
|
+
* The template for the edit button text
|
|
398
1893
|
*/
|
|
399
|
-
"
|
|
400
|
-
}
|
|
401
|
-
interface PIllustration {
|
|
1894
|
+
"editButtonTemplate"?: templateFunc1;
|
|
402
1895
|
/**
|
|
403
|
-
*
|
|
1896
|
+
* Wether to show the edit button
|
|
404
1897
|
*/
|
|
405
|
-
"
|
|
406
|
-
}
|
|
407
|
-
interface PInfoPanel {
|
|
1898
|
+
"enableEdit"?: boolean;
|
|
408
1899
|
/**
|
|
409
|
-
* Wether
|
|
1900
|
+
* Wether to enable export
|
|
410
1901
|
*/
|
|
411
|
-
"
|
|
1902
|
+
"enableExport"?: boolean;
|
|
412
1903
|
/**
|
|
413
|
-
*
|
|
1904
|
+
* Wether to show the filter button
|
|
414
1905
|
*/
|
|
415
|
-
"
|
|
1906
|
+
"enableFilter"?: boolean;
|
|
416
1907
|
/**
|
|
417
|
-
*
|
|
1908
|
+
* Wether to enable page size select
|
|
418
1909
|
*/
|
|
419
|
-
"
|
|
1910
|
+
"enablePageSize"?: boolean;
|
|
420
1911
|
/**
|
|
421
|
-
*
|
|
1912
|
+
* Wether to enable pagination
|
|
422
1913
|
*/
|
|
423
|
-
"
|
|
1914
|
+
"enablePagination"?: boolean;
|
|
1915
|
+
/**
|
|
1916
|
+
* Wether to enable row clicking
|
|
1917
|
+
*/
|
|
1918
|
+
"enableRowClick"?: boolean;
|
|
1919
|
+
/**
|
|
1920
|
+
* Wether to enable selection
|
|
1921
|
+
*/
|
|
1922
|
+
"enableRowSelection"?: boolean;
|
|
1923
|
+
/**
|
|
1924
|
+
* Wether to show the search input
|
|
1925
|
+
*/
|
|
1926
|
+
"enableSearch"?: boolean;
|
|
1927
|
+
/**
|
|
1928
|
+
* The template for the filter button text
|
|
1929
|
+
*/
|
|
1930
|
+
"filterButtonTemplate"?: templateFunc1;
|
|
1931
|
+
/**
|
|
1932
|
+
* Wether to hide when there is only 1 page available
|
|
1933
|
+
*/
|
|
1934
|
+
"hideOnSinglePage"?: boolean;
|
|
1935
|
+
/**
|
|
1936
|
+
* The items to be fed to the table
|
|
1937
|
+
*/
|
|
1938
|
+
"items"?: string;
|
|
1939
|
+
/**
|
|
1940
|
+
* Wether data is loading
|
|
1941
|
+
*/
|
|
1942
|
+
"loading"?: boolean;
|
|
1943
|
+
/**
|
|
1944
|
+
* Event when the edit button is clicked
|
|
1945
|
+
*/
|
|
1946
|
+
"onEdit"?: (event: PTableCustomEvent<null>) => void;
|
|
1947
|
+
/**
|
|
1948
|
+
* Event whenever the page changes
|
|
1949
|
+
*/
|
|
1950
|
+
"onExport"?: (event: PTableCustomEvent<number>) => void;
|
|
1951
|
+
/**
|
|
1952
|
+
* Event when the filter button is clicked
|
|
1953
|
+
*/
|
|
1954
|
+
"onFilter"?: (event: PTableCustomEvent<null>) => void;
|
|
1955
|
+
/**
|
|
1956
|
+
* Event when the table has rendered
|
|
1957
|
+
*/
|
|
1958
|
+
"onHasRendered"?: (event: PTableCustomEvent<number>) => void;
|
|
1959
|
+
/**
|
|
1960
|
+
* Event whenever the page changes
|
|
1961
|
+
*/
|
|
1962
|
+
"onPageChange"?: (event: PTableCustomEvent<number>) => void;
|
|
1963
|
+
/**
|
|
1964
|
+
* Event whenever the page changes
|
|
1965
|
+
*/
|
|
1966
|
+
"onPageSizeChange"?: (event: PTableCustomEvent<number>) => void;
|
|
1967
|
+
/**
|
|
1968
|
+
* Event when the query changes
|
|
1969
|
+
*/
|
|
1970
|
+
"onQueryChange"?: (event: PTableCustomEvent<string>) => void;
|
|
1971
|
+
/**
|
|
1972
|
+
* Event when one of the quick filters is clicked
|
|
1973
|
+
*/
|
|
1974
|
+
"onQuickFilter"?: (event: PTableCustomEvent<QuickFilter>) => void;
|
|
1975
|
+
/**
|
|
1976
|
+
* Event whenever a row is clicked
|
|
1977
|
+
*/
|
|
1978
|
+
"onRowClick"?: (event: PTableCustomEvent<RowClickEvent>) => void;
|
|
1979
|
+
/**
|
|
1980
|
+
* Event whenever a row is deselected
|
|
1981
|
+
*/
|
|
1982
|
+
"onRowDeselected"?: (event: PTableCustomEvent<any>) => void;
|
|
1983
|
+
/**
|
|
1984
|
+
* Event whenever a row is selected
|
|
1985
|
+
*/
|
|
1986
|
+
"onRowSelected"?: (event: PTableCustomEvent<any>) => void;
|
|
1987
|
+
/**
|
|
1988
|
+
* Event whenever the current selection changes
|
|
1989
|
+
*/
|
|
1990
|
+
"onSelectedRowsChange"?: (event: PTableCustomEvent<any>) => void;
|
|
1991
|
+
/**
|
|
1992
|
+
* The current page
|
|
1993
|
+
*/
|
|
1994
|
+
"page"?: number;
|
|
1995
|
+
/**
|
|
1996
|
+
* The amount of items per page
|
|
1997
|
+
*/
|
|
1998
|
+
"pageSize"?: number;
|
|
1999
|
+
/**
|
|
2000
|
+
* The options for the page size
|
|
2001
|
+
*/
|
|
2002
|
+
"pageSizeOptions"?: number[];
|
|
2003
|
+
/**
|
|
2004
|
+
* The query to show in the search bar
|
|
2005
|
+
*/
|
|
2006
|
+
"query"?: string;
|
|
2007
|
+
/**
|
|
2008
|
+
* Quick filters to show
|
|
2009
|
+
*/
|
|
2010
|
+
"quickFilters"?: QuickFilter[];
|
|
2011
|
+
/**
|
|
2012
|
+
* The amount of filters being selected
|
|
2013
|
+
*/
|
|
2014
|
+
"selectedFiltersAmount"?: number;
|
|
2015
|
+
/**
|
|
2016
|
+
* The current selection of items
|
|
2017
|
+
*/
|
|
2018
|
+
"selectedRows"?: any[];
|
|
2019
|
+
/**
|
|
2020
|
+
* The key to determine if a row is selected
|
|
2021
|
+
*/
|
|
2022
|
+
"selectionKey"?: string;
|
|
2023
|
+
/**
|
|
2024
|
+
* The total amount of items
|
|
2025
|
+
*/
|
|
2026
|
+
"total": number;
|
|
424
2027
|
}
|
|
425
|
-
interface
|
|
2028
|
+
interface PTableColumn {
|
|
426
2029
|
/**
|
|
427
|
-
*
|
|
2030
|
+
* The checkbox to show
|
|
428
2031
|
*/
|
|
429
|
-
"
|
|
2032
|
+
"checkbox"?: any;
|
|
430
2033
|
/**
|
|
431
|
-
*
|
|
2034
|
+
* The definition of the table column
|
|
432
2035
|
*/
|
|
433
|
-
"
|
|
2036
|
+
"definition"?: TableDefinition;
|
|
434
2037
|
/**
|
|
435
|
-
*
|
|
2038
|
+
* The index of the column
|
|
436
2039
|
*/
|
|
437
|
-
"
|
|
2040
|
+
"index"?: number;
|
|
438
2041
|
/**
|
|
439
|
-
*
|
|
2042
|
+
* The item in question
|
|
440
2043
|
*/
|
|
441
|
-
"
|
|
2044
|
+
"item"?: any;
|
|
442
2045
|
/**
|
|
443
|
-
*
|
|
2046
|
+
* The index of the row
|
|
2047
|
+
*/
|
|
2048
|
+
"rowIndex"?: number;
|
|
2049
|
+
/**
|
|
2050
|
+
* The template to show
|
|
2051
|
+
*/
|
|
2052
|
+
"template"?: TableDefinitionTemplateFunc;
|
|
2053
|
+
/**
|
|
2054
|
+
* The value of the column
|
|
2055
|
+
*/
|
|
2056
|
+
"value"?: any;
|
|
2057
|
+
/**
|
|
2058
|
+
* The variant of the column
|
|
444
2059
|
*/
|
|
445
|
-
"variant"?: '
|
|
2060
|
+
"variant"?: 'default' | 'loading' | 'header';
|
|
446
2061
|
}
|
|
447
|
-
interface
|
|
2062
|
+
interface PTableContainer {
|
|
2063
|
+
}
|
|
2064
|
+
interface PTableDefinition {
|
|
448
2065
|
/**
|
|
449
|
-
*
|
|
2066
|
+
* The alignment of the column
|
|
450
2067
|
*/
|
|
451
|
-
"
|
|
2068
|
+
"align"?: 'start' | 'center' | 'end';
|
|
452
2069
|
/**
|
|
453
|
-
*
|
|
2070
|
+
* The name of the column
|
|
454
2071
|
*/
|
|
455
|
-
"
|
|
2072
|
+
"name"?: string;
|
|
456
2073
|
/**
|
|
457
|
-
*
|
|
2074
|
+
* Event to let the table know it has to re render
|
|
458
2075
|
*/
|
|
459
|
-
"
|
|
2076
|
+
"onTableDefinitionChanged"?: (event: PTableDefinitionCustomEvent<boolean>) => void;
|
|
460
2077
|
/**
|
|
461
|
-
*
|
|
2078
|
+
* The path of the value of the item you want to display
|
|
462
2079
|
*/
|
|
463
|
-
"
|
|
2080
|
+
"path"?: string;
|
|
464
2081
|
/**
|
|
465
|
-
* The
|
|
2082
|
+
* The sizes of the column
|
|
466
2083
|
*/
|
|
467
|
-
"
|
|
2084
|
+
"sizes"?: 'auto' | number | TableDefinitionSizes;
|
|
2085
|
+
/**
|
|
2086
|
+
* The type of the column
|
|
2087
|
+
*/
|
|
2088
|
+
"type"?: 'td' | 'th';
|
|
2089
|
+
/**
|
|
2090
|
+
* Wether the column should use the slot
|
|
2091
|
+
*/
|
|
2092
|
+
"useSlot"?: boolean;
|
|
468
2093
|
}
|
|
469
|
-
interface
|
|
470
|
-
|
|
2094
|
+
interface PTableFooter {
|
|
2095
|
+
/**
|
|
2096
|
+
* Wether to enable export
|
|
2097
|
+
*/
|
|
2098
|
+
"enableExport"?: boolean;
|
|
2099
|
+
/**
|
|
2100
|
+
* Wether to enable page size select
|
|
2101
|
+
*/
|
|
2102
|
+
"enablePageSize"?: boolean;
|
|
2103
|
+
/**
|
|
2104
|
+
* Wether to enable pagination
|
|
2105
|
+
*/
|
|
2106
|
+
"enablePagination"?: boolean;
|
|
2107
|
+
/**
|
|
2108
|
+
* Wether to hide when there is only 1 page available
|
|
2109
|
+
*/
|
|
2110
|
+
"hideOnSinglePage"?: boolean;
|
|
2111
|
+
/**
|
|
2112
|
+
* Event whenever the page changes
|
|
2113
|
+
*/
|
|
2114
|
+
"onExport"?: (event: PTableFooterCustomEvent<number>) => void;
|
|
2115
|
+
/**
|
|
2116
|
+
* Event whenever the page changes
|
|
2117
|
+
*/
|
|
2118
|
+
"onPageChange"?: (event: PTableFooterCustomEvent<number>) => void;
|
|
2119
|
+
/**
|
|
2120
|
+
* Event whenever the page changes
|
|
2121
|
+
*/
|
|
2122
|
+
"onPageSizeChange"?: (event: PTableFooterCustomEvent<number>) => void;
|
|
471
2123
|
/**
|
|
472
2124
|
* The current page
|
|
473
2125
|
*/
|
|
@@ -476,16 +2128,99 @@ declare namespace LocalJSX {
|
|
|
476
2128
|
* The amount of items per page
|
|
477
2129
|
*/
|
|
478
2130
|
"pageSize"?: number;
|
|
2131
|
+
/**
|
|
2132
|
+
* The options for the page size
|
|
2133
|
+
*/
|
|
2134
|
+
"pageSizeOptions"?: number[];
|
|
479
2135
|
/**
|
|
480
2136
|
* The total amount of items
|
|
481
2137
|
*/
|
|
482
2138
|
"total": number;
|
|
483
2139
|
}
|
|
484
|
-
interface
|
|
2140
|
+
interface PTableHeader {
|
|
485
2141
|
/**
|
|
486
|
-
*
|
|
2142
|
+
* Active quick filter identifier
|
|
487
2143
|
*/
|
|
488
|
-
"
|
|
2144
|
+
"activeQuickFilterIdentifier"?: string;
|
|
2145
|
+
/**
|
|
2146
|
+
* Wether to enable the edit button
|
|
2147
|
+
*/
|
|
2148
|
+
"canEdit"?: boolean;
|
|
2149
|
+
/**
|
|
2150
|
+
* The template for the edit button text
|
|
2151
|
+
*/
|
|
2152
|
+
"editButtonTemplate"?: buttonTemplateFunc;
|
|
2153
|
+
/**
|
|
2154
|
+
* Wether to show the edit button
|
|
2155
|
+
*/
|
|
2156
|
+
"enableEdit"?: boolean;
|
|
2157
|
+
/**
|
|
2158
|
+
* Wether to show the filter button
|
|
2159
|
+
*/
|
|
2160
|
+
"enableFilter"?: boolean;
|
|
2161
|
+
/**
|
|
2162
|
+
* Wether to show the search input
|
|
2163
|
+
*/
|
|
2164
|
+
"enableSearch"?: boolean;
|
|
2165
|
+
/**
|
|
2166
|
+
* The template for the filter button text
|
|
2167
|
+
*/
|
|
2168
|
+
"filterButtonTemplate"?: templateFunc;
|
|
2169
|
+
/**
|
|
2170
|
+
* The amount of items that are selected
|
|
2171
|
+
*/
|
|
2172
|
+
"itemsSelectedAmount"?: number;
|
|
2173
|
+
/**
|
|
2174
|
+
* Event when the edit button is clicked
|
|
2175
|
+
*/
|
|
2176
|
+
"onEdit"?: (event: PTableHeaderCustomEvent<null>) => void;
|
|
2177
|
+
/**
|
|
2178
|
+
* Event when the filter button is clicked
|
|
2179
|
+
*/
|
|
2180
|
+
"onFilter"?: (event: PTableHeaderCustomEvent<null>) => void;
|
|
2181
|
+
/**
|
|
2182
|
+
* Event when the query changes
|
|
2183
|
+
*/
|
|
2184
|
+
"onQueryChange"?: (event: PTableHeaderCustomEvent<string>) => void;
|
|
2185
|
+
/**
|
|
2186
|
+
* Event when one of the quick filters is clicked
|
|
2187
|
+
*/
|
|
2188
|
+
"onQuickFilter"?: (event: PTableHeaderCustomEvent<QuickFilter>) => void;
|
|
2189
|
+
/**
|
|
2190
|
+
* The query to show in the search bar
|
|
2191
|
+
*/
|
|
2192
|
+
"query"?: string;
|
|
2193
|
+
/**
|
|
2194
|
+
* Quick filters to show
|
|
2195
|
+
*/
|
|
2196
|
+
"quickFilters"?: QuickFilter[];
|
|
2197
|
+
/**
|
|
2198
|
+
* The amount of filters being selected
|
|
2199
|
+
*/
|
|
2200
|
+
"selectedFiltersAmount"?: number;
|
|
2201
|
+
}
|
|
2202
|
+
interface PTableRow {
|
|
2203
|
+
/**
|
|
2204
|
+
* Enable hover
|
|
2205
|
+
*/
|
|
2206
|
+
"enableHover"?: boolean;
|
|
2207
|
+
/**
|
|
2208
|
+
* Variant of the header
|
|
2209
|
+
*/
|
|
2210
|
+
"variant"?: 'default' | 'header';
|
|
2211
|
+
}
|
|
2212
|
+
interface PTag {
|
|
2213
|
+
/**
|
|
2214
|
+
* Wether to add the circle or not
|
|
2215
|
+
*/
|
|
2216
|
+
"circle"?: boolean;
|
|
2217
|
+
/**
|
|
2218
|
+
* Variant of the tag
|
|
2219
|
+
*/
|
|
2220
|
+
"variant"?: | 'positive'
|
|
2221
|
+
| 'unbiased'
|
|
2222
|
+
| 'negative'
|
|
2223
|
+
| 'info';
|
|
489
2224
|
}
|
|
490
2225
|
interface PTooltip {
|
|
491
2226
|
/**
|
|
@@ -493,7 +2228,11 @@ declare namespace LocalJSX {
|
|
|
493
2228
|
*/
|
|
494
2229
|
"canManuallyClose"?: boolean;
|
|
495
2230
|
/**
|
|
496
|
-
*
|
|
2231
|
+
* Open change event
|
|
2232
|
+
*/
|
|
2233
|
+
"onIsOpen"?: (event: PTooltipCustomEvent<boolean>) => void;
|
|
2234
|
+
/**
|
|
2235
|
+
* The placement of the popover
|
|
497
2236
|
*/
|
|
498
2237
|
"placement"?: Placement;
|
|
499
2238
|
/**
|
|
@@ -504,24 +2243,65 @@ declare namespace LocalJSX {
|
|
|
504
2243
|
* Wether to show the popover
|
|
505
2244
|
*/
|
|
506
2245
|
"show"?: boolean;
|
|
2246
|
+
/**
|
|
2247
|
+
* The strategy of the popover placement
|
|
2248
|
+
*/
|
|
2249
|
+
"strategy"?: PositioningStrategy;
|
|
507
2250
|
/**
|
|
508
2251
|
* The variant of the popover
|
|
509
2252
|
*/
|
|
510
|
-
"variant"?: 'hover' | 'click';
|
|
2253
|
+
"variant"?: 'hover' | 'click' | 'error';
|
|
511
2254
|
}
|
|
512
2255
|
interface IntrinsicElements {
|
|
2256
|
+
"p-accordion": PAccordion;
|
|
513
2257
|
"p-avatar": PAvatar;
|
|
2258
|
+
"p-avatar-group": PAvatarGroup;
|
|
514
2259
|
"p-button": PButton;
|
|
2260
|
+
"p-card-body": PCardBody;
|
|
2261
|
+
"p-card-container": PCardContainer;
|
|
2262
|
+
"p-card-header": PCardHeader;
|
|
2263
|
+
"p-content-slider": PContentSlider;
|
|
515
2264
|
"p-counter": PCounter;
|
|
516
2265
|
"p-divider": PDivider;
|
|
2266
|
+
"p-dropdown": PDropdown;
|
|
2267
|
+
"p-dropdown-menu-container": PDropdownMenuContainer;
|
|
2268
|
+
"p-dropdown-menu-item": PDropdownMenuItem;
|
|
517
2269
|
"p-helper": PHelper;
|
|
518
2270
|
"p-icon": PIcon;
|
|
519
2271
|
"p-illustration": PIllustration;
|
|
520
2272
|
"p-info-panel": PInfoPanel;
|
|
2273
|
+
"p-input-group": PInputGroup;
|
|
2274
|
+
"p-layout": PLayout;
|
|
521
2275
|
"p-loader": PLoader;
|
|
2276
|
+
"p-modal": PModal;
|
|
2277
|
+
"p-modal-backdrop": PModalBackdrop;
|
|
2278
|
+
"p-modal-body": PModalBody;
|
|
2279
|
+
"p-modal-container": PModalContainer;
|
|
2280
|
+
"p-modal-footer": PModalFooter;
|
|
2281
|
+
"p-modal-header": PModalHeader;
|
|
2282
|
+
"p-navbar": PNavbar;
|
|
522
2283
|
"p-navigation-item": PNavigationItem;
|
|
2284
|
+
"p-page-size-select": PPageSizeSelect;
|
|
523
2285
|
"p-pagination": PPagination;
|
|
524
2286
|
"p-pagination-item": PPaginationItem;
|
|
2287
|
+
"p-profile": PProfile;
|
|
2288
|
+
"p-segment-container": PSegmentContainer;
|
|
2289
|
+
"p-segment-item": PSegmentItem;
|
|
2290
|
+
"p-slider-indicator": PSliderIndicator;
|
|
2291
|
+
"p-status": PStatus;
|
|
2292
|
+
"p-stepper": PStepper;
|
|
2293
|
+
"p-stepper-item": PStepperItem;
|
|
2294
|
+
"p-stepper-line": PStepperLine;
|
|
2295
|
+
"p-tab-group": PTabGroup;
|
|
2296
|
+
"p-tab-item": PTabItem;
|
|
2297
|
+
"p-table": PTable;
|
|
2298
|
+
"p-table-column": PTableColumn;
|
|
2299
|
+
"p-table-container": PTableContainer;
|
|
2300
|
+
"p-table-definition": PTableDefinition;
|
|
2301
|
+
"p-table-footer": PTableFooter;
|
|
2302
|
+
"p-table-header": PTableHeader;
|
|
2303
|
+
"p-table-row": PTableRow;
|
|
2304
|
+
"p-tag": PTag;
|
|
525
2305
|
"p-tooltip": PTooltip;
|
|
526
2306
|
}
|
|
527
2307
|
}
|
|
@@ -529,18 +2309,55 @@ export { LocalJSX as JSX };
|
|
|
529
2309
|
declare module "@stencil/core" {
|
|
530
2310
|
export namespace JSX {
|
|
531
2311
|
interface IntrinsicElements {
|
|
2312
|
+
"p-accordion": LocalJSX.PAccordion & JSXBase.HTMLAttributes<HTMLPAccordionElement>;
|
|
532
2313
|
"p-avatar": LocalJSX.PAvatar & JSXBase.HTMLAttributes<HTMLPAvatarElement>;
|
|
2314
|
+
"p-avatar-group": LocalJSX.PAvatarGroup & JSXBase.HTMLAttributes<HTMLPAvatarGroupElement>;
|
|
533
2315
|
"p-button": LocalJSX.PButton & JSXBase.HTMLAttributes<HTMLPButtonElement>;
|
|
2316
|
+
"p-card-body": LocalJSX.PCardBody & JSXBase.HTMLAttributes<HTMLPCardBodyElement>;
|
|
2317
|
+
"p-card-container": LocalJSX.PCardContainer & JSXBase.HTMLAttributes<HTMLPCardContainerElement>;
|
|
2318
|
+
"p-card-header": LocalJSX.PCardHeader & JSXBase.HTMLAttributes<HTMLPCardHeaderElement>;
|
|
2319
|
+
"p-content-slider": LocalJSX.PContentSlider & JSXBase.HTMLAttributes<HTMLPContentSliderElement>;
|
|
534
2320
|
"p-counter": LocalJSX.PCounter & JSXBase.HTMLAttributes<HTMLPCounterElement>;
|
|
535
2321
|
"p-divider": LocalJSX.PDivider & JSXBase.HTMLAttributes<HTMLPDividerElement>;
|
|
2322
|
+
"p-dropdown": LocalJSX.PDropdown & JSXBase.HTMLAttributes<HTMLPDropdownElement>;
|
|
2323
|
+
"p-dropdown-menu-container": LocalJSX.PDropdownMenuContainer & JSXBase.HTMLAttributes<HTMLPDropdownMenuContainerElement>;
|
|
2324
|
+
"p-dropdown-menu-item": LocalJSX.PDropdownMenuItem & JSXBase.HTMLAttributes<HTMLPDropdownMenuItemElement>;
|
|
536
2325
|
"p-helper": LocalJSX.PHelper & JSXBase.HTMLAttributes<HTMLPHelperElement>;
|
|
537
2326
|
"p-icon": LocalJSX.PIcon & JSXBase.HTMLAttributes<HTMLPIconElement>;
|
|
538
2327
|
"p-illustration": LocalJSX.PIllustration & JSXBase.HTMLAttributes<HTMLPIllustrationElement>;
|
|
539
2328
|
"p-info-panel": LocalJSX.PInfoPanel & JSXBase.HTMLAttributes<HTMLPInfoPanelElement>;
|
|
2329
|
+
"p-input-group": LocalJSX.PInputGroup & JSXBase.HTMLAttributes<HTMLPInputGroupElement>;
|
|
2330
|
+
"p-layout": LocalJSX.PLayout & JSXBase.HTMLAttributes<HTMLPLayoutElement>;
|
|
540
2331
|
"p-loader": LocalJSX.PLoader & JSXBase.HTMLAttributes<HTMLPLoaderElement>;
|
|
2332
|
+
"p-modal": LocalJSX.PModal & JSXBase.HTMLAttributes<HTMLPModalElement>;
|
|
2333
|
+
"p-modal-backdrop": LocalJSX.PModalBackdrop & JSXBase.HTMLAttributes<HTMLPModalBackdropElement>;
|
|
2334
|
+
"p-modal-body": LocalJSX.PModalBody & JSXBase.HTMLAttributes<HTMLPModalBodyElement>;
|
|
2335
|
+
"p-modal-container": LocalJSX.PModalContainer & JSXBase.HTMLAttributes<HTMLPModalContainerElement>;
|
|
2336
|
+
"p-modal-footer": LocalJSX.PModalFooter & JSXBase.HTMLAttributes<HTMLPModalFooterElement>;
|
|
2337
|
+
"p-modal-header": LocalJSX.PModalHeader & JSXBase.HTMLAttributes<HTMLPModalHeaderElement>;
|
|
2338
|
+
"p-navbar": LocalJSX.PNavbar & JSXBase.HTMLAttributes<HTMLPNavbarElement>;
|
|
541
2339
|
"p-navigation-item": LocalJSX.PNavigationItem & JSXBase.HTMLAttributes<HTMLPNavigationItemElement>;
|
|
2340
|
+
"p-page-size-select": LocalJSX.PPageSizeSelect & JSXBase.HTMLAttributes<HTMLPPageSizeSelectElement>;
|
|
542
2341
|
"p-pagination": LocalJSX.PPagination & JSXBase.HTMLAttributes<HTMLPPaginationElement>;
|
|
543
2342
|
"p-pagination-item": LocalJSX.PPaginationItem & JSXBase.HTMLAttributes<HTMLPPaginationItemElement>;
|
|
2343
|
+
"p-profile": LocalJSX.PProfile & JSXBase.HTMLAttributes<HTMLPProfileElement>;
|
|
2344
|
+
"p-segment-container": LocalJSX.PSegmentContainer & JSXBase.HTMLAttributes<HTMLPSegmentContainerElement>;
|
|
2345
|
+
"p-segment-item": LocalJSX.PSegmentItem & JSXBase.HTMLAttributes<HTMLPSegmentItemElement>;
|
|
2346
|
+
"p-slider-indicator": LocalJSX.PSliderIndicator & JSXBase.HTMLAttributes<HTMLPSliderIndicatorElement>;
|
|
2347
|
+
"p-status": LocalJSX.PStatus & JSXBase.HTMLAttributes<HTMLPStatusElement>;
|
|
2348
|
+
"p-stepper": LocalJSX.PStepper & JSXBase.HTMLAttributes<HTMLPStepperElement>;
|
|
2349
|
+
"p-stepper-item": LocalJSX.PStepperItem & JSXBase.HTMLAttributes<HTMLPStepperItemElement>;
|
|
2350
|
+
"p-stepper-line": LocalJSX.PStepperLine & JSXBase.HTMLAttributes<HTMLPStepperLineElement>;
|
|
2351
|
+
"p-tab-group": LocalJSX.PTabGroup & JSXBase.HTMLAttributes<HTMLPTabGroupElement>;
|
|
2352
|
+
"p-tab-item": LocalJSX.PTabItem & JSXBase.HTMLAttributes<HTMLPTabItemElement>;
|
|
2353
|
+
"p-table": LocalJSX.PTable & JSXBase.HTMLAttributes<HTMLPTableElement>;
|
|
2354
|
+
"p-table-column": LocalJSX.PTableColumn & JSXBase.HTMLAttributes<HTMLPTableColumnElement>;
|
|
2355
|
+
"p-table-container": LocalJSX.PTableContainer & JSXBase.HTMLAttributes<HTMLPTableContainerElement>;
|
|
2356
|
+
"p-table-definition": LocalJSX.PTableDefinition & JSXBase.HTMLAttributes<HTMLPTableDefinitionElement>;
|
|
2357
|
+
"p-table-footer": LocalJSX.PTableFooter & JSXBase.HTMLAttributes<HTMLPTableFooterElement>;
|
|
2358
|
+
"p-table-header": LocalJSX.PTableHeader & JSXBase.HTMLAttributes<HTMLPTableHeaderElement>;
|
|
2359
|
+
"p-table-row": LocalJSX.PTableRow & JSXBase.HTMLAttributes<HTMLPTableRowElement>;
|
|
2360
|
+
"p-tag": LocalJSX.PTag & JSXBase.HTMLAttributes<HTMLPTagElement>;
|
|
544
2361
|
"p-tooltip": LocalJSX.PTooltip & JSXBase.HTMLAttributes<HTMLPTooltipElement>;
|
|
545
2362
|
}
|
|
546
2363
|
}
|