@ecan-bi/datav 1.1.40 → 1.1.42

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (83) hide show
  1. package/dist/index.es.js +1307 -1297
  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
  83. package/types/utils/runCode.d.ts +2 -0
@@ -14,7 +14,7 @@ export interface TextProps extends Props {
14
14
  variableColor: string;
15
15
  variableFontSize: string;
16
16
  variableDefaultValue: string;
17
- format: '' | 'percentage';
17
+ format: '' | 'percentage' | 'money' | 'percent' | 'thousands';
18
18
  lineHeight: number;
19
19
  href: string;
20
20
  target: 'self' | 'blank' | 'event';
@@ -23,433 +23,168 @@ export interface TextProps extends Props {
23
23
  export declare const textProps: TextProps;
24
24
  export declare const textComponentProps: {
25
25
  text: {
26
- type?: undefined;
27
- default?: undefined;
28
- } | {
29
- type: any;
30
- default: string | number | boolean | import('../../utils/props').Events | {
31
- [key: string]: any;
32
- } | import('../../utils/props').RequestParams | {
33
- [key: string]: any;
34
- };
26
+ type?: import("vue").PropType<string>;
27
+ default?: string;
35
28
  };
36
29
  color: {
37
- type?: undefined;
38
- default?: undefined;
39
- } | {
40
- type: any;
41
- default: string | number | boolean | import('../../utils/props').Events | {
42
- [key: string]: any;
43
- } | import('../../utils/props').RequestParams | {
44
- [key: string]: any;
45
- };
30
+ type?: import("vue").PropType<string>;
31
+ default?: string;
46
32
  };
47
33
  fontSize: {
48
- type?: undefined;
49
- default?: undefined;
50
- } | {
51
- type: any;
52
- default: string | number | boolean | import('../../utils/props').Events | {
53
- [key: string]: any;
54
- } | import('../../utils/props').RequestParams | {
55
- [key: string]: any;
56
- };
34
+ type?: import("vue").PropType<string>;
35
+ default?: string;
57
36
  };
58
37
  fontFamily: {
59
- type?: undefined;
60
- default?: undefined;
61
- } | {
62
- type: any;
63
- default: string | number | boolean | import('../../utils/props').Events | {
64
- [key: string]: any;
65
- } | import('../../utils/props').RequestParams | {
66
- [key: string]: any;
67
- };
38
+ type?: import("vue").PropType<string>;
39
+ default?: string;
68
40
  };
69
41
  fontWeight: {
70
- type?: undefined;
71
- default?: undefined;
72
- } | {
73
- type: any;
74
- default: string | number | boolean | import('../../utils/props').Events | {
75
- [key: string]: any;
76
- } | import('../../utils/props').RequestParams | {
77
- [key: string]: any;
78
- };
42
+ type?: import("vue").PropType<number>;
43
+ default?: number;
79
44
  };
80
45
  justifyContent: {
81
- type?: undefined;
82
- default?: undefined;
83
- } | {
84
- type: any;
85
- default: string | number | boolean | import('../../utils/props').Events | {
86
- [key: string]: any;
87
- } | import('../../utils/props').RequestParams | {
88
- [key: string]: any;
89
- };
46
+ type?: import("vue").PropType<"center" | "end" | "flex-start">;
47
+ default?: "center" | "end" | "flex-start";
90
48
  };
91
49
  alignItems: {
92
- type?: undefined;
93
- default?: undefined;
94
- } | {
95
- type: any;
96
- default: string | number | boolean | import('../../utils/props').Events | {
97
- [key: string]: any;
98
- } | import('../../utils/props').RequestParams | {
99
- [key: string]: any;
100
- };
50
+ type?: import("vue").PropType<"center" | "end" | "flex-start">;
51
+ default?: "center" | "end" | "flex-start";
101
52
  };
102
53
  textShadow: {
103
- type?: undefined;
104
- default?: undefined;
105
- } | {
106
- type: any;
107
- default: string | number | boolean | import('../../utils/props').Events | {
108
- [key: string]: any;
109
- } | import('../../utils/props').RequestParams | {
110
- [key: string]: any;
111
- };
54
+ type?: import("vue").PropType<string>;
55
+ default?: string;
112
56
  };
113
57
  data: {
114
- type?: undefined;
115
- default?: undefined;
116
- } | {
117
- type: any;
118
- default: string | number | boolean | import('../../utils/props').Events | {
58
+ type?: import("vue").PropType<{
119
59
  [key: string]: any;
120
- } | import('../../utils/props').RequestParams | {
60
+ }>;
61
+ default?: {
121
62
  [key: string]: any;
122
63
  };
123
64
  };
124
65
  variableColor: {
125
- type?: undefined;
126
- default?: undefined;
127
- } | {
128
- type: any;
129
- default: string | number | boolean | import('../../utils/props').Events | {
130
- [key: string]: any;
131
- } | import('../../utils/props').RequestParams | {
132
- [key: string]: any;
133
- };
66
+ type?: import("vue").PropType<string>;
67
+ default?: string;
134
68
  };
135
69
  variableFontSize: {
136
- type?: undefined;
137
- default?: undefined;
138
- } | {
139
- type: any;
140
- default: string | number | boolean | import('../../utils/props').Events | {
141
- [key: string]: any;
142
- } | import('../../utils/props').RequestParams | {
143
- [key: string]: any;
144
- };
70
+ type?: import("vue").PropType<string>;
71
+ default?: string;
145
72
  };
146
73
  variableDefaultValue: {
147
- type?: undefined;
148
- default?: undefined;
149
- } | {
150
- type: any;
151
- default: string | number | boolean | import('../../utils/props').Events | {
152
- [key: string]: any;
153
- } | import('../../utils/props').RequestParams | {
154
- [key: string]: any;
155
- };
74
+ type?: import("vue").PropType<string>;
75
+ default?: string;
156
76
  };
157
77
  format: {
158
- type?: undefined;
159
- default?: undefined;
160
- } | {
161
- type: any;
162
- default: string | number | boolean | import('../../utils/props').Events | {
163
- [key: string]: any;
164
- } | import('../../utils/props').RequestParams | {
165
- [key: string]: any;
166
- };
78
+ type?: import("vue").PropType<"" | "percent" | "money" | "percentage" | "thousands">;
79
+ default?: "" | "percent" | "money" | "percentage" | "thousands";
167
80
  };
168
81
  lineHeight: {
169
- type?: undefined;
170
- default?: undefined;
171
- } | {
172
- type: any;
173
- default: string | number | boolean | import('../../utils/props').Events | {
174
- [key: string]: any;
175
- } | import('../../utils/props').RequestParams | {
176
- [key: string]: any;
177
- };
82
+ type?: import("vue").PropType<number>;
83
+ default?: number;
178
84
  };
179
85
  href: {
180
- type?: undefined;
181
- default?: undefined;
182
- } | {
183
- type: any;
184
- default: string | number | boolean | import('../../utils/props').Events | {
185
- [key: string]: any;
186
- } | import('../../utils/props').RequestParams | {
187
- [key: string]: any;
188
- };
86
+ type?: import("vue").PropType<string>;
87
+ default?: string;
189
88
  };
190
89
  target: {
191
- type?: undefined;
192
- default?: undefined;
193
- } | {
194
- type: any;
195
- default: string | number | boolean | import('../../utils/props').Events | {
196
- [key: string]: any;
197
- } | import('../../utils/props').RequestParams | {
198
- [key: string]: any;
199
- };
90
+ type?: import("vue").PropType<"self" | "blank" | "event">;
91
+ default?: "self" | "blank" | "event";
200
92
  };
201
93
  linkPage: {
202
- type?: undefined;
203
- default?: undefined;
204
- } | {
205
- type: any;
206
- default: string | number | boolean | import('../../utils/props').Events | {
207
- [key: string]: any;
208
- } | import('../../utils/props').RequestParams | {
209
- [key: string]: any;
210
- };
94
+ type?: import("vue").PropType<string>;
95
+ default?: string;
211
96
  };
212
97
  id: {
213
- type?: undefined;
214
- default?: undefined;
215
- } | {
216
- type: any;
217
- default: string | number | boolean | import('../../utils/props').Events | {
218
- [key: string]: any;
219
- } | import('../../utils/props').RequestParams | {
220
- [key: string]: any;
221
- };
98
+ type?: import("vue").PropType<string>;
99
+ default?: string;
222
100
  };
223
101
  name: {
224
- type?: undefined;
225
- default?: undefined;
226
- } | {
227
- type: any;
228
- default: string | number | boolean | import('../../utils/props').Events | {
229
- [key: string]: any;
230
- } | import('../../utils/props').RequestParams | {
231
- [key: string]: any;
232
- };
102
+ type?: import("vue").PropType<string>;
103
+ default?: string;
233
104
  };
234
105
  keyName: {
235
- type?: undefined;
236
- default?: undefined;
237
- } | {
238
- type: any;
239
- default: string | number | boolean | import('../../utils/props').Events | {
240
- [key: string]: any;
241
- } | import('../../utils/props').RequestParams | {
242
- [key: string]: any;
243
- };
106
+ type?: import("vue").PropType<string>;
107
+ default?: string;
244
108
  };
245
109
  type: {
246
- type?: undefined;
247
- default?: undefined;
248
- } | {
249
- type: any;
250
- default: string | number | boolean | import('../../utils/props').Events | {
251
- [key: string]: any;
252
- } | import('../../utils/props').RequestParams | {
253
- [key: string]: any;
254
- };
110
+ type?: import("vue").PropType<string>;
111
+ default?: string;
255
112
  };
256
113
  width: {
257
- type?: undefined;
258
- default?: undefined;
259
- } | {
260
- type: any;
261
- default: string | number | boolean | import('../../utils/props').Events | {
262
- [key: string]: any;
263
- } | import('../../utils/props').RequestParams | {
264
- [key: string]: any;
265
- };
114
+ type?: import("vue").PropType<string>;
115
+ default?: string;
266
116
  };
267
117
  height: {
268
- type?: undefined;
269
- default?: undefined;
270
- } | {
271
- type: any;
272
- default: string | number | boolean | import('../../utils/props').Events | {
273
- [key: string]: any;
274
- } | import('../../utils/props').RequestParams | {
275
- [key: string]: any;
276
- };
118
+ type?: import("vue").PropType<string>;
119
+ default?: string;
277
120
  };
278
121
  position: {
279
- type?: undefined;
280
- default?: undefined;
281
- } | {
282
- type: any;
283
- default: string | number | boolean | import('../../utils/props').Events | {
284
- [key: string]: any;
285
- } | import('../../utils/props').RequestParams | {
286
- [key: string]: any;
287
- };
122
+ type?: import("vue").PropType<string>;
123
+ default?: string;
288
124
  };
289
125
  top: {
290
- type?: undefined;
291
- default?: undefined;
292
- } | {
293
- type: any;
294
- default: string | number | boolean | import('../../utils/props').Events | {
295
- [key: string]: any;
296
- } | import('../../utils/props').RequestParams | {
297
- [key: string]: any;
298
- };
126
+ type?: import("vue").PropType<string>;
127
+ default?: string;
299
128
  };
300
129
  left: {
301
- type?: undefined;
302
- default?: undefined;
303
- } | {
304
- type: any;
305
- default: string | number | boolean | import('../../utils/props').Events | {
306
- [key: string]: any;
307
- } | import('../../utils/props').RequestParams | {
308
- [key: string]: any;
309
- };
130
+ type?: import("vue").PropType<string>;
131
+ default?: string;
310
132
  };
311
133
  zIndex: {
312
- type?: undefined;
313
- default?: undefined;
314
- } | {
315
- type: any;
316
- default: string | number | boolean | import('../../utils/props').Events | {
317
- [key: string]: any;
318
- } | import('../../utils/props').RequestParams | {
319
- [key: string]: any;
320
- };
134
+ type?: import("vue").PropType<number>;
135
+ default?: number;
321
136
  };
322
137
  rotate: {
323
- type?: undefined;
324
- default?: undefined;
325
- } | {
326
- type: any;
327
- default: string | number | boolean | import('../../utils/props').Events | {
328
- [key: string]: any;
329
- } | import('../../utils/props').RequestParams | {
330
- [key: string]: any;
331
- };
138
+ type?: import("vue").PropType<string>;
139
+ default?: string;
332
140
  };
333
141
  isShow: {
334
- type?: undefined;
335
- default?: undefined;
336
- } | {
337
- type: any;
338
- default: string | number | boolean | import('../../utils/props').Events | {
339
- [key: string]: any;
340
- } | import('../../utils/props').RequestParams | {
341
- [key: string]: any;
342
- };
142
+ type?: import("vue").PropType<boolean>;
143
+ default?: boolean;
343
144
  };
344
145
  isRender: {
345
- type?: undefined;
346
- default?: undefined;
347
- } | {
348
- type: any;
349
- default: string | number | boolean | import('../../utils/props').Events | {
350
- [key: string]: any;
351
- } | import('../../utils/props').RequestParams | {
352
- [key: string]: any;
353
- };
146
+ type?: import("vue").PropType<boolean>;
147
+ default?: boolean;
354
148
  };
355
149
  events: {
356
- type?: undefined;
357
- default?: undefined;
358
- } | {
359
- type: any;
360
- default: string | number | boolean | import('../../utils/props').Events | {
361
- [key: string]: any;
362
- } | import('../../utils/props').RequestParams | {
363
- [key: string]: any;
364
- };
150
+ type?: import("vue").PropType<import('../../utils/props').Events>;
151
+ default?: import('../../utils/props').Events;
365
152
  };
366
153
  requestUrl: {
367
- type?: undefined;
368
- default?: undefined;
369
- } | {
370
- type: any;
371
- default: string | number | boolean | import('../../utils/props').Events | {
372
- [key: string]: any;
373
- } | import('../../utils/props').RequestParams | {
374
- [key: string]: any;
375
- };
154
+ type?: import("vue").PropType<string>;
155
+ default?: string;
376
156
  };
377
157
  requestMethod: {
378
- type?: undefined;
379
- default?: undefined;
380
- } | {
381
- type: any;
382
- default: string | number | boolean | import('../../utils/props').Events | {
383
- [key: string]: any;
384
- } | import('../../utils/props').RequestParams | {
385
- [key: string]: any;
386
- };
158
+ type?: import("vue").PropType<import('../../utils/props').RequestMethod>;
159
+ default?: import('../../utils/props').RequestMethod;
387
160
  };
388
161
  requestHeaders: {
389
- type?: undefined;
390
- default?: undefined;
391
- } | {
392
- type: any;
393
- default: string | number | boolean | import('../../utils/props').Events | {
162
+ type?: import("vue").PropType<{
394
163
  [key: string]: any;
395
- } | import('../../utils/props').RequestParams | {
164
+ }>;
165
+ default?: {
396
166
  [key: string]: any;
397
167
  };
398
168
  };
399
169
  isOpenRequestTimer: {
400
- type?: undefined;
401
- default?: undefined;
402
- } | {
403
- type: any;
404
- default: string | number | boolean | import('../../utils/props').Events | {
405
- [key: string]: any;
406
- } | import('../../utils/props').RequestParams | {
407
- [key: string]: any;
408
- };
170
+ type?: import("vue").PropType<boolean>;
171
+ default?: boolean;
409
172
  };
410
173
  requestInterval: {
411
- type?: undefined;
412
- default?: undefined;
413
- } | {
414
- type: any;
415
- default: string | number | boolean | import('../../utils/props').Events | {
416
- [key: string]: any;
417
- } | import('../../utils/props').RequestParams | {
418
- [key: string]: any;
419
- };
174
+ type?: import("vue").PropType<number>;
175
+ default?: number;
420
176
  };
421
177
  requestParams: {
422
- type?: undefined;
423
- default?: undefined;
424
- } | {
425
- type: any;
426
- default: string | number | boolean | import('../../utils/props').Events | {
427
- [key: string]: any;
428
- } | import('../../utils/props').RequestParams | {
429
- [key: string]: any;
430
- };
178
+ type?: import("vue").PropType<import('../../utils/props').RequestParams>;
179
+ default?: import('../../utils/props').RequestParams;
431
180
  };
432
181
  requestSort: {
433
- type?: undefined;
434
- default?: undefined;
435
- } | {
436
- type: any;
437
- default: string | number | boolean | import('../../utils/props').Events | {
438
- [key: string]: any;
439
- } | import('../../utils/props').RequestParams | {
440
- [key: string]: any;
441
- };
182
+ type?: import("vue").PropType<number>;
183
+ default?: number;
442
184
  };
443
185
  dataType: {
444
- type?: undefined;
445
- default?: undefined;
446
- } | {
447
- type: any;
448
- default: string | number | boolean | import('../../utils/props').Events | {
449
- [key: string]: any;
450
- } | import('../../utils/props').RequestParams | {
451
- [key: string]: any;
452
- };
186
+ type?: import("vue").PropType<"indicator" | "static" | "request">;
187
+ default?: "indicator" | "static" | "request";
453
188
  };
454
189
  };
455
190
  export declare const textEvents: string[];