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