@ecan-bi/datav 1.1.40 → 1.1.41

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (82) hide show
  1. package/dist/index.es.js +995 -987
  2. package/dist/index.es.js.map +1 -1
  3. package/dist/index.umd.js +6 -6
  4. package/dist/index.umd.js.map +1 -1
  5. package/dist/style.css +2 -2
  6. package/package.json +1 -1
  7. package/types/container/border/Border.vue.d.ts +144 -618
  8. package/types/container/border/index.d.ts +144 -618
  9. package/types/container/border/props.d.ts +72 -309
  10. package/types/container/modal/Modal.vue.d.ts +74 -237
  11. package/types/container/modal/index.d.ts +73 -237
  12. package/types/container/modal/props.d.ts +36 -117
  13. package/types/container/tabs/Tabs.vue.d.ts +176 -400
  14. package/types/container/tabs/index.d.ts +176 -400
  15. package/types/container/tabs/props.d.ts +88 -200
  16. package/types/control/button/Button.vue.d.ts +126 -418
  17. package/types/control/button/index.d.ts +126 -418
  18. package/types/control/button/props.d.ts +63 -209
  19. package/types/control/checkbox/Checkbox.vue.d.ts +102 -334
  20. package/types/control/checkbox/index.d.ts +102 -334
  21. package/types/control/checkbox/props.d.ts +51 -167
  22. package/types/control/date-picker/DatePicker.vue.d.ts +119 -391
  23. package/types/control/date-picker/index.d.ts +119 -391
  24. package/types/control/date-picker/props.d.ts +59 -195
  25. package/types/control/input/Input.vue.d.ts +102 -334
  26. package/types/control/input/index.d.ts +102 -334
  27. package/types/control/input/props.d.ts +51 -167
  28. package/types/control/range-picker/RangePicker.vue.d.ts +128 -420
  29. package/types/control/range-picker/index.d.ts +128 -420
  30. package/types/control/range-picker/props.d.ts +63 -209
  31. package/types/control/select/Select.vue.d.ts +125 -531
  32. package/types/control/select/index.d.ts +125 -531
  33. package/types/control/select/props.d.ts +59 -265
  34. package/types/graph/bar/Bar.vue.d.ts +374 -2044
  35. package/types/graph/bar/index.d.ts +373 -2043
  36. package/types/graph/bar/props.d.ts +166 -962
  37. package/types/graph/combo-graph/ComboGraph.vue.d.ts +340 -741
  38. package/types/graph/combo-graph/index.d.ts +339 -741
  39. package/types/graph/combo-graph/props.d.ts +154 -355
  40. package/types/graph/custom-graph/CustomGraph.vue.d.ts +100 -420
  41. package/types/graph/custom-graph/index.d.ts +100 -420
  42. package/types/graph/custom-graph/props.d.ts +50 -210
  43. package/types/graph/line/Line.vue.d.ts +364 -2546
  44. package/types/graph/line/index.d.ts +364 -2546
  45. package/types/graph/line/props.d.ts +149 -1211
  46. package/types/graph/pie/Pie.vue.d.ts +317 -722
  47. package/types/graph/pie/index.d.ts +316 -722
  48. package/types/graph/pie/props.d.ts +142 -345
  49. package/types/graph/scatter/Scatter.vue.d.ts +293 -639
  50. package/types/graph/scatter/index.d.ts +293 -639
  51. package/types/graph/scatter/props.d.ts +132 -305
  52. package/types/map/map/Map.vue.d.ts +269 -1404
  53. package/types/map/map/index.d.ts +269 -1404
  54. package/types/map/map/props.d.ts +121 -664
  55. package/types/media/iframe/Iframe.vue.d.ts +102 -334
  56. package/types/media/iframe/index.d.ts +102 -334
  57. package/types/media/iframe/props.d.ts +51 -167
  58. package/types/media/image/Image.vue.d.ts +110 -362
  59. package/types/media/image/index.d.ts +110 -362
  60. package/types/media/image/props.d.ts +55 -181
  61. package/types/setting/page-config/PageConfig.vue.d.ts +28 -70
  62. package/types/setting/page-config/index.d.ts +28 -70
  63. package/types/setting/page-config/props.d.ts +14 -35
  64. package/types/setting/provider-config/ProviderConfig.vue.d.ts +22 -62
  65. package/types/setting/provider-config/index.d.ts +22 -62
  66. package/types/setting/provider-config/props.d.ts +11 -31
  67. package/types/table/table/Table.vue.d.ts +234 -1660
  68. package/types/table/table/index.d.ts +234 -1660
  69. package/types/table/table/props.d.ts +101 -811
  70. package/types/text/list/List.vue.d.ts +136 -688
  71. package/types/text/list/index.d.ts +136 -688
  72. package/types/text/list/props.d.ts +68 -344
  73. package/types/text/proportion/Proportion.vue.d.ts +148 -636
  74. package/types/text/proportion/index.d.ts +148 -636
  75. package/types/text/proportion/props.d.ts +74 -318
  76. package/types/text/text/Text.vue.d.ts +160 -690
  77. package/types/text/text/index.d.ts +160 -690
  78. package/types/text/text/props.d.ts +81 -346
  79. package/types/text/time-display/TimeDisplay.vue.d.ts +126 -418
  80. package/types/text/time-display/index.d.ts +126 -418
  81. package/types/text/time-display/props.d.ts +63 -209
  82. package/types/utils/props.d.ts +3 -5
