@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
@@ -22,9 +22,9 @@ export declare const selectComponentProps: {
22
22
  default?: undefined;
23
23
  } | {
24
24
  type: any;
25
- default: string | number | boolean | import("../../_utils/props").Events | {
25
+ default: string | number | boolean | import('../../_utils/props').Events | {
26
26
  [key: string]: any;
27
- } | import("../../_utils/props").RequestParams | SelectOptions | {
27
+ } | import('../../_utils/props').RequestParams | SelectOptions | {
28
28
  label: string;
29
29
  value: string;
30
30
  };
@@ -34,9 +34,9 @@ export declare const selectComponentProps: {
34
34
  default?: undefined;
35
35
  } | {
36
36
  type: any;
37
- default: string | number | boolean | import("../../_utils/props").Events | {
37
+ default: string | number | boolean | import('../../_utils/props').Events | {
38
38
  [key: string]: any;
39
- } | import("../../_utils/props").RequestParams | SelectOptions | {
39
+ } | import('../../_utils/props').RequestParams | SelectOptions | {
40
40
  label: string;
41
41
  value: string;
42
42
  };
@@ -46,9 +46,9 @@ export declare const selectComponentProps: {
46
46
  default?: undefined;
47
47
  } | {
48
48
  type: any;
49
- default: string | number | boolean | import("../../_utils/props").Events | {
49
+ default: string | number | boolean | import('../../_utils/props').Events | {
50
50
  [key: string]: any;
51
- } | import("../../_utils/props").RequestParams | SelectOptions | {
51
+ } | import('../../_utils/props').RequestParams | SelectOptions | {
52
52
  label: string;
53
53
  value: string;
54
54
  };
@@ -58,9 +58,9 @@ export declare const selectComponentProps: {
58
58
  default?: undefined;
59
59
  } | {
60
60
  type: any;
61
- default: string | number | boolean | import("../../_utils/props").Events | {
61
+ default: string | number | boolean | import('../../_utils/props').Events | {
62
62
  [key: string]: any;
63
- } | import("../../_utils/props").RequestParams | SelectOptions | {
63
+ } | import('../../_utils/props').RequestParams | SelectOptions | {
64
64
  label: string;
65
65
  value: string;
66
66
  };
@@ -70,9 +70,9 @@ export declare const selectComponentProps: {
70
70
  default?: undefined;
71
71
  } | {
72
72
  type: any;
73
- default: string | number | boolean | import("../../_utils/props").Events | {
73
+ default: string | number | boolean | import('../../_utils/props').Events | {
74
74
  [key: string]: any;
75
- } | import("../../_utils/props").RequestParams | SelectOptions | {
75
+ } | import('../../_utils/props').RequestParams | SelectOptions | {
76
76
  label: string;
77
77
  value: string;
78
78
  };
@@ -82,9 +82,9 @@ export declare const selectComponentProps: {
82
82
  default?: undefined;
83
83
  } | {
84
84
  type: any;
85
- default: string | number | boolean | import("../../_utils/props").Events | {
85
+ default: string | number | boolean | import('../../_utils/props').Events | {
86
86
  [key: string]: any;
87
- } | import("../../_utils/props").RequestParams | SelectOptions | {
87
+ } | import('../../_utils/props').RequestParams | SelectOptions | {
88
88
  label: string;
89
89
  value: string;
90
90
  };
@@ -94,9 +94,9 @@ export declare const selectComponentProps: {
94
94
  default?: undefined;
95
95
  } | {
96
96
  type: any;
97
- default: string | number | boolean | import("../../_utils/props").Events | {
97
+ default: string | number | boolean | import('../../_utils/props').Events | {
98
98
  [key: string]: any;
99
- } | import("../../_utils/props").RequestParams | SelectOptions | {
99
+ } | import('../../_utils/props').RequestParams | SelectOptions | {
100
100
  label: string;
101
101
  value: string;
102
102
  };
@@ -106,9 +106,9 @@ export declare const selectComponentProps: {
106
106
  default?: undefined;
107
107
  } | {
108
108
  type: any;
109
- default: string | number | boolean | import("../../_utils/props").Events | {
109
+ default: string | number | boolean | import('../../_utils/props').Events | {
110
110
  [key: string]: any;
111
- } | import("../../_utils/props").RequestParams | SelectOptions | {
111
+ } | import('../../_utils/props').RequestParams | SelectOptions | {
112
112
  label: string;
113
113
  value: string;
114
114
  };
@@ -118,9 +118,9 @@ export declare const selectComponentProps: {
118
118
  default?: undefined;
119
119
  } | {
120
120
  type: any;
121
- default: string | number | boolean | import("../../_utils/props").Events | {
121
+ default: string | number | boolean | import('../../_utils/props').Events | {
122
122
  [key: string]: any;
123
- } | import("../../_utils/props").RequestParams | SelectOptions | {
123
+ } | import('../../_utils/props').RequestParams | SelectOptions | {
124
124
  label: string;
125
125
  value: string;
126
126
  };
@@ -130,9 +130,9 @@ export declare const selectComponentProps: {
130
130
  default?: undefined;
131
131
  } | {
132
132
  type: any;
133
- default: string | number | boolean | import("../../_utils/props").Events | {
133
+ default: string | number | boolean | import('../../_utils/props').Events | {
134
134
  [key: string]: any;
135
- } | import("../../_utils/props").RequestParams | SelectOptions | {
135
+ } | import('../../_utils/props').RequestParams | SelectOptions | {
136
136
  label: string;
137
137
  value: string;
138
138
  };
@@ -142,9 +142,9 @@ export declare const selectComponentProps: {
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 | SelectOptions | {
147
+ } | import('../../_utils/props').RequestParams | SelectOptions | {
148
148
  label: string;
149
149
  value: string;
150
150
  };
@@ -154,9 +154,9 @@ export declare const selectComponentProps: {
154
154
  default?: undefined;
155
155
  } | {
156
156
  type: any;
157
- default: string | number | boolean | import("../../_utils/props").Events | {
157
+ default: string | number | boolean | import('../../_utils/props').Events | {
158
158
  [key: string]: any;
159
- } | import("../../_utils/props").RequestParams | SelectOptions | {
159
+ } | import('../../_utils/props').RequestParams | SelectOptions | {
160
160
  label: string;
161
161
  value: string;
162
162
  };
@@ -166,9 +166,9 @@ export declare const selectComponentProps: {
166
166
  default?: undefined;
167
167
  } | {
168
168
  type: any;
169
- default: string | number | boolean | import("../../_utils/props").Events | {
169
+ default: string | number | boolean | import('../../_utils/props').Events | {
170
170
  [key: string]: any;
171
- } | import("../../_utils/props").RequestParams | SelectOptions | {
171
+ } | import('../../_utils/props').RequestParams | SelectOptions | {
172
172
  label: string;
173
173
  value: string;
174
174
  };
@@ -178,9 +178,9 @@ export declare const selectComponentProps: {
178
178
  default?: undefined;
179
179
  } | {
180
180
  type: any;
181
- default: string | number | boolean | import("../../_utils/props").Events | {
181
+ default: string | number | boolean | import('../../_utils/props').Events | {
182
182
  [key: string]: any;
183
- } | import("../../_utils/props").RequestParams | SelectOptions | {
183
+ } | import('../../_utils/props').RequestParams | SelectOptions | {
184
184
  label: string;
185
185
  value: string;
186
186
  };
@@ -190,9 +190,9 @@ export declare const selectComponentProps: {
190
190
  default?: undefined;
191
191
  } | {
192
192
  type: any;
193
- default: string | number | boolean | import("../../_utils/props").Events | {
193
+ default: string | number | boolean | import('../../_utils/props').Events | {
194
194
  [key: string]: any;
195
- } | import("../../_utils/props").RequestParams | SelectOptions | {
195
+ } | import('../../_utils/props').RequestParams | SelectOptions | {
196
196
  label: string;
197
197
  value: string;
198
198
  };
@@ -202,9 +202,9 @@ export declare const selectComponentProps: {
202
202
  default?: undefined;
203
203
  } | {
204
204
  type: any;
205
- default: string | number | boolean | import("../../_utils/props").Events | {
205
+ default: string | number | boolean | import('../../_utils/props').Events | {
206
206
  [key: string]: any;
207
- } | import("../../_utils/props").RequestParams | SelectOptions | {
207
+ } | import('../../_utils/props').RequestParams | SelectOptions | {
208
208
  label: string;
209
209
  value: string;
210
210
  };
@@ -214,9 +214,9 @@ export declare const selectComponentProps: {
214
214
  default?: undefined;
215
215
  } | {
216
216
  type: any;
217
- default: string | number | boolean | import("../../_utils/props").Events | {
217
+ default: string | number | boolean | import('../../_utils/props').Events | {
218
218
  [key: string]: any;
219
- } | import("../../_utils/props").RequestParams | SelectOptions | {
219
+ } | import('../../_utils/props').RequestParams | SelectOptions | {
220
220
  label: string;
221
221
  value: string;
222
222
  };
@@ -226,9 +226,9 @@ export declare const selectComponentProps: {
226
226
  default?: undefined;
227
227
  } | {
228
228
  type: any;
229
- default: string | number | boolean | import("../../_utils/props").Events | {
229
+ default: string | number | boolean | import('../../_utils/props').Events | {
230
230
  [key: string]: any;
231
- } | import("../../_utils/props").RequestParams | SelectOptions | {
231
+ } | import('../../_utils/props').RequestParams | SelectOptions | {
232
232
  label: string;
233
233
  value: string;
234
234
  };
@@ -238,9 +238,9 @@ export declare const selectComponentProps: {
238
238
  default?: undefined;
239
239
  } | {
240
240
  type: any;
241
- default: string | number | boolean | import("../../_utils/props").Events | {
241
+ default: string | number | boolean | import('../../_utils/props').Events | {
242
242
  [key: string]: any;
243
- } | import("../../_utils/props").RequestParams | SelectOptions | {
243
+ } | import('../../_utils/props').RequestParams | SelectOptions | {
244
244
  label: string;
245
245
  value: string;
246
246
  };
@@ -250,9 +250,9 @@ export declare const selectComponentProps: {
250
250
  default?: undefined;
251
251
  } | {
252
252
  type: any;
253
- default: string | number | boolean | import("../../_utils/props").Events | {
253
+ default: string | number | boolean | import('../../_utils/props').Events | {
254
254
  [key: string]: any;
255
- } | import("../../_utils/props").RequestParams | SelectOptions | {
255
+ } | import('../../_utils/props').RequestParams | SelectOptions | {
256
256
  label: string;
257
257
  value: string;
258
258
  };
@@ -262,9 +262,9 @@ export declare const selectComponentProps: {
262
262
  default?: undefined;
263
263
  } | {
264
264
  type: any;
265
- default: string | number | boolean | import("../../_utils/props").Events | {
265
+ default: string | number | boolean | import('../../_utils/props').Events | {
266
266
  [key: string]: any;
267
- } | import("../../_utils/props").RequestParams | SelectOptions | {
267
+ } | import('../../_utils/props').RequestParams | SelectOptions | {
268
268
  label: string;
269
269
  value: string;
270
270
  };
@@ -274,9 +274,9 @@ export declare const selectComponentProps: {
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 | SelectOptions | {
279
+ } | import('../../_utils/props').RequestParams | SelectOptions | {
280
280
  label: string;
281
281
  value: string;
282
282
  };
@@ -286,9 +286,9 @@ export declare const selectComponentProps: {
286
286
  default?: undefined;
287
287
  } | {
288
288
  type: any;
289
- default: string | number | boolean | import("../../_utils/props").Events | {
289
+ default: string | number | boolean | import('../../_utils/props').Events | {
290
290
  [key: string]: any;
291
- } | import("../../_utils/props").RequestParams | SelectOptions | {
291
+ } | import('../../_utils/props').RequestParams | SelectOptions | {
292
292
  label: string;
293
293
  value: string;
294
294
  };
@@ -298,9 +298,9 @@ export declare const selectComponentProps: {
298
298
  default?: undefined;
299
299
  } | {
300
300
  type: any;
301
- default: string | number | boolean | import("../../_utils/props").Events | {
301
+ default: string | number | boolean | import('../../_utils/props').Events | {
302
302
  [key: string]: any;
303
- } | import("../../_utils/props").RequestParams | SelectOptions | {
303
+ } | import('../../_utils/props').RequestParams | SelectOptions | {
304
304
  label: string;
305
305
  value: string;
306
306
  };
@@ -310,9 +310,9 @@ export declare const selectComponentProps: {
310
310
  default?: undefined;
311
311
  } | {
312
312
  type: any;
313
- default: string | number | boolean | import("../../_utils/props").Events | {
313
+ default: string | number | boolean | import('../../_utils/props').Events | {
314
314
  [key: string]: any;
315
- } | import("../../_utils/props").RequestParams | SelectOptions | {
315
+ } | import('../../_utils/props').RequestParams | SelectOptions | {
316
316
  label: string;
317
317
  value: string;
318
318
  };