@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 EcanDatePicker: import('../../utils/withInstall').SFCWithIn
|
|
|
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("./props").DateOperate;
|
|
10
10
|
};
|
|
11
11
|
picker: {
|
|
12
12
|
type?: undefined;
|
|
@@ -15,7 +15,7 @@ export declare const EcanDatePicker: import('../../utils/withInstall').SFCWithIn
|
|
|
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("./props").DateOperate;
|
|
19
19
|
};
|
|
20
20
|
format: {
|
|
21
21
|
type?: undefined;
|
|
@@ -24,7 +24,7 @@ export declare const EcanDatePicker: import('../../utils/withInstall').SFCWithIn
|
|
|
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("./props").DateOperate;
|
|
28
28
|
};
|
|
29
29
|
showTime: {
|
|
30
30
|
type?: undefined;
|
|
@@ -33,7 +33,7 @@ export declare const EcanDatePicker: import('../../utils/withInstall').SFCWithIn
|
|
|
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("./props").DateOperate;
|
|
37
37
|
};
|
|
38
38
|
useCurrentTime: {
|
|
39
39
|
type?: undefined;
|
|
@@ -42,7 +42,16 @@ export declare const EcanDatePicker: import('../../utils/withInstall').SFCWithIn
|
|
|
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("./props").DateOperate;
|
|
46
|
+
};
|
|
47
|
+
operate: {
|
|
48
|
+
type?: undefined;
|
|
49
|
+
default?: undefined;
|
|
50
|
+
} | {
|
|
51
|
+
type: any;
|
|
52
|
+
default: string | number | boolean | import("../../utils/props").Events | {
|
|
53
|
+
[key: string]: any;
|
|
54
|
+
} | import("../../utils/props").RequestParams | import("./props").DateOperate;
|
|
46
55
|
};
|
|
47
56
|
id: {
|
|
48
57
|
type?: undefined;
|
|
@@ -51,7 +60,7 @@ export declare const EcanDatePicker: import('../../utils/withInstall').SFCWithIn
|
|
|
51
60
|
type: any;
|
|
52
61
|
default: string | number | boolean | import("../../utils/props").Events | {
|
|
53
62
|
[key: string]: any;
|
|
54
|
-
} | import("../../utils/props").RequestParams;
|
|
63
|
+
} | import("../../utils/props").RequestParams | import("./props").DateOperate;
|
|
55
64
|
};
|
|
56
65
|
name: {
|
|
57
66
|
type?: undefined;
|
|
@@ -60,7 +69,7 @@ export declare const EcanDatePicker: import('../../utils/withInstall').SFCWithIn
|
|
|
60
69
|
type: any;
|
|
61
70
|
default: string | number | boolean | import("../../utils/props").Events | {
|
|
62
71
|
[key: string]: any;
|
|
63
|
-
} | import("../../utils/props").RequestParams;
|
|
72
|
+
} | import("../../utils/props").RequestParams | import("./props").DateOperate;
|
|
64
73
|
};
|
|
65
74
|
keyName: {
|
|
66
75
|
type?: undefined;
|
|
@@ -69,7 +78,7 @@ export declare const EcanDatePicker: import('../../utils/withInstall').SFCWithIn
|
|
|
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("./props").DateOperate;
|
|
73
82
|
};
|
|
74
83
|
type: {
|
|
75
84
|
type?: undefined;
|
|
@@ -78,7 +87,7 @@ export declare const EcanDatePicker: import('../../utils/withInstall').SFCWithIn
|
|
|
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("./props").DateOperate;
|
|
82
91
|
};
|
|
83
92
|
width: {
|
|
84
93
|
type?: undefined;
|
|
@@ -87,7 +96,7 @@ export declare const EcanDatePicker: import('../../utils/withInstall').SFCWithIn
|
|
|
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("./props").DateOperate;
|
|
91
100
|
};
|
|
92
101
|
height: {
|
|
93
102
|
type?: undefined;
|
|
@@ -96,7 +105,7 @@ export declare const EcanDatePicker: import('../../utils/withInstall').SFCWithIn
|
|
|
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("./props").DateOperate;
|
|
100
109
|
};
|
|
101
110
|
position: {
|
|
102
111
|
type?: undefined;
|
|
@@ -105,7 +114,7 @@ export declare const EcanDatePicker: import('../../utils/withInstall').SFCWithIn
|
|
|
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("./props").DateOperate;
|
|
109
118
|
};
|
|
110
119
|
top: {
|
|
111
120
|
type?: undefined;
|
|
@@ -114,7 +123,7 @@ export declare const EcanDatePicker: import('../../utils/withInstall').SFCWithIn
|
|
|
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("./props").DateOperate;
|
|
118
127
|
};
|
|
119
128
|
left: {
|
|
120
129
|
type?: undefined;
|
|
@@ -123,7 +132,7 @@ export declare const EcanDatePicker: import('../../utils/withInstall').SFCWithIn
|
|
|
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("./props").DateOperate;
|
|
127
136
|
};
|
|
128
137
|
zIndex: {
|
|
129
138
|
type?: undefined;
|
|
@@ -132,7 +141,7 @@ export declare const EcanDatePicker: import('../../utils/withInstall').SFCWithIn
|
|
|
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("./props").DateOperate;
|
|
136
145
|
};
|
|
137
146
|
rotate: {
|
|
138
147
|
type?: undefined;
|
|
@@ -141,7 +150,7 @@ export declare const EcanDatePicker: import('../../utils/withInstall').SFCWithIn
|
|
|
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("./props").DateOperate;
|
|
145
154
|
};
|
|
146
155
|
isShow: {
|
|
147
156
|
type?: undefined;
|
|
@@ -150,7 +159,7 @@ export declare const EcanDatePicker: import('../../utils/withInstall').SFCWithIn
|
|
|
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("./props").DateOperate;
|
|
154
163
|
};
|
|
155
164
|
isRender: {
|
|
156
165
|
type?: undefined;
|
|
@@ -159,7 +168,7 @@ export declare const EcanDatePicker: import('../../utils/withInstall').SFCWithIn
|
|
|
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("./props").DateOperate;
|
|
163
172
|
};
|
|
164
173
|
events: {
|
|
165
174
|
type?: undefined;
|
|
@@ -168,7 +177,7 @@ export declare const EcanDatePicker: import('../../utils/withInstall').SFCWithIn
|
|
|
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("./props").DateOperate;
|
|
172
181
|
};
|
|
173
182
|
requestUrl: {
|
|
174
183
|
type?: undefined;
|
|
@@ -177,7 +186,7 @@ export declare const EcanDatePicker: import('../../utils/withInstall').SFCWithIn
|
|
|
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("./props").DateOperate;
|
|
181
190
|
};
|
|
182
191
|
requestMethod: {
|
|
183
192
|
type?: undefined;
|
|
@@ -186,7 +195,7 @@ export declare const EcanDatePicker: import('../../utils/withInstall').SFCWithIn
|
|
|
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("./props").DateOperate;
|
|
190
199
|
};
|
|
191
200
|
requestHeaders: {
|
|
192
201
|
type?: undefined;
|
|
@@ -195,7 +204,7 @@ export declare const EcanDatePicker: import('../../utils/withInstall').SFCWithIn
|
|
|
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("./props").DateOperate;
|
|
199
208
|
};
|
|
200
209
|
isOpenRequestTimer: {
|
|
201
210
|
type?: undefined;
|
|
@@ -204,7 +213,7 @@ export declare const EcanDatePicker: import('../../utils/withInstall').SFCWithIn
|
|
|
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("./props").DateOperate;
|
|
208
217
|
};
|
|
209
218
|
requestInterval: {
|
|
210
219
|
type?: undefined;
|
|
@@ -213,7 +222,7 @@ export declare const EcanDatePicker: import('../../utils/withInstall').SFCWithIn
|
|
|
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("./props").DateOperate;
|
|
217
226
|
};
|
|
218
227
|
requestParams: {
|
|
219
228
|
type?: undefined;
|
|
@@ -222,7 +231,7 @@ export declare const EcanDatePicker: import('../../utils/withInstall').SFCWithIn
|
|
|
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("./props").DateOperate;
|
|
226
235
|
};
|
|
227
236
|
requestSort: {
|
|
228
237
|
type?: undefined;
|
|
@@ -231,7 +240,7 @@ export declare const EcanDatePicker: import('../../utils/withInstall').SFCWithIn
|
|
|
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("./props").DateOperate;
|
|
235
244
|
};
|
|
236
245
|
dataType: {
|
|
237
246
|
type?: undefined;
|
|
@@ -240,7 +249,7 @@ export declare const EcanDatePicker: import('../../utils/withInstall').SFCWithIn
|
|
|
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("./props").DateOperate;
|
|
244
253
|
};
|
|
245
254
|
}, {
|
|
246
255
|
style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
|
|
@@ -287,7 +296,7 @@ export declare const EcanDatePicker: import('../../utils/withInstall').SFCWithIn
|
|
|
287
296
|
startOf: (unit: import("dayjs").OpUnitType) => import("dayjs").Dayjs;
|
|
288
297
|
endOf: (unit: import("dayjs").OpUnitType) => import("dayjs").Dayjs;
|
|
289
298
|
format: (template?: string) => string;
|
|
290
|
-
diff: (date?: string | number | Date | import("dayjs").Dayjs, unit?: "s" | "date" | "D" | "M" | "y" | "week" | "month" | "quarter" | "year" | "
|
|
299
|
+
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;
|
|
291
300
|
valueOf: () => number;
|
|
292
301
|
unix: () => number;
|
|
293
302
|
daysInMonth: () => number;
|
|
@@ -314,7 +323,7 @@ export declare const EcanDatePicker: import('../../utils/withInstall').SFCWithIn
|
|
|
314
323
|
type: any;
|
|
315
324
|
default: string | number | boolean | import("../../utils/props").Events | {
|
|
316
325
|
[key: string]: any;
|
|
317
|
-
} | import("../../utils/props").RequestParams;
|
|
326
|
+
} | import("../../utils/props").RequestParams | import("./props").DateOperate;
|
|
318
327
|
};
|
|
319
328
|
picker: {
|
|
320
329
|
type?: undefined;
|
|
@@ -323,7 +332,7 @@ export declare const EcanDatePicker: import('../../utils/withInstall').SFCWithIn
|
|
|
323
332
|
type: any;
|
|
324
333
|
default: string | number | boolean | import("../../utils/props").Events | {
|
|
325
334
|
[key: string]: any;
|
|
326
|
-
} | import("../../utils/props").RequestParams;
|
|
335
|
+
} | import("../../utils/props").RequestParams | import("./props").DateOperate;
|
|
327
336
|
};
|
|
328
337
|
format: {
|
|
329
338
|
type?: undefined;
|
|
@@ -332,7 +341,7 @@ export declare const EcanDatePicker: import('../../utils/withInstall').SFCWithIn
|
|
|
332
341
|
type: any;
|
|
333
342
|
default: string | number | boolean | import("../../utils/props").Events | {
|
|
334
343
|
[key: string]: any;
|
|
335
|
-
} | import("../../utils/props").RequestParams;
|
|
344
|
+
} | import("../../utils/props").RequestParams | import("./props").DateOperate;
|
|
336
345
|
};
|
|
337
346
|
showTime: {
|
|
338
347
|
type?: undefined;
|
|
@@ -341,7 +350,7 @@ export declare const EcanDatePicker: import('../../utils/withInstall').SFCWithIn
|
|
|
341
350
|
type: any;
|
|
342
351
|
default: string | number | boolean | import("../../utils/props").Events | {
|
|
343
352
|
[key: string]: any;
|
|
344
|
-
} | import("../../utils/props").RequestParams;
|
|
353
|
+
} | import("../../utils/props").RequestParams | import("./props").DateOperate;
|
|
345
354
|
};
|
|
346
355
|
useCurrentTime: {
|
|
347
356
|
type?: undefined;
|
|
@@ -350,7 +359,16 @@ export declare const EcanDatePicker: import('../../utils/withInstall').SFCWithIn
|
|
|
350
359
|
type: any;
|
|
351
360
|
default: string | number | boolean | import("../../utils/props").Events | {
|
|
352
361
|
[key: string]: any;
|
|
353
|
-
} | import("../../utils/props").RequestParams;
|
|
362
|
+
} | import("../../utils/props").RequestParams | import("./props").DateOperate;
|
|
363
|
+
};
|
|
364
|
+
operate: {
|
|
365
|
+
type?: undefined;
|
|
366
|
+
default?: undefined;
|
|
367
|
+
} | {
|
|
368
|
+
type: any;
|
|
369
|
+
default: string | number | boolean | import("../../utils/props").Events | {
|
|
370
|
+
[key: string]: any;
|
|
371
|
+
} | import("../../utils/props").RequestParams | import("./props").DateOperate;
|
|
354
372
|
};
|
|
355
373
|
id: {
|
|
356
374
|
type?: undefined;
|
|
@@ -359,7 +377,7 @@ export declare const EcanDatePicker: import('../../utils/withInstall').SFCWithIn
|
|
|
359
377
|
type: any;
|
|
360
378
|
default: string | number | boolean | import("../../utils/props").Events | {
|
|
361
379
|
[key: string]: any;
|
|
362
|
-
} | import("../../utils/props").RequestParams;
|
|
380
|
+
} | import("../../utils/props").RequestParams | import("./props").DateOperate;
|
|
363
381
|
};
|
|
364
382
|
name: {
|
|
365
383
|
type?: undefined;
|
|
@@ -368,7 +386,7 @@ export declare const EcanDatePicker: import('../../utils/withInstall').SFCWithIn
|
|
|
368
386
|
type: any;
|
|
369
387
|
default: string | number | boolean | import("../../utils/props").Events | {
|
|
370
388
|
[key: string]: any;
|
|
371
|
-
} | import("../../utils/props").RequestParams;
|
|
389
|
+
} | import("../../utils/props").RequestParams | import("./props").DateOperate;
|
|
372
390
|
};
|
|
373
391
|
keyName: {
|
|
374
392
|
type?: undefined;
|
|
@@ -377,7 +395,7 @@ export declare const EcanDatePicker: import('../../utils/withInstall').SFCWithIn
|
|
|
377
395
|
type: any;
|
|
378
396
|
default: string | number | boolean | import("../../utils/props").Events | {
|
|
379
397
|
[key: string]: any;
|
|
380
|
-
} | import("../../utils/props").RequestParams;
|
|
398
|
+
} | import("../../utils/props").RequestParams | import("./props").DateOperate;
|
|
381
399
|
};
|
|
382
400
|
type: {
|
|
383
401
|
type?: undefined;
|
|
@@ -386,7 +404,7 @@ export declare const EcanDatePicker: import('../../utils/withInstall').SFCWithIn
|
|
|
386
404
|
type: any;
|
|
387
405
|
default: string | number | boolean | import("../../utils/props").Events | {
|
|
388
406
|
[key: string]: any;
|
|
389
|
-
} | import("../../utils/props").RequestParams;
|
|
407
|
+
} | import("../../utils/props").RequestParams | import("./props").DateOperate;
|
|
390
408
|
};
|
|
391
409
|
width: {
|
|
392
410
|
type?: undefined;
|
|
@@ -395,7 +413,7 @@ export declare const EcanDatePicker: import('../../utils/withInstall').SFCWithIn
|
|
|
395
413
|
type: any;
|
|
396
414
|
default: string | number | boolean | import("../../utils/props").Events | {
|
|
397
415
|
[key: string]: any;
|
|
398
|
-
} | import("../../utils/props").RequestParams;
|
|
416
|
+
} | import("../../utils/props").RequestParams | import("./props").DateOperate;
|
|
399
417
|
};
|
|
400
418
|
height: {
|
|
401
419
|
type?: undefined;
|
|
@@ -404,7 +422,7 @@ export declare const EcanDatePicker: import('../../utils/withInstall').SFCWithIn
|
|
|
404
422
|
type: any;
|
|
405
423
|
default: string | number | boolean | import("../../utils/props").Events | {
|
|
406
424
|
[key: string]: any;
|
|
407
|
-
} | import("../../utils/props").RequestParams;
|
|
425
|
+
} | import("../../utils/props").RequestParams | import("./props").DateOperate;
|
|
408
426
|
};
|
|
409
427
|
position: {
|
|
410
428
|
type?: undefined;
|
|
@@ -413,7 +431,7 @@ export declare const EcanDatePicker: import('../../utils/withInstall').SFCWithIn
|
|
|
413
431
|
type: any;
|
|
414
432
|
default: string | number | boolean | import("../../utils/props").Events | {
|
|
415
433
|
[key: string]: any;
|
|
416
|
-
} | import("../../utils/props").RequestParams;
|
|
434
|
+
} | import("../../utils/props").RequestParams | import("./props").DateOperate;
|
|
417
435
|
};
|
|
418
436
|
top: {
|
|
419
437
|
type?: undefined;
|
|
@@ -422,7 +440,7 @@ export declare const EcanDatePicker: import('../../utils/withInstall').SFCWithIn
|
|
|
422
440
|
type: any;
|
|
423
441
|
default: string | number | boolean | import("../../utils/props").Events | {
|
|
424
442
|
[key: string]: any;
|
|
425
|
-
} | import("../../utils/props").RequestParams;
|
|
443
|
+
} | import("../../utils/props").RequestParams | import("./props").DateOperate;
|
|
426
444
|
};
|
|
427
445
|
left: {
|
|
428
446
|
type?: undefined;
|
|
@@ -431,7 +449,7 @@ export declare const EcanDatePicker: import('../../utils/withInstall').SFCWithIn
|
|
|
431
449
|
type: any;
|
|
432
450
|
default: string | number | boolean | import("../../utils/props").Events | {
|
|
433
451
|
[key: string]: any;
|
|
434
|
-
} | import("../../utils/props").RequestParams;
|
|
452
|
+
} | import("../../utils/props").RequestParams | import("./props").DateOperate;
|
|
435
453
|
};
|
|
436
454
|
zIndex: {
|
|
437
455
|
type?: undefined;
|
|
@@ -440,7 +458,7 @@ export declare const EcanDatePicker: import('../../utils/withInstall').SFCWithIn
|
|
|
440
458
|
type: any;
|
|
441
459
|
default: string | number | boolean | import("../../utils/props").Events | {
|
|
442
460
|
[key: string]: any;
|
|
443
|
-
} | import("../../utils/props").RequestParams;
|
|
461
|
+
} | import("../../utils/props").RequestParams | import("./props").DateOperate;
|
|
444
462
|
};
|
|
445
463
|
rotate: {
|
|
446
464
|
type?: undefined;
|
|
@@ -449,7 +467,7 @@ export declare const EcanDatePicker: import('../../utils/withInstall').SFCWithIn
|
|
|
449
467
|
type: any;
|
|
450
468
|
default: string | number | boolean | import("../../utils/props").Events | {
|
|
451
469
|
[key: string]: any;
|
|
452
|
-
} | import("../../utils/props").RequestParams;
|
|
470
|
+
} | import("../../utils/props").RequestParams | import("./props").DateOperate;
|
|
453
471
|
};
|
|
454
472
|
isShow: {
|
|
455
473
|
type?: undefined;
|
|
@@ -458,7 +476,7 @@ export declare const EcanDatePicker: import('../../utils/withInstall').SFCWithIn
|
|
|
458
476
|
type: any;
|
|
459
477
|
default: string | number | boolean | import("../../utils/props").Events | {
|
|
460
478
|
[key: string]: any;
|
|
461
|
-
} | import("../../utils/props").RequestParams;
|
|
479
|
+
} | import("../../utils/props").RequestParams | import("./props").DateOperate;
|
|
462
480
|
};
|
|
463
481
|
isRender: {
|
|
464
482
|
type?: undefined;
|
|
@@ -467,7 +485,7 @@ export declare const EcanDatePicker: import('../../utils/withInstall').SFCWithIn
|
|
|
467
485
|
type: any;
|
|
468
486
|
default: string | number | boolean | import("../../utils/props").Events | {
|
|
469
487
|
[key: string]: any;
|
|
470
|
-
} | import("../../utils/props").RequestParams;
|
|
488
|
+
} | import("../../utils/props").RequestParams | import("./props").DateOperate;
|
|
471
489
|
};
|
|
472
490
|
events: {
|
|
473
491
|
type?: undefined;
|
|
@@ -476,7 +494,7 @@ export declare const EcanDatePicker: import('../../utils/withInstall').SFCWithIn
|
|
|
476
494
|
type: any;
|
|
477
495
|
default: string | number | boolean | import("../../utils/props").Events | {
|
|
478
496
|
[key: string]: any;
|
|
479
|
-
} | import("../../utils/props").RequestParams;
|
|
497
|
+
} | import("../../utils/props").RequestParams | import("./props").DateOperate;
|
|
480
498
|
};
|
|
481
499
|
requestUrl: {
|
|
482
500
|
type?: undefined;
|
|
@@ -485,7 +503,7 @@ export declare const EcanDatePicker: import('../../utils/withInstall').SFCWithIn
|
|
|
485
503
|
type: any;
|
|
486
504
|
default: string | number | boolean | import("../../utils/props").Events | {
|
|
487
505
|
[key: string]: any;
|
|
488
|
-
} | import("../../utils/props").RequestParams;
|
|
506
|
+
} | import("../../utils/props").RequestParams | import("./props").DateOperate;
|
|
489
507
|
};
|
|
490
508
|
requestMethod: {
|
|
491
509
|
type?: undefined;
|
|
@@ -494,7 +512,7 @@ export declare const EcanDatePicker: import('../../utils/withInstall').SFCWithIn
|
|
|
494
512
|
type: any;
|
|
495
513
|
default: string | number | boolean | import("../../utils/props").Events | {
|
|
496
514
|
[key: string]: any;
|
|
497
|
-
} | import("../../utils/props").RequestParams;
|
|
515
|
+
} | import("../../utils/props").RequestParams | import("./props").DateOperate;
|
|
498
516
|
};
|
|
499
517
|
requestHeaders: {
|
|
500
518
|
type?: undefined;
|
|
@@ -503,7 +521,7 @@ export declare const EcanDatePicker: import('../../utils/withInstall').SFCWithIn
|
|
|
503
521
|
type: any;
|
|
504
522
|
default: string | number | boolean | import("../../utils/props").Events | {
|
|
505
523
|
[key: string]: any;
|
|
506
|
-
} | import("../../utils/props").RequestParams;
|
|
524
|
+
} | import("../../utils/props").RequestParams | import("./props").DateOperate;
|
|
507
525
|
};
|
|
508
526
|
isOpenRequestTimer: {
|
|
509
527
|
type?: undefined;
|
|
@@ -512,7 +530,7 @@ export declare const EcanDatePicker: import('../../utils/withInstall').SFCWithIn
|
|
|
512
530
|
type: any;
|
|
513
531
|
default: string | number | boolean | import("../../utils/props").Events | {
|
|
514
532
|
[key: string]: any;
|
|
515
|
-
} | import("../../utils/props").RequestParams;
|
|
533
|
+
} | import("../../utils/props").RequestParams | import("./props").DateOperate;
|
|
516
534
|
};
|
|
517
535
|
requestInterval: {
|
|
518
536
|
type?: undefined;
|
|
@@ -521,7 +539,7 @@ export declare const EcanDatePicker: import('../../utils/withInstall').SFCWithIn
|
|
|
521
539
|
type: any;
|
|
522
540
|
default: string | number | boolean | import("../../utils/props").Events | {
|
|
523
541
|
[key: string]: any;
|
|
524
|
-
} | import("../../utils/props").RequestParams;
|
|
542
|
+
} | import("../../utils/props").RequestParams | import("./props").DateOperate;
|
|
525
543
|
};
|
|
526
544
|
requestParams: {
|
|
527
545
|
type?: undefined;
|
|
@@ -530,7 +548,7 @@ export declare const EcanDatePicker: import('../../utils/withInstall').SFCWithIn
|
|
|
530
548
|
type: any;
|
|
531
549
|
default: string | number | boolean | import("../../utils/props").Events | {
|
|
532
550
|
[key: string]: any;
|
|
533
|
-
} | import("../../utils/props").RequestParams;
|
|
551
|
+
} | import("../../utils/props").RequestParams | import("./props").DateOperate;
|
|
534
552
|
};
|
|
535
553
|
requestSort: {
|
|
536
554
|
type?: undefined;
|
|
@@ -539,7 +557,7 @@ export declare const EcanDatePicker: import('../../utils/withInstall').SFCWithIn
|
|
|
539
557
|
type: any;
|
|
540
558
|
default: string | number | boolean | import("../../utils/props").Events | {
|
|
541
559
|
[key: string]: any;
|
|
542
|
-
} | import("../../utils/props").RequestParams;
|
|
560
|
+
} | import("../../utils/props").RequestParams | import("./props").DateOperate;
|
|
543
561
|
};
|
|
544
562
|
dataType: {
|
|
545
563
|
type?: undefined;
|
|
@@ -548,7 +566,7 @@ export declare const EcanDatePicker: import('../../utils/withInstall').SFCWithIn
|
|
|
548
566
|
type: any;
|
|
549
567
|
default: string | number | boolean | import("../../utils/props").Events | {
|
|
550
568
|
[key: string]: any;
|
|
551
|
-
} | import("../../utils/props").RequestParams;
|
|
569
|
+
} | import("../../utils/props").RequestParams | import("./props").DateOperate;
|
|
552
570
|
};
|
|
553
571
|
}>>, {}>> & Record<string, any>;
|
|
554
572
|
export default EcanDatePicker;
|