@@ -1,399 +1,155 @@
1
1
  export declare const EcanProportion: import('../../utils/withInstall').SFCWithInstall<import("vue").DefineComponent<{
2
2
  strokeColor: {
3
- type?: undefined;
4
- default?: undefined;
5
- } | {
6
- type: any;
7
- default: string | number | boolean | import("../../utils/props").Events | {
8
- [key: string]: any;
9
- } | import("../../utils/props").RequestParams | {
10
- [key: string]: any;
11
- };
3
+ type?: import("vue").PropType<string>;
4
+ default?: string;
12
5
  };
13
6
  strokeLinecap: {
14
- type?: undefined;
15
- default?: undefined;
16
- } | {
17
- type: any;
18
- default: string | number | boolean | import("../../utils/props").Events | {
19
- [key: string]: any;
20
- } | import("../../utils/props").RequestParams | {
21
- [key: string]: any;
22
- };
7
+ type?: import("vue").PropType<"round" | "square">;
8
+ default?: "round" | "square";
23
9
  };
24
10
  trailColor: {
25
- type?: undefined;
26
- default?: undefined;
27
- } | {
28
- type: any;
29
- default: string | number | boolean | import("../../utils/props").Events | {
30
- [key: string]: any;
31
- } | import("../../utils/props").RequestParams | {
32
- [key: string]: any;
33
- };
11
+ type?: import("vue").PropType<string>;
12
+ default?: string;
34
13
  };
35
14
  strokeType: {
36
- type?: undefined;
37
- default?: undefined;
38
- } | {
39
- type: any;
40
- default: string | number | boolean | import("../../utils/props").Events | {
41
- [key: string]: any;
42
- } | import("../../utils/props").RequestParams | {
43
- [key: string]: any;
44
- };
15
+ type?: import("vue").PropType<"circle" | "dashboard">;
16
+ default?: "circle" | "dashboard";
45
17
  };
46
18
  data: {
47
- type?: undefined;
48
- default?: undefined;
49
- } | {
50
- type: any;
51
- default: string | number | boolean | import("../../utils/props").Events | {
19
+ type?: import("vue").PropType<{
52
20
  [key: string]: any;
53
- } | import("../../utils/props").RequestParams | {
21
+ }>;
22
+ default?: {
54
23
  [key: string]: any;
55
24
  };
56
25
  };
57
26
  text: {
58
- type?: undefined;
59
- default?: undefined;
60
- } | {
61
- type: any;
62
- default: string | number | boolean | import("../../utils/props").Events | {
63
- [key: string]: any;
64
- } | import("../../utils/props").RequestParams | {
65
- [key: string]: any;
66
- };
27
+ type?: import("vue").PropType<string>;
28
+ default?: string;
67
29
  };
68
30
  fontSize: {
69
- type?: undefined;
70
- default?: undefined;
71
- } | {
72
- type: any;
73
- default: string | number | boolean | import("../../utils/props").Events | {
74
- [key: string]: any;
75
- } | import("../../utils/props").RequestParams | {
76
- [key: string]: any;
77
- };
31
+ type?: import("vue").PropType<string>;
32
+ default?: string;
78
33
  };
79
34
  color: {
80
- type?: undefined;
81
- default?: undefined;
82
- } | {
83
- type: any;
84
- default: string | number | boolean | import("../../utils/props").Events | {
85
- [key: string]: any;
86
- } | import("../../utils/props").RequestParams | {
87
- [key: string]: any;
88
- };
35
+ type?: import("vue").PropType<string>;
36
+ default?: string;
89
37
  };
90
38
  strokeWidth: {
91
- type?: undefined;
92
- default?: undefined;
93
- } | {
94
- type: any;
95
- default: string | number | boolean | import("../../utils/props").Events | {
96
- [key: string]: any;
97
- } | import("../../utils/props").RequestParams | {
98
- [key: string]: any;
99
- };
39
+ type?: import("vue").PropType<number>;
40
+ default?: number;
100
41
  };
101
42
  fontWeight: {
102
- type?: undefined;
103
- default?: undefined;
104
- } | {
105
- type: any;
106
- default: string | number | boolean | import("../../utils/props").Events | {
107
- [key: string]: any;
108
- } | import("../../utils/props").RequestParams | {
109
- [key: string]: any;
110
- };
43
+ type?: import("vue").PropType<number>;
44
+ default?: number;
111
45
  };
112
46
  strokeTextWidth: {
113
- type?: undefined;
114
- default?: undefined;
115
- } | {
116
- type: any;
117
- default: string | number | boolean | import("../../utils/props").Events | {
118
- [key: string]: any;
119
- } | import("../../utils/props").RequestParams | {
120
- [key: string]: any;
121
- };
47
+ type?: import("vue").PropType<string>;
48
+ default?: string;
122
49
  };
123
50
  lineHeight: {
124
- type?: undefined;
125
- default?: undefined;
126
- } | {
127
- type: any;
128
- default: string | number | boolean | import("../../utils/props").Events | {
129
- [key: string]: any;
130
- } | import("../../utils/props").RequestParams | {
131
- [key: string]: any;
132
- };
51
+ type?: import("vue").PropType<string>;
52
+ default?: string;
133
53
  };
134
54
  decimalFormat: {
135
- type?: undefined;
136
- default?: undefined;
137
- } | {
138
- type: any;
139
- default: string | number | boolean | import("../../utils/props").Events | {
140
- [key: string]: any;
141
- } | import("../../utils/props").RequestParams | {
142
- [key: string]: any;
143
- };
55
+ type?: import("vue").PropType<boolean>;
56
+ default?: boolean;
144
57
  };
145
58
  variableDefaultValue: {
146
- type?: undefined;
147
- default?: undefined;
148
- } | {
149
- type: any;
150
- default: string | number | boolean | import("../../utils/props").Events | {
151
- [key: string]: any;
152
- } | import("../../utils/props").RequestParams | {
153
- [key: string]: any;
154
- };
59
+ type?: import("vue").PropType<string>;
60
+ default?: string;
155
61
  };
156
62
  id: {
157
- type?: undefined;
158
- default?: undefined;
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
- };
63
+ type?: import("vue").PropType<string>;
64
+ default?: string;
166
65
  };
167
66
  name: {
168
- type?: undefined;
169
- default?: undefined;
170
- } | {
171
- type: any;
172
- default: string | number | boolean | import("../../utils/props").Events | {
173
- [key: string]: any;
174
- } | import("../../utils/props").RequestParams | {
175
- [key: string]: any;
176
- };
67
+ type?: import("vue").PropType<string>;
68
+ default?: string;
177
69
  };
178
70
  keyName: {
179
- type?: undefined;
180
- default?: undefined;
181
- } | {
182
- type: any;
183
- default: string | number | boolean | import("../../utils/props").Events | {
184
- [key: string]: any;
185
- } | import("../../utils/props").RequestParams | {
186
- [key: string]: any;
187
- };
71
+ type?: import("vue").PropType<string>;
72
+ default?: string;
188
73
  };
189
74
  type: {
190
- type?: undefined;
191
- default?: undefined;
192
- } | {
193
- type: any;
194
- default: string | number | boolean | import("../../utils/props").Events | {
195
- [key: string]: any;
196
- } | import("../../utils/props").RequestParams | {
197
- [key: string]: any;
198
- };
75
+ type?: import("vue").PropType<string>;
76
+ default?: string;
199
77
  };
200
78
  width: {
201
- type?: undefined;
202
- default?: undefined;
203
- } | {
204
- type: any;
205
- default: string | number | boolean | import("../../utils/props").Events | {
206
- [key: string]: any;
207
- } | import("../../utils/props").RequestParams | {
208
- [key: string]: any;
209
- };
79
+ type?: import("vue").PropType<string>;
80
+ default?: string;
210
81
  };
211
82
  height: {
212
- type?: undefined;
213
- default?: undefined;
214
- } | {
215
- type: any;
216
- default: string | number | boolean | import("../../utils/props").Events | {
217
- [key: string]: any;
218
- } | import("../../utils/props").RequestParams | {
219
- [key: string]: any;
220
- };
83
+ type?: import("vue").PropType<string>;
84
+ default?: string;
221
85
  };
222
86
  position: {
223
- type?: undefined;
224
- default?: undefined;
225
- } | {
226
- type: any;
227
- default: string | number | boolean | import("../../utils/props").Events | {
228
- [key: string]: any;
229
- } | import("../../utils/props").RequestParams | {
230
- [key: string]: any;
231
- };
87
+ type?: import("vue").PropType<string>;
88
+ default?: string;
232
89
  };
233
90
  top: {
234
- type?: undefined;
235
- default?: undefined;
236
- } | {
237
- type: any;
238
- default: string | number | boolean | import("../../utils/props").Events | {
239
- [key: string]: any;
240
- } | import("../../utils/props").RequestParams | {
241
- [key: string]: any;
242
- };
91
+ type?: import("vue").PropType<string>;
92
+ default?: string;
243
93
  };
244
94
  left: {
245
- type?: undefined;
246
- default?: undefined;
247
- } | {
248
- type: any;
249
- default: string | number | boolean | import("../../utils/props").Events | {
250
- [key: string]: any;
251
- } | import("../../utils/props").RequestParams | {
252
- [key: string]: any;
253
- };
95
+ type?: import("vue").PropType<string>;
96
+ default?: string;
254
97
  };
255
98
  zIndex: {
256
- type?: undefined;
257
- default?: undefined;
258
- } | {
259
- type: any;
260
- default: string | number | boolean | import("../../utils/props").Events | {
261
- [key: string]: any;
262
- } | import("../../utils/props").RequestParams | {
263
- [key: string]: any;
264
- };
99
+ type?: import("vue").PropType<number>;
100
+ default?: number;
265
101
  };
266
102
  rotate: {
267
- type?: undefined;
268
- default?: undefined;
269
- } | {
270
- type: any;
271
- default: string | number | boolean | import("../../utils/props").Events | {
272
- [key: string]: any;
273
- } | import("../../utils/props").RequestParams | {
274
- [key: string]: any;
275
- };
103
+ type?: import("vue").PropType<string>;
104
+ default?: string;
276
105
  };
277
106
  isShow: {
278
- type?: undefined;
279
- default?: undefined;
280
- } | {
281
- type: any;
282
- default: string | number | boolean | import("../../utils/props").Events | {
283
- [key: string]: any;
284
- } | import("../../utils/props").RequestParams | {
285
- [key: string]: any;
286
- };
107
+ type?: import("vue").PropType<boolean>;
108
+ default?: boolean;
287
109
  };
288
110
  isRender: {
289
- type?: undefined;
290
- default?: undefined;
291
- } | {
292
- type: any;
293
- default: string | number | boolean | import("../../utils/props").Events | {
294
- [key: string]: any;
295
- } | import("../../utils/props").RequestParams | {
296
- [key: string]: any;
297
- };
111
+ type?: import("vue").PropType<boolean>;
112
+ default?: boolean;
298
113
  };
299
114
  events: {
300
- type?: undefined;
301
- default?: undefined;
302
- } | {
303
- type: any;
304
- default: string | number | boolean | import("../../utils/props").Events | {
305
- [key: string]: any;
306
- } | import("../../utils/props").RequestParams | {
307
- [key: string]: any;
308
- };
115
+ type?: import("vue").PropType<import("../../utils/props").Events>;
116
+ default?: import("../../utils/props").Events;
309
117
  };
310
118
  requestUrl: {
311
- type?: undefined;
312
- default?: undefined;
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
- };
119
+ type?: import("vue").PropType<string>;
120
+ default?: string;
320
121
  };
