@luzmo/dashboard-contents-types 1.0.0 → 1.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +17 -0
- package/README.md +154 -0
- package/assets/json-schemas/area-chart-options.schema.json.d.ts +92 -286
- package/assets/json-schemas/area-chart-slots.schema.json.d.ts +13 -13
- package/assets/json-schemas/bar-chart-options.schema.json.d.ts +91 -134
- package/assets/json-schemas/bar-chart-slots.schema.json.d.ts +13 -13
- package/assets/json-schemas/box-plot-options.schema.json.d.ts +90 -170
- package/assets/json-schemas/box-plot-slots.schema.json.d.ts +13 -13
- package/assets/json-schemas/bubble-chart-options.schema.json.d.ts +91 -134
- package/assets/json-schemas/bubble-chart-slots.schema.json.d.ts +13 -13
- package/assets/json-schemas/bullet-chart-options.schema.json.d.ts +86 -180
- package/assets/json-schemas/bullet-chart-slots.schema.json.d.ts +13 -13
- package/assets/json-schemas/choropleth-map-options.schema.json.d.ts +86 -155
- package/assets/json-schemas/choropleth-map-slots.schema.json.d.ts +13 -40
- package/assets/json-schemas/circular-gauge-options.schema.json.d.ts +89 -181
- package/assets/json-schemas/circular-gauge-slots.schema.json.d.ts +13 -13
- package/assets/json-schemas/column-chart-options.schema.json.d.ts +91 -134
- package/assets/json-schemas/column-chart-slots.schema.json.d.ts +13 -13
- package/assets/json-schemas/combination-chart-options.schema.json.d.ts +91 -134
- package/assets/json-schemas/combination-chart-slots.schema.json.d.ts +13 -13
- package/assets/json-schemas/date-filter-options.schema.json.d.ts +84 -233
- package/assets/json-schemas/date-filter-slots.schema.json.d.ts +4 -4
- package/assets/json-schemas/donut-chart-options.schema.json.d.ts +90 -145
- package/assets/json-schemas/donut-chart-slots.schema.json.d.ts +13 -13
- package/assets/json-schemas/dropdown-filter-options.schema.json.d.ts +84 -233
- package/assets/json-schemas/dropdown-filter-slots.schema.json.d.ts +13 -13
- package/assets/json-schemas/evolution-number-options.schema.json.d.ts +89 -181
- package/assets/json-schemas/evolution-number-slots.schema.json.d.ts +13 -13
- package/assets/json-schemas/funnel-chart-options.schema.json.d.ts +90 -145
- package/assets/json-schemas/funnel-chart-slots.schema.json.d.ts +13 -13
- package/assets/json-schemas/image-options.schema.json.d.ts +74 -339
- package/assets/json-schemas/line-chart-options.schema.json.d.ts +91 -134
- 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 +85 -191
- package/assets/json-schemas/pivot-table-slots.schema.json.d.ts +13 -13
- package/assets/json-schemas/regular-table-options.schema.json.d.ts +85 -191
- package/assets/json-schemas/regular-table-slots.schema.json.d.ts +13 -13
- package/assets/json-schemas/sankey-diagram-options.schema.json.d.ts +89 -181
- package/assets/json-schemas/sankey-diagram-slots.schema.json.d.ts +13 -13
- package/assets/json-schemas/scatter-plot-options.schema.json.d.ts +91 -134
- package/assets/json-schemas/scatter-plot-slots.schema.json.d.ts +13 -13
- package/assets/json-schemas/slicer-filter-options.schema.json.d.ts +84 -233
- package/assets/json-schemas/slicer-filter-slots.schema.json.d.ts +13 -13
- package/assets/json-schemas/slider-filter-options.schema.json.d.ts +84 -233
- 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 +75 -296
- package/index.js +229 -151
- package/index.mjs +2572 -4890
- package/json-schemas.d.ts +1392 -2137
- package/json-schemas.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/lib/area-chart/area-chart-options.d.ts +13 -7
- package/src/lib/area-chart/area-chart-options.d.ts.map +1 -1
- package/src/lib/bar-chart/bar-chart-options.d.ts +6 -3
- package/src/lib/bar-chart/bar-chart-options.d.ts.map +1 -1
- package/src/lib/box-plot/box-plot-options.d.ts +6 -3
- package/src/lib/box-plot/box-plot-options.d.ts.map +1 -1
- package/src/lib/bubble-chart/bubble-chart-options.d.ts +6 -3
- package/src/lib/bubble-chart/bubble-chart-options.d.ts.map +1 -1
- package/src/lib/bullet-chart/bullet-chart-options.d.ts +6 -1
- package/src/lib/bullet-chart/bullet-chart-options.d.ts.map +1 -1
- package/src/lib/choropleth-map/choropleth-map-options.d.ts +6 -2
- package/src/lib/choropleth-map/choropleth-map-options.d.ts.map +1 -1
- package/src/lib/circular-gauge/circular-gauge-options.d.ts +6 -1
- package/src/lib/circular-gauge/circular-gauge-options.d.ts.map +1 -1
- package/src/lib/column-chart/column-chart-options.d.ts +6 -3
- package/src/lib/column-chart/column-chart-options.d.ts.map +1 -1
- package/src/lib/combination-chart/combination-chart-options.d.ts +6 -3
- package/src/lib/combination-chart/combination-chart-options.d.ts.map +1 -1
- package/src/lib/conditional-number/conditional-number-options.d.ts +6 -1
- package/src/lib/conditional-number/conditional-number-options.d.ts.map +1 -1
- package/src/lib/date-filter/date-filter-options.d.ts +7 -4
- package/src/lib/date-filter/date-filter-options.d.ts.map +1 -1
- package/src/lib/donut-chart/donut-chart-options.d.ts +6 -2
- package/src/lib/donut-chart/donut-chart-options.d.ts.map +1 -1
- package/src/lib/dropdown-filter/dropdown-filter-options.d.ts +7 -3
- package/src/lib/dropdown-filter/dropdown-filter-options.d.ts.map +1 -1
- package/src/lib/evolution-number/evolution-number-options.d.ts +6 -1
- package/src/lib/evolution-number/evolution-number-options.d.ts.map +1 -1
- package/src/lib/funnel-chart/funnel-chart-options.d.ts +6 -2
- package/src/lib/funnel-chart/funnel-chart-options.d.ts.map +1 -1
- package/src/lib/image/image-options.d.ts +6 -1
- package/src/lib/image/image-options.d.ts.map +1 -1
- package/src/lib/line-chart/line-chart-options.d.ts +6 -3
- package/src/lib/line-chart/line-chart-options.d.ts.map +1 -1
- package/src/lib/pivot-table/pivot-table-options.d.ts +6 -2
- package/src/lib/pivot-table/pivot-table-options.d.ts.map +1 -1
- package/src/lib/regular-table/regular-table-options.d.ts +6 -1
- package/src/lib/regular-table/regular-table-options.d.ts.map +1 -1
- package/src/lib/sankey-diagram/sankey-diagram-options.d.ts +6 -2
- package/src/lib/sankey-diagram/sankey-diagram-options.d.ts.map +1 -1
- package/src/lib/scatter-plot/scatter-plot-options.d.ts +6 -3
- package/src/lib/scatter-plot/scatter-plot-options.d.ts.map +1 -1
- package/src/lib/search-filter/search-filter-options.d.ts +6 -2
- package/src/lib/search-filter/search-filter-options.d.ts.map +1 -1
- package/src/lib/shared/index.d.ts +2 -3
- 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 +8 -6
- package/src/lib/shared/slots.d.ts.map +1 -1
- package/src/lib/shared/theme.d.ts +87 -81
- package/src/lib/shared/theme.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 +6 -2
- package/src/lib/slicer-filter/slicer-filter-options.d.ts.map +1 -1
- package/src/lib/slider-filter/slider-filter-options.d.ts +6 -2
- package/src/lib/slider-filter/slider-filter-options.d.ts.map +1 -1
- package/src/lib/text/text-options.d.ts +6 -1
- package/src/lib/text/text-options.d.ts.map +1 -1
- package/src/options.d.ts +1 -1
- package/src/options.d.ts.map +1 -1
- package/src/lib/shared/axis-view-options.d.ts +0 -3
- package/src/lib/shared/axis-view-options.d.ts.map +0 -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
|
};
|
|
@@ -548,6 +448,9 @@ declare const _default: {
|
|
|
548
448
|
currency_id: {
|
|
549
449
|
type: string;
|
|
550
450
|
};
|
|
451
|
+
description: {
|
|
452
|
+
type: string;
|
|
453
|
+
};
|
|
551
454
|
duration_format: {
|
|
552
455
|
enum: string[];
|
|
553
456
|
type: string;
|
|
@@ -1072,6 +975,59 @@ declare const _default: {
|
|
|
1072
975
|
};
|
|
1073
976
|
type: string;
|
|
1074
977
|
};
|
|
978
|
+
loader: {
|
|
979
|
+
description: string;
|
|
980
|
+
properties: {
|
|
981
|
+
background: {
|
|
982
|
+
default: string;
|
|
983
|
+
description: string;
|
|
984
|
+
type: string;
|
|
985
|
+
};
|
|
986
|
+
fontColor: {
|
|
987
|
+
default: string;
|
|
988
|
+
description: string;
|
|
989
|
+
type: string;
|
|
990
|
+
};
|
|
991
|
+
locale: {
|
|
992
|
+
default: string;
|
|
993
|
+
description: string;
|
|
994
|
+
examples: string[];
|
|
995
|
+
type: string;
|
|
996
|
+
};
|
|
997
|
+
mode: {
|
|
998
|
+
default: string;
|
|
999
|
+
description: string;
|
|
1000
|
+
type: string;
|
|
1001
|
+
};
|
|
1002
|
+
msg: {
|
|
1003
|
+
description: string;
|
|
1004
|
+
examples: string[];
|
|
1005
|
+
type: string;
|
|
1006
|
+
};
|
|
1007
|
+
showBranded: {
|
|
1008
|
+
default: boolean;
|
|
1009
|
+
description: string;
|
|
1010
|
+
type: string;
|
|
1011
|
+
};
|
|
1012
|
+
spinnerBackground: {
|
|
1013
|
+
default: string;
|
|
1014
|
+
description: string;
|
|
1015
|
+
type: string;
|
|
1016
|
+
};
|
|
1017
|
+
spinnerColor: {
|
|
1018
|
+
default: string;
|
|
1019
|
+
description: string;
|
|
1020
|
+
type: string;
|
|
1021
|
+
};
|
|
1022
|
+
};
|
|
1023
|
+
type: string;
|
|
1024
|
+
};
|
|
1025
|
+
locale: {
|
|
1026
|
+
default: string;
|
|
1027
|
+
description: string;
|
|
1028
|
+
examples: string[];
|
|
1029
|
+
type: string;
|
|
1030
|
+
};
|
|
1075
1031
|
missingValue: {
|
|
1076
1032
|
description: string;
|
|
1077
1033
|
properties: {
|
|
@@ -1109,16 +1065,6 @@ declare const _default: {
|
|
|
1109
1065
|
}[];
|
|
1110
1066
|
type: string;
|
|
1111
1067
|
};
|
|
1112
|
-
background: {
|
|
1113
|
-
description: string;
|
|
1114
|
-
examples: string[];
|
|
1115
|
-
type: string;
|
|
1116
|
-
};
|
|
1117
|
-
baseFontSize: {
|
|
1118
|
-
description: string;
|
|
1119
|
-
examples: number[];
|
|
1120
|
-
type: string;
|
|
1121
|
-
};
|
|
1122
1068
|
borders: {
|
|
1123
1069
|
description: string;
|
|
1124
1070
|
properties: {
|
|
@@ -1185,16 +1131,6 @@ declare const _default: {
|
|
|
1185
1131
|
};
|
|
1186
1132
|
type: string;
|
|
1187
1133
|
};
|
|
1188
|
-
editBackground: {
|
|
1189
|
-
description: string;
|
|
1190
|
-
examples: string[];
|
|
1191
|
-
type: string;
|
|
1192
|
-
};
|
|
1193
|
-
editModeBackground: {
|
|
1194
|
-
description: string;
|
|
1195
|
-
examples: string[];
|
|
1196
|
-
type: string;
|
|
1197
|
-
};
|
|
1198
1134
|
font: {
|
|
1199
1135
|
description: string;
|
|
1200
1136
|
properties: {
|
|
@@ -1227,22 +1163,6 @@ declare const _default: {
|
|
|
1227
1163
|
examples: string[];
|
|
1228
1164
|
type: string;
|
|
1229
1165
|
};
|
|
1230
|
-
itemSpecific: {
|
|
1231
|
-
description: string;
|
|
1232
|
-
properties: {
|
|
1233
|
-
padding: {
|
|
1234
|
-
description: string;
|
|
1235
|
-
examples: number[];
|
|
1236
|
-
type: string;
|
|
1237
|
-
};
|
|
1238
|
-
rounding: {
|
|
1239
|
-
description: string;
|
|
1240
|
-
examples: number[];
|
|
1241
|
-
type: string;
|
|
1242
|
-
};
|
|
1243
|
-
};
|
|
1244
|
-
type: string;
|
|
1245
|
-
};
|
|
1246
1166
|
itemsBackground: {
|
|
1247
1167
|
description: string;
|
|
1248
1168
|
examples: string[];
|
|
@@ -1270,26 +1190,6 @@ declare const _default: {
|
|
|
1270
1190
|
};
|
|
1271
1191
|
type: string;
|
|
1272
1192
|
};
|
|
1273
|
-
mainColor: {
|
|
1274
|
-
description: string;
|
|
1275
|
-
examples: string[];
|
|
1276
|
-
type: string;
|
|
1277
|
-
};
|
|
1278
|
-
margins: {
|
|
1279
|
-
description: string;
|
|
1280
|
-
examples: number[][];
|
|
1281
|
-
items: {
|
|
1282
|
-
type: string;
|
|
1283
|
-
}[];
|
|
1284
|
-
maxItems: number;
|
|
1285
|
-
minItems: number;
|
|
1286
|
-
type: string;
|
|
1287
|
-
};
|
|
1288
|
-
name: {
|
|
1289
|
-
description: string;
|
|
1290
|
-
examples: string[];
|
|
1291
|
-
type: string;
|
|
1292
|
-
};
|
|
1293
1193
|
title: {
|
|
1294
1194
|
description: string;
|
|
1295
1195
|
properties: {
|
|
@@ -1366,6 +1266,11 @@ declare const _default: {
|
|
|
1366
1266
|
};
|
|
1367
1267
|
type: string;
|
|
1368
1268
|
};
|
|
1269
|
+
timezoneId: {
|
|
1270
|
+
description: string;
|
|
1271
|
+
examples: string[];
|
|
1272
|
+
type: string;
|
|
1273
|
+
};
|
|
1369
1274
|
title: {
|
|
1370
1275
|
description: string;
|
|
1371
1276
|
examples: {
|
|
@@ -4366,6 +4271,9 @@ declare const _default: {
|
|
|
4366
4271
|
currency_id: {
|
|
4367
4272
|
type: string;
|
|
4368
4273
|
};
|
|
4274
|
+
description: {
|
|
4275
|
+
type: string;
|
|
4276
|
+
};
|
|
4369
4277
|
duration_format: {
|
|
4370
4278
|
enum: string[];
|
|
4371
4279
|
type: string;
|
|
@@ -4889,6 +4797,59 @@ declare const _default: {
|
|
|
4889
4797
|
};
|
|
4890
4798
|
type: string;
|
|
4891
4799
|
};
|
|
4800
|
+
loader: {
|
|
4801
|
+
description: string;
|
|
4802
|
+
properties: {
|
|
4803
|
+
background: {
|
|
4804
|
+
default: string;
|
|
4805
|
+
description: string;
|
|
4806
|
+
type: string;
|
|
4807
|
+
};
|
|
4808
|
+
fontColor: {
|
|
4809
|
+
default: string;
|
|
4810
|
+
description: string;
|
|
4811
|
+
type: string;
|
|
4812
|
+
};
|
|
4813
|
+
locale: {
|
|
4814
|
+
default: string;
|
|
4815
|
+
description: string;
|
|
4816
|
+
examples: string[];
|
|
4817
|
+
type: string;
|
|
4818
|
+
};
|
|
4819
|
+
mode: {
|
|
4820
|
+
default: string;
|
|
4821
|
+
description: string;
|
|
4822
|
+
type: string;
|
|
4823
|
+
};
|
|
4824
|
+
msg: {
|
|
4825
|
+
description: string;
|
|
4826
|
+
examples: string[];
|
|
4827
|
+
type: string;
|
|
4828
|
+
};
|
|
4829
|
+
showBranded: {
|
|
4830
|
+
default: boolean;
|
|
4831
|
+
description: string;
|
|
4832
|
+
type: string;
|
|
4833
|
+
};
|
|
4834
|
+
spinnerBackground: {
|
|
4835
|
+
default: string;
|
|
4836
|
+
description: string;
|
|
4837
|
+
type: string;
|
|
4838
|
+
};
|
|
4839
|
+
spinnerColor: {
|
|
4840
|
+
default: string;
|
|
4841
|
+
description: string;
|
|
4842
|
+
type: string;
|
|
4843
|
+
};
|
|
4844
|
+
};
|
|
4845
|
+
type: string;
|
|
4846
|
+
};
|
|
4847
|
+
locale: {
|
|
4848
|
+
default: string;
|
|
4849
|
+
description: string;
|
|
4850
|
+
examples: string[];
|
|
4851
|
+
type: string;
|
|
4852
|
+
};
|
|
4892
4853
|
manualAxesRange: {
|
|
4893
4854
|
description: string;
|
|
4894
4855
|
items: {
|
|
@@ -4993,16 +4954,6 @@ declare const _default: {
|
|
|
4993
4954
|
}[];
|
|
4994
4955
|
type: string;
|
|
4995
4956
|
};
|
|
4996
|
-
background: {
|
|
4997
|
-
description: string;
|
|
4998
|
-
examples: string[];
|
|
4999
|
-
type: string;
|
|
5000
|
-
};
|
|
5001
|
-
baseFontSize: {
|
|
5002
|
-
description: string;
|
|
5003
|
-
examples: number[];
|
|
5004
|
-
type: string;
|
|
5005
|
-
};
|
|
5006
4957
|
borders: {
|
|
5007
4958
|
description: string;
|
|
5008
4959
|
properties: {
|
|
@@ -5069,16 +5020,6 @@ declare const _default: {
|
|
|
5069
5020
|
};
|
|
5070
5021
|
type: string;
|
|
5071
5022
|
};
|
|
5072
|
-
editBackground: {
|
|
5073
|
-
description: string;
|
|
5074
|
-
examples: string[];
|
|
5075
|
-
type: string;
|
|
5076
|
-
};
|
|
5077
|
-
editModeBackground: {
|
|
5078
|
-
description: string;
|
|
5079
|
-
examples: string[];
|
|
5080
|
-
type: string;
|
|
5081
|
-
};
|
|
5082
5023
|
font: {
|
|
5083
5024
|
description: string;
|
|
5084
5025
|
properties: {
|
|
@@ -5111,22 +5052,6 @@ declare const _default: {
|
|
|
5111
5052
|
examples: string[];
|
|
5112
5053
|
type: string;
|
|
5113
5054
|
};
|
|
5114
|
-
itemSpecific: {
|
|
5115
|
-
description: string;
|
|
5116
|
-
properties: {
|
|
5117
|
-
padding: {
|
|
5118
|
-
description: string;
|
|
5119
|
-
examples: number[];
|
|
5120
|
-
type: string;
|
|
5121
|
-
};
|
|
5122
|
-
rounding: {
|
|
5123
|
-
description: string;
|
|
5124
|
-
examples: number[];
|
|
5125
|
-
type: string;
|
|
5126
|
-
};
|
|
5127
|
-
};
|
|
5128
|
-
type: string;
|
|
5129
|
-
};
|
|
5130
5055
|
itemsBackground: {
|
|
5131
5056
|
description: string;
|
|
5132
5057
|
examples: string[];
|
|
@@ -5154,26 +5079,6 @@ declare const _default: {
|
|
|
5154
5079
|
};
|
|
5155
5080
|
type: string;
|
|
5156
5081
|
};
|
|
5157
|
-
mainColor: {
|
|
5158
|
-
description: string;
|
|
5159
|
-
examples: string[];
|
|
5160
|
-
type: string;
|
|
5161
|
-
};
|
|
5162
|
-
margins: {
|
|
5163
|
-
description: string;
|
|
5164
|
-
examples: number[][];
|
|
5165
|
-
items: {
|
|
5166
|
-
type: string;
|
|
5167
|
-
}[];
|
|
5168
|
-
maxItems: number;
|
|
5169
|
-
minItems: number;
|
|
5170
|
-
type: string;
|
|
5171
|
-
};
|
|
5172
|
-
name: {
|
|
5173
|
-
description: string;
|
|
5174
|
-
examples: string[];
|
|
5175
|
-
type: string;
|
|
5176
|
-
};
|
|
5177
5082
|
title: {
|
|
5178
5083
|
description: string;
|
|
5179
5084
|
properties: {
|
|
@@ -5250,6 +5155,11 @@ declare const _default: {
|
|
|
5250
5155
|
};
|
|
5251
5156
|
type: string;
|
|
5252
5157
|
};
|
|
5158
|
+
timezoneId: {
|
|
5159
|
+
description: string;
|
|
5160
|
+
examples: string[];
|
|
5161
|
+
type: string;
|
|
5162
|
+
};
|
|
5253
5163
|
title: {
|
|
5254
5164
|
description: string;
|
|
5255
5165
|
examples: {
|
|
@@ -6065,6 +5975,9 @@ declare const _default: {
|
|
|
6065
5975
|
currency_id: {
|
|
6066
5976
|
type: string;
|
|
6067
5977
|
};
|
|
5978
|
+
description: {
|
|
5979
|
+
type: string;
|
|
5980
|
+
};
|
|
6068
5981
|
duration_format: {
|
|
6069
5982
|
enum: string[];
|
|
6070
5983
|
type: string;
|
|
@@ -6562,6 +6475,59 @@ declare const _default: {
|
|
|
6562
6475
|
};
|
|
6563
6476
|
type: string;
|
|
6564
6477
|
};
|
|
6478
|
+
loader: {
|
|
6479
|
+
description: string;
|
|
6480
|
+
properties: {
|
|
6481
|
+
background: {
|
|
6482
|
+
default: string;
|
|
6483
|
+
description: string;
|
|
6484
|
+
type: string;
|
|
6485
|
+
};
|
|
6486
|
+
fontColor: {
|
|
6487
|
+
default: string;
|
|
6488
|
+
description: string;
|
|
6489
|
+
type: string;
|
|
6490
|
+
};
|
|
6491
|
+
locale: {
|
|
6492
|
+
default: string;
|
|
6493
|
+
description: string;
|
|
6494
|
+
examples: string[];
|
|
6495
|
+
type: string;
|
|
6496
|
+
};
|
|
6497
|
+
mode: {
|
|
6498
|
+
default: string;
|
|
6499
|
+
description: string;
|
|
6500
|
+
type: string;
|
|
6501
|
+
};
|
|
6502
|
+
msg: {
|
|
6503
|
+
description: string;
|
|
6504
|
+
examples: string[];
|
|
6505
|
+
type: string;
|
|
6506
|
+
};
|
|
6507
|
+
showBranded: {
|
|
6508
|
+
default: boolean;
|
|
6509
|
+
description: string;
|
|
6510
|
+
type: string;
|
|
6511
|
+
};
|
|
6512
|
+
spinnerBackground: {
|
|
6513
|
+
default: string;
|
|
6514
|
+
description: string;
|
|
6515
|
+
type: string;
|
|
6516
|
+
};
|
|
6517
|
+
spinnerColor: {
|
|
6518
|
+
default: string;
|
|
6519
|
+
description: string;
|
|
6520
|
+
type: string;
|
|
6521
|
+
};
|
|
6522
|
+
};
|
|
6523
|
+
type: string;
|
|
6524
|
+
};
|
|
6525
|
+
locale: {
|
|
6526
|
+
default: string;
|
|
6527
|
+
description: string;
|
|
6528
|
+
examples: string[];
|
|
6529
|
+
type: string;
|
|
6530
|
+
};
|
|
6565
6531
|
manualAxisRange: {
|
|
6566
6532
|
description: string;
|
|
6567
6533
|
items: {
|
|
@@ -6692,16 +6658,6 @@ declare const _default: {
|
|
|
6692
6658
|
}[];
|
|
6693
6659
|
type: string;
|
|
6694
6660
|
};
|
|
6695
|
-
background: {
|
|
6696
|
-
description: string;
|
|
6697
|
-
examples: string[];
|
|
6698
|
-
type: string;
|
|
6699
|
-
};
|
|
6700
|
-
baseFontSize: {
|
|
6701
|
-
description: string;
|
|
6702
|
-
examples: number[];
|
|
6703
|
-
type: string;
|
|
6704
|
-
};
|
|
6705
6661
|
borders: {
|
|
6706
6662
|
description: string;
|
|
6707
6663
|
properties: {
|
|
@@ -6768,16 +6724,6 @@ declare const _default: {
|
|
|
6768
6724
|
};
|
|
6769
6725
|
type: string;
|
|
6770
6726
|
};
|
|
6771
|
-
editBackground: {
|
|
6772
|
-
description: string;
|
|
6773
|
-
examples: string[];
|
|
6774
|
-
type: string;
|
|
6775
|
-
};
|
|
6776
|
-
editModeBackground: {
|
|
6777
|
-
description: string;
|
|
6778
|
-
examples: string[];
|
|
6779
|
-
type: string;
|
|
6780
|
-
};
|
|
6781
6727
|
font: {
|
|
6782
6728
|
description: string;
|
|
6783
6729
|
properties: {
|
|
@@ -6810,69 +6756,11 @@ declare const _default: {
|
|
|
6810
6756
|
examples: string[];
|
|
6811
6757
|
type: string;
|
|
6812
6758
|
};
|
|
6813
|
-
itemSpecific: {
|
|
6814
|
-
description: string;
|
|
6815
|
-
properties: {
|
|
6816
|
-
padding: {
|
|
6817
|
-
description: string;
|
|
6818
|
-
examples: number[];
|
|
6819
|
-
type: string;
|
|
6820
|
-
};
|
|
6821
|
-
rounding: {
|
|
6822
|
-
description: string;
|
|
6823
|
-
examples: number[];
|
|
6824
|
-
type: string;
|
|
6825
|
-
};
|
|
6826
|
-
};
|
|
6827
|
-
type: string;
|
|
6828
|
-
};
|
|
6829
6759
|
itemsBackground: {
|
|
6830
6760
|
description: string;
|
|
6831
6761
|
examples: string[];
|
|
6832
6762
|
type: string;
|
|
6833
6763
|
};
|
|
6834
|
-
legend: {
|
|
6835
|
-
description: string;
|
|
6836
|
-
properties: {
|
|
6837
|
-
fontSize: {
|
|
6838
|
-
description: string;
|
|
6839
|
-
examples: number[];
|
|
6840
|
-
type: string;
|
|
6841
|
-
};
|
|
6842
|
-
lineHeight: {
|
|
6843
|
-
description: string;
|
|
6844
|
-
examples: number[];
|
|
6845
|
-
type: string;
|
|
6846
|
-
};
|
|
6847
|
-
type: {
|
|
6848
|
-
description: string;
|
|
6849
|
-
enum: string[];
|
|
6850
|
-
examples: string[];
|
|
6851
|
-
type: string;
|
|
6852
|
-
};
|
|
6853
|
-
};
|
|
6854
|
-
type: string;
|
|
6855
|
-
};
|
|
6856
|
-
mainColor: {
|
|
6857
|
-
description: string;
|
|
6858
|
-
examples: string[];
|
|
6859
|
-
type: string;
|
|
6860
|
-
};
|
|
6861
|
-
margins: {
|
|
6862
|
-
description: string;
|
|
6863
|
-
examples: number[][];
|
|
6864
|
-
items: {
|
|
6865
|
-
type: string;
|
|
6866
|
-
}[];
|
|
6867
|
-
maxItems: number;
|
|
6868
|
-
minItems: number;
|
|
6869
|
-
type: string;
|
|
6870
|
-
};
|
|
6871
|
-
name: {
|
|
6872
|
-
description: string;
|
|
6873
|
-
examples: string[];
|
|
6874
|
-
type: string;
|
|
6875
|
-
};
|
|
6876
6764
|
title: {
|
|
6877
6765
|
description: string;
|
|
6878
6766
|
properties: {
|
|
@@ -6949,6 +6837,11 @@ declare const _default: {
|
|
|
6949
6837
|
};
|
|
6950
6838
|
type: string;
|
|
6951
6839
|
};
|
|
6840
|
+
timezoneId: {
|
|
6841
|
+
description: string;
|
|
6842
|
+
examples: string[];
|
|
6843
|
+
type: string;
|
|
6844
|
+
};
|
|
6952
6845
|
title: {
|
|
6953
6846
|
description: string;
|
|
6954
6847
|
examples: {
|
|
@@ -9725,6 +9618,9 @@ declare const _default: {
|
|
|
9725
9618
|
currency_id: {
|
|
9726
9619
|
type: string;
|
|
9727
9620
|
};
|
|
9621
|
+
description: {
|
|
9622
|
+
type: string;
|
|
9623
|
+
};
|
|
9728
9624
|
duration_format: {
|
|
9729
9625
|
enum: string[];
|
|
9730
9626
|
type: string;
|
|
@@ -10248,24 +10144,67 @@ declare const _default: {
|
|
|
10248
10144
|
};
|
|
10249
10145
|
type: string;
|
|
10250
10146
|
};
|
|
10251
|
-
|
|
10147
|
+
loader: {
|
|
10252
10148
|
description: string;
|
|
10253
10149
|
properties: {
|
|
10254
|
-
|
|
10150
|
+
background: {
|
|
10151
|
+
default: string;
|
|
10255
10152
|
description: string;
|
|
10256
|
-
examples: {
|
|
10257
|
-
fontSize: number;
|
|
10258
|
-
}[];
|
|
10259
10153
|
type: string;
|
|
10260
10154
|
};
|
|
10261
|
-
|
|
10155
|
+
fontColor: {
|
|
10156
|
+
default: string;
|
|
10157
|
+
description: string;
|
|
10158
|
+
type: string;
|
|
10159
|
+
};
|
|
10160
|
+
locale: {
|
|
10161
|
+
default: string;
|
|
10262
10162
|
description: string;
|
|
10263
10163
|
examples: string[];
|
|
10264
10164
|
type: string;
|
|
10265
10165
|
};
|
|
10266
|
-
|
|
10166
|
+
mode: {
|
|
10167
|
+
default: string;
|
|
10168
|
+
description: string;
|
|
10169
|
+
type: string;
|
|
10170
|
+
};
|
|
10171
|
+
msg: {
|
|
10172
|
+
description: string;
|
|
10173
|
+
examples: string[];
|
|
10174
|
+
type: string;
|
|
10175
|
+
};
|
|
10176
|
+
showBranded: {
|
|
10177
|
+
default: boolean;
|
|
10178
|
+
description: string;
|
|
10179
|
+
type: string;
|
|
10180
|
+
};
|
|
10181
|
+
spinnerBackground: {
|
|
10182
|
+
default: string;
|
|
10183
|
+
description: string;
|
|
10184
|
+
type: string;
|
|
10185
|
+
};
|
|
10186
|
+
spinnerColor: {
|
|
10187
|
+
default: string;
|
|
10267
10188
|
description: string;
|
|
10268
|
-
|
|
10189
|
+
type: string;
|
|
10190
|
+
};
|
|
10191
|
+
};
|
|
10192
|
+
type: string;
|
|
10193
|
+
};
|
|
10194
|
+
locale: {
|
|
10195
|
+
default: string;
|
|
10196
|
+
description: string;
|
|
10197
|
+
examples: string[];
|
|
10198
|
+
type: string;
|
|
10199
|
+
};
|
|
10200
|
+
theme: {
|
|
10201
|
+
description: string;
|
|
10202
|
+
properties: {
|
|
10203
|
+
axis: {
|
|
10204
|
+
description: string;
|
|
10205
|
+
examples: {
|
|
10206
|
+
fontSize: number;
|
|
10207
|
+
}[];
|
|
10269
10208
|
type: string;
|
|
10270
10209
|
};
|
|
10271
10210
|
borders: {
|
|
@@ -10334,16 +10273,6 @@ declare const _default: {
|
|
|
10334
10273
|
};
|
|
10335
10274
|
type: string;
|
|
10336
10275
|
};
|
|
10337
|
-
editBackground: {
|
|
10338
|
-
description: string;
|
|
10339
|
-
examples: string[];
|
|
10340
|
-
type: string;
|
|
10341
|
-
};
|
|
10342
|
-
editModeBackground: {
|
|
10343
|
-
description: string;
|
|
10344
|
-
examples: string[];
|
|
10345
|
-
type: string;
|
|
10346
|
-
};
|
|
10347
10276
|
font: {
|
|
10348
10277
|
description: string;
|
|
10349
10278
|
properties: {
|
|
@@ -10376,22 +10305,6 @@ declare const _default: {
|
|
|
10376
10305
|
examples: string[];
|
|
10377
10306
|
type: string;
|
|
10378
10307
|
};
|
|
10379
|
-
itemSpecific: {
|
|
10380
|
-
description: string;
|
|
10381
|
-
properties: {
|
|
10382
|
-
padding: {
|
|
10383
|
-
description: string;
|
|
10384
|
-
examples: number[];
|
|
10385
|
-
type: string;
|
|
10386
|
-
};
|
|
10387
|
-
rounding: {
|
|
10388
|
-
description: string;
|
|
10389
|
-
examples: number[];
|
|
10390
|
-
type: string;
|
|
10391
|
-
};
|
|
10392
|
-
};
|
|
10393
|
-
type: string;
|
|
10394
|
-
};
|
|
10395
10308
|
itemsBackground: {
|
|
10396
10309
|
description: string;
|
|
10397
10310
|
examples: string[];
|
|
@@ -10419,26 +10332,6 @@ declare const _default: {
|
|
|
10419
10332
|
};
|
|
10420
10333
|
type: string;
|
|
10421
10334
|
};
|
|
10422
|
-
mainColor: {
|
|
10423
|
-
description: string;
|
|
10424
|
-
examples: string[];
|
|
10425
|
-
type: string;
|
|
10426
|
-
};
|
|
10427
|
-
margins: {
|
|
10428
|
-
description: string;
|
|
10429
|
-
examples: number[][];
|
|
10430
|
-
items: {
|
|
10431
|
-
type: string;
|
|
10432
|
-
}[];
|
|
10433
|
-
maxItems: number;
|
|
10434
|
-
minItems: number;
|
|
10435
|
-
type: string;
|
|
10436
|
-
};
|
|
10437
|
-
name: {
|
|
10438
|
-
description: string;
|
|
10439
|
-
examples: string[];
|
|
10440
|
-
type: string;
|
|
10441
|
-
};
|
|
10442
10335
|
title: {
|
|
10443
10336
|
description: string;
|
|
10444
10337
|
properties: {
|
|
@@ -10515,6 +10408,11 @@ declare const _default: {
|
|
|
10515
10408
|
};
|
|
10516
10409
|
type: string;
|
|
10517
10410
|
};
|
|
10411
|
+
timezoneId: {
|
|
10412
|
+
description: string;
|
|
10413
|
+
examples: string[];
|
|
10414
|
+
type: string;
|
|
10415
|
+
};
|
|
10518
10416
|
title: {
|
|
10519
10417
|
description: string;
|
|
10520
10418
|
examples: {
|
|
@@ -11145,6 +11043,9 @@ declare const _default: {
|
|
|
11145
11043
|
currency_id: {
|
|
11146
11044
|
type: string;
|
|
11147
11045
|
};
|
|
11046
|
+
description: {
|
|
11047
|
+
type: string;
|
|
11048
|
+
};
|
|
11148
11049
|
duration_format: {
|
|
11149
11050
|
enum: string[];
|
|
11150
11051
|
type: string;
|
|
@@ -11642,6 +11543,59 @@ declare const _default: {
|
|
|
11642
11543
|
};
|
|
11643
11544
|
type: string;
|
|
11644
11545
|
};
|
|
11546
|
+
loader: {
|
|
11547
|
+
description: string;
|
|
11548
|
+
properties: {
|
|
11549
|
+
background: {
|
|
11550
|
+
default: string;
|
|
11551
|
+
description: string;
|
|
11552
|
+
type: string;
|
|
11553
|
+
};
|
|
11554
|
+
fontColor: {
|
|
11555
|
+
default: string;
|
|
11556
|
+
description: string;
|
|
11557
|
+
type: string;
|
|
11558
|
+
};
|
|
11559
|
+
locale: {
|
|
11560
|
+
default: string;
|
|
11561
|
+
description: string;
|
|
11562
|
+
examples: string[];
|
|
11563
|
+
type: string;
|
|
11564
|
+
};
|
|
11565
|
+
mode: {
|
|
11566
|
+
default: string;
|
|
11567
|
+
description: string;
|
|
11568
|
+
type: string;
|
|
11569
|
+
};
|
|
11570
|
+
msg: {
|
|
11571
|
+
description: string;
|
|
11572
|
+
examples: string[];
|
|
11573
|
+
type: string;
|
|
11574
|
+
};
|
|
11575
|
+
showBranded: {
|
|
11576
|
+
default: boolean;
|
|
11577
|
+
description: string;
|
|
11578
|
+
type: string;
|
|
11579
|
+
};
|
|
11580
|
+
spinnerBackground: {
|
|
11581
|
+
default: string;
|
|
11582
|
+
description: string;
|
|
11583
|
+
type: string;
|
|
11584
|
+
};
|
|
11585
|
+
spinnerColor: {
|
|
11586
|
+
default: string;
|
|
11587
|
+
description: string;
|
|
11588
|
+
type: string;
|
|
11589
|
+
};
|
|
11590
|
+
};
|
|
11591
|
+
type: string;
|
|
11592
|
+
};
|
|
11593
|
+
locale: {
|
|
11594
|
+
default: string;
|
|
11595
|
+
description: string;
|
|
11596
|
+
examples: string[];
|
|
11597
|
+
type: string;
|
|
11598
|
+
};
|
|
11645
11599
|
manualValues: {
|
|
11646
11600
|
default: any[][];
|
|
11647
11601
|
description: string;
|
|
@@ -11763,16 +11717,6 @@ declare const _default: {
|
|
|
11763
11717
|
}[];
|
|
11764
11718
|
type: string;
|
|
11765
11719
|
};
|
|
11766
|
-
background: {
|
|
11767
|
-
description: string;
|
|
11768
|
-
examples: string[];
|
|
11769
|
-
type: string;
|
|
11770
|
-
};
|
|
11771
|
-
baseFontSize: {
|
|
11772
|
-
description: string;
|
|
11773
|
-
examples: number[];
|
|
11774
|
-
type: string;
|
|
11775
|
-
};
|
|
11776
11720
|
borders: {
|
|
11777
11721
|
description: string;
|
|
11778
11722
|
properties: {
|
|
@@ -11831,24 +11775,6 @@ declare const _default: {
|
|
|
11831
11775
|
};
|
|
11832
11776
|
type: string;
|
|
11833
11777
|
};
|
|
11834
|
-
colors: {
|
|
11835
|
-
description: string;
|
|
11836
|
-
examples: string[][];
|
|
11837
|
-
items: {
|
|
11838
|
-
type: string;
|
|
11839
|
-
};
|
|
11840
|
-
type: string;
|
|
11841
|
-
};
|
|
11842
|
-
editBackground: {
|
|
11843
|
-
description: string;
|
|
11844
|
-
examples: string[];
|
|
11845
|
-
type: string;
|
|
11846
|
-
};
|
|
11847
|
-
editModeBackground: {
|
|
11848
|
-
description: string;
|
|
11849
|
-
examples: string[];
|
|
11850
|
-
type: string;
|
|
11851
|
-
};
|
|
11852
11778
|
font: {
|
|
11853
11779
|
description: string;
|
|
11854
11780
|
properties: {
|
|
@@ -11881,69 +11807,11 @@ declare const _default: {
|
|
|
11881
11807
|
examples: string[];
|
|
11882
11808
|
type: string;
|
|
11883
11809
|
};
|
|
11884
|
-
itemSpecific: {
|
|
11885
|
-
description: string;
|
|
11886
|
-
properties: {
|
|
11887
|
-
padding: {
|
|
11888
|
-
description: string;
|
|
11889
|
-
examples: number[];
|
|
11890
|
-
type: string;
|
|
11891
|
-
};
|
|
11892
|
-
rounding: {
|
|
11893
|
-
description: string;
|
|
11894
|
-
examples: number[];
|
|
11895
|
-
type: string;
|
|
11896
|
-
};
|
|
11897
|
-
};
|
|
11898
|
-
type: string;
|
|
11899
|
-
};
|
|
11900
11810
|
itemsBackground: {
|
|
11901
11811
|
description: string;
|
|
11902
11812
|
examples: string[];
|
|
11903
11813
|
type: string;
|
|
11904
11814
|
};
|
|
11905
|
-
legend: {
|
|
11906
|
-
description: string;
|
|
11907
|
-
properties: {
|
|
11908
|
-
fontSize: {
|
|
11909
|
-
description: string;
|
|
11910
|
-
examples: number[];
|
|
11911
|
-
type: string;
|
|
11912
|
-
};
|
|
11913
|
-
lineHeight: {
|
|
11914
|
-
description: string;
|
|
11915
|
-
examples: number[];
|
|
11916
|
-
type: string;
|
|
11917
|
-
};
|
|
11918
|
-
type: {
|
|
11919
|
-
description: string;
|
|
11920
|
-
enum: string[];
|
|
11921
|
-
examples: string[];
|
|
11922
|
-
type: string;
|
|
11923
|
-
};
|
|
11924
|
-
};
|
|
11925
|
-
type: string;
|
|
11926
|
-
};
|
|
11927
|
-
mainColor: {
|
|
11928
|
-
description: string;
|
|
11929
|
-
examples: string[];
|
|
11930
|
-
type: string;
|
|
11931
|
-
};
|
|
11932
|
-
margins: {
|
|
11933
|
-
description: string;
|
|
11934
|
-
examples: number[][];
|
|
11935
|
-
items: {
|
|
11936
|
-
type: string;
|
|
11937
|
-
}[];
|
|
11938
|
-
maxItems: number;
|
|
11939
|
-
minItems: number;
|
|
11940
|
-
type: string;
|
|
11941
|
-
};
|
|
11942
|
-
name: {
|
|
11943
|
-
description: string;
|
|
11944
|
-
examples: string[];
|
|
11945
|
-
type: string;
|
|
11946
|
-
};
|
|
11947
11815
|
title: {
|
|
11948
11816
|
description: string;
|
|
11949
11817
|
properties: {
|
|
@@ -12020,6 +11888,11 @@ declare const _default: {
|
|
|
12020
11888
|
};
|
|
12021
11889
|
type: string;
|
|
12022
11890
|
};
|
|
11891
|
+
timezoneId: {
|
|
11892
|
+
description: string;
|
|
11893
|
+
examples: string[];
|
|
11894
|
+
type: string;
|
|
11895
|
+
};
|
|
12023
11896
|
title: {
|
|
12024
11897
|
description: string;
|
|
12025
11898
|
examples: {
|
|
@@ -12693,6 +12566,9 @@ declare const _default: {
|
|
|
12693
12566
|
currency_id: {
|
|
12694
12567
|
type: string;
|
|
12695
12568
|
};
|
|
12569
|
+
description: {
|
|
12570
|
+
type: string;
|
|
12571
|
+
};
|
|
12696
12572
|
duration_format: {
|
|
12697
12573
|
enum: string[];
|
|
12698
12574
|
type: string;
|
|
@@ -13216,6 +13092,59 @@ declare const _default: {
|
|
|
13216
13092
|
};
|
|
13217
13093
|
type: string;
|
|
13218
13094
|
};
|
|
13095
|
+
loader: {
|
|
13096
|
+
description: string;
|
|
13097
|
+
properties: {
|
|
13098
|
+
background: {
|
|
13099
|
+
default: string;
|
|
13100
|
+
description: string;
|
|
13101
|
+
type: string;
|
|
13102
|
+
};
|
|
13103
|
+
fontColor: {
|
|
13104
|
+
default: string;
|
|
13105
|
+
description: string;
|
|
13106
|
+
type: string;
|
|
13107
|
+
};
|
|
13108
|
+
locale: {
|
|
13109
|
+
default: string;
|
|
13110
|
+
description: string;
|
|
13111
|
+
examples: string[];
|
|
13112
|
+
type: string;
|
|
13113
|
+
};
|
|
13114
|
+
mode: {
|
|
13115
|
+
default: string;
|
|
13116
|
+
description: string;
|
|
13117
|
+
type: string;
|
|
13118
|
+
};
|
|
13119
|
+
msg: {
|
|
13120
|
+
description: string;
|
|
13121
|
+
examples: string[];
|
|
13122
|
+
type: string;
|
|
13123
|
+
};
|
|
13124
|
+
showBranded: {
|
|
13125
|
+
default: boolean;
|
|
13126
|
+
description: string;
|
|
13127
|
+
type: string;
|
|
13128
|
+
};
|
|
13129
|
+
spinnerBackground: {
|
|
13130
|
+
default: string;
|
|
13131
|
+
description: string;
|
|
13132
|
+
type: string;
|
|
13133
|
+
};
|
|
13134
|
+
spinnerColor: {
|
|
13135
|
+
default: string;
|
|
13136
|
+
description: string;
|
|
13137
|
+
type: string;
|
|
13138
|
+
};
|
|
13139
|
+
};
|
|
13140
|
+
type: string;
|
|
13141
|
+
};
|
|
13142
|
+
locale: {
|
|
13143
|
+
default: string;
|
|
13144
|
+
description: string;
|
|
13145
|
+
examples: string[];
|
|
13146
|
+
type: string;
|
|
13147
|
+
};
|
|
13219
13148
|
manualValues: {
|
|
13220
13149
|
default: any[][];
|
|
13221
13150
|
description: string;
|
|
@@ -13292,23 +13221,6 @@ declare const _default: {
|
|
|
13292
13221
|
theme: {
|
|
13293
13222
|
description: string;
|
|
13294
13223
|
properties: {
|
|
13295
|
-
axis: {
|
|
13296
|
-
description: string;
|
|
13297
|
-
examples: {
|
|
13298
|
-
fontSize: number;
|
|
13299
|
-
}[];
|
|
13300
|
-
type: string;
|
|
13301
|
-
};
|
|
13302
|
-
background: {
|
|
13303
|
-
description: string;
|
|
13304
|
-
examples: string[];
|
|
13305
|
-
type: string;
|
|
13306
|
-
};
|
|
13307
|
-
baseFontSize: {
|
|
13308
|
-
description: string;
|
|
13309
|
-
examples: number[];
|
|
13310
|
-
type: string;
|
|
13311
|
-
};
|
|
13312
13224
|
borders: {
|
|
13313
13225
|
description: string;
|
|
13314
13226
|
properties: {
|
|
@@ -13367,24 +13279,6 @@ declare const _default: {
|
|
|
13367
13279
|
};
|
|
13368
13280
|
type: string;
|
|
13369
13281
|
};
|
|
13370
|
-
colors: {
|
|
13371
|
-
description: string;
|
|
13372
|
-
examples: string[][];
|
|
13373
|
-
items: {
|
|
13374
|
-
type: string;
|
|
13375
|
-
};
|
|
13376
|
-
type: string;
|
|
13377
|
-
};
|
|
13378
|
-
editBackground: {
|
|
13379
|
-
description: string;
|
|
13380
|
-
examples: string[];
|
|
13381
|
-
type: string;
|
|
13382
|
-
};
|
|
13383
|
-
editModeBackground: {
|
|
13384
|
-
description: string;
|
|
13385
|
-
examples: string[];
|
|
13386
|
-
type: string;
|
|
13387
|
-
};
|
|
13388
13282
|
font: {
|
|
13389
13283
|
description: string;
|
|
13390
13284
|
properties: {
|
|
@@ -13417,22 +13311,6 @@ declare const _default: {
|
|
|
13417
13311
|
examples: string[];
|
|
13418
13312
|
type: string;
|
|
13419
13313
|
};
|
|
13420
|
-
itemSpecific: {
|
|
13421
|
-
description: string;
|
|
13422
|
-
properties: {
|
|
13423
|
-
padding: {
|
|
13424
|
-
description: string;
|
|
13425
|
-
examples: number[];
|
|
13426
|
-
type: string;
|
|
13427
|
-
};
|
|
13428
|
-
rounding: {
|
|
13429
|
-
description: string;
|
|
13430
|
-
examples: number[];
|
|
13431
|
-
type: string;
|
|
13432
|
-
};
|
|
13433
|
-
};
|
|
13434
|
-
type: string;
|
|
13435
|
-
};
|
|
13436
13314
|
itemsBackground: {
|
|
13437
13315
|
description: string;
|
|
13438
13316
|
examples: string[];
|
|
@@ -13460,26 +13338,6 @@ declare const _default: {
|
|
|
13460
13338
|
};
|
|
13461
13339
|
type: string;
|
|
13462
13340
|
};
|
|
13463
|
-
mainColor: {
|
|
13464
|
-
description: string;
|
|
13465
|
-
examples: string[];
|
|
13466
|
-
type: string;
|
|
13467
|
-
};
|
|
13468
|
-
margins: {
|
|
13469
|
-
description: string;
|
|
13470
|
-
examples: number[][];
|
|
13471
|
-
items: {
|
|
13472
|
-
type: string;
|
|
13473
|
-
}[];
|
|
13474
|
-
maxItems: number;
|
|
13475
|
-
minItems: number;
|
|
13476
|
-
type: string;
|
|
13477
|
-
};
|
|
13478
|
-
name: {
|
|
13479
|
-
description: string;
|
|
13480
|
-
examples: string[];
|
|
13481
|
-
type: string;
|
|
13482
|
-
};
|
|
13483
13341
|
title: {
|
|
13484
13342
|
description: string;
|
|
13485
13343
|
properties: {
|
|
@@ -13589,6 +13447,11 @@ declare const _default: {
|
|
|
13589
13447
|
};
|
|
13590
13448
|
type: string;
|
|
13591
13449
|
};
|
|
13450
|
+
timezoneId: {
|
|
13451
|
+
description: string;
|
|
13452
|
+
examples: string[];
|
|
13453
|
+
type: string;
|
|
13454
|
+
};
|
|
13592
13455
|
title: {
|
|
13593
13456
|
description: string;
|
|
13594
13457
|
examples: {
|
|
@@ -14063,29 +13926,6 @@ declare const _default: {
|
|
|
14063
13926
|
description: string;
|
|
14064
13927
|
type: string;
|
|
14065
13928
|
};
|
|
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
13929
|
subtype: {
|
|
14090
13930
|
anyOf: ({
|
|
14091
13931
|
enum: string[];
|
|
@@ -14368,6 +14208,9 @@ declare const _default: {
|
|
|
14368
14208
|
currency_id: {
|
|
14369
14209
|
type: string;
|
|
14370
14210
|
};
|
|
14211
|
+
description: {
|
|
14212
|
+
type: string;
|
|
14213
|
+
};
|
|
14371
14214
|
duration_format: {
|
|
14372
14215
|
enum: string[];
|
|
14373
14216
|
type: string;
|
|
@@ -14854,6 +14697,59 @@ declare const _default: {
|
|
|
14854
14697
|
};
|
|
14855
14698
|
type: string;
|
|
14856
14699
|
};
|
|
14700
|
+
loader: {
|
|
14701
|
+
description: string;
|
|
14702
|
+
properties: {
|
|
14703
|
+
background: {
|
|
14704
|
+
default: string;
|
|
14705
|
+
description: string;
|
|
14706
|
+
type: string;
|
|
14707
|
+
};
|
|
14708
|
+
fontColor: {
|
|
14709
|
+
default: string;
|
|
14710
|
+
description: string;
|
|
14711
|
+
type: string;
|
|
14712
|
+
};
|
|
14713
|
+
locale: {
|
|
14714
|
+
default: string;
|
|
14715
|
+
description: string;
|
|
14716
|
+
examples: string[];
|
|
14717
|
+
type: string;
|
|
14718
|
+
};
|
|
14719
|
+
mode: {
|
|
14720
|
+
default: string;
|
|
14721
|
+
description: string;
|
|
14722
|
+
type: string;
|
|
14723
|
+
};
|
|
14724
|
+
msg: {
|
|
14725
|
+
description: string;
|
|
14726
|
+
examples: string[];
|
|
14727
|
+
type: string;
|
|
14728
|
+
};
|
|
14729
|
+
showBranded: {
|
|
14730
|
+
default: boolean;
|
|
14731
|
+
description: string;
|
|
14732
|
+
type: string;
|
|
14733
|
+
};
|
|
14734
|
+
spinnerBackground: {
|
|
14735
|
+
default: string;
|
|
14736
|
+
description: string;
|
|
14737
|
+
type: string;
|
|
14738
|
+
};
|
|
14739
|
+
spinnerColor: {
|
|
14740
|
+
default: string;
|
|
14741
|
+
description: string;
|
|
14742
|
+
type: string;
|
|
14743
|
+
};
|
|
14744
|
+
};
|
|
14745
|
+
type: string;
|
|
14746
|
+
};
|
|
14747
|
+
locale: {
|
|
14748
|
+
default: string;
|
|
14749
|
+
description: string;
|
|
14750
|
+
examples: string[];
|
|
14751
|
+
type: string;
|
|
14752
|
+
};
|
|
14857
14753
|
manualValues: {
|
|
14858
14754
|
default: {};
|
|
14859
14755
|
description: string;
|
|
@@ -14894,23 +14790,6 @@ declare const _default: {
|
|
|
14894
14790
|
theme: {
|
|
14895
14791
|
description: string;
|
|
14896
14792
|
properties: {
|
|
14897
|
-
axis: {
|
|
14898
|
-
description: string;
|
|
14899
|
-
examples: {
|
|
14900
|
-
fontSize: number;
|
|
14901
|
-
}[];
|
|
14902
|
-
type: string;
|
|
14903
|
-
};
|
|
14904
|
-
background: {
|
|
14905
|
-
description: string;
|
|
14906
|
-
examples: string[];
|
|
14907
|
-
type: string;
|
|
14908
|
-
};
|
|
14909
|
-
baseFontSize: {
|
|
14910
|
-
description: string;
|
|
14911
|
-
examples: number[];
|
|
14912
|
-
type: string;
|
|
14913
|
-
};
|
|
14914
14793
|
borders: {
|
|
14915
14794
|
description: string;
|
|
14916
14795
|
properties: {
|
|
@@ -14977,16 +14856,6 @@ declare const _default: {
|
|
|
14977
14856
|
};
|
|
14978
14857
|
type: string;
|
|
14979
14858
|
};
|
|
14980
|
-
editBackground: {
|
|
14981
|
-
description: string;
|
|
14982
|
-
examples: string[];
|
|
14983
|
-
type: string;
|
|
14984
|
-
};
|
|
14985
|
-
editModeBackground: {
|
|
14986
|
-
description: string;
|
|
14987
|
-
examples: string[];
|
|
14988
|
-
type: string;
|
|
14989
|
-
};
|
|
14990
14859
|
font: {
|
|
14991
14860
|
description: string;
|
|
14992
14861
|
properties: {
|
|
@@ -15019,69 +14888,11 @@ declare const _default: {
|
|
|
15019
14888
|
examples: string[];
|
|
15020
14889
|
type: string;
|
|
15021
14890
|
};
|
|
15022
|
-
itemSpecific: {
|
|
15023
|
-
description: string;
|
|
15024
|
-
properties: {
|
|
15025
|
-
padding: {
|
|
15026
|
-
description: string;
|
|
15027
|
-
examples: number[];
|
|
15028
|
-
type: string;
|
|
15029
|
-
};
|
|
15030
|
-
rounding: {
|
|
15031
|
-
description: string;
|
|
15032
|
-
examples: number[];
|
|
15033
|
-
type: string;
|
|
15034
|
-
};
|
|
15035
|
-
};
|
|
15036
|
-
type: string;
|
|
15037
|
-
};
|
|
15038
14891
|
itemsBackground: {
|
|
15039
14892
|
description: string;
|
|
15040
14893
|
examples: string[];
|
|
15041
14894
|
type: string;
|
|
15042
14895
|
};
|
|
15043
|
-
legend: {
|
|
15044
|
-
description: string;
|
|
15045
|
-
properties: {
|
|
15046
|
-
fontSize: {
|
|
15047
|
-
description: string;
|
|
15048
|
-
examples: number[];
|
|
15049
|
-
type: string;
|
|
15050
|
-
};
|
|
15051
|
-
lineHeight: {
|
|
15052
|
-
description: string;
|
|
15053
|
-
examples: number[];
|
|
15054
|
-
type: string;
|
|
15055
|
-
};
|
|
15056
|
-
type: {
|
|
15057
|
-
description: string;
|
|
15058
|
-
enum: string[];
|
|
15059
|
-
examples: string[];
|
|
15060
|
-
type: string;
|
|
15061
|
-
};
|
|
15062
|
-
};
|
|
15063
|
-
type: string;
|
|
15064
|
-
};
|
|
15065
|
-
mainColor: {
|
|
15066
|
-
description: string;
|
|
15067
|
-
examples: string[];
|
|
15068
|
-
type: string;
|
|
15069
|
-
};
|
|
15070
|
-
margins: {
|
|
15071
|
-
description: string;
|
|
15072
|
-
examples: number[][];
|
|
15073
|
-
items: {
|
|
15074
|
-
type: string;
|
|
15075
|
-
}[];
|
|
15076
|
-
maxItems: number;
|
|
15077
|
-
minItems: number;
|
|
15078
|
-
type: string;
|
|
15079
|
-
};
|
|
15080
|
-
name: {
|
|
15081
|
-
description: string;
|
|
15082
|
-
examples: string[];
|
|
15083
|
-
type: string;
|
|
15084
|
-
};
|
|
15085
14896
|
title: {
|
|
15086
14897
|
description: string;
|
|
15087
14898
|
properties: {
|
|
@@ -15158,6 +14969,11 @@ declare const _default: {
|
|
|
15158
14969
|
};
|
|
15159
14970
|
type: string;
|
|
15160
14971
|
};
|
|
14972
|
+
timezoneId: {
|
|
14973
|
+
description: string;
|
|
14974
|
+
examples: string[];
|
|
14975
|
+
type: string;
|
|
14976
|
+
};
|
|
15161
14977
|
title: {
|
|
15162
14978
|
description: string;
|
|
15163
14979
|
examples: {
|
|
@@ -18137,6 +17953,9 @@ declare const _default: {
|
|
|
18137
17953
|
currency_id: {
|
|
18138
17954
|
type: string;
|
|
18139
17955
|
};
|
|
17956
|
+
description: {
|
|
17957
|
+
type: string;
|
|
17958
|
+
};
|
|
18140
17959
|
duration_format: {
|
|
18141
17960
|
enum: string[];
|
|
18142
17961
|
type: string;
|
|
@@ -18660,6 +18479,59 @@ declare const _default: {
|
|
|
18660
18479
|
};
|
|
18661
18480
|
type: string;
|
|
18662
18481
|
};
|
|
18482
|
+
loader: {
|
|
18483
|
+
description: string;
|
|
18484
|
+
properties: {
|
|
18485
|
+
background: {
|
|
18486
|
+
default: string;
|
|
18487
|
+
description: string;
|
|
18488
|
+
type: string;
|
|
18489
|
+
};
|
|
18490
|
+
fontColor: {
|
|
18491
|
+
default: string;
|
|
18492
|
+
description: string;
|
|
18493
|
+
type: string;
|
|
18494
|
+
};
|
|
18495
|
+
locale: {
|
|
18496
|
+
default: string;
|
|
18497
|
+
description: string;
|
|
18498
|
+
examples: string[];
|
|
18499
|
+
type: string;
|
|
18500
|
+
};
|
|
18501
|
+
mode: {
|
|
18502
|
+
default: string;
|
|
18503
|
+
description: string;
|
|
18504
|
+
type: string;
|
|
18505
|
+
};
|
|
18506
|
+
msg: {
|
|
18507
|
+
description: string;
|
|
18508
|
+
examples: string[];
|
|
18509
|
+
type: string;
|
|
18510
|
+
};
|
|
18511
|
+
showBranded: {
|
|
18512
|
+
default: boolean;
|
|
18513
|
+
description: string;
|
|
18514
|
+
type: string;
|
|
18515
|
+
};
|
|
18516
|
+
spinnerBackground: {
|
|
18517
|
+
default: string;
|
|
18518
|
+
description: string;
|
|
18519
|
+
type: string;
|
|
18520
|
+
};
|
|
18521
|
+
spinnerColor: {
|
|
18522
|
+
default: string;
|
|
18523
|
+
description: string;
|
|
18524
|
+
type: string;
|
|
18525
|
+
};
|
|
18526
|
+
};
|
|
18527
|
+
type: string;
|
|
18528
|
+
};
|
|
18529
|
+
locale: {
|
|
18530
|
+
default: string;
|
|
18531
|
+
description: string;
|
|
18532
|
+
examples: string[];
|
|
18533
|
+
type: string;
|
|
18534
|
+
};
|
|
18663
18535
|
manualAxesRange: {
|
|
18664
18536
|
description: string;
|
|
18665
18537
|
items: {
|
|
@@ -18764,16 +18636,6 @@ declare const _default: {
|
|
|
18764
18636
|
}[];
|
|
18765
18637
|
type: string;
|
|
18766
18638
|
};
|
|
18767
|
-
background: {
|
|
18768
|
-
description: string;
|
|
18769
|
-
examples: string[];
|
|
18770
|
-
type: string;
|
|
18771
|
-
};
|
|
18772
|
-
baseFontSize: {
|
|
18773
|
-
description: string;
|
|
18774
|
-
examples: number[];
|
|
18775
|
-
type: string;
|
|
18776
|
-
};
|
|
18777
18639
|
borders: {
|
|
18778
18640
|
description: string;
|
|
18779
18641
|
properties: {
|
|
@@ -18840,16 +18702,6 @@ declare const _default: {
|
|
|
18840
18702
|
};
|
|
18841
18703
|
type: string;
|
|
18842
18704
|
};
|
|
18843
|
-
editBackground: {
|
|
18844
|
-
description: string;
|
|
18845
|
-
examples: string[];
|
|
18846
|
-
type: string;
|
|
18847
|
-
};
|
|
18848
|
-
editModeBackground: {
|
|
18849
|
-
description: string;
|
|
18850
|
-
examples: string[];
|
|
18851
|
-
type: string;
|
|
18852
|
-
};
|
|
18853
18705
|
font: {
|
|
18854
18706
|
description: string;
|
|
18855
18707
|
properties: {
|
|
@@ -18882,22 +18734,6 @@ declare const _default: {
|
|
|
18882
18734
|
examples: string[];
|
|
18883
18735
|
type: string;
|
|
18884
18736
|
};
|
|
18885
|
-
itemSpecific: {
|
|
18886
|
-
description: string;
|
|
18887
|
-
properties: {
|
|
18888
|
-
padding: {
|
|
18889
|
-
description: string;
|
|
18890
|
-
examples: number[];
|
|
18891
|
-
type: string;
|
|
18892
|
-
};
|
|
18893
|
-
rounding: {
|
|
18894
|
-
description: string;
|
|
18895
|
-
examples: number[];
|
|
18896
|
-
type: string;
|
|
18897
|
-
};
|
|
18898
|
-
};
|
|
18899
|
-
type: string;
|
|
18900
|
-
};
|
|
18901
18737
|
itemsBackground: {
|
|
18902
18738
|
description: string;
|
|
18903
18739
|
examples: string[];
|
|
@@ -18925,26 +18761,6 @@ declare const _default: {
|
|
|
18925
18761
|
};
|
|
18926
18762
|
type: string;
|
|
18927
18763
|
};
|
|
18928
|
-
mainColor: {
|
|
18929
|
-
description: string;
|
|
18930
|
-
examples: string[];
|
|
18931
|
-
type: string;
|
|
18932
|
-
};
|
|
18933
|
-
margins: {
|
|
18934
|
-
description: string;
|
|
18935
|
-
examples: number[][];
|
|
18936
|
-
items: {
|
|
18937
|
-
type: string;
|
|
18938
|
-
}[];
|
|
18939
|
-
maxItems: number;
|
|
18940
|
-
minItems: number;
|
|
18941
|
-
type: string;
|
|
18942
|
-
};
|
|
18943
|
-
name: {
|
|
18944
|
-
description: string;
|
|
18945
|
-
examples: string[];
|
|
18946
|
-
type: string;
|
|
18947
|
-
};
|
|
18948
18764
|
title: {
|
|
18949
18765
|
description: string;
|
|
18950
18766
|
properties: {
|
|
@@ -19021,6 +18837,11 @@ declare const _default: {
|
|
|
19021
18837
|
};
|
|
19022
18838
|
type: string;
|
|
19023
18839
|
};
|
|
18840
|
+
timezoneId: {
|
|
18841
|
+
description: string;
|
|
18842
|
+
examples: string[];
|
|
18843
|
+
type: string;
|
|
18844
|
+
};
|
|
19024
18845
|
title: {
|
|
19025
18846
|
description: string;
|
|
19026
18847
|
examples: {
|
|
@@ -19978,6 +19799,9 @@ declare const _default: {
|
|
|
19978
19799
|
currency_id: {
|
|
19979
19800
|
type: string;
|
|
19980
19801
|
};
|
|
19802
|
+
description: {
|
|
19803
|
+
type: string;
|
|
19804
|
+
};
|
|
19981
19805
|
duration_format: {
|
|
19982
19806
|
enum: string[];
|
|
19983
19807
|
type: string;
|
|
@@ -20496,6 +20320,59 @@ declare const _default: {
|
|
|
20496
20320
|
};
|
|
20497
20321
|
type: string;
|
|
20498
20322
|
};
|
|
20323
|
+
loader: {
|
|
20324
|
+
description: string;
|
|
20325
|
+
properties: {
|
|
20326
|
+
background: {
|
|
20327
|
+
default: string;
|
|
20328
|
+
description: string;
|
|
20329
|
+
type: string;
|
|
20330
|
+
};
|
|
20331
|
+
fontColor: {
|
|
20332
|
+
default: string;
|
|
20333
|
+
description: string;
|
|
20334
|
+
type: string;
|
|
20335
|
+
};
|
|
20336
|
+
locale: {
|
|
20337
|
+
default: string;
|
|
20338
|
+
description: string;
|
|
20339
|
+
examples: string[];
|
|
20340
|
+
type: string;
|
|
20341
|
+
};
|
|
20342
|
+
mode: {
|
|
20343
|
+
default: string;
|
|
20344
|
+
description: string;
|
|
20345
|
+
type: string;
|
|
20346
|
+
};
|
|
20347
|
+
msg: {
|
|
20348
|
+
description: string;
|
|
20349
|
+
examples: string[];
|
|
20350
|
+
type: string;
|
|
20351
|
+
};
|
|
20352
|
+
showBranded: {
|
|
20353
|
+
default: boolean;
|
|
20354
|
+
description: string;
|
|
20355
|
+
type: string;
|
|
20356
|
+
};
|
|
20357
|
+
spinnerBackground: {
|
|
20358
|
+
default: string;
|
|
20359
|
+
description: string;
|
|
20360
|
+
type: string;
|
|
20361
|
+
};
|
|
20362
|
+
spinnerColor: {
|
|
20363
|
+
default: string;
|
|
20364
|
+
description: string;
|
|
20365
|
+
type: string;
|
|
20366
|
+
};
|
|
20367
|
+
};
|
|
20368
|
+
type: string;
|
|
20369
|
+
};
|
|
20370
|
+
locale: {
|
|
20371
|
+
default: string;
|
|
20372
|
+
description: string;
|
|
20373
|
+
examples: string[];
|
|
20374
|
+
type: string;
|
|
20375
|
+
};
|
|
20499
20376
|
measures: {
|
|
20500
20377
|
default: any[][];
|
|
20501
20378
|
items: {
|
|
@@ -20627,16 +20504,6 @@ declare const _default: {
|
|
|
20627
20504
|
}[];
|
|
20628
20505
|
type: string;
|
|
20629
20506
|
};
|
|
20630
|
-
background: {
|
|
20631
|
-
description: string;
|
|
20632
|
-
examples: string[];
|
|
20633
|
-
type: string;
|
|
20634
|
-
};
|
|
20635
|
-
baseFontSize: {
|
|
20636
|
-
description: string;
|
|
20637
|
-
examples: number[];
|
|
20638
|
-
type: string;
|
|
20639
|
-
};
|
|
20640
20507
|
borders: {
|
|
20641
20508
|
description: string;
|
|
20642
20509
|
properties: {
|
|
@@ -20703,16 +20570,6 @@ declare const _default: {
|
|
|
20703
20570
|
};
|
|
20704
20571
|
type: string;
|
|
20705
20572
|
};
|
|
20706
|
-
editBackground: {
|
|
20707
|
-
description: string;
|
|
20708
|
-
examples: string[];
|
|
20709
|
-
type: string;
|
|
20710
|
-
};
|
|
20711
|
-
editModeBackground: {
|
|
20712
|
-
description: string;
|
|
20713
|
-
examples: string[];
|
|
20714
|
-
type: string;
|
|
20715
|
-
};
|
|
20716
20573
|
font: {
|
|
20717
20574
|
description: string;
|
|
20718
20575
|
properties: {
|
|
@@ -20745,22 +20602,6 @@ declare const _default: {
|
|
|
20745
20602
|
examples: string[];
|
|
20746
20603
|
type: string;
|
|
20747
20604
|
};
|
|
20748
|
-
itemSpecific: {
|
|
20749
|
-
description: string;
|
|
20750
|
-
properties: {
|
|
20751
|
-
padding: {
|
|
20752
|
-
description: string;
|
|
20753
|
-
examples: number[];
|
|
20754
|
-
type: string;
|
|
20755
|
-
};
|
|
20756
|
-
rounding: {
|
|
20757
|
-
description: string;
|
|
20758
|
-
examples: number[];
|
|
20759
|
-
type: string;
|
|
20760
|
-
};
|
|
20761
|
-
};
|
|
20762
|
-
type: string;
|
|
20763
|
-
};
|
|
20764
20605
|
itemsBackground: {
|
|
20765
20606
|
description: string;
|
|
20766
20607
|
examples: string[];
|
|
@@ -20788,26 +20629,6 @@ declare const _default: {
|
|
|
20788
20629
|
};
|
|
20789
20630
|
type: string;
|
|
20790
20631
|
};
|
|
20791
|
-
mainColor: {
|
|
20792
|
-
description: string;
|
|
20793
|
-
examples: string[];
|
|
20794
|
-
type: string;
|
|
20795
|
-
};
|
|
20796
|
-
margins: {
|
|
20797
|
-
description: string;
|
|
20798
|
-
examples: number[][];
|
|
20799
|
-
items: {
|
|
20800
|
-
type: string;
|
|
20801
|
-
}[];
|
|
20802
|
-
maxItems: number;
|
|
20803
|
-
minItems: number;
|
|
20804
|
-
type: string;
|
|
20805
|
-
};
|
|
20806
|
-
name: {
|
|
20807
|
-
description: string;
|
|
20808
|
-
examples: string[];
|
|
20809
|
-
type: string;
|
|
20810
|
-
};
|
|
20811
20632
|
title: {
|
|
20812
20633
|
description: string;
|
|
20813
20634
|
properties: {
|
|
@@ -20884,6 +20705,11 @@ declare const _default: {
|
|
|
20884
20705
|
};
|
|
20885
20706
|
type: string;
|
|
20886
20707
|
};
|
|
20708
|
+
timezoneId: {
|
|
20709
|
+
description: string;
|
|
20710
|
+
examples: string[];
|
|
20711
|
+
type: string;
|
|
20712
|
+
};
|
|
20887
20713
|
title: {
|
|
20888
20714
|
description: string;
|
|
20889
20715
|
examples: {
|
|
@@ -21483,6 +21309,9 @@ declare const _default: {
|
|
|
21483
21309
|
currency_id: {
|
|
21484
21310
|
type: string;
|
|
21485
21311
|
};
|
|
21312
|
+
description: {
|
|
21313
|
+
type: string;
|
|
21314
|
+
};
|
|
21486
21315
|
duration_format: {
|
|
21487
21316
|
enum: string[];
|
|
21488
21317
|
type: string;
|
|
@@ -21950,42 +21779,78 @@ declare const _default: {
|
|
|
21950
21779
|
};
|
|
21951
21780
|
type: string;
|
|
21952
21781
|
};
|
|
21953
|
-
|
|
21782
|
+
loader: {
|
|
21954
21783
|
description: string;
|
|
21955
21784
|
properties: {
|
|
21956
|
-
|
|
21957
|
-
default:
|
|
21785
|
+
background: {
|
|
21786
|
+
default: string;
|
|
21958
21787
|
description: string;
|
|
21959
21788
|
type: string;
|
|
21960
21789
|
};
|
|
21961
|
-
|
|
21962
|
-
default:
|
|
21790
|
+
fontColor: {
|
|
21791
|
+
default: string;
|
|
21792
|
+
description: string;
|
|
21793
|
+
type: string;
|
|
21794
|
+
};
|
|
21795
|
+
locale: {
|
|
21796
|
+
default: string;
|
|
21797
|
+
description: string;
|
|
21798
|
+
examples: string[];
|
|
21799
|
+
type: string;
|
|
21800
|
+
};
|
|
21801
|
+
mode: {
|
|
21802
|
+
default: string;
|
|
21803
|
+
description: string;
|
|
21804
|
+
type: string;
|
|
21805
|
+
};
|
|
21806
|
+
msg: {
|
|
21807
|
+
description: string;
|
|
21808
|
+
examples: string[];
|
|
21809
|
+
type: string;
|
|
21810
|
+
};
|
|
21811
|
+
showBranded: {
|
|
21812
|
+
default: boolean;
|
|
21813
|
+
description: string;
|
|
21814
|
+
type: string;
|
|
21815
|
+
};
|
|
21816
|
+
spinnerBackground: {
|
|
21817
|
+
default: string;
|
|
21818
|
+
description: string;
|
|
21819
|
+
type: string;
|
|
21820
|
+
};
|
|
21821
|
+
spinnerColor: {
|
|
21822
|
+
default: string;
|
|
21963
21823
|
description: string;
|
|
21964
21824
|
type: string;
|
|
21965
21825
|
};
|
|
21966
21826
|
};
|
|
21967
21827
|
type: string;
|
|
21968
21828
|
};
|
|
21969
|
-
|
|
21829
|
+
locale: {
|
|
21830
|
+
default: string;
|
|
21831
|
+
description: string;
|
|
21832
|
+
examples: string[];
|
|
21833
|
+
type: string;
|
|
21834
|
+
};
|
|
21835
|
+
padding: {
|
|
21970
21836
|
description: string;
|
|
21971
21837
|
properties: {
|
|
21972
|
-
|
|
21973
|
-
|
|
21974
|
-
examples: {
|
|
21975
|
-
fontSize: number;
|
|
21976
|
-
}[];
|
|
21977
|
-
type: string;
|
|
21978
|
-
};
|
|
21979
|
-
background: {
|
|
21838
|
+
left: {
|
|
21839
|
+
default: number;
|
|
21980
21840
|
description: string;
|
|
21981
|
-
examples: string[];
|
|
21982
21841
|
type: string;
|
|
21983
21842
|
};
|
|
21984
|
-
|
|
21843
|
+
right: {
|
|
21844
|
+
default: number;
|
|
21985
21845
|
description: string;
|
|
21986
|
-
examples: number[];
|
|
21987
21846
|
type: string;
|
|
21988
21847
|
};
|
|
21848
|
+
};
|
|
21849
|
+
type: string;
|
|
21850
|
+
};
|
|
21851
|
+
theme: {
|
|
21852
|
+
description: string;
|
|
21853
|
+
properties: {
|
|
21989
21854
|
borders: {
|
|
21990
21855
|
description: string;
|
|
21991
21856
|
properties: {
|
|
@@ -22044,24 +21909,6 @@ declare const _default: {
|
|
|
22044
21909
|
};
|
|
22045
21910
|
type: string;
|
|
22046
21911
|
};
|
|
22047
|
-
colors: {
|
|
22048
|
-
description: string;
|
|
22049
|
-
examples: string[][];
|
|
22050
|
-
items: {
|
|
22051
|
-
type: string;
|
|
22052
|
-
};
|
|
22053
|
-
type: string;
|
|
22054
|
-
};
|
|
22055
|
-
editBackground: {
|
|
22056
|
-
description: string;
|
|
22057
|
-
examples: string[];
|
|
22058
|
-
type: string;
|
|
22059
|
-
};
|
|
22060
|
-
editModeBackground: {
|
|
22061
|
-
description: string;
|
|
22062
|
-
examples: string[];
|
|
22063
|
-
type: string;
|
|
22064
|
-
};
|
|
22065
21912
|
font: {
|
|
22066
21913
|
description: string;
|
|
22067
21914
|
properties: {
|
|
@@ -22094,69 +21941,11 @@ declare const _default: {
|
|
|
22094
21941
|
examples: string[];
|
|
22095
21942
|
type: string;
|
|
22096
21943
|
};
|
|
22097
|
-
itemSpecific: {
|
|
22098
|
-
description: string;
|
|
22099
|
-
properties: {
|
|
22100
|
-
padding: {
|
|
22101
|
-
description: string;
|
|
22102
|
-
examples: number[];
|
|
22103
|
-
type: string;
|
|
22104
|
-
};
|
|
22105
|
-
rounding: {
|
|
22106
|
-
description: string;
|
|
22107
|
-
examples: number[];
|
|
22108
|
-
type: string;
|
|
22109
|
-
};
|
|
22110
|
-
};
|
|
22111
|
-
type: string;
|
|
22112
|
-
};
|
|
22113
21944
|
itemsBackground: {
|
|
22114
21945
|
description: string;
|
|
22115
21946
|
examples: string[];
|
|
22116
21947
|
type: string;
|
|
22117
21948
|
};
|
|
22118
|
-
legend: {
|
|
22119
|
-
description: string;
|
|
22120
|
-
properties: {
|
|
22121
|
-
fontSize: {
|
|
22122
|
-
description: string;
|
|
22123
|
-
examples: number[];
|
|
22124
|
-
type: string;
|
|
22125
|
-
};
|
|
22126
|
-
lineHeight: {
|
|
22127
|
-
description: string;
|
|
22128
|
-
examples: number[];
|
|
22129
|
-
type: string;
|
|
22130
|
-
};
|
|
22131
|
-
type: {
|
|
22132
|
-
description: string;
|
|
22133
|
-
enum: string[];
|
|
22134
|
-
examples: string[];
|
|
22135
|
-
type: string;
|
|
22136
|
-
};
|
|
22137
|
-
};
|
|
22138
|
-
type: string;
|
|
22139
|
-
};
|
|
22140
|
-
mainColor: {
|
|
22141
|
-
description: string;
|
|
22142
|
-
examples: string[];
|
|
22143
|
-
type: string;
|
|
22144
|
-
};
|
|
22145
|
-
margins: {
|
|
22146
|
-
description: string;
|
|
22147
|
-
examples: number[][];
|
|
22148
|
-
items: {
|
|
22149
|
-
type: string;
|
|
22150
|
-
}[];
|
|
22151
|
-
maxItems: number;
|
|
22152
|
-
minItems: number;
|
|
22153
|
-
type: string;
|
|
22154
|
-
};
|
|
22155
|
-
name: {
|
|
22156
|
-
description: string;
|
|
22157
|
-
examples: string[];
|
|
22158
|
-
type: string;
|
|
22159
|
-
};
|
|
22160
21949
|
title: {
|
|
22161
21950
|
description: string;
|
|
22162
21951
|
properties: {
|
|
@@ -22199,32 +21988,6 @@ declare const _default: {
|
|
|
22199
21988
|
};
|
|
22200
21989
|
type: string;
|
|
22201
21990
|
};
|
|
22202
|
-
tooltip: {
|
|
22203
|
-
description: string;
|
|
22204
|
-
properties: {
|
|
22205
|
-
background: {
|
|
22206
|
-
description: string;
|
|
22207
|
-
examples: string[];
|
|
22208
|
-
type: string;
|
|
22209
|
-
};
|
|
22210
|
-
fontSize: {
|
|
22211
|
-
description: string;
|
|
22212
|
-
examples: number[];
|
|
22213
|
-
type: string;
|
|
22214
|
-
};
|
|
22215
|
-
lineHeight: {
|
|
22216
|
-
description: string;
|
|
22217
|
-
examples: number[];
|
|
22218
|
-
type: string;
|
|
22219
|
-
};
|
|
22220
|
-
opacity: {
|
|
22221
|
-
description: string;
|
|
22222
|
-
examples: number[];
|
|
22223
|
-
type: string;
|
|
22224
|
-
};
|
|
22225
|
-
};
|
|
22226
|
-
type: string;
|
|
22227
|
-
};
|
|
22228
21991
|
type: {
|
|
22229
21992
|
description: string;
|
|
22230
21993
|
examples: string[];
|
|
@@ -22233,6 +21996,11 @@ declare const _default: {
|
|
|
22233
21996
|
};
|
|
22234
21997
|
type: string;
|
|
22235
21998
|
};
|
|
21999
|
+
timezoneId: {
|
|
22000
|
+
description: string;
|
|
22001
|
+
examples: string[];
|
|
22002
|
+
type: string;
|
|
22003
|
+
};
|
|
22236
22004
|
title: {
|
|
22237
22005
|
description: string;
|
|
22238
22006
|
examples: {
|
|
@@ -24742,6 +24510,9 @@ declare const _default: {
|
|
|
24742
24510
|
currency_id: {
|
|
24743
24511
|
type: string;
|
|
24744
24512
|
};
|
|
24513
|
+
description: {
|
|
24514
|
+
type: string;
|
|
24515
|
+
};
|
|
24745
24516
|
duration_format: {
|
|
24746
24517
|
enum: string[];
|
|
24747
24518
|
type: string;
|
|
@@ -25265,6 +25036,59 @@ declare const _default: {
|
|
|
25265
25036
|
};
|
|
25266
25037
|
type: string;
|
|
25267
25038
|
};
|
|
25039
|
+
loader: {
|
|
25040
|
+
description: string;
|
|
25041
|
+
properties: {
|
|
25042
|
+
background: {
|
|
25043
|
+
default: string;
|
|
25044
|
+
description: string;
|
|
25045
|
+
type: string;
|
|
25046
|
+
};
|
|
25047
|
+
fontColor: {
|
|
25048
|
+
default: string;
|
|
25049
|
+
description: string;
|
|
25050
|
+
type: string;
|
|
25051
|
+
};
|
|
25052
|
+
locale: {
|
|
25053
|
+
default: string;
|
|
25054
|
+
description: string;
|
|
25055
|
+
examples: string[];
|
|
25056
|
+
type: string;
|
|
25057
|
+
};
|
|
25058
|
+
mode: {
|
|
25059
|
+
default: string;
|
|
25060
|
+
description: string;
|
|
25061
|
+
type: string;
|
|
25062
|
+
};
|
|
25063
|
+
msg: {
|
|
25064
|
+
description: string;
|
|
25065
|
+
examples: string[];
|
|
25066
|
+
type: string;
|
|
25067
|
+
};
|
|
25068
|
+
showBranded: {
|
|
25069
|
+
default: boolean;
|
|
25070
|
+
description: string;
|
|
25071
|
+
type: string;
|
|
25072
|
+
};
|
|
25073
|
+
spinnerBackground: {
|
|
25074
|
+
default: string;
|
|
25075
|
+
description: string;
|
|
25076
|
+
type: string;
|
|
25077
|
+
};
|
|
25078
|
+
spinnerColor: {
|
|
25079
|
+
default: string;
|
|
25080
|
+
description: string;
|
|
25081
|
+
type: string;
|
|
25082
|
+
};
|
|
25083
|
+
};
|
|
25084
|
+
type: string;
|
|
25085
|
+
};
|
|
25086
|
+
locale: {
|
|
25087
|
+
default: string;
|
|
25088
|
+
description: string;
|
|
25089
|
+
examples: string[];
|
|
25090
|
+
type: string;
|
|
25091
|
+
};
|
|
25268
25092
|
mode: {
|
|
25269
25093
|
default: string;
|
|
25270
25094
|
description: string;
|
|
@@ -25368,23 +25192,6 @@ declare const _default: {
|
|
|
25368
25192
|
theme: {
|
|
25369
25193
|
description: string;
|
|
25370
25194
|
properties: {
|
|
25371
|
-
axis: {
|
|
25372
|
-
description: string;
|
|
25373
|
-
examples: {
|
|
25374
|
-
fontSize: number;
|
|
25375
|
-
}[];
|
|
25376
|
-
type: string;
|
|
25377
|
-
};
|
|
25378
|
-
background: {
|
|
25379
|
-
description: string;
|
|
25380
|
-
examples: string[];
|
|
25381
|
-
type: string;
|
|
25382
|
-
};
|
|
25383
|
-
baseFontSize: {
|
|
25384
|
-
description: string;
|
|
25385
|
-
examples: number[];
|
|
25386
|
-
type: string;
|
|
25387
|
-
};
|
|
25388
25195
|
borders: {
|
|
25389
25196
|
description: string;
|
|
25390
25197
|
properties: {
|
|
@@ -25451,16 +25258,6 @@ declare const _default: {
|
|
|
25451
25258
|
};
|
|
25452
25259
|
type: string;
|
|
25453
25260
|
};
|
|
25454
|
-
editBackground: {
|
|
25455
|
-
description: string;
|
|
25456
|
-
examples: string[];
|
|
25457
|
-
type: string;
|
|
25458
|
-
};
|
|
25459
|
-
editModeBackground: {
|
|
25460
|
-
description: string;
|
|
25461
|
-
examples: string[];
|
|
25462
|
-
type: string;
|
|
25463
|
-
};
|
|
25464
25261
|
font: {
|
|
25465
25262
|
description: string;
|
|
25466
25263
|
properties: {
|
|
@@ -25493,22 +25290,6 @@ declare const _default: {
|
|
|
25493
25290
|
examples: string[];
|
|
25494
25291
|
type: string;
|
|
25495
25292
|
};
|
|
25496
|
-
itemSpecific: {
|
|
25497
|
-
description: string;
|
|
25498
|
-
properties: {
|
|
25499
|
-
padding: {
|
|
25500
|
-
description: string;
|
|
25501
|
-
examples: number[];
|
|
25502
|
-
type: string;
|
|
25503
|
-
};
|
|
25504
|
-
rounding: {
|
|
25505
|
-
description: string;
|
|
25506
|
-
examples: number[];
|
|
25507
|
-
type: string;
|
|
25508
|
-
};
|
|
25509
|
-
};
|
|
25510
|
-
type: string;
|
|
25511
|
-
};
|
|
25512
25293
|
itemsBackground: {
|
|
25513
25294
|
description: string;
|
|
25514
25295
|
examples: string[];
|
|
@@ -25536,26 +25317,6 @@ declare const _default: {
|
|
|
25536
25317
|
};
|
|
25537
25318
|
type: string;
|
|
25538
25319
|
};
|
|
25539
|
-
mainColor: {
|
|
25540
|
-
description: string;
|
|
25541
|
-
examples: string[];
|
|
25542
|
-
type: string;
|
|
25543
|
-
};
|
|
25544
|
-
margins: {
|
|
25545
|
-
description: string;
|
|
25546
|
-
examples: number[][];
|
|
25547
|
-
items: {
|
|
25548
|
-
type: string;
|
|
25549
|
-
}[];
|
|
25550
|
-
maxItems: number;
|
|
25551
|
-
minItems: number;
|
|
25552
|
-
type: string;
|
|
25553
|
-
};
|
|
25554
|
-
name: {
|
|
25555
|
-
description: string;
|
|
25556
|
-
examples: string[];
|
|
25557
|
-
type: string;
|
|
25558
|
-
};
|
|
25559
25320
|
title: {
|
|
25560
25321
|
description: string;
|
|
25561
25322
|
properties: {
|
|
@@ -25632,6 +25393,11 @@ declare const _default: {
|
|
|
25632
25393
|
};
|
|
25633
25394
|
type: string;
|
|
25634
25395
|
};
|
|
25396
|
+
timezoneId: {
|
|
25397
|
+
description: string;
|
|
25398
|
+
examples: string[];
|
|
25399
|
+
type: string;
|
|
25400
|
+
};
|
|
25635
25401
|
title: {
|
|
25636
25402
|
description: string;
|
|
25637
25403
|
examples: {
|
|
@@ -26163,6 +25929,9 @@ declare const _default: {
|
|
|
26163
25929
|
currency_id: {
|
|
26164
25930
|
type: string;
|
|
26165
25931
|
};
|
|
25932
|
+
description: {
|
|
25933
|
+
type: string;
|
|
25934
|
+
};
|
|
26166
25935
|
duration_format: {
|
|
26167
25936
|
enum: string[];
|
|
26168
25937
|
type: string;
|
|
@@ -26641,6 +26410,59 @@ declare const _default: {
|
|
|
26641
26410
|
};
|
|
26642
26411
|
type: string;
|
|
26643
26412
|
};
|
|
26413
|
+
loader: {
|
|
26414
|
+
description: string;
|
|
26415
|
+
properties: {
|
|
26416
|
+
background: {
|
|
26417
|
+
default: string;
|
|
26418
|
+
description: string;
|
|
26419
|
+
type: string;
|
|
26420
|
+
};
|
|
26421
|
+
fontColor: {
|
|
26422
|
+
default: string;
|
|
26423
|
+
description: string;
|
|
26424
|
+
type: string;
|
|
26425
|
+
};
|
|
26426
|
+
locale: {
|
|
26427
|
+
default: string;
|
|
26428
|
+
description: string;
|
|
26429
|
+
examples: string[];
|
|
26430
|
+
type: string;
|
|
26431
|
+
};
|
|
26432
|
+
mode: {
|
|
26433
|
+
default: string;
|
|
26434
|
+
description: string;
|
|
26435
|
+
type: string;
|
|
26436
|
+
};
|
|
26437
|
+
msg: {
|
|
26438
|
+
description: string;
|
|
26439
|
+
examples: string[];
|
|
26440
|
+
type: string;
|
|
26441
|
+
};
|
|
26442
|
+
showBranded: {
|
|
26443
|
+
default: boolean;
|
|
26444
|
+
description: string;
|
|
26445
|
+
type: string;
|
|
26446
|
+
};
|
|
26447
|
+
spinnerBackground: {
|
|
26448
|
+
default: string;
|
|
26449
|
+
description: string;
|
|
26450
|
+
type: string;
|
|
26451
|
+
};
|
|
26452
|
+
spinnerColor: {
|
|
26453
|
+
default: string;
|
|
26454
|
+
description: string;
|
|
26455
|
+
type: string;
|
|
26456
|
+
};
|
|
26457
|
+
};
|
|
26458
|
+
type: string;
|
|
26459
|
+
};
|
|
26460
|
+
locale: {
|
|
26461
|
+
default: string;
|
|
26462
|
+
description: string;
|
|
26463
|
+
examples: string[];
|
|
26464
|
+
type: string;
|
|
26465
|
+
};
|
|
26644
26466
|
multiselect: {
|
|
26645
26467
|
default: boolean;
|
|
26646
26468
|
description: string;
|
|
@@ -26741,23 +26563,6 @@ declare const _default: {
|
|
|
26741
26563
|
theme: {
|
|
26742
26564
|
description: string;
|
|
26743
26565
|
properties: {
|
|
26744
|
-
axis: {
|
|
26745
|
-
description: string;
|
|
26746
|
-
examples: {
|
|
26747
|
-
fontSize: number;
|
|
26748
|
-
}[];
|
|
26749
|
-
type: string;
|
|
26750
|
-
};
|
|
26751
|
-
background: {
|
|
26752
|
-
description: string;
|
|
26753
|
-
examples: string[];
|
|
26754
|
-
type: string;
|
|
26755
|
-
};
|
|
26756
|
-
baseFontSize: {
|
|
26757
|
-
description: string;
|
|
26758
|
-
examples: number[];
|
|
26759
|
-
type: string;
|
|
26760
|
-
};
|
|
26761
26566
|
borders: {
|
|
26762
26567
|
description: string;
|
|
26763
26568
|
properties: {
|
|
@@ -26816,24 +26621,6 @@ declare const _default: {
|
|
|
26816
26621
|
};
|
|
26817
26622
|
type: string;
|
|
26818
26623
|
};
|
|
26819
|
-
colors: {
|
|
26820
|
-
description: string;
|
|
26821
|
-
examples: string[][];
|
|
26822
|
-
items: {
|
|
26823
|
-
type: string;
|
|
26824
|
-
};
|
|
26825
|
-
type: string;
|
|
26826
|
-
};
|
|
26827
|
-
editBackground: {
|
|
26828
|
-
description: string;
|
|
26829
|
-
examples: string[];
|
|
26830
|
-
type: string;
|
|
26831
|
-
};
|
|
26832
|
-
editModeBackground: {
|
|
26833
|
-
description: string;
|
|
26834
|
-
examples: string[];
|
|
26835
|
-
type: string;
|
|
26836
|
-
};
|
|
26837
26624
|
font: {
|
|
26838
26625
|
description: string;
|
|
26839
26626
|
properties: {
|
|
@@ -26866,69 +26653,11 @@ declare const _default: {
|
|
|
26866
26653
|
examples: string[];
|
|
26867
26654
|
type: string;
|
|
26868
26655
|
};
|
|
26869
|
-
itemSpecific: {
|
|
26870
|
-
description: string;
|
|
26871
|
-
properties: {
|
|
26872
|
-
padding: {
|
|
26873
|
-
description: string;
|
|
26874
|
-
examples: number[];
|
|
26875
|
-
type: string;
|
|
26876
|
-
};
|
|
26877
|
-
rounding: {
|
|
26878
|
-
description: string;
|
|
26879
|
-
examples: number[];
|
|
26880
|
-
type: string;
|
|
26881
|
-
};
|
|
26882
|
-
};
|
|
26883
|
-
type: string;
|
|
26884
|
-
};
|
|
26885
26656
|
itemsBackground: {
|
|
26886
26657
|
description: string;
|
|
26887
26658
|
examples: string[];
|
|
26888
26659
|
type: string;
|
|
26889
26660
|
};
|
|
26890
|
-
legend: {
|
|
26891
|
-
description: string;
|
|
26892
|
-
properties: {
|
|
26893
|
-
fontSize: {
|
|
26894
|
-
description: string;
|
|
26895
|
-
examples: number[];
|
|
26896
|
-
type: string;
|
|
26897
|
-
};
|
|
26898
|
-
lineHeight: {
|
|
26899
|
-
description: string;
|
|
26900
|
-
examples: number[];
|
|
26901
|
-
type: string;
|
|
26902
|
-
};
|
|
26903
|
-
type: {
|
|
26904
|
-
description: string;
|
|
26905
|
-
enum: string[];
|
|
26906
|
-
examples: string[];
|
|
26907
|
-
type: string;
|
|
26908
|
-
};
|
|
26909
|
-
};
|
|
26910
|
-
type: string;
|
|
26911
|
-
};
|
|
26912
|
-
mainColor: {
|
|
26913
|
-
description: string;
|
|
26914
|
-
examples: string[];
|
|
26915
|
-
type: string;
|
|
26916
|
-
};
|
|
26917
|
-
margins: {
|
|
26918
|
-
description: string;
|
|
26919
|
-
examples: number[][];
|
|
26920
|
-
items: {
|
|
26921
|
-
type: string;
|
|
26922
|
-
}[];
|
|
26923
|
-
maxItems: number;
|
|
26924
|
-
minItems: number;
|
|
26925
|
-
type: string;
|
|
26926
|
-
};
|
|
26927
|
-
name: {
|
|
26928
|
-
description: string;
|
|
26929
|
-
examples: string[];
|
|
26930
|
-
type: string;
|
|
26931
|
-
};
|
|
26932
26661
|
title: {
|
|
26933
26662
|
description: string;
|
|
26934
26663
|
properties: {
|
|
@@ -26971,32 +26700,6 @@ declare const _default: {
|
|
|
26971
26700
|
};
|
|
26972
26701
|
type: string;
|
|
26973
26702
|
};
|
|
26974
|
-
tooltip: {
|
|
26975
|
-
description: string;
|
|
26976
|
-
properties: {
|
|
26977
|
-
background: {
|
|
26978
|
-
description: string;
|
|
26979
|
-
examples: string[];
|
|
26980
|
-
type: string;
|
|
26981
|
-
};
|
|
26982
|
-
fontSize: {
|
|
26983
|
-
description: string;
|
|
26984
|
-
examples: number[];
|
|
26985
|
-
type: string;
|
|
26986
|
-
};
|
|
26987
|
-
lineHeight: {
|
|
26988
|
-
description: string;
|
|
26989
|
-
examples: number[];
|
|
26990
|
-
type: string;
|
|
26991
|
-
};
|
|
26992
|
-
opacity: {
|
|
26993
|
-
description: string;
|
|
26994
|
-
examples: number[];
|
|
26995
|
-
type: string;
|
|
26996
|
-
};
|
|
26997
|
-
};
|
|
26998
|
-
type: string;
|
|
26999
|
-
};
|
|
27000
26703
|
type: {
|
|
27001
26704
|
description: string;
|
|
27002
26705
|
examples: string[];
|
|
@@ -27005,6 +26708,11 @@ declare const _default: {
|
|
|
27005
26708
|
};
|
|
27006
26709
|
type: string;
|
|
27007
26710
|
};
|
|
26711
|
+
timezoneId: {
|
|
26712
|
+
description: string;
|
|
26713
|
+
examples: string[];
|
|
26714
|
+
type: string;
|
|
26715
|
+
};
|
|
27008
26716
|
title: {
|
|
27009
26717
|
description: string;
|
|
27010
26718
|
examples: {
|
|
@@ -27650,6 +27358,9 @@ declare const _default: {
|
|
|
27650
27358
|
currency_id: {
|
|
27651
27359
|
type: string;
|
|
27652
27360
|
};
|
|
27361
|
+
description: {
|
|
27362
|
+
type: string;
|
|
27363
|
+
};
|
|
27653
27364
|
duration_format: {
|
|
27654
27365
|
enum: string[];
|
|
27655
27366
|
type: string;
|
|
@@ -28150,6 +27861,59 @@ declare const _default: {
|
|
|
28150
27861
|
};
|
|
28151
27862
|
type: string;
|
|
28152
27863
|
};
|
|
27864
|
+
loader: {
|
|
27865
|
+
description: string;
|
|
27866
|
+
properties: {
|
|
27867
|
+
background: {
|
|
27868
|
+
default: string;
|
|
27869
|
+
description: string;
|
|
27870
|
+
type: string;
|
|
27871
|
+
};
|
|
27872
|
+
fontColor: {
|
|
27873
|
+
default: string;
|
|
27874
|
+
description: string;
|
|
27875
|
+
type: string;
|
|
27876
|
+
};
|
|
27877
|
+
locale: {
|
|
27878
|
+
default: string;
|
|
27879
|
+
description: string;
|
|
27880
|
+
examples: string[];
|
|
27881
|
+
type: string;
|
|
27882
|
+
};
|
|
27883
|
+
mode: {
|
|
27884
|
+
default: string;
|
|
27885
|
+
description: string;
|
|
27886
|
+
type: string;
|
|
27887
|
+
};
|
|
27888
|
+
msg: {
|
|
27889
|
+
description: string;
|
|
27890
|
+
examples: string[];
|
|
27891
|
+
type: string;
|
|
27892
|
+
};
|
|
27893
|
+
showBranded: {
|
|
27894
|
+
default: boolean;
|
|
27895
|
+
description: string;
|
|
27896
|
+
type: string;
|
|
27897
|
+
};
|
|
27898
|
+
spinnerBackground: {
|
|
27899
|
+
default: string;
|
|
27900
|
+
description: string;
|
|
27901
|
+
type: string;
|
|
27902
|
+
};
|
|
27903
|
+
spinnerColor: {
|
|
27904
|
+
default: string;
|
|
27905
|
+
description: string;
|
|
27906
|
+
type: string;
|
|
27907
|
+
};
|
|
27908
|
+
};
|
|
27909
|
+
type: string;
|
|
27910
|
+
};
|
|
27911
|
+
locale: {
|
|
27912
|
+
default: string;
|
|
27913
|
+
description: string;
|
|
27914
|
+
examples: string[];
|
|
27915
|
+
type: string;
|
|
27916
|
+
};
|
|
28153
27917
|
missingValue: {
|
|
28154
27918
|
description: string;
|
|
28155
27919
|
properties: {
|
|
@@ -28208,23 +27972,6 @@ declare const _default: {
|
|
|
28208
27972
|
theme: {
|
|
28209
27973
|
description: string;
|
|
28210
27974
|
properties: {
|
|
28211
|
-
axis: {
|
|
28212
|
-
description: string;
|
|
28213
|
-
examples: {
|
|
28214
|
-
fontSize: number;
|
|
28215
|
-
}[];
|
|
28216
|
-
type: string;
|
|
28217
|
-
};
|
|
28218
|
-
background: {
|
|
28219
|
-
description: string;
|
|
28220
|
-
examples: string[];
|
|
28221
|
-
type: string;
|
|
28222
|
-
};
|
|
28223
|
-
baseFontSize: {
|
|
28224
|
-
description: string;
|
|
28225
|
-
examples: number[];
|
|
28226
|
-
type: string;
|
|
28227
|
-
};
|
|
28228
27975
|
borders: {
|
|
28229
27976
|
description: string;
|
|
28230
27977
|
properties: {
|
|
@@ -28291,16 +28038,6 @@ declare const _default: {
|
|
|
28291
28038
|
};
|
|
28292
28039
|
type: string;
|
|
28293
28040
|
};
|
|
28294
|
-
editBackground: {
|
|
28295
|
-
description: string;
|
|
28296
|
-
examples: string[];
|
|
28297
|
-
type: string;
|
|
28298
|
-
};
|
|
28299
|
-
editModeBackground: {
|
|
28300
|
-
description: string;
|
|
28301
|
-
examples: string[];
|
|
28302
|
-
type: string;
|
|
28303
|
-
};
|
|
28304
28041
|
font: {
|
|
28305
28042
|
description: string;
|
|
28306
28043
|
properties: {
|
|
@@ -28333,69 +28070,11 @@ declare const _default: {
|
|
|
28333
28070
|
examples: string[];
|
|
28334
28071
|
type: string;
|
|
28335
28072
|
};
|
|
28336
|
-
itemSpecific: {
|
|
28337
|
-
description: string;
|
|
28338
|
-
properties: {
|
|
28339
|
-
padding: {
|
|
28340
|
-
description: string;
|
|
28341
|
-
examples: number[];
|
|
28342
|
-
type: string;
|
|
28343
|
-
};
|
|
28344
|
-
rounding: {
|
|
28345
|
-
description: string;
|
|
28346
|
-
examples: number[];
|
|
28347
|
-
type: string;
|
|
28348
|
-
};
|
|
28349
|
-
};
|
|
28350
|
-
type: string;
|
|
28351
|
-
};
|
|
28352
28073
|
itemsBackground: {
|
|
28353
28074
|
description: string;
|
|
28354
28075
|
examples: string[];
|
|
28355
28076
|
type: string;
|
|
28356
28077
|
};
|
|
28357
|
-
legend: {
|
|
28358
|
-
description: string;
|
|
28359
|
-
properties: {
|
|
28360
|
-
fontSize: {
|
|
28361
|
-
description: string;
|
|
28362
|
-
examples: number[];
|
|
28363
|
-
type: string;
|
|
28364
|
-
};
|
|
28365
|
-
lineHeight: {
|
|
28366
|
-
description: string;
|
|
28367
|
-
examples: number[];
|
|
28368
|
-
type: string;
|
|
28369
|
-
};
|
|
28370
|
-
type: {
|
|
28371
|
-
description: string;
|
|
28372
|
-
enum: string[];
|
|
28373
|
-
examples: string[];
|
|
28374
|
-
type: string;
|
|
28375
|
-
};
|
|
28376
|
-
};
|
|
28377
|
-
type: string;
|
|
28378
|
-
};
|
|
28379
|
-
mainColor: {
|
|
28380
|
-
description: string;
|
|
28381
|
-
examples: string[];
|
|
28382
|
-
type: string;
|
|
28383
|
-
};
|
|
28384
|
-
margins: {
|
|
28385
|
-
description: string;
|
|
28386
|
-
examples: number[][];
|
|
28387
|
-
items: {
|
|
28388
|
-
type: string;
|
|
28389
|
-
}[];
|
|
28390
|
-
maxItems: number;
|
|
28391
|
-
minItems: number;
|
|
28392
|
-
type: string;
|
|
28393
|
-
};
|
|
28394
|
-
name: {
|
|
28395
|
-
description: string;
|
|
28396
|
-
examples: string[];
|
|
28397
|
-
type: string;
|
|
28398
|
-
};
|
|
28399
28078
|
title: {
|
|
28400
28079
|
description: string;
|
|
28401
28080
|
properties: {
|
|
@@ -28472,6 +28151,11 @@ declare const _default: {
|
|
|
28472
28151
|
};
|
|
28473
28152
|
type: string;
|
|
28474
28153
|
};
|
|
28154
|
+
timezoneId: {
|
|
28155
|
+
description: string;
|
|
28156
|
+
examples: string[];
|
|
28157
|
+
type: string;
|
|
28158
|
+
};
|
|
28475
28159
|
titleFontSize: {
|
|
28476
28160
|
description: string;
|
|
28477
28161
|
examples: number[];
|
|
@@ -31274,6 +30958,9 @@ declare const _default: {
|
|
|
31274
30958
|
currency_id: {
|
|
31275
30959
|
type: string;
|
|
31276
30960
|
};
|
|
30961
|
+
description: {
|
|
30962
|
+
type: string;
|
|
30963
|
+
};
|
|
31277
30964
|
duration_format: {
|
|
31278
30965
|
enum: string[];
|
|
31279
30966
|
type: string;
|
|
@@ -31797,6 +31484,59 @@ declare const _default: {
|
|
|
31797
31484
|
};
|
|
31798
31485
|
type: string;
|
|
31799
31486
|
};
|
|
31487
|
+
loader: {
|
|
31488
|
+
description: string;
|
|
31489
|
+
properties: {
|
|
31490
|
+
background: {
|
|
31491
|
+
default: string;
|
|
31492
|
+
description: string;
|
|
31493
|
+
type: string;
|
|
31494
|
+
};
|
|
31495
|
+
fontColor: {
|
|
31496
|
+
default: string;
|
|
31497
|
+
description: string;
|
|
31498
|
+
type: string;
|
|
31499
|
+
};
|
|
31500
|
+
locale: {
|
|
31501
|
+
default: string;
|
|
31502
|
+
description: string;
|
|
31503
|
+
examples: string[];
|
|
31504
|
+
type: string;
|
|
31505
|
+
};
|
|
31506
|
+
mode: {
|
|
31507
|
+
default: string;
|
|
31508
|
+
description: string;
|
|
31509
|
+
type: string;
|
|
31510
|
+
};
|
|
31511
|
+
msg: {
|
|
31512
|
+
description: string;
|
|
31513
|
+
examples: string[];
|
|
31514
|
+
type: string;
|
|
31515
|
+
};
|
|
31516
|
+
showBranded: {
|
|
31517
|
+
default: boolean;
|
|
31518
|
+
description: string;
|
|
31519
|
+
type: string;
|
|
31520
|
+
};
|
|
31521
|
+
spinnerBackground: {
|
|
31522
|
+
default: string;
|
|
31523
|
+
description: string;
|
|
31524
|
+
type: string;
|
|
31525
|
+
};
|
|
31526
|
+
spinnerColor: {
|
|
31527
|
+
default: string;
|
|
31528
|
+
description: string;
|
|
31529
|
+
type: string;
|
|
31530
|
+
};
|
|
31531
|
+
};
|
|
31532
|
+
type: string;
|
|
31533
|
+
};
|
|
31534
|
+
locale: {
|
|
31535
|
+
default: string;
|
|
31536
|
+
description: string;
|
|
31537
|
+
examples: string[];
|
|
31538
|
+
type: string;
|
|
31539
|
+
};
|
|
31800
31540
|
mode: {
|
|
31801
31541
|
enum: string[];
|
|
31802
31542
|
type: string;
|
|
@@ -31864,23 +31604,6 @@ declare const _default: {
|
|
|
31864
31604
|
theme: {
|
|
31865
31605
|
description: string;
|
|
31866
31606
|
properties: {
|
|
31867
|
-
axis: {
|
|
31868
|
-
description: string;
|
|
31869
|
-
examples: {
|
|
31870
|
-
fontSize: number;
|
|
31871
|
-
}[];
|
|
31872
|
-
type: string;
|
|
31873
|
-
};
|
|
31874
|
-
background: {
|
|
31875
|
-
description: string;
|
|
31876
|
-
examples: string[];
|
|
31877
|
-
type: string;
|
|
31878
|
-
};
|
|
31879
|
-
baseFontSize: {
|
|
31880
|
-
description: string;
|
|
31881
|
-
examples: number[];
|
|
31882
|
-
type: string;
|
|
31883
|
-
};
|
|
31884
31607
|
borders: {
|
|
31885
31608
|
description: string;
|
|
31886
31609
|
properties: {
|
|
@@ -31947,16 +31670,6 @@ declare const _default: {
|
|
|
31947
31670
|
};
|
|
31948
31671
|
type: string;
|
|
31949
31672
|
};
|
|
31950
|
-
editBackground: {
|
|
31951
|
-
description: string;
|
|
31952
|
-
examples: string[];
|
|
31953
|
-
type: string;
|
|
31954
|
-
};
|
|
31955
|
-
editModeBackground: {
|
|
31956
|
-
description: string;
|
|
31957
|
-
examples: string[];
|
|
31958
|
-
type: string;
|
|
31959
|
-
};
|
|
31960
31673
|
font: {
|
|
31961
31674
|
description: string;
|
|
31962
31675
|
properties: {
|
|
@@ -31989,22 +31702,6 @@ declare const _default: {
|
|
|
31989
31702
|
examples: string[];
|
|
31990
31703
|
type: string;
|
|
31991
31704
|
};
|
|
31992
|
-
itemSpecific: {
|
|
31993
|
-
description: string;
|
|
31994
|
-
properties: {
|
|
31995
|
-
padding: {
|
|
31996
|
-
description: string;
|
|
31997
|
-
examples: number[];
|
|
31998
|
-
type: string;
|
|
31999
|
-
};
|
|
32000
|
-
rounding: {
|
|
32001
|
-
description: string;
|
|
32002
|
-
examples: number[];
|
|
32003
|
-
type: string;
|
|
32004
|
-
};
|
|
32005
|
-
};
|
|
32006
|
-
type: string;
|
|
32007
|
-
};
|
|
32008
31705
|
itemsBackground: {
|
|
32009
31706
|
description: string;
|
|
32010
31707
|
examples: string[];
|
|
@@ -32032,26 +31729,6 @@ declare const _default: {
|
|
|
32032
31729
|
};
|
|
32033
31730
|
type: string;
|
|
32034
31731
|
};
|
|
32035
|
-
mainColor: {
|
|
32036
|
-
description: string;
|
|
32037
|
-
examples: string[];
|
|
32038
|
-
type: string;
|
|
32039
|
-
};
|
|
32040
|
-
margins: {
|
|
32041
|
-
description: string;
|
|
32042
|
-
examples: number[][];
|
|
32043
|
-
items: {
|
|
32044
|
-
type: string;
|
|
32045
|
-
}[];
|
|
32046
|
-
maxItems: number;
|
|
32047
|
-
minItems: number;
|
|
32048
|
-
type: string;
|
|
32049
|
-
};
|
|
32050
|
-
name: {
|
|
32051
|
-
description: string;
|
|
32052
|
-
examples: string[];
|
|
32053
|
-
type: string;
|
|
32054
|
-
};
|
|
32055
31732
|
title: {
|
|
32056
31733
|
description: string;
|
|
32057
31734
|
properties: {
|
|
@@ -32128,6 +31805,11 @@ declare const _default: {
|
|
|
32128
31805
|
};
|
|
32129
31806
|
type: string;
|
|
32130
31807
|
};
|
|
31808
|
+
timezoneId: {
|
|
31809
|
+
description: string;
|
|
31810
|
+
examples: string[];
|
|
31811
|
+
type: string;
|
|
31812
|
+
};
|
|
32131
31813
|
title: {
|
|
32132
31814
|
description: string;
|
|
32133
31815
|
examples: {
|
|
@@ -32612,32 +32294,68 @@ declare const _default: {
|
|
|
32612
32294
|
};
|
|
32613
32295
|
type: string;
|
|
32614
32296
|
};
|
|
32615
|
-
|
|
32616
|
-
default: string;
|
|
32617
|
-
description: string;
|
|
32618
|
-
enum: string[];
|
|
32619
|
-
type: string;
|
|
32620
|
-
};
|
|
32621
|
-
theme: {
|
|
32297
|
+
loader: {
|
|
32622
32298
|
description: string;
|
|
32623
32299
|
properties: {
|
|
32624
|
-
|
|
32300
|
+
background: {
|
|
32301
|
+
default: string;
|
|
32625
32302
|
description: string;
|
|
32626
|
-
examples: {
|
|
32627
|
-
fontSize: number;
|
|
32628
|
-
}[];
|
|
32629
32303
|
type: string;
|
|
32630
32304
|
};
|
|
32631
|
-
|
|
32305
|
+
fontColor: {
|
|
32306
|
+
default: string;
|
|
32307
|
+
description: string;
|
|
32308
|
+
type: string;
|
|
32309
|
+
};
|
|
32310
|
+
locale: {
|
|
32311
|
+
default: string;
|
|
32632
32312
|
description: string;
|
|
32633
32313
|
examples: string[];
|
|
32634
32314
|
type: string;
|
|
32635
32315
|
};
|
|
32636
|
-
|
|
32316
|
+
mode: {
|
|
32317
|
+
default: string;
|
|
32637
32318
|
description: string;
|
|
32638
|
-
examples: number[];
|
|
32639
32319
|
type: string;
|
|
32640
32320
|
};
|
|
32321
|
+
msg: {
|
|
32322
|
+
description: string;
|
|
32323
|
+
examples: string[];
|
|
32324
|
+
type: string;
|
|
32325
|
+
};
|
|
32326
|
+
showBranded: {
|
|
32327
|
+
default: boolean;
|
|
32328
|
+
description: string;
|
|
32329
|
+
type: string;
|
|
32330
|
+
};
|
|
32331
|
+
spinnerBackground: {
|
|
32332
|
+
default: string;
|
|
32333
|
+
description: string;
|
|
32334
|
+
type: string;
|
|
32335
|
+
};
|
|
32336
|
+
spinnerColor: {
|
|
32337
|
+
default: string;
|
|
32338
|
+
description: string;
|
|
32339
|
+
type: string;
|
|
32340
|
+
};
|
|
32341
|
+
};
|
|
32342
|
+
type: string;
|
|
32343
|
+
};
|
|
32344
|
+
locale: {
|
|
32345
|
+
default: string;
|
|
32346
|
+
description: string;
|
|
32347
|
+
examples: string[];
|
|
32348
|
+
type: string;
|
|
32349
|
+
};
|
|
32350
|
+
mode: {
|
|
32351
|
+
default: string;
|
|
32352
|
+
description: string;
|
|
32353
|
+
enum: string[];
|
|
32354
|
+
type: string;
|
|
32355
|
+
};
|
|
32356
|
+
theme: {
|
|
32357
|
+
description: string;
|
|
32358
|
+
properties: {
|
|
32641
32359
|
borders: {
|
|
32642
32360
|
description: string;
|
|
32643
32361
|
properties: {
|
|
@@ -32696,187 +32414,16 @@ declare const _default: {
|
|
|
32696
32414
|
};
|
|
32697
32415
|
type: string;
|
|
32698
32416
|
};
|
|
32699
|
-
colors: {
|
|
32700
|
-
description: string;
|
|
32701
|
-
examples: string[][];
|
|
32702
|
-
items: {
|
|
32703
|
-
type: string;
|
|
32704
|
-
};
|
|
32705
|
-
type: string;
|
|
32706
|
-
};
|
|
32707
|
-
editBackground: {
|
|
32708
|
-
description: string;
|
|
32709
|
-
examples: string[];
|
|
32710
|
-
type: string;
|
|
32711
|
-
};
|
|
32712
|
-
editModeBackground: {
|
|
32713
|
-
description: string;
|
|
32714
|
-
examples: string[];
|
|
32715
|
-
type: string;
|
|
32716
|
-
};
|
|
32717
|
-
font: {
|
|
32718
|
-
description: string;
|
|
32719
|
-
properties: {
|
|
32720
|
-
"font-style": {
|
|
32721
|
-
const: string;
|
|
32722
|
-
description: string;
|
|
32723
|
-
examples: string[];
|
|
32724
|
-
type: string;
|
|
32725
|
-
};
|
|
32726
|
-
"font-weight": {
|
|
32727
|
-
description: string;
|
|
32728
|
-
examples: number[];
|
|
32729
|
-
type: string;
|
|
32730
|
-
};
|
|
32731
|
-
fontFamily: {
|
|
32732
|
-
description: string;
|
|
32733
|
-
examples: string[];
|
|
32734
|
-
type: string;
|
|
32735
|
-
};
|
|
32736
|
-
fontSize: {
|
|
32737
|
-
description: string;
|
|
32738
|
-
examples: number[];
|
|
32739
|
-
type: string;
|
|
32740
|
-
};
|
|
32741
|
-
};
|
|
32742
|
-
type: string;
|
|
32743
|
-
};
|
|
32744
32417
|
id: {
|
|
32745
32418
|
description: string;
|
|
32746
32419
|
examples: string[];
|
|
32747
32420
|
type: string;
|
|
32748
32421
|
};
|
|
32749
|
-
itemSpecific: {
|
|
32750
|
-
description: string;
|
|
32751
|
-
properties: {
|
|
32752
|
-
padding: {
|
|
32753
|
-
description: string;
|
|
32754
|
-
examples: number[];
|
|
32755
|
-
type: string;
|
|
32756
|
-
};
|
|
32757
|
-
rounding: {
|
|
32758
|
-
description: string;
|
|
32759
|
-
examples: number[];
|
|
32760
|
-
type: string;
|
|
32761
|
-
};
|
|
32762
|
-
};
|
|
32763
|
-
type: string;
|
|
32764
|
-
};
|
|
32765
32422
|
itemsBackground: {
|
|
32766
32423
|
description: string;
|
|
32767
32424
|
examples: string[];
|
|
32768
32425
|
type: string;
|
|
32769
32426
|
};
|
|
32770
|
-
legend: {
|
|
32771
|
-
description: string;
|
|
32772
|
-
properties: {
|
|
32773
|
-
fontSize: {
|
|
32774
|
-
description: string;
|
|
32775
|
-
examples: number[];
|
|
32776
|
-
type: string;
|
|
32777
|
-
};
|
|
32778
|
-
lineHeight: {
|
|
32779
|
-
description: string;
|
|
32780
|
-
examples: number[];
|
|
32781
|
-
type: string;
|
|
32782
|
-
};
|
|
32783
|
-
type: {
|
|
32784
|
-
description: string;
|
|
32785
|
-
enum: string[];
|
|
32786
|
-
examples: string[];
|
|
32787
|
-
type: string;
|
|
32788
|
-
};
|
|
32789
|
-
};
|
|
32790
|
-
type: string;
|
|
32791
|
-
};
|
|
32792
|
-
mainColor: {
|
|
32793
|
-
description: string;
|
|
32794
|
-
examples: string[];
|
|
32795
|
-
type: string;
|
|
32796
|
-
};
|
|
32797
|
-
margins: {
|
|
32798
|
-
description: string;
|
|
32799
|
-
examples: number[][];
|
|
32800
|
-
items: {
|
|
32801
|
-
type: string;
|
|
32802
|
-
}[];
|
|
32803
|
-
maxItems: number;
|
|
32804
|
-
minItems: number;
|
|
32805
|
-
type: string;
|
|
32806
|
-
};
|
|
32807
|
-
name: {
|
|
32808
|
-
description: string;
|
|
32809
|
-
examples: string[];
|
|
32810
|
-
type: string;
|
|
32811
|
-
};
|
|
32812
|
-
title: {
|
|
32813
|
-
description: string;
|
|
32814
|
-
properties: {
|
|
32815
|
-
align: {
|
|
32816
|
-
description: string;
|
|
32817
|
-
enum: string[];
|
|
32818
|
-
examples: string[];
|
|
32819
|
-
type: string;
|
|
32820
|
-
};
|
|
32821
|
-
bold: {
|
|
32822
|
-
description: string;
|
|
32823
|
-
examples: boolean[];
|
|
32824
|
-
type: string;
|
|
32825
|
-
};
|
|
32826
|
-
border: {
|
|
32827
|
-
description: string;
|
|
32828
|
-
examples: boolean[];
|
|
32829
|
-
type: string;
|
|
32830
|
-
};
|
|
32831
|
-
fontSize: {
|
|
32832
|
-
description: string;
|
|
32833
|
-
examples: number[];
|
|
32834
|
-
type: string;
|
|
32835
|
-
};
|
|
32836
|
-
italic: {
|
|
32837
|
-
description: string;
|
|
32838
|
-
examples: boolean[];
|
|
32839
|
-
type: string;
|
|
32840
|
-
};
|
|
32841
|
-
lineHeight: {
|
|
32842
|
-
description: string;
|
|
32843
|
-
examples: number[];
|
|
32844
|
-
type: string;
|
|
32845
|
-
};
|
|
32846
|
-
underline: {
|
|
32847
|
-
description: string;
|
|
32848
|
-
examples: boolean[];
|
|
32849
|
-
type: string;
|
|
32850
|
-
};
|
|
32851
|
-
};
|
|
32852
|
-
type: string;
|
|
32853
|
-
};
|
|
32854
|
-
tooltip: {
|
|
32855
|
-
description: string;
|
|
32856
|
-
properties: {
|
|
32857
|
-
background: {
|
|
32858
|
-
description: string;
|
|
32859
|
-
examples: string[];
|
|
32860
|
-
type: string;
|
|
32861
|
-
};
|
|
32862
|
-
fontSize: {
|
|
32863
|
-
description: string;
|
|
32864
|
-
examples: number[];
|
|
32865
|
-
type: string;
|
|
32866
|
-
};
|
|
32867
|
-
lineHeight: {
|
|
32868
|
-
description: string;
|
|
32869
|
-
examples: number[];
|
|
32870
|
-
type: string;
|
|
32871
|
-
};
|
|
32872
|
-
opacity: {
|
|
32873
|
-
description: string;
|
|
32874
|
-
examples: number[];
|
|
32875
|
-
type: string;
|
|
32876
|
-
};
|
|
32877
|
-
};
|
|
32878
|
-
type: string;
|
|
32879
|
-
};
|
|
32880
32427
|
type: {
|
|
32881
32428
|
description: string;
|
|
32882
32429
|
examples: string[];
|
|
@@ -32885,6 +32432,11 @@ declare const _default: {
|
|
|
32885
32432
|
};
|
|
32886
32433
|
type: string;
|
|
32887
32434
|
};
|
|
32435
|
+
timezoneId: {
|
|
32436
|
+
description: string;
|
|
32437
|
+
examples: string[];
|
|
32438
|
+
type: string;
|
|
32439
|
+
};
|
|
32888
32440
|
title: {
|
|
32889
32441
|
description: string;
|
|
32890
32442
|
examples: {
|
|
@@ -33422,6 +32974,9 @@ declare const _default: {
|
|
|
33422
32974
|
currency_id: {
|
|
33423
32975
|
type: string;
|
|
33424
32976
|
};
|
|
32977
|
+
description: {
|
|
32978
|
+
type: string;
|
|
32979
|
+
};
|
|
33425
32980
|
duration_format: {
|
|
33426
32981
|
enum: string[];
|
|
33427
32982
|
type: string;
|
|
@@ -33966,6 +33521,59 @@ declare const _default: {
|
|
|
33966
33521
|
};
|
|
33967
33522
|
type: string;
|
|
33968
33523
|
};
|
|
33524
|
+
loader: {
|
|
33525
|
+
description: string;
|
|
33526
|
+
properties: {
|
|
33527
|
+
background: {
|
|
33528
|
+
default: string;
|
|
33529
|
+
description: string;
|
|
33530
|
+
type: string;
|
|
33531
|
+
};
|
|
33532
|
+
fontColor: {
|
|
33533
|
+
default: string;
|
|
33534
|
+
description: string;
|
|
33535
|
+
type: string;
|
|
33536
|
+
};
|
|
33537
|
+
locale: {
|
|
33538
|
+
default: string;
|
|
33539
|
+
description: string;
|
|
33540
|
+
examples: string[];
|
|
33541
|
+
type: string;
|
|
33542
|
+
};
|
|
33543
|
+
mode: {
|
|
33544
|
+
default: string;
|
|
33545
|
+
description: string;
|
|
33546
|
+
type: string;
|
|
33547
|
+
};
|
|
33548
|
+
msg: {
|
|
33549
|
+
description: string;
|
|
33550
|
+
examples: string[];
|
|
33551
|
+
type: string;
|
|
33552
|
+
};
|
|
33553
|
+
showBranded: {
|
|
33554
|
+
default: boolean;
|
|
33555
|
+
description: string;
|
|
33556
|
+
type: string;
|
|
33557
|
+
};
|
|
33558
|
+
spinnerBackground: {
|
|
33559
|
+
default: string;
|
|
33560
|
+
description: string;
|
|
33561
|
+
type: string;
|
|
33562
|
+
};
|
|
33563
|
+
spinnerColor: {
|
|
33564
|
+
default: string;
|
|
33565
|
+
description: string;
|
|
33566
|
+
type: string;
|
|
33567
|
+
};
|
|
33568
|
+
};
|
|
33569
|
+
type: string;
|
|
33570
|
+
};
|
|
33571
|
+
locale: {
|
|
33572
|
+
default: string;
|
|
33573
|
+
description: string;
|
|
33574
|
+
examples: string[];
|
|
33575
|
+
type: string;
|
|
33576
|
+
};
|
|
33969
33577
|
markers: {
|
|
33970
33578
|
description: string;
|
|
33971
33579
|
properties: {
|
|
@@ -34013,16 +33621,6 @@ declare const _default: {
|
|
|
34013
33621
|
}[];
|
|
34014
33622
|
type: string;
|
|
34015
33623
|
};
|
|
34016
|
-
background: {
|
|
34017
|
-
description: string;
|
|
34018
|
-
examples: string[];
|
|
34019
|
-
type: string;
|
|
34020
|
-
};
|
|
34021
|
-
baseFontSize: {
|
|
34022
|
-
description: string;
|
|
34023
|
-
examples: number[];
|
|
34024
|
-
type: string;
|
|
34025
|
-
};
|
|
34026
33624
|
borders: {
|
|
34027
33625
|
description: string;
|
|
34028
33626
|
properties: {
|
|
@@ -34089,16 +33687,6 @@ declare const _default: {
|
|
|
34089
33687
|
};
|
|
34090
33688
|
type: string;
|
|
34091
33689
|
};
|
|
34092
|
-
editBackground: {
|
|
34093
|
-
description: string;
|
|
34094
|
-
examples: string[];
|
|
34095
|
-
type: string;
|
|
34096
|
-
};
|
|
34097
|
-
editModeBackground: {
|
|
34098
|
-
description: string;
|
|
34099
|
-
examples: string[];
|
|
34100
|
-
type: string;
|
|
34101
|
-
};
|
|
34102
33690
|
font: {
|
|
34103
33691
|
description: string;
|
|
34104
33692
|
properties: {
|
|
@@ -34131,22 +33719,6 @@ declare const _default: {
|
|
|
34131
33719
|
examples: string[];
|
|
34132
33720
|
type: string;
|
|
34133
33721
|
};
|
|
34134
|
-
itemSpecific: {
|
|
34135
|
-
description: string;
|
|
34136
|
-
properties: {
|
|
34137
|
-
padding: {
|
|
34138
|
-
description: string;
|
|
34139
|
-
examples: number[];
|
|
34140
|
-
type: string;
|
|
34141
|
-
};
|
|
34142
|
-
rounding: {
|
|
34143
|
-
description: string;
|
|
34144
|
-
examples: number[];
|
|
34145
|
-
type: string;
|
|
34146
|
-
};
|
|
34147
|
-
};
|
|
34148
|
-
type: string;
|
|
34149
|
-
};
|
|
34150
33722
|
itemsBackground: {
|
|
34151
33723
|
description: string;
|
|
34152
33724
|
examples: string[];
|
|
@@ -34174,26 +33746,6 @@ declare const _default: {
|
|
|
34174
33746
|
};
|
|
34175
33747
|
type: string;
|
|
34176
33748
|
};
|
|
34177
|
-
mainColor: {
|
|
34178
|
-
description: string;
|
|
34179
|
-
examples: string[];
|
|
34180
|
-
type: string;
|
|
34181
|
-
};
|
|
34182
|
-
margins: {
|
|
34183
|
-
description: string;
|
|
34184
|
-
examples: number[][];
|
|
34185
|
-
items: {
|
|
34186
|
-
type: string;
|
|
34187
|
-
}[];
|
|
34188
|
-
maxItems: number;
|
|
34189
|
-
minItems: number;
|
|
34190
|
-
type: string;
|
|
34191
|
-
};
|
|
34192
|
-
name: {
|
|
34193
|
-
description: string;
|
|
34194
|
-
examples: string[];
|
|
34195
|
-
type: string;
|
|
34196
|
-
};
|
|
34197
33749
|
title: {
|
|
34198
33750
|
description: string;
|
|
34199
33751
|
properties: {
|
|
@@ -34270,6 +33822,11 @@ declare const _default: {
|
|
|
34270
33822
|
};
|
|
34271
33823
|
type: string;
|
|
34272
33824
|
};
|
|
33825
|
+
timezoneId: {
|
|
33826
|
+
description: string;
|
|
33827
|
+
examples: string[];
|
|
33828
|
+
type: string;
|
|
33829
|
+
};
|
|
34273
33830
|
title: {
|
|
34274
33831
|
description: string;
|
|
34275
33832
|
examples: {
|
|
@@ -34939,6 +34496,9 @@ declare const _default: {
|
|
|
34939
34496
|
currency_id: {
|
|
34940
34497
|
type: string;
|
|
34941
34498
|
};
|
|
34499
|
+
description: {
|
|
34500
|
+
type: string;
|
|
34501
|
+
};
|
|
34942
34502
|
duration_format: {
|
|
34943
34503
|
enum: string[];
|
|
34944
34504
|
type: string;
|
|
@@ -35460,6 +35020,59 @@ declare const _default: {
|
|
|
35460
35020
|
})[];
|
|
35461
35021
|
description: string;
|
|
35462
35022
|
};
|
|
35023
|
+
loader: {
|
|
35024
|
+
description: string;
|
|
35025
|
+
properties: {
|
|
35026
|
+
background: {
|
|
35027
|
+
default: string;
|
|
35028
|
+
description: string;
|
|
35029
|
+
type: string;
|
|
35030
|
+
};
|
|
35031
|
+
fontColor: {
|
|
35032
|
+
default: string;
|
|
35033
|
+
description: string;
|
|
35034
|
+
type: string;
|
|
35035
|
+
};
|
|
35036
|
+
locale: {
|
|
35037
|
+
default: string;
|
|
35038
|
+
description: string;
|
|
35039
|
+
examples: string[];
|
|
35040
|
+
type: string;
|
|
35041
|
+
};
|
|
35042
|
+
mode: {
|
|
35043
|
+
default: string;
|
|
35044
|
+
description: string;
|
|
35045
|
+
type: string;
|
|
35046
|
+
};
|
|
35047
|
+
msg: {
|
|
35048
|
+
description: string;
|
|
35049
|
+
examples: string[];
|
|
35050
|
+
type: string;
|
|
35051
|
+
};
|
|
35052
|
+
showBranded: {
|
|
35053
|
+
default: boolean;
|
|
35054
|
+
description: string;
|
|
35055
|
+
type: string;
|
|
35056
|
+
};
|
|
35057
|
+
spinnerBackground: {
|
|
35058
|
+
default: string;
|
|
35059
|
+
description: string;
|
|
35060
|
+
type: string;
|
|
35061
|
+
};
|
|
35062
|
+
spinnerColor: {
|
|
35063
|
+
default: string;
|
|
35064
|
+
description: string;
|
|
35065
|
+
type: string;
|
|
35066
|
+
};
|
|
35067
|
+
};
|
|
35068
|
+
type: string;
|
|
35069
|
+
};
|
|
35070
|
+
locale: {
|
|
35071
|
+
default: string;
|
|
35072
|
+
description: string;
|
|
35073
|
+
examples: string[];
|
|
35074
|
+
type: string;
|
|
35075
|
+
};
|
|
35463
35076
|
measureLabelsAxis: {
|
|
35464
35077
|
default: string;
|
|
35465
35078
|
description: string;
|
|
@@ -35561,23 +35174,6 @@ declare const _default: {
|
|
|
35561
35174
|
theme: {
|
|
35562
35175
|
description: string;
|
|
35563
35176
|
properties: {
|
|
35564
|
-
axis: {
|
|
35565
|
-
description: string;
|
|
35566
|
-
examples: {
|
|
35567
|
-
fontSize: number;
|
|
35568
|
-
}[];
|
|
35569
|
-
type: string;
|
|
35570
|
-
};
|
|
35571
|
-
background: {
|
|
35572
|
-
description: string;
|
|
35573
|
-
examples: string[];
|
|
35574
|
-
type: string;
|
|
35575
|
-
};
|
|
35576
|
-
baseFontSize: {
|
|
35577
|
-
description: string;
|
|
35578
|
-
examples: number[];
|
|
35579
|
-
type: string;
|
|
35580
|
-
};
|
|
35581
35177
|
borders: {
|
|
35582
35178
|
description: string;
|
|
35583
35179
|
properties: {
|
|
@@ -35636,24 +35232,6 @@ declare const _default: {
|
|
|
35636
35232
|
};
|
|
35637
35233
|
type: string;
|
|
35638
35234
|
};
|
|
35639
|
-
colors: {
|
|
35640
|
-
description: string;
|
|
35641
|
-
examples: string[][];
|
|
35642
|
-
items: {
|
|
35643
|
-
type: string;
|
|
35644
|
-
};
|
|
35645
|
-
type: string;
|
|
35646
|
-
};
|
|
35647
|
-
editBackground: {
|
|
35648
|
-
description: string;
|
|
35649
|
-
examples: string[];
|
|
35650
|
-
type: string;
|
|
35651
|
-
};
|
|
35652
|
-
editModeBackground: {
|
|
35653
|
-
description: string;
|
|
35654
|
-
examples: string[];
|
|
35655
|
-
type: string;
|
|
35656
|
-
};
|
|
35657
35235
|
font: {
|
|
35658
35236
|
description: string;
|
|
35659
35237
|
properties: {
|
|
@@ -35686,69 +35264,11 @@ declare const _default: {
|
|
|
35686
35264
|
examples: string[];
|
|
35687
35265
|
type: string;
|
|
35688
35266
|
};
|
|
35689
|
-
itemSpecific: {
|
|
35690
|
-
description: string;
|
|
35691
|
-
properties: {
|
|
35692
|
-
padding: {
|
|
35693
|
-
description: string;
|
|
35694
|
-
examples: number[];
|
|
35695
|
-
type: string;
|
|
35696
|
-
};
|
|
35697
|
-
rounding: {
|
|
35698
|
-
description: string;
|
|
35699
|
-
examples: number[];
|
|
35700
|
-
type: string;
|
|
35701
|
-
};
|
|
35702
|
-
};
|
|
35703
|
-
type: string;
|
|
35704
|
-
};
|
|
35705
35267
|
itemsBackground: {
|
|
35706
35268
|
description: string;
|
|
35707
35269
|
examples: string[];
|
|
35708
35270
|
type: string;
|
|
35709
35271
|
};
|
|
35710
|
-
legend: {
|
|
35711
|
-
description: string;
|
|
35712
|
-
properties: {
|
|
35713
|
-
fontSize: {
|
|
35714
|
-
description: string;
|
|
35715
|
-
examples: number[];
|
|
35716
|
-
type: string;
|
|
35717
|
-
};
|
|
35718
|
-
lineHeight: {
|
|
35719
|
-
description: string;
|
|
35720
|
-
examples: number[];
|
|
35721
|
-
type: string;
|
|
35722
|
-
};
|
|
35723
|
-
type: {
|
|
35724
|
-
description: string;
|
|
35725
|
-
enum: string[];
|
|
35726
|
-
examples: string[];
|
|
35727
|
-
type: string;
|
|
35728
|
-
};
|
|
35729
|
-
};
|
|
35730
|
-
type: string;
|
|
35731
|
-
};
|
|
35732
|
-
mainColor: {
|
|
35733
|
-
description: string;
|
|
35734
|
-
examples: string[];
|
|
35735
|
-
type: string;
|
|
35736
|
-
};
|
|
35737
|
-
margins: {
|
|
35738
|
-
description: string;
|
|
35739
|
-
examples: number[][];
|
|
35740
|
-
items: {
|
|
35741
|
-
type: string;
|
|
35742
|
-
}[];
|
|
35743
|
-
maxItems: number;
|
|
35744
|
-
minItems: number;
|
|
35745
|
-
type: string;
|
|
35746
|
-
};
|
|
35747
|
-
name: {
|
|
35748
|
-
description: string;
|
|
35749
|
-
examples: string[];
|
|
35750
|
-
type: string;
|
|
35751
|
-
};
|
|
35752
35272
|
title: {
|
|
35753
35273
|
description: string;
|
|
35754
35274
|
properties: {
|
|
@@ -35825,6 +35345,11 @@ declare const _default: {
|
|
|
35825
35345
|
};
|
|
35826
35346
|
type: string;
|
|
35827
35347
|
};
|
|
35348
|
+
timezoneId: {
|
|
35349
|
+
description: string;
|
|
35350
|
+
examples: string[];
|
|
35351
|
+
type: string;
|
|
35352
|
+
};
|
|
35828
35353
|
title: {
|
|
35829
35354
|
description: string;
|
|
35830
35355
|
examples: {
|
|
@@ -36570,6 +36095,9 @@ declare const _default: {
|
|
|
36570
36095
|
currency_id: {
|
|
36571
36096
|
type: string;
|
|
36572
36097
|
};
|
|
36098
|
+
description: {
|
|
36099
|
+
type: string;
|
|
36100
|
+
};
|
|
36573
36101
|
duration_format: {
|
|
36574
36102
|
enum: string[];
|
|
36575
36103
|
type: string;
|
|
@@ -37067,6 +36595,59 @@ declare const _default: {
|
|
|
37067
36595
|
};
|
|
37068
36596
|
type: string;
|
|
37069
36597
|
};
|
|
36598
|
+
loader: {
|
|
36599
|
+
description: string;
|
|
36600
|
+
properties: {
|
|
36601
|
+
background: {
|
|
36602
|
+
default: string;
|
|
36603
|
+
description: string;
|
|
36604
|
+
type: string;
|
|
36605
|
+
};
|
|
36606
|
+
fontColor: {
|
|
36607
|
+
default: string;
|
|
36608
|
+
description: string;
|
|
36609
|
+
type: string;
|
|
36610
|
+
};
|
|
36611
|
+
locale: {
|
|
36612
|
+
default: string;
|
|
36613
|
+
description: string;
|
|
36614
|
+
examples: string[];
|
|
36615
|
+
type: string;
|
|
36616
|
+
};
|
|
36617
|
+
mode: {
|
|
36618
|
+
default: string;
|
|
36619
|
+
description: string;
|
|
36620
|
+
type: string;
|
|
36621
|
+
};
|
|
36622
|
+
msg: {
|
|
36623
|
+
description: string;
|
|
36624
|
+
examples: string[];
|
|
36625
|
+
type: string;
|
|
36626
|
+
};
|
|
36627
|
+
showBranded: {
|
|
36628
|
+
default: boolean;
|
|
36629
|
+
description: string;
|
|
36630
|
+
type: string;
|
|
36631
|
+
};
|
|
36632
|
+
spinnerBackground: {
|
|
36633
|
+
default: string;
|
|
36634
|
+
description: string;
|
|
36635
|
+
type: string;
|
|
36636
|
+
};
|
|
36637
|
+
spinnerColor: {
|
|
36638
|
+
default: string;
|
|
36639
|
+
description: string;
|
|
36640
|
+
type: string;
|
|
36641
|
+
};
|
|
36642
|
+
};
|
|
36643
|
+
type: string;
|
|
36644
|
+
};
|
|
36645
|
+
locale: {
|
|
36646
|
+
default: string;
|
|
36647
|
+
description: string;
|
|
36648
|
+
examples: string[];
|
|
36649
|
+
type: string;
|
|
36650
|
+
};
|
|
37070
36651
|
rowHeight: {
|
|
37071
36652
|
default: number;
|
|
37072
36653
|
description: string;
|
|
@@ -37182,23 +36763,6 @@ declare const _default: {
|
|
|
37182
36763
|
theme: {
|
|
37183
36764
|
description: string;
|
|
37184
36765
|
properties: {
|
|
37185
|
-
axis: {
|
|
37186
|
-
description: string;
|
|
37187
|
-
examples: {
|
|
37188
|
-
fontSize: number;
|
|
37189
|
-
}[];
|
|
37190
|
-
type: string;
|
|
37191
|
-
};
|
|
37192
|
-
background: {
|
|
37193
|
-
description: string;
|
|
37194
|
-
examples: string[];
|
|
37195
|
-
type: string;
|
|
37196
|
-
};
|
|
37197
|
-
baseFontSize: {
|
|
37198
|
-
description: string;
|
|
37199
|
-
examples: number[];
|
|
37200
|
-
type: string;
|
|
37201
|
-
};
|
|
37202
36766
|
borders: {
|
|
37203
36767
|
description: string;
|
|
37204
36768
|
properties: {
|
|
@@ -37257,24 +36821,6 @@ declare const _default: {
|
|
|
37257
36821
|
};
|
|
37258
36822
|
type: string;
|
|
37259
36823
|
};
|
|
37260
|
-
colors: {
|
|
37261
|
-
description: string;
|
|
37262
|
-
examples: string[][];
|
|
37263
|
-
items: {
|
|
37264
|
-
type: string;
|
|
37265
|
-
};
|
|
37266
|
-
type: string;
|
|
37267
|
-
};
|
|
37268
|
-
editBackground: {
|
|
37269
|
-
description: string;
|
|
37270
|
-
examples: string[];
|
|
37271
|
-
type: string;
|
|
37272
|
-
};
|
|
37273
|
-
editModeBackground: {
|
|
37274
|
-
description: string;
|
|
37275
|
-
examples: string[];
|
|
37276
|
-
type: string;
|
|
37277
|
-
};
|
|
37278
36824
|
font: {
|
|
37279
36825
|
description: string;
|
|
37280
36826
|
properties: {
|
|
@@ -37307,69 +36853,11 @@ declare const _default: {
|
|
|
37307
36853
|
examples: string[];
|
|
37308
36854
|
type: string;
|
|
37309
36855
|
};
|
|
37310
|
-
itemSpecific: {
|
|
37311
|
-
description: string;
|
|
37312
|
-
properties: {
|
|
37313
|
-
padding: {
|
|
37314
|
-
description: string;
|
|
37315
|
-
examples: number[];
|
|
37316
|
-
type: string;
|
|
37317
|
-
};
|
|
37318
|
-
rounding: {
|
|
37319
|
-
description: string;
|
|
37320
|
-
examples: number[];
|
|
37321
|
-
type: string;
|
|
37322
|
-
};
|
|
37323
|
-
};
|
|
37324
|
-
type: string;
|
|
37325
|
-
};
|
|
37326
36856
|
itemsBackground: {
|
|
37327
36857
|
description: string;
|
|
37328
36858
|
examples: string[];
|
|
37329
36859
|
type: string;
|
|
37330
36860
|
};
|
|
37331
|
-
legend: {
|
|
37332
|
-
description: string;
|
|
37333
|
-
properties: {
|
|
37334
|
-
fontSize: {
|
|
37335
|
-
description: string;
|
|
37336
|
-
examples: number[];
|
|
37337
|
-
type: string;
|
|
37338
|
-
};
|
|
37339
|
-
lineHeight: {
|
|
37340
|
-
description: string;
|
|
37341
|
-
examples: number[];
|
|
37342
|
-
type: string;
|
|
37343
|
-
};
|
|
37344
|
-
type: {
|
|
37345
|
-
description: string;
|
|
37346
|
-
enum: string[];
|
|
37347
|
-
examples: string[];
|
|
37348
|
-
type: string;
|
|
37349
|
-
};
|
|
37350
|
-
};
|
|
37351
|
-
type: string;
|
|
37352
|
-
};
|
|
37353
|
-
mainColor: {
|
|
37354
|
-
description: string;
|
|
37355
|
-
examples: string[];
|
|
37356
|
-
type: string;
|
|
37357
|
-
};
|
|
37358
|
-
margins: {
|
|
37359
|
-
description: string;
|
|
37360
|
-
examples: number[][];
|
|
37361
|
-
items: {
|
|
37362
|
-
type: string;
|
|
37363
|
-
}[];
|
|
37364
|
-
maxItems: number;
|
|
37365
|
-
minItems: number;
|
|
37366
|
-
type: string;
|
|
37367
|
-
};
|
|
37368
|
-
name: {
|
|
37369
|
-
description: string;
|
|
37370
|
-
examples: string[];
|
|
37371
|
-
type: string;
|
|
37372
|
-
};
|
|
37373
36861
|
title: {
|
|
37374
36862
|
description: string;
|
|
37375
36863
|
properties: {
|
|
@@ -37446,6 +36934,11 @@ declare const _default: {
|
|
|
37446
36934
|
};
|
|
37447
36935
|
type: string;
|
|
37448
36936
|
};
|
|
36937
|
+
timezoneId: {
|
|
36938
|
+
description: string;
|
|
36939
|
+
examples: string[];
|
|
36940
|
+
type: string;
|
|
36941
|
+
};
|
|
37449
36942
|
title: {
|
|
37450
36943
|
description: string;
|
|
37451
36944
|
examples: {
|
|
@@ -38042,6 +37535,9 @@ declare const _default: {
|
|
|
38042
37535
|
currency_id: {
|
|
38043
37536
|
type: string;
|
|
38044
37537
|
};
|
|
37538
|
+
description: {
|
|
37539
|
+
type: string;
|
|
37540
|
+
};
|
|
38045
37541
|
duration_format: {
|
|
38046
37542
|
enum: string[];
|
|
38047
37543
|
type: string;
|
|
@@ -38571,6 +38067,59 @@ declare const _default: {
|
|
|
38571
38067
|
};
|
|
38572
38068
|
type: string;
|
|
38573
38069
|
};
|
|
38070
|
+
loader: {
|
|
38071
|
+
description: string;
|
|
38072
|
+
properties: {
|
|
38073
|
+
background: {
|
|
38074
|
+
default: string;
|
|
38075
|
+
description: string;
|
|
38076
|
+
type: string;
|
|
38077
|
+
};
|
|
38078
|
+
fontColor: {
|
|
38079
|
+
default: string;
|
|
38080
|
+
description: string;
|
|
38081
|
+
type: string;
|
|
38082
|
+
};
|
|
38083
|
+
locale: {
|
|
38084
|
+
default: string;
|
|
38085
|
+
description: string;
|
|
38086
|
+
examples: string[];
|
|
38087
|
+
type: string;
|
|
38088
|
+
};
|
|
38089
|
+
mode: {
|
|
38090
|
+
default: string;
|
|
38091
|
+
description: string;
|
|
38092
|
+
type: string;
|
|
38093
|
+
};
|
|
38094
|
+
msg: {
|
|
38095
|
+
description: string;
|
|
38096
|
+
examples: string[];
|
|
38097
|
+
type: string;
|
|
38098
|
+
};
|
|
38099
|
+
showBranded: {
|
|
38100
|
+
default: boolean;
|
|
38101
|
+
description: string;
|
|
38102
|
+
type: string;
|
|
38103
|
+
};
|
|
38104
|
+
spinnerBackground: {
|
|
38105
|
+
default: string;
|
|
38106
|
+
description: string;
|
|
38107
|
+
type: string;
|
|
38108
|
+
};
|
|
38109
|
+
spinnerColor: {
|
|
38110
|
+
default: string;
|
|
38111
|
+
description: string;
|
|
38112
|
+
type: string;
|
|
38113
|
+
};
|
|
38114
|
+
};
|
|
38115
|
+
type: string;
|
|
38116
|
+
};
|
|
38117
|
+
locale: {
|
|
38118
|
+
default: string;
|
|
38119
|
+
description: string;
|
|
38120
|
+
examples: string[];
|
|
38121
|
+
type: string;
|
|
38122
|
+
};
|
|
38574
38123
|
nodeSorting: {
|
|
38575
38124
|
description: string;
|
|
38576
38125
|
enum: string[];
|
|
@@ -38590,23 +38139,6 @@ declare const _default: {
|
|
|
38590
38139
|
theme: {
|
|
38591
38140
|
description: string;
|
|
38592
38141
|
properties: {
|
|
38593
|
-
axis: {
|
|
38594
|
-
description: string;
|
|
38595
|
-
examples: {
|
|
38596
|
-
fontSize: number;
|
|
38597
|
-
}[];
|
|
38598
|
-
type: string;
|
|
38599
|
-
};
|
|
38600
|
-
background: {
|
|
38601
|
-
description: string;
|
|
38602
|
-
examples: string[];
|
|
38603
|
-
type: string;
|
|
38604
|
-
};
|
|
38605
|
-
baseFontSize: {
|
|
38606
|
-
description: string;
|
|
38607
|
-
examples: number[];
|
|
38608
|
-
type: string;
|
|
38609
|
-
};
|
|
38610
38142
|
borders: {
|
|
38611
38143
|
description: string;
|
|
38612
38144
|
properties: {
|
|
@@ -38673,16 +38205,6 @@ declare const _default: {
|
|
|
38673
38205
|
};
|
|
38674
38206
|
type: string;
|
|
38675
38207
|
};
|
|
38676
|
-
editBackground: {
|
|
38677
|
-
description: string;
|
|
38678
|
-
examples: string[];
|
|
38679
|
-
type: string;
|
|
38680
|
-
};
|
|
38681
|
-
editModeBackground: {
|
|
38682
|
-
description: string;
|
|
38683
|
-
examples: string[];
|
|
38684
|
-
type: string;
|
|
38685
|
-
};
|
|
38686
38208
|
font: {
|
|
38687
38209
|
description: string;
|
|
38688
38210
|
properties: {
|
|
@@ -38715,69 +38237,11 @@ declare const _default: {
|
|
|
38715
38237
|
examples: string[];
|
|
38716
38238
|
type: string;
|
|
38717
38239
|
};
|
|
38718
|
-
itemSpecific: {
|
|
38719
|
-
description: string;
|
|
38720
|
-
properties: {
|
|
38721
|
-
padding: {
|
|
38722
|
-
description: string;
|
|
38723
|
-
examples: number[];
|
|
38724
|
-
type: string;
|
|
38725
|
-
};
|
|
38726
|
-
rounding: {
|
|
38727
|
-
description: string;
|
|
38728
|
-
examples: number[];
|
|
38729
|
-
type: string;
|
|
38730
|
-
};
|
|
38731
|
-
};
|
|
38732
|
-
type: string;
|
|
38733
|
-
};
|
|
38734
38240
|
itemsBackground: {
|
|
38735
38241
|
description: string;
|
|
38736
38242
|
examples: string[];
|
|
38737
38243
|
type: string;
|
|
38738
38244
|
};
|
|
38739
|
-
legend: {
|
|
38740
|
-
description: string;
|
|
38741
|
-
properties: {
|
|
38742
|
-
fontSize: {
|
|
38743
|
-
description: string;
|
|
38744
|
-
examples: number[];
|
|
38745
|
-
type: string;
|
|
38746
|
-
};
|
|
38747
|
-
lineHeight: {
|
|
38748
|
-
description: string;
|
|
38749
|
-
examples: number[];
|
|
38750
|
-
type: string;
|
|
38751
|
-
};
|
|
38752
|
-
type: {
|
|
38753
|
-
description: string;
|
|
38754
|
-
enum: string[];
|
|
38755
|
-
examples: string[];
|
|
38756
|
-
type: string;
|
|
38757
|
-
};
|
|
38758
|
-
};
|
|
38759
|
-
type: string;
|
|
38760
|
-
};
|
|
38761
|
-
mainColor: {
|
|
38762
|
-
description: string;
|
|
38763
|
-
examples: string[];
|
|
38764
|
-
type: string;
|
|
38765
|
-
};
|
|
38766
|
-
margins: {
|
|
38767
|
-
description: string;
|
|
38768
|
-
examples: number[][];
|
|
38769
|
-
items: {
|
|
38770
|
-
type: string;
|
|
38771
|
-
}[];
|
|
38772
|
-
maxItems: number;
|
|
38773
|
-
minItems: number;
|
|
38774
|
-
type: string;
|
|
38775
|
-
};
|
|
38776
|
-
name: {
|
|
38777
|
-
description: string;
|
|
38778
|
-
examples: string[];
|
|
38779
|
-
type: string;
|
|
38780
|
-
};
|
|
38781
38245
|
title: {
|
|
38782
38246
|
description: string;
|
|
38783
38247
|
properties: {
|
|
@@ -38854,6 +38318,11 @@ declare const _default: {
|
|
|
38854
38318
|
};
|
|
38855
38319
|
type: string;
|
|
38856
38320
|
};
|
|
38321
|
+
timezoneId: {
|
|
38322
|
+
description: string;
|
|
38323
|
+
examples: string[];
|
|
38324
|
+
type: string;
|
|
38325
|
+
};
|
|
38857
38326
|
title: {
|
|
38858
38327
|
description: string;
|
|
38859
38328
|
examples: {
|
|
@@ -39730,6 +39199,9 @@ declare const _default: {
|
|
|
39730
39199
|
currency_id: {
|
|
39731
39200
|
type: string;
|
|
39732
39201
|
};
|
|
39202
|
+
description: {
|
|
39203
|
+
type: string;
|
|
39204
|
+
};
|
|
39733
39205
|
duration_format: {
|
|
39734
39206
|
enum: string[];
|
|
39735
39207
|
type: string;
|
|
@@ -40248,6 +39720,59 @@ declare const _default: {
|
|
|
40248
39720
|
};
|
|
40249
39721
|
type: string;
|
|
40250
39722
|
};
|
|
39723
|
+
loader: {
|
|
39724
|
+
description: string;
|
|
39725
|
+
properties: {
|
|
39726
|
+
background: {
|
|
39727
|
+
default: string;
|
|
39728
|
+
description: string;
|
|
39729
|
+
type: string;
|
|
39730
|
+
};
|
|
39731
|
+
fontColor: {
|
|
39732
|
+
default: string;
|
|
39733
|
+
description: string;
|
|
39734
|
+
type: string;
|
|
39735
|
+
};
|
|
39736
|
+
locale: {
|
|
39737
|
+
default: string;
|
|
39738
|
+
description: string;
|
|
39739
|
+
examples: string[];
|
|
39740
|
+
type: string;
|
|
39741
|
+
};
|
|
39742
|
+
mode: {
|
|
39743
|
+
default: string;
|
|
39744
|
+
description: string;
|
|
39745
|
+
type: string;
|
|
39746
|
+
};
|
|
39747
|
+
msg: {
|
|
39748
|
+
description: string;
|
|
39749
|
+
examples: string[];
|
|
39750
|
+
type: string;
|
|
39751
|
+
};
|
|
39752
|
+
showBranded: {
|
|
39753
|
+
default: boolean;
|
|
39754
|
+
description: string;
|
|
39755
|
+
type: string;
|
|
39756
|
+
};
|
|
39757
|
+
spinnerBackground: {
|
|
39758
|
+
default: string;
|
|
39759
|
+
description: string;
|
|
39760
|
+
type: string;
|
|
39761
|
+
};
|
|
39762
|
+
spinnerColor: {
|
|
39763
|
+
default: string;
|
|
39764
|
+
description: string;
|
|
39765
|
+
type: string;
|
|
39766
|
+
};
|
|
39767
|
+
};
|
|
39768
|
+
type: string;
|
|
39769
|
+
};
|
|
39770
|
+
locale: {
|
|
39771
|
+
default: string;
|
|
39772
|
+
description: string;
|
|
39773
|
+
examples: string[];
|
|
39774
|
+
type: string;
|
|
39775
|
+
};
|
|
40251
39776
|
manualAxesRange: {
|
|
40252
39777
|
description: string;
|
|
40253
39778
|
properties: {
|
|
@@ -40284,16 +39809,6 @@ declare const _default: {
|
|
|
40284
39809
|
}[];
|
|
40285
39810
|
type: string;
|
|
40286
39811
|
};
|
|
40287
|
-
background: {
|
|
40288
|
-
description: string;
|
|
40289
|
-
examples: string[];
|
|
40290
|
-
type: string;
|
|
40291
|
-
};
|
|
40292
|
-
baseFontSize: {
|
|
40293
|
-
description: string;
|
|
40294
|
-
examples: number[];
|
|
40295
|
-
type: string;
|
|
40296
|
-
};
|
|
40297
39812
|
borders: {
|
|
40298
39813
|
description: string;
|
|
40299
39814
|
properties: {
|
|
@@ -40360,16 +39875,6 @@ declare const _default: {
|
|
|
40360
39875
|
};
|
|
40361
39876
|
type: string;
|
|
40362
39877
|
};
|
|
40363
|
-
editBackground: {
|
|
40364
|
-
description: string;
|
|
40365
|
-
examples: string[];
|
|
40366
|
-
type: string;
|
|
40367
|
-
};
|
|
40368
|
-
editModeBackground: {
|
|
40369
|
-
description: string;
|
|
40370
|
-
examples: string[];
|
|
40371
|
-
type: string;
|
|
40372
|
-
};
|
|
40373
39878
|
font: {
|
|
40374
39879
|
description: string;
|
|
40375
39880
|
properties: {
|
|
@@ -40402,22 +39907,6 @@ declare const _default: {
|
|
|
40402
39907
|
examples: string[];
|
|
40403
39908
|
type: string;
|
|
40404
39909
|
};
|
|
40405
|
-
itemSpecific: {
|
|
40406
|
-
description: string;
|
|
40407
|
-
properties: {
|
|
40408
|
-
padding: {
|
|
40409
|
-
description: string;
|
|
40410
|
-
examples: number[];
|
|
40411
|
-
type: string;
|
|
40412
|
-
};
|
|
40413
|
-
rounding: {
|
|
40414
|
-
description: string;
|
|
40415
|
-
examples: number[];
|
|
40416
|
-
type: string;
|
|
40417
|
-
};
|
|
40418
|
-
};
|
|
40419
|
-
type: string;
|
|
40420
|
-
};
|
|
40421
39910
|
itemsBackground: {
|
|
40422
39911
|
description: string;
|
|
40423
39912
|
examples: string[];
|
|
@@ -40445,26 +39934,6 @@ declare const _default: {
|
|
|
40445
39934
|
};
|
|
40446
39935
|
type: string;
|
|
40447
39936
|
};
|
|
40448
|
-
mainColor: {
|
|
40449
|
-
description: string;
|
|
40450
|
-
examples: string[];
|
|
40451
|
-
type: string;
|
|
40452
|
-
};
|
|
40453
|
-
margins: {
|
|
40454
|
-
description: string;
|
|
40455
|
-
examples: number[][];
|
|
40456
|
-
items: {
|
|
40457
|
-
type: string;
|
|
40458
|
-
}[];
|
|
40459
|
-
maxItems: number;
|
|
40460
|
-
minItems: number;
|
|
40461
|
-
type: string;
|
|
40462
|
-
};
|
|
40463
|
-
name: {
|
|
40464
|
-
description: string;
|
|
40465
|
-
examples: string[];
|
|
40466
|
-
type: string;
|
|
40467
|
-
};
|
|
40468
39937
|
title: {
|
|
40469
39938
|
description: string;
|
|
40470
39939
|
properties: {
|
|
@@ -40541,6 +40010,11 @@ declare const _default: {
|
|
|
40541
40010
|
};
|
|
40542
40011
|
type: string;
|
|
40543
40012
|
};
|
|
40013
|
+
timezoneId: {
|
|
40014
|
+
description: string;
|
|
40015
|
+
examples: string[];
|
|
40016
|
+
type: string;
|
|
40017
|
+
};
|
|
40544
40018
|
title: {
|
|
40545
40019
|
description: string;
|
|
40546
40020
|
examples: {
|
|
@@ -41146,6 +40620,9 @@ declare const _default: {
|
|
|
41146
40620
|
currency_id: {
|
|
41147
40621
|
type: string;
|
|
41148
40622
|
};
|
|
40623
|
+
description: {
|
|
40624
|
+
type: string;
|
|
40625
|
+
};
|
|
41149
40626
|
duration_format: {
|
|
41150
40627
|
enum: string[];
|
|
41151
40628
|
type: string;
|
|
@@ -41636,6 +41113,59 @@ declare const _default: {
|
|
|
41636
41113
|
};
|
|
41637
41114
|
type: string;
|
|
41638
41115
|
};
|
|
41116
|
+
loader: {
|
|
41117
|
+
description: string;
|
|
41118
|
+
properties: {
|
|
41119
|
+
background: {
|
|
41120
|
+
default: string;
|
|
41121
|
+
description: string;
|
|
41122
|
+
type: string;
|
|
41123
|
+
};
|
|
41124
|
+
fontColor: {
|
|
41125
|
+
default: string;
|
|
41126
|
+
description: string;
|
|
41127
|
+
type: string;
|
|
41128
|
+
};
|
|
41129
|
+
locale: {
|
|
41130
|
+
default: string;
|
|
41131
|
+
description: string;
|
|
41132
|
+
examples: string[];
|
|
41133
|
+
type: string;
|
|
41134
|
+
};
|
|
41135
|
+
mode: {
|
|
41136
|
+
default: string;
|
|
41137
|
+
description: string;
|
|
41138
|
+
type: string;
|
|
41139
|
+
};
|
|
41140
|
+
msg: {
|
|
41141
|
+
description: string;
|
|
41142
|
+
examples: string[];
|
|
41143
|
+
type: string;
|
|
41144
|
+
};
|
|
41145
|
+
showBranded: {
|
|
41146
|
+
default: boolean;
|
|
41147
|
+
description: string;
|
|
41148
|
+
type: string;
|
|
41149
|
+
};
|
|
41150
|
+
spinnerBackground: {
|
|
41151
|
+
default: string;
|
|
41152
|
+
description: string;
|
|
41153
|
+
type: string;
|
|
41154
|
+
};
|
|
41155
|
+
spinnerColor: {
|
|
41156
|
+
default: string;
|
|
41157
|
+
description: string;
|
|
41158
|
+
type: string;
|
|
41159
|
+
};
|
|
41160
|
+
};
|
|
41161
|
+
type: string;
|
|
41162
|
+
};
|
|
41163
|
+
locale: {
|
|
41164
|
+
default: string;
|
|
41165
|
+
description: string;
|
|
41166
|
+
examples: string[];
|
|
41167
|
+
type: string;
|
|
41168
|
+
};
|
|
41639
41169
|
manualMeasureRange: {
|
|
41640
41170
|
default: any[][];
|
|
41641
41171
|
description: string;
|
|
@@ -41855,23 +41385,6 @@ declare const _default: {
|
|
|
41855
41385
|
theme: {
|
|
41856
41386
|
description: string;
|
|
41857
41387
|
properties: {
|
|
41858
|
-
axis: {
|
|
41859
|
-
description: string;
|
|
41860
|
-
examples: {
|
|
41861
|
-
fontSize: number;
|
|
41862
|
-
}[];
|
|
41863
|
-
type: string;
|
|
41864
|
-
};
|
|
41865
|
-
background: {
|
|
41866
|
-
description: string;
|
|
41867
|
-
examples: string[];
|
|
41868
|
-
type: string;
|
|
41869
|
-
};
|
|
41870
|
-
baseFontSize: {
|
|
41871
|
-
description: string;
|
|
41872
|
-
examples: number[];
|
|
41873
|
-
type: string;
|
|
41874
|
-
};
|
|
41875
41388
|
borders: {
|
|
41876
41389
|
description: string;
|
|
41877
41390
|
properties: {
|
|
@@ -41930,24 +41443,6 @@ declare const _default: {
|
|
|
41930
41443
|
};
|
|
41931
41444
|
type: string;
|
|
41932
41445
|
};
|
|
41933
|
-
colors: {
|
|
41934
|
-
description: string;
|
|
41935
|
-
examples: string[][];
|
|
41936
|
-
items: {
|
|
41937
|
-
type: string;
|
|
41938
|
-
};
|
|
41939
|
-
type: string;
|
|
41940
|
-
};
|
|
41941
|
-
editBackground: {
|
|
41942
|
-
description: string;
|
|
41943
|
-
examples: string[];
|
|
41944
|
-
type: string;
|
|
41945
|
-
};
|
|
41946
|
-
editModeBackground: {
|
|
41947
|
-
description: string;
|
|
41948
|
-
examples: string[];
|
|
41949
|
-
type: string;
|
|
41950
|
-
};
|
|
41951
41446
|
font: {
|
|
41952
41447
|
description: string;
|
|
41953
41448
|
properties: {
|
|
@@ -41980,69 +41475,11 @@ declare const _default: {
|
|
|
41980
41475
|
examples: string[];
|
|
41981
41476
|
type: string;
|
|
41982
41477
|
};
|
|
41983
|
-
itemSpecific: {
|
|
41984
|
-
description: string;
|
|
41985
|
-
properties: {
|
|
41986
|
-
padding: {
|
|
41987
|
-
description: string;
|
|
41988
|
-
examples: number[];
|
|
41989
|
-
type: string;
|
|
41990
|
-
};
|
|
41991
|
-
rounding: {
|
|
41992
|
-
description: string;
|
|
41993
|
-
examples: number[];
|
|
41994
|
-
type: string;
|
|
41995
|
-
};
|
|
41996
|
-
};
|
|
41997
|
-
type: string;
|
|
41998
|
-
};
|
|
41999
41478
|
itemsBackground: {
|
|
42000
41479
|
description: string;
|
|
42001
41480
|
examples: string[];
|
|
42002
41481
|
type: string;
|
|
42003
41482
|
};
|
|
42004
|
-
legend: {
|
|
42005
|
-
description: string;
|
|
42006
|
-
properties: {
|
|
42007
|
-
fontSize: {
|
|
42008
|
-
description: string;
|
|
42009
|
-
examples: number[];
|
|
42010
|
-
type: string;
|
|
42011
|
-
};
|
|
42012
|
-
lineHeight: {
|
|
42013
|
-
description: string;
|
|
42014
|
-
examples: number[];
|
|
42015
|
-
type: string;
|
|
42016
|
-
};
|
|
42017
|
-
type: {
|
|
42018
|
-
description: string;
|
|
42019
|
-
enum: string[];
|
|
42020
|
-
examples: string[];
|
|
42021
|
-
type: string;
|
|
42022
|
-
};
|
|
42023
|
-
};
|
|
42024
|
-
type: string;
|
|
42025
|
-
};
|
|
42026
|
-
mainColor: {
|
|
42027
|
-
description: string;
|
|
42028
|
-
examples: string[];
|
|
42029
|
-
type: string;
|
|
42030
|
-
};
|
|
42031
|
-
margins: {
|
|
42032
|
-
description: string;
|
|
42033
|
-
examples: number[][];
|
|
42034
|
-
items: {
|
|
42035
|
-
type: string;
|
|
42036
|
-
}[];
|
|
42037
|
-
maxItems: number;
|
|
42038
|
-
minItems: number;
|
|
42039
|
-
type: string;
|
|
42040
|
-
};
|
|
42041
|
-
name: {
|
|
42042
|
-
description: string;
|
|
42043
|
-
examples: string[];
|
|
42044
|
-
type: string;
|
|
42045
|
-
};
|
|
42046
41483
|
title: {
|
|
42047
41484
|
description: string;
|
|
42048
41485
|
properties: {
|
|
@@ -42085,32 +41522,6 @@ declare const _default: {
|
|
|
42085
41522
|
};
|
|
42086
41523
|
type: string;
|
|
42087
41524
|
};
|
|
42088
|
-
tooltip: {
|
|
42089
|
-
description: string;
|
|
42090
|
-
properties: {
|
|
42091
|
-
background: {
|
|
42092
|
-
description: string;
|
|
42093
|
-
examples: string[];
|
|
42094
|
-
type: string;
|
|
42095
|
-
};
|
|
42096
|
-
fontSize: {
|
|
42097
|
-
description: string;
|
|
42098
|
-
examples: number[];
|
|
42099
|
-
type: string;
|
|
42100
|
-
};
|
|
42101
|
-
lineHeight: {
|
|
42102
|
-
description: string;
|
|
42103
|
-
examples: number[];
|
|
42104
|
-
type: string;
|
|
42105
|
-
};
|
|
42106
|
-
opacity: {
|
|
42107
|
-
description: string;
|
|
42108
|
-
examples: number[];
|
|
42109
|
-
type: string;
|
|
42110
|
-
};
|
|
42111
|
-
};
|
|
42112
|
-
type: string;
|
|
42113
|
-
};
|
|
42114
41525
|
type: {
|
|
42115
41526
|
description: string;
|
|
42116
41527
|
examples: string[];
|
|
@@ -42119,6 +41530,11 @@ declare const _default: {
|
|
|
42119
41530
|
};
|
|
42120
41531
|
type: string;
|
|
42121
41532
|
};
|
|
41533
|
+
timezoneId: {
|
|
41534
|
+
description: string;
|
|
41535
|
+
examples: string[];
|
|
41536
|
+
type: string;
|
|
41537
|
+
};
|
|
42122
41538
|
title: {
|
|
42123
41539
|
description: string;
|
|
42124
41540
|
examples: {
|
|
@@ -42624,6 +42040,9 @@ declare const _default: {
|
|
|
42624
42040
|
currency_id: {
|
|
42625
42041
|
type: string;
|
|
42626
42042
|
};
|
|
42043
|
+
description: {
|
|
42044
|
+
type: string;
|
|
42045
|
+
};
|
|
42627
42046
|
duration_format: {
|
|
42628
42047
|
enum: string[];
|
|
42629
42048
|
type: string;
|
|
@@ -43102,42 +42521,78 @@ declare const _default: {
|
|
|
43102
42521
|
};
|
|
43103
42522
|
type: string;
|
|
43104
42523
|
};
|
|
43105
|
-
|
|
42524
|
+
loader: {
|
|
43106
42525
|
description: string;
|
|
43107
42526
|
properties: {
|
|
43108
|
-
|
|
43109
|
-
default:
|
|
42527
|
+
background: {
|
|
42528
|
+
default: string;
|
|
43110
42529
|
description: string;
|
|
43111
42530
|
type: string;
|
|
43112
42531
|
};
|
|
43113
|
-
|
|
43114
|
-
default:
|
|
42532
|
+
fontColor: {
|
|
42533
|
+
default: string;
|
|
42534
|
+
description: string;
|
|
42535
|
+
type: string;
|
|
42536
|
+
};
|
|
42537
|
+
locale: {
|
|
42538
|
+
default: string;
|
|
42539
|
+
description: string;
|
|
42540
|
+
examples: string[];
|
|
42541
|
+
type: string;
|
|
42542
|
+
};
|
|
42543
|
+
mode: {
|
|
42544
|
+
default: string;
|
|
42545
|
+
description: string;
|
|
42546
|
+
type: string;
|
|
42547
|
+
};
|
|
42548
|
+
msg: {
|
|
42549
|
+
description: string;
|
|
42550
|
+
examples: string[];
|
|
42551
|
+
type: string;
|
|
42552
|
+
};
|
|
42553
|
+
showBranded: {
|
|
42554
|
+
default: boolean;
|
|
42555
|
+
description: string;
|
|
42556
|
+
type: string;
|
|
42557
|
+
};
|
|
42558
|
+
spinnerBackground: {
|
|
42559
|
+
default: string;
|
|
42560
|
+
description: string;
|
|
42561
|
+
type: string;
|
|
42562
|
+
};
|
|
42563
|
+
spinnerColor: {
|
|
42564
|
+
default: string;
|
|
43115
42565
|
description: string;
|
|
43116
42566
|
type: string;
|
|
43117
42567
|
};
|
|
43118
42568
|
};
|
|
43119
42569
|
type: string;
|
|
43120
42570
|
};
|
|
43121
|
-
|
|
42571
|
+
locale: {
|
|
42572
|
+
default: string;
|
|
42573
|
+
description: string;
|
|
42574
|
+
examples: string[];
|
|
42575
|
+
type: string;
|
|
42576
|
+
};
|
|
42577
|
+
padding: {
|
|
43122
42578
|
description: string;
|
|
43123
42579
|
properties: {
|
|
43124
|
-
|
|
43125
|
-
|
|
43126
|
-
examples: {
|
|
43127
|
-
fontSize: number;
|
|
43128
|
-
}[];
|
|
43129
|
-
type: string;
|
|
43130
|
-
};
|
|
43131
|
-
background: {
|
|
42580
|
+
left: {
|
|
42581
|
+
default: number;
|
|
43132
42582
|
description: string;
|
|
43133
|
-
examples: string[];
|
|
43134
42583
|
type: string;
|
|
43135
42584
|
};
|
|
43136
|
-
|
|
42585
|
+
right: {
|
|
42586
|
+
default: number;
|
|
43137
42587
|
description: string;
|
|
43138
|
-
examples: number[];
|
|
43139
42588
|
type: string;
|
|
43140
42589
|
};
|
|
42590
|
+
};
|
|
42591
|
+
type: string;
|
|
42592
|
+
};
|
|
42593
|
+
theme: {
|
|
42594
|
+
description: string;
|
|
42595
|
+
properties: {
|
|
43141
42596
|
borders: {
|
|
43142
42597
|
description: string;
|
|
43143
42598
|
properties: {
|
|
@@ -43196,24 +42651,6 @@ declare const _default: {
|
|
|
43196
42651
|
};
|
|
43197
42652
|
type: string;
|
|
43198
42653
|
};
|
|
43199
|
-
colors: {
|
|
43200
|
-
description: string;
|
|
43201
|
-
examples: string[][];
|
|
43202
|
-
items: {
|
|
43203
|
-
type: string;
|
|
43204
|
-
};
|
|
43205
|
-
type: string;
|
|
43206
|
-
};
|
|
43207
|
-
editBackground: {
|
|
43208
|
-
description: string;
|
|
43209
|
-
examples: string[];
|
|
43210
|
-
type: string;
|
|
43211
|
-
};
|
|
43212
|
-
editModeBackground: {
|
|
43213
|
-
description: string;
|
|
43214
|
-
examples: string[];
|
|
43215
|
-
type: string;
|
|
43216
|
-
};
|
|
43217
42654
|
font: {
|
|
43218
42655
|
description: string;
|
|
43219
42656
|
properties: {
|
|
@@ -43246,69 +42683,11 @@ declare const _default: {
|
|
|
43246
42683
|
examples: string[];
|
|
43247
42684
|
type: string;
|
|
43248
42685
|
};
|
|
43249
|
-
itemSpecific: {
|
|
43250
|
-
description: string;
|
|
43251
|
-
properties: {
|
|
43252
|
-
padding: {
|
|
43253
|
-
description: string;
|
|
43254
|
-
examples: number[];
|
|
43255
|
-
type: string;
|
|
43256
|
-
};
|
|
43257
|
-
rounding: {
|
|
43258
|
-
description: string;
|
|
43259
|
-
examples: number[];
|
|
43260
|
-
type: string;
|
|
43261
|
-
};
|
|
43262
|
-
};
|
|
43263
|
-
type: string;
|
|
43264
|
-
};
|
|
43265
42686
|
itemsBackground: {
|
|
43266
42687
|
description: string;
|
|
43267
42688
|
examples: string[];
|
|
43268
42689
|
type: string;
|
|
43269
42690
|
};
|
|
43270
|
-
legend: {
|
|
43271
|
-
description: string;
|
|
43272
|
-
properties: {
|
|
43273
|
-
fontSize: {
|
|
43274
|
-
description: string;
|
|
43275
|
-
examples: number[];
|
|
43276
|
-
type: string;
|
|
43277
|
-
};
|
|
43278
|
-
lineHeight: {
|
|
43279
|
-
description: string;
|
|
43280
|
-
examples: number[];
|
|
43281
|
-
type: string;
|
|
43282
|
-
};
|
|
43283
|
-
type: {
|
|
43284
|
-
description: string;
|
|
43285
|
-
enum: string[];
|
|
43286
|
-
examples: string[];
|
|
43287
|
-
type: string;
|
|
43288
|
-
};
|
|
43289
|
-
};
|
|
43290
|
-
type: string;
|
|
43291
|
-
};
|
|
43292
|
-
mainColor: {
|
|
43293
|
-
description: string;
|
|
43294
|
-
examples: string[];
|
|
43295
|
-
type: string;
|
|
43296
|
-
};
|
|
43297
|
-
margins: {
|
|
43298
|
-
description: string;
|
|
43299
|
-
examples: number[][];
|
|
43300
|
-
items: {
|
|
43301
|
-
type: string;
|
|
43302
|
-
}[];
|
|
43303
|
-
maxItems: number;
|
|
43304
|
-
minItems: number;
|
|
43305
|
-
type: string;
|
|
43306
|
-
};
|
|
43307
|
-
name: {
|
|
43308
|
-
description: string;
|
|
43309
|
-
examples: string[];
|
|
43310
|
-
type: string;
|
|
43311
|
-
};
|
|
43312
42691
|
title: {
|
|
43313
42692
|
description: string;
|
|
43314
42693
|
properties: {
|
|
@@ -43351,32 +42730,6 @@ declare const _default: {
|
|
|
43351
42730
|
};
|
|
43352
42731
|
type: string;
|
|
43353
42732
|
};
|
|
43354
|
-
tooltip: {
|
|
43355
|
-
description: string;
|
|
43356
|
-
properties: {
|
|
43357
|
-
background: {
|
|
43358
|
-
description: string;
|
|
43359
|
-
examples: string[];
|
|
43360
|
-
type: string;
|
|
43361
|
-
};
|
|
43362
|
-
fontSize: {
|
|
43363
|
-
description: string;
|
|
43364
|
-
examples: number[];
|
|
43365
|
-
type: string;
|
|
43366
|
-
};
|
|
43367
|
-
lineHeight: {
|
|
43368
|
-
description: string;
|
|
43369
|
-
examples: number[];
|
|
43370
|
-
type: string;
|
|
43371
|
-
};
|
|
43372
|
-
opacity: {
|
|
43373
|
-
description: string;
|
|
43374
|
-
examples: number[];
|
|
43375
|
-
type: string;
|
|
43376
|
-
};
|
|
43377
|
-
};
|
|
43378
|
-
type: string;
|
|
43379
|
-
};
|
|
43380
42733
|
type: {
|
|
43381
42734
|
description: string;
|
|
43382
42735
|
examples: string[];
|
|
@@ -43385,6 +42738,11 @@ declare const _default: {
|
|
|
43385
42738
|
};
|
|
43386
42739
|
type: string;
|
|
43387
42740
|
};
|
|
42741
|
+
timezoneId: {
|
|
42742
|
+
description: string;
|
|
42743
|
+
examples: string[];
|
|
42744
|
+
type: string;
|
|
42745
|
+
};
|
|
43388
42746
|
title: {
|
|
43389
42747
|
description: string;
|
|
43390
42748
|
examples: {
|
|
@@ -43716,6 +43074,59 @@ declare const _default: {
|
|
|
43716
43074
|
}[];
|
|
43717
43075
|
type: string;
|
|
43718
43076
|
};
|
|
43077
|
+
loader: {
|
|
43078
|
+
description: string;
|
|
43079
|
+
properties: {
|
|
43080
|
+
background: {
|
|
43081
|
+
default: string;
|
|
43082
|
+
description: string;
|
|
43083
|
+
type: string;
|
|
43084
|
+
};
|
|
43085
|
+
fontColor: {
|
|
43086
|
+
default: string;
|
|
43087
|
+
description: string;
|
|
43088
|
+
type: string;
|
|
43089
|
+
};
|
|
43090
|
+
locale: {
|
|
43091
|
+
default: string;
|
|
43092
|
+
description: string;
|
|
43093
|
+
examples: string[];
|
|
43094
|
+
type: string;
|
|
43095
|
+
};
|
|
43096
|
+
mode: {
|
|
43097
|
+
default: string;
|
|
43098
|
+
description: string;
|
|
43099
|
+
type: string;
|
|
43100
|
+
};
|
|
43101
|
+
msg: {
|
|
43102
|
+
description: string;
|
|
43103
|
+
examples: string[];
|
|
43104
|
+
type: string;
|
|
43105
|
+
};
|
|
43106
|
+
showBranded: {
|
|
43107
|
+
default: boolean;
|
|
43108
|
+
description: string;
|
|
43109
|
+
type: string;
|
|
43110
|
+
};
|
|
43111
|
+
spinnerBackground: {
|
|
43112
|
+
default: string;
|
|
43113
|
+
description: string;
|
|
43114
|
+
type: string;
|
|
43115
|
+
};
|
|
43116
|
+
spinnerColor: {
|
|
43117
|
+
default: string;
|
|
43118
|
+
description: string;
|
|
43119
|
+
type: string;
|
|
43120
|
+
};
|
|
43121
|
+
};
|
|
43122
|
+
type: string;
|
|
43123
|
+
};
|
|
43124
|
+
locale: {
|
|
43125
|
+
default: string;
|
|
43126
|
+
description: string;
|
|
43127
|
+
examples: string[];
|
|
43128
|
+
type: string;
|
|
43129
|
+
};
|
|
43719
43130
|
padding: {
|
|
43720
43131
|
description: string;
|
|
43721
43132
|
properties: {
|
|
@@ -43745,23 +43156,6 @@ declare const _default: {
|
|
|
43745
43156
|
theme: {
|
|
43746
43157
|
description: string;
|
|
43747
43158
|
properties: {
|
|
43748
|
-
axis: {
|
|
43749
|
-
description: string;
|
|
43750
|
-
examples: {
|
|
43751
|
-
fontSize: number;
|
|
43752
|
-
}[];
|
|
43753
|
-
type: string;
|
|
43754
|
-
};
|
|
43755
|
-
background: {
|
|
43756
|
-
description: string;
|
|
43757
|
-
examples: string[];
|
|
43758
|
-
type: string;
|
|
43759
|
-
};
|
|
43760
|
-
baseFontSize: {
|
|
43761
|
-
description: string;
|
|
43762
|
-
examples: number[];
|
|
43763
|
-
type: string;
|
|
43764
|
-
};
|
|
43765
43159
|
borders: {
|
|
43766
43160
|
description: string;
|
|
43767
43161
|
properties: {
|
|
@@ -43820,24 +43214,6 @@ declare const _default: {
|
|
|
43820
43214
|
};
|
|
43821
43215
|
type: string;
|
|
43822
43216
|
};
|
|
43823
|
-
colors: {
|
|
43824
|
-
description: string;
|
|
43825
|
-
examples: string[][];
|
|
43826
|
-
items: {
|
|
43827
|
-
type: string;
|
|
43828
|
-
};
|
|
43829
|
-
type: string;
|
|
43830
|
-
};
|
|
43831
|
-
editBackground: {
|
|
43832
|
-
description: string;
|
|
43833
|
-
examples: string[];
|
|
43834
|
-
type: string;
|
|
43835
|
-
};
|
|
43836
|
-
editModeBackground: {
|
|
43837
|
-
description: string;
|
|
43838
|
-
examples: string[];
|
|
43839
|
-
type: string;
|
|
43840
|
-
};
|
|
43841
43217
|
font: {
|
|
43842
43218
|
description: string;
|
|
43843
43219
|
properties: {
|
|
@@ -43870,137 +43246,11 @@ declare const _default: {
|
|
|
43870
43246
|
examples: string[];
|
|
43871
43247
|
type: string;
|
|
43872
43248
|
};
|
|
43873
|
-
itemSpecific: {
|
|
43874
|
-
description: string;
|
|
43875
|
-
properties: {
|
|
43876
|
-
padding: {
|
|
43877
|
-
description: string;
|
|
43878
|
-
examples: number[];
|
|
43879
|
-
type: string;
|
|
43880
|
-
};
|
|
43881
|
-
rounding: {
|
|
43882
|
-
description: string;
|
|
43883
|
-
examples: number[];
|
|
43884
|
-
type: string;
|
|
43885
|
-
};
|
|
43886
|
-
};
|
|
43887
|
-
type: string;
|
|
43888
|
-
};
|
|
43889
43249
|
itemsBackground: {
|
|
43890
43250
|
description: string;
|
|
43891
43251
|
examples: string[];
|
|
43892
43252
|
type: string;
|
|
43893
43253
|
};
|
|
43894
|
-
legend: {
|
|
43895
|
-
description: string;
|
|
43896
|
-
properties: {
|
|
43897
|
-
fontSize: {
|
|
43898
|
-
description: string;
|
|
43899
|
-
examples: number[];
|
|
43900
|
-
type: string;
|
|
43901
|
-
};
|
|
43902
|
-
lineHeight: {
|
|
43903
|
-
description: string;
|
|
43904
|
-
examples: number[];
|
|
43905
|
-
type: string;
|
|
43906
|
-
};
|
|
43907
|
-
type: {
|
|
43908
|
-
description: string;
|
|
43909
|
-
enum: string[];
|
|
43910
|
-
examples: string[];
|
|
43911
|
-
type: string;
|
|
43912
|
-
};
|
|
43913
|
-
};
|
|
43914
|
-
type: string;
|
|
43915
|
-
};
|
|
43916
|
-
mainColor: {
|
|
43917
|
-
description: string;
|
|
43918
|
-
examples: string[];
|
|
43919
|
-
type: string;
|
|
43920
|
-
};
|
|
43921
|
-
margins: {
|
|
43922
|
-
description: string;
|
|
43923
|
-
examples: number[][];
|
|
43924
|
-
items: {
|
|
43925
|
-
type: string;
|
|
43926
|
-
}[];
|
|
43927
|
-
maxItems: number;
|
|
43928
|
-
minItems: number;
|
|
43929
|
-
type: string;
|
|
43930
|
-
};
|
|
43931
|
-
name: {
|
|
43932
|
-
description: string;
|
|
43933
|
-
examples: string[];
|
|
43934
|
-
type: string;
|
|
43935
|
-
};
|
|
43936
|
-
title: {
|
|
43937
|
-
description: string;
|
|
43938
|
-
properties: {
|
|
43939
|
-
align: {
|
|
43940
|
-
description: string;
|
|
43941
|
-
enum: string[];
|
|
43942
|
-
examples: string[];
|
|
43943
|
-
type: string;
|
|
43944
|
-
};
|
|
43945
|
-
bold: {
|
|
43946
|
-
description: string;
|
|
43947
|
-
examples: boolean[];
|
|
43948
|
-
type: string;
|
|
43949
|
-
};
|
|
43950
|
-
border: {
|
|
43951
|
-
description: string;
|
|
43952
|
-
examples: boolean[];
|
|
43953
|
-
type: string;
|
|
43954
|
-
};
|
|
43955
|
-
fontSize: {
|
|
43956
|
-
description: string;
|
|
43957
|
-
examples: number[];
|
|
43958
|
-
type: string;
|
|
43959
|
-
};
|
|
43960
|
-
italic: {
|
|
43961
|
-
description: string;
|
|
43962
|
-
examples: boolean[];
|
|
43963
|
-
type: string;
|
|
43964
|
-
};
|
|
43965
|
-
lineHeight: {
|
|
43966
|
-
description: string;
|
|
43967
|
-
examples: number[];
|
|
43968
|
-
type: string;
|
|
43969
|
-
};
|
|
43970
|
-
underline: {
|
|
43971
|
-
description: string;
|
|
43972
|
-
examples: boolean[];
|
|
43973
|
-
type: string;
|
|
43974
|
-
};
|
|
43975
|
-
};
|
|
43976
|
-
type: string;
|
|
43977
|
-
};
|
|
43978
|
-
tooltip: {
|
|
43979
|
-
description: string;
|
|
43980
|
-
properties: {
|
|
43981
|
-
background: {
|
|
43982
|
-
description: string;
|
|
43983
|
-
examples: string[];
|
|
43984
|
-
type: string;
|
|
43985
|
-
};
|
|
43986
|
-
fontSize: {
|
|
43987
|
-
description: string;
|
|
43988
|
-
examples: number[];
|
|
43989
|
-
type: string;
|
|
43990
|
-
};
|
|
43991
|
-
lineHeight: {
|
|
43992
|
-
description: string;
|
|
43993
|
-
examples: number[];
|
|
43994
|
-
type: string;
|
|
43995
|
-
};
|
|
43996
|
-
opacity: {
|
|
43997
|
-
description: string;
|
|
43998
|
-
examples: number[];
|
|
43999
|
-
type: string;
|
|
44000
|
-
};
|
|
44001
|
-
};
|
|
44002
|
-
type: string;
|
|
44003
|
-
};
|
|
44004
43254
|
type: {
|
|
44005
43255
|
description: string;
|
|
44006
43256
|
examples: string[];
|
|
@@ -44009,6 +43259,11 @@ declare const _default: {
|
|
|
44009
43259
|
};
|
|
44010
43260
|
type: string;
|
|
44011
43261
|
};
|
|
43262
|
+
timezoneId: {
|
|
43263
|
+
description: string;
|
|
43264
|
+
examples: string[];
|
|
43265
|
+
type: string;
|
|
43266
|
+
};
|
|
44012
43267
|
title: {
|
|
44013
43268
|
description: string;
|
|
44014
43269
|
examples: {
|