@vunk/form 2.14.20 → 2.15.0
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/api-tables-select/src/ctx.d.ts +1 -0
- package/components/api-tables-select/src/index.vue.d.ts +5 -0
- package/components/button/src/ctx.d.ts +1 -0
- package/components/button/src/index.vue.d.ts +3 -0
- package/components/card-input-collection/src/core.vue.d.ts +4 -0
- package/components/card-input-collection/src/ctx.d.ts +1 -0
- package/components/card-input-collection/src/index.vue.d.ts +3 -0
- package/components/cascader/src/ctx.d.ts +2 -1
- package/components/cascader/src/index.vue.d.ts +3 -0
- package/components/checkbox/src/ctx.d.ts +1 -1
- package/components/checkbox/src/index.vue.d.ts +1 -1
- package/components/color-picker/src/ctx.d.ts +1 -0
- package/components/color-picker/src/index.vue.d.ts +3 -0
- package/components/date-picker/src/ctx.d.ts +2 -1
- package/components/date-picker/src/index.vue.d.ts +3 -0
- package/components/date-picker-range/src/ctx.d.ts +1 -0
- package/components/date-picker-range/src/index.vue.d.ts +3 -0
- package/components/dialog/index.cjs +125 -0
- package/components/dialog/index.d.ts +4 -0
- package/components/dialog/index.mjs +119 -0
- package/components/dialog/src/ctx.d.ts +174 -0
- package/components/dialog/src/index.vue.d.ts +1180 -0
- package/components/dialog/src/types.d.ts +1 -0
- package/components/dialog-input-collection/src/ctx.d.ts +1 -0
- package/components/dialog-input-collection/src/index.vue.d.ts +4 -0
- package/components/download-plus/src/ctx.d.ts +1 -0
- package/components/download-plus/src/index.vue.d.ts +3 -0
- package/components/editable-text/src/ctx.d.ts +1 -0
- package/components/editable-text/src/index.vue.d.ts +4 -0
- package/components/esri-input-geojson/src/ctx.d.ts +2 -1
- package/components/esri-input-geojson/src/index.vue.d.ts +4 -0
- package/components/form-item/index.cjs +17 -1
- package/components/form-item/index.mjs +18 -2
- package/components/form-item/src/ctx.d.ts +2 -1
- package/components/form-item/src/index.vue.d.ts +3 -0
- package/components/information/index.cjs +7 -3
- package/components/information/index.mjs +7 -3
- package/components/information/src/ctx.d.ts +4 -1
- package/components/information/src/index.vue.d.ts +6 -2
- package/components/information-collection/src/ctx.d.ts +1 -0
- package/components/information-collection/src/index.vue.d.ts +3 -0
- package/components/input/src/ctx.d.ts +2 -1
- package/components/input/src/index.vue.d.ts +3 -0
- package/components/input-array/index.cjs +0 -3
- package/components/input-array/index.mjs +0 -3
- package/components/input-array/src/form-template.vue.d.ts +1 -1
- package/components/input-array/src/index.vue.d.ts +1 -1
- package/components/input-collection/src/core.vue.d.ts +4 -0
- package/components/input-collection/src/ctx.d.ts +1 -0
- package/components/input-collection/src/index.vue.d.ts +3 -0
- package/components/input-link/src/ctx.d.ts +1 -0
- package/components/input-link/src/index.vue.d.ts +3 -0
- package/components/input-number/src/ctx.d.ts +2 -1
- package/components/input-number/src/index.vue.d.ts +3 -0
- package/components/input-tag/src/ctx.d.ts +2 -1
- package/components/input-tag/src/index.vue.d.ts +3 -0
- package/components/monaco-editor/src/ctx.d.ts +1 -0
- package/components/monaco-editor/src/index.vue.d.ts +3 -0
- package/components/radio/index.cjs +1 -3
- package/components/radio/index.mjs +1 -3
- package/components/radio/src/ctx.d.ts +1 -1
- package/components/radio/src/index.vue.d.ts +3 -3
- package/components/select/index.cjs +0 -2
- package/components/select/index.mjs +0 -2
- package/components/select/src/core.vue.d.ts +3 -3
- package/components/select/src/ctx.d.ts +2 -2
- package/components/select/src/index.vue.d.ts +3 -3
- package/components/slider/index.cjs +1 -2
- package/components/slider/index.mjs +1 -2
- package/components/slider/src/ctx.d.ts +1 -1
- package/components/slider/src/index.vue.d.ts +3 -3
- package/components/switch/index.cjs +1 -4
- package/components/switch/index.mjs +1 -4
- package/components/switch/src/ctx.d.ts +1 -3
- package/components/switch/src/index.vue.d.ts +3 -7
- package/components/switch/src/types.d.ts +0 -1
- package/components/tables-select/src/ctx.d.ts +2 -1
- package/components/tables-select/src/index.vue.d.ts +3 -0
- package/components/upload/src/ctx.d.ts +2 -1
- package/components/upload/src/index.vue.d.ts +3 -0
- package/components/upload-plus/src/ctx.d.ts +1 -0
- package/components/upload-plus/src/index.vue.d.ts +4 -0
- package/components/van-cascader/src/ctx.d.ts +1 -0
- package/components/van-cascader/src/index.vue.d.ts +4 -0
- package/components/var-datetime-picker/src/ctx.d.ts +1 -0
- package/components/var-datetime-picker/src/index.vue.d.ts +3 -0
- package/components/vditor/src/ctx.d.ts +1 -0
- package/components/vditor/src/index.vue.d.ts +3 -0
- package/package.json +6 -1
|
@@ -83,6 +83,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
83
83
|
default: boolean;
|
|
84
84
|
};
|
|
85
85
|
prop: any;
|
|
86
|
+
defaultModelValue: any;
|
|
86
87
|
label: StringConstructor;
|
|
87
88
|
labelWidth: {
|
|
88
89
|
readonly type: import("vue").PropType<string | number>;
|
|
@@ -214,6 +215,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
214
215
|
default: boolean;
|
|
215
216
|
};
|
|
216
217
|
prop: any;
|
|
218
|
+
defaultModelValue: any;
|
|
217
219
|
label: StringConstructor;
|
|
218
220
|
labelWidth: {
|
|
219
221
|
readonly type: import("vue").PropType<string | number>;
|
|
@@ -1119,6 +1121,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1119
1121
|
default: boolean;
|
|
1120
1122
|
};
|
|
1121
1123
|
prop: any;
|
|
1124
|
+
defaultModelValue: any;
|
|
1122
1125
|
label: StringConstructor;
|
|
1123
1126
|
labelWidth: {
|
|
1124
1127
|
readonly type: import("vue").PropType<string | number>;
|
|
@@ -1179,6 +1182,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1179
1182
|
labelTip: string;
|
|
1180
1183
|
information: boolean;
|
|
1181
1184
|
prop: any;
|
|
1185
|
+
defaultModelValue: any;
|
|
1182
1186
|
labelWidth: string | number;
|
|
1183
1187
|
labelPosition: "" | "top" | "left" | "right";
|
|
1184
1188
|
inlineMessage: string | boolean;
|
|
@@ -80,6 +80,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
80
80
|
default: boolean;
|
|
81
81
|
};
|
|
82
82
|
prop: any;
|
|
83
|
+
defaultModelValue: any;
|
|
83
84
|
label: StringConstructor;
|
|
84
85
|
labelWidth: {
|
|
85
86
|
readonly type: import("vue").PropType<string | number>;
|
|
@@ -213,6 +214,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
213
214
|
default: boolean;
|
|
214
215
|
};
|
|
215
216
|
prop: any;
|
|
217
|
+
defaultModelValue: any;
|
|
216
218
|
label: StringConstructor;
|
|
217
219
|
labelWidth: {
|
|
218
220
|
readonly type: import("vue").PropType<string | number>;
|
|
@@ -273,6 +275,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
273
275
|
labelTip: string;
|
|
274
276
|
information: boolean;
|
|
275
277
|
prop: any;
|
|
278
|
+
defaultModelValue: any;
|
|
276
279
|
labelWidth: string | number;
|
|
277
280
|
labelPosition: "" | "top" | "left" | "right";
|
|
278
281
|
inlineMessage: string | boolean;
|
|
@@ -90,6 +90,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
90
90
|
default: boolean;
|
|
91
91
|
};
|
|
92
92
|
prop: any;
|
|
93
|
+
defaultModelValue: any;
|
|
93
94
|
labelWidth: {
|
|
94
95
|
readonly type: import("vue").PropType<string | number>;
|
|
95
96
|
readonly required: false;
|
|
@@ -367,6 +368,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
367
368
|
default: boolean;
|
|
368
369
|
};
|
|
369
370
|
prop: any;
|
|
371
|
+
defaultModelValue: any;
|
|
370
372
|
labelWidth: {
|
|
371
373
|
readonly type: import("vue").PropType<string | number>;
|
|
372
374
|
readonly required: false;
|
|
@@ -557,6 +559,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
557
559
|
labelTip: string;
|
|
558
560
|
information: boolean;
|
|
559
561
|
prop: any;
|
|
562
|
+
defaultModelValue: any;
|
|
560
563
|
label: string;
|
|
561
564
|
labelWidth: string | number;
|
|
562
565
|
labelPosition: "" | "top" | "left" | "right";
|
|
@@ -155,6 +155,7 @@ export declare const props: {
|
|
|
155
155
|
default: boolean;
|
|
156
156
|
};
|
|
157
157
|
prop: any;
|
|
158
|
+
defaultModelValue: any;
|
|
158
159
|
label: StringConstructor;
|
|
159
160
|
labelWidth: {
|
|
160
161
|
readonly type: PropType<string | number>;
|
|
@@ -203,7 +204,7 @@ export declare const props: {
|
|
|
203
204
|
readonly default: true;
|
|
204
205
|
};
|
|
205
206
|
};
|
|
206
|
-
export declare const createBindProps: <T2 extends import("@vunk/core").NormalObject, EX extends (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<"name", keyof T2> | Extract<"modelValue", keyof T2> | Extract<"placeholder", keyof T2> | Extract<"align", keyof T2> | Extract<"min", keyof T2> | Extract<"max", keyof T2> | Extract<"inputmode", keyof T2> | Extract<"validateEvent", keyof T2> | Extract<"valueOnClear", keyof T2> | Extract<"disabledScientific", keyof T2> | Extract<"step", keyof T2> | Extract<"stepStrictly", keyof T2> | Extract<"controls", keyof T2> | Extract<"controlsPosition", keyof T2> | Extract<"precision", keyof T2> | Extract<"unit", keyof T2> | Extract<"inputNumberSlots", keyof T2>)[]>(propsArg: T2, excludes?: EX) => import("vue").ComputedRef<{ [P in EX extends (infer 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<"name", keyof T2>, KE> | Exclude<Extract<"modelValue", keyof T2>, KE> | Exclude<Extract<"placeholder", keyof T2>, KE> | Exclude<Extract<"align", keyof T2>, KE> | Exclude<Extract<"min", keyof T2>, KE> | Exclude<Extract<"max", keyof T2>, KE> | Exclude<Extract<"inputmode", keyof T2>, KE> | Exclude<Extract<"validateEvent", keyof T2>, KE> | Exclude<Extract<"valueOnClear", keyof T2>, KE> | Exclude<Extract<"disabledScientific", keyof T2>, KE> | Exclude<Extract<"step", keyof T2>, KE> | Exclude<Extract<"stepStrictly", keyof T2>, KE> | Exclude<Extract<"controls", keyof T2>, KE> | Exclude<Extract<"controlsPosition", keyof T2>, KE> | Exclude<Extract<"precision", keyof T2>, KE> | Exclude<Extract<"unit", keyof T2>, KE> | Exclude<Extract<"inputNumberSlots", keyof T2>, KE> : 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<"name", keyof T2> | Extract<"modelValue", keyof T2> | Extract<"placeholder", keyof T2> | Extract<"align", keyof T2> | Extract<"min", keyof T2> | Extract<"max", keyof T2> | Extract<"inputmode", keyof T2> | Extract<"validateEvent", keyof T2> | Extract<"valueOnClear", keyof T2> | Extract<"disabledScientific", keyof T2> | Extract<"step", keyof T2> | Extract<"stepStrictly", keyof T2> | Extract<"controls", keyof T2> | Extract<"controlsPosition", keyof T2> | Extract<"precision", keyof T2> | Extract<"unit", keyof T2> | Extract<"inputNumberSlots", keyof T2>]: { [k in 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<"name", keyof T2> | Extract<"modelValue", keyof T2> | Extract<"placeholder", keyof T2> | Extract<"align", keyof T2> | Extract<"min", keyof T2> | Extract<"max", keyof T2> | Extract<"inputmode", keyof T2> | Extract<"validateEvent", keyof T2> | Extract<"valueOnClear", keyof T2> | Extract<"disabledScientific", keyof T2> | Extract<"step", keyof T2> | Extract<"stepStrictly", keyof T2> | Extract<"controls", keyof T2> | Extract<"controlsPosition", keyof T2> | Extract<"precision", keyof T2> | Extract<"unit", keyof T2> | Extract<"inputNumberSlots", keyof T2>]: T2[k]; }[P]; }>;
|
|
207
|
+
export declare const createBindProps: <T2 extends import("@vunk/core").NormalObject, EX extends (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<"defaultModelValue", 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<"name", keyof T2> | Extract<"modelValue", keyof T2> | Extract<"placeholder", keyof T2> | Extract<"align", keyof T2> | Extract<"min", keyof T2> | Extract<"max", keyof T2> | Extract<"inputmode", keyof T2> | Extract<"validateEvent", keyof T2> | Extract<"valueOnClear", keyof T2> | Extract<"disabledScientific", keyof T2> | Extract<"step", keyof T2> | Extract<"stepStrictly", keyof T2> | Extract<"controls", keyof T2> | Extract<"controlsPosition", keyof T2> | Extract<"precision", keyof T2> | Extract<"unit", keyof T2> | Extract<"inputNumberSlots", keyof T2>)[]>(propsArg: T2, excludes?: EX) => import("vue").ComputedRef<{ [P in EX extends (infer 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<"defaultModelValue", 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<"name", keyof T2>, KE> | Exclude<Extract<"modelValue", keyof T2>, KE> | Exclude<Extract<"placeholder", keyof T2>, KE> | Exclude<Extract<"align", keyof T2>, KE> | Exclude<Extract<"min", keyof T2>, KE> | Exclude<Extract<"max", keyof T2>, KE> | Exclude<Extract<"inputmode", keyof T2>, KE> | Exclude<Extract<"validateEvent", keyof T2>, KE> | Exclude<Extract<"valueOnClear", keyof T2>, KE> | Exclude<Extract<"disabledScientific", keyof T2>, KE> | Exclude<Extract<"step", keyof T2>, KE> | Exclude<Extract<"stepStrictly", keyof T2>, KE> | Exclude<Extract<"controls", keyof T2>, KE> | Exclude<Extract<"controlsPosition", keyof T2>, KE> | Exclude<Extract<"precision", keyof T2>, KE> | Exclude<Extract<"unit", keyof T2>, KE> | Exclude<Extract<"inputNumberSlots", keyof T2>, KE> : 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<"defaultModelValue", 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<"name", keyof T2> | Extract<"modelValue", keyof T2> | Extract<"placeholder", keyof T2> | Extract<"align", keyof T2> | Extract<"min", keyof T2> | Extract<"max", keyof T2> | Extract<"inputmode", keyof T2> | Extract<"validateEvent", keyof T2> | Extract<"valueOnClear", keyof T2> | Extract<"disabledScientific", keyof T2> | Extract<"step", keyof T2> | Extract<"stepStrictly", keyof T2> | Extract<"controls", keyof T2> | Extract<"controlsPosition", keyof T2> | Extract<"precision", keyof T2> | Extract<"unit", keyof T2> | Extract<"inputNumberSlots", keyof T2>]: { [k in 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<"defaultModelValue", 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<"name", keyof T2> | Extract<"modelValue", keyof T2> | Extract<"placeholder", keyof T2> | Extract<"align", keyof T2> | Extract<"min", keyof T2> | Extract<"max", keyof T2> | Extract<"inputmode", keyof T2> | Extract<"validateEvent", keyof T2> | Extract<"valueOnClear", keyof T2> | Extract<"disabledScientific", keyof T2> | Extract<"step", keyof T2> | Extract<"stepStrictly", keyof T2> | Extract<"controls", keyof T2> | Extract<"controlsPosition", keyof T2> | Extract<"precision", keyof T2> | Extract<"unit", keyof T2> | Extract<"inputNumberSlots", keyof T2>]: T2[k]; }[P]; }>;
|
|
207
208
|
export declare const emits: {
|
|
208
209
|
change: (cur: number | undefined, prev: number | undefined) => boolean;
|
|
209
210
|
blur: (e: FocusEvent) => boolean;
|
|
@@ -153,6 +153,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
153
153
|
default: boolean;
|
|
154
154
|
};
|
|
155
155
|
prop: any;
|
|
156
|
+
defaultModelValue: any;
|
|
156
157
|
label: StringConstructor;
|
|
157
158
|
labelWidth: {
|
|
158
159
|
readonly type: import("vue").PropType<string | number>;
|
|
@@ -386,6 +387,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
386
387
|
default: boolean;
|
|
387
388
|
};
|
|
388
389
|
prop: any;
|
|
390
|
+
defaultModelValue: any;
|
|
389
391
|
label: StringConstructor;
|
|
390
392
|
labelWidth: {
|
|
391
393
|
readonly type: import("vue").PropType<string | number>;
|
|
@@ -450,6 +452,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
450
452
|
labelTip: string;
|
|
451
453
|
information: boolean;
|
|
452
454
|
prop: any;
|
|
455
|
+
defaultModelValue: any;
|
|
453
456
|
labelWidth: string | number;
|
|
454
457
|
labelPosition: "" | "top" | "left" | "right";
|
|
455
458
|
inlineMessage: string | boolean;
|
|
@@ -47,6 +47,7 @@ export declare const props: {
|
|
|
47
47
|
default: boolean;
|
|
48
48
|
};
|
|
49
49
|
prop: any;
|
|
50
|
+
defaultModelValue: any;
|
|
50
51
|
label: StringConstructor;
|
|
51
52
|
labelWidth: {
|
|
52
53
|
readonly type: PropType<string | number>;
|
|
@@ -220,7 +221,7 @@ export declare const props: {
|
|
|
220
221
|
};
|
|
221
222
|
ariaLabel: StringConstructor;
|
|
222
223
|
};
|
|
223
|
-
export declare const createBindProps: <T2 extends import("@vunk/core").NormalObject, EX extends (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<"trigger", keyof T2> | Extract<"id", keyof T2> | Extract<"ariaLabel", keyof T2> | Extract<"modelValue", keyof T2> | Extract<"clearable", keyof T2> | Extract<"placeholder", keyof T2> | Extract<"autofocus", keyof T2> | Extract<"max", keyof T2> | Extract<"maxlength", keyof T2> | Extract<"minlength", keyof T2> | Extract<"autocomplete", keyof T2> | Extract<"clearIcon", keyof T2> | Extract<"tabindex", keyof T2> | Extract<"validateEvent", keyof T2> | Extract<"collapseTags", keyof T2> | Extract<"collapseTagsTooltip", keyof T2> | Extract<"tagType", keyof T2> | Extract<"maxCollapseTags", keyof T2> | Extract<"tagEffect", keyof T2> | Extract<"draggable", keyof T2> | Extract<"delimiter", keyof T2> | Extract<"saveOnBlur", keyof T2> | Extract<"inputTagSlots", keyof T2>)[]>(propsArg: T2, excludes?: EX) => import("vue").ComputedRef<{ [P in EX extends (infer 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<"trigger", keyof T2>, KE> | Exclude<Extract<"id", keyof T2>, KE> | Exclude<Extract<"ariaLabel", keyof T2>, KE> | Exclude<Extract<"modelValue", keyof T2>, KE> | Exclude<Extract<"clearable", keyof T2>, KE> | Exclude<Extract<"placeholder", keyof T2>, KE> | Exclude<Extract<"autofocus", keyof T2>, KE> | Exclude<Extract<"max", keyof T2>, KE> | Exclude<Extract<"maxlength", keyof T2>, KE> | Exclude<Extract<"minlength", keyof T2>, KE> | Exclude<Extract<"autocomplete", keyof T2>, KE> | Exclude<Extract<"clearIcon", keyof T2>, KE> | Exclude<Extract<"tabindex", keyof T2>, KE> | Exclude<Extract<"validateEvent", keyof T2>, KE> | Exclude<Extract<"collapseTags", keyof T2>, KE> | Exclude<Extract<"collapseTagsTooltip", keyof T2>, KE> | Exclude<Extract<"tagType", keyof T2>, KE> | Exclude<Extract<"maxCollapseTags", keyof T2>, KE> | Exclude<Extract<"tagEffect", keyof T2>, KE> | Exclude<Extract<"draggable", keyof T2>, KE> | Exclude<Extract<"delimiter", keyof T2>, KE> | Exclude<Extract<"saveOnBlur", keyof T2>, KE> | Exclude<Extract<"inputTagSlots", keyof T2>, KE> : 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<"trigger", keyof T2> | Extract<"id", keyof T2> | Extract<"ariaLabel", keyof T2> | Extract<"modelValue", keyof T2> | Extract<"clearable", keyof T2> | Extract<"placeholder", keyof T2> | Extract<"autofocus", keyof T2> | Extract<"max", keyof T2> | Extract<"maxlength", keyof T2> | Extract<"minlength", keyof T2> | Extract<"autocomplete", keyof T2> | Extract<"clearIcon", keyof T2> | Extract<"tabindex", keyof T2> | Extract<"validateEvent", keyof T2> | Extract<"collapseTags", keyof T2> | Extract<"collapseTagsTooltip", keyof T2> | Extract<"tagType", keyof T2> | Extract<"maxCollapseTags", keyof T2> | Extract<"tagEffect", keyof T2> | Extract<"draggable", keyof T2> | Extract<"delimiter", keyof T2> | Extract<"saveOnBlur", keyof T2> | Extract<"inputTagSlots", keyof T2>]: { [k in 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<"trigger", keyof T2> | Extract<"id", keyof T2> | Extract<"ariaLabel", keyof T2> | Extract<"modelValue", keyof T2> | Extract<"clearable", keyof T2> | Extract<"placeholder", keyof T2> | Extract<"autofocus", keyof T2> | Extract<"max", keyof T2> | Extract<"maxlength", keyof T2> | Extract<"minlength", keyof T2> | Extract<"autocomplete", keyof T2> | Extract<"clearIcon", keyof T2> | Extract<"tabindex", keyof T2> | Extract<"validateEvent", keyof T2> | Extract<"collapseTags", keyof T2> | Extract<"collapseTagsTooltip", keyof T2> | Extract<"tagType", keyof T2> | Extract<"maxCollapseTags", keyof T2> | Extract<"tagEffect", keyof T2> | Extract<"draggable", keyof T2> | Extract<"delimiter", keyof T2> | Extract<"saveOnBlur", keyof T2> | Extract<"inputTagSlots", keyof T2>]: T2[k]; }[P]; }>;
|
|
224
|
+
export declare const createBindProps: <T2 extends import("@vunk/core").NormalObject, EX extends (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<"defaultModelValue", 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<"trigger", keyof T2> | Extract<"id", keyof T2> | Extract<"ariaLabel", keyof T2> | Extract<"modelValue", keyof T2> | Extract<"clearable", keyof T2> | Extract<"placeholder", keyof T2> | Extract<"autofocus", keyof T2> | Extract<"max", keyof T2> | Extract<"maxlength", keyof T2> | Extract<"minlength", keyof T2> | Extract<"autocomplete", keyof T2> | Extract<"clearIcon", keyof T2> | Extract<"tabindex", keyof T2> | Extract<"validateEvent", keyof T2> | Extract<"collapseTags", keyof T2> | Extract<"collapseTagsTooltip", keyof T2> | Extract<"tagType", keyof T2> | Extract<"maxCollapseTags", keyof T2> | Extract<"tagEffect", keyof T2> | Extract<"draggable", keyof T2> | Extract<"delimiter", keyof T2> | Extract<"saveOnBlur", keyof T2> | Extract<"inputTagSlots", keyof T2>)[]>(propsArg: T2, excludes?: EX) => import("vue").ComputedRef<{ [P in EX extends (infer 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<"defaultModelValue", 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<"trigger", keyof T2>, KE> | Exclude<Extract<"id", keyof T2>, KE> | Exclude<Extract<"ariaLabel", keyof T2>, KE> | Exclude<Extract<"modelValue", keyof T2>, KE> | Exclude<Extract<"clearable", keyof T2>, KE> | Exclude<Extract<"placeholder", keyof T2>, KE> | Exclude<Extract<"autofocus", keyof T2>, KE> | Exclude<Extract<"max", keyof T2>, KE> | Exclude<Extract<"maxlength", keyof T2>, KE> | Exclude<Extract<"minlength", keyof T2>, KE> | Exclude<Extract<"autocomplete", keyof T2>, KE> | Exclude<Extract<"clearIcon", keyof T2>, KE> | Exclude<Extract<"tabindex", keyof T2>, KE> | Exclude<Extract<"validateEvent", keyof T2>, KE> | Exclude<Extract<"collapseTags", keyof T2>, KE> | Exclude<Extract<"collapseTagsTooltip", keyof T2>, KE> | Exclude<Extract<"tagType", keyof T2>, KE> | Exclude<Extract<"maxCollapseTags", keyof T2>, KE> | Exclude<Extract<"tagEffect", keyof T2>, KE> | Exclude<Extract<"draggable", keyof T2>, KE> | Exclude<Extract<"delimiter", keyof T2>, KE> | Exclude<Extract<"saveOnBlur", keyof T2>, KE> | Exclude<Extract<"inputTagSlots", keyof T2>, KE> : 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<"defaultModelValue", 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<"trigger", keyof T2> | Extract<"id", keyof T2> | Extract<"ariaLabel", keyof T2> | Extract<"modelValue", keyof T2> | Extract<"clearable", keyof T2> | Extract<"placeholder", keyof T2> | Extract<"autofocus", keyof T2> | Extract<"max", keyof T2> | Extract<"maxlength", keyof T2> | Extract<"minlength", keyof T2> | Extract<"autocomplete", keyof T2> | Extract<"clearIcon", keyof T2> | Extract<"tabindex", keyof T2> | Extract<"validateEvent", keyof T2> | Extract<"collapseTags", keyof T2> | Extract<"collapseTagsTooltip", keyof T2> | Extract<"tagType", keyof T2> | Extract<"maxCollapseTags", keyof T2> | Extract<"tagEffect", keyof T2> | Extract<"draggable", keyof T2> | Extract<"delimiter", keyof T2> | Extract<"saveOnBlur", keyof T2> | Extract<"inputTagSlots", keyof T2>]: { [k in 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<"defaultModelValue", 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<"trigger", keyof T2> | Extract<"id", keyof T2> | Extract<"ariaLabel", keyof T2> | Extract<"modelValue", keyof T2> | Extract<"clearable", keyof T2> | Extract<"placeholder", keyof T2> | Extract<"autofocus", keyof T2> | Extract<"max", keyof T2> | Extract<"maxlength", keyof T2> | Extract<"minlength", keyof T2> | Extract<"autocomplete", keyof T2> | Extract<"clearIcon", keyof T2> | Extract<"tabindex", keyof T2> | Extract<"validateEvent", keyof T2> | Extract<"collapseTags", keyof T2> | Extract<"collapseTagsTooltip", keyof T2> | Extract<"tagType", keyof T2> | Extract<"maxCollapseTags", keyof T2> | Extract<"tagEffect", keyof T2> | Extract<"draggable", keyof T2> | Extract<"delimiter", keyof T2> | Extract<"saveOnBlur", keyof T2> | Extract<"inputTagSlots", keyof T2>]: T2[k]; }[P]; }>;
|
|
224
225
|
export declare const emits: {
|
|
225
226
|
"update:modelValue": (value?: string[]) => boolean;
|
|
226
227
|
change: (value?: string[]) => boolean;
|
|
@@ -45,6 +45,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
45
45
|
default: boolean;
|
|
46
46
|
};
|
|
47
47
|
prop: any;
|
|
48
|
+
defaultModelValue: any;
|
|
48
49
|
label: StringConstructor;
|
|
49
50
|
labelWidth: {
|
|
50
51
|
readonly type: import("vue").PropType<string | number>;
|
|
@@ -303,6 +304,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
303
304
|
default: boolean;
|
|
304
305
|
};
|
|
305
306
|
prop: any;
|
|
307
|
+
defaultModelValue: any;
|
|
306
308
|
label: StringConstructor;
|
|
307
309
|
labelWidth: {
|
|
308
310
|
readonly type: import("vue").PropType<string | number>;
|
|
@@ -495,6 +497,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
495
497
|
labelTip: string;
|
|
496
498
|
information: boolean;
|
|
497
499
|
prop: any;
|
|
500
|
+
defaultModelValue: any;
|
|
498
501
|
labelWidth: string | number;
|
|
499
502
|
labelPosition: "" | "top" | "left" | "right";
|
|
500
503
|
inlineMessage: string | boolean;
|
|
@@ -57,6 +57,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
57
57
|
default: boolean;
|
|
58
58
|
};
|
|
59
59
|
prop: any;
|
|
60
|
+
defaultModelValue: any;
|
|
60
61
|
label: StringConstructor;
|
|
61
62
|
labelWidth: {
|
|
62
63
|
readonly type: import("vue").PropType<string | number>;
|
|
@@ -173,6 +174,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
173
174
|
default: boolean;
|
|
174
175
|
};
|
|
175
176
|
prop: any;
|
|
177
|
+
defaultModelValue: any;
|
|
176
178
|
label: StringConstructor;
|
|
177
179
|
labelWidth: {
|
|
178
180
|
readonly type: import("vue").PropType<string | number>;
|
|
@@ -233,6 +235,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
233
235
|
labelTip: string;
|
|
234
236
|
information: boolean;
|
|
235
237
|
prop: any;
|
|
238
|
+
defaultModelValue: any;
|
|
236
239
|
labelWidth: string | number;
|
|
237
240
|
labelPosition: "" | "top" | "left" | "right";
|
|
238
241
|
inlineMessage: string | boolean;
|
|
@@ -23,8 +23,7 @@ const props = {
|
|
|
23
23
|
},
|
|
24
24
|
modelValue: {
|
|
25
25
|
type: [String, Number]
|
|
26
|
-
}
|
|
27
|
-
defaultModelValue: null
|
|
26
|
+
}
|
|
28
27
|
};
|
|
29
28
|
const emits = {
|
|
30
29
|
...elementPlus.radioGroupEmits
|
|
@@ -48,7 +47,6 @@ var _sfc_main = vue.defineComponent({
|
|
|
48
47
|
return props2.options.filter((item) => item.value !== void 0 && item.value !== null);
|
|
49
48
|
});
|
|
50
49
|
const readonly = composables.useComputedReadonly(props2);
|
|
51
|
-
!props2.modelValue && props2.defaultModelValue && emit("update:modelValue", props2.defaultModelValue);
|
|
52
50
|
const pickRadioProps = (item) => {
|
|
53
51
|
const obj = utilsObject.pickObject(item, {
|
|
54
52
|
excludes: ["label", "value"]
|
|
@@ -19,8 +19,7 @@ const props = {
|
|
|
19
19
|
},
|
|
20
20
|
modelValue: {
|
|
21
21
|
type: [String, Number]
|
|
22
|
-
}
|
|
23
|
-
defaultModelValue: null
|
|
22
|
+
}
|
|
24
23
|
};
|
|
25
24
|
const emits = {
|
|
26
25
|
...radioGroupEmits
|
|
@@ -44,7 +43,6 @@ var _sfc_main = defineComponent({
|
|
|
44
43
|
return props2.options.filter((item) => item.value !== void 0 && item.value !== null);
|
|
45
44
|
});
|
|
46
45
|
const readonly = useComputedReadonly(props2);
|
|
47
|
-
!props2.modelValue && props2.defaultModelValue && emit("update:modelValue", props2.defaultModelValue);
|
|
48
46
|
const pickRadioProps = (item) => {
|
|
49
47
|
const obj = pickObject(item, {
|
|
50
48
|
excludes: ["label", "value"]
|
|
@@ -12,7 +12,6 @@ export declare const props: {
|
|
|
12
12
|
modelValue: {
|
|
13
13
|
type: PropType<string | number>;
|
|
14
14
|
};
|
|
15
|
-
defaultModelValue: any;
|
|
16
15
|
ariaLabel: StringConstructor;
|
|
17
16
|
id: {
|
|
18
17
|
readonly type: PropType<string>;
|
|
@@ -103,6 +102,7 @@ export declare const props: {
|
|
|
103
102
|
default: boolean;
|
|
104
103
|
};
|
|
105
104
|
prop: any;
|
|
105
|
+
defaultModelValue: any;
|
|
106
106
|
label: StringConstructor;
|
|
107
107
|
labelWidth: {
|
|
108
108
|
readonly type: PropType<string | number>;
|
|
@@ -11,7 +11,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
11
11
|
modelValue: {
|
|
12
12
|
type: import("vue").PropType<string | number>;
|
|
13
13
|
};
|
|
14
|
-
defaultModelValue: any;
|
|
15
14
|
ariaLabel: StringConstructor;
|
|
16
15
|
id: {
|
|
17
16
|
readonly type: import("vue").PropType<string>;
|
|
@@ -102,6 +101,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
102
101
|
default: boolean;
|
|
103
102
|
};
|
|
104
103
|
prop: any;
|
|
104
|
+
defaultModelValue: any;
|
|
105
105
|
label: StringConstructor;
|
|
106
106
|
labelWidth: {
|
|
107
107
|
readonly type: import("vue").PropType<string | number>;
|
|
@@ -180,7 +180,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
180
180
|
modelValue: {
|
|
181
181
|
type: import("vue").PropType<string | number>;
|
|
182
182
|
};
|
|
183
|
-
defaultModelValue: any;
|
|
184
183
|
ariaLabel: StringConstructor;
|
|
185
184
|
id: {
|
|
186
185
|
readonly type: import("vue").PropType<string>;
|
|
@@ -271,6 +270,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
271
270
|
default: boolean;
|
|
272
271
|
};
|
|
273
272
|
prop: any;
|
|
273
|
+
defaultModelValue: any;
|
|
274
274
|
label: StringConstructor;
|
|
275
275
|
labelWidth: {
|
|
276
276
|
readonly type: import("vue").PropType<string | number>;
|
|
@@ -334,6 +334,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
334
334
|
labelTip: string;
|
|
335
335
|
information: boolean;
|
|
336
336
|
prop: any;
|
|
337
|
+
defaultModelValue: any;
|
|
337
338
|
labelWidth: string | number;
|
|
338
339
|
labelPosition: "" | "top" | "left" | "right";
|
|
339
340
|
inlineMessage: string | boolean;
|
|
@@ -344,7 +345,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
344
345
|
options: RadioProps[];
|
|
345
346
|
validateEvent: boolean;
|
|
346
347
|
textColor: string;
|
|
347
|
-
defaultModelValue: any;
|
|
348
348
|
}, {}, {
|
|
349
349
|
VkfFormItem: {
|
|
350
350
|
new (...args: any[]): any;
|
|
@@ -27,7 +27,6 @@ const props = {
|
|
|
27
27
|
type: String,
|
|
28
28
|
default: ""
|
|
29
29
|
},
|
|
30
|
-
defaultModelValue: null,
|
|
31
30
|
/**
|
|
32
31
|
* multiple模式下,是否将选中的值转为字符串
|
|
33
32
|
*/
|
|
@@ -88,7 +87,6 @@ var _sfc_main$1 = vue.defineComponent({
|
|
|
88
87
|
emit("update:modelValue", modelValue);
|
|
89
88
|
}
|
|
90
89
|
});
|
|
91
|
-
props2.modelValue === void 0 && props2.defaultModelValue && theModelValue.value === props2.defaultModelValue;
|
|
92
90
|
const optionsFromUrl = vue.ref([]);
|
|
93
91
|
const rUrlOptions = (url) => {
|
|
94
92
|
if (url) {
|
|
@@ -23,7 +23,6 @@ const props = {
|
|
|
23
23
|
type: String,
|
|
24
24
|
default: ""
|
|
25
25
|
},
|
|
26
|
-
defaultModelValue: null,
|
|
27
26
|
/**
|
|
28
27
|
* multiple模式下,是否将选中的值转为字符串
|
|
29
28
|
*/
|
|
@@ -84,7 +83,6 @@ var _sfc_main$1 = defineComponent({
|
|
|
84
83
|
emit("update:modelValue", modelValue);
|
|
85
84
|
}
|
|
86
85
|
});
|
|
87
|
-
props2.modelValue === void 0 && props2.defaultModelValue && theModelValue.value === props2.defaultModelValue;
|
|
88
86
|
const optionsFromUrl = ref([]);
|
|
89
87
|
const rUrlOptions = (url) => {
|
|
90
88
|
if (url) {
|
|
@@ -13,7 +13,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
13
13
|
type: StringConstructor;
|
|
14
14
|
default: string;
|
|
15
15
|
};
|
|
16
|
-
defaultModelValue: any;
|
|
17
16
|
stringify: {
|
|
18
17
|
type: BooleanConstructor;
|
|
19
18
|
default: boolean;
|
|
@@ -147,6 +146,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
147
146
|
default: boolean;
|
|
148
147
|
};
|
|
149
148
|
prop: any;
|
|
149
|
+
defaultModelValue: any;
|
|
150
150
|
label: StringConstructor;
|
|
151
151
|
labelWidth: {
|
|
152
152
|
readonly type: import("vue").PropType<string | number>;
|
|
@@ -439,7 +439,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
439
439
|
type: StringConstructor;
|
|
440
440
|
default: string;
|
|
441
441
|
};
|
|
442
|
-
defaultModelValue: any;
|
|
443
442
|
stringify: {
|
|
444
443
|
type: BooleanConstructor;
|
|
445
444
|
default: boolean;
|
|
@@ -573,6 +572,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
573
572
|
default: boolean;
|
|
574
573
|
};
|
|
575
574
|
prop: any;
|
|
575
|
+
defaultModelValue: any;
|
|
576
576
|
label: StringConstructor;
|
|
577
577
|
labelWidth: {
|
|
578
578
|
readonly type: import("vue").PropType<string | number>;
|
|
@@ -639,6 +639,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
639
639
|
labelTip: string;
|
|
640
640
|
information: boolean;
|
|
641
641
|
prop: any;
|
|
642
|
+
defaultModelValue: any;
|
|
642
643
|
labelWidth: string | number;
|
|
643
644
|
labelPosition: "" | "top" | "left" | "right";
|
|
644
645
|
inlineMessage: string | boolean;
|
|
@@ -847,7 +848,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
847
848
|
selectSlots: import("./types").SelectSlots;
|
|
848
849
|
selectRef: any;
|
|
849
850
|
optionsUrl: string;
|
|
850
|
-
defaultModelValue: any;
|
|
851
851
|
}, {}, {
|
|
852
852
|
VkfFormItem: {
|
|
853
853
|
new (...args: any[]): any;
|
|
@@ -16,7 +16,6 @@ export declare const props: {
|
|
|
16
16
|
type: StringConstructor;
|
|
17
17
|
default: string;
|
|
18
18
|
};
|
|
19
|
-
defaultModelValue: any;
|
|
20
19
|
/**
|
|
21
20
|
* multiple模式下,是否将选中的值转为字符串
|
|
22
21
|
*/
|
|
@@ -153,6 +152,7 @@ export declare const props: {
|
|
|
153
152
|
default: boolean;
|
|
154
153
|
};
|
|
155
154
|
prop: any;
|
|
155
|
+
defaultModelValue: any;
|
|
156
156
|
label: StringConstructor;
|
|
157
157
|
labelWidth: {
|
|
158
158
|
readonly type: PropType<string | number>;
|
|
@@ -201,7 +201,7 @@ export declare const props: {
|
|
|
201
201
|
readonly default: true;
|
|
202
202
|
};
|
|
203
203
|
};
|
|
204
|
-
export declare const createBindProps: <T2 extends import("@vunk/core").NormalObject, EX extends (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<"persistent", keyof T2> | Extract<"teleported", keyof T2> | Extract<"effect", keyof T2> | Extract<"popperClass", keyof T2> | Extract<"name", keyof T2> | Extract<"slots", keyof T2> | Extract<"modelValue", keyof T2> | Extract<"clearable", keyof T2> | Extract<"multiple", keyof T2> | Extract<"stringify", keyof T2> | Extract<"placeholder", keyof T2> | Extract<"filterMethod", keyof T2> | Extract<"loading", keyof T2> | Extract<"options", keyof T2> | Extract<"autocomplete", keyof T2> | Extract<"clearIcon", keyof T2> | Extract<"suffixIcon", keyof T2> | Extract<"automaticDropdown", keyof T2> | Extract<"filterable", keyof T2> | Extract<"allowCreate", keyof T2> | Extract<"remote", keyof T2> | Extract<"loadingText", keyof T2> | Extract<"noMatchText", keyof T2> | Extract<"noDataText", keyof T2> | Extract<"remoteMethod", keyof T2> | Extract<"multipleLimit", keyof T2> | Extract<"defaultFirstOption", keyof T2> | Extract<"reserveKeyword", keyof T2> | Extract<"valueKey", keyof T2> | Extract<"collapseTags", keyof T2> | Extract<"collapseTagsTooltip", keyof T2> | Extract<"fitInputWidth", keyof T2> | Extract<"tagType", keyof T2> | Extract<"selectSlots", keyof T2> | Extract<"selectRef", keyof T2> | Extract<"optionsUrl", keyof T2>
|
|
204
|
+
export declare const createBindProps: <T2 extends import("@vunk/core").NormalObject, EX extends (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<"defaultModelValue", 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<"persistent", keyof T2> | Extract<"teleported", keyof T2> | Extract<"effect", keyof T2> | Extract<"popperClass", keyof T2> | Extract<"name", keyof T2> | Extract<"slots", keyof T2> | Extract<"modelValue", keyof T2> | Extract<"clearable", keyof T2> | Extract<"multiple", keyof T2> | Extract<"stringify", keyof T2> | Extract<"placeholder", keyof T2> | Extract<"filterMethod", keyof T2> | Extract<"loading", keyof T2> | Extract<"options", keyof T2> | Extract<"autocomplete", keyof T2> | Extract<"clearIcon", keyof T2> | Extract<"suffixIcon", keyof T2> | Extract<"automaticDropdown", keyof T2> | Extract<"filterable", keyof T2> | Extract<"allowCreate", keyof T2> | Extract<"remote", keyof T2> | Extract<"loadingText", keyof T2> | Extract<"noMatchText", keyof T2> | Extract<"noDataText", keyof T2> | Extract<"remoteMethod", keyof T2> | Extract<"multipleLimit", keyof T2> | Extract<"defaultFirstOption", keyof T2> | Extract<"reserveKeyword", keyof T2> | Extract<"valueKey", keyof T2> | Extract<"collapseTags", keyof T2> | Extract<"collapseTagsTooltip", keyof T2> | Extract<"fitInputWidth", keyof T2> | Extract<"tagType", keyof T2> | Extract<"selectSlots", keyof T2> | Extract<"selectRef", keyof T2> | Extract<"optionsUrl", keyof T2>)[]>(propsArg: T2, excludes?: EX) => import("vue").ComputedRef<{ [P in EX extends (infer 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<"defaultModelValue", 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<"persistent", keyof T2>, KE> | Exclude<Extract<"teleported", keyof T2>, KE> | Exclude<Extract<"effect", keyof T2>, KE> | Exclude<Extract<"popperClass", keyof T2>, KE> | Exclude<Extract<"name", keyof T2>, KE> | Exclude<Extract<"slots", keyof T2>, KE> | Exclude<Extract<"modelValue", keyof T2>, KE> | Exclude<Extract<"clearable", keyof T2>, KE> | Exclude<Extract<"multiple", keyof T2>, KE> | Exclude<Extract<"stringify", keyof T2>, KE> | Exclude<Extract<"placeholder", keyof T2>, KE> | Exclude<Extract<"filterMethod", keyof T2>, KE> | Exclude<Extract<"loading", keyof T2>, KE> | Exclude<Extract<"options", keyof T2>, KE> | Exclude<Extract<"autocomplete", keyof T2>, KE> | Exclude<Extract<"clearIcon", keyof T2>, KE> | Exclude<Extract<"suffixIcon", keyof T2>, KE> | Exclude<Extract<"automaticDropdown", keyof T2>, KE> | Exclude<Extract<"filterable", keyof T2>, KE> | Exclude<Extract<"allowCreate", keyof T2>, KE> | Exclude<Extract<"remote", keyof T2>, KE> | Exclude<Extract<"loadingText", keyof T2>, KE> | Exclude<Extract<"noMatchText", keyof T2>, KE> | Exclude<Extract<"noDataText", keyof T2>, KE> | Exclude<Extract<"remoteMethod", keyof T2>, KE> | Exclude<Extract<"multipleLimit", keyof T2>, KE> | Exclude<Extract<"defaultFirstOption", keyof T2>, KE> | Exclude<Extract<"reserveKeyword", keyof T2>, KE> | Exclude<Extract<"valueKey", keyof T2>, KE> | Exclude<Extract<"collapseTags", keyof T2>, KE> | Exclude<Extract<"collapseTagsTooltip", keyof T2>, KE> | Exclude<Extract<"fitInputWidth", keyof T2>, KE> | Exclude<Extract<"tagType", keyof T2>, KE> | Exclude<Extract<"selectSlots", keyof T2>, KE> | Exclude<Extract<"selectRef", keyof T2>, KE> | Exclude<Extract<"optionsUrl", keyof T2>, KE> : 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<"defaultModelValue", 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<"persistent", keyof T2> | Extract<"teleported", keyof T2> | Extract<"effect", keyof T2> | Extract<"popperClass", keyof T2> | Extract<"name", keyof T2> | Extract<"slots", keyof T2> | Extract<"modelValue", keyof T2> | Extract<"clearable", keyof T2> | Extract<"multiple", keyof T2> | Extract<"stringify", keyof T2> | Extract<"placeholder", keyof T2> | Extract<"filterMethod", keyof T2> | Extract<"loading", keyof T2> | Extract<"options", keyof T2> | Extract<"autocomplete", keyof T2> | Extract<"clearIcon", keyof T2> | Extract<"suffixIcon", keyof T2> | Extract<"automaticDropdown", keyof T2> | Extract<"filterable", keyof T2> | Extract<"allowCreate", keyof T2> | Extract<"remote", keyof T2> | Extract<"loadingText", keyof T2> | Extract<"noMatchText", keyof T2> | Extract<"noDataText", keyof T2> | Extract<"remoteMethod", keyof T2> | Extract<"multipleLimit", keyof T2> | Extract<"defaultFirstOption", keyof T2> | Extract<"reserveKeyword", keyof T2> | Extract<"valueKey", keyof T2> | Extract<"collapseTags", keyof T2> | Extract<"collapseTagsTooltip", keyof T2> | Extract<"fitInputWidth", keyof T2> | Extract<"tagType", keyof T2> | Extract<"selectSlots", keyof T2> | Extract<"selectRef", keyof T2> | Extract<"optionsUrl", keyof T2>]: { [k in 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<"defaultModelValue", 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<"persistent", keyof T2> | Extract<"teleported", keyof T2> | Extract<"effect", keyof T2> | Extract<"popperClass", keyof T2> | Extract<"name", keyof T2> | Extract<"slots", keyof T2> | Extract<"modelValue", keyof T2> | Extract<"clearable", keyof T2> | Extract<"multiple", keyof T2> | Extract<"stringify", keyof T2> | Extract<"placeholder", keyof T2> | Extract<"filterMethod", keyof T2> | Extract<"loading", keyof T2> | Extract<"options", keyof T2> | Extract<"autocomplete", keyof T2> | Extract<"clearIcon", keyof T2> | Extract<"suffixIcon", keyof T2> | Extract<"automaticDropdown", keyof T2> | Extract<"filterable", keyof T2> | Extract<"allowCreate", keyof T2> | Extract<"remote", keyof T2> | Extract<"loadingText", keyof T2> | Extract<"noMatchText", keyof T2> | Extract<"noDataText", keyof T2> | Extract<"remoteMethod", keyof T2> | Extract<"multipleLimit", keyof T2> | Extract<"defaultFirstOption", keyof T2> | Extract<"reserveKeyword", keyof T2> | Extract<"valueKey", keyof T2> | Extract<"collapseTags", keyof T2> | Extract<"collapseTagsTooltip", keyof T2> | Extract<"fitInputWidth", keyof T2> | Extract<"tagType", keyof T2> | Extract<"selectSlots", keyof T2> | Extract<"selectRef", keyof T2> | Extract<"optionsUrl", keyof T2>]: T2[k]; }[P]; }>;
|
|
205
205
|
export declare const emits: {
|
|
206
206
|
'update:modelValue': any;
|
|
207
207
|
change: any;
|
|
@@ -12,7 +12,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
12
12
|
type: StringConstructor;
|
|
13
13
|
default: string;
|
|
14
14
|
};
|
|
15
|
-
defaultModelValue: any;
|
|
16
15
|
stringify: {
|
|
17
16
|
type: BooleanConstructor;
|
|
18
17
|
default: boolean;
|
|
@@ -146,6 +145,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
146
145
|
default: boolean;
|
|
147
146
|
};
|
|
148
147
|
prop: any;
|
|
148
|
+
defaultModelValue: any;
|
|
149
149
|
label: StringConstructor;
|
|
150
150
|
labelWidth: {
|
|
151
151
|
readonly type: import("vue").PropType<string | number>;
|
|
@@ -217,7 +217,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
217
217
|
type: StringConstructor;
|
|
218
218
|
default: string;
|
|
219
219
|
};
|
|
220
|
-
defaultModelValue: any;
|
|
221
220
|
stringify: {
|
|
222
221
|
type: BooleanConstructor;
|
|
223
222
|
default: boolean;
|
|
@@ -351,6 +350,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
351
350
|
default: boolean;
|
|
352
351
|
};
|
|
353
352
|
prop: any;
|
|
353
|
+
defaultModelValue: any;
|
|
354
354
|
label: StringConstructor;
|
|
355
355
|
labelWidth: {
|
|
356
356
|
readonly type: import("vue").PropType<string | number>;
|
|
@@ -417,6 +417,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
417
417
|
labelTip: string;
|
|
418
418
|
information: boolean;
|
|
419
419
|
prop: any;
|
|
420
|
+
defaultModelValue: any;
|
|
420
421
|
labelWidth: string | number;
|
|
421
422
|
labelPosition: "" | "top" | "left" | "right";
|
|
422
423
|
inlineMessage: string | boolean;
|
|
@@ -625,6 +626,5 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
625
626
|
selectSlots: import("./types").SelectSlots;
|
|
626
627
|
selectRef: any;
|
|
627
628
|
optionsUrl: string;
|
|
628
|
-
defaultModelValue: any;
|
|
629
629
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
630
630
|
export default _default;
|
|
@@ -12,8 +12,7 @@ var _pluginVue_exportHelper = require('../_plugin-vue_export-helper.cjs');
|
|
|
12
12
|
const props = {
|
|
13
13
|
...formItem._VkfFormItemCtx.props,
|
|
14
14
|
...elementPlus.sliderProps,
|
|
15
|
-
modelValue: null
|
|
16
|
-
defaultModelValue: null
|
|
15
|
+
modelValue: null
|
|
17
16
|
};
|
|
18
17
|
const emits = {
|
|
19
18
|
...elementPlus.sliderEmits
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
export declare const props: {
|
|
2
2
|
modelValue: any;
|
|
3
|
-
defaultModelValue: any;
|
|
4
3
|
ariaLabel: StringConstructor;
|
|
5
4
|
id: {
|
|
6
5
|
readonly type: import("vue").PropType<string>;
|
|
@@ -193,6 +192,7 @@ export declare const props: {
|
|
|
193
192
|
default: boolean;
|
|
194
193
|
};
|
|
195
194
|
prop: any;
|
|
195
|
+
defaultModelValue: any;
|
|
196
196
|
label: StringConstructor;
|
|
197
197
|
labelWidth: {
|
|
198
198
|
readonly type: import("vue").PropType<string | number>;
|