@paperless/core 0.1.0-alpha.47 → 0.1.0-alpha.48
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 +11 -0
- package/dist/build/p-19254809.entry.js +1 -0
- package/dist/build/p-27914eed.entry.js +1 -0
- package/dist/build/paperless.esm.js +1 -1
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/p-card-header.cjs.entry.js +1 -1
- package/dist/cjs/p-modal.cjs.entry.js +2 -2
- package/dist/cjs/paperless.cjs.js +1 -1
- package/dist/collection/components/atoms/card-header/card-header.component.js +4 -4
- 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/modal-backdrop/modal-backdrop.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/molecules/dropdown/dropdown.component.css +1 -1
- package/dist/collection/components/molecules/modal/modal.component.js +5 -5
- package/dist/components/p-card-header.js +2 -2
- package/dist/components/p-modal.js +3 -3
- package/dist/esm/loader.js +1 -1
- package/dist/esm/p-card-header.entry.js +1 -1
- package/dist/esm/p-modal.entry.js +2 -2
- package/dist/esm/paperless.js +1 -1
- package/dist/index.html +1 -1
- package/dist/paperless/p-19254809.entry.js +1 -0
- package/dist/paperless/p-27914eed.entry.js +1 -0
- package/dist/paperless/paperless.css +1 -1
- package/dist/paperless/paperless.esm.js +1 -1
- package/dist/sw.js +1 -1
- package/dist/sw.js.map +1 -1
- package/dist/types/components/atoms/card-header/card-header.component.d.ts +2 -2
- package/dist/types/components/molecules/modal/modal.component.d.ts +2 -2
- package/dist/types/components.d.ts +12 -12
- package/package.json +3 -3
- package/dist/build/p-463f354c.entry.js +0 -1
- package/dist/build/p-94cef335.entry.js +0 -1
- package/dist/paperless/p-463f354c.entry.js +0 -1
- package/dist/paperless/p-94cef335.entry.js +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,17 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# 0.1.0-alpha.48 (2022-08-08)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* **Molecules/Modal:** title -> header because title is reserved ([0b1852f](https://github.com/ionic-team/stencil-component-starter/commit/0b1852f0be34039d79e5ada865341d25dbced4cb))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
6
17
|
# 0.1.0-alpha.47 (2022-08-02)
|
|
7
18
|
|
|
8
19
|
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{r as t,h as o,H as s,g as a}from"./p-0100c1a2.js";const e=class{constructor(o){t(this,o),this.size="md",this.variant="default",this.show=!1,this._hasFooterSlot=!1}componentWillLoad(){this._hasFooterSlot=!!this._el.querySelector('[slot="footer"]')}render(){if(!this.show)return;const t=o("slot",{name:"header"}),a=o("slot",{name:"content"}),e=o("slot",{name:"footer"});return o(s,{class:"p-modal"},o("p-modal-backdrop",null,o("p-modal-container",{size:this.size},o("p-modal-header",null,this.header?this.header:t),o("p-modal-body",{variant:this.variant},a),this._hasFooterSlot&&o("p-modal-footer",null,e))))}get _el(){return a(this)}};export{e as p_modal}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{r as t,h as a,H as r}from"./p-0100c1a2.js";const e=class{constructor(a){t(this,a),this.arrow=!1}render(){var t,e;return a(r,{class:"p-card-header"},((null===(t=this.header)||void 0===t?void 0:t.length)||this.arrow)&&a("div",{class:"title"},null!==(e=this.header)&&void 0!==e?e:"",this.arrow&&a("p-icon",{variant:"arrow"})),a("slot",null))}};e.style=".static{position:static!important}.mx-6{margin-left:1.5rem!important;margin-right:1.5rem!important}.ml-2{margin-left:.5rem!important}.inline-block{display:inline-block!important}.flex{display:flex!important}.rotate-0{--tw-rotate:0deg!important}.rotate-0,.rotate-25{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.rotate-25{--tw-rotate:25deg!important}.rotate-45{--tw-rotate:45deg!important}.rotate-45,.rotate-90{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.rotate-90{--tw-rotate:90deg!important}.rotate-135{--tw-rotate:135deg!important}.rotate-135,.rotate-180{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.rotate-180{--tw-rotate:180deg!important}.rotate-225{--tw-rotate:225deg!important}.rotate-225,.rotate-270{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.rotate-270{--tw-rotate:270deg!important}.rotate-315{--tw-rotate:315deg!important}.-rotate-0,.rotate-315{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.-rotate-0{--tw-rotate:-0deg!important}.-rotate-25{--tw-rotate:-25deg!important}.-rotate-25,.-rotate-45{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.-rotate-45{--tw-rotate:-45deg!important}.-rotate-90{--tw-rotate:-90deg!important}.-rotate-135,.-rotate-90{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.-rotate-135{--tw-rotate:-135deg!important}.-rotate-180{--tw-rotate:-180deg!important}.-rotate-180,.-rotate-225{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.-rotate-225{--tw-rotate:-225deg!important}.-rotate-270{--tw-rotate:-270deg!important}.-rotate-270,.-rotate-315{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.-rotate-315{--tw-rotate:-315deg!important}.scale-x-flip{--tw-scale-x:-1!important}.scale-x-flip,.scale-y-flip{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.scale-y-flip{--tw-scale-y:-1!important}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.justify-between{justify-content:space-between!important}.border-b{border-bottom-width:1px!important}.border-b-mystic-medium{--tw-border-opacity:1!important;border-bottom-color:rgb(227 236 243/var(--tw-border-opacity))!important}.text-xxs{font-size:.6875rem!important}.text-xs{font-size:.75rem!important;line-height:1rem!important}.text-base{font-size:1rem!important;line-height:1.5rem!important}.text-lg{font-size:1.125rem!important}.text-lg,.text-xl{line-height:1.75rem!important}.text-xl{font-size:1.25rem!important}.text-2xl{font-size:1.5rem!important;line-height:2rem!important}.text-3xl{font-size:1.875rem!important;line-height:2.25rem!important}.text-4xl{font-size:2.25rem!important;line-height:2.5rem!important}.text-5xl{font-size:3rem!important}.text-5xl,.text-6xl{line-height:1!important}.text-6xl{font-size:3.75rem!important}p-card-header{--tw-text-opacity:1;--tw-border-opacity:1!important;align-items:center;border-bottom-color:rgb(227 236 243/var(--tw-border-opacity))!important;border-bottom-width:1px!important;color:rgb(128 130 158/var(--tw-text-opacity));display:flex;justify-content:space-between;margin-left:1.5rem;margin-right:1.5rem;padding-bottom:.75rem;padding-top:.75rem}p-card-header .title{align-items:center;display:flex;font-weight:600}p-card-header .title>p-icon{--tw-text-opacity:1;color:rgb(218 230 240/var(--tw-text-opacity));margin-left:.5rem}p-card-container.has-hover:hover p-card-header .title>p-icon{--tw-text-opacity:1;color:rgb(82 138 250/var(--tw-text-opacity))}.-rotate-0,.-rotate-135,.-rotate-180,.-rotate-225,.-rotate-25,.-rotate-270,.-rotate-315,.-rotate-45,.-rotate-90,.rotate-0,.rotate-135,.rotate-180,.rotate-225,.rotate-25,.rotate-270,.rotate-315,.rotate-45,.rotate-90,.scale-x-flip,.scale-y-flip{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}";export{e as p_card_header}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{p as e,b as
|
|
1
|
+
import{p as e,b as a}from"./p-0100c1a2.js";(()=>{const a=import.meta.url,i={};return""!==a&&(i.resourcesUrl=new URL(".",a).href),e(i)})().then((e=>a([["p-19254809",[[1,"p-modal",{size:[1],variant:[1],header:[1],show:[4]}]]],["p-fb1e33eb",[[1,"p-navigation-item",{active:[4],icon:[1],counter:[8],href:[1],target:[1]}]]],["p-ffeed7c6",[[0,"p-pagination",{page:[1538],pageSize:[2,"page-size"],total:[2]}]]],["p-27914eed",[[4,"p-card-header",{header:[1],arrow:[4]}]]],["p-b68368f3",[[1,"p-dropdown",{placement:[1],show:[4],insideClick:[4,"inside-click"],disableTriggerClick:[4,"disable-trigger-click"]},[[6,"click","documentClickHandler"]]]]],["p-6e60b92a",[[1,"p-helper"]]],["p-4a85b858",[[1,"p-info-panel",{variant:[1],header:[1],content:[1],closeable:[4]}]]],["p-3b491ca2",[[1,"p-segment-item",{active:[4],icon:[1],iconFlip:[1,"icon-flip"],iconRotate:[2,"icon-rotate"]}]]],["p-7784ee14",[[4,"p-status",{variant:[1],icon:[1],iconFlip:[1,"icon-flip"],iconRotate:[2,"icon-rotate"]}]]],["p-19d84fe7",[[1,"p-avatar",{variant:[1],size:[1],defaultImage:[1,"default-image"],src:[1],_src:[32]}]]],["p-ccbddcbb",[[4,"p-card-body",{inheritText:[4,"inherit-text"]}]]],["p-67fc89a6",[[1,"p-card-container",{hoverable:[4]}]]],["p-3f6d3736",[[1,"p-dropdown-menu-item",{active:[4]}]]],["p-d069673f",[[0,"p-illustration",{variant:[1]}]]],["p-864ac423",[[4,"p-segment-container"]]],["p-11d24001",[[1,"p-counter"]]],["p-c64e2313",[[4,"p-dropdown-menu-container"]]],["p-2120a0b7",[[1,"p-pagination-item",{active:[4]}]]],["p-f50c6e5b",[[1,"p-tooltip",{variant:[1],popover:[8],placement:[1],show:[4],canManuallyClose:[4,"can-manually-close"]},[[2,"click","clickHandler"],[6,"click","documentClickHandler"],[1,"mouseenter","mouseEnterHandler"],[0,"focus","mouseEnterHandler"],[1,"mouseleave","mouseLeaveHandler"],[0,"blur","mouseLeaveHandler"]]]]],["p-5438d70e",[[1,"p-divider"]]],["p-5101f35f",[[1,"p-modal-footer"],[1,"p-modal-backdrop"],[1,"p-modal-body",{variant:[1]}],[4,"p-modal-container",{size:[1]}],[1,"p-modal-header"]]],["p-63e5f5e1",[[4,"p-button",{variant:[1],href:[1],target:[1],size:[1],loading:[4],chevron:[8],disabled:[4],icon:[1],iconOnly:[4,"icon-only"],iconPosition:[1,"icon-position"],iconFlip:[1,"icon-flip"],iconRotate:[2,"icon-rotate"],inheritText:[4,"inherit-text"]},[[2,"click","handleClick"]]],[1,"p-loader",{show:[4],variant:[1],color:[1],modalTitle:[1,"modal-title"],modalDescription:[1,"modal-description"]}],[0,"p-icon",{variant:[1],size:[1],rotate:[2],flip:[1]}]]]],e)));
|
package/dist/cjs/loader.cjs.js
CHANGED
|
@@ -14,7 +14,7 @@ const patchEsm = () => {
|
|
|
14
14
|
const defineCustomElements = (win, options) => {
|
|
15
15
|
if (typeof window === 'undefined') return Promise.resolve();
|
|
16
16
|
return patchEsm().then(() => {
|
|
17
|
-
return index.bootstrapLazy([["p-modal.cjs",[[1,"p-modal",{"size":[1],"variant":[1],"
|
|
17
|
+
return index.bootstrapLazy([["p-modal.cjs",[[1,"p-modal",{"size":[1],"variant":[1],"header":[1],"show":[4]}]]],["p-navigation-item.cjs",[[1,"p-navigation-item",{"active":[4],"icon":[1],"counter":[8],"href":[1],"target":[1]}]]],["p-pagination.cjs",[[0,"p-pagination",{"page":[1538],"pageSize":[2,"page-size"],"total":[2]}]]],["p-card-header.cjs",[[4,"p-card-header",{"header":[1],"arrow":[4]}]]],["p-dropdown.cjs",[[1,"p-dropdown",{"placement":[1],"show":[4],"insideClick":[4,"inside-click"],"disableTriggerClick":[4,"disable-trigger-click"]},[[6,"click","documentClickHandler"]]]]],["p-helper.cjs",[[1,"p-helper"]]],["p-info-panel.cjs",[[1,"p-info-panel",{"variant":[1],"header":[1],"content":[1],"closeable":[4]}]]],["p-segment-item.cjs",[[1,"p-segment-item",{"active":[4],"icon":[1],"iconFlip":[1,"icon-flip"],"iconRotate":[2,"icon-rotate"]}]]],["p-status.cjs",[[4,"p-status",{"variant":[1],"icon":[1],"iconFlip":[1,"icon-flip"],"iconRotate":[2,"icon-rotate"]}]]],["p-avatar.cjs",[[1,"p-avatar",{"variant":[1],"size":[1],"defaultImage":[1,"default-image"],"src":[1],"_src":[32]}]]],["p-card-body.cjs",[[4,"p-card-body",{"inheritText":[4,"inherit-text"]}]]],["p-card-container.cjs",[[1,"p-card-container",{"hoverable":[4]}]]],["p-dropdown-menu-item.cjs",[[1,"p-dropdown-menu-item",{"active":[4]}]]],["p-illustration.cjs",[[0,"p-illustration",{"variant":[1]}]]],["p-segment-container.cjs",[[4,"p-segment-container"]]],["p-counter.cjs",[[1,"p-counter"]]],["p-dropdown-menu-container.cjs",[[4,"p-dropdown-menu-container"]]],["p-pagination-item.cjs",[[1,"p-pagination-item",{"active":[4]}]]],["p-tooltip.cjs",[[1,"p-tooltip",{"variant":[1],"popover":[8],"placement":[1],"show":[4],"canManuallyClose":[4,"can-manually-close"]},[[2,"click","clickHandler"],[6,"click","documentClickHandler"],[1,"mouseenter","mouseEnterHandler"],[0,"focus","mouseEnterHandler"],[1,"mouseleave","mouseLeaveHandler"],[0,"blur","mouseLeaveHandler"]]]]],["p-divider.cjs",[[1,"p-divider"]]],["p-modal-backdrop_5.cjs",[[1,"p-modal-footer"],[1,"p-modal-backdrop"],[1,"p-modal-body",{"variant":[1]}],[4,"p-modal-container",{"size":[1]}],[1,"p-modal-header"]]],["p-button_3.cjs",[[4,"p-button",{"variant":[1],"href":[1],"target":[1],"size":[1],"loading":[4],"chevron":[8],"disabled":[4],"icon":[1],"iconOnly":[4,"icon-only"],"iconPosition":[1,"icon-position"],"iconFlip":[1,"icon-flip"],"iconRotate":[2,"icon-rotate"],"inheritText":[4,"inherit-text"]},[[2,"click","handleClick"]]],[1,"p-loader",{"show":[4],"variant":[1],"color":[1],"modalTitle":[1,"modal-title"],"modalDescription":[1,"modal-description"]}],[0,"p-icon",{"variant":[1],"size":[1],"rotate":[2],"flip":[1]}]]]], options);
|
|
18
18
|
});
|
|
19
19
|
};
|
|
20
20
|
|
|
@@ -16,7 +16,7 @@ const CardHeader = class {
|
|
|
16
16
|
}
|
|
17
17
|
render() {
|
|
18
18
|
var _a, _b;
|
|
19
|
-
return (index.h(index.Host, { class: "p-card-header" }, (((_a = this.
|
|
19
|
+
return (index.h(index.Host, { class: "p-card-header" }, (((_a = this.header) === null || _a === void 0 ? void 0 : _a.length) || this.arrow) && (index.h("div", { class: "title" }, (_b = this.header) !== null && _b !== void 0 ? _b : '', this.arrow && index.h("p-icon", { variant: "arrow" }))), index.h("slot", null)));
|
|
20
20
|
}
|
|
21
21
|
};
|
|
22
22
|
CardHeader.style = cardHeaderComponentCss;
|
|
@@ -28,10 +28,10 @@ const Modal = class {
|
|
|
28
28
|
if (!this.show) {
|
|
29
29
|
return;
|
|
30
30
|
}
|
|
31
|
-
const
|
|
31
|
+
const headerContent = index.h("slot", { name: "header" });
|
|
32
32
|
const bodyContent = index.h("slot", { name: "content" });
|
|
33
33
|
const footerContent = index.h("slot", { name: "footer" });
|
|
34
|
-
return (index.h(index.Host, { class: "p-modal" }, index.h("p-modal-backdrop", null, index.h("p-modal-container", { size: this.size }, index.h("p-modal-header", null, this.
|
|
34
|
+
return (index.h(index.Host, { class: "p-modal" }, index.h("p-modal-backdrop", null, index.h("p-modal-container", { size: this.size }, index.h("p-modal-header", null, this.header ? this.header : headerContent), index.h("p-modal-body", { variant: this.variant }, bodyContent), this._hasFooterSlot && (index.h("p-modal-footer", null, footerContent))))));
|
|
35
35
|
}
|
|
36
36
|
get _el() { return index.getElement(this); }
|
|
37
37
|
};
|
|
@@ -15,5 +15,5 @@ const patchBrowser = () => {
|
|
|
15
15
|
};
|
|
16
16
|
|
|
17
17
|
patchBrowser().then(options => {
|
|
18
|
-
return index.bootstrapLazy([["p-modal.cjs",[[1,"p-modal",{"size":[1],"variant":[1],"
|
|
18
|
+
return index.bootstrapLazy([["p-modal.cjs",[[1,"p-modal",{"size":[1],"variant":[1],"header":[1],"show":[4]}]]],["p-navigation-item.cjs",[[1,"p-navigation-item",{"active":[4],"icon":[1],"counter":[8],"href":[1],"target":[1]}]]],["p-pagination.cjs",[[0,"p-pagination",{"page":[1538],"pageSize":[2,"page-size"],"total":[2]}]]],["p-card-header.cjs",[[4,"p-card-header",{"header":[1],"arrow":[4]}]]],["p-dropdown.cjs",[[1,"p-dropdown",{"placement":[1],"show":[4],"insideClick":[4,"inside-click"],"disableTriggerClick":[4,"disable-trigger-click"]},[[6,"click","documentClickHandler"]]]]],["p-helper.cjs",[[1,"p-helper"]]],["p-info-panel.cjs",[[1,"p-info-panel",{"variant":[1],"header":[1],"content":[1],"closeable":[4]}]]],["p-segment-item.cjs",[[1,"p-segment-item",{"active":[4],"icon":[1],"iconFlip":[1,"icon-flip"],"iconRotate":[2,"icon-rotate"]}]]],["p-status.cjs",[[4,"p-status",{"variant":[1],"icon":[1],"iconFlip":[1,"icon-flip"],"iconRotate":[2,"icon-rotate"]}]]],["p-avatar.cjs",[[1,"p-avatar",{"variant":[1],"size":[1],"defaultImage":[1,"default-image"],"src":[1],"_src":[32]}]]],["p-card-body.cjs",[[4,"p-card-body",{"inheritText":[4,"inherit-text"]}]]],["p-card-container.cjs",[[1,"p-card-container",{"hoverable":[4]}]]],["p-dropdown-menu-item.cjs",[[1,"p-dropdown-menu-item",{"active":[4]}]]],["p-illustration.cjs",[[0,"p-illustration",{"variant":[1]}]]],["p-segment-container.cjs",[[4,"p-segment-container"]]],["p-counter.cjs",[[1,"p-counter"]]],["p-dropdown-menu-container.cjs",[[4,"p-dropdown-menu-container"]]],["p-pagination-item.cjs",[[1,"p-pagination-item",{"active":[4]}]]],["p-tooltip.cjs",[[1,"p-tooltip",{"variant":[1],"popover":[8],"placement":[1],"show":[4],"canManuallyClose":[4,"can-manually-close"]},[[2,"click","clickHandler"],[6,"click","documentClickHandler"],[1,"mouseenter","mouseEnterHandler"],[0,"focus","mouseEnterHandler"],[1,"mouseleave","mouseLeaveHandler"],[0,"blur","mouseLeaveHandler"]]]]],["p-divider.cjs",[[1,"p-divider"]]],["p-modal-backdrop_5.cjs",[[1,"p-modal-footer"],[1,"p-modal-backdrop"],[1,"p-modal-body",{"variant":[1]}],[4,"p-modal-container",{"size":[1]}],[1,"p-modal-header"]]],["p-button_3.cjs",[[4,"p-button",{"variant":[1],"href":[1],"target":[1],"size":[1],"loading":[4],"chevron":[8],"disabled":[4],"icon":[1],"iconOnly":[4,"icon-only"],"iconPosition":[1,"icon-position"],"iconFlip":[1,"icon-flip"],"iconRotate":[2,"icon-rotate"],"inheritText":[4,"inherit-text"]},[[2,"click","handleClick"]]],[1,"p-loader",{"show":[4],"variant":[1],"color":[1],"modalTitle":[1,"modal-title"],"modalDescription":[1,"modal-description"]}],[0,"p-icon",{"variant":[1],"size":[1],"rotate":[2],"flip":[1]}]]]], options);
|
|
19
19
|
});
|
|
@@ -9,7 +9,7 @@ export class CardHeader {
|
|
|
9
9
|
render() {
|
|
10
10
|
var _a, _b;
|
|
11
11
|
return (h(Host, { class: "p-card-header" },
|
|
12
|
-
(((_a = this.
|
|
12
|
+
(((_a = this.header) === null || _a === void 0 ? void 0 : _a.length) || this.arrow) && (h("div", { class: "title" }, (_b = this.header) !== null && _b !== void 0 ? _b : '',
|
|
13
13
|
this.arrow && h("p-icon", { variant: "arrow" }))),
|
|
14
14
|
h("slot", null)));
|
|
15
15
|
}
|
|
@@ -21,7 +21,7 @@ export class CardHeader {
|
|
|
21
21
|
"$": ["card-header.component.css"]
|
|
22
22
|
}; }
|
|
23
23
|
static get properties() { return {
|
|
24
|
-
"
|
|
24
|
+
"header": {
|
|
25
25
|
"type": "string",
|
|
26
26
|
"mutable": false,
|
|
27
27
|
"complexType": {
|
|
@@ -33,9 +33,9 @@ export class CardHeader {
|
|
|
33
33
|
"optional": false,
|
|
34
34
|
"docs": {
|
|
35
35
|
"tags": [],
|
|
36
|
-
"text": "
|
|
36
|
+
"text": "Content of the card header"
|
|
37
37
|
},
|
|
38
|
-
"attribute": "
|
|
38
|
+
"attribute": "header",
|
|
39
39
|
"reflect": false
|
|
40
40
|
},
|
|
41
41
|
"arrow": {
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
:host {
|
|
2
2
|
@apply block h-px bg-mystic-medium my-2 w-full;
|
|
3
|
-
} .container{width:100%}@media (min-width:640px){.container{max-width:640px}}@media (min-width:768px){.container{max-width:768px}}@media (min-width:1024px){.container{max-width:1024px}}@media (min-width:1280px){.container{max-width:1280px}}@media (min-width:1536px){.container{max-width:1536px}}.static{position:static!important}.static{position:static!important}.
|
|
3
|
+
} .container{width:100%}@media (min-width:640px){.container{max-width:640px}}@media (min-width:768px){.container{max-width:768px}}@media (min-width:1024px){.container{max-width:1024px}}@media (min-width:1280px){.container{max-width:1280px}}@media (min-width:1536px){.container{max-width:1536px}}.static{position:static!important}.static{position:static!important}.w-80{width:20rem!important}.w-\[33\.5rem\]{width:33.5rem!important}.w-\[38rem\]{width:38rem!important}.w-\[47\.5rem\]{width:47.5rem!important}.w-\[57\.5rem\]{width:57.5rem!important}.container{width:100%}@media (min-width:640px){.container{max-width:640px}}@media (min-width:768px){.container{max-width:768px}}@media (min-width:1024px){.container{max-width:1024px}}@media (min-width:1280px){.container{max-width:1280px}}@media (min-width:1536px){.container{max-width:1536px}}.static{position:static!important}.static{position:static!important}.mb-6{margin-bottom:1.5rem!important}.mt-0{margin-top:0!important}.static{position:static!important}.static{position:static!important}.mb-6{margin-bottom:1.5rem!important}.mt-0{margin-top:0!important}.static{position:static!important}
|
|
@@ -2,4 +2,4 @@ p-dropdown-menu-container {
|
|
|
2
2
|
@apply min-w-[222px];
|
|
3
3
|
@apply flex flex-col py-2 bg-white rounded-xxlarge;
|
|
4
4
|
@apply filter drop-shadow-4;
|
|
5
|
-
} .visible{visibility:visible!important}.static{position:static!important}.static{position:static!important}
|
|
5
|
+
} .visible{visibility:visible!important}.static{position:static!important}.static{position:static!important}
|
|
@@ -4,4 +4,4 @@
|
|
|
4
4
|
@apply backdrop-blur-xs bg-storm/50;
|
|
5
5
|
@apply flex justify-center items-center;
|
|
6
6
|
@apply animate-fade-in;
|
|
7
|
-
} .container{width:100%}@media (min-width:640px){.container{max-width:640px}}@media (min-width:768px){.container{max-width:768px}}@media (min-width:1024px){.container{max-width:1024px}}@media (min-width:1280px){.container{max-width:1280px}}@media (min-width:1536px){.container{max-width:1536px}}.static{position:static!important}.static{position:static!important}.
|
|
7
|
+
} .container{width:100%}@media (min-width:640px){.container{max-width:640px}}@media (min-width:768px){.container{max-width:768px}}@media (min-width:1024px){.container{max-width:1024px}}@media (min-width:1280px){.container{max-width:1280px}}@media (min-width:1536px){.container{max-width:1536px}}.static{position:static!important}.static{position:static!important}.w-80{width:20rem!important}.w-\[33\.5rem\]{width:33.5rem!important}.w-\[38rem\]{width:38rem!important}.w-\[47\.5rem\]{width:47.5rem!important}.w-\[57\.5rem\]{width:57.5rem!important}.container{width:100%}@media (min-width:640px){.container{max-width:640px}}@media (min-width:768px){.container{max-width:768px}}@media (min-width:1024px){.container{max-width:1024px}}@media (min-width:1280px){.container{max-width:1280px}}@media (min-width:1536px){.container{max-width:1536px}}.static{position:static!important}.static{position:static!important}.mb-6{margin-bottom:1.5rem!important}.mt-0{margin-top:0!important}.static{position:static!important}.static{position:static!important}
|
|
@@ -4,4 +4,4 @@
|
|
|
4
4
|
|
|
5
5
|
:host(.variant-table) {
|
|
6
6
|
@apply px-6;
|
|
7
|
-
} .container{width:100%}@media (min-width:640px){.container{max-width:640px}}@media (min-width:768px){.container{max-width:768px}}@media (min-width:1024px){.container{max-width:1024px}}@media (min-width:1280px){.container{max-width:1280px}}@media (min-width:1536px){.container{max-width:1536px}}.static{position:static!important}.static{position:static!important}.
|
|
7
|
+
} .container{width:100%}@media (min-width:640px){.container{max-width:640px}}@media (min-width:768px){.container{max-width:768px}}@media (min-width:1024px){.container{max-width:1024px}}@media (min-width:1280px){.container{max-width:1280px}}@media (min-width:1536px){.container{max-width:1536px}}.static{position:static!important}.static{position:static!important}.w-80{width:20rem!important}.w-\[33\.5rem\]{width:33.5rem!important}.w-\[38rem\]{width:38rem!important}.w-\[47\.5rem\]{width:47.5rem!important}.w-\[57\.5rem\]{width:57.5rem!important}.container{width:100%}@media (min-width:640px){.container{max-width:640px}}@media (min-width:768px){.container{max-width:768px}}@media (min-width:1024px){.container{max-width:1024px}}@media (min-width:1280px){.container{max-width:1280px}}@media (min-width:1536px){.container{max-width:1536px}}.static{position:static!important}.static{position:static!important}.mb-6{margin-bottom:1.5rem!important}.mt-0{margin-top:0!important}.static{position:static!important}.static{position:static!important}
|
|
@@ -3,4 +3,4 @@ p-modal-container {
|
|
|
3
3
|
@apply bg-white rounded-xxlarge;
|
|
4
4
|
@apply overflow-hidden;
|
|
5
5
|
@apply shadow-4 !important;
|
|
6
|
-
} .container{width:100%}@media (min-width:640px){.container{max-width:640px}}@media (min-width:768px){.container{max-width:768px}}@media (min-width:1024px){.container{max-width:1024px}}@media (min-width:1280px){.container{max-width:1280px}}@media (min-width:1536px){.container{max-width:1536px}}.static{position:static!important}.static{position:static!important}.
|
|
6
|
+
} .container{width:100%}@media (min-width:640px){.container{max-width:640px}}@media (min-width:768px){.container{max-width:768px}}@media (min-width:1024px){.container{max-width:1024px}}@media (min-width:1280px){.container{max-width:1280px}}@media (min-width:1536px){.container{max-width:1536px}}.static{position:static!important}.static{position:static!important}.w-80{width:20rem!important}.w-\[33\.5rem\]{width:33.5rem!important}.w-\[38rem\]{width:38rem!important}.w-\[47\.5rem\]{width:47.5rem!important}.w-\[57\.5rem\]{width:57.5rem!important}.container{width:100%}@media (min-width:640px){.container{max-width:640px}}@media (min-width:768px){.container{max-width:768px}}@media (min-width:1024px){.container{max-width:1024px}}@media (min-width:1280px){.container{max-width:1280px}}@media (min-width:1536px){.container{max-width:1536px}}.static{position:static!important}.static{position:static!important}.mb-6{margin-bottom:1.5rem!important}.mt-0{margin-top:0!important}.static{position:static!important}.static{position:static!important}.w-80{width:20rem!important}.w-\[33\.5rem\]{width:33.5rem!important}.w-\[38rem\]{width:38rem!important}.w-\[47\.5rem\]{width:47.5rem!important}.w-\[57\.5rem\]{width:57.5rem!important}.container{width:100%}@media (min-width:640px){.container{max-width:640px}}@media (min-width:768px){.container{max-width:768px}}@media (min-width:1024px){.container{max-width:1024px}}@media (min-width:1280px){.container{max-width:1280px}}@media (min-width:1536px){.container{max-width:1536px}}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
:host {
|
|
2
2
|
@apply flex flex-col;
|
|
3
3
|
@apply pb-6 px-6;
|
|
4
|
-
} .container{width:100%}@media (min-width:640px){.container{max-width:640px}}@media (min-width:768px){.container{max-width:768px}}@media (min-width:1024px){.container{max-width:1024px}}@media (min-width:1280px){.container{max-width:1280px}}@media (min-width:1536px){.container{max-width:1536px}}.static{position:static!important}.static{position:static!important}.
|
|
4
|
+
} .container{width:100%}@media (min-width:640px){.container{max-width:640px}}@media (min-width:768px){.container{max-width:768px}}@media (min-width:1024px){.container{max-width:1024px}}@media (min-width:1280px){.container{max-width:1280px}}@media (min-width:1536px){.container{max-width:1536px}}.static{position:static!important}.static{position:static!important}.w-80{width:20rem!important}.w-\[33\.5rem\]{width:33.5rem!important}.w-\[38rem\]{width:38rem!important}.w-\[47\.5rem\]{width:47.5rem!important}.w-\[57\.5rem\]{width:57.5rem!important}.container{width:100%}@media (min-width:640px){.container{max-width:640px}}@media (min-width:768px){.container{max-width:768px}}@media (min-width:1024px){.container{max-width:1024px}}@media (min-width:1280px){.container{max-width:1280px}}@media (min-width:1536px){.container{max-width:1536px}}.static{position:static!important}.static{position:static!important}.mb-6{margin-bottom:1.5rem!important}.mt-0{margin-top:0!important}.static{position:static!important}.static{position:static!important}.mb-6{margin-bottom:1.5rem!important}.mt-0{margin-top:0!important}
|
|
@@ -3,4 +3,4 @@
|
|
|
3
3
|
@apply block px-8 py-6;
|
|
4
4
|
@apply text-storm-dark text-3xl font-bold;
|
|
5
5
|
@apply border-b border-b-mystic-medium !important;
|
|
6
|
-
} .container{width:100%}@media (min-width:640px){.container{max-width:640px}}@media (min-width:768px){.container{max-width:768px}}@media (min-width:1024px){.container{max-width:1024px}}@media (min-width:1280px){.container{max-width:1280px}}@media (min-width:1536px){.container{max-width:1536px}}.static{position:static!important}.static{position:static!important}.
|
|
6
|
+
} .container{width:100%}@media (min-width:640px){.container{max-width:640px}}@media (min-width:768px){.container{max-width:768px}}@media (min-width:1024px){.container{max-width:1024px}}@media (min-width:1280px){.container{max-width:1280px}}@media (min-width:1536px){.container{max-width:1536px}}.static{position:static!important}.static{position:static!important}.w-80{width:20rem!important}.w-\[33\.5rem\]{width:33.5rem!important}.w-\[38rem\]{width:38rem!important}.w-\[47\.5rem\]{width:47.5rem!important}.w-\[57\.5rem\]{width:57.5rem!important}.container{width:100%}@media (min-width:640px){.container{max-width:640px}}@media (min-width:768px){.container{max-width:768px}}@media (min-width:1024px){.container{max-width:1024px}}@media (min-width:1280px){.container{max-width:1280px}}@media (min-width:1536px){.container{max-width:1536px}}.static{position:static!important}.static{position:static!important}.mb-6{margin-bottom:1.5rem!important}.mt-0{margin-top:0!important}.static{position:static!important}.static{position:static!important}
|
|
@@ -22,13 +22,13 @@ export class Modal {
|
|
|
22
22
|
if (!this.show) {
|
|
23
23
|
return;
|
|
24
24
|
}
|
|
25
|
-
const
|
|
25
|
+
const headerContent = h("slot", { name: "header" });
|
|
26
26
|
const bodyContent = h("slot", { name: "content" });
|
|
27
27
|
const footerContent = h("slot", { name: "footer" });
|
|
28
28
|
return (h(Host, { class: "p-modal" },
|
|
29
29
|
h("p-modal-backdrop", null,
|
|
30
30
|
h("p-modal-container", { size: this.size },
|
|
31
|
-
h("p-modal-header", null, this.
|
|
31
|
+
h("p-modal-header", null, this.header ? this.header : headerContent),
|
|
32
32
|
h("p-modal-body", { variant: this.variant }, bodyContent),
|
|
33
33
|
this._hasFooterSlot && (h("p-modal-footer", null, footerContent))))));
|
|
34
34
|
}
|
|
@@ -71,7 +71,7 @@ export class Modal {
|
|
|
71
71
|
"reflect": false,
|
|
72
72
|
"defaultValue": "'default'"
|
|
73
73
|
},
|
|
74
|
-
"
|
|
74
|
+
"header": {
|
|
75
75
|
"type": "string",
|
|
76
76
|
"mutable": false,
|
|
77
77
|
"complexType": {
|
|
@@ -83,9 +83,9 @@ export class Modal {
|
|
|
83
83
|
"optional": false,
|
|
84
84
|
"docs": {
|
|
85
85
|
"tags": [],
|
|
86
|
-
"text": "The
|
|
86
|
+
"text": "The Header of the modal"
|
|
87
87
|
},
|
|
88
|
-
"attribute": "
|
|
88
|
+
"attribute": "header",
|
|
89
89
|
"reflect": false
|
|
90
90
|
},
|
|
91
91
|
"show": {
|
|
@@ -14,11 +14,11 @@ const CardHeader = /*@__PURE__*/ proxyCustomElement(class extends HTMLElement {
|
|
|
14
14
|
}
|
|
15
15
|
render() {
|
|
16
16
|
var _a, _b;
|
|
17
|
-
return (h(Host, { class: "p-card-header" }, (((_a = this.
|
|
17
|
+
return (h(Host, { class: "p-card-header" }, (((_a = this.header) === null || _a === void 0 ? void 0 : _a.length) || this.arrow) && (h("div", { class: "title" }, (_b = this.header) !== null && _b !== void 0 ? _b : '', this.arrow && h("p-icon", { variant: "arrow" }))), h("slot", null)));
|
|
18
18
|
}
|
|
19
19
|
static get style() { return cardHeaderComponentCss; }
|
|
20
20
|
}, [4, "p-card-header", {
|
|
21
|
-
"
|
|
21
|
+
"header": [1],
|
|
22
22
|
"arrow": [4]
|
|
23
23
|
}]);
|
|
24
24
|
function defineCustomElement$1() {
|
|
@@ -32,16 +32,16 @@ const Modal = /*@__PURE__*/ proxyCustomElement(class extends HTMLElement {
|
|
|
32
32
|
if (!this.show) {
|
|
33
33
|
return;
|
|
34
34
|
}
|
|
35
|
-
const
|
|
35
|
+
const headerContent = h("slot", { name: "header" });
|
|
36
36
|
const bodyContent = h("slot", { name: "content" });
|
|
37
37
|
const footerContent = h("slot", { name: "footer" });
|
|
38
|
-
return (h(Host, { class: "p-modal" }, h("p-modal-backdrop", null, h("p-modal-container", { size: this.size }, h("p-modal-header", null, this.
|
|
38
|
+
return (h(Host, { class: "p-modal" }, h("p-modal-backdrop", null, h("p-modal-container", { size: this.size }, h("p-modal-header", null, this.header ? this.header : headerContent), h("p-modal-body", { variant: this.variant }, bodyContent), this._hasFooterSlot && (h("p-modal-footer", null, footerContent))))));
|
|
39
39
|
}
|
|
40
40
|
get _el() { return this; }
|
|
41
41
|
}, [1, "p-modal", {
|
|
42
42
|
"size": [1],
|
|
43
43
|
"variant": [1],
|
|
44
|
-
"
|
|
44
|
+
"header": [1],
|
|
45
45
|
"show": [4]
|
|
46
46
|
}]);
|
|
47
47
|
function defineCustomElement$1() {
|
package/dist/esm/loader.js
CHANGED
|
@@ -10,7 +10,7 @@ const patchEsm = () => {
|
|
|
10
10
|
const defineCustomElements = (win, options) => {
|
|
11
11
|
if (typeof window === 'undefined') return Promise.resolve();
|
|
12
12
|
return patchEsm().then(() => {
|
|
13
|
-
return bootstrapLazy([["p-modal",[[1,"p-modal",{"size":[1],"variant":[1],"
|
|
13
|
+
return bootstrapLazy([["p-modal",[[1,"p-modal",{"size":[1],"variant":[1],"header":[1],"show":[4]}]]],["p-navigation-item",[[1,"p-navigation-item",{"active":[4],"icon":[1],"counter":[8],"href":[1],"target":[1]}]]],["p-pagination",[[0,"p-pagination",{"page":[1538],"pageSize":[2,"page-size"],"total":[2]}]]],["p-card-header",[[4,"p-card-header",{"header":[1],"arrow":[4]}]]],["p-dropdown",[[1,"p-dropdown",{"placement":[1],"show":[4],"insideClick":[4,"inside-click"],"disableTriggerClick":[4,"disable-trigger-click"]},[[6,"click","documentClickHandler"]]]]],["p-helper",[[1,"p-helper"]]],["p-info-panel",[[1,"p-info-panel",{"variant":[1],"header":[1],"content":[1],"closeable":[4]}]]],["p-segment-item",[[1,"p-segment-item",{"active":[4],"icon":[1],"iconFlip":[1,"icon-flip"],"iconRotate":[2,"icon-rotate"]}]]],["p-status",[[4,"p-status",{"variant":[1],"icon":[1],"iconFlip":[1,"icon-flip"],"iconRotate":[2,"icon-rotate"]}]]],["p-avatar",[[1,"p-avatar",{"variant":[1],"size":[1],"defaultImage":[1,"default-image"],"src":[1],"_src":[32]}]]],["p-card-body",[[4,"p-card-body",{"inheritText":[4,"inherit-text"]}]]],["p-card-container",[[1,"p-card-container",{"hoverable":[4]}]]],["p-dropdown-menu-item",[[1,"p-dropdown-menu-item",{"active":[4]}]]],["p-illustration",[[0,"p-illustration",{"variant":[1]}]]],["p-segment-container",[[4,"p-segment-container"]]],["p-counter",[[1,"p-counter"]]],["p-dropdown-menu-container",[[4,"p-dropdown-menu-container"]]],["p-pagination-item",[[1,"p-pagination-item",{"active":[4]}]]],["p-tooltip",[[1,"p-tooltip",{"variant":[1],"popover":[8],"placement":[1],"show":[4],"canManuallyClose":[4,"can-manually-close"]},[[2,"click","clickHandler"],[6,"click","documentClickHandler"],[1,"mouseenter","mouseEnterHandler"],[0,"focus","mouseEnterHandler"],[1,"mouseleave","mouseLeaveHandler"],[0,"blur","mouseLeaveHandler"]]]]],["p-divider",[[1,"p-divider"]]],["p-modal-backdrop_5",[[1,"p-modal-footer"],[1,"p-modal-backdrop"],[1,"p-modal-body",{"variant":[1]}],[4,"p-modal-container",{"size":[1]}],[1,"p-modal-header"]]],["p-button_3",[[4,"p-button",{"variant":[1],"href":[1],"target":[1],"size":[1],"loading":[4],"chevron":[8],"disabled":[4],"icon":[1],"iconOnly":[4,"icon-only"],"iconPosition":[1,"icon-position"],"iconFlip":[1,"icon-flip"],"iconRotate":[2,"icon-rotate"],"inheritText":[4,"inherit-text"]},[[2,"click","handleClick"]]],[1,"p-loader",{"show":[4],"variant":[1],"color":[1],"modalTitle":[1,"modal-title"],"modalDescription":[1,"modal-description"]}],[0,"p-icon",{"variant":[1],"size":[1],"rotate":[2],"flip":[1]}]]]], options);
|
|
14
14
|
});
|
|
15
15
|
};
|
|
16
16
|
|
|
@@ -12,7 +12,7 @@ const CardHeader = class {
|
|
|
12
12
|
}
|
|
13
13
|
render() {
|
|
14
14
|
var _a, _b;
|
|
15
|
-
return (h(Host, { class: "p-card-header" }, (((_a = this.
|
|
15
|
+
return (h(Host, { class: "p-card-header" }, (((_a = this.header) === null || _a === void 0 ? void 0 : _a.length) || this.arrow) && (h("div", { class: "title" }, (_b = this.header) !== null && _b !== void 0 ? _b : '', this.arrow && h("p-icon", { variant: "arrow" }))), h("slot", null)));
|
|
16
16
|
}
|
|
17
17
|
};
|
|
18
18
|
CardHeader.style = cardHeaderComponentCss;
|
|
@@ -24,10 +24,10 @@ const Modal = class {
|
|
|
24
24
|
if (!this.show) {
|
|
25
25
|
return;
|
|
26
26
|
}
|
|
27
|
-
const
|
|
27
|
+
const headerContent = h("slot", { name: "header" });
|
|
28
28
|
const bodyContent = h("slot", { name: "content" });
|
|
29
29
|
const footerContent = h("slot", { name: "footer" });
|
|
30
|
-
return (h(Host, { class: "p-modal" }, h("p-modal-backdrop", null, h("p-modal-container", { size: this.size }, h("p-modal-header", null, this.
|
|
30
|
+
return (h(Host, { class: "p-modal" }, h("p-modal-backdrop", null, h("p-modal-container", { size: this.size }, h("p-modal-header", null, this.header ? this.header : headerContent), h("p-modal-body", { variant: this.variant }, bodyContent), this._hasFooterSlot && (h("p-modal-footer", null, footerContent))))));
|
|
31
31
|
}
|
|
32
32
|
get _el() { return getElement(this); }
|
|
33
33
|
};
|
package/dist/esm/paperless.js
CHANGED
|
@@ -13,5 +13,5 @@ const patchBrowser = () => {
|
|
|
13
13
|
};
|
|
14
14
|
|
|
15
15
|
patchBrowser().then(options => {
|
|
16
|
-
return bootstrapLazy([["p-modal",[[1,"p-modal",{"size":[1],"variant":[1],"
|
|
16
|
+
return bootstrapLazy([["p-modal",[[1,"p-modal",{"size":[1],"variant":[1],"header":[1],"show":[4]}]]],["p-navigation-item",[[1,"p-navigation-item",{"active":[4],"icon":[1],"counter":[8],"href":[1],"target":[1]}]]],["p-pagination",[[0,"p-pagination",{"page":[1538],"pageSize":[2,"page-size"],"total":[2]}]]],["p-card-header",[[4,"p-card-header",{"header":[1],"arrow":[4]}]]],["p-dropdown",[[1,"p-dropdown",{"placement":[1],"show":[4],"insideClick":[4,"inside-click"],"disableTriggerClick":[4,"disable-trigger-click"]},[[6,"click","documentClickHandler"]]]]],["p-helper",[[1,"p-helper"]]],["p-info-panel",[[1,"p-info-panel",{"variant":[1],"header":[1],"content":[1],"closeable":[4]}]]],["p-segment-item",[[1,"p-segment-item",{"active":[4],"icon":[1],"iconFlip":[1,"icon-flip"],"iconRotate":[2,"icon-rotate"]}]]],["p-status",[[4,"p-status",{"variant":[1],"icon":[1],"iconFlip":[1,"icon-flip"],"iconRotate":[2,"icon-rotate"]}]]],["p-avatar",[[1,"p-avatar",{"variant":[1],"size":[1],"defaultImage":[1,"default-image"],"src":[1],"_src":[32]}]]],["p-card-body",[[4,"p-card-body",{"inheritText":[4,"inherit-text"]}]]],["p-card-container",[[1,"p-card-container",{"hoverable":[4]}]]],["p-dropdown-menu-item",[[1,"p-dropdown-menu-item",{"active":[4]}]]],["p-illustration",[[0,"p-illustration",{"variant":[1]}]]],["p-segment-container",[[4,"p-segment-container"]]],["p-counter",[[1,"p-counter"]]],["p-dropdown-menu-container",[[4,"p-dropdown-menu-container"]]],["p-pagination-item",[[1,"p-pagination-item",{"active":[4]}]]],["p-tooltip",[[1,"p-tooltip",{"variant":[1],"popover":[8],"placement":[1],"show":[4],"canManuallyClose":[4,"can-manually-close"]},[[2,"click","clickHandler"],[6,"click","documentClickHandler"],[1,"mouseenter","mouseEnterHandler"],[0,"focus","mouseEnterHandler"],[1,"mouseleave","mouseLeaveHandler"],[0,"blur","mouseLeaveHandler"]]]]],["p-divider",[[1,"p-divider"]]],["p-modal-backdrop_5",[[1,"p-modal-footer"],[1,"p-modal-backdrop"],[1,"p-modal-body",{"variant":[1]}],[4,"p-modal-container",{"size":[1]}],[1,"p-modal-header"]]],["p-button_3",[[4,"p-button",{"variant":[1],"href":[1],"target":[1],"size":[1],"loading":[4],"chevron":[8],"disabled":[4],"icon":[1],"iconOnly":[4,"icon-only"],"iconPosition":[1,"icon-position"],"iconFlip":[1,"icon-flip"],"iconRotate":[2,"icon-rotate"],"inheritText":[4,"inherit-text"]},[[2,"click","handleClick"]]],[1,"p-loader",{"show":[4],"variant":[1],"color":[1],"modalTitle":[1,"modal-title"],"modalDescription":[1,"modal-description"]}],[0,"p-icon",{"variant":[1],"size":[1],"rotate":[2],"flip":[1]}]]]], options);
|
|
17
17
|
});
|
package/dist/index.html
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<!doctype html><html dir="ltr" lang="en"><head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=5.0"> <title>Stencil Component Starter</title> <script type="module" src="/build/paperless.esm.js" data-stencil data-resources-url="/build/" data-stencil-namespace="paperless"></script> <script nomodule="" src="/build/paperless.js" data-stencil></script> </head> <body> <p-button>Buttono</p-button> <script data-build="2022-08-
|
|
1
|
+
<!doctype html><html dir="ltr" lang="en"><head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=5.0"> <title>Stencil Component Starter</title> <script type="module" src="/build/paperless.esm.js" data-stencil data-resources-url="/build/" data-stencil-namespace="paperless"></script> <script nomodule="" src="/build/paperless.js" data-stencil></script> </head> <body> <p-button>Buttono</p-button> <script data-build="2022-08-08T11:17:52">
|
|
2
2
|
if ('serviceWorker' in navigator && location.protocol !== 'file:') {
|
|
3
3
|
window.addEventListener('load', function() {
|
|
4
4
|
navigator.serviceWorker.register('/sw.js')
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{r as t,h as o,H as s,g as a}from"./p-0100c1a2.js";const e=class{constructor(o){t(this,o),this.size="md",this.variant="default",this.show=!1,this._hasFooterSlot=!1}componentWillLoad(){this._hasFooterSlot=!!this._el.querySelector('[slot="footer"]')}render(){if(!this.show)return;const t=o("slot",{name:"header"}),a=o("slot",{name:"content"}),e=o("slot",{name:"footer"});return o(s,{class:"p-modal"},o("p-modal-backdrop",null,o("p-modal-container",{size:this.size},o("p-modal-header",null,this.header?this.header:t),o("p-modal-body",{variant:this.variant},a),this._hasFooterSlot&&o("p-modal-footer",null,e))))}get _el(){return a(this)}};export{e as p_modal}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{r as t,h as a,H as r}from"./p-0100c1a2.js";const e=class{constructor(a){t(this,a),this.arrow=!1}render(){var t,e;return a(r,{class:"p-card-header"},((null===(t=this.header)||void 0===t?void 0:t.length)||this.arrow)&&a("div",{class:"title"},null!==(e=this.header)&&void 0!==e?e:"",this.arrow&&a("p-icon",{variant:"arrow"})),a("slot",null))}};e.style=".static{position:static!important}.mx-6{margin-left:1.5rem!important;margin-right:1.5rem!important}.ml-2{margin-left:.5rem!important}.inline-block{display:inline-block!important}.flex{display:flex!important}.rotate-0{--tw-rotate:0deg!important}.rotate-0,.rotate-25{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.rotate-25{--tw-rotate:25deg!important}.rotate-45{--tw-rotate:45deg!important}.rotate-45,.rotate-90{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.rotate-90{--tw-rotate:90deg!important}.rotate-135{--tw-rotate:135deg!important}.rotate-135,.rotate-180{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.rotate-180{--tw-rotate:180deg!important}.rotate-225{--tw-rotate:225deg!important}.rotate-225,.rotate-270{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.rotate-270{--tw-rotate:270deg!important}.rotate-315{--tw-rotate:315deg!important}.-rotate-0,.rotate-315{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.-rotate-0{--tw-rotate:-0deg!important}.-rotate-25{--tw-rotate:-25deg!important}.-rotate-25,.-rotate-45{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.-rotate-45{--tw-rotate:-45deg!important}.-rotate-90{--tw-rotate:-90deg!important}.-rotate-135,.-rotate-90{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.-rotate-135{--tw-rotate:-135deg!important}.-rotate-180{--tw-rotate:-180deg!important}.-rotate-180,.-rotate-225{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.-rotate-225{--tw-rotate:-225deg!important}.-rotate-270{--tw-rotate:-270deg!important}.-rotate-270,.-rotate-315{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.-rotate-315{--tw-rotate:-315deg!important}.scale-x-flip{--tw-scale-x:-1!important}.scale-x-flip,.scale-y-flip{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.scale-y-flip{--tw-scale-y:-1!important}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.justify-between{justify-content:space-between!important}.border-b{border-bottom-width:1px!important}.border-b-mystic-medium{--tw-border-opacity:1!important;border-bottom-color:rgb(227 236 243/var(--tw-border-opacity))!important}.text-xxs{font-size:.6875rem!important}.text-xs{font-size:.75rem!important;line-height:1rem!important}.text-base{font-size:1rem!important;line-height:1.5rem!important}.text-lg{font-size:1.125rem!important}.text-lg,.text-xl{line-height:1.75rem!important}.text-xl{font-size:1.25rem!important}.text-2xl{font-size:1.5rem!important;line-height:2rem!important}.text-3xl{font-size:1.875rem!important;line-height:2.25rem!important}.text-4xl{font-size:2.25rem!important;line-height:2.5rem!important}.text-5xl{font-size:3rem!important}.text-5xl,.text-6xl{line-height:1!important}.text-6xl{font-size:3.75rem!important}p-card-header{--tw-text-opacity:1;--tw-border-opacity:1!important;align-items:center;border-bottom-color:rgb(227 236 243/var(--tw-border-opacity))!important;border-bottom-width:1px!important;color:rgb(128 130 158/var(--tw-text-opacity));display:flex;justify-content:space-between;margin-left:1.5rem;margin-right:1.5rem;padding-bottom:.75rem;padding-top:.75rem}p-card-header .title{align-items:center;display:flex;font-weight:600}p-card-header .title>p-icon{--tw-text-opacity:1;color:rgb(218 230 240/var(--tw-text-opacity));margin-left:.5rem}p-card-container.has-hover:hover p-card-header .title>p-icon{--tw-text-opacity:1;color:rgb(82 138 250/var(--tw-text-opacity))}.-rotate-0,.-rotate-135,.-rotate-180,.-rotate-225,.-rotate-25,.-rotate-270,.-rotate-315,.-rotate-45,.-rotate-90,.rotate-0,.rotate-135,.rotate-180,.rotate-225,.rotate-25,.rotate-270,.rotate-315,.rotate-45,.rotate-90,.scale-x-flip,.scale-y-flip{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}";export{e as p_card_header}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{p as e,b as
|
|
1
|
+
import{p as e,b as a}from"./p-0100c1a2.js";(()=>{const a=import.meta.url,i={};return""!==a&&(i.resourcesUrl=new URL(".",a).href),e(i)})().then((e=>a([["p-19254809",[[1,"p-modal",{size:[1],variant:[1],header:[1],show:[4]}]]],["p-fb1e33eb",[[1,"p-navigation-item",{active:[4],icon:[1],counter:[8],href:[1],target:[1]}]]],["p-ffeed7c6",[[0,"p-pagination",{page:[1538],pageSize:[2,"page-size"],total:[2]}]]],["p-27914eed",[[4,"p-card-header",{header:[1],arrow:[4]}]]],["p-b68368f3",[[1,"p-dropdown",{placement:[1],show:[4],insideClick:[4,"inside-click"],disableTriggerClick:[4,"disable-trigger-click"]},[[6,"click","documentClickHandler"]]]]],["p-6e60b92a",[[1,"p-helper"]]],["p-4a85b858",[[1,"p-info-panel",{variant:[1],header:[1],content:[1],closeable:[4]}]]],["p-3b491ca2",[[1,"p-segment-item",{active:[4],icon:[1],iconFlip:[1,"icon-flip"],iconRotate:[2,"icon-rotate"]}]]],["p-7784ee14",[[4,"p-status",{variant:[1],icon:[1],iconFlip:[1,"icon-flip"],iconRotate:[2,"icon-rotate"]}]]],["p-19d84fe7",[[1,"p-avatar",{variant:[1],size:[1],defaultImage:[1,"default-image"],src:[1],_src:[32]}]]],["p-ccbddcbb",[[4,"p-card-body",{inheritText:[4,"inherit-text"]}]]],["p-67fc89a6",[[1,"p-card-container",{hoverable:[4]}]]],["p-3f6d3736",[[1,"p-dropdown-menu-item",{active:[4]}]]],["p-d069673f",[[0,"p-illustration",{variant:[1]}]]],["p-864ac423",[[4,"p-segment-container"]]],["p-11d24001",[[1,"p-counter"]]],["p-c64e2313",[[4,"p-dropdown-menu-container"]]],["p-2120a0b7",[[1,"p-pagination-item",{active:[4]}]]],["p-f50c6e5b",[[1,"p-tooltip",{variant:[1],popover:[8],placement:[1],show:[4],canManuallyClose:[4,"can-manually-close"]},[[2,"click","clickHandler"],[6,"click","documentClickHandler"],[1,"mouseenter","mouseEnterHandler"],[0,"focus","mouseEnterHandler"],[1,"mouseleave","mouseLeaveHandler"],[0,"blur","mouseLeaveHandler"]]]]],["p-5438d70e",[[1,"p-divider"]]],["p-5101f35f",[[1,"p-modal-footer"],[1,"p-modal-backdrop"],[1,"p-modal-body",{variant:[1]}],[4,"p-modal-container",{size:[1]}],[1,"p-modal-header"]]],["p-63e5f5e1",[[4,"p-button",{variant:[1],href:[1],target:[1],size:[1],loading:[4],chevron:[8],disabled:[4],icon:[1],iconOnly:[4,"icon-only"],iconPosition:[1,"icon-position"],iconFlip:[1,"icon-flip"],iconRotate:[2,"icon-rotate"],inheritText:[4,"inherit-text"]},[[2,"click","handleClick"]]],[1,"p-loader",{show:[4],variant:[1],color:[1],modalTitle:[1,"modal-title"],modalDescription:[1,"modal-description"]}],[0,"p-icon",{variant:[1],size:[1],rotate:[2],flip:[1]}]]]],e)));
|
package/dist/sw.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
if(!self.define){let e,n={};const o=(o,s)=>(o=new URL(o+".js",s).href,n[o]||new Promise((n=>{if("document"in self){const e=document.createElement("script");e.src=o,e.onload=n,document.head.appendChild(e)}else e=o,importScripts(o),n()})).then((()=>{let e=n[o];if(!e)throw new Error(`Module ${o} didn’t register its module`);return e})));self.define=(s,c)=>{const i=e||("document"in self?document.currentScript.src:"")||location.href;if(n[i])return;let r={};const l=e=>o(e,i),a={module:{uri:i},exports:r,require:l};n[i]=Promise.all(s.map((e=>a[e]||l(e)))).then((e=>(c(...e),r)))}}define(["./workbox-5fe694da"],(function(e){"use strict";self.addEventListener("message",(e=>{e.data&&"SKIP_WAITING"===e.data.type&&self.skipWaiting()})),e.precacheAndRoute([{url:"index.html",revision:"f167d177cf114ca419c91955dd09c047"},{url:"build/index.esm.js",revision:"d41d8cd98f00b204e9800998ecf8427e"},{url:"build/p-0100c1a2.js",revision:null},{url:"build/p-11d24001.entry.js",revision:null},{url:"build/p-19d84fe7.entry.js",revision:null},{url:"build/p-2120a0b7.entry.js",revision:null},{url:"build/p-3b491ca2.entry.js",revision:null},{url:"build/p-3f6d3736.entry.js",revision:null},{url:"build/p-463f354c.entry.js",revision:null},{url:"build/p-4a85b858.entry.js",revision:null},{url:"build/p-5101f35f.entry.js",revision:null},{url:"build/p-5438d70e.entry.js",revision:null},{url:"build/p-63e5f5e1.entry.js",revision:null},{url:"build/p-67fc89a6.entry.js",revision:null},{url:"build/p-6e60b92a.entry.js",revision:null},{url:"build/p-7784ee14.entry.js",revision:null},{url:"build/p-864ac423.entry.js",revision:null},{url:"build/p-94cef335.entry.js",revision:null},{url:"build/p-a7086ffa.js",revision:null},{url:"build/p-b68368f3.entry.js",revision:null},{url:"build/p-c64e2313.entry.js",revision:null},{url:"build/p-ccbddcbb.entry.js",revision:null},{url:"build/p-d069673f.entry.js",revision:null},{url:"build/p-f50c6e5b.entry.js",revision:null},{url:"build/p-fb1e33eb.entry.js",revision:null},{url:"build/p-ffeed7c6.entry.js",revision:null},{url:"cjs/index-f9c302b6.js",revision:"82e56baf8d5ee243abbbc51f870ab4ed"},{url:"cjs/index.cjs.js",revision:"1207512ab506f92d1258b295c8bf79f3"},{url:"cjs/loader.cjs.js",revision:"c2eb021193e2ec9e12407d6cf37fd9ce"},{url:"cjs/p-avatar.cjs.entry.js",revision:"a48e7835e0109b3c030159c588f73b3f"},{url:"cjs/p-button_3.cjs.entry.js",revision:null},{url:"cjs/p-card-body.cjs.entry.js",revision:"21aaf156df04b7056f9d3fc234a9cbc3"},{url:"cjs/p-card-container.cjs.entry.js",revision:"e30a1ab23ebdf7f1c420dcfc0e312952"},{url:"cjs/p-card-header.cjs.entry.js",revision:"444fb0608956ee56524abe1706ca3bf4"},{url:"cjs/p-counter.cjs.entry.js",revision:"7063d4849ba38dff53567b53a366dfc4"},{url:"cjs/p-divider.cjs.entry.js",revision:"411766ed202e0ab7059a222344adec55"},{url:"cjs/p-dropdown-menu-container.cjs.entry.js",revision:null},{url:"cjs/p-dropdown-menu-item.cjs.entry.js",revision:null},{url:"cjs/p-dropdown.cjs.entry.js",revision:null},{url:"cjs/p-helper.cjs.entry.js",revision:"4f4b2ceb772e749e24830e74015e889c"},{url:"cjs/p-illustration.cjs.entry.js",revision:null},{url:"cjs/p-info-panel.cjs.entry.js",revision:"f244707c95b1898914ca1d1c268a6825"},{url:"cjs/p-modal-backdrop_5.cjs.entry.js",revision:"e596f0d999ff0ab8a004c901b2207672"},{url:"cjs/p-modal.cjs.entry.js",revision:"da580cf923842244492099914bcb0c96"},{url:"cjs/p-navigation-item.cjs.entry.js",revision:null},{url:"cjs/p-pagination-item.cjs.entry.js",revision:null},{url:"cjs/p-pagination.cjs.entry.js",revision:null},{url:"cjs/p-segment-container.cjs.entry.js",revision:"71c22fc10ccc5240a2f7765fc685edf3"},{url:"cjs/p-segment-item.cjs.entry.js",revision:"953e7722c7027b744bcd48a744aa6d7a"},{url:"cjs/p-status.cjs.entry.js",revision:"071456c4851f793a18f4881443bb5164"},{url:"cjs/p-tooltip.cjs.entry.js",revision:"4e3838d66b790bbbf687124657a7ce62"},{url:"cjs/paperless.cjs.js",revision:"79eaac052e3f74a8fa0dd792603eea24"},{url:"cjs/popper-e0c4ed4c.js",revision:"486ead87dcd025f29b1c268de734debb"},{url:"collection/collection-manifest.json",revision:"9ac3f5f6982c2487276cf85c690db713"},{url:"collection/components/atoms/avatar/avatar.component.css",revision:"49db9f776f1d2c6b800cd3061905bb57"},{url:"collection/components/atoms/avatar/avatar.component.js",revision:"0a8b847d99daa9e01ac412968799b194"},{url:"collection/components/atoms/button/button.component.css",revision:"128cca848f8e02a6a7fbb50e753a78e2"},{url:"collection/components/atoms/button/button.component.js",revision:"aea822e0d9199a479c6a5f9dc0fd68fe"},{url:"collection/components/atoms/card-body/card-body.component.css",revision:"ddef935f00f94270913f8af0f3df84c9"},{url:"collection/components/atoms/card-body/card-body.component.js",revision:"a467d0e94b673a342fe43fcd3e803569"},{url:"collection/components/atoms/card-container/card-container.component.css",revision:"25355e8c6346bd0bb1c81fde319335de"},{url:"collection/components/atoms/card-container/card-container.component.js",revision:"d09f3c365ec05396204ab2695e429be1"},{url:"collection/components/atoms/card-header/card-header.component.css",revision:"15b7187f3480a02ce18e0f8d2fad0cd1"},{url:"collection/components/atoms/card-header/card-header.component.js",revision:"ce1443d7717dd3fe09bea44484b06520"},{url:"collection/components/atoms/counter/counter.component.css",revision:"deb0cc3298ec2108abcb6ac3eded78fe"},{url:"collection/components/atoms/counter/counter.component.js",revision:"08a4509548d9bdcacabf5986ce2f79d9"},{url:"collection/components/atoms/divider/divider.component.css",revision:"c49d57742ce7a444ec4f53d52aac8b9b"},{url:"collection/components/atoms/divider/divider.component.js",revision:"9f833473cedfa73656dd1ae6f6efdfec"},{url:"collection/components/atoms/dropdown-menu-container/dropdown-menu-container.component.css",revision:"c951f24b909f63bf5c4de0a361ff5c2d"},{url:"collection/components/atoms/dropdown-menu-container/dropdown-menu-container.component.js",revision:"90fc54ed817087efa2fdbc14adc33504"},{url:"collection/components/atoms/dropdown-menu-item/dropdown-menu-item.component.css",revision:"b05290541b7b70cb58f22ba4705ee30b"},{url:"collection/components/atoms/dropdown-menu-item/dropdown-menu-item.component.js",revision:"cf1c4aab721756bc702125fda8eb588c"},{url:"collection/components/atoms/helper/helper.component.css",revision:"a25c2f55095d31f0a62ad28687b79fab"},{url:"collection/components/atoms/helper/helper.component.js",revision:"4fe8f01eed15d2b36dbcbf24a2b4c0af"},{url:"collection/components/atoms/icon/icon.component.css",revision:"9ad59df7c8a362d37da47b301f331354"},{url:"collection/components/atoms/icon/icon.component.js",revision:"10810337127df095ad617042af20aabe"},{url:"collection/components/atoms/illustration/illustration.component.js",revision:"6d2af6f5039a97474e2032af508eb9fa"},{url:"collection/components/atoms/info-panel/info-panel.component.css",revision:"10bf84c4f8484c81105cef87c358b0cf"},{url:"collection/components/atoms/info-panel/info-panel.component.js",revision:"93c1e96ee080a2978c92d6451d743475"},{url:"collection/components/atoms/loader/loader.component.css",revision:"1a32546858be1dc486e87986c465e773"},{url:"collection/components/atoms/loader/loader.component.js",revision:"0101bde8e828882a33e1e89f91eff683"},{url:"collection/components/atoms/modal-backdrop/modal-backdrop.component.css",revision:"164c24d0f9a1a4b249e89e78409bcefc"},{url:"collection/components/atoms/modal-backdrop/modal-backdrop.component.js",revision:"b147f496bc7bfb57e16973bd36492c6e"},{url:"collection/components/atoms/modal-body/modal-body.component.css",revision:"ec40b37f9a32f73ae1a5c2eb0ba8f644"},{url:"collection/components/atoms/modal-body/modal-body.component.js",revision:"cf4bf60d570a434a99bbd6637d5cf1c2"},{url:"collection/components/atoms/modal-container/modal-container.component.css",revision:"b6b84550a475e37ba31932923eb533b9"},{url:"collection/components/atoms/modal-container/modal-container.component.js",revision:"4dd72fbe50e3eb20ba2c5d2d64089455"},{url:"collection/components/atoms/modal-footer/modal-footer.component.css",revision:"a0674b4ca7cec7e8bcdf0e8f4cd0e297"},{url:"collection/components/atoms/modal-footer/modal-footer.component.js",revision:"15de0165b468cff1d09647642fe5dd28"},{url:"collection/components/atoms/modal-header/modal-header.component.css",revision:"ef828965f23f81c785c0ed73e32e1f03"},{url:"collection/components/atoms/modal-header/modal-header.component.js",revision:"8957c5f86cb3aaa4360283b28fec1a29"},{url:"collection/components/atoms/pagination-item/pagination-item.component.css",revision:"3d54e3a23cdb292ff94b8570293af954"},{url:"collection/components/atoms/pagination-item/pagination-item.component.js",revision:"98aed8c7967a53019965da0cc5706fa6"},{url:"collection/components/atoms/segment-container/segment-container.component.css",revision:"c9c317c37645e633652bae20290c6107"},{url:"collection/components/atoms/segment-container/segment-container.component.js",revision:"9db64a2befd0005d17c82a2062ce280e"},{url:"collection/components/atoms/segment-item/segment-item.component.css",revision:"6db681acc19b3b77543769a278b44f42"},{url:"collection/components/atoms/segment-item/segment-item.component.js",revision:"87028e26b4212e092a3a5c98f0df5e00"},{url:"collection/components/atoms/status/status.component.css",revision:"a21a43cd62c519b3e1044198c60d88a0"},{url:"collection/components/atoms/status/status.component.js",revision:"f6dbe9f13524767f26b8010e0cb134bf"},{url:"collection/components/atoms/tooltip/tooltip.component.css",revision:"1f1e184d0ee2288df7e63530b66820b1"},{url:"collection/components/atoms/tooltip/tooltip.component.js",revision:"c3181550c1c764a3ed5db4b193542554"},{url:"collection/components/molecules/dropdown/dropdown.component.css",revision:"5ddbe21f37548eb8b480c35b1eeafdb1"},{url:"collection/components/molecules/dropdown/dropdown.component.js",revision:"a194fb2112d4b245ddffda9f46d1c0d2"},{url:"collection/components/molecules/modal/modal.component.js",revision:"a2b4d9702ee1fc17d499372740d8a21a"},{url:"collection/components/molecules/navigation-item/navigation-item.component.css",revision:"a9bfcbdd33452ea26632246d1d120510"},{url:"collection/components/molecules/navigation-item/navigation-item.component.js",revision:"e42e8d0107c3c83f6867ead183de93cd"},{url:"collection/components/molecules/pagination/pagination.component.css",revision:"aa24012da4135a95dd47583ae673d3b0"},{url:"collection/components/molecules/pagination/pagination.component.js",revision:"c03e9d653b7536d523399e5762c26b8f"},{url:"collection/index.js",revision:"e2ebd7ddedcadeeadbf819c35985c768"},{url:"collection/tailwind.config.js",revision:"536f18a6b3788f0438bf88b9c5d8fbaa"},{url:"collection/tailwind/animation.js",revision:"a3127019b37690ea725414dcdeb96661"},{url:"collection/tailwind/backdrop-blur.js",revision:"006247f96d8b05436254636f54f9980f"},{url:"collection/tailwind/border-radius.js",revision:"dd0f825fa408d2ba0176fd53862063d4"},{url:"collection/tailwind/colors.js",revision:"6a39b234fcf655ec34be7e367b0b3128"},{url:"collection/tailwind/grid.js",revision:"c6da38d71fa9e178c09e6caeb9214825"},{url:"collection/tailwind/rotate.js",revision:"6e10d60cb01221e64cf027d729886b6d"},{url:"collection/tailwind/scale.js",revision:"a839cb541613e836dc315f26e3e9a396"},{url:"collection/tailwind/shadows.js",revision:"90a3cc6f1c4f6714180ddbb3a0e40a53"},{url:"collection/tailwind/typography.js",revision:"63fc1dacace043e348a3fcf95c582fef"},{url:"collection/tailwind/z-index.js",revision:"ae5146fb67672e3ea2ea72f167d2c597"},{url:"collection/utils/child-of.js",revision:"203ec62b662bb9bc96f309e4cebcbbcf"},{url:"collection/utils/icons.js",revision:"8a197929c1673d249d69ed47ea5df39f"},{url:"collection/utils/illustrations.js",revision:"743b24c925f2eedd1e005aa87dc5987b"},{url:"collection/utils/types.js",revision:"e2ebd7ddedcadeeadbf819c35985c768"},{url:"collection/utils/utils.js",revision:"4beb8ca8a76230f44db73b6109a0043d"},{url:"components/counter.component.js",revision:"484bd5169e92032baf721ee5507aaaeb"},{url:"components/divider.component.js",revision:"cd32d7941871a96bec457e4f8f8358cd"},{url:"components/dropdown-menu-container.component.js",revision:"e97d863a1472ca4c1590e3f231c4fd87"},{url:"components/icon.component.js",revision:"5a8a24226c3b1f2ee4b91bd418153ecd"},{url:"components/index.js",revision:"04a6d3b2a7af1911b065fdc97e5a24f8"},{url:"components/loader.component.js",revision:"1a9a7631820b8157c9ec1efe36092d08"},{url:"components/modal-backdrop.component.js",revision:"0e0acdbe812147e9d806579eac3998db"},{url:"components/modal-body.component.js",revision:"b1c55ae21eb2e5fe3b04d032f5057d0a"},{url:"components/modal-container.component.js",revision:"e3935d0b37948144655c36f0b2733a24"},{url:"components/modal-footer.component.js",revision:"0530a3ac6ae56bf1656cb9d5167133f7"},{url:"components/modal-header.component.js",revision:"0f776cdf75ba8e6d8f42bc40e7c97340"},{url:"components/p-avatar.js",revision:"b171e027198bb49fe3c3cafe4b9e0b2e"},{url:"components/p-button.js",revision:"e01e7e607897ac100a7fd3e831aa508c"},{url:"components/p-card-body.js",revision:"2502c2a0a20b8b8837b0ab602da0b8b8"},{url:"components/p-card-container.js",revision:"4c959770837ec3ba4c02c20294a9c90b"},{url:"components/p-card-header.js",revision:"da799141bc1bc488651b054a33490bfd"},{url:"components/p-counter.js",revision:"f8970c28058f570a9d70ea483c91484f"},{url:"components/p-divider.js",revision:"5263d04558d1d14d3216cfbc846effda"},{url:"components/p-dropdown-menu-container.js",revision:null},{url:"components/p-dropdown-menu-item.js",revision:null},{url:"components/p-dropdown.js",revision:null},{url:"components/p-helper.js",revision:"f3d3b0a38d2af0905b7523c07f1c17a9"},{url:"components/p-icon.js",revision:"89ede38633ef7c3b9ed45a67a2ffe2c8"},{url:"components/p-illustration.js",revision:null},{url:"components/p-info-panel.js",revision:"f5c97078d819c112533ccf14bfcd5bde"},{url:"components/p-loader.js",revision:"850d0015b16c8a34f62568d99ccdd388"},{url:"components/p-modal-backdrop.js",revision:"015bc9ab0c57d97ae8831147e57c675c"},{url:"components/p-modal-body.js",revision:"5f9b8542aa0099c8badc01e137c1ddcd"},{url:"components/p-modal-container.js",revision:"00f5b34f22c2612fd438aea5b5416e5d"},{url:"components/p-modal-footer.js",revision:"ce5ceb7d9c28180af9e2fa4cf4555ae8"},{url:"components/p-modal-header.js",revision:"9499e4fb0a206ffc4ffbb4d212eb4c46"},{url:"components/p-modal.js",revision:"92e5c1aa6f7c3b57ea594d039bbbe65e"},{url:"components/p-navigation-item.js",revision:null},{url:"components/p-pagination-item.js",revision:null},{url:"components/p-pagination.js",revision:null},{url:"components/p-segment-container.js",revision:"f2aede928758e5ae70d8c13e819df2ea"},{url:"components/p-segment-item.js",revision:"90cbd4ae0875bb8a85e7a6dc11e15585"},{url:"components/p-status.js",revision:"54a17594fd09148d0f068fe80041be92"},{url:"components/p-tooltip.js",revision:"7648cc97b4186f3174a1230ee12c97ea"},{url:"components/pagination-item.component.js",revision:"14e150af80a3f90a94912483a8a669b9"},{url:"components/popper.js",revision:"ede59bec41fd2b049f32af4682e1ebba"},{url:"components/tooltip.component.js",revision:"e40f909182126a8ec1c01ee975178fb2"},{url:"esm/index-fff70567.js",revision:"a231fafd43ed09f7f245552cdac24305"},{url:"esm/index.js",revision:"68b329da9893e34099c7d8ad5cb9c940"},{url:"esm/loader.js",revision:"8a0d9eb35cc6ed6879ed92d0b7a52e4f"},{url:"esm/p-avatar.entry.js",revision:"75d30eac8b291704de7fc62b133e15a0"},{url:"esm/p-button_3.entry.js",revision:null},{url:"esm/p-card-body.entry.js",revision:"8a9b09b3e134ea5ee930eb5e4fcb9c9d"},{url:"esm/p-card-container.entry.js",revision:"268b065305f0fd88f6b4af1400d98696"},{url:"esm/p-card-header.entry.js",revision:"47c03e8149a4d2862d3278796c01e9f7"},{url:"esm/p-counter.entry.js",revision:"d36b3fdf9bdb6bd8ad905f897a2f9d9e"},{url:"esm/p-divider.entry.js",revision:"45f8a6940362d68168db6eca9cf381c1"},{url:"esm/p-dropdown-menu-container.entry.js",revision:null},{url:"esm/p-dropdown-menu-item.entry.js",revision:null},{url:"esm/p-dropdown.entry.js",revision:null},{url:"esm/p-helper.entry.js",revision:"7498a01a67b2e7ff2648063154c950ea"},{url:"esm/p-illustration.entry.js",revision:null},{url:"esm/p-info-panel.entry.js",revision:"f168efa8167b560ab81d587123b9e184"},{url:"esm/p-modal-backdrop_5.entry.js",revision:"a328bfbf18b4279cc7c32e7a0f0e4970"},{url:"esm/p-modal.entry.js",revision:"1af2be339bca63cda6ecbf0e585677ae"},{url:"esm/p-navigation-item.entry.js",revision:null},{url:"esm/p-pagination-item.entry.js",revision:null},{url:"esm/p-pagination.entry.js",revision:null},{url:"esm/p-segment-container.entry.js",revision:"3856eac3915e23a3fcca327208b16cd0"},{url:"esm/p-segment-item.entry.js",revision:"385701db82fa51e5e3d0e50a1a88e391"},{url:"esm/p-status.entry.js",revision:"9584a63e3787bcc46a6febe851739105"},{url:"esm/p-tooltip.entry.js",revision:"dbcc4128dfd6bd136a9922fd5da6cbc6"},{url:"esm/polyfills/core-js.js",revision:"dc27e0f38ebdd9196d36d393a6c60f4a"},{url:"esm/polyfills/css-shim.js",revision:"36323d0bd6801af0b90cc36af0a0ee8d"},{url:"esm/polyfills/dom.js",revision:"c59c209ccd8f829bb4bc0aaa99055edb"},{url:"esm/polyfills/es5-html-element.js",revision:"9cb6d45f69c87c978029d1aa0a05ac92"},{url:"esm/polyfills/index.js",revision:"d584dac684dbfccbd3271d63a2c59ed1"},{url:"esm/polyfills/system.js",revision:"e44813fe9fa71bac4abfeb30b88b457d"},{url:"esm/popper-41c6f9cd.js",revision:"ede59bec41fd2b049f32af4682e1ebba"},{url:"index.cjs.js",revision:"66e04f2fb404ebfb2502d6647369ec3b"},{url:"index.js",revision:"6e3fc07b3d20cdc681502bff787b2041"},{url:"paperless/index.esm.js",revision:"d41d8cd98f00b204e9800998ecf8427e"},{url:"paperless/p-0100c1a2.js",revision:null},{url:"paperless/p-11d24001.entry.js",revision:null},{url:"paperless/p-19d84fe7.entry.js",revision:null},{url:"paperless/p-2120a0b7.entry.js",revision:null},{url:"paperless/p-3b491ca2.entry.js",revision:null},{url:"paperless/p-3f6d3736.entry.js",revision:null},{url:"paperless/p-463f354c.entry.js",revision:null},{url:"paperless/p-4a85b858.entry.js",revision:null},{url:"paperless/p-5101f35f.entry.js",revision:null},{url:"paperless/p-5438d70e.entry.js",revision:null},{url:"paperless/p-63e5f5e1.entry.js",revision:null},{url:"paperless/p-67fc89a6.entry.js",revision:null},{url:"paperless/p-6e60b92a.entry.js",revision:null},{url:"paperless/p-7784ee14.entry.js",revision:null},{url:"paperless/p-864ac423.entry.js",revision:null},{url:"paperless/p-94cef335.entry.js",revision:null},{url:"paperless/p-a7086ffa.js",revision:null},{url:"paperless/p-b68368f3.entry.js",revision:null},{url:"paperless/p-c64e2313.entry.js",revision:null},{url:"paperless/p-ccbddcbb.entry.js",revision:null},{url:"paperless/p-d069673f.entry.js",revision:null},{url:"paperless/p-f50c6e5b.entry.js",revision:null},{url:"paperless/p-fb1e33eb.entry.js",revision:null},{url:"paperless/p-ffeed7c6.entry.js",revision:null},{url:"tailwind.config.js",revision:"536f18a6b3788f0438bf88b9c5d8fbaa"},{url:"tailwind/animation.js",revision:"a3127019b37690ea725414dcdeb96661"},{url:"tailwind/backdrop-blur.js",revision:"006247f96d8b05436254636f54f9980f"},{url:"tailwind/border-radius.js",revision:"dd0f825fa408d2ba0176fd53862063d4"},{url:"tailwind/colors.js",revision:"6a39b234fcf655ec34be7e367b0b3128"},{url:"tailwind/grid.js",revision:"c6da38d71fa9e178c09e6caeb9214825"},{url:"tailwind/rotate.js",revision:"6e10d60cb01221e64cf027d729886b6d"},{url:"tailwind/scale.js",revision:"a839cb541613e836dc315f26e3e9a396"},{url:"tailwind/shadows.js",revision:"90a3cc6f1c4f6714180ddbb3a0e40a53"},{url:"tailwind/typography.js",revision:"63fc1dacace043e348a3fcf95c582fef"},{url:"tailwind/z-index.js",revision:"ae5146fb67672e3ea2ea72f167d2c597"}],{})}));
|
|
1
|
+
if(!self.define){let e,n={};const o=(o,s)=>(o=new URL(o+".js",s).href,n[o]||new Promise((n=>{if("document"in self){const e=document.createElement("script");e.src=o,e.onload=n,document.head.appendChild(e)}else e=o,importScripts(o),n()})).then((()=>{let e=n[o];if(!e)throw new Error(`Module ${o} didn’t register its module`);return e})));self.define=(s,c)=>{const i=e||("document"in self?document.currentScript.src:"")||location.href;if(n[i])return;let r={};const l=e=>o(e,i),a={module:{uri:i},exports:r,require:l};n[i]=Promise.all(s.map((e=>a[e]||l(e)))).then((e=>(c(...e),r)))}}define(["./workbox-5fe694da"],(function(e){"use strict";self.addEventListener("message",(e=>{e.data&&"SKIP_WAITING"===e.data.type&&self.skipWaiting()})),e.precacheAndRoute([{url:"index.html",revision:"6e1fdc4392653fbf7407aea0270023d0"},{url:"build/index.esm.js",revision:"d41d8cd98f00b204e9800998ecf8427e"},{url:"build/p-0100c1a2.js",revision:null},{url:"build/p-11d24001.entry.js",revision:null},{url:"build/p-19254809.entry.js",revision:null},{url:"build/p-19d84fe7.entry.js",revision:null},{url:"build/p-2120a0b7.entry.js",revision:null},{url:"build/p-27914eed.entry.js",revision:null},{url:"build/p-3b491ca2.entry.js",revision:null},{url:"build/p-3f6d3736.entry.js",revision:null},{url:"build/p-4a85b858.entry.js",revision:null},{url:"build/p-5101f35f.entry.js",revision:null},{url:"build/p-5438d70e.entry.js",revision:null},{url:"build/p-63e5f5e1.entry.js",revision:null},{url:"build/p-67fc89a6.entry.js",revision:null},{url:"build/p-6e60b92a.entry.js",revision:null},{url:"build/p-7784ee14.entry.js",revision:null},{url:"build/p-864ac423.entry.js",revision:null},{url:"build/p-a7086ffa.js",revision:null},{url:"build/p-b68368f3.entry.js",revision:null},{url:"build/p-c64e2313.entry.js",revision:null},{url:"build/p-ccbddcbb.entry.js",revision:null},{url:"build/p-d069673f.entry.js",revision:null},{url:"build/p-f50c6e5b.entry.js",revision:null},{url:"build/p-fb1e33eb.entry.js",revision:null},{url:"build/p-ffeed7c6.entry.js",revision:null},{url:"cjs/index-f9c302b6.js",revision:"82e56baf8d5ee243abbbc51f870ab4ed"},{url:"cjs/index.cjs.js",revision:"1207512ab506f92d1258b295c8bf79f3"},{url:"cjs/loader.cjs.js",revision:"3ef07e067b40c4792750cf8fce675f2d"},{url:"cjs/p-avatar.cjs.entry.js",revision:"a48e7835e0109b3c030159c588f73b3f"},{url:"cjs/p-button_3.cjs.entry.js",revision:null},{url:"cjs/p-card-body.cjs.entry.js",revision:"21aaf156df04b7056f9d3fc234a9cbc3"},{url:"cjs/p-card-container.cjs.entry.js",revision:"e30a1ab23ebdf7f1c420dcfc0e312952"},{url:"cjs/p-card-header.cjs.entry.js",revision:"32a74c5b8fd9667149cdb1f213dce9ff"},{url:"cjs/p-counter.cjs.entry.js",revision:"7063d4849ba38dff53567b53a366dfc4"},{url:"cjs/p-divider.cjs.entry.js",revision:"411766ed202e0ab7059a222344adec55"},{url:"cjs/p-dropdown-menu-container.cjs.entry.js",revision:null},{url:"cjs/p-dropdown-menu-item.cjs.entry.js",revision:null},{url:"cjs/p-dropdown.cjs.entry.js",revision:null},{url:"cjs/p-helper.cjs.entry.js",revision:"4f4b2ceb772e749e24830e74015e889c"},{url:"cjs/p-illustration.cjs.entry.js",revision:null},{url:"cjs/p-info-panel.cjs.entry.js",revision:"f244707c95b1898914ca1d1c268a6825"},{url:"cjs/p-modal-backdrop_5.cjs.entry.js",revision:"e596f0d999ff0ab8a004c901b2207672"},{url:"cjs/p-modal.cjs.entry.js",revision:"fca1e230a93214dcde204b17f17ebf48"},{url:"cjs/p-navigation-item.cjs.entry.js",revision:null},{url:"cjs/p-pagination-item.cjs.entry.js",revision:null},{url:"cjs/p-pagination.cjs.entry.js",revision:null},{url:"cjs/p-segment-container.cjs.entry.js",revision:"71c22fc10ccc5240a2f7765fc685edf3"},{url:"cjs/p-segment-item.cjs.entry.js",revision:"953e7722c7027b744bcd48a744aa6d7a"},{url:"cjs/p-status.cjs.entry.js",revision:"071456c4851f793a18f4881443bb5164"},{url:"cjs/p-tooltip.cjs.entry.js",revision:"4e3838d66b790bbbf687124657a7ce62"},{url:"cjs/paperless.cjs.js",revision:"db87b0d62137ad51b5954022d0d5b357"},{url:"cjs/popper-e0c4ed4c.js",revision:"486ead87dcd025f29b1c268de734debb"},{url:"collection/collection-manifest.json",revision:"9ac3f5f6982c2487276cf85c690db713"},{url:"collection/components/atoms/avatar/avatar.component.css",revision:"49db9f776f1d2c6b800cd3061905bb57"},{url:"collection/components/atoms/avatar/avatar.component.js",revision:"0a8b847d99daa9e01ac412968799b194"},{url:"collection/components/atoms/button/button.component.css",revision:"128cca848f8e02a6a7fbb50e753a78e2"},{url:"collection/components/atoms/button/button.component.js",revision:"aea822e0d9199a479c6a5f9dc0fd68fe"},{url:"collection/components/atoms/card-body/card-body.component.css",revision:"ddef935f00f94270913f8af0f3df84c9"},{url:"collection/components/atoms/card-body/card-body.component.js",revision:"a467d0e94b673a342fe43fcd3e803569"},{url:"collection/components/atoms/card-container/card-container.component.css",revision:"25355e8c6346bd0bb1c81fde319335de"},{url:"collection/components/atoms/card-container/card-container.component.js",revision:"d09f3c365ec05396204ab2695e429be1"},{url:"collection/components/atoms/card-header/card-header.component.css",revision:"15b7187f3480a02ce18e0f8d2fad0cd1"},{url:"collection/components/atoms/card-header/card-header.component.js",revision:"07691fcf6c61a393282a85e067021264"},{url:"collection/components/atoms/counter/counter.component.css",revision:"deb0cc3298ec2108abcb6ac3eded78fe"},{url:"collection/components/atoms/counter/counter.component.js",revision:"08a4509548d9bdcacabf5986ce2f79d9"},{url:"collection/components/atoms/divider/divider.component.css",revision:"4e747a7877c2e8dbc31a1a6cce21c81b"},{url:"collection/components/atoms/divider/divider.component.js",revision:"9f833473cedfa73656dd1ae6f6efdfec"},{url:"collection/components/atoms/dropdown-menu-container/dropdown-menu-container.component.css",revision:"c87dce91cd824808ec2a136b99f36478"},{url:"collection/components/atoms/dropdown-menu-container/dropdown-menu-container.component.js",revision:"90fc54ed817087efa2fdbc14adc33504"},{url:"collection/components/atoms/dropdown-menu-item/dropdown-menu-item.component.css",revision:"b05290541b7b70cb58f22ba4705ee30b"},{url:"collection/components/atoms/dropdown-menu-item/dropdown-menu-item.component.js",revision:"cf1c4aab721756bc702125fda8eb588c"},{url:"collection/components/atoms/helper/helper.component.css",revision:"a25c2f55095d31f0a62ad28687b79fab"},{url:"collection/components/atoms/helper/helper.component.js",revision:"4fe8f01eed15d2b36dbcbf24a2b4c0af"},{url:"collection/components/atoms/icon/icon.component.css",revision:"9ad59df7c8a362d37da47b301f331354"},{url:"collection/components/atoms/icon/icon.component.js",revision:"10810337127df095ad617042af20aabe"},{url:"collection/components/atoms/illustration/illustration.component.js",revision:"6d2af6f5039a97474e2032af508eb9fa"},{url:"collection/components/atoms/info-panel/info-panel.component.css",revision:"10bf84c4f8484c81105cef87c358b0cf"},{url:"collection/components/atoms/info-panel/info-panel.component.js",revision:"93c1e96ee080a2978c92d6451d743475"},{url:"collection/components/atoms/loader/loader.component.css",revision:"1a32546858be1dc486e87986c465e773"},{url:"collection/components/atoms/loader/loader.component.js",revision:"0101bde8e828882a33e1e89f91eff683"},{url:"collection/components/atoms/modal-backdrop/modal-backdrop.component.css",revision:"dd71a707ee0540950e44057cf6e8dd6b"},{url:"collection/components/atoms/modal-backdrop/modal-backdrop.component.js",revision:"b147f496bc7bfb57e16973bd36492c6e"},{url:"collection/components/atoms/modal-body/modal-body.component.css",revision:"064d90e989da70b855545621b4fee3d5"},{url:"collection/components/atoms/modal-body/modal-body.component.js",revision:"cf4bf60d570a434a99bbd6637d5cf1c2"},{url:"collection/components/atoms/modal-container/modal-container.component.css",revision:"2e3ca2887353c6d5c0f13fcf34486446"},{url:"collection/components/atoms/modal-container/modal-container.component.js",revision:"4dd72fbe50e3eb20ba2c5d2d64089455"},{url:"collection/components/atoms/modal-footer/modal-footer.component.css",revision:"f00f7b908cd4a6776bc8e58bb5e5df9f"},{url:"collection/components/atoms/modal-footer/modal-footer.component.js",revision:"15de0165b468cff1d09647642fe5dd28"},{url:"collection/components/atoms/modal-header/modal-header.component.css",revision:"3d819a57712ec71fc4b0d5ab3fa032ab"},{url:"collection/components/atoms/modal-header/modal-header.component.js",revision:"8957c5f86cb3aaa4360283b28fec1a29"},{url:"collection/components/atoms/pagination-item/pagination-item.component.css",revision:"3d54e3a23cdb292ff94b8570293af954"},{url:"collection/components/atoms/pagination-item/pagination-item.component.js",revision:"98aed8c7967a53019965da0cc5706fa6"},{url:"collection/components/atoms/segment-container/segment-container.component.css",revision:"c9c317c37645e633652bae20290c6107"},{url:"collection/components/atoms/segment-container/segment-container.component.js",revision:"9db64a2befd0005d17c82a2062ce280e"},{url:"collection/components/atoms/segment-item/segment-item.component.css",revision:"6db681acc19b3b77543769a278b44f42"},{url:"collection/components/atoms/segment-item/segment-item.component.js",revision:"87028e26b4212e092a3a5c98f0df5e00"},{url:"collection/components/atoms/status/status.component.css",revision:"a21a43cd62c519b3e1044198c60d88a0"},{url:"collection/components/atoms/status/status.component.js",revision:"f6dbe9f13524767f26b8010e0cb134bf"},{url:"collection/components/atoms/tooltip/tooltip.component.css",revision:"1f1e184d0ee2288df7e63530b66820b1"},{url:"collection/components/atoms/tooltip/tooltip.component.js",revision:"c3181550c1c764a3ed5db4b193542554"},{url:"collection/components/molecules/dropdown/dropdown.component.css",revision:"5792fbc64739af776e865e3e04fb5e22"},{url:"collection/components/molecules/dropdown/dropdown.component.js",revision:"a194fb2112d4b245ddffda9f46d1c0d2"},{url:"collection/components/molecules/modal/modal.component.js",revision:"fc8d60bd5899659725f8acaf773c9355"},{url:"collection/components/molecules/navigation-item/navigation-item.component.css",revision:"a9bfcbdd33452ea26632246d1d120510"},{url:"collection/components/molecules/navigation-item/navigation-item.component.js",revision:"e42e8d0107c3c83f6867ead183de93cd"},{url:"collection/components/molecules/pagination/pagination.component.css",revision:"aa24012da4135a95dd47583ae673d3b0"},{url:"collection/components/molecules/pagination/pagination.component.js",revision:"c03e9d653b7536d523399e5762c26b8f"},{url:"collection/index.js",revision:"e2ebd7ddedcadeeadbf819c35985c768"},{url:"collection/tailwind.config.js",revision:"536f18a6b3788f0438bf88b9c5d8fbaa"},{url:"collection/tailwind/animation.js",revision:"a3127019b37690ea725414dcdeb96661"},{url:"collection/tailwind/backdrop-blur.js",revision:"006247f96d8b05436254636f54f9980f"},{url:"collection/tailwind/border-radius.js",revision:"dd0f825fa408d2ba0176fd53862063d4"},{url:"collection/tailwind/colors.js",revision:"6a39b234fcf655ec34be7e367b0b3128"},{url:"collection/tailwind/grid.js",revision:"c6da38d71fa9e178c09e6caeb9214825"},{url:"collection/tailwind/rotate.js",revision:"6e10d60cb01221e64cf027d729886b6d"},{url:"collection/tailwind/scale.js",revision:"a839cb541613e836dc315f26e3e9a396"},{url:"collection/tailwind/shadows.js",revision:"90a3cc6f1c4f6714180ddbb3a0e40a53"},{url:"collection/tailwind/typography.js",revision:"63fc1dacace043e348a3fcf95c582fef"},{url:"collection/tailwind/z-index.js",revision:"ae5146fb67672e3ea2ea72f167d2c597"},{url:"collection/utils/child-of.js",revision:"203ec62b662bb9bc96f309e4cebcbbcf"},{url:"collection/utils/icons.js",revision:"8a197929c1673d249d69ed47ea5df39f"},{url:"collection/utils/illustrations.js",revision:"743b24c925f2eedd1e005aa87dc5987b"},{url:"collection/utils/types.js",revision:"e2ebd7ddedcadeeadbf819c35985c768"},{url:"collection/utils/utils.js",revision:"4beb8ca8a76230f44db73b6109a0043d"},{url:"components/counter.component.js",revision:"484bd5169e92032baf721ee5507aaaeb"},{url:"components/divider.component.js",revision:"cd32d7941871a96bec457e4f8f8358cd"},{url:"components/dropdown-menu-container.component.js",revision:"e97d863a1472ca4c1590e3f231c4fd87"},{url:"components/icon.component.js",revision:"5a8a24226c3b1f2ee4b91bd418153ecd"},{url:"components/index.js",revision:"04a6d3b2a7af1911b065fdc97e5a24f8"},{url:"components/loader.component.js",revision:"1a9a7631820b8157c9ec1efe36092d08"},{url:"components/modal-backdrop.component.js",revision:"0e0acdbe812147e9d806579eac3998db"},{url:"components/modal-body.component.js",revision:"b1c55ae21eb2e5fe3b04d032f5057d0a"},{url:"components/modal-container.component.js",revision:"e3935d0b37948144655c36f0b2733a24"},{url:"components/modal-footer.component.js",revision:"0530a3ac6ae56bf1656cb9d5167133f7"},{url:"components/modal-header.component.js",revision:"0f776cdf75ba8e6d8f42bc40e7c97340"},{url:"components/p-avatar.js",revision:"b171e027198bb49fe3c3cafe4b9e0b2e"},{url:"components/p-button.js",revision:"e01e7e607897ac100a7fd3e831aa508c"},{url:"components/p-card-body.js",revision:"2502c2a0a20b8b8837b0ab602da0b8b8"},{url:"components/p-card-container.js",revision:"4c959770837ec3ba4c02c20294a9c90b"},{url:"components/p-card-header.js",revision:"0ca7f37d2c3ec2f25b8423b839ee0c25"},{url:"components/p-counter.js",revision:"f8970c28058f570a9d70ea483c91484f"},{url:"components/p-divider.js",revision:"5263d04558d1d14d3216cfbc846effda"},{url:"components/p-dropdown-menu-container.js",revision:null},{url:"components/p-dropdown-menu-item.js",revision:null},{url:"components/p-dropdown.js",revision:null},{url:"components/p-helper.js",revision:"f3d3b0a38d2af0905b7523c07f1c17a9"},{url:"components/p-icon.js",revision:"89ede38633ef7c3b9ed45a67a2ffe2c8"},{url:"components/p-illustration.js",revision:null},{url:"components/p-info-panel.js",revision:"f5c97078d819c112533ccf14bfcd5bde"},{url:"components/p-loader.js",revision:"850d0015b16c8a34f62568d99ccdd388"},{url:"components/p-modal-backdrop.js",revision:"015bc9ab0c57d97ae8831147e57c675c"},{url:"components/p-modal-body.js",revision:"5f9b8542aa0099c8badc01e137c1ddcd"},{url:"components/p-modal-container.js",revision:"00f5b34f22c2612fd438aea5b5416e5d"},{url:"components/p-modal-footer.js",revision:"ce5ceb7d9c28180af9e2fa4cf4555ae8"},{url:"components/p-modal-header.js",revision:"9499e4fb0a206ffc4ffbb4d212eb4c46"},{url:"components/p-modal.js",revision:"4916f338cbac0d4a27695562ae4961bc"},{url:"components/p-navigation-item.js",revision:null},{url:"components/p-pagination-item.js",revision:null},{url:"components/p-pagination.js",revision:null},{url:"components/p-segment-container.js",revision:"f2aede928758e5ae70d8c13e819df2ea"},{url:"components/p-segment-item.js",revision:"90cbd4ae0875bb8a85e7a6dc11e15585"},{url:"components/p-status.js",revision:"54a17594fd09148d0f068fe80041be92"},{url:"components/p-tooltip.js",revision:"7648cc97b4186f3174a1230ee12c97ea"},{url:"components/pagination-item.component.js",revision:"14e150af80a3f90a94912483a8a669b9"},{url:"components/popper.js",revision:"ede59bec41fd2b049f32af4682e1ebba"},{url:"components/tooltip.component.js",revision:"e40f909182126a8ec1c01ee975178fb2"},{url:"esm/index-fff70567.js",revision:"a231fafd43ed09f7f245552cdac24305"},{url:"esm/index.js",revision:"68b329da9893e34099c7d8ad5cb9c940"},{url:"esm/loader.js",revision:"9ed540799c70248d1eadb8351b54ca3c"},{url:"esm/p-avatar.entry.js",revision:"75d30eac8b291704de7fc62b133e15a0"},{url:"esm/p-button_3.entry.js",revision:null},{url:"esm/p-card-body.entry.js",revision:"8a9b09b3e134ea5ee930eb5e4fcb9c9d"},{url:"esm/p-card-container.entry.js",revision:"268b065305f0fd88f6b4af1400d98696"},{url:"esm/p-card-header.entry.js",revision:"e84f136c5289d857fec1146bf7868669"},{url:"esm/p-counter.entry.js",revision:"d36b3fdf9bdb6bd8ad905f897a2f9d9e"},{url:"esm/p-divider.entry.js",revision:"45f8a6940362d68168db6eca9cf381c1"},{url:"esm/p-dropdown-menu-container.entry.js",revision:null},{url:"esm/p-dropdown-menu-item.entry.js",revision:null},{url:"esm/p-dropdown.entry.js",revision:null},{url:"esm/p-helper.entry.js",revision:"7498a01a67b2e7ff2648063154c950ea"},{url:"esm/p-illustration.entry.js",revision:null},{url:"esm/p-info-panel.entry.js",revision:"f168efa8167b560ab81d587123b9e184"},{url:"esm/p-modal-backdrop_5.entry.js",revision:"a328bfbf18b4279cc7c32e7a0f0e4970"},{url:"esm/p-modal.entry.js",revision:"0e9ca28fa20b225730a3b23b9443eb1f"},{url:"esm/p-navigation-item.entry.js",revision:null},{url:"esm/p-pagination-item.entry.js",revision:null},{url:"esm/p-pagination.entry.js",revision:null},{url:"esm/p-segment-container.entry.js",revision:"3856eac3915e23a3fcca327208b16cd0"},{url:"esm/p-segment-item.entry.js",revision:"385701db82fa51e5e3d0e50a1a88e391"},{url:"esm/p-status.entry.js",revision:"9584a63e3787bcc46a6febe851739105"},{url:"esm/p-tooltip.entry.js",revision:"dbcc4128dfd6bd136a9922fd5da6cbc6"},{url:"esm/polyfills/core-js.js",revision:"dc27e0f38ebdd9196d36d393a6c60f4a"},{url:"esm/polyfills/css-shim.js",revision:"36323d0bd6801af0b90cc36af0a0ee8d"},{url:"esm/polyfills/dom.js",revision:"c59c209ccd8f829bb4bc0aaa99055edb"},{url:"esm/polyfills/es5-html-element.js",revision:"9cb6d45f69c87c978029d1aa0a05ac92"},{url:"esm/polyfills/index.js",revision:"d584dac684dbfccbd3271d63a2c59ed1"},{url:"esm/polyfills/system.js",revision:"e44813fe9fa71bac4abfeb30b88b457d"},{url:"esm/popper-41c6f9cd.js",revision:"ede59bec41fd2b049f32af4682e1ebba"},{url:"index.cjs.js",revision:"66e04f2fb404ebfb2502d6647369ec3b"},{url:"index.js",revision:"6e3fc07b3d20cdc681502bff787b2041"},{url:"paperless/index.esm.js",revision:"d41d8cd98f00b204e9800998ecf8427e"},{url:"paperless/p-0100c1a2.js",revision:null},{url:"paperless/p-11d24001.entry.js",revision:null},{url:"paperless/p-19254809.entry.js",revision:null},{url:"paperless/p-19d84fe7.entry.js",revision:null},{url:"paperless/p-2120a0b7.entry.js",revision:null},{url:"paperless/p-27914eed.entry.js",revision:null},{url:"paperless/p-3b491ca2.entry.js",revision:null},{url:"paperless/p-3f6d3736.entry.js",revision:null},{url:"paperless/p-4a85b858.entry.js",revision:null},{url:"paperless/p-5101f35f.entry.js",revision:null},{url:"paperless/p-5438d70e.entry.js",revision:null},{url:"paperless/p-63e5f5e1.entry.js",revision:null},{url:"paperless/p-67fc89a6.entry.js",revision:null},{url:"paperless/p-6e60b92a.entry.js",revision:null},{url:"paperless/p-7784ee14.entry.js",revision:null},{url:"paperless/p-864ac423.entry.js",revision:null},{url:"paperless/p-a7086ffa.js",revision:null},{url:"paperless/p-b68368f3.entry.js",revision:null},{url:"paperless/p-c64e2313.entry.js",revision:null},{url:"paperless/p-ccbddcbb.entry.js",revision:null},{url:"paperless/p-d069673f.entry.js",revision:null},{url:"paperless/p-f50c6e5b.entry.js",revision:null},{url:"paperless/p-fb1e33eb.entry.js",revision:null},{url:"paperless/p-ffeed7c6.entry.js",revision:null},{url:"tailwind.config.js",revision:"536f18a6b3788f0438bf88b9c5d8fbaa"},{url:"tailwind/animation.js",revision:"a3127019b37690ea725414dcdeb96661"},{url:"tailwind/backdrop-blur.js",revision:"006247f96d8b05436254636f54f9980f"},{url:"tailwind/border-radius.js",revision:"dd0f825fa408d2ba0176fd53862063d4"},{url:"tailwind/colors.js",revision:"6a39b234fcf655ec34be7e367b0b3128"},{url:"tailwind/grid.js",revision:"c6da38d71fa9e178c09e6caeb9214825"},{url:"tailwind/rotate.js",revision:"6e10d60cb01221e64cf027d729886b6d"},{url:"tailwind/scale.js",revision:"a839cb541613e836dc315f26e3e9a396"},{url:"tailwind/shadows.js",revision:"90a3cc6f1c4f6714180ddbb3a0e40a53"},{url:"tailwind/typography.js",revision:"63fc1dacace043e348a3fcf95c582fef"},{url:"tailwind/z-index.js",revision:"ae5146fb67672e3ea2ea72f167d2c597"}],{})}));
|
|
2
2
|
//# sourceMappingURL=sw.js.map
|
package/dist/sw.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"sw.js","sources":["../../../../../../../tmp/baf7090883af2f1065bc0ebd3046e42e/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\": \"f167d177cf114ca419c91955dd09c047\"\n },\n {\n \"url\": \"build/index.esm.js\",\n \"revision\": \"d41d8cd98f00b204e9800998ecf8427e\"\n },\n {\n \"url\": \"build/p-0100c1a2.js\",\n \"revision\": null\n },\n {\n \"url\": \"build/p-11d24001.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"build/p-19d84fe7.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"build/p-2120a0b7.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"build/p-3b491ca2.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"build/p-3f6d3736.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"build/p-463f354c.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"build/p-4a85b858.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"build/p-5101f35f.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"build/p-5438d70e.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"build/p-63e5f5e1.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"build/p-67fc89a6.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"build/p-6e60b92a.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"build/p-7784ee14.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"build/p-864ac423.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"build/p-94cef335.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"build/p-a7086ffa.js\",\n \"revision\": null\n },\n {\n \"url\": \"build/p-b68368f3.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"build/p-c64e2313.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"build/p-ccbddcbb.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"build/p-d069673f.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"build/p-f50c6e5b.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"build/p-fb1e33eb.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"build/p-ffeed7c6.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"cjs/index-f9c302b6.js\",\n \"revision\": \"82e56baf8d5ee243abbbc51f870ab4ed\"\n },\n {\n \"url\": \"cjs/index.cjs.js\",\n \"revision\": \"1207512ab506f92d1258b295c8bf79f3\"\n },\n {\n \"url\": \"cjs/loader.cjs.js\",\n \"revision\": \"c2eb021193e2ec9e12407d6cf37fd9ce\"\n },\n {\n \"url\": \"cjs/p-avatar.cjs.entry.js\",\n \"revision\": \"a48e7835e0109b3c030159c588f73b3f\"\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\": \"21aaf156df04b7056f9d3fc234a9cbc3\"\n },\n {\n \"url\": \"cjs/p-card-container.cjs.entry.js\",\n \"revision\": \"e30a1ab23ebdf7f1c420dcfc0e312952\"\n },\n {\n \"url\": \"cjs/p-card-header.cjs.entry.js\",\n \"revision\": \"444fb0608956ee56524abe1706ca3bf4\"\n },\n {\n \"url\": \"cjs/p-counter.cjs.entry.js\",\n \"revision\": \"7063d4849ba38dff53567b53a366dfc4\"\n },\n {\n \"url\": \"cjs/p-divider.cjs.entry.js\",\n \"revision\": \"411766ed202e0ab7059a222344adec55\"\n },\n {\n \"url\": \"cjs/p-dropdown-menu-container.cjs.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"cjs/p-dropdown-menu-item.cjs.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"cjs/p-dropdown.cjs.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"cjs/p-helper.cjs.entry.js\",\n \"revision\": \"4f4b2ceb772e749e24830e74015e889c\"\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\": \"f244707c95b1898914ca1d1c268a6825\"\n },\n {\n \"url\": \"cjs/p-modal-backdrop_5.cjs.entry.js\",\n \"revision\": \"e596f0d999ff0ab8a004c901b2207672\"\n },\n {\n \"url\": \"cjs/p-modal.cjs.entry.js\",\n \"revision\": \"da580cf923842244492099914bcb0c96\"\n },\n {\n \"url\": \"cjs/p-navigation-item.cjs.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"cjs/p-pagination-item.cjs.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"cjs/p-pagination.cjs.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"cjs/p-segment-container.cjs.entry.js\",\n \"revision\": \"71c22fc10ccc5240a2f7765fc685edf3\"\n },\n {\n \"url\": \"cjs/p-segment-item.cjs.entry.js\",\n \"revision\": \"953e7722c7027b744bcd48a744aa6d7a\"\n },\n {\n \"url\": \"cjs/p-status.cjs.entry.js\",\n \"revision\": \"071456c4851f793a18f4881443bb5164\"\n },\n {\n \"url\": \"cjs/p-tooltip.cjs.entry.js\",\n \"revision\": \"4e3838d66b790bbbf687124657a7ce62\"\n },\n {\n \"url\": \"cjs/paperless.cjs.js\",\n \"revision\": \"79eaac052e3f74a8fa0dd792603eea24\"\n },\n {\n \"url\": \"cjs/popper-e0c4ed4c.js\",\n \"revision\": \"486ead87dcd025f29b1c268de734debb\"\n },\n {\n \"url\": \"collection/collection-manifest.json\",\n \"revision\": \"9ac3f5f6982c2487276cf85c690db713\"\n },\n {\n \"url\": \"collection/components/atoms/avatar/avatar.component.css\",\n \"revision\": \"49db9f776f1d2c6b800cd3061905bb57\"\n },\n {\n \"url\": \"collection/components/atoms/avatar/avatar.component.js\",\n \"revision\": \"0a8b847d99daa9e01ac412968799b194\"\n },\n {\n \"url\": \"collection/components/atoms/button/button.component.css\",\n \"revision\": \"128cca848f8e02a6a7fbb50e753a78e2\"\n },\n {\n \"url\": \"collection/components/atoms/button/button.component.js\",\n \"revision\": \"aea822e0d9199a479c6a5f9dc0fd68fe\"\n },\n {\n \"url\": \"collection/components/atoms/card-body/card-body.component.css\",\n \"revision\": \"ddef935f00f94270913f8af0f3df84c9\"\n },\n {\n \"url\": \"collection/components/atoms/card-body/card-body.component.js\",\n \"revision\": \"a467d0e94b673a342fe43fcd3e803569\"\n },\n {\n \"url\": \"collection/components/atoms/card-container/card-container.component.css\",\n \"revision\": \"25355e8c6346bd0bb1c81fde319335de\"\n },\n {\n \"url\": \"collection/components/atoms/card-container/card-container.component.js\",\n \"revision\": \"d09f3c365ec05396204ab2695e429be1\"\n },\n {\n \"url\": \"collection/components/atoms/card-header/card-header.component.css\",\n \"revision\": \"15b7187f3480a02ce18e0f8d2fad0cd1\"\n },\n {\n \"url\": \"collection/components/atoms/card-header/card-header.component.js\",\n \"revision\": \"ce1443d7717dd3fe09bea44484b06520\"\n },\n {\n \"url\": \"collection/components/atoms/counter/counter.component.css\",\n \"revision\": \"deb0cc3298ec2108abcb6ac3eded78fe\"\n },\n {\n \"url\": \"collection/components/atoms/counter/counter.component.js\",\n \"revision\": \"08a4509548d9bdcacabf5986ce2f79d9\"\n },\n {\n \"url\": \"collection/components/atoms/divider/divider.component.css\",\n \"revision\": \"c49d57742ce7a444ec4f53d52aac8b9b\"\n },\n {\n \"url\": \"collection/components/atoms/divider/divider.component.js\",\n \"revision\": \"9f833473cedfa73656dd1ae6f6efdfec\"\n },\n {\n \"url\": \"collection/components/atoms/dropdown-menu-container/dropdown-menu-container.component.css\",\n \"revision\": \"c951f24b909f63bf5c4de0a361ff5c2d\"\n },\n {\n \"url\": \"collection/components/atoms/dropdown-menu-container/dropdown-menu-container.component.js\",\n \"revision\": \"90fc54ed817087efa2fdbc14adc33504\"\n },\n {\n \"url\": \"collection/components/atoms/dropdown-menu-item/dropdown-menu-item.component.css\",\n \"revision\": \"b05290541b7b70cb58f22ba4705ee30b\"\n },\n {\n \"url\": \"collection/components/atoms/dropdown-menu-item/dropdown-menu-item.component.js\",\n \"revision\": \"cf1c4aab721756bc702125fda8eb588c\"\n },\n {\n \"url\": \"collection/components/atoms/helper/helper.component.css\",\n \"revision\": \"a25c2f55095d31f0a62ad28687b79fab\"\n },\n {\n \"url\": \"collection/components/atoms/helper/helper.component.js\",\n \"revision\": \"4fe8f01eed15d2b36dbcbf24a2b4c0af\"\n },\n {\n \"url\": \"collection/components/atoms/icon/icon.component.css\",\n \"revision\": \"9ad59df7c8a362d37da47b301f331354\"\n },\n {\n \"url\": \"collection/components/atoms/icon/icon.component.js\",\n \"revision\": \"10810337127df095ad617042af20aabe\"\n },\n {\n \"url\": \"collection/components/atoms/illustration/illustration.component.js\",\n \"revision\": \"6d2af6f5039a97474e2032af508eb9fa\"\n },\n {\n \"url\": \"collection/components/atoms/info-panel/info-panel.component.css\",\n \"revision\": \"10bf84c4f8484c81105cef87c358b0cf\"\n },\n {\n \"url\": \"collection/components/atoms/info-panel/info-panel.component.js\",\n \"revision\": \"93c1e96ee080a2978c92d6451d743475\"\n },\n {\n \"url\": \"collection/components/atoms/loader/loader.component.css\",\n \"revision\": \"1a32546858be1dc486e87986c465e773\"\n },\n {\n \"url\": \"collection/components/atoms/loader/loader.component.js\",\n \"revision\": \"0101bde8e828882a33e1e89f91eff683\"\n },\n {\n \"url\": \"collection/components/atoms/modal-backdrop/modal-backdrop.component.css\",\n \"revision\": \"164c24d0f9a1a4b249e89e78409bcefc\"\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\": \"ec40b37f9a32f73ae1a5c2eb0ba8f644\"\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\": \"b6b84550a475e37ba31932923eb533b9\"\n },\n {\n \"url\": \"collection/components/atoms/modal-container/modal-container.component.js\",\n \"revision\": \"4dd72fbe50e3eb20ba2c5d2d64089455\"\n },\n {\n \"url\": \"collection/components/atoms/modal-footer/modal-footer.component.css\",\n \"revision\": \"a0674b4ca7cec7e8bcdf0e8f4cd0e297\"\n },\n {\n \"url\": \"collection/components/atoms/modal-footer/modal-footer.component.js\",\n \"revision\": \"15de0165b468cff1d09647642fe5dd28\"\n },\n {\n \"url\": \"collection/components/atoms/modal-header/modal-header.component.css\",\n \"revision\": \"ef828965f23f81c785c0ed73e32e1f03\"\n },\n {\n \"url\": \"collection/components/atoms/modal-header/modal-header.component.js\",\n \"revision\": \"8957c5f86cb3aaa4360283b28fec1a29\"\n },\n {\n \"url\": \"collection/components/atoms/pagination-item/pagination-item.component.css\",\n \"revision\": \"3d54e3a23cdb292ff94b8570293af954\"\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\": \"c9c317c37645e633652bae20290c6107\"\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\": \"6db681acc19b3b77543769a278b44f42\"\n },\n {\n \"url\": \"collection/components/atoms/segment-item/segment-item.component.js\",\n \"revision\": \"87028e26b4212e092a3a5c98f0df5e00\"\n },\n {\n \"url\": \"collection/components/atoms/status/status.component.css\",\n \"revision\": \"a21a43cd62c519b3e1044198c60d88a0\"\n },\n {\n \"url\": \"collection/components/atoms/status/status.component.js\",\n \"revision\": \"f6dbe9f13524767f26b8010e0cb134bf\"\n },\n {\n \"url\": \"collection/components/atoms/tooltip/tooltip.component.css\",\n \"revision\": \"1f1e184d0ee2288df7e63530b66820b1\"\n },\n {\n \"url\": \"collection/components/atoms/tooltip/tooltip.component.js\",\n \"revision\": \"c3181550c1c764a3ed5db4b193542554\"\n },\n {\n \"url\": \"collection/components/molecules/dropdown/dropdown.component.css\",\n \"revision\": \"5ddbe21f37548eb8b480c35b1eeafdb1\"\n },\n {\n \"url\": \"collection/components/molecules/dropdown/dropdown.component.js\",\n \"revision\": \"a194fb2112d4b245ddffda9f46d1c0d2\"\n },\n {\n \"url\": \"collection/components/molecules/modal/modal.component.js\",\n \"revision\": \"a2b4d9702ee1fc17d499372740d8a21a\"\n },\n {\n \"url\": \"collection/components/molecules/navigation-item/navigation-item.component.css\",\n \"revision\": \"a9bfcbdd33452ea26632246d1d120510\"\n },\n {\n \"url\": \"collection/components/molecules/navigation-item/navigation-item.component.js\",\n \"revision\": \"e42e8d0107c3c83f6867ead183de93cd\"\n },\n {\n \"url\": \"collection/components/molecules/pagination/pagination.component.css\",\n \"revision\": \"aa24012da4135a95dd47583ae673d3b0\"\n },\n {\n \"url\": \"collection/components/molecules/pagination/pagination.component.js\",\n \"revision\": \"c03e9d653b7536d523399e5762c26b8f\"\n },\n {\n \"url\": \"collection/index.js\",\n \"revision\": \"e2ebd7ddedcadeeadbf819c35985c768\"\n },\n {\n \"url\": \"collection/tailwind.config.js\",\n \"revision\": \"536f18a6b3788f0438bf88b9c5d8fbaa\"\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/grid.js\",\n \"revision\": \"c6da38d71fa9e178c09e6caeb9214825\"\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/shadows.js\",\n \"revision\": \"90a3cc6f1c4f6714180ddbb3a0e40a53\"\n },\n {\n \"url\": \"collection/tailwind/typography.js\",\n \"revision\": \"63fc1dacace043e348a3fcf95c582fef\"\n },\n {\n \"url\": \"collection/tailwind/z-index.js\",\n \"revision\": \"ae5146fb67672e3ea2ea72f167d2c597\"\n },\n {\n \"url\": \"collection/utils/child-of.js\",\n \"revision\": \"203ec62b662bb9bc96f309e4cebcbbcf\"\n },\n {\n \"url\": \"collection/utils/icons.js\",\n \"revision\": \"8a197929c1673d249d69ed47ea5df39f\"\n },\n {\n \"url\": \"collection/utils/illustrations.js\",\n \"revision\": \"743b24c925f2eedd1e005aa87dc5987b\"\n },\n {\n \"url\": \"collection/utils/types.js\",\n \"revision\": \"e2ebd7ddedcadeeadbf819c35985c768\"\n },\n {\n \"url\": \"collection/utils/utils.js\",\n \"revision\": \"4beb8ca8a76230f44db73b6109a0043d\"\n },\n {\n \"url\": \"components/counter.component.js\",\n \"revision\": \"484bd5169e92032baf721ee5507aaaeb\"\n },\n {\n \"url\": \"components/divider.component.js\",\n \"revision\": \"cd32d7941871a96bec457e4f8f8358cd\"\n },\n {\n \"url\": \"components/dropdown-menu-container.component.js\",\n \"revision\": \"e97d863a1472ca4c1590e3f231c4fd87\"\n },\n {\n \"url\": \"components/icon.component.js\",\n \"revision\": \"5a8a24226c3b1f2ee4b91bd418153ecd\"\n },\n {\n \"url\": \"components/index.js\",\n \"revision\": \"04a6d3b2a7af1911b065fdc97e5a24f8\"\n },\n {\n \"url\": \"components/loader.component.js\",\n \"revision\": \"1a9a7631820b8157c9ec1efe36092d08\"\n },\n {\n \"url\": \"components/modal-backdrop.component.js\",\n \"revision\": \"0e0acdbe812147e9d806579eac3998db\"\n },\n {\n \"url\": \"components/modal-body.component.js\",\n \"revision\": \"b1c55ae21eb2e5fe3b04d032f5057d0a\"\n },\n {\n \"url\": \"components/modal-container.component.js\",\n \"revision\": \"e3935d0b37948144655c36f0b2733a24\"\n },\n {\n \"url\": \"components/modal-footer.component.js\",\n \"revision\": \"0530a3ac6ae56bf1656cb9d5167133f7\"\n },\n {\n \"url\": \"components/modal-header.component.js\",\n \"revision\": \"0f776cdf75ba8e6d8f42bc40e7c97340\"\n },\n {\n \"url\": \"components/p-avatar.js\",\n \"revision\": \"b171e027198bb49fe3c3cafe4b9e0b2e\"\n },\n {\n \"url\": \"components/p-button.js\",\n \"revision\": \"e01e7e607897ac100a7fd3e831aa508c\"\n },\n {\n \"url\": \"components/p-card-body.js\",\n \"revision\": \"2502c2a0a20b8b8837b0ab602da0b8b8\"\n },\n {\n \"url\": \"components/p-card-container.js\",\n \"revision\": \"4c959770837ec3ba4c02c20294a9c90b\"\n },\n {\n \"url\": \"components/p-card-header.js\",\n \"revision\": \"da799141bc1bc488651b054a33490bfd\"\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\": \"f3d3b0a38d2af0905b7523c07f1c17a9\"\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\": \"f5c97078d819c112533ccf14bfcd5bde\"\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\": \"92e5c1aa6f7c3b57ea594d039bbbe65e\"\n },\n {\n \"url\": \"components/p-navigation-item.js\",\n \"revision\": null\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-segment-container.js\",\n \"revision\": \"f2aede928758e5ae70d8c13e819df2ea\"\n },\n {\n \"url\": \"components/p-segment-item.js\",\n \"revision\": \"90cbd4ae0875bb8a85e7a6dc11e15585\"\n },\n {\n \"url\": \"components/p-status.js\",\n \"revision\": \"54a17594fd09148d0f068fe80041be92\"\n },\n {\n \"url\": \"components/p-tooltip.js\",\n \"revision\": \"7648cc97b4186f3174a1230ee12c97ea\"\n },\n {\n \"url\": \"components/pagination-item.component.js\",\n \"revision\": \"14e150af80a3f90a94912483a8a669b9\"\n },\n {\n \"url\": \"components/popper.js\",\n \"revision\": \"ede59bec41fd2b049f32af4682e1ebba\"\n },\n {\n \"url\": \"components/tooltip.component.js\",\n \"revision\": \"e40f909182126a8ec1c01ee975178fb2\"\n },\n {\n \"url\": \"esm/index-fff70567.js\",\n \"revision\": \"a231fafd43ed09f7f245552cdac24305\"\n },\n {\n \"url\": \"esm/index.js\",\n \"revision\": \"68b329da9893e34099c7d8ad5cb9c940\"\n },\n {\n \"url\": \"esm/loader.js\",\n \"revision\": \"8a0d9eb35cc6ed6879ed92d0b7a52e4f\"\n },\n {\n \"url\": \"esm/p-avatar.entry.js\",\n \"revision\": \"75d30eac8b291704de7fc62b133e15a0\"\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\": \"8a9b09b3e134ea5ee930eb5e4fcb9c9d\"\n },\n {\n \"url\": \"esm/p-card-container.entry.js\",\n \"revision\": \"268b065305f0fd88f6b4af1400d98696\"\n },\n {\n \"url\": \"esm/p-card-header.entry.js\",\n \"revision\": \"47c03e8149a4d2862d3278796c01e9f7\"\n },\n {\n \"url\": \"esm/p-counter.entry.js\",\n \"revision\": \"d36b3fdf9bdb6bd8ad905f897a2f9d9e\"\n },\n {\n \"url\": \"esm/p-divider.entry.js\",\n \"revision\": \"45f8a6940362d68168db6eca9cf381c1\"\n },\n {\n \"url\": \"esm/p-dropdown-menu-container.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"esm/p-dropdown-menu-item.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"esm/p-dropdown.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"esm/p-helper.entry.js\",\n \"revision\": \"7498a01a67b2e7ff2648063154c950ea\"\n },\n {\n \"url\": \"esm/p-illustration.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"esm/p-info-panel.entry.js\",\n \"revision\": \"f168efa8167b560ab81d587123b9e184\"\n },\n {\n \"url\": \"esm/p-modal-backdrop_5.entry.js\",\n \"revision\": \"a328bfbf18b4279cc7c32e7a0f0e4970\"\n },\n {\n \"url\": \"esm/p-modal.entry.js\",\n \"revision\": \"1af2be339bca63cda6ecbf0e585677ae\"\n },\n {\n \"url\": \"esm/p-navigation-item.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"esm/p-pagination-item.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"esm/p-pagination.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"esm/p-segment-container.entry.js\",\n \"revision\": \"3856eac3915e23a3fcca327208b16cd0\"\n },\n {\n \"url\": \"esm/p-segment-item.entry.js\",\n \"revision\": \"385701db82fa51e5e3d0e50a1a88e391\"\n },\n {\n \"url\": \"esm/p-status.entry.js\",\n \"revision\": \"9584a63e3787bcc46a6febe851739105\"\n },\n {\n \"url\": \"esm/p-tooltip.entry.js\",\n \"revision\": \"dbcc4128dfd6bd136a9922fd5da6cbc6\"\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\": \"d41d8cd98f00b204e9800998ecf8427e\"\n },\n {\n \"url\": \"paperless/p-0100c1a2.js\",\n \"revision\": null\n },\n {\n \"url\": \"paperless/p-11d24001.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"paperless/p-19d84fe7.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"paperless/p-2120a0b7.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"paperless/p-3b491ca2.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"paperless/p-3f6d3736.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"paperless/p-463f354c.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"paperless/p-4a85b858.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"paperless/p-5101f35f.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"paperless/p-5438d70e.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"paperless/p-63e5f5e1.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"paperless/p-67fc89a6.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"paperless/p-6e60b92a.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"paperless/p-7784ee14.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"paperless/p-864ac423.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"paperless/p-94cef335.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"paperless/p-a7086ffa.js\",\n \"revision\": null\n },\n {\n \"url\": \"paperless/p-b68368f3.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"paperless/p-c64e2313.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"paperless/p-ccbddcbb.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"paperless/p-d069673f.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"paperless/p-f50c6e5b.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"paperless/p-fb1e33eb.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"paperless/p-ffeed7c6.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"tailwind.config.js\",\n \"revision\": \"536f18a6b3788f0438bf88b9c5d8fbaa\"\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/grid.js\",\n \"revision\": \"c6da38d71fa9e178c09e6caeb9214825\"\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/shadows.js\",\n \"revision\": \"90a3cc6f1c4f6714180ddbb3a0e40a53\"\n },\n {\n \"url\": \"tailwind/typography.js\",\n \"revision\": \"63fc1dacace043e348a3fcf95c582fef\"\n },\n {\n \"url\": \"tailwind/z-index.js\",\n \"revision\": \"ae5146fb67672e3ea2ea72f167d2c597\"\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,qBACPC,SAAY,oCAEd,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,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,wBACPC,SAAY,oCAEd,CACED,IAAO,mBACPC,SAAY,oCAEd,CACED,IAAO,oBACPC,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,6BACPC,SAAY,oCAEd,CACED,IAAO,6BACPC,SAAY,oCAEd,CACED,IAAO,6CACPC,SAAY,MAEd,CACED,IAAO,wCACPC,SAAY,MAEd,CACED,IAAO,8BACPC,SAAY,MAEd,CACED,IAAO,4BACPC,SAAY,oCAEd,CACED,IAAO,kCACPC,SAAY,MAEd,CACED,IAAO,gCACPC,SAAY,oCAEd,CACED,IAAO,sCACPC,SAAY,oCAEd,CACED,IAAO,2BACPC,SAAY,oCAEd,CACED,IAAO,qCACPC,SAAY,MAEd,CACED,IAAO,qCACPC,SAAY,MAEd,CACED,IAAO,gCACPC,SAAY,MAEd,CACED,IAAO,uCACPC,SAAY,oCAEd,CACED,IAAO,kCACPC,SAAY,oCAEd,CACED,IAAO,4BACPC,SAAY,oCAEd,CACED,IAAO,6BACPC,SAAY,oCAEd,CACED,IAAO,uBACPC,SAAY,oCAEd,CACED,IAAO,yBACPC,SAAY,oCAEd,CACED,IAAO,sCACPC,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,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,0DACPC,SAAY,oCAEd,CACED,IAAO,yDACPC,SAAY,oCAEd,CACED,IAAO,4DACPC,SAAY,oCAEd,CACED,IAAO,2DACPC,SAAY,oCAEd,CACED,IAAO,kEACPC,SAAY,oCAEd,CACED,IAAO,iEACPC,SAAY,oCAEd,CACED,IAAO,2DACPC,SAAY,oCAEd,CACED,IAAO,gFACPC,SAAY,oCAEd,CACED,IAAO,+EACPC,SAAY,oCAEd,CACED,IAAO,sEACPC,SAAY,oCAEd,CACED,IAAO,qEACPC,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,8BACPC,SAAY,oCAEd,CACED,IAAO,gCACPC,SAAY,oCAEd,CACED,IAAO,+BACPC,SAAY,oCAEd,CACED,IAAO,iCACPC,SAAY,oCAEd,CACED,IAAO,oCACPC,SAAY,oCAEd,CACED,IAAO,iCACPC,SAAY,oCAEd,CACED,IAAO,+BACPC,SAAY,oCAEd,CACED,IAAO,4BACPC,SAAY,oCAEd,CACED,IAAO,oCACPC,SAAY,oCAEd,CACED,IAAO,4BACPC,SAAY,oCAEd,CACED,IAAO,4BACPC,SAAY,oCAEd,CACED,IAAO,kCACPC,SAAY,oCAEd,CACED,IAAO,kCACPC,SAAY,oCAEd,CACED,IAAO,kDACPC,SAAY,oCAEd,CACED,IAAO,+BACPC,SAAY,oCAEd,CACED,IAAO,sBACPC,SAAY,oCAEd,CACED,IAAO,iCACPC,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,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,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,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,kCACPC,SAAY,MAEd,CACED,IAAO,kCACPC,SAAY,MAEd,CACED,IAAO,6BACPC,SAAY,MAEd,CACED,IAAO,oCACPC,SAAY,oCAEd,CACED,IAAO,+BACPC,SAAY,oCAEd,CACED,IAAO,yBACPC,SAAY,oCAEd,CACED,IAAO,0BACPC,SAAY,oCAEd,CACED,IAAO,0CACPC,SAAY,oCAEd,CACED,IAAO,uBACPC,SAAY,oCAEd,CACED,IAAO,kCACPC,SAAY,oCAEd,CACED,IAAO,wBACPC,SAAY,oCAEd,CACED,IAAO,eACPC,SAAY,oCAEd,CACED,IAAO,gBACPC,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,yBACPC,SAAY,oCAEd,CACED,IAAO,yBACPC,SAAY,oCAEd,CACED,IAAO,yCACPC,SAAY,MAEd,CACED,IAAO,oCACPC,SAAY,MAEd,CACED,IAAO,0BACPC,SAAY,MAEd,CACED,IAAO,wBACPC,SAAY,oCAEd,CACED,IAAO,8BACPC,SAAY,MAEd,CACED,IAAO,4BACPC,SAAY,oCAEd,CACED,IAAO,kCACPC,SAAY,oCAEd,CACED,IAAO,uBACPC,SAAY,oCAEd,CACED,IAAO,iCACPC,SAAY,MAEd,CACED,IAAO,iCACPC,SAAY,MAEd,CACED,IAAO,4BACPC,SAAY,MAEd,CACED,IAAO,mCACPC,SAAY,oCAEd,CACED,IAAO,8BACPC,SAAY,oCAEd,CACED,IAAO,wBACPC,SAAY,oCAEd,CACED,IAAO,yBACPC,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,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,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,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,mBACPC,SAAY,oCAEd,CACED,IAAO,qBACPC,SAAY,oCAEd,CACED,IAAO,oBACPC,SAAY,oCAEd,CACED,IAAO,sBACPC,SAAY,oCAEd,CACED,IAAO,yBACPC,SAAY,oCAEd,CACED,IAAO,sBACPC,SAAY,qCAEb,CAAA"}
|
|
1
|
+
{"version":3,"file":"sw.js","sources":["../../../../../../../tmp/c715aea12853a08282e86c72da9c9172/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\": \"6e1fdc4392653fbf7407aea0270023d0\"\n },\n {\n \"url\": \"build/index.esm.js\",\n \"revision\": \"d41d8cd98f00b204e9800998ecf8427e\"\n },\n {\n \"url\": \"build/p-0100c1a2.js\",\n \"revision\": null\n },\n {\n \"url\": \"build/p-11d24001.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"build/p-19254809.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"build/p-19d84fe7.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"build/p-2120a0b7.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"build/p-27914eed.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"build/p-3b491ca2.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"build/p-3f6d3736.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"build/p-4a85b858.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"build/p-5101f35f.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"build/p-5438d70e.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"build/p-63e5f5e1.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"build/p-67fc89a6.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"build/p-6e60b92a.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"build/p-7784ee14.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"build/p-864ac423.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"build/p-a7086ffa.js\",\n \"revision\": null\n },\n {\n \"url\": \"build/p-b68368f3.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"build/p-c64e2313.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"build/p-ccbddcbb.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"build/p-d069673f.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"build/p-f50c6e5b.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"build/p-fb1e33eb.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"build/p-ffeed7c6.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"cjs/index-f9c302b6.js\",\n \"revision\": \"82e56baf8d5ee243abbbc51f870ab4ed\"\n },\n {\n \"url\": \"cjs/index.cjs.js\",\n \"revision\": \"1207512ab506f92d1258b295c8bf79f3\"\n },\n {\n \"url\": \"cjs/loader.cjs.js\",\n \"revision\": \"3ef07e067b40c4792750cf8fce675f2d\"\n },\n {\n \"url\": \"cjs/p-avatar.cjs.entry.js\",\n \"revision\": \"a48e7835e0109b3c030159c588f73b3f\"\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\": \"21aaf156df04b7056f9d3fc234a9cbc3\"\n },\n {\n \"url\": \"cjs/p-card-container.cjs.entry.js\",\n \"revision\": \"e30a1ab23ebdf7f1c420dcfc0e312952\"\n },\n {\n \"url\": \"cjs/p-card-header.cjs.entry.js\",\n \"revision\": \"32a74c5b8fd9667149cdb1f213dce9ff\"\n },\n {\n \"url\": \"cjs/p-counter.cjs.entry.js\",\n \"revision\": \"7063d4849ba38dff53567b53a366dfc4\"\n },\n {\n \"url\": \"cjs/p-divider.cjs.entry.js\",\n \"revision\": \"411766ed202e0ab7059a222344adec55\"\n },\n {\n \"url\": \"cjs/p-dropdown-menu-container.cjs.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"cjs/p-dropdown-menu-item.cjs.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"cjs/p-dropdown.cjs.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"cjs/p-helper.cjs.entry.js\",\n \"revision\": \"4f4b2ceb772e749e24830e74015e889c\"\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\": \"f244707c95b1898914ca1d1c268a6825\"\n },\n {\n \"url\": \"cjs/p-modal-backdrop_5.cjs.entry.js\",\n \"revision\": \"e596f0d999ff0ab8a004c901b2207672\"\n },\n {\n \"url\": \"cjs/p-modal.cjs.entry.js\",\n \"revision\": \"fca1e230a93214dcde204b17f17ebf48\"\n },\n {\n \"url\": \"cjs/p-navigation-item.cjs.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"cjs/p-pagination-item.cjs.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"cjs/p-pagination.cjs.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"cjs/p-segment-container.cjs.entry.js\",\n \"revision\": \"71c22fc10ccc5240a2f7765fc685edf3\"\n },\n {\n \"url\": \"cjs/p-segment-item.cjs.entry.js\",\n \"revision\": \"953e7722c7027b744bcd48a744aa6d7a\"\n },\n {\n \"url\": \"cjs/p-status.cjs.entry.js\",\n \"revision\": \"071456c4851f793a18f4881443bb5164\"\n },\n {\n \"url\": \"cjs/p-tooltip.cjs.entry.js\",\n \"revision\": \"4e3838d66b790bbbf687124657a7ce62\"\n },\n {\n \"url\": \"cjs/paperless.cjs.js\",\n \"revision\": \"db87b0d62137ad51b5954022d0d5b357\"\n },\n {\n \"url\": \"cjs/popper-e0c4ed4c.js\",\n \"revision\": \"486ead87dcd025f29b1c268de734debb\"\n },\n {\n \"url\": \"collection/collection-manifest.json\",\n \"revision\": \"9ac3f5f6982c2487276cf85c690db713\"\n },\n {\n \"url\": \"collection/components/atoms/avatar/avatar.component.css\",\n \"revision\": \"49db9f776f1d2c6b800cd3061905bb57\"\n },\n {\n \"url\": \"collection/components/atoms/avatar/avatar.component.js\",\n \"revision\": \"0a8b847d99daa9e01ac412968799b194\"\n },\n {\n \"url\": \"collection/components/atoms/button/button.component.css\",\n \"revision\": \"128cca848f8e02a6a7fbb50e753a78e2\"\n },\n {\n \"url\": \"collection/components/atoms/button/button.component.js\",\n \"revision\": \"aea822e0d9199a479c6a5f9dc0fd68fe\"\n },\n {\n \"url\": \"collection/components/atoms/card-body/card-body.component.css\",\n \"revision\": \"ddef935f00f94270913f8af0f3df84c9\"\n },\n {\n \"url\": \"collection/components/atoms/card-body/card-body.component.js\",\n \"revision\": \"a467d0e94b673a342fe43fcd3e803569\"\n },\n {\n \"url\": \"collection/components/atoms/card-container/card-container.component.css\",\n \"revision\": \"25355e8c6346bd0bb1c81fde319335de\"\n },\n {\n \"url\": \"collection/components/atoms/card-container/card-container.component.js\",\n \"revision\": \"d09f3c365ec05396204ab2695e429be1\"\n },\n {\n \"url\": \"collection/components/atoms/card-header/card-header.component.css\",\n \"revision\": \"15b7187f3480a02ce18e0f8d2fad0cd1\"\n },\n {\n \"url\": \"collection/components/atoms/card-header/card-header.component.js\",\n \"revision\": \"07691fcf6c61a393282a85e067021264\"\n },\n {\n \"url\": \"collection/components/atoms/counter/counter.component.css\",\n \"revision\": \"deb0cc3298ec2108abcb6ac3eded78fe\"\n },\n {\n \"url\": \"collection/components/atoms/counter/counter.component.js\",\n \"revision\": \"08a4509548d9bdcacabf5986ce2f79d9\"\n },\n {\n \"url\": \"collection/components/atoms/divider/divider.component.css\",\n \"revision\": \"4e747a7877c2e8dbc31a1a6cce21c81b\"\n },\n {\n \"url\": \"collection/components/atoms/divider/divider.component.js\",\n \"revision\": \"9f833473cedfa73656dd1ae6f6efdfec\"\n },\n {\n \"url\": \"collection/components/atoms/dropdown-menu-container/dropdown-menu-container.component.css\",\n \"revision\": \"c87dce91cd824808ec2a136b99f36478\"\n },\n {\n \"url\": \"collection/components/atoms/dropdown-menu-container/dropdown-menu-container.component.js\",\n \"revision\": \"90fc54ed817087efa2fdbc14adc33504\"\n },\n {\n \"url\": \"collection/components/atoms/dropdown-menu-item/dropdown-menu-item.component.css\",\n \"revision\": \"b05290541b7b70cb58f22ba4705ee30b\"\n },\n {\n \"url\": \"collection/components/atoms/dropdown-menu-item/dropdown-menu-item.component.js\",\n \"revision\": \"cf1c4aab721756bc702125fda8eb588c\"\n },\n {\n \"url\": \"collection/components/atoms/helper/helper.component.css\",\n \"revision\": \"a25c2f55095d31f0a62ad28687b79fab\"\n },\n {\n \"url\": \"collection/components/atoms/helper/helper.component.js\",\n \"revision\": \"4fe8f01eed15d2b36dbcbf24a2b4c0af\"\n },\n {\n \"url\": \"collection/components/atoms/icon/icon.component.css\",\n \"revision\": \"9ad59df7c8a362d37da47b301f331354\"\n },\n {\n \"url\": \"collection/components/atoms/icon/icon.component.js\",\n \"revision\": \"10810337127df095ad617042af20aabe\"\n },\n {\n \"url\": \"collection/components/atoms/illustration/illustration.component.js\",\n \"revision\": \"6d2af6f5039a97474e2032af508eb9fa\"\n },\n {\n \"url\": \"collection/components/atoms/info-panel/info-panel.component.css\",\n \"revision\": \"10bf84c4f8484c81105cef87c358b0cf\"\n },\n {\n \"url\": \"collection/components/atoms/info-panel/info-panel.component.js\",\n \"revision\": \"93c1e96ee080a2978c92d6451d743475\"\n },\n {\n \"url\": \"collection/components/atoms/loader/loader.component.css\",\n \"revision\": \"1a32546858be1dc486e87986c465e773\"\n },\n {\n \"url\": \"collection/components/atoms/loader/loader.component.js\",\n \"revision\": \"0101bde8e828882a33e1e89f91eff683\"\n },\n {\n \"url\": \"collection/components/atoms/modal-backdrop/modal-backdrop.component.css\",\n \"revision\": \"dd71a707ee0540950e44057cf6e8dd6b\"\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\": \"064d90e989da70b855545621b4fee3d5\"\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\": \"2e3ca2887353c6d5c0f13fcf34486446\"\n },\n {\n \"url\": \"collection/components/atoms/modal-container/modal-container.component.js\",\n \"revision\": \"4dd72fbe50e3eb20ba2c5d2d64089455\"\n },\n {\n \"url\": \"collection/components/atoms/modal-footer/modal-footer.component.css\",\n \"revision\": \"f00f7b908cd4a6776bc8e58bb5e5df9f\"\n },\n {\n \"url\": \"collection/components/atoms/modal-footer/modal-footer.component.js\",\n \"revision\": \"15de0165b468cff1d09647642fe5dd28\"\n },\n {\n \"url\": \"collection/components/atoms/modal-header/modal-header.component.css\",\n \"revision\": \"3d819a57712ec71fc4b0d5ab3fa032ab\"\n },\n {\n \"url\": \"collection/components/atoms/modal-header/modal-header.component.js\",\n \"revision\": \"8957c5f86cb3aaa4360283b28fec1a29\"\n },\n {\n \"url\": \"collection/components/atoms/pagination-item/pagination-item.component.css\",\n \"revision\": \"3d54e3a23cdb292ff94b8570293af954\"\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\": \"c9c317c37645e633652bae20290c6107\"\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\": \"6db681acc19b3b77543769a278b44f42\"\n },\n {\n \"url\": \"collection/components/atoms/segment-item/segment-item.component.js\",\n \"revision\": \"87028e26b4212e092a3a5c98f0df5e00\"\n },\n {\n \"url\": \"collection/components/atoms/status/status.component.css\",\n \"revision\": \"a21a43cd62c519b3e1044198c60d88a0\"\n },\n {\n \"url\": \"collection/components/atoms/status/status.component.js\",\n \"revision\": \"f6dbe9f13524767f26b8010e0cb134bf\"\n },\n {\n \"url\": \"collection/components/atoms/tooltip/tooltip.component.css\",\n \"revision\": \"1f1e184d0ee2288df7e63530b66820b1\"\n },\n {\n \"url\": \"collection/components/atoms/tooltip/tooltip.component.js\",\n \"revision\": \"c3181550c1c764a3ed5db4b193542554\"\n },\n {\n \"url\": \"collection/components/molecules/dropdown/dropdown.component.css\",\n \"revision\": \"5792fbc64739af776e865e3e04fb5e22\"\n },\n {\n \"url\": \"collection/components/molecules/dropdown/dropdown.component.js\",\n \"revision\": \"a194fb2112d4b245ddffda9f46d1c0d2\"\n },\n {\n \"url\": \"collection/components/molecules/modal/modal.component.js\",\n \"revision\": \"fc8d60bd5899659725f8acaf773c9355\"\n },\n {\n \"url\": \"collection/components/molecules/navigation-item/navigation-item.component.css\",\n \"revision\": \"a9bfcbdd33452ea26632246d1d120510\"\n },\n {\n \"url\": \"collection/components/molecules/navigation-item/navigation-item.component.js\",\n \"revision\": \"e42e8d0107c3c83f6867ead183de93cd\"\n },\n {\n \"url\": \"collection/components/molecules/pagination/pagination.component.css\",\n \"revision\": \"aa24012da4135a95dd47583ae673d3b0\"\n },\n {\n \"url\": \"collection/components/molecules/pagination/pagination.component.js\",\n \"revision\": \"c03e9d653b7536d523399e5762c26b8f\"\n },\n {\n \"url\": \"collection/index.js\",\n \"revision\": \"e2ebd7ddedcadeeadbf819c35985c768\"\n },\n {\n \"url\": \"collection/tailwind.config.js\",\n \"revision\": \"536f18a6b3788f0438bf88b9c5d8fbaa\"\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/grid.js\",\n \"revision\": \"c6da38d71fa9e178c09e6caeb9214825\"\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/shadows.js\",\n \"revision\": \"90a3cc6f1c4f6714180ddbb3a0e40a53\"\n },\n {\n \"url\": \"collection/tailwind/typography.js\",\n \"revision\": \"63fc1dacace043e348a3fcf95c582fef\"\n },\n {\n \"url\": \"collection/tailwind/z-index.js\",\n \"revision\": \"ae5146fb67672e3ea2ea72f167d2c597\"\n },\n {\n \"url\": \"collection/utils/child-of.js\",\n \"revision\": \"203ec62b662bb9bc96f309e4cebcbbcf\"\n },\n {\n \"url\": \"collection/utils/icons.js\",\n \"revision\": \"8a197929c1673d249d69ed47ea5df39f\"\n },\n {\n \"url\": \"collection/utils/illustrations.js\",\n \"revision\": \"743b24c925f2eedd1e005aa87dc5987b\"\n },\n {\n \"url\": \"collection/utils/types.js\",\n \"revision\": \"e2ebd7ddedcadeeadbf819c35985c768\"\n },\n {\n \"url\": \"collection/utils/utils.js\",\n \"revision\": \"4beb8ca8a76230f44db73b6109a0043d\"\n },\n {\n \"url\": \"components/counter.component.js\",\n \"revision\": \"484bd5169e92032baf721ee5507aaaeb\"\n },\n {\n \"url\": \"components/divider.component.js\",\n \"revision\": \"cd32d7941871a96bec457e4f8f8358cd\"\n },\n {\n \"url\": \"components/dropdown-menu-container.component.js\",\n \"revision\": \"e97d863a1472ca4c1590e3f231c4fd87\"\n },\n {\n \"url\": \"components/icon.component.js\",\n \"revision\": \"5a8a24226c3b1f2ee4b91bd418153ecd\"\n },\n {\n \"url\": \"components/index.js\",\n \"revision\": \"04a6d3b2a7af1911b065fdc97e5a24f8\"\n },\n {\n \"url\": \"components/loader.component.js\",\n \"revision\": \"1a9a7631820b8157c9ec1efe36092d08\"\n },\n {\n \"url\": \"components/modal-backdrop.component.js\",\n \"revision\": \"0e0acdbe812147e9d806579eac3998db\"\n },\n {\n \"url\": \"components/modal-body.component.js\",\n \"revision\": \"b1c55ae21eb2e5fe3b04d032f5057d0a\"\n },\n {\n \"url\": \"components/modal-container.component.js\",\n \"revision\": \"e3935d0b37948144655c36f0b2733a24\"\n },\n {\n \"url\": \"components/modal-footer.component.js\",\n \"revision\": \"0530a3ac6ae56bf1656cb9d5167133f7\"\n },\n {\n \"url\": \"components/modal-header.component.js\",\n \"revision\": \"0f776cdf75ba8e6d8f42bc40e7c97340\"\n },\n {\n \"url\": \"components/p-avatar.js\",\n \"revision\": \"b171e027198bb49fe3c3cafe4b9e0b2e\"\n },\n {\n \"url\": \"components/p-button.js\",\n \"revision\": \"e01e7e607897ac100a7fd3e831aa508c\"\n },\n {\n \"url\": \"components/p-card-body.js\",\n \"revision\": \"2502c2a0a20b8b8837b0ab602da0b8b8\"\n },\n {\n \"url\": \"components/p-card-container.js\",\n \"revision\": \"4c959770837ec3ba4c02c20294a9c90b\"\n },\n {\n \"url\": \"components/p-card-header.js\",\n \"revision\": \"0ca7f37d2c3ec2f25b8423b839ee0c25\"\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\": \"f3d3b0a38d2af0905b7523c07f1c17a9\"\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\": \"f5c97078d819c112533ccf14bfcd5bde\"\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\": \"4916f338cbac0d4a27695562ae4961bc\"\n },\n {\n \"url\": \"components/p-navigation-item.js\",\n \"revision\": null\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-segment-container.js\",\n \"revision\": \"f2aede928758e5ae70d8c13e819df2ea\"\n },\n {\n \"url\": \"components/p-segment-item.js\",\n \"revision\": \"90cbd4ae0875bb8a85e7a6dc11e15585\"\n },\n {\n \"url\": \"components/p-status.js\",\n \"revision\": \"54a17594fd09148d0f068fe80041be92\"\n },\n {\n \"url\": \"components/p-tooltip.js\",\n \"revision\": \"7648cc97b4186f3174a1230ee12c97ea\"\n },\n {\n \"url\": \"components/pagination-item.component.js\",\n \"revision\": \"14e150af80a3f90a94912483a8a669b9\"\n },\n {\n \"url\": \"components/popper.js\",\n \"revision\": \"ede59bec41fd2b049f32af4682e1ebba\"\n },\n {\n \"url\": \"components/tooltip.component.js\",\n \"revision\": \"e40f909182126a8ec1c01ee975178fb2\"\n },\n {\n \"url\": \"esm/index-fff70567.js\",\n \"revision\": \"a231fafd43ed09f7f245552cdac24305\"\n },\n {\n \"url\": \"esm/index.js\",\n \"revision\": \"68b329da9893e34099c7d8ad5cb9c940\"\n },\n {\n \"url\": \"esm/loader.js\",\n \"revision\": \"9ed540799c70248d1eadb8351b54ca3c\"\n },\n {\n \"url\": \"esm/p-avatar.entry.js\",\n \"revision\": \"75d30eac8b291704de7fc62b133e15a0\"\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\": \"8a9b09b3e134ea5ee930eb5e4fcb9c9d\"\n },\n {\n \"url\": \"esm/p-card-container.entry.js\",\n \"revision\": \"268b065305f0fd88f6b4af1400d98696\"\n },\n {\n \"url\": \"esm/p-card-header.entry.js\",\n \"revision\": \"e84f136c5289d857fec1146bf7868669\"\n },\n {\n \"url\": \"esm/p-counter.entry.js\",\n \"revision\": \"d36b3fdf9bdb6bd8ad905f897a2f9d9e\"\n },\n {\n \"url\": \"esm/p-divider.entry.js\",\n \"revision\": \"45f8a6940362d68168db6eca9cf381c1\"\n },\n {\n \"url\": \"esm/p-dropdown-menu-container.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"esm/p-dropdown-menu-item.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"esm/p-dropdown.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"esm/p-helper.entry.js\",\n \"revision\": \"7498a01a67b2e7ff2648063154c950ea\"\n },\n {\n \"url\": \"esm/p-illustration.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"esm/p-info-panel.entry.js\",\n \"revision\": \"f168efa8167b560ab81d587123b9e184\"\n },\n {\n \"url\": \"esm/p-modal-backdrop_5.entry.js\",\n \"revision\": \"a328bfbf18b4279cc7c32e7a0f0e4970\"\n },\n {\n \"url\": \"esm/p-modal.entry.js\",\n \"revision\": \"0e9ca28fa20b225730a3b23b9443eb1f\"\n },\n {\n \"url\": \"esm/p-navigation-item.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"esm/p-pagination-item.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"esm/p-pagination.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"esm/p-segment-container.entry.js\",\n \"revision\": \"3856eac3915e23a3fcca327208b16cd0\"\n },\n {\n \"url\": \"esm/p-segment-item.entry.js\",\n \"revision\": \"385701db82fa51e5e3d0e50a1a88e391\"\n },\n {\n \"url\": \"esm/p-status.entry.js\",\n \"revision\": \"9584a63e3787bcc46a6febe851739105\"\n },\n {\n \"url\": \"esm/p-tooltip.entry.js\",\n \"revision\": \"dbcc4128dfd6bd136a9922fd5da6cbc6\"\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\": \"d41d8cd98f00b204e9800998ecf8427e\"\n },\n {\n \"url\": \"paperless/p-0100c1a2.js\",\n \"revision\": null\n },\n {\n \"url\": \"paperless/p-11d24001.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"paperless/p-19254809.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"paperless/p-19d84fe7.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"paperless/p-2120a0b7.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"paperless/p-27914eed.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"paperless/p-3b491ca2.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"paperless/p-3f6d3736.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"paperless/p-4a85b858.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"paperless/p-5101f35f.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"paperless/p-5438d70e.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"paperless/p-63e5f5e1.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"paperless/p-67fc89a6.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"paperless/p-6e60b92a.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"paperless/p-7784ee14.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"paperless/p-864ac423.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"paperless/p-a7086ffa.js\",\n \"revision\": null\n },\n {\n \"url\": \"paperless/p-b68368f3.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"paperless/p-c64e2313.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"paperless/p-ccbddcbb.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"paperless/p-d069673f.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"paperless/p-f50c6e5b.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"paperless/p-fb1e33eb.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"paperless/p-ffeed7c6.entry.js\",\n \"revision\": null\n },\n {\n \"url\": \"tailwind.config.js\",\n \"revision\": \"536f18a6b3788f0438bf88b9c5d8fbaa\"\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/grid.js\",\n \"revision\": \"c6da38d71fa9e178c09e6caeb9214825\"\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/shadows.js\",\n \"revision\": \"90a3cc6f1c4f6714180ddbb3a0e40a53\"\n },\n {\n \"url\": \"tailwind/typography.js\",\n \"revision\": \"63fc1dacace043e348a3fcf95c582fef\"\n },\n {\n \"url\": \"tailwind/z-index.js\",\n \"revision\": \"ae5146fb67672e3ea2ea72f167d2c597\"\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,qBACPC,SAAY,oCAEd,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,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,wBACPC,SAAY,oCAEd,CACED,IAAO,mBACPC,SAAY,oCAEd,CACED,IAAO,oBACPC,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,6BACPC,SAAY,oCAEd,CACED,IAAO,6BACPC,SAAY,oCAEd,CACED,IAAO,6CACPC,SAAY,MAEd,CACED,IAAO,wCACPC,SAAY,MAEd,CACED,IAAO,8BACPC,SAAY,MAEd,CACED,IAAO,4BACPC,SAAY,oCAEd,CACED,IAAO,kCACPC,SAAY,MAEd,CACED,IAAO,gCACPC,SAAY,oCAEd,CACED,IAAO,sCACPC,SAAY,oCAEd,CACED,IAAO,2BACPC,SAAY,oCAEd,CACED,IAAO,qCACPC,SAAY,MAEd,CACED,IAAO,qCACPC,SAAY,MAEd,CACED,IAAO,gCACPC,SAAY,MAEd,CACED,IAAO,uCACPC,SAAY,oCAEd,CACED,IAAO,kCACPC,SAAY,oCAEd,CACED,IAAO,4BACPC,SAAY,oCAEd,CACED,IAAO,6BACPC,SAAY,oCAEd,CACED,IAAO,uBACPC,SAAY,oCAEd,CACED,IAAO,yBACPC,SAAY,oCAEd,CACED,IAAO,sCACPC,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,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,0DACPC,SAAY,oCAEd,CACED,IAAO,yDACPC,SAAY,oCAEd,CACED,IAAO,4DACPC,SAAY,oCAEd,CACED,IAAO,2DACPC,SAAY,oCAEd,CACED,IAAO,kEACPC,SAAY,oCAEd,CACED,IAAO,iEACPC,SAAY,oCAEd,CACED,IAAO,2DACPC,SAAY,oCAEd,CACED,IAAO,gFACPC,SAAY,oCAEd,CACED,IAAO,+EACPC,SAAY,oCAEd,CACED,IAAO,sEACPC,SAAY,oCAEd,CACED,IAAO,qEACPC,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,8BACPC,SAAY,oCAEd,CACED,IAAO,gCACPC,SAAY,oCAEd,CACED,IAAO,+BACPC,SAAY,oCAEd,CACED,IAAO,iCACPC,SAAY,oCAEd,CACED,IAAO,oCACPC,SAAY,oCAEd,CACED,IAAO,iCACPC,SAAY,oCAEd,CACED,IAAO,+BACPC,SAAY,oCAEd,CACED,IAAO,4BACPC,SAAY,oCAEd,CACED,IAAO,oCACPC,SAAY,oCAEd,CACED,IAAO,4BACPC,SAAY,oCAEd,CACED,IAAO,4BACPC,SAAY,oCAEd,CACED,IAAO,kCACPC,SAAY,oCAEd,CACED,IAAO,kCACPC,SAAY,oCAEd,CACED,IAAO,kDACPC,SAAY,oCAEd,CACED,IAAO,+BACPC,SAAY,oCAEd,CACED,IAAO,sBACPC,SAAY,oCAEd,CACED,IAAO,iCACPC,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,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,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,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,kCACPC,SAAY,MAEd,CACED,IAAO,kCACPC,SAAY,MAEd,CACED,IAAO,6BACPC,SAAY,MAEd,CACED,IAAO,oCACPC,SAAY,oCAEd,CACED,IAAO,+BACPC,SAAY,oCAEd,CACED,IAAO,yBACPC,SAAY,oCAEd,CACED,IAAO,0BACPC,SAAY,oCAEd,CACED,IAAO,0CACPC,SAAY,oCAEd,CACED,IAAO,uBACPC,SAAY,oCAEd,CACED,IAAO,kCACPC,SAAY,oCAEd,CACED,IAAO,wBACPC,SAAY,oCAEd,CACED,IAAO,eACPC,SAAY,oCAEd,CACED,IAAO,gBACPC,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,yBACPC,SAAY,oCAEd,CACED,IAAO,yBACPC,SAAY,oCAEd,CACED,IAAO,yCACPC,SAAY,MAEd,CACED,IAAO,oCACPC,SAAY,MAEd,CACED,IAAO,0BACPC,SAAY,MAEd,CACED,IAAO,wBACPC,SAAY,oCAEd,CACED,IAAO,8BACPC,SAAY,MAEd,CACED,IAAO,4BACPC,SAAY,oCAEd,CACED,IAAO,kCACPC,SAAY,oCAEd,CACED,IAAO,uBACPC,SAAY,oCAEd,CACED,IAAO,iCACPC,SAAY,MAEd,CACED,IAAO,iCACPC,SAAY,MAEd,CACED,IAAO,4BACPC,SAAY,MAEd,CACED,IAAO,mCACPC,SAAY,oCAEd,CACED,IAAO,8BACPC,SAAY,oCAEd,CACED,IAAO,wBACPC,SAAY,oCAEd,CACED,IAAO,yBACPC,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,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,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,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,mBACPC,SAAY,oCAEd,CACED,IAAO,qBACPC,SAAY,oCAEd,CACED,IAAO,oBACPC,SAAY,oCAEd,CACED,IAAO,sBACPC,SAAY,oCAEd,CACED,IAAO,yBACPC,SAAY,oCAEd,CACED,IAAO,sBACPC,SAAY,qCAEb,CAAA"}
|
|
@@ -102,9 +102,9 @@ export namespace Components {
|
|
|
102
102
|
*/
|
|
103
103
|
"arrow": boolean;
|
|
104
104
|
/**
|
|
105
|
-
*
|
|
105
|
+
* Content of the card header
|
|
106
106
|
*/
|
|
107
|
-
"
|
|
107
|
+
"header": string;
|
|
108
108
|
}
|
|
109
109
|
interface PCounter {
|
|
110
110
|
}
|
|
@@ -203,6 +203,10 @@ export namespace Components {
|
|
|
203
203
|
"variant": 'inline' | 'full-width' | 'full-screen' | 'modal';
|
|
204
204
|
}
|
|
205
205
|
interface PModal {
|
|
206
|
+
/**
|
|
207
|
+
* The Header of the modal
|
|
208
|
+
*/
|
|
209
|
+
"header": string;
|
|
206
210
|
/**
|
|
207
211
|
* Wether to show the modal or not
|
|
208
212
|
*/
|
|
@@ -211,10 +215,6 @@ export namespace Components {
|
|
|
211
215
|
* The size of the modal container
|
|
212
216
|
*/
|
|
213
217
|
"size": 'sm' | 'md' | 'lg' | 'xl';
|
|
214
|
-
/**
|
|
215
|
-
* The title of the modal
|
|
216
|
-
*/
|
|
217
|
-
"title": string;
|
|
218
218
|
/**
|
|
219
219
|
* The variant of the modal body
|
|
220
220
|
*/
|
|
@@ -648,9 +648,9 @@ declare namespace LocalJSX {
|
|
|
648
648
|
*/
|
|
649
649
|
"arrow"?: boolean;
|
|
650
650
|
/**
|
|
651
|
-
*
|
|
651
|
+
* Content of the card header
|
|
652
652
|
*/
|
|
653
|
-
"
|
|
653
|
+
"header"?: string;
|
|
654
654
|
}
|
|
655
655
|
interface PCounter {
|
|
656
656
|
}
|
|
@@ -753,6 +753,10 @@ declare namespace LocalJSX {
|
|
|
753
753
|
"variant"?: 'inline' | 'full-width' | 'full-screen' | 'modal';
|
|
754
754
|
}
|
|
755
755
|
interface PModal {
|
|
756
|
+
/**
|
|
757
|
+
* The Header of the modal
|
|
758
|
+
*/
|
|
759
|
+
"header"?: string;
|
|
756
760
|
/**
|
|
757
761
|
* Wether to show the modal or not
|
|
758
762
|
*/
|
|
@@ -761,10 +765,6 @@ declare namespace LocalJSX {
|
|
|
761
765
|
* The size of the modal container
|
|
762
766
|
*/
|
|
763
767
|
"size"?: 'sm' | 'md' | 'lg' | 'xl';
|
|
764
|
-
/**
|
|
765
|
-
* The title of the modal
|
|
766
|
-
*/
|
|
767
|
-
"title"?: string;
|
|
768
768
|
/**
|
|
769
769
|
* The variant of the modal body
|
|
770
770
|
*/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@paperless/core",
|
|
3
|
-
"version": "0.1.0-alpha.
|
|
3
|
+
"version": "0.1.0-alpha.48",
|
|
4
4
|
"description": "Stencil Component Starter",
|
|
5
5
|
"main": "dist/index.cjs.js",
|
|
6
6
|
"module": "dist/index.js",
|
|
@@ -53,10 +53,10 @@
|
|
|
53
53
|
"@types/jest": "27.5.2",
|
|
54
54
|
"jest": "27.5.1",
|
|
55
55
|
"jest-cli": "27.5.1",
|
|
56
|
-
"puppeteer": "
|
|
56
|
+
"puppeteer": "16.1.0",
|
|
57
57
|
"stencil-inline-svg": "1.1.0",
|
|
58
58
|
"stencil-tailwind-plugin": "1.4.1",
|
|
59
|
-
"tailwindcss": "3.1.
|
|
59
|
+
"tailwindcss": "3.1.8",
|
|
60
60
|
"workbox-build": "6.5.4"
|
|
61
61
|
},
|
|
62
62
|
"license": "MIT"
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{r as t,h as a,H as r}from"./p-0100c1a2.js";const e=class{constructor(a){t(this,a),this.arrow=!1}render(){var t,e;return a(r,{class:"p-card-header"},((null===(t=this.title)||void 0===t?void 0:t.length)||this.arrow)&&a("div",{class:"title"},null!==(e=this.title)&&void 0!==e?e:"",this.arrow&&a("p-icon",{variant:"arrow"})),a("slot",null))}};e.style=".static{position:static!important}.mx-6{margin-left:1.5rem!important;margin-right:1.5rem!important}.ml-2{margin-left:.5rem!important}.inline-block{display:inline-block!important}.flex{display:flex!important}.rotate-0{--tw-rotate:0deg!important}.rotate-0,.rotate-25{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.rotate-25{--tw-rotate:25deg!important}.rotate-45{--tw-rotate:45deg!important}.rotate-45,.rotate-90{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.rotate-90{--tw-rotate:90deg!important}.rotate-135{--tw-rotate:135deg!important}.rotate-135,.rotate-180{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.rotate-180{--tw-rotate:180deg!important}.rotate-225{--tw-rotate:225deg!important}.rotate-225,.rotate-270{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.rotate-270{--tw-rotate:270deg!important}.rotate-315{--tw-rotate:315deg!important}.-rotate-0,.rotate-315{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.-rotate-0{--tw-rotate:-0deg!important}.-rotate-25{--tw-rotate:-25deg!important}.-rotate-25,.-rotate-45{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.-rotate-45{--tw-rotate:-45deg!important}.-rotate-90{--tw-rotate:-90deg!important}.-rotate-135,.-rotate-90{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.-rotate-135{--tw-rotate:-135deg!important}.-rotate-180{--tw-rotate:-180deg!important}.-rotate-180,.-rotate-225{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.-rotate-225{--tw-rotate:-225deg!important}.-rotate-270{--tw-rotate:-270deg!important}.-rotate-270,.-rotate-315{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.-rotate-315{--tw-rotate:-315deg!important}.scale-x-flip{--tw-scale-x:-1!important}.scale-x-flip,.scale-y-flip{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.scale-y-flip{--tw-scale-y:-1!important}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.justify-between{justify-content:space-between!important}.border-b{border-bottom-width:1px!important}.border-b-mystic-medium{--tw-border-opacity:1!important;border-bottom-color:rgb(227 236 243/var(--tw-border-opacity))!important}.text-xxs{font-size:.6875rem!important}.text-xs{font-size:.75rem!important;line-height:1rem!important}.text-base{font-size:1rem!important;line-height:1.5rem!important}.text-lg{font-size:1.125rem!important}.text-lg,.text-xl{line-height:1.75rem!important}.text-xl{font-size:1.25rem!important}.text-2xl{font-size:1.5rem!important;line-height:2rem!important}.text-3xl{font-size:1.875rem!important;line-height:2.25rem!important}.text-4xl{font-size:2.25rem!important;line-height:2.5rem!important}.text-5xl{font-size:3rem!important}.text-5xl,.text-6xl{line-height:1!important}.text-6xl{font-size:3.75rem!important}p-card-header{--tw-text-opacity:1;--tw-border-opacity:1!important;align-items:center;border-bottom-color:rgb(227 236 243/var(--tw-border-opacity))!important;border-bottom-width:1px!important;color:rgb(128 130 158/var(--tw-text-opacity));display:flex;justify-content:space-between;margin-left:1.5rem;margin-right:1.5rem;padding-bottom:.75rem;padding-top:.75rem}p-card-header .title{align-items:center;display:flex;font-weight:600}p-card-header .title>p-icon{--tw-text-opacity:1;color:rgb(218 230 240/var(--tw-text-opacity));margin-left:.5rem}p-card-container.has-hover:hover p-card-header .title>p-icon{--tw-text-opacity:1;color:rgb(82 138 250/var(--tw-text-opacity))}.-rotate-0,.-rotate-135,.-rotate-180,.-rotate-225,.-rotate-25,.-rotate-270,.-rotate-315,.-rotate-45,.-rotate-90,.rotate-0,.rotate-135,.rotate-180,.rotate-225,.rotate-25,.rotate-270,.rotate-315,.rotate-45,.rotate-90,.scale-x-flip,.scale-y-flip{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}";export{e as p_card_header}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{r as t,h as o,H as s,g as a}from"./p-0100c1a2.js";const l=class{constructor(o){t(this,o),this.size="md",this.variant="default",this.show=!1,this._hasFooterSlot=!1}componentWillLoad(){this._hasFooterSlot=!!this._el.querySelector('[slot="footer"]')}render(){if(!this.show)return;const t=o("slot",{name:"title"}),a=o("slot",{name:"content"}),l=o("slot",{name:"footer"});return o(s,{class:"p-modal"},o("p-modal-backdrop",null,o("p-modal-container",{size:this.size},o("p-modal-header",null,this.title?this.title:t),o("p-modal-body",{variant:this.variant},a),this._hasFooterSlot&&o("p-modal-footer",null,l))))}get _el(){return a(this)}};export{l as p_modal}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{r as t,h as a,H as r}from"./p-0100c1a2.js";const e=class{constructor(a){t(this,a),this.arrow=!1}render(){var t,e;return a(r,{class:"p-card-header"},((null===(t=this.title)||void 0===t?void 0:t.length)||this.arrow)&&a("div",{class:"title"},null!==(e=this.title)&&void 0!==e?e:"",this.arrow&&a("p-icon",{variant:"arrow"})),a("slot",null))}};e.style=".static{position:static!important}.mx-6{margin-left:1.5rem!important;margin-right:1.5rem!important}.ml-2{margin-left:.5rem!important}.inline-block{display:inline-block!important}.flex{display:flex!important}.rotate-0{--tw-rotate:0deg!important}.rotate-0,.rotate-25{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.rotate-25{--tw-rotate:25deg!important}.rotate-45{--tw-rotate:45deg!important}.rotate-45,.rotate-90{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.rotate-90{--tw-rotate:90deg!important}.rotate-135{--tw-rotate:135deg!important}.rotate-135,.rotate-180{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.rotate-180{--tw-rotate:180deg!important}.rotate-225{--tw-rotate:225deg!important}.rotate-225,.rotate-270{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.rotate-270{--tw-rotate:270deg!important}.rotate-315{--tw-rotate:315deg!important}.-rotate-0,.rotate-315{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.-rotate-0{--tw-rotate:-0deg!important}.-rotate-25{--tw-rotate:-25deg!important}.-rotate-25,.-rotate-45{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.-rotate-45{--tw-rotate:-45deg!important}.-rotate-90{--tw-rotate:-90deg!important}.-rotate-135,.-rotate-90{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.-rotate-135{--tw-rotate:-135deg!important}.-rotate-180{--tw-rotate:-180deg!important}.-rotate-180,.-rotate-225{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.-rotate-225{--tw-rotate:-225deg!important}.-rotate-270{--tw-rotate:-270deg!important}.-rotate-270,.-rotate-315{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.-rotate-315{--tw-rotate:-315deg!important}.scale-x-flip{--tw-scale-x:-1!important}.scale-x-flip,.scale-y-flip{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.scale-y-flip{--tw-scale-y:-1!important}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.justify-between{justify-content:space-between!important}.border-b{border-bottom-width:1px!important}.border-b-mystic-medium{--tw-border-opacity:1!important;border-bottom-color:rgb(227 236 243/var(--tw-border-opacity))!important}.text-xxs{font-size:.6875rem!important}.text-xs{font-size:.75rem!important;line-height:1rem!important}.text-base{font-size:1rem!important;line-height:1.5rem!important}.text-lg{font-size:1.125rem!important}.text-lg,.text-xl{line-height:1.75rem!important}.text-xl{font-size:1.25rem!important}.text-2xl{font-size:1.5rem!important;line-height:2rem!important}.text-3xl{font-size:1.875rem!important;line-height:2.25rem!important}.text-4xl{font-size:2.25rem!important;line-height:2.5rem!important}.text-5xl{font-size:3rem!important}.text-5xl,.text-6xl{line-height:1!important}.text-6xl{font-size:3.75rem!important}p-card-header{--tw-text-opacity:1;--tw-border-opacity:1!important;align-items:center;border-bottom-color:rgb(227 236 243/var(--tw-border-opacity))!important;border-bottom-width:1px!important;color:rgb(128 130 158/var(--tw-text-opacity));display:flex;justify-content:space-between;margin-left:1.5rem;margin-right:1.5rem;padding-bottom:.75rem;padding-top:.75rem}p-card-header .title{align-items:center;display:flex;font-weight:600}p-card-header .title>p-icon{--tw-text-opacity:1;color:rgb(218 230 240/var(--tw-text-opacity));margin-left:.5rem}p-card-container.has-hover:hover p-card-header .title>p-icon{--tw-text-opacity:1;color:rgb(82 138 250/var(--tw-text-opacity))}.-rotate-0,.-rotate-135,.-rotate-180,.-rotate-225,.-rotate-25,.-rotate-270,.-rotate-315,.-rotate-45,.-rotate-90,.rotate-0,.rotate-135,.rotate-180,.rotate-225,.rotate-25,.rotate-270,.rotate-315,.rotate-45,.rotate-90,.scale-x-flip,.scale-y-flip{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}";export{e as p_card_header}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{r as t,h as o,H as s,g as a}from"./p-0100c1a2.js";const l=class{constructor(o){t(this,o),this.size="md",this.variant="default",this.show=!1,this._hasFooterSlot=!1}componentWillLoad(){this._hasFooterSlot=!!this._el.querySelector('[slot="footer"]')}render(){if(!this.show)return;const t=o("slot",{name:"title"}),a=o("slot",{name:"content"}),l=o("slot",{name:"footer"});return o(s,{class:"p-modal"},o("p-modal-backdrop",null,o("p-modal-container",{size:this.size},o("p-modal-header",null,this.title?this.title:t),o("p-modal-body",{variant:this.variant},a),this._hasFooterSlot&&o("p-modal-footer",null,l))))}get _el(){return a(this)}};export{l as p_modal}
|