@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
@@ -0,0 +1,385 @@
1
+ declare const _default: import("vue").DefineComponent<{
2
+ color: {
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
+ format: {
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
+ fontSize: {
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
+ fontFamily: {
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
+ };
38
+ fontWeight: {
39
+ type?: undefined;
40
+ default?: undefined;
41
+ } | {
42
+ type: any;
43
+ default: string | number | boolean | import("../../_utils/props").Events | {
44
+ [key: string]: any;
45
+ } | import("../../_utils/props").RequestParams;
46
+ };
47
+ textShadow: {
48
+ type?: undefined;
49
+ default?: undefined;
50
+ } | {
51
+ type: any;
52
+ default: string | number | boolean | import("../../_utils/props").Events | {
53
+ [key: string]: any;
54
+ } | import("../../_utils/props").RequestParams;
55
+ };
56
+ textAlign: {
57
+ type?: undefined;
58
+ default?: undefined;
59
+ } | {
60
+ type: any;
61
+ default: string | number | boolean | import("../../_utils/props").Events | {
62
+ [key: string]: any;
63
+ } | import("../../_utils/props").RequestParams;
64
+ };
65
+ verticalAlign: {
66
+ type?: undefined;
67
+ default?: undefined;
68
+ } | {
69
+ type: any;
70
+ default: string | number | boolean | import("../../_utils/props").Events | {
71
+ [key: string]: any;
72
+ } | import("../../_utils/props").RequestParams;
73
+ };
74
+ id: {
75
+ type?: undefined;
76
+ default?: undefined;
77
+ } | {
78
+ type: any;
79
+ default: string | number | boolean | import("../../_utils/props").Events | {
80
+ [key: string]: any;
81
+ } | import("../../_utils/props").RequestParams;
82
+ };
83
+ name: {
84
+ type?: undefined;
85
+ default?: undefined;
86
+ } | {
87
+ type: any;
88
+ default: string | number | boolean | import("../../_utils/props").Events | {
89
+ [key: string]: any;
90
+ } | import("../../_utils/props").RequestParams;
91
+ };
92
+ keyName: {
93
+ type?: undefined;
94
+ default?: undefined;
95
+ } | {
96
+ type: any;
97
+ default: string | number | boolean | import("../../_utils/props").Events | {
98
+ [key: string]: any;
99
+ } | import("../../_utils/props").RequestParams;
100
+ };
101
+ type: {
102
+ type?: undefined;
103
+ default?: undefined;
104
+ } | {
105
+ type: any;
106
+ default: string | number | boolean | import("../../_utils/props").Events | {
107
+ [key: string]: any;
108
+ } | import("../../_utils/props").RequestParams;
109
+ };
110
+ width: {
111
+ type?: undefined;
112
+ default?: undefined;
113
+ } | {
114
+ type: any;
115
+ default: string | number | boolean | import("../../_utils/props").Events | {
116
+ [key: string]: any;
117
+ } | import("../../_utils/props").RequestParams;
118
+ };
119
+ height: {
120
+ type?: undefined;
121
+ default?: undefined;
122
+ } | {
123
+ type: any;
124
+ default: string | number | boolean | import("../../_utils/props").Events | {
125
+ [key: string]: any;
126
+ } | import("../../_utils/props").RequestParams;
127
+ };
128
+ position: {
129
+ type?: undefined;
130
+ default?: undefined;
131
+ } | {
132
+ type: any;
133
+ default: string | number | boolean | import("../../_utils/props").Events | {
134
+ [key: string]: any;
135
+ } | import("../../_utils/props").RequestParams;
136
+ };
137
+ top: {
138
+ type?: undefined;
139
+ default?: undefined;
140
+ } | {
141
+ type: any;
142
+ default: string | number | boolean | import("../../_utils/props").Events | {
143
+ [key: string]: any;
144
+ } | import("../../_utils/props").RequestParams;
145
+ };
146
+ left: {
147
+ type?: undefined;
148
+ default?: undefined;
149
+ } | {
150
+ type: any;
151
+ default: string | number | boolean | import("../../_utils/props").Events | {
152
+ [key: string]: any;
153
+ } | import("../../_utils/props").RequestParams;
154
+ };
155
+ zIndex: {
156
+ type?: undefined;
157
+ default?: undefined;
158
+ } | {
159
+ type: any;
160
+ default: string | number | boolean | import("../../_utils/props").Events | {
161
+ [key: string]: any;
162
+ } | import("../../_utils/props").RequestParams;
163
+ };
164
+ rotate: {
165
+ type?: undefined;
166
+ default?: undefined;
167
+ } | {
168
+ type: any;
169
+ default: string | number | boolean | import("../../_utils/props").Events | {
170
+ [key: string]: any;
171
+ } | import("../../_utils/props").RequestParams;
172
+ };
173
+ isShow: {
174
+ type?: undefined;
175
+ default?: undefined;
176
+ } | {
177
+ type: any;
178
+ default: string | number | boolean | import("../../_utils/props").Events | {
179
+ [key: string]: any;
180
+ } | import("../../_utils/props").RequestParams;
181
+ };
182
+ isRender: {
183
+ type?: undefined;
184
+ default?: undefined;
185
+ } | {
186
+ type: any;
187
+ default: string | number | boolean | import("../../_utils/props").Events | {
188
+ [key: string]: any;
189
+ } | import("../../_utils/props").RequestParams;
190
+ };
191
+ isRequestData: {
192
+ type?: undefined;
193
+ default?: undefined;
194
+ } | {
195
+ type: any;
196
+ default: string | number | boolean | import("../../_utils/props").Events | {
197
+ [key: string]: any;
198
+ } | import("../../_utils/props").RequestParams;
199
+ };
200
+ events: {
201
+ type?: undefined;
202
+ default?: undefined;
203
+ } | {
204
+ type: any;
205
+ default: string | number | boolean | import("../../_utils/props").Events | {
206
+ [key: string]: any;
207
+ } | import("../../_utils/props").RequestParams;
208
+ };
209
+ requestUrl: {
210
+ type?: undefined;
211
+ default?: undefined;
212
+ } | {
213
+ type: any;
214
+ default: string | number | boolean | import("../../_utils/props").Events | {
215
+ [key: string]: any;
216
+ } | import("../../_utils/props").RequestParams;
217
+ };
218
+ requestMethod: {
219
+ type?: undefined;
220
+ default?: undefined;
221
+ } | {
222
+ type: any;
223
+ default: string | number | boolean | import("../../_utils/props").Events | {
224
+ [key: string]: any;
225
+ } | import("../../_utils/props").RequestParams;
226
+ };
227
+ requestHeaders: {
228
+ type?: undefined;
229
+ default?: undefined;
230
+ } | {
231
+ type: any;
232
+ default: string | number | boolean | import("../../_utils/props").Events | {
233
+ [key: string]: any;
234
+ } | import("../../_utils/props").RequestParams;
235
+ };
236
+ isOpenRequestTimer: {
237
+ type?: undefined;
238
+ default?: undefined;
239
+ } | {
240
+ type: any;
241
+ default: string | number | boolean | import("../../_utils/props").Events | {
242
+ [key: string]: any;
243
+ } | import("../../_utils/props").RequestParams;
244
+ };
245
+ requestInterval: {
246
+ type?: undefined;
247
+ default?: undefined;
248
+ } | {
249
+ type: any;
250
+ default: string | number | boolean | import("../../_utils/props").Events | {
251
+ [key: string]: any;
252
+ } | import("../../_utils/props").RequestParams;
253
+ };
254
+ requestParams: {
255
+ type?: undefined;
256
+ default?: undefined;
257
+ } | {
258
+ type: any;
259
+ default: string | number | boolean | import("../../_utils/props").Events | {
260
+ [key: string]: any;
261
+ } | import("../../_utils/props").RequestParams;
262
+ };
263
+ }, {
264
+ style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
265
+ time: import("vue").Ref<string>;
266
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
267
+ color?: unknown;
268
+ format?: unknown;
269
+ fontSize?: unknown;
270
+ fontFamily?: unknown;
271
+ fontWeight?: unknown;
272
+ textShadow?: unknown;
273
+ textAlign?: unknown;
274
+ verticalAlign?: unknown;
275
+ id?: unknown;
276
+ name?: unknown;
277
+ keyName?: unknown;
278
+ type?: unknown;
279
+ width?: unknown;
280
+ height?: unknown;
281
+ position?: unknown;
282
+ top?: unknown;
283
+ left?: unknown;
284
+ zIndex?: unknown;
285
+ rotate?: unknown;
286
+ isShow?: unknown;
287
+ isRender?: unknown;
288
+ isRequestData?: unknown;
289
+ events?: unknown;
290
+ requestUrl?: unknown;
291
+ requestMethod?: unknown;
292
+ requestHeaders?: unknown;
293
+ isOpenRequestTimer?: unknown;
294
+ requestInterval?: unknown;
295
+ requestParams?: unknown;
296
+ } & {} & {
297
+ type?: string | number | boolean | {
298
+ [key: string]: any;
299
+ };
300
+ color?: string | number | boolean | {
301
+ [key: string]: any;
302
+ };
303
+ format?: string | number | boolean | {
304
+ [key: string]: any;
305
+ };
306
+ fontSize?: string | number | boolean | {
307
+ [key: string]: any;
308
+ };
309
+ fontFamily?: string | number | boolean | {
310
+ [key: string]: any;
311
+ };
312
+ fontWeight?: string | number | boolean | {
313
+ [key: string]: any;
314
+ };
315
+ textShadow?: string | number | boolean | {
316
+ [key: string]: any;
317
+ };
318
+ textAlign?: string | number | boolean | {
319
+ [key: string]: any;
320
+ };
321
+ verticalAlign?: string | number | boolean | {
322
+ [key: string]: any;
323
+ };
324
+ id?: string | number | boolean | {
325
+ [key: string]: any;
326
+ };
327
+ name?: string | number | boolean | {
328
+ [key: string]: any;
329
+ };
330
+ keyName?: string | number | boolean | {
331
+ [key: string]: any;
332
+ };
333
+ width?: string | number | boolean | {
334
+ [key: string]: any;
335
+ };
336
+ height?: string | number | boolean | {
337
+ [key: string]: any;
338
+ };
339
+ position?: string | number | boolean | {
340
+ [key: string]: any;
341
+ };
342
+ top?: string | number | boolean | {
343
+ [key: string]: any;
344
+ };
345
+ left?: string | number | boolean | {
346
+ [key: string]: any;
347
+ };
348
+ zIndex?: string | number | boolean | {
349
+ [key: string]: any;
350
+ };
351
+ rotate?: string | number | boolean | {
352
+ [key: string]: any;
353
+ };
354
+ isShow?: string | number | boolean | {
355
+ [key: string]: any;
356
+ };
357
+ isRender?: string | number | boolean | {
358
+ [key: string]: any;
359
+ };
360
+ isRequestData?: string | number | boolean | {
361
+ [key: string]: any;
362
+ };
363
+ events?: string | number | boolean | {
364
+ [key: string]: any;
365
+ };
366
+ requestUrl?: string | number | boolean | {
367
+ [key: string]: any;
368
+ };
369
+ requestMethod?: string | number | boolean | {
370
+ [key: string]: any;
371
+ };
372
+ requestHeaders?: string | number | boolean | {
373
+ [key: string]: any;
374
+ };
375
+ isOpenRequestTimer?: string | number | boolean | {
376
+ [key: string]: any;
377
+ };
378
+ requestInterval?: string | number | boolean | {
379
+ [key: string]: any;
380
+ };
381
+ requestParams?: string | number | boolean | {
382
+ [key: string]: any;
383
+ };
384
+ }>, {}>;
385
+ export default _default;
@@ -0,0 +1,3 @@
1
+ export declare const EcanTimeDisplay: import("../../_utils/withInstall").SFCWithInstall<import("vue").DefineComponent<{}, {}, any, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{} & {} & {}>, {}>> & Record<string, any>;
2
+ export default EcanTimeDisplay;
3
+ export * from './props';
@@ -0,0 +1,275 @@
1
+ import { Props } from '../../_utils/props';
2
+ export interface TimeDisplayProps extends Props {
3
+ color: string;
4
+ format: string;
5
+ fontSize: string;
6
+ fontFamily: string;
7
+ fontWeight: number;
8
+ textShadow: string;
9
+ textAlign: string;
10
+ verticalAlign: string;
11
+ }
12
+ export declare const timeDisplayProps: TimeDisplayProps;
13
+ export declare const timeDisplayComponentProps: {
14
+ color: {
15
+ type?: undefined;
16
+ default?: undefined;
17
+ } | {
18
+ type: any;
19
+ default: string | number | boolean | import("../../_utils/props").Events | {
20
+ [key: string]: any;
21
+ } | import("../../_utils/props").RequestParams;
22
+ };
23
+ format: {
24
+ type?: undefined;
25
+ default?: undefined;
26
+ } | {
27
+ type: any;
28
+ default: string | number | boolean | import("../../_utils/props").Events | {
29
+ [key: string]: any;
30
+ } | import("../../_utils/props").RequestParams;
31
+ };
32
+ fontSize: {
33
+ type?: undefined;
34
+ default?: undefined;
35
+ } | {
36
+ type: any;
37
+ default: string | number | boolean | import("../../_utils/props").Events | {
38
+ [key: string]: any;
39
+ } | import("../../_utils/props").RequestParams;
40
+ };
41
+ fontFamily: {
42
+ type?: undefined;
43
+ default?: undefined;
44
+ } | {
45
+ type: any;
46
+ default: string | number | boolean | import("../../_utils/props").Events | {
47
+ [key: string]: any;
48
+ } | import("../../_utils/props").RequestParams;
49
+ };
50
+ fontWeight: {
51
+ type?: undefined;
52
+ default?: undefined;
53
+ } | {
54
+ type: any;
55
+ default: string | number | boolean | import("../../_utils/props").Events | {
56
+ [key: string]: any;
57
+ } | import("../../_utils/props").RequestParams;
58
+ };
59
+ textShadow: {
60
+ type?: undefined;
61
+ default?: undefined;
62
+ } | {
63
+ type: any;
64
+ default: string | number | boolean | import("../../_utils/props").Events | {
65
+ [key: string]: any;
66
+ } | import("../../_utils/props").RequestParams;
67
+ };
68
+ textAlign: {
69
+ type?: undefined;
70
+ default?: undefined;
71
+ } | {
72
+ type: any;
73
+ default: string | number | boolean | import("../../_utils/props").Events | {
74
+ [key: string]: any;
75
+ } | import("../../_utils/props").RequestParams;
76
+ };
77
+ verticalAlign: {
78
+ type?: undefined;
79
+ default?: undefined;
80
+ } | {
81
+ type: any;
82
+ default: string | number | boolean | import("../../_utils/props").Events | {
83
+ [key: string]: any;
84
+ } | import("../../_utils/props").RequestParams;
85
+ };
86
+ id: {
87
+ type?: undefined;
88
+ default?: undefined;
89
+ } | {
90
+ type: any;
91
+ default: string | number | boolean | import("../../_utils/props").Events | {
92
+ [key: string]: any;
93
+ } | import("../../_utils/props").RequestParams;
94
+ };
95
+ name: {
96
+ type?: undefined;
97
+ default?: undefined;
98
+ } | {
99
+ type: any;
100
+ default: string | number | boolean | import("../../_utils/props").Events | {
101
+ [key: string]: any;
102
+ } | import("../../_utils/props").RequestParams;
103
+ };
104
+ keyName: {
105
+ type?: undefined;
106
+ default?: undefined;
107
+ } | {
108
+ type: any;
109
+ default: string | number | boolean | import("../../_utils/props").Events | {
110
+ [key: string]: any;
111
+ } | import("../../_utils/props").RequestParams;
112
+ };
113
+ type: {
114
+ type?: undefined;
115
+ default?: undefined;
116
+ } | {
117
+ type: any;
118
+ default: string | number | boolean | import("../../_utils/props").Events | {
119
+ [key: string]: any;
120
+ } | import("../../_utils/props").RequestParams;
121
+ };
122
+ width: {
123
+ type?: undefined;
124
+ default?: undefined;
125
+ } | {
126
+ type: any;
127
+ default: string | number | boolean | import("../../_utils/props").Events | {
128
+ [key: string]: any;
129
+ } | import("../../_utils/props").RequestParams;
130
+ };
131
+ height: {
132
+ type?: undefined;
133
+ default?: undefined;
134
+ } | {
135
+ type: any;
136
+ default: string | number | boolean | import("../../_utils/props").Events | {
137
+ [key: string]: any;
138
+ } | import("../../_utils/props").RequestParams;
139
+ };
140
+ position: {
141
+ type?: undefined;
142
+ default?: undefined;
143
+ } | {
144
+ type: any;
145
+ default: string | number | boolean | import("../../_utils/props").Events | {
146
+ [key: string]: any;
147
+ } | import("../../_utils/props").RequestParams;
148
+ };
149
+ top: {
150
+ type?: undefined;
151
+ default?: undefined;
152
+ } | {
153
+ type: any;
154
+ default: string | number | boolean | import("../../_utils/props").Events | {
155
+ [key: string]: any;
156
+ } | import("../../_utils/props").RequestParams;
157
+ };
158
+ left: {
159
+ type?: undefined;
160
+ default?: undefined;
161
+ } | {
162
+ type: any;
163
+ default: string | number | boolean | import("../../_utils/props").Events | {
164
+ [key: string]: any;
165
+ } | import("../../_utils/props").RequestParams;
166
+ };
167
+ zIndex: {
168
+ type?: undefined;
169
+ default?: undefined;
170
+ } | {
171
+ type: any;
172
+ default: string | number | boolean | import("../../_utils/props").Events | {
173
+ [key: string]: any;
174
+ } | import("../../_utils/props").RequestParams;
175
+ };
176
+ rotate: {
177
+ type?: undefined;
178
+ default?: undefined;
179
+ } | {
180
+ type: any;
181
+ default: string | number | boolean | import("../../_utils/props").Events | {
182
+ [key: string]: any;
183
+ } | import("../../_utils/props").RequestParams;
184
+ };
185
+ isShow: {
186
+ type?: undefined;
187
+ default?: undefined;
188
+ } | {
189
+ type: any;
190
+ default: string | number | boolean | import("../../_utils/props").Events | {
191
+ [key: string]: any;
192
+ } | import("../../_utils/props").RequestParams;
193
+ };
194
+ isRender: {
195
+ type?: undefined;
196
+ default?: undefined;
197
+ } | {
198
+ type: any;
199
+ default: string | number | boolean | import("../../_utils/props").Events | {
200
+ [key: string]: any;
201
+ } | import("../../_utils/props").RequestParams;
202
+ };
203
+ isRequestData: {
204
+ type?: undefined;
205
+ default?: undefined;
206
+ } | {
207
+ type: any;
208
+ default: string | number | boolean | import("../../_utils/props").Events | {
209
+ [key: string]: any;
210
+ } | import("../../_utils/props").RequestParams;
211
+ };
212
+ events: {
213
+ type?: undefined;
214
+ default?: undefined;
215
+ } | {
216
+ type: any;
217
+ default: string | number | boolean | import("../../_utils/props").Events | {
218
+ [key: string]: any;
219
+ } | import("../../_utils/props").RequestParams;
220
+ };
221
+ requestUrl: {
222
+ type?: undefined;
223
+ default?: undefined;
224
+ } | {
225
+ type: any;
226
+ default: string | number | boolean | import("../../_utils/props").Events | {
227
+ [key: string]: any;
228
+ } | import("../../_utils/props").RequestParams;
229
+ };
230
+ requestMethod: {
231
+ type?: undefined;
232
+ default?: undefined;
233
+ } | {
234
+ type: any;
235
+ default: string | number | boolean | import("../../_utils/props").Events | {
236
+ [key: string]: any;
237
+ } | import("../../_utils/props").RequestParams;
238
+ };
239
+ requestHeaders: {
240
+ type?: undefined;
241
+ default?: undefined;
242
+ } | {
243
+ type: any;
244
+ default: string | number | boolean | import("../../_utils/props").Events | {
245
+ [key: string]: any;
246
+ } | import("../../_utils/props").RequestParams;
247
+ };
248
+ isOpenRequestTimer: {
249
+ type?: undefined;
250
+ default?: undefined;
251
+ } | {
252
+ type: any;
253
+ default: string | number | boolean | import("../../_utils/props").Events | {
254
+ [key: string]: any;
255
+ } | import("../../_utils/props").RequestParams;
256
+ };
257
+ requestInterval: {
258
+ type?: undefined;
259
+ default?: undefined;
260
+ } | {
261
+ type: any;
262
+ default: string | number | boolean | import("../../_utils/props").Events | {
263
+ [key: string]: any;
264
+ } | import("../../_utils/props").RequestParams;
265
+ };
266
+ requestParams: {
267
+ type?: undefined;
268
+ default?: undefined;
269
+ } | {
270
+ type: any;
271
+ default: string | number | boolean | import("../../_utils/props").Events | {
272
+ [key: string]: any;
273
+ } | import("../../_utils/props").RequestParams;
274
+ };
275
+ };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ecan-bi/datav",
3
- "version": "1.0.15",
3
+ "version": "1.0.18",
4
4
  "exports": {
5
5
  ".": {
6
6
  "import": "./dist/index.esm.js",
@@ -20,6 +20,7 @@
20
20
  "publishConfig": {
21
21
  "access": "public"
22
22
  },
23
+ "sideEffects": false,
23
24
  "license": "ISC",
24
25
  "scripts": {
25
26
  "build": "npm run clean && npm run lint && rollup -c ./rollup.config.js",
@@ -1,5 +0,0 @@
1
- import { RequestParams } from '../props';
2
- export declare const useRequestParams: (params: RequestParams) => {
3
- [key: string]: any;
4
- };
5
- export default useRequestParams;
@@ -1,2 +0,0 @@
1
- export declare const request: import("axios").AxiosInstance;
2
- export default request;