@ecan-bi/datav 1.0.15 → 1.0.16

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 (53) hide show
  1. package/dist/_utils/constant.d.ts +1 -1
  2. package/dist/_utils/hooks/index.d.ts +1 -1
  3. package/dist/_utils/hooks/usePickEchartsData.d.ts +1 -1
  4. package/dist/_utils/hooks/useRequestData.d.ts +5 -13
  5. package/dist/_utils/hooks/useTransformEchartsDataset.d.ts +12 -3
  6. package/dist/_utils/props.d.ts +1 -1
  7. package/dist/_utils/util.d.ts +14 -0
  8. package/dist/common/echarts/ECharts.d.ts +1 -0
  9. package/dist/container/border/props.d.ts +67 -57
  10. package/dist/container/index.d.ts +1 -0
  11. package/dist/container/modal/Modal.vue.d.ts +47 -31
  12. package/dist/container/modal/props.d.ts +29 -18
  13. package/dist/container/tabs/Tabs.vue.d.ts +271 -0
  14. package/dist/container/tabs/index.d.ts +3 -0
  15. package/dist/container/tabs/props.d.ts +219 -0
  16. package/dist/control/button/Button.vue.d.ts +53 -53
  17. package/dist/control/button/props.d.ts +49 -49
  18. package/dist/control/date-picker/DatePicker.vue.d.ts +61 -61
  19. package/dist/control/date-picker/props.d.ts +7 -7
  20. package/dist/control/input/Input.vue.d.ts +59 -59
  21. package/dist/control/input/props.d.ts +53 -53
  22. package/dist/control/range-picker/RangePicker.vue.d.ts +55 -55
  23. package/dist/control/range-picker/props.d.ts +51 -51
  24. package/dist/control/select/Select.vue.d.ts +65 -61
  25. package/dist/control/select/props.d.ts +53 -53
  26. package/dist/graph/bar/Bar.vue.d.ts +304 -57
  27. package/dist/graph/bar/props.d.ts +277 -49
  28. package/dist/graph/custom-graph/CustomGraph.vue.d.ts +57 -57
  29. package/dist/graph/custom-graph/props.d.ts +53 -53
  30. package/dist/graph/line/Line.vue.d.ts +286 -109
  31. package/dist/graph/line/props.d.ts +235 -49
  32. package/dist/graph/pie/Pie.vue.d.ts +332 -114
  33. package/dist/graph/pie/props.d.ts +279 -57
  34. package/dist/graph/scatter/Scatter.vue.d.ts +157 -209
  35. package/dist/graph/scatter/props.d.ts +148 -123
  36. package/dist/index.esm.js +2 -2
  37. package/dist/index.umd.js +2 -2
  38. package/dist/media/image/Image.vue.d.ts +55 -55
  39. package/dist/media/image/props.d.ts +51 -51
  40. package/dist/table/table/Table.vue.d.ts +208 -67
  41. package/dist/table/table/props.d.ts +160 -62
  42. package/dist/text/index.d.ts +2 -0
  43. package/dist/text/list/List.vue.d.ts +471 -0
  44. package/dist/text/list/index.d.ts +3 -0
  45. package/dist/text/list/props.d.ts +367 -0
  46. package/dist/text/text/Text.vue.d.ts +132 -43
  47. package/dist/text/text/props.d.ts +122 -38
  48. package/dist/text/time-display/TimeDisplay.vue.d.ts +385 -0
  49. package/dist/text/time-display/index.d.ts +3 -0
  50. package/dist/text/time-display/props.d.ts +275 -0
  51. package/package.json +1 -1
  52. package/dist/_utils/hooks/useRequestParams.d.ts +0 -5
  53. package/dist/_utils/request.d.ts +0 -2
@@ -5,198 +5,198 @@ declare const _default: import("vue").DefineComponent<{
5
5
  default?: undefined;
6
6
  } | {
7
7
  type: any;
8
- default: string | number | boolean | {
8
+ default: string | number | boolean | import("../../_utils/props").Events | {
9
9
  [key: string]: any;
10
- } | import("../../_utils/props").RequestParams | import("../../_utils/props").Events;
10
+ } | import("../../_utils/props").RequestParams;
11
11
  };
