@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
@@ -12,233 +12,233 @@ export declare const imageComponentProps: {
12
12
  default?: undefined;
13
13
  } | {
14
14
  type: any;
15
- default: string | number | boolean | import("../../_utils/props").Events | {
15
+ default: string | number | boolean | import('../../_utils/props').Events | {
16
16
  [key: string]: any;
17
- } | import("../../_utils/props").RequestParams;
17
+ } | import('../../_utils/props').RequestParams;
18
18
  };
19
19
  linkUrl: {
20
20
  type?: undefined;
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
  };
28
28
  linkMethod: {
29
29
  type?: undefined;
30
30
  default?: undefined;
31
31
  } | {
32
32
  type: any;
33
- default: string | number | boolean | import("../../_utils/props").Events | {
33
+ default: string | number | boolean | import('../../_utils/props').Events | {
34
34
  [key: string]: any;
35
- } | import("../../_utils/props").RequestParams;
35
+ } | import('../../_utils/props').RequestParams;
36
36
  };
37
37
  linkPage: {
38
38
  type?: undefined;
39
39
  default?: undefined;
40
40
  } | {
41
41
  type: any;
42
- default: string | number | boolean | import("../../_utils/props").Events | {
42
+ default: string | number | boolean | import('../../_utils/props').Events | {
43
43
  [key: string]: any;
44
- } | import("../../_utils/props").RequestParams;
44
+ } | import('../../_utils/props').RequestParams;
45
45
  };
46
46
  id: {
47
47
  type?: undefined;
48
48
  default?: undefined;
49
49
  } | {
50
50
  type: any;
51
- default: string | number | boolean | import("../../_utils/props").Events | {
51
+ default: string | number | boolean | import('../../_utils/props').Events | {
52
52
  [key: string]: any;
53
- } | import("../../_utils/props").RequestParams;
53
+ } | import('../../_utils/props').RequestParams;
54
54
  };
55
55
  name: {
56
56
  type?: undefined;
57
57
  default?: undefined;
58
58
  } | {
59
59
  type: any;
60
- default: string | number | boolean | import("../../_utils/props").Events | {
60
+ default: string | number | boolean | import('../../_utils/props').Events | {
61
61
  [key: string]: any;
62
- } | import("../../_utils/props").RequestParams;
62
+ } | import('../../_utils/props').RequestParams;
63
63
  };
64
64
  keyName: {
65
65
  type?: undefined;
66
66
  default?: undefined;
67
67
  } | {
68
68
  type: any;
69
- default: string | number | boolean | import("../../_utils/props").Events | {
69
+ default: string | number | boolean | import('../../_utils/props').Events | {
70
70
  [key: string]: any;
71
- } | import("../../_utils/props").RequestParams;
71
+ } | import('../../_utils/props').RequestParams;
72
72
  };
73
73
  type: {
74
74
  type?: undefined;
75
75
  default?: undefined;
76
76
  } | {
77
77
  type: any;
78
- default: string | number | boolean | import("../../_utils/props").Events | {
78
+ default: string | number | boolean | import('../../_utils/props').Events | {
79
79
  [key: string]: any;
80
- } | import("../../_utils/props").RequestParams;
80
+ } | import('../../_utils/props').RequestParams;
81
81
  };
82
82
  width: {
83
83
  type?: undefined;
84
84
  default?: undefined;
85
85
  } | {
86
86
  type: any;
87
- default: string | number | boolean | import("../../_utils/props").Events | {
87
+ default: string | number | boolean | import('../../_utils/props').Events | {
88
88
  [key: string]: any;
89
- } | import("../../_utils/props").RequestParams;
89
+ } | import('../../_utils/props').RequestParams;
90
90
  };
91
91
  height: {
92
92
  type?: undefined;
93
93
  default?: undefined;
94
94
  } | {
95
95
  type: any;
96
- default: string | number | boolean | import("../../_utils/props").Events | {
96
+ default: string | number | boolean | import('../../_utils/props').Events | {
97
97
  [key: string]: any;
98
- } | import("../../_utils/props").RequestParams;
98
+ } | import('../../_utils/props').RequestParams;
99
99
  };
100
100
  position: {
101
101
  type?: undefined;
102
102
  default?: undefined;
103
103
  } | {
104
104
  type: any;
105
- default: string | number | boolean | import("../../_utils/props").Events | {
105
+ default: string | number | boolean | import('../../_utils/props').Events | {
106
106
  [key: string]: any;
107
- } | import("../../_utils/props").RequestParams;
107
+ } | import('../../_utils/props').RequestParams;
108
108
  };
109
109
  top: {
110
110
  type?: undefined;
111
111
  default?: undefined;
112
112
  } | {
113
113
  type: any;
114
- default: string | number | boolean | import("../../_utils/props").Events | {
114
+ default: string | number | boolean | import('../../_utils/props').Events | {
115
115
  [key: string]: any;
116
- } | import("../../_utils/props").RequestParams;
116
+ } | import('../../_utils/props').RequestParams;
117
117
  };
118
118
  left: {
119
119
  type?: undefined;
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
  };
