@ecan-bi/datav 1.0.41 → 1.0.44
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.es.js +906 -255
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +906 -252
- package/dist/index.umd.js.map +1 -1
- package/dist/style.css +149 -86
- package/package.json +1 -1
- package/types/_utils/constant.d.ts +3 -1
- package/types/_utils/hooks/index.d.ts +2 -0
- package/types/_utils/hooks/useHrefParamsToGlobalVariables.d.ts +2 -0
- package/types/_utils/hooks/useIndicatorData.d.ts +4 -0
- package/types/container/border/Border.vue.d.ts +183 -54
- package/types/container/border/index.d.ts +130 -1
- package/types/container/border/props.d.ts +115 -55
- package/types/container/modal/Modal.vue.d.ts +1 -1
- package/types/container/modal/index.d.ts +1 -1
- package/types/control/button/Button.vue.d.ts +110 -0
- package/types/control/button/index.d.ts +111 -1
- package/types/control/button/props.d.ts +104 -44
- package/types/control/date-picker/props.d.ts +52 -52
- package/types/control/input/props.d.ts +48 -48
- package/types/control/range-picker/RangePicker.vue.d.ts +52 -52
- package/types/control/range-picker/props.d.ts +52 -52
- package/types/control/select/Select.vue.d.ts +50 -50
- package/types/control/select/props.d.ts +50 -50
- package/types/control/tabs/Tabs.vue.d.ts +42 -0
- package/types/control/tabs/index.d.ts +42 -0
- package/types/control/tabs/props.d.ts +24 -0
- package/types/graph/bar/Bar.vue.d.ts +128 -128
- package/types/graph/bar/index.d.ts +128 -128
- package/types/graph/bar/props.d.ts +65 -65
- package/types/graph/combo-graph/ComboGraph.vue.d.ts +155 -0
- package/types/graph/combo-graph/index.d.ts +155 -0
- package/types/graph/combo-graph/props.d.ts +72 -0
- package/types/graph/custom-graph/props.d.ts +48 -48
- package/types/graph/line/Line.vue.d.ts +155 -0
- package/types/graph/line/index.d.ts +155 -0
- package/types/graph/line/props.d.ts +72 -0
- package/types/graph/pie/Pie.vue.d.ts +155 -0
- package/types/graph/pie/index.d.ts +155 -0
- package/types/graph/pie/props.d.ts +72 -0
- package/types/graph/scatter/Scatter.vue.d.ts +155 -0
- package/types/graph/scatter/index.d.ts +155 -0
- package/types/graph/scatter/props.d.ts +72 -0
- package/types/map/map/props.d.ts +112 -112
- package/types/media/image/props.d.ts +52 -52
- package/types/setting/index.d.ts +1 -0
- package/types/setting/provider-config/ProviderConfig.vue.d.ts +36 -6
- package/types/setting/provider-config/index.d.ts +37 -7
- package/types/setting/provider-config/props.d.ts +21 -3
- package/types/setting/renderer/Renderer.vue.d.ts +22 -0
- package/types/setting/renderer/index.d.ts +23 -0
- package/types/setting/renderer/props.d.ts +17 -0
- package/types/table/table/Table.vue.d.ts +900 -79
- package/types/table/table/index.d.ts +899 -79
- package/types/table/table/props.d.ts +451 -39
- package/types/text/list/List.vue.d.ts +64 -64
- package/types/text/list/props.d.ts +64 -64
- package/types/text/proportion/Proportion.vue.d.ts +68 -68
- package/types/text/proportion/props.d.ts +68 -68
- package/types/text/text/Text.vue.d.ts +66 -66
- package/types/text/text/props.d.ts +66 -66
- package/types/text/time-display/props.d.ts +60 -60
|
@@ -7,7 +7,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
7
7
|
type: any;
|
|
8
8
|
default: string | number | boolean | Events | {
|
|
9
9
|
[key: string]: any;
|
|
10
|
-
} | import(
|
|
10
|
+
} | import('../../_utils/props').RequestParams;
|
|
11
11
|
};
|
|
12
12
|
fontFamily: {
|
|
13
13
|
type?: undefined;
|
|
@@ -16,7 +16,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
16
16
|
type: any;
|
|
17
17
|
default: string | number | boolean | Events | {
|
|
18
18
|
[key: string]: any;
|
|
19
|
-
} | import(
|
|
19
|
+
} | import('../../_utils/props').RequestParams;
|
|
20
20
|
};
|
|
21
21
|
fontWeight: {
|
|
22
22
|
type?: undefined;
|
|
@@ -25,7 +25,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
25
25
|
type: any;
|
|
26
26
|
default: string | number | boolean | Events | {
|
|
27
27
|
[key: string]: any;
|
|
28
|
-
} | import(
|
|
28
|
+
} | import('../../_utils/props').RequestParams;
|
|
29
29
|
};
|
|
30
30
|
title: {
|
|
31
31
|
type?: undefined;
|
|
@@ -34,7 +34,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
34
34
|
type: any;
|
|
35
35
|
default: string | number | boolean | Events | {
|
|
36
36
|
[key: string]: any;
|
|
37
|
-
} | import(
|
|
37
|
+
} | import('../../_utils/props').RequestParams;
|
|
38
38
|
};
|
|
39
39
|
mode: {
|
|
40
40
|
type?: undefined;
|
|
@@ -43,7 +43,61 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
43
43
|
type: any;
|
|
44
44
|
default: string | number | boolean | Events | {
|
|
45
45
|
[key: string]: any;
|
|
46
|
-
} | import(
|
|
46
|
+
} | import('../../_utils/props').RequestParams;
|
|
47
|
+
};
|
|
48
|
+
borderColor: {
|
|
49
|
+
type?: undefined;
|
|
50
|
+
default?: undefined;
|
|
51
|
+
} | {
|
|
52
|
+
type: any;
|
|
53
|
+
default: string | number | boolean | Events | {
|
|
54
|
+
[key: string]: any;
|
|
55
|
+
} | import('../../_utils/props').RequestParams;
|
|
56
|
+
};
|
|
57
|
+
borderRadius: {
|
|
58
|
+
type?: undefined;
|
|
59
|
+
default?: undefined;
|
|
60
|
+
} | {
|
|
61
|
+
type: any;
|
|
62
|
+
default: string | number | boolean | Events | {
|
|
63
|
+
[key: string]: any;
|
|
64
|
+
} | import('../../_utils/props').RequestParams;
|
|
65
|
+
};
|
|
66
|
+
borderStyle: {
|
|
67
|
+
type?: undefined;
|
|
68
|
+
default?: undefined;
|
|
69
|
+
} | {
|
|
70
|
+
type: any;
|
|
71
|
+
default: string | number | boolean | Events | {
|
|
72
|
+
[key: string]: any;
|
|
73
|
+
} | import('../../_utils/props').RequestParams;
|
|
74
|
+
};
|
|
75
|
+
borderWidth: {
|
|
76
|
+
type?: undefined;
|
|
77
|
+
default?: undefined;
|
|
78
|
+
} | {
|
|
79
|
+
type: any;
|
|
80
|
+
default: string | number | boolean | Events | {
|
|
81
|
+
[key: string]: any;
|
|
82
|
+
} | import('../../_utils/props').RequestParams;
|
|
83
|
+
};
|
|
84
|
+
backgroundColor: {
|
|
85
|
+
type?: undefined;
|
|
86
|
+
default?: undefined;
|
|
87
|
+
} | {
|
|
88
|
+
type: any;
|
|
89
|
+
default: string | number | boolean | Events | {
|
|
90
|
+
[key: string]: any;
|
|
91
|
+
} | import('../../_utils/props').RequestParams;
|
|
92
|
+
};
|
|
93
|
+
useBorderModify: {
|
|
94
|
+
type?: undefined;
|
|
95
|
+
default?: undefined;
|
|
96
|
+
} | {
|
|
97
|
+
type: any;
|
|
98
|
+
default: string | number | boolean | Events | {
|
|
99
|
+
[key: string]: any;
|
|
100
|
+
} | import('../../_utils/props').RequestParams;
|
|
47
101
|
};
|
|
48
102
|
id: {
|
|
49
103
|
type?: undefined;
|
|
@@ -52,7 +106,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
52
106
|
type: any;
|
|
53
107
|
default: string | number | boolean | Events | {
|
|
54
108
|
[key: string]: any;
|
|
55
|
-
} | import(
|
|
109
|
+
} | import('../../_utils/props').RequestParams;
|
|
56
110
|
};
|
|
57
111
|
name: {
|
|
58
112
|
type?: undefined;
|
|
@@ -61,7 +115,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
61
115
|
type: any;
|
|
62
116
|
default: string | number | boolean | Events | {
|
|
63
117
|
[key: string]: any;
|
|
64
|
-
} | import(
|
|
118
|
+
} | import('../../_utils/props').RequestParams;
|
|
65
119
|
};
|
|
66
120
|
keyName: {
|
|
67
121
|
type?: undefined;
|
|
@@ -70,7 +124,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
70
124
|
type: any;
|
|
71
125
|
default: string | number | boolean | Events | {
|
|
72
126
|
[key: string]: any;
|
|
73
|
-
} | import(
|
|
127
|
+
} | import('../../_utils/props').RequestParams;
|
|
74
128
|
};
|
|
75
129
|
type: {
|
|
76
130
|
type?: undefined;
|
|
@@ -79,7 +133,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
79
133
|
type: any;
|
|
80
134
|
default: string | number | boolean | Events | {
|
|
81
135
|
[key: string]: any;
|
|
82
|
-
} | import(
|
|
136
|
+
} | import('../../_utils/props').RequestParams;
|
|
83
137
|
};
|
|
84
138
|
width: {
|
|
85
139
|
type?: undefined;
|
|
@@ -88,7 +142,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
88
142
|
type: any;
|
|
89
143
|
default: string | number | boolean | Events | {
|
|
90
144
|
[key: string]: any;
|
|
91
|
-
} | import(
|
|
145
|
+
} | import('../../_utils/props').RequestParams;
|
|
92
146
|
};
|
|
93
147
|
height: {
|
|
94
148
|
type?: undefined;
|
|
@@ -97,7 +151,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
97
151
|
type: any;
|
|
98
152
|
default: string | number | boolean | Events | {
|
|
99
153
|
[key: string]: any;
|
|
100
|
-
} | import(
|
|
154
|
+
} | import('../../_utils/props').RequestParams;
|
|
101
155
|
};
|
|
102
156
|
position: {
|
|
103
157
|
type?: undefined;
|
|
@@ -106,7 +160,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
106
160
|
type: any;
|
|
107
161
|
default: string | number | boolean | Events | {
|
|
108
162
|
[key: string]: any;
|
|
109
|
-
} | import(
|
|
163
|
+
} | import('../../_utils/props').RequestParams;
|
|
110
164
|
};
|
|
111
165
|
top: {
|
|
112
166
|
type?: undefined;
|
|
@@ -115,7 +169,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
115
169
|
type: any;
|
|
116
170
|
default: string | number | boolean | Events | {
|
|
117
171
|
[key: string]: any;
|
|
118
|
-
} | import(
|
|
172
|
+
} | import('../../_utils/props').RequestParams;
|
|
119
173
|
};
|
|
120
174
|
left: {
|
|
121
175
|
type?: undefined;
|
|
@@ -124,7 +178,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
124
178
|
type: any;
|
|
125
179
|
default: string | number | boolean | Events | {
|
|
126
180
|
[key: string]: any;
|
|
127
|
-
} | import(
|
|
181
|
+
} | import('../../_utils/props').RequestParams;
|
|
128
182
|
};
|
|
129
183
|
zIndex: {
|
|
130
184
|
type?: undefined;
|
|
@@ -133,7 +187,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
133
187
|
type: any;
|
|
134
188
|
default: string | number | boolean | Events | {
|
|
135
189
|
[key: string]: any;
|
|
136
|
-
} | import(
|
|
190
|
+
} | import('../../_utils/props').RequestParams;
|
|
137
191
|
};
|
|
138
192
|
rotate: {
|
|
139
193
|
type?: undefined;
|
|
@@ -142,7 +196,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
142
196
|
type: any;
|
|
143
197
|
default: string | number | boolean | Events | {
|
|
144
198
|
[key: string]: any;
|
|
145
|
-
} | import(
|
|
199
|
+
} | import('../../_utils/props').RequestParams;
|
|
146
200
|
};
|
|
147
201
|
isShow: {
|
|
148
202
|
type?: undefined;
|
|
@@ -151,7 +205,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
151
205
|
type: any;
|
|
152
206
|
default: string | number | boolean | Events | {
|
|
153
207
|
[key: string]: any;
|
|
154
|
-
} | import(
|
|
208
|
+
} | import('../../_utils/props').RequestParams;
|
|
155
209
|
};
|
|
156
210
|
isRender: {
|
|
157
211
|
type?: undefined;
|
|
@@ -160,7 +214,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
160
214
|
type: any;
|
|
161
215
|
default: string | number | boolean | Events | {
|
|
162
216
|
[key: string]: any;
|
|
163
|
-
} | import(
|
|
217
|
+
} | import('../../_utils/props').RequestParams;
|
|
164
218
|
};
|
|
165
219
|
events: {
|
|
166
220
|
type?: undefined;
|
|
@@ -169,7 +223,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
169
223
|
type: any;
|
|
170
224
|
default: string | number | boolean | Events | {
|
|
171
225
|
[key: string]: any;
|
|
172
|
-
} | import(
|
|
226
|
+
} | import('../../_utils/props').RequestParams;
|
|
173
227
|
};
|
|
174
228
|
requestUrl: {
|
|
175
229
|
type?: undefined;
|
|
@@ -178,7 +232,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
178
232
|
type: any;
|
|
179
233
|
default: string | number | boolean | Events | {
|
|
180
234
|
[key: string]: any;
|
|
181
|
-
} | import(
|
|
235
|
+
} | import('../../_utils/props').RequestParams;
|
|
182
236
|
};
|
|
183
237
|
requestMethod: {
|
|
184
238
|
type?: undefined;
|
|
@@ -187,7 +241,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
187
241
|
type: any;
|
|
188
242
|
default: string | number | boolean | Events | {
|
|
189
243
|
[key: string]: any;
|
|
190
|
-
} | import(
|
|
244
|
+
} | import('../../_utils/props').RequestParams;
|
|
191
245
|
};
|
|
192
246
|
requestHeaders: {
|
|
193
247
|
type?: undefined;
|
|
@@ -196,7 +250,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
196
250
|
type: any;
|
|
197
251
|
default: string | number | boolean | Events | {
|
|
198
252
|
[key: string]: any;
|
|
199
|
-
} | import(
|
|
253
|
+
} | import('../../_utils/props').RequestParams;
|
|
200
254
|
};
|
|
201
255
|
isOpenRequestTimer: {
|
|
202
256
|
type?: undefined;
|
|
@@ -205,7 +259,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
205
259
|
type: any;
|
|
206
260
|
default: string | number | boolean | Events | {
|
|
207
261
|
[key: string]: any;
|
|
208
|
-
} | import(
|
|
262
|
+
} | import('../../_utils/props').RequestParams;
|
|
209
263
|
};
|
|
210
264
|
requestInterval: {
|
|
211
265
|
type?: undefined;
|
|
@@ -214,7 +268,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
214
268
|
type: any;
|
|
215
269
|
default: string | number | boolean | Events | {
|
|
216
270
|
[key: string]: any;
|
|
217
|
-
} | import(
|
|
271
|
+
} | import('../../_utils/props').RequestParams;
|
|
218
272
|
};
|
|
219
273
|
requestParams: {
|
|
220
274
|
type?: undefined;
|
|
@@ -223,7 +277,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
223
277
|
type: any;
|
|
224
278
|
default: string | number | boolean | Events | {
|
|
225
279
|
[key: string]: any;
|
|
226
|
-
} | import(
|
|
280
|
+
} | import('../../_utils/props').RequestParams;
|
|
227
281
|
};
|
|
228
282
|
requestSort: {
|
|
229
283
|
type?: undefined;
|
|
@@ -232,7 +286,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
232
286
|
type: any;
|
|
233
287
|
default: string | number | boolean | Events | {
|
|
234
288
|
[key: string]: any;
|
|
235
|
-
} | import(
|
|
289
|
+
} | import('../../_utils/props').RequestParams;
|
|
236
290
|
};
|
|
237
291
|
dataType: {
|
|
238
292
|
type?: undefined;
|
|
@@ -241,11 +295,32 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
241
295
|
type: any;
|
|
242
296
|
default: string | number | boolean | Events | {
|
|
243
297
|
[key: string]: any;
|
|
244
|
-
} | import(
|
|
298
|
+
} | import('../../_utils/props').RequestParams;
|
|
245
299
|
};
|
|
246
300
|
}, {
|
|
247
301
|
style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
|
|
248
302
|
click: () => void;
|
|
303
|
+
borderStyle: import("vue").ComputedRef<{
|
|
304
|
+
borderWidth: string | number | boolean | {
|
|
305
|
+
[key: string]: any;
|
|
306
|
+
};
|
|
307
|
+
borderStyle: string | number | boolean | {
|
|
308
|
+
[key: string]: any;
|
|
309
|
+
};
|
|
310
|
+
borderRadius: string | number | boolean | {
|
|
311
|
+
[key: string]: any;
|
|
312
|
+
};
|
|
313
|
+
borderColor: string | number | boolean | {
|
|
314
|
+
[key: string]: any;
|
|
315
|
+
};
|
|
316
|
+
backgroundColor: string | number | boolean | {
|
|
317
|
+
[key: string]: any;
|
|
318
|
+
};
|
|
319
|
+
width: string;
|
|
320
|
+
height: string;
|
|
321
|
+
}>;
|
|
322
|
+
theme: string;
|
|
323
|
+
onDrag: (e: DragEvent) => void;
|
|
249
324
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
250
325
|
fontSize: {
|
|
251
326
|
type?: undefined;
|
|
@@ -254,7 +329,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
254
329
|
type: any;
|
|
255
330
|
default: string | number | boolean | Events | {
|
|
256
331
|
[key: string]: any;
|
|
257
|
-
} | import(
|
|
332
|
+
} | import('../../_utils/props').RequestParams;
|
|
258
333
|
};
|
|
259
334
|
fontFamily: {
|
|
260
335
|
type?: undefined;
|
|
@@ -263,7 +338,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
263
338
|
type: any;
|
|
264
339
|
default: string | number | boolean | Events | {
|
|
265
340
|
[key: string]: any;
|
|
266
|
-
} | import(
|
|
341
|
+
} | import('../../_utils/props').RequestParams;
|
|
267
342
|
};
|
|
268
343
|
fontWeight: {
|
|
269
344
|
type?: undefined;
|
|
@@ -272,7 +347,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
272
347
|
type: any;
|
|
273
348
|
default: string | number | boolean | Events | {
|
|
274
349
|
[key: string]: any;
|
|
275
|
-
} | import(
|
|
350
|
+
} | import('../../_utils/props').RequestParams;
|
|
276
351
|
};
|
|
277
352
|
title: {
|
|
278
353
|
type?: undefined;
|
|
@@ -281,7 +356,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
281
356
|
type: any;
|
|
282
357
|
default: string | number | boolean | Events | {
|
|
283
358
|
[key: string]: any;
|
|
284
|
-
} | import(
|
|
359
|
+
} | import('../../_utils/props').RequestParams;
|
|
285
360
|
};
|
|
286
361
|
mode: {
|
|
287
362
|
type?: undefined;
|
|
@@ -290,7 +365,61 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
290
365
|
type: any;
|
|
291
366
|
default: string | number | boolean | Events | {
|
|
292
367
|
[key: string]: any;
|
|
293
|
-
} | import(
|
|
368
|
+
} | import('../../_utils/props').RequestParams;
|
|
369
|
+
};
|
|
370
|
+
borderColor: {
|
|
371
|
+
type?: undefined;
|
|
372
|
+
default?: undefined;
|
|
373
|
+
} | {
|
|
374
|
+
type: any;
|
|
375
|
+
default: string | number | boolean | Events | {
|
|
376
|
+
[key: string]: any;
|
|
377
|
+
} | import('../../_utils/props').RequestParams;
|
|
378
|
+
};
|
|
379
|
+
borderRadius: {
|
|
380
|
+
type?: undefined;
|
|
381
|
+
default?: undefined;
|
|
382
|
+
} | {
|
|
383
|
+
type: any;
|
|
384
|
+
default: string | number | boolean | Events | {
|
|
385
|
+
[key: string]: any;
|
|
386
|
+
} | import('../../_utils/props').RequestParams;
|
|
387
|
+
};
|
|
388
|
+
borderStyle: {
|
|
389
|
+
type?: undefined;
|
|
390
|
+
default?: undefined;
|
|
391
|
+
} | {
|
|
392
|
+
type: any;
|
|
393
|
+
default: string | number | boolean | Events | {
|
|
394
|
+
[key: string]: any;
|
|
395
|
+
} | import('../../_utils/props').RequestParams;
|
|
396
|
+
};
|
|
397
|
+
borderWidth: {
|
|
398
|
+
type?: undefined;
|
|
399
|
+
default?: undefined;
|
|
400
|
+
} | {
|
|
401
|
+
type: any;
|
|
402
|
+
default: string | number | boolean | Events | {
|
|
403
|
+
[key: string]: any;
|
|
404
|
+
} | import('../../_utils/props').RequestParams;
|
|
405
|
+
};
|
|
406
|
+
backgroundColor: {
|
|
407
|
+
type?: undefined;
|
|
408
|
+
default?: undefined;
|
|
409
|
+
} | {
|
|
410
|
+
type: any;
|
|
411
|
+
default: string | number | boolean | Events | {
|
|
412
|
+
[key: string]: any;
|
|
413
|
+
} | import('../../_utils/props').RequestParams;
|
|
414
|
+
};
|
|
415
|
+
useBorderModify: {
|
|
416
|
+
type?: undefined;
|
|
417
|
+
default?: undefined;
|
|
418
|
+
} | {
|
|
419
|
+
type: any;
|
|
420
|
+
default: string | number | boolean | Events | {
|
|
421
|
+
[key: string]: any;
|
|
422
|
+
} | import('../../_utils/props').RequestParams;
|
|
294
423
|
};
|
|
295
424
|
id: {
|
|
296
425
|
type?: undefined;
|
|
@@ -299,7 +428,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
299
428
|
type: any;
|
|
300
429
|
default: string | number | boolean | Events | {
|
|
301
430
|
[key: string]: any;
|
|
302
|
-
} | import(
|
|
431
|
+
} | import('../../_utils/props').RequestParams;
|
|
303
432
|
};
|
|
304
433
|
name: {
|
|
305
434
|
type?: undefined;
|
|
@@ -308,7 +437,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
308
437
|
type: any;
|
|
309
438
|
default: string | number | boolean | Events | {
|
|
310
439
|
[key: string]: any;
|
|
311
|
-
} | import(
|
|
440
|
+
} | import('../../_utils/props').RequestParams;
|
|
312
441
|
};
|
|
313
442
|
keyName: {
|
|
314
443
|
type?: undefined;
|
|
@@ -317,7 +446,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
317
446
|
type: any;
|
|
318
447
|
default: string | number | boolean | Events | {
|
|
319
448
|
[key: string]: any;
|
|
320
|
-
} | import(
|
|
449
|
+
} | import('../../_utils/props').RequestParams;
|
|
321
450
|
};
|
|
322
451
|
type: {
|
|
323
452
|
type?: undefined;
|
|
@@ -326,7 +455,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
326
455
|
type: any;
|
|
327
456
|
default: string | number | boolean | Events | {
|
|
328
457
|
[key: string]: any;
|
|
329
|
-
} | import(
|
|
458
|
+
} | import('../../_utils/props').RequestParams;
|
|
330
459
|
};
|
|
331
460
|
width: {
|
|
332
461
|
type?: undefined;
|
|
@@ -335,7 +464,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
335
464
|
type: any;
|
|
336
465
|
default: string | number | boolean | Events | {
|
|
337
466
|
[key: string]: any;
|
|
338
|
-
} | import(
|
|
467
|
+
} | import('../../_utils/props').RequestParams;
|
|
339
468
|
};
|
|
340
469
|
height: {
|
|
341
470
|
type?: undefined;
|
|
@@ -344,7 +473,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
344
473
|
type: any;
|
|
345
474
|
default: string | number | boolean | Events | {
|
|
346
475
|
[key: string]: any;
|
|
347
|
-
} | import(
|
|
476
|
+
} | import('../../_utils/props').RequestParams;
|
|
348
477
|
};
|
|
349
478
|
position: {
|
|
350
479
|
type?: undefined;
|
|
@@ -353,7 +482,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
353
482
|
type: any;
|
|
354
483
|
default: string | number | boolean | Events | {
|
|
355
484
|
[key: string]: any;
|
|
356
|
-
} | import(
|
|
485
|
+
} | import('../../_utils/props').RequestParams;
|
|
357
486
|
};
|
|
358
487
|
top: {
|
|
359
488
|
type?: undefined;
|
|
@@ -362,7 +491,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
362
491
|
type: any;
|
|
363
492
|
default: string | number | boolean | Events | {
|
|
364
493
|
[key: string]: any;
|
|
365
|
-
} | import(
|
|
494
|
+
} | import('../../_utils/props').RequestParams;
|
|
366
495
|
};
|
|
367
496
|
left: {
|
|
368
497
|
type?: undefined;
|
|
@@ -371,7 +500,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
371
500
|
type: any;
|
|
372
501
|
default: string | number | boolean | Events | {
|
|
373
502
|
[key: string]: any;
|
|
374
|
-
} | import(
|
|
503
|
+
} | import('../../_utils/props').RequestParams;
|
|
375
504
|
};
|
|
376
505
|
zIndex: {
|
|
377
506
|
type?: undefined;
|
|
@@ -380,7 +509,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
380
509
|
type: any;
|
|
381
510
|
default: string | number | boolean | Events | {
|
|
382
511
|
[key: string]: any;
|
|
383
|
-
} | import(
|
|
512
|
+
} | import('../../_utils/props').RequestParams;
|
|
384
513
|
};
|
|
385
514
|
rotate: {
|
|
386
515
|
type?: undefined;
|
|
@@ -389,7 +518,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
389
518
|
type: any;
|
|
390
519
|
default: string | number | boolean | Events | {
|
|
391
520
|
[key: string]: any;
|
|
392
|
-
} | import(
|
|
521
|
+
} | import('../../_utils/props').RequestParams;
|
|
393
522
|
};
|
|
394
523
|
isShow: {
|
|
395
524
|
type?: undefined;
|
|
@@ -398,7 +527,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
398
527
|
type: any;
|
|
399
528
|
default: string | number | boolean | Events | {
|
|
400
529
|
[key: string]: any;
|
|
401
|
-
} | import(
|
|
530
|
+
} | import('../../_utils/props').RequestParams;
|
|
402
531
|
};
|
|
403
532
|
isRender: {
|
|
404
533
|
type?: undefined;
|
|
@@ -407,7 +536,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
407
536
|
type: any;
|
|
408
537
|
default: string | number | boolean | Events | {
|
|
409
538
|
[key: string]: any;
|
|
410
|
-
} | import(
|
|
539
|
+
} | import('../../_utils/props').RequestParams;
|
|
411
540
|
};
|
|
412
541
|
events: {
|
|
413
542
|
type?: undefined;
|
|
@@ -416,7 +545,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
416
545
|
type: any;
|
|
417
546
|
default: string | number | boolean | Events | {
|
|
418
547
|
[key: string]: any;
|
|
419
|
-
} | import(
|
|
548
|
+
} | import('../../_utils/props').RequestParams;
|
|
420
549
|
};
|
|
421
550
|
requestUrl: {
|
|
422
551
|
type?: undefined;
|
|
@@ -425,7 +554,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
425
554
|
type: any;
|
|
426
555
|
default: string | number | boolean | Events | {
|
|
427
556
|
[key: string]: any;
|
|
428
|
-
} | import(
|
|
557
|
+
} | import('../../_utils/props').RequestParams;
|
|
429
558
|
};
|
|
430
559
|
requestMethod: {
|
|
431
560
|
type?: undefined;
|
|
@@ -434,7 +563,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
434
563
|
type: any;
|
|
435
564
|
default: string | number | boolean | Events | {
|
|
436
565
|
[key: string]: any;
|
|
437
|
-
} | import(
|
|
566
|
+
} | import('../../_utils/props').RequestParams;
|
|
438
567
|
};
|
|
439
568
|
requestHeaders: {
|
|
440
569
|
type?: undefined;
|
|
@@ -443,7 +572,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
443
572
|
type: any;
|
|
444
573
|
default: string | number | boolean | Events | {
|
|
445
574
|
[key: string]: any;
|
|
446
|
-
} | import(
|
|
575
|
+
} | import('../../_utils/props').RequestParams;
|
|
447
576
|
};
|
|
448
577
|
isOpenRequestTimer: {
|
|
449
578
|
type?: undefined;
|
|
@@ -452,7 +581,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
452
581
|
type: any;
|
|
453
582
|
default: string | number | boolean | Events | {
|
|
454
583
|
[key: string]: any;
|
|
455
|
-
} | import(
|
|
584
|
+
} | import('../../_utils/props').RequestParams;
|
|
456
585
|
};
|
|
457
586
|
requestInterval: {
|
|
458
587
|
type?: undefined;
|
|
@@ -461,7 +590,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
461
590
|
type: any;
|
|
462
591
|
default: string | number | boolean | Events | {
|
|
463
592
|
[key: string]: any;
|
|
464
|
-
} | import(
|
|
593
|
+
} | import('../../_utils/props').RequestParams;
|
|
465
594
|
};
|
|
466
595
|
requestParams: {
|
|
467
596
|
type?: undefined;
|
|
@@ -470,7 +599,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
470
599
|
type: any;
|
|
471
600
|
default: string | number | boolean | Events | {
|
|
472
601
|
[key: string]: any;
|
|
473
|
-
} | import(
|
|
602
|
+
} | import('../../_utils/props').RequestParams;
|
|
474
603
|
};
|
|
475
604
|
requestSort: {
|
|
476
605
|
type?: undefined;
|
|
@@ -479,7 +608,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
479
608
|
type: any;
|
|
480
609
|
default: string | number | boolean | Events | {
|
|
481
610
|
[key: string]: any;
|
|
482
|
-
} | import(
|
|
611
|
+
} | import('../../_utils/props').RequestParams;
|
|
483
612
|
};
|
|
484
613
|
dataType: {
|
|
485
614
|
type?: undefined;
|
|
@@ -488,7 +617,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
488
617
|
type: any;
|
|
489
618
|
default: string | number | boolean | Events | {
|
|
490
619
|
[key: string]: any;
|
|
491
|
-
} | import(
|
|
620
|
+
} | import('../../_utils/props').RequestParams;
|
|
492
621
|
};
|
|
493
622
|
}>>, {}>;
|
|
494
623
|
export default _sfc_main;
|