@covalent/echarts 10.4.0-beta.3 → 11.0.0-beta.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 (122) hide show
  1. package/bar/index.d.ts +82 -3
  2. package/base/index.d.ts +603 -3
  3. package/clustering/index.d.ts +117 -3
  4. package/fesm2022/covalent-echarts-bar.mjs +1 -1
  5. package/fesm2022/covalent-echarts-bar.mjs.map +1 -1
  6. package/fesm2022/covalent-echarts-base.mjs +1 -1
  7. package/fesm2022/covalent-echarts-base.mjs.map +1 -1
  8. package/fesm2022/covalent-echarts-clustering.mjs +1 -1
  9. package/fesm2022/covalent-echarts-clustering.mjs.map +1 -1
  10. package/fesm2022/covalent-echarts-graph.mjs +1 -1
  11. package/fesm2022/covalent-echarts-graph.mjs.map +1 -1
  12. package/fesm2022/covalent-echarts-histogram.mjs +1 -1
  13. package/fesm2022/covalent-echarts-histogram.mjs.map +1 -1
  14. package/fesm2022/covalent-echarts-line.mjs +1 -1
  15. package/fesm2022/covalent-echarts-line.mjs.map +1 -1
  16. package/fesm2022/covalent-echarts-map.mjs +1 -1
  17. package/fesm2022/covalent-echarts-map.mjs.map +1 -1
  18. package/fesm2022/covalent-echarts-pie.mjs +1 -1
  19. package/fesm2022/covalent-echarts-pie.mjs.map +1 -1
  20. package/fesm2022/covalent-echarts-regression.mjs +1 -1
  21. package/fesm2022/covalent-echarts-regression.mjs.map +1 -1
  22. package/fesm2022/covalent-echarts-sankey.mjs +1 -1
  23. package/fesm2022/covalent-echarts-sankey.mjs.map +1 -1
  24. package/fesm2022/covalent-echarts-scatter.mjs +1 -1
  25. package/fesm2022/covalent-echarts-scatter.mjs.map +1 -1
  26. package/fesm2022/covalent-echarts-toolbox.mjs +1 -1
  27. package/fesm2022/covalent-echarts-toolbox.mjs.map +1 -1
  28. package/fesm2022/covalent-echarts-tooltip.mjs +1 -1
  29. package/fesm2022/covalent-echarts-tooltip.mjs.map +1 -1
  30. package/fesm2022/covalent-echarts-tree.mjs +1 -1
  31. package/fesm2022/covalent-echarts-tree.mjs.map +1 -1
  32. package/fesm2022/covalent-echarts-treemap.mjs +1 -1
  33. package/fesm2022/covalent-echarts-treemap.mjs.map +1 -1
  34. package/fesm2022/covalent-echarts-wordcloud.mjs +1 -1
  35. package/fesm2022/covalent-echarts-wordcloud.mjs.map +1 -1
  36. package/fesm2022/covalent-echarts.mjs.map +1 -1
  37. package/graph/index.d.ts +143 -3
  38. package/histogram/index.d.ts +32 -3
  39. package/index.d.ts +2 -5
  40. package/line/index.d.ts +100 -3
  41. package/map/index.d.ts +89 -3
  42. package/package.json +4 -4
  43. package/pie/index.d.ts +78 -3
  44. package/regression/index.d.ts +35 -3
  45. package/sankey/index.d.ts +79 -3
  46. package/scatter/index.d.ts +90 -3
  47. package/toolbox/index.d.ts +155 -3
  48. package/tooltip/index.d.ts +94 -3
  49. package/tree/index.d.ts +96 -3
  50. package/treemap/index.d.ts +147 -3
  51. package/wordcloud/index.d.ts +69 -3
  52. package/bar/bar.component.d.ts +0 -68
  53. package/bar/bar.module.d.ts +0 -13
  54. package/bar/public_api.d.ts +0 -2
  55. package/base/axis/axis.component.d.ts +0 -48
  56. package/base/axis/axis.interface.d.ts +0 -157
  57. package/base/axis/x-axis.component.d.ts +0 -10
  58. package/base/axis/y-axis.component.d.ts +0 -10
  59. package/base/base.module.d.ts +0 -16
  60. package/base/base.types.d.ts +0 -141
  61. package/base/chart-options.service.d.ts +0 -17
  62. package/base/chart.component.d.ts +0 -60
  63. package/base/dataset/dataset.component.d.ts +0 -19
  64. package/base/public_api.d.ts +0 -12
  65. package/base/series/series.component.d.ts +0 -44
  66. package/base/series/series.interface.d.ts +0 -84
  67. package/base/themes/aqua-splash.d.ts +0 -459
  68. package/base/themes/california-coast.d.ts +0 -459
  69. package/base/themes/hawaiian-sunrise.d.ts +0 -459
  70. package/base/themes/passion-flower.d.ts +0 -459
  71. package/base/themes/razzleberry-pie.d.ts +0 -459
  72. package/base/themes/teradata-classic.d.ts +0 -459
  73. package/base/themes/teradata-default.d.ts +0 -459
  74. package/base/themes/urban-sunrise.d.ts +0 -459
  75. package/base/themes/volcanic-eruption.d.ts +0 -459
  76. package/base/utils/assign-defined.d.ts +0 -1
  77. package/base/utils/echarts.d.ts +0 -15
  78. package/base/utils/index.d.ts +0 -2
  79. package/clustering/clustering.component.d.ts +0 -104
  80. package/clustering/clustering.module.d.ts +0 -13
  81. package/clustering/public_api.d.ts +0 -2
  82. package/graph/graph.component.d.ts +0 -129
  83. package/graph/graph.module.d.ts +0 -13
  84. package/graph/public_api.d.ts +0 -2
  85. package/histogram/histogram.component.d.ts +0 -19
  86. package/histogram/histogram.module.d.ts +0 -13
  87. package/histogram/public_api.d.ts +0 -2
  88. package/line/line.component.d.ts +0 -86
  89. package/line/line.module.d.ts +0 -13
  90. package/line/public_api.d.ts +0 -2
  91. package/map/map.component.d.ts +0 -75
  92. package/map/map.module.d.ts +0 -13
  93. package/map/public_api.d.ts +0 -2
  94. package/pie/pie.component.d.ts +0 -64
  95. package/pie/pie.module.d.ts +0 -13
  96. package/pie/public_api.d.ts +0 -2
  97. package/public_api.d.ts +0 -1
  98. package/regression/public_api.d.ts +0 -2
  99. package/regression/regression.component.d.ts +0 -22
  100. package/regression/regression.module.d.ts +0 -13
  101. package/sankey/public_api.d.ts +0 -2
  102. package/sankey/sankey.component.d.ts +0 -65
  103. package/sankey/sankey.module.d.ts +0 -13
  104. package/scatter/public_api.d.ts +0 -2
  105. package/scatter/scatter.component.d.ts +0 -76
  106. package/scatter/scatter.module.d.ts +0 -13
  107. package/toolbox/public_api.d.ts +0 -2
  108. package/toolbox/toolbox.component.d.ts +0 -142
  109. package/toolbox/toolbox.module.d.ts +0 -13
  110. package/tooltip/public_api.d.ts +0 -3
  111. package/tooltip/series-tooltip.component.d.ts +0 -36
  112. package/tooltip/tooltip.component.d.ts +0 -49
  113. package/tooltip/tooltip.module.d.ts +0 -14
  114. package/tree/public_api.d.ts +0 -2
  115. package/tree/tree.component.d.ts +0 -83
  116. package/tree/tree.module.d.ts +0 -13
  117. package/treemap/public_api.d.ts +0 -2
  118. package/treemap/treemap.component.d.ts +0 -134
  119. package/treemap/treemap.module.d.ts +0 -13
  120. package/wordcloud/public_api.d.ts +0 -2
  121. package/wordcloud/wordcloud.component.d.ts +0 -55
  122. package/wordcloud/wordcloud.module.d.ts +0 -13
