@ecan-bi/datav 1.0.39 → 1.0.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 (55) hide show
  1. package/dist/index.es.js +701 -173
  2. package/dist/index.es.js.map +1 -1
  3. package/dist/index.umd.js +699 -171
  4. package/dist/index.umd.js.map +1 -1
  5. package/dist/style.css +132 -72
  6. package/package.json +1 -1
  7. package/types/_utils/constant.d.ts +2 -1
  8. package/types/_utils/hooks/index.d.ts +1 -0
  9. package/types/_utils/hooks/useIndicatorData.d.ts +4 -0
  10. package/types/common/echarts/Echarts.d.ts +418 -0
  11. package/types/common/echarts/index.d.ts +2 -2
  12. package/types/common/index.d.ts +1 -1
  13. package/types/common/skeleton/Skeleton.vue.d.ts +14 -0
  14. package/types/common/skeleton/index.d.ts +2 -0
  15. package/types/container/border/Border.vue.d.ts +54 -54
  16. package/types/container/border/props.d.ts +54 -54
  17. package/types/container/modal/Modal.vue.d.ts +1 -1
  18. package/types/container/modal/index.d.ts +1 -1
  19. package/types/control/button/Button.vue.d.ts +72 -0
  20. package/types/control/button/index.d.ts +72 -0
  21. package/types/control/button/props.d.ts +84 -44
  22. package/types/control/date-picker/props.d.ts +52 -52
  23. package/types/control/input/props.d.ts +48 -48
  24. package/types/control/range-picker/RangePicker.vue.d.ts +52 -52
  25. package/types/control/range-picker/props.d.ts +52 -52
  26. package/types/control/select/Select.vue.d.ts +50 -50
  27. package/types/control/select/props.d.ts +50 -50
  28. package/types/graph/bar/Bar.vue.d.ts +128 -128
  29. package/types/graph/bar/index.d.ts +128 -128
  30. package/types/graph/bar/props.d.ts +65 -65
  31. package/types/graph/combo-graph/ComboGraph.vue.d.ts +155 -0
  32. package/types/graph/combo-graph/index.d.ts +155 -0
  33. package/types/graph/combo-graph/props.d.ts +72 -0
  34. package/types/graph/custom-graph/props.d.ts +48 -48
  35. package/types/graph/line/Line.vue.d.ts +155 -0
  36. package/types/graph/line/index.d.ts +155 -0
  37. package/types/graph/line/props.d.ts +72 -0
  38. package/types/graph/pie/Pie.vue.d.ts +155 -0
  39. package/types/graph/pie/index.d.ts +155 -0
  40. package/types/graph/pie/props.d.ts +72 -0
  41. package/types/graph/scatter/Scatter.vue.d.ts +155 -0
  42. package/types/graph/scatter/index.d.ts +155 -0
  43. package/types/graph/scatter/props.d.ts +72 -0
  44. package/types/map/map/props.d.ts +112 -112
  45. package/types/media/image/props.d.ts +52 -52
  46. package/types/table/table/Table.vue.d.ts +900 -79
  47. package/types/table/table/index.d.ts +899 -79
  48. package/types/table/table/props.d.ts +451 -39
  49. package/types/text/list/List.vue.d.ts +64 -64
  50. package/types/text/list/props.d.ts +64 -64
  51. package/types/text/proportion/Proportion.vue.d.ts +68 -68
  52. package/types/text/proportion/props.d.ts +68 -68
  53. package/types/text/text/Text.vue.d.ts +66 -66
  54. package/types/text/text/props.d.ts +66 -66
  55. package/types/text/time-display/props.d.ts +60 -60
