@vunk/form 0.0.1-alpha.31 → 0.0.1-alpha.32
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.
|
@@ -25,11 +25,9 @@ var __spreadValues = (a, b) => {
|
|
|
25
25
|
var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
|
|
26
26
|
const props = __spreadProps(__spreadValues(__spreadValues({}, _VkfFormItemCtx.props), switchProps), {
|
|
27
27
|
modelValue: {
|
|
28
|
-
type: Boolean,
|
|
29
28
|
default: void 0
|
|
30
29
|
},
|
|
31
30
|
defaultModelValue: {
|
|
32
|
-
type: Boolean,
|
|
33
31
|
default: false
|
|
34
32
|
}
|
|
35
33
|
});
|
|
@@ -1,10 +1,8 @@
|
|
|
1
1
|
export declare const props: {
|
|
2
2
|
modelValue: {
|
|
3
|
-
type: BooleanConstructor;
|
|
4
3
|
default: undefined;
|
|
5
4
|
};
|
|
6
5
|
defaultModelValue: {
|
|
7
|
-
type: BooleanConstructor;
|
|
8
6
|
default: boolean;
|
|
9
7
|
};
|
|
10
8
|
value: import("element-plus/es/utils").EpPropFinalized<readonly [BooleanConstructor, StringConstructor, NumberConstructor], unknown, unknown, false, boolean>;
|
|
@@ -22,11 +22,9 @@ var __spreadValues = (a, b) => {
|
|
|
22
22
|
var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
|
|
23
23
|
const props = __spreadProps(__spreadValues(__spreadValues({}, _VkfFormItemCtx.props), switchProps), {
|
|
24
24
|
modelValue: {
|
|
25
|
-
type: Boolean,
|
|
26
25
|
default: void 0
|
|
27
26
|
},
|
|
28
27
|
defaultModelValue: {
|
|
29
|
-
type: Boolean,
|
|
30
28
|
default: false
|
|
31
29
|
}
|
|
32
30
|
});
|
|
@@ -1,10 +1,8 @@
|
|
|
1
1
|
declare const _default: import("vue").DefineComponent<{
|
|
2
2
|
modelValue: {
|
|
3
|
-
type: BooleanConstructor;
|
|
4
3
|
default: undefined;
|
|
5
4
|
};
|
|
6
5
|
defaultModelValue: {
|
|
7
|
-
type: BooleanConstructor;
|
|
8
6
|
default: boolean;
|
|
9
7
|
};
|
|
10
8
|
value: import("element-plus/es/utils").EpPropFinalized<readonly [BooleanConstructor, StringConstructor, NumberConstructor], unknown, unknown, false, boolean>;
|
|
@@ -148,11 +146,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
148
146
|
input: (val: string | number | boolean) => boolean;
|
|
149
147
|
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
150
148
|
modelValue: {
|
|
151
|
-
type: BooleanConstructor;
|
|
152
149
|
default: undefined;
|
|
153
150
|
};
|
|
154
151
|
defaultModelValue: {
|
|
155
|
-
type: BooleanConstructor;
|
|
156
152
|
default: boolean;
|
|
157
153
|
};
|
|
158
154
|
value: import("element-plus/es/utils").EpPropFinalized<readonly [BooleanConstructor, StringConstructor, NumberConstructor], unknown, unknown, false, boolean>;
|
|
@@ -265,7 +261,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
265
261
|
width: import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
266
262
|
borderColor: string;
|
|
267
263
|
validateEvent: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
268
|
-
modelValue:
|
|
264
|
+
modelValue: undefined;
|
|
269
265
|
inlinePrompt: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
270
266
|
activeText: string;
|
|
271
267
|
inactiveText: string;
|