@paperless/core 0.1.0-alpha.21 → 0.1.0-alpha.212
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 +1951 -0
- package/README.md +9 -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-06899ffb.entry.js +1 -0
- package/dist/build/p-09ea2a1a.js +1 -0
- package/dist/build/p-150aadaf.entry.js +1 -0
- package/dist/build/p-15d13147.entry.js +1 -0
- package/dist/build/p-1f6a0296.entry.js +1 -0
- package/dist/build/p-2bf44a1d.entry.js +1 -0
- package/dist/build/p-3180c96e.entry.js +1 -0
- package/dist/build/p-3b243f16.entry.js +1 -0
- package/dist/build/p-3ef5e549.js +1 -0
- package/dist/build/p-41588819.entry.js +1 -0
- package/dist/build/p-44d46765.entry.js +1 -0
- package/dist/build/p-4588a510.entry.js +1 -0
- package/dist/build/p-48c3b71e.entry.js +1 -0
- package/dist/build/p-52ab1f62.entry.js +1 -0
- package/dist/build/p-58dd41be.entry.js +1 -0
- package/dist/build/p-5a71d6ae.entry.js +1 -0
- package/dist/build/p-600a2f21.entry.js +1 -0
- package/dist/build/p-61975c9a.entry.js +1 -0
- package/dist/build/p-6c60fd3d.js +1 -0
- package/dist/{paperless/p-23980fbb.entry.js → build/p-78db3d3c.entry.js} +1 -1
- package/dist/build/p-7a77a930.entry.js +1 -0
- package/dist/build/p-7e9a866e.entry.js +1 -0
- package/dist/build/p-8262fe7e.entry.js +1 -0
- package/dist/build/p-8614bd10.entry.js +1 -0
- package/dist/build/p-86a6c56a.entry.js +1 -0
- package/dist/build/p-8a6728d5.js +1 -0
- package/dist/build/p-8f179b0d.entry.js +1 -0
- package/dist/build/p-98332f25.entry.js +1 -0
- package/dist/build/p-9fba2393.entry.js +1 -0
- package/dist/build/p-a0e3e68d.entry.js +1 -0
- package/dist/build/p-a7086ffa.js +1 -0
- package/dist/build/p-aae4caab.entry.js +1 -0
- package/dist/build/p-ad147b1b.entry.js +1 -0
- package/dist/build/p-b797b0ce.entry.js +1 -0
- package/dist/build/p-c11282d2.entry.js +1 -0
- package/dist/build/p-c4110c09.entry.js +1 -0
- package/dist/build/p-d0a9b97b.entry.js +1 -0
- package/dist/build/p-d17b038f.entry.js +1 -0
- package/dist/build/p-d9c1fe13.js +2 -0
- package/dist/build/p-f45b75ae.entry.js +1 -0
- package/dist/build/paperless.css +331 -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-cf92051a.js} +211 -5
- package/dist/cjs/index.cjs.js +12 -0
- package/dist/cjs/loader.cjs.js +3 -3
- package/dist/cjs/localization-9c989018.js +60 -0
- package/dist/cjs/object-get-by-path-6dc21ed5.js +12 -0
- package/dist/cjs/p-accordion.cjs.entry.js +42 -0
- package/dist/cjs/p-avatar-group.cjs.entry.js +19 -0
- package/dist/cjs/p-avatar.cjs.entry.js +19 -5
- package/dist/cjs/p-button_3.cjs.entry.js +337 -65
- package/dist/cjs/p-card-body.cjs.entry.js +23 -0
- package/dist/cjs/p-card-container.cjs.entry.js +27 -0
- package/dist/cjs/p-card-header.cjs.entry.js +24 -0
- package/dist/cjs/p-content-slider.cjs.entry.js +221 -0
- package/dist/cjs/p-counter.cjs.entry.js +11 -3
- package/dist/cjs/p-divider.cjs.entry.js +6 -3
- package/dist/cjs/p-dropdown_3.cjs.entry.js +205 -0
- package/dist/cjs/p-helper_2.cjs.entry.js +160 -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-input-group_4.cjs.entry.js +144 -0
- 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 +53 -0
- package/dist/cjs/p-navbar.cjs.entry.js +34 -0
- package/dist/cjs/p-navigation-item.cjs.entry.js +3 -3
- package/dist/cjs/p-page-size-select_3.cjs.entry.js +251 -0
- package/dist/cjs/p-profile.cjs.entry.js +49 -0
- package/dist/cjs/p-select.cjs.entry.js +179 -0
- package/dist/cjs/p-slider-indicator.cjs.entry.js +23 -0
- package/dist/cjs/p-status.cjs.entry.js +49 -0
- package/dist/cjs/p-stepper-item_2.cjs.entry.js +56 -0
- package/dist/cjs/p-stepper.cjs.entry.js +49 -0
- package/dist/cjs/p-tab-group.cjs.entry.js +19 -0
- package/dist/cjs/p-tab-item.cjs.entry.js +23 -0
- package/dist/cjs/p-table-cell_5.cjs.entry.js +1179 -0
- package/dist/cjs/p-table-column.cjs.entry.js +36 -0
- package/dist/cjs/p-table.cjs.entry.js +354 -0
- package/dist/cjs/p-toast-container.cjs.entry.js +30 -0
- package/dist/cjs/p-toast.cjs.entry.js +33 -0
- package/dist/cjs/paperless.cjs.js +3 -3
- package/dist/{esm/p-tooltip.entry.js → cjs/popper-e0c4ed4c.js} +2 -123
- 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 +42 -2
- package/dist/collection/components/atoms/avatar/avatar.component.css +16 -20
- package/dist/collection/components/atoms/avatar/avatar.component.js +23 -9
- package/dist/collection/components/atoms/avatar-group/avatar-group.component.css +18 -0
- package/dist/collection/components/atoms/avatar-group/avatar-group.component.js +36 -0
- package/dist/collection/components/atoms/button/button.component.css +60 -23
- package/dist/collection/components/atoms/button/button.component.js +133 -11
- package/dist/collection/components/atoms/card-body/card-body.component.css +9 -0
- package/dist/collection/components/atoms/card-body/card-body.component.js +40 -0
- package/dist/collection/components/atoms/card-container/card-container.component.css +17 -0
- package/dist/collection/components/atoms/card-container/card-container.component.js +63 -0
- package/dist/collection/components/atoms/card-header/card-header.component.css +17 -0
- package/dist/collection/components/atoms/card-header/card-header.component.js +61 -0
- package/dist/collection/components/atoms/counter/counter.component.css +26 -1
- package/dist/collection/components/atoms/counter/counter.component.js +50 -2
- package/dist/collection/components/atoms/divider/divider.component.css +9 -2
- package/dist/collection/components/atoms/divider/divider.component.js +8 -2
- package/dist/collection/components/atoms/dropdown-menu-container/dropdown-menu-container.component.css +8 -0
- package/dist/collection/components/atoms/dropdown-menu-container/dropdown-menu-container.component.js +40 -0
- package/dist/collection/components/atoms/dropdown-menu-item/dropdown-menu-item.component.css +16 -0
- package/dist/collection/components/atoms/dropdown-menu-item/dropdown-menu-item.component.js +87 -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/label/label.component.css +88 -0
- package/dist/collection/components/atoms/label/label.component.js +203 -0
- package/dist/collection/components/atoms/layout/layout.component.css +73 -0
- package/dist/collection/components/atoms/layout/layout.component.js +47 -0
- package/dist/collection/components/atoms/loader/loader.component.css +30 -9
- package/dist/collection/components/atoms/loader/loader.component.js +9 -5
- package/dist/collection/components/atoms/modal-backdrop/modal-backdrop.component.css +7 -0
- package/dist/collection/components/atoms/modal-backdrop/modal-backdrop.component.js +15 -0
- package/dist/collection/components/atoms/modal-body/modal-body.component.css +7 -0
- package/dist/collection/components/atoms/modal-body/modal-body.component.js +41 -0
- package/dist/collection/components/atoms/modal-container/modal-container.component.css +6 -0
- package/dist/collection/components/atoms/modal-container/modal-container.component.js +53 -0
- package/dist/collection/components/atoms/modal-footer/modal-footer.component.css +8 -0
- package/dist/collection/components/atoms/modal-footer/modal-footer.component.js +42 -0
- package/dist/collection/components/atoms/modal-header/modal-header.component.css +7 -0
- package/dist/collection/components/atoms/modal-header/modal-header.component.js +63 -0
- package/dist/collection/components/atoms/pagination-item/pagination-item.component.css +1 -1
- package/dist/collection/components/atoms/segment-container/segment-container.component.css +5 -0
- package/dist/collection/components/atoms/segment-container/segment-container.component.js +14 -0
- package/dist/collection/components/atoms/segment-item/segment-item.component.css +21 -0
- package/dist/collection/components/atoms/segment-item/segment-item.component.js +112 -0
- package/dist/collection/components/atoms/slider-indicator/slider-indicator.component.css +7 -0
- package/dist/collection/components/atoms/slider-indicator/slider-indicator.component.js +40 -0
- package/dist/collection/components/atoms/status/status.component.css +16 -0
- package/dist/collection/components/atoms/status/status.component.js +133 -0
- package/dist/collection/components/atoms/stepper-item/stepper-item.component.css +59 -0
- package/dist/collection/components/atoms/stepper-item/stepper-item.component.js +109 -0
- package/dist/collection/components/atoms/stepper-line/stepper-line.component.css +18 -0
- package/dist/collection/components/atoms/stepper-line/stepper-line.component.js +62 -0
- package/dist/collection/components/atoms/tab-group/tab-group.component.css +9 -0
- package/dist/collection/components/atoms/tab-group/tab-group.component.js +17 -0
- package/dist/collection/components/atoms/tab-item/tab-item.component.css +10 -0
- package/dist/collection/components/atoms/tab-item/tab-item.component.js +41 -0
- package/dist/collection/components/atoms/table-container/table-container.component.css +5 -0
- package/dist/collection/components/atoms/table-container/table-container.component.js +15 -0
- package/dist/collection/components/atoms/toast-container/toast-container.component.css +5 -0
- package/dist/collection/components/atoms/toast-container/toast-container.component.js +48 -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-column/table-column.component.js +157 -0
- package/dist/collection/components/molecules/accordion/accordion.component.css +3 -0
- package/dist/collection/components/molecules/accordion/accordion.component.js +133 -0
- package/dist/collection/components/molecules/content-slider/content-slider.component.css +44 -0
- package/dist/collection/components/molecules/content-slider/content-slider.component.js +322 -0
- package/dist/collection/components/molecules/dropdown/dropdown.component.css +12 -0
- package/dist/collection/components/molecules/dropdown/dropdown.component.js +346 -0
- package/dist/collection/components/molecules/input-group/input-group.component.css +324 -0
- package/dist/collection/components/molecules/input-group/input-group.component.js +320 -0
- package/dist/collection/components/molecules/navigation-item/navigation-item.component.css +6 -12
- package/dist/collection/components/molecules/navigation-item/navigation-item.component.js +2 -2
- 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 +43 -17
- 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/select/select.component.css +6 -0
- package/dist/collection/components/molecules/select/select.component.js +554 -0
- package/dist/collection/components/molecules/stepper/stepper.component.css +12 -0
- package/dist/collection/components/molecules/stepper/stepper.component.js +84 -0
- package/dist/collection/components/molecules/table-cell/table-cell.component.css +3 -0
- package/dist/collection/components/molecules/table-cell/table-cell.component.js +258 -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 +369 -0
- package/dist/collection/components/molecules/table-row/table-row.component.css +21 -0
- package/dist/collection/components/molecules/table-row/table-row.component.js +67 -0
- package/dist/collection/components/molecules/toast/toast.component.css +23 -0
- package/dist/collection/components/molecules/toast/toast.component.js +192 -0
- package/dist/collection/components/organisms/modal/modal.component.js +180 -0
- package/dist/collection/components/organisms/navbar/navbar.component.css +59 -0
- package/dist/collection/components/organisms/navbar/navbar.component.js +99 -0
- package/dist/collection/components/organisms/table/table.component.css +3 -0
- package/dist/collection/components/organisms/table/table.component.js +1010 -0
- package/dist/collection/index.js +2 -1
- package/dist/collection/tailwind/animation.js +17 -0
- package/dist/collection/tailwind/backdrop-blur.js +3 -0
- package/dist/collection/tailwind/border-radius.js +8 -7
- package/dist/collection/tailwind/height.js +3 -0
- package/dist/collection/tailwind/screens.js +8 -0
- package/dist/collection/tailwind/shadows.js +9 -5
- package/dist/collection/tailwind/spacing.js +10 -0
- package/dist/collection/tailwind/typography.js +21 -0
- package/dist/collection/tailwind/width.js +18 -0
- package/dist/collection/tailwind/z-index.js +10 -0
- package/dist/collection/tailwind.config.js +28 -14
- package/dist/collection/types/index.js +2 -0
- package/dist/collection/types/table.js +1 -0
- package/dist/collection/types/tailwind.js +1 -0
- package/dist/collection/utils/child-of.js +5 -0
- package/dist/collection/utils/icons.js +20 -0
- package/dist/collection/utils/illustrations.js +2 -0
- package/dist/collection/utils/index.js +5 -0
- package/dist/collection/utils/localization.js +55 -0
- package/dist/collection/utils/object-get-by-path.js +8 -0
- package/dist/components/button.component.js +125 -0
- package/dist/components/counter.component.js +14 -3
- package/dist/components/divider.component.js +33 -0
- package/dist/components/dropdown-menu-container.component.js +35 -0
- package/dist/components/dropdown-menu-item.component.js +48 -0
- package/dist/components/dropdown.component.js +198 -0
- package/dist/components/helper.component.js +42 -0
- package/dist/components/icon.component.js +248 -5
- package/dist/components/index.d.ts +53 -13
- package/dist/components/index.js +43 -0
- package/dist/components/input-group.component.js +115 -0
- package/dist/components/label.component.js +69 -0
- package/dist/components/loader.component.js +8 -4
- package/dist/components/localization.js +57 -0
- package/dist/components/modal-backdrop.component.js +30 -0
- package/dist/components/modal-body.component.js +36 -0
- package/dist/components/modal-container.component.js +48 -0
- package/dist/components/modal-footer.component.js +42 -0
- package/dist/components/modal-header.component.js +55 -0
- package/dist/components/p-accordion.d.ts +11 -0
- package/dist/components/p-accordion.js +73 -0
- package/dist/components/p-avatar-group.d.ts +11 -0
- package/dist/components/p-avatar-group.js +34 -0
- package/dist/components/p-avatar.js +21 -8
- package/dist/components/p-button.js +1 -93
- package/dist/components/p-card-body.d.ts +11 -0
- package/dist/components/p-card-body.js +38 -0
- package/dist/components/p-card-container.d.ts +11 -0
- package/dist/components/p-card-container.js +44 -0
- package/dist/components/p-card-header.d.ts +11 -0
- package/dist/components/p-card-header.js +46 -0
- package/dist/components/p-content-slider.d.ts +11 -0
- package/dist/components/p-content-slider.js +250 -0
- package/dist/components/p-divider.js +1 -28
- package/dist/components/p-dropdown-menu-container.d.ts +11 -0
- package/dist/components/p-dropdown-menu-container.js +6 -0
- package/dist/components/p-dropdown-menu-item.d.ts +11 -0
- package/dist/components/p-dropdown-menu-item.js +6 -0
- package/dist/components/p-dropdown.d.ts +11 -0
- package/dist/components/p-dropdown.js +6 -0
- package/dist/components/p-helper.js +1 -34
- package/dist/components/p-illustration.js +3 -0
- package/dist/components/p-info-panel.js +1 -1
- package/dist/components/p-input-group.d.ts +11 -0
- package/dist/components/p-input-group.js +6 -0
- package/dist/components/p-label.d.ts +11 -0
- package/dist/components/p-label.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 +128 -0
- package/dist/components/p-navbar.d.ts +11 -0
- package/dist/components/p-navbar.js +70 -0
- package/dist/components/p-navigation-item.js +2 -2
- package/dist/components/p-page-size-select.d.ts +11 -0
- package/dist/components/p-page-size-select.js +6 -0
- package/dist/components/p-pagination.js +1 -191
- package/dist/components/p-profile.d.ts +11 -0
- package/dist/components/p-profile.js +85 -0
- package/dist/components/p-segment-container.d.ts +11 -0
- package/dist/components/p-segment-container.js +6 -0
- package/dist/components/p-segment-item.d.ts +11 -0
- package/dist/components/p-segment-item.js +6 -0
- package/dist/components/p-select.d.ts +11 -0
- package/dist/components/p-select.js +261 -0
- package/dist/components/p-slider-indicator.d.ts +11 -0
- package/dist/components/p-slider-indicator.js +6 -0
- package/dist/components/p-status.d.ts +11 -0
- package/dist/components/p-status.js +73 -0
- package/dist/components/p-stepper-item.d.ts +11 -0
- package/dist/components/p-stepper-item.js +6 -0
- package/dist/components/p-stepper-line.d.ts +11 -0
- package/dist/components/p-stepper-line.js +6 -0
- package/dist/components/p-stepper.d.ts +11 -0
- package/dist/components/p-stepper.js +84 -0
- package/dist/components/p-tab-group.d.ts +11 -0
- package/dist/components/p-tab-group.js +39 -0
- package/dist/components/p-tab-item.d.ts +11 -0
- package/dist/components/p-tab-item.js +39 -0
- package/dist/components/p-table-cell.d.ts +11 -0
- package/dist/components/p-table-cell.js +6 -0
- package/dist/components/p-table-column.d.ts +11 -0
- package/dist/components/p-table-column.js +56 -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-footer.d.ts +11 -0
- package/dist/components/p-table-footer.js +6 -0
- package/dist/components/p-table-header.d.ts +11 -0
- package/dist/components/p-table-header.js +6 -0
- package/dist/components/p-table-row.d.ts +11 -0
- package/dist/components/p-table-row.js +6 -0
- package/dist/components/p-table.d.ts +11 -0
- package/dist/components/p-table.js +520 -0
- package/dist/components/p-toast-container.d.ts +11 -0
- package/dist/components/p-toast-container.js +46 -0
- package/dist/components/p-toast.d.ts +11 -0
- package/dist/components/p-toast.js +73 -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/{cjs/p-tooltip.cjs.entry.js → components/popper.js} +1 -128
- 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-cell.component.js +143 -0
- package/dist/components/table-container.component.js +30 -0
- package/dist/components/table-footer.component.js +146 -0
- package/dist/components/table-header.component.js +1052 -0
- package/dist/components/table-row.component.js +49 -0
- package/dist/components/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-7c99f044.js} +211 -5
- package/dist/esm/index.js +3 -1
- package/dist/esm/loader.js +3 -3
- package/dist/esm/localization-abb97f67.js +57 -0
- package/dist/esm/object-get-by-path-d6427a61.js +10 -0
- package/dist/esm/p-accordion.entry.js +38 -0
- package/dist/esm/p-avatar-group.entry.js +15 -0
- package/dist/esm/p-avatar.entry.js +19 -5
- package/dist/esm/p-button_3.entry.js +337 -65
- package/dist/esm/p-card-body.entry.js +19 -0
- package/dist/esm/p-card-container.entry.js +23 -0
- package/dist/esm/p-card-header.entry.js +20 -0
- package/dist/esm/p-content-slider.entry.js +217 -0
- package/dist/esm/p-counter.entry.js +11 -3
- package/dist/esm/p-divider.entry.js +6 -3
- package/dist/esm/p-dropdown_3.entry.js +199 -0
- package/dist/esm/p-helper_2.entry.js +155 -0
- package/dist/esm/p-illustration.entry.js +5 -2
- package/dist/esm/p-info-panel.entry.js +2 -2
- package/dist/esm/p-input-group_4.entry.js +137 -0
- 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 +49 -0
- package/dist/esm/p-navbar.entry.js +30 -0
- package/dist/esm/p-navigation-item.entry.js +3 -3
- package/dist/esm/p-page-size-select_3.entry.js +245 -0
- package/dist/esm/p-profile.entry.js +45 -0
- package/dist/esm/p-select.entry.js +175 -0
- package/dist/esm/p-slider-indicator.entry.js +19 -0
- package/dist/esm/p-status.entry.js +45 -0
- package/dist/esm/p-stepper-item_2.entry.js +51 -0
- package/dist/esm/p-stepper.entry.js +45 -0
- package/dist/esm/p-tab-group.entry.js +15 -0
- package/dist/esm/p-tab-item.entry.js +19 -0
- package/dist/esm/p-table-cell_5.entry.js +1171 -0
- package/dist/esm/p-table-column.entry.js +32 -0
- package/dist/esm/p-table.entry.js +350 -0
- package/dist/esm/p-toast-container.entry.js +26 -0
- package/dist/esm/p-toast.entry.js +29 -0
- 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-06899ffb.entry.js +1 -0
- package/dist/paperless/p-09ea2a1a.js +1 -0
- package/dist/paperless/p-150aadaf.entry.js +1 -0
- package/dist/paperless/p-15d13147.entry.js +1 -0
- package/dist/paperless/p-1f6a0296.entry.js +1 -0
- package/dist/paperless/p-2bf44a1d.entry.js +1 -0
- package/dist/paperless/p-3180c96e.entry.js +1 -0
- package/dist/paperless/p-3b243f16.entry.js +1 -0
- package/dist/paperless/p-3ef5e549.js +1 -0
- package/dist/paperless/p-41588819.entry.js +1 -0
- package/dist/paperless/p-44d46765.entry.js +1 -0
- package/dist/paperless/p-4588a510.entry.js +1 -0
- package/dist/paperless/p-48c3b71e.entry.js +1 -0
- package/dist/paperless/p-52ab1f62.entry.js +1 -0
- package/dist/paperless/p-58dd41be.entry.js +1 -0
- package/dist/paperless/p-5a71d6ae.entry.js +1 -0
- package/dist/paperless/p-600a2f21.entry.js +1 -0
- package/dist/paperless/p-61975c9a.entry.js +1 -0
- package/dist/paperless/p-6c60fd3d.js +1 -0
- package/dist/{build/p-23980fbb.entry.js → paperless/p-78db3d3c.entry.js} +1 -1
- package/dist/paperless/p-7a77a930.entry.js +1 -0
- package/dist/paperless/p-7e9a866e.entry.js +1 -0
- package/dist/paperless/p-8262fe7e.entry.js +1 -0
- package/dist/paperless/p-8614bd10.entry.js +1 -0
- package/dist/paperless/p-86a6c56a.entry.js +1 -0
- package/dist/paperless/p-8a6728d5.js +1 -0
- package/dist/paperless/p-8f179b0d.entry.js +1 -0
- package/dist/paperless/p-98332f25.entry.js +1 -0
- package/dist/paperless/p-9fba2393.entry.js +1 -0
- package/dist/paperless/p-a0e3e68d.entry.js +1 -0
- package/dist/paperless/p-a7086ffa.js +1 -0
- package/dist/paperless/p-aae4caab.entry.js +1 -0
- package/dist/paperless/p-ad147b1b.entry.js +1 -0
- package/dist/paperless/p-b797b0ce.entry.js +1 -0
- package/dist/paperless/p-c11282d2.entry.js +1 -0
- package/dist/paperless/p-c4110c09.entry.js +1 -0
- package/dist/paperless/p-d0a9b97b.entry.js +1 -0
- package/dist/paperless/p-d17b038f.entry.js +1 -0
- package/dist/paperless/p-d9c1fe13.js +2 -0
- package/dist/paperless/p-f45b75ae.entry.js +1 -0
- package/dist/paperless/paperless.css +472 -26447
- package/dist/paperless/paperless.esm.js +1 -1
- package/dist/style/_fonts.scss +70 -0
- package/dist/style/_reset.scss +31 -0
- package/dist/style/_tailwind.scss +3 -0
- package/dist/style/_typograhpy.scss +29 -0
- package/dist/style/_variables.scss +2 -0
- package/dist/style/form/_checkbox.scss +62 -0
- package/dist/style/form/_input.scss +22 -0
- package/dist/style/form/_mixins.scss +107 -0
- package/dist/style/form/_radio.scss +58 -0
- package/dist/style/form/_textarea.scss +18 -0
- package/dist/style/form/index.scss +4 -0
- package/dist/style/paperless.scss +10 -0
- package/dist/sw.js +2 -479
- 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 +10 -0
- package/dist/tailwind.config.js +28 -14
- package/dist/types/components/atoms/avatar/avatar.component.d.ts +3 -1
- package/dist/types/components/atoms/avatar-group/avatar-group.component.d.ts +7 -0
- package/dist/types/components/atoms/button/button.component.d.ts +26 -1
- package/dist/types/components/atoms/card-body/card-body.component.d.ts +7 -0
- package/dist/types/components/atoms/card-container/card-container.component.d.ts +11 -0
- package/dist/types/components/atoms/card-header/card-header.component.d.ts +11 -0
- package/dist/types/components/atoms/counter/counter.component.d.ts +8 -0
- package/dist/types/components/atoms/divider/divider.component.d.ts +4 -0
- package/dist/types/components/atoms/dropdown-menu-container/dropdown-menu-container.component.d.ts +7 -0
- package/dist/types/components/atoms/dropdown-menu-item/dropdown-menu-item.component.d.ts +16 -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/label/label.component.d.ts +37 -0
- package/dist/types/components/atoms/layout/layout.component.d.ts +7 -0
- package/dist/types/components/atoms/loader/loader.component.d.ts +1 -1
- package/dist/types/components/atoms/modal-backdrop/modal-backdrop.component.d.ts +3 -0
- package/dist/types/components/atoms/modal-body/modal-body.component.d.ts +7 -0
- package/dist/types/components/atoms/modal-container/modal-container.component.d.ts +7 -0
- package/dist/types/components/atoms/modal-footer/modal-footer.component.d.ts +7 -0
- package/dist/types/components/atoms/modal-header/modal-header.component.d.ts +12 -0
- package/dist/types/components/atoms/segment-container/segment-container.component.d.ts +3 -0
- package/dist/types/components/atoms/segment-item/segment-item.component.d.ts +22 -0
- package/dist/types/components/atoms/slider-indicator/slider-indicator.component.d.ts +7 -0
- package/dist/types/components/atoms/status/status.component.d.ts +23 -0
- package/dist/types/components/atoms/stepper-item/stepper-item.component.d.ts +19 -0
- package/dist/types/components/atoms/stepper-line/stepper-line.component.d.ts +11 -0
- package/dist/types/components/atoms/tab-group/tab-group.component.d.ts +3 -0
- package/dist/types/components/atoms/tab-item/tab-item.component.d.ts +7 -0
- package/dist/types/components/atoms/table-container/table-container.component.d.ts +3 -0
- package/dist/types/components/atoms/toast-container/toast-container.component.d.ts +7 -0
- package/dist/types/components/atoms/tooltip/tooltip.component.d.ts +12 -3
- package/dist/types/components/helpers/table-column/table-column.component.d.ts +34 -0
- package/dist/types/components/molecules/accordion/accordion.component.d.ts +25 -0
- package/dist/types/components/molecules/content-slider/content-slider.component.d.ts +53 -0
- package/dist/types/components/molecules/dropdown/dropdown.component.d.ts +61 -0
- package/dist/types/components/molecules/input-group/input-group.component.d.ts +63 -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 +9 -2
- package/dist/types/components/molecules/profile/profile.component.d.ts +20 -0
- package/dist/types/components/molecules/select/select.component.d.ts +112 -0
- package/dist/types/components/molecules/stepper/stepper.component.d.ts +18 -0
- package/dist/types/components/molecules/table-cell/table-cell.component.d.ts +42 -0
- package/dist/types/components/molecules/table-footer/table-footer.component.d.ts +59 -0
- package/dist/types/components/molecules/table-header/table-header.component.d.ts +80 -0
- package/dist/types/components/molecules/table-row/table-row.component.d.ts +11 -0
- package/dist/types/components/molecules/toast/toast.component.d.ts +38 -0
- package/dist/types/components/organisms/modal/modal.component.d.ts +39 -0
- package/dist/types/components/organisms/navbar/navbar.component.d.ts +14 -0
- package/dist/types/components/organisms/table/table.component.d.ts +190 -0
- package/dist/types/components.d.ts +2372 -200
- package/dist/types/index.d.ts +2 -0
- package/dist/types/types/index.d.ts +2 -0
- package/dist/types/types/table.d.ts +26 -0
- package/dist/types/types/tailwind.d.ts +2 -0
- package/dist/types/utils/child-of.d.ts +1 -0
- package/dist/types/utils/icons.d.ts +10 -0
- package/dist/types/utils/illustrations.d.ts +1 -0
- package/dist/types/utils/index.d.ts +5 -0
- package/dist/types/utils/localization.d.ts +2 -0
- package/dist/types/utils/object-get-by-path.d.ts +1 -0
- package/dist/workbox-5fe694da.js +2 -0
- package/dist/workbox-5fe694da.js.map +1 -0
- package/package.json +61 -61
- package/dist/build/p-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-6cd89223.entry.js +0 -1
- package/dist/build/p-80bf9d06.entry.js +0 -1
- package/dist/build/p-c24c42de.entry.js +0 -1
- package/dist/build/p-e80637b9.entry.js +0 -1
- package/dist/build/p-ec52095f.entry.js +0 -1
- package/dist/cjs/p-helper.cjs.entry.js +0 -19
- package/dist/cjs/p-pagination-item.cjs.entry.js +0 -23
- package/dist/cjs/p-pagination.cjs.entry.js +0 -167
- package/dist/collection/components/molecules/pagination/pagination.value-accessor.js +0 -6
- package/dist/collection/tailwind/grid.js +0 -26
- package/dist/collection/utils/utils.js +0 -3
- package/dist/collection/value-accessors.config.js +0 -5
- package/dist/esm/p-helper.entry.js +0 -15
- package/dist/esm/p-pagination-item.entry.js +0 -19
- package/dist/esm/p-pagination.entry.js +0 -163
- package/dist/paperless/p-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-6cd89223.entry.js +0 -1
- package/dist/paperless/p-80bf9d06.entry.js +0 -1
- package/dist/paperless/p-c24c42de.entry.js +0 -1
- package/dist/paperless/p-e80637b9.entry.js +0 -1
- package/dist/paperless/p-ec52095f.entry.js +0 -1
- package/dist/types/components/molecules/pagination/pagination.value-accessor.d.ts +0 -2
- package/dist/types/utils/utils.d.ts +0 -1
- package/dist/types/value-accessors.config.d.ts +0 -2
package/dist/sw.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"sw.js","sources":["../../../../../../../tmp/ff541b3d2464e69f13238366533cf682/sw.js"],"sourcesContent":["import {precacheAndRoute as workbox_precaching_precacheAndRoute} from '/home/runner/work/Paperless/Paperless/node_modules/workbox-precaching/precacheAndRoute.mjs';/**\n * Welcome to your Workbox-powered service worker!\n *\n * You'll need to register this file in your web app.\n * See https://goo.gl/nhQhGp\n *\n * The rest of the code is auto-generated. Please don't update this file\n * directly; instead, make changes to your Workbox build configuration\n * and re-run your build process.\n * See https://goo.gl/2aRDsh\n */\n\n\n\n\n\n\n\n\nself.addEventListener('message', (event) => {\n if (event.data && event.data.type === 'SKIP_WAITING') {\n self.skipWaiting();\n }\n});\n\n\n\n\n/**\n * The precacheAndRoute() method efficiently caches and responds to\n * requests for URLs in the manifest.\n * See https://goo.gl/S9QRab\n */\nworkbox_precaching_precacheAndRoute([\n {\n \"url\": \"index.html\",\n \"revision\": \"0913d28d7ef881aef0e168567671fb02\"\n },\n {\n \"url\": \"assets/i18n/page-size-select.i18n.en.json\",\n \"revision\": \"f2a03dbd61499f3adb670704aa32ada5\"\n },\n {\n \"url\": \"assets/i18n/page-size-select.i18n.nl.json\",\n \"revision\": \"a2b04a61e92cb77539ad60e4e02f3d0e\"\n },\n {\n \"url\": \"assets/i18n/table-footer.i18n.en.json\",\n \"revision\": \"0dd2365c910c88788c604305ab77fa80\"\n },\n {\n \"url\": \"assets/i18n/table-footer.i18n.nl.json\",\n \"revision\": \"ca79f87a8addca7f3fea0bd5380f7e0d\"\n },\n {\n \"url\": \"assets/i18n/table-header.i18n.en.json\",\n \"revision\": \"4d1124595f74bbbfe8feb5ca7ad7d910\"\n },\n {\n \"url\": \"assets/i18n/table-header.i18n.nl.json\",\n \"revision\": \"4534127e7de48727421739efb9ffe2cb\"\n },\n {\n \"url\": \"build/index.esm.js\",\n \"revision\": \"06e52a6ad68c1631de21092c8c0eb40d\"\n },\n {\n \"url\": \"build/p-06899ffb.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"build/p-09ea2a1a.js\",\n \"revision\": null\n },\n {\n \"url\": \"build/p-150aadaf.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"build/p-15d13147.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"build/p-1f6a0296.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"build/p-2bf44a1d.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"build/p-3180c96e.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"build/p-3b243f16.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"build/p-3ef5e549.js\",\n \"revision\": null\n },\n {\n \"url\": \"build/p-41588819.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"build/p-44d46765.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"build/p-4588a510.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"build/p-48c3b71e.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"build/p-52ab1f62.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"build/p-58dd41be.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"build/p-5a71d6ae.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"build/p-600a2f21.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"build/p-61975c9a.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"build/p-6c60fd3d.js\",\n \"revision\": null\n },\n {\n \"url\": \"build/p-78db3d3c.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"build/p-7a77a930.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"build/p-7e9a866e.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"build/p-8262fe7e.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"build/p-8614bd10.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"build/p-86a6c56a.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"build/p-8a6728d5.js\",\n \"revision\": null\n },\n {\n \"url\": \"build/p-8f179b0d.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"build/p-98332f25.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"build/p-9fba2393.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"build/p-a0e3e68d.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"build/p-a7086ffa.js\",\n \"revision\": null\n },\n {\n \"url\": \"build/p-aae4caab.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"build/p-ad147b1b.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"build/p-b797b0ce.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"build/p-c11282d2.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"build/p-c4110c09.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"build/p-d0a9b97b.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"build/p-d17b038f.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"build/p-d9c1fe13.js\",\n \"revision\": null\n },\n {\n \"url\": \"build/p-f45b75ae.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"cjs/child-of-e472f812.js\",\n \"revision\": \"1bc2d2058a781b0a2e282aa3b8fc7370\"\n },\n {\n \"url\": \"cjs/constants-a4459ec9.js\",\n \"revision\": \"a3788becf59bd39909fd054888a88c49\"\n },\n {\n \"url\": \"cjs/index-cf92051a.js\",\n \"revision\": \"bc947c70b12f39b07e039a60b2ae2a70\"\n },\n {\n \"url\": \"cjs/index.cjs.js\",\n \"revision\": \"7426b4eade1aa84d17c44d150e0f6a56\"\n },\n {\n \"url\": \"cjs/loader.cjs.js\",\n \"revision\": \"c654b5346830529343de9931a89620ef\"\n },\n {\n \"url\": \"cjs/localization-9c989018.js\",\n \"revision\": \"58b3cbd95d5392b7891b530b993c1323\"\n },\n {\n \"url\": \"cjs/object-get-by-path-6dc21ed5.js\",\n \"revision\": \"6beb206e0bc94eaf46ea1524ade8ab9f\"\n },\n {\n \"url\": \"cjs/p-accordion.cjs.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"cjs/p-avatar-group.cjs.entry.js\",\n \"revision\": \"75fb765349807771b9d14c1ceb18ab51\"\n },\n {\n \"url\": \"cjs/p-avatar.cjs.entry.js\",\n \"revision\": \"aeb2cd7d3e811df880a9a68a048fd92a\"\n },\n {\n \"url\": \"cjs/p-button_3.cjs.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"cjs/p-card-body.cjs.entry.js\",\n \"revision\": \"ab9aa14146885e7fab6242f4d0efb7ae\"\n },\n {\n \"url\": \"cjs/p-card-container.cjs.entry.js\",\n \"revision\": \"37b21f32d7cc3e0f0774965f1472c7c8\"\n },\n {\n \"url\": \"cjs/p-card-header.cjs.entry.js\",\n \"revision\": \"f62598ee85f163b65631b82cea7fe065\"\n },\n {\n \"url\": \"cjs/p-content-slider.cjs.entry.js\",\n \"revision\": \"b1af32f46388c4e02d2a14d52614ea03\"\n },\n {\n \"url\": \"cjs/p-counter.cjs.entry.js\",\n \"revision\": \"fdb92dba3318e66585d799d8f4d4541d\"\n },\n {\n \"url\": \"cjs/p-divider.cjs.entry.js\",\n \"revision\": \"f5f2df869367bfd531db2bc268cc3d0c\"\n },\n {\n \"url\": \"cjs/p-dropdown_3.cjs.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"cjs/p-helper_2.cjs.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"cjs/p-illustration.cjs.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"cjs/p-info-panel.cjs.entry.js\",\n \"revision\": \"11984099b2cc1b6e95e594a3b92d03ef\"\n },\n {\n \"url\": \"cjs/p-input-group_4.cjs.entry.js\",\n \"revision\": \"b126376f24eec2cf0c8dc09759c794cb\"\n },\n {\n \"url\": \"cjs/p-layout.cjs.entry.js\",\n \"revision\": \"5c8df84164c756a188164e570282a0b4\"\n },\n {\n \"url\": \"cjs/p-modal-backdrop_5.cjs.entry.js\",\n \"revision\": \"8f46991224f4b361aa31492276784485\"\n },\n {\n \"url\": \"cjs/p-modal.cjs.entry.js\",\n \"revision\": \"98c4cadef5fc83aace89baa27c5dbf1c\"\n },\n {\n \"url\": \"cjs/p-navbar.cjs.entry.js\",\n \"revision\": \"4e457b44db163cfeb3ec9ed84afa6642\"\n },\n {\n \"url\": \"cjs/p-navigation-item.cjs.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"cjs/p-page-size-select_3.cjs.entry.js\",\n \"revision\": \"8e2182e6f8ee375c5b33ed9fd369416f\"\n },\n {\n \"url\": \"cjs/p-profile.cjs.entry.js\",\n \"revision\": \"21fb16f5efa781d156751dd9029962ad\"\n },\n {\n \"url\": \"cjs/p-select.cjs.entry.js\",\n \"revision\": \"c1383222c680ce846f9f4073af38c147\"\n },\n {\n \"url\": \"cjs/p-slider-indicator.cjs.entry.js\",\n \"revision\": \"7f7078b4050b13cb854c372093893f8d\"\n },\n {\n \"url\": \"cjs/p-status.cjs.entry.js\",\n \"revision\": \"1f376f49612012d19846237230de56e3\"\n },\n {\n \"url\": \"cjs/p-stepper-item_2.cjs.entry.js\",\n \"revision\": \"4205162508cdb867da3cbbd00773521d\"\n },\n {\n \"url\": \"cjs/p-stepper.cjs.entry.js\",\n \"revision\": \"4cc00071b34087506a0d03a41970602d\"\n },\n {\n \"url\": \"cjs/p-tab-group.cjs.entry.js\",\n \"revision\": \"d5e54c2d002530a9285b6971bb211ddf\"\n },\n {\n \"url\": \"cjs/p-tab-item.cjs.entry.js\",\n \"revision\": \"1c4912f923ec7ca87515a35b829ce4d2\"\n },\n {\n \"url\": \"cjs/p-table-cell_5.cjs.entry.js\",\n \"revision\": \"ba8753b3eabc3199689fd412ed02aedb\"\n },\n {\n \"url\": \"cjs/p-table-column.cjs.entry.js\",\n \"revision\": \"f29b9513f32a4121213a6d78f4aca751\"\n },\n {\n \"url\": \"cjs/p-table.cjs.entry.js\",\n \"revision\": \"2e947ef888d42073757dfadb8014dba0\"\n },\n {\n \"url\": \"cjs/p-toast-container.cjs.entry.js\",\n \"revision\": \"8f5632d2f6a4fd718d1cd044ab4d99cb\"\n },\n {\n \"url\": \"cjs/p-toast.cjs.entry.js\",\n \"revision\": \"bb971180481c78950c236f51a1253ab5\"\n },\n {\n \"url\": \"cjs/paperless.cjs.js\",\n \"revision\": \"e47011e4c21080ef9af7c8ed849ce9c9\"\n },\n {\n \"url\": \"cjs/popper-e0c4ed4c.js\",\n \"revision\": \"486ead87dcd025f29b1c268de734debb\"\n },\n {\n \"url\": \"collection/collection-manifest.json\",\n \"revision\": \"b4ac75a4b66c26680c64e15f0e24115e\"\n },\n {\n \"url\": \"collection/components/atoms/avatar-group/avatar-group.component.css\",\n \"revision\": \"8ccf4a9755a062b256a4bf38648b01be\"\n },\n {\n \"url\": \"collection/components/atoms/avatar-group/avatar-group.component.js\",\n \"revision\": \"22b347be288700481c6b339f18c28d98\"\n },\n {\n \"url\": \"collection/components/atoms/avatar/avatar.component.css\",\n \"revision\": \"2fe905a4c062d71f58ace3e18ed69196\"\n },\n {\n \"url\": \"collection/components/atoms/avatar/avatar.component.js\",\n \"revision\": \"22e61fd91b049b205b864db6f41c246c\"\n },\n {\n \"url\": \"collection/components/atoms/button/button.component.css\",\n \"revision\": \"5cef3aa97b14e2973f3634ddad9290e1\"\n },\n {\n \"url\": \"collection/components/atoms/button/button.component.js\",\n \"revision\": \"3e96b0712af8a886668ae4765eaa9396\"\n },\n {\n \"url\": \"collection/components/atoms/card-body/card-body.component.css\",\n \"revision\": \"e6089b0ce23fbd00b3a544e7d4d78428\"\n },\n {\n \"url\": \"collection/components/atoms/card-body/card-body.component.js\",\n \"revision\": \"f534cdfaee690321c4da79f59c697f5b\"\n },\n {\n \"url\": \"collection/components/atoms/card-container/card-container.component.css\",\n \"revision\": \"8a5101867ddaf032c5e72de1a5947ff4\"\n },\n {\n \"url\": \"collection/components/atoms/card-container/card-container.component.js\",\n \"revision\": \"744978ae76d90ab5b9706a2d495ab701\"\n },\n {\n \"url\": \"collection/components/atoms/card-header/card-header.component.css\",\n \"revision\": \"c9d18aaa1773c28e10fc7f2fe44eeb80\"\n },\n {\n \"url\": \"collection/components/atoms/card-header/card-header.component.js\",\n \"revision\": \"f5e9c17bcaf428b678707d92965f6184\"\n },\n {\n \"url\": \"collection/components/atoms/counter/counter.component.css\",\n \"revision\": \"c4ecaa22a08342602e11a64b3149a194\"\n },\n {\n \"url\": \"collection/components/atoms/counter/counter.component.js\",\n \"revision\": \"ac3ea4c7e9f62945dbbfd8d5eaf888d2\"\n },\n {\n \"url\": \"collection/components/atoms/divider/divider.component.css\",\n \"revision\": \"85007e59b828f79eafc3afb9637fa99f\"\n },\n {\n \"url\": \"collection/components/atoms/divider/divider.component.js\",\n \"revision\": \"c1c3d75dd7c6ec4850255437ea759481\"\n },\n {\n \"url\": \"collection/components/atoms/dropdown-menu-container/dropdown-menu-container.component.css\",\n \"revision\": \"85fce00d85d9663913140c953616c8b7\"\n },\n {\n \"url\": \"collection/components/atoms/dropdown-menu-container/dropdown-menu-container.component.js\",\n \"revision\": \"7f342f43e704934d5ea04971e31e848b\"\n },\n {\n \"url\": \"collection/components/atoms/dropdown-menu-item/dropdown-menu-item.component.css\",\n \"revision\": \"277cb5b39df29edcaf77e08a280310ed\"\n },\n {\n \"url\": \"collection/components/atoms/dropdown-menu-item/dropdown-menu-item.component.js\",\n \"revision\": \"40d455b74bfa6f3dc838cb6e291760fe\"\n },\n {\n \"url\": \"collection/components/atoms/helper/helper.component.css\",\n \"revision\": \"29dece5184c50b0771275f3d3ffb55e6\"\n },\n {\n \"url\": \"collection/components/atoms/helper/helper.component.js\",\n \"revision\": \"5bc1b3ce4062bf31a39b9f8b72ec9c21\"\n },\n {\n \"url\": \"collection/components/atoms/icon/icon.component.css\",\n \"revision\": \"a3c2a6a917b21c0555e9ec0714c287cb\"\n },\n {\n \"url\": \"collection/components/atoms/icon/icon.component.js\",\n \"revision\": \"99d2fb99284c2b66bbafce304e727403\"\n },\n {\n \"url\": \"collection/components/atoms/illustration/illustration.component.js\",\n \"revision\": \"df8b21ac4245a5cca2dc419031536a93\"\n },\n {\n \"url\": \"collection/components/atoms/info-panel/info-panel.component.css\",\n \"revision\": \"db6c0569251bd156a3eea915adbbeb9a\"\n },\n {\n \"url\": \"collection/components/atoms/info-panel/info-panel.component.js\",\n \"revision\": \"93c1e96ee080a2978c92d6451d743475\"\n },\n {\n \"url\": \"collection/components/atoms/label/label.component.css\",\n \"revision\": \"ad9200fbb4fce4fef1c0cee26d1a4043\"\n },\n {\n \"url\": \"collection/components/atoms/label/label.component.js\",\n \"revision\": \"2867a6268ecba7c4e5b1358e92472d7d\"\n },\n {\n \"url\": \"collection/components/atoms/layout/layout.component.css\",\n \"revision\": \"03f45ab56b362fed605b8ba41886af22\"\n },\n {\n \"url\": \"collection/components/atoms/layout/layout.component.js\",\n \"revision\": \"cc5e5d485163f4a491cb82051a910ed8\"\n },\n {\n \"url\": \"collection/components/atoms/loader/loader.component.css\",\n \"revision\": \"e16df1dba49bd16ffc2b37ccee489cd7\"\n },\n {\n \"url\": \"collection/components/atoms/loader/loader.component.js\",\n \"revision\": \"e7838ff0c8b16f92d7b307ada9a58d7c\"\n },\n {\n \"url\": \"collection/components/atoms/modal-backdrop/modal-backdrop.component.css\",\n \"revision\": \"bce6c238e7873737a7744c0dd8c9e93c\"\n },\n {\n \"url\": \"collection/components/atoms/modal-backdrop/modal-backdrop.component.js\",\n \"revision\": \"b147f496bc7bfb57e16973bd36492c6e\"\n },\n {\n \"url\": \"collection/components/atoms/modal-body/modal-body.component.css\",\n \"revision\": \"7bc89eb93b51b48b96bb4c8871ac837f\"\n },\n {\n \"url\": \"collection/components/atoms/modal-body/modal-body.component.js\",\n \"revision\": \"cf4bf60d570a434a99bbd6637d5cf1c2\"\n },\n {\n \"url\": \"collection/components/atoms/modal-container/modal-container.component.css\",\n \"revision\": \"e50c8945a6b2130ffe916f0a6cd9ce3a\"\n },\n {\n \"url\": \"collection/components/atoms/modal-container/modal-container.component.js\",\n \"revision\": \"d89bef723229710a6573c80291b2915b\"\n },\n {\n \"url\": \"collection/components/atoms/modal-footer/modal-footer.component.css\",\n \"revision\": \"1d4eba9dc22d94969ddf22e8f8dd34f3\"\n },\n {\n \"url\": \"collection/components/atoms/modal-footer/modal-footer.component.js\",\n \"revision\": \"bd1c505810e1a1e3e1f0d02d2deb0902\"\n },\n {\n \"url\": \"collection/components/atoms/modal-header/modal-header.component.css\",\n \"revision\": \"d41d7848a85954c4d41e4c057704d8ea\"\n },\n {\n \"url\": \"collection/components/atoms/modal-header/modal-header.component.js\",\n \"revision\": \"0a8d3fe918bbc3386d9b3e42fa191267\"\n },\n {\n \"url\": \"collection/components/atoms/pagination-item/pagination-item.component.css\",\n \"revision\": \"dd077b6b5bca47c3488c550d7216f966\"\n },\n {\n \"url\": \"collection/components/atoms/pagination-item/pagination-item.component.js\",\n \"revision\": \"98aed8c7967a53019965da0cc5706fa6\"\n },\n {\n \"url\": \"collection/components/atoms/segment-container/segment-container.component.css\",\n \"revision\": \"a448ccd913d539438cf4dc516d33d2d3\"\n },\n {\n \"url\": \"collection/components/atoms/segment-container/segment-container.component.js\",\n \"revision\": \"9db64a2befd0005d17c82a2062ce280e\"\n },\n {\n \"url\": \"collection/components/atoms/segment-item/segment-item.component.css\",\n \"revision\": \"b53741b4aaa06bc339fa06ce6ea0b8c5\"\n },\n {\n \"url\": \"collection/components/atoms/segment-item/segment-item.component.js\",\n \"revision\": \"265020d8ba2dea11b2e6ae7ee53fee4b\"\n },\n {\n \"url\": \"collection/components/atoms/slider-indicator/slider-indicator.component.css\",\n \"revision\": \"9a9a143cba83746724af09619e14b9ba\"\n },\n {\n \"url\": \"collection/components/atoms/slider-indicator/slider-indicator.component.js\",\n \"revision\": \"fde33859dd7eabb434c8525c0ca47a86\"\n },\n {\n \"url\": \"collection/components/atoms/status/status.component.css\",\n \"revision\": \"9f399756d4947650ceb08361a8102779\"\n },\n {\n \"url\": \"collection/components/atoms/status/status.component.js\",\n \"revision\": \"fc97a68638a900e4cb6ba758a8568516\"\n },\n {\n \"url\": \"collection/components/atoms/stepper-item/stepper-item.component.css\",\n \"revision\": \"604caa21ebce2d9ebc736a07699bcdae\"\n },\n {\n \"url\": \"collection/components/atoms/stepper-item/stepper-item.component.js\",\n \"revision\": \"b0fd35e022b17f0f9b8a1b77e0828da8\"\n },\n {\n \"url\": \"collection/components/atoms/stepper-line/stepper-line.component.css\",\n \"revision\": \"916e0fe72a512a31241e083ec4074d6d\"\n },\n {\n \"url\": \"collection/components/atoms/stepper-line/stepper-line.component.js\",\n \"revision\": \"bbb0fc3684db7d53d98f1cecd702cd4a\"\n },\n {\n \"url\": \"collection/components/atoms/tab-group/tab-group.component.css\",\n \"revision\": \"db91d55d9341f6e99a4351003b879f58\"\n },\n {\n \"url\": \"collection/components/atoms/tab-group/tab-group.component.js\",\n \"revision\": \"8f9c5d2917281f8287ea956e0d09de9a\"\n },\n {\n \"url\": \"collection/components/atoms/tab-item/tab-item.component.css\",\n \"revision\": \"da18b39f33af56abfeaeb29de8428e95\"\n },\n {\n \"url\": \"collection/components/atoms/tab-item/tab-item.component.js\",\n \"revision\": \"23b2a4e81e7f0d057c1fd86ed01efc46\"\n },\n {\n \"url\": \"collection/components/atoms/table-container/table-container.component.css\",\n \"revision\": \"90ded4811deb8537b13e8951631baa05\"\n },\n {\n \"url\": \"collection/components/atoms/table-container/table-container.component.js\",\n \"revision\": \"0097f56afcaca4669b5cad5b9806fae7\"\n },\n {\n \"url\": \"collection/components/atoms/toast-container/toast-container.component.css\",\n \"revision\": \"21b67b9b1698cd133518a19012bfcbef\"\n },\n {\n \"url\": \"collection/components/atoms/toast-container/toast-container.component.js\",\n \"revision\": \"8d972a685255f2a865a70461a40dc066\"\n },\n {\n \"url\": \"collection/components/atoms/tooltip/tooltip.component.css\",\n \"revision\": \"75188c3b69bd737e2b2539e96ee1bd8f\"\n },\n {\n \"url\": \"collection/components/atoms/tooltip/tooltip.component.js\",\n \"revision\": \"67cd11749ef4197cced4d10933d93679\"\n },\n {\n \"url\": \"collection/components/helpers/table-column/table-column.component.js\",\n \"revision\": \"5d7e40c3d43a94d445af31cb1d1d14c5\"\n },\n {\n \"url\": \"collection/components/molecules/accordion/accordion.component.css\",\n \"revision\": \"1ba3471dae9ed921351451fd7f1ebfa1\"\n },\n {\n \"url\": \"collection/components/molecules/accordion/accordion.component.js\",\n \"revision\": \"0296ad3480f0e3db9644529da0e4147d\"\n },\n {\n \"url\": \"collection/components/molecules/content-slider/content-slider.component.css\",\n \"revision\": \"436a0ed090753520472c14437f2e1239\"\n },\n {\n \"url\": \"collection/components/molecules/content-slider/content-slider.component.js\",\n \"revision\": \"3ea1a518d0e66f14095741649d130c58\"\n },\n {\n \"url\": \"collection/components/molecules/dropdown/dropdown.component.css\",\n \"revision\": \"98c27e4a5728e1364af39907cdaabc34\"\n },\n {\n \"url\": \"collection/components/molecules/dropdown/dropdown.component.js\",\n \"revision\": \"0bd5c939ab49f786776697a9d03ead92\"\n },\n {\n \"url\": \"collection/components/molecules/input-group/input-group.component.css\",\n \"revision\": \"f4fe2efa65e4a5a5c2656cccdf959153\"\n },\n {\n \"url\": \"collection/components/molecules/input-group/input-group.component.js\",\n \"revision\": \"98bf100d6159b66dc25ea63c6d3f9362\"\n },\n {\n \"url\": \"collection/components/molecules/navigation-item/navigation-item.component.css\",\n \"revision\": \"0ba4bd2271aecccc21eb0d70ddc47b83\"\n },\n {\n \"url\": \"collection/components/molecules/navigation-item/navigation-item.component.js\",\n \"revision\": \"40df5a2a37a5365b0232e1bd296e73e3\"\n },\n {\n \"url\": \"collection/components/molecules/page-size-select/constants.js\",\n \"revision\": \"4c1ab2488ef1c924e50b55778cedec5b\"\n },\n {\n \"url\": \"collection/components/molecules/page-size-select/page-size-select.component.js\",\n \"revision\": \"dcee0ecb7abcba216ef0d12c50ac0322\"\n },\n {\n \"url\": \"collection/components/molecules/pagination/pagination.component.css\",\n \"revision\": \"63d32ef31d1640ada44c5e093dc5c8d9\"\n },\n {\n \"url\": \"collection/components/molecules/pagination/pagination.component.js\",\n \"revision\": \"2e0ef01ab62ff591f1d01dc9a24d0dc1\"\n },\n {\n \"url\": \"collection/components/molecules/profile/profile.component.css\",\n \"revision\": \"8d3d583521fd4d75e77b8482ed33cb0f\"\n },\n {\n \"url\": \"collection/components/molecules/profile/profile.component.js\",\n \"revision\": \"0219a0c4c027a4ffbfaeacdd7e25b4ce\"\n },\n {\n \"url\": \"collection/components/molecules/select/select.component.css\",\n \"revision\": \"0cfdf564dbf439ffbeb8829f871948eb\"\n },\n {\n \"url\": \"collection/components/molecules/select/select.component.js\",\n \"revision\": \"b9f3542f114cbf8548beebca99e6dd96\"\n },\n {\n \"url\": \"collection/components/molecules/stepper/stepper.component.css\",\n \"revision\": \"a641a565f1714e1f66ab381703632371\"\n },\n {\n \"url\": \"collection/components/molecules/stepper/stepper.component.js\",\n \"revision\": \"eb9e3cb5a2136b0f47cbe848bda38fab\"\n },\n {\n \"url\": \"collection/components/molecules/table-cell/table-cell.component.css\",\n \"revision\": \"ae7fb50681484bf0de1a73523075222d\"\n },\n {\n \"url\": \"collection/components/molecules/table-cell/table-cell.component.js\",\n \"revision\": \"26db9b5d4fe154b7055fc7714553bd35\"\n },\n {\n \"url\": \"collection/components/molecules/table-footer/table-footer.component.css\",\n \"revision\": \"ac89c3fbd5f74993cbda28760687b9ab\"\n },\n {\n \"url\": \"collection/components/molecules/table-footer/table-footer.component.js\",\n \"revision\": \"136327f69f0d3f291a8ee4772abe8a8b\"\n },\n {\n \"url\": \"collection/components/molecules/table-header/table-header.component.css\",\n \"revision\": \"6e6cd44c2913a4977fc80bc2ad96ba45\"\n },\n {\n \"url\": \"collection/components/molecules/table-header/table-header.component.js\",\n \"revision\": \"e8f30f9232d3b87bfdae9aedca482e1c\"\n },\n {\n \"url\": \"collection/components/molecules/table-row/table-row.component.css\",\n \"revision\": \"6463c8f3b3f69dea201a894f08366d07\"\n },\n {\n \"url\": \"collection/components/molecules/table-row/table-row.component.js\",\n \"revision\": \"a067d9baf1d71590c364d3cb3b9444e3\"\n },\n {\n \"url\": \"collection/components/molecules/toast/toast.component.css\",\n \"revision\": \"82e3d62084a96cc59224cae565b27e72\"\n },\n {\n \"url\": \"collection/components/molecules/toast/toast.component.js\",\n \"revision\": \"0f2d8275f0987426fbd9dc43dbf621fe\"\n },\n {\n \"url\": \"collection/components/organisms/modal/modal.component.js\",\n \"revision\": \"c3c0d01d2a8bda7aaa956a368aeedda2\"\n },\n {\n \"url\": \"collection/components/organisms/navbar/navbar.component.css\",\n \"revision\": \"20778cb0c502bffd8ec797ffc804a73a\"\n },\n {\n \"url\": \"collection/components/organisms/navbar/navbar.component.js\",\n \"revision\": \"c02be7fa80a8fb4cbfdcdd6040506a31\"\n },\n {\n \"url\": \"collection/components/organisms/table/table.component.css\",\n \"revision\": \"c345627e389745710ecce0098c6890fc\"\n },\n {\n \"url\": \"collection/components/organisms/table/table.component.js\",\n \"revision\": \"6940743802fca68dbb2cfd529652a42f\"\n },\n {\n \"url\": \"collection/index.js\",\n \"revision\": \"403d767ca0f1b12ba6f80d41868ff32b\"\n },\n {\n \"url\": \"collection/tailwind.config.js\",\n \"revision\": \"cd7bd7332049042bc201d0327caf4108\"\n },\n {\n \"url\": \"collection/tailwind/animation.js\",\n \"revision\": \"a3127019b37690ea725414dcdeb96661\"\n },\n {\n \"url\": \"collection/tailwind/backdrop-blur.js\",\n \"revision\": \"006247f96d8b05436254636f54f9980f\"\n },\n {\n \"url\": \"collection/tailwind/border-radius.js\",\n \"revision\": \"dd0f825fa408d2ba0176fd53862063d4\"\n },\n {\n \"url\": \"collection/tailwind/colors.js\",\n \"revision\": \"6a39b234fcf655ec34be7e367b0b3128\"\n },\n {\n \"url\": \"collection/tailwind/height.js\",\n \"revision\": \"a85ec9bb6367718080a5bae707eaf948\"\n },\n {\n \"url\": \"collection/tailwind/rotate.js\",\n \"revision\": \"6e10d60cb01221e64cf027d729886b6d\"\n },\n {\n \"url\": \"collection/tailwind/scale.js\",\n \"revision\": \"a839cb541613e836dc315f26e3e9a396\"\n },\n {\n \"url\": \"collection/tailwind/screens.js\",\n \"revision\": \"990933c732e9f51548f57facf11791a8\"\n },\n {\n \"url\": \"collection/tailwind/shadows.js\",\n \"revision\": \"2fe7d9f75053ea2d83e4bacaa824257c\"\n },\n {\n \"url\": \"collection/tailwind/spacing.js\",\n \"revision\": \"7b52564d96308b681fb16542ae0e1c31\"\n },\n {\n \"url\": \"collection/tailwind/typography.js\",\n \"revision\": \"63fc1dacace043e348a3fcf95c582fef\"\n },\n {\n \"url\": \"collection/tailwind/width.js\",\n \"revision\": \"f289ec3b95e14f375547ac0aa9d7a217\"\n },\n {\n \"url\": \"collection/tailwind/z-index.js\",\n \"revision\": \"428fc88c5bb3b2129f8ba79a97139f30\"\n },\n {\n \"url\": \"collection/types/index.js\",\n \"revision\": \"e84c83fe925ecc006090fbd971da8bcd\"\n },\n {\n \"url\": \"collection/types/table.js\",\n \"revision\": \"e2ebd7ddedcadeeadbf819c35985c768\"\n },\n {\n \"url\": \"collection/types/tailwind.js\",\n \"revision\": \"e2ebd7ddedcadeeadbf819c35985c768\"\n },\n {\n \"url\": \"collection/utils/child-of.js\",\n \"revision\": \"203ec62b662bb9bc96f309e4cebcbbcf\"\n },\n {\n \"url\": \"collection/utils/icons.js\",\n \"revision\": \"fcad04109060bf6eb97e64d15402db72\"\n },\n {\n \"url\": \"collection/utils/illustrations.js\",\n \"revision\": \"fe40defd55bfb7ea2ee3a06ab2835fcb\"\n },\n {\n \"url\": \"collection/utils/index.js\",\n \"revision\": \"a26775c5e00f5d1f6d95bb88fa98cbb5\"\n },\n {\n \"url\": \"collection/utils/localization.js\",\n \"revision\": \"d99aa692a404d73ab5b3807979b1289f\"\n },\n {\n \"url\": \"collection/utils/object-get-by-path.js\",\n \"revision\": \"05a57cbf5e678071d2ee0ef561301e8d\"\n },\n {\n \"url\": \"components/button.component.js\",\n \"revision\": \"d302dd8fd103e5563419f0ea5561abf2\"\n },\n {\n \"url\": \"components/counter.component.js\",\n \"revision\": \"006a69435057f1441005f1e6c18e9ced\"\n },\n {\n \"url\": \"components/divider.component.js\",\n \"revision\": \"44b00e8dbe052756166dc9202c3b678f\"\n },\n {\n \"url\": \"components/dropdown-menu-container.component.js\",\n \"revision\": \"90bd50f11836b0767026dfc5770d15f9\"\n },\n {\n \"url\": \"components/dropdown-menu-item.component.js\",\n \"revision\": \"068f303c41bfd79ef0ac4e54b306c5c9\"\n },\n {\n \"url\": \"components/dropdown.component.js\",\n \"revision\": \"5c04e3908c8f6b4e42a119bcbe225ae6\"\n },\n {\n \"url\": \"components/helper.component.js\",\n \"revision\": \"cefbf1805cd35806c4fca3c9a2b40edc\"\n },\n {\n \"url\": \"components/icon.component.js\",\n \"revision\": \"b8d5e7c376681b208b2f9ac6d271c0e8\"\n },\n {\n \"url\": \"components/index.js\",\n \"revision\": \"a9b417036533be5c4dbcadc4278a2a3a\"\n },\n {\n \"url\": \"components/input-group.component.js\",\n \"revision\": \"989c09f789b1e0f9d54b5a6860b16eb6\"\n },\n {\n \"url\": \"components/label.component.js\",\n \"revision\": \"63438749acd6dcd86409cff9f4e0b887\"\n },\n {\n \"url\": \"components/loader.component.js\",\n \"revision\": \"aeed7b0bbd634a5af3df4f4822bce5b9\"\n },\n {\n \"url\": \"components/localization.js\",\n \"revision\": \"a845aa4a8f8319736c7b183e934d3ac4\"\n },\n {\n \"url\": \"components/modal-backdrop.component.js\",\n \"revision\": \"b58eaf9dea848bcca931457559937c3a\"\n },\n {\n \"url\": \"components/modal-body.component.js\",\n \"revision\": \"3c2bd221425770900e475d119591c1db\"\n },\n {\n \"url\": \"components/modal-container.component.js\",\n \"revision\": \"8d4533e24c161ef1ca2d8096277bd3d7\"\n },\n {\n \"url\": \"components/modal-footer.component.js\",\n \"revision\": \"877b161549ea71b49320a3fa8817c39a\"\n },\n {\n \"url\": \"components/modal-header.component.js\",\n \"revision\": \"babac76f51274d6abe68895377cd0c17\"\n },\n {\n \"url\": \"components/p-accordion.js\",\n \"revision\": null\n },\n {\n \"url\": \"components/p-avatar-group.js\",\n \"revision\": \"41cf6906804d03cc073b4c80f682a6b0\"\n },\n {\n \"url\": \"components/p-avatar.js\",\n \"revision\": \"2c2baf15e47139e61cea694e78612700\"\n },\n {\n \"url\": \"components/p-button.js\",\n \"revision\": \"21fe45d557e17f0342577217383da9e5\"\n },\n {\n \"url\": \"components/p-card-body.js\",\n \"revision\": \"bb231ebcfb66869b4bc869652a878561\"\n },\n {\n \"url\": \"components/p-card-container.js\",\n \"revision\": \"1b1ad323829dbbb2a12fdb5a5df27c5e\"\n },\n {\n \"url\": \"components/p-card-header.js\",\n \"revision\": \"e42a44cb570566028430d4f9996fea56\"\n },\n {\n \"url\": \"components/p-content-slider.js\",\n \"revision\": \"d6c2b82273666e63f6d1da4183eeda36\"\n },\n {\n \"url\": \"components/p-counter.js\",\n \"revision\": \"f8970c28058f570a9d70ea483c91484f\"\n },\n {\n \"url\": \"components/p-divider.js\",\n \"revision\": \"5263d04558d1d14d3216cfbc846effda\"\n },\n {\n \"url\": \"components/p-dropdown-menu-container.js\",\n \"revision\": null\n },\n {\n \"url\": \"components/p-dropdown-menu-item.js\",\n \"revision\": null\n },\n {\n \"url\": \"components/p-dropdown.js\",\n \"revision\": null\n },\n {\n \"url\": \"components/p-helper.js\",\n \"revision\": \"5560e1a931595ddaaa4f20fce4c02557\"\n },\n {\n \"url\": \"components/p-icon.js\",\n \"revision\": \"89ede38633ef7c3b9ed45a67a2ffe2c8\"\n },\n {\n \"url\": \"components/p-illustration.js\",\n \"revision\": null\n },\n {\n \"url\": \"components/p-info-panel.js\",\n \"revision\": \"45ff643a64bbc850c5b1141862a493be\"\n },\n {\n \"url\": \"components/p-input-group.js\",\n \"revision\": \"f93122a92f936ca14607f8888ae607c8\"\n },\n {\n \"url\": \"components/p-label.js\",\n \"revision\": \"715c64c028f0555a7c5722be78b12d7e\"\n },\n {\n \"url\": \"components/p-layout.js\",\n \"revision\": \"37d959d45b4e32d3425a28dbef2091e4\"\n },\n {\n \"url\": \"components/p-loader.js\",\n \"revision\": \"850d0015b16c8a34f62568d99ccdd388\"\n },\n {\n \"url\": \"components/p-modal-backdrop.js\",\n \"revision\": \"015bc9ab0c57d97ae8831147e57c675c\"\n },\n {\n \"url\": \"components/p-modal-body.js\",\n \"revision\": \"5f9b8542aa0099c8badc01e137c1ddcd\"\n },\n {\n \"url\": \"components/p-modal-container.js\",\n \"revision\": \"00f5b34f22c2612fd438aea5b5416e5d\"\n },\n {\n \"url\": \"components/p-modal-footer.js\",\n \"revision\": \"ce5ceb7d9c28180af9e2fa4cf4555ae8\"\n },\n {\n \"url\": \"components/p-modal-header.js\",\n \"revision\": \"9499e4fb0a206ffc4ffbb4d212eb4c46\"\n },\n {\n \"url\": \"components/p-modal.js\",\n \"revision\": \"d1b0228802f91727aab7f90149f394e9\"\n },\n {\n \"url\": \"components/p-navbar.js\",\n \"revision\": \"4851f9c1e75baef77d19a4f703e2f598\"\n },\n {\n \"url\": \"components/p-navigation-item.js\",\n \"revision\": null\n },\n {\n \"url\": \"components/p-page-size-select.js\",\n \"revision\": \"9ff7c6852531c650f5e27a9421c7c59d\"\n },\n {\n \"url\": \"components/p-pagination-item.js\",\n \"revision\": null\n },\n {\n \"url\": \"components/p-pagination.js\",\n \"revision\": null\n },\n {\n \"url\": \"components/p-profile.js\",\n \"revision\": \"ffb43053650741f33f2c691b59e3fbc2\"\n },\n {\n \"url\": \"components/p-segment-container.js\",\n \"revision\": \"83791fe15b0ac1edfbd70140838d0c18\"\n },\n {\n \"url\": \"components/p-segment-item.js\",\n \"revision\": \"4df65f1938079b01cbd9fb4b7db7172d\"\n },\n {\n \"url\": \"components/p-select.js\",\n \"revision\": \"91c68b27fb55ea1cce1a631a2d628bb8\"\n },\n {\n \"url\": \"components/p-slider-indicator.js\",\n \"revision\": \"86ec90674a31f4dc7f7e575a1c3866d4\"\n },\n {\n \"url\": \"components/p-status.js\",\n \"revision\": \"33b904db26bc5052a723d92537393f65\"\n },\n {\n \"url\": \"components/p-stepper-item.js\",\n \"revision\": \"057a27dbba9fcb619b6f470c8ef0412c\"\n },\n {\n \"url\": \"components/p-stepper-line.js\",\n \"revision\": \"ad79fabce981e21380b9d5fd82cef225\"\n },\n {\n \"url\": \"components/p-stepper.js\",\n \"revision\": \"443d45dbac2036b07b75a22569d9ca0c\"\n },\n {\n \"url\": \"components/p-tab-group.js\",\n \"revision\": \"587ac0bd0b8b4edfea2b767cbe858d5c\"\n },\n {\n \"url\": \"components/p-tab-item.js\",\n \"revision\": \"da93fce450aeccc1cf30b3a7b5a2457c\"\n },\n {\n \"url\": \"components/p-table-cell.js\",\n \"revision\": \"1c48bd310426d4f47abd2ff5b45967e6\"\n },\n {\n \"url\": \"components/p-table-column.js\",\n \"revision\": \"2fc8b9b0d99bd0ec03895034a548518c\"\n },\n {\n \"url\": \"components/p-table-container.js\",\n \"revision\": \"514d9a516f0c9ace2ffde354de2dde05\"\n },\n {\n \"url\": \"components/p-table-footer.js\",\n \"revision\": \"5a465c7252d6d4fb2ad128c0305d050b\"\n },\n {\n \"url\": \"components/p-table-header.js\",\n \"revision\": \"63f83d160c2e7a5632989c559d8a3484\"\n },\n {\n \"url\": \"components/p-table-row.js\",\n \"revision\": \"b7f3db3b6b9c983dbf7bf871a3b348c6\"\n },\n {\n \"url\": \"components/p-table.js\",\n \"revision\": \"d3bbc5b35d316a49fdb55b711b430645\"\n },\n {\n \"url\": \"components/p-toast-container.js\",\n \"revision\": \"dffb140b081e0bc6f877e0555329283f\"\n },\n {\n \"url\": \"components/p-toast.js\",\n \"revision\": \"b1c411adc208f94ff823554986f06d2e\"\n },\n {\n \"url\": \"components/p-tooltip.js\",\n \"revision\": \"7648cc97b4186f3174a1230ee12c97ea\"\n },\n {\n \"url\": \"components/page-size-select.component.js\",\n \"revision\": \"400d297ac817955ea6a1b551e18c4244\"\n },\n {\n \"url\": \"components/pagination-item.component.js\",\n \"revision\": \"6f5ed86a65352f62bdda3445a88fcb40\"\n },\n {\n \"url\": \"components/pagination.component.js\",\n \"revision\": \"b4ebefdcff35bcc6eedf5db5d09a4be8\"\n },\n {\n \"url\": \"components/popper.js\",\n \"revision\": \"ede59bec41fd2b049f32af4682e1ebba\"\n },\n {\n \"url\": \"components/segment-container.component.js\",\n \"revision\": \"203393d01f3e85e2a62a1c5d3bffb122\"\n },\n {\n \"url\": \"components/segment-item.component.js\",\n \"revision\": \"28014258574f5b43a0fa7936154ad3ef\"\n },\n {\n \"url\": \"components/slider-indicator.component.js\",\n \"revision\": \"4c9202cc5bbf227d72f871e16ed87b2e\"\n },\n {\n \"url\": \"components/stepper-item.component.js\",\n \"revision\": \"c64eee1c71e1a184b2fb084f6ea953a7\"\n },\n {\n \"url\": \"components/stepper-line.component.js\",\n \"revision\": \"eb360c52f08b1ba8b5fbb01f168c58e1\"\n },\n {\n \"url\": \"components/table-cell.component.js\",\n \"revision\": \"3f84bfd02c22774913e4ef5bac7fc2ff\"\n },\n {\n \"url\": \"components/table-container.component.js\",\n \"revision\": \"65a6439e1b751d3c3c8f3f79145491c3\"\n },\n {\n \"url\": \"components/table-footer.component.js\",\n \"revision\": \"0bae5855bae08ddb316b46484d2d35ed\"\n },\n {\n \"url\": \"components/table-header.component.js\",\n \"revision\": \"f635f4517fd21311ac50acd582f25102\"\n },\n {\n \"url\": \"components/table-row.component.js\",\n \"revision\": \"971fec5eb93e4070d689a0038efa648b\"\n },\n {\n \"url\": \"components/tooltip.component.js\",\n \"revision\": \"59bd6077b603b0935f6320f46c2c1fff\"\n },\n {\n \"url\": \"esm/child-of-90a8c4b5.js\",\n \"revision\": \"3ade58a4e846574695a9b0be776972c9\"\n },\n {\n \"url\": \"esm/constants-826f9460.js\",\n \"revision\": \"bfd8815143610d69702179889478ba89\"\n },\n {\n \"url\": \"esm/index-7c99f044.js\",\n \"revision\": \"f4ce1ac1e5b7a38ae03028438586d8e5\"\n },\n {\n \"url\": \"esm/index.js\",\n \"revision\": \"76dac54e7f58faba664e73e3c95808f4\"\n },\n {\n \"url\": \"esm/loader.js\",\n \"revision\": \"38bf07a19f6d002afa677803d4b56fd4\"\n },\n {\n \"url\": \"esm/localization-abb97f67.js\",\n \"revision\": \"a845aa4a8f8319736c7b183e934d3ac4\"\n },\n {\n \"url\": \"esm/object-get-by-path-d6427a61.js\",\n \"revision\": \"9f2dc93079d3a7a4942889bce1110c86\"\n },\n {\n \"url\": \"esm/p-accordion.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"esm/p-avatar-group.entry.js\",\n \"revision\": \"1030c38689f3c2a7a93f60093ee30d3a\"\n },\n {\n \"url\": \"esm/p-avatar.entry.js\",\n \"revision\": \"90c791e75c1168ae07d57e2673f5eacd\"\n },\n {\n \"url\": \"esm/p-button_3.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"esm/p-card-body.entry.js\",\n \"revision\": \"aab868512858236544337b3b7e9a5adc\"\n },\n {\n \"url\": \"esm/p-card-container.entry.js\",\n \"revision\": \"51003b12f322abc9ad8f3ee5a1ffcdf0\"\n },\n {\n \"url\": \"esm/p-card-header.entry.js\",\n \"revision\": \"0b056b912b105d46d5ee26ad9f9f099f\"\n },\n {\n \"url\": \"esm/p-content-slider.entry.js\",\n \"revision\": \"68a40527ac40f416faba4917f7dc58cb\"\n },\n {\n \"url\": \"esm/p-counter.entry.js\",\n \"revision\": \"6d4dc771247e59626cb582f4b0d86d9c\"\n },\n {\n \"url\": \"esm/p-divider.entry.js\",\n \"revision\": \"bee499399d3bb4cf502d99cf65f200f7\"\n },\n {\n \"url\": \"esm/p-dropdown_3.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"esm/p-helper_2.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"esm/p-illustration.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"esm/p-info-panel.entry.js\",\n \"revision\": \"43f81c4e0e676082cefb1de59c2677bf\"\n },\n {\n \"url\": \"esm/p-input-group_4.entry.js\",\n \"revision\": \"0a47adb2a7fe01b8b6f9c8c36da74d67\"\n },\n {\n \"url\": \"esm/p-layout.entry.js\",\n \"revision\": \"88b615ad1e8b78d41f06dfdad4d25b98\"\n },\n {\n \"url\": \"esm/p-modal-backdrop_5.entry.js\",\n \"revision\": \"724ae34dc6755958bf1201ed99cbc0a7\"\n },\n {\n \"url\": \"esm/p-modal.entry.js\",\n \"revision\": \"f223085282ba7a82046a1f1b62f780c8\"\n },\n {\n \"url\": \"esm/p-navbar.entry.js\",\n \"revision\": \"ff5719d91e47381e246e5e1dbf6504c3\"\n },\n {\n \"url\": \"esm/p-navigation-item.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"esm/p-page-size-select_3.entry.js\",\n \"revision\": \"4a1760d5e7f5452e57709c2bb80fd6c8\"\n },\n {\n \"url\": \"esm/p-profile.entry.js\",\n \"revision\": \"d1156007b4ba594b6e9b35b7ddb1897d\"\n },\n {\n \"url\": \"esm/p-select.entry.js\",\n \"revision\": \"bd6fe80df4f6c1ca81ab8624e4a75ee7\"\n },\n {\n \"url\": \"esm/p-slider-indicator.entry.js\",\n \"revision\": \"2794b2c666fbeeedcf7d0978bbc75a68\"\n },\n {\n \"url\": \"esm/p-status.entry.js\",\n \"revision\": \"27d1cb5b188ae2710eda3d78df7dbc94\"\n },\n {\n \"url\": \"esm/p-stepper-item_2.entry.js\",\n \"revision\": \"2ce5a0c376df894e415f5407a051e2f9\"\n },\n {\n \"url\": \"esm/p-stepper.entry.js\",\n \"revision\": \"d227db4de806da3e52e9ea069de7efc4\"\n },\n {\n \"url\": \"esm/p-tab-group.entry.js\",\n \"revision\": \"d5c51d09df288746d7ca44ab5ea9c7aa\"\n },\n {\n \"url\": \"esm/p-tab-item.entry.js\",\n \"revision\": \"9d1cc4e95340f4a0cf0ff47b3146124d\"\n },\n {\n \"url\": \"esm/p-table-cell_5.entry.js\",\n \"revision\": \"50fecb04326741dee5d503c7624d3618\"\n },\n {\n \"url\": \"esm/p-table-column.entry.js\",\n \"revision\": \"f6e380a2648f147642425f16bf555e78\"\n },\n {\n \"url\": \"esm/p-table.entry.js\",\n \"revision\": \"d4ff825d8a8cc89fd016e8e0213ce6cf\"\n },\n {\n \"url\": \"esm/p-toast-container.entry.js\",\n \"revision\": \"78c853fd8530f6faa6dfad8e1ce085e8\"\n },\n {\n \"url\": \"esm/p-toast.entry.js\",\n \"revision\": \"f69fc728cca0c4c4263ca3165376f38f\"\n },\n {\n \"url\": \"esm/polyfills/core-js.js\",\n \"revision\": \"dc27e0f38ebdd9196d36d393a6c60f4a\"\n },\n {\n \"url\": \"esm/polyfills/css-shim.js\",\n \"revision\": \"36323d0bd6801af0b90cc36af0a0ee8d\"\n },\n {\n \"url\": \"esm/polyfills/dom.js\",\n \"revision\": \"c59c209ccd8f829bb4bc0aaa99055edb\"\n },\n {\n \"url\": \"esm/polyfills/es5-html-element.js\",\n \"revision\": \"9cb6d45f69c87c978029d1aa0a05ac92\"\n },\n {\n \"url\": \"esm/polyfills/index.js\",\n \"revision\": \"d584dac684dbfccbd3271d63a2c59ed1\"\n },\n {\n \"url\": \"esm/polyfills/system.js\",\n \"revision\": \"e44813fe9fa71bac4abfeb30b88b457d\"\n },\n {\n \"url\": \"esm/popper-41c6f9cd.js\",\n \"revision\": \"ede59bec41fd2b049f32af4682e1ebba\"\n },\n {\n \"url\": \"index.cjs.js\",\n \"revision\": \"66e04f2fb404ebfb2502d6647369ec3b\"\n },\n {\n \"url\": \"index.js\",\n \"revision\": \"6e3fc07b3d20cdc681502bff787b2041\"\n },\n {\n \"url\": \"paperless/index.esm.js\",\n \"revision\": \"06e52a6ad68c1631de21092c8c0eb40d\"\n },\n {\n \"url\": \"paperless/p-06899ffb.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"paperless/p-09ea2a1a.js\",\n \"revision\": null\n },\n {\n \"url\": \"paperless/p-150aadaf.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"paperless/p-15d13147.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"paperless/p-1f6a0296.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"paperless/p-2bf44a1d.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"paperless/p-3180c96e.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"paperless/p-3b243f16.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"paperless/p-3ef5e549.js\",\n \"revision\": null\n },\n {\n \"url\": \"paperless/p-41588819.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"paperless/p-44d46765.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"paperless/p-4588a510.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"paperless/p-48c3b71e.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"paperless/p-52ab1f62.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"paperless/p-58dd41be.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"paperless/p-5a71d6ae.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"paperless/p-600a2f21.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"paperless/p-61975c9a.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"paperless/p-6c60fd3d.js\",\n \"revision\": null\n },\n {\n \"url\": \"paperless/p-78db3d3c.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"paperless/p-7a77a930.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"paperless/p-7e9a866e.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"paperless/p-8262fe7e.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"paperless/p-8614bd10.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"paperless/p-86a6c56a.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"paperless/p-8a6728d5.js\",\n \"revision\": null\n },\n {\n \"url\": \"paperless/p-8f179b0d.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"paperless/p-98332f25.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"paperless/p-9fba2393.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"paperless/p-a0e3e68d.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"paperless/p-a7086ffa.js\",\n \"revision\": null\n },\n {\n \"url\": \"paperless/p-aae4caab.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"paperless/p-ad147b1b.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"paperless/p-b797b0ce.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"paperless/p-c11282d2.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"paperless/p-c4110c09.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"paperless/p-d0a9b97b.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"paperless/p-d17b038f.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"paperless/p-d9c1fe13.js\",\n \"revision\": null\n },\n {\n \"url\": \"paperless/p-f45b75ae.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"tailwind.config.js\",\n \"revision\": \"cd7bd7332049042bc201d0327caf4108\"\n },\n {\n \"url\": \"tailwind/animation.js\",\n \"revision\": \"a3127019b37690ea725414dcdeb96661\"\n },\n {\n \"url\": \"tailwind/backdrop-blur.js\",\n \"revision\": \"006247f96d8b05436254636f54f9980f\"\n },\n {\n \"url\": \"tailwind/border-radius.js\",\n \"revision\": \"dd0f825fa408d2ba0176fd53862063d4\"\n },\n {\n \"url\": \"tailwind/colors.js\",\n \"revision\": \"6a39b234fcf655ec34be7e367b0b3128\"\n },\n {\n \"url\": \"tailwind/height.js\",\n \"revision\": \"a85ec9bb6367718080a5bae707eaf948\"\n },\n {\n \"url\": \"tailwind/rotate.js\",\n \"revision\": \"6e10d60cb01221e64cf027d729886b6d\"\n },\n {\n \"url\": \"tailwind/scale.js\",\n \"revision\": \"a839cb541613e836dc315f26e3e9a396\"\n },\n {\n \"url\": \"tailwind/screens.js\",\n \"revision\": \"990933c732e9f51548f57facf11791a8\"\n },\n {\n \"url\": \"tailwind/shadows.js\",\n \"revision\": \"2fe7d9f75053ea2d83e4bacaa824257c\"\n },\n {\n \"url\": \"tailwind/spacing.js\",\n \"revision\": \"7b52564d96308b681fb16542ae0e1c31\"\n },\n {\n \"url\": \"tailwind/typography.js\",\n \"revision\": \"63fc1dacace043e348a3fcf95c582fef\"\n },\n {\n \"url\": \"tailwind/width.js\",\n \"revision\": \"f289ec3b95e14f375547ac0aa9d7a217\"\n },\n {\n \"url\": \"tailwind/z-index.js\",\n \"revision\": \"428fc88c5bb3b2129f8ba79a97139f30\"\n }\n], {});\n\n\n\n\n\n\n\n\n"],"names":["self","addEventListener","event","data","type","skipWaiting","workbox_precaching_precacheAndRoute","url","revision"],"mappings":"0nBAmBAA,KAAKC,iBAAiB,WAAYC,IAC5BA,EAAMC,MAA4B,iBAApBD,EAAMC,KAAKC,MAC3BJ,KAAKK,aACN,IAWHC,EAAAA,iBAAoC,CAClC,CACEC,IAAO,aACPC,SAAY,oCAEd,CACED,IAAO,4CACPC,SAAY,oCAEd,CACED,IAAO,4CACPC,SAAY,oCAEd,CACED,IAAO,wCACPC,SAAY,oCAEd,CACED,IAAO,wCACPC,SAAY,oCAEd,CACED,IAAO,wCACPC,SAAY,oCAEd,CACED,IAAO,wCACPC,SAAY,oCAEd,CACED,IAAO,qBACPC,SAAY,oCAEd,CACED,IAAO,4BACPC,SAAY,MAEd,CACED,IAAO,sBACPC,SAAY,MAEd,CACED,IAAO,4BACPC,SAAY,MAEd,CACED,IAAO,4BACPC,SAAY,MAEd,CACED,IAAO,4BACPC,SAAY,MAEd,CACED,IAAO,4BACPC,SAAY,MAEd,CACED,IAAO,4BACPC,SAAY,MAEd,CACED,IAAO,4BACPC,SAAY,MAEd,CACED,IAAO,sBACPC,SAAY,MAEd,CACED,IAAO,4BACPC,SAAY,MAEd,CACED,IAAO,4BACPC,SAAY,MAEd,CACED,IAAO,4BACPC,SAAY,MAEd,CACED,IAAO,4BACPC,SAAY,MAEd,CACED,IAAO,4BACPC,SAAY,MAEd,CACED,IAAO,4BACPC,SAAY,MAEd,CACED,IAAO,4BACPC,SAAY,MAEd,CACED,IAAO,4BACPC,SAAY,MAEd,CACED,IAAO,4BACPC,SAAY,MAEd,CACED,IAAO,sBACPC,SAAY,MAEd,CACED,IAAO,4BACPC,SAAY,MAEd,CACED,IAAO,4BACPC,SAAY,MAEd,CACED,IAAO,4BACPC,SAAY,MAEd,CACED,IAAO,4BACPC,SAAY,MAEd,CACED,IAAO,4BACPC,SAAY,MAEd,CACED,IAAO,4BACPC,SAAY,MAEd,CACED,IAAO,sBACPC,SAAY,MAEd,CACED,IAAO,4BACPC,SAAY,MAEd,CACED,IAAO,4BACPC,SAAY,MAEd,CACED,IAAO,4BACPC,SAAY,MAEd,CACED,IAAO,4BACPC,SAAY,MAEd,CACED,IAAO,sBACPC,SAAY,MAEd,CACED,IAAO,4BACPC,SAAY,MAEd,CACED,IAAO,4BACPC,SAAY,MAEd,CACED,IAAO,4BACPC,SAAY,MAEd,CACED,IAAO,4BACPC,SAAY,MAEd,CACED,IAAO,4BACPC,SAAY,MAEd,CACED,IAAO,4BACPC,SAAY,MAEd,CACED,IAAO,4BACPC,SAAY,MAEd,CACED,IAAO,sBACPC,SAAY,MAEd,CACED,IAAO,4BACPC,SAAY,MAEd,CACED,IAAO,2BACPC,SAAY,oCAEd,CACED,IAAO,4BACPC,SAAY,oCAEd,CACED,IAAO,wBACPC,SAAY,oCAEd,CACED,IAAO,mBACPC,SAAY,oCAEd,CACED,IAAO,oBACPC,SAAY,oCAEd,CACED,IAAO,+BACPC,SAAY,oCAEd,CACED,IAAO,qCACPC,SAAY,oCAEd,CACED,IAAO,+BACPC,SAAY,MAEd,CACED,IAAO,kCACPC,SAAY,oCAEd,CACED,IAAO,4BACPC,SAAY,oCAEd,CACED,IAAO,8BACPC,SAAY,MAEd,CACED,IAAO,+BACPC,SAAY,oCAEd,CACED,IAAO,oCACPC,SAAY,oCAEd,CACED,IAAO,iCACPC,SAAY,oCAEd,CACED,IAAO,oCACPC,SAAY,oCAEd,CACED,IAAO,6BACPC,SAAY,oCAEd,CACED,IAAO,6BACPC,SAAY,oCAEd,CACED,IAAO,gCACPC,SAAY,MAEd,CACED,IAAO,8BACPC,SAAY,MAEd,CACED,IAAO,kCACPC,SAAY,MAEd,CACED,IAAO,gCACPC,SAAY,oCAEd,CACED,IAAO,mCACPC,SAAY,oCAEd,CACED,IAAO,4BACPC,SAAY,oCAEd,CACED,IAAO,sCACPC,SAAY,oCAEd,CACED,IAAO,2BACPC,SAAY,oCAEd,CACED,IAAO,4BACPC,SAAY,oCAEd,CACED,IAAO,qCACPC,SAAY,MAEd,CACED,IAAO,wCACPC,SAAY,oCAEd,CACED,IAAO,6BACPC,SAAY,oCAEd,CACED,IAAO,4BACPC,SAAY,oCAEd,CACED,IAAO,sCACPC,SAAY,oCAEd,CACED,IAAO,4BACPC,SAAY,oCAEd,CACED,IAAO,oCACPC,SAAY,oCAEd,CACED,IAAO,6BACPC,SAAY,oCAEd,CACED,IAAO,+BACPC,SAAY,oCAEd,CACED,IAAO,8BACPC,SAAY,oCAEd,CACED,IAAO,kCACPC,SAAY,oCAEd,CACED,IAAO,kCACPC,SAAY,oCAEd,CACED,IAAO,2BACPC,SAAY,oCAEd,CACED,IAAO,qCACPC,SAAY,oCAEd,CACED,IAAO,2BACPC,SAAY,oCAEd,CACED,IAAO,uBACPC,SAAY,oCAEd,CACED,IAAO,yBACPC,SAAY,oCAEd,CACED,IAAO,sCACPC,SAAY,oCAEd,CACED,IAAO,sEACPC,SAAY,oCAEd,CACED,IAAO,qEACPC,SAAY,oCAEd,CACED,IAAO,0DACPC,SAAY,oCAEd,CACED,IAAO,yDACPC,SAAY,oCAEd,CACED,IAAO,0DACPC,SAAY,oCAEd,CACED,IAAO,yDACPC,SAAY,oCAEd,CACED,IAAO,gEACPC,SAAY,oCAEd,CACED,IAAO,+DACPC,SAAY,oCAEd,CACED,IAAO,0EACPC,SAAY,oCAEd,CACED,IAAO,yEACPC,SAAY,oCAEd,CACED,IAAO,oEACPC,SAAY,oCAEd,CACED,IAAO,mEACPC,SAAY,oCAEd,CACED,IAAO,4DACPC,SAAY,oCAEd,CACED,IAAO,2DACPC,SAAY,oCAEd,CACED,IAAO,4DACPC,SAAY,oCAEd,CACED,IAAO,2DACPC,SAAY,oCAEd,CACED,IAAO,4FACPC,SAAY,oCAEd,CACED,IAAO,2FACPC,SAAY,oCAEd,CACED,IAAO,kFACPC,SAAY,oCAEd,CACED,IAAO,iFACPC,SAAY,oCAEd,CACED,IAAO,0DACPC,SAAY,oCAEd,CACED,IAAO,yDACPC,SAAY,oCAEd,CACED,IAAO,sDACPC,SAAY,oCAEd,CACED,IAAO,qDACPC,SAAY,oCAEd,CACED,IAAO,qEACPC,SAAY,oCAEd,CACED,IAAO,kEACPC,SAAY,oCAEd,CACED,IAAO,iEACPC,SAAY,oCAEd,CACED,IAAO,wDACPC,SAAY,oCAEd,CACED,IAAO,uDACPC,SAAY,oCAEd,CACED,IAAO,0DACPC,SAAY,oCAEd,CACED,IAAO,yDACPC,SAAY,oCAEd,CACED,IAAO,0DACPC,SAAY,oCAEd,CACED,IAAO,yDACPC,SAAY,oCAEd,CACED,IAAO,0EACPC,SAAY,oCAEd,CACED,IAAO,yEACPC,SAAY,oCAEd,CACED,IAAO,kEACPC,SAAY,oCAEd,CACED,IAAO,iEACPC,SAAY,oCAEd,CACED,IAAO,4EACPC,SAAY,oCAEd,CACED,IAAO,2EACPC,SAAY,oCAEd,CACED,IAAO,sEACPC,SAAY,oCAEd,CACED,IAAO,qEACPC,SAAY,oCAEd,CACED,IAAO,sEACPC,SAAY,oCAEd,CACED,IAAO,qEACPC,SAAY,oCAEd,CACED,IAAO,4EACPC,SAAY,oCAEd,CACED,IAAO,2EACPC,SAAY,oCAEd,CACED,IAAO,gFACPC,SAAY,oCAEd,CACED,IAAO,+EACPC,SAAY,oCAEd,CACED,IAAO,sEACPC,SAAY,oCAEd,CACED,IAAO,qEACPC,SAAY,oCAEd,CACED,IAAO,8EACPC,SAAY,oCAEd,CACED,IAAO,6EACPC,SAAY,oCAEd,CACED,IAAO,0DACPC,SAAY,oCAEd,CACED,IAAO,yDACPC,SAAY,oCAEd,CACED,IAAO,sEACPC,SAAY,oCAEd,CACED,IAAO,qEACPC,SAAY,oCAEd,CACED,IAAO,sEACPC,SAAY,oCAEd,CACED,IAAO,qEACPC,SAAY,oCAEd,CACED,IAAO,gEACPC,SAAY,oCAEd,CACED,IAAO,+DACPC,SAAY,oCAEd,CACED,IAAO,8DACPC,SAAY,oCAEd,CACED,IAAO,6DACPC,SAAY,oCAEd,CACED,IAAO,4EACPC,SAAY,oCAEd,CACED,IAAO,2EACPC,SAAY,oCAEd,CACED,IAAO,4EACPC,SAAY,oCAEd,CACED,IAAO,2EACPC,SAAY,oCAEd,CACED,IAAO,4DACPC,SAAY,oCAEd,CACED,IAAO,2DACPC,SAAY,oCAEd,CACED,IAAO,uEACPC,SAAY,oCAEd,CACED,IAAO,oEACPC,SAAY,oCAEd,CACED,IAAO,mEACPC,SAAY,oCAEd,CACED,IAAO,8EACPC,SAAY,oCAEd,CACED,IAAO,6EACPC,SAAY,oCAEd,CACED,IAAO,kEACPC,SAAY,oCAEd,CACED,IAAO,iEACPC,SAAY,oCAEd,CACED,IAAO,wEACPC,SAAY,oCAEd,CACED,IAAO,uEACPC,SAAY,oCAEd,CACED,IAAO,gFACPC,SAAY,oCAEd,CACED,IAAO,+EACPC,SAAY,oCAEd,CACED,IAAO,gEACPC,SAAY,oCAEd,CACED,IAAO,iFACPC,SAAY,oCAEd,CACED,IAAO,sEACPC,SAAY,oCAEd,CACED,IAAO,qEACPC,SAAY,oCAEd,CACED,IAAO,gEACPC,SAAY,oCAEd,CACED,IAAO,+DACPC,SAAY,oCAEd,CACED,IAAO,8DACPC,SAAY,oCAEd,CACED,IAAO,6DACPC,SAAY,oCAEd,CACED,IAAO,gEACPC,SAAY,oCAEd,CACED,IAAO,+DACPC,SAAY,oCAEd,CACED,IAAO,sEACPC,SAAY,oCAEd,CACED,IAAO,qEACPC,SAAY,oCAEd,CACED,IAAO,0EACPC,SAAY,oCAEd,CACED,IAAO,yEACPC,SAAY,oCAEd,CACED,IAAO,0EACPC,SAAY,oCAEd,CACED,IAAO,yEACPC,SAAY,oCAEd,CACED,IAAO,oEACPC,SAAY,oCAEd,CACED,IAAO,mEACPC,SAAY,oCAEd,CACED,IAAO,4DACPC,SAAY,oCAEd,CACED,IAAO,2DACPC,SAAY,oCAEd,CACED,IAAO,2DACPC,SAAY,oCAEd,CACED,IAAO,8DACPC,SAAY,oCAEd,CACED,IAAO,6DACPC,SAAY,oCAEd,CACED,IAAO,4DACPC,SAAY,oCAEd,CACED,IAAO,2DACPC,SAAY,oCAEd,CACED,IAAO,sBACPC,SAAY,oCAEd,CACED,IAAO,gCACPC,SAAY,oCAEd,CACED,IAAO,mCACPC,SAAY,oCAEd,CACED,IAAO,uCACPC,SAAY,oCAEd,CACED,IAAO,uCACPC,SAAY,oCAEd,CACED,IAAO,gCACPC,SAAY,oCAEd,CACED,IAAO,gCACPC,SAAY,oCAEd,CACED,IAAO,gCACPC,SAAY,oCAEd,CACED,IAAO,+BACPC,SAAY,oCAEd,CACED,IAAO,iCACPC,SAAY,oCAEd,CACED,IAAO,iCACPC,SAAY,oCAEd,CACED,IAAO,iCACPC,SAAY,oCAEd,CACED,IAAO,oCACPC,SAAY,oCAEd,CACED,IAAO,+BACPC,SAAY,oCAEd,CACED,IAAO,iCACPC,SAAY,oCAEd,CACED,IAAO,4BACPC,SAAY,oCAEd,CACED,IAAO,4BACPC,SAAY,oCAEd,CACED,IAAO,+BACPC,SAAY,oCAEd,CACED,IAAO,+BACPC,SAAY,oCAEd,CACED,IAAO,4BACPC,SAAY,oCAEd,CACED,IAAO,oCACPC,SAAY,oCAEd,CACED,IAAO,4BACPC,SAAY,oCAEd,CACED,IAAO,mCACPC,SAAY,oCAEd,CACED,IAAO,yCACPC,SAAY,oCAEd,CACED,IAAO,iCACPC,SAAY,oCAEd,CACED,IAAO,kCACPC,SAAY,oCAEd,CACED,IAAO,kCACPC,SAAY,oCAEd,CACED,IAAO,kDACPC,SAAY,oCAEd,CACED,IAAO,6CACPC,SAAY,oCAEd,CACED,IAAO,mCACPC,SAAY,oCAEd,CACED,IAAO,iCACPC,SAAY,oCAEd,CACED,IAAO,+BACPC,SAAY,oCAEd,CACED,IAAO,sBACPC,SAAY,oCAEd,CACED,IAAO,sCACPC,SAAY,oCAEd,CACED,IAAO,gCACPC,SAAY,oCAEd,CACED,IAAO,iCACPC,SAAY,oCAEd,CACED,IAAO,6BACPC,SAAY,oCAEd,CACED,IAAO,yCACPC,SAAY,oCAEd,CACED,IAAO,qCACPC,SAAY,oCAEd,CACED,IAAO,0CACPC,SAAY,oCAEd,CACED,IAAO,uCACPC,SAAY,oCAEd,CACED,IAAO,uCACPC,SAAY,oCAEd,CACED,IAAO,4BACPC,SAAY,MAEd,CACED,IAAO,+BACPC,SAAY,oCAEd,CACED,IAAO,yBACPC,SAAY,oCAEd,CACED,IAAO,yBACPC,SAAY,oCAEd,CACED,IAAO,4BACPC,SAAY,oCAEd,CACED,IAAO,iCACPC,SAAY,oCAEd,CACED,IAAO,8BACPC,SAAY,oCAEd,CACED,IAAO,iCACPC,SAAY,oCAEd,CACED,IAAO,0BACPC,SAAY,oCAEd,CACED,IAAO,0BACPC,SAAY,oCAEd,CACED,IAAO,0CACPC,SAAY,MAEd,CACED,IAAO,qCACPC,SAAY,MAEd,CACED,IAAO,2BACPC,SAAY,MAEd,CACED,IAAO,yBACPC,SAAY,oCAEd,CACED,IAAO,uBACPC,SAAY,oCAEd,CACED,IAAO,+BACPC,SAAY,MAEd,CACED,IAAO,6BACPC,SAAY,oCAEd,CACED,IAAO,8BACPC,SAAY,oCAEd,CACED,IAAO,wBACPC,SAAY,oCAEd,CACED,IAAO,yBACPC,SAAY,oCAEd,CACED,IAAO,yBACPC,SAAY,oCAEd,CACED,IAAO,iCACPC,SAAY,oCAEd,CACED,IAAO,6BACPC,SAAY,oCAEd,CACED,IAAO,kCACPC,SAAY,oCAEd,CACED,IAAO,+BACPC,SAAY,oCAEd,CACED,IAAO,+BACPC,SAAY,oCAEd,CACED,IAAO,wBACPC,SAAY,oCAEd,CACED,IAAO,yBACPC,SAAY,oCAEd,CACED,IAAO,kCACPC,SAAY,MAEd,CACED,IAAO,mCACPC,SAAY,oCAEd,CACED,IAAO,kCACPC,SAAY,MAEd,CACED,IAAO,6BACPC,SAAY,MAEd,CACED,IAAO,0BACPC,SAAY,oCAEd,CACED,IAAO,oCACPC,SAAY,oCAEd,CACED,IAAO,+BACPC,SAAY,oCAEd,CACED,IAAO,yBACPC,SAAY,oCAEd,CACED,IAAO,mCACPC,SAAY,oCAEd,CACED,IAAO,yBACPC,SAAY,oCAEd,CACED,IAAO,+BACPC,SAAY,oCAEd,CACED,IAAO,+BACPC,SAAY,oCAEd,CACED,IAAO,0BACPC,SAAY,oCAEd,CACED,IAAO,4BACPC,SAAY,oCAEd,CACED,IAAO,2BACPC,SAAY,oCAEd,CACED,IAAO,6BACPC,SAAY,oCAEd,CACED,IAAO,+BACPC,SAAY,oCAEd,CACED,IAAO,kCACPC,SAAY,oCAEd,CACED,IAAO,+BACPC,SAAY,oCAEd,CACED,IAAO,+BACPC,SAAY,oCAEd,CACED,IAAO,4BACPC,SAAY,oCAEd,CACED,IAAO,wBACPC,SAAY,oCAEd,CACED,IAAO,kCACPC,SAAY,oCAEd,CACED,IAAO,wBACPC,SAAY,oCAEd,CACED,IAAO,0BACPC,SAAY,oCAEd,CACED,IAAO,2CACPC,SAAY,oCAEd,CACED,IAAO,0CACPC,SAAY,oCAEd,CACED,IAAO,qCACPC,SAAY,oCAEd,CACED,IAAO,uBACPC,SAAY,oCAEd,CACED,IAAO,4CACPC,SAAY,oCAEd,CACED,IAAO,uCACPC,SAAY,oCAEd,CACED,IAAO,2CACPC,SAAY,oCAEd,CACED,IAAO,uCACPC,SAAY,oCAEd,CACED,IAAO,uCACPC,SAAY,oCAEd,CACED,IAAO,qCACPC,SAAY,oCAEd,CACED,IAAO,0CACPC,SAAY,oCAEd,CACED,IAAO,uCACPC,SAAY,oCAEd,CACED,IAAO,uCACPC,SAAY,oCAEd,CACED,IAAO,oCACPC,SAAY,oCAEd,CACED,IAAO,kCACPC,SAAY,oCAEd,CACED,IAAO,2BACPC,SAAY,oCAEd,CACED,IAAO,4BACPC,SAAY,oCAEd,CACED,IAAO,wBACPC,SAAY,oCAEd,CACED,IAAO,eACPC,SAAY,oCAEd,CACED,IAAO,gBACPC,SAAY,oCAEd,CACED,IAAO,+BACPC,SAAY,oCAEd,CACED,IAAO,qCACPC,SAAY,oCAEd,CACED,IAAO,2BACPC,SAAY,MAEd,CACED,IAAO,8BACPC,SAAY,oCAEd,CACED,IAAO,wBACPC,SAAY,oCAEd,CACED,IAAO,0BACPC,SAAY,MAEd,CACED,IAAO,2BACPC,SAAY,oCAEd,CACED,IAAO,gCACPC,SAAY,oCAEd,CACED,IAAO,6BACPC,SAAY,oCAEd,CACED,IAAO,gCACPC,SAAY,oCAEd,CACED,IAAO,yBACPC,SAAY,oCAEd,CACED,IAAO,yBACPC,SAAY,oCAEd,CACED,IAAO,4BACPC,SAAY,MAEd,CACED,IAAO,0BACPC,SAAY,MAEd,CACED,IAAO,8BACPC,SAAY,MAEd,CACED,IAAO,4BACPC,SAAY,oCAEd,CACED,IAAO,+BACPC,SAAY,oCAEd,CACED,IAAO,wBACPC,SAAY,oCAEd,CACED,IAAO,kCACPC,SAAY,oCAEd,CACED,IAAO,uBACPC,SAAY,oCAEd,CACED,IAAO,wBACPC,SAAY,oCAEd,CACED,IAAO,iCACPC,SAAY,MAEd,CACED,IAAO,oCACPC,SAAY,oCAEd,CACED,IAAO,yBACPC,SAAY,oCAEd,CACED,IAAO,wBACPC,SAAY,oCAEd,CACED,IAAO,kCACPC,SAAY,oCAEd,CACED,IAAO,wBACPC,SAAY,oCAEd,CACED,IAAO,gCACPC,SAAY,oCAEd,CACED,IAAO,yBACPC,SAAY,oCAEd,CACED,IAAO,2BACPC,SAAY,oCAEd,CACED,IAAO,0BACPC,SAAY,oCAEd,CACED,IAAO,8BACPC,SAAY,oCAEd,CACED,IAAO,8BACPC,SAAY,oCAEd,CACED,IAAO,uBACPC,SAAY,oCAEd,CACED,IAAO,iCACPC,SAAY,oCAEd,CACED,IAAO,uBACPC,SAAY,oCAEd,CACED,IAAO,2BACPC,SAAY,oCAEd,CACED,IAAO,4BACPC,SAAY,oCAEd,CACED,IAAO,uBACPC,SAAY,oCAEd,CACED,IAAO,oCACPC,SAAY,oCAEd,CACED,IAAO,yBACPC,SAAY,oCAEd,CACED,IAAO,0BACPC,SAAY,oCAEd,CACED,IAAO,yBACPC,SAAY,oCAEd,CACED,IAAO,eACPC,SAAY,oCAEd,CACED,IAAO,WACPC,SAAY,oCAEd,CACED,IAAO,yBACPC,SAAY,oCAEd,CACED,IAAO,gCACPC,SAAY,MAEd,CACED,IAAO,0BACPC,SAAY,MAEd,CACED,IAAO,gCACPC,SAAY,MAEd,CACED,IAAO,gCACPC,SAAY,MAEd,CACED,IAAO,gCACPC,SAAY,MAEd,CACED,IAAO,gCACPC,SAAY,MAEd,CACED,IAAO,gCACPC,SAAY,MAEd,CACED,IAAO,gCACPC,SAAY,MAEd,CACED,IAAO,0BACPC,SAAY,MAEd,CACED,IAAO,gCACPC,SAAY,MAEd,CACED,IAAO,gCACPC,SAAY,MAEd,CACED,IAAO,gCACPC,SAAY,MAEd,CACED,IAAO,gCACPC,SAAY,MAEd,CACED,IAAO,gCACPC,SAAY,MAEd,CACED,IAAO,gCACPC,SAAY,MAEd,CACED,IAAO,gCACPC,SAAY,MAEd,CACED,IAAO,gCACPC,SAAY,MAEd,CACED,IAAO,gCACPC,SAAY,MAEd,CACED,IAAO,0BACPC,SAAY,MAEd,CACED,IAAO,gCACPC,SAAY,MAEd,CACED,IAAO,gCACPC,SAAY,MAEd,CACED,IAAO,gCACPC,SAAY,MAEd,CACED,IAAO,gCACPC,SAAY,MAEd,CACED,IAAO,gCACPC,SAAY,MAEd,CACED,IAAO,gCACPC,SAAY,MAEd,CACED,IAAO,0BACPC,SAAY,MAEd,CACED,IAAO,gCACPC,SAAY,MAEd,CACED,IAAO,gCACPC,SAAY,MAEd,CACED,IAAO,gCACPC,SAAY,MAEd,CACED,IAAO,gCACPC,SAAY,MAEd,CACED,IAAO,0BACPC,SAAY,MAEd,CACED,IAAO,gCACPC,SAAY,MAEd,CACED,IAAO,gCACPC,SAAY,MAEd,CACED,IAAO,gCACPC,SAAY,MAEd,CACED,IAAO,gCACPC,SAAY,MAEd,CACED,IAAO,gCACPC,SAAY,MAEd,CACED,IAAO,gCACPC,SAAY,MAEd,CACED,IAAO,gCACPC,SAAY,MAEd,CACED,IAAO,0BACPC,SAAY,MAEd,CACED,IAAO,gCACPC,SAAY,MAEd,CACED,IAAO,qBACPC,SAAY,oCAEd,CACED,IAAO,wBACPC,SAAY,oCAEd,CACED,IAAO,4BACPC,SAAY,oCAEd,CACED,IAAO,4BACPC,SAAY,oCAEd,CACED,IAAO,qBACPC,SAAY,oCAEd,CACED,IAAO,qBACPC,SAAY,oCAEd,CACED,IAAO,qBACPC,SAAY,oCAEd,CACED,IAAO,oBACPC,SAAY,oCAEd,CACED,IAAO,sBACPC,SAAY,oCAEd,CACED,IAAO,sBACPC,SAAY,oCAEd,CACED,IAAO,sBACPC,SAAY,oCAEd,CACED,IAAO,yBACPC,SAAY,oCAEd,CACED,IAAO,oBACPC,SAAY,oCAEd,CACED,IAAO,sBACPC,SAAY,qCAEb,CAAA"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
module.exports = {
|
|
2
|
+
animation: {
|
|
3
|
+
'fade-in': 'fadeIn .2s ease-in-out',
|
|
4
|
+
'fade-out': 'fadeOut .2s ease-in-out',
|
|
5
|
+
},
|
|
6
|
+
|
|
7
|
+
keyframes: {
|
|
8
|
+
fadeIn: {
|
|
9
|
+
'0%': { opacity: 0 },
|
|
10
|
+
'100%': { opacity: 100 },
|
|
11
|
+
},
|
|
12
|
+
fadeOut: {
|
|
13
|
+
'0%': { opacity: 100 },
|
|
14
|
+
'100%': { opacity: 0 },
|
|
15
|
+
},
|
|
16
|
+
},
|
|
17
|
+
};
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
module.exports = {
|
|
2
|
+
transparent: 'transparent',
|
|
3
|
+
current: 'currentColor',
|
|
4
|
+
indigo: {
|
|
5
|
+
dark: '#2C4BA9',
|
|
6
|
+
DEFAULT: '#528AFA',
|
|
7
|
+
light: '#F1F6FF',
|
|
8
|
+
},
|
|
9
|
+
sky: {
|
|
10
|
+
dark: '#30C2C9',
|
|
11
|
+
DEFAULT: '#1EDAE3',
|
|
12
|
+
light: '#F5FEFF',
|
|
13
|
+
vague: '#BBF4F6',
|
|
14
|
+
},
|
|
15
|
+
mystic: {
|
|
16
|
+
blank: '#FFF',
|
|
17
|
+
dark: '#DAE6F0',
|
|
18
|
+
DEFAULT: '#F7FAFC',
|
|
19
|
+
light: '#FCFDFE',
|
|
20
|
+
medium: '#E3ECF3',
|
|
21
|
+
},
|
|
22
|
+
redberry: {
|
|
23
|
+
dark: '#BD0F1E',
|
|
24
|
+
DEFAULT: '#E63241',
|
|
25
|
+
light: '#FFE8EA',
|
|
26
|
+
medium: '#FF7D88',
|
|
27
|
+
},
|
|
28
|
+
storm: {
|
|
29
|
+
dark: '#272838',
|
|
30
|
+
DEFAULT: '#51536B',
|
|
31
|
+
light: '#B0B2CB',
|
|
32
|
+
medium: '#80829E',
|
|
33
|
+
vague: '#989AB7',
|
|
34
|
+
},
|
|
35
|
+
negative: {
|
|
36
|
+
dark: '#8A0F1D',
|
|
37
|
+
DEFAULT: '#B91E28',
|
|
38
|
+
light: '#FFCCD3',
|
|
39
|
+
},
|
|
40
|
+
positive: {
|
|
41
|
+
dark: '#1DA360',
|
|
42
|
+
DEFAULT: '#28D17C',
|
|
43
|
+
light: '#E5FFF2',
|
|
44
|
+
},
|
|
45
|
+
unbiased: {
|
|
46
|
+
dark: '#FFA231',
|
|
47
|
+
DEFAULT: '#FFC72D',
|
|
48
|
+
light: '#FFF6DC',
|
|
49
|
+
},
|
|
50
|
+
white: '#FFF',
|
|
51
|
+
black: '#000',
|
|
52
|
+
};
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
module.exports = {
|
|
2
|
+
1: '0px 0.0625rem 0.05rem rgba(0,0,0, 0.5)',
|
|
3
|
+
2: '0px 0.0625rem 0.1125rem rgba(0,0,0, 0.65)',
|
|
4
|
+
3: '0px 0.0625rem 0.125rem rgba(0,0,0, 0.65)',
|
|
5
|
+
4: [
|
|
6
|
+
'0px 0.3125rem 1rem rgba(0,24,98, 0.08)',
|
|
7
|
+
'0px 0.0625rem 0.1875rem rgba(0,24,98, 0.13)',
|
|
8
|
+
],
|
|
9
|
+
5: '0px 0.1875rem 1rem rgba(0,24,98, 0.3)',
|
|
10
|
+
transparent: 'transparent',
|
|
11
|
+
};
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
module.exports = {
|
|
2
|
+
fontSize: {
|
|
3
|
+
'h1': '2.5rem',
|
|
4
|
+
'h2': '2rem',
|
|
5
|
+
'h3': '1.5rem',
|
|
6
|
+
'h4': '1.25rem',
|
|
7
|
+
'h5': '1.125rem',
|
|
8
|
+
'body': '1rem',
|
|
9
|
+
'body-2': '1.125rem',
|
|
10
|
+
'xxs': '0.6875rem'
|
|
11
|
+
},
|
|
12
|
+
lineHeight: {
|
|
13
|
+
'h1': '3rem',
|
|
14
|
+
'h2': '2.5rem',
|
|
15
|
+
'h3': '1.875rem',
|
|
16
|
+
'h4': '1.625rem',
|
|
17
|
+
'h5': '1.375rem',
|
|
18
|
+
'body': '1.75rem',
|
|
19
|
+
'body-2': '1.875rem',
|
|
20
|
+
}
|
|
21
|
+
}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
module.exports = {
|
|
2
|
+
unset: 'unset',
|
|
3
|
+
|
|
4
|
+
// default variant
|
|
5
|
+
'sidebar-mobile': '100%',
|
|
6
|
+
'sidebar-desktop': '15rem',
|
|
7
|
+
|
|
8
|
+
'content-mobile': '100%',
|
|
9
|
+
'content-desktop-xs': '100%',
|
|
10
|
+
'content-desktop-sm': '100%',
|
|
11
|
+
'content-desktop': '69rem',
|
|
12
|
+
'content-desktop-lg': '69rem',
|
|
13
|
+
'content-desktop-xl': '69rem',
|
|
14
|
+
|
|
15
|
+
// login variant
|
|
16
|
+
'sidebar-desktop-login': '100%',
|
|
17
|
+
'content-desktop-login': '30rem',
|
|
18
|
+
};
|
package/dist/tailwind.config.js
CHANGED
|
@@ -1,23 +1,37 @@
|
|
|
1
1
|
const colors = require('./tailwind/colors');
|
|
2
2
|
const shadows = require('./tailwind/shadows');
|
|
3
3
|
const borderRadius = require('./tailwind/border-radius');
|
|
4
|
-
const grid = require('./tailwind/grid');
|
|
5
4
|
const scale = require('./tailwind/scale');
|
|
6
5
|
const rotate = require('./tailwind/rotate');
|
|
6
|
+
const typeograhpy = require('./tailwind/typography');
|
|
7
|
+
const backdropBlur = require('./tailwind/backdrop-blur');
|
|
8
|
+
const zIndex = require('./tailwind/z-index');
|
|
9
|
+
const animation = require('./tailwind/animation');
|
|
10
|
+
const screens = require('./tailwind/screens');
|
|
11
|
+
const width = require('./tailwind/width');
|
|
12
|
+
const height = require('./tailwind/height');
|
|
13
|
+
const spacing = require('./tailwind/spacing');
|
|
7
14
|
|
|
8
15
|
module.exports = {
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
16
|
+
important: true,
|
|
17
|
+
theme: {
|
|
18
|
+
colors,
|
|
19
|
+
boxShadow: shadows,
|
|
20
|
+
dropShadow: shadows,
|
|
21
|
+
borderRadius,
|
|
22
|
+
extend: {
|
|
23
|
+
...animation,
|
|
24
|
+
scale,
|
|
25
|
+
rotate,
|
|
26
|
+
fontSize: typeograhpy.fontSize,
|
|
27
|
+
lineHeight: typeograhpy.lineHeight,
|
|
28
|
+
backdropBlur,
|
|
29
|
+
zIndex,
|
|
30
|
+
screens,
|
|
31
|
+
width,
|
|
32
|
+
height,
|
|
33
|
+
spacing,
|
|
34
|
+
},
|
|
19
35
|
},
|
|
20
|
-
|
|
21
|
-
variants: {},
|
|
22
|
-
plugins: [require('@tailwindcss/aspect-ratio')],
|
|
36
|
+
plugins: [require('@tailwindcss/aspect-ratio')],
|
|
23
37
|
};
|
|
@@ -6,7 +6,7 @@ export declare class Avatar {
|
|
|
6
6
|
/**
|
|
7
7
|
* The size of the avatar
|
|
8
8
|
*/
|
|
9
|
-
size: 'small' | 'medium' | 'large';
|
|
9
|
+
size: 'small' | 'medium' | 'large' | 'xlarge';
|
|
10
10
|
/**
|
|
11
11
|
* The default image to show on errors
|
|
12
12
|
*/
|
|
@@ -16,6 +16,8 @@ export declare class Avatar {
|
|
|
16
16
|
*/
|
|
17
17
|
src: string;
|
|
18
18
|
private _src;
|
|
19
|
+
onSrchChange(src: string): void;
|
|
20
|
+
componentWillLoad(): void;
|
|
19
21
|
render(): any;
|
|
20
22
|
private _setDefaultLink;
|
|
21
23
|
}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { EventEmitter } from '../../../stencil-public-runtime';
|
|
2
|
+
import { RotateOptions } from '../../../types/tailwind';
|
|
2
3
|
import { IconFlipOptions, IconVariant } from '../icon/icon.component';
|
|
3
4
|
export declare class Button {
|
|
4
5
|
/**
|
|
@@ -17,10 +18,22 @@ export declare class Button {
|
|
|
17
18
|
* The size of the button
|
|
18
19
|
*/
|
|
19
20
|
size: 'small' | 'medium';
|
|
21
|
+
/**
|
|
22
|
+
* The width of the button
|
|
23
|
+
*/
|
|
24
|
+
width: 'auto' | 'full';
|
|
20
25
|
/**
|
|
21
26
|
* Wether to show a loader or not
|
|
22
27
|
*/
|
|
23
28
|
loading: boolean;
|
|
29
|
+
/**
|
|
30
|
+
* Wether to show a chevron or not
|
|
31
|
+
*/
|
|
32
|
+
chevron: boolean | 'up' | 'down';
|
|
33
|
+
/**
|
|
34
|
+
* Chevron position
|
|
35
|
+
*/
|
|
36
|
+
chevronPosition: 'start' | 'end';
|
|
24
37
|
/**
|
|
25
38
|
* Wether the button is disabled
|
|
26
39
|
*/
|
|
@@ -29,6 +42,10 @@ export declare class Button {
|
|
|
29
42
|
* Icon to show on the button
|
|
30
43
|
*/
|
|
31
44
|
icon: IconVariant;
|
|
45
|
+
/**
|
|
46
|
+
* Wether the button is icon only
|
|
47
|
+
*/
|
|
48
|
+
iconOnly: boolean;
|
|
32
49
|
/**
|
|
33
50
|
* Icon position
|
|
34
51
|
*/
|
|
@@ -40,11 +57,19 @@ export declare class Button {
|
|
|
40
57
|
/**
|
|
41
58
|
* Icon rotate
|
|
42
59
|
*/
|
|
43
|
-
iconRotate:
|
|
60
|
+
iconRotate: RotateOptions;
|
|
61
|
+
/**
|
|
62
|
+
* Wether the button should inherit text styles
|
|
63
|
+
*/
|
|
64
|
+
inheritText: boolean;
|
|
44
65
|
/**
|
|
45
66
|
* Button click event
|
|
46
67
|
*/
|
|
47
68
|
onClick: EventEmitter<MouseEvent>;
|
|
69
|
+
/**
|
|
70
|
+
* The host element
|
|
71
|
+
*/
|
|
72
|
+
private _el;
|
|
48
73
|
render(): any;
|
|
49
74
|
handleClick(ev: MouseEvent): void;
|
|
50
75
|
private _getIcon;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { IconVariant } from '../icon/icon.component';
|
|
2
|
+
export declare class DropdownMenuItem {
|
|
3
|
+
/**
|
|
4
|
+
* Wether the dropdown menu item is active
|
|
5
|
+
*/
|
|
6
|
+
active: boolean;
|
|
7
|
+
/**
|
|
8
|
+
* Wether to enable the hover state
|
|
9
|
+
*/
|
|
10
|
+
enableHover: boolean;
|
|
11
|
+
/**
|
|
12
|
+
* Icon of the navigation item
|
|
13
|
+
*/
|
|
14
|
+
icon: IconVariant;
|
|
15
|
+
render(): any;
|
|
16
|
+
}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { RotateOptions, TextSizeOptions } from '../../../types/tailwind';
|
|
1
2
|
import icons from '../../../utils/icons';
|
|
2
3
|
export declare type IconVariant = keyof typeof icons;
|
|
3
4
|
export declare type IconFlipOptions = 'horizontal' | 'vertical';
|
|
@@ -9,15 +10,14 @@ export declare class Icon {
|
|
|
9
10
|
/**
|
|
10
11
|
* The size of the icon, using tailwind sizes
|
|
11
12
|
*/
|
|
12
|
-
size:
|
|
13
|
+
size: TextSizeOptions;
|
|
13
14
|
/**
|
|
14
15
|
* Wether to rotate the icon x degrees
|
|
15
16
|
*/
|
|
16
|
-
rotate:
|
|
17
|
+
rotate: RotateOptions;
|
|
17
18
|
/**
|
|
18
19
|
* Wether to flip the icon horizontally or vertically
|
|
19
20
|
*/
|
|
20
21
|
flip: IconFlipOptions;
|
|
21
22
|
render(): any;
|
|
22
|
-
private _getClass;
|
|
23
23
|
}
|