12
12
  id: {
13
13
  type?: undefined;
14
14
  default?: undefined;
15
15
  } | {
16
16
  type: any;
17
- default: string | number | boolean | {
17
+ default: string | number | boolean | import("../../_utils/props").Events | {
18
18
  [key: string]: any;
19
- } | import("../../_utils/props").RequestParams | import("../../_utils/props").Events;
19
+ } | import("../../_utils/props").RequestParams;
20
20
  };
21
21
  name: {
22
22
  type?: undefined;
23
23
  default?: undefined;
24
24
  } | {
25
25
  type: any;
26
- default: string | number | boolean | {
26
+ default: string | number | boolean | import("../../_utils/props").Events | {
27
27
  [key: string]: any;
28
- } | import("../../_utils/props").RequestParams | import("../../_utils/props").Events;
28
+ } | import("../../_utils/props").RequestParams;
29
29
  };
30
30
  keyName: {
31
31
  type?: undefined;
32
32
  default?: undefined;
33
33
  } | {
34
34
  type: any;
35
- default: string | number | boolean | {
35
+ default: string | number | boolean | import("../../_utils/props").Events | {
36
36
  [key: string]: any;
37
- } | import("../../_utils/props").RequestParams | import("../../_utils/props").Events;
37
+ } | import("../../_utils/props").RequestParams;
38
38
  };
39
39
  type: {
40
40
  type?: undefined;
41
41
  default?: undefined;
42
42
  } | {
43
43
  type: any;
44
- default: string | number | boolean | {
44
+ default: string | number | boolean | import("../../_utils/props").Events | {
45
45
  [key: string]: any;
46
- } | import("../../_utils/props").RequestParams | import("../../_utils/props").Events;
46
+ } | import("../../_utils/props").RequestParams;
47
47
  };
48
48
  width: {
49
49
  type?: undefined;
50
50
  default?: undefined;
51
51
  } | {
52
52
  type: any;
53
- default: string | number | boolean | {
53
+ default: string | number | boolean | import("../../_utils/props").Events | {
54
54
  [key: string]: any;
55
- } | import("../../_utils/props").RequestParams | import("../../_utils/props").Events;
55
+ } | import("../../_utils/props").RequestParams;
56
56
  };
57
57
  height: {
58
58
  type?: undefined;
59
59
  default?: undefined;
60
60
  } | {
61
61
  type: any;
62
- default: string | number | boolean | {
62
+ default: string | number | boolean | import("../../_utils/props").Events | {
63
63
  [key: string]: any;
64
- } | import("../../_utils/props").RequestParams | import("../../_utils/props").Events;
64
+ } | import("../../_utils/props").RequestParams;
65
65
  };
66
66
  position: {
67
67
  type?: undefined;
68
68
  default?: undefined;
69
69
  } | {
70
70
  type: any;
71
- default: string | number | boolean | {
71
+ default: string | number | boolean | import("../../_utils/props").Events | {
72
72
  [key: string]: any;
73
- } | import("../../_utils/props").RequestParams | import("../../_utils/props").Events;
73
+ } | import("../../_utils/props").RequestParams;
74
74
  };
75
75
  top: {
76
76
  type?: undefined;
77
77
  default?: undefined;
78
78
  } | {
79
79
  type: any;
80
- default: string | number | boolean | {
80
+ default: string | number | boolean | import("../../_utils/props").Events | {
81
81
  [key: string]: any;
82
- } | import("../../_utils/props").RequestParams | import("../../_utils/props").Events;
82
+ } | import("../../_utils/props").RequestParams;
83
83
  };
84
84
  left: {
85
85
  type?: undefined;
86
86
  default?: undefined;
87
87
  } | {
88
88
  type: any;
89
- default: string | number | boolean | {
89
+ default: string | number | boolean | import("../../_utils/props").Events | {
90
90
  [key: string]: any;
91
- } | import("../../_utils/props").RequestParams | import("../../_utils/props").Events;
91
+ } | import("../../_utils/props").RequestParams;
92
92
  };
93
93
  zIndex: {
94
94
  type?: undefined;
95
95
  default?: undefined;
96
96
  } | {
97
97
  type: any;
98
- default: string | number | boolean | {
98
+ default: string | number | boolean | import("../../_utils/props").Events | {
99
99
  [key: string]: any;
100
- } | import("../../_utils/props").RequestParams | import("../../_utils/props").Events;
100
+ } | import("../../_utils/props").RequestParams;
101
101
  };
