@ecan-bi/datav 1.0.40 → 1.0.43
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 +757 -201
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +755 -199
- package/dist/index.umd.js.map +1 -1
- package/dist/style.css +137 -74
- package/package.json +1 -1
- package/types/_utils/constant.d.ts +2 -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/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 +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/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
|
@@ -12,9 +12,9 @@ export declare const customGraphComponentProps: {
|
|
|
12
12
|
default?: undefined;
|
|
13
13
|
} | {
|
|
14
14
|
type: any;
|
|
15
|
-
default: string | number | boolean | import(
|
|
15
|
+
default: string | number | boolean | import('../../_utils/props').Events | {
|
|
16
16
|
[key: string]: any;
|
|
17
|
-
} | import(
|
|
17
|
+
} | import('../../_utils/props').RequestParams | {
|
|
18
18
|
[key: string]: any;
|
|
19
19
|
};
|
|
20
20
|
};
|
|
@@ -23,9 +23,9 @@ export declare const customGraphComponentProps: {
|
|
|
23
23
|
default?: undefined;
|
|
24
24
|
} | {
|
|
25
25
|
type: any;
|
|
26
|
-
default: string | number | boolean | import(
|
|
26
|
+
default: string | number | boolean | import('../../_utils/props').Events | {
|
|
27
27
|
[key: string]: any;
|
|
28
|
-
} | import(
|
|
28
|
+
} | import('../../_utils/props').RequestParams | {
|
|
29
29
|
[key: string]: any;
|
|
30
30
|
};
|
|
31
31
|
};
|
|
@@ -34,9 +34,9 @@ export declare const customGraphComponentProps: {
|
|
|
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 | {
|
|
40
40
|
[key: string]: any;
|
|
41
41
|
};
|
|
42
42
|
};
|
|
@@ -45,9 +45,9 @@ export declare const customGraphComponentProps: {
|
|
|
45
45
|
default?: undefined;
|
|
46
46
|
} | {
|
|
47
47
|
type: any;
|
|
48
|
-
default: string | number | boolean | import(
|
|
48
|
+
default: string | number | boolean | import('../../_utils/props').Events | {
|
|
49
49
|
[key: string]: any;
|
|
50
|
-
} | import(
|
|
50
|
+
} | import('../../_utils/props').RequestParams | {
|
|
51
51
|
[key: string]: any;
|
|
52
52
|
};
|
|
53
53
|
};
|
|
@@ -56,9 +56,9 @@ export declare const customGraphComponentProps: {
|
|
|
56
56
|
default?: undefined;
|
|
57
57
|
} | {
|
|
58
58
|
type: any;
|
|
59
|
-
default: string | number | boolean | import(
|
|
59
|
+
default: string | number | boolean | import('../../_utils/props').Events | {
|
|
60
60
|
[key: string]: any;
|
|
61
|
-
} | import(
|
|
61
|
+
} | import('../../_utils/props').RequestParams | {
|
|
62
62
|
[key: string]: any;
|
|
63
63
|
};
|
|
64
64
|
};
|
|
@@ -67,9 +67,9 @@ export declare const customGraphComponentProps: {
|
|
|
67
67
|
default?: undefined;
|
|
68
68
|
} | {
|
|
69
69
|
type: any;
|
|
70
|
-
default: string | number | boolean | import(
|
|
70
|
+
default: string | number | boolean | import('../../_utils/props').Events | {
|
|
71
71
|
[key: string]: any;
|
|
72
|
-
} | import(
|
|
72
|
+
} | import('../../_utils/props').RequestParams | {
|
|
73
73
|
[key: string]: any;
|
|
74
74
|
};
|
|
75
75
|
};
|
|
@@ -78,9 +78,9 @@ export declare const customGraphComponentProps: {
|
|
|
78
78
|
default?: undefined;
|
|
79
79
|
} | {
|
|
80
80
|
type: any;
|
|
81
|
-
default: string | number | boolean | import(
|
|
81
|
+
default: string | number | boolean | import('../../_utils/props').Events | {
|
|
82
82
|
[key: string]: any;
|
|
83
|
-
} | import(
|
|
83
|
+
} | import('../../_utils/props').RequestParams | {
|
|
84
84
|
[key: string]: any;
|
|
85
85
|
};
|
|
86
86
|
};
|
|
@@ -89,9 +89,9 @@ export declare const customGraphComponentProps: {
|
|
|
89
89
|
default?: undefined;
|
|
90
90
|
} | {
|
|
91
91
|
type: any;
|
|
92
|
-
default: string | number | boolean | import(
|
|
92
|
+
default: string | number | boolean | import('../../_utils/props').Events | {
|
|
93
93
|
[key: string]: any;
|
|
94
|
-
} | import(
|
|
94
|
+
} | import('../../_utils/props').RequestParams | {
|
|
95
95
|
[key: string]: any;
|
|
96
96
|
};
|
|
97
97
|
};
|
|
@@ -100,9 +100,9 @@ export declare const customGraphComponentProps: {
|
|
|
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
|
};
|
|
@@ -111,9 +111,9 @@ export declare const customGraphComponentProps: {
|
|
|
111
111
|
default?: undefined;
|
|
112
112
|
} | {
|
|
113
113
|
type: any;
|
|
114
|
-
default: string | number | boolean | import(
|
|
114
|
+
default: string | number | boolean | import('../../_utils/props').Events | {
|
|
115
115
|
[key: string]: any;
|
|
116
|
-
} | import(
|
|
116
|
+
} | import('../../_utils/props').RequestParams | {
|
|
117
117
|
[key: string]: any;
|
|
118
118
|
};
|
|
119
119
|
};
|
|
@@ -122,9 +122,9 @@ export declare const customGraphComponentProps: {
|
|
|
122
122
|
default?: undefined;
|
|
123
123
|
} | {
|
|
124
124
|
type: any;
|
|
125
|
-
default: string | number | boolean | import(
|
|
125
|
+
default: string | number | boolean | import('../../_utils/props').Events | {
|
|
126
126
|
[key: string]: any;
|
|
127
|
-
} | import(
|
|
127
|
+
} | import('../../_utils/props').RequestParams | {
|
|
128
128
|
[key: string]: any;
|
|
129
129
|
};
|
|
130
130
|
};
|
|
@@ -133,9 +133,9 @@ export declare const customGraphComponentProps: {
|
|
|
133
133
|
default?: undefined;
|
|
134
134
|
} | {
|
|
135
135
|
type: any;
|
|
136
|
-
default: string | number | boolean | import(
|
|
136
|
+
default: string | number | boolean | import('../../_utils/props').Events | {
|
|
137
137
|
[key: string]: any;
|
|
138
|
-
} | import(
|
|
138
|
+
} | import('../../_utils/props').RequestParams | {
|
|
139
139
|
[key: string]: any;
|
|
140
140
|
};
|
|
141
141
|
};
|
|
@@ -144,9 +144,9 @@ export declare const customGraphComponentProps: {
|
|
|
144
144
|
default?: undefined;
|
|
145
145
|
} | {
|
|
146
146
|
type: any;
|
|
147
|
-
default: string | number | boolean | import(
|
|
147
|
+
default: string | number | boolean | import('../../_utils/props').Events | {
|
|
148
148
|
[key: string]: any;
|
|
149
|
-
} | import(
|
|
149
|
+
} | import('../../_utils/props').RequestParams | {
|
|
150
150
|
[key: string]: any;
|
|
151
151
|
};
|
|
152
152
|
};
|
|
@@ -155,9 +155,9 @@ export declare const customGraphComponentProps: {
|
|
|
155
155
|
default?: undefined;
|
|
156
156
|
} | {
|
|
157
157
|
type: any;
|
|
158
|
-
default: string | number | boolean | import(
|
|
158
|
+
default: string | number | boolean | import('../../_utils/props').Events | {
|
|
159
159
|
[key: string]: any;
|
|
160
|
-
} | import(
|
|
160
|
+
} | import('../../_utils/props').RequestParams | {
|
|
161
161
|
[key: string]: any;
|
|
162
162
|
};
|
|
163
163
|
};
|
|
@@ -166,9 +166,9 @@ export declare const customGraphComponentProps: {
|
|
|
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 | {
|
|
172
172
|
[key: string]: any;
|
|
173
173
|
};
|
|
174
174
|
};
|
|
@@ -177,9 +177,9 @@ export declare const customGraphComponentProps: {
|
|
|
177
177
|
default?: undefined;
|
|
178
178
|
} | {
|
|
179
179
|
type: any;
|
|
180
|
-
default: string | number | boolean | import(
|
|
180
|
+
default: string | number | boolean | import('../../_utils/props').Events | {
|
|
181
181
|
[key: string]: any;
|
|
182
|
-
} | import(
|
|
182
|
+
} | import('../../_utils/props').RequestParams | {
|
|
183
183
|
[key: string]: any;
|
|
184
184
|
};
|
|
185
185
|
};
|
|
@@ -188,9 +188,9 @@ export declare const customGraphComponentProps: {
|
|
|
188
188
|
default?: undefined;
|
|
189
189
|
} | {
|
|
190
190
|
type: any;
|
|
191
|
-
default: string | number | boolean | import(
|
|
191
|
+
default: string | number | boolean | import('../../_utils/props').Events | {
|
|
192
192
|
[key: string]: any;
|
|
193
|
-
} | import(
|
|
193
|
+
} | import('../../_utils/props').RequestParams | {
|
|
194
194
|
[key: string]: any;
|
|
195
195
|
};
|
|
196
196
|
};
|
|
@@ -199,9 +199,9 @@ export declare const customGraphComponentProps: {
|
|
|
199
199
|
default?: undefined;
|
|
200
200
|
} | {
|
|
201
201
|
type: any;
|
|
202
|
-
default: string | number | boolean | import(
|
|
202
|
+
default: string | number | boolean | import('../../_utils/props').Events | {
|
|
203
203
|
[key: string]: any;
|
|
204
|
-
} | import(
|
|
204
|
+
} | import('../../_utils/props').RequestParams | {
|
|
205
205
|
[key: string]: any;
|
|
206
206
|
};
|
|
207
207
|
};
|
|
@@ -210,9 +210,9 @@ export declare const customGraphComponentProps: {
|
|
|
210
210
|
default?: undefined;
|
|
211
211
|
} | {
|
|
212
212
|
type: any;
|
|
213
|
-
default: string | number | boolean | import(
|
|
213
|
+
default: string | number | boolean | import('../../_utils/props').Events | {
|
|
214
214
|
[key: string]: any;
|
|
215
|
-
} | import(
|
|
215
|
+
} | import('../../_utils/props').RequestParams | {
|
|
216
216
|
[key: string]: any;
|
|
217
217
|
};
|
|
218
218
|
};
|
|
@@ -221,9 +221,9 @@ export declare const customGraphComponentProps: {
|
|
|
221
221
|
default?: undefined;
|
|
222
222
|
} | {
|
|
223
223
|
type: any;
|
|
224
|
-
default: string | number | boolean | import(
|
|
224
|
+
default: string | number | boolean | import('../../_utils/props').Events | {
|
|
225
225
|
[key: string]: any;
|
|
226
|
-
} | import(
|
|
226
|
+
} | import('../../_utils/props').RequestParams | {
|
|
227
227
|
[key: string]: any;
|
|
228
228
|
};
|
|
229
229
|
};
|
|
@@ -232,9 +232,9 @@ export declare const customGraphComponentProps: {
|
|
|
232
232
|
default?: undefined;
|
|
233
233
|
} | {
|
|
234
234
|
type: any;
|
|
235
|
-
default: string | number | boolean | import(
|
|
235
|
+
default: string | number | boolean | import('../../_utils/props').Events | {
|
|
236
236
|
[key: string]: any;
|
|
237
|
-
} | import(
|
|
237
|
+
} | import('../../_utils/props').RequestParams | {
|
|
238
238
|
[key: string]: any;
|
|
239
239
|
};
|
|
240
240
|
};
|
|
@@ -243,9 +243,9 @@ export declare const customGraphComponentProps: {
|
|
|
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
|
};
|
|
@@ -254,9 +254,9 @@ export declare const customGraphComponentProps: {
|
|
|
254
254
|
default?: undefined;
|
|
255
255
|
} | {
|
|
256
256
|
type: any;
|
|
257
|
-
default: string | number | boolean | import(
|
|
257
|
+
default: string | number | boolean | import('../../_utils/props').Events | {
|
|
258
258
|
[key: string]: any;
|
|
259
|
-
} | import(
|
|
259
|
+
} | import('../../_utils/props').RequestParams | {
|
|
260
260
|
[key: string]: any;
|
|
261
261
|
};
|
|
262
262
|
};
|
|
@@ -265,9 +265,9 @@ export declare const customGraphComponentProps: {
|
|
|
265
265
|
default?: undefined;
|
|
266
266
|
} | {
|
|
267
267
|
type: any;
|
|
268
|
-
default: string | number | boolean | import(
|
|
268
|
+
default: string | number | boolean | import('../../_utils/props').Events | {
|
|
269
269
|
[key: string]: any;
|
|
270
|
-
} | import(
|
|
270
|
+
} | import('../../_utils/props').RequestParams | {
|
|
271
271
|
[key: string]: any;
|
|
272
272
|
};
|
|
273
273
|
};
|
|
@@ -216,6 +216,69 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
216
216
|
type: any;
|
|
217
217
|
default: any;
|
|
218
218
|
};
|
|
219
|
+
toolboxShow: {
|
|
220
|
+
type?: undefined;
|
|
221
|
+
default?: undefined;
|
|
222
|
+
} | {
|
|
223
|
+
type: any;
|
|
224
|
+
default: any;
|
|
225
|
+
};
|
|
226
|
+
toolboxOrient: {
|
|
227
|
+
type?: undefined;
|
|
228
|
+
default?: undefined;
|
|
229
|
+
} | {
|
|
230
|
+
type: any;
|
|
231
|
+
default: any;
|
|
232
|
+
};
|
|
233
|
+
toolboxItemSize: {
|
|
234
|
+
type?: undefined;
|
|
235
|
+
default?: undefined;
|
|
236
|
+
} | {
|
|
237
|
+
type: any;
|
|
238
|
+
default: any;
|
|
239
|
+
};
|
|
240
|
+
toolboxItemGap: {
|
|
241
|
+
type?: undefined;
|
|
242
|
+
default?: undefined;
|
|
243
|
+
} | {
|
|
244
|
+
type: any;
|
|
245
|
+
default: any;
|
|
246
|
+
};
|
|
247
|
+
toolboxLeft: {
|
|
248
|
+
type?: undefined;
|
|
249
|
+
default?: undefined;
|
|
250
|
+
} | {
|
|
251
|
+
type: any;
|
|
252
|
+
default: any;
|
|
253
|
+
};
|
|
254
|
+
toolboxTop: {
|
|
255
|
+
type?: undefined;
|
|
256
|
+
default?: undefined;
|
|
257
|
+
} | {
|
|
258
|
+
type: any;
|
|
259
|
+
default: any;
|
|
260
|
+
};
|
|
261
|
+
toolboxIconStyleBorderColor: {
|
|
262
|
+
type?: undefined;
|
|
263
|
+
default?: undefined;
|
|
264
|
+
} | {
|
|
265
|
+
type: any;
|
|
266
|
+
default: any;
|
|
267
|
+
};
|
|
268
|
+
toolboxDownloadUrl: {
|
|
269
|
+
type?: undefined;
|
|
270
|
+
default?: undefined;
|
|
271
|
+
} | {
|
|
272
|
+
type: any;
|
|
273
|
+
default: any;
|
|
274
|
+
};
|
|
275
|
+
toolboxInfoText: {
|
|
276
|
+
type?: undefined;
|
|
277
|
+
default?: undefined;
|
|
278
|
+
} | {
|
|
279
|
+
type: any;
|
|
280
|
+
default: any;
|
|
281
|
+
};
|
|
219
282
|
id: {
|
|
220
283
|
type?: undefined;
|
|
221
284
|
default?: undefined;
|
|
@@ -372,6 +435,33 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
372
435
|
};
|
|
373
436
|
}, {
|
|
374
437
|
option: import("vue").ComputedRef<{
|
|
438
|
+
toolbox: {
|
|
439
|
+
show: any;
|
|
440
|
+
left: any;
|
|
441
|
+
top: any;
|
|
442
|
+
itemSize: any;
|
|
443
|
+
itemGap: any;
|
|
444
|
+
feature: {
|
|
445
|
+
myDownload: {
|
|
446
|
+
show: boolean;
|
|
447
|
+
title: string;
|
|
448
|
+
icon: string;
|
|
449
|
+
onclick(): void;
|
|
450
|
+
};
|
|
451
|
+
myDataZoom: {
|
|
452
|
+
show: boolean;
|
|
453
|
+
title: string;
|
|
454
|
+
icon: string;
|
|
455
|
+
onclick(): void;
|
|
456
|
+
};
|
|
457
|
+
myInfo: {
|
|
458
|
+
show: boolean;
|
|
459
|
+
title: string;
|
|
460
|
+
icon: string;
|
|
461
|
+
onclick(): void;
|
|
462
|
+
};
|
|
463
|
+
};
|
|
464
|
+
};
|
|
375
465
|
title: {
|
|
376
466
|
text: any;
|
|
377
467
|
subText: any;
|
|
@@ -442,6 +532,8 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
442
532
|
style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
|
|
443
533
|
click: () => void;
|
|
444
534
|
loading: import("vue").Ref<boolean>;
|
|
535
|
+
visible: import("vue").Ref<boolean>;
|
|
536
|
+
hideModal: () => void;
|
|
445
537
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
446
538
|
data: {
|
|
447
539
|
type?: undefined;
|
|
@@ -660,6 +752,69 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
660
752
|
type: any;
|
|
661
753
|
default: any;
|
|
662
754
|
};
|
|
755
|
+
toolboxShow: {
|
|
756
|
+
type?: undefined;
|
|
757
|
+
default?: undefined;
|
|
758
|
+
} | {
|
|
759
|
+
type: any;
|
|
760
|
+
default: any;
|
|
761
|
+
};
|
|
762
|
+
toolboxOrient: {
|
|
763
|
+
type?: undefined;
|
|
764
|
+
default?: undefined;
|
|
765
|
+
} | {
|
|
766
|
+
type: any;
|
|
767
|
+
default: any;
|
|
768
|
+
};
|
|
769
|
+
toolboxItemSize: {
|
|
770
|
+
type?: undefined;
|
|
771
|
+
default?: undefined;
|
|
772
|
+
} | {
|
|
773
|
+
type: any;
|
|
774
|
+
default: any;
|
|
775
|
+
};
|
|
776
|
+
toolboxItemGap: {
|
|
777
|
+
type?: undefined;
|
|
778
|
+
default?: undefined;
|
|
779
|
+
} | {
|
|
780
|
+
type: any;
|
|
781
|
+
default: any;
|
|
782
|
+
};
|
|
783
|
+
toolboxLeft: {
|
|
784
|
+
type?: undefined;
|
|
785
|
+
default?: undefined;
|
|
786
|
+
} | {
|
|
787
|
+
type: any;
|
|
788
|
+
default: any;
|
|
789
|
+
};
|
|
790
|
+
toolboxTop: {
|
|
791
|
+
type?: undefined;
|
|
792
|
+
default?: undefined;
|
|
793
|
+
} | {
|
|
794
|
+
type: any;
|
|
795
|
+
default: any;
|
|
796
|
+
};
|
|
797
|
+
toolboxIconStyleBorderColor: {
|
|
798
|
+
type?: undefined;
|
|
799
|
+
default?: undefined;
|
|
800
|
+
} | {
|
|
801
|
+
type: any;
|
|
802
|
+
default: any;
|
|
803
|
+
};
|
|
804
|
+
toolboxDownloadUrl: {
|
|
805
|
+
type?: undefined;
|
|
806
|
+
default?: undefined;
|
|
807
|
+
} | {
|
|
808
|
+
type: any;
|
|
809
|
+
default: any;
|
|
810
|
+
};
|
|
811
|
+
toolboxInfoText: {
|
|
812
|
+
type?: undefined;
|
|
813
|
+
default?: undefined;
|
|
814
|
+
} | {
|
|
815
|
+
type: any;
|
|
816
|
+
default: any;
|
|
817
|
+
};
|
|
663
818
|
id: {
|
|
664
819
|
type?: undefined;
|
|
665
820
|
default?: undefined;
|
|
@@ -216,6 +216,69 @@ export declare const EcanLine: import("../../_utils/withInstall").SFCWithInstall
|
|
|
216
216
|
type: any;
|
|
217
217
|
default: any;
|
|
218
218
|
};
|
|
219
|
+
toolboxShow: {
|
|
220
|
+
type?: undefined;
|
|
221
|
+
default?: undefined;
|
|
222
|
+
} | {
|
|
223
|
+
type: any;
|
|
224
|
+
default: any;
|
|
225
|
+
};
|
|
226
|
+
toolboxOrient: {
|
|
227
|
+
type?: undefined;
|
|
228
|
+
default?: undefined;
|
|
229
|
+
} | {
|
|
230
|
+
type: any;
|
|
231
|
+
default: any;
|
|
232
|
+
};
|
|
233
|
+
toolboxItemSize: {
|
|
234
|
+
type?: undefined;
|
|
235
|
+
default?: undefined;
|
|
236
|
+
} | {
|
|
237
|
+
type: any;
|
|
238
|
+
default: any;
|
|
239
|
+
};
|
|
240
|
+
toolboxItemGap: {
|
|
241
|
+
type?: undefined;
|
|
242
|
+
default?: undefined;
|
|
243
|
+
} | {
|
|
244
|
+
type: any;
|
|
245
|
+
default: any;
|
|
246
|
+
};
|
|
247
|
+
toolboxLeft: {
|
|
248
|
+
type?: undefined;
|
|
249
|
+
default?: undefined;
|
|
250
|
+
} | {
|
|
251
|
+
type: any;
|
|
252
|
+
default: any;
|
|
253
|
+
};
|
|
254
|
+
toolboxTop: {
|
|
255
|
+
type?: undefined;
|
|
256
|
+
default?: undefined;
|
|
257
|
+
} | {
|
|
258
|
+
type: any;
|
|
259
|
+
default: any;
|
|
260
|
+
};
|
|
261
|
+
toolboxIconStyleBorderColor: {
|
|
262
|
+
type?: undefined;
|
|
263
|
+
default?: undefined;
|
|
264
|
+
} | {
|
|
265
|
+
type: any;
|
|
266
|
+
default: any;
|
|
267
|
+
};
|
|
268
|
+
toolboxDownloadUrl: {
|
|
269
|
+
type?: undefined;
|
|
270
|
+
default?: undefined;
|
|
271
|
+
} | {
|
|
272
|
+
type: any;
|
|
273
|
+
default: any;
|
|
274
|
+
};
|
|
275
|
+
toolboxInfoText: {
|
|
276
|
+
type?: undefined;
|
|
277
|
+
default?: undefined;
|
|
278
|
+
} | {
|
|
279
|
+
type: any;
|
|
280
|
+
default: any;
|
|
281
|
+
};
|
|
219
282
|
id: {
|
|
220
283
|
type?: undefined;
|
|
221
284
|
default?: undefined;
|
|
@@ -372,6 +435,33 @@ export declare const EcanLine: import("../../_utils/withInstall").SFCWithInstall
|
|
|
372
435
|
};
|
|
373
436
|
}, {
|
|
374
437
|
option: import("vue").ComputedRef<{
|
|
438
|
+
toolbox: {
|
|
439
|
+
show: any;
|
|
440
|
+
left: any;
|
|
441
|
+
top: any;
|
|
442
|
+
itemSize: any;
|
|
443
|
+
itemGap: any;
|
|
444
|
+
feature: {
|
|
445
|
+
myDownload: {
|
|
446
|
+
show: boolean;
|
|
447
|
+
title: string;
|
|
448
|
+
icon: string;
|
|
449
|
+
onclick(): void;
|
|
450
|
+
};
|
|
451
|
+
myDataZoom: {
|
|
452
|
+
show: boolean;
|
|
453
|
+
title: string;
|
|
454
|
+
icon: string;
|
|
455
|
+
onclick(): void;
|
|
456
|
+
};
|
|
457
|
+
myInfo: {
|
|
458
|
+
show: boolean;
|
|
459
|
+
title: string;
|
|
460
|
+
icon: string;
|
|
461
|
+
onclick(): void;
|
|
462
|
+
};
|
|
463
|
+
};
|
|
464
|
+
};
|
|
375
465
|
title: {
|
|
376
466
|
text: any;
|
|
377
467
|
subText: any;
|
|
@@ -442,6 +532,8 @@ export declare const EcanLine: import("../../_utils/withInstall").SFCWithInstall
|
|
|
442
532
|
style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
|
|
443
533
|
click: () => void;
|
|
444
534
|
loading: import("vue").Ref<boolean>;
|
|
535
|
+
visible: import("vue").Ref<boolean>;
|
|
536
|
+
hideModal: () => void;
|
|
445
537
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
446
538
|
data: {
|
|
447
539
|
type?: undefined;
|
|
@@ -660,6 +752,69 @@ export declare const EcanLine: import("../../_utils/withInstall").SFCWithInstall
|
|
|
660
752
|
type: any;
|
|
661
753
|
default: any;
|
|
662
754
|
};
|
|
755
|
+
toolboxShow: {
|
|
756
|
+
type?: undefined;
|
|
757
|
+
default?: undefined;
|
|
758
|
+
} | {
|
|
759
|
+
type: any;
|
|
760
|
+
default: any;
|
|
761
|
+
};
|
|
762
|
+
toolboxOrient: {
|
|
763
|
+
type?: undefined;
|
|
764
|
+
default?: undefined;
|
|
765
|
+
} | {
|
|
766
|
+
type: any;
|
|
767
|
+
default: any;
|
|
768
|
+
};
|
|
769
|
+
toolboxItemSize: {
|
|
770
|
+
type?: undefined;
|
|
771
|
+
default?: undefined;
|
|
772
|
+
} | {
|
|
773
|
+
type: any;
|
|
774
|
+
default: any;
|
|
775
|
+
};
|
|
776
|
+
toolboxItemGap: {
|
|
777
|
+
type?: undefined;
|
|
778
|
+
default?: undefined;
|
|
779
|
+
} | {
|
|
780
|
+
type: any;
|
|
781
|
+
default: any;
|
|
782
|
+
};
|
|
783
|
+
toolboxLeft: {
|
|
784
|
+
type?: undefined;
|
|
785
|
+
default?: undefined;
|
|
786
|
+
} | {
|
|
787
|
+
type: any;
|
|
788
|
+
default: any;
|
|
789
|
+
};
|
|
790
|
+
toolboxTop: {
|
|
791
|
+
type?: undefined;
|
|
792
|
+
default?: undefined;
|
|
793
|
+
} | {
|
|
794
|
+
type: any;
|
|
795
|
+
default: any;
|
|
796
|
+
};
|
|
797
|
+
toolboxIconStyleBorderColor: {
|
|
798
|
+
type?: undefined;
|
|
799
|
+
default?: undefined;
|
|
800
|
+
} | {
|
|
801
|
+
type: any;
|
|
802
|
+
default: any;
|
|
803
|
+
};
|
|
804
|
+
toolboxDownloadUrl: {
|
|
805
|
+
type?: undefined;
|
|
806
|
+
default?: undefined;
|
|
807
|
+
} | {
|
|
808
|
+
type: any;
|
|
809
|
+
default: any;
|
|
810
|
+
};
|
|
811
|
+
toolboxInfoText: {
|
|
812
|
+
type?: undefined;
|
|
813
|
+
default?: undefined;
|
|
814
|
+
} | {
|
|
815
|
+
type: any;
|
|
816
|
+
default: any;
|
|
817
|
+
};
|
|
663
818
|
id: {
|
|
664
819
|
type?: undefined;
|
|
665
820
|
default?: undefined;
|