@@ -21,9 +21,9 @@ export declare const textComponentProps: {
21
21
  default?: undefined;
22
22
  } | {
23
23
  type: any;
24
- default: string | number | boolean | import("../../_utils/props").Events | {
24
+ default: string | number | boolean | import('../../_utils/props').Events | {
25
25
  [key: string]: any;
26
- } | import("../../_utils/props").RequestParams | {
26
+ } | import('../../_utils/props').RequestParams | {
27
27
  [key: string]: any;
28
28
  };
29
29
  };
@@ -32,9 +32,9 @@ export declare const textComponentProps: {
32
32
  default?: undefined;
33
33
  } | {
34
34
  type: any;
35
- default: string | number | boolean | import("../../_utils/props").Events | {
35
+ default: string | number | boolean | import('../../_utils/props').Events | {
36
36
  [key: string]: any;
37
- } | import("../../_utils/props").RequestParams | {
37
+ } | import('../../_utils/props').RequestParams | {
38
38
  [key: string]: any;
39
39
  };
40
40
  };
@@ -43,9 +43,9 @@ export declare const textComponentProps: {
43
43
  default?: undefined;
44
44
  } | {
45
45
  type: any;
46
- default: string | number | boolean | import("../../_utils/props").Events | {
46
+ default: string | number | boolean | import('../../_utils/props').Events | {
47
47
  [key: string]: any;
48
- } | import("../../_utils/props").RequestParams | {
48
+ } | import('../../_utils/props').RequestParams | {
49
49
  [key: string]: any;
50
50
  };
51
51
  };
@@ -54,9 +54,9 @@ export declare const textComponentProps: {
54
54
  default?: undefined;
55
55
  } | {
56
56
  type: any;
57
- default: string | number | boolean | import("../../_utils/props").Events | {
57
+ default: string | number | boolean | import('../../_utils/props').Events | {
58
58
  [key: string]: any;
59
- } | import("../../_utils/props").RequestParams | {
59
+ } | import('../../_utils/props').RequestParams | {
60
60
  [key: string]: any;
61
61
  };
62
62
  };
@@ -65,9 +65,9 @@ export declare const textComponentProps: {
65
65
  default?: undefined;
66
66
  } | {
67
67
  type: any;
68
- default: string | number | boolean | import("../../_utils/props").Events | {
68
+ default: string | number | boolean | import('../../_utils/props').Events | {
69
69
  [key: string]: any;
70
- } | import("../../_utils/props").RequestParams | {
70
+ } | import('../../_utils/props').RequestParams | {
71
71
  [key: string]: any;
72
72
  };
73
73
  };
@@ -76,9 +76,9 @@ export declare const textComponentProps: {
76
76
  default?: undefined;
77
77
  } | {
78
78
  type: any;
79
- default: string | number | boolean | import("../../_utils/props").Events | {
79
+ default: string | number | boolean | import('../../_utils/props').Events | {
80
80
  [key: string]: any;
81
- } | import("../../_utils/props").RequestParams | {
81
+ } | import('../../_utils/props').RequestParams | {
82
82
  [key: string]: any;
83
83
  };
84
84
  };
@@ -87,9 +87,9 @@ export declare const textComponentProps: {
87
87
  default?: undefined;
88
88
  } | {
89
89
  type: any;
90
- default: string | number | boolean | import("../../_utils/props").Events | {
90
+ default: string | number | boolean | import('../../_utils/props').Events | {
91
91
  [key: string]: any;
92
- } | import("../../_utils/props").RequestParams | {
92
+ } | import('../../_utils/props').RequestParams | {
93
93
  [key: string]: any;
94
94
  };
95
95
  };
@@ -98,9 +98,9 @@ export declare const textComponentProps: {
98
98
  default?: undefined;
99
99
  } | {
100
100
  type: any;
101
- default: string | number | boolean | import("../../_utils/props").Events | {
101
+ default: string | number | boolean | import('../../_utils/props').Events | {
102
102
  [key: string]: any;
103
- } | import("../../_utils/props").RequestParams | {
103
+ } | import('../../_utils/props').RequestParams | {
104
104
  [key: string]: any;
105
105
  };
106
106
  };
@@ -109,9 +109,9 @@ export declare const textComponentProps: {
109
109
  default?: undefined;
110
110
  } | {
111
111
  type: any;
112
- default: string | number | boolean | import("../../_utils/props").Events | {
112
+ default: string | number | boolean | import('../../_utils/props').Events | {
113
113
  [key: string]: any;
114
- } | import("../../_utils/props").RequestParams | {
114
+ } | import('../../_utils/props').RequestParams | {
115
115
  [key: string]: any;
116
116
  };
117
117
  };
@@ -120,9 +120,9 @@ export declare const textComponentProps: {
120
120
  default?: undefined;
121
121
  } | {
122
122
  type: any;
123
- default: string | number | boolean | import("../../_utils/props").Events | {
123
+ default: string | number | boolean | import('../../_utils/props').Events | {
124
124
  [key: string]: any;
125
- } | import("../../_utils/props").RequestParams | {
125
+ } | import('../../_utils/props').RequestParams | {
126
126
  [key: string]: any;
127
127
  };
128
128
  };
@@ -131,9 +131,9 @@ export declare const textComponentProps: {
131
131
  default?: undefined;
132
132
  } | {
133
133
  type: any;
134
- default: string | number | boolean | import("../../_utils/props").Events | {
134
+ default: string | number | boolean | import('../../_utils/props').Events | {
135
135
  [key: string]: any;
136
- } | import("../../_utils/props").RequestParams | {
136
+ } | import('../../_utils/props').RequestParams | {
137
137
  [key: string]: any;
138
138
  };
139
139
  };
@@ -142,9 +142,9 @@ export declare const textComponentProps: {
142
142
  default?: undefined;
143
143
  } | {
144
144
  type: any;
145
- default: string | number | boolean | import("../../_utils/props").Events | {
145
+ default: string | number | boolean | import('../../_utils/props').Events | {
146
146
  [key: string]: any;
147
- } | import("../../_utils/props").RequestParams | {
147
+ } | import('../../_utils/props').RequestParams | {
148
148
  [key: string]: any;
149
149
  };
150
150
  };
@@ -153,9 +153,9 @@ export declare const textComponentProps: {
153
153
  default?: undefined;
154
154
  } | {
155
155
  type: any;
156
- default: string | number | boolean | import("../../_utils/props").Events | {
156
+ default: string | number | boolean | import('../../_utils/props').Events | {
157
157
  [key: string]: any;
158
- } | import("../../_utils/props").RequestParams | {
158
+ } | import('../../_utils/props').RequestParams | {
159
159
  [key: string]: any;
160
160
  };
161
161
  };
@@ -164,9 +164,9 @@ export declare const textComponentProps: {
164
164
  default?: undefined;
165
165
  } | {
166
166
  type: any;
167
- default: string | number | boolean | import("../../_utils/props").Events | {
167
+ default: string | number | boolean | import('../../_utils/props').Events | {
168
168
  [key: string]: any;
169
- } | import("../../_utils/props").RequestParams | {
169
+ } | import('../../_utils/props').RequestParams | {
170
170
  [key: string]: any;
171
171
  };
172
172
  };
@@ -175,9 +175,9 @@ export declare const textComponentProps: {
175
175
  default?: undefined;
176
176
  } | {
177
177
  type: any;
178
- default: string | number | boolean | import("../../_utils/props").Events | {
178
+ default: string | number | boolean | import('../../_utils/props').Events | {
179
179
  [key: string]: any;
180
- } | import("../../_utils/props").RequestParams | {
180
+ } | import('../../_utils/props').RequestParams | {
181
181
  [key: string]: any;
182
182
  };
183
183
  };
@@ -186,9 +186,9 @@ export declare const textComponentProps: {
186
186
  default?: undefined;
187
187
  } | {
188
188
  type: any;
189
- default: string | number | boolean | import("../../_utils/props").Events | {
189
+ default: string | number | boolean | import('../../_utils/props').Events | {
190
190
  [key: string]: any;
191
- } | import("../../_utils/props").RequestParams | {
191
+ } | import('../../_utils/props').RequestParams | {
192
192
  [key: string]: any;
193
193
  };
194
194
  };
@@ -197,9 +197,9 @@ export declare const textComponentProps: {
197
197
  default?: undefined;
198
198
  } | {
199
199
  type: any;
200
- default: string | number | boolean | import("../../_utils/props").Events | {
200
+ default: string | number | boolean | import('../../_utils/props').Events | {
201
201
  [key: string]: any;
202
- } | import("../../_utils/props").RequestParams | {
202
+ } | import('../../_utils/props').RequestParams | {
203
203
  [key: string]: any;
204
204
  };
205
205
  };
@@ -208,9 +208,9 @@ export declare const textComponentProps: {
208
208
  default?: undefined;
209
209
  } | {
210
210
  type: any;
211
- default: string | number | boolean | import("../../_utils/props").Events | {
211
+ default: string | number | boolean | import('../../_utils/props').Events | {
212
212
  [key: string]: any;
213
- } | import("../../_utils/props").RequestParams | {
213
+ } | import('../../_utils/props').RequestParams | {
214
214
  [key: string]: any;
215
215
  };
216
216
  };
@@ -219,9 +219,9 @@ export declare const textComponentProps: {
219
219
  default?: undefined;
220
220
  } | {
221
221
  type: any;
222
- default: string | number | boolean | import("../../_utils/props").Events | {
222
+ default: string | number | boolean | import('../../_utils/props').Events | {
223
223
  [key: string]: any;
224
- } | import("../../_utils/props").RequestParams | {
224
+ } | import('../../_utils/props').RequestParams | {
225
225
  [key: string]: any;
226
226
  };
227
227
  };
@@ -230,9 +230,9 @@ export declare const textComponentProps: {
230
230
  default?: undefined;
231
231
  } | {
232
232
  type: any;
233
- default: string | number | boolean | import("../../_utils/props").Events | {
233
+ default: string | number | boolean | import('../../_utils/props').Events | {
234
234
  [key: string]: any;
235
- } | import("../../_utils/props").RequestParams | {
235
+ } | import('../../_utils/props').RequestParams | {
236
236
  [key: string]: any;
237
237
  };
238
238
  };
@@ -241,9 +241,9 @@ export declare const textComponentProps: {
241
241
  default?: undefined;
242
242
  } | {
243
243
  type: any;
244
- default: string | number | boolean | import("../../_utils/props").Events | {
244
+ default: string | number | boolean | import('../../_utils/props').Events | {
245
245
  [key: string]: any;
246
- } | import("../../_utils/props").RequestParams | {
246
+ } | import('../../_utils/props').RequestParams | {
247
247
  [key: string]: any;
248
248
  };
249
249
  };
@@ -252,9 +252,9 @@ export declare const textComponentProps: {
252
252
  default?: undefined;
253
253
  } | {
254
254
  type: any;
255
- default: string | number | boolean | import("../../_utils/props").Events | {
255
+ default: string | number | boolean | import('../../_utils/props').Events | {
256
256
  [key: string]: any;
257
- } | import("../../_utils/props").RequestParams | {
257
+ } | import('../../_utils/props').RequestParams | {
258
258
  [key: string]: any;
259
259
  };
260
260
  };
@@ -263,9 +263,9 @@ export declare const textComponentProps: {
263
263
  default?: undefined;
264
264
  } | {
265
265
  type: any;
266
- default: string | number | boolean | import("../../_utils/props").Events | {
266
+ default: string | number | boolean | import('../../_utils/props').Events | {
267
267
  [key: string]: any;
268
- } | import("../../_utils/props").RequestParams | {
268
+ } | import('../../_utils/props').RequestParams | {
269
269
  [key: string]: any;
270
270
  };
271
271
  };
@@ -274,9 +274,9 @@ export declare const textComponentProps: {
274
274
  default?: undefined;
275
275
  } | {
276
276
  type: any;
277
- default: string | number | boolean | import("../../_utils/props").Events | {
277
+ default: string | number | boolean | import('../../_utils/props').Events | {
278
278
  [key: string]: any;
279
- } | import("../../_utils/props").RequestParams | {
279
+ } | import('../../_utils/props').RequestParams | {
280
280
  [key: string]: any;
281
281
  };
282
282
  };
@@ -285,9 +285,9 @@ export declare const textComponentProps: {
285
285
  default?: undefined;
286
286
  } | {
287
287
  type: any;
288
- default: string | number | boolean | import("../../_utils/props").Events | {
288
+ default: string | number | boolean | import('../../_utils/props').Events | {
289
289
  [key: string]: any;
290
- } | import("../../_utils/props").RequestParams | {
290
+ } | import('../../_utils/props').RequestParams | {
291
291
  [key: string]: any;
292
292
  };
293
293
  };
@@ -296,9 +296,9 @@ export declare const textComponentProps: {
296
296
  default?: undefined;
297
297
  } | {
298
298
  type: any;
299
- default: string | number | boolean | import("../../_utils/props").Events | {
299
+ default: string | number | boolean | import('../../_utils/props').Events | {
300
300
  [key: string]: any;
301
- } | import("../../_utils/props").RequestParams | {
301
+ } | import('../../_utils/props').RequestParams | {
302
302
  [key: string]: any;
303
303
  };
304
304
  };
@@ -307,9 +307,9 @@ export declare const textComponentProps: {
307
307
  default?: undefined;
308
308
  } | {
309
309
  type: any;
310
- default: string | number | boolean | import("../../_utils/props").Events | {
310
+ default: string | number | boolean | import('../../_utils/props').Events | {
311
311
  [key: string]: any;
312
- } | import("../../_utils/props").RequestParams | {
312
+ } | import('../../_utils/props').RequestParams | {
313
313
  [key: string]: any;
314
314
  };
315
315
  };
@@ -318,9 +318,9 @@ export declare const textComponentProps: {
318
318
  default?: undefined;
319
319
  } | {
320
320
  type: any;
321
- default: string | number | boolean | import("../../_utils/props").Events | {
321
+ default: string | number | boolean | import('../../_utils/props').Events | {
322
322
  [key: string]: any;
323
- } | import("../../_utils/props").RequestParams | {
323
+ } | import('../../_utils/props').RequestParams | {
324
324
  [key: string]: any;
325
325
  };
326
326
  };
@@ -329,9 +329,9 @@ export declare const textComponentProps: {
329
329
  default?: undefined;
330
330
  } | {
331
331
  type: any;
332
- default: string | number | boolean | import("../../_utils/props").Events | {
332
+ default: string | number | boolean | import('../../_utils/props').Events | {
333
333
  [key: string]: any;
334
- } | import("../../_utils/props").RequestParams | {
334
+ } | import('../../_utils/props').RequestParams | {
335
335
  [key: string]: any;
336
336
  };
337
337
  };
@@ -340,9 +340,9 @@ export declare const textComponentProps: {
340
340
  default?: undefined;
341
341
  } | {
342
342
  type: any;
343
- default: string | number | boolean | import("../../_utils/props").Events | {
343
+ default: string | number | boolean | import('../../_utils/props').Events | {
344
344
  [key: string]: any;
345
- } | import("../../_utils/props").RequestParams | {
345
+ } | import('../../_utils/props').RequestParams | {
346
346
  [key: string]: any;
347
347
  };
348
348
  };
@@ -351,9 +351,9 @@ export declare const textComponentProps: {
351
351
  default?: undefined;
352
352
  } | {
353
353
  type: any;
354
- default: string | number | boolean | import("../../_utils/props").Events | {
354
+ default: string | number | boolean | import('../../_utils/props').Events | {
355
355
  [key: string]: any;
356
- } | import("../../_utils/props").RequestParams | {
356
+ } | import('../../_utils/props').RequestParams | {
357
357
  [key: string]: any;
358
358
  };
359
359
  };
@@ -362,9 +362,9 @@ export declare const textComponentProps: {
362
362
  default?: undefined;
363
363
  } | {
364
364
  type: any;
365
- default: string | number | boolean | import("../../_utils/props").Events | {
365
+ default: string | number | boolean | import('../../_utils/props').Events | {
366
366
  [key: string]: any;
367
- } | import("../../_utils/props").RequestParams | {
367
+ } | import('../../_utils/props').RequestParams | {
368
368
  [key: string]: any;
369
369
  };
370
370
  };
@@ -373,9 +373,9 @@ export declare const textComponentProps: {
373
373
  default?: undefined;
374
374
  } | {
375
375
  type: any;
376
- default: string | number | boolean | import("../../_utils/props").Events | {
376
+ default: string | number | boolean | import('../../_utils/props').Events | {
377
377
  [key: string]: any;
378
- } | import("../../_utils/props").RequestParams | {
378
+ } | import('../../_utils/props').RequestParams | {
379
379
  [key: string]: any;
380
380
  };
381
381
  };