@touchvue/plugin 1.0.0-beta.8 → 1.0.0-beta.9
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/components/echarts-bar/src/echarts-bar.vue.d.ts +1 -1
- package/components/echarts-map/src/echarts-map.d.ts +8 -4
- package/components/echarts-map/src/echarts-map.vue.d.ts +20 -11
- package/components/echarts-pie/src/echarts-pie.vue.d.ts +1 -1
- package/components/echarts-radar/src/echarts-radar.vue.d.ts +1 -1
- package/index.cjs +3 -3
- package/index.mjs +1488 -1135
- package/package.json +1 -1
|
@@ -306,6 +306,7 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
306
306
|
legend: LegendConfig;
|
|
307
307
|
height: string | number;
|
|
308
308
|
smooth: number | boolean;
|
|
309
|
+
fontSize: string | number;
|
|
309
310
|
barSize: string | number;
|
|
310
311
|
showValue: boolean;
|
|
311
312
|
chartsType: string;
|
|
@@ -315,7 +316,6 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
315
316
|
is3d: boolean;
|
|
316
317
|
d3dShape: EchartsBar3dShape;
|
|
317
318
|
isHorizontal: boolean;
|
|
318
|
-
fontSize: string | number;
|
|
319
319
|
rotate: number;
|
|
320
320
|
xAxisStyle: AxisStyleConfig;
|
|
321
321
|
yAxisStyle: AxisStyleConfig;
|
|
@@ -31,13 +31,13 @@ export declare const echartsMapProps: {
|
|
|
31
31
|
type: (NumberConstructor | StringConstructor)[];
|
|
32
32
|
default: number;
|
|
33
33
|
};
|
|
34
|
-
|
|
34
|
+
aspectScale: {
|
|
35
35
|
type: (NumberConstructor | StringConstructor)[];
|
|
36
|
-
default:
|
|
36
|
+
default: number;
|
|
37
37
|
};
|
|
38
38
|
shadow: {
|
|
39
|
-
type:
|
|
40
|
-
default:
|
|
39
|
+
type: ArrayConstructor;
|
|
40
|
+
default: () => any[];
|
|
41
41
|
};
|
|
42
42
|
itemShadow: {
|
|
43
43
|
type: StringConstructor;
|
|
@@ -148,6 +148,10 @@ export declare const echartsMapProps: {
|
|
|
148
148
|
type: StringConstructor;
|
|
149
149
|
default: string;
|
|
150
150
|
};
|
|
151
|
+
outlineApi: {
|
|
152
|
+
type: StringConstructor;
|
|
153
|
+
default: string;
|
|
154
|
+
};
|
|
151
155
|
forwardEvent: {
|
|
152
156
|
type: StringConstructor;
|
|
153
157
|
default: string;
|
|
@@ -17,13 +17,13 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
17
17
|
type: (NumberConstructor | StringConstructor)[];
|
|
18
18
|
default: number;
|
|
19
19
|
};
|
|
20
|
-
|
|
20
|
+
aspectScale: {
|
|
21
21
|
type: (NumberConstructor | StringConstructor)[];
|
|
22
|
-
default:
|
|
22
|
+
default: number;
|
|
23
23
|
};
|
|
24
24
|
shadow: {
|
|
25
|
-
type:
|
|
26
|
-
default:
|
|
25
|
+
type: ArrayConstructor;
|
|
26
|
+
default: () => any[];
|
|
27
27
|
};
|
|
28
28
|
itemShadow: {
|
|
29
29
|
type: StringConstructor;
|
|
@@ -134,6 +134,10 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
134
134
|
type: StringConstructor;
|
|
135
135
|
default: string;
|
|
136
136
|
};
|
|
137
|
+
outlineApi: {
|
|
138
|
+
type: StringConstructor;
|
|
139
|
+
default: string;
|
|
140
|
+
};
|
|
137
141
|
forwardEvent: {
|
|
138
142
|
type: StringConstructor;
|
|
139
143
|
default: string;
|
|
@@ -216,13 +220,13 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
216
220
|
type: (NumberConstructor | StringConstructor)[];
|
|
217
221
|
default: number;
|
|
218
222
|
};
|
|
219
|
-
|
|
223
|
+
aspectScale: {
|
|
220
224
|
type: (NumberConstructor | StringConstructor)[];
|
|
221
|
-
default:
|
|
225
|
+
default: number;
|
|
222
226
|
};
|
|
223
227
|
shadow: {
|
|
224
|
-
type:
|
|
225
|
-
default:
|
|
228
|
+
type: ArrayConstructor;
|
|
229
|
+
default: () => any[];
|
|
226
230
|
};
|
|
227
231
|
itemShadow: {
|
|
228
232
|
type: StringConstructor;
|
|
@@ -333,6 +337,10 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
333
337
|
type: StringConstructor;
|
|
334
338
|
default: string;
|
|
335
339
|
};
|
|
340
|
+
outlineApi: {
|
|
341
|
+
type: StringConstructor;
|
|
342
|
+
default: string;
|
|
343
|
+
};
|
|
336
344
|
forwardEvent: {
|
|
337
345
|
type: StringConstructor;
|
|
338
346
|
default: string;
|
|
@@ -401,20 +409,20 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
401
409
|
width: string | number;
|
|
402
410
|
abbr: boolean;
|
|
403
411
|
height: string | number;
|
|
404
|
-
shadow:
|
|
412
|
+
shadow: unknown[];
|
|
405
413
|
modelValue: string;
|
|
406
414
|
api: string;
|
|
407
415
|
position: string;
|
|
408
416
|
speed: string | number;
|
|
409
|
-
|
|
417
|
+
fontSize: string | number;
|
|
410
418
|
autoplay: boolean;
|
|
411
419
|
borderColor: string;
|
|
412
420
|
is3d: boolean;
|
|
413
|
-
fontSize: string | number;
|
|
414
421
|
rotate: string | number;
|
|
415
422
|
nameMap: Record<string, string>;
|
|
416
423
|
scaleX: string | number;
|
|
417
424
|
scaleY: string | number;
|
|
425
|
+
aspectScale: string | number;
|
|
418
426
|
itemShadow: string;
|
|
419
427
|
borderColorHover: string;
|
|
420
428
|
borderWidth: string | number;
|
|
@@ -431,6 +439,7 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
431
439
|
visual: boolean;
|
|
432
440
|
visualText: VisualTextInput;
|
|
433
441
|
viewControl: ViewControlConfig;
|
|
442
|
+
outlineApi: string;
|
|
434
443
|
forwardEvent: string;
|
|
435
444
|
selectedMode: string | boolean;
|
|
436
445
|
showOutline: boolean;
|
|
@@ -172,10 +172,10 @@ declare const __VLS_component: DefineComponent<ExtractPropTypes<{
|
|
|
172
172
|
label: string | number;
|
|
173
173
|
gap: string | number;
|
|
174
174
|
layout: string;
|
|
175
|
+
fontSize: string | number;
|
|
175
176
|
barSize: string | number;
|
|
176
177
|
borderColor: string;
|
|
177
178
|
borderRadius: string | number;
|
|
178
|
-
fontSize: string | number;
|
|
179
179
|
tipFontSize: string | number;
|
|
180
180
|
borderWidth: string | number;
|
|
181
181
|
startAngle: string | number;
|
|
@@ -277,8 +277,8 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
277
277
|
height: string | number;
|
|
278
278
|
center: unknown[];
|
|
279
279
|
tooltip: RadarTooltipConfig;
|
|
280
|
-
radius: string | number;
|
|
281
280
|
fontSize: string | number;
|
|
281
|
+
radius: string | number;
|
|
282
282
|
showTooltip: boolean;
|
|
283
283
|
indicator: RadarIndicator[];
|
|
284
284
|
shape: RadarShape;
|