@luzmo/dashboard-contents-types 1.0.1 → 1.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (87) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/assets/json-schemas/area-chart-options.schema.json.d.ts +17 -129
  3. package/assets/json-schemas/bar-chart-options.schema.json.d.ts +17 -129
  4. package/assets/json-schemas/box-plot-options.schema.json.d.ts +16 -165
  5. package/assets/json-schemas/bubble-chart-options.schema.json.d.ts +17 -129
  6. package/assets/json-schemas/bullet-chart-options.schema.json.d.ts +12 -175
  7. package/assets/json-schemas/choropleth-map-options.schema.json.d.ts +12 -150
  8. package/assets/json-schemas/circular-gauge-options.schema.json.d.ts +15 -176
  9. package/assets/json-schemas/column-chart-options.schema.json.d.ts +17 -129
  10. package/assets/json-schemas/combination-chart-options.schema.json.d.ts +17 -129
  11. package/assets/json-schemas/date-filter-options.schema.json.d.ts +10 -228
  12. package/assets/json-schemas/donut-chart-options.schema.json.d.ts +16 -140
  13. package/assets/json-schemas/dropdown-filter-options.schema.json.d.ts +10 -228
  14. package/assets/json-schemas/evolution-number-options.schema.json.d.ts +15 -176
  15. package/assets/json-schemas/funnel-chart-options.schema.json.d.ts +16 -140
  16. package/assets/json-schemas/image-options.schema.json.d.ts +5 -339
  17. package/assets/json-schemas/line-chart-options.schema.json.d.ts +17 -129
  18. package/assets/json-schemas/pivot-table-options.schema.json.d.ts +11 -186
  19. package/assets/json-schemas/regular-table-options.schema.json.d.ts +11 -186
  20. package/assets/json-schemas/sankey-diagram-options.schema.json.d.ts +15 -176
  21. package/assets/json-schemas/scatter-plot-options.schema.json.d.ts +17 -129
  22. package/assets/json-schemas/slicer-filter-options.schema.json.d.ts +10 -228
  23. package/assets/json-schemas/slider-filter-options.schema.json.d.ts +10 -228
  24. package/assets/json-schemas/text-options.schema.json.d.ts +6 -296
  25. package/index.js +45 -45
  26. package/index.mjs +462 -4273
  27. package/json-schemas.d.ts +63 -2019
  28. package/json-schemas.d.ts.map +1 -1
  29. package/package.json +1 -1
  30. package/src/lib/area-chart/area-chart-options.d.ts +6 -3
  31. package/src/lib/area-chart/area-chart-options.d.ts.map +1 -1
  32. package/src/lib/bar-chart/bar-chart-options.d.ts +6 -3
  33. package/src/lib/bar-chart/bar-chart-options.d.ts.map +1 -1
  34. package/src/lib/box-plot/box-plot-options.d.ts +6 -3
  35. package/src/lib/box-plot/box-plot-options.d.ts.map +1 -1
  36. package/src/lib/bubble-chart/bubble-chart-options.d.ts +6 -3
  37. package/src/lib/bubble-chart/bubble-chart-options.d.ts.map +1 -1
  38. package/src/lib/bullet-chart/bullet-chart-options.d.ts +6 -1
  39. package/src/lib/bullet-chart/bullet-chart-options.d.ts.map +1 -1
  40. package/src/lib/choropleth-map/choropleth-map-options.d.ts +6 -2
  41. package/src/lib/choropleth-map/choropleth-map-options.d.ts.map +1 -1
  42. package/src/lib/circular-gauge/circular-gauge-options.d.ts +6 -1
  43. package/src/lib/circular-gauge/circular-gauge-options.d.ts.map +1 -1
  44. package/src/lib/column-chart/column-chart-options.d.ts +6 -3
  45. package/src/lib/column-chart/column-chart-options.d.ts.map +1 -1
  46. package/src/lib/combination-chart/combination-chart-options.d.ts +6 -3
  47. package/src/lib/combination-chart/combination-chart-options.d.ts.map +1 -1
  48. package/src/lib/conditional-number/conditional-number-options.d.ts +6 -1
  49. package/src/lib/conditional-number/conditional-number-options.d.ts.map +1 -1
  50. package/src/lib/date-filter/date-filter-options.d.ts +6 -2
  51. package/src/lib/date-filter/date-filter-options.d.ts.map +1 -1
  52. package/src/lib/donut-chart/donut-chart-options.d.ts +6 -2
  53. package/src/lib/donut-chart/donut-chart-options.d.ts.map +1 -1
  54. package/src/lib/dropdown-filter/dropdown-filter-options.d.ts +6 -1
  55. package/src/lib/dropdown-filter/dropdown-filter-options.d.ts.map +1 -1
  56. package/src/lib/evolution-number/evolution-number-options.d.ts +6 -1
  57. package/src/lib/evolution-number/evolution-number-options.d.ts.map +1 -1
  58. package/src/lib/funnel-chart/funnel-chart-options.d.ts +6 -2
  59. package/src/lib/funnel-chart/funnel-chart-options.d.ts.map +1 -1
  60. package/src/lib/image/image-options.d.ts +6 -1
  61. package/src/lib/image/image-options.d.ts.map +1 -1
  62. package/src/lib/line-chart/line-chart-options.d.ts +6 -3
  63. package/src/lib/line-chart/line-chart-options.d.ts.map +1 -1
  64. package/src/lib/pivot-table/pivot-table-options.d.ts +6 -2
  65. package/src/lib/pivot-table/pivot-table-options.d.ts.map +1 -1
  66. package/src/lib/regular-table/regular-table-options.d.ts +6 -1
  67. package/src/lib/regular-table/regular-table-options.d.ts.map +1 -1
  68. package/src/lib/sankey-diagram/sankey-diagram-options.d.ts +6 -2
  69. package/src/lib/sankey-diagram/sankey-diagram-options.d.ts.map +1 -1
  70. package/src/lib/scatter-plot/scatter-plot-options.d.ts +6 -3
  71. package/src/lib/scatter-plot/scatter-plot-options.d.ts.map +1 -1
  72. package/src/lib/search-filter/search-filter-options.d.ts +6 -2
  73. package/src/lib/search-filter/search-filter-options.d.ts.map +1 -1
  74. package/src/lib/shared/index.d.ts +1 -3
  75. package/src/lib/shared/index.d.ts.map +1 -1
  76. package/src/lib/shared/slots.d.ts +1 -0
  77. package/src/lib/shared/slots.d.ts.map +1 -1
  78. package/src/lib/shared/theme.d.ts +87 -81
  79. package/src/lib/shared/theme.d.ts.map +1 -1
  80. package/src/lib/slicer-filter/slicer-filter-options.d.ts +6 -2
  81. package/src/lib/slicer-filter/slicer-filter-options.d.ts.map +1 -1
  82. package/src/lib/slider-filter/slider-filter-options.d.ts +6 -2
  83. package/src/lib/slider-filter/slider-filter-options.d.ts.map +1 -1
  84. package/src/lib/text/text-options.d.ts +6 -1
  85. package/src/lib/text/text-options.d.ts.map +1 -1
  86. package/src/lib/shared/axis-view-options.d.ts +0 -3
  87. 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,6 @@ declare const _default: {
44951
43156
  theme: {
44952
43157
  description: string;
44953
43158
  properties: {
44954
- axis: {
44955
- description: string;
44956
- examples: {
44957
- fontSize: number;
44958
- }[];
44959
- type: string;
44960
- };
44961
- background: {
44962
- description: string;
44963
- examples: string[];
44964
- type: string;
44965
- };
44966
- baseFontSize: {
44967
- description: string;
44968
- examples: number[];
44969
- type: string;
44970
- };
44971
43159
  borders: {
44972
43160
  description: string;
44973
43161
  properties: {
@@ -45026,24 +43214,6 @@ declare const _default: {
45026
43214
  };
45027
43215
  type: string;
45028
43216
  };
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
43217
  font: {
45048
43218
  description: string;
45049
43219
  properties: {
@@ -45076,137 +43246,11 @@ declare const _default: {
45076
43246
  examples: string[];
45077
43247
  type: string;
45078
43248
  };
45079
- itemSpecific: {
45080
- description: string;
45081
- properties: {
45082
- padding: {
45083
- description: string;
45084
- examples: number[];
45085
- type: string;
45086
- };
45087
- rounding: {
45088
- description: string;
45089
- examples: number[];
45090
- type: string;
45091
- };
45092
- };
45093
- type: string;
45094
- };
45095
43249
  itemsBackground: {
45096
43250
  description: string;
45097
43251
  examples: string[];
45098
43252
  type: string;
45099
43253
  };
45100
- legend: {
45101
- description: string;
45102
- properties: {
45103
- fontSize: {
45104
- description: string;
45105
- examples: number[];
45106
- type: string;
45107
- };
45108
- lineHeight: {
45109
- description: string;
45110
- examples: number[];
45111
- type: string;
45112
- };
45113
- type: {
45114
- description: string;
45115
- enum: string[];
45116
- examples: string[];
45117
- type: string;
45118
- };
45119
- };
45120
- type: string;
45121
- };
45122
- mainColor: {
45123
- description: string;
45124
- examples: string[];
45125
- type: string;
45126
- };
45127
- margins: {
45128
- description: string;
45129
- examples: number[][];
45130
- items: {
45131
- type: string;
45132
- }[];
45133
- maxItems: number;
45134
- minItems: number;
45135
- type: string;
45136
- };
45137
- name: {
45138
- description: string;
45139
- examples: string[];
45140
- type: string;
45141
- };
45142
- title: {
45143
- description: string;
45144
- properties: {
45145
- align: {
45146
- description: string;
45147
- enum: string[];
45148
- examples: string[];
45149
- type: string;
45150
- };
45151
- bold: {
45152
- description: string;
45153
- examples: boolean[];
45154
- type: string;
45155
- };
45156
- border: {
45157
- description: string;
45158
- examples: boolean[];
45159
- type: string;
45160
- };
45161
- fontSize: {
45162
- description: string;
45163
- examples: number[];
45164
- type: string;
45165
- };
45166
- italic: {
45167
- description: string;
45168
- examples: boolean[];
45169
- type: string;
45170
- };
45171
- lineHeight: {
45172
- description: string;
45173
- examples: number[];
45174
- type: string;
45175
- };
45176
- underline: {
45177
- description: string;
45178
- examples: boolean[];
45179
- type: string;
45180
- };
45181
- };
45182
- type: string;
45183
- };
45184
- tooltip: {
45185
- description: string;
45186
- properties: {
45187
- background: {
45188
- description: string;
45189
- examples: string[];
45190
- type: string;
45191
- };
45192
- fontSize: {
45193
- description: string;
45194
- examples: number[];
45195
- type: string;
45196
- };
45197
- lineHeight: {
45198
- description: string;
45199
- examples: number[];
45200
- type: string;
45201
- };
45202
- opacity: {
45203
- description: string;
45204
- examples: number[];
45205
- type: string;
45206
- };
45207
- };
45208
- type: string;
45209
- };
45210
43254
  type: {
45211
43255
  description: string;
45212
43256
  examples: string[];