@ecan-bi/datav 1.1.40 → 1.1.42
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/index.es.js +1307 -1297
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +6 -6
- package/dist/index.umd.js.map +1 -1
- package/dist/style.css +2 -2
- package/package.json +1 -1
- package/types/container/border/Border.vue.d.ts +144 -618
- package/types/container/border/index.d.ts +144 -618
- package/types/container/border/props.d.ts +72 -309
- package/types/container/modal/Modal.vue.d.ts +74 -237
- package/types/container/modal/index.d.ts +73 -237
- package/types/container/modal/props.d.ts +36 -117
- package/types/container/tabs/Tabs.vue.d.ts +176 -400
- package/types/container/tabs/index.d.ts +176 -400
- package/types/container/tabs/props.d.ts +88 -200
- package/types/control/button/Button.vue.d.ts +126 -418
- package/types/control/button/index.d.ts +126 -418
- package/types/control/button/props.d.ts +63 -209
- package/types/control/checkbox/Checkbox.vue.d.ts +102 -334
- package/types/control/checkbox/index.d.ts +102 -334
- package/types/control/checkbox/props.d.ts +51 -167
- package/types/control/date-picker/DatePicker.vue.d.ts +119 -391
- package/types/control/date-picker/index.d.ts +119 -391
- package/types/control/date-picker/props.d.ts +59 -195
- package/types/control/input/Input.vue.d.ts +102 -334
- package/types/control/input/index.d.ts +102 -334
- package/types/control/input/props.d.ts +51 -167
- package/types/control/range-picker/RangePicker.vue.d.ts +128 -420
- package/types/control/range-picker/index.d.ts +128 -420
- package/types/control/range-picker/props.d.ts +63 -209
- package/types/control/select/Select.vue.d.ts +125 -531
- package/types/control/select/index.d.ts +125 -531
- package/types/control/select/props.d.ts +59 -265
- package/types/graph/bar/Bar.vue.d.ts +374 -2044
- package/types/graph/bar/index.d.ts +373 -2043
- package/types/graph/bar/props.d.ts +166 -962
- package/types/graph/combo-graph/ComboGraph.vue.d.ts +340 -741
- package/types/graph/combo-graph/index.d.ts +339 -741
- package/types/graph/combo-graph/props.d.ts +154 -355
- package/types/graph/custom-graph/CustomGraph.vue.d.ts +100 -420
- package/types/graph/custom-graph/index.d.ts +100 -420
- package/types/graph/custom-graph/props.d.ts +50 -210
- package/types/graph/line/Line.vue.d.ts +364 -2546
- package/types/graph/line/index.d.ts +364 -2546
- package/types/graph/line/props.d.ts +149 -1211
- package/types/graph/pie/Pie.vue.d.ts +317 -722
- package/types/graph/pie/index.d.ts +316 -722
- package/types/graph/pie/props.d.ts +142 -345
- package/types/graph/scatter/Scatter.vue.d.ts +293 -639
- package/types/graph/scatter/index.d.ts +293 -639
- package/types/graph/scatter/props.d.ts +132 -305
- package/types/map/map/Map.vue.d.ts +269 -1404
- package/types/map/map/index.d.ts +269 -1404
- package/types/map/map/props.d.ts +121 -664
- package/types/media/iframe/Iframe.vue.d.ts +102 -334
- package/types/media/iframe/index.d.ts +102 -334
- package/types/media/iframe/props.d.ts +51 -167
- package/types/media/image/Image.vue.d.ts +110 -362
- package/types/media/image/index.d.ts +110 -362
- package/types/media/image/props.d.ts +55 -181
- package/types/setting/page-config/PageConfig.vue.d.ts +28 -70
- package/types/setting/page-config/index.d.ts +28 -70
- package/types/setting/page-config/props.d.ts +14 -35
- package/types/setting/provider-config/ProviderConfig.vue.d.ts +22 -62
- package/types/setting/provider-config/index.d.ts +22 -62
- package/types/setting/provider-config/props.d.ts +11 -31
- package/types/table/table/Table.vue.d.ts +234 -1660
- package/types/table/table/index.d.ts +234 -1660
- package/types/table/table/props.d.ts +101 -811
- package/types/text/list/List.vue.d.ts +136 -688
- package/types/text/list/index.d.ts +136 -688
- package/types/text/list/props.d.ts +68 -344
- package/types/text/proportion/Proportion.vue.d.ts +148 -636
- package/types/text/proportion/index.d.ts +148 -636
- package/types/text/proportion/props.d.ts +74 -318
- package/types/text/text/Text.vue.d.ts +160 -690
- package/types/text/text/index.d.ts +160 -690
- package/types/text/text/props.d.ts +81 -346
- package/types/text/time-display/TimeDisplay.vue.d.ts +126 -418
- package/types/text/time-display/index.d.ts +126 -418
- package/types/text/time-display/props.d.ts +63 -209
- package/types/utils/props.d.ts +3 -5
- package/types/utils/runCode.d.ts +2 -0
|
@@ -1,787 +1,243 @@
|
|
|
1
1
|
declare const _sfc_main: import("vue").DefineComponent<{
|
|
2
2
|
mapJson: {
|
|
3
|
-
type?:
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
} | import("../../utils/props").RequestParams | {
|
|
10
|
-
[key: string]: any;
|
|
11
|
-
}[] | {
|
|
3
|
+
type?: import("vue").PropType<{
|
|
4
|
+
name: string;
|
|
5
|
+
value: string;
|
|
6
|
+
path: string;
|
|
7
|
+
}>;
|
|
8
|
+
default?: {
|
|
12
9
|
name: string;
|
|
13
10
|
value: string;
|
|
11
|
+
path: string;
|
|
14
12
|
};
|
|
15
13
|
};
|
|
16
14
|
data: {
|
|
17
|
-
type?:
|
|
18
|
-
default?: undefined;
|
|
19
|
-
} | {
|
|
20
|
-
type: any;
|
|
21
|
-
default: string | number | boolean | import("../../utils/props").Events | {
|
|
15
|
+
type?: import("vue").PropType<{
|
|
22
16
|
[key: string]: any;
|
|
23
|
-
}
|
|
17
|
+
}[]>;
|
|
18
|
+
default?: {
|
|
24
19
|
[key: string]: any;
|
|
25
|
-
}[]
|
|
26
|
-
name: string;
|
|
27
|
-
value: string;
|
|
28
|
-
};
|
|
20
|
+
}[];
|
|
29
21
|
};
|
|
30
22
|
backgroundImage: {
|
|
31
|
-
type?:
|
|
32
|
-
default?:
|
|
33
|
-
} | {
|
|
34
|
-
type: any;
|
|
35
|
-
default: string | number | boolean | import("../../utils/props").Events | {
|
|
36
|
-
[key: string]: any;
|
|
37
|
-
} | import("../../utils/props").RequestParams | {
|
|
38
|
-
[key: string]: any;
|
|
39
|
-
}[] | {
|
|
40
|
-
name: string;
|
|
41
|
-
value: string;
|
|
42
|
-
};
|
|
23
|
+
type?: import("vue").PropType<string>;
|
|
24
|
+
default?: string;
|
|
43
25
|
};
|
|
44
26
|
backgroundImageRepeat: {
|
|
45
|
-
type?:
|
|
46
|
-
default?:
|
|
47
|
-
} | {
|
|
48
|
-
type: any;
|
|
49
|
-
default: string | number | boolean | import("../../utils/props").Events | {
|
|
50
|
-
[key: string]: any;
|
|
51
|
-
} | import("../../utils/props").RequestParams | {
|
|
52
|
-
[key: string]: any;
|
|
53
|
-
}[] | {
|
|
54
|
-
name: string;
|
|
55
|
-
value: string;
|
|
56
|
-
};
|
|
27
|
+
type?: import("vue").PropType<"repeat" | "no-repeat" | "repeat-x" | "repeat-y">;
|
|
28
|
+
default?: "repeat" | "no-repeat" | "repeat-x" | "repeat-y";
|
|
57
29
|
};
|
|
58
30
|
symbolImage: {
|
|
59
|
-
type?:
|
|
60
|
-
default?:
|
|
61
|
-
} | {
|
|
62
|
-
type: any;
|
|
63
|
-
default: string | number | boolean | import("../../utils/props").Events | {
|
|
64
|
-
[key: string]: any;
|
|
65
|
-
} | import("../../utils/props").RequestParams | {
|
|
66
|
-
[key: string]: any;
|
|
67
|
-
}[] | {
|
|
68
|
-
name: string;
|
|
69
|
-
value: string;
|
|
70
|
-
};
|
|
31
|
+
type?: import("vue").PropType<string>;
|
|
32
|
+
default?: string;
|
|
71
33
|
};
|
|
72
34
|
symbolWidth: {
|
|
73
|
-
type?:
|
|
74
|
-
default?:
|
|
75
|
-
} | {
|
|
76
|
-
type: any;
|
|
77
|
-
default: string | number | boolean | import("../../utils/props").Events | {
|
|
78
|
-
[key: string]: any;
|
|
79
|
-
} | import("../../utils/props").RequestParams | {
|
|
80
|
-
[key: string]: any;
|
|
81
|
-
}[] | {
|
|
82
|
-
name: string;
|
|
83
|
-
value: string;
|
|
84
|
-
};
|
|
35
|
+
type?: import("vue").PropType<number>;
|
|
36
|
+
default?: number;
|
|
85
37
|
};
|
|
86
38
|
symbolHeight: {
|
|
87
|
-
type?:
|
|
88
|
-
default?:
|
|
89
|
-
} | {
|
|
90
|
-
type: any;
|
|
91
|
-
default: string | number | boolean | import("../../utils/props").Events | {
|
|
92
|
-
[key: string]: any;
|
|
93
|
-
} | import("../../utils/props").RequestParams | {
|
|
94
|
-
[key: string]: any;
|
|
95
|
-
}[] | {
|
|
96
|
-
name: string;
|
|
97
|
-
value: string;
|
|
98
|
-
};
|
|
39
|
+
type?: import("vue").PropType<number>;
|
|
40
|
+
default?: number;
|
|
99
41
|
};
|
|
100
42
|
geoZoom: {
|
|
101
|
-
type?:
|
|
102
|
-
default?:
|
|
103
|
-
} | {
|
|
104
|
-
type: any;
|
|
105
|
-
default: string | number | boolean | import("../../utils/props").Events | {
|
|
106
|
-
[key: string]: any;
|
|
107
|
-
} | import("../../utils/props").RequestParams | {
|
|
108
|
-
[key: string]: any;
|
|
109
|
-
}[] | {
|
|
110
|
-
name: string;
|
|
111
|
-
value: string;
|
|
112
|
-
};
|
|
43
|
+
type?: import("vue").PropType<number>;
|
|
44
|
+
default?: number;
|
|
113
45
|
};
|
|
114
46
|
geoRoam: {
|
|
115
|
-
type?:
|
|
116
|
-
default?:
|
|
117
|
-
} | {
|
|
118
|
-
type: any;
|
|
119
|
-
default: string | number | boolean | import("../../utils/props").Events | {
|
|
120
|
-
[key: string]: any;
|
|
121
|
-
} | import("../../utils/props").RequestParams | {
|
|
122
|
-
[key: string]: any;
|
|
123
|
-
}[] | {
|
|
124
|
-
name: string;
|
|
125
|
-
value: string;
|
|
126
|
-
};
|
|
47
|
+
type?: import("vue").PropType<boolean>;
|
|
48
|
+
default?: boolean;
|
|
127
49
|
};
|
|
128
50
|
geoCenter: {
|
|
129
|
-
type?:
|
|
130
|
-
default?:
|
|
131
|
-
} | {
|
|
132
|
-
type: any;
|
|
133
|
-
default: string | number | boolean | import("../../utils/props").Events | {
|
|
134
|
-
[key: string]: any;
|
|
135
|
-
} | import("../../utils/props").RequestParams | {
|
|
136
|
-
[key: string]: any;
|
|
137
|
-
}[] | {
|
|
138
|
-
name: string;
|
|
139
|
-
value: string;
|
|
140
|
-
};
|
|
51
|
+
type?: import("vue").PropType<string>;
|
|
52
|
+
default?: string;
|
|
141
53
|
};
|
|
142
54
|
geoBackgroundImage: {
|
|
143
|
-
type?:
|
|
144
|
-
default?:
|
|
145
|
-
} | {
|
|
146
|
-
type: any;
|
|
147
|
-
default: string | number | boolean | import("../../utils/props").Events | {
|
|
148
|
-
[key: string]: any;
|
|
149
|
-
} | import("../../utils/props").RequestParams | {
|
|
150
|
-
[key: string]: any;
|
|
151
|
-
}[] | {
|
|
152
|
-
name: string;
|
|
153
|
-
value: string;
|
|
154
|
-
};
|
|
55
|
+
type?: import("vue").PropType<string>;
|
|
56
|
+
default?: string;
|
|
155
57
|
};
|
|
156
58
|
geoBackgroundImageRepeat: {
|
|
157
|
-
type?:
|
|
158
|
-
default?:
|
|
159
|
-
} | {
|
|
160
|
-
type: any;
|
|
161
|
-
default: string | number | boolean | import("../../utils/props").Events | {
|
|
162
|
-
[key: string]: any;
|
|
163
|
-
} | import("../../utils/props").RequestParams | {
|
|
164
|
-
[key: string]: any;
|
|
165
|
-
}[] | {
|
|
166
|
-
name: string;
|
|
167
|
-
value: string;
|
|
168
|
-
};
|
|
59
|
+
type?: import("vue").PropType<"repeat" | "no-repeat" | "repeat-x" | "repeat-y">;
|
|
60
|
+
default?: "repeat" | "no-repeat" | "repeat-x" | "repeat-y";
|
|
169
61
|
};
|
|
170
62
|
geoLabelShow: {
|
|
171
|
-
type?:
|
|
172
|
-
default?:
|
|
173
|
-
} | {
|
|
174
|
-
type: any;
|
|
175
|
-
default: string | number | boolean | import("../../utils/props").Events | {
|
|
176
|
-
[key: string]: any;
|
|
177
|
-
} | import("../../utils/props").RequestParams | {
|
|
178
|
-
[key: string]: any;
|
|
179
|
-
}[] | {
|
|
180
|
-
name: string;
|
|
181
|
-
value: string;
|
|
182
|
-
};
|
|
63
|
+
type?: import("vue").PropType<boolean>;
|
|
64
|
+
default?: boolean;
|
|
183
65
|
};
|
|
184
66
|
geoLabelColor: {
|
|
185
|
-
type?:
|
|
186
|
-
default?:
|
|
187
|
-
} | {
|
|
188
|
-
type: any;
|
|
189
|
-
default: string | number | boolean | import("../../utils/props").Events | {
|
|
190
|
-
[key: string]: any;
|
|
191
|
-
} | import("../../utils/props").RequestParams | {
|
|
192
|
-
[key: string]: any;
|
|
193
|
-
}[] | {
|
|
194
|
-
name: string;
|
|
195
|
-
value: string;
|
|
196
|
-
};
|
|
67
|
+
type?: import("vue").PropType<string>;
|
|
68
|
+
default?: string;
|
|
197
69
|
};
|
|
198
70
|
geoLabelFontSize: {
|
|
199
|
-
type?:
|
|
200
|
-
default?:
|
|
201
|
-
} | {
|
|
202
|
-
type: any;
|
|
203
|
-
default: string | number | boolean | import("../../utils/props").Events | {
|
|
204
|
-
[key: string]: any;
|
|
205
|
-
} | import("../../utils/props").RequestParams | {
|
|
206
|
-
[key: string]: any;
|
|
207
|
-
}[] | {
|
|
208
|
-
name: string;
|
|
209
|
-
value: string;
|
|
210
|
-
};
|
|
71
|
+
type?: import("vue").PropType<number>;
|
|
72
|
+
default?: number;
|
|
211
73
|
};
|
|
212
74
|
geoItemStyleAreaColor: {
|
|
213
|
-
type?:
|
|
214
|
-
default?:
|
|
215
|
-
} | {
|
|
216
|
-
type: any;
|
|
217
|
-
default: string | number | boolean | import("../../utils/props").Events | {
|
|
218
|
-
[key: string]: any;
|
|
219
|
-
} | import("../../utils/props").RequestParams | {
|
|
220
|
-
[key: string]: any;
|
|
221
|
-
}[] | {
|
|
222
|
-
name: string;
|
|
223
|
-
value: string;
|
|
224
|
-
};
|
|
75
|
+
type?: import("vue").PropType<string>;
|
|
76
|
+
default?: string;
|
|
225
77
|
};
|
|
226
78
|
geoItemStyleBorderColor: {
|
|
227
|
-
type?:
|
|
228
|
-
default?:
|
|
229
|
-
} | {
|
|
230
|
-
type: any;
|
|
231
|
-
default: string | number | boolean | import("../../utils/props").Events | {
|
|
232
|
-
[key: string]: any;
|
|
233
|
-
} | import("../../utils/props").RequestParams | {
|
|
234
|
-
[key: string]: any;
|
|
235
|
-
}[] | {
|
|
236
|
-
name: string;
|
|
237
|
-
value: string;
|
|
238
|
-
};
|
|
79
|
+
type?: import("vue").PropType<string>;
|
|
80
|
+
default?: string;
|
|
239
81
|
};
|
|
240
82
|
geoItemStyleBorderWidth: {
|
|
241
|
-
type?:
|
|
242
|
-
default?:
|
|
243
|
-
} | {
|
|
244
|
-
type: any;
|
|
245
|
-
default: string | number | boolean | import("../../utils/props").Events | {
|
|
246
|
-
[key: string]: any;
|
|
247
|
-
} | import("../../utils/props").RequestParams | {
|
|
248
|
-
[key: string]: any;
|
|
249
|
-
}[] | {
|
|
250
|
-
name: string;
|
|
251
|
-
value: string;
|
|
252
|
-
};
|
|
83
|
+
type?: import("vue").PropType<number>;
|
|
84
|
+
default?: number;
|
|
253
85
|
};
|
|
254
86
|
geoItemStyleShadowColor: {
|
|
255
|
-
type?:
|
|
256
|
-
default?:
|
|
257
|
-
} | {
|
|
258
|
-
type: any;
|
|
259
|
-
default: string | number | boolean | import("../../utils/props").Events | {
|
|
260
|
-
[key: string]: any;
|
|
261
|
-
} | import("../../utils/props").RequestParams | {
|
|
262
|
-
[key: string]: any;
|
|
263
|
-
}[] | {
|
|
264
|
-
name: string;
|
|
265
|
-
value: string;
|
|
266
|
-
};
|
|
87
|
+
type?: import("vue").PropType<string>;
|
|
88
|
+
default?: string;
|
|
267
89
|
};
|
|
268
90
|
geoItemStyleShadowOffsetX: {
|
|
269
|
-
type?:
|
|
270
|
-
default?:
|
|
271
|
-
} | {
|
|
272
|
-
type: any;
|
|
273
|
-
default: string | number | boolean | import("../../utils/props").Events | {
|
|
274
|
-
[key: string]: any;
|
|
275
|
-
} | import("../../utils/props").RequestParams | {
|
|
276
|
-
[key: string]: any;
|
|
277
|
-
}[] | {
|
|
278
|
-
name: string;
|
|
279
|
-
value: string;
|
|
280
|
-
};
|
|
91
|
+
type?: import("vue").PropType<number>;
|
|
92
|
+
default?: number;
|
|
281
93
|
};
|
|
282
94
|
geoItemStyleShadowOffsetY: {
|
|
283
|
-
type?:
|
|
284
|
-
default?:
|
|
285
|
-
} | {
|
|
286
|
-
type: any;
|
|
287
|
-
default: string | number | boolean | import("../../utils/props").Events | {
|
|
288
|
-
[key: string]: any;
|
|
289
|
-
} | import("../../utils/props").RequestParams | {
|
|
290
|
-
[key: string]: any;
|
|
291
|
-
}[] | {
|
|
292
|
-
name: string;
|
|
293
|
-
value: string;
|
|
294
|
-
};
|
|
95
|
+
type?: import("vue").PropType<number>;
|
|
96
|
+
default?: number;
|
|
295
97
|
};
|
|
296
98
|
geoItemStyleShadowBlur: {
|
|
297
|
-
type?:
|
|
298
|
-
default?:
|
|
299
|
-
} | {
|
|
300
|
-
type: any;
|
|
301
|
-
default: string | number | boolean | import("../../utils/props").Events | {
|
|
302
|
-
[key: string]: any;
|
|
303
|
-
} | import("../../utils/props").RequestParams | {
|
|
304
|
-
[key: string]: any;
|
|
305
|
-
}[] | {
|
|
306
|
-
name: string;
|
|
307
|
-
value: string;
|
|
308
|
-
};
|
|
99
|
+
type?: import("vue").PropType<number>;
|
|
100
|
+
default?: number;
|
|
309
101
|
};
|
|
310
102
|
geoEmphasisDisabled: {
|
|
311
|
-
type?:
|
|
312
|
-
default?:
|
|
313
|
-
} | {
|
|
314
|
-
type: any;
|
|
315
|
-
default: string | number | boolean | import("../../utils/props").Events | {
|
|
316
|
-
[key: string]: any;
|
|
317
|
-
} | import("../../utils/props").RequestParams | {
|
|
318
|
-
[key: string]: any;
|
|
319
|
-
}[] | {
|
|
320
|
-
name: string;
|
|
321
|
-
value: string;
|
|
322
|
-
};
|
|
103
|
+
type?: import("vue").PropType<boolean>;
|
|
104
|
+
default?: boolean;
|
|
323
105
|
};
|
|
324
106
|
geoEmphasisLabelColor: {
|
|
325
|
-
type?:
|
|
326
|
-
default?:
|
|
327
|
-
} | {
|
|
328
|
-
type: any;
|
|
329
|
-
default: string | number | boolean | import("../../utils/props").Events | {
|
|
330
|
-
[key: string]: any;
|
|
331
|
-
} | import("../../utils/props").RequestParams | {
|
|
332
|
-
[key: string]: any;
|
|
333
|
-
}[] | {
|
|
334
|
-
name: string;
|
|
335
|
-
value: string;
|
|
336
|
-
};
|
|
107
|
+
type?: import("vue").PropType<string>;
|
|
108
|
+
default?: string;
|
|
337
109
|
};
|
|
338
110
|
geoEmphasisItemStyleAreaColor: {
|
|
339
|
-
type?:
|
|
340
|
-
default?:
|
|
341
|
-
} | {
|
|
342
|
-
type: any;
|
|
343
|
-
default: string | number | boolean | import("../../utils/props").Events | {
|
|
344
|
-
[key: string]: any;
|
|
345
|
-
} | import("../../utils/props").RequestParams | {
|
|
346
|
-
[key: string]: any;
|
|
347
|
-
}[] | {
|
|
348
|
-
name: string;
|
|
349
|
-
value: string;
|
|
350
|
-
};
|
|
111
|
+
type?: import("vue").PropType<string>;
|
|
112
|
+
default?: string;
|
|
351
113
|
};
|
|
352
114
|
geoEmphasisItemStyleBorderColor: {
|
|
353
|
-
type?:
|
|
354
|
-
default?:
|
|
355
|
-
} | {
|
|
356
|
-
type: any;
|
|
357
|
-
default: string | number | boolean | import("../../utils/props").Events | {
|
|
358
|
-
[key: string]: any;
|
|
359
|
-
} | import("../../utils/props").RequestParams | {
|
|
360
|
-
[key: string]: any;
|
|
361
|
-
}[] | {
|
|
362
|
-
name: string;
|
|
363
|
-
value: string;
|
|
364
|
-
};
|
|
115
|
+
type?: import("vue").PropType<string>;
|
|
116
|
+
default?: string;
|
|
365
117
|
};
|
|
366
118
|
itemStyleColor: {
|
|
367
|
-
type?:
|
|
368
|
-
default?:
|
|
369
|
-
} | {
|
|
370
|
-
type: any;
|
|
371
|
-
default: string | number | boolean | import("../../utils/props").Events | {
|
|
372
|
-
[key: string]: any;
|
|
373
|
-
} | import("../../utils/props").RequestParams | {
|
|
374
|
-
[key: string]: any;
|
|
375
|
-
}[] | {
|
|
376
|
-
name: string;
|
|
377
|
-
value: string;
|
|
378
|
-
};
|
|
119
|
+
type?: import("vue").PropType<string>;
|
|
120
|
+
default?: string;
|
|
379
121
|
};
|
|
380
122
|
labelFontSize: {
|
|
381
|
-
type?:
|
|
382
|
-
default?:
|
|
383
|
-
} | {
|
|
384
|
-
type: any;
|
|
385
|
-
default: string | number | boolean | import("../../utils/props").Events | {
|
|
386
|
-
[key: string]: any;
|
|
387
|
-
} | import("../../utils/props").RequestParams | {
|
|
388
|
-
[key: string]: any;
|
|
389
|
-
}[] | {
|
|
390
|
-
name: string;
|
|
391
|
-
value: string;
|
|
392
|
-
};
|
|
123
|
+
type?: import("vue").PropType<number>;
|
|
124
|
+
default?: number;
|
|
393
125
|
};
|
|
394
126
|
labelFormatter: {
|
|
395
|
-
type?:
|
|
396
|
-
default?:
|
|
397
|
-
} | {
|
|
398
|
-
type: any;
|
|
399
|
-
default: string | number | boolean | import("../../utils/props").Events | {
|
|
400
|
-
[key: string]: any;
|
|
401
|
-
} | import("../../utils/props").RequestParams | {
|
|
402
|
-
[key: string]: any;
|
|
403
|
-
}[] | {
|
|
404
|
-
name: string;
|
|
405
|
-
value: string;
|
|
406
|
-
};
|
|
127
|
+
type?: import("vue").PropType<string>;
|
|
128
|
+
default?: string;
|
|
407
129
|
};
|
|
408
130
|
labelShow: {
|
|
409
|
-
type?:
|
|
410
|
-
default?:
|
|
411
|
-
} | {
|
|
412
|
-
type: any;
|
|
413
|
-
default: string | number | boolean | import("../../utils/props").Events | {
|
|
414
|
-
[key: string]: any;
|
|
415
|
-
} | import("../../utils/props").RequestParams | {
|
|
416
|
-
[key: string]: any;
|
|
417
|
-
}[] | {
|
|
418
|
-
name: string;
|
|
419
|
-
value: string;
|
|
420
|
-
};
|
|
131
|
+
type?: import("vue").PropType<boolean>;
|
|
132
|
+
default?: boolean;
|
|
421
133
|
};
|
|
422
134
|
labelColor: {
|
|
423
|
-
type?:
|
|
424
|
-
default?:
|
|
425
|
-
} | {
|
|
426
|
-
type: any;
|
|
427
|
-
default: string | number | boolean | import("../../utils/props").Events | {
|
|
428
|
-
[key: string]: any;
|
|
429
|
-
} | import("../../utils/props").RequestParams | {
|
|
430
|
-
[key: string]: any;
|
|
431
|
-
}[] | {
|
|
432
|
-
name: string;
|
|
433
|
-
value: string;
|
|
434
|
-
};
|
|
135
|
+
type?: import("vue").PropType<string>;
|
|
136
|
+
default?: string;
|
|
435
137
|
};
|
|
436
138
|
tooltipShow: {
|
|
437
|
-
type?:
|
|
438
|
-
default?:
|
|
439
|
-
} | {
|
|
440
|
-
type: any;
|
|
441
|
-
default: string | number | boolean | import("../../utils/props").Events | {
|
|
442
|
-
[key: string]: any;
|
|
443
|
-
} | import("../../utils/props").RequestParams | {
|
|
444
|
-
[key: string]: any;
|
|
445
|
-
}[] | {
|
|
446
|
-
name: string;
|
|
447
|
-
value: string;
|
|
448
|
-
};
|
|
139
|
+
type?: import("vue").PropType<boolean>;
|
|
140
|
+
default?: boolean;
|
|
449
141
|
};
|
|
450
142
|
tooltipTextStyleColor: {
|
|
451
|
-
type?:
|
|
452
|
-
default?:
|
|
453
|
-
} | {
|
|
454
|
-
type: any;
|
|
455
|
-
default: string | number | boolean | import("../../utils/props").Events | {
|
|
456
|
-
[key: string]: any;
|
|
457
|
-
} | import("../../utils/props").RequestParams | {
|
|
458
|
-
[key: string]: any;
|
|
459
|
-
}[] | {
|
|
460
|
-
name: string;
|
|
461
|
-
value: string;
|
|
462
|
-
};
|
|
143
|
+
type?: import("vue").PropType<string>;
|
|
144
|
+
default?: string;
|
|
463
145
|
};
|
|
464
146
|
tooltipFormatter: {
|
|
465
|
-
type?:
|
|
466
|
-
default?:
|
|
467
|
-
} | {
|
|
468
|
-
type: any;
|
|
469
|
-
default: string | number | boolean | import("../../utils/props").Events | {
|
|
470
|
-
[key: string]: any;
|
|
471
|
-
} | import("../../utils/props").RequestParams | {
|
|
472
|
-
[key: string]: any;
|
|
473
|
-
}[] | {
|
|
474
|
-
name: string;
|
|
475
|
-
value: string;
|
|
476
|
-
};
|
|
147
|
+
type?: import("vue").PropType<string>;
|
|
148
|
+
default?: string;
|
|
477
149
|
};
|
|
478
150
|
id: {
|
|
479
|
-
type?:
|
|
480
|
-
default?:
|
|
481
|
-
} | {
|
|
482
|
-
type: any;
|
|
483
|
-
default: string | number | boolean | import("../../utils/props").Events | {
|
|
484
|
-
[key: string]: any;
|
|
485
|
-
} | import("../../utils/props").RequestParams | {
|
|
486
|
-
[key: string]: any;
|
|
487
|
-
}[] | {
|
|
488
|
-
name: string;
|
|
489
|
-
value: string;
|
|
490
|
-
};
|
|
151
|
+
type?: import("vue").PropType<string>;
|
|
152
|
+
default?: string;
|
|
491
153
|
};
|
|
492
154
|
name: {
|
|
493
|
-
type?:
|
|
494
|
-
default?:
|
|
495
|
-
} | {
|
|
496
|
-
type: any;
|
|
497
|
-
default: string | number | boolean | import("../../utils/props").Events | {
|
|
498
|
-
[key: string]: any;
|
|
499
|
-
} | import("../../utils/props").RequestParams | {
|
|
500
|
-
[key: string]: any;
|
|
501
|
-
}[] | {
|
|
502
|
-
name: string;
|
|
503
|
-
value: string;
|
|
504
|
-
};
|
|
155
|
+
type?: import("vue").PropType<string>;
|
|
156
|
+
default?: string;
|
|
505
157
|
};
|
|
506
158
|
keyName: {
|
|
507
|
-
type?:
|
|
508
|
-
default?:
|
|
509
|
-
} | {
|
|
510
|
-
type: any;
|
|
511
|
-
default: string | number | boolean | import("../../utils/props").Events | {
|
|
512
|
-
[key: string]: any;
|
|
513
|
-
} | import("../../utils/props").RequestParams | {
|
|
514
|
-
[key: string]: any;
|
|
515
|
-
}[] | {
|
|
516
|
-
name: string;
|
|
517
|
-
value: string;
|
|
518
|
-
};
|
|
159
|
+
type?: import("vue").PropType<string>;
|
|
160
|
+
default?: string;
|
|
519
161
|
};
|
|
520
162
|
type: {
|
|
521
|
-
type?:
|
|
522
|
-
default?:
|
|
523
|
-
} | {
|
|
524
|
-
type: any;
|
|
525
|
-
default: string | number | boolean | import("../../utils/props").Events | {
|
|
526
|
-
[key: string]: any;
|
|
527
|
-
} | import("../../utils/props").RequestParams | {
|
|
528
|
-
[key: string]: any;
|
|
529
|
-
}[] | {
|
|
530
|
-
name: string;
|
|
531
|
-
value: string;
|
|
532
|
-
};
|
|
163
|
+
type?: import("vue").PropType<string>;
|
|
164
|
+
default?: string;
|
|
533
165
|
};
|
|
534
166
|
width: {
|
|
535
|
-
type?:
|
|
536
|
-
default?:
|
|
537
|
-
} | {
|
|
538
|
-
type: any;
|
|
539
|
-
default: string | number | boolean | import("../../utils/props").Events | {
|
|
540
|
-
[key: string]: any;
|
|
541
|
-
} | import("../../utils/props").RequestParams | {
|
|
542
|
-
[key: string]: any;
|
|
543
|
-
}[] | {
|
|
544
|
-
name: string;
|
|
545
|
-
value: string;
|
|
546
|
-
};
|
|
167
|
+
type?: import("vue").PropType<string>;
|
|
168
|
+
default?: string;
|
|
547
169
|
};
|
|
548
170
|
height: {
|
|
549
|
-
type?:
|
|
550
|
-
default?:
|
|
551
|
-
} | {
|
|
552
|
-
type: any;
|
|
553
|
-
default: string | number | boolean | import("../../utils/props").Events | {
|
|
554
|
-
[key: string]: any;
|
|
555
|
-
} | import("../../utils/props").RequestParams | {
|
|
556
|
-
[key: string]: any;
|
|
557
|
-
}[] | {
|
|
558
|
-
name: string;
|
|
559
|
-
value: string;
|
|
560
|
-
};
|
|
171
|
+
type?: import("vue").PropType<string>;
|
|
172
|
+
default?: string;
|
|
561
173
|
};
|
|
562
174
|
position: {
|
|
563
|
-
type?:
|
|
564
|
-
default?:
|
|
565
|
-
} | {
|
|
566
|
-
type: any;
|
|
567
|
-
default: string | number | boolean | import("../../utils/props").Events | {
|
|
568
|
-
[key: string]: any;
|
|
569
|
-
} | import("../../utils/props").RequestParams | {
|
|
570
|
-
[key: string]: any;
|
|
571
|
-
}[] | {
|
|
572
|
-
name: string;
|
|
573
|
-
value: string;
|
|
574
|
-
};
|
|
175
|
+
type?: import("vue").PropType<string>;
|
|
176
|
+
default?: string;
|
|
575
177
|
};
|
|
576
178
|
top: {
|
|
577
|
-
type?:
|
|
578
|
-
default?:
|
|
579
|
-
} | {
|
|
580
|
-
type: any;
|
|
581
|
-
default: string | number | boolean | import("../../utils/props").Events | {
|
|
582
|
-
[key: string]: any;
|
|
583
|
-
} | import("../../utils/props").RequestParams | {
|
|
584
|
-
[key: string]: any;
|
|
585
|
-
}[] | {
|
|
586
|
-
name: string;
|
|
587
|
-
value: string;
|
|
588
|
-
};
|
|
179
|
+
type?: import("vue").PropType<string>;
|
|
180
|
+
default?: string;
|
|
589
181
|
};
|
|
590
182
|
left: {
|
|
591
|
-
type?:
|
|
592
|
-
default?:
|
|
593
|
-
} | {
|
|
594
|
-
type: any;
|
|
595
|
-
default: string | number | boolean | import("../../utils/props").Events | {
|
|
596
|
-
[key: string]: any;
|
|
597
|
-
} | import("../../utils/props").RequestParams | {
|
|
598
|
-
[key: string]: any;
|
|
599
|
-
}[] | {
|
|
600
|
-
name: string;
|
|
601
|
-
value: string;
|
|
602
|
-
};
|
|
183
|
+
type?: import("vue").PropType<string>;
|
|
184
|
+
default?: string;
|
|
603
185
|
};
|
|
604
186
|
zIndex: {
|
|
605
|
-
type?:
|
|
606
|
-
default?:
|
|
607
|
-
} | {
|
|
608
|
-
type: any;
|
|
609
|
-
default: string | number | boolean | import("../../utils/props").Events | {
|
|
610
|
-
[key: string]: any;
|
|
611
|
-
} | import("../../utils/props").RequestParams | {
|
|
612
|
-
[key: string]: any;
|
|
613
|
-
}[] | {
|
|
614
|
-
name: string;
|
|
615
|
-
value: string;
|
|
616
|
-
};
|
|
187
|
+
type?: import("vue").PropType<number>;
|
|
188
|
+
default?: number;
|
|
617
189
|
};
|
|
618
190
|
rotate: {
|
|
619
|
-
type?:
|
|
620
|
-
default?:
|
|
621
|
-
} | {
|
|
622
|
-
type: any;
|
|
623
|
-
default: string | number | boolean | import("../../utils/props").Events | {
|
|
624
|
-
[key: string]: any;
|
|
625
|
-
} | import("../../utils/props").RequestParams | {
|
|
626
|
-
[key: string]: any;
|
|
627
|
-
}[] | {
|
|
628
|
-
name: string;
|
|
629
|
-
value: string;
|
|
630
|
-
};
|
|
191
|
+
type?: import("vue").PropType<string>;
|
|
192
|
+
default?: string;
|
|
631
193
|
};
|
|
632
194
|
isShow: {
|
|
633
|
-
type?:
|
|
634
|
-
default?:
|
|
635
|
-
} | {
|
|
636
|
-
type: any;
|
|
637
|
-
default: string | number | boolean | import("../../utils/props").Events | {
|
|
638
|
-
[key: string]: any;
|
|
639
|
-
} | import("../../utils/props").RequestParams | {
|
|
640
|
-
[key: string]: any;
|
|
641
|
-
}[] | {
|
|
642
|
-
name: string;
|
|
643
|
-
value: string;
|
|
644
|
-
};
|
|
195
|
+
type?: import("vue").PropType<boolean>;
|
|
196
|
+
default?: boolean;
|
|
645
197
|
};
|
|
646
198
|
isRender: {
|
|
647
|
-
type?:
|
|
648
|
-
default?:
|
|
649
|
-
} | {
|
|
650
|
-
type: any;
|
|
651
|
-
default: string | number | boolean | import("../../utils/props").Events | {
|
|
652
|
-
[key: string]: any;
|
|
653
|
-
} | import("../../utils/props").RequestParams | {
|
|
654
|
-
[key: string]: any;
|
|
655
|
-
}[] | {
|
|
656
|
-
name: string;
|
|
657
|
-
value: string;
|
|
658
|
-
};
|
|
199
|
+
type?: import("vue").PropType<boolean>;
|
|
200
|
+
default?: boolean;
|
|
659
201
|
};
|
|
660
202
|
events: {
|
|
661
|
-
type?:
|
|
662
|
-
default?:
|
|
663
|
-
} | {
|
|
664
|
-
type: any;
|
|
665
|
-
default: string | number | boolean | import("../../utils/props").Events | {
|
|
666
|
-
[key: string]: any;
|
|
667
|
-
} | import("../../utils/props").RequestParams | {
|
|
668
|
-
[key: string]: any;
|
|
669
|
-
}[] | {
|
|
670
|
-
name: string;
|
|
671
|
-
value: string;
|
|
672
|
-
};
|
|
203
|
+
type?: import("vue").PropType<import("../../utils/props").Events>;
|
|
204
|
+
default?: import("../../utils/props").Events;
|
|
673
205
|
};
|
|
674
206
|
requestUrl: {
|
|
675
|
-
type?:
|
|
676
|
-
default?:
|
|
677
|
-
} | {
|
|
678
|
-
type: any;
|
|
679
|
-
default: string | number | boolean | import("../../utils/props").Events | {
|
|
680
|
-
[key: string]: any;
|
|
681
|
-
} | import("../../utils/props").RequestParams | {
|
|
682
|
-
[key: string]: any;
|
|
683
|
-
}[] | {
|
|
684
|
-
name: string;
|
|
685
|
-
value: string;
|
|
686
|
-
};
|
|
207
|
+
type?: import("vue").PropType<string>;
|
|
208
|
+
default?: string;
|
|
687
209
|
};
|
|
688
210
|
requestMethod: {
|
|
689
|
-
type?:
|
|
690
|
-
default?:
|
|
691
|
-
} | {
|
|
692
|
-
type: any;
|
|
693
|
-
default: string | number | boolean | import("../../utils/props").Events | {
|
|
694
|
-
[key: string]: any;
|
|
695
|
-
} | import("../../utils/props").RequestParams | {
|
|
696
|
-
[key: string]: any;
|
|
697
|
-
}[] | {
|
|
698
|
-
name: string;
|
|
699
|
-
value: string;
|
|
700
|
-
};
|
|
211
|
+
type?: import("vue").PropType<import("../../utils/props").RequestMethod>;
|
|
212
|
+
default?: import("../../utils/props").RequestMethod;
|
|
701
213
|
};
|
|
702
214
|
requestHeaders: {
|
|
703
|
-
type?:
|
|
704
|
-
default?: undefined;
|
|
705
|
-
} | {
|
|
706
|
-
type: any;
|
|
707
|
-
default: string | number | boolean | import("../../utils/props").Events | {
|
|
215
|
+
type?: import("vue").PropType<{
|
|
708
216
|
[key: string]: any;
|
|
709
|
-
}
|
|
217
|
+
}>;
|
|
218
|
+
default?: {
|
|
710
219
|
[key: string]: any;
|
|
711
|
-
}[] | {
|
|
712
|
-
name: string;
|
|
713
|
-
value: string;
|
|
714
220
|
};
|
|
715
221
|
};
|
|
716
222
|
isOpenRequestTimer: {
|
|
717
|
-
type?:
|
|
718
|
-
default?:
|
|
719
|
-
} | {
|
|
720
|
-
type: any;
|
|
721
|
-
default: string | number | boolean | import("../../utils/props").Events | {
|
|
722
|
-
[key: string]: any;
|
|
723
|
-
} | import("../../utils/props").RequestParams | {
|
|
724
|
-
[key: string]: any;
|
|
725
|
-
}[] | {
|
|
726
|
-
name: string;
|
|
727
|
-
value: string;
|
|
728
|
-
};
|
|
223
|
+
type?: import("vue").PropType<boolean>;
|
|
224
|
+
default?: boolean;
|
|
729
225
|
};
|
|
730
226
|
requestInterval: {
|
|
731
|
-
type?:
|
|
732
|
-
default?:
|
|
733
|
-
} | {
|
|
734
|
-
type: any;
|
|
735
|
-
default: string | number | boolean | import("../../utils/props").Events | {
|
|
736
|
-
[key: string]: any;
|
|
737
|
-
} | import("../../utils/props").RequestParams | {
|
|
738
|
-
[key: string]: any;
|
|
739
|
-
}[] | {
|
|
740
|
-
name: string;
|
|
741
|
-
value: string;
|
|
742
|
-
};
|
|
227
|
+
type?: import("vue").PropType<number>;
|
|
228
|
+
default?: number;
|
|
743
229
|
};
|
|
744
230
|
requestParams: {
|
|
745
|
-
type?:
|
|
746
|
-
default?:
|
|
747
|
-
} | {
|
|
748
|
-
type: any;
|
|
749
|
-
default: string | number | boolean | import("../../utils/props").Events | {
|
|
750
|
-
[key: string]: any;
|
|
751
|
-
} | import("../../utils/props").RequestParams | {
|
|
752
|
-
[key: string]: any;
|
|
753
|
-
}[] | {
|
|
754
|
-
name: string;
|
|
755
|
-
value: string;
|
|
756
|
-
};
|
|
231
|
+
type?: import("vue").PropType<import("../../utils/props").RequestParams>;
|
|
232
|
+
default?: import("../../utils/props").RequestParams;
|
|
757
233
|
};
|
|
758
234
|
requestSort: {
|
|
759
|
-
type?:
|
|
760
|
-
default?:
|
|
761
|
-
} | {
|
|
762
|
-
type: any;
|
|
763
|
-
default: string | number | boolean | import("../../utils/props").Events | {
|
|
764
|
-
[key: string]: any;
|
|
765
|
-
} | import("../../utils/props").RequestParams | {
|
|
766
|
-
[key: string]: any;
|
|
767
|
-
}[] | {
|
|
768
|
-
name: string;
|
|
769
|
-
value: string;
|
|
770
|
-
};
|
|
235
|
+
type?: import("vue").PropType<number>;
|
|
236
|
+
default?: number;
|
|
771
237
|
};
|
|
772
238
|
dataType: {
|
|
773
|
-
type?:
|
|
774
|
-
default?:
|
|
775
|
-
} | {
|
|
776
|
-
type: any;
|
|
777
|
-
default: string | number | boolean | import("../../utils/props").Events | {
|
|
778
|
-
[key: string]: any;
|
|
779
|
-
} | import("../../utils/props").RequestParams | {
|
|
780
|
-
[key: string]: any;
|
|
781
|
-
}[] | {
|
|
782
|
-
name: string;
|
|
783
|
-
value: string;
|
|
784
|
-
};
|
|
239
|
+
type?: import("vue").PropType<"indicator" | "static" | "request">;
|
|
240
|
+
default?: "indicator" | "static" | "request";
|
|
785
241
|
};
|
|
786
242
|
}, {
|
|
787
243
|
option: import("vue").ComputedRef<{
|
|
@@ -798,67 +254,38 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
798
254
|
top: string;
|
|
799
255
|
}[];
|
|
800
256
|
geo: {
|
|
801
|
-
zoom:
|
|
802
|
-
|
|
803
|
-
};
|
|
804
|
-
roam: string | number | boolean | {
|
|
805
|
-
[key: string]: any;
|
|
806
|
-
};
|
|
257
|
+
zoom: number;
|
|
258
|
+
roam: boolean;
|
|
807
259
|
center: any[];
|
|
808
260
|
map: string;
|
|
809
261
|
tooltip: {
|
|
810
262
|
show: boolean;
|
|
811
263
|
};
|
|
812
264
|
label: {
|
|
813
|
-
show:
|
|
814
|
-
|
|
815
|
-
|
|
816
|
-
color: string | number | boolean | {
|
|
817
|
-
[key: string]: any;
|
|
818
|
-
};
|
|
819
|
-
fontSize: string | number | boolean | {
|
|
820
|
-
[key: string]: any;
|
|
821
|
-
};
|
|
265
|
+
show: boolean;
|
|
266
|
+
color: string;
|
|
267
|
+
fontSize: number;
|
|
822
268
|
};
|
|
823
269
|
itemStyle: {
|
|
824
|
-
areaColor: string |
|
|
825
|
-
|
|
826
|
-
|
|
827
|
-
borderColor: string | number | boolean | {
|
|
828
|
-
[key: string]: any;
|
|
829
|
-
};
|
|
830
|
-
borderWidth: string | number | boolean | {
|
|
831
|
-
[key: string]: any;
|
|
832
|
-
};
|
|
833
|
-
shadowColor: string | number | boolean | {
|
|
834
|
-
[key: string]: any;
|
|
835
|
-
};
|
|
836
|
-
shadowBlur: string | number | boolean | {
|
|
837
|
-
[key: string]: any;
|
|
838
|
-
};
|
|
839
|
-
shadowOffsetX: string | number | boolean | {
|
|
840
|
-
[key: string]: any;
|
|
841
|
-
};
|
|
842
|
-
shadowOffsetY: string | number | boolean | {
|
|
843
|
-
[key: string]: any;
|
|
270
|
+
areaColor: string | {
|
|
271
|
+
image: any;
|
|
272
|
+
repeat: "repeat" | "no-repeat" | "repeat-x" | "repeat-y";
|
|
844
273
|
};
|
|
274
|
+
borderColor: string;
|
|
275
|
+
borderWidth: number;
|
|
276
|
+
shadowColor: string;
|
|
277
|
+
shadowBlur: number;
|
|
278
|
+
shadowOffsetX: number;
|
|
279
|
+
shadowOffsetY: number;
|
|
845
280
|
};
|
|
846
281
|
emphasis: {
|
|
847
|
-
disabled:
|
|
848
|
-
[key: string]: any;
|
|
849
|
-
};
|
|
282
|
+
disabled: boolean;
|
|
850
283
|
label: {
|
|
851
|
-
color: string
|
|
852
|
-
[key: string]: any;
|
|
853
|
-
};
|
|
284
|
+
color: string;
|
|
854
285
|
};
|
|
855
286
|
itemStyle: {
|
|
856
|
-
areaColor: string
|
|
857
|
-
|
|
858
|
-
};
|
|
859
|
-
borderColor: string | number | boolean | {
|
|
860
|
-
[key: string]: any;
|
|
861
|
-
};
|
|
287
|
+
areaColor: string;
|
|
288
|
+
borderColor: string;
|
|
862
289
|
};
|
|
863
290
|
};
|
|
864
291
|
};
|
|
@@ -866,44 +293,26 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
866
293
|
type: string;
|
|
867
294
|
coordinateSystem: string;
|
|
868
295
|
itemStyle: {
|
|
869
|
-
color: string
|
|
870
|
-
[key: string]: any;
|
|
871
|
-
};
|
|
296
|
+
color: string;
|
|
872
297
|
};
|
|
873
298
|
symbol: string;
|
|
874
|
-
symbolSize:
|
|
875
|
-
[key: string]: any;
|
|
876
|
-
})[];
|
|
299
|
+
symbolSize: number[];
|
|
877
300
|
label: {
|
|
878
|
-
show:
|
|
879
|
-
|
|
880
|
-
|
|
881
|
-
|
|
882
|
-
[key: string]: any;
|
|
883
|
-
};
|
|
884
|
-
formatter: string | number | boolean | {
|
|
885
|
-
[key: string]: any;
|
|
886
|
-
};
|
|
887
|
-
color: string | number | boolean | {
|
|
888
|
-
[key: string]: any;
|
|
889
|
-
};
|
|
301
|
+
show: boolean;
|
|
302
|
+
fontSize: number;
|
|
303
|
+
formatter: string;
|
|
304
|
+
color: string;
|
|
890
305
|
};
|
|
891
306
|
tooltip: {
|
|
892
|
-
show:
|
|
893
|
-
|
|
894
|
-
};
|
|
895
|
-
formatter: string | number | boolean | {
|
|
896
|
-
[key: string]: any;
|
|
897
|
-
};
|
|
307
|
+
show: boolean;
|
|
308
|
+
formatter: string;
|
|
898
309
|
textStyle: {
|
|
899
|
-
color: string
|
|
900
|
-
[key: string]: any;
|
|
901
|
-
};
|
|
310
|
+
color: string;
|
|
902
311
|
};
|
|
903
312
|
};
|
|
904
|
-
data:
|
|
313
|
+
data: {
|
|
905
314
|
[key: string]: any;
|
|
906
|
-
};
|
|
315
|
+
}[];
|
|
907
316
|
}[];
|
|
908
317
|
}>;
|
|
909
318
|
style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
|
|
@@ -912,788 +321,244 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
912
321
|
myGeoBackgroundImage: import("vue").ComputedRef<string>;
|
|
913
322
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
914
323
|
mapJson: {
|
|
915
|
-
type?:
|
|
916
|
-
default?: undefined;
|
|
917
|
-
} | {
|
|
918
|
-
type: any;
|
|
919
|
-
default: string | number | boolean | import("../../utils/props").Events | {
|
|
920
|
-
[key: string]: any;
|
|
921
|
-
} | import("../../utils/props").RequestParams | {
|
|
922
|
-
[key: string]: any;
|
|
923
|
-
}[] | {
|
|
324
|
+
type?: import("vue").PropType<{
|
|
924
325
|
name: string;
|
|
925
326
|
value: string;
|
|
327
|
+
path: string;
|
|
328
|
+
}>;
|
|
329
|
+
default?: {
|
|
330
|
+
name: string;
|
|
331
|
+
value: string;
|
|
332
|
+
path: string;
|
|
926
333
|
};
|
|
927
334
|
};
|
|
928
335
|
data: {
|
|
929
|
-
type?:
|
|
930
|
-
default?: undefined;
|
|
931
|
-
} | {
|
|
932
|
-
type: any;
|
|
933
|
-
default: string | number | boolean | import("../../utils/props").Events | {
|
|
336
|
+
type?: import("vue").PropType<{
|
|
934
337
|
[key: string]: any;
|
|
935
|
-
}
|
|
338
|
+
}[]>;
|
|
339
|
+
default?: {
|
|
936
340
|
[key: string]: any;
|
|
937
|
-
}[]
|
|
938
|
-
name: string;
|
|
939
|
-
value: string;
|
|
940
|
-
};
|
|
341
|
+
}[];
|
|
941
342
|
};
|
|
942
343
|
backgroundImage: {
|
|
943
|
-
type?:
|
|
944
|
-
default?:
|
|
945
|
-
} | {
|
|
946
|
-
type: any;
|
|
947
|
-
default: string | number | boolean | import("../../utils/props").Events | {
|
|
948
|
-
[key: string]: any;
|
|
949
|
-
} | import("../../utils/props").RequestParams | {
|
|
950
|
-
[key: string]: any;
|
|
951
|
-
}[] | {
|
|
952
|
-
name: string;
|
|
953
|
-
value: string;
|
|
954
|
-
};
|
|
344
|
+
type?: import("vue").PropType<string>;
|
|
345
|
+
default?: string;
|
|
955
346
|
};
|
|
956
347
|
backgroundImageRepeat: {
|
|
957
|
-
type?:
|
|
958
|
-
default?:
|
|
959
|
-
} | {
|
|
960
|
-
type: any;
|
|
961
|
-
default: string | number | boolean | import("../../utils/props").Events | {
|
|
962
|
-
[key: string]: any;
|
|
963
|
-
} | import("../../utils/props").RequestParams | {
|
|
964
|
-
[key: string]: any;
|
|
965
|
-
}[] | {
|
|
966
|
-
name: string;
|
|
967
|
-
value: string;
|
|
968
|
-
};
|
|
348
|
+
type?: import("vue").PropType<"repeat" | "no-repeat" | "repeat-x" | "repeat-y">;
|
|
349
|
+
default?: "repeat" | "no-repeat" | "repeat-x" | "repeat-y";
|
|
969
350
|
};
|
|
970
351
|
symbolImage: {
|
|
971
|
-
type?:
|
|
972
|
-
default?:
|
|
973
|
-
} | {
|
|
974
|
-
type: any;
|
|
975
|
-
default: string | number | boolean | import("../../utils/props").Events | {
|
|
976
|
-
[key: string]: any;
|
|
977
|
-
} | import("../../utils/props").RequestParams | {
|
|
978
|
-
[key: string]: any;
|
|
979
|
-
}[] | {
|
|
980
|
-
name: string;
|
|
981
|
-
value: string;
|
|
982
|
-
};
|
|
352
|
+
type?: import("vue").PropType<string>;
|
|
353
|
+
default?: string;
|
|
983
354
|
};
|
|
984
355
|
symbolWidth: {
|
|
985
|
-
type?:
|
|
986
|
-
default?:
|
|
987
|
-
} | {
|
|
988
|
-
type: any;
|
|
989
|
-
default: string | number | boolean | import("../../utils/props").Events | {
|
|
990
|
-
[key: string]: any;
|
|
991
|
-
} | import("../../utils/props").RequestParams | {
|
|
992
|
-
[key: string]: any;
|
|
993
|
-
}[] | {
|
|
994
|
-
name: string;
|
|
995
|
-
value: string;
|
|
996
|
-
};
|
|
356
|
+
type?: import("vue").PropType<number>;
|
|
357
|
+
default?: number;
|
|
997
358
|
};
|
|
998
359
|
symbolHeight: {
|
|
999
|
-
type?:
|
|
1000
|
-
default?:
|
|
1001
|
-
} | {
|
|
1002
|
-
type: any;
|
|
1003
|
-
default: string | number | boolean | import("../../utils/props").Events | {
|
|
1004
|
-
[key: string]: any;
|
|
1005
|
-
} | import("../../utils/props").RequestParams | {
|
|
1006
|
-
[key: string]: any;
|
|
1007
|
-
}[] | {
|
|
1008
|
-
name: string;
|
|
1009
|
-
value: string;
|
|
1010
|
-
};
|
|
360
|
+
type?: import("vue").PropType<number>;
|
|
361
|
+
default?: number;
|
|
1011
362
|
};
|
|
1012
363
|
geoZoom: {
|
|
1013
|
-
type?:
|
|
1014
|
-
default?:
|
|
1015
|
-
} | {
|
|
1016
|
-
type: any;
|
|
1017
|
-
default: string | number | boolean | import("../../utils/props").Events | {
|
|
1018
|
-
[key: string]: any;
|
|
1019
|
-
} | import("../../utils/props").RequestParams | {
|
|
1020
|
-
[key: string]: any;
|
|
1021
|
-
}[] | {
|
|
1022
|
-
name: string;
|
|
1023
|
-
value: string;
|
|
1024
|
-
};
|
|
364
|
+
type?: import("vue").PropType<number>;
|
|
365
|
+
default?: number;
|
|
1025
366
|
};
|
|
1026
367
|
geoRoam: {
|
|
1027
|
-
type?:
|
|
1028
|
-
default?:
|
|
1029
|
-
} | {
|
|
1030
|
-
type: any;
|
|
1031
|
-
default: string | number | boolean | import("../../utils/props").Events | {
|
|
1032
|
-
[key: string]: any;
|
|
1033
|
-
} | import("../../utils/props").RequestParams | {
|
|
1034
|
-
[key: string]: any;
|
|
1035
|
-
}[] | {
|
|
1036
|
-
name: string;
|
|
1037
|
-
value: string;
|
|
1038
|
-
};
|
|
368
|
+
type?: import("vue").PropType<boolean>;
|
|
369
|
+
default?: boolean;
|
|
1039
370
|
};
|
|
1040
371
|
geoCenter: {
|
|
1041
|
-
type?:
|
|
1042
|
-
default?:
|
|
1043
|
-
} | {
|
|
1044
|
-
type: any;
|
|
1045
|
-
default: string | number | boolean | import("../../utils/props").Events | {
|
|
1046
|
-
[key: string]: any;
|
|
1047
|
-
} | import("../../utils/props").RequestParams | {
|
|
1048
|
-
[key: string]: any;
|
|
1049
|
-
}[] | {
|
|
1050
|
-
name: string;
|
|
1051
|
-
value: string;
|
|
1052
|
-
};
|
|
372
|
+
type?: import("vue").PropType<string>;
|
|
373
|
+
default?: string;
|
|
1053
374
|
};
|
|
1054
375
|
geoBackgroundImage: {
|
|
1055
|
-
type?:
|
|
1056
|
-
default?:
|
|
1057
|
-
} | {
|
|
1058
|
-
type: any;
|
|
1059
|
-
default: string | number | boolean | import("../../utils/props").Events | {
|
|
1060
|
-
[key: string]: any;
|
|
1061
|
-
} | import("../../utils/props").RequestParams | {
|
|
1062
|
-
[key: string]: any;
|
|
1063
|
-
}[] | {
|
|
1064
|
-
name: string;
|
|
1065
|
-
value: string;
|
|
1066
|
-
};
|
|
376
|
+
type?: import("vue").PropType<string>;
|
|
377
|
+
default?: string;
|
|
1067
378
|
};
|
|
1068
379
|
geoBackgroundImageRepeat: {
|
|
1069
|
-
type?:
|
|
1070
|
-
default?:
|
|
1071
|
-
} | {
|
|
1072
|
-
type: any;
|
|
1073
|
-
default: string | number | boolean | import("../../utils/props").Events | {
|
|
1074
|
-
[key: string]: any;
|
|
1075
|
-
} | import("../../utils/props").RequestParams | {
|
|
1076
|
-
[key: string]: any;
|
|
1077
|
-
}[] | {
|
|
1078
|
-
name: string;
|
|
1079
|
-
value: string;
|
|
1080
|
-
};
|
|
380
|
+
type?: import("vue").PropType<"repeat" | "no-repeat" | "repeat-x" | "repeat-y">;
|
|
381
|
+
default?: "repeat" | "no-repeat" | "repeat-x" | "repeat-y";
|
|
1081
382
|
};
|
|
1082
383
|
geoLabelShow: {
|
|
1083
|
-
type?:
|
|
1084
|
-
default?:
|
|
1085
|
-
} | {
|
|
1086
|
-
type: any;
|
|
1087
|
-
default: string | number | boolean | import("../../utils/props").Events | {
|
|
1088
|
-
[key: string]: any;
|
|
1089
|
-
} | import("../../utils/props").RequestParams | {
|
|
1090
|
-
[key: string]: any;
|
|
1091
|
-
}[] | {
|
|
1092
|
-
name: string;
|
|
1093
|
-
value: string;
|
|
1094
|
-
};
|
|
384
|
+
type?: import("vue").PropType<boolean>;
|
|
385
|
+
default?: boolean;
|
|
1095
386
|
};
|
|
1096
387
|
geoLabelColor: {
|
|
1097
|
-
type?:
|
|
1098
|
-
default?:
|
|
1099
|
-
} | {
|
|
1100
|
-
type: any;
|
|
1101
|
-
default: string | number | boolean | import("../../utils/props").Events | {
|
|
1102
|
-
[key: string]: any;
|
|
1103
|
-
} | import("../../utils/props").RequestParams | {
|
|
1104
|
-
[key: string]: any;
|
|
1105
|
-
}[] | {
|
|
1106
|
-
name: string;
|
|
1107
|
-
value: string;
|
|
1108
|
-
};
|
|
388
|
+
type?: import("vue").PropType<string>;
|
|
389
|
+
default?: string;
|
|
1109
390
|
};
|
|
1110
391
|
geoLabelFontSize: {
|
|
1111
|
-
type?:
|
|
1112
|
-
default?:
|
|
1113
|
-
} | {
|
|
1114
|
-
type: any;
|
|
1115
|
-
default: string | number | boolean | import("../../utils/props").Events | {
|
|
1116
|
-
[key: string]: any;
|
|
1117
|
-
} | import("../../utils/props").RequestParams | {
|
|
1118
|
-
[key: string]: any;
|
|
1119
|
-
}[] | {
|
|
1120
|
-
name: string;
|
|
1121
|
-
value: string;
|
|
1122
|
-
};
|
|
392
|
+
type?: import("vue").PropType<number>;
|
|
393
|
+
default?: number;
|
|
1123
394
|
};
|
|
1124
395
|
geoItemStyleAreaColor: {
|
|
1125
|
-
type?:
|
|
1126
|
-
default?:
|
|
1127
|
-
} | {
|
|
1128
|
-
type: any;
|
|
1129
|
-
default: string | number | boolean | import("../../utils/props").Events | {
|
|
1130
|
-
[key: string]: any;
|
|
1131
|
-
} | import("../../utils/props").RequestParams | {
|
|
1132
|
-
[key: string]: any;
|
|
1133
|
-
}[] | {
|
|
1134
|
-
name: string;
|
|
1135
|
-
value: string;
|
|
1136
|
-
};
|
|
396
|
+
type?: import("vue").PropType<string>;
|
|
397
|
+
default?: string;
|
|
1137
398
|
};
|
|
1138
399
|
geoItemStyleBorderColor: {
|
|
1139
|
-
type?:
|
|
1140
|
-
default?:
|
|
1141
|
-
} | {
|
|
1142
|
-
type: any;
|
|
1143
|
-
default: string | number | boolean | import("../../utils/props").Events | {
|
|
1144
|
-
[key: string]: any;
|
|
1145
|
-
} | import("../../utils/props").RequestParams | {
|
|
1146
|
-
[key: string]: any;
|
|
1147
|
-
}[] | {
|
|
1148
|
-
name: string;
|
|
1149
|
-
value: string;
|
|
1150
|
-
};
|
|
400
|
+
type?: import("vue").PropType<string>;
|
|
401
|
+
default?: string;
|
|
1151
402
|
};
|
|
1152
403
|
geoItemStyleBorderWidth: {
|
|
1153
|
-
type?:
|
|
1154
|
-
default?:
|
|
1155
|
-
} | {
|
|
1156
|
-
type: any;
|
|
1157
|
-
default: string | number | boolean | import("../../utils/props").Events | {
|
|
1158
|
-
[key: string]: any;
|
|
1159
|
-
} | import("../../utils/props").RequestParams | {
|
|
1160
|
-
[key: string]: any;
|
|
1161
|
-
}[] | {
|
|
1162
|
-
name: string;
|
|
1163
|
-
value: string;
|
|
1164
|
-
};
|
|
404
|
+
type?: import("vue").PropType<number>;
|
|
405
|
+
default?: number;
|
|
1165
406
|
};
|
|
1166
407
|
geoItemStyleShadowColor: {
|
|
1167
|
-
type?:
|
|
1168
|
-
default?:
|
|
1169
|
-
} | {
|
|
1170
|
-
type: any;
|
|
1171
|
-
default: string | number | boolean | import("../../utils/props").Events | {
|
|
1172
|
-
[key: string]: any;
|
|
1173
|
-
} | import("../../utils/props").RequestParams | {
|
|
1174
|
-
[key: string]: any;
|
|
1175
|
-
}[] | {
|
|
1176
|
-
name: string;
|
|
1177
|
-
value: string;
|
|
1178
|
-
};
|
|
408
|
+
type?: import("vue").PropType<string>;
|
|
409
|
+
default?: string;
|
|
1179
410
|
};
|
|
1180
411
|
geoItemStyleShadowOffsetX: {
|
|
1181
|
-
type?:
|
|
1182
|
-
default?:
|
|
1183
|
-
} | {
|
|
1184
|
-
type: any;
|
|
1185
|
-
default: string | number | boolean | import("../../utils/props").Events | {
|
|
1186
|
-
[key: string]: any;
|
|
1187
|
-
} | import("../../utils/props").RequestParams | {
|
|
1188
|
-
[key: string]: any;
|
|
1189
|
-
}[] | {
|
|
1190
|
-
name: string;
|
|
1191
|
-
value: string;
|
|
1192
|
-
};
|
|
412
|
+
type?: import("vue").PropType<number>;
|
|
413
|
+
default?: number;
|
|
1193
414
|
};
|
|
1194
415
|
geoItemStyleShadowOffsetY: {
|
|
1195
|
-
type?:
|
|
1196
|
-
default?:
|
|
1197
|
-
} | {
|
|
1198
|
-
type: any;
|
|
1199
|
-
default: string | number | boolean | import("../../utils/props").Events | {
|
|
1200
|
-
[key: string]: any;
|
|
1201
|
-
} | import("../../utils/props").RequestParams | {
|
|
1202
|
-
[key: string]: any;
|
|
1203
|
-
}[] | {
|
|
1204
|
-
name: string;
|
|
1205
|
-
value: string;
|
|
1206
|
-
};
|
|
416
|
+
type?: import("vue").PropType<number>;
|
|
417
|
+
default?: number;
|
|
1207
418
|
};
|
|
1208
419
|
geoItemStyleShadowBlur: {
|
|
1209
|
-
type?:
|
|
1210
|
-
default?:
|
|
1211
|
-
} | {
|
|
1212
|
-
type: any;
|
|
1213
|
-
default: string | number | boolean | import("../../utils/props").Events | {
|
|
1214
|
-
[key: string]: any;
|
|
1215
|
-
} | import("../../utils/props").RequestParams | {
|
|
1216
|
-
[key: string]: any;
|
|
1217
|
-
}[] | {
|
|
1218
|
-
name: string;
|
|
1219
|
-
value: string;
|
|
1220
|
-
};
|
|
420
|
+
type?: import("vue").PropType<number>;
|
|
421
|
+
default?: number;
|
|
1221
422
|
};
|
|
1222
423
|
geoEmphasisDisabled: {
|
|
1223
|
-
type?:
|
|
1224
|
-
default?:
|
|
1225
|
-
} | {
|
|
1226
|
-
type: any;
|
|
1227
|
-
default: string | number | boolean | import("../../utils/props").Events | {
|
|
1228
|
-
[key: string]: any;
|
|
1229
|
-
} | import("../../utils/props").RequestParams | {
|
|
1230
|
-
[key: string]: any;
|
|
1231
|
-
}[] | {
|
|
1232
|
-
name: string;
|
|
1233
|
-
value: string;
|
|
1234
|
-
};
|
|
424
|
+
type?: import("vue").PropType<boolean>;
|
|
425
|
+
default?: boolean;
|
|
1235
426
|
};
|
|
1236
427
|
geoEmphasisLabelColor: {
|
|
1237
|
-
type?:
|
|
1238
|
-
default?:
|
|
1239
|
-
} | {
|
|
1240
|
-
type: any;
|
|
1241
|
-
default: string | number | boolean | import("../../utils/props").Events | {
|
|
1242
|
-
[key: string]: any;
|
|
1243
|
-
} | import("../../utils/props").RequestParams | {
|
|
1244
|
-
[key: string]: any;
|
|
1245
|
-
}[] | {
|
|
1246
|
-
name: string;
|
|
1247
|
-
value: string;
|
|
1248
|
-
};
|
|
428
|
+
type?: import("vue").PropType<string>;
|
|
429
|
+
default?: string;
|
|
1249
430
|
};
|
|
1250
431
|
geoEmphasisItemStyleAreaColor: {
|
|
1251
|
-
type?:
|
|
1252
|
-
default?:
|
|
1253
|
-
} | {
|
|
1254
|
-
type: any;
|
|
1255
|
-
default: string | number | boolean | import("../../utils/props").Events | {
|
|
1256
|
-
[key: string]: any;
|
|
1257
|
-
} | import("../../utils/props").RequestParams | {
|
|
1258
|
-
[key: string]: any;
|
|
1259
|
-
}[] | {
|
|
1260
|
-
name: string;
|
|
1261
|
-
value: string;
|
|
1262
|
-
};
|
|
432
|
+
type?: import("vue").PropType<string>;
|
|
433
|
+
default?: string;
|
|
1263
434
|
};
|
|
1264
435
|
geoEmphasisItemStyleBorderColor: {
|
|
1265
|
-
type?:
|
|
1266
|
-
default?:
|
|
1267
|
-
} | {
|
|
1268
|
-
type: any;
|
|
1269
|
-
default: string | number | boolean | import("../../utils/props").Events | {
|
|
1270
|
-
[key: string]: any;
|
|
1271
|
-
} | import("../../utils/props").RequestParams | {
|
|
1272
|
-
[key: string]: any;
|
|
1273
|
-
}[] | {
|
|
1274
|
-
name: string;
|
|
1275
|
-
value: string;
|
|
1276
|
-
};
|
|
436
|
+
type?: import("vue").PropType<string>;
|
|
437
|
+
default?: string;
|
|
1277
438
|
};
|
|
1278
439
|
itemStyleColor: {
|
|
1279
|
-
type?:
|
|
1280
|
-
default?:
|
|
1281
|
-
} | {
|
|
1282
|
-
type: any;
|
|
1283
|
-
default: string | number | boolean | import("../../utils/props").Events | {
|
|
1284
|
-
[key: string]: any;
|
|
1285
|
-
} | import("../../utils/props").RequestParams | {
|
|
1286
|
-
[key: string]: any;
|
|
1287
|
-
}[] | {
|
|
1288
|
-
name: string;
|
|
1289
|
-
value: string;
|
|
1290
|
-
};
|
|
440
|
+
type?: import("vue").PropType<string>;
|
|
441
|
+
default?: string;
|
|
1291
442
|
};
|
|
1292
443
|
labelFontSize: {
|
|
1293
|
-
type?:
|
|
1294
|
-
default?:
|
|
1295
|
-
} | {
|
|
1296
|
-
type: any;
|
|
1297
|
-
default: string | number | boolean | import("../../utils/props").Events | {
|
|
1298
|
-
[key: string]: any;
|
|
1299
|
-
} | import("../../utils/props").RequestParams | {
|
|
1300
|
-
[key: string]: any;
|
|
1301
|
-
}[] | {
|
|
1302
|
-
name: string;
|
|
1303
|
-
value: string;
|
|
1304
|
-
};
|
|
444
|
+
type?: import("vue").PropType<number>;
|
|
445
|
+
default?: number;
|
|
1305
446
|
};
|
|
1306
447
|
labelFormatter: {
|
|
1307
|
-
type?:
|
|
1308
|
-
default?:
|
|
1309
|
-
} | {
|
|
1310
|
-
type: any;
|
|
1311
|
-
default: string | number | boolean | import("../../utils/props").Events | {
|
|
1312
|
-
[key: string]: any;
|
|
1313
|
-
} | import("../../utils/props").RequestParams | {
|
|
1314
|
-
[key: string]: any;
|
|
1315
|
-
}[] | {
|
|
1316
|
-
name: string;
|
|
1317
|
-
value: string;
|
|
1318
|
-
};
|
|
448
|
+
type?: import("vue").PropType<string>;
|
|
449
|
+
default?: string;
|
|
1319
450
|
};
|
|
1320
451
|
labelShow: {
|
|
1321
|
-
type?:
|
|
1322
|
-
default?:
|
|
1323
|
-
} | {
|
|
1324
|
-
type: any;
|
|
1325
|
-
default: string | number | boolean | import("../../utils/props").Events | {
|
|
1326
|
-
[key: string]: any;
|
|
1327
|
-
} | import("../../utils/props").RequestParams | {
|
|
1328
|
-
[key: string]: any;
|
|
1329
|
-
}[] | {
|
|
1330
|
-
name: string;
|
|
1331
|
-
value: string;
|
|
1332
|
-
};
|
|
452
|
+
type?: import("vue").PropType<boolean>;
|
|
453
|
+
default?: boolean;
|
|
1333
454
|
};
|
|
1334
455
|
labelColor: {
|
|
1335
|
-
type?:
|
|
1336
|
-
default?:
|
|
1337
|
-
} | {
|
|
1338
|
-
type: any;
|
|
1339
|
-
default: string | number | boolean | import("../../utils/props").Events | {
|
|
1340
|
-
[key: string]: any;
|
|
1341
|
-
} | import("../../utils/props").RequestParams | {
|
|
1342
|
-
[key: string]: any;
|
|
1343
|
-
}[] | {
|
|
1344
|
-
name: string;
|
|
1345
|
-
value: string;
|
|
1346
|
-
};
|
|
456
|
+
type?: import("vue").PropType<string>;
|
|
457
|
+
default?: string;
|
|
1347
458
|
};
|
|
1348
459
|
tooltipShow: {
|
|
1349
|
-
type?:
|
|
1350
|
-
default?:
|
|
1351
|
-
} | {
|
|
1352
|
-
type: any;
|
|
1353
|
-
default: string | number | boolean | import("../../utils/props").Events | {
|
|
1354
|
-
[key: string]: any;
|
|
1355
|
-
} | import("../../utils/props").RequestParams | {
|
|
1356
|
-
[key: string]: any;
|
|
1357
|
-
}[] | {
|
|
1358
|
-
name: string;
|
|
1359
|
-
value: string;
|
|
1360
|
-
};
|
|
460
|
+
type?: import("vue").PropType<boolean>;
|
|
461
|
+
default?: boolean;
|
|
1361
462
|
};
|
|
1362
463
|
tooltipTextStyleColor: {
|
|
1363
|
-
type?:
|
|
1364
|
-
default?:
|
|
1365
|
-
} | {
|
|
1366
|
-
type: any;
|
|
1367
|
-
default: string | number | boolean | import("../../utils/props").Events | {
|
|
1368
|
-
[key: string]: any;
|
|
1369
|
-
} | import("../../utils/props").RequestParams | {
|
|
1370
|
-
[key: string]: any;
|
|
1371
|
-
}[] | {
|
|
1372
|
-
name: string;
|
|
1373
|
-
value: string;
|
|
1374
|
-
};
|
|
464
|
+
type?: import("vue").PropType<string>;
|
|
465
|
+
default?: string;
|
|
1375
466
|
};
|
|
1376
467
|
tooltipFormatter: {
|
|
1377
|
-
type?:
|
|
1378
|
-
default?:
|
|
1379
|
-
} | {
|
|
1380
|
-
type: any;
|
|
1381
|
-
default: string | number | boolean | import("../../utils/props").Events | {
|
|
1382
|
-
[key: string]: any;
|
|
1383
|
-
} | import("../../utils/props").RequestParams | {
|
|
1384
|
-
[key: string]: any;
|
|
1385
|
-
}[] | {
|
|
1386
|
-
name: string;
|
|
1387
|
-
value: string;
|
|
1388
|
-
};
|
|
468
|
+
type?: import("vue").PropType<string>;
|
|
469
|
+
default?: string;
|
|
1389
470
|
};
|
|
1390
471
|
id: {
|
|
1391
|
-
type?:
|
|
1392
|
-
default?:
|
|
1393
|
-
} | {
|
|
1394
|
-
type: any;
|
|
1395
|
-
default: string | number | boolean | import("../../utils/props").Events | {
|
|
1396
|
-
[key: string]: any;
|
|
1397
|
-
} | import("../../utils/props").RequestParams | {
|
|
1398
|
-
[key: string]: any;
|
|
1399
|
-
}[] | {
|
|
1400
|
-
name: string;
|
|
1401
|
-
value: string;
|
|
1402
|
-
};
|
|
472
|
+
type?: import("vue").PropType<string>;
|
|
473
|
+
default?: string;
|
|
1403
474
|
};
|
|
1404
475
|
name: {
|
|
1405
|
-
type?:
|
|
1406
|
-
default?:
|
|
1407
|
-
} | {
|
|
1408
|
-
type: any;
|
|
1409
|
-
default: string | number | boolean | import("../../utils/props").Events | {
|
|
1410
|
-
[key: string]: any;
|
|
1411
|
-
} | import("../../utils/props").RequestParams | {
|
|
1412
|
-
[key: string]: any;
|
|
1413
|
-
}[] | {
|
|
1414
|
-
name: string;
|
|
1415
|
-
value: string;
|
|
1416
|
-
};
|
|
476
|
+
type?: import("vue").PropType<string>;
|
|
477
|
+
default?: string;
|
|
1417
478
|
};
|
|
1418
479
|
keyName: {
|
|
1419
|
-
type?:
|
|
1420
|
-
default?:
|
|
1421
|
-
} | {
|
|
1422
|
-
type: any;
|
|
1423
|
-
default: string | number | boolean | import("../../utils/props").Events | {
|
|
1424
|
-
[key: string]: any;
|
|
1425
|
-
} | import("../../utils/props").RequestParams | {
|
|
1426
|
-
[key: string]: any;
|
|
1427
|
-
}[] | {
|
|
1428
|
-
name: string;
|
|
1429
|
-
value: string;
|
|
1430
|
-
};
|
|
480
|
+
type?: import("vue").PropType<string>;
|
|
481
|
+
default?: string;
|
|
1431
482
|
};
|
|
1432
483
|
type: {
|
|
1433
|
-
type?:
|
|
1434
|
-
default?:
|
|
1435
|
-
} | {
|
|
1436
|
-
type: any;
|
|
1437
|
-
default: string | number | boolean | import("../../utils/props").Events | {
|
|
1438
|
-
[key: string]: any;
|
|
1439
|
-
} | import("../../utils/props").RequestParams | {
|
|
1440
|
-
[key: string]: any;
|
|
1441
|
-
}[] | {
|
|
1442
|
-
name: string;
|
|
1443
|
-
value: string;
|
|
1444
|
-
};
|
|
484
|
+
type?: import("vue").PropType<string>;
|
|
485
|
+
default?: string;
|
|
1445
486
|
};
|
|
1446
487
|
width: {
|
|
1447
|
-
type?:
|
|
1448
|
-
default?:
|
|
1449
|
-
} | {
|
|
1450
|
-
type: any;
|
|
1451
|
-
default: string | number | boolean | import("../../utils/props").Events | {
|
|
1452
|
-
[key: string]: any;
|
|
1453
|
-
} | import("../../utils/props").RequestParams | {
|
|
1454
|
-
[key: string]: any;
|
|
1455
|
-
}[] | {
|
|
1456
|
-
name: string;
|
|
1457
|
-
value: string;
|
|
1458
|
-
};
|
|
488
|
+
type?: import("vue").PropType<string>;
|
|
489
|
+
default?: string;
|
|
1459
490
|
};
|
|
1460
491
|
height: {
|
|
1461
|
-
type?:
|
|
1462
|
-
default?:
|
|
1463
|
-
} | {
|
|
1464
|
-
type: any;
|
|
1465
|
-
default: string | number | boolean | import("../../utils/props").Events | {
|
|
1466
|
-
[key: string]: any;
|
|
1467
|
-
} | import("../../utils/props").RequestParams | {
|
|
1468
|
-
[key: string]: any;
|
|
1469
|
-
}[] | {
|
|
1470
|
-
name: string;
|
|
1471
|
-
value: string;
|
|
1472
|
-
};
|
|
492
|
+
type?: import("vue").PropType<string>;
|
|
493
|
+
default?: string;
|
|
1473
494
|
};
|
|
1474
495
|
position: {
|
|
1475
|
-
type?:
|
|
1476
|
-
default?:
|
|
1477
|
-
} | {
|
|
1478
|
-
type: any;
|
|
1479
|
-
default: string | number | boolean | import("../../utils/props").Events | {
|
|
1480
|
-
[key: string]: any;
|
|
1481
|
-
} | import("../../utils/props").RequestParams | {
|
|
1482
|
-
[key: string]: any;
|
|
1483
|
-
}[] | {
|
|
1484
|
-
name: string;
|
|
1485
|
-
value: string;
|
|
1486
|
-
};
|
|
496
|
+
type?: import("vue").PropType<string>;
|
|
497
|
+
default?: string;
|
|
1487
498
|
};
|
|
1488
499
|
top: {
|
|
1489
|
-
type?:
|
|
1490
|
-
default?:
|
|
1491
|
-
} | {
|
|
1492
|
-
type: any;
|
|
1493
|
-
default: string | number | boolean | import("../../utils/props").Events | {
|
|
1494
|
-
[key: string]: any;
|
|
1495
|
-
} | import("../../utils/props").RequestParams | {
|
|
1496
|
-
[key: string]: any;
|
|
1497
|
-
}[] | {
|
|
1498
|
-
name: string;
|
|
1499
|
-
value: string;
|
|
1500
|
-
};
|
|
500
|
+
type?: import("vue").PropType<string>;
|
|
501
|
+
default?: string;
|
|
1501
502
|
};
|
|
1502
503
|
left: {
|
|
1503
|
-
type?:
|
|
1504
|
-
default?:
|
|
1505
|
-
} | {
|
|
1506
|
-
type: any;
|
|
1507
|
-
default: string | number | boolean | import("../../utils/props").Events | {
|
|
1508
|
-
[key: string]: any;
|
|
1509
|
-
} | import("../../utils/props").RequestParams | {
|
|
1510
|
-
[key: string]: any;
|
|
1511
|
-
}[] | {
|
|
1512
|
-
name: string;
|
|
1513
|
-
value: string;
|
|
1514
|
-
};
|
|
504
|
+
type?: import("vue").PropType<string>;
|
|
505
|
+
default?: string;
|
|
1515
506
|
};
|
|
1516
507
|
zIndex: {
|
|
1517
|
-
type?:
|
|
1518
|
-
default?:
|
|
1519
|
-
} | {
|
|
1520
|
-
type: any;
|
|
1521
|
-
default: string | number | boolean | import("../../utils/props").Events | {
|
|
1522
|
-
[key: string]: any;
|
|
1523
|
-
} | import("../../utils/props").RequestParams | {
|
|
1524
|
-
[key: string]: any;
|
|
1525
|
-
}[] | {
|
|
1526
|
-
name: string;
|
|
1527
|
-
value: string;
|
|
1528
|
-
};
|
|
508
|
+
type?: import("vue").PropType<number>;
|
|
509
|
+
default?: number;
|
|
1529
510
|
};
|
|
1530
511
|
rotate: {
|
|
1531
|
-
type?:
|
|
1532
|
-
default?:
|
|
1533
|
-
} | {
|
|
1534
|
-
type: any;
|
|
1535
|
-
default: string | number | boolean | import("../../utils/props").Events | {
|
|
1536
|
-
[key: string]: any;
|
|
1537
|
-
} | import("../../utils/props").RequestParams | {
|
|
1538
|
-
[key: string]: any;
|
|
1539
|
-
}[] | {
|
|
1540
|
-
name: string;
|
|
1541
|
-
value: string;
|
|
1542
|
-
};
|
|
512
|
+
type?: import("vue").PropType<string>;
|
|
513
|
+
default?: string;
|
|
1543
514
|
};
|
|
1544
515
|
isShow: {
|
|
1545
|
-
type?:
|
|
1546
|
-
default?:
|
|
1547
|
-
} | {
|
|
1548
|
-
type: any;
|
|
1549
|
-
default: string | number | boolean | import("../../utils/props").Events | {
|
|
1550
|
-
[key: string]: any;
|
|
1551
|
-
} | import("../../utils/props").RequestParams | {
|
|
1552
|
-
[key: string]: any;
|
|
1553
|
-
}[] | {
|
|
1554
|
-
name: string;
|
|
1555
|
-
value: string;
|
|
1556
|
-
};
|
|
516
|
+
type?: import("vue").PropType<boolean>;
|
|
517
|
+
default?: boolean;
|
|
1557
518
|
};
|
|
1558
519
|
isRender: {
|
|
1559
|
-
type?:
|
|
1560
|
-
default?:
|
|
1561
|
-
} | {
|
|
1562
|
-
type: any;
|
|
1563
|
-
default: string | number | boolean | import("../../utils/props").Events | {
|
|
1564
|
-
[key: string]: any;
|
|
1565
|
-
} | import("../../utils/props").RequestParams | {
|
|
1566
|
-
[key: string]: any;
|
|
1567
|
-
}[] | {
|
|
1568
|
-
name: string;
|
|
1569
|
-
value: string;
|
|
1570
|
-
};
|
|
520
|
+
type?: import("vue").PropType<boolean>;
|
|
521
|
+
default?: boolean;
|
|
1571
522
|
};
|
|
1572
523
|
events: {
|
|
1573
|
-
type?:
|
|
1574
|
-
default?:
|
|
1575
|
-
} | {
|
|
1576
|
-
type: any;
|
|
1577
|
-
default: string | number | boolean | import("../../utils/props").Events | {
|
|
1578
|
-
[key: string]: any;
|
|
1579
|
-
} | import("../../utils/props").RequestParams | {
|
|
1580
|
-
[key: string]: any;
|
|
1581
|
-
}[] | {
|
|
1582
|
-
name: string;
|
|
1583
|
-
value: string;
|
|
1584
|
-
};
|
|
524
|
+
type?: import("vue").PropType<import("../../utils/props").Events>;
|
|
525
|
+
default?: import("../../utils/props").Events;
|
|
1585
526
|
};
|
|
1586
527
|
requestUrl: {
|
|
1587
|
-
type?:
|
|
1588
|
-
default?:
|
|
1589
|
-
} | {
|
|
1590
|
-
type: any;
|
|
1591
|
-
default: string | number | boolean | import("../../utils/props").Events | {
|
|
1592
|
-
[key: string]: any;
|
|
1593
|
-
} | import("../../utils/props").RequestParams | {
|
|
1594
|
-
[key: string]: any;
|
|
1595
|
-
}[] | {
|
|
1596
|
-
name: string;
|
|
1597
|
-
value: string;
|
|
1598
|
-
};
|
|
528
|
+
type?: import("vue").PropType<string>;
|
|
529
|
+
default?: string;
|
|
1599
530
|
};
|
|
1600
531
|
requestMethod: {
|
|
1601
|
-
type?:
|
|
1602
|
-
default?:
|
|
1603
|
-
} | {
|
|
1604
|
-
type: any;
|
|
1605
|
-
default: string | number | boolean | import("../../utils/props").Events | {
|
|
1606
|
-
[key: string]: any;
|
|
1607
|
-
} | import("../../utils/props").RequestParams | {
|
|
1608
|
-
[key: string]: any;
|
|
1609
|
-
}[] | {
|
|
1610
|
-
name: string;
|
|
1611
|
-
value: string;
|
|
1612
|
-
};
|
|
532
|
+
type?: import("vue").PropType<import("../../utils/props").RequestMethod>;
|
|
533
|
+
default?: import("../../utils/props").RequestMethod;
|
|
1613
534
|
};
|
|
1614
535
|
requestHeaders: {
|
|
1615
|
-
type?:
|
|
1616
|
-
default?: undefined;
|
|
1617
|
-
} | {
|
|
1618
|
-
type: any;
|
|
1619
|
-
default: string | number | boolean | import("../../utils/props").Events | {
|
|
536
|
+
type?: import("vue").PropType<{
|
|
1620
537
|
[key: string]: any;
|
|
1621
|
-
}
|
|
538
|
+
}>;
|
|
539
|
+
default?: {
|
|
1622
540
|
[key: string]: any;
|
|
1623
|
-
}[] | {
|
|
1624
|
-
name: string;
|
|
1625
|
-
value: string;
|
|
1626
541
|
};
|
|
1627
542
|
};
|
|
1628
543
|
isOpenRequestTimer: {
|
|
1629
|
-
type?:
|
|
1630
|
-
default?:
|
|
1631
|
-
} | {
|
|
1632
|
-
type: any;
|
|
1633
|
-
default: string | number | boolean | import("../../utils/props").Events | {
|
|
1634
|
-
[key: string]: any;
|
|
1635
|
-
} | import("../../utils/props").RequestParams | {
|
|
1636
|
-
[key: string]: any;
|
|
1637
|
-
}[] | {
|
|
1638
|
-
name: string;
|
|
1639
|
-
value: string;
|
|
1640
|
-
};
|
|
544
|
+
type?: import("vue").PropType<boolean>;
|
|
545
|
+
default?: boolean;
|
|
1641
546
|
};
|
|
1642
547
|
requestInterval: {
|
|
1643
|
-
type?:
|
|
1644
|
-
default?:
|
|
1645
|
-
} | {
|
|
1646
|
-
type: any;
|
|
1647
|
-
default: string | number | boolean | import("../../utils/props").Events | {
|
|
1648
|
-
[key: string]: any;
|
|
1649
|
-
} | import("../../utils/props").RequestParams | {
|
|
1650
|
-
[key: string]: any;
|
|
1651
|
-
}[] | {
|
|
1652
|
-
name: string;
|
|
1653
|
-
value: string;
|
|
1654
|
-
};
|
|
548
|
+
type?: import("vue").PropType<number>;
|
|
549
|
+
default?: number;
|
|
1655
550
|
};
|
|
1656
551
|
requestParams: {
|
|
1657
|
-
type?:
|
|
1658
|
-
default?:
|
|
1659
|
-
} | {
|
|
1660
|
-
type: any;
|
|
1661
|
-
default: string | number | boolean | import("../../utils/props").Events | {
|
|
1662
|
-
[key: string]: any;
|
|
1663
|
-
} | import("../../utils/props").RequestParams | {
|
|
1664
|
-
[key: string]: any;
|
|
1665
|
-
}[] | {
|
|
1666
|
-
name: string;
|
|
1667
|
-
value: string;
|
|
1668
|
-
};
|
|
552
|
+
type?: import("vue").PropType<import("../../utils/props").RequestParams>;
|
|
553
|
+
default?: import("../../utils/props").RequestParams;
|
|
1669
554
|
};
|
|
1670
555
|
requestSort: {
|
|
1671
|
-
type?:
|
|
1672
|
-
default?:
|
|
1673
|
-
} | {
|
|
1674
|
-
type: any;
|
|
1675
|
-
default: string | number | boolean | import("../../utils/props").Events | {
|
|
1676
|
-
[key: string]: any;
|
|
1677
|
-
} | import("../../utils/props").RequestParams | {
|
|
1678
|
-
[key: string]: any;
|
|
1679
|
-
}[] | {
|
|
1680
|
-
name: string;
|
|
1681
|
-
value: string;
|
|
1682
|
-
};
|
|
556
|
+
type?: import("vue").PropType<number>;
|
|
557
|
+
default?: number;
|
|
1683
558
|
};
|
|
1684
559
|
dataType: {
|
|
1685
|
-
type?:
|
|
1686
|
-
default?:
|
|
1687
|
-
} | {
|
|
1688
|
-
type: any;
|
|
1689
|
-
default: string | number | boolean | import("../../utils/props").Events | {
|
|
1690
|
-
[key: string]: any;
|
|
1691
|
-
} | import("../../utils/props").RequestParams | {
|
|
1692
|
-
[key: string]: any;
|
|
1693
|
-
}[] | {
|
|
1694
|
-
name: string;
|
|
1695
|
-
value: string;
|
|
1696
|
-
};
|
|
560
|
+
type?: import("vue").PropType<"indicator" | "static" | "request">;
|
|
561
|
+
default?: "indicator" | "static" | "request";
|
|
1697
562
|
};
|
|
1698
563
|
}>>, {}>;
|
|
1699
564
|
export default _sfc_main;
|