@operato/input 1.0.0-beta.21 → 1.0.0-beta.22
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +9 -0
- package/dist/src/ox-input-crontab.js +15 -0
- package/dist/src/ox-input-crontab.js.map +1 -1
- package/dist/src/ox-input-key-values.js +2 -1
- package/dist/src/ox-input-key-values.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +7 -7
- package/src/ox-input-crontab.ts +17 -0
- package/src/ox-input-key-values.ts +2 -1
package/CHANGELOG.md
CHANGED
@@ -3,6 +3,15 @@
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
5
5
|
|
6
|
+
## [1.0.0-beta.22](https://github.com/hatiolab/operato/compare/v1.0.0-beta.21...v1.0.0-beta.22) (2022-05-31)
|
7
|
+
|
8
|
+
|
9
|
+
### :bug: Bug Fix
|
10
|
+
|
11
|
+
* grid click handler, crontab clear button, ox-input-key-values ([16079b9](https://github.com/hatiolab/operato/commit/16079b94fef2860627aded1888960f3e7e1bf418))
|
12
|
+
|
13
|
+
|
14
|
+
|
6
15
|
## [1.0.0-beta.21](https://github.com/hatiolab/operato/compare/v1.0.0-beta.20...v1.0.0-beta.21) (2022-05-31)
|
7
16
|
|
8
17
|
|
@@ -355,6 +355,21 @@ let OxInputCrontab = class OxInputCrontab extends OxFormField {
|
|
355
355
|
<div class="crontab-description">${i18next.t(`text.${tip.description}`)}</div>
|
356
356
|
`)}
|
357
357
|
</div>
|
358
|
+
<button
|
359
|
+
id="clear"
|
360
|
+
@click=${(e) => {
|
361
|
+
e.preventDefault();
|
362
|
+
e.stopPropagation();
|
363
|
+
this.value = '';
|
364
|
+
this.dispatchEvent(new CustomEvent('change', {
|
365
|
+
bubbles: true,
|
366
|
+
composed: true,
|
367
|
+
detail: this.value
|
368
|
+
}));
|
369
|
+
}}
|
370
|
+
>
|
371
|
+
Clear
|
372
|
+
</button>
|
358
373
|
</form>
|
359
374
|
`;
|
360
375
|
}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"ox-input-crontab.js","sourceRoot":"","sources":["../../src/ox-input-crontab.ts"],"names":[],"mappings":"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","sourcesContent":["import '@material/mwc-button'\n\nimport { css, html, PropertyValues } from 'lit'\nimport { customElement, property, state } from 'lit/decorators.js'\n\nimport { i18next } from '@operato/i18n'\n\nimport { OxFormField } from './ox-form-field'\n\nfunction createCronRegex(type: 'sec' | 'min' | 'hour' | 'day' | 'month' | 'dayOfWeek') {\n // https://gist.github.com/dkandalov/a2aed17cfdeb65243022\n var regexByField = {} as any\n regexByField['sec'] = '[0-5]?\\\\d'\n regexByField['min'] = '[0-5]?\\\\d'\n regexByField['hour'] = '[01]?\\\\d|2[0-3]'\n regexByField['day'] = '0?[1-9]|[12]\\\\d|3[01]'\n regexByField['month'] = '[1-9]|1[012]'\n regexByField['dayOfWeek'] = '[0-7]'\n\n var crontabFields = [type]\n if (!type) crontabFields = ['sec', 'min', 'hour', 'day', 'month', 'dayOfWeek']\n\n crontabFields.forEach(field => {\n var number = regexByField[field]\n var range =\n '(?:' +\n number +\n ')' +\n '(?:' +\n '(?:-|/|,' +\n ('dayOfWeek' === field ? '|#' : '') +\n ')' +\n '(?:' +\n number +\n ')' +\n ')?'\n if (field === 'dayOfWeek') range += '(?:L)?'\n if (field === 'month') range += '(?:L|W)?'\n regexByField[field] = '\\\\?|\\\\*|' + range + '(?:,' + range + ')*'\n })\n\n var monthValues = 'JAN|FEB|MAR|APR|MAY|JUN|JUL|AUG|SEP|OCT|NOV|DEC'\n var monthRange = '(?:' + monthValues + ')(?:(?:-)(?:' + monthValues + '))?'\n regexByField['month'] += '|\\\\?|\\\\*|' + monthRange + '(?:,' + monthRange + ')*'\n\n var dayOfWeekValues = 'MON|TUE|WED|THU|FRI|SAT|SUN'\n var dayOfWeekRange = '(?:' + dayOfWeekValues + ')(?:(?:-)(?:' + dayOfWeekValues + '))?'\n regexByField['dayOfWeek'] += '|\\\\?|\\\\*|' + dayOfWeekRange + '(?:,' + dayOfWeekRange + ')*'\n\n if (!type)\n return (\n '^\\\\s*($' +\n '|#' +\n '|\\\\w+\\\\s*=' +\n '|' +\n '(' +\n regexByField['sec'] +\n ')\\\\s+' +\n '(' +\n regexByField['min'] +\n ')\\\\s+' +\n '(' +\n regexByField['hour'] +\n ')\\\\s+' +\n '(' +\n regexByField['day'] +\n ')\\\\s+' +\n '(' +\n regexByField['month'] +\n ')\\\\s+' +\n '(' +\n regexByField['dayOfWeek'] +\n ')(|\\\\s)+' +\n ')$'\n )\n else return `^${regexByField[type]}$`\n}\n\n@customElement('ox-input-crontab')\nexport class OxInputCrontab extends OxFormField {\n static styles = css`\n :host {\n display: block;\n width: 100%;\n height: 100%;\n border: 0;\n }\n\n :host * {\n box-sizing: border-box;\n }\n :host *:focus {\n outline: none;\n }\n\n form {\n display: grid;\n width: 100%;\n height: 100%;\n padding: 1rem;\n grid-template: auto auto 1fr auto / repeat(6, 1fr);\n grid-gap: 0.5rem;\n justify-content: center;\n align-items: center;\n overflow: auto;\n }\n\n label[for='example'] {\n text-align: right;\n grid-column: 3;\n font: normal 1em var(--theme-font);\n color: var(--secondary-color);\n text-transform: capitalize;\n }\n\n #example {\n grid-column: 4 / span 3;\n width: 100%;\n height: 100%;\n padding: var(--input-padding);\n border: 0;\n border-bottom: var(--border-dark-color);\n text-transform: capitalize;\n font: var(--label-font);\n color: var(--label-color);\n }\n\n input {\n width: 100%;\n margin-top: var(--margin-default);\n padding: 5px;\n border: 0;\n border-bottom: var(--border-dark-color);\n padding: var(--input-padding);\n font: var(--input-font);\n color: var(--primary-text-color);\n }\n input:focus {\n outline: none;\n border-bottom: 1px solid var(--primary-color);\n }\n\n input:invalid {\n border-bottom: 1px solid var(--status-danger-color);\n color: var(--status-danger-color);\n }\n\n label {\n width: 100%;\n font: normal 0.8em var(--theme-font);\n color: var(--primary-color);\n }\n\n label:not([for='example']) {\n text-align: center;\n }\n\n #input-wrapper {\n grid-column: span 6;\n display: flex;\n flex-wrap: wrap;\n margin: 0 -0.25rem;\n }\n\n #input-wrapper > div {\n flex: 1;\n display: grid;\n grid-template-rows: 1fr auto;\n grid-gap: 0.5rem;\n min-width: 60px;\n max-width: 33%;\n margin: 0.25rem;\n }\n\n #tooltip {\n grid-column: span 6;\n display: grid;\n grid-template-columns: auto 1fr;\n grid-gap: 0;\n margin: auto;\n grid-auto-rows: min-content;\n align-self: center;\n align-items: center;\n }\n\n #tooltip > div {\n padding: 0.25rem 0.5rem;\n border-bottom: #ccc 1px dashed;\n font: normal 0.9em var(--theme-font);\n }\n\n #tooltip > .crontab-value {\n text-align: right;\n color: var(--secondary-color);\n }\n\n #tooltip > .crontab-description {\n text-align: left;\n color: #585858;\n }\n\n #button-wrapper {\n grid-column: 1 / span 6;\n display: flex;\n flex-wrap: wrap-reverse;\n flex-direction: row-reverse;\n margin: -0.25rem;\n }\n\n mwc-button {\n background-color: var(--secondary-color);\n border-radius: var(--button-border-radius);\n --mdc-theme-primary: #fff;\n margin: 0.25rem;\n }\n mwc-button:hover,\n mwc-button:active {\n background-color: var(--primary-color);\n }\n `\n\n @property({ type: String }) value?: string\n @property({ type: String }) second?: string\n @property({ type: String }) minute?: string\n @property({ type: String }) hour?: string\n @property({ type: String }) dayOfMonth?: string\n @property({ type: String }) month?: string\n @property({ type: String }) dayOfWeek?: string\n\n @state() tooltip: { value: string; description: string }[] = []\n\n render() {\n return html`\n <form>\n <label for=\"example\">${i18next.t('label.examples')}</label>\n <select\n id=\"example\"\n @change=${(e: Event) => (this.value = (e.currentTarget as HTMLInputElement).value)}\n .value=${this.value}\n >\n <optgroup label=\"${i18next.t('label.second by second')}\">\n <option value=\"* * * * * *\">${i18next.t('text.every second')}</option>\n <option value=\"0/2 * * * * *\">${i18next.t('text.every 2 seconds')}</option>\n <option value=\"0/15 * * * * *\">${i18next.t('text.every 15 seconds')}</option>\n <option value=\"0/30 * * * * *\">${i18next.t('text.every 30 seconds')}</option>\n </optgroup>\n <optgroup label=\"${i18next.t('label.minute by minute')}\">\n <option value=\"0 * * * * *\">${i18next.t('text.every minute')}</option>\n <option value=\"0 0/2 * * * *\">${i18next.t('text.every 2 minutes')}</option>\n <option value=\"0 0/15 * * * *\">${i18next.t('text.every 15 minutes')}</option>\n <option value=\"0 0/30 * * * *\">${i18next.t('text.every half hour')}</option>\n </optgroup>\n <optgroup label=\"${i18next.t('label.hourly')}\">\n <option value=\"0 0 * * * *\">${i18next.t('text.every hour')}</option>\n <option value=\"0 0 0/2 * * *\">${i18next.t('text.every 2 hours')}</option>\n <option value=\"0 0 0/12 * * *\">${i18next.t('text.every 12 hours')}</option>\n <option value=\"0 0 10-19 * * *\">${i18next.t('text.every hour during working time')}</option>\n </optgroup>\n <optgroup label=\"${i18next.t('label.daily')}\">\n <option value=\"0 0 0 * * *\">${i18next.t('text.every day')}</option>\n </optgroup>\n <optgroup label=\"${i18next.t('label.weekly')}\">\n <option value=\"0 0 0 * * SUN\">${i18next.t('text.every sunday')}</option>\n <option value=\"0 0 0 * * 0\">${i18next.t('text.every sunday(2)')}</option>\n <option value=\"0 0 0 * * 1-5\">${i18next.t('text.every weekday')}</option>\n </optgroup>\n <optgroup label=\"${i18next.t('label.monthly')}\">\n <option value=\"0 0 0 1 * *\">${i18next.t('text.the first day of every month')}</option>\n <option value=\"0 0 10 21 * *\">${i18next.t('text.10 am on every payday')}</option>\n </optgroup>\n <optgroup label=\"${i18next.t('label.yearly')}\">\n <option value=\"0 0 0 1 1 *\">${i18next.t('text.the first day of every year')}</option>\n <option value=\"0 0 0 25 12 *\">${i18next.t('text.every christmas')}</option>\n </optgroup>\n </select>\n <div id=\"input-wrapper\">\n <div>\n <input\n id=\"second-input\"\n class=\"second\"\n type=\"text\"\n .value=${this.second || ''}\n @input=${(e: Event) => (this.second = (e.currentTarget as HTMLInputElement).value)}\n @focus=${(e: Event) => {\n this.showTooltip('second')\n }}\n pattern=${createCronRegex('sec')}\n required\n />\n <label for=\"second-input\" class=\"second\">${i18next.t('label.second')}</label>\n </div>\n <div>\n <input\n id=\"minute-input\"\n class=\"minute\"\n type=\"text\"\n .value=${this.minute || ''}\n @input=${(e: Event) => (this.minute = (e.currentTarget as HTMLInputElement).value)}\n @focus=${(e: Event) => {\n this.showTooltip('minute')\n }}\n pattern=${createCronRegex('min')}\n required\n />\n <label for=\"minute-input\" class=\"minute\">${i18next.t('label.minute')}</label>\n </div>\n <div>\n <input\n id=\"hour-input\"\n class=\"hour\"\n type=\"text\"\n .value=${this.hour || ''}\n @input=${(e: Event) => (this.hour = (e.currentTarget as HTMLInputElement).value)}\n @focus=${(e: Event) => {\n this.showTooltip('hour')\n }}\n pattern=${createCronRegex('hour')}\n required\n />\n <label for=\"hour-input\" class=\"hour\">${i18next.t('label.hour')}</label>\n </div>\n <div>\n <input\n id=\"day-of-month-input\"\n class=\"day-of-month\"\n type=\"text\"\n .value=${this.dayOfMonth || ''}\n @input=${(e: Event) => (this.dayOfMonth = (e.currentTarget as HTMLInputElement).value)}\n @focus=${(e: Event) => {\n this.showTooltip('dayOfMonth')\n }}\n pattern=${createCronRegex('day')}\n required\n />\n <label for=\"day-of-month-input\" class=\"day-of-month\">${i18next.t('label.day-of-month')}</label>\n </div>\n <div>\n <input\n id=\"month-input\"\n class=\"month\"\n type=\"text\"\n .value=${this.month || ''}\n @input=${(e: Event) => (this.month = (e.currentTarget as HTMLInputElement).value)}\n @focus=${(e: Event) => {\n this.showTooltip('month')\n }}\n pattern=${createCronRegex('month')}\n required\n />\n <label for=\"month-input\" class=\"month\">${i18next.t('label.month')}</label>\n </div>\n <div>\n <input\n id=\"day-of-week-input\"\n class=\"day-of-week\"\n type=\"text\"\n .value=${this.dayOfWeek || ''}\n @input=${(e: Event) => (this.dayOfWeek = (e.currentTarget as HTMLInputElement).value)}\n @focus=${(e: Event) => {\n this.showTooltip('dayOfWeek')\n }}\n pattern=${createCronRegex('dayOfWeek')}\n required\n />\n <label for=\"day-of-week-input\" class=\"day-of-week\">${i18next.t('label.day-of-week')}</label>\n </div>\n </div>\n <div id=\"tooltip\">\n ${this.tooltip.map(\n tip => html`\n <div class=\"crontab-value\">${tip.value}</div>\n <div class=\"crontab-description\">${i18next.t(`text.${tip.description}`)}</div>\n `\n )}\n </div>\n </form>\n `\n }\n\n get focusableElements(): HTMLElement[] {\n return Array.from(this.renderRoot.querySelectorAll('select, input, mwc-button'))\n }\n\n firstUpdated() {\n ;(this.renderRoot.querySelector('input') as HTMLInputElement).focus()\n this.renderRoot.addEventListener('change', this.onChange.bind(this))\n }\n\n updated(changes: PropertyValues<this>) {\n if (changes.has('value')) {\n var values = (this.value || '').split(' ')\n\n if (values.length == 1) values = ['*', '*', '*', '*', '*', '*']\n else if (values.length == 5) values = ['0'].concat(values)\n\n this.second = values[0]\n this.minute = values[1]\n this.hour = values[2]\n this.dayOfMonth = values[3]\n this.month = values[4]\n this.dayOfWeek = values[5]\n }\n }\n\n showTooltip(type: 'second' | 'minute' | 'hour' | 'dayOfMonth' | 'month' | 'dayOfWeek') {\n switch (type) {\n case 'second':\n case 'minute':\n this.tooltip = [\n {\n value: '*',\n description: 'any value'\n },\n {\n value: ',',\n description: 'value list separator'\n },\n {\n value: '-',\n description: 'range of values'\n },\n {\n value: '/',\n description: 'step values'\n },\n {\n value: '0-59',\n description: 'allowed values'\n }\n ]\n break\n case 'hour':\n this.tooltip = [\n {\n value: '*',\n description: 'any value'\n },\n {\n value: ',',\n description: 'value list separator'\n },\n {\n value: '-',\n description: 'range of values'\n },\n {\n value: '/',\n description: 'step values'\n },\n {\n value: '0-23',\n description: 'allowed values'\n }\n ]\n break\n\n case 'dayOfMonth':\n this.tooltip = [\n {\n value: '*',\n description: 'any value'\n },\n {\n value: ',',\n description: 'value list separator'\n },\n {\n value: '-',\n description: 'range of values'\n },\n {\n value: '/',\n description: 'step values'\n },\n {\n value: '1-31',\n description: 'allowed values'\n }\n ]\n break\n\n case 'month':\n this.tooltip = [\n {\n value: '*',\n description: 'any value'\n },\n {\n value: ',',\n description: 'value list separator'\n },\n {\n value: '-',\n description: 'range of values'\n },\n {\n value: '/',\n description: 'step values'\n },\n {\n value: '1-12',\n description: 'allowed values'\n },\n {\n value: 'JAN-DEC',\n description: 'alternative single values'\n }\n ]\n break\n\n case 'dayOfWeek':\n this.tooltip = [\n {\n value: '*',\n description: 'any value'\n },\n {\n value: ',',\n description: 'value list separator'\n },\n {\n value: '-',\n description: 'range of values'\n },\n {\n value: '/',\n description: 'step values'\n },\n {\n value: '0-6',\n description: 'allowed values'\n },\n {\n value: 'SUN-SAT',\n description: 'alternative single values'\n }\n ]\n break\n\n default:\n this.tooltip = []\n break\n }\n }\n\n onChange() {\n var form = this.renderRoot.querySelector('form') as HTMLFormElement\n var valid = form.checkValidity()\n if (!valid) {\n form.reportValidity()\n return\n }\n\n this.value = `${this.second} ${this.minute} ${this.hour} ${this.dayOfMonth} ${this.month} ${this.dayOfWeek}`\n\n this.dispatchEvent(\n new CustomEvent('change', {\n bubbles: true,\n composed: true,\n detail: this.value\n })\n )\n }\n}\n"]}
|
1
|
+
{"version":3,"file":"ox-input-crontab.js","sourceRoot":"","sources":["../../src/ox-input-crontab.ts"],"names":[],"mappings":"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","sourcesContent":["import '@material/mwc-button'\n\nimport { css, html, PropertyValues } from 'lit'\nimport { customElement, property, state } from 'lit/decorators.js'\n\nimport { i18next } from '@operato/i18n'\n\nimport { OxFormField } from './ox-form-field'\n\nfunction createCronRegex(type: 'sec' | 'min' | 'hour' | 'day' | 'month' | 'dayOfWeek') {\n // https://gist.github.com/dkandalov/a2aed17cfdeb65243022\n var regexByField = {} as any\n regexByField['sec'] = '[0-5]?\\\\d'\n regexByField['min'] = '[0-5]?\\\\d'\n regexByField['hour'] = '[01]?\\\\d|2[0-3]'\n regexByField['day'] = '0?[1-9]|[12]\\\\d|3[01]'\n regexByField['month'] = '[1-9]|1[012]'\n regexByField['dayOfWeek'] = '[0-7]'\n\n var crontabFields = [type]\n if (!type) crontabFields = ['sec', 'min', 'hour', 'day', 'month', 'dayOfWeek']\n\n crontabFields.forEach(field => {\n var number = regexByField[field]\n var range =\n '(?:' +\n number +\n ')' +\n '(?:' +\n '(?:-|/|,' +\n ('dayOfWeek' === field ? '|#' : '') +\n ')' +\n '(?:' +\n number +\n ')' +\n ')?'\n if (field === 'dayOfWeek') range += '(?:L)?'\n if (field === 'month') range += '(?:L|W)?'\n regexByField[field] = '\\\\?|\\\\*|' + range + '(?:,' + range + ')*'\n })\n\n var monthValues = 'JAN|FEB|MAR|APR|MAY|JUN|JUL|AUG|SEP|OCT|NOV|DEC'\n var monthRange = '(?:' + monthValues + ')(?:(?:-)(?:' + monthValues + '))?'\n regexByField['month'] += '|\\\\?|\\\\*|' + monthRange + '(?:,' + monthRange + ')*'\n\n var dayOfWeekValues = 'MON|TUE|WED|THU|FRI|SAT|SUN'\n var dayOfWeekRange = '(?:' + dayOfWeekValues + ')(?:(?:-)(?:' + dayOfWeekValues + '))?'\n regexByField['dayOfWeek'] += '|\\\\?|\\\\*|' + dayOfWeekRange + '(?:,' + dayOfWeekRange + ')*'\n\n if (!type)\n return (\n '^\\\\s*($' +\n '|#' +\n '|\\\\w+\\\\s*=' +\n '|' +\n '(' +\n regexByField['sec'] +\n ')\\\\s+' +\n '(' +\n regexByField['min'] +\n ')\\\\s+' +\n '(' +\n regexByField['hour'] +\n ')\\\\s+' +\n '(' +\n regexByField['day'] +\n ')\\\\s+' +\n '(' +\n regexByField['month'] +\n ')\\\\s+' +\n '(' +\n regexByField['dayOfWeek'] +\n ')(|\\\\s)+' +\n ')$'\n )\n else return `^${regexByField[type]}$`\n}\n\n@customElement('ox-input-crontab')\nexport class OxInputCrontab extends OxFormField {\n static styles = css`\n :host {\n display: block;\n width: 100%;\n height: 100%;\n border: 0;\n }\n\n :host * {\n box-sizing: border-box;\n }\n :host *:focus {\n outline: none;\n }\n\n form {\n display: grid;\n width: 100%;\n height: 100%;\n padding: 1rem;\n grid-template: auto auto 1fr auto / repeat(6, 1fr);\n grid-gap: 0.5rem;\n justify-content: center;\n align-items: center;\n overflow: auto;\n }\n\n label[for='example'] {\n text-align: right;\n grid-column: 3;\n font: normal 1em var(--theme-font);\n color: var(--secondary-color);\n text-transform: capitalize;\n }\n\n #example {\n grid-column: 4 / span 3;\n width: 100%;\n height: 100%;\n padding: var(--input-padding);\n border: 0;\n border-bottom: var(--border-dark-color);\n text-transform: capitalize;\n font: var(--label-font);\n color: var(--label-color);\n }\n\n input {\n width: 100%;\n margin-top: var(--margin-default);\n padding: 5px;\n border: 0;\n border-bottom: var(--border-dark-color);\n padding: var(--input-padding);\n font: var(--input-font);\n color: var(--primary-text-color);\n }\n input:focus {\n outline: none;\n border-bottom: 1px solid var(--primary-color);\n }\n\n input:invalid {\n border-bottom: 1px solid var(--status-danger-color);\n color: var(--status-danger-color);\n }\n\n label {\n width: 100%;\n font: normal 0.8em var(--theme-font);\n color: var(--primary-color);\n }\n\n label:not([for='example']) {\n text-align: center;\n }\n\n #input-wrapper {\n grid-column: span 6;\n display: flex;\n flex-wrap: wrap;\n margin: 0 -0.25rem;\n }\n\n #input-wrapper > div {\n flex: 1;\n display: grid;\n grid-template-rows: 1fr auto;\n grid-gap: 0.5rem;\n min-width: 60px;\n max-width: 33%;\n margin: 0.25rem;\n }\n\n #tooltip {\n grid-column: span 6;\n display: grid;\n grid-template-columns: auto 1fr;\n grid-gap: 0;\n margin: auto;\n grid-auto-rows: min-content;\n align-self: center;\n align-items: center;\n }\n\n #tooltip > div {\n padding: 0.25rem 0.5rem;\n border-bottom: #ccc 1px dashed;\n font: normal 0.9em var(--theme-font);\n }\n\n #tooltip > .crontab-value {\n text-align: right;\n color: var(--secondary-color);\n }\n\n #tooltip > .crontab-description {\n text-align: left;\n color: #585858;\n }\n\n #button-wrapper {\n grid-column: 1 / span 6;\n display: flex;\n flex-wrap: wrap-reverse;\n flex-direction: row-reverse;\n margin: -0.25rem;\n }\n\n mwc-button {\n background-color: var(--secondary-color);\n border-radius: var(--button-border-radius);\n --mdc-theme-primary: #fff;\n margin: 0.25rem;\n }\n mwc-button:hover,\n mwc-button:active {\n background-color: var(--primary-color);\n }\n `\n\n @property({ type: String }) value?: string\n @property({ type: String }) second?: string\n @property({ type: String }) minute?: string\n @property({ type: String }) hour?: string\n @property({ type: String }) dayOfMonth?: string\n @property({ type: String }) month?: string\n @property({ type: String }) dayOfWeek?: string\n\n @state() tooltip: { value: string; description: string }[] = []\n\n render() {\n return html`\n <form>\n <label for=\"example\">${i18next.t('label.examples')}</label>\n <select\n id=\"example\"\n @change=${(e: Event) => (this.value = (e.currentTarget as HTMLInputElement).value)}\n .value=${this.value}\n >\n <optgroup label=\"${i18next.t('label.second by second')}\">\n <option value=\"* * * * * *\">${i18next.t('text.every second')}</option>\n <option value=\"0/2 * * * * *\">${i18next.t('text.every 2 seconds')}</option>\n <option value=\"0/15 * * * * *\">${i18next.t('text.every 15 seconds')}</option>\n <option value=\"0/30 * * * * *\">${i18next.t('text.every 30 seconds')}</option>\n </optgroup>\n <optgroup label=\"${i18next.t('label.minute by minute')}\">\n <option value=\"0 * * * * *\">${i18next.t('text.every minute')}</option>\n <option value=\"0 0/2 * * * *\">${i18next.t('text.every 2 minutes')}</option>\n <option value=\"0 0/15 * * * *\">${i18next.t('text.every 15 minutes')}</option>\n <option value=\"0 0/30 * * * *\">${i18next.t('text.every half hour')}</option>\n </optgroup>\n <optgroup label=\"${i18next.t('label.hourly')}\">\n <option value=\"0 0 * * * *\">${i18next.t('text.every hour')}</option>\n <option value=\"0 0 0/2 * * *\">${i18next.t('text.every 2 hours')}</option>\n <option value=\"0 0 0/12 * * *\">${i18next.t('text.every 12 hours')}</option>\n <option value=\"0 0 10-19 * * *\">${i18next.t('text.every hour during working time')}</option>\n </optgroup>\n <optgroup label=\"${i18next.t('label.daily')}\">\n <option value=\"0 0 0 * * *\">${i18next.t('text.every day')}</option>\n </optgroup>\n <optgroup label=\"${i18next.t('label.weekly')}\">\n <option value=\"0 0 0 * * SUN\">${i18next.t('text.every sunday')}</option>\n <option value=\"0 0 0 * * 0\">${i18next.t('text.every sunday(2)')}</option>\n <option value=\"0 0 0 * * 1-5\">${i18next.t('text.every weekday')}</option>\n </optgroup>\n <optgroup label=\"${i18next.t('label.monthly')}\">\n <option value=\"0 0 0 1 * *\">${i18next.t('text.the first day of every month')}</option>\n <option value=\"0 0 10 21 * *\">${i18next.t('text.10 am on every payday')}</option>\n </optgroup>\n <optgroup label=\"${i18next.t('label.yearly')}\">\n <option value=\"0 0 0 1 1 *\">${i18next.t('text.the first day of every year')}</option>\n <option value=\"0 0 0 25 12 *\">${i18next.t('text.every christmas')}</option>\n </optgroup>\n </select>\n <div id=\"input-wrapper\">\n <div>\n <input\n id=\"second-input\"\n class=\"second\"\n type=\"text\"\n .value=${this.second || ''}\n @input=${(e: Event) => (this.second = (e.currentTarget as HTMLInputElement).value)}\n @focus=${(e: Event) => {\n this.showTooltip('second')\n }}\n pattern=${createCronRegex('sec')}\n required\n />\n <label for=\"second-input\" class=\"second\">${i18next.t('label.second')}</label>\n </div>\n <div>\n <input\n id=\"minute-input\"\n class=\"minute\"\n type=\"text\"\n .value=${this.minute || ''}\n @input=${(e: Event) => (this.minute = (e.currentTarget as HTMLInputElement).value)}\n @focus=${(e: Event) => {\n this.showTooltip('minute')\n }}\n pattern=${createCronRegex('min')}\n required\n />\n <label for=\"minute-input\" class=\"minute\">${i18next.t('label.minute')}</label>\n </div>\n <div>\n <input\n id=\"hour-input\"\n class=\"hour\"\n type=\"text\"\n .value=${this.hour || ''}\n @input=${(e: Event) => (this.hour = (e.currentTarget as HTMLInputElement).value)}\n @focus=${(e: Event) => {\n this.showTooltip('hour')\n }}\n pattern=${createCronRegex('hour')}\n required\n />\n <label for=\"hour-input\" class=\"hour\">${i18next.t('label.hour')}</label>\n </div>\n <div>\n <input\n id=\"day-of-month-input\"\n class=\"day-of-month\"\n type=\"text\"\n .value=${this.dayOfMonth || ''}\n @input=${(e: Event) => (this.dayOfMonth = (e.currentTarget as HTMLInputElement).value)}\n @focus=${(e: Event) => {\n this.showTooltip('dayOfMonth')\n }}\n pattern=${createCronRegex('day')}\n required\n />\n <label for=\"day-of-month-input\" class=\"day-of-month\">${i18next.t('label.day-of-month')}</label>\n </div>\n <div>\n <input\n id=\"month-input\"\n class=\"month\"\n type=\"text\"\n .value=${this.month || ''}\n @input=${(e: Event) => (this.month = (e.currentTarget as HTMLInputElement).value)}\n @focus=${(e: Event) => {\n this.showTooltip('month')\n }}\n pattern=${createCronRegex('month')}\n required\n />\n <label for=\"month-input\" class=\"month\">${i18next.t('label.month')}</label>\n </div>\n <div>\n <input\n id=\"day-of-week-input\"\n class=\"day-of-week\"\n type=\"text\"\n .value=${this.dayOfWeek || ''}\n @input=${(e: Event) => (this.dayOfWeek = (e.currentTarget as HTMLInputElement).value)}\n @focus=${(e: Event) => {\n this.showTooltip('dayOfWeek')\n }}\n pattern=${createCronRegex('dayOfWeek')}\n required\n />\n <label for=\"day-of-week-input\" class=\"day-of-week\">${i18next.t('label.day-of-week')}</label>\n </div>\n </div>\n <div id=\"tooltip\">\n ${this.tooltip.map(\n tip => html`\n <div class=\"crontab-value\">${tip.value}</div>\n <div class=\"crontab-description\">${i18next.t(`text.${tip.description}`)}</div>\n `\n )}\n </div>\n <button\n id=\"clear\"\n @click=${(e: Event) => {\n e.preventDefault()\n e.stopPropagation()\n this.value = ''\n this.dispatchEvent(\n new CustomEvent('change', {\n bubbles: true,\n composed: true,\n detail: this.value\n })\n )\n }}\n >\n Clear\n </button>\n </form>\n `\n }\n\n get focusableElements(): HTMLElement[] {\n return Array.from(this.renderRoot.querySelectorAll('select, input, mwc-button'))\n }\n\n firstUpdated() {\n ;(this.renderRoot.querySelector('input') as HTMLInputElement).focus()\n this.renderRoot.addEventListener('change', this.onChange.bind(this))\n }\n\n updated(changes: PropertyValues<this>) {\n if (changes.has('value')) {\n var values = (this.value || '').split(' ')\n\n if (values.length == 1) values = ['*', '*', '*', '*', '*', '*']\n else if (values.length == 5) values = ['0'].concat(values)\n\n this.second = values[0]\n this.minute = values[1]\n this.hour = values[2]\n this.dayOfMonth = values[3]\n this.month = values[4]\n this.dayOfWeek = values[5]\n }\n }\n\n showTooltip(type: 'second' | 'minute' | 'hour' | 'dayOfMonth' | 'month' | 'dayOfWeek') {\n switch (type) {\n case 'second':\n case 'minute':\n this.tooltip = [\n {\n value: '*',\n description: 'any value'\n },\n {\n value: ',',\n description: 'value list separator'\n },\n {\n value: '-',\n description: 'range of values'\n },\n {\n value: '/',\n description: 'step values'\n },\n {\n value: '0-59',\n description: 'allowed values'\n }\n ]\n break\n case 'hour':\n this.tooltip = [\n {\n value: '*',\n description: 'any value'\n },\n {\n value: ',',\n description: 'value list separator'\n },\n {\n value: '-',\n description: 'range of values'\n },\n {\n value: '/',\n description: 'step values'\n },\n {\n value: '0-23',\n description: 'allowed values'\n }\n ]\n break\n\n case 'dayOfMonth':\n this.tooltip = [\n {\n value: '*',\n description: 'any value'\n },\n {\n value: ',',\n description: 'value list separator'\n },\n {\n value: '-',\n description: 'range of values'\n },\n {\n value: '/',\n description: 'step values'\n },\n {\n value: '1-31',\n description: 'allowed values'\n }\n ]\n break\n\n case 'month':\n this.tooltip = [\n {\n value: '*',\n description: 'any value'\n },\n {\n value: ',',\n description: 'value list separator'\n },\n {\n value: '-',\n description: 'range of values'\n },\n {\n value: '/',\n description: 'step values'\n },\n {\n value: '1-12',\n description: 'allowed values'\n },\n {\n value: 'JAN-DEC',\n description: 'alternative single values'\n }\n ]\n break\n\n case 'dayOfWeek':\n this.tooltip = [\n {\n value: '*',\n description: 'any value'\n },\n {\n value: ',',\n description: 'value list separator'\n },\n {\n value: '-',\n description: 'range of values'\n },\n {\n value: '/',\n description: 'step values'\n },\n {\n value: '0-6',\n description: 'allowed values'\n },\n {\n value: 'SUN-SAT',\n description: 'alternative single values'\n }\n ]\n break\n\n default:\n this.tooltip = []\n break\n }\n }\n\n onChange() {\n var form = this.renderRoot.querySelector('form') as HTMLFormElement\n var valid = form.checkValidity()\n if (!valid) {\n form.reportValidity()\n return\n }\n\n this.value = `${this.second} ${this.minute} ${this.hour} ${this.dayOfMonth} ${this.month} ${this.dayOfWeek}`\n\n this.dispatchEvent(\n new CustomEvent('change', {\n bubbles: true,\n composed: true,\n detail: this.value\n })\n )\n }\n}\n"]}
|
@@ -82,6 +82,7 @@ let OxInputKeyValues = class OxInputKeyValues extends OxFormField {
|
|
82
82
|
}
|
83
83
|
render() {
|
84
84
|
const value = !this.value || typeof this.value !== 'object' ? {} : this.value;
|
85
|
+
const options = this.options || [];
|
85
86
|
return html `
|
86
87
|
${this._toArray(value).map(item => html `
|
87
88
|
<div data-record>
|
@@ -110,7 +111,7 @@ let OxInputKeyValues = class OxInputKeyValues extends OxFormField {
|
|
110
111
|
</div>
|
111
112
|
|
112
113
|
<datalist id="value-template">
|
113
|
-
${
|
114
|
+
${options.map(({ display, value }) => html ` <option value="${value}">${display}</option> `)}
|
114
115
|
</datalist>
|
115
116
|
`;
|
116
117
|
}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"ox-input-key-values.js","sourceRoot":"","sources":["../../src/ox-input-key-values.ts"],"names":[],"mappings":"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","sourcesContent":["/**\n * @license Copyright © HatioLab Inc. All rights reserved.\n */\n\nimport '@material/mwc-icon'\n\nimport { css, html } from 'lit'\nimport { customElement, property, queryAll } from 'lit/decorators.js'\n\nimport { OxFormField } from './ox-form-field'\n\ntype KeyValues = { [key: string]: any }\ntype ArrayedKeyValues = { key: string; value: any }\n\n/**\n input component for key-value map\n \n Example:\n \n <ox-input-key-values \n value=${map}\n </ox-input-key-values>\n */\n@customElement('ox-input-key-values')\nexport class OxInputKeyValues extends OxFormField {\n static styles = css`\n :host {\n display: flex;\n flex-direction: column;\n overflow: hidden;\n margin-bottom: var(--margin-wide);\n }\n\n div {\n display: flex;\n flex-flow: row nowrap;\n gap: var(--margin-default);\n margin-bottom: var(--margin-narrow);\n }\n\n button {\n border: var(--button-border);\n border-radius: var(--border-radius);\n background-color: var(--button-background-color);\n padding: var(--padding-narrow) var(--padding-default);\n line-height: 0.8;\n color: var(--button-color);\n cursor: pointer;\n }\n button + button {\n margin-left: -5px;\n }\n button mwc-icon {\n font-size: var(--fontsize-default);\n }\n button:focus,\n button:hover,\n button:active {\n border: var(--button-activ-border);\n background-color: var(--button-background-focus-color);\n color: var(--theme-white-color);\n }\n\n input {\n flex: 1;\n border: 0;\n border-bottom: var(--border-dark-color);\n padding: var(--input-padding);\n font: var(--input-font);\n color: var(--primary-text-color);\n }\n input:focus {\n outline: none;\n border-bottom: 1px solid var(--primary-color);\n }\n button.hidden {\n opacity: 0;\n cursor: default;\n }\n `\n\n @property({ type: Object }) value: KeyValues = {}\n @property({ type: Object }) options: { display: string; value: string }[] = []\n\n private _changingNow: boolean = false\n\n firstUpdated() {\n this.renderRoot.addEventListener('change', this._onChange.bind(this))\n }\n\n render() {\n const value = !this.value || typeof this.value !== 'object' ? {} : this.value\n\n return html`\n ${this._toArray(value).map(\n item => html`\n <div data-record>\n <input type=\"text\" data-key placeholder=\"key\" .value=${item.key} />\n <input type=\"text\" data-value placeholder=\"value\" .value=${item.value} list=\"value-template\" />\n <button class=\"record-action\" @click=${(e: MouseEvent) => this._delete(e)} tabindex=\"-1\">\n <mwc-icon>remove</mwc-icon>\n </button>\n <button class=\"record-action\" @click=${(e: MouseEvent) => this._up(e)} tabindex=\"-1\">\n <mwc-icon>arrow_upward</mwc-icon>\n </button>\n <button class=\"record-action\" @click=${(e: MouseEvent) => this._down(e)} tabindex=\"-1\">\n <mwc-icon>arrow_downward</mwc-icon>\n </button>\n </div>\n `\n )}\n\n <div data-record-new>\n <input type=\"text\" data-key placeholder=\"key\" value=\"\" />\n <input type=\"text\" data-value placeholder=\"value\" value=\"\" list=\"value-template\" />\n <button class=\"record-action\" @click=${(e: MouseEvent) => this._add()} tabindex=\"-1\">\n <mwc-icon>add</mwc-icon>\n </button>\n <button class=\"hidden\"><mwc-icon>add</mwc-icon></button>\n <button class=\"hidden\"><mwc-icon>add</mwc-icon></button>\n </div>\n\n <datalist id=\"value-template\">\n ${this.options.map(({ display, value }) => html` <option value=\"${value}\">${display}</option> `)}\n </datalist>\n `\n }\n\n _onChange(e: Event) {\n if (this._changingNow) {\n return\n }\n\n this._changingNow = true\n\n const input = e.target as HTMLInputElement\n\n const record = (e.target as Element).closest('[data-record],[data-record-new]') as HTMLElement\n\n if (record.hasAttribute('data-record')) {\n this._build()\n } else if (record.hasAttribute('data-record-new') && input.hasAttribute('data-value')) {\n this._add()\n }\n\n this._changingNow = false\n }\n\n _build(includeNewRecord?: boolean) {\n if (includeNewRecord) {\n var records = this.renderRoot.querySelectorAll('[data-record],[data-record-new]') as NodeListOf<HTMLElement>\n } else {\n var records = this.renderRoot.querySelectorAll('[data-record]') as NodeListOf<HTMLElement>\n }\n\n var newmap: KeyValues = {}\n\n for (var i = 0; i < records.length; i++) {\n var record = records[i]\n\n const key = (record.querySelector('[data-key]') as HTMLInputElement).value\n const inputs = record.querySelectorAll(\n '[data-value]:not([style*=\"display: none\"])'\n ) as NodeListOf<HTMLInputElement>\n\n if (!inputs || inputs.length == 0) {\n continue\n }\n\n var input = inputs[inputs.length - 1]\n\n var value = input.value\n\n if (key) {\n newmap[key] = value || ''\n }\n }\n\n this.value = newmap\n this.dispatchEvent(new CustomEvent('change', { bubbles: true, composed: true, detail: this.value }))\n }\n\n /* map아이템들을 template(dom-repeat)용 배열로 변환하는 함수 */\n _toArray(map: KeyValues) {\n var array: ArrayedKeyValues[] = []\n\n for (var key in map) {\n array.push({\n key: key,\n value: map[key]\n })\n }\n\n return array\n }\n\n _add() {\n this._build(true)\n\n const inputs = this.renderRoot.querySelectorAll(\n '[data-record-new] input:not([style*=\"display: none\"])'\n ) as NodeListOf<HTMLInputElement & { value: any }>\n\n for (var i = 0; i < inputs.length; i++) {\n let input = inputs[i]\n\n if (input.type == 'checkbox') input.checked = false\n else input.value = ''\n }\n\n inputs[0].focus()\n }\n\n _delete(e: MouseEvent) {\n const record = (e.target as Element).closest('[data-record]') as HTMLElement\n\n ;(record!.querySelector('[data-key]') as HTMLInputElement)!.value = ''\n\n this._build()\n }\n\n @queryAll('[data-record]') records!: NodeListOf<HTMLElement>\n\n _up(e: MouseEvent) {\n const record = (e.target as Element).closest('[data-record]') as HTMLElement\n const array = Array.from(this.records)\n const index = array.indexOf(record) - 1\n\n if (index < 0) {\n return\n }\n\n const deleted = array.splice(index, 1)\n array.splice(index + 1, 0, ...deleted)\n\n this.value = array.reduce((sum, record) => {\n const key = (record.querySelector('[data-key]') as HTMLInputElement).value\n const value = (record.querySelector('[data-value]') as HTMLInputElement).value\n\n sum[key] = value\n return sum\n }, {} as { [key: string]: string })\n\n this.dispatchEvent(new CustomEvent('change', { bubbles: true, composed: true, detail: this.value }))\n }\n\n _down(e: MouseEvent) {\n const record = (e.target as Element).closest('[data-record]') as HTMLElement\n const array = Array.from(this.records)\n const index = array.indexOf(record)\n\n if (index > array.length) {\n return\n }\n\n array.splice(index, 1)\n array.splice(index + 1, 0, record)\n\n this.value = array.reduce((sum, record) => {\n const key = (record.querySelector('[data-key]') as HTMLInputElement).value\n const value = (record.querySelector('[data-value]') as HTMLInputElement).value\n\n sum[key] = value\n return sum\n }, {} as { [key: string]: string })\n\n this.dispatchEvent(new CustomEvent('change', { bubbles: true, composed: true, detail: this.value }))\n }\n}\n"]}
|
1
|
+
{"version":3,"file":"ox-input-key-values.js","sourceRoot":"","sources":["../../src/ox-input-key-values.ts"],"names":[],"mappings":"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","sourcesContent":["/**\n * @license Copyright © HatioLab Inc. All rights reserved.\n */\n\nimport '@material/mwc-icon'\n\nimport { css, html } from 'lit'\nimport { customElement, property, queryAll } from 'lit/decorators.js'\n\nimport { OxFormField } from './ox-form-field'\n\ntype KeyValues = { [key: string]: any }\ntype ArrayedKeyValues = { key: string; value: any }\n\n/**\n input component for key-value map\n \n Example:\n \n <ox-input-key-values \n value=${map}\n </ox-input-key-values>\n */\n@customElement('ox-input-key-values')\nexport class OxInputKeyValues extends OxFormField {\n static styles = css`\n :host {\n display: flex;\n flex-direction: column;\n overflow: hidden;\n margin-bottom: var(--margin-wide);\n }\n\n div {\n display: flex;\n flex-flow: row nowrap;\n gap: var(--margin-default);\n margin-bottom: var(--margin-narrow);\n }\n\n button {\n border: var(--button-border);\n border-radius: var(--border-radius);\n background-color: var(--button-background-color);\n padding: var(--padding-narrow) var(--padding-default);\n line-height: 0.8;\n color: var(--button-color);\n cursor: pointer;\n }\n button + button {\n margin-left: -5px;\n }\n button mwc-icon {\n font-size: var(--fontsize-default);\n }\n button:focus,\n button:hover,\n button:active {\n border: var(--button-activ-border);\n background-color: var(--button-background-focus-color);\n color: var(--theme-white-color);\n }\n\n input {\n flex: 1;\n border: 0;\n border-bottom: var(--border-dark-color);\n padding: var(--input-padding);\n font: var(--input-font);\n color: var(--primary-text-color);\n }\n input:focus {\n outline: none;\n border-bottom: 1px solid var(--primary-color);\n }\n button.hidden {\n opacity: 0;\n cursor: default;\n }\n `\n\n @property({ type: Object }) value: KeyValues = {}\n @property({ type: Object }) options: { display: string; value: string }[] = []\n\n private _changingNow: boolean = false\n\n firstUpdated() {\n this.renderRoot.addEventListener('change', this._onChange.bind(this))\n }\n\n render() {\n const value = !this.value || typeof this.value !== 'object' ? {} : this.value\n const options = this.options || []\n\n return html`\n ${this._toArray(value).map(\n item => html`\n <div data-record>\n <input type=\"text\" data-key placeholder=\"key\" .value=${item.key} />\n <input type=\"text\" data-value placeholder=\"value\" .value=${item.value} list=\"value-template\" />\n <button class=\"record-action\" @click=${(e: MouseEvent) => this._delete(e)} tabindex=\"-1\">\n <mwc-icon>remove</mwc-icon>\n </button>\n <button class=\"record-action\" @click=${(e: MouseEvent) => this._up(e)} tabindex=\"-1\">\n <mwc-icon>arrow_upward</mwc-icon>\n </button>\n <button class=\"record-action\" @click=${(e: MouseEvent) => this._down(e)} tabindex=\"-1\">\n <mwc-icon>arrow_downward</mwc-icon>\n </button>\n </div>\n `\n )}\n\n <div data-record-new>\n <input type=\"text\" data-key placeholder=\"key\" value=\"\" />\n <input type=\"text\" data-value placeholder=\"value\" value=\"\" list=\"value-template\" />\n <button class=\"record-action\" @click=${(e: MouseEvent) => this._add()} tabindex=\"-1\">\n <mwc-icon>add</mwc-icon>\n </button>\n <button class=\"hidden\"><mwc-icon>add</mwc-icon></button>\n <button class=\"hidden\"><mwc-icon>add</mwc-icon></button>\n </div>\n\n <datalist id=\"value-template\">\n ${options.map(({ display, value }) => html` <option value=\"${value}\">${display}</option> `)}\n </datalist>\n `\n }\n\n _onChange(e: Event) {\n if (this._changingNow) {\n return\n }\n\n this._changingNow = true\n\n const input = e.target as HTMLInputElement\n\n const record = (e.target as Element).closest('[data-record],[data-record-new]') as HTMLElement\n\n if (record.hasAttribute('data-record')) {\n this._build()\n } else if (record.hasAttribute('data-record-new') && input.hasAttribute('data-value')) {\n this._add()\n }\n\n this._changingNow = false\n }\n\n _build(includeNewRecord?: boolean) {\n if (includeNewRecord) {\n var records = this.renderRoot.querySelectorAll('[data-record],[data-record-new]') as NodeListOf<HTMLElement>\n } else {\n var records = this.renderRoot.querySelectorAll('[data-record]') as NodeListOf<HTMLElement>\n }\n\n var newmap: KeyValues = {}\n\n for (var i = 0; i < records.length; i++) {\n var record = records[i]\n\n const key = (record.querySelector('[data-key]') as HTMLInputElement).value\n const inputs = record.querySelectorAll(\n '[data-value]:not([style*=\"display: none\"])'\n ) as NodeListOf<HTMLInputElement>\n\n if (!inputs || inputs.length == 0) {\n continue\n }\n\n var input = inputs[inputs.length - 1]\n\n var value = input.value\n\n if (key) {\n newmap[key] = value || ''\n }\n }\n\n this.value = newmap\n this.dispatchEvent(new CustomEvent('change', { bubbles: true, composed: true, detail: this.value }))\n }\n\n /* map아이템들을 template(dom-repeat)용 배열로 변환하는 함수 */\n _toArray(map: KeyValues) {\n var array: ArrayedKeyValues[] = []\n\n for (var key in map) {\n array.push({\n key: key,\n value: map[key]\n })\n }\n\n return array\n }\n\n _add() {\n this._build(true)\n\n const inputs = this.renderRoot.querySelectorAll(\n '[data-record-new] input:not([style*=\"display: none\"])'\n ) as NodeListOf<HTMLInputElement & { value: any }>\n\n for (var i = 0; i < inputs.length; i++) {\n let input = inputs[i]\n\n if (input.type == 'checkbox') input.checked = false\n else input.value = ''\n }\n\n inputs[0].focus()\n }\n\n _delete(e: MouseEvent) {\n const record = (e.target as Element).closest('[data-record]') as HTMLElement\n\n ;(record!.querySelector('[data-key]') as HTMLInputElement)!.value = ''\n\n this._build()\n }\n\n @queryAll('[data-record]') records!: NodeListOf<HTMLElement>\n\n _up(e: MouseEvent) {\n const record = (e.target as Element).closest('[data-record]') as HTMLElement\n const array = Array.from(this.records)\n const index = array.indexOf(record) - 1\n\n if (index < 0) {\n return\n }\n\n const deleted = array.splice(index, 1)\n array.splice(index + 1, 0, ...deleted)\n\n this.value = array.reduce((sum, record) => {\n const key = (record.querySelector('[data-key]') as HTMLInputElement).value\n const value = (record.querySelector('[data-value]') as HTMLInputElement).value\n\n sum[key] = value\n return sum\n }, {} as { [key: string]: string })\n\n this.dispatchEvent(new CustomEvent('change', { bubbles: true, composed: true, detail: this.value }))\n }\n\n _down(e: MouseEvent) {\n const record = (e.target as Element).closest('[data-record]') as HTMLElement\n const array = Array.from(this.records)\n const index = array.indexOf(record)\n\n if (index > array.length) {\n return\n }\n\n array.splice(index, 1)\n array.splice(index + 1, 0, record)\n\n this.value = array.reduce((sum, record) => {\n const key = (record.querySelector('[data-key]') as HTMLInputElement).value\n const value = (record.querySelector('[data-value]') as HTMLInputElement).value\n\n sum[key] = value\n return sum\n }, {} as { [key: string]: string })\n\n this.dispatchEvent(new CustomEvent('change', { bubbles: true, composed: true, detail: this.value }))\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.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.esnext.intl.d.ts","../@types/global/index.d.ts","../../../node_modules/tslib/tslib.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/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/ox-form-field.ts","../src/ox-buttons-radio.ts","../src/ox-checkbox.ts","../../../node_modules/@material/mwc-icon/node_modules/lit/index.d.ts","../../../node_modules/@material/mwc-icon/mwc-icon.d.ts","../../popup/dist/src/ox-popup.d.ts","../../popup/dist/src/ox-popup-list.d.ts","../../popup/dist/src/ox-popup-menu.d.ts","../../popup/dist/src/ox-popup-menuitem.d.ts","../../popup/dist/src/index.d.ts","../../styles/dist/src/headroom-styles.d.ts","../../styles/dist/src/scrollbar-styles.d.ts","../../styles/dist/src/spinner-styles.d.ts","../../styles/dist/src/tooltip-styles.d.ts","../../styles/dist/src/common-button-styles.d.ts","../../styles/dist/src/common-grist-styles.d.ts","../../styles/dist/src/index.d.ts","../../utils/dist/src/sleep.d.ts","../../utils/dist/src/file-drop-helper.d.ts","../../utils/dist/src/context-path.d.ts","../../utils/dist/src/os.d.ts","../../utils/dist/src/swipe-listener.d.ts","../../utils/dist/src/fullscreen.d.ts","../../utils/dist/src/parse-jwt.d.ts","../../utils/dist/src/password-pattern.d.ts","../../utils/dist/src/closest-element.d.ts","../../utils/dist/src/detect-overflow.d.ts","../../utils/dist/src/timecapsule/snapshot-taker.d.ts","../../utils/dist/src/timecapsule/timecapsule.d.ts","../../utils/dist/src/timecapsule/index.d.ts","../../utils/dist/src/clipboard.d.ts","../../utils/dist/src/format.d.ts","../../utils/dist/src/index.d.ts","../src/ox-select.ts","../src/ox-input-angle.ts","../../../node_modules/@lit/localize/node_modules/lit/index.d.ts","../../../node_modules/@lit/localize/internal/str-tag.d.ts","../../../node_modules/@lit/localize/internal/types.d.ts","../../../node_modules/@lit/localize/internal/locale-status-event.d.ts","../../../node_modules/@lit/localize/internal/localized-controller.d.ts","../../../node_modules/@lit/localize/internal/localized-decorator.d.ts","../../../node_modules/@lit/localize/init/runtime.d.ts","../../../node_modules/@lit/localize/init/transform.d.ts","../../../node_modules/@lit/localize/lit-localize.d.ts","../src/ox-input-3dish.ts","../src/ox-input-stack.ts","../../../node_modules/@zxing/library/esm/core/luminancesource.d.ts","../../../node_modules/@zxing/library/esm/core/common/bitarray.d.ts","../../../node_modules/@zxing/library/esm/customtypings.d.ts","../../../node_modules/@zxing/library/esm/core/common/bitmatrix.d.ts","../../../node_modules/@zxing/library/esm/core/binarizer.d.ts","../../../node_modules/@zxing/library/esm/core/binarybitmap.d.ts","../../../node_modules/@zxing/library/esm/core/decodehinttype.d.ts","../../../node_modules/@zxing/library/esm/core/resultpoint.d.ts","../../../node_modules/@zxing/library/esm/core/barcodeformat.d.ts","../../../node_modules/@zxing/library/esm/core/resultmetadatatype.d.ts","../../../node_modules/@zxing/library/esm/core/result.d.ts","../../../node_modules/@zxing/library/esm/core/reader.d.ts","../../../node_modules/ts-custom-error/dist/custom-error.d.ts","../../../node_modules/@zxing/library/esm/core/exception.d.ts","../../../node_modules/@zxing/library/esm/browser/decodecontinuouslycallback.d.ts","../../../node_modules/@zxing/library/esm/browser/htmlvisualmediaelement.d.ts","../../../node_modules/@zxing/library/esm/browser/videoinputdevice.d.ts","../../../node_modules/@zxing/library/esm/browser/browsercodereader.d.ts","../../../node_modules/@zxing/library/esm/browser/browserazteccodereader.d.ts","../../../node_modules/@zxing/library/esm/browser/browserbarcodereader.d.ts","../../../node_modules/@zxing/library/esm/browser/browserdatamatrixcodereader.d.ts","../../../node_modules/@zxing/library/esm/core/multiformatreader.d.ts","../../../node_modules/@zxing/library/esm/browser/browsermultiformatreader.d.ts","../../../node_modules/@zxing/library/esm/browser/browserpdf417reader.d.ts","../../../node_modules/@zxing/library/esm/browser/browserqrcodereader.d.ts","../../../node_modules/@zxing/library/esm/core/encodehinttype.d.ts","../../../node_modules/@zxing/library/esm/browser/browserqrcodesvgwriter.d.ts","../../../node_modules/@zxing/library/esm/browser/htmlcanvaselementluminancesource.d.ts","../../../node_modules/@zxing/library/esm/browser.d.ts","../../../node_modules/@zxing/library/esm/core/argumentexception.d.ts","../../../node_modules/@zxing/library/esm/core/arithmeticexception.d.ts","../../../node_modules/@zxing/library/esm/core/checksumexception.d.ts","../../../node_modules/@zxing/library/esm/core/formatexception.d.ts","../../../node_modules/@zxing/library/esm/core/illegalargumentexception.d.ts","../../../node_modules/@zxing/library/esm/core/illegalstateexception.d.ts","../../../node_modules/@zxing/library/esm/core/notfoundexception.d.ts","../../../node_modules/@zxing/library/esm/core/readerexception.d.ts","../../../node_modules/@zxing/library/esm/core/reedsolomonexception.d.ts","../../../node_modules/@zxing/library/esm/core/unsupportedoperationexception.d.ts","../../../node_modules/@zxing/library/esm/core/writerexception.d.ts","../../../node_modules/@zxing/library/esm/core/invertedluminancesource.d.ts","../../../node_modules/@zxing/library/esm/core/writer.d.ts","../../../node_modules/@zxing/library/esm/core/multiformatwriter.d.ts","../../../node_modules/@zxing/library/esm/core/planaryuvluminancesource.d.ts","../../../node_modules/@zxing/library/esm/core/resultpointcallback.d.ts","../../../node_modules/@zxing/library/esm/core/rgbluminancesource.d.ts","../../../node_modules/@zxing/library/esm/core/util/system.d.ts","../../../node_modules/@zxing/library/esm/core/common/characterseteci.d.ts","../../../node_modules/@zxing/library/esm/core/util/stringbuilder.d.ts","../../../node_modules/@zxing/library/esm/core/util/stringencoding.d.ts","../../../node_modules/@zxing/library/esm/core/util/charset.d.ts","../../../node_modules/@zxing/library/esm/core/util/arrays.d.ts","../../../node_modules/@zxing/library/esm/core/util/standardcharsets.d.ts","../../../node_modules/@zxing/library/esm/core/util/integer.d.ts","../../../node_modules/@zxing/library/esm/core/common/bitsource.d.ts","../../../node_modules/@zxing/library/esm/core/common/decoderresult.d.ts","../../../node_modules/@zxing/library/esm/core/common/perspectivetransform.d.ts","../../../node_modules/@zxing/library/esm/core/common/gridsampler.d.ts","../../../node_modules/@zxing/library/esm/core/common/defaultgridsampler.d.ts","../../../node_modules/@zxing/library/esm/core/common/detectorresult.d.ts","../../../node_modules/@zxing/library/esm/core/common/globalhistogrambinarizer.d.ts","../../../node_modules/@zxing/library/esm/core/common/gridsamplerinstance.d.ts","../../../node_modules/@zxing/library/esm/core/common/hybridbinarizer.d.ts","../../../node_modules/@zxing/library/esm/core/common/stringutils.d.ts","../../../node_modules/@zxing/library/esm/core/common/detector/mathutils.d.ts","../../../node_modules/@zxing/library/esm/core/common/detector/whiterectangledetector.d.ts","../../../node_modules/@zxing/library/esm/core/common/reedsolomon/abstractgenericgf.d.ts","../../../node_modules/@zxing/library/esm/core/common/reedsolomon/genericgfpoly.d.ts","../../../node_modules/@zxing/library/esm/core/common/reedsolomon/genericgf.d.ts","../../../node_modules/@zxing/library/esm/core/common/reedsolomon/reedsolomondecoder.d.ts","../../../node_modules/@zxing/library/esm/core/common/reedsolomon/reedsolomonencoder.d.ts","../../../node_modules/@zxing/library/esm/core/datamatrix/datamatrixreader.d.ts","../../../node_modules/@zxing/library/esm/core/datamatrix/decoder/decodedbitstreamparser.d.ts","../../../node_modules/@zxing/library/esm/core/multi/multiplebarcodereader.d.ts","../../../node_modules/@zxing/library/esm/core/pdf417/pdf417reader.d.ts","../../../node_modules/@zxing/library/esm/core/pdf417/pdf417resultmetadata.d.ts","../../../node_modules/@zxing/library/esm/core/pdf417/decoder/decodedbitstreamparser.d.ts","../../../node_modules/@zxing/library/esm/core/pdf417/decoder/ec/errorcorrection.d.ts","../../../node_modules/@zxing/library/esm/core/qrcode/decoder/decoder.d.ts","../../../node_modules/@zxing/library/esm/core/qrcode/qrcodereader.d.ts","../../../node_modules/@zxing/library/esm/core/qrcode/qrcodewriter.d.ts","../../../node_modules/@zxing/library/esm/core/qrcode/decoder/errorcorrectionlevel.d.ts","../../../node_modules/@zxing/library/esm/core/qrcode/decoder/formatinformation.d.ts","../../../node_modules/@zxing/library/esm/core/qrcode/decoder/ecb.d.ts","../../../node_modules/@zxing/library/esm/core/qrcode/decoder/ecblocks.d.ts","../../../node_modules/@zxing/library/esm/core/qrcode/decoder/version.d.ts","../../../node_modules/@zxing/library/esm/core/qrcode/decoder/mode.d.ts","../../../node_modules/@zxing/library/esm/core/qrcode/decoder/decodedbitstreamparser.d.ts","../../../node_modules/@zxing/library/esm/core/qrcode/decoder/datamask.d.ts","../../../node_modules/@zxing/library/esm/core/qrcode/encoder/bytematrix.d.ts","../../../node_modules/@zxing/library/esm/core/qrcode/encoder/qrcode.d.ts","../../../node_modules/@zxing/library/esm/core/qrcode/encoder/encoder.d.ts","../../../node_modules/@zxing/library/esm/core/qrcode/encoder/matrixutil.d.ts","../../../node_modules/@zxing/library/esm/core/qrcode/encoder/maskutil.d.ts","../../../node_modules/@zxing/library/esm/core/aztec/aztecreader.d.ts","../../../node_modules/@zxing/library/esm/core/aztec/aztecwriter.d.ts","../../../node_modules/@zxing/library/esm/core/aztec/aztecdetectorresult.d.ts","../../../node_modules/@zxing/library/esm/core/aztec/encoder/azteccode.d.ts","../../../node_modules/@zxing/library/esm/core/aztec/encoder/encoder.d.ts","../../../node_modules/@zxing/library/esm/core/aztec/encoder/highlevelencoder.d.ts","../../../node_modules/@zxing/library/esm/core/aztec/decoder/decoder.d.ts","../../../node_modules/@zxing/library/esm/core/aztec/detector/detector.d.ts","../../../node_modules/@zxing/library/esm/core/oned/onedreader.d.ts","../../../node_modules/@zxing/library/esm/core/oned/abstractupceanreader.d.ts","../../../node_modules/@zxing/library/esm/core/oned/upceanreader.d.ts","../../../node_modules/@zxing/library/esm/core/oned/ean13reader.d.ts","../../../node_modules/@zxing/library/esm/core/oned/code128reader.d.ts","../../../node_modules/@zxing/library/esm/core/oned/itfreader.d.ts","../../../node_modules/@zxing/library/esm/core/oned/code39reader.d.ts","../../../node_modules/@zxing/library/esm/core/oned/rss/abstractrssreader.d.ts","../../../node_modules/@zxing/library/esm/core/oned/rss/rss14reader.d.ts","../../../node_modules/@zxing/library/esm/core/oned/rss/datacharacter.d.ts","../../../node_modules/@zxing/library/esm/core/oned/rss/finderpattern.d.ts","../../../node_modules/@zxing/library/esm/core/oned/rss/expanded/expandedpair.d.ts","../../../node_modules/@zxing/library/esm/core/oned/rss/expanded/rssexpandedreader.d.ts","../../../node_modules/@zxing/library/esm/core/oned/rss/expanded/decoders/decodedobject.d.ts","../../../node_modules/@zxing/library/esm/core/oned/rss/expanded/decoders/decodedinformation.d.ts","../../../node_modules/@zxing/library/esm/core/oned/rss/expanded/decoders/generalappiddecoder.d.ts","../../../node_modules/@zxing/library/esm/core/oned/rss/expanded/decoders/abstractexpandeddecoder.d.ts","../../../node_modules/@zxing/library/esm/core/oned/rss/expanded/decoders/abstractexpandeddecodercomplement.d.ts","../../../node_modules/@zxing/library/esm/core/oned/multiformatonedreader.d.ts","../../../node_modules/@zxing/library/esm/index.d.ts","../src/ox-input-barcode.ts","../../../node_modules/@types/codemirror/index.d.ts","../../../node_modules/@types/codemirror/addon/display/fullscreen.d.ts","../../../node_modules/@types/codemirror/addon/display/autorefresh.d.ts","../src/ox-input-code.ts","../../../node_modules/@thebespokepixel/es-tinycolor/types/index.d.ts","../src/ox-input-color.ts","../src/ox-input-multiple-colors.ts","../../../node_modules/@types/lodash/common/common.d.ts","../../../node_modules/@types/lodash/common/array.d.ts","../../../node_modules/@types/lodash/common/collection.d.ts","../../../node_modules/@types/lodash/common/date.d.ts","../../../node_modules/@types/lodash/common/function.d.ts","../../../node_modules/@types/lodash/common/lang.d.ts","../../../node_modules/@types/lodash/common/math.d.ts","../../../node_modules/@types/lodash/common/number.d.ts","../../../node_modules/@types/lodash/common/object.d.ts","../../../node_modules/@types/lodash/common/seq.d.ts","../../../node_modules/@types/lodash/common/string.d.ts","../../../node_modules/@types/lodash/common/util.d.ts","../../../node_modules/@types/lodash/index.d.ts","../../../node_modules/@types/lodash-es/isequal.d.ts","../src/ox-input-color-stops.ts","../../../node_modules/@polymer/iron-a11y-keys-behavior/iron-a11y-keys-behavior.d.ts","../../../node_modules/@polymer/polymer/lib/utils/array-splice.d.ts","../../../node_modules/@polymer/polymer/interfaces.d.ts","../../../node_modules/@polymer/polymer/lib/utils/async.d.ts","../../../node_modules/@polymer/polymer/lib/utils/flattened-nodes-observer.d.ts","../../../node_modules/@polymer/polymer/lib/utils/debounce.d.ts","../../../node_modules/@polymer/polymer/lib/utils/flush.d.ts","../../../node_modules/@polymer/polymer/lib/legacy/polymer.dom.d.ts","../../../node_modules/@polymer/iron-behaviors/iron-button-state.d.ts","../../../node_modules/@polymer/iron-behaviors/iron-control-state.d.ts","../../../node_modules/@polymer/iron-form-element-behavior/iron-form-element-behavior.d.ts","../../../node_modules/@polymer/polymer/lib/utils/mixin.d.ts","../../../node_modules/@polymer/polymer/lib/utils/resolve-url.d.ts","../../../node_modules/@polymer/polymer/lib/elements/dom-module.d.ts","../../../node_modules/@polymer/polymer/lib/utils/style-gather.d.ts","../../../node_modules/@polymer/polymer/lib/utils/path.d.ts","../../../node_modules/@polymer/polymer/lib/utils/case-map.d.ts","../../../node_modules/@polymer/polymer/lib/mixins/properties-changed.d.ts","../../../node_modules/@polymer/polymer/lib/mixins/property-accessors.d.ts","../../../node_modules/@polymer/polymer/lib/mixins/template-stamp.d.ts","../../../node_modules/@polymer/polymer/lib/mixins/property-effects.d.ts","../../../node_modules/@polymer/polymer/lib/utils/telemetry.d.ts","../../../node_modules/@polymer/polymer/lib/mixins/properties-mixin.d.ts","../../../node_modules/@polymer/polymer/lib/mixins/element-mixin.d.ts","../../../node_modules/@polymer/polymer/lib/utils/gestures.d.ts","../../../node_modules/@polymer/polymer/lib/mixins/gesture-event-listeners.d.ts","../../../node_modules/@polymer/polymer/lib/mixins/dir-mixin.d.ts","../../../node_modules/@polymer/polymer/lib/utils/scope-subtree.d.ts","../../../node_modules/@polymer/polymer/lib/mixins/disable-upgrade-mixin.d.ts","../../../node_modules/@polymer/polymer/lib/legacy/legacy-element-mixin.d.ts","../../../node_modules/@polymer/polymer/lib/legacy/class.d.ts","../../../node_modules/@polymer/polymer/lib/legacy/polymer-fn.d.ts","../../../node_modules/@polymer/iron-meta/iron-meta.d.ts","../../../node_modules/@polymer/iron-validatable-behavior/iron-validatable-behavior.d.ts","../../../node_modules/@polymer/polymer/lib/utils/html-tag.d.ts","../../../node_modules/@polymer/paper-dropdown-menu/paper-dropdown-menu.d.ts","../../../node_modules/@polymer/iron-selector/iron-selection.d.ts","../../../node_modules/@polymer/iron-selector/iron-selectable.d.ts","../../../node_modules/@polymer/iron-selector/iron-multi-selectable.d.ts","../../../node_modules/@polymer/iron-menu-behavior/iron-menu-behavior.d.ts","../../../node_modules/@polymer/paper-listbox/paper-listbox.d.ts","../../../node_modules/@polymer/paper-item/paper-item-behavior.d.ts","../../../node_modules/@polymer/paper-item/paper-item.d.ts","../src/ox-input-color-gradient.ts","../src/ox-input-file.ts","../src/ox-input-image.ts","../src/ox-input-value-ranges.ts","../src/ox-input-value-map.ts","../src/ox-input-table.ts","../src/ox-input-scene-component-id.ts","../../../node_modules/@material/base/foundation.d.ts","../../../node_modules/@material/base/types.d.ts","../../../node_modules/@material/base/component.d.ts","../../../node_modules/@material/base/index.d.ts","../../../node_modules/@material/mwc-base/node_modules/lit/index.d.ts","../../../node_modules/@material/mwc-base/utils.d.ts","../../../node_modules/@material/mwc-base/base-element.d.ts","../../../node_modules/@material/ripple/types.d.ts","../../../node_modules/@material/ripple/adapter.d.ts","../../../node_modules/@material/ripple/foundation.d.ts","../../../node_modules/@material/mwc-ripple/node_modules/lit/index.d.ts","../../../node_modules/@material/mwc-ripple/mwc-ripple-base.d.ts","../../../node_modules/@material/mwc-ripple/mwc-ripple.d.ts","../../../node_modules/@material/mwc-base/aria-property.d.ts","../../../node_modules/@material/mwc-ripple/ripple-handlers.d.ts","../../../node_modules/@material/mwc-button/node_modules/lit/index.d.ts","../../../node_modules/lit-html/directives/class-map.d.ts","../../../node_modules/@material/mwc-button/node_modules/lit/directives/class-map.d.ts","../../../node_modules/@material/mwc-button/mwc-button-base.d.ts","../../../node_modules/@material/mwc-button/mwc-button.d.ts","../../../node_modules/i18next/index.d.ts","../../i18n/dist/src/config.d.ts","../../i18n/dist/src/localize.d.ts","../../i18n/dist/src/ox-i18n.d.ts","../../i18n/dist/src/ox-i18n-selector.d.ts","../../i18n/dist/src/index.d.ts","../src/ox-input-crontab.ts","../src/ox-input-partition-keys.ts","../src/index.ts","../src/ox-input-container.ts","../src/ox-input-data.ts","../src/ox-input-key-values.ts","../src/ox-input-options.ts","../src/ox-input-range.ts","../src/ox-input-search.ts","../src/ox-input-unit.ts","../src/ox-input-work-shift.ts","../src/locale/locale-codes.ts","../src/locale/localization.ts","../src/locale/locale-picker.ts","../src/locales/en.ts","../src/locales/ko.ts","../src/locales/ms.ts","../src/locales/zh.ts","../src/ox-input-layout/ox-input-card-layout.ts","../src/ox-input-layout/ox-input-grid-layout.ts","../src/ox-input-layout/ox-input-layout.ts","../stories/ox-checkbox.stories.ts","../stories/ox-input-3dish.stories.ts","../stories/ox-input-barcode.stories.ts","../stories/ox-input-crontab.stories.ts","../stories/ox-input-file.stories.ts","../stories/ox-input-key-values.stories.ts","../stories/ox-input-multiple-colors.stories.ts","../stories/ox-input-options.stories.ts","../stories/ox-input-partition-keys.stories.ts","../stories/ox-input-range.stories.ts","../stories/ox-input-search.stories.ts","../stories/ox-input-unit.stories.ts","../stories/ox-input-value-map.stories.ts","../stories/ox-input-value-ranges.stories.ts","../stories/ox-input-work-shift.stories.ts","../stories/ox-select.stories.ts","../themes/common-grist-styles.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/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/mocha/index.d.ts"],"fileInfos":[{"version":"3ac1b83264055b28c0165688fda6dfcc39001e9e7828f649299101c23ad0a0c3","affectsGlobalScope":true},"dc47c4fa66b9b9890cf076304de2a9c5201e94b740cffdf09f87296d877d71f6","7a387c58583dfca701b6c85e0adaf43fb17d590fb16d5b2dc0a2fbd89f35c467","8a12173c586e95f4433e0c6dc446bc88346be73ffe9ca6eec7aa63c8f3dca7f9","5f4e733ced4e129482ae2186aae29fde948ab7182844c3a5a51dd346182c7b06","e6b724280c694a9f588847f754198fb96c43d805f065c3a5b28bbc9594541c84","e21c071ca3e1b4a815d5f04a7475adcaeea5d64367e840dd0154096d705c3940",{"version":"72704b10d97777e15f1a581b73f88273037ef752d2e50b72287bd0a90af64fe6","affectsGlobalScope":true},{"version":"d8996609230d17e90484a2dd58f22668f9a05a3bfe00bfb1d6271171e54a31fb","affectsGlobalScope":true},{"version":"43fb1d932e4966a39a41b464a12a81899d9ae5f2c829063f5571b6b87e6d2f9c","affectsGlobalScope":true},{"version":"cdccba9a388c2ee3fd6ad4018c640a471a6c060e96f1232062223063b0a5ac6a","affectsGlobalScope":true},{"version":"c5c05907c02476e4bde6b7e76a79ffcd948aedd14b6a8f56e4674221b0417398","affectsGlobalScope":true},{"version":"0d5f52b3174bee6edb81260ebcd792692c32c81fd55499d69531496f3f2b25e7","affectsGlobalScope":true},{"version":"810627a82ac06fb5166da5ada4159c4ec11978dfbb0805fe804c86406dab8357","affectsGlobalScope":true},{"version":"62d80405c46c3f4c527ee657ae9d43fda65a0bf582292429aea1e69144a522a6","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":"1b3fe904465430e030c93239a348f05e1be80640d91f2f004c3512c2c2c89f34","affectsGlobalScope":true},{"version":"3787b83e297de7c315d55d4a7c546ae28e5f6c0a361b7a1dcec1f1f50a54ef11","affectsGlobalScope":true},{"version":"e7e8e1d368290e9295ef18ca23f405cf40d5456fa9f20db6373a61ca45f75f40","affectsGlobalScope":true},{"version":"faf0221ae0465363c842ce6aa8a0cbda5d9296940a8e26c86e04cc4081eea21e","affectsGlobalScope":true},{"version":"06393d13ea207a1bfe08ec8d7be562549c5e2da8983f2ee074e00002629d1871","affectsGlobalScope":true},{"version":"5075b36ab861c8c0c45377cb8c96270d7c65f0eeaf105d53fac6850da61f1027","affectsGlobalScope":true},{"version":"10bbdc1981b8d9310ee75bfac28ee0477bb2353e8529da8cff7cb26c409cb5e8","affectsGlobalScope":true},"b5c159239c33d1bcb3d7ca8d24cf9ba1b1579aab80e70fbb0029e374880f2470","12f4cfe2fe60b810c3174537bc2ddb20c1067b7768643d12cb1266fd183afb75","6e2c5a9358c2be6791713f778c3af2d3357b8665d881e22f50b3aa861a2a9717","1e5743b25a63fd34ffbae89adcbf248ee17db6ed08d90079ffa93803c3e80d2a","13bb750b495c48fd60d7b5e09f65d4a7b010ab7e09a8943a6d54511e7d184f84","2fcd2d22b1f30555e785105597cd8f57ed50300e213c4f1bbca6ae149f782c38",{"version":"bb4248c7f953233ac52332088fac897d62b82be07244e551d87c5049600b6cf7","affectsGlobalScope":true},"70f04c91d3186b1b10157157887fab664968fc9b88377785a5ee42750c202c6d","f690af1a7043e58fce8c672df5e1d1e27bad7459b81143af991db7c5427a0785","eba7cf33380cc3a3cf614faf67300e14d0bdff9ea6c5cd6f4b040b1756a48ab1","f07a77a7fb1d49aa2b61cb68bf712a083487acd7130d20223a83de03af0c257d","97c58f6db61d45712d91d2260994817ae2b568bbb37cc280013079b6b5d2232d","ac388c7c7a262213a3700451bc921e382a93fb27c0252c34ccf03540b4ce044b","1da789e534bc558808021dd64abf33a91a68e422bbf28aeec236bd74df640401","fb0107c83e2e0e75b77dacd0c3c6c3ab6844e98dce2a8f858c6f0a57c12136a6","0a478dcb6e6bd8a5d871165659c79cee7b8c3b7a87289118d22e1a04d171e252","a25d1e52291791819032826af5c52987e16ffdb96e8bb69f7f1790f5ab080be6","d660961abada6b5030461f3322ef3a2e1d9fec74167574f8b590a7796cf90a72","707b4eae3d469b2f347d2083037151922f94c370a9456ebd5ac0a4fb7441c7e7","4bcb813ea56182beaaab1e8274524eb9f1449b0d8e79efc4a0399de09e43f816","c784eab1cf838d9d6527bce3d9f2d373145606666b68f7610291a7adf6e6bda9","f0380f581cb015778c0fe51e95b5b7f6dae237280654558469b2486c1572268a","e6c7ea65352ee791917940cb125f4c1d6e7341482c8c2b42178d700d2fbea016","b56f1ca0eefb2bec05660ac3d9c61f853ddd749720a6360400c95ac8c8705979","67f4076fc37ac48bd0440c880ce48c5604fa0076fc761fcdb449cce668d2a1fa","f07a77a7fb1d49aa2b61cb68bf712a083487acd7130d20223a83de03af0c257d",{"version":"27b285e901600242883d62a5fff9f5d262c6fa128b6e6c6963f981f2630a957e","affectsGlobalScope":true},"b19e95136dd01ce850d7f05e05d594afecc4510fd1b44cdc049e4b7ce4d18e35","415ae3a9be423d2db81b7e16a6c053c83d3f83b1af03a2827aea3de084b70742","79be55362c82b8aa2f5dc063b51dbbc8f38f009d81c494aac4f671ff23fefb86","10cbee260a09cb62cc5516ea65aa7504f21ec98048a324e789d04d40d9057513","77b0b20b0aeafc78f8af2d66bf16a53b91312d6426f5413a574b978cc6edff34","cf93fb9208a01c80f0fad245c4360356e5de6c2384b7641acf0b9cc2f5c42448","336398b0efaf964124e636a9b29c4edd5870aee79ac64bf87be58a9d66b7c048","571bc65ec37ba124e762bb822e14a2b8502dc684e356be8feaccbd6b9cadd023","2bbbefc1235500bdb5091f240dc8cba861a95342272f7d11b7574a0d2ef4f85e","7cd455fc4c4818f19263d73b29c59f3fb5fd54b45a6ab83ca3eb3661281db56b","1c6b9b5501774a2ece6574be8e26092800e3f1f836f8c179b4f9fdd271a620f8","0929ec89582904044a56ca8220114b7256450a197da22eb5c9b630be69a41372","05cfea0488751015b0b85911b6cdcde7c6cebdd9b8cada1ec0b5c1736357a552","6d1f118cfbf15c813f578cf6b87da76d075698bf7db964cb7c3d75f0309652f7","74a8a08e5d642a108ae7b23e72bded7b9d784c665458affdfb1770c1b19bcdd1","a9e5489311de854cb96bfcf5eaf969c9b322c658e3575f30e03180e4d4ca3994","f8c86fcbfb0a1e69a0ed28d3249cc33c312fa23a39c17e15cbbcc539bdcdc303","7179b6924a816d72bf206803d8cdc27ccc14f02f2d4f4145d5183eb083f5bf17","39d2d450df6efbf38585fd316f18922c8ac3fdfd4c3fc412d0bee34e2bc86378","7470dedadf72566f57f46fa8a8950afe388a4e90935b4e4b3d33add9a611929d","90feb2c17c1fd53720e1dd8738c6660aa14402394bb30caed6f2a7cdd54fea40","75f8b003f4362cb9a9e1d9d8b00c6a1e866868f05b27ede146dd8830b675bdf7","e56a260134af75a771b5e19534d30007034e2757183546193f8b191683c6b2b9","70926949fb828e317443687c9f3b5288e1ef6ec1e5130c1001f406b4ba3665ff","f499d7fb533781939c7a5ab778ac6e6c8ffe65601b1a61a843c36ee0013f05b6","46d98d129de9914564a5c8909c9098175c5896919e8e698d206cfffdfa7c3999","c8f7da57a17479145ea922b90a1efb2ff8e8096992bb0a4658606c9fbd944efc","9f6db0145855df4a01d451af565d61755d4a768c3dccd3447cc2911dc0ded045",{"version":"569a084a5f2a8ea0de61c93a5dc246f1391e2c41d1cd9667c562d70dbe843358","signature":"8722a3b2af8a2af04cccbfa9094ea17edee5806bb09ae837bf3125f37ee64d7d"},"ed3eaec34d14d1a2885ed3b0f38846472bff1ff1b3a48ed986f4526f8e694d8c","f07a77a7fb1d49aa2b61cb68bf712a083487acd7130d20223a83de03af0c257d","08bae564269612dc1909bdf7f747766c235b85641f6d156bccc9ee9876fb2435","459489899ec41b6dc4a6a8f80f55aae744cd76f6b6ad13a0acb19349c9bdf2f5",{"version":"6a7a3cf7102eaf8c5b67c2a92f8cc0ff6e1076a49b714a7f518d0d1b5ac85a40","affectsGlobalScope":true},"b49ff59927171643840b1349c9a0b39453e0613e69aa25d588c6c24ccb37fbe1","d7476e036a2936d4e5ec603a28c04645b2afa91e3c0ff98e326b884ed5a3fa73","775d6ac48d8fe78490aa60d2b356579822702bce7e70c88fc2452334c67504d4","9c75751d47aef509ebc0a58cb186c8e07c8ed2cd164a9902164cc5ae28bf0517","b48bf76c500cfcff3a39db7c8b649a7800eeacceb2a97e46a22abae3f1dc4de6",{"version":"03d59125a6cc4572de876f7daf0e65ee30340a2e0b05ab5f7315a938788d5e28","signature":"1a11e30d7331af22d94c291c515271eddcbe396d631b2f4aa05db67532d78e88"},"3dfe4b1e3d9bd0902596cde89873e7cface012fe4e19a065fa57a1cc379e9a50","30b7784f26c990da2ab8e2b35c198b84dd1bcfc4ce1936d95baf8be825e44fc8","2aad701dc29df474848186eae9f7f6d68682cd30ccb14b50866e1cdc2deffded","6631d429758aec5beb47de0895a09b57b9a2bb0d3520d3f7e5674c33b886cb32","4b7b8571dbc6ac884882c910549ef6b507c9bf9e721ec4ae5bccb4cb565e7597","de2a52682e3a9ee3c61159a4a6fd74c9e0259692598f33d1d2174f5d8fb18276","ca968be2bebaec29feba08452a2293d0ad2f11b5e70833d99fc6a078844271ea","4363cfdc5eba70c1b06e88653e0a03705558f7f3880083aa639438ef01f367f1","c0b4317958ae42a4e276041687ab95a72668d790b8410939d9924d49776fea40","7664fc0355afe380fdb3c184848e79ef10958c6916305a50bceb06366f9e9019","22fa4f9d3a770310dfcc6c60310288326dfa31b39e32744d660e50a08ef7583f","7a2835f1d73db78aa311398798efbcf07b7029ac18252dfa321d50168f211452","8ded0efd0f64067da4812f14e9d7bb1ed44871c3b87d87564416d93073825f0d","79ba5dfa0abac7e3e7210eb2358f9e6117a46da02446cead1510f32c26eae02e","df5585be736dfb6b7a4f5ef08c5dd8c037858319da3313ed39609b7079980caa","83fd78d3184d150c32740a409c3b4acb1290199490a86f661b43b14ae9314b68","6bd387b615555ec847bcce6eade4de0c271b7b22b17d7e29b837011d4429e164","2effb5dfe6a54053aeb4c21bae08f457c9454b3473a1b65dd7c7a9ec064a1aa2","108531f20a4a56f9bbfac3469bfc76b3cc6589b2743a349610d4784d768cffdf","75aa62429356fb3a8ff4c9ff0e9665c67b512351956857a3e1ade1d497e9c149","5ded77dd88437e5e3cb2e6e8c0bd636896e79ecbb4a9876678e3d0ab5e2ea54d","72a8e2f7864e44b864f9b991fcad0a4bc5fabb1aeaad3dc7ee520ccee4f2336e","a193a2944058607c6c094df6487399e4386059280940839af6cf62a634202810","cf3e138268e5bfaed81bf100500da5f257d6883a9e8a0febe431dcc9c128766e","1fe02733949b609bbf88523da8d24a5432b510b2ad0b47ae0c921d680f9f3785","74a0aecf46aa5c2aae9d42cfc0efda7f1e93677474e12471a5864230c6b187a1","96ef505aceedbf3ecfcf69829b4f57f27e3ce72ad6ebcaa05a1da88986b818b8","eec7434894f908a61867fa29b5fe563c14c313cbc35e517ada79f38b44234e37","52a9d9ae376b117459346f324e3c8ec04a0b1e702a000a2c80e9dbd9b43181a2","17b29959c0ac60d28af819d0d3d7106c9dfe5acefe5c820ea7145e5d27455702","49d95d1f1707e80483ae4a3313103a1d76a4d105f3b0e3cf410c474b7c5cc358","f369c01bc64fc7d8ce1751065c384df2f81a89deb224c24eabb4e8465ee6181d","c6bbc353e7bca0574458f0dcadfe84e56e48ec1d38475b4254c1d4619bfd47c1","4c90f3b801c6aec975c0497b9e9ff8ff1ad903fb74e6e8aaadb240dd85612bb8","d11f0b5dae80f2e5e02f34c4aa58650492ccb45651b6f83f10eaf10dfe565a65","49bc024e5a1fea90b26a1f41fd75982d9f68f40444b568a91ad1202691cd882d","4b2ea4e544b830a25240b3982d735fbd6f4da8ea7af4caee3906809cb0c892fb","e5029039ae5dd970ab70bd67cc03085f17420e89e365c684921e45cc2b7f9c0a","099d5cbe09f4ecd7529764502da2a91e819d48e1b8f53e3b9954dbf9fdcd2d67","521e4e920ab7109fea500cc2f9dd48457a30b46f574b35c52bc6bd2533cd902f","f24dc27c51a5dfcd6383f001099843ce5234dac65a8de5477b5bd43c68d789e7","d1b2ba9156610a5413143169dcdb67530665b4c97da01e849c4e39560a028d11","67d0899181e8542bb2408b0a4d4be47628290ba39e3510b00569891c6bef8105","1a51bc00ba287a98d010ba68dacf22e81e801c27d5f605dc53562d9db76e16db","5b71a4c0fa3233daf8025104788f9f6046859ddb0fb96beb59fc0ff9fb42c113","0438101968a30ea0799bf28609d56a45446268eb08a2606c737104b9a2e479c5","dfae624810dcaa58acf29dea53d0c4b0626e50822668b0f25b92769d0d4a0c11","159d5123c12f8ea94d929fca14851cd1cf625e2c5778119df4d167265b11addb","8cd5018ac1e7d47f19f3b56af074d2aadb80a3cc0cfd42f40419405c3131f405","a7e4a92ed0a90cbdc3f944fac43a367abc2713abaeca4a1b0ac84e35bedd702d","072caf3382317f29871e8c1f22e6620252ead6c3245e118c0953dabc5a3e79f0","0e6d04a687ffc80745939bef70f2964dd4699895aeae3cb8076a2ff18cde1c67","043d1f68840d7ad109fcea422c34e0096da930d820a2987a67bc8dec11387463","265b6fbbe296b6ace3e92eaee48813c809890f90eef7c389e44997e652c8a94f","09a6cf0a1646f4fe8956b5a9ed2334d5bce973d2f074abb61a39e09cd620399d","c3394d3bc25404895e11fba6517b477f992321aeadd20338cd541721af8e1684","329c0ab9af33a87e502c718b5301cb114a5547a1fc5d55597128adb9aec1e25e","69db0dfb6ec9dcba5a31b99bfc5da74b6d86fca50013cc15bb072c4c97acc4d6","188c2128b909024fd07ff82a308638b13eb02056454d6aec0094656f5b60b0ab","59e626908ec84b90ab62d7704f406739956afa6a124f37776a7fbf3d523d31af","3bf62235efe93ed4f9b18799351c890d7eee5d7ac118b33d5ec717070437fb86","aa02ea4ce88d834274306d2e8d72b6f2457777255c1de2a021a922540f3c201b","a2c581e82777c45b07521fb39e06e50681da78b927df93495313657b0a2abd49","a2ff4870a55c9dfa028c2f5e774f647594bd0a1036388c39562bd3a81eb08631","5f14ef223c9097662dd86d19dc13aa1772524f2689596df3d324b9a08099ad0c","303680856c75fdbc2d4616f29d6e5adfa9837c091119f85482cf0123d4688bd4","8ac1fb455c5f42a895c9d1b6a7ad53d6e72e8bd024a2376c7743914e6c3db1c5","e7fbfe161d7591aff2fac724dc3729d6f2c10a2368a1accc79619f56273c6d45","945c700e5c5283839f32fb02129ffa233843afdc7a31335225a622edaa4dcd29","374251a9579548076b559ae27d07e08c1fa150d7934fe9629cc649fee99751ef","a8b40e76e9b2870e9693abc3a52135e80c5c95b9bad4bb5c7e756cb68be0dee6","ef63d901eaee2e8c25fd006bd0ad13ff7821de4bc07de674ae5eee8748001451","247d025ea65b8d07f3f595af46f3e6d3c84bfe6c80f80ee77df1f22d814c132d","3fcb9d41be6137cf2c3684aef7d6ea8d934132644bf8044d0ebc24c680939e19","bd4db5efc9930a4eb2e9e6af8f55cba031045b7b6adc5818f279d38ef56d682c","e2b6c1237496328b2d3ebea48fbaa9c82c51bfdce47afc4f6003422f14cfafad","d454863b6e7022253e0d60c1051defee04d65d9de7f5c5a11e2b84e33909fe4b","bc71c29d055581143051f3a90604c52c368ee2ee97e3e66a168a24c753ed5a60","363a8db8015eaf382dd76f42989a3d6165edfc0e1fca60d77db0ac2b79241426","1202fbf37dbdfaf0faf85a0fafd4db2e0ff07b42a70806d0368ce8a36a8afec2","d1a49dba3e7721d1ce3de321c5dc40b5ba3b2d6316f7fc40d2f95df452334d96","2c143e4b22580d2879718195322d52c02461dc99f43846a99892692e4f81f078","096a1da32dbc90e00d67f1d1f0ae52db2e327102be4b60ee0faa8dccba81e684","7549a814a3e01a21cd235f43029ed0f4e3a2d5085224316376bb91a1779de313","57d40f1e6a5f377677409cd1875551883b7de268be69f942622244163ea89d01","2e761e410969234950ab430f9ca58b6ed417f1014c55fc73f638523fa5eec1d6","94c9d56b441f206fa84f13e8022bd0abae326f6d8db96b08e2c1aafe3f90544e","0b5fa0c440935532611416f9a923f9278601d600e10cc3feaa55da332f50f6ac","8a0b458916a1fe3aeb3cb7d118bf191ff1e9aec2d26177660e64241d677db1e0","bf12ca57a5d03135c31d3f88c269740c7d2658664f15d6495c219b1bb23a99da","9c40be3c5a7920b744d14112ff3168ab5e5609699b8c1d91ecb709ac168324a5","cb28f2fc4172aa0541ba7bf189603f96897a951a46c4be3d91acf9de9a1710e8","6994c5b35689135e820f563d5763e3336930ffa439d895a3ec27025702ccedfd","91dc8b7c4593713c8aeff12732e13f9d1eb94f5caee9a1496660f831f465835d","1bb2c6539020bcac5f3e2983a84a6e0076d68df0167d99a29bae9fc11e3ea691","e4b0ad22784b73f2e6bcf955628e6dbb114bae5b003d40b1ee19356e18daad7a","df45b75ada5c8beceb3e913364c7a3729011dc172b68adf5189d4fae5625ad7d","97b2a12f44fb5a8efd00ab46d37d6637167746c7c0d88c5b5728a34aa3b663a5","2c52dbe7f60e8b2887d17877c1b04677f1d945b18b4fb3e7befbd1489de51e83","f3bd3b4bd312efbff3978a3fd9952e2eadeacc7d01cbd1bc01e72786e502aa16","95b063b28e6ed861e34899447c68932aa51b840edaf7cda213ac61920766271c","4710c48d307d5ccdbea5c12e20c0ba27870411d86ad563918d4c0aeb0fce3b57","c5880f64e301e74076d017ee185c9a528e5a68ed93f305fbf6d7618b7d21c29f","b97b7560517f2f4a070415909c98ddcb1e1d8f3346db990d496856fcdfcde648","15e2f96f7a8e64937eb0624b04513a9fed7f7c71aa7875208ee9e31958588624","6f5867d484ac5f717347328137c1a35563380e2c1d8e1d38beb8767c90bb5705","218e1b7c38cd5b9af46b904a728f0cc15828d9290d9adc6a5fc220f6069df988","88b74310f700fd92c9d3f11626878f3664449dd7dc007115a41cf746a9757e1c","3407d5883afea5c8fac9c3a74fedec806913b960644117e9710a239d85185fe1","7a028e36ec10c5bb3ee2e21fc938f1a44aa1b7af9981eff947da64f421b99445","6c056acd7733f0c09d1c3109ea627677dbf0eb260ef79f2797d588d85a8af1aa","ebe4587bd35138be18fec2050ffe7eed63d642fa0b674bb07e92f919fabcdea8","5d1d8f471bfda5e91090380b191a1e4d44911cf0bb51f69ce61632ec1a6a7399","0b35ba65af6e6196d22ee4a184f42512b7af1b4489b4fc5dbe9dd6d36b8097d8","232aa18921769b316d6a022c776669ea28a0250a98223841e521d9c3d9920a22","394bc17919e4dbb56443f11a7cbf610b7b07384423f9725c14d990920367b06b","17830ef73e50e330c120038947bc61ef1725178b58b9564dd9dcac5b51a6ac0c","b054669f7056c4fdb7cdf764b1977917f40f820d7f33bbc1f6b616e46b531ad6","1409e4c2241622af1a067634caff699d7d03adb5e8fd401c3f11d07214c49ec2","eae212ef0acce305594fb9cba149892dd9945cb58c0f72d0051557804b8a1af5","ccc9538f2696fa6720ccb26c05b9545e1a6236139670a9c919047aa6459456ef","e3d762cc49c25e02cd10873d944e12339185883485eca1b40e9cc0d0e063be63","437597745a84ace9638ed90cbff9abf5229131dc1d69ebfc6b19e0009577eb22","27338b029d0020bf6edf9d8ff2357ba9ade28b1a510c8f8b7132c51c048958c9","4ff816bca793da4d9874123906772ef225619980908e25fd5d40475e12651be0","1fd68353565ef4a5cc3241c0ef3a1ec4b33b17d60c76a78e0e7c05a73754e261","5765852c2905e4328a2ad6dd4f478d5554d3e760c510c3a600a6284d7e4df62c","00a6a07cc36e177ee904d619fc942c7aaa1802661fc6e21f268e247e6d5eee0f","dac56ed47ddc0dc90774416f9394429d7ede9e3af41ddc80fd8d94f8f4411b2e",{"version":"4216cdf48b4f4eeba2825f8ca482ae52fb7083de59f6e8c0fccaa902c8e16758","signature":"e7cfcffcf2fc1dfd889a4db6ee67c33b8ae8f03913e9991503c427fe5771cc2e"},{"version":"829daa145461cb58e7ab82c9c12bbafed8c27cf75873932adc6dc07c80843389","signature":"ea26e29308b28513648883bd4af73d095a7c300b2d813aa084bbd1910846ec82"},"675e702f2032766a91eeadee64f51014c64688525da99dccd8178f0c599f13a8","fe4a2042d087990ebfc7dc0142d5aaf5a152e4baea86b45f283f103ec1e871ea","d70c026dd2eeaa974f430ea229230a1897fdb897dc74659deebe2afd4feeb08f","187119ff4f9553676a884e296089e131e8cc01691c546273b1d0089c3533ce42","c24ad9be9adf28f0927e3d9d9e9cec1c677022356f241ccbbfb97bfe8fb3d1a1","0ec0998e2d085e8ea54266f547976ae152c9dd6cdb9ac4d8a520a230f5ebae84","9364c7566b0be2f7b70ff5285eb34686f83ccb01bda529b82d23b2a844653bfb","00baffbe8a2f2e4875367479489b5d43b5fc1429ecb4a4cc98cfc3009095f52a","ae9930989ed57478eb03b9b80ad3efa7a3eacdfeff0f78ecf7894c4963a64f93","3c92b6dfd43cc1c2485d9eba5ff0b74a19bb8725b692773ef1d66dac48cda4bd","3e59f00ab03c33717b3130066d4debb272da90eeded4935ff0604c2bc25a5cae","6ac6f24aff52e62c3950461aa17eab26e3a156927858e6b654baef0058b4cd1e",{"version":"0714e2046df66c0e93c3330d30dbc0565b3e8cd3ee302cf99e4ede6220e5fec8","affectsGlobalScope":true},"da66c1b3e50ef9908e31ce7a281b137b2db41423c2b143c62524f97a536a53d9",{"version":"3fb060fe722e08fe7c32cfb83f630c5211b1d08ef702577bde42837bc9994958","signature":"0ce25fb9d73410e12e718403f2460c025aa6ee9eee0f7bb260dfbb0f400d63b5"},"d0e548b52ce2a55820b470ad9c2d66e2855fb3e9dea936fc29b4d4a63bb8fa54","5b402d6c32c733bf8065b8abc34904fffcfe5b94b0e1b99e63a34f450d87faba","218d40ca9941513cd8a798d81ba7b4d348db943492f7f6db7687a79cd16b5533","46971bf04e56b8de7c9c74bba27b54f5f4a78873b6cbf0682592d0693c2acb25","54570339e5e91d8d8380dee2ab4014ffa88cdfd73ff0a20e4ec085d64d81cd78","311c45b5a2b6585a84306100bb514c919b01ee21de43efb1bb2aa6a98a2753db","fc94de52737bc8fb2b1290d6f22b5dfea3e50c8d547625781fa6a2ccd35c7242","c1b9873444fa0d27f70b65ef00c80d0e0a9e9bf277ef6b4522572e99c9c48ee9","15a95894e214753c1e2dc638670ac7c5a6d05d952b19ea3745767d239fe00789","5d82404561003f51fed07b961d061f702dfd379ef5f0f7927744a4fff21fbf64","c0a0a579f2a69a5600eec5da4d87f83a82cef0aa70cd4063e9040f95d879b96e","8ecbfacf281dbd929d3b5f09b4f96bf999a45a959e08501b07117256b1eeb659","968bc5962ea9834b383119f668c4cabd35ba7e4a2c5107fb2d38c8fa66f164be",{"version":"22a05089243a8f0fdfbfbc2d956dcf61872c5c973ecda5320a8f1e3a4dd90bfb","affectsGlobalScope":true},"9bb6e652f67b205e169436f76e1d8fd396bc9971dbec1a558eab3be406343e8c","6cb1ff661eb0cff9177c3b47e82abd0fe3122fc62f2bc0af432a8c4205ff3ec6","d4931bfce5c009c57f86bcd1039b3f0a5c5ef61d26a685f0abf77f20b18fc066","4bd4c71ed7c85138316133c98926c344916002fd572f52af1889961dad8d73c0","d0e3fc2ed7395634479edf269cc2b3e25d90b05ce08ddda1717282f9f3afecd0","8744338f1b9f91b6ca97ceb3bfb10babf4397ffe3c304b5ae4dc016f7c3fcde3","694291734f077ed109fdabbfee35995f7168b5d1af643bd6404eeabd7036aa01","7a0e19e0790605fc701443298d9ffd1dbf8fc2cd94ddfbe9a05c578a4228e5c0","4012af9177a7bb1715a569cc54565b906e5c087a97067abbcf9f75f7f9a476dc","9be3b21edf891a0ec1d8caa0da81816162f4fa5376a7652e0ec3154df6433a08","e544e87f21a6afb7a4e1196a991fd5d235d6df3b8c04ca6df0bc5f85f3aa4f5b","19910d826b4901606d47b306cd70ace2960eeb2ca2cb5e57acc81b42eedbfbcd","d48721b66317440af7e3257b38e144adf76953419a4a4db1fb60f743eb7c9b92","a71d8fe039f1b2c852618ef0b6971561ca4626fb8b30abbf6d238441d47aa6a4","baebdb5ba48a482240d2ecf8497a432aba8ca37d8930cc618c4d3b5d12ceefae","9ce316b892b5134f715b4f7afd71c06384cf9af9a69009cc9566b325a095e592","7ebd9f1b92a89f2c5998bf3e82e7af635ff5de2e3868d918f1f172e89511fae0","1d652f66027b28891fbde5c4947757333f9af4609dfa3e4be84c392c2ce0edc2",{"version":"c34297a26fdf8d47f98aeb755e0e6a6fbd935d0e347979f63d4cb9a5abf14140","affectsGlobalScope":true},"0a3f0bdec21726a138d8202f5428adfe962df1e7259a41d68c109d22f6e18672","fef62bed109b31722160fabb598f61308506f9b7f40e60b3746ae01e3a3dc18b",{"version":"c81679572dcb2188e18113641e0a8914c7cf06582d1c9429a9a5bf1f72a31aa6","affectsGlobalScope":true},"60daaa6b5dfacd7813a9cf22e1ca5860217f36e70dfcf2fc28c049a7305076e1","b203234dcc09962eadae1146518df97f0768783913616ece5fd1f7f13d6f1361","74a696e2d8acb105f173f536ede57df87f10f1811879c6537cd40718156e4809","bfa3213963e67340227e92bbfb9ae68bc9945e505818e9fd3fb1b207bc8ec89a",{"version":"67893347ea02fa7f9dac48c06155eb469725bd9bf44e2b108604c58d07d13780","affectsGlobalScope":true},"eed40411368d686759c235bd0ba8300c6f4c13d5d1ebaf05a475332c946c4d4f",{"version":"bf20e597b39dc2e7dddbe50af7e58adafc0e25add218d074cc72d3875ecc5a31","affectsGlobalScope":true},{"version":"04717c0205adfeb76d54344adbf1ff2e8e09ddf52ecc6e15b1ca16a07a767106","signature":"f14e9307ee9cb5c16f6cf133eca4475fe2e9dc001accba80253c81597b65b110"},{"version":"3275dc7cd7fee70ffd53a2fb032bbffbf1638ae708d664e1b6126a8fd1d312b6","signature":"2949e8a2b274e781f3f26d16de3cf2a3842dbabf8643da580df3b936676aa4ec"},"7233cda8015a750046d8921c2b3aaf976474307018f9359fa4167d662e20f3b8",{"version":"90ee2abc3c66f51b9958221b475d01f71caaf8bd10759674ac68632d7d60b933","signature":"c54783d0d50e1a8ee44f78db0ffaa1b32c1e9e50074a922ab8f16b2826759c79"},{"version":"6d19b917b2289723ff8b6364587f440995f9e89fbc21115735a87802c3e9900d","signature":"13503381a7be9e378214507cf292a60497317f6c3536dcf097b737f971fa1bc1"},{"version":"0465ef749edb59477556c7ababc71d76d643c5c6be7c9be96e21907e3efe0a24","signature":"04de0588a36ca271ea232d0b21b1cf2573ff92ef3a5aeb50dff6f1881ee0f729"},"acbf442f42e4318b5fea0e1ce1ca9a290eb01e3e15945c1e2f0b67e3f3fdf541","a0667520a6521c12128fc28cbd5b2af58eef11c5b2a7441e0f0d47f50bf6c8e3","820c26194ad4089bc503b02bbedbd86a865e9c8a05c58ef88c8d19d9c019712a","eda22dbab152e3579ee541522ba2ddc8e24e32fd7535b913709848f16c517caa","6778cdeced9eb23210b26b801cd757b03c052b7738628475acad7c7a3e94c20f","f07a77a7fb1d49aa2b61cb68bf712a083487acd7130d20223a83de03af0c257d","0dcf4c2bf1bb547e2ae5b8dce4656a56fbd15e3401ff5236ea0b93b6c60f9249","9917d466f5b05c616c35c35a778464ae4ec15e00bfce90098743f448fc063d54","d375de88ab19f6c105a65fc89eca1ae782362c5c395283b0c85ef39c7b835dfe","025eb503355f4bbe3e3fecc0bd1a72ecaa9cda73db6e0ecc657779d4172695f2","7b3c1d688dcb8645b5a6c37bce5b047da92b4c298ed8709e03e987e0efb035b1","f07a77a7fb1d49aa2b61cb68bf712a083487acd7130d20223a83de03af0c257d","00096d29ccab72a72092cca31fb92d78b92880bddc53e5904149d21e76648c48",{"version":"87e9ab1e4466fb88c90b179130baaab80d91dd1644de2eb6512c79b24ec11216","affectsGlobalScope":true},"024fea9ee598cfe747f18340ad74e4ea428fc2a7988250ff9fcfce5673b7d422","95ff8a2ebfc0b8b9613faf8d9c948dcc6bf8d5c0052a2d4ae21cacf6cdd28cb9","f07a77a7fb1d49aa2b61cb68bf712a083487acd7130d20223a83de03af0c257d","147cb5b590b77c8c58e4ef0af1ff11ee90ee2b34262816df0665b6ff8fd50aad","6e0575b628aedce5db38c17569e5c909beead07f9052fe7944fb8bfccc3db92e","fd4b34fa1af0c7ac73f9f827d0993dba20523b2cc3ca1e16eaaa2165f46d3172",{"version":"1bc2e3b2cbb2e253f9edb99661c7f48b8e54d8d0b822d29ff6f8ad9a91b4fb79","affectsGlobalScope":true},"5d8a54affc9a33b29830ad949f6e247314cbb7f85287231b07b66611bacf795f","0f81a53d54fd2b4ae2bf60067d616de99884bda21cb5784d942089d52319fb97","7b542379501867f7d2418681fbea38f75c756c2dd67e00e14ab1e125ae604095","29dca1b5f0cac95b675f86c7846f9d587ed47cc46609dd00d152bcb37683b069","a616e1b4eed03c1feb2a6fba721e5cbcb9c23cbe29c1858949a361f80719c0e8","48ba49f8bfce8c08ad1e7e54f0b85da9db7317ca76835d1c2640567e3fbd50c6",{"version":"74bbf302345cb1929cca5f31e4ad064c478c1db2e45ab2e337111eddc6ca6674","signature":"af9c31cfd86a90e8002bb428e1778fc4a699ea4cd1818a59c11b95651ebaaedb"},{"version":"eb43e989b8c0a765ef5f531a551c497b8150dffea04024d2b8dbe20a0b8e9a7a","signature":"de069d7e7ec1d1ec3235f826ac8a1fedfb76b52324ebd239917b0a8a0abc82cf"},{"version":"1477f91d9b18254fc72dcc38998be82f51a8958f19aa56326b2c3c7ee2684bb9","signature":"c5859df3fa7d1ed8986fc47287b9e9a75508ab9b76ac9c1b40f1b7f30804d84e"},"66b7aa4316b2d1335ec70b9ad03cd32061a5acb768eb9ec951f95ab87174a01f","b095f9aa799b72c47fad5a04a96ee402b8e58bffb10256d2e918be66b9a33562",{"version":"8ee7f1826e0da2a285b065db06772e77b8218d56712423e0c80dfa9e491eeeac","signature":"6b7c1e6ba9ba4db307686342b1a448d36b6ca08192bcda6a21a2f62d740fd2e0"},{"version":"db096d3c61a48998d047fb2d3524af0dc78a3b275458f89e0f692e9f2d9ba5f7","signature":"25bd998bf3607717ce9817cf23d9b4dc3a71b24a9984546978f92a306b3481dc"},{"version":"abd053a1d6c3a50144773a818bc03f3a5efae684cc6e09922a1c3ac0fbcac9a4","signature":"0b98ae9c19957b68eb6c1ddada4c52b03b74c4729b51c6dc1e3300869fe66d2a"},{"version":"6066f0f4ddb159560fea729f13ebe532cdc7a1047cf531764cbf03444fdb3487","signature":"44a7c5fec88ac63296bb5df47faa03c508b162fd52fb93b8de71488f9a9f1c52"},{"version":"d51156dbc5c3b8500a1747c2a007982d2424f7db8d7b5957ae48ba221e959051","signature":"0dbb8c41b83fe1874d0ddd6a8fbf11f59315f87f7b8448245d21bf83b1ed15e3"},{"version":"acd967fe79430c29a465eb67bfc8d7e0d0a0e37facda8fa09644a4e91482b48d","signature":"4c98ed1f875e65cae95f9f9a95c674abe7d17cd05e6f396a88390b84a7be51fa"},"b31310f83fbd3e640c8d78c53df76047c203f36b2a82252e38a45ffef4e12367","a34bdbc3be650aede70bd930d70f665cc189ccee24e197410c03844d3616a211","333e438d141bfad0807c7e4abac3951517bd0058007643c754c904f09819c1b4",{"version":"60c9924986535c820e6eaa4811bca62d43477c1d3082776b1cfe19a7afb8b34b","signature":"e82c998ec97d2dd78e6715d0bed5eadbcadb67e87c21dcb6779914348c16de0a"},{"version":"f8b3cef172a079478bf93093f02d03f53acaddbb34b53efad86082084050518e","signature":"42e30706cb88f6a5d1cd0b3c245edc3055681128d0116d0401680caa8bfbe65d"},{"version":"60c9924986535c820e6eaa4811bca62d43477c1d3082776b1cfe19a7afb8b34b","signature":"e82c998ec97d2dd78e6715d0bed5eadbcadb67e87c21dcb6779914348c16de0a"},{"version":"60c9924986535c820e6eaa4811bca62d43477c1d3082776b1cfe19a7afb8b34b","signature":"e82c998ec97d2dd78e6715d0bed5eadbcadb67e87c21dcb6779914348c16de0a"},"3baf933c56375b02de8e2d959a001d2a8d64dacacfc4b4054ace4ccc186d482b","f85962b0c1328ca5d9e3137def5236bf71ca91e1c2953528816f7bf3b33c52f0","0834153c4e0b0e15562aa8317a39a846e034100fd05e9a542d47a958244bb38c",{"version":"226bc0ffcd3eda44e17c0cad39a3bfcff783cbb3de5cdd3f2ca22d850b8fd2ce","signature":"ac11a80f9253d4836fad357d46f8b93dea51eb2677ccc263b93e812301b87b90"},{"version":"353f875c233553e1eb3ecd3b0830645c901445d7a51e53a1430aa030a1f93f00","signature":"98104f3993190b743dfb537572925a678f5700bb3902bd3ce838ac605cae3999"},{"version":"24d75b79ff2ba6b07d48ed4a112b33a71f7edc7bafd2e7a86f08c58e3679617e","signature":"dd76be421e36d6d4defc766b7eb00cbeff357a9c0a714176c4e7c319fc84f505"},{"version":"781d9b03749907104c87fc6f584238d7e3a3b8bbfd1bcb42ea043d89265087d5","signature":"c8eb59d84da289d2e7016e3ed73042a45122fcd8bddfdec2634bdbcc2091db8d"},{"version":"5f47563da2a31b55b886382f7c57ba7d88b62b857bfda3c166061c19be07ece7","signature":"9df4ada4ec7a38d5cbda4cda370b81208202a1ab521941af3fb0ced8f1aa8ec5"},{"version":"6bfcc83affd1d6e3764b75f6b28ae328a78da6069543d1f61556976ebe8f145e","signature":"a7d156f987d9be148203592510f054adbf384cabeedbf23b15eff4457a685d2e"},{"version":"0970b8ee23aac8a65966f2c7f26aa564a42a810ba5163774e1c0b2bec2c5d362","signature":"80749089a6e49fc012236fa6ca462fd4f756fda267b4f799f6f30c7185ea6c74"},{"version":"e8120e7e26a7215e4f2258c6e65562321297ea289f5fd74e9eb973ad726d83c9","signature":"9c28b7e5ac18e799360a6e4b74f6866ce56f4d1b6677b23c6e87609f80843520"},{"version":"0a5d55747c83be54267989ced3dcc0248c1d0f2dac63f2e4a72002bde575cb0f","signature":"c0a1ead5304e28a73f5910df6861242fb16e32d8a22f1453cd19282a016445f5"},{"version":"0952070e36699fccf6f67e68d7becf4a2588105fe901298160818b89fb783911","signature":"68f011dc03f6eb3e575133e9d50834acd6890fb67c1221de6ab8e6d8221a3379"},{"version":"0b068a58547700263fb1dee0cf3dd52a1b82aae9da1d897e41e5b4a7eaf1d47a","signature":"9334910ada3605dc9fa2d0beb602e2291f14fcde2c45486c1e2c54f66e2df533"},{"version":"4dc281542927932b9bf8945daac50ed439adba65fa6a211c2817f9c63258bc4a","signature":"e122b86b644c901e2a78144af53c72f688037945b7c84cd0c8118a606965d277"},{"version":"cbb625a3fef4d569e1623ee2c2268fd4e3b49c34958e9ca0c5400156844327bf","signature":"03d7eca680755313859afc70fcfe4c739c63751ce93de9fb2961f4d3681136c0"},{"version":"5f8754db131ab4fb27a7d398fb0dcb8ac2ca0f78374a77a1fab8918d409ccc0d","signature":"4147c994cc929decaf0d99f9eba2bb7df23bbede720f62eb3146c11d76212bed"},{"version":"d7ca7328c1e94459ae51a0ef68316dfad264125022cef26d6136260753138280","signature":"e0104aa90d46a3a234cfc0195b4f15cce882583b918089a25a7c19951df660d1"},{"version":"347131f39d95f5fdb52407f1b051c0920d4db50213e565f48d3082ca3e9b0573","signature":"6f0a1c081828d002b38b2d23720039af42c009e688fd17b41a192d32b3c0a4b9"},{"version":"d98e9797e441cf8de56cd5f16ae0431441ed43c6d5f206c4135af4aa9ad797fd","signature":"1c6b9b5501774a2ece6574be8e26092800e3f1f836f8c179b4f9fdd271a620f8"},"0cba3a5d7b81356222594442753cf90dd2892e5ccfe1d262aaca6896ba6c1380","a69c09dbea52352f479d3e7ac949fde3d17b195abe90b045d619f747b38d6d1a",{"version":"c2ab70bbc7a24c42a790890739dd8a0ba9d2e15038b40dff8163a97a5d148c00","affectsGlobalScope":true},"422dbb183fdced59425ca072c8bd09efaa77ce4e2ab928ec0d8a1ce062d2a45a",{"version":"712ba0d43b44d144dfd01593f61af6e2e21cfae83e834d297643e7973e55ed61","affectsGlobalScope":true},"1dab5ab6bcf11de47ab9db295df8c4f1d92ffa750e8f095e88c71ce4c3299628","f71f46ccd5a90566f0a37b25b23bc4684381ab2180bdf6733f4e6624474e1894",{"version":"54e65985a3ee3cec182e6a555e20974ea936fc8b8d1738c14e8ed8a42bd921d4","affectsGlobalScope":true},"82408ed3e959ddc60d3e9904481b5a8dc16469928257af22a3f7d1a3bc7fd8c4","98a3ebfa494b46265634a73459050befba5da8fdc6ca0ef9b7269421780f4ff3","34e5de87d983bc6aefef8b17658556e3157003e8d9555d3cb098c6bef0b5fbc8","cc0b61316c4f37393f1f9595e93b673f4184e9d07f4c127165a490ec4a928668","f27371653aded82b2b160f7a7033fb4a5b1534b6f6081ef7be1468f0f15327d3","c762cd6754b13a461c54b59d0ae0ab7aeef3c292c6cf889873f786ee4d8e75c9","f4ea7d5df644785bd9fbf419930cbaec118f0d8b4160037d2339b8e23c059e79",{"version":"bfea28e6162ed21a0aeed181b623dcf250aa79abf49e24a6b7e012655af36d81","affectsGlobalScope":true},"7a5459efa09ea82088234e6533a203d528c594b01787fb90fba148885a36e8b6","ae97e20f2e10dbeec193d6a2f9cd9a367a1e293e7d6b33b68bacea166afd7792","10d4796a130577d57003a77b95d8723530bbec84718e364aa2129fa8ffba0378","ad41bb744149e92adb06eb953da195115620a3f2ad48e7d3ae04d10762dae197","bf73c576885408d4a176f44a9035d798827cc5020d58284cb18d7573430d9022","7ae078ca42a670445ae0c6a97c029cb83d143d62abd1730efb33f68f0b2c0e82",{"version":"e8b18c6385ff784228a6f369694fcf1a6b475355ba89090a88de13587a9391d5","affectsGlobalScope":true},"5d0a9ea09d990b5788f867f1c79d4878f86f7384cb7dab38eecbf22f9efd063d","12eea70b5e11e924bb0543aea5eadc16ced318aa26001b453b0d561c2fd0bd1e","08777cd9318d294646b121838574e1dd7acbb22c21a03df84e1f2c87b1ad47f2","08a90bcdc717df3d50a2ce178d966a8c353fd23e5c392fd3594a6e39d9bb6304",{"version":"4cd4cff679c9b3d9239fd7bf70293ca4594583767526916af8e5d5a47d0219c7","affectsGlobalScope":true},"2a12d2da5ac4c4979401a3f6eaafa874747a37c365e4bc18aa2b171ae134d21b","002b837927b53f3714308ecd96f72ee8a053b8aeb28213d8ec6de23ed1608b66","1dc9c847473bb47279e398b22c740c83ea37a5c88bf66629666e3cf4c5b9f99c","a9e4a5a24bf2c44de4c98274975a1a705a0abbaad04df3557c2d3cd8b1727949","00fa7ce8bc8acc560dc341bbfdf37840a8c59e6a67c9bfa3fa5f36254df35db2","1b952304137851e45bc009785de89ada562d9376177c97e37702e39e60c2f1ff",{"version":"806ef4cac3b3d9fa4a48d849c8e084d7c72fcd7b16d76e06049a9ed742ff79c0","affectsGlobalScope":true},"44b8b584a338b190a59f4f6929d072431950c7bd92ec2694821c11bce180c8a5","5f0ed51db151c2cdc4fa3bb0f44ce6066912ad001b607a34e65a96c52eb76248",{"version":"3345c276cab0e76dda86c0fb79104ff915a4580ba0f3e440870e183b1baec476","affectsGlobalScope":true},"664d8f2d59164f2e08c543981453893bc7e003e4dfd29651ce09db13e9457980","e383ff72aabf294913f8c346f5da1445ae6ad525836d28efd52cbadc01a361a6","f52fbf64c7e480271a9096763c4882d356b05cab05bf56a64e68a95313cd2ce2","59bdb65f28d7ce52ccfc906e9aaf422f8b8534b2d21c32a27d7819be5ad81df7",{"version":"3a2da34079a2567161c1359316a32e712404b56566c45332ac9dcee015ecce9f","affectsGlobalScope":true},"28a2e7383fd898c386ffdcacedf0ec0845e5d1a86b5a43f25b86bc315f556b79","3aff9c8c36192e46a84afe7b926136d520487155154ab9ba982a8b544ea8fc95","a880cf8d85af2e4189c709b0fea613741649c0e40fffb4360ec70762563d5de0","85bbf436a15bbeda4db888be3062d47f99c66fd05d7c50f0f6473a9151b6a070","9f9c49c95ecd25e0cb2587751925976cf64fd184714cb11e213749c80cf0f927","f0c75c08a71f9212c93a719a25fb0320d53f2e50ca89a812640e08f8ad8c408c",{"version":"ab9b9a36e5284fd8d3bf2f7d5fcbc60052f25f27e4d20954782099282c60d23e","affectsGlobalScope":true},"9cafe917bf667f1027b2bb62e2de454ecd2119c80873ad76fc41d941089753b8",{"version":"5f186a758a616c107c70e8918db4630d063bd782f22e6e0b17573b125765b40b","affectsGlobalScope":true}],"options":{"allowSyntheticDefaultImports":true,"declaration":true,"esModuleInterop":false,"experimentalDecorators":true,"importHelpers":true,"inlineSources":true,"module":99,"noEmitOnError":true,"outDir":"./","rootDir":"..","sourceMap":true,"strict":true,"target":99,"useDefineForClassFields":false},"fileIdsList":[[99,410],[410],[65,410],[44,51,410],[65,98,410],[98,99,100,101,102,103,104,410],[44,48,49,410],[44,410],[51,410],[44,51,59,410],[42,43,410],[303,304,410],[303,304,305,410],[65,304,306,308,410],[65,66,315,316,317,320,410],[65,321,410],[319,410],[65,308,309,311,312,410],[65,314,410],[308,410],[304,310,410],[303,311,410],[253,260,410],[260,410],[253,260,290,291,410],[282,284,410],[290,410],[260,269,289,410],[285,410],[260,261,262,263,277,282,284,286,287,410],[261,262,410],[282,284,287,294,410],[282,284,287,292,410],[265,410],[255,282,410],[256,258,260,264,268,270,271,272,273,274,275,276,277,278,279,280,281,410],[255,283,410],[257,258,259,410],[264,270,271,410],[264,270,271,272,273,275,276,410],[255,264,265,266,267,270,271,272,273,275,410],[264,277,410],[256,264,410],[264,270,274,410],[264,269,270,410],[255,264,268,269,270,271,272,410],[255,264,410],[255,410],[254,256,410],[258,410],[255,256,258,410],[265,266,410],[231,232,410],[231,233,410],[250,410],[238,240,241,242,243,244,245,246,247,248,249,250,410],[238,239,241,242,243,244,245,246,247,248,249,250,410],[239,240,241,242,243,244,245,246,247,248,249,250,410],[238,239,240,242,243,244,245,246,247,248,249,250,410],[238,239,240,241,243,244,245,246,247,248,249,250,410],[238,239,240,241,242,244,245,246,247,248,249,250,410],[238,239,240,241,242,243,245,246,247,248,249,250,410],[238,239,240,241,242,243,244,246,247,248,249,250,410],[238,239,240,241,242,243,244,245,247,248,249,250,410],[238,239,240,241,242,243,244,245,246,248,249,250,410],[238,239,240,241,242,243,244,245,246,247,249,250,410],[238,239,240,241,242,243,244,245,246,247,248,250,410],[238,239,240,241,242,243,244,245,246,247,248,249,410],[367,410],[370,410],[371,376,410],[372,382,383,390,399,409,410],[372,373,382,390,410],[374,410],[375,376,383,391,410],[376,399,406,410],[377,379,382,390,410],[378,410],[379,380,410],[381,382,410],[382,410],[382,383,384,399,409,410],[382,383,384,399,410],[385,390,399,409,410],[382,383,385,386,390,399,406,409,410],[385,387,399,406,409,410],[367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416],[382,388,410],[389,409,410],[379,382,390,399,410],[391,410],[392,410],[370,393,410],[394,408,410,414],[395,410],[396,410],[382,397,410],[397,398,410,412],[382,399,400,401,410],[399,401,410],[399,400,410],[402,410],[403,410],[382,404,405,410],[404,405,410],[376,390,399,406,410],[407,410],[390,408,410],[371,385,396,409,410],[376,410],[399,410,411],[410,412],[410,413],[371,376,382,384,393,399,409,410,412,414],[399,410,415],[45,410],[122,123,124,125,126,127,128,130,131,132,134,135,410],[125,410],[114,125,410],[113,114,118,119,122,123,124,410],[113,114,118,125,129,410],[133,410],[118,121,410],[108,410],[121,410],[111,115,167,410],[113,114,118,119,410],[110,111,116,133,149,410],[163,204,410],[111,115,204,410],[110,111,410],[109,110,205,410],[109,410],[108,109,111,410],[109,111,112,410],[109,110,410],[111,164,165,410],[111,115,410],[108,109,111,112,410],[111,164,410],[165,410],[108,111,112,168,410],[174,175,410],[174,410],[176,410],[110,114,155,158,410],[163,410],[120,410],[113,114,118,410],[111,116,133,149,410],[109,110,114,118,210,410],[109,114,118,210,410],[109,116,212,410],[109,113,114,118,119,410],[210,410],[109,225,410],[109,226,410],[223,410],[109,156,224,410],[219,220,410],[109,114,118,217,219,220,221,410],[115,410],[109,114,118,217,410],[109,114,118,211,410],[110,163,183,410],[110,410],[113,114,118,119,181,410],[111,410],[114,163,189,193,410],[111,114,163,410],[191,410],[189,410],[193,410],[111,189,192,410],[109,133,189,193,194,198,410],[197,410],[109,189,193,197,410],[189,193,194,197,410],[113,114,118,119,186,410],[115,116,117,410],[108,148,410],[155,410],[110,155,410],[111,116,133,410],[108,109,111,112,113,114,115,116,117,118,119,121,129,133,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,175,176,177,178,179,180,182,183,184,185,187,188,189,190,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,213,214,215,216,218,222,226,227,228,410],[44,48,410],[48,410],[47,48,410],[46,47,410],[52,53,54,55,56,57,58,59,60,410],[323,410],[324,325,326,327,410],[50,323,410],[48,50,410],[41,62,63,64,95,96,106,107,230,234,236,237,252,296,297,298,299,300,301,302,329,330,410],[41,410],[41,50,61,105,340,341,410],[41,105,340,410],[41,50,61,62,410],[41,50,61,410],[41,50,61,62,96,105,410],[41,50,61,62,71,229,410],[40,41,50,61,62,78,231,232,233,410],[41,50,61,62,252,288,293,295,410],[41,50,61,62,236,251,410],[41,50,61,62,235,410],[41,50,61,66,71,410],[41,50,61,62,322,328,410],[41,50,61,62,234,410],[41,50,61,62,66,78,94,410],[41,50,61,62,66,410],[41,50,61,62,66,236,410],[41,50,61,62,66,236,288,295,410],[41,50,61,62,71,410],[41,50,61,62,236,410],[41,50,61,62,105,236,410],[41,50,61,62,66,71,78,94,410],[41,50,64,410],[41,50,106,342,410],[41,50,230,410],[41,50,329,342,410],[41,50,297,410],[41,50,334,410],[41,50,237,410],[41,50,335,410],[41,50,330,410],[41,50,336,410],[41,50,337,410],[41,50,338,410],[41,50,300,410],[41,50,299,410],[41,50,339,342,410],[41,50,64,95,410],[41,50,410],[67,68,69,70,410],[48,50,66,67,410],[48,50,67,410],[48,50,69,410],[50,410],[72,73,74,75,76,77,410],[79,80,81,82,83,84,85,86,87,88,91,92,93,410],[89,90,410],[90,410],[89,410],[62,63,64,95,96,106,107,230,234,236,237,252,296,297,298,299,300,301,302,329,330],[48,50,62],[48,50,62,252,288,293,295],[48,50,62,236],[48,50,62,322],[48,50,62,66],[48,50,62,66,236],[66,236,288,295],[48,50,62,71],[50,64],[50,106,342],[50,230],[50,329,342],[50,297],[50,334],[50,237],[50,335],[50,330],[50,336],[50,337],[50,338],[50,300],[50,299],[50,339,342],[50,64,95],[50]],"referencedMap":[[103,1],[104,2],[100,2],[101,3],[102,4],[98,1],[99,5],[105,6],[97,7],[42,2],[51,8],[52,9],[55,4],[53,4],[57,4],[60,10],[59,2],[58,4],[56,4],[54,9],[43,2],[44,11],[305,12],[303,2],[306,13],[304,2],[316,2],[309,14],[307,7],[308,2],[321,15],[322,16],[320,17],[318,7],[66,3],[65,7],[314,18],[315,19],[313,7],[317,20],[311,21],[312,22],[310,2],[253,2],[261,23],[262,24],[263,2],[292,25],[285,26],[291,27],[290,28],[289,2],[286,29],[288,30],[294,31],[295,32],[293,33],[255,2],[266,34],[283,35],[282,36],[284,37],[260,38],[279,39],[281,40],[276,41],[278,42],[270,43],[275,44],[271,45],[273,46],[272,47],[254,2],[256,48],[269,2],[258,48],[257,49],[259,50],[277,51],[287,2],[264,2],[268,2],[265,2],[280,2],[267,52],[274,48],[235,2],[233,53],[232,54],[231,2],[251,55],[239,56],[240,57],[238,58],[241,59],[242,60],[243,61],[244,62],[245,63],[246,64],[247,65],[248,66],[249,67],[250,68],[418,2],[367,69],[368,69],[370,70],[371,71],[372,72],[373,73],[374,74],[375,75],[376,76],[377,77],[378,78],[379,79],[380,79],[381,80],[382,81],[383,82],[384,83],[369,2],[416,2],[385,84],[386,85],[387,86],[417,87],[388,88],[389,89],[390,90],[391,91],[392,92],[393,93],[394,94],[395,95],[396,96],[397,97],[398,98],[399,99],[401,100],[400,101],[402,102],[403,103],[404,104],[405,105],[406,106],[407,107],[408,108],[409,109],[410,110],[411,111],[412,112],[413,113],[414,114],[415,115],[46,116],[45,2],[136,117],[126,118],[127,119],[125,120],[128,118],[130,121],[131,118],[132,118],[134,122],[122,123],[135,124],[123,2],[124,2],[137,125],[138,125],[204,126],[202,127],[203,128],[208,129],[209,130],[205,131],[206,132],[207,133],[116,2],[112,134],[113,135],[139,125],[109,2],[111,136],[162,2],[155,2],[163,2],[166,137],[172,2],[173,138],[167,138],[168,139],[165,140],[169,141],[170,142],[164,2],[174,2],[176,143],[175,144],[177,145],[178,145],[171,146],[179,127],[180,147],[114,2],[133,2],[121,148],[140,125],[141,125],[142,125],[148,124],[108,2],[181,149],[129,127],[150,150],[143,125],[211,151],[214,152],[216,152],[213,153],[215,152],[228,152],[210,154],[217,155],[219,2],[226,156],[227,157],[224,158],[223,2],[225,159],[221,160],[222,161],[220,162],[218,163],[212,164],[184,165],[185,166],[182,167],[183,2],[151,124],[196,168],[195,169],[186,170],[191,2],[192,171],[189,2],[190,172],[194,173],[193,174],[197,2],[199,175],[201,176],[200,177],[198,178],[187,179],[188,150],[119,149],[144,125],[145,125],[118,180],[117,2],[115,166],[152,162],[153,181],[146,125],[159,166],[158,182],[161,2],[160,182],[156,183],[157,182],[154,2],[149,184],[147,125],[110,2],[229,185],[323,2],[49,186],[47,187],[319,188],[48,189],[61,190],[50,7],[120,2],[41,2],[8,2],[10,2],[9,2],[2,2],[11,2],[12,2],[13,2],[14,2],[15,2],[16,2],[17,2],[18,2],[3,2],[4,2],[22,2],[19,2],[20,2],[21,2],[23,2],[24,2],[25,2],[5,2],[26,2],[27,2],[28,2],[29,2],[6,2],[30,2],[31,2],[32,2],[33,2],[7,2],[38,2],[34,2],[35,2],[36,2],[37,2],[1,2],[39,2],[324,191],[328,192],[325,193],[327,194],[326,194],[40,2],[331,195],[340,196],[342,197],[341,198],[343,196],[344,196],[345,196],[346,196],[63,199],[64,199],[62,200],[106,201],[96,199],[230,202],[234,203],[296,204],[252,205],[236,206],[332,207],[329,208],[333,209],[297,210],[298,210],[334,211],[347,200],[348,200],[349,200],[237,212],[335,211],[330,211],[336,199],[302,199],[337,211],[107,199],[301,213],[338,214],[300,215],[299,215],[339,216],[95,217],[350,218],[351,219],[352,220],[353,221],[354,222],[355,223],[356,224],[357,225],[358,226],[359,227],[360,228],[361,229],[362,230],[363,231],[364,232],[365,233],[366,234],[71,235],[68,236],[69,237],[70,238],[67,194],[76,2],[77,239],[72,239],[78,240],[73,239],[74,239],[75,239],[92,2],[87,2],[81,2],[88,2],[80,2],[93,2],[84,2],[94,241],[82,2],[85,2],[86,2],[79,2],[83,2],[91,242],[89,243],[90,244]],"exportedModulesMap":[[103,1],[104,2],[100,2],[101,3],[102,4],[98,1],[99,5],[105,6],[97,7],[42,2],[51,8],[52,9],[55,4],[53,4],[57,4],[60,10],[59,2],[58,4],[56,4],[54,9],[43,2],[44,11],[305,12],[303,2],[306,13],[304,2],[316,2],[309,14],[307,7],[308,2],[321,15],[322,16],[320,17],[318,7],[66,3],[65,7],[314,18],[315,19],[313,7],[317,20],[311,21],[312,22],[310,2],[253,2],[261,23],[262,24],[263,2],[292,25],[285,26],[291,27],[290,28],[289,2],[286,29],[288,30],[294,31],[295,32],[293,33],[255,2],[266,34],[283,35],[282,36],[284,37],[260,38],[279,39],[281,40],[276,41],[278,42],[270,43],[275,44],[271,45],[273,46],[272,47],[254,2],[256,48],[269,2],[258,48],[257,49],[259,50],[277,51],[287,2],[264,2],[268,2],[265,2],[280,2],[267,52],[274,48],[235,2],[233,53],[232,54],[231,2],[251,55],[239,56],[240,57],[238,58],[241,59],[242,60],[243,61],[244,62],[245,63],[246,64],[247,65],[248,66],[249,67],[250,68],[418,2],[367,69],[368,69],[370,70],[371,71],[372,72],[373,73],[374,74],[375,75],[376,76],[377,77],[378,78],[379,79],[380,79],[381,80],[382,81],[383,82],[384,83],[369,2],[416,2],[385,84],[386,85],[387,86],[417,87],[388,88],[389,89],[390,90],[391,91],[392,92],[393,93],[394,94],[395,95],[396,96],[397,97],[398,98],[399,99],[401,100],[400,101],[402,102],[403,103],[404,104],[405,105],[406,106],[407,107],[408,108],[409,109],[410,110],[411,111],[412,112],[413,113],[414,114],[415,115],[46,116],[45,2],[136,117],[126,118],[127,119],[125,120],[128,118],[130,121],[131,118],[132,118],[134,122],[122,123],[135,124],[123,2],[124,2],[137,125],[138,125],[204,126],[202,127],[203,128],[208,129],[209,130],[205,131],[206,132],[207,133],[116,2],[112,134],[113,135],[139,125],[109,2],[111,136],[162,2],[155,2],[163,2],[166,137],[172,2],[173,138],[167,138],[168,139],[165,140],[169,141],[170,142],[164,2],[174,2],[176,143],[175,144],[177,145],[178,145],[171,146],[179,127],[180,147],[114,2],[133,2],[121,148],[140,125],[141,125],[142,125],[148,124],[108,2],[181,149],[129,127],[150,150],[143,125],[211,151],[214,152],[216,152],[213,153],[215,152],[228,152],[210,154],[217,155],[219,2],[226,156],[227,157],[224,158],[223,2],[225,159],[221,160],[222,161],[220,162],[218,163],[212,164],[184,165],[185,166],[182,167],[183,2],[151,124],[196,168],[195,169],[186,170],[191,2],[192,171],[189,2],[190,172],[194,173],[193,174],[197,2],[199,175],[201,176],[200,177],[198,178],[187,179],[188,150],[119,149],[144,125],[145,125],[118,180],[117,2],[115,166],[152,162],[153,181],[146,125],[159,166],[158,182],[161,2],[160,182],[156,183],[157,182],[154,2],[149,184],[147,125],[110,2],[229,185],[323,2],[49,186],[47,187],[319,188],[48,189],[61,190],[50,7],[120,2],[41,2],[8,2],[10,2],[9,2],[2,2],[11,2],[12,2],[13,2],[14,2],[15,2],[16,2],[17,2],[18,2],[3,2],[4,2],[22,2],[19,2],[20,2],[21,2],[23,2],[24,2],[25,2],[5,2],[26,2],[27,2],[28,2],[29,2],[6,2],[30,2],[31,2],[32,2],[33,2],[7,2],[38,2],[34,2],[35,2],[36,2],[37,2],[1,2],[39,2],[324,191],[328,192],[325,193],[327,194],[326,194],[40,2],[331,245],[340,196],[342,197],[341,198],[63,199],[64,199],[62,200],[106,246],[96,199],[230,202],[234,203],[296,247],[252,248],[236,246],[332,207],[329,249],[333,209],[297,250],[298,210],[334,250],[347,200],[348,200],[349,200],[237,251],[335,250],[330,250],[302,199],[337,250],[107,199],[301,252],[338,253],[300,248],[299,248],[339,248],[95,250],[350,254],[351,255],[352,256],[353,257],[354,258],[355,259],[356,260],[357,261],[358,262],[359,263],[360,264],[361,265],[362,266],[363,267],[364,268],[365,269],[366,270],[71,235],[68,236],[69,237],[70,238],[67,194],[76,2],[77,239],[72,239],[78,240],[73,239],[74,239],[75,239],[92,2],[87,2],[81,2],[88,2],[80,2],[93,2],[84,2],[94,241],[82,2],[85,2],[86,2],[79,2],[83,2],[91,242],[89,243],[90,244]],"semanticDiagnosticsPerFile":[103,104,100,101,102,98,99,105,97,42,51,52,55,53,57,60,59,58,56,54,43,44,305,303,306,304,316,309,307,308,321,322,320,318,66,65,314,315,313,317,311,312,310,253,261,262,263,292,285,291,290,289,286,288,294,295,293,255,266,283,282,284,260,279,281,276,278,270,275,271,273,272,254,256,269,258,257,259,277,287,264,268,265,280,267,274,235,233,232,231,251,239,240,238,241,242,243,244,245,246,247,248,249,250,418,367,368,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,369,416,385,386,387,417,388,389,390,391,392,393,394,395,396,397,398,399,401,400,402,403,404,405,406,407,408,409,410,411,412,413,414,415,46,45,136,126,127,125,128,130,131,132,134,122,135,123,124,137,138,204,202,203,208,209,205,206,207,116,112,113,139,109,111,162,155,163,166,172,173,167,168,165,169,170,164,174,176,175,177,178,171,179,180,114,133,121,140,141,142,148,108,181,129,150,143,211,214,216,213,215,228,210,217,219,226,227,224,223,225,221,222,220,218,212,184,185,182,183,151,196,195,186,191,192,189,190,194,193,197,199,201,200,198,187,188,119,144,145,118,117,115,152,153,146,159,158,161,160,156,157,154,149,147,110,229,323,49,47,319,48,61,50,120,41,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,38,34,35,36,37,1,39,324,328,325,327,326,40,331,340,342,341,343,344,345,346,63,64,62,106,96,230,234,296,252,236,332,329,333,297,298,334,347,348,349,237,335,330,336,302,337,107,301,338,300,299,339,95,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,71,68,69,70,67,76,77,72,78,73,74,75,92,87,81,88,80,93,84,94,82,85,86,79,83,91,89,90]},"version":"4.6.2"}
|
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.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.esnext.intl.d.ts","../@types/global/index.d.ts","../../../node_modules/tslib/tslib.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/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/ox-form-field.ts","../src/ox-buttons-radio.ts","../src/ox-checkbox.ts","../../../node_modules/@material/mwc-icon/node_modules/lit/index.d.ts","../../../node_modules/@material/mwc-icon/mwc-icon.d.ts","../../popup/dist/src/ox-popup.d.ts","../../popup/dist/src/ox-popup-list.d.ts","../../popup/dist/src/ox-popup-menu.d.ts","../../popup/dist/src/ox-popup-menuitem.d.ts","../../popup/dist/src/index.d.ts","../../styles/dist/src/headroom-styles.d.ts","../../styles/dist/src/scrollbar-styles.d.ts","../../styles/dist/src/spinner-styles.d.ts","../../styles/dist/src/tooltip-styles.d.ts","../../styles/dist/src/common-button-styles.d.ts","../../styles/dist/src/common-grist-styles.d.ts","../../styles/dist/src/index.d.ts","../../utils/dist/src/sleep.d.ts","../../utils/dist/src/file-drop-helper.d.ts","../../utils/dist/src/context-path.d.ts","../../utils/dist/src/os.d.ts","../../utils/dist/src/swipe-listener.d.ts","../../utils/dist/src/fullscreen.d.ts","../../utils/dist/src/parse-jwt.d.ts","../../utils/dist/src/password-pattern.d.ts","../../utils/dist/src/closest-element.d.ts","../../utils/dist/src/detect-overflow.d.ts","../../utils/dist/src/timecapsule/snapshot-taker.d.ts","../../utils/dist/src/timecapsule/timecapsule.d.ts","../../utils/dist/src/timecapsule/index.d.ts","../../utils/dist/src/clipboard.d.ts","../../utils/dist/src/format.d.ts","../../utils/dist/src/index.d.ts","../src/ox-select.ts","../src/ox-input-angle.ts","../../../node_modules/@lit/localize/node_modules/lit/index.d.ts","../../../node_modules/@lit/localize/internal/str-tag.d.ts","../../../node_modules/@lit/localize/internal/types.d.ts","../../../node_modules/@lit/localize/internal/locale-status-event.d.ts","../../../node_modules/@lit/localize/internal/localized-controller.d.ts","../../../node_modules/@lit/localize/internal/localized-decorator.d.ts","../../../node_modules/@lit/localize/init/runtime.d.ts","../../../node_modules/@lit/localize/init/transform.d.ts","../../../node_modules/@lit/localize/lit-localize.d.ts","../src/ox-input-3dish.ts","../src/ox-input-stack.ts","../../../node_modules/@zxing/library/esm/core/luminancesource.d.ts","../../../node_modules/@zxing/library/esm/core/common/bitarray.d.ts","../../../node_modules/@zxing/library/esm/customtypings.d.ts","../../../node_modules/@zxing/library/esm/core/common/bitmatrix.d.ts","../../../node_modules/@zxing/library/esm/core/binarizer.d.ts","../../../node_modules/@zxing/library/esm/core/binarybitmap.d.ts","../../../node_modules/@zxing/library/esm/core/decodehinttype.d.ts","../../../node_modules/@zxing/library/esm/core/resultpoint.d.ts","../../../node_modules/@zxing/library/esm/core/barcodeformat.d.ts","../../../node_modules/@zxing/library/esm/core/resultmetadatatype.d.ts","../../../node_modules/@zxing/library/esm/core/result.d.ts","../../../node_modules/@zxing/library/esm/core/reader.d.ts","../../../node_modules/ts-custom-error/dist/custom-error.d.ts","../../../node_modules/@zxing/library/esm/core/exception.d.ts","../../../node_modules/@zxing/library/esm/browser/decodecontinuouslycallback.d.ts","../../../node_modules/@zxing/library/esm/browser/htmlvisualmediaelement.d.ts","../../../node_modules/@zxing/library/esm/browser/videoinputdevice.d.ts","../../../node_modules/@zxing/library/esm/browser/browsercodereader.d.ts","../../../node_modules/@zxing/library/esm/browser/browserazteccodereader.d.ts","../../../node_modules/@zxing/library/esm/browser/browserbarcodereader.d.ts","../../../node_modules/@zxing/library/esm/browser/browserdatamatrixcodereader.d.ts","../../../node_modules/@zxing/library/esm/core/multiformatreader.d.ts","../../../node_modules/@zxing/library/esm/browser/browsermultiformatreader.d.ts","../../../node_modules/@zxing/library/esm/browser/browserpdf417reader.d.ts","../../../node_modules/@zxing/library/esm/browser/browserqrcodereader.d.ts","../../../node_modules/@zxing/library/esm/core/encodehinttype.d.ts","../../../node_modules/@zxing/library/esm/browser/browserqrcodesvgwriter.d.ts","../../../node_modules/@zxing/library/esm/browser/htmlcanvaselementluminancesource.d.ts","../../../node_modules/@zxing/library/esm/browser.d.ts","../../../node_modules/@zxing/library/esm/core/argumentexception.d.ts","../../../node_modules/@zxing/library/esm/core/arithmeticexception.d.ts","../../../node_modules/@zxing/library/esm/core/checksumexception.d.ts","../../../node_modules/@zxing/library/esm/core/formatexception.d.ts","../../../node_modules/@zxing/library/esm/core/illegalargumentexception.d.ts","../../../node_modules/@zxing/library/esm/core/illegalstateexception.d.ts","../../../node_modules/@zxing/library/esm/core/notfoundexception.d.ts","../../../node_modules/@zxing/library/esm/core/readerexception.d.ts","../../../node_modules/@zxing/library/esm/core/reedsolomonexception.d.ts","../../../node_modules/@zxing/library/esm/core/unsupportedoperationexception.d.ts","../../../node_modules/@zxing/library/esm/core/writerexception.d.ts","../../../node_modules/@zxing/library/esm/core/invertedluminancesource.d.ts","../../../node_modules/@zxing/library/esm/core/writer.d.ts","../../../node_modules/@zxing/library/esm/core/multiformatwriter.d.ts","../../../node_modules/@zxing/library/esm/core/planaryuvluminancesource.d.ts","../../../node_modules/@zxing/library/esm/core/resultpointcallback.d.ts","../../../node_modules/@zxing/library/esm/core/rgbluminancesource.d.ts","../../../node_modules/@zxing/library/esm/core/util/system.d.ts","../../../node_modules/@zxing/library/esm/core/common/characterseteci.d.ts","../../../node_modules/@zxing/library/esm/core/util/stringbuilder.d.ts","../../../node_modules/@zxing/library/esm/core/util/stringencoding.d.ts","../../../node_modules/@zxing/library/esm/core/util/charset.d.ts","../../../node_modules/@zxing/library/esm/core/util/arrays.d.ts","../../../node_modules/@zxing/library/esm/core/util/standardcharsets.d.ts","../../../node_modules/@zxing/library/esm/core/util/integer.d.ts","../../../node_modules/@zxing/library/esm/core/common/bitsource.d.ts","../../../node_modules/@zxing/library/esm/core/common/decoderresult.d.ts","../../../node_modules/@zxing/library/esm/core/common/perspectivetransform.d.ts","../../../node_modules/@zxing/library/esm/core/common/gridsampler.d.ts","../../../node_modules/@zxing/library/esm/core/common/defaultgridsampler.d.ts","../../../node_modules/@zxing/library/esm/core/common/detectorresult.d.ts","../../../node_modules/@zxing/library/esm/core/common/globalhistogrambinarizer.d.ts","../../../node_modules/@zxing/library/esm/core/common/gridsamplerinstance.d.ts","../../../node_modules/@zxing/library/esm/core/common/hybridbinarizer.d.ts","../../../node_modules/@zxing/library/esm/core/common/stringutils.d.ts","../../../node_modules/@zxing/library/esm/core/common/detector/mathutils.d.ts","../../../node_modules/@zxing/library/esm/core/common/detector/whiterectangledetector.d.ts","../../../node_modules/@zxing/library/esm/core/common/reedsolomon/abstractgenericgf.d.ts","../../../node_modules/@zxing/library/esm/core/common/reedsolomon/genericgfpoly.d.ts","../../../node_modules/@zxing/library/esm/core/common/reedsolomon/genericgf.d.ts","../../../node_modules/@zxing/library/esm/core/common/reedsolomon/reedsolomondecoder.d.ts","../../../node_modules/@zxing/library/esm/core/common/reedsolomon/reedsolomonencoder.d.ts","../../../node_modules/@zxing/library/esm/core/datamatrix/datamatrixreader.d.ts","../../../node_modules/@zxing/library/esm/core/datamatrix/decoder/decodedbitstreamparser.d.ts","../../../node_modules/@zxing/library/esm/core/multi/multiplebarcodereader.d.ts","../../../node_modules/@zxing/library/esm/core/pdf417/pdf417reader.d.ts","../../../node_modules/@zxing/library/esm/core/pdf417/pdf417resultmetadata.d.ts","../../../node_modules/@zxing/library/esm/core/pdf417/decoder/decodedbitstreamparser.d.ts","../../../node_modules/@zxing/library/esm/core/pdf417/decoder/ec/errorcorrection.d.ts","../../../node_modules/@zxing/library/esm/core/qrcode/decoder/decoder.d.ts","../../../node_modules/@zxing/library/esm/core/qrcode/qrcodereader.d.ts","../../../node_modules/@zxing/library/esm/core/qrcode/qrcodewriter.d.ts","../../../node_modules/@zxing/library/esm/core/qrcode/decoder/errorcorrectionlevel.d.ts","../../../node_modules/@zxing/library/esm/core/qrcode/decoder/formatinformation.d.ts","../../../node_modules/@zxing/library/esm/core/qrcode/decoder/ecb.d.ts","../../../node_modules/@zxing/library/esm/core/qrcode/decoder/ecblocks.d.ts","../../../node_modules/@zxing/library/esm/core/qrcode/decoder/version.d.ts","../../../node_modules/@zxing/library/esm/core/qrcode/decoder/mode.d.ts","../../../node_modules/@zxing/library/esm/core/qrcode/decoder/decodedbitstreamparser.d.ts","../../../node_modules/@zxing/library/esm/core/qrcode/decoder/datamask.d.ts","../../../node_modules/@zxing/library/esm/core/qrcode/encoder/bytematrix.d.ts","../../../node_modules/@zxing/library/esm/core/qrcode/encoder/qrcode.d.ts","../../../node_modules/@zxing/library/esm/core/qrcode/encoder/encoder.d.ts","../../../node_modules/@zxing/library/esm/core/qrcode/encoder/matrixutil.d.ts","../../../node_modules/@zxing/library/esm/core/qrcode/encoder/maskutil.d.ts","../../../node_modules/@zxing/library/esm/core/aztec/aztecreader.d.ts","../../../node_modules/@zxing/library/esm/core/aztec/aztecwriter.d.ts","../../../node_modules/@zxing/library/esm/core/aztec/aztecdetectorresult.d.ts","../../../node_modules/@zxing/library/esm/core/aztec/encoder/azteccode.d.ts","../../../node_modules/@zxing/library/esm/core/aztec/encoder/encoder.d.ts","../../../node_modules/@zxing/library/esm/core/aztec/encoder/highlevelencoder.d.ts","../../../node_modules/@zxing/library/esm/core/aztec/decoder/decoder.d.ts","../../../node_modules/@zxing/library/esm/core/aztec/detector/detector.d.ts","../../../node_modules/@zxing/library/esm/core/oned/onedreader.d.ts","../../../node_modules/@zxing/library/esm/core/oned/abstractupceanreader.d.ts","../../../node_modules/@zxing/library/esm/core/oned/upceanreader.d.ts","../../../node_modules/@zxing/library/esm/core/oned/ean13reader.d.ts","../../../node_modules/@zxing/library/esm/core/oned/code128reader.d.ts","../../../node_modules/@zxing/library/esm/core/oned/itfreader.d.ts","../../../node_modules/@zxing/library/esm/core/oned/code39reader.d.ts","../../../node_modules/@zxing/library/esm/core/oned/rss/abstractrssreader.d.ts","../../../node_modules/@zxing/library/esm/core/oned/rss/rss14reader.d.ts","../../../node_modules/@zxing/library/esm/core/oned/rss/datacharacter.d.ts","../../../node_modules/@zxing/library/esm/core/oned/rss/finderpattern.d.ts","../../../node_modules/@zxing/library/esm/core/oned/rss/expanded/expandedpair.d.ts","../../../node_modules/@zxing/library/esm/core/oned/rss/expanded/rssexpandedreader.d.ts","../../../node_modules/@zxing/library/esm/core/oned/rss/expanded/decoders/decodedobject.d.ts","../../../node_modules/@zxing/library/esm/core/oned/rss/expanded/decoders/decodedinformation.d.ts","../../../node_modules/@zxing/library/esm/core/oned/rss/expanded/decoders/generalappiddecoder.d.ts","../../../node_modules/@zxing/library/esm/core/oned/rss/expanded/decoders/abstractexpandeddecoder.d.ts","../../../node_modules/@zxing/library/esm/core/oned/rss/expanded/decoders/abstractexpandeddecodercomplement.d.ts","../../../node_modules/@zxing/library/esm/core/oned/multiformatonedreader.d.ts","../../../node_modules/@zxing/library/esm/index.d.ts","../src/ox-input-barcode.ts","../../../node_modules/@types/codemirror/index.d.ts","../../../node_modules/@types/codemirror/addon/display/fullscreen.d.ts","../../../node_modules/@types/codemirror/addon/display/autorefresh.d.ts","../src/ox-input-code.ts","../../../node_modules/@thebespokepixel/es-tinycolor/types/index.d.ts","../src/ox-input-color.ts","../src/ox-input-multiple-colors.ts","../../../node_modules/@types/lodash/common/common.d.ts","../../../node_modules/@types/lodash/common/array.d.ts","../../../node_modules/@types/lodash/common/collection.d.ts","../../../node_modules/@types/lodash/common/date.d.ts","../../../node_modules/@types/lodash/common/function.d.ts","../../../node_modules/@types/lodash/common/lang.d.ts","../../../node_modules/@types/lodash/common/math.d.ts","../../../node_modules/@types/lodash/common/number.d.ts","../../../node_modules/@types/lodash/common/object.d.ts","../../../node_modules/@types/lodash/common/seq.d.ts","../../../node_modules/@types/lodash/common/string.d.ts","../../../node_modules/@types/lodash/common/util.d.ts","../../../node_modules/@types/lodash/index.d.ts","../../../node_modules/@types/lodash-es/isequal.d.ts","../src/ox-input-color-stops.ts","../../../node_modules/@polymer/iron-a11y-keys-behavior/iron-a11y-keys-behavior.d.ts","../../../node_modules/@polymer/polymer/lib/utils/array-splice.d.ts","../../../node_modules/@polymer/polymer/interfaces.d.ts","../../../node_modules/@polymer/polymer/lib/utils/async.d.ts","../../../node_modules/@polymer/polymer/lib/utils/flattened-nodes-observer.d.ts","../../../node_modules/@polymer/polymer/lib/utils/debounce.d.ts","../../../node_modules/@polymer/polymer/lib/utils/flush.d.ts","../../../node_modules/@polymer/polymer/lib/legacy/polymer.dom.d.ts","../../../node_modules/@polymer/iron-behaviors/iron-button-state.d.ts","../../../node_modules/@polymer/iron-behaviors/iron-control-state.d.ts","../../../node_modules/@polymer/iron-form-element-behavior/iron-form-element-behavior.d.ts","../../../node_modules/@polymer/polymer/lib/utils/mixin.d.ts","../../../node_modules/@polymer/polymer/lib/utils/resolve-url.d.ts","../../../node_modules/@polymer/polymer/lib/elements/dom-module.d.ts","../../../node_modules/@polymer/polymer/lib/utils/style-gather.d.ts","../../../node_modules/@polymer/polymer/lib/utils/path.d.ts","../../../node_modules/@polymer/polymer/lib/utils/case-map.d.ts","../../../node_modules/@polymer/polymer/lib/mixins/properties-changed.d.ts","../../../node_modules/@polymer/polymer/lib/mixins/property-accessors.d.ts","../../../node_modules/@polymer/polymer/lib/mixins/template-stamp.d.ts","../../../node_modules/@polymer/polymer/lib/mixins/property-effects.d.ts","../../../node_modules/@polymer/polymer/lib/utils/telemetry.d.ts","../../../node_modules/@polymer/polymer/lib/mixins/properties-mixin.d.ts","../../../node_modules/@polymer/polymer/lib/mixins/element-mixin.d.ts","../../../node_modules/@polymer/polymer/lib/utils/gestures.d.ts","../../../node_modules/@polymer/polymer/lib/mixins/gesture-event-listeners.d.ts","../../../node_modules/@polymer/polymer/lib/mixins/dir-mixin.d.ts","../../../node_modules/@polymer/polymer/lib/utils/scope-subtree.d.ts","../../../node_modules/@polymer/polymer/lib/mixins/disable-upgrade-mixin.d.ts","../../../node_modules/@polymer/polymer/lib/legacy/legacy-element-mixin.d.ts","../../../node_modules/@polymer/polymer/lib/legacy/class.d.ts","../../../node_modules/@polymer/polymer/lib/legacy/polymer-fn.d.ts","../../../node_modules/@polymer/iron-meta/iron-meta.d.ts","../../../node_modules/@polymer/iron-validatable-behavior/iron-validatable-behavior.d.ts","../../../node_modules/@polymer/polymer/lib/utils/html-tag.d.ts","../../../node_modules/@polymer/paper-dropdown-menu/paper-dropdown-menu.d.ts","../../../node_modules/@polymer/iron-selector/iron-selection.d.ts","../../../node_modules/@polymer/iron-selector/iron-selectable.d.ts","../../../node_modules/@polymer/iron-selector/iron-multi-selectable.d.ts","../../../node_modules/@polymer/iron-menu-behavior/iron-menu-behavior.d.ts","../../../node_modules/@polymer/paper-listbox/paper-listbox.d.ts","../../../node_modules/@polymer/paper-item/paper-item-behavior.d.ts","../../../node_modules/@polymer/paper-item/paper-item.d.ts","../src/ox-input-color-gradient.ts","../src/ox-input-file.ts","../src/ox-input-image.ts","../src/ox-input-value-ranges.ts","../src/ox-input-value-map.ts","../src/ox-input-table.ts","../src/ox-input-scene-component-id.ts","../../../node_modules/@material/base/foundation.d.ts","../../../node_modules/@material/base/types.d.ts","../../../node_modules/@material/base/component.d.ts","../../../node_modules/@material/base/index.d.ts","../../../node_modules/@material/mwc-base/node_modules/lit/index.d.ts","../../../node_modules/@material/mwc-base/utils.d.ts","../../../node_modules/@material/mwc-base/base-element.d.ts","../../../node_modules/@material/ripple/types.d.ts","../../../node_modules/@material/ripple/adapter.d.ts","../../../node_modules/@material/ripple/foundation.d.ts","../../../node_modules/@material/mwc-ripple/node_modules/lit/index.d.ts","../../../node_modules/@material/mwc-ripple/mwc-ripple-base.d.ts","../../../node_modules/@material/mwc-ripple/mwc-ripple.d.ts","../../../node_modules/@material/mwc-base/aria-property.d.ts","../../../node_modules/@material/mwc-ripple/ripple-handlers.d.ts","../../../node_modules/@material/mwc-button/node_modules/lit/index.d.ts","../../../node_modules/lit-html/directives/class-map.d.ts","../../../node_modules/@material/mwc-button/node_modules/lit/directives/class-map.d.ts","../../../node_modules/@material/mwc-button/mwc-button-base.d.ts","../../../node_modules/@material/mwc-button/mwc-button.d.ts","../../../node_modules/i18next/index.d.ts","../../i18n/dist/src/config.d.ts","../../i18n/dist/src/localize.d.ts","../../i18n/dist/src/ox-i18n.d.ts","../../i18n/dist/src/ox-i18n-selector.d.ts","../../i18n/dist/src/index.d.ts","../src/ox-input-crontab.ts","../src/ox-input-partition-keys.ts","../src/index.ts","../src/ox-input-container.ts","../src/ox-input-data.ts","../src/ox-input-key-values.ts","../src/ox-input-options.ts","../src/ox-input-range.ts","../src/ox-input-search.ts","../src/ox-input-unit.ts","../src/ox-input-work-shift.ts","../src/locale/locale-codes.ts","../src/locale/localization.ts","../src/locale/locale-picker.ts","../src/locales/en.ts","../src/locales/ko.ts","../src/locales/ms.ts","../src/locales/zh.ts","../src/ox-input-layout/ox-input-card-layout.ts","../src/ox-input-layout/ox-input-grid-layout.ts","../src/ox-input-layout/ox-input-layout.ts","../stories/ox-checkbox.stories.ts","../stories/ox-input-3dish.stories.ts","../stories/ox-input-barcode.stories.ts","../stories/ox-input-crontab.stories.ts","../stories/ox-input-file.stories.ts","../stories/ox-input-key-values.stories.ts","../stories/ox-input-multiple-colors.stories.ts","../stories/ox-input-options.stories.ts","../stories/ox-input-partition-keys.stories.ts","../stories/ox-input-range.stories.ts","../stories/ox-input-search.stories.ts","../stories/ox-input-unit.stories.ts","../stories/ox-input-value-map.stories.ts","../stories/ox-input-value-ranges.stories.ts","../stories/ox-input-work-shift.stories.ts","../stories/ox-select.stories.ts","../themes/common-grist-styles.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/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/mocha/index.d.ts"],"fileInfos":[{"version":"3ac1b83264055b28c0165688fda6dfcc39001e9e7828f649299101c23ad0a0c3","affectsGlobalScope":true},"dc47c4fa66b9b9890cf076304de2a9c5201e94b740cffdf09f87296d877d71f6","7a387c58583dfca701b6c85e0adaf43fb17d590fb16d5b2dc0a2fbd89f35c467","8a12173c586e95f4433e0c6dc446bc88346be73ffe9ca6eec7aa63c8f3dca7f9","5f4e733ced4e129482ae2186aae29fde948ab7182844c3a5a51dd346182c7b06","e6b724280c694a9f588847f754198fb96c43d805f065c3a5b28bbc9594541c84","e21c071ca3e1b4a815d5f04a7475adcaeea5d64367e840dd0154096d705c3940",{"version":"72704b10d97777e15f1a581b73f88273037ef752d2e50b72287bd0a90af64fe6","affectsGlobalScope":true},{"version":"d8996609230d17e90484a2dd58f22668f9a05a3bfe00bfb1d6271171e54a31fb","affectsGlobalScope":true},{"version":"43fb1d932e4966a39a41b464a12a81899d9ae5f2c829063f5571b6b87e6d2f9c","affectsGlobalScope":true},{"version":"cdccba9a388c2ee3fd6ad4018c640a471a6c060e96f1232062223063b0a5ac6a","affectsGlobalScope":true},{"version":"c5c05907c02476e4bde6b7e76a79ffcd948aedd14b6a8f56e4674221b0417398","affectsGlobalScope":true},{"version":"0d5f52b3174bee6edb81260ebcd792692c32c81fd55499d69531496f3f2b25e7","affectsGlobalScope":true},{"version":"810627a82ac06fb5166da5ada4159c4ec11978dfbb0805fe804c86406dab8357","affectsGlobalScope":true},{"version":"62d80405c46c3f4c527ee657ae9d43fda65a0bf582292429aea1e69144a522a6","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":"1b3fe904465430e030c93239a348f05e1be80640d91f2f004c3512c2c2c89f34","affectsGlobalScope":true},{"version":"3787b83e297de7c315d55d4a7c546ae28e5f6c0a361b7a1dcec1f1f50a54ef11","affectsGlobalScope":true},{"version":"e7e8e1d368290e9295ef18ca23f405cf40d5456fa9f20db6373a61ca45f75f40","affectsGlobalScope":true},{"version":"faf0221ae0465363c842ce6aa8a0cbda5d9296940a8e26c86e04cc4081eea21e","affectsGlobalScope":true},{"version":"06393d13ea207a1bfe08ec8d7be562549c5e2da8983f2ee074e00002629d1871","affectsGlobalScope":true},{"version":"5075b36ab861c8c0c45377cb8c96270d7c65f0eeaf105d53fac6850da61f1027","affectsGlobalScope":true},{"version":"10bbdc1981b8d9310ee75bfac28ee0477bb2353e8529da8cff7cb26c409cb5e8","affectsGlobalScope":true},"b5c159239c33d1bcb3d7ca8d24cf9ba1b1579aab80e70fbb0029e374880f2470","12f4cfe2fe60b810c3174537bc2ddb20c1067b7768643d12cb1266fd183afb75","6e2c5a9358c2be6791713f778c3af2d3357b8665d881e22f50b3aa861a2a9717","1e5743b25a63fd34ffbae89adcbf248ee17db6ed08d90079ffa93803c3e80d2a","13bb750b495c48fd60d7b5e09f65d4a7b010ab7e09a8943a6d54511e7d184f84","2fcd2d22b1f30555e785105597cd8f57ed50300e213c4f1bbca6ae149f782c38",{"version":"bb4248c7f953233ac52332088fac897d62b82be07244e551d87c5049600b6cf7","affectsGlobalScope":true},"70f04c91d3186b1b10157157887fab664968fc9b88377785a5ee42750c202c6d","f690af1a7043e58fce8c672df5e1d1e27bad7459b81143af991db7c5427a0785","eba7cf33380cc3a3cf614faf67300e14d0bdff9ea6c5cd6f4b040b1756a48ab1","f07a77a7fb1d49aa2b61cb68bf712a083487acd7130d20223a83de03af0c257d","97c58f6db61d45712d91d2260994817ae2b568bbb37cc280013079b6b5d2232d","ac388c7c7a262213a3700451bc921e382a93fb27c0252c34ccf03540b4ce044b","1da789e534bc558808021dd64abf33a91a68e422bbf28aeec236bd74df640401","fb0107c83e2e0e75b77dacd0c3c6c3ab6844e98dce2a8f858c6f0a57c12136a6","0a478dcb6e6bd8a5d871165659c79cee7b8c3b7a87289118d22e1a04d171e252","a25d1e52291791819032826af5c52987e16ffdb96e8bb69f7f1790f5ab080be6","d660961abada6b5030461f3322ef3a2e1d9fec74167574f8b590a7796cf90a72","707b4eae3d469b2f347d2083037151922f94c370a9456ebd5ac0a4fb7441c7e7","4bcb813ea56182beaaab1e8274524eb9f1449b0d8e79efc4a0399de09e43f816","c784eab1cf838d9d6527bce3d9f2d373145606666b68f7610291a7adf6e6bda9","f0380f581cb015778c0fe51e95b5b7f6dae237280654558469b2486c1572268a","e6c7ea65352ee791917940cb125f4c1d6e7341482c8c2b42178d700d2fbea016","b56f1ca0eefb2bec05660ac3d9c61f853ddd749720a6360400c95ac8c8705979","67f4076fc37ac48bd0440c880ce48c5604fa0076fc761fcdb449cce668d2a1fa","f07a77a7fb1d49aa2b61cb68bf712a083487acd7130d20223a83de03af0c257d",{"version":"27b285e901600242883d62a5fff9f5d262c6fa128b6e6c6963f981f2630a957e","affectsGlobalScope":true},"b19e95136dd01ce850d7f05e05d594afecc4510fd1b44cdc049e4b7ce4d18e35","415ae3a9be423d2db81b7e16a6c053c83d3f83b1af03a2827aea3de084b70742","79be55362c82b8aa2f5dc063b51dbbc8f38f009d81c494aac4f671ff23fefb86","10cbee260a09cb62cc5516ea65aa7504f21ec98048a324e789d04d40d9057513","77b0b20b0aeafc78f8af2d66bf16a53b91312d6426f5413a574b978cc6edff34","cf93fb9208a01c80f0fad245c4360356e5de6c2384b7641acf0b9cc2f5c42448","336398b0efaf964124e636a9b29c4edd5870aee79ac64bf87be58a9d66b7c048","571bc65ec37ba124e762bb822e14a2b8502dc684e356be8feaccbd6b9cadd023","2bbbefc1235500bdb5091f240dc8cba861a95342272f7d11b7574a0d2ef4f85e","7cd455fc4c4818f19263d73b29c59f3fb5fd54b45a6ab83ca3eb3661281db56b","1c6b9b5501774a2ece6574be8e26092800e3f1f836f8c179b4f9fdd271a620f8","0929ec89582904044a56ca8220114b7256450a197da22eb5c9b630be69a41372","05cfea0488751015b0b85911b6cdcde7c6cebdd9b8cada1ec0b5c1736357a552","6d1f118cfbf15c813f578cf6b87da76d075698bf7db964cb7c3d75f0309652f7","74a8a08e5d642a108ae7b23e72bded7b9d784c665458affdfb1770c1b19bcdd1","a9e5489311de854cb96bfcf5eaf969c9b322c658e3575f30e03180e4d4ca3994","f8c86fcbfb0a1e69a0ed28d3249cc33c312fa23a39c17e15cbbcc539bdcdc303","7179b6924a816d72bf206803d8cdc27ccc14f02f2d4f4145d5183eb083f5bf17","39d2d450df6efbf38585fd316f18922c8ac3fdfd4c3fc412d0bee34e2bc86378","7470dedadf72566f57f46fa8a8950afe388a4e90935b4e4b3d33add9a611929d","90feb2c17c1fd53720e1dd8738c6660aa14402394bb30caed6f2a7cdd54fea40","75f8b003f4362cb9a9e1d9d8b00c6a1e866868f05b27ede146dd8830b675bdf7","e56a260134af75a771b5e19534d30007034e2757183546193f8b191683c6b2b9","70926949fb828e317443687c9f3b5288e1ef6ec1e5130c1001f406b4ba3665ff","f499d7fb533781939c7a5ab778ac6e6c8ffe65601b1a61a843c36ee0013f05b6","46d98d129de9914564a5c8909c9098175c5896919e8e698d206cfffdfa7c3999","c8f7da57a17479145ea922b90a1efb2ff8e8096992bb0a4658606c9fbd944efc","9f6db0145855df4a01d451af565d61755d4a768c3dccd3447cc2911dc0ded045",{"version":"569a084a5f2a8ea0de61c93a5dc246f1391e2c41d1cd9667c562d70dbe843358","signature":"8722a3b2af8a2af04cccbfa9094ea17edee5806bb09ae837bf3125f37ee64d7d"},"ed3eaec34d14d1a2885ed3b0f38846472bff1ff1b3a48ed986f4526f8e694d8c","f07a77a7fb1d49aa2b61cb68bf712a083487acd7130d20223a83de03af0c257d","08bae564269612dc1909bdf7f747766c235b85641f6d156bccc9ee9876fb2435","459489899ec41b6dc4a6a8f80f55aae744cd76f6b6ad13a0acb19349c9bdf2f5",{"version":"6a7a3cf7102eaf8c5b67c2a92f8cc0ff6e1076a49b714a7f518d0d1b5ac85a40","affectsGlobalScope":true},"b49ff59927171643840b1349c9a0b39453e0613e69aa25d588c6c24ccb37fbe1","d7476e036a2936d4e5ec603a28c04645b2afa91e3c0ff98e326b884ed5a3fa73","775d6ac48d8fe78490aa60d2b356579822702bce7e70c88fc2452334c67504d4","9c75751d47aef509ebc0a58cb186c8e07c8ed2cd164a9902164cc5ae28bf0517","b48bf76c500cfcff3a39db7c8b649a7800eeacceb2a97e46a22abae3f1dc4de6",{"version":"03d59125a6cc4572de876f7daf0e65ee30340a2e0b05ab5f7315a938788d5e28","signature":"1a11e30d7331af22d94c291c515271eddcbe396d631b2f4aa05db67532d78e88"},"3dfe4b1e3d9bd0902596cde89873e7cface012fe4e19a065fa57a1cc379e9a50","30b7784f26c990da2ab8e2b35c198b84dd1bcfc4ce1936d95baf8be825e44fc8","2aad701dc29df474848186eae9f7f6d68682cd30ccb14b50866e1cdc2deffded","6631d429758aec5beb47de0895a09b57b9a2bb0d3520d3f7e5674c33b886cb32","4b7b8571dbc6ac884882c910549ef6b507c9bf9e721ec4ae5bccb4cb565e7597","de2a52682e3a9ee3c61159a4a6fd74c9e0259692598f33d1d2174f5d8fb18276","ca968be2bebaec29feba08452a2293d0ad2f11b5e70833d99fc6a078844271ea","4363cfdc5eba70c1b06e88653e0a03705558f7f3880083aa639438ef01f367f1","c0b4317958ae42a4e276041687ab95a72668d790b8410939d9924d49776fea40","7664fc0355afe380fdb3c184848e79ef10958c6916305a50bceb06366f9e9019","22fa4f9d3a770310dfcc6c60310288326dfa31b39e32744d660e50a08ef7583f","7a2835f1d73db78aa311398798efbcf07b7029ac18252dfa321d50168f211452","8ded0efd0f64067da4812f14e9d7bb1ed44871c3b87d87564416d93073825f0d","79ba5dfa0abac7e3e7210eb2358f9e6117a46da02446cead1510f32c26eae02e","df5585be736dfb6b7a4f5ef08c5dd8c037858319da3313ed39609b7079980caa","83fd78d3184d150c32740a409c3b4acb1290199490a86f661b43b14ae9314b68","6bd387b615555ec847bcce6eade4de0c271b7b22b17d7e29b837011d4429e164","2effb5dfe6a54053aeb4c21bae08f457c9454b3473a1b65dd7c7a9ec064a1aa2","108531f20a4a56f9bbfac3469bfc76b3cc6589b2743a349610d4784d768cffdf","75aa62429356fb3a8ff4c9ff0e9665c67b512351956857a3e1ade1d497e9c149","5ded77dd88437e5e3cb2e6e8c0bd636896e79ecbb4a9876678e3d0ab5e2ea54d","72a8e2f7864e44b864f9b991fcad0a4bc5fabb1aeaad3dc7ee520ccee4f2336e","a193a2944058607c6c094df6487399e4386059280940839af6cf62a634202810","cf3e138268e5bfaed81bf100500da5f257d6883a9e8a0febe431dcc9c128766e","1fe02733949b609bbf88523da8d24a5432b510b2ad0b47ae0c921d680f9f3785","74a0aecf46aa5c2aae9d42cfc0efda7f1e93677474e12471a5864230c6b187a1","96ef505aceedbf3ecfcf69829b4f57f27e3ce72ad6ebcaa05a1da88986b818b8","eec7434894f908a61867fa29b5fe563c14c313cbc35e517ada79f38b44234e37","52a9d9ae376b117459346f324e3c8ec04a0b1e702a000a2c80e9dbd9b43181a2","17b29959c0ac60d28af819d0d3d7106c9dfe5acefe5c820ea7145e5d27455702","49d95d1f1707e80483ae4a3313103a1d76a4d105f3b0e3cf410c474b7c5cc358","f369c01bc64fc7d8ce1751065c384df2f81a89deb224c24eabb4e8465ee6181d","c6bbc353e7bca0574458f0dcadfe84e56e48ec1d38475b4254c1d4619bfd47c1","4c90f3b801c6aec975c0497b9e9ff8ff1ad903fb74e6e8aaadb240dd85612bb8","d11f0b5dae80f2e5e02f34c4aa58650492ccb45651b6f83f10eaf10dfe565a65","49bc024e5a1fea90b26a1f41fd75982d9f68f40444b568a91ad1202691cd882d","4b2ea4e544b830a25240b3982d735fbd6f4da8ea7af4caee3906809cb0c892fb","e5029039ae5dd970ab70bd67cc03085f17420e89e365c684921e45cc2b7f9c0a","099d5cbe09f4ecd7529764502da2a91e819d48e1b8f53e3b9954dbf9fdcd2d67","521e4e920ab7109fea500cc2f9dd48457a30b46f574b35c52bc6bd2533cd902f","f24dc27c51a5dfcd6383f001099843ce5234dac65a8de5477b5bd43c68d789e7","d1b2ba9156610a5413143169dcdb67530665b4c97da01e849c4e39560a028d11","67d0899181e8542bb2408b0a4d4be47628290ba39e3510b00569891c6bef8105","1a51bc00ba287a98d010ba68dacf22e81e801c27d5f605dc53562d9db76e16db","5b71a4c0fa3233daf8025104788f9f6046859ddb0fb96beb59fc0ff9fb42c113","0438101968a30ea0799bf28609d56a45446268eb08a2606c737104b9a2e479c5","dfae624810dcaa58acf29dea53d0c4b0626e50822668b0f25b92769d0d4a0c11","159d5123c12f8ea94d929fca14851cd1cf625e2c5778119df4d167265b11addb","8cd5018ac1e7d47f19f3b56af074d2aadb80a3cc0cfd42f40419405c3131f405","a7e4a92ed0a90cbdc3f944fac43a367abc2713abaeca4a1b0ac84e35bedd702d","072caf3382317f29871e8c1f22e6620252ead6c3245e118c0953dabc5a3e79f0","0e6d04a687ffc80745939bef70f2964dd4699895aeae3cb8076a2ff18cde1c67","043d1f68840d7ad109fcea422c34e0096da930d820a2987a67bc8dec11387463","265b6fbbe296b6ace3e92eaee48813c809890f90eef7c389e44997e652c8a94f","09a6cf0a1646f4fe8956b5a9ed2334d5bce973d2f074abb61a39e09cd620399d","c3394d3bc25404895e11fba6517b477f992321aeadd20338cd541721af8e1684","329c0ab9af33a87e502c718b5301cb114a5547a1fc5d55597128adb9aec1e25e","69db0dfb6ec9dcba5a31b99bfc5da74b6d86fca50013cc15bb072c4c97acc4d6","188c2128b909024fd07ff82a308638b13eb02056454d6aec0094656f5b60b0ab","59e626908ec84b90ab62d7704f406739956afa6a124f37776a7fbf3d523d31af","3bf62235efe93ed4f9b18799351c890d7eee5d7ac118b33d5ec717070437fb86","aa02ea4ce88d834274306d2e8d72b6f2457777255c1de2a021a922540f3c201b","a2c581e82777c45b07521fb39e06e50681da78b927df93495313657b0a2abd49","a2ff4870a55c9dfa028c2f5e774f647594bd0a1036388c39562bd3a81eb08631","5f14ef223c9097662dd86d19dc13aa1772524f2689596df3d324b9a08099ad0c","303680856c75fdbc2d4616f29d6e5adfa9837c091119f85482cf0123d4688bd4","8ac1fb455c5f42a895c9d1b6a7ad53d6e72e8bd024a2376c7743914e6c3db1c5","e7fbfe161d7591aff2fac724dc3729d6f2c10a2368a1accc79619f56273c6d45","945c700e5c5283839f32fb02129ffa233843afdc7a31335225a622edaa4dcd29","374251a9579548076b559ae27d07e08c1fa150d7934fe9629cc649fee99751ef","a8b40e76e9b2870e9693abc3a52135e80c5c95b9bad4bb5c7e756cb68be0dee6","ef63d901eaee2e8c25fd006bd0ad13ff7821de4bc07de674ae5eee8748001451","247d025ea65b8d07f3f595af46f3e6d3c84bfe6c80f80ee77df1f22d814c132d","3fcb9d41be6137cf2c3684aef7d6ea8d934132644bf8044d0ebc24c680939e19","bd4db5efc9930a4eb2e9e6af8f55cba031045b7b6adc5818f279d38ef56d682c","e2b6c1237496328b2d3ebea48fbaa9c82c51bfdce47afc4f6003422f14cfafad","d454863b6e7022253e0d60c1051defee04d65d9de7f5c5a11e2b84e33909fe4b","bc71c29d055581143051f3a90604c52c368ee2ee97e3e66a168a24c753ed5a60","363a8db8015eaf382dd76f42989a3d6165edfc0e1fca60d77db0ac2b79241426","1202fbf37dbdfaf0faf85a0fafd4db2e0ff07b42a70806d0368ce8a36a8afec2","d1a49dba3e7721d1ce3de321c5dc40b5ba3b2d6316f7fc40d2f95df452334d96","2c143e4b22580d2879718195322d52c02461dc99f43846a99892692e4f81f078","096a1da32dbc90e00d67f1d1f0ae52db2e327102be4b60ee0faa8dccba81e684","7549a814a3e01a21cd235f43029ed0f4e3a2d5085224316376bb91a1779de313","57d40f1e6a5f377677409cd1875551883b7de268be69f942622244163ea89d01","2e761e410969234950ab430f9ca58b6ed417f1014c55fc73f638523fa5eec1d6","94c9d56b441f206fa84f13e8022bd0abae326f6d8db96b08e2c1aafe3f90544e","0b5fa0c440935532611416f9a923f9278601d600e10cc3feaa55da332f50f6ac","8a0b458916a1fe3aeb3cb7d118bf191ff1e9aec2d26177660e64241d677db1e0","bf12ca57a5d03135c31d3f88c269740c7d2658664f15d6495c219b1bb23a99da","9c40be3c5a7920b744d14112ff3168ab5e5609699b8c1d91ecb709ac168324a5","cb28f2fc4172aa0541ba7bf189603f96897a951a46c4be3d91acf9de9a1710e8","6994c5b35689135e820f563d5763e3336930ffa439d895a3ec27025702ccedfd","91dc8b7c4593713c8aeff12732e13f9d1eb94f5caee9a1496660f831f465835d","1bb2c6539020bcac5f3e2983a84a6e0076d68df0167d99a29bae9fc11e3ea691","e4b0ad22784b73f2e6bcf955628e6dbb114bae5b003d40b1ee19356e18daad7a","df45b75ada5c8beceb3e913364c7a3729011dc172b68adf5189d4fae5625ad7d","97b2a12f44fb5a8efd00ab46d37d6637167746c7c0d88c5b5728a34aa3b663a5","2c52dbe7f60e8b2887d17877c1b04677f1d945b18b4fb3e7befbd1489de51e83","f3bd3b4bd312efbff3978a3fd9952e2eadeacc7d01cbd1bc01e72786e502aa16","95b063b28e6ed861e34899447c68932aa51b840edaf7cda213ac61920766271c","4710c48d307d5ccdbea5c12e20c0ba27870411d86ad563918d4c0aeb0fce3b57","c5880f64e301e74076d017ee185c9a528e5a68ed93f305fbf6d7618b7d21c29f","b97b7560517f2f4a070415909c98ddcb1e1d8f3346db990d496856fcdfcde648","15e2f96f7a8e64937eb0624b04513a9fed7f7c71aa7875208ee9e31958588624","6f5867d484ac5f717347328137c1a35563380e2c1d8e1d38beb8767c90bb5705","218e1b7c38cd5b9af46b904a728f0cc15828d9290d9adc6a5fc220f6069df988","88b74310f700fd92c9d3f11626878f3664449dd7dc007115a41cf746a9757e1c","3407d5883afea5c8fac9c3a74fedec806913b960644117e9710a239d85185fe1","7a028e36ec10c5bb3ee2e21fc938f1a44aa1b7af9981eff947da64f421b99445","6c056acd7733f0c09d1c3109ea627677dbf0eb260ef79f2797d588d85a8af1aa","ebe4587bd35138be18fec2050ffe7eed63d642fa0b674bb07e92f919fabcdea8","5d1d8f471bfda5e91090380b191a1e4d44911cf0bb51f69ce61632ec1a6a7399","0b35ba65af6e6196d22ee4a184f42512b7af1b4489b4fc5dbe9dd6d36b8097d8","232aa18921769b316d6a022c776669ea28a0250a98223841e521d9c3d9920a22","394bc17919e4dbb56443f11a7cbf610b7b07384423f9725c14d990920367b06b","17830ef73e50e330c120038947bc61ef1725178b58b9564dd9dcac5b51a6ac0c","b054669f7056c4fdb7cdf764b1977917f40f820d7f33bbc1f6b616e46b531ad6","1409e4c2241622af1a067634caff699d7d03adb5e8fd401c3f11d07214c49ec2","eae212ef0acce305594fb9cba149892dd9945cb58c0f72d0051557804b8a1af5","ccc9538f2696fa6720ccb26c05b9545e1a6236139670a9c919047aa6459456ef","e3d762cc49c25e02cd10873d944e12339185883485eca1b40e9cc0d0e063be63","437597745a84ace9638ed90cbff9abf5229131dc1d69ebfc6b19e0009577eb22","27338b029d0020bf6edf9d8ff2357ba9ade28b1a510c8f8b7132c51c048958c9","4ff816bca793da4d9874123906772ef225619980908e25fd5d40475e12651be0","1fd68353565ef4a5cc3241c0ef3a1ec4b33b17d60c76a78e0e7c05a73754e261","5765852c2905e4328a2ad6dd4f478d5554d3e760c510c3a600a6284d7e4df62c","00a6a07cc36e177ee904d619fc942c7aaa1802661fc6e21f268e247e6d5eee0f","dac56ed47ddc0dc90774416f9394429d7ede9e3af41ddc80fd8d94f8f4411b2e",{"version":"4216cdf48b4f4eeba2825f8ca482ae52fb7083de59f6e8c0fccaa902c8e16758","signature":"e7cfcffcf2fc1dfd889a4db6ee67c33b8ae8f03913e9991503c427fe5771cc2e"},{"version":"829daa145461cb58e7ab82c9c12bbafed8c27cf75873932adc6dc07c80843389","signature":"ea26e29308b28513648883bd4af73d095a7c300b2d813aa084bbd1910846ec82"},"675e702f2032766a91eeadee64f51014c64688525da99dccd8178f0c599f13a8","fe4a2042d087990ebfc7dc0142d5aaf5a152e4baea86b45f283f103ec1e871ea","d70c026dd2eeaa974f430ea229230a1897fdb897dc74659deebe2afd4feeb08f","187119ff4f9553676a884e296089e131e8cc01691c546273b1d0089c3533ce42","c24ad9be9adf28f0927e3d9d9e9cec1c677022356f241ccbbfb97bfe8fb3d1a1","0ec0998e2d085e8ea54266f547976ae152c9dd6cdb9ac4d8a520a230f5ebae84","9364c7566b0be2f7b70ff5285eb34686f83ccb01bda529b82d23b2a844653bfb","00baffbe8a2f2e4875367479489b5d43b5fc1429ecb4a4cc98cfc3009095f52a","ae9930989ed57478eb03b9b80ad3efa7a3eacdfeff0f78ecf7894c4963a64f93","3c92b6dfd43cc1c2485d9eba5ff0b74a19bb8725b692773ef1d66dac48cda4bd","3e59f00ab03c33717b3130066d4debb272da90eeded4935ff0604c2bc25a5cae","6ac6f24aff52e62c3950461aa17eab26e3a156927858e6b654baef0058b4cd1e",{"version":"0714e2046df66c0e93c3330d30dbc0565b3e8cd3ee302cf99e4ede6220e5fec8","affectsGlobalScope":true},"da66c1b3e50ef9908e31ce7a281b137b2db41423c2b143c62524f97a536a53d9",{"version":"3fb060fe722e08fe7c32cfb83f630c5211b1d08ef702577bde42837bc9994958","signature":"0ce25fb9d73410e12e718403f2460c025aa6ee9eee0f7bb260dfbb0f400d63b5"},"d0e548b52ce2a55820b470ad9c2d66e2855fb3e9dea936fc29b4d4a63bb8fa54","5b402d6c32c733bf8065b8abc34904fffcfe5b94b0e1b99e63a34f450d87faba","218d40ca9941513cd8a798d81ba7b4d348db943492f7f6db7687a79cd16b5533","46971bf04e56b8de7c9c74bba27b54f5f4a78873b6cbf0682592d0693c2acb25","54570339e5e91d8d8380dee2ab4014ffa88cdfd73ff0a20e4ec085d64d81cd78","311c45b5a2b6585a84306100bb514c919b01ee21de43efb1bb2aa6a98a2753db","fc94de52737bc8fb2b1290d6f22b5dfea3e50c8d547625781fa6a2ccd35c7242","c1b9873444fa0d27f70b65ef00c80d0e0a9e9bf277ef6b4522572e99c9c48ee9","15a95894e214753c1e2dc638670ac7c5a6d05d952b19ea3745767d239fe00789","5d82404561003f51fed07b961d061f702dfd379ef5f0f7927744a4fff21fbf64","c0a0a579f2a69a5600eec5da4d87f83a82cef0aa70cd4063e9040f95d879b96e","8ecbfacf281dbd929d3b5f09b4f96bf999a45a959e08501b07117256b1eeb659","968bc5962ea9834b383119f668c4cabd35ba7e4a2c5107fb2d38c8fa66f164be",{"version":"22a05089243a8f0fdfbfbc2d956dcf61872c5c973ecda5320a8f1e3a4dd90bfb","affectsGlobalScope":true},"9bb6e652f67b205e169436f76e1d8fd396bc9971dbec1a558eab3be406343e8c","6cb1ff661eb0cff9177c3b47e82abd0fe3122fc62f2bc0af432a8c4205ff3ec6","d4931bfce5c009c57f86bcd1039b3f0a5c5ef61d26a685f0abf77f20b18fc066","4bd4c71ed7c85138316133c98926c344916002fd572f52af1889961dad8d73c0","d0e3fc2ed7395634479edf269cc2b3e25d90b05ce08ddda1717282f9f3afecd0","8744338f1b9f91b6ca97ceb3bfb10babf4397ffe3c304b5ae4dc016f7c3fcde3","694291734f077ed109fdabbfee35995f7168b5d1af643bd6404eeabd7036aa01","7a0e19e0790605fc701443298d9ffd1dbf8fc2cd94ddfbe9a05c578a4228e5c0","4012af9177a7bb1715a569cc54565b906e5c087a97067abbcf9f75f7f9a476dc","9be3b21edf891a0ec1d8caa0da81816162f4fa5376a7652e0ec3154df6433a08","e544e87f21a6afb7a4e1196a991fd5d235d6df3b8c04ca6df0bc5f85f3aa4f5b","19910d826b4901606d47b306cd70ace2960eeb2ca2cb5e57acc81b42eedbfbcd","d48721b66317440af7e3257b38e144adf76953419a4a4db1fb60f743eb7c9b92","a71d8fe039f1b2c852618ef0b6971561ca4626fb8b30abbf6d238441d47aa6a4","baebdb5ba48a482240d2ecf8497a432aba8ca37d8930cc618c4d3b5d12ceefae","9ce316b892b5134f715b4f7afd71c06384cf9af9a69009cc9566b325a095e592","7ebd9f1b92a89f2c5998bf3e82e7af635ff5de2e3868d918f1f172e89511fae0","1d652f66027b28891fbde5c4947757333f9af4609dfa3e4be84c392c2ce0edc2",{"version":"c34297a26fdf8d47f98aeb755e0e6a6fbd935d0e347979f63d4cb9a5abf14140","affectsGlobalScope":true},"0a3f0bdec21726a138d8202f5428adfe962df1e7259a41d68c109d22f6e18672","fef62bed109b31722160fabb598f61308506f9b7f40e60b3746ae01e3a3dc18b",{"version":"c81679572dcb2188e18113641e0a8914c7cf06582d1c9429a9a5bf1f72a31aa6","affectsGlobalScope":true},"60daaa6b5dfacd7813a9cf22e1ca5860217f36e70dfcf2fc28c049a7305076e1","b203234dcc09962eadae1146518df97f0768783913616ece5fd1f7f13d6f1361","74a696e2d8acb105f173f536ede57df87f10f1811879c6537cd40718156e4809","bfa3213963e67340227e92bbfb9ae68bc9945e505818e9fd3fb1b207bc8ec89a",{"version":"67893347ea02fa7f9dac48c06155eb469725bd9bf44e2b108604c58d07d13780","affectsGlobalScope":true},"eed40411368d686759c235bd0ba8300c6f4c13d5d1ebaf05a475332c946c4d4f",{"version":"bf20e597b39dc2e7dddbe50af7e58adafc0e25add218d074cc72d3875ecc5a31","affectsGlobalScope":true},{"version":"04717c0205adfeb76d54344adbf1ff2e8e09ddf52ecc6e15b1ca16a07a767106","signature":"f14e9307ee9cb5c16f6cf133eca4475fe2e9dc001accba80253c81597b65b110"},{"version":"3275dc7cd7fee70ffd53a2fb032bbffbf1638ae708d664e1b6126a8fd1d312b6","signature":"2949e8a2b274e781f3f26d16de3cf2a3842dbabf8643da580df3b936676aa4ec"},"7233cda8015a750046d8921c2b3aaf976474307018f9359fa4167d662e20f3b8",{"version":"90ee2abc3c66f51b9958221b475d01f71caaf8bd10759674ac68632d7d60b933","signature":"c54783d0d50e1a8ee44f78db0ffaa1b32c1e9e50074a922ab8f16b2826759c79"},{"version":"6d19b917b2289723ff8b6364587f440995f9e89fbc21115735a87802c3e9900d","signature":"13503381a7be9e378214507cf292a60497317f6c3536dcf097b737f971fa1bc1"},{"version":"0465ef749edb59477556c7ababc71d76d643c5c6be7c9be96e21907e3efe0a24","signature":"04de0588a36ca271ea232d0b21b1cf2573ff92ef3a5aeb50dff6f1881ee0f729"},"acbf442f42e4318b5fea0e1ce1ca9a290eb01e3e15945c1e2f0b67e3f3fdf541","a0667520a6521c12128fc28cbd5b2af58eef11c5b2a7441e0f0d47f50bf6c8e3","820c26194ad4089bc503b02bbedbd86a865e9c8a05c58ef88c8d19d9c019712a","eda22dbab152e3579ee541522ba2ddc8e24e32fd7535b913709848f16c517caa","6778cdeced9eb23210b26b801cd757b03c052b7738628475acad7c7a3e94c20f","f07a77a7fb1d49aa2b61cb68bf712a083487acd7130d20223a83de03af0c257d","0dcf4c2bf1bb547e2ae5b8dce4656a56fbd15e3401ff5236ea0b93b6c60f9249","9917d466f5b05c616c35c35a778464ae4ec15e00bfce90098743f448fc063d54","d375de88ab19f6c105a65fc89eca1ae782362c5c395283b0c85ef39c7b835dfe","025eb503355f4bbe3e3fecc0bd1a72ecaa9cda73db6e0ecc657779d4172695f2","7b3c1d688dcb8645b5a6c37bce5b047da92b4c298ed8709e03e987e0efb035b1","f07a77a7fb1d49aa2b61cb68bf712a083487acd7130d20223a83de03af0c257d","00096d29ccab72a72092cca31fb92d78b92880bddc53e5904149d21e76648c48",{"version":"87e9ab1e4466fb88c90b179130baaab80d91dd1644de2eb6512c79b24ec11216","affectsGlobalScope":true},"024fea9ee598cfe747f18340ad74e4ea428fc2a7988250ff9fcfce5673b7d422","95ff8a2ebfc0b8b9613faf8d9c948dcc6bf8d5c0052a2d4ae21cacf6cdd28cb9","f07a77a7fb1d49aa2b61cb68bf712a083487acd7130d20223a83de03af0c257d","147cb5b590b77c8c58e4ef0af1ff11ee90ee2b34262816df0665b6ff8fd50aad","6e0575b628aedce5db38c17569e5c909beead07f9052fe7944fb8bfccc3db92e","fd4b34fa1af0c7ac73f9f827d0993dba20523b2cc3ca1e16eaaa2165f46d3172",{"version":"1bc2e3b2cbb2e253f9edb99661c7f48b8e54d8d0b822d29ff6f8ad9a91b4fb79","affectsGlobalScope":true},"5d8a54affc9a33b29830ad949f6e247314cbb7f85287231b07b66611bacf795f","0f81a53d54fd2b4ae2bf60067d616de99884bda21cb5784d942089d52319fb97","7b542379501867f7d2418681fbea38f75c756c2dd67e00e14ab1e125ae604095","29dca1b5f0cac95b675f86c7846f9d587ed47cc46609dd00d152bcb37683b069","a616e1b4eed03c1feb2a6fba721e5cbcb9c23cbe29c1858949a361f80719c0e8","48ba49f8bfce8c08ad1e7e54f0b85da9db7317ca76835d1c2640567e3fbd50c6",{"version":"99c87cdfbfa35b8def02f23b5adf00c08ac575811f4fec1f4e15909845ed7256","signature":"af9c31cfd86a90e8002bb428e1778fc4a699ea4cd1818a59c11b95651ebaaedb"},{"version":"eb43e989b8c0a765ef5f531a551c497b8150dffea04024d2b8dbe20a0b8e9a7a","signature":"de069d7e7ec1d1ec3235f826ac8a1fedfb76b52324ebd239917b0a8a0abc82cf"},{"version":"1477f91d9b18254fc72dcc38998be82f51a8958f19aa56326b2c3c7ee2684bb9","signature":"c5859df3fa7d1ed8986fc47287b9e9a75508ab9b76ac9c1b40f1b7f30804d84e"},"66b7aa4316b2d1335ec70b9ad03cd32061a5acb768eb9ec951f95ab87174a01f","b095f9aa799b72c47fad5a04a96ee402b8e58bffb10256d2e918be66b9a33562",{"version":"040799119cf326a7757165cfdde6a8f0a0aae39ddebe0fb03ac9f5833ae37370","signature":"6b7c1e6ba9ba4db307686342b1a448d36b6ca08192bcda6a21a2f62d740fd2e0"},{"version":"db096d3c61a48998d047fb2d3524af0dc78a3b275458f89e0f692e9f2d9ba5f7","signature":"25bd998bf3607717ce9817cf23d9b4dc3a71b24a9984546978f92a306b3481dc"},{"version":"abd053a1d6c3a50144773a818bc03f3a5efae684cc6e09922a1c3ac0fbcac9a4","signature":"0b98ae9c19957b68eb6c1ddada4c52b03b74c4729b51c6dc1e3300869fe66d2a"},{"version":"6066f0f4ddb159560fea729f13ebe532cdc7a1047cf531764cbf03444fdb3487","signature":"44a7c5fec88ac63296bb5df47faa03c508b162fd52fb93b8de71488f9a9f1c52"},{"version":"d51156dbc5c3b8500a1747c2a007982d2424f7db8d7b5957ae48ba221e959051","signature":"0dbb8c41b83fe1874d0ddd6a8fbf11f59315f87f7b8448245d21bf83b1ed15e3"},{"version":"acd967fe79430c29a465eb67bfc8d7e0d0a0e37facda8fa09644a4e91482b48d","signature":"4c98ed1f875e65cae95f9f9a95c674abe7d17cd05e6f396a88390b84a7be51fa"},"b31310f83fbd3e640c8d78c53df76047c203f36b2a82252e38a45ffef4e12367","a34bdbc3be650aede70bd930d70f665cc189ccee24e197410c03844d3616a211","333e438d141bfad0807c7e4abac3951517bd0058007643c754c904f09819c1b4",{"version":"60c9924986535c820e6eaa4811bca62d43477c1d3082776b1cfe19a7afb8b34b","signature":"e82c998ec97d2dd78e6715d0bed5eadbcadb67e87c21dcb6779914348c16de0a"},{"version":"f8b3cef172a079478bf93093f02d03f53acaddbb34b53efad86082084050518e","signature":"42e30706cb88f6a5d1cd0b3c245edc3055681128d0116d0401680caa8bfbe65d"},{"version":"60c9924986535c820e6eaa4811bca62d43477c1d3082776b1cfe19a7afb8b34b","signature":"e82c998ec97d2dd78e6715d0bed5eadbcadb67e87c21dcb6779914348c16de0a"},{"version":"60c9924986535c820e6eaa4811bca62d43477c1d3082776b1cfe19a7afb8b34b","signature":"e82c998ec97d2dd78e6715d0bed5eadbcadb67e87c21dcb6779914348c16de0a"},"3baf933c56375b02de8e2d959a001d2a8d64dacacfc4b4054ace4ccc186d482b","f85962b0c1328ca5d9e3137def5236bf71ca91e1c2953528816f7bf3b33c52f0","0834153c4e0b0e15562aa8317a39a846e034100fd05e9a542d47a958244bb38c",{"version":"226bc0ffcd3eda44e17c0cad39a3bfcff783cbb3de5cdd3f2ca22d850b8fd2ce","signature":"ac11a80f9253d4836fad357d46f8b93dea51eb2677ccc263b93e812301b87b90"},{"version":"353f875c233553e1eb3ecd3b0830645c901445d7a51e53a1430aa030a1f93f00","signature":"98104f3993190b743dfb537572925a678f5700bb3902bd3ce838ac605cae3999"},{"version":"24d75b79ff2ba6b07d48ed4a112b33a71f7edc7bafd2e7a86f08c58e3679617e","signature":"dd76be421e36d6d4defc766b7eb00cbeff357a9c0a714176c4e7c319fc84f505"},{"version":"781d9b03749907104c87fc6f584238d7e3a3b8bbfd1bcb42ea043d89265087d5","signature":"c8eb59d84da289d2e7016e3ed73042a45122fcd8bddfdec2634bdbcc2091db8d"},{"version":"5f47563da2a31b55b886382f7c57ba7d88b62b857bfda3c166061c19be07ece7","signature":"9df4ada4ec7a38d5cbda4cda370b81208202a1ab521941af3fb0ced8f1aa8ec5"},{"version":"6bfcc83affd1d6e3764b75f6b28ae328a78da6069543d1f61556976ebe8f145e","signature":"a7d156f987d9be148203592510f054adbf384cabeedbf23b15eff4457a685d2e"},{"version":"0970b8ee23aac8a65966f2c7f26aa564a42a810ba5163774e1c0b2bec2c5d362","signature":"80749089a6e49fc012236fa6ca462fd4f756fda267b4f799f6f30c7185ea6c74"},{"version":"e8120e7e26a7215e4f2258c6e65562321297ea289f5fd74e9eb973ad726d83c9","signature":"9c28b7e5ac18e799360a6e4b74f6866ce56f4d1b6677b23c6e87609f80843520"},{"version":"0a5d55747c83be54267989ced3dcc0248c1d0f2dac63f2e4a72002bde575cb0f","signature":"c0a1ead5304e28a73f5910df6861242fb16e32d8a22f1453cd19282a016445f5"},{"version":"0952070e36699fccf6f67e68d7becf4a2588105fe901298160818b89fb783911","signature":"68f011dc03f6eb3e575133e9d50834acd6890fb67c1221de6ab8e6d8221a3379"},{"version":"0b068a58547700263fb1dee0cf3dd52a1b82aae9da1d897e41e5b4a7eaf1d47a","signature":"9334910ada3605dc9fa2d0beb602e2291f14fcde2c45486c1e2c54f66e2df533"},{"version":"4dc281542927932b9bf8945daac50ed439adba65fa6a211c2817f9c63258bc4a","signature":"e122b86b644c901e2a78144af53c72f688037945b7c84cd0c8118a606965d277"},{"version":"cbb625a3fef4d569e1623ee2c2268fd4e3b49c34958e9ca0c5400156844327bf","signature":"03d7eca680755313859afc70fcfe4c739c63751ce93de9fb2961f4d3681136c0"},{"version":"5f8754db131ab4fb27a7d398fb0dcb8ac2ca0f78374a77a1fab8918d409ccc0d","signature":"4147c994cc929decaf0d99f9eba2bb7df23bbede720f62eb3146c11d76212bed"},{"version":"d7ca7328c1e94459ae51a0ef68316dfad264125022cef26d6136260753138280","signature":"e0104aa90d46a3a234cfc0195b4f15cce882583b918089a25a7c19951df660d1"},{"version":"347131f39d95f5fdb52407f1b051c0920d4db50213e565f48d3082ca3e9b0573","signature":"6f0a1c081828d002b38b2d23720039af42c009e688fd17b41a192d32b3c0a4b9"},{"version":"d98e9797e441cf8de56cd5f16ae0431441ed43c6d5f206c4135af4aa9ad797fd","signature":"1c6b9b5501774a2ece6574be8e26092800e3f1f836f8c179b4f9fdd271a620f8"},"0cba3a5d7b81356222594442753cf90dd2892e5ccfe1d262aaca6896ba6c1380","a69c09dbea52352f479d3e7ac949fde3d17b195abe90b045d619f747b38d6d1a",{"version":"c2ab70bbc7a24c42a790890739dd8a0ba9d2e15038b40dff8163a97a5d148c00","affectsGlobalScope":true},"422dbb183fdced59425ca072c8bd09efaa77ce4e2ab928ec0d8a1ce062d2a45a",{"version":"712ba0d43b44d144dfd01593f61af6e2e21cfae83e834d297643e7973e55ed61","affectsGlobalScope":true},"1dab5ab6bcf11de47ab9db295df8c4f1d92ffa750e8f095e88c71ce4c3299628","f71f46ccd5a90566f0a37b25b23bc4684381ab2180bdf6733f4e6624474e1894",{"version":"54e65985a3ee3cec182e6a555e20974ea936fc8b8d1738c14e8ed8a42bd921d4","affectsGlobalScope":true},"82408ed3e959ddc60d3e9904481b5a8dc16469928257af22a3f7d1a3bc7fd8c4","98a3ebfa494b46265634a73459050befba5da8fdc6ca0ef9b7269421780f4ff3","34e5de87d983bc6aefef8b17658556e3157003e8d9555d3cb098c6bef0b5fbc8","cc0b61316c4f37393f1f9595e93b673f4184e9d07f4c127165a490ec4a928668","f27371653aded82b2b160f7a7033fb4a5b1534b6f6081ef7be1468f0f15327d3","c762cd6754b13a461c54b59d0ae0ab7aeef3c292c6cf889873f786ee4d8e75c9","f4ea7d5df644785bd9fbf419930cbaec118f0d8b4160037d2339b8e23c059e79",{"version":"bfea28e6162ed21a0aeed181b623dcf250aa79abf49e24a6b7e012655af36d81","affectsGlobalScope":true},"7a5459efa09ea82088234e6533a203d528c594b01787fb90fba148885a36e8b6","ae97e20f2e10dbeec193d6a2f9cd9a367a1e293e7d6b33b68bacea166afd7792","10d4796a130577d57003a77b95d8723530bbec84718e364aa2129fa8ffba0378","ad41bb744149e92adb06eb953da195115620a3f2ad48e7d3ae04d10762dae197","bf73c576885408d4a176f44a9035d798827cc5020d58284cb18d7573430d9022","7ae078ca42a670445ae0c6a97c029cb83d143d62abd1730efb33f68f0b2c0e82",{"version":"e8b18c6385ff784228a6f369694fcf1a6b475355ba89090a88de13587a9391d5","affectsGlobalScope":true},"5d0a9ea09d990b5788f867f1c79d4878f86f7384cb7dab38eecbf22f9efd063d","12eea70b5e11e924bb0543aea5eadc16ced318aa26001b453b0d561c2fd0bd1e","08777cd9318d294646b121838574e1dd7acbb22c21a03df84e1f2c87b1ad47f2","08a90bcdc717df3d50a2ce178d966a8c353fd23e5c392fd3594a6e39d9bb6304",{"version":"4cd4cff679c9b3d9239fd7bf70293ca4594583767526916af8e5d5a47d0219c7","affectsGlobalScope":true},"2a12d2da5ac4c4979401a3f6eaafa874747a37c365e4bc18aa2b171ae134d21b","002b837927b53f3714308ecd96f72ee8a053b8aeb28213d8ec6de23ed1608b66","1dc9c847473bb47279e398b22c740c83ea37a5c88bf66629666e3cf4c5b9f99c","a9e4a5a24bf2c44de4c98274975a1a705a0abbaad04df3557c2d3cd8b1727949","00fa7ce8bc8acc560dc341bbfdf37840a8c59e6a67c9bfa3fa5f36254df35db2","1b952304137851e45bc009785de89ada562d9376177c97e37702e39e60c2f1ff",{"version":"806ef4cac3b3d9fa4a48d849c8e084d7c72fcd7b16d76e06049a9ed742ff79c0","affectsGlobalScope":true},"44b8b584a338b190a59f4f6929d072431950c7bd92ec2694821c11bce180c8a5","5f0ed51db151c2cdc4fa3bb0f44ce6066912ad001b607a34e65a96c52eb76248",{"version":"3345c276cab0e76dda86c0fb79104ff915a4580ba0f3e440870e183b1baec476","affectsGlobalScope":true},"664d8f2d59164f2e08c543981453893bc7e003e4dfd29651ce09db13e9457980","e383ff72aabf294913f8c346f5da1445ae6ad525836d28efd52cbadc01a361a6","f52fbf64c7e480271a9096763c4882d356b05cab05bf56a64e68a95313cd2ce2","59bdb65f28d7ce52ccfc906e9aaf422f8b8534b2d21c32a27d7819be5ad81df7",{"version":"3a2da34079a2567161c1359316a32e712404b56566c45332ac9dcee015ecce9f","affectsGlobalScope":true},"28a2e7383fd898c386ffdcacedf0ec0845e5d1a86b5a43f25b86bc315f556b79","3aff9c8c36192e46a84afe7b926136d520487155154ab9ba982a8b544ea8fc95","a880cf8d85af2e4189c709b0fea613741649c0e40fffb4360ec70762563d5de0","85bbf436a15bbeda4db888be3062d47f99c66fd05d7c50f0f6473a9151b6a070","9f9c49c95ecd25e0cb2587751925976cf64fd184714cb11e213749c80cf0f927","f0c75c08a71f9212c93a719a25fb0320d53f2e50ca89a812640e08f8ad8c408c",{"version":"ab9b9a36e5284fd8d3bf2f7d5fcbc60052f25f27e4d20954782099282c60d23e","affectsGlobalScope":true},"9cafe917bf667f1027b2bb62e2de454ecd2119c80873ad76fc41d941089753b8",{"version":"5f186a758a616c107c70e8918db4630d063bd782f22e6e0b17573b125765b40b","affectsGlobalScope":true}],"options":{"allowSyntheticDefaultImports":true,"declaration":true,"esModuleInterop":false,"experimentalDecorators":true,"importHelpers":true,"inlineSources":true,"module":99,"noEmitOnError":true,"outDir":"./","rootDir":"..","sourceMap":true,"strict":true,"target":99,"useDefineForClassFields":false},"fileIdsList":[[99,410],[410],[65,410],[44,51,410],[65,98,410],[98,99,100,101,102,103,104,410],[44,48,49,410],[44,410],[51,410],[44,51,59,410],[42,43,410],[303,304,410],[303,304,305,410],[65,304,306,308,410],[65,66,315,316,317,320,410],[65,321,410],[319,410],[65,308,309,311,312,410],[65,314,410],[308,410],[304,310,410],[303,311,410],[253,260,410],[260,410],[253,260,290,291,410],[282,284,410],[290,410],[260,269,289,410],[285,410],[260,261,262,263,277,282,284,286,287,410],[261,262,410],[282,284,287,294,410],[282,284,287,292,410],[265,410],[255,282,410],[256,258,260,264,268,270,271,272,273,274,275,276,277,278,279,280,281,410],[255,283,410],[257,258,259,410],[264,270,271,410],[264,270,271,272,273,275,276,410],[255,264,265,266,267,270,271,272,273,275,410],[264,277,410],[256,264,410],[264,270,274,410],[264,269,270,410],[255,264,268,269,270,271,272,410],[255,264,410],[255,410],[254,256,410],[258,410],[255,256,258,410],[265,266,410],[231,232,410],[231,233,410],[250,410],[238,240,241,242,243,244,245,246,247,248,249,250,410],[238,239,241,242,243,244,245,246,247,248,249,250,410],[239,240,241,242,243,244,245,246,247,248,249,250,410],[238,239,240,242,243,244,245,246,247,248,249,250,410],[238,239,240,241,243,244,245,246,247,248,249,250,410],[238,239,240,241,242,244,245,246,247,248,249,250,410],[238,239,240,241,242,243,245,246,247,248,249,250,410],[238,239,240,241,242,243,244,246,247,248,249,250,410],[238,239,240,241,242,243,244,245,247,248,249,250,410],[238,239,240,241,242,243,244,245,246,248,249,250,410],[238,239,240,241,242,243,244,245,246,247,249,250,410],[238,239,240,241,242,243,244,245,246,247,248,250,410],[238,239,240,241,242,243,244,245,246,247,248,249,410],[367,410],[370,410],[371,376,410],[372,382,383,390,399,409,410],[372,373,382,390,410],[374,410],[375,376,383,391,410],[376,399,406,410],[377,379,382,390,410],[378,410],[379,380,410],[381,382,410],[382,410],[382,383,384,399,409,410],[382,383,384,399,410],[385,390,399,409,410],[382,383,385,386,390,399,406,409,410],[385,387,399,406,409,410],[367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406,407,408,409,410,411,412,413,414,415,416],[382,388,410],[389,409,410],[379,382,390,399,410],[391,410],[392,410],[370,393,410],[394,408,410,414],[395,410],[396,410],[382,397,410],[397,398,410,412],[382,399,400,401,410],[399,401,410],[399,400,410],[402,410],[403,410],[382,404,405,410],[404,405,410],[376,390,399,406,410],[407,410],[390,408,410],[371,385,396,409,410],[376,410],[399,410,411],[410,412],[410,413],[371,376,382,384,393,399,409,410,412,414],[399,410,415],[45,410],[122,123,124,125,126,127,128,130,131,132,134,135,410],[125,410],[114,125,410],[113,114,118,119,122,123,124,410],[113,114,118,125,129,410],[133,410],[118,121,410],[108,410],[121,410],[111,115,167,410],[113,114,118,119,410],[110,111,116,133,149,410],[163,204,410],[111,115,204,410],[110,111,410],[109,110,205,410],[109,410],[108,109,111,410],[109,111,112,410],[109,110,410],[111,164,165,410],[111,115,410],[108,109,111,112,410],[111,164,410],[165,410],[108,111,112,168,410],[174,175,410],[174,410],[176,410],[110,114,155,158,410],[163,410],[120,410],[113,114,118,410],[111,116,133,149,410],[109,110,114,118,210,410],[109,114,118,210,410],[109,116,212,410],[109,113,114,118,119,410],[210,410],[109,225,410],[109,226,410],[223,410],[109,156,224,410],[219,220,410],[109,114,118,217,219,220,221,410],[115,410],[109,114,118,217,410],[109,114,118,211,410],[110,163,183,410],[110,410],[113,114,118,119,181,410],[111,410],[114,163,189,193,410],[111,114,163,410],[191,410],[189,410],[193,410],[111,189,192,410],[109,133,189,193,194,198,410],[197,410],[109,189,193,197,410],[189,193,194,197,410],[113,114,118,119,186,410],[115,116,117,410],[108,148,410],[155,410],[110,155,410],[111,116,133,410],[108,109,111,112,113,114,115,116,117,118,119,121,129,133,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,175,176,177,178,179,180,182,183,184,185,187,188,189,190,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,213,214,215,216,218,222,226,227,228,410],[44,48,410],[48,410],[47,48,410],[46,47,410],[52,53,54,55,56,57,58,59,60,410],[323,410],[324,325,326,327,410],[50,323,410],[48,50,410],[41,62,63,64,95,96,106,107,230,234,236,237,252,296,297,298,299,300,301,302,329,330,410],[41,410],[41,50,61,105,340,341,410],[41,105,340,410],[41,50,61,62,410],[41,50,61,410],[41,50,61,62,96,105,410],[41,50,61,62,71,229,410],[40,41,50,61,62,78,231,232,233,410],[41,50,61,62,252,288,293,295,410],[41,50,61,62,236,251,410],[41,50,61,62,235,410],[41,50,61,66,71,410],[41,50,61,62,322,328,410],[41,50,61,62,234,410],[41,50,61,62,66,78,94,410],[41,50,61,62,66,410],[41,50,61,62,66,236,410],[41,50,61,62,66,236,288,295,410],[41,50,61,62,71,410],[41,50,61,62,236,410],[41,50,61,62,105,236,410],[41,50,61,62,66,71,78,94,410],[41,50,64,410],[41,50,106,342,410],[41,50,230,410],[41,50,329,342,410],[41,50,297,410],[41,50,334,410],[41,50,237,410],[41,50,335,410],[41,50,330,410],[41,50,336,410],[41,50,337,410],[41,50,338,410],[41,50,300,410],[41,50,299,410],[41,50,339,342,410],[41,50,64,95,410],[41,50,410],[67,68,69,70,410],[48,50,66,67,410],[48,50,67,410],[48,50,69,410],[50,410],[72,73,74,75,76,77,410],[79,80,81,82,83,84,85,86,87,88,91,92,93,410],[89,90,410],[90,410],[89,410],[62,63,64,95,96,106,107,230,234,236,237,252,296,297,298,299,300,301,302,329,330],[48,50,62],[48,50,62,252,288,293,295],[48,50,62,236],[48,50,62,322],[48,50,62,66],[48,50,62,66,236],[66,236,288,295],[48,50,62,71],[50,64],[50,106,342],[50,230],[50,329,342],[50,297],[50,334],[50,237],[50,335],[50,330],[50,336],[50,337],[50,338],[50,300],[50,299],[50,339,342],[50,64,95],[50]],"referencedMap":[[103,1],[104,2],[100,2],[101,3],[102,4],[98,1],[99,5],[105,6],[97,7],[42,2],[51,8],[52,9],[55,4],[53,4],[57,4],[60,10],[59,2],[58,4],[56,4],[54,9],[43,2],[44,11],[305,12],[303,2],[306,13],[304,2],[316,2],[309,14],[307,7],[308,2],[321,15],[322,16],[320,17],[318,7],[66,3],[65,7],[314,18],[315,19],[313,7],[317,20],[311,21],[312,22],[310,2],[253,2],[261,23],[262,24],[263,2],[292,25],[285,26],[291,27],[290,28],[289,2],[286,29],[288,30],[294,31],[295,32],[293,33],[255,2],[266,34],[283,35],[282,36],[284,37],[260,38],[279,39],[281,40],[276,41],[278,42],[270,43],[275,44],[271,45],[273,46],[272,47],[254,2],[256,48],[269,2],[258,48],[257,49],[259,50],[277,51],[287,2],[264,2],[268,2],[265,2],[280,2],[267,52],[274,48],[235,2],[233,53],[232,54],[231,2],[251,55],[239,56],[240,57],[238,58],[241,59],[242,60],[243,61],[244,62],[245,63],[246,64],[247,65],[248,66],[249,67],[250,68],[418,2],[367,69],[368,69],[370,70],[371,71],[372,72],[373,73],[374,74],[375,75],[376,76],[377,77],[378,78],[379,79],[380,79],[381,80],[382,81],[383,82],[384,83],[369,2],[416,2],[385,84],[386,85],[387,86],[417,87],[388,88],[389,89],[390,90],[391,91],[392,92],[393,93],[394,94],[395,95],[396,96],[397,97],[398,98],[399,99],[401,100],[400,101],[402,102],[403,103],[404,104],[405,105],[406,106],[407,107],[408,108],[409,109],[410,110],[411,111],[412,112],[413,113],[414,114],[415,115],[46,116],[45,2],[136,117],[126,118],[127,119],[125,120],[128,118],[130,121],[131,118],[132,118],[134,122],[122,123],[135,124],[123,2],[124,2],[137,125],[138,125],[204,126],[202,127],[203,128],[208,129],[209,130],[205,131],[206,132],[207,133],[116,2],[112,134],[113,135],[139,125],[109,2],[111,136],[162,2],[155,2],[163,2],[166,137],[172,2],[173,138],[167,138],[168,139],[165,140],[169,141],[170,142],[164,2],[174,2],[176,143],[175,144],[177,145],[178,145],[171,146],[179,127],[180,147],[114,2],[133,2],[121,148],[140,125],[141,125],[142,125],[148,124],[108,2],[181,149],[129,127],[150,150],[143,125],[211,151],[214,152],[216,152],[213,153],[215,152],[228,152],[210,154],[217,155],[219,2],[226,156],[227,157],[224,158],[223,2],[225,159],[221,160],[222,161],[220,162],[218,163],[212,164],[184,165],[185,166],[182,167],[183,2],[151,124],[196,168],[195,169],[186,170],[191,2],[192,171],[189,2],[190,172],[194,173],[193,174],[197,2],[199,175],[201,176],[200,177],[198,178],[187,179],[188,150],[119,149],[144,125],[145,125],[118,180],[117,2],[115,166],[152,162],[153,181],[146,125],[159,166],[158,182],[161,2],[160,182],[156,183],[157,182],[154,2],[149,184],[147,125],[110,2],[229,185],[323,2],[49,186],[47,187],[319,188],[48,189],[61,190],[50,7],[120,2],[41,2],[8,2],[10,2],[9,2],[2,2],[11,2],[12,2],[13,2],[14,2],[15,2],[16,2],[17,2],[18,2],[3,2],[4,2],[22,2],[19,2],[20,2],[21,2],[23,2],[24,2],[25,2],[5,2],[26,2],[27,2],[28,2],[29,2],[6,2],[30,2],[31,2],[32,2],[33,2],[7,2],[38,2],[34,2],[35,2],[36,2],[37,2],[1,2],[39,2],[324,191],[328,192],[325,193],[327,194],[326,194],[40,2],[331,195],[340,196],[342,197],[341,198],[343,196],[344,196],[345,196],[346,196],[63,199],[64,199],[62,200],[106,201],[96,199],[230,202],[234,203],[296,204],[252,205],[236,206],[332,207],[329,208],[333,209],[297,210],[298,210],[334,211],[347,200],[348,200],[349,200],[237,212],[335,211],[330,211],[336,199],[302,199],[337,211],[107,199],[301,213],[338,214],[300,215],[299,215],[339,216],[95,217],[350,218],[351,219],[352,220],[353,221],[354,222],[355,223],[356,224],[357,225],[358,226],[359,227],[360,228],[361,229],[362,230],[363,231],[364,232],[365,233],[366,234],[71,235],[68,236],[69,237],[70,238],[67,194],[76,2],[77,239],[72,239],[78,240],[73,239],[74,239],[75,239],[92,2],[87,2],[81,2],[88,2],[80,2],[93,2],[84,2],[94,241],[82,2],[85,2],[86,2],[79,2],[83,2],[91,242],[89,243],[90,244]],"exportedModulesMap":[[103,1],[104,2],[100,2],[101,3],[102,4],[98,1],[99,5],[105,6],[97,7],[42,2],[51,8],[52,9],[55,4],[53,4],[57,4],[60,10],[59,2],[58,4],[56,4],[54,9],[43,2],[44,11],[305,12],[303,2],[306,13],[304,2],[316,2],[309,14],[307,7],[308,2],[321,15],[322,16],[320,17],[318,7],[66,3],[65,7],[314,18],[315,19],[313,7],[317,20],[311,21],[312,22],[310,2],[253,2],[261,23],[262,24],[263,2],[292,25],[285,26],[291,27],[290,28],[289,2],[286,29],[288,30],[294,31],[295,32],[293,33],[255,2],[266,34],[283,35],[282,36],[284,37],[260,38],[279,39],[281,40],[276,41],[278,42],[270,43],[275,44],[271,45],[273,46],[272,47],[254,2],[256,48],[269,2],[258,48],[257,49],[259,50],[277,51],[287,2],[264,2],[268,2],[265,2],[280,2],[267,52],[274,48],[235,2],[233,53],[232,54],[231,2],[251,55],[239,56],[240,57],[238,58],[241,59],[242,60],[243,61],[244,62],[245,63],[246,64],[247,65],[248,66],[249,67],[250,68],[418,2],[367,69],[368,69],[370,70],[371,71],[372,72],[373,73],[374,74],[375,75],[376,76],[377,77],[378,78],[379,79],[380,79],[381,80],[382,81],[383,82],[384,83],[369,2],[416,2],[385,84],[386,85],[387,86],[417,87],[388,88],[389,89],[390,90],[391,91],[392,92],[393,93],[394,94],[395,95],[396,96],[397,97],[398,98],[399,99],[401,100],[400,101],[402,102],[403,103],[404,104],[405,105],[406,106],[407,107],[408,108],[409,109],[410,110],[411,111],[412,112],[413,113],[414,114],[415,115],[46,116],[45,2],[136,117],[126,118],[127,119],[125,120],[128,118],[130,121],[131,118],[132,118],[134,122],[122,123],[135,124],[123,2],[124,2],[137,125],[138,125],[204,126],[202,127],[203,128],[208,129],[209,130],[205,131],[206,132],[207,133],[116,2],[112,134],[113,135],[139,125],[109,2],[111,136],[162,2],[155,2],[163,2],[166,137],[172,2],[173,138],[167,138],[168,139],[165,140],[169,141],[170,142],[164,2],[174,2],[176,143],[175,144],[177,145],[178,145],[171,146],[179,127],[180,147],[114,2],[133,2],[121,148],[140,125],[141,125],[142,125],[148,124],[108,2],[181,149],[129,127],[150,150],[143,125],[211,151],[214,152],[216,152],[213,153],[215,152],[228,152],[210,154],[217,155],[219,2],[226,156],[227,157],[224,158],[223,2],[225,159],[221,160],[222,161],[220,162],[218,163],[212,164],[184,165],[185,166],[182,167],[183,2],[151,124],[196,168],[195,169],[186,170],[191,2],[192,171],[189,2],[190,172],[194,173],[193,174],[197,2],[199,175],[201,176],[200,177],[198,178],[187,179],[188,150],[119,149],[144,125],[145,125],[118,180],[117,2],[115,166],[152,162],[153,181],[146,125],[159,166],[158,182],[161,2],[160,182],[156,183],[157,182],[154,2],[149,184],[147,125],[110,2],[229,185],[323,2],[49,186],[47,187],[319,188],[48,189],[61,190],[50,7],[120,2],[41,2],[8,2],[10,2],[9,2],[2,2],[11,2],[12,2],[13,2],[14,2],[15,2],[16,2],[17,2],[18,2],[3,2],[4,2],[22,2],[19,2],[20,2],[21,2],[23,2],[24,2],[25,2],[5,2],[26,2],[27,2],[28,2],[29,2],[6,2],[30,2],[31,2],[32,2],[33,2],[7,2],[38,2],[34,2],[35,2],[36,2],[37,2],[1,2],[39,2],[324,191],[328,192],[325,193],[327,194],[326,194],[40,2],[331,245],[340,196],[342,197],[341,198],[63,199],[64,199],[62,200],[106,246],[96,199],[230,202],[234,203],[296,247],[252,248],[236,246],[332,207],[329,249],[333,209],[297,250],[298,210],[334,250],[347,200],[348,200],[349,200],[237,251],[335,250],[330,250],[302,199],[337,250],[107,199],[301,252],[338,253],[300,248],[299,248],[339,248],[95,250],[350,254],[351,255],[352,256],[353,257],[354,258],[355,259],[356,260],[357,261],[358,262],[359,263],[360,264],[361,265],[362,266],[363,267],[364,268],[365,269],[366,270],[71,235],[68,236],[69,237],[70,238],[67,194],[76,2],[77,239],[72,239],[78,240],[73,239],[74,239],[75,239],[92,2],[87,2],[81,2],[88,2],[80,2],[93,2],[84,2],[94,241],[82,2],[85,2],[86,2],[79,2],[83,2],[91,242],[89,243],[90,244]],"semanticDiagnosticsPerFile":[103,104,100,101,102,98,99,105,97,42,51,52,55,53,57,60,59,58,56,54,43,44,305,303,306,304,316,309,307,308,321,322,320,318,66,65,314,315,313,317,311,312,310,253,261,262,263,292,285,291,290,289,286,288,294,295,293,255,266,283,282,284,260,279,281,276,278,270,275,271,273,272,254,256,269,258,257,259,277,287,264,268,265,280,267,274,235,233,232,231,251,239,240,238,241,242,243,244,245,246,247,248,249,250,418,367,368,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,369,416,385,386,387,417,388,389,390,391,392,393,394,395,396,397,398,399,401,400,402,403,404,405,406,407,408,409,410,411,412,413,414,415,46,45,136,126,127,125,128,130,131,132,134,122,135,123,124,137,138,204,202,203,208,209,205,206,207,116,112,113,139,109,111,162,155,163,166,172,173,167,168,165,169,170,164,174,176,175,177,178,171,179,180,114,133,121,140,141,142,148,108,181,129,150,143,211,214,216,213,215,228,210,217,219,226,227,224,223,225,221,222,220,218,212,184,185,182,183,151,196,195,186,191,192,189,190,194,193,197,199,201,200,198,187,188,119,144,145,118,117,115,152,153,146,159,158,161,160,156,157,154,149,147,110,229,323,49,47,319,48,61,50,120,41,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,38,34,35,36,37,1,39,324,328,325,327,326,40,331,340,342,341,343,344,345,346,63,64,62,106,96,230,234,296,252,236,332,329,333,297,298,334,347,348,349,237,335,330,336,302,337,107,301,338,300,299,339,95,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,71,68,69,70,67,76,77,72,78,73,74,75,92,87,81,88,80,93,84,94,82,85,86,79,83,91,89,90]},"version":"4.6.2"}
|
package/package.json
CHANGED
@@ -3,7 +3,7 @@
|
|
3
3
|
"description": "Webcomponent property-editor following open-wc recommendations",
|
4
4
|
"license": "MIT",
|
5
5
|
"author": "heartyoh@hatiolab.com",
|
6
|
-
"version": "1.0.0-beta.
|
6
|
+
"version": "1.0.0-beta.22",
|
7
7
|
"main": "dist/src/index.js",
|
8
8
|
"module": "dist/src/index.js",
|
9
9
|
"publishConfig": {
|
@@ -60,11 +60,11 @@
|
|
60
60
|
"dependencies": {
|
61
61
|
"@lit/localize": "^0.11.2",
|
62
62
|
"@material/mwc-icon": "^0.25.3",
|
63
|
-
"@operato/color-picker": "^1.0.0-beta.
|
64
|
-
"@operato/i18n": "^1.0.0-beta.
|
65
|
-
"@operato/popup": "^1.0.0-beta.
|
66
|
-
"@operato/styles": "^1.0.0-beta.
|
67
|
-
"@operato/utils": "^1.0.0-beta.
|
63
|
+
"@operato/color-picker": "^1.0.0-beta.22",
|
64
|
+
"@operato/i18n": "^1.0.0-beta.22",
|
65
|
+
"@operato/popup": "^1.0.0-beta.22",
|
66
|
+
"@operato/styles": "^1.0.0-beta.22",
|
67
|
+
"@operato/utils": "^1.0.0-beta.22",
|
68
68
|
"@polymer/paper-dropdown-menu": "^3.2.0",
|
69
69
|
"@polymer/paper-item": "^3.0.1",
|
70
70
|
"@thebespokepixel/es-tinycolor": "^3.1.0",
|
@@ -107,5 +107,5 @@
|
|
107
107
|
"prettier --write"
|
108
108
|
]
|
109
109
|
},
|
110
|
-
"gitHead": "
|
110
|
+
"gitHead": "deb882c6a8d7ed82e8d881ca281e421ec757abee"
|
111
111
|
}
|
package/src/ox-input-crontab.ts
CHANGED
@@ -373,6 +373,23 @@ export class OxInputCrontab extends OxFormField {
|
|
373
373
|
`
|
374
374
|
)}
|
375
375
|
</div>
|
376
|
+
<button
|
377
|
+
id="clear"
|
378
|
+
@click=${(e: Event) => {
|
379
|
+
e.preventDefault()
|
380
|
+
e.stopPropagation()
|
381
|
+
this.value = ''
|
382
|
+
this.dispatchEvent(
|
383
|
+
new CustomEvent('change', {
|
384
|
+
bubbles: true,
|
385
|
+
composed: true,
|
386
|
+
detail: this.value
|
387
|
+
})
|
388
|
+
)
|
389
|
+
}}
|
390
|
+
>
|
391
|
+
Clear
|
392
|
+
</button>
|
376
393
|
</form>
|
377
394
|
`
|
378
395
|
}
|
@@ -90,6 +90,7 @@ export class OxInputKeyValues extends OxFormField {
|
|
90
90
|
|
91
91
|
render() {
|
92
92
|
const value = !this.value || typeof this.value !== 'object' ? {} : this.value
|
93
|
+
const options = this.options || []
|
93
94
|
|
94
95
|
return html`
|
95
96
|
${this._toArray(value).map(
|
@@ -121,7 +122,7 @@ export class OxInputKeyValues extends OxFormField {
|
|
121
122
|
</div>
|
122
123
|
|
123
124
|
<datalist id="value-template">
|
124
|
-
${
|
125
|
+
${options.map(({ display, value }) => html` <option value="${value}">${display}</option> `)}
|
125
126
|
</datalist>
|
126
127
|
`
|
127
128
|
}
|