@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
|
@@ -2,256 +2,120 @@ import { DateOperate } from './props';
|
|
|
2
2
|
import dayjs from 'dayjs';
|
|
3
3
|
declare const _sfc_main: import("vue").DefineComponent<{
|
|
4
4
|
value: {
|
|
5
|
-
type?:
|
|
6
|
-
default?:
|
|
7
|
-
} | {
|
|
8
|
-
type: any;
|
|
9
|
-
default: string | number | boolean | import("../../utils/props").Events | {
|
|
10
|
-
[key: string]: any;
|
|
11
|
-
} | import("../../utils/props").RequestParams | DateOperate;
|
|
5
|
+
type?: import("vue").PropType<string>;
|
|
6
|
+
default?: string;
|
|
12
7
|
};
|
|
13
8
|
picker: {
|
|
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 | DateOperate;
|
|
9
|
+
type?: import("vue").PropType<"date" | "week" | "month" | "quarter" | "year">;
|
|
10
|
+
default?: "date" | "week" | "month" | "quarter" | "year";
|
|
21
11
|
};
|
|
22
12
|
format: {
|
|
23
|
-
type?:
|
|
24
|
-
default?:
|
|
25
|
-
} | {
|
|
26
|
-
type: any;
|
|
27
|
-
default: string | number | boolean | import("../../utils/props").Events | {
|
|
28
|
-
[key: string]: any;
|
|
29
|
-
} | import("../../utils/props").RequestParams | DateOperate;
|
|
13
|
+
type?: import("vue").PropType<string>;
|
|
14
|
+
default?: string;
|
|
30
15
|
};
|
|
31
16
|
showTime: {
|
|
32
|
-
type?:
|
|
33
|
-
default?:
|
|
34
|
-
} | {
|
|
35
|
-
type: any;
|
|
36
|
-
default: string | number | boolean | import("../../utils/props").Events | {
|
|
37
|
-
[key: string]: any;
|
|
38
|
-
} | import("../../utils/props").RequestParams | DateOperate;
|
|
17
|
+
type?: import("vue").PropType<boolean>;
|
|
18
|
+
default?: boolean;
|
|
39
19
|
};
|
|
40
20
|
useCurrentTime: {
|
|
41
|
-
type?:
|
|
42
|
-
default?:
|
|
43
|
-
} | {
|
|
44
|
-
type: any;
|
|
45
|
-
default: string | number | boolean | import("../../utils/props").Events | {
|
|
46
|
-
[key: string]: any;
|
|
47
|
-
} | import("../../utils/props").RequestParams | DateOperate;
|
|
21
|
+
type?: import("vue").PropType<boolean>;
|
|
22
|
+
default?: boolean;
|
|
48
23
|
};
|
|
49
24
|
operate: {
|
|
50
|
-
type?:
|
|
51
|
-
default?:
|
|
52
|
-
} | {
|
|
53
|
-
type: any;
|
|
54
|
-
default: string | number | boolean | import("../../utils/props").Events | {
|
|
55
|
-
[key: string]: any;
|
|
56
|
-
} | import("../../utils/props").RequestParams | DateOperate;
|
|
25
|
+
type?: import("vue").PropType<DateOperate>;
|
|
26
|
+
default?: DateOperate;
|
|
57
27
|
};
|
|
58
28
|
id: {
|
|
59
|
-
type?:
|
|
60
|
-
default?:
|
|
61
|
-
} | {
|
|
62
|
-
type: any;
|
|
63
|
-
default: string | number | boolean | import("../../utils/props").Events | {
|
|
64
|
-
[key: string]: any;
|
|
65
|
-
} | import("../../utils/props").RequestParams | DateOperate;
|
|
29
|
+
type?: import("vue").PropType<string>;
|
|
30
|
+
default?: string;
|
|
66
31
|
};
|
|
67
32
|
name: {
|
|
68
|
-
type?:
|
|
69
|
-
default?:
|
|
70
|
-
} | {
|
|
71
|
-
type: any;
|
|
72
|
-
default: string | number | boolean | import("../../utils/props").Events | {
|
|
73
|
-
[key: string]: any;
|
|
74
|
-
} | import("../../utils/props").RequestParams | DateOperate;
|
|
33
|
+
type?: import("vue").PropType<string>;
|
|
34
|
+
default?: string;
|
|
75
35
|
};
|
|
76
36
|
keyName: {
|
|
77
|
-
type?:
|
|
78
|
-
default?:
|
|
79
|
-
} | {
|
|
80
|
-
type: any;
|
|
81
|
-
default: string | number | boolean | import("../../utils/props").Events | {
|
|
82
|
-
[key: string]: any;
|
|
83
|
-
} | import("../../utils/props").RequestParams | DateOperate;
|
|
37
|
+
type?: import("vue").PropType<string>;
|
|
38
|
+
default?: string;
|
|
84
39
|
};
|
|
85
40
|
type: {
|
|
86
|
-
type?:
|
|
87
|
-
default?:
|
|
88
|
-
} | {
|
|
89
|
-
type: any;
|
|
90
|
-
default: string | number | boolean | import("../../utils/props").Events | {
|
|
91
|
-
[key: string]: any;
|
|
92
|
-
} | import("../../utils/props").RequestParams | DateOperate;
|
|
41
|
+
type?: import("vue").PropType<string>;
|
|
42
|
+
default?: string;
|
|
93
43
|
};
|
|
94
44
|
width: {
|
|
95
|
-
type?:
|
|
96
|
-
default?:
|
|
97
|
-
} | {
|
|
98
|
-
type: any;
|
|
99
|
-
default: string | number | boolean | import("../../utils/props").Events | {
|
|
100
|
-
[key: string]: any;
|
|
101
|
-
} | import("../../utils/props").RequestParams | DateOperate;
|
|
45
|
+
type?: import("vue").PropType<string>;
|
|
46
|
+
default?: string;
|
|
102
47
|
};
|
|
103
48
|
height: {
|
|
104
|
-
type?:
|
|
105
|
-
default?:
|
|
106
|
-
} | {
|
|
107
|
-
type: any;
|
|
108
|
-
default: string | number | boolean | import("../../utils/props").Events | {
|
|
109
|
-
[key: string]: any;
|
|
110
|
-
} | import("../../utils/props").RequestParams | DateOperate;
|
|
49
|
+
type?: import("vue").PropType<string>;
|
|
50
|
+
default?: string;
|
|
111
51
|
};
|
|
112
52
|
position: {
|
|
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 | DateOperate;
|
|
53
|
+
type?: import("vue").PropType<string>;
|
|
54
|
+
default?: string;
|
|
120
55
|
};
|
|
121
56
|
top: {
|
|
122
|
-
type?:
|
|
123
|
-
default?:
|
|
124
|
-
} | {
|
|
125
|
-
type: any;
|
|
126
|
-
default: string | number | boolean | import("../../utils/props").Events | {
|
|
127
|
-
[key: string]: any;
|
|
128
|
-
} | import("../../utils/props").RequestParams | DateOperate;
|
|
57
|
+
type?: import("vue").PropType<string>;
|
|
58
|
+
default?: string;
|
|
129
59
|
};
|
|
130
60
|
left: {
|
|
131
|
-
type?:
|
|
132
|
-
default?:
|
|
133
|
-
} | {
|
|
134
|
-
type: any;
|
|
135
|
-
default: string | number | boolean | import("../../utils/props").Events | {
|
|
136
|
-
[key: string]: any;
|
|
137
|
-
} | import("../../utils/props").RequestParams | DateOperate;
|
|
61
|
+
type?: import("vue").PropType<string>;
|
|
62
|
+
default?: string;
|
|
138
63
|
};
|
|
139
64
|
zIndex: {
|
|
140
|
-
type?:
|
|
141
|
-
default?:
|
|
142
|
-
} | {
|
|
143
|
-
type: any;
|
|
144
|
-
default: string | number | boolean | import("../../utils/props").Events | {
|
|
145
|
-
[key: string]: any;
|
|
146
|
-
} | import("../../utils/props").RequestParams | DateOperate;
|
|
65
|
+
type?: import("vue").PropType<number>;
|
|
66
|
+
default?: number;
|
|
147
67
|
};
|
|
148
68
|
rotate: {
|
|
149
|
-
type?:
|
|
150
|
-
default?:
|
|
151
|
-
} | {
|
|
152
|
-
type: any;
|
|
153
|
-
default: string | number | boolean | import("../../utils/props").Events | {
|
|
154
|
-
[key: string]: any;
|
|
155
|
-
} | import("../../utils/props").RequestParams | DateOperate;
|
|
69
|
+
type?: import("vue").PropType<string>;
|
|
70
|
+
default?: string;
|
|
156
71
|
};
|
|
157
72
|
isShow: {
|
|
158
|
-
type?:
|
|
159
|
-
default?:
|
|
160
|
-
} | {
|
|
161
|
-
type: any;
|
|
162
|
-
default: string | number | boolean | import("../../utils/props").Events | {
|
|
163
|
-
[key: string]: any;
|
|
164
|
-
} | import("../../utils/props").RequestParams | DateOperate;
|
|
73
|
+
type?: import("vue").PropType<boolean>;
|
|
74
|
+
default?: boolean;
|
|
165
75
|
};
|
|
166
76
|
isRender: {
|
|
167
|
-
type?:
|
|
168
|
-
default?:
|
|
169
|
-
} | {
|
|
170
|
-
type: any;
|
|
171
|
-
default: string | number | boolean | import("../../utils/props").Events | {
|
|
172
|
-
[key: string]: any;
|
|
173
|
-
} | import("../../utils/props").RequestParams | DateOperate;
|
|
77
|
+
type?: import("vue").PropType<boolean>;
|
|
78
|
+
default?: boolean;
|
|
174
79
|
};
|
|
175
80
|
events: {
|
|
176
|
-
type?:
|
|
177
|
-
default?:
|
|
178
|
-
} | {
|
|
179
|
-
type: any;
|
|
180
|
-
default: string | number | boolean | import("../../utils/props").Events | {
|
|
181
|
-
[key: string]: any;
|
|
182
|
-
} | import("../../utils/props").RequestParams | DateOperate;
|
|
81
|
+
type?: import("vue").PropType<import("../../utils/props").Events>;
|
|
82
|
+
default?: import("../../utils/props").Events;
|
|
183
83
|
};
|
|
184
84
|
requestUrl: {
|
|
185
|
-
type?:
|
|
186
|
-
default?:
|
|
187
|
-
} | {
|
|
188
|
-
type: any;
|
|
189
|
-
default: string | number | boolean | import("../../utils/props").Events | {
|
|
190
|
-
[key: string]: any;
|
|
191
|
-
} | import("../../utils/props").RequestParams | DateOperate;
|
|
85
|
+
type?: import("vue").PropType<string>;
|
|
86
|
+
default?: string;
|
|
192
87
|
};
|
|
193
88
|
requestMethod: {
|
|
194
|
-
type?:
|
|
195
|
-
default?:
|
|
196
|
-
} | {
|
|
197
|
-
type: any;
|
|
198
|
-
default: string | number | boolean | import("../../utils/props").Events | {
|
|
199
|
-
[key: string]: any;
|
|
200
|
-
} | import("../../utils/props").RequestParams | DateOperate;
|
|
89
|
+
type?: import("vue").PropType<import("../../utils/props").RequestMethod>;
|
|
90
|
+
default?: import("../../utils/props").RequestMethod;
|
|
201
91
|
};
|
|
202
92
|
requestHeaders: {
|
|
203
|
-
type?:
|
|
204
|
-
default?: undefined;
|
|
205
|
-
} | {
|
|
206
|
-
type: any;
|
|
207
|
-
default: string | number | boolean | import("../../utils/props").Events | {
|
|
93
|
+
type?: import("vue").PropType<{
|
|
208
94
|
[key: string]: any;
|
|
209
|
-
}
|
|
95
|
+
}>;
|
|
96
|
+
default?: {
|
|
97
|
+
[key: string]: any;
|
|
98
|
+
};
|
|
210
99
|
};
|
|
211
100
|
isOpenRequestTimer: {
|
|
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 | DateOperate;
|
|
101
|
+
type?: import("vue").PropType<boolean>;
|
|
102
|
+
default?: boolean;
|
|
219
103
|
};
|
|
220
104
|
requestInterval: {
|
|
221
|
-
type?:
|
|
222
|
-
default?:
|
|
223
|
-
} | {
|
|
224
|
-
type: any;
|
|
225
|
-
default: string | number | boolean | import("../../utils/props").Events | {
|
|
226
|
-
[key: string]: any;
|
|
227
|
-
} | import("../../utils/props").RequestParams | DateOperate;
|
|
105
|
+
type?: import("vue").PropType<number>;
|
|
106
|
+
default?: number;
|
|
228
107
|
};
|
|
229
108
|
requestParams: {
|
|
230
|
-
type?:
|
|
231
|
-
default?:
|
|
232
|
-
} | {
|
|
233
|
-
type: any;
|
|
234
|
-
default: string | number | boolean | import("../../utils/props").Events | {
|
|
235
|
-
[key: string]: any;
|
|
236
|
-
} | import("../../utils/props").RequestParams | DateOperate;
|
|
109
|
+
type?: import("vue").PropType<import("../../utils/props").RequestParams>;
|
|
110
|
+
default?: import("../../utils/props").RequestParams;
|
|
237
111
|
};
|
|
238
112
|
requestSort: {
|
|
239
|
-
type?:
|
|
240
|
-
default?:
|
|
241
|
-
} | {
|
|
242
|
-
type: any;
|
|
243
|
-
default: string | number | boolean | import("../../utils/props").Events | {
|
|
244
|
-
[key: string]: any;
|
|
245
|
-
} | import("../../utils/props").RequestParams | DateOperate;
|
|
113
|
+
type?: import("vue").PropType<number>;
|
|
114
|
+
default?: number;
|
|
246
115
|
};
|
|
247
116
|
dataType: {
|
|
248
|
-
type?:
|
|
249
|
-
default?:
|
|
250
|
-
} | {
|
|
251
|
-
type: any;
|
|
252
|
-
default: string | number | boolean | import("../../utils/props").Events | {
|
|
253
|
-
[key: string]: any;
|
|
254
|
-
} | import("../../utils/props").RequestParams | DateOperate;
|
|
117
|
+
type?: import("vue").PropType<"indicator" | "static" | "request">;
|
|
118
|
+
default?: "indicator" | "static" | "request";
|
|
255
119
|
};
|
|
256
120
|
}, {
|
|
257
121
|
style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
|
|
@@ -298,7 +162,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
298
162
|
startOf: (unit: dayjs.OpUnitType) => dayjs.Dayjs;
|
|
299
163
|
endOf: (unit: dayjs.OpUnitType) => dayjs.Dayjs;
|
|
300
164
|
format: (template?: string) => string;
|
|
301
|
-
diff: (date?: string | number | Date | dayjs.Dayjs, unit?: "s" | "date" | "D" | "M" | "y" | "week" | "month" | "quarter" | "year" | "
|
|
165
|
+
diff: (date?: string | number | Date | dayjs.Dayjs, unit?: "s" | "date" | "D" | "M" | "y" | "week" | "month" | "quarter" | "year" | "day" | "hour" | "minute" | "second" | "millisecond" | "milliseconds" | "seconds" | "minutes" | "hours" | "days" | "months" | "years" | "dates" | "d" | "h" | "m" | "ms" | "weeks" | "w" | "quarters" | "Q", float?: boolean) => number;
|
|
302
166
|
valueOf: () => number;
|
|
303
167
|
unix: () => number;
|
|
304
168
|
daysInMonth: () => number;
|
|
@@ -319,256 +183,120 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
319
183
|
dateChange: () => void;
|
|
320
184
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
321
185
|
value: {
|
|
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 | DateOperate;
|
|
186
|
+
type?: import("vue").PropType<string>;
|
|
187
|
+
default?: string;
|
|
329
188
|
};
|
|
330
189
|
picker: {
|
|
331
|
-
type?:
|
|
332
|
-
default?:
|
|
333
|
-
} | {
|
|
334
|
-
type: any;
|
|
335
|
-
default: string | number | boolean | import("../../utils/props").Events | {
|
|
336
|
-
[key: string]: any;
|
|
337
|
-
} | import("../../utils/props").RequestParams | DateOperate;
|
|
190
|
+
type?: import("vue").PropType<"date" | "week" | "month" | "quarter" | "year">;
|
|
191
|
+
default?: "date" | "week" | "month" | "quarter" | "year";
|
|
338
192
|
};
|
|
339
193
|
format: {
|
|
340
|
-
type?:
|
|
341
|
-
default?:
|
|
342
|
-
} | {
|
|
343
|
-
type: any;
|
|
344
|
-
default: string | number | boolean | import("../../utils/props").Events | {
|
|
345
|
-
[key: string]: any;
|
|
346
|
-
} | import("../../utils/props").RequestParams | DateOperate;
|
|
194
|
+
type?: import("vue").PropType<string>;
|
|
195
|
+
default?: string;
|
|
347
196
|
};
|
|
348
197
|
showTime: {
|
|
349
|
-
type?:
|
|
350
|
-
default?:
|
|
351
|
-
} | {
|
|
352
|
-
type: any;
|
|
353
|
-
default: string | number | boolean | import("../../utils/props").Events | {
|
|
354
|
-
[key: string]: any;
|
|
355
|
-
} | import("../../utils/props").RequestParams | DateOperate;
|
|
198
|
+
type?: import("vue").PropType<boolean>;
|
|
199
|
+
default?: boolean;
|
|
356
200
|
};
|
|
357
201
|
useCurrentTime: {
|
|
358
|
-
type?:
|
|
359
|
-
default?:
|
|
360
|
-
} | {
|
|
361
|
-
type: any;
|
|
362
|
-
default: string | number | boolean | import("../../utils/props").Events | {
|
|
363
|
-
[key: string]: any;
|
|
364
|
-
} | import("../../utils/props").RequestParams | DateOperate;
|
|
202
|
+
type?: import("vue").PropType<boolean>;
|
|
203
|
+
default?: boolean;
|
|
365
204
|
};
|
|
366
205
|
operate: {
|
|
367
|
-
type?:
|
|
368
|
-
default?:
|
|
369
|
-
} | {
|
|
370
|
-
type: any;
|
|
371
|
-
default: string | number | boolean | import("../../utils/props").Events | {
|
|
372
|
-
[key: string]: any;
|
|
373
|
-
} | import("../../utils/props").RequestParams | DateOperate;
|
|
206
|
+
type?: import("vue").PropType<DateOperate>;
|
|
207
|
+
default?: DateOperate;
|
|
374
208
|
};
|
|
375
209
|
id: {
|
|
376
|
-
type?:
|
|
377
|
-
default?:
|
|
378
|
-
} | {
|
|
379
|
-
type: any;
|
|
380
|
-
default: string | number | boolean | import("../../utils/props").Events | {
|
|
381
|
-
[key: string]: any;
|
|
382
|
-
} | import("../../utils/props").RequestParams | DateOperate;
|
|
210
|
+
type?: import("vue").PropType<string>;
|
|
211
|
+
default?: string;
|
|
383
212
|
};
|
|
384
213
|
name: {
|
|
385
|
-
type?:
|
|
386
|
-
default?:
|
|
387
|
-
} | {
|
|
388
|
-
type: any;
|
|
389
|
-
default: string | number | boolean | import("../../utils/props").Events | {
|
|
390
|
-
[key: string]: any;
|
|
391
|
-
} | import("../../utils/props").RequestParams | DateOperate;
|
|
214
|
+
type?: import("vue").PropType<string>;
|
|
215
|
+
default?: string;
|
|
392
216
|
};
|
|
393
217
|
keyName: {
|
|
394
|
-
type?:
|
|
395
|
-
default?:
|
|
396
|
-
} | {
|
|
397
|
-
type: any;
|
|
398
|
-
default: string | number | boolean | import("../../utils/props").Events | {
|
|
399
|
-
[key: string]: any;
|
|
400
|
-
} | import("../../utils/props").RequestParams | DateOperate;
|
|
218
|
+
type?: import("vue").PropType<string>;
|
|
219
|
+
default?: string;
|
|
401
220
|
};
|
|
402
221
|
type: {
|
|
403
|
-
type?:
|
|
404
|
-
default?:
|
|
405
|
-
} | {
|
|
406
|
-
type: any;
|
|
407
|
-
default: string | number | boolean | import("../../utils/props").Events | {
|
|
408
|
-
[key: string]: any;
|
|
409
|
-
} | import("../../utils/props").RequestParams | DateOperate;
|
|
222
|
+
type?: import("vue").PropType<string>;
|
|
223
|
+
default?: string;
|
|
410
224
|
};
|
|
411
225
|
width: {
|
|
412
|
-
type?:
|
|
413
|
-
default?:
|
|
414
|
-
} | {
|
|
415
|
-
type: any;
|
|
416
|
-
default: string | number | boolean | import("../../utils/props").Events | {
|
|
417
|
-
[key: string]: any;
|
|
418
|
-
} | import("../../utils/props").RequestParams | DateOperate;
|
|
226
|
+
type?: import("vue").PropType<string>;
|
|
227
|
+
default?: string;
|
|
419
228
|
};
|
|
420
229
|
height: {
|
|
421
|
-
type?:
|
|
422
|
-
default?:
|
|
423
|
-
} | {
|
|
424
|
-
type: any;
|
|
425
|
-
default: string | number | boolean | import("../../utils/props").Events | {
|
|
426
|
-
[key: string]: any;
|
|
427
|
-
} | import("../../utils/props").RequestParams | DateOperate;
|
|
230
|
+
type?: import("vue").PropType<string>;
|
|
231
|
+
default?: string;
|
|
428
232
|
};
|
|
429
233
|
position: {
|
|
430
|
-
type?:
|
|
431
|
-
default?:
|
|
432
|
-
} | {
|
|
433
|
-
type: any;
|
|
434
|
-
default: string | number | boolean | import("../../utils/props").Events | {
|
|
435
|
-
[key: string]: any;
|
|
436
|
-
} | import("../../utils/props").RequestParams | DateOperate;
|
|
234
|
+
type?: import("vue").PropType<string>;
|
|
235
|
+
default?: string;
|
|
437
236
|
};
|
|
438
237
|
top: {
|
|
439
|
-
type?:
|
|
440
|
-
default?:
|
|
441
|
-
} | {
|
|
442
|
-
type: any;
|
|
443
|
-
default: string | number | boolean | import("../../utils/props").Events | {
|
|
444
|
-
[key: string]: any;
|
|
445
|
-
} | import("../../utils/props").RequestParams | DateOperate;
|
|
238
|
+
type?: import("vue").PropType<string>;
|
|
239
|
+
default?: string;
|
|
446
240
|
};
|
|
447
241
|
left: {
|
|
448
|
-
type?:
|
|
449
|
-
default?:
|
|
450
|
-
} | {
|
|
451
|
-
type: any;
|
|
452
|
-
default: string | number | boolean | import("../../utils/props").Events | {
|
|
453
|
-
[key: string]: any;
|
|
454
|
-
} | import("../../utils/props").RequestParams | DateOperate;
|
|
242
|
+
type?: import("vue").PropType<string>;
|
|
243
|
+
default?: string;
|
|
455
244
|
};
|
|
456
245
|
zIndex: {
|
|
457
|
-
type?:
|
|
458
|
-
default?:
|
|
459
|
-
} | {
|
|
460
|
-
type: any;
|
|
461
|
-
default: string | number | boolean | import("../../utils/props").Events | {
|
|
462
|
-
[key: string]: any;
|
|
463
|
-
} | import("../../utils/props").RequestParams | DateOperate;
|
|
246
|
+
type?: import("vue").PropType<number>;
|
|
247
|
+
default?: number;
|
|
464
248
|
};
|
|
465
249
|
rotate: {
|
|
466
|
-
type?:
|
|
467
|
-
default?:
|
|
468
|
-
} | {
|
|
469
|
-
type: any;
|
|
470
|
-
default: string | number | boolean | import("../../utils/props").Events | {
|
|
471
|
-
[key: string]: any;
|
|
472
|
-
} | import("../../utils/props").RequestParams | DateOperate;
|
|
250
|
+
type?: import("vue").PropType<string>;
|
|
251
|
+
default?: string;
|
|
473
252
|
};
|
|
474
253
|
isShow: {
|
|
475
|
-
type?:
|
|
476
|
-
default?:
|
|
477
|
-
} | {
|
|
478
|
-
type: any;
|
|
479
|
-
default: string | number | boolean | import("../../utils/props").Events | {
|
|
480
|
-
[key: string]: any;
|
|
481
|
-
} | import("../../utils/props").RequestParams | DateOperate;
|
|
254
|
+
type?: import("vue").PropType<boolean>;
|
|
255
|
+
default?: boolean;
|
|
482
256
|
};
|
|
483
257
|
isRender: {
|
|
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 | DateOperate;
|
|
258
|
+
type?: import("vue").PropType<boolean>;
|
|
259
|
+
default?: boolean;
|
|
491
260
|
};
|
|
492
261
|
events: {
|
|
493
|
-
type?:
|
|
494
|
-
default?:
|
|
495
|
-
} | {
|
|
496
|
-
type: any;
|
|
497
|
-
default: string | number | boolean | import("../../utils/props").Events | {
|
|
498
|
-
[key: string]: any;
|
|
499
|
-
} | import("../../utils/props").RequestParams | DateOperate;
|
|
262
|
+
type?: import("vue").PropType<import("../../utils/props").Events>;
|
|
263
|
+
default?: import("../../utils/props").Events;
|
|
500
264
|
};
|
|
501
265
|
requestUrl: {
|
|
502
|
-
type?:
|
|
503
|
-
default?:
|
|
504
|
-
} | {
|
|
505
|
-
type: any;
|
|
506
|
-
default: string | number | boolean | import("../../utils/props").Events | {
|
|
507
|
-
[key: string]: any;
|
|
508
|
-
} | import("../../utils/props").RequestParams | DateOperate;
|
|
266
|
+
type?: import("vue").PropType<string>;
|
|
267
|
+
default?: string;
|
|
509
268
|
};
|
|
510
269
|
requestMethod: {
|
|
511
|
-
type?:
|
|
512
|
-
default?:
|
|
513
|
-
} | {
|
|
514
|
-
type: any;
|
|
515
|
-
default: string | number | boolean | import("../../utils/props").Events | {
|
|
516
|
-
[key: string]: any;
|
|
517
|
-
} | import("../../utils/props").RequestParams | DateOperate;
|
|
270
|
+
type?: import("vue").PropType<import("../../utils/props").RequestMethod>;
|
|
271
|
+
default?: import("../../utils/props").RequestMethod;
|
|
518
272
|
};
|
|
519
273
|
requestHeaders: {
|
|
520
|
-
type?:
|
|
521
|
-
default?: undefined;
|
|
522
|
-
} | {
|
|
523
|
-
type: any;
|
|
524
|
-
default: string | number | boolean | import("../../utils/props").Events | {
|
|
274
|
+
type?: import("vue").PropType<{
|
|
525
275
|
[key: string]: any;
|
|
526
|
-
}
|
|
276
|
+
}>;
|
|
277
|
+
default?: {
|
|
278
|
+
[key: string]: any;
|
|
279
|
+
};
|
|
527
280
|
};
|
|
528
281
|
isOpenRequestTimer: {
|
|
529
|
-
type?:
|
|
530
|
-
default?:
|
|
531
|
-
} | {
|
|
532
|
-
type: any;
|
|
533
|
-
default: string | number | boolean | import("../../utils/props").Events | {
|
|
534
|
-
[key: string]: any;
|
|
535
|
-
} | import("../../utils/props").RequestParams | DateOperate;
|
|
282
|
+
type?: import("vue").PropType<boolean>;
|
|
283
|
+
default?: boolean;
|
|
536
284
|
};
|
|
537
285
|
requestInterval: {
|
|
538
|
-
type?:
|
|
539
|
-
default?:
|
|
540
|
-
} | {
|
|
541
|
-
type: any;
|
|
542
|
-
default: string | number | boolean | import("../../utils/props").Events | {
|
|
543
|
-
[key: string]: any;
|
|
544
|
-
} | import("../../utils/props").RequestParams | DateOperate;
|
|
286
|
+
type?: import("vue").PropType<number>;
|
|
287
|
+
default?: number;
|
|
545
288
|
};
|
|
546
289
|
requestParams: {
|
|
547
|
-
type?:
|
|
548
|
-
default?:
|
|
549
|
-
} | {
|
|
550
|
-
type: any;
|
|
551
|
-
default: string | number | boolean | import("../../utils/props").Events | {
|
|
552
|
-
[key: string]: any;
|
|
553
|
-
} | import("../../utils/props").RequestParams | DateOperate;
|
|
290
|
+
type?: import("vue").PropType<import("../../utils/props").RequestParams>;
|
|
291
|
+
default?: import("../../utils/props").RequestParams;
|
|
554
292
|
};
|
|
555
293
|
requestSort: {
|
|
556
|
-
type?:
|
|
557
|
-
default?:
|
|
558
|
-
} | {
|
|
559
|
-
type: any;
|
|
560
|
-
default: string | number | boolean | import("../../utils/props").Events | {
|
|
561
|
-
[key: string]: any;
|
|
562
|
-
} | import("../../utils/props").RequestParams | DateOperate;
|
|
294
|
+
type?: import("vue").PropType<number>;
|
|
295
|
+
default?: number;
|
|
563
296
|
};
|
|
564
297
|
dataType: {
|
|
565
|
-
type?:
|
|
566
|
-
default?:
|
|
567
|
-
} | {
|
|
568
|
-
type: any;
|
|
569
|
-
default: string | number | boolean | import("../../utils/props").Events | {
|
|
570
|
-
[key: string]: any;
|
|
571
|
-
} | import("../../utils/props").RequestParams | DateOperate;
|
|
298
|
+
type?: import("vue").PropType<"indicator" | "static" | "request">;
|
|
299
|
+
default?: "indicator" | "static" | "request";
|
|
572
300
|
};
|
|
573
301
|
}>>, {}>;
|
|
574
302
|
export default _sfc_main;
|