102
102
  rotate: {
103
103
  type?: undefined;
104
104
  default?: undefined;
105
105
  } | {
106
106
  type: any;
107
- default: string | number | boolean | {
107
+ default: string | number | boolean | import("../../_utils/props").Events | {
108
108
  [key: string]: any;
109
- } | import("../../_utils/props").RequestParams | import("../../_utils/props").Events;
109
+ } | import("../../_utils/props").RequestParams;
110
110
  };
111
111
  isShow: {
112
112
  type?: undefined;
113
113
  default?: undefined;
114
114
  } | {
115
115
  type: any;
116
- default: string | number | boolean | {
116
+ default: string | number | boolean | import("../../_utils/props").Events | {
117
117
  [key: string]: any;
118
- } | import("../../_utils/props").RequestParams | import("../../_utils/props").Events;
118
+ } | import("../../_utils/props").RequestParams;
119
119
  };
120
120
  isRender: {
121
121
  type?: undefined;
122
122
  default?: undefined;
123
123
  } | {
124
124
  type: any;
125
- default: string | number | boolean | {
125
+ default: string | number | boolean | import("../../_utils/props").Events | {
126
126
  [key: string]: any;
127
- } | import("../../_utils/props").RequestParams | import("../../_utils/props").Events;
127
+ } | import("../../_utils/props").RequestParams;
128
128
  };
129
129
  isRequestData: {
130
130
  type?: undefined;
131
131
  default?: undefined;
132
132
  } | {
133
133
  type: any;
134
- default: string | number | boolean | {
134
+ default: string | number | boolean | import("../../_utils/props").Events | {
135
135
  [key: string]: any;
136
- } | import("../../_utils/props").RequestParams | import("../../_utils/props").Events;
136
+ } | import("../../_utils/props").RequestParams;
137
137
  };
