@vunk/form 2.14.17 → 2.14.19
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/components/button/src/ctx.d.ts +8 -1
- package/components/button/src/index.vue.d.ts +43 -8
- package/components/card-input-collection/index.cjs +3 -2
- package/components/card-input-collection/index.mjs +3 -2
- package/components/card-input-collection/src/core.vue.d.ts +34 -13
- package/components/card-input-collection/src/ctx.d.ts +1 -1
- package/components/card-input-collection/src/index.vue.d.ts +3 -3
- package/components/cascader/src/ctx.d.ts +63 -6
- package/components/cascader/src/index.vue.d.ts +155 -10
- package/components/color-picker/src/ctx.d.ts +14 -0
- package/components/color-picker/src/index.vue.d.ts +29 -0
- package/components/date-picker/src/ctx.d.ts +46 -4
- package/components/date-picker/src/index.vue.d.ts +266 -27
- package/components/date-picker-range/src/ctx.d.ts +48 -6
- package/components/date-picker-range/src/index.vue.d.ts +98 -13
- package/components/dialog-input-collection/index.cjs +3 -2
- package/components/dialog-input-collection/index.mjs +3 -2
- package/components/dialog-input-collection/src/ctx.d.ts +1 -1
- package/components/dialog-input-collection/src/dialog-form.vue.d.ts +4696 -48
- package/components/dialog-input-collection/src/index.vue.d.ts +4727 -58
- package/components/download-plus/src/index.vue.d.ts +45 -6
- package/components/esri-input-geojson/src/append.vue.d.ts +27 -6
- package/components/esri-input-geojson/src/ctx.d.ts +7 -1
- package/components/esri-input-geojson/src/index.vue.d.ts +13 -0
- package/components/fieldset/index.cjs +1 -17
- package/components/fieldset/index.mjs +1 -17
- package/components/form/src/ctx.d.ts +1 -1
- package/components/form/src/index.vue.d.ts +2867 -22
- package/components/form-item/src/core.vue.d.ts +27 -6
- package/components/input/src/ctx.d.ts +7 -1
- package/components/input/src/index.vue.d.ts +31 -0
- package/components/input-array/src/form-template.vue.d.ts +27 -6
- package/components/input-array/src/index.vue.d.ts +27 -6
- package/components/input-collection/index.cjs +5 -3
- package/components/input-collection/index.mjs +5 -3
- package/components/input-collection/src/core.vue.d.ts +31 -10
- package/components/input-collection/src/ctx.d.ts +1 -1
- package/components/input-collection/src/index.vue.d.ts +3 -3
- package/components/input-link/src/ctx.d.ts +6 -0
- package/components/input-link/src/index.vue.d.ts +12 -0
- package/components/input-number/src/ctx.d.ts +10 -1
- package/components/input-number/src/index.vue.d.ts +55 -0
- package/components/input-tag/src/ctx.d.ts +17 -1
- package/components/input-tag/src/index.vue.d.ts +103 -3
- package/components/select/src/core.vue.d.ts +2 -2
- package/components/select/src/ctx.d.ts +1 -1
- package/components/select/src/index.vue.d.ts +1 -1
- package/components/tables-select/src/index.vue.d.ts +108 -12
- package/components/upload/index.cjs +93 -35
- package/components/upload/index.css +3 -0
- package/components/upload/index.mjs +95 -37
- package/components/upload/src/ctx.d.ts +1 -4
- package/components/upload/src/file.vue.d.ts +427 -6
- package/components/upload/src/index.vue.d.ts +427 -12
- package/components/upload-plus/src/index.vue.d.ts +45 -6
- package/components/van-cascader/index.cjs +40 -43
- package/components/van-cascader/index.mjs +41 -44
- package/components/van-cascader/src/ctx.d.ts +62 -5
- package/components/van-cascader/src/index.vue.d.ts +825 -1681
- package/components/var-datetime-picker/src/index.vue.d.ts +159 -25
- package/index.css +3 -0
- package/package.json +1 -1
- package/shared/element-plus/ctx.d.ts +7 -7
- package/shared/element-plus/instances.d.ts +45 -3
- package/shared/progress-it/index.cjs +3 -1
|
@@ -118,6 +118,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
118
118
|
placeholder: StringConstructor;
|
|
119
119
|
disabled: BooleanConstructor;
|
|
120
120
|
clearable: BooleanConstructor;
|
|
121
|
+
clearIcon: {
|
|
122
|
+
readonly type: import("vue").PropType<unknown>;
|
|
123
|
+
readonly required: false;
|
|
124
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
125
|
+
__epPropKey: true;
|
|
126
|
+
};
|
|
121
127
|
filterable: BooleanConstructor;
|
|
122
128
|
filterMethod: {
|
|
123
129
|
readonly type: import("vue").PropType<(node: import("element-plus").CascaderNode, keyword: string) => boolean>;
|
|
@@ -192,12 +198,38 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
192
198
|
readonly default: string[];
|
|
193
199
|
};
|
|
194
200
|
popperClass: {
|
|
195
|
-
readonly type: import("vue").PropType<string
|
|
201
|
+
readonly type: import("vue").PropType<string | {
|
|
202
|
+
[x: string]: boolean;
|
|
203
|
+
} | (string | {
|
|
204
|
+
[x: string]: boolean;
|
|
205
|
+
} | (string | {
|
|
206
|
+
[x: string]: boolean;
|
|
207
|
+
} | (string | {
|
|
208
|
+
[x: string]: boolean;
|
|
209
|
+
} | (string | {
|
|
210
|
+
[x: string]: boolean;
|
|
211
|
+
} | (string | {
|
|
212
|
+
[x: string]: boolean;
|
|
213
|
+
} | (string | {
|
|
214
|
+
[x: string]: boolean;
|
|
215
|
+
} | (string | {
|
|
216
|
+
[x: string]: boolean;
|
|
217
|
+
} | (string | {
|
|
218
|
+
[x: string]: boolean;
|
|
219
|
+
} | (string | {
|
|
220
|
+
[x: string]: boolean;
|
|
221
|
+
} | (string | any[] | {
|
|
222
|
+
[x: string]: boolean;
|
|
223
|
+
})[])[])[])[])[])[])[])[])[])[]>;
|
|
224
|
+
readonly required: false;
|
|
225
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
226
|
+
__epPropKey: true;
|
|
227
|
+
};
|
|
228
|
+
popperStyle: {
|
|
229
|
+
readonly type: import("vue").PropType<import("vue").StyleValue>;
|
|
196
230
|
readonly required: false;
|
|
197
231
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
198
232
|
__epPropKey: true;
|
|
199
|
-
} & {
|
|
200
|
-
readonly default: string;
|
|
201
233
|
};
|
|
202
234
|
teleported: {
|
|
203
235
|
readonly type: import("vue").PropType<boolean>;
|
|
@@ -207,6 +239,14 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
207
239
|
} & {
|
|
208
240
|
readonly default: true;
|
|
209
241
|
};
|
|
242
|
+
effect: {
|
|
243
|
+
readonly type: import("vue").PropType<import("element-plus").PopperEffect>;
|
|
244
|
+
readonly required: false;
|
|
245
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
246
|
+
__epPropKey: true;
|
|
247
|
+
} & {
|
|
248
|
+
readonly default: string;
|
|
249
|
+
};
|
|
210
250
|
tagType: {
|
|
211
251
|
default: string;
|
|
212
252
|
type: import("vue").PropType<"primary" | "success" | "warning" | "info" | "danger">;
|
|
@@ -237,6 +277,23 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
237
277
|
} & {
|
|
238
278
|
readonly default: boolean;
|
|
239
279
|
};
|
|
280
|
+
showCheckedStrategy: {
|
|
281
|
+
readonly type: import("vue").PropType<string>;
|
|
282
|
+
readonly required: false;
|
|
283
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
284
|
+
__epPropKey: true;
|
|
285
|
+
} & {
|
|
286
|
+
readonly default: string;
|
|
287
|
+
};
|
|
288
|
+
checkOnClickNode: BooleanConstructor;
|
|
289
|
+
showPrefix: {
|
|
290
|
+
readonly type: import("vue").PropType<boolean>;
|
|
291
|
+
readonly required: false;
|
|
292
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
293
|
+
__epPropKey: true;
|
|
294
|
+
} & {
|
|
295
|
+
readonly default: boolean;
|
|
296
|
+
};
|
|
240
297
|
modelValue: {
|
|
241
298
|
readonly type: import("vue").PropType<(string | number)[] | (string | number) | ((string | number)[] | (string | number))[]>;
|
|
242
299
|
readonly required: false;
|
|
@@ -265,7 +322,31 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
265
322
|
disabled: boolean;
|
|
266
323
|
persistent: boolean;
|
|
267
324
|
teleported: boolean;
|
|
268
|
-
|
|
325
|
+
effect: import("element-plus").PopperEffect;
|
|
326
|
+
popperClass: string | {
|
|
327
|
+
[x: string]: boolean;
|
|
328
|
+
} | (string | {
|
|
329
|
+
[x: string]: boolean;
|
|
330
|
+
} | (string | {
|
|
331
|
+
[x: string]: boolean;
|
|
332
|
+
} | (string | {
|
|
333
|
+
[x: string]: boolean;
|
|
334
|
+
} | (string | {
|
|
335
|
+
[x: string]: boolean;
|
|
336
|
+
} | (string | {
|
|
337
|
+
[x: string]: boolean;
|
|
338
|
+
} | (string | {
|
|
339
|
+
[x: string]: boolean;
|
|
340
|
+
} | (string | {
|
|
341
|
+
[x: string]: boolean;
|
|
342
|
+
} | (string | {
|
|
343
|
+
[x: string]: boolean;
|
|
344
|
+
} | (string | {
|
|
345
|
+
[x: string]: boolean;
|
|
346
|
+
} | (string | any[] | {
|
|
347
|
+
[x: string]: boolean;
|
|
348
|
+
})[])[])[])[])[])[])[])[])[])[];
|
|
349
|
+
popperStyle: import("vue").StyleValue;
|
|
269
350
|
fallbackPlacements: import("element-plus").Placement[];
|
|
270
351
|
placement: import("element-plus").Placement;
|
|
271
352
|
props: import("element-plus").CascaderProps;
|
|
@@ -273,6 +354,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
273
354
|
clearable: boolean;
|
|
274
355
|
placeholder: string;
|
|
275
356
|
filterMethod: (node: import("element-plus").CascaderNode, keyword: string) => boolean;
|
|
357
|
+
clearIcon: unknown;
|
|
276
358
|
validateEvent: boolean;
|
|
277
359
|
filterable: boolean;
|
|
278
360
|
collapseTags: boolean;
|
|
@@ -287,14 +369,17 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
287
369
|
debounce: number;
|
|
288
370
|
beforeFilter: (value: string) => boolean | Promise<any>;
|
|
289
371
|
tagEffect: "dark" | "light" | "plain";
|
|
372
|
+
showCheckedStrategy: string;
|
|
373
|
+
checkOnClickNode: boolean;
|
|
374
|
+
showPrefix: boolean;
|
|
290
375
|
}>;
|
|
291
376
|
coreOnEmits: {};
|
|
292
377
|
formItemBindProps: import("vue").ComputedRef<{}>;
|
|
293
378
|
readonly: import("vue").ComputedRef<boolean>;
|
|
294
379
|
options: import("vue").ComputedRef<import("element-plus").CascaderOption[]>;
|
|
295
380
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
296
|
-
"update:modelValue": (value: import("element-plus").CascaderValue) => boolean;
|
|
297
|
-
change: (value: import("element-plus").CascaderValue) => boolean;
|
|
381
|
+
"update:modelValue": (value: import("element-plus").CascaderValue | null | undefined) => boolean;
|
|
382
|
+
change: (value: import("element-plus").CascaderValue | null | undefined) => boolean;
|
|
298
383
|
focus: (evt: FocusEvent) => boolean;
|
|
299
384
|
blur: (evt: FocusEvent) => boolean;
|
|
300
385
|
clear: () => boolean;
|
|
@@ -421,6 +506,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
421
506
|
placeholder: StringConstructor;
|
|
422
507
|
disabled: BooleanConstructor;
|
|
423
508
|
clearable: BooleanConstructor;
|
|
509
|
+
clearIcon: {
|
|
510
|
+
readonly type: import("vue").PropType<unknown>;
|
|
511
|
+
readonly required: false;
|
|
512
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
513
|
+
__epPropKey: true;
|
|
514
|
+
};
|
|
424
515
|
filterable: BooleanConstructor;
|
|
425
516
|
filterMethod: {
|
|
426
517
|
readonly type: import("vue").PropType<(node: import("element-plus").CascaderNode, keyword: string) => boolean>;
|
|
@@ -495,12 +586,38 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
495
586
|
readonly default: string[];
|
|
496
587
|
};
|
|
497
588
|
popperClass: {
|
|
498
|
-
readonly type: import("vue").PropType<string
|
|
589
|
+
readonly type: import("vue").PropType<string | {
|
|
590
|
+
[x: string]: boolean;
|
|
591
|
+
} | (string | {
|
|
592
|
+
[x: string]: boolean;
|
|
593
|
+
} | (string | {
|
|
594
|
+
[x: string]: boolean;
|
|
595
|
+
} | (string | {
|
|
596
|
+
[x: string]: boolean;
|
|
597
|
+
} | (string | {
|
|
598
|
+
[x: string]: boolean;
|
|
599
|
+
} | (string | {
|
|
600
|
+
[x: string]: boolean;
|
|
601
|
+
} | (string | {
|
|
602
|
+
[x: string]: boolean;
|
|
603
|
+
} | (string | {
|
|
604
|
+
[x: string]: boolean;
|
|
605
|
+
} | (string | {
|
|
606
|
+
[x: string]: boolean;
|
|
607
|
+
} | (string | {
|
|
608
|
+
[x: string]: boolean;
|
|
609
|
+
} | (string | any[] | {
|
|
610
|
+
[x: string]: boolean;
|
|
611
|
+
})[])[])[])[])[])[])[])[])[])[]>;
|
|
612
|
+
readonly required: false;
|
|
613
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
614
|
+
__epPropKey: true;
|
|
615
|
+
};
|
|
616
|
+
popperStyle: {
|
|
617
|
+
readonly type: import("vue").PropType<import("vue").StyleValue>;
|
|
499
618
|
readonly required: false;
|
|
500
619
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
501
620
|
__epPropKey: true;
|
|
502
|
-
} & {
|
|
503
|
-
readonly default: string;
|
|
504
621
|
};
|
|
505
622
|
teleported: {
|
|
506
623
|
readonly type: import("vue").PropType<boolean>;
|
|
@@ -510,6 +627,14 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
510
627
|
} & {
|
|
511
628
|
readonly default: true;
|
|
512
629
|
};
|
|
630
|
+
effect: {
|
|
631
|
+
readonly type: import("vue").PropType<import("element-plus").PopperEffect>;
|
|
632
|
+
readonly required: false;
|
|
633
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
634
|
+
__epPropKey: true;
|
|
635
|
+
} & {
|
|
636
|
+
readonly default: string;
|
|
637
|
+
};
|
|
513
638
|
tagType: {
|
|
514
639
|
default: string;
|
|
515
640
|
type: import("vue").PropType<"primary" | "success" | "warning" | "info" | "danger">;
|
|
@@ -540,6 +665,23 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
540
665
|
} & {
|
|
541
666
|
readonly default: boolean;
|
|
542
667
|
};
|
|
668
|
+
showCheckedStrategy: {
|
|
669
|
+
readonly type: import("vue").PropType<string>;
|
|
670
|
+
readonly required: false;
|
|
671
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
672
|
+
__epPropKey: true;
|
|
673
|
+
} & {
|
|
674
|
+
readonly default: string;
|
|
675
|
+
};
|
|
676
|
+
checkOnClickNode: BooleanConstructor;
|
|
677
|
+
showPrefix: {
|
|
678
|
+
readonly type: import("vue").PropType<boolean>;
|
|
679
|
+
readonly required: false;
|
|
680
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
681
|
+
__epPropKey: true;
|
|
682
|
+
} & {
|
|
683
|
+
readonly default: boolean;
|
|
684
|
+
};
|
|
543
685
|
modelValue: {
|
|
544
686
|
readonly type: import("vue").PropType<(string | number)[] | (string | number) | ((string | number)[] | (string | number))[]>;
|
|
545
687
|
readonly required: false;
|
|
@@ -589,7 +731,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
589
731
|
disabled: boolean;
|
|
590
732
|
persistent: boolean;
|
|
591
733
|
teleported: boolean;
|
|
592
|
-
|
|
734
|
+
effect: import("element-plus").PopperEffect;
|
|
593
735
|
fallbackPlacements: import("element-plus").Placement[];
|
|
594
736
|
placement: import("element-plus").Placement;
|
|
595
737
|
props: import("element-plus").CascaderProps;
|
|
@@ -608,6 +750,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
608
750
|
debounce: number;
|
|
609
751
|
beforeFilter: (value: string) => boolean | Promise<any>;
|
|
610
752
|
tagEffect: "dark" | "light" | "plain";
|
|
753
|
+
showCheckedStrategy: string;
|
|
754
|
+
checkOnClickNode: boolean;
|
|
755
|
+
showPrefix: boolean;
|
|
611
756
|
optionsUrl: string;
|
|
612
757
|
cascaderSlots: import("@vunk/shared").NormalObject;
|
|
613
758
|
}, {}, {
|
|
@@ -9,6 +9,14 @@ export declare const props: {
|
|
|
9
9
|
} & {
|
|
10
10
|
readonly default: undefined;
|
|
11
11
|
};
|
|
12
|
+
persistent: {
|
|
13
|
+
readonly type: import("vue").PropType<boolean>;
|
|
14
|
+
readonly required: false;
|
|
15
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
16
|
+
__epPropKey: true;
|
|
17
|
+
} & {
|
|
18
|
+
readonly default: true;
|
|
19
|
+
};
|
|
12
20
|
modelValue: {
|
|
13
21
|
readonly type: import("vue").PropType<string>;
|
|
14
22
|
readonly required: false;
|
|
@@ -51,6 +59,12 @@ export declare const props: {
|
|
|
51
59
|
} & {
|
|
52
60
|
readonly default: true;
|
|
53
61
|
};
|
|
62
|
+
appendTo: {
|
|
63
|
+
readonly type: import("vue").PropType<string | HTMLElement>;
|
|
64
|
+
readonly required: false;
|
|
65
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
66
|
+
__epPropKey: true;
|
|
67
|
+
};
|
|
54
68
|
predefine: {
|
|
55
69
|
readonly type: import("vue").PropType<string[]>;
|
|
56
70
|
readonly required: false;
|
|
@@ -9,6 +9,14 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
9
9
|
} & {
|
|
10
10
|
readonly default: undefined;
|
|
11
11
|
};
|
|
12
|
+
persistent: {
|
|
13
|
+
readonly type: import("vue").PropType<boolean>;
|
|
14
|
+
readonly required: false;
|
|
15
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
16
|
+
__epPropKey: true;
|
|
17
|
+
} & {
|
|
18
|
+
readonly default: true;
|
|
19
|
+
};
|
|
12
20
|
modelValue: {
|
|
13
21
|
readonly type: import("vue").PropType<string>;
|
|
14
22
|
readonly required: false;
|
|
@@ -51,6 +59,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
51
59
|
} & {
|
|
52
60
|
readonly default: true;
|
|
53
61
|
};
|
|
62
|
+
appendTo: {
|
|
63
|
+
readonly type: import("vue").PropType<string | HTMLElement>;
|
|
64
|
+
readonly required: false;
|
|
65
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
66
|
+
__epPropKey: true;
|
|
67
|
+
};
|
|
54
68
|
predefine: {
|
|
55
69
|
readonly type: import("vue").PropType<string[]>;
|
|
56
70
|
readonly required: false;
|
|
@@ -175,6 +189,14 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
175
189
|
} & {
|
|
176
190
|
readonly default: undefined;
|
|
177
191
|
};
|
|
192
|
+
persistent: {
|
|
193
|
+
readonly type: import("vue").PropType<boolean>;
|
|
194
|
+
readonly required: false;
|
|
195
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
196
|
+
__epPropKey: true;
|
|
197
|
+
} & {
|
|
198
|
+
readonly default: true;
|
|
199
|
+
};
|
|
178
200
|
modelValue: {
|
|
179
201
|
readonly type: import("vue").PropType<string>;
|
|
180
202
|
readonly required: false;
|
|
@@ -217,6 +239,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
217
239
|
} & {
|
|
218
240
|
readonly default: true;
|
|
219
241
|
};
|
|
242
|
+
appendTo: {
|
|
243
|
+
readonly type: import("vue").PropType<string | HTMLElement>;
|
|
244
|
+
readonly required: false;
|
|
245
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
246
|
+
__epPropKey: true;
|
|
247
|
+
};
|
|
220
248
|
predefine: {
|
|
221
249
|
readonly type: import("vue").PropType<string[]>;
|
|
222
250
|
readonly required: false;
|
|
@@ -342,6 +370,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
342
370
|
inlineMessage: string | boolean;
|
|
343
371
|
showMessage: boolean;
|
|
344
372
|
disabled: boolean;
|
|
373
|
+
persistent: boolean;
|
|
345
374
|
teleported: boolean;
|
|
346
375
|
popperClass: string;
|
|
347
376
|
modelValue: string;
|
|
@@ -106,6 +106,22 @@ export declare const props: {
|
|
|
106
106
|
} & {
|
|
107
107
|
readonly default: true;
|
|
108
108
|
};
|
|
109
|
+
showConfirm: {
|
|
110
|
+
readonly type: PropType<boolean>;
|
|
111
|
+
readonly required: false;
|
|
112
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
113
|
+
__epPropKey: true;
|
|
114
|
+
} & {
|
|
115
|
+
readonly default: true;
|
|
116
|
+
};
|
|
117
|
+
showFooter: {
|
|
118
|
+
readonly type: PropType<boolean>;
|
|
119
|
+
readonly required: false;
|
|
120
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
121
|
+
__epPropKey: true;
|
|
122
|
+
} & {
|
|
123
|
+
readonly default: true;
|
|
124
|
+
};
|
|
109
125
|
showWeekNumber: BooleanConstructor;
|
|
110
126
|
ariaLabel: StringConstructor;
|
|
111
127
|
emptyValues: ArrayConstructor;
|
|
@@ -202,12 +218,38 @@ export declare const props: {
|
|
|
202
218
|
__epPropKey: true;
|
|
203
219
|
};
|
|
204
220
|
popperClass: {
|
|
205
|
-
readonly type: PropType<string
|
|
221
|
+
readonly type: PropType<string | {
|
|
222
|
+
[x: string]: boolean;
|
|
223
|
+
} | (string | {
|
|
224
|
+
[x: string]: boolean;
|
|
225
|
+
} | (string | {
|
|
226
|
+
[x: string]: boolean;
|
|
227
|
+
} | (string | {
|
|
228
|
+
[x: string]: boolean;
|
|
229
|
+
} | (string | {
|
|
230
|
+
[x: string]: boolean;
|
|
231
|
+
} | (string | {
|
|
232
|
+
[x: string]: boolean;
|
|
233
|
+
} | (string | {
|
|
234
|
+
[x: string]: boolean;
|
|
235
|
+
} | (string | {
|
|
236
|
+
[x: string]: boolean;
|
|
237
|
+
} | (string | {
|
|
238
|
+
[x: string]: boolean;
|
|
239
|
+
} | (string | {
|
|
240
|
+
[x: string]: boolean;
|
|
241
|
+
} | (string | any[] | {
|
|
242
|
+
[x: string]: boolean;
|
|
243
|
+
})[])[])[])[])[])[])[])[])[])[]>;
|
|
244
|
+
readonly required: false;
|
|
245
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
246
|
+
__epPropKey: true;
|
|
247
|
+
};
|
|
248
|
+
popperStyle: {
|
|
249
|
+
readonly type: PropType<import("vue").StyleValue>;
|
|
206
250
|
readonly required: false;
|
|
207
251
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
208
252
|
__epPropKey: true;
|
|
209
|
-
} & {
|
|
210
|
-
readonly default: "";
|
|
211
253
|
};
|
|
212
254
|
format: StringConstructor;
|
|
213
255
|
valueFormat: StringConstructor;
|
|
@@ -298,7 +340,7 @@ export declare const props: {
|
|
|
298
340
|
};
|
|
299
341
|
isRange: BooleanConstructor;
|
|
300
342
|
};
|
|
301
|
-
export declare const createBindProps: <T2 extends import("@vunk/core").NormalObject, EX extends (Extract<"type", keyof T2> | Extract<"required", keyof T2> | Extract<"size", keyof T2> | Extract<"formItemSize", keyof T2> | Extract<"formItemSlots", keyof T2> | Extract<"elRef", keyof T2> | Extract<"inline", keyof T2> | Extract<"readonly", keyof T2> | Extract<"formItemTip", keyof T2> | Extract<"formItemTipClass", keyof T2> | Extract<"labelTip", keyof T2> | Extract<"information", keyof T2> | Extract<"prop", keyof T2> | Extract<"label", keyof T2> | Extract<"labelWidth", keyof T2> | Extract<"labelPosition", keyof T2> | Extract<"rules", keyof T2> | Extract<"error", keyof T2> | Extract<"validateStatus", keyof T2> | Extract<"for", keyof T2> | Extract<"inlineMessage", keyof T2> | Extract<"showMessage", keyof T2> | Extract<"disabled", keyof T2> | Extract<"id", keyof T2> | Extract<"ariaLabel", keyof T2> | Extract<"popperClass", keyof T2> | Extract<"fallbackPlacements", keyof T2> | Extract<"placement", keyof T2> | Extract<"popperOptions", keyof T2> | Extract<"name", keyof T2> | Extract<"modelValue", keyof T2> | Extract<"clearable", keyof T2> | Extract<"placeholder", keyof T2> | Extract<"cellClassName", keyof T2> | Extract<"prefixIcon", keyof T2> | Extract<"tabindex", keyof T2> | Extract<"validateEvent", keyof T2> | Extract<"
|
|
343
|
+
export declare const createBindProps: <T2 extends import("@vunk/core").NormalObject, EX extends (Extract<"type", keyof T2> | Extract<"required", keyof T2> | Extract<"size", keyof T2> | Extract<"formItemSize", keyof T2> | Extract<"formItemSlots", keyof T2> | Extract<"elRef", keyof T2> | Extract<"inline", keyof T2> | Extract<"readonly", keyof T2> | Extract<"formItemTip", keyof T2> | Extract<"formItemTipClass", keyof T2> | Extract<"labelTip", keyof T2> | Extract<"information", keyof T2> | Extract<"prop", keyof T2> | Extract<"label", keyof T2> | Extract<"labelWidth", keyof T2> | Extract<"labelPosition", keyof T2> | Extract<"rules", keyof T2> | Extract<"error", keyof T2> | Extract<"validateStatus", keyof T2> | Extract<"for", keyof T2> | Extract<"inlineMessage", keyof T2> | Extract<"showMessage", keyof T2> | Extract<"disabled", keyof T2> | Extract<"id", keyof T2> | Extract<"ariaLabel", keyof T2> | Extract<"popperClass", keyof T2> | Extract<"popperStyle", keyof T2> | Extract<"fallbackPlacements", keyof T2> | Extract<"placement", keyof T2> | Extract<"popperOptions", keyof T2> | Extract<"name", keyof T2> | Extract<"modelValue", keyof T2> | Extract<"clearable", keyof T2> | Extract<"placeholder", keyof T2> | Extract<"cellClassName", keyof T2> | Extract<"clearIcon", keyof T2> | Extract<"prefixIcon", keyof T2> | Extract<"tabindex", keyof T2> | Extract<"validateEvent", keyof T2> | Extract<"showNow", keyof T2> | Extract<"showConfirm", keyof T2> | Extract<"showFooter", keyof T2> | Extract<"showWeekNumber", keyof T2> | Extract<"emptyValues", keyof T2> | Extract<"valueOnClear", keyof T2> | Extract<"disabledDate", keyof T2> | Extract<"shortcuts", keyof T2> | Extract<"arrowControl", keyof T2> | Extract<"unlinkPanels", keyof T2> | Extract<"disabledHours", keyof T2> | Extract<"disabledMinutes", keyof T2> | Extract<"disabledSeconds", keyof T2> | Extract<"format", keyof T2> | Extract<"valueFormat", keyof T2> | Extract<"dateFormat", keyof T2> | Extract<"timeFormat", keyof T2> | Extract<"editable", keyof T2> | Extract<"rangeSeparator", keyof T2> | Extract<"startPlaceholder", keyof T2> | Extract<"endPlaceholder", keyof T2> | Extract<"defaultValue", keyof T2> | Extract<"defaultTime", keyof T2> | Extract<"isRange", keyof T2> | Extract<"datePickerSlots", keyof T2>)[]>(propsArg: T2, excludes?: EX) => import("vue").ComputedRef<{ [P in EX extends (infer KE)[] ? Exclude<Extract<"type", keyof T2>, KE> | Exclude<Extract<"required", keyof T2>, KE> | Exclude<Extract<"size", keyof T2>, KE> | Exclude<Extract<"formItemSize", keyof T2>, KE> | Exclude<Extract<"formItemSlots", keyof T2>, KE> | Exclude<Extract<"elRef", keyof T2>, KE> | Exclude<Extract<"inline", keyof T2>, KE> | Exclude<Extract<"readonly", keyof T2>, KE> | Exclude<Extract<"formItemTip", keyof T2>, KE> | Exclude<Extract<"formItemTipClass", keyof T2>, KE> | Exclude<Extract<"labelTip", keyof T2>, KE> | Exclude<Extract<"information", keyof T2>, KE> | Exclude<Extract<"prop", keyof T2>, KE> | Exclude<Extract<"label", keyof T2>, KE> | Exclude<Extract<"labelWidth", keyof T2>, KE> | Exclude<Extract<"labelPosition", keyof T2>, KE> | Exclude<Extract<"rules", keyof T2>, KE> | Exclude<Extract<"error", keyof T2>, KE> | Exclude<Extract<"validateStatus", keyof T2>, KE> | Exclude<Extract<"for", keyof T2>, KE> | Exclude<Extract<"inlineMessage", keyof T2>, KE> | Exclude<Extract<"showMessage", keyof T2>, KE> | Exclude<Extract<"disabled", keyof T2>, KE> | Exclude<Extract<"id", keyof T2>, KE> | Exclude<Extract<"ariaLabel", keyof T2>, KE> | Exclude<Extract<"popperClass", keyof T2>, KE> | Exclude<Extract<"popperStyle", keyof T2>, KE> | Exclude<Extract<"fallbackPlacements", keyof T2>, KE> | Exclude<Extract<"placement", keyof T2>, KE> | Exclude<Extract<"popperOptions", keyof T2>, KE> | Exclude<Extract<"name", keyof T2>, KE> | Exclude<Extract<"modelValue", keyof T2>, KE> | Exclude<Extract<"clearable", keyof T2>, KE> | Exclude<Extract<"placeholder", keyof T2>, KE> | Exclude<Extract<"cellClassName", keyof T2>, KE> | Exclude<Extract<"clearIcon", keyof T2>, KE> | Exclude<Extract<"prefixIcon", keyof T2>, KE> | Exclude<Extract<"tabindex", keyof T2>, KE> | Exclude<Extract<"validateEvent", keyof T2>, KE> | Exclude<Extract<"showNow", keyof T2>, KE> | Exclude<Extract<"showConfirm", keyof T2>, KE> | Exclude<Extract<"showFooter", keyof T2>, KE> | Exclude<Extract<"showWeekNumber", keyof T2>, KE> | Exclude<Extract<"emptyValues", keyof T2>, KE> | Exclude<Extract<"valueOnClear", keyof T2>, KE> | Exclude<Extract<"disabledDate", keyof T2>, KE> | Exclude<Extract<"shortcuts", keyof T2>, KE> | Exclude<Extract<"arrowControl", keyof T2>, KE> | Exclude<Extract<"unlinkPanels", keyof T2>, KE> | Exclude<Extract<"disabledHours", keyof T2>, KE> | Exclude<Extract<"disabledMinutes", keyof T2>, KE> | Exclude<Extract<"disabledSeconds", keyof T2>, KE> | Exclude<Extract<"format", keyof T2>, KE> | Exclude<Extract<"valueFormat", keyof T2>, KE> | Exclude<Extract<"dateFormat", keyof T2>, KE> | Exclude<Extract<"timeFormat", keyof T2>, KE> | Exclude<Extract<"editable", keyof T2>, KE> | Exclude<Extract<"rangeSeparator", keyof T2>, KE> | Exclude<Extract<"startPlaceholder", keyof T2>, KE> | Exclude<Extract<"endPlaceholder", keyof T2>, KE> | Exclude<Extract<"defaultValue", keyof T2>, KE> | Exclude<Extract<"defaultTime", keyof T2>, KE> | Exclude<Extract<"isRange", keyof T2>, KE> | Exclude<Extract<"datePickerSlots", keyof T2>, KE> : Extract<"type", keyof T2> | Extract<"required", keyof T2> | Extract<"size", keyof T2> | Extract<"formItemSize", keyof T2> | Extract<"formItemSlots", keyof T2> | Extract<"elRef", keyof T2> | Extract<"inline", keyof T2> | Extract<"readonly", keyof T2> | Extract<"formItemTip", keyof T2> | Extract<"formItemTipClass", keyof T2> | Extract<"labelTip", keyof T2> | Extract<"information", keyof T2> | Extract<"prop", keyof T2> | Extract<"label", keyof T2> | Extract<"labelWidth", keyof T2> | Extract<"labelPosition", keyof T2> | Extract<"rules", keyof T2> | Extract<"error", keyof T2> | Extract<"validateStatus", keyof T2> | Extract<"for", keyof T2> | Extract<"inlineMessage", keyof T2> | Extract<"showMessage", keyof T2> | Extract<"disabled", keyof T2> | Extract<"id", keyof T2> | Extract<"ariaLabel", keyof T2> | Extract<"popperClass", keyof T2> | Extract<"popperStyle", keyof T2> | Extract<"fallbackPlacements", keyof T2> | Extract<"placement", keyof T2> | Extract<"popperOptions", keyof T2> | Extract<"name", keyof T2> | Extract<"modelValue", keyof T2> | Extract<"clearable", keyof T2> | Extract<"placeholder", keyof T2> | Extract<"cellClassName", keyof T2> | Extract<"clearIcon", keyof T2> | Extract<"prefixIcon", keyof T2> | Extract<"tabindex", keyof T2> | Extract<"validateEvent", keyof T2> | Extract<"showNow", keyof T2> | Extract<"showConfirm", keyof T2> | Extract<"showFooter", keyof T2> | Extract<"showWeekNumber", keyof T2> | Extract<"emptyValues", keyof T2> | Extract<"valueOnClear", keyof T2> | Extract<"disabledDate", keyof T2> | Extract<"shortcuts", keyof T2> | Extract<"arrowControl", keyof T2> | Extract<"unlinkPanels", keyof T2> | Extract<"disabledHours", keyof T2> | Extract<"disabledMinutes", keyof T2> | Extract<"disabledSeconds", keyof T2> | Extract<"format", keyof T2> | Extract<"valueFormat", keyof T2> | Extract<"dateFormat", keyof T2> | Extract<"timeFormat", keyof T2> | Extract<"editable", keyof T2> | Extract<"rangeSeparator", keyof T2> | Extract<"startPlaceholder", keyof T2> | Extract<"endPlaceholder", keyof T2> | Extract<"defaultValue", keyof T2> | Extract<"defaultTime", keyof T2> | Extract<"isRange", keyof T2> | Extract<"datePickerSlots", keyof T2>]: { [k in Extract<"type", keyof T2> | Extract<"required", keyof T2> | Extract<"size", keyof T2> | Extract<"formItemSize", keyof T2> | Extract<"formItemSlots", keyof T2> | Extract<"elRef", keyof T2> | Extract<"inline", keyof T2> | Extract<"readonly", keyof T2> | Extract<"formItemTip", keyof T2> | Extract<"formItemTipClass", keyof T2> | Extract<"labelTip", keyof T2> | Extract<"information", keyof T2> | Extract<"prop", keyof T2> | Extract<"label", keyof T2> | Extract<"labelWidth", keyof T2> | Extract<"labelPosition", keyof T2> | Extract<"rules", keyof T2> | Extract<"error", keyof T2> | Extract<"validateStatus", keyof T2> | Extract<"for", keyof T2> | Extract<"inlineMessage", keyof T2> | Extract<"showMessage", keyof T2> | Extract<"disabled", keyof T2> | Extract<"id", keyof T2> | Extract<"ariaLabel", keyof T2> | Extract<"popperClass", keyof T2> | Extract<"popperStyle", keyof T2> | Extract<"fallbackPlacements", keyof T2> | Extract<"placement", keyof T2> | Extract<"popperOptions", keyof T2> | Extract<"name", keyof T2> | Extract<"modelValue", keyof T2> | Extract<"clearable", keyof T2> | Extract<"placeholder", keyof T2> | Extract<"cellClassName", keyof T2> | Extract<"clearIcon", keyof T2> | Extract<"prefixIcon", keyof T2> | Extract<"tabindex", keyof T2> | Extract<"validateEvent", keyof T2> | Extract<"showNow", keyof T2> | Extract<"showConfirm", keyof T2> | Extract<"showFooter", keyof T2> | Extract<"showWeekNumber", keyof T2> | Extract<"emptyValues", keyof T2> | Extract<"valueOnClear", keyof T2> | Extract<"disabledDate", keyof T2> | Extract<"shortcuts", keyof T2> | Extract<"arrowControl", keyof T2> | Extract<"unlinkPanels", keyof T2> | Extract<"disabledHours", keyof T2> | Extract<"disabledMinutes", keyof T2> | Extract<"disabledSeconds", keyof T2> | Extract<"format", keyof T2> | Extract<"valueFormat", keyof T2> | Extract<"dateFormat", keyof T2> | Extract<"timeFormat", keyof T2> | Extract<"editable", keyof T2> | Extract<"rangeSeparator", keyof T2> | Extract<"startPlaceholder", keyof T2> | Extract<"endPlaceholder", keyof T2> | Extract<"defaultValue", keyof T2> | Extract<"defaultTime", keyof T2> | Extract<"isRange", keyof T2> | Extract<"datePickerSlots", keyof T2>]: T2[k]; }[P]; }>;
|
|
302
344
|
export declare const emits: {
|
|
303
345
|
'update:modelValue': any;
|
|
304
346
|
change: any;
|