@luzmo/dashboard-contents-types 1.0.0 → 1.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +11 -0
- package/README.md +154 -0
- package/assets/json-schemas/area-chart-options.schema.json.d.ts +75 -157
- package/assets/json-schemas/area-chart-slots.schema.json.d.ts +13 -13
- package/assets/json-schemas/bar-chart-options.schema.json.d.ts +74 -5
- package/assets/json-schemas/bar-chart-slots.schema.json.d.ts +13 -13
- package/assets/json-schemas/box-plot-options.schema.json.d.ts +74 -5
- package/assets/json-schemas/box-plot-slots.schema.json.d.ts +13 -13
- package/assets/json-schemas/bubble-chart-options.schema.json.d.ts +74 -5
- package/assets/json-schemas/bubble-chart-slots.schema.json.d.ts +13 -13
- package/assets/json-schemas/bullet-chart-options.schema.json.d.ts +74 -5
- package/assets/json-schemas/bullet-chart-slots.schema.json.d.ts +13 -13
- package/assets/json-schemas/choropleth-map-options.schema.json.d.ts +74 -5
- package/assets/json-schemas/choropleth-map-slots.schema.json.d.ts +13 -40
- package/assets/json-schemas/circular-gauge-options.schema.json.d.ts +74 -5
- package/assets/json-schemas/circular-gauge-slots.schema.json.d.ts +13 -13
- package/assets/json-schemas/column-chart-options.schema.json.d.ts +74 -5
- package/assets/json-schemas/column-chart-slots.schema.json.d.ts +13 -13
- package/assets/json-schemas/combination-chart-options.schema.json.d.ts +74 -5
- package/assets/json-schemas/combination-chart-slots.schema.json.d.ts +13 -13
- package/assets/json-schemas/date-filter-options.schema.json.d.ts +74 -5
- package/assets/json-schemas/date-filter-slots.schema.json.d.ts +4 -4
- package/assets/json-schemas/donut-chart-options.schema.json.d.ts +74 -5
- package/assets/json-schemas/donut-chart-slots.schema.json.d.ts +13 -13
- package/assets/json-schemas/dropdown-filter-options.schema.json.d.ts +74 -5
- package/assets/json-schemas/dropdown-filter-slots.schema.json.d.ts +13 -13
- package/assets/json-schemas/evolution-number-options.schema.json.d.ts +74 -5
- package/assets/json-schemas/evolution-number-slots.schema.json.d.ts +13 -13
- package/assets/json-schemas/funnel-chart-options.schema.json.d.ts +74 -5
- package/assets/json-schemas/funnel-chart-slots.schema.json.d.ts +13 -13
- package/assets/json-schemas/image-options.schema.json.d.ts +69 -0
- package/assets/json-schemas/line-chart-options.schema.json.d.ts +74 -5
- package/assets/json-schemas/line-chart-slots.schema.json.d.ts +13 -13
- package/assets/json-schemas/options.schema.json.d.ts +3 -0
- package/assets/json-schemas/pivot-table-options.schema.json.d.ts +74 -5
- package/assets/json-schemas/pivot-table-slots.schema.json.d.ts +13 -13
- package/assets/json-schemas/regular-table-options.schema.json.d.ts +74 -5
- package/assets/json-schemas/regular-table-slots.schema.json.d.ts +13 -13
- package/assets/json-schemas/sankey-diagram-options.schema.json.d.ts +74 -5
- package/assets/json-schemas/sankey-diagram-slots.schema.json.d.ts +13 -13
- package/assets/json-schemas/scatter-plot-options.schema.json.d.ts +74 -5
- package/assets/json-schemas/scatter-plot-slots.schema.json.d.ts +13 -13
- package/assets/json-schemas/slicer-filter-options.schema.json.d.ts +74 -5
- package/assets/json-schemas/slicer-filter-slots.schema.json.d.ts +13 -13
- package/assets/json-schemas/slider-filter-options.schema.json.d.ts +74 -5
- package/assets/json-schemas/slider-filter-slots.schema.json.d.ts +9 -9
- package/assets/json-schemas/slots.schema.json.d.ts +3 -0
- package/assets/json-schemas/text-options.schema.json.d.ts +69 -0
- package/index.js +220 -142
- package/index.mjs +2194 -701
- package/json-schemas.d.ts +1334 -123
- package/json-schemas.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/lib/area-chart/area-chart-options.d.ts +7 -4
- package/src/lib/area-chart/area-chart-options.d.ts.map +1 -1
- package/src/lib/date-filter/date-filter-options.d.ts +1 -2
- package/src/lib/date-filter/date-filter-options.d.ts.map +1 -1
- package/src/lib/dropdown-filter/dropdown-filter-options.d.ts +1 -2
- package/src/lib/dropdown-filter/dropdown-filter-options.d.ts.map +1 -1
- package/src/lib/shared/index.d.ts +1 -0
- package/src/lib/shared/index.d.ts.map +1 -1
- package/src/lib/shared/object-view-options.d.ts +2 -1
- package/src/lib/shared/object-view-options.d.ts.map +1 -1
- package/src/lib/shared/slots.d.ts +7 -6
- package/src/lib/shared/slots.d.ts.map +1 -1
- package/src/lib/shared/viz-item.d.ts +60 -0
- package/src/lib/shared/viz-item.d.ts.map +1 -0
- package/src/lib/slicer-filter/slicer-filter-options.d.ts +1 -1
- package/src/lib/slicer-filter/slicer-filter-options.d.ts.map +1 -1
- package/src/lib/slider-filter/slider-filter-options.d.ts +1 -1
- package/src/lib/slider-filter/slider-filter-options.d.ts.map +1 -1
- package/src/options.d.ts +1 -1
- package/src/options.d.ts.map +1 -1
package/json-schemas.d.ts
CHANGED
|
@@ -118,68 +118,6 @@ declare const _default: {
|
|
|
118
118
|
};
|
|
119
119
|
type: string;
|
|
120
120
|
};
|
|
121
|
-
y2: {
|
|
122
|
-
description: string;
|
|
123
|
-
properties: {
|
|
124
|
-
active: {
|
|
125
|
-
default: boolean;
|
|
126
|
-
description: string;
|
|
127
|
-
type: string;
|
|
128
|
-
};
|
|
129
|
-
color: {
|
|
130
|
-
description: string;
|
|
131
|
-
examples: string[];
|
|
132
|
-
type: string;
|
|
133
|
-
};
|
|
134
|
-
manualAxesRange: {
|
|
135
|
-
description: string;
|
|
136
|
-
examples: number[][];
|
|
137
|
-
items: {
|
|
138
|
-
type: string;
|
|
139
|
-
}[];
|
|
140
|
-
maxItems: number;
|
|
141
|
-
minItems: number;
|
|
142
|
-
type: string;
|
|
143
|
-
};
|
|
144
|
-
measureIndexes: {
|
|
145
|
-
default: number[];
|
|
146
|
-
description: string;
|
|
147
|
-
examples: number[][];
|
|
148
|
-
items: {
|
|
149
|
-
type: string;
|
|
150
|
-
};
|
|
151
|
-
type: string;
|
|
152
|
-
};
|
|
153
|
-
scale: {
|
|
154
|
-
description: string;
|
|
155
|
-
enum: string[];
|
|
156
|
-
type: string;
|
|
157
|
-
};
|
|
158
|
-
scaleLogBase: {
|
|
159
|
-
description: string;
|
|
160
|
-
examples: number[];
|
|
161
|
-
type: string;
|
|
162
|
-
};
|
|
163
|
-
ticksDensity: {
|
|
164
|
-
description: string;
|
|
165
|
-
enum: string[];
|
|
166
|
-
type: string;
|
|
167
|
-
};
|
|
168
|
-
ticksMode: {
|
|
169
|
-
default: string;
|
|
170
|
-
description: string;
|
|
171
|
-
enum: string[];
|
|
172
|
-
type: string;
|
|
173
|
-
};
|
|
174
|
-
type: {
|
|
175
|
-
default: string;
|
|
176
|
-
description: string;
|
|
177
|
-
enum: string[];
|
|
178
|
-
type: string;
|
|
179
|
-
};
|
|
180
|
-
};
|
|
181
|
-
type: string;
|
|
182
|
-
};
|
|
183
121
|
};
|
|
184
122
|
type: string;
|
|
185
123
|
};
|
|
@@ -220,23 +158,6 @@ declare const _default: {
|
|
|
220
158
|
};
|
|
221
159
|
type: string;
|
|
222
160
|
};
|
|
223
|
-
y2: {
|
|
224
|
-
description: string;
|
|
225
|
-
properties: {
|
|
226
|
-
enabled: {
|
|
227
|
-
default: boolean;
|
|
228
|
-
description: string;
|
|
229
|
-
type: string;
|
|
230
|
-
};
|
|
231
|
-
position: {
|
|
232
|
-
default: string;
|
|
233
|
-
description: string;
|
|
234
|
-
enum: string[];
|
|
235
|
-
type: string;
|
|
236
|
-
};
|
|
237
|
-
};
|
|
238
|
-
type: string;
|
|
239
|
-
};
|
|
240
161
|
};
|
|
241
162
|
type: string;
|
|
242
163
|
};
|
|
@@ -312,27 +233,6 @@ declare const _default: {
|
|
|
312
233
|
};
|
|
313
234
|
type: string;
|
|
314
235
|
};
|
|
315
|
-
y2: {
|
|
316
|
-
description: string;
|
|
317
|
-
properties: {
|
|
318
|
-
enabled: {
|
|
319
|
-
default: boolean;
|
|
320
|
-
description: string;
|
|
321
|
-
type: string;
|
|
322
|
-
};
|
|
323
|
-
opacity: {
|
|
324
|
-
description: string;
|
|
325
|
-
examples: number[];
|
|
326
|
-
type: string;
|
|
327
|
-
};
|
|
328
|
-
style: {
|
|
329
|
-
description: string;
|
|
330
|
-
enum: string[];
|
|
331
|
-
type: string;
|
|
332
|
-
};
|
|
333
|
-
};
|
|
334
|
-
type: string;
|
|
335
|
-
};
|
|
336
236
|
};
|
|
337
237
|
type: string;
|
|
338
238
|
};
|
|
@@ -1072,6 +972,59 @@ declare const _default: {
|
|
|
1072
972
|
};
|
|
1073
973
|
type: string;
|
|
1074
974
|
};
|
|
975
|
+
loader: {
|
|
976
|
+
description: string;
|
|
977
|
+
properties: {
|
|
978
|
+
background: {
|
|
979
|
+
default: string;
|
|
980
|
+
description: string;
|
|
981
|
+
type: string;
|
|
982
|
+
};
|
|
983
|
+
fontColor: {
|
|
984
|
+
default: string;
|
|
985
|
+
description: string;
|
|
986
|
+
type: string;
|
|
987
|
+
};
|
|
988
|
+
locale: {
|
|
989
|
+
default: string;
|
|
990
|
+
description: string;
|
|
991
|
+
examples: string[];
|
|
992
|
+
type: string;
|
|
993
|
+
};
|
|
994
|
+
mode: {
|
|
995
|
+
default: string;
|
|
996
|
+
description: string;
|
|
997
|
+
type: string;
|
|
998
|
+
};
|
|
999
|
+
msg: {
|
|
1000
|
+
description: string;
|
|
1001
|
+
examples: string[];
|
|
1002
|
+
type: string;
|
|
1003
|
+
};
|
|
1004
|
+
showBranded: {
|
|
1005
|
+
default: boolean;
|
|
1006
|
+
description: string;
|
|
1007
|
+
type: string;
|
|
1008
|
+
};
|
|
1009
|
+
spinnerBackground: {
|
|
1010
|
+
default: string;
|
|
1011
|
+
description: string;
|
|
1012
|
+
type: string;
|
|
1013
|
+
};
|
|
1014
|
+
spinnerColor: {
|
|
1015
|
+
default: string;
|
|
1016
|
+
description: string;
|
|
1017
|
+
type: string;
|
|
1018
|
+
};
|
|
1019
|
+
};
|
|
1020
|
+
type: string;
|
|
1021
|
+
};
|
|
1022
|
+
locale: {
|
|
1023
|
+
default: string;
|
|
1024
|
+
description: string;
|
|
1025
|
+
examples: string[];
|
|
1026
|
+
type: string;
|
|
1027
|
+
};
|
|
1075
1028
|
missingValue: {
|
|
1076
1029
|
description: string;
|
|
1077
1030
|
properties: {
|
|
@@ -1366,6 +1319,11 @@ declare const _default: {
|
|
|
1366
1319
|
};
|
|
1367
1320
|
type: string;
|
|
1368
1321
|
};
|
|
1322
|
+
timezoneId: {
|
|
1323
|
+
description: string;
|
|
1324
|
+
examples: string[];
|
|
1325
|
+
type: string;
|
|
1326
|
+
};
|
|
1369
1327
|
title: {
|
|
1370
1328
|
description: string;
|
|
1371
1329
|
examples: {
|
|
@@ -4889,6 +4847,59 @@ declare const _default: {
|
|
|
4889
4847
|
};
|
|
4890
4848
|
type: string;
|
|
4891
4849
|
};
|
|
4850
|
+
loader: {
|
|
4851
|
+
description: string;
|
|
4852
|
+
properties: {
|
|
4853
|
+
background: {
|
|
4854
|
+
default: string;
|
|
4855
|
+
description: string;
|
|
4856
|
+
type: string;
|
|
4857
|
+
};
|
|
4858
|
+
fontColor: {
|
|
4859
|
+
default: string;
|
|
4860
|
+
description: string;
|
|
4861
|
+
type: string;
|
|
4862
|
+
};
|
|
4863
|
+
locale: {
|
|
4864
|
+
default: string;
|
|
4865
|
+
description: string;
|
|
4866
|
+
examples: string[];
|
|
4867
|
+
type: string;
|
|
4868
|
+
};
|
|
4869
|
+
mode: {
|
|
4870
|
+
default: string;
|
|
4871
|
+
description: string;
|
|
4872
|
+
type: string;
|
|
4873
|
+
};
|
|
4874
|
+
msg: {
|
|
4875
|
+
description: string;
|
|
4876
|
+
examples: string[];
|
|
4877
|
+
type: string;
|
|
4878
|
+
};
|
|
4879
|
+
showBranded: {
|
|
4880
|
+
default: boolean;
|
|
4881
|
+
description: string;
|
|
4882
|
+
type: string;
|
|
4883
|
+
};
|
|
4884
|
+
spinnerBackground: {
|
|
4885
|
+
default: string;
|
|
4886
|
+
description: string;
|
|
4887
|
+
type: string;
|
|
4888
|
+
};
|
|
4889
|
+
spinnerColor: {
|
|
4890
|
+
default: string;
|
|
4891
|
+
description: string;
|
|
4892
|
+
type: string;
|
|
4893
|
+
};
|
|
4894
|
+
};
|
|
4895
|
+
type: string;
|
|
4896
|
+
};
|
|
4897
|
+
locale: {
|
|
4898
|
+
default: string;
|
|
4899
|
+
description: string;
|
|
4900
|
+
examples: string[];
|
|
4901
|
+
type: string;
|
|
4902
|
+
};
|
|
4892
4903
|
manualAxesRange: {
|
|
4893
4904
|
description: string;
|
|
4894
4905
|
items: {
|
|
@@ -5250,6 +5261,11 @@ declare const _default: {
|
|
|
5250
5261
|
};
|
|
5251
5262
|
type: string;
|
|
5252
5263
|
};
|
|
5264
|
+
timezoneId: {
|
|
5265
|
+
description: string;
|
|
5266
|
+
examples: string[];
|
|
5267
|
+
type: string;
|
|
5268
|
+
};
|
|
5253
5269
|
title: {
|
|
5254
5270
|
description: string;
|
|
5255
5271
|
examples: {
|
|
@@ -6562,6 +6578,59 @@ declare const _default: {
|
|
|
6562
6578
|
};
|
|
6563
6579
|
type: string;
|
|
6564
6580
|
};
|
|
6581
|
+
loader: {
|
|
6582
|
+
description: string;
|
|
6583
|
+
properties: {
|
|
6584
|
+
background: {
|
|
6585
|
+
default: string;
|
|
6586
|
+
description: string;
|
|
6587
|
+
type: string;
|
|
6588
|
+
};
|
|
6589
|
+
fontColor: {
|
|
6590
|
+
default: string;
|
|
6591
|
+
description: string;
|
|
6592
|
+
type: string;
|
|
6593
|
+
};
|
|
6594
|
+
locale: {
|
|
6595
|
+
default: string;
|
|
6596
|
+
description: string;
|
|
6597
|
+
examples: string[];
|
|
6598
|
+
type: string;
|
|
6599
|
+
};
|
|
6600
|
+
mode: {
|
|
6601
|
+
default: string;
|
|
6602
|
+
description: string;
|
|
6603
|
+
type: string;
|
|
6604
|
+
};
|
|
6605
|
+
msg: {
|
|
6606
|
+
description: string;
|
|
6607
|
+
examples: string[];
|
|
6608
|
+
type: string;
|
|
6609
|
+
};
|
|
6610
|
+
showBranded: {
|
|
6611
|
+
default: boolean;
|
|
6612
|
+
description: string;
|
|
6613
|
+
type: string;
|
|
6614
|
+
};
|
|
6615
|
+
spinnerBackground: {
|
|
6616
|
+
default: string;
|
|
6617
|
+
description: string;
|
|
6618
|
+
type: string;
|
|
6619
|
+
};
|
|
6620
|
+
spinnerColor: {
|
|
6621
|
+
default: string;
|
|
6622
|
+
description: string;
|
|
6623
|
+
type: string;
|
|
6624
|
+
};
|
|
6625
|
+
};
|
|
6626
|
+
type: string;
|
|
6627
|
+
};
|
|
6628
|
+
locale: {
|
|
6629
|
+
default: string;
|
|
6630
|
+
description: string;
|
|
6631
|
+
examples: string[];
|
|
6632
|
+
type: string;
|
|
6633
|
+
};
|
|
6565
6634
|
manualAxisRange: {
|
|
6566
6635
|
description: string;
|
|
6567
6636
|
items: {
|
|
@@ -6949,6 +7018,11 @@ declare const _default: {
|
|
|
6949
7018
|
};
|
|
6950
7019
|
type: string;
|
|
6951
7020
|
};
|
|
7021
|
+
timezoneId: {
|
|
7022
|
+
description: string;
|
|
7023
|
+
examples: string[];
|
|
7024
|
+
type: string;
|
|
7025
|
+
};
|
|
6952
7026
|
title: {
|
|
6953
7027
|
description: string;
|
|
6954
7028
|
examples: {
|
|
@@ -10248,6 +10322,59 @@ declare const _default: {
|
|
|
10248
10322
|
};
|
|
10249
10323
|
type: string;
|
|
10250
10324
|
};
|
|
10325
|
+
loader: {
|
|
10326
|
+
description: string;
|
|
10327
|
+
properties: {
|
|
10328
|
+
background: {
|
|
10329
|
+
default: string;
|
|
10330
|
+
description: string;
|
|
10331
|
+
type: string;
|
|
10332
|
+
};
|
|
10333
|
+
fontColor: {
|
|
10334
|
+
default: string;
|
|
10335
|
+
description: string;
|
|
10336
|
+
type: string;
|
|
10337
|
+
};
|
|
10338
|
+
locale: {
|
|
10339
|
+
default: string;
|
|
10340
|
+
description: string;
|
|
10341
|
+
examples: string[];
|
|
10342
|
+
type: string;
|
|
10343
|
+
};
|
|
10344
|
+
mode: {
|
|
10345
|
+
default: string;
|
|
10346
|
+
description: string;
|
|
10347
|
+
type: string;
|
|
10348
|
+
};
|
|
10349
|
+
msg: {
|
|
10350
|
+
description: string;
|
|
10351
|
+
examples: string[];
|
|
10352
|
+
type: string;
|
|
10353
|
+
};
|
|
10354
|
+
showBranded: {
|
|
10355
|
+
default: boolean;
|
|
10356
|
+
description: string;
|
|
10357
|
+
type: string;
|
|
10358
|
+
};
|
|
10359
|
+
spinnerBackground: {
|
|
10360
|
+
default: string;
|
|
10361
|
+
description: string;
|
|
10362
|
+
type: string;
|
|
10363
|
+
};
|
|
10364
|
+
spinnerColor: {
|
|
10365
|
+
default: string;
|
|
10366
|
+
description: string;
|
|
10367
|
+
type: string;
|
|
10368
|
+
};
|
|
10369
|
+
};
|
|
10370
|
+
type: string;
|
|
10371
|
+
};
|
|
10372
|
+
locale: {
|
|
10373
|
+
default: string;
|
|
10374
|
+
description: string;
|
|
10375
|
+
examples: string[];
|
|
10376
|
+
type: string;
|
|
10377
|
+
};
|
|
10251
10378
|
theme: {
|
|
10252
10379
|
description: string;
|
|
10253
10380
|
properties: {
|
|
@@ -10515,6 +10642,11 @@ declare const _default: {
|
|
|
10515
10642
|
};
|
|
10516
10643
|
type: string;
|
|
10517
10644
|
};
|
|
10645
|
+
timezoneId: {
|
|
10646
|
+
description: string;
|
|
10647
|
+
examples: string[];
|
|
10648
|
+
type: string;
|
|
10649
|
+
};
|
|
10518
10650
|
title: {
|
|
10519
10651
|
description: string;
|
|
10520
10652
|
examples: {
|
|
@@ -11642,6 +11774,59 @@ declare const _default: {
|
|
|
11642
11774
|
};
|
|
11643
11775
|
type: string;
|
|
11644
11776
|
};
|
|
11777
|
+
loader: {
|
|
11778
|
+
description: string;
|
|
11779
|
+
properties: {
|
|
11780
|
+
background: {
|
|
11781
|
+
default: string;
|
|
11782
|
+
description: string;
|
|
11783
|
+
type: string;
|
|
11784
|
+
};
|
|
11785
|
+
fontColor: {
|
|
11786
|
+
default: string;
|
|
11787
|
+
description: string;
|
|
11788
|
+
type: string;
|
|
11789
|
+
};
|
|
11790
|
+
locale: {
|
|
11791
|
+
default: string;
|
|
11792
|
+
description: string;
|
|
11793
|
+
examples: string[];
|
|
11794
|
+
type: string;
|
|
11795
|
+
};
|
|
11796
|
+
mode: {
|
|
11797
|
+
default: string;
|
|
11798
|
+
description: string;
|
|
11799
|
+
type: string;
|
|
11800
|
+
};
|
|
11801
|
+
msg: {
|
|
11802
|
+
description: string;
|
|
11803
|
+
examples: string[];
|
|
11804
|
+
type: string;
|
|
11805
|
+
};
|
|
11806
|
+
showBranded: {
|
|
11807
|
+
default: boolean;
|
|
11808
|
+
description: string;
|
|
11809
|
+
type: string;
|
|
11810
|
+
};
|
|
11811
|
+
spinnerBackground: {
|
|
11812
|
+
default: string;
|
|
11813
|
+
description: string;
|
|
11814
|
+
type: string;
|
|
11815
|
+
};
|
|
11816
|
+
spinnerColor: {
|
|
11817
|
+
default: string;
|
|
11818
|
+
description: string;
|
|
11819
|
+
type: string;
|
|
11820
|
+
};
|
|
11821
|
+
};
|
|
11822
|
+
type: string;
|
|
11823
|
+
};
|
|
11824
|
+
locale: {
|
|
11825
|
+
default: string;
|
|
11826
|
+
description: string;
|
|
11827
|
+
examples: string[];
|
|
11828
|
+
type: string;
|
|
11829
|
+
};
|
|
11645
11830
|
manualValues: {
|
|
11646
11831
|
default: any[][];
|
|
11647
11832
|
description: string;
|
|
@@ -12020,6 +12205,11 @@ declare const _default: {
|
|
|
12020
12205
|
};
|
|
12021
12206
|
type: string;
|
|
12022
12207
|
};
|
|
12208
|
+
timezoneId: {
|
|
12209
|
+
description: string;
|
|
12210
|
+
examples: string[];
|
|
12211
|
+
type: string;
|
|
12212
|
+
};
|
|
12023
12213
|
title: {
|
|
12024
12214
|
description: string;
|
|
12025
12215
|
examples: {
|
|
@@ -13216,6 +13406,59 @@ declare const _default: {
|
|
|
13216
13406
|
};
|
|
13217
13407
|
type: string;
|
|
13218
13408
|
};
|
|
13409
|
+
loader: {
|
|
13410
|
+
description: string;
|
|
13411
|
+
properties: {
|
|
13412
|
+
background: {
|
|
13413
|
+
default: string;
|
|
13414
|
+
description: string;
|
|
13415
|
+
type: string;
|
|
13416
|
+
};
|
|
13417
|
+
fontColor: {
|
|
13418
|
+
default: string;
|
|
13419
|
+
description: string;
|
|
13420
|
+
type: string;
|
|
13421
|
+
};
|
|
13422
|
+
locale: {
|
|
13423
|
+
default: string;
|
|
13424
|
+
description: string;
|
|
13425
|
+
examples: string[];
|
|
13426
|
+
type: string;
|
|
13427
|
+
};
|
|
13428
|
+
mode: {
|
|
13429
|
+
default: string;
|
|
13430
|
+
description: string;
|
|
13431
|
+
type: string;
|
|
13432
|
+
};
|
|
13433
|
+
msg: {
|
|
13434
|
+
description: string;
|
|
13435
|
+
examples: string[];
|
|
13436
|
+
type: string;
|
|
13437
|
+
};
|
|
13438
|
+
showBranded: {
|
|
13439
|
+
default: boolean;
|
|
13440
|
+
description: string;
|
|
13441
|
+
type: string;
|
|
13442
|
+
};
|
|
13443
|
+
spinnerBackground: {
|
|
13444
|
+
default: string;
|
|
13445
|
+
description: string;
|
|
13446
|
+
type: string;
|
|
13447
|
+
};
|
|
13448
|
+
spinnerColor: {
|
|
13449
|
+
default: string;
|
|
13450
|
+
description: string;
|
|
13451
|
+
type: string;
|
|
13452
|
+
};
|
|
13453
|
+
};
|
|
13454
|
+
type: string;
|
|
13455
|
+
};
|
|
13456
|
+
locale: {
|
|
13457
|
+
default: string;
|
|
13458
|
+
description: string;
|
|
13459
|
+
examples: string[];
|
|
13460
|
+
type: string;
|
|
13461
|
+
};
|
|
13219
13462
|
manualValues: {
|
|
13220
13463
|
default: any[][];
|
|
13221
13464
|
description: string;
|
|
@@ -13589,6 +13832,11 @@ declare const _default: {
|
|
|
13589
13832
|
};
|
|
13590
13833
|
type: string;
|
|
13591
13834
|
};
|
|
13835
|
+
timezoneId: {
|
|
13836
|
+
description: string;
|
|
13837
|
+
examples: string[];
|
|
13838
|
+
type: string;
|
|
13839
|
+
};
|
|
13592
13840
|
title: {
|
|
13593
13841
|
description: string;
|
|
13594
13842
|
examples: {
|
|
@@ -14063,29 +14311,6 @@ declare const _default: {
|
|
|
14063
14311
|
description: string;
|
|
14064
14312
|
type: string;
|
|
14065
14313
|
};
|
|
14066
|
-
periodOverPeriod: {
|
|
14067
|
-
description: string;
|
|
14068
|
-
properties: {
|
|
14069
|
-
level: {
|
|
14070
|
-
description: string;
|
|
14071
|
-
type: string;
|
|
14072
|
-
};
|
|
14073
|
-
periodToDate: {
|
|
14074
|
-
description: string;
|
|
14075
|
-
type: string;
|
|
14076
|
-
};
|
|
14077
|
-
quantity: {
|
|
14078
|
-
description: string;
|
|
14079
|
-
type: string;
|
|
14080
|
-
};
|
|
14081
|
-
type: {
|
|
14082
|
-
description: string;
|
|
14083
|
-
enum: string[];
|
|
14084
|
-
type: string;
|
|
14085
|
-
};
|
|
14086
|
-
};
|
|
14087
|
-
type: string;
|
|
14088
|
-
};
|
|
14089
14314
|
subtype: {
|
|
14090
14315
|
anyOf: ({
|
|
14091
14316
|
enum: string[];
|
|
@@ -14854,6 +15079,59 @@ declare const _default: {
|
|
|
14854
15079
|
};
|
|
14855
15080
|
type: string;
|
|
14856
15081
|
};
|
|
15082
|
+
loader: {
|
|
15083
|
+
description: string;
|
|
15084
|
+
properties: {
|
|
15085
|
+
background: {
|
|
15086
|
+
default: string;
|
|
15087
|
+
description: string;
|
|
15088
|
+
type: string;
|
|
15089
|
+
};
|
|
15090
|
+
fontColor: {
|
|
15091
|
+
default: string;
|
|
15092
|
+
description: string;
|
|
15093
|
+
type: string;
|
|
15094
|
+
};
|
|
15095
|
+
locale: {
|
|
15096
|
+
default: string;
|
|
15097
|
+
description: string;
|
|
15098
|
+
examples: string[];
|
|
15099
|
+
type: string;
|
|
15100
|
+
};
|
|
15101
|
+
mode: {
|
|
15102
|
+
default: string;
|
|
15103
|
+
description: string;
|
|
15104
|
+
type: string;
|
|
15105
|
+
};
|
|
15106
|
+
msg: {
|
|
15107
|
+
description: string;
|
|
15108
|
+
examples: string[];
|
|
15109
|
+
type: string;
|
|
15110
|
+
};
|
|
15111
|
+
showBranded: {
|
|
15112
|
+
default: boolean;
|
|
15113
|
+
description: string;
|
|
15114
|
+
type: string;
|
|
15115
|
+
};
|
|
15116
|
+
spinnerBackground: {
|
|
15117
|
+
default: string;
|
|
15118
|
+
description: string;
|
|
15119
|
+
type: string;
|
|
15120
|
+
};
|
|
15121
|
+
spinnerColor: {
|
|
15122
|
+
default: string;
|
|
15123
|
+
description: string;
|
|
15124
|
+
type: string;
|
|
15125
|
+
};
|
|
15126
|
+
};
|
|
15127
|
+
type: string;
|
|
15128
|
+
};
|
|
15129
|
+
locale: {
|
|
15130
|
+
default: string;
|
|
15131
|
+
description: string;
|
|
15132
|
+
examples: string[];
|
|
15133
|
+
type: string;
|
|
15134
|
+
};
|
|
14857
15135
|
manualValues: {
|
|
14858
15136
|
default: {};
|
|
14859
15137
|
description: string;
|
|
@@ -15158,6 +15436,11 @@ declare const _default: {
|
|
|
15158
15436
|
};
|
|
15159
15437
|
type: string;
|
|
15160
15438
|
};
|
|
15439
|
+
timezoneId: {
|
|
15440
|
+
description: string;
|
|
15441
|
+
examples: string[];
|
|
15442
|
+
type: string;
|
|
15443
|
+
};
|
|
15161
15444
|
title: {
|
|
15162
15445
|
description: string;
|
|
15163
15446
|
examples: {
|
|
@@ -18660,6 +18943,59 @@ declare const _default: {
|
|
|
18660
18943
|
};
|
|
18661
18944
|
type: string;
|
|
18662
18945
|
};
|
|
18946
|
+
loader: {
|
|
18947
|
+
description: string;
|
|
18948
|
+
properties: {
|
|
18949
|
+
background: {
|
|
18950
|
+
default: string;
|
|
18951
|
+
description: string;
|
|
18952
|
+
type: string;
|
|
18953
|
+
};
|
|
18954
|
+
fontColor: {
|
|
18955
|
+
default: string;
|
|
18956
|
+
description: string;
|
|
18957
|
+
type: string;
|
|
18958
|
+
};
|
|
18959
|
+
locale: {
|
|
18960
|
+
default: string;
|
|
18961
|
+
description: string;
|
|
18962
|
+
examples: string[];
|
|
18963
|
+
type: string;
|
|
18964
|
+
};
|
|
18965
|
+
mode: {
|
|
18966
|
+
default: string;
|
|
18967
|
+
description: string;
|
|
18968
|
+
type: string;
|
|
18969
|
+
};
|
|
18970
|
+
msg: {
|
|
18971
|
+
description: string;
|
|
18972
|
+
examples: string[];
|
|
18973
|
+
type: string;
|
|
18974
|
+
};
|
|
18975
|
+
showBranded: {
|
|
18976
|
+
default: boolean;
|
|
18977
|
+
description: string;
|
|
18978
|
+
type: string;
|
|
18979
|
+
};
|
|
18980
|
+
spinnerBackground: {
|
|
18981
|
+
default: string;
|
|
18982
|
+
description: string;
|
|
18983
|
+
type: string;
|
|
18984
|
+
};
|
|
18985
|
+
spinnerColor: {
|
|
18986
|
+
default: string;
|
|
18987
|
+
description: string;
|
|
18988
|
+
type: string;
|
|
18989
|
+
};
|
|
18990
|
+
};
|
|
18991
|
+
type: string;
|
|
18992
|
+
};
|
|
18993
|
+
locale: {
|
|
18994
|
+
default: string;
|
|
18995
|
+
description: string;
|
|
18996
|
+
examples: string[];
|
|
18997
|
+
type: string;
|
|
18998
|
+
};
|
|
18663
18999
|
manualAxesRange: {
|
|
18664
19000
|
description: string;
|
|
18665
19001
|
items: {
|
|
@@ -19021,6 +19357,11 @@ declare const _default: {
|
|
|
19021
19357
|
};
|
|
19022
19358
|
type: string;
|
|
19023
19359
|
};
|
|
19360
|
+
timezoneId: {
|
|
19361
|
+
description: string;
|
|
19362
|
+
examples: string[];
|
|
19363
|
+
type: string;
|
|
19364
|
+
};
|
|
19024
19365
|
title: {
|
|
19025
19366
|
description: string;
|
|
19026
19367
|
examples: {
|
|
@@ -20496,6 +20837,59 @@ declare const _default: {
|
|
|
20496
20837
|
};
|
|
20497
20838
|
type: string;
|
|
20498
20839
|
};
|
|
20840
|
+
loader: {
|
|
20841
|
+
description: string;
|
|
20842
|
+
properties: {
|
|
20843
|
+
background: {
|
|
20844
|
+
default: string;
|
|
20845
|
+
description: string;
|
|
20846
|
+
type: string;
|
|
20847
|
+
};
|
|
20848
|
+
fontColor: {
|
|
20849
|
+
default: string;
|
|
20850
|
+
description: string;
|
|
20851
|
+
type: string;
|
|
20852
|
+
};
|
|
20853
|
+
locale: {
|
|
20854
|
+
default: string;
|
|
20855
|
+
description: string;
|
|
20856
|
+
examples: string[];
|
|
20857
|
+
type: string;
|
|
20858
|
+
};
|
|
20859
|
+
mode: {
|
|
20860
|
+
default: string;
|
|
20861
|
+
description: string;
|
|
20862
|
+
type: string;
|
|
20863
|
+
};
|
|
20864
|
+
msg: {
|
|
20865
|
+
description: string;
|
|
20866
|
+
examples: string[];
|
|
20867
|
+
type: string;
|
|
20868
|
+
};
|
|
20869
|
+
showBranded: {
|
|
20870
|
+
default: boolean;
|
|
20871
|
+
description: string;
|
|
20872
|
+
type: string;
|
|
20873
|
+
};
|
|
20874
|
+
spinnerBackground: {
|
|
20875
|
+
default: string;
|
|
20876
|
+
description: string;
|
|
20877
|
+
type: string;
|
|
20878
|
+
};
|
|
20879
|
+
spinnerColor: {
|
|
20880
|
+
default: string;
|
|
20881
|
+
description: string;
|
|
20882
|
+
type: string;
|
|
20883
|
+
};
|
|
20884
|
+
};
|
|
20885
|
+
type: string;
|
|
20886
|
+
};
|
|
20887
|
+
locale: {
|
|
20888
|
+
default: string;
|
|
20889
|
+
description: string;
|
|
20890
|
+
examples: string[];
|
|
20891
|
+
type: string;
|
|
20892
|
+
};
|
|
20499
20893
|
measures: {
|
|
20500
20894
|
default: any[][];
|
|
20501
20895
|
items: {
|
|
@@ -20884,6 +21278,11 @@ declare const _default: {
|
|
|
20884
21278
|
};
|
|
20885
21279
|
type: string;
|
|
20886
21280
|
};
|
|
21281
|
+
timezoneId: {
|
|
21282
|
+
description: string;
|
|
21283
|
+
examples: string[];
|
|
21284
|
+
type: string;
|
|
21285
|
+
};
|
|
20887
21286
|
title: {
|
|
20888
21287
|
description: string;
|
|
20889
21288
|
examples: {
|
|
@@ -21950,6 +22349,59 @@ declare const _default: {
|
|
|
21950
22349
|
};
|
|
21951
22350
|
type: string;
|
|
21952
22351
|
};
|
|
22352
|
+
loader: {
|
|
22353
|
+
description: string;
|
|
22354
|
+
properties: {
|
|
22355
|
+
background: {
|
|
22356
|
+
default: string;
|
|
22357
|
+
description: string;
|
|
22358
|
+
type: string;
|
|
22359
|
+
};
|
|
22360
|
+
fontColor: {
|
|
22361
|
+
default: string;
|
|
22362
|
+
description: string;
|
|
22363
|
+
type: string;
|
|
22364
|
+
};
|
|
22365
|
+
locale: {
|
|
22366
|
+
default: string;
|
|
22367
|
+
description: string;
|
|
22368
|
+
examples: string[];
|
|
22369
|
+
type: string;
|
|
22370
|
+
};
|
|
22371
|
+
mode: {
|
|
22372
|
+
default: string;
|
|
22373
|
+
description: string;
|
|
22374
|
+
type: string;
|
|
22375
|
+
};
|
|
22376
|
+
msg: {
|
|
22377
|
+
description: string;
|
|
22378
|
+
examples: string[];
|
|
22379
|
+
type: string;
|
|
22380
|
+
};
|
|
22381
|
+
showBranded: {
|
|
22382
|
+
default: boolean;
|
|
22383
|
+
description: string;
|
|
22384
|
+
type: string;
|
|
22385
|
+
};
|
|
22386
|
+
spinnerBackground: {
|
|
22387
|
+
default: string;
|
|
22388
|
+
description: string;
|
|
22389
|
+
type: string;
|
|
22390
|
+
};
|
|
22391
|
+
spinnerColor: {
|
|
22392
|
+
default: string;
|
|
22393
|
+
description: string;
|
|
22394
|
+
type: string;
|
|
22395
|
+
};
|
|
22396
|
+
};
|
|
22397
|
+
type: string;
|
|
22398
|
+
};
|
|
22399
|
+
locale: {
|
|
22400
|
+
default: string;
|
|
22401
|
+
description: string;
|
|
22402
|
+
examples: string[];
|
|
22403
|
+
type: string;
|
|
22404
|
+
};
|
|
21953
22405
|
padding: {
|
|
21954
22406
|
description: string;
|
|
21955
22407
|
properties: {
|
|
@@ -22233,6 +22685,11 @@ declare const _default: {
|
|
|
22233
22685
|
};
|
|
22234
22686
|
type: string;
|
|
22235
22687
|
};
|
|
22688
|
+
timezoneId: {
|
|
22689
|
+
description: string;
|
|
22690
|
+
examples: string[];
|
|
22691
|
+
type: string;
|
|
22692
|
+
};
|
|
22236
22693
|
title: {
|
|
22237
22694
|
description: string;
|
|
22238
22695
|
examples: {
|
|
@@ -25265,6 +25722,59 @@ declare const _default: {
|
|
|
25265
25722
|
};
|
|
25266
25723
|
type: string;
|
|
25267
25724
|
};
|
|
25725
|
+
loader: {
|
|
25726
|
+
description: string;
|
|
25727
|
+
properties: {
|
|
25728
|
+
background: {
|
|
25729
|
+
default: string;
|
|
25730
|
+
description: string;
|
|
25731
|
+
type: string;
|
|
25732
|
+
};
|
|
25733
|
+
fontColor: {
|
|
25734
|
+
default: string;
|
|
25735
|
+
description: string;
|
|
25736
|
+
type: string;
|
|
25737
|
+
};
|
|
25738
|
+
locale: {
|
|
25739
|
+
default: string;
|
|
25740
|
+
description: string;
|
|
25741
|
+
examples: string[];
|
|
25742
|
+
type: string;
|
|
25743
|
+
};
|
|
25744
|
+
mode: {
|
|
25745
|
+
default: string;
|
|
25746
|
+
description: string;
|
|
25747
|
+
type: string;
|
|
25748
|
+
};
|
|
25749
|
+
msg: {
|
|
25750
|
+
description: string;
|
|
25751
|
+
examples: string[];
|
|
25752
|
+
type: string;
|
|
25753
|
+
};
|
|
25754
|
+
showBranded: {
|
|
25755
|
+
default: boolean;
|
|
25756
|
+
description: string;
|
|
25757
|
+
type: string;
|
|
25758
|
+
};
|
|
25759
|
+
spinnerBackground: {
|
|
25760
|
+
default: string;
|
|
25761
|
+
description: string;
|
|
25762
|
+
type: string;
|
|
25763
|
+
};
|
|
25764
|
+
spinnerColor: {
|
|
25765
|
+
default: string;
|
|
25766
|
+
description: string;
|
|
25767
|
+
type: string;
|
|
25768
|
+
};
|
|
25769
|
+
};
|
|
25770
|
+
type: string;
|
|
25771
|
+
};
|
|
25772
|
+
locale: {
|
|
25773
|
+
default: string;
|
|
25774
|
+
description: string;
|
|
25775
|
+
examples: string[];
|
|
25776
|
+
type: string;
|
|
25777
|
+
};
|
|
25268
25778
|
mode: {
|
|
25269
25779
|
default: string;
|
|
25270
25780
|
description: string;
|
|
@@ -25632,6 +26142,11 @@ declare const _default: {
|
|
|
25632
26142
|
};
|
|
25633
26143
|
type: string;
|
|
25634
26144
|
};
|
|
26145
|
+
timezoneId: {
|
|
26146
|
+
description: string;
|
|
26147
|
+
examples: string[];
|
|
26148
|
+
type: string;
|
|
26149
|
+
};
|
|
25635
26150
|
title: {
|
|
25636
26151
|
description: string;
|
|
25637
26152
|
examples: {
|
|
@@ -26641,6 +27156,59 @@ declare const _default: {
|
|
|
26641
27156
|
};
|
|
26642
27157
|
type: string;
|
|
26643
27158
|
};
|
|
27159
|
+
loader: {
|
|
27160
|
+
description: string;
|
|
27161
|
+
properties: {
|
|
27162
|
+
background: {
|
|
27163
|
+
default: string;
|
|
27164
|
+
description: string;
|
|
27165
|
+
type: string;
|
|
27166
|
+
};
|
|
27167
|
+
fontColor: {
|
|
27168
|
+
default: string;
|
|
27169
|
+
description: string;
|
|
27170
|
+
type: string;
|
|
27171
|
+
};
|
|
27172
|
+
locale: {
|
|
27173
|
+
default: string;
|
|
27174
|
+
description: string;
|
|
27175
|
+
examples: string[];
|
|
27176
|
+
type: string;
|
|
27177
|
+
};
|
|
27178
|
+
mode: {
|
|
27179
|
+
default: string;
|
|
27180
|
+
description: string;
|
|
27181
|
+
type: string;
|
|
27182
|
+
};
|
|
27183
|
+
msg: {
|
|
27184
|
+
description: string;
|
|
27185
|
+
examples: string[];
|
|
27186
|
+
type: string;
|
|
27187
|
+
};
|
|
27188
|
+
showBranded: {
|
|
27189
|
+
default: boolean;
|
|
27190
|
+
description: string;
|
|
27191
|
+
type: string;
|
|
27192
|
+
};
|
|
27193
|
+
spinnerBackground: {
|
|
27194
|
+
default: string;
|
|
27195
|
+
description: string;
|
|
27196
|
+
type: string;
|
|
27197
|
+
};
|
|
27198
|
+
spinnerColor: {
|
|
27199
|
+
default: string;
|
|
27200
|
+
description: string;
|
|
27201
|
+
type: string;
|
|
27202
|
+
};
|
|
27203
|
+
};
|
|
27204
|
+
type: string;
|
|
27205
|
+
};
|
|
27206
|
+
locale: {
|
|
27207
|
+
default: string;
|
|
27208
|
+
description: string;
|
|
27209
|
+
examples: string[];
|
|
27210
|
+
type: string;
|
|
27211
|
+
};
|
|
26644
27212
|
multiselect: {
|
|
26645
27213
|
default: boolean;
|
|
26646
27214
|
description: string;
|
|
@@ -27005,6 +27573,11 @@ declare const _default: {
|
|
|
27005
27573
|
};
|
|
27006
27574
|
type: string;
|
|
27007
27575
|
};
|
|
27576
|
+
timezoneId: {
|
|
27577
|
+
description: string;
|
|
27578
|
+
examples: string[];
|
|
27579
|
+
type: string;
|
|
27580
|
+
};
|
|
27008
27581
|
title: {
|
|
27009
27582
|
description: string;
|
|
27010
27583
|
examples: {
|
|
@@ -28150,6 +28723,59 @@ declare const _default: {
|
|
|
28150
28723
|
};
|
|
28151
28724
|
type: string;
|
|
28152
28725
|
};
|
|
28726
|
+
loader: {
|
|
28727
|
+
description: string;
|
|
28728
|
+
properties: {
|
|
28729
|
+
background: {
|
|
28730
|
+
default: string;
|
|
28731
|
+
description: string;
|
|
28732
|
+
type: string;
|
|
28733
|
+
};
|
|
28734
|
+
fontColor: {
|
|
28735
|
+
default: string;
|
|
28736
|
+
description: string;
|
|
28737
|
+
type: string;
|
|
28738
|
+
};
|
|
28739
|
+
locale: {
|
|
28740
|
+
default: string;
|
|
28741
|
+
description: string;
|
|
28742
|
+
examples: string[];
|
|
28743
|
+
type: string;
|
|
28744
|
+
};
|
|
28745
|
+
mode: {
|
|
28746
|
+
default: string;
|
|
28747
|
+
description: string;
|
|
28748
|
+
type: string;
|
|
28749
|
+
};
|
|
28750
|
+
msg: {
|
|
28751
|
+
description: string;
|
|
28752
|
+
examples: string[];
|
|
28753
|
+
type: string;
|
|
28754
|
+
};
|
|
28755
|
+
showBranded: {
|
|
28756
|
+
default: boolean;
|
|
28757
|
+
description: string;
|
|
28758
|
+
type: string;
|
|
28759
|
+
};
|
|
28760
|
+
spinnerBackground: {
|
|
28761
|
+
default: string;
|
|
28762
|
+
description: string;
|
|
28763
|
+
type: string;
|
|
28764
|
+
};
|
|
28765
|
+
spinnerColor: {
|
|
28766
|
+
default: string;
|
|
28767
|
+
description: string;
|
|
28768
|
+
type: string;
|
|
28769
|
+
};
|
|
28770
|
+
};
|
|
28771
|
+
type: string;
|
|
28772
|
+
};
|
|
28773
|
+
locale: {
|
|
28774
|
+
default: string;
|
|
28775
|
+
description: string;
|
|
28776
|
+
examples: string[];
|
|
28777
|
+
type: string;
|
|
28778
|
+
};
|
|
28153
28779
|
missingValue: {
|
|
28154
28780
|
description: string;
|
|
28155
28781
|
properties: {
|
|
@@ -28472,6 +29098,11 @@ declare const _default: {
|
|
|
28472
29098
|
};
|
|
28473
29099
|
type: string;
|
|
28474
29100
|
};
|
|
29101
|
+
timezoneId: {
|
|
29102
|
+
description: string;
|
|
29103
|
+
examples: string[];
|
|
29104
|
+
type: string;
|
|
29105
|
+
};
|
|
28475
29106
|
titleFontSize: {
|
|
28476
29107
|
description: string;
|
|
28477
29108
|
examples: number[];
|
|
@@ -31797,6 +32428,59 @@ declare const _default: {
|
|
|
31797
32428
|
};
|
|
31798
32429
|
type: string;
|
|
31799
32430
|
};
|
|
32431
|
+
loader: {
|
|
32432
|
+
description: string;
|
|
32433
|
+
properties: {
|
|
32434
|
+
background: {
|
|
32435
|
+
default: string;
|
|
32436
|
+
description: string;
|
|
32437
|
+
type: string;
|
|
32438
|
+
};
|
|
32439
|
+
fontColor: {
|
|
32440
|
+
default: string;
|
|
32441
|
+
description: string;
|
|
32442
|
+
type: string;
|
|
32443
|
+
};
|
|
32444
|
+
locale: {
|
|
32445
|
+
default: string;
|
|
32446
|
+
description: string;
|
|
32447
|
+
examples: string[];
|
|
32448
|
+
type: string;
|
|
32449
|
+
};
|
|
32450
|
+
mode: {
|
|
32451
|
+
default: string;
|
|
32452
|
+
description: string;
|
|
32453
|
+
type: string;
|
|
32454
|
+
};
|
|
32455
|
+
msg: {
|
|
32456
|
+
description: string;
|
|
32457
|
+
examples: string[];
|
|
32458
|
+
type: string;
|
|
32459
|
+
};
|
|
32460
|
+
showBranded: {
|
|
32461
|
+
default: boolean;
|
|
32462
|
+
description: string;
|
|
32463
|
+
type: string;
|
|
32464
|
+
};
|
|
32465
|
+
spinnerBackground: {
|
|
32466
|
+
default: string;
|
|
32467
|
+
description: string;
|
|
32468
|
+
type: string;
|
|
32469
|
+
};
|
|
32470
|
+
spinnerColor: {
|
|
32471
|
+
default: string;
|
|
32472
|
+
description: string;
|
|
32473
|
+
type: string;
|
|
32474
|
+
};
|
|
32475
|
+
};
|
|
32476
|
+
type: string;
|
|
32477
|
+
};
|
|
32478
|
+
locale: {
|
|
32479
|
+
default: string;
|
|
32480
|
+
description: string;
|
|
32481
|
+
examples: string[];
|
|
32482
|
+
type: string;
|
|
32483
|
+
};
|
|
31800
32484
|
mode: {
|
|
31801
32485
|
enum: string[];
|
|
31802
32486
|
type: string;
|
|
@@ -32128,6 +32812,11 @@ declare const _default: {
|
|
|
32128
32812
|
};
|
|
32129
32813
|
type: string;
|
|
32130
32814
|
};
|
|
32815
|
+
timezoneId: {
|
|
32816
|
+
description: string;
|
|
32817
|
+
examples: string[];
|
|
32818
|
+
type: string;
|
|
32819
|
+
};
|
|
32131
32820
|
title: {
|
|
32132
32821
|
description: string;
|
|
32133
32822
|
examples: {
|
|
@@ -32612,6 +33301,59 @@ declare const _default: {
|
|
|
32612
33301
|
};
|
|
32613
33302
|
type: string;
|
|
32614
33303
|
};
|
|
33304
|
+
loader: {
|
|
33305
|
+
description: string;
|
|
33306
|
+
properties: {
|
|
33307
|
+
background: {
|
|
33308
|
+
default: string;
|
|
33309
|
+
description: string;
|
|
33310
|
+
type: string;
|
|
33311
|
+
};
|
|
33312
|
+
fontColor: {
|
|
33313
|
+
default: string;
|
|
33314
|
+
description: string;
|
|
33315
|
+
type: string;
|
|
33316
|
+
};
|
|
33317
|
+
locale: {
|
|
33318
|
+
default: string;
|
|
33319
|
+
description: string;
|
|
33320
|
+
examples: string[];
|
|
33321
|
+
type: string;
|
|
33322
|
+
};
|
|
33323
|
+
mode: {
|
|
33324
|
+
default: string;
|
|
33325
|
+
description: string;
|
|
33326
|
+
type: string;
|
|
33327
|
+
};
|
|
33328
|
+
msg: {
|
|
33329
|
+
description: string;
|
|
33330
|
+
examples: string[];
|
|
33331
|
+
type: string;
|
|
33332
|
+
};
|
|
33333
|
+
showBranded: {
|
|
33334
|
+
default: boolean;
|
|
33335
|
+
description: string;
|
|
33336
|
+
type: string;
|
|
33337
|
+
};
|
|
33338
|
+
spinnerBackground: {
|
|
33339
|
+
default: string;
|
|
33340
|
+
description: string;
|
|
33341
|
+
type: string;
|
|
33342
|
+
};
|
|
33343
|
+
spinnerColor: {
|
|
33344
|
+
default: string;
|
|
33345
|
+
description: string;
|
|
33346
|
+
type: string;
|
|
33347
|
+
};
|
|
33348
|
+
};
|
|
33349
|
+
type: string;
|
|
33350
|
+
};
|
|
33351
|
+
locale: {
|
|
33352
|
+
default: string;
|
|
33353
|
+
description: string;
|
|
33354
|
+
examples: string[];
|
|
33355
|
+
type: string;
|
|
33356
|
+
};
|
|
32615
33357
|
mode: {
|
|
32616
33358
|
default: string;
|
|
32617
33359
|
description: string;
|
|
@@ -32885,6 +33627,11 @@ declare const _default: {
|
|
|
32885
33627
|
};
|
|
32886
33628
|
type: string;
|
|
32887
33629
|
};
|
|
33630
|
+
timezoneId: {
|
|
33631
|
+
description: string;
|
|
33632
|
+
examples: string[];
|
|
33633
|
+
type: string;
|
|
33634
|
+
};
|
|
32888
33635
|
title: {
|
|
32889
33636
|
description: string;
|
|
32890
33637
|
examples: {
|
|
@@ -33966,6 +34713,59 @@ declare const _default: {
|
|
|
33966
34713
|
};
|
|
33967
34714
|
type: string;
|
|
33968
34715
|
};
|
|
34716
|
+
loader: {
|
|
34717
|
+
description: string;
|
|
34718
|
+
properties: {
|
|
34719
|
+
background: {
|
|
34720
|
+
default: string;
|
|
34721
|
+
description: string;
|
|
34722
|
+
type: string;
|
|
34723
|
+
};
|
|
34724
|
+
fontColor: {
|
|
34725
|
+
default: string;
|
|
34726
|
+
description: string;
|
|
34727
|
+
type: string;
|
|
34728
|
+
};
|
|
34729
|
+
locale: {
|
|
34730
|
+
default: string;
|
|
34731
|
+
description: string;
|
|
34732
|
+
examples: string[];
|
|
34733
|
+
type: string;
|
|
34734
|
+
};
|
|
34735
|
+
mode: {
|
|
34736
|
+
default: string;
|
|
34737
|
+
description: string;
|
|
34738
|
+
type: string;
|
|
34739
|
+
};
|
|
34740
|
+
msg: {
|
|
34741
|
+
description: string;
|
|
34742
|
+
examples: string[];
|
|
34743
|
+
type: string;
|
|
34744
|
+
};
|
|
34745
|
+
showBranded: {
|
|
34746
|
+
default: boolean;
|
|
34747
|
+
description: string;
|
|
34748
|
+
type: string;
|
|
34749
|
+
};
|
|
34750
|
+
spinnerBackground: {
|
|
34751
|
+
default: string;
|
|
34752
|
+
description: string;
|
|
34753
|
+
type: string;
|
|
34754
|
+
};
|
|
34755
|
+
spinnerColor: {
|
|
34756
|
+
default: string;
|
|
34757
|
+
description: string;
|
|
34758
|
+
type: string;
|
|
34759
|
+
};
|
|
34760
|
+
};
|
|
34761
|
+
type: string;
|
|
34762
|
+
};
|
|
34763
|
+
locale: {
|
|
34764
|
+
default: string;
|
|
34765
|
+
description: string;
|
|
34766
|
+
examples: string[];
|
|
34767
|
+
type: string;
|
|
34768
|
+
};
|
|
33969
34769
|
markers: {
|
|
33970
34770
|
description: string;
|
|
33971
34771
|
properties: {
|
|
@@ -34270,6 +35070,11 @@ declare const _default: {
|
|
|
34270
35070
|
};
|
|
34271
35071
|
type: string;
|
|
34272
35072
|
};
|
|
35073
|
+
timezoneId: {
|
|
35074
|
+
description: string;
|
|
35075
|
+
examples: string[];
|
|
35076
|
+
type: string;
|
|
35077
|
+
};
|
|
34273
35078
|
title: {
|
|
34274
35079
|
description: string;
|
|
34275
35080
|
examples: {
|
|
@@ -35460,6 +36265,59 @@ declare const _default: {
|
|
|
35460
36265
|
})[];
|
|
35461
36266
|
description: string;
|
|
35462
36267
|
};
|
|
36268
|
+
loader: {
|
|
36269
|
+
description: string;
|
|
36270
|
+
properties: {
|
|
36271
|
+
background: {
|
|
36272
|
+
default: string;
|
|
36273
|
+
description: string;
|
|
36274
|
+
type: string;
|
|
36275
|
+
};
|
|
36276
|
+
fontColor: {
|
|
36277
|
+
default: string;
|
|
36278
|
+
description: string;
|
|
36279
|
+
type: string;
|
|
36280
|
+
};
|
|
36281
|
+
locale: {
|
|
36282
|
+
default: string;
|
|
36283
|
+
description: string;
|
|
36284
|
+
examples: string[];
|
|
36285
|
+
type: string;
|
|
36286
|
+
};
|
|
36287
|
+
mode: {
|
|
36288
|
+
default: string;
|
|
36289
|
+
description: string;
|
|
36290
|
+
type: string;
|
|
36291
|
+
};
|
|
36292
|
+
msg: {
|
|
36293
|
+
description: string;
|
|
36294
|
+
examples: string[];
|
|
36295
|
+
type: string;
|
|
36296
|
+
};
|
|
36297
|
+
showBranded: {
|
|
36298
|
+
default: boolean;
|
|
36299
|
+
description: string;
|
|
36300
|
+
type: string;
|
|
36301
|
+
};
|
|
36302
|
+
spinnerBackground: {
|
|
36303
|
+
default: string;
|
|
36304
|
+
description: string;
|
|
36305
|
+
type: string;
|
|
36306
|
+
};
|
|
36307
|
+
spinnerColor: {
|
|
36308
|
+
default: string;
|
|
36309
|
+
description: string;
|
|
36310
|
+
type: string;
|
|
36311
|
+
};
|
|
36312
|
+
};
|
|
36313
|
+
type: string;
|
|
36314
|
+
};
|
|
36315
|
+
locale: {
|
|
36316
|
+
default: string;
|
|
36317
|
+
description: string;
|
|
36318
|
+
examples: string[];
|
|
36319
|
+
type: string;
|
|
36320
|
+
};
|
|
35463
36321
|
measureLabelsAxis: {
|
|
35464
36322
|
default: string;
|
|
35465
36323
|
description: string;
|
|
@@ -35825,6 +36683,11 @@ declare const _default: {
|
|
|
35825
36683
|
};
|
|
35826
36684
|
type: string;
|
|
35827
36685
|
};
|
|
36686
|
+
timezoneId: {
|
|
36687
|
+
description: string;
|
|
36688
|
+
examples: string[];
|
|
36689
|
+
type: string;
|
|
36690
|
+
};
|
|
35828
36691
|
title: {
|
|
35829
36692
|
description: string;
|
|
35830
36693
|
examples: {
|
|
@@ -37067,6 +37930,59 @@ declare const _default: {
|
|
|
37067
37930
|
};
|
|
37068
37931
|
type: string;
|
|
37069
37932
|
};
|
|
37933
|
+
loader: {
|
|
37934
|
+
description: string;
|
|
37935
|
+
properties: {
|
|
37936
|
+
background: {
|
|
37937
|
+
default: string;
|
|
37938
|
+
description: string;
|
|
37939
|
+
type: string;
|
|
37940
|
+
};
|
|
37941
|
+
fontColor: {
|
|
37942
|
+
default: string;
|
|
37943
|
+
description: string;
|
|
37944
|
+
type: string;
|
|
37945
|
+
};
|
|
37946
|
+
locale: {
|
|
37947
|
+
default: string;
|
|
37948
|
+
description: string;
|
|
37949
|
+
examples: string[];
|
|
37950
|
+
type: string;
|
|
37951
|
+
};
|
|
37952
|
+
mode: {
|
|
37953
|
+
default: string;
|
|
37954
|
+
description: string;
|
|
37955
|
+
type: string;
|
|
37956
|
+
};
|
|
37957
|
+
msg: {
|
|
37958
|
+
description: string;
|
|
37959
|
+
examples: string[];
|
|
37960
|
+
type: string;
|
|
37961
|
+
};
|
|
37962
|
+
showBranded: {
|
|
37963
|
+
default: boolean;
|
|
37964
|
+
description: string;
|
|
37965
|
+
type: string;
|
|
37966
|
+
};
|
|
37967
|
+
spinnerBackground: {
|
|
37968
|
+
default: string;
|
|
37969
|
+
description: string;
|
|
37970
|
+
type: string;
|
|
37971
|
+
};
|
|
37972
|
+
spinnerColor: {
|
|
37973
|
+
default: string;
|
|
37974
|
+
description: string;
|
|
37975
|
+
type: string;
|
|
37976
|
+
};
|
|
37977
|
+
};
|
|
37978
|
+
type: string;
|
|
37979
|
+
};
|
|
37980
|
+
locale: {
|
|
37981
|
+
default: string;
|
|
37982
|
+
description: string;
|
|
37983
|
+
examples: string[];
|
|
37984
|
+
type: string;
|
|
37985
|
+
};
|
|
37070
37986
|
rowHeight: {
|
|
37071
37987
|
default: number;
|
|
37072
37988
|
description: string;
|
|
@@ -37446,6 +38362,11 @@ declare const _default: {
|
|
|
37446
38362
|
};
|
|
37447
38363
|
type: string;
|
|
37448
38364
|
};
|
|
38365
|
+
timezoneId: {
|
|
38366
|
+
description: string;
|
|
38367
|
+
examples: string[];
|
|
38368
|
+
type: string;
|
|
38369
|
+
};
|
|
37449
38370
|
title: {
|
|
37450
38371
|
description: string;
|
|
37451
38372
|
examples: {
|
|
@@ -38571,6 +39492,59 @@ declare const _default: {
|
|
|
38571
39492
|
};
|
|
38572
39493
|
type: string;
|
|
38573
39494
|
};
|
|
39495
|
+
loader: {
|
|
39496
|
+
description: string;
|
|
39497
|
+
properties: {
|
|
39498
|
+
background: {
|
|
39499
|
+
default: string;
|
|
39500
|
+
description: string;
|
|
39501
|
+
type: string;
|
|
39502
|
+
};
|
|
39503
|
+
fontColor: {
|
|
39504
|
+
default: string;
|
|
39505
|
+
description: string;
|
|
39506
|
+
type: string;
|
|
39507
|
+
};
|
|
39508
|
+
locale: {
|
|
39509
|
+
default: string;
|
|
39510
|
+
description: string;
|
|
39511
|
+
examples: string[];
|
|
39512
|
+
type: string;
|
|
39513
|
+
};
|
|
39514
|
+
mode: {
|
|
39515
|
+
default: string;
|
|
39516
|
+
description: string;
|
|
39517
|
+
type: string;
|
|
39518
|
+
};
|
|
39519
|
+
msg: {
|
|
39520
|
+
description: string;
|
|
39521
|
+
examples: string[];
|
|
39522
|
+
type: string;
|
|
39523
|
+
};
|
|
39524
|
+
showBranded: {
|
|
39525
|
+
default: boolean;
|
|
39526
|
+
description: string;
|
|
39527
|
+
type: string;
|
|
39528
|
+
};
|
|
39529
|
+
spinnerBackground: {
|
|
39530
|
+
default: string;
|
|
39531
|
+
description: string;
|
|
39532
|
+
type: string;
|
|
39533
|
+
};
|
|
39534
|
+
spinnerColor: {
|
|
39535
|
+
default: string;
|
|
39536
|
+
description: string;
|
|
39537
|
+
type: string;
|
|
39538
|
+
};
|
|
39539
|
+
};
|
|
39540
|
+
type: string;
|
|
39541
|
+
};
|
|
39542
|
+
locale: {
|
|
39543
|
+
default: string;
|
|
39544
|
+
description: string;
|
|
39545
|
+
examples: string[];
|
|
39546
|
+
type: string;
|
|
39547
|
+
};
|
|
38574
39548
|
nodeSorting: {
|
|
38575
39549
|
description: string;
|
|
38576
39550
|
enum: string[];
|
|
@@ -38854,6 +39828,11 @@ declare const _default: {
|
|
|
38854
39828
|
};
|
|
38855
39829
|
type: string;
|
|
38856
39830
|
};
|
|
39831
|
+
timezoneId: {
|
|
39832
|
+
description: string;
|
|
39833
|
+
examples: string[];
|
|
39834
|
+
type: string;
|
|
39835
|
+
};
|
|
38857
39836
|
title: {
|
|
38858
39837
|
description: string;
|
|
38859
39838
|
examples: {
|
|
@@ -40248,6 +41227,59 @@ declare const _default: {
|
|
|
40248
41227
|
};
|
|
40249
41228
|
type: string;
|
|
40250
41229
|
};
|
|
41230
|
+
loader: {
|
|
41231
|
+
description: string;
|
|
41232
|
+
properties: {
|
|
41233
|
+
background: {
|
|
41234
|
+
default: string;
|
|
41235
|
+
description: string;
|
|
41236
|
+
type: string;
|
|
41237
|
+
};
|
|
41238
|
+
fontColor: {
|
|
41239
|
+
default: string;
|
|
41240
|
+
description: string;
|
|
41241
|
+
type: string;
|
|
41242
|
+
};
|
|
41243
|
+
locale: {
|
|
41244
|
+
default: string;
|
|
41245
|
+
description: string;
|
|
41246
|
+
examples: string[];
|
|
41247
|
+
type: string;
|
|
41248
|
+
};
|
|
41249
|
+
mode: {
|
|
41250
|
+
default: string;
|
|
41251
|
+
description: string;
|
|
41252
|
+
type: string;
|
|
41253
|
+
};
|
|
41254
|
+
msg: {
|
|
41255
|
+
description: string;
|
|
41256
|
+
examples: string[];
|
|
41257
|
+
type: string;
|
|
41258
|
+
};
|
|
41259
|
+
showBranded: {
|
|
41260
|
+
default: boolean;
|
|
41261
|
+
description: string;
|
|
41262
|
+
type: string;
|
|
41263
|
+
};
|
|
41264
|
+
spinnerBackground: {
|
|
41265
|
+
default: string;
|
|
41266
|
+
description: string;
|
|
41267
|
+
type: string;
|
|
41268
|
+
};
|
|
41269
|
+
spinnerColor: {
|
|
41270
|
+
default: string;
|
|
41271
|
+
description: string;
|
|
41272
|
+
type: string;
|
|
41273
|
+
};
|
|
41274
|
+
};
|
|
41275
|
+
type: string;
|
|
41276
|
+
};
|
|
41277
|
+
locale: {
|
|
41278
|
+
default: string;
|
|
41279
|
+
description: string;
|
|
41280
|
+
examples: string[];
|
|
41281
|
+
type: string;
|
|
41282
|
+
};
|
|
40251
41283
|
manualAxesRange: {
|
|
40252
41284
|
description: string;
|
|
40253
41285
|
properties: {
|
|
@@ -40541,6 +41573,11 @@ declare const _default: {
|
|
|
40541
41573
|
};
|
|
40542
41574
|
type: string;
|
|
40543
41575
|
};
|
|
41576
|
+
timezoneId: {
|
|
41577
|
+
description: string;
|
|
41578
|
+
examples: string[];
|
|
41579
|
+
type: string;
|
|
41580
|
+
};
|
|
40544
41581
|
title: {
|
|
40545
41582
|
description: string;
|
|
40546
41583
|
examples: {
|
|
@@ -41636,6 +42673,59 @@ declare const _default: {
|
|
|
41636
42673
|
};
|
|
41637
42674
|
type: string;
|
|
41638
42675
|
};
|
|
42676
|
+
loader: {
|
|
42677
|
+
description: string;
|
|
42678
|
+
properties: {
|
|
42679
|
+
background: {
|
|
42680
|
+
default: string;
|
|
42681
|
+
description: string;
|
|
42682
|
+
type: string;
|
|
42683
|
+
};
|
|
42684
|
+
fontColor: {
|
|
42685
|
+
default: string;
|
|
42686
|
+
description: string;
|
|
42687
|
+
type: string;
|
|
42688
|
+
};
|
|
42689
|
+
locale: {
|
|
42690
|
+
default: string;
|
|
42691
|
+
description: string;
|
|
42692
|
+
examples: string[];
|
|
42693
|
+
type: string;
|
|
42694
|
+
};
|
|
42695
|
+
mode: {
|
|
42696
|
+
default: string;
|
|
42697
|
+
description: string;
|
|
42698
|
+
type: string;
|
|
42699
|
+
};
|
|
42700
|
+
msg: {
|
|
42701
|
+
description: string;
|
|
42702
|
+
examples: string[];
|
|
42703
|
+
type: string;
|
|
42704
|
+
};
|
|
42705
|
+
showBranded: {
|
|
42706
|
+
default: boolean;
|
|
42707
|
+
description: string;
|
|
42708
|
+
type: string;
|
|
42709
|
+
};
|
|
42710
|
+
spinnerBackground: {
|
|
42711
|
+
default: string;
|
|
42712
|
+
description: string;
|
|
42713
|
+
type: string;
|
|
42714
|
+
};
|
|
42715
|
+
spinnerColor: {
|
|
42716
|
+
default: string;
|
|
42717
|
+
description: string;
|
|
42718
|
+
type: string;
|
|
42719
|
+
};
|
|
42720
|
+
};
|
|
42721
|
+
type: string;
|
|
42722
|
+
};
|
|
42723
|
+
locale: {
|
|
42724
|
+
default: string;
|
|
42725
|
+
description: string;
|
|
42726
|
+
examples: string[];
|
|
42727
|
+
type: string;
|
|
42728
|
+
};
|
|
41639
42729
|
manualMeasureRange: {
|
|
41640
42730
|
default: any[][];
|
|
41641
42731
|
description: string;
|
|
@@ -42119,6 +43209,11 @@ declare const _default: {
|
|
|
42119
43209
|
};
|
|
42120
43210
|
type: string;
|
|
42121
43211
|
};
|
|
43212
|
+
timezoneId: {
|
|
43213
|
+
description: string;
|
|
43214
|
+
examples: string[];
|
|
43215
|
+
type: string;
|
|
43216
|
+
};
|
|
42122
43217
|
title: {
|
|
42123
43218
|
description: string;
|
|
42124
43219
|
examples: {
|
|
@@ -43102,6 +44197,59 @@ declare const _default: {
|
|
|
43102
44197
|
};
|
|
43103
44198
|
type: string;
|
|
43104
44199
|
};
|
|
44200
|
+
loader: {
|
|
44201
|
+
description: string;
|
|
44202
|
+
properties: {
|
|
44203
|
+
background: {
|
|
44204
|
+
default: string;
|
|
44205
|
+
description: string;
|
|
44206
|
+
type: string;
|
|
44207
|
+
};
|
|
44208
|
+
fontColor: {
|
|
44209
|
+
default: string;
|
|
44210
|
+
description: string;
|
|
44211
|
+
type: string;
|
|
44212
|
+
};
|
|
44213
|
+
locale: {
|
|
44214
|
+
default: string;
|
|
44215
|
+
description: string;
|
|
44216
|
+
examples: string[];
|
|
44217
|
+
type: string;
|
|
44218
|
+
};
|
|
44219
|
+
mode: {
|
|
44220
|
+
default: string;
|
|
44221
|
+
description: string;
|
|
44222
|
+
type: string;
|
|
44223
|
+
};
|
|
44224
|
+
msg: {
|
|
44225
|
+
description: string;
|
|
44226
|
+
examples: string[];
|
|
44227
|
+
type: string;
|
|
44228
|
+
};
|
|
44229
|
+
showBranded: {
|
|
44230
|
+
default: boolean;
|
|
44231
|
+
description: string;
|
|
44232
|
+
type: string;
|
|
44233
|
+
};
|
|
44234
|
+
spinnerBackground: {
|
|
44235
|
+
default: string;
|
|
44236
|
+
description: string;
|
|
44237
|
+
type: string;
|
|
44238
|
+
};
|
|
44239
|
+
spinnerColor: {
|
|
44240
|
+
default: string;
|
|
44241
|
+
description: string;
|
|
44242
|
+
type: string;
|
|
44243
|
+
};
|
|
44244
|
+
};
|
|
44245
|
+
type: string;
|
|
44246
|
+
};
|
|
44247
|
+
locale: {
|
|
44248
|
+
default: string;
|
|
44249
|
+
description: string;
|
|
44250
|
+
examples: string[];
|
|
44251
|
+
type: string;
|
|
44252
|
+
};
|
|
43105
44253
|
padding: {
|
|
43106
44254
|
description: string;
|
|
43107
44255
|
properties: {
|
|
@@ -43385,6 +44533,11 @@ declare const _default: {
|
|
|
43385
44533
|
};
|
|
43386
44534
|
type: string;
|
|
43387
44535
|
};
|
|
44536
|
+
timezoneId: {
|
|
44537
|
+
description: string;
|
|
44538
|
+
examples: string[];
|
|
44539
|
+
type: string;
|
|
44540
|
+
};
|
|
43388
44541
|
title: {
|
|
43389
44542
|
description: string;
|
|
43390
44543
|
examples: {
|
|
@@ -43716,6 +44869,59 @@ declare const _default: {
|
|
|
43716
44869
|
}[];
|
|
43717
44870
|
type: string;
|
|
43718
44871
|
};
|
|
44872
|
+
loader: {
|
|
44873
|
+
description: string;
|
|
44874
|
+
properties: {
|
|
44875
|
+
background: {
|
|
44876
|
+
default: string;
|
|
44877
|
+
description: string;
|
|
44878
|
+
type: string;
|
|
44879
|
+
};
|
|
44880
|
+
fontColor: {
|
|
44881
|
+
default: string;
|
|
44882
|
+
description: string;
|
|
44883
|
+
type: string;
|
|
44884
|
+
};
|
|
44885
|
+
locale: {
|
|
44886
|
+
default: string;
|
|
44887
|
+
description: string;
|
|
44888
|
+
examples: string[];
|
|
44889
|
+
type: string;
|
|
44890
|
+
};
|
|
44891
|
+
mode: {
|
|
44892
|
+
default: string;
|
|
44893
|
+
description: string;
|
|
44894
|
+
type: string;
|
|
44895
|
+
};
|
|
44896
|
+
msg: {
|
|
44897
|
+
description: string;
|
|
44898
|
+
examples: string[];
|
|
44899
|
+
type: string;
|
|
44900
|
+
};
|
|
44901
|
+
showBranded: {
|
|
44902
|
+
default: boolean;
|
|
44903
|
+
description: string;
|
|
44904
|
+
type: string;
|
|
44905
|
+
};
|
|
44906
|
+
spinnerBackground: {
|
|
44907
|
+
default: string;
|
|
44908
|
+
description: string;
|
|
44909
|
+
type: string;
|
|
44910
|
+
};
|
|
44911
|
+
spinnerColor: {
|
|
44912
|
+
default: string;
|
|
44913
|
+
description: string;
|
|
44914
|
+
type: string;
|
|
44915
|
+
};
|
|
44916
|
+
};
|
|
44917
|
+
type: string;
|
|
44918
|
+
};
|
|
44919
|
+
locale: {
|
|
44920
|
+
default: string;
|
|
44921
|
+
description: string;
|
|
44922
|
+
examples: string[];
|
|
44923
|
+
type: string;
|
|
44924
|
+
};
|
|
43719
44925
|
padding: {
|
|
43720
44926
|
description: string;
|
|
43721
44927
|
properties: {
|
|
@@ -44009,6 +45215,11 @@ declare const _default: {
|
|
|
44009
45215
|
};
|
|
44010
45216
|
type: string;
|
|
44011
45217
|
};
|
|
45218
|
+
timezoneId: {
|
|
45219
|
+
description: string;
|
|
45220
|
+
examples: string[];
|
|
45221
|
+
type: string;
|
|
45222
|
+
};
|
|
44012
45223
|
title: {
|
|
44013
45224
|
description: string;
|
|
44014
45225
|
examples: {
|