138
- requestUrl: {
138
+ events: {
139
139
  type?: undefined;
140
140
  default?: undefined;
141
141
  } | {
142
142
  type: any;
143
- default: string | number | boolean | {
143
+ default: string | number | boolean | import("../../_utils/props").Events | {
144
144
  [key: string]: any;
145
- } | import("../../_utils/props").RequestParams | import("../../_utils/props").Events;
145
+ } | import("../../_utils/props").RequestParams;
146
146
  };
147
- requestMethod: {
147
+ requestUrl: {
148
148
  type?: undefined;
149
149
  default?: undefined;
150
150
  } | {
151
151
  type: any;
152
- default: string | number | boolean | {
152
+ default: string | number | boolean | import("../../_utils/props").Events | {
153
153
  [key: string]: any;
154
- } | import("../../_utils/props").RequestParams | import("../../_utils/props").Events;
154
+ } | import("../../_utils/props").RequestParams;
155
155
  };
156
- requestHeaders: {
156
+ requestMethod: {
157
157
  type?: undefined;
158
158
  default?: undefined;
159
159
  } | {
160
160
  type: any;
161
- default: string | number | boolean | {
161
+ default: string | number | boolean | import("../../_utils/props").Events | {
162
162
  [key: string]: any;
163
- } | import("../../_utils/props").RequestParams | import("../../_utils/props").Events;
163
+ } | import("../../_utils/props").RequestParams;
164
164
  };
165
- isOpenRequestTimer: {
165
+ requestHeaders: {
166
166
  type?: undefined;
167
167
  default?: undefined;
168
168
  } | {
169
169
  type: any;
170
- default: string | number | boolean | {
170
+ default: string | number | boolean | import("../../_utils/props").Events | {
171
171
  [key: string]: any;
172
- } | import("../../_utils/props").RequestParams | import("../../_utils/props").Events;
172
+ } | import("../../_utils/props").RequestParams;
173
173
  };
174
- requestInterval: {
174
+ isOpenRequestTimer: {
175
175
  type?: undefined;
176
176
  default?: undefined;
177
177
  } | {
178
178
  type: any;
179
- default: string | number | boolean | {
179
+ default: string | number | boolean | import("../../_utils/props").Events | {
180
180
  [key: string]: any;
181
- } | import("../../_utils/props").RequestParams | import("../../_utils/props").Events;
181
+ } | import("../../_utils/props").RequestParams;
182
182
  };
183
- requestParams: {
183
+ requestInterval: {
184
184
  type?: undefined;
185
185
  default?: undefined;
186
186
  } | {
187
187
  type: any;
188
- default: string | number | boolean | {
188
+ default: string | number | boolean | import("../../_utils/props").Events | {
189
189
  [key: string]: any;
190
- } | import("../../_utils/props").RequestParams | import("../../_utils/props").Events;
190
+ } | import("../../_utils/props").RequestParams;
191
191
  };
192
- events: {
192
+ requestParams: {
193
193
  type?: undefined;
194
194
  default?: undefined;
195
195
  } | {
196
196
  type: any;
197
- default: string | number | boolean | {
197
+ default: string | number | boolean | import("../../_utils/props").Events | {
198
198
  [key: string]: any;
199
- } | import("../../_utils/props").RequestParams | import("../../_utils/props").Events;
199
+ } | import("../../_utils/props").RequestParams;
200
200
  };
201
201
  }, {
202
202
  style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
@@ -218,13 +218,13 @@ declare const _default: import("vue").DefineComponent<{
218
218
  isShow?: unknown;
219
219
  isRender?: unknown;
220
220
  isRequestData?: unknown;
221
+ events?: unknown;
221
222
  requestUrl?: unknown;
222
223
  requestMethod?: unknown;
223
224
  requestHeaders?: unknown;
224
225
  isOpenRequestTimer?: unknown;
225
226
  requestInterval?: unknown;
226
227
  requestParams?: unknown;
227
- events?: unknown;
228
228
  } & {} & {
229
229
  id?: string | number | boolean | {
230
230
  [key: string]: any;
@@ -271,6 +271,9 @@ declare const _default: import("vue").DefineComponent<{
271
271
  isRequestData?: string | number | boolean | {
272
272
  [key: string]: any;
273
273
  };
274
+ events?: string | number | boolean | {
275
+ [key: string]: any;
276
+ };
274
277
  requestUrl?: string | number | boolean | {
275
278
  [key: string]: any;
276
279
  };
@@ -289,8 +292,5 @@ declare const _default: import("vue").DefineComponent<{
289
292
  requestParams?: string | number | boolean | {
290
293
  [key: string]: any;
291
294
  };
292
- events?: string | number | boolean | {
293
- [key: string]: any;
294
- };
295
295
  }>, {}>;
296
296
  export default _default;
@@ -9,197 +9,197 @@ export declare const rangePickerComponentProps: {
9
9
  default?: undefined;
10
10
  } | {
11
11
  type: any;
12
- default: string | number | boolean | {
12
+ default: string | number | boolean | import("../../_utils/props").Events | {
13
13
  [key: string]: any;
14
- } | import("../../_utils/props").RequestParams | import("../../_utils/props").Events;
14
+ } | import("../../_utils/props").RequestParams;
15
15
  };
16
16
  id: {
17
17
  type?: undefined;
18
18
  default?: undefined;
19
19
  } | {
20
20
  type: any;
21
- default: string | number | boolean | {
21
+ default: string | number | boolean | import("../../_utils/props").Events | {
22
22
  [key: string]: any;
23
- } | import("../../_utils/props").RequestParams | import("../../_utils/props").Events;
23
+ } | import("../../_utils/props").RequestParams;
24
24
  };
25
25
  name: {
26
26
  type?: undefined;
27
27
  default?: undefined;
28
28
  } | {
29
29
  type: any;
30
- default: string | number | boolean | {
30
+ default: string | number | boolean | import("../../_utils/props").Events | {
31
31
  [key: string]: any;
32
- } | import("../../_utils/props").RequestParams | import("../../_utils/props").Events;
32
+ } | import("../../_utils/props").RequestParams;
33
33
  };
34
34
  keyName: {
35
35
  type?: undefined;
36
36
  default?: undefined;
37
37
  } | {
38
38
  type: any;
39
- default: string | number | boolean | {
39
+ default: string | number | boolean | import("../../_utils/props").Events | {
40
40
  [key: string]: any;
41
- } | import("../../_utils/props").RequestParams | import("../../_utils/props").Events;
41
+ } | import("../../_utils/props").RequestParams;
42
42
  };
43
43
  type: {
44
44
  type?: undefined;
45
45
  default?: undefined;
46
46
  } | {
47
47
  type: any;
48
- default: string | number | boolean | {
48
+ default: string | number | boolean | import("../../_utils/props").Events | {
49
49
  [key: string]: any;
50
- } | import("../../_utils/props").RequestParams | import("../../_utils/props").Events;
50
+ } | import("../../_utils/props").RequestParams;
51
51
  };
52
52
  width: {
53
53
  type?: undefined;
54
54
  default?: undefined;
55
55
  } | {
56
56
  type: any;
57
- default: string | number | boolean | {
57
+ default: string | number | boolean | import("../../_utils/props").Events | {
58
58
  [key: string]: any;
59
- } | import("../../_utils/props").RequestParams | import("../../_utils/props").Events;
59
+ } | import("../../_utils/props").RequestParams;
60
60
  };
61
61
  height: {
62
62
  type?: undefined;
63
63
  default?: undefined;
64
64
  } | {
65
65
  type: any;
66
- default: string | number | boolean | {
66
+ default: string | number | boolean | import("../../_utils/props").Events | {
67
67
  [key: string]: any;
68
- } | import("../../_utils/props").RequestParams | import("../../_utils/props").Events;
68
+ } | import("../../_utils/props").RequestParams;
69
69
  };
70
70
  position: {
71
71
  type?: undefined;
72
72
  default?: undefined;
73
73
  } | {
74
74
  type: any;
75
- default: string | number | boolean | {
75
+ default: string | number | boolean | import("../../_utils/props").Events | {
76
76
  [key: string]: any;
77
- } | import("../../_utils/props").RequestParams | import("../../_utils/props").Events;
77
+ } | import("../../_utils/props").RequestParams;
78
78
  };
79
79
  top: {
80
80
  type?: undefined;
81
81
  default?: undefined;
82
82
  } | {
83
83
  type: any;
84
- default: string | number | boolean | {
84
+ default: string | number | boolean | import("../../_utils/props").Events | {
85
85
  [key: string]: any;
86
- } | import("../../_utils/props").RequestParams | import("../../_utils/props").Events;
86
+ } | import("../../_utils/props").RequestParams;
87
87
  };
88
88
  left: {
89
89
  type?: undefined;
90
90
  default?: undefined;
91
91
  } | {
92
92
  type: any;
93
- default: string | number | boolean | {
93
+ default: string | number | boolean | import("../../_utils/props").Events | {
94
94
  [key: string]: any;
95
- } | import("../../_utils/props").RequestParams | import("../../_utils/props").Events;
95
+ } | import("../../_utils/props").RequestParams;
96
96
  };
97
97
  zIndex: {
98
98
  type?: undefined;
99
99
  default?: undefined;
100
100
  } | {
101
101
  type: any;
102
- default: string | number | boolean | {
102
+ default: string | number | boolean | import("../../_utils/props").Events | {
103
103
  [key: string]: any;
104
- } | import("../../_utils/props").RequestParams | import("../../_utils/props").Events;
104
+ } | import("../../_utils/props").RequestParams;
105
105
  };
106
106
  rotate: {
107
107
  type?: undefined;
108
108
  default?: undefined;
109
109
  } | {
110
110
  type: any;
111
- default: string | number | boolean | {
111
+ default: string | number | boolean | import("../../_utils/props").Events | {
112
112
  [key: string]: any;
113
- } | import("../../_utils/props").RequestParams | import("../../_utils/props").Events;
113
+ } | import("../../_utils/props").RequestParams;
114
114
  };
115
115
  isShow: {
116
116
  type?: undefined;
117
117
  default?: undefined;
118
118
  } | {
119
119
  type: any;
120
- default: string | number | boolean | {
120
+ default: string | number | boolean | import("../../_utils/props").Events | {
121
121
  [key: string]: any;
122
- } | import("../../_utils/props").RequestParams | import("../../_utils/props").Events;
122
+ } | import("../../_utils/props").RequestParams;
123
123
  };
124
124
  isRender: {
125
125
  type?: undefined;
126
126
  default?: undefined;
127
127
  } | {
128
128
  type: any;
129
- default: string | number | boolean | {
129
+ default: string | number | boolean | import("../../_utils/props").Events | {
130
130
  [key: string]: any;
131
- } | import("../../_utils/props").RequestParams | import("../../_utils/props").Events;
131
+ } | import("../../_utils/props").RequestParams;
132
132
  };
133
133
  isRequestData: {
134
134
  type?: undefined;
135
135
  default?: undefined;
136
136
  } | {
137
137
  type: any;
138
- default: string | number | boolean | {
138
+ default: string | number | boolean | import("../../_utils/props").Events | {
139
139
  [key: string]: any;
140
- } | import("../../_utils/props").RequestParams | import("../../_utils/props").Events;
140
+ } | import("../../_utils/props").RequestParams;
141
141
  };
142
- requestUrl: {
142
+ events: {
143
143
  type?: undefined;
144
144
  default?: undefined;
145
145
  } | {
146
146
  type: any;
147
- default: string | number | boolean | {
147
+ default: string | number | boolean | import("../../_utils/props").Events | {
148
148
  [key: string]: any;
149
- } | import("../../_utils/props").RequestParams | import("../../_utils/props").Events;
149
+ } | import("../../_utils/props").RequestParams;
150
150
  };
151
- requestMethod: {
151
+ requestUrl: {
152
152
  type?: undefined;
153
153
  default?: undefined;
154
154
  } | {
155
155
  type: any;
156
- default: string | number | boolean | {
156
+ default: string | number | boolean | import("../../_utils/props").Events | {
157
157
  [key: string]: any;
158
- } | import("../../_utils/props").RequestParams | import("../../_utils/props").Events;
158
+ } | import("../../_utils/props").RequestParams;
159
159
  };
160
- requestHeaders: {
160
+ requestMethod: {
161
161
  type?: undefined;
162
162
  default?: undefined;
163
163
  } | {
164
164
  type: any;
165
- default: string | number | boolean | {
165
+ default: string | number | boolean | import("../../_utils/props").Events | {
166
166
  [key: string]: any;
167
- } | import("../../_utils/props").RequestParams | import("../../_utils/props").Events;
167
+ } | import("../../_utils/props").RequestParams;
168
168
  };
169
- isOpenRequestTimer: {
169
+ requestHeaders: {
170
170
  type?: undefined;
171
171
  default?: undefined;
172
172
  } | {
173
173
  type: any;
174
- default: string | number | boolean | {
174
+ default: string | number | boolean | import("../../_utils/props").Events | {
175
175
  [key: string]: any;
176
- } | import("../../_utils/props").RequestParams | import("../../_utils/props").Events;
176
+ } | import("../../_utils/props").RequestParams;
177
177
  };
178
- requestInterval: {
178
+ isOpenRequestTimer: {
179
179
  type?: undefined;
180
180
  default?: undefined;
181
181
  } | {
182
182
  type: any;
183
- default: string | number | boolean | {
183
+ default: string | number | boolean | import("../../_utils/props").Events | {
184
184
  [key: string]: any;
185
- } | import("../../_utils/props").RequestParams | import("../../_utils/props").Events;
185
+ } | import("../../_utils/props").RequestParams;
186
186
  };
187
- requestParams: {
187
+ requestInterval: {
188
188
  type?: undefined;
189
189
  default?: undefined;
190
190
  } | {
191
191
  type: any;
192
- default: string | number | boolean | {
192
+ default: string | number | boolean | import("../../_utils/props").Events | {
193
193
  [key: string]: any;
194
- } | import("../../_utils/props").RequestParams | import("../../_utils/props").Events;
194
+ } | import("../../_utils/props").RequestParams;
195
195
  };
196
- events: {
196
+ requestParams: {
197
197
  type?: undefined;
198
198
  default?: undefined;
199
199
  } | {
200
200
  type: any;
201
- default: string | number | boolean | {
201
+ default: string | number | boolean | import("../../_utils/props").Events | {
202
202
  [key: string]: any;
203
- } | import("../../_utils/props").RequestParams | import("../../_utils/props").Events;
203
+ } | import("../../_utils/props").RequestParams;
204
204
  };
205
205
  };