@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
@@ -13,243 +13,243 @@ export declare const borderComponentProps: {
13
13
  default?: undefined;
14
14
  } | {
15
15
  type: any;
16
- default: string | number | boolean | import("../../_utils/props").Events | {
16
+ default: string | number | boolean | import('../../_utils/props').Events | {
17
17
  [key: string]: any;
18
- } | import("../../_utils/props").RequestParams;
18
+ } | import('../../_utils/props').RequestParams;
19
19
  };
20
20
  fontFamily: {
21
21
  type?: undefined;
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;
27
+ } | import('../../_utils/props').RequestParams;
28
28
  };
29
29
  fontWeight: {
30
30
  type?: undefined;
31
31
  default?: undefined;
32
32
  } | {
33
33
  type: any;
34
- default: string | number | boolean | import("../../_utils/props").Events | {
34
+ default: string | number | boolean | import('../../_utils/props').Events | {
35
35
  [key: string]: any;
36
- } | import("../../_utils/props").RequestParams;
36
+ } | import('../../_utils/props').RequestParams;
37
37
  };
38
38
  title: {
39
39
  type?: undefined;
40
40
  default?: undefined;
41
41
  } | {
42
42
  type: any;
43
- default: string | number | boolean | import("../../_utils/props").Events | {
43
+ default: string | number | boolean | import('../../_utils/props').Events | {
44
44
  [key: string]: any;
45
- } | import("../../_utils/props").RequestParams;
45
+ } | import('../../_utils/props').RequestParams;
46
46
  };
47
47
  mode: {
48
48
  type?: undefined;
49
49
  default?: undefined;
50
50
  } | {
51
51
  type: any;
52
- default: string | number | boolean | import("../../_utils/props").Events | {
52
+ default: string | number | boolean | import('../../_utils/props').Events | {
53
53
  [key: string]: any;
54
- } | import("../../_utils/props").RequestParams;
54
+ } | import('../../_utils/props').RequestParams;
55
55
  };
56
56
  id: {
57
57
  type?: undefined;
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;
63
+ } | import('../../_utils/props').RequestParams;
64
64
  };
65
65
  name: {
66
66
  type?: undefined;
67
67
  default?: undefined;
68
68
  } | {
69
69
  type: any;
70
- default: string | number | boolean | import("../../_utils/props").Events | {
70
+ default: string | number | boolean | import('../../_utils/props').Events | {
71
71
  [key: string]: any;
72
- } | import("../../_utils/props").RequestParams;
72
+ } | import('../../_utils/props').RequestParams;
73
73
  };
74
74
  keyName: {
75
75
  type?: undefined;
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
  };
83
83
  type: {
84
84
  type?: undefined;
85
85
  default?: undefined;
86
86
  } | {
87
87
  type: any;
88
- default: string | number | boolean | import("../../_utils/props").Events | {
88
+ default: string | number | boolean | import('../../_utils/props').Events | {
89
89
  [key: string]: any;
90
- } | import("../../_utils/props").RequestParams;
90
+ } | import('../../_utils/props').RequestParams;
91
91
  };
92
92
  width: {
93
93
  type?: undefined;
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;
99
+ } | import('../../_utils/props').RequestParams;
100
100
  };
101
101
  height: {
102
102
  type?: undefined;
103
103
  default?: undefined;
104
104
  } | {
105
105
  type: any;
106
- default: string | number | boolean | import("../../_utils/props").Events | {
106
+ default: string | number | boolean | import('../../_utils/props').Events | {
107
107
  [key: string]: any;
108
- } | import("../../_utils/props").RequestParams;
108
+ } | import('../../_utils/props').RequestParams;
109
109
  };
110
110
  position: {
111
111
  type?: undefined;
112
112
  default?: undefined;
113
113
  } | {
114
114
  type: any;
115
- default: string | number | boolean | import("../../_utils/props").Events | {
115
+ default: string | number | boolean | import('../../_utils/props').Events | {
116
116
  [key: string]: any;
117
- } | import("../../_utils/props").RequestParams;
117
+ } | import('../../_utils/props').RequestParams;
118
118
  };
