@ecan-bi/datav 1.1.40 → 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 +995 -987
- 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 +176 -400
- package/types/container/tabs/index.d.ts +176 -400
- package/types/container/tabs/props.d.ts +88 -200
- 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,274 +2,128 @@ import dayjs from 'dayjs';
|
|
|
2
2
|
import { DateOperate } from '../date-picker/props';
|
|
3
3
|
declare const _sfc_main: import("vue").DefineComponent<{
|
|
4
4
|
picker: {
|
|
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<"date" | "week" | "month" | "quarter" | "year">;
|
|
6
|
+
default?: "date" | "week" | "month" | "quarter" | "year";
|
|
12
7
|
};
|
|
13
8
|
format: {
|
|
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<string>;
|
|
10
|
+
default?: string;
|
|
21
11
|
};
|
|
22
12
|
startTime: {
|
|
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
|
endTime: {
|
|
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<string>;
|
|
18
|
+
default?: string;
|
|
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
|
interval: {
|
|
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<number>;
|
|
26
|
+
default?: number;
|
|
57
27
|
};
|
|
58
28
|
intervalUnit: {
|
|
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<dayjs.ManipulateType>;
|
|
30
|
+
default?: dayjs.ManipulateType;
|
|
66
31
|
};
|
|
67
32
|
operate: {
|
|
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<DateOperate>;
|
|
34
|
+
default?: DateOperate;
|
|
75
35
|
};
|
|
76
36
|
id: {
|
|
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
|
name: {
|
|
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
|
keyName: {
|
|
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
|
type: {
|
|
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
|
width: {
|
|
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
|
height: {
|
|
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
|
position: {
|
|
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
|
top: {
|
|
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<string>;
|
|
66
|
+
default?: string;
|
|
147
67
|
};
|
|
148
68
|
left: {
|
|
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
|
zIndex: {
|
|
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<number>;
|
|
74
|
+
default?: number;
|
|
165
75
|
};
|
|
166
76
|
rotate: {
|
|
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<string>;
|
|
78
|
+
default?: string;
|
|
174
79
|
};
|
|
175
80
|
isShow: {
|
|
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<boolean>;
|
|
82
|
+
default?: boolean;
|
|
183
83
|
};
|
|
184
84
|
isRender: {
|
|
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<boolean>;
|
|
86
|
+
default?: boolean;
|
|
192
87
|
};
|
|
193
88
|
events: {
|
|
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").Events>;
|
|
90
|
+
default?: import("../../utils/props").Events;
|
|
201
91
|
};
|
|
202
92
|
requestUrl: {
|
|
203
|
-
type?:
|
|
204
|
-
default?:
|
|
205
|
-
} | {
|
|
206
|
-
type: any;
|
|
207
|
-
default: string | number | boolean | import("../../utils/props").Events | {
|
|
208
|
-
[key: string]: any;
|
|
209
|
-
} | import("../../utils/props").RequestParams | DateOperate;
|
|
93
|
+
type?: import("vue").PropType<string>;
|
|
94
|
+
default?: string;
|
|
210
95
|
};
|
|
211
96
|
requestMethod: {
|
|
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;
|
|
97
|
+
type?: import("vue").PropType<import("../../utils/props").RequestMethod>;
|
|
98
|
+
default?: import("../../utils/props").RequestMethod;
|
|
219
99
|
};
|
|
220
100
|
requestHeaders: {
|
|
221
|
-
type?:
|
|
222
|
-
default?: undefined;
|
|
223
|
-
} | {
|
|
224
|
-
type: any;
|
|
225
|
-
default: string | number | boolean | import("../../utils/props").Events | {
|
|
101
|
+
type?: import("vue").PropType<{
|
|
226
102
|
[key: string]: any;
|
|
227
|
-
}
|
|
103
|
+
}>;
|
|
104
|
+
default?: {
|
|
105
|
+
[key: string]: any;
|
|
106
|
+
};
|
|
228
107
|
};
|
|
229
108
|
isOpenRequestTimer: {
|
|
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<boolean>;
|
|
110
|
+
default?: boolean;
|
|
237
111
|
};
|
|
238
112
|
requestInterval: {
|
|
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
|
requestParams: {
|
|
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<import("../../utils/props").RequestParams>;
|
|
118
|
+
default?: import("../../utils/props").RequestParams;
|
|
255
119
|
};
|
|
256
120
|
requestSort: {
|
|
257
|
-
type?:
|
|
258
|
-
default?:
|
|
259
|
-
} | {
|
|
260
|
-
type: any;
|
|
261
|
-
default: string | number | boolean | import("../../utils/props").Events | {
|
|
262
|
-
[key: string]: any;
|
|
263
|
-
} | import("../../utils/props").RequestParams | DateOperate;
|
|
121
|
+
type?: import("vue").PropType<number>;
|
|
122
|
+
default?: number;
|
|
264
123
|
};
|
|
265
124
|
dataType: {
|
|
266
|
-
type?:
|
|
267
|
-
default?:
|
|
268
|
-
} | {
|
|
269
|
-
type: any;
|
|
270
|
-
default: string | number | boolean | import("../../utils/props").Events | {
|
|
271
|
-
[key: string]: any;
|
|
272
|
-
} | import("../../utils/props").RequestParams | DateOperate;
|
|
125
|
+
type?: import("vue").PropType<"indicator" | "static" | "request">;
|
|
126
|
+
default?: "indicator" | "static" | "request";
|
|
273
127
|
};
|
|
274
128
|
}, {
|
|
275
129
|
style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
|
|
@@ -318,7 +172,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
318
172
|
startOf: (unit: dayjs.OpUnitType) => dayjs.Dayjs;
|
|
319
173
|
endOf: (unit: dayjs.OpUnitType) => dayjs.Dayjs;
|
|
320
174
|
format: (template?: string) => string;
|
|
321
|
-
diff: (date?: string | number | Date | dayjs.Dayjs, unit?: "s" | "date" | "D" | "M" | "y" | "week" | "month" | "quarter" | "year" | "
|
|
175
|
+
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;
|
|
322
176
|
valueOf: () => number;
|
|
323
177
|
unix: () => number;
|
|
324
178
|
daysInMonth: () => number;
|
|
@@ -376,7 +230,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
376
230
|
startOf: (unit: dayjs.OpUnitType) => dayjs.Dayjs;
|
|
377
231
|
endOf: (unit: dayjs.OpUnitType) => dayjs.Dayjs;
|
|
378
232
|
format: (template?: string) => string;
|
|
379
|
-
diff: (date?: string | number | Date | dayjs.Dayjs, unit?: "s" | "date" | "D" | "M" | "y" | "week" | "month" | "quarter" | "year" | "
|
|
233
|
+
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;
|
|
380
234
|
valueOf: () => number;
|
|
381
235
|
unix: () => number;
|
|
382
236
|
daysInMonth: () => number;
|
|
@@ -395,274 +249,128 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
395
249
|
}]>;
|
|
396
250
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
397
251
|
picker: {
|
|
398
|
-
type?:
|
|
399
|
-
default?:
|
|
400
|
-
} | {
|
|
401
|
-
type: any;
|
|
402
|
-
default: string | number | boolean | import("../../utils/props").Events | {
|
|
403
|
-
[key: string]: any;
|
|
404
|
-
} | import("../../utils/props").RequestParams | DateOperate;
|
|
252
|
+
type?: import("vue").PropType<"date" | "week" | "month" | "quarter" | "year">;
|
|
253
|
+
default?: "date" | "week" | "month" | "quarter" | "year";
|
|
405
254
|
};
|
|
406
255
|
format: {
|
|
407
|
-
type?:
|
|
408
|
-
default?:
|
|
409
|
-
} | {
|
|
410
|
-
type: any;
|
|
411
|
-
default: string | number | boolean | import("../../utils/props").Events | {
|
|
412
|
-
[key: string]: any;
|
|
413
|
-
} | import("../../utils/props").RequestParams | DateOperate;
|
|
256
|
+
type?: import("vue").PropType<string>;
|
|
257
|
+
default?: string;
|
|
414
258
|
};
|
|
415
259
|
startTime: {
|
|
416
|
-
type?:
|
|
417
|
-
default?:
|
|
418
|
-
} | {
|
|
419
|
-
type: any;
|
|
420
|
-
default: string | number | boolean | import("../../utils/props").Events | {
|
|
421
|
-
[key: string]: any;
|
|
422
|
-
} | import("../../utils/props").RequestParams | DateOperate;
|
|
260
|
+
type?: import("vue").PropType<string>;
|
|
261
|
+
default?: string;
|
|
423
262
|
};
|
|
424
263
|
endTime: {
|
|
425
|
-
type?:
|
|
426
|
-
default?:
|
|
427
|
-
} | {
|
|
428
|
-
type: any;
|
|
429
|
-
default: string | number | boolean | import("../../utils/props").Events | {
|
|
430
|
-
[key: string]: any;
|
|
431
|
-
} | import("../../utils/props").RequestParams | DateOperate;
|
|
264
|
+
type?: import("vue").PropType<string>;
|
|
265
|
+
default?: string;
|
|
432
266
|
};
|
|
433
267
|
useCurrentTime: {
|
|
434
|
-
type?:
|
|
435
|
-
default?:
|
|
436
|
-
} | {
|
|
437
|
-
type: any;
|
|
438
|
-
default: string | number | boolean | import("../../utils/props").Events | {
|
|
439
|
-
[key: string]: any;
|
|
440
|
-
} | import("../../utils/props").RequestParams | DateOperate;
|
|
268
|
+
type?: import("vue").PropType<boolean>;
|
|
269
|
+
default?: boolean;
|
|
441
270
|
};
|
|
442
271
|
interval: {
|
|
443
|
-
type?:
|
|
444
|
-
default?:
|
|
445
|
-
} | {
|
|
446
|
-
type: any;
|
|
447
|
-
default: string | number | boolean | import("../../utils/props").Events | {
|
|
448
|
-
[key: string]: any;
|
|
449
|
-
} | import("../../utils/props").RequestParams | DateOperate;
|
|
272
|
+
type?: import("vue").PropType<number>;
|
|
273
|
+
default?: number;
|
|
450
274
|
};
|
|
451
275
|
intervalUnit: {
|
|
452
|
-
type?:
|
|
453
|
-
default?:
|
|
454
|
-
} | {
|
|
455
|
-
type: any;
|
|
456
|
-
default: string | number | boolean | import("../../utils/props").Events | {
|
|
457
|
-
[key: string]: any;
|
|
458
|
-
} | import("../../utils/props").RequestParams | DateOperate;
|
|
276
|
+
type?: import("vue").PropType<dayjs.ManipulateType>;
|
|
277
|
+
default?: dayjs.ManipulateType;
|
|
459
278
|
};
|
|
460
279
|
operate: {
|
|
461
|
-
type?:
|
|
462
|
-
default?:
|
|
463
|
-
} | {
|
|
464
|
-
type: any;
|
|
465
|
-
default: string | number | boolean | import("../../utils/props").Events | {
|
|
466
|
-
[key: string]: any;
|
|
467
|
-
} | import("../../utils/props").RequestParams | DateOperate;
|
|
280
|
+
type?: import("vue").PropType<DateOperate>;
|
|
281
|
+
default?: DateOperate;
|
|
468
282
|
};
|
|
469
283
|
id: {
|
|
470
|
-
type?:
|
|
471
|
-
default?:
|
|
472
|
-
} | {
|
|
473
|
-
type: any;
|
|
474
|
-
default: string | number | boolean | import("../../utils/props").Events | {
|
|
475
|
-
[key: string]: any;
|
|
476
|
-
} | import("../../utils/props").RequestParams | DateOperate;
|
|
284
|
+
type?: import("vue").PropType<string>;
|
|
285
|
+
default?: string;
|
|
477
286
|
};
|
|
478
287
|
name: {
|
|
479
|
-
type?:
|
|
480
|
-
default?:
|
|
481
|
-
} | {
|
|
482
|
-
type: any;
|
|
483
|
-
default: string | number | boolean | import("../../utils/props").Events | {
|
|
484
|
-
[key: string]: any;
|
|
485
|
-
} | import("../../utils/props").RequestParams | DateOperate;
|
|
288
|
+
type?: import("vue").PropType<string>;
|
|
289
|
+
default?: string;
|
|
486
290
|
};
|
|
487
291
|
keyName: {
|
|
488
|
-
type?:
|
|
489
|
-
default?:
|
|
490
|
-
} | {
|
|
491
|
-
type: any;
|
|
492
|
-
default: string | number | boolean | import("../../utils/props").Events | {
|
|
493
|
-
[key: string]: any;
|
|
494
|
-
} | import("../../utils/props").RequestParams | DateOperate;
|
|
292
|
+
type?: import("vue").PropType<string>;
|
|
293
|
+
default?: string;
|
|
495
294
|
};
|
|
496
295
|
type: {
|
|
497
|
-
type?:
|
|
498
|
-
default?:
|
|
499
|
-
} | {
|
|
500
|
-
type: any;
|
|
501
|
-
default: string | number | boolean | import("../../utils/props").Events | {
|
|
502
|
-
[key: string]: any;
|
|
503
|
-
} | import("../../utils/props").RequestParams | DateOperate;
|
|
296
|
+
type?: import("vue").PropType<string>;
|
|
297
|
+
default?: string;
|
|
504
298
|
};
|
|
505
299
|
width: {
|
|
506
|
-
type?:
|
|
507
|
-
default?:
|
|
508
|
-
} | {
|
|
509
|
-
type: any;
|
|
510
|
-
default: string | number | boolean | import("../../utils/props").Events | {
|
|
511
|
-
[key: string]: any;
|
|
512
|
-
} | import("../../utils/props").RequestParams | DateOperate;
|
|
300
|
+
type?: import("vue").PropType<string>;
|
|
301
|
+
default?: string;
|
|
513
302
|
};
|
|
514
303
|
height: {
|
|
515
|
-
type?:
|
|
516
|
-
default?:
|
|
517
|
-
} | {
|
|
518
|
-
type: any;
|
|
519
|
-
default: string | number | boolean | import("../../utils/props").Events | {
|
|
520
|
-
[key: string]: any;
|
|
521
|
-
} | import("../../utils/props").RequestParams | DateOperate;
|
|
304
|
+
type?: import("vue").PropType<string>;
|
|
305
|
+
default?: string;
|
|
522
306
|
};
|
|
523
307
|
position: {
|
|
524
|
-
type?:
|
|
525
|
-
default?:
|
|
526
|
-
} | {
|
|
527
|
-
type: any;
|
|
528
|
-
default: string | number | boolean | import("../../utils/props").Events | {
|
|
529
|
-
[key: string]: any;
|
|
530
|
-
} | import("../../utils/props").RequestParams | DateOperate;
|
|
308
|
+
type?: import("vue").PropType<string>;
|
|
309
|
+
default?: string;
|
|
531
310
|
};
|
|
532
311
|
top: {
|
|
533
|
-
type?:
|
|
534
|
-
default?:
|
|
535
|
-
} | {
|
|
536
|
-
type: any;
|
|
537
|
-
default: string | number | boolean | import("../../utils/props").Events | {
|
|
538
|
-
[key: string]: any;
|
|
539
|
-
} | import("../../utils/props").RequestParams | DateOperate;
|
|
312
|
+
type?: import("vue").PropType<string>;
|
|
313
|
+
default?: string;
|
|
540
314
|
};
|
|
541
315
|
left: {
|
|
542
|
-
type?:
|
|
543
|
-
default?:
|
|
544
|
-
} | {
|
|
545
|
-
type: any;
|
|
546
|
-
default: string | number | boolean | import("../../utils/props").Events | {
|
|
547
|
-
[key: string]: any;
|
|
548
|
-
} | import("../../utils/props").RequestParams | DateOperate;
|
|
316
|
+
type?: import("vue").PropType<string>;
|
|
317
|
+
default?: string;
|
|
549
318
|
};
|
|
550
319
|
zIndex: {
|
|
551
|
-
type?:
|
|
552
|
-
default?:
|
|
553
|
-
} | {
|
|
554
|
-
type: any;
|
|
555
|
-
default: string | number | boolean | import("../../utils/props").Events | {
|
|
556
|
-
[key: string]: any;
|
|
557
|
-
} | import("../../utils/props").RequestParams | DateOperate;
|
|
320
|
+
type?: import("vue").PropType<number>;
|
|
321
|
+
default?: number;
|
|
558
322
|
};
|
|
559
323
|
rotate: {
|
|
560
|
-
type?:
|
|
561
|
-
default?:
|
|
562
|
-
} | {
|
|
563
|
-
type: any;
|
|
564
|
-
default: string | number | boolean | import("../../utils/props").Events | {
|
|
565
|
-
[key: string]: any;
|
|
566
|
-
} | import("../../utils/props").RequestParams | DateOperate;
|
|
324
|
+
type?: import("vue").PropType<string>;
|
|
325
|
+
default?: string;
|
|
567
326
|
};
|
|
568
327
|
isShow: {
|
|
569
|
-
type?:
|
|
570
|
-
default?:
|
|
571
|
-
} | {
|
|
572
|
-
type: any;
|
|
573
|
-
default: string | number | boolean | import("../../utils/props").Events | {
|
|
574
|
-
[key: string]: any;
|
|
575
|
-
} | import("../../utils/props").RequestParams | DateOperate;
|
|
328
|
+
type?: import("vue").PropType<boolean>;
|
|
329
|
+
default?: boolean;
|
|
576
330
|
};
|
|
577
331
|
isRender: {
|
|
578
|
-
type?:
|
|
579
|
-
default?:
|
|
580
|
-
} | {
|
|
581
|
-
type: any;
|
|
582
|
-
default: string | number | boolean | import("../../utils/props").Events | {
|
|
583
|
-
[key: string]: any;
|
|
584
|
-
} | import("../../utils/props").RequestParams | DateOperate;
|
|
332
|
+
type?: import("vue").PropType<boolean>;
|
|
333
|
+
default?: boolean;
|
|
585
334
|
};
|
|
586
335
|
events: {
|
|
587
|
-
type?:
|
|
588
|
-
default?:
|
|
589
|
-
} | {
|
|
590
|
-
type: any;
|
|
591
|
-
default: string | number | boolean | import("../../utils/props").Events | {
|
|
592
|
-
[key: string]: any;
|
|
593
|
-
} | import("../../utils/props").RequestParams | DateOperate;
|
|
336
|
+
type?: import("vue").PropType<import("../../utils/props").Events>;
|
|
337
|
+
default?: import("../../utils/props").Events;
|
|
594
338
|
};
|
|
595
339
|
requestUrl: {
|
|
596
|
-
type?:
|
|
597
|
-
default?:
|
|
598
|
-
} | {
|
|
599
|
-
type: any;
|
|
600
|
-
default: string | number | boolean | import("../../utils/props").Events | {
|
|
601
|
-
[key: string]: any;
|
|
602
|
-
} | import("../../utils/props").RequestParams | DateOperate;
|
|
340
|
+
type?: import("vue").PropType<string>;
|
|
341
|
+
default?: string;
|
|
603
342
|
};
|
|
604
343
|
requestMethod: {
|
|
605
|
-
type?:
|
|
606
|
-
default?:
|
|
607
|
-
} | {
|
|
608
|
-
type: any;
|
|
609
|
-
default: string | number | boolean | import("../../utils/props").Events | {
|
|
610
|
-
[key: string]: any;
|
|
611
|
-
} | import("../../utils/props").RequestParams | DateOperate;
|
|
344
|
+
type?: import("vue").PropType<import("../../utils/props").RequestMethod>;
|
|
345
|
+
default?: import("../../utils/props").RequestMethod;
|
|
612
346
|
};
|
|
613
347
|
requestHeaders: {
|
|
614
|
-
type?:
|
|
615
|
-
default?: undefined;
|
|
616
|
-
} | {
|
|
617
|
-
type: any;
|
|
618
|
-
default: string | number | boolean | import("../../utils/props").Events | {
|
|
348
|
+
type?: import("vue").PropType<{
|
|
619
349
|
[key: string]: any;
|
|
620
|
-
}
|
|
350
|
+
}>;
|
|
351
|
+
default?: {
|
|
352
|
+
[key: string]: any;
|
|
353
|
+
};
|
|
621
354
|
};
|
|
622
355
|
isOpenRequestTimer: {
|
|
623
|
-
type?:
|
|
624
|
-
default?:
|
|
625
|
-
} | {
|
|
626
|
-
type: any;
|
|
627
|
-
default: string | number | boolean | import("../../utils/props").Events | {
|
|
628
|
-
[key: string]: any;
|
|
629
|
-
} | import("../../utils/props").RequestParams | DateOperate;
|
|
356
|
+
type?: import("vue").PropType<boolean>;
|
|
357
|
+
default?: boolean;
|
|
630
358
|
};
|
|
631
359
|
requestInterval: {
|
|
632
|
-
type?:
|
|
633
|
-
default?:
|
|
634
|
-
} | {
|
|
635
|
-
type: any;
|
|
636
|
-
default: string | number | boolean | import("../../utils/props").Events | {
|
|
637
|
-
[key: string]: any;
|
|
638
|
-
} | import("../../utils/props").RequestParams | DateOperate;
|
|
360
|
+
type?: import("vue").PropType<number>;
|
|
361
|
+
default?: number;
|
|
639
362
|
};
|
|
640
363
|
requestParams: {
|
|
641
|
-
type?:
|
|
642
|
-
default?:
|
|
643
|
-
} | {
|
|
644
|
-
type: any;
|
|
645
|
-
default: string | number | boolean | import("../../utils/props").Events | {
|
|
646
|
-
[key: string]: any;
|
|
647
|
-
} | import("../../utils/props").RequestParams | DateOperate;
|
|
364
|
+
type?: import("vue").PropType<import("../../utils/props").RequestParams>;
|
|
365
|
+
default?: import("../../utils/props").RequestParams;
|
|
648
366
|
};
|
|
649
367
|
requestSort: {
|
|
650
|
-
type?:
|
|
651
|
-
default?:
|
|
652
|
-
} | {
|
|
653
|
-
type: any;
|
|
654
|
-
default: string | number | boolean | import("../../utils/props").Events | {
|
|
655
|
-
[key: string]: any;
|
|
656
|
-
} | import("../../utils/props").RequestParams | DateOperate;
|
|
368
|
+
type?: import("vue").PropType<number>;
|
|
369
|
+
default?: number;
|
|
657
370
|
};
|
|
658
371
|
dataType: {
|
|
659
|
-
type?:
|
|
660
|
-
default?:
|
|
661
|
-
} | {
|
|
662
|
-
type: any;
|
|
663
|
-
default: string | number | boolean | import("../../utils/props").Events | {
|
|
664
|
-
[key: string]: any;
|
|
665
|
-
} | import("../../utils/props").RequestParams | DateOperate;
|
|
372
|
+
type?: import("vue").PropType<"indicator" | "static" | "request">;
|
|
373
|
+
default?: "indicator" | "static" | "request";
|
|
666
374
|
};
|
|
667
375
|
}>>, {}>;
|
|
668
376
|
export default _sfc_main;
|