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