@luzmo/dashboard-contents-types 0.1.88 → 0.1.89
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/README.md +154 -0
- package/assets/json-schemas/area-chart-options.schema.json.d.ts +15 -1
- package/assets/json-schemas/area-chart-slots.schema.json.d.ts +14 -14
- package/assets/json-schemas/area-chart.schema.json.d.ts +3 -3
- package/assets/json-schemas/bar-chart-options.schema.json.d.ts +13 -1
- package/assets/json-schemas/bar-chart-slots.schema.json.d.ts +14 -14
- package/assets/json-schemas/bar-chart.schema.json.d.ts +3 -3
- package/assets/json-schemas/box-plot-options.schema.json.d.ts +13 -1
- package/assets/json-schemas/box-plot-slots.schema.json.d.ts +8 -8
- package/assets/json-schemas/box-plot.schema.json.d.ts +3 -3
- package/assets/json-schemas/bubble-chart-options.schema.json.d.ts +13 -1
- package/assets/json-schemas/bubble-chart-slots.schema.json.d.ts +14 -14
- package/assets/json-schemas/bubble-chart.schema.json.d.ts +3 -3
- package/assets/json-schemas/bullet-chart-options.schema.json.d.ts +13 -1
- package/assets/json-schemas/bullet-chart-slots.schema.json.d.ts +14 -14
- package/assets/json-schemas/bullet-chart.schema.json.d.ts +3 -3
- package/assets/json-schemas/choropleth-map-options.schema.json.d.ts +13 -1
- package/assets/json-schemas/choropleth-map-slots.schema.json.d.ts +11 -11
- package/assets/json-schemas/choropleth-map.schema.json.d.ts +3 -3
- package/assets/json-schemas/circular-gauge-options.schema.json.d.ts +13 -1
- package/assets/json-schemas/circular-gauge-slots.schema.json.d.ts +10 -10
- package/assets/json-schemas/circular-gauge.schema.json.d.ts +3 -3
- package/assets/json-schemas/column-chart-options.schema.json.d.ts +13 -1
- package/assets/json-schemas/column-chart-slots.schema.json.d.ts +14 -14
- package/assets/json-schemas/column-chart.schema.json.d.ts +3 -3
- package/assets/json-schemas/combination-chart-options.schema.json.d.ts +15 -1
- package/assets/json-schemas/combination-chart-slots.schema.json.d.ts +10 -10
- package/assets/json-schemas/combination-chart.schema.json.d.ts +3 -3
- package/assets/json-schemas/date-filter-options.schema.json.d.ts +13 -1
- package/assets/json-schemas/date-filter-slots.schema.json.d.ts +3 -3
- package/assets/json-schemas/date-filter.schema.json.d.ts +3 -3
- package/assets/json-schemas/donut-chart-options.schema.json.d.ts +13 -1
- package/assets/json-schemas/donut-chart-slots.schema.json.d.ts +10 -10
- package/assets/json-schemas/donut-chart.schema.json.d.ts +3 -3
- package/assets/json-schemas/dropdown-filter-options.schema.json.d.ts +13 -1
- package/assets/json-schemas/dropdown-filter-slots.schema.json.d.ts +6 -6
- package/assets/json-schemas/dropdown-filter.schema.json.d.ts +3 -3
- package/assets/json-schemas/evolution-number-options.schema.json.d.ts +37 -23
- package/assets/json-schemas/evolution-number-slots.schema.json.d.ts +8 -8
- package/assets/json-schemas/evolution-number.schema.json.d.ts +3 -3
- package/assets/json-schemas/funnel-chart-options.schema.json.d.ts +13 -1
- package/assets/json-schemas/funnel-chart-slots.schema.json.d.ts +9 -9
- package/assets/json-schemas/funnel-chart.schema.json.d.ts +3 -3
- package/assets/json-schemas/image-options.schema.json.d.ts +7 -1
- package/assets/json-schemas/image.schema.json.d.ts +2 -2
- package/assets/json-schemas/line-chart-options.schema.json.d.ts +15 -1
- package/assets/json-schemas/line-chart-slots.schema.json.d.ts +14 -14
- package/assets/json-schemas/line-chart.schema.json.d.ts +3 -3
- package/assets/json-schemas/options.schema.json.d.ts +24 -24
- package/assets/json-schemas/pivot-table-options.schema.json.d.ts +13 -1
- package/assets/json-schemas/pivot-table-slots.schema.json.d.ts +14 -14
- package/assets/json-schemas/pivot-table.schema.json.d.ts +3 -3
- package/assets/json-schemas/regular-table-options.schema.json.d.ts +13 -1
- package/assets/json-schemas/regular-table-slots.schema.json.d.ts +6 -6
- package/assets/json-schemas/regular-table.schema.json.d.ts +3 -3
- package/assets/json-schemas/sankey-diagram-options.schema.json.d.ts +13 -1
- package/assets/json-schemas/sankey-diagram-slots.schema.json.d.ts +18 -18
- package/assets/json-schemas/sankey-diagram.schema.json.d.ts +3 -3
- package/assets/json-schemas/scatter-plot-options.schema.json.d.ts +13 -1
- package/assets/json-schemas/scatter-plot-slots.schema.json.d.ts +22 -22
- package/assets/json-schemas/scatter-plot.schema.json.d.ts +3 -3
- package/assets/json-schemas/slicer-filter-options.schema.json.d.ts +13 -1
- package/assets/json-schemas/slicer-filter-slots.schema.json.d.ts +10 -10
- package/assets/json-schemas/slicer-filter.schema.json.d.ts +3 -3
- package/assets/json-schemas/slider-filter-options.schema.json.d.ts +13 -1
- package/assets/json-schemas/slider-filter-slots.schema.json.d.ts +5 -5
- package/assets/json-schemas/slider-filter.schema.json.d.ts +3 -3
- package/assets/json-schemas/slots.schema.json.d.ts +22 -22
- package/assets/json-schemas/text-options.schema.json.d.ts +7 -1
- package/assets/json-schemas/text.schema.json.d.ts +2 -2
- package/assets/json-schemas/viz-item-type.schema.json.d.ts +1 -1
- package/index.js +69 -69
- package/index.mjs +719 -447
- package/json-schemas.d.ts +100 -17
- package/json-schemas.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/lib/evolution-number/evolution-number-options.d.ts +20 -5
- package/src/lib/evolution-number/evolution-number-options.d.ts.map +1 -1
- package/src/lib/shared/common.d.ts +4 -4
- package/src/lib/shared/common.d.ts.map +1 -1
- package/src/lib/shared/drop-object-view-options.d.ts +2 -0
- package/src/lib/shared/drop-object-view-options.d.ts.map +1 -1
- package/src/lib/shared/theme.d.ts +4 -0
- package/src/lib/shared/theme.d.ts.map +1 -1
package/json-schemas.d.ts
CHANGED
|
@@ -241,7 +241,9 @@ declare const _default: {
|
|
|
241
241
|
type: string;
|
|
242
242
|
};
|
|
243
243
|
color: {
|
|
244
|
+
default: string;
|
|
244
245
|
description: string;
|
|
246
|
+
examples: string[];
|
|
245
247
|
type: string;
|
|
246
248
|
};
|
|
247
249
|
display: {
|
|
@@ -1071,6 +1073,8 @@ declare const _default: {
|
|
|
1071
1073
|
type: string;
|
|
1072
1074
|
};
|
|
1073
1075
|
nullBreak: {
|
|
1076
|
+
default: boolean;
|
|
1077
|
+
description: string;
|
|
1074
1078
|
type: string;
|
|
1075
1079
|
};
|
|
1076
1080
|
theme: {
|
|
@@ -1089,6 +1093,8 @@ declare const _default: {
|
|
|
1089
1093
|
type: string;
|
|
1090
1094
|
};
|
|
1091
1095
|
baseFontSize: {
|
|
1096
|
+
description: string;
|
|
1097
|
+
examples: number[];
|
|
1092
1098
|
type: string;
|
|
1093
1099
|
};
|
|
1094
1100
|
borders: {
|
|
@@ -1837,7 +1843,9 @@ declare const _default: {
|
|
|
1837
1843
|
type: string;
|
|
1838
1844
|
};
|
|
1839
1845
|
color: {
|
|
1846
|
+
default: string;
|
|
1840
1847
|
description: string;
|
|
1848
|
+
examples: string[];
|
|
1841
1849
|
type: string;
|
|
1842
1850
|
};
|
|
1843
1851
|
display: {
|
|
@@ -4879,6 +4887,8 @@ declare const _default: {
|
|
|
4879
4887
|
type: string;
|
|
4880
4888
|
};
|
|
4881
4889
|
baseFontSize: {
|
|
4890
|
+
description: string;
|
|
4891
|
+
examples: number[];
|
|
4882
4892
|
type: string;
|
|
4883
4893
|
};
|
|
4884
4894
|
borders: {
|
|
@@ -5637,7 +5647,9 @@ declare const _default: {
|
|
|
5637
5647
|
type: string;
|
|
5638
5648
|
};
|
|
5639
5649
|
color: {
|
|
5650
|
+
default: string;
|
|
5640
5651
|
description: string;
|
|
5652
|
+
examples: string[];
|
|
5641
5653
|
type: string;
|
|
5642
5654
|
};
|
|
5643
5655
|
display: {
|
|
@@ -6484,6 +6496,8 @@ declare const _default: {
|
|
|
6484
6496
|
type: string;
|
|
6485
6497
|
};
|
|
6486
6498
|
baseFontSize: {
|
|
6499
|
+
description: string;
|
|
6500
|
+
examples: number[];
|
|
6487
6501
|
type: string;
|
|
6488
6502
|
};
|
|
6489
6503
|
borders: {
|
|
@@ -7097,7 +7111,9 @@ declare const _default: {
|
|
|
7097
7111
|
type: string;
|
|
7098
7112
|
};
|
|
7099
7113
|
color: {
|
|
7114
|
+
default: string;
|
|
7100
7115
|
description: string;
|
|
7116
|
+
examples: string[];
|
|
7101
7117
|
type: string;
|
|
7102
7118
|
};
|
|
7103
7119
|
display: {
|
|
@@ -9956,6 +9972,8 @@ declare const _default: {
|
|
|
9956
9972
|
type: string;
|
|
9957
9973
|
};
|
|
9958
9974
|
baseFontSize: {
|
|
9975
|
+
description: string;
|
|
9976
|
+
examples: number[];
|
|
9959
9977
|
type: string;
|
|
9960
9978
|
};
|
|
9961
9979
|
borders: {
|
|
@@ -10581,7 +10599,9 @@ declare const _default: {
|
|
|
10581
10599
|
$schema: string;
|
|
10582
10600
|
properties: {
|
|
10583
10601
|
color: {
|
|
10602
|
+
default: string;
|
|
10584
10603
|
description: string;
|
|
10604
|
+
examples: string[];
|
|
10585
10605
|
type: string;
|
|
10586
10606
|
};
|
|
10587
10607
|
display: {
|
|
@@ -11367,6 +11387,8 @@ declare const _default: {
|
|
|
11367
11387
|
type: string;
|
|
11368
11388
|
};
|
|
11369
11389
|
baseFontSize: {
|
|
11390
|
+
description: string;
|
|
11391
|
+
examples: number[];
|
|
11370
11392
|
type: string;
|
|
11371
11393
|
};
|
|
11372
11394
|
borders: {
|
|
@@ -11998,7 +12020,9 @@ declare const _default: {
|
|
|
11998
12020
|
type: string;
|
|
11999
12021
|
};
|
|
12000
12022
|
color: {
|
|
12023
|
+
default: string;
|
|
12001
12024
|
description: string;
|
|
12025
|
+
examples: string[];
|
|
12002
12026
|
type: string;
|
|
12003
12027
|
};
|
|
12004
12028
|
colorsClass: {
|
|
@@ -12809,6 +12833,8 @@ declare const _default: {
|
|
|
12809
12833
|
type: string;
|
|
12810
12834
|
};
|
|
12811
12835
|
baseFontSize: {
|
|
12836
|
+
description: string;
|
|
12837
|
+
examples: number[];
|
|
12812
12838
|
type: string;
|
|
12813
12839
|
};
|
|
12814
12840
|
borders: {
|
|
@@ -13588,7 +13614,9 @@ declare const _default: {
|
|
|
13588
13614
|
type: string;
|
|
13589
13615
|
};
|
|
13590
13616
|
color: {
|
|
13617
|
+
default: string;
|
|
13591
13618
|
description: string;
|
|
13619
|
+
examples: string[];
|
|
13592
13620
|
type: string;
|
|
13593
13621
|
};
|
|
13594
13622
|
display: {
|
|
@@ -14294,6 +14322,8 @@ declare const _default: {
|
|
|
14294
14322
|
type: string;
|
|
14295
14323
|
};
|
|
14296
14324
|
baseFontSize: {
|
|
14325
|
+
description: string;
|
|
14326
|
+
examples: number[];
|
|
14297
14327
|
type: string;
|
|
14298
14328
|
};
|
|
14299
14329
|
borders: {
|
|
@@ -15021,7 +15051,9 @@ declare const _default: {
|
|
|
15021
15051
|
type: string;
|
|
15022
15052
|
};
|
|
15023
15053
|
color: {
|
|
15054
|
+
default: string;
|
|
15024
15055
|
description: string;
|
|
15056
|
+
examples: string[];
|
|
15025
15057
|
type: string;
|
|
15026
15058
|
};
|
|
15027
15059
|
display: {
|
|
@@ -18063,6 +18095,8 @@ declare const _default: {
|
|
|
18063
18095
|
type: string;
|
|
18064
18096
|
};
|
|
18065
18097
|
baseFontSize: {
|
|
18098
|
+
description: string;
|
|
18099
|
+
examples: number[];
|
|
18066
18100
|
type: string;
|
|
18067
18101
|
};
|
|
18068
18102
|
borders: {
|
|
@@ -18879,7 +18913,9 @@ declare const _default: {
|
|
|
18879
18913
|
type: string;
|
|
18880
18914
|
};
|
|
18881
18915
|
color: {
|
|
18916
|
+
default: string;
|
|
18882
18917
|
description: string;
|
|
18918
|
+
examples: string[];
|
|
18883
18919
|
type: string;
|
|
18884
18920
|
};
|
|
18885
18921
|
display: {
|
|
@@ -19788,6 +19824,8 @@ declare const _default: {
|
|
|
19788
19824
|
type: string;
|
|
19789
19825
|
};
|
|
19790
19826
|
nullBreak: {
|
|
19827
|
+
default: boolean;
|
|
19828
|
+
description: string;
|
|
19791
19829
|
type: string;
|
|
19792
19830
|
};
|
|
19793
19831
|
ranking: {
|
|
@@ -19830,6 +19868,8 @@ declare const _default: {
|
|
|
19830
19868
|
type: string;
|
|
19831
19869
|
};
|
|
19832
19870
|
baseFontSize: {
|
|
19871
|
+
description: string;
|
|
19872
|
+
examples: number[];
|
|
19833
19873
|
type: string;
|
|
19834
19874
|
};
|
|
19835
19875
|
borders: {
|
|
@@ -20433,7 +20473,9 @@ declare const _default: {
|
|
|
20433
20473
|
$schema: string;
|
|
20434
20474
|
properties: {
|
|
20435
20475
|
color: {
|
|
20476
|
+
default: string;
|
|
20436
20477
|
description: string;
|
|
20478
|
+
examples: string[];
|
|
20437
20479
|
type: string;
|
|
20438
20480
|
};
|
|
20439
20481
|
dateRange: {
|
|
@@ -21085,6 +21127,8 @@ declare const _default: {
|
|
|
21085
21127
|
type: string;
|
|
21086
21128
|
};
|
|
21087
21129
|
baseFontSize: {
|
|
21130
|
+
description: string;
|
|
21131
|
+
examples: number[];
|
|
21088
21132
|
type: string;
|
|
21089
21133
|
};
|
|
21090
21134
|
borders: {
|
|
@@ -21478,7 +21522,9 @@ declare const _default: {
|
|
|
21478
21522
|
$schema: string;
|
|
21479
21523
|
properties: {
|
|
21480
21524
|
color: {
|
|
21525
|
+
default: string;
|
|
21481
21526
|
description: string;
|
|
21527
|
+
examples: string[];
|
|
21482
21528
|
type: string;
|
|
21483
21529
|
};
|
|
21484
21530
|
display: {
|
|
@@ -24435,6 +24481,8 @@ declare const _default: {
|
|
|
24435
24481
|
type: string;
|
|
24436
24482
|
};
|
|
24437
24483
|
baseFontSize: {
|
|
24484
|
+
description: string;
|
|
24485
|
+
examples: number[];
|
|
24438
24486
|
type: string;
|
|
24439
24487
|
};
|
|
24440
24488
|
borders: {
|
|
@@ -25043,7 +25091,9 @@ declare const _default: {
|
|
|
25043
25091
|
type: string;
|
|
25044
25092
|
};
|
|
25045
25093
|
color: {
|
|
25094
|
+
default: string;
|
|
25046
25095
|
description: string;
|
|
25096
|
+
examples: string[];
|
|
25047
25097
|
type: string;
|
|
25048
25098
|
};
|
|
25049
25099
|
display: {
|
|
@@ -25714,6 +25764,8 @@ declare const _default: {
|
|
|
25714
25764
|
type: string;
|
|
25715
25765
|
};
|
|
25716
25766
|
baseFontSize: {
|
|
25767
|
+
description: string;
|
|
25768
|
+
examples: number[];
|
|
25717
25769
|
type: string;
|
|
25718
25770
|
};
|
|
25719
25771
|
borders: {
|
|
@@ -26294,17 +26346,9 @@ declare const _default: {
|
|
|
26294
26346
|
$schema: string;
|
|
26295
26347
|
properties: {
|
|
26296
26348
|
color: {
|
|
26349
|
+
default: string;
|
|
26297
26350
|
description: string;
|
|
26298
|
-
|
|
26299
|
-
};
|
|
26300
|
-
display: {
|
|
26301
|
-
description: string;
|
|
26302
|
-
properties: {
|
|
26303
|
-
title: {
|
|
26304
|
-
description: string;
|
|
26305
|
-
type: string;
|
|
26306
|
-
};
|
|
26307
|
-
};
|
|
26351
|
+
examples: string[];
|
|
26308
26352
|
type: string;
|
|
26309
26353
|
};
|
|
26310
26354
|
evolutionColor: {
|
|
@@ -26351,6 +26395,7 @@ declare const _default: {
|
|
|
26351
26395
|
imageBackgroundFillMode: {
|
|
26352
26396
|
description: string;
|
|
26353
26397
|
enum: string[];
|
|
26398
|
+
examples: string[];
|
|
26354
26399
|
type: string;
|
|
26355
26400
|
};
|
|
26356
26401
|
imageBackgroundOpacity: {
|
|
@@ -26365,7 +26410,9 @@ declare const _default: {
|
|
|
26365
26410
|
type: string;
|
|
26366
26411
|
};
|
|
26367
26412
|
imageContent: {
|
|
26413
|
+
default: string;
|
|
26368
26414
|
description: string;
|
|
26415
|
+
examples: string[];
|
|
26369
26416
|
type: string;
|
|
26370
26417
|
};
|
|
26371
26418
|
imageMode: {
|
|
@@ -27041,6 +27088,7 @@ declare const _default: {
|
|
|
27041
27088
|
};
|
|
27042
27089
|
numberFontSize: {
|
|
27043
27090
|
description: string;
|
|
27091
|
+
examples: number[];
|
|
27044
27092
|
type: string;
|
|
27045
27093
|
};
|
|
27046
27094
|
showImage: {
|
|
@@ -27093,6 +27141,8 @@ declare const _default: {
|
|
|
27093
27141
|
type: string;
|
|
27094
27142
|
};
|
|
27095
27143
|
baseFontSize: {
|
|
27144
|
+
description: string;
|
|
27145
|
+
examples: number[];
|
|
27096
27146
|
type: string;
|
|
27097
27147
|
};
|
|
27098
27148
|
borders: {
|
|
@@ -27342,13 +27392,6 @@ declare const _default: {
|
|
|
27342
27392
|
};
|
|
27343
27393
|
type: string;
|
|
27344
27394
|
};
|
|
27345
|
-
title: {
|
|
27346
|
-
description: string;
|
|
27347
|
-
examples: {
|
|
27348
|
-
en: string;
|
|
27349
|
-
}[];
|
|
27350
|
-
type: string;
|
|
27351
|
-
};
|
|
27352
27395
|
titleFontSize: {
|
|
27353
27396
|
description: string;
|
|
27354
27397
|
examples: number[];
|
|
@@ -27361,7 +27404,9 @@ declare const _default: {
|
|
|
27361
27404
|
type: string;
|
|
27362
27405
|
};
|
|
27363
27406
|
uploadedImage: {
|
|
27407
|
+
default: string;
|
|
27364
27408
|
description: string;
|
|
27409
|
+
examples: string[];
|
|
27365
27410
|
type: string;
|
|
27366
27411
|
};
|
|
27367
27412
|
verticalAlignment: {
|
|
@@ -27716,7 +27761,9 @@ declare const _default: {
|
|
|
27716
27761
|
$schema: string;
|
|
27717
27762
|
properties: {
|
|
27718
27763
|
color: {
|
|
27764
|
+
default: string;
|
|
27719
27765
|
description: string;
|
|
27766
|
+
examples: string[];
|
|
27720
27767
|
type: string;
|
|
27721
27768
|
};
|
|
27722
27769
|
display: {
|
|
@@ -30660,6 +30707,8 @@ declare const _default: {
|
|
|
30660
30707
|
type: string;
|
|
30661
30708
|
};
|
|
30662
30709
|
baseFontSize: {
|
|
30710
|
+
description: string;
|
|
30711
|
+
examples: number[];
|
|
30663
30712
|
type: string;
|
|
30664
30713
|
};
|
|
30665
30714
|
borders: {
|
|
@@ -31347,6 +31396,8 @@ declare const _default: {
|
|
|
31347
31396
|
type: string;
|
|
31348
31397
|
};
|
|
31349
31398
|
baseFontSize: {
|
|
31399
|
+
description: string;
|
|
31400
|
+
examples: number[];
|
|
31350
31401
|
type: string;
|
|
31351
31402
|
};
|
|
31352
31403
|
borders: {
|
|
@@ -31831,7 +31882,9 @@ declare const _default: {
|
|
|
31831
31882
|
type: string;
|
|
31832
31883
|
};
|
|
31833
31884
|
color: {
|
|
31885
|
+
default: string;
|
|
31834
31886
|
description: string;
|
|
31887
|
+
examples: string[];
|
|
31835
31888
|
type: string;
|
|
31836
31889
|
};
|
|
31837
31890
|
display: {
|
|
@@ -32686,6 +32739,8 @@ declare const _default: {
|
|
|
32686
32739
|
type: string;
|
|
32687
32740
|
};
|
|
32688
32741
|
nullBreak: {
|
|
32742
|
+
default: boolean;
|
|
32743
|
+
description: string;
|
|
32689
32744
|
type: string;
|
|
32690
32745
|
};
|
|
32691
32746
|
theme: {
|
|
@@ -32704,6 +32759,8 @@ declare const _default: {
|
|
|
32704
32759
|
type: string;
|
|
32705
32760
|
};
|
|
32706
32761
|
baseFontSize: {
|
|
32762
|
+
description: string;
|
|
32763
|
+
examples: number[];
|
|
32707
32764
|
type: string;
|
|
32708
32765
|
};
|
|
32709
32766
|
borders: {
|
|
@@ -33331,7 +33388,9 @@ declare const _default: {
|
|
|
33331
33388
|
type: string;
|
|
33332
33389
|
};
|
|
33333
33390
|
color: {
|
|
33391
|
+
default: string;
|
|
33334
33392
|
description: string;
|
|
33393
|
+
examples: string[];
|
|
33335
33394
|
type: string;
|
|
33336
33395
|
};
|
|
33337
33396
|
columnHeaders: {
|
|
@@ -34165,6 +34224,8 @@ declare const _default: {
|
|
|
34165
34224
|
type: string;
|
|
34166
34225
|
};
|
|
34167
34226
|
baseFontSize: {
|
|
34227
|
+
description: string;
|
|
34228
|
+
examples: number[];
|
|
34168
34229
|
type: string;
|
|
34169
34230
|
};
|
|
34170
34231
|
borders: {
|
|
@@ -34814,7 +34875,9 @@ declare const _default: {
|
|
|
34814
34875
|
type: string;
|
|
34815
34876
|
};
|
|
34816
34877
|
color: {
|
|
34878
|
+
default: string;
|
|
34817
34879
|
description: string;
|
|
34880
|
+
examples: string[];
|
|
34818
34881
|
type: string;
|
|
34819
34882
|
};
|
|
34820
34883
|
columns: {
|
|
@@ -35692,6 +35755,8 @@ declare const _default: {
|
|
|
35692
35755
|
type: string;
|
|
35693
35756
|
};
|
|
35694
35757
|
baseFontSize: {
|
|
35758
|
+
description: string;
|
|
35759
|
+
examples: number[];
|
|
35695
35760
|
type: string;
|
|
35696
35761
|
};
|
|
35697
35762
|
borders: {
|
|
@@ -36278,7 +36343,9 @@ declare const _default: {
|
|
|
36278
36343
|
type: string;
|
|
36279
36344
|
};
|
|
36280
36345
|
color: {
|
|
36346
|
+
default: string;
|
|
36281
36347
|
description: string;
|
|
36348
|
+
examples: string[];
|
|
36282
36349
|
type: string;
|
|
36283
36350
|
};
|
|
36284
36351
|
colors: {
|
|
@@ -37006,6 +37073,8 @@ declare const _default: {
|
|
|
37006
37073
|
type: string;
|
|
37007
37074
|
};
|
|
37008
37075
|
baseFontSize: {
|
|
37076
|
+
description: string;
|
|
37077
|
+
examples: number[];
|
|
37009
37078
|
type: string;
|
|
37010
37079
|
};
|
|
37011
37080
|
borders: {
|
|
@@ -37829,7 +37898,9 @@ declare const _default: {
|
|
|
37829
37898
|
type: string;
|
|
37830
37899
|
};
|
|
37831
37900
|
color: {
|
|
37901
|
+
default: string;
|
|
37832
37902
|
description: string;
|
|
37903
|
+
examples: string[];
|
|
37833
37904
|
type: string;
|
|
37834
37905
|
};
|
|
37835
37906
|
display: {
|
|
@@ -38599,6 +38670,8 @@ declare const _default: {
|
|
|
38599
38670
|
type: string;
|
|
38600
38671
|
};
|
|
38601
38672
|
baseFontSize: {
|
|
38673
|
+
description: string;
|
|
38674
|
+
examples: number[];
|
|
38602
38675
|
type: string;
|
|
38603
38676
|
};
|
|
38604
38677
|
borders: {
|
|
@@ -39270,7 +39343,9 @@ declare const _default: {
|
|
|
39270
39343
|
type: string;
|
|
39271
39344
|
};
|
|
39272
39345
|
color: {
|
|
39346
|
+
default: string;
|
|
39273
39347
|
description: string;
|
|
39348
|
+
examples: string[];
|
|
39274
39349
|
type: string;
|
|
39275
39350
|
};
|
|
39276
39351
|
display: {
|
|
@@ -40083,6 +40158,8 @@ declare const _default: {
|
|
|
40083
40158
|
type: string;
|
|
40084
40159
|
};
|
|
40085
40160
|
baseFontSize: {
|
|
40161
|
+
description: string;
|
|
40162
|
+
examples: number[];
|
|
40086
40163
|
type: string;
|
|
40087
40164
|
};
|
|
40088
40165
|
borders: {
|
|
@@ -40686,7 +40763,9 @@ declare const _default: {
|
|
|
40686
40763
|
$schema: string;
|
|
40687
40764
|
properties: {
|
|
40688
40765
|
color: {
|
|
40766
|
+
default: string;
|
|
40689
40767
|
description: string;
|
|
40768
|
+
examples: string[];
|
|
40690
40769
|
type: string;
|
|
40691
40770
|
};
|
|
40692
40771
|
display: {
|
|
@@ -41255,6 +41334,8 @@ declare const _default: {
|
|
|
41255
41334
|
type: string;
|
|
41256
41335
|
};
|
|
41257
41336
|
baseFontSize: {
|
|
41337
|
+
description: string;
|
|
41338
|
+
examples: number[];
|
|
41258
41339
|
type: string;
|
|
41259
41340
|
};
|
|
41260
41341
|
borders: {
|
|
@@ -41832,6 +41913,8 @@ declare const _default: {
|
|
|
41832
41913
|
type: string;
|
|
41833
41914
|
};
|
|
41834
41915
|
baseFontSize: {
|
|
41916
|
+
description: string;
|
|
41917
|
+
examples: number[];
|
|
41835
41918
|
type: string;
|
|
41836
41919
|
};
|
|
41837
41920
|
borders: {
|