@paperless/core 0.1.0-alpha.7 → 0.1.0-alpha.72
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 +646 -0
- package/README.md +1 -1
- 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/task.svg +17 -0
- package/dist/assets/icons/template.svg +17 -0
- package/dist/assets/images/avatar/company-default.svg +12 -0
- package/dist/assets/images/avatar/user-default.svg +12 -0
- package/dist/assets/images/{helper-hover.svg → helper/helper-hover.svg} +0 -0
- package/dist/assets/images/{helper.svg → helper/helper.svg} +0 -0
- package/dist/build/p-0100c1a2.js +2 -0
- package/dist/build/p-11d24001.entry.js +1 -0
- package/dist/build/p-19254809.entry.js +1 -0
- package/dist/build/p-2120a0b7.entry.js +1 -0
- package/dist/build/p-2a3dd70b.entry.js +1 -0
- package/dist/build/p-2c7eebe0.entry.js +1 -0
- package/dist/build/p-30026c58.entry.js +1 -0
- package/dist/build/p-3f6d3736.entry.js +1 -0
- package/dist/build/p-40f9ac13.entry.js +1 -0
- package/dist/build/p-41693695.entry.js +1 -0
- package/dist/build/p-4a85b858.entry.js +1 -0
- package/dist/build/p-62797992.entry.js +1 -0
- package/dist/build/p-6421cd2a.entry.js +1 -0
- package/dist/build/p-75c92a9d.entry.js +1 -0
- package/dist/build/p-7784ee14.entry.js +1 -0
- package/dist/build/p-7933cf7c.entry.js +1 -0
- package/dist/build/p-7e05bc4b.entry.js +1 -0
- package/dist/build/p-86283ebd.entry.js +1 -0
- package/dist/build/p-864ac423.entry.js +1 -0
- package/dist/build/p-a30a5f69.entry.js +1 -0
- package/dist/build/p-a5b0a5bd.entry.js +1 -0
- package/dist/build/p-a69581db.entry.js +1 -0
- package/dist/build/p-a7086ffa.js +1 -0
- package/dist/build/p-b68368f3.entry.js +1 -0
- package/dist/build/p-b9f5cac6.entry.js +1 -0
- package/dist/build/p-c64e2313.entry.js +1 -0
- package/dist/build/{p-f04c4de0.entry.js → p-d069673f.entry.js} +1 -1
- package/dist/build/p-df237d9a.entry.js +1 -0
- package/dist/build/p-e4930555.entry.js +1 -0
- package/dist/build/p-e8dfce4a.entry.js +1 -0
- package/dist/build/p-f8bb6e8d.entry.js +1 -0
- package/dist/build/p-fb1e33eb.entry.js +1 -0
- package/dist/build/p-fcd30824.entry.js +1 -0
- package/dist/build/p-ffeed7c6.entry.js +1 -0
- package/dist/build/paperless.css +186 -18
- package/dist/build/paperless.esm.js +1 -1
- package/dist/cjs/{index-a2da05ae.js → index-f9c302b6.js} +229 -3
- package/dist/cjs/loader.cjs.js +2 -2
- 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 +38 -0
- package/dist/cjs/p-button_3.cjs.entry.js +167 -17
- 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-counter.cjs.entry.js +19 -0
- package/dist/cjs/p-divider.cjs.entry.js +23 -0
- package/dist/cjs/p-dropdown-menu-container.cjs.entry.js +19 -0
- package/dist/cjs/p-dropdown-menu-item.cjs.entry.js +23 -0
- package/dist/cjs/p-dropdown.cjs.entry.js +141 -0
- package/dist/cjs/p-helper.cjs.entry.js +7 -3
- package/dist/cjs/p-illustration.cjs.entry.js +9 -12
- package/dist/cjs/p-info-panel.cjs.entry.js +31 -0
- package/dist/cjs/p-input-group.cjs.entry.js +41 -0
- package/dist/cjs/p-layout.cjs.entry.js +23 -0
- package/dist/cjs/p-modal-backdrop_5.cjs.entry.js +92 -0
- package/dist/cjs/p-modal.cjs.entry.js +39 -0
- package/dist/cjs/p-navigation-item.cjs.entry.js +23 -0
- package/dist/cjs/p-pagination-item.cjs.entry.js +23 -0
- package/dist/cjs/p-pagination.cjs.entry.js +171 -0
- package/dist/cjs/p-profile.cjs.entry.js +26 -0
- package/dist/cjs/p-segment-container.cjs.entry.js +19 -0
- package/dist/cjs/p-segment-item.cjs.entry.js +29 -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-tag.cjs.entry.js +27 -0
- package/dist/cjs/p-tooltip.cjs.entry.js +76 -1812
- package/dist/cjs/paperless.cjs.js +2 -2
- package/dist/cjs/popper-e0c4ed4c.js +1790 -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/task.svg +17 -0
- package/dist/collection/assets/icons/template.svg +17 -0
- package/dist/collection/assets/images/avatar/company-default.svg +12 -0
- package/dist/collection/assets/images/avatar/user-default.svg +12 -0
- package/dist/collection/assets/images/{helper-hover.svg → helper/helper-hover.svg} +0 -0
- package/dist/collection/assets/images/{helper.svg → helper/helper.svg} +0 -0
- package/dist/collection/collection-manifest.json +34 -1
- package/dist/collection/components/atoms/avatar/avatar.component.css +24 -0
- package/dist/collection/components/atoms/avatar/avatar.component.js +110 -0
- 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 +28 -2
- package/dist/collection/components/atoms/button/button.component.js +108 -10
- 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 +5 -0
- package/dist/collection/components/atoms/counter/counter.component.js +15 -0
- package/dist/collection/components/atoms/divider/divider.component.css +10 -0
- package/dist/collection/components/atoms/divider/divider.component.js +21 -0
- package/dist/collection/components/atoms/dropdown-menu-container/dropdown-menu-container.component.css +5 -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 +41 -0
- package/dist/collection/components/atoms/helper/helper.component.css +3 -3
- package/dist/collection/components/atoms/helper/helper.component.js +34 -3
- package/dist/collection/components/atoms/icon/icon.component.css +1 -0
- package/dist/collection/components/atoms/icon/icon.component.js +64 -20
- package/dist/collection/components/atoms/illustration/illustration.component.js +2 -9
- package/dist/collection/components/atoms/info-panel/info-panel.component.css +28 -0
- package/dist/collection/components/atoms/info-panel/info-panel.component.js +106 -0
- package/dist/collection/components/atoms/layout/layout.component.css +64 -0
- package/dist/collection/components/atoms/layout/layout.component.js +47 -0
- package/dist/collection/components/atoms/loader/loader.component.css +2 -2
- package/dist/collection/components/atoms/loader/loader.component.js +4 -3
- 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 +4 -0
- package/dist/collection/components/atoms/modal-footer/modal-footer.component.js +16 -0
- package/dist/collection/components/atoms/modal-header/modal-header.component.css +6 -0
- package/dist/collection/components/atoms/modal-header/modal-header.component.js +15 -0
- package/dist/collection/components/atoms/pagination-item/pagination-item.component.css +16 -0
- package/dist/collection/components/atoms/pagination-item/pagination-item.component.js +41 -0
- package/dist/collection/components/atoms/profile/profile.component.css +13 -0
- package/dist/collection/components/atoms/profile/profile.component.js +25 -0
- 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/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/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 +133 -35
- 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/dropdown/dropdown.component.css +9 -0
- package/dist/collection/components/molecules/dropdown/dropdown.component.js +233 -0
- package/dist/collection/components/molecules/input-group/input-group.component.css +205 -0
- package/dist/collection/components/molecules/input-group/input-group.component.js +237 -0
- package/dist/collection/components/molecules/navigation-item/navigation-item.component.css +28 -0
- package/dist/collection/components/molecules/navigation-item/navigation-item.component.js +118 -0
- package/dist/collection/components/molecules/pagination/pagination.component.css +3 -0
- package/dist/collection/components/molecules/pagination/pagination.component.js +242 -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/organisms/modal/modal.component.js +111 -0
- 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 -6
- package/dist/collection/tailwind/screens.js +8 -0
- 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 +26 -14
- package/dist/collection/utils/child-of.js +5 -0
- package/dist/collection/utils/icons.js +10 -0
- package/dist/collection/utils/types.js +1 -0
- package/dist/components/avatar.component.js +54 -0
- package/dist/components/counter.component.js +30 -0
- package/dist/components/divider.component.js +34 -0
- package/dist/components/dropdown-menu-container.component.js +29 -0
- package/dist/components/helper.component.js +42 -0
- package/dist/components/icon.component.js +138 -9
- package/dist/components/index.d.ts +33 -0
- package/dist/components/index.js +33 -0
- package/dist/components/loader.component.js +5 -4
- 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 +36 -0
- package/dist/components/modal-header.component.js +30 -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.d.ts +11 -0
- package/dist/components/p-avatar.js +6 -0
- package/dist/components/p-button.js +28 -4
- 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-counter.d.ts +11 -0
- package/dist/components/p-counter.js +6 -0
- package/dist/components/p-divider.d.ts +11 -0
- package/dist/components/p-divider.js +6 -0
- 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 +39 -0
- package/dist/components/p-dropdown.d.ts +11 -0
- package/dist/components/p-dropdown.js +166 -0
- package/dist/components/p-helper.js +1 -34
- package/dist/components/p-illustration.js +0 -4
- package/dist/components/p-info-panel.d.ts +11 -0
- package/dist/components/p-info-panel.js +56 -0
- package/dist/components/p-input-group.d.ts +11 -0
- package/dist/components/p-input-group.js +84 -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 +94 -0
- package/dist/components/p-navigation-item.d.ts +11 -0
- package/dist/components/p-navigation-item.js +55 -0
- package/dist/components/p-pagination-item.d.ts +11 -0
- package/dist/components/p-pagination-item.js +6 -0
- package/dist/components/p-pagination.d.ts +11 -0
- package/dist/components/p-pagination.js +200 -0
- package/dist/components/p-profile.d.ts +11 -0
- package/dist/components/p-profile.js +46 -0
- package/dist/components/p-segment-container.d.ts +11 -0
- package/dist/components/p-segment-container.js +32 -0
- package/dist/components/p-segment-item.d.ts +11 -0
- package/dist/components/p-segment-item.js +54 -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-tag.d.ts +11 -0
- package/dist/components/p-tag.js +44 -0
- package/dist/components/pagination-item.component.js +36 -0
- package/dist/components/popper.js +1788 -0
- package/dist/components/stepper-item.component.js +57 -0
- package/dist/components/stepper-line.component.js +41 -0
- package/dist/components/tooltip.component.js +82 -1816
- package/dist/esm/{index-d08bfe75.js → index-fff70567.js} +229 -3
- package/dist/esm/loader.js +2 -2
- 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 +34 -0
- package/dist/esm/p-button_3.entry.js +167 -17
- 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-counter.entry.js +15 -0
- package/dist/esm/p-divider.entry.js +19 -0
- package/dist/esm/p-dropdown-menu-container.entry.js +15 -0
- package/dist/esm/p-dropdown-menu-item.entry.js +19 -0
- package/dist/esm/p-dropdown.entry.js +137 -0
- package/dist/esm/p-helper.entry.js +7 -3
- package/dist/esm/p-illustration.entry.js +9 -12
- package/dist/esm/p-info-panel.entry.js +27 -0
- package/dist/esm/p-input-group.entry.js +37 -0
- package/dist/esm/p-layout.entry.js +19 -0
- package/dist/esm/p-modal-backdrop_5.entry.js +84 -0
- package/dist/esm/p-modal.entry.js +35 -0
- package/dist/esm/p-navigation-item.entry.js +19 -0
- package/dist/esm/p-pagination-item.entry.js +19 -0
- package/dist/esm/p-pagination.entry.js +167 -0
- package/dist/esm/p-profile.entry.js +22 -0
- package/dist/esm/p-segment-container.entry.js +15 -0
- package/dist/esm/p-segment-item.entry.js +25 -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-tag.entry.js +23 -0
- package/dist/esm/p-tooltip.entry.js +76 -1812
- package/dist/esm/paperless.js +2 -2
- 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/p-0100c1a2.js +2 -0
- package/dist/paperless/p-11d24001.entry.js +1 -0
- package/dist/paperless/p-19254809.entry.js +1 -0
- package/dist/paperless/p-2120a0b7.entry.js +1 -0
- package/dist/paperless/p-2a3dd70b.entry.js +1 -0
- package/dist/paperless/p-2c7eebe0.entry.js +1 -0
- package/dist/paperless/p-30026c58.entry.js +1 -0
- package/dist/paperless/p-3f6d3736.entry.js +1 -0
- package/dist/paperless/p-40f9ac13.entry.js +1 -0
- package/dist/paperless/p-41693695.entry.js +1 -0
- package/dist/paperless/p-4a85b858.entry.js +1 -0
- package/dist/paperless/p-62797992.entry.js +1 -0
- package/dist/paperless/p-6421cd2a.entry.js +1 -0
- package/dist/paperless/p-75c92a9d.entry.js +1 -0
- package/dist/paperless/p-7784ee14.entry.js +1 -0
- package/dist/paperless/p-7933cf7c.entry.js +1 -0
- package/dist/paperless/p-7e05bc4b.entry.js +1 -0
- package/dist/paperless/p-86283ebd.entry.js +1 -0
- package/dist/paperless/p-864ac423.entry.js +1 -0
- package/dist/paperless/p-a30a5f69.entry.js +1 -0
- package/dist/paperless/p-a5b0a5bd.entry.js +1 -0
- package/dist/paperless/p-a69581db.entry.js +1 -0
- package/dist/paperless/p-a7086ffa.js +1 -0
- package/dist/paperless/p-b68368f3.entry.js +1 -0
- package/dist/paperless/p-b9f5cac6.entry.js +1 -0
- package/dist/paperless/p-c64e2313.entry.js +1 -0
- package/dist/paperless/{p-f04c4de0.entry.js → p-d069673f.entry.js} +1 -1
- package/dist/paperless/p-df237d9a.entry.js +1 -0
- package/dist/paperless/p-e4930555.entry.js +1 -0
- package/dist/paperless/p-e8dfce4a.entry.js +1 -0
- package/dist/paperless/p-f8bb6e8d.entry.js +1 -0
- package/dist/paperless/p-fb1e33eb.entry.js +1 -0
- package/dist/paperless/p-fcd30824.entry.js +1 -0
- package/dist/paperless/p-ffeed7c6.entry.js +1 -0
- package/dist/paperless/paperless.css +284 -26355
- package/dist/paperless/paperless.esm.js +1 -1
- package/dist/sw.js +2 -290
- 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/rotate.js +8 -0
- package/dist/tailwind/scale.js +3 -0
- package/dist/tailwind/screens.js +8 -0
- package/dist/tailwind/shadows.js +7 -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 +26 -14
- package/dist/types/components/atoms/avatar/avatar.component.d.ts +21 -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 +18 -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 +3 -0
- package/dist/types/components/atoms/divider/divider.component.d.ts +7 -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 +7 -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/info-panel/info-panel.component.d.ts +24 -0
- package/dist/types/components/atoms/layout/layout.component.d.ts +7 -0
- 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 +3 -0
- package/dist/types/components/atoms/modal-header/modal-header.component.d.ts +3 -0
- package/dist/types/components/atoms/pagination-item/pagination-item.component.d.ts +7 -0
- package/dist/types/components/atoms/profile/profile.component.d.ts +8 -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/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/tag/tag.component.d.ts +11 -0
- package/dist/types/components/atoms/tooltip/tooltip.component.d.ts +20 -8
- package/dist/types/components/molecules/accordion/accordion.component.d.ts +25 -0
- package/dist/types/components/molecules/dropdown/dropdown.component.d.ts +42 -0
- package/dist/types/components/molecules/input-group/input-group.component.d.ts +49 -0
- package/dist/types/components/molecules/navigation-item/navigation-item.component.d.ts +24 -0
- package/dist/types/components/molecules/pagination/pagination.component.d.ts +28 -0
- package/dist/types/components/molecules/stepper/stepper.component.d.ts +18 -0
- package/dist/types/components/organisms/modal/modal.component.d.ts +25 -0
- package/dist/types/components.d.ts +1078 -21
- package/dist/types/utils/child-of.d.ts +1 -0
- package/dist/types/utils/icons.d.ts +5 -0
- package/dist/types/utils/types.d.ts +2 -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-092ba1be.entry.js +0 -1
- package/dist/build/p-c04e9d44.entry.js +0 -1
- package/dist/build/p-f33e1285.js +0 -2
- package/dist/build/p-f64e0b3a.entry.js +0 -1
- package/dist/collection/tailwind/grid.js +0 -6
- package/dist/paperless/p-092ba1be.entry.js +0 -1
- package/dist/paperless/p-c04e9d44.entry.js +0 -1
- package/dist/paperless/p-f33e1285.js +0 -2
- package/dist/paperless/p-f64e0b3a.entry.js +0 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{r as t,h as r,H as i}from"./p-0100c1a2.js";const o=class{constructor(r){t(this,r),this.inheritText=!1}render(){return r(i,{class:"p-card-body"},r("slot",null))}};o.style=".static{position:static!important}.px-6{padding-left:1.5rem!important;padding-right:1.5rem!important}.text-sm{font-size:.875rem!important;line-height:1.25rem!important}p-card-body{--tw-text-opacity:1;color:rgb(152 154 183/var(--tw-text-opacity));font-size:.875rem;line-height:1.25rem;padding:1rem 1.5rem}p-card-body[inherit-text]{color:inherit!important;font-size:inherit!important;font-weight:inherit!important}";export{o as p_card_body}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{r as t,h as i,H as e}from"./p-0100c1a2.js";const n=class{constructor(i){t(this,i),this.variant="default"}render(){return i(e,{class:`p-layout variant-${this.variant}`},i("div",{class:"topbar"},i("slot",{name:"topbar"})),i("div",{class:"sidebar"},i("slot",{name:"sidebar"})),i("div",{class:"content"},i("div",{class:"inner-content"},i("slot",{name:"content"}))))}};n.style='.static{position:static!important}.relative{position:relative!important}.sticky{position:-webkit-sticky!important;position:sticky!important}.order-2{order:2!important}.order-1{order:1!important}.order-3{order:3!important}.flex{display:flex!important}.grid{display:grid!important}.hidden{display:none!important}.h-screen{height:100vh!important}.h-full{height:100%!important}.w-screen{width:100vw!important}.w-full,.w-sidebar-mobile{width:100%!important}.flex-1{flex:1 1 0%!important}.flex-col{flex-direction:column!important}.content-start{align-content:flex-start!important}.px-content-mobile-x{padding-left:1rem!important;padding-right:1rem!important}:host{align-content:flex-start;display:grid;gap:0;grid-template-areas:"topbar topbar" "sidebar content";grid-template-columns:auto 1fr;grid-template-rows:auto 1fr;height:100vh;overflow:hidden;width:100vw}:host .content,:host .sidebar,:host .topbar{align-self:flex-start}:host .topbar{grid-area:topbar;order:2;position:-webkit-sticky;position:sticky;width:100%}@media (min-width:80rem){:host .topbar{order:1}}:host .sidebar{box-sizing:border-box;display:flex;grid-area:sidebar;height:100%;order:1;width:100%}@media (min-width:80rem){:host .sidebar{order:2;width:15rem}}:host .content{display:flex;flex-direction:column;grid-area:content;height:100%;order:3;overflow-y:auto;position:relative}:host .content .inner-content{padding:1.5rem 1rem;position:relative}@media (min-width:80rem){:host .content .inner-content{padding:2rem;width:60rem}}@media (min-width:64rem){:host .content .inner-content{width:45rem}}@media (min-width:85.375rem){:host .content .inner-content{width:65rem}}@media (min-width:90rem){:host .content .inner-content{width:65rem}}@media (min-width:120rem){:host .content .inner-content{width:70rem}}:host(.variant-default) .content{flex:1 1 0%}:host(.variant-login){grid-template-areas:"topbar topbar" "content content"}@media (min-width:64rem){:host(.variant-login){grid-template-areas:"topbar topbar" "content sidebar"}}:host(.variant-login) .sidebar{display:none;flex:1 1 0%;order:3;overflow:hidden;padding:.5rem;width:unset}@media (min-width:64rem){:host(.variant-login) .sidebar{display:flex}}:host(.variant-login) .sidebar .inner-content{padding:.5rem}:host(.variant-login) .content{order:3}@media (min-width:64rem){:host(.variant-login) .content{justify-content:center;order:2}}:host(.variant-login) .content .inner-content{box-sizing:border-box;width:100%}@media (min-width:64rem){:host(.variant-login) .content .inner-content{padding:0 4.5rem;width:30rem}}@media (min-width:64rem){.desktop-xs\\:flex{display:flex!important}.desktop-xs\\:w-content-desktop-xs{width:45rem!important}.desktop-xs\\:py-0{padding-bottom:0!important;padding-top:0!important}}@media (min-width:80rem){.desktop-sm\\:w-content-desktop-sm{width:60rem!important}.desktop-sm\\:px-content-desktop-x{padding-left:2rem!important;padding-right:2rem!important}}@media (min-width:85.375rem){.desktop\\:w-content-desktop{width:65rem!important}}@media (min-width:90rem){.desktop-lg\\:w-content-desktop-lg{width:65rem!important}}';export{n as p_layout}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{r as t,h as r,g as a,H as o}from"./p-0100c1a2.js";const e=class{constructor(r){t(this,r),this.activeStep=1,this.direction="horizontal"}componentWillRender(){this._steps=this._generateSteps(this.activeStep-1)}render(){return r(o,{class:"p-stepper"},this._steps)}_generateSteps(t){const a=[],o=this._el.querySelectorAll("p-stepper-item");for(let e=0;e<(null==o?void 0:o.length);e++){const i=o.item(e);e>0&&a.push(r("p-stepper-line",{direction:this.direction,active:e<=t}));const n=r("p-stepper-item",{active:e===t,finished:e<t,direction:this.direction,align:0===e?"start":e===(null==o?void 0:o.length)-1?"end":"center"},i.innerHTML);a.push(n)}return a}get _el(){return a(this)}};e.style=".static{position:static!important}.mb-3{margin-bottom:.75rem!important}.ml-2{margin-left:.5rem!important}.flex{display:flex!important}.h-auto{height:auto!important}.w-full{width:100%!important}.flex-auto{flex:1 1 auto!important}.-translate-y-1{--tw-translate-y:-0.25rem!important}.-translate-x-1,.-translate-y-1{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.-translate-x-1{--tw-translate-x:-0.25rem!important}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.flex-col{flex-direction:column!important}.flex-wrap{flex-wrap:wrap!important}.border-t-2{border-top-width:2px!important}.border-r-2{border-right-width:2px!important}.border-indigo{--tw-border-opacity:1!important;border-color:rgb(82 138 250/var(--tw-border-opacity))!important}.border-mystic-dark{--tw-border-opacity:1!important;border-color:rgb(218 230 240/var(--tw-border-opacity))!important}.transition{transition-duration:.15s!important;transition-property:color,background-color,border-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-text-decoration-color,-webkit-backdrop-filter!important;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter!important;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-text-decoration-color,-webkit-backdrop-filter!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.duration-500{transition-duration:.5s!important}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)!important}:host{display:flex}:host([direction=horizontal]){align-items:flex-end;height:auto}:host([direction=vertical]){align-items:flex-start;flex-direction:column;flex-wrap:wrap;min-height:100%;width:100%}.-translate-y-1\\/2{--tw-translate-y:-50%!important}.-translate-x-1\\/2,.-translate-y-1\\/2{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.-translate-x-1\\/2{--tw-translate-x:-50%!important}.border-indigo,.border-mystic-dark{--tw-border-opacity:1!important}";export{e as p_stepper}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{r as t,h as r,H as e}from"./p-0100c1a2.js";const i=class{constructor(r){t(this,r),this.placement="top"}render(){return r(e,{class:"p-helper"},r("p-tooltip",{placement:this.placement},r("div",{slot:"popover"},r("slot",null)),r("div",{slot:"content",class:"helper"})))}};i.style=".visible{visibility:visible!important}.static{position:static!important}.ml-2{margin-left:.5rem!important}.inline-block{display:inline-block!important}.flex{display:flex!important}.w-3{width:.75rem!important}.cursor-pointer{cursor:pointer!important}.items-end{align-items:flex-end!important}.justify-between{justify-content:space-between!important}.bg-center{background-position:50%!important}.bg-no-repeat{background-repeat:no-repeat!important}.text-negative-light{--tw-text-opacity:1!important;color:rgb(255 204 211/var(--tw-text-opacity))!important}.blur{--tw-blur:blur(8px)!important;filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}:host .helper{background-image:url(/assets/images/helper/helper.svg);background-position:50%;background-repeat:no-repeat;cursor:pointer;display:inline-block;height:.75rem;width:.75rem}:host .helper:hover{background-image:url(/assets/images/helper/helper-hover.svg)}.hover\\:text-negative:hover{--tw-text-opacity:1!important;color:rgb(185 30 40/var(--tw-text-opacity))!important}";export{i as p_helper}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{r as t,h as o,H as i}from"./p-0100c1a2.js";const r=class{constructor(o){t(this,o),this.active=!1}render(){return o(i,{class:`p-navigation-item ${this.active&&"active"}`},o("a",{href:this.href,target:this.target},this.icon&&o("p-icon",{variant:this.icon}),o("span",{class:this.counter&&"has-counter"},o("slot",null)),this.counter&&o("p-counter",null,this.counter)))}};r.style=".static{position:static!important}.inline-block{display:inline-block!important}.flex{display:flex!important}.h-8{height:2rem!important}.w-full{width:100%!important}.cursor-pointer{cursor:pointer!important}.px-2{padding-left:.5rem!important;padding-right:.5rem!important}.text-storm-medium{--tw-text-opacity:1!important;color:rgb(128 130 158/var(--tw-text-opacity))!important}.text-mystic-dark{--tw-text-opacity:1!important;color:rgb(218 230 240/var(--tw-text-opacity))!important}.text-indigo{--tw-text-opacity:1!important;color:rgb(82 138 250/var(--tw-text-opacity))!important}:host{display:inline-block;margin-bottom:.25rem;width:100%}:host>a{--tw-text-opacity:1;align-items:center;border-radius:.375rem;color:rgb(128 130 158/var(--tw-text-opacity));cursor:pointer;display:flex;font-weight:500;height:2rem;padding-left:.5rem;padding-right:.5rem;width:100%}:host>a:hover{--tw-bg-opacity:1;--tw-text-opacity:1;background-color:rgb(241 246 255/var(--tw-bg-opacity));color:rgb(39 40 56/var(--tw-text-opacity))}:host>a>p-icon{--tw-text-opacity:1;color:rgb(218 230 240/var(--tw-text-opacity));margin-right:.75rem}:host>a>p-counter{margin-left:auto}:host>a>span.has-counter{margin-right:.75rem}:host>a:hover>p-icon{--tw-text-opacity:1;color:rgb(152 154 183/var(--tw-text-opacity))}:host(.active)>a{--tw-bg-opacity:1;--tw-text-opacity:1;background-color:rgb(241 246 255/var(--tw-bg-opacity));color:rgb(82 138 250/var(--tw-text-opacity))}:host(.active)>a>p-icon{--tw-text-opacity:1;color:rgb(82 138 250/var(--tw-text-opacity))}.hover\\:bg-indigo-light:hover{--tw-bg-opacity:1!important;background-color:rgb(241 246 255/var(--tw-bg-opacity))!important}";export{r as p_navigation_item}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{r as o,h as r,H as a}from"./p-0100c1a2.js";const t=class{constructor(r){o(this,r),this.hoverable=!1,this.shadow=!0}render(){return r(a,{class:"p-card-container"},r("slot",null))}};t.style=".static{position:static!important}.flex{display:flex!important}.flex-col{flex-direction:column!important}.bg-white{--tw-bg-opacity:1!important;background-color:rgb(255 255 255/var(--tw-bg-opacity))!important}.shadow-4{--tw-shadow:0px 0.3125rem 1rem rgba(0,24,98,.08),0px 0.0625rem 0.1875rem rgba(0,24,98,.13)!important;--tw-shadow-colored:0px 0.3125rem 1rem var(--tw-shadow-color),0px 0.0625rem 0.1875rem var(--tw-shadow-color)!important}.shadow-4,.shadow-5{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)!important}.shadow-5{--tw-shadow:0px 0.1875rem 1rem rgba(0,24,98,.3)!important;--tw-shadow-colored:0px 0.1875rem 1rem var(--tw-shadow-color)!important}.shadow-transparent{--tw-shadow-color:transparent!important;--tw-shadow:var(--tw-shadow-colored)!important}:host{--tw-bg-opacity:1;--tw-shadow:0px 0.3125rem 1rem rgba(0,24,98,.08),0px 0.0625rem 0.1875rem rgba(0,24,98,.13)!important;--tw-shadow-colored:0px 0.3125rem 1rem var(--tw-shadow-color),0px 0.0625rem 0.1875rem var(--tw-shadow-color)!important;background-color:rgb(255 255 255/var(--tw-bg-opacity));border-radius:.375rem;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)!important;display:flex;flex-direction:column;width:100%}:host([hoverable]){cursor:pointer}:host([hoverable]:hover){--tw-shadow:0px 0.1875rem 1rem rgba(0,24,98,.3)!important;--tw-shadow-colored:0px 0.1875rem 1rem var(--tw-shadow-color)!important;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)!important}:host([shadow=false]){--tw-shadow-color:transparent!important;--tw-shadow:var(--tw-shadow-colored)!important}";export{t as p_card_container}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{r as t,c as i,h as e,H as s}from"./p-0100c1a2.js";const a=class{constructor(s){t(this,s),this.pageChange=i(this,"pageChange",7),this.page=1,this.pageSize=12,this._pages=[],this._set=[],this._nextClick=()=>{const t=this.page+1;t>this._pages[this._pages.length-1]||this._changePage(t)},this._pageClick=t=>this._changePage(t),this._generateSet=(t=1,i=!0)=>{const s=this._pages.length;if(!s)return[];let a=this.page-t,n=this.page+t;n>s&&(n=s,a=s-2*t,a=a<1?1:a),a<=1&&(a=1,n=Math.min(2*t+1,s));const h=[],p={type:"previous",value:e("p-icon",{variant:"chevron",rotate:90})},r={type:"next",value:e("p-icon",{variant:"chevron",rotate:-90})};if(null===t){const t=this._pages.map((t=>({type:"page",value:t})));return i?[p,...t,r]:t}if(i&&h.push(p),a<=3)for(let t=1;t<a;t++)h.push({type:"page",value:this._pages[t-1]});else h.push({type:"page",value:1}),h.push({type:"ellipsis",value:"ellipsis"});for(let t=a;t<=n;t++)h.push({type:"page",value:this._pages[t-1]});if(n>=s-2)for(let t=n+1;t<=s;t++)h.push({type:"page",value:this._pages[t-1]});else h.push({type:"ellipsis"}),h.push({type:"page",value:this._pages[this._pages.length-1]});return i&&h.push(r),h}}componentWillRender(){this._generate()}render(){var t;return e(s,{class:"p-pagination"},null===(t=this._set)||void 0===t?void 0:t.map((t=>"previous"===t.type||"next"===t.type?e("p-pagination-item",{onClick:()=>"previous"===t.type?this._previousClick():this._nextClick()},t.value):"ellipsis"===t.type?e("p-pagination-item",null,"..."):e("p-pagination-item",{active:t.value===this.page,onClick:()=>this._pageClick(t.value)},t.value))))}pageChangeHandler(){this._generate()}_generate(){var t;this._pages=this._generatePages(),this._set=this._generateSet(),this.page>(null===(t=this._pages)||void 0===t?void 0:t.length)&&this._changePage(this._pages.length)}_changePage(t){t&&(this.page=t,this.pageChange.emit(this.page))}_previousClick(){const t=this.page-1;t<this._pages[0]||this._changePage(t)}_generatePages(){if(!this.total||!this.pageSize)return[];const t=Math.ceil(this.total/this.pageSize);return new Array(t).fill(void 0).map(((t,i)=>i+1))}static get watchers(){return{page:["pageChangeHandler"],pageSize:["pageChangeHandler"],total:["pageChangeHandler"]}}};a.style=".static{position:static!important}.flex{display:flex!important}p-pagination{display:flex}";export{a as p_pagination}
|
package/dist/build/paperless.css
CHANGED
|
@@ -1,19 +1,4 @@
|
|
|
1
1
|
@tailwind base;
|
|
2
|
-
@tailwind utilities;
|
|
3
|
-
@tailwind components;
|
|
4
|
-
.sbdocs .boson-collection {
|
|
5
|
-
@apply flex flex-row w-full justify-start;
|
|
6
|
-
}
|
|
7
|
-
.sbdocs .boson-collection .boson {
|
|
8
|
-
@apply w-1/5;
|
|
9
|
-
}
|
|
10
|
-
.sbdocs .boson-collection .boson > span {
|
|
11
|
-
@apply p-0 text-storm-vague text-xs font-semibold uppercase;
|
|
12
|
-
}
|
|
13
|
-
.sbdocs .boson-collection .boson > div {
|
|
14
|
-
@apply w-16 h-16 rounded-large bg-storm-light;
|
|
15
|
-
}
|
|
16
|
-
|
|
17
2
|
@layer base {
|
|
18
3
|
html,
|
|
19
4
|
body {
|
|
@@ -21,7 +6,7 @@ body {
|
|
|
21
6
|
min-height: 100vh;
|
|
22
7
|
width: 100%;
|
|
23
8
|
max-width: 100vw;
|
|
24
|
-
@apply bg-mystic
|
|
9
|
+
@apply bg-mystic;
|
|
25
10
|
text-rendering: optimizeLegibility;
|
|
26
11
|
-webkit-font-smoothing: antialiased;
|
|
27
12
|
}
|
|
@@ -76,6 +61,189 @@ body {
|
|
|
76
61
|
src: local("IBM Plex Sans Bold"), local("IBMPlexSans-Bold"), url(/assets/fonts/ibm-plex-sans-v3-latin-700.eot?#iefix) format("embedded-opentype"), url(/assets/fonts/ibm-plex-sans-v3-latin-700.woff2) format("woff2"), url(/assets/fonts/ibm-plex-sans-v3-latin-700.woff) format("woff"), url(/assets/fonts/ibm-plex-sans-v3-latin-700.ttf) format("truetype"), url(/assets/fonts/ibm-plex-sans-v3-latin-700.svg#IBMPlexSans) format("svg");
|
|
77
62
|
/* Legacy iOS */
|
|
78
63
|
}
|
|
79
|
-
|
|
80
|
-
|
|
64
|
+
@layer base {
|
|
65
|
+
h1 {
|
|
66
|
+
@apply text-h1 font-bold leading-h1;
|
|
67
|
+
}
|
|
68
|
+
|
|
69
|
+
h2 {
|
|
70
|
+
@apply text-h2 font-bold leading-h2;
|
|
71
|
+
}
|
|
72
|
+
|
|
73
|
+
h3 {
|
|
74
|
+
@apply text-h3 font-semibold leading-h3;
|
|
75
|
+
}
|
|
76
|
+
|
|
77
|
+
h4 {
|
|
78
|
+
@apply text-h4 font-semibold leading-h4;
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
h5 {
|
|
82
|
+
@apply text-h5 font-medium leading-h5;
|
|
83
|
+
}
|
|
84
|
+
|
|
85
|
+
body {
|
|
86
|
+
@apply text-body leading-body text-storm !important;
|
|
87
|
+
}
|
|
88
|
+
|
|
89
|
+
.body-2 {
|
|
90
|
+
@apply text-body-2 leading-body-2 text-storm !important;
|
|
91
|
+
}
|
|
92
|
+
}
|
|
93
|
+
input[type=text].p-input,
|
|
94
|
+
input[type=number].p-input,
|
|
95
|
+
input[type=date].p-input,
|
|
96
|
+
input[type=month].p-input,
|
|
97
|
+
input[type=datetime-local].p-input,
|
|
98
|
+
input[type=time].p-input,
|
|
99
|
+
input[type=tel].p-input,
|
|
100
|
+
input[type=password].p-input,
|
|
101
|
+
input[type=email].p-input {
|
|
102
|
+
@apply flex justify-start items-center h-10;
|
|
103
|
+
@apply text-storm-dark;
|
|
104
|
+
@apply bg-white px-4 w-full;
|
|
105
|
+
@apply rounded-large;
|
|
106
|
+
@apply border border-mystic-dark border-solid !important;
|
|
107
|
+
@apply outline-0 !important;
|
|
108
|
+
}
|
|
109
|
+
input[type=text].p-input::placeholder,
|
|
110
|
+
input[type=number].p-input::placeholder,
|
|
111
|
+
input[type=date].p-input::placeholder,
|
|
112
|
+
input[type=month].p-input::placeholder,
|
|
113
|
+
input[type=datetime-local].p-input::placeholder,
|
|
114
|
+
input[type=time].p-input::placeholder,
|
|
115
|
+
input[type=tel].p-input::placeholder,
|
|
116
|
+
input[type=password].p-input::placeholder,
|
|
117
|
+
input[type=email].p-input::placeholder {
|
|
118
|
+
@apply text-storm-medium;
|
|
119
|
+
}
|
|
120
|
+
input[type=text].p-input:focus, input[type=text].p-input:focus-visible, input[type=text].p-input.focus,
|
|
121
|
+
input[type=number].p-input:focus,
|
|
122
|
+
input[type=number].p-input:focus-visible,
|
|
123
|
+
input[type=number].p-input.focus,
|
|
124
|
+
input[type=date].p-input:focus,
|
|
125
|
+
input[type=date].p-input:focus-visible,
|
|
126
|
+
input[type=date].p-input.focus,
|
|
127
|
+
input[type=month].p-input:focus,
|
|
128
|
+
input[type=month].p-input:focus-visible,
|
|
129
|
+
input[type=month].p-input.focus,
|
|
130
|
+
input[type=datetime-local].p-input:focus,
|
|
131
|
+
input[type=datetime-local].p-input:focus-visible,
|
|
132
|
+
input[type=datetime-local].p-input.focus,
|
|
133
|
+
input[type=time].p-input:focus,
|
|
134
|
+
input[type=time].p-input:focus-visible,
|
|
135
|
+
input[type=time].p-input.focus,
|
|
136
|
+
input[type=tel].p-input:focus,
|
|
137
|
+
input[type=tel].p-input:focus-visible,
|
|
138
|
+
input[type=tel].p-input.focus,
|
|
139
|
+
input[type=password].p-input:focus,
|
|
140
|
+
input[type=password].p-input:focus-visible,
|
|
141
|
+
input[type=password].p-input.focus,
|
|
142
|
+
input[type=email].p-input:focus,
|
|
143
|
+
input[type=email].p-input:focus-visible,
|
|
144
|
+
input[type=email].p-input.focus {
|
|
145
|
+
@apply border-indigo !important;
|
|
146
|
+
}
|
|
147
|
+
input[type=text].p-input[error], input[type=text].p-input.error,
|
|
148
|
+
input[type=number].p-input[error],
|
|
149
|
+
input[type=number].p-input.error,
|
|
150
|
+
input[type=date].p-input[error],
|
|
151
|
+
input[type=date].p-input.error,
|
|
152
|
+
input[type=month].p-input[error],
|
|
153
|
+
input[type=month].p-input.error,
|
|
154
|
+
input[type=datetime-local].p-input[error],
|
|
155
|
+
input[type=datetime-local].p-input.error,
|
|
156
|
+
input[type=time].p-input[error],
|
|
157
|
+
input[type=time].p-input.error,
|
|
158
|
+
input[type=tel].p-input[error],
|
|
159
|
+
input[type=tel].p-input.error,
|
|
160
|
+
input[type=password].p-input[error],
|
|
161
|
+
input[type=password].p-input.error,
|
|
162
|
+
input[type=email].p-input[error],
|
|
163
|
+
input[type=email].p-input.error {
|
|
164
|
+
@apply text-negative-dark;
|
|
165
|
+
@apply border-negative !important;
|
|
166
|
+
}
|
|
167
|
+
input[type=text].p-input[error]::placeholder, input[type=text].p-input.error::placeholder,
|
|
168
|
+
input[type=number].p-input[error]::placeholder,
|
|
169
|
+
input[type=number].p-input.error::placeholder,
|
|
170
|
+
input[type=date].p-input[error]::placeholder,
|
|
171
|
+
input[type=date].p-input.error::placeholder,
|
|
172
|
+
input[type=month].p-input[error]::placeholder,
|
|
173
|
+
input[type=month].p-input.error::placeholder,
|
|
174
|
+
input[type=datetime-local].p-input[error]::placeholder,
|
|
175
|
+
input[type=datetime-local].p-input.error::placeholder,
|
|
176
|
+
input[type=time].p-input[error]::placeholder,
|
|
177
|
+
input[type=time].p-input.error::placeholder,
|
|
178
|
+
input[type=tel].p-input[error]::placeholder,
|
|
179
|
+
input[type=tel].p-input.error::placeholder,
|
|
180
|
+
input[type=password].p-input[error]::placeholder,
|
|
181
|
+
input[type=password].p-input.error::placeholder,
|
|
182
|
+
input[type=email].p-input[error]::placeholder,
|
|
183
|
+
input[type=email].p-input.error::placeholder {
|
|
184
|
+
@apply text-negative-light;
|
|
185
|
+
}
|
|
186
|
+
input[type=text].p-input[disabled], input[type=text].p-input:disabled, input[type=text].p-input.disabled,
|
|
187
|
+
input[type=number].p-input[disabled],
|
|
188
|
+
input[type=number].p-input:disabled,
|
|
189
|
+
input[type=number].p-input.disabled,
|
|
190
|
+
input[type=date].p-input[disabled],
|
|
191
|
+
input[type=date].p-input:disabled,
|
|
192
|
+
input[type=date].p-input.disabled,
|
|
193
|
+
input[type=month].p-input[disabled],
|
|
194
|
+
input[type=month].p-input:disabled,
|
|
195
|
+
input[type=month].p-input.disabled,
|
|
196
|
+
input[type=datetime-local].p-input[disabled],
|
|
197
|
+
input[type=datetime-local].p-input:disabled,
|
|
198
|
+
input[type=datetime-local].p-input.disabled,
|
|
199
|
+
input[type=time].p-input[disabled],
|
|
200
|
+
input[type=time].p-input:disabled,
|
|
201
|
+
input[type=time].p-input.disabled,
|
|
202
|
+
input[type=tel].p-input[disabled],
|
|
203
|
+
input[type=tel].p-input:disabled,
|
|
204
|
+
input[type=tel].p-input.disabled,
|
|
205
|
+
input[type=password].p-input[disabled],
|
|
206
|
+
input[type=password].p-input:disabled,
|
|
207
|
+
input[type=password].p-input.disabled,
|
|
208
|
+
input[type=email].p-input[disabled],
|
|
209
|
+
input[type=email].p-input:disabled,
|
|
210
|
+
input[type=email].p-input.disabled {
|
|
211
|
+
@apply opacity-40;
|
|
212
|
+
}
|
|
213
|
+
input[type=text].p-input.clean::-webkit-calendar-picker-indicator,
|
|
214
|
+
input[type=number].p-input.clean::-webkit-calendar-picker-indicator,
|
|
215
|
+
input[type=date].p-input.clean::-webkit-calendar-picker-indicator,
|
|
216
|
+
input[type=month].p-input.clean::-webkit-calendar-picker-indicator,
|
|
217
|
+
input[type=datetime-local].p-input.clean::-webkit-calendar-picker-indicator,
|
|
218
|
+
input[type=time].p-input.clean::-webkit-calendar-picker-indicator,
|
|
219
|
+
input[type=tel].p-input.clean::-webkit-calendar-picker-indicator,
|
|
220
|
+
input[type=password].p-input.clean::-webkit-calendar-picker-indicator,
|
|
221
|
+
input[type=email].p-input.clean::-webkit-calendar-picker-indicator {
|
|
222
|
+
display: none;
|
|
223
|
+
}
|
|
224
|
+
|
|
225
|
+
textarea.p-input {
|
|
226
|
+
@apply flex justify-start items-center h-10;
|
|
227
|
+
@apply text-storm-dark;
|
|
228
|
+
@apply bg-white px-4 w-full;
|
|
229
|
+
@apply rounded-large;
|
|
230
|
+
@apply border border-mystic-dark border-solid !important;
|
|
231
|
+
@apply outline-0 !important;
|
|
232
|
+
@apply h-auto py-2;
|
|
233
|
+
}
|
|
234
|
+
textarea.p-input::placeholder {
|
|
235
|
+
@apply text-storm-medium;
|
|
236
|
+
}
|
|
237
|
+
textarea.p-input:focus, textarea.p-input:focus-visible, textarea.p-input.focus {
|
|
238
|
+
@apply border-indigo !important;
|
|
239
|
+
}
|
|
240
|
+
textarea.p-input[error], textarea.p-input.error {
|
|
241
|
+
@apply text-negative-dark;
|
|
242
|
+
@apply border-negative !important;
|
|
243
|
+
}
|
|
244
|
+
textarea.p-input[error]::placeholder, textarea.p-input.error::placeholder {
|
|
245
|
+
@apply text-negative-light;
|
|
246
|
+
}
|
|
247
|
+
textarea.p-input[disabled], textarea.p-input:disabled, textarea.p-input.disabled {
|
|
248
|
+
@apply opacity-40;
|
|
81
249
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{p as
|
|
1
|
+
import{p as e,b as a}from"./p-0100c1a2.js";(()=>{const a=import.meta.url,i={};return""!==a&&(i.resourcesUrl=new URL(".",a).href),e(i)})().then((e=>a([["p-19254809",[[1,"p-modal",{size:[1],variant:[1],header:[1],show:[4]}]]],["p-86283ebd",[[4,"p-button",{variant:[1],href:[1],target:[1],size:[1],width:[1],loading:[4],chevron:[8],disabled:[4],icon:[1],iconOnly:[4,"icon-only"],iconPosition:[1,"icon-position"],iconFlip:[1,"icon-flip"],iconRotate:[2,"icon-rotate"],inheritText:[4,"inherit-text"]},[[2,"click","handleClick"]]],[1,"p-loader",{show:[4],variant:[1],color:[1],modalTitle:[1,"modal-title"],modalDescription:[1,"modal-description"]}],[0,"p-icon",{variant:[1],size:[1],rotate:[2],flip:[1]}]]],["p-40f9ac13",[[1,"p-input-group",{prefix:[1],suffix:[1],icon:[1],iconFlip:[1,"icon-flip"],iconRotate:[2,"icon-rotate"],label:[1],helper:[1],error:[513],disabled:[516],focused:[516]}]]],["p-e8dfce4a",[[1,"p-stepper",{activeStep:[2,"active-step"],direction:[513]}]]],["p-62797992",[[1,"p-accordion",{header:[1],open:[4],closeable:[4],openable:[4]}]]],["p-fb1e33eb",[[1,"p-navigation-item",{active:[4],icon:[1],counter:[8],href:[1],target:[1]}]]],["p-ffeed7c6",[[0,"p-pagination",{page:[1538],pageSize:[2,"page-size"],total:[2]}]]],["p-75c92a9d",[[4,"p-card-header",{header:[1],arrow:[4]}]]],["p-b68368f3",[[1,"p-dropdown",{placement:[1],show:[4],insideClick:[4,"inside-click"],disableTriggerClick:[4,"disable-trigger-click"]},[[6,"click","documentClickHandler"]]]]],["p-4a85b858",[[1,"p-info-panel",{variant:[1],header:[1],content:[1],closeable:[4]}]]],["p-30026c58",[[1,"p-profile"]]],["p-a5b0a5bd",[[1,"p-segment-item",{active:[4],icon:[1],iconFlip:[1,"icon-flip"],iconRotate:[2,"icon-rotate"]}]]],["p-7784ee14",[[4,"p-status",{variant:[1],icon:[1],iconFlip:[1,"icon-flip"],iconRotate:[2,"icon-rotate"]}]]],["p-2a3dd70b",[[1,"p-tab-group"]]],["p-2c7eebe0",[[4,"p-avatar-group",{extra:[2]}]]],["p-df237d9a",[[4,"p-card-body",{inheritText:[516,"inherit-text"]}]]],["p-fcd30824",[[1,"p-card-container",{hoverable:[516],shadow:[516]}]]],["p-3f6d3736",[[1,"p-dropdown-menu-item",{active:[4]}]]],["p-d069673f",[[0,"p-illustration",{variant:[1]}]]],["p-e4930555",[[1,"p-layout",{variant:[1]}]]],["p-864ac423",[[4,"p-segment-container"]]],["p-7e05bc4b",[[1,"p-tab-item",{active:[4]}]]],["p-a30a5f69",[[1,"p-tag",{variant:[513],circle:[516]}]]],["p-6421cd2a",[[1,"p-tooltip",{variant:[1],popover:[8],placement:[1],show:[4],canManuallyClose:[4,"can-manually-close"]},[[2,"click","clickHandler"],[6,"click","documentClickHandler"],[1,"mouseenter","mouseEnterHandler"],[0,"focus","mouseEnterHandler"],[1,"mouseleave","mouseLeaveHandler"],[0,"blur","mouseLeaveHandler"]]]]],["p-f8bb6e8d",[[1,"p-helper",{placement:[1]}]]],["p-a69581db",[[0,"p-avatar",{variant:[513],size:[513],defaultImage:[1,"default-image"],src:[1],_src:[32]}]]],["p-11d24001",[[1,"p-counter"]]],["p-c64e2313",[[4,"p-dropdown-menu-container"]]],["p-2120a0b7",[[1,"p-pagination-item",{active:[4]}]]],["p-7933cf7c",[[1,"p-stepper-item",{align:[513],direction:[513],finished:[516],active:[516]}],[1,"p-stepper-line",{active:[516],direction:[513]}]]],["p-b9f5cac6",[[1,"p-divider"]]],["p-41693695",[[1,"p-modal-footer"],[1,"p-modal-backdrop"],[1,"p-modal-body",{variant:[1]}],[4,"p-modal-container",{size:[1]}],[1,"p-modal-header"]]]],e)));
|
|
@@ -54,7 +54,7 @@ const supportsConstructibleStylesheets = /*@__PURE__*/ (() => {
|
|
|
54
54
|
const addHostEventListeners = (elm, hostRef, listeners, attachParentListeners) => {
|
|
55
55
|
if (listeners) {
|
|
56
56
|
listeners.map(([flags, name, method]) => {
|
|
57
|
-
const target = elm;
|
|
57
|
+
const target = getHostListenerTarget(elm, flags) ;
|
|
58
58
|
const handler = hostListenerProxy(hostRef, method);
|
|
59
59
|
const opts = hostListenerOpts(flags);
|
|
60
60
|
plt.ael(target, name, handler, opts);
|
|
@@ -78,6 +78,11 @@ const hostListenerProxy = (hostRef, methodName) => (ev) => {
|
|
|
78
78
|
consoleError(e);
|
|
79
79
|
}
|
|
80
80
|
};
|
|
81
|
+
const getHostListenerTarget = (elm, flags) => {
|
|
82
|
+
if (flags & 4 /* TargetDocument */)
|
|
83
|
+
return doc;
|
|
84
|
+
return elm;
|
|
85
|
+
};
|
|
81
86
|
// prettier-ignore
|
|
82
87
|
const hostListenerOpts = (flags) => (flags & 2 /* Capture */) !== 0;
|
|
83
88
|
const HYDRATED_CSS = '{visibility:hidden}.hydrated{visibility:inherit}';
|
|
@@ -303,7 +308,7 @@ const convertToPrivate = (node) => {
|
|
|
303
308
|
const setAccessor = (elm, memberName, oldValue, newValue, isSvg, flags) => {
|
|
304
309
|
if (oldValue !== newValue) {
|
|
305
310
|
let isProp = isMemberInElement(elm, memberName);
|
|
306
|
-
memberName.toLowerCase();
|
|
311
|
+
let ln = memberName.toLowerCase();
|
|
307
312
|
if (memberName === 'class') {
|
|
308
313
|
const classList = elm.classList;
|
|
309
314
|
const oldClasses = parseClassList(oldValue);
|
|
@@ -317,6 +322,45 @@ const setAccessor = (elm, memberName, oldValue, newValue, isSvg, flags) => {
|
|
|
317
322
|
newValue(elm);
|
|
318
323
|
}
|
|
319
324
|
}
|
|
325
|
+
else if ((!isProp ) &&
|
|
326
|
+
memberName[0] === 'o' &&
|
|
327
|
+
memberName[1] === 'n') {
|
|
328
|
+
// Event Handlers
|
|
329
|
+
// so if the member name starts with "on" and the 3rd characters is
|
|
330
|
+
// a capital letter, and it's not already a member on the element,
|
|
331
|
+
// then we're assuming it's an event listener
|
|
332
|
+
if (memberName[2] === '-') {
|
|
333
|
+
// on- prefixed events
|
|
334
|
+
// allows to be explicit about the dom event to listen without any magic
|
|
335
|
+
// under the hood:
|
|
336
|
+
// <my-cmp on-click> // listens for "click"
|
|
337
|
+
// <my-cmp on-Click> // listens for "Click"
|
|
338
|
+
// <my-cmp on-ionChange> // listens for "ionChange"
|
|
339
|
+
// <my-cmp on-EVENTS> // listens for "EVENTS"
|
|
340
|
+
memberName = memberName.slice(3);
|
|
341
|
+
}
|
|
342
|
+
else if (isMemberInElement(win, ln)) {
|
|
343
|
+
// standard event
|
|
344
|
+
// the JSX attribute could have been "onMouseOver" and the
|
|
345
|
+
// member name "onmouseover" is on the window's prototype
|
|
346
|
+
// so let's add the listener "mouseover", which is all lowercased
|
|
347
|
+
memberName = ln.slice(2);
|
|
348
|
+
}
|
|
349
|
+
else {
|
|
350
|
+
// custom event
|
|
351
|
+
// the JSX attribute could have been "onMyCustomEvent"
|
|
352
|
+
// so let's trim off the "on" prefix and lowercase the first character
|
|
353
|
+
// and add the listener "myCustomEvent"
|
|
354
|
+
// except for the first character, we keep the event name case
|
|
355
|
+
memberName = ln[2] + memberName.slice(3);
|
|
356
|
+
}
|
|
357
|
+
if (oldValue) {
|
|
358
|
+
plt.rel(elm, memberName, oldValue, false);
|
|
359
|
+
}
|
|
360
|
+
if (newValue) {
|
|
361
|
+
plt.ael(elm, memberName, newValue, false);
|
|
362
|
+
}
|
|
363
|
+
}
|
|
320
364
|
else {
|
|
321
365
|
// Set property if it exists and it's not a SVG
|
|
322
366
|
const isComplex = isComplexType(newValue);
|
|
@@ -802,6 +846,10 @@ const renderVdom = (hostRef, renderFnResults) => {
|
|
|
802
846
|
const oldVNode = hostRef.$vnode$ || newVNode(null, null);
|
|
803
847
|
const rootVnode = isHost(renderFnResults) ? renderFnResults : h(null, null, renderFnResults);
|
|
804
848
|
hostTagName = hostElm.tagName;
|
|
849
|
+
if (cmpMeta.$attrsToReflect$) {
|
|
850
|
+
rootVnode.$attrs$ = rootVnode.$attrs$ || {};
|
|
851
|
+
cmpMeta.$attrsToReflect$.map(([propName, attribute]) => (rootVnode.$attrs$[attribute] = hostElm[propName]));
|
|
852
|
+
}
|
|
805
853
|
rootVnode.$tag$ = null;
|
|
806
854
|
rootVnode.$flags$ |= 4 /* isHost */;
|
|
807
855
|
hostRef.$vnode$ = rootVnode;
|
|
@@ -952,6 +1000,9 @@ const dispatchHooks = (hostRef, isInitialLoad) => {
|
|
|
952
1000
|
hostRef.$queuedListeners$ = null;
|
|
953
1001
|
}
|
|
954
1002
|
}
|
|
1003
|
+
{
|
|
1004
|
+
promise = safeCall(instance, 'componentWillLoad');
|
|
1005
|
+
}
|
|
955
1006
|
}
|
|
956
1007
|
{
|
|
957
1008
|
promise = then(promise, () => safeCall(instance, 'componentWillRender'));
|
|
@@ -1132,6 +1183,7 @@ const getValue = (ref, propName) => getHostRef(ref).$instanceValues$.get(propNam
|
|
|
1132
1183
|
const setValue = (ref, propName, newVal, cmpMeta) => {
|
|
1133
1184
|
// check our new property value against our internal value
|
|
1134
1185
|
const hostRef = getHostRef(ref);
|
|
1186
|
+
const elm = hostRef.$hostElement$ ;
|
|
1135
1187
|
const oldVal = hostRef.$instanceValues$.get(propName);
|
|
1136
1188
|
const flags = hostRef.$flags$;
|
|
1137
1189
|
const instance = hostRef.$lazyInstance$ ;
|
|
@@ -1144,6 +1196,22 @@ const setValue = (ref, propName, newVal, cmpMeta) => {
|
|
|
1144
1196
|
// set our new value!
|
|
1145
1197
|
hostRef.$instanceValues$.set(propName, newVal);
|
|
1146
1198
|
if (instance) {
|
|
1199
|
+
// get an array of method names of watch functions to call
|
|
1200
|
+
if (cmpMeta.$watchers$ && flags & 128 /* isWatchReady */) {
|
|
1201
|
+
const watchMethods = cmpMeta.$watchers$[propName];
|
|
1202
|
+
if (watchMethods) {
|
|
1203
|
+
// this instance is watching for when this property changed
|
|
1204
|
+
watchMethods.map((watchMethodName) => {
|
|
1205
|
+
try {
|
|
1206
|
+
// fire off each of the watch methods that are watching this property
|
|
1207
|
+
instance[watchMethodName](newVal, oldVal, propName);
|
|
1208
|
+
}
|
|
1209
|
+
catch (e) {
|
|
1210
|
+
consoleError(e, elm);
|
|
1211
|
+
}
|
|
1212
|
+
});
|
|
1213
|
+
}
|
|
1214
|
+
}
|
|
1147
1215
|
if ((flags & (2 /* hasRendered */ | 16 /* isQueuedForUpdate */)) === 2 /* hasRendered */) {
|
|
1148
1216
|
if (instance.componentShouldUpdate) {
|
|
1149
1217
|
if (instance.componentShouldUpdate(newVal, oldVal, propName) === false) {
|
|
@@ -1161,6 +1229,9 @@ const setValue = (ref, propName, newVal, cmpMeta) => {
|
|
|
1161
1229
|
};
|
|
1162
1230
|
const proxyComponent = (Cstr, cmpMeta, flags) => {
|
|
1163
1231
|
if (cmpMeta.$members$) {
|
|
1232
|
+
if (Cstr.watchers) {
|
|
1233
|
+
cmpMeta.$watchers$ = Cstr.watchers;
|
|
1234
|
+
}
|
|
1164
1235
|
// It's better to have a const than two Object.entries()
|
|
1165
1236
|
const members = Object.entries(cmpMeta.$members$);
|
|
1166
1237
|
const prototype = Cstr.prototype;
|
|
@@ -1242,6 +1313,9 @@ const proxyComponent = (Cstr, cmpMeta, flags) => {
|
|
|
1242
1313
|
.map(([propName, m]) => {
|
|
1243
1314
|
const attrName = m[1] || propName;
|
|
1244
1315
|
attrNameToPropName.set(attrName, propName);
|
|
1316
|
+
if (m[0] & 512 /* ReflectAttr */) {
|
|
1317
|
+
cmpMeta.$attrsToReflect$.push([propName, attrName]);
|
|
1318
|
+
}
|
|
1245
1319
|
return attrName;
|
|
1246
1320
|
});
|
|
1247
1321
|
}
|
|
@@ -1265,6 +1339,12 @@ const initializeComponent = async (elm, hostRef, cmpMeta, hmrVersionId, Cstr) =>
|
|
|
1265
1339
|
endLoad();
|
|
1266
1340
|
}
|
|
1267
1341
|
if (!Cstr.isProxied) {
|
|
1342
|
+
// we've never proxied this Constructor before
|
|
1343
|
+
// let's add the getters/setters to its prototype before
|
|
1344
|
+
// the first time we create an instance of the implementation
|
|
1345
|
+
{
|
|
1346
|
+
cmpMeta.$watchers$ = Cstr.watchers;
|
|
1347
|
+
}
|
|
1268
1348
|
proxyComponent(Cstr, cmpMeta, 2 /* proxyState */);
|
|
1269
1349
|
Cstr.isProxied = true;
|
|
1270
1350
|
}
|
|
@@ -1288,6 +1368,9 @@ const initializeComponent = async (elm, hostRef, cmpMeta, hmrVersionId, Cstr) =>
|
|
|
1288
1368
|
{
|
|
1289
1369
|
hostRef.$flags$ &= ~8 /* isConstructingInstance */;
|
|
1290
1370
|
}
|
|
1371
|
+
{
|
|
1372
|
+
hostRef.$flags$ |= 128 /* isWatchReady */;
|
|
1373
|
+
}
|
|
1291
1374
|
endNewInstance();
|
|
1292
1375
|
}
|
|
1293
1376
|
if (Cstr.style) {
|
|
@@ -1422,6 +1505,12 @@ const bootstrapLazy = (lazyBundles, options = {}) => {
|
|
|
1422
1505
|
{
|
|
1423
1506
|
cmpMeta.$listeners$ = compactMeta[3];
|
|
1424
1507
|
}
|
|
1508
|
+
{
|
|
1509
|
+
cmpMeta.$attrsToReflect$ = [];
|
|
1510
|
+
}
|
|
1511
|
+
{
|
|
1512
|
+
cmpMeta.$watchers$ = {};
|
|
1513
|
+
}
|
|
1425
1514
|
const tagName = cmpMeta.$tagName$;
|
|
1426
1515
|
const HostElement = class extends HTMLElement {
|
|
1427
1516
|
// StencilLazyHost
|
|
@@ -1516,7 +1605,144 @@ const loadModule = (cmpMeta, hostRef, hmrVersionId) => {
|
|
|
1516
1605
|
if (module) {
|
|
1517
1606
|
return module[exportName];
|
|
1518
1607
|
}
|
|
1519
|
-
|
|
1608
|
+
|
|
1609
|
+
if (!hmrVersionId || !BUILD.hotModuleReplacement) {
|
|
1610
|
+
const processMod = importedModule => {
|
|
1611
|
+
cmpModules.set(bundleId, importedModule);
|
|
1612
|
+
return importedModule[exportName];
|
|
1613
|
+
}
|
|
1614
|
+
switch(bundleId) {
|
|
1615
|
+
|
|
1616
|
+
case 'p-button_3.cjs':
|
|
1617
|
+
return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
|
|
1618
|
+
/* webpackMode: "lazy" */
|
|
1619
|
+
'./p-button_3.cjs.entry.js')); }).then(processMod, consoleError);
|
|
1620
|
+
case 'p-accordion.cjs':
|
|
1621
|
+
return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
|
|
1622
|
+
/* webpackMode: "lazy" */
|
|
1623
|
+
'./p-accordion.cjs.entry.js')); }).then(processMod, consoleError);
|
|
1624
|
+
case 'p-avatar-group.cjs':
|
|
1625
|
+
return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
|
|
1626
|
+
/* webpackMode: "lazy" */
|
|
1627
|
+
'./p-avatar-group.cjs.entry.js')); }).then(processMod, consoleError);
|
|
1628
|
+
case 'p-card-body.cjs':
|
|
1629
|
+
return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
|
|
1630
|
+
/* webpackMode: "lazy" */
|
|
1631
|
+
'./p-card-body.cjs.entry.js')); }).then(processMod, consoleError);
|
|
1632
|
+
case 'p-card-container.cjs':
|
|
1633
|
+
return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
|
|
1634
|
+
/* webpackMode: "lazy" */
|
|
1635
|
+
'./p-card-container.cjs.entry.js')); }).then(processMod, consoleError);
|
|
1636
|
+
case 'p-card-header.cjs':
|
|
1637
|
+
return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
|
|
1638
|
+
/* webpackMode: "lazy" */
|
|
1639
|
+
'./p-card-header.cjs.entry.js')); }).then(processMod, consoleError);
|
|
1640
|
+
case 'p-dropdown.cjs':
|
|
1641
|
+
return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
|
|
1642
|
+
/* webpackMode: "lazy" */
|
|
1643
|
+
'./p-dropdown.cjs.entry.js')); }).then(processMod, consoleError);
|
|
1644
|
+
case 'p-dropdown-menu-item.cjs':
|
|
1645
|
+
return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
|
|
1646
|
+
/* webpackMode: "lazy" */
|
|
1647
|
+
'./p-dropdown-menu-item.cjs.entry.js')); }).then(processMod, consoleError);
|
|
1648
|
+
case 'p-illustration.cjs':
|
|
1649
|
+
return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
|
|
1650
|
+
/* webpackMode: "lazy" */
|
|
1651
|
+
'./p-illustration.cjs.entry.js')); }).then(processMod, consoleError);
|
|
1652
|
+
case 'p-info-panel.cjs':
|
|
1653
|
+
return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
|
|
1654
|
+
/* webpackMode: "lazy" */
|
|
1655
|
+
'./p-info-panel.cjs.entry.js')); }).then(processMod, consoleError);
|
|
1656
|
+
case 'p-input-group.cjs':
|
|
1657
|
+
return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
|
|
1658
|
+
/* webpackMode: "lazy" */
|
|
1659
|
+
'./p-input-group.cjs.entry.js')); }).then(processMod, consoleError);
|
|
1660
|
+
case 'p-layout.cjs':
|
|
1661
|
+
return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
|
|
1662
|
+
/* webpackMode: "lazy" */
|
|
1663
|
+
'./p-layout.cjs.entry.js')); }).then(processMod, consoleError);
|
|
1664
|
+
case 'p-modal.cjs':
|
|
1665
|
+
return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
|
|
1666
|
+
/* webpackMode: "lazy" */
|
|
1667
|
+
'./p-modal.cjs.entry.js')); }).then(processMod, consoleError);
|
|
1668
|
+
case 'p-navigation-item.cjs':
|
|
1669
|
+
return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
|
|
1670
|
+
/* webpackMode: "lazy" */
|
|
1671
|
+
'./p-navigation-item.cjs.entry.js')); }).then(processMod, consoleError);
|
|
1672
|
+
case 'p-pagination.cjs':
|
|
1673
|
+
return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
|
|
1674
|
+
/* webpackMode: "lazy" */
|
|
1675
|
+
'./p-pagination.cjs.entry.js')); }).then(processMod, consoleError);
|
|
1676
|
+
case 'p-profile.cjs':
|
|
1677
|
+
return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
|
|
1678
|
+
/* webpackMode: "lazy" */
|
|
1679
|
+
'./p-profile.cjs.entry.js')); }).then(processMod, consoleError);
|
|
1680
|
+
case 'p-segment-container.cjs':
|
|
1681
|
+
return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
|
|
1682
|
+
/* webpackMode: "lazy" */
|
|
1683
|
+
'./p-segment-container.cjs.entry.js')); }).then(processMod, consoleError);
|
|
1684
|
+
case 'p-segment-item.cjs':
|
|
1685
|
+
return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
|
|
1686
|
+
/* webpackMode: "lazy" */
|
|
1687
|
+
'./p-segment-item.cjs.entry.js')); }).then(processMod, consoleError);
|
|
1688
|
+
case 'p-status.cjs':
|
|
1689
|
+
return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
|
|
1690
|
+
/* webpackMode: "lazy" */
|
|
1691
|
+
'./p-status.cjs.entry.js')); }).then(processMod, consoleError);
|
|
1692
|
+
case 'p-stepper.cjs':
|
|
1693
|
+
return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
|
|
1694
|
+
/* webpackMode: "lazy" */
|
|
1695
|
+
'./p-stepper.cjs.entry.js')); }).then(processMod, consoleError);
|
|
1696
|
+
case 'p-tab-group.cjs':
|
|
1697
|
+
return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
|
|
1698
|
+
/* webpackMode: "lazy" */
|
|
1699
|
+
'./p-tab-group.cjs.entry.js')); }).then(processMod, consoleError);
|
|
1700
|
+
case 'p-tab-item.cjs':
|
|
1701
|
+
return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
|
|
1702
|
+
/* webpackMode: "lazy" */
|
|
1703
|
+
'./p-tab-item.cjs.entry.js')); }).then(processMod, consoleError);
|
|
1704
|
+
case 'p-tag.cjs':
|
|
1705
|
+
return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
|
|
1706
|
+
/* webpackMode: "lazy" */
|
|
1707
|
+
'./p-tag.cjs.entry.js')); }).then(processMod, consoleError);
|
|
1708
|
+
case 'p-avatar.cjs':
|
|
1709
|
+
return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
|
|
1710
|
+
/* webpackMode: "lazy" */
|
|
1711
|
+
'./p-avatar.cjs.entry.js')); }).then(processMod, consoleError);
|
|
1712
|
+
case 'p-counter.cjs':
|
|
1713
|
+
return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
|
|
1714
|
+
/* webpackMode: "lazy" */
|
|
1715
|
+
'./p-counter.cjs.entry.js')); }).then(processMod, consoleError);
|
|
1716
|
+
case 'p-dropdown-menu-container.cjs':
|
|
1717
|
+
return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
|
|
1718
|
+
/* webpackMode: "lazy" */
|
|
1719
|
+
'./p-dropdown-menu-container.cjs.entry.js')); }).then(processMod, consoleError);
|
|
1720
|
+
case 'p-helper.cjs':
|
|
1721
|
+
return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
|
|
1722
|
+
/* webpackMode: "lazy" */
|
|
1723
|
+
'./p-helper.cjs.entry.js')); }).then(processMod, consoleError);
|
|
1724
|
+
case 'p-modal-backdrop_5.cjs':
|
|
1725
|
+
return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
|
|
1726
|
+
/* webpackMode: "lazy" */
|
|
1727
|
+
'./p-modal-backdrop_5.cjs.entry.js')); }).then(processMod, consoleError);
|
|
1728
|
+
case 'p-pagination-item.cjs':
|
|
1729
|
+
return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
|
|
1730
|
+
/* webpackMode: "lazy" */
|
|
1731
|
+
'./p-pagination-item.cjs.entry.js')); }).then(processMod, consoleError);
|
|
1732
|
+
case 'p-stepper-item_2.cjs':
|
|
1733
|
+
return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
|
|
1734
|
+
/* webpackMode: "lazy" */
|
|
1735
|
+
'./p-stepper-item_2.cjs.entry.js')); }).then(processMod, consoleError);
|
|
1736
|
+
case 'p-tooltip.cjs':
|
|
1737
|
+
return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
|
|
1738
|
+
/* webpackMode: "lazy" */
|
|
1739
|
+
'./p-tooltip.cjs.entry.js')); }).then(processMod, consoleError);
|
|
1740
|
+
case 'p-divider.cjs':
|
|
1741
|
+
return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
|
|
1742
|
+
/* webpackMode: "lazy" */
|
|
1743
|
+
'./p-divider.cjs.entry.js')); }).then(processMod, consoleError);
|
|
1744
|
+
}
|
|
1745
|
+
}
|
|
1520
1746
|
return Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require(
|
|
1521
1747
|
/* @vite-ignore */
|
|
1522
1748
|
/* webpackInclude: /\.entry\.js$/ */
|
package/dist/cjs/loader.cjs.js
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
const index = require('./index-
|
|
5
|
+
const index = require('./index-f9c302b6.js');
|
|
6
6
|
|
|
7
7
|
/*
|
|
8
8
|
Stencil Client Patch Esm v2.17.0 | MIT Licensed | https://stenciljs.com
|
|
@@ -14,7 +14,7 @@ const patchEsm = () => {
|
|
|
14
14
|
const defineCustomElements = (win, options) => {
|
|
15
15
|
if (typeof window === 'undefined') return Promise.resolve();
|
|
16
16
|
return patchEsm().then(() => {
|
|
17
|
-
return index.bootstrapLazy([["p-
|
|
17
|
+
return index.bootstrapLazy([["p-modal.cjs",[[1,"p-modal",{"size":[1],"variant":[1],"header":[1],"show":[4]}]]],["p-button_3.cjs",[[4,"p-button",{"variant":[1],"href":[1],"target":[1],"size":[1],"width":[1],"loading":[4],"chevron":[8],"disabled":[4],"icon":[1],"iconOnly":[4,"icon-only"],"iconPosition":[1,"icon-position"],"iconFlip":[1,"icon-flip"],"iconRotate":[2,"icon-rotate"],"inheritText":[4,"inherit-text"]},[[2,"click","handleClick"]]],[1,"p-loader",{"show":[4],"variant":[1],"color":[1],"modalTitle":[1,"modal-title"],"modalDescription":[1,"modal-description"]}],[0,"p-icon",{"variant":[1],"size":[1],"rotate":[2],"flip":[1]}]]],["p-input-group.cjs",[[1,"p-input-group",{"prefix":[1],"suffix":[1],"icon":[1],"iconFlip":[1,"icon-flip"],"iconRotate":[2,"icon-rotate"],"label":[1],"helper":[1],"error":[513],"disabled":[516],"focused":[516]}]]],["p-stepper.cjs",[[1,"p-stepper",{"activeStep":[2,"active-step"],"direction":[513]}]]],["p-accordion.cjs",[[1,"p-accordion",{"header":[1],"open":[4],"closeable":[4],"openable":[4]}]]],["p-navigation-item.cjs",[[1,"p-navigation-item",{"active":[4],"icon":[1],"counter":[8],"href":[1],"target":[1]}]]],["p-pagination.cjs",[[0,"p-pagination",{"page":[1538],"pageSize":[2,"page-size"],"total":[2]}]]],["p-card-header.cjs",[[4,"p-card-header",{"header":[1],"arrow":[4]}]]],["p-dropdown.cjs",[[1,"p-dropdown",{"placement":[1],"show":[4],"insideClick":[4,"inside-click"],"disableTriggerClick":[4,"disable-trigger-click"]},[[6,"click","documentClickHandler"]]]]],["p-info-panel.cjs",[[1,"p-info-panel",{"variant":[1],"header":[1],"content":[1],"closeable":[4]}]]],["p-profile.cjs",[[1,"p-profile"]]],["p-segment-item.cjs",[[1,"p-segment-item",{"active":[4],"icon":[1],"iconFlip":[1,"icon-flip"],"iconRotate":[2,"icon-rotate"]}]]],["p-status.cjs",[[4,"p-status",{"variant":[1],"icon":[1],"iconFlip":[1,"icon-flip"],"iconRotate":[2,"icon-rotate"]}]]],["p-tab-group.cjs",[[1,"p-tab-group"]]],["p-avatar-group.cjs",[[4,"p-avatar-group",{"extra":[2]}]]],["p-card-body.cjs",[[4,"p-card-body",{"inheritText":[516,"inherit-text"]}]]],["p-card-container.cjs",[[1,"p-card-container",{"hoverable":[516],"shadow":[516]}]]],["p-dropdown-menu-item.cjs",[[1,"p-dropdown-menu-item",{"active":[4]}]]],["p-illustration.cjs",[[0,"p-illustration",{"variant":[1]}]]],["p-layout.cjs",[[1,"p-layout",{"variant":[1]}]]],["p-segment-container.cjs",[[4,"p-segment-container"]]],["p-tab-item.cjs",[[1,"p-tab-item",{"active":[4]}]]],["p-tag.cjs",[[1,"p-tag",{"variant":[513],"circle":[516]}]]],["p-tooltip.cjs",[[1,"p-tooltip",{"variant":[1],"popover":[8],"placement":[1],"show":[4],"canManuallyClose":[4,"can-manually-close"]},[[2,"click","clickHandler"],[6,"click","documentClickHandler"],[1,"mouseenter","mouseEnterHandler"],[0,"focus","mouseEnterHandler"],[1,"mouseleave","mouseLeaveHandler"],[0,"blur","mouseLeaveHandler"]]]]],["p-helper.cjs",[[1,"p-helper",{"placement":[1]}]]],["p-avatar.cjs",[[0,"p-avatar",{"variant":[513],"size":[513],"defaultImage":[1,"default-image"],"src":[1],"_src":[32]}]]],["p-counter.cjs",[[1,"p-counter"]]],["p-dropdown-menu-container.cjs",[[4,"p-dropdown-menu-container"]]],["p-pagination-item.cjs",[[1,"p-pagination-item",{"active":[4]}]]],["p-stepper-item_2.cjs",[[1,"p-stepper-item",{"align":[513],"direction":[513],"finished":[516],"active":[516]}],[1,"p-stepper-line",{"active":[516],"direction":[513]}]]],["p-divider.cjs",[[1,"p-divider"]]],["p-modal-backdrop_5.cjs",[[1,"p-modal-footer"],[1,"p-modal-backdrop"],[1,"p-modal-body",{"variant":[1]}],[4,"p-modal-container",{"size":[1]}],[1,"p-modal-header"]]]], options);
|
|
18
18
|
});
|
|
19
19
|
};
|
|
20
20
|
|