@ecan-bi/datav 1.0.15 → 1.0.18

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 (57) 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/combo-graph/ComboGraph.vue.d.ts +880 -0
  29. package/dist/graph/combo-graph/index.d.ts +3 -0
  30. package/dist/graph/combo-graph/props.d.ts +619 -0
  31. package/dist/graph/custom-graph/CustomGraph.vue.d.ts +57 -57
  32. package/dist/graph/custom-graph/props.d.ts +53 -53
  33. package/dist/graph/index.d.ts +1 -0
  34. package/dist/graph/line/Line.vue.d.ts +286 -109
  35. package/dist/graph/line/props.d.ts +235 -49
  36. package/dist/graph/pie/Pie.vue.d.ts +332 -114
  37. package/dist/graph/pie/props.d.ts +279 -57
  38. package/dist/graph/scatter/Scatter.vue.d.ts +157 -209
  39. package/dist/graph/scatter/props.d.ts +148 -123
  40. package/dist/index.esm.js +3 -2
  41. package/dist/index.umd.js +3 -2
  42. package/dist/media/image/Image.vue.d.ts +55 -55
  43. package/dist/media/image/props.d.ts +51 -51
  44. package/dist/table/table/Table.vue.d.ts +208 -67
  45. package/dist/table/table/props.d.ts +160 -62
  46. package/dist/text/index.d.ts +2 -0
  47. package/dist/text/list/List.vue.d.ts +471 -0
  48. package/dist/text/list/index.d.ts +3 -0
  49. package/dist/text/list/props.d.ts +367 -0
  50. package/dist/text/text/Text.vue.d.ts +132 -43
  51. package/dist/text/text/props.d.ts +122 -38
  52. package/dist/text/time-display/TimeDisplay.vue.d.ts +385 -0
  53. package/dist/text/time-display/index.d.ts +3 -0
  54. package/dist/text/time-display/props.d.ts +275 -0
  55. package/package.json +2 -1
  56. package/dist/_utils/hooks/useRequestParams.d.ts +0 -5
  57. package/dist/_utils/request.d.ts +0 -2
