@luzmo/dashboard-contents-types 1.0.1 → 1.0.3
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 +12 -0
- package/assets/json-schemas/area-chart-options.schema.json.d.ts +17 -129
- package/assets/json-schemas/bar-chart-options.schema.json.d.ts +17 -129
- package/assets/json-schemas/box-plot-options.schema.json.d.ts +16 -165
- package/assets/json-schemas/bubble-chart-options.schema.json.d.ts +17 -129
- package/assets/json-schemas/bullet-chart-options.schema.json.d.ts +12 -175
- package/assets/json-schemas/choropleth-map-options.schema.json.d.ts +12 -150
- package/assets/json-schemas/circular-gauge-options.schema.json.d.ts +15 -176
- package/assets/json-schemas/column-chart-options.schema.json.d.ts +17 -129
- package/assets/json-schemas/combination-chart-options.schema.json.d.ts +17 -129
- package/assets/json-schemas/date-filter-options.schema.json.d.ts +10 -228
- package/assets/json-schemas/donut-chart-options.schema.json.d.ts +16 -140
- package/assets/json-schemas/dropdown-filter-options.schema.json.d.ts +10 -228
- package/assets/json-schemas/evolution-number-options.schema.json.d.ts +15 -176
- package/assets/json-schemas/funnel-chart-options.schema.json.d.ts +16 -140
- package/assets/json-schemas/image-options.schema.json.d.ts +5 -339
- package/assets/json-schemas/line-chart-options.schema.json.d.ts +17 -129
- package/assets/json-schemas/pivot-table-options.schema.json.d.ts +11 -186
- package/assets/json-schemas/regular-table-options.schema.json.d.ts +11 -186
- package/assets/json-schemas/sankey-diagram-options.schema.json.d.ts +15 -176
- package/assets/json-schemas/scatter-plot-options.schema.json.d.ts +17 -129
- package/assets/json-schemas/search-filter-options.schema.json.d.ts +1051 -0
- package/assets/json-schemas/search-filter-slots.schema.json.d.ts +484 -0
- package/assets/json-schemas/search-filter.schema.json.d.ts +23 -0
- package/assets/json-schemas/slicer-filter-options.schema.json.d.ts +10 -228
- package/assets/json-schemas/slider-filter-options.schema.json.d.ts +10 -228
- package/assets/json-schemas/text-options.schema.json.d.ts +6 -296
- package/index.js +66 -45
- package/index.mjs +2025 -4267
- package/json-schemas.d.ts +1173 -1938
- package/json-schemas.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/lib/area-chart/area-chart-options.d.ts +6 -3
- 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 +6 -2
- 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 +6 -1
- 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 +12 -2
- package/src/lib/search-filter/search-filter-options.d.ts.map +1 -1
- package/src/lib/shared/index.d.ts +1 -3
- package/src/lib/shared/index.d.ts.map +1 -1
- package/src/lib/shared/slots.d.ts +1 -0
- 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/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/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
|
@@ -448,6 +448,9 @@ declare const _default: {
|
|
|
448
448
|
currency_id: {
|
|
449
449
|
type: string;
|
|
450
450
|
};
|
|
451
|
+
description: {
|
|
452
|
+
type: string;
|
|
453
|
+
};
|
|
451
454
|
duration_format: {
|
|
452
455
|
enum: string[];
|
|
453
456
|
type: string;
|
|
@@ -1062,16 +1065,6 @@ declare const _default: {
|
|
|
1062
1065
|
}[];
|
|
1063
1066
|
type: string;
|
|
1064
1067
|
};
|
|
1065
|
-
background: {
|
|
1066
|
-
description: string;
|
|
1067
|
-
examples: string[];
|
|
1068
|
-
type: string;
|
|
1069
|
-
};
|
|
1070
|
-
baseFontSize: {
|
|
1071
|
-
description: string;
|
|
1072
|
-
examples: number[];
|
|
1073
|
-
type: string;
|
|
1074
|
-
};
|
|
1075
1068
|
borders: {
|
|
1076
1069
|
description: string;
|
|
1077
1070
|
properties: {
|
|
@@ -1138,16 +1131,6 @@ declare const _default: {
|
|
|
1138
1131
|
};
|
|
1139
1132
|
type: string;
|
|
1140
1133
|
};
|
|
1141
|
-
editBackground: {
|
|
1142
|
-
description: string;
|
|
1143
|
-
examples: string[];
|
|
1144
|
-
type: string;
|
|
1145
|
-
};
|
|
1146
|
-
editModeBackground: {
|
|
1147
|
-
description: string;
|
|
1148
|
-
examples: string[];
|
|
1149
|
-
type: string;
|
|
1150
|
-
};
|
|
1151
1134
|
font: {
|
|
1152
1135
|
description: string;
|
|
1153
1136
|
properties: {
|
|
@@ -1180,22 +1163,6 @@ declare const _default: {
|
|
|
1180
1163
|
examples: string[];
|
|
1181
1164
|
type: string;
|
|
1182
1165
|
};
|
|
1183
|
-
itemSpecific: {
|
|
1184
|
-
description: string;
|
|
1185
|
-
properties: {
|
|
1186
|
-
padding: {
|
|
1187
|
-
description: string;
|
|
1188
|
-
examples: number[];
|
|
1189
|
-
type: string;
|
|
1190
|
-
};
|
|
1191
|
-
rounding: {
|
|
1192
|
-
description: string;
|
|
1193
|
-
examples: number[];
|
|
1194
|
-
type: string;
|
|
1195
|
-
};
|
|
1196
|
-
};
|
|
1197
|
-
type: string;
|
|
1198
|
-
};
|
|
1199
1166
|
itemsBackground: {
|
|
1200
1167
|
description: string;
|
|
1201
1168
|
examples: string[];
|
|
@@ -1223,26 +1190,6 @@ declare const _default: {
|
|
|
1223
1190
|
};
|
|
1224
1191
|
type: string;
|
|
1225
1192
|
};
|
|
1226
|
-
mainColor: {
|
|
1227
|
-
description: string;
|
|
1228
|
-
examples: string[];
|
|
1229
|
-
type: string;
|
|
1230
|
-
};
|
|
1231
|
-
margins: {
|
|
1232
|
-
description: string;
|
|
1233
|
-
examples: number[][];
|
|
1234
|
-
items: {
|
|
1235
|
-
type: string;
|
|
1236
|
-
}[];
|
|
1237
|
-
maxItems: number;
|
|
1238
|
-
minItems: number;
|
|
1239
|
-
type: string;
|
|
1240
|
-
};
|
|
1241
|
-
name: {
|
|
1242
|
-
description: string;
|
|
1243
|
-
examples: string[];
|
|
1244
|
-
type: string;
|
|
1245
|
-
};
|
|
1246
1193
|
title: {
|
|
1247
1194
|
description: string;
|
|
1248
1195
|
properties: {
|
|
@@ -4324,6 +4271,9 @@ declare const _default: {
|
|
|
4324
4271
|
currency_id: {
|
|
4325
4272
|
type: string;
|
|
4326
4273
|
};
|
|
4274
|
+
description: {
|
|
4275
|
+
type: string;
|
|
4276
|
+
};
|
|
4327
4277
|
duration_format: {
|
|
4328
4278
|
enum: string[];
|
|
4329
4279
|
type: string;
|
|
@@ -5004,16 +4954,6 @@ declare const _default: {
|
|
|
5004
4954
|
}[];
|
|
5005
4955
|
type: string;
|
|
5006
4956
|
};
|
|
5007
|
-
background: {
|
|
5008
|
-
description: string;
|
|
5009
|
-
examples: string[];
|
|
5010
|
-
type: string;
|
|
5011
|
-
};
|
|
5012
|
-
baseFontSize: {
|
|
5013
|
-
description: string;
|
|
5014
|
-
examples: number[];
|
|
5015
|
-
type: string;
|
|
5016
|
-
};
|
|
5017
4957
|
borders: {
|
|
5018
4958
|
description: string;
|
|
5019
4959
|
properties: {
|
|
@@ -5080,16 +5020,6 @@ declare const _default: {
|
|
|
5080
5020
|
};
|
|
5081
5021
|
type: string;
|
|
5082
5022
|
};
|
|
5083
|
-
editBackground: {
|
|
5084
|
-
description: string;
|
|
5085
|
-
examples: string[];
|
|
5086
|
-
type: string;
|
|
5087
|
-
};
|
|
5088
|
-
editModeBackground: {
|
|
5089
|
-
description: string;
|
|
5090
|
-
examples: string[];
|
|
5091
|
-
type: string;
|
|
5092
|
-
};
|
|
5093
5023
|
font: {
|
|
5094
5024
|
description: string;
|
|
5095
5025
|
properties: {
|
|
@@ -5122,22 +5052,6 @@ declare const _default: {
|
|
|
5122
5052
|
examples: string[];
|
|
5123
5053
|
type: string;
|
|
5124
5054
|
};
|
|
5125
|
-
itemSpecific: {
|
|
5126
|
-
description: string;
|
|
5127
|
-
properties: {
|
|
5128
|
-
padding: {
|
|
5129
|
-
description: string;
|
|
5130
|
-
examples: number[];
|
|
5131
|
-
type: string;
|
|
5132
|
-
};
|
|
5133
|
-
rounding: {
|
|
5134
|
-
description: string;
|
|
5135
|
-
examples: number[];
|
|
5136
|
-
type: string;
|
|
5137
|
-
};
|
|
5138
|
-
};
|
|
5139
|
-
type: string;
|
|
5140
|
-
};
|
|
5141
5055
|
itemsBackground: {
|
|
5142
5056
|
description: string;
|
|
5143
5057
|
examples: string[];
|
|
@@ -5165,26 +5079,6 @@ declare const _default: {
|
|
|
5165
5079
|
};
|
|
5166
5080
|
type: string;
|
|
5167
5081
|
};
|
|
5168
|
-
mainColor: {
|
|
5169
|
-
description: string;
|
|
5170
|
-
examples: string[];
|
|
5171
|
-
type: string;
|
|
5172
|
-
};
|
|
5173
|
-
margins: {
|
|
5174
|
-
description: string;
|
|
5175
|
-
examples: number[][];
|
|
5176
|
-
items: {
|
|
5177
|
-
type: string;
|
|
5178
|
-
}[];
|
|
5179
|
-
maxItems: number;
|
|
5180
|
-
minItems: number;
|
|
5181
|
-
type: string;
|
|
5182
|
-
};
|
|
5183
|
-
name: {
|
|
5184
|
-
description: string;
|
|
5185
|
-
examples: string[];
|
|
5186
|
-
type: string;
|
|
5187
|
-
};
|
|
5188
5082
|
title: {
|
|
5189
5083
|
description: string;
|
|
5190
5084
|
properties: {
|
|
@@ -6081,6 +5975,9 @@ declare const _default: {
|
|
|
6081
5975
|
currency_id: {
|
|
6082
5976
|
type: string;
|
|
6083
5977
|
};
|
|
5978
|
+
description: {
|
|
5979
|
+
type: string;
|
|
5980
|
+
};
|
|
6084
5981
|
duration_format: {
|
|
6085
5982
|
enum: string[];
|
|
6086
5983
|
type: string;
|
|
@@ -6761,16 +6658,6 @@ declare const _default: {
|
|
|
6761
6658
|
}[];
|
|
6762
6659
|
type: string;
|
|
6763
6660
|
};
|
|
6764
|
-
background: {
|
|
6765
|
-
description: string;
|
|
6766
|
-
examples: string[];
|
|
6767
|
-
type: string;
|
|
6768
|
-
};
|
|
6769
|
-
baseFontSize: {
|
|
6770
|
-
description: string;
|
|
6771
|
-
examples: number[];
|
|
6772
|
-
type: string;
|
|
6773
|
-
};
|
|
6774
6661
|
borders: {
|
|
6775
6662
|
description: string;
|
|
6776
6663
|
properties: {
|
|
@@ -6837,16 +6724,6 @@ declare const _default: {
|
|
|
6837
6724
|
};
|
|
6838
6725
|
type: string;
|
|
6839
6726
|
};
|
|
6840
|
-
editBackground: {
|
|
6841
|
-
description: string;
|
|
6842
|
-
examples: string[];
|
|
6843
|
-
type: string;
|
|
6844
|
-
};
|
|
6845
|
-
editModeBackground: {
|
|
6846
|
-
description: string;
|
|
6847
|
-
examples: string[];
|
|
6848
|
-
type: string;
|
|
6849
|
-
};
|
|
6850
6727
|
font: {
|
|
6851
6728
|
description: string;
|
|
6852
6729
|
properties: {
|
|
@@ -6879,69 +6756,11 @@ declare const _default: {
|
|
|
6879
6756
|
examples: string[];
|
|
6880
6757
|
type: string;
|
|
6881
6758
|
};
|
|
6882
|
-
itemSpecific: {
|
|
6883
|
-
description: string;
|
|
6884
|
-
properties: {
|
|
6885
|
-
padding: {
|
|
6886
|
-
description: string;
|
|
6887
|
-
examples: number[];
|
|
6888
|
-
type: string;
|
|
6889
|
-
};
|
|
6890
|
-
rounding: {
|
|
6891
|
-
description: string;
|
|
6892
|
-
examples: number[];
|
|
6893
|
-
type: string;
|
|
6894
|
-
};
|
|
6895
|
-
};
|
|
6896
|
-
type: string;
|
|
6897
|
-
};
|
|
6898
6759
|
itemsBackground: {
|
|
6899
6760
|
description: string;
|
|
6900
6761
|
examples: string[];
|
|
6901
6762
|
type: string;
|
|
6902
6763
|
};
|
|
6903
|
-
legend: {
|
|
6904
|
-
description: string;
|
|
6905
|
-
properties: {
|
|
6906
|
-
fontSize: {
|
|
6907
|
-
description: string;
|
|
6908
|
-
examples: number[];
|
|
6909
|
-
type: string;
|
|
6910
|
-
};
|
|
6911
|
-
lineHeight: {
|
|
6912
|
-
description: string;
|
|
6913
|
-
examples: number[];
|
|
6914
|
-
type: string;
|
|
6915
|
-
};
|
|
6916
|
-
type: {
|
|
6917
|
-
description: string;
|
|
6918
|
-
enum: string[];
|
|
6919
|
-
examples: string[];
|
|
6920
|
-
type: string;
|
|
6921
|
-
};
|
|
6922
|
-
};
|
|
6923
|
-
type: string;
|
|
6924
|
-
};
|
|
6925
|
-
mainColor: {
|
|
6926
|
-
description: string;
|
|
6927
|
-
examples: string[];
|
|
6928
|
-
type: string;
|
|
6929
|
-
};
|
|
6930
|
-
margins: {
|
|
6931
|
-
description: string;
|
|
6932
|
-
examples: number[][];
|
|
6933
|
-
items: {
|
|
6934
|
-
type: string;
|
|
6935
|
-
}[];
|
|
6936
|
-
maxItems: number;
|
|
6937
|
-
minItems: number;
|
|
6938
|
-
type: string;
|
|
6939
|
-
};
|
|
6940
|
-
name: {
|
|
6941
|
-
description: string;
|
|
6942
|
-
examples: string[];
|
|
6943
|
-
type: string;
|
|
6944
|
-
};
|
|
6945
6764
|
title: {
|
|
6946
6765
|
description: string;
|
|
6947
6766
|
properties: {
|
|
@@ -9799,6 +9618,9 @@ declare const _default: {
|
|
|
9799
9618
|
currency_id: {
|
|
9800
9619
|
type: string;
|
|
9801
9620
|
};
|
|
9621
|
+
description: {
|
|
9622
|
+
type: string;
|
|
9623
|
+
};
|
|
9802
9624
|
duration_format: {
|
|
9803
9625
|
enum: string[];
|
|
9804
9626
|
type: string;
|
|
@@ -10385,16 +10207,6 @@ declare const _default: {
|
|
|
10385
10207
|
}[];
|
|
10386
10208
|
type: string;
|
|
10387
10209
|
};
|
|
10388
|
-
background: {
|
|
10389
|
-
description: string;
|
|
10390
|
-
examples: string[];
|
|
10391
|
-
type: string;
|
|
10392
|
-
};
|
|
10393
|
-
baseFontSize: {
|
|
10394
|
-
description: string;
|
|
10395
|
-
examples: number[];
|
|
10396
|
-
type: string;
|
|
10397
|
-
};
|
|
10398
10210
|
borders: {
|
|
10399
10211
|
description: string;
|
|
10400
10212
|
properties: {
|
|
@@ -10461,16 +10273,6 @@ declare const _default: {
|
|
|
10461
10273
|
};
|
|
10462
10274
|
type: string;
|
|
10463
10275
|
};
|
|
10464
|
-
editBackground: {
|
|
10465
|
-
description: string;
|
|
10466
|
-
examples: string[];
|
|
10467
|
-
type: string;
|
|
10468
|
-
};
|
|
10469
|
-
editModeBackground: {
|
|
10470
|
-
description: string;
|
|
10471
|
-
examples: string[];
|
|
10472
|
-
type: string;
|
|
10473
|
-
};
|
|
10474
10276
|
font: {
|
|
10475
10277
|
description: string;
|
|
10476
10278
|
properties: {
|
|
@@ -10503,22 +10305,6 @@ declare const _default: {
|
|
|
10503
10305
|
examples: string[];
|
|
10504
10306
|
type: string;
|
|
10505
10307
|
};
|
|
10506
|
-
itemSpecific: {
|
|
10507
|
-
description: string;
|
|
10508
|
-
properties: {
|
|
10509
|
-
padding: {
|
|
10510
|
-
description: string;
|
|
10511
|
-
examples: number[];
|
|
10512
|
-
type: string;
|
|
10513
|
-
};
|
|
10514
|
-
rounding: {
|
|
10515
|
-
description: string;
|
|
10516
|
-
examples: number[];
|
|
10517
|
-
type: string;
|
|
10518
|
-
};
|
|
10519
|
-
};
|
|
10520
|
-
type: string;
|
|
10521
|
-
};
|
|
10522
10308
|
itemsBackground: {
|
|
10523
10309
|
description: string;
|
|
10524
10310
|
examples: string[];
|
|
@@ -10546,26 +10332,6 @@ declare const _default: {
|
|
|
10546
10332
|
};
|
|
10547
10333
|
type: string;
|
|
10548
10334
|
};
|
|
10549
|
-
mainColor: {
|
|
10550
|
-
description: string;
|
|
10551
|
-
examples: string[];
|
|
10552
|
-
type: string;
|
|
10553
|
-
};
|
|
10554
|
-
margins: {
|
|
10555
|
-
description: string;
|
|
10556
|
-
examples: number[][];
|
|
10557
|
-
items: {
|
|
10558
|
-
type: string;
|
|
10559
|
-
}[];
|
|
10560
|
-
maxItems: number;
|
|
10561
|
-
minItems: number;
|
|
10562
|
-
type: string;
|
|
10563
|
-
};
|
|
10564
|
-
name: {
|
|
10565
|
-
description: string;
|
|
10566
|
-
examples: string[];
|
|
10567
|
-
type: string;
|
|
10568
|
-
};
|
|
10569
10335
|
title: {
|
|
10570
10336
|
description: string;
|
|
10571
10337
|
properties: {
|
|
@@ -11277,6 +11043,9 @@ declare const _default: {
|
|
|
11277
11043
|
currency_id: {
|
|
11278
11044
|
type: string;
|
|
11279
11045
|
};
|
|
11046
|
+
description: {
|
|
11047
|
+
type: string;
|
|
11048
|
+
};
|
|
11280
11049
|
duration_format: {
|
|
11281
11050
|
enum: string[];
|
|
11282
11051
|
type: string;
|
|
@@ -11948,16 +11717,6 @@ declare const _default: {
|
|
|
11948
11717
|
}[];
|
|
11949
11718
|
type: string;
|
|
11950
11719
|
};
|
|
11951
|
-
background: {
|
|
11952
|
-
description: string;
|
|
11953
|
-
examples: string[];
|
|
11954
|
-
type: string;
|
|
11955
|
-
};
|
|
11956
|
-
baseFontSize: {
|
|
11957
|
-
description: string;
|
|
11958
|
-
examples: number[];
|
|
11959
|
-
type: string;
|
|
11960
|
-
};
|
|
11961
11720
|
borders: {
|
|
11962
11721
|
description: string;
|
|
11963
11722
|
properties: {
|
|
@@ -12016,24 +11775,6 @@ declare const _default: {
|
|
|
12016
11775
|
};
|
|
12017
11776
|
type: string;
|
|
12018
11777
|
};
|
|
12019
|
-
colors: {
|
|
12020
|
-
description: string;
|
|
12021
|
-
examples: string[][];
|
|
12022
|
-
items: {
|
|
12023
|
-
type: string;
|
|
12024
|
-
};
|
|
12025
|
-
type: string;
|
|
12026
|
-
};
|
|
12027
|
-
editBackground: {
|
|
12028
|
-
description: string;
|
|
12029
|
-
examples: string[];
|
|
12030
|
-
type: string;
|
|
12031
|
-
};
|
|
12032
|
-
editModeBackground: {
|
|
12033
|
-
description: string;
|
|
12034
|
-
examples: string[];
|
|
12035
|
-
type: string;
|
|
12036
|
-
};
|
|
12037
11778
|
font: {
|
|
12038
11779
|
description: string;
|
|
12039
11780
|
properties: {
|
|
@@ -12066,69 +11807,11 @@ declare const _default: {
|
|
|
12066
11807
|
examples: string[];
|
|
12067
11808
|
type: string;
|
|
12068
11809
|
};
|
|
12069
|
-
itemSpecific: {
|
|
12070
|
-
description: string;
|
|
12071
|
-
properties: {
|
|
12072
|
-
padding: {
|
|
12073
|
-
description: string;
|
|
12074
|
-
examples: number[];
|
|
12075
|
-
type: string;
|
|
12076
|
-
};
|
|
12077
|
-
rounding: {
|
|
12078
|
-
description: string;
|
|
12079
|
-
examples: number[];
|
|
12080
|
-
type: string;
|
|
12081
|
-
};
|
|
12082
|
-
};
|
|
12083
|
-
type: string;
|
|
12084
|
-
};
|
|
12085
11810
|
itemsBackground: {
|
|
12086
11811
|
description: string;
|
|
12087
11812
|
examples: string[];
|
|
12088
11813
|
type: string;
|
|
12089
11814
|
};
|
|
12090
|
-
legend: {
|
|
12091
|
-
description: string;
|
|
12092
|
-
properties: {
|
|
12093
|
-
fontSize: {
|
|
12094
|
-
description: string;
|
|
12095
|
-
examples: number[];
|
|
12096
|
-
type: string;
|
|
12097
|
-
};
|
|
12098
|
-
lineHeight: {
|
|
12099
|
-
description: string;
|
|
12100
|
-
examples: number[];
|
|
12101
|
-
type: string;
|
|
12102
|
-
};
|
|
12103
|
-
type: {
|
|
12104
|
-
description: string;
|
|
12105
|
-
enum: string[];
|
|
12106
|
-
examples: string[];
|
|
12107
|
-
type: string;
|
|
12108
|
-
};
|
|
12109
|
-
};
|
|
12110
|
-
type: string;
|
|
12111
|
-
};
|
|
12112
|
-
mainColor: {
|
|
12113
|
-
description: string;
|
|
12114
|
-
examples: string[];
|
|
12115
|
-
type: string;
|
|
12116
|
-
};
|
|
12117
|
-
margins: {
|
|
12118
|
-
description: string;
|
|
12119
|
-
examples: number[][];
|
|
12120
|
-
items: {
|
|
12121
|
-
type: string;
|
|
12122
|
-
}[];
|
|
12123
|
-
maxItems: number;
|
|
12124
|
-
minItems: number;
|
|
12125
|
-
type: string;
|
|
12126
|
-
};
|
|
12127
|
-
name: {
|
|
12128
|
-
description: string;
|
|
12129
|
-
examples: string[];
|
|
12130
|
-
type: string;
|
|
12131
|
-
};
|
|
12132
11815
|
title: {
|
|
12133
11816
|
description: string;
|
|
12134
11817
|
properties: {
|
|
@@ -12883,6 +12566,9 @@ declare const _default: {
|
|
|
12883
12566
|
currency_id: {
|
|
12884
12567
|
type: string;
|
|
12885
12568
|
};
|
|
12569
|
+
description: {
|
|
12570
|
+
type: string;
|
|
12571
|
+
};
|
|
12886
12572
|
duration_format: {
|
|
12887
12573
|
enum: string[];
|
|
12888
12574
|
type: string;
|
|
@@ -13535,23 +13221,6 @@ declare const _default: {
|
|
|
13535
13221
|
theme: {
|
|
13536
13222
|
description: string;
|
|
13537
13223
|
properties: {
|
|
13538
|
-
axis: {
|
|
13539
|
-
description: string;
|
|
13540
|
-
examples: {
|
|
13541
|
-
fontSize: number;
|
|
13542
|
-
}[];
|
|
13543
|
-
type: string;
|
|
13544
|
-
};
|
|
13545
|
-
background: {
|
|
13546
|
-
description: string;
|
|
13547
|
-
examples: string[];
|
|
13548
|
-
type: string;
|
|
13549
|
-
};
|
|
13550
|
-
baseFontSize: {
|
|
13551
|
-
description: string;
|
|
13552
|
-
examples: number[];
|
|
13553
|
-
type: string;
|
|
13554
|
-
};
|
|
13555
13224
|
borders: {
|
|
13556
13225
|
description: string;
|
|
13557
13226
|
properties: {
|
|
@@ -13610,24 +13279,6 @@ declare const _default: {
|
|
|
13610
13279
|
};
|
|
13611
13280
|
type: string;
|
|
13612
13281
|
};
|
|
13613
|
-
colors: {
|
|
13614
|
-
description: string;
|
|
13615
|
-
examples: string[][];
|
|
13616
|
-
items: {
|
|
13617
|
-
type: string;
|
|
13618
|
-
};
|
|
13619
|
-
type: string;
|
|
13620
|
-
};
|
|
13621
|
-
editBackground: {
|
|
13622
|
-
description: string;
|
|
13623
|
-
examples: string[];
|
|
13624
|
-
type: string;
|
|
13625
|
-
};
|
|
13626
|
-
editModeBackground: {
|
|
13627
|
-
description: string;
|
|
13628
|
-
examples: string[];
|
|
13629
|
-
type: string;
|
|
13630
|
-
};
|
|
13631
13282
|
font: {
|
|
13632
13283
|
description: string;
|
|
13633
13284
|
properties: {
|
|
@@ -13660,22 +13311,6 @@ declare const _default: {
|
|
|
13660
13311
|
examples: string[];
|
|
13661
13312
|
type: string;
|
|
13662
13313
|
};
|
|
13663
|
-
itemSpecific: {
|
|
13664
|
-
description: string;
|
|
13665
|
-
properties: {
|
|
13666
|
-
padding: {
|
|
13667
|
-
description: string;
|
|
13668
|
-
examples: number[];
|
|
13669
|
-
type: string;
|
|
13670
|
-
};
|
|
13671
|
-
rounding: {
|
|
13672
|
-
description: string;
|
|
13673
|
-
examples: number[];
|
|
13674
|
-
type: string;
|
|
13675
|
-
};
|
|
13676
|
-
};
|
|
13677
|
-
type: string;
|
|
13678
|
-
};
|
|
13679
13314
|
itemsBackground: {
|
|
13680
13315
|
description: string;
|
|
13681
13316
|
examples: string[];
|
|
@@ -13703,26 +13338,6 @@ declare const _default: {
|
|
|
13703
13338
|
};
|
|
13704
13339
|
type: string;
|
|
13705
13340
|
};
|
|
13706
|
-
mainColor: {
|
|
13707
|
-
description: string;
|
|
13708
|
-
examples: string[];
|
|
13709
|
-
type: string;
|
|
13710
|
-
};
|
|
13711
|
-
margins: {
|
|
13712
|
-
description: string;
|
|
13713
|
-
examples: number[][];
|
|
13714
|
-
items: {
|
|
13715
|
-
type: string;
|
|
13716
|
-
}[];
|
|
13717
|
-
maxItems: number;
|
|
13718
|
-
minItems: number;
|
|
13719
|
-
type: string;
|
|
13720
|
-
};
|
|
13721
|
-
name: {
|
|
13722
|
-
description: string;
|
|
13723
|
-
examples: string[];
|
|
13724
|
-
type: string;
|
|
13725
|
-
};
|
|
13726
13341
|
title: {
|
|
13727
13342
|
description: string;
|
|
13728
13343
|
properties: {
|
|
@@ -14593,6 +14208,9 @@ declare const _default: {
|
|
|
14593
14208
|
currency_id: {
|
|
14594
14209
|
type: string;
|
|
14595
14210
|
};
|
|
14211
|
+
description: {
|
|
14212
|
+
type: string;
|
|
14213
|
+
};
|
|
14596
14214
|
duration_format: {
|
|
14597
14215
|
enum: string[];
|
|
14598
14216
|
type: string;
|
|
@@ -15172,23 +14790,6 @@ declare const _default: {
|
|
|
15172
14790
|
theme: {
|
|
15173
14791
|
description: string;
|
|
15174
14792
|
properties: {
|
|
15175
|
-
axis: {
|
|
15176
|
-
description: string;
|
|
15177
|
-
examples: {
|
|
15178
|
-
fontSize: number;
|
|
15179
|
-
}[];
|
|
15180
|
-
type: string;
|
|
15181
|
-
};
|
|
15182
|
-
background: {
|
|
15183
|
-
description: string;
|
|
15184
|
-
examples: string[];
|
|
15185
|
-
type: string;
|
|
15186
|
-
};
|
|
15187
|
-
baseFontSize: {
|
|
15188
|
-
description: string;
|
|
15189
|
-
examples: number[];
|
|
15190
|
-
type: string;
|
|
15191
|
-
};
|
|
15192
14793
|
borders: {
|
|
15193
14794
|
description: string;
|
|
15194
14795
|
properties: {
|
|
@@ -15255,16 +14856,6 @@ declare const _default: {
|
|
|
15255
14856
|
};
|
|
15256
14857
|
type: string;
|
|
15257
14858
|
};
|
|
15258
|
-
editBackground: {
|
|
15259
|
-
description: string;
|
|
15260
|
-
examples: string[];
|
|
15261
|
-
type: string;
|
|
15262
|
-
};
|
|
15263
|
-
editModeBackground: {
|
|
15264
|
-
description: string;
|
|
15265
|
-
examples: string[];
|
|
15266
|
-
type: string;
|
|
15267
|
-
};
|
|
15268
14859
|
font: {
|
|
15269
14860
|
description: string;
|
|
15270
14861
|
properties: {
|
|
@@ -15297,69 +14888,11 @@ declare const _default: {
|
|
|
15297
14888
|
examples: string[];
|
|
15298
14889
|
type: string;
|
|
15299
14890
|
};
|
|
15300
|
-
itemSpecific: {
|
|
15301
|
-
description: string;
|
|
15302
|
-
properties: {
|
|
15303
|
-
padding: {
|
|
15304
|
-
description: string;
|
|
15305
|
-
examples: number[];
|
|
15306
|
-
type: string;
|
|
15307
|
-
};
|
|
15308
|
-
rounding: {
|
|
15309
|
-
description: string;
|
|
15310
|
-
examples: number[];
|
|
15311
|
-
type: string;
|
|
15312
|
-
};
|
|
15313
|
-
};
|
|
15314
|
-
type: string;
|
|
15315
|
-
};
|
|
15316
14891
|
itemsBackground: {
|
|
15317
14892
|
description: string;
|
|
15318
14893
|
examples: string[];
|
|
15319
14894
|
type: string;
|
|
15320
14895
|
};
|
|
15321
|
-
legend: {
|
|
15322
|
-
description: string;
|
|
15323
|
-
properties: {
|
|
15324
|
-
fontSize: {
|
|
15325
|
-
description: string;
|
|
15326
|
-
examples: number[];
|
|
15327
|
-
type: string;
|
|
15328
|
-
};
|
|
15329
|
-
lineHeight: {
|
|
15330
|
-
description: string;
|
|
15331
|
-
examples: number[];
|
|
15332
|
-
type: string;
|
|
15333
|
-
};
|
|
15334
|
-
type: {
|
|
15335
|
-
description: string;
|
|
15336
|
-
enum: string[];
|
|
15337
|
-
examples: string[];
|
|
15338
|
-
type: string;
|
|
15339
|
-
};
|
|
15340
|
-
};
|
|
15341
|
-
type: string;
|
|
15342
|
-
};
|
|
15343
|
-
mainColor: {
|
|
15344
|
-
description: string;
|
|
15345
|
-
examples: string[];
|
|
15346
|
-
type: string;
|
|
15347
|
-
};
|
|
15348
|
-
margins: {
|
|
15349
|
-
description: string;
|
|
15350
|
-
examples: number[][];
|
|
15351
|
-
items: {
|
|
15352
|
-
type: string;
|
|
15353
|
-
}[];
|
|
15354
|
-
maxItems: number;
|
|
15355
|
-
minItems: number;
|
|
15356
|
-
type: string;
|
|
15357
|
-
};
|
|
15358
|
-
name: {
|
|
15359
|
-
description: string;
|
|
15360
|
-
examples: string[];
|
|
15361
|
-
type: string;
|
|
15362
|
-
};
|
|
15363
14896
|
title: {
|
|
15364
14897
|
description: string;
|
|
15365
14898
|
properties: {
|
|
@@ -18420,6 +17953,9 @@ declare const _default: {
|
|
|
18420
17953
|
currency_id: {
|
|
18421
17954
|
type: string;
|
|
18422
17955
|
};
|
|
17956
|
+
description: {
|
|
17957
|
+
type: string;
|
|
17958
|
+
};
|
|
18423
17959
|
duration_format: {
|
|
18424
17960
|
enum: string[];
|
|
18425
17961
|
type: string;
|
|
@@ -19100,16 +18636,6 @@ declare const _default: {
|
|
|
19100
18636
|
}[];
|
|
19101
18637
|
type: string;
|
|
19102
18638
|
};
|
|
19103
|
-
background: {
|
|
19104
|
-
description: string;
|
|
19105
|
-
examples: string[];
|
|
19106
|
-
type: string;
|
|
19107
|
-
};
|
|
19108
|
-
baseFontSize: {
|
|
19109
|
-
description: string;
|
|
19110
|
-
examples: number[];
|
|
19111
|
-
type: string;
|
|
19112
|
-
};
|
|
19113
18639
|
borders: {
|
|
19114
18640
|
description: string;
|
|
19115
18641
|
properties: {
|
|
@@ -19176,16 +18702,6 @@ declare const _default: {
|
|
|
19176
18702
|
};
|
|
19177
18703
|
type: string;
|
|
19178
18704
|
};
|
|
19179
|
-
editBackground: {
|
|
19180
|
-
description: string;
|
|
19181
|
-
examples: string[];
|
|
19182
|
-
type: string;
|
|
19183
|
-
};
|
|
19184
|
-
editModeBackground: {
|
|
19185
|
-
description: string;
|
|
19186
|
-
examples: string[];
|
|
19187
|
-
type: string;
|
|
19188
|
-
};
|
|
19189
18705
|
font: {
|
|
19190
18706
|
description: string;
|
|
19191
18707
|
properties: {
|
|
@@ -19218,22 +18734,6 @@ declare const _default: {
|
|
|
19218
18734
|
examples: string[];
|
|
19219
18735
|
type: string;
|
|
19220
18736
|
};
|
|
19221
|
-
itemSpecific: {
|
|
19222
|
-
description: string;
|
|
19223
|
-
properties: {
|
|
19224
|
-
padding: {
|
|
19225
|
-
description: string;
|
|
19226
|
-
examples: number[];
|
|
19227
|
-
type: string;
|
|
19228
|
-
};
|
|
19229
|
-
rounding: {
|
|
19230
|
-
description: string;
|
|
19231
|
-
examples: number[];
|
|
19232
|
-
type: string;
|
|
19233
|
-
};
|
|
19234
|
-
};
|
|
19235
|
-
type: string;
|
|
19236
|
-
};
|
|
19237
18737
|
itemsBackground: {
|
|
19238
18738
|
description: string;
|
|
19239
18739
|
examples: string[];
|
|
@@ -19261,26 +18761,6 @@ declare const _default: {
|
|
|
19261
18761
|
};
|
|
19262
18762
|
type: string;
|
|
19263
18763
|
};
|
|
19264
|
-
mainColor: {
|
|
19265
|
-
description: string;
|
|
19266
|
-
examples: string[];
|
|
19267
|
-
type: string;
|
|
19268
|
-
};
|
|
19269
|
-
margins: {
|
|
19270
|
-
description: string;
|
|
19271
|
-
examples: number[][];
|
|
19272
|
-
items: {
|
|
19273
|
-
type: string;
|
|
19274
|
-
}[];
|
|
19275
|
-
maxItems: number;
|
|
19276
|
-
minItems: number;
|
|
19277
|
-
type: string;
|
|
19278
|
-
};
|
|
19279
|
-
name: {
|
|
19280
|
-
description: string;
|
|
19281
|
-
examples: string[];
|
|
19282
|
-
type: string;
|
|
19283
|
-
};
|
|
19284
18764
|
title: {
|
|
19285
18765
|
description: string;
|
|
19286
18766
|
properties: {
|
|
@@ -20319,6 +19799,9 @@ declare const _default: {
|
|
|
20319
19799
|
currency_id: {
|
|
20320
19800
|
type: string;
|
|
20321
19801
|
};
|
|
19802
|
+
description: {
|
|
19803
|
+
type: string;
|
|
19804
|
+
};
|
|
20322
19805
|
duration_format: {
|
|
20323
19806
|
enum: string[];
|
|
20324
19807
|
type: string;
|
|
@@ -21021,16 +20504,6 @@ declare const _default: {
|
|
|
21021
20504
|
}[];
|
|
21022
20505
|
type: string;
|
|
21023
20506
|
};
|
|
21024
|
-
background: {
|
|
21025
|
-
description: string;
|
|
21026
|
-
examples: string[];
|
|
21027
|
-
type: string;
|
|
21028
|
-
};
|
|
21029
|
-
baseFontSize: {
|
|
21030
|
-
description: string;
|
|
21031
|
-
examples: number[];
|
|
21032
|
-
type: string;
|
|
21033
|
-
};
|
|
21034
20507
|
borders: {
|
|
21035
20508
|
description: string;
|
|
21036
20509
|
properties: {
|
|
@@ -21097,16 +20570,6 @@ declare const _default: {
|
|
|
21097
20570
|
};
|
|
21098
20571
|
type: string;
|
|
21099
20572
|
};
|
|
21100
|
-
editBackground: {
|
|
21101
|
-
description: string;
|
|
21102
|
-
examples: string[];
|
|
21103
|
-
type: string;
|
|
21104
|
-
};
|
|
21105
|
-
editModeBackground: {
|
|
21106
|
-
description: string;
|
|
21107
|
-
examples: string[];
|
|
21108
|
-
type: string;
|
|
21109
|
-
};
|
|
21110
20573
|
font: {
|
|
21111
20574
|
description: string;
|
|
21112
20575
|
properties: {
|
|
@@ -21139,22 +20602,6 @@ declare const _default: {
|
|
|
21139
20602
|
examples: string[];
|
|
21140
20603
|
type: string;
|
|
21141
20604
|
};
|
|
21142
|
-
itemSpecific: {
|
|
21143
|
-
description: string;
|
|
21144
|
-
properties: {
|
|
21145
|
-
padding: {
|
|
21146
|
-
description: string;
|
|
21147
|
-
examples: number[];
|
|
21148
|
-
type: string;
|
|
21149
|
-
};
|
|
21150
|
-
rounding: {
|
|
21151
|
-
description: string;
|
|
21152
|
-
examples: number[];
|
|
21153
|
-
type: string;
|
|
21154
|
-
};
|
|
21155
|
-
};
|
|
21156
|
-
type: string;
|
|
21157
|
-
};
|
|
21158
20605
|
itemsBackground: {
|
|
21159
20606
|
description: string;
|
|
21160
20607
|
examples: string[];
|
|
@@ -21182,26 +20629,6 @@ declare const _default: {
|
|
|
21182
20629
|
};
|
|
21183
20630
|
type: string;
|
|
21184
20631
|
};
|
|
21185
|
-
mainColor: {
|
|
21186
|
-
description: string;
|
|
21187
|
-
examples: string[];
|
|
21188
|
-
type: string;
|
|
21189
|
-
};
|
|
21190
|
-
margins: {
|
|
21191
|
-
description: string;
|
|
21192
|
-
examples: number[][];
|
|
21193
|
-
items: {
|
|
21194
|
-
type: string;
|
|
21195
|
-
}[];
|
|
21196
|
-
maxItems: number;
|
|
21197
|
-
minItems: number;
|
|
21198
|
-
type: string;
|
|
21199
|
-
};
|
|
21200
|
-
name: {
|
|
21201
|
-
description: string;
|
|
21202
|
-
examples: string[];
|
|
21203
|
-
type: string;
|
|
21204
|
-
};
|
|
21205
20632
|
title: {
|
|
21206
20633
|
description: string;
|
|
21207
20634
|
properties: {
|
|
@@ -21882,6 +21309,9 @@ declare const _default: {
|
|
|
21882
21309
|
currency_id: {
|
|
21883
21310
|
type: string;
|
|
21884
21311
|
};
|
|
21312
|
+
description: {
|
|
21313
|
+
type: string;
|
|
21314
|
+
};
|
|
21885
21315
|
duration_format: {
|
|
21886
21316
|
enum: string[];
|
|
21887
21317
|
type: string;
|
|
@@ -22421,23 +21851,6 @@ declare const _default: {
|
|
|
22421
21851
|
theme: {
|
|
22422
21852
|
description: string;
|
|
22423
21853
|
properties: {
|
|
22424
|
-
axis: {
|
|
22425
|
-
description: string;
|
|
22426
|
-
examples: {
|
|
22427
|
-
fontSize: number;
|
|
22428
|
-
}[];
|
|
22429
|
-
type: string;
|
|
22430
|
-
};
|
|
22431
|
-
background: {
|
|
22432
|
-
description: string;
|
|
22433
|
-
examples: string[];
|
|
22434
|
-
type: string;
|
|
22435
|
-
};
|
|
22436
|
-
baseFontSize: {
|
|
22437
|
-
description: string;
|
|
22438
|
-
examples: number[];
|
|
22439
|
-
type: string;
|
|
22440
|
-
};
|
|
22441
21854
|
borders: {
|
|
22442
21855
|
description: string;
|
|
22443
21856
|
properties: {
|
|
@@ -22496,24 +21909,6 @@ declare const _default: {
|
|
|
22496
21909
|
};
|
|
22497
21910
|
type: string;
|
|
22498
21911
|
};
|
|
22499
|
-
colors: {
|
|
22500
|
-
description: string;
|
|
22501
|
-
examples: string[][];
|
|
22502
|
-
items: {
|
|
22503
|
-
type: string;
|
|
22504
|
-
};
|
|
22505
|
-
type: string;
|
|
22506
|
-
};
|
|
22507
|
-
editBackground: {
|
|
22508
|
-
description: string;
|
|
22509
|
-
examples: string[];
|
|
22510
|
-
type: string;
|
|
22511
|
-
};
|
|
22512
|
-
editModeBackground: {
|
|
22513
|
-
description: string;
|
|
22514
|
-
examples: string[];
|
|
22515
|
-
type: string;
|
|
22516
|
-
};
|
|
22517
21912
|
font: {
|
|
22518
21913
|
description: string;
|
|
22519
21914
|
properties: {
|
|
@@ -22546,69 +21941,11 @@ declare const _default: {
|
|
|
22546
21941
|
examples: string[];
|
|
22547
21942
|
type: string;
|
|
22548
21943
|
};
|
|
22549
|
-
itemSpecific: {
|
|
22550
|
-
description: string;
|
|
22551
|
-
properties: {
|
|
22552
|
-
padding: {
|
|
22553
|
-
description: string;
|
|
22554
|
-
examples: number[];
|
|
22555
|
-
type: string;
|
|
22556
|
-
};
|
|
22557
|
-
rounding: {
|
|
22558
|
-
description: string;
|
|
22559
|
-
examples: number[];
|
|
22560
|
-
type: string;
|
|
22561
|
-
};
|
|
22562
|
-
};
|
|
22563
|
-
type: string;
|
|
22564
|
-
};
|
|
22565
21944
|
itemsBackground: {
|
|
22566
21945
|
description: string;
|
|
22567
21946
|
examples: string[];
|
|
22568
21947
|
type: string;
|
|
22569
21948
|
};
|
|
22570
|
-
legend: {
|
|
22571
|
-
description: string;
|
|
22572
|
-
properties: {
|
|
22573
|
-
fontSize: {
|
|
22574
|
-
description: string;
|
|
22575
|
-
examples: number[];
|
|
22576
|
-
type: string;
|
|
22577
|
-
};
|
|
22578
|
-
lineHeight: {
|
|
22579
|
-
description: string;
|
|
22580
|
-
examples: number[];
|
|
22581
|
-
type: string;
|
|
22582
|
-
};
|
|
22583
|
-
type: {
|
|
22584
|
-
description: string;
|
|
22585
|
-
enum: string[];
|
|
22586
|
-
examples: string[];
|
|
22587
|
-
type: string;
|
|
22588
|
-
};
|
|
22589
|
-
};
|
|
22590
|
-
type: string;
|
|
22591
|
-
};
|
|
22592
|
-
mainColor: {
|
|
22593
|
-
description: string;
|
|
22594
|
-
examples: string[];
|
|
22595
|
-
type: string;
|
|
22596
|
-
};
|
|
22597
|
-
margins: {
|
|
22598
|
-
description: string;
|
|
22599
|
-
examples: number[][];
|
|
22600
|
-
items: {
|
|
22601
|
-
type: string;
|
|
22602
|
-
}[];
|
|
22603
|
-
maxItems: number;
|
|
22604
|
-
minItems: number;
|
|
22605
|
-
type: string;
|
|
22606
|
-
};
|
|
22607
|
-
name: {
|
|
22608
|
-
description: string;
|
|
22609
|
-
examples: string[];
|
|
22610
|
-
type: string;
|
|
22611
|
-
};
|
|
22612
21949
|
title: {
|
|
22613
21950
|
description: string;
|
|
22614
21951
|
properties: {
|
|
@@ -22651,32 +21988,6 @@ declare const _default: {
|
|
|
22651
21988
|
};
|
|
22652
21989
|
type: string;
|
|
22653
21990
|
};
|
|
22654
|
-
tooltip: {
|
|
22655
|
-
description: string;
|
|
22656
|
-
properties: {
|
|
22657
|
-
background: {
|
|
22658
|
-
description: string;
|
|
22659
|
-
examples: string[];
|
|
22660
|
-
type: string;
|
|
22661
|
-
};
|
|
22662
|
-
fontSize: {
|
|
22663
|
-
description: string;
|
|
22664
|
-
examples: number[];
|
|
22665
|
-
type: string;
|
|
22666
|
-
};
|
|
22667
|
-
lineHeight: {
|
|
22668
|
-
description: string;
|
|
22669
|
-
examples: number[];
|
|
22670
|
-
type: string;
|
|
22671
|
-
};
|
|
22672
|
-
opacity: {
|
|
22673
|
-
description: string;
|
|
22674
|
-
examples: number[];
|
|
22675
|
-
type: string;
|
|
22676
|
-
};
|
|
22677
|
-
};
|
|
22678
|
-
type: string;
|
|
22679
|
-
};
|
|
22680
21991
|
type: {
|
|
22681
21992
|
description: string;
|
|
22682
21993
|
examples: string[];
|
|
@@ -25199,6 +24510,9 @@ declare const _default: {
|
|
|
25199
24510
|
currency_id: {
|
|
25200
24511
|
type: string;
|
|
25201
24512
|
};
|
|
24513
|
+
description: {
|
|
24514
|
+
type: string;
|
|
24515
|
+
};
|
|
25202
24516
|
duration_format: {
|
|
25203
24517
|
enum: string[];
|
|
25204
24518
|
type: string;
|
|
@@ -25878,23 +25192,6 @@ declare const _default: {
|
|
|
25878
25192
|
theme: {
|
|
25879
25193
|
description: string;
|
|
25880
25194
|
properties: {
|
|
25881
|
-
axis: {
|
|
25882
|
-
description: string;
|
|
25883
|
-
examples: {
|
|
25884
|
-
fontSize: number;
|
|
25885
|
-
}[];
|
|
25886
|
-
type: string;
|
|
25887
|
-
};
|
|
25888
|
-
background: {
|
|
25889
|
-
description: string;
|
|
25890
|
-
examples: string[];
|
|
25891
|
-
type: string;
|
|
25892
|
-
};
|
|
25893
|
-
baseFontSize: {
|
|
25894
|
-
description: string;
|
|
25895
|
-
examples: number[];
|
|
25896
|
-
type: string;
|
|
25897
|
-
};
|
|
25898
25195
|
borders: {
|
|
25899
25196
|
description: string;
|
|
25900
25197
|
properties: {
|
|
@@ -25961,16 +25258,6 @@ declare const _default: {
|
|
|
25961
25258
|
};
|
|
25962
25259
|
type: string;
|
|
25963
25260
|
};
|
|
25964
|
-
editBackground: {
|
|
25965
|
-
description: string;
|
|
25966
|
-
examples: string[];
|
|
25967
|
-
type: string;
|
|
25968
|
-
};
|
|
25969
|
-
editModeBackground: {
|
|
25970
|
-
description: string;
|
|
25971
|
-
examples: string[];
|
|
25972
|
-
type: string;
|
|
25973
|
-
};
|
|
25974
25261
|
font: {
|
|
25975
25262
|
description: string;
|
|
25976
25263
|
properties: {
|
|
@@ -26003,22 +25290,6 @@ declare const _default: {
|
|
|
26003
25290
|
examples: string[];
|
|
26004
25291
|
type: string;
|
|
26005
25292
|
};
|
|
26006
|
-
itemSpecific: {
|
|
26007
|
-
description: string;
|
|
26008
|
-
properties: {
|
|
26009
|
-
padding: {
|
|
26010
|
-
description: string;
|
|
26011
|
-
examples: number[];
|
|
26012
|
-
type: string;
|
|
26013
|
-
};
|
|
26014
|
-
rounding: {
|
|
26015
|
-
description: string;
|
|
26016
|
-
examples: number[];
|
|
26017
|
-
type: string;
|
|
26018
|
-
};
|
|
26019
|
-
};
|
|
26020
|
-
type: string;
|
|
26021
|
-
};
|
|
26022
25293
|
itemsBackground: {
|
|
26023
25294
|
description: string;
|
|
26024
25295
|
examples: string[];
|
|
@@ -26046,26 +25317,6 @@ declare const _default: {
|
|
|
26046
25317
|
};
|
|
26047
25318
|
type: string;
|
|
26048
25319
|
};
|
|
26049
|
-
mainColor: {
|
|
26050
|
-
description: string;
|
|
26051
|
-
examples: string[];
|
|
26052
|
-
type: string;
|
|
26053
|
-
};
|
|
26054
|
-
margins: {
|
|
26055
|
-
description: string;
|
|
26056
|
-
examples: number[][];
|
|
26057
|
-
items: {
|
|
26058
|
-
type: string;
|
|
26059
|
-
}[];
|
|
26060
|
-
maxItems: number;
|
|
26061
|
-
minItems: number;
|
|
26062
|
-
type: string;
|
|
26063
|
-
};
|
|
26064
|
-
name: {
|
|
26065
|
-
description: string;
|
|
26066
|
-
examples: string[];
|
|
26067
|
-
type: string;
|
|
26068
|
-
};
|
|
26069
25320
|
title: {
|
|
26070
25321
|
description: string;
|
|
26071
25322
|
properties: {
|
|
@@ -26678,6 +25929,9 @@ declare const _default: {
|
|
|
26678
25929
|
currency_id: {
|
|
26679
25930
|
type: string;
|
|
26680
25931
|
};
|
|
25932
|
+
description: {
|
|
25933
|
+
type: string;
|
|
25934
|
+
};
|
|
26681
25935
|
duration_format: {
|
|
26682
25936
|
enum: string[];
|
|
26683
25937
|
type: string;
|
|
@@ -27309,23 +26563,6 @@ declare const _default: {
|
|
|
27309
26563
|
theme: {
|
|
27310
26564
|
description: string;
|
|
27311
26565
|
properties: {
|
|
27312
|
-
axis: {
|
|
27313
|
-
description: string;
|
|
27314
|
-
examples: {
|
|
27315
|
-
fontSize: number;
|
|
27316
|
-
}[];
|
|
27317
|
-
type: string;
|
|
27318
|
-
};
|
|
27319
|
-
background: {
|
|
27320
|
-
description: string;
|
|
27321
|
-
examples: string[];
|
|
27322
|
-
type: string;
|
|
27323
|
-
};
|
|
27324
|
-
baseFontSize: {
|
|
27325
|
-
description: string;
|
|
27326
|
-
examples: number[];
|
|
27327
|
-
type: string;
|
|
27328
|
-
};
|
|
27329
26566
|
borders: {
|
|
27330
26567
|
description: string;
|
|
27331
26568
|
properties: {
|
|
@@ -27384,24 +26621,6 @@ declare const _default: {
|
|
|
27384
26621
|
};
|
|
27385
26622
|
type: string;
|
|
27386
26623
|
};
|
|
27387
|
-
colors: {
|
|
27388
|
-
description: string;
|
|
27389
|
-
examples: string[][];
|
|
27390
|
-
items: {
|
|
27391
|
-
type: string;
|
|
27392
|
-
};
|
|
27393
|
-
type: string;
|
|
27394
|
-
};
|
|
27395
|
-
editBackground: {
|
|
27396
|
-
description: string;
|
|
27397
|
-
examples: string[];
|
|
27398
|
-
type: string;
|
|
27399
|
-
};
|
|
27400
|
-
editModeBackground: {
|
|
27401
|
-
description: string;
|
|
27402
|
-
examples: string[];
|
|
27403
|
-
type: string;
|
|
27404
|
-
};
|
|
27405
26624
|
font: {
|
|
27406
26625
|
description: string;
|
|
27407
26626
|
properties: {
|
|
@@ -27434,69 +26653,11 @@ declare const _default: {
|
|
|
27434
26653
|
examples: string[];
|
|
27435
26654
|
type: string;
|
|
27436
26655
|
};
|
|
27437
|
-
itemSpecific: {
|
|
27438
|
-
description: string;
|
|
27439
|
-
properties: {
|
|
27440
|
-
padding: {
|
|
27441
|
-
description: string;
|
|
27442
|
-
examples: number[];
|
|
27443
|
-
type: string;
|
|
27444
|
-
};
|
|
27445
|
-
rounding: {
|
|
27446
|
-
description: string;
|
|
27447
|
-
examples: number[];
|
|
27448
|
-
type: string;
|
|
27449
|
-
};
|
|
27450
|
-
};
|
|
27451
|
-
type: string;
|
|
27452
|
-
};
|
|
27453
26656
|
itemsBackground: {
|
|
27454
26657
|
description: string;
|
|
27455
26658
|
examples: string[];
|
|
27456
26659
|
type: string;
|
|
27457
26660
|
};
|
|
27458
|
-
legend: {
|
|
27459
|
-
description: string;
|
|
27460
|
-
properties: {
|
|
27461
|
-
fontSize: {
|
|
27462
|
-
description: string;
|
|
27463
|
-
examples: number[];
|
|
27464
|
-
type: string;
|
|
27465
|
-
};
|
|
27466
|
-
lineHeight: {
|
|
27467
|
-
description: string;
|
|
27468
|
-
examples: number[];
|
|
27469
|
-
type: string;
|
|
27470
|
-
};
|
|
27471
|
-
type: {
|
|
27472
|
-
description: string;
|
|
27473
|
-
enum: string[];
|
|
27474
|
-
examples: string[];
|
|
27475
|
-
type: string;
|
|
27476
|
-
};
|
|
27477
|
-
};
|
|
27478
|
-
type: string;
|
|
27479
|
-
};
|
|
27480
|
-
mainColor: {
|
|
27481
|
-
description: string;
|
|
27482
|
-
examples: string[];
|
|
27483
|
-
type: string;
|
|
27484
|
-
};
|
|
27485
|
-
margins: {
|
|
27486
|
-
description: string;
|
|
27487
|
-
examples: number[][];
|
|
27488
|
-
items: {
|
|
27489
|
-
type: string;
|
|
27490
|
-
}[];
|
|
27491
|
-
maxItems: number;
|
|
27492
|
-
minItems: number;
|
|
27493
|
-
type: string;
|
|
27494
|
-
};
|
|
27495
|
-
name: {
|
|
27496
|
-
description: string;
|
|
27497
|
-
examples: string[];
|
|
27498
|
-
type: string;
|
|
27499
|
-
};
|
|
27500
26661
|
title: {
|
|
27501
26662
|
description: string;
|
|
27502
26663
|
properties: {
|
|
@@ -27539,32 +26700,6 @@ declare const _default: {
|
|
|
27539
26700
|
};
|
|
27540
26701
|
type: string;
|
|
27541
26702
|
};
|
|
27542
|
-
tooltip: {
|
|
27543
|
-
description: string;
|
|
27544
|
-
properties: {
|
|
27545
|
-
background: {
|
|
27546
|
-
description: string;
|
|
27547
|
-
examples: string[];
|
|
27548
|
-
type: string;
|
|
27549
|
-
};
|
|
27550
|
-
fontSize: {
|
|
27551
|
-
description: string;
|
|
27552
|
-
examples: number[];
|
|
27553
|
-
type: string;
|
|
27554
|
-
};
|
|
27555
|
-
lineHeight: {
|
|
27556
|
-
description: string;
|
|
27557
|
-
examples: number[];
|
|
27558
|
-
type: string;
|
|
27559
|
-
};
|
|
27560
|
-
opacity: {
|
|
27561
|
-
description: string;
|
|
27562
|
-
examples: number[];
|
|
27563
|
-
type: string;
|
|
27564
|
-
};
|
|
27565
|
-
};
|
|
27566
|
-
type: string;
|
|
27567
|
-
};
|
|
27568
26703
|
type: {
|
|
27569
26704
|
description: string;
|
|
27570
26705
|
examples: string[];
|
|
@@ -28223,6 +27358,9 @@ declare const _default: {
|
|
|
28223
27358
|
currency_id: {
|
|
28224
27359
|
type: string;
|
|
28225
27360
|
};
|
|
27361
|
+
description: {
|
|
27362
|
+
type: string;
|
|
27363
|
+
};
|
|
28226
27364
|
duration_format: {
|
|
28227
27365
|
enum: string[];
|
|
28228
27366
|
type: string;
|
|
@@ -28834,23 +27972,6 @@ declare const _default: {
|
|
|
28834
27972
|
theme: {
|
|
28835
27973
|
description: string;
|
|
28836
27974
|
properties: {
|
|
28837
|
-
axis: {
|
|
28838
|
-
description: string;
|
|
28839
|
-
examples: {
|
|
28840
|
-
fontSize: number;
|
|
28841
|
-
}[];
|
|
28842
|
-
type: string;
|
|
28843
|
-
};
|
|
28844
|
-
background: {
|
|
28845
|
-
description: string;
|
|
28846
|
-
examples: string[];
|
|
28847
|
-
type: string;
|
|
28848
|
-
};
|
|
28849
|
-
baseFontSize: {
|
|
28850
|
-
description: string;
|
|
28851
|
-
examples: number[];
|
|
28852
|
-
type: string;
|
|
28853
|
-
};
|
|
28854
27975
|
borders: {
|
|
28855
27976
|
description: string;
|
|
28856
27977
|
properties: {
|
|
@@ -28917,16 +28038,6 @@ declare const _default: {
|
|
|
28917
28038
|
};
|
|
28918
28039
|
type: string;
|
|
28919
28040
|
};
|
|
28920
|
-
editBackground: {
|
|
28921
|
-
description: string;
|
|
28922
|
-
examples: string[];
|
|
28923
|
-
type: string;
|
|
28924
|
-
};
|
|
28925
|
-
editModeBackground: {
|
|
28926
|
-
description: string;
|
|
28927
|
-
examples: string[];
|
|
28928
|
-
type: string;
|
|
28929
|
-
};
|
|
28930
28041
|
font: {
|
|
28931
28042
|
description: string;
|
|
28932
28043
|
properties: {
|
|
@@ -28959,69 +28070,11 @@ declare const _default: {
|
|
|
28959
28070
|
examples: string[];
|
|
28960
28071
|
type: string;
|
|
28961
28072
|
};
|
|
28962
|
-
itemSpecific: {
|
|
28963
|
-
description: string;
|
|
28964
|
-
properties: {
|
|
28965
|
-
padding: {
|
|
28966
|
-
description: string;
|
|
28967
|
-
examples: number[];
|
|
28968
|
-
type: string;
|
|
28969
|
-
};
|
|
28970
|
-
rounding: {
|
|
28971
|
-
description: string;
|
|
28972
|
-
examples: number[];
|
|
28973
|
-
type: string;
|
|
28974
|
-
};
|
|
28975
|
-
};
|
|
28976
|
-
type: string;
|
|
28977
|
-
};
|
|
28978
28073
|
itemsBackground: {
|
|
28979
28074
|
description: string;
|
|
28980
28075
|
examples: string[];
|
|
28981
28076
|
type: string;
|
|
28982
28077
|
};
|
|
28983
|
-
legend: {
|
|
28984
|
-
description: string;
|
|
28985
|
-
properties: {
|
|
28986
|
-
fontSize: {
|
|
28987
|
-
description: string;
|
|
28988
|
-
examples: number[];
|
|
28989
|
-
type: string;
|
|
28990
|
-
};
|
|
28991
|
-
lineHeight: {
|
|
28992
|
-
description: string;
|
|
28993
|
-
examples: number[];
|
|
28994
|
-
type: string;
|
|
28995
|
-
};
|
|
28996
|
-
type: {
|
|
28997
|
-
description: string;
|
|
28998
|
-
enum: string[];
|
|
28999
|
-
examples: string[];
|
|
29000
|
-
type: string;
|
|
29001
|
-
};
|
|
29002
|
-
};
|
|
29003
|
-
type: string;
|
|
29004
|
-
};
|
|
29005
|
-
mainColor: {
|
|
29006
|
-
description: string;
|
|
29007
|
-
examples: string[];
|
|
29008
|
-
type: string;
|
|
29009
|
-
};
|
|
29010
|
-
margins: {
|
|
29011
|
-
description: string;
|
|
29012
|
-
examples: number[][];
|
|
29013
|
-
items: {
|
|
29014
|
-
type: string;
|
|
29015
|
-
}[];
|
|
29016
|
-
maxItems: number;
|
|
29017
|
-
minItems: number;
|
|
29018
|
-
type: string;
|
|
29019
|
-
};
|
|
29020
|
-
name: {
|
|
29021
|
-
description: string;
|
|
29022
|
-
examples: string[];
|
|
29023
|
-
type: string;
|
|
29024
|
-
};
|
|
29025
28078
|
title: {
|
|
29026
28079
|
description: string;
|
|
29027
28080
|
properties: {
|
|
@@ -31905,6 +30958,9 @@ declare const _default: {
|
|
|
31905
30958
|
currency_id: {
|
|
31906
30959
|
type: string;
|
|
31907
30960
|
};
|
|
30961
|
+
description: {
|
|
30962
|
+
type: string;
|
|
30963
|
+
};
|
|
31908
30964
|
duration_format: {
|
|
31909
30965
|
enum: string[];
|
|
31910
30966
|
type: string;
|
|
@@ -32548,23 +31604,6 @@ declare const _default: {
|
|
|
32548
31604
|
theme: {
|
|
32549
31605
|
description: string;
|
|
32550
31606
|
properties: {
|
|
32551
|
-
axis: {
|
|
32552
|
-
description: string;
|
|
32553
|
-
examples: {
|
|
32554
|
-
fontSize: number;
|
|
32555
|
-
}[];
|
|
32556
|
-
type: string;
|
|
32557
|
-
};
|
|
32558
|
-
background: {
|
|
32559
|
-
description: string;
|
|
32560
|
-
examples: string[];
|
|
32561
|
-
type: string;
|
|
32562
|
-
};
|
|
32563
|
-
baseFontSize: {
|
|
32564
|
-
description: string;
|
|
32565
|
-
examples: number[];
|
|
32566
|
-
type: string;
|
|
32567
|
-
};
|
|
32568
31607
|
borders: {
|
|
32569
31608
|
description: string;
|
|
32570
31609
|
properties: {
|
|
@@ -32631,16 +31670,6 @@ declare const _default: {
|
|
|
32631
31670
|
};
|
|
32632
31671
|
type: string;
|
|
32633
31672
|
};
|
|
32634
|
-
editBackground: {
|
|
32635
|
-
description: string;
|
|
32636
|
-
examples: string[];
|
|
32637
|
-
type: string;
|
|
32638
|
-
};
|
|
32639
|
-
editModeBackground: {
|
|
32640
|
-
description: string;
|
|
32641
|
-
examples: string[];
|
|
32642
|
-
type: string;
|
|
32643
|
-
};
|
|
32644
31673
|
font: {
|
|
32645
31674
|
description: string;
|
|
32646
31675
|
properties: {
|
|
@@ -32673,22 +31702,6 @@ declare const _default: {
|
|
|
32673
31702
|
examples: string[];
|
|
32674
31703
|
type: string;
|
|
32675
31704
|
};
|
|
32676
|
-
itemSpecific: {
|
|
32677
|
-
description: string;
|
|
32678
|
-
properties: {
|
|
32679
|
-
padding: {
|
|
32680
|
-
description: string;
|
|
32681
|
-
examples: number[];
|
|
32682
|
-
type: string;
|
|
32683
|
-
};
|
|
32684
|
-
rounding: {
|
|
32685
|
-
description: string;
|
|
32686
|
-
examples: number[];
|
|
32687
|
-
type: string;
|
|
32688
|
-
};
|
|
32689
|
-
};
|
|
32690
|
-
type: string;
|
|
32691
|
-
};
|
|
32692
31705
|
itemsBackground: {
|
|
32693
31706
|
description: string;
|
|
32694
31707
|
examples: string[];
|
|
@@ -32716,26 +31729,6 @@ declare const _default: {
|
|
|
32716
31729
|
};
|
|
32717
31730
|
type: string;
|
|
32718
31731
|
};
|
|
32719
|
-
mainColor: {
|
|
32720
|
-
description: string;
|
|
32721
|
-
examples: string[];
|
|
32722
|
-
type: string;
|
|
32723
|
-
};
|
|
32724
|
-
margins: {
|
|
32725
|
-
description: string;
|
|
32726
|
-
examples: number[][];
|
|
32727
|
-
items: {
|
|
32728
|
-
type: string;
|
|
32729
|
-
}[];
|
|
32730
|
-
maxItems: number;
|
|
32731
|
-
minItems: number;
|
|
32732
|
-
type: string;
|
|
32733
|
-
};
|
|
32734
|
-
name: {
|
|
32735
|
-
description: string;
|
|
32736
|
-
examples: string[];
|
|
32737
|
-
type: string;
|
|
32738
|
-
};
|
|
32739
31732
|
title: {
|
|
32740
31733
|
description: string;
|
|
32741
31734
|
properties: {
|
|
@@ -33363,23 +32356,6 @@ declare const _default: {
|
|
|
33363
32356
|
theme: {
|
|
33364
32357
|
description: string;
|
|
33365
32358
|
properties: {
|
|
33366
|
-
axis: {
|
|
33367
|
-
description: string;
|
|
33368
|
-
examples: {
|
|
33369
|
-
fontSize: number;
|
|
33370
|
-
}[];
|
|
33371
|
-
type: string;
|
|
33372
|
-
};
|
|
33373
|
-
background: {
|
|
33374
|
-
description: string;
|
|
33375
|
-
examples: string[];
|
|
33376
|
-
type: string;
|
|
33377
|
-
};
|
|
33378
|
-
baseFontSize: {
|
|
33379
|
-
description: string;
|
|
33380
|
-
examples: number[];
|
|
33381
|
-
type: string;
|
|
33382
|
-
};
|
|
33383
32359
|
borders: {
|
|
33384
32360
|
description: string;
|
|
33385
32361
|
properties: {
|
|
@@ -33438,187 +32414,16 @@ declare const _default: {
|
|
|
33438
32414
|
};
|
|
33439
32415
|
type: string;
|
|
33440
32416
|
};
|
|
33441
|
-
colors: {
|
|
33442
|
-
description: string;
|
|
33443
|
-
examples: string[][];
|
|
33444
|
-
items: {
|
|
33445
|
-
type: string;
|
|
33446
|
-
};
|
|
33447
|
-
type: string;
|
|
33448
|
-
};
|
|
33449
|
-
editBackground: {
|
|
33450
|
-
description: string;
|
|
33451
|
-
examples: string[];
|
|
33452
|
-
type: string;
|
|
33453
|
-
};
|
|
33454
|
-
editModeBackground: {
|
|
33455
|
-
description: string;
|
|
33456
|
-
examples: string[];
|
|
33457
|
-
type: string;
|
|
33458
|
-
};
|
|
33459
|
-
font: {
|
|
33460
|
-
description: string;
|
|
33461
|
-
properties: {
|
|
33462
|
-
"font-style": {
|
|
33463
|
-
const: string;
|
|
33464
|
-
description: string;
|
|
33465
|
-
examples: string[];
|
|
33466
|
-
type: string;
|
|
33467
|
-
};
|
|
33468
|
-
"font-weight": {
|
|
33469
|
-
description: string;
|
|
33470
|
-
examples: number[];
|
|
33471
|
-
type: string;
|
|
33472
|
-
};
|
|
33473
|
-
fontFamily: {
|
|
33474
|
-
description: string;
|
|
33475
|
-
examples: string[];
|
|
33476
|
-
type: string;
|
|
33477
|
-
};
|
|
33478
|
-
fontSize: {
|
|
33479
|
-
description: string;
|
|
33480
|
-
examples: number[];
|
|
33481
|
-
type: string;
|
|
33482
|
-
};
|
|
33483
|
-
};
|
|
33484
|
-
type: string;
|
|
33485
|
-
};
|
|
33486
32417
|
id: {
|
|
33487
32418
|
description: string;
|
|
33488
32419
|
examples: string[];
|
|
33489
32420
|
type: string;
|
|
33490
32421
|
};
|
|
33491
|
-
itemSpecific: {
|
|
33492
|
-
description: string;
|
|
33493
|
-
properties: {
|
|
33494
|
-
padding: {
|
|
33495
|
-
description: string;
|
|
33496
|
-
examples: number[];
|
|
33497
|
-
type: string;
|
|
33498
|
-
};
|
|
33499
|
-
rounding: {
|
|
33500
|
-
description: string;
|
|
33501
|
-
examples: number[];
|
|
33502
|
-
type: string;
|
|
33503
|
-
};
|
|
33504
|
-
};
|
|
33505
|
-
type: string;
|
|
33506
|
-
};
|
|
33507
32422
|
itemsBackground: {
|
|
33508
32423
|
description: string;
|
|
33509
32424
|
examples: string[];
|
|
33510
32425
|
type: string;
|
|
33511
32426
|
};
|
|
33512
|
-
legend: {
|
|
33513
|
-
description: string;
|
|
33514
|
-
properties: {
|
|
33515
|
-
fontSize: {
|
|
33516
|
-
description: string;
|
|
33517
|
-
examples: number[];
|
|
33518
|
-
type: string;
|
|
33519
|
-
};
|
|
33520
|
-
lineHeight: {
|
|
33521
|
-
description: string;
|
|
33522
|
-
examples: number[];
|
|
33523
|
-
type: string;
|
|
33524
|
-
};
|
|
33525
|
-
type: {
|
|
33526
|
-
description: string;
|
|
33527
|
-
enum: string[];
|
|
33528
|
-
examples: string[];
|
|
33529
|
-
type: string;
|
|
33530
|
-
};
|
|
33531
|
-
};
|
|
33532
|
-
type: string;
|
|
33533
|
-
};
|
|
33534
|
-
mainColor: {
|
|
33535
|
-
description: string;
|
|
33536
|
-
examples: string[];
|
|
33537
|
-
type: string;
|
|
33538
|
-
};
|
|
33539
|
-
margins: {
|
|
33540
|
-
description: string;
|
|
33541
|
-
examples: number[][];
|
|
33542
|
-
items: {
|
|
33543
|
-
type: string;
|
|
33544
|
-
}[];
|
|
33545
|
-
maxItems: number;
|
|
33546
|
-
minItems: number;
|
|
33547
|
-
type: string;
|
|
33548
|
-
};
|
|
33549
|
-
name: {
|
|
33550
|
-
description: string;
|
|
33551
|
-
examples: string[];
|
|
33552
|
-
type: string;
|
|
33553
|
-
};
|
|
33554
|
-
title: {
|
|
33555
|
-
description: string;
|
|
33556
|
-
properties: {
|
|
33557
|
-
align: {
|
|
33558
|
-
description: string;
|
|
33559
|
-
enum: string[];
|
|
33560
|
-
examples: string[];
|
|
33561
|
-
type: string;
|
|
33562
|
-
};
|
|
33563
|
-
bold: {
|
|
33564
|
-
description: string;
|
|
33565
|
-
examples: boolean[];
|
|
33566
|
-
type: string;
|
|
33567
|
-
};
|
|
33568
|
-
border: {
|
|
33569
|
-
description: string;
|
|
33570
|
-
examples: boolean[];
|
|
33571
|
-
type: string;
|
|
33572
|
-
};
|
|
33573
|
-
fontSize: {
|
|
33574
|
-
description: string;
|
|
33575
|
-
examples: number[];
|
|
33576
|
-
type: string;
|
|
33577
|
-
};
|
|
33578
|
-
italic: {
|
|
33579
|
-
description: string;
|
|
33580
|
-
examples: boolean[];
|
|
33581
|
-
type: string;
|
|
33582
|
-
};
|
|
33583
|
-
lineHeight: {
|
|
33584
|
-
description: string;
|
|
33585
|
-
examples: number[];
|
|
33586
|
-
type: string;
|
|
33587
|
-
};
|
|
33588
|
-
underline: {
|
|
33589
|
-
description: string;
|
|
33590
|
-
examples: boolean[];
|
|
33591
|
-
type: string;
|
|
33592
|
-
};
|
|
33593
|
-
};
|
|
33594
|
-
type: string;
|
|
33595
|
-
};
|
|
33596
|
-
tooltip: {
|
|
33597
|
-
description: string;
|
|
33598
|
-
properties: {
|
|
33599
|
-
background: {
|
|
33600
|
-
description: string;
|
|
33601
|
-
examples: string[];
|
|
33602
|
-
type: string;
|
|
33603
|
-
};
|
|
33604
|
-
fontSize: {
|
|
33605
|
-
description: string;
|
|
33606
|
-
examples: number[];
|
|
33607
|
-
type: string;
|
|
33608
|
-
};
|
|
33609
|
-
lineHeight: {
|
|
33610
|
-
description: string;
|
|
33611
|
-
examples: number[];
|
|
33612
|
-
type: string;
|
|
33613
|
-
};
|
|
33614
|
-
opacity: {
|
|
33615
|
-
description: string;
|
|
33616
|
-
examples: number[];
|
|
33617
|
-
type: string;
|
|
33618
|
-
};
|
|
33619
|
-
};
|
|
33620
|
-
type: string;
|
|
33621
|
-
};
|
|
33622
32427
|
type: {
|
|
33623
32428
|
description: string;
|
|
33624
32429
|
examples: string[];
|
|
@@ -34169,6 +32974,9 @@ declare const _default: {
|
|
|
34169
32974
|
currency_id: {
|
|
34170
32975
|
type: string;
|
|
34171
32976
|
};
|
|
32977
|
+
description: {
|
|
32978
|
+
type: string;
|
|
32979
|
+
};
|
|
34172
32980
|
duration_format: {
|
|
34173
32981
|
enum: string[];
|
|
34174
32982
|
type: string;
|
|
@@ -34813,16 +33621,6 @@ declare const _default: {
|
|
|
34813
33621
|
}[];
|
|
34814
33622
|
type: string;
|
|
34815
33623
|
};
|
|
34816
|
-
background: {
|
|
34817
|
-
description: string;
|
|
34818
|
-
examples: string[];
|
|
34819
|
-
type: string;
|
|
34820
|
-
};
|
|
34821
|
-
baseFontSize: {
|
|
34822
|
-
description: string;
|
|
34823
|
-
examples: number[];
|
|
34824
|
-
type: string;
|
|
34825
|
-
};
|
|
34826
33624
|
borders: {
|
|
34827
33625
|
description: string;
|
|
34828
33626
|
properties: {
|
|
@@ -34889,16 +33687,6 @@ declare const _default: {
|
|
|
34889
33687
|
};
|
|
34890
33688
|
type: string;
|
|
34891
33689
|
};
|
|
34892
|
-
editBackground: {
|
|
34893
|
-
description: string;
|
|
34894
|
-
examples: string[];
|
|
34895
|
-
type: string;
|
|
34896
|
-
};
|
|
34897
|
-
editModeBackground: {
|
|
34898
|
-
description: string;
|
|
34899
|
-
examples: string[];
|
|
34900
|
-
type: string;
|
|
34901
|
-
};
|
|
34902
33690
|
font: {
|
|
34903
33691
|
description: string;
|
|
34904
33692
|
properties: {
|
|
@@ -34931,22 +33719,6 @@ declare const _default: {
|
|
|
34931
33719
|
examples: string[];
|
|
34932
33720
|
type: string;
|
|
34933
33721
|
};
|
|
34934
|
-
itemSpecific: {
|
|
34935
|
-
description: string;
|
|
34936
|
-
properties: {
|
|
34937
|
-
padding: {
|
|
34938
|
-
description: string;
|
|
34939
|
-
examples: number[];
|
|
34940
|
-
type: string;
|
|
34941
|
-
};
|
|
34942
|
-
rounding: {
|
|
34943
|
-
description: string;
|
|
34944
|
-
examples: number[];
|
|
34945
|
-
type: string;
|
|
34946
|
-
};
|
|
34947
|
-
};
|
|
34948
|
-
type: string;
|
|
34949
|
-
};
|
|
34950
33722
|
itemsBackground: {
|
|
34951
33723
|
description: string;
|
|
34952
33724
|
examples: string[];
|
|
@@ -34974,26 +33746,6 @@ declare const _default: {
|
|
|
34974
33746
|
};
|
|
34975
33747
|
type: string;
|
|
34976
33748
|
};
|
|
34977
|
-
mainColor: {
|
|
34978
|
-
description: string;
|
|
34979
|
-
examples: string[];
|
|
34980
|
-
type: string;
|
|
34981
|
-
};
|
|
34982
|
-
margins: {
|
|
34983
|
-
description: string;
|
|
34984
|
-
examples: number[][];
|
|
34985
|
-
items: {
|
|
34986
|
-
type: string;
|
|
34987
|
-
}[];
|
|
34988
|
-
maxItems: number;
|
|
34989
|
-
minItems: number;
|
|
34990
|
-
type: string;
|
|
34991
|
-
};
|
|
34992
|
-
name: {
|
|
34993
|
-
description: string;
|
|
34994
|
-
examples: string[];
|
|
34995
|
-
type: string;
|
|
34996
|
-
};
|
|
34997
33749
|
title: {
|
|
34998
33750
|
description: string;
|
|
34999
33751
|
properties: {
|
|
@@ -35744,6 +34496,9 @@ declare const _default: {
|
|
|
35744
34496
|
currency_id: {
|
|
35745
34497
|
type: string;
|
|
35746
34498
|
};
|
|
34499
|
+
description: {
|
|
34500
|
+
type: string;
|
|
34501
|
+
};
|
|
35747
34502
|
duration_format: {
|
|
35748
34503
|
enum: string[];
|
|
35749
34504
|
type: string;
|
|
@@ -36419,23 +35174,6 @@ declare const _default: {
|
|
|
36419
35174
|
theme: {
|
|
36420
35175
|
description: string;
|
|
36421
35176
|
properties: {
|
|
36422
|
-
axis: {
|
|
36423
|
-
description: string;
|
|
36424
|
-
examples: {
|
|
36425
|
-
fontSize: number;
|
|
36426
|
-
}[];
|
|
36427
|
-
type: string;
|
|
36428
|
-
};
|
|
36429
|
-
background: {
|
|
36430
|
-
description: string;
|
|
36431
|
-
examples: string[];
|
|
36432
|
-
type: string;
|
|
36433
|
-
};
|
|
36434
|
-
baseFontSize: {
|
|
36435
|
-
description: string;
|
|
36436
|
-
examples: number[];
|
|
36437
|
-
type: string;
|
|
36438
|
-
};
|
|
36439
35177
|
borders: {
|
|
36440
35178
|
description: string;
|
|
36441
35179
|
properties: {
|
|
@@ -36494,24 +35232,6 @@ declare const _default: {
|
|
|
36494
35232
|
};
|
|
36495
35233
|
type: string;
|
|
36496
35234
|
};
|
|
36497
|
-
colors: {
|
|
36498
|
-
description: string;
|
|
36499
|
-
examples: string[][];
|
|
36500
|
-
items: {
|
|
36501
|
-
type: string;
|
|
36502
|
-
};
|
|
36503
|
-
type: string;
|
|
36504
|
-
};
|
|
36505
|
-
editBackground: {
|
|
36506
|
-
description: string;
|
|
36507
|
-
examples: string[];
|
|
36508
|
-
type: string;
|
|
36509
|
-
};
|
|
36510
|
-
editModeBackground: {
|
|
36511
|
-
description: string;
|
|
36512
|
-
examples: string[];
|
|
36513
|
-
type: string;
|
|
36514
|
-
};
|
|
36515
35235
|
font: {
|
|
36516
35236
|
description: string;
|
|
36517
35237
|
properties: {
|
|
@@ -36544,69 +35264,11 @@ declare const _default: {
|
|
|
36544
35264
|
examples: string[];
|
|
36545
35265
|
type: string;
|
|
36546
35266
|
};
|
|
36547
|
-
itemSpecific: {
|
|
36548
|
-
description: string;
|
|
36549
|
-
properties: {
|
|
36550
|
-
padding: {
|
|
36551
|
-
description: string;
|
|
36552
|
-
examples: number[];
|
|
36553
|
-
type: string;
|
|
36554
|
-
};
|
|
36555
|
-
rounding: {
|
|
36556
|
-
description: string;
|
|
36557
|
-
examples: number[];
|
|
36558
|
-
type: string;
|
|
36559
|
-
};
|
|
36560
|
-
};
|
|
36561
|
-
type: string;
|
|
36562
|
-
};
|
|
36563
35267
|
itemsBackground: {
|
|
36564
35268
|
description: string;
|
|
36565
35269
|
examples: string[];
|
|
36566
35270
|
type: string;
|
|
36567
35271
|
};
|
|
36568
|
-
legend: {
|
|
36569
|
-
description: string;
|
|
36570
|
-
properties: {
|
|
36571
|
-
fontSize: {
|
|
36572
|
-
description: string;
|
|
36573
|
-
examples: number[];
|
|
36574
|
-
type: string;
|
|
36575
|
-
};
|
|
36576
|
-
lineHeight: {
|
|
36577
|
-
description: string;
|
|
36578
|
-
examples: number[];
|
|
36579
|
-
type: string;
|
|
36580
|
-
};
|
|
36581
|
-
type: {
|
|
36582
|
-
description: string;
|
|
36583
|
-
enum: string[];
|
|
36584
|
-
examples: string[];
|
|
36585
|
-
type: string;
|
|
36586
|
-
};
|
|
36587
|
-
};
|
|
36588
|
-
type: string;
|
|
36589
|
-
};
|
|
36590
|
-
mainColor: {
|
|
36591
|
-
description: string;
|
|
36592
|
-
examples: string[];
|
|
36593
|
-
type: string;
|
|
36594
|
-
};
|
|
36595
|
-
margins: {
|
|
36596
|
-
description: string;
|
|
36597
|
-
examples: number[][];
|
|
36598
|
-
items: {
|
|
36599
|
-
type: string;
|
|
36600
|
-
}[];
|
|
36601
|
-
maxItems: number;
|
|
36602
|
-
minItems: number;
|
|
36603
|
-
type: string;
|
|
36604
|
-
};
|
|
36605
|
-
name: {
|
|
36606
|
-
description: string;
|
|
36607
|
-
examples: string[];
|
|
36608
|
-
type: string;
|
|
36609
|
-
};
|
|
36610
35272
|
title: {
|
|
36611
35273
|
description: string;
|
|
36612
35274
|
properties: {
|
|
@@ -37433,6 +36095,9 @@ declare const _default: {
|
|
|
37433
36095
|
currency_id: {
|
|
37434
36096
|
type: string;
|
|
37435
36097
|
};
|
|
36098
|
+
description: {
|
|
36099
|
+
type: string;
|
|
36100
|
+
};
|
|
37436
36101
|
duration_format: {
|
|
37437
36102
|
enum: string[];
|
|
37438
36103
|
type: string;
|
|
@@ -38098,23 +36763,6 @@ declare const _default: {
|
|
|
38098
36763
|
theme: {
|
|
38099
36764
|
description: string;
|
|
38100
36765
|
properties: {
|
|
38101
|
-
axis: {
|
|
38102
|
-
description: string;
|
|
38103
|
-
examples: {
|
|
38104
|
-
fontSize: number;
|
|
38105
|
-
}[];
|
|
38106
|
-
type: string;
|
|
38107
|
-
};
|
|
38108
|
-
background: {
|
|
38109
|
-
description: string;
|
|
38110
|
-
examples: string[];
|
|
38111
|
-
type: string;
|
|
38112
|
-
};
|
|
38113
|
-
baseFontSize: {
|
|
38114
|
-
description: string;
|
|
38115
|
-
examples: number[];
|
|
38116
|
-
type: string;
|
|
38117
|
-
};
|
|
38118
36766
|
borders: {
|
|
38119
36767
|
description: string;
|
|
38120
36768
|
properties: {
|
|
@@ -38173,24 +36821,6 @@ declare const _default: {
|
|
|
38173
36821
|
};
|
|
38174
36822
|
type: string;
|
|
38175
36823
|
};
|
|
38176
|
-
colors: {
|
|
38177
|
-
description: string;
|
|
38178
|
-
examples: string[][];
|
|
38179
|
-
items: {
|
|
38180
|
-
type: string;
|
|
38181
|
-
};
|
|
38182
|
-
type: string;
|
|
38183
|
-
};
|
|
38184
|
-
editBackground: {
|
|
38185
|
-
description: string;
|
|
38186
|
-
examples: string[];
|
|
38187
|
-
type: string;
|
|
38188
|
-
};
|
|
38189
|
-
editModeBackground: {
|
|
38190
|
-
description: string;
|
|
38191
|
-
examples: string[];
|
|
38192
|
-
type: string;
|
|
38193
|
-
};
|
|
38194
36824
|
font: {
|
|
38195
36825
|
description: string;
|
|
38196
36826
|
properties: {
|
|
@@ -38223,69 +36853,11 @@ declare const _default: {
|
|
|
38223
36853
|
examples: string[];
|
|
38224
36854
|
type: string;
|
|
38225
36855
|
};
|
|
38226
|
-
itemSpecific: {
|
|
38227
|
-
description: string;
|
|
38228
|
-
properties: {
|
|
38229
|
-
padding: {
|
|
38230
|
-
description: string;
|
|
38231
|
-
examples: number[];
|
|
38232
|
-
type: string;
|
|
38233
|
-
};
|
|
38234
|
-
rounding: {
|
|
38235
|
-
description: string;
|
|
38236
|
-
examples: number[];
|
|
38237
|
-
type: string;
|
|
38238
|
-
};
|
|
38239
|
-
};
|
|
38240
|
-
type: string;
|
|
38241
|
-
};
|
|
38242
36856
|
itemsBackground: {
|
|
38243
36857
|
description: string;
|
|
38244
36858
|
examples: string[];
|
|
38245
36859
|
type: string;
|
|
38246
36860
|
};
|
|
38247
|
-
legend: {
|
|
38248
|
-
description: string;
|
|
38249
|
-
properties: {
|
|
38250
|
-
fontSize: {
|
|
38251
|
-
description: string;
|
|
38252
|
-
examples: number[];
|
|
38253
|
-
type: string;
|
|
38254
|
-
};
|
|
38255
|
-
lineHeight: {
|
|
38256
|
-
description: string;
|
|
38257
|
-
examples: number[];
|
|
38258
|
-
type: string;
|
|
38259
|
-
};
|
|
38260
|
-
type: {
|
|
38261
|
-
description: string;
|
|
38262
|
-
enum: string[];
|
|
38263
|
-
examples: string[];
|
|
38264
|
-
type: string;
|
|
38265
|
-
};
|
|
38266
|
-
};
|
|
38267
|
-
type: string;
|
|
38268
|
-
};
|
|
38269
|
-
mainColor: {
|
|
38270
|
-
description: string;
|
|
38271
|
-
examples: string[];
|
|
38272
|
-
type: string;
|
|
38273
|
-
};
|
|
38274
|
-
margins: {
|
|
38275
|
-
description: string;
|
|
38276
|
-
examples: number[][];
|
|
38277
|
-
items: {
|
|
38278
|
-
type: string;
|
|
38279
|
-
}[];
|
|
38280
|
-
maxItems: number;
|
|
38281
|
-
minItems: number;
|
|
38282
|
-
type: string;
|
|
38283
|
-
};
|
|
38284
|
-
name: {
|
|
38285
|
-
description: string;
|
|
38286
|
-
examples: string[];
|
|
38287
|
-
type: string;
|
|
38288
|
-
};
|
|
38289
36861
|
title: {
|
|
38290
36862
|
description: string;
|
|
38291
36863
|
properties: {
|
|
@@ -38963,6 +37535,9 @@ declare const _default: {
|
|
|
38963
37535
|
currency_id: {
|
|
38964
37536
|
type: string;
|
|
38965
37537
|
};
|
|
37538
|
+
description: {
|
|
37539
|
+
type: string;
|
|
37540
|
+
};
|
|
38966
37541
|
duration_format: {
|
|
38967
37542
|
enum: string[];
|
|
38968
37543
|
type: string;
|
|
@@ -39564,23 +38139,6 @@ declare const _default: {
|
|
|
39564
38139
|
theme: {
|
|
39565
38140
|
description: string;
|
|
39566
38141
|
properties: {
|
|
39567
|
-
axis: {
|
|
39568
|
-
description: string;
|
|
39569
|
-
examples: {
|
|
39570
|
-
fontSize: number;
|
|
39571
|
-
}[];
|
|
39572
|
-
type: string;
|
|
39573
|
-
};
|
|
39574
|
-
background: {
|
|
39575
|
-
description: string;
|
|
39576
|
-
examples: string[];
|
|
39577
|
-
type: string;
|
|
39578
|
-
};
|
|
39579
|
-
baseFontSize: {
|
|
39580
|
-
description: string;
|
|
39581
|
-
examples: number[];
|
|
39582
|
-
type: string;
|
|
39583
|
-
};
|
|
39584
38142
|
borders: {
|
|
39585
38143
|
description: string;
|
|
39586
38144
|
properties: {
|
|
@@ -39647,16 +38205,6 @@ declare const _default: {
|
|
|
39647
38205
|
};
|
|
39648
38206
|
type: string;
|
|
39649
38207
|
};
|
|
39650
|
-
editBackground: {
|
|
39651
|
-
description: string;
|
|
39652
|
-
examples: string[];
|
|
39653
|
-
type: string;
|
|
39654
|
-
};
|
|
39655
|
-
editModeBackground: {
|
|
39656
|
-
description: string;
|
|
39657
|
-
examples: string[];
|
|
39658
|
-
type: string;
|
|
39659
|
-
};
|
|
39660
38208
|
font: {
|
|
39661
38209
|
description: string;
|
|
39662
38210
|
properties: {
|
|
@@ -39689,69 +38237,11 @@ declare const _default: {
|
|
|
39689
38237
|
examples: string[];
|
|
39690
38238
|
type: string;
|
|
39691
38239
|
};
|
|
39692
|
-
itemSpecific: {
|
|
39693
|
-
description: string;
|
|
39694
|
-
properties: {
|
|
39695
|
-
padding: {
|
|
39696
|
-
description: string;
|
|
39697
|
-
examples: number[];
|
|
39698
|
-
type: string;
|
|
39699
|
-
};
|
|
39700
|
-
rounding: {
|
|
39701
|
-
description: string;
|
|
39702
|
-
examples: number[];
|
|
39703
|
-
type: string;
|
|
39704
|
-
};
|
|
39705
|
-
};
|
|
39706
|
-
type: string;
|
|
39707
|
-
};
|
|
39708
38240
|
itemsBackground: {
|
|
39709
38241
|
description: string;
|
|
39710
38242
|
examples: string[];
|
|
39711
38243
|
type: string;
|
|
39712
38244
|
};
|
|
39713
|
-
legend: {
|
|
39714
|
-
description: string;
|
|
39715
|
-
properties: {
|
|
39716
|
-
fontSize: {
|
|
39717
|
-
description: string;
|
|
39718
|
-
examples: number[];
|
|
39719
|
-
type: string;
|
|
39720
|
-
};
|
|
39721
|
-
lineHeight: {
|
|
39722
|
-
description: string;
|
|
39723
|
-
examples: number[];
|
|
39724
|
-
type: string;
|
|
39725
|
-
};
|
|
39726
|
-
type: {
|
|
39727
|
-
description: string;
|
|
39728
|
-
enum: string[];
|
|
39729
|
-
examples: string[];
|
|
39730
|
-
type: string;
|
|
39731
|
-
};
|
|
39732
|
-
};
|
|
39733
|
-
type: string;
|
|
39734
|
-
};
|
|
39735
|
-
mainColor: {
|
|
39736
|
-
description: string;
|
|
39737
|
-
examples: string[];
|
|
39738
|
-
type: string;
|
|
39739
|
-
};
|
|
39740
|
-
margins: {
|
|
39741
|
-
description: string;
|
|
39742
|
-
examples: number[][];
|
|
39743
|
-
items: {
|
|
39744
|
-
type: string;
|
|
39745
|
-
}[];
|
|
39746
|
-
maxItems: number;
|
|
39747
|
-
minItems: number;
|
|
39748
|
-
type: string;
|
|
39749
|
-
};
|
|
39750
|
-
name: {
|
|
39751
|
-
description: string;
|
|
39752
|
-
examples: string[];
|
|
39753
|
-
type: string;
|
|
39754
|
-
};
|
|
39755
38245
|
title: {
|
|
39756
38246
|
description: string;
|
|
39757
38247
|
properties: {
|
|
@@ -40709,6 +39199,9 @@ declare const _default: {
|
|
|
40709
39199
|
currency_id: {
|
|
40710
39200
|
type: string;
|
|
40711
39201
|
};
|
|
39202
|
+
description: {
|
|
39203
|
+
type: string;
|
|
39204
|
+
};
|
|
40712
39205
|
duration_format: {
|
|
40713
39206
|
enum: string[];
|
|
40714
39207
|
type: string;
|
|
@@ -41316,16 +39809,6 @@ declare const _default: {
|
|
|
41316
39809
|
}[];
|
|
41317
39810
|
type: string;
|
|
41318
39811
|
};
|
|
41319
|
-
background: {
|
|
41320
|
-
description: string;
|
|
41321
|
-
examples: string[];
|
|
41322
|
-
type: string;
|
|
41323
|
-
};
|
|
41324
|
-
baseFontSize: {
|
|
41325
|
-
description: string;
|
|
41326
|
-
examples: number[];
|
|
41327
|
-
type: string;
|
|
41328
|
-
};
|
|
41329
39812
|
borders: {
|
|
41330
39813
|
description: string;
|
|
41331
39814
|
properties: {
|
|
@@ -41392,16 +39875,6 @@ declare const _default: {
|
|
|
41392
39875
|
};
|
|
41393
39876
|
type: string;
|
|
41394
39877
|
};
|
|
41395
|
-
editBackground: {
|
|
41396
|
-
description: string;
|
|
41397
|
-
examples: string[];
|
|
41398
|
-
type: string;
|
|
41399
|
-
};
|
|
41400
|
-
editModeBackground: {
|
|
41401
|
-
description: string;
|
|
41402
|
-
examples: string[];
|
|
41403
|
-
type: string;
|
|
41404
|
-
};
|
|
41405
39878
|
font: {
|
|
41406
39879
|
description: string;
|
|
41407
39880
|
properties: {
|
|
@@ -41434,22 +39907,6 @@ declare const _default: {
|
|
|
41434
39907
|
examples: string[];
|
|
41435
39908
|
type: string;
|
|
41436
39909
|
};
|
|
41437
|
-
itemSpecific: {
|
|
41438
|
-
description: string;
|
|
41439
|
-
properties: {
|
|
41440
|
-
padding: {
|
|
41441
|
-
description: string;
|
|
41442
|
-
examples: number[];
|
|
41443
|
-
type: string;
|
|
41444
|
-
};
|
|
41445
|
-
rounding: {
|
|
41446
|
-
description: string;
|
|
41447
|
-
examples: number[];
|
|
41448
|
-
type: string;
|
|
41449
|
-
};
|
|
41450
|
-
};
|
|
41451
|
-
type: string;
|
|
41452
|
-
};
|
|
41453
39910
|
itemsBackground: {
|
|
41454
39911
|
description: string;
|
|
41455
39912
|
examples: string[];
|
|
@@ -41477,26 +39934,6 @@ declare const _default: {
|
|
|
41477
39934
|
};
|
|
41478
39935
|
type: string;
|
|
41479
39936
|
};
|
|
41480
|
-
mainColor: {
|
|
41481
|
-
description: string;
|
|
41482
|
-
examples: string[];
|
|
41483
|
-
type: string;
|
|
41484
|
-
};
|
|
41485
|
-
margins: {
|
|
41486
|
-
description: string;
|
|
41487
|
-
examples: number[][];
|
|
41488
|
-
items: {
|
|
41489
|
-
type: string;
|
|
41490
|
-
}[];
|
|
41491
|
-
maxItems: number;
|
|
41492
|
-
minItems: number;
|
|
41493
|
-
type: string;
|
|
41494
|
-
};
|
|
41495
|
-
name: {
|
|
41496
|
-
description: string;
|
|
41497
|
-
examples: string[];
|
|
41498
|
-
type: string;
|
|
41499
|
-
};
|
|
41500
39937
|
title: {
|
|
41501
39938
|
description: string;
|
|
41502
39939
|
properties: {
|
|
@@ -42183,6 +40620,9 @@ declare const _default: {
|
|
|
42183
40620
|
currency_id: {
|
|
42184
40621
|
type: string;
|
|
42185
40622
|
};
|
|
40623
|
+
description: {
|
|
40624
|
+
type: string;
|
|
40625
|
+
};
|
|
42186
40626
|
duration_format: {
|
|
42187
40627
|
enum: string[];
|
|
42188
40628
|
type: string;
|
|
@@ -42945,23 +41385,6 @@ declare const _default: {
|
|
|
42945
41385
|
theme: {
|
|
42946
41386
|
description: string;
|
|
42947
41387
|
properties: {
|
|
42948
|
-
axis: {
|
|
42949
|
-
description: string;
|
|
42950
|
-
examples: {
|
|
42951
|
-
fontSize: number;
|
|
42952
|
-
}[];
|
|
42953
|
-
type: string;
|
|
42954
|
-
};
|
|
42955
|
-
background: {
|
|
42956
|
-
description: string;
|
|
42957
|
-
examples: string[];
|
|
42958
|
-
type: string;
|
|
42959
|
-
};
|
|
42960
|
-
baseFontSize: {
|
|
42961
|
-
description: string;
|
|
42962
|
-
examples: number[];
|
|
42963
|
-
type: string;
|
|
42964
|
-
};
|
|
42965
41388
|
borders: {
|
|
42966
41389
|
description: string;
|
|
42967
41390
|
properties: {
|
|
@@ -43020,24 +41443,6 @@ declare const _default: {
|
|
|
43020
41443
|
};
|
|
43021
41444
|
type: string;
|
|
43022
41445
|
};
|
|
43023
|
-
colors: {
|
|
43024
|
-
description: string;
|
|
43025
|
-
examples: string[][];
|
|
43026
|
-
items: {
|
|
43027
|
-
type: string;
|
|
43028
|
-
};
|
|
43029
|
-
type: string;
|
|
43030
|
-
};
|
|
43031
|
-
editBackground: {
|
|
43032
|
-
description: string;
|
|
43033
|
-
examples: string[];
|
|
43034
|
-
type: string;
|
|
43035
|
-
};
|
|
43036
|
-
editModeBackground: {
|
|
43037
|
-
description: string;
|
|
43038
|
-
examples: string[];
|
|
43039
|
-
type: string;
|
|
43040
|
-
};
|
|
43041
41446
|
font: {
|
|
43042
41447
|
description: string;
|
|
43043
41448
|
properties: {
|
|
@@ -43070,69 +41475,11 @@ declare const _default: {
|
|
|
43070
41475
|
examples: string[];
|
|
43071
41476
|
type: string;
|
|
43072
41477
|
};
|
|
43073
|
-
itemSpecific: {
|
|
43074
|
-
description: string;
|
|
43075
|
-
properties: {
|
|
43076
|
-
padding: {
|
|
43077
|
-
description: string;
|
|
43078
|
-
examples: number[];
|
|
43079
|
-
type: string;
|
|
43080
|
-
};
|
|
43081
|
-
rounding: {
|
|
43082
|
-
description: string;
|
|
43083
|
-
examples: number[];
|
|
43084
|
-
type: string;
|
|
43085
|
-
};
|
|
43086
|
-
};
|
|
43087
|
-
type: string;
|
|
43088
|
-
};
|
|
43089
41478
|
itemsBackground: {
|
|
43090
41479
|
description: string;
|
|
43091
41480
|
examples: string[];
|
|
43092
41481
|
type: string;
|
|
43093
41482
|
};
|
|
43094
|
-
legend: {
|
|
43095
|
-
description: string;
|
|
43096
|
-
properties: {
|
|
43097
|
-
fontSize: {
|
|
43098
|
-
description: string;
|
|
43099
|
-
examples: number[];
|
|
43100
|
-
type: string;
|
|
43101
|
-
};
|
|
43102
|
-
lineHeight: {
|
|
43103
|
-
description: string;
|
|
43104
|
-
examples: number[];
|
|
43105
|
-
type: string;
|
|
43106
|
-
};
|
|
43107
|
-
type: {
|
|
43108
|
-
description: string;
|
|
43109
|
-
enum: string[];
|
|
43110
|
-
examples: string[];
|
|
43111
|
-
type: string;
|
|
43112
|
-
};
|
|
43113
|
-
};
|
|
43114
|
-
type: string;
|
|
43115
|
-
};
|
|
43116
|
-
mainColor: {
|
|
43117
|
-
description: string;
|
|
43118
|
-
examples: string[];
|
|
43119
|
-
type: string;
|
|
43120
|
-
};
|
|
43121
|
-
margins: {
|
|
43122
|
-
description: string;
|
|
43123
|
-
examples: number[][];
|
|
43124
|
-
items: {
|
|
43125
|
-
type: string;
|
|
43126
|
-
}[];
|
|
43127
|
-
maxItems: number;
|
|
43128
|
-
minItems: number;
|
|
43129
|
-
type: string;
|
|
43130
|
-
};
|
|
43131
|
-
name: {
|
|
43132
|
-
description: string;
|
|
43133
|
-
examples: string[];
|
|
43134
|
-
type: string;
|
|
43135
|
-
};
|
|
43136
41483
|
title: {
|
|
43137
41484
|
description: string;
|
|
43138
41485
|
properties: {
|
|
@@ -43175,32 +41522,6 @@ declare const _default: {
|
|
|
43175
41522
|
};
|
|
43176
41523
|
type: string;
|
|
43177
41524
|
};
|
|
43178
|
-
tooltip: {
|
|
43179
|
-
description: string;
|
|
43180
|
-
properties: {
|
|
43181
|
-
background: {
|
|
43182
|
-
description: string;
|
|
43183
|
-
examples: string[];
|
|
43184
|
-
type: string;
|
|
43185
|
-
};
|
|
43186
|
-
fontSize: {
|
|
43187
|
-
description: string;
|
|
43188
|
-
examples: number[];
|
|
43189
|
-
type: string;
|
|
43190
|
-
};
|
|
43191
|
-
lineHeight: {
|
|
43192
|
-
description: string;
|
|
43193
|
-
examples: number[];
|
|
43194
|
-
type: string;
|
|
43195
|
-
};
|
|
43196
|
-
opacity: {
|
|
43197
|
-
description: string;
|
|
43198
|
-
examples: number[];
|
|
43199
|
-
type: string;
|
|
43200
|
-
};
|
|
43201
|
-
};
|
|
43202
|
-
type: string;
|
|
43203
|
-
};
|
|
43204
41525
|
type: {
|
|
43205
41526
|
description: string;
|
|
43206
41527
|
examples: string[];
|
|
@@ -43719,6 +42040,9 @@ declare const _default: {
|
|
|
43719
42040
|
currency_id: {
|
|
43720
42041
|
type: string;
|
|
43721
42042
|
};
|
|
42043
|
+
description: {
|
|
42044
|
+
type: string;
|
|
42045
|
+
};
|
|
43722
42046
|
duration_format: {
|
|
43723
42047
|
enum: string[];
|
|
43724
42048
|
type: string;
|
|
@@ -44269,23 +42593,6 @@ declare const _default: {
|
|
|
44269
42593
|
theme: {
|
|
44270
42594
|
description: string;
|
|
44271
42595
|
properties: {
|
|
44272
|
-
axis: {
|
|
44273
|
-
description: string;
|
|
44274
|
-
examples: {
|
|
44275
|
-
fontSize: number;
|
|
44276
|
-
}[];
|
|
44277
|
-
type: string;
|
|
44278
|
-
};
|
|
44279
|
-
background: {
|
|
44280
|
-
description: string;
|
|
44281
|
-
examples: string[];
|
|
44282
|
-
type: string;
|
|
44283
|
-
};
|
|
44284
|
-
baseFontSize: {
|
|
44285
|
-
description: string;
|
|
44286
|
-
examples: number[];
|
|
44287
|
-
type: string;
|
|
44288
|
-
};
|
|
44289
42596
|
borders: {
|
|
44290
42597
|
description: string;
|
|
44291
42598
|
properties: {
|
|
@@ -44344,24 +42651,6 @@ declare const _default: {
|
|
|
44344
42651
|
};
|
|
44345
42652
|
type: string;
|
|
44346
42653
|
};
|
|
44347
|
-
colors: {
|
|
44348
|
-
description: string;
|
|
44349
|
-
examples: string[][];
|
|
44350
|
-
items: {
|
|
44351
|
-
type: string;
|
|
44352
|
-
};
|
|
44353
|
-
type: string;
|
|
44354
|
-
};
|
|
44355
|
-
editBackground: {
|
|
44356
|
-
description: string;
|
|
44357
|
-
examples: string[];
|
|
44358
|
-
type: string;
|
|
44359
|
-
};
|
|
44360
|
-
editModeBackground: {
|
|
44361
|
-
description: string;
|
|
44362
|
-
examples: string[];
|
|
44363
|
-
type: string;
|
|
44364
|
-
};
|
|
44365
42654
|
font: {
|
|
44366
42655
|
description: string;
|
|
44367
42656
|
properties: {
|
|
@@ -44394,69 +42683,11 @@ declare const _default: {
|
|
|
44394
42683
|
examples: string[];
|
|
44395
42684
|
type: string;
|
|
44396
42685
|
};
|
|
44397
|
-
itemSpecific: {
|
|
44398
|
-
description: string;
|
|
44399
|
-
properties: {
|
|
44400
|
-
padding: {
|
|
44401
|
-
description: string;
|
|
44402
|
-
examples: number[];
|
|
44403
|
-
type: string;
|
|
44404
|
-
};
|
|
44405
|
-
rounding: {
|
|
44406
|
-
description: string;
|
|
44407
|
-
examples: number[];
|
|
44408
|
-
type: string;
|
|
44409
|
-
};
|
|
44410
|
-
};
|
|
44411
|
-
type: string;
|
|
44412
|
-
};
|
|
44413
42686
|
itemsBackground: {
|
|
44414
42687
|
description: string;
|
|
44415
42688
|
examples: string[];
|
|
44416
42689
|
type: string;
|
|
44417
42690
|
};
|
|
44418
|
-
legend: {
|
|
44419
|
-
description: string;
|
|
44420
|
-
properties: {
|
|
44421
|
-
fontSize: {
|
|
44422
|
-
description: string;
|
|
44423
|
-
examples: number[];
|
|
44424
|
-
type: string;
|
|
44425
|
-
};
|
|
44426
|
-
lineHeight: {
|
|
44427
|
-
description: string;
|
|
44428
|
-
examples: number[];
|
|
44429
|
-
type: string;
|
|
44430
|
-
};
|
|
44431
|
-
type: {
|
|
44432
|
-
description: string;
|
|
44433
|
-
enum: string[];
|
|
44434
|
-
examples: string[];
|
|
44435
|
-
type: string;
|
|
44436
|
-
};
|
|
44437
|
-
};
|
|
44438
|
-
type: string;
|
|
44439
|
-
};
|
|
44440
|
-
mainColor: {
|
|
44441
|
-
description: string;
|
|
44442
|
-
examples: string[];
|
|
44443
|
-
type: string;
|
|
44444
|
-
};
|
|
44445
|
-
margins: {
|
|
44446
|
-
description: string;
|
|
44447
|
-
examples: number[][];
|
|
44448
|
-
items: {
|
|
44449
|
-
type: string;
|
|
44450
|
-
}[];
|
|
44451
|
-
maxItems: number;
|
|
44452
|
-
minItems: number;
|
|
44453
|
-
type: string;
|
|
44454
|
-
};
|
|
44455
|
-
name: {
|
|
44456
|
-
description: string;
|
|
44457
|
-
examples: string[];
|
|
44458
|
-
type: string;
|
|
44459
|
-
};
|
|
44460
42691
|
title: {
|
|
44461
42692
|
description: string;
|
|
44462
42693
|
properties: {
|
|
@@ -44499,32 +42730,6 @@ declare const _default: {
|
|
|
44499
42730
|
};
|
|
44500
42731
|
type: string;
|
|
44501
42732
|
};
|
|
44502
|
-
tooltip: {
|
|
44503
|
-
description: string;
|
|
44504
|
-
properties: {
|
|
44505
|
-
background: {
|
|
44506
|
-
description: string;
|
|
44507
|
-
examples: string[];
|
|
44508
|
-
type: string;
|
|
44509
|
-
};
|
|
44510
|
-
fontSize: {
|
|
44511
|
-
description: string;
|
|
44512
|
-
examples: number[];
|
|
44513
|
-
type: string;
|
|
44514
|
-
};
|
|
44515
|
-
lineHeight: {
|
|
44516
|
-
description: string;
|
|
44517
|
-
examples: number[];
|
|
44518
|
-
type: string;
|
|
44519
|
-
};
|
|
44520
|
-
opacity: {
|
|
44521
|
-
description: string;
|
|
44522
|
-
examples: number[];
|
|
44523
|
-
type: string;
|
|
44524
|
-
};
|
|
44525
|
-
};
|
|
44526
|
-
type: string;
|
|
44527
|
-
};
|
|
44528
42733
|
type: {
|
|
44529
42734
|
description: string;
|
|
44530
42735
|
examples: string[];
|
|
@@ -44951,23 +43156,792 @@ declare const _default: {
|
|
|
44951
43156
|
theme: {
|
|
44952
43157
|
description: string;
|
|
44953
43158
|
properties: {
|
|
44954
|
-
|
|
43159
|
+
borders: {
|
|
44955
43160
|
description: string;
|
|
44956
|
-
|
|
44957
|
-
|
|
44958
|
-
|
|
43161
|
+
properties: {
|
|
43162
|
+
"border-bottom-width": {
|
|
43163
|
+
description: string;
|
|
43164
|
+
examples: string[];
|
|
43165
|
+
type: string;
|
|
43166
|
+
};
|
|
43167
|
+
"border-color": {
|
|
43168
|
+
description: string;
|
|
43169
|
+
examples: string[];
|
|
43170
|
+
type: string;
|
|
43171
|
+
};
|
|
43172
|
+
"border-left-width": {
|
|
43173
|
+
description: string;
|
|
43174
|
+
examples: string[];
|
|
43175
|
+
type: string;
|
|
43176
|
+
};
|
|
43177
|
+
"border-radius": {
|
|
43178
|
+
description: string;
|
|
43179
|
+
examples: string[];
|
|
43180
|
+
type: string;
|
|
43181
|
+
};
|
|
43182
|
+
"border-right-width": {
|
|
43183
|
+
description: string;
|
|
43184
|
+
examples: string[];
|
|
43185
|
+
type: string;
|
|
43186
|
+
};
|
|
43187
|
+
"border-style": {
|
|
43188
|
+
description: string;
|
|
43189
|
+
examples: string[];
|
|
43190
|
+
type: string;
|
|
43191
|
+
};
|
|
43192
|
+
"border-top-width": {
|
|
43193
|
+
description: string;
|
|
43194
|
+
examples: string[];
|
|
43195
|
+
type: string;
|
|
43196
|
+
};
|
|
43197
|
+
};
|
|
43198
|
+
type: string;
|
|
43199
|
+
};
|
|
43200
|
+
boxShadow: {
|
|
43201
|
+
description: string;
|
|
43202
|
+
properties: {
|
|
43203
|
+
color: {
|
|
43204
|
+
description: string;
|
|
43205
|
+
examples: string[];
|
|
43206
|
+
type: string;
|
|
43207
|
+
};
|
|
43208
|
+
size: {
|
|
43209
|
+
description: string;
|
|
43210
|
+
enum: string[];
|
|
43211
|
+
examples: string[];
|
|
43212
|
+
type: string;
|
|
43213
|
+
};
|
|
43214
|
+
};
|
|
43215
|
+
type: string;
|
|
43216
|
+
};
|
|
43217
|
+
font: {
|
|
43218
|
+
description: string;
|
|
43219
|
+
properties: {
|
|
43220
|
+
"font-style": {
|
|
43221
|
+
const: string;
|
|
43222
|
+
description: string;
|
|
43223
|
+
examples: string[];
|
|
43224
|
+
type: string;
|
|
43225
|
+
};
|
|
43226
|
+
"font-weight": {
|
|
43227
|
+
description: string;
|
|
43228
|
+
examples: number[];
|
|
43229
|
+
type: string;
|
|
43230
|
+
};
|
|
43231
|
+
fontFamily: {
|
|
43232
|
+
description: string;
|
|
43233
|
+
examples: string[];
|
|
43234
|
+
type: string;
|
|
43235
|
+
};
|
|
43236
|
+
fontSize: {
|
|
43237
|
+
description: string;
|
|
43238
|
+
examples: number[];
|
|
43239
|
+
type: string;
|
|
43240
|
+
};
|
|
43241
|
+
};
|
|
43242
|
+
type: string;
|
|
43243
|
+
};
|
|
43244
|
+
id: {
|
|
43245
|
+
description: string;
|
|
43246
|
+
examples: string[];
|
|
43247
|
+
type: string;
|
|
43248
|
+
};
|
|
43249
|
+
itemsBackground: {
|
|
43250
|
+
description: string;
|
|
43251
|
+
examples: string[];
|
|
43252
|
+
type: string;
|
|
43253
|
+
};
|
|
43254
|
+
type: {
|
|
43255
|
+
description: string;
|
|
43256
|
+
examples: string[];
|
|
43257
|
+
type: string;
|
|
43258
|
+
};
|
|
43259
|
+
};
|
|
43260
|
+
type: string;
|
|
43261
|
+
};
|
|
43262
|
+
timezoneId: {
|
|
43263
|
+
description: string;
|
|
43264
|
+
examples: string[];
|
|
43265
|
+
type: string;
|
|
43266
|
+
};
|
|
43267
|
+
title: {
|
|
43268
|
+
description: string;
|
|
43269
|
+
examples: {
|
|
43270
|
+
en: string;
|
|
43271
|
+
}[];
|
|
43272
|
+
type: string;
|
|
43273
|
+
};
|
|
43274
|
+
};
|
|
43275
|
+
type: string;
|
|
43276
|
+
};
|
|
43277
|
+
'search-filter.schema.json': {
|
|
43278
|
+
$schema: string;
|
|
43279
|
+
$id: string;
|
|
43280
|
+
type: string;
|
|
43281
|
+
description: string;
|
|
43282
|
+
properties: {
|
|
43283
|
+
type: {
|
|
43284
|
+
description: string;
|
|
43285
|
+
type: string;
|
|
43286
|
+
const: string;
|
|
43287
|
+
};
|
|
43288
|
+
options: {
|
|
43289
|
+
description: string;
|
|
43290
|
+
$ref: string;
|
|
43291
|
+
};
|
|
43292
|
+
slots: {
|
|
43293
|
+
description: string;
|
|
43294
|
+
$ref: string;
|
|
43295
|
+
};
|
|
43296
|
+
};
|
|
43297
|
+
};
|
|
43298
|
+
'search-filter-options.schema.json': {
|
|
43299
|
+
$id: string;
|
|
43300
|
+
$schema: string;
|
|
43301
|
+
properties: {
|
|
43302
|
+
applyFiltersWithButton: {
|
|
43303
|
+
default: boolean;
|
|
43304
|
+
description: string;
|
|
43305
|
+
type: string;
|
|
43306
|
+
};
|
|
43307
|
+
color: {
|
|
43308
|
+
default: string;
|
|
43309
|
+
description: string;
|
|
43310
|
+
examples: string[];
|
|
43311
|
+
type: string;
|
|
43312
|
+
};
|
|
43313
|
+
display: {
|
|
43314
|
+
description: string;
|
|
43315
|
+
properties: {
|
|
43316
|
+
label: {
|
|
43317
|
+
default: boolean;
|
|
43318
|
+
description: string;
|
|
43319
|
+
type: string;
|
|
43320
|
+
};
|
|
43321
|
+
placeholder: {
|
|
43322
|
+
default: boolean;
|
|
43323
|
+
description: string;
|
|
43324
|
+
type: string;
|
|
43325
|
+
};
|
|
43326
|
+
title: {
|
|
43327
|
+
default: boolean;
|
|
43328
|
+
description: string;
|
|
43329
|
+
type: string;
|
|
43330
|
+
};
|
|
43331
|
+
};
|
|
43332
|
+
type: string;
|
|
43333
|
+
};
|
|
43334
|
+
interactivity: {
|
|
43335
|
+
description: string;
|
|
43336
|
+
properties: {
|
|
43337
|
+
measureDimensionPicker: {
|
|
43338
|
+
default: any[][];
|
|
43339
|
+
description: string;
|
|
43340
|
+
items: {
|
|
43341
|
+
description: string;
|
|
43342
|
+
properties: {
|
|
43343
|
+
acceptFormula: {
|
|
43344
|
+
type: string;
|
|
43345
|
+
};
|
|
43346
|
+
allAvailableColumns: {
|
|
43347
|
+
items: {
|
|
43348
|
+
properties: {
|
|
43349
|
+
columns: {
|
|
43350
|
+
items: {
|
|
43351
|
+
properties: {
|
|
43352
|
+
cardinality: {
|
|
43353
|
+
type: string;
|
|
43354
|
+
};
|
|
43355
|
+
color: {
|
|
43356
|
+
type: string;
|
|
43357
|
+
};
|
|
43358
|
+
columnHierarchies: {
|
|
43359
|
+
anyOf: ({
|
|
43360
|
+
items: {
|
|
43361
|
+
type: string;
|
|
43362
|
+
properties?: undefined;
|
|
43363
|
+
};
|
|
43364
|
+
type: string;
|
|
43365
|
+
} | {
|
|
43366
|
+
items: {
|
|
43367
|
+
properties: {
|
|
43368
|
+
color: {
|
|
43369
|
+
type: string;
|
|
43370
|
+
};
|
|
43371
|
+
id: {
|
|
43372
|
+
type: string;
|
|
43373
|
+
};
|
|
43374
|
+
level: {
|
|
43375
|
+
type: string;
|
|
43376
|
+
};
|
|
43377
|
+
name: {
|
|
43378
|
+
type: string;
|
|
43379
|
+
};
|
|
43380
|
+
};
|
|
43381
|
+
type: string;
|
|
43382
|
+
};
|
|
43383
|
+
type: string;
|
|
43384
|
+
})[];
|
|
43385
|
+
};
|
|
43386
|
+
currency: {
|
|
43387
|
+
properties: {
|
|
43388
|
+
id: {
|
|
43389
|
+
type: string;
|
|
43390
|
+
};
|
|
43391
|
+
name: {
|
|
43392
|
+
type: string;
|
|
43393
|
+
};
|
|
43394
|
+
symbol: {
|
|
43395
|
+
type: string;
|
|
43396
|
+
};
|
|
43397
|
+
};
|
|
43398
|
+
type: string;
|
|
43399
|
+
};
|
|
43400
|
+
currency_id: {
|
|
43401
|
+
type: string;
|
|
43402
|
+
};
|
|
43403
|
+
description: {
|
|
43404
|
+
type: string;
|
|
43405
|
+
};
|
|
43406
|
+
duration_format: {
|
|
43407
|
+
enum: string[];
|
|
43408
|
+
type: string;
|
|
43409
|
+
};
|
|
43410
|
+
duration_levels: {
|
|
43411
|
+
items: {
|
|
43412
|
+
type: string;
|
|
43413
|
+
};
|
|
43414
|
+
type: string;
|
|
43415
|
+
};
|
|
43416
|
+
expression: {
|
|
43417
|
+
type: string;
|
|
43418
|
+
};
|
|
43419
|
+
format: {
|
|
43420
|
+
type: string;
|
|
43421
|
+
};
|
|
43422
|
+
hierarchyLevels: {
|
|
43423
|
+
items: {
|
|
43424
|
+
properties: {
|
|
43425
|
+
color: {
|
|
43426
|
+
type: string;
|
|
43427
|
+
};
|
|
43428
|
+
id: {
|
|
43429
|
+
type: string;
|
|
43430
|
+
};
|
|
43431
|
+
level: {
|
|
43432
|
+
type: string;
|
|
43433
|
+
};
|
|
43434
|
+
name: {
|
|
43435
|
+
type: string;
|
|
43436
|
+
};
|
|
43437
|
+
};
|
|
43438
|
+
type: string;
|
|
43439
|
+
};
|
|
43440
|
+
type: string;
|
|
43441
|
+
};
|
|
43442
|
+
hierarchy_enabled: {
|
|
43443
|
+
type: string;
|
|
43444
|
+
};
|
|
43445
|
+
highestLevel: {
|
|
43446
|
+
type: string;
|
|
43447
|
+
};
|
|
43448
|
+
id: {
|
|
43449
|
+
type: string;
|
|
43450
|
+
};
|
|
43451
|
+
informat: {
|
|
43452
|
+
type: string;
|
|
43453
|
+
};
|
|
43454
|
+
isFormula: {
|
|
43455
|
+
type: string;
|
|
43456
|
+
};
|
|
43457
|
+
isLabel: {
|
|
43458
|
+
type: string;
|
|
43459
|
+
};
|
|
43460
|
+
joins: {
|
|
43461
|
+
items: {
|
|
43462
|
+
properties: {
|
|
43463
|
+
currency_id: {
|
|
43464
|
+
type: string[];
|
|
43465
|
+
};
|
|
43466
|
+
hierarchy_enabled: {
|
|
43467
|
+
type: string;
|
|
43468
|
+
};
|
|
43469
|
+
id: {
|
|
43470
|
+
type: string;
|
|
43471
|
+
};
|
|
43472
|
+
join: {
|
|
43473
|
+
properties: {
|
|
43474
|
+
column_id: {
|
|
43475
|
+
type: string;
|
|
43476
|
+
};
|
|
43477
|
+
created_at: {
|
|
43478
|
+
type: string;
|
|
43479
|
+
};
|
|
43480
|
+
joins_id: {
|
|
43481
|
+
type: string;
|
|
43482
|
+
};
|
|
43483
|
+
subtype: {
|
|
43484
|
+
type: string;
|
|
43485
|
+
};
|
|
43486
|
+
type: {
|
|
43487
|
+
enum: string[];
|
|
43488
|
+
type: string;
|
|
43489
|
+
};
|
|
43490
|
+
update_at: {
|
|
43491
|
+
type: string;
|
|
43492
|
+
};
|
|
43493
|
+
updated_at: {
|
|
43494
|
+
type: string;
|
|
43495
|
+
};
|
|
43496
|
+
};
|
|
43497
|
+
type: string;
|
|
43498
|
+
};
|
|
43499
|
+
securable_id: {
|
|
43500
|
+
type: string;
|
|
43501
|
+
};
|
|
43502
|
+
};
|
|
43503
|
+
type: string;
|
|
43504
|
+
};
|
|
43505
|
+
type: string;
|
|
43506
|
+
};
|
|
43507
|
+
level: {
|
|
43508
|
+
type: string;
|
|
43509
|
+
};
|
|
43510
|
+
lowestLevel: {
|
|
43511
|
+
type: string;
|
|
43512
|
+
};
|
|
43513
|
+
name: {
|
|
43514
|
+
type: string;
|
|
43515
|
+
};
|
|
43516
|
+
order: {
|
|
43517
|
+
type: string;
|
|
43518
|
+
};
|
|
43519
|
+
securable_id: {
|
|
43520
|
+
type: string;
|
|
43521
|
+
};
|
|
43522
|
+
source_name: {
|
|
43523
|
+
type: string;
|
|
43524
|
+
};
|
|
43525
|
+
subtype: {
|
|
43526
|
+
enum: string[];
|
|
43527
|
+
type: string;
|
|
43528
|
+
};
|
|
43529
|
+
type: {
|
|
43530
|
+
enum: string[];
|
|
43531
|
+
type: string;
|
|
43532
|
+
};
|
|
43533
|
+
version: {
|
|
43534
|
+
type: string;
|
|
43535
|
+
};
|
|
43536
|
+
width: {
|
|
43537
|
+
type: string;
|
|
43538
|
+
};
|
|
43539
|
+
};
|
|
43540
|
+
type: string;
|
|
43541
|
+
};
|
|
43542
|
+
type: string;
|
|
43543
|
+
};
|
|
43544
|
+
datasetId: {
|
|
43545
|
+
format: string;
|
|
43546
|
+
type: string;
|
|
43547
|
+
};
|
|
43548
|
+
datasetName: {
|
|
43549
|
+
type: string;
|
|
43550
|
+
};
|
|
43551
|
+
formulas: {
|
|
43552
|
+
items: {
|
|
43553
|
+
properties: {
|
|
43554
|
+
color: {
|
|
43555
|
+
type: string;
|
|
43556
|
+
};
|
|
43557
|
+
currency: {
|
|
43558
|
+
properties: {
|
|
43559
|
+
id: {
|
|
43560
|
+
type: string;
|
|
43561
|
+
};
|
|
43562
|
+
name: {
|
|
43563
|
+
type: string;
|
|
43564
|
+
};
|
|
43565
|
+
symbol: {
|
|
43566
|
+
type: string;
|
|
43567
|
+
};
|
|
43568
|
+
};
|
|
43569
|
+
type: string;
|
|
43570
|
+
};
|
|
43571
|
+
currency_id: {
|
|
43572
|
+
type: string;
|
|
43573
|
+
};
|
|
43574
|
+
duration_format: {
|
|
43575
|
+
enum: string[];
|
|
43576
|
+
type: string;
|
|
43577
|
+
};
|
|
43578
|
+
duration_levels: {
|
|
43579
|
+
items: {
|
|
43580
|
+
type: string;
|
|
43581
|
+
};
|
|
43582
|
+
type: string;
|
|
43583
|
+
};
|
|
43584
|
+
expression: {
|
|
43585
|
+
type: string;
|
|
43586
|
+
};
|
|
43587
|
+
format: {
|
|
43588
|
+
type: string;
|
|
43589
|
+
};
|
|
43590
|
+
id: {
|
|
43591
|
+
type: string;
|
|
43592
|
+
};
|
|
43593
|
+
informat: {
|
|
43594
|
+
enum: string[];
|
|
43595
|
+
type: string;
|
|
43596
|
+
};
|
|
43597
|
+
isFormula: {
|
|
43598
|
+
type: string;
|
|
43599
|
+
};
|
|
43600
|
+
level: {
|
|
43601
|
+
type: string;
|
|
43602
|
+
};
|
|
43603
|
+
lowestLevel: {
|
|
43604
|
+
type: string;
|
|
43605
|
+
};
|
|
43606
|
+
name: {
|
|
43607
|
+
type: string;
|
|
43608
|
+
};
|
|
43609
|
+
securableFormula: {
|
|
43610
|
+
properties: {
|
|
43611
|
+
formula_id: {
|
|
43612
|
+
type: string;
|
|
43613
|
+
};
|
|
43614
|
+
securable_id: {
|
|
43615
|
+
type: string;
|
|
43616
|
+
};
|
|
43617
|
+
};
|
|
43618
|
+
type: string;
|
|
43619
|
+
};
|
|
43620
|
+
securable_id: {
|
|
43621
|
+
type: string;
|
|
43622
|
+
};
|
|
43623
|
+
subtype: {
|
|
43624
|
+
enum: string[];
|
|
43625
|
+
type: string;
|
|
43626
|
+
};
|
|
43627
|
+
type: {
|
|
43628
|
+
enum: string[];
|
|
43629
|
+
type: string;
|
|
43630
|
+
};
|
|
43631
|
+
};
|
|
43632
|
+
type: string;
|
|
43633
|
+
};
|
|
43634
|
+
type: string;
|
|
43635
|
+
};
|
|
43636
|
+
};
|
|
43637
|
+
type: string;
|
|
43638
|
+
};
|
|
43639
|
+
type: string;
|
|
43640
|
+
};
|
|
43641
|
+
allowMultiple: {
|
|
43642
|
+
type: string;
|
|
43643
|
+
};
|
|
43644
|
+
description: {
|
|
43645
|
+
type: string;
|
|
43646
|
+
};
|
|
43647
|
+
order: {
|
|
43648
|
+
type: string;
|
|
43649
|
+
};
|
|
43650
|
+
slot: {
|
|
43651
|
+
type: string;
|
|
43652
|
+
};
|
|
43653
|
+
values: {
|
|
43654
|
+
items: {
|
|
43655
|
+
properties: {
|
|
43656
|
+
aggregationFunc: {
|
|
43657
|
+
description: string;
|
|
43658
|
+
enum: string[];
|
|
43659
|
+
type: string;
|
|
43660
|
+
};
|
|
43661
|
+
aggregationWeight: {
|
|
43662
|
+
description: string;
|
|
43663
|
+
properties: {
|
|
43664
|
+
columnId: {
|
|
43665
|
+
description: string;
|
|
43666
|
+
format: string;
|
|
43667
|
+
type: string;
|
|
43668
|
+
};
|
|
43669
|
+
columnSubType: {
|
|
43670
|
+
description: string;
|
|
43671
|
+
enum: string[];
|
|
43672
|
+
type: string;
|
|
43673
|
+
};
|
|
43674
|
+
datasetId: {
|
|
43675
|
+
description: string;
|
|
43676
|
+
format: string;
|
|
43677
|
+
type: string;
|
|
43678
|
+
};
|
|
43679
|
+
};
|
|
43680
|
+
type: string;
|
|
43681
|
+
};
|
|
43682
|
+
bins: {
|
|
43683
|
+
description: string;
|
|
43684
|
+
properties: {
|
|
43685
|
+
enabled: {
|
|
43686
|
+
description: string;
|
|
43687
|
+
type: string;
|
|
43688
|
+
};
|
|
43689
|
+
number: {
|
|
43690
|
+
description: string;
|
|
43691
|
+
type: string;
|
|
43692
|
+
};
|
|
43693
|
+
};
|
|
43694
|
+
type: string;
|
|
43695
|
+
};
|
|
43696
|
+
color: {
|
|
43697
|
+
description: string;
|
|
43698
|
+
type: string[];
|
|
43699
|
+
};
|
|
43700
|
+
columnHierarchies: {
|
|
43701
|
+
anyOf: ({
|
|
43702
|
+
items: {
|
|
43703
|
+
type: string;
|
|
43704
|
+
properties?: undefined;
|
|
43705
|
+
};
|
|
43706
|
+
type: string;
|
|
43707
|
+
} | {
|
|
43708
|
+
items: {
|
|
43709
|
+
properties: {
|
|
43710
|
+
color: {
|
|
43711
|
+
type: string;
|
|
43712
|
+
};
|
|
43713
|
+
id: {
|
|
43714
|
+
type: string;
|
|
43715
|
+
};
|
|
43716
|
+
level: {
|
|
43717
|
+
type: string;
|
|
43718
|
+
};
|
|
43719
|
+
name: {
|
|
43720
|
+
type: string;
|
|
43721
|
+
};
|
|
43722
|
+
};
|
|
43723
|
+
type: string;
|
|
43724
|
+
};
|
|
43725
|
+
type: string;
|
|
43726
|
+
})[];
|
|
43727
|
+
};
|
|
43728
|
+
columnId: {
|
|
43729
|
+
description: string;
|
|
43730
|
+
format: string;
|
|
43731
|
+
type: string;
|
|
43732
|
+
};
|
|
43733
|
+
currency: {
|
|
43734
|
+
description: string;
|
|
43735
|
+
type: string[];
|
|
43736
|
+
};
|
|
43737
|
+
datasetId: {
|
|
43738
|
+
description: string;
|
|
43739
|
+
format: string;
|
|
43740
|
+
type: string;
|
|
43741
|
+
};
|
|
43742
|
+
datetimeDisplayMode: {
|
|
43743
|
+
description: string;
|
|
43744
|
+
enum: string[];
|
|
43745
|
+
type: string;
|
|
43746
|
+
};
|
|
43747
|
+
duration: {
|
|
43748
|
+
description: string;
|
|
43749
|
+
properties: {
|
|
43750
|
+
format: {
|
|
43751
|
+
description: string;
|
|
43752
|
+
enum: string[];
|
|
43753
|
+
type: string;
|
|
43754
|
+
};
|
|
43755
|
+
levels: {
|
|
43756
|
+
description: string;
|
|
43757
|
+
items: {
|
|
43758
|
+
type: string;
|
|
43759
|
+
};
|
|
43760
|
+
type: string;
|
|
43761
|
+
};
|
|
43762
|
+
};
|
|
43763
|
+
type: string;
|
|
43764
|
+
};
|
|
43765
|
+
format: {
|
|
43766
|
+
description: string;
|
|
43767
|
+
type: string;
|
|
43768
|
+
};
|
|
43769
|
+
formula: {
|
|
43770
|
+
description: string;
|
|
43771
|
+
type: string;
|
|
43772
|
+
};
|
|
43773
|
+
grandTotals: {
|
|
43774
|
+
description: string;
|
|
43775
|
+
properties: {
|
|
43776
|
+
enabled: {
|
|
43777
|
+
type: string;
|
|
43778
|
+
};
|
|
43779
|
+
};
|
|
43780
|
+
type: string;
|
|
43781
|
+
};
|
|
43782
|
+
hidden: {
|
|
43783
|
+
type: string;
|
|
43784
|
+
};
|
|
43785
|
+
include_nonoccurring: {
|
|
43786
|
+
description: string;
|
|
43787
|
+
type: string;
|
|
43788
|
+
};
|
|
43789
|
+
label: {
|
|
43790
|
+
description: string;
|
|
43791
|
+
type: string;
|
|
43792
|
+
};
|
|
43793
|
+
level: {
|
|
43794
|
+
description: string;
|
|
43795
|
+
type: string[];
|
|
43796
|
+
};
|
|
43797
|
+
lowestLevel: {
|
|
43798
|
+
description: string;
|
|
43799
|
+
type: string[];
|
|
43800
|
+
};
|
|
43801
|
+
monthNameFormat: {
|
|
43802
|
+
description: string;
|
|
43803
|
+
enum: string[];
|
|
43804
|
+
type: string;
|
|
43805
|
+
};
|
|
43806
|
+
periodOverPeriod: {
|
|
43807
|
+
description: string;
|
|
43808
|
+
properties: {
|
|
43809
|
+
level: {
|
|
43810
|
+
description: string;
|
|
43811
|
+
type: string;
|
|
43812
|
+
};
|
|
43813
|
+
periodToDate: {
|
|
43814
|
+
description: string;
|
|
43815
|
+
type: string;
|
|
43816
|
+
};
|
|
43817
|
+
quantity: {
|
|
43818
|
+
description: string;
|
|
43819
|
+
type: string;
|
|
43820
|
+
};
|
|
43821
|
+
type: {
|
|
43822
|
+
description: string;
|
|
43823
|
+
enum: string[];
|
|
43824
|
+
type: string;
|
|
43825
|
+
};
|
|
43826
|
+
};
|
|
43827
|
+
type: string;
|
|
43828
|
+
};
|
|
43829
|
+
readonly: {
|
|
43830
|
+
type: string;
|
|
43831
|
+
};
|
|
43832
|
+
selected: {
|
|
43833
|
+
type: string;
|
|
43834
|
+
};
|
|
43835
|
+
subtype: {
|
|
43836
|
+
anyOf: ({
|
|
43837
|
+
enum: string[];
|
|
43838
|
+
type: string;
|
|
43839
|
+
} | {
|
|
43840
|
+
type: string;
|
|
43841
|
+
enum?: undefined;
|
|
43842
|
+
})[];
|
|
43843
|
+
description: string;
|
|
43844
|
+
};
|
|
43845
|
+
type: {
|
|
43846
|
+
description: string;
|
|
43847
|
+
enum: string[];
|
|
43848
|
+
type: string;
|
|
43849
|
+
};
|
|
43850
|
+
weekDayNameFormat: {
|
|
43851
|
+
description: string;
|
|
43852
|
+
enum: string[];
|
|
43853
|
+
type: string;
|
|
43854
|
+
};
|
|
43855
|
+
weekStart: {
|
|
43856
|
+
description: string;
|
|
43857
|
+
enum: string[];
|
|
43858
|
+
type: string;
|
|
43859
|
+
};
|
|
43860
|
+
};
|
|
43861
|
+
type: string;
|
|
43862
|
+
};
|
|
43863
|
+
type: string;
|
|
43864
|
+
};
|
|
43865
|
+
};
|
|
43866
|
+
type: string;
|
|
43867
|
+
};
|
|
44959
43868
|
type: string;
|
|
44960
43869
|
};
|
|
43870
|
+
};
|
|
43871
|
+
type: string;
|
|
43872
|
+
};
|
|
43873
|
+
loader: {
|
|
43874
|
+
description: string;
|
|
43875
|
+
properties: {
|
|
44961
43876
|
background: {
|
|
43877
|
+
default: string;
|
|
43878
|
+
description: string;
|
|
43879
|
+
type: string;
|
|
43880
|
+
};
|
|
43881
|
+
fontColor: {
|
|
43882
|
+
default: string;
|
|
43883
|
+
description: string;
|
|
43884
|
+
type: string;
|
|
43885
|
+
};
|
|
43886
|
+
locale: {
|
|
43887
|
+
default: string;
|
|
44962
43888
|
description: string;
|
|
44963
43889
|
examples: string[];
|
|
44964
43890
|
type: string;
|
|
44965
43891
|
};
|
|
44966
|
-
|
|
43892
|
+
mode: {
|
|
43893
|
+
default: string;
|
|
43894
|
+
description: string;
|
|
43895
|
+
type: string;
|
|
43896
|
+
};
|
|
43897
|
+
msg: {
|
|
43898
|
+
description: string;
|
|
43899
|
+
examples: string[];
|
|
43900
|
+
type: string;
|
|
43901
|
+
};
|
|
43902
|
+
showBranded: {
|
|
43903
|
+
default: boolean;
|
|
43904
|
+
description: string;
|
|
43905
|
+
type: string;
|
|
43906
|
+
};
|
|
43907
|
+
spinnerBackground: {
|
|
43908
|
+
default: string;
|
|
43909
|
+
description: string;
|
|
43910
|
+
type: string;
|
|
43911
|
+
};
|
|
43912
|
+
spinnerColor: {
|
|
43913
|
+
default: string;
|
|
43914
|
+
description: string;
|
|
43915
|
+
type: string;
|
|
43916
|
+
};
|
|
43917
|
+
};
|
|
43918
|
+
type: string;
|
|
43919
|
+
};
|
|
43920
|
+
locale: {
|
|
43921
|
+
default: string;
|
|
43922
|
+
description: string;
|
|
43923
|
+
examples: string[];
|
|
43924
|
+
type: string;
|
|
43925
|
+
};
|
|
43926
|
+
padding: {
|
|
43927
|
+
description: string;
|
|
43928
|
+
properties: {
|
|
43929
|
+
left: {
|
|
43930
|
+
default: number;
|
|
43931
|
+
description: string;
|
|
43932
|
+
type: string;
|
|
43933
|
+
};
|
|
43934
|
+
right: {
|
|
43935
|
+
default: number;
|
|
44967
43936
|
description: string;
|
|
44968
|
-
examples: number[];
|
|
44969
43937
|
type: string;
|
|
44970
43938
|
};
|
|
43939
|
+
};
|
|
43940
|
+
type: string;
|
|
43941
|
+
};
|
|
43942
|
+
theme: {
|
|
43943
|
+
description: string;
|
|
43944
|
+
properties: {
|
|
44971
43945
|
borders: {
|
|
44972
43946
|
description: string;
|
|
44973
43947
|
properties: {
|
|
@@ -45026,24 +44000,6 @@ declare const _default: {
|
|
|
45026
44000
|
};
|
|
45027
44001
|
type: string;
|
|
45028
44002
|
};
|
|
45029
|
-
colors: {
|
|
45030
|
-
description: string;
|
|
45031
|
-
examples: string[][];
|
|
45032
|
-
items: {
|
|
45033
|
-
type: string;
|
|
45034
|
-
};
|
|
45035
|
-
type: string;
|
|
45036
|
-
};
|
|
45037
|
-
editBackground: {
|
|
45038
|
-
description: string;
|
|
45039
|
-
examples: string[];
|
|
45040
|
-
type: string;
|
|
45041
|
-
};
|
|
45042
|
-
editModeBackground: {
|
|
45043
|
-
description: string;
|
|
45044
|
-
examples: string[];
|
|
45045
|
-
type: string;
|
|
45046
|
-
};
|
|
45047
44003
|
font: {
|
|
45048
44004
|
description: string;
|
|
45049
44005
|
properties: {
|
|
@@ -45076,158 +44032,437 @@ declare const _default: {
|
|
|
45076
44032
|
examples: string[];
|
|
45077
44033
|
type: string;
|
|
45078
44034
|
};
|
|
45079
|
-
|
|
44035
|
+
itemsBackground: {
|
|
44036
|
+
description: string;
|
|
44037
|
+
examples: string[];
|
|
44038
|
+
type: string;
|
|
44039
|
+
};
|
|
44040
|
+
title: {
|
|
45080
44041
|
description: string;
|
|
45081
44042
|
properties: {
|
|
45082
|
-
|
|
44043
|
+
align: {
|
|
44044
|
+
description: string;
|
|
44045
|
+
enum: string[];
|
|
44046
|
+
examples: string[];
|
|
44047
|
+
type: string;
|
|
44048
|
+
};
|
|
44049
|
+
bold: {
|
|
44050
|
+
description: string;
|
|
44051
|
+
examples: boolean[];
|
|
44052
|
+
type: string;
|
|
44053
|
+
};
|
|
44054
|
+
border: {
|
|
44055
|
+
description: string;
|
|
44056
|
+
examples: boolean[];
|
|
44057
|
+
type: string;
|
|
44058
|
+
};
|
|
44059
|
+
fontSize: {
|
|
45083
44060
|
description: string;
|
|
45084
44061
|
examples: number[];
|
|
45085
44062
|
type: string;
|
|
45086
44063
|
};
|
|
45087
|
-
|
|
44064
|
+
italic: {
|
|
44065
|
+
description: string;
|
|
44066
|
+
examples: boolean[];
|
|
44067
|
+
type: string;
|
|
44068
|
+
};
|
|
44069
|
+
lineHeight: {
|
|
45088
44070
|
description: string;
|
|
45089
44071
|
examples: number[];
|
|
45090
44072
|
type: string;
|
|
45091
44073
|
};
|
|
44074
|
+
underline: {
|
|
44075
|
+
description: string;
|
|
44076
|
+
examples: boolean[];
|
|
44077
|
+
type: string;
|
|
44078
|
+
};
|
|
45092
44079
|
};
|
|
45093
44080
|
type: string;
|
|
45094
44081
|
};
|
|
45095
|
-
|
|
44082
|
+
type: {
|
|
45096
44083
|
description: string;
|
|
45097
44084
|
examples: string[];
|
|
45098
44085
|
type: string;
|
|
45099
44086
|
};
|
|
45100
|
-
|
|
44087
|
+
};
|
|
44088
|
+
type: string;
|
|
44089
|
+
};
|
|
44090
|
+
timezoneId: {
|
|
44091
|
+
description: string;
|
|
44092
|
+
examples: string[];
|
|
44093
|
+
type: string;
|
|
44094
|
+
};
|
|
44095
|
+
title: {
|
|
44096
|
+
description: string;
|
|
44097
|
+
examples: {
|
|
44098
|
+
en: string;
|
|
44099
|
+
}[];
|
|
44100
|
+
type: string;
|
|
44101
|
+
};
|
|
44102
|
+
};
|
|
44103
|
+
type: string;
|
|
44104
|
+
};
|
|
44105
|
+
'search-filter-slots.schema.json': {
|
|
44106
|
+
$id: string;
|
|
44107
|
+
$schema: string;
|
|
44108
|
+
definitions: {
|
|
44109
|
+
ColumnSubtype: {
|
|
44110
|
+
enum: string[];
|
|
44111
|
+
type: string;
|
|
44112
|
+
};
|
|
44113
|
+
DateTimeSlotContent: {
|
|
44114
|
+
properties: {
|
|
44115
|
+
aggregationFunc: {
|
|
44116
|
+
description: string;
|
|
44117
|
+
enum: string[];
|
|
44118
|
+
type: string;
|
|
44119
|
+
};
|
|
44120
|
+
color: {
|
|
44121
|
+
description: string;
|
|
44122
|
+
type: string[];
|
|
44123
|
+
};
|
|
44124
|
+
columnId: {
|
|
44125
|
+
description: string;
|
|
44126
|
+
format: string;
|
|
44127
|
+
type: string;
|
|
44128
|
+
};
|
|
44129
|
+
datasetId: {
|
|
44130
|
+
description: string;
|
|
44131
|
+
format: string;
|
|
44132
|
+
type: string;
|
|
44133
|
+
};
|
|
44134
|
+
datetimeDisplayMode: {
|
|
44135
|
+
description: string;
|
|
44136
|
+
enum: string[];
|
|
44137
|
+
type: string;
|
|
44138
|
+
};
|
|
44139
|
+
format: {
|
|
44140
|
+
description: string;
|
|
44141
|
+
type: string;
|
|
44142
|
+
};
|
|
44143
|
+
grandTotals: {
|
|
45101
44144
|
description: string;
|
|
45102
44145
|
properties: {
|
|
45103
|
-
|
|
44146
|
+
enabled: {
|
|
44147
|
+
type: string;
|
|
44148
|
+
};
|
|
44149
|
+
};
|
|
44150
|
+
type: string;
|
|
44151
|
+
};
|
|
44152
|
+
label: {
|
|
44153
|
+
description: string;
|
|
44154
|
+
type: string;
|
|
44155
|
+
};
|
|
44156
|
+
level: {
|
|
44157
|
+
description: string;
|
|
44158
|
+
type: string[];
|
|
44159
|
+
};
|
|
44160
|
+
lowestLevel: {
|
|
44161
|
+
description: string;
|
|
44162
|
+
type: string[];
|
|
44163
|
+
};
|
|
44164
|
+
monthNameFormat: {
|
|
44165
|
+
description: string;
|
|
44166
|
+
enum: string[];
|
|
44167
|
+
type: string;
|
|
44168
|
+
};
|
|
44169
|
+
periodOverPeriod: {
|
|
44170
|
+
description: string;
|
|
44171
|
+
properties: {
|
|
44172
|
+
level: {
|
|
45104
44173
|
description: string;
|
|
45105
|
-
examples: number[];
|
|
45106
44174
|
type: string;
|
|
45107
44175
|
};
|
|
45108
|
-
|
|
44176
|
+
periodToDate: {
|
|
44177
|
+
description: string;
|
|
44178
|
+
type: string;
|
|
44179
|
+
};
|
|
44180
|
+
quantity: {
|
|
45109
44181
|
description: string;
|
|
45110
|
-
examples: number[];
|
|
45111
44182
|
type: string;
|
|
45112
44183
|
};
|
|
45113
44184
|
type: {
|
|
45114
44185
|
description: string;
|
|
45115
44186
|
enum: string[];
|
|
45116
|
-
examples: string[];
|
|
45117
44187
|
type: string;
|
|
45118
44188
|
};
|
|
45119
44189
|
};
|
|
45120
44190
|
type: string;
|
|
45121
44191
|
};
|
|
45122
|
-
|
|
44192
|
+
subtype: {
|
|
45123
44193
|
description: string;
|
|
45124
|
-
examples: string[];
|
|
45125
44194
|
type: string;
|
|
45126
44195
|
};
|
|
45127
|
-
|
|
44196
|
+
type: {
|
|
44197
|
+
const: string;
|
|
44198
|
+
description: string;
|
|
44199
|
+
type: string;
|
|
44200
|
+
};
|
|
44201
|
+
weekDayNameFormat: {
|
|
44202
|
+
description: string;
|
|
44203
|
+
enum: string[];
|
|
44204
|
+
type: string;
|
|
44205
|
+
};
|
|
44206
|
+
weekStart: {
|
|
44207
|
+
description: string;
|
|
44208
|
+
enum: string[];
|
|
44209
|
+
type: string;
|
|
44210
|
+
};
|
|
44211
|
+
};
|
|
44212
|
+
type: string;
|
|
44213
|
+
};
|
|
44214
|
+
DimensionSlot: {
|
|
44215
|
+
description: string;
|
|
44216
|
+
properties: {
|
|
44217
|
+
content: {
|
|
45128
44218
|
description: string;
|
|
45129
|
-
examples: number[][];
|
|
45130
44219
|
items: {
|
|
45131
|
-
|
|
45132
|
-
|
|
45133
|
-
|
|
45134
|
-
|
|
44220
|
+
anyOf: {
|
|
44221
|
+
$ref: string;
|
|
44222
|
+
}[];
|
|
44223
|
+
};
|
|
45135
44224
|
type: string;
|
|
45136
44225
|
};
|
|
45137
44226
|
name: {
|
|
44227
|
+
const: string;
|
|
45138
44228
|
description: string;
|
|
45139
|
-
examples: string[];
|
|
45140
44229
|
type: string;
|
|
45141
44230
|
};
|
|
45142
|
-
|
|
44231
|
+
};
|
|
44232
|
+
type: string;
|
|
44233
|
+
};
|
|
44234
|
+
HierarchySlotContent: {
|
|
44235
|
+
properties: {
|
|
44236
|
+
aggregationFunc: {
|
|
44237
|
+
description: string;
|
|
44238
|
+
enum: string[];
|
|
44239
|
+
type: string;
|
|
44240
|
+
};
|
|
44241
|
+
color: {
|
|
44242
|
+
description: string;
|
|
44243
|
+
type: string[];
|
|
44244
|
+
};
|
|
44245
|
+
columnId: {
|
|
44246
|
+
description: string;
|
|
44247
|
+
format: string;
|
|
44248
|
+
type: string;
|
|
44249
|
+
};
|
|
44250
|
+
datasetId: {
|
|
44251
|
+
description: string;
|
|
44252
|
+
format: string;
|
|
44253
|
+
type: string;
|
|
44254
|
+
};
|
|
44255
|
+
format: {
|
|
44256
|
+
description: string;
|
|
44257
|
+
type: string;
|
|
44258
|
+
};
|
|
44259
|
+
grandTotals: {
|
|
45143
44260
|
description: string;
|
|
45144
44261
|
properties: {
|
|
45145
|
-
|
|
44262
|
+
enabled: {
|
|
44263
|
+
type: string;
|
|
44264
|
+
};
|
|
44265
|
+
};
|
|
44266
|
+
type: string;
|
|
44267
|
+
};
|
|
44268
|
+
label: {
|
|
44269
|
+
description: string;
|
|
44270
|
+
type: string;
|
|
44271
|
+
};
|
|
44272
|
+
level: {
|
|
44273
|
+
description: string;
|
|
44274
|
+
type: string[];
|
|
44275
|
+
};
|
|
44276
|
+
lowestLevel: {
|
|
44277
|
+
description: string;
|
|
44278
|
+
type: string[];
|
|
44279
|
+
};
|
|
44280
|
+
periodOverPeriod: {
|
|
44281
|
+
description: string;
|
|
44282
|
+
properties: {
|
|
44283
|
+
level: {
|
|
44284
|
+
description: string;
|
|
44285
|
+
type: string;
|
|
44286
|
+
};
|
|
44287
|
+
periodToDate: {
|
|
44288
|
+
description: string;
|
|
44289
|
+
type: string;
|
|
44290
|
+
};
|
|
44291
|
+
quantity: {
|
|
44292
|
+
description: string;
|
|
44293
|
+
type: string;
|
|
44294
|
+
};
|
|
44295
|
+
type: {
|
|
45146
44296
|
description: string;
|
|
45147
44297
|
enum: string[];
|
|
45148
|
-
examples: string[];
|
|
45149
44298
|
type: string;
|
|
45150
44299
|
};
|
|
45151
|
-
|
|
44300
|
+
};
|
|
44301
|
+
type: string;
|
|
44302
|
+
};
|
|
44303
|
+
subtype: {
|
|
44304
|
+
anyOf: ({
|
|
44305
|
+
enum: string[];
|
|
44306
|
+
type: string;
|
|
44307
|
+
} | {
|
|
44308
|
+
type: string;
|
|
44309
|
+
enum?: undefined;
|
|
44310
|
+
})[];
|
|
44311
|
+
description: string;
|
|
44312
|
+
};
|
|
44313
|
+
type: {
|
|
44314
|
+
const: string;
|
|
44315
|
+
description: string;
|
|
44316
|
+
type: string;
|
|
44317
|
+
};
|
|
44318
|
+
};
|
|
44319
|
+
type: string;
|
|
44320
|
+
};
|
|
44321
|
+
NumericSlotContent: {
|
|
44322
|
+
properties: {
|
|
44323
|
+
aggregationFunc: {
|
|
44324
|
+
description: string;
|
|
44325
|
+
enum: string[];
|
|
44326
|
+
type: string;
|
|
44327
|
+
};
|
|
44328
|
+
aggregationWeight: {
|
|
44329
|
+
description: string;
|
|
44330
|
+
properties: {
|
|
44331
|
+
columnId: {
|
|
45152
44332
|
description: string;
|
|
45153
|
-
|
|
44333
|
+
format: string;
|
|
45154
44334
|
type: string;
|
|
45155
44335
|
};
|
|
45156
|
-
|
|
44336
|
+
columnSubType: {
|
|
44337
|
+
$ref: string;
|
|
45157
44338
|
description: string;
|
|
45158
|
-
|
|
44339
|
+
};
|
|
44340
|
+
datasetId: {
|
|
44341
|
+
description: string;
|
|
44342
|
+
format: string;
|
|
45159
44343
|
type: string;
|
|
45160
44344
|
};
|
|
45161
|
-
|
|
44345
|
+
};
|
|
44346
|
+
type: string;
|
|
44347
|
+
};
|
|
44348
|
+
bins: {
|
|
44349
|
+
description: string;
|
|
44350
|
+
properties: {
|
|
44351
|
+
enabled: {
|
|
45162
44352
|
description: string;
|
|
45163
|
-
examples: number[];
|
|
45164
44353
|
type: string;
|
|
45165
44354
|
};
|
|
45166
|
-
|
|
44355
|
+
number: {
|
|
45167
44356
|
description: string;
|
|
45168
|
-
examples: boolean[];
|
|
45169
44357
|
type: string;
|
|
45170
44358
|
};
|
|
45171
|
-
|
|
44359
|
+
};
|
|
44360
|
+
type: string;
|
|
44361
|
+
};
|
|
44362
|
+
color: {
|
|
44363
|
+
description: string;
|
|
44364
|
+
type: string[];
|
|
44365
|
+
};
|
|
44366
|
+
columnId: {
|
|
44367
|
+
description: string;
|
|
44368
|
+
format: string;
|
|
44369
|
+
type: string;
|
|
44370
|
+
};
|
|
44371
|
+
currency: {
|
|
44372
|
+
description: string;
|
|
44373
|
+
type: string[];
|
|
44374
|
+
};
|
|
44375
|
+
datasetId: {
|
|
44376
|
+
description: string;
|
|
44377
|
+
format: string;
|
|
44378
|
+
type: string;
|
|
44379
|
+
};
|
|
44380
|
+
duration: {
|
|
44381
|
+
description: string;
|
|
44382
|
+
properties: {
|
|
44383
|
+
format: {
|
|
45172
44384
|
description: string;
|
|
45173
|
-
|
|
44385
|
+
enum: string[];
|
|
45174
44386
|
type: string;
|
|
45175
44387
|
};
|
|
45176
|
-
|
|
44388
|
+
levels: {
|
|
45177
44389
|
description: string;
|
|
45178
|
-
|
|
44390
|
+
items: {
|
|
44391
|
+
type: string;
|
|
44392
|
+
};
|
|
45179
44393
|
type: string;
|
|
45180
44394
|
};
|
|
45181
44395
|
};
|
|
45182
44396
|
type: string;
|
|
45183
44397
|
};
|
|
45184
|
-
|
|
44398
|
+
format: {
|
|
44399
|
+
description: string;
|
|
44400
|
+
type: string;
|
|
44401
|
+
};
|
|
44402
|
+
formula: {
|
|
44403
|
+
description: string;
|
|
44404
|
+
type: string;
|
|
44405
|
+
};
|
|
44406
|
+
grandTotals: {
|
|
45185
44407
|
description: string;
|
|
45186
44408
|
properties: {
|
|
45187
|
-
|
|
44409
|
+
enabled: {
|
|
44410
|
+
type: string;
|
|
44411
|
+
};
|
|
44412
|
+
};
|
|
44413
|
+
type: string;
|
|
44414
|
+
};
|
|
44415
|
+
label: {
|
|
44416
|
+
description: string;
|
|
44417
|
+
type: string;
|
|
44418
|
+
};
|
|
44419
|
+
periodOverPeriod: {
|
|
44420
|
+
description: string;
|
|
44421
|
+
properties: {
|
|
44422
|
+
level: {
|
|
45188
44423
|
description: string;
|
|
45189
|
-
examples: string[];
|
|
45190
44424
|
type: string;
|
|
45191
44425
|
};
|
|
45192
|
-
|
|
44426
|
+
periodToDate: {
|
|
45193
44427
|
description: string;
|
|
45194
|
-
examples: number[];
|
|
45195
44428
|
type: string;
|
|
45196
44429
|
};
|
|
45197
|
-
|
|
44430
|
+
quantity: {
|
|
45198
44431
|
description: string;
|
|
45199
|
-
examples: number[];
|
|
45200
44432
|
type: string;
|
|
45201
44433
|
};
|
|
45202
|
-
|
|
44434
|
+
type: {
|
|
45203
44435
|
description: string;
|
|
45204
|
-
|
|
44436
|
+
enum: string[];
|
|
45205
44437
|
type: string;
|
|
45206
44438
|
};
|
|
45207
44439
|
};
|
|
45208
44440
|
type: string;
|
|
45209
44441
|
};
|
|
44442
|
+
subtype: {
|
|
44443
|
+
anyOf: ({
|
|
44444
|
+
enum: string[];
|
|
44445
|
+
type: string;
|
|
44446
|
+
} | {
|
|
44447
|
+
type: string;
|
|
44448
|
+
enum?: undefined;
|
|
44449
|
+
})[];
|
|
44450
|
+
description: string;
|
|
44451
|
+
};
|
|
45210
44452
|
type: {
|
|
44453
|
+
const: string;
|
|
45211
44454
|
description: string;
|
|
45212
|
-
examples: string[];
|
|
45213
44455
|
type: string;
|
|
45214
44456
|
};
|
|
45215
44457
|
};
|
|
45216
44458
|
type: string;
|
|
45217
44459
|
};
|
|
45218
|
-
timezoneId: {
|
|
45219
|
-
description: string;
|
|
45220
|
-
examples: string[];
|
|
45221
|
-
type: string;
|
|
45222
|
-
};
|
|
45223
|
-
title: {
|
|
45224
|
-
description: string;
|
|
45225
|
-
examples: {
|
|
45226
|
-
en: string;
|
|
45227
|
-
}[];
|
|
45228
|
-
type: string;
|
|
45229
|
-
};
|
|
45230
44460
|
};
|
|
44461
|
+
description: string;
|
|
44462
|
+
items: {
|
|
44463
|
+
$ref: string;
|
|
44464
|
+
};
|
|
44465
|
+
maxItems: number;
|
|
45231
44466
|
type: string;
|
|
45232
44467
|
};
|
|
45233
44468
|
};
|