@ecan-bi/datav 1.0.67 → 1.0.69
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 +12 -4
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +12 -4
- package/dist/index.umd.js.map +1 -1
- package/package.json +1 -1
- package/types/_utils/hooks/useEmitEvent.d.ts +4 -3
- package/types/container/border/Border.vue.d.ts +294 -137
- package/types/container/border/index.d.ts +226 -68
- package/types/container/border/props.d.ts +116 -34
- package/types/container/tabs/Tabs.vue.d.ts +14 -0
- package/types/container/tabs/index.d.ts +14 -0
- package/types/container/tabs/props.d.ts +8 -0
- package/types/control/button/Button.vue.d.ts +120 -121
- package/types/control/date-picker/DatePicker.vue.d.ts +104 -105
- package/types/control/range-picker/RangePicker.vue.d.ts +104 -105
- package/types/control/select/Select.vue.d.ts +100 -101
- package/types/graph/bar/Bar.vue.d.ts +227 -133
- package/types/graph/bar/index.d.ts +94 -0
- package/types/graph/bar/props.d.ts +45 -0
- package/types/table/table/Table.vue.d.ts +168 -169
- package/types/text/list/List.vue.d.ts +128 -129
- package/types/text/proportion/Proportion.vue.d.ts +146 -147
- package/types/text/proportion/index.d.ts +2 -2
- package/types/text/text/Text.vue.d.ts +140 -141
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { ValueTypeDataFieldNames, KeyTypeDataFieldNames,
|
|
1
|
+
import { ValueTypeDataFieldNames, KeyTypeDataFieldNames, Data } from '../../_utils/props';
|
|
2
2
|
declare const _sfc_main: import("vue").DefineComponent<{
|
|
3
3
|
data: {
|
|
4
4
|
type?: undefined;
|
|
5
5
|
default?: undefined;
|
|
6
6
|
} | {
|
|
7
7
|
type: any;
|
|
8
|
-
default: string | number | boolean | string[] | Events | {
|
|
8
|
+
default: string | number | boolean | string[] | import('../../_utils/props').Events | {
|
|
9
9
|
[key: string]: any;
|
|
10
10
|
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
11
11
|
[key: string]: any;
|
|
@@ -19,7 +19,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
19
19
|
default?: undefined;
|
|
20
20
|
} | {
|
|
21
21
|
type: any;
|
|
22
|
-
default: string | number | boolean | string[] | Events | {
|
|
22
|
+
default: string | number | boolean | string[] | import('../../_utils/props').Events | {
|
|
23
23
|
[key: string]: any;
|
|
24
24
|
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
25
25
|
[key: string]: any;
|
|
@@ -33,7 +33,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
33
33
|
default?: undefined;
|
|
34
34
|
} | {
|
|
35
35
|
type: any;
|
|
36
|
-
default: string | number | boolean | string[] | Events | {
|
|
36
|
+
default: string | number | boolean | string[] | import('../../_utils/props').Events | {
|
|
37
37
|
[key: string]: any;
|
|
38
38
|
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
39
39
|
[key: string]: any;
|
|
@@ -47,7 +47,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
47
47
|
default?: undefined;
|
|
48
48
|
} | {
|
|
49
49
|
type: any;
|
|
50
|
-
default: string | number | boolean | string[] | Events | {
|
|
50
|
+
default: string | number | boolean | string[] | import('../../_utils/props').Events | {
|
|
51
51
|
[key: string]: any;
|
|
52
52
|
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
53
53
|
[key: string]: any;
|
|
@@ -61,7 +61,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
61
61
|
default?: undefined;
|
|
62
62
|
} | {
|
|
63
63
|
type: any;
|
|
64
|
-
default: string | number | boolean | string[] | Events | {
|
|
64
|
+
default: string | number | boolean | string[] | import('../../_utils/props').Events | {
|
|
65
65
|
[key: string]: any;
|
|
66
66
|
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
67
67
|
[key: string]: any;
|
|
@@ -75,7 +75,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
75
75
|
default?: undefined;
|
|
76
76
|
} | {
|
|
77
77
|
type: any;
|
|
78
|
-
default: string | number | boolean | string[] | Events | {
|
|
78
|
+
default: string | number | boolean | string[] | import('../../_utils/props').Events | {
|
|
79
79
|
[key: string]: any;
|
|
80
80
|
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
81
81
|
[key: string]: any;
|
|
@@ -89,7 +89,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
89
89
|
default?: undefined;
|
|
90
90
|
} | {
|
|
91
91
|
type: any;
|
|
92
|
-
default: string | number | boolean | string[] | Events | {
|
|
92
|
+
default: string | number | boolean | string[] | import('../../_utils/props').Events | {
|
|
93
93
|
[key: string]: any;
|
|
94
94
|
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
95
95
|
[key: string]: any;
|
|
@@ -103,7 +103,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
103
103
|
default?: undefined;
|
|
104
104
|
} | {
|
|
105
105
|
type: any;
|
|
106
|
-
default: string | number | boolean | string[] | Events | {
|
|
106
|
+
default: string | number | boolean | string[] | import('../../_utils/props').Events | {
|
|
107
107
|
[key: string]: any;
|
|
108
108
|
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
109
109
|
[key: string]: any;
|
|
@@ -117,7 +117,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
117
117
|
default?: undefined;
|
|
118
118
|
} | {
|
|
119
119
|
type: any;
|
|
120
|
-
default: string | number | boolean | string[] | Events | {
|
|
120
|
+
default: string | number | boolean | string[] | import('../../_utils/props').Events | {
|
|
121
121
|
[key: string]: any;
|
|
122
122
|
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
123
123
|
[key: string]: any;
|
|
@@ -131,7 +131,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
131
131
|
default?: undefined;
|
|
132
132
|
} | {
|
|
133
133
|
type: any;
|
|
134
|
-
default: string | number | boolean | string[] | Events | {
|
|
134
|
+
default: string | number | boolean | string[] | import('../../_utils/props').Events | {
|
|
135
135
|
[key: string]: any;
|
|
136
136
|
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
137
137
|
[key: string]: any;
|
|
@@ -145,7 +145,49 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
145
145
|
default?: undefined;
|
|
146
146
|
} | {
|
|
147
147
|
type: any;
|
|
148
|
-
default: string | number | boolean | string[] | Events | {
|
|
148
|
+
default: string | number | boolean | string[] | import('../../_utils/props').Events | {
|
|
149
|
+
[key: string]: any;
|
|
150
|
+
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
151
|
+
[key: string]: any;
|
|
152
|
+
chartType: "bar";
|
|
153
|
+
plugin: "1";
|
|
154
|
+
layer: "2";
|
|
155
|
+
};
|
|
156
|
+
};
|
|
157
|
+
xAxisLabelWidth: {
|
|
158
|
+
type?: undefined;
|
|
159
|
+
default?: undefined;
|
|
160
|
+
} | {
|
|
161
|
+
type: any;
|
|
162
|
+
default: string | number | boolean | string[] | import('../../_utils/props').Events | {
|
|
163
|
+
[key: string]: any;
|
|
164
|
+
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
165
|
+
[key: string]: any;
|
|
166
|
+
chartType: "bar";
|
|
167
|
+
plugin: "1";
|
|
168
|
+
layer: "2";
|
|
169
|
+
};
|
|
170
|
+
};
|
|
171
|
+
xAxisLabelOverflow: {
|
|
172
|
+
type?: undefined;
|
|
173
|
+
default?: undefined;
|
|
174
|
+
} | {
|
|
175
|
+
type: any;
|
|
176
|
+
default: string | number | boolean | string[] | import('../../_utils/props').Events | {
|
|
177
|
+
[key: string]: any;
|
|
178
|
+
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
179
|
+
[key: string]: any;
|
|
180
|
+
chartType: "bar";
|
|
181
|
+
plugin: "1";
|
|
182
|
+
layer: "2";
|
|
183
|
+
};
|
|
184
|
+
};
|
|
185
|
+
xAxisLabelRotate: {
|
|
186
|
+
type?: undefined;
|
|
187
|
+
default?: undefined;
|
|
188
|
+
} | {
|
|
189
|
+
type: any;
|
|
190
|
+
default: string | number | boolean | string[] | import('../../_utils/props').Events | {
|
|
149
191
|
[key: string]: any;
|
|
150
192
|
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
151
193
|
[key: string]: any;
|
|
@@ -159,7 +201,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
159
201
|
default?: undefined;
|
|
160
202
|
} | {
|
|
161
203
|
type: any;
|
|
162
|
-
default: string | number | boolean | string[] | Events | {
|
|
204
|
+
default: string | number | boolean | string[] | import('../../_utils/props').Events | {
|
|
163
205
|
[key: string]: any;
|
|
164
206
|
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
165
207
|
[key: string]: any;
|
|
@@ -173,7 +215,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
173
215
|
default?: undefined;
|
|
174
216
|
} | {
|
|
175
217
|
type: any;
|
|
176
|
-
default: string | number | boolean | string[] | Events | {
|
|
218
|
+
default: string | number | boolean | string[] | import('../../_utils/props').Events | {
|
|
177
219
|
[key: string]: any;
|
|
178
220
|
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
179
221
|
[key: string]: any;
|
|
@@ -187,7 +229,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
187
229
|
default?: undefined;
|
|
188
230
|
} | {
|
|
189
231
|
type: any;
|
|
190
|
-
default: string | number | boolean | string[] | Events | {
|
|
232
|
+
default: string | number | boolean | string[] | import('../../_utils/props').Events | {
|
|
191
233
|
[key: string]: any;
|
|
192
234
|
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
193
235
|
[key: string]: any;
|
|
@@ -201,7 +243,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
201
243
|
default?: undefined;
|
|
202
244
|
} | {
|
|
203
245
|
type: any;
|
|
204
|
-
default: string | number | boolean | string[] | Events | {
|
|
246
|
+
default: string | number | boolean | string[] | import('../../_utils/props').Events | {
|
|
205
247
|
[key: string]: any;
|
|
206
248
|
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
207
249
|
[key: string]: any;
|
|
@@ -215,7 +257,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
215
257
|
default?: undefined;
|
|
216
258
|
} | {
|
|
217
259
|
type: any;
|
|
218
|
-
default: string | number | boolean | string[] | Events | {
|
|
260
|
+
default: string | number | boolean | string[] | import('../../_utils/props').Events | {
|
|
219
261
|
[key: string]: any;
|
|
220
262
|
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
221
263
|
[key: string]: any;
|
|
@@ -229,7 +271,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
229
271
|
default?: undefined;
|
|
230
272
|
} | {
|
|
231
273
|
type: any;
|
|
232
|
-
default: string | number | boolean | string[] | Events | {
|
|
274
|
+
default: string | number | boolean | string[] | import('../../_utils/props').Events | {
|
|
233
275
|
[key: string]: any;
|
|
234
276
|
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
235
277
|
[key: string]: any;
|
|
@@ -243,7 +285,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
243
285
|
default?: undefined;
|
|
244
286
|
} | {
|
|
245
287
|
type: any;
|
|
246
|
-
default: string | number | boolean | string[] | Events | {
|
|
288
|
+
default: string | number | boolean | string[] | import('../../_utils/props').Events | {
|
|
247
289
|
[key: string]: any;
|
|
248
290
|
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
249
291
|
[key: string]: any;
|
|
@@ -257,7 +299,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
257
299
|
default?: undefined;
|
|
258
300
|
} | {
|
|
259
301
|
type: any;
|
|
260
|
-
default: string | number | boolean | string[] | Events | {
|
|
302
|
+
default: string | number | boolean | string[] | import('../../_utils/props').Events | {
|
|
261
303
|
[key: string]: any;
|
|
262
304
|
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
263
305
|
[key: string]: any;
|
|
@@ -271,7 +313,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
271
313
|
default?: undefined;
|
|
272
314
|
} | {
|
|
273
315
|
type: any;
|
|
274
|
-
default: string | number | boolean | string[] | Events | {
|
|
316
|
+
default: string | number | boolean | string[] | import('../../_utils/props').Events | {
|
|
275
317
|
[key: string]: any;
|
|
276
318
|
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
277
319
|
[key: string]: any;
|
|
@@ -285,7 +327,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
285
327
|
default?: undefined;
|
|
286
328
|
} | {
|
|
287
329
|
type: any;
|
|
288
|
-
default: string | number | boolean | string[] | Events | {
|
|
330
|
+
default: string | number | boolean | string[] | import('../../_utils/props').Events | {
|
|
289
331
|
[key: string]: any;
|
|
290
332
|
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
291
333
|
[key: string]: any;
|
|
@@ -299,7 +341,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
299
341
|
default?: undefined;
|
|
300
342
|
} | {
|
|
301
343
|
type: any;
|
|
302
|
-
default: string | number | boolean | string[] | Events | {
|
|
344
|
+
default: string | number | boolean | string[] | import('../../_utils/props').Events | {
|
|
303
345
|
[key: string]: any;
|
|
304
346
|
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
305
347
|
[key: string]: any;
|
|
@@ -313,7 +355,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
313
355
|
default?: undefined;
|
|
314
356
|
} | {
|
|
315
357
|
type: any;
|
|
316
|
-
default: string | number | boolean | string[] | Events | {
|
|
358
|
+
default: string | number | boolean | string[] | import('../../_utils/props').Events | {
|
|
317
359
|
[key: string]: any;
|
|
318
360
|
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
319
361
|
[key: string]: any;
|
|
@@ -327,7 +369,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
327
369
|
default?: undefined;
|
|
328
370
|
} | {
|
|
329
371
|
type: any;
|
|
330
|
-
default: string | number | boolean | string[] | Events | {
|
|
372
|
+
default: string | number | boolean | string[] | import('../../_utils/props').Events | {
|
|
331
373
|
[key: string]: any;
|
|
332
374
|
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
333
375
|
[key: string]: any;
|
|
@@ -341,7 +383,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
341
383
|
default?: undefined;
|
|
342
384
|
} | {
|
|
343
385
|
type: any;
|
|
344
|
-
default: string | number | boolean | string[] | Events | {
|
|
386
|
+
default: string | number | boolean | string[] | import('../../_utils/props').Events | {
|
|
345
387
|
[key: string]: any;
|
|
346
388
|
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
347
389
|
[key: string]: any;
|
|
@@ -355,7 +397,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
355
397
|
default?: undefined;
|
|
356
398
|
} | {
|
|
357
399
|
type: any;
|
|
358
|
-
default: string | number | boolean | string[] | Events | {
|
|
400
|
+
default: string | number | boolean | string[] | import('../../_utils/props').Events | {
|
|
359
401
|
[key: string]: any;
|
|
360
402
|
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
361
403
|
[key: string]: any;
|
|
@@ -369,7 +411,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
369
411
|
default?: undefined;
|
|
370
412
|
} | {
|
|
371
413
|
type: any;
|
|
372
|
-
default: string | number | boolean | string[] | Events | {
|
|
414
|
+
default: string | number | boolean | string[] | import('../../_utils/props').Events | {
|
|
373
415
|
[key: string]: any;
|
|
374
416
|
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
375
417
|
[key: string]: any;
|
|
@@ -383,7 +425,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
383
425
|
default?: undefined;
|
|
384
426
|
} | {
|
|
385
427
|
type: any;
|
|
386
|
-
default: string | number | boolean | string[] | Events | {
|
|
428
|
+
default: string | number | boolean | string[] | import('../../_utils/props').Events | {
|
|
387
429
|
[key: string]: any;
|
|
388
430
|
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
389
431
|
[key: string]: any;
|
|
@@ -397,7 +439,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
397
439
|
default?: undefined;
|
|
398
440
|
} | {
|
|
399
441
|
type: any;
|
|
400
|
-
default: string | number | boolean | string[] | Events | {
|
|
442
|
+
default: string | number | boolean | string[] | import('../../_utils/props').Events | {
|
|
401
443
|
[key: string]: any;
|
|
402
444
|
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
403
445
|
[key: string]: any;
|
|
@@ -411,7 +453,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
411
453
|
default?: undefined;
|
|
412
454
|
} | {
|
|
413
455
|
type: any;
|
|
414
|
-
default: string | number | boolean | string[] | Events | {
|
|
456
|
+
default: string | number | boolean | string[] | import('../../_utils/props').Events | {
|
|
415
457
|
[key: string]: any;
|
|
416
458
|
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
417
459
|
[key: string]: any;
|
|
@@ -425,7 +467,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
425
467
|
default?: undefined;
|
|
426
468
|
} | {
|
|
427
469
|
type: any;
|
|
428
|
-
default: string | number | boolean | string[] | Events | {
|
|
470
|
+
default: string | number | boolean | string[] | import('../../_utils/props').Events | {
|
|
429
471
|
[key: string]: any;
|
|
430
472
|
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
431
473
|
[key: string]: any;
|
|
@@ -439,7 +481,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
439
481
|
default?: undefined;
|
|
440
482
|
} | {
|
|
441
483
|
type: any;
|
|
442
|
-
default: string | number | boolean | string[] | Events | {
|
|
484
|
+
default: string | number | boolean | string[] | import('../../_utils/props').Events | {
|
|
443
485
|
[key: string]: any;
|
|
444
486
|
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
445
487
|
[key: string]: any;
|
|
@@ -453,7 +495,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
453
495
|
default?: undefined;
|
|
454
496
|
} | {
|
|
455
497
|
type: any;
|
|
456
|
-
default: string | number | boolean | string[] | Events | {
|
|
498
|
+
default: string | number | boolean | string[] | import('../../_utils/props').Events | {
|
|
457
499
|
[key: string]: any;
|
|
458
500
|
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
459
501
|
[key: string]: any;
|
|
@@ -467,7 +509,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
467
509
|
default?: undefined;
|
|
468
510
|
} | {
|
|
469
511
|
type: any;
|
|
470
|
-
default: string | number | boolean | string[] | Events | {
|
|
512
|
+
default: string | number | boolean | string[] | import('../../_utils/props').Events | {
|
|
471
513
|
[key: string]: any;
|
|
472
514
|
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
473
515
|
[key: string]: any;
|
|
@@ -481,7 +523,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
481
523
|
default?: undefined;
|
|
482
524
|
} | {
|
|
483
525
|
type: any;
|
|
484
|
-
default: string | number | boolean | string[] | Events | {
|
|
526
|
+
default: string | number | boolean | string[] | import('../../_utils/props').Events | {
|
|
485
527
|
[key: string]: any;
|
|
486
528
|
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
487
529
|
[key: string]: any;
|
|
@@ -495,7 +537,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
495
537
|
default?: undefined;
|
|
496
538
|
} | {
|
|
497
539
|
type: any;
|
|
498
|
-
default: string | number | boolean | string[] | Events | {
|
|
540
|
+
default: string | number | boolean | string[] | import('../../_utils/props').Events | {
|
|
499
541
|
[key: string]: any;
|
|
500
542
|
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
501
543
|
[key: string]: any;
|
|
@@ -509,7 +551,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
509
551
|
default?: undefined;
|
|
510
552
|
} | {
|
|
511
553
|
type: any;
|
|
512
|
-
default: string | number | boolean | string[] | Events | {
|
|
554
|
+
default: string | number | boolean | string[] | import('../../_utils/props').Events | {
|
|
513
555
|
[key: string]: any;
|
|
514
556
|
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
515
557
|
[key: string]: any;
|
|
@@ -523,7 +565,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
523
565
|
default?: undefined;
|
|
524
566
|
} | {
|
|
525
567
|
type: any;
|
|
526
|
-
default: string | number | boolean | string[] | Events | {
|
|
568
|
+
default: string | number | boolean | string[] | import('../../_utils/props').Events | {
|
|
527
569
|
[key: string]: any;
|
|
528
570
|
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
529
571
|
[key: string]: any;
|
|
@@ -537,7 +579,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
537
579
|
default?: undefined;
|
|
538
580
|
} | {
|
|
539
581
|
type: any;
|
|
540
|
-
default: string | number | boolean | string[] | Events | {
|
|
582
|
+
default: string | number | boolean | string[] | import('../../_utils/props').Events | {
|
|
541
583
|
[key: string]: any;
|
|
542
584
|
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
543
585
|
[key: string]: any;
|
|
@@ -551,7 +593,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
551
593
|
default?: undefined;
|
|
552
594
|
} | {
|
|
553
595
|
type: any;
|
|
554
|
-
default: string | number | boolean | string[] | Events | {
|
|
596
|
+
default: string | number | boolean | string[] | import('../../_utils/props').Events | {
|
|
555
597
|
[key: string]: any;
|
|
556
598
|
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
557
599
|
[key: string]: any;
|
|
@@ -565,7 +607,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
565
607
|
default?: undefined;
|
|
566
608
|
} | {
|
|
567
609
|
type: any;
|
|
568
|
-
default: string | number | boolean | string[] | Events | {
|
|
610
|
+
default: string | number | boolean | string[] | import('../../_utils/props').Events | {
|
|
569
611
|
[key: string]: any;
|
|
570
612
|
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
571
613
|
[key: string]: any;
|
|
@@ -579,7 +621,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
579
621
|
default?: undefined;
|
|
580
622
|
} | {
|
|
581
623
|
type: any;
|
|
582
|
-
default: string | number | boolean | string[] | Events | {
|
|
624
|
+
default: string | number | boolean | string[] | import('../../_utils/props').Events | {
|
|
583
625
|
[key: string]: any;
|
|
584
626
|
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
585
627
|
[key: string]: any;
|
|
@@ -593,7 +635,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
593
635
|
default?: undefined;
|
|
594
636
|
} | {
|
|
595
637
|
type: any;
|
|
596
|
-
default: string | number | boolean | string[] | Events | {
|
|
638
|
+
default: string | number | boolean | string[] | import('../../_utils/props').Events | {
|
|
597
639
|
[key: string]: any;
|
|
598
640
|
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
599
641
|
[key: string]: any;
|
|
@@ -607,7 +649,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
607
649
|
default?: undefined;
|
|
608
650
|
} | {
|
|
609
651
|
type: any;
|
|
610
|
-
default: string | number | boolean | string[] | Events | {
|
|
652
|
+
default: string | number | boolean | string[] | import('../../_utils/props').Events | {
|
|
611
653
|
[key: string]: any;
|
|
612
654
|
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
613
655
|
[key: string]: any;
|
|
@@ -621,7 +663,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
621
663
|
default?: undefined;
|
|
622
664
|
} | {
|
|
623
665
|
type: any;
|
|
624
|
-
default: string | number | boolean | string[] | Events | {
|
|
666
|
+
default: string | number | boolean | string[] | import('../../_utils/props').Events | {
|
|
625
667
|
[key: string]: any;
|
|
626
668
|
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
627
669
|
[key: string]: any;
|
|
@@ -635,7 +677,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
635
677
|
default?: undefined;
|
|
636
678
|
} | {
|
|
637
679
|
type: any;
|
|
638
|
-
default: string | number | boolean | string[] | Events | {
|
|
680
|
+
default: string | number | boolean | string[] | import('../../_utils/props').Events | {
|
|
639
681
|
[key: string]: any;
|
|
640
682
|
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
641
683
|
[key: string]: any;
|
|
@@ -649,7 +691,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
649
691
|
default?: undefined;
|
|
650
692
|
} | {
|
|
651
693
|
type: any;
|
|
652
|
-
default: string | number | boolean | string[] | Events | {
|
|
694
|
+
default: string | number | boolean | string[] | import('../../_utils/props').Events | {
|
|
653
695
|
[key: string]: any;
|
|
654
696
|
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
655
697
|
[key: string]: any;
|
|
@@ -663,7 +705,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
663
705
|
default?: undefined;
|
|
664
706
|
} | {
|
|
665
707
|
type: any;
|
|
666
|
-
default: string | number | boolean | string[] | Events | {
|
|
708
|
+
default: string | number | boolean | string[] | import('../../_utils/props').Events | {
|
|
667
709
|
[key: string]: any;
|
|
668
710
|
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
669
711
|
[key: string]: any;
|
|
@@ -677,7 +719,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
677
719
|
default?: undefined;
|
|
678
720
|
} | {
|
|
679
721
|
type: any;
|
|
680
|
-
default: string | number | boolean | string[] | Events | {
|
|
722
|
+
default: string | number | boolean | string[] | import('../../_utils/props').Events | {
|
|
681
723
|
[key: string]: any;
|
|
682
724
|
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
683
725
|
[key: string]: any;
|
|
@@ -691,7 +733,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
691
733
|
default?: undefined;
|
|
692
734
|
} | {
|
|
693
735
|
type: any;
|
|
694
|
-
default: string | number | boolean | string[] | Events | {
|
|
736
|
+
default: string | number | boolean | string[] | import('../../_utils/props').Events | {
|
|
695
737
|
[key: string]: any;
|
|
696
738
|
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
697
739
|
[key: string]: any;
|
|
@@ -705,7 +747,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
705
747
|
default?: undefined;
|
|
706
748
|
} | {
|
|
707
749
|
type: any;
|
|
708
|
-
default: string | number | boolean | string[] | Events | {
|
|
750
|
+
default: string | number | boolean | string[] | import('../../_utils/props').Events | {
|
|
709
751
|
[key: string]: any;
|
|
710
752
|
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
711
753
|
[key: string]: any;
|
|
@@ -719,7 +761,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
719
761
|
default?: undefined;
|
|
720
762
|
} | {
|
|
721
763
|
type: any;
|
|
722
|
-
default: string | number | boolean | string[] | Events | {
|
|
764
|
+
default: string | number | boolean | string[] | import('../../_utils/props').Events | {
|
|
723
765
|
[key: string]: any;
|
|
724
766
|
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
725
767
|
[key: string]: any;
|
|
@@ -733,7 +775,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
733
775
|
default?: undefined;
|
|
734
776
|
} | {
|
|
735
777
|
type: any;
|
|
736
|
-
default: string | number | boolean | string[] | Events | {
|
|
778
|
+
default: string | number | boolean | string[] | import('../../_utils/props').Events | {
|
|
737
779
|
[key: string]: any;
|
|
738
780
|
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
739
781
|
[key: string]: any;
|
|
@@ -747,7 +789,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
747
789
|
default?: undefined;
|
|
748
790
|
} | {
|
|
749
791
|
type: any;
|
|
750
|
-
default: string | number | boolean | string[] | Events | {
|
|
792
|
+
default: string | number | boolean | string[] | import('../../_utils/props').Events | {
|
|
751
793
|
[key: string]: any;
|
|
752
794
|
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
753
795
|
[key: string]: any;
|
|
@@ -761,7 +803,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
761
803
|
default?: undefined;
|
|
762
804
|
} | {
|
|
763
805
|
type: any;
|
|
764
|
-
default: string | number | boolean | string[] | Events | {
|
|
806
|
+
default: string | number | boolean | string[] | import('../../_utils/props').Events | {
|
|
765
807
|
[key: string]: any;
|
|
766
808
|
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
767
809
|
[key: string]: any;
|
|
@@ -775,7 +817,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
775
817
|
default?: undefined;
|
|
776
818
|
} | {
|
|
777
819
|
type: any;
|
|
778
|
-
default: string | number | boolean | string[] | Events | {
|
|
820
|
+
default: string | number | boolean | string[] | import('../../_utils/props').Events | {
|
|
779
821
|
[key: string]: any;
|
|
780
822
|
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
781
823
|
[key: string]: any;
|
|
@@ -789,7 +831,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
789
831
|
default?: undefined;
|
|
790
832
|
} | {
|
|
791
833
|
type: any;
|
|
792
|
-
default: string | number | boolean | string[] | Events | {
|
|
834
|
+
default: string | number | boolean | string[] | import('../../_utils/props').Events | {
|
|
793
835
|
[key: string]: any;
|
|
794
836
|
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
795
837
|
[key: string]: any;
|
|
@@ -803,7 +845,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
803
845
|
default?: undefined;
|
|
804
846
|
} | {
|
|
805
847
|
type: any;
|
|
806
|
-
default: string | number | boolean | string[] | Events | {
|
|
848
|
+
default: string | number | boolean | string[] | import('../../_utils/props').Events | {
|
|
807
849
|
[key: string]: any;
|
|
808
850
|
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
809
851
|
[key: string]: any;
|
|
@@ -817,7 +859,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
817
859
|
default?: undefined;
|
|
818
860
|
} | {
|
|
819
861
|
type: any;
|
|
820
|
-
default: string | number | boolean | string[] | Events | {
|
|
862
|
+
default: string | number | boolean | string[] | import('../../_utils/props').Events | {
|
|
821
863
|
[key: string]: any;
|
|
822
864
|
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
823
865
|
[key: string]: any;
|
|
@@ -831,7 +873,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
831
873
|
default?: undefined;
|
|
832
874
|
} | {
|
|
833
875
|
type: any;
|
|
834
|
-
default: string | number | boolean | string[] | Events | {
|
|
876
|
+
default: string | number | boolean | string[] | import('../../_utils/props').Events | {
|
|
835
877
|
[key: string]: any;
|
|
836
878
|
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
837
879
|
[key: string]: any;
|
|
@@ -845,7 +887,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
845
887
|
default?: undefined;
|
|
846
888
|
} | {
|
|
847
889
|
type: any;
|
|
848
|
-
default: string | number | boolean | string[] | Events | {
|
|
890
|
+
default: string | number | boolean | string[] | import('../../_utils/props').Events | {
|
|
849
891
|
[key: string]: any;
|
|
850
892
|
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
851
893
|
[key: string]: any;
|
|
@@ -859,7 +901,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
859
901
|
default?: undefined;
|
|
860
902
|
} | {
|
|
861
903
|
type: any;
|
|
862
|
-
default: string | number | boolean | string[] | Events | {
|
|
904
|
+
default: string | number | boolean | string[] | import('../../_utils/props').Events | {
|
|
863
905
|
[key: string]: any;
|
|
864
906
|
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
865
907
|
[key: string]: any;
|
|
@@ -873,7 +915,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
873
915
|
default?: undefined;
|
|
874
916
|
} | {
|
|
875
917
|
type: any;
|
|
876
|
-
default: string | number | boolean | string[] | Events | {
|
|
918
|
+
default: string | number | boolean | string[] | import('../../_utils/props').Events | {
|
|
877
919
|
[key: string]: any;
|
|
878
920
|
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
879
921
|
[key: string]: any;
|
|
@@ -887,7 +929,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
887
929
|
default?: undefined;
|
|
888
930
|
} | {
|
|
889
931
|
type: any;
|
|
890
|
-
default: string | number | boolean | string[] | Events | {
|
|
932
|
+
default: string | number | boolean | string[] | import('../../_utils/props').Events | {
|
|
891
933
|
[key: string]: any;
|
|
892
934
|
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
893
935
|
[key: string]: any;
|
|
@@ -901,7 +943,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
901
943
|
default?: undefined;
|
|
902
944
|
} | {
|
|
903
945
|
type: any;
|
|
904
|
-
default: string | number | boolean | string[] | Events | {
|
|
946
|
+
default: string | number | boolean | string[] | import('../../_utils/props').Events | {
|
|
905
947
|
[key: string]: any;
|
|
906
948
|
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
907
949
|
[key: string]: any;
|
|
@@ -915,7 +957,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
915
957
|
default?: undefined;
|
|
916
958
|
} | {
|
|
917
959
|
type: any;
|
|
918
|
-
default: string | number | boolean | string[] | Events | {
|
|
960
|
+
default: string | number | boolean | string[] | import('../../_utils/props').Events | {
|
|
919
961
|
[key: string]: any;
|
|
920
962
|
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
921
963
|
[key: string]: any;
|
|
@@ -1045,6 +1087,16 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1045
1087
|
color: string | number | boolean | {
|
|
1046
1088
|
[key: string]: any;
|
|
1047
1089
|
};
|
|
1090
|
+
interval: number;
|
|
1091
|
+
rotate: string | number | boolean | {
|
|
1092
|
+
[key: string]: any;
|
|
1093
|
+
};
|
|
1094
|
+
width: string | number | boolean | {
|
|
1095
|
+
[key: string]: any;
|
|
1096
|
+
};
|
|
1097
|
+
overflow: string | number | boolean | {
|
|
1098
|
+
[key: string]: any;
|
|
1099
|
+
};
|
|
1048
1100
|
};
|
|
1049
1101
|
axisLine: {
|
|
1050
1102
|
lineStyle: {
|
|
@@ -1105,7 +1157,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1105
1157
|
default?: undefined;
|
|
1106
1158
|
} | {
|
|
1107
1159
|
type: any;
|
|
1108
|
-
default: string | number | boolean | string[] | Events | {
|
|
1160
|
+
default: string | number | boolean | string[] | import('../../_utils/props').Events | {
|
|
1109
1161
|
[key: string]: any;
|
|
1110
1162
|
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
1111
1163
|
[key: string]: any;
|
|
@@ -1119,7 +1171,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1119
1171
|
default?: undefined;
|
|
1120
1172
|
} | {
|
|
1121
1173
|
type: any;
|
|
1122
|
-
default: string | number | boolean | string[] | Events | {
|
|
1174
|
+
default: string | number | boolean | string[] | import('../../_utils/props').Events | {
|
|
1123
1175
|
[key: string]: any;
|
|
1124
1176
|
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
1125
1177
|
[key: string]: any;
|
|
@@ -1133,7 +1185,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1133
1185
|
default?: undefined;
|
|
1134
1186
|
} | {
|
|
1135
1187
|
type: any;
|
|
1136
|
-
default: string | number | boolean | string[] | Events | {
|
|
1188
|
+
default: string | number | boolean | string[] | import('../../_utils/props').Events | {
|
|
1137
1189
|
[key: string]: any;
|
|
1138
1190
|
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
1139
1191
|
[key: string]: any;
|
|
@@ -1147,7 +1199,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1147
1199
|
default?: undefined;
|
|
1148
1200
|
} | {
|
|
1149
1201
|
type: any;
|
|
1150
|
-
default: string | number | boolean | string[] | Events | {
|
|
1202
|
+
default: string | number | boolean | string[] | import('../../_utils/props').Events | {
|
|
1151
1203
|
[key: string]: any;
|
|
1152
1204
|
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
1153
1205
|
[key: string]: any;
|
|
@@ -1161,7 +1213,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1161
1213
|
default?: undefined;
|
|
1162
1214
|
} | {
|
|
1163
1215
|
type: any;
|
|
1164
|
-
default: string | number | boolean | string[] | Events | {
|
|
1216
|
+
default: string | number | boolean | string[] | import('../../_utils/props').Events | {
|
|
1165
1217
|
[key: string]: any;
|
|
1166
1218
|
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
1167
1219
|
[key: string]: any;
|
|
@@ -1175,7 +1227,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1175
1227
|
default?: undefined;
|
|
1176
1228
|
} | {
|
|
1177
1229
|
type: any;
|
|
1178
|
-
default: string | number | boolean | string[] | Events | {
|
|
1230
|
+
default: string | number | boolean | string[] | import('../../_utils/props').Events | {
|
|
1179
1231
|
[key: string]: any;
|
|
1180
1232
|
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
1181
1233
|
[key: string]: any;
|
|
@@ -1189,7 +1241,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1189
1241
|
default?: undefined;
|
|
1190
1242
|
} | {
|
|
1191
1243
|
type: any;
|
|
1192
|
-
default: string | number | boolean | string[] | Events | {
|
|
1244
|
+
default: string | number | boolean | string[] | import('../../_utils/props').Events | {
|
|
1193
1245
|
[key: string]: any;
|
|
1194
1246
|
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
1195
1247
|
[key: string]: any;
|
|
@@ -1203,7 +1255,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1203
1255
|
default?: undefined;
|
|
1204
1256
|
} | {
|
|
1205
1257
|
type: any;
|
|
1206
|
-
default: string | number | boolean | string[] | Events | {
|
|
1258
|
+
default: string | number | boolean | string[] | import('../../_utils/props').Events | {
|
|
1207
1259
|
[key: string]: any;
|
|
1208
1260
|
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
1209
1261
|
[key: string]: any;
|
|
@@ -1217,7 +1269,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1217
1269
|
default?: undefined;
|
|
1218
1270
|
} | {
|
|
1219
1271
|
type: any;
|
|
1220
|
-
default: string | number | boolean | string[] | Events | {
|
|
1272
|
+
default: string | number | boolean | string[] | import('../../_utils/props').Events | {
|
|
1221
1273
|
[key: string]: any;
|
|
1222
1274
|
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
1223
1275
|
[key: string]: any;
|
|
@@ -1231,7 +1283,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1231
1283
|
default?: undefined;
|
|
1232
1284
|
} | {
|
|
1233
1285
|
type: any;
|
|
1234
|
-
default: string | number | boolean | string[] | Events | {
|
|
1286
|
+
default: string | number | boolean | string[] | import('../../_utils/props').Events | {
|
|
1235
1287
|
[key: string]: any;
|
|
1236
1288
|
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
1237
1289
|
[key: string]: any;
|
|
@@ -1245,7 +1297,49 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1245
1297
|
default?: undefined;
|
|
1246
1298
|
} | {
|
|
1247
1299
|
type: any;
|
|
1248
|
-
default: string | number | boolean | string[] | Events | {
|
|
1300
|
+
default: string | number | boolean | string[] | import('../../_utils/props').Events | {
|
|
1301
|
+
[key: string]: any;
|
|
1302
|
+
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
1303
|
+
[key: string]: any;
|
|
1304
|
+
chartType: "bar";
|
|
1305
|
+
plugin: "1";
|
|
1306
|
+
layer: "2";
|
|
1307
|
+
};
|
|
1308
|
+
};
|
|
1309
|
+
xAxisLabelWidth: {
|
|
1310
|
+
type?: undefined;
|
|
1311
|
+
default?: undefined;
|
|
1312
|
+
} | {
|
|
1313
|
+
type: any;
|
|
1314
|
+
default: string | number | boolean | string[] | import('../../_utils/props').Events | {
|
|
1315
|
+
[key: string]: any;
|
|
1316
|
+
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
1317
|
+
[key: string]: any;
|
|
1318
|
+
chartType: "bar";
|
|
1319
|
+
plugin: "1";
|
|
1320
|
+
layer: "2";
|
|
1321
|
+
};
|
|
1322
|
+
};
|
|
1323
|
+
xAxisLabelOverflow: {
|
|
1324
|
+
type?: undefined;
|
|
1325
|
+
default?: undefined;
|
|
1326
|
+
} | {
|
|
1327
|
+
type: any;
|
|
1328
|
+
default: string | number | boolean | string[] | import('../../_utils/props').Events | {
|
|
1329
|
+
[key: string]: any;
|
|
1330
|
+
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
1331
|
+
[key: string]: any;
|
|
1332
|
+
chartType: "bar";
|
|
1333
|
+
plugin: "1";
|
|
1334
|
+
layer: "2";
|
|
1335
|
+
};
|
|
1336
|
+
};
|
|
1337
|
+
xAxisLabelRotate: {
|
|
1338
|
+
type?: undefined;
|
|
1339
|
+
default?: undefined;
|
|
1340
|
+
} | {
|
|
1341
|
+
type: any;
|
|
1342
|
+
default: string | number | boolean | string[] | import('../../_utils/props').Events | {
|
|
1249
1343
|
[key: string]: any;
|
|
1250
1344
|
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
1251
1345
|
[key: string]: any;
|
|
@@ -1259,7 +1353,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1259
1353
|
default?: undefined;
|
|
1260
1354
|
} | {
|
|
1261
1355
|
type: any;
|
|
1262
|
-
default: string | number | boolean | string[] | Events | {
|
|
1356
|
+
default: string | number | boolean | string[] | import('../../_utils/props').Events | {
|
|
1263
1357
|
[key: string]: any;
|
|
1264
1358
|
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
1265
1359
|
[key: string]: any;
|
|
@@ -1273,7 +1367,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1273
1367
|
default?: undefined;
|
|
1274
1368
|
} | {
|
|
1275
1369
|
type: any;
|
|
1276
|
-
default: string | number | boolean | string[] | Events | {
|
|
1370
|
+
default: string | number | boolean | string[] | import('../../_utils/props').Events | {
|
|
1277
1371
|
[key: string]: any;
|
|
1278
1372
|
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
1279
1373
|
[key: string]: any;
|
|
@@ -1287,7 +1381,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1287
1381
|
default?: undefined;
|
|
1288
1382
|
} | {
|
|
1289
1383
|
type: any;
|
|
1290
|
-
default: string | number | boolean | string[] | Events | {
|
|
1384
|
+
default: string | number | boolean | string[] | import('../../_utils/props').Events | {
|
|
1291
1385
|
[key: string]: any;
|
|
1292
1386
|
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
1293
1387
|
[key: string]: any;
|
|
@@ -1301,7 +1395,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1301
1395
|
default?: undefined;
|
|
1302
1396
|
} | {
|
|
1303
1397
|
type: any;
|
|
1304
|
-
default: string | number | boolean | string[] | Events | {
|
|
1398
|
+
default: string | number | boolean | string[] | import('../../_utils/props').Events | {
|
|
1305
1399
|
[key: string]: any;
|
|
1306
1400
|
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
1307
1401
|
[key: string]: any;
|
|
@@ -1315,7 +1409,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1315
1409
|
default?: undefined;
|
|
1316
1410
|
} | {
|
|
1317
1411
|
type: any;
|
|
1318
|
-
default: string | number | boolean | string[] | Events | {
|
|
1412
|
+
default: string | number | boolean | string[] | import('../../_utils/props').Events | {
|
|
1319
1413
|
[key: string]: any;
|
|
1320
1414
|
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
1321
1415
|
[key: string]: any;
|
|
@@ -1329,7 +1423,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1329
1423
|
default?: undefined;
|
|
1330
1424
|
} | {
|
|
1331
1425
|
type: any;
|
|
1332
|
-
default: string | number | boolean | string[] | Events | {
|
|
1426
|
+
default: string | number | boolean | string[] | import('../../_utils/props').Events | {
|
|
1333
1427
|
[key: string]: any;
|
|
1334
1428
|
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
1335
1429
|
[key: string]: any;
|
|
@@ -1343,7 +1437,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1343
1437
|
default?: undefined;
|
|
1344
1438
|
} | {
|
|
1345
1439
|
type: any;
|
|
1346
|
-
default: string | number | boolean | string[] | Events | {
|
|
1440
|
+
default: string | number | boolean | string[] | import('../../_utils/props').Events | {
|
|
1347
1441
|
[key: string]: any;
|
|
1348
1442
|
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
1349
1443
|
[key: string]: any;
|
|
@@ -1357,7 +1451,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1357
1451
|
default?: undefined;
|
|
1358
1452
|
} | {
|
|
1359
1453
|
type: any;
|
|
1360
|
-
default: string | number | boolean | string[] | Events | {
|
|
1454
|
+
default: string | number | boolean | string[] | import('../../_utils/props').Events | {
|
|
1361
1455
|
[key: string]: any;
|
|
1362
1456
|
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
1363
1457
|
[key: string]: any;
|
|
@@ -1371,7 +1465,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1371
1465
|
default?: undefined;
|
|
1372
1466
|
} | {
|
|
1373
1467
|
type: any;
|
|
1374
|
-
default: string | number | boolean | string[] | Events | {
|
|
1468
|
+
default: string | number | boolean | string[] | import('../../_utils/props').Events | {
|
|
1375
1469
|
[key: string]: any;
|
|
1376
1470
|
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
1377
1471
|
[key: string]: any;
|
|
@@ -1385,7 +1479,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1385
1479
|
default?: undefined;
|
|
1386
1480
|
} | {
|
|
1387
1481
|
type: any;
|
|
1388
|
-
default: string | number | boolean | string[] | Events | {
|
|
1482
|
+
default: string | number | boolean | string[] | import('../../_utils/props').Events | {
|
|
1389
1483
|
[key: string]: any;
|
|
1390
1484
|
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
1391
1485
|
[key: string]: any;
|
|
@@ -1399,7 +1493,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1399
1493
|
default?: undefined;
|
|
1400
1494
|
} | {
|
|
1401
1495
|
type: any;
|
|
1402
|
-
default: string | number | boolean | string[] | Events | {
|
|
1496
|
+
default: string | number | boolean | string[] | import('../../_utils/props').Events | {
|
|
1403
1497
|
[key: string]: any;
|
|
1404
1498
|
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
1405
1499
|
[key: string]: any;
|
|
@@ -1413,7 +1507,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1413
1507
|
default?: undefined;
|
|
1414
1508
|
} | {
|
|
1415
1509
|
type: any;
|
|
1416
|
-
default: string | number | boolean | string[] | Events | {
|
|
1510
|
+
default: string | number | boolean | string[] | import('../../_utils/props').Events | {
|
|
1417
1511
|
[key: string]: any;
|
|
1418
1512
|
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
1419
1513
|
[key: string]: any;
|
|
@@ -1427,7 +1521,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1427
1521
|
default?: undefined;
|
|
1428
1522
|
} | {
|
|
1429
1523
|
type: any;
|
|
1430
|
-
default: string | number | boolean | string[] | Events | {
|
|
1524
|
+
default: string | number | boolean | string[] | import('../../_utils/props').Events | {
|
|
1431
1525
|
[key: string]: any;
|
|
1432
1526
|
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
1433
1527
|
[key: string]: any;
|
|
@@ -1441,7 +1535,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1441
1535
|
default?: undefined;
|
|
1442
1536
|
} | {
|
|
1443
1537
|
type: any;
|
|
1444
|
-
default: string | number | boolean | string[] | Events | {
|
|
1538
|
+
default: string | number | boolean | string[] | import('../../_utils/props').Events | {
|
|
1445
1539
|
[key: string]: any;
|
|
1446
1540
|
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
1447
1541
|
[key: string]: any;
|
|
@@ -1455,7 +1549,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1455
1549
|
default?: undefined;
|
|
1456
1550
|
} | {
|
|
1457
1551
|
type: any;
|
|
1458
|
-
default: string | number | boolean | string[] | Events | {
|
|
1552
|
+
default: string | number | boolean | string[] | import('../../_utils/props').Events | {
|
|
1459
1553
|
[key: string]: any;
|
|
1460
1554
|
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
1461
1555
|
[key: string]: any;
|
|
@@ -1469,7 +1563,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1469
1563
|
default?: undefined;
|
|
1470
1564
|
} | {
|
|
1471
1565
|
type: any;
|
|
1472
|
-
default: string | number | boolean | string[] | Events | {
|
|
1566
|
+
default: string | number | boolean | string[] | import('../../_utils/props').Events | {
|
|
1473
1567
|
[key: string]: any;
|
|
1474
1568
|
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
1475
1569
|
[key: string]: any;
|
|
@@ -1483,7 +1577,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1483
1577
|
default?: undefined;
|
|
1484
1578
|
} | {
|
|
1485
1579
|
type: any;
|
|
1486
|
-
default: string | number | boolean | string[] | Events | {
|
|
1580
|
+
default: string | number | boolean | string[] | import('../../_utils/props').Events | {
|
|
1487
1581
|
[key: string]: any;
|
|
1488
1582
|
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
1489
1583
|
[key: string]: any;
|
|
@@ -1497,7 +1591,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1497
1591
|
default?: undefined;
|
|
1498
1592
|
} | {
|
|
1499
1593
|
type: any;
|
|
1500
|
-
default: string | number | boolean | string[] | Events | {
|
|
1594
|
+
default: string | number | boolean | string[] | import('../../_utils/props').Events | {
|
|
1501
1595
|
[key: string]: any;
|
|
1502
1596
|
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
1503
1597
|
[key: string]: any;
|
|
@@ -1511,7 +1605,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1511
1605
|
default?: undefined;
|
|
1512
1606
|
} | {
|
|
1513
1607
|
type: any;
|
|
1514
|
-
default: string | number | boolean | string[] | Events | {
|
|
1608
|
+
default: string | number | boolean | string[] | import('../../_utils/props').Events | {
|
|
1515
1609
|
[key: string]: any;
|
|
1516
1610
|
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
1517
1611
|
[key: string]: any;
|
|
@@ -1525,7 +1619,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1525
1619
|
default?: undefined;
|
|
1526
1620
|
} | {
|
|
1527
1621
|
type: any;
|
|
1528
|
-
default: string | number | boolean | string[] | Events | {
|
|
1622
|
+
default: string | number | boolean | string[] | import('../../_utils/props').Events | {
|
|
1529
1623
|
[key: string]: any;
|
|
1530
1624
|
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
1531
1625
|
[key: string]: any;
|
|
@@ -1539,7 +1633,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1539
1633
|
default?: undefined;
|
|
1540
1634
|
} | {
|
|
1541
1635
|
type: any;
|
|
1542
|
-
default: string | number | boolean | string[] | Events | {
|
|
1636
|
+
default: string | number | boolean | string[] | import('../../_utils/props').Events | {
|
|
1543
1637
|
[key: string]: any;
|
|
1544
1638
|
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
1545
1639
|
[key: string]: any;
|
|
@@ -1553,7 +1647,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1553
1647
|
default?: undefined;
|
|
1554
1648
|
} | {
|
|
1555
1649
|
type: any;
|
|
1556
|
-
default: string | number | boolean | string[] | Events | {
|
|
1650
|
+
default: string | number | boolean | string[] | import('../../_utils/props').Events | {
|
|
1557
1651
|
[key: string]: any;
|
|
1558
1652
|
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
1559
1653
|
[key: string]: any;
|
|
@@ -1567,7 +1661,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1567
1661
|
default?: undefined;
|
|
1568
1662
|
} | {
|
|
1569
1663
|
type: any;
|
|
1570
|
-
default: string | number | boolean | string[] | Events | {
|
|
1664
|
+
default: string | number | boolean | string[] | import('../../_utils/props').Events | {
|
|
1571
1665
|
[key: string]: any;
|
|
1572
1666
|
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
1573
1667
|
[key: string]: any;
|
|
@@ -1581,7 +1675,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1581
1675
|
default?: undefined;
|
|
1582
1676
|
} | {
|
|
1583
1677
|
type: any;
|
|
1584
|
-
default: string | number | boolean | string[] | Events | {
|
|
1678
|
+
default: string | number | boolean | string[] | import('../../_utils/props').Events | {
|
|
1585
1679
|
[key: string]: any;
|
|
1586
1680
|
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
1587
1681
|
[key: string]: any;
|
|
@@ -1595,7 +1689,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1595
1689
|
default?: undefined;
|
|
1596
1690
|
} | {
|
|
1597
1691
|
type: any;
|
|
1598
|
-
default: string | number | boolean | string[] | Events | {
|
|
1692
|
+
default: string | number | boolean | string[] | import('../../_utils/props').Events | {
|
|
1599
1693
|
[key: string]: any;
|
|
1600
1694
|
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
1601
1695
|
[key: string]: any;
|
|
@@ -1609,7 +1703,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1609
1703
|
default?: undefined;
|
|
1610
1704
|
} | {
|
|
1611
1705
|
type: any;
|
|
1612
|
-
default: string | number | boolean | string[] | Events | {
|
|
1706
|
+
default: string | number | boolean | string[] | import('../../_utils/props').Events | {
|
|
1613
1707
|
[key: string]: any;
|
|
1614
1708
|
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
1615
1709
|
[key: string]: any;
|
|
@@ -1623,7 +1717,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1623
1717
|
default?: undefined;
|
|
1624
1718
|
} | {
|
|
1625
1719
|
type: any;
|
|
1626
|
-
default: string | number | boolean | string[] | Events | {
|
|
1720
|
+
default: string | number | boolean | string[] | import('../../_utils/props').Events | {
|
|
1627
1721
|
[key: string]: any;
|
|
1628
1722
|
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
1629
1723
|
[key: string]: any;
|
|
@@ -1637,7 +1731,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1637
1731
|
default?: undefined;
|
|
1638
1732
|
} | {
|
|
1639
1733
|
type: any;
|
|
1640
|
-
default: string | number | boolean | string[] | Events | {
|
|
1734
|
+
default: string | number | boolean | string[] | import('../../_utils/props').Events | {
|
|
1641
1735
|
[key: string]: any;
|
|
1642
1736
|
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
1643
1737
|
[key: string]: any;
|
|
@@ -1651,7 +1745,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1651
1745
|
default?: undefined;
|
|
1652
1746
|
} | {
|
|
1653
1747
|
type: any;
|
|
1654
|
-
default: string | number | boolean | string[] | Events | {
|
|
1748
|
+
default: string | number | boolean | string[] | import('../../_utils/props').Events | {
|
|
1655
1749
|
[key: string]: any;
|
|
1656
1750
|
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
1657
1751
|
[key: string]: any;
|
|
@@ -1665,7 +1759,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1665
1759
|
default?: undefined;
|
|
1666
1760
|
} | {
|
|
1667
1761
|
type: any;
|
|
1668
|
-
default: string | number | boolean | string[] | Events | {
|
|
1762
|
+
default: string | number | boolean | string[] | import('../../_utils/props').Events | {
|
|
1669
1763
|
[key: string]: any;
|
|
1670
1764
|
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
1671
1765
|
[key: string]: any;
|
|
@@ -1679,7 +1773,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1679
1773
|
default?: undefined;
|
|
1680
1774
|
} | {
|
|
1681
1775
|
type: any;
|
|
1682
|
-
default: string | number | boolean | string[] | Events | {
|
|
1776
|
+
default: string | number | boolean | string[] | import('../../_utils/props').Events | {
|
|
1683
1777
|
[key: string]: any;
|
|
1684
1778
|
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
1685
1779
|
[key: string]: any;
|
|
@@ -1693,7 +1787,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1693
1787
|
default?: undefined;
|
|
1694
1788
|
} | {
|
|
1695
1789
|
type: any;
|
|
1696
|
-
default: string | number | boolean | string[] | Events | {
|
|
1790
|
+
default: string | number | boolean | string[] | import('../../_utils/props').Events | {
|
|
1697
1791
|
[key: string]: any;
|
|
1698
1792
|
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
1699
1793
|
[key: string]: any;
|
|
@@ -1707,7 +1801,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1707
1801
|
default?: undefined;
|
|
1708
1802
|
} | {
|
|
1709
1803
|
type: any;
|
|
1710
|
-
default: string | number | boolean | string[] | Events | {
|
|
1804
|
+
default: string | number | boolean | string[] | import('../../_utils/props').Events | {
|
|
1711
1805
|
[key: string]: any;
|
|
1712
1806
|
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
1713
1807
|
[key: string]: any;
|
|
@@ -1721,7 +1815,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1721
1815
|
default?: undefined;
|
|
1722
1816
|
} | {
|
|
1723
1817
|
type: any;
|
|
1724
|
-
default: string | number | boolean | string[] | Events | {
|
|
1818
|
+
default: string | number | boolean | string[] | import('../../_utils/props').Events | {
|
|
1725
1819
|
[key: string]: any;
|
|
1726
1820
|
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
1727
1821
|
[key: string]: any;
|
|
@@ -1735,7 +1829,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1735
1829
|
default?: undefined;
|
|
1736
1830
|
} | {
|
|
1737
1831
|
type: any;
|
|
1738
|
-
default: string | number | boolean | string[] | Events | {
|
|
1832
|
+
default: string | number | boolean | string[] | import('../../_utils/props').Events | {
|
|
1739
1833
|
[key: string]: any;
|
|
1740
1834
|
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
1741
1835
|
[key: string]: any;
|
|
@@ -1749,7 +1843,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1749
1843
|
default?: undefined;
|
|
1750
1844
|
} | {
|
|
1751
1845
|
type: any;
|
|
1752
|
-
default: string | number | boolean | string[] | Events | {
|
|
1846
|
+
default: string | number | boolean | string[] | import('../../_utils/props').Events | {
|
|
1753
1847
|
[key: string]: any;
|
|
1754
1848
|
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
1755
1849
|
[key: string]: any;
|
|
@@ -1763,7 +1857,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1763
1857
|
default?: undefined;
|
|
1764
1858
|
} | {
|
|
1765
1859
|
type: any;
|
|
1766
|
-
default: string | number | boolean | string[] | Events | {
|
|
1860
|
+
default: string | number | boolean | string[] | import('../../_utils/props').Events | {
|
|
1767
1861
|
[key: string]: any;
|
|
1768
1862
|
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
1769
1863
|
[key: string]: any;
|
|
@@ -1777,7 +1871,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1777
1871
|
default?: undefined;
|
|
1778
1872
|
} | {
|
|
1779
1873
|
type: any;
|
|
1780
|
-
default: string | number | boolean | string[] | Events | {
|
|
1874
|
+
default: string | number | boolean | string[] | import('../../_utils/props').Events | {
|
|
1781
1875
|
[key: string]: any;
|
|
1782
1876
|
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
1783
1877
|
[key: string]: any;
|
|
@@ -1791,7 +1885,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1791
1885
|
default?: undefined;
|
|
1792
1886
|
} | {
|
|
1793
1887
|
type: any;
|
|
1794
|
-
default: string | number | boolean | string[] | Events | {
|
|
1888
|
+
default: string | number | boolean | string[] | import('../../_utils/props').Events | {
|
|
1795
1889
|
[key: string]: any;
|
|
1796
1890
|
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
1797
1891
|
[key: string]: any;
|
|
@@ -1805,7 +1899,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1805
1899
|
default?: undefined;
|
|
1806
1900
|
} | {
|
|
1807
1901
|
type: any;
|
|
1808
|
-
default: string | number | boolean | string[] | Events | {
|
|
1902
|
+
default: string | number | boolean | string[] | import('../../_utils/props').Events | {
|
|
1809
1903
|
[key: string]: any;
|
|
1810
1904
|
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
1811
1905
|
[key: string]: any;
|
|
@@ -1819,7 +1913,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1819
1913
|
default?: undefined;
|
|
1820
1914
|
} | {
|
|
1821
1915
|
type: any;
|
|
1822
|
-
default: string | number | boolean | string[] | Events | {
|
|
1916
|
+
default: string | number | boolean | string[] | import('../../_utils/props').Events | {
|
|
1823
1917
|
[key: string]: any;
|
|
1824
1918
|
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
1825
1919
|
[key: string]: any;
|
|
@@ -1833,7 +1927,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1833
1927
|
default?: undefined;
|
|
1834
1928
|
} | {
|
|
1835
1929
|
type: any;
|
|
1836
|
-
default: string | number | boolean | string[] | Events | {
|
|
1930
|
+
default: string | number | boolean | string[] | import('../../_utils/props').Events | {
|
|
1837
1931
|
[key: string]: any;
|
|
1838
1932
|
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
1839
1933
|
[key: string]: any;
|
|
@@ -1847,7 +1941,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1847
1941
|
default?: undefined;
|
|
1848
1942
|
} | {
|
|
1849
1943
|
type: any;
|
|
1850
|
-
default: string | number | boolean | string[] | Events | {
|
|
1944
|
+
default: string | number | boolean | string[] | import('../../_utils/props').Events | {
|
|
1851
1945
|
[key: string]: any;
|
|
1852
1946
|
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
1853
1947
|
[key: string]: any;
|
|
@@ -1861,7 +1955,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1861
1955
|
default?: undefined;
|
|
1862
1956
|
} | {
|
|
1863
1957
|
type: any;
|
|
1864
|
-
default: string | number | boolean | string[] | Events | {
|
|
1958
|
+
default: string | number | boolean | string[] | import('../../_utils/props').Events | {
|
|
1865
1959
|
[key: string]: any;
|
|
1866
1960
|
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
1867
1961
|
[key: string]: any;
|
|
@@ -1875,7 +1969,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1875
1969
|
default?: undefined;
|
|
1876
1970
|
} | {
|
|
1877
1971
|
type: any;
|
|
1878
|
-
default: string | number | boolean | string[] | Events | {
|
|
1972
|
+
default: string | number | boolean | string[] | import('../../_utils/props').Events | {
|
|
1879
1973
|
[key: string]: any;
|
|
1880
1974
|
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
1881
1975
|
[key: string]: any;
|
|
@@ -1889,7 +1983,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1889
1983
|
default?: undefined;
|
|
1890
1984
|
} | {
|
|
1891
1985
|
type: any;
|
|
1892
|
-
default: string | number | boolean | string[] | Events | {
|
|
1986
|
+
default: string | number | boolean | string[] | import('../../_utils/props').Events | {
|
|
1893
1987
|
[key: string]: any;
|
|
1894
1988
|
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
1895
1989
|
[key: string]: any;
|
|
@@ -1903,7 +1997,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1903
1997
|
default?: undefined;
|
|
1904
1998
|
} | {
|
|
1905
1999
|
type: any;
|
|
1906
|
-
default: string | number | boolean | string[] | Events | {
|
|
2000
|
+
default: string | number | boolean | string[] | import('../../_utils/props').Events | {
|
|
1907
2001
|
[key: string]: any;
|
|
1908
2002
|
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
1909
2003
|
[key: string]: any;
|
|
@@ -1917,7 +2011,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1917
2011
|
default?: undefined;
|
|
1918
2012
|
} | {
|
|
1919
2013
|
type: any;
|
|
1920
|
-
default: string | number | boolean | string[] | Events | {
|
|
2014
|
+
default: string | number | boolean | string[] | import('../../_utils/props').Events | {
|
|
1921
2015
|
[key: string]: any;
|
|
1922
2016
|
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
1923
2017
|
[key: string]: any;
|
|
@@ -1931,7 +2025,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1931
2025
|
default?: undefined;
|
|
1932
2026
|
} | {
|
|
1933
2027
|
type: any;
|
|
1934
|
-
default: string | number | boolean | string[] | Events | {
|
|
2028
|
+
default: string | number | boolean | string[] | import('../../_utils/props').Events | {
|
|
1935
2029
|
[key: string]: any;
|
|
1936
2030
|
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
1937
2031
|
[key: string]: any;
|
|
@@ -1945,7 +2039,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1945
2039
|
default?: undefined;
|
|
1946
2040
|
} | {
|
|
1947
2041
|
type: any;
|
|
1948
|
-
default: string | number | boolean | string[] | Events | {
|
|
2042
|
+
default: string | number | boolean | string[] | import('../../_utils/props').Events | {
|
|
1949
2043
|
[key: string]: any;
|
|
1950
2044
|
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
1951
2045
|
[key: string]: any;
|
|
@@ -1959,7 +2053,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1959
2053
|
default?: undefined;
|
|
1960
2054
|
} | {
|
|
1961
2055
|
type: any;
|
|
1962
|
-
default: string | number | boolean | string[] | Events | {
|
|
2056
|
+
default: string | number | boolean | string[] | import('../../_utils/props').Events | {
|
|
1963
2057
|
[key: string]: any;
|
|
1964
2058
|
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
1965
2059
|
[key: string]: any;
|
|
@@ -1973,7 +2067,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1973
2067
|
default?: undefined;
|
|
1974
2068
|
} | {
|
|
1975
2069
|
type: any;
|
|
1976
|
-
default: string | number | boolean | string[] | Events | {
|
|
2070
|
+
default: string | number | boolean | string[] | import('../../_utils/props').Events | {
|
|
1977
2071
|
[key: string]: any;
|
|
1978
2072
|
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
1979
2073
|
[key: string]: any;
|
|
@@ -1987,7 +2081,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
1987
2081
|
default?: undefined;
|
|
1988
2082
|
} | {
|
|
1989
2083
|
type: any;
|
|
1990
|
-
default: string | number | boolean | string[] | Events | {
|
|
2084
|
+
default: string | number | boolean | string[] | import('../../_utils/props').Events | {
|
|
1991
2085
|
[key: string]: any;
|
|
1992
2086
|
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
1993
2087
|
[key: string]: any;
|
|
@@ -2001,7 +2095,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
2001
2095
|
default?: undefined;
|
|
2002
2096
|
} | {
|
|
2003
2097
|
type: any;
|
|
2004
|
-
default: string | number | boolean | string[] | Events | {
|
|
2098
|
+
default: string | number | boolean | string[] | import('../../_utils/props').Events | {
|
|
2005
2099
|
[key: string]: any;
|
|
2006
2100
|
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
2007
2101
|
[key: string]: any;
|
|
@@ -2015,7 +2109,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
2015
2109
|
default?: undefined;
|
|
2016
2110
|
} | {
|
|
2017
2111
|
type: any;
|
|
2018
|
-
default: string | number | boolean | string[] | Events | {
|
|
2112
|
+
default: string | number | boolean | string[] | import('../../_utils/props').Events | {
|
|
2019
2113
|
[key: string]: any;
|
|
2020
2114
|
} | import('../../_utils/props').RequestParams | KeyTypeDataFieldNames | ValueTypeDataFieldNames | Data | {
|
|
2021
2115
|
[key: string]: any;
|