321
122
  requestMethod: {
322
- type?: undefined;
323
- default?: undefined;
324
- } | {
325
- type: any;
326
- default: string | number | boolean | import("../../utils/props").Events | {
327
- [key: string]: any;
328
- } | import("../../utils/props").RequestParams | {
329
- [key: string]: any;
330
- };
123
+ type?: import("vue").PropType<import("../../utils/props").RequestMethod>;
124
+ default?: import("../../utils/props").RequestMethod;
331
125
  };
332
126
  requestHeaders: {
333
- type?: undefined;
334
- default?: undefined;
335
- } | {
336
- type: any;
337
- default: string | number | boolean | import("../../utils/props").Events | {
127
+ type?: import("vue").PropType<{
338
128
  [key: string]: any;
339
- } | import("../../utils/props").RequestParams | {
129
+ }>;
130
+ default?: {
340
131
  [key: string]: any;
341
132
  };
342
133
  };
343
134
  isOpenRequestTimer: {
344
- type?: undefined;
345
- default?: undefined;
346
- } | {
347
- type: any;
348
- default: string | number | boolean | import("../../utils/props").Events | {
349
- [key: string]: any;
350
- } | import("../../utils/props").RequestParams | {
351
- [key: string]: any;
352
- };
135
+ type?: import("vue").PropType<boolean>;
136
+ default?: boolean;
353
137
  };
354
138
  requestInterval: {
355
- type?: undefined;
356
- default?: undefined;
357
- } | {
358
- type: any;
359
- default: string | number | boolean | import("../../utils/props").Events | {
360
- [key: string]: any;
361
- } | import("../../utils/props").RequestParams | {
362
- [key: string]: any;
363
- };
139
+ type?: import("vue").PropType<number>;
140
+ default?: number;
364
141
  };
365
142
  requestParams: {
366
- type?: undefined;
367
- default?: undefined;
368
- } | {
369
- type: any;
370
- default: string | number | boolean | import("../../utils/props").Events | {
371
- [key: string]: any;
372
- } | import("../../utils/props").RequestParams | {
373
- [key: string]: any;
374
- };
143
+ type?: import("vue").PropType<import("../../utils/props").RequestParams>;
144
+ default?: import("../../utils/props").RequestParams;
375
145
  };
376
146
  requestSort: {
377
- type?: undefined;
378
- default?: undefined;
379
- } | {
380
- type: any;
381
- default: string | number | boolean | import("../../utils/props").Events | {
382
- [key: string]: any;
383
- } | import("../../utils/props").RequestParams | {
384
- [key: string]: any;
385
- };
147
+ type?: import("vue").PropType<number>;
148
+ default?: number;
386
149
  };
387
150
  dataType: {
388
- type?: undefined;
389
- default?: undefined;
390
- } | {
391
- type: any;
392
- default: string | number | boolean | import("../../utils/props").Events | {
393
- [key: string]: any;
394
- } | import("../../utils/props").RequestParams | {
395
- [key: string]: any;
396
- };
151
+ type?: import("vue").PropType<"indicator" | "static" | "request">;
152
+ default?: "indicator" | "static" | "request";
397
153
  };
398
154
  }, {
399
155
  style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
@@ -404,400 +160,156 @@ export declare const EcanProportion: import('../../utils/withInstall').SFCWithIn
404
160
  click: () => void;
405
161
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
406
162
  strokeColor: {
407
- type?: undefined;
408
- default?: undefined;
409
- } | {
410
- type: any;
411
- default: string | number | boolean | import("../../utils/props").Events | {
412
- [key: string]: any;
413
- } | import("../../utils/props").RequestParams | {
414
- [key: string]: any;
415
- };
163
+ type?: import("vue").PropType<string>;
164
+ default?: string;
416
165
  };
417
166
  strokeLinecap: {
418
- type?: undefined;
419
- default?: undefined;
420
- } | {
421
- type: any;
422
- default: string | number | boolean | import("../../utils/props").Events | {
423
- [key: string]: any;
424
- } | import("../../utils/props").RequestParams | {
425
- [key: string]: any;
426
- };
167
+ type?: import("vue").PropType<"round" | "square">;
168
+ default?: "round" | "square";
427
169
  };
428
170
  trailColor: {
429
- type?: undefined;
430
- default?: undefined;
431
- } | {
432
- type: any;
433
- default: string | number | boolean | import("../../utils/props").Events | {
434
- [key: string]: any;
435
- } | import("../../utils/props").RequestParams | {
436
- [key: string]: any;
437
- };
171
+ type?: import("vue").PropType<string>;
172
+ default?: string;
438
173
  };
439
174
  strokeType: {
440
- type?: undefined;
441
- default?: undefined;
442
- } | {
443
- type: any;
444
- default: string | number | boolean | import("../../utils/props").Events | {
445
- [key: string]: any;
446
- } | import("../../utils/props").RequestParams | {
447
- [key: string]: any;
448
- };
175
+ type?: import("vue").PropType<"circle" | "dashboard">;
176
+ default?: "circle" | "dashboard";
449
177
  };
450
178
  data: {
451
- type?: undefined;
452
- default?: undefined;
453
- } | {
454
- type: any;
455
- default: string | number | boolean | import("../../utils/props").Events | {
179
+ type?: import("vue").PropType<{
456
180
  [key: string]: any;
457
- } | import("../../utils/props").RequestParams | {
181
+ }>;
182
+ default?: {
458
183
  [key: string]: any;
459
184
  };
460
185
  };
461
186
  text: {
462
- type?: undefined;
463
- default?: undefined;
464
- } | {
465
- type: any;
466
- default: string | number | boolean | import("../../utils/props").Events | {
467
- [key: string]: any;
468
- } | import("../../utils/props").RequestParams | {
469
- [key: string]: any;
470
- };
187
+ type?: import("vue").PropType<string>;
188
+ default?: string;
471
189
  };
472
190
  fontSize: {
473
- type?: undefined;
474
- default?: undefined;
475
- } | {
476
- type: any;
477
- default: string | number | boolean | import("../../utils/props").Events | {
478
- [key: string]: any;
479
- } | import("../../utils/props").RequestParams | {
480
- [key: string]: any;
481
- };
191
+ type?: import("vue").PropType<string>;
192
+ default?: string;
482
193
  };
483
194
  color: {
484
- type?: undefined;
485
- default?: undefined;
486
- } | {
487
- type: any;
488
- default: string | number | boolean | import("../../utils/props").Events | {
489
- [key: string]: any;
490
- } | import("../../utils/props").RequestParams | {
491
- [key: string]: any;
492
- };
195
+ type?: import("vue").PropType<string>;
196
+ default?: string;
493
197
  };
494
198
  strokeWidth: {
495
- type?: undefined;
496
- default?: undefined;
497
- } | {
498
- type: any;
499
- default: string | number | boolean | import("../../utils/props").Events | {
500
- [key: string]: any;
501
- } | import("../../utils/props").RequestParams | {
502
- [key: string]: any;
503
- };
199
+ type?: import("vue").PropType<number>;
200
+ default?: number;
504
201
  };
505
202
  fontWeight: {
506
- type?: undefined;
507
- default?: undefined;
508
- } | {
509
- type: any;
510
- default: string | number | boolean | import("../../utils/props").Events | {
511
- [key: string]: any;
512
- } | import("../../utils/props").RequestParams | {
513
- [key: string]: any;
514
- };
203
+ type?: import("vue").PropType<number>;
204
+ default?: number;
515
205
  };
516
206
  strokeTextWidth: {
517
- type?: undefined;
518
- default?: undefined;
519
- } | {
520
- type: any;
521
- default: string | number | boolean | import("../../utils/props").Events | {
522
- [key: string]: any;
523
- } | import("../../utils/props").RequestParams | {
524
- [key: string]: any;
525
- };
207
+ type?: import("vue").PropType<string>;
208
+ default?: string;
526
209
  };
527
210
  lineHeight: {
528
- type?: undefined;
529
- default?: undefined;
530
- } | {
531
- type: any;
532
- default: string | number | boolean | import("../../utils/props").Events | {
533
- [key: string]: any;
534
- } | import("../../utils/props").RequestParams | {
535
- [key: string]: any;
536
- };
211
+ type?: import("vue").PropType<string>;
212
+ default?: string;
537
213
  };
538
214
  decimalFormat: {
539
- type?: undefined;
540
- default?: undefined;
541
- } | {
542
- type: any;
543
- default: string | number | boolean | import("../../utils/props").Events | {
544
- [key: string]: any;
545
- } | import("../../utils/props").RequestParams | {
546
- [key: string]: any;
547
- };
215
+ type?: import("vue").PropType<boolean>;
216
+ default?: boolean;
548
217
  };
549
218
  variableDefaultValue: {
550
- type?: undefined;
551
- default?: undefined;
552
- } | {
553
- type: any;
554
- default: string | number | boolean | import("../../utils/props").Events | {
555
- [key: string]: any;
556
- } | import("../../utils/props").RequestParams | {
557
- [key: string]: any;
558
- };
219
+ type?: import("vue").PropType<string>;
220
+ default?: string;
559
221
  };
560
222
  id: {
561
- type?: undefined;
562
- default?: undefined;
563
- } | {
564
- type: any;
565
- default: string | number | boolean | import("../../utils/props").Events | {
566
- [key: string]: any;
567
- } | import("../../utils/props").RequestParams | {
568
- [key: string]: any;
569
- };
223
+ type?: import("vue").PropType<string>;
224
+ default?: string;
570
225
  };
571
226
  name: {
572
- type?: undefined;
573
- default?: undefined;
574
- } | {
575
- type: any;
576
- default: string | number | boolean | import("../../utils/props").Events | {
577
- [key: string]: any;
578
- } | import("../../utils/props").RequestParams | {
579
- [key: string]: any;
580
- };
227
+ type?: import("vue").PropType<string>;
228
+ default?: string;
581
229
  };
582
230
  keyName: {
583
- type?: undefined;
584
- default?: undefined;
585
- } | {
586
- type: any;
587
- default: string | number | boolean | import("../../utils/props").Events | {
588
- [key: string]: any;
589
- } | import("../../utils/props").RequestParams | {
590
- [key: string]: any;
591
- };
231
+ type?: import("vue").PropType<string>;
232
+ default?: string;
592
233
  };
593
234
  type: {
594
- type?: undefined;
595
- default?: undefined;
596
- } | {
597
- type: any;
598
- default: string | number | boolean | import("../../utils/props").Events | {
599
- [key: string]: any;
600
- } | import("../../utils/props").RequestParams | {
601
- [key: string]: any;
602
- };
235
+ type?: import("vue").PropType<string>;
236
+ default?: string;
603
237
  };
604
238
  width: {
605
- type?: undefined;
606
- default?: undefined;
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
- };
239
+ type?: import("vue").PropType<string>;
240
+ default?: string;
614
241
  };
615
242
  height: {
616
- type?: undefined;
617
- default?: undefined;
618
- } | {
619
- type: any;
620
- default: string | number | boolean | import("../../utils/props").Events | {
621
- [key: string]: any;
622
- } | import("../../utils/props").RequestParams | {
623
- [key: string]: any;
624
- };
243
+ type?: import("vue").PropType<string>;
244
+ default?: string;
625
245
  };
626
246
  position: {
627
- type?: undefined;
628
- default?: undefined;
629
- } | {
630
- type: any;
631
- default: string | number | boolean | import("../../utils/props").Events | {
632
- [key: string]: any;
633
- } | import("../../utils/props").RequestParams | {
634
- [key: string]: any;
635
- };
247
+ type?: import("vue").PropType<string>;
248
+ default?: string;
636
249
  };
637
250
  top: {
638
- type?: undefined;
639
- default?: undefined;
640
- } | {
641
- type: any;
642
- default: string | number | boolean | import("../../utils/props").Events | {
643
- [key: string]: any;
644
- } | import("../../utils/props").RequestParams | {
645
- [key: string]: any;
646
- };
251
+ type?: import("vue").PropType<string>;
252
+ default?: string;
647
253
  };
648
254
  left: {
649
- type?: undefined;
650
- default?: undefined;
651
- } | {
652
- type: any;
653
- default: string | number | boolean | import("../../utils/props").Events | {
654
- [key: string]: any;
655
- } | import("../../utils/props").RequestParams | {
656
- [key: string]: any;
657
- };
255
+ type?: import("vue").PropType<string>;
256
+ default?: string;
658
257
  };
659
258
  zIndex: {
660
- type?: undefined;
661
- default?: undefined;
662
- } | {
663
- type: any;
664
- default: string | number | boolean | import("../../utils/props").Events | {
665
- [key: string]: any;
666
- } | import("../../utils/props").RequestParams | {
667
- [key: string]: any;
668
- };
259
+ type?: import("vue").PropType<number>;
260
+ default?: number;
669
261
  };
670
262
  rotate: {
671
- type?: undefined;
672
- default?: undefined;
673
- } | {
674
- type: any;
675
- default: string | number | boolean | import("../../utils/props").Events | {
676
- [key: string]: any;
677
- } | import("../../utils/props").RequestParams | {
678
- [key: string]: any;
679
- };
263
+ type?: import("vue").PropType<string>;
264
+ default?: string;
680
265
  };
681
266
  isShow: {
682
- type?: undefined;
683
- default?: undefined;
684
- } | {
685
- type: any;
686
- default: string | number | boolean | import("../../utils/props").Events | {
687
- [key: string]: any;
688
- } | import("../../utils/props").RequestParams | {
689
- [key: string]: any;
690
- };
267
+ type?: import("vue").PropType<boolean>;
268
+ default?: boolean;
691
269
  };
692
270
  isRender: {
693
- type?: undefined;
694
- default?: undefined;
695
- } | {
696
- type: any;
697
- default: string | number | boolean | import("../../utils/props").Events | {
698
- [key: string]: any;
699
- } | import("../../utils/props").RequestParams | {
700
- [key: string]: any;
701
- };
271
+ type?: import("vue").PropType<boolean>;
272
+ default?: boolean;
702
273
  };
703
274
  events: {
704
- type?: undefined;
705
- default?: undefined;
706
- } | {
707
- type: any;
708
- default: string | number | boolean | import("../../utils/props").Events | {
709
- [key: string]: any;
710
- } | import("../../utils/props").RequestParams | {
711
- [key: string]: any;
712
- };
275
+ type?: import("vue").PropType<import("../../utils/props").Events>;
276
+ default?: import("../../utils/props").Events;
713
277
  };
714
278
  requestUrl: {
715
- type?: undefined;
716
- default?: undefined;
717
- } | {
718
- type: any;
719
- default: string | number | boolean | import("../../utils/props").Events | {
720
- [key: string]: any;
721
- } | import("../../utils/props").RequestParams | {
722
- [key: string]: any;
723
- };
279
+ type?: import("vue").PropType<string>;
280
+ default?: string;
724
281
  };
725
282
  requestMethod: {
726
- type?: undefined;
727
- default?: undefined;
728
- } | {
729
- type: any;
730
- default: string | number | boolean | import("../../utils/props").Events | {
731
- [key: string]: any;
732
- } | import("../../utils/props").RequestParams | {
733
- [key: string]: any;
734
- };
283
+ type?: import("vue").PropType<import("../../utils/props").RequestMethod>;
284
+ default?: import("../../utils/props").RequestMethod;
735
285
  };
736
286
  requestHeaders: {
737
- type?: undefined;
738
- default?: undefined;
739
- } | {
740
- type: any;
741
- default: string | number | boolean | import("../../utils/props").Events | {
287
+ type?: import("vue").PropType<{
742
288
  [key: string]: any;
743
- } | import("../../utils/props").RequestParams | {
289
+ }>;
290
+ default?: {
744
291
  [key: string]: any;
745
292
  };
746
293
  };
747
294
  isOpenRequestTimer: {
748
- type?: undefined;
749
- default?: undefined;
750
- } | {
751
- type: any;
752
- default: string | number | boolean | import("../../utils/props").Events | {
753
- [key: string]: any;
754
- } | import("../../utils/props").RequestParams | {
755
- [key: string]: any;
756
- };
295
+ type?: import("vue").PropType<boolean>;
296
+ default?: boolean;
757
297
  };
758
298
  requestInterval: {
759
- type?: undefined;
760
- default?: undefined;
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
- };
299
+ type?: import("vue").PropType<number>;
300
+ default?: number;
768
301
  };
769
302
  requestParams: {
770
- type?: undefined;
771
- default?: undefined;
772
- } | {
773
- type: any;
774
- default: string | number | boolean | import("../../utils/props").Events | {
775
- [key: string]: any;
776
- } | import("../../utils/props").RequestParams | {
777
- [key: string]: any;
778
- };
303
+ type?: import("vue").PropType<import("../../utils/props").RequestParams>;
304
+ default?: import("../../utils/props").RequestParams;
779
305
  };
780
306
  requestSort: {
781
- type?: undefined;
782
- default?: undefined;
783
- } | {
784
- type: any;
785
- default: string | number | boolean | import("../../utils/props").Events | {
786
- [key: string]: any;
787
- } | import("../../utils/props").RequestParams | {
788
- [key: string]: any;
789
- };
307
+ type?: import("vue").PropType<number>;
308
+ default?: number;
790
309
  };
791
310
  dataType: {
792
- type?: undefined;
793
- default?: undefined;
794
- } | {
795
- type: any;
796
- default: string | number | boolean | import("../../utils/props").Events | {
797
- [key: string]: any;
798
- } | import("../../utils/props").RequestParams | {
799
- [key: string]: any;
800
- };
311
+ type?: import("vue").PropType<"indicator" | "static" | "request">;
312
+ default?: "indicator" | "static" | "request";
801
313
  };
802
314
  }>>, {}>> & Record<string, any>;
803
315
  export default EcanProportion;