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