@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
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { DateOperate } from './props';
|
|
1
2
|
import dayjs from 'dayjs';
|
|
2
3
|
declare const _sfc_main: import("vue").DefineComponent<{
|
|
3
4
|
value: {
|
|
@@ -7,7 +8,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
7
8
|
type: any;
|
|
8
9
|
default: string | number | boolean | import("../../utils/props").Events | {
|
|
9
10
|
[key: string]: any;
|
|
10
|
-
} | import("../../utils/props").RequestParams;
|
|
11
|
+
} | import("../../utils/props").RequestParams | DateOperate;
|
|
11
12
|
};
|
|
12
13
|
picker: {
|
|
13
14
|
type?: undefined;
|
|
@@ -16,7 +17,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
16
17
|
type: any;
|
|
17
18
|
default: string | number | boolean | import("../../utils/props").Events | {
|
|
18
19
|
[key: string]: any;
|
|
19
|
-
} | import("../../utils/props").RequestParams;
|
|
20
|
+
} | import("../../utils/props").RequestParams | DateOperate;
|
|
20
21
|
};
|
|
21
22
|
format: {
|
|
22
23
|
type?: undefined;
|
|
@@ -25,7 +26,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
25
26
|
type: any;
|
|
26
27
|
default: string | number | boolean | import("../../utils/props").Events | {
|
|
27
28
|
[key: string]: any;
|
|
28
|
-
} | import("../../utils/props").RequestParams;
|
|
29
|
+
} | import("../../utils/props").RequestParams | DateOperate;
|
|
29
30
|
};
|
|
30
31
|
showTime: {
|
|
31
32
|
type?: undefined;
|
|
@@ -34,7 +35,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
34
35
|
type: any;
|
|
35
36
|
default: string | number | boolean | import("../../utils/props").Events | {
|
|
36
37
|
[key: string]: any;
|
|
37
|
-
} | import("../../utils/props").RequestParams;
|
|
38
|
+
} | import("../../utils/props").RequestParams | DateOperate;
|
|
38
39
|
};
|
|
39
40
|
useCurrentTime: {
|
|
40
41
|
type?: undefined;
|
|
@@ -43,7 +44,16 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
43
44
|
type: any;
|
|
44
45
|
default: string | number | boolean | import("../../utils/props").Events | {
|
|
45
46
|
[key: string]: any;
|
|
46
|
-
} | import("../../utils/props").RequestParams;
|
|
47
|
+
} | import("../../utils/props").RequestParams | DateOperate;
|
|
48
|
+
};
|
|
49
|
+
operate: {
|
|
50
|
+
type?: undefined;
|
|
51
|
+
default?: undefined;
|
|
52
|
+
} | {
|
|
53
|
+
type: any;
|
|
54
|
+
default: string | number | boolean | import("../../utils/props").Events | {
|
|
55
|
+
[key: string]: any;
|
|
56
|
+
} | import("../../utils/props").RequestParams | DateOperate;
|
|
47
57
|
};
|
|
48
58
|
id: {
|
|
49
59
|
type?: undefined;
|
|
@@ -52,7 +62,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
52
62
|
type: any;
|
|
53
63
|
default: string | number | boolean | import("../../utils/props").Events | {
|
|
54
64
|
[key: string]: any;
|
|
55
|
-
} | import("../../utils/props").RequestParams;
|
|
65
|
+
} | import("../../utils/props").RequestParams | DateOperate;
|
|
56
66
|
};
|
|
57
67
|
name: {
|
|
58
68
|
type?: undefined;
|
|
@@ -61,7 +71,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
61
71
|
type: any;
|
|
62
72
|
default: string | number | boolean | import("../../utils/props").Events | {
|
|
63
73
|
[key: string]: any;
|
|
64
|
-
} | import("../../utils/props").RequestParams;
|
|
74
|
+
} | import("../../utils/props").RequestParams | DateOperate;
|
|
65
75
|
};
|
|
66
76
|
keyName: {
|
|
67
77
|
type?: undefined;
|
|
@@ -70,7 +80,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
70
80
|
type: any;
|
|
71
81
|
default: string | number | boolean | import("../../utils/props").Events | {
|
|
72
82
|
[key: string]: any;
|
|
73
|
-
} | import("../../utils/props").RequestParams;
|
|
83
|
+
} | import("../../utils/props").RequestParams | DateOperate;
|
|
74
84
|
};
|
|
75
85
|
type: {
|
|
76
86
|
type?: undefined;
|
|
@@ -79,7 +89,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
79
89
|
type: any;
|
|
80
90
|
default: string | number | boolean | import("../../utils/props").Events | {
|
|
81
91
|
[key: string]: any;
|
|
82
|
-
} | import("../../utils/props").RequestParams;
|
|
92
|
+
} | import("../../utils/props").RequestParams | DateOperate;
|
|
83
93
|
};
|
|
84
94
|
width: {
|
|
85
95
|
type?: undefined;
|
|
@@ -88,7 +98,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
88
98
|
type: any;
|
|
89
99
|
default: string | number | boolean | import("../../utils/props").Events | {
|
|
90
100
|
[key: string]: any;
|
|
91
|
-
} | import("../../utils/props").RequestParams;
|
|
101
|
+
} | import("../../utils/props").RequestParams | DateOperate;
|
|
92
102
|
};
|
|
93
103
|
height: {
|
|
94
104
|
type?: undefined;
|
|
@@ -97,7 +107,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
97
107
|
type: any;
|
|
98
108
|
default: string | number | boolean | import("../../utils/props").Events | {
|
|
99
109
|
[key: string]: any;
|
|
100
|
-
} | import("../../utils/props").RequestParams;
|
|
110
|
+
} | import("../../utils/props").RequestParams | DateOperate;
|
|
101
111
|
};
|
|
102
112
|
position: {
|
|
103
113
|
type?: undefined;
|
|
@@ -106,7 +116,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
106
116
|
type: any;
|
|
107
117
|
default: string | number | boolean | import("../../utils/props").Events | {
|
|
108
118
|
[key: string]: any;
|
|
109
|
-
} | import("../../utils/props").RequestParams;
|
|
119
|
+
} | import("../../utils/props").RequestParams | DateOperate;
|
|
110
120
|
};
|
|
111
121
|
top: {
|
|
112
122
|
type?: undefined;
|
|
@@ -115,7 +125,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
115
125
|
type: any;
|
|
116
126
|
default: string | number | boolean | import("../../utils/props").Events | {
|
|
117
127
|
[key: string]: any;
|
|
118
|
-
} | import("../../utils/props").RequestParams;
|
|
128
|
+
} | import("../../utils/props").RequestParams | DateOperate;
|
|
119
129
|
};
|
|
120
130
|
left: {
|
|
121
131
|
type?: undefined;
|
|
@@ -124,7 +134,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
124
134
|
type: any;
|
|
125
135
|
default: string | number | boolean | import("../../utils/props").Events | {
|
|
126
136
|
[key: string]: any;
|
|
127
|
-
} | import("../../utils/props").RequestParams;
|
|
137
|
+
} | import("../../utils/props").RequestParams | DateOperate;
|
|
128
138
|
};
|
|
129
139
|
zIndex: {
|
|
130
140
|
type?: undefined;
|
|
@@ -133,7 +143,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
133
143
|
type: any;
|
|
134
144
|
default: string | number | boolean | import("../../utils/props").Events | {
|
|
135
145
|
[key: string]: any;
|
|
136
|
-
} | import("../../utils/props").RequestParams;
|
|
146
|
+
} | import("../../utils/props").RequestParams | DateOperate;
|
|
137
147
|
};
|
|
138
148
|
rotate: {
|
|
139
149
|
type?: undefined;
|
|
@@ -142,7 +152,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
142
152
|
type: any;
|
|
143
153
|
default: string | number | boolean | import("../../utils/props").Events | {
|
|
144
154
|
[key: string]: any;
|
|
145
|
-
} | import("../../utils/props").RequestParams;
|
|
155
|
+
} | import("../../utils/props").RequestParams | DateOperate;
|
|
146
156
|
};
|
|
147
157
|
isShow: {
|
|
148
158
|
type?: undefined;
|
|
@@ -151,7 +161,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
151
161
|
type: any;
|
|
152
162
|
default: string | number | boolean | import("../../utils/props").Events | {
|
|
153
163
|
[key: string]: any;
|
|
154
|
-
} | import("../../utils/props").RequestParams;
|
|
164
|
+
} | import("../../utils/props").RequestParams | DateOperate;
|
|
155
165
|
};
|
|
156
166
|
isRender: {
|
|
157
167
|
type?: undefined;
|
|
@@ -160,7 +170,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
160
170
|
type: any;
|
|
161
171
|
default: string | number | boolean | import("../../utils/props").Events | {
|
|
162
172
|
[key: string]: any;
|
|
163
|
-
} | import("../../utils/props").RequestParams;
|
|
173
|
+
} | import("../../utils/props").RequestParams | DateOperate;
|
|
164
174
|
};
|
|
165
175
|
events: {
|
|
166
176
|
type?: undefined;
|
|
@@ -169,7 +179,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
169
179
|
type: any;
|
|
170
180
|
default: string | number | boolean | import("../../utils/props").Events | {
|
|
171
181
|
[key: string]: any;
|
|
172
|
-
} | import("../../utils/props").RequestParams;
|
|
182
|
+
} | import("../../utils/props").RequestParams | DateOperate;
|
|
173
183
|
};
|
|
174
184
|
requestUrl: {
|
|
175
185
|
type?: undefined;
|
|
@@ -178,7 +188,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
178
188
|
type: any;
|
|
179
189
|
default: string | number | boolean | import("../../utils/props").Events | {
|
|
180
190
|
[key: string]: any;
|
|
181
|
-
} | import("../../utils/props").RequestParams;
|
|
191
|
+
} | import("../../utils/props").RequestParams | DateOperate;
|
|
182
192
|
};
|
|
183
193
|
requestMethod: {
|
|
184
194
|
type?: undefined;
|
|
@@ -187,7 +197,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
187
197
|
type: any;
|
|
188
198
|
default: string | number | boolean | import("../../utils/props").Events | {
|
|
189
199
|
[key: string]: any;
|
|
190
|
-
} | import("../../utils/props").RequestParams;
|
|
200
|
+
} | import("../../utils/props").RequestParams | DateOperate;
|
|
191
201
|
};
|
|
192
202
|
requestHeaders: {
|
|
193
203
|
type?: undefined;
|
|
@@ -196,7 +206,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
196
206
|
type: any;
|
|
197
207
|
default: string | number | boolean | import("../../utils/props").Events | {
|
|
198
208
|
[key: string]: any;
|
|
199
|
-
} | import("../../utils/props").RequestParams;
|
|
209
|
+
} | import("../../utils/props").RequestParams | DateOperate;
|
|
200
210
|
};
|
|
201
211
|
isOpenRequestTimer: {
|
|
202
212
|
type?: undefined;
|
|
@@ -205,7 +215,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
205
215
|
type: any;
|
|
206
216
|
default: string | number | boolean | import("../../utils/props").Events | {
|
|
207
217
|
[key: string]: any;
|
|
208
|
-
} | import("../../utils/props").RequestParams;
|
|
218
|
+
} | import("../../utils/props").RequestParams | DateOperate;
|
|
209
219
|
};
|
|
210
220
|
requestInterval: {
|
|
211
221
|
type?: undefined;
|
|
@@ -214,7 +224,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
214
224
|
type: any;
|
|
215
225
|
default: string | number | boolean | import("../../utils/props").Events | {
|
|
216
226
|
[key: string]: any;
|
|
217
|
-
} | import("../../utils/props").RequestParams;
|
|
227
|
+
} | import("../../utils/props").RequestParams | DateOperate;
|
|
218
228
|
};
|
|
219
229
|
requestParams: {
|
|
220
230
|
type?: undefined;
|
|
@@ -223,7 +233,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
223
233
|
type: any;
|
|
224
234
|
default: string | number | boolean | import("../../utils/props").Events | {
|
|
225
235
|
[key: string]: any;
|
|
226
|
-
} | import("../../utils/props").RequestParams;
|
|
236
|
+
} | import("../../utils/props").RequestParams | DateOperate;
|
|
227
237
|
};
|
|
228
238
|
requestSort: {
|
|
229
239
|
type?: undefined;
|
|
@@ -232,7 +242,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
232
242
|
type: any;
|
|
233
243
|
default: string | number | boolean | import("../../utils/props").Events | {
|
|
234
244
|
[key: string]: any;
|
|
235
|
-
} | import("../../utils/props").RequestParams;
|
|
245
|
+
} | import("../../utils/props").RequestParams | DateOperate;
|
|
236
246
|
};
|
|
237
247
|
dataType: {
|
|
238
248
|
type?: undefined;
|
|
@@ -241,7 +251,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
241
251
|
type: any;
|
|
242
252
|
default: string | number | boolean | import("../../utils/props").Events | {
|
|
243
253
|
[key: string]: any;
|
|
244
|
-
} | import("../../utils/props").RequestParams;
|
|
254
|
+
} | import("../../utils/props").RequestParams | DateOperate;
|
|
245
255
|
};
|
|
246
256
|
}, {
|
|
247
257
|
style: import("vue").ComputedRef<import("vue").HTMLAttributes>;
|
|
@@ -288,7 +298,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
288
298
|
startOf: (unit: dayjs.OpUnitType) => dayjs.Dayjs;
|
|
289
299
|
endOf: (unit: dayjs.OpUnitType) => dayjs.Dayjs;
|
|
290
300
|
format: (template?: string) => string;
|
|
291
|
-
diff: (date?: string | number | Date | dayjs.Dayjs, unit?: "s" | "date" | "D" | "M" | "y" | "week" | "month" | "quarter" | "year" | "
|
|
301
|
+
diff: (date?: string | number | Date | 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;
|
|
292
302
|
valueOf: () => number;
|
|
293
303
|
unix: () => number;
|
|
294
304
|
daysInMonth: () => number;
|
|
@@ -315,7 +325,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
315
325
|
type: any;
|
|
316
326
|
default: string | number | boolean | import("../../utils/props").Events | {
|
|
317
327
|
[key: string]: any;
|
|
318
|
-
} | import("../../utils/props").RequestParams;
|
|
328
|
+
} | import("../../utils/props").RequestParams | DateOperate;
|
|
319
329
|
};
|
|
320
330
|
picker: {
|
|
321
331
|
type?: undefined;
|
|
@@ -324,7 +334,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
324
334
|
type: any;
|
|
325
335
|
default: string | number | boolean | import("../../utils/props").Events | {
|
|
326
336
|
[key: string]: any;
|
|
327
|
-
} | import("../../utils/props").RequestParams;
|
|
337
|
+
} | import("../../utils/props").RequestParams | DateOperate;
|
|
328
338
|
};
|
|
329
339
|
format: {
|
|
330
340
|
type?: undefined;
|
|
@@ -333,7 +343,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
333
343
|
type: any;
|
|
334
344
|
default: string | number | boolean | import("../../utils/props").Events | {
|
|
335
345
|
[key: string]: any;
|
|
336
|
-
} | import("../../utils/props").RequestParams;
|
|
346
|
+
} | import("../../utils/props").RequestParams | DateOperate;
|
|
337
347
|
};
|
|
338
348
|
showTime: {
|
|
339
349
|
type?: undefined;
|
|
@@ -342,7 +352,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
342
352
|
type: any;
|
|
343
353
|
default: string | number | boolean | import("../../utils/props").Events | {
|
|
344
354
|
[key: string]: any;
|
|
345
|
-
} | import("../../utils/props").RequestParams;
|
|
355
|
+
} | import("../../utils/props").RequestParams | DateOperate;
|
|
346
356
|
};
|
|
347
357
|
useCurrentTime: {
|
|
348
358
|
type?: undefined;
|
|
@@ -351,7 +361,16 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
351
361
|
type: any;
|
|
352
362
|
default: string | number | boolean | import("../../utils/props").Events | {
|
|
353
363
|
[key: string]: any;
|
|
354
|
-
} | import("../../utils/props").RequestParams;
|
|
364
|
+
} | import("../../utils/props").RequestParams | DateOperate;
|
|
365
|
+
};
|
|
366
|
+
operate: {
|
|
367
|
+
type?: undefined;
|
|
368
|
+
default?: undefined;
|
|
369
|
+
} | {
|
|
370
|
+
type: any;
|
|
371
|
+
default: string | number | boolean | import("../../utils/props").Events | {
|
|
372
|
+
[key: string]: any;
|
|
373
|
+
} | import("../../utils/props").RequestParams | DateOperate;
|
|
355
374
|
};
|
|
356
375
|
id: {
|
|
357
376
|
type?: undefined;
|
|
@@ -360,7 +379,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
360
379
|
type: any;
|
|
361
380
|
default: string | number | boolean | import("../../utils/props").Events | {
|
|
362
381
|
[key: string]: any;
|
|
363
|
-
} | import("../../utils/props").RequestParams;
|
|
382
|
+
} | import("../../utils/props").RequestParams | DateOperate;
|
|
364
383
|
};
|
|
365
384
|
name: {
|
|
366
385
|
type?: undefined;
|
|
@@ -369,7 +388,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
369
388
|
type: any;
|
|
370
389
|
default: string | number | boolean | import("../../utils/props").Events | {
|
|
371
390
|
[key: string]: any;
|
|
372
|
-
} | import("../../utils/props").RequestParams;
|
|
391
|
+
} | import("../../utils/props").RequestParams | DateOperate;
|
|
373
392
|
};
|
|
374
393
|
keyName: {
|
|
375
394
|
type?: undefined;
|
|
@@ -378,7 +397,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
378
397
|
type: any;
|
|
379
398
|
default: string | number | boolean | import("../../utils/props").Events | {
|
|
380
399
|
[key: string]: any;
|
|
381
|
-
} | import("../../utils/props").RequestParams;
|
|
400
|
+
} | import("../../utils/props").RequestParams | DateOperate;
|
|
382
401
|
};
|
|
383
402
|
type: {
|
|
384
403
|
type?: undefined;
|
|
@@ -387,7 +406,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
387
406
|
type: any;
|
|
388
407
|
default: string | number | boolean | import("../../utils/props").Events | {
|
|
389
408
|
[key: string]: any;
|
|
390
|
-
} | import("../../utils/props").RequestParams;
|
|
409
|
+
} | import("../../utils/props").RequestParams | DateOperate;
|
|
391
410
|
};
|
|
392
411
|
width: {
|
|
393
412
|
type?: undefined;
|
|
@@ -396,7 +415,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
396
415
|
type: any;
|
|
397
416
|
default: string | number | boolean | import("../../utils/props").Events | {
|
|
398
417
|
[key: string]: any;
|
|
399
|
-
} | import("../../utils/props").RequestParams;
|
|
418
|
+
} | import("../../utils/props").RequestParams | DateOperate;
|
|
400
419
|
};
|
|
401
420
|
height: {
|
|
402
421
|
type?: undefined;
|
|
@@ -405,7 +424,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
405
424
|
type: any;
|
|
406
425
|
default: string | number | boolean | import("../../utils/props").Events | {
|
|
407
426
|
[key: string]: any;
|
|
408
|
-
} | import("../../utils/props").RequestParams;
|
|
427
|
+
} | import("../../utils/props").RequestParams | DateOperate;
|
|
409
428
|
};
|
|
410
429
|
position: {
|
|
411
430
|
type?: undefined;
|
|
@@ -414,7 +433,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
414
433
|
type: any;
|
|
415
434
|
default: string | number | boolean | import("../../utils/props").Events | {
|
|
416
435
|
[key: string]: any;
|
|
417
|
-
} | import("../../utils/props").RequestParams;
|
|
436
|
+
} | import("../../utils/props").RequestParams | DateOperate;
|
|
418
437
|
};
|
|
419
438
|
top: {
|
|
420
439
|
type?: undefined;
|
|
@@ -423,7 +442,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
423
442
|
type: any;
|
|
424
443
|
default: string | number | boolean | import("../../utils/props").Events | {
|
|
425
444
|
[key: string]: any;
|
|
426
|
-
} | import("../../utils/props").RequestParams;
|
|
445
|
+
} | import("../../utils/props").RequestParams | DateOperate;
|
|
427
446
|
};
|
|
428
447
|
left: {
|
|
429
448
|
type?: undefined;
|
|
@@ -432,7 +451,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
432
451
|
type: any;
|
|
433
452
|
default: string | number | boolean | import("../../utils/props").Events | {
|
|
434
453
|
[key: string]: any;
|
|
435
|
-
} | import("../../utils/props").RequestParams;
|
|
454
|
+
} | import("../../utils/props").RequestParams | DateOperate;
|
|
436
455
|
};
|
|
437
456
|
zIndex: {
|
|
438
457
|
type?: undefined;
|
|
@@ -441,7 +460,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
441
460
|
type: any;
|
|
442
461
|
default: string | number | boolean | import("../../utils/props").Events | {
|
|
443
462
|
[key: string]: any;
|
|
444
|
-
} | import("../../utils/props").RequestParams;
|
|
463
|
+
} | import("../../utils/props").RequestParams | DateOperate;
|
|
445
464
|
};
|
|
446
465
|
rotate: {
|
|
447
466
|
type?: undefined;
|
|
@@ -450,7 +469,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
450
469
|
type: any;
|
|
451
470
|
default: string | number | boolean | import("../../utils/props").Events | {
|
|
452
471
|
[key: string]: any;
|
|
453
|
-
} | import("../../utils/props").RequestParams;
|
|
472
|
+
} | import("../../utils/props").RequestParams | DateOperate;
|
|
454
473
|
};
|
|
455
474
|
isShow: {
|
|
456
475
|
type?: undefined;
|
|
@@ -459,7 +478,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
459
478
|
type: any;
|
|
460
479
|
default: string | number | boolean | import("../../utils/props").Events | {
|
|
461
480
|
[key: string]: any;
|
|
462
|
-
} | import("../../utils/props").RequestParams;
|
|
481
|
+
} | import("../../utils/props").RequestParams | DateOperate;
|
|
463
482
|
};
|
|
464
483
|
isRender: {
|
|
465
484
|
type?: undefined;
|
|
@@ -468,7 +487,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
468
487
|
type: any;
|
|
469
488
|
default: string | number | boolean | import("../../utils/props").Events | {
|
|
470
489
|
[key: string]: any;
|
|
471
|
-
} | import("../../utils/props").RequestParams;
|
|
490
|
+
} | import("../../utils/props").RequestParams | DateOperate;
|
|
472
491
|
};
|
|
473
492
|
events: {
|
|
474
493
|
type?: undefined;
|
|
@@ -477,7 +496,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
477
496
|
type: any;
|
|
478
497
|
default: string | number | boolean | import("../../utils/props").Events | {
|
|
479
498
|
[key: string]: any;
|
|
480
|
-
} | import("../../utils/props").RequestParams;
|
|
499
|
+
} | import("../../utils/props").RequestParams | DateOperate;
|
|
481
500
|
};
|
|
482
501
|
requestUrl: {
|
|
483
502
|
type?: undefined;
|
|
@@ -486,7 +505,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
486
505
|
type: any;
|
|
487
506
|
default: string | number | boolean | import("../../utils/props").Events | {
|
|
488
507
|
[key: string]: any;
|
|
489
|
-
} | import("../../utils/props").RequestParams;
|
|
508
|
+
} | import("../../utils/props").RequestParams | DateOperate;
|
|
490
509
|
};
|
|
491
510
|
requestMethod: {
|
|
492
511
|
type?: undefined;
|
|
@@ -495,7 +514,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
495
514
|
type: any;
|
|
496
515
|
default: string | number | boolean | import("../../utils/props").Events | {
|
|
497
516
|
[key: string]: any;
|
|
498
|
-
} | import("../../utils/props").RequestParams;
|
|
517
|
+
} | import("../../utils/props").RequestParams | DateOperate;
|
|
499
518
|
};
|
|
500
519
|
requestHeaders: {
|
|
501
520
|
type?: undefined;
|
|
@@ -504,7 +523,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
504
523
|
type: any;
|
|
505
524
|
default: string | number | boolean | import("../../utils/props").Events | {
|
|
506
525
|
[key: string]: any;
|
|
507
|
-
} | import("../../utils/props").RequestParams;
|
|
526
|
+
} | import("../../utils/props").RequestParams | DateOperate;
|
|
508
527
|
};
|
|
509
528
|
isOpenRequestTimer: {
|
|
510
529
|
type?: undefined;
|
|
@@ -513,7 +532,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
513
532
|
type: any;
|
|
514
533
|
default: string | number | boolean | import("../../utils/props").Events | {
|
|
515
534
|
[key: string]: any;
|
|
516
|
-
} | import("../../utils/props").RequestParams;
|
|
535
|
+
} | import("../../utils/props").RequestParams | DateOperate;
|
|
517
536
|
};
|
|
518
537
|
requestInterval: {
|
|
519
538
|
type?: undefined;
|
|
@@ -522,7 +541,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
522
541
|
type: any;
|
|
523
542
|
default: string | number | boolean | import("../../utils/props").Events | {
|
|
524
543
|
[key: string]: any;
|
|
525
|
-
} | import("../../utils/props").RequestParams;
|
|
544
|
+
} | import("../../utils/props").RequestParams | DateOperate;
|
|
526
545
|
};
|
|
527
546
|
requestParams: {
|
|
528
547
|
type?: undefined;
|
|
@@ -531,7 +550,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
531
550
|
type: any;
|
|
532
551
|
default: string | number | boolean | import("../../utils/props").Events | {
|
|
533
552
|
[key: string]: any;
|
|
534
|
-
} | import("../../utils/props").RequestParams;
|
|
553
|
+
} | import("../../utils/props").RequestParams | DateOperate;
|
|
535
554
|
};
|
|
536
555
|
requestSort: {
|
|
537
556
|
type?: undefined;
|
|
@@ -540,7 +559,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
540
559
|
type: any;
|
|
541
560
|
default: string | number | boolean | import("../../utils/props").Events | {
|
|
542
561
|
[key: string]: any;
|
|
543
|
-
} | import("../../utils/props").RequestParams;
|
|
562
|
+
} | import("../../utils/props").RequestParams | DateOperate;
|
|
544
563
|
};
|
|
545
564
|
dataType: {
|
|
546
565
|
type?: undefined;
|
|
@@ -549,7 +568,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
549
568
|
type: any;
|
|
550
569
|
default: string | number | boolean | import("../../utils/props").Events | {
|
|
551
570
|
[key: string]: any;
|
|
552
|
-
} | import("../../utils/props").RequestParams;
|
|
571
|
+
} | import("../../utils/props").RequestParams | DateOperate;
|
|
553
572
|
};
|
|
554
573
|
}>>, {}>;
|
|
555
574
|
export default _sfc_main;
|