@ecan-bi/datav 1.1.35 → 1.1.37
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 +1528 -1487
- 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/control/date-picker/DatePicker.vue.d.ts +74 -55
- package/types/control/date-picker/index.d.ts +73 -55
- package/types/control/date-picker/props.d.ts +43 -27
- package/types/control/range-picker/RangePicker.vue.d.ts +79 -60
- package/types/control/range-picker/index.d.ts +78 -60
- package/types/control/range-picker/props.d.ts +40 -29
- package/types/graph/bar/Bar.vue.d.ts +128 -66
- package/types/graph/bar/index.d.ts +128 -66
- package/types/graph/bar/props.d.ts +66 -36
- package/types/graph/combo-graph/ComboGraph.vue.d.ts +30 -0
- package/types/graph/combo-graph/index.d.ts +30 -0
- package/types/graph/combo-graph/props.d.ts +16 -0
- package/types/graph/line/Line.vue.d.ts +2127 -271
- package/types/graph/line/index.d.ts +2127 -271
- package/types/graph/line/props.d.ts +1106 -122
- package/types/graph/pie/Pie.vue.d.ts +15 -0
- package/types/graph/pie/index.d.ts +15 -0
- package/types/graph/pie/props.d.ts +8 -0
- package/types/utils/util.d.ts +10 -0
|
@@ -6,7 +6,7 @@ export declare const EcanRangePicker: import("../../utils/withInstall").SFCWithI
|
|
|
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 | import("..").DateOperate;
|
|
10
10
|
};
|
|
11
11
|
format: {
|
|
12
12
|
type?: undefined;
|
|
@@ -15,7 +15,7 @@ export declare const EcanRangePicker: import("../../utils/withInstall").SFCWithI
|
|
|
15
15
|
type: any;
|
|
16
16
|
default: string | number | boolean | import("../../utils/props").Events | {
|
|
17
17
|
[key: string]: any;
|
|
18
|
-
} | import("../../utils/props").RequestParams;
|
|
18
|
+
} | import("../../utils/props").RequestParams | import("..").DateOperate;
|
|
19
19
|
};
|
|
20
20
|
startTime: {
|
|
21
21
|
type?: undefined;
|
|
@@ -24,7 +24,7 @@ export declare const EcanRangePicker: import("../../utils/withInstall").SFCWithI
|
|
|
24
24
|
type: any;
|
|
25
25
|
default: string | number | boolean | import("../../utils/props").Events | {
|
|
26
26
|
[key: string]: any;
|
|
27
|
-
} | import("../../utils/props").RequestParams;
|
|
27
|
+
} | import("../../utils/props").RequestParams | import("..").DateOperate;
|
|
28
28
|
};
|
|
29
29
|
endTime: {
|
|
30
30
|
type?: undefined;
|
|
@@ -33,7 +33,7 @@ export declare const EcanRangePicker: import("../../utils/withInstall").SFCWithI
|
|
|
33
33
|
type: any;
|
|
34
34
|
default: string | number | boolean | import("../../utils/props").Events | {
|
|
35
35
|
[key: string]: any;
|
|
36
|
-
} | import("../../utils/props").RequestParams;
|
|
36
|
+
} | import("../../utils/props").RequestParams | import("..").DateOperate;
|
|
37
37
|
};
|
|
38
38
|
useCurrentTime: {
|
|
39
39
|
type?: undefined;
|
|
@@ -42,7 +42,7 @@ export declare const EcanRangePicker: import("../../utils/withInstall").SFCWithI
|
|
|
42
42
|
type: any;
|
|
43
43
|
default: string | number | boolean | import("../../utils/props").Events | {
|
|
44
44
|
[key: string]: any;
|
|
45
|
-
} | import("../../utils/props").RequestParams;
|
|
45
|
+
} | import("../../utils/props").RequestParams | import("..").DateOperate;
|
|
46
46
|
};
|
|
47
47
|
interval: {
|
|
48
48
|
type?: undefined;
|
|
@@ -51,7 +51,7 @@ export declare const EcanRangePicker: import("../../utils/withInstall").SFCWithI
|
|
|
51
51
|
type: any;
|
|
52
52
|
default: string | number | boolean | import("../../utils/props").Events | {
|
|
53
53
|
[key: string]: any;
|
|
54
|
-
} | import("../../utils/props").RequestParams;
|
|
54
|
+
} | import("../../utils/props").RequestParams | import("..").DateOperate;
|
|
55
55
|
};
|
|
56
56
|
intervalUnit: {
|
|
57
57
|
type?: undefined;
|
|
@@ -60,7 +60,16 @@ export declare const EcanRangePicker: import("../../utils/withInstall").SFCWithI
|
|
|
60
60
|
type: any;
|
|
61
61
|
default: string | number | boolean | import("../../utils/props").Events | {
|
|
62
62
|
[key: string]: any;
|
|
63
|
-
} | import("../../utils/props").RequestParams;
|
|
63
|
+
} | import("../../utils/props").RequestParams | import("..").DateOperate;
|
|
64
|
+
};
|
|
65
|
+
operate: {
|
|
66
|
+
type?: undefined;
|
|
67
|
+
default?: undefined;
|
|
68
|
+
} | {
|
|
69
|
+
type: any;
|
|
70
|
+
default: string | number | boolean | import("../../utils/props").Events | {
|
|
71
|
+
[key: string]: any;
|
|
72
|
+
} | import("../../utils/props").RequestParams | import("..").DateOperate;
|
|
64
73
|
};
|
|
65
74
|
id: {
|
|
66
75
|
type?: undefined;
|
|
@@ -69,7 +78,7 @@ export declare const EcanRangePicker: import("../../utils/withInstall").SFCWithI
|
|
|
69
78
|
type: any;
|
|
70
79
|
default: string | number | boolean | import("../../utils/props").Events | {
|
|
71
80
|
[key: string]: any;
|
|
72
|
-
} | import("../../utils/props").RequestParams;
|
|
81
|
+
} | import("../../utils/props").RequestParams | import("..").DateOperate;
|
|
73
82
|
};
|
|
74
83
|
name: {
|
|
75
84
|
type?: undefined;
|
|
@@ -78,7 +87,7 @@ export declare const EcanRangePicker: import("../../utils/withInstall").SFCWithI
|
|
|
78
87
|
type: any;
|
|
79
88
|
default: string | number | boolean | import("../../utils/props").Events | {
|
|
80
89
|
[key: string]: any;
|
|
81
|
-
} | import("../../utils/props").RequestParams;
|
|
90
|
+
} | import("../../utils/props").RequestParams | import("..").DateOperate;
|
|
82
91
|
};
|
|
83
92
|
keyName: {
|
|
84
93
|
type?: undefined;
|
|
@@ -87,7 +96,7 @@ export declare const EcanRangePicker: import("../../utils/withInstall").SFCWithI
|
|
|
87
96
|
type: any;
|
|
88
97
|
default: string | number | boolean | import("../../utils/props").Events | {
|
|
89
98
|
[key: string]: any;
|
|
90
|
-
} | import("../../utils/props").RequestParams;
|
|
99
|
+
} | import("../../utils/props").RequestParams | import("..").DateOperate;
|
|
91
100
|
};
|
|
92
101
|
type: {
|
|
93
102
|
type?: undefined;
|
|
@@ -96,7 +105,7 @@ export declare const EcanRangePicker: import("../../utils/withInstall").SFCWithI
|
|
|
96
105
|
type: any;
|
|
97
106
|
default: string | number | boolean | import("../../utils/props").Events | {
|
|
98
107
|
[key: string]: any;
|
|
99
|
-
} | import("../../utils/props").RequestParams;
|
|
108
|
+
} | import("../../utils/props").RequestParams | import("..").DateOperate;
|
|
100
109
|
};
|
|
101
110
|
width: {
|
|
102
111
|
type?: undefined;
|
|
@@ -105,7 +114,7 @@ export declare const EcanRangePicker: import("../../utils/withInstall").SFCWithI
|
|
|
105
114
|
type: any;
|
|
106
115
|
default: string | number | boolean | import("../../utils/props").Events | {
|
|
107
116
|
[key: string]: any;
|
|
108
|
-
} | import("../../utils/props").RequestParams;
|
|
117
|
+
} | import("../../utils/props").RequestParams | import("..").DateOperate;
|
|
109
118
|
};
|
|
110
119
|
height: {
|
|
111
120
|
type?: undefined;
|
|
@@ -114,7 +123,7 @@ export declare const EcanRangePicker: import("../../utils/withInstall").SFCWithI
|
|
|
114
123
|
type: any;
|
|
115
124
|
default: string | number | boolean | import("../../utils/props").Events | {
|
|
116
125
|
[key: string]: any;
|
|
117
|
-
} | import("../../utils/props").RequestParams;
|
|
126
|
+
} | import("../../utils/props").RequestParams | import("..").DateOperate;
|
|
118
127
|
};
|
|
119
128
|
position: {
|
|
120
129
|
type?: undefined;
|
|
@@ -123,7 +132,7 @@ export declare const EcanRangePicker: import("../../utils/withInstall").SFCWithI
|
|
|
123
132
|
type: any;
|
|
124
133
|
default: string | number | boolean | import("../../utils/props").Events | {
|
|
125
134
|
[key: string]: any;
|
|
126
|
-
} | import("../../utils/props").RequestParams;
|
|
135
|
+
} | import("../../utils/props").RequestParams | import("..").DateOperate;
|
|
127
136
|
};
|
|
128
137
|
top: {
|
|
129
138
|
type?: undefined;
|
|
@@ -132,7 +141,7 @@ export declare const EcanRangePicker: import("../../utils/withInstall").SFCWithI
|
|
|
132
141
|
type: any;
|
|
133
142
|
default: string | number | boolean | import("../../utils/props").Events | {
|
|
134
143
|
[key: string]: any;
|
|
135
|
-
} | import("../../utils/props").RequestParams;
|
|
144
|
+
} | import("../../utils/props").RequestParams | import("..").DateOperate;
|
|
136
145
|
};
|
|
137
146
|
left: {
|
|
138
147
|
type?: undefined;
|
|
@@ -141,7 +150,7 @@ export declare const EcanRangePicker: import("../../utils/withInstall").SFCWithI
|
|
|
141
150
|
type: any;
|
|
142
151
|
default: string | number | boolean | import("../../utils/props").Events | {
|
|
143
152
|
[key: string]: any;
|
|
144
|
-
} | import("../../utils/props").RequestParams;
|
|
153
|
+
} | import("../../utils/props").RequestParams | import("..").DateOperate;
|
|
145
154
|
};
|
|
146
155
|
zIndex: {
|
|
147
156
|
type?: undefined;
|
|
@@ -150,7 +159,7 @@ export declare const EcanRangePicker: import("../../utils/withInstall").SFCWithI
|
|
|
150
159
|
type: any;
|
|
151
160
|
default: string | number | boolean | import("../../utils/props").Events | {
|
|
152
161
|
[key: string]: any;
|
|
153
|
-
} | import("../../utils/props").RequestParams;
|
|
162
|
+
} | import("../../utils/props").RequestParams | import("..").DateOperate;
|
|
154
163
|
};
|
|
155
164
|
rotate: {
|
|
156
165
|
type?: undefined;
|
|
@@ -159,7 +168,7 @@ export declare const EcanRangePicker: import("../../utils/withInstall").SFCWithI
|
|
|
159
168
|
type: any;
|
|
160
169
|
default: string | number | boolean | import("../../utils/props").Events | {
|
|
161
170
|
[key: string]: any;
|
|
162
|
-
} | import("../../utils/props").RequestParams;
|
|
171
|
+
} | import("../../utils/props").RequestParams | import("..").DateOperate;
|
|
163
172
|
};
|
|
164
173
|
isShow: {
|
|
165
174
|
type?: undefined;
|
|
@@ -168,7 +177,7 @@ export declare const EcanRangePicker: import("../../utils/withInstall").SFCWithI
|
|
|
168
177
|
type: any;
|
|
169
178
|
default: string | number | boolean | import("../../utils/props").Events | {
|
|
170
179
|
[key: string]: any;
|
|
171
|
-
} | import("../../utils/props").RequestParams;
|
|
180
|
+
} | import("../../utils/props").RequestParams | import("..").DateOperate;
|
|
172
181
|
};
|
|
173
182
|
isRender: {
|
|
174
183
|
type?: undefined;
|
|
@@ -177,7 +186,7 @@ export declare const EcanRangePicker: import("../../utils/withInstall").SFCWithI
|
|
|
177
186
|
type: any;
|
|
178
187
|
default: string | number | boolean | import("../../utils/props").Events | {
|
|
179
188
|
[key: string]: any;
|
|
180
|
-
} | import("../../utils/props").RequestParams;
|
|
189
|
+
} | import("../../utils/props").RequestParams | import("..").DateOperate;
|
|
181
190
|
};
|
|
182
191
|
events: {
|
|
183
192
|
type?: undefined;
|
|
@@ -186,7 +195,7 @@ export declare const EcanRangePicker: import("../../utils/withInstall").SFCWithI
|
|
|
186
195
|
type: any;
|
|
187
196
|
default: string | number | boolean | import("../../utils/props").Events | {
|
|
188
197
|
[key: string]: any;
|
|
189
|
-
} | import("../../utils/props").RequestParams;
|
|
198
|
+
} | import("../../utils/props").RequestParams | import("..").DateOperate;
|
|
190
199
|
};
|
|
191
200
|
requestUrl: {
|
|
192
201
|
type?: undefined;
|
|
@@ -195,7 +204,7 @@ export declare const EcanRangePicker: import("../../utils/withInstall").SFCWithI
|
|
|
195
204
|
type: any;
|
|
196
205
|
default: string | number | boolean | import("../../utils/props").Events | {
|
|
197
206
|
[key: string]: any;
|
|
198
|
-
} | import("../../utils/props").RequestParams;
|
|
207
|
+
} | import("../../utils/props").RequestParams | import("..").DateOperate;
|
|
199
208
|
};
|
|
200
209
|
requestMethod: {
|
|
201
210
|
type?: undefined;
|
|
@@ -204,7 +213,7 @@ export declare const EcanRangePicker: import("../../utils/withInstall").SFCWithI
|
|
|
204
213
|
type: any;
|
|
205
214
|
default: string | number | boolean | import("../../utils/props").Events | {
|
|
206
215
|
[key: string]: any;
|
|
207
|
-
} | import("../../utils/props").RequestParams;
|
|
216
|
+
} | import("../../utils/props").RequestParams | import("..").DateOperate;
|
|
208
217
|
};
|
|
209
218
|
requestHeaders: {
|
|
210
219
|
type?: undefined;
|
|
@@ -213,7 +222,7 @@ export declare const EcanRangePicker: import("../../utils/withInstall").SFCWithI
|
|
|
213
222
|
type: any;
|
|
214
223
|
default: string | number | boolean | import("../../utils/props").Events | {
|
|
215
224
|
[key: string]: any;
|
|
216
|
-
} | import("../../utils/props").RequestParams;
|
|
225
|
+
} | import("../../utils/props").RequestParams | import("..").DateOperate;
|
|
217
226
|
};
|
|
218
227
|
isOpenRequestTimer: {
|
|
219
228
|
type?: undefined;
|
|
@@ -222,7 +231,7 @@ export declare const EcanRangePicker: import("../../utils/withInstall").SFCWithI
|
|
|
222
231
|
type: any;
|
|
223
232
|
default: string | number | boolean | import("../../utils/props").Events | {
|
|
224
233
|
[key: string]: any;
|
|
225
|
-
} | import("../../utils/props").RequestParams;
|
|
234
|
+
} | import("../../utils/props").RequestParams | import("..").DateOperate;
|
|
226
235
|
};
|
|
227
236
|
requestInterval: {
|
|
228
237
|
type?: undefined;
|
|
@@ -231,7 +240,7 @@ export declare const EcanRangePicker: import("../../utils/withInstall").SFCWithI
|
|
|
231
240
|
type: any;
|
|
232
241
|
default: string | number | boolean | import("../../utils/props").Events | {
|
|
233
242
|
[key: string]: any;
|
|
234
|
-
} | import("../../utils/props").RequestParams;
|
|
243
|
+
} | import("../../utils/props").RequestParams | import("..").DateOperate;
|
|
235
244
|
};
|
|
236
245
|
requestParams: {
|
|
237
246
|
type?: undefined;
|
|
@@ -240,7 +249,7 @@ export declare const EcanRangePicker: import("../../utils/withInstall").SFCWithI
|
|
|
240
249
|
type: any;
|
|
241
250
|
default: string | number | boolean | import("../../utils/props").Events | {
|
|
242
251
|
[key: string]: any;
|
|
243
|
-
} | import("../../utils/props").RequestParams;
|
|
252
|
+
} | import("../../utils/props").RequestParams | import("..").DateOperate;
|
|
244
253
|
};
|
|
245
254
|
requestSort: {
|
|
246
255
|
type?: undefined;
|
|
@@ -249,7 +258,7 @@ export declare const EcanRangePicker: import("../../utils/withInstall").SFCWithI
|
|
|
249
258
|
type: any;
|
|
250
259
|
default: string | number | boolean | import("../../utils/props").Events | {
|
|
251
260
|
[key: string]: any;
|
|
252
|
-
} | import("../../utils/props").RequestParams;
|
|
261
|
+
} | import("../../utils/props").RequestParams | import("..").DateOperate;
|
|
253
262
|
};
|
|
254
263
|
dataType: {
|
|
255
264
|
type?: undefined;
|
|
@@ -258,7 +267,7 @@ export declare const EcanRangePicker: import("../../utils/withInstall").SFCWithI
|
|
|
258
267
|
type: any;
|
|
259
268
|
default: string | number | boolean | import("../../utils/props").Events | {
|
|
260
269
|
[key: string]: any;
|
|
261
|
-
} | import("../../utils/props").RequestParams;
|
|
270
|
+
} | import("../../utils/props").RequestParams | import("..").DateOperate;
|
|
262
271
|
};
|
|
263
272
|
}, {
|
|
264
273
|
style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
|
|
@@ -307,7 +316,7 @@ export declare const EcanRangePicker: import("../../utils/withInstall").SFCWithI
|
|
|
307
316
|
startOf: (unit: import("dayjs").OpUnitType) => import("dayjs").Dayjs;
|
|
308
317
|
endOf: (unit: import("dayjs").OpUnitType) => import("dayjs").Dayjs;
|
|
309
318
|
format: (template?: string) => string;
|
|
310
|
-
diff: (date?: string | number | Date | import("dayjs").Dayjs, unit?: "s" | "date" | "D" | "M" | "y" | "week" | "month" | "quarter" | "year" | "
|
|
319
|
+
diff: (date?: string | number | Date | import("dayjs").Dayjs, unit?: "s" | "date" | "D" | "M" | "y" | "week" | "month" | "quarter" | "year" | "millisecond" | "second" | "minute" | "hour" | "day" | "milliseconds" | "seconds" | "minutes" | "hours" | "days" | "months" | "years" | "dates" | "d" | "h" | "m" | "ms" | "weeks" | "w" | "quarters" | "Q", float?: boolean) => number;
|
|
311
320
|
valueOf: () => number;
|
|
312
321
|
unix: () => number;
|
|
313
322
|
daysInMonth: () => number;
|
|
@@ -365,7 +374,7 @@ export declare const EcanRangePicker: import("../../utils/withInstall").SFCWithI
|
|
|
365
374
|
startOf: (unit: import("dayjs").OpUnitType) => import("dayjs").Dayjs;
|
|
366
375
|
endOf: (unit: import("dayjs").OpUnitType) => import("dayjs").Dayjs;
|
|
367
376
|
format: (template?: string) => string;
|
|
368
|
-
diff: (date?: string | number | Date | import("dayjs").Dayjs, unit?: "s" | "date" | "D" | "M" | "y" | "week" | "month" | "quarter" | "year" | "
|
|
377
|
+
diff: (date?: string | number | Date | import("dayjs").Dayjs, unit?: "s" | "date" | "D" | "M" | "y" | "week" | "month" | "quarter" | "year" | "millisecond" | "second" | "minute" | "hour" | "day" | "milliseconds" | "seconds" | "minutes" | "hours" | "days" | "months" | "years" | "dates" | "d" | "h" | "m" | "ms" | "weeks" | "w" | "quarters" | "Q", float?: boolean) => number;
|
|
369
378
|
valueOf: () => number;
|
|
370
379
|
unix: () => number;
|
|
371
380
|
daysInMonth: () => number;
|
|
@@ -390,7 +399,7 @@ export declare const EcanRangePicker: import("../../utils/withInstall").SFCWithI
|
|
|
390
399
|
type: any;
|
|
391
400
|
default: string | number | boolean | import("../../utils/props").Events | {
|
|
392
401
|
[key: string]: any;
|
|
393
|
-
} | import("../../utils/props").RequestParams;
|
|
402
|
+
} | import("../../utils/props").RequestParams | import("..").DateOperate;
|
|
394
403
|
};
|
|
395
404
|
format: {
|
|
396
405
|
type?: undefined;
|
|
@@ -399,7 +408,7 @@ export declare const EcanRangePicker: import("../../utils/withInstall").SFCWithI
|
|
|
399
408
|
type: any;
|
|
400
409
|
default: string | number | boolean | import("../../utils/props").Events | {
|
|
401
410
|
[key: string]: any;
|
|
402
|
-
} | import("../../utils/props").RequestParams;
|
|
411
|
+
} | import("../../utils/props").RequestParams | import("..").DateOperate;
|
|
403
412
|
};
|
|
404
413
|
startTime: {
|
|
405
414
|
type?: undefined;
|
|
@@ -408,7 +417,7 @@ export declare const EcanRangePicker: import("../../utils/withInstall").SFCWithI
|
|
|
408
417
|
type: any;
|
|
409
418
|
default: string | number | boolean | import("../../utils/props").Events | {
|
|
410
419
|
[key: string]: any;
|
|
411
|
-
} | import("../../utils/props").RequestParams;
|
|
420
|
+
} | import("../../utils/props").RequestParams | import("..").DateOperate;
|
|
412
421
|
};
|
|
413
422
|
endTime: {
|
|
414
423
|
type?: undefined;
|
|
@@ -417,7 +426,7 @@ export declare const EcanRangePicker: import("../../utils/withInstall").SFCWithI
|
|
|
417
426
|
type: any;
|
|
418
427
|
default: string | number | boolean | import("../../utils/props").Events | {
|
|
419
428
|
[key: string]: any;
|
|
420
|
-
} | import("../../utils/props").RequestParams;
|
|
429
|
+
} | import("../../utils/props").RequestParams | import("..").DateOperate;
|
|
421
430
|
};
|
|
422
431
|
useCurrentTime: {
|
|
423
432
|
type?: undefined;
|
|
@@ -426,7 +435,7 @@ export declare const EcanRangePicker: import("../../utils/withInstall").SFCWithI
|
|
|
426
435
|
type: any;
|
|
427
436
|
default: string | number | boolean | import("../../utils/props").Events | {
|
|
428
437
|
[key: string]: any;
|
|
429
|
-
} | import("../../utils/props").RequestParams;
|
|
438
|
+
} | import("../../utils/props").RequestParams | import("..").DateOperate;
|
|
430
439
|
};
|
|
431
440
|
interval: {
|
|
432
441
|
type?: undefined;
|
|
@@ -435,7 +444,7 @@ export declare const EcanRangePicker: import("../../utils/withInstall").SFCWithI
|
|
|
435
444
|
type: any;
|
|
436
445
|
default: string | number | boolean | import("../../utils/props").Events | {
|
|
437
446
|
[key: string]: any;
|
|
438
|
-
} | import("../../utils/props").RequestParams;
|
|
447
|
+
} | import("../../utils/props").RequestParams | import("..").DateOperate;
|
|
439
448
|
};
|
|
440
449
|
intervalUnit: {
|
|
441
450
|
type?: undefined;
|
|
@@ -444,7 +453,16 @@ export declare const EcanRangePicker: import("../../utils/withInstall").SFCWithI
|
|
|
444
453
|
type: any;
|
|
445
454
|
default: string | number | boolean | import("../../utils/props").Events | {
|
|
446
455
|
[key: string]: any;
|
|
447
|
-
} | import("../../utils/props").RequestParams;
|
|
456
|
+
} | import("../../utils/props").RequestParams | import("..").DateOperate;
|
|
457
|
+
};
|
|
458
|
+
operate: {
|
|
459
|
+
type?: undefined;
|
|
460
|
+
default?: undefined;
|
|
461
|
+
} | {
|
|
462
|
+
type: any;
|
|
463
|
+
default: string | number | boolean | import("../../utils/props").Events | {
|
|
464
|
+
[key: string]: any;
|
|
465
|
+
} | import("../../utils/props").RequestParams | import("..").DateOperate;
|
|
448
466
|
};
|
|
449
467
|
id: {
|
|
450
468
|
type?: undefined;
|
|
@@ -453,7 +471,7 @@ export declare const EcanRangePicker: import("../../utils/withInstall").SFCWithI
|
|
|
453
471
|
type: any;
|
|
454
472
|
default: string | number | boolean | import("../../utils/props").Events | {
|
|
455
473
|
[key: string]: any;
|
|
456
|
-
} | import("../../utils/props").RequestParams;
|
|
474
|
+
} | import("../../utils/props").RequestParams | import("..").DateOperate;
|
|
457
475
|
};
|
|
458
476
|
name: {
|
|
459
477
|
type?: undefined;
|
|
@@ -462,7 +480,7 @@ export declare const EcanRangePicker: import("../../utils/withInstall").SFCWithI
|
|
|
462
480
|
type: any;
|
|
463
481
|
default: string | number | boolean | import("../../utils/props").Events | {
|
|
464
482
|
[key: string]: any;
|
|
465
|
-
} | import("../../utils/props").RequestParams;
|
|
483
|
+
} | import("../../utils/props").RequestParams | import("..").DateOperate;
|
|
466
484
|
};
|
|
467
485
|
keyName: {
|
|
468
486
|
type?: undefined;
|
|
@@ -471,7 +489,7 @@ export declare const EcanRangePicker: import("../../utils/withInstall").SFCWithI
|
|
|
471
489
|
type: any;
|
|
472
490
|
default: string | number | boolean | import("../../utils/props").Events | {
|
|
473
491
|
[key: string]: any;
|
|
474
|
-
} | import("../../utils/props").RequestParams;
|
|
492
|
+
} | import("../../utils/props").RequestParams | import("..").DateOperate;
|
|
475
493
|
};
|
|
476
494
|
type: {
|
|
477
495
|
type?: undefined;
|
|
@@ -480,7 +498,7 @@ export declare const EcanRangePicker: import("../../utils/withInstall").SFCWithI
|
|
|
480
498
|
type: any;
|
|
481
499
|
default: string | number | boolean | import("../../utils/props").Events | {
|
|
482
500
|
[key: string]: any;
|
|
483
|
-
} | import("../../utils/props").RequestParams;
|
|
501
|
+
} | import("../../utils/props").RequestParams | import("..").DateOperate;
|
|
484
502
|
};
|
|
485
503
|
width: {
|
|
486
504
|
type?: undefined;
|
|
@@ -489,7 +507,7 @@ export declare const EcanRangePicker: import("../../utils/withInstall").SFCWithI
|
|
|
489
507
|
type: any;
|
|
490
508
|
default: string | number | boolean | import("../../utils/props").Events | {
|
|
491
509
|
[key: string]: any;
|
|
492
|
-
} | import("../../utils/props").RequestParams;
|
|
510
|
+
} | import("../../utils/props").RequestParams | import("..").DateOperate;
|
|
493
511
|
};
|
|
494
512
|
height: {
|
|
495
513
|
type?: undefined;
|
|
@@ -498,7 +516,7 @@ export declare const EcanRangePicker: import("../../utils/withInstall").SFCWithI
|
|
|
498
516
|
type: any;
|
|
499
517
|
default: string | number | boolean | import("../../utils/props").Events | {
|
|
500
518
|
[key: string]: any;
|
|
501
|
-
} | import("../../utils/props").RequestParams;
|
|
519
|
+
} | import("../../utils/props").RequestParams | import("..").DateOperate;
|
|
502
520
|
};
|
|
503
521
|
position: {
|
|
504
522
|
type?: undefined;
|
|
@@ -507,7 +525,7 @@ export declare const EcanRangePicker: import("../../utils/withInstall").SFCWithI
|
|
|
507
525
|
type: any;
|
|
508
526
|
default: string | number | boolean | import("../../utils/props").Events | {
|
|
509
527
|
[key: string]: any;
|
|
510
|
-
} | import("../../utils/props").RequestParams;
|
|
528
|
+
} | import("../../utils/props").RequestParams | import("..").DateOperate;
|
|
511
529
|
};
|
|
512
530
|
top: {
|
|
513
531
|
type?: undefined;
|
|
@@ -516,7 +534,7 @@ export declare const EcanRangePicker: import("../../utils/withInstall").SFCWithI
|
|
|
516
534
|
type: any;
|
|
517
535
|
default: string | number | boolean | import("../../utils/props").Events | {
|
|
518
536
|
[key: string]: any;
|
|
519
|
-
} | import("../../utils/props").RequestParams;
|
|
537
|
+
} | import("../../utils/props").RequestParams | import("..").DateOperate;
|
|
520
538
|
};
|
|
521
539
|
left: {
|
|
522
540
|
type?: undefined;
|
|
@@ -525,7 +543,7 @@ export declare const EcanRangePicker: import("../../utils/withInstall").SFCWithI
|
|
|
525
543
|
type: any;
|
|
526
544
|
default: string | number | boolean | import("../../utils/props").Events | {
|
|
527
545
|
[key: string]: any;
|
|
528
|
-
} | import("../../utils/props").RequestParams;
|
|
546
|
+
} | import("../../utils/props").RequestParams | import("..").DateOperate;
|
|
529
547
|
};
|
|
530
548
|
zIndex: {
|
|
531
549
|
type?: undefined;
|
|
@@ -534,7 +552,7 @@ export declare const EcanRangePicker: import("../../utils/withInstall").SFCWithI
|
|
|
534
552
|
type: any;
|
|
535
553
|
default: string | number | boolean | import("../../utils/props").Events | {
|
|
536
554
|
[key: string]: any;
|
|
537
|
-
} | import("../../utils/props").RequestParams;
|
|
555
|
+
} | import("../../utils/props").RequestParams | import("..").DateOperate;
|
|
538
556
|
};
|
|
539
557
|
rotate: {
|
|
540
558
|
type?: undefined;
|
|
@@ -543,7 +561,7 @@ export declare const EcanRangePicker: import("../../utils/withInstall").SFCWithI
|
|
|
543
561
|
type: any;
|
|
544
562
|
default: string | number | boolean | import("../../utils/props").Events | {
|
|
545
563
|
[key: string]: any;
|
|
546
|
-
} | import("../../utils/props").RequestParams;
|
|
564
|
+
} | import("../../utils/props").RequestParams | import("..").DateOperate;
|
|
547
565
|
};
|
|
548
566
|
isShow: {
|
|
549
567
|
type?: undefined;
|
|
@@ -552,7 +570,7 @@ export declare const EcanRangePicker: import("../../utils/withInstall").SFCWithI
|
|
|
552
570
|
type: any;
|
|
553
571
|
default: string | number | boolean | import("../../utils/props").Events | {
|
|
554
572
|
[key: string]: any;
|
|
555
|
-
} | import("../../utils/props").RequestParams;
|
|
573
|
+
} | import("../../utils/props").RequestParams | import("..").DateOperate;
|
|
556
574
|
};
|
|
557
575
|
isRender: {
|
|
558
576
|
type?: undefined;
|
|
@@ -561,7 +579,7 @@ export declare const EcanRangePicker: import("../../utils/withInstall").SFCWithI
|
|
|
561
579
|
type: any;
|
|
562
580
|
default: string | number | boolean | import("../../utils/props").Events | {
|
|
563
581
|
[key: string]: any;
|
|
564
|
-
} | import("../../utils/props").RequestParams;
|
|
582
|
+
} | import("../../utils/props").RequestParams | import("..").DateOperate;
|
|
565
583
|
};
|
|
566
584
|
events: {
|
|
567
585
|
type?: undefined;
|
|
@@ -570,7 +588,7 @@ export declare const EcanRangePicker: import("../../utils/withInstall").SFCWithI
|
|
|
570
588
|
type: any;
|
|
571
589
|
default: string | number | boolean | import("../../utils/props").Events | {
|
|
572
590
|
[key: string]: any;
|
|
573
|
-
} | import("../../utils/props").RequestParams;
|
|
591
|
+
} | import("../../utils/props").RequestParams | import("..").DateOperate;
|
|
574
592
|
};
|
|
575
593
|
requestUrl: {
|
|
576
594
|
type?: undefined;
|
|
@@ -579,7 +597,7 @@ export declare const EcanRangePicker: import("../../utils/withInstall").SFCWithI
|
|
|
579
597
|
type: any;
|
|
580
598
|
default: string | number | boolean | import("../../utils/props").Events | {
|
|
581
599
|
[key: string]: any;
|
|
582
|
-
} | import("../../utils/props").RequestParams;
|
|
600
|
+
} | import("../../utils/props").RequestParams | import("..").DateOperate;
|
|
583
601
|
};
|
|
584
602
|
requestMethod: {
|
|
585
603
|
type?: undefined;
|
|
@@ -588,7 +606,7 @@ export declare const EcanRangePicker: import("../../utils/withInstall").SFCWithI
|
|
|
588
606
|
type: any;
|
|
589
607
|
default: string | number | boolean | import("../../utils/props").Events | {
|
|
590
608
|
[key: string]: any;
|
|
591
|
-
} | import("../../utils/props").RequestParams;
|
|
609
|
+
} | import("../../utils/props").RequestParams | import("..").DateOperate;
|
|
592
610
|
};
|
|
593
611
|
requestHeaders: {
|
|
594
612
|
type?: undefined;
|
|
@@ -597,7 +615,7 @@ export declare const EcanRangePicker: import("../../utils/withInstall").SFCWithI
|
|
|
597
615
|
type: any;
|
|
598
616
|
default: string | number | boolean | import("../../utils/props").Events | {
|
|
599
617
|
[key: string]: any;
|
|
600
|
-
} | import("../../utils/props").RequestParams;
|
|
618
|
+
} | import("../../utils/props").RequestParams | import("..").DateOperate;
|
|
601
619
|
};
|
|
602
620
|
isOpenRequestTimer: {
|
|
603
621
|
type?: undefined;
|
|
@@ -606,7 +624,7 @@ export declare const EcanRangePicker: import("../../utils/withInstall").SFCWithI
|
|
|
606
624
|
type: any;
|
|
607
625
|
default: string | number | boolean | import("../../utils/props").Events | {
|
|
608
626
|
[key: string]: any;
|
|
609
|
-
} | import("../../utils/props").RequestParams;
|
|
627
|
+
} | import("../../utils/props").RequestParams | import("..").DateOperate;
|
|
610
628
|
};
|
|
611
629
|
requestInterval: {
|
|
612
630
|
type?: undefined;
|
|
@@ -615,7 +633,7 @@ export declare const EcanRangePicker: import("../../utils/withInstall").SFCWithI
|
|
|
615
633
|
type: any;
|
|
616
634
|
default: string | number | boolean | import("../../utils/props").Events | {
|
|
617
635
|
[key: string]: any;
|
|
618
|
-
} | import("../../utils/props").RequestParams;
|
|
636
|
+
} | import("../../utils/props").RequestParams | import("..").DateOperate;
|
|
619
637
|
};
|
|
620
638
|
requestParams: {
|
|
621
639
|
type?: undefined;
|
|
@@ -624,7 +642,7 @@ export declare const EcanRangePicker: import("../../utils/withInstall").SFCWithI
|
|
|
624
642
|
type: any;
|
|
625
643
|
default: string | number | boolean | import("../../utils/props").Events | {
|
|
626
644
|
[key: string]: any;
|
|
627
|
-
} | import("../../utils/props").RequestParams;
|
|
645
|
+
} | import("../../utils/props").RequestParams | import("..").DateOperate;
|
|
628
646
|
};
|
|
629
647
|
requestSort: {
|
|
630
648
|
type?: undefined;
|
|
@@ -633,7 +651,7 @@ export declare const EcanRangePicker: import("../../utils/withInstall").SFCWithI
|
|
|
633
651
|
type: any;
|
|
634
652
|
default: string | number | boolean | import("../../utils/props").Events | {
|
|
635
653
|
[key: string]: any;
|
|
636
|
-
} | import("../../utils/props").RequestParams;
|
|
654
|
+
} | import("../../utils/props").RequestParams | import("..").DateOperate;
|
|
637
655
|
};
|
|
638
656
|
dataType: {
|
|
639
657
|
type?: undefined;
|
|
@@ -642,7 +660,7 @@ export declare const EcanRangePicker: import("../../utils/withInstall").SFCWithI
|
|
|
642
660
|
type: any;
|
|
643
661
|
default: string | number | boolean | import("../../utils/props").Events | {
|
|
644
662
|
[key: string]: any;
|
|
645
|
-
} | import("../../utils/props").RequestParams;
|
|
663
|
+
} | import("../../utils/props").RequestParams | import("..").DateOperate;
|
|
646
664
|
};
|
|
647
665
|
}>>, {}>> & Record<string, any>;
|
|
648
666
|
export default EcanRangePicker;
|