@operato/scene-chartjs 2.0.0-alpha.8 → 2.0.0-beta.0
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +34 -0
- package/dist/editors/property-editor-chartjs-hbar.d.ts +2 -1
- package/dist/editors/property-editor-chartjs-hbar.js +14 -14
- package/dist/editors/property-editor-chartjs-hbar.js.map +1 -1
- package/dist/editors/property-editor-chartjs-multi-series-abstract.d.ts +4 -4
- package/dist/editors/property-editor-chartjs-multi-series-abstract.js +13 -14
- package/dist/editors/property-editor-chartjs-multi-series-abstract.js.map +1 -1
- package/dist/plugins/chart-series-highlight.d.ts +1 -0
- package/dist/plugins/chart-series-highlight.js +3 -1
- package/dist/plugins/chart-series-highlight.js.map +1 -1
- package/package.json +7 -6
- package/src/editors/property-editor-chartjs-hbar.ts +14 -14
- package/src/editors/property-editor-chartjs-multi-series-abstract.ts +16 -17
- package/src/plugins/chart-series-highlight.ts +3 -2
- package/tsconfig.json +1 -0
- package/tsconfig.tsbuildinfo +1 -1
package/CHANGELOG.md
CHANGED
@@ -3,6 +3,40 @@
|
|
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
|
+
## [2.0.0-beta.0](https://github.com/things-scene/operato-scene/compare/v2.0.0-alpha.12...v2.0.0-beta.0) (2024-06-01)
|
7
|
+
|
8
|
+
|
9
|
+
### :rocket: New Features
|
10
|
+
|
11
|
+
* 2.0.0-beta.0 ([a2e2869](https://github.com/things-scene/operato-scene/commit/a2e28694eedf5bab0c54bcab5432d54ec59edd7f))
|
12
|
+
* sandboxing evals ([56e7a2c](https://github.com/things-scene/operato-scene/commit/56e7a2cd2c28ee759213defb174d2729a6a90b33))
|
13
|
+
|
14
|
+
|
15
|
+
### :bug: Bug Fix
|
16
|
+
|
17
|
+
* allowJs in tsconfig option ([fa77174](https://github.com/things-scene/operato-scene/commit/fa771742188f21f177f0a85281570f59f0c478cf))
|
18
|
+
|
19
|
+
|
20
|
+
|
21
|
+
## [2.0.0-alpha.12](https://github.com/things-scene/operato-scene/compare/v2.0.0-alpha.11...v2.0.0-alpha.12) (2024-05-11)
|
22
|
+
|
23
|
+
|
24
|
+
### :bug: Bug Fix
|
25
|
+
|
26
|
+
* apply material design 3 ([1aa1c23](https://github.com/things-scene/operato-scene/commit/1aa1c23a0a90100c6096705a09bebad9885e39e0))
|
27
|
+
* ignore 'cache' folder for git and npm ([d70f811](https://github.com/things-scene/operato-scene/commit/d70f8118ff3e9248f80aa9435d6e6cbb8aacfcaf))
|
28
|
+
|
29
|
+
|
30
|
+
|
31
|
+
## [2.0.0-alpha.9](https://github.com/things-scene/operato-scene/compare/v2.0.0-alpha.8...v2.0.0-alpha.9) (2024-04-11)
|
32
|
+
|
33
|
+
|
34
|
+
### :bug: Bug Fix
|
35
|
+
|
36
|
+
* things-factory@7.0.1 ([a9f4c18](https://github.com/things-scene/operato-scene/commit/a9f4c1873b80c540e4c2e16649e127ccffcf9a4c))
|
37
|
+
|
38
|
+
|
39
|
+
|
6
40
|
## [2.0.0-alpha.8](https://github.com/things-scene/operato-scene/compare/v2.0.0-alpha.7...v2.0.0-alpha.8) (2024-03-29)
|
7
41
|
|
8
42
|
|
@@ -1,5 +1,6 @@
|
|
1
1
|
import { __decorate } from "tslib";
|
2
|
-
import '@material/
|
2
|
+
import '@material/web/icon/icon.js';
|
3
|
+
import '@material/web/button/elevated-button.js';
|
3
4
|
import '@polymer/paper-tabs/paper-tabs';
|
4
5
|
import '@polymer/iron-pages/iron-pages';
|
5
6
|
import '@operato/i18n/ox-i18n.js';
|
@@ -83,14 +84,14 @@ let PropertyEditorChartJSHBar = class PropertyEditorChartJSHBar extends Property
|
|
83
84
|
return html `
|
84
85
|
<div id="series-properties-container" fullwidth>
|
85
86
|
<div id="tab-header">
|
86
|
-
<
|
87
|
+
<md-elevated-button
|
87
88
|
id="tab-nav-left-button"
|
88
|
-
icon="chevron_left"
|
89
89
|
@click=${(e) => {
|
90
90
|
this._onTabScrollNavLeft(e);
|
91
91
|
}}
|
92
92
|
disabled
|
93
|
-
|
93
|
+
><md-icon>chevron_left</md-icon></md-elevated-button
|
94
|
+
>
|
94
95
|
<paper-tabs
|
95
96
|
id="tabs"
|
96
97
|
@iron-select=${(e) => (this.currentSeriesIndex = e.target.selected)}
|
@@ -106,28 +107,27 @@ let PropertyEditorChartJSHBar = class PropertyEditorChartJSHBar extends Property
|
|
106
107
|
>${index + 1}
|
107
108
|
${!this.datasets || (this.datasets.length != 1 && this.currentSeriesIndex == index)
|
108
109
|
? html `
|
109
|
-
<
|
110
|
-
|
110
|
+
<md-elevated-button @tap="${(e) => this.onTapRemoveCurrentTab(e)}">
|
111
|
+
<md-icon>close</md-icon>
|
112
|
+
</md-elevated-button>
|
111
113
|
`
|
112
114
|
: html ``}
|
113
115
|
</paper-tab>
|
114
116
|
`)}
|
115
117
|
</paper-tabs>
|
116
|
-
<
|
118
|
+
<md-elevated-button
|
117
119
|
id="tab-nav-right-button"
|
118
|
-
icon="chevron_right"
|
119
120
|
@click=${(e) => {
|
120
121
|
this._onTabScrollNavRight(e);
|
121
122
|
}}
|
122
123
|
disabled
|
123
|
-
|
124
|
+
><md-icon>chevron_right</md-icon></md-elevated-button
|
125
|
+
>
|
124
126
|
</div>
|
125
127
|
<div id="add-series-button-container">
|
126
|
-
<
|
127
|
-
|
128
|
-
|
129
|
-
@tap=${(e) => this.onTapAddTab(e)}
|
130
|
-
></mwc-icon-button>
|
128
|
+
<md-elevated-button id="add-series-button" @tap=${(e) => this.onTapAddTab(e)}
|
129
|
+
><md-icon>add</md-icon></md-elevated-button
|
130
|
+
>
|
131
131
|
</div>
|
132
132
|
|
133
133
|
<iron-pages .selected=${this.currentSeriesIndex} .attr-for-selected="series-index">
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"property-editor-chartjs-hbar.js","sourceRoot":"","sources":["../../src/editors/property-editor-chartjs-hbar.ts"],"names":[],"mappings":";AAAA,OAAO,
|
1
|
+
{"version":3,"file":"property-editor-chartjs-hbar.js","sourceRoot":"","sources":["../../src/editors/property-editor-chartjs-hbar.ts"],"names":[],"mappings":"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","sourcesContent":["import '@material/web/icon/icon.js'\nimport '@material/web/button/elevated-button.js'\nimport '@polymer/paper-tabs/paper-tabs'\nimport '@polymer/iron-pages/iron-pages'\n\nimport '@operato/i18n/ox-i18n.js'\n\nimport { html } from 'lit'\nimport { customElement } from 'lit/decorators.js'\n\nimport PropertyEditorChartJSMultiSeriesAbstract from './property-editor-chartjs-multi-series-abstract'\n\n@customElement('property-editor-chartjs-hbar')\nexport default class PropertyEditorChartJSHBar extends PropertyEditorChartJSMultiSeriesAbstract {\n static styles = [...PropertyEditorChartJSMultiSeriesAbstract.styles]\n\n editorTemplate() {\n return html`\n <legend><ox-i18n msgid=\"label.series\">Series</ox-i18n></legend>\n ${this.multiSeriesTabTemplate()}\n\n <legend><ox-i18n msgid=\"label.y-axes\">Y Axes</ox-i18n></legend>\n\n <label> <ox-i18n msgid=\"label.data-key\">Data Key</ox-i18n> </label>\n <input type=\"text\" value-key=\"labelDataKey\" .value=${this.labelDataKey} />\n\n <label> <ox-i18n msgid=\"label.title\">Title</ox-i18n> </label>\n <input type=\"text\" value-key=\"yAxes0.axisTitle\" .value=${this.yAxes0.axisTitle || ''} />\n\n <label><ox-i18n msgid=\"label.bar-spacing\">Bar Spacing</ox-i18n></label>\n <input\n type=\"number\"\n min=\"0\"\n max=\"1\"\n step=\"0.1\"\n value-key=\"yAxes0.barSpacing\"\n .value=${this.yAxes0.barSpacing || NaN}\n />\n <label><ox-i18n msgid=\"label.tick-spacing\">Tick Spacing</ox-i18n></label>\n <input\n type=\"number\"\n min=\"0\"\n max=\"1\"\n step=\"0.1\"\n value-key=\"yAxes0.categorySpacing\"\n .value=${this.yAxes0.categorySpacing || NaN}\n />\n\n <input type=\"checkbox\" value-key=\"value.options.xGridLine\" .checked=${this.value.options.xGridLine} />\n <label> <ox-i18n msgid=\"label.grid-line\">Grid Line</ox-i18n> </label>\n\n <input type=\"checkbox\" value-key=\"xAxes0.ticks.display\" .checked=${this.xAxes0.ticks.display} />\n <label> <ox-i18n msgid=\"label.display-tick\">Display Tick</ox-i18n> </label>\n\n <legend><ox-i18n msgid=\"label.x-axes\">X Axes</ox-i18n></legend>\n\n <label> <ox-i18n msgid=\"label.title\">Title</ox-i18n> </label>\n <input type=\"text\" value-key=\"xAxes0.title\" .value=${this.xAxes0.axisTitle || ''} />\n\n <input type=\"checkbox\" value-key=\"xAxes0.ticks.autoMin\" .checked=${this.xAxes0.ticks.autoMin} />\n <label> <ox-i18n msgid=\"label.axis-min-auto\">Axis Min Auto</ox-i18n> </label>\n\n <input type=\"checkbox\" value-key=\"xAxes0.ticks.autoMax\" .checked=${this.xAxes0.ticks.autoMax} />\n <label> <ox-i18n msgid=\"label.axis-max-auto\">Axis Max Auto</ox-i18n> </label>\n\n ${!this.xAxes0.ticks.autoMin\n ? html`\n <label> <ox-i18n msgid=\"label.axis-min\">Axis Min</ox-i18n> </label>\n <input type=\"number\" value-key=\"xAxes0.ticks.min\" .value=${this.xAxes0.ticks.min} />\n `\n : html``}\n ${!this.xAxes0.ticks.autoMax\n ? html`\n <label> <ox-i18n msgid=\"label.axis-max\">Axis Max</ox-i18n> </label>\n <input type=\"number\" value-key=\"xAxes0.ticks.max\" .value=${this.xAxes0.ticks.max} />\n `\n : html``}\n\n <label> <ox-i18n msgid=\"label.axis-step-size\">Axis Step Size</ox-i18n> </label>\n <input type=\"number\" value-key=\"yAxes0.ticks.stepSize\" .value=${this.yAxes0.ticks.stepSize} />\n\n <input type=\"checkbox\" .checked=${this.value.options.yGridLine} />\n <label> <ox-i18n msgid=\"label.grid-line\">Grid Line</ox-i18n> </label>\n\n <input type=\"checkbox\" value-key=\"yAxes0.ticks.display\" .checked=${this.yAxes0.ticks.display} />\n <label> <ox-i18n msgid=\"label.display-tick\">Display Tick</ox-i18n> </label>\n `\n }\n\n multiSeriesTabTemplate() {\n return html`\n <div id=\"series-properties-container\" fullwidth>\n <div id=\"tab-header\">\n <md-elevated-button\n id=\"tab-nav-left-button\"\n @click=${(e: Event) => {\n this._onTabScrollNavLeft(e)\n }}\n disabled\n ><md-icon>chevron_left</md-icon></md-elevated-button\n >\n <paper-tabs\n id=\"tabs\"\n @iron-select=${(e: Event) => (this.currentSeriesIndex = (e.target as any).selected)}\n .selected=${this.currentSeriesIndex}\n no-bar\n noink\n scrollable\n hide-scroll-buttons\n fit-container\n >\n ${this.datasets.map(\n (dataset: any, index: number) => html`\n <paper-tab data-series=\"${index + 1}\" noink\n >${index + 1}\n ${!this.datasets || (this.datasets.length != 1 && this.currentSeriesIndex == index)\n ? html`\n <md-elevated-button @tap=\"${(e: Event) => this.onTapRemoveCurrentTab(e)}\">\n <md-icon>close</md-icon>\n </md-elevated-button>\n `\n : html``}\n </paper-tab>\n `\n )}\n </paper-tabs>\n <md-elevated-button\n id=\"tab-nav-right-button\"\n @click=${(e: Event) => {\n this._onTabScrollNavRight(e)\n }}\n disabled\n ><md-icon>chevron_right</md-icon></md-elevated-button\n >\n </div>\n <div id=\"add-series-button-container\">\n <md-elevated-button id=\"add-series-button\" @tap=${(e: Event) => this.onTapAddTab(e)}\n ><md-icon>add</md-icon></md-elevated-button\n >\n </div>\n\n <iron-pages .selected=${this.currentSeriesIndex} .attr-for-selected=\"series-index\">\n ${this.datasets.map(\n (dataset: any, index: number) => html`\n <div class=\"tab-content\" series-index=\"${index}\">\n <label> <ox-i18n msgid=\"label.data-key\">Data Key</ox-i18n> </label>\n <input type=\"text\" value-key=\"dataKey\" .value=${this.dataKey} />\n <label> <ox-i18n msgid=\"label.label\">Label</ox-i18n> </label>\n <input type=\"text\" value-key=\"series.label\" .value=${this.series.label} />\n <label> <ox-i18n msgid=\"label.color\">Color</ox-i18n> </label>\n <ox-input-color value-key=\"color\" .value=${this.color}></ox-input-color>\n <label> <ox-i18n msgid=\"label.stack-group\">Stack Group</ox-i18n> </label>\n <input type=\"text\" value-key=\"series.stack\" .value=${this.series.stack || ''} />\n\n ${this.displayValueTemplate()}\n </div>\n `\n )}\n </iron-pages>\n </div>\n `\n }\n}\n"]}
|
@@ -1,16 +1,16 @@
|
|
1
|
-
import '@material/
|
1
|
+
import '@material/web/button/elevated-button.js';
|
2
2
|
import '@polymer/iron-pages/iron-pages';
|
3
3
|
import '@polymer/paper-tabs/paper-tabs';
|
4
4
|
import '@operato/i18n/ox-i18n.js';
|
5
5
|
import { Properties } from '@hatiolab/things-scene';
|
6
|
-
import {
|
6
|
+
import { MdElevatedButton } from '@material/web/button/elevated-button.js';
|
7
7
|
import PropertyEditorChartJSAbstract from './property-editor-chartjs-abstract';
|
8
8
|
export default class PropertyEditorChartJSMultiSeriesAbstract extends PropertyEditorChartJSAbstract {
|
9
9
|
static styles: import("lit").CSSResult[];
|
10
10
|
constructor();
|
11
11
|
tabs: HTMLElement;
|
12
|
-
tabNavLeftButton:
|
13
|
-
tabNavRightButton:
|
12
|
+
tabNavLeftButton: MdElevatedButton;
|
13
|
+
tabNavRightButton: MdElevatedButton;
|
14
14
|
get color(): any;
|
15
15
|
set color(color: any);
|
16
16
|
get xAxes0(): any;
|
@@ -1,5 +1,5 @@
|
|
1
1
|
import { __decorate } from "tslib";
|
2
|
-
import '@material/
|
2
|
+
import '@material/web/button/elevated-button.js';
|
3
3
|
import '@polymer/iron-pages/iron-pages';
|
4
4
|
import '@polymer/paper-tabs/paper-tabs';
|
5
5
|
import '@operato/i18n/ox-i18n.js';
|
@@ -179,14 +179,14 @@ class PropertyEditorChartJSMultiSeriesAbstract extends PropertyEditorChartJSAbst
|
|
179
179
|
return html `
|
180
180
|
<div id="series-properties-container" fullwidth>
|
181
181
|
<div id="tab-header">
|
182
|
-
<
|
182
|
+
<md-elevated-button
|
183
183
|
id="tab-nav-left-button"
|
184
|
-
icon="chevron_left"
|
185
184
|
@click=${(e) => {
|
186
185
|
this._onTabScrollNavLeft(e);
|
187
186
|
}}
|
188
187
|
disabled
|
189
|
-
|
188
|
+
><md-icon>chevron_left</md-icon></md-elevated-button
|
189
|
+
>
|
190
190
|
<paper-tabs
|
191
191
|
id="tabs"
|
192
192
|
@iron-select=${(e) => (this.currentSeriesIndex = e.target.selected)}
|
@@ -202,28 +202,27 @@ class PropertyEditorChartJSMultiSeriesAbstract extends PropertyEditorChartJSAbst
|
|
202
202
|
>${index + 1}
|
203
203
|
${!this.datasets || (this.datasets.length != 1 && this.currentSeriesIndex == index)
|
204
204
|
? html `
|
205
|
-
<
|
206
|
-
|
205
|
+
<md-elevated-button @tap=${(e) => this.onTapRemoveCurrentTab(e)}>
|
206
|
+
<md-icon>close</md-icon>
|
207
|
+
</md-elevated-button>
|
207
208
|
`
|
208
209
|
: html ``}
|
209
210
|
</paper-tab>
|
210
211
|
`)}
|
211
212
|
</paper-tabs>
|
212
|
-
<
|
213
|
+
<md-elevated-button
|
213
214
|
id="tab-nav-right-button"
|
214
|
-
icon="chevron_right"
|
215
215
|
@click=${(e) => {
|
216
216
|
this._onTabScrollNavRight(e);
|
217
217
|
}}
|
218
218
|
disabled
|
219
|
-
|
219
|
+
><md-icon>chevron_right</md-icon></md-elevated-button
|
220
|
+
>
|
220
221
|
</div>
|
221
222
|
<div id="add-series-button-container">
|
222
|
-
<
|
223
|
-
|
224
|
-
|
225
|
-
@tap=${(e) => this.onTapAddTab(e)}
|
226
|
-
></mwc-icon-button>
|
223
|
+
<md-elevated-button id="add-series-button" @tap=${(e) => this.onTapAddTab(e)}
|
224
|
+
><md-icon>add</md-icon></md-elevated-button
|
225
|
+
>
|
227
226
|
</div>
|
228
227
|
|
229
228
|
<iron-pages .selected=${this.currentSeriesIndex} .attr-for-selected="series-index">
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"property-editor-chartjs-multi-series-abstract.js","sourceRoot":"","sources":["../../src/editors/property-editor-chartjs-multi-series-abstract.ts"],"names":[],"mappings":"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","sourcesContent":["import '@material/mwc-icon-button'\nimport '@polymer/iron-pages/iron-pages'\nimport '@polymer/paper-tabs/paper-tabs'\n\nimport '@operato/i18n/ox-i18n.js'\n\nimport { css, html } from 'lit'\nimport { query } from 'lit/decorators.js'\n\nimport { Properties } from '@hatiolab/things-scene'\nimport { IconButton } from '@material/mwc-icon-button'\n\nimport PropertyEditorChartJSAbstract from './property-editor-chartjs-abstract'\n\nexport default class PropertyEditorChartJSMultiSeriesAbstract extends PropertyEditorChartJSAbstract {\n static styles = [\n ...PropertyEditorChartJSAbstract.styles,\n css`\n paper-tabs {\n background-color: rgb(204, 204, 204);\n }\n input[type='text'],\n input[type='number'] {\n border: 1px solid rgba(0, 0, 0, 0.2);\n }\n `\n ]\n\n constructor() {\n super()\n\n this.value = {\n options: {\n legend: {},\n scales: {\n xAxes: [\n {\n ticks: {}\n }\n ],\n yAxes: [\n {\n ticks: {}\n }\n ]\n }\n },\n data: {\n datasets: []\n }\n }\n }\n\n @query('#tabs') tabs!: HTMLElement\n @query('#tab-nav-left-button') tabNavLeftButton!: IconButton\n @query('#tab-nav-right-button') tabNavRightButton!: IconButton\n\n get color() {\n var oldVersionColor = this.series.backgroundColor\n if (this.series.type == 'line') oldVersionColor = this.series.borderColor\n if (this.series.type == 'radar') oldVersionColor = this.series.borderColor\n return this.series.color || oldVersionColor\n }\n\n set color(color) {\n this.series.color = color\n delete this.series.backgroundColor\n delete this.series.borderColor\n }\n\n get xAxes0() {\n return this.scales.xAxes[0]\n }\n\n set xAxes0(xAxes0) {\n this.scales.xAxes[0] = xAxes0\n }\n\n get yAxes0() {\n return this.scales.yAxes[0]\n }\n\n set yAxes0(yAxes0) {\n this.scales.yAxes[0] = yAxes0\n }\n\n get yAxes1() {\n return this.scales.yAxes[1]\n }\n\n set yAxes1(yAxes1) {\n this.scales.yAxes[1] = yAxes1\n }\n\n get multiAxis() {\n return this.value.options.multiAxis\n }\n\n set multiAxis(multiAxis) {\n this.value.options.multiAxis = multiAxis\n }\n\n get tabContainer(): HTMLElement | null | undefined {\n return this.tabs.shadowRoot?.querySelector('#tabsContainer')\n }\n\n firstUpdated() {\n super.firstUpdated()\n\n this.tabContainer?.addEventListener('scroll', e => {\n this._onTabScroll(e)\n })\n }\n\n editorTemplate(props: Properties) {\n return html`\n <input type=\"checkbox\" value-key=\"multiAxis\" .checked=${this.multiAxis} />\n <label> <ox-i18n msgid=\"label.multi-axis\">Multi Axis</ox-i18n> </label>\n\n <legend><ox-i18n msgid=\"label.series\">Series</ox-i18n></legend>\n\n ${this.multiSeriesTabTemplate()}\n\n <legend><ox-i18n msgid=\"label.x-axes\">X Axes</ox-i18n></legend>\n\n <label> <ox-i18n msgid=\"label.data-key\">Data Key</ox-i18n> </label>\n <input type=\"text\" value-key=\"labelDataKey\" .value=${this.labelDataKey} />\n\n <label> <ox-i18n msgid=\"label.title\">Title</ox-i18n> </label>\n <input type=\"text\" value-key=\"xAxes0.axisTitle\" .value=${this.xAxes0.axisTitle || ''} />\n\n <label> <ox-i18n msgid=\"label.thickness\">Thickness</ox-i18n> </label>\n <input type=\"number\" value-key=\"xAxes0.barPercentage\" .value=${this.xAxes0.barPercentage} />\n\n <input type=\"checkbox\" value-key=\"value.options.xGridLine\" .checked=${this.value.options.xGridLine} />\n <label> <ox-i18n msgid=\"label.grid-line\">Grid Line</ox-i18n> </label>\n\n <input type=\"checkbox\" value-key=\"xAxes0.ticks.display\" .checked=${this.xAxes0.ticks.display} />\n <label> <ox-i18n msgid=\"label.display-tick\">Display Tick</ox-i18n> </label>\n\n <legend><ox-i18n msgid=\"label.y-axes\">Y Axes</ox-i18n></legend>\n\n <label> <ox-i18n msgid=\"label.title\">Title</ox-i18n> </label>\n <input type=\"text\" value-key=\"yAxes0.axisTitle\" .value=${this.yAxes0.axisTitle || ''} />\n\n <input type=\"checkbox\" value-key=\"yAxes0.ticks.autoMin\" .checked=${this.yAxes0.ticks.autoMin} />\n <label> <ox-i18n msgid=\"label.axis-min-auto\">Min Auto</ox-i18n> </label>\n\n <input type=\"checkbox\" value-key=\"yAxes0.ticks.autoMax\" .checked=${this.yAxes0.ticks.autoMax} />\n <label> <ox-i18n msgid=\"label.axis-max-auto\">Max Auto</ox-i18n> </label>\n\n ${!this.yAxes0.ticks.autoMin\n ? html`\n <label> <ox-i18n msgid=\"label.axis-min\">Min</ox-i18n> </label>\n <input type=\"number\" value-key=\"yAxes0.ticks.min\" .value=${this.yAxes0.ticks.min} />\n `\n : html``}\n ${!this.yAxes0.ticks.autoMax\n ? html`\n <label> <ox-i18n msgid=\"label.axis-max\">Max</ox-i18n> </label>\n <input type=\"number\" value-key=\"yAxes0.ticks.max\" .value=${this.yAxes0.ticks.max} />\n `\n : html``}\n\n <label> <ox-i18n msgid=\"label.axis-step-size\">StepSize</ox-i18n> </label>\n <input type=\"number\" value-key=\"yAxes0.ticks.stepSize\" .value=${this.yAxes0.ticks.stepSize} />\n\n <input type=\"checkbox\" value-key=\"value.options.yGridLine\" .checked=${this.value.options.yGridLine} />\n <label> <ox-i18n msgid=\"label.grid-line\">Grid Line</ox-i18n> </label>\n\n <input type=\"checkbox\" value-key=\"yAxes0.ticks.display\" .checked=${this.yAxes0.ticks.display} />\n <label> <ox-i18n msgid=\"label.display-tick\">Display Tick</ox-i18n> </label>\n\n ${this.value.options.multiAxis\n ? html`\n <legend><ox-i18n msgid=\"label.y-2nd-axes\">Y 2nd Axes</ox-i18n></legend>\n\n <label> <ox-i18n msgid=\"label.title\">Title</ox-i18n> </label>\n <input type=\"text\" value-key=\"yAxes1.axisTitle\" .value=${this.yAxes1.axisTitle || ''} />\n\n <input type=\"checkbox\" value-key=\"yAxes1.ticks.autoMin\" .checked=${this.yAxes1.ticks.autoMin} />\n <label> <ox-i18n msgid=\"label.axis-min-auto\">Min Auto</ox-i18n> </label>\n\n <input type=\"checkbox\" value-key=\"yAxes1.ticks.autoMax\" .checked=${this.yAxes1.ticks.autoMax} />\n <label> <ox-i18n msgid=\"label.axis-max-auto\">Max Auto</ox-i18n> </label>\n\n ${!this.yAxes1.ticks.autoMin\n ? html`\n <label> <ox-i18n msgid=\"label.axis-min\">Min</ox-i18n> </label>\n <input type=\"number\" value-key=\"yAxes1.ticks.min\" .value=${this.yAxes1.ticks.min} />\n `\n : html``}\n ${!this.yAxes1.ticks.autoMax\n ? html`\n <label> <ox-i18n msgid=\"label.axis-max\">Max</ox-i18n> </label>\n <input type=\"number\" value-key=\"yAxes1.ticks.max\" .value=${this.yAxes1.ticks.max} />\n `\n : html``}\n\n <label> <ox-i18n msgid=\"label.axis-step-size\">StepSize</ox-i18n> </label>\n <input type=\"number\" value-key=\"yAxes1.ticks.stepSize\" .value=${this.yAxes1.ticks.stepSize} />\n\n <input type=\"checkbox\" value-key=\"value.options.y2ndGridLine\" .checked=${this.value.options.y2ndGridLine} />\n <label> <ox-i18n msgid=\"label.grid-line\">Grid Line</ox-i18n> </label>\n\n <input type=\"checkbox\" value-key=\"yAxes1.ticks.display\" .checked=${this.yAxes1.ticks.display} />\n <label> <ox-i18n msgid=\"label.display-tick\">Display Tick</ox-i18n> </label>\n `\n : html``}\n `\n }\n\n multiSeriesTabTemplate() {\n return html`\n <div id=\"series-properties-container\" fullwidth>\n <div id=\"tab-header\">\n <mwc-icon-button\n id=\"tab-nav-left-button\"\n icon=\"chevron_left\"\n @click=${(e: Event) => {\n this._onTabScrollNavLeft(e)\n }}\n disabled\n ></mwc-icon-button>\n <paper-tabs\n id=\"tabs\"\n @iron-select=${(e: Event) => (this.currentSeriesIndex = (e.target as any).selected)}\n .selected=${this.currentSeriesIndex}\n no-bar\n noink\n scrollable\n hide-scroll-buttons\n fit-container\n >\n ${this.datasets.map(\n (dataset: any, index: number) => html`\n <paper-tab data-series=\"${index + 1}\" noink\n >${index + 1}\n ${!this.datasets || (this.datasets.length != 1 && this.currentSeriesIndex == index)\n ? html`\n <mwc-icon-button icon=\"close\" @tap=${(e: Event) => this.onTapRemoveCurrentTab(e)}>\n </mwc-icon-button>\n `\n : html``}\n </paper-tab>\n `\n )}\n </paper-tabs>\n <mwc-icon-button\n id=\"tab-nav-right-button\"\n icon=\"chevron_right\"\n @click=${(e: Event) => {\n this._onTabScrollNavRight(e)\n }}\n disabled\n ></mwc-icon-button>\n </div>\n <div id=\"add-series-button-container\">\n <mwc-icon-button\n id=\"add-series-button\"\n icon=\"add\"\n @tap=${(e: Event) => this.onTapAddTab(e)}\n ></mwc-icon-button>\n </div>\n\n <iron-pages .selected=${this.currentSeriesIndex} .attr-for-selected=\"series-index\">\n ${this.datasets.map(\n (dataset: any, index: number) => html`\n <div class=\"tab-content\" series-index=\"${index}\">\n <label> <ox-i18n msgid=\"label.data-key\">Data Key</ox-i18n> </label>\n <input type=\"text\" value-key=\"dataKey\" .value=${this.dataKey} />\n\n ${this.value.type == 'bar'\n ? html`\n <label> <ox-i18n msgid=\"label.type\">type</ox-i18n> </label>\n <select class=\"select-content\" value-key=\"series.type\" .value=${this.series.type}>\n <option value=\"bar\" selected>bar</option>\n <option value=\"line\">line</option>\n </select>\n `\n : html``}\n\n <label> <ox-i18n msgid=\"label.label\">label</ox-i18n> </label>\n <input type=\"text\" value-key=\"series.label\" .value=${this.series.label} />\n\n ${this.series.type == 'line'\n ? html`\n <label> <ox-i18n msgid=\"label.line-tension\">line tension</ox-i18n> </label>\n <select class=\"select-content\" value-key=\"series.lineTension\" .value=${this.series.lineTension}>\n <option value=\"0.4\">smooth</option>\n <option value=\"0\">angled</option>\n </select>\n `\n : html``}\n ${this.series.type == 'line'\n ? html`\n <label> <ox-i18n msgid=\"label.border-width\">border width</ox-i18n> </label>\n <input type=\"number\" value-key=\"series.borderWidth\" .value=${this.series.borderWidth} />\n `\n : html``}\n\n <label> <ox-i18n msgid=\"label.color\">color</ox-i18n> </label>\n <ox-input-color value-key=\"color\" .value=${this.color}></ox-input-color>\n\n ${this.series.type == 'line'\n ? html`\n <label> <ox-i18n msgid=\"label.point-shape\">point shape</ox-i18n> </label>\n <select class=\"select-content\" value-key=\"series.pointStyle\" .value=${this.series.pointStyle}>\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> <ox-i18n msgid=\"label.point-size\">point size</ox-i18n> </label>\n <input type=\"number\" value-key=\"series.pointRadius\" .value=${this.series.pointRadius} />\n `\n : html``} <label> <ox-i18n msgid=\"label.stack-group\">Stack group</ox-i18n> </label>\n <input type=\"text\" value-key=\"series.stack\" .value=${this.series.stack || ''} /> ${this.series.type ==\n 'line'\n ? html`\n <input type=\"checkbox\" value-key=\"series.fill\" .checked=${this.series.fill} />\n <label> <ox-i18n msgid=\"label.fill\">fill</ox-i18n> </label>\n `\n : html``}\n ${this.multiAxis\n ? html`\n <label> <ox-i18n msgid=\"label.target-axis\">target axis</ox-i18n> </label>\n <select class=\"select-content\" value-key=\"series.yAxisID\" .value=${this.series.yAxisID}>\n <option value=\"left\">left</option>\n <option value=\"right\">right</option>\n </select>\n `\n : html``}\n ${this.displayValueTemplate()}\n </div>\n `\n )}\n </iron-pages>\n </div>\n `\n }\n\n _onTabScroll(e: Event) {\n if (!this.tabContainer) {\n return\n }\n\n if (this.tabContainer.clientWidth == this.tabContainer.scrollWidth) {\n this.tabNavLeftButton.disabled = true\n this.tabNavRightButton.disabled = true\n }\n // left-end\n else if (this.tabContainer.scrollLeft == 0) {\n this.tabNavLeftButton.disabled = true\n this.tabNavRightButton.disabled = false\n }\n // right-end\n else if (this.tabContainer.scrollLeft + this.tabContainer.clientWidth >= this.tabContainer.scrollWidth) {\n this.tabNavLeftButton.disabled = false\n this.tabNavRightButton.disabled = true\n } else {\n this.tabNavLeftButton.disabled = false\n this.tabNavRightButton.disabled = false\n }\n }\n\n _onTabScrollNavLeft(e: Event) {\n if (!this.tabContainer) {\n return\n }\n\n this.tabContainer.style.scrollBehavior = 'smooth'\n this.tabContainer.scrollLeft -= this.tabContainer.clientWidth\n this.tabContainer.style.scrollBehavior = 'auto'\n }\n\n _onTabScrollNavRight(e: Event) {\n if (!this.tabContainer) {\n return\n }\n\n this.tabContainer.style.scrollBehavior = 'smooth'\n this.tabContainer.scrollLeft += this.tabContainer.clientWidth\n this.tabContainer.style.scrollBehavior = 'auto'\n }\n}\n"]}
|
1
|
+
{"version":3,"file":"property-editor-chartjs-multi-series-abstract.js","sourceRoot":"","sources":["../../src/editors/property-editor-chartjs-multi-series-abstract.ts"],"names":[],"mappings":"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","sourcesContent":["import '@material/web/button/elevated-button.js'\nimport '@polymer/iron-pages/iron-pages'\nimport '@polymer/paper-tabs/paper-tabs'\n\nimport '@operato/i18n/ox-i18n.js'\n\nimport { css, html } from 'lit'\nimport { query } from 'lit/decorators.js'\n\nimport { Properties } from '@hatiolab/things-scene'\nimport { MdElevatedButton } from '@material/web/button/elevated-button.js'\n\nimport PropertyEditorChartJSAbstract from './property-editor-chartjs-abstract'\n\nexport default class PropertyEditorChartJSMultiSeriesAbstract extends PropertyEditorChartJSAbstract {\n static styles = [\n ...PropertyEditorChartJSAbstract.styles,\n css`\n paper-tabs {\n background-color: rgb(204, 204, 204);\n }\n input[type='text'],\n input[type='number'] {\n border: 1px solid rgba(0, 0, 0, 0.2);\n }\n `\n ]\n\n constructor() {\n super()\n\n this.value = {\n options: {\n legend: {},\n scales: {\n xAxes: [\n {\n ticks: {}\n }\n ],\n yAxes: [\n {\n ticks: {}\n }\n ]\n }\n },\n data: {\n datasets: []\n }\n }\n }\n\n @query('#tabs') tabs!: HTMLElement\n @query('#tab-nav-left-button') tabNavLeftButton!: MdElevatedButton\n @query('#tab-nav-right-button') tabNavRightButton!: MdElevatedButton\n\n get color() {\n var oldVersionColor = this.series.backgroundColor\n if (this.series.type == 'line') oldVersionColor = this.series.borderColor\n if (this.series.type == 'radar') oldVersionColor = this.series.borderColor\n return this.series.color || oldVersionColor\n }\n\n set color(color) {\n this.series.color = color\n delete this.series.backgroundColor\n delete this.series.borderColor\n }\n\n get xAxes0() {\n return this.scales.xAxes[0]\n }\n\n set xAxes0(xAxes0) {\n this.scales.xAxes[0] = xAxes0\n }\n\n get yAxes0() {\n return this.scales.yAxes[0]\n }\n\n set yAxes0(yAxes0) {\n this.scales.yAxes[0] = yAxes0\n }\n\n get yAxes1() {\n return this.scales.yAxes[1]\n }\n\n set yAxes1(yAxes1) {\n this.scales.yAxes[1] = yAxes1\n }\n\n get multiAxis() {\n return this.value.options.multiAxis\n }\n\n set multiAxis(multiAxis) {\n this.value.options.multiAxis = multiAxis\n }\n\n get tabContainer(): HTMLElement | null | undefined {\n return this.tabs.shadowRoot?.querySelector('#tabsContainer')\n }\n\n firstUpdated() {\n super.firstUpdated()\n\n this.tabContainer?.addEventListener('scroll', e => {\n this._onTabScroll(e)\n })\n }\n\n editorTemplate(props: Properties) {\n return html`\n <input type=\"checkbox\" value-key=\"multiAxis\" .checked=${this.multiAxis} />\n <label> <ox-i18n msgid=\"label.multi-axis\">Multi Axis</ox-i18n> </label>\n\n <legend><ox-i18n msgid=\"label.series\">Series</ox-i18n></legend>\n\n ${this.multiSeriesTabTemplate()}\n\n <legend><ox-i18n msgid=\"label.x-axes\">X Axes</ox-i18n></legend>\n\n <label> <ox-i18n msgid=\"label.data-key\">Data Key</ox-i18n> </label>\n <input type=\"text\" value-key=\"labelDataKey\" .value=${this.labelDataKey} />\n\n <label> <ox-i18n msgid=\"label.title\">Title</ox-i18n> </label>\n <input type=\"text\" value-key=\"xAxes0.axisTitle\" .value=${this.xAxes0.axisTitle || ''} />\n\n <label> <ox-i18n msgid=\"label.thickness\">Thickness</ox-i18n> </label>\n <input type=\"number\" value-key=\"xAxes0.barPercentage\" .value=${this.xAxes0.barPercentage} />\n\n <input type=\"checkbox\" value-key=\"value.options.xGridLine\" .checked=${this.value.options.xGridLine} />\n <label> <ox-i18n msgid=\"label.grid-line\">Grid Line</ox-i18n> </label>\n\n <input type=\"checkbox\" value-key=\"xAxes0.ticks.display\" .checked=${this.xAxes0.ticks.display} />\n <label> <ox-i18n msgid=\"label.display-tick\">Display Tick</ox-i18n> </label>\n\n <legend><ox-i18n msgid=\"label.y-axes\">Y Axes</ox-i18n></legend>\n\n <label> <ox-i18n msgid=\"label.title\">Title</ox-i18n> </label>\n <input type=\"text\" value-key=\"yAxes0.axisTitle\" .value=${this.yAxes0.axisTitle || ''} />\n\n <input type=\"checkbox\" value-key=\"yAxes0.ticks.autoMin\" .checked=${this.yAxes0.ticks.autoMin} />\n <label> <ox-i18n msgid=\"label.axis-min-auto\">Min Auto</ox-i18n> </label>\n\n <input type=\"checkbox\" value-key=\"yAxes0.ticks.autoMax\" .checked=${this.yAxes0.ticks.autoMax} />\n <label> <ox-i18n msgid=\"label.axis-max-auto\">Max Auto</ox-i18n> </label>\n\n ${!this.yAxes0.ticks.autoMin\n ? html`\n <label> <ox-i18n msgid=\"label.axis-min\">Min</ox-i18n> </label>\n <input type=\"number\" value-key=\"yAxes0.ticks.min\" .value=${this.yAxes0.ticks.min} />\n `\n : html``}\n ${!this.yAxes0.ticks.autoMax\n ? html`\n <label> <ox-i18n msgid=\"label.axis-max\">Max</ox-i18n> </label>\n <input type=\"number\" value-key=\"yAxes0.ticks.max\" .value=${this.yAxes0.ticks.max} />\n `\n : html``}\n\n <label> <ox-i18n msgid=\"label.axis-step-size\">StepSize</ox-i18n> </label>\n <input type=\"number\" value-key=\"yAxes0.ticks.stepSize\" .value=${this.yAxes0.ticks.stepSize} />\n\n <input type=\"checkbox\" value-key=\"value.options.yGridLine\" .checked=${this.value.options.yGridLine} />\n <label> <ox-i18n msgid=\"label.grid-line\">Grid Line</ox-i18n> </label>\n\n <input type=\"checkbox\" value-key=\"yAxes0.ticks.display\" .checked=${this.yAxes0.ticks.display} />\n <label> <ox-i18n msgid=\"label.display-tick\">Display Tick</ox-i18n> </label>\n\n ${this.value.options.multiAxis\n ? html`\n <legend><ox-i18n msgid=\"label.y-2nd-axes\">Y 2nd Axes</ox-i18n></legend>\n\n <label> <ox-i18n msgid=\"label.title\">Title</ox-i18n> </label>\n <input type=\"text\" value-key=\"yAxes1.axisTitle\" .value=${this.yAxes1.axisTitle || ''} />\n\n <input type=\"checkbox\" value-key=\"yAxes1.ticks.autoMin\" .checked=${this.yAxes1.ticks.autoMin} />\n <label> <ox-i18n msgid=\"label.axis-min-auto\">Min Auto</ox-i18n> </label>\n\n <input type=\"checkbox\" value-key=\"yAxes1.ticks.autoMax\" .checked=${this.yAxes1.ticks.autoMax} />\n <label> <ox-i18n msgid=\"label.axis-max-auto\">Max Auto</ox-i18n> </label>\n\n ${!this.yAxes1.ticks.autoMin\n ? html`\n <label> <ox-i18n msgid=\"label.axis-min\">Min</ox-i18n> </label>\n <input type=\"number\" value-key=\"yAxes1.ticks.min\" .value=${this.yAxes1.ticks.min} />\n `\n : html``}\n ${!this.yAxes1.ticks.autoMax\n ? html`\n <label> <ox-i18n msgid=\"label.axis-max\">Max</ox-i18n> </label>\n <input type=\"number\" value-key=\"yAxes1.ticks.max\" .value=${this.yAxes1.ticks.max} />\n `\n : html``}\n\n <label> <ox-i18n msgid=\"label.axis-step-size\">StepSize</ox-i18n> </label>\n <input type=\"number\" value-key=\"yAxes1.ticks.stepSize\" .value=${this.yAxes1.ticks.stepSize} />\n\n <input type=\"checkbox\" value-key=\"value.options.y2ndGridLine\" .checked=${this.value.options.y2ndGridLine} />\n <label> <ox-i18n msgid=\"label.grid-line\">Grid Line</ox-i18n> </label>\n\n <input type=\"checkbox\" value-key=\"yAxes1.ticks.display\" .checked=${this.yAxes1.ticks.display} />\n <label> <ox-i18n msgid=\"label.display-tick\">Display Tick</ox-i18n> </label>\n `\n : html``}\n `\n }\n\n multiSeriesTabTemplate() {\n return html`\n <div id=\"series-properties-container\" fullwidth>\n <div id=\"tab-header\">\n <md-elevated-button\n id=\"tab-nav-left-button\"\n @click=${(e: Event) => {\n this._onTabScrollNavLeft(e)\n }}\n disabled\n ><md-icon>chevron_left</md-icon></md-elevated-button\n >\n <paper-tabs\n id=\"tabs\"\n @iron-select=${(e: Event) => (this.currentSeriesIndex = (e.target as any).selected)}\n .selected=${this.currentSeriesIndex}\n no-bar\n noink\n scrollable\n hide-scroll-buttons\n fit-container\n >\n ${this.datasets.map(\n (dataset: any, index: number) => html`\n <paper-tab data-series=\"${index + 1}\" noink\n >${index + 1}\n ${!this.datasets || (this.datasets.length != 1 && this.currentSeriesIndex == index)\n ? html`\n <md-elevated-button @tap=${(e: Event) => this.onTapRemoveCurrentTab(e)}>\n <md-icon>close</md-icon>\n </md-elevated-button>\n `\n : html``}\n </paper-tab>\n `\n )}\n </paper-tabs>\n <md-elevated-button\n id=\"tab-nav-right-button\"\n @click=${(e: Event) => {\n this._onTabScrollNavRight(e)\n }}\n disabled\n ><md-icon>chevron_right</md-icon></md-elevated-button\n >\n </div>\n <div id=\"add-series-button-container\">\n <md-elevated-button id=\"add-series-button\" @tap=${(e: Event) => this.onTapAddTab(e)}\n ><md-icon>add</md-icon></md-elevated-button\n >\n </div>\n\n <iron-pages .selected=${this.currentSeriesIndex} .attr-for-selected=\"series-index\">\n ${this.datasets.map(\n (dataset: any, index: number) => html`\n <div class=\"tab-content\" series-index=\"${index}\">\n <label> <ox-i18n msgid=\"label.data-key\">Data Key</ox-i18n> </label>\n <input type=\"text\" value-key=\"dataKey\" .value=${this.dataKey} />\n\n ${this.value.type == 'bar'\n ? html`\n <label> <ox-i18n msgid=\"label.type\">type</ox-i18n> </label>\n <select class=\"select-content\" value-key=\"series.type\" .value=${this.series.type}>\n <option value=\"bar\" selected>bar</option>\n <option value=\"line\">line</option>\n </select>\n `\n : html``}\n\n <label> <ox-i18n msgid=\"label.label\">label</ox-i18n> </label>\n <input type=\"text\" value-key=\"series.label\" .value=${this.series.label} />\n\n ${this.series.type == 'line'\n ? html`\n <label> <ox-i18n msgid=\"label.line-tension\">line tension</ox-i18n> </label>\n <select class=\"select-content\" value-key=\"series.lineTension\" .value=${this.series.lineTension}>\n <option value=\"0.4\">smooth</option>\n <option value=\"0\">angled</option>\n </select>\n `\n : html``}\n ${this.series.type == 'line'\n ? html`\n <label> <ox-i18n msgid=\"label.border-width\">border width</ox-i18n> </label>\n <input type=\"number\" value-key=\"series.borderWidth\" .value=${this.series.borderWidth} />\n `\n : html``}\n\n <label> <ox-i18n msgid=\"label.color\">color</ox-i18n> </label>\n <ox-input-color value-key=\"color\" .value=${this.color}></ox-input-color>\n\n ${this.series.type == 'line'\n ? html`\n <label> <ox-i18n msgid=\"label.point-shape\">point shape</ox-i18n> </label>\n <select class=\"select-content\" value-key=\"series.pointStyle\" .value=${this.series.pointStyle}>\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> <ox-i18n msgid=\"label.point-size\">point size</ox-i18n> </label>\n <input type=\"number\" value-key=\"series.pointRadius\" .value=${this.series.pointRadius} />\n `\n : html``} <label> <ox-i18n msgid=\"label.stack-group\">Stack group</ox-i18n> </label>\n <input type=\"text\" value-key=\"series.stack\" .value=${this.series.stack || ''} /> ${this.series.type ==\n 'line'\n ? html`\n <input type=\"checkbox\" value-key=\"series.fill\" .checked=${this.series.fill} />\n <label> <ox-i18n msgid=\"label.fill\">fill</ox-i18n> </label>\n `\n : html``}\n ${this.multiAxis\n ? html`\n <label> <ox-i18n msgid=\"label.target-axis\">target axis</ox-i18n> </label>\n <select class=\"select-content\" value-key=\"series.yAxisID\" .value=${this.series.yAxisID}>\n <option value=\"left\">left</option>\n <option value=\"right\">right</option>\n </select>\n `\n : html``}\n ${this.displayValueTemplate()}\n </div>\n `\n )}\n </iron-pages>\n </div>\n `\n }\n\n _onTabScroll(e: Event) {\n if (!this.tabContainer) {\n return\n }\n\n if (this.tabContainer.clientWidth == this.tabContainer.scrollWidth) {\n this.tabNavLeftButton.disabled = true\n this.tabNavRightButton.disabled = true\n }\n // left-end\n else if (this.tabContainer.scrollLeft == 0) {\n this.tabNavLeftButton.disabled = true\n this.tabNavRightButton.disabled = false\n }\n // right-end\n else if (this.tabContainer.scrollLeft + this.tabContainer.clientWidth >= this.tabContainer.scrollWidth) {\n this.tabNavLeftButton.disabled = false\n this.tabNavRightButton.disabled = true\n } else {\n this.tabNavLeftButton.disabled = false\n this.tabNavRightButton.disabled = false\n }\n }\n\n _onTabScrollNavLeft(e: Event) {\n if (!this.tabContainer) {\n return\n }\n\n this.tabContainer.style.scrollBehavior = 'smooth'\n this.tabContainer.scrollLeft -= this.tabContainer.clientWidth\n this.tabContainer.style.scrollBehavior = 'auto'\n }\n\n _onTabScrollNavRight(e: Event) {\n if (!this.tabContainer) {\n return\n }\n\n this.tabContainer.style.scrollBehavior = 'smooth'\n this.tabContainer.scrollLeft += this.tabContainer.clientWidth\n this.tabContainer.style.scrollBehavior = 'auto'\n }\n}\n"]}
|
@@ -1,3 +1,4 @@
|
|
1
|
+
import 'ses';
|
1
2
|
function seriesHighlight(chartInstance, seriesData) {
|
2
3
|
var _a;
|
3
4
|
(_a = chartInstance.data.datasets) === null || _a === void 0 ? void 0 : _a.forEach(dataset => {
|
@@ -7,9 +8,10 @@ function seriesHighlight(chartInstance, seriesData) {
|
|
7
8
|
}
|
8
9
|
let highlightColor = highlight.color;
|
9
10
|
let highlightCondition = highlight.condition;
|
11
|
+
const c = new Compartment();
|
10
12
|
seriesData.forEach((sdata, sIndex) => {
|
11
13
|
sdata.forEach((data, i) => {
|
12
|
-
if (!
|
14
|
+
if (!c.evaluate(highlightCondition)) {
|
13
15
|
return;
|
14
16
|
}
|
15
17
|
let meta = chartInstance.getDatasetMeta(sIndex);
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"chart-series-highlight.js","sourceRoot":"","sources":["../../src/plugins/chart-series-highlight.ts"],"names":[],"mappings":"
|
1
|
+
{"version":3,"file":"chart-series-highlight.js","sourceRoot":"","sources":["../../src/plugins/chart-series-highlight.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAA;AAEZ,SAAS,eAAe,CAAC,aAAyB,EAAE,UAAiC;;IACnF,MAAA,aAAa,CAAC,IAAI,CAAC,QAAQ,0CAAE,OAAO,CAAC,OAAO,CAAC,EAAE;QAC7C,IAAI,SAAS,GAAG,OAAO,CAAC,SAAS,CAAA;QACjC,IAAI,CAAC,SAAS,EAAE,CAAC;YACf,OAAM;QACR,CAAC;QAED,IAAI,cAAc,GAAG,SAAS,CAAC,KAAK,CAAA;QACpC,IAAI,kBAAkB,GAAG,SAAS,CAAC,SAAS,CAAA;QAC5C,MAAM,CAAC,GAAG,IAAI,WAAW,EAAE,CAAA;QAE3B,UAAU,CAAC,OAAO,CAAC,CAAC,KAAK,EAAE,MAAM,EAAE,EAAE;YACnC,KAAK,CAAC,OAAO,CAAC,CAAC,IAAqB,EAAE,CAAS,EAAE,EAAE;gBACjD,IAAI,CAAC,CAAC,CAAC,QAAQ,CAAC,kBAAkB,CAAC,EAAE,CAAC;oBACpC,OAAM;gBACR,CAAC;gBAED,IAAI,IAAI,GAAG,aAAa,CAAC,cAAc,CAAC,MAAM,CAAC,CAAA;gBAC/C,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,MAAM,CAAC,eAAe,GAAG,cAAc,CAAA;gBACpD,YAAY;gBACZ,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,MAAM,CAAC,oBAAoB,GAAG,cAAc,CAAA;gBAEzD,2CAA2C;YAC7C,CAAC,CAAC,CAAA;QACJ,CAAC,CAAC,CAAA;IACJ,CAAC,CAAC,CAAA;AACJ,CAAC;AAED,eAAe;IACb,EAAE,EAAE,wBAAwB;IAC5B,UAAU,EAAE,UAAU,aAAyB;QAC7C,IAAI,CAAC,aAAa,CAAC,IAAI,CAAC,OAAO,EAAE,CAAC;YAChC,OAAM;QACR,CAAC;QAED,IAAI,UAAU,GAAG,aAAa,CAAC,IAAI,CAAC,OAAO,CAAC,UAAU,CAAA;QACtD,eAAe,CAAC,aAAa,EAAE,UAAU,CAAC,CAAA;IAC5C,CAAC;CACF,CAAA","sourcesContent":["import 'ses'\n\nfunction seriesHighlight(chartInstance: SceneChart, seriesData: SceneChart.DataSeries) {\n chartInstance.data.datasets?.forEach(dataset => {\n let highlight = dataset.highlight\n if (!highlight) {\n return\n }\n\n let highlightColor = highlight.color\n let highlightCondition = highlight.condition\n const c = new Compartment()\n\n seriesData.forEach((sdata, sIndex) => {\n sdata.forEach((data: SceneChart.Data, i: number) => {\n if (!c.evaluate(highlightCondition)) {\n return\n }\n\n let meta = chartInstance.getDatasetMeta(sIndex)\n meta.data[i]._model.backgroundColor = highlightColor\n //@ts-ignore\n meta.data[i]._model.hoverBackgroundColor = highlightColor\n\n // dataset.backgroundColor = highlightColor\n })\n })\n })\n}\n\nexport default {\n id: 'chart-series-highlight',\n beforeDraw: function (chartInstance: SceneChart) {\n if (!chartInstance.data.rawData) {\n return\n }\n\n let seriesData = chartInstance.data.rawData.seriesData\n seriesHighlight(chartInstance, seriesData)\n }\n}\n"]}
|
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "@operato/scene-chartjs",
|
3
3
|
"description": "Things Scene ChartJS Component",
|
4
|
-
"version": "2.0.0-
|
4
|
+
"version": "2.0.0-beta.0",
|
5
5
|
"author": "heartyoh",
|
6
6
|
"main": "dist/index.js",
|
7
7
|
"module": "dist/index.js",
|
@@ -29,7 +29,7 @@
|
|
29
29
|
"dependencies": {
|
30
30
|
"@ctrl/tinycolor": "^3.1.6",
|
31
31
|
"@hatiolab/things-scene": "^3.2.0",
|
32
|
-
"@material/
|
32
|
+
"@material/web": "^1.4.0",
|
33
33
|
"@polymer/iron-pages": "^3.0.1",
|
34
34
|
"@polymer/paper-tabs": "^3.1.0",
|
35
35
|
"@webcomponents/template": "^1.5.0",
|
@@ -41,12 +41,13 @@
|
|
41
41
|
"chartjs-plugin-style": "^0.5.0",
|
42
42
|
"core-js": "^3.26.0",
|
43
43
|
"lit": "^3.1.2",
|
44
|
-
"regenerator-runtime": "^0.13.3"
|
44
|
+
"regenerator-runtime": "^0.13.3",
|
45
|
+
"ses": "^1.5.0"
|
45
46
|
},
|
46
47
|
"devDependencies": {
|
47
48
|
"@hatiolab/prettier-config": "^1.0.0",
|
48
|
-
"@things-factory/builder": "^7.0.
|
49
|
-
"@things-factory/operato-board": "^7.0.
|
49
|
+
"@things-factory/builder": "^7.0.1-beta.0",
|
50
|
+
"@things-factory/operato-board": "^7.0.1-beta.0",
|
50
51
|
"@types/chart.js": "2.9.34",
|
51
52
|
"@typescript-eslint/eslint-plugin": "^4.33.0",
|
52
53
|
"@typescript-eslint/parser": "^4.33.0",
|
@@ -72,5 +73,5 @@
|
|
72
73
|
"prettier --write"
|
73
74
|
]
|
74
75
|
},
|
75
|
-
"gitHead": "
|
76
|
+
"gitHead": "3deb3dba6ab927a087568af0cdc930132ed1956e"
|
76
77
|
}
|
@@ -1,4 +1,5 @@
|
|
1
|
-
import '@material/
|
1
|
+
import '@material/web/icon/icon.js'
|
2
|
+
import '@material/web/button/elevated-button.js'
|
2
3
|
import '@polymer/paper-tabs/paper-tabs'
|
3
4
|
import '@polymer/iron-pages/iron-pages'
|
4
5
|
|
@@ -90,14 +91,14 @@ export default class PropertyEditorChartJSHBar extends PropertyEditorChartJSMult
|
|
90
91
|
return html`
|
91
92
|
<div id="series-properties-container" fullwidth>
|
92
93
|
<div id="tab-header">
|
93
|
-
<
|
94
|
+
<md-elevated-button
|
94
95
|
id="tab-nav-left-button"
|
95
|
-
icon="chevron_left"
|
96
96
|
@click=${(e: Event) => {
|
97
97
|
this._onTabScrollNavLeft(e)
|
98
98
|
}}
|
99
99
|
disabled
|
100
|
-
|
100
|
+
><md-icon>chevron_left</md-icon></md-elevated-button
|
101
|
+
>
|
101
102
|
<paper-tabs
|
102
103
|
id="tabs"
|
103
104
|
@iron-select=${(e: Event) => (this.currentSeriesIndex = (e.target as any).selected)}
|
@@ -114,29 +115,28 @@ export default class PropertyEditorChartJSHBar extends PropertyEditorChartJSMult
|
|
114
115
|
>${index + 1}
|
115
116
|
${!this.datasets || (this.datasets.length != 1 && this.currentSeriesIndex == index)
|
116
117
|
? html`
|
117
|
-
<
|
118
|
-
|
118
|
+
<md-elevated-button @tap="${(e: Event) => this.onTapRemoveCurrentTab(e)}">
|
119
|
+
<md-icon>close</md-icon>
|
120
|
+
</md-elevated-button>
|
119
121
|
`
|
120
122
|
: html``}
|
121
123
|
</paper-tab>
|
122
124
|
`
|
123
125
|
)}
|
124
126
|
</paper-tabs>
|
125
|
-
<
|
127
|
+
<md-elevated-button
|
126
128
|
id="tab-nav-right-button"
|
127
|
-
icon="chevron_right"
|
128
129
|
@click=${(e: Event) => {
|
129
130
|
this._onTabScrollNavRight(e)
|
130
131
|
}}
|
131
132
|
disabled
|
132
|
-
|
133
|
+
><md-icon>chevron_right</md-icon></md-elevated-button
|
134
|
+
>
|
133
135
|
</div>
|
134
136
|
<div id="add-series-button-container">
|
135
|
-
<
|
136
|
-
|
137
|
-
|
138
|
-
@tap=${(e: Event) => this.onTapAddTab(e)}
|
139
|
-
></mwc-icon-button>
|
137
|
+
<md-elevated-button id="add-series-button" @tap=${(e: Event) => this.onTapAddTab(e)}
|
138
|
+
><md-icon>add</md-icon></md-elevated-button
|
139
|
+
>
|
140
140
|
</div>
|
141
141
|
|
142
142
|
<iron-pages .selected=${this.currentSeriesIndex} .attr-for-selected="series-index">
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import '@material/
|
1
|
+
import '@material/web/button/elevated-button.js'
|
2
2
|
import '@polymer/iron-pages/iron-pages'
|
3
3
|
import '@polymer/paper-tabs/paper-tabs'
|
4
4
|
|
@@ -8,7 +8,7 @@ import { css, html } from 'lit'
|
|
8
8
|
import { query } from 'lit/decorators.js'
|
9
9
|
|
10
10
|
import { Properties } from '@hatiolab/things-scene'
|
11
|
-
import {
|
11
|
+
import { MdElevatedButton } from '@material/web/button/elevated-button.js'
|
12
12
|
|
13
13
|
import PropertyEditorChartJSAbstract from './property-editor-chartjs-abstract'
|
14
14
|
|
@@ -52,8 +52,8 @@ export default class PropertyEditorChartJSMultiSeriesAbstract extends PropertyEd
|
|
52
52
|
}
|
53
53
|
|
54
54
|
@query('#tabs') tabs!: HTMLElement
|
55
|
-
@query('#tab-nav-left-button') tabNavLeftButton!:
|
56
|
-
@query('#tab-nav-right-button') tabNavRightButton!:
|
55
|
+
@query('#tab-nav-left-button') tabNavLeftButton!: MdElevatedButton
|
56
|
+
@query('#tab-nav-right-button') tabNavRightButton!: MdElevatedButton
|
57
57
|
|
58
58
|
get color() {
|
59
59
|
var oldVersionColor = this.series.backgroundColor
|
@@ -214,14 +214,14 @@ export default class PropertyEditorChartJSMultiSeriesAbstract extends PropertyEd
|
|
214
214
|
return html`
|
215
215
|
<div id="series-properties-container" fullwidth>
|
216
216
|
<div id="tab-header">
|
217
|
-
<
|
217
|
+
<md-elevated-button
|
218
218
|
id="tab-nav-left-button"
|
219
|
-
icon="chevron_left"
|
220
219
|
@click=${(e: Event) => {
|
221
220
|
this._onTabScrollNavLeft(e)
|
222
221
|
}}
|
223
222
|
disabled
|
224
|
-
|
223
|
+
><md-icon>chevron_left</md-icon></md-elevated-button
|
224
|
+
>
|
225
225
|
<paper-tabs
|
226
226
|
id="tabs"
|
227
227
|
@iron-select=${(e: Event) => (this.currentSeriesIndex = (e.target as any).selected)}
|
@@ -238,29 +238,28 @@ export default class PropertyEditorChartJSMultiSeriesAbstract extends PropertyEd
|
|
238
238
|
>${index + 1}
|
239
239
|
${!this.datasets || (this.datasets.length != 1 && this.currentSeriesIndex == index)
|
240
240
|
? html`
|
241
|
-
<
|
242
|
-
|
241
|
+
<md-elevated-button @tap=${(e: Event) => this.onTapRemoveCurrentTab(e)}>
|
242
|
+
<md-icon>close</md-icon>
|
243
|
+
</md-elevated-button>
|
243
244
|
`
|
244
245
|
: html``}
|
245
246
|
</paper-tab>
|
246
247
|
`
|
247
248
|
)}
|
248
249
|
</paper-tabs>
|
249
|
-
<
|
250
|
+
<md-elevated-button
|
250
251
|
id="tab-nav-right-button"
|
251
|
-
icon="chevron_right"
|
252
252
|
@click=${(e: Event) => {
|
253
253
|
this._onTabScrollNavRight(e)
|
254
254
|
}}
|
255
255
|
disabled
|
256
|
-
|
256
|
+
><md-icon>chevron_right</md-icon></md-elevated-button
|
257
|
+
>
|
257
258
|
</div>
|
258
259
|
<div id="add-series-button-container">
|
259
|
-
<
|
260
|
-
|
261
|
-
|
262
|
-
@tap=${(e: Event) => this.onTapAddTab(e)}
|
263
|
-
></mwc-icon-button>
|
260
|
+
<md-elevated-button id="add-series-button" @tap=${(e: Event) => this.onTapAddTab(e)}
|
261
|
+
><md-icon>add</md-icon></md-elevated-button
|
262
|
+
>
|
264
263
|
</div>
|
265
264
|
|
266
265
|
<iron-pages .selected=${this.currentSeriesIndex} .attr-for-selected="series-index">
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import
|
1
|
+
import 'ses'
|
2
2
|
|
3
3
|
function seriesHighlight(chartInstance: SceneChart, seriesData: SceneChart.DataSeries) {
|
4
4
|
chartInstance.data.datasets?.forEach(dataset => {
|
@@ -9,10 +9,11 @@ function seriesHighlight(chartInstance: SceneChart, seriesData: SceneChart.DataS
|
|
9
9
|
|
10
10
|
let highlightColor = highlight.color
|
11
11
|
let highlightCondition = highlight.condition
|
12
|
+
const c = new Compartment()
|
12
13
|
|
13
14
|
seriesData.forEach((sdata, sIndex) => {
|
14
15
|
sdata.forEach((data: SceneChart.Data, i: number) => {
|
15
|
-
if (!
|
16
|
+
if (!c.evaluate(highlightCondition)) {
|
16
17
|
return
|
17
18
|
}
|
18
19
|
|
package/tsconfig.json
CHANGED
package/tsconfig.tsbuildinfo
CHANGED
@@ -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.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.decorators.d.ts","../../node_modules/typescript/lib/lib.decorators.legacy.d.ts","./global/index.d.ts","../../node_modules/tslib/tslib.d.ts","../../node_modules/moment/ts3.1-typings/moment.d.ts","../../node_modules/@types/chart.js/index.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/node_modules/lit-html/directive.d.ts","../../node_modules/lit/node_modules/lit-html/lit-html.d.ts","../../node_modules/lit-element/node_modules/lit-html/lit-html.d.ts","../../node_modules/lit-element/lit-element.d.ts","../../node_modules/lit/node_modules/lit-html/is-server.d.ts","../../node_modules/lit/index.d.ts","../../node_modules/@lit/reactive-element/decorators/base.d.ts","../../node_modules/@lit/reactive-element/decorators/custom-element.d.ts","../../node_modules/@lit/reactive-element/decorators/property.d.ts","../../node_modules/@lit/reactive-element/decorators/state.d.ts","../../node_modules/@lit/reactive-element/decorators/event-options.d.ts","../../node_modules/@lit/reactive-element/decorators/query.d.ts","../../node_modules/@lit/reactive-element/decorators/query-all.d.ts","../../node_modules/@lit/reactive-element/decorators/query-async.d.ts","../../node_modules/@lit/reactive-element/decorators/query-assigned-nodes.d.ts","../../node_modules/@lit/reactive-element/decorators/query-assigned-elements.d.ts","../../node_modules/lit/decorators.d.ts","./src/plugins/chartjs-plugin-data-binder.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","./src/config-converter.ts","./src/ox-chart.ts","../../node_modules/@types/lodash/common/common.d.ts","../../node_modules/@types/lodash/common/array.d.ts","../../node_modules/@types/lodash/common/collection.d.ts","../../node_modules/@types/lodash/common/date.d.ts","../../node_modules/@types/lodash/common/function.d.ts","../../node_modules/@types/lodash/common/lang.d.ts","../../node_modules/@types/lodash/common/math.d.ts","../../node_modules/@types/lodash/common/number.d.ts","../../node_modules/@types/lodash/common/object.d.ts","../../node_modules/@types/lodash/common/seq.d.ts","../../node_modules/@types/lodash/common/string.d.ts","../../node_modules/@types/lodash/common/util.d.ts","../../node_modules/@types/lodash/index.d.ts","../../node_modules/@types/lodash/clonedeep.d.ts","../../node_modules/@hatiolab/things-scene/things-scene.d.ts","./src/chartjs.ts","./src/index.ts","./src/scene-chart.d.ts","../../node_modules/lit-html/directive.d.ts","../../node_modules/lit-html/lit-html.d.ts","../../node_modules/@operato/i18n/dist/src/ox-i18n.d.ts","../../node_modules/@material/base/foundation.d.ts","../../node_modules/@material/mwc-base/node_modules/@lit/reactive-element/css-tag.d.ts","../../node_modules/@material/mwc-base/node_modules/@lit/reactive-element/reactive-controller.d.ts","../../node_modules/@material/mwc-base/node_modules/@lit/reactive-element/reactive-element.d.ts","../../node_modules/@material/mwc-base/node_modules/lit-element/lit-element.d.ts","../../node_modules/lit-html/is-server.d.ts","../../node_modules/@material/mwc-base/node_modules/lit/index.d.ts","../../node_modules/@material/mwc-base/utils.d.ts","../../node_modules/@material/base/types.d.ts","../../node_modules/@material/mwc-base/base-element.d.ts","../../node_modules/@material/ripple/types.d.ts","../../node_modules/@material/ripple/adapter.d.ts","../../node_modules/@material/ripple/foundation.d.ts","../../node_modules/@material/mwc-ripple/node_modules/lit/index.d.ts","../../node_modules/@material/mwc-ripple/mwc-ripple-base.d.ts","../../node_modules/@material/mwc-ripple/mwc-ripple.d.ts","../../node_modules/@material/mwc-base/aria-property.d.ts","../../node_modules/@material/mwc-ripple/ripple-handlers.d.ts","../../node_modules/@material/mwc-icon-button/node_modules/lit/index.d.ts","../../node_modules/@material/mwc-icon-button/mwc-icon-button-base.d.ts","../../node_modules/@material/mwc-icon-button/mwc-icon-button.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/polymer/lib/utils/case-map.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/iron-menu-behavior/iron-menubar-behavior.d.ts","../../node_modules/@polymer/iron-resizable-behavior/iron-resizable-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/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/polymer/lib/utils/html-tag.d.ts","../../node_modules/@polymer/paper-tabs/paper-tabs.d.ts","../../node_modules/@polymer/iron-pages/iron-pages.d.ts","./src/editors/property-editor-chartjs-styles.ts","./src/editors/property-editor-chartjs-abstract.ts","./src/editors/property-editor-chartjs-multi-series-abstract.ts","./src/editors/property-editor-chartjs-hbar.ts","./src/editors/property-editor-chartjs-mixed.ts","./src/editors/property-editor-chartjs-pie.ts","./src/editors/property-editor-chartjs-radar.ts","../../node_modules/@operato/property-editor/dist/src/types.d.ts","../../node_modules/@operato/property-editor/dist/src/ox-property-editor.d.ts","../../node_modules/@operato/property-editor/dist/src/ox-properties-dynamic-view.d.ts","../../node_modules/@operato/property-editor/dist/src/index.d.ts","./src/editors/property-editor-chartjs.ts","./src/editors/index.ts","./src/plugins/chart-series-highlight.ts","./src/templates/bar-chart.ts","./src/templates/doughnut-chart.ts","./src/templates/horizontal-bar-chart.ts","./src/templates/line-chart.ts","./src/templates/mixed-chart.ts","./src/templates/pie-chart.ts","./src/templates/polar-area-chart.ts","./src/templates/radar-chart.ts","./src/templates/index.ts"],"fileInfos":[{"version":"824cb491a40f7e8fdeb56f1df5edf91b23f3e3ee6b4cde84d4a99be32338faee","affectsGlobalScope":true},"45b7ab580deca34ae9729e97c13cfd999df04416a79116c3bfb483804f85ded4","3facaf05f0c5fc569c5649dd359892c98a85557e3e0c847964caeb67076f4d75","9a68c0c07ae2fa71b44384a839b7b8d81662a236d4b9ac30916718f7510b1b2d","5e1c4c362065a6b95ff952c0eab010f04dcd2c3494e813b493ecfd4fcb9fc0d8","68d73b4a11549f9c0b7d352d10e91e5dca8faa3322bfb77b661839c42b1ddec7",{"version":"87d693a4920d794a73384b3c779cadcb8548ac6945aa7a925832fe2418c9527a","affectsGlobalScope":true},{"version":"138fb588d26538783b78d1e3b2c2cc12d55840b97bf5e08bca7f7a174fbe2f17","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":"b20fe0eca9a4e405f1a5ae24a2b3290b37cf7f21eba6cbe4fc3fab979237d4f3","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":"49ed889be54031e1044af0ad2c603d627b8bda8b50c1a68435fe85583901d072","affectsGlobalScope":true},{"version":"33358442698bb565130f52ba79bfd3d4d484ac85fe33f3cb1759c54d18201393","affectsGlobalScope":true},{"version":"782dec38049b92d4e85c1585fbea5474a219c6984a35b004963b00beb1aab538","affectsGlobalScope":true},"c4f5f288a2b8dcfb6183e29612ec26b7a049314a6a10b7e6e700a8307077455a","7a1971efcba559ea9002ada4c4e3c925004fb67a755300d53b5edf9399354900","4051f6311deb0ce6052329eeb1cd4b1b104378fe52f882f483130bea75f92197","d5b4a95da4cb2c1d8cf8857d8110ea8e30654ce3b3fb90669dd1e99006af9f40","7abe341c118b8aa3ed2a51d9ef3ada999d223168317c5a977b238e804fab02af","74462c15e232d097b1b9888823cf513a1c5b63f57637a64c3eab6b8a236954ae","fe15b975a20fddd8407bdd885feee2ce04dbc6a7100d89f432cae2ed5fa32d26","e056bb30bf82271634daeee81f772f4a7960085f01f6d4d09c8da1ebe5f6a623","5e30131b6a5587fe666926ad1d9807e733c0a597ed12d682669fcaa331aea576",{"version":"86492a546c3308feaf1dde967afd325c321483b5e96f5fa9e9b6e691dc23fa9e","affectsGlobalScope":true},"15fe687c59d62741b4494d5e623d497d55eb38966ecf5bea7f36e48fc3fbe15e",{"version":"2c3b8be03577c98530ef9cb1a76e2c812636a871f367e9edf4c5f3ce702b77f8","affectsGlobalScope":true},"d4b4f6148a6444ec92db4ac4c7dd7050ffc32b21a10276a59498e04740e8fd8d","2524f58c8d67af441b487c0ce0e0dd9c18bf3d06c05f621874dcda9780d8e22c","2524f58c8d67af441b487c0ce0e0dd9c18bf3d06c05f621874dcda9780d8e22c","c7dd759e5948a94b42422ba7cf70eb8455416def9447614a3bdc1a99b81fc8bb","1bcd560deed90a43c51b08aa18f7f55229f2e30974ab5ed1b7bb5721be379013","dc08fe04e50bc24d1baded4f33e942222bbdd5d77d6341a93cfe6e4e4586a3be","cdeae34aca6700620ebf3f27cf7d439c3af97595dd6e2729fa4780483add5680","3ff87ea3471b51beaf4aa8fd8f4422862b11d343fdbb55bf383e0f8cc195a445","1cc188904259bd0985b24d9dc2a160891cb5e94210901466b951716fcdb4ff62","732fb71ecb695d6f36ddcbb72ebfe4ff6b6491d45101a00fa2b75a26b80d640f","039cb05125d7621f8143616c495b8e6b54249c4e64d2754b80ff93867f7f4b01","1b81f1fa82ad30af01ab1cae91ccaddc10c48f5916bbd6d282155e44a65d858d","a0fc7a02a75802678a67000607f20266cf1a49dc0e787967efe514e31b9ed0c3","5ebf098a1d81d400b8af82807cf19893700335cf91a7b9dbd83a5d737af34b11","101cf83ac3f9c5e1a7355a02e4fbe988877ef83c4ebec0ff0f02b2af022254a3","d017e2fcd44b46ca80cd2b592a6314e75f5caab5bda230f0f4a45e964049a43a","a8992b852521a66f63e0cedc6e1f054b28f972232b6fa5ca59771db6a1c8bbea",{"version":"2a385ee5ee8be6967e561a168bd016aca649249b3c5257e3d7242bedd824ba96","signature":"451d3fece5c5c4b956075d8bb4a745be00c820e7ec531d2dc34cbac349da6edf"},"d600313e3c07f919782e2cefcee7dd9af336e847d61d7bb6f77b813b08d4558e","c509b5642db6151661020758ac12bffa7652ffde20014b621a17a38ba2a39e32","df9d5f06a1692717762ca9f368917924fdaccfdfced152804d768eff9baeb352","34fec0d3b9abe499f5d53f1ae7a6c28d34ac289e5cff6f17587da846823cecb0","9ea3742314159f08b93e3dccb7fdba67637ba75736c12923d4df3ec9f40590ab","bc55f374f2b27277afd0ebdf0e503faa20ac18e81d15ac106e443ab354d3e892","4055e5f20cd88d6a1b97dcc9ef0708655901c23c974c17e7cb5a649ebb960b47","e35562032ca67f79d83bb8e2b86b61dfcbac6a914ce15b0e2235e6626dbd49f7","6fa98c19548b13e63df64ea3b9dcdd5b456059f2ec6ba14de67ba295c3884a9f","39fa2f68f5480e3f2dde09f8cf03e37c0b79479247c7a169ce833a39c3da38a3",{"version":"c7c6f261dcd4f2d576463fbc919e662c51de27cc21939d8882f630f35fafb43f","signature":"07c48a764b89ea34e444b5a0c05c7729a7cff3c5189ac2e3031e78dba920d245"},{"version":"cd149f2ae944d1b9aeb7170ca501eb437dae55b6f3f984e524294131159b35bd","signature":"08f26ce76fd5431fc3f26fa9f1b538919ee12e7273c39b97fbef44453584777a"},"b8442e9db28157344d1bc5d8a5a256f1692de213f0c0ddeb84359834015a008c","458111fc89d11d2151277c822dfdc1a28fa5b6b2493cf942e37d4cd0a6ee5f22","da2b6356b84a40111aaecb18304ea4e4fcb43d70efb1c13ca7d7a906445ee0d3","187119ff4f9553676a884e296089e131e8cc01691c546273b1d0089c3533ce42","febf0b2de54781102b00f61653b21377390a048fbf5262718c91860d11ff34a6","6f294731b495c65ecf46a5694f0082954b961cf05463bea823f8014098eaffa0","0aaef8cded245bf5036a7a40b65622dd6c4da71f7a35343112edbe112b348a1e","00baffbe8a2f2e4875367479489b5d43b5fc1429ecb4a4cc98cfc3009095f52a","68a0d0c508e1b6d8d23a519a8a0a3303dc5baa4849ca049f21e5bad41945e3fc","3c92b6dfd43cc1c2485d9eba5ff0b74a19bb8725b692773ef1d66dac48cda4bd","b03afe4bec768ae333582915146f48b161e567a81b5ebc31c4d78af089770ac9","df996e25faa505f85aeb294d15ebe61b399cf1d1e49959cdfaf2cc0815c203f9","4f6a12044ee6f458db11964153830abbc499e73d065c51c329ec97407f4b13dd","a33ea06913b712c529662bee7fd75959781267cf8a307902cc7761307fec0337","26d1ec00a52200684283272eaed524de74adc033bdff6522f72e03c796a46ff8",{"version":"dcfa6a36119a1556ac9d6da24032597c2d97a7ccb77a908b99f81b5707746197","signature":"272d3d1a056956b22c1646a9fbcbab2d56b3f3870de930c952851a917b198d30"},{"version":"78c6d53cc1eb64fc05f155d23992d58b35b5d70d8fceaa0543192110bb69b574","signature":"cef57eca4ba1ae8c0afde5e6c97a829ee5b5307a9050f8a3b47b03f2f4ae7836"},{"version":"3423c6a6e41ab1e0f34ba41c9e9ef1fd92ff7cb83321b6a0fd55f87a983cebe7","affectsGlobalScope":true},"7000ec8572390d035ba5ef993953957150d0c38ffb31b56653c97dd78cb6e1aa","056892cca68dca10a914f1580ba0e5710d26794e8707225dca9b5717ed702f1e","29dca1b5f0cac95b675f86c7846f9d587ed47cc46609dd00d152bcb37683b069","a0667520a6521c12128fc28cbd5b2af58eef11c5b2a7441e0f0d47f50bf6c8e3","e59262ddaae67dec2d226f8a5d05cf6c4dc353c0d9b1e4980a61d7fcf9a2b051","5e30131b6a5587fe666926ad1d9807e733c0a597ed12d682669fcaa331aea576","470b8c2386c916bad4aa0d05e89b271a47dbe1250cb25dc0f93102b457228dde","4ddf3962990379d1ea59b369a5516c7533b7944010d6998e0e9b1ab35d5af1f0","1bcd560deed90a43c51b08aa18f7f55229f2e30974ab5ed1b7bb5721be379013","dc08fe04e50bc24d1baded4f33e942222bbdd5d77d6341a93cfe6e4e4586a3be","0dcf4c2bf1bb547e2ae5b8dce4656a56fbd15e3401ff5236ea0b93b6c60f9249","820c26194ad4089bc503b02bbedbd86a865e9c8a05c58ef88c8d19d9c019712a","790b453e1b76814112c3870d6e12f5db992d3194fdb3529445317dd75cb538be","d375de88ab19f6c105a65fc89eca1ae782362c5c395283b0c85ef39c7b835dfe","aeda2fffbc651fe1fa60b913d45f291f5544c4840206cb3b1badc16d9f01a0f0","7b3c1d688dcb8645b5a6c37bce5b047da92b4c298ed8709e03e987e0efb035b1","dc08fe04e50bc24d1baded4f33e942222bbdd5d77d6341a93cfe6e4e4586a3be","29c64e1acb5b73f08a60e71154c65c8a34f885f1f2cc55ffa06dfd244c058883",{"version":"7d176f155e5f6fc9756ddcc1a6d3eb2673030a066e2b7846dfc81b5271f3e269","affectsGlobalScope":true},"024fea9ee598cfe747f18340ad74e4ea428fc2a7988250ff9fcfce5673b7d422","aea18a267a0770c365cc390ad0a0b9725ed7a4540e9a96319b0f5094ee0ca124","dc08fe04e50bc24d1baded4f33e942222bbdd5d77d6341a93cfe6e4e4586a3be","a5a7c7d197c7b1918bddb0dd30bf8979a38828b24467ec45db093bf4621507ef",{"version":"afcd875785333f656f79bf1b3a445ceecc6aaf8e2b7cde59309a8778f41de613","affectsGlobalScope":true},"d0e548b52ce2a55820b470ad9c2d66e2855fb3e9dea936fc29b4d4a63bb8fa54","5b402d6c32c733bf8065b8abc34904fffcfe5b94b0e1b99e63a34f450d87faba","4242ec59abfe16b8b893a3f9ef0ce90b6a53afba1ceaaf808e0a225bda7e0714","46971bf04e56b8de7c9c74bba27b54f5f4a78873b6cbf0682592d0693c2acb25","54570339e5e91d8d8380dee2ab4014ffa88cdfd73ff0a20e4ec085d64d81cd78","311c45b5a2b6585a84306100bb514c919b01ee21de43efb1bb2aa6a98a2753db","fc94de52737bc8fb2b1290d6f22b5dfea3e50c8d547625781fa6a2ccd35c7242","003fc70f48af6f23b3ed3bead2cc2d00b07b82e414b0b80f905a6e72a3fb1419","d4931bfce5c009c57f86bcd1039b3f0a5c5ef61d26a685f0abf77f20b18fc066","60daaa6b5dfacd7813a9cf22e1ca5860217f36e70dfcf2fc28c049a7305076e1","b203234dcc09962eadae1146518df97f0768783913616ece5fd1f7f13d6f1361","74a696e2d8acb105f173f536ede57df87f10f1811879c6537cd40718156e4809","bfa3213963e67340227e92bbfb9ae68bc9945e505818e9fd3fb1b207bc8ec89a","2ecd9a09f557844e37da96875c572c1c45b476947344b40fb316a2240a7f703b","c9c3ed6c587d5cf5ed732adefde93b7f5db39cef5c1d169bf14e8b517c2482c8","8ecbfacf281dbd929d3b5f09b4f96bf999a45a959e08501b07117256b1eeb659","968bc5962ea9834b383119f668c4cabd35ba7e4a2c5107fb2d38c8fa66f164be",{"version":"22a05089243a8f0fdfbfbc2d956dcf61872c5c973ecda5320a8f1e3a4dd90bfb","affectsGlobalScope":true},"9bb6e652f67b205e169436f76e1d8fd396bc9971dbec1a558eab3be406343e8c","6cb1ff661eb0cff9177c3b47e82abd0fe3122fc62f2bc0af432a8c4205ff3ec6","4bd4c71ed7c85138316133c98926c344916002fd572f52af1889961dad8d73c0","d0e3fc2ed7395634479edf269cc2b3e25d90b05ce08ddda1717282f9f3afecd0","8744338f1b9f91b6ca97ceb3bfb10babf4397ffe3c304b5ae4dc016f7c3fcde3","694291734f077ed109fdabbfee35995f7168b5d1af643bd6404eeabd7036aa01","8a01e603808722b8fc316d1bd57be1ebcd485237bae329c275999a8257ba77d0","4012af9177a7bb1715a569cc54565b906e5c087a97067abbcf9f75f7f9a476dc","9be3b21edf891a0ec1d8caa0da81816162f4fa5376a7652e0ec3154df6433a08","e544e87f21a6afb7a4e1196a991fd5d235d6df3b8c04ca6df0bc5f85f3aa4f5b","19910d826b4901606d47b306cd70ace2960eeb2ca2cb5e57acc81b42eedbfbcd","d48721b66317440af7e3257b38e144adf76953419a4a4db1fb60f743eb7c9b92","a71d8fe039f1b2c852618ef0b6971561ca4626fb8b30abbf6d238441d47aa6a4","baebdb5ba48a482240d2ecf8497a432aba8ca37d8930cc618c4d3b5d12ceefae","9ce316b892b5134f715b4f7afd71c06384cf9af9a69009cc9566b325a095e592","e5b8715a800a942f0a3d57d84725080ff8931d095de55497c4cd18e23fae9c1d","8a77a40bc44b873c7c000435ccbc0c16ca1d4b523e2528e0a8d05d0b95c520ad","fef62bed109b31722160fabb598f61308506f9b7f40e60b3746ae01e3a3dc18b",{"version":"fe5414fe835d9be4ec29cbdc73956ec212efe6050b8f7371fbc8f43fe7692457","affectsGlobalScope":true},{"version":"773e7cbddf345a0e6841bb1f0bb47c92c4a08925b0a8753b71bd8d3512510f70","affectsGlobalScope":true},{"version":"ae8c13a77bc125a9b2b60b57138467b63c7c8fea9b329678ac967286faf406c8","signature":"0a71b9863979684de9044f80bb25898f96faa6e632c07e815ba325e0dfbc89d5"},{"version":"3d8b0800959989c1164196a0c60264818864f7512c7f9873a409ba95acf64b0b","signature":"3ca67b0b15805abfa463692842026915504ad4aede4af86dcf05995286dd1b10"},{"version":"f8df982086dd5cfeccf825b941a3e9bba7c4dde835337b64dfe646d2bb9e6d44","signature":"c4a9cc30a05a82ed74accb5fe1294ce039d9d074e948ac390147c211e4653aa6"},{"version":"490e7ca4b06917f3806c2015ddf977d16f150dfd9cb1631e449dd59bd3d54ac1","signature":"a5e72ec154c405d7678f887f4bcd3892938f56e14bd68f8f80595db643bbf2f3"},{"version":"0b6964118a6110dfb3260d59081374a09d4e83cbaf6bee499a7e241e3b9e4b33","signature":"82d3438390a23cf2c613b0ff985ec9114643a870ed4455d4811764cf5343a004"},{"version":"a8c9bebfee024d5488b2c9a9cbc04e07aaf63a4f925b3486b6eb9491d14d61e5","signature":"6011f0d9c00b6fb598f2f2fee3f6533fa59d66763377bfdbf3d4fc6f14a26c2b"},{"version":"9ada5159f93a10a5a531e097b77dfcc830ffd11991ce9a960feeb3ffde73bb25","signature":"4a3963954b868ec4aeedbf4bfe7286cdfed48f0fc868e19280335d800ea23279"},"0347c7e950cd79becb96f052c4244021e77fdc94f562510d11558c9be24119c5","331ddda8e4df6aeb37eff509c27c0ff09487ac6eb1a43de414295c8e33ec0ac8","32464280a3efcaa0d05d7344a1f023d09563f034d2c53aa78628b713173dd49e","d0f0b9c123ac41343b6faec852928381067194bf8c60d70ae9e2ce896f3bd31b",{"version":"2d000bdf80669e83585369f95d4e7e5434d4ef3db3c8633f9fafe57b1658e52f","signature":"5e4d3cd613e627cfde729e94b60da595b43e97d29371b447bdaddea83425a56f"},{"version":"1cb49d01d422b9bbe5734328ccceb27c7ca130bc7660f1042a5db6dbdc64e97c","signature":"1b6e9cd25cce1c990555e3ca9c4e53de1d5a0700288801eb70c60c0d60a4bfd4"},{"version":"8754a08b0c69d5720707a9f20909559880b7bb8d06dfafbeb7964f8e392a871c","signature":"b8bf7217766725e7deec0f9fe54f7ea40651ebf3f1990cef26234ccf80393702"},{"version":"aae78c896415a37146ef2343bf0c21439cdcff1bb9173742bbc12e1805305f42","signature":"1d4e8898abfae5f702a118e75a3b23383853cfbec65a87ca176d4b6f5f3b2724"},{"version":"ea763b4bef8e57e8333d815b3c0748960c37bd8876be52c6897a043ee119edbc","signature":"da5db111a9d2de22823ee995915679458a445e12682a46227131988908a8b1ba"},{"version":"369ab177f8fe27fd42e332b6da0158a5027dd12133375f84404feaf29bc1222c","signature":"59696e7c88db46cccc4fb02e1f86530121199f77b7f3d93b1127b9db21eab74c"},{"version":"a250db92fda1c25e88ccedc7a6423a7e0aef12d7a5b7569d97581c0993778f9d","signature":"566b5cf8eee5b074ee98ed535154b734ecc1bf65881a4ddcde4bb3ec6029237b"},{"version":"dc9f41b9b101178180e43b452270f928c02938f9639b4e913c5f9b335a469b54","signature":"e1c2638aa4405529447d3936c80616a8e30e96b0073122cbc72a33f22f5d87f0"},{"version":"1b64a22903aa97f4505c4a15292cdc7d4415a93cbac0a3a045de1665246f5019","signature":"da5db111a9d2de22823ee995915679458a445e12682a46227131988908a8b1ba"},{"version":"cb056bc4d44cf5e51a702e88aec98e49bf0aa5312097babd816dfd66b980808a","signature":"fa56f33630e07eabac5e100ee1e76b28249b4ad55149c70361247079dc7aa3e7"},{"version":"5b4ac0ed6c264e7aef955c7724bcfedf57b62073f41c9e30d9900a1febdb268e","signature":"c26fa694535a879e1120407767a382338f420e3be9f8c699bd4ec64568e26497"},{"version":"52faf5fd2a568908e643283c2a04885b224bca85a9024239e00789e5eb50b045","signature":"47d14edf2e6c0319bb1b5ce19f6b8f411b106d3c361a3cc7a93e7b5294883842"}],"root":[37,66,77,78,[94,96],[159,165],[170,181]],"options":{"allowSyntheticDefaultImports":true,"declaration":true,"esModuleInterop":false,"experimentalDecorators":true,"importHelpers":true,"inlineSources":true,"module":99,"noEmitOnError":true,"outDir":"./dist","rootDir":"./src","skipLibCheck":true,"sourceMap":true,"strict":true,"target":5},"fileIdsList":[[67],[68],[67,68,69,70,71,72,73,74,75],[55],[46,55],[46,55,63],[57],[44,45],[100,106,107,108],[101,102],[98,103],[98,103,104,105],[106,115,116,117],[106,119],[106,107,109,111,112],[106,114],[107],[108,110],[100,111],[54,98],[166,167,168],[54,98,166],[54,99,166],[121,128,131,132],[133],[131,135,153,155,156],[128],[131],[128,129,130],[128,134,135,153,155,156],[137],[123,153],[124,126,128,136,140,141,142,143,144,145,146,147,148,149,150,151,152],[123,154],[125,126,127],[136,141,142],[136,141,142,143,144,146,147],[123,136,137,138,139,141,142,143,144,146],[136,148],[124,136],[136,141,145],[129,136,141],[123,129,136,140,141,142,143],[123,136],[123],[122,124],[126],[123,124,126],[137,138],[39],[91],[79,81,82,83,84,85,86,87,88,89,90,91],[79,80,82,83,84,85,86,87,88,89,90,91],[80,81,82,83,84,85,86,87,88,89,90,91],[79,80,81,83,84,85,86,87,88,89,90,91],[79,80,81,82,84,85,86,87,88,89,90,91],[79,80,81,82,83,85,86,87,88,89,90,91],[79,80,81,82,83,84,86,87,88,89,90,91],[79,80,81,82,83,84,85,87,88,89,90,91],[79,80,81,82,83,84,85,86,88,89,90,91],[79,80,81,82,83,84,85,86,87,89,90,91],[79,80,81,82,83,84,85,86,87,88,90,91],[79,80,81,82,83,84,85,86,87,88,89,91],[79,80,81,82,83,84,85,86,87,88,89,90],[47],[40],[40,41,42],[41],[46,50],[49],[98],[48,97],[56,57,58,59,60,61,62,63,64],[46,50,52,53],[50],[48,49],[38,78,92,93],[38,76],[38,170],[38,54,65,76,93,99,159],[38,54,65,99,120,157,158,161],[38,54,65,93,99,161],[38,54,65,93,99,120,157,158,160],[38,54,65,93,99,160],[38,54],[38,54,65,99,162,163,164,165,169],[38,94],[38,40,43,54,65,66,77],[38,40],[38],[38,173,174,175,176,177,178,179,180],[78,93],[170],[54,76,93,99],[54,99,120,157,158,161],[54,93,99,161],[54,93,99,120,157,158,160],[54,93,99,160],[54],[54,99,162,163,164,165,169],[94],[43,54]],"referencedMap":[[75,1],[73,1],[72,2],[68,1],[76,3],[74,2],[70,2],[71,2],[56,4],[59,5],[57,5],[61,5],[64,6],[63,5],[62,5],[60,5],[58,7],[46,8],[109,9],[103,10],[104,11],[106,12],[119,13],[120,14],[118,12],[114,15],[115,16],[113,12],[117,17],[111,18],[112,19],[99,20],[169,21],[168,22],[167,23],[133,24],[134,25],[158,26],[135,27],[132,28],[131,29],[157,30],[138,31],[154,32],[153,33],[155,34],[128,35],[150,36],[152,37],[147,38],[149,39],[141,40],[146,41],[142,42],[144,43],[143,44],[124,45],[126,45],[125,46],[127,47],[148,48],[139,49],[145,45],[40,50],[92,51],[80,52],[81,53],[79,54],[82,55],[83,56],[84,57],[85,58],[86,59],[87,60],[88,61],[89,62],[90,63],[91,64],[48,65],[41,66],[43,67],[42,68],[52,69],[51,70],[97,71],[98,72],[65,73],[54,74],[49,75],[50,76],[94,77],[77,78],[171,79],[160,80],[162,81],[163,82],[161,83],[164,84],[165,82],[159,85],[170,86],[95,87],[78,88],[172,89],[66,90],[173,90],[174,90],[175,90],[181,91],[176,90],[177,90],[178,90],[179,90],[180,90]],"exportedModulesMap":[[75,1],[73,1],[72,2],[68,1],[76,3],[74,2],[70,2],[71,2],[56,4],[59,5],[57,5],[61,5],[64,6],[63,5],[62,5],[60,5],[58,7],[46,8],[109,9],[103,10],[104,11],[106,12],[119,13],[120,14],[118,12],[114,15],[115,16],[113,12],[117,17],[111,18],[112,19],[99,20],[169,21],[168,22],[167,23],[133,24],[134,25],[158,26],[135,27],[132,28],[131,29],[157,30],[138,31],[154,32],[153,33],[155,34],[128,35],[150,36],[152,37],[147,38],[149,39],[141,40],[146,41],[142,42],[144,43],[143,44],[124,45],[126,45],[125,46],[127,47],[148,48],[139,49],[145,45],[40,50],[92,51],[80,52],[81,53],[79,54],[82,55],[83,56],[84,57],[85,58],[86,59],[87,60],[88,61],[89,62],[90,63],[91,64],[48,65],[41,66],[43,67],[42,68],[52,69],[51,70],[97,71],[98,72],[65,73],[54,74],[49,75],[50,76],[94,92],[171,93],[160,94],[162,95],[163,96],[161,97],[164,98],[165,96],[159,99],[170,100],[95,101],[78,102]],"semanticDiagnosticsPerFile":[75,69,73,72,68,67,76,74,70,71,93,44,55,56,59,57,61,64,63,62,60,58,45,46,100,108,116,109,101,102,103,104,106,107,119,120,118,114,115,113,117,111,112,110,99,169,168,167,166,121,133,134,158,135,132,131,130,157,123,138,154,153,155,128,150,152,147,149,141,146,142,144,143,122,124,129,126,125,127,148,156,136,140,137,151,139,145,40,92,80,81,79,82,83,84,85,86,87,88,89,90,91,48,47,41,43,42,52,51,97,105,98,65,54,49,53,50,39,38,35,36,7,9,8,2,10,11,12,13,14,15,16,17,3,18,4,19,23,20,21,22,24,25,26,5,27,28,29,30,6,34,31,32,33,1,37,94,77,171,160,162,163,161,164,165,159,170,95,78,172,66,96,173,174,175,181,176,177,178,179,180]},"version":"5.4.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.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.decorators.d.ts","../../node_modules/typescript/lib/lib.decorators.legacy.d.ts","./global/index.d.ts","../../node_modules/tslib/tslib.d.ts","../../node_modules/moment/ts3.1-typings/moment.d.ts","../../node_modules/@types/chart.js/index.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/node_modules/lit-html/directive.d.ts","../../node_modules/lit/node_modules/lit-html/lit-html.d.ts","../../node_modules/lit-element/node_modules/lit-html/lit-html.d.ts","../../node_modules/lit-element/lit-element.d.ts","../../node_modules/lit/node_modules/lit-html/is-server.d.ts","../../node_modules/lit/index.d.ts","../../node_modules/@lit/reactive-element/decorators/base.d.ts","../../node_modules/@lit/reactive-element/decorators/custom-element.d.ts","../../node_modules/@lit/reactive-element/decorators/property.d.ts","../../node_modules/@lit/reactive-element/decorators/state.d.ts","../../node_modules/@lit/reactive-element/decorators/event-options.d.ts","../../node_modules/@lit/reactive-element/decorators/query.d.ts","../../node_modules/@lit/reactive-element/decorators/query-all.d.ts","../../node_modules/@lit/reactive-element/decorators/query-async.d.ts","../../node_modules/@lit/reactive-element/decorators/query-assigned-nodes.d.ts","../../node_modules/@lit/reactive-element/decorators/query-assigned-elements.d.ts","../../node_modules/lit/decorators.d.ts","./src/plugins/chartjs-plugin-data-binder.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","./src/config-converter.ts","./src/ox-chart.ts","../../node_modules/@types/lodash/common/common.d.ts","../../node_modules/@types/lodash/common/array.d.ts","../../node_modules/@types/lodash/common/collection.d.ts","../../node_modules/@types/lodash/common/date.d.ts","../../node_modules/@types/lodash/common/function.d.ts","../../node_modules/@types/lodash/common/lang.d.ts","../../node_modules/@types/lodash/common/math.d.ts","../../node_modules/@types/lodash/common/number.d.ts","../../node_modules/@types/lodash/common/object.d.ts","../../node_modules/@types/lodash/common/seq.d.ts","../../node_modules/@types/lodash/common/string.d.ts","../../node_modules/@types/lodash/common/util.d.ts","../../node_modules/@types/lodash/index.d.ts","../../node_modules/@types/lodash/clonedeep.d.ts","../../node_modules/@hatiolab/things-scene/things-scene.d.ts","./src/chartjs.ts","./src/index.ts","./src/scene-chart.d.ts","../../node_modules/lit-html/directive.d.ts","../../node_modules/lit-html/lit-html.d.ts","../../node_modules/@operato/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/@material/web/elevation/internal/elevation.d.ts","../../node_modules/@material/web/elevation/elevation.d.ts","../../node_modules/@material/web/internal/controller/attachable-controller.d.ts","../../node_modules/@material/web/focus/internal/focus-ring.d.ts","../../node_modules/@material/web/focus/md-focus-ring.d.ts","../../node_modules/@material/web/ripple/internal/ripple.d.ts","../../node_modules/@material/web/ripple/ripple.d.ts","../../node_modules/@material/web/labs/behaviors/mixin.d.ts","../../node_modules/@material/web/labs/behaviors/element-internals.d.ts","../../node_modules/@material/web/internal/controller/form-submitter.d.ts","../../node_modules/@material/web/button/internal/button.d.ts","../../node_modules/@material/web/button/internal/elevated-button.d.ts","../../node_modules/@material/web/button/elevated-button.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/polymer/lib/utils/case-map.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/iron-menu-behavior/iron-menubar-behavior.d.ts","../../node_modules/@polymer/iron-resizable-behavior/iron-resizable-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/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/polymer/lib/utils/html-tag.d.ts","../../node_modules/@polymer/paper-tabs/paper-tabs.d.ts","../../node_modules/@polymer/iron-pages/iron-pages.d.ts","./src/editors/property-editor-chartjs-styles.ts","./src/editors/property-editor-chartjs-abstract.ts","./src/editors/property-editor-chartjs-multi-series-abstract.ts","./src/editors/property-editor-chartjs-hbar.ts","./src/editors/property-editor-chartjs-mixed.ts","./src/editors/property-editor-chartjs-pie.ts","./src/editors/property-editor-chartjs-radar.ts","../../node_modules/@operato/property-editor/dist/src/types.d.ts","../../node_modules/@operato/property-editor/dist/src/ox-property-editor.d.ts","../../node_modules/@operato/property-editor/dist/src/ox-properties-dynamic-view.d.ts","../../node_modules/@operato/property-editor/dist/src/index.d.ts","./src/editors/property-editor-chartjs.ts","./src/editors/index.ts","../../node_modules/ses/types.d.ts","./src/plugins/chart-series-highlight.ts","./src/templates/bar-chart.ts","./src/templates/doughnut-chart.ts","./src/templates/horizontal-bar-chart.ts","./src/templates/line-chart.ts","./src/templates/mixed-chart.ts","./src/templates/pie-chart.ts","./src/templates/polar-area-chart.ts","./src/templates/radar-chart.ts","./src/templates/index.ts"],"fileInfos":[{"version":"824cb491a40f7e8fdeb56f1df5edf91b23f3e3ee6b4cde84d4a99be32338faee","affectsGlobalScope":true},"45b7ab580deca34ae9729e97c13cfd999df04416a79116c3bfb483804f85ded4","3facaf05f0c5fc569c5649dd359892c98a85557e3e0c847964caeb67076f4d75","9a68c0c07ae2fa71b44384a839b7b8d81662a236d4b9ac30916718f7510b1b2d","5e1c4c362065a6b95ff952c0eab010f04dcd2c3494e813b493ecfd4fcb9fc0d8","68d73b4a11549f9c0b7d352d10e91e5dca8faa3322bfb77b661839c42b1ddec7",{"version":"87d693a4920d794a73384b3c779cadcb8548ac6945aa7a925832fe2418c9527a","affectsGlobalScope":true},{"version":"138fb588d26538783b78d1e3b2c2cc12d55840b97bf5e08bca7f7a174fbe2f17","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":"b20fe0eca9a4e405f1a5ae24a2b3290b37cf7f21eba6cbe4fc3fab979237d4f3","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":"49ed889be54031e1044af0ad2c603d627b8bda8b50c1a68435fe85583901d072","affectsGlobalScope":true},{"version":"33358442698bb565130f52ba79bfd3d4d484ac85fe33f3cb1759c54d18201393","affectsGlobalScope":true},{"version":"782dec38049b92d4e85c1585fbea5474a219c6984a35b004963b00beb1aab538","affectsGlobalScope":true},"c4f5f288a2b8dcfb6183e29612ec26b7a049314a6a10b7e6e700a8307077455a","7a1971efcba559ea9002ada4c4e3c925004fb67a755300d53b5edf9399354900","4051f6311deb0ce6052329eeb1cd4b1b104378fe52f882f483130bea75f92197","d5b4a95da4cb2c1d8cf8857d8110ea8e30654ce3b3fb90669dd1e99006af9f40","7abe341c118b8aa3ed2a51d9ef3ada999d223168317c5a977b238e804fab02af","74462c15e232d097b1b9888823cf513a1c5b63f57637a64c3eab6b8a236954ae","fe15b975a20fddd8407bdd885feee2ce04dbc6a7100d89f432cae2ed5fa32d26","e056bb30bf82271634daeee81f772f4a7960085f01f6d4d09c8da1ebe5f6a623","5e30131b6a5587fe666926ad1d9807e733c0a597ed12d682669fcaa331aea576",{"version":"86492a546c3308feaf1dde967afd325c321483b5e96f5fa9e9b6e691dc23fa9e","affectsGlobalScope":true},"15fe687c59d62741b4494d5e623d497d55eb38966ecf5bea7f36e48fc3fbe15e",{"version":"2c3b8be03577c98530ef9cb1a76e2c812636a871f367e9edf4c5f3ce702b77f8","affectsGlobalScope":true},"d4b4f6148a6444ec92db4ac4c7dd7050ffc32b21a10276a59498e04740e8fd8d","2524f58c8d67af441b487c0ce0e0dd9c18bf3d06c05f621874dcda9780d8e22c","2524f58c8d67af441b487c0ce0e0dd9c18bf3d06c05f621874dcda9780d8e22c","c7dd759e5948a94b42422ba7cf70eb8455416def9447614a3bdc1a99b81fc8bb","1bcd560deed90a43c51b08aa18f7f55229f2e30974ab5ed1b7bb5721be379013","dc08fe04e50bc24d1baded4f33e942222bbdd5d77d6341a93cfe6e4e4586a3be","cdeae34aca6700620ebf3f27cf7d439c3af97595dd6e2729fa4780483add5680","3ff87ea3471b51beaf4aa8fd8f4422862b11d343fdbb55bf383e0f8cc195a445","1cc188904259bd0985b24d9dc2a160891cb5e94210901466b951716fcdb4ff62","732fb71ecb695d6f36ddcbb72ebfe4ff6b6491d45101a00fa2b75a26b80d640f","039cb05125d7621f8143616c495b8e6b54249c4e64d2754b80ff93867f7f4b01","1b81f1fa82ad30af01ab1cae91ccaddc10c48f5916bbd6d282155e44a65d858d","a0fc7a02a75802678a67000607f20266cf1a49dc0e787967efe514e31b9ed0c3","5ebf098a1d81d400b8af82807cf19893700335cf91a7b9dbd83a5d737af34b11","101cf83ac3f9c5e1a7355a02e4fbe988877ef83c4ebec0ff0f02b2af022254a3","d017e2fcd44b46ca80cd2b592a6314e75f5caab5bda230f0f4a45e964049a43a","a8992b852521a66f63e0cedc6e1f054b28f972232b6fa5ca59771db6a1c8bbea",{"version":"2a385ee5ee8be6967e561a168bd016aca649249b3c5257e3d7242bedd824ba96","signature":"451d3fece5c5c4b956075d8bb4a745be00c820e7ec531d2dc34cbac349da6edf"},"d600313e3c07f919782e2cefcee7dd9af336e847d61d7bb6f77b813b08d4558e","c509b5642db6151661020758ac12bffa7652ffde20014b621a17a38ba2a39e32","df9d5f06a1692717762ca9f368917924fdaccfdfced152804d768eff9baeb352","34fec0d3b9abe499f5d53f1ae7a6c28d34ac289e5cff6f17587da846823cecb0","9ea3742314159f08b93e3dccb7fdba67637ba75736c12923d4df3ec9f40590ab","bc55f374f2b27277afd0ebdf0e503faa20ac18e81d15ac106e443ab354d3e892","4055e5f20cd88d6a1b97dcc9ef0708655901c23c974c17e7cb5a649ebb960b47","e35562032ca67f79d83bb8e2b86b61dfcbac6a914ce15b0e2235e6626dbd49f7","6fa98c19548b13e63df64ea3b9dcdd5b456059f2ec6ba14de67ba295c3884a9f","39fa2f68f5480e3f2dde09f8cf03e37c0b79479247c7a169ce833a39c3da38a3",{"version":"c7c6f261dcd4f2d576463fbc919e662c51de27cc21939d8882f630f35fafb43f","signature":"07c48a764b89ea34e444b5a0c05c7729a7cff3c5189ac2e3031e78dba920d245"},{"version":"cd149f2ae944d1b9aeb7170ca501eb437dae55b6f3f984e524294131159b35bd","signature":"08f26ce76fd5431fc3f26fa9f1b538919ee12e7273c39b97fbef44453584777a"},"ff81bffa4ecfceae2e86b5920c3fcb250b66b1d6ed72944dffdf58123be2481b","458111fc89d11d2151277c822dfdc1a28fa5b6b2493cf942e37d4cd0a6ee5f22","da2b6356b84a40111aaecb18304ea4e4fcb43d70efb1c13ca7d7a906445ee0d3","187119ff4f9553676a884e296089e131e8cc01691c546273b1d0089c3533ce42","aa2c18a1b5a086bbcaae10a4efba409cc95ba7287d8cf8f2591b53704fea3dea","6f294731b495c65ecf46a5694f0082954b961cf05463bea823f8014098eaffa0","0aaef8cded245bf5036a7a40b65622dd6c4da71f7a35343112edbe112b348a1e","00baffbe8a2f2e4875367479489b5d43b5fc1429ecb4a4cc98cfc3009095f52a","a95b6a9a7d04b26f054eadae6ebc0cc52bdabbc1c3e0d9db994a82cc90bd0019","3c92b6dfd43cc1c2485d9eba5ff0b74a19bb8725b692773ef1d66dac48cda4bd","b03afe4bec768ae333582915146f48b161e567a81b5ebc31c4d78af089770ac9","df996e25faa505f85aeb294d15ebe61b399cf1d1e49959cdfaf2cc0815c203f9","4f6a12044ee6f458db11964153830abbc499e73d065c51c329ec97407f4b13dd","a33ea06913b712c529662bee7fd75959781267cf8a307902cc7761307fec0337","26d1ec00a52200684283272eaed524de74adc033bdff6522f72e03c796a46ff8",{"version":"dcfa6a36119a1556ac9d6da24032597c2d97a7ccb77a908b99f81b5707746197","signature":"272d3d1a056956b22c1646a9fbcbab2d56b3f3870de930c952851a917b198d30"},{"version":"78c6d53cc1eb64fc05f155d23992d58b35b5d70d8fceaa0543192110bb69b574","signature":"cef57eca4ba1ae8c0afde5e6c97a829ee5b5307a9050f8a3b47b03f2f4ae7836"},{"version":"3423c6a6e41ab1e0f34ba41c9e9ef1fd92ff7cb83321b6a0fd55f87a983cebe7","affectsGlobalScope":true},"7000ec8572390d035ba5ef993953957150d0c38ffb31b56653c97dd78cb6e1aa","056892cca68dca10a914f1580ba0e5710d26794e8707225dca9b5717ed702f1e","29dca1b5f0cac95b675f86c7846f9d587ed47cc46609dd00d152bcb37683b069","5565deadc1d553f9f1ef370351432c258d2a6f1a5ca47e574e5430db824468c7",{"version":"4ae1ed87c59518f4e0918a21409ec3020e97037a386b57953c6b9fed9cad6949","affectsGlobalScope":true},"6184309fe39e2fe444f4ba94e7cd1abef48fcb48e258457c3b77c65828184241",{"version":"98c511f60c3079d731a35353a47bfa89dd79eeacad48a45d07170d22ef4bfd02","affectsGlobalScope":true},"905800cc110167503d0cf58bb0dd6fa4aaac1e9cedc9bd9c48e5d1f8b5b8d4c8","d17be577b99e59611df19ca2cf0356df554f55bb06617c21321fc4ec06b820d0",{"version":"5f30145fbc8ca508ae4e0d90a4fe9eaff490783f380a92f6aa262accdf7887b7","affectsGlobalScope":true},"2c887f29f6796ea68247c626acbef560ff29bb8d0042b641e4fc69559841463d",{"version":"f882b77c5939860d599b4b7bc39f741ebcd56123e18b284500f4b8923acd2e72","affectsGlobalScope":true},"0230bc76ed3a464531a43d2434d315b9cc2096aaca28bdaa65b8f9dce9f3bc81","559d2d1cd7f37dc2ac59e7adce198ad16a5eb0c7273d67b8e4ff72821b7c853f","afa8760622183e35e86f516574217eb1853b08cf2168be0bfe991643ece1a8fe","55abfe582ce4b1917687712edf558626a341b1b1f339452509d879b633a94557","0cb349f3a6866eb4ec6424b3844fa51498b32402f922d5a571d069d7cf44c68f",{"version":"517dd6f73e4d20b38841f7be1edb2fb6f4152775ac3a9c04e319ff0b3509c8ba","affectsGlobalScope":true},"d0e548b52ce2a55820b470ad9c2d66e2855fb3e9dea936fc29b4d4a63bb8fa54","5b402d6c32c733bf8065b8abc34904fffcfe5b94b0e1b99e63a34f450d87faba","4242ec59abfe16b8b893a3f9ef0ce90b6a53afba1ceaaf808e0a225bda7e0714","46971bf04e56b8de7c9c74bba27b54f5f4a78873b6cbf0682592d0693c2acb25","54570339e5e91d8d8380dee2ab4014ffa88cdfd73ff0a20e4ec085d64d81cd78","311c45b5a2b6585a84306100bb514c919b01ee21de43efb1bb2aa6a98a2753db","fc94de52737bc8fb2b1290d6f22b5dfea3e50c8d547625781fa6a2ccd35c7242","003fc70f48af6f23b3ed3bead2cc2d00b07b82e414b0b80f905a6e72a3fb1419","d4931bfce5c009c57f86bcd1039b3f0a5c5ef61d26a685f0abf77f20b18fc066","60daaa6b5dfacd7813a9cf22e1ca5860217f36e70dfcf2fc28c049a7305076e1","b203234dcc09962eadae1146518df97f0768783913616ece5fd1f7f13d6f1361","74a696e2d8acb105f173f536ede57df87f10f1811879c6537cd40718156e4809","bfa3213963e67340227e92bbfb9ae68bc9945e505818e9fd3fb1b207bc8ec89a","2ecd9a09f557844e37da96875c572c1c45b476947344b40fb316a2240a7f703b","c9c3ed6c587d5cf5ed732adefde93b7f5db39cef5c1d169bf14e8b517c2482c8","8ecbfacf281dbd929d3b5f09b4f96bf999a45a959e08501b07117256b1eeb659","968bc5962ea9834b383119f668c4cabd35ba7e4a2c5107fb2d38c8fa66f164be",{"version":"22a05089243a8f0fdfbfbc2d956dcf61872c5c973ecda5320a8f1e3a4dd90bfb","affectsGlobalScope":true},"9bb6e652f67b205e169436f76e1d8fd396bc9971dbec1a558eab3be406343e8c","6cb1ff661eb0cff9177c3b47e82abd0fe3122fc62f2bc0af432a8c4205ff3ec6","4bd4c71ed7c85138316133c98926c344916002fd572f52af1889961dad8d73c0","d0e3fc2ed7395634479edf269cc2b3e25d90b05ce08ddda1717282f9f3afecd0","8744338f1b9f91b6ca97ceb3bfb10babf4397ffe3c304b5ae4dc016f7c3fcde3","694291734f077ed109fdabbfee35995f7168b5d1af643bd6404eeabd7036aa01","8a01e603808722b8fc316d1bd57be1ebcd485237bae329c275999a8257ba77d0","4012af9177a7bb1715a569cc54565b906e5c087a97067abbcf9f75f7f9a476dc","9be3b21edf891a0ec1d8caa0da81816162f4fa5376a7652e0ec3154df6433a08","e544e87f21a6afb7a4e1196a991fd5d235d6df3b8c04ca6df0bc5f85f3aa4f5b","19910d826b4901606d47b306cd70ace2960eeb2ca2cb5e57acc81b42eedbfbcd","d48721b66317440af7e3257b38e144adf76953419a4a4db1fb60f743eb7c9b92","a71d8fe039f1b2c852618ef0b6971561ca4626fb8b30abbf6d238441d47aa6a4","baebdb5ba48a482240d2ecf8497a432aba8ca37d8930cc618c4d3b5d12ceefae","9ce316b892b5134f715b4f7afd71c06384cf9af9a69009cc9566b325a095e592","e5b8715a800a942f0a3d57d84725080ff8931d095de55497c4cd18e23fae9c1d","8a77a40bc44b873c7c000435ccbc0c16ca1d4b523e2528e0a8d05d0b95c520ad","fef62bed109b31722160fabb598f61308506f9b7f40e60b3746ae01e3a3dc18b",{"version":"fe5414fe835d9be4ec29cbdc73956ec212efe6050b8f7371fbc8f43fe7692457","affectsGlobalScope":true},{"version":"773e7cbddf345a0e6841bb1f0bb47c92c4a08925b0a8753b71bd8d3512510f70","affectsGlobalScope":true},{"version":"ae8c13a77bc125a9b2b60b57138467b63c7c8fea9b329678ac967286faf406c8","signature":"0a71b9863979684de9044f80bb25898f96faa6e632c07e815ba325e0dfbc89d5"},{"version":"3d8b0800959989c1164196a0c60264818864f7512c7f9873a409ba95acf64b0b","signature":"3ca67b0b15805abfa463692842026915504ad4aede4af86dcf05995286dd1b10"},{"version":"7cedacb7227390a43fa8b6ab1214914ca02ea230eddef813c141d2028f0ff2a3","signature":"29e7cafc310a547b971f06d338ff4a2786f488439572c1fede74f59a60a8bd02"},{"version":"7c0d8bba4821e8b6c9b25c6b73d11b19a6563000c0c43cf6b3122b2a2407619a","signature":"000d30eefc837edc6ddada04527759a12171989c17e527c62941109eb7554d13"},{"version":"0b6964118a6110dfb3260d59081374a09d4e83cbaf6bee499a7e241e3b9e4b33","signature":"82d3438390a23cf2c613b0ff985ec9114643a870ed4455d4811764cf5343a004"},{"version":"a8c9bebfee024d5488b2c9a9cbc04e07aaf63a4f925b3486b6eb9491d14d61e5","signature":"6011f0d9c00b6fb598f2f2fee3f6533fa59d66763377bfdbf3d4fc6f14a26c2b"},{"version":"9ada5159f93a10a5a531e097b77dfcc830ffd11991ce9a960feeb3ffde73bb25","signature":"4a3963954b868ec4aeedbf4bfe7286cdfed48f0fc868e19280335d800ea23279"},"b3522fc474172a4dc96b7845e16101d70098f7c77c2c67d7fbc196401ba8b5eb","331ddda8e4df6aeb37eff509c27c0ff09487ac6eb1a43de414295c8e33ec0ac8","32464280a3efcaa0d05d7344a1f023d09563f034d2c53aa78628b713173dd49e","d0f0b9c123ac41343b6faec852928381067194bf8c60d70ae9e2ce896f3bd31b",{"version":"2d000bdf80669e83585369f95d4e7e5434d4ef3db3c8633f9fafe57b1658e52f","signature":"5e4d3cd613e627cfde729e94b60da595b43e97d29371b447bdaddea83425a56f"},{"version":"1cb49d01d422b9bbe5734328ccceb27c7ca130bc7660f1042a5db6dbdc64e97c","signature":"1b6e9cd25cce1c990555e3ca9c4e53de1d5a0700288801eb70c60c0d60a4bfd4"},{"version":"06b7262e728512b67d5a3455d6b5e9f6a7527a95c8c68f8132e2f6f390006d7e","affectsGlobalScope":true},{"version":"ffac3b495aa799974052a534a1de412026ac0d47a18500c36064c960aabdc667","signature":"4478b28f781ef8d549d8d10ec2332d97d6d6ce8e155ce70ca1dca59a7ebd2970"},{"version":"aae78c896415a37146ef2343bf0c21439cdcff1bb9173742bbc12e1805305f42","signature":"1d4e8898abfae5f702a118e75a3b23383853cfbec65a87ca176d4b6f5f3b2724"},{"version":"ea763b4bef8e57e8333d815b3c0748960c37bd8876be52c6897a043ee119edbc","signature":"da5db111a9d2de22823ee995915679458a445e12682a46227131988908a8b1ba"},{"version":"369ab177f8fe27fd42e332b6da0158a5027dd12133375f84404feaf29bc1222c","signature":"59696e7c88db46cccc4fb02e1f86530121199f77b7f3d93b1127b9db21eab74c"},{"version":"a250db92fda1c25e88ccedc7a6423a7e0aef12d7a5b7569d97581c0993778f9d","signature":"566b5cf8eee5b074ee98ed535154b734ecc1bf65881a4ddcde4bb3ec6029237b"},{"version":"dc9f41b9b101178180e43b452270f928c02938f9639b4e913c5f9b335a469b54","signature":"e1c2638aa4405529447d3936c80616a8e30e96b0073122cbc72a33f22f5d87f0"},{"version":"1b64a22903aa97f4505c4a15292cdc7d4415a93cbac0a3a045de1665246f5019","signature":"da5db111a9d2de22823ee995915679458a445e12682a46227131988908a8b1ba"},{"version":"cb056bc4d44cf5e51a702e88aec98e49bf0aa5312097babd816dfd66b980808a","signature":"fa56f33630e07eabac5e100ee1e76b28249b4ad55149c70361247079dc7aa3e7"},{"version":"5b4ac0ed6c264e7aef955c7724bcfedf57b62073f41c9e30d9900a1febdb268e","signature":"c26fa694535a879e1120407767a382338f420e3be9f8c699bd4ec64568e26497"},{"version":"52faf5fd2a568908e643283c2a04885b224bca85a9024239e00789e5eb50b045","signature":"47d14edf2e6c0319bb1b5ce19f6b8f411b106d3c361a3cc7a93e7b5294883842"}],"root":[37,66,77,78,[94,96],[153,159],164,165,[167,176]],"options":{"allowJs":true,"allowSyntheticDefaultImports":true,"declaration":true,"esModuleInterop":false,"experimentalDecorators":true,"importHelpers":true,"inlineSources":true,"module":99,"noEmitOnError":true,"outDir":"./dist","rootDir":"./src","skipLibCheck":true,"sourceMap":true,"strict":true,"target":5},"fileIdsList":[[67],[68],[67,68,69,70,71,72,73,74,75],[55],[46,55],[46,55,63],[57],[44,45],[54,113],[54,98,106,108,109,110,111],[98,103,112],[54,102],[54,98],[54,104],[54,105],[54,100],[54],[54,110],[54,109],[54,98,104],[54,107],[160,161,162],[54,98,160],[54,99,160],[115,122,125,126],[127],[125,129,147,149,150],[122],[125],[122,123,124],[122,128,129,147,149,150],[131],[117,147],[118,120,122,130,134,135,136,137,138,139,140,141,142,143,144,145,146],[117,148],[119,120,121],[130,135,136],[130,135,136,137,138,140,141],[117,130,131,132,133,135,136,137,138,140],[130,142],[118,130],[130,135,139],[123,130,135],[117,123,130,134,135,136,137],[117,130],[117],[116,118],[120],[117,118,120],[131,132],[39],[91],[79,81,82,83,84,85,86,87,88,89,90,91],[79,80,82,83,84,85,86,87,88,89,90,91],[80,81,82,83,84,85,86,87,88,89,90,91],[79,80,81,83,84,85,86,87,88,89,90,91],[79,80,81,82,84,85,86,87,88,89,90,91],[79,80,81,82,83,85,86,87,88,89,90,91],[79,80,81,82,83,84,86,87,88,89,90,91],[79,80,81,82,83,84,85,87,88,89,90,91],[79,80,81,82,83,84,85,86,88,89,90,91],[79,80,81,82,83,84,85,86,87,89,90,91],[79,80,81,82,83,84,85,86,87,88,90,91],[79,80,81,82,83,84,85,86,87,88,89,91],[79,80,81,82,83,84,85,86,87,88,89,90],[47],[40],[40,41,42],[41],[46,50],[49],[98],[48,97],[56,57,58,59,60,61,62,63,64],[46,50,52,53],[50],[48,49],[38,78,92,93],[38,76],[38,164],[38,54,65,76,93,99,153],[38,54,65,99,101,114,151,152,155],[38,54,65,93,99,155],[38,54,65,93,99,114,151,152,154],[38,54,65,93,99,154],[38,54],[38,54,65,99,156,157,158,159,163],[38,94],[38,40,43,54,65,66,77],[38,166],[38],[38,168,169,170,171,172,173,174,175],[78,93],[164],[54,76,93,99],[54,99,101,114,151,152,155],[54,93,99,155],[54,93,99,114,151,152,154],[54,93,99,154],[54,99,156,157,158,159,163],[94],[43,54],[166]],"referencedMap":[[75,1],[73,1],[72,2],[68,1],[76,3],[74,2],[70,2],[71,2],[56,4],[59,5],[57,5],[61,5],[64,6],[63,5],[62,5],[60,5],[58,7],[46,8],[114,9],[112,10],[113,11],[103,12],[102,13],[105,14],[106,15],[101,16],[100,13],[104,17],[111,18],[110,19],[107,20],[108,21],[99,13],[163,22],[162,23],[161,24],[127,25],[128,26],[152,27],[129,28],[126,29],[125,30],[151,31],[132,32],[148,33],[147,34],[149,35],[122,36],[144,37],[146,38],[141,39],[143,40],[135,41],[140,42],[136,43],[138,44],[137,45],[118,46],[120,46],[119,47],[121,48],[142,49],[133,50],[139,46],[40,51],[92,52],[80,53],[81,54],[79,55],[82,56],[83,57],[84,58],[85,59],[86,60],[87,61],[88,62],[89,63],[90,64],[91,65],[48,66],[41,67],[43,68],[42,69],[52,70],[51,71],[97,72],[98,73],[65,74],[54,75],[49,76],[50,77],[94,78],[77,79],[165,80],[154,81],[156,82],[157,83],[155,84],[158,85],[159,83],[153,86],[164,87],[95,88],[78,89],[167,90],[66,91],[168,91],[169,91],[170,91],[176,92],[171,91],[172,91],[173,91],[174,91],[175,91]],"exportedModulesMap":[[75,1],[73,1],[72,2],[68,1],[76,3],[74,2],[70,2],[71,2],[56,4],[59,5],[57,5],[61,5],[64,6],[63,5],[62,5],[60,5],[58,7],[46,8],[114,9],[112,10],[113,11],[103,12],[102,13],[105,14],[106,15],[101,16],[100,13],[104,17],[111,18],[110,19],[107,20],[108,21],[99,13],[163,22],[162,23],[161,24],[127,25],[128,26],[152,27],[129,28],[126,29],[125,30],[151,31],[132,32],[148,33],[147,34],[149,35],[122,36],[144,37],[146,38],[141,39],[143,40],[135,41],[140,42],[136,43],[138,44],[137,45],[118,46],[120,46],[119,47],[121,48],[142,49],[133,50],[139,46],[40,51],[92,52],[80,53],[81,54],[79,55],[82,56],[83,57],[84,58],[85,59],[86,60],[87,61],[88,62],[89,63],[90,64],[91,65],[48,66],[41,67],[43,68],[42,69],[52,70],[51,71],[97,72],[98,73],[65,74],[54,75],[49,76],[50,77],[94,93],[165,94],[154,95],[156,96],[157,97],[155,98],[158,99],[159,97],[153,17],[164,100],[95,101],[78,102],[167,103]],"semanticDiagnosticsPerFile":[75,69,73,72,68,67,76,74,70,71,93,44,55,56,59,57,61,64,63,62,60,58,45,46,114,112,113,103,102,105,106,101,100,104,111,110,109,107,108,99,163,162,161,160,115,127,128,152,129,126,125,124,151,117,132,148,147,149,122,144,146,141,143,135,140,136,138,137,116,118,123,120,119,121,142,150,130,134,131,145,133,139,40,92,80,81,79,82,83,84,85,86,87,88,89,90,91,48,47,41,43,42,52,51,97,98,65,54,49,53,50,39,166,38,35,36,7,9,8,2,10,11,12,13,14,15,16,17,3,18,4,19,23,20,21,22,24,25,26,5,27,28,29,30,6,34,31,32,33,1,37,94,77,165,154,156,157,155,158,159,153,164,95,78,167,66,96,168,169,170,176,171,172,173,174,175]},"version":"5.4.5"}
|