@ecan-bi/datav 1.1.39 → 1.1.41
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 +1525 -1499
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +6 -6
- package/dist/index.umd.js.map +1 -1
- package/dist/style.css +2 -2
- package/package.json +1 -1
- package/types/container/border/Border.vue.d.ts +144 -618
- package/types/container/border/index.d.ts +144 -618
- package/types/container/border/props.d.ts +72 -309
- package/types/container/modal/Modal.vue.d.ts +74 -237
- package/types/container/modal/index.d.ts +73 -237
- package/types/container/modal/props.d.ts +36 -117
- package/types/container/tabs/Tabs.vue.d.ts +184 -380
- package/types/container/tabs/index.d.ts +184 -380
- package/types/container/tabs/props.d.ts +94 -190
- package/types/control/button/Button.vue.d.ts +126 -418
- package/types/control/button/index.d.ts +126 -418
- package/types/control/button/props.d.ts +63 -209
- package/types/control/checkbox/Checkbox.vue.d.ts +102 -334
- package/types/control/checkbox/index.d.ts +102 -334
- package/types/control/checkbox/props.d.ts +51 -167
- package/types/control/date-picker/DatePicker.vue.d.ts +119 -391
- package/types/control/date-picker/index.d.ts +119 -391
- package/types/control/date-picker/props.d.ts +59 -195
- package/types/control/input/Input.vue.d.ts +102 -334
- package/types/control/input/index.d.ts +102 -334
- package/types/control/input/props.d.ts +51 -167
- package/types/control/range-picker/RangePicker.vue.d.ts +128 -420
- package/types/control/range-picker/index.d.ts +128 -420
- package/types/control/range-picker/props.d.ts +63 -209
- package/types/control/select/Select.vue.d.ts +125 -531
- package/types/control/select/index.d.ts +125 -531
- package/types/control/select/props.d.ts +59 -265
- package/types/graph/bar/Bar.vue.d.ts +374 -2044
- package/types/graph/bar/index.d.ts +373 -2043
- package/types/graph/bar/props.d.ts +166 -962
- package/types/graph/combo-graph/ComboGraph.vue.d.ts +340 -741
- package/types/graph/combo-graph/index.d.ts +339 -741
- package/types/graph/combo-graph/props.d.ts +154 -355
- package/types/graph/custom-graph/CustomGraph.vue.d.ts +100 -420
- package/types/graph/custom-graph/index.d.ts +100 -420
- package/types/graph/custom-graph/props.d.ts +50 -210
- package/types/graph/line/Line.vue.d.ts +364 -2546
- package/types/graph/line/index.d.ts +364 -2546
- package/types/graph/line/props.d.ts +149 -1211
- package/types/graph/pie/Pie.vue.d.ts +317 -722
- package/types/graph/pie/index.d.ts +316 -722
- package/types/graph/pie/props.d.ts +142 -345
- package/types/graph/scatter/Scatter.vue.d.ts +293 -639
- package/types/graph/scatter/index.d.ts +293 -639
- package/types/graph/scatter/props.d.ts +132 -305
- package/types/map/map/Map.vue.d.ts +269 -1404
- package/types/map/map/index.d.ts +269 -1404
- package/types/map/map/props.d.ts +121 -664
- package/types/media/iframe/Iframe.vue.d.ts +102 -334
- package/types/media/iframe/index.d.ts +102 -334
- package/types/media/iframe/props.d.ts +51 -167
- package/types/media/image/Image.vue.d.ts +110 -362
- package/types/media/image/index.d.ts +110 -362
- package/types/media/image/props.d.ts +55 -181
- package/types/setting/page-config/PageConfig.vue.d.ts +28 -70
- package/types/setting/page-config/index.d.ts +28 -70
- package/types/setting/page-config/props.d.ts +14 -35
- package/types/setting/provider-config/ProviderConfig.vue.d.ts +22 -62
- package/types/setting/provider-config/index.d.ts +22 -62
- package/types/setting/provider-config/props.d.ts +11 -31
- package/types/table/table/Table.vue.d.ts +234 -1660
- package/types/table/table/index.d.ts +234 -1660
- package/types/table/table/props.d.ts +101 -811
- package/types/text/list/List.vue.d.ts +136 -688
- package/types/text/list/index.d.ts +136 -688
- package/types/text/list/props.d.ts +68 -344
- package/types/text/proportion/Proportion.vue.d.ts +148 -636
- package/types/text/proportion/index.d.ts +148 -636
- package/types/text/proportion/props.d.ts +74 -318
- package/types/text/text/Text.vue.d.ts +160 -690
- package/types/text/text/index.d.ts +160 -690
- package/types/text/text/props.d.ts +81 -346
- package/types/text/time-display/TimeDisplay.vue.d.ts +126 -418
- package/types/text/time-display/index.d.ts +126 -418
- package/types/text/time-display/props.d.ts +63 -209
- package/types/utils/props.d.ts +3 -5
|
@@ -1,399 +1,155 @@
|
|
|
1
1
|
export declare const EcanProportion: import('../../utils/withInstall').SFCWithInstall<import("vue").DefineComponent<{
|
|
2
2
|
strokeColor: {
|
|
3
|
-
type?:
|
|
4
|
-
default?:
|
|
5
|
-
} | {
|
|
6
|
-
type: any;
|
|
7
|
-
default: string | number | boolean | import("../../utils/props").Events | {
|
|
8
|
-
[key: string]: any;
|
|
9
|
-
} | import("../../utils/props").RequestParams | {
|
|
10
|
-
[key: string]: any;
|
|
11
|
-
};
|
|
3
|
+
type?: import("vue").PropType<string>;
|
|
4
|
+
default?: string;
|
|
12
5
|
};
|
|
13
6
|
strokeLinecap: {
|
|
14
|
-
type?:
|
|
15
|
-
default?:
|
|
16
|
-
} | {
|
|
17
|
-
type: any;
|
|
18
|
-
default: string | number | boolean | import("../../utils/props").Events | {
|
|
19
|
-
[key: string]: any;
|
|
20
|
-
} | import("../../utils/props").RequestParams | {
|
|
21
|
-
[key: string]: any;
|
|
22
|
-
};
|
|
7
|
+
type?: import("vue").PropType<"round" | "square">;
|
|
8
|
+
default?: "round" | "square";
|
|
23
9
|
};
|
|
24
10
|
trailColor: {
|
|
25
|
-
type?:
|
|
26
|
-
default?:
|
|
27
|
-
} | {
|
|
28
|
-
type: any;
|
|
29
|
-
default: string | number | boolean | import("../../utils/props").Events | {
|
|
30
|
-
[key: string]: any;
|
|
31
|
-
} | import("../../utils/props").RequestParams | {
|
|
32
|
-
[key: string]: any;
|
|
33
|
-
};
|
|
11
|
+
type?: import("vue").PropType<string>;
|
|
12
|
+
default?: string;
|
|
34
13
|
};
|
|
35
14
|
strokeType: {
|
|
36
|
-
type?:
|
|
37
|
-
default?:
|
|
38
|
-
} | {
|
|
39
|
-
type: any;
|
|
40
|
-
default: string | number | boolean | import("../../utils/props").Events | {
|
|
41
|
-
[key: string]: any;
|
|
42
|
-
} | import("../../utils/props").RequestParams | {
|
|
43
|
-
[key: string]: any;
|
|
44
|
-
};
|
|
15
|
+
type?: import("vue").PropType<"circle" | "dashboard">;
|
|
16
|
+
default?: "circle" | "dashboard";
|
|
45
17
|
};
|
|
46
18
|
data: {
|
|
47
|
-
type?:
|
|
48
|
-
default?: undefined;
|
|
49
|
-
} | {
|
|
50
|
-
type: any;
|
|
51
|
-
default: string | number | boolean | import("../../utils/props").Events | {
|
|
19
|
+
type?: import("vue").PropType<{
|
|
52
20
|
[key: string]: any;
|
|
53
|
-
}
|
|
21
|
+
}>;
|
|
22
|
+
default?: {
|
|
54
23
|
[key: string]: any;
|
|
55
24
|
};
|
|
56
25
|
};
|
|
57
26
|
text: {
|
|
58
|
-
type?:
|
|
59
|
-
default?:
|
|
60
|
-
} | {
|
|
61
|
-
type: any;
|
|
62
|
-
default: string | number | boolean | import("../../utils/props").Events | {
|
|
63
|
-
[key: string]: any;
|
|
64
|
-
} | import("../../utils/props").RequestParams | {
|
|
65
|
-
[key: string]: any;
|
|
66
|
-
};
|
|
27
|
+
type?: import("vue").PropType<string>;
|
|
28
|
+
default?: string;
|
|
67
29
|
};
|
|
68
30
|
fontSize: {
|
|
69
|
-
type?:
|
|
70
|
-
default?:
|
|
71
|
-
} | {
|
|
72
|
-
type: any;
|
|
73
|
-
default: string | number | boolean | import("../../utils/props").Events | {
|
|
74
|
-
[key: string]: any;
|
|
75
|
-
} | import("../../utils/props").RequestParams | {
|
|
76
|
-
[key: string]: any;
|
|
77
|
-
};
|
|
31
|
+
type?: import("vue").PropType<string>;
|
|
32
|
+
default?: string;
|
|
78
33
|
};
|
|
79
34
|
color: {
|
|
80
|
-
type?:
|
|
81
|
-
default?:
|
|
82
|
-
} | {
|
|
83
|
-
type: any;
|
|
84
|
-
default: string | number | boolean | import("../../utils/props").Events | {
|
|
85
|
-
[key: string]: any;
|
|
86
|
-
} | import("../../utils/props").RequestParams | {
|
|
87
|
-
[key: string]: any;
|
|
88
|
-
};
|
|
35
|
+
type?: import("vue").PropType<string>;
|
|
36
|
+
default?: string;
|
|
89
37
|
};
|
|
90
38
|
strokeWidth: {
|
|
91
|
-
type?:
|
|
92
|
-
default?:
|
|
93
|
-
} | {
|
|
94
|
-
type: any;
|
|
95
|
-
default: string | number | boolean | import("../../utils/props").Events | {
|
|
96
|
-
[key: string]: any;
|
|
97
|
-
} | import("../../utils/props").RequestParams | {
|
|
98
|
-
[key: string]: any;
|
|
99
|
-
};
|
|
39
|
+
type?: import("vue").PropType<number>;
|
|
40
|
+
default?: number;
|
|
100
41
|
};
|
|
101
42
|
fontWeight: {
|
|
102
|
-
type?:
|
|
103
|
-
default?:
|
|
104
|
-
} | {
|
|
105
|
-
type: any;
|
|
106
|
-
default: string | number | boolean | import("../../utils/props").Events | {
|
|
107
|
-
[key: string]: any;
|
|
108
|
-
} | import("../../utils/props").RequestParams | {
|
|
109
|
-
[key: string]: any;
|
|
110
|
-
};
|
|
43
|
+
type?: import("vue").PropType<number>;
|
|
44
|
+
default?: number;
|
|
111
45
|
};
|
|
112
46
|
strokeTextWidth: {
|
|
113
|
-
type?:
|
|
114
|
-
default?:
|
|
115
|
-
} | {
|
|
116
|
-
type: any;
|
|
117
|
-
default: string | number | boolean | import("../../utils/props").Events | {
|
|
118
|
-
[key: string]: any;
|
|
119
|
-
} | import("../../utils/props").RequestParams | {
|
|
120
|
-
[key: string]: any;
|
|
121
|
-
};
|
|
47
|
+
type?: import("vue").PropType<string>;
|
|
48
|
+
default?: string;
|
|
122
49
|
};
|
|
123
50
|
lineHeight: {
|
|
124
|
-
type?:
|
|
125
|
-
default?:
|
|
126
|
-
} | {
|
|
127
|
-
type: any;
|
|
128
|
-
default: string | number | boolean | import("../../utils/props").Events | {
|
|
129
|
-
[key: string]: any;
|
|
130
|
-
} | import("../../utils/props").RequestParams | {
|
|
131
|
-
[key: string]: any;
|
|
132
|
-
};
|
|
51
|
+
type?: import("vue").PropType<string>;
|
|
52
|
+
default?: string;
|
|
133
53
|
};
|
|
134
54
|
decimalFormat: {
|
|
135
|
-
type?:
|
|
136
|
-
default?:
|
|
137
|
-
} | {
|
|
138
|
-
type: any;
|
|
139
|
-
default: string | number | boolean | import("../../utils/props").Events | {
|
|
140
|
-
[key: string]: any;
|
|
141
|
-
} | import("../../utils/props").RequestParams | {
|
|
142
|
-
[key: string]: any;
|
|
143
|
-
};
|
|
55
|
+
type?: import("vue").PropType<boolean>;
|
|
56
|
+
default?: boolean;
|
|
144
57
|
};
|
|
145
58
|
variableDefaultValue: {
|
|
146
|
-
type?:
|
|
147
|
-
default?:
|
|
148
|
-
} | {
|
|
149
|
-
type: any;
|
|
150
|
-
default: string | number | boolean | import("../../utils/props").Events | {
|
|
151
|
-
[key: string]: any;
|
|
152
|
-
} | import("../../utils/props").RequestParams | {
|
|
153
|
-
[key: string]: any;
|
|
154
|
-
};
|
|
59
|
+
type?: import("vue").PropType<string>;
|
|
60
|
+
default?: string;
|
|
155
61
|
};
|
|
156
62
|
id: {
|
|
157
|
-
type?:
|
|
158
|
-
default?:
|
|
159
|
-
} | {
|
|
160
|
-
type: any;
|
|
161
|
-
default: string | number | boolean | import("../../utils/props").Events | {
|
|
162
|
-
[key: string]: any;
|
|
163
|
-
} | import("../../utils/props").RequestParams | {
|
|
164
|
-
[key: string]: any;
|
|
165
|
-
};
|
|
63
|
+
type?: import("vue").PropType<string>;
|
|
64
|
+
default?: string;
|
|
166
65
|
};
|
|
167
66
|
name: {
|
|
168
|
-
type?:
|
|
169
|
-
default?:
|
|
170
|
-
} | {
|
|
171
|
-
type: any;
|
|
172
|
-
default: string | number | boolean | import("../../utils/props").Events | {
|
|
173
|
-
[key: string]: any;
|
|
174
|
-
} | import("../../utils/props").RequestParams | {
|
|
175
|
-
[key: string]: any;
|
|
176
|
-
};
|
|
67
|
+
type?: import("vue").PropType<string>;
|
|
68
|
+
default?: string;
|
|
177
69
|
};
|
|
178
70
|
keyName: {
|
|
179
|
-
type?:
|
|
180
|
-
default?:
|
|
181
|
-
} | {
|
|
182
|
-
type: any;
|
|
183
|
-
default: string | number | boolean | import("../../utils/props").Events | {
|
|
184
|
-
[key: string]: any;
|
|
185
|
-
} | import("../../utils/props").RequestParams | {
|
|
186
|
-
[key: string]: any;
|
|
187
|
-
};
|
|
71
|
+
type?: import("vue").PropType<string>;
|
|
72
|
+
default?: string;
|
|
188
73
|
};
|
|
189
74
|
type: {
|
|
190
|
-
type?:
|
|
191
|
-
default?:
|
|
192
|
-
} | {
|
|
193
|
-
type: any;
|
|
194
|
-
default: string | number | boolean | import("../../utils/props").Events | {
|
|
195
|
-
[key: string]: any;
|
|
196
|
-
} | import("../../utils/props").RequestParams | {
|
|
197
|
-
[key: string]: any;
|
|
198
|
-
};
|
|
75
|
+
type?: import("vue").PropType<string>;
|
|
76
|
+
default?: string;
|
|
199
77
|
};
|
|
200
78
|
width: {
|
|
201
|
-
type?:
|
|
202
|
-
default?:
|
|
203
|
-
} | {
|
|
204
|
-
type: any;
|
|
205
|
-
default: string | number | boolean | import("../../utils/props").Events | {
|
|
206
|
-
[key: string]: any;
|
|
207
|
-
} | import("../../utils/props").RequestParams | {
|
|
208
|
-
[key: string]: any;
|
|
209
|
-
};
|
|
79
|
+
type?: import("vue").PropType<string>;
|
|
80
|
+
default?: string;
|
|
210
81
|
};
|
|
211
82
|
height: {
|
|
212
|
-
type?:
|
|
213
|
-
default?:
|
|
214
|
-
} | {
|
|
215
|
-
type: any;
|
|
216
|
-
default: string | number | boolean | import("../../utils/props").Events | {
|
|
217
|
-
[key: string]: any;
|
|
218
|
-
} | import("../../utils/props").RequestParams | {
|
|
219
|
-
[key: string]: any;
|
|
220
|
-
};
|
|
83
|
+
type?: import("vue").PropType<string>;
|
|
84
|
+
default?: string;
|
|
221
85
|
};
|
|
222
86
|
position: {
|
|
223
|
-
type?:
|
|
224
|
-
default?:
|
|
225
|
-
} | {
|
|
226
|
-
type: any;
|
|
227
|
-
default: string | number | boolean | import("../../utils/props").Events | {
|
|
228
|
-
[key: string]: any;
|
|
229
|
-
} | import("../../utils/props").RequestParams | {
|
|
230
|
-
[key: string]: any;
|
|
231
|
-
};
|
|
87
|
+
type?: import("vue").PropType<string>;
|
|
88
|
+
default?: string;
|
|
232
89
|
};
|
|
233
90
|
top: {
|
|
234
|
-
type?:
|
|
235
|
-
default?:
|
|
236
|
-
} | {
|
|
237
|
-
type: any;
|
|
238
|
-
default: string | number | boolean | import("../../utils/props").Events | {
|
|
239
|
-
[key: string]: any;
|
|
240
|
-
} | import("../../utils/props").RequestParams | {
|
|
241
|
-
[key: string]: any;
|
|
242
|
-
};
|
|
91
|
+
type?: import("vue").PropType<string>;
|
|
92
|
+
default?: string;
|
|
243
93
|
};
|
|
244
94
|
left: {
|
|
245
|
-
type?:
|
|
246
|
-
default?:
|
|
247
|
-
} | {
|
|
248
|
-
type: any;
|
|
249
|
-
default: string | number | boolean | import("../../utils/props").Events | {
|
|
250
|
-
[key: string]: any;
|
|
251
|
-
} | import("../../utils/props").RequestParams | {
|
|
252
|
-
[key: string]: any;
|
|
253
|
-
};
|
|
95
|
+
type?: import("vue").PropType<string>;
|
|
96
|
+
default?: string;
|
|
254
97
|
};
|
|
255
98
|
zIndex: {
|
|
256
|
-
type?:
|
|
257
|
-
default?:
|
|
258
|
-
} | {
|
|
259
|
-
type: any;
|
|
260
|
-
default: string | number | boolean | import("../../utils/props").Events | {
|
|
261
|
-
[key: string]: any;
|
|
262
|
-
} | import("../../utils/props").RequestParams | {
|
|
263
|
-
[key: string]: any;
|
|
264
|
-
};
|
|
99
|
+
type?: import("vue").PropType<number>;
|
|
100
|
+
default?: number;
|
|
265
101
|
};
|
|
266
102
|
rotate: {
|
|
267
|
-
type?:
|
|
268
|
-
default?:
|
|
269
|
-
} | {
|
|
270
|
-
type: any;
|
|
271
|
-
default: string | number | boolean | import("../../utils/props").Events | {
|
|
272
|
-
[key: string]: any;
|
|
273
|
-
} | import("../../utils/props").RequestParams | {
|
|
274
|
-
[key: string]: any;
|
|
275
|
-
};
|
|
103
|
+
type?: import("vue").PropType<string>;
|
|
104
|
+
default?: string;
|
|
276
105
|
};
|
|
277
106
|
isShow: {
|
|
278
|
-
type?:
|
|
279
|
-
default?:
|
|
280
|
-
} | {
|
|
281
|
-
type: any;
|
|
282
|
-
default: string | number | boolean | import("../../utils/props").Events | {
|
|
283
|
-
[key: string]: any;
|
|
284
|
-
} | import("../../utils/props").RequestParams | {
|
|
285
|
-
[key: string]: any;
|
|
286
|
-
};
|
|
107
|
+
type?: import("vue").PropType<boolean>;
|
|
108
|
+
default?: boolean;
|
|
287
109
|
};
|
|
288
110
|
isRender: {
|
|
289
|
-
type?:
|
|
290
|
-
default?:
|
|
291
|
-
} | {
|
|
292
|
-
type: any;
|
|
293
|
-
default: string | number | boolean | import("../../utils/props").Events | {
|
|
294
|
-
[key: string]: any;
|
|
295
|
-
} | import("../../utils/props").RequestParams | {
|
|
296
|
-
[key: string]: any;
|
|
297
|
-
};
|
|
111
|
+
type?: import("vue").PropType<boolean>;
|
|
112
|
+
default?: boolean;
|
|
298
113
|
};
|
|
299
114
|
events: {
|
|
300
|
-
type?:
|
|
301
|
-
default?:
|
|
302
|
-
} | {
|
|
303
|
-
type: any;
|
|
304
|
-
default: string | number | boolean | import("../../utils/props").Events | {
|
|
305
|
-
[key: string]: any;
|
|
306
|
-
} | import("../../utils/props").RequestParams | {
|
|
307
|
-
[key: string]: any;
|
|
308
|
-
};
|
|
115
|
+
type?: import("vue").PropType<import("../../utils/props").Events>;
|
|
116
|
+
default?: import("../../utils/props").Events;
|
|
309
117
|
};
|
|
310
118
|
requestUrl: {
|
|
311
|
-
type?:
|
|
312
|
-
default?:
|
|
313
|
-
} | {
|
|
314
|
-
type: any;
|
|
315
|
-
default: string | number | boolean | import("../../utils/props").Events | {
|
|
316
|
-
[key: string]: any;
|
|
317
|
-
} | import("../../utils/props").RequestParams | {
|
|
318
|
-
[key: string]: any;
|
|
319
|
-
};
|
|
119
|
+
type?: import("vue").PropType<string>;
|
|
120
|
+
default?: string;
|
|
320
121
|
};
|
|
321
122
|
requestMethod: {
|
|
322
|
-
type?:
|
|
323
|
-
default?:
|
|
324
|
-
} | {
|
|
325
|
-
type: any;
|
|
326
|
-
default: string | number | boolean | import("../../utils/props").Events | {
|
|
327
|
-
[key: string]: any;
|
|
328
|
-
} | import("../../utils/props").RequestParams | {
|
|
329
|
-
[key: string]: any;
|
|
330
|
-
};
|
|
123
|
+
type?: import("vue").PropType<import("../../utils/props").RequestMethod>;
|
|
124
|
+
default?: import("../../utils/props").RequestMethod;
|
|
331
125
|
};
|
|
332
126
|
requestHeaders: {
|
|
333
|
-
type?:
|
|
334
|
-
default?: undefined;
|
|
335
|
-
} | {
|
|
336
|
-
type: any;
|
|
337
|
-
default: string | number | boolean | import("../../utils/props").Events | {
|
|
127
|
+
type?: import("vue").PropType<{
|
|
338
128
|
[key: string]: any;
|
|
339
|
-
}
|
|
129
|
+
}>;
|
|
130
|
+
default?: {
|
|
340
131
|
[key: string]: any;
|
|
341
132
|
};
|
|
342
133
|
};
|
|
343
134
|
isOpenRequestTimer: {
|
|
344
|
-
type?:
|
|
345
|
-
default?:
|
|
346
|
-
} | {
|
|
347
|
-
type: any;
|
|
348
|
-
default: string | number | boolean | import("../../utils/props").Events | {
|
|
349
|
-
[key: string]: any;
|
|
350
|
-
} | import("../../utils/props").RequestParams | {
|
|
351
|
-
[key: string]: any;
|
|
352
|
-
};
|
|
135
|
+
type?: import("vue").PropType<boolean>;
|
|
136
|
+
default?: boolean;
|
|
353
137
|
};
|
|
354
138
|
requestInterval: {
|
|
355
|
-
type?:
|
|
356
|
-
default?:
|
|
357
|
-
} | {
|
|
358
|
-
type: any;
|
|
359
|
-
default: string | number | boolean | import("../../utils/props").Events | {
|
|
360
|
-
[key: string]: any;
|
|
361
|
-
} | import("../../utils/props").RequestParams | {
|
|
362
|
-
[key: string]: any;
|
|
363
|
-
};
|
|
139
|
+
type?: import("vue").PropType<number>;
|
|
140
|
+
default?: number;
|
|
364
141
|
};
|
|
365
142
|
requestParams: {
|
|
366
|
-
type?:
|
|
367
|
-
default?:
|
|
368
|
-
} | {
|
|
369
|
-
type: any;
|
|
370
|
-
default: string | number | boolean | import("../../utils/props").Events | {
|
|
371
|
-
[key: string]: any;
|
|
372
|
-
} | import("../../utils/props").RequestParams | {
|
|
373
|
-
[key: string]: any;
|
|
374
|
-
};
|
|
143
|
+
type?: import("vue").PropType<import("../../utils/props").RequestParams>;
|
|
144
|
+
default?: import("../../utils/props").RequestParams;
|
|
375
145
|
};
|
|
376
146
|
requestSort: {
|
|
377
|
-
type?:
|
|
378
|
-
default?:
|
|
379
|
-
} | {
|
|
380
|
-
type: any;
|
|
381
|
-
default: string | number | boolean | import("../../utils/props").Events | {
|
|
382
|
-
[key: string]: any;
|
|
383
|
-
} | import("../../utils/props").RequestParams | {
|
|
384
|
-
[key: string]: any;
|
|
385
|
-
};
|
|
147
|
+
type?: import("vue").PropType<number>;
|
|
148
|
+
default?: number;
|
|
386
149
|
};
|
|
387
150
|
dataType: {
|
|
388
|
-
type?:
|
|
389
|
-
default?:
|
|
390
|
-
} | {
|
|
391
|
-
type: any;
|
|
392
|
-
default: string | number | boolean | import("../../utils/props").Events | {
|
|
393
|
-
[key: string]: any;
|
|
394
|
-
} | import("../../utils/props").RequestParams | {
|
|
395
|
-
[key: string]: any;
|
|
396
|
-
};
|
|
151
|
+
type?: import("vue").PropType<"indicator" | "static" | "request">;
|
|
152
|
+
default?: "indicator" | "static" | "request";
|
|
397
153
|
};
|
|
398
154
|
}, {
|
|
399
155
|
style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
|
|
@@ -404,400 +160,156 @@ export declare const EcanProportion: import('../../utils/withInstall').SFCWithIn
|
|
|
404
160
|
click: () => void;
|
|
405
161
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
406
162
|
strokeColor: {
|
|
407
|
-
type?:
|
|
408
|
-
default?:
|
|
409
|
-
} | {
|
|
410
|
-
type: any;
|
|
411
|
-
default: string | number | boolean | import("../../utils/props").Events | {
|
|
412
|
-
[key: string]: any;
|
|
413
|
-
} | import("../../utils/props").RequestParams | {
|
|
414
|
-
[key: string]: any;
|
|
415
|
-
};
|
|
163
|
+
type?: import("vue").PropType<string>;
|
|
164
|
+
default?: string;
|
|
416
165
|
};
|
|
417
166
|
strokeLinecap: {
|
|
418
|
-
type?:
|
|
419
|
-
default?:
|
|
420
|
-
} | {
|
|
421
|
-
type: any;
|
|
422
|
-
default: string | number | boolean | import("../../utils/props").Events | {
|
|
423
|
-
[key: string]: any;
|
|
424
|
-
} | import("../../utils/props").RequestParams | {
|
|
425
|
-
[key: string]: any;
|
|
426
|
-
};
|
|
167
|
+
type?: import("vue").PropType<"round" | "square">;
|
|
168
|
+
default?: "round" | "square";
|
|
427
169
|
};
|
|
428
170
|
trailColor: {
|
|
429
|
-
type?:
|
|
430
|
-
default?:
|
|
431
|
-
} | {
|
|
432
|
-
type: any;
|
|
433
|
-
default: string | number | boolean | import("../../utils/props").Events | {
|
|
434
|
-
[key: string]: any;
|
|
435
|
-
} | import("../../utils/props").RequestParams | {
|
|
436
|
-
[key: string]: any;
|
|
437
|
-
};
|
|
171
|
+
type?: import("vue").PropType<string>;
|
|
172
|
+
default?: string;
|
|
438
173
|
};
|
|
439
174
|
strokeType: {
|
|
440
|
-
type?:
|
|
441
|
-
default?:
|
|
442
|
-
} | {
|
|
443
|
-
type: any;
|
|
444
|
-
default: string | number | boolean | import("../../utils/props").Events | {
|
|
445
|
-
[key: string]: any;
|
|
446
|
-
} | import("../../utils/props").RequestParams | {
|
|
447
|
-
[key: string]: any;
|
|
448
|
-
};
|
|
175
|
+
type?: import("vue").PropType<"circle" | "dashboard">;
|
|
176
|
+
default?: "circle" | "dashboard";
|
|
449
177
|
};
|
|
450
178
|
data: {
|
|
451
|
-
type?:
|
|
452
|
-
default?: undefined;
|
|
453
|
-
} | {
|
|
454
|
-
type: any;
|
|
455
|
-
default: string | number | boolean | import("../../utils/props").Events | {
|
|
179
|
+
type?: import("vue").PropType<{
|
|
456
180
|
[key: string]: any;
|
|
457
|
-
}
|
|
181
|
+
}>;
|
|
182
|
+
default?: {
|
|
458
183
|
[key: string]: any;
|
|
459
184
|
};
|
|
460
185
|
};
|
|
461
186
|
text: {
|
|
462
|
-
type?:
|
|
463
|
-
default?:
|
|
464
|
-
} | {
|
|
465
|
-
type: any;
|
|
466
|
-
default: string | number | boolean | import("../../utils/props").Events | {
|
|
467
|
-
[key: string]: any;
|
|
468
|
-
} | import("../../utils/props").RequestParams | {
|
|
469
|
-
[key: string]: any;
|
|
470
|
-
};
|
|
187
|
+
type?: import("vue").PropType<string>;
|
|
188
|
+
default?: string;
|
|
471
189
|
};
|
|
472
190
|
fontSize: {
|
|
473
|
-
type?:
|
|
474
|
-
default?:
|
|
475
|
-
} | {
|
|
476
|
-
type: any;
|
|
477
|
-
default: string | number | boolean | import("../../utils/props").Events | {
|
|
478
|
-
[key: string]: any;
|
|
479
|
-
} | import("../../utils/props").RequestParams | {
|
|
480
|
-
[key: string]: any;
|
|
481
|
-
};
|
|
191
|
+
type?: import("vue").PropType<string>;
|
|
192
|
+
default?: string;
|
|
482
193
|
};
|
|
483
194
|
color: {
|
|
484
|
-
type?:
|
|
485
|
-
default?:
|
|
486
|
-
} | {
|
|
487
|
-
type: any;
|
|
488
|
-
default: string | number | boolean | import("../../utils/props").Events | {
|
|
489
|
-
[key: string]: any;
|
|
490
|
-
} | import("../../utils/props").RequestParams | {
|
|
491
|
-
[key: string]: any;
|
|
492
|
-
};
|
|
195
|
+
type?: import("vue").PropType<string>;
|
|
196
|
+
default?: string;
|
|
493
197
|
};
|
|
494
198
|
strokeWidth: {
|
|
495
|
-
type?:
|
|
496
|
-
default?:
|
|
497
|
-
} | {
|
|
498
|
-
type: any;
|
|
499
|
-
default: string | number | boolean | import("../../utils/props").Events | {
|
|
500
|
-
[key: string]: any;
|
|
501
|
-
} | import("../../utils/props").RequestParams | {
|
|
502
|
-
[key: string]: any;
|
|
503
|
-
};
|
|
199
|
+
type?: import("vue").PropType<number>;
|
|
200
|
+
default?: number;
|
|
504
201
|
};
|
|
505
202
|
fontWeight: {
|
|
506
|
-
type?:
|
|
507
|
-
default?:
|
|
508
|
-
} | {
|
|
509
|
-
type: any;
|
|
510
|
-
default: string | number | boolean | import("../../utils/props").Events | {
|
|
511
|
-
[key: string]: any;
|
|
512
|
-
} | import("../../utils/props").RequestParams | {
|
|
513
|
-
[key: string]: any;
|
|
514
|
-
};
|
|
203
|
+
type?: import("vue").PropType<number>;
|
|
204
|
+
default?: number;
|
|
515
205
|
};
|
|
516
206
|
strokeTextWidth: {
|
|
517
|
-
type?:
|
|
518
|
-
default?:
|
|
519
|
-
} | {
|
|
520
|
-
type: any;
|
|
521
|
-
default: string | number | boolean | import("../../utils/props").Events | {
|
|
522
|
-
[key: string]: any;
|
|
523
|
-
} | import("../../utils/props").RequestParams | {
|
|
524
|
-
[key: string]: any;
|
|
525
|
-
};
|
|
207
|
+
type?: import("vue").PropType<string>;
|
|
208
|
+
default?: string;
|
|
526
209
|
};
|
|
527
210
|
lineHeight: {
|
|
528
|
-
type?:
|
|
529
|
-
default?:
|
|
530
|
-
} | {
|
|
531
|
-
type: any;
|
|
532
|
-
default: string | number | boolean | import("../../utils/props").Events | {
|
|
533
|
-
[key: string]: any;
|
|
534
|
-
} | import("../../utils/props").RequestParams | {
|
|
535
|
-
[key: string]: any;
|
|
536
|
-
};
|
|
211
|
+
type?: import("vue").PropType<string>;
|
|
212
|
+
default?: string;
|
|
537
213
|
};
|
|
538
214
|
decimalFormat: {
|
|
539
|
-
type?:
|
|
540
|
-
default?:
|
|
541
|
-
} | {
|
|
542
|
-
type: any;
|
|
543
|
-
default: string | number | boolean | import("../../utils/props").Events | {
|
|
544
|
-
[key: string]: any;
|
|
545
|
-
} | import("../../utils/props").RequestParams | {
|
|
546
|
-
[key: string]: any;
|
|
547
|
-
};
|
|
215
|
+
type?: import("vue").PropType<boolean>;
|
|
216
|
+
default?: boolean;
|
|
548
217
|
};
|
|
549
218
|
variableDefaultValue: {
|
|
550
|
-
type?:
|
|
551
|
-
default?:
|
|
552
|
-
} | {
|
|
553
|
-
type: any;
|
|
554
|
-
default: string | number | boolean | import("../../utils/props").Events | {
|
|
555
|
-
[key: string]: any;
|
|
556
|
-
} | import("../../utils/props").RequestParams | {
|
|
557
|
-
[key: string]: any;
|
|
558
|
-
};
|
|
219
|
+
type?: import("vue").PropType<string>;
|
|
220
|
+
default?: string;
|
|
559
221
|
};
|
|
560
222
|
id: {
|
|
561
|
-
type?:
|
|
562
|
-
default?:
|
|
563
|
-
} | {
|
|
564
|
-
type: any;
|
|
565
|
-
default: string | number | boolean | import("../../utils/props").Events | {
|
|
566
|
-
[key: string]: any;
|
|
567
|
-
} | import("../../utils/props").RequestParams | {
|
|
568
|
-
[key: string]: any;
|
|
569
|
-
};
|
|
223
|
+
type?: import("vue").PropType<string>;
|
|
224
|
+
default?: string;
|
|
570
225
|
};
|
|
571
226
|
name: {
|
|
572
|
-
type?:
|
|
573
|
-
default?:
|
|
574
|
-
} | {
|
|
575
|
-
type: any;
|
|
576
|
-
default: string | number | boolean | import("../../utils/props").Events | {
|
|
577
|
-
[key: string]: any;
|
|
578
|
-
} | import("../../utils/props").RequestParams | {
|
|
579
|
-
[key: string]: any;
|
|
580
|
-
};
|
|
227
|
+
type?: import("vue").PropType<string>;
|
|
228
|
+
default?: string;
|
|
581
229
|
};
|
|
582
230
|
keyName: {
|
|
583
|
-
type?:
|
|
584
|
-
default?:
|
|
585
|
-
} | {
|
|
586
|
-
type: any;
|
|
587
|
-
default: string | number | boolean | import("../../utils/props").Events | {
|
|
588
|
-
[key: string]: any;
|
|
589
|
-
} | import("../../utils/props").RequestParams | {
|
|
590
|
-
[key: string]: any;
|
|
591
|
-
};
|
|
231
|
+
type?: import("vue").PropType<string>;
|
|
232
|
+
default?: string;
|
|
592
233
|
};
|
|
593
234
|
type: {
|
|
594
|
-
type?:
|
|
595
|
-
default?:
|
|
596
|
-
} | {
|
|
597
|
-
type: any;
|
|
598
|
-
default: string | number | boolean | import("../../utils/props").Events | {
|
|
599
|
-
[key: string]: any;
|
|
600
|
-
} | import("../../utils/props").RequestParams | {
|
|
601
|
-
[key: string]: any;
|
|
602
|
-
};
|
|
235
|
+
type?: import("vue").PropType<string>;
|
|
236
|
+
default?: string;
|
|
603
237
|
};
|
|
604
238
|
width: {
|
|
605
|
-
type?:
|
|
606
|
-
default?:
|
|
607
|
-
} | {
|
|
608
|
-
type: any;
|
|
609
|
-
default: string | number | boolean | import("../../utils/props").Events | {
|
|
610
|
-
[key: string]: any;
|
|
611
|
-
} | import("../../utils/props").RequestParams | {
|
|
612
|
-
[key: string]: any;
|
|
613
|
-
};
|
|
239
|
+
type?: import("vue").PropType<string>;
|
|
240
|
+
default?: string;
|
|
614
241
|
};
|
|
615
242
|
height: {
|
|
616
|
-
type?:
|
|
617
|
-
default?:
|
|
618
|
-
} | {
|
|
619
|
-
type: any;
|
|
620
|
-
default: string | number | boolean | import("../../utils/props").Events | {
|
|
621
|
-
[key: string]: any;
|
|
622
|
-
} | import("../../utils/props").RequestParams | {
|
|
623
|
-
[key: string]: any;
|
|
624
|
-
};
|
|
243
|
+
type?: import("vue").PropType<string>;
|
|
244
|
+
default?: string;
|
|
625
245
|
};
|
|
626
246
|
position: {
|
|
627
|
-
type?:
|
|
628
|
-
default?:
|
|
629
|
-
} | {
|
|
630
|
-
type: any;
|
|
631
|
-
default: string | number | boolean | import("../../utils/props").Events | {
|
|
632
|
-
[key: string]: any;
|
|
633
|
-
} | import("../../utils/props").RequestParams | {
|
|
634
|
-
[key: string]: any;
|
|
635
|
-
};
|
|
247
|
+
type?: import("vue").PropType<string>;
|
|
248
|
+
default?: string;
|
|
636
249
|
};
|
|
637
250
|
top: {
|
|
638
|
-
type?:
|
|
639
|
-
default?:
|
|
640
|
-
} | {
|
|
641
|
-
type: any;
|
|
642
|
-
default: string | number | boolean | import("../../utils/props").Events | {
|
|
643
|
-
[key: string]: any;
|
|
644
|
-
} | import("../../utils/props").RequestParams | {
|
|
645
|
-
[key: string]: any;
|
|
646
|
-
};
|
|
251
|
+
type?: import("vue").PropType<string>;
|
|
252
|
+
default?: string;
|
|
647
253
|
};
|
|
648
254
|
left: {
|
|
649
|
-
type?:
|
|
650
|
-
default?:
|
|
651
|
-
} | {
|
|
652
|
-
type: any;
|
|
653
|
-
default: string | number | boolean | import("../../utils/props").Events | {
|
|
654
|
-
[key: string]: any;
|
|
655
|
-
} | import("../../utils/props").RequestParams | {
|
|
656
|
-
[key: string]: any;
|
|
657
|
-
};
|
|
255
|
+
type?: import("vue").PropType<string>;
|
|
256
|
+
default?: string;
|
|
658
257
|
};
|
|
659
258
|
zIndex: {
|
|
660
|
-
type?:
|
|
661
|
-
default?:
|
|
662
|
-
} | {
|
|
663
|
-
type: any;
|
|
664
|
-
default: string | number | boolean | import("../../utils/props").Events | {
|
|
665
|
-
[key: string]: any;
|
|
666
|
-
} | import("../../utils/props").RequestParams | {
|
|
667
|
-
[key: string]: any;
|
|
668
|
-
};
|
|
259
|
+
type?: import("vue").PropType<number>;
|
|
260
|
+
default?: number;
|
|
669
261
|
};
|
|
670
262
|
rotate: {
|
|
671
|
-
type?:
|
|
672
|
-
default?:
|
|
673
|
-
} | {
|
|
674
|
-
type: any;
|
|
675
|
-
default: string | number | boolean | import("../../utils/props").Events | {
|
|
676
|
-
[key: string]: any;
|
|
677
|
-
} | import("../../utils/props").RequestParams | {
|
|
678
|
-
[key: string]: any;
|
|
679
|
-
};
|
|
263
|
+
type?: import("vue").PropType<string>;
|
|
264
|
+
default?: string;
|
|
680
265
|
};
|
|
681
266
|
isShow: {
|
|
682
|
-
type?:
|
|
683
|
-
default?:
|
|
684
|
-
} | {
|
|
685
|
-
type: any;
|
|
686
|
-
default: string | number | boolean | import("../../utils/props").Events | {
|
|
687
|
-
[key: string]: any;
|
|
688
|
-
} | import("../../utils/props").RequestParams | {
|
|
689
|
-
[key: string]: any;
|
|
690
|
-
};
|
|
267
|
+
type?: import("vue").PropType<boolean>;
|
|
268
|
+
default?: boolean;
|
|
691
269
|
};
|
|
692
270
|
isRender: {
|
|
693
|
-
type?:
|
|
694
|
-
default?:
|
|
695
|
-
} | {
|
|
696
|
-
type: any;
|
|
697
|
-
default: string | number | boolean | import("../../utils/props").Events | {
|
|
698
|
-
[key: string]: any;
|
|
699
|
-
} | import("../../utils/props").RequestParams | {
|
|
700
|
-
[key: string]: any;
|
|
701
|
-
};
|
|
271
|
+
type?: import("vue").PropType<boolean>;
|
|
272
|
+
default?: boolean;
|
|
702
273
|
};
|
|
703
274
|
events: {
|
|
704
|
-
type?:
|
|
705
|
-
default?:
|
|
706
|
-
} | {
|
|
707
|
-
type: any;
|
|
708
|
-
default: string | number | boolean | import("../../utils/props").Events | {
|
|
709
|
-
[key: string]: any;
|
|
710
|
-
} | import("../../utils/props").RequestParams | {
|
|
711
|
-
[key: string]: any;
|
|
712
|
-
};
|
|
275
|
+
type?: import("vue").PropType<import("../../utils/props").Events>;
|
|
276
|
+
default?: import("../../utils/props").Events;
|
|
713
277
|
};
|
|
714
278
|
requestUrl: {
|
|
715
|
-
type?:
|
|
716
|
-
default?:
|
|
717
|
-
} | {
|
|
718
|
-
type: any;
|
|
719
|
-
default: string | number | boolean | import("../../utils/props").Events | {
|
|
720
|
-
[key: string]: any;
|
|
721
|
-
} | import("../../utils/props").RequestParams | {
|
|
722
|
-
[key: string]: any;
|
|
723
|
-
};
|
|
279
|
+
type?: import("vue").PropType<string>;
|
|
280
|
+
default?: string;
|
|
724
281
|
};
|
|
725
282
|
requestMethod: {
|
|
726
|
-
type?:
|
|
727
|
-
default?:
|
|
728
|
-
} | {
|
|
729
|
-
type: any;
|
|
730
|
-
default: string | number | boolean | import("../../utils/props").Events | {
|
|
731
|
-
[key: string]: any;
|
|
732
|
-
} | import("../../utils/props").RequestParams | {
|
|
733
|
-
[key: string]: any;
|
|
734
|
-
};
|
|
283
|
+
type?: import("vue").PropType<import("../../utils/props").RequestMethod>;
|
|
284
|
+
default?: import("../../utils/props").RequestMethod;
|
|
735
285
|
};
|
|
736
286
|
requestHeaders: {
|
|
737
|
-
type?:
|
|
738
|
-
default?: undefined;
|
|
739
|
-
} | {
|
|
740
|
-
type: any;
|
|
741
|
-
default: string | number | boolean | import("../../utils/props").Events | {
|
|
287
|
+
type?: import("vue").PropType<{
|
|
742
288
|
[key: string]: any;
|
|
743
|
-
}
|
|
289
|
+
}>;
|
|
290
|
+
default?: {
|
|
744
291
|
[key: string]: any;
|
|
745
292
|
};
|
|
746
293
|
};
|
|
747
294
|
isOpenRequestTimer: {
|
|
748
|
-
type?:
|
|
749
|
-
default?:
|
|
750
|
-
} | {
|
|
751
|
-
type: any;
|
|
752
|
-
default: string | number | boolean | import("../../utils/props").Events | {
|
|
753
|
-
[key: string]: any;
|
|
754
|
-
} | import("../../utils/props").RequestParams | {
|
|
755
|
-
[key: string]: any;
|
|
756
|
-
};
|
|
295
|
+
type?: import("vue").PropType<boolean>;
|
|
296
|
+
default?: boolean;
|
|
757
297
|
};
|
|
758
298
|
requestInterval: {
|
|
759
|
-
type?:
|
|
760
|
-
default?:
|
|
761
|
-
} | {
|
|
762
|
-
type: any;
|
|
763
|
-
default: string | number | boolean | import("../../utils/props").Events | {
|
|
764
|
-
[key: string]: any;
|
|
765
|
-
} | import("../../utils/props").RequestParams | {
|
|
766
|
-
[key: string]: any;
|
|
767
|
-
};
|
|
299
|
+
type?: import("vue").PropType<number>;
|
|
300
|
+
default?: number;
|
|
768
301
|
};
|
|
769
302
|
requestParams: {
|
|
770
|
-
type?:
|
|
771
|
-
default?:
|
|
772
|
-
} | {
|
|
773
|
-
type: any;
|
|
774
|
-
default: string | number | boolean | import("../../utils/props").Events | {
|
|
775
|
-
[key: string]: any;
|
|
776
|
-
} | import("../../utils/props").RequestParams | {
|
|
777
|
-
[key: string]: any;
|
|
778
|
-
};
|
|
303
|
+
type?: import("vue").PropType<import("../../utils/props").RequestParams>;
|
|
304
|
+
default?: import("../../utils/props").RequestParams;
|
|
779
305
|
};
|
|
780
306
|
requestSort: {
|
|
781
|
-
type?:
|
|
782
|
-
default?:
|
|
783
|
-
} | {
|
|
784
|
-
type: any;
|
|
785
|
-
default: string | number | boolean | import("../../utils/props").Events | {
|
|
786
|
-
[key: string]: any;
|
|
787
|
-
} | import("../../utils/props").RequestParams | {
|
|
788
|
-
[key: string]: any;
|
|
789
|
-
};
|
|
307
|
+
type?: import("vue").PropType<number>;
|
|
308
|
+
default?: number;
|
|
790
309
|
};
|
|
791
310
|
dataType: {
|
|
792
|
-
type?:
|
|
793
|
-
default?:
|
|
794
|
-
} | {
|
|
795
|
-
type: any;
|
|
796
|
-
default: string | number | boolean | import("../../utils/props").Events | {
|
|
797
|
-
[key: string]: any;
|
|
798
|
-
} | import("../../utils/props").RequestParams | {
|
|
799
|
-
[key: string]: any;
|
|
800
|
-
};
|
|
311
|
+
type?: import("vue").PropType<"indicator" | "static" | "request">;
|
|
312
|
+
default?: "indicator" | "static" | "request";
|
|
801
313
|
};
|
|
802
314
|
}>>, {}>> & Record<string, any>;
|
|
803
315
|
export default EcanProportion;
|