@ecan-bi/datav 1.0.41 → 1.0.44
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 +906 -255
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +906 -252
- package/dist/index.umd.js.map +1 -1
- package/dist/style.css +149 -86
- package/package.json +1 -1
- package/types/_utils/constant.d.ts +3 -1
- package/types/_utils/hooks/index.d.ts +2 -0
- package/types/_utils/hooks/useHrefParamsToGlobalVariables.d.ts +2 -0
- package/types/_utils/hooks/useIndicatorData.d.ts +4 -0
- package/types/container/border/Border.vue.d.ts +183 -54
- package/types/container/border/index.d.ts +130 -1
- package/types/container/border/props.d.ts +115 -55
- 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 +110 -0
- package/types/control/button/index.d.ts +111 -1
- package/types/control/button/props.d.ts +104 -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/control/tabs/Tabs.vue.d.ts +42 -0
- package/types/control/tabs/index.d.ts +42 -0
- package/types/control/tabs/props.d.ts +24 -0
- 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/setting/index.d.ts +1 -0
- package/types/setting/provider-config/ProviderConfig.vue.d.ts +36 -6
- package/types/setting/provider-config/index.d.ts +37 -7
- package/types/setting/provider-config/props.d.ts +21 -3
- package/types/setting/renderer/Renderer.vue.d.ts +22 -0
- package/types/setting/renderer/index.d.ts +23 -0
- package/types/setting/renderer/props.d.ts +17 -0
- 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 listComponentProps: {
|
|
|
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 | {
|
|
28
28
|
[key: string]: any;
|
|
29
29
|
}[] | {
|
|
30
30
|
[key: string]: any;
|
|
@@ -35,9 +35,9 @@ export declare const listComponentProps: {
|
|
|
35
35
|
default?: undefined;
|
|
36
36
|
} | {
|
|
37
37
|
type: any;
|
|
38
|
-
default: string | number | boolean | import(
|
|
38
|
+
default: string | number | boolean | import('../../_utils/props').Events | {
|
|
39
39
|
[key: string]: any;
|
|
40
|
-
} | import(
|
|
40
|
+
} | import('../../_utils/props').RequestParams | {
|
|
41
41
|
[key: string]: any;
|
|
42
42
|
}[] | {
|
|
43
43
|
[key: string]: any;
|
|
@@ -48,9 +48,9 @@ export declare const listComponentProps: {
|
|
|
48
48
|
default?: undefined;
|
|
49
49
|
} | {
|
|
50
50
|
type: any;
|
|
51
|
-
default: string | number | boolean | import(
|
|
51
|
+
default: string | number | boolean | import('../../_utils/props').Events | {
|
|
52
52
|
[key: string]: any;
|
|
53
|
-
} | import(
|
|
53
|
+
} | import('../../_utils/props').RequestParams | {
|
|
54
54
|
[key: string]: any;
|
|
55
55
|
}[] | {
|
|
56
56
|
[key: string]: any;
|
|
@@ -61,9 +61,9 @@ export declare const listComponentProps: {
|
|
|
61
61
|
default?: undefined;
|
|
62
62
|
} | {
|
|
63
63
|
type: any;
|
|
64
|
-
default: string | number | boolean | import(
|
|
64
|
+
default: string | number | boolean | import('../../_utils/props').Events | {
|
|
65
65
|
[key: string]: any;
|
|
66
|
-
} | import(
|
|
66
|
+
} | import('../../_utils/props').RequestParams | {
|
|
67
67
|
[key: string]: any;
|
|
68
68
|
}[] | {
|
|
69
69
|
[key: string]: any;
|
|
@@ -74,9 +74,9 @@ export declare const listComponentProps: {
|
|
|
74
74
|
default?: undefined;
|
|
75
75
|
} | {
|
|
76
76
|
type: any;
|
|
77
|
-
default: string | number | boolean | import(
|
|
77
|
+
default: string | number | boolean | import('../../_utils/props').Events | {
|
|
78
78
|
[key: string]: any;
|
|
79
|
-
} | import(
|
|
79
|
+
} | import('../../_utils/props').RequestParams | {
|
|
80
80
|
[key: string]: any;
|
|
81
81
|
}[] | {
|
|
82
82
|
[key: string]: any;
|
|
@@ -87,9 +87,9 @@ export declare const listComponentProps: {
|
|
|
87
87
|
default?: undefined;
|
|
88
88
|
} | {
|
|
89
89
|
type: any;
|
|
90
|
-
default: string | number | boolean | import(
|
|
90
|
+
default: string | number | boolean | import('../../_utils/props').Events | {
|
|
91
91
|
[key: string]: any;
|
|
92
|
-
} | import(
|
|
92
|
+
} | import('../../_utils/props').RequestParams | {
|
|
93
93
|
[key: string]: any;
|
|
94
94
|
}[] | {
|
|
95
95
|
[key: string]: any;
|
|
@@ -100,9 +100,9 @@ export declare const listComponentProps: {
|
|
|
100
100
|
default?: undefined;
|
|
101
101
|
} | {
|
|
102
102
|
type: any;
|
|
103
|
-
default: string | number | boolean | import(
|
|
103
|
+
default: string | number | boolean | import('../../_utils/props').Events | {
|
|
104
104
|
[key: string]: any;
|
|
105
|
-
} | import(
|
|
105
|
+
} | import('../../_utils/props').RequestParams | {
|
|
106
106
|
[key: string]: any;
|
|
107
107
|
}[] | {
|
|
108
108
|
[key: string]: any;
|
|
@@ -113,9 +113,9 @@ export declare const listComponentProps: {
|
|
|
113
113
|
default?: undefined;
|
|
114
114
|
} | {
|
|
115
115
|
type: any;
|
|
116
|
-
default: string | number | boolean | import(
|
|
116
|
+
default: string | number | boolean | import('../../_utils/props').Events | {
|
|
117
117
|
[key: string]: any;
|
|
118
|
-
} | import(
|
|
118
|
+
} | import('../../_utils/props').RequestParams | {
|
|
119
119
|
[key: string]: any;
|
|
120
120
|
}[] | {
|
|
121
121
|
[key: string]: any;
|
|
@@ -126,9 +126,9 @@ export declare const listComponentProps: {
|
|
|
126
126
|
default?: undefined;
|
|
127
127
|
} | {
|
|
128
128
|
type: any;
|
|
129
|
-
default: string | number | boolean | import(
|
|
129
|
+
default: string | number | boolean | import('../../_utils/props').Events | {
|
|
130
130
|
[key: string]: any;
|
|
131
|
-
} | import(
|
|
131
|
+
} | import('../../_utils/props').RequestParams | {
|
|
132
132
|
[key: string]: any;
|
|
133
133
|
}[] | {
|
|
134
134
|
[key: string]: any;
|
|
@@ -139,9 +139,9 @@ export declare const listComponentProps: {
|
|
|
139
139
|
default?: undefined;
|
|
140
140
|
} | {
|
|
141
141
|
type: any;
|
|
142
|
-
default: string | number | boolean | import(
|
|
142
|
+
default: string | number | boolean | import('../../_utils/props').Events | {
|
|
143
143
|
[key: string]: any;
|
|
144
|
-
} | import(
|
|
144
|
+
} | import('../../_utils/props').RequestParams | {
|
|
145
145
|
[key: string]: any;
|
|
146
146
|
}[] | {
|
|
147
147
|
[key: string]: any;
|
|
@@ -152,9 +152,9 @@ export declare const listComponentProps: {
|
|
|
152
152
|
default?: undefined;
|
|
153
153
|
} | {
|
|
154
154
|
type: any;
|
|
155
|
-
default: string | number | boolean | import(
|
|
155
|
+
default: string | number | boolean | import('../../_utils/props').Events | {
|
|
156
156
|
[key: string]: any;
|
|
157
|
-
} | import(
|
|
157
|
+
} | import('../../_utils/props').RequestParams | {
|
|
158
158
|
[key: string]: any;
|
|
159
159
|
}[] | {
|
|
160
160
|
[key: string]: any;
|
|
@@ -165,9 +165,9 @@ export declare const listComponentProps: {
|
|
|
165
165
|
default?: undefined;
|
|
166
166
|
} | {
|
|
167
167
|
type: any;
|
|
168
|
-
default: string | number | boolean | import(
|
|
168
|
+
default: string | number | boolean | import('../../_utils/props').Events | {
|
|
169
169
|
[key: string]: any;
|
|
170
|
-
} | import(
|
|
170
|
+
} | import('../../_utils/props').RequestParams | {
|
|
171
171
|
[key: string]: any;
|
|
172
172
|
}[] | {
|
|
173
173
|
[key: string]: any;
|
|
@@ -178,9 +178,9 @@ export declare const listComponentProps: {
|
|
|
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 | {
|
|
184
184
|
[key: string]: any;
|
|
185
185
|
}[] | {
|
|
186
186
|
[key: string]: any;
|
|
@@ -191,9 +191,9 @@ export declare const listComponentProps: {
|
|
|
191
191
|
default?: undefined;
|
|
192
192
|
} | {
|
|
193
193
|
type: any;
|
|
194
|
-
default: string | number | boolean | import(
|
|
194
|
+
default: string | number | boolean | import('../../_utils/props').Events | {
|
|
195
195
|
[key: string]: any;
|
|
196
|
-
} | import(
|
|
196
|
+
} | import('../../_utils/props').RequestParams | {
|
|
197
197
|
[key: string]: any;
|
|
198
198
|
}[] | {
|
|
199
199
|
[key: string]: any;
|
|
@@ -204,9 +204,9 @@ export declare const listComponentProps: {
|
|
|
204
204
|
default?: undefined;
|
|
205
205
|
} | {
|
|
206
206
|
type: any;
|
|
207
|
-
default: string | number | boolean | import(
|
|
207
|
+
default: string | number | boolean | import('../../_utils/props').Events | {
|
|
208
208
|
[key: string]: any;
|
|
209
|
-
} | import(
|
|
209
|
+
} | import('../../_utils/props').RequestParams | {
|
|
210
210
|
[key: string]: any;
|
|
211
211
|
}[] | {
|
|
212
212
|
[key: string]: any;
|
|
@@ -217,9 +217,9 @@ export declare const listComponentProps: {
|
|
|
217
217
|
default?: undefined;
|
|
218
218
|
} | {
|
|
219
219
|
type: any;
|
|
220
|
-
default: string | number | boolean | import(
|
|
220
|
+
default: string | number | boolean | import('../../_utils/props').Events | {
|
|
221
221
|
[key: string]: any;
|
|
222
|
-
} | import(
|
|
222
|
+
} | import('../../_utils/props').RequestParams | {
|
|
223
223
|
[key: string]: any;
|
|
224
224
|
}[] | {
|
|
225
225
|
[key: string]: any;
|
|
@@ -230,9 +230,9 @@ export declare const listComponentProps: {
|
|
|
230
230
|
default?: undefined;
|
|
231
231
|
} | {
|
|
232
232
|
type: any;
|
|
233
|
-
default: string | number | boolean | import(
|
|
233
|
+
default: string | number | boolean | import('../../_utils/props').Events | {
|
|
234
234
|
[key: string]: any;
|
|
235
|
-
} | import(
|
|
235
|
+
} | import('../../_utils/props').RequestParams | {
|
|
236
236
|
[key: string]: any;
|
|
237
237
|
}[] | {
|
|
238
238
|
[key: string]: any;
|
|
@@ -243,9 +243,9 @@ export declare const listComponentProps: {
|
|
|
243
243
|
default?: undefined;
|
|
244
244
|
} | {
|
|
245
245
|
type: any;
|
|
246
|
-
default: string | number | boolean | import(
|
|
246
|
+
default: string | number | boolean | import('../../_utils/props').Events | {
|
|
247
247
|
[key: string]: any;
|
|
248
|
-
} | import(
|
|
248
|
+
} | import('../../_utils/props').RequestParams | {
|
|
249
249
|
[key: string]: any;
|
|
250
250
|
}[] | {
|
|
251
251
|
[key: string]: any;
|
|
@@ -256,9 +256,9 @@ export declare const listComponentProps: {
|
|
|
256
256
|
default?: undefined;
|
|
257
257
|
} | {
|
|
258
258
|
type: any;
|
|
259
|
-
default: string | number | boolean | import(
|
|
259
|
+
default: string | number | boolean | import('../../_utils/props').Events | {
|
|
260
260
|
[key: string]: any;
|
|
261
|
-
} | import(
|
|
261
|
+
} | import('../../_utils/props').RequestParams | {
|
|
262
262
|
[key: string]: any;
|
|
263
263
|
}[] | {
|
|
264
264
|
[key: string]: any;
|
|
@@ -269,9 +269,9 @@ export declare const listComponentProps: {
|
|
|
269
269
|
default?: undefined;
|
|
270
270
|
} | {
|
|
271
271
|
type: any;
|
|
272
|
-
default: string | number | boolean | import(
|
|
272
|
+
default: string | number | boolean | import('../../_utils/props').Events | {
|
|
273
273
|
[key: string]: any;
|
|
274
|
-
} | import(
|
|
274
|
+
} | import('../../_utils/props').RequestParams | {
|
|
275
275
|
[key: string]: any;
|
|
276
276
|
}[] | {
|
|
277
277
|
[key: string]: any;
|
|
@@ -282,9 +282,9 @@ export declare const listComponentProps: {
|
|
|
282
282
|
default?: undefined;
|
|
283
283
|
} | {
|
|
284
284
|
type: any;
|
|
285
|
-
default: string | number | boolean | import(
|
|
285
|
+
default: string | number | boolean | import('../../_utils/props').Events | {
|
|
286
286
|
[key: string]: any;
|
|
287
|
-
} | import(
|
|
287
|
+
} | import('../../_utils/props').RequestParams | {
|
|
288
288
|
[key: string]: any;
|
|
289
289
|
}[] | {
|
|
290
290
|
[key: string]: any;
|
|
@@ -295,9 +295,9 @@ export declare const listComponentProps: {
|
|
|
295
295
|
default?: undefined;
|
|
296
296
|
} | {
|
|
297
297
|
type: any;
|
|
298
|
-
default: string | number | boolean | import(
|
|
298
|
+
default: string | number | boolean | import('../../_utils/props').Events | {
|
|
299
299
|
[key: string]: any;
|
|
300
|
-
} | import(
|
|
300
|
+
} | import('../../_utils/props').RequestParams | {
|
|
301
301
|
[key: string]: any;
|
|
302
302
|
}[] | {
|
|
303
303
|
[key: string]: any;
|
|
@@ -308,9 +308,9 @@ export declare const listComponentProps: {
|
|
|
308
308
|
default?: undefined;
|
|
309
309
|
} | {
|
|
310
310
|
type: any;
|
|
311
|
-
default: string | number | boolean | import(
|
|
311
|
+
default: string | number | boolean | import('../../_utils/props').Events | {
|
|
312
312
|
[key: string]: any;
|
|
313
|
-
} | import(
|
|
313
|
+
} | import('../../_utils/props').RequestParams | {
|
|
314
314
|
[key: string]: any;
|
|
315
315
|
}[] | {
|
|
316
316
|
[key: string]: any;
|
|
@@ -321,9 +321,9 @@ export declare const listComponentProps: {
|
|
|
321
321
|
default?: undefined;
|
|
322
322
|
} | {
|
|
323
323
|
type: any;
|
|
324
|
-
default: string | number | boolean | import(
|
|
324
|
+
default: string | number | boolean | import('../../_utils/props').Events | {
|
|
325
325
|
[key: string]: any;
|
|
326
|
-
} | import(
|
|
326
|
+
} | import('../../_utils/props').RequestParams | {
|
|
327
327
|
[key: string]: any;
|
|
328
328
|
}[] | {
|
|
329
329
|
[key: string]: any;
|
|
@@ -334,9 +334,9 @@ export declare const listComponentProps: {
|
|
|
334
334
|
default?: undefined;
|
|
335
335
|
} | {
|
|
336
336
|
type: any;
|
|
337
|
-
default: string | number | boolean | import(
|
|
337
|
+
default: string | number | boolean | import('../../_utils/props').Events | {
|
|
338
338
|
[key: string]: any;
|
|
339
|
-
} | import(
|
|
339
|
+
} | import('../../_utils/props').RequestParams | {
|
|
340
340
|
[key: string]: any;
|
|
341
341
|
}[] | {
|
|
342
342
|
[key: string]: any;
|
|
@@ -347,9 +347,9 @@ export declare const listComponentProps: {
|
|
|
347
347
|
default?: undefined;
|
|
348
348
|
} | {
|
|
349
349
|
type: any;
|
|
350
|
-
default: string | number | boolean | import(
|
|
350
|
+
default: string | number | boolean | import('../../_utils/props').Events | {
|
|
351
351
|
[key: string]: any;
|
|
352
|
-
} | import(
|
|
352
|
+
} | import('../../_utils/props').RequestParams | {
|
|
353
353
|
[key: string]: any;
|
|
354
354
|
}[] | {
|
|
355
355
|
[key: string]: any;
|
|
@@ -360,9 +360,9 @@ export declare const listComponentProps: {
|
|
|
360
360
|
default?: undefined;
|
|
361
361
|
} | {
|
|
362
362
|
type: any;
|
|
363
|
-
default: string | number | boolean | import(
|
|
363
|
+
default: string | number | boolean | import('../../_utils/props').Events | {
|
|
364
364
|
[key: string]: any;
|
|
365
|
-
} | import(
|
|
365
|
+
} | import('../../_utils/props').RequestParams | {
|
|
366
366
|
[key: string]: any;
|
|
367
367
|
}[] | {
|
|
368
368
|
[key: string]: any;
|
|
@@ -373,9 +373,9 @@ export declare const listComponentProps: {
|
|
|
373
373
|
default?: undefined;
|
|
374
374
|
} | {
|
|
375
375
|
type: any;
|
|
376
|
-
default: string | number | boolean | import(
|
|
376
|
+
default: string | number | boolean | import('../../_utils/props').Events | {
|
|
377
377
|
[key: string]: any;
|
|
378
|
-
} | import(
|
|
378
|
+
} | import('../../_utils/props').RequestParams | {
|
|
379
379
|
[key: string]: any;
|
|
380
380
|
}[] | {
|
|
381
381
|
[key: string]: any;
|
|
@@ -386,9 +386,9 @@ export declare const listComponentProps: {
|
|
|
386
386
|
default?: undefined;
|
|
387
387
|
} | {
|
|
388
388
|
type: any;
|
|
389
|
-
default: string | number | boolean | import(
|
|
389
|
+
default: string | number | boolean | import('../../_utils/props').Events | {
|
|
390
390
|
[key: string]: any;
|
|
391
|
-
} | import(
|
|
391
|
+
} | import('../../_utils/props').RequestParams | {
|
|
392
392
|
[key: string]: any;
|
|
393
393
|
}[] | {
|
|
394
394
|
[key: string]: any;
|
|
@@ -399,9 +399,9 @@ export declare const listComponentProps: {
|
|
|
399
399
|
default?: undefined;
|
|
400
400
|
} | {
|
|
401
401
|
type: any;
|
|
402
|
-
default: string | number | boolean | import(
|
|
402
|
+
default: string | number | boolean | import('../../_utils/props').Events | {
|
|
403
403
|
[key: string]: any;
|
|
404
|
-
} | import(
|
|
404
|
+
} | import('../../_utils/props').RequestParams | {
|
|
405
405
|
[key: string]: any;
|
|
406
406
|
}[] | {
|
|
407
407
|
[key: string]: any;
|
|
@@ -412,9 +412,9 @@ export declare const listComponentProps: {
|
|
|
412
412
|
default?: undefined;
|
|
413
413
|
} | {
|
|
414
414
|
type: any;
|
|
415
|
-
default: string | number | boolean | import(
|
|
415
|
+
default: string | number | boolean | import('../../_utils/props').Events | {
|
|
416
416
|
[key: string]: any;
|
|
417
|
-
} | import(
|
|
417
|
+
} | import('../../_utils/props').RequestParams | {
|
|
418
418
|
[key: string]: any;
|
|
419
419
|
}[] | {
|
|
420
420
|
[key: string]: any;
|
|
@@ -425,9 +425,9 @@ export declare const listComponentProps: {
|
|
|
425
425
|
default?: undefined;
|
|
426
426
|
} | {
|
|
427
427
|
type: any;
|
|
428
|
-
default: string | number | boolean | import(
|
|
428
|
+
default: string | number | boolean | import('../../_utils/props').Events | {
|
|
429
429
|
[key: string]: any;
|
|
430
|
-
} | import(
|
|
430
|
+
} | import('../../_utils/props').RequestParams | {
|
|
431
431
|
[key: string]: any;
|
|
432
432
|
}[] | {
|
|
433
433
|
[key: string]: any;
|