@paperless/core 0.1.0-alpha.314 → 0.1.0-alpha.316
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 +22 -0
- package/dist/build/p-04d34a48.entry.js +1 -0
- package/dist/build/p-05f73516.entry.js +1 -0
- package/dist/build/p-07c1449f.entry.js +1 -0
- package/dist/build/p-0ec734db.entry.js +1 -0
- package/dist/build/p-49a2cfd8.entry.js +1 -0
- package/dist/build/{p-18d659d1.entry.js → p-5899585f.entry.js} +1 -1
- package/dist/{paperless/p-2da27e64.entry.js → build/p-8b65bd2d.entry.js} +1 -1
- package/dist/build/p-993ae47a.entry.js +1 -0
- package/dist/build/p-9e9097e3.entry.js +1 -0
- package/dist/build/{p-80a032ae.entry.js → p-ab12d97e.entry.js} +1 -1
- package/dist/{paperless/p-8b09a126.entry.js → build/p-b4cee4e3.entry.js} +1 -1
- package/dist/build/p-d5c56ab5.entry.js +1 -0
- package/dist/build/p-f4af1792.entry.js +1 -0
- package/dist/build/paperless.esm.js +1 -1
- package/dist/cjs/p-backdrop.cjs.entry.js +1 -1
- package/dist/cjs/p-button_3.cjs.entry.js +3 -3
- package/dist/cjs/p-divider.cjs.entry.js +1 -1
- package/dist/cjs/p-dropdown_3.cjs.entry.js +3 -3
- package/dist/cjs/p-helper_2.cjs.entry.js +2 -2
- package/dist/cjs/p-illustration_6.cjs.entry.js +5 -5
- package/dist/cjs/p-input-group_4.cjs.entry.js +4 -4
- package/dist/cjs/p-layout.cjs.entry.js +1 -1
- package/dist/cjs/p-modal-body_4.cjs.entry.js +4 -4
- package/dist/cjs/p-page-size-select_3.cjs.entry.js +2 -2
- package/dist/cjs/p-tab-group.cjs.entry.js +1 -1
- package/dist/cjs/p-table.cjs.entry.js +1 -1
- package/dist/cjs/p-toast-container.cjs.entry.js +1 -1
- package/dist/collection/components/atoms/backdrop/backdrop.component.css +1 -1
- package/dist/collection/components/atoms/button/button.component.css +1 -1
- package/dist/collection/components/atoms/divider/divider.component.css +1 -1
- package/dist/collection/components/atoms/dropdown-menu-container/dropdown-menu-container.component.css +1 -1
- package/dist/collection/components/atoms/dropdown-menu-item/dropdown-menu-item.component.css +1 -1
- package/dist/collection/components/atoms/helper/helper.component.css +1 -1
- package/dist/collection/components/atoms/icon/icon.component.css +1 -1
- package/dist/collection/components/atoms/label/label.component.css +1 -1
- package/dist/collection/components/atoms/layout/layout.component.css +1 -1
- package/dist/collection/components/atoms/loader/loader.component.css +1 -1
- package/dist/collection/components/atoms/modal-body/modal-body.component.css +1 -1
- package/dist/collection/components/atoms/modal-container/modal-container.component.css +1 -1
- package/dist/collection/components/atoms/modal-footer/modal-footer.component.css +1 -1
- package/dist/collection/components/atoms/modal-header/modal-header.component.css +1 -1
- package/dist/collection/components/atoms/pagination-item/pagination-item.component.css +1 -1
- package/dist/collection/components/atoms/segment-container/segment-container.component.css +1 -1
- package/dist/collection/components/atoms/segment-item/segment-item.component.css +1 -1
- package/dist/collection/components/atoms/tab-group/tab-group.component.css +1 -1
- package/dist/collection/components/atoms/table-container/table-container.component.css +1 -1
- package/dist/collection/components/atoms/toast-container/toast-container.component.css +1 -1
- package/dist/collection/components/atoms/tooltip/tooltip.component.css +1 -1
- package/dist/collection/components/molecules/dropdown/dropdown.component.css +1 -1
- package/dist/collection/components/molecules/input-group/input-group.component.css +1 -1
- package/dist/collection/components/molecules/pagination/pagination.component.css +1 -1
- package/dist/collection/components/molecules/table-cell/table-cell.component.css +1 -1
- package/dist/collection/components/molecules/table-footer/table-footer.component.css +1 -1
- package/dist/collection/components/molecules/table-header/table-header.component.css +1 -1
- package/dist/collection/components/molecules/table-row/table-row.component.css +1 -1
- package/dist/collection/components/organisms/table/table.component.css +1 -1
- package/dist/components/backdrop.component.js +1 -1
- package/dist/components/button.component.js +1 -1
- package/dist/components/divider.component.js +1 -1
- package/dist/components/dropdown-menu-container.component.js +1 -1
- package/dist/components/dropdown-menu-item.component.js +1 -1
- package/dist/components/dropdown.component.js +1 -1
- package/dist/components/helper.component.js +1 -1
- package/dist/components/icon.component.js +1 -1
- package/dist/components/input-group.component.js +1 -1
- package/dist/components/label.component.js +1 -1
- package/dist/components/loader.component.js +1 -1
- package/dist/components/modal-body.component.js +1 -1
- package/dist/components/modal-container.component.js +1 -1
- package/dist/components/modal-footer.component.js +1 -1
- package/dist/components/modal-header.component.js +1 -1
- package/dist/components/p-layout.js +1 -1
- package/dist/components/p-tab-group.js +1 -1
- package/dist/components/p-table.js +1 -1
- package/dist/components/p-toast-container.js +1 -1
- package/dist/components/pagination-item.component.js +1 -1
- package/dist/components/pagination.component.js +1 -1
- package/dist/components/segment-container.component.js +1 -1
- package/dist/components/segment-item.component.js +1 -1
- package/dist/components/table-cell.component.js +1 -1
- package/dist/components/table-container.component.js +1 -1
- package/dist/components/table-footer.component.js +1 -1
- package/dist/components/table-header.component.js +1 -1
- package/dist/components/table-row.component.js +1 -1
- package/dist/components/tooltip.component.js +1 -1
- package/dist/esm/p-backdrop.entry.js +1 -1
- package/dist/esm/p-button_3.entry.js +3 -3
- package/dist/esm/p-divider.entry.js +1 -1
- package/dist/esm/p-dropdown_3.entry.js +3 -3
- package/dist/esm/p-helper_2.entry.js +2 -2
- package/dist/esm/p-illustration_6.entry.js +5 -5
- package/dist/esm/p-input-group_4.entry.js +4 -4
- package/dist/esm/p-layout.entry.js +1 -1
- package/dist/esm/p-modal-body_4.entry.js +4 -4
- package/dist/esm/p-page-size-select_3.entry.js +2 -2
- package/dist/esm/p-tab-group.entry.js +1 -1
- package/dist/esm/p-table.entry.js +1 -1
- package/dist/esm/p-toast-container.entry.js +1 -1
- package/dist/index.html +1 -1
- package/dist/paperless/p-04d34a48.entry.js +1 -0
- package/dist/paperless/p-05f73516.entry.js +1 -0
- package/dist/paperless/p-07c1449f.entry.js +1 -0
- package/dist/paperless/p-0ec734db.entry.js +1 -0
- package/dist/paperless/p-49a2cfd8.entry.js +1 -0
- package/dist/paperless/{p-18d659d1.entry.js → p-5899585f.entry.js} +1 -1
- package/dist/{build/p-2da27e64.entry.js → paperless/p-8b65bd2d.entry.js} +1 -1
- package/dist/paperless/p-993ae47a.entry.js +1 -0
- package/dist/paperless/p-9e9097e3.entry.js +1 -0
- package/dist/paperless/{p-80a032ae.entry.js → p-ab12d97e.entry.js} +1 -1
- package/dist/{build/p-8b09a126.entry.js → paperless/p-b4cee4e3.entry.js} +1 -1
- package/dist/paperless/p-d5c56ab5.entry.js +1 -0
- package/dist/paperless/p-f4af1792.entry.js +1 -0
- package/dist/paperless/paperless.esm.js +1 -1
- package/dist/sw.js +1 -1
- package/dist/sw.js.map +1 -1
- package/package.json +1 -1
- package/dist/build/p-226fd83c.entry.js +0 -1
- package/dist/build/p-3946e0a3.entry.js +0 -1
- package/dist/build/p-47af4259.entry.js +0 -1
- package/dist/build/p-4a3482c8.entry.js +0 -1
- package/dist/build/p-529ccaf7.entry.js +0 -1
- package/dist/build/p-6cc16633.entry.js +0 -1
- package/dist/build/p-758c46df.entry.js +0 -1
- package/dist/build/p-7f4b2d8e.entry.js +0 -1
- package/dist/build/p-dfcb711c.entry.js +0 -1
- package/dist/paperless/p-226fd83c.entry.js +0 -1
- package/dist/paperless/p-3946e0a3.entry.js +0 -1
- package/dist/paperless/p-47af4259.entry.js +0 -1
- package/dist/paperless/p-4a3482c8.entry.js +0 -1
- package/dist/paperless/p-529ccaf7.entry.js +0 -1
- package/dist/paperless/p-6cc16633.entry.js +0 -1
- package/dist/paperless/p-758c46df.entry.js +0 -1
- package/dist/paperless/p-7f4b2d8e.entry.js +0 -1
- package/dist/paperless/p-dfcb711c.entry.js +0 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{r as t,h as i,H as o}from"./p-c9f2fa8f.js";const r=class{constructor(i){t(this,i)}render(){return i(o,{class:"p-tab-group"},i("div",{class:"content"},i("slot",null)),i("p-divider",null))}};r.style=".static{position:static!important}.absolute{position:absolute!important}.relative{position:relative!important}.bottom-0{bottom:0!important}.left-0{left:0!important}.m-0{margin:0!important}.flex{display:flex!important}.w-full{width:100%!important}.flex-col{flex-direction:column!important}.items-center{align-items:center!important}.gap-5{gap:1.25rem!important}.px-2{padding-left:.5rem!important;padding-right:.5rem!important}*{box-sizing:border-box}:host{display:flex;flex-direction:column;position:relative;width:100%}:host .content{display:flex;gap:1.25rem;width:100%;z-index:10}:host p-divider{bottom:0;left:0;margin:0;position:absolute;width:100%}";export{r as p_tab_group}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{r as e,h as t,H as a}from"./p-c9f2fa8f.js";const r=class{constructor(t){e(this,t),this.placement="top-end"}render(){return t(a,{class:`p-toast-container placement-${this.placement}`},t("slot",null))}};r.style=".fixed{position:fixed!important}.flex{display:flex!important}.flex-col{flex-direction:column!important}.gap-4{gap:1rem!important}*{box-sizing:border-box}.z-\\[600\\]{z-index:600!important}:host{display:flex;flex-direction:column;gap:1rem;max-width:calc(100% - env(safe-area-inset-left, 0) - env(safe-area-inset-right, 0) - 2rem);position:fixed;width:calc(100% - env(safe-area-inset-left, 0) - env(safe-area-inset-right, 0) - 2rem);z-index:600}@media (min-width:40rem){:host{max-width:26.5rem}}:host(.placement-top-start){left:calc(env(safe-area-inset-left, 0) + 1rem);top:calc(env(safe-area-inset-top, 0) + 1rem)}:host(.placement-top-end){right:calc(env(safe-area-inset-right, 0) + 1rem);top:calc(env(safe-area-inset-top, 0) + 1rem)}:host(.placement-bottom-start){bottom:calc(env(safe-area-inset-bottom, 0) + 1rem);left:calc(env(safe-area-inset-left, 0) + 1rem)}:host(.placement-bottom-end){bottom:calc(env(safe-area-inset-bottom, 0) + 1rem);right:calc(env(safe-area-inset-right, 0) + 1rem)}@media (min-width:40rem){.tablet\\:max-w-\\[26\\.5rem\\]{max-width:26.5rem!important}}";export{r as p_toast_container}
|