@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.
- package/dist/index.es.js +701 -173
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +699 -171
- package/dist/index.umd.js.map +1 -1
- package/dist/style.css +132 -72
- package/package.json +1 -1
- package/types/_utils/constant.d.ts +2 -1
- package/types/_utils/hooks/index.d.ts +1 -0
- package/types/_utils/hooks/useIndicatorData.d.ts +4 -0
- package/types/common/echarts/Echarts.d.ts +418 -0
- package/types/common/echarts/index.d.ts +2 -2
- package/types/common/index.d.ts +1 -1
- package/types/common/skeleton/Skeleton.vue.d.ts +14 -0
- package/types/common/skeleton/index.d.ts +2 -0
- package/types/container/border/Border.vue.d.ts +54 -54
- package/types/container/border/props.d.ts +54 -54
- package/types/container/modal/Modal.vue.d.ts +1 -1
- package/types/container/modal/index.d.ts +1 -1
- package/types/control/button/Button.vue.d.ts +72 -0
- package/types/control/button/index.d.ts +72 -0
- package/types/control/button/props.d.ts +84 -44
- package/types/control/date-picker/props.d.ts +52 -52
- package/types/control/input/props.d.ts +48 -48
- package/types/control/range-picker/RangePicker.vue.d.ts +52 -52
- package/types/control/range-picker/props.d.ts +52 -52
- package/types/control/select/Select.vue.d.ts +50 -50
- package/types/control/select/props.d.ts +50 -50
- package/types/graph/bar/Bar.vue.d.ts +128 -128
- package/types/graph/bar/index.d.ts +128 -128
- package/types/graph/bar/props.d.ts +65 -65
- package/types/graph/combo-graph/ComboGraph.vue.d.ts +155 -0
- package/types/graph/combo-graph/index.d.ts +155 -0
- package/types/graph/combo-graph/props.d.ts +72 -0
- package/types/graph/custom-graph/props.d.ts +48 -48
- package/types/graph/line/Line.vue.d.ts +155 -0
- package/types/graph/line/index.d.ts +155 -0
- package/types/graph/line/props.d.ts +72 -0
- package/types/graph/pie/Pie.vue.d.ts +155 -0
- package/types/graph/pie/index.d.ts +155 -0
- package/types/graph/pie/props.d.ts +72 -0
- package/types/graph/scatter/Scatter.vue.d.ts +155 -0
- package/types/graph/scatter/index.d.ts +155 -0
- package/types/graph/scatter/props.d.ts +72 -0
- package/types/map/map/props.d.ts +112 -112
- package/types/media/image/props.d.ts +52 -52
- package/types/table/table/Table.vue.d.ts +900 -79
- package/types/table/table/index.d.ts +899 -79
- package/types/table/table/props.d.ts +451 -39
- package/types/text/list/List.vue.d.ts +64 -64
- package/types/text/list/props.d.ts +64 -64
- package/types/text/proportion/Proportion.vue.d.ts +68 -68
- package/types/text/proportion/props.d.ts +68 -68
- package/types/text/text/Text.vue.d.ts +66 -66
- package/types/text/text/props.d.ts +66 -66
- package/types/text/time-display/props.d.ts +60 -60
|
@@ -22,9 +22,9 @@ export declare const selectComponentProps: {
|
|
|
22
22
|
default?: undefined;
|
|
23
23
|
} | {
|
|
24
24
|
type: any;
|
|
25
|
-
default: string | number | boolean | import(
|
|
25
|
+
default: string | number | boolean | import('../../_utils/props').Events | {
|
|
26
26
|
[key: string]: any;
|
|
27
|
-
} | import(
|
|
27
|
+
} | import('../../_utils/props').RequestParams | SelectOptions | {
|
|
28
28
|
label: string;
|
|
29
29
|
value: string;
|
|
30
30
|
};
|
|
@@ -34,9 +34,9 @@ export declare const selectComponentProps: {
|
|
|
34
34
|
default?: undefined;
|
|
35
35
|
} | {
|
|
36
36
|
type: any;
|
|
37
|
-
default: string | number | boolean | import(
|
|
37
|
+
default: string | number | boolean | import('../../_utils/props').Events | {
|
|
38
38
|
[key: string]: any;
|
|
39
|
-
} | import(
|
|
39
|
+
} | import('../../_utils/props').RequestParams | SelectOptions | {
|
|
40
40
|
label: string;
|
|
41
41
|
value: string;
|
|
42
42
|
};
|
|
@@ -46,9 +46,9 @@ export declare const selectComponentProps: {
|
|
|
46
46
|
default?: undefined;
|
|
47
47
|
} | {
|
|
48
48
|
type: any;
|
|
49
|
-
default: string | number | boolean | import(
|
|
49
|
+
default: string | number | boolean | import('../../_utils/props').Events | {
|
|
50
50
|
[key: string]: any;
|
|
51
|
-
} | import(
|
|
51
|
+
} | import('../../_utils/props').RequestParams | SelectOptions | {
|
|
52
52
|
label: string;
|
|
53
53
|
value: string;
|
|
54
54
|
};
|
|
@@ -58,9 +58,9 @@ export declare const selectComponentProps: {
|
|
|
58
58
|
default?: undefined;
|
|
59
59
|
} | {
|
|
60
60
|
type: any;
|
|
61
|
-
default: string | number | boolean | import(
|
|
61
|
+
default: string | number | boolean | import('../../_utils/props').Events | {
|
|
62
62
|
[key: string]: any;
|
|
63
|
-
} | import(
|
|
63
|
+
} | import('../../_utils/props').RequestParams | SelectOptions | {
|
|
64
64
|
label: string;
|
|
65
65
|
value: string;
|
|
66
66
|
};
|
|
@@ -70,9 +70,9 @@ export declare const selectComponentProps: {
|
|
|
70
70
|
default?: undefined;
|
|
71
71
|
} | {
|
|
72
72
|
type: any;
|
|
73
|
-
default: string | number | boolean | import(
|
|
73
|
+
default: string | number | boolean | import('../../_utils/props').Events | {
|
|
74
74
|
[key: string]: any;
|
|
75
|
-
} | import(
|
|
75
|
+
} | import('../../_utils/props').RequestParams | SelectOptions | {
|
|
76
76
|
label: string;
|
|
77
77
|
value: string;
|
|
78
78
|
};
|
|
@@ -82,9 +82,9 @@ export declare const selectComponentProps: {
|
|
|
82
82
|
default?: undefined;
|
|
83
83
|
} | {
|
|
84
84
|
type: any;
|
|
85
|
-
default: string | number | boolean | import(
|
|
85
|
+
default: string | number | boolean | import('../../_utils/props').Events | {
|
|
86
86
|
[key: string]: any;
|
|
87
|
-
} | import(
|
|
87
|
+
} | import('../../_utils/props').RequestParams | SelectOptions | {
|
|
88
88
|
label: string;
|
|
89
89
|
value: string;
|
|
90
90
|
};
|
|
@@ -94,9 +94,9 @@ export declare const selectComponentProps: {
|
|
|
94
94
|
default?: undefined;
|
|
95
95
|
} | {
|
|
96
96
|
type: any;
|
|
97
|
-
default: string | number | boolean | import(
|
|
97
|
+
default: string | number | boolean | import('../../_utils/props').Events | {
|
|
98
98
|
[key: string]: any;
|
|
99
|
-
} | import(
|
|
99
|
+
} | import('../../_utils/props').RequestParams | SelectOptions | {
|
|
100
100
|
label: string;
|
|
101
101
|
value: string;
|
|
102
102
|
};
|
|
@@ -106,9 +106,9 @@ export declare const selectComponentProps: {
|
|
|
106
106
|
default?: undefined;
|
|
107
107
|
} | {
|
|
108
108
|
type: any;
|
|
109
|
-
default: string | number | boolean | import(
|
|
109
|
+
default: string | number | boolean | import('../../_utils/props').Events | {
|
|
110
110
|
[key: string]: any;
|
|
111
|
-
} | import(
|
|
111
|
+
} | import('../../_utils/props').RequestParams | SelectOptions | {
|
|
112
112
|
label: string;
|
|
113
113
|
value: string;
|
|
114
114
|
};
|
|
@@ -118,9 +118,9 @@ export declare const selectComponentProps: {
|
|
|
118
118
|
default?: undefined;
|
|
119
119
|
} | {
|
|
120
120
|
type: any;
|
|
121
|
-
default: string | number | boolean | import(
|
|
121
|
+
default: string | number | boolean | import('../../_utils/props').Events | {
|
|
122
122
|
[key: string]: any;
|
|
123
|
-
} | import(
|
|
123
|
+
} | import('../../_utils/props').RequestParams | SelectOptions | {
|
|
124
124
|
label: string;
|
|
125
125
|
value: string;
|
|
126
126
|
};
|
|
@@ -130,9 +130,9 @@ export declare const selectComponentProps: {
|
|
|
130
130
|
default?: undefined;
|
|
131
131
|
} | {
|
|
132
132
|
type: any;
|
|
133
|
-
default: string | number | boolean | import(
|
|
133
|
+
default: string | number | boolean | import('../../_utils/props').Events | {
|
|
134
134
|
[key: string]: any;
|
|
135
|
-
} | import(
|
|
135
|
+
} | import('../../_utils/props').RequestParams | SelectOptions | {
|
|
136
136
|
label: string;
|
|
137
137
|
value: string;
|
|
138
138
|
};
|
|
@@ -142,9 +142,9 @@ export declare const selectComponentProps: {
|
|
|
142
142
|
default?: undefined;
|
|
143
143
|
} | {
|
|
144
144
|
type: any;
|
|
145
|
-
default: string | number | boolean | import(
|
|
145
|
+
default: string | number | boolean | import('../../_utils/props').Events | {
|
|
146
146
|
[key: string]: any;
|
|
147
|
-
} | import(
|
|
147
|
+
} | import('../../_utils/props').RequestParams | SelectOptions | {
|
|
148
148
|
label: string;
|
|
149
149
|
value: string;
|
|
150
150
|
};
|
|
@@ -154,9 +154,9 @@ export declare const selectComponentProps: {
|
|
|
154
154
|
default?: undefined;
|
|
155
155
|
} | {
|
|
156
156
|
type: any;
|
|
157
|
-
default: string | number | boolean | import(
|
|
157
|
+
default: string | number | boolean | import('../../_utils/props').Events | {
|
|
158
158
|
[key: string]: any;
|
|
159
|
-
} | import(
|
|
159
|
+
} | import('../../_utils/props').RequestParams | SelectOptions | {
|
|
160
160
|
label: string;
|
|
161
161
|
value: string;
|
|
162
162
|
};
|
|
@@ -166,9 +166,9 @@ export declare const selectComponentProps: {
|
|
|
166
166
|
default?: undefined;
|
|
167
167
|
} | {
|
|
168
168
|
type: any;
|
|
169
|
-
default: string | number | boolean | import(
|
|
169
|
+
default: string | number | boolean | import('../../_utils/props').Events | {
|
|
170
170
|
[key: string]: any;
|
|
171
|
-
} | import(
|
|
171
|
+
} | import('../../_utils/props').RequestParams | SelectOptions | {
|
|
172
172
|
label: string;
|
|
173
173
|
value: string;
|
|
174
174
|
};
|
|
@@ -178,9 +178,9 @@ export declare const selectComponentProps: {
|
|
|
178
178
|
default?: undefined;
|
|
179
179
|
} | {
|
|
180
180
|
type: any;
|
|
181
|
-
default: string | number | boolean | import(
|
|
181
|
+
default: string | number | boolean | import('../../_utils/props').Events | {
|
|
182
182
|
[key: string]: any;
|
|
183
|
-
} | import(
|
|
183
|
+
} | import('../../_utils/props').RequestParams | SelectOptions | {
|
|
184
184
|
label: string;
|
|
185
185
|
value: string;
|
|
186
186
|
};
|
|
@@ -190,9 +190,9 @@ export declare const selectComponentProps: {
|
|
|
190
190
|
default?: undefined;
|
|
191
191
|
} | {
|
|
192
192
|
type: any;
|
|
193
|
-
default: string | number | boolean | import(
|
|
193
|
+
default: string | number | boolean | import('../../_utils/props').Events | {
|
|
194
194
|
[key: string]: any;
|
|
195
|
-
} | import(
|
|
195
|
+
} | import('../../_utils/props').RequestParams | SelectOptions | {
|
|
196
196
|
label: string;
|
|
197
197
|
value: string;
|
|
198
198
|
};
|
|
@@ -202,9 +202,9 @@ export declare const selectComponentProps: {
|
|
|
202
202
|
default?: undefined;
|
|
203
203
|
} | {
|
|
204
204
|
type: any;
|
|
205
|
-
default: string | number | boolean | import(
|
|
205
|
+
default: string | number | boolean | import('../../_utils/props').Events | {
|
|
206
206
|
[key: string]: any;
|
|
207
|
-
} | import(
|
|
207
|
+
} | import('../../_utils/props').RequestParams | SelectOptions | {
|
|
208
208
|
label: string;
|
|
209
209
|
value: string;
|
|
210
210
|
};
|
|
@@ -214,9 +214,9 @@ export declare const selectComponentProps: {
|
|
|
214
214
|
default?: undefined;
|
|
215
215
|
} | {
|
|
216
216
|
type: any;
|
|
217
|
-
default: string | number | boolean | import(
|
|
217
|
+
default: string | number | boolean | import('../../_utils/props').Events | {
|
|
218
218
|
[key: string]: any;
|
|
219
|
-
} | import(
|
|
219
|
+
} | import('../../_utils/props').RequestParams | SelectOptions | {
|
|
220
220
|
label: string;
|
|
221
221
|
value: string;
|
|
222
222
|
};
|
|
@@ -226,9 +226,9 @@ export declare const selectComponentProps: {
|
|
|
226
226
|
default?: undefined;
|
|
227
227
|
} | {
|
|
228
228
|
type: any;
|
|
229
|
-
default: string | number | boolean | import(
|
|
229
|
+
default: string | number | boolean | import('../../_utils/props').Events | {
|
|
230
230
|
[key: string]: any;
|
|
231
|
-
} | import(
|
|
231
|
+
} | import('../../_utils/props').RequestParams | SelectOptions | {
|
|
232
232
|
label: string;
|
|
233
233
|
value: string;
|
|
234
234
|
};
|
|
@@ -238,9 +238,9 @@ export declare const selectComponentProps: {
|
|
|
238
238
|
default?: undefined;
|
|
239
239
|
} | {
|
|
240
240
|
type: any;
|
|
241
|
-
default: string | number | boolean | import(
|
|
241
|
+
default: string | number | boolean | import('../../_utils/props').Events | {
|
|
242
242
|
[key: string]: any;
|
|
243
|
-
} | import(
|
|
243
|
+
} | import('../../_utils/props').RequestParams | SelectOptions | {
|
|
244
244
|
label: string;
|
|
245
245
|
value: string;
|
|
246
246
|
};
|
|
@@ -250,9 +250,9 @@ export declare const selectComponentProps: {
|
|
|
250
250
|
default?: undefined;
|
|
251
251
|
} | {
|
|
252
252
|
type: any;
|
|
253
|
-
default: string | number | boolean | import(
|
|
253
|
+
default: string | number | boolean | import('../../_utils/props').Events | {
|
|
254
254
|
[key: string]: any;
|
|
255
|
-
} | import(
|
|
255
|
+
} | import('../../_utils/props').RequestParams | SelectOptions | {
|
|
256
256
|
label: string;
|
|
257
257
|
value: string;
|
|
258
258
|
};
|
|
@@ -262,9 +262,9 @@ export declare const selectComponentProps: {
|
|
|
262
262
|
default?: undefined;
|
|
263
263
|
} | {
|
|
264
264
|
type: any;
|
|
265
|
-
default: string | number | boolean | import(
|
|
265
|
+
default: string | number | boolean | import('../../_utils/props').Events | {
|
|
266
266
|
[key: string]: any;
|
|
267
|
-
} | import(
|
|
267
|
+
} | import('../../_utils/props').RequestParams | SelectOptions | {
|
|
268
268
|
label: string;
|
|
269
269
|
value: string;
|
|
270
270
|
};
|
|
@@ -274,9 +274,9 @@ export declare const selectComponentProps: {
|
|
|
274
274
|
default?: undefined;
|
|
275
275
|
} | {
|
|
276
276
|
type: any;
|
|
277
|
-
default: string | number | boolean | import(
|
|
277
|
+
default: string | number | boolean | import('../../_utils/props').Events | {
|
|
278
278
|
[key: string]: any;
|
|
279
|
-
} | import(
|
|
279
|
+
} | import('../../_utils/props').RequestParams | SelectOptions | {
|
|
280
280
|
label: string;
|
|
281
281
|
value: string;
|
|
282
282
|
};
|
|
@@ -286,9 +286,9 @@ export declare const selectComponentProps: {
|
|
|
286
286
|
default?: undefined;
|
|
287
287
|
} | {
|
|
288
288
|
type: any;
|
|
289
|
-
default: string | number | boolean | import(
|
|
289
|
+
default: string | number | boolean | import('../../_utils/props').Events | {
|
|
290
290
|
[key: string]: any;
|
|
291
|
-
} | import(
|
|
291
|
+
} | import('../../_utils/props').RequestParams | SelectOptions | {
|
|
292
292
|
label: string;
|
|
293
293
|
value: string;
|
|
294
294
|
};
|
|
@@ -298,9 +298,9 @@ export declare const selectComponentProps: {
|
|
|
298
298
|
default?: undefined;
|
|
299
299
|
} | {
|
|
300
300
|
type: any;
|
|
301
|
-
default: string | number | boolean | import(
|
|
301
|
+
default: string | number | boolean | import('../../_utils/props').Events | {
|
|
302
302
|
[key: string]: any;
|
|
303
|
-
} | import(
|
|
303
|
+
} | import('../../_utils/props').RequestParams | SelectOptions | {
|
|
304
304
|
label: string;
|
|
305
305
|
value: string;
|
|
306
306
|
};
|
|
@@ -310,9 +310,9 @@ export declare const selectComponentProps: {
|
|
|
310
310
|
default?: undefined;
|
|
311
311
|
} | {
|
|
312
312
|
type: any;
|
|
313
|
-
default: string | number | boolean | import(
|
|
313
|
+
default: string | number | boolean | import('../../_utils/props').Events | {
|
|
314
314
|
[key: string]: any;
|
|
315
|
-
} | import(
|
|
315
|
+
} | import('../../_utils/props').RequestParams | SelectOptions | {
|
|
316
316
|
label: string;
|
|
317
317
|
value: string;
|
|
318
318
|
};
|