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