@progressive-development/pd-spa-helper 0.0.18 → 0.0.20
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/dist/src/PdSpaHelper.d.ts +1 -1
- package/dist/src/defaultpage/default-login.d.ts +1 -0
- package/dist/src/defaultpage/default-login.js +11 -1
- package/dist/src/defaultpage/default-login.js.map +1 -1
- package/dist/src/router/AppMain.js.map +1 -1
- package/dist/src/tmpown/pd-login.js.map +1 -1
- package/dist/src/tmpown/pd-panel-viewer.js +1 -0
- package/dist/src/tmpown/pd-panel-viewer.js.map +1 -1
- package/dist/src/tmpown/pd-panel.js.map +1 -1
- package/dist/src/tmpown/pd-toast.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +17 -17
- package/src/defaultpage/default-login.ts +12 -1
|
@@ -92,7 +92,7 @@ export declare abstract class PdSpaHelper extends PdSpaHelper_base {
|
|
|
92
92
|
*/
|
|
93
93
|
activateLoginHandler(): void;
|
|
94
94
|
render(): TemplateResult<1>;
|
|
95
|
-
_renderMenu(pageConfig: NavigationPage, hideTeaser: boolean):
|
|
95
|
+
_renderMenu(pageConfig: NavigationPage, hideTeaser: boolean): TemplateResult<1> | "";
|
|
96
96
|
_renderTeaser(): TemplateResult | string;
|
|
97
97
|
_renderFooter(): TemplateResult<1>;
|
|
98
98
|
/**
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { __decorate } from "tslib";
|
|
2
|
-
import { html, LitElement } from "lit";
|
|
2
|
+
import { html, css, LitElement } from "lit";
|
|
3
3
|
import { customElement } from "lit/decorators.js";
|
|
4
4
|
import '../tmpown/pd-login.js';
|
|
5
5
|
let DefaultLogin = class DefaultLogin extends LitElement {
|
|
@@ -9,6 +9,16 @@ let DefaultLogin = class DefaultLogin extends LitElement {
|
|
|
9
9
|
`;
|
|
10
10
|
}
|
|
11
11
|
};
|
|
12
|
+
DefaultLogin.styles = [
|
|
13
|
+
css `
|
|
14
|
+
:host {
|
|
15
|
+
padding-top: 3em;
|
|
16
|
+
display: flex;
|
|
17
|
+
align-items: center;
|
|
18
|
+
justify-content: center;
|
|
19
|
+
}
|
|
20
|
+
`
|
|
21
|
+
];
|
|
12
22
|
DefaultLogin = __decorate([
|
|
13
23
|
customElement("default-login")
|
|
14
24
|
], DefaultLogin);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"default-login.js","sourceRoot":"","sources":["../../../src/defaultpage/default-login.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,IAAI,EAAE,UAAU,EAAE,MAAM,KAAK,CAAC;
|
|
1
|
+
{"version":3,"file":"default-login.js","sourceRoot":"","sources":["../../../src/defaultpage/default-login.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,IAAI,EAAE,GAAG,EAAE,UAAU,EAAE,MAAM,KAAK,CAAC;AAC5C,OAAO,EAAE,aAAa,EAAE,MAAM,mBAAmB,CAAC;AAElD,OAAO,uBAAuB,CAAC;AAGxB,IAAM,YAAY,GAAlB,MAAM,YAAa,SAAQ,UAAU;IAa1C,MAAM;QACJ,OAAO,IAAI,CAAA;;KAEV,CAAC;IACJ,CAAC;;AAfM,mBAAM,GAAG;IACd,GAAG,CAAA;;;;;;;OAOA;CACJ,CAAC;AAXS,YAAY;IADxB,aAAa,CAAC,eAAe,CAAC;GAClB,YAAY,CAmBxB;SAnBY,YAAY","sourcesContent":["import { html, css, LitElement } from \"lit\";\nimport { customElement } from \"lit/decorators.js\";\n\nimport '../tmpown/pd-login.js';\n\n@customElement(\"default-login\")\nexport class DefaultLogin extends LitElement {\n\n static styles = [ \n css` \n :host {\n padding-top: 3em;\n display: flex;\n align-items: center;\n justify-content: center;\n } \n `\n ];\n\n render() {\n return html`\n <pd-login></pd-login>\n `;\n }\n\n}"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AppMain.js","sourceRoot":"","sources":["../../../src/router/AppMain.ts"],"names":[],"mappings":";AAAA,OAAO,EAAC,UAAU,EAAE,IAAI,EAAC,MAAM,KAAK,CAAC;AACrC,OAAO,EAAC,aAAa,EAAC,MAAM,mBAAmB,CAAC;AAChD,OAAO,EAAC,MAAM,EAAC,MAAM,oBAAoB,CAAC;
|
|
1
|
+
{"version":3,"file":"AppMain.js","sourceRoot":"","sources":["../../../src/router/AppMain.ts"],"names":[],"mappings":";AAAA,OAAO,EAAC,UAAU,EAAE,IAAI,EAAC,MAAM,KAAK,CAAC;AACrC,OAAO,EAAC,aAAa,EAAC,MAAM,mBAAmB,CAAC;AAChD,OAAO,EAAC,MAAM,EAAC,MAAM,oBAAoB,CAAC;AAGnC,IAAM,OAAO,GAAb,MAAM,OAAQ,SAAQ,MAAM,CAAC,UAAU,CAAC;IAC7C,MAAM;QACJ,OAAO,IAAI,CAAA,iBAAiB,CAAC;IAC/B,CAAC;CACF,CAAA;AAJY,OAAO;IADnB,aAAa,CAAC,UAAU,CAAC;GACb,OAAO,CAInB;SAJY,OAAO","sourcesContent":["import {LitElement, html} from 'lit';\nimport {customElement} from 'lit/decorators.js';\nimport {outlet} from 'lit-element-router';\n\n@customElement('app-main')\nexport class AppMain extends outlet(LitElement) {\n render() {\n return html` <slot></slot> `;\n }\n}"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"pd-login.js","sourceRoot":"","sources":["../../../src/tmpown/pd-login.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,UAAU,EAAE,GAAG,EAAE,IAAI,EAAE,MAAM,KAAK,CAAC;AAC5C,OAAO,EAAE,aAAa,EAAE,MAAM,mBAAmB,CAAC;AAElD,OAAO,wDAAwD,CAAC;AAChE,OAAO,kDAAkD,CAAC;AAC1D,OAAO,+CAA+C,CAAC;AACvD,OAAO,gDAAgD,CAAC;AAExD,OAAO,EAAE,KAAK,EAAE,MAAM,qBAAqB,CAAC;
|
|
1
|
+
{"version":3,"file":"pd-login.js","sourceRoot":"","sources":["../../../src/tmpown/pd-login.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,UAAU,EAAE,GAAG,EAAE,IAAI,EAAE,MAAM,KAAK,CAAC;AAC5C,OAAO,EAAE,aAAa,EAAE,MAAM,mBAAmB,CAAC;AAElD,OAAO,wDAAwD,CAAC;AAChE,OAAO,kDAAkD,CAAC;AAC1D,OAAO,+CAA+C,CAAC;AACvD,OAAO,gDAAgD,CAAC;AAExD,OAAO,EAAE,KAAK,EAAE,MAAM,qBAAqB,CAAC;AAGrC,IAAM,OAAO,GAAb,MAAM,OAAQ,SAAQ,UAAU;IAErC;;OAEG;IAEH,MAAM,KAAK,MAAM;QACf,OAAO;YACL,GAAG,CAAA;;;;;;;;;;;;;;;OAeF;SACF,CAAC;IACJ,CAAC;IAED,MAAM;QACJ,OAAO,IAAI,CAAA;;;;;;;;;;;;;;gCAciB,IAAI,CAAC,YAAY;;;;;;;;;;;;gCAYjB,IAAI,CAAC,YAAY;;;;;uEAKsB,IAAI,CAAC,YAAY;;;;;;KAMnF,CAAC;IACJ,CAAC;IAED,YAAY;;QAEV,gBAAgB;QAChB,MAAM,MAAM,GAAG;YACb,QAAQ,EAAE,IAAI,GAAG,EAAE;SACpB,CAAC;QACF,MAAA,MAAA,IAAI,CAAC,UAAU,0CAAE,cAAc,CAAC,aAAa,CAAC,0CAAE,aAAa,CAC3D,IAAI,WAAW,CAAC,eAAe,EAAE,EAAC,MAAM,EAAC,CAAC,CAAC,CAAC;QAE9C,IAAI,MAAM,CAAC,QAAQ,CAAC,IAAI,KAAK,CAAC,EAAE;YAE9B,yDAAyD;YACzD,MAAM,MAAM,GAAG,MAAA,IAAI,CAAC,UAAU,0CAAE,cAAc,CAAC,OAAO,CAAqB,CAAC;YAC5E,MAAM,KAAK,GAAG,MAAA,IAAI,CAAC,UAAU,0CAAE,cAAc,CAAC,OAAO,CAAqB,CAAC;YAE3E,KAAK,CAAC,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,KAAK,EAAE,KAAK,aAAL,KAAK,uBAAL,KAAK,CAAE,KAAK,CAAC;iBAC/B,IAAI,CAAC,GAAG,EAAE;gBACT,IAAI,CAAC,aAAa,CAAC,IAAI,WAAW,CAAC,eAAe,CAAC,CAAC,CAAC;YACvD,CAAC,CAAC,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE;gBACf,QAAQ,KAAK,CAAC,IAAI,EAAE;oBAClB,KAAK,oBAAoB;wBACvB,8BAA8B;wBAC9B,8CAA8C;wBAC9C,IAAI,CAAC,mBAAmB,CAAC,0CAA0C,CAAC,CAAC;wBACrE,MAAM;oBACR,KAAK,qBAAqB,CAAC;oBAC3B,KAAK,qBAAqB;wBACxB,IAAI,CAAC,mBAAmB,CAAC,oDAAoD,CAAC,CAAC;wBAC/E,MAAM;oBACR;wBACE,IAAI,CAAC,mBAAmB,CAAC,+FAA+F,CAAC,CAAC;iBAC7H;YACH,CAAC,CAAC,CAAC;SACN;IACH,CAAC;IAED,mBAAmB,CAAC,GAAW;QAC7B,IAAI,CAAC,aAAa,CAAC,IAAI,WAAW,CAAC,aAAa,EAAC;YAC/C,MAAM,EAAE;gBACN,GAAG,EAAE,OAAO,EAAE,IAAI;aACnB;YACD,OAAO,EAAE,IAAI;YACb,QAAQ,EAAE,IAAI;SACf,CAAC,CAAC,CAAC;IACN,CAAC;CAEF,CAAA;AAlHY,OAAO;IADnB,aAAa,CAAC,UAAU,CAAC;GACb,OAAO,CAkHnB;SAlHY,OAAO","sourcesContent":["import { LitElement, css, html } from 'lit';\nimport { customElement } from 'lit/decorators.js';\n\nimport '@progressive-development/pd-forms/pd-form-container.js';\nimport '@progressive-development/pd-forms/pd-form-row.js';\nimport '@progressive-development/pd-forms/pd-input.js';\nimport '@progressive-development/pd-forms/pd-button.js';\n\nimport { login } from '../firebase/auth.js';\n\n@customElement(\"pd-login\")\nexport class PdLogin extends LitElement {\n\n /**\n * @event login-success fired when login was successfully\n */\n\n static get styles() {\n return [\n css`\n :host {\n display: flex;\n justify-content: center;\n /*min-height: 100vh;\n min-width: 100vh;*/ \n }\n\n .login-form {\n display: flex; \n flex-flow: column;\n justify-content: center; \n --pd-form-row-allign: center; \n }\n \n `,\n ];\n } \n\n render() {\n return html`\n <div class=\"login-form\">\n <pd-form-container id=\"loginFormId\">\n \n <pd-form-row>\n <pd-input\n id=\"eMail\"\n class=\"quarter3\"\n maxlength=\"250\"\n field-type=\"mail\"\n valueName=\"email\"\n label=\"E-mail\" \n autoCompleteName=\"email\"\n required\n @enter-pressed=\"${this._accessLogin}\"\n ></pd-input>\n </pd-form-row>\n\n <pd-form-row>\n <pd-input\n id=\"pWord\"\n class=\"quarter3\"\n secret \n maxlength=\"30\"\n label=\"Password\" \n required \n @enter-pressed=\"${this._accessLogin}\"\n ></pd-input>\n </pd-form-row>\n \n <pd-form-row>\n <pd-button class=\"quarter3\" primary text=\"Login\" @click=\"${this._accessLogin}\"></pd-button> \n </pd-form-row>\n\n </pd-form-container> \n </div>\n\n `;\n }\n\n _accessLogin() {\n \n // validate form\n const detail = {\n errorMap: new Map()\n };\n this.shadowRoot?.getElementById(\"loginFormId\")?.dispatchEvent(\n new CustomEvent(\"validate-form\", {detail}));\n\n if (detail.errorMap.size === 0) {\n \n // get form elements as input elements (for value access)\n const elMail = this.shadowRoot?.getElementById('eMail') as HTMLInputElement; \n const elSec = this.shadowRoot?.getElementById('pWord') as HTMLInputElement; \n\n login(elMail?.value, elSec?.value)\n .then(() => {\n this.dispatchEvent(new CustomEvent(\"login-success\"));\n }).catch(error => {\n switch (error.code) {\n case 'auth/invalid-email':\n // returnError.eType = 'user';\n // returnError.logMsg = 'Invalid mail format';\n this._dispatchToastEvent(\"E-Mail Format für Benutzer ist ungültig.\");\n break;\n case 'auth/wrong-password':\n case 'auth/user-not-found':\n this._dispatchToastEvent(\"Anmeldung fehlgeschlagen, ungültige Benutzerdaten.\");\n break;\n default:\n this._dispatchToastEvent(\"Technisches Problem aufgetreten, die Anmeldung kann leider aktuell nicht durchgeführt werden.\");\n }\n });\n } \n }\n\n _dispatchToastEvent(txt: string) {\n this.dispatchEvent(new CustomEvent(\"toast-event\",{\n detail: {\n txt, isError: true,\n },\n bubbles: true,\n composed: true\n }));\n }\n\n}\n"]}
|
|
@@ -176,6 +176,7 @@ __decorate([
|
|
|
176
176
|
], PdPanelViewer.prototype, "_index", void 0);
|
|
177
177
|
__decorate([
|
|
178
178
|
property({ type: Object, state: true })
|
|
179
|
+
// eslint-disable-next-line no-undef
|
|
179
180
|
], PdPanelViewer.prototype, "_panData", void 0);
|
|
180
181
|
__decorate([
|
|
181
182
|
property({ type: Boolean, state: true })
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"pd-panel-viewer.js","sourceRoot":"","sources":["../../../src/tmpown/pd-panel-viewer.ts"],"names":[],"mappings":"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","sourcesContent":["/* eslint-disable lit-a11y/click-events-have-key-events */\n// https://stackblitz.com/edit/lit-story-viewer?file=story-viewer.ts\n\nimport { html, css, LitElement } from 'lit';\nimport { customElement, property } from 'lit/decorators.js';\nimport { classMap } from 'lit/directives/class-map.js';\n\nimport 'hammerjs';\n\nimport '@progressive-development/pd-icon/pd-icon.js';\n\nlet timer:any;\n\n@customElement(\"pd-panel-viewer\")\nexport class PdPanelViewer extends LitElement {\n\n @property({type: Boolean})\n withProgress = false;\n\n @property({type: Number})\n deltaCalc = 3;\n\n @property({type: Number, state: true})\n _index = 0;\n\n @property({type: Object, state: true})\n // eslint-disable-next-line no-undef\n _panData:any = {};\n\n @property({type: Boolean, state: true})\n _update = {};\n\n static styles = css`\n\n :host {\n display: flex;\n flex-direction: column;\n width: 100%;\n max-width: var(--pd-panel-width, 1170px);\n overflow: var(--pd-panel-overflow, hidden);\n background-color: var(--pd-panel-viewer-bg-col);\n }\n\n .panel-container {\n position: relative;\n height: var(--pd-panel-height, 60vh);\n width: 100%;\n display: flex;\n flex-direction: column;\n padding: 0 2rem;\n box-sizing: border-box;\n }\n\n pd-icon {\n position: absolute;\n top: calc(50% - 25px);\n height: 50px;\n cursor: pointer;\n }\n\n #prev {\n left: 0;\n }\n\n #next {\n right: 0;\n }\n\n #progress {\n position: relative;\n height: 20px;\n width: 50%;\n margin: .5rem auto;\n display: grid;\n grid-auto-flow: column;\n grid-auto-columns: 1fr;\n grid-gap: 10px;\n align-content: center;\n align-self: flex-end;\n }\n\n #progress > div {\n background: var(--pd-panel-progress-col, grey);\n height: 4px;\n transition: background 0.3s linear;\n cursor: pointer;\n }\n\n #progress > div.watched {\n background: var(--pd-panel-progress-col, yellow);\n }\n\n ::slotted(*) {\n position: absolute;\n width: 100%;\n height: calc(100%);\n transition: transform 0.35s ease-out;\n left: 0;\n }\n `;\n\n get index() {\n return this._index;\n }\n\n set index(value) {\n this.children[this._index].dispatchEvent(new CustomEvent('exited'));\n this.children[value].dispatchEvent(new CustomEvent('entered'));\n this._index = value;\n }\n\n render() {\n return html`\n <div class=\"panel-container\">\n <slot></slot>\n <pd-icon id=\"prev\" icon=\"previousArrow\" activeIcon ?disabled=\"${this.index <= 0}\" @click=${this.previous}></pd-icon>\n <pd-icon id=\"next\" icon=\"nextArrow\" activeIcon ?disabled=\"${this.index === (this.children.length - 1)}\" @click=${this.next}></pd-icon>\n </div>\n ${this.withProgress ? html`\n <div id=\"progress\">\n ${Array.from(this.children).map((childEl, i) => html`\n <div @click=\"${() => {this._index = i;}}\" class=${classMap({watched: i <= this.index})}></div>`)}\n </div>` : ''}\n `;\n }\n\n\n firstUpdated() {\n const hammerVal = new Hammer(this);\n // listen to events\n hammerVal.on('pan', (panEvent: any) => {\n this._panData = panEvent;\n });\n\n // Do updates to rerender panel viewer, timeout to reduce updates\n // https://web.dev/resize-observer/\n const ro = new ResizeObserver(entries => {\n entries.forEach(() => {\n window.clearTimeout(timer);\n timer = setTimeout(() => {\n this.requestUpdate();\n }, 100);\n });\n });\n ro.observe(this);\n }\n\n update(changedProperties:any) {\n const {isFinal = false} = this._panData;\n let {deltaX = 0} = this._panData;\n\n const width = this.clientWidth;\n const minScale = 0.8;\n\n // Guard against an infinite loop by looking for index.\n if (!changedProperties.has(\"_index\") && isFinal) {\n if ( deltaX > (width / this.deltaCalc)) {\n this.previous();\n } else if(deltaX < (-width / this.deltaCalc)) {\n this.next();\n }\n }\n\n // We don't want the latent deltaX when releasing a pan.\n deltaX = (isFinal ? 0 : deltaX);\n\n Array.from(this.children).forEach((el:any, i) => {\n const x = (i - this.index) * width + deltaX;\n // Piecewise scale(deltaX), looks like: __/\\__\n const u = deltaX / width + (i - this.index);\n const v = -Math.abs(u * (1 - minScale)) + 1;\n const scale = Math.max(v, minScale);\n // eslint-disable-next-line no-param-reassign\n el.style.transform = `translate3d(${x}px,0,0) scale(${scale})`;\n // eslint-disable-next-line no-param-reassign\n el.style.opacity = scale;\n });\n super.update(changedProperties);\n }\n\n /* Advance to the next story card if possible */\n next() {\n this.index = Math.max(0, Math.min(this.children.length - 1, this.index + 1));\n this._update = false;\n }\n\n /* Go back to the previous story card if possible */\n previous() {\n this.index = Math.max(0, Math.min(this.children.length - 1, this.index - 1));\n this._update = false;\n }\n\n}\n"]}
|
|
1
|
+
{"version":3,"file":"pd-panel-viewer.js","sourceRoot":"","sources":["../../../src/tmpown/pd-panel-viewer.ts"],"names":[],"mappings":"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","sourcesContent":["/* eslint-disable lit-a11y/click-events-have-key-events */\n// https://stackblitz.com/edit/lit-story-viewer?file=story-viewer.ts\n\nimport { html, css, LitElement } from 'lit';\nimport { customElement, property } from 'lit/decorators.js';\nimport { classMap } from 'lit/directives/class-map.js';\n\nimport 'hammerjs';\n\nimport '@progressive-development/pd-icon/pd-icon.js';\n\nlet timer:any;\n\n@customElement(\"pd-panel-viewer\")\nexport class PdPanelViewer extends LitElement {\n\n @property({type: Boolean})\n withProgress = false;\n\n @property({type: Number})\n deltaCalc = 3;\n\n @property({type: Number, state: true})\n _index = 0;\n\n @property({type: Object, state: true})\n // eslint-disable-next-line no-undef\n _panData:any = {};\n\n @property({type: Boolean, state: true})\n _update = {};\n\n static styles = css`\n\n :host {\n display: flex;\n flex-direction: column;\n width: 100%;\n max-width: var(--pd-panel-width, 1170px);\n overflow: var(--pd-panel-overflow, hidden);\n background-color: var(--pd-panel-viewer-bg-col);\n }\n\n .panel-container {\n position: relative;\n height: var(--pd-panel-height, 60vh);\n width: 100%;\n display: flex;\n flex-direction: column;\n padding: 0 2rem;\n box-sizing: border-box;\n }\n\n pd-icon {\n position: absolute;\n top: calc(50% - 25px);\n height: 50px;\n cursor: pointer;\n }\n\n #prev {\n left: 0;\n }\n\n #next {\n right: 0;\n }\n\n #progress {\n position: relative;\n height: 20px;\n width: 50%;\n margin: .5rem auto;\n display: grid;\n grid-auto-flow: column;\n grid-auto-columns: 1fr;\n grid-gap: 10px;\n align-content: center;\n align-self: flex-end;\n }\n\n #progress > div {\n background: var(--pd-panel-progress-col, grey);\n height: 4px;\n transition: background 0.3s linear;\n cursor: pointer;\n }\n\n #progress > div.watched {\n background: var(--pd-panel-progress-col, yellow);\n }\n\n ::slotted(*) {\n position: absolute;\n width: 100%;\n height: calc(100%);\n transition: transform 0.35s ease-out;\n left: 0;\n }\n `;\n\n get index() {\n return this._index;\n }\n\n set index(value) {\n this.children[this._index].dispatchEvent(new CustomEvent('exited'));\n this.children[value].dispatchEvent(new CustomEvent('entered'));\n this._index = value;\n }\n\n render() {\n return html`\n <div class=\"panel-container\">\n <slot></slot>\n <pd-icon id=\"prev\" icon=\"previousArrow\" activeIcon ?disabled=\"${this.index <= 0}\" @click=${this.previous}></pd-icon>\n <pd-icon id=\"next\" icon=\"nextArrow\" activeIcon ?disabled=\"${this.index === (this.children.length - 1)}\" @click=${this.next}></pd-icon>\n </div>\n ${this.withProgress ? html`\n <div id=\"progress\">\n ${Array.from(this.children).map((childEl, i) => html`\n <div @click=\"${() => {this._index = i;}}\" class=${classMap({watched: i <= this.index})}></div>`)}\n </div>` : ''}\n `;\n }\n\n\n firstUpdated() {\n const hammerVal = new Hammer(this);\n // listen to events\n hammerVal.on('pan', (panEvent: any) => {\n this._panData = panEvent;\n });\n\n // Do updates to rerender panel viewer, timeout to reduce updates\n // https://web.dev/resize-observer/\n const ro = new ResizeObserver(entries => {\n entries.forEach(() => {\n window.clearTimeout(timer);\n timer = setTimeout(() => {\n this.requestUpdate();\n }, 100);\n });\n });\n ro.observe(this);\n }\n\n update(changedProperties:any) {\n const {isFinal = false} = this._panData;\n let {deltaX = 0} = this._panData;\n\n const width = this.clientWidth;\n const minScale = 0.8;\n\n // Guard against an infinite loop by looking for index.\n if (!changedProperties.has(\"_index\") && isFinal) {\n if ( deltaX > (width / this.deltaCalc)) {\n this.previous();\n } else if(deltaX < (-width / this.deltaCalc)) {\n this.next();\n }\n }\n\n // We don't want the latent deltaX when releasing a pan.\n deltaX = (isFinal ? 0 : deltaX);\n\n Array.from(this.children).forEach((el:any, i) => {\n const x = (i - this.index) * width + deltaX;\n // Piecewise scale(deltaX), looks like: __/\\__\n const u = deltaX / width + (i - this.index);\n const v = -Math.abs(u * (1 - minScale)) + 1;\n const scale = Math.max(v, minScale);\n // eslint-disable-next-line no-param-reassign\n el.style.transform = `translate3d(${x}px,0,0) scale(${scale})`;\n // eslint-disable-next-line no-param-reassign\n el.style.opacity = scale;\n });\n super.update(changedProperties);\n }\n\n /* Advance to the next story card if possible */\n next() {\n this.index = Math.max(0, Math.min(this.children.length - 1, this.index + 1));\n this._update = false;\n }\n\n /* Go back to the previous story card if possible */\n previous() {\n this.index = Math.max(0, Math.min(this.children.length - 1, this.index - 1));\n this._update = false;\n }\n\n}\n"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"pd-panel.js","sourceRoot":"","sources":["../../../src/tmpown/pd-panel.ts"],"names":[],"mappings":"AAAA,oEAAoE;;AAEpE,OAAO,EAAE,IAAI,EAAE,UAAU,EAAE,GAAG,EAAE,MAAM,KAAK,CAAC;AAC5C,OAAO,EAAE,aAAa,EAAE,MAAM,mBAAmB,CAAC;
|
|
1
|
+
{"version":3,"file":"pd-panel.js","sourceRoot":"","sources":["../../../src/tmpown/pd-panel.ts"],"names":[],"mappings":"AAAA,oEAAoE;;AAEpE,OAAO,EAAE,IAAI,EAAE,UAAU,EAAE,GAAG,EAAE,MAAM,KAAK,CAAC;AAC5C,OAAO,EAAE,aAAa,EAAE,MAAM,mBAAmB,CAAC;AAG3C,IAAM,OAAO,GAAb,MAAM,OAAQ,SAAQ,UAAU;IA2BrC,MAAM;QACJ,OAAO,IAAI,CAAA;;;;KAIV,CAAC;IACJ,CAAC;;AA/BM,cAAM,GACT,GAAG,CAAA;;;;;;;;;;;;;;;;;;;;;;OAsBF,CAAC;AAzBK,OAAO;IADnB,aAAa,CAAC,UAAU,CAAC;GACb,OAAO,CAoCnB;SApCY,OAAO","sourcesContent":["// https://stackblitz.com/edit/lit-story-viewer?file=story-viewer.ts\n\nimport { html, LitElement, css } from 'lit';\nimport { customElement } from 'lit/decorators.js';\n\n@customElement(\"pd-panel\")\nexport class PdPanel extends LitElement { \n\n static styles = \n css`\n :host {\n background: var(--pd-panel-bg, #AFC1D2);\n border-radius: var(--pd-panel-border-radius, 0.2em);\n }\n\n /* Default styles for content */\n #content {\n position: absolute;\n top: 0;\n right: 0;\n bottom: 0;\n left: 0;\n padding: 2rem;\n display: flex;\n flex-direction: column; \n align-items: center;\n justify-content: flex-start;\n }\n #content > slot::slotted(*) {\n margin: 0;\n }\n `;\n\n render() { \n return html`\n <div id=\"content\">\n <slot></slot>\n </div>\n `;\n }\n\n\n}"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"pd-toast.js","sourceRoot":"","sources":["../../../src/tmpown/pd-toast.ts"],"names":[],"mappings":";AAAA,qCAAqC;AACrC,OAAO,EAAE,UAAU,EAAE,IAAI,EAAE,GAAG,EAAE,MAAM,KAAK,CAAC;AAC5C,OAAO,EAAE,aAAa,EAAE,QAAQ,EAAE,MAAM,mBAAmB,CAAC;
|
|
1
|
+
{"version":3,"file":"pd-toast.js","sourceRoot":"","sources":["../../../src/tmpown/pd-toast.ts"],"names":[],"mappings":";AAAA,qCAAqC;AACrC,OAAO,EAAE,UAAU,EAAE,IAAI,EAAE,GAAG,EAAE,MAAM,KAAK,CAAC;AAC5C,OAAO,EAAE,aAAa,EAAE,QAAQ,EAAE,MAAM,mBAAmB,CAAC;AAGrD,IAAM,OAAO,GAAb,MAAM,OAAQ,SAAQ,UAAU;IAAhC;;QAGL,YAAO,GAAY,KAAK,CAAC;QAGzB,cAAS,GAAY,KAAK,CAAC;QAG3B,aAAQ,GAAW,CAAC,GAAG,CAAC;IAkG1B,CAAC;IAnDC,MAAM;QACJ,OAAO,IAAI,CAAA;;yBAEU,IAAI,CAAC,MAAM;KAC/B,CAAC;IACJ,CAAC;IAED,iBAAiB;QACf,+CAA+C;QAC/C,KAAK,CAAC,iBAAiB,EAAE,CAAC;QAC1B,IAAI,CAAC,YAAY,CAAC,WAAW,EAAE,QAAQ,CAAC,CAAC;IAC3C,CAAC;IAED,OAAO,CAAC,YAAgB;QACtB,IAAI,YAAY,CAAC,GAAG,CAAC,UAAU,CAAC,EAAE;YAChC,IAAI,IAAI,CAAC,QAAQ,KAAK,CAAC,GAAG,EAAE;gBAC1B,IAAI,CAAC,MAAM,EAAE,CAAC;aACf;iBAAM;gBACL,IAAI,CAAC,KAAK,EAAE,CAAC;aACd;SACF;IACH,CAAC;IAED,KAAK;QACH,OAAO,IAAI,OAAO,CAAC,CAAC,OAAO,EAAE,EAAE;YAC7B,IAAI,IAAI,CAAC,SAAS,KAAK,MAAM,EAAE;gBAC7B,+BAA+B;aAChC;iBAAM;gBACL,sDAAsD;gBACtD,IAAI,IAAI,CAAC,QAAQ,IAAI,IAAI,EAAE;oBACzB,IAAI,CAAC,KAAK,CAAC,SAAS,GAAG,6BAA6B,IAAI,CAAC,QAAQ,GAAG,GAAG,IAAI,CAAC;iBAC7E;gBACD,IAAI,CAAC,SAAS,GAAG,MAAM,CAAC;gBAExB,IAAI,IAAI,CAAC,QAAQ,GAAG,CAAC,EAAE;oBACrB,UAAU,CACR,GAAG,EAAE;wBACH,IAAI,CAAC,MAAM,EAAE,CAAC;wBACd,OAAO,CAAC,IAAI,CAAC,CAAC;oBAChB,CAAC,EACD,IAAI,CAAC,QAAQ,IAAI,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,IAAI,CAC7C,CAAC;iBACH;aACF;QACH,CAAC,CAAC,CAAC;IACL,CAAC;IAED,MAAM;QACJ,IAAI,CAAC,KAAK,CAAC,SAAS,GAAG,EAAE,CAAC;QAC1B,IAAI,CAAC,SAAS,GAAG,IAAI,CAAC,SAAS,CAAC,OAAO,CAAC,MAAM,EAAE,EAAE,CAAC,CAAC;IACtD,CAAC;;AA/FM,cAAM,GACX,GAAG,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;KA0CF,CAAC;AAnDJ;IADC,QAAQ,CAAC,EAAC,IAAI,EAAE,OAAO,EAAE,OAAO,EAAE,IAAI,EAAC,CAAC;wCAChB;AAGzB;IADC,QAAQ,CAAC,EAAC,IAAI,EAAE,OAAO,EAAE,OAAO,EAAE,IAAI,EAAC,CAAC;0CACd;AAG3B;IADC,QAAQ,CAAC,EAAC,IAAI,EAAE,MAAM,EAAC,CAAC;yCACD;AATb,OAAO;IADnB,aAAa,CAAC,UAAU,CAAC;GACb,OAAO,CA2GnB;SA3GY,OAAO","sourcesContent":["/* eslint-disable wc/no-self-class */\nimport { LitElement, html, css } from 'lit';\nimport { customElement, property } from 'lit/decorators.js';\n\n@customElement(\"pd-toast\")\nexport class PdToast extends LitElement {\n\n @property({type: Boolean, reflect: true})\n isError: boolean = false;\n\n @property({type: Boolean, reflect: true})\n isSuccess: boolean = false;\n\n @property({type: Number})\n duration: number = -100;\n\n static styles = \n css`\n :host {\n --pd-icon-size: 1rem; \n\n transform: translateX(-150%);\n transition: transform 1s;\n\n /* Other styles */\n position: fixed;\n bottom: 30px;\n left: 30px;\n width: calc(100% - 60px);\n max-width: 400px;\n\n z-index: 5;\n\n background: var(--app-primary-color, #ebcf57);\n color: #0A3A48;\n padding: .5rem;\n border-radius: var(--item-border-radius, 2px);\n box-shadow: 3px 5px 5px 3px lightgrey;\n display: flex;\n }\n\n :host([isError]) {\n background: darkred;\n color: #fff;\n }\n\n :host([isSuccess]) {\n background: green;\n color: #fff;\n }\n\n :host(.show) {\n transform: translateX(0%);\n }\n\n .close-link {\n margin-left: auto;\n }\n \n `; \n\n render() {\n return html`\n <slot></slot>\n <pd-icon @click=\"${this._close}\" icon=\"closeLink\" class=\"close-link\"></pd-icon>\n `;\n }\n\n connectedCallback() {\n // eslint-disable-next-line wc/guard-super-call\n super.connectedCallback();\n this.setAttribute('aria-live', 'polite');\n }\n\n updated(changedProps:any) {\n if (changedProps.has('duration')) {\n if (this.duration === -100) {\n this._close();\n } else {\n this._show();\n }\n }\n }\n\n _show() {\n return new Promise((resolve) => {\n if (this.className === 'show') {\n // Do nothing, prevent spamming\n } else {\n // 1000ms to not overlap fadein and fadeout animations\n if (this.duration >= 1000) {\n this.style.animation = `fadein 0.5s, fadeout 0.5s ${this.duration - 500}ms`;\n } \n this.className = 'show';\n \n if (this.duration > 0) {\n setTimeout(\n () => { \n this._close();\n resolve(\"Ok\");\n },\n this.duration >= 1000 ? this.duration : 3000\n );\n } \n }\n });\n }\n\n _close() {\n this.style.animation = '';\n this.className = this.className.replace('show', '');\n }\n}\n\n"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"program":{"fileNames":["../node_modules/typescript/lib/lib.es5.d.ts","../node_modules/typescript/lib/lib.es2015.d.ts","../node_modules/typescript/lib/lib.es2016.d.ts","../node_modules/typescript/lib/lib.es2017.d.ts","../node_modules/typescript/lib/lib.es2018.d.ts","../node_modules/typescript/lib/lib.es2019.d.ts","../node_modules/typescript/lib/lib.es2020.d.ts","../node_modules/typescript/lib/lib.dom.d.ts","../node_modules/typescript/lib/lib.es2015.core.d.ts","../node_modules/typescript/lib/lib.es2015.collection.d.ts","../node_modules/typescript/lib/lib.es2015.generator.d.ts","../node_modules/typescript/lib/lib.es2015.iterable.d.ts","../node_modules/typescript/lib/lib.es2015.promise.d.ts","../node_modules/typescript/lib/lib.es2015.proxy.d.ts","../node_modules/typescript/lib/lib.es2015.reflect.d.ts","../node_modules/typescript/lib/lib.es2015.symbol.d.ts","../node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","../node_modules/typescript/lib/lib.es2016.array.include.d.ts","../node_modules/typescript/lib/lib.es2017.object.d.ts","../node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","../node_modules/typescript/lib/lib.es2017.string.d.ts","../node_modules/typescript/lib/lib.es2017.intl.d.ts","../node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","../node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","../node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","../node_modules/typescript/lib/lib.es2018.intl.d.ts","../node_modules/typescript/lib/lib.es2018.promise.d.ts","../node_modules/typescript/lib/lib.es2018.regexp.d.ts","../node_modules/typescript/lib/lib.es2019.array.d.ts","../node_modules/typescript/lib/lib.es2019.object.d.ts","../node_modules/typescript/lib/lib.es2019.string.d.ts","../node_modules/typescript/lib/lib.es2019.symbol.d.ts","../node_modules/typescript/lib/lib.es2020.bigint.d.ts","../node_modules/typescript/lib/lib.es2020.date.d.ts","../node_modules/typescript/lib/lib.es2020.promise.d.ts","../node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","../node_modules/typescript/lib/lib.es2020.string.d.ts","../node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","../node_modules/typescript/lib/lib.es2020.intl.d.ts","../node_modules/typescript/lib/lib.es2020.number.d.ts","../node_modules/typescript/lib/lib.esnext.intl.d.ts","../node_modules/tslib/tslib.d.ts","../node_modules/@firebase/component/dist/src/provider.d.ts","../node_modules/@firebase/component/dist/src/component_container.d.ts","../node_modules/@firebase/component/dist/src/types.d.ts","../node_modules/@firebase/component/dist/src/component.d.ts","../node_modules/@firebase/component/dist/index.d.ts","../node_modules/@firebase/util/dist/util-public.d.ts","../node_modules/@firebase/logger/dist/src/logger.d.ts","../node_modules/@firebase/logger/dist/index.d.ts","../node_modules/@firebase/app/dist/app-public.d.ts","../node_modules/firebase/app/dist/app/index.d.ts","../node_modules/@firebase/firestore/dist/index.d.ts","../node_modules/firebase/firestore/dist/firestore/index.d.ts","../src/firebase/firestore-client.ts","../node_modules/@firebase/functions/dist/functions-public.d.ts","../node_modules/firebase/functions/dist/functions/index.d.ts","../node_modules/@lit/reactive-element/css-tag.d.ts","../node_modules/@lit/reactive-element/reactive-controller.d.ts","../node_modules/@lit/reactive-element/reactive-element.d.ts","../node_modules/@types/trusted-types/lib/index.d.ts","../node_modules/@types/trusted-types/index.d.ts","../node_modules/lit-html/directive.d.ts","../node_modules/lit-html/lit-html.d.ts","../node_modules/lit-element/lit-element.d.ts","../node_modules/lit/index.d.ts","../node_modules/@lit-labs/task/task.d.ts","../node_modules/@lit-labs/task/index.d.ts","../src/service-call-controller2.ts","../src/firebase/functions-client.ts","../src/InitApplicationData.ts","../node_modules/@firebase/auth/dist/auth-public.d.ts","../node_modules/firebase/auth/dist/auth/index.d.ts","../node_modules/lit-element-router/lit-element-router.d.ts","../node_modules/@lit/reactive-element/decorators/base.d.ts","../node_modules/@lit/reactive-element/decorators/custom-element.d.ts","../node_modules/@lit/reactive-element/decorators/property.d.ts","../node_modules/@lit/reactive-element/decorators/state.d.ts","../node_modules/@lit/reactive-element/decorators/event-options.d.ts","../node_modules/@lit/reactive-element/decorators/query.d.ts","../node_modules/@lit/reactive-element/decorators/query-all.d.ts","../node_modules/@lit/reactive-element/decorators/query-async.d.ts","../node_modules/@lit/reactive-element/decorators/query-assigned-nodes.d.ts","../node_modules/@lit/reactive-element/decorators/query-assigned-elements.d.ts","../node_modules/lit/decorators.d.ts","../src/firebase/auth.ts","../src/router/AppMain.ts","../src/tmpown/pd-login.ts","../src/defaultpage/default-login.ts","../node_modules/lit-html/directives/class-map.d.ts","../node_modules/lit/directives/class-map.d.ts","../node_modules/@types/hammerjs/index.d.ts","../src/tmpown/pd-panel-viewer.ts","../src/tmpown/pd-panel.ts","../src/tmpown/pd-toast.ts","../src/PdSpaHelper.ts","../src/index.ts","../src/pd-spa-helper.ts","../stories/index.stories.ts","../node_modules/@types/chai/index.d.ts","../node_modules/@open-wc/semantic-dom-diff/get-diffable-html.d.ts","../node_modules/@open-wc/semantic-dom-diff/chai-dom-diff-plugin.d.ts","../node_modules/@open-wc/semantic-dom-diff/chai-dom-diff.d.ts","../node_modules/@open-wc/semantic-dom-diff/index.d.ts","../node_modules/chai-a11y-axe/chai-a11y-axe-plugin.d.ts","../node_modules/chai-a11y-axe/src/accessible.d.ts","../node_modules/chai-a11y-axe/index.d.ts","../node_modules/@types/chai-dom/index.d.ts","../node_modules/@types/sinonjs__fake-timers/index.d.ts","../node_modules/@types/sinon/index.d.ts","../node_modules/@types/sinon-chai/index.d.ts","../node_modules/@open-wc/testing/register-chai-plugins.d.ts","../node_modules/@open-wc/testing-helpers/types/src/elementUpdated.d.ts","../node_modules/lit-html/static.d.ts","../node_modules/@open-wc/testing-helpers/types/src/renderable.d.ts","../node_modules/@open-wc/dedupe-mixin/index.d.ts","../node_modules/@open-wc/scoped-elements/types/src/types.d.ts","../node_modules/@open-wc/scoped-elements/types/src/ScopedElementsMixin.d.ts","../node_modules/@open-wc/scoped-elements/types/index.d.ts","../node_modules/@open-wc/testing-helpers/types/src/fixture-no-side-effect.d.ts","../node_modules/@open-wc/testing-helpers/types/src/fixture.d.ts","../node_modules/@open-wc/testing-helpers/types/src/fixtureWrapper.d.ts","../node_modules/@open-wc/testing-helpers/types/src/helpers.d.ts","../node_modules/@open-wc/testing-helpers/types/src/scopedElementsWrapper.d.ts","../node_modules/@open-wc/testing-helpers/types/src/litFixture.d.ts","../node_modules/@open-wc/testing-helpers/types/src/stringFixture.d.ts","../node_modules/@open-wc/testing-helpers/types/index.d.ts","../node_modules/@open-wc/testing/index.d.ts","../test/pd-spa-helper.test.ts","../node_modules/@types/node/assert.d.ts","../node_modules/@types/node/assert/strict.d.ts","../node_modules/@types/node/globals.d.ts","../node_modules/@types/node/async_hooks.d.ts","../node_modules/@types/node/buffer.d.ts","../node_modules/@types/node/child_process.d.ts","../node_modules/@types/node/cluster.d.ts","../node_modules/@types/node/console.d.ts","../node_modules/@types/node/constants.d.ts","../node_modules/@types/node/crypto.d.ts","../node_modules/@types/node/dgram.d.ts","../node_modules/@types/node/diagnostics_channel.d.ts","../node_modules/@types/node/dns.d.ts","../node_modules/@types/node/dns/promises.d.ts","../node_modules/@types/node/domain.d.ts","../node_modules/@types/node/events.d.ts","../node_modules/@types/node/fs.d.ts","../node_modules/@types/node/fs/promises.d.ts","../node_modules/@types/node/http.d.ts","../node_modules/@types/node/http2.d.ts","../node_modules/@types/node/https.d.ts","../node_modules/@types/node/inspector.d.ts","../node_modules/@types/node/module.d.ts","../node_modules/@types/node/net.d.ts","../node_modules/@types/node/os.d.ts","../node_modules/@types/node/path.d.ts","../node_modules/@types/node/perf_hooks.d.ts","../node_modules/@types/node/process.d.ts","../node_modules/@types/node/punycode.d.ts","../node_modules/@types/node/querystring.d.ts","../node_modules/@types/node/readline.d.ts","../node_modules/@types/node/repl.d.ts","../node_modules/@types/node/stream.d.ts","../node_modules/@types/node/stream/promises.d.ts","../node_modules/@types/node/stream/consumers.d.ts","../node_modules/@types/node/stream/web.d.ts","../node_modules/@types/node/string_decoder.d.ts","../node_modules/@types/node/test.d.ts","../node_modules/@types/node/timers.d.ts","../node_modules/@types/node/timers/promises.d.ts","../node_modules/@types/node/tls.d.ts","../node_modules/@types/node/trace_events.d.ts","../node_modules/@types/node/tty.d.ts","../node_modules/@types/node/url.d.ts","../node_modules/@types/node/util.d.ts","../node_modules/@types/node/v8.d.ts","../node_modules/@types/node/vm.d.ts","../node_modules/@types/node/wasi.d.ts","../node_modules/@types/node/worker_threads.d.ts","../node_modules/@types/node/zlib.d.ts","../node_modules/@types/node/globals.global.d.ts","../node_modules/@types/node/index.d.ts","../node_modules/@types/accepts/index.d.ts","../node_modules/@types/babel__code-frame/index.d.ts","../node_modules/@types/connect/index.d.ts","../node_modules/@types/body-parser/index.d.ts","../node_modules/@types/qs/index.d.ts","../node_modules/@types/co-body/index.d.ts","../node_modules/@types/command-line-args/index.d.ts","../node_modules/@types/content-disposition/index.d.ts","../node_modules/@types/convert-source-map/index.d.ts","../node_modules/@types/keygrip/index.d.ts","../node_modules/@types/range-parser/index.d.ts","../node_modules/@types/express-serve-static-core/index.d.ts","../node_modules/@types/mime/index.d.ts","../node_modules/@types/serve-static/index.d.ts","../node_modules/@types/express/index.d.ts","../node_modules/@types/cookies/index.d.ts","../node_modules/@types/debounce/index.d.ts","../node_modules/@types/estree/index.d.ts","../node_modules/@types/unist/index.d.ts","../node_modules/@types/hast/index.d.ts","../node_modules/@types/http-assert/index.d.ts","../node_modules/@types/http-errors/index.d.ts","../node_modules/@types/istanbul-lib-coverage/index.d.ts","../node_modules/@types/istanbul-lib-report/index.d.ts","../node_modules/@types/istanbul-reports/index.d.ts","../node_modules/@types/json-schema/index.d.ts","../node_modules/@types/json5/index.d.ts","../node_modules/@types/koa-compose/index.d.ts","../node_modules/@types/koa/index.d.ts","../node_modules/@types/long/index.d.ts","../node_modules/@types/mdast/index.d.ts","../node_modules/@types/mocha/index.d.ts","../node_modules/@types/parse-json/index.d.ts","../node_modules/@types/parse5/index.d.ts","../node_modules/@types/prismjs/index.d.ts","../node_modules/@types/resolve/index.d.ts","../node_modules/@types/ws/index.d.ts","../node_modules/@types/yauzl/index.d.ts"],"fileInfos":[{"version":"f5c28122bee592cfaf5c72ed7bcc47f453b79778ffa6e301f45d21a0970719d4","affectsGlobalScope":true},"dc47c4fa66b9b9890cf076304de2a9c5201e94b740cffdf09f87296d877d71f6","7a387c58583dfca701b6c85e0adaf43fb17d590fb16d5b2dc0a2fbd89f35c467","8a12173c586e95f4433e0c6dc446bc88346be73ffe9ca6eec7aa63c8f3dca7f9","5f4e733ced4e129482ae2186aae29fde948ab7182844c3a5a51dd346182c7b06","e6b724280c694a9f588847f754198fb96c43d805f065c3a5b28bbc9594541c84","1fc5ab7a764205c68fa10d381b08417795fc73111d6dd16b5b1ed36badb743d9",{"version":"3f149f903dd20dfeb7c80e228b659f0e436532de772469980dbd00702cc05cc1","affectsGlobalScope":true},{"version":"adb996790133eb33b33aadb9c09f15c2c575e71fb57a62de8bf74dbf59ec7dfb","affectsGlobalScope":true},{"version":"43fb1d932e4966a39a41b464a12a81899d9ae5f2c829063f5571b6b87e6d2f9c","affectsGlobalScope":true},{"version":"cdccba9a388c2ee3fd6ad4018c640a471a6c060e96f1232062223063b0a5ac6a","affectsGlobalScope":true},{"version":"c5c05907c02476e4bde6b7e76a79ffcd948aedd14b6a8f56e4674221b0417398","affectsGlobalScope":true},{"version":"0d5f52b3174bee6edb81260ebcd792692c32c81fd55499d69531496f3f2b25e7","affectsGlobalScope":true},{"version":"810627a82ac06fb5166da5ada4159c4ec11978dfbb0805fe804c86406dab8357","affectsGlobalScope":true},{"version":"181f1784c6c10b751631b24ce60c7f78b20665db4550b335be179217bacc0d5f","affectsGlobalScope":true},{"version":"3013574108c36fd3aaca79764002b3717da09725a36a6fc02eac386593110f93","affectsGlobalScope":true},{"version":"75ec0bdd727d887f1b79ed6619412ea72ba3c81d92d0787ccb64bab18d261f14","affectsGlobalScope":true},{"version":"3be5a1453daa63e031d266bf342f3943603873d890ab8b9ada95e22389389006","affectsGlobalScope":true},{"version":"17bb1fc99591b00515502d264fa55dc8370c45c5298f4a5c2083557dccba5a2a","affectsGlobalScope":true},{"version":"7ce9f0bde3307ca1f944119f6365f2d776d281a393b576a18a2f2893a2d75c98","affectsGlobalScope":true},{"version":"6a6b173e739a6a99629a8594bfb294cc7329bfb7b227f12e1f7c11bc163b8577","affectsGlobalScope":true},{"version":"12a310447c5d23c7d0d5ca2af606e3bd08afda69100166730ab92c62999ebb9d","affectsGlobalScope":true},{"version":"b0124885ef82641903d232172577f2ceb5d3e60aed4da1153bab4221e1f6dd4e","affectsGlobalScope":true},{"version":"0eb85d6c590b0d577919a79e0084fa1744c1beba6fd0d4e951432fa1ede5510a","affectsGlobalScope":true},{"version":"da233fc1c8a377ba9e0bed690a73c290d843c2c3d23a7bd7ec5cd3d7d73ba1e0","affectsGlobalScope":true},{"version":"d154ea5bb7f7f9001ed9153e876b2d5b8f5c2bb9ec02b3ae0d239ec769f1f2ae","affectsGlobalScope":true},{"version":"bb2d3fb05a1d2ffbca947cc7cbc95d23e1d053d6595391bd325deb265a18d36c","affectsGlobalScope":true},{"version":"c80df75850fea5caa2afe43b9949338ce4e2de086f91713e9af1a06f973872b8","affectsGlobalScope":true},{"version":"9d57b2b5d15838ed094aa9ff1299eecef40b190722eb619bac4616657a05f951","affectsGlobalScope":true},{"version":"6c51b5dd26a2c31dbf37f00cfc32b2aa6a92e19c995aefb5b97a3a64f1ac99de","affectsGlobalScope":true},{"version":"6e7997ef61de3132e4d4b2250e75343f487903ddf5370e7ce33cf1b9db9a63ed","affectsGlobalScope":true},{"version":"2ad234885a4240522efccd77de6c7d99eecf9b4de0914adb9a35c0c22433f993","affectsGlobalScope":true},{"version":"09aa50414b80c023553090e2f53827f007a301bc34b0495bfb2c3c08ab9ad1eb","affectsGlobalScope":true},{"version":"d7f680a43f8cd12a6b6122c07c54ba40952b0c8aa140dcfcf32eb9e6cb028596","affectsGlobalScope":true},{"version":"3787b83e297de7c315d55d4a7c546ae28e5f6c0a361b7a1dcec1f1f50a54ef11","affectsGlobalScope":true},{"version":"e7e8e1d368290e9295ef18ca23f405cf40d5456fa9f20db6373a61ca45f75f40","affectsGlobalScope":true},{"version":"faf0221ae0465363c842ce6aa8a0cbda5d9296940a8e26c86e04cc4081eea21e","affectsGlobalScope":true},{"version":"06393d13ea207a1bfe08ec8d7be562549c5e2da8983f2ee074e00002629d1871","affectsGlobalScope":true},{"version":"cd483c056da900716879771893a3c9772b66c3c88f8943b4205aec738a94b1d0","affectsGlobalScope":true},{"version":"b248e32ca52e8f5571390a4142558ae4f203ae2f94d5bac38a3084d529ef4e58","affectsGlobalScope":true},{"version":"c37f8a49593a0030eecb51bbfa270e709bec9d79a6cc3bb851ef348d4e6b26f8","affectsGlobalScope":true},"14a84fbe4ec531dcbaf5d2594fd95df107258e60ae6c6a076404f13c3f66f28e","e94b01c6c9221682a1ffd8577103408642c5433923420e517d8d8c695c4875c0","466a15bf7238ebd3900d136db38eec3af69d0761c0286ab59952870eedd6e319","9113ebe8d776516d3a302ec431d28915c9398a75beaef1eb38cd66ae0bfeb014","1f4df460bfe98e20fae494ade49e50c98ed1997143c7eae7a00a1cd93bfd4307","e179bf25417780781dc994f657e724419e6dcbe5a136dbfa55efefe36bdb4b63","ac1e78ba8333ded0f125f42cde2ee8827db4d7dc0909a9b78bfc160eb9592a33","a0abcb32b7a9291276879912c9a3205fbd1d6930ae4f29e91fe30227e2762893","b67fb584ca2449669c113e75866d339ee4e6bc74a441efd00c1beac460412584","6d8c3bdcab3ca5b4f28fc1268668e6e25ded64681bb5af046929e0133d6181b5","0f79f9784797e5358bbed18b363b220eaed94de7c1ed2f193465ac232fe48eb1","de6d4e6e2691771cef03bc9c9124d513d3fc74667ef6046b45824bfa0a4edf9d","1e73e8d1bbef5f4b2cd652df6eacf50cbb9a91cd41f974320541d2cfe08ee316",{"version":"f5e34b89cceea7c3f2170eb2903da7989d1a8d8952620dc0ec9cab95b6c9b12e","signature":"cef2afeffdff1ca5b5bc09bd3b49c5c5540061ea64d2bb69331b2bc25052d185"},"168618f37d4312ab94895d75d63e9b4b0b993fd6720299b7dd90bbcc948ea98e","5a8ea8f4b933fe2a58dad240bd625f3625b952aa3bb70c15b3a34c214d9c7c34","6e2c5a9358c2be6791713f778c3af2d3357b8665d881e22f50b3aa861a2a9717","1e5743b25a63fd34ffbae89adcbf248ee17db6ed08d90079ffa93803c3e80d2a","13bb750b495c48fd60d7b5e09f65d4a7b010ab7e09a8943a6d54511e7d184f84","2fcd2d22b1f30555e785105597cd8f57ed50300e213c4f1bbca6ae149f782c38",{"version":"bb4248c7f953233ac52332088fac897d62b82be07244e551d87c5049600b6cf7","affectsGlobalScope":true},"3f30c6b57bf5eb7a7d4298506b78b18d428a39a409e1eadd93a3fdd0299d2687","8be48c7828a22d50f128f317cdd8ac25ef0ee54c877b8b5c464887234f619783","eba7cf33380cc3a3cf614faf67300e14d0bdff9ea6c5cd6f4b040b1756a48ab1","f07a77a7fb1d49aa2b61cb68bf712a083487acd7130d20223a83de03af0c257d","307f088012744cf2e7bd53f4165108d9f77576b37721c7bf1b7d2c336e6eef6e","456fd4db1a34732c4c4b51a43007c2a2747bdffad79f32c50a258e13c6cf089a",{"version":"b4701edbd91d1433a98a0f6663cebaea1c155d2af66cf179e6a2d5e2e9c1517a","signature":"17c6226831c63a2f84af72c0ceceda46c04f5b53d8771b8dcb1e259ade647dc4"},{"version":"ee407a5c4156dadd88d6abedacf413614f39362a019f56aa375926cc0dedbb26","signature":"17d6d7206e99683f105e1a1c162206674347c67120a603199a3018f44e064499"},{"version":"ee00df667d0bf74f5e510f78129804988c1679936351de50514bca13421a967b","signature":"77d01931dc0eaf342d2d0c7e228ae5f5603adcf77eb073037ee184490cfa4812"},"ca75c7b594399648b2dc30a0ec8ea330983e23514577350003a0d7a324d9e9dc","6187d97d074e4a66a0179ff2cdd845e1809b70ff5d7b857e0c686f52a86f62f7","43fe650d6596e6f9bff164927de8f99918481899814a45a026e3262ee5ae01a6","97c58f6db61d45712d91d2260994817ae2b568bbb37cc280013079b6b5d2232d","ac388c7c7a262213a3700451bc921e382a93fb27c0252c34ccf03540b4ce044b","1da789e534bc558808021dd64abf33a91a68e422bbf28aeec236bd74df640401","fb0107c83e2e0e75b77dacd0c3c6c3ab6844e98dce2a8f858c6f0a57c12136a6","0a478dcb6e6bd8a5d871165659c79cee7b8c3b7a87289118d22e1a04d171e252","e385eb01000d045ea07cea09c488f66e051709a9ac460bf271623f9984e0c419","bf69beba89702c85d84546269e0d4e8b128d32e26b314ee9b501b0b32c82490b","46f3a421b048670d16a3c02589261f17c1cea687f2602eed31e1335b53aed785","4bcb813ea56182beaaab1e8274524eb9f1449b0d8e79efc4a0399de09e43f816","c784eab1cf838d9d6527bce3d9f2d373145606666b68f7610291a7adf6e6bda9","f0380f581cb015778c0fe51e95b5b7f6dae237280654558469b2486c1572268a",{"version":"ffa8db1997eb4d9c37352a907392e1ef0487ed2d5d41d5d2da4d4463c3a34e96","signature":"adbbb798e0cff28025b68e76e1477458858d084299c887abca10200f28dd5632"},{"version":"ec008f4714666ae53f5e4603bb975fb73460cd4dcd71d69097fa0f052b7838f7","signature":"43dc5181097ad5a48146de82f60ca17637631d8369dc3d60e6a93febc79785ec"},{"version":"db77c6bb23ee7b63ff2d09b139b1057b645aec7c71163d1e809d8ee024dcb4e4","signature":"2f5218c4f1c576adbe7ab8284148246cd1962b2577a4b330f0f28fcf1db4239b"},{"version":"6f13e6f2af0eec27e3a9c4e32a76d26419ebae6c60a728e90d5f6d52be739a68","signature":"a6400a55545b34fdbc7d88a1b5eb661c6d0f056d99a690716adad82d31dd277f"},"147cb5b590b77c8c58e4ef0af1ff11ee90ee2b34262816df0665b6ff8fd50aad","6e0575b628aedce5db38c17569e5c909beead07f9052fe7944fb8bfccc3db92e",{"version":"3e947c8dc536e569ceb62a7cb0255e4866fd54dd5d35d21e49c7e755f5c134a6","affectsGlobalScope":true},{"version":"da05cd112e7c5a02335c271fe8165d2f76abef86d59ab5dc2ba9fdc640c6f5f5","signature":"1984a2fb53f612b15ca74b5e4988af5ba66fb4e4ca78d9c01f69ab4ae99b6698"},{"version":"9c5682b7737b276f87e16f2af0a008aa98632fba56c06b4209c1750f506c0566","signature":"d8052766cfb16c6376d88bdfa04bdf6d78c01ddb80f73c1f2d30abb9458aeb42"},{"version":"7eda90d6b52470015aec43b28718bc509d4de340082cbe48e333eb000ee69ea9","signature":"d9805b58baf1f3b43891c26d7482a05d374362bd47b805fb3c0e2e3682295e0c"},{"version":"d9036c8be78baac4e8d16ddaedb3fb10a70ca90b2c9a10eea70517ab4ffb6400","signature":"1bdc0a8fa2b2ad9970995bfe8f5b936840483152e3363e45dbd46e57f7086d7f"},{"version":"f776beb0bc6d180c9ec1da4d00d3282fdfca64789e4bb2e82ee5b19ad815f86b","signature":"3aa3f7dd65ad707547a3215882ec319e831c2bdb97639b1ee847312832a43810"},{"version":"05dca3042a2c34958fb95bf74047a12b357ca071aca5c85b98f0f3c2768bc885","signature":"e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"},{"version":"58c0edc30265397d8ce49e461a77b0f6be7bb2118d884af688cf285c7d790f98","signature":"5a74da1f894803938406f5412137ad4ac2d50597bfb50cf5e9ea379b607c69bb"},{"version":"3a15910b7f45dfc393f010ee8f913580b08d65752800fc48147ea13445acd5f7","affectsGlobalScope":true},"8a659f7d82d932649a78f89643c5b436953424a219d705d49b8b3d9ccd6e35ff",{"version":"75cd6dce1c5f87511772c891de86d0c9e6829e6273dea9f92a5bec9d0479d1e7","affectsGlobalScope":true},{"version":"cd711db43a952f15464b571ac11b7a440332cd52342bc92c4bf908c70688f57f","affectsGlobalScope":true},"9d8709c916778cb34830708ed47b78e9a46d1fb2eb73a682b14eee990bed4aa6",{"version":"5d90911f942229eb9049feab241739a5ced76f137948f8f42a615e5f01d4e7ea","affectsGlobalScope":true},"999a90d30a3183dcee987d0a5a7c586aba5bacbf6ce087ba8635124082ccfeea","8a5878edd52f4a720560b4c6e6247e9ddc3df6118ad9cf2f9927903b03d5f440",{"version":"d95d76d79a0351572ec5b1a6cc1e5c4bce1be82eedeed7278d6f31ea1059fa69","affectsGlobalScope":true},"f83b320cceccfc48457a818d18fc9a006ab18d0bdd727aa2c2e73dc1b4a45e98","24a09dc3e07d69b0a224dbd14b2994c40d1efd0954e759004b61b9e683dabe5f",{"version":"0fd3b5704bf037608646df5aa053fd06819ff69302ff6ada9736c300f79df852","affectsGlobalScope":true},"65b91a3725399231d3469529b5e27b85bf2aa98013e607f308e5fe260b47eeff","a11181f6d68200e83ccb1fb48b262a7132a3257e0a230f41c9dc4c351964297a","d1a97fb7715a7b0bdbdb78a99b367c6d98b27b0a0ddd5296838de2b4ce447b62","51bce1535d9cb87390d75581866d79de7b2e2cb525a89fba84411c8bb5be52d2","88cda4269c54f0803834fd62b2fac61af8bff7a085693f7ca9df85c1f19dee8a",{"version":"d40075d9f1c08b4a8d8e468076f5258900e99895e7259c40f3923b7044bbed6c","affectsGlobalScope":true},"754006450e5de2b7dac5993194326e3a65c1474673f7304c20810f5eda18ca05","fdf0aa1a72ff0188a9013926201a391116ef6701cd439b89850786abdf755fb8","0b5817d9435c019648f2a2326eaf1086efb72e8e90e28eb53a58b2f31f61e161","abf9ea97b78a7b239186cf5b7ed59c4a593abac3c408c8c95fc5e604cfdfdb43","ae91c9161caf0af81c89e780a045fc5ea8382407e516342e409c5db9161d3b32","4eff87f0e05e7b2e65299869122a30538be7196bd94bc76c88663a4cac2ad88f","5e02756608c1ac8ddf96878c3af3d4db7ed4e272aef24837e255859ee0a4fb71","4a662115c4c7186cc027ef4a8163e48c7f1c57f05247f08d5acb2344fae2ca53","d598157512ae6e0d3aa6bb0dd261ae34845831dccf7bc7739695ee2589eb76f5","c523db72c97b64fb4afe53e79cd7a2b062bacc36b1d0b29c9686f71c05d4409c","d2173e08898108c0aaa6dbfed27725b4a71f5817153800c86f03fa06456a2fc7",{"version":"317da6b41e240cdc9e8e82289d6b34170e4bb65f9a7a5f37fcd060dd7856e7c5","signature":"e2163846f7c36dfc18f943ae762f94e730f7763853e04d89d37ba3e20e4ca6e5"},"9122ed7070e054b73ebab37c2373a196def2d90e7d1a9a7fcd9d46b0e51fae78","a69c09dbea52352f479d3e7ac949fde3d17b195abe90b045d619f747b38d6d1a",{"version":"77f0b5c6a193a699c9f7d7fb0578e64e562d271afa740783665d2a827104a873","affectsGlobalScope":true},"21a167fec8f933752fb8157f06d28fab6817af3ad9b0bdb1908a10762391eab9",{"version":"3e4624c306340ad303cc536a07004e81336c3f088308a9e4a9f4c957a3cda2fd","affectsGlobalScope":true},"0c0cee62cb619aed81133b904f644515ba3064487002a7da83fd8aa07b1b4abd","5a94487653355b56018122d92392beb2e5f4a6c63ba5cef83bbe1c99775ef713",{"version":"d5135ad93b33adcce80b18f8065087934cdc1730d63db58562edcf017e1aad9b","affectsGlobalScope":true},"82408ed3e959ddc60d3e9904481b5a8dc16469928257af22a3f7d1a3bc7fd8c4","025fc13211ed47d2798269017af3ec869122a050d5431a6ad3c1997900e65c58","bb9c4ffa5e6290c6980b63c815cdd1625876dadb2efaf77edbe82984be93e55e","75ecef44f126e2ae018b4abbd85b6e8a2e2ba1638ebec56cc64274643ce3567b","f30bb836526d930a74593f7b0f5c1c46d10856415a8f69e5e2fc3db80371e362","14b5aa23c5d0ae1907bc696ac7b6915d88f7d85799cc0dc2dcf98fbce2c5a67c","5c439dafdc09abe4d6c260a96b822fa0ba5be7203c71a63ab1f1423cd9e838ea",{"version":"249a2b90439cdfd51709539fbfa4dfe0791cbae6efce1e9b327ba8f8cd703f49","affectsGlobalScope":true},"40b991dc3365179e1365643589e168d7ea0588b4dd5bbb3a974ffefa7cb05e7f","bf057bb805c5e1c0e795ac7c759d40ebbe0e9894df9be3413bbdd8d1a2fc229e","74f2bb83d1ccf390f48681be57a30c09e85b4c7a801267746e382b2386fc667e","7bac475dcdd9f7e4e9da934d32c305bc889c4ce3c8ac0ef45a93a8d670fff607","5d357e7965026197a3152fa4e990fa7a4cbaf1578a17dff920ff1a71a325e198","8acf99b1c8682276a63ea5bb68433782715892726b97e4604a415e4e56bce41c",{"version":"e8b18c6385ff784228a6f369694fcf1a6b475355ba89090a88de13587a9391d5","affectsGlobalScope":true},"3b145a2351f5cf16abf999c8d5f4481c74dffdc54ec1e9a89992e2622e1226c5","a907bf91df26df2400858ef75f749498fb5cf00062bf90a737ac3949cc07978d","d270fd4b565eda11a0a737c181892316b7a1ace06c7988d0246219c3df11db06","70caef0271088abc5f5ae7ff6d84421d35bb192b690fbaa1b2ecf2b0ef01deb6",{"version":"59a638a504490fecaacf0020b9814b6abee37edb66047eb1ab9f7c2274bf1da0","affectsGlobalScope":true},"5153a2fd150e46ce57bb3f8db1318d33f6ad3261ed70ceeff92281c0608c74a3","d1a78a3c5708807e8de3e399f91df4797c62e44b02195eefc2209b2e713e54ee","8c4c1a64db28930732033c31418f817dcb9d09d706766707ae6d38f23faf0c53","25846d43937c672bab7e8195f3d881f93495df712ee901860effc109918938cc","12a70315c8281e46d65696086dd25827408e967b305a22276ae2779fe519e0fe","1b952304137851e45bc009785de89ada562d9376177c97e37702e39e60c2f1ff",{"version":"806ef4cac3b3d9fa4a48d849c8e084d7c72fcd7b16d76e06049a9ed742ff79c0","affectsGlobalScope":true},"44b8b584a338b190a59f4f6929d072431950c7bd92ec2694821c11bce180c8a5","23b89798789dffbd437c0c423f5d02d11f9736aea73d6abf16db4f812ff36eda","29d613c3964ea75b2b4e0d17098245c34529282e9cc72b7e4eeb2a7b12c27cb7",{"version":"970a90f76d4d219ad60819d61f5994514087ba94c985647a3474a5a3d12714ed","affectsGlobalScope":true},"664d8f2d59164f2e08c543981453893bc7e003e4dfd29651ce09db13e9457980","a381f079c4804442f179d742fdb2e495fe28d67a47cac673485f75ae2e77aeca","3c13ef48634e7b5012fcf7e8fce7496352c2d779a7201389ca96a2a81ee4314d","5d0a25ec910fa36595f85a67ac992d7a53dd4064a1ba6aea1c9f14ab73a023f2",{"version":"bfe39beb986d2a2e512c091cbe924f1c415bc65de54de0e2f6a0dc6f84c183d9","affectsGlobalScope":true},"2af17363f8a062e3a8cd1b26030af0058b3f86e783f4fc6aa9f57247f240ebaa","06d7c42d256f0ce6afe1b2b6cfbc97ab391f29dadb00dd0ae8e8f23f5bc916c3","dfe08140492cdc135fb7fd9c4a652c05207b61a436906079b87da1d3111314bf","e59a892d87e72733e2a9ca21611b9beb52977be2696c7ba4b216cbbb9a48f5aa","089e1f8603cbc35ab977c8dcc662eb754b82fca32ed1dfb16bd682726c2d5432","8a300fa9b698845a1f9c41ecbe2c5966634582a8e2020d51abcace9b55aa959e",{"version":"ab9b9a36e5284fd8d3bf2f7d5fcbc60052f25f27e4d20954782099282c60d23e","affectsGlobalScope":true},"82fc37849846a3a0264047621d5beb6ce2ddeb2f83bdee2c79523af3c3282d97","6738101ae8e56cd3879ab3f99630ada7d78097fc9fd334df7e766216778ca219","b95f751a58d283cb5e32f2655361f6e2a27f0368f69edc463a3472aae21d1303","6d829824ead8999f87b6df21200df3c6150391b894b4e80662caa462bd48d073","afc559c1b93df37c25aef6b3dfa2d64325b0e112e887ee18bf7e6f4ec383fc90","ba601641fac98c229ccd4a303f747de376d761babb33229bb7153bed9356c9cc","495da6628b9474e31d0636d66c54448bb8d84dbce902e8f70539ef6a525a2d7b","629766229f541d92210f30a92b6038568ec165fab14b7ee53bdf13667da37ca3","204dbe6c72467fb14bbe8f06510b11fb541b6ce29580c6e10ebd3bdb2eb0c1f9","c1ea344dc311b2c539ed1e3b4e17e9f4853dc7f348366b51f1d8a09a40fb223f","ce013414484233b24f42c0fcfca48a60bb66ab4e13c82953662305e8f1ee4925","16d51f964ec125ad2024cf03f0af444b3bc3ec3614d9345cc54d09bab45c9a4c",{"version":"101eb8b4e972b9326f39591e2e40e967e3331e8d960f81248daeb266ea1affec","affectsGlobalScope":true},"84e3bbd6f80983d468260fdbfeeb431cc81f7ea98d284d836e4d168e36875e86","0b85cb069d0e427ba946e5eb2d86ef65ffd19867042810516d16919f6c1a5aec","15c88bfd1b8dc7231ff828ae8df5d955bae5ebca4cf2bcb417af5821e52299ae","eb96a2321f717bccc3e49e104e299152984b927ea4546b559ae631c06565819c","68c559681a043ca6d622debcce75c4d82446fec08e06bf1066f71d6c325f224e","89ccbe04e737ce613f5f04990271cfa84901446350b8551b0555ddf19319723b","cddf5c26907c0b8378bc05543161c11637b830da9fadf59e02a11e675d11e180","3d2cd8f3047fff04a71e7037a6a4cb9f4accb28dbd8c0d83164d414811025af0","e98185f4249720ace1921d59c1ff4612fa5c633a183fc9bf28e2e7b8e3c7fd51","6168414aa12d33d0fcfac4f9870aa81ce27e136db6faf182001a5f3792e1d720","8b06ac3faeacb8484d84ddb44571d8f410697f98d7bfa86c0fda60373a9f5215","7eb06594824ada538b1d8b48c3925a83e7db792f47a081a62cf3e5c4e23cf0ee","f5638f7c2f12a9a1a57b5c41b3c1ea7db3876c003bab68e6a57afd6bcc169af0","f3e604694b624fa3f83f6684185452992088f5efb2cf136b62474aa106d6f1b6","96d14f21b7652903852eef49379d04dbda28c16ed36468f8c9fa08f7c14c9538","5006668996956580886022c05108e32c742823e1b5652aff7914917233731518","0c52f5366c9146ad79b546e70162c659972a2798522806e8283f3137feab3965","0e60e0cbf2283adfd5a15430ae548cd2f662d581b5da6ecd98220203e7067c70","2a2e2c6463bcf3c59f31bc9ab4b6ef963bbf7dffb049cd017e2c1834e3adca63",{"version":"5f186a758a616c107c70e8918db4630d063bd782f22e6e0b17573b125765b40b","affectsGlobalScope":true},"2b8264b2fefd7367e0f20e2c04eed5d3038831fe00f5efbc110ff0131aab899b","e8bedf3edd60120a3317c031dc8f3832a7ff6412bf5f87206ca0c17eb1431052","6484309596f594ae824513336bd2a2e04a1902b06bb149fa904f5cae5fbe5c50","8a19491eba2108d5c333c249699f40aff05ad312c04a17504573b27d91f0aede","bc81aff061c53a7140270555f4b22da4ecfe8601e8027cf5aa175fbdc7927c31","65dfa4bc49ccd1355789abb6ae215b302a5b050fdee9651124fe7e826f33113c"],"options":{"allowSyntheticDefaultImports":true,"declaration":true,"esModuleInterop":false,"experimentalDecorators":true,"importHelpers":true,"inlineSources":true,"module":99,"noEmitOnError":true,"outDir":"./","rootDir":"..","sourceMap":true,"strict":true,"target":5},"fileIdsList":[[47,48,50,174],[48,51,174],[43,44,45,46,174],[45,174],[43,45,46,174],[44,45,46,174],[44,174],[48,50,51,174],[49,174],[174],[67,174],[59,174],[60,174],[75,174],[60,75,174],[60,75,83,174],[58,59,174],[118,174],[60,116,117,174],[60,116,174],[100,101,174],[102,174],[101,103,174],[113,114,121,122,123,125,126,174],[115,119,174],[120,174],[116,174],[115,120,124,174],[66,174],[115,174],[100,112,127,174],[104,107,108,111,174],[148,174,181],[148,174,181,184],[100,174],[148,174,181,186],[148,174,181,184,191,196],[145,148,174,181,186,192],[174,185,186,193,195],[174,200],[174,204],[174,205],[174,210],[145,148,149,153,159,173,174,181,182,189,191,197,202,203,209],[130,174],[133,174],[134,139,174],[135,145,146,153,162,173,174],[135,136,145,153,174],[137,174],[138,139,146,154,174],[139,162,170,174],[140,142,145,153,174],[141,174],[142,143,174],[144,145,174],[145,174],[145,146,147,162,173,174],[145,146,147,162,165,174],[174,178],[148,153,162,173,174],[145,146,148,149,153,162,170,173,174],[148,150,162,170,173,174],[130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180],[145,151,174],[152,173,174],[142,145,153,162,174],[154,174],[155,174],[133,156,174],[157,172,174,178],[158,174],[159,174],[145,160,174],[160,161,174,176],[145,162,163,164,165,174],[162,164,174],[162,163,174],[165,174],[166,174],[145,168,169,174],[168,169,174],[139,153,162,170,174],[171,174],[153,172,174],[134,148,159,173,174],[139,174],[162,174,175],[174,176],[174,177],[134,139,145,147,156,162,173,174,176,178],[162,174,179],[145,162,174,181],[174,181],[148,174,181,194],[100,110,174],[109,174],[61,174],[145,148,150,153,162,170,173,174,179,181],[106,174],[105,174],[51,174],[72,174],[53,174],[56,174],[60,64,174],[64,174],[63,64,174],[62,63,174],[76,77,78,79,80,81,82,83,84,174],[90,174],[60,64,65,174],[42,52,55,70,174],[42,52,66,69,70,71,73,74,85,86,87,89,93,94,95,174],[42,66,85,88,174],[42,73,174],[42,52,54,174],[42,52,57,66,69,174],[42,55,70,86,96,174],[42,66,74,85,174],[42,66,68,70,174],[42,66,85,86,174],[42,66,85,91,92,174],[42,66,85,174],[42,66,174],[42,66,97,128,174],[52,70],[52,66,69,70,73,74,87,89,93,94,95],[64,66,88],[73],[52,54],[52,66,69],[55,70,86,96],[64,66,74],[66,70],[64,66],[66,98]],"referencedMap":[[51,1],[72,2],[47,3],[46,4],[44,5],[43,6],[45,7],[53,8],[56,2],[50,9],[49,10],[48,10],[68,11],[67,12],[58,10],[75,13],[76,14],[79,15],[77,15],[81,15],[84,16],[83,10],[82,15],[80,15],[78,14],[59,10],[60,17],[116,10],[119,18],[118,19],[117,20],[102,21],[103,22],[101,10],[104,23],[127,24],[113,10],[120,25],[121,26],[122,10],[123,27],[125,28],[115,29],[124,30],[126,26],[128,31],[112,32],[182,33],[183,10],[185,34],[108,35],[100,10],[187,36],[188,10],[184,33],[189,10],[190,10],[197,37],[198,10],[199,10],[193,38],[196,39],[92,10],[201,40],[202,10],[203,10],[204,10],[205,41],[206,42],[207,10],[208,10],[191,10],[209,43],[210,44],[211,10],[212,40],[194,10],[213,10],[130,45],[131,45],[133,46],[134,47],[135,48],[136,49],[137,50],[138,51],[139,52],[140,53],[141,54],[142,55],[143,55],[144,56],[145,57],[146,58],[147,59],[132,60],[180,10],[148,61],[149,62],[150,63],[181,64],[151,65],[152,66],[153,67],[154,68],[155,69],[156,70],[157,71],[158,72],[159,73],[160,74],[161,75],[162,76],[164,77],[163,78],[165,79],[166,80],[167,10],[168,81],[169,82],[170,83],[171,84],[172,85],[173,86],[174,87],[175,88],[176,89],[177,90],[178,91],[179,92],[214,10],[215,93],[216,10],[186,10],[192,10],[217,94],[195,95],[111,96],[110,97],[109,10],[62,98],[61,10],[200,10],[218,99],[219,93],[105,35],[107,100],[106,101],[52,102],[73,103],[54,104],[57,105],[74,10],[65,106],[63,107],[90,108],[64,109],[114,107],[85,110],[91,111],[66,112],[42,10],[8,10],[10,10],[9,10],[2,10],[11,10],[12,10],[13,10],[14,10],[15,10],[16,10],[17,10],[18,10],[3,10],[4,10],[22,10],[19,10],[20,10],[21,10],[23,10],[24,10],[25,10],[5,10],[26,10],[27,10],[28,10],[29,10],[6,10],[30,10],[31,10],[32,10],[33,10],[7,10],[34,10],[39,10],[40,10],[35,10],[36,10],[37,10],[38,10],[1,10],[41,10],[71,113],[96,114],[89,115],[86,116],[55,117],[70,118],[97,119],[98,10],[87,120],[69,121],[88,122],[93,123],[94,124],[95,124],[99,125],[129,126]],"exportedModulesMap":[[51,1],[72,2],[47,3],[46,4],[44,5],[43,6],[45,7],[53,8],[56,2],[50,9],[49,10],[48,10],[68,11],[67,12],[58,10],[75,13],[76,14],[79,15],[77,15],[81,15],[84,16],[83,10],[82,15],[80,15],[78,14],[59,10],[60,17],[116,10],[119,18],[118,19],[117,20],[102,21],[103,22],[101,10],[104,23],[127,24],[113,10],[120,25],[121,26],[122,10],[123,27],[125,28],[115,29],[124,30],[126,26],[128,31],[112,32],[182,33],[183,10],[185,34],[108,35],[100,10],[187,36],[188,10],[184,33],[189,10],[190,10],[197,37],[198,10],[199,10],[193,38],[196,39],[92,10],[201,40],[202,10],[203,10],[204,10],[205,41],[206,42],[207,10],[208,10],[191,10],[209,43],[210,44],[211,10],[212,40],[194,10],[213,10],[130,45],[131,45],[133,46],[134,47],[135,48],[136,49],[137,50],[138,51],[139,52],[140,53],[141,54],[142,55],[143,55],[144,56],[145,57],[146,58],[147,59],[132,60],[180,10],[148,61],[149,62],[150,63],[181,64],[151,65],[152,66],[153,67],[154,68],[155,69],[156,70],[157,71],[158,72],[159,73],[160,74],[161,75],[162,76],[164,77],[163,78],[165,79],[166,80],[167,10],[168,81],[169,82],[170,83],[171,84],[172,85],[173,86],[174,87],[175,88],[176,89],[177,90],[178,91],[179,92],[214,10],[215,93],[216,10],[186,10],[192,10],[217,94],[195,95],[111,96],[110,97],[109,10],[62,98],[61,10],[200,10],[218,99],[219,93],[105,35],[107,100],[106,101],[52,102],[73,103],[54,104],[57,105],[74,10],[65,106],[63,107],[90,108],[64,109],[114,107],[85,110],[91,111],[66,112],[42,10],[8,10],[10,10],[9,10],[2,10],[11,10],[12,10],[13,10],[14,10],[15,10],[16,10],[17,10],[18,10],[3,10],[4,10],[22,10],[19,10],[20,10],[21,10],[23,10],[24,10],[25,10],[5,10],[26,10],[27,10],[28,10],[29,10],[6,10],[30,10],[31,10],[32,10],[33,10],[7,10],[34,10],[39,10],[40,10],[35,10],[36,10],[37,10],[38,10],[1,10],[41,10],[71,127],[96,128],[89,129],[86,130],[55,131],[70,132],[97,133],[87,134],[69,135],[88,136],[93,136],[94,136],[95,136],[99,137]],"semanticDiagnosticsPerFile":[51,72,47,46,44,43,45,53,56,50,49,48,68,67,58,75,76,79,77,81,84,83,82,80,78,59,60,116,119,118,117,102,103,101,104,127,113,120,121,122,123,125,115,124,126,128,112,182,183,185,108,100,187,188,184,189,190,197,198,199,193,196,92,201,202,203,204,205,206,207,208,191,209,210,211,212,194,213,130,131,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,132,180,148,149,150,181,151,152,153,154,155,156,157,158,159,160,161,162,164,163,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,214,215,216,186,192,217,195,111,110,109,62,61,200,218,219,105,107,106,52,73,54,57,74,65,63,90,64,114,85,91,66,42,8,10,9,2,11,12,13,14,15,16,17,18,3,4,22,19,20,21,23,24,25,5,26,27,28,29,6,30,31,32,33,7,34,39,40,35,36,37,38,1,41,71,96,89,86,55,70,97,98,87,69,88,93,94,95,99,129]},"version":"4.7.4"}
|
|
1
|
+
{"program":{"fileNames":["../node_modules/typescript/lib/lib.es5.d.ts","../node_modules/typescript/lib/lib.es2015.d.ts","../node_modules/typescript/lib/lib.es2016.d.ts","../node_modules/typescript/lib/lib.es2017.d.ts","../node_modules/typescript/lib/lib.es2018.d.ts","../node_modules/typescript/lib/lib.es2019.d.ts","../node_modules/typescript/lib/lib.es2020.d.ts","../node_modules/typescript/lib/lib.dom.d.ts","../node_modules/typescript/lib/lib.es2015.core.d.ts","../node_modules/typescript/lib/lib.es2015.collection.d.ts","../node_modules/typescript/lib/lib.es2015.generator.d.ts","../node_modules/typescript/lib/lib.es2015.iterable.d.ts","../node_modules/typescript/lib/lib.es2015.promise.d.ts","../node_modules/typescript/lib/lib.es2015.proxy.d.ts","../node_modules/typescript/lib/lib.es2015.reflect.d.ts","../node_modules/typescript/lib/lib.es2015.symbol.d.ts","../node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","../node_modules/typescript/lib/lib.es2016.array.include.d.ts","../node_modules/typescript/lib/lib.es2017.object.d.ts","../node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","../node_modules/typescript/lib/lib.es2017.string.d.ts","../node_modules/typescript/lib/lib.es2017.intl.d.ts","../node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","../node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","../node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","../node_modules/typescript/lib/lib.es2018.intl.d.ts","../node_modules/typescript/lib/lib.es2018.promise.d.ts","../node_modules/typescript/lib/lib.es2018.regexp.d.ts","../node_modules/typescript/lib/lib.es2019.array.d.ts","../node_modules/typescript/lib/lib.es2019.object.d.ts","../node_modules/typescript/lib/lib.es2019.string.d.ts","../node_modules/typescript/lib/lib.es2019.symbol.d.ts","../node_modules/typescript/lib/lib.es2019.intl.d.ts","../node_modules/typescript/lib/lib.es2020.bigint.d.ts","../node_modules/typescript/lib/lib.es2020.date.d.ts","../node_modules/typescript/lib/lib.es2020.promise.d.ts","../node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","../node_modules/typescript/lib/lib.es2020.string.d.ts","../node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","../node_modules/typescript/lib/lib.es2020.intl.d.ts","../node_modules/typescript/lib/lib.es2020.number.d.ts","../node_modules/typescript/lib/lib.esnext.intl.d.ts","../node_modules/tslib/tslib.d.ts","../node_modules/@firebase/component/dist/src/provider.d.ts","../node_modules/@firebase/component/dist/src/component_container.d.ts","../node_modules/@firebase/component/dist/src/types.d.ts","../node_modules/@firebase/component/dist/src/component.d.ts","../node_modules/@firebase/component/dist/index.d.ts","../node_modules/@firebase/util/dist/util-public.d.ts","../node_modules/@firebase/logger/dist/src/logger.d.ts","../node_modules/@firebase/logger/dist/index.d.ts","../node_modules/@firebase/app/dist/app-public.d.ts","../node_modules/firebase/app/dist/app/index.d.ts","../node_modules/@firebase/firestore/dist/index.d.ts","../node_modules/firebase/firestore/dist/firestore/index.d.ts","../src/firebase/firestore-client.ts","../node_modules/@firebase/functions/dist/functions-public.d.ts","../node_modules/firebase/functions/dist/functions/index.d.ts","../node_modules/@lit/reactive-element/css-tag.d.ts","../node_modules/@lit/reactive-element/reactive-controller.d.ts","../node_modules/@lit/reactive-element/reactive-element.d.ts","../node_modules/@types/trusted-types/lib/index.d.ts","../node_modules/@types/trusted-types/index.d.ts","../node_modules/lit-html/directive.d.ts","../node_modules/lit-html/lit-html.d.ts","../node_modules/lit-element/lit-element.d.ts","../node_modules/lit-html/is-server.d.ts","../node_modules/lit/index.d.ts","../node_modules/@lit-labs/task/task.d.ts","../node_modules/@lit-labs/task/index.d.ts","../src/service-call-controller2.ts","../src/firebase/functions-client.ts","../src/InitApplicationData.ts","../node_modules/@firebase/auth/dist/auth-public.d.ts","../node_modules/firebase/auth/dist/auth/index.d.ts","../node_modules/lit-element-router/lit-element-router.d.ts","../node_modules/@lit/reactive-element/decorators/base.d.ts","../node_modules/@lit/reactive-element/decorators/custom-element.d.ts","../node_modules/@lit/reactive-element/decorators/property.d.ts","../node_modules/@lit/reactive-element/decorators/state.d.ts","../node_modules/@lit/reactive-element/decorators/event-options.d.ts","../node_modules/@lit/reactive-element/decorators/query.d.ts","../node_modules/@lit/reactive-element/decorators/query-all.d.ts","../node_modules/@lit/reactive-element/decorators/query-async.d.ts","../node_modules/@lit/reactive-element/decorators/query-assigned-nodes.d.ts","../node_modules/@lit/reactive-element/decorators/query-assigned-elements.d.ts","../node_modules/lit/decorators.d.ts","../src/firebase/auth.ts","../src/router/AppMain.ts","../src/tmpown/pd-login.ts","../src/defaultpage/default-login.ts","../node_modules/lit-html/directives/class-map.d.ts","../node_modules/lit/directives/class-map.d.ts","../node_modules/@types/hammerjs/index.d.ts","../src/tmpown/pd-panel-viewer.ts","../src/tmpown/pd-panel.ts","../src/tmpown/pd-toast.ts","../src/PdSpaHelper.ts","../src/index.ts","../src/pd-spa-helper.ts","../stories/index.stories.ts","../node_modules/@types/chai/index.d.ts","../node_modules/@open-wc/semantic-dom-diff/get-diffable-html.d.ts","../node_modules/@open-wc/semantic-dom-diff/chai-dom-diff-plugin.d.ts","../node_modules/@open-wc/semantic-dom-diff/chai-dom-diff.d.ts","../node_modules/@open-wc/semantic-dom-diff/index.d.ts","../node_modules/chai-a11y-axe/chai-a11y-axe-plugin.d.ts","../node_modules/chai-a11y-axe/src/accessible.d.ts","../node_modules/chai-a11y-axe/index.d.ts","../node_modules/@types/chai-dom/index.d.ts","../node_modules/@types/sinonjs__fake-timers/index.d.ts","../node_modules/@types/sinon/index.d.ts","../node_modules/@types/sinon-chai/index.d.ts","../node_modules/@open-wc/testing/register-chai-plugins.d.ts","../node_modules/@open-wc/testing-helpers/types/src/elementUpdated.d.ts","../node_modules/lit-html/static.d.ts","../node_modules/@open-wc/testing-helpers/types/src/renderable.d.ts","../node_modules/@open-wc/dedupe-mixin/index.d.ts","../node_modules/@open-wc/scoped-elements/types/src/types.d.ts","../node_modules/@open-wc/scoped-elements/types/src/ScopedElementsMixin.d.ts","../node_modules/@open-wc/scoped-elements/types/index.d.ts","../node_modules/@open-wc/testing-helpers/types/src/fixture-no-side-effect.d.ts","../node_modules/@open-wc/testing-helpers/types/src/fixture.d.ts","../node_modules/@open-wc/testing-helpers/types/src/fixtureWrapper.d.ts","../node_modules/@open-wc/testing-helpers/types/src/helpers.d.ts","../node_modules/@open-wc/testing-helpers/types/src/scopedElementsWrapper.d.ts","../node_modules/@open-wc/testing-helpers/types/src/litFixture.d.ts","../node_modules/@open-wc/testing-helpers/types/src/stringFixture.d.ts","../node_modules/@open-wc/testing-helpers/types/index.d.ts","../node_modules/@open-wc/testing/index.d.ts","../test/pd-spa-helper.test.ts","../node_modules/@types/node/assert.d.ts","../node_modules/@types/node/assert/strict.d.ts","../node_modules/@types/node/globals.d.ts","../node_modules/@types/node/async_hooks.d.ts","../node_modules/@types/node/buffer.d.ts","../node_modules/@types/node/child_process.d.ts","../node_modules/@types/node/cluster.d.ts","../node_modules/@types/node/console.d.ts","../node_modules/@types/node/constants.d.ts","../node_modules/@types/node/crypto.d.ts","../node_modules/@types/node/dgram.d.ts","../node_modules/@types/node/diagnostics_channel.d.ts","../node_modules/@types/node/dns.d.ts","../node_modules/@types/node/dns/promises.d.ts","../node_modules/@types/node/domain.d.ts","../node_modules/@types/node/dom-events.d.ts","../node_modules/@types/node/events.d.ts","../node_modules/@types/node/fs.d.ts","../node_modules/@types/node/fs/promises.d.ts","../node_modules/@types/node/http.d.ts","../node_modules/@types/node/http2.d.ts","../node_modules/@types/node/https.d.ts","../node_modules/@types/node/inspector.d.ts","../node_modules/@types/node/module.d.ts","../node_modules/@types/node/net.d.ts","../node_modules/@types/node/os.d.ts","../node_modules/@types/node/path.d.ts","../node_modules/@types/node/perf_hooks.d.ts","../node_modules/@types/node/process.d.ts","../node_modules/@types/node/punycode.d.ts","../node_modules/@types/node/querystring.d.ts","../node_modules/@types/node/readline.d.ts","../node_modules/@types/node/readline/promises.d.ts","../node_modules/@types/node/repl.d.ts","../node_modules/@types/node/stream.d.ts","../node_modules/@types/node/stream/promises.d.ts","../node_modules/@types/node/stream/consumers.d.ts","../node_modules/@types/node/stream/web.d.ts","../node_modules/@types/node/string_decoder.d.ts","../node_modules/@types/node/test.d.ts","../node_modules/@types/node/timers.d.ts","../node_modules/@types/node/timers/promises.d.ts","../node_modules/@types/node/tls.d.ts","../node_modules/@types/node/trace_events.d.ts","../node_modules/@types/node/tty.d.ts","../node_modules/@types/node/url.d.ts","../node_modules/@types/node/util.d.ts","../node_modules/@types/node/v8.d.ts","../node_modules/@types/node/vm.d.ts","../node_modules/@types/node/wasi.d.ts","../node_modules/@types/node/worker_threads.d.ts","../node_modules/@types/node/zlib.d.ts","../node_modules/@types/node/globals.global.d.ts","../node_modules/@types/node/index.d.ts","../node_modules/@types/accepts/index.d.ts","../node_modules/@types/babel__code-frame/index.d.ts","../node_modules/@types/connect/index.d.ts","../node_modules/@types/body-parser/index.d.ts","../node_modules/@types/qs/index.d.ts","../node_modules/@types/co-body/index.d.ts","../node_modules/@types/command-line-args/index.d.ts","../node_modules/@types/content-disposition/index.d.ts","../node_modules/@types/convert-source-map/index.d.ts","../node_modules/@types/mime/index.d.ts","../node_modules/@types/send/index.d.ts","../node_modules/@types/range-parser/index.d.ts","../node_modules/@types/express-serve-static-core/index.d.ts","../node_modules/@types/http-errors/index.d.ts","../node_modules/@types/serve-static/index.d.ts","../node_modules/@types/express/index.d.ts","../node_modules/@types/keygrip/index.d.ts","../node_modules/@types/cookies/index.d.ts","../node_modules/@types/debounce/index.d.ts","../node_modules/@types/estree/index.d.ts","../node_modules/@types/unist/index.d.ts","../node_modules/@types/hast/index.d.ts","../node_modules/@types/http-assert/index.d.ts","../node_modules/@types/istanbul-lib-coverage/index.d.ts","../node_modules/@types/istanbul-lib-report/index.d.ts","../node_modules/@types/istanbul-reports/index.d.ts","../node_modules/@types/json-schema/index.d.ts","../node_modules/@types/json5/index.d.ts","../node_modules/@types/koa-compose/index.d.ts","../node_modules/@types/koa/index.d.ts","../node_modules/@types/long/index.d.ts","../node_modules/@types/mdast/index.d.ts","../node_modules/@types/mocha/index.d.ts","../node_modules/@types/parse-json/index.d.ts","../node_modules/@types/parse5/lib/tree-adapters/default.d.ts","../node_modules/@types/parse5/index.d.ts","../node_modules/@types/prismjs/index.d.ts","../node_modules/@types/resolve/index.d.ts","../node_modules/@types/ws/index.d.ts","../node_modules/@types/yauzl/index.d.ts"],"fileInfos":[{"version":"8730f4bf322026ff5229336391a18bcaa1f94d4f82416c8b2f3954e2ccaae2ba","affectsGlobalScope":true},"dc47c4fa66b9b9890cf076304de2a9c5201e94b740cffdf09f87296d877d71f6","7a387c58583dfca701b6c85e0adaf43fb17d590fb16d5b2dc0a2fbd89f35c467","8a12173c586e95f4433e0c6dc446bc88346be73ffe9ca6eec7aa63c8f3dca7f9","5f4e733ced4e129482ae2186aae29fde948ab7182844c3a5a51dd346182c7b06","4b421cbfb3a38a27c279dec1e9112c3d1da296f77a1a85ddadf7e7a425d45d18","1fc5ab7a764205c68fa10d381b08417795fc73111d6dd16b5b1ed36badb743d9",{"version":"3aafcb693fe5b5c3bd277bd4c3a617b53db474fe498fc5df067c5603b1eebde7","affectsGlobalScope":true},{"version":"adb996790133eb33b33aadb9c09f15c2c575e71fb57a62de8bf74dbf59ec7dfb","affectsGlobalScope":true},{"version":"8cc8c5a3bac513368b0157f3d8b31cfdcfe78b56d3724f30f80ed9715e404af8","affectsGlobalScope":true},{"version":"cdccba9a388c2ee3fd6ad4018c640a471a6c060e96f1232062223063b0a5ac6a","affectsGlobalScope":true},{"version":"c5c05907c02476e4bde6b7e76a79ffcd948aedd14b6a8f56e4674221b0417398","affectsGlobalScope":true},{"version":"5f406584aef28a331c36523df688ca3650288d14f39c5d2e555c95f0d2ff8f6f","affectsGlobalScope":true},{"version":"22f230e544b35349cfb3bd9110b6ef37b41c6d6c43c3314a31bd0d9652fcec72","affectsGlobalScope":true},{"version":"7ea0b55f6b315cf9ac2ad622b0a7813315bb6e97bf4bb3fbf8f8affbca7dc695","affectsGlobalScope":true},{"version":"3013574108c36fd3aaca79764002b3717da09725a36a6fc02eac386593110f93","affectsGlobalScope":true},{"version":"eb26de841c52236d8222f87e9e6a235332e0788af8c87a71e9e210314300410a","affectsGlobalScope":true},{"version":"3be5a1453daa63e031d266bf342f3943603873d890ab8b9ada95e22389389006","affectsGlobalScope":true},{"version":"17bb1fc99591b00515502d264fa55dc8370c45c5298f4a5c2083557dccba5a2a","affectsGlobalScope":true},{"version":"7ce9f0bde3307ca1f944119f6365f2d776d281a393b576a18a2f2893a2d75c98","affectsGlobalScope":true},{"version":"6a6b173e739a6a99629a8594bfb294cc7329bfb7b227f12e1f7c11bc163b8577","affectsGlobalScope":true},{"version":"81cac4cbc92c0c839c70f8ffb94eb61e2d32dc1c3cf6d95844ca099463cf37ea","affectsGlobalScope":true},{"version":"b0124885ef82641903d232172577f2ceb5d3e60aed4da1153bab4221e1f6dd4e","affectsGlobalScope":true},{"version":"0eb85d6c590b0d577919a79e0084fa1744c1beba6fd0d4e951432fa1ede5510a","affectsGlobalScope":true},{"version":"da233fc1c8a377ba9e0bed690a73c290d843c2c3d23a7bd7ec5cd3d7d73ba1e0","affectsGlobalScope":true},{"version":"d154ea5bb7f7f9001ed9153e876b2d5b8f5c2bb9ec02b3ae0d239ec769f1f2ae","affectsGlobalScope":true},{"version":"bb2d3fb05a1d2ffbca947cc7cbc95d23e1d053d6595391bd325deb265a18d36c","affectsGlobalScope":true},{"version":"c80df75850fea5caa2afe43b9949338ce4e2de086f91713e9af1a06f973872b8","affectsGlobalScope":true},{"version":"9d57b2b5d15838ed094aa9ff1299eecef40b190722eb619bac4616657a05f951","affectsGlobalScope":true},{"version":"6c51b5dd26a2c31dbf37f00cfc32b2aa6a92e19c995aefb5b97a3a64f1ac99de","affectsGlobalScope":true},{"version":"6e7997ef61de3132e4d4b2250e75343f487903ddf5370e7ce33cf1b9db9a63ed","affectsGlobalScope":true},{"version":"2ad234885a4240522efccd77de6c7d99eecf9b4de0914adb9a35c0c22433f993","affectsGlobalScope":true},{"version":"5e5e095c4470c8bab227dbbc61374878ecead104c74ab9960d3adcccfee23205","affectsGlobalScope":true},{"version":"09aa50414b80c023553090e2f53827f007a301bc34b0495bfb2c3c08ab9ad1eb","affectsGlobalScope":true},{"version":"d7f680a43f8cd12a6b6122c07c54ba40952b0c8aa140dcfcf32eb9e6cb028596","affectsGlobalScope":true},{"version":"3787b83e297de7c315d55d4a7c546ae28e5f6c0a361b7a1dcec1f1f50a54ef11","affectsGlobalScope":true},{"version":"e7e8e1d368290e9295ef18ca23f405cf40d5456fa9f20db6373a61ca45f75f40","affectsGlobalScope":true},{"version":"faf0221ae0465363c842ce6aa8a0cbda5d9296940a8e26c86e04cc4081eea21e","affectsGlobalScope":true},{"version":"06393d13ea207a1bfe08ec8d7be562549c5e2da8983f2ee074e00002629d1871","affectsGlobalScope":true},{"version":"2768ef564cfc0689a1b76106c421a2909bdff0acbe87da010785adab80efdd5c","affectsGlobalScope":true},{"version":"b248e32ca52e8f5571390a4142558ae4f203ae2f94d5bac38a3084d529ef4e58","affectsGlobalScope":true},{"version":"52d1bb7ab7a3306fd0375c8bff560feed26ed676a5b0457fa8027b563aecb9a4","affectsGlobalScope":true},"7a1971efcba559ea9002ada4c4e3c925004fb67a755300d53b5edf9399354900","e94b01c6c9221682a1ffd8577103408642c5433923420e517d8d8c695c4875c0","466a15bf7238ebd3900d136db38eec3af69d0761c0286ab59952870eedd6e319","9113ebe8d776516d3a302ec431d28915c9398a75beaef1eb38cd66ae0bfeb014","1f4df460bfe98e20fae494ade49e50c98ed1997143c7eae7a00a1cd93bfd4307","e179bf25417780781dc994f657e724419e6dcbe5a136dbfa55efefe36bdb4b63","2a0fdc4e3ff0daab68692c115db4609206e029061fc2803a342973da34f57901","a0abcb32b7a9291276879912c9a3205fbd1d6930ae4f29e91fe30227e2762893","b67fb584ca2449669c113e75866d339ee4e6bc74a441efd00c1beac460412584","90e7ca3372483129ad265c604b2225e250a4739ed966c3859648332ae36ed4fa","0f79f9784797e5358bbed18b363b220eaed94de7c1ed2f193465ac232fe48eb1","ebd814bbb00e31e80c488b3e0b75bcceb8806580663ef5919dc9253951d540a9","1e73e8d1bbef5f4b2cd652df6eacf50cbb9a91cd41f974320541d2cfe08ee316",{"version":"f5e34b89cceea7c3f2170eb2903da7989d1a8d8952620dc0ec9cab95b6c9b12e","signature":"cef2afeffdff1ca5b5bc09bd3b49c5c5540061ea64d2bb69331b2bc25052d185"},"0dc164463e333b02a0f92e23c54a4142e9b714954c912cebbd08a61b3098d0e8","5a8ea8f4b933fe2a58dad240bd625f3625b952aa3bb70c15b3a34c214d9c7c34","52dd370c807255c61765347fc90a9bee3c522b8744dc222714e2bf6b5be3a823","1e5743b25a63fd34ffbae89adcbf248ee17db6ed08d90079ffa93803c3e80d2a","ccf8ea81b0ac699c220b874b804ad02b8aabc5b494e1c3bda0d255ec8d08694d","15fe687c59d62741b4494d5e623d497d55eb38966ecf5bea7f36e48fc3fbe15e",{"version":"17f2b4d00e42e0cc1dfc3be692a6da5a14a6cb73b87259e6d20ff02bcd6d573f","affectsGlobalScope":true},"c567d37119d6f56381af48eb7516030ccf35a36f9aca045e238d9c207a7c536c","b448dfbb5a6c4505f6b6beab587cf41f180ad62bcb506b44e3f2c09d20ba63a9","eba7cf33380cc3a3cf614faf67300e14d0bdff9ea6c5cd6f4b040b1756a48ab1","5e7e090243bf203382a5cb04eabbdc38d78f6d5922f16f543e4da8fa007d5ff9","cd823094ded7c8ac4f94ab6dc387dab699293eb8323d9f948304efc07e4ae7b2","307f088012744cf2e7bd53f4165108d9f77576b37721c7bf1b7d2c336e6eef6e","456fd4db1a34732c4c4b51a43007c2a2747bdffad79f32c50a258e13c6cf089a",{"version":"b4701edbd91d1433a98a0f6663cebaea1c155d2af66cf179e6a2d5e2e9c1517a","signature":"17c6226831c63a2f84af72c0ceceda46c04f5b53d8771b8dcb1e259ade647dc4"},{"version":"ee407a5c4156dadd88d6abedacf413614f39362a019f56aa375926cc0dedbb26","signature":"17d6d7206e99683f105e1a1c162206674347c67120a603199a3018f44e064499"},{"version":"ee00df667d0bf74f5e510f78129804988c1679936351de50514bca13421a967b","signature":"77d01931dc0eaf342d2d0c7e228ae5f5603adcf77eb073037ee184490cfa4812"},"ccd344713e6f39583ac472a097e8dd307998d1c27d43b0b0f4558db1569ee3fc","6187d97d074e4a66a0179ff2cdd845e1809b70ff5d7b857e0c686f52a86f62f7","43fe650d6596e6f9bff164927de8f99918481899814a45a026e3262ee5ae01a6","d45c02bf8b85203f35de2971eafb8f8092090d150c7805a189b3e197f53b12b6","ac388c7c7a262213a3700451bc921e382a93fb27c0252c34ccf03540b4ce044b","097a7e3badfd1c4b35f72aa0f722f5714a4f6a84e53fca5a79dcfebbfc5e718d","fb0107c83e2e0e75b77dacd0c3c6c3ab6844e98dce2a8f858c6f0a57c12136a6","ea410c8280b0ec480acb195c7dd36c1f054403f5fccee0beca85717777cf8562","628bceb593b3a5b3d73ff44a808a347ec07d6ee397104a1d88b0f9a20d8b4599","57e25505a5de058216a8f4416ca850788bfc3a412c8e90109b2ef91f75fdd615","2ba453918c1fcf1cbb2836f731534f356d5fe65ed9628811f686e8de3920ed0e","4bcb813ea56182beaaab1e8274524eb9f1449b0d8e79efc4a0399de09e43f816","cc689acd4eff461c808e01225be6a16d1787e44d451310be5dd556dd7ab08457","f0380f581cb015778c0fe51e95b5b7f6dae237280654558469b2486c1572268a",{"version":"ffa8db1997eb4d9c37352a907392e1ef0487ed2d5d41d5d2da4d4463c3a34e96","signature":"adbbb798e0cff28025b68e76e1477458858d084299c887abca10200f28dd5632"},{"version":"ec008f4714666ae53f5e4603bb975fb73460cd4dcd71d69097fa0f052b7838f7","signature":"43dc5181097ad5a48146de82f60ca17637631d8369dc3d60e6a93febc79785ec"},{"version":"db77c6bb23ee7b63ff2d09b139b1057b645aec7c71163d1e809d8ee024dcb4e4","signature":"2f5218c4f1c576adbe7ab8284148246cd1962b2577a4b330f0f28fcf1db4239b"},{"version":"95419cb1ef63469caf936feff67d8bc8f323defb9b2c15ea9585bd0c27336111","signature":"4938f1ef16d7603b17561e33d6b205d28046015f56b03d89f31d06ad51a0f227"},"147cb5b590b77c8c58e4ef0af1ff11ee90ee2b34262816df0665b6ff8fd50aad","6e0575b628aedce5db38c17569e5c909beead07f9052fe7944fb8bfccc3db92e",{"version":"73808ea8b4b1ca7fa6811986367ef2d93cc94d9b5a1edc5ca009b52492c88e49","affectsGlobalScope":true},{"version":"da05cd112e7c5a02335c271fe8165d2f76abef86d59ab5dc2ba9fdc640c6f5f5","signature":"1984a2fb53f612b15ca74b5e4988af5ba66fb4e4ca78d9c01f69ab4ae99b6698"},{"version":"9c5682b7737b276f87e16f2af0a008aa98632fba56c06b4209c1750f506c0566","signature":"d8052766cfb16c6376d88bdfa04bdf6d78c01ddb80f73c1f2d30abb9458aeb42"},{"version":"7eda90d6b52470015aec43b28718bc509d4de340082cbe48e333eb000ee69ea9","signature":"d9805b58baf1f3b43891c26d7482a05d374362bd47b805fb3c0e2e3682295e0c"},{"version":"d9036c8be78baac4e8d16ddaedb3fb10a70ca90b2c9a10eea70517ab4ffb6400","signature":"d7bc46f2ee9d7376588fe622abdc5564d1d4e67a7d79564fdc9041365d60f155"},{"version":"f776beb0bc6d180c9ec1da4d00d3282fdfca64789e4bb2e82ee5b19ad815f86b","signature":"3aa3f7dd65ad707547a3215882ec319e831c2bdb97639b1ee847312832a43810"},{"version":"05dca3042a2c34958fb95bf74047a12b357ca071aca5c85b98f0f3c2768bc885","signature":"e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"},{"version":"58c0edc30265397d8ce49e461a77b0f6be7bb2118d884af688cf285c7d790f98","signature":"5a74da1f894803938406f5412137ad4ac2d50597bfb50cf5e9ea379b607c69bb"},{"version":"1fb008c1a29f86a8a0e9a674b7235f23c6d2a86c9658772941fb626a60aac53b","affectsGlobalScope":true},"8a659f7d82d932649a78f89643c5b436953424a219d705d49b8b3d9ccd6e35ff",{"version":"2d412861573a672bd90fdcb1e48740593324565f3b3aaf6808c0e3e2f0d54ae8","affectsGlobalScope":true},{"version":"cd711db43a952f15464b571ac11b7a440332cd52342bc92c4bf908c70688f57f","affectsGlobalScope":true},"9d8709c916778cb34830708ed47b78e9a46d1fb2eb73a682b14eee990bed4aa6",{"version":"507e2131e89b515ce40c05c0c2fef6cc575ba8947703f92e8cdf36078747a9ff","affectsGlobalScope":true},"999a90d30a3183dcee987d0a5a7c586aba5bacbf6ce087ba8635124082ccfeea","8a5878edd52f4a720560b4c6e6247e9ddc3df6118ad9cf2f9927903b03d5f440",{"version":"d95d76d79a0351572ec5b1a6cc1e5c4bce1be82eedeed7278d6f31ea1059fa69","affectsGlobalScope":true},"f83b320cceccfc48457a818d18fc9a006ab18d0bdd727aa2c2e73dc1b4a45e98","5445b5383991fff958fe3a7b0a9c1b9c672a613bc30fda97aee6eddb4053c0d3",{"version":"4f0ad52a7fbd6bfba88ec22ec719b6956a0fc647030462f9db490e74236d116f","affectsGlobalScope":true},"65b91a3725399231d3469529b5e27b85bf2aa98013e607f308e5fe260b47eeff","a11181f6d68200e83ccb1fb48b262a7132a3257e0a230f41c9dc4c351964297a","359f23bc7fccaec08632ee5c33eb333a5b207fc8ae17c881c7b69919aced4d58","51bce1535d9cb87390d75581866d79de7b2e2cb525a89fba84411c8bb5be52d2","88cda4269c54f0803834fd62b2fac61af8bff7a085693f7ca9df85c1f19dee8a",{"version":"d40075d9f1c08b4a8d8e468076f5258900e99895e7259c40f3923b7044bbed6c","affectsGlobalScope":true},"754006450e5de2b7dac5993194326e3a65c1474673f7304c20810f5eda18ca05","fdf0aa1a72ff0188a9013926201a391116ef6701cd439b89850786abdf755fb8","0b5817d9435c019648f2a2326eaf1086efb72e8e90e28eb53a58b2f31f61e161","abf9ea97b78a7b239186cf5b7ed59c4a593abac3c408c8c95fc5e604cfdfdb43","ae91c9161caf0af81c89e780a045fc5ea8382407e516342e409c5db9161d3b32","d30c69f9eb16583b0a406358224c312b865514a6a7c787a57f16ef08e49b1886","5e02756608c1ac8ddf96878c3af3d4db7ed4e272aef24837e255859ee0a4fb71","4a662115c4c7186cc027ef4a8163e48c7f1c57f05247f08d5acb2344fae2ca53","d598157512ae6e0d3aa6bb0dd261ae34845831dccf7bc7739695ee2589eb76f5","905fbc07f65451b05cb5594d162674eb3ef8f2bf5f13552a1702215664aae3e7","d2173e08898108c0aaa6dbfed27725b4a71f5817153800c86f03fa06456a2fc7",{"version":"317da6b41e240cdc9e8e82289d6b34170e4bb65f9a7a5f37fcd060dd7856e7c5","signature":"e2163846f7c36dfc18f943ae762f94e730f7763853e04d89d37ba3e20e4ca6e5"},"587f13f1e8157bd8cec0adda0de4ef558bb8573daa9d518d1e2af38e87ecc91f","a69c09dbea52352f479d3e7ac949fde3d17b195abe90b045d619f747b38d6d1a",{"version":"d32f90e6cf32e99c86009b5f79fa50bc750fe54e17137d9bb029c377a2822ee2","affectsGlobalScope":true},"33536b5951667cd5a54b4bea28d3d52aaca1844448258f1281d3843b89ac5895",{"version":"c81c51f43e343b6d89114b17341fb9d381c4ccbb25e0ee77532376052c801ba7","affectsGlobalScope":true},"3dd49afd822c82b63b3905a13e22240f34cf367aea4f4dd0e6564f4bddcb8370","57135ce61976a8b1dadd01bb412406d1805b90db6e8ecb726d0d78e0b5f76050",{"version":"49479e21a040c0177d1b1bc05a124c0383df7a08a0726ad4d9457619642e875a","affectsGlobalScope":true},"82408ed3e959ddc60d3e9904481b5a8dc16469928257af22a3f7d1a3bc7fd8c4","f302f3a47d7758f67f2afc753b9375d6504dde05d2e6ecdb1df50abbb131fc89","93db4c949a785a3dbef7f5e08523be538e468c580dd276178b818e761b3b68cd","5b1c0a23f464f894e7c2b2b6c56df7b9afa60ed48c5345f8618d389a636b2108","be2b092f2765222757c6441b86c53a5ea8dfed47bbc43eab4c5fe37942c866b3","8e6b05abc98adba15e1ac78e137c64576c74002e301d682e66feb77a23907ab8","1ca735bb3d407b2af4fbee7665f3a0a83be52168c728cc209755060ba7ed67bd",{"version":"6b526a5ec4a401ca7c26cfe6a48e641d8f30af76673bad3b06a1b4504594a960","affectsGlobalScope":true},{"version":"6e335a70826a634c5a1a1fa36a2dacbf3712ef2be7a517540ae1de8a1e8ea4f6","affectsGlobalScope":true},"255eb00ff28266f9b35e1b73a19a4451542572b33dc0e78daa6d6e1d1d22f3bf","992e52cd58b975ff089613d4095a316d9c9b63466299f15c9b7cc0249d6d6908","1b0856424524be4d18e41b31506c9640c4786ee68fd9658abdbf27c856f70125","3122a3f1136508a27a229e0e4e2848299028300ffa11d0cdfe99df90c492fe20","42b40e40f2a358cda332456214fad311e1806a6abf3cebaaac72496e07556642","ad8848c289c0b633452e58179f46edccd14b5a0fe90ebce411f79ff040b803e0",{"version":"b748ed8ff77f2c330857f01f385e52f708448b6ff6424415ab0de749fd7bc664","affectsGlobalScope":true},"fe6dba0e8c69f2b244e3da38e53dd2cc9e51b2543e647e805396af73006613f7","5e2b91328a540a0933ab5c2203f4358918e6f0fe7505d22840a891a6117735f1","3abc3512fa04aa0230f59ea1019311fd8667bd935d28306311dccc8b17e79d5d",{"version":"5810080a0da989a944d3b691b7b479a4a13c75947fb538abb8070710baa5ccee","affectsGlobalScope":true},{"version":"72f4a812489dee501c41a085f174e1a843aa78e93dd2af0a6f9ed89f796565c8","affectsGlobalScope":true},"1349077576abb41f0e9c78ec30762ff75b710208aff77f5fdcc6a8c8ce6289dd","e2ce82603102b5c0563f59fb40314cc1ff95a4d521a66ad14146e130ea80d89c","a3e0395220255a350aa9c6d56f882bfcb5b85c19fddf5419ec822cf22246a26d","c27b01e8ddff5cd280711af5e13aecd9a3228d1c256ea797dd64f8fdec5f7df5","898840e876dfd21843db9f2aa6ae38ba2eab550eb780ff62b894b9fbfebfae6b","8904e5b670bbfc712dda607853de9227206e7dad93ac97109fe30875c5f12b78","1b952304137851e45bc009785de89ada562d9376177c97e37702e39e60c2f1ff","785e5be57d4f20f290a20e7b0c6263f6c57fd6e51283050756cef07d6d651c68","44b8b584a338b190a59f4f6929d072431950c7bd92ec2694821c11bce180c8a5","164deb2409ac5f4da3cd139dbcee7f7d66753d90363a4d7e2db8d8874f272270",{"version":"a54ee34c2cc03ec4bbf0c9b10a08b9f909a21b3314f90a743de7b12b85867cef","affectsGlobalScope":true},{"version":"8a985c7d30aea82342d5017730b546bb2b734fe37a2684ca55d4734deb019d58","affectsGlobalScope":true},"ad08154d9602429522cac965a715fde27d421d69b24756c5d291877dda75353e","5bc85813bfcb6907cc3a960fec8734a29d7884e0e372515147720c5991b8bc22","812b25f798033c202baedf386a1ccc41f9191b122f089bffd10fdccce99fba11","993325544790073f77e945bee046d53988c0bc3ac5695c9cf8098166feb82661",{"version":"4d06f3abc2a6aae86f1be39e397372f74fb6e7964f594d645926b4a3419cc15d","affectsGlobalScope":true},{"version":"0e08c360c9b5961ecb0537b703e253842b3ded53151ee07024148219b61a8baf","affectsGlobalScope":true},"2ce2210032ccaff7710e2abf6a722e62c54960458e73e356b6a365c93ab6ca66","5ba5b760345053acdf5beb1a9048ff43a51373f3d87849963779c1711ea7cbcc","16a3080e885ed52d4017c902227a8d0d8daf723d062bec9e45627c6fdcd6699b",{"version":"d19e76b1210879a533e64d687e7c4aa605c7fecaa554fbb6b319d9ae9d0f5164","affectsGlobalScope":true},"1ca6858a0cbcd74d7db72d7b14c5360a928d1d16748a55ecfa6bfaff8b83071b",{"version":"ab9b9a36e5284fd8d3bf2f7d5fcbc60052f25f27e4d20954782099282c60d23e","affectsGlobalScope":true},"13e851ee5f3dad116583e14e9d3f4aaf231194bbb6f4b969dc7446ae98a3fa73","6738101ae8e56cd3879ab3f99630ada7d78097fc9fd334df7e766216778ca219","ef437dd282a112d1172b50ac7fd86713d475a496da7aeb31119f529f1313c8d5","82819f9ecc249a6a3e284003540d02ea1b1f56f410c23231797b9e1e4b9622df","81a109b6bb6adf5ed70f2c7e6d907b8c3adcf7b47b5ee09701c5f97370fd29b7","c7da551241b7be719b7bd654ab12a5098c3206fbb189076dd2d8871011a6ab5a","f78253406029c78c96d8923b15e89a5900836e47a2b98bee6c83dc142421d395","5ae76b5a59f2f787e9eb2d4f1a066ceb4505a52bf8fe77ac321d791ef2e72000","64fcc79ee3c237816b9cef0a9289b00bf3da5b17040cd970ac04ba03c4ac1595","49f1d42ac650932fe64a9b623c27ea6e681335ea2e7cda52a5358f4248701001","84e3bbd6f80983d468260fdbfeeb431cc81f7ea98d284d836e4d168e36875e86","aad5ffa61406b8e19524738fcf0e6fda8b3485bba98626268fdf252d1b2b630a","16d51f964ec125ad2024cf03f0af444b3bc3ec3614d9345cc54d09bab45c9a4c",{"version":"4aed81e1115540695f896fa93fb22840fe06086741e94c6859e745f173498213","affectsGlobalScope":true},"4eadf1158f1ae8f7b0deea0f96b391359042cf74d1eb3ce1dacdb69de96e590d","f7a9cb83c8fbc081a8b605880d191e0d0527cde2c1b2b2b623beca8f0203a2cd","43cdd474c5aa3340da4816bb8f1ae7f3b1bcf9e70d997afc36a0f2c432378c84","432dc46f22f9790797d98ccf09f7dc4a897bb5e874921217b951fb808947446b","28ed61ddc42936537ad29ade1404d533b4b28967460e29811409e5a40d9fc3b3","68c559681a043ca6d622debcce75c4d82446fec08e06bf1066f71d6c325f224e","89ccbe04e737ce613f5f04990271cfa84901446350b8551b0555ddf19319723b","0670eede14b39fd186fe7e224db70510158af5279528d12292df9b980867c1d0","4274d4169679f93587cb887aa43570c2b5a840db17022093aa232ac2a9ca9beb","e98185f4249720ace1921d59c1ff4612fa5c633a183fc9bf28e2e7b8e3c7fd51","8b06ac3faeacb8484d84ddb44571d8f410697f98d7bfa86c0fda60373a9f5215","7eb06594824ada538b1d8b48c3925a83e7db792f47a081a62cf3e5c4e23cf0ee","f5638f7c2f12a9a1a57b5c41b3c1ea7db3876c003bab68e6a57afd6bcc169af0","dd89872dd0647dfd63665f3d525c06d114310a2f7a5a9277e5982a152b31be2b","96d14f21b7652903852eef49379d04dbda28c16ed36468f8c9fa08f7c14c9538","fa849c825ac37d70ca78097a1cd06bb5ac281651f765fff8e491cfb0709de57b","c39e1ee964fa0bb318ee2db72c430b3aede3b50dbde414b03b4e43915f80c292","0e60e0cbf2283adfd5a15430ae548cd2f662d581b5da6ecd98220203e7067c70","5774751340e987a6a9e4a5dcc03ff68a6515adc2b91423e1af2f660fc8f30e81",{"version":"5f186a758a616c107c70e8918db4630d063bd782f22e6e0b17573b125765b40b","affectsGlobalScope":true},"2b8264b2fefd7367e0f20e2c04eed5d3038831fe00f5efbc110ff0131aab899b","fc37aca06f6b8b296c42412a2e75ab53d30cd1fa8a340a3bb328a723fd678377","5f2c582b9ef260cb9559a64221b38606378c1fabe17694592cdfe5975a6d7efa","6484309596f594ae824513336bd2a2e04a1902b06bb149fa904f5cae5fbe5c50","8a19491eba2108d5c333c249699f40aff05ad312c04a17504573b27d91f0aede","bc81aff061c53a7140270555f4b22da4ecfe8601e8027cf5aa175fbdc7927c31","65dfa4bc49ccd1355789abb6ae215b302a5b050fdee9651124fe7e826f33113c"],"options":{"allowSyntheticDefaultImports":true,"declaration":true,"esModuleInterop":false,"experimentalDecorators":true,"importHelpers":true,"inlineSources":true,"module":99,"noEmitOnError":true,"outDir":"./","rootDir":"..","sourceMap":true,"strict":true,"target":5},"fileIdsList":[[48,49,51,178],[49,52,178],[44,45,46,47,178],[46,178],[44,46,47,178],[45,46,47,178],[45,178],[49,51,52,178],[50,178],[178],[69,178],[60,178],[61,178],[77,178],[61,77,178],[61,77,85,178],[59,60,178],[120,178],[61,118,119,178],[61,118,178],[102,103,178],[104,178],[103,105,178],[115,116,123,124,125,127,128,178],[117,121,178],[122,178],[118,178],[117,122,126,178],[68,178],[117,178],[102,114,129,178],[106,109,110,113,178],[151,178,185],[151,178,185,188],[102,178],[151,178,185,190],[151,178,185,188,201,202],[148,151,178,185,190,196,197],[178,189,190,198,200],[178,206],[178,209],[178,210],[178,215],[148,151,152,156,162,177,178,185,186,193,199,202,203,208,214],[132,178],[135,178],[136,141,169,178],[137,148,149,156,166,177,178],[137,138,148,156,178],[139,178],[140,141,149,157,178],[141,166,174,178],[142,144,148,156,178],[143,178],[144,145,178],[148,178],[146,148,178],[148,149,150,166,177,178],[148,149,150,163,166,169,178],[178,182],[144,148,151,156,166,177,178],[148,149,151,152,156,166,174,177,178],[151,153,166,174,177,178],[132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184],[148,154,178],[155,177,178,182],[144,148,156,166,178],[157,178],[158,178],[135,159,178],[160,176,178,182],[161,178],[162,178],[148,163,164,178],[163,165,178,180],[136,148,166,167,168,169,178],[136,166,168,178],[166,167,178],[169,178],[170,178],[135,166,178],[148,172,173,178],[172,173,178],[141,156,166,174,178],[175,178],[156,176,178],[136,151,162,177,178],[141,178],[166,178,179],[155,178,180],[178,181],[136,141,148,150,159,166,177,178,180,182],[166,178,183],[178,220],[178,221],[178,185],[149,166,178,185,195],[151,178,185,195,199],[102,112,178],[111,178],[62,178],[148,151,153,156,166,174,177,178,183,185],[148,166,178,185],[108,178],[107,178],[52,178],[74,178],[54,178],[57,178],[61,65,178],[65,178],[64,65,178],[63,64,178],[78,79,80,81,82,83,84,85,86,178],[92,178],[61,65,66,67,178],[43,53,56,72,178],[43,53,68,71,72,73,75,76,87,88,89,91,95,96,97,178],[43,68,87,90,178],[43,75,178],[43,53,55,178],[43,53,58,68,71,178],[43,56,72,88,98,178],[43,68,76,87,178],[43,68,70,72,178],[43,68,87,88,178],[43,68,87,93,94,178],[43,68,87,178],[43,68,178],[43,68,99,130,178],[53,72],[53,68,71,72,75,76,89,91,95,96,97],[65,68,90],[75],[53,55],[53,68,71],[56,72,88,98],[65,68,76],[68,72],[65,68],[65,68,94],[68]],"referencedMap":[[52,1],[74,2],[48,3],[47,4],[45,5],[44,6],[46,7],[54,8],[57,2],[51,9],[50,10],[49,10],[70,11],[69,12],[59,10],[77,13],[78,14],[81,15],[79,15],[83,15],[86,16],[85,10],[84,15],[82,15],[80,14],[60,10],[61,17],[118,10],[121,18],[120,19],[119,20],[104,21],[105,22],[103,10],[106,23],[129,24],[115,10],[122,25],[123,26],[124,10],[125,27],[127,28],[117,29],[126,30],[128,26],[130,31],[114,32],[186,33],[187,10],[189,34],[110,35],[102,10],[191,36],[192,10],[188,33],[193,10],[194,10],[203,37],[204,10],[205,10],[198,38],[201,39],[94,10],[207,40],[208,10],[199,10],[209,10],[210,41],[211,42],[212,10],[213,10],[202,10],[214,43],[215,44],[216,10],[217,40],[195,10],[218,10],[132,45],[133,45],[135,46],[136,47],[137,48],[138,49],[139,50],[140,51],[141,52],[142,53],[143,54],[144,55],[145,55],[147,56],[146,57],[148,56],[149,58],[150,59],[134,60],[184,10],[151,61],[152,62],[153,63],[185,64],[154,65],[155,66],[156,67],[157,68],[158,69],[159,70],[160,71],[161,72],[162,73],[163,74],[164,74],[165,75],[166,76],[168,77],[167,78],[169,79],[170,80],[171,81],[172,82],[173,83],[174,84],[175,85],[176,86],[177,87],[178,88],[179,89],[180,90],[181,91],[182,92],[183,93],[219,10],[221,94],[220,95],[222,10],[190,10],[197,10],[223,96],[196,97],[200,98],[113,99],[112,100],[111,10],[63,101],[62,10],[206,10],[224,102],[225,103],[107,35],[109,104],[108,105],[53,106],[75,107],[55,108],[58,109],[76,10],[66,110],[64,111],[92,112],[67,10],[65,113],[116,111],[87,114],[93,115],[68,116],[43,10],[8,10],[10,10],[9,10],[2,10],[11,10],[12,10],[13,10],[14,10],[15,10],[16,10],[17,10],[18,10],[3,10],[4,10],[22,10],[19,10],[20,10],[21,10],[23,10],[24,10],[25,10],[5,10],[26,10],[27,10],[28,10],[29,10],[6,10],[33,10],[30,10],[31,10],[32,10],[34,10],[7,10],[35,10],[40,10],[41,10],[36,10],[37,10],[38,10],[39,10],[1,10],[42,10],[73,117],[98,118],[91,119],[88,120],[56,121],[72,122],[99,123],[100,10],[89,124],[71,125],[90,126],[95,127],[96,128],[97,128],[101,129],[131,130]],"exportedModulesMap":[[52,1],[74,2],[48,3],[47,4],[45,5],[44,6],[46,7],[54,8],[57,2],[51,9],[50,10],[49,10],[70,11],[69,12],[59,10],[77,13],[78,14],[81,15],[79,15],[83,15],[86,16],[85,10],[84,15],[82,15],[80,14],[60,10],[61,17],[118,10],[121,18],[120,19],[119,20],[104,21],[105,22],[103,10],[106,23],[129,24],[115,10],[122,25],[123,26],[124,10],[125,27],[127,28],[117,29],[126,30],[128,26],[130,31],[114,32],[186,33],[187,10],[189,34],[110,35],[102,10],[191,36],[192,10],[188,33],[193,10],[194,10],[203,37],[204,10],[205,10],[198,38],[201,39],[94,10],[207,40],[208,10],[199,10],[209,10],[210,41],[211,42],[212,10],[213,10],[202,10],[214,43],[215,44],[216,10],[217,40],[195,10],[218,10],[132,45],[133,45],[135,46],[136,47],[137,48],[138,49],[139,50],[140,51],[141,52],[142,53],[143,54],[144,55],[145,55],[147,56],[146,57],[148,56],[149,58],[150,59],[134,60],[184,10],[151,61],[152,62],[153,63],[185,64],[154,65],[155,66],[156,67],[157,68],[158,69],[159,70],[160,71],[161,72],[162,73],[163,74],[164,74],[165,75],[166,76],[168,77],[167,78],[169,79],[170,80],[171,81],[172,82],[173,83],[174,84],[175,85],[176,86],[177,87],[178,88],[179,89],[180,90],[181,91],[182,92],[183,93],[219,10],[221,94],[220,95],[222,10],[190,10],[197,10],[223,96],[196,97],[200,98],[113,99],[112,100],[111,10],[63,101],[62,10],[206,10],[224,102],[225,103],[107,35],[109,104],[108,105],[53,106],[75,107],[55,108],[58,109],[76,10],[66,110],[64,111],[92,112],[67,10],[65,113],[116,111],[87,114],[93,115],[68,116],[43,10],[8,10],[10,10],[9,10],[2,10],[11,10],[12,10],[13,10],[14,10],[15,10],[16,10],[17,10],[18,10],[3,10],[4,10],[22,10],[19,10],[20,10],[21,10],[23,10],[24,10],[25,10],[5,10],[26,10],[27,10],[28,10],[29,10],[6,10],[33,10],[30,10],[31,10],[32,10],[34,10],[7,10],[35,10],[40,10],[41,10],[36,10],[37,10],[38,10],[39,10],[1,10],[42,10],[73,131],[98,132],[91,133],[88,134],[56,135],[72,136],[99,137],[89,138],[71,139],[90,140],[95,141],[96,140],[97,140],[101,142]],"semanticDiagnosticsPerFile":[52,74,48,47,45,44,46,54,57,51,50,49,70,69,59,77,78,81,79,83,86,85,84,82,80,60,61,118,121,120,119,104,105,103,106,129,115,122,123,124,125,127,117,126,128,130,114,186,187,189,110,102,191,192,188,193,194,203,204,205,198,201,94,207,208,199,209,210,211,212,213,202,214,215,216,217,195,218,132,133,135,136,137,138,139,140,141,142,143,144,145,147,146,148,149,150,134,184,151,152,153,185,154,155,156,157,158,159,160,161,162,163,164,165,166,168,167,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,219,221,220,222,190,197,223,196,200,113,112,111,63,62,206,224,225,107,109,108,53,75,55,58,76,66,64,92,67,65,116,87,93,68,43,8,10,9,2,11,12,13,14,15,16,17,18,3,4,22,19,20,21,23,24,25,5,26,27,28,29,6,33,30,31,32,34,7,35,40,41,36,37,38,39,1,42,73,98,91,88,56,72,99,100,89,71,90,95,96,97,101,131]},"version":"4.9.5"}
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"description": "Webcomponent pd-spa-helper following open-wc recommendations",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"author": "pd-spa-helper",
|
|
6
|
-
"version": "0.0.
|
|
6
|
+
"version": "0.0.20",
|
|
7
7
|
"main": "dist/src/index.js",
|
|
8
8
|
"module": "dist/src/index.js",
|
|
9
9
|
"exports": {
|
|
@@ -23,34 +23,34 @@
|
|
|
23
23
|
"storybook:build": "tsc && npm run analyze -- --exclude dist && build-storybook"
|
|
24
24
|
},
|
|
25
25
|
"dependencies": {
|
|
26
|
-
"@lit-labs/task": "^1.1.
|
|
27
|
-
"@progressive-development/pd-contact": "^0.1.
|
|
28
|
-
"@progressive-development/pd-forms": "^0.1.
|
|
29
|
-
"@progressive-development/pd-icon": "^0.1.
|
|
30
|
-
"@progressive-development/pd-page": "^0.1.
|
|
31
|
-
"@types/hammerjs": "^2.0.
|
|
32
|
-
"firebase": "^9.
|
|
26
|
+
"@lit-labs/task": "^1.1.3",
|
|
27
|
+
"@progressive-development/pd-contact": "^0.1.29",
|
|
28
|
+
"@progressive-development/pd-forms": "^0.1.34",
|
|
29
|
+
"@progressive-development/pd-icon": "^0.1.15",
|
|
30
|
+
"@progressive-development/pd-page": "^0.1.57",
|
|
31
|
+
"@types/hammerjs": "^2.0.42",
|
|
32
|
+
"firebase": "^9.23.0",
|
|
33
33
|
"hammerjs": "^2.0.8",
|
|
34
|
-
"lit": "^2.0
|
|
34
|
+
"lit": "^2.8.0",
|
|
35
35
|
"lit-element-router": "^2.0.3"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
38
38
|
"@custom-elements-manifest/analyzer": "^0.4.17",
|
|
39
39
|
"@open-wc/eslint-config": "^4.3.0",
|
|
40
|
-
"@open-wc/testing": "next",
|
|
40
|
+
"@open-wc/testing": "^3.0.0-next.5",
|
|
41
41
|
"@typescript-eslint/eslint-plugin": "^4.33.0",
|
|
42
42
|
"@typescript-eslint/parser": "^4.33.0",
|
|
43
|
-
"@web/dev-server": "^0.1.
|
|
44
|
-
"@web/dev-server-storybook": "next",
|
|
45
|
-
"@web/test-runner": "next",
|
|
43
|
+
"@web/dev-server": "^0.1.38",
|
|
44
|
+
"@web/dev-server-storybook": "^0.3.7-next.0",
|
|
45
|
+
"@web/test-runner": "^0.13.16-next.0",
|
|
46
46
|
"concurrently": "^5.3.0",
|
|
47
47
|
"eslint": "^7.32.0",
|
|
48
|
-
"eslint-config-prettier": "^8.
|
|
48
|
+
"eslint-config-prettier": "^8.10.0",
|
|
49
49
|
"husky": "^4.3.8",
|
|
50
50
|
"lint-staged": "^10.5.4",
|
|
51
|
-
"prettier": "^2.
|
|
52
|
-
"tslib": "^2.
|
|
53
|
-
"typescript": "^4.5
|
|
51
|
+
"prettier": "^2.8.8",
|
|
52
|
+
"tslib": "^2.6.2",
|
|
53
|
+
"typescript": "^4.9.5"
|
|
54
54
|
},
|
|
55
55
|
"customElements": "custom-elements.json",
|
|
56
56
|
"eslintConfig": {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { html, LitElement } from "lit";
|
|
1
|
+
import { html, css, LitElement } from "lit";
|
|
2
2
|
import { customElement } from "lit/decorators.js";
|
|
3
3
|
|
|
4
4
|
import '../tmpown/pd-login.js';
|
|
@@ -6,6 +6,17 @@ import '../tmpown/pd-login.js';
|
|
|
6
6
|
@customElement("default-login")
|
|
7
7
|
export class DefaultLogin extends LitElement {
|
|
8
8
|
|
|
9
|
+
static styles = [
|
|
10
|
+
css`
|
|
11
|
+
:host {
|
|
12
|
+
padding-top: 3em;
|
|
13
|
+
display: flex;
|
|
14
|
+
align-items: center;
|
|
15
|
+
justify-content: center;
|
|
16
|
+
}
|
|
17
|
+
`
|
|
18
|
+
];
|
|
19
|
+
|
|
9
20
|
render() {
|
|
10
21
|
return html`
|
|
11
22
|
<pd-login></pd-login>
|