@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,432 +1,167 @@
1
1
  export declare const EcanText: import("../../utils/withInstall").SFCWithInstall<import("vue").DefineComponent<{
2
2
  text: {
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
  color: {
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<string>;
8
+ default?: string;
23
9
  };
24
10
  fontSize: {
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
  fontFamily: {
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<string>;
16
+ default?: string;
45
17
  };
46
18
  fontWeight: {
47
- type?: undefined;
48
- default?: undefined;
49
- } | {
50
- type: any;
51
- default: string | number | boolean | import("../../utils/props").Events | {
52
- [key: string]: any;
53
- } | import("../../utils/props").RequestParams | {
54
- [key: string]: any;
55
- };
19
+ type?: import("vue").PropType<number>;
20
+ default?: number;
56
21
  };
57
22
  justifyContent: {
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
- };
23
+ type?: import("vue").PropType<"center" | "end" | "flex-start">;
24
+ default?: "center" | "end" | "flex-start";
67
25
  };
68
26
  alignItems: {
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
- };
27
+ type?: import("vue").PropType<"center" | "end" | "flex-start">;
28
+ default?: "center" | "end" | "flex-start";
78
29
  };
79
30
  textShadow: {
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
- };
31
+ type?: import("vue").PropType<string>;
32
+ default?: string;
89
33
  };
