@operato/chart 7.0.41 → 7.0.43
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 +17 -0
- package/dist/src/chartjs/config-converter.d.ts +1 -1
- package/dist/src/editors/input-chart-abstract.d.ts +2 -2
- package/dist/src/editors/input-chart-abstract.js.map +1 -1
- package/dist/src/editors/ox-input-chart-pie.d.ts +1 -1
- package/dist/src/editors/ox-input-chart-pie.js.map +1 -1
- package/dist/src/editors/ox-property-editor-chart.js +5 -5
- package/dist/src/editors/ox-property-editor-chart.js.map +1 -1
- package/dist/src/editors/templates/series.d.ts +1 -1
- package/dist/src/editors/templates/series.js +9 -5
- package/dist/src/editors/templates/series.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +4 -4
- package/src/editors/input-chart-abstract.ts +3 -3
- package/src/editors/ox-input-chart-pie.ts +1 -1
- package/src/editors/ox-property-editor-chart.ts +5 -5
- package/src/editors/templates/series.ts +10 -15
- package/src/types.d.ts +11 -1
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,23 @@
|
|
|
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
|
+
### [7.0.43](https://github.com/hatiolab/operato/compare/v7.0.42...v7.0.43) (2024-08-03)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @operato/chart
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
### [7.0.42](https://github.com/hatiolab/operato/compare/v7.0.41...v7.0.42) (2024-08-03)
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
### :bug: Bug Fix
|
|
18
|
+
|
|
19
|
+
* chart type ([88285eb](https://github.com/hatiolab/operato/commit/88285ebe210a95acc533cc629000f78ecfc17a7f))
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
6
23
|
### [7.0.41](https://github.com/hatiolab/operato/compare/v7.0.40...v7.0.41) (2024-08-03)
|
|
7
24
|
|
|
8
25
|
|
|
@@ -3,7 +3,7 @@ export declare function convertConfigure(config: OperatoChart.ChartConfig, { fon
|
|
|
3
3
|
fontFamily?: string;
|
|
4
4
|
fontColor?: string;
|
|
5
5
|
}): {
|
|
6
|
-
type: "bar" | "line" | "radar" | "pie" | "doughnut" | "polarArea" | undefined;
|
|
6
|
+
type: "bar" | "line" | "radar" | "pie" | "doughnut" | "polarArea" | "mixed" | "timeseries" | undefined;
|
|
7
7
|
options: {
|
|
8
8
|
animation: boolean | undefined;
|
|
9
9
|
stacked: boolean | undefined;
|
|
@@ -5,7 +5,7 @@ import { OxFormField } from '@operato/input';
|
|
|
5
5
|
export declare class InputChartAbstract extends OxFormField {
|
|
6
6
|
static styles: import("lit").CSSResult[];
|
|
7
7
|
value: OperatoChart.ChartConfig | null;
|
|
8
|
-
chartType
|
|
8
|
+
chartType?: OperatoChart.ChartType;
|
|
9
9
|
private _configurer?;
|
|
10
10
|
get configurer(): Configurer;
|
|
11
11
|
updated(changes: PropertyValues<this>): void;
|
|
@@ -14,7 +14,7 @@ export declare class InputChartAbstract extends OxFormField {
|
|
|
14
14
|
subTemplate(): import("lit-html").TemplateResult<1>;
|
|
15
15
|
getDefaultDatasets(): OperatoChart.Dataset[];
|
|
16
16
|
getDefaultDataset(seriesType: 'bar' | 'horizontalBar' | 'line' | 'radar' | 'pie'): OperatoChart.Dataset;
|
|
17
|
-
getDefaultChartConfig(type
|
|
17
|
+
getDefaultChartConfig(type?: OperatoChart.ChartType, datasets?: OperatoChart.Dataset[]): OperatoChart.ChartConfig;
|
|
18
18
|
getDefaultAxisOptions(): OperatoChart.AxisOptions;
|
|
19
19
|
onValuesChanged(e: Event): void;
|
|
20
20
|
_getElementValue(element: HTMLElement): any;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"input-chart-abstract.js","sourceRoot":"","sources":["../../../src/editors/input-chart-abstract.ts"],"names":[],"mappings":"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","sourcesContent":["import '@operato/i18n/ox-i18n.js'\n\nimport { html, PropertyValues } from 'lit'\nimport { property } from 'lit/decorators.js'\n\nimport { random as randomColor, TinyColor } from '@ctrl/tinycolor'\n\nimport { InputChartStyles } from './input-chart-styles'\nimport { Configurer } from './configurer'\nimport { OxFormField } from '@operato/input'\n\nexport class InputChartAbstract extends OxFormField {\n static styles = [InputChartStyles]\n\n @property({ type: Object }) value: OperatoChart.ChartConfig | null = null\n @property({ type: String, attribute: 'chart-type' }) chartType: OperatoChart.ChartType\n\n private _configurer?: Configurer\n\n get configurer() {\n if (!this._configurer) {\n this._configurer = new Configurer(this.value, () => {\n return this.value || this.getDefaultChartConfig(this.chartType, this.getDefaultDatasets())\n })\n }\n return this._configurer\n }\n\n updated(changes: PropertyValues<this>) {\n if (changes.has('value')) {\n this.configurer.updateValue(this.value!)\n }\n }\n\n render() {\n const configurer = this.configurer\n\n return html`\n <legend><ox-i18n msgid=\"label.chart\">Chart</ox-i18n></legend>\n\n <label for=\"theme\"> <ox-i18n msgid=\"label.theme\">Theme</ox-i18n> </label>\n <select id=\"theme\" value-key=\"theme\" class=\"select-content\" .value=${configurer.theme || 'light'}>\n <option value=\"auto\">auto</option>\n <option value=\"dark\">dark</option>\n <option value=\"light\" checked>light</option>\n </select>\n\n <input id=\"tooltip\" type=\"checkbox\" value-key=\"tooltip\" ?checked=${configurer.tooltip} />\n <label for=\"tooltip\"> <ox-i18n msgid=\"label.tooltip\">Tooltip</ox-i18n> </label>\n\n <input id=\"animation\" type=\"checkbox\" value-key=\"animation\" ?checked=${configurer.animation} />\n <label for=\"animation\"> <ox-i18n msgid=\"label.animation\">Animation</ox-i18n> </label>\n\n <input id=\"display\" type=\"checkbox\" value-key=\"display\" ?checked=${configurer.display} />\n <label for=\"display\"> <ox-i18n msgid=\"label.legend\">Legend</ox-i18n> </label>\n\n <input id=\"stacked\" type=\"checkbox\" value-key=\"stacked\" ?checked=${configurer.stacked} />\n <label for=\"stacked\"> <ox-i18n msgid=\"label.stacked\">Stacked</ox-i18n> </label>\n\n ${configurer.display\n ? html`\n <label for=\"position\"> <ox-i18n msgid=\"label.position\">Position</ox-i18n> </label>\n <select id=\"position\" value-key=\"position\" class=\"select-content\" .value=${configurer.position || ''}>\n <option value=\"top\">top</option>\n <option value=\"right\">right</option>\n <option value=\"bottom\">bottom</option>\n <option value=\"left\">left</option>\n </select>\n `\n : html``}\n ${this.subTemplate()}\n `\n }\n\n connectedCallback() {\n super.connectedCallback()\n\n this.renderRoot.addEventListener('change', this.onValuesChanged.bind(this))\n }\n\n subTemplate() {\n return html``\n }\n\n getDefaultDatasets(): OperatoChart.Dataset[] {\n return [this.getDefaultDataset('bar')]\n }\n\n getDefaultDataset(seriesType: 'bar' | 'horizontalBar' | 'line' | 'radar' | 'pie'): OperatoChart.Dataset {\n return {\n label: 'Series 1',\n data: [],\n borderWidth: 1,\n dataKey: '',\n yAxisID: 'left',\n color: randomColor({\n hue: new TinyColor('#fff').clone().toString()\n }).toRgbString(),\n backgroundColor: '#FFFFFF',\n type: seriesType,\n stack: '',\n fill: false,\n lineTension: 0.4,\n pointStyle: 'circle',\n pointRadius: 3,\n valuePrefix: '',\n valueSuffix: '',\n displayValue: false\n }\n }\n\n getDefaultChartConfig(type: OperatoChart.ChartType, datasets?: OperatoChart.Dataset[]): OperatoChart.ChartConfig {\n return {\n data: {\n datasets: datasets || [],\n labelDataKey: ''\n },\n options: {\n theme: 'light',\n tooltip: true,\n animation: true,\n legend: {\n display: true,\n position: 'top'\n },\n scales: {\n xAxes: [this.getDefaultAxisOptions()],\n yAxes: [this.getDefaultAxisOptions()]\n },\n stacked: false,\n xGridLine: true,\n yGridLine: true,\n y2ndGridLine: false,\n multiAxis: false\n },\n type\n }\n }\n\n getDefaultAxisOptions(): OperatoChart.AxisOptions {\n return {\n axisTitle: '',\n barSpacing: 0,\n categorySpacing: 0,\n barPercentage: 0.9,\n ticks: {\n display: true,\n autoMin: true,\n autoMax: true,\n min: undefined,\n max: undefined,\n stepSize: undefined\n }\n }\n }\n\n onValuesChanged(e: Event) {\n e.stopPropagation()\n\n const element = e.target as HTMLInputElement\n let key = element.getAttribute('value-key')\n let value = element.value\n\n if (!key) {\n return\n }\n\n value = this._getElementValue(element)\n\n const attrs = key.split('.')\n let attr = attrs.shift() || ''\n let variable: any = this.configurer\n\n while (attrs.length > 0) {\n variable = variable[attr]\n attr = attrs.shift() || ''\n }\n\n variable[attr] = value\n\n this.value = { ...this.configurer.value }\n\n this.dispatchEvent(new CustomEvent('change', { bubbles: true, composed: true }))\n this.requestUpdate()\n }\n\n _getElementValue(element: HTMLElement) {\n switch (element.tagName) {\n case 'INPUT':\n switch ((element as HTMLInputElement).type) {\n case 'checkbox':\n return (element as HTMLInputElement).checked\n case 'number':\n return Number((element as HTMLInputElement).value) || 0\n case 'text':\n return String((element as HTMLInputElement).value)\n }\n default:\n return (element as any).value\n }\n }\n}\n"]}
|
|
1
|
+
{"version":3,"file":"input-chart-abstract.js","sourceRoot":"","sources":["../../../src/editors/input-chart-abstract.ts"],"names":[],"mappings":"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","sourcesContent":["import '@operato/i18n/ox-i18n.js'\n\nimport { html, PropertyValues } from 'lit'\nimport { property } from 'lit/decorators.js'\n\nimport { random as randomColor, TinyColor } from '@ctrl/tinycolor'\n\nimport { InputChartStyles } from './input-chart-styles'\nimport { Configurer } from './configurer'\nimport { OxFormField } from '@operato/input'\n\nexport class InputChartAbstract extends OxFormField {\n static styles = [InputChartStyles]\n\n @property({ type: Object }) value: OperatoChart.ChartConfig | null = null\n @property({ type: String, attribute: 'chart-type' }) chartType?: OperatoChart.ChartType\n\n private _configurer?: Configurer\n\n get configurer(): Configurer {\n if (!this._configurer) {\n this._configurer = new Configurer(this.value, () => {\n return this.value || this.getDefaultChartConfig(this.chartType, this.getDefaultDatasets())\n })\n }\n return this._configurer\n }\n\n updated(changes: PropertyValues<this>) {\n if (changes.has('value')) {\n this.configurer.updateValue(this.value!)\n }\n }\n\n render() {\n const configurer = this.configurer\n\n return html`\n <legend><ox-i18n msgid=\"label.chart\">Chart</ox-i18n></legend>\n\n <label for=\"theme\"> <ox-i18n msgid=\"label.theme\">Theme</ox-i18n> </label>\n <select id=\"theme\" value-key=\"theme\" class=\"select-content\" .value=${configurer.theme || 'light'}>\n <option value=\"auto\">auto</option>\n <option value=\"dark\">dark</option>\n <option value=\"light\" checked>light</option>\n </select>\n\n <input id=\"tooltip\" type=\"checkbox\" value-key=\"tooltip\" ?checked=${configurer.tooltip} />\n <label for=\"tooltip\"> <ox-i18n msgid=\"label.tooltip\">Tooltip</ox-i18n> </label>\n\n <input id=\"animation\" type=\"checkbox\" value-key=\"animation\" ?checked=${configurer.animation} />\n <label for=\"animation\"> <ox-i18n msgid=\"label.animation\">Animation</ox-i18n> </label>\n\n <input id=\"display\" type=\"checkbox\" value-key=\"display\" ?checked=${configurer.display} />\n <label for=\"display\"> <ox-i18n msgid=\"label.legend\">Legend</ox-i18n> </label>\n\n <input id=\"stacked\" type=\"checkbox\" value-key=\"stacked\" ?checked=${configurer.stacked} />\n <label for=\"stacked\"> <ox-i18n msgid=\"label.stacked\">Stacked</ox-i18n> </label>\n\n ${configurer.display\n ? html`\n <label for=\"position\"> <ox-i18n msgid=\"label.position\">Position</ox-i18n> </label>\n <select id=\"position\" value-key=\"position\" class=\"select-content\" .value=${configurer.position || ''}>\n <option value=\"top\">top</option>\n <option value=\"right\">right</option>\n <option value=\"bottom\">bottom</option>\n <option value=\"left\">left</option>\n </select>\n `\n : html``}\n ${this.subTemplate()}\n `\n }\n\n connectedCallback() {\n super.connectedCallback()\n\n this.renderRoot.addEventListener('change', this.onValuesChanged.bind(this))\n }\n\n subTemplate() {\n return html``\n }\n\n getDefaultDatasets(): OperatoChart.Dataset[] {\n return [this.getDefaultDataset('bar')]\n }\n\n getDefaultDataset(seriesType: 'bar' | 'horizontalBar' | 'line' | 'radar' | 'pie'): OperatoChart.Dataset {\n return {\n label: 'Series 1',\n data: [],\n borderWidth: 1,\n dataKey: '',\n yAxisID: 'left',\n color: randomColor({\n hue: new TinyColor('#fff').clone().toString()\n }).toRgbString(),\n backgroundColor: '#FFFFFF',\n type: seriesType,\n stack: '',\n fill: false,\n lineTension: 0.4,\n pointStyle: 'circle',\n pointRadius: 3,\n valuePrefix: '',\n valueSuffix: '',\n displayValue: false\n }\n }\n\n getDefaultChartConfig(type?: OperatoChart.ChartType, datasets?: OperatoChart.Dataset[]): OperatoChart.ChartConfig {\n return {\n data: {\n datasets: datasets || [],\n labelDataKey: ''\n },\n options: {\n theme: 'light',\n tooltip: true,\n animation: true,\n legend: {\n display: true,\n position: 'top'\n },\n scales: {\n xAxes: [this.getDefaultAxisOptions()],\n yAxes: [this.getDefaultAxisOptions()]\n },\n stacked: false,\n xGridLine: true,\n yGridLine: true,\n y2ndGridLine: false,\n multiAxis: false\n },\n type\n }\n }\n\n getDefaultAxisOptions(): OperatoChart.AxisOptions {\n return {\n axisTitle: '',\n barSpacing: 0,\n categorySpacing: 0,\n barPercentage: 0.9,\n ticks: {\n display: true,\n autoMin: true,\n autoMax: true,\n min: undefined,\n max: undefined,\n stepSize: undefined\n }\n }\n }\n\n onValuesChanged(e: Event) {\n e.stopPropagation()\n\n const element = e.target as HTMLInputElement\n let key = element.getAttribute('value-key')\n let value = element.value\n\n if (!key) {\n return\n }\n\n value = this._getElementValue(element)\n\n const attrs = key.split('.')\n let attr = attrs.shift() || ''\n let variable: any = this.configurer\n\n while (attrs.length > 0) {\n variable = variable[attr]\n attr = attrs.shift() || ''\n }\n\n variable[attr] = value\n\n this.value = { ...this.configurer.value }\n\n this.dispatchEvent(new CustomEvent('change', { bubbles: true, composed: true }))\n this.requestUpdate()\n }\n\n _getElementValue(element: HTMLElement) {\n switch (element.tagName) {\n case 'INPUT':\n switch ((element as HTMLInputElement).type) {\n case 'checkbox':\n return (element as HTMLInputElement).checked\n case 'number':\n return Number((element as HTMLInputElement).value) || 0\n case 'text':\n return String((element as HTMLInputElement).value)\n }\n default:\n return (element as any).value\n }\n }\n}\n"]}
|
|
@@ -7,5 +7,5 @@ export default class OxInputChartPie extends InputChartAbstract {
|
|
|
7
7
|
subTemplate(): import("lit-html").TemplateResult<1>;
|
|
8
8
|
getDefaultChartConfig(type: OperatoChart.ChartType, datasets?: OperatoChart.Dataset[]): OperatoChart.ChartConfig;
|
|
9
9
|
getDefaultDatasets(): OperatoChart.Dataset[];
|
|
10
|
-
getDefaultDataset(seriesType: OperatoChart.
|
|
10
|
+
getDefaultDataset(seriesType: OperatoChart.SeriesType): OperatoChart.Dataset;
|
|
11
11
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ox-input-chart-pie.js","sourceRoot":"","sources":["../../../src/editors/ox-input-chart-pie.ts"],"names":[],"mappings":";AAAA,OAAO,0BAA0B,CAAA;AACjC,OAAO,4CAA4C,CAAA;AAEnD,OAAO,EAAE,IAAI,EAAE,MAAM,KAAK,CAAA;AAC1B,OAAO,EAAE,aAAa,EAAE,MAAM,mBAAmB,CAAA;AAEjD,OAAO,EAAE,kBAAkB,EAAE,MAAM,wBAAwB,CAAA;AAC3D,OAAO,2BAA2B,CAAA;AAGnB,IAAM,eAAe,GAArB,MAAM,eAAgB,SAAQ,kBAAkB;aACtD,WAAM,GAAG,kBAAkB,CAAC,MAAM,AAA5B,CAA4B;IAEzC,WAAW;QACT,MAAM,UAAU,GAAG,IAAI,CAAC,UAAU,CAAA;QAElC,OAAO,IAAI,CAAA;;;;2EAI4D,UAAU,CAAC,MAAM,CAAC,OAAO,IAAI,EAAE;;;;;;iBAMzF,UAAU,CAAC,KAAK,IAAI,EAAE;;;;4CAIK,UAAU;;;;;gFAK0B,UAAU,CAAC,YAAY,IAAI,EAAE;KACxG,CAAA;IACH,CAAC;IAED,qBAAqB,CAAC,IAA4B,EAAE,QAAiC;QACnF,OAAO;YACL,IAAI,EAAE,KAAK;YACX,IAAI,EAAE;gBACJ,MAAM,EAAE,EAAE;gBACV,QAAQ,EAAE,IAAI,CAAC,kBAAkB,EAAE;gBACnC,YAAY,EAAE,OAAO;aACtB;YACD,OAAO,EAAE;gBACP,KAAK,EAAE,MAAM;gBACb,MAAM,EAAE;oBACN,OAAO,EAAE,IAAI;oBACb,QAAQ,EAAE,KAAK;iBAChB;aACF;SACF,CAAA;IACH,CAAC;IAED,kBAAkB;QAChB,OAAO,CAAC,IAAI,CAAC,iBAAiB,CAAC,KAAK,CAAC,CAAC,CAAA;IACxC,CAAC;IAED,iBAAiB,CAAC,
|
|
1
|
+
{"version":3,"file":"ox-input-chart-pie.js","sourceRoot":"","sources":["../../../src/editors/ox-input-chart-pie.ts"],"names":[],"mappings":";AAAA,OAAO,0BAA0B,CAAA;AACjC,OAAO,4CAA4C,CAAA;AAEnD,OAAO,EAAE,IAAI,EAAE,MAAM,KAAK,CAAA;AAC1B,OAAO,EAAE,aAAa,EAAE,MAAM,mBAAmB,CAAA;AAEjD,OAAO,EAAE,kBAAkB,EAAE,MAAM,wBAAwB,CAAA;AAC3D,OAAO,2BAA2B,CAAA;AAGnB,IAAM,eAAe,GAArB,MAAM,eAAgB,SAAQ,kBAAkB;aACtD,WAAM,GAAG,kBAAkB,CAAC,MAAM,AAA5B,CAA4B;IAEzC,WAAW;QACT,MAAM,UAAU,GAAG,IAAI,CAAC,UAAU,CAAA;QAElC,OAAO,IAAI,CAAA;;;;2EAI4D,UAAU,CAAC,MAAM,CAAC,OAAO,IAAI,EAAE;;;;;;iBAMzF,UAAU,CAAC,KAAK,IAAI,EAAE;;;;4CAIK,UAAU;;;;;gFAK0B,UAAU,CAAC,YAAY,IAAI,EAAE;KACxG,CAAA;IACH,CAAC;IAED,qBAAqB,CAAC,IAA4B,EAAE,QAAiC;QACnF,OAAO;YACL,IAAI,EAAE,KAAK;YACX,IAAI,EAAE;gBACJ,MAAM,EAAE,EAAE;gBACV,QAAQ,EAAE,IAAI,CAAC,kBAAkB,EAAE;gBACnC,YAAY,EAAE,OAAO;aACtB;YACD,OAAO,EAAE;gBACP,KAAK,EAAE,MAAM;gBACb,MAAM,EAAE;oBACN,OAAO,EAAE,IAAI;oBACb,QAAQ,EAAE,KAAK;iBAChB;aACF;SACF,CAAA;IACH,CAAC;IAED,kBAAkB;QAChB,OAAO,CAAC,IAAI,CAAC,iBAAiB,CAAC,KAAK,CAAC,CAAC,CAAA;IACxC,CAAC;IAED,iBAAiB,CAAC,UAAmC;QACnD,OAAO;YACL,eAAe,EAAE,CAAC,SAAS,EAAE,SAAS,EAAE,SAAS,CAAC;YAClD,WAAW,EAAE,CAAC;YACd,OAAO,EAAE,OAAO;SACjB,CAAA;IACH,CAAC;;AAzDkB,eAAe;IADnC,aAAa,CAAC,oBAAoB,CAAC;GACf,eAAe,CA0DnC;eA1DoB,eAAe","sourcesContent":["import '@operato/i18n/ox-i18n.js'\nimport '@operato/input/ox-input-multiple-colors.js'\n\nimport { html } from 'lit'\nimport { customElement } from 'lit/decorators.js'\n\nimport { InputChartAbstract } from './input-chart-abstract'\nimport './templates/display-value'\n\n@customElement('ox-input-chart-pie')\nexport default class OxInputChartPie extends InputChartAbstract {\n static styles = InputChartAbstract.styles\n\n subTemplate() {\n const configurer = this.configurer\n\n return html`\n <legend><ox-i18n msgid=\"label.series\">Series</ox-i18n></legend>\n\n <label for=\"series-data-key\"> <ox-i18n msgid=\"label.data-key\">Data Key</ox-i18n> </label>\n <input id=\"series-data-key\" type=\"text\" value-key=\"dataKey\" .value=${configurer.series.dataKey || ''} />\n\n <label for=\"series-colors\"> <ox-i18n msgid=\"label.color\">Color</ox-i18n> </label>\n <ox-input-multiple-colors\n id=\"series-colors\"\n value-key=\"color\"\n .value=${configurer.color || []}\n ></ox-input-multiple-colors>\n\n <label></label>\n <ox-chart-display-value .configurer=${configurer} fullwidth></ox-chart-display-value>\n\n <legend><ox-i18n msgid=\"label.axes\">Axes</ox-i18n></legend>\n\n <label for=\"series-data-key\"> <ox-i18n msgid=\"label.data-key\">Data Key</ox-i18n> </label>\n <input id=\"series-data-key\" type=\"text\" value-key=\"labelDataKey\" .value=${configurer.labelDataKey || ''} />\n `\n }\n\n getDefaultChartConfig(type: OperatoChart.ChartType, datasets?: OperatoChart.Dataset[]): OperatoChart.ChartConfig {\n return {\n type: 'pie',\n data: {\n labels: [],\n datasets: this.getDefaultDatasets(),\n labelDataKey: 'label'\n },\n options: {\n theme: 'dark',\n legend: {\n display: true,\n position: 'top'\n }\n }\n }\n }\n\n getDefaultDatasets(): OperatoChart.Dataset[] {\n return [this.getDefaultDataset('pie')]\n }\n\n getDefaultDataset(seriesType: OperatoChart.SeriesType): OperatoChart.Dataset {\n return {\n backgroundColor: ['#FF6384', '#36A2EB', '#FFCE56'],\n borderWidth: 0,\n dataKey: 'value'\n }\n }\n}\n"]}
|
|
@@ -47,18 +47,18 @@ let ChartEditor = class ChartEditor extends OxPropertyEditor {
|
|
|
47
47
|
switch (value.type) {
|
|
48
48
|
case 'line':
|
|
49
49
|
case 'bar':
|
|
50
|
-
return html ` <ox-input-chart-mixed .value=${value} chart-type=${value} fullwidth></ox-input-chart-mixed> `;
|
|
50
|
+
return html ` <ox-input-chart-mixed .value=${value} chart-type=${value.type} fullwidth></ox-input-chart-mixed> `;
|
|
51
51
|
case 'horizontalBar':
|
|
52
|
-
return html ` <ox-input-chart-hbar .value=${value} chart-type=${value} fullwidth></ox-input-chart-hbar> `;
|
|
52
|
+
return html ` <ox-input-chart-hbar .value=${value} chart-type=${value.type} fullwidth></ox-input-chart-hbar> `;
|
|
53
53
|
case 'pie':
|
|
54
54
|
case 'doughnut':
|
|
55
55
|
case 'polarArea':
|
|
56
|
-
return html ` <ox-input-chart-pie .value=${value} chart-type=${value} fullwidth></ox-input-chart-pie> `;
|
|
56
|
+
return html ` <ox-input-chart-pie .value=${value} chart-type=${value.type} fullwidth></ox-input-chart-pie> `;
|
|
57
57
|
case 'radar':
|
|
58
|
-
return html ` <ox-input-chart-radar .value=${value} chart-type=${value} fullwidth></ox-input-chart-radar> `;
|
|
58
|
+
return html ` <ox-input-chart-radar .value=${value} chart-type=${value.type} fullwidth></ox-input-chart-radar> `;
|
|
59
59
|
case 'timeseries':
|
|
60
60
|
return html `
|
|
61
|
-
<ox-input-chart-timeseries .value=${value} chart-type=${value} fullwidth></ox-input-chart-timeseries>
|
|
61
|
+
<ox-input-chart-timeseries .value=${value} chart-type=${value.type} fullwidth></ox-input-chart-timeseries>
|
|
62
62
|
`;
|
|
63
63
|
}
|
|
64
64
|
return html ``;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ox-property-editor-chart.js","sourceRoot":"","sources":["../../../src/editors/ox-property-editor-chart.ts"],"names":[],"mappings":";AAAA,OAAO,0BAA0B,CAAA;AAEjC,OAAO,uBAAuB,CAAA;AAC9B,OAAO,wBAAwB,CAAA;AAC/B,OAAO,sBAAsB,CAAA;AAC7B,OAAO,wBAAwB,CAAA;AAC/B,OAAO,6BAA6B,CAAA;AAEpC,OAAO,EAAE,GAAG,EAAE,IAAI,EAAE,MAAM,KAAK,CAAA;AAC/B,OAAO,EAAE,aAAa,EAAE,MAAM,mBAAmB,CAAA;AAEjD,OAAO,EAAE,gBAAgB,EAAgB,MAAM,0BAA0B,CAAA;AAGlE,IAAM,WAAW,GAAjB,MAAM,WAAY,SAAQ,gBAAgB;aACxC,WAAM,GAAG;QACd,GAAG,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;KA+BF;KACF,AAjCY,CAiCZ;IAED,cAAc,CAAC,KAAU,EAAE,IAAkB;QAC3C,QAAQ,KAAK,CAAC,IAAI,EAAE,CAAC;YACnB,KAAK,MAAM,CAAC;YACZ,KAAK,KAAK;gBACR,OAAO,IAAI,CAAA,iCAAiC,KAAK,eAAe,KAAK,qCAAqC,CAAA;
|
|
1
|
+
{"version":3,"file":"ox-property-editor-chart.js","sourceRoot":"","sources":["../../../src/editors/ox-property-editor-chart.ts"],"names":[],"mappings":";AAAA,OAAO,0BAA0B,CAAA;AAEjC,OAAO,uBAAuB,CAAA;AAC9B,OAAO,wBAAwB,CAAA;AAC/B,OAAO,sBAAsB,CAAA;AAC7B,OAAO,wBAAwB,CAAA;AAC/B,OAAO,6BAA6B,CAAA;AAEpC,OAAO,EAAE,GAAG,EAAE,IAAI,EAAE,MAAM,KAAK,CAAA;AAC/B,OAAO,EAAE,aAAa,EAAE,MAAM,mBAAmB,CAAA;AAEjD,OAAO,EAAE,gBAAgB,EAAgB,MAAM,0BAA0B,CAAA;AAGlE,IAAM,WAAW,GAAjB,MAAM,WAAY,SAAQ,gBAAgB;aACxC,WAAM,GAAG;QACd,GAAG,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;KA+BF;KACF,AAjCY,CAiCZ;IAED,cAAc,CAAC,KAAU,EAAE,IAAkB;QAC3C,QAAQ,KAAK,CAAC,IAAI,EAAE,CAAC;YACnB,KAAK,MAAM,CAAC;YACZ,KAAK,KAAK;gBACR,OAAO,IAAI,CAAA,iCAAiC,KAAK,eAAe,KAAK,CAAC,IAAI,qCAAqC,CAAA;YACjH,KAAK,eAAe;gBAClB,OAAO,IAAI,CAAA,gCAAgC,KAAK,eAAe,KAAK,CAAC,IAAI,oCAAoC,CAAA;YAC/G,KAAK,KAAK,CAAC;YACX,KAAK,UAAU,CAAC;YAChB,KAAK,WAAW;gBACd,OAAO,IAAI,CAAA,+BAA+B,KAAK,eAAe,KAAK,CAAC,IAAI,mCAAmC,CAAA;YAC7G,KAAK,OAAO;gBACV,OAAO,IAAI,CAAA,iCAAiC,KAAK,eAAe,KAAK,CAAC,IAAI,qCAAqC,CAAA;YACjH,KAAK,YAAY;gBACf,OAAO,IAAI,CAAA;8CAC2B,KAAK,eAAe,KAAK,CAAC,IAAI;SACnE,CAAA;QACL,CAAC;QAED,OAAO,IAAI,CAAA,EAAE,CAAA;IACf,CAAC;;AAxDU,WAAW;IADvB,aAAa,CAAC,0BAA0B,CAAC;GAC7B,WAAW,CAyDvB","sourcesContent":["import '@operato/i18n/ox-i18n.js'\n\nimport './ox-input-chart-hbar'\nimport './ox-input-chart-mixed'\nimport './ox-input-chart-pie'\nimport './ox-input-chart-radar'\nimport './ox-input-chart-timeseries'\n\nimport { css, html } from 'lit'\nimport { customElement } from 'lit/decorators.js'\n\nimport { OxPropertyEditor, PropertySpec } from '@operato/property-editor'\n\n@customElement('ox-property-editor-chart')\nexport class ChartEditor extends OxPropertyEditor {\n static styles = [\n css`\n :host {\n display: block;\n padding: 5px;\n\n --md-elevated-button-container-height: 20px;\n }\n\n #chart-type {\n display: grid;\n grid-template-columns: repeat(10, 1fr);\n grid-gap: 5px;\n }\n\n #chart-type > label {\n box-sizing: border-box;\n grid-column: span 3;\n\n text-align: right;\n\n color: var(--md-sys-color-on-secondary-container);\n font-size: 0.8em;\n line-height: 2;\n text-transform: capitalize;\n }\n\n #chart-type > input {\n box-sizing: border-box;\n grid-column: span 7;\n border: 1px solid rgba(0, 0, 0, 0.2);\n }\n `\n ]\n\n editorTemplate(value: any, spec: PropertySpec) {\n switch (value.type) {\n case 'line':\n case 'bar':\n return html` <ox-input-chart-mixed .value=${value} chart-type=${value.type} fullwidth></ox-input-chart-mixed> `\n case 'horizontalBar':\n return html` <ox-input-chart-hbar .value=${value} chart-type=${value.type} fullwidth></ox-input-chart-hbar> `\n case 'pie':\n case 'doughnut':\n case 'polarArea':\n return html` <ox-input-chart-pie .value=${value} chart-type=${value.type} fullwidth></ox-input-chart-pie> `\n case 'radar':\n return html` <ox-input-chart-radar .value=${value} chart-type=${value.type} fullwidth></ox-input-chart-radar> `\n case 'timeseries':\n return html`\n <ox-input-chart-timeseries .value=${value} chart-type=${value.type} fullwidth></ox-input-chart-timeseries>\n `\n }\n\n return html``\n }\n}\n"]}
|
|
@@ -7,7 +7,7 @@ import './display-value';
|
|
|
7
7
|
export declare class MultipleSeriesTemplate extends LitElement {
|
|
8
8
|
createRenderRoot(): this;
|
|
9
9
|
configurer: Configurer;
|
|
10
|
-
chartType?:
|
|
10
|
+
chartType?: OperatoChart.ChartType;
|
|
11
11
|
seriesTabs: HTMLElement;
|
|
12
12
|
seriesTabNavLeftButton: MdIcon;
|
|
13
13
|
seriesTabNavRightButton: MdIcon;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { __decorate } from "tslib";
|
|
2
2
|
import '@material/web/icon/icon.js';
|
|
3
|
-
import { LitElement, html } from 'lit';
|
|
3
|
+
import { LitElement, html, nothing } from 'lit';
|
|
4
4
|
import { customElement, property, query } from 'lit/decorators.js';
|
|
5
5
|
import { keyed } from 'lit/directives/keyed.js';
|
|
6
6
|
import { random as randomColor, TinyColor } from '@ctrl/tinycolor';
|
|
@@ -55,8 +55,13 @@ let MultipleSeriesTemplate = class MultipleSeriesTemplate extends LitElement {
|
|
|
55
55
|
<label for="data-key"> <ox-i18n msgid="label.data-key">Data Key</ox-i18n> </label>
|
|
56
56
|
<input id="data-key" type="text" value-key="dataKey" .value=${configurer.dataKey || ''} />
|
|
57
57
|
|
|
58
|
-
${chartType
|
|
59
|
-
|
|
58
|
+
${chartType == 'horizontalBar' ||
|
|
59
|
+
chartType === 'doughnut' ||
|
|
60
|
+
chartType === 'pie' ||
|
|
61
|
+
chartType == 'radar' ||
|
|
62
|
+
chartType == 'polarArea'
|
|
63
|
+
? nothing
|
|
64
|
+
: html `
|
|
60
65
|
<label for="series-type"> <ox-i18n msgid="label.series-type">Type</ox-i18n> </label>
|
|
61
66
|
<select
|
|
62
67
|
id="series-type"
|
|
@@ -67,8 +72,7 @@ let MultipleSeriesTemplate = class MultipleSeriesTemplate extends LitElement {
|
|
|
67
72
|
<option value="bar" selected>Bar</option>
|
|
68
73
|
<option value="line">Line</option>
|
|
69
74
|
</select>
|
|
70
|
-
`
|
|
71
|
-
: html ``}
|
|
75
|
+
`}
|
|
72
76
|
|
|
73
77
|
<label for="series-label"> <ox-i18n msgid="label.label">Label</ox-i18n> </label>
|
|
74
78
|
<input id="series-label" type="text" value-key="series.label" .value=${configurer.series.label || ''} />
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"series.js","sourceRoot":"","sources":["../../../../src/editors/templates/series.ts"],"names":[],"mappings":"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","sourcesContent":["import '@material/web/icon/icon.js'\n\nimport { LitElement, html, PropertyValues } from 'lit'\nimport { customElement, property, query } from 'lit/decorators.js'\nimport { keyed } from 'lit/directives/keyed.js'\nimport { MdIcon } from '@material/web/icon/icon.js'\nimport { random as randomColor, TinyColor } from '@ctrl/tinycolor'\n\nimport { Configurer } from '../configurer'\nimport './display-value'\n\n@customElement('ox-chart-series')\nexport class MultipleSeriesTemplate extends LitElement {\n createRenderRoot() {\n return this\n }\n\n @property({ type: Object }) configurer!: Configurer\n @property({ type: String }) chartType?:\n | 'bar'\n | 'horizontalBar'\n | 'line'\n | 'radar'\n | 'pie'\n | 'doughnut'\n | 'polarArea'\n | 'mixed'\n | 'timeseries'\n\n @query('#series-tabs') seriesTabs!: HTMLElement\n @query('#series-tab-nav-left-button') seriesTabNavLeftButton!: MdIcon\n @query('#series-tab-nav-right-button') seriesTabNavRightButton!: MdIcon\n\n protected updated(_changedProperties: PropertyValues): void {\n if (_changedProperties.has('configurer') || _changedProperties.has('chartType')) {\n this.requestUpdate()\n }\n }\n\n render() {\n return keyed(\n this.configurer.currentSeriesIndex,\n html`\n <div id=\"series-properties-container\" fullwidth>\n <div id=\"series-tab-header\" @wheel=${this._onWheelScroll}>\n <md-icon id=\"series-tab-nav-left-button\" @click=${this._scrollLeft}>chevron_left</md-icon>\n <div id=\"series-tabs\" active-tab-index=${this.configurer.currentSeriesIndex} fit-container>\n ${this._renderTabs()}\n </div>\n <md-icon id=\"series-tab-nav-right-button\" @click=${this._scrollRight}>chevron_right</md-icon>\n </div>\n <div id=\"add-series-button-container\">\n <md-icon id=\"add-series-button\" @click=${this._addSeries}>add</md-icon>\n </div>\n ${this._renderSeriesForm()}\n </div>\n `\n )\n }\n\n private _renderTabs() {\n return this.configurer.datasets.map(\n (dataset: OperatoChart.Dataset, index: number) => html`\n <div\n data-series=${index + 1}\n data-tab-index=${index}\n tab\n ?selected=${index === this.configurer.currentSeriesIndex}\n @click=${() => this._selectTab(index)}\n >\n ${index + 1}\n ${this.configurer.datasets.length > 1 && this.configurer.currentSeriesIndex === index\n ? html`<md-icon @click=${() => this._removeSeries(index)}>close</md-icon>`\n : html``}\n </div>\n `\n )\n }\n\n private _renderSeriesForm() {\n const configurer = this.configurer\n const chartType = this.chartType\n\n return html`\n <div class=\"tab-content\">\n <label for=\"data-key\"> <ox-i18n msgid=\"label.data-key\">Data Key</ox-i18n> </label>\n <input id=\"data-key\" type=\"text\" value-key=\"dataKey\" .value=${configurer.dataKey || ''} />\n\n ${chartType === 'line' || chartType === 'bar' || chartType === 'mixed'\n ? html`\n <label for=\"series-type\"> <ox-i18n msgid=\"label.series-type\">Type</ox-i18n> </label>\n <select\n id=\"series-type\"\n class=\"select-content\"\n value-key=\"series.type\"\n .value=${configurer.series.type || ''}\n >\n <option value=\"bar\" selected>Bar</option>\n <option value=\"line\">Line</option>\n </select>\n `\n : html``}\n\n <label for=\"series-label\"> <ox-i18n msgid=\"label.label\">Label</ox-i18n> </label>\n <input id=\"series-label\" type=\"text\" value-key=\"series.label\" .value=${configurer.series.label || ''} />\n\n ${configurer.series.type === 'line'\n ? html`\n <label for=\"series-line-tension\"> <ox-i18n msgid=\"label.line-tension\">Line Tension</ox-i18n> </label>\n <select\n id=\"series-line-tension\"\n class=\"select-content\"\n value-key=\"series.lineTension\"\n .value=${String(configurer.series.lineTension || 0)}\n >\n <option value=\"0.4\">Smooth</option>\n <option value=\"0\">Angled</option>\n </select>\n `\n : html``}\n ${configurer.series.type === 'line'\n ? html`\n <label for=\"series-border-width\"> <ox-i18n msgid=\"label.border-width\">Border Width</ox-i18n> </label>\n <input\n id=\"series-border-width\"\n type=\"number\"\n value-key=\"series.borderWidth\"\n .value=${String(configurer.series.borderWidth || 0)}\n />\n `\n : html``}\n\n <label for=\"series-color\"> <ox-i18n msgid=\"label.color\">Color</ox-i18n> </label>\n <ox-input-color id=\"series-color\" value-key=\"color\" .value=${configurer.color}></ox-input-color>\n\n ${configurer.series.type === 'line'\n ? html`\n <label for=\"series-point-style\"> <ox-i18n msgid=\"label.point-shape\">Point Shape</ox-i18n> </label>\n <select\n id=\"series-point-style\"\n class=\"select-content\"\n value-key=\"series.pointStyle\"\n .value=${configurer.series.pointStyle || ''}\n >\n <option value=\"\"> </option>\n <option value=\"circle\">⚬</option>\n <option value=\"triangle\">▵</option>\n <option value=\"rect\">□</option>\n <option value=\"rectRot\">◇</option>\n <option value=\"cross\">+</option>\n <option value=\"crossRot\">⨉</option>\n <option value=\"star\">✱</option>\n <option value=\"line\">―</option>\n <option value=\"dash\">┄</option>\n </select>\n\n <label for=\"series-point-radius\"> <ox-i18n msgid=\"label.point-size\">Point Size</ox-i18n> </label>\n <input\n id=\"series-point-radius\"\n type=\"number\"\n value-key=\"series.pointRadius\"\n .value=${String(configurer.series.pointRadius || 0)}\n />\n `\n : html``}\n\n <label for=\"series-stack\"> <ox-i18n msgid=\"label.stack-group\">Stack group</ox-i18n> </label>\n <input id=\"series-stack\" type=\"text\" value-key=\"series.stack\" .value=${configurer.series.stack || ''} />\n\n ${configurer.series.type === 'line'\n ? html`\n <input id=\"series-fill\" type=\"checkbox\" value-key=\"series.fill\" ?checked=${configurer.series.fill} />\n <label for=\"series-fill\"> <ox-i18n msgid=\"label.fill\">Fill</ox-i18n> </label>\n `\n : html``}\n ${configurer.multiAxis && configurer.series.type !== 'horizontalBar'\n ? html`\n <label for=\"series-y-axis-id\"> <ox-i18n msgid=\"label.target-axis\">Target Axis</ox-i18n> </label>\n <select\n id=\"series-y-axis-id\"\n class=\"select-content\"\n value-key=\"series.yAxisID\"\n .value=${configurer.series.yAxisID || ''}\n >\n <option value=\"left\">Left</option>\n <option value=\"right\">Right</option>\n </select>\n `\n : html``}\n\n <label></label>\n <ox-chart-display-value .configurer=${configurer} fullwidth></ox-chart-display-value>\n </div>\n `\n }\n\n _getSeriesModel({\n chartType,\n datasetsLength,\n lastSeriesColor\n }: {\n chartType: string\n datasetsLength: number\n lastSeriesColor: TinyColor\n }) {\n const addSeriesOption: any = {\n label: `series ${datasetsLength + 1}`,\n data: [],\n borderWidth: 1,\n dataKey: '',\n yAxisID: 'left',\n color: randomColor({\n hue: lastSeriesColor.toHsv().h\n }).toRgbString(),\n stack: ''\n }\n\n addSeriesOption.type = addSeriesOption.chartType = chartType\n return addSeriesOption\n }\n\n private _selectTab(index: number) {\n this.configurer.setCurrentSeriesIndex(index)\n this.requestUpdate()\n }\n\n private _removeSeries(index: number) {\n this.configurer.removeSeries(index)\n this.requestUpdate()\n }\n\n private _addSeries() {\n const configurer = this.configurer\n\n if (!configurer.config.data.datasets) {\n return\n }\n\n const lastSeriesIndex = configurer.config.data.datasets.length\n const chartType = configurer.series.type || configurer.config.type\n const color = configurer.datasets[lastSeriesIndex - 1]?.backgroundColor\n const lastSeriesColor = new TinyColor(Array.isArray(color) ? color[0] : color)\n\n const seriesModel = this._getSeriesModel({\n chartType: chartType!,\n datasetsLength: lastSeriesIndex,\n lastSeriesColor\n })\n\n this.configurer.addSeries(seriesModel)\n this.requestUpdate()\n }\n\n private _onWheelScroll(event: WheelEvent) {\n const tabContainer = this.seriesTabs\n if (tabContainer) {\n event.preventDefault()\n\n tabContainer.scrollLeft += event.deltaY\n\n this._onTabScroll()\n }\n }\n\n private _scrollLeft() {\n this._scrollTabContainer(-1)\n }\n\n private _scrollRight() {\n this._scrollTabContainer(1)\n }\n\n private _scrollTabContainer(direction: number) {\n const tabContainer = this.renderRoot!.querySelector<HTMLElement>('#series-tabs')\n if (tabContainer) {\n tabContainer.style.scrollBehavior = 'smooth'\n tabContainer.scrollLeft += direction * tabContainer.clientWidth\n }\n\n setTimeout(() => {\n tabContainer!.style.scrollBehavior = 'auto'\n this._onTabScroll()\n }, 300)\n }\n\n private _onTabScroll() {\n let tabContainer: HTMLElement | null | undefined\n let tabNavLeftButton: MdIcon\n let tabNavRightButton: MdIcon\n\n tabContainer = this.seriesTabs\n tabNavLeftButton = this.seriesTabNavLeftButton\n tabNavRightButton = this.seriesTabNavRightButton\n\n if (!tabContainer) {\n return\n }\n\n if (tabContainer.clientWidth == tabContainer.scrollWidth) {\n tabNavLeftButton.setAttribute('disabled', '')\n tabNavRightButton.setAttribute('disabled', '')\n } else if (tabContainer.scrollLeft <= 0) {\n tabNavLeftButton.setAttribute('disabled', '')\n tabNavRightButton.removeAttribute('disabled')\n } else if (tabContainer.scrollLeft + tabContainer.clientWidth >= tabContainer.scrollWidth) {\n tabNavLeftButton.removeAttribute('disabled')\n tabNavRightButton.setAttribute('disabled', '')\n } else {\n tabNavLeftButton.removeAttribute('disabled')\n tabNavRightButton.removeAttribute('disabled')\n }\n }\n}\n"]}
|
|
1
|
+
{"version":3,"file":"series.js","sourceRoot":"","sources":["../../../../src/editors/templates/series.ts"],"names":[],"mappings":"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","sourcesContent":["import '@material/web/icon/icon.js'\n\nimport { LitElement, html, PropertyValues, nothing } from 'lit'\nimport { customElement, property, query } from 'lit/decorators.js'\nimport { keyed } from 'lit/directives/keyed.js'\nimport { MdIcon } from '@material/web/icon/icon.js'\nimport { random as randomColor, TinyColor } from '@ctrl/tinycolor'\n\nimport { Configurer } from '../configurer'\nimport './display-value'\n\n@customElement('ox-chart-series')\nexport class MultipleSeriesTemplate extends LitElement {\n createRenderRoot() {\n return this\n }\n\n @property({ type: Object }) configurer!: Configurer\n @property({ type: String }) chartType?: OperatoChart.ChartType\n\n @query('#series-tabs') seriesTabs!: HTMLElement\n @query('#series-tab-nav-left-button') seriesTabNavLeftButton!: MdIcon\n @query('#series-tab-nav-right-button') seriesTabNavRightButton!: MdIcon\n\n protected updated(_changedProperties: PropertyValues): void {\n if (_changedProperties.has('configurer') || _changedProperties.has('chartType')) {\n this.requestUpdate()\n }\n }\n\n render() {\n return keyed(\n this.configurer.currentSeriesIndex,\n html`\n <div id=\"series-properties-container\" fullwidth>\n <div id=\"series-tab-header\" @wheel=${this._onWheelScroll}>\n <md-icon id=\"series-tab-nav-left-button\" @click=${this._scrollLeft}>chevron_left</md-icon>\n <div id=\"series-tabs\" active-tab-index=${this.configurer.currentSeriesIndex} fit-container>\n ${this._renderTabs()}\n </div>\n <md-icon id=\"series-tab-nav-right-button\" @click=${this._scrollRight}>chevron_right</md-icon>\n </div>\n <div id=\"add-series-button-container\">\n <md-icon id=\"add-series-button\" @click=${this._addSeries}>add</md-icon>\n </div>\n ${this._renderSeriesForm()}\n </div>\n `\n )\n }\n\n private _renderTabs() {\n return this.configurer.datasets.map(\n (dataset: OperatoChart.Dataset, index: number) => html`\n <div\n data-series=${index + 1}\n data-tab-index=${index}\n tab\n ?selected=${index === this.configurer.currentSeriesIndex}\n @click=${() => this._selectTab(index)}\n >\n ${index + 1}\n ${this.configurer.datasets.length > 1 && this.configurer.currentSeriesIndex === index\n ? html`<md-icon @click=${() => this._removeSeries(index)}>close</md-icon>`\n : html``}\n </div>\n `\n )\n }\n\n private _renderSeriesForm() {\n const configurer = this.configurer\n const chartType = this.chartType\n\n return html`\n <div class=\"tab-content\">\n <label for=\"data-key\"> <ox-i18n msgid=\"label.data-key\">Data Key</ox-i18n> </label>\n <input id=\"data-key\" type=\"text\" value-key=\"dataKey\" .value=${configurer.dataKey || ''} />\n\n ${chartType == 'horizontalBar' ||\n chartType === 'doughnut' ||\n chartType === 'pie' ||\n chartType == 'radar' ||\n chartType == 'polarArea'\n ? nothing\n : html`\n <label for=\"series-type\"> <ox-i18n msgid=\"label.series-type\">Type</ox-i18n> </label>\n <select\n id=\"series-type\"\n class=\"select-content\"\n value-key=\"series.type\"\n .value=${configurer.series.type || ''}\n >\n <option value=\"bar\" selected>Bar</option>\n <option value=\"line\">Line</option>\n </select>\n `}\n\n <label for=\"series-label\"> <ox-i18n msgid=\"label.label\">Label</ox-i18n> </label>\n <input id=\"series-label\" type=\"text\" value-key=\"series.label\" .value=${configurer.series.label || ''} />\n\n ${configurer.series.type === 'line'\n ? html`\n <label for=\"series-line-tension\"> <ox-i18n msgid=\"label.line-tension\">Line Tension</ox-i18n> </label>\n <select\n id=\"series-line-tension\"\n class=\"select-content\"\n value-key=\"series.lineTension\"\n .value=${String(configurer.series.lineTension || 0)}\n >\n <option value=\"0.4\">Smooth</option>\n <option value=\"0\">Angled</option>\n </select>\n `\n : html``}\n ${configurer.series.type === 'line'\n ? html`\n <label for=\"series-border-width\"> <ox-i18n msgid=\"label.border-width\">Border Width</ox-i18n> </label>\n <input\n id=\"series-border-width\"\n type=\"number\"\n value-key=\"series.borderWidth\"\n .value=${String(configurer.series.borderWidth || 0)}\n />\n `\n : html``}\n\n <label for=\"series-color\"> <ox-i18n msgid=\"label.color\">Color</ox-i18n> </label>\n <ox-input-color id=\"series-color\" value-key=\"color\" .value=${configurer.color}></ox-input-color>\n\n ${configurer.series.type === 'line'\n ? html`\n <label for=\"series-point-style\"> <ox-i18n msgid=\"label.point-shape\">Point Shape</ox-i18n> </label>\n <select\n id=\"series-point-style\"\n class=\"select-content\"\n value-key=\"series.pointStyle\"\n .value=${configurer.series.pointStyle || ''}\n >\n <option value=\"\"> </option>\n <option value=\"circle\">⚬</option>\n <option value=\"triangle\">▵</option>\n <option value=\"rect\">□</option>\n <option value=\"rectRot\">◇</option>\n <option value=\"cross\">+</option>\n <option value=\"crossRot\">⨉</option>\n <option value=\"star\">✱</option>\n <option value=\"line\">―</option>\n <option value=\"dash\">┄</option>\n </select>\n\n <label for=\"series-point-radius\"> <ox-i18n msgid=\"label.point-size\">Point Size</ox-i18n> </label>\n <input\n id=\"series-point-radius\"\n type=\"number\"\n value-key=\"series.pointRadius\"\n .value=${String(configurer.series.pointRadius || 0)}\n />\n `\n : html``}\n\n <label for=\"series-stack\"> <ox-i18n msgid=\"label.stack-group\">Stack group</ox-i18n> </label>\n <input id=\"series-stack\" type=\"text\" value-key=\"series.stack\" .value=${configurer.series.stack || ''} />\n\n ${configurer.series.type === 'line'\n ? html`\n <input id=\"series-fill\" type=\"checkbox\" value-key=\"series.fill\" ?checked=${configurer.series.fill} />\n <label for=\"series-fill\"> <ox-i18n msgid=\"label.fill\">Fill</ox-i18n> </label>\n `\n : html``}\n ${configurer.multiAxis && configurer.series.type !== 'horizontalBar'\n ? html`\n <label for=\"series-y-axis-id\"> <ox-i18n msgid=\"label.target-axis\">Target Axis</ox-i18n> </label>\n <select\n id=\"series-y-axis-id\"\n class=\"select-content\"\n value-key=\"series.yAxisID\"\n .value=${configurer.series.yAxisID || ''}\n >\n <option value=\"left\">Left</option>\n <option value=\"right\">Right</option>\n </select>\n `\n : html``}\n\n <label></label>\n <ox-chart-display-value .configurer=${configurer} fullwidth></ox-chart-display-value>\n </div>\n `\n }\n\n _getSeriesModel({\n chartType,\n datasetsLength,\n lastSeriesColor\n }: {\n chartType: string\n datasetsLength: number\n lastSeriesColor: TinyColor\n }) {\n const addSeriesOption: any = {\n label: `series ${datasetsLength + 1}`,\n data: [],\n borderWidth: 1,\n dataKey: '',\n yAxisID: 'left',\n color: randomColor({\n hue: lastSeriesColor.toHsv().h\n }).toRgbString(),\n stack: ''\n }\n\n addSeriesOption.type = addSeriesOption.chartType = chartType\n return addSeriesOption\n }\n\n private _selectTab(index: number) {\n this.configurer.setCurrentSeriesIndex(index)\n this.requestUpdate()\n }\n\n private _removeSeries(index: number) {\n this.configurer.removeSeries(index)\n this.requestUpdate()\n }\n\n private _addSeries() {\n const configurer = this.configurer\n\n if (!configurer.config.data.datasets) {\n return\n }\n\n const lastSeriesIndex = configurer.config.data.datasets.length\n const chartType = configurer.series.type || configurer.config.type\n const color = configurer.datasets[lastSeriesIndex - 1]?.backgroundColor\n const lastSeriesColor = new TinyColor(Array.isArray(color) ? color[0] : color)\n\n const seriesModel = this._getSeriesModel({\n chartType: chartType!,\n datasetsLength: lastSeriesIndex,\n lastSeriesColor\n })\n\n this.configurer.addSeries(seriesModel)\n this.requestUpdate()\n }\n\n private _onWheelScroll(event: WheelEvent) {\n const tabContainer = this.seriesTabs\n if (tabContainer) {\n event.preventDefault()\n\n tabContainer.scrollLeft += event.deltaY\n\n this._onTabScroll()\n }\n }\n\n private _scrollLeft() {\n this._scrollTabContainer(-1)\n }\n\n private _scrollRight() {\n this._scrollTabContainer(1)\n }\n\n private _scrollTabContainer(direction: number) {\n const tabContainer = this.renderRoot!.querySelector<HTMLElement>('#series-tabs')\n if (tabContainer) {\n tabContainer.style.scrollBehavior = 'smooth'\n tabContainer.scrollLeft += direction * tabContainer.clientWidth\n }\n\n setTimeout(() => {\n tabContainer!.style.scrollBehavior = 'auto'\n this._onTabScroll()\n }, 300)\n }\n\n private _onTabScroll() {\n let tabContainer: HTMLElement | null | undefined\n let tabNavLeftButton: MdIcon\n let tabNavRightButton: MdIcon\n\n tabContainer = this.seriesTabs\n tabNavLeftButton = this.seriesTabNavLeftButton\n tabNavRightButton = this.seriesTabNavRightButton\n\n if (!tabContainer) {\n return\n }\n\n if (tabContainer.clientWidth == tabContainer.scrollWidth) {\n tabNavLeftButton.setAttribute('disabled', '')\n tabNavRightButton.setAttribute('disabled', '')\n } else if (tabContainer.scrollLeft <= 0) {\n tabNavLeftButton.setAttribute('disabled', '')\n tabNavRightButton.removeAttribute('disabled')\n } else if (tabContainer.scrollLeft + tabContainer.clientWidth >= tabContainer.scrollWidth) {\n tabNavLeftButton.removeAttribute('disabled')\n tabNavRightButton.setAttribute('disabled', '')\n } else {\n tabNavLeftButton.removeAttribute('disabled')\n tabNavRightButton.removeAttribute('disabled')\n }\n }\n}\n"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"program":{"fileNames":["../../../node_modules/typescript/lib/lib.es5.d.ts","../../../node_modules/typescript/lib/lib.es2015.d.ts","../../../node_modules/typescript/lib/lib.es2016.d.ts","../../../node_modules/typescript/lib/lib.es2017.d.ts","../../../node_modules/typescript/lib/lib.es2018.d.ts","../../../node_modules/typescript/lib/lib.es2019.d.ts","../../../node_modules/typescript/lib/lib.es2020.d.ts","../../../node_modules/typescript/lib/lib.dom.d.ts","../../../node_modules/typescript/lib/lib.es2015.core.d.ts","../../../node_modules/typescript/lib/lib.es2015.collection.d.ts","../../../node_modules/typescript/lib/lib.es2015.generator.d.ts","../../../node_modules/typescript/lib/lib.es2015.iterable.d.ts","../../../node_modules/typescript/lib/lib.es2015.promise.d.ts","../../../node_modules/typescript/lib/lib.es2015.proxy.d.ts","../../../node_modules/typescript/lib/lib.es2015.reflect.d.ts","../../../node_modules/typescript/lib/lib.es2015.symbol.d.ts","../../../node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","../../../node_modules/typescript/lib/lib.es2016.array.include.d.ts","../../../node_modules/typescript/lib/lib.es2016.intl.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.esnext.intl.d.ts","../../../node_modules/typescript/lib/lib.decorators.d.ts","../../../node_modules/typescript/lib/lib.decorators.legacy.d.ts","../src/global.d.ts","../src/index.ts","../src/types.d.ts","../../../node_modules/tslib/tslib.d.ts","../../../node_modules/@ctrl/tinycolor/dist/interfaces.d.ts","../../../node_modules/@ctrl/tinycolor/dist/index.d.ts","../../../node_modules/@ctrl/tinycolor/dist/css-color-names.d.ts","../../../node_modules/@ctrl/tinycolor/dist/readability.d.ts","../../../node_modules/@ctrl/tinycolor/dist/to-ms-filter.d.ts","../../../node_modules/@ctrl/tinycolor/dist/from-ratio.d.ts","../../../node_modules/@ctrl/tinycolor/dist/format-input.d.ts","../../../node_modules/@ctrl/tinycolor/dist/random.d.ts","../../../node_modules/@ctrl/tinycolor/dist/conversion.d.ts","../../../node_modules/@ctrl/tinycolor/dist/public_api.d.ts","../../utils/dist/src/format.d.ts","../src/chartjs/config-converter.ts","../../../node_modules/chart.js/dist/core/core.config.d.ts","../../../node_modules/chart.js/dist/types/utils.d.ts","../../../node_modules/chart.js/dist/types/basic.d.ts","../../../node_modules/chart.js/dist/core/core.adapters.d.ts","../../../node_modules/chart.js/dist/types/geometric.d.ts","../../../node_modules/chart.js/dist/types/animation.d.ts","../../../node_modules/chart.js/dist/core/core.element.d.ts","../../../node_modules/chart.js/dist/elements/element.point.d.ts","../../../node_modules/chart.js/dist/helpers/helpers.easing.d.ts","../../../node_modules/chart.js/dist/types/color.d.ts","../../../node_modules/chart.js/dist/types/layout.d.ts","../../../node_modules/chart.js/dist/plugins/plugin.colors.d.ts","../../../node_modules/chart.js/dist/elements/element.arc.d.ts","../../../node_modules/chart.js/dist/types/index.d.ts","../../../node_modules/chart.js/dist/core/core.plugins.d.ts","../../../node_modules/chart.js/dist/core/core.defaults.d.ts","../../../node_modules/chart.js/dist/core/core.typedregistry.d.ts","../../../node_modules/chart.js/dist/core/core.scale.d.ts","../../../node_modules/chart.js/dist/core/core.registry.d.ts","../../../node_modules/chart.js/dist/core/core.controller.d.ts","../../../node_modules/chart.js/dist/core/core.datasetcontroller.d.ts","../../../node_modules/chart.js/dist/controllers/controller.bar.d.ts","../../../node_modules/chart.js/dist/controllers/controller.bubble.d.ts","../../../node_modules/chart.js/dist/controllers/controller.doughnut.d.ts","../../../node_modules/chart.js/dist/controllers/controller.line.d.ts","../../../node_modules/chart.js/dist/controllers/controller.polararea.d.ts","../../../node_modules/chart.js/dist/controllers/controller.pie.d.ts","../../../node_modules/chart.js/dist/controllers/controller.radar.d.ts","../../../node_modules/chart.js/dist/controllers/controller.scatter.d.ts","../../../node_modules/chart.js/dist/controllers/index.d.ts","../../../node_modules/chart.js/dist/core/core.animation.d.ts","../../../node_modules/chart.js/dist/core/core.animations.d.ts","../../../node_modules/chart.js/dist/core/core.animator.d.ts","../../../node_modules/chart.js/dist/core/core.interaction.d.ts","../../../node_modules/chart.js/dist/core/core.layouts.d.ts","../../../node_modules/chart.js/dist/core/core.ticks.d.ts","../../../node_modules/chart.js/dist/core/index.d.ts","../../../node_modules/chart.js/dist/helpers/helpers.segment.d.ts","../../../node_modules/chart.js/dist/elements/element.line.d.ts","../../../node_modules/chart.js/dist/elements/element.bar.d.ts","../../../node_modules/chart.js/dist/elements/index.d.ts","../../../node_modules/chart.js/dist/platform/platform.base.d.ts","../../../node_modules/chart.js/dist/platform/platform.basic.d.ts","../../../node_modules/chart.js/dist/platform/platform.dom.d.ts","../../../node_modules/chart.js/dist/platform/index.d.ts","../../../node_modules/chart.js/dist/plugins/plugin.decimation.d.ts","../../../node_modules/chart.js/dist/plugins/plugin.filler/index.d.ts","../../../node_modules/chart.js/dist/plugins/plugin.legend.d.ts","../../../node_modules/chart.js/dist/plugins/plugin.subtitle.d.ts","../../../node_modules/chart.js/dist/plugins/plugin.title.d.ts","../../../node_modules/chart.js/dist/helpers/helpers.core.d.ts","../../../node_modules/chart.js/dist/plugins/plugin.tooltip.d.ts","../../../node_modules/chart.js/dist/plugins/index.d.ts","../../../node_modules/chart.js/dist/scales/scale.category.d.ts","../../../node_modules/chart.js/dist/scales/scale.linearbase.d.ts","../../../node_modules/chart.js/dist/scales/scale.linear.d.ts","../../../node_modules/chart.js/dist/scales/scale.logarithmic.d.ts","../../../node_modules/chart.js/dist/scales/scale.radiallinear.d.ts","../../../node_modules/chart.js/dist/scales/scale.time.d.ts","../../../node_modules/chart.js/dist/scales/scale.timeseries.d.ts","../../../node_modules/chart.js/dist/scales/index.d.ts","../../../node_modules/chart.js/dist/index.d.ts","../../../node_modules/chart.js/dist/types.d.ts","../../../node_modules/chartjs-plugin-datalabels/types/context.d.ts","../../../node_modules/chartjs-plugin-datalabels/types/options.d.ts","../../../node_modules/chartjs-plugin-datalabels/types/index.d.ts","../../../node_modules/@lit/reactive-element/css-tag.d.ts","../../../node_modules/@lit/reactive-element/reactive-controller.d.ts","../../../node_modules/@lit/reactive-element/reactive-element.d.ts","../../../node_modules/@types/trusted-types/lib/index.d.ts","../../../node_modules/@types/trusted-types/index.d.ts","../../../node_modules/lit-html/directive.d.ts","../../../node_modules/lit-html/lit-html.d.ts","../../../node_modules/lit-element/lit-element.d.ts","../../../node_modules/lit-html/is-server.d.ts","../../../node_modules/lit/index.d.ts","../../../node_modules/@lit/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","../../../node_modules/chart.js/auto/auto.d.ts","../src/chartjs/ox-chart-js.ts","../src/editors/configurer.ts","../../i18n/dist/src/ox-i18n.d.ts","../../../node_modules/@material/web/icon/internal/icon.d.ts","../../../node_modules/@material/web/icon/icon.d.ts","../../../node_modules/lit-html/directives/if-defined.d.ts","../../../node_modules/lit/directives/if-defined.d.ts","../src/editors/input-chart-styles.ts","../../input/dist/src/ox-form-field.d.ts","../../input/dist/src/ox-buttons-radio.d.ts","../../input/dist/src/ox-checkbox.d.ts","../../popup/dist/src/ox-popup.d.ts","../../popup/dist/src/ox-popup-list.d.ts","../../input/dist/src/ox-select.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/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/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/index.d.ts","../src/editors/input-chart-abstract.ts","../src/editors/templates/display-value.ts","../src/editors/ox-input-chart-hbar.ts","../../../node_modules/lit-html/directives/keyed.d.ts","../../../node_modules/lit/directives/keyed.d.ts","../src/editors/templates/series.ts","../src/editors/ox-input-chart-mixed.ts","../src/editors/ox-input-chart-pie.ts","../src/editors/ox-input-chart-radar.ts","../src/editors/templates/annotations.ts","../src/editors/ox-input-chart-timeseries.ts","../../property-editor/dist/src/types.d.ts","../../property-editor/dist/src/ox-property-editor.d.ts","../../property-editor/dist/src/ox-properties-dynamic-view.d.ts","../../property-editor/dist/src/index.d.ts","../src/editors/ox-property-editor-chart.ts","../src/editors/index.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/progress/ox-progress-circle.ts","../src/scichart/scichart-builder.ts","../src/scichart/ox-scichart.ts","../stories/common.ts","../stories/ox-input-chart-bar.stories.ts","../stories/ox-input-chart-doughnut.stories.ts","../stories/ox-input-chart-hbar.stories.ts","../stories/ox-input-chart-line.stories.ts","../stories/ox-input-chart-pie.stories.ts","../stories/ox-input-chart-polar-area.stories.ts","../stories/ox-input-chart-radar.stories.ts","../stories/ox-input-chart-timeseries.stories.ts","../../../node_modules/@types/node/assert.d.ts","../../../node_modules/@types/node/assert/strict.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/api.d.ts","../../../node_modules/undici-types/cookies.d.ts","../../../node_modules/undici-types/patch.d.ts","../../../node_modules/undici-types/filereader.d.ts","../../../node_modules/undici-types/diagnostics-channel.d.ts","../../../node_modules/undici-types/websocket.d.ts","../../../node_modules/undici-types/content-type.d.ts","../../../node_modules/undici-types/cache.d.ts","../../../node_modules/undici-types/interceptors.d.ts","../../../node_modules/undici-types/index.d.ts","../../../node_modules/@types/node/globals.d.ts","../../../node_modules/@types/node/async_hooks.d.ts","../../../node_modules/@types/node/buffer.d.ts","../../../node_modules/@types/node/child_process.d.ts","../../../node_modules/@types/node/cluster.d.ts","../../../node_modules/@types/node/console.d.ts","../../../node_modules/@types/node/constants.d.ts","../../../node_modules/@types/node/crypto.d.ts","../../../node_modules/@types/node/dgram.d.ts","../../../node_modules/@types/node/diagnostics_channel.d.ts","../../../node_modules/@types/node/dns.d.ts","../../../node_modules/@types/node/dns/promises.d.ts","../../../node_modules/@types/node/domain.d.ts","../../../node_modules/@types/node/dom-events.d.ts","../../../node_modules/@types/node/events.d.ts","../../../node_modules/@types/node/fs.d.ts","../../../node_modules/@types/node/fs/promises.d.ts","../../../node_modules/@types/node/http.d.ts","../../../node_modules/@types/node/http2.d.ts","../../../node_modules/@types/node/https.d.ts","../../../node_modules/@types/node/inspector.d.ts","../../../node_modules/@types/node/module.d.ts","../../../node_modules/@types/node/net.d.ts","../../../node_modules/@types/node/os.d.ts","../../../node_modules/@types/node/path.d.ts","../../../node_modules/@types/node/perf_hooks.d.ts","../../../node_modules/@types/node/process.d.ts","../../../node_modules/@types/node/punycode.d.ts","../../../node_modules/@types/node/querystring.d.ts","../../../node_modules/@types/node/readline.d.ts","../../../node_modules/@types/node/readline/promises.d.ts","../../../node_modules/@types/node/repl.d.ts","../../../node_modules/@types/node/sea.d.ts","../../../node_modules/@types/node/stream.d.ts","../../../node_modules/@types/node/stream/promises.d.ts","../../../node_modules/@types/node/stream/consumers.d.ts","../../../node_modules/@types/node/stream/web.d.ts","../../../node_modules/@types/node/string_decoder.d.ts","../../../node_modules/@types/node/test.d.ts","../../../node_modules/@types/node/timers.d.ts","../../../node_modules/@types/node/timers/promises.d.ts","../../../node_modules/@types/node/tls.d.ts","../../../node_modules/@types/node/trace_events.d.ts","../../../node_modules/@types/node/tty.d.ts","../../../node_modules/@types/node/url.d.ts","../../../node_modules/@types/node/util.d.ts","../../../node_modules/@types/node/v8.d.ts","../../../node_modules/@types/node/vm.d.ts","../../../node_modules/@types/node/wasi.d.ts","../../../node_modules/@types/node/worker_threads.d.ts","../../../node_modules/@types/node/zlib.d.ts","../../../node_modules/@types/node/globals.global.d.ts","../../../node_modules/@types/node/index.d.ts","../../../node_modules/@types/mocha/index.d.ts"],"fileInfos":[{"version":"44e584d4f6444f58791784f1d530875970993129442a847597db702a073ca68c","affectsGlobalScope":true},"45b7ab580deca34ae9729e97c13cfd999df04416a79116c3bfb483804f85ded4","3facaf05f0c5fc569c5649dd359892c98a85557e3e0c847964caeb67076f4d75","9a68c0c07ae2fa71b44384a839b7b8d81662a236d4b9ac30916718f7510b1b2d","5e1c4c362065a6b95ff952c0eab010f04dcd2c3494e813b493ecfd4fcb9fc0d8","68d73b4a11549f9c0b7d352d10e91e5dca8faa3322bfb77b661839c42b1ddec7","5efce4fc3c29ea84e8928f97adec086e3dc876365e0982cc8479a07954a3efd4",{"version":"4af6b0c727b7a2896463d512fafd23634229adf69ac7c00e2ae15a09cb084fad","affectsGlobalScope":true},{"version":"6920e1448680767498a0b77c6a00a8e77d14d62c3da8967b171f1ddffa3c18e4","affectsGlobalScope":true},{"version":"dc2df20b1bcdc8c2d34af4926e2c3ab15ffe1160a63e58b7e09833f616efff44","affectsGlobalScope":true},{"version":"4443e68b35f3332f753eacc66a04ac1d2053b8b035a0e0ac1d455392b5e243b3","affectsGlobalScope":true},{"version":"bc47685641087c015972a3f072480889f0d6c65515f12bd85222f49a98952ed7","affectsGlobalScope":true},{"version":"0dc1e7ceda9b8b9b455c3a2d67b0412feab00bd2f66656cd8850e8831b08b537","affectsGlobalScope":true},{"version":"ce691fb9e5c64efb9547083e4a34091bcbe5bdb41027e310ebba8f7d96a98671","affectsGlobalScope":true},{"version":"8d697a2a929a5fcb38b7a65594020fcef05ec1630804a33748829c5ff53640d0","affectsGlobalScope":true},{"version":"4ff2a353abf8a80ee399af572debb8faab2d33ad38c4b4474cff7f26e7653b8d","affectsGlobalScope":true},{"version":"93495ff27b8746f55d19fcbcdbaccc99fd95f19d057aed1bd2c0cafe1335fbf0","affectsGlobalScope":true},{"version":"6fc23bb8c3965964be8c597310a2878b53a0306edb71d4b5a4dfe760186bcc01","affectsGlobalScope":true},{"version":"ea011c76963fb15ef1cdd7ce6a6808b46322c527de2077b6cfdf23ae6f5f9ec7","affectsGlobalScope":true},{"version":"38f0219c9e23c915ef9790ab1d680440d95419ad264816fa15009a8851e79119","affectsGlobalScope":true},{"version":"bb42a7797d996412ecdc5b2787720de477103a0b2e53058569069a0e2bae6c7e","affectsGlobalScope":true},{"version":"4738f2420687fd85629c9efb470793bb753709c2379e5f85bc1815d875ceadcd","affectsGlobalScope":true},{"version":"2f11ff796926e0832f9ae148008138ad583bd181899ab7dd768a2666700b1893","affectsGlobalScope":true},{"version":"4de680d5bb41c17f7f68e0419412ca23c98d5749dcaaea1896172f06435891fc","affectsGlobalScope":true},{"version":"9fc46429fbe091ac5ad2608c657201eb68b6f1b8341bd6d670047d32ed0a88fa","affectsGlobalScope":true},{"version":"61c37c1de663cf4171e1192466e52c7a382afa58da01b1dc75058f032ddf0839","affectsGlobalScope":true},{"version":"b541a838a13f9234aba650a825393ffc2292dc0fc87681a5d81ef0c96d281e7a","affectsGlobalScope":true},{"version":"9e9fbd7030c440b33d021da145d3232984c8bb7916f277e8ffd3dc2e3eae2bdb","affectsGlobalScope":true},{"version":"811ec78f7fefcabbda4bfa93b3eb67d9ae166ef95f9bff989d964061cbf81a0c","affectsGlobalScope":true},{"version":"717937616a17072082152a2ef351cb51f98802fb4b2fdabd32399843875974ca","affectsGlobalScope":true},{"version":"d7e7d9b7b50e5f22c915b525acc5a49a7a6584cf8f62d0569e557c5cfc4b2ac2","affectsGlobalScope":true},{"version":"71c37f4c9543f31dfced6c7840e068c5a5aacb7b89111a4364b1d5276b852557","affectsGlobalScope":true},{"version":"576711e016cf4f1804676043e6a0a5414252560eb57de9faceee34d79798c850","affectsGlobalScope":true},{"version":"89c1b1281ba7b8a96efc676b11b264de7a8374c5ea1e6617f11880a13fc56dc6","affectsGlobalScope":true},{"version":"74f7fa2d027d5b33eb0471c8e82a6c87216223181ec31247c357a3e8e2fddc5b","affectsGlobalScope":true},{"version":"ae37d6ccd1560b0203ab88d46987393adaaa78c919e51acf32fb82c86502e98c","affectsGlobalScope":true},{"version":"063600664504610fe3e99b717a1223f8b1900087fab0b4cad1496a114744f8df","affectsGlobalScope":true},{"version":"934019d7e3c81950f9a8426d093458b65d5aff2c7c1511233c0fd5b941e608ab","affectsGlobalScope":true},{"version":"bf14a426dbbf1022d11bd08d6b8e709a2e9d246f0c6c1032f3b2edb9a902adbe","affectsGlobalScope":true},{"version":"5e07ed3809d48205d5b985642a59f2eba47c402374a7cf8006b686f79efadcbd","affectsGlobalScope":true},{"version":"2b72d528b2e2fe3c57889ca7baef5e13a56c957b946906d03767c642f386bbc3","affectsGlobalScope":true},{"version":"479553e3779be7d4f68e9f40cdb82d038e5ef7592010100410723ceced22a0f7","affectsGlobalScope":true},{"version":"368af93f74c9c932edd84c58883e736c9e3d53cec1fe24c0b0ff451f529ceab1","affectsGlobalScope":true},{"version":"811c71eee4aa0ac5f7adf713323a5c41b0cf6c4e17367a34fbce379e12bbf0a4","affectsGlobalScope":true},{"version":"33358442698bb565130f52ba79bfd3d4d484ac85fe33f3cb1759c54d18201393","affectsGlobalScope":true},{"version":"782dec38049b92d4e85c1585fbea5474a219c6984a35b004963b00beb1aab538","affectsGlobalScope":true},{"version":"5d24006d87523653e5272449bab033ea7e0523fdb0dfc3da303a9e5c31c6ddf7","affectsGlobalScope":true},"e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855",{"version":"b41abd45f6e9a5365088cd3a8b5c4a43cdcc143687f1820052d4953131f05d6f","affectsGlobalScope":true},"4a882ffbb4ed09d9b7734f784aebb1dfe488d63725c40759165c5d9c657ca029","2070abe224a2071f224fd7783212d020ee6d3f71c6f48405070a0b2fd9bfe479","a18875ee326a56d20c87ea0e86ff11a9d767cdee9cd5feaf60dd61c5b64caae6","df9d5f06a1692717762ca9f368917924fdaccfdfced152804d768eff9baeb352","34fec0d3b9abe499f5d53f1ae7a6c28d34ac289e5cff6f17587da846823cecb0","9ea3742314159f08b93e3dccb7fdba67637ba75736c12923d4df3ec9f40590ab","bc55f374f2b27277afd0ebdf0e503faa20ac18e81d15ac106e443ab354d3e892","ffc7343ac667843634241465fd8bb2fe5000964873434558f82c0e670d2b7d1b","e35562032ca67f79d83bb8e2b86b61dfcbac6a914ce15b0e2235e6626dbd49f7","0810fe9c952efed2e4372b734baaaa946c975c7e3114b9cb1e31179bca9662f2","18b2b9e3a3c86ebd23ac27a8f966b1870b8ab29a2857dc1c524a08a49b3aedf4","d75490903da576f8fd0ee1c990858cb31e605d3db925593c12728bd0949eedfe",{"version":"a3619fd3d1baae9a5b16d9009069f989d0dac127c48001dae20da5499b04cd57","signature":"514c8c7bff72d1d28ef37b77a3f96d908b5f8c7c62c9f325234822412b203a17"},"63f6312a4be1ec344baa7c5cdb831587ed5f737f35df2baa2d3db1d180b983ec","74c3a57d874889e2f042b89b9688716af704cb2366d757ead586988f6cc9a625","5ebf4476be92f000f00cb9fb79d69babe6f6ac2a39efdb04a8f370e110003e19","1ca88c3785d49effd915f565f3297e32a33ea969d3407e1fbb333b84562c7595","1a4cfb737223d523387f7afee7219fd2016f1d73ef885e9cb42183c911d07b4d","392b17a6ba3f687f19ba207f17841c99306701cc2882f3615a3b426686d854e6","2a9f82af6c7cf1e002d17153e10d758f685d085864f6c5f7d2b775ebcd6b2fc9","f65b6f12e264b6e22dcf888bc0c239aab27c1d1fa6560af64bcd450f864abab7","ecbac26c0c765e1da3e748a35ededfa4c7ed87f48399919cd952ae8bc32a1339","9c88eebb75b82b4ccb9412c7e3035e40e188ea3d7dcb010ff87986b7ff629555","154f87edab104ff00f36e95b36d01e014a4d74ac4fc219e124e2bf2627099267","30844ce073bb46b6908f55273063915629cd795bf7d83638bcb71e1507a494bb","4bf7c467d3655157dd0959deafeeaa9167f90382cec1845b8557dd34a9e5b0ed","baf557e659cefe8b9ce949735e8cf813f2daee3044324ed740cab7e143559f7a","b02604b3eb025af58b4c07c7ffce6d28a03948286cb5c4d5cdc46ffe21549524","ebd09f4071c53a42a09a20feb0b144b1f485f10a7d6190aba91c1714977d689f","345bf134b7c00954c1db3e011f029c066877a32256569c9d91b6ceb5bcca054c","2a1f7be668e3a95cdb683c6f755631bf19de9705c6d6c1c9e4ebc67e9db916d7","357acfb6822f15161214eb9e1848c767182750b67f9c2c6ac0fab52ce300ddbb","55ffe6de790f0199135425d8565d29e7719bf0e24582ec96765880b9e9b022d7","646d66c423da6f036ecfda81da6f7d60a4748ddb0c58c85d261bb5c8e541cef2","9c1435b5d22bb56aa077d9bd74729cd748eca5e245dac9d1d98a98248a53bbd9","24bf4c3ab312b32e6f114adc2f4ce858a8a28af76abcbdc46a4a40655933f152","3b355d5bc20b716079980a0ed2d400180a15368db05888b3b858f90ae3ceac14","ff2c4a40bbde08390837443555b9ae201af54b527baf151555310782bd7bb8ef","0e9998684ca02c028170441f4c006e1caf425f9a9c3814cf8765a0002773fe30","1e647f80259d61974c8d0a89d9e3fd22416975c257d76f4f32d6ff38b9157f21","31e9f9b81179cdce4ee1cd1d6a427dc0c5fd15064307df8cad58237b0d96385b","7ba73e6476144ac4587b18bcc70349d2a8e7cede4e780815b53a057ca71f764d","fba690fc44b5c1db29fb472830df4cea1374642935a02c6302730bff37752498","2515daf0e2b05ec5a90349ea839cc1fad8e67135665747cd5f72b7b3d2ad49c3","7b4a756bb59248aeb831709239014a9850837727c2d6ec053f54eeaee95dda39","cde91ca23d14021aca53adba5977bebf7f72e4f18bbdcd2c6a689482c77dba07","191878041be6dae0b75974d1d28d55ae82a2896d5eb5004eb039e964e8140c00","7f4272fd567d065c1f5614ae3bed61b3dee47845267be0e41dd24f901985bf0f","0fe6cb0ec82fea8bb694d8335f8d470c8843600a277cf02d7dbfb84002666e8a","e43159089587768cc9e4b325488c546cec950602173b04a4f6cb9a615c4fc3b9","f3ebf0a71fb9e0d708c607d6448edae7a7893162532b560b3f361f48bacdbfca","053ed027d6ab656c53ee8dfc3fe842beff2a831831591f7f446c0ea1632f606e","79c5c3441a6786ce4804528aa560836e45cf855af4f25d6ca40f598cd6f1979a","bf235a40a595fe4c1c72ff72b50a9881a7279c4063029fc88e49237542797935","25627620692594a49b01a7192416e59a0fd94717c4f5c2800a3cdde58e28b39f","00f9b95c0741094ef69f8befa268077fb5dae5192149d99af5c7abf4cd20d5e5","89536ffee2ff5d49cd4c898a854a92a3d0812394f4ab6e1d48f9fb658f4abe48","0085bc39713819715d49b27bb64767dff1829179b0914ef0d4e1a852770f0136","9c6c451215eae6ae4ee0ebf8433f9d90494df7dba87718478c050bf5551da18f","a12d1a8f1b6e34597b9aef2757fdf4505362189c75b7f15266604a80bcffb42e","193f77fd99a5798127915516363958d227df9cb82e23f5890aa668409c1e6360","d8dc0c576c79c5069f4e87b0a15088e952043cb3df0ec487f81e6b98b174e503","84b69e8d4be7b1736536d1ab8c72c48318bbe6c677dab53a2d51058f9e68df71","97d3c4bd2a49a56f2cb63bb76c5880afe5c76098dcbb5598cd14e96bf572cb86","a493cd942f29c45c9befb1cf2f3e9a757300e1fa6b5a20cf939bf563c31f46a1","5300527e32de6eab286e5b70c3cca475380320a142ad54f234a34daadfc7bb1c","7476dbc814b46489fff760fd1f3d64248aedbf17e86fda8883c9bd0482d8bf73","8520b3f4c2c698bcef9c71d418a11c7cbe90d7b6d7deaed251a97ee5ef6b2068","8afc3d51f8ace0b6b9e89a2f7d8a6dffaca41d91733d235dea7c28364a3081a1","01cd58f2842ffec94a7cd86881fb5595df4b08399b99e817d2c25c2fb973fe09","d49f5458be59a10cc60ad003bebafa22eb37e15492020b2be9ca07055b6c8b10","0aa491d56a8011fcf95247f81cc4e09b40cfd5a96e80221038347da3931e8ba6","814971944c21b19105949c552a7dd5b35235a17a2eb8092b809e2fcaa54ea4e4","70f1528dd7d2131386fdcf6223ac1c56f2d7726c7977bd5eddcdfd22cd24f7f6","87f41340a0cac5b54e499b3ea6e6d0cb2e7abb9abf5feaedc6c4cc608cdfdc54","d0a8b3701edaddb7db2935bb134439272b46201384579eb0b53d66e4ac83bbfc","8c6d1836881adfffb1e20d645ff9a19e578f4aeecafe0fcbc440215202b25ae9","f82d1ceef7e58282fb973bcbc76fdffd8d86c633a1bd224b2c8cd4434687d396","a02e5354f7ad03eca737bde00b03f45d341d264b4de8a3a07322cb642cad0f78","e056bb30bf82271634daeee81f772f4a7960085f01f6d4d09c8da1ebe5f6a623","5e30131b6a5587fe666926ad1d9807e733c0a597ed12d682669fcaa331aea576",{"version":"86492a546c3308feaf1dde967afd325c321483b5e96f5fa9e9b6e691dc23fa9e","affectsGlobalScope":true},"15fe687c59d62741b4494d5e623d497d55eb38966ecf5bea7f36e48fc3fbe15e",{"version":"2c3b8be03577c98530ef9cb1a76e2c812636a871f367e9edf4c5f3ce702b77f8","affectsGlobalScope":true},"d4b4f6148a6444ec92db4ac4c7dd7050ffc32b21a10276a59498e04740e8fd8d","2524f58c8d67af441b487c0ce0e0dd9c18bf3d06c05f621874dcda9780d8e22c","c7dd759e5948a94b42422ba7cf70eb8455416def9447614a3bdc1a99b81fc8bb","1bcd560deed90a43c51b08aa18f7f55229f2e30974ab5ed1b7bb5721be379013","dc08fe04e50bc24d1baded4f33e942222bbdd5d77d6341a93cfe6e4e4586a3be","cdeae34aca6700620ebf3f27cf7d439c3af97595dd6e2729fa4780483add5680","3ff87ea3471b51beaf4aa8fd8f4422862b11d343fdbb55bf383e0f8cc195a445","1cc188904259bd0985b24d9dc2a160891cb5e94210901466b951716fcdb4ff62","732fb71ecb695d6f36ddcbb72ebfe4ff6b6491d45101a00fa2b75a26b80d640f","039cb05125d7621f8143616c495b8e6b54249c4e64d2754b80ff93867f7f4b01","1b81f1fa82ad30af01ab1cae91ccaddc10c48f5916bbd6d282155e44a65d858d","a0fc7a02a75802678a67000607f20266cf1a49dc0e787967efe514e31b9ed0c3","5ebf098a1d81d400b8af82807cf19893700335cf91a7b9dbd83a5d737af34b11","101cf83ac3f9c5e1a7355a02e4fbe988877ef83c4ebec0ff0f02b2af022254a3","d017e2fcd44b46ca80cd2b592a6314e75f5caab5bda230f0f4a45e964049a43a","a8992b852521a66f63e0cedc6e1f054b28f972232b6fa5ca59771db6a1c8bbea","7849c2e4caee1cb71890ceab95b767c68f7110eae9e3e976dac8248702276218",{"version":"c8a1cdc2f0dbf9e2e699e3d3567dc2a918a8ac38d0a32587c06614000f7b592b","signature":"1940e480f432fbe1dffd7b720cdb0d85f1532ab5890ce63bfcecc629101b47d2","affectsGlobalScope":true},{"version":"51f0cb77174b5f23b7eb41e197a93e61a7defb7cbf419d65f0fcdafe1ab64fdd","signature":"b0059dd442d97027b57421ebd66dd09af6b1325fdfc2fcae16b44ded7a3e6c95"},"29dca1b5f0cac95b675f86c7846f9d587ed47cc46609dd00d152bcb37683b069","5565deadc1d553f9f1ef370351432c258d2a6f1a5ca47e574e5430db824468c7",{"version":"4ae1ed87c59518f4e0918a21409ec3020e97037a386b57953c6b9fed9cad6949","affectsGlobalScope":true},"74fe889b1d2bba4b2893d518ba94e2b20dabe6d19d0c2f9554d9a5d3755710f4","2ae64cd7b6e760496069ee3b496c64700c956a0620740e1ef52b163824859db7",{"version":"05d7e8c28eae7f9c36e59af3087b5d17a4143fc6aca7f13c781454daabb200c0","signature":"2bd8e8df0a8d9d7b68d52db4eb22172b08da03a767b5bf5e0296e04af87c7d34"},"447514d8b6ecb35b116a2e41f5df316c5c3ddc3facb4af22d1daf99d64d7ca34","1c177fa07b680ea2bf225f7d1da10a11af8a6fb70635b1525ebba8b83557bf69","332115817c7c3378213da559d0f0d4a5c53835699f6895dc5836529505bb10bb",{"version":"9d5b76dabba37e3c231ea64def0a46882a74ce405d5a70799541cff90ec90e78","affectsGlobalScope":true},"8aff91f00938aa90ce829f4d577903d6826fa19e8edc583f7bb64ef1a6b4ae3b","c49807addb7877a750d3c91d69942bd0e487e1e63d811a74036c2db4b9c1a9bd","9079351d06f84fcee2c0baf7406f9c92ce6af84d0ecd84cea6c985edde6bc912","708ba239cba9880cb24afde1c8cabf3f51fb3c0d495c679edf493457e2a7e97b","3ff161670bd227ca0359b7f2dc838384d38b7b6c5e92c2c0af5947f0ded6cc3e","e01e6ae95699d5a2dfb96eb9d115ff4472937a719bd79f77e6545d71a054a066","82bbc4f18267bf75c517fa7aa5835adef8a0a452050d1f8c4ab737917bf549b4","ee77aa598a528f724562dba2a766d58dc0dd8003bc7ebae9c4432862cba96454","fe9dd679e568dc2a0e5e6959f77b53f8bc1f126d46b0d17631347ba57470b808","57950481faf0210f869f558b80ea7747bbd7a9bc81f12b4e9dcde321300aa577","8e4440f2afe7db03030474a78ad2d61a4812f7479479ebb02aaab30e1688644f","e7cfcffcf2fc1dfd889a4db6ee67c33b8ae8f03913e9991503c427fe5771cc2e","4d0acbfbdcfac4d84cd03d34354746381bb97b0a4e070005b2d63b35a50dfbf4","e03c675a217181b8f3b92a61d161673afc488aacdaf872f953fdc48d5a6bc582","d0e548b52ce2a55820b470ad9c2d66e2855fb3e9dea936fc29b4d4a63bb8fa54","5b402d6c32c733bf8065b8abc34904fffcfe5b94b0e1b99e63a34f450d87faba","4242ec59abfe16b8b893a3f9ef0ce90b6a53afba1ceaaf808e0a225bda7e0714","46971bf04e56b8de7c9c74bba27b54f5f4a78873b6cbf0682592d0693c2acb25","54570339e5e91d8d8380dee2ab4014ffa88cdfd73ff0a20e4ec085d64d81cd78","311c45b5a2b6585a84306100bb514c919b01ee21de43efb1bb2aa6a98a2753db","fc94de52737bc8fb2b1290d6f22b5dfea3e50c8d547625781fa6a2ccd35c7242","003fc70f48af6f23b3ed3bead2cc2d00b07b82e414b0b80f905a6e72a3fb1419","15a95894e214753c1e2dc638670ac7c5a6d05d952b19ea3745767d239fe00789","5d82404561003f51fed07b961d061f702dfd379ef5f0f7927744a4fff21fbf64","c0a0a579f2a69a5600eec5da4d87f83a82cef0aa70cd4063e9040f95d879b96e","8ecbfacf281dbd929d3b5f09b4f96bf999a45a959e08501b07117256b1eeb659","968bc5962ea9834b383119f668c4cabd35ba7e4a2c5107fb2d38c8fa66f164be",{"version":"22a05089243a8f0fdfbfbc2d956dcf61872c5c973ecda5320a8f1e3a4dd90bfb","affectsGlobalScope":true},"9bb6e652f67b205e169436f76e1d8fd396bc9971dbec1a558eab3be406343e8c","6cb1ff661eb0cff9177c3b47e82abd0fe3122fc62f2bc0af432a8c4205ff3ec6","d4931bfce5c009c57f86bcd1039b3f0a5c5ef61d26a685f0abf77f20b18fc066","4bd4c71ed7c85138316133c98926c344916002fd572f52af1889961dad8d73c0","d0e3fc2ed7395634479edf269cc2b3e25d90b05ce08ddda1717282f9f3afecd0","8744338f1b9f91b6ca97ceb3bfb10babf4397ffe3c304b5ae4dc016f7c3fcde3","694291734f077ed109fdabbfee35995f7168b5d1af643bd6404eeabd7036aa01","8a01e603808722b8fc316d1bd57be1ebcd485237bae329c275999a8257ba77d0","4012af9177a7bb1715a569cc54565b906e5c087a97067abbcf9f75f7f9a476dc","9be3b21edf891a0ec1d8caa0da81816162f4fa5376a7652e0ec3154df6433a08","e544e87f21a6afb7a4e1196a991fd5d235d6df3b8c04ca6df0bc5f85f3aa4f5b","19910d826b4901606d47b306cd70ace2960eeb2ca2cb5e57acc81b42eedbfbcd","d48721b66317440af7e3257b38e144adf76953419a4a4db1fb60f743eb7c9b92","a71d8fe039f1b2c852618ef0b6971561ca4626fb8b30abbf6d238441d47aa6a4","baebdb5ba48a482240d2ecf8497a432aba8ca37d8930cc618c4d3b5d12ceefae","9ce316b892b5134f715b4f7afd71c06384cf9af9a69009cc9566b325a095e592","e5b8715a800a942f0a3d57d84725080ff8931d095de55497c4cd18e23fae9c1d","8a77a40bc44b873c7c000435ccbc0c16ca1d4b523e2528e0a8d05d0b95c520ad",{"version":"c34297a26fdf8d47f98aeb755e0e6a6fbd935d0e347979f63d4cb9a5abf14140","affectsGlobalScope":true},"0a3f0bdec21726a138d8202f5428adfe962df1e7259a41d68c109d22f6e18672","fef62bed109b31722160fabb598f61308506f9b7f40e60b3746ae01e3a3dc18b",{"version":"c81679572dcb2188e18113641e0a8914c7cf06582d1c9429a9a5bf1f72a31aa6","affectsGlobalScope":true},"60daaa6b5dfacd7813a9cf22e1ca5860217f36e70dfcf2fc28c049a7305076e1","b203234dcc09962eadae1146518df97f0768783913616ece5fd1f7f13d6f1361","74a696e2d8acb105f173f536ede57df87f10f1811879c6537cd40718156e4809","bfa3213963e67340227e92bbfb9ae68bc9945e505818e9fd3fb1b207bc8ec89a",{"version":"67893347ea02fa7f9dac48c06155eb469725bd9bf44e2b108604c58d07d13780","affectsGlobalScope":true},"eed40411368d686759c235bd0ba8300c6f4c13d5d1ebaf05a475332c946c4d4f",{"version":"bf20e597b39dc2e7dddbe50af7e58adafc0e25add218d074cc72d3875ecc5a31","affectsGlobalScope":true},"72a4d5caba027e6aedf80ecc3df2262953bf812ce8ffae9808a8ec8dc5de460d","ebe6f76595fbda9ca25d8018bd932cab144c2b1ec62ab8ec064da0ad729eac96","6bb8d9049c8717a1aa508b02a46bbad3a5a682442f7aa2bbec8ae65409c9cab9","74b9515be606b420215bea8e2773a68843ff56936321a2a05d6dcb03f7f439d8","fe6ef56e51a42c920ca515c73990634b33330c3acffd13b0ab7c24ee499fbdfc","d770f49f264d056151919d21af581b03f5d898e06073fc4919e84732f73fbe22","bd47882cbeddd30ec1ed8e5c2e92e8e15e9ad21947c0f0f41c9e19ec60ab9d83","6184309fe39e2fe444f4ba94e7cd1abef48fcb48e258457c3b77c65828184241",{"version":"98c511f60c3079d731a35353a47bfa89dd79eeacad48a45d07170d22ef4bfd02","affectsGlobalScope":true},"905800cc110167503d0cf58bb0dd6fa4aaac1e9cedc9bd9c48e5d1f8b5b8d4c8","d17be577b99e59611df19ca2cf0356df554f55bb06617c21321fc4ec06b820d0",{"version":"5f30145fbc8ca508ae4e0d90a4fe9eaff490783f380a92f6aa262accdf7887b7","affectsGlobalScope":true},"2c887f29f6796ea68247c626acbef560ff29bb8d0042b641e4fc69559841463d",{"version":"f882b77c5939860d599b4b7bc39f741ebcd56123e18b284500f4b8923acd2e72","affectsGlobalScope":true},"12f666f53167b7cb6622223beaf63a96e4fadfaa6b68ca123dc5a472b903e946","41e4b825afe9f38c821a8d7bd9667e2c923c847e31036cfd6c98006b0ca1653e",{"version":"fb3796f25b77cf1496279d8250b8ca76741ce750a75bd8cca753eccf02358e07","affectsGlobalScope":true},"f95dd9b118beb04d03a239972b55dd4b5ae6e297beda863477d6d42258781b3f","eeadb355ae4a55fdec488dc4cd3de017ed497aed0f9c69610a8cb3c22e159250","62fa4423fd0495c9f46a1b2ac13dac99b6484dd3d661ea572ae27c49572b28a4","fb5c068182ae45b9970d0ba96eef722610272bb072a41b7111a00b431c2d8ffc","8a9b7a437bea4cc34e5e103e01573ab3afc4564a22c838942b6dcca0f68020e8","8bb8931e629d9adfac6fe0c067de1a3c2f82b47262f83fa76eb0772ef13808e8","7791e93d454eb1f0bc12341338d4a556155c128a9b4a9733978b6260bf081bc0","073bca57dd662b743900afbe847255ce6ebd8d0fdff5e16bb1a5ba3295c69410","e19dab5e7994dccbd37c1d9a887ebe6e0ee9d494ff814bbdc8641de8f8deef2e",{"version":"220a08c0460aff4f65b8129a53c63c97599d96430150e7fb2ca8da5ccbc16bfc","affectsGlobalScope":true},"f296e6ff892a925da76ed1e7b2114803db2877f1fdd665f33e0b26de7e1a6523",{"version":"2b7426977de7220c78217f27552dca65b529654f85f7c26b6689684c9f002cef","affectsGlobalScope":true},"a19ab932455c9c78c3e290ccb7d3f1f4880cafe5e89a05967903e1765a37153f","30ccfaba09980deb3ee75bf38131c4594c27125ae1274a95a0924eeb33c63083","04793be22ad889679768f15d11c20d091d7bea8901993785fd79466cae6a5352","3dc9ae67c7a8d4e9e6aceb54f37790cf7c12d2ad4555025783974a4c284c51c9","504a630faad84c8b488f06c7e44e5fdd0222036ce2d72e1863f47b91bb9dd314","23f87ef63730cb4fda4d1435088be67d36545602591c526f9abcb3820a62708b",{"version":"7507932b6068cb3be8dae4fdbd7619361639e5d857b5d45de2e7cefc62703dfb","signature":"1793096741c5205a1c9713a801d321d1bddd27ec264c6e0e17952f8e483b6359"},{"version":"8c9ef310b54fc73876e88f3116ab73d9ec6249fd881fbfc01e4052a9e4a1b3ef","signature":"e6ca675e8dbc3b06a9f6b2a5818d118a968f75507436288226ca2ec65d453b84","affectsGlobalScope":true},{"version":"6ab7b0b91dcb5e66a28c152f54697662ca71b408d16e5a5788a588b096da557b","signature":"7c247df7d4d5a07b534b1ae80322768de0be1cb88e74ffd42880e52a1af9446f"},"5a30f5ba1701cbb29cb2ff3aca0064a8b0b8b4398d30caad7a0c5ace9636854e","493adaad90bc2d6bb6c16b81667033b4fcfeb10fe274a279bc60c8210eec8bb4",{"version":"4fd4785630ee39519c1b7fffa2d7edca61882d031e404bbb187351a1c7407e70","signature":"2c7a334ef4d3f77c4259ef9aa82aa210b96fde512a9ae9822a955abe3f2843f3"},{"version":"d413dc8663722f5b43aff38a1de117aa169e3bf526747965200218a3d4b0454c","signature":"d796e1928069c8c8ddefdd5f97968f39c0920c93455a6f306ec2a2d3cb87dbf3"},{"version":"2af1a9a1918c19eaf17467782dd5e7c00a305e2e64f4ec07565f4633aff60d80","signature":"8307fff276ceb88f2d8d4dcc59b06be4d412208900afc993193bb7a01fa56de5"},{"version":"61017541c7c1dcbef0525272eeccbafe4c8fd0584d71975178972aee315bc1ba","signature":"05dd62a8d29dd1f3bffa5e9732391ccb54a44906d6a9ef1e295a3a51a7f532ac"},{"version":"2a22b33c2e96ffd5cbb7642c2bc01a54604fd51635e7f08fe7ad013929809e18","signature":"981adfa8c5adab065acaf5e0400d1d98a866360f2cc6c307fce999ed3420a262"},{"version":"4996fe196700d755680852f05b96461af4c4bc10d51b2fdcec63113f0f622014","signature":"f8d2f7dc52499bb22958f4cd7d63301113a28d9a41db9c7a7d88b6335fe695ee"},"b3522fc474172a4dc96b7845e16101d70098f7c77c2c67d7fbc196401ba8b5eb","e097ad49dad4f20ccf776cbe99f6158cd3712ebe0d3aa53cdded02a5bc692433","32464280a3efcaa0d05d7344a1f023d09563f034d2c53aa78628b713173dd49e","d0f0b9c123ac41343b6faec852928381067194bf8c60d70ae9e2ce896f3bd31b",{"version":"128072359597eca4a6966e40c806e3482b7d40c0a55916e85ce845fcc89fcf4d","signature":"5a003ca6d13791c5d9ce811a904562e6e2ace35154e3a2d7815928648a0fd66f"},{"version":"49dc0249cf5fcf51df785d3f931ae2dd08b0e4e0d7ed540cf3e15d407a9a3bb4","signature":"1052d5bdb76b332ae5f6a7d44446acb8d10972c5a8349582b758ed90b344aad3"},"cf93fb9208a01c80f0fad245c4360356e5de6c2384b7641acf0b9cc2f5c42448","336398b0efaf964124e636a9b29c4edd5870aee79ac64bf87be58a9d66b7c048","571bc65ec37ba124e762bb822e14a2b8502dc684e356be8feaccbd6b9cadd023","7cd455fc4c4818f19263d73b29c59f3fb5fd54b45a6ab83ca3eb3661281db56b","1c6b9b5501774a2ece6574be8e26092800e3f1f836f8c179b4f9fdd271a620f8","bcd2426fd141157e04e3a8eff914b575403587f398cf0878f07c2f283e0d1afd","bac8ff394e831e4dd3f0961d6abb414b0e2b4ba16fdeb502d087ebf0340ed5f6","51a48986bfceaa54e86e8402a1c3184de6e7f096f7d2a3ff1382d71aaaaf6d9b",{"version":"bb8a69ce9aee261a500ab0ea7deeea7c54eb37121c2edcbbf401267b014e32bb","signature":"39011d8d20fa0415aa554e6b2840d8fb6b6d8d51ba24745efbf2f9e7e5db859b"},{"version":"9ba90764180e513f436bd0d9f9cece64cd68f08e70d7a676f4bd9ef5bf8bd4fa","signature":"2d7048559abf07390170aa23bbf03628d1c9cddcf3886e1c3d8682d161360e7b"},{"version":"4b3620ca57d52b1775fedfbbb647feede43fa88cca123beee82f699bc4ede14d","signature":"0d26f8ef1d7db21b2b73d928905a0d01f6595fef590040a1aebe7889f0931809","affectsGlobalScope":true},{"version":"c65e063ae26e746de0989fbd55780dadd8326918c6f58bca9ebd1dcf9708cff0","signature":"8022f6f0afa29036330145c51d755f1876a18ef6da2dc1817b90f84c58a46212"},{"version":"cc52729b68964082573a1035fb2016d936757a2f57e0bcea6e2c3af29ad26f44","signature":"8796e6de84a2c623e74976815f2056d65fb556da287bac6f11371a94b9ed4c01"},{"version":"b4eb02063cfa8444f94fbda8662b2773013db9a0da4a8f32a64918e7e83e02e1","signature":"0c6ad9d2d9ea09c3a7db8f6c96055517706b211a016f0cd482b1eb48fd6a1500"},{"version":"b560b5b9beea81f450b3640983fc7b572cd9a26d89a9365d338309654c268028","signature":"3e651b7e72bc9fd7e5f9eb968a28e7355b993d722f3105f90a9837f88269d4cd"},{"version":"7289f94e723ae6251cf26ef1d6597623b71790aba75f54b9a0d3241863471c03","signature":"8796e6de84a2c623e74976815f2056d65fb556da287bac6f11371a94b9ed4c01"},{"version":"4d9bfc86fd06c0eebf86f52dfdd3f568c5f3485f1ad66248e9be668bd72d0001","signature":"0c6ad9d2d9ea09c3a7db8f6c96055517706b211a016f0cd482b1eb48fd6a1500"},{"version":"46104324e22dd232a1db8121dc9ecd0619a3f7087a4440365c8741d9870fbfc2","signature":"0c6ad9d2d9ea09c3a7db8f6c96055517706b211a016f0cd482b1eb48fd6a1500"},{"version":"38cda0240b360e671ac8658682be4b55c321c64c7591be49de571171e30e54d0","signature":"16875a9dfd574c67964cfff7928a0e1d1c67fd11c00ddad5daa3c66bcdf5bd0d"},{"version":"490ecd8eed1efe1f8e93ccfeecebd054516e13514f91d7f02fd52e9b2ef4b0e9","signature":"015c21a83417d54a18a2ccbb296cdf14302f6bf17ff2c73c9a86b6ddf8a85c14"},"2db0dd3aaa2ed285950273ce96ae8a450b45423aa9da2d10e194570f1233fa6b","7394959e5a741b185456e1ef5d64599c36c60a323207450991e7a42e08911419","8e9c23ba78aabc2e0a27033f18737a6df754067731e69dc5f52823957d60a4b6","5929864ce17fba74232584d90cb721a89b7ad277220627cc97054ba15a98ea8f","7180c03fd3cb6e22f911ce9ba0f8a7008b1a6ddbe88ccf16a9c8140ef9ac1686","25c8056edf4314820382a5fdb4bb7816999acdcb929c8f75e3f39473b87e85bc","54cb85a47d760da1c13c00add10d26b5118280d44d58e6908d8e89abbd9d7725","3e4825171442666d31c845aeb47fcd34b62e14041bb353ae2b874285d78482aa","c6fd2c5a395f2432786c9cb8deb870b9b0e8ff7e22c029954fabdd692bff6195","a967bfe3ad4e62243eb604bf956101e4c740f5921277c60debaf325c1320bf88","e9775e97ac4877aebf963a0289c81abe76d1ec9a2a7778dbe637e5151f25c5f3","471e1da5a78350bc55ef8cef24eb3aca6174143c281b8b214ca2beda51f5e04a","cadc8aced301244057c4e7e73fbcae534b0f5b12a37b150d80e5a45aa4bebcbd","385aab901643aa54e1c36f5ef3107913b10d1b5bb8cbcd933d4263b80a0d7f20","9670d44354bab9d9982eca21945686b5c24a3f893db73c0dae0fd74217a4c219","db3435f3525cd785bf21ec6769bf8da7e8a776be1a99e2e7efb5f244a2ef5fee","c3b170c45fc031db31f782e612adf7314b167e60439d304b49e704010e7bafe5","40383ebef22b943d503c6ce2cb2e060282936b952a01bea5f9f493d5fb487cc7","4893a895ea92c85345017a04ed427cbd6a1710453338df26881a6019432febdd","3a84b7cb891141824bd00ef8a50b6a44596aded4075da937f180c90e362fe5f6","13f6f39e12b1518c6650bbb220c8985999020fe0f21d818e28f512b7771d00f9","9b5369969f6e7175740bf51223112ff209f94ba43ecd3bb09eefff9fd675624a","4fe9e626e7164748e8769bbf74b538e09607f07ed17c2f20af8d680ee49fc1da","24515859bc0b836719105bb6cc3d68255042a9f02a6022b3187948b204946bd2","33203609eba548914dc83ddf6cadbc0bcb6e8ef89f6d648ca0908ae887f9fcc5","0db18c6e78ea846316c012478888f33c11ffadab9efd1cc8bcc12daded7a60b6","89167d696a849fce5ca508032aabfe901c0868f833a8625d5a9c6e861ef935d2","e53a3c2a9f624d90f24bf4588aacd223e7bec1b9d0d479b68d2f4a9e6011147f","339dc5265ee5ed92e536a93a04c4ebbc2128f45eeec6ed29f379e0085283542c","9f0a92164925aa37d4a5d9dd3e0134cff8177208dba55fd2310cd74beea40ee2","8bfdb79bf1a9d435ec48d9372dc93291161f152c0865b81fc0b2694aedb4578d","2e85db9e6fd73cfa3d7f28e0ab6b55417ea18931423bd47b409a96e4a169e8e6","c46e079fe54c76f95c67fb89081b3e399da2c7d109e7dca8e4b58d83e332e605","d32275be3546f252e3ad33976caf8c5e842c09cb87d468cb40d5f4cf092d1acc","4a0c3504813a3289f7fb1115db13967c8e004aa8e4f8a9021b95285502221bd1",{"version":"e7be367719c613d580d4b27fdf8fe64c9736f48217f4b322c0d63b2971460918","affectsGlobalScope":true},"3d77c73be94570813f8cadd1f05ebc3dc5e2e4fdefe4d340ca20cd018724ee36",{"version":"392eadc2af403dd10b4debfbc655c089a7fa6a9750caeb770cfb30051e55e848","affectsGlobalScope":true},"62f1c00d3d246e0e3cf0224f91e122d560428ec1ccc36bb51d4574a84f1dbad0","53f0960fdcc53d097918adfd8861ffbe0db989c56ffc16c052197bf115da5ed6",{"version":"662163e5327f260b23ca0a1a1ad8a74078aabb587c904fcb5ef518986987eaff","affectsGlobalScope":true},"a40826e8476694e90da94aa008283a7de50d1dafd37beada623863f1901cb7fb",{"version":"c48c503c6b3f63baf18257e9a87559b5602a4e960107c762586d2a6a62b64a18","affectsGlobalScope":true},"b0c0d1d13be149f790a75b381b413490f98558649428bb916fd2d71a3f47a134","3c884d9d9ec454bdf0d5a0b8465bf8297d2caa4d853851d92cc417ac6f30b969","0364f8bb461d6e84252412d4e5590feda4eb582f77d47f7a024a7a9ff105dfdc","5433f7f77cd1fd53f45bd82445a4e437b2f6a72a32070e907530a4fea56c30c8","d0ca5d7df114035258a9d01165be309371fcccf0cccd9d57b1453204686d1ed0",{"version":"ee1ee365d88c4c6c0c0a5a5701d66ebc27ccd0bcfcfaa482c6e2e7fe7b98edf7","affectsGlobalScope":true},{"version":"9a30b7fefd7f8abbca4828d481c61c18e40fe5ff107e113b1c1fcd2c8dcf2743","affectsGlobalScope":true},"173b6275a81ebdb283b180654890f46516c21199734fed01a773b1c168b8c45c","304f66274aa8119e8d65a49b1cff84cbf803def6afe1b2cc987386e9a9890e22","1b9adafe8a7fefaeaf9099a0e06f602903f6268438147b843a33a5233ac71745","98273274f2dbb79b0b2009b20f74eca4a7146a3447c912d580cd5d2d94a7ae30","c933f7ba4b201c98b14275fd11a14abb950178afd2074703250fe3654fc10cd2","2eaa31492906bc8525aff3c3ec2236e22d90b0dfeee77089f196cd0adf0b3e3b",{"version":"ea455cc68871b049bcecd9f56d4cf27b852d6dafd5e3b54468ca87cc11604e4d","affectsGlobalScope":true},"8f5814f29dbaf8bacd1764aebdf1c8a6eb86381f6a188ddbac0fcbaab855ce52","a63d03de72adfb91777784015bd3b4125abd2f5ef867fc5a13920b5649e8f52b","d20e003f3d518a7c1f749dbe27c6ab5e3be7b3c905a48361b04a9557de4a6900",{"version":"1d4d78c8b23c9ddaaaa49485e6adc2ec01086dfe5d8d4d36ca4cdc98d2f7e74a","affectsGlobalScope":true},{"version":"44fc16356b81c0463cc7d7b2b35dcf324d8144136f5bc5ce73ced86f2b3475b5","affectsGlobalScope":true},"575fb200043b11b464db8e42cc64379c5fd322b6d787638e005b5ee98a64486d","6de2f225d942562733e231a695534b30039bdf1875b377bb7255881f0df8ede8","56249fd3ef1f6b90888e606f4ea648c43978ef43a7263aafad64f8d83cd3b8aa","139ad1dc93a503da85b7a0d5f615bddbae61ad796bc68fedd049150db67a1e26","7b166975fdbd3b37afb64707b98bca88e46577bbc6c59871f9383a7df2daacd1","9eece5e586312581ccd106d4853e861aaaa1a39f8e3ea672b8c3847eedd12f6e","81505c54d7cad0009352eaa21bd923ab7cdee7ec3405357a54d9a5da033a2084","269929a24b2816343a178008ac9ae9248304d92a8ba8e233055e0ed6dbe6ef71","93452d394fdd1dc551ec62f5042366f011a00d342d36d50793b3529bfc9bd633","3c1f19c7abcda6b3a4cf9438a15c7307a080bd3b51dfd56b198d9f86baf19447","2ee1645e0df9d84467cfe1d67b0ad3003c2f387de55874d565094464ee6f2927",{"version":"7da97d603bf3dd0000f56467c56cb6efaf5f94692980474925fae6c33412b12a","affectsGlobalScope":true},{"version":"9cf780e96b687e4bdfd1907ed26a688c18b89797490a00598fa8b8ab683335dd","affectsGlobalScope":true},"98e00f3613402504bc2a2c9a621800ab48e0a463d1eed062208a4ae98ad8f84c","9ae88ce9f73446c24b2d2452e993b676da1b31fca5ceb7276e7f36279f693ed1","e49d7625faff2a7842e4e7b9b197f972633fca685afcf6b4403400c97d087c36","b82c38abc53922b1b3670c3af6f333c21b735722a8f156e7d357a2da7c53a0a0",{"version":"b423f53647708043299ded4daa68d95c967a2ac30aa1437adc4442129d7d0a6c","affectsGlobalScope":true},{"version":"7245af181218216bacb01fbdf51095617a51661f20d77178c69a377e16fb69ed","affectsGlobalScope":true},"4f0fc7b7f54422bd97cfaf558ddb4bca86893839367b746a8f86b60ac7619673","4cdd8b6b51599180a387cc7c1c50f49eca5ce06595d781638fd0216520d98246","d91a7d8b5655c42986f1bdfe2105c4408f472831c8f20cf11a8c3345b6b56c8c",{"version":"8704423bf338bff381ebc951ed819935d0252d90cd6de7dffe5b0a5debb65d07","affectsGlobalScope":true},"7c6929fd7cbf38499b6a600b91c3b603d1d78395046dc3499b2b92d01418b94b",{"version":"ab9b9a36e5284fd8d3bf2f7d5fcbc60052f25f27e4d20954782099282c60d23e","affectsGlobalScope":true},"a42be67ed1ddaec743582f41fc219db96a1b69719fccac6d1464321178d610fc",{"version":"90ebf5865e27d8966ef44b073e6e83b0ddd45058bab1d58b1e4b5a47d36396c4","affectsGlobalScope":true}],"root":[[47,49],62,151,152,158,[255,257],[260,265],270,271,[280,291]],"options":{"allowSyntheticDefaultImports":true,"declaration":true,"esModuleInterop":false,"experimentalDecorators":true,"importHelpers":true,"inlineSources":true,"module":99,"noEmitOnError":true,"outDir":"./","rootDir":"..","sourceMap":true,"strict":true,"target":99,"useDefineForClassFields":false},"fileIdsList":[[170,171],[51],[52],[51,52,53,54,55,56,57,58,59],[139],[131,139],[131,139,147],[141],[129,130],[138,247],[138,245],[135,138,243],[138,231,233,242],[135,138,228,244],[135,243],[138,227],[135,138],[138,234,235],[234],[135,138,228,231,233],[138,229],[138,230],[138,154],[138],[135,138,229],[138,232],[177,184],[184],[177,184,214,215],[206,208],[214],[184,193,213],[209],[184,185,186,187,201,206,208,210,211],[185,186],[206,208,211,218],[206,208,211,216],[189],[179,206],[180,182,184,188,192,194,195,196,197,198,199,200,201,202,203,204,205],[179,207],[181,182,183],[188,194,195],[188,194,195,196,197,199,200],[179,188,189,190,191,194,195,196,197,199],[188,201],[180,188],[188,194,198],[188,193,194],[179,188,192,193,194,195,196],[179,188],[179],[178,180],[182],[179,180,182],[189,190],[292],[328],[329,334,363],[330,335,341,342,349,360,371],[330,331,341,349],[332,372],[333,334,342,350],[334,360,368],[335,337,341,349],[328,336],[337,338],[341],[339,341],[328,341],[341,342,343,360,371],[341,342,343,356,360,363],[326,329,376],[337,341,344,349,360,371],[341,342,344,345,349,360,368,371],[344,346,360,368,371],[292,293,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,378],[341,347],[348,371,376],[337,341,349,360],[350],[351],[328,352],[349,350,353,370,376],[354],[355],[341,356,357],[356,358,372,374],[329,341,360,361,362,363],[329,360,362],[360,361],[363],[364],[328,360],[341,366,367],[366,367],[334,349,360,368],[369],[349,370],[329,344,355,371],[334,372],[360,373],[348,374],[375],[329,334,341,343,352,360,371,374,376],[360,377],[132],[125,128],[83],[82,83],[86],[84,85,86,87,88,89,90,91],[65,76],[82,93],[63,76,77,78,81],[80,82],[65,67,68],[69,76,82],[82],[76,82],[69,79,80,83],[65,69,76,125,128],[78],[66,69,77,78,80,81,82,83,93,94,95,96,97,98],[69,76],[65,69],[65,69,70,100],[70,75,101,102],[70,101],[92,99,103,107,115,123],[104,105,106],[63,82],[104],[82,104],[74,108,109,110,111,112,114],[65,69,76],[65,69,125,128],[65,69,76,82,94,96,104,113],[116,118,119,120,121,122],[80],[117],[117,125,128],[66,80],[121],[76,124],[64,65,66,67,68,69,70,71,72,73,74,75],[67],[125,126,127,128],[125,126,128],[131,135],[135],[134,135],[134],[133,134],[140,141,142,143,144,145,146,147,148],[241],[156],[258],[131,135,136,137],[303,307,371],[303,360,371],[298],[300,303,368,371],[349,368],[379],[298,379],[300,303,349,371],[295,296,299,302,329,341,360,371],[295,301],[299,303,329,363,371,379],[329,379],[319,329,379],[297,298,379],[303],[297,298,299,300,301,302,303,304,305,307,308,309,310,311,312,313,314,315,316,317,318,320,321,322,323,324,325],[303,310,311],[301,303,311,312],[302],[295,298,303],[303,307,311,312],[307],[301,303,306,371],[295,300,301,303,307,310],[329,360],[298,303,319,329,376,379],[50,60,61],[50,61,62,128,138,149,150],[50],[50,270],[50,60,138,149,152,153,158,254],[50,138],[50,138,149,153,155,157,255,256],[50,138,149,153,157,255,260],[50,138,149,153,255,256],[50,138,149,153,157,255,260,264],[50,138,149,153,257,261,262,263,265,269],[50,138,149,152,155,259],[50,138,149,152],[50,60,138,149,152,155,256,259],[50,138,149,279],[50,138,149,281],[50,138,151,261,282,283],[50,138,151,262,283],[50,138,151,257,282,283],[50,138,151,263,283],[50,138,151,265,282,283],[159,160,161,164,165,166,167,168,169,173,174,175,176,220,221,222,223,224,225,226,237,238,239,240,249,250,251,252,253],[135,138,159],[135,138,159,165],[135,138,159,162],[138,159,172],[135,138,153,159,176,212,217,219],[135,138,159,174],[135,138,155,159,236],[135,138,155,159],[135,138,155,159,174],[135,138,159,246,248],[153,155,174,212,219],[135,138,155,159,161,163],[135,138,155,162],[266,267,268],[135,138,266],[138,153,266],[272,273,274,275,276,277,278]],"referencedMap":[[172,1],[59,2],[57,2],[56,3],[52,2],[60,4],[58,3],[54,3],[55,3],[140,5],[143,6],[141,6],[145,6],[148,7],[147,6],[146,6],[144,6],[142,8],[131,9],[248,10],[246,11],[247,12],[243,13],[245,14],[244,15],[228,16],[227,17],[236,18],[235,19],[234,20],[230,21],[231,22],[155,23],[154,17],[229,24],[232,25],[233,26],[185,27],[186,28],[216,29],[209,30],[215,31],[214,32],[210,33],[212,34],[218,35],[219,36],[217,37],[190,38],[207,39],[206,40],[208,41],[184,42],[203,43],[205,44],[200,45],[202,46],[194,47],[199,48],[195,49],[197,50],[196,51],[180,52],[182,52],[181,53],[183,54],[201,55],[191,56],[198,52],[292,57],[293,57],[328,58],[329,59],[330,60],[331,61],[332,62],[333,63],[334,64],[335,65],[336,66],[337,67],[338,67],[340,68],[339,69],[341,70],[342,71],[343,72],[327,73],[344,74],[345,75],[346,76],[379,77],[347,78],[348,79],[349,80],[350,81],[351,82],[352,83],[353,84],[354,85],[355,86],[356,87],[357,87],[358,88],[360,89],[362,90],[361,91],[363,92],[364,93],[365,94],[366,95],[367,96],[368,97],[369,98],[370,99],[371,100],[372,101],[373,102],[374,103],[375,104],[376,105],[377,106],[133,107],[150,108],[84,109],[85,109],[86,110],[87,109],[89,111],[88,109],[90,109],[91,109],[92,112],[66,113],[95,114],[82,115],[83,116],[69,117],[96,118],[97,119],[77,120],[81,121],[80,122],[79,123],[99,124],[75,125],[102,126],[101,127],[70,125],[103,128],[113,113],[100,129],[124,130],[107,131],[104,132],[105,133],[106,134],[115,135],[74,108],[110,136],[112,137],[114,138],[123,139],[116,140],[118,141],[117,140],[119,140],[120,142],[121,143],[122,144],[125,145],[68,113],[76,146],[73,147],[126,108],[128,148],[127,149],[136,150],[134,151],[241,152],[156,151],[258,153],[135,154],[149,155],[242,156],[157,157],[259,158],[138,159],[310,160],[317,161],[309,160],[324,162],[301,163],[300,164],[323,165],[318,166],[321,167],[303,168],[302,169],[298,170],[297,171],[320,172],[299,173],[304,174],[308,174],[326,175],[325,174],[312,176],[313,177],[315,178],[311,179],[314,180],[319,165],[306,181],[307,182],[316,183],[296,184],[322,185],[62,186],[151,187],[152,188],[271,189],[255,190],[158,191],[257,192],[261,193],[262,194],[263,193],[265,195],[270,196],[264,197],[256,198],[260,199],[280,200],[282,201],[281,186],[283,188],[284,202],[285,203],[286,204],[287,202],[288,203],[289,203],[290,205],[291,206],[153,17],[254,207],[160,208],[161,208],[159,24],[167,208],[166,209],[165,208],[169,210],[173,211],[220,212],[176,213],[174,208],[237,214],[251,215],[239,208],[221,215],[222,215],[175,216],[238,215],[240,208],[226,208],[253,215],[249,217],[168,208],[252,215],[225,218],[250,208],[224,213],[223,213],[164,219],[163,220],[162,17],[269,221],[268,222],[267,223],[277,24],[276,24],[278,24],[272,24],[279,224],[273,24],[274,24]]},"version":"5.5.3"}
|
|
1
|
+
{"program":{"fileNames":["../../../node_modules/typescript/lib/lib.es5.d.ts","../../../node_modules/typescript/lib/lib.es2015.d.ts","../../../node_modules/typescript/lib/lib.es2016.d.ts","../../../node_modules/typescript/lib/lib.es2017.d.ts","../../../node_modules/typescript/lib/lib.es2018.d.ts","../../../node_modules/typescript/lib/lib.es2019.d.ts","../../../node_modules/typescript/lib/lib.es2020.d.ts","../../../node_modules/typescript/lib/lib.dom.d.ts","../../../node_modules/typescript/lib/lib.es2015.core.d.ts","../../../node_modules/typescript/lib/lib.es2015.collection.d.ts","../../../node_modules/typescript/lib/lib.es2015.generator.d.ts","../../../node_modules/typescript/lib/lib.es2015.iterable.d.ts","../../../node_modules/typescript/lib/lib.es2015.promise.d.ts","../../../node_modules/typescript/lib/lib.es2015.proxy.d.ts","../../../node_modules/typescript/lib/lib.es2015.reflect.d.ts","../../../node_modules/typescript/lib/lib.es2015.symbol.d.ts","../../../node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","../../../node_modules/typescript/lib/lib.es2016.array.include.d.ts","../../../node_modules/typescript/lib/lib.es2016.intl.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.esnext.intl.d.ts","../../../node_modules/typescript/lib/lib.decorators.d.ts","../../../node_modules/typescript/lib/lib.decorators.legacy.d.ts","../src/global.d.ts","../src/index.ts","../src/types.d.ts","../../../node_modules/tslib/tslib.d.ts","../../../node_modules/@ctrl/tinycolor/dist/interfaces.d.ts","../../../node_modules/@ctrl/tinycolor/dist/index.d.ts","../../../node_modules/@ctrl/tinycolor/dist/css-color-names.d.ts","../../../node_modules/@ctrl/tinycolor/dist/readability.d.ts","../../../node_modules/@ctrl/tinycolor/dist/to-ms-filter.d.ts","../../../node_modules/@ctrl/tinycolor/dist/from-ratio.d.ts","../../../node_modules/@ctrl/tinycolor/dist/format-input.d.ts","../../../node_modules/@ctrl/tinycolor/dist/random.d.ts","../../../node_modules/@ctrl/tinycolor/dist/conversion.d.ts","../../../node_modules/@ctrl/tinycolor/dist/public_api.d.ts","../../utils/dist/src/format.d.ts","../src/chartjs/config-converter.ts","../../../node_modules/chart.js/dist/core/core.config.d.ts","../../../node_modules/chart.js/dist/types/utils.d.ts","../../../node_modules/chart.js/dist/types/basic.d.ts","../../../node_modules/chart.js/dist/core/core.adapters.d.ts","../../../node_modules/chart.js/dist/types/geometric.d.ts","../../../node_modules/chart.js/dist/types/animation.d.ts","../../../node_modules/chart.js/dist/core/core.element.d.ts","../../../node_modules/chart.js/dist/elements/element.point.d.ts","../../../node_modules/chart.js/dist/helpers/helpers.easing.d.ts","../../../node_modules/chart.js/dist/types/color.d.ts","../../../node_modules/chart.js/dist/types/layout.d.ts","../../../node_modules/chart.js/dist/plugins/plugin.colors.d.ts","../../../node_modules/chart.js/dist/elements/element.arc.d.ts","../../../node_modules/chart.js/dist/types/index.d.ts","../../../node_modules/chart.js/dist/core/core.plugins.d.ts","../../../node_modules/chart.js/dist/core/core.defaults.d.ts","../../../node_modules/chart.js/dist/core/core.typedregistry.d.ts","../../../node_modules/chart.js/dist/core/core.scale.d.ts","../../../node_modules/chart.js/dist/core/core.registry.d.ts","../../../node_modules/chart.js/dist/core/core.controller.d.ts","../../../node_modules/chart.js/dist/core/core.datasetcontroller.d.ts","../../../node_modules/chart.js/dist/controllers/controller.bar.d.ts","../../../node_modules/chart.js/dist/controllers/controller.bubble.d.ts","../../../node_modules/chart.js/dist/controllers/controller.doughnut.d.ts","../../../node_modules/chart.js/dist/controllers/controller.line.d.ts","../../../node_modules/chart.js/dist/controllers/controller.polararea.d.ts","../../../node_modules/chart.js/dist/controllers/controller.pie.d.ts","../../../node_modules/chart.js/dist/controllers/controller.radar.d.ts","../../../node_modules/chart.js/dist/controllers/controller.scatter.d.ts","../../../node_modules/chart.js/dist/controllers/index.d.ts","../../../node_modules/chart.js/dist/core/core.animation.d.ts","../../../node_modules/chart.js/dist/core/core.animations.d.ts","../../../node_modules/chart.js/dist/core/core.animator.d.ts","../../../node_modules/chart.js/dist/core/core.interaction.d.ts","../../../node_modules/chart.js/dist/core/core.layouts.d.ts","../../../node_modules/chart.js/dist/core/core.ticks.d.ts","../../../node_modules/chart.js/dist/core/index.d.ts","../../../node_modules/chart.js/dist/helpers/helpers.segment.d.ts","../../../node_modules/chart.js/dist/elements/element.line.d.ts","../../../node_modules/chart.js/dist/elements/element.bar.d.ts","../../../node_modules/chart.js/dist/elements/index.d.ts","../../../node_modules/chart.js/dist/platform/platform.base.d.ts","../../../node_modules/chart.js/dist/platform/platform.basic.d.ts","../../../node_modules/chart.js/dist/platform/platform.dom.d.ts","../../../node_modules/chart.js/dist/platform/index.d.ts","../../../node_modules/chart.js/dist/plugins/plugin.decimation.d.ts","../../../node_modules/chart.js/dist/plugins/plugin.filler/index.d.ts","../../../node_modules/chart.js/dist/plugins/plugin.legend.d.ts","../../../node_modules/chart.js/dist/plugins/plugin.subtitle.d.ts","../../../node_modules/chart.js/dist/plugins/plugin.title.d.ts","../../../node_modules/chart.js/dist/helpers/helpers.core.d.ts","../../../node_modules/chart.js/dist/plugins/plugin.tooltip.d.ts","../../../node_modules/chart.js/dist/plugins/index.d.ts","../../../node_modules/chart.js/dist/scales/scale.category.d.ts","../../../node_modules/chart.js/dist/scales/scale.linearbase.d.ts","../../../node_modules/chart.js/dist/scales/scale.linear.d.ts","../../../node_modules/chart.js/dist/scales/scale.logarithmic.d.ts","../../../node_modules/chart.js/dist/scales/scale.radiallinear.d.ts","../../../node_modules/chart.js/dist/scales/scale.time.d.ts","../../../node_modules/chart.js/dist/scales/scale.timeseries.d.ts","../../../node_modules/chart.js/dist/scales/index.d.ts","../../../node_modules/chart.js/dist/index.d.ts","../../../node_modules/chart.js/dist/types.d.ts","../../../node_modules/chartjs-plugin-datalabels/types/context.d.ts","../../../node_modules/chartjs-plugin-datalabels/types/options.d.ts","../../../node_modules/chartjs-plugin-datalabels/types/index.d.ts","../../../node_modules/@lit/reactive-element/css-tag.d.ts","../../../node_modules/@lit/reactive-element/reactive-controller.d.ts","../../../node_modules/@lit/reactive-element/reactive-element.d.ts","../../../node_modules/@types/trusted-types/lib/index.d.ts","../../../node_modules/@types/trusted-types/index.d.ts","../../../node_modules/lit-html/directive.d.ts","../../../node_modules/lit-html/lit-html.d.ts","../../../node_modules/lit-element/lit-element.d.ts","../../../node_modules/lit-html/is-server.d.ts","../../../node_modules/lit/index.d.ts","../../../node_modules/@lit/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","../../../node_modules/chart.js/auto/auto.d.ts","../src/chartjs/ox-chart-js.ts","../src/editors/configurer.ts","../../i18n/dist/src/ox-i18n.d.ts","../../../node_modules/@material/web/icon/internal/icon.d.ts","../../../node_modules/@material/web/icon/icon.d.ts","../../../node_modules/lit-html/directives/if-defined.d.ts","../../../node_modules/lit/directives/if-defined.d.ts","../src/editors/input-chart-styles.ts","../../input/dist/src/ox-form-field.d.ts","../../input/dist/src/ox-buttons-radio.d.ts","../../input/dist/src/ox-checkbox.d.ts","../../popup/dist/src/ox-popup.d.ts","../../popup/dist/src/ox-popup-list.d.ts","../../input/dist/src/ox-select.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/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/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/index.d.ts","../src/editors/input-chart-abstract.ts","../src/editors/templates/display-value.ts","../src/editors/ox-input-chart-hbar.ts","../../../node_modules/lit-html/directives/keyed.d.ts","../../../node_modules/lit/directives/keyed.d.ts","../src/editors/templates/series.ts","../src/editors/ox-input-chart-mixed.ts","../src/editors/ox-input-chart-pie.ts","../src/editors/ox-input-chart-radar.ts","../src/editors/templates/annotations.ts","../src/editors/ox-input-chart-timeseries.ts","../../property-editor/dist/src/types.d.ts","../../property-editor/dist/src/ox-property-editor.d.ts","../../property-editor/dist/src/ox-properties-dynamic-view.d.ts","../../property-editor/dist/src/index.d.ts","../src/editors/ox-property-editor-chart.ts","../src/editors/index.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/progress/ox-progress-circle.ts","../src/scichart/scichart-builder.ts","../src/scichart/ox-scichart.ts","../stories/common.ts","../stories/ox-input-chart-bar.stories.ts","../stories/ox-input-chart-doughnut.stories.ts","../stories/ox-input-chart-hbar.stories.ts","../stories/ox-input-chart-line.stories.ts","../stories/ox-input-chart-pie.stories.ts","../stories/ox-input-chart-polar-area.stories.ts","../stories/ox-input-chart-radar.stories.ts","../stories/ox-input-chart-timeseries.stories.ts","../../../node_modules/@types/node/assert.d.ts","../../../node_modules/@types/node/assert/strict.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/api.d.ts","../../../node_modules/undici-types/cookies.d.ts","../../../node_modules/undici-types/patch.d.ts","../../../node_modules/undici-types/filereader.d.ts","../../../node_modules/undici-types/diagnostics-channel.d.ts","../../../node_modules/undici-types/websocket.d.ts","../../../node_modules/undici-types/content-type.d.ts","../../../node_modules/undici-types/cache.d.ts","../../../node_modules/undici-types/interceptors.d.ts","../../../node_modules/undici-types/index.d.ts","../../../node_modules/@types/node/globals.d.ts","../../../node_modules/@types/node/async_hooks.d.ts","../../../node_modules/@types/node/buffer.d.ts","../../../node_modules/@types/node/child_process.d.ts","../../../node_modules/@types/node/cluster.d.ts","../../../node_modules/@types/node/console.d.ts","../../../node_modules/@types/node/constants.d.ts","../../../node_modules/@types/node/crypto.d.ts","../../../node_modules/@types/node/dgram.d.ts","../../../node_modules/@types/node/diagnostics_channel.d.ts","../../../node_modules/@types/node/dns.d.ts","../../../node_modules/@types/node/dns/promises.d.ts","../../../node_modules/@types/node/domain.d.ts","../../../node_modules/@types/node/dom-events.d.ts","../../../node_modules/@types/node/events.d.ts","../../../node_modules/@types/node/fs.d.ts","../../../node_modules/@types/node/fs/promises.d.ts","../../../node_modules/@types/node/http.d.ts","../../../node_modules/@types/node/http2.d.ts","../../../node_modules/@types/node/https.d.ts","../../../node_modules/@types/node/inspector.d.ts","../../../node_modules/@types/node/module.d.ts","../../../node_modules/@types/node/net.d.ts","../../../node_modules/@types/node/os.d.ts","../../../node_modules/@types/node/path.d.ts","../../../node_modules/@types/node/perf_hooks.d.ts","../../../node_modules/@types/node/process.d.ts","../../../node_modules/@types/node/punycode.d.ts","../../../node_modules/@types/node/querystring.d.ts","../../../node_modules/@types/node/readline.d.ts","../../../node_modules/@types/node/readline/promises.d.ts","../../../node_modules/@types/node/repl.d.ts","../../../node_modules/@types/node/sea.d.ts","../../../node_modules/@types/node/stream.d.ts","../../../node_modules/@types/node/stream/promises.d.ts","../../../node_modules/@types/node/stream/consumers.d.ts","../../../node_modules/@types/node/stream/web.d.ts","../../../node_modules/@types/node/string_decoder.d.ts","../../../node_modules/@types/node/test.d.ts","../../../node_modules/@types/node/timers.d.ts","../../../node_modules/@types/node/timers/promises.d.ts","../../../node_modules/@types/node/tls.d.ts","../../../node_modules/@types/node/trace_events.d.ts","../../../node_modules/@types/node/tty.d.ts","../../../node_modules/@types/node/url.d.ts","../../../node_modules/@types/node/util.d.ts","../../../node_modules/@types/node/v8.d.ts","../../../node_modules/@types/node/vm.d.ts","../../../node_modules/@types/node/wasi.d.ts","../../../node_modules/@types/node/worker_threads.d.ts","../../../node_modules/@types/node/zlib.d.ts","../../../node_modules/@types/node/globals.global.d.ts","../../../node_modules/@types/node/index.d.ts","../../../node_modules/@types/mocha/index.d.ts"],"fileInfos":[{"version":"44e584d4f6444f58791784f1d530875970993129442a847597db702a073ca68c","affectsGlobalScope":true},"45b7ab580deca34ae9729e97c13cfd999df04416a79116c3bfb483804f85ded4","3facaf05f0c5fc569c5649dd359892c98a85557e3e0c847964caeb67076f4d75","9a68c0c07ae2fa71b44384a839b7b8d81662a236d4b9ac30916718f7510b1b2d","5e1c4c362065a6b95ff952c0eab010f04dcd2c3494e813b493ecfd4fcb9fc0d8","68d73b4a11549f9c0b7d352d10e91e5dca8faa3322bfb77b661839c42b1ddec7","5efce4fc3c29ea84e8928f97adec086e3dc876365e0982cc8479a07954a3efd4",{"version":"4af6b0c727b7a2896463d512fafd23634229adf69ac7c00e2ae15a09cb084fad","affectsGlobalScope":true},{"version":"6920e1448680767498a0b77c6a00a8e77d14d62c3da8967b171f1ddffa3c18e4","affectsGlobalScope":true},{"version":"dc2df20b1bcdc8c2d34af4926e2c3ab15ffe1160a63e58b7e09833f616efff44","affectsGlobalScope":true},{"version":"4443e68b35f3332f753eacc66a04ac1d2053b8b035a0e0ac1d455392b5e243b3","affectsGlobalScope":true},{"version":"bc47685641087c015972a3f072480889f0d6c65515f12bd85222f49a98952ed7","affectsGlobalScope":true},{"version":"0dc1e7ceda9b8b9b455c3a2d67b0412feab00bd2f66656cd8850e8831b08b537","affectsGlobalScope":true},{"version":"ce691fb9e5c64efb9547083e4a34091bcbe5bdb41027e310ebba8f7d96a98671","affectsGlobalScope":true},{"version":"8d697a2a929a5fcb38b7a65594020fcef05ec1630804a33748829c5ff53640d0","affectsGlobalScope":true},{"version":"4ff2a353abf8a80ee399af572debb8faab2d33ad38c4b4474cff7f26e7653b8d","affectsGlobalScope":true},{"version":"93495ff27b8746f55d19fcbcdbaccc99fd95f19d057aed1bd2c0cafe1335fbf0","affectsGlobalScope":true},{"version":"6fc23bb8c3965964be8c597310a2878b53a0306edb71d4b5a4dfe760186bcc01","affectsGlobalScope":true},{"version":"ea011c76963fb15ef1cdd7ce6a6808b46322c527de2077b6cfdf23ae6f5f9ec7","affectsGlobalScope":true},{"version":"38f0219c9e23c915ef9790ab1d680440d95419ad264816fa15009a8851e79119","affectsGlobalScope":true},{"version":"bb42a7797d996412ecdc5b2787720de477103a0b2e53058569069a0e2bae6c7e","affectsGlobalScope":true},{"version":"4738f2420687fd85629c9efb470793bb753709c2379e5f85bc1815d875ceadcd","affectsGlobalScope":true},{"version":"2f11ff796926e0832f9ae148008138ad583bd181899ab7dd768a2666700b1893","affectsGlobalScope":true},{"version":"4de680d5bb41c17f7f68e0419412ca23c98d5749dcaaea1896172f06435891fc","affectsGlobalScope":true},{"version":"9fc46429fbe091ac5ad2608c657201eb68b6f1b8341bd6d670047d32ed0a88fa","affectsGlobalScope":true},{"version":"61c37c1de663cf4171e1192466e52c7a382afa58da01b1dc75058f032ddf0839","affectsGlobalScope":true},{"version":"b541a838a13f9234aba650a825393ffc2292dc0fc87681a5d81ef0c96d281e7a","affectsGlobalScope":true},{"version":"9e9fbd7030c440b33d021da145d3232984c8bb7916f277e8ffd3dc2e3eae2bdb","affectsGlobalScope":true},{"version":"811ec78f7fefcabbda4bfa93b3eb67d9ae166ef95f9bff989d964061cbf81a0c","affectsGlobalScope":true},{"version":"717937616a17072082152a2ef351cb51f98802fb4b2fdabd32399843875974ca","affectsGlobalScope":true},{"version":"d7e7d9b7b50e5f22c915b525acc5a49a7a6584cf8f62d0569e557c5cfc4b2ac2","affectsGlobalScope":true},{"version":"71c37f4c9543f31dfced6c7840e068c5a5aacb7b89111a4364b1d5276b852557","affectsGlobalScope":true},{"version":"576711e016cf4f1804676043e6a0a5414252560eb57de9faceee34d79798c850","affectsGlobalScope":true},{"version":"89c1b1281ba7b8a96efc676b11b264de7a8374c5ea1e6617f11880a13fc56dc6","affectsGlobalScope":true},{"version":"74f7fa2d027d5b33eb0471c8e82a6c87216223181ec31247c357a3e8e2fddc5b","affectsGlobalScope":true},{"version":"ae37d6ccd1560b0203ab88d46987393adaaa78c919e51acf32fb82c86502e98c","affectsGlobalScope":true},{"version":"063600664504610fe3e99b717a1223f8b1900087fab0b4cad1496a114744f8df","affectsGlobalScope":true},{"version":"934019d7e3c81950f9a8426d093458b65d5aff2c7c1511233c0fd5b941e608ab","affectsGlobalScope":true},{"version":"bf14a426dbbf1022d11bd08d6b8e709a2e9d246f0c6c1032f3b2edb9a902adbe","affectsGlobalScope":true},{"version":"5e07ed3809d48205d5b985642a59f2eba47c402374a7cf8006b686f79efadcbd","affectsGlobalScope":true},{"version":"2b72d528b2e2fe3c57889ca7baef5e13a56c957b946906d03767c642f386bbc3","affectsGlobalScope":true},{"version":"479553e3779be7d4f68e9f40cdb82d038e5ef7592010100410723ceced22a0f7","affectsGlobalScope":true},{"version":"368af93f74c9c932edd84c58883e736c9e3d53cec1fe24c0b0ff451f529ceab1","affectsGlobalScope":true},{"version":"811c71eee4aa0ac5f7adf713323a5c41b0cf6c4e17367a34fbce379e12bbf0a4","affectsGlobalScope":true},{"version":"33358442698bb565130f52ba79bfd3d4d484ac85fe33f3cb1759c54d18201393","affectsGlobalScope":true},{"version":"782dec38049b92d4e85c1585fbea5474a219c6984a35b004963b00beb1aab538","affectsGlobalScope":true},{"version":"5d24006d87523653e5272449bab033ea7e0523fdb0dfc3da303a9e5c31c6ddf7","affectsGlobalScope":true},"e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855",{"version":"a6660950802678c984e9595d2f563afb5ddcfab72bacc4161ccb57b5bf1bfe92","affectsGlobalScope":true},"4a882ffbb4ed09d9b7734f784aebb1dfe488d63725c40759165c5d9c657ca029","2070abe224a2071f224fd7783212d020ee6d3f71c6f48405070a0b2fd9bfe479","a18875ee326a56d20c87ea0e86ff11a9d767cdee9cd5feaf60dd61c5b64caae6","df9d5f06a1692717762ca9f368917924fdaccfdfced152804d768eff9baeb352","34fec0d3b9abe499f5d53f1ae7a6c28d34ac289e5cff6f17587da846823cecb0","9ea3742314159f08b93e3dccb7fdba67637ba75736c12923d4df3ec9f40590ab","bc55f374f2b27277afd0ebdf0e503faa20ac18e81d15ac106e443ab354d3e892","ffc7343ac667843634241465fd8bb2fe5000964873434558f82c0e670d2b7d1b","e35562032ca67f79d83bb8e2b86b61dfcbac6a914ce15b0e2235e6626dbd49f7","0810fe9c952efed2e4372b734baaaa946c975c7e3114b9cb1e31179bca9662f2","18b2b9e3a3c86ebd23ac27a8f966b1870b8ab29a2857dc1c524a08a49b3aedf4","d75490903da576f8fd0ee1c990858cb31e605d3db925593c12728bd0949eedfe",{"version":"a3619fd3d1baae9a5b16d9009069f989d0dac127c48001dae20da5499b04cd57","signature":"55240653962b5fc193c9c34315ec2555e66f4bddeef6ae8fbdcff9d542e8463a"},"63f6312a4be1ec344baa7c5cdb831587ed5f737f35df2baa2d3db1d180b983ec","74c3a57d874889e2f042b89b9688716af704cb2366d757ead586988f6cc9a625","5ebf4476be92f000f00cb9fb79d69babe6f6ac2a39efdb04a8f370e110003e19","1ca88c3785d49effd915f565f3297e32a33ea969d3407e1fbb333b84562c7595","1a4cfb737223d523387f7afee7219fd2016f1d73ef885e9cb42183c911d07b4d","392b17a6ba3f687f19ba207f17841c99306701cc2882f3615a3b426686d854e6","2a9f82af6c7cf1e002d17153e10d758f685d085864f6c5f7d2b775ebcd6b2fc9","f65b6f12e264b6e22dcf888bc0c239aab27c1d1fa6560af64bcd450f864abab7","ecbac26c0c765e1da3e748a35ededfa4c7ed87f48399919cd952ae8bc32a1339","9c88eebb75b82b4ccb9412c7e3035e40e188ea3d7dcb010ff87986b7ff629555","154f87edab104ff00f36e95b36d01e014a4d74ac4fc219e124e2bf2627099267","30844ce073bb46b6908f55273063915629cd795bf7d83638bcb71e1507a494bb","4bf7c467d3655157dd0959deafeeaa9167f90382cec1845b8557dd34a9e5b0ed","baf557e659cefe8b9ce949735e8cf813f2daee3044324ed740cab7e143559f7a","b02604b3eb025af58b4c07c7ffce6d28a03948286cb5c4d5cdc46ffe21549524","ebd09f4071c53a42a09a20feb0b144b1f485f10a7d6190aba91c1714977d689f","345bf134b7c00954c1db3e011f029c066877a32256569c9d91b6ceb5bcca054c","2a1f7be668e3a95cdb683c6f755631bf19de9705c6d6c1c9e4ebc67e9db916d7","357acfb6822f15161214eb9e1848c767182750b67f9c2c6ac0fab52ce300ddbb","55ffe6de790f0199135425d8565d29e7719bf0e24582ec96765880b9e9b022d7","646d66c423da6f036ecfda81da6f7d60a4748ddb0c58c85d261bb5c8e541cef2","9c1435b5d22bb56aa077d9bd74729cd748eca5e245dac9d1d98a98248a53bbd9","24bf4c3ab312b32e6f114adc2f4ce858a8a28af76abcbdc46a4a40655933f152","3b355d5bc20b716079980a0ed2d400180a15368db05888b3b858f90ae3ceac14","ff2c4a40bbde08390837443555b9ae201af54b527baf151555310782bd7bb8ef","0e9998684ca02c028170441f4c006e1caf425f9a9c3814cf8765a0002773fe30","1e647f80259d61974c8d0a89d9e3fd22416975c257d76f4f32d6ff38b9157f21","31e9f9b81179cdce4ee1cd1d6a427dc0c5fd15064307df8cad58237b0d96385b","7ba73e6476144ac4587b18bcc70349d2a8e7cede4e780815b53a057ca71f764d","fba690fc44b5c1db29fb472830df4cea1374642935a02c6302730bff37752498","2515daf0e2b05ec5a90349ea839cc1fad8e67135665747cd5f72b7b3d2ad49c3","7b4a756bb59248aeb831709239014a9850837727c2d6ec053f54eeaee95dda39","cde91ca23d14021aca53adba5977bebf7f72e4f18bbdcd2c6a689482c77dba07","191878041be6dae0b75974d1d28d55ae82a2896d5eb5004eb039e964e8140c00","7f4272fd567d065c1f5614ae3bed61b3dee47845267be0e41dd24f901985bf0f","0fe6cb0ec82fea8bb694d8335f8d470c8843600a277cf02d7dbfb84002666e8a","e43159089587768cc9e4b325488c546cec950602173b04a4f6cb9a615c4fc3b9","f3ebf0a71fb9e0d708c607d6448edae7a7893162532b560b3f361f48bacdbfca","053ed027d6ab656c53ee8dfc3fe842beff2a831831591f7f446c0ea1632f606e","79c5c3441a6786ce4804528aa560836e45cf855af4f25d6ca40f598cd6f1979a","bf235a40a595fe4c1c72ff72b50a9881a7279c4063029fc88e49237542797935","25627620692594a49b01a7192416e59a0fd94717c4f5c2800a3cdde58e28b39f","00f9b95c0741094ef69f8befa268077fb5dae5192149d99af5c7abf4cd20d5e5","89536ffee2ff5d49cd4c898a854a92a3d0812394f4ab6e1d48f9fb658f4abe48","0085bc39713819715d49b27bb64767dff1829179b0914ef0d4e1a852770f0136","9c6c451215eae6ae4ee0ebf8433f9d90494df7dba87718478c050bf5551da18f","a12d1a8f1b6e34597b9aef2757fdf4505362189c75b7f15266604a80bcffb42e","193f77fd99a5798127915516363958d227df9cb82e23f5890aa668409c1e6360","d8dc0c576c79c5069f4e87b0a15088e952043cb3df0ec487f81e6b98b174e503","84b69e8d4be7b1736536d1ab8c72c48318bbe6c677dab53a2d51058f9e68df71","97d3c4bd2a49a56f2cb63bb76c5880afe5c76098dcbb5598cd14e96bf572cb86","a493cd942f29c45c9befb1cf2f3e9a757300e1fa6b5a20cf939bf563c31f46a1","5300527e32de6eab286e5b70c3cca475380320a142ad54f234a34daadfc7bb1c","7476dbc814b46489fff760fd1f3d64248aedbf17e86fda8883c9bd0482d8bf73","8520b3f4c2c698bcef9c71d418a11c7cbe90d7b6d7deaed251a97ee5ef6b2068","8afc3d51f8ace0b6b9e89a2f7d8a6dffaca41d91733d235dea7c28364a3081a1","01cd58f2842ffec94a7cd86881fb5595df4b08399b99e817d2c25c2fb973fe09","d49f5458be59a10cc60ad003bebafa22eb37e15492020b2be9ca07055b6c8b10","0aa491d56a8011fcf95247f81cc4e09b40cfd5a96e80221038347da3931e8ba6","814971944c21b19105949c552a7dd5b35235a17a2eb8092b809e2fcaa54ea4e4","70f1528dd7d2131386fdcf6223ac1c56f2d7726c7977bd5eddcdfd22cd24f7f6","87f41340a0cac5b54e499b3ea6e6d0cb2e7abb9abf5feaedc6c4cc608cdfdc54","d0a8b3701edaddb7db2935bb134439272b46201384579eb0b53d66e4ac83bbfc","8c6d1836881adfffb1e20d645ff9a19e578f4aeecafe0fcbc440215202b25ae9","f82d1ceef7e58282fb973bcbc76fdffd8d86c633a1bd224b2c8cd4434687d396","a02e5354f7ad03eca737bde00b03f45d341d264b4de8a3a07322cb642cad0f78","e056bb30bf82271634daeee81f772f4a7960085f01f6d4d09c8da1ebe5f6a623","5e30131b6a5587fe666926ad1d9807e733c0a597ed12d682669fcaa331aea576",{"version":"86492a546c3308feaf1dde967afd325c321483b5e96f5fa9e9b6e691dc23fa9e","affectsGlobalScope":true},"15fe687c59d62741b4494d5e623d497d55eb38966ecf5bea7f36e48fc3fbe15e",{"version":"2c3b8be03577c98530ef9cb1a76e2c812636a871f367e9edf4c5f3ce702b77f8","affectsGlobalScope":true},"d4b4f6148a6444ec92db4ac4c7dd7050ffc32b21a10276a59498e04740e8fd8d","2524f58c8d67af441b487c0ce0e0dd9c18bf3d06c05f621874dcda9780d8e22c","c7dd759e5948a94b42422ba7cf70eb8455416def9447614a3bdc1a99b81fc8bb","1bcd560deed90a43c51b08aa18f7f55229f2e30974ab5ed1b7bb5721be379013","dc08fe04e50bc24d1baded4f33e942222bbdd5d77d6341a93cfe6e4e4586a3be","cdeae34aca6700620ebf3f27cf7d439c3af97595dd6e2729fa4780483add5680","3ff87ea3471b51beaf4aa8fd8f4422862b11d343fdbb55bf383e0f8cc195a445","1cc188904259bd0985b24d9dc2a160891cb5e94210901466b951716fcdb4ff62","732fb71ecb695d6f36ddcbb72ebfe4ff6b6491d45101a00fa2b75a26b80d640f","039cb05125d7621f8143616c495b8e6b54249c4e64d2754b80ff93867f7f4b01","1b81f1fa82ad30af01ab1cae91ccaddc10c48f5916bbd6d282155e44a65d858d","a0fc7a02a75802678a67000607f20266cf1a49dc0e787967efe514e31b9ed0c3","5ebf098a1d81d400b8af82807cf19893700335cf91a7b9dbd83a5d737af34b11","101cf83ac3f9c5e1a7355a02e4fbe988877ef83c4ebec0ff0f02b2af022254a3","d017e2fcd44b46ca80cd2b592a6314e75f5caab5bda230f0f4a45e964049a43a","a8992b852521a66f63e0cedc6e1f054b28f972232b6fa5ca59771db6a1c8bbea","7849c2e4caee1cb71890ceab95b767c68f7110eae9e3e976dac8248702276218",{"version":"c8a1cdc2f0dbf9e2e699e3d3567dc2a918a8ac38d0a32587c06614000f7b592b","signature":"1940e480f432fbe1dffd7b720cdb0d85f1532ab5890ce63bfcecc629101b47d2","affectsGlobalScope":true},{"version":"51f0cb77174b5f23b7eb41e197a93e61a7defb7cbf419d65f0fcdafe1ab64fdd","signature":"b0059dd442d97027b57421ebd66dd09af6b1325fdfc2fcae16b44ded7a3e6c95"},"29dca1b5f0cac95b675f86c7846f9d587ed47cc46609dd00d152bcb37683b069","5565deadc1d553f9f1ef370351432c258d2a6f1a5ca47e574e5430db824468c7",{"version":"4ae1ed87c59518f4e0918a21409ec3020e97037a386b57953c6b9fed9cad6949","affectsGlobalScope":true},"74fe889b1d2bba4b2893d518ba94e2b20dabe6d19d0c2f9554d9a5d3755710f4","2ae64cd7b6e760496069ee3b496c64700c956a0620740e1ef52b163824859db7",{"version":"05d7e8c28eae7f9c36e59af3087b5d17a4143fc6aca7f13c781454daabb200c0","signature":"2bd8e8df0a8d9d7b68d52db4eb22172b08da03a767b5bf5e0296e04af87c7d34"},"447514d8b6ecb35b116a2e41f5df316c5c3ddc3facb4af22d1daf99d64d7ca34","1c177fa07b680ea2bf225f7d1da10a11af8a6fb70635b1525ebba8b83557bf69","332115817c7c3378213da559d0f0d4a5c53835699f6895dc5836529505bb10bb",{"version":"9d5b76dabba37e3c231ea64def0a46882a74ce405d5a70799541cff90ec90e78","affectsGlobalScope":true},"8aff91f00938aa90ce829f4d577903d6826fa19e8edc583f7bb64ef1a6b4ae3b","c49807addb7877a750d3c91d69942bd0e487e1e63d811a74036c2db4b9c1a9bd","9079351d06f84fcee2c0baf7406f9c92ce6af84d0ecd84cea6c985edde6bc912","708ba239cba9880cb24afde1c8cabf3f51fb3c0d495c679edf493457e2a7e97b","3ff161670bd227ca0359b7f2dc838384d38b7b6c5e92c2c0af5947f0ded6cc3e","e01e6ae95699d5a2dfb96eb9d115ff4472937a719bd79f77e6545d71a054a066","82bbc4f18267bf75c517fa7aa5835adef8a0a452050d1f8c4ab737917bf549b4","ee77aa598a528f724562dba2a766d58dc0dd8003bc7ebae9c4432862cba96454","fe9dd679e568dc2a0e5e6959f77b53f8bc1f126d46b0d17631347ba57470b808","57950481faf0210f869f558b80ea7747bbd7a9bc81f12b4e9dcde321300aa577","8e4440f2afe7db03030474a78ad2d61a4812f7479479ebb02aaab30e1688644f","e7cfcffcf2fc1dfd889a4db6ee67c33b8ae8f03913e9991503c427fe5771cc2e","4d0acbfbdcfac4d84cd03d34354746381bb97b0a4e070005b2d63b35a50dfbf4","e03c675a217181b8f3b92a61d161673afc488aacdaf872f953fdc48d5a6bc582","d0e548b52ce2a55820b470ad9c2d66e2855fb3e9dea936fc29b4d4a63bb8fa54","5b402d6c32c733bf8065b8abc34904fffcfe5b94b0e1b99e63a34f450d87faba","4242ec59abfe16b8b893a3f9ef0ce90b6a53afba1ceaaf808e0a225bda7e0714","46971bf04e56b8de7c9c74bba27b54f5f4a78873b6cbf0682592d0693c2acb25","54570339e5e91d8d8380dee2ab4014ffa88cdfd73ff0a20e4ec085d64d81cd78","311c45b5a2b6585a84306100bb514c919b01ee21de43efb1bb2aa6a98a2753db","fc94de52737bc8fb2b1290d6f22b5dfea3e50c8d547625781fa6a2ccd35c7242","003fc70f48af6f23b3ed3bead2cc2d00b07b82e414b0b80f905a6e72a3fb1419","15a95894e214753c1e2dc638670ac7c5a6d05d952b19ea3745767d239fe00789","5d82404561003f51fed07b961d061f702dfd379ef5f0f7927744a4fff21fbf64","c0a0a579f2a69a5600eec5da4d87f83a82cef0aa70cd4063e9040f95d879b96e","8ecbfacf281dbd929d3b5f09b4f96bf999a45a959e08501b07117256b1eeb659","968bc5962ea9834b383119f668c4cabd35ba7e4a2c5107fb2d38c8fa66f164be",{"version":"22a05089243a8f0fdfbfbc2d956dcf61872c5c973ecda5320a8f1e3a4dd90bfb","affectsGlobalScope":true},"9bb6e652f67b205e169436f76e1d8fd396bc9971dbec1a558eab3be406343e8c","6cb1ff661eb0cff9177c3b47e82abd0fe3122fc62f2bc0af432a8c4205ff3ec6","d4931bfce5c009c57f86bcd1039b3f0a5c5ef61d26a685f0abf77f20b18fc066","4bd4c71ed7c85138316133c98926c344916002fd572f52af1889961dad8d73c0","d0e3fc2ed7395634479edf269cc2b3e25d90b05ce08ddda1717282f9f3afecd0","8744338f1b9f91b6ca97ceb3bfb10babf4397ffe3c304b5ae4dc016f7c3fcde3","694291734f077ed109fdabbfee35995f7168b5d1af643bd6404eeabd7036aa01","8a01e603808722b8fc316d1bd57be1ebcd485237bae329c275999a8257ba77d0","4012af9177a7bb1715a569cc54565b906e5c087a97067abbcf9f75f7f9a476dc","9be3b21edf891a0ec1d8caa0da81816162f4fa5376a7652e0ec3154df6433a08","e544e87f21a6afb7a4e1196a991fd5d235d6df3b8c04ca6df0bc5f85f3aa4f5b","19910d826b4901606d47b306cd70ace2960eeb2ca2cb5e57acc81b42eedbfbcd","d48721b66317440af7e3257b38e144adf76953419a4a4db1fb60f743eb7c9b92","a71d8fe039f1b2c852618ef0b6971561ca4626fb8b30abbf6d238441d47aa6a4","baebdb5ba48a482240d2ecf8497a432aba8ca37d8930cc618c4d3b5d12ceefae","9ce316b892b5134f715b4f7afd71c06384cf9af9a69009cc9566b325a095e592","e5b8715a800a942f0a3d57d84725080ff8931d095de55497c4cd18e23fae9c1d","8a77a40bc44b873c7c000435ccbc0c16ca1d4b523e2528e0a8d05d0b95c520ad",{"version":"c34297a26fdf8d47f98aeb755e0e6a6fbd935d0e347979f63d4cb9a5abf14140","affectsGlobalScope":true},"0a3f0bdec21726a138d8202f5428adfe962df1e7259a41d68c109d22f6e18672","fef62bed109b31722160fabb598f61308506f9b7f40e60b3746ae01e3a3dc18b",{"version":"c81679572dcb2188e18113641e0a8914c7cf06582d1c9429a9a5bf1f72a31aa6","affectsGlobalScope":true},"60daaa6b5dfacd7813a9cf22e1ca5860217f36e70dfcf2fc28c049a7305076e1","b203234dcc09962eadae1146518df97f0768783913616ece5fd1f7f13d6f1361","74a696e2d8acb105f173f536ede57df87f10f1811879c6537cd40718156e4809","bfa3213963e67340227e92bbfb9ae68bc9945e505818e9fd3fb1b207bc8ec89a",{"version":"67893347ea02fa7f9dac48c06155eb469725bd9bf44e2b108604c58d07d13780","affectsGlobalScope":true},"eed40411368d686759c235bd0ba8300c6f4c13d5d1ebaf05a475332c946c4d4f",{"version":"bf20e597b39dc2e7dddbe50af7e58adafc0e25add218d074cc72d3875ecc5a31","affectsGlobalScope":true},"72a4d5caba027e6aedf80ecc3df2262953bf812ce8ffae9808a8ec8dc5de460d","ebe6f76595fbda9ca25d8018bd932cab144c2b1ec62ab8ec064da0ad729eac96","6bb8d9049c8717a1aa508b02a46bbad3a5a682442f7aa2bbec8ae65409c9cab9","74b9515be606b420215bea8e2773a68843ff56936321a2a05d6dcb03f7f439d8","fe6ef56e51a42c920ca515c73990634b33330c3acffd13b0ab7c24ee499fbdfc","d770f49f264d056151919d21af581b03f5d898e06073fc4919e84732f73fbe22","bd47882cbeddd30ec1ed8e5c2e92e8e15e9ad21947c0f0f41c9e19ec60ab9d83","6184309fe39e2fe444f4ba94e7cd1abef48fcb48e258457c3b77c65828184241",{"version":"98c511f60c3079d731a35353a47bfa89dd79eeacad48a45d07170d22ef4bfd02","affectsGlobalScope":true},"905800cc110167503d0cf58bb0dd6fa4aaac1e9cedc9bd9c48e5d1f8b5b8d4c8","d17be577b99e59611df19ca2cf0356df554f55bb06617c21321fc4ec06b820d0",{"version":"5f30145fbc8ca508ae4e0d90a4fe9eaff490783f380a92f6aa262accdf7887b7","affectsGlobalScope":true},"2c887f29f6796ea68247c626acbef560ff29bb8d0042b641e4fc69559841463d",{"version":"f882b77c5939860d599b4b7bc39f741ebcd56123e18b284500f4b8923acd2e72","affectsGlobalScope":true},"12f666f53167b7cb6622223beaf63a96e4fadfaa6b68ca123dc5a472b903e946","41e4b825afe9f38c821a8d7bd9667e2c923c847e31036cfd6c98006b0ca1653e",{"version":"fb3796f25b77cf1496279d8250b8ca76741ce750a75bd8cca753eccf02358e07","affectsGlobalScope":true},"f95dd9b118beb04d03a239972b55dd4b5ae6e297beda863477d6d42258781b3f","eeadb355ae4a55fdec488dc4cd3de017ed497aed0f9c69610a8cb3c22e159250","62fa4423fd0495c9f46a1b2ac13dac99b6484dd3d661ea572ae27c49572b28a4","fb5c068182ae45b9970d0ba96eef722610272bb072a41b7111a00b431c2d8ffc","8a9b7a437bea4cc34e5e103e01573ab3afc4564a22c838942b6dcca0f68020e8","8bb8931e629d9adfac6fe0c067de1a3c2f82b47262f83fa76eb0772ef13808e8","7791e93d454eb1f0bc12341338d4a556155c128a9b4a9733978b6260bf081bc0","073bca57dd662b743900afbe847255ce6ebd8d0fdff5e16bb1a5ba3295c69410","e19dab5e7994dccbd37c1d9a887ebe6e0ee9d494ff814bbdc8641de8f8deef2e",{"version":"220a08c0460aff4f65b8129a53c63c97599d96430150e7fb2ca8da5ccbc16bfc","affectsGlobalScope":true},"f296e6ff892a925da76ed1e7b2114803db2877f1fdd665f33e0b26de7e1a6523",{"version":"2b7426977de7220c78217f27552dca65b529654f85f7c26b6689684c9f002cef","affectsGlobalScope":true},"a19ab932455c9c78c3e290ccb7d3f1f4880cafe5e89a05967903e1765a37153f","30ccfaba09980deb3ee75bf38131c4594c27125ae1274a95a0924eeb33c63083","04793be22ad889679768f15d11c20d091d7bea8901993785fd79466cae6a5352","3dc9ae67c7a8d4e9e6aceb54f37790cf7c12d2ad4555025783974a4c284c51c9","504a630faad84c8b488f06c7e44e5fdd0222036ce2d72e1863f47b91bb9dd314","23f87ef63730cb4fda4d1435088be67d36545602591c526f9abcb3820a62708b",{"version":"3c449c5a90ca64627effc1ccc0b71796ca2c0522a62968410ccc7da90d44a766","signature":"71e08181f34446ec78d8aff42e8f69e7210ce97feb9996413ff09299970fdf0d"},{"version":"8c9ef310b54fc73876e88f3116ab73d9ec6249fd881fbfc01e4052a9e4a1b3ef","signature":"e6ca675e8dbc3b06a9f6b2a5818d118a968f75507436288226ca2ec65d453b84","affectsGlobalScope":true},{"version":"6ab7b0b91dcb5e66a28c152f54697662ca71b408d16e5a5788a588b096da557b","signature":"7c247df7d4d5a07b534b1ae80322768de0be1cb88e74ffd42880e52a1af9446f"},"5a30f5ba1701cbb29cb2ff3aca0064a8b0b8b4398d30caad7a0c5ace9636854e","493adaad90bc2d6bb6c16b81667033b4fcfeb10fe274a279bc60c8210eec8bb4",{"version":"ba2205ae1651d9f28aee749684e6c3e95fe0ece96982142a9516bb4c25537e13","signature":"ef4d22bd921f5f79daf94329f9ce1d5f55ea5311ba8199bd4fe86921d5e14633"},{"version":"d413dc8663722f5b43aff38a1de117aa169e3bf526747965200218a3d4b0454c","signature":"d796e1928069c8c8ddefdd5f97968f39c0920c93455a6f306ec2a2d3cb87dbf3"},{"version":"b973f60ab400dcdfb79ab0eb763bee3fb5556541e33a2744ba6e65b4566e6578","signature":"5fcd3d57a9ce4fcec30f13d5aa897d5f23b15b1ba5cf96527846796cd289a2af"},{"version":"61017541c7c1dcbef0525272eeccbafe4c8fd0584d71975178972aee315bc1ba","signature":"05dd62a8d29dd1f3bffa5e9732391ccb54a44906d6a9ef1e295a3a51a7f532ac"},{"version":"2a22b33c2e96ffd5cbb7642c2bc01a54604fd51635e7f08fe7ad013929809e18","signature":"981adfa8c5adab065acaf5e0400d1d98a866360f2cc6c307fce999ed3420a262"},{"version":"4996fe196700d755680852f05b96461af4c4bc10d51b2fdcec63113f0f622014","signature":"f8d2f7dc52499bb22958f4cd7d63301113a28d9a41db9c7a7d88b6335fe695ee"},"b3522fc474172a4dc96b7845e16101d70098f7c77c2c67d7fbc196401ba8b5eb","e097ad49dad4f20ccf776cbe99f6158cd3712ebe0d3aa53cdded02a5bc692433","32464280a3efcaa0d05d7344a1f023d09563f034d2c53aa78628b713173dd49e","d0f0b9c123ac41343b6faec852928381067194bf8c60d70ae9e2ce896f3bd31b",{"version":"e3b7a141da8f3859d570cfcebd99accf9e63da8cc6a3be32940869fcab5c415a","signature":"5a003ca6d13791c5d9ce811a904562e6e2ace35154e3a2d7815928648a0fd66f"},{"version":"49dc0249cf5fcf51df785d3f931ae2dd08b0e4e0d7ed540cf3e15d407a9a3bb4","signature":"1052d5bdb76b332ae5f6a7d44446acb8d10972c5a8349582b758ed90b344aad3"},"cf93fb9208a01c80f0fad245c4360356e5de6c2384b7641acf0b9cc2f5c42448","336398b0efaf964124e636a9b29c4edd5870aee79ac64bf87be58a9d66b7c048","571bc65ec37ba124e762bb822e14a2b8502dc684e356be8feaccbd6b9cadd023","7cd455fc4c4818f19263d73b29c59f3fb5fd54b45a6ab83ca3eb3661281db56b","1c6b9b5501774a2ece6574be8e26092800e3f1f836f8c179b4f9fdd271a620f8","bcd2426fd141157e04e3a8eff914b575403587f398cf0878f07c2f283e0d1afd","bac8ff394e831e4dd3f0961d6abb414b0e2b4ba16fdeb502d087ebf0340ed5f6","51a48986bfceaa54e86e8402a1c3184de6e7f096f7d2a3ff1382d71aaaaf6d9b",{"version":"bb8a69ce9aee261a500ab0ea7deeea7c54eb37121c2edcbbf401267b014e32bb","signature":"39011d8d20fa0415aa554e6b2840d8fb6b6d8d51ba24745efbf2f9e7e5db859b"},{"version":"9ba90764180e513f436bd0d9f9cece64cd68f08e70d7a676f4bd9ef5bf8bd4fa","signature":"2d7048559abf07390170aa23bbf03628d1c9cddcf3886e1c3d8682d161360e7b"},{"version":"4b3620ca57d52b1775fedfbbb647feede43fa88cca123beee82f699bc4ede14d","signature":"0d26f8ef1d7db21b2b73d928905a0d01f6595fef590040a1aebe7889f0931809","affectsGlobalScope":true},{"version":"c65e063ae26e746de0989fbd55780dadd8326918c6f58bca9ebd1dcf9708cff0","signature":"8022f6f0afa29036330145c51d755f1876a18ef6da2dc1817b90f84c58a46212"},{"version":"cc52729b68964082573a1035fb2016d936757a2f57e0bcea6e2c3af29ad26f44","signature":"8796e6de84a2c623e74976815f2056d65fb556da287bac6f11371a94b9ed4c01"},{"version":"b4eb02063cfa8444f94fbda8662b2773013db9a0da4a8f32a64918e7e83e02e1","signature":"0c6ad9d2d9ea09c3a7db8f6c96055517706b211a016f0cd482b1eb48fd6a1500"},{"version":"b560b5b9beea81f450b3640983fc7b572cd9a26d89a9365d338309654c268028","signature":"3e651b7e72bc9fd7e5f9eb968a28e7355b993d722f3105f90a9837f88269d4cd"},{"version":"7289f94e723ae6251cf26ef1d6597623b71790aba75f54b9a0d3241863471c03","signature":"8796e6de84a2c623e74976815f2056d65fb556da287bac6f11371a94b9ed4c01"},{"version":"4d9bfc86fd06c0eebf86f52dfdd3f568c5f3485f1ad66248e9be668bd72d0001","signature":"0c6ad9d2d9ea09c3a7db8f6c96055517706b211a016f0cd482b1eb48fd6a1500"},{"version":"46104324e22dd232a1db8121dc9ecd0619a3f7087a4440365c8741d9870fbfc2","signature":"0c6ad9d2d9ea09c3a7db8f6c96055517706b211a016f0cd482b1eb48fd6a1500"},{"version":"38cda0240b360e671ac8658682be4b55c321c64c7591be49de571171e30e54d0","signature":"16875a9dfd574c67964cfff7928a0e1d1c67fd11c00ddad5daa3c66bcdf5bd0d"},{"version":"490ecd8eed1efe1f8e93ccfeecebd054516e13514f91d7f02fd52e9b2ef4b0e9","signature":"015c21a83417d54a18a2ccbb296cdf14302f6bf17ff2c73c9a86b6ddf8a85c14"},"2db0dd3aaa2ed285950273ce96ae8a450b45423aa9da2d10e194570f1233fa6b","7394959e5a741b185456e1ef5d64599c36c60a323207450991e7a42e08911419","8e9c23ba78aabc2e0a27033f18737a6df754067731e69dc5f52823957d60a4b6","5929864ce17fba74232584d90cb721a89b7ad277220627cc97054ba15a98ea8f","7180c03fd3cb6e22f911ce9ba0f8a7008b1a6ddbe88ccf16a9c8140ef9ac1686","25c8056edf4314820382a5fdb4bb7816999acdcb929c8f75e3f39473b87e85bc","54cb85a47d760da1c13c00add10d26b5118280d44d58e6908d8e89abbd9d7725","3e4825171442666d31c845aeb47fcd34b62e14041bb353ae2b874285d78482aa","c6fd2c5a395f2432786c9cb8deb870b9b0e8ff7e22c029954fabdd692bff6195","a967bfe3ad4e62243eb604bf956101e4c740f5921277c60debaf325c1320bf88","e9775e97ac4877aebf963a0289c81abe76d1ec9a2a7778dbe637e5151f25c5f3","471e1da5a78350bc55ef8cef24eb3aca6174143c281b8b214ca2beda51f5e04a","cadc8aced301244057c4e7e73fbcae534b0f5b12a37b150d80e5a45aa4bebcbd","385aab901643aa54e1c36f5ef3107913b10d1b5bb8cbcd933d4263b80a0d7f20","9670d44354bab9d9982eca21945686b5c24a3f893db73c0dae0fd74217a4c219","db3435f3525cd785bf21ec6769bf8da7e8a776be1a99e2e7efb5f244a2ef5fee","c3b170c45fc031db31f782e612adf7314b167e60439d304b49e704010e7bafe5","40383ebef22b943d503c6ce2cb2e060282936b952a01bea5f9f493d5fb487cc7","4893a895ea92c85345017a04ed427cbd6a1710453338df26881a6019432febdd","3a84b7cb891141824bd00ef8a50b6a44596aded4075da937f180c90e362fe5f6","13f6f39e12b1518c6650bbb220c8985999020fe0f21d818e28f512b7771d00f9","9b5369969f6e7175740bf51223112ff209f94ba43ecd3bb09eefff9fd675624a","4fe9e626e7164748e8769bbf74b538e09607f07ed17c2f20af8d680ee49fc1da","24515859bc0b836719105bb6cc3d68255042a9f02a6022b3187948b204946bd2","33203609eba548914dc83ddf6cadbc0bcb6e8ef89f6d648ca0908ae887f9fcc5","0db18c6e78ea846316c012478888f33c11ffadab9efd1cc8bcc12daded7a60b6","89167d696a849fce5ca508032aabfe901c0868f833a8625d5a9c6e861ef935d2","e53a3c2a9f624d90f24bf4588aacd223e7bec1b9d0d479b68d2f4a9e6011147f","339dc5265ee5ed92e536a93a04c4ebbc2128f45eeec6ed29f379e0085283542c","9f0a92164925aa37d4a5d9dd3e0134cff8177208dba55fd2310cd74beea40ee2","8bfdb79bf1a9d435ec48d9372dc93291161f152c0865b81fc0b2694aedb4578d","2e85db9e6fd73cfa3d7f28e0ab6b55417ea18931423bd47b409a96e4a169e8e6","c46e079fe54c76f95c67fb89081b3e399da2c7d109e7dca8e4b58d83e332e605","d32275be3546f252e3ad33976caf8c5e842c09cb87d468cb40d5f4cf092d1acc","4a0c3504813a3289f7fb1115db13967c8e004aa8e4f8a9021b95285502221bd1",{"version":"e7be367719c613d580d4b27fdf8fe64c9736f48217f4b322c0d63b2971460918","affectsGlobalScope":true},"3d77c73be94570813f8cadd1f05ebc3dc5e2e4fdefe4d340ca20cd018724ee36",{"version":"392eadc2af403dd10b4debfbc655c089a7fa6a9750caeb770cfb30051e55e848","affectsGlobalScope":true},"62f1c00d3d246e0e3cf0224f91e122d560428ec1ccc36bb51d4574a84f1dbad0","53f0960fdcc53d097918adfd8861ffbe0db989c56ffc16c052197bf115da5ed6",{"version":"662163e5327f260b23ca0a1a1ad8a74078aabb587c904fcb5ef518986987eaff","affectsGlobalScope":true},"a40826e8476694e90da94aa008283a7de50d1dafd37beada623863f1901cb7fb",{"version":"c48c503c6b3f63baf18257e9a87559b5602a4e960107c762586d2a6a62b64a18","affectsGlobalScope":true},"b0c0d1d13be149f790a75b381b413490f98558649428bb916fd2d71a3f47a134","3c884d9d9ec454bdf0d5a0b8465bf8297d2caa4d853851d92cc417ac6f30b969","0364f8bb461d6e84252412d4e5590feda4eb582f77d47f7a024a7a9ff105dfdc","5433f7f77cd1fd53f45bd82445a4e437b2f6a72a32070e907530a4fea56c30c8","d0ca5d7df114035258a9d01165be309371fcccf0cccd9d57b1453204686d1ed0",{"version":"ee1ee365d88c4c6c0c0a5a5701d66ebc27ccd0bcfcfaa482c6e2e7fe7b98edf7","affectsGlobalScope":true},{"version":"9a30b7fefd7f8abbca4828d481c61c18e40fe5ff107e113b1c1fcd2c8dcf2743","affectsGlobalScope":true},"173b6275a81ebdb283b180654890f46516c21199734fed01a773b1c168b8c45c","304f66274aa8119e8d65a49b1cff84cbf803def6afe1b2cc987386e9a9890e22","1b9adafe8a7fefaeaf9099a0e06f602903f6268438147b843a33a5233ac71745","98273274f2dbb79b0b2009b20f74eca4a7146a3447c912d580cd5d2d94a7ae30","c933f7ba4b201c98b14275fd11a14abb950178afd2074703250fe3654fc10cd2","2eaa31492906bc8525aff3c3ec2236e22d90b0dfeee77089f196cd0adf0b3e3b",{"version":"ea455cc68871b049bcecd9f56d4cf27b852d6dafd5e3b54468ca87cc11604e4d","affectsGlobalScope":true},"8f5814f29dbaf8bacd1764aebdf1c8a6eb86381f6a188ddbac0fcbaab855ce52","a63d03de72adfb91777784015bd3b4125abd2f5ef867fc5a13920b5649e8f52b","d20e003f3d518a7c1f749dbe27c6ab5e3be7b3c905a48361b04a9557de4a6900",{"version":"1d4d78c8b23c9ddaaaa49485e6adc2ec01086dfe5d8d4d36ca4cdc98d2f7e74a","affectsGlobalScope":true},{"version":"44fc16356b81c0463cc7d7b2b35dcf324d8144136f5bc5ce73ced86f2b3475b5","affectsGlobalScope":true},"575fb200043b11b464db8e42cc64379c5fd322b6d787638e005b5ee98a64486d","6de2f225d942562733e231a695534b30039bdf1875b377bb7255881f0df8ede8","56249fd3ef1f6b90888e606f4ea648c43978ef43a7263aafad64f8d83cd3b8aa","139ad1dc93a503da85b7a0d5f615bddbae61ad796bc68fedd049150db67a1e26","7b166975fdbd3b37afb64707b98bca88e46577bbc6c59871f9383a7df2daacd1","9eece5e586312581ccd106d4853e861aaaa1a39f8e3ea672b8c3847eedd12f6e","81505c54d7cad0009352eaa21bd923ab7cdee7ec3405357a54d9a5da033a2084","269929a24b2816343a178008ac9ae9248304d92a8ba8e233055e0ed6dbe6ef71","93452d394fdd1dc551ec62f5042366f011a00d342d36d50793b3529bfc9bd633","3c1f19c7abcda6b3a4cf9438a15c7307a080bd3b51dfd56b198d9f86baf19447","2ee1645e0df9d84467cfe1d67b0ad3003c2f387de55874d565094464ee6f2927",{"version":"7da97d603bf3dd0000f56467c56cb6efaf5f94692980474925fae6c33412b12a","affectsGlobalScope":true},{"version":"9cf780e96b687e4bdfd1907ed26a688c18b89797490a00598fa8b8ab683335dd","affectsGlobalScope":true},"98e00f3613402504bc2a2c9a621800ab48e0a463d1eed062208a4ae98ad8f84c","9ae88ce9f73446c24b2d2452e993b676da1b31fca5ceb7276e7f36279f693ed1","e49d7625faff2a7842e4e7b9b197f972633fca685afcf6b4403400c97d087c36","b82c38abc53922b1b3670c3af6f333c21b735722a8f156e7d357a2da7c53a0a0",{"version":"b423f53647708043299ded4daa68d95c967a2ac30aa1437adc4442129d7d0a6c","affectsGlobalScope":true},{"version":"7245af181218216bacb01fbdf51095617a51661f20d77178c69a377e16fb69ed","affectsGlobalScope":true},"4f0fc7b7f54422bd97cfaf558ddb4bca86893839367b746a8f86b60ac7619673","4cdd8b6b51599180a387cc7c1c50f49eca5ce06595d781638fd0216520d98246","d91a7d8b5655c42986f1bdfe2105c4408f472831c8f20cf11a8c3345b6b56c8c",{"version":"8704423bf338bff381ebc951ed819935d0252d90cd6de7dffe5b0a5debb65d07","affectsGlobalScope":true},"7c6929fd7cbf38499b6a600b91c3b603d1d78395046dc3499b2b92d01418b94b",{"version":"ab9b9a36e5284fd8d3bf2f7d5fcbc60052f25f27e4d20954782099282c60d23e","affectsGlobalScope":true},"a42be67ed1ddaec743582f41fc219db96a1b69719fccac6d1464321178d610fc",{"version":"90ebf5865e27d8966ef44b073e6e83b0ddd45058bab1d58b1e4b5a47d36396c4","affectsGlobalScope":true}],"root":[[47,49],62,151,152,158,[255,257],[260,265],270,271,[280,291]],"options":{"allowSyntheticDefaultImports":true,"declaration":true,"esModuleInterop":false,"experimentalDecorators":true,"importHelpers":true,"inlineSources":true,"module":99,"noEmitOnError":true,"outDir":"./","rootDir":"..","sourceMap":true,"strict":true,"target":99,"useDefineForClassFields":false},"fileIdsList":[[170,171],[51],[52],[51,52,53,54,55,56,57,58,59],[139],[131,139],[131,139,147],[141],[129,130],[138,247],[138,245],[135,138,243],[138,231,233,242],[135,138,228,244],[135,243],[138,227],[135,138],[138,234,235],[234],[135,138,228,231,233],[138,229],[138,230],[138,154],[138],[135,138,229],[138,232],[177,184],[184],[177,184,214,215],[206,208],[214],[184,193,213],[209],[184,185,186,187,201,206,208,210,211],[185,186],[206,208,211,218],[206,208,211,216],[189],[179,206],[180,182,184,188,192,194,195,196,197,198,199,200,201,202,203,204,205],[179,207],[181,182,183],[188,194,195],[188,194,195,196,197,199,200],[179,188,189,190,191,194,195,196,197,199],[188,201],[180,188],[188,194,198],[188,193,194],[179,188,192,193,194,195,196],[179,188],[179],[178,180],[182],[179,180,182],[189,190],[292],[328],[329,334,363],[330,335,341,342,349,360,371],[330,331,341,349],[332,372],[333,334,342,350],[334,360,368],[335,337,341,349],[328,336],[337,338],[341],[339,341],[328,341],[341,342,343,360,371],[341,342,343,356,360,363],[326,329,376],[337,341,344,349,360,371],[341,342,344,345,349,360,368,371],[344,346,360,368,371],[292,293,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,378],[341,347],[348,371,376],[337,341,349,360],[350],[351],[328,352],[349,350,353,370,376],[354],[355],[341,356,357],[356,358,372,374],[329,341,360,361,362,363],[329,360,362],[360,361],[363],[364],[328,360],[341,366,367],[366,367],[334,349,360,368],[369],[349,370],[329,344,355,371],[334,372],[360,373],[348,374],[375],[329,334,341,343,352,360,371,374,376],[360,377],[132],[125,128],[83],[82,83],[86],[84,85,86,87,88,89,90,91],[65,76],[82,93],[63,76,77,78,81],[80,82],[65,67,68],[69,76,82],[82],[76,82],[69,79,80,83],[65,69,76,125,128],[78],[66,69,77,78,80,81,82,83,93,94,95,96,97,98],[69,76],[65,69],[65,69,70,100],[70,75,101,102],[70,101],[92,99,103,107,115,123],[104,105,106],[63,82],[104],[82,104],[74,108,109,110,111,112,114],[65,69,76],[65,69,125,128],[65,69,76,82,94,96,104,113],[116,118,119,120,121,122],[80],[117],[117,125,128],[66,80],[121],[76,124],[64,65,66,67,68,69,70,71,72,73,74,75],[67],[125,126,127,128],[125,126,128],[131,135],[135],[134,135],[134],[133,134],[140,141,142,143,144,145,146,147,148],[241],[156],[258],[131,135,136,137],[303,307,371],[303,360,371],[298],[300,303,368,371],[349,368],[379],[298,379],[300,303,349,371],[295,296,299,302,329,341,360,371],[295,301],[299,303,329,363,371,379],[329,379],[319,329,379],[297,298,379],[303],[297,298,299,300,301,302,303,304,305,307,308,309,310,311,312,313,314,315,316,317,318,320,321,322,323,324,325],[303,310,311],[301,303,311,312],[302],[295,298,303],[303,307,311,312],[307],[301,303,306,371],[295,300,301,303,307,310],[329,360],[298,303,319,329,376,379],[50,60,61],[50,61,62,128,138,149,150],[50],[50,270],[50,60,138,149,152,153,158,254],[50,138],[50,138,149,153,155,157,255,256],[50,138,149,153,157,255,260],[50,138,149,153,255,256],[50,138,149,153,157,255,260,264],[50,138,149,153,257,261,262,263,265,269],[50,138,149,152,155,259],[50,138,149,152],[50,60,138,149,152,155,256,259],[50,138,149,279],[50,138,149,281],[50,138,151,261,282,283],[50,138,151,262,283],[50,138,151,257,282,283],[50,138,151,263,283],[50,138,151,265,282,283],[159,160,161,164,165,166,167,168,169,173,174,175,176,220,221,222,223,224,225,226,237,238,239,240,249,250,251,252,253],[135,138,159],[135,138,159,165],[135,138,159,162],[138,159,172],[135,138,153,159,176,212,217,219],[135,138,159,174],[135,138,155,159,236],[135,138,155,159],[135,138,155,159,174],[135,138,159,246,248],[153,155,174,212,219],[135,138,155,159,161,163],[135,138,155,162],[266,267,268],[135,138,266],[138,153,266],[272,273,274,275,276,277,278]],"referencedMap":[[172,1],[59,2],[57,2],[56,3],[52,2],[60,4],[58,3],[54,3],[55,3],[140,5],[143,6],[141,6],[145,6],[148,7],[147,6],[146,6],[144,6],[142,8],[131,9],[248,10],[246,11],[247,12],[243,13],[245,14],[244,15],[228,16],[227,17],[236,18],[235,19],[234,20],[230,21],[231,22],[155,23],[154,17],[229,24],[232,25],[233,26],[185,27],[186,28],[216,29],[209,30],[215,31],[214,32],[210,33],[212,34],[218,35],[219,36],[217,37],[190,38],[207,39],[206,40],[208,41],[184,42],[203,43],[205,44],[200,45],[202,46],[194,47],[199,48],[195,49],[197,50],[196,51],[180,52],[182,52],[181,53],[183,54],[201,55],[191,56],[198,52],[292,57],[293,57],[328,58],[329,59],[330,60],[331,61],[332,62],[333,63],[334,64],[335,65],[336,66],[337,67],[338,67],[340,68],[339,69],[341,70],[342,71],[343,72],[327,73],[344,74],[345,75],[346,76],[379,77],[347,78],[348,79],[349,80],[350,81],[351,82],[352,83],[353,84],[354,85],[355,86],[356,87],[357,87],[358,88],[360,89],[362,90],[361,91],[363,92],[364,93],[365,94],[366,95],[367,96],[368,97],[369,98],[370,99],[371,100],[372,101],[373,102],[374,103],[375,104],[376,105],[377,106],[133,107],[150,108],[84,109],[85,109],[86,110],[87,109],[89,111],[88,109],[90,109],[91,109],[92,112],[66,113],[95,114],[82,115],[83,116],[69,117],[96,118],[97,119],[77,120],[81,121],[80,122],[79,123],[99,124],[75,125],[102,126],[101,127],[70,125],[103,128],[113,113],[100,129],[124,130],[107,131],[104,132],[105,133],[106,134],[115,135],[74,108],[110,136],[112,137],[114,138],[123,139],[116,140],[118,141],[117,140],[119,140],[120,142],[121,143],[122,144],[125,145],[68,113],[76,146],[73,147],[126,108],[128,148],[127,149],[136,150],[134,151],[241,152],[156,151],[258,153],[135,154],[149,155],[242,156],[157,157],[259,158],[138,159],[310,160],[317,161],[309,160],[324,162],[301,163],[300,164],[323,165],[318,166],[321,167],[303,168],[302,169],[298,170],[297,171],[320,172],[299,173],[304,174],[308,174],[326,175],[325,174],[312,176],[313,177],[315,178],[311,179],[314,180],[319,165],[306,181],[307,182],[316,183],[296,184],[322,185],[62,186],[151,187],[152,188],[271,189],[255,190],[158,191],[257,192],[261,193],[262,194],[263,193],[265,195],[270,196],[264,197],[256,198],[260,199],[280,200],[282,201],[281,186],[283,188],[284,202],[285,203],[286,204],[287,202],[288,203],[289,203],[290,205],[291,206],[153,17],[254,207],[160,208],[161,208],[159,24],[167,208],[166,209],[165,208],[169,210],[173,211],[220,212],[176,213],[174,208],[237,214],[251,215],[239,208],[221,215],[222,215],[175,216],[238,215],[240,208],[226,208],[253,215],[249,217],[168,208],[252,215],[225,218],[250,208],[224,213],[223,213],[164,219],[163,220],[162,17],[269,221],[268,222],[267,223],[277,24],[276,24],[278,24],[272,24],[279,224],[273,24],[274,24]]},"version":"5.5.3"}
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@operato/chart",
|
|
3
3
|
"description": "Webcomponents for chart following open-wc recommendations",
|
|
4
4
|
"author": "heartyoh@hatiolab.com",
|
|
5
|
-
"version": "7.0.
|
|
5
|
+
"version": "7.0.43",
|
|
6
6
|
"main": "dist/src/index.js",
|
|
7
7
|
"module": "dist/src/index.js",
|
|
8
8
|
"types": "src/types.d.ts",
|
|
@@ -72,8 +72,8 @@
|
|
|
72
72
|
"dependencies": {
|
|
73
73
|
"@ctrl/tinycolor": "^4.1.0",
|
|
74
74
|
"@material/web": "^1.5.0",
|
|
75
|
-
"@operato/input": "^7.0.
|
|
76
|
-
"@operato/property-editor": "^7.0.
|
|
75
|
+
"@operato/input": "^7.0.43",
|
|
76
|
+
"@operato/property-editor": "^7.0.43",
|
|
77
77
|
"@operato/styles": "^7.0.20",
|
|
78
78
|
"@operato/utils": "^7.0.5",
|
|
79
79
|
"d3": "^7.8.5",
|
|
@@ -119,5 +119,5 @@
|
|
|
119
119
|
"prettier --write"
|
|
120
120
|
]
|
|
121
121
|
},
|
|
122
|
-
"gitHead": "
|
|
122
|
+
"gitHead": "e397910b22a569c393598ae6feab9b799942d431"
|
|
123
123
|
}
|
|
@@ -13,11 +13,11 @@ export class InputChartAbstract extends OxFormField {
|
|
|
13
13
|
static styles = [InputChartStyles]
|
|
14
14
|
|
|
15
15
|
@property({ type: Object }) value: OperatoChart.ChartConfig | null = null
|
|
16
|
-
@property({ type: String, attribute: 'chart-type' }) chartType
|
|
16
|
+
@property({ type: String, attribute: 'chart-type' }) chartType?: OperatoChart.ChartType
|
|
17
17
|
|
|
18
18
|
private _configurer?: Configurer
|
|
19
19
|
|
|
20
|
-
get configurer() {
|
|
20
|
+
get configurer(): Configurer {
|
|
21
21
|
if (!this._configurer) {
|
|
22
22
|
this._configurer = new Configurer(this.value, () => {
|
|
23
23
|
return this.value || this.getDefaultChartConfig(this.chartType, this.getDefaultDatasets())
|
|
@@ -109,7 +109,7 @@ export class InputChartAbstract extends OxFormField {
|
|
|
109
109
|
}
|
|
110
110
|
}
|
|
111
111
|
|
|
112
|
-
getDefaultChartConfig(type
|
|
112
|
+
getDefaultChartConfig(type?: OperatoChart.ChartType, datasets?: OperatoChart.Dataset[]): OperatoChart.ChartConfig {
|
|
113
113
|
return {
|
|
114
114
|
data: {
|
|
115
115
|
datasets: datasets || [],
|
|
@@ -59,7 +59,7 @@ export default class OxInputChartPie extends InputChartAbstract {
|
|
|
59
59
|
return [this.getDefaultDataset('pie')]
|
|
60
60
|
}
|
|
61
61
|
|
|
62
|
-
getDefaultDataset(seriesType: OperatoChart.
|
|
62
|
+
getDefaultDataset(seriesType: OperatoChart.SeriesType): OperatoChart.Dataset {
|
|
63
63
|
return {
|
|
64
64
|
backgroundColor: ['#FF6384', '#36A2EB', '#FFCE56'],
|
|
65
65
|
borderWidth: 0,
|
|
@@ -52,18 +52,18 @@ export class ChartEditor extends OxPropertyEditor {
|
|
|
52
52
|
switch (value.type) {
|
|
53
53
|
case 'line':
|
|
54
54
|
case 'bar':
|
|
55
|
-
return html` <ox-input-chart-mixed .value=${value} chart-type=${value} fullwidth></ox-input-chart-mixed> `
|
|
55
|
+
return html` <ox-input-chart-mixed .value=${value} chart-type=${value.type} fullwidth></ox-input-chart-mixed> `
|
|
56
56
|
case 'horizontalBar':
|
|
57
|
-
return html` <ox-input-chart-hbar .value=${value} chart-type=${value} fullwidth></ox-input-chart-hbar> `
|
|
57
|
+
return html` <ox-input-chart-hbar .value=${value} chart-type=${value.type} fullwidth></ox-input-chart-hbar> `
|
|
58
58
|
case 'pie':
|
|
59
59
|
case 'doughnut':
|
|
60
60
|
case 'polarArea':
|
|
61
|
-
return html` <ox-input-chart-pie .value=${value} chart-type=${value} fullwidth></ox-input-chart-pie> `
|
|
61
|
+
return html` <ox-input-chart-pie .value=${value} chart-type=${value.type} fullwidth></ox-input-chart-pie> `
|
|
62
62
|
case 'radar':
|
|
63
|
-
return html` <ox-input-chart-radar .value=${value} chart-type=${value} fullwidth></ox-input-chart-radar> `
|
|
63
|
+
return html` <ox-input-chart-radar .value=${value} chart-type=${value.type} fullwidth></ox-input-chart-radar> `
|
|
64
64
|
case 'timeseries':
|
|
65
65
|
return html`
|
|
66
|
-
<ox-input-chart-timeseries .value=${value} chart-type=${value} fullwidth></ox-input-chart-timeseries>
|
|
66
|
+
<ox-input-chart-timeseries .value=${value} chart-type=${value.type} fullwidth></ox-input-chart-timeseries>
|
|
67
67
|
`
|
|
68
68
|
}
|
|
69
69
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import '@material/web/icon/icon.js'
|
|
2
2
|
|
|
3
|
-
import { LitElement, html, PropertyValues } from 'lit'
|
|
3
|
+
import { LitElement, html, PropertyValues, nothing } from 'lit'
|
|
4
4
|
import { customElement, property, query } from 'lit/decorators.js'
|
|
5
5
|
import { keyed } from 'lit/directives/keyed.js'
|
|
6
6
|
import { MdIcon } from '@material/web/icon/icon.js'
|
|
@@ -16,16 +16,7 @@ export class MultipleSeriesTemplate extends LitElement {
|
|
|
16
16
|
}
|
|
17
17
|
|
|
18
18
|
@property({ type: Object }) configurer!: Configurer
|
|
19
|
-
@property({ type: String }) chartType?:
|
|
20
|
-
| 'bar'
|
|
21
|
-
| 'horizontalBar'
|
|
22
|
-
| 'line'
|
|
23
|
-
| 'radar'
|
|
24
|
-
| 'pie'
|
|
25
|
-
| 'doughnut'
|
|
26
|
-
| 'polarArea'
|
|
27
|
-
| 'mixed'
|
|
28
|
-
| 'timeseries'
|
|
19
|
+
@property({ type: String }) chartType?: OperatoChart.ChartType
|
|
29
20
|
|
|
30
21
|
@query('#series-tabs') seriesTabs!: HTMLElement
|
|
31
22
|
@query('#series-tab-nav-left-button') seriesTabNavLeftButton!: MdIcon
|
|
@@ -86,8 +77,13 @@ export class MultipleSeriesTemplate extends LitElement {
|
|
|
86
77
|
<label for="data-key"> <ox-i18n msgid="label.data-key">Data Key</ox-i18n> </label>
|
|
87
78
|
<input id="data-key" type="text" value-key="dataKey" .value=${configurer.dataKey || ''} />
|
|
88
79
|
|
|
89
|
-
${chartType
|
|
90
|
-
|
|
80
|
+
${chartType == 'horizontalBar' ||
|
|
81
|
+
chartType === 'doughnut' ||
|
|
82
|
+
chartType === 'pie' ||
|
|
83
|
+
chartType == 'radar' ||
|
|
84
|
+
chartType == 'polarArea'
|
|
85
|
+
? nothing
|
|
86
|
+
: html`
|
|
91
87
|
<label for="series-type"> <ox-i18n msgid="label.series-type">Type</ox-i18n> </label>
|
|
92
88
|
<select
|
|
93
89
|
id="series-type"
|
|
@@ -98,8 +94,7 @@ export class MultipleSeriesTemplate extends LitElement {
|
|
|
98
94
|
<option value="bar" selected>Bar</option>
|
|
99
95
|
<option value="line">Line</option>
|
|
100
96
|
</select>
|
|
101
|
-
`
|
|
102
|
-
: html``}
|
|
97
|
+
`}
|
|
103
98
|
|
|
104
99
|
<label for="series-label"> <ox-i18n msgid="label.label">Label</ox-i18n> </label>
|
|
105
100
|
<input id="series-label" type="text" value-key="series.label" .value=${configurer.series.label || ''} />
|
package/src/types.d.ts
CHANGED
|
@@ -1,5 +1,15 @@
|
|
|
1
1
|
declare namespace OperatoChart {
|
|
2
|
-
export type
|
|
2
|
+
export type SeriesType = 'bar' | 'horizontalBar' | 'line' | 'radar' | 'pie' | 'doughnut' | 'polarArea' | undefined
|
|
3
|
+
export type ChartType =
|
|
4
|
+
| 'bar'
|
|
5
|
+
| 'horizontalBar'
|
|
6
|
+
| 'line'
|
|
7
|
+
| 'radar'
|
|
8
|
+
| 'pie'
|
|
9
|
+
| 'doughnut'
|
|
10
|
+
| 'polarArea'
|
|
11
|
+
| 'mixed'
|
|
12
|
+
| 'timeseries'
|
|
3
13
|
|
|
4
14
|
export interface ChartConfig {
|
|
5
15
|
data: ChartData
|