@ecan-bi/datav 1.0.27 → 1.0.28
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/dist/_utils/constant.d.ts +2 -1
- package/dist/_utils/hooks/index.d.ts +1 -0
- package/dist/_utils/hooks/useRequestDiagramData.d.ts +6 -0
- package/dist/container/modal/props.d.ts +30 -0
- package/dist/graph/bar/Bar.vue.d.ts +156 -2118
- package/dist/graph/bar/props.d.ts +83 -1914
- package/dist/graph/combo-graph/ComboGraph.vue.d.ts +259 -49
- package/dist/graph/combo-graph/props.d.ts +259 -49
- package/dist/index.esm.js +10 -1
- package/dist/index.umd.js +10 -1
- package/dist/map/map/Map.vue.d.ts +482 -54
- package/dist/map/map/props.d.ts +335 -20
- package/dist/table/table/Table.vue.d.ts +79 -1714
- package/dist/table/table/props.d.ts +39 -1594
- package/dist/text/list/List.vue.d.ts +98 -28
- package/dist/text/list/props.d.ts +56 -0
- package/dist/{_utils/propsDiagram.d.ts → types/Diagram.d.ts} +10 -2
- package/dist/types/IndicatorListResponse.d.ts +36 -0
- package/package.json +3 -3
- package/dist/_utils/hooks/useRequestDiagram.d.ts +0 -5
|
@@ -27,7 +27,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
27
27
|
[key: string]: any;
|
|
28
28
|
} | import("../../_utils/props").RequestParams;
|
|
29
29
|
};
|
|
30
|
-
|
|
30
|
+
backgroundImage: {
|
|
31
31
|
type?: undefined;
|
|
32
32
|
default?: undefined;
|
|
33
33
|
} | {
|
|
@@ -41,7 +41,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
41
41
|
[key: string]: any;
|
|
42
42
|
} | import("../../_utils/props").RequestParams;
|
|
43
43
|
};
|
|
44
|
-
|
|
44
|
+
backgroundImageRepeat: {
|
|
45
45
|
type?: undefined;
|
|
46
46
|
default?: undefined;
|
|
47
47
|
} | {
|
|
@@ -55,7 +55,161 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
55
55
|
[key: string]: any;
|
|
56
56
|
} | import("../../_utils/props").RequestParams;
|
|
57
57
|
};
|
|
58
|
-
|
|
58
|
+
symbolImage: {
|
|
59
|
+
type?: undefined;
|
|
60
|
+
default?: undefined;
|
|
61
|
+
} | {
|
|
62
|
+
type: any;
|
|
63
|
+
default: string | number | boolean | {
|
|
64
|
+
[key: string]: any;
|
|
65
|
+
}[] | {
|
|
66
|
+
name: string;
|
|
67
|
+
value: string;
|
|
68
|
+
} | import("../../_utils/props").Events | {
|
|
69
|
+
[key: string]: any;
|
|
70
|
+
} | import("../../_utils/props").RequestParams;
|
|
71
|
+
};
|
|
72
|
+
symbolWidth: {
|
|
73
|
+
type?: undefined;
|
|
74
|
+
default?: undefined;
|
|
75
|
+
} | {
|
|
76
|
+
type: any;
|
|
77
|
+
default: string | number | boolean | {
|
|
78
|
+
[key: string]: any;
|
|
79
|
+
}[] | {
|
|
80
|
+
name: string;
|
|
81
|
+
value: string;
|
|
82
|
+
} | import("../../_utils/props").Events | {
|
|
83
|
+
[key: string]: any;
|
|
84
|
+
} | import("../../_utils/props").RequestParams;
|
|
85
|
+
};
|
|
86
|
+
symbolHeight: {
|
|
87
|
+
type?: undefined;
|
|
88
|
+
default?: undefined;
|
|
89
|
+
} | {
|
|
90
|
+
type: any;
|
|
91
|
+
default: string | number | boolean | {
|
|
92
|
+
[key: string]: any;
|
|
93
|
+
}[] | {
|
|
94
|
+
name: string;
|
|
95
|
+
value: string;
|
|
96
|
+
} | import("../../_utils/props").Events | {
|
|
97
|
+
[key: string]: any;
|
|
98
|
+
} | import("../../_utils/props").RequestParams;
|
|
99
|
+
};
|
|
100
|
+
geoZoom: {
|
|
101
|
+
type?: undefined;
|
|
102
|
+
default?: undefined;
|
|
103
|
+
} | {
|
|
104
|
+
type: any;
|
|
105
|
+
default: string | number | boolean | {
|
|
106
|
+
[key: string]: any;
|
|
107
|
+
}[] | {
|
|
108
|
+
name: string;
|
|
109
|
+
value: string;
|
|
110
|
+
} | import("../../_utils/props").Events | {
|
|
111
|
+
[key: string]: any;
|
|
112
|
+
} | import("../../_utils/props").RequestParams;
|
|
113
|
+
};
|
|
114
|
+
geoRoam: {
|
|
115
|
+
type?: undefined;
|
|
116
|
+
default?: undefined;
|
|
117
|
+
} | {
|
|
118
|
+
type: any;
|
|
119
|
+
default: string | number | boolean | {
|
|
120
|
+
[key: string]: any;
|
|
121
|
+
}[] | {
|
|
122
|
+
name: string;
|
|
123
|
+
value: string;
|
|
124
|
+
} | import("../../_utils/props").Events | {
|
|
125
|
+
[key: string]: any;
|
|
126
|
+
} | import("../../_utils/props").RequestParams;
|
|
127
|
+
};
|
|
128
|
+
geoCenter: {
|
|
129
|
+
type?: undefined;
|
|
130
|
+
default?: undefined;
|
|
131
|
+
} | {
|
|
132
|
+
type: any;
|
|
133
|
+
default: string | number | boolean | {
|
|
134
|
+
[key: string]: any;
|
|
135
|
+
}[] | {
|
|
136
|
+
name: string;
|
|
137
|
+
value: string;
|
|
138
|
+
} | import("../../_utils/props").Events | {
|
|
139
|
+
[key: string]: any;
|
|
140
|
+
} | import("../../_utils/props").RequestParams;
|
|
141
|
+
};
|
|
142
|
+
geoBackgroundImage: {
|
|
143
|
+
type?: undefined;
|
|
144
|
+
default?: undefined;
|
|
145
|
+
} | {
|
|
146
|
+
type: any;
|
|
147
|
+
default: string | number | boolean | {
|
|
148
|
+
[key: string]: any;
|
|
149
|
+
}[] | {
|
|
150
|
+
name: string;
|
|
151
|
+
value: string;
|
|
152
|
+
} | import("../../_utils/props").Events | {
|
|
153
|
+
[key: string]: any;
|
|
154
|
+
} | import("../../_utils/props").RequestParams;
|
|
155
|
+
};
|
|
156
|
+
geoBackgroundImageRepeat: {
|
|
157
|
+
type?: undefined;
|
|
158
|
+
default?: undefined;
|
|
159
|
+
} | {
|
|
160
|
+
type: any;
|
|
161
|
+
default: string | number | boolean | {
|
|
162
|
+
[key: string]: any;
|
|
163
|
+
}[] | {
|
|
164
|
+
name: string;
|
|
165
|
+
value: string;
|
|
166
|
+
} | import("../../_utils/props").Events | {
|
|
167
|
+
[key: string]: any;
|
|
168
|
+
} | import("../../_utils/props").RequestParams;
|
|
169
|
+
};
|
|
170
|
+
geoLabelShow: {
|
|
171
|
+
type?: undefined;
|
|
172
|
+
default?: undefined;
|
|
173
|
+
} | {
|
|
174
|
+
type: any;
|
|
175
|
+
default: string | number | boolean | {
|
|
176
|
+
[key: string]: any;
|
|
177
|
+
}[] | {
|
|
178
|
+
name: string;
|
|
179
|
+
value: string;
|
|
180
|
+
} | import("../../_utils/props").Events | {
|
|
181
|
+
[key: string]: any;
|
|
182
|
+
} | import("../../_utils/props").RequestParams;
|
|
183
|
+
};
|
|
184
|
+
geoLabelColor: {
|
|
185
|
+
type?: undefined;
|
|
186
|
+
default?: undefined;
|
|
187
|
+
} | {
|
|
188
|
+
type: any;
|
|
189
|
+
default: string | number | boolean | {
|
|
190
|
+
[key: string]: any;
|
|
191
|
+
}[] | {
|
|
192
|
+
name: string;
|
|
193
|
+
value: string;
|
|
194
|
+
} | import("../../_utils/props").Events | {
|
|
195
|
+
[key: string]: any;
|
|
196
|
+
} | import("../../_utils/props").RequestParams;
|
|
197
|
+
};
|
|
198
|
+
geoLabelFontSize: {
|
|
199
|
+
type?: undefined;
|
|
200
|
+
default?: undefined;
|
|
201
|
+
} | {
|
|
202
|
+
type: any;
|
|
203
|
+
default: string | number | boolean | {
|
|
204
|
+
[key: string]: any;
|
|
205
|
+
}[] | {
|
|
206
|
+
name: string;
|
|
207
|
+
value: string;
|
|
208
|
+
} | import("../../_utils/props").Events | {
|
|
209
|
+
[key: string]: any;
|
|
210
|
+
} | import("../../_utils/props").RequestParams;
|
|
211
|
+
};
|
|
212
|
+
geoItemStyleAreaColor: {
|
|
59
213
|
type?: undefined;
|
|
60
214
|
default?: undefined;
|
|
61
215
|
} | {
|
|
@@ -69,7 +223,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
69
223
|
[key: string]: any;
|
|
70
224
|
} | import("../../_utils/props").RequestParams;
|
|
71
225
|
};
|
|
72
|
-
|
|
226
|
+
geoItemStyleBorderColor: {
|
|
73
227
|
type?: undefined;
|
|
74
228
|
default?: undefined;
|
|
75
229
|
} | {
|
|
@@ -83,7 +237,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
83
237
|
[key: string]: any;
|
|
84
238
|
} | import("../../_utils/props").RequestParams;
|
|
85
239
|
};
|
|
86
|
-
|
|
240
|
+
geoItemStyleBorderWidth: {
|
|
87
241
|
type?: undefined;
|
|
88
242
|
default?: undefined;
|
|
89
243
|
} | {
|
|
@@ -97,7 +251,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
97
251
|
[key: string]: any;
|
|
98
252
|
} | import("../../_utils/props").RequestParams;
|
|
99
253
|
};
|
|
100
|
-
|
|
254
|
+
geoItemStyleShadowColor: {
|
|
101
255
|
type?: undefined;
|
|
102
256
|
default?: undefined;
|
|
103
257
|
} | {
|
|
@@ -111,7 +265,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
111
265
|
[key: string]: any;
|
|
112
266
|
} | import("../../_utils/props").RequestParams;
|
|
113
267
|
};
|
|
114
|
-
|
|
268
|
+
geoItemStyleShadowOffsetX: {
|
|
115
269
|
type?: undefined;
|
|
116
270
|
default?: undefined;
|
|
117
271
|
} | {
|
|
@@ -125,7 +279,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
125
279
|
[key: string]: any;
|
|
126
280
|
} | import("../../_utils/props").RequestParams;
|
|
127
281
|
};
|
|
128
|
-
|
|
282
|
+
geoItemStyleShadowOffsetY: {
|
|
129
283
|
type?: undefined;
|
|
130
284
|
default?: undefined;
|
|
131
285
|
} | {
|
|
@@ -139,7 +293,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
139
293
|
[key: string]: any;
|
|
140
294
|
} | import("../../_utils/props").RequestParams;
|
|
141
295
|
};
|
|
142
|
-
|
|
296
|
+
geoItemStyleShadowBlur: {
|
|
143
297
|
type?: undefined;
|
|
144
298
|
default?: undefined;
|
|
145
299
|
} | {
|
|
@@ -153,7 +307,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
153
307
|
[key: string]: any;
|
|
154
308
|
} | import("../../_utils/props").RequestParams;
|
|
155
309
|
};
|
|
156
|
-
|
|
310
|
+
geoEmphasisDisabled: {
|
|
157
311
|
type?: undefined;
|
|
158
312
|
default?: undefined;
|
|
159
313
|
} | {
|
|
@@ -167,7 +321,147 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
167
321
|
[key: string]: any;
|
|
168
322
|
} | import("../../_utils/props").RequestParams;
|
|
169
323
|
};
|
|
170
|
-
|
|
324
|
+
geoEmphasisLabelColor: {
|
|
325
|
+
type?: undefined;
|
|
326
|
+
default?: undefined;
|
|
327
|
+
} | {
|
|
328
|
+
type: any;
|
|
329
|
+
default: string | number | boolean | {
|
|
330
|
+
[key: string]: any;
|
|
331
|
+
}[] | {
|
|
332
|
+
name: string;
|
|
333
|
+
value: string;
|
|
334
|
+
} | import("../../_utils/props").Events | {
|
|
335
|
+
[key: string]: any;
|
|
336
|
+
} | import("../../_utils/props").RequestParams;
|
|
337
|
+
};
|
|
338
|
+
geoEmphasisItemStyleAreaColor: {
|
|
339
|
+
type?: undefined;
|
|
340
|
+
default?: undefined;
|
|
341
|
+
} | {
|
|
342
|
+
type: any;
|
|
343
|
+
default: string | number | boolean | {
|
|
344
|
+
[key: string]: any;
|
|
345
|
+
}[] | {
|
|
346
|
+
name: string;
|
|
347
|
+
value: string;
|
|
348
|
+
} | import("../../_utils/props").Events | {
|
|
349
|
+
[key: string]: any;
|
|
350
|
+
} | import("../../_utils/props").RequestParams;
|
|
351
|
+
};
|
|
352
|
+
geoEmphasisItemStyleBorderColor: {
|
|
353
|
+
type?: undefined;
|
|
354
|
+
default?: undefined;
|
|
355
|
+
} | {
|
|
356
|
+
type: any;
|
|
357
|
+
default: string | number | boolean | {
|
|
358
|
+
[key: string]: any;
|
|
359
|
+
}[] | {
|
|
360
|
+
name: string;
|
|
361
|
+
value: string;
|
|
362
|
+
} | import("../../_utils/props").Events | {
|
|
363
|
+
[key: string]: any;
|
|
364
|
+
} | import("../../_utils/props").RequestParams;
|
|
365
|
+
};
|
|
366
|
+
itemStyleColor: {
|
|
367
|
+
type?: undefined;
|
|
368
|
+
default?: undefined;
|
|
369
|
+
} | {
|
|
370
|
+
type: any;
|
|
371
|
+
default: string | number | boolean | {
|
|
372
|
+
[key: string]: any;
|
|
373
|
+
}[] | {
|
|
374
|
+
name: string;
|
|
375
|
+
value: string;
|
|
376
|
+
} | import("../../_utils/props").Events | {
|
|
377
|
+
[key: string]: any;
|
|
378
|
+
} | import("../../_utils/props").RequestParams;
|
|
379
|
+
};
|
|
380
|
+
labelFontSize: {
|
|
381
|
+
type?: undefined;
|
|
382
|
+
default?: undefined;
|
|
383
|
+
} | {
|
|
384
|
+
type: any;
|
|
385
|
+
default: string | number | boolean | {
|
|
386
|
+
[key: string]: any;
|
|
387
|
+
}[] | {
|
|
388
|
+
name: string;
|
|
389
|
+
value: string;
|
|
390
|
+
} | import("../../_utils/props").Events | {
|
|
391
|
+
[key: string]: any;
|
|
392
|
+
} | import("../../_utils/props").RequestParams;
|
|
393
|
+
};
|
|
394
|
+
labelFormatter: {
|
|
395
|
+
type?: undefined;
|
|
396
|
+
default?: undefined;
|
|
397
|
+
} | {
|
|
398
|
+
type: any;
|
|
399
|
+
default: string | number | boolean | {
|
|
400
|
+
[key: string]: any;
|
|
401
|
+
}[] | {
|
|
402
|
+
name: string;
|
|
403
|
+
value: string;
|
|
404
|
+
} | import("../../_utils/props").Events | {
|
|
405
|
+
[key: string]: any;
|
|
406
|
+
} | import("../../_utils/props").RequestParams;
|
|
407
|
+
};
|
|
408
|
+
labelShow: {
|
|
409
|
+
type?: undefined;
|
|
410
|
+
default?: undefined;
|
|
411
|
+
} | {
|
|
412
|
+
type: any;
|
|
413
|
+
default: string | number | boolean | {
|
|
414
|
+
[key: string]: any;
|
|
415
|
+
}[] | {
|
|
416
|
+
name: string;
|
|
417
|
+
value: string;
|
|
418
|
+
} | import("../../_utils/props").Events | {
|
|
419
|
+
[key: string]: any;
|
|
420
|
+
} | import("../../_utils/props").RequestParams;
|
|
421
|
+
};
|
|
422
|
+
labelColor: {
|
|
423
|
+
type?: undefined;
|
|
424
|
+
default?: undefined;
|
|
425
|
+
} | {
|
|
426
|
+
type: any;
|
|
427
|
+
default: string | number | boolean | {
|
|
428
|
+
[key: string]: any;
|
|
429
|
+
}[] | {
|
|
430
|
+
name: string;
|
|
431
|
+
value: string;
|
|
432
|
+
} | import("../../_utils/props").Events | {
|
|
433
|
+
[key: string]: any;
|
|
434
|
+
} | import("../../_utils/props").RequestParams;
|
|
435
|
+
};
|
|
436
|
+
tooltipShow: {
|
|
437
|
+
type?: undefined;
|
|
438
|
+
default?: undefined;
|
|
439
|
+
} | {
|
|
440
|
+
type: any;
|
|
441
|
+
default: string | number | boolean | {
|
|
442
|
+
[key: string]: any;
|
|
443
|
+
}[] | {
|
|
444
|
+
name: string;
|
|
445
|
+
value: string;
|
|
446
|
+
} | import("../../_utils/props").Events | {
|
|
447
|
+
[key: string]: any;
|
|
448
|
+
} | import("../../_utils/props").RequestParams;
|
|
449
|
+
};
|
|
450
|
+
tooltipTextStyleColor: {
|
|
451
|
+
type?: undefined;
|
|
452
|
+
default?: undefined;
|
|
453
|
+
} | {
|
|
454
|
+
type: any;
|
|
455
|
+
default: string | number | boolean | {
|
|
456
|
+
[key: string]: any;
|
|
457
|
+
}[] | {
|
|
458
|
+
name: string;
|
|
459
|
+
value: string;
|
|
460
|
+
} | import("../../_utils/props").Events | {
|
|
461
|
+
[key: string]: any;
|
|
462
|
+
} | import("../../_utils/props").RequestParams;
|
|
463
|
+
};
|
|
464
|
+
tooltipFormatter: {
|
|
171
465
|
type?: undefined;
|
|
172
466
|
default?: undefined;
|
|
173
467
|
} | {
|
|
@@ -491,11 +785,26 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
491
785
|
};
|
|
492
786
|
}, {
|
|
493
787
|
option: import("vue").ComputedRef<{
|
|
494
|
-
|
|
788
|
+
backgroundColor: string | {
|
|
789
|
+
image: any;
|
|
790
|
+
repeat: string;
|
|
791
|
+
width: string;
|
|
792
|
+
};
|
|
793
|
+
tooltip: {
|
|
794
|
+
show: boolean;
|
|
795
|
+
};
|
|
495
796
|
geo: {
|
|
496
|
-
zoom: number
|
|
497
|
-
|
|
797
|
+
zoom: string | number | boolean | {
|
|
798
|
+
[key: string]: any;
|
|
799
|
+
};
|
|
800
|
+
roam: string | number | boolean | {
|
|
801
|
+
[key: string]: any;
|
|
802
|
+
};
|
|
803
|
+
center: string[];
|
|
498
804
|
map: string;
|
|
805
|
+
tooltip: {
|
|
806
|
+
show: boolean;
|
|
807
|
+
};
|
|
499
808
|
label: {
|
|
500
809
|
show: string | number | boolean | {
|
|
501
810
|
[key: string]: any;
|
|
@@ -514,27 +823,26 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
514
823
|
borderColor: string | number | boolean | {
|
|
515
824
|
[key: string]: any;
|
|
516
825
|
};
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
shadowOffsetY: number;
|
|
520
|
-
shadowBlur: number;
|
|
521
|
-
};
|
|
522
|
-
emphasis: {
|
|
523
|
-
label: {
|
|
524
|
-
color: string | number | boolean | {
|
|
525
|
-
[key: string]: any;
|
|
526
|
-
};
|
|
826
|
+
borderWidth: string | number | boolean | {
|
|
827
|
+
[key: string]: any;
|
|
527
828
|
};
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
829
|
+
shadowColor: string | number | boolean | {
|
|
830
|
+
[key: string]: any;
|
|
831
|
+
};
|
|
832
|
+
shadowBlur: string | number | boolean | {
|
|
833
|
+
[key: string]: any;
|
|
834
|
+
};
|
|
835
|
+
shadowOffsetX: string | number | boolean | {
|
|
836
|
+
[key: string]: any;
|
|
837
|
+
};
|
|
838
|
+
shadowOffsetY: string | number | boolean | {
|
|
839
|
+
[key: string]: any;
|
|
535
840
|
};
|
|
536
841
|
};
|
|
537
|
-
|
|
842
|
+
emphasis: {
|
|
843
|
+
disabled: string | number | boolean | {
|
|
844
|
+
[key: string]: any;
|
|
845
|
+
};
|
|
538
846
|
label: {
|
|
539
847
|
color: string | number | boolean | {
|
|
540
848
|
[key: string]: any;
|
|
@@ -554,9 +862,41 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
554
862
|
type: string;
|
|
555
863
|
coordinateSystem: string;
|
|
556
864
|
itemStyle: {
|
|
557
|
-
color: string
|
|
865
|
+
color: string | number | boolean | {
|
|
866
|
+
[key: string]: any;
|
|
867
|
+
};
|
|
868
|
+
};
|
|
869
|
+
symbol: string;
|
|
870
|
+
symbolSize: (string | number | boolean | {
|
|
871
|
+
[key: string]: any;
|
|
872
|
+
})[];
|
|
873
|
+
label: {
|
|
874
|
+
show: string | number | boolean | {
|
|
875
|
+
[key: string]: any;
|
|
876
|
+
};
|
|
877
|
+
fontSize: string | number | boolean | {
|
|
878
|
+
[key: string]: any;
|
|
879
|
+
};
|
|
880
|
+
formatter: string | number | boolean | {
|
|
881
|
+
[key: string]: any;
|
|
882
|
+
};
|
|
883
|
+
color: string | number | boolean | {
|
|
884
|
+
[key: string]: any;
|
|
885
|
+
};
|
|
886
|
+
};
|
|
887
|
+
tooltip: {
|
|
888
|
+
show: string | number | boolean | {
|
|
889
|
+
[key: string]: any;
|
|
890
|
+
};
|
|
891
|
+
formatter: string | number | boolean | {
|
|
892
|
+
[key: string]: any;
|
|
893
|
+
};
|
|
894
|
+
textStyle: {
|
|
895
|
+
color: string | number | boolean | {
|
|
896
|
+
[key: string]: any;
|
|
897
|
+
};
|
|
898
|
+
};
|
|
558
899
|
};
|
|
559
|
-
label: {};
|
|
560
900
|
data: string | number | boolean | {
|
|
561
901
|
[key: string]: any;
|
|
562
902
|
};
|
|
@@ -564,20 +904,45 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
564
904
|
}>;
|
|
565
905
|
style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
|
|
566
906
|
isLoadedData: import("vue").Ref<boolean>;
|
|
907
|
+
myBackgroundImage: import("vue").ComputedRef<string>;
|
|
908
|
+
backgroundImageRef: import("vue").Ref<any>;
|
|
909
|
+
geoBackgroundImageRef: import("vue").Ref<any>;
|
|
910
|
+
myGeoBackgroundImage: import("vue").ComputedRef<string>;
|
|
567
911
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
|
|
568
912
|
mapJson?: unknown;
|
|
569
913
|
data?: unknown;
|
|
914
|
+
backgroundImage?: unknown;
|
|
915
|
+
backgroundImageRepeat?: unknown;
|
|
916
|
+
symbolImage?: unknown;
|
|
917
|
+
symbolWidth?: unknown;
|
|
918
|
+
symbolHeight?: unknown;
|
|
919
|
+
geoZoom?: unknown;
|
|
920
|
+
geoRoam?: unknown;
|
|
921
|
+
geoCenter?: unknown;
|
|
922
|
+
geoBackgroundImage?: unknown;
|
|
923
|
+
geoBackgroundImageRepeat?: unknown;
|
|
924
|
+
geoLabelShow?: unknown;
|
|
925
|
+
geoLabelColor?: unknown;
|
|
926
|
+
geoLabelFontSize?: unknown;
|
|
927
|
+
geoItemStyleAreaColor?: unknown;
|
|
928
|
+
geoItemStyleBorderColor?: unknown;
|
|
929
|
+
geoItemStyleBorderWidth?: unknown;
|
|
930
|
+
geoItemStyleShadowColor?: unknown;
|
|
931
|
+
geoItemStyleShadowOffsetX?: unknown;
|
|
932
|
+
geoItemStyleShadowOffsetY?: unknown;
|
|
933
|
+
geoItemStyleShadowBlur?: unknown;
|
|
934
|
+
geoEmphasisDisabled?: unknown;
|
|
935
|
+
geoEmphasisLabelColor?: unknown;
|
|
936
|
+
geoEmphasisItemStyleAreaColor?: unknown;
|
|
937
|
+
geoEmphasisItemStyleBorderColor?: unknown;
|
|
938
|
+
itemStyleColor?: unknown;
|
|
939
|
+
labelFontSize?: unknown;
|
|
940
|
+
labelFormatter?: unknown;
|
|
570
941
|
labelShow?: unknown;
|
|
571
942
|
labelColor?: unknown;
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
emphasisLabelColor?: unknown;
|
|
576
|
-
emphasisItemStyleAreaColor?: unknown;
|
|
577
|
-
emphasisItemStyleBorderColor?: unknown;
|
|
578
|
-
selectLabelColor?: unknown;
|
|
579
|
-
selectItemStyleAreaColor?: unknown;
|
|
580
|
-
selectItemStyleBorderColor?: unknown;
|
|
943
|
+
tooltipShow?: unknown;
|
|
944
|
+
tooltipTextStyleColor?: unknown;
|
|
945
|
+
tooltipFormatter?: unknown;
|
|
581
946
|
id?: unknown;
|
|
582
947
|
name?: unknown;
|
|
583
948
|
keyName?: unknown;
|
|
@@ -613,37 +978,100 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
613
978
|
mapJson?: string | number | boolean | {
|
|
614
979
|
[key: string]: any;
|
|
615
980
|
};
|
|
616
|
-
|
|
981
|
+
backgroundImage?: string | number | boolean | {
|
|
617
982
|
[key: string]: any;
|
|
618
983
|
};
|
|
619
|
-
|
|
984
|
+
backgroundImageRepeat?: string | number | boolean | {
|
|
620
985
|
[key: string]: any;
|
|
621
986
|
};
|
|
622
|
-
|
|
987
|
+
symbolImage?: string | number | boolean | {
|
|
988
|
+
[key: string]: any;
|
|
989
|
+
};
|
|
990
|
+
symbolWidth?: string | number | boolean | {
|
|
991
|
+
[key: string]: any;
|
|
992
|
+
};
|
|
993
|
+
symbolHeight?: string | number | boolean | {
|
|
994
|
+
[key: string]: any;
|
|
995
|
+
};
|
|
996
|
+
geoZoom?: string | number | boolean | {
|
|
997
|
+
[key: string]: any;
|
|
998
|
+
};
|
|
999
|
+
geoRoam?: string | number | boolean | {
|
|
1000
|
+
[key: string]: any;
|
|
1001
|
+
};
|
|
1002
|
+
geoCenter?: string | number | boolean | {
|
|
1003
|
+
[key: string]: any;
|
|
1004
|
+
};
|
|
1005
|
+
geoBackgroundImage?: string | number | boolean | {
|
|
1006
|
+
[key: string]: any;
|
|
1007
|
+
};
|
|
1008
|
+
geoBackgroundImageRepeat?: string | number | boolean | {
|
|
1009
|
+
[key: string]: any;
|
|
1010
|
+
};
|
|
1011
|
+
geoLabelShow?: string | number | boolean | {
|
|
1012
|
+
[key: string]: any;
|
|
1013
|
+
};
|
|
1014
|
+
geoLabelColor?: string | number | boolean | {
|
|
1015
|
+
[key: string]: any;
|
|
1016
|
+
};
|
|
1017
|
+
geoLabelFontSize?: string | number | boolean | {
|
|
1018
|
+
[key: string]: any;
|
|
1019
|
+
};
|
|
1020
|
+
geoItemStyleAreaColor?: string | number | boolean | {
|
|
1021
|
+
[key: string]: any;
|
|
1022
|
+
};
|
|
1023
|
+
geoItemStyleBorderColor?: string | number | boolean | {
|
|
1024
|
+
[key: string]: any;
|
|
1025
|
+
};
|
|
1026
|
+
geoItemStyleBorderWidth?: string | number | boolean | {
|
|
1027
|
+
[key: string]: any;
|
|
1028
|
+
};
|
|
1029
|
+
geoItemStyleShadowColor?: string | number | boolean | {
|
|
1030
|
+
[key: string]: any;
|
|
1031
|
+
};
|
|
1032
|
+
geoItemStyleShadowOffsetX?: string | number | boolean | {
|
|
1033
|
+
[key: string]: any;
|
|
1034
|
+
};
|
|
1035
|
+
geoItemStyleShadowOffsetY?: string | number | boolean | {
|
|
1036
|
+
[key: string]: any;
|
|
1037
|
+
};
|
|
1038
|
+
geoItemStyleShadowBlur?: string | number | boolean | {
|
|
1039
|
+
[key: string]: any;
|
|
1040
|
+
};
|
|
1041
|
+
geoEmphasisDisabled?: string | number | boolean | {
|
|
1042
|
+
[key: string]: any;
|
|
1043
|
+
};
|
|
1044
|
+
geoEmphasisLabelColor?: string | number | boolean | {
|
|
1045
|
+
[key: string]: any;
|
|
1046
|
+
};
|
|
1047
|
+
geoEmphasisItemStyleAreaColor?: string | number | boolean | {
|
|
1048
|
+
[key: string]: any;
|
|
1049
|
+
};
|
|
1050
|
+
geoEmphasisItemStyleBorderColor?: string | number | boolean | {
|
|
623
1051
|
[key: string]: any;
|
|
624
1052
|
};
|
|
625
|
-
|
|
1053
|
+
itemStyleColor?: string | number | boolean | {
|
|
626
1054
|
[key: string]: any;
|
|
627
1055
|
};
|
|
628
|
-
|
|
1056
|
+
labelFontSize?: string | number | boolean | {
|
|
629
1057
|
[key: string]: any;
|
|
630
1058
|
};
|
|
631
|
-
|
|
1059
|
+
labelFormatter?: string | number | boolean | {
|
|
632
1060
|
[key: string]: any;
|
|
633
1061
|
};
|
|
634
|
-
|
|
1062
|
+
labelShow?: string | number | boolean | {
|
|
635
1063
|
[key: string]: any;
|
|
636
1064
|
};
|
|
637
|
-
|
|
1065
|
+
labelColor?: string | number | boolean | {
|
|
638
1066
|
[key: string]: any;
|
|
639
1067
|
};
|
|
640
|
-
|
|
1068
|
+
tooltipShow?: string | number | boolean | {
|
|
641
1069
|
[key: string]: any;
|
|
642
1070
|
};
|
|
643
|
-
|
|
1071
|
+
tooltipTextStyleColor?: string | number | boolean | {
|
|
644
1072
|
[key: string]: any;
|
|
645
1073
|
};
|
|
646
|
-
|
|
1074
|
+
tooltipFormatter?: string | number | boolean | {
|
|
647
1075
|
[key: string]: any;
|
|
648
1076
|
};
|
|
649
1077
|
id?: string | number | boolean | {
|