90
34
  data: {
91
- type?: undefined;
92
- default?: undefined;
93
- } | {
94
- type: any;
95
- default: string | number | boolean | import("../../utils/props").Events | {
35
+ type?: import("vue").PropType<{
96
36
  [key: string]: any;
97
- } | import("../../utils/props").RequestParams | {
37
+ }>;
38
+ default?: {
98
39
  [key: string]: any;
99
40
  };
100
41
  };
101
42
  variableColor: {
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<string>;
44
+ default?: string;
111
45
  };
112
46
  variableFontSize: {
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
  variableDefaultValue: {
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
  format: {
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<"" | "percent" | "money" | "percentage" | "thousands">;
56
+ default?: "" | "percent" | "money" | "percentage" | "thousands";
144
57
  };
145
58
  lineHeight: {
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<number>;
60
+ default?: number;
155
61
  };
156
62
  href: {
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
  target: {
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<"self" | "blank" | "event">;
68
+ default?: "self" | "blank" | "event";
177
69
  };
178
70
  linkPage: {
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
  id: {
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
  name: {
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
  keyName: {
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
  type: {
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
  width: {
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
  height: {
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
  position: {
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<string>;
100
+ default?: string;
265
101
  };
266
102
  top: {
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
  left: {
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<string>;
108
+ default?: string;
287
109
  };
288
110
  zIndex: {
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<number>;
112
+ default?: number;
298
113
  };
299
114
  rotate: {
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<string>;
116
+ default?: string;
309
117
  };
310
118
  isShow: {
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<boolean>;
120
+ default?: boolean;
320
121
  };
321
122
  isRender: {
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<boolean>;
124
+ default?: boolean;
331
125
  };
332
126
  events: {
333
- type?: undefined;
334
- default?: undefined;
335
- } | {
336
- type: any;
337
- default: string | number | boolean | import("../../utils/props").Events | {
338
- [key: string]: any;
339
- } | import("../../utils/props").RequestParams | {
340
- [key: string]: any;
341
- };
127
+ type?: import("vue").PropType<import("../../utils/props").Events>;
128
+ default?: import("../../utils/props").Events;
342
129
  };
343
130
  requestUrl: {
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
- };
131
+ type?: import("vue").PropType<string>;
132
+ default?: string;
353
133
  };
354
134
  requestMethod: {
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
- };
135
+ type?: import("vue").PropType<import("../../utils/props").RequestMethod>;
136
+ default?: import("../../utils/props").RequestMethod;
364
137
  };
365
138
  requestHeaders: {
366
- type?: undefined;
367
- default?: undefined;
368
- } | {
369
- type: any;
370
- default: string | number | boolean | import("../../utils/props").Events | {
139
+ type?: import("vue").PropType<{
371
140
  [key: string]: any;
372
- } | import("../../utils/props").RequestParams | {
141
+ }>;
142
+ default?: {
373
143
  [key: string]: any;
374
144
  };
375
145
  };
376
146
  isOpenRequestTimer: {
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<boolean>;
148
+ default?: boolean;
386
149
  };
387
150
  requestInterval: {
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<number>;
152
+ default?: number;
397
153
  };
398
154
  requestParams: {
399
- type?: undefined;
400
- default?: undefined;
401
- } | {
402
- type: any;
403
- default: string | number | boolean | import("../../utils/props").Events | {
404
- [key: string]: any;
405
- } | import("../../utils/props").RequestParams | {
406
- [key: string]: any;
407
- };
155
+ type?: import("vue").PropType<import("../../utils/props").RequestParams>;
156
+ default?: import("../../utils/props").RequestParams;
408
157
  };
409
158
  requestSort: {
410
- type?: undefined;
411
- default?: undefined;
412
- } | {
413
- type: any;
414
- default: string | number | boolean | import("../../utils/props").Events | {
415
- [key: string]: any;
416
- } | import("../../utils/props").RequestParams | {
417
- [key: string]: any;
418
- };
159
+ type?: import("vue").PropType<number>;
160
+ default?: number;
419
161
  };
420
162
  dataType: {
421
- type?: undefined;
422
- default?: undefined;
423
- } | {
424
- type: any;
425
- default: string | number | boolean | import("../../utils/props").Events | {
426
- [key: string]: any;
427
- } | import("../../utils/props").RequestParams | {
428
- [key: string]: any;
429
- };
163
+ type?: import("vue").PropType<"indicator" | "static" | "request">;
164
+ default?: "indicator" | "static" | "request";
430
165
  };
431
166
  }, {
432
167
  style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
@@ -435,433 +170,168 @@ export declare const EcanText: import("../../utils/withInstall").SFCWithInstall<
435
170
  click: () => void;
436
171
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
437
172
  text: {
438
- type?: undefined;
439
- default?: undefined;
440
- } | {
441
- type: any;
442
- default: string | number | boolean | import("../../utils/props").Events | {
443
- [key: string]: any;
444
- } | import("../../utils/props").RequestParams | {
445
- [key: string]: any;
446
- };
173
+ type?: import("vue").PropType<string>;
174
+ default?: string;
447
175
  };
448
176
  color: {
449
- type?: undefined;
450
- default?: undefined;
451
- } | {
452
- type: any;
453
- default: string | number | boolean | import("../../utils/props").Events | {
454
- [key: string]: any;
455
- } | import("../../utils/props").RequestParams | {
456
- [key: string]: any;
457
- };
177
+ type?: import("vue").PropType<string>;
178
+ default?: string;
458
179
  };
459
180
  fontSize: {
460
- type?: undefined;
461
- default?: undefined;
462
- } | {
463
- type: any;
464
- default: string | number | boolean | import("../../utils/props").Events | {
465
- [key: string]: any;
466
- } | import("../../utils/props").RequestParams | {
467
- [key: string]: any;
468
- };
181
+ type?: import("vue").PropType<string>;
182
+ default?: string;
469
183
  };
470
184
  fontFamily: {
471
- type?: undefined;
472
- default?: undefined;
473
- } | {
474
- type: any;
475
- default: string | number | boolean | import("../../utils/props").Events | {
476
- [key: string]: any;
477
- } | import("../../utils/props").RequestParams | {
478
- [key: string]: any;
479
- };
185
+ type?: import("vue").PropType<string>;
186
+ default?: string;
480
187
  };
481
188
  fontWeight: {
482
- type?: undefined;
483
- default?: undefined;
484
- } | {
485
- type: any;
486
- default: string | number | boolean | import("../../utils/props").Events | {
487
- [key: string]: any;
488
- } | import("../../utils/props").RequestParams | {
489
- [key: string]: any;
490
- };
189
+ type?: import("vue").PropType<number>;
190
+ default?: number;
491
191
  };
492
192
  justifyContent: {
493
- type?: undefined;
494
- default?: undefined;
495
- } | {
496
- type: any;
497
- default: string | number | boolean | import("../../utils/props").Events | {
498
- [key: string]: any;
499
- } | import("../../utils/props").RequestParams | {
500
- [key: string]: any;
501
- };
193
+ type?: import("vue").PropType<"center" | "end" | "flex-start">;
194
+ default?: "center" | "end" | "flex-start";
502
195
  };
503
196
  alignItems: {
504
- type?: undefined;
505
- default?: undefined;
506
- } | {
507
- type: any;
508
- default: string | number | boolean | import("../../utils/props").Events | {
509
- [key: string]: any;
510
- } | import("../../utils/props").RequestParams | {
511
- [key: string]: any;
512
- };
197
+ type?: import("vue").PropType<"center" | "end" | "flex-start">;
198
+ default?: "center" | "end" | "flex-start";
513
199
  };
514
200
  textShadow: {
515
- type?: undefined;
516
- default?: undefined;
517
- } | {
518
- type: any;
519
- default: string | number | boolean | import("../../utils/props").Events | {
520
- [key: string]: any;
521
- } | import("../../utils/props").RequestParams | {
522
- [key: string]: any;
523
- };
201
+ type?: import("vue").PropType<string>;
202
+ default?: string;
524
203
  };
525
204
  data: {
526
- type?: undefined;
527
- default?: undefined;
528
- } | {
529
- type: any;
530
- default: string | number | boolean | import("../../utils/props").Events | {
205
+ type?: import("vue").PropType<{
531
206
  [key: string]: any;
532
- } | import("../../utils/props").RequestParams | {
207
+ }>;
208
+ default?: {
533
209
  [key: string]: any;
534
210
  };
535
211
  };
536
212
  variableColor: {
537
- type?: undefined;
538
- default?: undefined;
539
- } | {
540
- type: any;
541
- default: string | number | boolean | import("../../utils/props").Events | {
542
- [key: string]: any;
543
- } | import("../../utils/props").RequestParams | {
544
- [key: string]: any;
545
- };
213
+ type?: import("vue").PropType<string>;
214
+ default?: string;
546
215
  };
547
216
  variableFontSize: {
548
- type?: undefined;
549
- default?: undefined;
550
- } | {
551
- type: any;
552
- default: string | number | boolean | import("../../utils/props").Events | {
553
- [key: string]: any;
554
- } | import("../../utils/props").RequestParams | {
555
- [key: string]: any;
556
- };
217
+ type?: import("vue").PropType<string>;
218
+ default?: string;
557
219
  };
558
220
  variableDefaultValue: {
559
- type?: undefined;
560
- default?: undefined;
561
- } | {
562
- type: any;
563
- default: string | number | boolean | import("../../utils/props").Events | {
564
- [key: string]: any;
565
- } | import("../../utils/props").RequestParams | {
566
- [key: string]: any;
567
- };
221
+ type?: import("vue").PropType<string>;
222
+ default?: string;
568
223
  };
569
224
  format: {
570
- type?: undefined;
571
- default?: undefined;
572
- } | {
573
- type: any;
574
- default: string | number | boolean | import("../../utils/props").Events | {
575
- [key: string]: any;
576
- } | import("../../utils/props").RequestParams | {
577
- [key: string]: any;
578
- };
225
+ type?: import("vue").PropType<"" | "percent" | "money" | "percentage" | "thousands">;
226
+ default?: "" | "percent" | "money" | "percentage" | "thousands";
579
227
  };
580
228
  lineHeight: {
581
- type?: undefined;
582
- default?: undefined;
583
- } | {
584
- type: any;
585
- default: string | number | boolean | import("../../utils/props").Events | {
586
- [key: string]: any;
587
- } | import("../../utils/props").RequestParams | {
588
- [key: string]: any;
589
- };
229
+ type?: import("vue").PropType<number>;
230
+ default?: number;
590
231
  };
591
232
  href: {
592
- type?: undefined;
593
- default?: undefined;
594
- } | {
595
- type: any;
596
- default: string | number | boolean | import("../../utils/props").Events | {
597
- [key: string]: any;
598
- } | import("../../utils/props").RequestParams | {
599
- [key: string]: any;
600
- };
233
+ type?: import("vue").PropType<string>;
234
+ default?: string;
601
235
  };
602
236
  target: {
603
- type?: undefined;
604
- default?: undefined;
605
- } | {
606
- type: any;
607
- default: string | number | boolean | import("../../utils/props").Events | {
608
- [key: string]: any;
609
- } | import("../../utils/props").RequestParams | {
610
- [key: string]: any;
611
- };
237
+ type?: import("vue").PropType<"self" | "blank" | "event">;
238
+ default?: "self" | "blank" | "event";
612
239
  };
613
240
  linkPage: {
614
- type?: undefined;
615
- default?: undefined;
616
- } | {
617
- type: any;
618
- default: string | number | boolean | import("../../utils/props").Events | {
619
- [key: string]: any;
620
- } | import("../../utils/props").RequestParams | {
621
- [key: string]: any;
622
- };
241
+ type?: import("vue").PropType<string>;
242
+ default?: string;
623
243
  };
624
244
  id: {
625
- type?: undefined;
626
- default?: undefined;
627
- } | {
628
- type: any;
629
- default: string | number | boolean | import("../../utils/props").Events | {
630
- [key: string]: any;
631
- } | import("../../utils/props").RequestParams | {
632
- [key: string]: any;
633
- };
245
+ type?: import("vue").PropType<string>;
246
+ default?: string;
634
247
  };
635
248
  name: {
636
- type?: undefined;
637
- default?: undefined;
638
- } | {
639
- type: any;
640
- default: string | number | boolean | import("../../utils/props").Events | {
641
- [key: string]: any;
642
- } | import("../../utils/props").RequestParams | {
643
- [key: string]: any;
644
- };
249
+ type?: import("vue").PropType<string>;
250
+ default?: string;
645
251
  };
646
252
  keyName: {
647
- type?: undefined;
648
- default?: undefined;
649
- } | {
650
- type: any;
651
- default: string | number | boolean | import("../../utils/props").Events | {
652
- [key: string]: any;
653
- } | import("../../utils/props").RequestParams | {
654
- [key: string]: any;
655
- };
253
+ type?: import("vue").PropType<string>;
254
+ default?: string;
656
255
  };
657
256
  type: {
658
- type?: undefined;
659
- default?: undefined;
660
- } | {
661
- type: any;
662
- default: string | number | boolean | import("../../utils/props").Events | {
663
- [key: string]: any;
664
- } | import("../../utils/props").RequestParams | {
665
- [key: string]: any;
666
- };
257
+ type?: import("vue").PropType<string>;
258
+ default?: string;
667
259
  };
668
260
  width: {
669
- type?: undefined;
670
- default?: undefined;
671
- } | {
672
- type: any;
673
- default: string | number | boolean | import("../../utils/props").Events | {
674
- [key: string]: any;
675
- } | import("../../utils/props").RequestParams | {
676
- [key: string]: any;
677
- };
261
+ type?: import("vue").PropType<string>;
262
+ default?: string;
678
263
  };
679
264
  height: {
680
- type?: undefined;
681
- default?: undefined;
682
- } | {
683
- type: any;
684
- default: string | number | boolean | import("../../utils/props").Events | {
685
- [key: string]: any;
686
- } | import("../../utils/props").RequestParams | {
687
- [key: string]: any;
688
- };
265
+ type?: import("vue").PropType<string>;
266
+ default?: string;
689
267
  };
690
268
  position: {
691
- type?: undefined;
692
- default?: undefined;
693
- } | {
694
- type: any;
695
- default: string | number | boolean | import("../../utils/props").Events | {
696
- [key: string]: any;
697
- } | import("../../utils/props").RequestParams | {
698
- [key: string]: any;
699
- };
269
+ type?: import("vue").PropType<string>;
270
+ default?: string;
700
271
  };
701
272
  top: {
702
- type?: undefined;
703
- default?: undefined;
704
- } | {
705
- type: any;
706
- default: string | number | boolean | import("../../utils/props").Events | {
707
- [key: string]: any;
708
- } | import("../../utils/props").RequestParams | {
709
- [key: string]: any;
710
- };
273
+ type?: import("vue").PropType<string>;
274
+ default?: string;
711
275
  };
712
276
  left: {
713
- type?: undefined;
714
- default?: undefined;
715
- } | {
716
- type: any;
717
- default: string | number | boolean | import("../../utils/props").Events | {
718
- [key: string]: any;
719
- } | import("../../utils/props").RequestParams | {
720
- [key: string]: any;
721
- };
277
+ type?: import("vue").PropType<string>;
278
+ default?: string;
722
279
  };
723
280
  zIndex: {
724
- type?: undefined;
725
- default?: undefined;
726
- } | {
727
- type: any;
728
- default: string | number | boolean | import("../../utils/props").Events | {
729
- [key: string]: any;
730
- } | import("../../utils/props").RequestParams | {
731
- [key: string]: any;
732
- };
281
+ type?: import("vue").PropType<number>;
282
+ default?: number;
733
283
  };
734
284
  rotate: {
735
- type?: undefined;
736
- default?: undefined;
737
- } | {
738
- type: any;
739
- default: string | number | boolean | import("../../utils/props").Events | {
740
- [key: string]: any;
741
- } | import("../../utils/props").RequestParams | {
742
- [key: string]: any;
743
- };
285
+ type?: import("vue").PropType<string>;
286
+ default?: string;
744
287
  };
745
288
  isShow: {
746
- type?: undefined;
747
- default?: undefined;
748
- } | {
749
- type: any;
750
- default: string | number | boolean | import("../../utils/props").Events | {
751
- [key: string]: any;
752
- } | import("../../utils/props").RequestParams | {
753
- [key: string]: any;
754
- };
289
+ type?: import("vue").PropType<boolean>;
290
+ default?: boolean;
755
291
  };
756
292
  isRender: {
757
- type?: undefined;
758
- default?: undefined;
759
- } | {
760
- type: any;
761
- default: string | number | boolean | import("../../utils/props").Events | {
762
- [key: string]: any;
763
- } | import("../../utils/props").RequestParams | {
764
- [key: string]: any;
765
- };
293
+ type?: import("vue").PropType<boolean>;
294
+ default?: boolean;
766
295
  };
767
296
  events: {
768
- type?: undefined;
769
- default?: undefined;
770
- } | {
771
- type: any;
772
- default: string | number | boolean | import("../../utils/props").Events | {
773
- [key: string]: any;
774
- } | import("../../utils/props").RequestParams | {
775
- [key: string]: any;
776
- };
297
+ type?: import("vue").PropType<import("../../utils/props").Events>;
298
+ default?: import("../../utils/props").Events;
777
299
  };
778
300
  requestUrl: {
779
- type?: undefined;
780
- default?: undefined;
781
- } | {
782
- type: any;
783
- default: string | number | boolean | import("../../utils/props").Events | {
784
- [key: string]: any;
785
- } | import("../../utils/props").RequestParams | {
786
- [key: string]: any;
787
- };
301
+ type?: import("vue").PropType<string>;
302
+ default?: string;
788
303
  };
789
304
  requestMethod: {
790
- type?: undefined;
791
- default?: undefined;
792
- } | {
793
- type: any;
794
- default: string | number | boolean | import("../../utils/props").Events | {
795
- [key: string]: any;
796
- } | import("../../utils/props").RequestParams | {
797
- [key: string]: any;
798
- };
305
+ type?: import("vue").PropType<import("../../utils/props").RequestMethod>;
306
+ default?: import("../../utils/props").RequestMethod;
799
307
  };
800
308
  requestHeaders: {
801
- type?: undefined;
802
- default?: undefined;
803
- } | {
804
- type: any;
805
- default: string | number | boolean | import("../../utils/props").Events | {
309
+ type?: import("vue").PropType<{
806
310
  [key: string]: any;
807
- } | import("../../utils/props").RequestParams | {
311
+ }>;
312
+ default?: {
808
313
  [key: string]: any;
809
314
  };
810
315
  };
811
316
  isOpenRequestTimer: {
812
- type?: undefined;
813
- default?: undefined;
814
- } | {
815
- type: any;
816
- default: string | number | boolean | import("../../utils/props").Events | {
817
- [key: string]: any;
818
- } | import("../../utils/props").RequestParams | {
819
- [key: string]: any;
820
- };
317
+ type?: import("vue").PropType<boolean>;
318
+ default?: boolean;
821
319
  };
822
320
  requestInterval: {
823
- type?: undefined;
824
- default?: undefined;
825
- } | {
826
- type: any;
827
- default: string | number | boolean | import("../../utils/props").Events | {
828
- [key: string]: any;
829
- } | import("../../utils/props").RequestParams | {
830
- [key: string]: any;
831
- };
321
+ type?: import("vue").PropType<number>;
322
+ default?: number;
832
323
  };
833
324
  requestParams: {
834
- type?: undefined;
835
- default?: undefined;
836
- } | {
837
- type: any;
838
- default: string | number | boolean | import("../../utils/props").Events | {
839
- [key: string]: any;
840
- } | import("../../utils/props").RequestParams | {
841
- [key: string]: any;
842
- };
325
+ type?: import("vue").PropType<import("../../utils/props").RequestParams>;
326
+ default?: import("../../utils/props").RequestParams;
843
327
  };
844
328
  requestSort: {
845
- type?: undefined;
846
- default?: undefined;
847
- } | {
848
- type: any;
849
- default: string | number | boolean | import("../../utils/props").Events | {
850
- [key: string]: any;
851
- } | import("../../utils/props").RequestParams | {
852
- [key: string]: any;
853
- };
329
+ type?: import("vue").PropType<number>;
330
+ default?: number;
854
331
  };
855
332
  dataType: {
856
- type?: undefined;
857
- default?: undefined;
858
- } | {
859
- type: any;
860
- default: string | number | boolean | import("../../utils/props").Events | {
861
- [key: string]: any;
862
- } | import("../../utils/props").RequestParams | {
863
- [key: string]: any;
864
- };
333
+ type?: import("vue").PropType<"indicator" | "static" | "request">;
334
+ default?: "indicator" | "static" | "request";
865
335
  };
866
336
  }>>, {}>> & Record<string, any>;
867
337
  export default EcanText;