@@ -1,459 +0,0 @@
1
- declare const _default: {
2
- color: string[];
3
- backgroundColor: string;
4
- textStyle: {};
5
- title: {
6
- textStyle: {
7
- color: string;
8
- };
9
- subtextStyle: {
10
- color: string;
11
- };
12
- };
13
- tree: {
14
- itemStyle: {
15
- color: string;
16
- borderColor: string;
17
- };
18
- };
19
- line: {
20
- itemStyle: {
21
- normal: {
22
- borderWidth: string;
23
- };
24
- };
25
- lineStyle: {
26
- normal: {
27
- width: string;
28
- };
29
- };
30
- symbolSize: string;
31
- symbol: string;
32
- smooth: boolean;
33
- };
34
- radar: {
35
- itemStyle: {
36
- normal: {
37
- borderWidth: string;
38
- };
39
- };
40
- lineStyle: {
41
- normal: {
42
- width: string;
43
- };
44
- };
45
- symbolSize: string;
46
- symbol: string;
47
- smooth: boolean;
48
- };
49
- bar: {
50
- itemStyle: {
51
- normal: {
52
- barBorderWidth: number;
53
- barBorderColor: string;
54
- };
55
- emphasis: {
56
- barBorderWidth: number;
57
- barBorderColor: string;
58
- };
59
- };
60
- };
61
- pie: {
62
- itemStyle: {
63
- normal: {
64
- borderWidth: number;
65
- borderColor: string;
66
- };
67
- emphasis: {
68
- borderWidth: number;
69
- borderColor: string;
70
- };
71
- };
72
- };
73
- scatter: {
74
- itemStyle: {
75
- normal: {
76
- borderWidth: number;
77
- borderColor: string;
78
- };
79
- emphasis: {
80
- borderWidth: number;
81
- borderColor: string;
82
- };
83
- };
84
- };
85
- boxplot: {
86
- itemStyle: {
87
- normal: {
88
- borderWidth: number;
89
- borderColor: string;
90
- };
91
- emphasis: {
92
- borderWidth: number;
93
- borderColor: string;
94
- };
95
- };
96
- };
97
- parallel: {
98
- itemStyle: {
99
- normal: {
100
- borderWidth: number;
101
- borderColor: string;
102
- };
103
- emphasis: {
104
- borderWidth: number;
105
- borderColor: string;
106
- };
107
- };
108
- };
109
- sankey: {
110
- itemStyle: {
111
- normal: {
112
- borderWidth: number;
113
- borderColor: string;
114
- };
115
- emphasis: {
116
- borderWidth: number;
117
- borderColor: string;
118
- };
119
- };
120
- };
121
- funnel: {
122
- itemStyle: {
123
- normal: {
124
- borderWidth: number;
125
- borderColor: string;
126
- };
127
- emphasis: {
128
- borderWidth: number;
129
- borderColor: string;
130
- };
131
- };
132
- };
133
- gauge: {
134
- itemStyle: {
135
- normal: {
136
- borderWidth: number;
137
- borderColor: string;
138
- };
139
- emphasis: {
140
- borderWidth: number;
141
- borderColor: string;
142
- };
143
- };
144
- };
145
- candlestick: {
146
- itemStyle: {
147
- normal: {
148
- color: string;
149
- color0: string;
150
- borderColor: string;
151
- borderColor0: string;
152
- borderWidth: string;
153
- };
154
- };
155
- };
156
- graph: {
157
- itemStyle: {
158
- normal: {
159
- borderWidth: number;
160
- borderColor: string;
161
- };
162
- };
163
- lineStyle: {
164
- normal: {
165
- width: number;
166
- color: string;
167
- };
168
- };
169
- symbolSize: string;
170
- symbol: string;
171
- smooth: boolean;
172
- color: string[];
173
- label: {
174
- normal: {
175
- textStyle: {
176
- color: string;
177
- };
178
- };
179
- };
180
- };
181
- map: {
182
- itemStyle: {
183
- normal: {
184
- areaColor: string;
185
- borderColor: string;
186
- borderWidth: number;
187
- };
188
- emphasis: {
189
- areaColor: string;
190
- borderColor: string;
191
- borderWidth: number;
192
- };
193
- };
194
- label: {
195
- normal: {
196
- textStyle: {
197
- color: string;
198
- };
199
- };
200
- emphasis: {
201
- textStyle: {
202
- color: string;
203
- };
204
- };
205
- };
206
- };
207
- geo: {
208
- itemStyle: {
209
- normal: {
210
- areaColor: string;
211
- borderColor: string;
212
- borderWidth: number;
213
- };
214
- emphasis: {
215
- areaColor: string;
216
- borderColor: string;
217
- borderWidth: number;
218
- };
219
- };
220
- label: {
221
- normal: {
222
- textStyle: {
223
- color: string;
224
- };
225
- };
226
- emphasis: {
227
- textStyle: {
228
- color: string;
229
- };
230
- };
231
- };
232
- };
233
- categoryAxis: {
234
- axisLine: {
235
- show: boolean;
236
- lineStyle: {
237
- color: string;
238
- };
239
- };
240
- axisTick: {
241
- show: boolean;
242
- lineStyle: {
243
- color: string;
244
- };
245
- };
246
- axisLabel: {
247
- show: boolean;
248
- textStyle: {
249
- color: string;
250
- };
251
- };
252
- splitLine: {
253
- show: boolean;
254
- lineStyle: {
255
- color: string[];
256
- };
257
- };
258
- splitArea: {
259
- show: boolean;
260
- areaStyle: {
261
- color: string[];
262
- };
263
- };
264
- };
265
- valueAxis: {
266
- axisLine: {
267
- show: boolean;
268
- lineStyle: {
269
- color: string;
270
- };
271
- };
272
- axisTick: {
273
- show: boolean;
274
- lineStyle: {
275
- color: string;
276
- };
277
- };
278
- axisLabel: {
279
- show: boolean;
280
- textStyle: {
281
- color: string;
282
- };
283
- };
284
- splitLine: {
285
- show: boolean;
286
- lineStyle: {
287
- color: string[];
288
- };
289
- };
290
- splitArea: {
291
- show: boolean;
292
- areaStyle: {
293
- color: string[];
294
- };
295
- };
296
- };
297
- logAxis: {
298
- axisLine: {
299
- show: boolean;
300
- lineStyle: {
301
- color: string;
302
- };
303
- };
304
- axisTick: {
305
- show: boolean;
306
- lineStyle: {
307
- color: string;
308
- };
309
- };
310
- axisLabel: {
311
- show: boolean;
312
- textStyle: {
313
- color: string;
314
- };
315
- };
316
- splitLine: {
317
- show: boolean;
318
- lineStyle: {
319
- color: string[];
320
- };
321
- };
322
- splitArea: {
323
- show: boolean;
324
- areaStyle: {
325
- color: string[];
326
- };
327
- };
328
- };
329
- timeAxis: {
330
- axisLine: {
331
- show: boolean;
332
- lineStyle: {
333
- color: string;
334
- };
335
- };
336
- axisTick: {
337
- show: boolean;
338
- lineStyle: {
339
- color: string;
340
- };
341
- };
342
- axisLabel: {
343
- show: boolean;
344
- textStyle: {
345
- color: string;
346
- };
347
- };
348
- splitLine: {
349
- show: boolean;
350
- lineStyle: {
351
- color: string[];
352
- };
353
- };
354
- splitArea: {
355
- show: boolean;
356
- areaStyle: {
357
- color: string[];
358
- };
359
- };
360
- };
361
- toolbox: {
362
- iconStyle: {
363
- normal: {
364
- borderColor: string;
365
- };
366
- emphasis: {
367
- borderColor: string;
368
- };
369
- };
370
- };
371
- legend: {
372
- textStyle: {
373
- color: string;
374
- };
375
- };
376
- tooltip: {
377
- axisPointer: {
378
- lineStyle: {
379
- color: string;
380
- width: number;
381
- };
382
- crossStyle: {
383
- color: string;
384
- width: number;
385
- };
386
- };
387
- };
388
- timeline: {
389
- lineStyle: {
390
- color: string;
391
- width: number;
392
- };
393
- itemStyle: {
394
- normal: {
395
- color: string;
396
- borderWidth: number;
397
- };
398
- emphasis: {
399
- color: string;
400
- };
401
- };
402
- controlStyle: {
403
- normal: {
404
- color: string;
405
- borderColor: string;
406
- borderWidth: number;
407
- };
408
- emphasis: {
409
- color: string;
410
- borderColor: string;
411
- borderWidth: number;
412
- };
413
- };
414
- checkpointStyle: {
415
- color: string;
416
- borderColor: string;
417
- };
418
- label: {
419
- normal: {
420
- textStyle: {
421
- color: string;
422
- };
423
- };
424
- emphasis: {
425
- textStyle: {
426
- color: string;
427
- };
428
- };
429
- };
430
- };
431
- visualMap: {
432
- color: string[];
433
- };
434
- dataZoom: {
435
- backgroundColor: string;
436
- dataBackgroundColor: string;
437
- fillerColor: string;
438
- handleColor: string;
439
- handleSize: string;
440
- textStyle: {
441
- color: string;
442
- };
443
- };
444
- markPoint: {
445
- label: {
446
- normal: {
447
- textStyle: {
448
- color: string;
449
- };
450
- };
451
- emphasis: {
452
- textStyle: {
453
- color: string;
454
- };
455
- };
456
- };
457
- };
458
- };
459
- export default _default;