@operato/data-grist 8.0.0-beta.6 → 9.0.0-beta.0

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 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
+ ## [9.0.0-beta.0](https://github.com/hatiolab/operato/compare/v8.0.0-beta.11...v9.0.0-beta.0) (2025-01-13)
7
+
8
+
9
+ ### :bug: Bug Fix
10
+
11
+ * grist disabled 속성 함수 추가 ([e0510a0](https://github.com/hatiolab/operato/commit/e0510a02445ab70605185f19b86c6958d3db8a58))
12
+
13
+
14
+
6
15
  ## [8.0.0-beta.6](https://github.com/hatiolab/operato/compare/v8.0.0-beta.5...v8.0.0-beta.6) (2025-01-11)
7
16
 
8
17
 
@@ -84,7 +84,10 @@ let DataGridField = class DataGridField extends LitElement {
84
84
  this.style.left = 'unset';
85
85
  }
86
86
  }
87
- const disabled = this.column.record.disabled || false;
87
+ let disabled = this.column.record.disabled || false;
88
+ if (typeof disabled === 'function') {
89
+ disabled = disabled.call(this, this.record[this.column.name], this.column, this.record, this.rowIndex, this);
90
+ }
88
91
  if (!!disabled) {
89
92
  // 비황성화 여부 표시
90
93
  this.setAttribute('disabled', '');
@@ -1 +1 @@
1
- {"version":3,"file":"data-grid-field.js","sourceRoot":"","sources":["../../../src/data-grid/data-grid-field.ts"],"names":[],"mappings":"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","sourcesContent":["import { css, html, LitElement, PropertyValues, TemplateResult } from 'lit'\n// import { guard } from 'lit/directives/guard.js'\nimport { customElement, property } from 'lit/decorators.js'\n\nimport { TooltipReactiveController } from '@operato/utils'\n\nimport { ZERO_COLUMN } from '../configure/zero-config'\nimport { ColumnConfig, GristRecord } from '../types'\n\nconst DEFAULT_TEXT_ALIGN = 'left'\n\n@customElement('ox-grid-field')\nexport class DataGridField extends LitElement {\n static styles = [\n css`\n :host {\n display: flex;\n\n align-items: center;\n justify-content: var(--data-grid-field-justify-content, flex-start);\n position: relative;\n\n white-space: nowrap;\n background-color: var(--grid-record-background-color);\n padding: var(--grid-record-padding);\n border: 1px solid transparent;\n border-width: 1px 0;\n border-bottom: var(--grid-record-border-bottom);\n\n font-size: var(--grid-record-wide-fontsize);\n min-height: 30px;\n box-sizing: border-box;\n }\n\n :host([gutter]) {\n padding: var(--grid-gutter-padding);\n text-align: center;\n }\n\n :host([gutter]) * {\n cursor: default;\n }\n\n :host([editing]) {\n border-top: var(--grid-record-editing-border);\n border-bottom: var(--grid-record-editing-border);\n }\n\n :host([focused]) {\n --grid-record-border-bottom: var(--grid-record-focused-cell-border);\n }\n\n :host([dirty])::after {\n content: '';\n position: absolute;\n right: 0;\n top: 0;\n\n width: 0px;\n height: 0px;\n border-top: 9px solid red;\n border-left: 9px solid transparent;\n }\n\n span,\n pre {\n display: block;\n text-overflow: ellipsis;\n overflow: hidden;\n }\n\n * {\n margin: 0;\n text-align: var(--data-grid-field-text-align);\n }\n\n *[center] {\n flex: none;\n margin: 0 auto;\n }\n\n :host > button {\n display: flex;\n gap: var(--spacing-small);\n border: 0;\n align-items: center;\n padding: var(--spacing-small);\n\n color: var(--md-sys-color-on-primary);\n background-color: var(--md-sys-color-primary);\n border-radius: var(--data-card-item-btn-border-radius, var(--md-sys-shape-corner-tiny));\n\n font-size: 0.8rem;\n line-height: 0.8rem;\n\n md-icon {\n border: 0;\n padding: 0;\n background-color: unset;\n }\n }\n\n :host([danger]) > button {\n color: var(--md-sys-color-on-primary);\n background-color: var(--md-sys-color-error);\n border-color: var(--md-sys-color-error);\n }\n\n :host([danger]) > button:hover {\n color: var(--md-sys-color-on-secondary);\n background-color: var(--md-sys-color-secondary);\n border-color: var(--md-sys-color-secondary);\n }\n `\n ]\n\n @property({ type: String, attribute: true }) align = DEFAULT_TEXT_ALIGN\n @property({ type: Object }) record: GristRecord = {}\n @property({ type: Object }) column: ColumnConfig = ZERO_COLUMN\n @property({ type: Number }) rowIndex = 0\n @property({ type: Number }) columnIndex = 0\n @property({ type: Boolean }) editing = false\n @property({ type: Object }) value = {}\n @property({ type: String }) valueWith: string | null = null\n @property({ attribute: false }) emphasized: any = false\n @property({ type: String, attribute: true }) fixed?: string\n @property({ type: String }) type?: string\n @property({ type: Boolean }) isWorking: boolean = false\n\n /* check in tree의 변화에 대응하기 위함임. 만일, record control 오브젝트로 통일되면 대체될 것임. */\n @property({ type: String }) checked?: string\n\n private _editCancelled?: boolean\n private _onFieldChange: (e: Event) => void = e => {}\n private _onKeydownInEditingMode: (e: KeyboardEvent) => void = e => {}\n\n private tooltipController?: TooltipReactiveController = new TooltipReactiveController(this)\n\n render(): TemplateResult {\n if (!this.column) {\n return html``\n }\n\n var { value, column, record, rowIndex } = this\n var { renderer, editor } = column.record\n\n return html`\n ${this.editing\n ? editor?.call(this, value, column, record, rowIndex, this)\n : renderer?.call(this, value, column, record, rowIndex, this)}\n `\n }\n\n updated(changes: PropertyValues<this>) {\n if (changes.has('editing')) {\n if (this.editing) {\n this._onKeydownInEditingMode = ((e: KeyboardEvent) => {\n if (e.key === 'Esc' || e.key === 'Escape') {\n /* 편집 취소 */\n this._editCancelled = true\n }\n }).bind(this)\n\n this._onFieldChange = ((e: Event) => {\n this._editCancelled && e.stopPropagation()\n }).bind(this)\n\n delete this._editCancelled\n this.addEventListener('field-change', this._onFieldChange)\n this.addEventListener('keydown', this._onKeydownInEditingMode)\n } else {\n this.removeEventListener('field-change', this._onFieldChange)\n this.removeEventListener('keydown', this._onKeydownInEditingMode)\n }\n }\n\n if (changes.has('column')) {\n var align = this.column.record.align || DEFAULT_TEXT_ALIGN\n if (align != DEFAULT_TEXT_ALIGN) {\n let justify = 'center'\n switch (align) {\n case 'right':\n justify = 'flex-end'\n break\n }\n this.style.setProperty('--data-grid-field-justify-content', justify)\n this.style.setProperty('--data-grid-field-text-align', align)\n }\n\n const { danger } = this.column\n if (danger) {\n this.setAttribute('danger', '')\n } else {\n this.removeAttribute('danger')\n }\n }\n\n if (changes.has('fixed')) {\n if (this.fixed) {\n this.style.left = this.fixed + 'px'\n } else {\n this.style.left = 'unset'\n }\n }\n\n const disabled = this.column.record.disabled || false\n if (!!disabled) {\n // 비황성화 여부 표시\n this.setAttribute('disabled', '')\n } else {\n // 비황성화 여부 제거\n this.removeAttribute('disabled')\n }\n\n const emphasized =\n this.column.record.classifier.call(this, this.record, this.rowIndex)?.emphasized || this.emphasized\n\n if (!!emphasized) {\n this.setAttribute('emphasized-row', '')\n\n if (Symbol.iterator in Object(emphasized)) {\n const [backgroundColor, foregroundColor] = emphasized as string[]\n backgroundColor && this.style.setProperty('--grid-record-emphasized-background-color', backgroundColor)\n foregroundColor && this.style.setProperty('--grid-record-emphasized-color', foregroundColor)\n }\n } else {\n this.removeAttribute('emphasized-row')\n }\n }\n\n get editableOnClick() {\n const renderer = this.renderRoot.firstElementChild as HTMLElement\n //@ts-ignore\n return renderer && 'editableOnClick' in renderer ? renderer.editableOnClick : true\n }\n}\n"]}
1
+ {"version":3,"file":"data-grid-field.js","sourceRoot":"","sources":["../../../src/data-grid/data-grid-field.ts"],"names":[],"mappings":"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","sourcesContent":["import { css, html, LitElement, PropertyValues, TemplateResult } from 'lit'\n// import { guard } from 'lit/directives/guard.js'\nimport { customElement, property } from 'lit/decorators.js'\n\nimport { TooltipReactiveController } from '@operato/utils'\n\nimport { ZERO_COLUMN } from '../configure/zero-config'\nimport { ColumnConfig, GristRecord } from '../types'\n\nconst DEFAULT_TEXT_ALIGN = 'left'\n\n@customElement('ox-grid-field')\nexport class DataGridField extends LitElement {\n static styles = [\n css`\n :host {\n display: flex;\n\n align-items: center;\n justify-content: var(--data-grid-field-justify-content, flex-start);\n position: relative;\n\n white-space: nowrap;\n background-color: var(--grid-record-background-color);\n padding: var(--grid-record-padding);\n border: 1px solid transparent;\n border-width: 1px 0;\n border-bottom: var(--grid-record-border-bottom);\n\n font-size: var(--grid-record-wide-fontsize);\n min-height: 30px;\n box-sizing: border-box;\n }\n\n :host([gutter]) {\n padding: var(--grid-gutter-padding);\n text-align: center;\n }\n\n :host([gutter]) * {\n cursor: default;\n }\n\n :host([editing]) {\n border-top: var(--grid-record-editing-border);\n border-bottom: var(--grid-record-editing-border);\n }\n\n :host([focused]) {\n --grid-record-border-bottom: var(--grid-record-focused-cell-border);\n }\n\n :host([dirty])::after {\n content: '';\n position: absolute;\n right: 0;\n top: 0;\n\n width: 0px;\n height: 0px;\n border-top: 9px solid red;\n border-left: 9px solid transparent;\n }\n\n span,\n pre {\n display: block;\n text-overflow: ellipsis;\n overflow: hidden;\n }\n\n * {\n margin: 0;\n text-align: var(--data-grid-field-text-align);\n }\n\n *[center] {\n flex: none;\n margin: 0 auto;\n }\n\n :host > button {\n display: flex;\n gap: var(--spacing-small);\n border: 0;\n align-items: center;\n padding: var(--spacing-small);\n\n color: var(--md-sys-color-on-primary);\n background-color: var(--md-sys-color-primary);\n border-radius: var(--data-card-item-btn-border-radius, var(--md-sys-shape-corner-tiny));\n\n font-size: 0.8rem;\n line-height: 0.8rem;\n\n md-icon {\n border: 0;\n padding: 0;\n background-color: unset;\n }\n }\n\n :host([danger]) > button {\n color: var(--md-sys-color-on-primary);\n background-color: var(--md-sys-color-error);\n border-color: var(--md-sys-color-error);\n }\n\n :host([danger]) > button:hover {\n color: var(--md-sys-color-on-secondary);\n background-color: var(--md-sys-color-secondary);\n border-color: var(--md-sys-color-secondary);\n }\n `\n ]\n\n @property({ type: String, attribute: true }) align = DEFAULT_TEXT_ALIGN\n @property({ type: Object }) record: GristRecord = {}\n @property({ type: Object }) column: ColumnConfig = ZERO_COLUMN\n @property({ type: Number }) rowIndex = 0\n @property({ type: Number }) columnIndex = 0\n @property({ type: Boolean }) editing = false\n @property({ type: Object }) value = {}\n @property({ type: String }) valueWith: string | null = null\n @property({ attribute: false }) emphasized: any = false\n @property({ type: String, attribute: true }) fixed?: string\n @property({ type: String }) type?: string\n @property({ type: Boolean }) isWorking: boolean = false\n\n /* check in tree의 변화에 대응하기 위함임. 만일, record control 오브젝트로 통일되면 대체될 것임. */\n @property({ type: String }) checked?: string\n\n private _editCancelled?: boolean\n private _onFieldChange: (e: Event) => void = e => {}\n private _onKeydownInEditingMode: (e: KeyboardEvent) => void = e => {}\n\n private tooltipController?: TooltipReactiveController = new TooltipReactiveController(this)\n\n render(): TemplateResult {\n if (!this.column) {\n return html``\n }\n\n var { value, column, record, rowIndex } = this\n var { renderer, editor } = column.record\n\n return html`\n ${this.editing\n ? editor?.call(this, value, column, record, rowIndex, this)\n : renderer?.call(this, value, column, record, rowIndex, this)}\n `\n }\n\n updated(changes: PropertyValues<this>) {\n if (changes.has('editing')) {\n if (this.editing) {\n this._onKeydownInEditingMode = ((e: KeyboardEvent) => {\n if (e.key === 'Esc' || e.key === 'Escape') {\n /* 편집 취소 */\n this._editCancelled = true\n }\n }).bind(this)\n\n this._onFieldChange = ((e: Event) => {\n this._editCancelled && e.stopPropagation()\n }).bind(this)\n\n delete this._editCancelled\n this.addEventListener('field-change', this._onFieldChange)\n this.addEventListener('keydown', this._onKeydownInEditingMode)\n } else {\n this.removeEventListener('field-change', this._onFieldChange)\n this.removeEventListener('keydown', this._onKeydownInEditingMode)\n }\n }\n\n if (changes.has('column')) {\n var align = this.column.record.align || DEFAULT_TEXT_ALIGN\n if (align != DEFAULT_TEXT_ALIGN) {\n let justify = 'center'\n switch (align) {\n case 'right':\n justify = 'flex-end'\n break\n }\n this.style.setProperty('--data-grid-field-justify-content', justify)\n this.style.setProperty('--data-grid-field-text-align', align)\n }\n\n const { danger } = this.column\n if (danger) {\n this.setAttribute('danger', '')\n } else {\n this.removeAttribute('danger')\n }\n }\n\n if (changes.has('fixed')) {\n if (this.fixed) {\n this.style.left = this.fixed + 'px'\n } else {\n this.style.left = 'unset'\n }\n }\n\n let disabled = this.column.record.disabled || false\n if (typeof disabled === 'function') {\n disabled = disabled.call(this, this.record[this.column.name], this.column, this.record, this.rowIndex, this)\n }\n\n if (!!disabled) {\n // 비황성화 여부 표시\n this.setAttribute('disabled', '')\n } else {\n // 비황성화 여부 제거\n this.removeAttribute('disabled')\n }\n\n const emphasized =\n this.column.record.classifier.call(this, this.record, this.rowIndex)?.emphasized || this.emphasized\n\n if (!!emphasized) {\n this.setAttribute('emphasized-row', '')\n\n if (Symbol.iterator in Object(emphasized)) {\n const [backgroundColor, foregroundColor] = emphasized as string[]\n backgroundColor && this.style.setProperty('--grid-record-emphasized-background-color', backgroundColor)\n foregroundColor && this.style.setProperty('--grid-record-emphasized-color', foregroundColor)\n }\n } else {\n this.removeAttribute('emphasized-row')\n }\n }\n\n get editableOnClick() {\n const renderer = this.renderRoot.firstElementChild as HTMLElement\n //@ts-ignore\n return renderer && 'editableOnClick' in renderer ? renderer.editableOnClick : true\n }\n}\n"]}
@@ -68,10 +68,13 @@ let RecordViewBody = class RecordViewBody extends LitElement {
68
68
  return html `
69
69
  <div content>
70
70
  ${columns.map((column, index) => {
71
- let { editable, mandatory, wide } = column.record;
71
+ let { editable, disabled, mandatory, wide } = column.record;
72
72
  if (typeof editable === 'function') {
73
73
  editable = editable.call(this, record[column.name], column, record, rowIndex, this);
74
74
  }
75
+ if (typeof disabled === 'function') {
76
+ disabled = disabled.call(this, record[column.name], column, record, rowIndex, this);
77
+ }
75
78
  let dirtyFields = record['__dirtyfields__'] || {};
76
79
  return html `
77
80
  <label ?editable=${editable} ?wide=${wide} data-name=${column.name}>
@@ -79,6 +82,7 @@ let RecordViewBody = class RecordViewBody extends LitElement {
79
82
  <md-icon>edit</md-icon>
80
83
  </label>
81
84
  <ox-grid-field
85
+ ?disabled=${disabled}
82
86
  .rowIndex=${rowIndex}
83
87
  .column=${column}
84
88
  .record=${record}
@@ -1 +1 @@
1
- {"version":3,"file":"record-view-body.js","sourceRoot":"","sources":["../../../src/record-view/record-view-body.ts"],"names":[],"mappings":"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","sourcesContent":["import '@material/web/icon/icon.js'\nimport '../data-grid/data-grid-field'\n\nimport { css, html, LitElement } from 'lit'\nimport { customElement, property } from 'lit/decorators.js'\n\nimport { ZERO_RECORD } from '../configure/zero-config'\nimport { ColumnConfig, GristRecord, ValidationReason } from '../types'\nimport { recordViewBodyClickHandler } from './event-handlers/record-view-body-click-handler'\nimport i18next from 'i18next'\n\n@customElement('ox-record-view-body')\nexport class RecordViewBody extends LitElement {\n static styles = [\n css`\n :host {\n display: flex;\n flex-direction: column;\n align-content: center;\n }\n\n :host > * {\n align-self: stretch;\n }\n\n div[content] {\n align-self: center;\n\n display: grid;\n grid-template-columns: 2fr 3fr 2fr 3fr;\n grid-auto-rows: min-content;\n grid-gap: var(--spacing-large) 0;\n\n padding: var(--spacing-large) var(--spacing-huge);\n font-size: 16px; /* for ios safari */\n flex: 1;\n width: 100%;\n max-width: 1300px;\n box-sizing: border-box;\n }\n\n label {\n display: flex;\n align-items: center;\n position: relative;\n text-transform: capitalize;\n padding: var(--record-view-item-padding);\n font: var(--record-view-label-font);\n color: var(--record-view-label-color);\n text-align: right;\n padding-right: var(--spacing-large);\n }\n\n label[wide] {\n grid-column: 1 / 2;\n }\n\n label md-icon {\n display: none;\n }\n\n label > span {\n margin-left: auto;\n }\n\n label[editable] md-icon {\n display: inline-block;\n font-size: var(--record-view-label-icon-size);\n opacity: 0.5;\n }\n\n ox-grid-field {\n background-color: var(--record-view-grid-field-background-color, var(--md-sys-color-surface-container-lowest));\n border: var(--record-view-grid-field-border);\n border-radius: var(--md-sys-shape-corner-small);\n padding: var(--spacing-tiny) var(--spacing-small);\n\n font: var(--record-view-font);\n color: var(--record-view-color);\n\n max-width: 360px;\n }\n\n ox-grid-field[editing='true'] {\n border: var(--record-view-edit-border);\n }\n\n ox-grid-field[wide] {\n grid-column: 2 / 5;\n width: 100%;\n max-width: 986px;\n }\n\n :first-child + ox-grid-field {\n color: var(--record-view-focus-color);\n font-weight: bold;\n }\n\n .highlight-invalid {\n position: relative;\n padding: var(--spacing-tiny) var(--spacing-small);\n }\n\n .highlight-invalid::after {\n content: attr(data-reason); /* 콘텐츠를 동적으로 변경하기 위해 data-reason 속성을 사용 */\n color: red;\n font-size: 12px;\n position: absolute;\n left: 0;\n bottom: -8px; /* 라벨 아래쪽에 메시지를 표시 */\n }\n\n @media only screen and (max-width: 1000px) {\n div[content] {\n grid-template-columns: 2fr 3fr;\n padding: var(--spacing-medium);\n }\n\n label[wide] {\n grid-column: 1 / 2;\n }\n\n ox-grid-field[wide] {\n grid-column: 2 / 3;\n width: 100%;\n max-width: 360px;\n }\n }\n\n @media only screen and (max-width: 600px) {\n div[content] {\n grid-template-columns: 2fr 3fr;\n padding: var(--spacing-medium);\n }\n\n label[wide] {\n grid-column: 1 / 2;\n }\n\n ox-grid-field[wide] {\n grid-column: 1 / 3;\n width: 100%;\n max-width: unset;\n }\n }\n `\n ]\n\n @property({ type: Array }) columns: ColumnConfig[] = []\n @property({ type: Object }) record: GristRecord = ZERO_RECORD\n @property({ type: Number }) rowIndex: number = -1\n\n public currentTarget: any\n\n connectedCallback() {\n super.connectedCallback()\n\n this.setAttribute('tabindex', '0')\n\n this.addEventListener('keydown', this._onKeyDown)\n this.renderRoot.addEventListener('click', recordViewBodyClickHandler.bind(this))\n }\n\n disconnectedCallback() {\n super.disconnectedCallback()\n this.removeEventListener('keydown', this._onKeyDown)\n }\n\n setFocus(fieldElement: HTMLElement) {\n fieldElement?.dispatchEvent(new CustomEvent('click', { bubbles: true, composed: true }))\n }\n\n setFocusOnInvalid(invalidFields: { field: string; reason: ValidationReason }[]) {\n const allLabels = this.renderRoot.querySelectorAll('label')\n allLabels.forEach((label: HTMLLabelElement) => {\n label.classList.remove('highlight-invalid')\n label.removeAttribute('data-reason')\n })\n\n // 유효성 검사를 통과하지 못한 필드에 대해 처리\n invalidFields.forEach(({ field, reason }, index) => {\n const labelElement = this.renderRoot.querySelector(`[data-name=\"${field}\"]`) as HTMLLabelElement\n const fieldElement = this.renderRoot.querySelector(`[data-name=\"${field}\"] + ox-grid-field`) as HTMLInputElement\n\n // 동적으로 data-reason 속성을 설정하여 메시지를 변경\n if (labelElement) {\n labelElement.classList.add('highlight-invalid')\n labelElement.setAttribute('data-reason', '(' + i18next.t(`text.validation-reason.${reason}`) + ')')\n }\n\n // 첫 번째 필드에 포커스 설정\n if (index === 0 && fieldElement) {\n this.setFocus(fieldElement)\n }\n })\n }\n\n _onKeyDown(event: KeyboardEvent) {\n if (event.key === 'Tab') {\n const fields = Array.from(this.renderRoot.querySelectorAll('ox-grid-field[tabstop]'))\n const focused = this.renderRoot.querySelector('ox-grid-field[editing]')\n const focusedIndex = fields.findIndex(field => field === focused)\n\n let nextIndex = focusedIndex + (event.shiftKey ? -1 : 1)\n\n if (nextIndex >= fields.length || nextIndex < 0) {\n return // Let the default behavior happen if it's the last or first element\n }\n\n event.preventDefault()\n const nextField = fields[nextIndex] as HTMLInputElement\n nextField && this.setFocus(nextField)\n }\n }\n\n render() {\n var columns = this.columns.filter(column => !column.hidden && column.type !== 'gutter')\n var record = this.record\n var rowIndex = this.rowIndex\n\n return html`\n <div content>\n ${columns.map((column, index) => {\n let { editable, mandatory, wide } = column.record\n if (typeof editable === 'function') {\n editable = editable.call(this, record[column.name], column, record, rowIndex, this)\n }\n\n let dirtyFields = record['__dirtyfields__'] || {}\n\n return html`\n <label ?editable=${editable} ?wide=${wide} data-name=${column.name}>\n <span>${mandatory ? '*' : ''}${this._renderLabel(column)}</span>\n <md-icon>edit</md-icon>\n </label>\n <ox-grid-field\n .rowIndex=${rowIndex}\n .column=${column}\n .record=${record}\n .value=${record[column.name]}\n ?dirty=${!!dirtyFields[column.name]}\n ?tabstop=${!!editable}\n ?wide=${wide}\n ></ox-grid-field>\n `\n })}\n </div>\n `\n }\n\n _renderLabel(column: ColumnConfig) {\n var { renderer } = column.header\n var title = renderer.call(this, column)\n\n return html` ${title} `\n }\n}\n"]}
1
+ {"version":3,"file":"record-view-body.js","sourceRoot":"","sources":["../../../src/record-view/record-view-body.ts"],"names":[],"mappings":"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","sourcesContent":["import '@material/web/icon/icon.js'\nimport '../data-grid/data-grid-field'\n\nimport { css, html, LitElement } from 'lit'\nimport { customElement, property } from 'lit/decorators.js'\n\nimport { ZERO_RECORD } from '../configure/zero-config'\nimport { ColumnConfig, GristRecord, ValidationReason } from '../types'\nimport { recordViewBodyClickHandler } from './event-handlers/record-view-body-click-handler'\nimport i18next from 'i18next'\n\n@customElement('ox-record-view-body')\nexport class RecordViewBody extends LitElement {\n static styles = [\n css`\n :host {\n display: flex;\n flex-direction: column;\n align-content: center;\n }\n\n :host > * {\n align-self: stretch;\n }\n\n div[content] {\n align-self: center;\n\n display: grid;\n grid-template-columns: 2fr 3fr 2fr 3fr;\n grid-auto-rows: min-content;\n grid-gap: var(--spacing-large) 0;\n\n padding: var(--spacing-large) var(--spacing-huge);\n font-size: 16px; /* for ios safari */\n flex: 1;\n width: 100%;\n max-width: 1300px;\n box-sizing: border-box;\n }\n\n label {\n display: flex;\n align-items: center;\n position: relative;\n text-transform: capitalize;\n padding: var(--record-view-item-padding);\n font: var(--record-view-label-font);\n color: var(--record-view-label-color);\n text-align: right;\n padding-right: var(--spacing-large);\n }\n\n label[wide] {\n grid-column: 1 / 2;\n }\n\n label md-icon {\n display: none;\n }\n\n label > span {\n margin-left: auto;\n }\n\n label[editable] md-icon {\n display: inline-block;\n font-size: var(--record-view-label-icon-size);\n opacity: 0.5;\n }\n\n ox-grid-field {\n background-color: var(--record-view-grid-field-background-color, var(--md-sys-color-surface-container-lowest));\n border: var(--record-view-grid-field-border);\n border-radius: var(--md-sys-shape-corner-small);\n padding: var(--spacing-tiny) var(--spacing-small);\n\n font: var(--record-view-font);\n color: var(--record-view-color);\n\n max-width: 360px;\n }\n\n ox-grid-field[editing='true'] {\n border: var(--record-view-edit-border);\n }\n\n ox-grid-field[wide] {\n grid-column: 2 / 5;\n width: 100%;\n max-width: 986px;\n }\n\n :first-child + ox-grid-field {\n color: var(--record-view-focus-color);\n font-weight: bold;\n }\n\n .highlight-invalid {\n position: relative;\n padding: var(--spacing-tiny) var(--spacing-small);\n }\n\n .highlight-invalid::after {\n content: attr(data-reason); /* 콘텐츠를 동적으로 변경하기 위해 data-reason 속성을 사용 */\n color: red;\n font-size: 12px;\n position: absolute;\n left: 0;\n bottom: -8px; /* 라벨 아래쪽에 메시지를 표시 */\n }\n\n @media only screen and (max-width: 1000px) {\n div[content] {\n grid-template-columns: 2fr 3fr;\n padding: var(--spacing-medium);\n }\n\n label[wide] {\n grid-column: 1 / 2;\n }\n\n ox-grid-field[wide] {\n grid-column: 2 / 3;\n width: 100%;\n max-width: 360px;\n }\n }\n\n @media only screen and (max-width: 600px) {\n div[content] {\n grid-template-columns: 2fr 3fr;\n padding: var(--spacing-medium);\n }\n\n label[wide] {\n grid-column: 1 / 2;\n }\n\n ox-grid-field[wide] {\n grid-column: 1 / 3;\n width: 100%;\n max-width: unset;\n }\n }\n `\n ]\n\n @property({ type: Array }) columns: ColumnConfig[] = []\n @property({ type: Object }) record: GristRecord = ZERO_RECORD\n @property({ type: Number }) rowIndex: number = -1\n\n public currentTarget: any\n\n connectedCallback() {\n super.connectedCallback()\n\n this.setAttribute('tabindex', '0')\n\n this.addEventListener('keydown', this._onKeyDown)\n this.renderRoot.addEventListener('click', recordViewBodyClickHandler.bind(this))\n }\n\n disconnectedCallback() {\n super.disconnectedCallback()\n this.removeEventListener('keydown', this._onKeyDown)\n }\n\n setFocus(fieldElement: HTMLElement) {\n fieldElement?.dispatchEvent(new CustomEvent('click', { bubbles: true, composed: true }))\n }\n\n setFocusOnInvalid(invalidFields: { field: string; reason: ValidationReason }[]) {\n const allLabels = this.renderRoot.querySelectorAll('label')\n allLabels.forEach((label: HTMLLabelElement) => {\n label.classList.remove('highlight-invalid')\n label.removeAttribute('data-reason')\n })\n\n // 유효성 검사를 통과하지 못한 필드에 대해 처리\n invalidFields.forEach(({ field, reason }, index) => {\n const labelElement = this.renderRoot.querySelector(`[data-name=\"${field}\"]`) as HTMLLabelElement\n const fieldElement = this.renderRoot.querySelector(`[data-name=\"${field}\"] + ox-grid-field`) as HTMLInputElement\n\n // 동적으로 data-reason 속성을 설정하여 메시지를 변경\n if (labelElement) {\n labelElement.classList.add('highlight-invalid')\n labelElement.setAttribute('data-reason', '(' + i18next.t(`text.validation-reason.${reason}`) + ')')\n }\n\n // 첫 번째 필드에 포커스 설정\n if (index === 0 && fieldElement) {\n this.setFocus(fieldElement)\n }\n })\n }\n\n _onKeyDown(event: KeyboardEvent) {\n if (event.key === 'Tab') {\n const fields = Array.from(this.renderRoot.querySelectorAll('ox-grid-field[tabstop]'))\n const focused = this.renderRoot.querySelector('ox-grid-field[editing]')\n const focusedIndex = fields.findIndex(field => field === focused)\n\n let nextIndex = focusedIndex + (event.shiftKey ? -1 : 1)\n\n if (nextIndex >= fields.length || nextIndex < 0) {\n return // Let the default behavior happen if it's the last or first element\n }\n\n event.preventDefault()\n const nextField = fields[nextIndex] as HTMLInputElement\n nextField && this.setFocus(nextField)\n }\n }\n\n render() {\n var columns = this.columns.filter(column => !column.hidden && column.type !== 'gutter')\n var record = this.record\n var rowIndex = this.rowIndex\n\n return html`\n <div content>\n ${columns.map((column, index) => {\n let { editable, disabled, mandatory, wide } = column.record\n if (typeof editable === 'function') {\n editable = editable.call(this, record[column.name], column, record, rowIndex, this)\n }\n if (typeof disabled === 'function') {\n disabled = disabled.call(this, record[column.name], column, record, rowIndex, this)\n }\n\n let dirtyFields = record['__dirtyfields__'] || {}\n\n return html`\n <label ?editable=${editable} ?wide=${wide} data-name=${column.name}>\n <span>${mandatory ? '*' : ''}${this._renderLabel(column)}</span>\n <md-icon>edit</md-icon>\n </label>\n <ox-grid-field\n ?disabled=${disabled}\n .rowIndex=${rowIndex}\n .column=${column}\n .record=${record}\n .value=${record[column.name]}\n ?dirty=${!!dirtyFields[column.name]}\n ?tabstop=${!!editable}\n ?wide=${wide}\n ></ox-grid-field>\n `\n })}\n </div>\n `\n }\n\n _renderLabel(column: ColumnConfig) {\n var { renderer } = column.header\n var title = renderer.call(this, column)\n\n return html` ${title} `\n }\n}\n"]}
@@ -432,7 +432,7 @@ export type RecordConfig = {
432
432
  editor?: FieldEditor;
433
433
  editable?: boolean | Function;
434
434
  mandatory?: boolean;
435
- disabled?: boolean;
435
+ disabled?: boolean | Function;
436
436
  classifier: GristClassifier;
437
437
  align?: 'left' | 'right' | 'center';
438
438
  options: any;
@@ -1 +1 @@
1
- {"version":3,"file":"types.js","sourceRoot":"","sources":["../../src/types.ts"],"names":[],"mappings":"AAmLA;;;;;;;;GAQG;AACH,MAAM,CAAN,IAAY,kBAIX;AAJD,WAAY,kBAAkB;IAC5B,mCAAa,CAAA;IACb,yCAAmB,CAAA;IACnB,mCAAa,CAAA;AACf,CAAC,EAJW,kBAAkB,KAAlB,kBAAkB,QAI7B;AAumBD,MAAM,CAAN,IAAY,gBAKX;AALD,WAAY,gBAAgB;IAC1B,2CAAuB,CAAA;IACvB,qCAAiB,CAAA;IACjB,mCAAe,CAAA;IACf,qCAAiB,CAAA;AACnB,CAAC,EALW,gBAAgB,KAAhB,gBAAgB,QAK3B","sourcesContent":["import { TemplateResult } from 'lit-html'\n\nimport { DataCardField } from './data-card/data-card-field'\nimport { DataCardGutter } from './data-card/data-card-gutter'\nimport { RecordCard } from './data-card/record-card'\nimport { DataGridField } from './data-grid/data-grid-field'\nimport { DataListField } from './data-list/data-list-field'\nimport { DataListGutter } from './data-list/data-list-gutter'\nimport { RecordPartial } from './data-list/record-partial'\nimport { DataReportField } from './data-report/data-report-field'\nimport { OxGristEditor } from './editors'\nimport { QueryFilter, OxFiltersForm } from './filters'\nimport { OxGristRenderer } from './renderers/ox-grist-renderer'\n\n/**\n * Configuration object for defining the structure and behavior of a Grist table.\n *\n * @typedef {Object} GristConfig\n * @property {ColumnConfig[]} columns - An array of column configurations.\n * @property {RowsConfig} rows - Configuration for rows and their behavior.\n * @property {ListConfig} list - Configuration for the list view.\n * @property {TreeConfig} tree - Configuration for tree-related settings.\n * @property {PaginationConfig} [pagination] - Configuration for pagination settings (optional).\n * @property {SortersConfig} [sorters] - Configuration for sorting settings (optional).\n * @property {FiltersConfig} [filters] - Configuration for filtering settings (optional).\n */\nexport type GristConfig = {\n columns: ColumnConfig[]\n rows: RowsConfig\n list: ListConfig\n tree: TreeConfig\n pagination?: PaginationConfig\n sorters?: SortersConfig\n filters?: FiltersConfig\n}\n\n/**\n * Configuration object for specifying sorting options.\n *\n * @typedef {Object} SorterConfig\n * @property {string} name - The name of the sorting option.\n * @property {boolean} [desc] - Optional. Indicates whether the sorting is in descending order (optional).\n */\nexport type SorterConfig = { name: string; desc?: boolean }\n\n/**\n * Configuration array for specifying multiple sorting options.\n *\n * @typedef {SorterConfig[]} SortersConfig\n */\nexport type SortersConfig = SorterConfig[]\n\n/**\n * Enumeration of filter operators used to define filter conditions.\n *\n * @typedef {'search' | 'eq' | 'between' | 'gte' | 'lte' | 'is_not_true' | 'in' | 'like' | 'i_like' | 'noteq' |\n * 'is_empty_num_id' | 'is_blank' | 'is_present' | 'is_not_false' | 'is_true' | 'is_false' | 'is_not_null' |\n * 'is_null' | 'notin_with_null' | 'notin' | 'gt' | 'lt' | 'i_nlike' | 'nlike'} FilterOperator\n */\nexport type FilterOperator =\n | 'search'\n | 'eq'\n | 'between'\n | 'gte'\n | 'lte'\n | 'is_not_true'\n | 'in'\n | 'like'\n | 'i_like'\n | 'noteq'\n | 'is_empty_num_id'\n | 'is_blank'\n | 'is_present'\n | 'is_not_false'\n | 'is_true'\n | 'is_false'\n | 'is_not_null'\n | 'is_null'\n | 'notin_with_null'\n | 'notin'\n | 'gt'\n | 'lt'\n | 'i_nlike'\n | 'nlike'\n\nexport type SelectOptionObject =\n | {\n name: string\n display?: never\n value: string\n }\n | {\n display: string\n name?: never\n value: string\n }\n\nexport type SelectOption = SelectOptionObject | string\n\nexport type FilterChangedCallback = (value: any, form: OxFiltersForm) => boolean\n\n/**\n * Configuration object for specifying filter conditions.\n *\n * @typedef {Object} FilterConfigObject\n * @property {string} type - The type of the filter condition.\n * @property {FilterOperator} [operator] - The filter operator used to compare values (optional).\n * @property {Object} [options] - Additional options or parameters for the filter condition (optional).\n * @property {boolean|undefined} [hidden] - The hidden flag for the filter condition (optional).\n * @property {string|number|boolean|string[]|number[]|undefined} [value] - The value to compare with in the filter condition (optional).\n * @property {string} [label] - The label to display for the filter condition (optional).\n */\nexport type FilterConfigObject = {\n type: string\n operator?: FilterOperator\n options?: { [key: string]: any }\n value?: string | number | boolean | string[] | number[] | undefined\n label?: string\n boundTo?: string[]\n hidden?: boolean\n onchange?: FilterChangedCallback\n}\n\n/**\n * Configuration option for specifying filter conditions.\n *\n * The `FilterConfig` type can take one of the following forms:\n * - A `FilterConfigObject` representing a specific filter condition.\n * - A `FilterOperator` representing a predefined filter operator.\n * - A boolean value to enable or disable filtering for a specific column.\n *\n * @typedef {Object|FilterOperator|boolean} FilterConfig\n */\nexport type FilterConfig = FilterConfigObject | FilterOperator | boolean\n\n/**\n * Represents a filter condition with the following properties:\n *\n * - `name`: The name of the column or field being filtered.\n * - `operator`: The filter operator used for comparison.\n * - `value`: The value or values to compare against.\n *\n * @typedef {Object} FilterValue\n * @property {string} name - The name of the column or field.\n * @property {FilterOperator} operator - The filter operator.\n * @property {string|number|boolean|string[]|number[]|undefined} value - The value(s) to compare.\n */\nexport type FilterValue = {\n name: string\n operator: FilterOperator\n value: string | number | boolean | string[] | number[] | undefined\n}\n\n/**\n * Configuration options for filters.\n *\n * @typedef {Object} FiltersConfig\n * @property {boolean} [header] - Specifies whether to provide filtering functionality in the header.\n */\nexport type FiltersConfig = {\n header?: boolean\n}\n\n/**\n * Configuration options for pagination.\n *\n * @typedef {Object} PaginationConfig\n * @property {number} [page] - The current page number.\n * @property {number} [limit] - The maximum number of records to display per page.\n * @property {number[]} [pages] - An array of available page numbers.\n * @property {boolean} [infinite] - Specifies whether to use infinite scrolling for pagination.\n */\nexport type PaginationConfig = {\n page?: number\n limit?: number\n pages?: number[]\n infinite?: boolean\n}\n\n/**\n * Option to specify the inheritance behavior for including data from parent domains.\n *\n * - 'None': Do not include data from the parent domain.\n * - 'Include': Include data from the parent domain along with current domain data.\n * - 'Only': Include data only from the parent domain, excluding current domain data.\n *\n * @enum {string}\n */\nexport enum InheritedValueType {\n None = 'None',\n Include = 'Include',\n Only = 'Only'\n}\n\n/**\n * Configuration options for fetching data from a data source.\n *\n * @typedef {Object} FetchOption\n * @property {number} [page] - The page number to retrieve.\n * @property {number} [limit] - The maximum number of records to retrieve per page.\n * @property {SortersConfig} [sorters] - An array of sorting configurations for data. Only one of these options needs to be set.\n * @property {SortersConfig} [sortings] - An array of sorting configurations for data. Only one of these options needs to be set.\n * @property {QueryFilter[]} [filters] - An array of filtering criteria.\n * @property {InheritedValueType} [inherited] - Specifies the inheritance behavior for including data from parent domains.\n * @property {object} [options] - Additional options for customizing data fetching behavior.\n */\nexport type FetchOption = {\n page?: number\n limit?: number\n sorters?: SortersConfig\n sortings?: SortersConfig\n filters?: QueryFilter[]\n inherited?: InheritedValueType\n options?: object\n}\n\n/**\n * Represents the result of a data fetching operation.\n *\n * @typedef {Object} FetchResult\n * @property {number} [page] - The page number of the fetched data.\n * @property {number} [limit] - The maximum number of records per page.\n * @property {number} total - The total number of records in the data source.\n * @property {GristRecord[]} records - An array of fetched data records.\n */\nexport type FetchResult = {\n page?: number\n limit?: number\n total: number\n records: GristRecord[]\n} | void\n\n/**\n * A function that handles data fetching operations.\n *\n * @param param - The fetch options specifying how data should be retrieved.\n * @returns A promise that resolves to a `FetchResult`.\n */\nexport type FetchHandler = (param: FetchOption) => Promise<FetchResult>\n\n/**\n * Represents a Grist event handler function.\n *\n * @typedef {Function} GristEventHandler\n * @param {ColumnConfig[]} columns - An array of column configurations.\n * @param {GristData} [data] - The Grist data associated with the event.\n * @param {ColumnConfig} [column] - The column configuration related to the event (if applicable).\n * @param {GristRecord} [record] - The Grist record related to the event (if applicable).\n * @param {number} [rowIndex] - The index of the row related to the event (if applicable).\n * @param {any} [target] - The target element or object related to the event (if applicable).\n * @param {Event} [e] - The event object (if applicable).\n * @returns {void}\n */\nexport type GristEventHandler = (\n columns: ColumnConfig[],\n data?: GristData,\n column?: ColumnConfig,\n record?: GristRecord,\n rowIndex?: number,\n target?: any,\n e?: Event\n) => void\n\n/**\n * Represents an accumulator function for data aggregation and accumulation.\n *\n * @typedef {string|'sum'|'avg'|'count'|'min'|'max'|Function} AccumulatorFunc\n * @param {GristData} data - The Grist data for aggregation.\n * @param {ColumnConfig} column - The column configuration for aggregation.\n * @returns {string|number} - The aggregated result.\n */\nexport type AccumulatorFunc =\n | 'sum'\n | 'avg'\n | 'count'\n | 'min'\n | 'max'\n | ((data: GristData, column: ColumnConfig) => string | number)\n\n/**\n * Type representing an accumulator function or configuration object.\n *\n * An accumulator is used for data aggregation and accumulation purposes. It can be either\n * a predefined accumulator function (e.g., 'sum', 'avg', 'count', etc.) or a configuration\n * object specifying the type of accumulator and labeling options.\n *\n * @typedef {AccumulatorFunc|{type: AccumulatorFunc, tag?: boolean}} AccumulatorObject\n * @property {AccumulatorFunc} [type] - The type of accumulator function or predefined function name.\n * @property {boolean} [tag] - An option for adding a label to represent the result of an aggregation function. This label is added in front of the aggregated value.\n *\n * @example\n * // Using a predefined accumulator function:\n * const accumulator: AccumulatorObject = 'sum'; // Represents a 'sum' accumulator.\n *\n * // Using an accumulator configuration object:\n * const accumulatorConfig: AccumulatorObject = {\n * type: 'avg', // Specifies the type of accumulator ('avg' for average).\n * tag: true, // Option for adding a label to represent the result of an aggregation function. This label is added in front of the aggregated value.\n * };\n */\nexport type AccumulatorObject =\n | AccumulatorFunc\n | {\n type: AccumulatorFunc\n tag?: boolean\n }\n\n/**\n * Type representing column configuration information.\n *\n * @typedef {object} ColumnConfig\n * @property {string} type - Represents the data type of the column (e.g., 'text', 'number', 'date', 'gutter', etc.).\n * @property {string} name - Represents the name of the column.\n * @property {('button'|'sequence'|'row-selector'|'dirty')} [gutterName] - If the column type is 'gutter', specifies the name of one of the registered gutters (only set when the type is 'gutter').\n * @property {boolean} [fixed] - In case of a grid type column, specifies whether the column's position should be fixed and unaffected by horizontal scrolling (optional).\n * @property {HeaderConfig} header - Object representing the header configuration of the column.\n * @property {RecordConfig} record - Object representing the record configuration of the column.\n * @property {GristEventHandlerSet} handlers - Object representing the Grist event handler settings.\n * @property {LabelConfig} label - Object representing the label configuration of the column. This property is used to represent the label of the column's information in list mode, card mode, and when displaying the column in a filter form (ox-filters-form).\n * @property {boolean} [hidden] - Indicates whether the column is hidden or not (optional).\n * @property {boolean} [sortable] - Indicates whether the column is sortable or not (optional). If this setting is true, the header provides the ability to toggle the sorting direction.\n * @property {boolean} [resizable] - Indicates whether the column is resizable or not (optional). This setting determines whether the column's width can be adjusted.\n * @property {(number|string|ColumnWidthCallback)} [width] - Represents the width of the column (e.g., 100, '50%', or a callback function to calculate width).\n * @property {boolean} [forList] - Indicates whether the column is intended for display in list mode (optional, applicable only to gutter type columns).\n * @property {boolean} [forCard] - Indicates whether the column is intended for display in card mode (optional, applicable only to gutter type columns).\n * @property {ValidationCallback} [validation] - Callback function for column validation (optional). This function validates whether the value of the column is valid when edited.\n * @property {AccumulatorObject} [accumulator] - Object used for accumulating values of the column (optional, applicable only in grid mode). It specifies a function to automatically aggregate the values of the column for all records. The aggregated result is displayed in a row below the last record (accumulation record).\n * @property {FilterConfig} [filter] - Object representing the filter configuration of the column.\n * @property {(ImexConfig|boolean)} [imex] - Object or boolean value representing the configuration for importing and exporting column data.\n * @property {boolean} [multiple] - Indicates whether the column allows multiple selections or not (optional).\n * @property {boolean} [rowCount] - Indicates whether the column shows the row count or not (optional).\n */\nexport type ColumnConfig = {\n type: string\n name: string\n /**\n * \"gutter\" 타입의 컬럼인 경우, 등록된 gutter들 중의 하나의 이름을 명시합니다(type이 gutter인 경우에만 설정합니다).\n * (e.g., 'button', 'sequence', 'row-selector', 'dirty', etc)\n *\n * \"Gutter\"는 테이블 형태에서 각 행의 왼쪽 또는 오른쪽에 위치한 추가적인 열(column)을 가리킵니다.\n * 이 열은 주로 각 행(row)을 식별하거나 특정 작업을 수행하기 위한 버튼 또는 링크와 같은 요소를 표시하는 데 사용됩니다.\n * Gutter 열은 주로 데이터 행에 대한 조작 또는 행의 상태를 나타내는 데 사용됩니다.\n * 예를 들어, 테이블에서 각 행이 특정 작업을 수행하는 버튼을 포함할 때, 이러한 버튼이 Gutter 열에 배치될 수 있습니다.\n * 또한 Gutter 열은 행을 선택하거나 행의 상태를 나타내는 체크박스를 포함할 수도 있습니다.\n */\n gutterName?: 'button' | 'sequence' | 'row-selector' | 'dirty'\n title?: string\n fixed?: boolean\n /** [begin] only for button gutter column */\n icon?: string\n iconOnly?: boolean\n danger?: boolean\n /** [end] only for button gutter column */\n header: HeaderConfig\n record: RecordConfig\n handlers: GristEventHandlerSet\n label: LabelConfig\n hidden?: boolean\n sortable?: boolean\n resizable?: boolean\n width?: number | string | ColumnWidthCallback\n forList?: boolean\n forCard?: boolean\n validation?: ValidationCallback\n accumulator?: AccumulatorObject\n filter?: FilterConfig\n imex?: ImexConfig | boolean\n multiple?: boolean\n rowCount?: boolean\n /** 특정 도구에 의해서 사용되는 옵션으로, 일반적인 용도로 사용되지 않음을 표현할 수 있다. */\n unusable?: boolean\n}\n\n/**\n * Callback function type for column validation.\n *\n * This function is used to validate whether the value of a column is valid when edited.\n *\n * @callback ValidationCallback\n * @param {any} after - The new value of the column after editing.\n * @param {any} before - The previous value of the column before editing.\n * @param {GristRecord} record - The record being edited.\n * @param {ColumnConfig} column - The configuration of the column being edited.\n * @returns {boolean} - Returns `true` if the value is valid, `false` otherwise.\n */\nexport type ValidationCallback = (\n after: any,\n before: any,\n record: GristRecord,\n column: ColumnConfig\n) => boolean | Promise<boolean>\n\n/**\n * Configuration options for column labels.\n *\n * The label for a column can be customized using various options.\n *\n * @typedef {string|boolean|Object} LabelConfig\n * @property {LabelRenderer} [renderer] - A custom renderer function for the column label.\n *\n * @example\n * // Using a string as a label:\n * const label: LabelConfig = \"Column Label\"; // Sets the label as \"Column Label\".\n *\n * // Using a boolean to determine label visibility:\n * const label: LabelConfig = true; // Shows the default label based on the header configuration.\n *\n * // Using a custom renderer function for the label:\n * const label: LabelConfig = {\n * renderer: customLabelRenderer, // Specifies a custom renderer function.\n * };\n */\nexport type LabelConfig =\n | string\n | boolean\n | {\n renderer: LabelRenderer\n }\n\n/**\n * Custom label renderer function for generating column labels.\n *\n * @callback LabelRenderer\n * @param {ColumnConfig} column - The column configuration object for which the label is being generated.\n * @returns {void}\n */\nexport type LabelRenderer = (column: ColumnConfig) => void\n\n/**\n * Custom callback function for calculating column width.\n *\n * @callback ColumnWidthCallback\n * @param {ColumnConfig} column - The column configuration object for which the width is being calculated.\n * @returns {string} - The calculated width as a string (e.g., '100', '50%').\n */\nexport type ColumnWidthCallback = (column: ColumnConfig) => string\n\n/**\n * Configuration for defining the header of a column.\n *\n * @typedef {Object} HeaderConfig\n * @property {HeaderRenderer} renderer - The function used to render the column header.\n * @property {string} [style] - Optional CSS style for the column header.\n * @property {string} [group] - Optional group identifier for the column header.\n * @property {string} [groupStyle] - Optional CSS style for the header group.\n */\nexport type HeaderConfig = {\n renderer: HeaderRenderer\n style?: string\n group?: string\n groupStyle?: string\n}\n\n/**\n * Function type for rendering column headers.\n *\n * @callback HeaderRenderer\n * @param {ColumnConfig} column - The column configuration object.\n * @returns {*} - The rendered header content.\n */\nexport type HeaderRenderer = (column: ColumnConfig) => any\n\n/**\n * Configuration for specifying default values for fields in a record.\n * Default values can be set using predefined value generator functions or custom user-defined functions.\n * This configuration allows you to define the default value generation method and any additional parameters.\n *\n * @typedef {Object|Function} DefaultValueFnConfig\n * @property {string} [name] - The name of the default value function to be used for the column.\n * @property {any[]} [params] - The parameters to be passed to the default value function.\n * @property {Function} [Function] - A custom user-defined function for generating default values.\n */\nexport type DefaultValueFnConfig =\n | {\n /**\n * The name of the default value function to be used for the column.\n */\n name: string\n\n /**\n * The parameters to be passed to the default value function.\n */\n params?: any[]\n }\n | Function\n\n/**\n * Configuration for defining fields within a record.\n * Each field can have various settings such as rendering, editing, alignment, etc.\n * The 'defaultValue' property is used to specify the default value generation method and parameters.\n *\n * @typedef {Object} RecordConfig\n * @property {FieldRenderer} renderer - The rendering function for the field.\n * @property {FieldEditor|undefined} [editor] - The editing function for the field (optional).\n * @property {boolean|Function} [editable] - Specifies if the field is editable. It can be a boolean or a function (optional).\n * @property {boolean} [mandatory] - Specifies if the field is mandatory (optional).\n * @property {GristClassifier} classifier - A classifier function for the field.\n * @property {'left'|'right'|'center'} [align] - The alignment of the field's content (optional).\n * @property {*} options - Additional options for the field.\n * @property {string|undefined} [rowOptionField] - The name of a field for row-level options associated with this field (optional).\n * @property {DefaultValueFnConfig|undefined} [defaultValue] - Configuration for specifying the default value for the field.\n * It can be a predefined value generator function or a custom user-defined function (optional).\n * @property {Object.<string, *>|undefined} [extended] - Additional extended properties that can be added as needed for specific field configurations (optional).\n * @property {boolean} [wide] - Specifies if the field should occupy a larger width within the viewer or editor.\n * When set to `true`, the field will attempt to span across multiple columns or occupy more space horizontally.\n */\nexport type RecordConfig = {\n renderer: FieldRenderer\n editor?: FieldEditor\n editable?: boolean | Function\n mandatory?: boolean\n disabled?: boolean\n classifier: GristClassifier\n align?: 'left' | 'right' | 'center'\n options: any\n rowOptionField?: string\n defaultValue?: DefaultValueFnConfig\n wide?: boolean\n [extended: string]: any\n}\n\n/**\n * A function type used for rendering the content of a field in various components.\n *\n * @callback FieldRenderer\n * @param {*} value - The value of the field to be rendered.\n * @param {ColumnConfig} column - The configuration of the column to which the field belongs.\n * @param {GristRecord} record - The record object containing the field's data.\n * @param {number} rowIndex - The index of the row to which the field belongs.\n * @param {DataGridField|RecordCard|DataCardGutter|DataCardField|DataListGutter|DataListField|RecordPartial|DataReportField|Element} owner - The component or element that owns the field.\n * @returns {OxGristRenderer|TemplateResult|string|void} - The rendered content, which can be of different types depending on the implementation.\n */\nexport type FieldRenderer = (\n value: any,\n column: ColumnConfig,\n record: GristRecord,\n rowIndex: number,\n owner:\n | DataGridField\n | RecordCard\n | DataCardGutter\n | DataCardField\n | DataListGutter\n | DataListField\n | RecordPartial\n | DataReportField\n | Element\n) => OxGristRenderer | TemplateResult | string | void\n\n/**\n * A function type used for defining a custom editor for a field in a data grid.\n *\n * @callback FieldEditor\n * @param {*} value - The current value of the field.\n * @param {ColumnConfig} column - The configuration of the column to which the field belongs.\n * @param {GristRecord} record - The record object containing the field's data.\n * @param {number} rowIndex - The index of the row to which the field belongs.\n * @param {DataGridField} field - The data grid field that owns the editor.\n * @returns {OxGristEditor} - The custom editor component.\n */\nexport type FieldEditor = (\n value: any,\n column: ColumnConfig,\n record: GristRecord,\n rowIndex: number,\n field: DataGridField\n) => OxGristEditor\n\n/**\n * A function type used for rendering the filter select options in a filter form.\n *\n * @callback FilterSelectRenderer\n * @param {ColumnConfig} column - The configuration of the column for which the filter is being rendered.\n * @param {(string|number|boolean|string[]|number[]|any|undefined)} value - The current value of the filter.\n * @param {Element} owner - The DOM element that owns the filter select renderer.\n * @returns {(TemplateResult|string|void)} - The rendered filter select options as a Lit HTML template result, a string, or nothing.\n */\nexport type FilterSelectRenderer = (\n column: ColumnConfig,\n value: string | number | boolean | string[] | number[] | any | undefined,\n owner: Element\n) => TemplateResult | string | void\n\n/**\n * An object representing a set of event handler functions for various events in Grist.\n *\n * @typedef {Object} GristEventHandlerSet\n * @property {GristEventHandler} [click] - The click event handler function.\n * @property {GristEventHandler} [dblclick] - The double-click event handler function.\n * @property {GristEventHandler} [focus] - The focus event handler function.\n * @property {GristEventHandler} [contextmenu] - The context menu event handler function.\n */\nexport type GristEventHandlerSet = {\n click?: GristEventHandler\n dblclick?: GristEventHandler\n focus?: GristEventHandler\n contextmenu?: GristEventHandler\n}\n\n/**\n * Configuration options for defining how records are displayed in list mode in a Grist.\n *\n * @typedef {Object} ListConfig\n * @property {string} [thumbnail] - The name of the field to use as a thumbnail image for records in list mode.\n * @property {string[]} fields - An array of field names to display in the list mode.\n * @property {string[]} details - An array of field names to display as additional details in the list mode.\n */\nexport type ListConfig = {\n thumbnail?: string\n fields: string[]\n details: string[]\n}\n\n/**\n * Configuration options for managing tree-like structures in a Grist table.\n *\n * @typedef {Object} TreeConfig\n * @property {string} [childrenProperty] - The property name that specifies the children of a record.\n * @property {boolean | Function} [expanded] - Specifies whether tree nodes are initially expanded or a function to determine the initial expansion state for a given record.\n */\nexport type TreeConfig = {\n childrenProperty?: string\n expanded?: boolean | ((x: GristRecord) => boolean)\n}\n\n/**\n * Configuration options for importing and exporting column data.\n *\n * @typedef {Object} ImexConfig\n * @property {string} header - The header text for the column in import/export settings.\n * @property {string} key - The key or identifier for the column in import/export settings.\n * @property {number} width - The width of the column in import/export settings.\n * @property {string} type - The data type of the column in import/export settings.\n */\nexport type ImexConfig = {\n header: string\n key: string\n width: number\n type: string\n}\n\n/**\n * Configuration options for defining rows within a Grist table or view.\n *\n * @typedef {Object} RowsConfig\n * @property {boolean} [accumulator] - Specifies whether an accumulator row should be displayed.\n * @property {boolean} appendable - Indicates whether new rows can be appended to the table.\n * @property {boolean} insertable - Indicates whether new rows can be inserted into the table.\n * @property {RowSelectableConfig} [selectable] - Configuration for row selection options.\n * @property {GroupConfig[]} groups - An array of group configuration options.\n * @property {string[]} totals - An array of field names for which totals should be calculated and displayed.\n * @property {GristClassifier} classifier - A function that classifies rows based on their attributes.\n * @property {GristEventHandlerSet} handlers - An object containing event handler functions for various row-level events.\n */\nexport type RowsConfig = {\n accumulator?: boolean\n appendable: boolean\n editable: boolean\n insertable: boolean\n selectable?: RowSelectableConfig\n groups: GroupConfig[]\n totals: string[]\n classifier: GristClassifier\n handlers: GristEventHandlerSet\n}\n\n/**\n * A function used to classify and style individual records in a Grist table.\n *\n * @typedef {Function} GristClassifier\n *\n * @param {GristRecord} record - The record to be classified.\n * @param {number} rowIndex - The index of the row in the table.\n *\n * @returns {Object|void} An object containing classification properties or `void`.\n * - `emphasized` (optional): A boolean, string, or array of strings indicating the emphasis style.\n * - Additional properties can be added as needed for custom styling.\n */\nexport type GristClassifier = (\n record: GristRecord,\n rowIndex: number\n) => { emphasized?: boolean | string | string[]; [key: string]: any } | void\n\n/**\n * Configuration options for defining group headers in a Grist table.\n *\n * @typedef {Object} GroupConfig\n *\n * @property {string} align - The alignment of the group header ('left', 'center', or 'right').\n * @property {ColumnConfig} [titleColumn] - The column configuration used as the title of the group (optional).\n * @property {string} title - The title of the group.\n * @property {string} [value] - A value associated with the group (optional).\n * @property {string} [groupName] - The name of the group (optional).\n * @property {number} [row] - The row index where the group header should appear (optional).\n * @property {string|number} column - The column name or index where the group header should appear.\n * @property {number} rowspan - The number of rows the group header should span.\n * @property {number} [colspan] - The number of columns the group header should span (optional).\n */\nexport type GroupConfig = {\n align: string\n titleColumn?: ColumnConfig\n title: string\n value?: string\n groupName?: string\n row?: number\n column: string | number\n rowspan: number\n colspan?: number\n}\n\n/**\n * Configuration options for specifying row selectability in a Grist table.\n *\n * @typedef {Object} RowSelectableConfig\n *\n * @property {boolean} [multiple] - Indicates whether multiple rows can be selected (optional).\n */\nexport type RowSelectableConfig = {\n multiple?: boolean\n}\n\n/**\n * Represents a data record in Grist.\n *\n * @typedef {Object} GristRecord\n * @property {string} [id] - The unique identifier for the record.\n * @property {string} [name] - The name or label associated with the record.\n * @property {GristRecord[]} [children] - An array of child records, if applicable.\n * @property {number} [__seq__] - A numeric sequence identifier for the record.\n * @property {string} [__dirty__] - Indicates if the record is dirty (changed).\n * @property {boolean} [__selected__] - Indicates if the record is selected.\n * @property {object[]} [__changes__] - An array of changes made to the record.\n * @property {object} [__dirtyfields__] - An object representing dirty (changed) fields in the record.\n * @property {any} [__origin__] - The original data or source of the record.\n * @property {boolean} [__collapsed__] - Indicates if the record is collapsed (e.g., in a tree view).\n * @property {number} [__depth__] - The depth or level of the record in a hierarchical structure.\n * @property {'checked' | 'half-checked' | 'unchecked'} [__check_in_tree__] - Indicates the check state of the record in a tree view.\n * @property {GristRecord[]} [__children__] - An array of child records in a tree view.\n * @property {any} [key] - Additional custom properties specific to the record.\n */\nexport type GristRecord = {\n id?: string\n name?: string\n children?: GristRecord[]\n __seq__?: number\n __dirty__?: string\n __selected__?: boolean\n __changes__?: object[]\n __dirtyfields__?: { [key: string]: any }\n __origin__?: any\n __collapsed__?: boolean\n __depth__?: number\n __check_in_tree__?: 'checked' | 'half-checked' | 'unchecked'\n __children__?: GristRecord[]\n [key: string]: any\n}\n\n/**\n * Represents a set of data retrieved from a Grist table.\n *\n * @typedef {Object} GristData\n *\n * @property {number} [page] - The page number of the retrieved data (optional).\n * @property {number} [total] - The total number of records in the data source (optional).\n * @property {number} [limit] - The maximum number of records per page (optional).\n * @property {GristRecord[]} records - An array of fetched data records.\n */\nexport type GristData = {\n page?: number\n total?: number\n limit?: number\n records: GristRecord[]\n}\n\n/**\n * A function that determines whether a Grist record should be selected or not.\n *\n * @callback GristSelectFunction\n * @param {GristRecord} record - The Grist record to evaluate.\n * @returns {boolean} - `true` if the record should be selected, `false` otherwise.\n */\nexport type GristSelectFunction = (record: GristRecord) => boolean\n\n/**\n * Defines a type for personalized grid settings. It includes individual column settings and additional configurations specific to a user's grid view.\n *\n * @typedef {Object} PersonalGristPreference\n * @property {Partial<ColumnConfig>[]} [columns] - Partially defines the configuration for each column in the grid.\n * Each element can include only some properties of the `ColumnConfig`, used for optionally overriding column settings.\n * @property {any} [key] - Allows for storing additional user-defined properties with dynamic keys.\n * This property can include various custom settings beyond the grid configuration, and the keys can be freely defined.\n */\nexport type PersonalGristPreference = {\n columns?: Partial<ColumnConfig>[]\n filters?: FilterPreference[]\n pagination?: PaginationConfig\n sorters?: SortersConfig\n mode?: 'GRID' | 'LIST' | 'CARD'\n [key: string]: any\n}\n\nexport type FilterPreference = {\n name: string\n hidden?: boolean\n value?: any\n}\n\nexport enum ValidationReason {\n MANDATORY = 'MANDATORY',\n FORMAT = 'FORMAT',\n RANGE = 'RANGE',\n UNIQUE = 'UNIQUE'\n}\n"]}
1
+ {"version":3,"file":"types.js","sourceRoot":"","sources":["../../src/types.ts"],"names":[],"mappings":"AAmLA;;;;;;;;GAQG;AACH,MAAM,CAAN,IAAY,kBAIX;AAJD,WAAY,kBAAkB;IAC5B,mCAAa,CAAA;IACb,yCAAmB,CAAA;IACnB,mCAAa,CAAA;AACf,CAAC,EAJW,kBAAkB,KAAlB,kBAAkB,QAI7B;AAumBD,MAAM,CAAN,IAAY,gBAKX;AALD,WAAY,gBAAgB;IAC1B,2CAAuB,CAAA;IACvB,qCAAiB,CAAA;IACjB,mCAAe,CAAA;IACf,qCAAiB,CAAA;AACnB,CAAC,EALW,gBAAgB,KAAhB,gBAAgB,QAK3B","sourcesContent":["import { TemplateResult } from 'lit-html'\n\nimport { DataCardField } from './data-card/data-card-field'\nimport { DataCardGutter } from './data-card/data-card-gutter'\nimport { RecordCard } from './data-card/record-card'\nimport { DataGridField } from './data-grid/data-grid-field'\nimport { DataListField } from './data-list/data-list-field'\nimport { DataListGutter } from './data-list/data-list-gutter'\nimport { RecordPartial } from './data-list/record-partial'\nimport { DataReportField } from './data-report/data-report-field'\nimport { OxGristEditor } from './editors'\nimport { QueryFilter, OxFiltersForm } from './filters'\nimport { OxGristRenderer } from './renderers/ox-grist-renderer'\n\n/**\n * Configuration object for defining the structure and behavior of a Grist table.\n *\n * @typedef {Object} GristConfig\n * @property {ColumnConfig[]} columns - An array of column configurations.\n * @property {RowsConfig} rows - Configuration for rows and their behavior.\n * @property {ListConfig} list - Configuration for the list view.\n * @property {TreeConfig} tree - Configuration for tree-related settings.\n * @property {PaginationConfig} [pagination] - Configuration for pagination settings (optional).\n * @property {SortersConfig} [sorters] - Configuration for sorting settings (optional).\n * @property {FiltersConfig} [filters] - Configuration for filtering settings (optional).\n */\nexport type GristConfig = {\n columns: ColumnConfig[]\n rows: RowsConfig\n list: ListConfig\n tree: TreeConfig\n pagination?: PaginationConfig\n sorters?: SortersConfig\n filters?: FiltersConfig\n}\n\n/**\n * Configuration object for specifying sorting options.\n *\n * @typedef {Object} SorterConfig\n * @property {string} name - The name of the sorting option.\n * @property {boolean} [desc] - Optional. Indicates whether the sorting is in descending order (optional).\n */\nexport type SorterConfig = { name: string; desc?: boolean }\n\n/**\n * Configuration array for specifying multiple sorting options.\n *\n * @typedef {SorterConfig[]} SortersConfig\n */\nexport type SortersConfig = SorterConfig[]\n\n/**\n * Enumeration of filter operators used to define filter conditions.\n *\n * @typedef {'search' | 'eq' | 'between' | 'gte' | 'lte' | 'is_not_true' | 'in' | 'like' | 'i_like' | 'noteq' |\n * 'is_empty_num_id' | 'is_blank' | 'is_present' | 'is_not_false' | 'is_true' | 'is_false' | 'is_not_null' |\n * 'is_null' | 'notin_with_null' | 'notin' | 'gt' | 'lt' | 'i_nlike' | 'nlike'} FilterOperator\n */\nexport type FilterOperator =\n | 'search'\n | 'eq'\n | 'between'\n | 'gte'\n | 'lte'\n | 'is_not_true'\n | 'in'\n | 'like'\n | 'i_like'\n | 'noteq'\n | 'is_empty_num_id'\n | 'is_blank'\n | 'is_present'\n | 'is_not_false'\n | 'is_true'\n | 'is_false'\n | 'is_not_null'\n | 'is_null'\n | 'notin_with_null'\n | 'notin'\n | 'gt'\n | 'lt'\n | 'i_nlike'\n | 'nlike'\n\nexport type SelectOptionObject =\n | {\n name: string\n display?: never\n value: string\n }\n | {\n display: string\n name?: never\n value: string\n }\n\nexport type SelectOption = SelectOptionObject | string\n\nexport type FilterChangedCallback = (value: any, form: OxFiltersForm) => boolean\n\n/**\n * Configuration object for specifying filter conditions.\n *\n * @typedef {Object} FilterConfigObject\n * @property {string} type - The type of the filter condition.\n * @property {FilterOperator} [operator] - The filter operator used to compare values (optional).\n * @property {Object} [options] - Additional options or parameters for the filter condition (optional).\n * @property {boolean|undefined} [hidden] - The hidden flag for the filter condition (optional).\n * @property {string|number|boolean|string[]|number[]|undefined} [value] - The value to compare with in the filter condition (optional).\n * @property {string} [label] - The label to display for the filter condition (optional).\n */\nexport type FilterConfigObject = {\n type: string\n operator?: FilterOperator\n options?: { [key: string]: any }\n value?: string | number | boolean | string[] | number[] | undefined\n label?: string\n boundTo?: string[]\n hidden?: boolean\n onchange?: FilterChangedCallback\n}\n\n/**\n * Configuration option for specifying filter conditions.\n *\n * The `FilterConfig` type can take one of the following forms:\n * - A `FilterConfigObject` representing a specific filter condition.\n * - A `FilterOperator` representing a predefined filter operator.\n * - A boolean value to enable or disable filtering for a specific column.\n *\n * @typedef {Object|FilterOperator|boolean} FilterConfig\n */\nexport type FilterConfig = FilterConfigObject | FilterOperator | boolean\n\n/**\n * Represents a filter condition with the following properties:\n *\n * - `name`: The name of the column or field being filtered.\n * - `operator`: The filter operator used for comparison.\n * - `value`: The value or values to compare against.\n *\n * @typedef {Object} FilterValue\n * @property {string} name - The name of the column or field.\n * @property {FilterOperator} operator - The filter operator.\n * @property {string|number|boolean|string[]|number[]|undefined} value - The value(s) to compare.\n */\nexport type FilterValue = {\n name: string\n operator: FilterOperator\n value: string | number | boolean | string[] | number[] | undefined\n}\n\n/**\n * Configuration options for filters.\n *\n * @typedef {Object} FiltersConfig\n * @property {boolean} [header] - Specifies whether to provide filtering functionality in the header.\n */\nexport type FiltersConfig = {\n header?: boolean\n}\n\n/**\n * Configuration options for pagination.\n *\n * @typedef {Object} PaginationConfig\n * @property {number} [page] - The current page number.\n * @property {number} [limit] - The maximum number of records to display per page.\n * @property {number[]} [pages] - An array of available page numbers.\n * @property {boolean} [infinite] - Specifies whether to use infinite scrolling for pagination.\n */\nexport type PaginationConfig = {\n page?: number\n limit?: number\n pages?: number[]\n infinite?: boolean\n}\n\n/**\n * Option to specify the inheritance behavior for including data from parent domains.\n *\n * - 'None': Do not include data from the parent domain.\n * - 'Include': Include data from the parent domain along with current domain data.\n * - 'Only': Include data only from the parent domain, excluding current domain data.\n *\n * @enum {string}\n */\nexport enum InheritedValueType {\n None = 'None',\n Include = 'Include',\n Only = 'Only'\n}\n\n/**\n * Configuration options for fetching data from a data source.\n *\n * @typedef {Object} FetchOption\n * @property {number} [page] - The page number to retrieve.\n * @property {number} [limit] - The maximum number of records to retrieve per page.\n * @property {SortersConfig} [sorters] - An array of sorting configurations for data. Only one of these options needs to be set.\n * @property {SortersConfig} [sortings] - An array of sorting configurations for data. Only one of these options needs to be set.\n * @property {QueryFilter[]} [filters] - An array of filtering criteria.\n * @property {InheritedValueType} [inherited] - Specifies the inheritance behavior for including data from parent domains.\n * @property {object} [options] - Additional options for customizing data fetching behavior.\n */\nexport type FetchOption = {\n page?: number\n limit?: number\n sorters?: SortersConfig\n sortings?: SortersConfig\n filters?: QueryFilter[]\n inherited?: InheritedValueType\n options?: object\n}\n\n/**\n * Represents the result of a data fetching operation.\n *\n * @typedef {Object} FetchResult\n * @property {number} [page] - The page number of the fetched data.\n * @property {number} [limit] - The maximum number of records per page.\n * @property {number} total - The total number of records in the data source.\n * @property {GristRecord[]} records - An array of fetched data records.\n */\nexport type FetchResult = {\n page?: number\n limit?: number\n total: number\n records: GristRecord[]\n} | void\n\n/**\n * A function that handles data fetching operations.\n *\n * @param param - The fetch options specifying how data should be retrieved.\n * @returns A promise that resolves to a `FetchResult`.\n */\nexport type FetchHandler = (param: FetchOption) => Promise<FetchResult>\n\n/**\n * Represents a Grist event handler function.\n *\n * @typedef {Function} GristEventHandler\n * @param {ColumnConfig[]} columns - An array of column configurations.\n * @param {GristData} [data] - The Grist data associated with the event.\n * @param {ColumnConfig} [column] - The column configuration related to the event (if applicable).\n * @param {GristRecord} [record] - The Grist record related to the event (if applicable).\n * @param {number} [rowIndex] - The index of the row related to the event (if applicable).\n * @param {any} [target] - The target element or object related to the event (if applicable).\n * @param {Event} [e] - The event object (if applicable).\n * @returns {void}\n */\nexport type GristEventHandler = (\n columns: ColumnConfig[],\n data?: GristData,\n column?: ColumnConfig,\n record?: GristRecord,\n rowIndex?: number,\n target?: any,\n e?: Event\n) => void\n\n/**\n * Represents an accumulator function for data aggregation and accumulation.\n *\n * @typedef {string|'sum'|'avg'|'count'|'min'|'max'|Function} AccumulatorFunc\n * @param {GristData} data - The Grist data for aggregation.\n * @param {ColumnConfig} column - The column configuration for aggregation.\n * @returns {string|number} - The aggregated result.\n */\nexport type AccumulatorFunc =\n | 'sum'\n | 'avg'\n | 'count'\n | 'min'\n | 'max'\n | ((data: GristData, column: ColumnConfig) => string | number)\n\n/**\n * Type representing an accumulator function or configuration object.\n *\n * An accumulator is used for data aggregation and accumulation purposes. It can be either\n * a predefined accumulator function (e.g., 'sum', 'avg', 'count', etc.) or a configuration\n * object specifying the type of accumulator and labeling options.\n *\n * @typedef {AccumulatorFunc|{type: AccumulatorFunc, tag?: boolean}} AccumulatorObject\n * @property {AccumulatorFunc} [type] - The type of accumulator function or predefined function name.\n * @property {boolean} [tag] - An option for adding a label to represent the result of an aggregation function. This label is added in front of the aggregated value.\n *\n * @example\n * // Using a predefined accumulator function:\n * const accumulator: AccumulatorObject = 'sum'; // Represents a 'sum' accumulator.\n *\n * // Using an accumulator configuration object:\n * const accumulatorConfig: AccumulatorObject = {\n * type: 'avg', // Specifies the type of accumulator ('avg' for average).\n * tag: true, // Option for adding a label to represent the result of an aggregation function. This label is added in front of the aggregated value.\n * };\n */\nexport type AccumulatorObject =\n | AccumulatorFunc\n | {\n type: AccumulatorFunc\n tag?: boolean\n }\n\n/**\n * Type representing column configuration information.\n *\n * @typedef {object} ColumnConfig\n * @property {string} type - Represents the data type of the column (e.g., 'text', 'number', 'date', 'gutter', etc.).\n * @property {string} name - Represents the name of the column.\n * @property {('button'|'sequence'|'row-selector'|'dirty')} [gutterName] - If the column type is 'gutter', specifies the name of one of the registered gutters (only set when the type is 'gutter').\n * @property {boolean} [fixed] - In case of a grid type column, specifies whether the column's position should be fixed and unaffected by horizontal scrolling (optional).\n * @property {HeaderConfig} header - Object representing the header configuration of the column.\n * @property {RecordConfig} record - Object representing the record configuration of the column.\n * @property {GristEventHandlerSet} handlers - Object representing the Grist event handler settings.\n * @property {LabelConfig} label - Object representing the label configuration of the column. This property is used to represent the label of the column's information in list mode, card mode, and when displaying the column in a filter form (ox-filters-form).\n * @property {boolean} [hidden] - Indicates whether the column is hidden or not (optional).\n * @property {boolean} [sortable] - Indicates whether the column is sortable or not (optional). If this setting is true, the header provides the ability to toggle the sorting direction.\n * @property {boolean} [resizable] - Indicates whether the column is resizable or not (optional). This setting determines whether the column's width can be adjusted.\n * @property {(number|string|ColumnWidthCallback)} [width] - Represents the width of the column (e.g., 100, '50%', or a callback function to calculate width).\n * @property {boolean} [forList] - Indicates whether the column is intended for display in list mode (optional, applicable only to gutter type columns).\n * @property {boolean} [forCard] - Indicates whether the column is intended for display in card mode (optional, applicable only to gutter type columns).\n * @property {ValidationCallback} [validation] - Callback function for column validation (optional). This function validates whether the value of the column is valid when edited.\n * @property {AccumulatorObject} [accumulator] - Object used for accumulating values of the column (optional, applicable only in grid mode). It specifies a function to automatically aggregate the values of the column for all records. The aggregated result is displayed in a row below the last record (accumulation record).\n * @property {FilterConfig} [filter] - Object representing the filter configuration of the column.\n * @property {(ImexConfig|boolean)} [imex] - Object or boolean value representing the configuration for importing and exporting column data.\n * @property {boolean} [multiple] - Indicates whether the column allows multiple selections or not (optional).\n * @property {boolean} [rowCount] - Indicates whether the column shows the row count or not (optional).\n */\nexport type ColumnConfig = {\n type: string\n name: string\n /**\n * \"gutter\" 타입의 컬럼인 경우, 등록된 gutter들 중의 하나의 이름을 명시합니다(type이 gutter인 경우에만 설정합니다).\n * (e.g., 'button', 'sequence', 'row-selector', 'dirty', etc)\n *\n * \"Gutter\"는 테이블 형태에서 각 행의 왼쪽 또는 오른쪽에 위치한 추가적인 열(column)을 가리킵니다.\n * 이 열은 주로 각 행(row)을 식별하거나 특정 작업을 수행하기 위한 버튼 또는 링크와 같은 요소를 표시하는 데 사용됩니다.\n * Gutter 열은 주로 데이터 행에 대한 조작 또는 행의 상태를 나타내는 데 사용됩니다.\n * 예를 들어, 테이블에서 각 행이 특정 작업을 수행하는 버튼을 포함할 때, 이러한 버튼이 Gutter 열에 배치될 수 있습니다.\n * 또한 Gutter 열은 행을 선택하거나 행의 상태를 나타내는 체크박스를 포함할 수도 있습니다.\n */\n gutterName?: 'button' | 'sequence' | 'row-selector' | 'dirty'\n title?: string\n fixed?: boolean\n /** [begin] only for button gutter column */\n icon?: string\n iconOnly?: boolean\n danger?: boolean\n /** [end] only for button gutter column */\n header: HeaderConfig\n record: RecordConfig\n handlers: GristEventHandlerSet\n label: LabelConfig\n hidden?: boolean\n sortable?: boolean\n resizable?: boolean\n width?: number | string | ColumnWidthCallback\n forList?: boolean\n forCard?: boolean\n validation?: ValidationCallback\n accumulator?: AccumulatorObject\n filter?: FilterConfig\n imex?: ImexConfig | boolean\n multiple?: boolean\n rowCount?: boolean\n /** 특정 도구에 의해서 사용되는 옵션으로, 일반적인 용도로 사용되지 않음을 표현할 수 있다. */\n unusable?: boolean\n}\n\n/**\n * Callback function type for column validation.\n *\n * This function is used to validate whether the value of a column is valid when edited.\n *\n * @callback ValidationCallback\n * @param {any} after - The new value of the column after editing.\n * @param {any} before - The previous value of the column before editing.\n * @param {GristRecord} record - The record being edited.\n * @param {ColumnConfig} column - The configuration of the column being edited.\n * @returns {boolean} - Returns `true` if the value is valid, `false` otherwise.\n */\nexport type ValidationCallback = (\n after: any,\n before: any,\n record: GristRecord,\n column: ColumnConfig\n) => boolean | Promise<boolean>\n\n/**\n * Configuration options for column labels.\n *\n * The label for a column can be customized using various options.\n *\n * @typedef {string|boolean|Object} LabelConfig\n * @property {LabelRenderer} [renderer] - A custom renderer function for the column label.\n *\n * @example\n * // Using a string as a label:\n * const label: LabelConfig = \"Column Label\"; // Sets the label as \"Column Label\".\n *\n * // Using a boolean to determine label visibility:\n * const label: LabelConfig = true; // Shows the default label based on the header configuration.\n *\n * // Using a custom renderer function for the label:\n * const label: LabelConfig = {\n * renderer: customLabelRenderer, // Specifies a custom renderer function.\n * };\n */\nexport type LabelConfig =\n | string\n | boolean\n | {\n renderer: LabelRenderer\n }\n\n/**\n * Custom label renderer function for generating column labels.\n *\n * @callback LabelRenderer\n * @param {ColumnConfig} column - The column configuration object for which the label is being generated.\n * @returns {void}\n */\nexport type LabelRenderer = (column: ColumnConfig) => void\n\n/**\n * Custom callback function for calculating column width.\n *\n * @callback ColumnWidthCallback\n * @param {ColumnConfig} column - The column configuration object for which the width is being calculated.\n * @returns {string} - The calculated width as a string (e.g., '100', '50%').\n */\nexport type ColumnWidthCallback = (column: ColumnConfig) => string\n\n/**\n * Configuration for defining the header of a column.\n *\n * @typedef {Object} HeaderConfig\n * @property {HeaderRenderer} renderer - The function used to render the column header.\n * @property {string} [style] - Optional CSS style for the column header.\n * @property {string} [group] - Optional group identifier for the column header.\n * @property {string} [groupStyle] - Optional CSS style for the header group.\n */\nexport type HeaderConfig = {\n renderer: HeaderRenderer\n style?: string\n group?: string\n groupStyle?: string\n}\n\n/**\n * Function type for rendering column headers.\n *\n * @callback HeaderRenderer\n * @param {ColumnConfig} column - The column configuration object.\n * @returns {*} - The rendered header content.\n */\nexport type HeaderRenderer = (column: ColumnConfig) => any\n\n/**\n * Configuration for specifying default values for fields in a record.\n * Default values can be set using predefined value generator functions or custom user-defined functions.\n * This configuration allows you to define the default value generation method and any additional parameters.\n *\n * @typedef {Object|Function} DefaultValueFnConfig\n * @property {string} [name] - The name of the default value function to be used for the column.\n * @property {any[]} [params] - The parameters to be passed to the default value function.\n * @property {Function} [Function] - A custom user-defined function for generating default values.\n */\nexport type DefaultValueFnConfig =\n | {\n /**\n * The name of the default value function to be used for the column.\n */\n name: string\n\n /**\n * The parameters to be passed to the default value function.\n */\n params?: any[]\n }\n | Function\n\n/**\n * Configuration for defining fields within a record.\n * Each field can have various settings such as rendering, editing, alignment, etc.\n * The 'defaultValue' property is used to specify the default value generation method and parameters.\n *\n * @typedef {Object} RecordConfig\n * @property {FieldRenderer} renderer - The rendering function for the field.\n * @property {FieldEditor|undefined} [editor] - The editing function for the field (optional).\n * @property {boolean|Function} [editable] - Specifies if the field is editable. It can be a boolean or a function (optional).\n * @property {boolean} [mandatory] - Specifies if the field is mandatory (optional).\n * @property {GristClassifier} classifier - A classifier function for the field.\n * @property {'left'|'right'|'center'} [align] - The alignment of the field's content (optional).\n * @property {*} options - Additional options for the field.\n * @property {string|undefined} [rowOptionField] - The name of a field for row-level options associated with this field (optional).\n * @property {DefaultValueFnConfig|undefined} [defaultValue] - Configuration for specifying the default value for the field.\n * It can be a predefined value generator function or a custom user-defined function (optional).\n * @property {Object.<string, *>|undefined} [extended] - Additional extended properties that can be added as needed for specific field configurations (optional).\n * @property {boolean} [wide] - Specifies if the field should occupy a larger width within the viewer or editor.\n * When set to `true`, the field will attempt to span across multiple columns or occupy more space horizontally.\n */\nexport type RecordConfig = {\n renderer: FieldRenderer\n editor?: FieldEditor\n editable?: boolean | Function\n mandatory?: boolean\n disabled?: boolean | Function\n classifier: GristClassifier\n align?: 'left' | 'right' | 'center'\n options: any\n rowOptionField?: string\n defaultValue?: DefaultValueFnConfig\n wide?: boolean\n [extended: string]: any\n}\n\n/**\n * A function type used for rendering the content of a field in various components.\n *\n * @callback FieldRenderer\n * @param {*} value - The value of the field to be rendered.\n * @param {ColumnConfig} column - The configuration of the column to which the field belongs.\n * @param {GristRecord} record - The record object containing the field's data.\n * @param {number} rowIndex - The index of the row to which the field belongs.\n * @param {DataGridField|RecordCard|DataCardGutter|DataCardField|DataListGutter|DataListField|RecordPartial|DataReportField|Element} owner - The component or element that owns the field.\n * @returns {OxGristRenderer|TemplateResult|string|void} - The rendered content, which can be of different types depending on the implementation.\n */\nexport type FieldRenderer = (\n value: any,\n column: ColumnConfig,\n record: GristRecord,\n rowIndex: number,\n owner:\n | DataGridField\n | RecordCard\n | DataCardGutter\n | DataCardField\n | DataListGutter\n | DataListField\n | RecordPartial\n | DataReportField\n | Element\n) => OxGristRenderer | TemplateResult | string | void\n\n/**\n * A function type used for defining a custom editor for a field in a data grid.\n *\n * @callback FieldEditor\n * @param {*} value - The current value of the field.\n * @param {ColumnConfig} column - The configuration of the column to which the field belongs.\n * @param {GristRecord} record - The record object containing the field's data.\n * @param {number} rowIndex - The index of the row to which the field belongs.\n * @param {DataGridField} field - The data grid field that owns the editor.\n * @returns {OxGristEditor} - The custom editor component.\n */\nexport type FieldEditor = (\n value: any,\n column: ColumnConfig,\n record: GristRecord,\n rowIndex: number,\n field: DataGridField\n) => OxGristEditor\n\n/**\n * A function type used for rendering the filter select options in a filter form.\n *\n * @callback FilterSelectRenderer\n * @param {ColumnConfig} column - The configuration of the column for which the filter is being rendered.\n * @param {(string|number|boolean|string[]|number[]|any|undefined)} value - The current value of the filter.\n * @param {Element} owner - The DOM element that owns the filter select renderer.\n * @returns {(TemplateResult|string|void)} - The rendered filter select options as a Lit HTML template result, a string, or nothing.\n */\nexport type FilterSelectRenderer = (\n column: ColumnConfig,\n value: string | number | boolean | string[] | number[] | any | undefined,\n owner: Element\n) => TemplateResult | string | void\n\n/**\n * An object representing a set of event handler functions for various events in Grist.\n *\n * @typedef {Object} GristEventHandlerSet\n * @property {GristEventHandler} [click] - The click event handler function.\n * @property {GristEventHandler} [dblclick] - The double-click event handler function.\n * @property {GristEventHandler} [focus] - The focus event handler function.\n * @property {GristEventHandler} [contextmenu] - The context menu event handler function.\n */\nexport type GristEventHandlerSet = {\n click?: GristEventHandler\n dblclick?: GristEventHandler\n focus?: GristEventHandler\n contextmenu?: GristEventHandler\n}\n\n/**\n * Configuration options for defining how records are displayed in list mode in a Grist.\n *\n * @typedef {Object} ListConfig\n * @property {string} [thumbnail] - The name of the field to use as a thumbnail image for records in list mode.\n * @property {string[]} fields - An array of field names to display in the list mode.\n * @property {string[]} details - An array of field names to display as additional details in the list mode.\n */\nexport type ListConfig = {\n thumbnail?: string\n fields: string[]\n details: string[]\n}\n\n/**\n * Configuration options for managing tree-like structures in a Grist table.\n *\n * @typedef {Object} TreeConfig\n * @property {string} [childrenProperty] - The property name that specifies the children of a record.\n * @property {boolean | Function} [expanded] - Specifies whether tree nodes are initially expanded or a function to determine the initial expansion state for a given record.\n */\nexport type TreeConfig = {\n childrenProperty?: string\n expanded?: boolean | ((x: GristRecord) => boolean)\n}\n\n/**\n * Configuration options for importing and exporting column data.\n *\n * @typedef {Object} ImexConfig\n * @property {string} header - The header text for the column in import/export settings.\n * @property {string} key - The key or identifier for the column in import/export settings.\n * @property {number} width - The width of the column in import/export settings.\n * @property {string} type - The data type of the column in import/export settings.\n */\nexport type ImexConfig = {\n header: string\n key: string\n width: number\n type: string\n}\n\n/**\n * Configuration options for defining rows within a Grist table or view.\n *\n * @typedef {Object} RowsConfig\n * @property {boolean} [accumulator] - Specifies whether an accumulator row should be displayed.\n * @property {boolean} appendable - Indicates whether new rows can be appended to the table.\n * @property {boolean} insertable - Indicates whether new rows can be inserted into the table.\n * @property {RowSelectableConfig} [selectable] - Configuration for row selection options.\n * @property {GroupConfig[]} groups - An array of group configuration options.\n * @property {string[]} totals - An array of field names for which totals should be calculated and displayed.\n * @property {GristClassifier} classifier - A function that classifies rows based on their attributes.\n * @property {GristEventHandlerSet} handlers - An object containing event handler functions for various row-level events.\n */\nexport type RowsConfig = {\n accumulator?: boolean\n appendable: boolean\n editable: boolean\n insertable: boolean\n selectable?: RowSelectableConfig\n groups: GroupConfig[]\n totals: string[]\n classifier: GristClassifier\n handlers: GristEventHandlerSet\n}\n\n/**\n * A function used to classify and style individual records in a Grist table.\n *\n * @typedef {Function} GristClassifier\n *\n * @param {GristRecord} record - The record to be classified.\n * @param {number} rowIndex - The index of the row in the table.\n *\n * @returns {Object|void} An object containing classification properties or `void`.\n * - `emphasized` (optional): A boolean, string, or array of strings indicating the emphasis style.\n * - Additional properties can be added as needed for custom styling.\n */\nexport type GristClassifier = (\n record: GristRecord,\n rowIndex: number\n) => { emphasized?: boolean | string | string[]; [key: string]: any } | void\n\n/**\n * Configuration options for defining group headers in a Grist table.\n *\n * @typedef {Object} GroupConfig\n *\n * @property {string} align - The alignment of the group header ('left', 'center', or 'right').\n * @property {ColumnConfig} [titleColumn] - The column configuration used as the title of the group (optional).\n * @property {string} title - The title of the group.\n * @property {string} [value] - A value associated with the group (optional).\n * @property {string} [groupName] - The name of the group (optional).\n * @property {number} [row] - The row index where the group header should appear (optional).\n * @property {string|number} column - The column name or index where the group header should appear.\n * @property {number} rowspan - The number of rows the group header should span.\n * @property {number} [colspan] - The number of columns the group header should span (optional).\n */\nexport type GroupConfig = {\n align: string\n titleColumn?: ColumnConfig\n title: string\n value?: string\n groupName?: string\n row?: number\n column: string | number\n rowspan: number\n colspan?: number\n}\n\n/**\n * Configuration options for specifying row selectability in a Grist table.\n *\n * @typedef {Object} RowSelectableConfig\n *\n * @property {boolean} [multiple] - Indicates whether multiple rows can be selected (optional).\n */\nexport type RowSelectableConfig = {\n multiple?: boolean\n}\n\n/**\n * Represents a data record in Grist.\n *\n * @typedef {Object} GristRecord\n * @property {string} [id] - The unique identifier for the record.\n * @property {string} [name] - The name or label associated with the record.\n * @property {GristRecord[]} [children] - An array of child records, if applicable.\n * @property {number} [__seq__] - A numeric sequence identifier for the record.\n * @property {string} [__dirty__] - Indicates if the record is dirty (changed).\n * @property {boolean} [__selected__] - Indicates if the record is selected.\n * @property {object[]} [__changes__] - An array of changes made to the record.\n * @property {object} [__dirtyfields__] - An object representing dirty (changed) fields in the record.\n * @property {any} [__origin__] - The original data or source of the record.\n * @property {boolean} [__collapsed__] - Indicates if the record is collapsed (e.g., in a tree view).\n * @property {number} [__depth__] - The depth or level of the record in a hierarchical structure.\n * @property {'checked' | 'half-checked' | 'unchecked'} [__check_in_tree__] - Indicates the check state of the record in a tree view.\n * @property {GristRecord[]} [__children__] - An array of child records in a tree view.\n * @property {any} [key] - Additional custom properties specific to the record.\n */\nexport type GristRecord = {\n id?: string\n name?: string\n children?: GristRecord[]\n __seq__?: number\n __dirty__?: string\n __selected__?: boolean\n __changes__?: object[]\n __dirtyfields__?: { [key: string]: any }\n __origin__?: any\n __collapsed__?: boolean\n __depth__?: number\n __check_in_tree__?: 'checked' | 'half-checked' | 'unchecked'\n __children__?: GristRecord[]\n [key: string]: any\n}\n\n/**\n * Represents a set of data retrieved from a Grist table.\n *\n * @typedef {Object} GristData\n *\n * @property {number} [page] - The page number of the retrieved data (optional).\n * @property {number} [total] - The total number of records in the data source (optional).\n * @property {number} [limit] - The maximum number of records per page (optional).\n * @property {GristRecord[]} records - An array of fetched data records.\n */\nexport type GristData = {\n page?: number\n total?: number\n limit?: number\n records: GristRecord[]\n}\n\n/**\n * A function that determines whether a Grist record should be selected or not.\n *\n * @callback GristSelectFunction\n * @param {GristRecord} record - The Grist record to evaluate.\n * @returns {boolean} - `true` if the record should be selected, `false` otherwise.\n */\nexport type GristSelectFunction = (record: GristRecord) => boolean\n\n/**\n * Defines a type for personalized grid settings. It includes individual column settings and additional configurations specific to a user's grid view.\n *\n * @typedef {Object} PersonalGristPreference\n * @property {Partial<ColumnConfig>[]} [columns] - Partially defines the configuration for each column in the grid.\n * Each element can include only some properties of the `ColumnConfig`, used for optionally overriding column settings.\n * @property {any} [key] - Allows for storing additional user-defined properties with dynamic keys.\n * This property can include various custom settings beyond the grid configuration, and the keys can be freely defined.\n */\nexport type PersonalGristPreference = {\n columns?: Partial<ColumnConfig>[]\n filters?: FilterPreference[]\n pagination?: PaginationConfig\n sorters?: SortersConfig\n mode?: 'GRID' | 'LIST' | 'CARD'\n [key: string]: any\n}\n\nexport type FilterPreference = {\n name: string\n hidden?: boolean\n value?: any\n}\n\nexport enum ValidationReason {\n MANDATORY = 'MANDATORY',\n FORMAT = 'FORMAT',\n RANGE = 'RANGE',\n UNIQUE = 'UNIQUE'\n}\n"]}
@@ -1 +1 @@
1
- {"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.es2016.intl.d.ts","../../../node_modules/typescript/lib/lib.es2017.arraybuffer.d.ts","../../../node_modules/typescript/lib/lib.es2017.date.d.ts","../../../node_modules/typescript/lib/lib.es2017.object.d.ts","../../../node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","../../../node_modules/typescript/lib/lib.es2017.string.d.ts","../../../node_modules/typescript/lib/lib.es2017.intl.d.ts","../../../node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","../../../node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","../../../node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","../../../node_modules/typescript/lib/lib.es2018.intl.d.ts","../../../node_modules/typescript/lib/lib.es2018.promise.d.ts","../../../node_modules/typescript/lib/lib.es2018.regexp.d.ts","../../../node_modules/typescript/lib/lib.es2019.array.d.ts","../../../node_modules/typescript/lib/lib.es2019.object.d.ts","../../../node_modules/typescript/lib/lib.es2019.string.d.ts","../../../node_modules/typescript/lib/lib.es2019.symbol.d.ts","../../../node_modules/typescript/lib/lib.es2019.intl.d.ts","../../../node_modules/typescript/lib/lib.es2020.bigint.d.ts","../../../node_modules/typescript/lib/lib.es2020.date.d.ts","../../../node_modules/typescript/lib/lib.es2020.promise.d.ts","../../../node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","../../../node_modules/typescript/lib/lib.es2020.string.d.ts","../../../node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","../../../node_modules/typescript/lib/lib.es2020.intl.d.ts","../../../node_modules/typescript/lib/lib.es2020.number.d.ts","../../../node_modules/typescript/lib/lib.decorators.d.ts","../../../node_modules/typescript/lib/lib.decorators.legacy.d.ts","../../../node_modules/tslib/tslib.d.ts","../../../node_modules/lit-html/directive.d.ts","../../../node_modules/@types/trusted-types/lib/index.d.ts","../../../node_modules/lit-html/lit-html.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/lit-element/lit-element.d.ts","../../../node_modules/lit-html/is-server.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/configure/zero-config.ts","../src/data-card/data-card-field.ts","../src/data-card/data-card-gutter.ts","../../../node_modules/@material/web/icon/internal/icon.d.ts","../../../node_modules/@material/web/icon/icon.d.ts","../../utils/dist/src/sleep.d.ts","../../utils/dist/src/async-lock.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/has-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/adjust-list-param.d.ts","../../utils/dist/src/is-unvalued.d.ts","../../utils/dist/src/stringify-bignum.d.ts","../../utils/dist/src/encode-form-params.d.ts","../../utils/dist/src/cookie.d.ts","../../utils/dist/src/number-parser.d.ts","../../utils/dist/src/longpressable.d.ts","../../utils/dist/src/decode-html.d.ts","../../utils/dist/src/reactive-controllers/tooltip-reactive-controller.d.ts","../../utils/dist/src/reactive-controllers/index.d.ts","../../utils/dist/src/index.d.ts","../src/data-grid/data-grid-field.ts","../src/record-view/event-handlers/record-view-body-click-handler.ts","../../../node_modules/i18next/typescript/helpers.d.ts","../../../node_modules/i18next/typescript/options.d.ts","../../../node_modules/i18next/typescript/t.d.ts","../../../node_modules/i18next/index.d.ts","../src/record-view/record-view-body.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/common-button-styles.d.ts","../../styles/dist/src/common-grist-styles.d.ts","../../styles/dist/src/button-container-styles.d.ts","../../styles/dist/src/common-header-styles.d.ts","../../styles/dist/src/index.d.ts","../src/record-view/record-view.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","../../../node_modules/@material/web/elevation/internal/elevation.d.ts","../../../node_modules/@material/web/elevation/elevation.d.ts","../../../node_modules/@material/web/internal/controller/attachable-controller.d.ts","../../../node_modules/@material/web/focus/internal/focus-ring.d.ts","../../../node_modules/@material/web/focus/md-focus-ring.d.ts","../../../node_modules/@material/web/ripple/internal/ripple.d.ts","../../../node_modules/@material/web/ripple/ripple.d.ts","../../../node_modules/@material/web/labs/behaviors/mixin.d.ts","../../../node_modules/@material/web/labs/behaviors/element-internals.d.ts","../../../node_modules/@material/web/internal/controller/form-submitter.d.ts","../../../node_modules/@material/web/button/internal/button.d.ts","../../../node_modules/@material/web/button/internal/filled-button.d.ts","../../../node_modules/@material/web/button/filled-button.d.ts","../../../node_modules/@material/web/button/internal/outlined-button.d.ts","../../../node_modules/@material/web/button/outlined-button.d.ts","../../popup/dist/src/ox-prompt.d.ts","../../popup/dist/src/ox-floating-overlay.d.ts","../../popup/dist/src/open-popup.d.ts","../../popup/dist/src/index.d.ts","../src/empty-note.ts","../../../node_modules/lit-html/directives/if-defined.d.ts","../../../node_modules/lit/directives/if-defined.d.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/throttle.d.ts","../src/filters/filter-styles.ts","../src/filters/filter-checkbox.ts","../src/filters/filter-input-barcode.ts","../src/filters/filter-input.ts","../src/filters/filter-range-date.ts","../src/filters/filter-range-number.ts","../src/filters/filter-select-buttons.ts","../../../node_modules/lit-html/async-directive.d.ts","../../../node_modules/lit-html/directives/until.d.ts","../../../node_modules/lit/directives/until.d.ts","../../../node_modules/@material/web/typography/md-typescale-styles.d.ts","../../p13n/dist/src/types.d.ts","../../p13n/dist/src/p13n-mixin.d.ts","../../p13n/dist/src/ox-user-preferences-context.d.ts","../../p13n/dist/src/ox-user-preferences-provider.d.ts","../../p13n/dist/src/ox-user-preferences-consumer.d.ts","../../p13n/dist/src/index.d.ts","../../../packages/time-calculator/dist/src/registry.d.ts","../../../packages/time-calculator/dist/src/index.d.ts","../src/filters/filters-form.ts","../src/filters/filter-select.ts","../src/filters/registry.ts","../src/data-grid/data-grid-header.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/data-grid/data-grid-accum-field.ts","../../../node_modules/@types/lodash-es/debounce.d.ts","../src/data-list/data-list-gutter.ts","../src/data-list/data-list-field.ts","../src/data-list/event-handlers/record-partial-click-handler.ts","../src/data-list/event-handlers/record-partial-dblclick-handler.ts","../src/data-list/record-partial.ts","../src/record-view/record-view-handler.ts","../src/utils/supports-passive.ts","../../../node_modules/json5/lib/parse.d.ts","../../../node_modules/json5/lib/stringify.d.ts","../../../node_modules/json5/lib/index.d.ts","../../../node_modules/@types/lodash-es/pickby.d.ts","../src/utils/list-param.ts","../src/utils/index.ts","../src/data-grid/data-grid-body-style.ts","../src/data-grid/event-handlers/data-grid-body-click-handler.ts","../src/data-grid/event-handlers/data-grid-body-dblclick-handler.ts","../src/data-grid/event-handlers/data-grid-body-focus-change-handler.ts","../src/data-grid/event-handlers/data-grid-body-contextmenu-handler.ts","../src/data-grid/event-handlers/data-grid-body-keydown-handler.ts","../src/accumulator/accumulator.ts","../src/data-grid/data-grid-body.ts","../src/data-grid/data-grid-footer.ts","../src/data-manipulator.ts","../src/data-grid/data-grid.ts","../src/data-list/data-list.ts","../src/data-card/data-card.ts","../../../node_modules/@types/lodash-es/isempty.d.ts","../../../node_modules/@types/lodash-es/isequal.d.ts","../../headroom/dist/src/headroom.d.ts","../../headroom/dist/src/index.d.ts","../../pull-to-refresh/dist/src/pull-to-refresh-control.d.ts","../../pull-to-refresh/dist/src/pull-to-refresh.d.ts","../../pull-to-refresh/dist/src/index.d.ts","../src/const.ts","../src/editors/ox-grist-editor.ts","../src/editors/ox-grist-editor-checkbox.ts","../src/editors/ox-grist-editor-color.ts","../src/editors/ox-grist-editor-date.ts","../src/editors/ox-grist-editor-datetime.ts","../src/editors/ox-grist-editor-email.ts","../src/editors/ox-grist-editor-file.ts","../src/editors/ox-grist-editor-image.ts","../src/editors/ox-grist-editor-month.ts","../src/editors/ox-grist-editor-multiple-select.ts","../src/editors/ox-grist-editor-number.ts","../src/editors/ox-grist-editor-password.ts","../src/editors/ox-grist-editor-select.ts","../src/editors/ox-grist-editor-tel.ts","../src/editors/ox-grist-editor-text.ts","../src/editors/ox-grist-editor-textarea.ts","../src/editors/ox-grist-editor-time.ts","../../input/dist/src/ox-form-field.d.ts","../../input/dist/src/ox-buttons-radio.d.ts","../../input/dist/src/ox-checkbox.d.ts","../../input/dist/src/ox-select.d.ts","../../input/dist/src/ox-input-switch.d.ts","../../input/dist/src/ox-input-angle.d.ts","../../input/dist/src/ox-input-3dish.d.ts","../../input/dist/src/ox-input-3axis.d.ts","../../input/dist/src/ox-input-stack.d.ts","../../input/dist/src/ox-input-barcode.d.ts","../../../node_modules/@codemirror/state/dist/index.d.ts","../../../node_modules/style-mod/src/style-mod.d.ts","../../../node_modules/@codemirror/view/dist/index.d.ts","../../input/dist/src/ox-input-code.d.ts","../../input/dist/src/ox-input-color.d.ts","../../input/dist/src/ox-input-multiple-colors.d.ts","../../input/dist/src/ox-input-color-stops.d.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","../../input/dist/src/ox-input-color-gradient.d.ts","../../input/dist/src/ox-input-file.d.ts","../../input/dist/src/ox-input-image.d.ts","../../input/dist/src/ox-input-value-ranges.d.ts","../../input/dist/src/ox-input-value-map.d.ts","../../input/dist/src/ox-input-table.d.ts","../../input/dist/src/ox-input-scene-component-id.d.ts","../../../node_modules/@material/web/fab/internal/shared.d.ts","../../../node_modules/@material/web/fab/internal/fab.d.ts","../../../node_modules/@material/web/fab/fab.d.ts","../../input/dist/src/ox-input-crontab.d.ts","../../input/dist/src/ox-input-partition-keys.d.ts","../../input/dist/src/ox-input-duration.d.ts","../../input/dist/src/ox-input-quantifier.d.ts","../../../node_modules/lit-html/directives/class-map.d.ts","../../../node_modules/lit/directives/class-map.d.ts","../../../node_modules/@material/web/chips/internal/chip.d.ts","../../../node_modules/@material/web/chips/internal/multi-action-chip.d.ts","../../../node_modules/@material/web/chips/internal/filter-chip.d.ts","../../../node_modules/@material/web/chips/filter-chip.d.ts","../../../node_modules/@material/web/chips/internal/chip-set.d.ts","../../../node_modules/@material/web/chips/chip-set.d.ts","../../input/dist/src/ox-input-select-buttons.d.ts","../../input/dist/src/ox-input-textarea.d.ts","../../input/dist/src/ox-input-direction.d.ts","../../input/dist/src/ox-input-table-column-config.d.ts","../../input/dist/src/ox-input-search.d.ts","../../input/dist/src/ox-input-signature.d.ts","../../input/dist/src/index.d.ts","../src/editors/ox-input-tree.ts","../src/editors/ox-grist-editor-tree.ts","../src/editors/ox-grist-editor-week.ts","../src/editors/ox-grist-editor-varname.ts","../src/editors/registry.ts","../src/editors/index.ts","../src/gutters/gutter-button.ts","../src/gutters/gutter-dirty.ts","../src/gutters/gutter-row-selector.ts","../src/gutters/gutter-sequence.ts","../src/gutters/registry.ts","../src/gutters/index.ts","../src/handlers/contextmenu-tree-mutation.ts","../src/handlers/move-down.ts","../src/handlers/move-up.ts","../src/handlers/record-copy.ts","../src/handlers/record-delete.ts","../src/handlers/record-view-handler.ts","../src/handlers/select-row.ts","../src/handlers/select-row-toggle.ts","../src/handlers/registry.ts","../src/handlers/index.ts","../src/data-report/data-report-field.ts","../src/renderers/ox-grist-renderer-boolean.ts","../src/renderers/ox-grist-renderer-color.ts","../src/renderers/ox-grist-renderer-date.ts","../src/renderers/ox-grist-renderer-file.ts","../src/renderers/ox-grist-renderer-image.ts","../src/renderers/ox-grist-renderer-json5.ts","../src/renderers/ox-grist-renderer-link.ts","../src/renderers/ox-grist-renderer-password.ts","../src/renderers/ox-grist-renderer.ts","../src/renderers/ox-grist-renderer-progress.ts","../src/renderers/ox-grist-renderer-select.ts","../src/renderers/ox-grist-renderer-text.ts","../src/renderers/ox-grist-renderer-textarea.ts","../src/renderers/ox-grist-renderer-tree.ts","../src/renderers/registry.ts","../src/renderers/index.ts","../src/configure/column-builder.ts","../src/configure/imex-option-builder.ts","../src/configure/list-option-builder.ts","../src/configure/tree-option-builder.ts","../src/configure/rows-option-builder.ts","../src/configure/filters-option-builder.ts","../src/configure/config-builder.ts","../src/data-consumer.ts","../src/data-provider.ts","../src/data-grist.ts","../src/record-view/ox-record-creator.ts","../src/record-view/index.ts","../src/data-card/data-card-gutter-menu.ts","../src/data-card/event-handlers/record-card-click-handler.ts","../src/data-card/event-handlers/record-card-dblclick-handler.ts","../src/data-card/record-card.ts","../src/filters/index.ts","../src/types.ts","../src/data-report/data-report-header.ts","../src/data-report/data-report-body-style.ts","../src/data-report/event-handlers/data-report-body-click-handler.ts","../src/data-report/event-handlers/data-report-body-dblclick-handler.ts","../src/data-report/event-handlers/data-report-body-keydown-handler.ts","../src/data-report/data-report-body.ts","../src/data-report/data-report-component.ts","../src/data-report.ts","../src/formatters/date-formatter.ts","../src/formatters/number-formatter.ts","../src/formatters/text-formatter.ts","../src/formatters/registry.ts","../src/formatters/index.ts","../src/sorters/sorters-control.ts","../src/personalizer/ox-grist-personalizer.ts","../src/personalizer/index.ts","../src/index.ts","../index.ts","../src/data-list/event-handlers/record-partial-long-press-handler.ts","../src/personalizer/ox-grist-filter-personalizer.ts","../src/record-view/event-handlers/record-view-body-keydown-handler.ts","../stories/accumulator-format.stories.ts","../stories/barcode-input-filter.stories.ts","../stories/bounded-select-filters.stories.ts","../stories/bounded-select-record.stories.ts","../stories/click-event-custom.stories.ts","../stories/click-event.stories.ts","../stories/creatable-only-column.stories.ts","../stories/default-filters.stories.ts","../stories/dynamic-editable.stories.ts","../stories/empty-sorters.stories.ts","../stories/explicit-fetch.stories.ts","../stories/fixed-column.stories.ts","../stories/grid-setting.stories.ts","../stories/grist-modes.stories.ts","../stories/group-header.stories.ts","../stories/record-view.stories.ts","../stories/textarea.stories.ts","../stories/tree-column-with-checkbox.stories.ts","../stories/tree-column.stories.ts","../../../node_modules/@types/node/compatibility/disposable.d.ts","../../../node_modules/@types/node/compatibility/indexable.d.ts","../../../node_modules/@types/node/compatibility/iterators.d.ts","../../../node_modules/@types/node/compatibility/index.d.ts","../../../node_modules/@types/node/globals.typedarray.d.ts","../../../node_modules/@types/node/buffer.buffer.d.ts","../../../node_modules/buffer/index.d.ts","../../../node_modules/undici-types/header.d.ts","../../../node_modules/undici-types/readable.d.ts","../../../node_modules/undici-types/file.d.ts","../../../node_modules/undici-types/fetch.d.ts","../../../node_modules/undici-types/formdata.d.ts","../../../node_modules/undici-types/connector.d.ts","../../../node_modules/undici-types/client.d.ts","../../../node_modules/undici-types/errors.d.ts","../../../node_modules/undici-types/dispatcher.d.ts","../../../node_modules/undici-types/global-dispatcher.d.ts","../../../node_modules/undici-types/global-origin.d.ts","../../../node_modules/undici-types/pool-stats.d.ts","../../../node_modules/undici-types/pool.d.ts","../../../node_modules/undici-types/handlers.d.ts","../../../node_modules/undici-types/balanced-pool.d.ts","../../../node_modules/undici-types/agent.d.ts","../../../node_modules/undici-types/mock-interceptor.d.ts","../../../node_modules/undici-types/mock-agent.d.ts","../../../node_modules/undici-types/mock-client.d.ts","../../../node_modules/undici-types/mock-pool.d.ts","../../../node_modules/undici-types/mock-errors.d.ts","../../../node_modules/undici-types/proxy-agent.d.ts","../../../node_modules/undici-types/env-http-proxy-agent.d.ts","../../../node_modules/undici-types/retry-handler.d.ts","../../../node_modules/undici-types/retry-agent.d.ts","../../../node_modules/undici-types/api.d.ts","../../../node_modules/undici-types/interceptors.d.ts","../../../node_modules/undici-types/util.d.ts","../../../node_modules/undici-types/cookies.d.ts","../../../node_modules/undici-types/patch.d.ts","../../../node_modules/undici-types/websocket.d.ts","../../../node_modules/undici-types/eventsource.d.ts","../../../node_modules/undici-types/filereader.d.ts","../../../node_modules/undici-types/diagnostics-channel.d.ts","../../../node_modules/undici-types/content-type.d.ts","../../../node_modules/undici-types/cache.d.ts","../../../node_modules/undici-types/index.d.ts","../../../node_modules/@types/node/globals.d.ts","../../../node_modules/@types/node/assert.d.ts","../../../node_modules/@types/node/assert/strict.d.ts","../../../node_modules/@types/node/async_hooks.d.ts","../../../node_modules/@types/node/buffer.d.ts","../../../node_modules/@types/node/child_process.d.ts","../../../node_modules/@types/node/cluster.d.ts","../../../node_modules/@types/node/console.d.ts","../../../node_modules/@types/node/constants.d.ts","../../../node_modules/@types/node/crypto.d.ts","../../../node_modules/@types/node/dgram.d.ts","../../../node_modules/@types/node/diagnostics_channel.d.ts","../../../node_modules/@types/node/dns.d.ts","../../../node_modules/@types/node/dns/promises.d.ts","../../../node_modules/@types/node/domain.d.ts","../../../node_modules/@types/node/dom-events.d.ts","../../../node_modules/@types/node/events.d.ts","../../../node_modules/@types/node/fs.d.ts","../../../node_modules/@types/node/fs/promises.d.ts","../../../node_modules/@types/node/http.d.ts","../../../node_modules/@types/node/http2.d.ts","../../../node_modules/@types/node/https.d.ts","../../../node_modules/@types/node/inspector.d.ts","../../../node_modules/@types/node/module.d.ts","../../../node_modules/@types/node/net.d.ts","../../../node_modules/@types/node/os.d.ts","../../../node_modules/@types/node/path.d.ts","../../../node_modules/@types/node/perf_hooks.d.ts","../../../node_modules/@types/node/process.d.ts","../../../node_modules/@types/node/punycode.d.ts","../../../node_modules/@types/node/querystring.d.ts","../../../node_modules/@types/node/readline.d.ts","../../../node_modules/@types/node/readline/promises.d.ts","../../../node_modules/@types/node/repl.d.ts","../../../node_modules/@types/node/sea.d.ts","../../../node_modules/@types/node/sqlite.d.ts","../../../node_modules/@types/node/stream.d.ts","../../../node_modules/@types/node/stream/promises.d.ts","../../../node_modules/@types/node/stream/consumers.d.ts","../../../node_modules/@types/node/stream/web.d.ts","../../../node_modules/@types/node/string_decoder.d.ts","../../../node_modules/@types/node/test.d.ts","../../../node_modules/@types/node/timers.d.ts","../../../node_modules/@types/node/timers/promises.d.ts","../../../node_modules/@types/node/tls.d.ts","../../../node_modules/@types/node/trace_events.d.ts","../../../node_modules/@types/node/tty.d.ts","../../../node_modules/@types/node/url.d.ts","../../../node_modules/@types/node/util.d.ts","../../../node_modules/@types/node/v8.d.ts","../../../node_modules/@types/node/vm.d.ts","../../../node_modules/@types/node/wasi.d.ts","../../../node_modules/@types/node/worker_threads.d.ts","../../../node_modules/@types/node/zlib.d.ts","../../../node_modules/@types/node/index.d.ts","../../../node_modules/@types/mocha/index.d.ts"],"fileIdsList":[[429,472],[248,249,429,472],[57,429,472],[53,57,429,472],[53,57,65,429,472],[59,429,472],[51,52,429,472],[56,132,429,472],[50,56,125,127,128,129,130,429,472],[50,122,131,429,472],[50,131,429,472],[56,134,429,472],[56,318,429,472],[56,316,429,472],[50,56,314,429,472],[56,125,127,128,313,429,472],[50,56,122,315,429,472],[50,314,429,472],[56,121,429,472],[50,56,429,472],[56,305,306,429,472],[305,429,472],[50,56,122,125,127,128,429,472],[56,123,429,472],[56,124,429,472],[56,71,429,472],[56,429,472],[56,129,429,472],[56,128,429,472],[50,56,123,429,472],[56,126,429,472],[255,262,429,472],[262,429,472],[255,262,292,293,429,472],[284,286,429,472],[292,429,472],[262,271,291,429,472],[287,429,472],[262,263,264,265,279,284,286,288,289,429,472],[263,264,429,472],[284,286,289,296,429,472],[284,286,289,294,429,472],[267,429,472],[257,284,429,472],[258,260,262,266,270,272,273,274,275,276,277,278,279,280,281,282,283,429,472],[257,285,429,472],[259,260,261,429,472],[266,272,273,429,472],[266,272,273,274,275,277,278,429,472],[257,266,267,268,269,272,273,274,275,277,429,472],[266,279,429,472],[258,266,429,472],[266,272,276,429,472],[266,271,272,429,472],[257,266,270,271,272,273,274,429,472],[257,266,429,472],[257,429,472],[256,258,429,472],[260,429,472],[257,258,260,429,472],[267,268,429,472],[155,429,472],[143,145,146,147,148,149,150,151,152,153,154,155,429,472],[143,144,146,147,148,149,150,151,152,153,154,155,429,472],[144,145,146,147,148,149,150,151,152,153,154,155,429,472],[143,144,145,147,148,149,150,151,152,153,154,155,429,472],[143,144,145,146,148,149,150,151,152,153,154,155,429,472],[143,144,145,146,147,149,150,151,152,153,154,155,429,472],[143,144,145,146,147,148,150,151,152,153,154,155,429,472],[143,144,145,146,147,148,149,151,152,153,154,155,429,472],[143,144,145,146,147,148,149,150,152,153,154,155,429,472],[143,144,145,146,147,148,149,150,151,153,154,155,429,472],[143,144,145,146,147,148,149,150,151,152,154,155,429,472],[143,144,145,146,147,148,149,150,151,152,153,155,429,472],[143,144,145,146,147,148,149,150,151,152,153,154,429,472],[429,469,472],[429,471,472],[472],[429,472,477,507],[429,472,473,478,484,485,492,504,515],[429,472,473,474,484,492],[424,425,426,429,472],[429,472,475,516],[429,472,476,477,485,493],[429,472,477,504,512],[429,472,478,480,484,492],[429,471,472,479],[429,472,480,481],[429,472,484],[429,472,482,484],[429,471,472,484],[429,472,484,485,486,504,515],[429,472,484,485,486,499,504,507],[429,467,472,520],[429,467,472,480,484,487,492,504,515],[429,472,484,485,487,488,492,504,512,515],[429,472,487,489,504,512,515],[427,428,429,468,469,470,471,472,473,474,475,476,477,478,479,480,481,482,483,484,485,486,487,488,489,490,491,492,493,494,495,496,497,498,499,500,501,502,503,504,505,506,507,508,509,510,511,512,513,514,515,516,517,518,519,520,521],[429,472,484,490],[429,472,491,515,520],[429,472,480,484,492,504],[429,472,493],[429,472,494],[429,471,472,495],[429,469,470,471,472,473,474,475,476,477,478,479,480,481,482,484,485,486,487,488,489,490,491,492,493,494,495,496,497,498,499,500,501,502,503,504,505,506,507,508,509,510,511,512,513,514,515,516,517,518,519,520,521],[429,472,497],[429,472,498],[429,472,484,499,500],[429,472,499,501,516,518],[429,472,484,504,505,506,507],[429,472,504,506],[429,472,504,505],[429,472,507],[429,472,508],[429,469,472,504],[429,472,484,510,511],[429,472,510,511],[429,472,477,492,504,512],[429,472,513],[429,472,492,514],[429,472,487,498,515],[429,472,477,516],[429,472,504,517],[429,472,491,518],[429,472,519],[429,472,477,484,486,495,504,515,518,520],[429,472,504,521],[103,104,105,429,472],[103,429,472],[103,104,429,472],[194,195,429,472],[50,53,429,472],[48,50,429,472],[50,429,472],[48,50,164,429,472],[48,49,429,472],[58,59,60,61,62,63,64,65,66,429,472],[312,429,472],[141,429,472],[165,429,472],[50,53,54,55,429,472],[429,439,443,472,515],[429,439,472,504,515],[429,434,472],[429,436,439,472,512,515],[429,472,492,512],[429,472,522],[429,434,472,522],[429,436,439,472,492,515],[429,431,432,435,438,472,484,504,515],[429,439,446,472],[429,431,437,472],[429,439,460,461,472],[429,435,439,472,507,515,522],[429,460,472,522],[429,433,434,472,522],[429,439,472],[429,433,434,435,436,437,438,439,440,441,443,444,445,446,447,448,449,450,451,452,453,454,455,456,457,458,459,461,462,463,464,465,466,472],[429,439,454,472],[429,439,446,447,472],[429,437,439,447,448,472],[429,438,472],[429,431,434,439,472],[429,439,443,447,448,472],[429,443,472],[429,437,439,442,472,515],[429,431,436,439,446,472],[429,472,504],[429,434,439,460,472,520,522],[174,429,472],[47,400,429,472],[47,383,429,472],[47,220,332,338,348,365,383,400,429,472],[47,366,367,368,369,370,371,383,429,472],[47,220,348,383,429,472],[47,429,472],[47,56,67,68,383,429,472],[47,56,67,70,72,139,383,429,472],[47,56,67,72,140,209,381,383,429,472],[47,69,70,381,429,472],[47,56,67,68,69,70,72,192,377,378,379,380,383,429,472],[47,56,67,68,184,383,429,472],[47,56,429,472],[47,56,67,68,100,101,142,185,186,192,199,200,201,202,203,204,205,206,383,429,472],[47,56,67,68,100,383,429,472],[47,56,67,68,72,100,383,429,472],[47,56,67,68,72,100,117,139,142,156,157,178,383,429,472],[47,56,67,115,140,167,179,199,207,208,209,383,429,472],[47,101,207,429,472],[47,207,429,472],[47,56,67,68,100,115,173,199,210,211,212,213,214,216,219,372,373,374,383,429,472],[47,56,67,72,191,209,383,429,472],[47,187,188,191,429,472],[47,56,67,68,72,187,188,189,190,192,377,383,429,472],[47,68,373,383,429,472],[47,56,67,68,106,115,219,366,372,373,374,383,390,429,472],[47,56,67,68,349,383,385,386,387,388,429,472],[47,56,67,68,115,383,384,389,429,472],[47,56,67,68,156,199,383,429,472],[47,349,389,429,472],[47,389,429,472],[47,221,228,331,429,472],[47,56,67,221,429,472],[47,56,67,118,221,429,472],[47,56,67,100,221,429,472],[47,56,67,166,221,383,429,472],[47,56,67,221,327,429,472],[47,56,67,68,101,175,383,429,472],[47,56,67,142,326,383,429,472],[47,101,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,328,329,330,383,429,472],[47,56,67,72,429,472],[47,50,383,429,472],[47,56,166,176,179,383,429,472],[47,56,67,118,157,167,173,175,178,375,383,429,472],[47,158,160,161,162,163,176,177,178,429,472],[47,158,159,160,161,162,163,177,383,429,472],[47,395,429,472],[47,220,392,393,394,429,472],[47,56,72,142,383,429,472],[47,56,67,72,383,429,472],[47,56,210,211,212,383,429,472],[47,210,211,212,383,429,472],[47,337,429,472],[47,333,334,335,336,383,429,472],[47,56,101,139,383,429,472],[47,347,429,472],[47,101,383,429,472],[47,339,340,341,342,343,344,345,346,383,429,472],[47,68,198,332,338,348,365,375,377,382,383,391,396,397,399,429,472],[47,398,429,472],[47,56,67,135,139,176,184,383,429,472],[47,56,67,135,139,184,326,375,383,429,472],[47,101,107,429,472],[47,107,429,472],[47,116,376,429,472],[47,56,67,72,116,139,375,383,429,472],[47,56,67,68,72,101,102,106,383,429,472],[47,101,116,191,207,381,383,429,472],[47,56,67,68,72,101,107,115,383,429,472],[47,350,351,352,353,354,355,356,357,358,359,360,361,364,429,472],[47,56,383,429,472],[47,56,196,383,429,472],[47,56,67,358,429,472],[47,56,166,383,429,472],[47,56,100,383,429,472],[47,56,67,142,358,429,472],[47,56,67,68,101,383,429,472],[47,69,70,101,187,188,191,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,381,383,429,472],[47,56,67,375,383,429,472],[47,50,69,70,101,187,188,191,332,349,358,381,382,429,472],[47,193,198,429,472],[47,196,197,383,429,472],[47,56,72,115,118,167,176,376,383,397,400,429,472],[47,56,72,115,118,167,176,383,397,400,429,472],[47,56,72,100,101,115,118,167,176,383,397,400,429,472],[47,56,72,115,118,139,167,176,376,383,397,400,429,472],[47,56,72,100,115,118,139,167,176,376,383,397,398,400,403,429,472],[47,56,72,107,115,167,366,383,400,429,472],[215,429,472],[106,429,472],[180,181,182,183,429,472],[56,106,429,472],[238,239,240,241,242,243,244,245,246,247,251,252,253,254,298,299,300,301,302,303,304,308,309,310,311,320,321,322,323,324,325,429,472],[50,56,238,429,472],[50,56,238,243,429,472],[50,56,117,238,429,472],[56,238,250,429,472],[50,56,182,238,254,290,295,297,429,472],[50,56,238,252,429,472],[50,56,72,238,307,429,472],[50,56,72,238,429,472],[50,56,72,238,252,429,472],[50,56,238,317,319,429,472],[72,182,252,290,297,429,472],[50,56,72,118,238,240,429,472],[168,169,170,171,172,429,472],[168,429,472],[117,118,119,120,136,138,429,472],[56,137,429,472],[50,56,72,429,472],[50,56,72,117,429,472],[50,56,117,429,472],[50,56,119,429,472],[50,56,72,133,135,429,472],[218,429,472],[217,429,472],[108,109,110,111,112,113,114,429,472],[73,74,75,76,77,78,79,80,81,82,83,84,87,88,89,90,91,92,93,94,95,96,97,99,429,472],[98,429,472],[85,86,429,472],[86,429,472],[85,429,472]],"fileInfos":[{"version":"e41c290ef7dd7dab3493e6cbe5909e0148edf4a8dad0271be08edec368a0f7b9","affectsGlobalScope":true,"impliedFormat":1},{"version":"45b7ab580deca34ae9729e97c13cfd999df04416a79116c3bfb483804f85ded4","impliedFormat":1},{"version":"3facaf05f0c5fc569c5649dd359892c98a85557e3e0c847964caeb67076f4d75","impliedFormat":1},{"version":"e44bb8bbac7f10ecc786703fe0a6a4b952189f908707980ba8f3c8975a760962","impliedFormat":1},{"version":"5e1c4c362065a6b95ff952c0eab010f04dcd2c3494e813b493ecfd4fcb9fc0d8","impliedFormat":1},{"version":"68d73b4a11549f9c0b7d352d10e91e5dca8faa3322bfb77b661839c42b1ddec7","impliedFormat":1},{"version":"5efce4fc3c29ea84e8928f97adec086e3dc876365e0982cc8479a07954a3efd4","impliedFormat":1},{"version":"4fd3f3422b2d2a3dfd5cdd0f387b3a8ec45f006c6ea896a4cb41264c2100bb2c","affectsGlobalScope":true,"impliedFormat":1},{"version":"c57796738e7f83dbc4b8e65132f11a377649c00dd3eee333f672b8f0a6bea671","affectsGlobalScope":true,"impliedFormat":1},{"version":"dc2df20b1bcdc8c2d34af4926e2c3ab15ffe1160a63e58b7e09833f616efff44","affectsGlobalScope":true,"impliedFormat":1},{"version":"515d0b7b9bea2e31ea4ec968e9edd2c39d3eebf4a2d5cbd04e88639819ae3b71","affectsGlobalScope":true,"impliedFormat":1},{"version":"62bb211266ee48b2d0edf0d8d1b191f0c24fc379a82bd4c1692a082c540bc6b1","affectsGlobalScope":true,"impliedFormat":1},{"version":"0dc1e7ceda9b8b9b455c3a2d67b0412feab00bd2f66656cd8850e8831b08b537","affectsGlobalScope":true,"impliedFormat":1},{"version":"ce691fb9e5c64efb9547083e4a34091bcbe5bdb41027e310ebba8f7d96a98671","affectsGlobalScope":true,"impliedFormat":1},{"version":"8d697a2a929a5fcb38b7a65594020fcef05ec1630804a33748829c5ff53640d0","affectsGlobalScope":true,"impliedFormat":1},{"version":"4ff2a353abf8a80ee399af572debb8faab2d33ad38c4b4474cff7f26e7653b8d","affectsGlobalScope":true,"impliedFormat":1},{"version":"936e80ad36a2ee83fc3caf008e7c4c5afe45b3cf3d5c24408f039c1d47bdc1df","affectsGlobalScope":true,"impliedFormat":1},{"version":"d15bea3d62cbbdb9797079416b8ac375ae99162a7fba5de2c6c505446486ac0a","affectsGlobalScope":true,"impliedFormat":1},{"version":"68d18b664c9d32a7336a70235958b8997ebc1c3b8505f4f1ae2b7e7753b87618","affectsGlobalScope":true,"impliedFormat":1},{"version":"eb3d66c8327153d8fa7dd03f9c58d351107fe824c79e9b56b462935176cdf12a","affectsGlobalScope":true,"impliedFormat":1},{"version":"38f0219c9e23c915ef9790ab1d680440d95419ad264816fa15009a8851e79119","affectsGlobalScope":true,"impliedFormat":1},{"version":"69ab18c3b76cd9b1be3d188eaf8bba06112ebbe2f47f6c322b5105a6fbc45a2e","affectsGlobalScope":true,"impliedFormat":1},{"version":"fef8cfad2e2dc5f5b3d97a6f4f2e92848eb1b88e897bb7318cef0e2820bceaab","affectsGlobalScope":true,"impliedFormat":1},{"version":"2f11ff796926e0832f9ae148008138ad583bd181899ab7dd768a2666700b1893","affectsGlobalScope":true,"impliedFormat":1},{"version":"4de680d5bb41c17f7f68e0419412ca23c98d5749dcaaea1896172f06435891fc","affectsGlobalScope":true,"impliedFormat":1},{"version":"954296b30da6d508a104a3a0b5d96b76495c709785c1d11610908e63481ee667","affectsGlobalScope":true,"impliedFormat":1},{"version":"ac9538681b19688c8eae65811b329d3744af679e0bdfa5d842d0e32524c73e1c","affectsGlobalScope":true,"impliedFormat":1},{"version":"0a969edff4bd52585473d24995c5ef223f6652d6ef46193309b3921d65dd4376","affectsGlobalScope":true,"impliedFormat":1},{"version":"9e9fbd7030c440b33d021da145d3232984c8bb7916f277e8ffd3dc2e3eae2bdb","affectsGlobalScope":true,"impliedFormat":1},{"version":"811ec78f7fefcabbda4bfa93b3eb67d9ae166ef95f9bff989d964061cbf81a0c","affectsGlobalScope":true,"impliedFormat":1},{"version":"717937616a17072082152a2ef351cb51f98802fb4b2fdabd32399843875974ca","affectsGlobalScope":true,"impliedFormat":1},{"version":"d7e7d9b7b50e5f22c915b525acc5a49a7a6584cf8f62d0569e557c5cfc4b2ac2","affectsGlobalScope":true,"impliedFormat":1},{"version":"71c37f4c9543f31dfced6c7840e068c5a5aacb7b89111a4364b1d5276b852557","affectsGlobalScope":true,"impliedFormat":1},{"version":"576711e016cf4f1804676043e6a0a5414252560eb57de9faceee34d79798c850","affectsGlobalScope":true,"impliedFormat":1},{"version":"89c1b1281ba7b8a96efc676b11b264de7a8374c5ea1e6617f11880a13fc56dc6","affectsGlobalScope":true,"impliedFormat":1},{"version":"74f7fa2d027d5b33eb0471c8e82a6c87216223181ec31247c357a3e8e2fddc5b","affectsGlobalScope":true,"impliedFormat":1},{"version":"f1e2a172204962276504466a6393426d2ca9c54894b1ad0a6c9dad867a65f876","affectsGlobalScope":true,"impliedFormat":1},{"version":"063600664504610fe3e99b717a1223f8b1900087fab0b4cad1496a114744f8df","affectsGlobalScope":true,"impliedFormat":1},{"version":"934019d7e3c81950f9a8426d093458b65d5aff2c7c1511233c0fd5b941e608ab","affectsGlobalScope":true,"impliedFormat":1},{"version":"52ada8e0b6e0482b728070b7639ee42e83a9b1c22d205992756fe020fd9f4a47","affectsGlobalScope":true,"impliedFormat":1},{"version":"3bdefe1bfd4d6dee0e26f928f93ccc128f1b64d5d501ff4a8cf3c6371200e5e6","affectsGlobalScope":true,"impliedFormat":1},{"version":"59fb2c069260b4ba00b5643b907ef5d5341b167e7d1dbf58dfd895658bda2867","affectsGlobalScope":true,"impliedFormat":1},{"version":"639e512c0dfc3fad96a84caad71b8834d66329a1f28dc95e3946c9b58176c73a","affectsGlobalScope":true,"impliedFormat":1},{"version":"368af93f74c9c932edd84c58883e736c9e3d53cec1fe24c0b0ff451f529ceab1","affectsGlobalScope":true,"impliedFormat":1},{"version":"8e7f8264d0fb4c5339605a15daadb037bf238c10b654bb3eee14208f860a32ea","affectsGlobalScope":true,"impliedFormat":1},{"version":"782dec38049b92d4e85c1585fbea5474a219c6984a35b004963b00beb1aab538","affectsGlobalScope":true,"impliedFormat":1},{"version":"a6a5253138c5432c68a1510c70fe78a644fe2e632111ba778e1978010d6edfec","impliedFormat":1},{"version":"00cb63103f9670f8094c238a4a7e252c8b4c06ba371fea5c44add7e41b7247e4","impliedFormat":99},{"version":"15fe687c59d62741b4494d5e623d497d55eb38966ecf5bea7f36e48fc3fbe15e","impliedFormat":1},{"version":"43f58358870effc43ba93c92c040dee2285cbd8685ddfa77658e498780727c4e","impliedFormat":99},{"version":"e056bb30bf82271634daeee81f772f4a7960085f01f6d4d09c8da1ebe5f6a623","impliedFormat":99},{"version":"5e30131b6a5587fe666926ad1d9807e733c0a597ed12d682669fcaa331aea576","impliedFormat":99},{"version":"86492a546c3308feaf1dde967afd325c321483b5e96f5fa9e9b6e691dc23fa9e","affectsGlobalScope":true,"impliedFormat":99},{"version":"9a318e3a8900672b85cd3c8c3a5acf51b88049557a3ae897ccdcf2b85a8f61f9","impliedFormat":99},{"version":"1bcd560deed90a43c51b08aa18f7f55229f2e30974ab5ed1b7bb5721be379013","impliedFormat":99},{"version":"dc08fe04e50bc24d1baded4f33e942222bbdd5d77d6341a93cfe6e4e4586a3be","impliedFormat":99},{"version":"cdeae34aca6700620ebf3f27cf7d439c3af97595dd6e2729fa4780483add5680","impliedFormat":99},{"version":"3ff87ea3471b51beaf4aa8fd8f4422862b11d343fdbb55bf383e0f8cc195a445","impliedFormat":99},{"version":"1cc188904259bd0985b24d9dc2a160891cb5e94210901466b951716fcdb4ff62","impliedFormat":99},{"version":"732fb71ecb695d6f36ddcbb72ebfe4ff6b6491d45101a00fa2b75a26b80d640f","impliedFormat":99},{"version":"039cb05125d7621f8143616c495b8e6b54249c4e64d2754b80ff93867f7f4b01","impliedFormat":99},{"version":"1b81f1fa82ad30af01ab1cae91ccaddc10c48f5916bbd6d282155e44a65d858d","impliedFormat":99},{"version":"a0fc7a02a75802678a67000607f20266cf1a49dc0e787967efe514e31b9ed0c3","impliedFormat":99},{"version":"5ebf098a1d81d400b8af82807cf19893700335cf91a7b9dbd83a5d737af34b11","impliedFormat":99},{"version":"101cf83ac3f9c5e1a7355a02e4fbe988877ef83c4ebec0ff0f02b2af022254a3","impliedFormat":99},{"version":"d017e2fcd44b46ca80cd2b592a6314e75f5caab5bda230f0f4a45e964049a43a","impliedFormat":99},{"version":"a8992b852521a66f63e0cedc6e1f054b28f972232b6fa5ca59771db6a1c8bbea","impliedFormat":99},{"version":"be46700f84d0795f4a876947a3e0fcfd5b2369653c55b9efd8bbd84464630062","signature":"386e5858ba95acd2c0fa5ed0c5bff19addb0ef8c32ebcaf171d5bdcbb9ab8a3e"},{"version":"194d831644482bfd506296a5ed9a37ae280f7aa36670105c7e06694368739ee1","signature":"cc6bcd576056d8ccc3bb297b152e9e4d694fa13a3790078fc9c03f361d82060b"},{"version":"a78b1a20f4d15bbf18fd8a8885616d03f52d1e74d18fb5fd0b909d771deea1a3","signature":"038f7ba9c3cb0d2097d1fb3f6294c355999e257e42d6769280e1a978c84f871c"},{"version":"5565deadc1d553f9f1ef370351432c258d2a6f1a5ca47e574e5430db824468c7","impliedFormat":99},{"version":"4ae1ed87c59518f4e0918a21409ec3020e97037a386b57953c6b9fed9cad6949","affectsGlobalScope":true,"impliedFormat":99},"05cfea0488751015b0b85911b6cdcde7c6cebdd9b8cada1ec0b5c1736357a552","f5800813e5c0d6c27d73b76f2c99f39bdfd6229d03553a8a9ae485f6aeb94425","4d5e201faa4bceca840b652dfc10795170c061f498e19429a06e056490aa69aa","6cf5098c7bf0c14358b656edd6103df1ae9f8c6a94abca9df8650c2b520d8096","ee11b7061adce4a1c0370620949a57851215b152a5632d2faf1aedbc90ad0520","f8c86fcbfb0a1e69a0ed28d3249cc33c312fa23a39c17e15cbbcc539bdcdc303","85e0f00b17c3ae8cd88438c754a2c43f4a9361e685b97a70e52e33afbf62488f","39d2d450df6efbf38585fd316f18922c8ac3fdfd4c3fc412d0bee34e2bc86378","4dcdfe4c18557fc02d8cb22cb422cb98bfeba8158aaf18cc66f9d99293ebe2c8","7efea6f2270a14f1b0d5f472f2a6fcb0a97beb677299e10b073cc2abdabeef51","642bd83dc8b11abc31785975f869fea5ab2dd84246acd13c6ad7e769fea95150","712dbb6cc6020b1dae2a2031b8a117717318652f73fd5042d508f7de416c47b7","3df6a0e8bdb7199dff6cf75c0250316f06b87c982bb47460960a1c5a793f5ca6","b3238dd00b7796eda3f507726e9882a55ff7043b249be8309abed22cfb7d7463","f499d7fb533781939c7a5ab778ac6e6c8ffe65601b1a61a843c36ee0013f05b6","7fcb76be88d4a64f6318b5a24b57021d7463f24485a3d1a931bf664c7e437534","d75490903da576f8fd0ee1c990858cb31e605d3db925593c12728bd0949eedfe","098ec42cd54c2b3354584c4fe8ad143040114891dde762741522b62788772f0d","1e73d612f806d183d6c16c4135c16c1a14dd827c1a67097e72ab1841852bfcb9","30046b0787c577061d43e498b507da8a249fbc58bbe33a09a7bef777e1d5fb67","cb2de9f1d7d286191834eeb331d23dc69eeb322745114ddad1695e4c575b5feb","dc2461db89dde29306a73a2926e2cf874e981ef034412f4d1e3d06d45bb3127e","13a5d8ec52111b64ed8fdcb47ab664b60085733c46c44aede33fd2926840ac31","1cf02270a889fcc3fa5863734fcdbea410d3b4dd71e4678a894a48028f836f6e","4f69dd36aa514494e2665a9dd1ecbb94f705c37f13554aa6f0c4b55d47dcfec1","c88faa2f2d9778aa0b4dedc2bfde0990b0beea6c45b0fc7d4a79e1294ebe8cb0","51f3be4aa09529ea1ad83a3d66830075a49e3e630df25d9892ef5708bb00de55","1bdef5c3270439174be1f8668f4e2d9b0e61be67f10e5dc770b4b7562caf04bb",{"version":"020938d8b4bb3ad43e5a3378a27ea54b5c2bb9dda81f6342e5aa837b3d2154f7","signature":"09973dc7078994307990247facb1ee49da7c77f1bc4a5335f79a1921e4a9d081"},{"version":"4ddb9a84f8f53b8ac9a38f235d097856d1fb82b9a6e7b3048a4ad837ac5a60ef","signature":"b139ec32726b861d729421f33e3d51a26ced7a5556363ccd7c13b0463bc351f9"},{"version":"e30accdbef6f904f20354b6f598d7f2f7ff29094fc5410c33f63b29b4832172a","impliedFormat":1},{"version":"5fd2267cea69c19286f0e90a9ba78c0e19c3782ab2580bfc2f5678c5326fb78a","impliedFormat":1},{"version":"2a628d887712c299dd78731d2e18e5d456ac03fb258b8e39f61b2478b02481ee","impliedFormat":1},{"version":"b1e5f3a55aa219247976db1b0c6af31d07673e8085197aef925f25ca08fe12c4","impliedFormat":1},{"version":"ecbe605d97376990247bca4dceae44db930e1ccd049e0ddf645e63b1608ca320","signature":"7aff7d5caa0d83e95ba764664bd401d5a1d66dbc5e4bd812729d23f1a508e6f1"},"cf93fb9208a01c80f0fad245c4360356e5de6c2384b7641acf0b9cc2f5c42448","336398b0efaf964124e636a9b29c4edd5870aee79ac64bf87be58a9d66b7c048","571bc65ec37ba124e762bb822e14a2b8502dc684e356be8feaccbd6b9cadd023","7cd455fc4c4818f19263d73b29c59f3fb5fd54b45a6ab83ca3eb3661281db56b","1c6b9b5501774a2ece6574be8e26092800e3f1f836f8c179b4f9fdd271a620f8","bcd2426fd141157e04e3a8eff914b575403587f398cf0878f07c2f283e0d1afd","bac8ff394e831e4dd3f0961d6abb414b0e2b4ba16fdeb502d087ebf0340ed5f6","51a48986bfceaa54e86e8402a1c3184de6e7f096f7d2a3ff1382d71aaaaf6d9b",{"version":"e5c4b0c7c7fceaae43fc77f110d04056ae3015ab10fc1ae81b7326dfa4f938d5","signature":"b7da2b23f7f5e389008828506bf82440ee9063ddf4a2018411a52785336905dd"},{"version":"b3cce191097ad73587c982166aee7391896953a4f0fd6d4755d93d1aa2cccbca","affectsGlobalScope":true},"8aff91f00938aa90ce829f4d577903d6826fa19e8edc583f7bb64ef1a6b4ae3b","d033de6f37b4734cea6214bdde25f0eb60999f8f803856eae89eb804c0b6e0fe","6d8223035d3e6d8ed0760d4579dc0cc582c8972ea198e4919c8080ec3e9baf0a",{"version":"6184309fe39e2fe444f4ba94e7cd1abef48fcb48e258457c3b77c65828184241","impliedFormat":99},{"version":"98c511f60c3079d731a35353a47bfa89dd79eeacad48a45d07170d22ef4bfd02","affectsGlobalScope":true,"impliedFormat":99},{"version":"905800cc110167503d0cf58bb0dd6fa4aaac1e9cedc9bd9c48e5d1f8b5b8d4c8","impliedFormat":99},{"version":"d17be577b99e59611df19ca2cf0356df554f55bb06617c21321fc4ec06b820d0","impliedFormat":99},{"version":"5f30145fbc8ca508ae4e0d90a4fe9eaff490783f380a92f6aa262accdf7887b7","affectsGlobalScope":true,"impliedFormat":99},{"version":"2c887f29f6796ea68247c626acbef560ff29bb8d0042b641e4fc69559841463d","impliedFormat":99},{"version":"f882b77c5939860d599b4b7bc39f741ebcd56123e18b284500f4b8923acd2e72","affectsGlobalScope":true,"impliedFormat":99},{"version":"0230bc76ed3a464531a43d2434d315b9cc2096aaca28bdaa65b8f9dce9f3bc81","impliedFormat":99},{"version":"559d2d1cd7f37dc2ac59e7adce198ad16a5eb0c7273d67b8e4ff72821b7c853f","impliedFormat":99},{"version":"afa8760622183e35e86f516574217eb1853b08cf2168be0bfe991643ece1a8fe","impliedFormat":99},{"version":"769a5a51c85453028684e225eec525a7f277ec659863e0496e5ba31dacf8435c","impliedFormat":99},{"version":"d08d474654640266d6ac03f51ee04d72438b78ea377b9dc4678c480ce0477e1a","impliedFormat":99},{"version":"929f21090183949e93fd99327d292bff76f781895d5252eb43319b2c3e014528","affectsGlobalScope":true,"impliedFormat":99},{"version":"f9f3097a031827350b6befd870e9da3ec0953b7269497c1a7c5dc840223d2fb3","impliedFormat":99},{"version":"d56278ed347a6685abc6da6b49277da36db3ddce86bd298c03b48a5f9c6d145c","affectsGlobalScope":true,"impliedFormat":99},"b73f10c107ec43e50acf38b06626eaa6ebeaa2093432f814338f9ddf1b4112fa","b6b0e59158a1c8ad34747722a19398d7bf26701e9ee2a130d80a52a815a8bb92","c97f742ef6e8c0bc4e5e4ad8d90b4489cdd3bd1c007510ee4a2e4c09266a11d2","6a17f676d06d3e695520b275dd483b4fe62d34b84926c0bf6425c08490ee2c41",{"version":"5d12cb6727905e2c47f26154cc2b0625adef069d5666e534dcb158f4eeee2317","signature":"b4e0c5592f4108bc1c855177aaa1b61d09d02f8e0f59089388aba7206c47d4d7"},{"version":"74fe889b1d2bba4b2893d518ba94e2b20dabe6d19d0c2f9554d9a5d3755710f4","impliedFormat":99},{"version":"2ae64cd7b6e760496069ee3b496c64700c956a0620740e1ef52b163824859db7","impliedFormat":99},{"version":"7220461ab7f6d600b313ce621346c315c3a0ebc65b5c6f268488c5c55b68d319","impliedFormat":1},{"version":"f90d4c1ae3af9afb35920b984ba3e41bdd43f0dc7bae890b89fbd52b978f0cac","impliedFormat":1},{"version":"fcf79300e5257a23ed3bacaa6861d7c645139c6f7ece134d15e6669447e5e6db","impliedFormat":1},{"version":"187119ff4f9553676a884e296089e131e8cc01691c546273b1d0089c3533ce42","impliedFormat":1},{"version":"aa2c18a1b5a086bbcaae10a4efba409cc95ba7287d8cf8f2591b53704fea3dea","impliedFormat":1},{"version":"b88749bdb18fc1398370e33aa72bc4f88274118f4960e61ce26605f9b33c5ba2","impliedFormat":1},{"version":"0aaef8cded245bf5036a7a40b65622dd6c4da71f7a35343112edbe112b348a1e","impliedFormat":1},{"version":"00baffbe8a2f2e4875367479489b5d43b5fc1429ecb4a4cc98cfc3009095f52a","impliedFormat":1},{"version":"bdf0ed7d9ebae6175a5d1b4ec4065d07f8099379370a804b1faff05004dc387d","impliedFormat":1},{"version":"7c14ccd2eaa82619fffc1bfa877eb68a012e9fb723d07ee98db451fadb618906","impliedFormat":1},{"version":"288d992cd0d35fd4bb5a0f23df62114b8bfbc53e55b96a4ad00dde7e6fb72e31","impliedFormat":1},{"version":"df996e25faa505f85aeb294d15ebe61b399cf1d1e49959cdfaf2cc0815c203f9","impliedFormat":1},{"version":"4f6a12044ee6f458db11964153830abbc499e73d065c51c329ec97407f4b13dd","impliedFormat":1},{"version":"1be8da453470021f6fe936ba19ee0bfebc7cfa2406953fa56e78940467c90769","impliedFormat":99},{"version":"3b4541e209c5748bd4193c455e8eff5e289ea8745e0bdfa640dd17ac4efe483c","signature":"a1338c1eb0e7551a083f0f812e6ceefac1814572837a6c3d3bb4c9b7c3b0156a"},{"version":"a7db10c9e8fe7bf5b08b25288802a95ecde8bbb397237edbaf388dd3f4974902","signature":"ea65e3ce32dcbb61edb379f86b303732103a887fcfe61fb0434cd5398fc8c272"},{"version":"38d283fcc907d965fc0d5cf56db46a44e6a26944f7c47125611c4090227414be","signature":"2a489164e760c8f1c603a0272822b1eaf4886e578e8128ba6bfb82993b419c53"},{"version":"9e6f764c8f782eb7112a6caa510d18995f1d840e32a6a721cd60419686256dd4","signature":"e1925458d0ea29d0b4d314ac029c368dcc5b5b0421be3c05c36a12df92840401"},{"version":"0ba3f0e844a39f80a09ed6949047f62d8d7aa7a7b1f58d42e9da66d39bdc8ddc","signature":"19236d2b3a4d329eecb7d867e62ba2ce8ff2a1c290d9b9cadc246e1e860232ca"},{"version":"8c182691fdb83b3eb48d185fd25ed63ad4cdba1e60c9d0b1b03f9cb595abb28c","signature":"c348a5e4481d61843505811ed74ca62234d5bde08db286a719a7421bf64fc8c2"},{"version":"e0ea3314210ec55edaad6d5efc66a5f5e628d1c34492c00a8753ed565aefc59e","signature":"5e0042ca0dbe77639779a6f861c2a32fdff5094031e013fccf95508b49f6d7ee"},{"version":"c42f9b18f5f559b133cf9b409f678afb30df9c6498865aae9a1abad0f1e727a8","impliedFormat":99},{"version":"d58ccd9064506e6b18e5deb6d80d775caa48447a2af4f26b5b1258a23470a574","impliedFormat":99},{"version":"deb6a1fe91454c998461ab46ccfe923c761e859989e5267b84c911945fde22be","impliedFormat":99},{"version":"d6c0b824e25ca3bdd752c8baa81a8c5c2da034ffaa54ad60fb5cb2bea6e2bcec","impliedFormat":99},"f267810dcd09cb85ea08c95901e568becf0b9d22a6d213701ef804d40b386f60","53d73afd92083f9a920e20349f78a555a0efdb6af456d93d9e909a6218a02984","680b90445420b57653cd9afa1a143605cebe72cfdd0404fd5865cf7468d9fbaf","08c284a870f969e3755ec10154f7116391ef7370d157b612598f9a990adf6b37","90e0f68bc1ea26121712b8697446d05374c920d57178f64cf1864171de75129c","38310ee8ef968c009441d8589375a1a9c302594afb260aa663f70906f581175e","4c0507b286279fdc18c4cb683f42674a21b8437d6b283a4ee432e6fd7f59d59b","27909ca3d149c1c6f45b29b6e2ef4b1cbf709bfe6c0c66276d4541f6afc8031d",{"version":"ac20330d0e04d55fed3b4c7217077c24d3670d1eebb7f2b3648af4777b28f138","signature":"71259283b7feffae74bdd462c324546c90977acacc55ad5317bf4b2ecc23bb22"},{"version":"b096bf6199de06040b835094623bc21bc153a670bdd6e0099c03f9a39982dbbf","signature":"f0512312084ae789be5862be6bbbb4bd4ece73ca1bdaa3193b1a2e3dc0b8ea42"},{"version":"38ef896f3757957ce79dfd87e5a25d439f95a76870ca5e88b19ddbe83a85c8a3","signature":"4285b3976062212af73781ab61cd2d35014d6c8922ccbc082272ea14b56c4119"},{"version":"2f0a7121e508248283c20a6d3d5973491ad112b4aa1c2ee0e0820f29886c0893","signature":"f817be026fadc95b8eaa3ae5957ee830869fad3df05d157cca3453fbc8a44854"},"0f81a53d54fd2b4ae2bf60067d616de99884bda21cb5784d942089d52319fb97","86d356e64ab8d56852623677eb1bed0c106703aed9b7788ad8a5a56e647822cb","29dca1b5f0cac95b675f86c7846f9d587ed47cc46609dd00d152bcb37683b069","231d829c892caeb88dd469e0847bf9d14e29c82b8b158b381ec866c868adf9af","48ba49f8bfce8c08ad1e7e54f0b85da9db7317ca76835d1c2640567e3fbd50c6",{"version":"b4bb0b73794facc029460c133c3222afac409384839731376f3f27e6f4bb7d25","signature":"f4ce147c4745d8662c66dc47cc77226bf79eb00766801c8225b570d1335f0de0"},{"version":"a862dcb740371257e3dae1ab379b0859edcb5119484f8359a5e6fb405db9e12e","impliedFormat":99},{"version":"9ea5b3ccde6df479dbdda484b3a6994123507fa9f50ee4d00066c9bd03e0e79a","signature":"27fd44ac917b8f78d65173dccad092de47f408db592e1abb355f661d49646312"},{"version":"6566fd61a59c2a06d220568b3e5882fa17ab6ba309001c52e4fdcd56f072c24f","signature":"700828225cf903b1fce7dbac7d6afe27aab606cf6f38d29382f6d8cce445f3f9"},{"version":"7861e945dfd5b6ae1e09e8b9740297e969028020b60d5dda013b84c7cc291188","signature":"46b34b7637e3c97dbf73dc0d167b84f90551113719a2e6ac825dc06407cdbd2e"},{"version":"7906b3b0f38706b264bf78d59a373fe595f4fb6a48378babbe599b380ec07cf9","signature":"6865ad92b0b4533fba14f0583b28ea2fc6a750235c1399a9689e029dcf64fcbe"},{"version":"0e3320e1fee2849d76bf02da9c163bc9f284764912cd55640a87537a8bfc2705","signature":"65235605ef5bec3e012b265a3badfa6192516464aff3f4d5a82e171786e83fa0"},{"version":"acf6fadac9d6f7b196f325c8bada72d821009cebb1455da43ef3d875804d5a46","signature":"24e703a20760ede3d4ba47c5ccb615e27f4e512756784069bd9266cc09168d4e"},{"version":"2fd48df87a103cee6f65309642f4502853d1608eeb00189249b2286093413e09","signature":"311011b8c26c201fcbf5d2640cb0fc0a68bb6e86982da073bd966438a560c5bf"},{"version":"88a3a6f8c2a1640d8d5fd30d8d86462f8babd86a1e52fab0e8b7f7c141fb348e","impliedFormat":1},{"version":"345f76c854da724803c96f727a3f9c75e26cf95c6e7b8c1064dbc4e7727b74e6","impliedFormat":1},{"version":"ab7b7a15a5d73eb0cfc2b973e580f357f07492bff6608669d7e899e2d49ac9a3","impliedFormat":1},{"version":"553312560ad0ef97b344b653931935d6e80840c2de6ab90b8be43cbacf0d04cf","impliedFormat":99},{"version":"09574ed79cbe0351672af3886a15443918c08c75f1e0a811fa45dda4964880a7","signature":"30d0c3169d63adaa3d171a6c5fad4bb3c904d70608bea6024d1d906baca96be1"},{"version":"a8e890a50f7c34eda4f7e046220e7f444a5e2c20308c96e7612eb6b380c811ea","signature":"98dfd5ef3bdbcf4df59a1c17736d8a347295b3921310f68e4f70f28cb81c1fed"},{"version":"59a9b4693127f571602db5b6b04718d914d22a1ba46ed389a335cf79a799713b","signature":"7e6f3b3128a22e847dcf416c6b33ffe6204ca823e1db144a8b8aacf0b6ec33cf"},{"version":"2910061081ede86ebab15dc9a5d67c77c798b1ef5846ebbafde719de4cdd5a4d","signature":"e9dfd662b153cb241334ce04bb29c1ccf07b4143f144dcc0e7d1c2339a10c2c4"},{"version":"8a79a7a56562c1d3f69704789ce70226b5d11c2ffff2c341dc23bc7dc870e566","signature":"36660e8875c1d5b060f1373543cc76b7be3137cf789dbd2962f67da264d349fd"},{"version":"01e4e8dd96539570ce8869d117df02aab83eb5f4002f74ab2f088ce1af186153","signature":"1326612693a2e42cb96b6097f79336ed82d582f581e2d3aecb157c50fbb7cbe1"},{"version":"94b0db6b6f1f1ab48612703889a20b18728b4013cbd2e75d20e11129420a79cb","signature":"880d6f16d4f1a93111c1ac563b264db9413810c415a95bada77c0e5a46432704"},{"version":"00df5ddec88858239f9105b898535fb82d4c9b21caaad6bceb0fabdbc7ef4c81","signature":"0e6dc8cb5b0edff44f46586d030e374df1388c8417a1685ecd7721ed01cb4dc5"},{"version":"b6c20cc4628976a2c9c129cd30ba82973cc3acfb26cb93de41881f7ba3717807","signature":"cc8768e0f4b821b76cdb679a23d65c9987ac10fb458789505b2cf582220841b4"},{"version":"b940f1547cc548430899589ab8e373e45b0a4e1dc434abf5322d38c6165b8686","signature":"b6248600b10f10758e88f29c62e6e7da3ff95e4f2f04a4998b914b8bae6192e2"},{"version":"f857cc453128f918ac5fcf74b8d61f18e27bc4371d86e12362a6a9fb4832f536","signature":"cdc4e7fd1b86c67e46621ee7ab6b709a582912caa997d9874e13c9896a0b9cc9"},{"version":"8f196ca7056d7812807d4c3bba8835b948c018161ea2b4d40bf44f0fbb20442a","signature":"3c458c4c878a7be2ceaa7e9318ab2d03d799dba17209c18443d087b68a053185"},{"version":"bd0c054d11f97a61fd77301e3b06a3e64b4ee9c346ffc9ec729a8502eb2b7ef0","signature":"6a82472fbb0445e81d7975c7c63d3deb69285ce74081268ca3b3a66863ac54b2"},{"version":"5566630f36248cc67f782950a1db7a223d2e83ad20fb198eb1887ba9ed230bf5","signature":"832b1083b3fe23aaa13484835124c9150c7ccb80f3a8c2bf007ce183f2592b07"},{"version":"885335b60c845684bb0432f5d8a652c0569a10fd4dd8cb530352ba9dd51fa9f7","signature":"03f3f03872ff6a90ecf2f05abf86b743b479e28111a53860316cbd3acd16e652"},{"version":"3be6b3304a81d0301838860fd3b4536c2b93390e785808a1f1a30e4135501514","impliedFormat":99},{"version":"da66c1b3e50ef9908e31ce7a281b137b2db41423c2b143c62524f97a536a53d9","impliedFormat":99},"769c966ef166205a08c0382a298a6c5877951599d805931a963ae5650ee46391","35c1202e93852c1c233191971b8c4aefe5d3f9df287991585fe305078c0880e6","690a59ec8ef431839c447cd88fbb0bd0ce59c037736d8748737d4e0f2ed57077","4a2a6bd6a36b058effc58d1aab136cdbd66188773470885a4b414098a0d76821","b12f96f442196be954b8fa982f179527fff05a796962fecfb6e12b0a2c1b6867",{"version":"2ddb9572f13b565c3fe90c9c797950c8c7b49e84989e850ce8619564b711d6f6","signature":"26e4e730c693d40c7b96173958fda238b0bdc5060efef9d8dde36e61a0c53418"},{"version":"3036c21df66d44def211f81d94c4c048f14a1ee1c830c6155efe1072ff91caf5","signature":"988e6ed31d7d505106c63046218e13120a1d058854dc0007ce729fea94e5a557"},{"version":"b5cc98c007d3c63a2f85d8c14e120932b20f0092ef46c19bab741c25664b770f","signature":"c66d1dfe44eeaee2f129547a9f822cd271a510a8a62941bfbef00395ed6b60e6"},{"version":"8c03b854441aa92eed8ea8282057605bbf4f1d7a52103f5ac55084afcdd32a9f","signature":"1fa27a2737b97856d4c626aeb160d4eb2be9bdb430116f682e6aea2c302acc69"},{"version":"a0547cb5b8de1df4dde2d852d988f67995f07a1974c7e8eb99bc6b44a659bd1f","signature":"44e1a9f36b41a93165ca1a8ae69c38528eae065856dd7e854a3ffae97801ce00"},{"version":"c17dcc94de829de95ce1e2ca5d577a727517f0f0001f075f7b9626bd5013b288","signature":"4407669bd505d8a03ca675be46129d7d1e3110ac8a541ce1c0a48fe450b83a85"},{"version":"0eb009ca9bab7ed05e23270d194a8958a004439ccdfc998207ddffe26a919c51","signature":"f0d539a02cba1e4bab64d2bc6447effe2b197a1d30fec8cb636b25478f7de4f0"},{"version":"296c4ddf01e94ed5fafa7a1d1ada9b77d28199c5ec9f36c9b5f0f21c99648340","signature":"fd5466afeeb6b4351f0ba943b582bedb3720b94cb5d28d945f34871951d949db"},{"version":"cbd762ac17acf3080e0acefc49b9b84a36756d3c835204fc152c1ce9a2cf028f","signature":"5b2dafe66896138a12fc33743126ed316f93971f5233fccaf602784a3c8ac22d"},{"version":"da84102257a1041607674f42ea9cc84237825fb363d54d1cdd42baf1489aa0ea","signature":"437020e4126eb3f158b1cd46ce7c469465e7f60029fa78335e44f85dae0bf97c"},{"version":"3e21e5658458213bbf254b87e8ac88aca6e922fd10d8b7a0e07625b6fa3909f6","signature":"f075fcae71eb7641f6a73d5efd39072a9f8d02b4185bfc0ea0977026b4895dd7"},{"version":"a43a79716ea9f2761256f7e8fa06344dd579d9b184064b125284738a09d02859","signature":"3e4cd4ced7e1059b14a400e6e035ae8a2872484d5d8ee9ac9c07a0a21cc230c9"},{"version":"cc5271ae03529c1bbd0641d3fce46f72a4ad28b39dba4ac588bf96433816a023","signature":"8c952d03f02465cf6a46fdeb9209f586c45f76cb29170cc94d2ea4898733d8cd"},{"version":"a647b4a652d4d596ffa78ca67ddc6c90c909175319e256c770dcad53c22f045f","signature":"eb3467ea87de54d0159d56cb11b2c011b948183d1f5b8bbca396543c92e68fea"},{"version":"be3570eb0fba40c48257efa6fbf672a81166e73546804d14e0de730ec15658d3","signature":"533fad16dc5ea358001aaa1593ad8b6ec9f01593530aa3593a2c267991f4a569"},{"version":"023df7640738f59e9e81128ff194f354b9a948d43d2f00e6bd7d29e8f2e8c7f7","signature":"6334bc1747824bcc915df251966fa4a6a23882884f63e78a6afa167672a7ce32"},{"version":"b8cca2153afcd0cf116b3bc9dcac04636aa518dbbc19daa82d8912289cd64b5a","signature":"3382af95e795d8905a8396033f1e7b9043fc83782c14d7ccf8ce49769ee03bd4"},{"version":"9739c15e13703253b7d0999100b20ee0c1e0c957bfce484adf8d67e2c74d9bd5","signature":"6281abf5998eeb7645c2fd778f165fb09aa8040925545ef803c5102bd0afeba7"},"447514d8b6ecb35b116a2e41f5df316c5c3ddc3facb4af22d1daf99d64d7ca34","1c177fa07b680ea2bf225f7d1da10a11af8a6fb70635b1525ebba8b83557bf69","332115817c7c3378213da559d0f0d4a5c53835699f6895dc5836529505bb10bb","c49807addb7877a750d3c91d69942bd0e487e1e63d811a74036c2db4b9c1a9bd","8262140ee5f134318679096b6f8a928cfff8995ba3e73f02f2119966f9d4758c","9079351d06f84fcee2c0baf7406f9c92ce6af84d0ecd84cea6c985edde6bc912","708ba239cba9880cb24afde1c8cabf3f51fb3c0d495c679edf493457e2a7e97b","3ff161670bd227ca0359b7f2dc838384d38b7b6c5e92c2c0af5947f0ded6cc3e","e01e6ae95699d5a2dfb96eb9d115ff4472937a719bd79f77e6545d71a054a066","82bbc4f18267bf75c517fa7aa5835adef8a0a452050d1f8c4ab737917bf549b4",{"version":"fc389e150c5b0b2fbc6eacc4afff5be6ad03617953558ee9ef5d0f10f4121b2f","impliedFormat":99},{"version":"fe9dd679e568dc2a0e5e6959f77b53f8bc1f126d46b0d17631347ba57470b808","impliedFormat":99},{"version":"1231a4c85d6d26796943f8859d972bf4da04482b923f3dced4139da0a13297c8","impliedFormat":99},"8e4440f2afe7db03030474a78ad2d61a4812f7479479ebb02aaab30e1688644f","e7cfcffcf2fc1dfd889a4db6ee67c33b8ae8f03913e9991503c427fe5771cc2e","4d0acbfbdcfac4d84cd03d34354746381bb97b0a4e070005b2d63b35a50dfbf4","d626d811715a52e781fa1dbc56b24ca9d72348cb54ae87b77b6e5e61a0e3e26d",{"version":"d0e548b52ce2a55820b470ad9c2d66e2855fb3e9dea936fc29b4d4a63bb8fa54","impliedFormat":1},{"version":"5b402d6c32c733bf8065b8abc34904fffcfe5b94b0e1b99e63a34f450d87faba","impliedFormat":1},{"version":"4242ec59abfe16b8b893a3f9ef0ce90b6a53afba1ceaaf808e0a225bda7e0714","impliedFormat":1},{"version":"46971bf04e56b8de7c9c74bba27b54f5f4a78873b6cbf0682592d0693c2acb25","impliedFormat":1},{"version":"54570339e5e91d8d8380dee2ab4014ffa88cdfd73ff0a20e4ec085d64d81cd78","impliedFormat":1},{"version":"311c45b5a2b6585a84306100bb514c919b01ee21de43efb1bb2aa6a98a2753db","impliedFormat":1},{"version":"fc94de52737bc8fb2b1290d6f22b5dfea3e50c8d547625781fa6a2ccd35c7242","impliedFormat":1},{"version":"003fc70f48af6f23b3ed3bead2cc2d00b07b82e414b0b80f905a6e72a3fb1419","impliedFormat":1},{"version":"15a95894e214753c1e2dc638670ac7c5a6d05d952b19ea3745767d239fe00789","impliedFormat":1},{"version":"5d82404561003f51fed07b961d061f702dfd379ef5f0f7927744a4fff21fbf64","impliedFormat":1},{"version":"c0a0a579f2a69a5600eec5da4d87f83a82cef0aa70cd4063e9040f95d879b96e","impliedFormat":1},{"version":"8ecbfacf281dbd929d3b5f09b4f96bf999a45a959e08501b07117256b1eeb659","impliedFormat":1},{"version":"968bc5962ea9834b383119f668c4cabd35ba7e4a2c5107fb2d38c8fa66f164be","impliedFormat":1},{"version":"22a05089243a8f0fdfbfbc2d956dcf61872c5c973ecda5320a8f1e3a4dd90bfb","affectsGlobalScope":true,"impliedFormat":1},{"version":"9bb6e652f67b205e169436f76e1d8fd396bc9971dbec1a558eab3be406343e8c","impliedFormat":1},{"version":"6cb1ff661eb0cff9177c3b47e82abd0fe3122fc62f2bc0af432a8c4205ff3ec6","impliedFormat":1},{"version":"d4931bfce5c009c57f86bcd1039b3f0a5c5ef61d26a685f0abf77f20b18fc066","impliedFormat":1},{"version":"4bd4c71ed7c85138316133c98926c344916002fd572f52af1889961dad8d73c0","impliedFormat":1},{"version":"d0e3fc2ed7395634479edf269cc2b3e25d90b05ce08ddda1717282f9f3afecd0","impliedFormat":1},{"version":"8744338f1b9f91b6ca97ceb3bfb10babf4397ffe3c304b5ae4dc016f7c3fcde3","impliedFormat":1},{"version":"694291734f077ed109fdabbfee35995f7168b5d1af643bd6404eeabd7036aa01","impliedFormat":1},{"version":"8a01e603808722b8fc316d1bd57be1ebcd485237bae329c275999a8257ba77d0","impliedFormat":1},{"version":"4012af9177a7bb1715a569cc54565b906e5c087a97067abbcf9f75f7f9a476dc","impliedFormat":1},{"version":"9be3b21edf891a0ec1d8caa0da81816162f4fa5376a7652e0ec3154df6433a08","impliedFormat":1},{"version":"e544e87f21a6afb7a4e1196a991fd5d235d6df3b8c04ca6df0bc5f85f3aa4f5b","impliedFormat":1},{"version":"19910d826b4901606d47b306cd70ace2960eeb2ca2cb5e57acc81b42eedbfbcd","impliedFormat":1},{"version":"d48721b66317440af7e3257b38e144adf76953419a4a4db1fb60f743eb7c9b92","impliedFormat":1},{"version":"a71d8fe039f1b2c852618ef0b6971561ca4626fb8b30abbf6d238441d47aa6a4","impliedFormat":1},{"version":"baebdb5ba48a482240d2ecf8497a432aba8ca37d8930cc618c4d3b5d12ceefae","impliedFormat":1},{"version":"9ce316b892b5134f715b4f7afd71c06384cf9af9a69009cc9566b325a095e592","impliedFormat":1},{"version":"e5b8715a800a942f0a3d57d84725080ff8931d095de55497c4cd18e23fae9c1d","impliedFormat":1},{"version":"8a77a40bc44b873c7c000435ccbc0c16ca1d4b523e2528e0a8d05d0b95c520ad","impliedFormat":1},{"version":"c34297a26fdf8d47f98aeb755e0e6a6fbd935d0e347979f63d4cb9a5abf14140","affectsGlobalScope":true,"impliedFormat":1},{"version":"0a3f0bdec21726a138d8202f5428adfe962df1e7259a41d68c109d22f6e18672","impliedFormat":1},{"version":"fef62bed109b31722160fabb598f61308506f9b7f40e60b3746ae01e3a3dc18b","impliedFormat":1},{"version":"c81679572dcb2188e18113641e0a8914c7cf06582d1c9429a9a5bf1f72a31aa6","affectsGlobalScope":true,"impliedFormat":1},{"version":"60daaa6b5dfacd7813a9cf22e1ca5860217f36e70dfcf2fc28c049a7305076e1","impliedFormat":1},{"version":"b203234dcc09962eadae1146518df97f0768783913616ece5fd1f7f13d6f1361","impliedFormat":1},{"version":"74a696e2d8acb105f173f536ede57df87f10f1811879c6537cd40718156e4809","impliedFormat":1},{"version":"bfa3213963e67340227e92bbfb9ae68bc9945e505818e9fd3fb1b207bc8ec89a","impliedFormat":1},{"version":"67893347ea02fa7f9dac48c06155eb469725bd9bf44e2b108604c58d07d13780","affectsGlobalScope":true,"impliedFormat":1},{"version":"eed40411368d686759c235bd0ba8300c6f4c13d5d1ebaf05a475332c946c4d4f","impliedFormat":1},{"version":"bf20e597b39dc2e7dddbe50af7e58adafc0e25add218d074cc72d3875ecc5a31","affectsGlobalScope":true,"impliedFormat":1},"72a4d5caba027e6aedf80ecc3df2262953bf812ce8ffae9808a8ec8dc5de460d","ebe6f76595fbda9ca25d8018bd932cab144c2b1ec62ab8ec064da0ad729eac96","6bb8d9049c8717a1aa508b02a46bbad3a5a682442f7aa2bbec8ae65409c9cab9","74b9515be606b420215bea8e2773a68843ff56936321a2a05d6dcb03f7f439d8","fe6ef56e51a42c920ca515c73990634b33330c3acffd13b0ab7c24ee499fbdfc","d770f49f264d056151919d21af581b03f5d898e06073fc4919e84732f73fbe22","bd47882cbeddd30ec1ed8e5c2e92e8e15e9ad21947c0f0f41c9e19ec60ab9d83",{"version":"50d6de22a2638ee065f170cf1c4e7db26b2cd9eeb1a1ce023f4cd93d43fc453e","impliedFormat":99},{"version":"41e4b825afe9f38c821a8d7bd9667e2c923c847e31036cfd6c98006b0ca1653e","impliedFormat":99},{"version":"fb3796f25b77cf1496279d8250b8ca76741ce750a75bd8cca753eccf02358e07","affectsGlobalScope":true,"impliedFormat":99},"f95dd9b118beb04d03a239972b55dd4b5ae6e297beda863477d6d42258781b3f","eeadb355ae4a55fdec488dc4cd3de017ed497aed0f9c69610a8cb3c22e159250","62fa4423fd0495c9f46a1b2ac13dac99b6484dd3d661ea572ae27c49572b28a4","fb5c068182ae45b9970d0ba96eef722610272bb072a41b7111a00b431c2d8ffc",{"version":"7be480358318b60043954553d966b920218598ece0f142c525d5cfcfe37d193d","impliedFormat":99},{"version":"8bb8931e629d9adfac6fe0c067de1a3c2f82b47262f83fa76eb0772ef13808e8","impliedFormat":99},{"version":"60b3ed6229d34a582faad6c42690b77b95ecfead998447453de9318f32ba1864","impliedFormat":99},{"version":"1e8f86f007abd453e72e49dbc52aae6946167a1bdc2a989c1f12d3cf0244d2f8","impliedFormat":99},{"version":"1b45982abdcb2d07d5d1fc84dc6966227b7c82d4a12bd8ec50a28a01c8842d9f","impliedFormat":99},{"version":"220a08c0460aff4f65b8129a53c63c97599d96430150e7fb2ca8da5ccbc16bfc","affectsGlobalScope":true,"impliedFormat":99},{"version":"f296e6ff892a925da76ed1e7b2114803db2877f1fdd665f33e0b26de7e1a6523","impliedFormat":99},{"version":"2b7426977de7220c78217f27552dca65b529654f85f7c26b6689684c9f002cef","affectsGlobalScope":true,"impliedFormat":99},"a19ab932455c9c78c3e290ccb7d3f1f4880cafe5e89a05967903e1765a37153f","30ccfaba09980deb3ee75bf38131c4594c27125ae1274a95a0924eeb33c63083","43412274a9d1ddb29b348b3efc450512c17883f1b93934c6210ea1376575ef5d","3dc9ae67c7a8d4e9e6aceb54f37790cf7c12d2ad4555025783974a4c284c51c9","504a630faad84c8b488f06c7e44e5fdd0222036ce2d72e1863f47b91bb9dd314","dafb14b69c8f0b0509c6b26813b1dd823466bf11f9a00488d7d6be080b2738c6","fcce973bc99d995179c3d73498a1cecff059f222cb9123d905fa4dc3fe02d37c",{"version":"dd1eed464ed71359a17fc199cd4ef15bdf1a2ac39e3a462f77cde75c7ac36664","signature":"b65930f4a752c0d23b3412d1cd878ed11f6b29b1fe27a6a364f0cc86adf385be"},{"version":"2f82d22ebfb6a696faf77aad00b4b8c0d867f5efff7ad585cafccf1487821930","signature":"0dfdbb9e8ef7cc69aa288954638e18cd6a14411fe7c8dcec510a2bced510fc96"},{"version":"4fd357efbcc34d7fdfd0b4fd62ecaa536f10648769841b7863231f4e2d08e926","signature":"c447020e4465f53f011373d258d785edba93ee7195bfdd10f053ddccf5a47148"},{"version":"56f122e43663273fc452e5e1dc7b196da288b9cb409ab17d9e0dc5df5efebd2b","signature":"e2f28ddf93fa9d0abb4aaad451b6b7c203c6c52bd790759ee5006fcbb2f51c25"},{"version":"1edaf7519051fc3d9e456e70e2d11f5cdc041acd9b1c7edc7a55680ed206a956","signature":"32acecbba5dbfbe22f171d1aeffbd1df9c8d8d17e386479eabbde7209e936917"},{"version":"2168fb0b1c695e7eb6b1d181839b338a3aa4760d29f8e4a89e4c87b1b35bf8ae","signature":"99a2a7093ce043534c17c2ebebdce37f1c14ac2b77780a476cfb70e5a9d035e2"},{"version":"e61ea2a0df1a0923c21874d4dcc3f5591e6f434a6d4ef93b3c3d0b1da611fc2f","signature":"ae4be419c41bc7656e51e1e8648721d81ece5eab2a99d89f4359f5712acae13c"},{"version":"a8967a182f281e468fdcc3e55ea11dd1fb9b170fce7eda77c200be202ff0dcae","signature":"6e86431f9196471b782c509e7bb9a5f176d0eb42f8105ac2fcaba6cb58e57531"},{"version":"6161b84762b7bc73fb457995953052d89850e8a3da32503c2d8ff31ec3d59525","signature":"f2735e4e66af670f3db3fc444cc1c0897bfe3be9b6e706e8843bbfbc7953e383"},{"version":"9e269fa1524ad9aa37a05770a55a45ce4cbdc7ff9badb66c7ed5dcfb42f4728e","signature":"fd40e43211feda084a790e7c4193284406c6c6389a96af732f06f773c03e8910"},{"version":"1e834276e651debe99cd115a3cee8d3a53b1858355251bc8fee5c9be76bea5e4","signature":"b1d629950cf09eed9cc08a0f2f4ac780de6f05c2e542b907777f7eedfe77097f"},{"version":"900683c32709e025b93cc18be550bbf2a2e5686e0ac5d058f25468062117a5a7","signature":"27909ca3d149c1c6f45b29b6e2ef4b1cbf709bfe6c0c66276d4541f6afc8031d"},{"version":"9ee433390d3dc83deb73c8547ab196a4611d7fa203214f807cc50f83f63acc40","signature":"ee5dd58be2d59336348bb96a03e2a8a7f36fa0b597e71b02510c555bbd248cf6"},{"version":"a06107192a8072e1f67569393e90d4ed71d3e6e7b766f0278821ea240d0697b0","signature":"94bf4be8557d0895cdba0fed67bae5088ec9cca47a946180efd7185a5708dbea"},{"version":"1db98e998ff6ba289361642182158025bb4ff8e4a38b361463808fd4c8efac4d","signature":"9017a768f6256decc1ab10240a2ddae30e0a01e802b012148926bda165c8668a"},{"version":"f16186178339bc9aeaad0a572195767171a127cd5f3555f9d772ae4a4efc0a6b","signature":"4191fb85077a7c48cfedfa46819c208c32fad51af7a1c144fa1004deb08c5a0c"},{"version":"18687acebfc1767389e8dbae6d28f82bf935399c5f931c54a62c461a64a38cbb","signature":"49c2f0ad931e5d8d527e573b448596a239f3e3ef0a1a233afdd79b9e4f89fb7d"},{"version":"7dab165656a73dda1802becb82bea549f7021c7f6cc0d04e9d7447aa9c244e0d","signature":"44405175791806173152834a7a42a33babc0e3fc9494af8cbad7606bb2a936e6"},{"version":"dd20dc1dde9e5dfc60ee128833c3fff8ac7367b3e5be5dd0abe8ddf01276703a","signature":"5f6b95a458bea91e008fa7ac9c5763331ae550b46e6d857ee59817fa100023d1"},{"version":"ac86afc126abbafd403f5619ea8a9dbfb1423fad5a59941e3c5bfd2c80e45b58","signature":"adf1b38dc34f8147a18388d5b716ed3c4a2ac94fe2da47690a5cef0554168d67"},{"version":"2484f3e12424669b28b6a5f7e9073cd49d2a897df50f2a7c589bb5170ab0334c","signature":"a2ce66067019351078533b6eddb5240e96f01686f8014f8959d63a2587557fb7"},{"version":"900683c32709e025b93cc18be550bbf2a2e5686e0ac5d058f25468062117a5a7","signature":"27909ca3d149c1c6f45b29b6e2ef4b1cbf709bfe6c0c66276d4541f6afc8031d"},{"version":"d9147cec8c6e0e20ae11852c7a15085769befa4e780ca9bd100ca2c7e9db1532","signature":"998699eba617b9157327ec3be6a0da70bc0ffd86a40a20c21ed619f6f5eda300"},{"version":"94a5f6247d03f4072bb95e9c381e93fec73833dc4fdfb9c49318fbef4c76a310","signature":"04a54102a8f6780bee6e4fb11f2a4385bd5db1c108232b61ebf197296005fc55"},{"version":"7853744c3ef97b5d1985112225e71e6a6567e129b6eb4239a7f551a748f82a4d","signature":"a5acce94760166021b02598b5b4e9048d761cd713d0094743979f8dc97171395"},{"version":"14f0dc09968e72de27228594bafa2621498bc7b222e1963dc508666e5e88eae8","signature":"c75c4ce24b1f7976aabe62f58b079210dda7c8bff461cb852903ce0063b876f5"},{"version":"448b6749f1c41eb3c12a53889ff50095148c71066a4d5df566c274c1e28ce257","signature":"1905cf2a2c68efce92637b0637dd1db38e2fd5683e61901e6447bcf8fca752f7"},{"version":"3781ab2e8f69f8211d1b76142da2f4528b1cb95277031a747da340aebc41b40c","signature":"9cac36fd227125723097775e2700432838e54d9c1530cd45f36653e20513dc61"},{"version":"3d9373f113b17e319484033d8c90257d6d3b02ff64994b2bdf3470129961f4c3","signature":"b461bba9fdefa4860fbbe4ab8d584aba4ff2410d7a940ccd08d797ba62b9b4ad"},{"version":"c61924e5279fe18980383cfc1a82d8da204ced49f8890ff8b76a96f26784cbc7","signature":"1b0dddfa3431d9cf7489393f6eda8c39d64b0ad5006e61b323b41e946de1cb64"},{"version":"06839aae07c9eb684746b4148a05f65aefa5f79a7311deecebe82ebb4a35b22f","signature":"69f943fd9ea150bdae776e0753da4e9e7cb5bcd2c3b357241669cb7b1146a8ef"},{"version":"9b1d4524172ee9d615e612e396637e7c471a2addb29b72b56521daba4a38b377","signature":"19f4c3da100f6ae2baeb548f5334cd238ea8da4a62812afe579f9ecc4fd6b35a"},{"version":"0dcd6d71e953763b9faf89c0c9b2ed96a56011c6ece3f7fd6b06c94ab34b0419","signature":"2f3641dc015c1f0d5a0c6d3425c05cccb6b4a58960014138e988d7ac7e89e95b"},{"version":"bf78b3e7c0de43d8ead5c7fe9c1ebf58f7219b7a0a38bab344d4b22fd41743ef","signature":"c4178d7f38a1a95f9e7763e4ede95a8ff29c134ce9dde7a5532c617489e73e32"},{"version":"c8a8e4bb94f3ce7a540355b8d49fb4ff5a537e8cf5fd937d5b430a8ad2b59c5b","signature":"d76e3643450c47b47c246ddefcaee7210175a5200f96c68c36f22290ae908999"},{"version":"73e654113ed338086b7549141ab127b7646ed7f51f9a559ce8873290a991c8af","signature":"060b73fbb370ddb4d790bca51dd91765129a04d4321f5989bcb5469722ae190c"},{"version":"3f1ba5e7aa065073f6341688b22ebd917991ecc9ddb327e5d0b613606fc55ed0","signature":"6b52835e215f2dea36fbdb96e174c45e91467fb18a57ca02bc4a44ad4bfdd557"},{"version":"e8f8e75c7d83bb81b9fb8e3cf8a7fed915e113a35d2d46fbb121021aaa52eeb1","signature":"b248a2c86a9608ef3f4c5480fda53e28daaa858fdfbfbe9ed31e0e0a0aa83b69"},{"version":"20daec6882e1d9ff1c3871026eeea68972c45a7d46e33e35499027849c959bff","signature":"d38038c1daa64482b31d0ec1fa336d9a47b09e647cf788ceef2fb3e8310bb09f"},{"version":"e84dd27f2c7845aa5afc26cb491566dd4ffb77906ed067bf8b94d1b35591b42c","signature":"c3a6919d157c2437257cfa8eff0d2f60d804630748d55f96360ddc8ce93f15b3"},{"version":"42221ab620b5c643d8acf4ebf0be653237ae703e61d75d080865169dc216b709","signature":"5e5971464c4425f6c6a5bfd8c1b6c144118591a7e1d8178313d44740a3b161fd"},{"version":"73b26e3c7b6eaf55f643c472c43230568ac1bc788fe30a40c90a8c55c32fc4e1","signature":"e81de24f4f00f9548b07e616c9dc22c3a2266807775c56bef9fe46697cc548d1"},{"version":"617bb5ccb64e7d32ee9b1f257e613349414bd811b9a867c5cee310d7cf7b7559","signature":"d8a5707a9f2502bcb4362258f1df33c40256fd5c98fa00dff7c3210a0bb6d0a6"},{"version":"2473eef5cdbb6035fb7c0983edda216231a78e91f501afdb256d4d8497297617","signature":"7e66d9b5e4e3ad7e26f4143447835da4cda365faef0a3892a89c47b2bdf36c86"},{"version":"3a97444a600cf4b4baafe6381add95bc41aa307b9bec159b7425837e06f49244","signature":"f1ad756dfd15039835ab4a1de31f03998aebcf0b9c927a17f33d55bce449bf2a"},{"version":"402c6f70afc7d5df3fdb54e3f664de9ea874af347fe54b814918ae1749b9a957","signature":"088776fa648f7419caaf011b861a29a7b7879f5b0df2bfff046b56f92dcb6ecf"},{"version":"7d6da094cbc76e84428fe4d59076a498c72fe18a28efc07552602b9a059f186c","signature":"5125dcacb1417e6bfaf4ddebbc2c0574f29d8770f0b2f83c478c3a070566342a"},{"version":"fd215c07f5de917879cfef7b20517092933ab9b1c3516164cff05610d5278058","signature":"8fa46771471e73275f627ca29cc6ad4227cbfad15a7a0abcc7027d13867e55ea"},{"version":"fc959ea0cd241740691c28875d0c2b3c9274a0f9fd1c4ff8d1602cfde7e6e080","signature":"f4702234ed1e3cc41f75bd74ea51d00929211a22cab239a3e5e07b357afc300e"},{"version":"db5054f8cedc97073b84b81dff20d0db21fc4b199ba0cd7b81b07fb0c2d8b455","signature":"4a01ef7e426b46312749b6bc3239aa33714573cdbf99b19ad8fa685cc5148e04"},{"version":"01259cc51fc293daa62f8dd3045c3fafc5364767617ba6f9310a67ad2d25aea8","signature":"d314c26067a277987fda599c934a9318d803c0b06b9a375e0dd1d2f6da9f3da0"},{"version":"9d23d162b6ddbc219ce2124e805b08aee6589f631e1ec4024bd0067f554bcd0c","signature":"7df0848e1a42b4e997f23f3d432ef1920a6c3b0587d32aedb6ae851f3b1aee2b"},{"version":"24d9d5ecc018888f466fc0cdcc63967f340313ecd666d27112b5a83e1eeea2c9","signature":"5be7ddc8c1edff3bb3925c3d3e2a999a4ca7fdf33906bebce8f8688e5c85034f"},{"version":"6afa90097461b708ef4888e3a057a83d62e766e1d3b944b84e97503cbc5cacad","signature":"218c2533a5deffeb04f929c81888025e7123f780a7d7308614b6d06bf94e5e84"},{"version":"9cfc6ae555779039d5f0d1615b57ef5499fb4da851cf91ce6644ac29e7700856","signature":"accc5db8d171acebc350b2f6380240bd09f6c9777b4a9776b2f7af62f3239853"},{"version":"ca38d768d9ff57c3fedfdaa821f5969863bfdf7efa6530a30caa7312bb454b65","signature":"e9dd5f52c1e6edc780ececd7b176b1ad8ce106f35a9f0fdb67f3c8668522e839"},{"version":"86db65ebd21ca8ab6e7df4252bc179dacc9906d05b801191427b4e1dd6fca88c","signature":"8ed9ddb9c445454c11ae7632c61ccb50f42e84fe769ff698f9675047e6e41c84"},{"version":"f1490b44970b5d97db8307cb82b470a09e71cbe673939a4c41b30e66cb8c2c82","signature":"8e609bb71c20b858c77f0e9f90bb1319db8477b13f9f965f1a1e18524bf50881"},{"version":"84f090849fcf05385e3028adb7e0dd317ef90d2d6e2ce5b3014cc227ad959012","signature":"15a84436cf944e1fd426624372ee52fb1f5e46c515bcb778619e821275942b9e"},{"version":"fb396aed0372a9d07b066357137a71cada3c2cdcf63a943bb5cf54693879170f","signature":"8c2494044864da412ce9916eea8a66342b4a947f88b3dd22c175063aca1dddc4"},{"version":"0866f5c3af2d2991560fe573f7770a5de4df9e8661f3422dc3cdf3d07c7ca77b","signature":"29ee4936c7f6c66e5b967bee5e5c062c89cd6a7697ea354be2c6ef79544d2c5a"},{"version":"5d3de1f16098f5f882e7505d5d1eddb2a9463d9dcbe7b03f022d363e3e9b4cc0","signature":"6b001100afde7b8246b0b6aebe74a5c41c6054666bd4dee6e34521706d3b867b"},{"version":"0a51a88972a90a4308abdffb89d7339455145c55b8f371cb4ee92d88548c4dea","signature":"a208a319c19376e0e8d953d58ddee7b2cc8de3be72e110f97c7fbaa23bf1e5b4"},{"version":"f2492c82b866dbbec1cbf905068d3f10395eba9eddfeb93cd68d7999c7c02e94","signature":"709f62b8c98e1db14602e873218cc5d22f81d64cd88f25adb5b4d2705a7e5d5c"},{"version":"5af20831c647d0f95b2ce4c7d66544b36af5f6ea3a0af0c43478a657bf58feff","signature":"284bf56773e6da050a953484eaca4beaceedce83b49be512a527ce88111a9a1a"},{"version":"1e8c51eaab31c7c7ce8590e80b8663f360aed54caf8cdf2643349ef59ae27876","signature":"1a85409fafbd8616120a0a0e65fde663d6ce75fc66a83cdfa2b6553baea53cdc"},{"version":"85d33ba4097c3f24ceeca365379301c327d5291da44e57bbcf301b68621f3708","signature":"33612a1d9e60be6cb57a6cc5e1b364840ab6930b72464f19bb4361bfd68c37a3"},{"version":"39426a077f479e1b77cd46b3b2341d76963fc3f4832143effe966b22cd77b72f","signature":"976a07c70d961e35f4ff28926415b8d479400e46fb667f664ce10339226b2fe8"},{"version":"f7f1e3147bdda813f8f14187c20ee886cd7cc1f1fe2bf61f678727789cf671ac","signature":"5a6534f5d0435656321853f3e16dd4c7f944162ec9af7a99ff9d0142947bf359"},{"version":"900683c32709e025b93cc18be550bbf2a2e5686e0ac5d058f25468062117a5a7","signature":"27909ca3d149c1c6f45b29b6e2ef4b1cbf709bfe6c0c66276d4541f6afc8031d"},{"version":"8628cb8f0ae9525851a3b3ccb07a60b5043699843befe7226fc554ff4139987b","signature":"d5d357f555e6f34eae1b87fa0d2622cd4d243145c705dc6408ceae7f591cfd40"},{"version":"98697dd9eca9863d7490c6fde283f3018798f1f57df1ac4ad754382ac2d25b80","signature":"b546c64e0e45bd8ce4806cc8e541c99c161ea07eedd9259dd3bd33bda8713a36"},{"version":"6bb36f0e8fc014f9bd759d81ef3e5ceac258f359e4ae19e2b856150577b37a18","signature":"a3432be9faf500053701c7c7dd0117c0c23fefe51807ee74829db6507736e463"},{"version":"6dfb3b78da41b3548540f79e75959039b42107d89f168fc12094d86fdbc6a21b","signature":"6cb10423acf5726011131bf6e79754dc18b412ec8f335a09d1de6045bfd443fe"},{"version":"a5e79bb8f19b20dbe0c68bd79b290a2b444c6b545cfb78d31f963c8e250df9a2","signature":"80a3bbe0e4fdfaac2c0a8b92a3ed66d3ded5e8f454c5790c8d593872fc1197f1"},{"version":"4cce334e4debece9a8fe9e1731582299a42207058c7db50729d63fcff8189a22","signature":"043b2a84437ceee41987ecf59ccc88c502430359ca7409da82ebf77a8af59e70"},{"version":"09eca3ede06fd964fbc9b611200a85e0095a62a67ac473b8bd8969421e4314ac","signature":"ba9da035a3894eadb8a2c45f8ed91994ff56124e47b3e830bc27102edf619eb0"},{"version":"e66d43dfcddea457eba1932607fa69025d6c8bf2caf9776f8524dbb484a165ec","signature":"292ebd2977ebceff1836f8df3788f7d9472f41a26d0b4b6c704404a112f979dd"},{"version":"be5858891c2c334f9e53ef7f49bd61be4a379be9c8e0297981826a743e299c6f","signature":"f171f8d6a6814dfcb7edfd42728744ca3b4482f38aef02d4f8e220068e7d12f4"},{"version":"9f1a98de72fe3c00171db4a8470143cd5da2609cec08f3a0c21073c3ec791077","signature":"5ef4059db4d4ac518e838c27b560782f3dc39458004a782ac0a9df9f7ed9fde1"},{"version":"0b500f7ba9b8572cabcfffb8db35b1bf475ff9c6c414cb546c502a2f39546c10","signature":"d248a78d5e4bea035815dd54f943fedfc69fd7e6c55d6fe5af957c20f147fb0a"},{"version":"a3702eb08896a20432aa995551eef2fffe5848e86a8837eb6afdbcc024bd5638","signature":"d248a78d5e4bea035815dd54f943fedfc69fd7e6c55d6fe5af957c20f147fb0a"},{"version":"37b63316a47df5d09315a6c137a051617339dd8d8eb2e056dbae449e78e3d258","signature":"fa0de7906ceb6931a7544600f902c3b69258b6fd3a5c079bea2dfd65eabe0e59"},{"version":"64b9fb92292b1900ab59b32b55c22c69c1953280dc8fc6c057b7f0d2a611deb5","signature":"fa0de7906ceb6931a7544600f902c3b69258b6fd3a5c079bea2dfd65eabe0e59"},{"version":"716342c8bf542aa2de88d53224429b2ca4c266482e5f35bc8fe1ad27c47d5633","signature":"99f8cd656806c513d5308d8cf6abfd50d0ace6e9985b6f5babc36f5cb44211c6"},{"version":"41fff361e41fdcd5a4a7b69eab444940dbefb8a4ab206a51b87391eb79916957","signature":"9ac56e2af0dc7c8a14b4a3accd9e41553c15931bfbda0bb14e9e3f7404e33934"},{"version":"eba5d33b7cb69136af29deabe39856b17b1bce74416aeb1db10790cf9b32164b","signature":"d248a78d5e4bea035815dd54f943fedfc69fd7e6c55d6fe5af957c20f147fb0a"},{"version":"e495764208edda0600cb50a50b62f765eb706a6b9db44166dbb6d54c8f9eee45","signature":"b4d58ec0ee5953e935eb7446d08db5c22021be7621c4c3945c132c300a07116a"},{"version":"d471825ec8e3497ec5ade143b603b730d40367341e254a910cdde66cae4fe858","signature":"8b93142525a231ca64d023448ce684dde544b96bc61f095adf81151c70c9ea2a"},{"version":"1ada6d78663525650d378b07a50dac78649ccc794788d8a8b2629985d61086bc","signature":"462a34c5ce99bc7ad18d4e8aaccba3230918e0e1d7885c822e3f69466c08006e"},{"version":"3e536c223da94ed8710ddb4362f5816029b09b5eb83d82470d309f067a0f1620","signature":"5e3aa3762886f0d7add3347e4bd2f77f00c0e5f347f1147dd4133e3651188d00"},{"version":"0df5ddca9ea351be2ac6670a13bc5ecdd7b9a691121555decb150827b1c49cf1","signature":"90b8333c67f8de7c0fc0677b00a6979bf3ccb8d4659f0482262a77bb7bf517d9"},{"version":"3ebcb3324086e1e06cd3ddc024cd5303509cb5956d7ed28f7ce24f3b3b85bfab","signature":"462a34c5ce99bc7ad18d4e8aaccba3230918e0e1d7885c822e3f69466c08006e"},{"version":"f49932b31f8cdaaad056760c4859bea7d074734b750ce277a254184532d78200","signature":"46644db1af6f096ee5e7adbd4a591b2f30c28fb1386e8b516af215788051549a"},{"version":"26316325757c598f7c8b3a80364a082d9a34826e947b5fc2f72b219e5af78dcc","signature":"90b8333c67f8de7c0fc0677b00a6979bf3ccb8d4659f0482262a77bb7bf517d9"},{"version":"857e8c59cd947ae85f00d9b4805b2ffef9cb0d4f4a1bdd47abbae8cc29de65a7","signature":"462a34c5ce99bc7ad18d4e8aaccba3230918e0e1d7885c822e3f69466c08006e"},{"version":"430f49ff99173a9e094dc2cef01dc39b3c9f497519bafa803ce33eb73d9d2960","signature":"462a34c5ce99bc7ad18d4e8aaccba3230918e0e1d7885c822e3f69466c08006e"},{"version":"70521b6ab0dcba37539e5303104f29b721bfb2940b2776da4cc818c07e1fefc1","affectsGlobalScope":true,"impliedFormat":1},{"version":"030e350db2525514580ed054f712ffb22d273e6bc7eddc1bb7eda1e0ba5d395e","affectsGlobalScope":true,"impliedFormat":1},{"version":"d153a11543fd884b596587ccd97aebbeed950b26933ee000f94009f1ab142848","affectsGlobalScope":true,"impliedFormat":1},{"version":"21d819c173c0cf7cc3ce57c3276e77fd9a8a01d35a06ad87158781515c9a438a","impliedFormat":1},{"version":"a79e62f1e20467e11a904399b8b18b18c0c6eea6b50c1168bf215356d5bebfaf","affectsGlobalScope":true,"impliedFormat":1},{"version":"0fd06258805d26c72f5997e07a23155d322d5f05387adb3744a791fe6a0b042d","affectsGlobalScope":true,"impliedFormat":1},{"version":"8e9c23ba78aabc2e0a27033f18737a6df754067731e69dc5f52823957d60a4b6","impliedFormat":1},{"version":"5929864ce17fba74232584d90cb721a89b7ad277220627cc97054ba15a98ea8f","impliedFormat":1},{"version":"24bd580b5743dc56402c440dc7f9a4f5d592ad7a419f25414d37a7bfe11e342b","impliedFormat":1},{"version":"25c8056edf4314820382a5fdb4bb7816999acdcb929c8f75e3f39473b87e85bc","impliedFormat":1},{"version":"c464d66b20788266e5353b48dc4aa6bc0dc4a707276df1e7152ab0c9ae21fad8","impliedFormat":1},{"version":"78d0d27c130d35c60b5e5566c9f1e5be77caf39804636bc1a40133919a949f21","impliedFormat":1},{"version":"c6fd2c5a395f2432786c9cb8deb870b9b0e8ff7e22c029954fabdd692bff6195","impliedFormat":1},{"version":"1d6e127068ea8e104a912e42fc0a110e2aa5a66a356a917a163e8cf9a65e4a75","impliedFormat":1},{"version":"5ded6427296cdf3b9542de4471d2aa8d3983671d4cac0f4bf9c637208d1ced43","impliedFormat":1},{"version":"6bdc71028db658243775263e93a7db2fd2abfce3ca569c3cca5aee6ed5eb186d","impliedFormat":1},{"version":"cadc8aced301244057c4e7e73fbcae534b0f5b12a37b150d80e5a45aa4bebcbd","impliedFormat":1},{"version":"385aab901643aa54e1c36f5ef3107913b10d1b5bb8cbcd933d4263b80a0d7f20","impliedFormat":1},{"version":"9670d44354bab9d9982eca21945686b5c24a3f893db73c0dae0fd74217a4c219","impliedFormat":1},{"version":"0b8a9268adaf4da35e7fa830c8981cfa22adbbe5b3f6f5ab91f6658899e657a7","impliedFormat":1},{"version":"11396ed8a44c02ab9798b7dca436009f866e8dae3c9c25e8c1fbc396880bf1bb","impliedFormat":1},{"version":"ba7bc87d01492633cb5a0e5da8a4a42a1c86270e7b3d2dea5d156828a84e4882","impliedFormat":1},{"version":"4893a895ea92c85345017a04ed427cbd6a1710453338df26881a6019432febdd","impliedFormat":1},{"version":"c21dc52e277bcfc75fac0436ccb75c204f9e1b3fa5e12729670910639f27343e","impliedFormat":1},{"version":"13f6f39e12b1518c6650bbb220c8985999020fe0f21d818e28f512b7771d00f9","impliedFormat":1},{"version":"9b5369969f6e7175740bf51223112ff209f94ba43ecd3bb09eefff9fd675624a","impliedFormat":1},{"version":"4fe9e626e7164748e8769bbf74b538e09607f07ed17c2f20af8d680ee49fc1da","impliedFormat":1},{"version":"24515859bc0b836719105bb6cc3d68255042a9f02a6022b3187948b204946bd2","impliedFormat":1},{"version":"ea0148f897b45a76544ae179784c95af1bd6721b8610af9ffa467a518a086a43","impliedFormat":1},{"version":"24c6a117721e606c9984335f71711877293a9651e44f59f3d21c1ea0856f9cc9","impliedFormat":1},{"version":"dd3273ead9fbde62a72949c97dbec2247ea08e0c6952e701a483d74ef92d6a17","impliedFormat":1},{"version":"405822be75ad3e4d162e07439bac80c6bcc6dbae1929e179cf467ec0b9ee4e2e","impliedFormat":1},{"version":"0db18c6e78ea846316c012478888f33c11ffadab9efd1cc8bcc12daded7a60b6","impliedFormat":1},{"version":"e61be3f894b41b7baa1fbd6a66893f2579bfad01d208b4ff61daef21493ef0a8","impliedFormat":1},{"version":"bd0532fd6556073727d28da0edfd1736417a3f9f394877b6d5ef6ad88fba1d1a","impliedFormat":1},{"version":"89167d696a849fce5ca508032aabfe901c0868f833a8625d5a9c6e861ef935d2","impliedFormat":1},{"version":"615ba88d0128ed16bf83ef8ccbb6aff05c3ee2db1cc0f89ab50a4939bfc1943f","impliedFormat":1},{"version":"a4d551dbf8746780194d550c88f26cf937caf8d56f102969a110cfaed4b06656","impliedFormat":1},{"version":"8bd86b8e8f6a6aa6c49b71e14c4ffe1211a0e97c80f08d2c8cc98838006e4b88","impliedFormat":1},{"version":"317e63deeb21ac07f3992f5b50cdca8338f10acd4fbb7257ebf56735bf52ab00","impliedFormat":1},{"version":"4732aec92b20fb28c5fe9ad99521fb59974289ed1e45aecb282616202184064f","impliedFormat":1},{"version":"2e85db9e6fd73cfa3d7f28e0ab6b55417ea18931423bd47b409a96e4a169e8e6","impliedFormat":1},{"version":"c46e079fe54c76f95c67fb89081b3e399da2c7d109e7dca8e4b58d83e332e605","impliedFormat":1},{"version":"bf67d53d168abc1298888693338cb82854bdb2e69ef83f8a0092093c2d562107","impliedFormat":1},{"version":"ba97261afafe85aafe76d988e65e531da8e8cf791c49caf0531f5dd1689bd91b","affectsGlobalScope":true,"impliedFormat":1},{"version":"f52e8dacc97d71dcc96af29e49584353f9c54cb916d132e3e768d8b8129c928d","impliedFormat":1},{"version":"7394959e5a741b185456e1ef5d64599c36c60a323207450991e7a42e08911419","impliedFormat":1},{"version":"76103716ba397bbb61f9fa9c9090dca59f39f9047cb1352b2179c5d8e7f4e8d0","impliedFormat":1},{"version":"53eac70430b30089a3a1959d8306b0f9cfaf0de75224b68ef25243e0b5ad1ca3","affectsGlobalScope":true,"impliedFormat":1},{"version":"4314c7a11517e221f7296b46547dbc4df047115b182f544d072bdccffa57fc72","impliedFormat":1},{"version":"115971d64632ea4742b5b115fb64ed04bcaae2c3c342f13d9ba7e3f9ee39c4e7","impliedFormat":1},{"version":"c2510f124c0293ab80b1777c44d80f812b75612f297b9857406468c0f4dafe29","affectsGlobalScope":true,"impliedFormat":1},{"version":"a40826e8476694e90da94aa008283a7de50d1dafd37beada623863f1901cb7fb","impliedFormat":1},{"version":"86956cc2eb9dd371d6fab493d326a574afedebf76eef3fa7833b8e0d9b52d6f1","affectsGlobalScope":true,"impliedFormat":1},{"version":"24642567d3729bcc545bacb65ee7c0db423400c7f1ef757cab25d05650064f98","impliedFormat":1},{"version":"e6f5a38687bebe43a4cef426b69d34373ef68be9a6b1538ec0a371e69f309354","impliedFormat":1},{"version":"a6bf63d17324010ca1fbf0389cab83f93389bb0b9a01dc8a346d092f65b3605f","impliedFormat":1},{"version":"e009777bef4b023a999b2e5b9a136ff2cde37dc3f77c744a02840f05b18be8ff","impliedFormat":1},{"version":"1e0d1f8b0adfa0b0330e028c7941b5a98c08b600efe7f14d2d2a00854fb2f393","impliedFormat":1},{"version":"ee1ee365d88c4c6c0c0a5a5701d66ebc27ccd0bcfcfaa482c6e2e7fe7b98edf7","affectsGlobalScope":true,"impliedFormat":1},{"version":"88bc59b32d0d5b4e5d9632ac38edea23454057e643684c3c0b94511296f2998c","affectsGlobalScope":true,"impliedFormat":1},{"version":"e9ad08a376ac84948fcca0013d6f1d4ae4f9522e26b91f87945b97c99d7cc30b","impliedFormat":1},{"version":"eaf9ee1d90a35d56264f0bf39842282c58b9219e112ac7d0c1bce98c6c5da672","impliedFormat":1},{"version":"c15c4427ae7fd1dcd7f312a8a447ac93581b0d4664ddf151ecd07de4bf2bb9d7","impliedFormat":1},{"version":"5135bdd72cc05a8192bd2e92f0914d7fc43ee077d1293dc622a049b7035a0afb","impliedFormat":1},{"version":"4f80de3a11c0d2f1329a72e92c7416b2f7eab14f67e92cac63bb4e8d01c6edc8","impliedFormat":1},{"version":"6d386bc0d7f3afa1d401afc3e00ed6b09205a354a9795196caed937494a713e6","impliedFormat":1},{"version":"07562498d06bc1db00536c886f38e5f9892f8aef7a3720a25db714be4c775952","affectsGlobalScope":true,"impliedFormat":1},{"version":"d4047ed87e765bd3bcc316a0c4c4c8b0061628460d8a5412d1c4b53a4658665a","impliedFormat":1},{"version":"b1b6ee0d012aeebe11d776a155d8979730440082797695fc8e2a5c326285678f","impliedFormat":1},{"version":"45875bcae57270aeb3ebc73a5e3fb4c7b9d91d6b045f107c1d8513c28ece71c0","impliedFormat":1},{"version":"3eb62baae4df08c9173e6903d3ca45942ccec8c3659b0565684a75f3292cffbb","affectsGlobalScope":true,"impliedFormat":1},{"version":"a85683ef86875f4ad4c6b7301bbcc63fb379a8d80d3d3fd735ee57f48ef8a47e","affectsGlobalScope":true,"impliedFormat":1},{"version":"3f16a7e4deafa527ed9995a772bb380eb7d3c2c0fd4ae178c5263ed18394db2c","impliedFormat":1},{"version":"c6b4e0a02545304935ecbf7de7a8e056a31bb50939b5b321c9d50a405b5a0bba","impliedFormat":1},{"version":"fab29e6d649aa074a6b91e3bdf2bff484934a46067f6ee97a30fcd9762ae2213","impliedFormat":1},{"version":"8145e07aad6da5f23f2fcd8c8e4c5c13fb26ee986a79d03b0829b8fce152d8b2","impliedFormat":1},{"version":"e1120271ebbc9952fdc7b2dd3e145560e52e06956345e6fdf91d70ca4886464f","impliedFormat":1},{"version":"15c5e91b5f08be34a78e3d976179bf5b7a9cc28dc0ef1ffebffeb3c7812a2dca","impliedFormat":1},{"version":"58832ded29e0094047596544ac391d68c799d7bd7d35936f47221857141628f1","impliedFormat":1},{"version":"553870e516f8c772b89f3820576152ebc70181d7994d96917bb943e37da7f8a7","impliedFormat":1},{"version":"37ba7b45141a45ce6e80e66f2a96c8a5ab1bcef0fc2d0f56bb58df96ec67e972","impliedFormat":1},{"version":"93452d394fdd1dc551ec62f5042366f011a00d342d36d50793b3529bfc9bd633","impliedFormat":1},{"version":"745c4240220559bd340c8aeb6e3c5270a709d3565e934dc22a69c304703956bc","affectsGlobalScope":true,"impliedFormat":1},{"version":"2754d8221d77c7b382096651925eb476f1066b3348da4b73fe71ced7801edada","impliedFormat":1},{"version":"9212c6e9d80cb45441a3614e95afd7235a55a18584c2ed32d6c1aca5a0c53d93","affectsGlobalScope":true,"impliedFormat":1},{"version":"bef91efa0baea5d0e0f0f27b574a8bc100ce62a6d7e70220a0d58af6acab5e89","affectsGlobalScope":true,"impliedFormat":1},{"version":"282fd2a1268a25345b830497b4b7bf5037a5e04f6a9c44c840cb605e19fea841","impliedFormat":1},{"version":"5360a27d3ebca11b224d7d3e38e3e2c63f8290cb1fcf6c3610401898f8e68bc3","impliedFormat":1},{"version":"66ba1b2c3e3a3644a1011cd530fb444a96b1b2dfe2f5e837a002d41a1a799e60","impliedFormat":1},{"version":"7e514f5b852fdbc166b539fdd1f4e9114f29911592a5eb10a94bb3a13ccac3c4","impliedFormat":1},{"version":"7d6ff413e198d25639f9f01f16673e7df4e4bd2875a42455afd4ecc02ef156da","affectsGlobalScope":true,"impliedFormat":1},{"version":"6bd91a2a356600dee28eb0438082d0799a18a974a6537c4410a796bab749813c","affectsGlobalScope":true,"impliedFormat":1},{"version":"f689c4237b70ae6be5f0e4180e8833f34ace40529d1acc0676ab8fb8f70457d7","impliedFormat":1},{"version":"ae25afbbf1ed5df63a177d67b9048bf7481067f1b8dc9c39212e59db94fc9fc6","impliedFormat":1},{"version":"ac5ed35e649cdd8143131964336ab9076937fa91802ec760b3ea63b59175c10a","impliedFormat":1},{"version":"52a8e7e8a1454b6d1b5ad428efae3870ffc56f2c02d923467f2940c454aa9aec","affectsGlobalScope":true,"impliedFormat":1},{"version":"78dc0513cc4f1642906b74dda42146bcbd9df7401717d6e89ea6d72d12ecb539","impliedFormat":1},{"version":"ad90122e1cb599b3bc06a11710eb5489101be678f2920f2322b0ac3e195af78d","impliedFormat":1},{"version":"29f72ec1289ae3aeda78bf14b38086d3d803262ac13904b400422941a26a3636","affectsGlobalScope":true,"impliedFormat":1}],"root":[[68,70],101,102,107,116,140,[157,163],[176,179],185,[187,193],[198,212],[220,237],[327,423]],"options":{"allowJs":true,"allowSyntheticDefaultImports":true,"declaration":true,"esModuleInterop":true,"experimentalDecorators":true,"importHelpers":true,"inlineSources":true,"module":99,"noEmitOnError":true,"outDir":"./","rootDir":"..","skipLibCheck":true,"sourceMap":true,"strict":true,"target":5,"useDefineForClassFields":false},"referencedMap":[[248,1],[250,2],[51,1],[57,1],[58,3],[61,4],[59,4],[63,4],[66,5],[65,4],[64,4],[62,4],[60,6],[52,1],[53,7],[133,8],[131,9],[132,10],[134,11],[135,12],[319,13],[317,14],[318,15],[314,16],[316,17],[315,18],[122,19],[121,20],[307,21],[306,22],[305,23],[124,24],[125,25],[72,26],[71,20],[123,27],[130,28],[129,29],[128,1],[126,30],[127,31],[167,27],[255,1],[263,32],[264,33],[265,1],[294,34],[287,35],[293,36],[292,37],[291,1],[288,38],[290,39],[296,40],[297,41],[295,42],[257,1],[268,43],[285,44],[284,45],[286,46],[262,47],[281,48],[283,49],[278,50],[280,51],[272,52],[277,53],[273,54],[275,55],[274,56],[256,1],[258,57],[271,1],[260,57],[259,58],[261,59],[279,60],[289,1],[266,1],[270,1],[267,1],[282,1],[269,61],[276,57],[186,62],[213,62],[214,62],[197,62],[156,62],[144,63],[145,64],[143,65],[146,66],[147,67],[148,68],[149,69],[150,70],[151,71],[152,72],[153,73],[154,74],[155,75],[523,1],[469,76],[470,76],[471,77],[429,78],[472,79],[473,80],[474,81],[424,1],[427,82],[425,1],[426,1],[475,83],[476,84],[477,85],[478,86],[479,87],[480,88],[481,88],[483,89],[482,90],[484,91],[485,92],[486,93],[468,94],[428,1],[487,95],[488,96],[489,97],[522,98],[490,99],[491,100],[492,101],[493,102],[494,103],[495,104],[496,105],[497,106],[498,107],[499,108],[500,108],[501,109],[502,1],[503,1],[504,110],[506,111],[505,112],[507,113],[508,114],[509,115],[510,116],[511,117],[512,118],[513,119],[514,120],[515,121],[516,122],[517,123],[518,124],[519,125],[520,126],[521,127],[49,1],[430,1],[106,128],[103,1],[104,129],[105,130],[196,131],[194,1],[195,1],[54,132],[164,133],[48,134],[312,133],[141,134],[165,135],[55,1],[50,136],[67,137],[313,138],[142,139],[166,140],[56,141],[249,1],[47,1],[45,1],[46,1],[8,1],[10,1],[9,1],[2,1],[11,1],[12,1],[13,1],[14,1],[15,1],[16,1],[17,1],[18,1],[3,1],[19,1],[20,1],[4,1],[21,1],[25,1],[22,1],[23,1],[24,1],[26,1],[27,1],[28,1],[5,1],[29,1],[30,1],[31,1],[32,1],[6,1],[36,1],[33,1],[34,1],[35,1],[37,1],[7,1],[38,1],[43,1],[44,1],[39,1],[40,1],[41,1],[42,1],[1,1],[446,142],[456,143],[445,142],[466,144],[437,145],[436,146],[465,147],[459,148],[464,149],[439,150],[453,151],[438,152],[462,153],[434,154],[433,147],[463,155],[435,156],[440,157],[441,1],[444,157],[431,1],[467,158],[457,159],[448,160],[449,161],[451,162],[447,163],[450,164],[460,147],[442,165],[443,166],[452,167],[432,168],[455,159],[454,157],[458,1],[461,169],[175,170],[174,1],[401,171],[206,172],[366,173],[372,174],[371,172],[367,172],[368,172],[370,175],[369,172],[68,172],[220,176],[69,177],[378,178],[70,177],[212,179],[379,180],[380,180],[381,181],[373,172],[185,182],[200,183],[207,184],[101,185],[208,186],[179,187],[210,188],[201,189],[204,189],[202,189],[203,190],[205,190],[375,191],[188,177],[187,177],[211,192],[189,193],[190,193],[402,193],[191,194],[209,177],[374,195],[391,196],[385,183],[389,197],[390,198],[349,177],[384,199],[386,200],[387,200],[388,201],[332,202],[222,203],[223,203],[224,203],[225,203],[226,203],[227,203],[228,203],[229,203],[230,204],[231,205],[232,203],[233,206],[234,203],[235,203],[236,203],[237,203],[328,207],[330,203],[329,203],[221,208],[327,209],[331,210],[140,211],[158,212],[159,212],[160,212],[161,212],[162,212],[163,212],[177,213],[157,183],[176,214],[382,215],[178,216],[392,176],[396,217],[393,176],[395,218],[394,176],[333,219],[334,220],[335,221],[336,222],[338,223],[337,224],[339,225],[348,226],[340,227],[341,227],[342,227],[343,227],[344,227],[347,228],[346,227],[345,227],[400,229],[399,230],[403,231],[398,232],[102,233],[404,234],[377,235],[376,236],[107,237],[192,238],[116,239],[365,240],[350,241],[351,241],[352,241],[353,241],[354,241],[355,242],[356,241],[357,241],[359,243],[360,244],[361,245],[362,241],[363,246],[358,247],[364,248],[397,249],[383,250],[199,251],[198,252],[193,176],[405,253],[406,254],[407,255],[408,255],[409,253],[410,253],[411,254],[412,254],[413,254],[414,254],[415,254],[416,256],[417,257],[418,256],[419,256],[420,258],[421,253],[422,253],[423,253],[215,1],[216,259],[180,260],[184,261],[181,262],[183,20],[182,20],[326,263],[239,264],[240,264],[238,27],[245,264],[244,265],[243,264],[247,266],[251,267],[298,268],[254,269],[252,264],[308,270],[322,271],[310,264],[299,271],[300,271],[253,272],[309,271],[311,264],[304,264],[324,271],[320,273],[325,271],[246,264],[242,264],[323,271],[303,274],[321,264],[302,269],[301,269],[241,275],[173,276],[172,20],[170,1],[171,20],[169,277],[168,1],[139,278],[138,279],[137,280],[118,281],[119,282],[120,283],[117,20],[136,284],[219,285],[217,20],[218,286],[113,27],[111,1],[112,27],[114,27],[108,27],[115,287],[109,27],[110,27],[90,1],[74,1],[88,1],[82,1],[76,1],[94,1],[97,1],[83,1],[93,1],[75,1],[89,1],[79,1],[84,1],[100,288],[91,1],[96,1],[95,1],[77,1],[80,1],[81,1],[99,289],[98,27],[73,1],[92,1],[78,1],[87,290],[85,291],[86,292]],"version":"5.7.3"}
1
+ {"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.es2016.intl.d.ts","../../../node_modules/typescript/lib/lib.es2017.arraybuffer.d.ts","../../../node_modules/typescript/lib/lib.es2017.date.d.ts","../../../node_modules/typescript/lib/lib.es2017.object.d.ts","../../../node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","../../../node_modules/typescript/lib/lib.es2017.string.d.ts","../../../node_modules/typescript/lib/lib.es2017.intl.d.ts","../../../node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","../../../node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","../../../node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","../../../node_modules/typescript/lib/lib.es2018.intl.d.ts","../../../node_modules/typescript/lib/lib.es2018.promise.d.ts","../../../node_modules/typescript/lib/lib.es2018.regexp.d.ts","../../../node_modules/typescript/lib/lib.es2019.array.d.ts","../../../node_modules/typescript/lib/lib.es2019.object.d.ts","../../../node_modules/typescript/lib/lib.es2019.string.d.ts","../../../node_modules/typescript/lib/lib.es2019.symbol.d.ts","../../../node_modules/typescript/lib/lib.es2019.intl.d.ts","../../../node_modules/typescript/lib/lib.es2020.bigint.d.ts","../../../node_modules/typescript/lib/lib.es2020.date.d.ts","../../../node_modules/typescript/lib/lib.es2020.promise.d.ts","../../../node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","../../../node_modules/typescript/lib/lib.es2020.string.d.ts","../../../node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","../../../node_modules/typescript/lib/lib.es2020.intl.d.ts","../../../node_modules/typescript/lib/lib.es2020.number.d.ts","../../../node_modules/typescript/lib/lib.decorators.d.ts","../../../node_modules/typescript/lib/lib.decorators.legacy.d.ts","../../../node_modules/tslib/tslib.d.ts","../../../node_modules/lit-html/directive.d.ts","../../../node_modules/@types/trusted-types/lib/index.d.ts","../../../node_modules/lit-html/lit-html.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/lit-element/lit-element.d.ts","../../../node_modules/lit-html/is-server.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/configure/zero-config.ts","../src/data-card/data-card-field.ts","../src/data-card/data-card-gutter.ts","../../../node_modules/@material/web/icon/internal/icon.d.ts","../../../node_modules/@material/web/icon/icon.d.ts","../../utils/dist/src/sleep.d.ts","../../utils/dist/src/async-lock.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/has-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/adjust-list-param.d.ts","../../utils/dist/src/is-unvalued.d.ts","../../utils/dist/src/stringify-bignum.d.ts","../../utils/dist/src/encode-form-params.d.ts","../../utils/dist/src/cookie.d.ts","../../utils/dist/src/number-parser.d.ts","../../utils/dist/src/longpressable.d.ts","../../utils/dist/src/decode-html.d.ts","../../utils/dist/src/reactive-controllers/tooltip-reactive-controller.d.ts","../../utils/dist/src/reactive-controllers/index.d.ts","../../utils/dist/src/index.d.ts","../src/data-grid/data-grid-field.ts","../src/record-view/event-handlers/record-view-body-click-handler.ts","../../../node_modules/i18next/typescript/helpers.d.ts","../../../node_modules/i18next/typescript/options.d.ts","../../../node_modules/i18next/typescript/t.d.ts","../../../node_modules/i18next/index.d.ts","../src/record-view/record-view-body.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/common-button-styles.d.ts","../../styles/dist/src/common-grist-styles.d.ts","../../styles/dist/src/button-container-styles.d.ts","../../styles/dist/src/common-header-styles.d.ts","../../styles/dist/src/index.d.ts","../src/record-view/record-view.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","../../../node_modules/@material/web/elevation/internal/elevation.d.ts","../../../node_modules/@material/web/elevation/elevation.d.ts","../../../node_modules/@material/web/internal/controller/attachable-controller.d.ts","../../../node_modules/@material/web/focus/internal/focus-ring.d.ts","../../../node_modules/@material/web/focus/md-focus-ring.d.ts","../../../node_modules/@material/web/ripple/internal/ripple.d.ts","../../../node_modules/@material/web/ripple/ripple.d.ts","../../../node_modules/@material/web/labs/behaviors/mixin.d.ts","../../../node_modules/@material/web/labs/behaviors/element-internals.d.ts","../../../node_modules/@material/web/internal/controller/form-submitter.d.ts","../../../node_modules/@material/web/button/internal/button.d.ts","../../../node_modules/@material/web/button/internal/filled-button.d.ts","../../../node_modules/@material/web/button/filled-button.d.ts","../../../node_modules/@material/web/button/internal/outlined-button.d.ts","../../../node_modules/@material/web/button/outlined-button.d.ts","../../popup/dist/src/ox-prompt.d.ts","../../popup/dist/src/ox-floating-overlay.d.ts","../../popup/dist/src/open-popup.d.ts","../../popup/dist/src/index.d.ts","../src/empty-note.ts","../../../node_modules/lit-html/directives/if-defined.d.ts","../../../node_modules/lit/directives/if-defined.d.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/throttle.d.ts","../src/filters/filter-styles.ts","../src/filters/filter-checkbox.ts","../src/filters/filter-input-barcode.ts","../src/filters/filter-input.ts","../src/filters/filter-range-date.ts","../src/filters/filter-range-number.ts","../src/filters/filter-select-buttons.ts","../../../node_modules/lit-html/async-directive.d.ts","../../../node_modules/lit-html/directives/until.d.ts","../../../node_modules/lit/directives/until.d.ts","../../../node_modules/@material/web/typography/md-typescale-styles.d.ts","../../p13n/dist/src/types.d.ts","../../p13n/dist/src/p13n-mixin.d.ts","../../p13n/dist/src/ox-user-preferences-context.d.ts","../../p13n/dist/src/ox-user-preferences-provider.d.ts","../../p13n/dist/src/ox-user-preferences-consumer.d.ts","../../p13n/dist/src/index.d.ts","../../../packages/time-calculator/dist/src/registry.d.ts","../../../packages/time-calculator/dist/src/index.d.ts","../src/filters/filters-form.ts","../src/filters/filter-select.ts","../src/filters/registry.ts","../src/data-grid/data-grid-header.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/data-grid/data-grid-accum-field.ts","../../../node_modules/@types/lodash-es/debounce.d.ts","../src/data-list/data-list-gutter.ts","../src/data-list/data-list-field.ts","../src/data-list/event-handlers/record-partial-click-handler.ts","../src/data-list/event-handlers/record-partial-dblclick-handler.ts","../src/data-list/record-partial.ts","../src/record-view/record-view-handler.ts","../src/utils/supports-passive.ts","../../../node_modules/json5/lib/parse.d.ts","../../../node_modules/json5/lib/stringify.d.ts","../../../node_modules/json5/lib/index.d.ts","../../../node_modules/@types/lodash-es/pickby.d.ts","../src/utils/list-param.ts","../src/utils/index.ts","../src/data-grid/data-grid-body-style.ts","../src/data-grid/event-handlers/data-grid-body-click-handler.ts","../src/data-grid/event-handlers/data-grid-body-dblclick-handler.ts","../src/data-grid/event-handlers/data-grid-body-focus-change-handler.ts","../src/data-grid/event-handlers/data-grid-body-contextmenu-handler.ts","../src/data-grid/event-handlers/data-grid-body-keydown-handler.ts","../src/accumulator/accumulator.ts","../src/data-grid/data-grid-body.ts","../src/data-grid/data-grid-footer.ts","../src/data-manipulator.ts","../src/data-grid/data-grid.ts","../src/data-list/data-list.ts","../src/data-card/data-card.ts","../../../node_modules/@types/lodash-es/isempty.d.ts","../../../node_modules/@types/lodash-es/isequal.d.ts","../../headroom/dist/src/headroom.d.ts","../../headroom/dist/src/index.d.ts","../../pull-to-refresh/dist/src/pull-to-refresh-control.d.ts","../../pull-to-refresh/dist/src/pull-to-refresh.d.ts","../../pull-to-refresh/dist/src/index.d.ts","../src/const.ts","../src/editors/ox-grist-editor.ts","../src/editors/ox-grist-editor-checkbox.ts","../src/editors/ox-grist-editor-color.ts","../src/editors/ox-grist-editor-date.ts","../src/editors/ox-grist-editor-datetime.ts","../src/editors/ox-grist-editor-email.ts","../src/editors/ox-grist-editor-file.ts","../src/editors/ox-grist-editor-image.ts","../src/editors/ox-grist-editor-month.ts","../src/editors/ox-grist-editor-multiple-select.ts","../src/editors/ox-grist-editor-number.ts","../src/editors/ox-grist-editor-password.ts","../src/editors/ox-grist-editor-select.ts","../src/editors/ox-grist-editor-tel.ts","../src/editors/ox-grist-editor-text.ts","../src/editors/ox-grist-editor-textarea.ts","../src/editors/ox-grist-editor-time.ts","../../input/dist/src/ox-form-field.d.ts","../../input/dist/src/ox-buttons-radio.d.ts","../../input/dist/src/ox-checkbox.d.ts","../../input/dist/src/ox-select.d.ts","../../input/dist/src/ox-input-switch.d.ts","../../input/dist/src/ox-input-angle.d.ts","../../input/dist/src/ox-input-3dish.d.ts","../../input/dist/src/ox-input-3axis.d.ts","../../input/dist/src/ox-input-stack.d.ts","../../input/dist/src/ox-input-barcode.d.ts","../../../node_modules/@codemirror/state/dist/index.d.ts","../../../node_modules/style-mod/src/style-mod.d.ts","../../../node_modules/@codemirror/view/dist/index.d.ts","../../input/dist/src/ox-input-code.d.ts","../../input/dist/src/ox-input-color.d.ts","../../input/dist/src/ox-input-multiple-colors.d.ts","../../input/dist/src/ox-input-color-stops.d.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","../../input/dist/src/ox-input-color-gradient.d.ts","../../input/dist/src/ox-input-file.d.ts","../../input/dist/src/ox-input-image.d.ts","../../input/dist/src/ox-input-value-ranges.d.ts","../../input/dist/src/ox-input-value-map.d.ts","../../input/dist/src/ox-input-table.d.ts","../../input/dist/src/ox-input-scene-component-id.d.ts","../../../node_modules/@material/web/fab/internal/shared.d.ts","../../../node_modules/@material/web/fab/internal/fab.d.ts","../../../node_modules/@material/web/fab/fab.d.ts","../../input/dist/src/ox-input-crontab.d.ts","../../input/dist/src/ox-input-partition-keys.d.ts","../../input/dist/src/ox-input-duration.d.ts","../../input/dist/src/ox-input-quantifier.d.ts","../../../node_modules/lit-html/directives/class-map.d.ts","../../../node_modules/lit/directives/class-map.d.ts","../../../node_modules/@material/web/chips/internal/chip.d.ts","../../../node_modules/@material/web/chips/internal/multi-action-chip.d.ts","../../../node_modules/@material/web/chips/internal/filter-chip.d.ts","../../../node_modules/@material/web/chips/filter-chip.d.ts","../../../node_modules/@material/web/chips/internal/chip-set.d.ts","../../../node_modules/@material/web/chips/chip-set.d.ts","../../input/dist/src/ox-input-select-buttons.d.ts","../../input/dist/src/ox-input-textarea.d.ts","../../input/dist/src/ox-input-direction.d.ts","../../input/dist/src/ox-input-table-column-config.d.ts","../../input/dist/src/ox-input-search.d.ts","../../input/dist/src/ox-input-signature.d.ts","../../input/dist/src/index.d.ts","../src/editors/ox-input-tree.ts","../src/editors/ox-grist-editor-tree.ts","../src/editors/ox-grist-editor-week.ts","../src/editors/ox-grist-editor-varname.ts","../src/editors/registry.ts","../src/editors/index.ts","../src/gutters/gutter-button.ts","../src/gutters/gutter-dirty.ts","../src/gutters/gutter-row-selector.ts","../src/gutters/gutter-sequence.ts","../src/gutters/registry.ts","../src/gutters/index.ts","../src/handlers/contextmenu-tree-mutation.ts","../src/handlers/move-down.ts","../src/handlers/move-up.ts","../src/handlers/record-copy.ts","../src/handlers/record-delete.ts","../src/handlers/record-view-handler.ts","../src/handlers/select-row.ts","../src/handlers/select-row-toggle.ts","../src/handlers/registry.ts","../src/handlers/index.ts","../src/data-report/data-report-field.ts","../src/renderers/ox-grist-renderer-boolean.ts","../src/renderers/ox-grist-renderer-color.ts","../src/renderers/ox-grist-renderer-date.ts","../src/renderers/ox-grist-renderer-file.ts","../src/renderers/ox-grist-renderer-image.ts","../src/renderers/ox-grist-renderer-json5.ts","../src/renderers/ox-grist-renderer-link.ts","../src/renderers/ox-grist-renderer-password.ts","../src/renderers/ox-grist-renderer.ts","../src/renderers/ox-grist-renderer-progress.ts","../src/renderers/ox-grist-renderer-select.ts","../src/renderers/ox-grist-renderer-text.ts","../src/renderers/ox-grist-renderer-textarea.ts","../src/renderers/ox-grist-renderer-tree.ts","../src/renderers/registry.ts","../src/renderers/index.ts","../src/configure/column-builder.ts","../src/configure/imex-option-builder.ts","../src/configure/list-option-builder.ts","../src/configure/tree-option-builder.ts","../src/configure/rows-option-builder.ts","../src/configure/filters-option-builder.ts","../src/configure/config-builder.ts","../src/data-consumer.ts","../src/data-provider.ts","../src/data-grist.ts","../src/record-view/ox-record-creator.ts","../src/record-view/index.ts","../src/data-card/data-card-gutter-menu.ts","../src/data-card/event-handlers/record-card-click-handler.ts","../src/data-card/event-handlers/record-card-dblclick-handler.ts","../src/data-card/record-card.ts","../src/filters/index.ts","../src/types.ts","../src/data-report/data-report-header.ts","../src/data-report/data-report-body-style.ts","../src/data-report/event-handlers/data-report-body-click-handler.ts","../src/data-report/event-handlers/data-report-body-dblclick-handler.ts","../src/data-report/event-handlers/data-report-body-keydown-handler.ts","../src/data-report/data-report-body.ts","../src/data-report/data-report-component.ts","../src/data-report.ts","../src/formatters/date-formatter.ts","../src/formatters/number-formatter.ts","../src/formatters/text-formatter.ts","../src/formatters/registry.ts","../src/formatters/index.ts","../src/sorters/sorters-control.ts","../src/personalizer/ox-grist-personalizer.ts","../src/personalizer/index.ts","../src/index.ts","../index.ts","../src/data-list/event-handlers/record-partial-long-press-handler.ts","../src/personalizer/ox-grist-filter-personalizer.ts","../src/record-view/event-handlers/record-view-body-keydown-handler.ts","../stories/accumulator-format.stories.ts","../stories/barcode-input-filter.stories.ts","../stories/bounded-select-filters.stories.ts","../stories/bounded-select-record.stories.ts","../stories/click-event-custom.stories.ts","../stories/click-event.stories.ts","../stories/creatable-only-column.stories.ts","../stories/default-filters.stories.ts","../stories/dynamic-editable.stories.ts","../stories/empty-sorters.stories.ts","../stories/explicit-fetch.stories.ts","../stories/fixed-column.stories.ts","../stories/grid-setting.stories.ts","../stories/grist-modes.stories.ts","../stories/group-header.stories.ts","../stories/record-view.stories.ts","../stories/textarea.stories.ts","../stories/tree-column-with-checkbox.stories.ts","../stories/tree-column.stories.ts","../../../node_modules/@types/node/compatibility/disposable.d.ts","../../../node_modules/@types/node/compatibility/indexable.d.ts","../../../node_modules/@types/node/compatibility/iterators.d.ts","../../../node_modules/@types/node/compatibility/index.d.ts","../../../node_modules/@types/node/globals.typedarray.d.ts","../../../node_modules/@types/node/buffer.buffer.d.ts","../../../node_modules/buffer/index.d.ts","../../../node_modules/undici-types/header.d.ts","../../../node_modules/undici-types/readable.d.ts","../../../node_modules/undici-types/file.d.ts","../../../node_modules/undici-types/fetch.d.ts","../../../node_modules/undici-types/formdata.d.ts","../../../node_modules/undici-types/connector.d.ts","../../../node_modules/undici-types/client.d.ts","../../../node_modules/undici-types/errors.d.ts","../../../node_modules/undici-types/dispatcher.d.ts","../../../node_modules/undici-types/global-dispatcher.d.ts","../../../node_modules/undici-types/global-origin.d.ts","../../../node_modules/undici-types/pool-stats.d.ts","../../../node_modules/undici-types/pool.d.ts","../../../node_modules/undici-types/handlers.d.ts","../../../node_modules/undici-types/balanced-pool.d.ts","../../../node_modules/undici-types/agent.d.ts","../../../node_modules/undici-types/mock-interceptor.d.ts","../../../node_modules/undici-types/mock-agent.d.ts","../../../node_modules/undici-types/mock-client.d.ts","../../../node_modules/undici-types/mock-pool.d.ts","../../../node_modules/undici-types/mock-errors.d.ts","../../../node_modules/undici-types/proxy-agent.d.ts","../../../node_modules/undici-types/env-http-proxy-agent.d.ts","../../../node_modules/undici-types/retry-handler.d.ts","../../../node_modules/undici-types/retry-agent.d.ts","../../../node_modules/undici-types/api.d.ts","../../../node_modules/undici-types/interceptors.d.ts","../../../node_modules/undici-types/util.d.ts","../../../node_modules/undici-types/cookies.d.ts","../../../node_modules/undici-types/patch.d.ts","../../../node_modules/undici-types/websocket.d.ts","../../../node_modules/undici-types/eventsource.d.ts","../../../node_modules/undici-types/filereader.d.ts","../../../node_modules/undici-types/diagnostics-channel.d.ts","../../../node_modules/undici-types/content-type.d.ts","../../../node_modules/undici-types/cache.d.ts","../../../node_modules/undici-types/index.d.ts","../../../node_modules/@types/node/globals.d.ts","../../../node_modules/@types/node/assert.d.ts","../../../node_modules/@types/node/assert/strict.d.ts","../../../node_modules/@types/node/async_hooks.d.ts","../../../node_modules/@types/node/buffer.d.ts","../../../node_modules/@types/node/child_process.d.ts","../../../node_modules/@types/node/cluster.d.ts","../../../node_modules/@types/node/console.d.ts","../../../node_modules/@types/node/constants.d.ts","../../../node_modules/@types/node/crypto.d.ts","../../../node_modules/@types/node/dgram.d.ts","../../../node_modules/@types/node/diagnostics_channel.d.ts","../../../node_modules/@types/node/dns.d.ts","../../../node_modules/@types/node/dns/promises.d.ts","../../../node_modules/@types/node/domain.d.ts","../../../node_modules/@types/node/dom-events.d.ts","../../../node_modules/@types/node/events.d.ts","../../../node_modules/@types/node/fs.d.ts","../../../node_modules/@types/node/fs/promises.d.ts","../../../node_modules/@types/node/http.d.ts","../../../node_modules/@types/node/http2.d.ts","../../../node_modules/@types/node/https.d.ts","../../../node_modules/@types/node/inspector.d.ts","../../../node_modules/@types/node/module.d.ts","../../../node_modules/@types/node/net.d.ts","../../../node_modules/@types/node/os.d.ts","../../../node_modules/@types/node/path.d.ts","../../../node_modules/@types/node/perf_hooks.d.ts","../../../node_modules/@types/node/process.d.ts","../../../node_modules/@types/node/punycode.d.ts","../../../node_modules/@types/node/querystring.d.ts","../../../node_modules/@types/node/readline.d.ts","../../../node_modules/@types/node/readline/promises.d.ts","../../../node_modules/@types/node/repl.d.ts","../../../node_modules/@types/node/sea.d.ts","../../../node_modules/@types/node/sqlite.d.ts","../../../node_modules/@types/node/stream.d.ts","../../../node_modules/@types/node/stream/promises.d.ts","../../../node_modules/@types/node/stream/consumers.d.ts","../../../node_modules/@types/node/stream/web.d.ts","../../../node_modules/@types/node/string_decoder.d.ts","../../../node_modules/@types/node/test.d.ts","../../../node_modules/@types/node/timers.d.ts","../../../node_modules/@types/node/timers/promises.d.ts","../../../node_modules/@types/node/tls.d.ts","../../../node_modules/@types/node/trace_events.d.ts","../../../node_modules/@types/node/tty.d.ts","../../../node_modules/@types/node/url.d.ts","../../../node_modules/@types/node/util.d.ts","../../../node_modules/@types/node/v8.d.ts","../../../node_modules/@types/node/vm.d.ts","../../../node_modules/@types/node/wasi.d.ts","../../../node_modules/@types/node/worker_threads.d.ts","../../../node_modules/@types/node/zlib.d.ts","../../../node_modules/@types/node/index.d.ts","../../../node_modules/@types/mocha/index.d.ts"],"fileIdsList":[[429,472],[248,249,429,472],[57,429,472],[53,57,429,472],[53,57,65,429,472],[59,429,472],[51,52,429,472],[56,132,429,472],[50,56,125,127,128,129,130,429,472],[50,122,131,429,472],[50,131,429,472],[56,134,429,472],[56,318,429,472],[56,316,429,472],[50,56,314,429,472],[56,125,127,128,313,429,472],[50,56,122,315,429,472],[50,314,429,472],[56,121,429,472],[50,56,429,472],[56,305,306,429,472],[305,429,472],[50,56,122,125,127,128,429,472],[56,123,429,472],[56,124,429,472],[56,71,429,472],[56,429,472],[56,129,429,472],[56,128,429,472],[50,56,123,429,472],[56,126,429,472],[255,262,429,472],[262,429,472],[255,262,292,293,429,472],[284,286,429,472],[292,429,472],[262,271,291,429,472],[287,429,472],[262,263,264,265,279,284,286,288,289,429,472],[263,264,429,472],[284,286,289,296,429,472],[284,286,289,294,429,472],[267,429,472],[257,284,429,472],[258,260,262,266,270,272,273,274,275,276,277,278,279,280,281,282,283,429,472],[257,285,429,472],[259,260,261,429,472],[266,272,273,429,472],[266,272,273,274,275,277,278,429,472],[257,266,267,268,269,272,273,274,275,277,429,472],[266,279,429,472],[258,266,429,472],[266,272,276,429,472],[266,271,272,429,472],[257,266,270,271,272,273,274,429,472],[257,266,429,472],[257,429,472],[256,258,429,472],[260,429,472],[257,258,260,429,472],[267,268,429,472],[155,429,472],[143,145,146,147,148,149,150,151,152,153,154,155,429,472],[143,144,146,147,148,149,150,151,152,153,154,155,429,472],[144,145,146,147,148,149,150,151,152,153,154,155,429,472],[143,144,145,147,148,149,150,151,152,153,154,155,429,472],[143,144,145,146,148,149,150,151,152,153,154,155,429,472],[143,144,145,146,147,149,150,151,152,153,154,155,429,472],[143,144,145,146,147,148,150,151,152,153,154,155,429,472],[143,144,145,146,147,148,149,151,152,153,154,155,429,472],[143,144,145,146,147,148,149,150,152,153,154,155,429,472],[143,144,145,146,147,148,149,150,151,153,154,155,429,472],[143,144,145,146,147,148,149,150,151,152,154,155,429,472],[143,144,145,146,147,148,149,150,151,152,153,155,429,472],[143,144,145,146,147,148,149,150,151,152,153,154,429,472],[429,469,472],[429,471,472],[472],[429,472,477,507],[429,472,473,478,484,485,492,504,515],[429,472,473,474,484,492],[424,425,426,429,472],[429,472,475,516],[429,472,476,477,485,493],[429,472,477,504,512],[429,472,478,480,484,492],[429,471,472,479],[429,472,480,481],[429,472,484],[429,472,482,484],[429,471,472,484],[429,472,484,485,486,504,515],[429,472,484,485,486,499,504,507],[429,467,472,520],[429,467,472,480,484,487,492,504,515],[429,472,484,485,487,488,492,504,512,515],[429,472,487,489,504,512,515],[427,428,429,468,469,470,471,472,473,474,475,476,477,478,479,480,481,482,483,484,485,486,487,488,489,490,491,492,493,494,495,496,497,498,499,500,501,502,503,504,505,506,507,508,509,510,511,512,513,514,515,516,517,518,519,520,521],[429,472,484,490],[429,472,491,515,520],[429,472,480,484,492,504],[429,472,493],[429,472,494],[429,471,472,495],[429,469,470,471,472,473,474,475,476,477,478,479,480,481,482,484,485,486,487,488,489,490,491,492,493,494,495,496,497,498,499,500,501,502,503,504,505,506,507,508,509,510,511,512,513,514,515,516,517,518,519,520,521],[429,472,497],[429,472,498],[429,472,484,499,500],[429,472,499,501,516,518],[429,472,484,504,505,506,507],[429,472,504,506],[429,472,504,505],[429,472,507],[429,472,508],[429,469,472,504],[429,472,484,510,511],[429,472,510,511],[429,472,477,492,504,512],[429,472,513],[429,472,492,514],[429,472,487,498,515],[429,472,477,516],[429,472,504,517],[429,472,491,518],[429,472,519],[429,472,477,484,486,495,504,515,518,520],[429,472,504,521],[103,104,105,429,472],[103,429,472],[103,104,429,472],[194,195,429,472],[50,53,429,472],[48,50,429,472],[50,429,472],[48,50,164,429,472],[48,49,429,472],[58,59,60,61,62,63,64,65,66,429,472],[312,429,472],[141,429,472],[165,429,472],[50,53,54,55,429,472],[429,439,443,472,515],[429,439,472,504,515],[429,434,472],[429,436,439,472,512,515],[429,472,492,512],[429,472,522],[429,434,472,522],[429,436,439,472,492,515],[429,431,432,435,438,472,484,504,515],[429,439,446,472],[429,431,437,472],[429,439,460,461,472],[429,435,439,472,507,515,522],[429,460,472,522],[429,433,434,472,522],[429,439,472],[429,433,434,435,436,437,438,439,440,441,443,444,445,446,447,448,449,450,451,452,453,454,455,456,457,458,459,461,462,463,464,465,466,472],[429,439,454,472],[429,439,446,447,472],[429,437,439,447,448,472],[429,438,472],[429,431,434,439,472],[429,439,443,447,448,472],[429,443,472],[429,437,439,442,472,515],[429,431,436,439,446,472],[429,472,504],[429,434,439,460,472,520,522],[174,429,472],[47,400,429,472],[47,383,429,472],[47,220,332,338,348,365,383,400,429,472],[47,366,367,368,369,370,371,383,429,472],[47,220,348,383,429,472],[47,429,472],[47,56,67,68,383,429,472],[47,56,67,70,72,139,383,429,472],[47,56,67,72,140,209,381,383,429,472],[47,69,70,381,429,472],[47,56,67,68,69,70,72,192,377,378,379,380,383,429,472],[47,56,67,68,184,383,429,472],[47,56,429,472],[47,56,67,68,100,101,142,185,186,192,199,200,201,202,203,204,205,206,383,429,472],[47,56,67,68,100,383,429,472],[47,56,67,68,72,100,383,429,472],[47,56,67,68,72,100,117,139,142,156,157,178,383,429,472],[47,56,67,115,140,167,179,199,207,208,209,383,429,472],[47,101,207,429,472],[47,207,429,472],[47,56,67,68,100,115,173,199,210,211,212,213,214,216,219,372,373,374,383,429,472],[47,56,67,72,191,209,383,429,472],[47,187,188,191,429,472],[47,56,67,68,72,187,188,189,190,192,377,383,429,472],[47,68,373,383,429,472],[47,56,67,68,106,115,219,366,372,373,374,383,390,429,472],[47,56,67,68,349,383,385,386,387,388,429,472],[47,56,67,68,115,383,384,389,429,472],[47,56,67,68,156,199,383,429,472],[47,349,389,429,472],[47,389,429,472],[47,221,228,331,429,472],[47,56,67,221,429,472],[47,56,67,118,221,429,472],[47,56,67,100,221,429,472],[47,56,67,166,221,383,429,472],[47,56,67,221,327,429,472],[47,56,67,68,101,175,383,429,472],[47,56,67,142,326,383,429,472],[47,101,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,328,329,330,383,429,472],[47,56,67,72,429,472],[47,50,383,429,472],[47,56,166,176,179,383,429,472],[47,56,67,118,157,167,173,175,178,375,383,429,472],[47,158,160,161,162,163,176,177,178,429,472],[47,158,159,160,161,162,163,177,383,429,472],[47,395,429,472],[47,220,392,393,394,429,472],[47,56,72,142,383,429,472],[47,56,67,72,383,429,472],[47,56,210,211,212,383,429,472],[47,210,211,212,383,429,472],[47,337,429,472],[47,333,334,335,336,383,429,472],[47,56,101,139,383,429,472],[47,347,429,472],[47,101,383,429,472],[47,339,340,341,342,343,344,345,346,383,429,472],[47,68,198,332,338,348,365,375,377,382,383,391,396,397,399,429,472],[47,398,429,472],[47,56,67,135,139,176,184,383,429,472],[47,56,67,135,139,184,326,375,383,429,472],[47,101,107,429,472],[47,107,429,472],[47,116,376,429,472],[47,56,67,72,116,139,375,383,429,472],[47,56,67,68,72,101,102,106,383,429,472],[47,101,116,191,207,381,383,429,472],[47,56,67,68,72,101,107,115,383,429,472],[47,350,351,352,353,354,355,356,357,358,359,360,361,364,429,472],[47,56,383,429,472],[47,56,196,383,429,472],[47,56,67,358,429,472],[47,56,166,383,429,472],[47,56,100,383,429,472],[47,56,67,142,358,429,472],[47,56,67,68,101,383,429,472],[47,69,70,101,187,188,191,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,381,383,429,472],[47,56,67,375,383,429,472],[47,50,69,70,101,187,188,191,332,349,358,381,382,429,472],[47,193,198,429,472],[47,196,197,383,429,472],[47,56,72,115,118,167,176,376,383,397,400,429,472],[47,56,72,115,118,167,176,383,397,400,429,472],[47,56,72,100,101,115,118,167,176,383,397,400,429,472],[47,56,72,115,118,139,167,176,376,383,397,400,429,472],[47,56,72,100,115,118,139,167,176,376,383,397,398,400,403,429,472],[47,56,72,107,115,167,366,383,400,429,472],[215,429,472],[106,429,472],[180,181,182,183,429,472],[56,106,429,472],[238,239,240,241,242,243,244,245,246,247,251,252,253,254,298,299,300,301,302,303,304,308,309,310,311,320,321,322,323,324,325,429,472],[50,56,238,429,472],[50,56,238,243,429,472],[50,56,117,238,429,472],[56,238,250,429,472],[50,56,182,238,254,290,295,297,429,472],[50,56,238,252,429,472],[50,56,72,238,307,429,472],[50,56,72,238,429,472],[50,56,72,238,252,429,472],[50,56,238,317,319,429,472],[72,182,252,290,297,429,472],[50,56,72,118,238,240,429,472],[168,169,170,171,172,429,472],[168,429,472],[117,118,119,120,136,138,429,472],[56,137,429,472],[50,56,72,429,472],[50,56,72,117,429,472],[50,56,117,429,472],[50,56,119,429,472],[50,56,72,133,135,429,472],[218,429,472],[217,429,472],[108,109,110,111,112,113,114,429,472],[73,74,75,76,77,78,79,80,81,82,83,84,87,88,89,90,91,92,93,94,95,96,97,99,429,472],[98,429,472],[85,86,429,472],[86,429,472],[85,429,472]],"fileInfos":[{"version":"e41c290ef7dd7dab3493e6cbe5909e0148edf4a8dad0271be08edec368a0f7b9","affectsGlobalScope":true,"impliedFormat":1},{"version":"45b7ab580deca34ae9729e97c13cfd999df04416a79116c3bfb483804f85ded4","impliedFormat":1},{"version":"3facaf05f0c5fc569c5649dd359892c98a85557e3e0c847964caeb67076f4d75","impliedFormat":1},{"version":"e44bb8bbac7f10ecc786703fe0a6a4b952189f908707980ba8f3c8975a760962","impliedFormat":1},{"version":"5e1c4c362065a6b95ff952c0eab010f04dcd2c3494e813b493ecfd4fcb9fc0d8","impliedFormat":1},{"version":"68d73b4a11549f9c0b7d352d10e91e5dca8faa3322bfb77b661839c42b1ddec7","impliedFormat":1},{"version":"5efce4fc3c29ea84e8928f97adec086e3dc876365e0982cc8479a07954a3efd4","impliedFormat":1},{"version":"4fd3f3422b2d2a3dfd5cdd0f387b3a8ec45f006c6ea896a4cb41264c2100bb2c","affectsGlobalScope":true,"impliedFormat":1},{"version":"c57796738e7f83dbc4b8e65132f11a377649c00dd3eee333f672b8f0a6bea671","affectsGlobalScope":true,"impliedFormat":1},{"version":"dc2df20b1bcdc8c2d34af4926e2c3ab15ffe1160a63e58b7e09833f616efff44","affectsGlobalScope":true,"impliedFormat":1},{"version":"515d0b7b9bea2e31ea4ec968e9edd2c39d3eebf4a2d5cbd04e88639819ae3b71","affectsGlobalScope":true,"impliedFormat":1},{"version":"62bb211266ee48b2d0edf0d8d1b191f0c24fc379a82bd4c1692a082c540bc6b1","affectsGlobalScope":true,"impliedFormat":1},{"version":"0dc1e7ceda9b8b9b455c3a2d67b0412feab00bd2f66656cd8850e8831b08b537","affectsGlobalScope":true,"impliedFormat":1},{"version":"ce691fb9e5c64efb9547083e4a34091bcbe5bdb41027e310ebba8f7d96a98671","affectsGlobalScope":true,"impliedFormat":1},{"version":"8d697a2a929a5fcb38b7a65594020fcef05ec1630804a33748829c5ff53640d0","affectsGlobalScope":true,"impliedFormat":1},{"version":"4ff2a353abf8a80ee399af572debb8faab2d33ad38c4b4474cff7f26e7653b8d","affectsGlobalScope":true,"impliedFormat":1},{"version":"936e80ad36a2ee83fc3caf008e7c4c5afe45b3cf3d5c24408f039c1d47bdc1df","affectsGlobalScope":true,"impliedFormat":1},{"version":"d15bea3d62cbbdb9797079416b8ac375ae99162a7fba5de2c6c505446486ac0a","affectsGlobalScope":true,"impliedFormat":1},{"version":"68d18b664c9d32a7336a70235958b8997ebc1c3b8505f4f1ae2b7e7753b87618","affectsGlobalScope":true,"impliedFormat":1},{"version":"eb3d66c8327153d8fa7dd03f9c58d351107fe824c79e9b56b462935176cdf12a","affectsGlobalScope":true,"impliedFormat":1},{"version":"38f0219c9e23c915ef9790ab1d680440d95419ad264816fa15009a8851e79119","affectsGlobalScope":true,"impliedFormat":1},{"version":"69ab18c3b76cd9b1be3d188eaf8bba06112ebbe2f47f6c322b5105a6fbc45a2e","affectsGlobalScope":true,"impliedFormat":1},{"version":"fef8cfad2e2dc5f5b3d97a6f4f2e92848eb1b88e897bb7318cef0e2820bceaab","affectsGlobalScope":true,"impliedFormat":1},{"version":"2f11ff796926e0832f9ae148008138ad583bd181899ab7dd768a2666700b1893","affectsGlobalScope":true,"impliedFormat":1},{"version":"4de680d5bb41c17f7f68e0419412ca23c98d5749dcaaea1896172f06435891fc","affectsGlobalScope":true,"impliedFormat":1},{"version":"954296b30da6d508a104a3a0b5d96b76495c709785c1d11610908e63481ee667","affectsGlobalScope":true,"impliedFormat":1},{"version":"ac9538681b19688c8eae65811b329d3744af679e0bdfa5d842d0e32524c73e1c","affectsGlobalScope":true,"impliedFormat":1},{"version":"0a969edff4bd52585473d24995c5ef223f6652d6ef46193309b3921d65dd4376","affectsGlobalScope":true,"impliedFormat":1},{"version":"9e9fbd7030c440b33d021da145d3232984c8bb7916f277e8ffd3dc2e3eae2bdb","affectsGlobalScope":true,"impliedFormat":1},{"version":"811ec78f7fefcabbda4bfa93b3eb67d9ae166ef95f9bff989d964061cbf81a0c","affectsGlobalScope":true,"impliedFormat":1},{"version":"717937616a17072082152a2ef351cb51f98802fb4b2fdabd32399843875974ca","affectsGlobalScope":true,"impliedFormat":1},{"version":"d7e7d9b7b50e5f22c915b525acc5a49a7a6584cf8f62d0569e557c5cfc4b2ac2","affectsGlobalScope":true,"impliedFormat":1},{"version":"71c37f4c9543f31dfced6c7840e068c5a5aacb7b89111a4364b1d5276b852557","affectsGlobalScope":true,"impliedFormat":1},{"version":"576711e016cf4f1804676043e6a0a5414252560eb57de9faceee34d79798c850","affectsGlobalScope":true,"impliedFormat":1},{"version":"89c1b1281ba7b8a96efc676b11b264de7a8374c5ea1e6617f11880a13fc56dc6","affectsGlobalScope":true,"impliedFormat":1},{"version":"74f7fa2d027d5b33eb0471c8e82a6c87216223181ec31247c357a3e8e2fddc5b","affectsGlobalScope":true,"impliedFormat":1},{"version":"f1e2a172204962276504466a6393426d2ca9c54894b1ad0a6c9dad867a65f876","affectsGlobalScope":true,"impliedFormat":1},{"version":"063600664504610fe3e99b717a1223f8b1900087fab0b4cad1496a114744f8df","affectsGlobalScope":true,"impliedFormat":1},{"version":"934019d7e3c81950f9a8426d093458b65d5aff2c7c1511233c0fd5b941e608ab","affectsGlobalScope":true,"impliedFormat":1},{"version":"52ada8e0b6e0482b728070b7639ee42e83a9b1c22d205992756fe020fd9f4a47","affectsGlobalScope":true,"impliedFormat":1},{"version":"3bdefe1bfd4d6dee0e26f928f93ccc128f1b64d5d501ff4a8cf3c6371200e5e6","affectsGlobalScope":true,"impliedFormat":1},{"version":"59fb2c069260b4ba00b5643b907ef5d5341b167e7d1dbf58dfd895658bda2867","affectsGlobalScope":true,"impliedFormat":1},{"version":"639e512c0dfc3fad96a84caad71b8834d66329a1f28dc95e3946c9b58176c73a","affectsGlobalScope":true,"impliedFormat":1},{"version":"368af93f74c9c932edd84c58883e736c9e3d53cec1fe24c0b0ff451f529ceab1","affectsGlobalScope":true,"impliedFormat":1},{"version":"8e7f8264d0fb4c5339605a15daadb037bf238c10b654bb3eee14208f860a32ea","affectsGlobalScope":true,"impliedFormat":1},{"version":"782dec38049b92d4e85c1585fbea5474a219c6984a35b004963b00beb1aab538","affectsGlobalScope":true,"impliedFormat":1},{"version":"a6a5253138c5432c68a1510c70fe78a644fe2e632111ba778e1978010d6edfec","impliedFormat":1},{"version":"00cb63103f9670f8094c238a4a7e252c8b4c06ba371fea5c44add7e41b7247e4","impliedFormat":99},{"version":"15fe687c59d62741b4494d5e623d497d55eb38966ecf5bea7f36e48fc3fbe15e","impliedFormat":1},{"version":"43f58358870effc43ba93c92c040dee2285cbd8685ddfa77658e498780727c4e","impliedFormat":99},{"version":"e056bb30bf82271634daeee81f772f4a7960085f01f6d4d09c8da1ebe5f6a623","impliedFormat":99},{"version":"5e30131b6a5587fe666926ad1d9807e733c0a597ed12d682669fcaa331aea576","impliedFormat":99},{"version":"86492a546c3308feaf1dde967afd325c321483b5e96f5fa9e9b6e691dc23fa9e","affectsGlobalScope":true,"impliedFormat":99},{"version":"9a318e3a8900672b85cd3c8c3a5acf51b88049557a3ae897ccdcf2b85a8f61f9","impliedFormat":99},{"version":"1bcd560deed90a43c51b08aa18f7f55229f2e30974ab5ed1b7bb5721be379013","impliedFormat":99},{"version":"dc08fe04e50bc24d1baded4f33e942222bbdd5d77d6341a93cfe6e4e4586a3be","impliedFormat":99},{"version":"cdeae34aca6700620ebf3f27cf7d439c3af97595dd6e2729fa4780483add5680","impliedFormat":99},{"version":"3ff87ea3471b51beaf4aa8fd8f4422862b11d343fdbb55bf383e0f8cc195a445","impliedFormat":99},{"version":"1cc188904259bd0985b24d9dc2a160891cb5e94210901466b951716fcdb4ff62","impliedFormat":99},{"version":"732fb71ecb695d6f36ddcbb72ebfe4ff6b6491d45101a00fa2b75a26b80d640f","impliedFormat":99},{"version":"039cb05125d7621f8143616c495b8e6b54249c4e64d2754b80ff93867f7f4b01","impliedFormat":99},{"version":"1b81f1fa82ad30af01ab1cae91ccaddc10c48f5916bbd6d282155e44a65d858d","impliedFormat":99},{"version":"a0fc7a02a75802678a67000607f20266cf1a49dc0e787967efe514e31b9ed0c3","impliedFormat":99},{"version":"5ebf098a1d81d400b8af82807cf19893700335cf91a7b9dbd83a5d737af34b11","impliedFormat":99},{"version":"101cf83ac3f9c5e1a7355a02e4fbe988877ef83c4ebec0ff0f02b2af022254a3","impliedFormat":99},{"version":"d017e2fcd44b46ca80cd2b592a6314e75f5caab5bda230f0f4a45e964049a43a","impliedFormat":99},{"version":"a8992b852521a66f63e0cedc6e1f054b28f972232b6fa5ca59771db6a1c8bbea","impliedFormat":99},{"version":"be46700f84d0795f4a876947a3e0fcfd5b2369653c55b9efd8bbd84464630062","signature":"386e5858ba95acd2c0fa5ed0c5bff19addb0ef8c32ebcaf171d5bdcbb9ab8a3e"},{"version":"194d831644482bfd506296a5ed9a37ae280f7aa36670105c7e06694368739ee1","signature":"cc6bcd576056d8ccc3bb297b152e9e4d694fa13a3790078fc9c03f361d82060b"},{"version":"a78b1a20f4d15bbf18fd8a8885616d03f52d1e74d18fb5fd0b909d771deea1a3","signature":"038f7ba9c3cb0d2097d1fb3f6294c355999e257e42d6769280e1a978c84f871c"},{"version":"5565deadc1d553f9f1ef370351432c258d2a6f1a5ca47e574e5430db824468c7","impliedFormat":99},{"version":"4ae1ed87c59518f4e0918a21409ec3020e97037a386b57953c6b9fed9cad6949","affectsGlobalScope":true,"impliedFormat":99},"05cfea0488751015b0b85911b6cdcde7c6cebdd9b8cada1ec0b5c1736357a552","f5800813e5c0d6c27d73b76f2c99f39bdfd6229d03553a8a9ae485f6aeb94425","4d5e201faa4bceca840b652dfc10795170c061f498e19429a06e056490aa69aa","6cf5098c7bf0c14358b656edd6103df1ae9f8c6a94abca9df8650c2b520d8096","ee11b7061adce4a1c0370620949a57851215b152a5632d2faf1aedbc90ad0520","f8c86fcbfb0a1e69a0ed28d3249cc33c312fa23a39c17e15cbbcc539bdcdc303","85e0f00b17c3ae8cd88438c754a2c43f4a9361e685b97a70e52e33afbf62488f","39d2d450df6efbf38585fd316f18922c8ac3fdfd4c3fc412d0bee34e2bc86378","4dcdfe4c18557fc02d8cb22cb422cb98bfeba8158aaf18cc66f9d99293ebe2c8","7efea6f2270a14f1b0d5f472f2a6fcb0a97beb677299e10b073cc2abdabeef51","642bd83dc8b11abc31785975f869fea5ab2dd84246acd13c6ad7e769fea95150","712dbb6cc6020b1dae2a2031b8a117717318652f73fd5042d508f7de416c47b7","3df6a0e8bdb7199dff6cf75c0250316f06b87c982bb47460960a1c5a793f5ca6","b3238dd00b7796eda3f507726e9882a55ff7043b249be8309abed22cfb7d7463","f499d7fb533781939c7a5ab778ac6e6c8ffe65601b1a61a843c36ee0013f05b6","7fcb76be88d4a64f6318b5a24b57021d7463f24485a3d1a931bf664c7e437534","d75490903da576f8fd0ee1c990858cb31e605d3db925593c12728bd0949eedfe","098ec42cd54c2b3354584c4fe8ad143040114891dde762741522b62788772f0d","1e73d612f806d183d6c16c4135c16c1a14dd827c1a67097e72ab1841852bfcb9","30046b0787c577061d43e498b507da8a249fbc58bbe33a09a7bef777e1d5fb67","cb2de9f1d7d286191834eeb331d23dc69eeb322745114ddad1695e4c575b5feb","dc2461db89dde29306a73a2926e2cf874e981ef034412f4d1e3d06d45bb3127e","13a5d8ec52111b64ed8fdcb47ab664b60085733c46c44aede33fd2926840ac31","1cf02270a889fcc3fa5863734fcdbea410d3b4dd71e4678a894a48028f836f6e","4f69dd36aa514494e2665a9dd1ecbb94f705c37f13554aa6f0c4b55d47dcfec1","c88faa2f2d9778aa0b4dedc2bfde0990b0beea6c45b0fc7d4a79e1294ebe8cb0","51f3be4aa09529ea1ad83a3d66830075a49e3e630df25d9892ef5708bb00de55","1bdef5c3270439174be1f8668f4e2d9b0e61be67f10e5dc770b4b7562caf04bb",{"version":"df209405158bed73bebf017085b1b2d2146ab13418b001d2aa9344a2f1533c61","signature":"09973dc7078994307990247facb1ee49da7c77f1bc4a5335f79a1921e4a9d081"},{"version":"4ddb9a84f8f53b8ac9a38f235d097856d1fb82b9a6e7b3048a4ad837ac5a60ef","signature":"b139ec32726b861d729421f33e3d51a26ced7a5556363ccd7c13b0463bc351f9"},{"version":"e30accdbef6f904f20354b6f598d7f2f7ff29094fc5410c33f63b29b4832172a","impliedFormat":1},{"version":"5fd2267cea69c19286f0e90a9ba78c0e19c3782ab2580bfc2f5678c5326fb78a","impliedFormat":1},{"version":"2a628d887712c299dd78731d2e18e5d456ac03fb258b8e39f61b2478b02481ee","impliedFormat":1},{"version":"b1e5f3a55aa219247976db1b0c6af31d07673e8085197aef925f25ca08fe12c4","impliedFormat":1},{"version":"8bddd4ec9353bd6a1a4f2ead07e0ee4d69ea5fa3415bd04f75b44926d99378e1","signature":"7aff7d5caa0d83e95ba764664bd401d5a1d66dbc5e4bd812729d23f1a508e6f1"},"cf93fb9208a01c80f0fad245c4360356e5de6c2384b7641acf0b9cc2f5c42448","336398b0efaf964124e636a9b29c4edd5870aee79ac64bf87be58a9d66b7c048","571bc65ec37ba124e762bb822e14a2b8502dc684e356be8feaccbd6b9cadd023","7cd455fc4c4818f19263d73b29c59f3fb5fd54b45a6ab83ca3eb3661281db56b","1c6b9b5501774a2ece6574be8e26092800e3f1f836f8c179b4f9fdd271a620f8","bcd2426fd141157e04e3a8eff914b575403587f398cf0878f07c2f283e0d1afd","bac8ff394e831e4dd3f0961d6abb414b0e2b4ba16fdeb502d087ebf0340ed5f6","51a48986bfceaa54e86e8402a1c3184de6e7f096f7d2a3ff1382d71aaaaf6d9b",{"version":"e5c4b0c7c7fceaae43fc77f110d04056ae3015ab10fc1ae81b7326dfa4f938d5","signature":"b7da2b23f7f5e389008828506bf82440ee9063ddf4a2018411a52785336905dd"},{"version":"b3cce191097ad73587c982166aee7391896953a4f0fd6d4755d93d1aa2cccbca","affectsGlobalScope":true},"8aff91f00938aa90ce829f4d577903d6826fa19e8edc583f7bb64ef1a6b4ae3b","d033de6f37b4734cea6214bdde25f0eb60999f8f803856eae89eb804c0b6e0fe","6d8223035d3e6d8ed0760d4579dc0cc582c8972ea198e4919c8080ec3e9baf0a",{"version":"6184309fe39e2fe444f4ba94e7cd1abef48fcb48e258457c3b77c65828184241","impliedFormat":99},{"version":"98c511f60c3079d731a35353a47bfa89dd79eeacad48a45d07170d22ef4bfd02","affectsGlobalScope":true,"impliedFormat":99},{"version":"905800cc110167503d0cf58bb0dd6fa4aaac1e9cedc9bd9c48e5d1f8b5b8d4c8","impliedFormat":99},{"version":"d17be577b99e59611df19ca2cf0356df554f55bb06617c21321fc4ec06b820d0","impliedFormat":99},{"version":"5f30145fbc8ca508ae4e0d90a4fe9eaff490783f380a92f6aa262accdf7887b7","affectsGlobalScope":true,"impliedFormat":99},{"version":"2c887f29f6796ea68247c626acbef560ff29bb8d0042b641e4fc69559841463d","impliedFormat":99},{"version":"f882b77c5939860d599b4b7bc39f741ebcd56123e18b284500f4b8923acd2e72","affectsGlobalScope":true,"impliedFormat":99},{"version":"0230bc76ed3a464531a43d2434d315b9cc2096aaca28bdaa65b8f9dce9f3bc81","impliedFormat":99},{"version":"559d2d1cd7f37dc2ac59e7adce198ad16a5eb0c7273d67b8e4ff72821b7c853f","impliedFormat":99},{"version":"afa8760622183e35e86f516574217eb1853b08cf2168be0bfe991643ece1a8fe","impliedFormat":99},{"version":"769a5a51c85453028684e225eec525a7f277ec659863e0496e5ba31dacf8435c","impliedFormat":99},{"version":"d08d474654640266d6ac03f51ee04d72438b78ea377b9dc4678c480ce0477e1a","impliedFormat":99},{"version":"929f21090183949e93fd99327d292bff76f781895d5252eb43319b2c3e014528","affectsGlobalScope":true,"impliedFormat":99},{"version":"f9f3097a031827350b6befd870e9da3ec0953b7269497c1a7c5dc840223d2fb3","impliedFormat":99},{"version":"d56278ed347a6685abc6da6b49277da36db3ddce86bd298c03b48a5f9c6d145c","affectsGlobalScope":true,"impliedFormat":99},"b73f10c107ec43e50acf38b06626eaa6ebeaa2093432f814338f9ddf1b4112fa","b6b0e59158a1c8ad34747722a19398d7bf26701e9ee2a130d80a52a815a8bb92","c97f742ef6e8c0bc4e5e4ad8d90b4489cdd3bd1c007510ee4a2e4c09266a11d2","6a17f676d06d3e695520b275dd483b4fe62d34b84926c0bf6425c08490ee2c41",{"version":"5d12cb6727905e2c47f26154cc2b0625adef069d5666e534dcb158f4eeee2317","signature":"b4e0c5592f4108bc1c855177aaa1b61d09d02f8e0f59089388aba7206c47d4d7"},{"version":"74fe889b1d2bba4b2893d518ba94e2b20dabe6d19d0c2f9554d9a5d3755710f4","impliedFormat":99},{"version":"2ae64cd7b6e760496069ee3b496c64700c956a0620740e1ef52b163824859db7","impliedFormat":99},{"version":"7220461ab7f6d600b313ce621346c315c3a0ebc65b5c6f268488c5c55b68d319","impliedFormat":1},{"version":"f90d4c1ae3af9afb35920b984ba3e41bdd43f0dc7bae890b89fbd52b978f0cac","impliedFormat":1},{"version":"fcf79300e5257a23ed3bacaa6861d7c645139c6f7ece134d15e6669447e5e6db","impliedFormat":1},{"version":"187119ff4f9553676a884e296089e131e8cc01691c546273b1d0089c3533ce42","impliedFormat":1},{"version":"aa2c18a1b5a086bbcaae10a4efba409cc95ba7287d8cf8f2591b53704fea3dea","impliedFormat":1},{"version":"b88749bdb18fc1398370e33aa72bc4f88274118f4960e61ce26605f9b33c5ba2","impliedFormat":1},{"version":"0aaef8cded245bf5036a7a40b65622dd6c4da71f7a35343112edbe112b348a1e","impliedFormat":1},{"version":"00baffbe8a2f2e4875367479489b5d43b5fc1429ecb4a4cc98cfc3009095f52a","impliedFormat":1},{"version":"bdf0ed7d9ebae6175a5d1b4ec4065d07f8099379370a804b1faff05004dc387d","impliedFormat":1},{"version":"7c14ccd2eaa82619fffc1bfa877eb68a012e9fb723d07ee98db451fadb618906","impliedFormat":1},{"version":"288d992cd0d35fd4bb5a0f23df62114b8bfbc53e55b96a4ad00dde7e6fb72e31","impliedFormat":1},{"version":"df996e25faa505f85aeb294d15ebe61b399cf1d1e49959cdfaf2cc0815c203f9","impliedFormat":1},{"version":"4f6a12044ee6f458db11964153830abbc499e73d065c51c329ec97407f4b13dd","impliedFormat":1},{"version":"1be8da453470021f6fe936ba19ee0bfebc7cfa2406953fa56e78940467c90769","impliedFormat":99},{"version":"3b4541e209c5748bd4193c455e8eff5e289ea8745e0bdfa640dd17ac4efe483c","signature":"a1338c1eb0e7551a083f0f812e6ceefac1814572837a6c3d3bb4c9b7c3b0156a"},{"version":"a7db10c9e8fe7bf5b08b25288802a95ecde8bbb397237edbaf388dd3f4974902","signature":"ea65e3ce32dcbb61edb379f86b303732103a887fcfe61fb0434cd5398fc8c272"},{"version":"38d283fcc907d965fc0d5cf56db46a44e6a26944f7c47125611c4090227414be","signature":"2a489164e760c8f1c603a0272822b1eaf4886e578e8128ba6bfb82993b419c53"},{"version":"9e6f764c8f782eb7112a6caa510d18995f1d840e32a6a721cd60419686256dd4","signature":"e1925458d0ea29d0b4d314ac029c368dcc5b5b0421be3c05c36a12df92840401"},{"version":"0ba3f0e844a39f80a09ed6949047f62d8d7aa7a7b1f58d42e9da66d39bdc8ddc","signature":"19236d2b3a4d329eecb7d867e62ba2ce8ff2a1c290d9b9cadc246e1e860232ca"},{"version":"8c182691fdb83b3eb48d185fd25ed63ad4cdba1e60c9d0b1b03f9cb595abb28c","signature":"c348a5e4481d61843505811ed74ca62234d5bde08db286a719a7421bf64fc8c2"},{"version":"e0ea3314210ec55edaad6d5efc66a5f5e628d1c34492c00a8753ed565aefc59e","signature":"5e0042ca0dbe77639779a6f861c2a32fdff5094031e013fccf95508b49f6d7ee"},{"version":"c42f9b18f5f559b133cf9b409f678afb30df9c6498865aae9a1abad0f1e727a8","impliedFormat":99},{"version":"d58ccd9064506e6b18e5deb6d80d775caa48447a2af4f26b5b1258a23470a574","impliedFormat":99},{"version":"deb6a1fe91454c998461ab46ccfe923c761e859989e5267b84c911945fde22be","impliedFormat":99},{"version":"d6c0b824e25ca3bdd752c8baa81a8c5c2da034ffaa54ad60fb5cb2bea6e2bcec","impliedFormat":99},"f267810dcd09cb85ea08c95901e568becf0b9d22a6d213701ef804d40b386f60","53d73afd92083f9a920e20349f78a555a0efdb6af456d93d9e909a6218a02984","680b90445420b57653cd9afa1a143605cebe72cfdd0404fd5865cf7468d9fbaf","08c284a870f969e3755ec10154f7116391ef7370d157b612598f9a990adf6b37","90e0f68bc1ea26121712b8697446d05374c920d57178f64cf1864171de75129c","38310ee8ef968c009441d8589375a1a9c302594afb260aa663f70906f581175e","4c0507b286279fdc18c4cb683f42674a21b8437d6b283a4ee432e6fd7f59d59b","27909ca3d149c1c6f45b29b6e2ef4b1cbf709bfe6c0c66276d4541f6afc8031d",{"version":"ac20330d0e04d55fed3b4c7217077c24d3670d1eebb7f2b3648af4777b28f138","signature":"71259283b7feffae74bdd462c324546c90977acacc55ad5317bf4b2ecc23bb22"},{"version":"b096bf6199de06040b835094623bc21bc153a670bdd6e0099c03f9a39982dbbf","signature":"f0512312084ae789be5862be6bbbb4bd4ece73ca1bdaa3193b1a2e3dc0b8ea42"},{"version":"38ef896f3757957ce79dfd87e5a25d439f95a76870ca5e88b19ddbe83a85c8a3","signature":"4285b3976062212af73781ab61cd2d35014d6c8922ccbc082272ea14b56c4119"},{"version":"2f0a7121e508248283c20a6d3d5973491ad112b4aa1c2ee0e0820f29886c0893","signature":"f817be026fadc95b8eaa3ae5957ee830869fad3df05d157cca3453fbc8a44854"},"0f81a53d54fd2b4ae2bf60067d616de99884bda21cb5784d942089d52319fb97","86d356e64ab8d56852623677eb1bed0c106703aed9b7788ad8a5a56e647822cb","29dca1b5f0cac95b675f86c7846f9d587ed47cc46609dd00d152bcb37683b069","231d829c892caeb88dd469e0847bf9d14e29c82b8b158b381ec866c868adf9af","48ba49f8bfce8c08ad1e7e54f0b85da9db7317ca76835d1c2640567e3fbd50c6",{"version":"b4bb0b73794facc029460c133c3222afac409384839731376f3f27e6f4bb7d25","signature":"f4ce147c4745d8662c66dc47cc77226bf79eb00766801c8225b570d1335f0de0"},{"version":"a862dcb740371257e3dae1ab379b0859edcb5119484f8359a5e6fb405db9e12e","impliedFormat":99},{"version":"9ea5b3ccde6df479dbdda484b3a6994123507fa9f50ee4d00066c9bd03e0e79a","signature":"27fd44ac917b8f78d65173dccad092de47f408db592e1abb355f661d49646312"},{"version":"6566fd61a59c2a06d220568b3e5882fa17ab6ba309001c52e4fdcd56f072c24f","signature":"700828225cf903b1fce7dbac7d6afe27aab606cf6f38d29382f6d8cce445f3f9"},{"version":"7861e945dfd5b6ae1e09e8b9740297e969028020b60d5dda013b84c7cc291188","signature":"46b34b7637e3c97dbf73dc0d167b84f90551113719a2e6ac825dc06407cdbd2e"},{"version":"7906b3b0f38706b264bf78d59a373fe595f4fb6a48378babbe599b380ec07cf9","signature":"6865ad92b0b4533fba14f0583b28ea2fc6a750235c1399a9689e029dcf64fcbe"},{"version":"0e3320e1fee2849d76bf02da9c163bc9f284764912cd55640a87537a8bfc2705","signature":"65235605ef5bec3e012b265a3badfa6192516464aff3f4d5a82e171786e83fa0"},{"version":"acf6fadac9d6f7b196f325c8bada72d821009cebb1455da43ef3d875804d5a46","signature":"24e703a20760ede3d4ba47c5ccb615e27f4e512756784069bd9266cc09168d4e"},{"version":"2fd48df87a103cee6f65309642f4502853d1608eeb00189249b2286093413e09","signature":"311011b8c26c201fcbf5d2640cb0fc0a68bb6e86982da073bd966438a560c5bf"},{"version":"88a3a6f8c2a1640d8d5fd30d8d86462f8babd86a1e52fab0e8b7f7c141fb348e","impliedFormat":1},{"version":"345f76c854da724803c96f727a3f9c75e26cf95c6e7b8c1064dbc4e7727b74e6","impliedFormat":1},{"version":"ab7b7a15a5d73eb0cfc2b973e580f357f07492bff6608669d7e899e2d49ac9a3","impliedFormat":1},{"version":"553312560ad0ef97b344b653931935d6e80840c2de6ab90b8be43cbacf0d04cf","impliedFormat":99},{"version":"09574ed79cbe0351672af3886a15443918c08c75f1e0a811fa45dda4964880a7","signature":"30d0c3169d63adaa3d171a6c5fad4bb3c904d70608bea6024d1d906baca96be1"},{"version":"a8e890a50f7c34eda4f7e046220e7f444a5e2c20308c96e7612eb6b380c811ea","signature":"98dfd5ef3bdbcf4df59a1c17736d8a347295b3921310f68e4f70f28cb81c1fed"},{"version":"59a9b4693127f571602db5b6b04718d914d22a1ba46ed389a335cf79a799713b","signature":"7e6f3b3128a22e847dcf416c6b33ffe6204ca823e1db144a8b8aacf0b6ec33cf"},{"version":"2910061081ede86ebab15dc9a5d67c77c798b1ef5846ebbafde719de4cdd5a4d","signature":"e9dfd662b153cb241334ce04bb29c1ccf07b4143f144dcc0e7d1c2339a10c2c4"},{"version":"8a79a7a56562c1d3f69704789ce70226b5d11c2ffff2c341dc23bc7dc870e566","signature":"36660e8875c1d5b060f1373543cc76b7be3137cf789dbd2962f67da264d349fd"},{"version":"01e4e8dd96539570ce8869d117df02aab83eb5f4002f74ab2f088ce1af186153","signature":"1326612693a2e42cb96b6097f79336ed82d582f581e2d3aecb157c50fbb7cbe1"},{"version":"94b0db6b6f1f1ab48612703889a20b18728b4013cbd2e75d20e11129420a79cb","signature":"880d6f16d4f1a93111c1ac563b264db9413810c415a95bada77c0e5a46432704"},{"version":"00df5ddec88858239f9105b898535fb82d4c9b21caaad6bceb0fabdbc7ef4c81","signature":"0e6dc8cb5b0edff44f46586d030e374df1388c8417a1685ecd7721ed01cb4dc5"},{"version":"b6c20cc4628976a2c9c129cd30ba82973cc3acfb26cb93de41881f7ba3717807","signature":"cc8768e0f4b821b76cdb679a23d65c9987ac10fb458789505b2cf582220841b4"},{"version":"b940f1547cc548430899589ab8e373e45b0a4e1dc434abf5322d38c6165b8686","signature":"b6248600b10f10758e88f29c62e6e7da3ff95e4f2f04a4998b914b8bae6192e2"},{"version":"f857cc453128f918ac5fcf74b8d61f18e27bc4371d86e12362a6a9fb4832f536","signature":"cdc4e7fd1b86c67e46621ee7ab6b709a582912caa997d9874e13c9896a0b9cc9"},{"version":"8f196ca7056d7812807d4c3bba8835b948c018161ea2b4d40bf44f0fbb20442a","signature":"3c458c4c878a7be2ceaa7e9318ab2d03d799dba17209c18443d087b68a053185"},{"version":"bd0c054d11f97a61fd77301e3b06a3e64b4ee9c346ffc9ec729a8502eb2b7ef0","signature":"6a82472fbb0445e81d7975c7c63d3deb69285ce74081268ca3b3a66863ac54b2"},{"version":"5566630f36248cc67f782950a1db7a223d2e83ad20fb198eb1887ba9ed230bf5","signature":"832b1083b3fe23aaa13484835124c9150c7ccb80f3a8c2bf007ce183f2592b07"},{"version":"885335b60c845684bb0432f5d8a652c0569a10fd4dd8cb530352ba9dd51fa9f7","signature":"03f3f03872ff6a90ecf2f05abf86b743b479e28111a53860316cbd3acd16e652"},{"version":"3be6b3304a81d0301838860fd3b4536c2b93390e785808a1f1a30e4135501514","impliedFormat":99},{"version":"da66c1b3e50ef9908e31ce7a281b137b2db41423c2b143c62524f97a536a53d9","impliedFormat":99},"769c966ef166205a08c0382a298a6c5877951599d805931a963ae5650ee46391","35c1202e93852c1c233191971b8c4aefe5d3f9df287991585fe305078c0880e6","690a59ec8ef431839c447cd88fbb0bd0ce59c037736d8748737d4e0f2ed57077","4a2a6bd6a36b058effc58d1aab136cdbd66188773470885a4b414098a0d76821","b12f96f442196be954b8fa982f179527fff05a796962fecfb6e12b0a2c1b6867",{"version":"2ddb9572f13b565c3fe90c9c797950c8c7b49e84989e850ce8619564b711d6f6","signature":"26e4e730c693d40c7b96173958fda238b0bdc5060efef9d8dde36e61a0c53418"},{"version":"3036c21df66d44def211f81d94c4c048f14a1ee1c830c6155efe1072ff91caf5","signature":"988e6ed31d7d505106c63046218e13120a1d058854dc0007ce729fea94e5a557"},{"version":"b5cc98c007d3c63a2f85d8c14e120932b20f0092ef46c19bab741c25664b770f","signature":"c66d1dfe44eeaee2f129547a9f822cd271a510a8a62941bfbef00395ed6b60e6"},{"version":"8c03b854441aa92eed8ea8282057605bbf4f1d7a52103f5ac55084afcdd32a9f","signature":"1fa27a2737b97856d4c626aeb160d4eb2be9bdb430116f682e6aea2c302acc69"},{"version":"a0547cb5b8de1df4dde2d852d988f67995f07a1974c7e8eb99bc6b44a659bd1f","signature":"44e1a9f36b41a93165ca1a8ae69c38528eae065856dd7e854a3ffae97801ce00"},{"version":"c17dcc94de829de95ce1e2ca5d577a727517f0f0001f075f7b9626bd5013b288","signature":"4407669bd505d8a03ca675be46129d7d1e3110ac8a541ce1c0a48fe450b83a85"},{"version":"0eb009ca9bab7ed05e23270d194a8958a004439ccdfc998207ddffe26a919c51","signature":"f0d539a02cba1e4bab64d2bc6447effe2b197a1d30fec8cb636b25478f7de4f0"},{"version":"296c4ddf01e94ed5fafa7a1d1ada9b77d28199c5ec9f36c9b5f0f21c99648340","signature":"fd5466afeeb6b4351f0ba943b582bedb3720b94cb5d28d945f34871951d949db"},{"version":"cbd762ac17acf3080e0acefc49b9b84a36756d3c835204fc152c1ce9a2cf028f","signature":"5b2dafe66896138a12fc33743126ed316f93971f5233fccaf602784a3c8ac22d"},{"version":"da84102257a1041607674f42ea9cc84237825fb363d54d1cdd42baf1489aa0ea","signature":"437020e4126eb3f158b1cd46ce7c469465e7f60029fa78335e44f85dae0bf97c"},{"version":"3e21e5658458213bbf254b87e8ac88aca6e922fd10d8b7a0e07625b6fa3909f6","signature":"f075fcae71eb7641f6a73d5efd39072a9f8d02b4185bfc0ea0977026b4895dd7"},{"version":"a43a79716ea9f2761256f7e8fa06344dd579d9b184064b125284738a09d02859","signature":"3e4cd4ced7e1059b14a400e6e035ae8a2872484d5d8ee9ac9c07a0a21cc230c9"},{"version":"cc5271ae03529c1bbd0641d3fce46f72a4ad28b39dba4ac588bf96433816a023","signature":"8c952d03f02465cf6a46fdeb9209f586c45f76cb29170cc94d2ea4898733d8cd"},{"version":"a647b4a652d4d596ffa78ca67ddc6c90c909175319e256c770dcad53c22f045f","signature":"eb3467ea87de54d0159d56cb11b2c011b948183d1f5b8bbca396543c92e68fea"},{"version":"be3570eb0fba40c48257efa6fbf672a81166e73546804d14e0de730ec15658d3","signature":"533fad16dc5ea358001aaa1593ad8b6ec9f01593530aa3593a2c267991f4a569"},{"version":"023df7640738f59e9e81128ff194f354b9a948d43d2f00e6bd7d29e8f2e8c7f7","signature":"6334bc1747824bcc915df251966fa4a6a23882884f63e78a6afa167672a7ce32"},{"version":"b8cca2153afcd0cf116b3bc9dcac04636aa518dbbc19daa82d8912289cd64b5a","signature":"3382af95e795d8905a8396033f1e7b9043fc83782c14d7ccf8ce49769ee03bd4"},{"version":"9739c15e13703253b7d0999100b20ee0c1e0c957bfce484adf8d67e2c74d9bd5","signature":"6281abf5998eeb7645c2fd778f165fb09aa8040925545ef803c5102bd0afeba7"},"447514d8b6ecb35b116a2e41f5df316c5c3ddc3facb4af22d1daf99d64d7ca34","1c177fa07b680ea2bf225f7d1da10a11af8a6fb70635b1525ebba8b83557bf69","332115817c7c3378213da559d0f0d4a5c53835699f6895dc5836529505bb10bb","c49807addb7877a750d3c91d69942bd0e487e1e63d811a74036c2db4b9c1a9bd","8262140ee5f134318679096b6f8a928cfff8995ba3e73f02f2119966f9d4758c","9079351d06f84fcee2c0baf7406f9c92ce6af84d0ecd84cea6c985edde6bc912","708ba239cba9880cb24afde1c8cabf3f51fb3c0d495c679edf493457e2a7e97b","3ff161670bd227ca0359b7f2dc838384d38b7b6c5e92c2c0af5947f0ded6cc3e","e01e6ae95699d5a2dfb96eb9d115ff4472937a719bd79f77e6545d71a054a066","82bbc4f18267bf75c517fa7aa5835adef8a0a452050d1f8c4ab737917bf549b4",{"version":"fc389e150c5b0b2fbc6eacc4afff5be6ad03617953558ee9ef5d0f10f4121b2f","impliedFormat":99},{"version":"fe9dd679e568dc2a0e5e6959f77b53f8bc1f126d46b0d17631347ba57470b808","impliedFormat":99},{"version":"1231a4c85d6d26796943f8859d972bf4da04482b923f3dced4139da0a13297c8","impliedFormat":99},"8e4440f2afe7db03030474a78ad2d61a4812f7479479ebb02aaab30e1688644f","e7cfcffcf2fc1dfd889a4db6ee67c33b8ae8f03913e9991503c427fe5771cc2e","4d0acbfbdcfac4d84cd03d34354746381bb97b0a4e070005b2d63b35a50dfbf4","d626d811715a52e781fa1dbc56b24ca9d72348cb54ae87b77b6e5e61a0e3e26d",{"version":"d0e548b52ce2a55820b470ad9c2d66e2855fb3e9dea936fc29b4d4a63bb8fa54","impliedFormat":1},{"version":"5b402d6c32c733bf8065b8abc34904fffcfe5b94b0e1b99e63a34f450d87faba","impliedFormat":1},{"version":"4242ec59abfe16b8b893a3f9ef0ce90b6a53afba1ceaaf808e0a225bda7e0714","impliedFormat":1},{"version":"46971bf04e56b8de7c9c74bba27b54f5f4a78873b6cbf0682592d0693c2acb25","impliedFormat":1},{"version":"54570339e5e91d8d8380dee2ab4014ffa88cdfd73ff0a20e4ec085d64d81cd78","impliedFormat":1},{"version":"311c45b5a2b6585a84306100bb514c919b01ee21de43efb1bb2aa6a98a2753db","impliedFormat":1},{"version":"fc94de52737bc8fb2b1290d6f22b5dfea3e50c8d547625781fa6a2ccd35c7242","impliedFormat":1},{"version":"003fc70f48af6f23b3ed3bead2cc2d00b07b82e414b0b80f905a6e72a3fb1419","impliedFormat":1},{"version":"15a95894e214753c1e2dc638670ac7c5a6d05d952b19ea3745767d239fe00789","impliedFormat":1},{"version":"5d82404561003f51fed07b961d061f702dfd379ef5f0f7927744a4fff21fbf64","impliedFormat":1},{"version":"c0a0a579f2a69a5600eec5da4d87f83a82cef0aa70cd4063e9040f95d879b96e","impliedFormat":1},{"version":"8ecbfacf281dbd929d3b5f09b4f96bf999a45a959e08501b07117256b1eeb659","impliedFormat":1},{"version":"968bc5962ea9834b383119f668c4cabd35ba7e4a2c5107fb2d38c8fa66f164be","impliedFormat":1},{"version":"22a05089243a8f0fdfbfbc2d956dcf61872c5c973ecda5320a8f1e3a4dd90bfb","affectsGlobalScope":true,"impliedFormat":1},{"version":"9bb6e652f67b205e169436f76e1d8fd396bc9971dbec1a558eab3be406343e8c","impliedFormat":1},{"version":"6cb1ff661eb0cff9177c3b47e82abd0fe3122fc62f2bc0af432a8c4205ff3ec6","impliedFormat":1},{"version":"d4931bfce5c009c57f86bcd1039b3f0a5c5ef61d26a685f0abf77f20b18fc066","impliedFormat":1},{"version":"4bd4c71ed7c85138316133c98926c344916002fd572f52af1889961dad8d73c0","impliedFormat":1},{"version":"d0e3fc2ed7395634479edf269cc2b3e25d90b05ce08ddda1717282f9f3afecd0","impliedFormat":1},{"version":"8744338f1b9f91b6ca97ceb3bfb10babf4397ffe3c304b5ae4dc016f7c3fcde3","impliedFormat":1},{"version":"694291734f077ed109fdabbfee35995f7168b5d1af643bd6404eeabd7036aa01","impliedFormat":1},{"version":"8a01e603808722b8fc316d1bd57be1ebcd485237bae329c275999a8257ba77d0","impliedFormat":1},{"version":"4012af9177a7bb1715a569cc54565b906e5c087a97067abbcf9f75f7f9a476dc","impliedFormat":1},{"version":"9be3b21edf891a0ec1d8caa0da81816162f4fa5376a7652e0ec3154df6433a08","impliedFormat":1},{"version":"e544e87f21a6afb7a4e1196a991fd5d235d6df3b8c04ca6df0bc5f85f3aa4f5b","impliedFormat":1},{"version":"19910d826b4901606d47b306cd70ace2960eeb2ca2cb5e57acc81b42eedbfbcd","impliedFormat":1},{"version":"d48721b66317440af7e3257b38e144adf76953419a4a4db1fb60f743eb7c9b92","impliedFormat":1},{"version":"a71d8fe039f1b2c852618ef0b6971561ca4626fb8b30abbf6d238441d47aa6a4","impliedFormat":1},{"version":"baebdb5ba48a482240d2ecf8497a432aba8ca37d8930cc618c4d3b5d12ceefae","impliedFormat":1},{"version":"9ce316b892b5134f715b4f7afd71c06384cf9af9a69009cc9566b325a095e592","impliedFormat":1},{"version":"e5b8715a800a942f0a3d57d84725080ff8931d095de55497c4cd18e23fae9c1d","impliedFormat":1},{"version":"8a77a40bc44b873c7c000435ccbc0c16ca1d4b523e2528e0a8d05d0b95c520ad","impliedFormat":1},{"version":"c34297a26fdf8d47f98aeb755e0e6a6fbd935d0e347979f63d4cb9a5abf14140","affectsGlobalScope":true,"impliedFormat":1},{"version":"0a3f0bdec21726a138d8202f5428adfe962df1e7259a41d68c109d22f6e18672","impliedFormat":1},{"version":"fef62bed109b31722160fabb598f61308506f9b7f40e60b3746ae01e3a3dc18b","impliedFormat":1},{"version":"c81679572dcb2188e18113641e0a8914c7cf06582d1c9429a9a5bf1f72a31aa6","affectsGlobalScope":true,"impliedFormat":1},{"version":"60daaa6b5dfacd7813a9cf22e1ca5860217f36e70dfcf2fc28c049a7305076e1","impliedFormat":1},{"version":"b203234dcc09962eadae1146518df97f0768783913616ece5fd1f7f13d6f1361","impliedFormat":1},{"version":"74a696e2d8acb105f173f536ede57df87f10f1811879c6537cd40718156e4809","impliedFormat":1},{"version":"bfa3213963e67340227e92bbfb9ae68bc9945e505818e9fd3fb1b207bc8ec89a","impliedFormat":1},{"version":"67893347ea02fa7f9dac48c06155eb469725bd9bf44e2b108604c58d07d13780","affectsGlobalScope":true,"impliedFormat":1},{"version":"eed40411368d686759c235bd0ba8300c6f4c13d5d1ebaf05a475332c946c4d4f","impliedFormat":1},{"version":"bf20e597b39dc2e7dddbe50af7e58adafc0e25add218d074cc72d3875ecc5a31","affectsGlobalScope":true,"impliedFormat":1},"72a4d5caba027e6aedf80ecc3df2262953bf812ce8ffae9808a8ec8dc5de460d","ebe6f76595fbda9ca25d8018bd932cab144c2b1ec62ab8ec064da0ad729eac96","6bb8d9049c8717a1aa508b02a46bbad3a5a682442f7aa2bbec8ae65409c9cab9","74b9515be606b420215bea8e2773a68843ff56936321a2a05d6dcb03f7f439d8","fe6ef56e51a42c920ca515c73990634b33330c3acffd13b0ab7c24ee499fbdfc","d770f49f264d056151919d21af581b03f5d898e06073fc4919e84732f73fbe22","bd47882cbeddd30ec1ed8e5c2e92e8e15e9ad21947c0f0f41c9e19ec60ab9d83",{"version":"50d6de22a2638ee065f170cf1c4e7db26b2cd9eeb1a1ce023f4cd93d43fc453e","impliedFormat":99},{"version":"41e4b825afe9f38c821a8d7bd9667e2c923c847e31036cfd6c98006b0ca1653e","impliedFormat":99},{"version":"fb3796f25b77cf1496279d8250b8ca76741ce750a75bd8cca753eccf02358e07","affectsGlobalScope":true,"impliedFormat":99},"f95dd9b118beb04d03a239972b55dd4b5ae6e297beda863477d6d42258781b3f","eeadb355ae4a55fdec488dc4cd3de017ed497aed0f9c69610a8cb3c22e159250","62fa4423fd0495c9f46a1b2ac13dac99b6484dd3d661ea572ae27c49572b28a4","fb5c068182ae45b9970d0ba96eef722610272bb072a41b7111a00b431c2d8ffc",{"version":"7be480358318b60043954553d966b920218598ece0f142c525d5cfcfe37d193d","impliedFormat":99},{"version":"8bb8931e629d9adfac6fe0c067de1a3c2f82b47262f83fa76eb0772ef13808e8","impliedFormat":99},{"version":"60b3ed6229d34a582faad6c42690b77b95ecfead998447453de9318f32ba1864","impliedFormat":99},{"version":"1e8f86f007abd453e72e49dbc52aae6946167a1bdc2a989c1f12d3cf0244d2f8","impliedFormat":99},{"version":"1b45982abdcb2d07d5d1fc84dc6966227b7c82d4a12bd8ec50a28a01c8842d9f","impliedFormat":99},{"version":"220a08c0460aff4f65b8129a53c63c97599d96430150e7fb2ca8da5ccbc16bfc","affectsGlobalScope":true,"impliedFormat":99},{"version":"f296e6ff892a925da76ed1e7b2114803db2877f1fdd665f33e0b26de7e1a6523","impliedFormat":99},{"version":"2b7426977de7220c78217f27552dca65b529654f85f7c26b6689684c9f002cef","affectsGlobalScope":true,"impliedFormat":99},"a19ab932455c9c78c3e290ccb7d3f1f4880cafe5e89a05967903e1765a37153f","30ccfaba09980deb3ee75bf38131c4594c27125ae1274a95a0924eeb33c63083","43412274a9d1ddb29b348b3efc450512c17883f1b93934c6210ea1376575ef5d","3dc9ae67c7a8d4e9e6aceb54f37790cf7c12d2ad4555025783974a4c284c51c9","504a630faad84c8b488f06c7e44e5fdd0222036ce2d72e1863f47b91bb9dd314","dafb14b69c8f0b0509c6b26813b1dd823466bf11f9a00488d7d6be080b2738c6","fcce973bc99d995179c3d73498a1cecff059f222cb9123d905fa4dc3fe02d37c",{"version":"dd1eed464ed71359a17fc199cd4ef15bdf1a2ac39e3a462f77cde75c7ac36664","signature":"b65930f4a752c0d23b3412d1cd878ed11f6b29b1fe27a6a364f0cc86adf385be"},{"version":"2f82d22ebfb6a696faf77aad00b4b8c0d867f5efff7ad585cafccf1487821930","signature":"0dfdbb9e8ef7cc69aa288954638e18cd6a14411fe7c8dcec510a2bced510fc96"},{"version":"4fd357efbcc34d7fdfd0b4fd62ecaa536f10648769841b7863231f4e2d08e926","signature":"c447020e4465f53f011373d258d785edba93ee7195bfdd10f053ddccf5a47148"},{"version":"56f122e43663273fc452e5e1dc7b196da288b9cb409ab17d9e0dc5df5efebd2b","signature":"e2f28ddf93fa9d0abb4aaad451b6b7c203c6c52bd790759ee5006fcbb2f51c25"},{"version":"1edaf7519051fc3d9e456e70e2d11f5cdc041acd9b1c7edc7a55680ed206a956","signature":"32acecbba5dbfbe22f171d1aeffbd1df9c8d8d17e386479eabbde7209e936917"},{"version":"2168fb0b1c695e7eb6b1d181839b338a3aa4760d29f8e4a89e4c87b1b35bf8ae","signature":"99a2a7093ce043534c17c2ebebdce37f1c14ac2b77780a476cfb70e5a9d035e2"},{"version":"e61ea2a0df1a0923c21874d4dcc3f5591e6f434a6d4ef93b3c3d0b1da611fc2f","signature":"ae4be419c41bc7656e51e1e8648721d81ece5eab2a99d89f4359f5712acae13c"},{"version":"a8967a182f281e468fdcc3e55ea11dd1fb9b170fce7eda77c200be202ff0dcae","signature":"6e86431f9196471b782c509e7bb9a5f176d0eb42f8105ac2fcaba6cb58e57531"},{"version":"6161b84762b7bc73fb457995953052d89850e8a3da32503c2d8ff31ec3d59525","signature":"f2735e4e66af670f3db3fc444cc1c0897bfe3be9b6e706e8843bbfbc7953e383"},{"version":"9e269fa1524ad9aa37a05770a55a45ce4cbdc7ff9badb66c7ed5dcfb42f4728e","signature":"fd40e43211feda084a790e7c4193284406c6c6389a96af732f06f773c03e8910"},{"version":"1e834276e651debe99cd115a3cee8d3a53b1858355251bc8fee5c9be76bea5e4","signature":"b1d629950cf09eed9cc08a0f2f4ac780de6f05c2e542b907777f7eedfe77097f"},{"version":"900683c32709e025b93cc18be550bbf2a2e5686e0ac5d058f25468062117a5a7","signature":"27909ca3d149c1c6f45b29b6e2ef4b1cbf709bfe6c0c66276d4541f6afc8031d"},{"version":"9ee433390d3dc83deb73c8547ab196a4611d7fa203214f807cc50f83f63acc40","signature":"ee5dd58be2d59336348bb96a03e2a8a7f36fa0b597e71b02510c555bbd248cf6"},{"version":"a06107192a8072e1f67569393e90d4ed71d3e6e7b766f0278821ea240d0697b0","signature":"94bf4be8557d0895cdba0fed67bae5088ec9cca47a946180efd7185a5708dbea"},{"version":"1db98e998ff6ba289361642182158025bb4ff8e4a38b361463808fd4c8efac4d","signature":"9017a768f6256decc1ab10240a2ddae30e0a01e802b012148926bda165c8668a"},{"version":"f16186178339bc9aeaad0a572195767171a127cd5f3555f9d772ae4a4efc0a6b","signature":"4191fb85077a7c48cfedfa46819c208c32fad51af7a1c144fa1004deb08c5a0c"},{"version":"18687acebfc1767389e8dbae6d28f82bf935399c5f931c54a62c461a64a38cbb","signature":"49c2f0ad931e5d8d527e573b448596a239f3e3ef0a1a233afdd79b9e4f89fb7d"},{"version":"7dab165656a73dda1802becb82bea549f7021c7f6cc0d04e9d7447aa9c244e0d","signature":"44405175791806173152834a7a42a33babc0e3fc9494af8cbad7606bb2a936e6"},{"version":"dd20dc1dde9e5dfc60ee128833c3fff8ac7367b3e5be5dd0abe8ddf01276703a","signature":"5f6b95a458bea91e008fa7ac9c5763331ae550b46e6d857ee59817fa100023d1"},{"version":"ac86afc126abbafd403f5619ea8a9dbfb1423fad5a59941e3c5bfd2c80e45b58","signature":"adf1b38dc34f8147a18388d5b716ed3c4a2ac94fe2da47690a5cef0554168d67"},{"version":"2484f3e12424669b28b6a5f7e9073cd49d2a897df50f2a7c589bb5170ab0334c","signature":"a2ce66067019351078533b6eddb5240e96f01686f8014f8959d63a2587557fb7"},{"version":"900683c32709e025b93cc18be550bbf2a2e5686e0ac5d058f25468062117a5a7","signature":"27909ca3d149c1c6f45b29b6e2ef4b1cbf709bfe6c0c66276d4541f6afc8031d"},{"version":"d9147cec8c6e0e20ae11852c7a15085769befa4e780ca9bd100ca2c7e9db1532","signature":"998699eba617b9157327ec3be6a0da70bc0ffd86a40a20c21ed619f6f5eda300"},{"version":"94a5f6247d03f4072bb95e9c381e93fec73833dc4fdfb9c49318fbef4c76a310","signature":"04a54102a8f6780bee6e4fb11f2a4385bd5db1c108232b61ebf197296005fc55"},{"version":"7853744c3ef97b5d1985112225e71e6a6567e129b6eb4239a7f551a748f82a4d","signature":"a5acce94760166021b02598b5b4e9048d761cd713d0094743979f8dc97171395"},{"version":"14f0dc09968e72de27228594bafa2621498bc7b222e1963dc508666e5e88eae8","signature":"c75c4ce24b1f7976aabe62f58b079210dda7c8bff461cb852903ce0063b876f5"},{"version":"448b6749f1c41eb3c12a53889ff50095148c71066a4d5df566c274c1e28ce257","signature":"1905cf2a2c68efce92637b0637dd1db38e2fd5683e61901e6447bcf8fca752f7"},{"version":"3781ab2e8f69f8211d1b76142da2f4528b1cb95277031a747da340aebc41b40c","signature":"9cac36fd227125723097775e2700432838e54d9c1530cd45f36653e20513dc61"},{"version":"3d9373f113b17e319484033d8c90257d6d3b02ff64994b2bdf3470129961f4c3","signature":"b461bba9fdefa4860fbbe4ab8d584aba4ff2410d7a940ccd08d797ba62b9b4ad"},{"version":"c61924e5279fe18980383cfc1a82d8da204ced49f8890ff8b76a96f26784cbc7","signature":"1b0dddfa3431d9cf7489393f6eda8c39d64b0ad5006e61b323b41e946de1cb64"},{"version":"06839aae07c9eb684746b4148a05f65aefa5f79a7311deecebe82ebb4a35b22f","signature":"69f943fd9ea150bdae776e0753da4e9e7cb5bcd2c3b357241669cb7b1146a8ef"},{"version":"9b1d4524172ee9d615e612e396637e7c471a2addb29b72b56521daba4a38b377","signature":"19f4c3da100f6ae2baeb548f5334cd238ea8da4a62812afe579f9ecc4fd6b35a"},{"version":"0dcd6d71e953763b9faf89c0c9b2ed96a56011c6ece3f7fd6b06c94ab34b0419","signature":"2f3641dc015c1f0d5a0c6d3425c05cccb6b4a58960014138e988d7ac7e89e95b"},{"version":"bf78b3e7c0de43d8ead5c7fe9c1ebf58f7219b7a0a38bab344d4b22fd41743ef","signature":"c4178d7f38a1a95f9e7763e4ede95a8ff29c134ce9dde7a5532c617489e73e32"},{"version":"c8a8e4bb94f3ce7a540355b8d49fb4ff5a537e8cf5fd937d5b430a8ad2b59c5b","signature":"d76e3643450c47b47c246ddefcaee7210175a5200f96c68c36f22290ae908999"},{"version":"73e654113ed338086b7549141ab127b7646ed7f51f9a559ce8873290a991c8af","signature":"060b73fbb370ddb4d790bca51dd91765129a04d4321f5989bcb5469722ae190c"},{"version":"3f1ba5e7aa065073f6341688b22ebd917991ecc9ddb327e5d0b613606fc55ed0","signature":"6b52835e215f2dea36fbdb96e174c45e91467fb18a57ca02bc4a44ad4bfdd557"},{"version":"e8f8e75c7d83bb81b9fb8e3cf8a7fed915e113a35d2d46fbb121021aaa52eeb1","signature":"b248a2c86a9608ef3f4c5480fda53e28daaa858fdfbfbe9ed31e0e0a0aa83b69"},{"version":"20daec6882e1d9ff1c3871026eeea68972c45a7d46e33e35499027849c959bff","signature":"d38038c1daa64482b31d0ec1fa336d9a47b09e647cf788ceef2fb3e8310bb09f"},{"version":"e84dd27f2c7845aa5afc26cb491566dd4ffb77906ed067bf8b94d1b35591b42c","signature":"c3a6919d157c2437257cfa8eff0d2f60d804630748d55f96360ddc8ce93f15b3"},{"version":"42221ab620b5c643d8acf4ebf0be653237ae703e61d75d080865169dc216b709","signature":"5e5971464c4425f6c6a5bfd8c1b6c144118591a7e1d8178313d44740a3b161fd"},{"version":"73b26e3c7b6eaf55f643c472c43230568ac1bc788fe30a40c90a8c55c32fc4e1","signature":"e81de24f4f00f9548b07e616c9dc22c3a2266807775c56bef9fe46697cc548d1"},{"version":"617bb5ccb64e7d32ee9b1f257e613349414bd811b9a867c5cee310d7cf7b7559","signature":"d8a5707a9f2502bcb4362258f1df33c40256fd5c98fa00dff7c3210a0bb6d0a6"},{"version":"2473eef5cdbb6035fb7c0983edda216231a78e91f501afdb256d4d8497297617","signature":"7e66d9b5e4e3ad7e26f4143447835da4cda365faef0a3892a89c47b2bdf36c86"},{"version":"3a97444a600cf4b4baafe6381add95bc41aa307b9bec159b7425837e06f49244","signature":"f1ad756dfd15039835ab4a1de31f03998aebcf0b9c927a17f33d55bce449bf2a"},{"version":"402c6f70afc7d5df3fdb54e3f664de9ea874af347fe54b814918ae1749b9a957","signature":"088776fa648f7419caaf011b861a29a7b7879f5b0df2bfff046b56f92dcb6ecf"},{"version":"7d6da094cbc76e84428fe4d59076a498c72fe18a28efc07552602b9a059f186c","signature":"5125dcacb1417e6bfaf4ddebbc2c0574f29d8770f0b2f83c478c3a070566342a"},{"version":"fd215c07f5de917879cfef7b20517092933ab9b1c3516164cff05610d5278058","signature":"8fa46771471e73275f627ca29cc6ad4227cbfad15a7a0abcc7027d13867e55ea"},{"version":"fc959ea0cd241740691c28875d0c2b3c9274a0f9fd1c4ff8d1602cfde7e6e080","signature":"f4702234ed1e3cc41f75bd74ea51d00929211a22cab239a3e5e07b357afc300e"},{"version":"db5054f8cedc97073b84b81dff20d0db21fc4b199ba0cd7b81b07fb0c2d8b455","signature":"4a01ef7e426b46312749b6bc3239aa33714573cdbf99b19ad8fa685cc5148e04"},{"version":"01259cc51fc293daa62f8dd3045c3fafc5364767617ba6f9310a67ad2d25aea8","signature":"d314c26067a277987fda599c934a9318d803c0b06b9a375e0dd1d2f6da9f3da0"},{"version":"9d23d162b6ddbc219ce2124e805b08aee6589f631e1ec4024bd0067f554bcd0c","signature":"7df0848e1a42b4e997f23f3d432ef1920a6c3b0587d32aedb6ae851f3b1aee2b"},{"version":"24d9d5ecc018888f466fc0cdcc63967f340313ecd666d27112b5a83e1eeea2c9","signature":"5be7ddc8c1edff3bb3925c3d3e2a999a4ca7fdf33906bebce8f8688e5c85034f"},{"version":"6afa90097461b708ef4888e3a057a83d62e766e1d3b944b84e97503cbc5cacad","signature":"218c2533a5deffeb04f929c81888025e7123f780a7d7308614b6d06bf94e5e84"},{"version":"9cfc6ae555779039d5f0d1615b57ef5499fb4da851cf91ce6644ac29e7700856","signature":"accc5db8d171acebc350b2f6380240bd09f6c9777b4a9776b2f7af62f3239853"},{"version":"ca38d768d9ff57c3fedfdaa821f5969863bfdf7efa6530a30caa7312bb454b65","signature":"e9dd5f52c1e6edc780ececd7b176b1ad8ce106f35a9f0fdb67f3c8668522e839"},{"version":"5f46188adeb843be72d92f8dbb0123e3fde7521d47904df310be33285b0c3c90","signature":"79e73556b8a543ffa9f18105a8ce966d5b14d9225cac6e50c237de4ccacc9bf6"},{"version":"f1490b44970b5d97db8307cb82b470a09e71cbe673939a4c41b30e66cb8c2c82","signature":"8e609bb71c20b858c77f0e9f90bb1319db8477b13f9f965f1a1e18524bf50881"},{"version":"84f090849fcf05385e3028adb7e0dd317ef90d2d6e2ce5b3014cc227ad959012","signature":"15a84436cf944e1fd426624372ee52fb1f5e46c515bcb778619e821275942b9e"},{"version":"fb396aed0372a9d07b066357137a71cada3c2cdcf63a943bb5cf54693879170f","signature":"8c2494044864da412ce9916eea8a66342b4a947f88b3dd22c175063aca1dddc4"},{"version":"0866f5c3af2d2991560fe573f7770a5de4df9e8661f3422dc3cdf3d07c7ca77b","signature":"29ee4936c7f6c66e5b967bee5e5c062c89cd6a7697ea354be2c6ef79544d2c5a"},{"version":"5d3de1f16098f5f882e7505d5d1eddb2a9463d9dcbe7b03f022d363e3e9b4cc0","signature":"6b001100afde7b8246b0b6aebe74a5c41c6054666bd4dee6e34521706d3b867b"},{"version":"0a51a88972a90a4308abdffb89d7339455145c55b8f371cb4ee92d88548c4dea","signature":"a208a319c19376e0e8d953d58ddee7b2cc8de3be72e110f97c7fbaa23bf1e5b4"},{"version":"f2492c82b866dbbec1cbf905068d3f10395eba9eddfeb93cd68d7999c7c02e94","signature":"709f62b8c98e1db14602e873218cc5d22f81d64cd88f25adb5b4d2705a7e5d5c"},{"version":"5af20831c647d0f95b2ce4c7d66544b36af5f6ea3a0af0c43478a657bf58feff","signature":"284bf56773e6da050a953484eaca4beaceedce83b49be512a527ce88111a9a1a"},{"version":"1e8c51eaab31c7c7ce8590e80b8663f360aed54caf8cdf2643349ef59ae27876","signature":"1a85409fafbd8616120a0a0e65fde663d6ce75fc66a83cdfa2b6553baea53cdc"},{"version":"85d33ba4097c3f24ceeca365379301c327d5291da44e57bbcf301b68621f3708","signature":"33612a1d9e60be6cb57a6cc5e1b364840ab6930b72464f19bb4361bfd68c37a3"},{"version":"39426a077f479e1b77cd46b3b2341d76963fc3f4832143effe966b22cd77b72f","signature":"976a07c70d961e35f4ff28926415b8d479400e46fb667f664ce10339226b2fe8"},{"version":"f7f1e3147bdda813f8f14187c20ee886cd7cc1f1fe2bf61f678727789cf671ac","signature":"5a6534f5d0435656321853f3e16dd4c7f944162ec9af7a99ff9d0142947bf359"},{"version":"900683c32709e025b93cc18be550bbf2a2e5686e0ac5d058f25468062117a5a7","signature":"27909ca3d149c1c6f45b29b6e2ef4b1cbf709bfe6c0c66276d4541f6afc8031d"},{"version":"8628cb8f0ae9525851a3b3ccb07a60b5043699843befe7226fc554ff4139987b","signature":"d5d357f555e6f34eae1b87fa0d2622cd4d243145c705dc6408ceae7f591cfd40"},{"version":"98697dd9eca9863d7490c6fde283f3018798f1f57df1ac4ad754382ac2d25b80","signature":"b546c64e0e45bd8ce4806cc8e541c99c161ea07eedd9259dd3bd33bda8713a36"},{"version":"6bb36f0e8fc014f9bd759d81ef3e5ceac258f359e4ae19e2b856150577b37a18","signature":"a3432be9faf500053701c7c7dd0117c0c23fefe51807ee74829db6507736e463"},{"version":"6dfb3b78da41b3548540f79e75959039b42107d89f168fc12094d86fdbc6a21b","signature":"6cb10423acf5726011131bf6e79754dc18b412ec8f335a09d1de6045bfd443fe"},{"version":"a5e79bb8f19b20dbe0c68bd79b290a2b444c6b545cfb78d31f963c8e250df9a2","signature":"80a3bbe0e4fdfaac2c0a8b92a3ed66d3ded5e8f454c5790c8d593872fc1197f1"},{"version":"4cce334e4debece9a8fe9e1731582299a42207058c7db50729d63fcff8189a22","signature":"043b2a84437ceee41987ecf59ccc88c502430359ca7409da82ebf77a8af59e70"},{"version":"09eca3ede06fd964fbc9b611200a85e0095a62a67ac473b8bd8969421e4314ac","signature":"ba9da035a3894eadb8a2c45f8ed91994ff56124e47b3e830bc27102edf619eb0"},{"version":"e66d43dfcddea457eba1932607fa69025d6c8bf2caf9776f8524dbb484a165ec","signature":"292ebd2977ebceff1836f8df3788f7d9472f41a26d0b4b6c704404a112f979dd"},{"version":"be5858891c2c334f9e53ef7f49bd61be4a379be9c8e0297981826a743e299c6f","signature":"f171f8d6a6814dfcb7edfd42728744ca3b4482f38aef02d4f8e220068e7d12f4"},{"version":"9f1a98de72fe3c00171db4a8470143cd5da2609cec08f3a0c21073c3ec791077","signature":"5ef4059db4d4ac518e838c27b560782f3dc39458004a782ac0a9df9f7ed9fde1"},{"version":"0b500f7ba9b8572cabcfffb8db35b1bf475ff9c6c414cb546c502a2f39546c10","signature":"d248a78d5e4bea035815dd54f943fedfc69fd7e6c55d6fe5af957c20f147fb0a"},{"version":"a3702eb08896a20432aa995551eef2fffe5848e86a8837eb6afdbcc024bd5638","signature":"d248a78d5e4bea035815dd54f943fedfc69fd7e6c55d6fe5af957c20f147fb0a"},{"version":"37b63316a47df5d09315a6c137a051617339dd8d8eb2e056dbae449e78e3d258","signature":"fa0de7906ceb6931a7544600f902c3b69258b6fd3a5c079bea2dfd65eabe0e59"},{"version":"64b9fb92292b1900ab59b32b55c22c69c1953280dc8fc6c057b7f0d2a611deb5","signature":"fa0de7906ceb6931a7544600f902c3b69258b6fd3a5c079bea2dfd65eabe0e59"},{"version":"716342c8bf542aa2de88d53224429b2ca4c266482e5f35bc8fe1ad27c47d5633","signature":"99f8cd656806c513d5308d8cf6abfd50d0ace6e9985b6f5babc36f5cb44211c6"},{"version":"41fff361e41fdcd5a4a7b69eab444940dbefb8a4ab206a51b87391eb79916957","signature":"9ac56e2af0dc7c8a14b4a3accd9e41553c15931bfbda0bb14e9e3f7404e33934"},{"version":"eba5d33b7cb69136af29deabe39856b17b1bce74416aeb1db10790cf9b32164b","signature":"d248a78d5e4bea035815dd54f943fedfc69fd7e6c55d6fe5af957c20f147fb0a"},{"version":"e495764208edda0600cb50a50b62f765eb706a6b9db44166dbb6d54c8f9eee45","signature":"b4d58ec0ee5953e935eb7446d08db5c22021be7621c4c3945c132c300a07116a"},{"version":"d471825ec8e3497ec5ade143b603b730d40367341e254a910cdde66cae4fe858","signature":"8b93142525a231ca64d023448ce684dde544b96bc61f095adf81151c70c9ea2a"},{"version":"1ada6d78663525650d378b07a50dac78649ccc794788d8a8b2629985d61086bc","signature":"462a34c5ce99bc7ad18d4e8aaccba3230918e0e1d7885c822e3f69466c08006e"},{"version":"3e536c223da94ed8710ddb4362f5816029b09b5eb83d82470d309f067a0f1620","signature":"5e3aa3762886f0d7add3347e4bd2f77f00c0e5f347f1147dd4133e3651188d00"},{"version":"0df5ddca9ea351be2ac6670a13bc5ecdd7b9a691121555decb150827b1c49cf1","signature":"90b8333c67f8de7c0fc0677b00a6979bf3ccb8d4659f0482262a77bb7bf517d9"},{"version":"3ebcb3324086e1e06cd3ddc024cd5303509cb5956d7ed28f7ce24f3b3b85bfab","signature":"462a34c5ce99bc7ad18d4e8aaccba3230918e0e1d7885c822e3f69466c08006e"},{"version":"f49932b31f8cdaaad056760c4859bea7d074734b750ce277a254184532d78200","signature":"46644db1af6f096ee5e7adbd4a591b2f30c28fb1386e8b516af215788051549a"},{"version":"26316325757c598f7c8b3a80364a082d9a34826e947b5fc2f72b219e5af78dcc","signature":"90b8333c67f8de7c0fc0677b00a6979bf3ccb8d4659f0482262a77bb7bf517d9"},{"version":"857e8c59cd947ae85f00d9b4805b2ffef9cb0d4f4a1bdd47abbae8cc29de65a7","signature":"462a34c5ce99bc7ad18d4e8aaccba3230918e0e1d7885c822e3f69466c08006e"},{"version":"430f49ff99173a9e094dc2cef01dc39b3c9f497519bafa803ce33eb73d9d2960","signature":"462a34c5ce99bc7ad18d4e8aaccba3230918e0e1d7885c822e3f69466c08006e"},{"version":"70521b6ab0dcba37539e5303104f29b721bfb2940b2776da4cc818c07e1fefc1","affectsGlobalScope":true,"impliedFormat":1},{"version":"030e350db2525514580ed054f712ffb22d273e6bc7eddc1bb7eda1e0ba5d395e","affectsGlobalScope":true,"impliedFormat":1},{"version":"d153a11543fd884b596587ccd97aebbeed950b26933ee000f94009f1ab142848","affectsGlobalScope":true,"impliedFormat":1},{"version":"21d819c173c0cf7cc3ce57c3276e77fd9a8a01d35a06ad87158781515c9a438a","impliedFormat":1},{"version":"a79e62f1e20467e11a904399b8b18b18c0c6eea6b50c1168bf215356d5bebfaf","affectsGlobalScope":true,"impliedFormat":1},{"version":"0fd06258805d26c72f5997e07a23155d322d5f05387adb3744a791fe6a0b042d","affectsGlobalScope":true,"impliedFormat":1},{"version":"8e9c23ba78aabc2e0a27033f18737a6df754067731e69dc5f52823957d60a4b6","impliedFormat":1},{"version":"5929864ce17fba74232584d90cb721a89b7ad277220627cc97054ba15a98ea8f","impliedFormat":1},{"version":"24bd580b5743dc56402c440dc7f9a4f5d592ad7a419f25414d37a7bfe11e342b","impliedFormat":1},{"version":"25c8056edf4314820382a5fdb4bb7816999acdcb929c8f75e3f39473b87e85bc","impliedFormat":1},{"version":"c464d66b20788266e5353b48dc4aa6bc0dc4a707276df1e7152ab0c9ae21fad8","impliedFormat":1},{"version":"78d0d27c130d35c60b5e5566c9f1e5be77caf39804636bc1a40133919a949f21","impliedFormat":1},{"version":"c6fd2c5a395f2432786c9cb8deb870b9b0e8ff7e22c029954fabdd692bff6195","impliedFormat":1},{"version":"1d6e127068ea8e104a912e42fc0a110e2aa5a66a356a917a163e8cf9a65e4a75","impliedFormat":1},{"version":"5ded6427296cdf3b9542de4471d2aa8d3983671d4cac0f4bf9c637208d1ced43","impliedFormat":1},{"version":"6bdc71028db658243775263e93a7db2fd2abfce3ca569c3cca5aee6ed5eb186d","impliedFormat":1},{"version":"cadc8aced301244057c4e7e73fbcae534b0f5b12a37b150d80e5a45aa4bebcbd","impliedFormat":1},{"version":"385aab901643aa54e1c36f5ef3107913b10d1b5bb8cbcd933d4263b80a0d7f20","impliedFormat":1},{"version":"9670d44354bab9d9982eca21945686b5c24a3f893db73c0dae0fd74217a4c219","impliedFormat":1},{"version":"0b8a9268adaf4da35e7fa830c8981cfa22adbbe5b3f6f5ab91f6658899e657a7","impliedFormat":1},{"version":"11396ed8a44c02ab9798b7dca436009f866e8dae3c9c25e8c1fbc396880bf1bb","impliedFormat":1},{"version":"ba7bc87d01492633cb5a0e5da8a4a42a1c86270e7b3d2dea5d156828a84e4882","impliedFormat":1},{"version":"4893a895ea92c85345017a04ed427cbd6a1710453338df26881a6019432febdd","impliedFormat":1},{"version":"c21dc52e277bcfc75fac0436ccb75c204f9e1b3fa5e12729670910639f27343e","impliedFormat":1},{"version":"13f6f39e12b1518c6650bbb220c8985999020fe0f21d818e28f512b7771d00f9","impliedFormat":1},{"version":"9b5369969f6e7175740bf51223112ff209f94ba43ecd3bb09eefff9fd675624a","impliedFormat":1},{"version":"4fe9e626e7164748e8769bbf74b538e09607f07ed17c2f20af8d680ee49fc1da","impliedFormat":1},{"version":"24515859bc0b836719105bb6cc3d68255042a9f02a6022b3187948b204946bd2","impliedFormat":1},{"version":"ea0148f897b45a76544ae179784c95af1bd6721b8610af9ffa467a518a086a43","impliedFormat":1},{"version":"24c6a117721e606c9984335f71711877293a9651e44f59f3d21c1ea0856f9cc9","impliedFormat":1},{"version":"dd3273ead9fbde62a72949c97dbec2247ea08e0c6952e701a483d74ef92d6a17","impliedFormat":1},{"version":"405822be75ad3e4d162e07439bac80c6bcc6dbae1929e179cf467ec0b9ee4e2e","impliedFormat":1},{"version":"0db18c6e78ea846316c012478888f33c11ffadab9efd1cc8bcc12daded7a60b6","impliedFormat":1},{"version":"e61be3f894b41b7baa1fbd6a66893f2579bfad01d208b4ff61daef21493ef0a8","impliedFormat":1},{"version":"bd0532fd6556073727d28da0edfd1736417a3f9f394877b6d5ef6ad88fba1d1a","impliedFormat":1},{"version":"89167d696a849fce5ca508032aabfe901c0868f833a8625d5a9c6e861ef935d2","impliedFormat":1},{"version":"615ba88d0128ed16bf83ef8ccbb6aff05c3ee2db1cc0f89ab50a4939bfc1943f","impliedFormat":1},{"version":"a4d551dbf8746780194d550c88f26cf937caf8d56f102969a110cfaed4b06656","impliedFormat":1},{"version":"8bd86b8e8f6a6aa6c49b71e14c4ffe1211a0e97c80f08d2c8cc98838006e4b88","impliedFormat":1},{"version":"317e63deeb21ac07f3992f5b50cdca8338f10acd4fbb7257ebf56735bf52ab00","impliedFormat":1},{"version":"4732aec92b20fb28c5fe9ad99521fb59974289ed1e45aecb282616202184064f","impliedFormat":1},{"version":"2e85db9e6fd73cfa3d7f28e0ab6b55417ea18931423bd47b409a96e4a169e8e6","impliedFormat":1},{"version":"c46e079fe54c76f95c67fb89081b3e399da2c7d109e7dca8e4b58d83e332e605","impliedFormat":1},{"version":"bf67d53d168abc1298888693338cb82854bdb2e69ef83f8a0092093c2d562107","impliedFormat":1},{"version":"ba97261afafe85aafe76d988e65e531da8e8cf791c49caf0531f5dd1689bd91b","affectsGlobalScope":true,"impliedFormat":1},{"version":"f52e8dacc97d71dcc96af29e49584353f9c54cb916d132e3e768d8b8129c928d","impliedFormat":1},{"version":"7394959e5a741b185456e1ef5d64599c36c60a323207450991e7a42e08911419","impliedFormat":1},{"version":"76103716ba397bbb61f9fa9c9090dca59f39f9047cb1352b2179c5d8e7f4e8d0","impliedFormat":1},{"version":"53eac70430b30089a3a1959d8306b0f9cfaf0de75224b68ef25243e0b5ad1ca3","affectsGlobalScope":true,"impliedFormat":1},{"version":"4314c7a11517e221f7296b46547dbc4df047115b182f544d072bdccffa57fc72","impliedFormat":1},{"version":"115971d64632ea4742b5b115fb64ed04bcaae2c3c342f13d9ba7e3f9ee39c4e7","impliedFormat":1},{"version":"c2510f124c0293ab80b1777c44d80f812b75612f297b9857406468c0f4dafe29","affectsGlobalScope":true,"impliedFormat":1},{"version":"a40826e8476694e90da94aa008283a7de50d1dafd37beada623863f1901cb7fb","impliedFormat":1},{"version":"86956cc2eb9dd371d6fab493d326a574afedebf76eef3fa7833b8e0d9b52d6f1","affectsGlobalScope":true,"impliedFormat":1},{"version":"24642567d3729bcc545bacb65ee7c0db423400c7f1ef757cab25d05650064f98","impliedFormat":1},{"version":"e6f5a38687bebe43a4cef426b69d34373ef68be9a6b1538ec0a371e69f309354","impliedFormat":1},{"version":"a6bf63d17324010ca1fbf0389cab83f93389bb0b9a01dc8a346d092f65b3605f","impliedFormat":1},{"version":"e009777bef4b023a999b2e5b9a136ff2cde37dc3f77c744a02840f05b18be8ff","impliedFormat":1},{"version":"1e0d1f8b0adfa0b0330e028c7941b5a98c08b600efe7f14d2d2a00854fb2f393","impliedFormat":1},{"version":"ee1ee365d88c4c6c0c0a5a5701d66ebc27ccd0bcfcfaa482c6e2e7fe7b98edf7","affectsGlobalScope":true,"impliedFormat":1},{"version":"88bc59b32d0d5b4e5d9632ac38edea23454057e643684c3c0b94511296f2998c","affectsGlobalScope":true,"impliedFormat":1},{"version":"e9ad08a376ac84948fcca0013d6f1d4ae4f9522e26b91f87945b97c99d7cc30b","impliedFormat":1},{"version":"eaf9ee1d90a35d56264f0bf39842282c58b9219e112ac7d0c1bce98c6c5da672","impliedFormat":1},{"version":"c15c4427ae7fd1dcd7f312a8a447ac93581b0d4664ddf151ecd07de4bf2bb9d7","impliedFormat":1},{"version":"5135bdd72cc05a8192bd2e92f0914d7fc43ee077d1293dc622a049b7035a0afb","impliedFormat":1},{"version":"4f80de3a11c0d2f1329a72e92c7416b2f7eab14f67e92cac63bb4e8d01c6edc8","impliedFormat":1},{"version":"6d386bc0d7f3afa1d401afc3e00ed6b09205a354a9795196caed937494a713e6","impliedFormat":1},{"version":"07562498d06bc1db00536c886f38e5f9892f8aef7a3720a25db714be4c775952","affectsGlobalScope":true,"impliedFormat":1},{"version":"d4047ed87e765bd3bcc316a0c4c4c8b0061628460d8a5412d1c4b53a4658665a","impliedFormat":1},{"version":"b1b6ee0d012aeebe11d776a155d8979730440082797695fc8e2a5c326285678f","impliedFormat":1},{"version":"45875bcae57270aeb3ebc73a5e3fb4c7b9d91d6b045f107c1d8513c28ece71c0","impliedFormat":1},{"version":"3eb62baae4df08c9173e6903d3ca45942ccec8c3659b0565684a75f3292cffbb","affectsGlobalScope":true,"impliedFormat":1},{"version":"a85683ef86875f4ad4c6b7301bbcc63fb379a8d80d3d3fd735ee57f48ef8a47e","affectsGlobalScope":true,"impliedFormat":1},{"version":"3f16a7e4deafa527ed9995a772bb380eb7d3c2c0fd4ae178c5263ed18394db2c","impliedFormat":1},{"version":"c6b4e0a02545304935ecbf7de7a8e056a31bb50939b5b321c9d50a405b5a0bba","impliedFormat":1},{"version":"fab29e6d649aa074a6b91e3bdf2bff484934a46067f6ee97a30fcd9762ae2213","impliedFormat":1},{"version":"8145e07aad6da5f23f2fcd8c8e4c5c13fb26ee986a79d03b0829b8fce152d8b2","impliedFormat":1},{"version":"e1120271ebbc9952fdc7b2dd3e145560e52e06956345e6fdf91d70ca4886464f","impliedFormat":1},{"version":"15c5e91b5f08be34a78e3d976179bf5b7a9cc28dc0ef1ffebffeb3c7812a2dca","impliedFormat":1},{"version":"58832ded29e0094047596544ac391d68c799d7bd7d35936f47221857141628f1","impliedFormat":1},{"version":"553870e516f8c772b89f3820576152ebc70181d7994d96917bb943e37da7f8a7","impliedFormat":1},{"version":"37ba7b45141a45ce6e80e66f2a96c8a5ab1bcef0fc2d0f56bb58df96ec67e972","impliedFormat":1},{"version":"93452d394fdd1dc551ec62f5042366f011a00d342d36d50793b3529bfc9bd633","impliedFormat":1},{"version":"745c4240220559bd340c8aeb6e3c5270a709d3565e934dc22a69c304703956bc","affectsGlobalScope":true,"impliedFormat":1},{"version":"2754d8221d77c7b382096651925eb476f1066b3348da4b73fe71ced7801edada","impliedFormat":1},{"version":"9212c6e9d80cb45441a3614e95afd7235a55a18584c2ed32d6c1aca5a0c53d93","affectsGlobalScope":true,"impliedFormat":1},{"version":"bef91efa0baea5d0e0f0f27b574a8bc100ce62a6d7e70220a0d58af6acab5e89","affectsGlobalScope":true,"impliedFormat":1},{"version":"282fd2a1268a25345b830497b4b7bf5037a5e04f6a9c44c840cb605e19fea841","impliedFormat":1},{"version":"5360a27d3ebca11b224d7d3e38e3e2c63f8290cb1fcf6c3610401898f8e68bc3","impliedFormat":1},{"version":"66ba1b2c3e3a3644a1011cd530fb444a96b1b2dfe2f5e837a002d41a1a799e60","impliedFormat":1},{"version":"7e514f5b852fdbc166b539fdd1f4e9114f29911592a5eb10a94bb3a13ccac3c4","impliedFormat":1},{"version":"7d6ff413e198d25639f9f01f16673e7df4e4bd2875a42455afd4ecc02ef156da","affectsGlobalScope":true,"impliedFormat":1},{"version":"6bd91a2a356600dee28eb0438082d0799a18a974a6537c4410a796bab749813c","affectsGlobalScope":true,"impliedFormat":1},{"version":"f689c4237b70ae6be5f0e4180e8833f34ace40529d1acc0676ab8fb8f70457d7","impliedFormat":1},{"version":"ae25afbbf1ed5df63a177d67b9048bf7481067f1b8dc9c39212e59db94fc9fc6","impliedFormat":1},{"version":"ac5ed35e649cdd8143131964336ab9076937fa91802ec760b3ea63b59175c10a","impliedFormat":1},{"version":"52a8e7e8a1454b6d1b5ad428efae3870ffc56f2c02d923467f2940c454aa9aec","affectsGlobalScope":true,"impliedFormat":1},{"version":"78dc0513cc4f1642906b74dda42146bcbd9df7401717d6e89ea6d72d12ecb539","impliedFormat":1},{"version":"ad90122e1cb599b3bc06a11710eb5489101be678f2920f2322b0ac3e195af78d","impliedFormat":1},{"version":"29f72ec1289ae3aeda78bf14b38086d3d803262ac13904b400422941a26a3636","affectsGlobalScope":true,"impliedFormat":1}],"root":[[68,70],101,102,107,116,140,[157,163],[176,179],185,[187,193],[198,212],[220,237],[327,423]],"options":{"allowJs":true,"allowSyntheticDefaultImports":true,"declaration":true,"esModuleInterop":true,"experimentalDecorators":true,"importHelpers":true,"inlineSources":true,"module":99,"noEmitOnError":true,"outDir":"./","rootDir":"..","skipLibCheck":true,"sourceMap":true,"strict":true,"target":5,"useDefineForClassFields":false},"referencedMap":[[248,1],[250,2],[51,1],[57,1],[58,3],[61,4],[59,4],[63,4],[66,5],[65,4],[64,4],[62,4],[60,6],[52,1],[53,7],[133,8],[131,9],[132,10],[134,11],[135,12],[319,13],[317,14],[318,15],[314,16],[316,17],[315,18],[122,19],[121,20],[307,21],[306,22],[305,23],[124,24],[125,25],[72,26],[71,20],[123,27],[130,28],[129,29],[128,1],[126,30],[127,31],[167,27],[255,1],[263,32],[264,33],[265,1],[294,34],[287,35],[293,36],[292,37],[291,1],[288,38],[290,39],[296,40],[297,41],[295,42],[257,1],[268,43],[285,44],[284,45],[286,46],[262,47],[281,48],[283,49],[278,50],[280,51],[272,52],[277,53],[273,54],[275,55],[274,56],[256,1],[258,57],[271,1],[260,57],[259,58],[261,59],[279,60],[289,1],[266,1],[270,1],[267,1],[282,1],[269,61],[276,57],[186,62],[213,62],[214,62],[197,62],[156,62],[144,63],[145,64],[143,65],[146,66],[147,67],[148,68],[149,69],[150,70],[151,71],[152,72],[153,73],[154,74],[155,75],[523,1],[469,76],[470,76],[471,77],[429,78],[472,79],[473,80],[474,81],[424,1],[427,82],[425,1],[426,1],[475,83],[476,84],[477,85],[478,86],[479,87],[480,88],[481,88],[483,89],[482,90],[484,91],[485,92],[486,93],[468,94],[428,1],[487,95],[488,96],[489,97],[522,98],[490,99],[491,100],[492,101],[493,102],[494,103],[495,104],[496,105],[497,106],[498,107],[499,108],[500,108],[501,109],[502,1],[503,1],[504,110],[506,111],[505,112],[507,113],[508,114],[509,115],[510,116],[511,117],[512,118],[513,119],[514,120],[515,121],[516,122],[517,123],[518,124],[519,125],[520,126],[521,127],[49,1],[430,1],[106,128],[103,1],[104,129],[105,130],[196,131],[194,1],[195,1],[54,132],[164,133],[48,134],[312,133],[141,134],[165,135],[55,1],[50,136],[67,137],[313,138],[142,139],[166,140],[56,141],[249,1],[47,1],[45,1],[46,1],[8,1],[10,1],[9,1],[2,1],[11,1],[12,1],[13,1],[14,1],[15,1],[16,1],[17,1],[18,1],[3,1],[19,1],[20,1],[4,1],[21,1],[25,1],[22,1],[23,1],[24,1],[26,1],[27,1],[28,1],[5,1],[29,1],[30,1],[31,1],[32,1],[6,1],[36,1],[33,1],[34,1],[35,1],[37,1],[7,1],[38,1],[43,1],[44,1],[39,1],[40,1],[41,1],[42,1],[1,1],[446,142],[456,143],[445,142],[466,144],[437,145],[436,146],[465,147],[459,148],[464,149],[439,150],[453,151],[438,152],[462,153],[434,154],[433,147],[463,155],[435,156],[440,157],[441,1],[444,157],[431,1],[467,158],[457,159],[448,160],[449,161],[451,162],[447,163],[450,164],[460,147],[442,165],[443,166],[452,167],[432,168],[455,159],[454,157],[458,1],[461,169],[175,170],[174,1],[401,171],[206,172],[366,173],[372,174],[371,172],[367,172],[368,172],[370,175],[369,172],[68,172],[220,176],[69,177],[378,178],[70,177],[212,179],[379,180],[380,180],[381,181],[373,172],[185,182],[200,183],[207,184],[101,185],[208,186],[179,187],[210,188],[201,189],[204,189],[202,189],[203,190],[205,190],[375,191],[188,177],[187,177],[211,192],[189,193],[190,193],[402,193],[191,194],[209,177],[374,195],[391,196],[385,183],[389,197],[390,198],[349,177],[384,199],[386,200],[387,200],[388,201],[332,202],[222,203],[223,203],[224,203],[225,203],[226,203],[227,203],[228,203],[229,203],[230,204],[231,205],[232,203],[233,206],[234,203],[235,203],[236,203],[237,203],[328,207],[330,203],[329,203],[221,208],[327,209],[331,210],[140,211],[158,212],[159,212],[160,212],[161,212],[162,212],[163,212],[177,213],[157,183],[176,214],[382,215],[178,216],[392,176],[396,217],[393,176],[395,218],[394,176],[333,219],[334,220],[335,221],[336,222],[338,223],[337,224],[339,225],[348,226],[340,227],[341,227],[342,227],[343,227],[344,227],[347,228],[346,227],[345,227],[400,229],[399,230],[403,231],[398,232],[102,233],[404,234],[377,235],[376,236],[107,237],[192,238],[116,239],[365,240],[350,241],[351,241],[352,241],[353,241],[354,241],[355,242],[356,241],[357,241],[359,243],[360,244],[361,245],[362,241],[363,246],[358,247],[364,248],[397,249],[383,250],[199,251],[198,252],[193,176],[405,253],[406,254],[407,255],[408,255],[409,253],[410,253],[411,254],[412,254],[413,254],[414,254],[415,254],[416,256],[417,257],[418,256],[419,256],[420,258],[421,253],[422,253],[423,253],[215,1],[216,259],[180,260],[184,261],[181,262],[183,20],[182,20],[326,263],[239,264],[240,264],[238,27],[245,264],[244,265],[243,264],[247,266],[251,267],[298,268],[254,269],[252,264],[308,270],[322,271],[310,264],[299,271],[300,271],[253,272],[309,271],[311,264],[304,264],[324,271],[320,273],[325,271],[246,264],[242,264],[323,271],[303,274],[321,264],[302,269],[301,269],[241,275],[173,276],[172,20],[170,1],[171,20],[169,277],[168,1],[139,278],[138,279],[137,280],[118,281],[119,282],[120,283],[117,20],[136,284],[219,285],[217,20],[218,286],[113,27],[111,1],[112,27],[114,27],[108,27],[115,287],[109,27],[110,27],[90,1],[74,1],[88,1],[82,1],[76,1],[94,1],[97,1],[83,1],[93,1],[75,1],[89,1],[79,1],[84,1],[100,288],[91,1],[96,1],[95,1],[77,1],[80,1],[81,1],[99,289],[98,27],[73,1],[92,1],[78,1],[87,290],[85,291],[86,292]],"version":"5.7.3"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@operato/data-grist",
3
- "version": "8.0.0-beta.6",
3
+ "version": "9.0.0-beta.0",
4
4
  "description": "User interface for grid (desktop) and list (mobile)",
5
5
  "author": "heartyoh",
6
6
  "main": "dist/index.js",
@@ -62,14 +62,14 @@
62
62
  },
63
63
  "dependencies": {
64
64
  "@material/web": "^2.0.0",
65
- "@operato/headroom": "^8.0.0-beta.2",
66
- "@operato/input": "^8.0.0-beta.5",
67
- "@operato/p13n": "^8.0.0-beta.5",
68
- "@operato/popup": "^8.0.0-beta.5",
69
- "@operato/pull-to-refresh": "^8.0.0-beta.2",
70
- "@operato/styles": "^8.0.0-beta.2",
71
- "@operato/time-calculator": "^8.0.0-beta.2",
72
- "@operato/utils": "^8.0.0-beta.2",
65
+ "@operato/headroom": "^9.0.0-beta.0",
66
+ "@operato/input": "^9.0.0-beta.0",
67
+ "@operato/p13n": "^9.0.0-beta.0",
68
+ "@operato/popup": "^9.0.0-beta.0",
69
+ "@operato/pull-to-refresh": "^9.0.0-beta.0",
70
+ "@operato/styles": "^9.0.0-beta.0",
71
+ "@operato/time-calculator": "^9.0.0-beta.0",
72
+ "@operato/utils": "^9.0.0-beta.0",
73
73
  "i18next": "^23.11.5",
74
74
  "json5": "^2.2.0",
75
75
  "lit": "^3.1.2",
@@ -108,5 +108,5 @@
108
108
  "prettier --write"
109
109
  ]
110
110
  },
111
- "gitHead": "b152426bfb79be62ba34a2eb1a4bb092b5ead2c2"
111
+ "gitHead": "22a89f0f8bf5b197ae03f409776c2d2d08cf29aa"
112
112
  }