119
119
  top: {
120
120
  type?: undefined;
121
121
  default?: undefined;
122
122
  } | {
123
123
  type: any;
124
- default: string | number | boolean | import("../../_utils/props").Events | {
124
+ default: string | number | boolean | import('../../_utils/props').Events | {
125
125
  [key: string]: any;
126
- } | import("../../_utils/props").RequestParams;
126
+ } | import('../../_utils/props').RequestParams;
127
127
  };
128
128
  left: {
129
129
  type?: undefined;
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;
135
+ } | import('../../_utils/props').RequestParams;
136
136
  };
137
137
  zIndex: {
138
138
  type?: undefined;
139
139
  default?: undefined;
140
140
  } | {
141
141
  type: any;
142
- default: string | number | boolean | import("../../_utils/props").Events | {
142
+ default: string | number | boolean | import('../../_utils/props').Events | {
143
143
  [key: string]: any;
144
- } | import("../../_utils/props").RequestParams;
144
+ } | import('../../_utils/props').RequestParams;
145
145
  };
146
146
  rotate: {
147
147
  type?: undefined;
148
148
  default?: undefined;
149
149
  } | {
150
150
  type: any;
151
- default: string | number | boolean | import("../../_utils/props").Events | {
151
+ default: string | number | boolean | import('../../_utils/props').Events | {
152
152
  [key: string]: any;
153
- } | import("../../_utils/props").RequestParams;
153
+ } | import('../../_utils/props').RequestParams;
154
154
  };
155
155
  isShow: {
156
156
  type?: undefined;
157
157
  default?: undefined;
158
158
  } | {
159
159
  type: any;
160
- default: string | number | boolean | import("../../_utils/props").Events | {
160
+ default: string | number | boolean | import('../../_utils/props').Events | {
161
161
  [key: string]: any;
162
- } | import("../../_utils/props").RequestParams;
162
+ } | import('../../_utils/props').RequestParams;
163
163
  };
164
164
  isRender: {
165
165
  type?: undefined;
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;
171
+ } | import('../../_utils/props').RequestParams;
172
172
  };
173
173
  events: {
174
174
  type?: undefined;
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
  };
182
182
  requestUrl: {
183
183
  type?: undefined;
184
184
  default?: undefined;
185
185
  } | {
186
186
  type: any;
187
- default: string | number | boolean | import("../../_utils/props").Events | {
187
+ default: string | number | boolean | import('../../_utils/props').Events | {
188
188
  [key: string]: any;
189
- } | import("../../_utils/props").RequestParams;
189
+ } | import('../../_utils/props').RequestParams;
190
190
  };
191
191
  requestMethod: {
192
192
  type?: undefined;
193
193
  default?: undefined;
194
194
  } | {
195
195
  type: any;
196
- default: string | number | boolean | import("../../_utils/props").Events | {
196
+ default: string | number | boolean | import('../../_utils/props').Events | {
197
197
  [key: string]: any;
198
- } | import("../../_utils/props").RequestParams;
198
+ } | import('../../_utils/props').RequestParams;
199
199
  };
200
200
  requestHeaders: {
201
201
  type?: undefined;
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;
207
+ } | import('../../_utils/props').RequestParams;
208
208
  };
209
209
  isOpenRequestTimer: {
210
210
  type?: undefined;
211
211
  default?: undefined;
212
212
  } | {
213
213
  type: any;
214
- default: string | number | boolean | import("../../_utils/props").Events | {
214
+ default: string | number | boolean | import('../../_utils/props').Events | {
215
215
  [key: string]: any;
216
- } | import("../../_utils/props").RequestParams;
216
+ } | import('../../_utils/props').RequestParams;
217
217
  };