@@ -5,211 +5,215 @@ declare const _default: import("vue").DefineComponent<{
5
5
  default?: undefined;
6
6
  } | {
7
7
  type: any;
8
- default: string | number | boolean | import("./props").SelectOptions | {
8
+ default: string | number | boolean | import("./props").SelectOptions | 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
  value: {
13
13
  type?: undefined;
14
14
  default?: undefined;
15
15
  } | {
16
16
  type: any;
17
- default: string | number | boolean | import("./props").SelectOptions | {
17
+ default: string | number | boolean | import("./props").SelectOptions | 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
  id: {
22
22
  type?: undefined;
23
23
  default?: undefined;
24
24
  } | {
25
25
  type: any;
26
- default: string | number | boolean | import("./props").SelectOptions | {
26
+ default: string | number | boolean | import("./props").SelectOptions | 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
  name: {
31
31
  type?: undefined;
32
32
  default?: undefined;
33
33
  } | {
34
34
  type: any;
35
- default: string | number | boolean | import("./props").SelectOptions | {
35
+ default: string | number | boolean | import("./props").SelectOptions | 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
  keyName: {
40
40
  type?: undefined;
41
41
  default?: undefined;
42
42
  } | {
43
43
  type: any;
44
- default: string | number | boolean | import("./props").SelectOptions | {
44
+ default: string | number | boolean | import("./props").SelectOptions | 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
  type: {
49
49
  type?: undefined;
50
50
  default?: undefined;
51
51
  } | {
52
52
  type: any;
53
- default: string | number | boolean | import("./props").SelectOptions | {
53
+ default: string | number | boolean | import("./props").SelectOptions | 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
  width: {
58
58
  type?: undefined;
59
59
  default?: undefined;
60
60
  } | {
61
61
  type: any;
62
- default: string | number | boolean | import("./props").SelectOptions | {
62
+ default: string | number | boolean | import("./props").SelectOptions | 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
  height: {
67
67
  type?: undefined;
68
68
  default?: undefined;
69
69
  } | {
70
70
  type: any;
71
- default: string | number | boolean | import("./props").SelectOptions | {
71
+ default: string | number | boolean | import("./props").SelectOptions | 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
  position: {
76
76
  type?: undefined;
77
77
  default?: undefined;
78
78
  } | {
79
79
  type: any;
80
- default: string | number | boolean | import("./props").SelectOptions | {
80
+ default: string | number | boolean | import("./props").SelectOptions | 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
  top: {
85
85
  type?: undefined;
86
86
  default?: undefined;
87
87
  } | {
88
88
  type: any;
89
- default: string | number | boolean | import("./props").SelectOptions | {
89
+ default: string | number | boolean | import("./props").SelectOptions | 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
  left: {
94
94
  type?: undefined;
95
95
  default?: undefined;
96
96
  } | {
97
97
  type: any;
98
- default: string | number | boolean | import("./props").SelectOptions | {
98
+ default: string | number | boolean | import("./props").SelectOptions | 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
  zIndex: {
103
103
  type?: undefined;
104
104
  default?: undefined;
105
105
  } | {
106
106
  type: any;
107
- default: string | number | boolean | import("./props").SelectOptions | {
107
+ default: string | number | boolean | import("./props").SelectOptions | 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
  rotate: {
112
112
  type?: undefined;
113
113
  default?: undefined;
114
114
  } | {
115
115
  type: any;
116
- default: string | number | boolean | import("./props").SelectOptions | {
116
+ default: string | number | boolean | import("./props").SelectOptions | 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
  isShow: {
121
121
  type?: undefined;
122
122
  default?: undefined;
123
123
  } | {
124
124
  type: any;
125
- default: string | number | boolean | import("./props").SelectOptions | {
125
+ default: string | number | boolean | import("./props").SelectOptions | 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
  isRender: {
130
130
  type?: undefined;
131
131
  default?: undefined;
132
132
  } | {
133
133
  type: any;
134
- default: string | number | boolean | import("./props").SelectOptions | {
134
+ default: string | number | boolean | import("./props").SelectOptions | 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
138
  isRequestData: {
139
139
  type?: undefined;
140
140
  default?: undefined;
141
141
  } | {
142
142
  type: any;
143
- default: string | number | boolean | import("./props").SelectOptions | {
143
+ default: string | number | boolean | import("./props").SelectOptions | 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
- requestUrl: {
147
+ events: {
148
148
  type?: undefined;
149
149
  default?: undefined;
150
150
  } | {
151
151
  type: any;
152
- default: string | number | boolean | import("./props").SelectOptions | {
152
+ default: string | number | boolean | import("./props").SelectOptions | 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
- requestMethod: {
156
+ requestUrl: {
157
157
  type?: undefined;
158
158
  default?: undefined;
159
159
  } | {
160
160
  type: any;
161
- default: string | number | boolean | import("./props").SelectOptions | {
161
+ default: string | number | boolean | import("./props").SelectOptions | 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
- requestHeaders: {
165
+ requestMethod: {
166
166
  type?: undefined;
167
167
  default?: undefined;
168
168
  } | {
169
169
  type: any;
170
- default: string | number | boolean | import("./props").SelectOptions | {
170
+ default: string | number | boolean | import("./props").SelectOptions | 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
- isOpenRequestTimer: {
174
+ requestHeaders: {
175
175
  type?: undefined;
176
176
  default?: undefined;
177
177
  } | {
178
178
  type: any;
179
- default: string | number | boolean | import("./props").SelectOptions | {
179
+ default: string | number | boolean | import("./props").SelectOptions | 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
- requestInterval: {
183
+ isOpenRequestTimer: {
184
184
  type?: undefined;
185
185
  default?: undefined;
186
186
  } | {
187
187
  type: any;
188
- default: string | number | boolean | import("./props").SelectOptions | {
188
+ default: string | number | boolean | import("./props").SelectOptions | 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
- requestParams: {
192
+ requestInterval: {
193
193
  type?: undefined;
194
194
  default?: undefined;
195
195
  } | {
196
196
  type: any;
197
- default: string | number | boolean | import("./props").SelectOptions | {
197
+ default: string | number | boolean | import("./props").SelectOptions | 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
- events: {
201
+ requestParams: {
202
202
  type?: undefined;
203
203
  default?: undefined;
204
204
  } | {
205
205
  type: any;
206
- default: string | number | boolean | import("./props").SelectOptions | {
206
+ default: string | number | boolean | import("./props").SelectOptions | import("../../_utils/props").Events | {
207
207
  [key: string]: any;
208
- } | import("../../_utils/props").RequestParams | import("../../_utils/props").Events;
208
+ } | import("../../_utils/props").RequestParams;
209
209
  };
210
210
  }, {
211
211
  style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
212
212
  getPopupContainer: () => HTMLElement;
213
+ myValue: import("vue").Ref<string | number | boolean | {
214
+ [x: string]: any;
215
+ }>;
216
+ onSelectChange: (value: any) => void;
213
217
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
214
218
  data?: unknown;
215
219
  value?: unknown;
@@ -227,24 +231,24 @@ declare const _default: import("vue").DefineComponent<{
227
231
  isShow?: unknown;
228
232
  isRender?: unknown;
229
233
  isRequestData?: unknown;
234
+ events?: unknown;
230
235
  requestUrl?: unknown;
231
236
  requestMethod?: unknown;
232
237
  requestHeaders?: unknown;
233
238
  isOpenRequestTimer?: unknown;
234
239
  requestInterval?: unknown;
235
240
  requestParams?: unknown;
236
- events?: unknown;
237
241
  } & {} & {
238
- type?: string | number | boolean | {
242
+ value?: string | number | boolean | {
239
243
  [key: string]: any;
240
244
  };
241
- data?: string | number | boolean | {
245
+ id?: string | number | boolean | {
242
246
  [key: string]: any;
243
247
  };
244
- value?: string | number | boolean | {
248
+ type?: string | number | boolean | {
245
249
  [key: string]: any;
246
250
  };
247
- id?: string | number | boolean | {
251
+ data?: string | number | boolean | {
248
252
  [key: string]: any;
249
253
  };
250
254
  name?: string | number | boolean | {
@@ -283,6 +287,9 @@ declare const _default: import("vue").DefineComponent<{
283
287
  isRequestData?: string | number | boolean | {
284
288
  [key: string]: any;
285
289
  };
290
+ events?: string | number | boolean | {
291
+ [key: string]: any;
292
+ };
286
293
  requestUrl?: string | number | boolean | {
287
294
  [key: string]: any;
288
295
  };
@@ -301,8 +308,5 @@ declare const _default: import("vue").DefineComponent<{
301
308
  requestParams?: string | number | boolean | {
302
309
  [key: string]: any;
303
310
  };
304
- events?: string | number | boolean | {
305
- [key: string]: any;
306
- };
307
311
  }>, {}>;
308
312
  export default _default;
@@ -18,206 +18,206 @@ export declare const selectComponentProps: {
18
18
  default?: undefined;
19
19
  } | {
20
20
  type: any;
21
- default: string | number | boolean | SelectOptions | {
21
+ default: string | number | boolean | SelectOptions | 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
  value: {
26
26
  type?: undefined;
27
27
  default?: undefined;
28
28
  } | {
29
29
  type: any;
30
- default: string | number | boolean | SelectOptions | {
30
+ default: string | number | boolean | SelectOptions | 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
  id: {
35
35
  type?: undefined;
36
36
  default?: undefined;
37
37
  } | {
38
38
  type: any;
39
- default: string | number | boolean | SelectOptions | {
39
+ default: string | number | boolean | SelectOptions | 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
  name: {
44
44
  type?: undefined;
45
45
  default?: undefined;
46
46
  } | {
47
47
  type: any;
48
- default: string | number | boolean | SelectOptions | {
48
+ default: string | number | boolean | SelectOptions | 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
  keyName: {
53
53
  type?: undefined;
54
54
  default?: undefined;
55
55
  } | {
56
56
  type: any;
57
- default: string | number | boolean | SelectOptions | {
57
+ default: string | number | boolean | SelectOptions | 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
  type: {
62
62
  type?: undefined;
63
63
  default?: undefined;
64
64
  } | {
65
65
  type: any;
66
- default: string | number | boolean | SelectOptions | {
66
+ default: string | number | boolean | SelectOptions | 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
  width: {
71
71
  type?: undefined;
72
72
  default?: undefined;
73
73
  } | {
74
74
  type: any;
75
- default: string | number | boolean | SelectOptions | {
75
+ default: string | number | boolean | SelectOptions | 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
  height: {
80
80
  type?: undefined;
81
81
  default?: undefined;
82
82
  } | {
83
83
  type: any;
84
- default: string | number | boolean | SelectOptions | {
84
+ default: string | number | boolean | SelectOptions | 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
  position: {
89
89
  type?: undefined;
90
90
  default?: undefined;
91
91
  } | {
92
92
  type: any;
93
- default: string | number | boolean | SelectOptions | {
93
+ default: string | number | boolean | SelectOptions | 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
  top: {
98
98
  type?: undefined;
99
99
  default?: undefined;
100
100
  } | {
101
101
  type: any;
102
- default: string | number | boolean | SelectOptions | {
102
+ default: string | number | boolean | SelectOptions | 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
  left: {
107
107
  type?: undefined;
108
108
  default?: undefined;
109
109
  } | {
110
110
  type: any;
111
- default: string | number | boolean | SelectOptions | {
111
+ default: string | number | boolean | SelectOptions | 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
  zIndex: {
116
116
  type?: undefined;
117
117
  default?: undefined;
118
118
  } | {
119
119
  type: any;
120
- default: string | number | boolean | SelectOptions | {
120
+ default: string | number | boolean | SelectOptions | 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
  rotate: {
125
125
  type?: undefined;
126
126
  default?: undefined;
127
127
  } | {
128
128
  type: any;
129
- default: string | number | boolean | SelectOptions | {
129
+ default: string | number | boolean | SelectOptions | 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
  isShow: {
134
134
  type?: undefined;
135
135
  default?: undefined;
136
136
  } | {
137
137
  type: any;
138
- default: string | number | boolean | SelectOptions | {
138
+ default: string | number | boolean | SelectOptions | 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
142
  isRender: {
143
143
  type?: undefined;
144
144
  default?: undefined;
145
145
  } | {
146
146
  type: any;
147
- default: string | number | boolean | SelectOptions | {
147
+ default: string | number | boolean | SelectOptions | 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
151
  isRequestData: {
152
152
  type?: undefined;
153
153
  default?: undefined;
154
154
  } | {
155
155
  type: any;
156
- default: string | number | boolean | SelectOptions | {
156
+ default: string | number | boolean | SelectOptions | 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
- requestUrl: {
160
+ events: {
161
161
  type?: undefined;
162
162
  default?: undefined;
163
163
  } | {
164
164
  type: any;
165
- default: string | number | boolean | SelectOptions | {
165
+ default: string | number | boolean | SelectOptions | 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
- requestMethod: {
169
+ requestUrl: {
170
170
  type?: undefined;
171
171
  default?: undefined;
172
172
  } | {
173
173
  type: any;
174
- default: string | number | boolean | SelectOptions | {
174
+ default: string | number | boolean | SelectOptions | 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
- requestHeaders: {
178
+ requestMethod: {
179
179
  type?: undefined;
180
180
  default?: undefined;
181
181
  } | {
182
182
  type: any;
183
- default: string | number | boolean | SelectOptions | {
183
+ default: string | number | boolean | SelectOptions | 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
- isOpenRequestTimer: {
187
+ requestHeaders: {
188
188
  type?: undefined;
189
189
  default?: undefined;
190
190
  } | {
191
191
  type: any;
192
- default: string | number | boolean | SelectOptions | {
192
+ default: string | number | boolean | SelectOptions | 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
- requestInterval: {
196
+ isOpenRequestTimer: {
197
197
  type?: undefined;
198
198
  default?: undefined;
199
199
  } | {
200
200
  type: any;
201
- default: string | number | boolean | SelectOptions | {
201
+ default: string | number | boolean | SelectOptions | 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
- requestParams: {
205
+ requestInterval: {
206
206
  type?: undefined;
207
207
  default?: undefined;
208
208
  } | {
209
209
  type: any;
210
- default: string | number | boolean | SelectOptions | {
210
+ default: string | number | boolean | SelectOptions | import("../../_utils/props").Events | {
211
211
  [key: string]: any;
212
- } | import("../../_utils/props").RequestParams | import("../../_utils/props").Events;
212
+ } | import("../../_utils/props").RequestParams;
213
213
  };
214
- events: {
214
+ requestParams: {
215
215
  type?: undefined;
216
216
  default?: undefined;
217
217
  } | {
218
218
  type: any;
219
- default: string | number | boolean | SelectOptions | {
219
+ default: string | number | boolean | SelectOptions | import("../../_utils/props").Events | {
220
220
  [key: string]: any;
221
- } | import("../../_utils/props").RequestParams | import("../../_utils/props").Events;
221
+ } | import("../../_utils/props").RequestParams;
222
222
  };
223
223
  };