127
127
  zIndex: {
128
128
  type?: undefined;
129
129
  default?: undefined;
130
130
  } | {
131
131
  type: any;
132
- default: string | number | boolean | import("../../_utils/props").Events | {
132
+ default: string | number | boolean | import('../../_utils/props').Events | {
133
133
  [key: string]: any;
134
- } | import("../../_utils/props").RequestParams;
134
+ } | import('../../_utils/props').RequestParams;
135
135
  };
136
136
  rotate: {
137
137
  type?: undefined;
138
138
  default?: undefined;
139
139
  } | {
140
140
  type: any;
141
- default: string | number | boolean | import("../../_utils/props").Events | {
141
+ default: string | number | boolean | import('../../_utils/props').Events | {
142
142
  [key: string]: any;
143
- } | import("../../_utils/props").RequestParams;
143
+ } | import('../../_utils/props').RequestParams;
144
144
  };
145
145
  isShow: {
146
146
  type?: undefined;
147
147
  default?: undefined;
148
148
  } | {
149
149
  type: any;
150
- default: string | number | boolean | import("../../_utils/props").Events | {
150
+ default: string | number | boolean | import('../../_utils/props').Events | {
151
151
  [key: string]: any;
152
- } | import("../../_utils/props").RequestParams;
152
+ } | import('../../_utils/props').RequestParams;
153
153
  };
154
154
  isRender: {
155
155
  type?: undefined;
156
156
  default?: undefined;
157
157
  } | {
158
158
  type: any;
159
- default: string | number | boolean | import("../../_utils/props").Events | {
159
+ default: string | number | boolean | import('../../_utils/props').Events | {
160
160
  [key: string]: any;
161
- } | import("../../_utils/props").RequestParams;
161
+ } | import('../../_utils/props').RequestParams;
162
162
  };
163
163
  events: {
164
164
  type?: undefined;
165
165
  default?: undefined;
166
166
  } | {
167
167
  type: any;
168
- default: string | number | boolean | import("../../_utils/props").Events | {
168
+ default: string | number | boolean | import('../../_utils/props').Events | {
169
169
  [key: string]: any;
170
- } | import("../../_utils/props").RequestParams;
170
+ } | import('../../_utils/props').RequestParams;
171
171
  };
172
172
  requestUrl: {
173
173
  type?: undefined;
174
174
  default?: undefined;
175
175
  } | {
176
176
  type: any;
177
- default: string | number | boolean | import("../../_utils/props").Events | {
177
+ default: string | number | boolean | import('../../_utils/props').Events | {
178
178
  [key: string]: any;
179
- } | import("../../_utils/props").RequestParams;
179
+ } | import('../../_utils/props').RequestParams;
180
180
  };
181
181
  requestMethod: {
182
182
  type?: undefined;
183
183
  default?: undefined;
184
184
  } | {
185
185
  type: any;
186
- default: string | number | boolean | import("../../_utils/props").Events | {
186
+ default: string | number | boolean | import('../../_utils/props').Events | {
187
187
  [key: string]: any;
188
- } | import("../../_utils/props").RequestParams;
188
+ } | import('../../_utils/props').RequestParams;
189
189
  };
190
190
  requestHeaders: {
191
191
  type?: undefined;
192
192
  default?: undefined;
193
193
  } | {
194
194
  type: any;
195
- default: string | number | boolean | import("../../_utils/props").Events | {
195
+ default: string | number | boolean | import('../../_utils/props').Events | {
196
196
  [key: string]: any;
197
- } | import("../../_utils/props").RequestParams;
197
+ } | import('../../_utils/props').RequestParams;
198
198
  };
199
199
  isOpenRequestTimer: {
200
200
  type?: undefined;
201
201
  default?: undefined;
202
202
  } | {
203
203
  type: any;
204
- default: string | number | boolean | import("../../_utils/props").Events | {
204
+ default: string | number | boolean | import('../../_utils/props').Events | {
205
205
  [key: string]: any;
206
- } | import("../../_utils/props").RequestParams;
206
+ } | import('../../_utils/props').RequestParams;
207
207
  };
208
208
  requestInterval: {
209
209
  type?: undefined;
210
210
  default?: undefined;
211
211
  } | {
212
212
  type: any;
213
- default: string | number | boolean | import("../../_utils/props").Events | {
213
+ default: string | number | boolean | import('../../_utils/props').Events | {
214
214
  [key: string]: any;
215
- } | import("../../_utils/props").RequestParams;
215
+ } | import('../../_utils/props').RequestParams;
216
216
  };
217
217
  requestParams: {
218
218
  type?: undefined;
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
  };
226
226
  requestSort: {
227
227
  type?: undefined;
228
228
  default?: undefined;
229
229
  } | {
230
230
  type: any;
231
- default: string | number | boolean | import("../../_utils/props").Events | {
231
+ default: string | number | boolean | import('../../_utils/props').Events | {
232
232
  [key: string]: any;
233
- } | import("../../_utils/props").RequestParams;
233
+ } | import('../../_utils/props').RequestParams;
234
234
  };
235
235
  dataType: {
236
236
  type?: undefined;
237
237
  default?: undefined;
238
238
  } | {
239
239
  type: any;
240
- default: string | number | boolean | import("../../_utils/props").Events | {
240
+ default: string | number | boolean | import('../../_utils/props').Events | {
241
241
  [key: string]: any;
242
- } | import("../../_utils/props").RequestParams;
242
+ } | import('../../_utils/props').RequestParams;
243
243
  };
244
244
  };