218
218
  requestInterval: {
219
219
  type?: undefined;
220
220
  default?: undefined;
221
221
  } | {
222
222
  type: any;
223
- default: string | number | boolean | import("../../_utils/props").Events | {
223
+ default: string | number | boolean | import('../../_utils/props').Events | {
224
224
  [key: string]: any;
225
- } | import("../../_utils/props").RequestParams;
225
+ } | import('../../_utils/props').RequestParams;
226
226
  };
227
227
  requestParams: {
228
228
  type?: undefined;
229
229
  default?: undefined;
230
230
  } | {
231
231
  type: any;
232
- default: string | number | boolean | import("../../_utils/props").Events | {
232
+ default: string | number | boolean | import('../../_utils/props').Events | {
233
233
  [key: string]: any;
234
- } | import("../../_utils/props").RequestParams;
234
+ } | import('../../_utils/props').RequestParams;
235
235
  };
236
236
  requestSort: {
237
237
  type?: undefined;
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;
243
+ } | import('../../_utils/props').RequestParams;
244
244
  };
245
245
  dataType: {
246
246
  type?: undefined;
247
247
  default?: undefined;
248
248
  } | {
249
249
  type: any;
250
- default: string | number | boolean | import("../../_utils/props").Events | {
250
+ default: string | number | boolean | import('../../_utils/props').Events | {
251
251
  [key: string]: any;
252
- } | import("../../_utils/props").RequestParams;
252
+ } | import('../../_utils/props').RequestParams;
253
253
  };
254
254
  };
255
255
  export declare const borderEvents: string[];
@@ -210,7 +210,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
210
210
  'aria-colindex'?: string | number;
211
211
  'aria-colspan'?: string | number;
212
212
  'aria-controls'?: string;
213
- 'aria-current'?: "time" | "date" | "page" | (boolean | "false" | "true") | "step" | "location";
213
+ 'aria-current'?: "time" | "location" | "date" | "page" | (boolean | "false" | "true") | "step";
214
214
  'aria-describedby'?: string;
215
215
  'aria-details'?: string;
216
216
  'aria-disabled'?: boolean | "false" | "true";
@@ -210,7 +210,7 @@ export declare const EcanModal: import("../../_utils/withInstall").SFCWithInstal
210
210
  'aria-colindex'?: string | number;
211
211
  'aria-colspan'?: string | number;
212
212
  'aria-controls'?: string;
213
- 'aria-current'?: "time" | "date" | "page" | (boolean | "false" | "true") | "step" | "location";
213
+ 'aria-current'?: "time" | "location" | "date" | "page" | (boolean | "false" | "true") | "step";
214
214
  'aria-describedby'?: string;
215
215
  'aria-details'?: string;
216
216
  'aria-disabled'?: boolean | "false" | "true";
@@ -1,5 +1,41 @@
1
1
  import { Events } from '../../_utils/props';
2
2
  declare const _sfc_main: import("vue").DefineComponent<{
3
+ text: {
4
+ type?: undefined;
5
+ default?: undefined;
6
+ } | {
7
+ type: any;
8
+ default: string | number | boolean | Events | {
9
+ [key: string]: any;
10
+ } | import('../../_utils/props').RequestParams;
11
+ };
12
+ mode: {
13
+ type?: undefined;
14
+ default?: undefined;
15
+ } | {
16
+ type: any;
17
+ default: string | number | boolean | Events | {
18
+ [key: string]: any;
19
+ } | import('../../_utils/props').RequestParams;
20
+ };
21
+ danger: {
22
+ type?: undefined;
23
+ default?: undefined;
24
+ } | {
25
+ type: any;
26
+ default: string | number | boolean | Events | {
27
+ [key: string]: any;
28
+ } | import('../../_utils/props').RequestParams;
29
+ };
30
+ shape: {
31
+ type?: undefined;
32
+ default?: undefined;
33
+ } | {
34
+ type: any;
35
+ default: string | number | boolean | Events | {
36
+ [key: string]: any;
37
+ } | import('../../_utils/props').RequestParams;
38
+ };
3
39
  id: {
4
40
  type?: undefined;
5
41
  default?: undefined;
@@ -202,6 +238,42 @@ declare const _sfc_main: import("vue").DefineComponent<{
202
238
  style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
203
239
  click: () => void;
204
240
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
241
+ text: {
242
+ type?: undefined;
243
+ default?: undefined;
244
+ } | {
245
+ type: any;
246
+ default: string | number | boolean | Events | {
247
+ [key: string]: any;
248
+ } | import('../../_utils/props').RequestParams;
249
+ };
250
+ mode: {
251
+ type?: undefined;
252
+ default?: undefined;
253
+ } | {
254
+ type: any;
255
+ default: string | number | boolean | Events | {
256
+ [key: string]: any;
257
+ } | import('../../_utils/props').RequestParams;
258
+ };
259
+ danger: {
260
+ type?: undefined;
261
+ default?: undefined;
262
+ } | {
263
+ type: any;
264
+ default: string | number | boolean | Events | {
265
+ [key: string]: any;
266
+ } | import('../../_utils/props').RequestParams;
267
+ };
268
+ shape: {
269
+ type?: undefined;
270
+ default?: undefined;
271
+ } | {
272
+ type: any;
273
+ default: string | number | boolean | Events | {
274
+ [key: string]: any;
275
+ } | import('../../_utils/props').RequestParams;
276
+ };
205
277
  id: {
206
278
  type?: undefined;
207
279
  default?: undefined;
@@ -1,4 +1,40 @@
1
1
  export declare const EcanButton: import("../../_utils/withInstall").SFCWithInstall<import("vue").DefineComponent<{
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
+ };
11
+ mode: {
12
+ type?: undefined;
13
+ default?: undefined;
14
+ } | {
15
+ type: any;
16
+ default: string | number | boolean | import("../../_utils/props").Events | {
17
+ [key: string]: any;
18
+ } | import("../../_utils/props").RequestParams;
19
+ };
20
+ danger: {
21
+ type?: undefined;
22
+ default?: undefined;
23
+ } | {
24
+ type: any;
25
+ default: string | number | boolean | import("../../_utils/props").Events | {
26
+ [key: string]: any;
27
+ } | import("../../_utils/props").RequestParams;
28
+ };
29
+ shape: {
30
+ type?: undefined;
31
+ default?: undefined;
32
+ } | {
33
+ type: any;
34
+ default: string | number | boolean | import("../../_utils/props").Events | {
35
+ [key: string]: any;
36
+ } | import("../../_utils/props").RequestParams;
37
+ };
2
38
  id: {
3
39
  type?: undefined;
4
40
  default?: undefined;
@@ -201,6 +237,42 @@ export declare const EcanButton: import("../../_utils/withInstall").SFCWithInsta
201
237
  style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
202
238
  click: () => void;
203
239
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
240
+ text: {
241
+ type?: undefined;
242
+ default?: undefined;
243
+ } | {
244
+ type: any;
245
+ default: string | number | boolean | import("../../_utils/props").Events | {
246
+ [key: string]: any;
247
+ } | import("../../_utils/props").RequestParams;
248
+ };
249
+ mode: {
250
+ type?: undefined;
251
+ default?: undefined;
252
+ } | {
253
+ type: any;
254
+ default: string | number | boolean | import("../../_utils/props").Events | {
255
+ [key: string]: any;
256
+ } | import("../../_utils/props").RequestParams;
257
+ };
258
+ danger: {
259
+ type?: undefined;
260
+ default?: undefined;
261
+ } | {
262
+ type: any;
263
+ default: string | number | boolean | import("../../_utils/props").Events | {
264
+ [key: string]: any;
265
+ } | import("../../_utils/props").RequestParams;
266
+ };
267
+ shape: {
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
+ };
204
276
  id: {
205
277
  type?: undefined;
206
278
  default?: undefined;