@vunk/form 0.0.1-alpha.3 → 0.0.1-alpha.4
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/date-picker/src/ctx.d.ts +7 -7
- package/components/date-picker/src/index.vue.d.ts +49 -49
- package/components/form/src/ctx.d.ts +2 -2
- package/components/form/src/index.vue.d.ts +17 -17
- package/components/form-item/src/ctx.d.ts +1 -1
- package/components/form-item-renderer/src/index.vue.d.ts +1 -1
- package/components/input/src/ctx.d.ts +9 -9
- package/components/input/src/index.vue.d.ts +38 -38
- package/components/input-number/src/ctx.d.ts +7 -7
- package/components/input-number/src/index.vue.d.ts +24 -24
- package/components/select/index.js +1 -2
- package/components/select/src/ctx.d.ts +11 -11
- package/components/select/src/index.vue.d.ts +41 -41
- package/components/switch/src/index.vue.d.ts +6 -6
- package/package.json +1 -1
- package/shared/element-plus/ctx.d.ts +12 -12
- package/shared/element-plus/instances.d.ts +1 -1
|
@@ -87,15 +87,17 @@ export declare const props: {
|
|
|
87
87
|
};
|
|
88
88
|
isRange: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
89
89
|
required: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
readonly type: PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => import("element-plus").FormItemProp & {}) | (() => import("element-plus").FormItemProp) | ((new (...args: any[]) => import("element-plus").FormItemProp & {}) | (() => import("element-plus").FormItemProp))[], unknown, unknown>>;
|
|
90
|
+
rules: {
|
|
91
|
+
readonly type: PropType<unknown>;
|
|
93
92
|
readonly required: false;
|
|
94
93
|
readonly validator: (val: unknown) => boolean;
|
|
95
94
|
__epPropKey: true;
|
|
96
95
|
};
|
|
97
|
-
|
|
98
|
-
|
|
96
|
+
labelWidth: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
97
|
+
inlineMessage: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, BooleanConstructor], unknown, unknown, "", boolean>;
|
|
98
|
+
showMessage: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
99
|
+
prop: {
|
|
100
|
+
readonly type: PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => import("element-plus").FormItemProp & {}) | (() => import("element-plus").FormItemProp) | ((new (...args: any[]) => import("element-plus").FormItemProp & {}) | (() => import("element-plus").FormItemProp))[], unknown, unknown>>;
|
|
99
101
|
readonly required: false;
|
|
100
102
|
readonly validator: (val: unknown) => boolean;
|
|
101
103
|
__epPropKey: true;
|
|
@@ -108,8 +110,6 @@ export declare const props: {
|
|
|
108
110
|
__epPropKey: true;
|
|
109
111
|
};
|
|
110
112
|
for: StringConstructor;
|
|
111
|
-
inlineMessage: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, BooleanConstructor], unknown, unknown, "", boolean>;
|
|
112
|
-
showMessage: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
113
113
|
formItemSize: {
|
|
114
114
|
type: PropType<"default" | "small" | "large">;
|
|
115
115
|
default: string;
|
|
@@ -85,15 +85,17 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
85
85
|
};
|
|
86
86
|
isRange: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
87
87
|
required: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => import("element-plus").FormItemProp & {}) | (() => import("element-plus").FormItemProp) | ((new (...args: any[]) => import("element-plus").FormItemProp & {}) | (() => import("element-plus").FormItemProp))[], unknown, unknown>>;
|
|
88
|
+
rules: {
|
|
89
|
+
readonly type: import("vue").PropType<unknown>;
|
|
91
90
|
readonly required: false;
|
|
92
91
|
readonly validator: (val: unknown) => boolean;
|
|
93
92
|
__epPropKey: true;
|
|
94
93
|
};
|
|
95
|
-
|
|
96
|
-
|
|
94
|
+
labelWidth: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
95
|
+
inlineMessage: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, BooleanConstructor], unknown, unknown, "", boolean>;
|
|
96
|
+
showMessage: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
97
|
+
prop: {
|
|
98
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => import("element-plus").FormItemProp & {}) | (() => import("element-plus").FormItemProp) | ((new (...args: any[]) => import("element-plus").FormItemProp & {}) | (() => import("element-plus").FormItemProp))[], unknown, unknown>>;
|
|
97
99
|
readonly required: false;
|
|
98
100
|
readonly validator: (val: unknown) => boolean;
|
|
99
101
|
__epPropKey: true;
|
|
@@ -106,8 +108,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
106
108
|
__epPropKey: true;
|
|
107
109
|
};
|
|
108
110
|
for: StringConstructor;
|
|
109
|
-
inlineMessage: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, BooleanConstructor], unknown, unknown, "", boolean>;
|
|
110
|
-
showMessage: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
111
111
|
formItemSize: {
|
|
112
112
|
type: import("vue").PropType<"default" | "small" | "large">;
|
|
113
113
|
default: string;
|
|
@@ -123,32 +123,32 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
123
123
|
}, {
|
|
124
124
|
formItemBindProps: import("vue").ComputedRef<{}>;
|
|
125
125
|
datePickerBindProps: import("vue").ComputedRef<{
|
|
126
|
-
label: string;
|
|
127
126
|
size: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>;
|
|
127
|
+
disabled: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
128
128
|
name: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => import("element-plus").SingleOrRange<string> & {}) | (() => import("element-plus").SingleOrRange<string>) | ((new (...args: any[]) => import("element-plus").SingleOrRange<string> & {}) | (() => import("element-plus").SingleOrRange<string>))[], unknown, unknown>;
|
|
129
|
+
id: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => import("element-plus").SingleOrRange<string> & {}) | (() => import("element-plus").SingleOrRange<string>) | ((new (...args: any[]) => import("element-plus").SingleOrRange<string> & {}) | (() => import("element-plus").SingleOrRange<string>))[], unknown, unknown>;
|
|
130
|
+
modelValue: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => import("element-plus").ModelValueType & {}) | (() => import("element-plus").ModelValueType) | ((new (...args: any[]) => import("element-plus").ModelValueType & {}) | (() => import("element-plus").ModelValueType))[], unknown, unknown>;
|
|
131
|
+
placeholder: string;
|
|
132
|
+
readonly: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
133
|
+
clearable: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
134
|
+
prefixIcon: "";
|
|
135
|
+
label: string;
|
|
136
|
+
tabindex: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | number) & {}) | (() => string | number) | ((new (...args: any[]) => (string | number) & {}) | (() => string | number))[], unknown, unknown>;
|
|
137
|
+
validateEvent: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
138
|
+
popperClass: string;
|
|
139
|
+
clearIcon: import("vue").DefineComponent<{}, {}, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
129
140
|
disabledDate: Function;
|
|
130
141
|
cellClassName: Function;
|
|
131
142
|
shortcuts: unknown[];
|
|
132
143
|
arrowControl: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
133
|
-
tabindex: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | number) & {}) | (() => string | number) | ((new (...args: any[]) => (string | number) & {}) | (() => string | number))[], unknown, unknown>;
|
|
134
|
-
validateEvent: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
135
144
|
unlinkPanels: boolean;
|
|
136
145
|
disabledHours: import("element-plus/es/components/time-picker/src/props/shared").GetDisabledHours;
|
|
137
146
|
disabledMinutes: import("element-plus/es/components/time-picker/src/props/shared").GetDisabledMinutes;
|
|
138
147
|
disabledSeconds: import("element-plus/es/components/time-picker/src/props/shared").GetDisabledSeconds;
|
|
139
|
-
id: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => import("element-plus").SingleOrRange<string> & {}) | (() => import("element-plus").SingleOrRange<string>) | ((new (...args: any[]) => import("element-plus").SingleOrRange<string> & {}) | (() => import("element-plus").SingleOrRange<string>))[], unknown, unknown>;
|
|
140
|
-
popperClass: string;
|
|
141
148
|
format: string;
|
|
142
149
|
valueFormat: string;
|
|
143
|
-
clearable: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
144
|
-
clearIcon: import("vue").DefineComponent<{}, {}, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
145
150
|
editable: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
146
|
-
prefixIcon: "";
|
|
147
|
-
readonly: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
148
|
-
disabled: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
149
|
-
placeholder: string;
|
|
150
151
|
popperOptions: {};
|
|
151
|
-
modelValue: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => import("element-plus").ModelValueType & {}) | (() => import("element-plus").ModelValueType) | ((new (...args: any[]) => import("element-plus").ModelValueType & {}) | (() => import("element-plus").ModelValueType))[], unknown, unknown>;
|
|
152
152
|
rangeSeparator: string;
|
|
153
153
|
startPlaceholder: string;
|
|
154
154
|
endPlaceholder: string;
|
|
@@ -157,14 +157,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
157
157
|
isRange: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
158
158
|
}>;
|
|
159
159
|
datePickerOnEmits: {
|
|
160
|
-
"update:modelValue": ((event: "update:modelValue", ...args: unknown[]) => void) & ((event: "update:modelValue", ...args: any[]) => void) & ((event: "change", ...args: unknown[]) => void) & ((event: "change", ...args: any[]) => void) & ((event: "focus", ...args: unknown[]) => void) & ((event: "focus", ...args: any[]) => void) & ((event: "blur", ...args: unknown[]) => void) & ((event: "blur", ...args: any[]) => void) & ((event: "
|
|
161
|
-
change: ((event: "update:modelValue", ...args: unknown[]) => void) & ((event: "update:modelValue", ...args: any[]) => void) & ((event: "change", ...args: unknown[]) => void) & ((event: "change", ...args: any[]) => void) & ((event: "focus", ...args: unknown[]) => void) & ((event: "focus", ...args: any[]) => void) & ((event: "blur", ...args: unknown[]) => void) & ((event: "blur", ...args: any[]) => void) & ((event: "
|
|
162
|
-
focus: ((event: "update:modelValue", ...args: unknown[]) => void) & ((event: "update:modelValue", ...args: any[]) => void) & ((event: "change", ...args: unknown[]) => void) & ((event: "change", ...args: any[]) => void) & ((event: "focus", ...args: unknown[]) => void) & ((event: "focus", ...args: any[]) => void) & ((event: "blur", ...args: unknown[]) => void) & ((event: "blur", ...args: any[]) => void) & ((event: "
|
|
163
|
-
blur: ((event: "update:modelValue", ...args: unknown[]) => void) & ((event: "update:modelValue", ...args: any[]) => void) & ((event: "change", ...args: unknown[]) => void) & ((event: "change", ...args: any[]) => void) & ((event: "focus", ...args: unknown[]) => void) & ((event: "focus", ...args: any[]) => void) & ((event: "blur", ...args: unknown[]) => void) & ((event: "blur", ...args: any[]) => void) & ((event: "
|
|
164
|
-
|
|
165
|
-
"
|
|
166
|
-
"
|
|
167
|
-
|
|
160
|
+
"update:modelValue": ((event: "update:modelValue", ...args: unknown[]) => void) & ((event: "update:modelValue", ...args: any[]) => void) & ((event: "change", ...args: unknown[]) => void) & ((event: "change", ...args: any[]) => void) & ((event: "focus", ...args: unknown[]) => void) & ((event: "focus", ...args: any[]) => void) & ((event: "blur", ...args: unknown[]) => void) & ((event: "blur", ...args: any[]) => void) & ((event: "keydown", ...args: unknown[]) => void) & ((event: "keydown", ...args: any[]) => void) & ((event: "visible-change", ...args: unknown[]) => void) & ((event: "visible-change", ...args: any[]) => void) & ((event: "calendar-change", ...args: unknown[]) => void) & ((event: "calendar-change", ...args: any[]) => void) & ((event: "panel-change", ...args: unknown[]) => void) & ((event: "panel-change", ...args: any[]) => void);
|
|
161
|
+
change: ((event: "update:modelValue", ...args: unknown[]) => void) & ((event: "update:modelValue", ...args: any[]) => void) & ((event: "change", ...args: unknown[]) => void) & ((event: "change", ...args: any[]) => void) & ((event: "focus", ...args: unknown[]) => void) & ((event: "focus", ...args: any[]) => void) & ((event: "blur", ...args: unknown[]) => void) & ((event: "blur", ...args: any[]) => void) & ((event: "keydown", ...args: unknown[]) => void) & ((event: "keydown", ...args: any[]) => void) & ((event: "visible-change", ...args: unknown[]) => void) & ((event: "visible-change", ...args: any[]) => void) & ((event: "calendar-change", ...args: unknown[]) => void) & ((event: "calendar-change", ...args: any[]) => void) & ((event: "panel-change", ...args: unknown[]) => void) & ((event: "panel-change", ...args: any[]) => void);
|
|
162
|
+
focus: ((event: "update:modelValue", ...args: unknown[]) => void) & ((event: "update:modelValue", ...args: any[]) => void) & ((event: "change", ...args: unknown[]) => void) & ((event: "change", ...args: any[]) => void) & ((event: "focus", ...args: unknown[]) => void) & ((event: "focus", ...args: any[]) => void) & ((event: "blur", ...args: unknown[]) => void) & ((event: "blur", ...args: any[]) => void) & ((event: "keydown", ...args: unknown[]) => void) & ((event: "keydown", ...args: any[]) => void) & ((event: "visible-change", ...args: unknown[]) => void) & ((event: "visible-change", ...args: any[]) => void) & ((event: "calendar-change", ...args: unknown[]) => void) & ((event: "calendar-change", ...args: any[]) => void) & ((event: "panel-change", ...args: unknown[]) => void) & ((event: "panel-change", ...args: any[]) => void);
|
|
163
|
+
blur: ((event: "update:modelValue", ...args: unknown[]) => void) & ((event: "update:modelValue", ...args: any[]) => void) & ((event: "change", ...args: unknown[]) => void) & ((event: "change", ...args: any[]) => void) & ((event: "focus", ...args: unknown[]) => void) & ((event: "focus", ...args: any[]) => void) & ((event: "blur", ...args: unknown[]) => void) & ((event: "blur", ...args: any[]) => void) & ((event: "keydown", ...args: unknown[]) => void) & ((event: "keydown", ...args: any[]) => void) & ((event: "visible-change", ...args: unknown[]) => void) & ((event: "visible-change", ...args: any[]) => void) & ((event: "calendar-change", ...args: unknown[]) => void) & ((event: "calendar-change", ...args: any[]) => void) & ((event: "panel-change", ...args: unknown[]) => void) & ((event: "panel-change", ...args: any[]) => void);
|
|
164
|
+
keydown: ((event: "update:modelValue", ...args: unknown[]) => void) & ((event: "update:modelValue", ...args: any[]) => void) & ((event: "change", ...args: unknown[]) => void) & ((event: "change", ...args: any[]) => void) & ((event: "focus", ...args: unknown[]) => void) & ((event: "focus", ...args: any[]) => void) & ((event: "blur", ...args: unknown[]) => void) & ((event: "blur", ...args: any[]) => void) & ((event: "keydown", ...args: unknown[]) => void) & ((event: "keydown", ...args: any[]) => void) & ((event: "visible-change", ...args: unknown[]) => void) & ((event: "visible-change", ...args: any[]) => void) & ((event: "calendar-change", ...args: unknown[]) => void) & ((event: "calendar-change", ...args: any[]) => void) & ((event: "panel-change", ...args: unknown[]) => void) & ((event: "panel-change", ...args: any[]) => void);
|
|
165
|
+
"visible-change": ((event: "update:modelValue", ...args: unknown[]) => void) & ((event: "update:modelValue", ...args: any[]) => void) & ((event: "change", ...args: unknown[]) => void) & ((event: "change", ...args: any[]) => void) & ((event: "focus", ...args: unknown[]) => void) & ((event: "focus", ...args: any[]) => void) & ((event: "blur", ...args: unknown[]) => void) & ((event: "blur", ...args: any[]) => void) & ((event: "keydown", ...args: unknown[]) => void) & ((event: "keydown", ...args: any[]) => void) & ((event: "visible-change", ...args: unknown[]) => void) & ((event: "visible-change", ...args: any[]) => void) & ((event: "calendar-change", ...args: unknown[]) => void) & ((event: "calendar-change", ...args: any[]) => void) & ((event: "panel-change", ...args: unknown[]) => void) & ((event: "panel-change", ...args: any[]) => void);
|
|
166
|
+
"calendar-change": ((event: "update:modelValue", ...args: unknown[]) => void) & ((event: "update:modelValue", ...args: any[]) => void) & ((event: "change", ...args: unknown[]) => void) & ((event: "change", ...args: any[]) => void) & ((event: "focus", ...args: unknown[]) => void) & ((event: "focus", ...args: any[]) => void) & ((event: "blur", ...args: unknown[]) => void) & ((event: "blur", ...args: any[]) => void) & ((event: "keydown", ...args: unknown[]) => void) & ((event: "keydown", ...args: any[]) => void) & ((event: "visible-change", ...args: unknown[]) => void) & ((event: "visible-change", ...args: any[]) => void) & ((event: "calendar-change", ...args: unknown[]) => void) & ((event: "calendar-change", ...args: any[]) => void) & ((event: "panel-change", ...args: unknown[]) => void) & ((event: "panel-change", ...args: any[]) => void);
|
|
167
|
+
"panel-change": ((event: "update:modelValue", ...args: unknown[]) => void) & ((event: "update:modelValue", ...args: any[]) => void) & ((event: "change", ...args: unknown[]) => void) & ((event: "change", ...args: any[]) => void) & ((event: "focus", ...args: unknown[]) => void) & ((event: "focus", ...args: any[]) => void) & ((event: "blur", ...args: unknown[]) => void) & ((event: "blur", ...args: any[]) => void) & ((event: "keydown", ...args: unknown[]) => void) & ((event: "keydown", ...args: any[]) => void) & ((event: "visible-change", ...args: unknown[]) => void) & ((event: "visible-change", ...args: any[]) => void) & ((event: "calendar-change", ...args: unknown[]) => void) & ((event: "calendar-change", ...args: any[]) => void) & ((event: "panel-change", ...args: unknown[]) => void) & ((event: "panel-change", ...args: any[]) => void);
|
|
168
168
|
};
|
|
169
169
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
170
170
|
'update:modelValue': any;
|
|
@@ -262,15 +262,17 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
262
262
|
};
|
|
263
263
|
isRange: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
264
264
|
required: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => import("element-plus").FormItemProp & {}) | (() => import("element-plus").FormItemProp) | ((new (...args: any[]) => import("element-plus").FormItemProp & {}) | (() => import("element-plus").FormItemProp))[], unknown, unknown>>;
|
|
265
|
+
rules: {
|
|
266
|
+
readonly type: import("vue").PropType<unknown>;
|
|
268
267
|
readonly required: false;
|
|
269
268
|
readonly validator: (val: unknown) => boolean;
|
|
270
269
|
__epPropKey: true;
|
|
271
270
|
};
|
|
272
|
-
|
|
273
|
-
|
|
271
|
+
labelWidth: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
272
|
+
inlineMessage: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, BooleanConstructor], unknown, unknown, "", boolean>;
|
|
273
|
+
showMessage: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
274
|
+
prop: {
|
|
275
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => import("element-plus").FormItemProp & {}) | (() => import("element-plus").FormItemProp) | ((new (...args: any[]) => import("element-plus").FormItemProp & {}) | (() => import("element-plus").FormItemProp))[], unknown, unknown>>;
|
|
274
276
|
readonly required: false;
|
|
275
277
|
readonly validator: (val: unknown) => boolean;
|
|
276
278
|
__epPropKey: true;
|
|
@@ -283,8 +285,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
283
285
|
__epPropKey: true;
|
|
284
286
|
};
|
|
285
287
|
for: StringConstructor;
|
|
286
|
-
inlineMessage: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, BooleanConstructor], unknown, unknown, "", boolean>;
|
|
287
|
-
showMessage: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
288
288
|
formItemSize: {
|
|
289
289
|
type: import("vue").PropType<"default" | "small" | "large">;
|
|
290
290
|
default: string;
|
|
@@ -298,39 +298,39 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
298
298
|
required: boolean;
|
|
299
299
|
};
|
|
300
300
|
}>> & {
|
|
301
|
-
"onUpdate:modelValue"?: ((...args: any[]) => any) | ((...args: unknown[]) => any);
|
|
302
301
|
onChange?: ((...args: any[]) => any) | ((...args: unknown[]) => any);
|
|
302
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | ((...args: unknown[]) => any);
|
|
303
303
|
onFocus?: ((...args: any[]) => any) | ((...args: unknown[]) => any);
|
|
304
304
|
onBlur?: ((...args: any[]) => any) | ((...args: unknown[]) => any);
|
|
305
|
+
onKeydown?: ((...args: any[]) => any) | ((...args: unknown[]) => any);
|
|
306
|
+
"onVisible-change"?: ((...args: any[]) => any) | ((...args: unknown[]) => any);
|
|
305
307
|
"onCalendar-change"?: ((...args: any[]) => any) | ((...args: unknown[]) => any);
|
|
306
308
|
"onPanel-change"?: ((...args: any[]) => any) | ((...args: unknown[]) => any);
|
|
307
|
-
"onVisible-change"?: ((...args: any[]) => any) | ((...args: unknown[]) => any);
|
|
308
|
-
onKeydown?: ((...args: any[]) => any) | ((...args: unknown[]) => any);
|
|
309
309
|
}, {
|
|
310
310
|
required: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
311
311
|
type: "date" | "year" | "month" | "dates" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange";
|
|
312
|
-
label: string;
|
|
313
312
|
labelWidth: import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
314
313
|
inlineMessage: import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, BooleanConstructor], unknown, unknown>;
|
|
315
314
|
showMessage: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
316
|
-
|
|
317
|
-
formItemSlots: import("../../form-item/src/types").FormItemSlots;
|
|
315
|
+
disabled: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
318
316
|
name: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => import("element-plus").SingleOrRange<string> & {}) | (() => import("element-plus").SingleOrRange<string>) | ((new (...args: any[]) => import("element-plus").SingleOrRange<string> & {}) | (() => import("element-plus").SingleOrRange<string>))[], unknown, unknown>;
|
|
319
|
-
|
|
320
|
-
|
|
317
|
+
modelValue: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => import("element-plus").ModelValueType & {}) | (() => import("element-plus").ModelValueType) | ((new (...args: any[]) => import("element-plus").ModelValueType & {}) | (() => import("element-plus").ModelValueType))[], unknown, unknown>;
|
|
318
|
+
placeholder: string;
|
|
319
|
+
readonly: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
320
|
+
clearable: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
321
|
+
prefixIcon: "";
|
|
322
|
+
label: string;
|
|
321
323
|
tabindex: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | number) & {}) | (() => string | number) | ((new (...args: any[]) => (string | number) & {}) | (() => string | number))[], unknown, unknown>;
|
|
322
324
|
validateEvent: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
323
|
-
|
|
325
|
+
formItemSize: "default" | "small" | "large";
|
|
326
|
+
formItemSlots: import("../../form-item/src/types").FormItemSlots;
|
|
324
327
|
popperClass: string;
|
|
325
|
-
clearable: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
326
328
|
clearIcon: import("vue").DefineComponent<{}, {}, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
329
|
+
shortcuts: unknown[];
|
|
330
|
+
arrowControl: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
331
|
+
unlinkPanels: boolean;
|
|
327
332
|
editable: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
328
|
-
prefixIcon: "";
|
|
329
|
-
readonly: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
330
|
-
disabled: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
331
|
-
placeholder: string;
|
|
332
333
|
popperOptions: {};
|
|
333
|
-
modelValue: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => import("element-plus").ModelValueType & {}) | (() => import("element-plus").ModelValueType) | ((new (...args: any[]) => import("element-plus").ModelValueType & {}) | (() => import("element-plus").ModelValueType))[], unknown, unknown>;
|
|
334
334
|
rangeSeparator: string;
|
|
335
335
|
isRange: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
336
336
|
datePickerSlots: any;
|
|
@@ -52,7 +52,7 @@ export declare const props: {
|
|
|
52
52
|
readonly scrollToError: BooleanConstructor;
|
|
53
53
|
}>> & {
|
|
54
54
|
onValidate?: (prop: import("element-plus").FormItemProp, isValid: boolean, message: string) => any;
|
|
55
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "
|
|
55
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "labelPosition" | "labelWidth" | "labelSuffix" | "inline" | "inlineMessage" | "statusIcon" | "showMessage" | "disabled" | "validateOnRuleChange" | "hideRequiredAsterisk" | "scrollToError">;
|
|
56
56
|
$attrs: {
|
|
57
57
|
[x: string]: unknown;
|
|
58
58
|
};
|
|
@@ -310,7 +310,7 @@ export declare const props: {
|
|
|
310
310
|
hideRequiredAsterisk: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
311
311
|
scrollToError: BooleanConstructor;
|
|
312
312
|
};
|
|
313
|
-
export declare const createBindProps: <T2 extends Record<string, any>, EX extends ("
|
|
313
|
+
export declare const createBindProps: <T2 extends Record<string, any>, EX extends ("model" | "rules" | "labelPosition" | "labelWidth" | "labelSuffix" | "inline" | "inlineMessage" | "statusIcon" | "showMessage" | "size" | "disabled" | "validateOnRuleChange" | "hideRequiredAsterisk" | "scrollToError" | "data" | "elRef" | "formItems")[], K extends Extract<EX extends (infer V)[] ? Exclude<keyof T2, V> : keyof T2, "model" | "rules" | "labelPosition" | "labelWidth" | "labelSuffix" | "inline" | "inlineMessage" | "statusIcon" | "showMessage" | "size" | "disabled" | "validateOnRuleChange" | "hideRequiredAsterisk" | "scrollToError" | "data" | "elRef" | "formItems">>(propsArg: T2, excludes?: EX) => import("vue").ComputedRef<{ [k in K]: T2[k]; }>;
|
|
314
314
|
export declare const emits: {
|
|
315
315
|
setData: (e: SetDataEvent) => SetDataEvent<any>;
|
|
316
316
|
validate: any;
|
|
@@ -50,7 +50,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
50
50
|
readonly scrollToError: BooleanConstructor;
|
|
51
51
|
}>> & {
|
|
52
52
|
onValidate?: (prop: import("element-plus").FormItemProp, isValid: boolean, message: string) => any;
|
|
53
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "
|
|
53
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "labelPosition" | "labelWidth" | "labelSuffix" | "inline" | "inlineMessage" | "statusIcon" | "showMessage" | "disabled" | "validateOnRuleChange" | "hideRequiredAsterisk" | "scrollToError">;
|
|
54
54
|
$attrs: {
|
|
55
55
|
[x: string]: unknown;
|
|
56
56
|
};
|
|
@@ -309,16 +309,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
309
309
|
scrollToError: BooleanConstructor;
|
|
310
310
|
}, {
|
|
311
311
|
formProps: import("vue").ComputedRef<{
|
|
312
|
-
labelWidth: import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
313
312
|
rules: Partial<Record<string, import("element-plus/es/utils").Arrayable<import("element-plus").FormItemRule>>>;
|
|
314
|
-
inlineMessage: boolean;
|
|
315
|
-
showMessage: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
316
|
-
size: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", unknown>;
|
|
317
|
-
disabled: boolean;
|
|
318
313
|
labelPosition: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "left" | "right" | "top", unknown>;
|
|
314
|
+
labelWidth: import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
319
315
|
labelSuffix: string;
|
|
320
316
|
inline: boolean;
|
|
317
|
+
inlineMessage: boolean;
|
|
321
318
|
statusIcon: boolean;
|
|
319
|
+
showMessage: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
320
|
+
size: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", unknown>;
|
|
321
|
+
disabled: boolean;
|
|
322
322
|
validateOnRuleChange: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
323
323
|
hideRequiredAsterisk: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
324
324
|
scrollToError: boolean;
|
|
@@ -382,7 +382,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
382
382
|
readonly scrollToError: BooleanConstructor;
|
|
383
383
|
}>> & {
|
|
384
384
|
onValidate?: (prop: import("element-plus").FormItemProp, isValid: boolean, message: string) => any;
|
|
385
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "
|
|
385
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "labelPosition" | "labelWidth" | "labelSuffix" | "inline" | "inlineMessage" | "statusIcon" | "showMessage" | "disabled" | "validateOnRuleChange" | "hideRequiredAsterisk" | "scrollToError">;
|
|
386
386
|
$attrs: {
|
|
387
387
|
[x: string]: unknown;
|
|
388
388
|
};
|
|
@@ -643,9 +643,18 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
643
643
|
onSetData?: (e: import("@vunk/core").SetDataEvent<any>) => any;
|
|
644
644
|
onValidate?: ((...args: any[]) => any) | ((...args: unknown[]) => any);
|
|
645
645
|
}, {
|
|
646
|
+
labelPosition: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "left" | "right" | "top", unknown>;
|
|
646
647
|
labelWidth: import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
648
|
+
labelSuffix: string;
|
|
649
|
+
inline: boolean;
|
|
647
650
|
inlineMessage: boolean;
|
|
651
|
+
statusIcon: boolean;
|
|
648
652
|
showMessage: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
653
|
+
disabled: boolean;
|
|
654
|
+
validateOnRuleChange: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
655
|
+
hideRequiredAsterisk: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
656
|
+
scrollToError: boolean;
|
|
657
|
+
data: {};
|
|
649
658
|
elRef: (arg: {
|
|
650
659
|
$: import("vue").ComponentInternalInstance;
|
|
651
660
|
$data: {};
|
|
@@ -688,7 +697,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
688
697
|
readonly scrollToError: BooleanConstructor;
|
|
689
698
|
}>> & {
|
|
690
699
|
onValidate?: (prop: import("element-plus").FormItemProp, isValid: boolean, message: string) => any;
|
|
691
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "
|
|
700
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "labelPosition" | "labelWidth" | "labelSuffix" | "inline" | "inlineMessage" | "statusIcon" | "showMessage" | "disabled" | "validateOnRuleChange" | "hideRequiredAsterisk" | "scrollToError">;
|
|
692
701
|
$attrs: {
|
|
693
702
|
[x: string]: unknown;
|
|
694
703
|
};
|
|
@@ -919,15 +928,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
919
928
|
validateField: (props?: import("element-plus/es/utils").Arrayable<import("element-plus").FormItemProp>, callback?: import("element-plus").FormValidateCallback) => import("element-plus").FormValidationResult;
|
|
920
929
|
scrollToField: (prop: import("element-plus").FormItemProp) => void;
|
|
921
930
|
}> & {} & import("vue").ComponentCustomProperties) => any;
|
|
922
|
-
data: {};
|
|
923
|
-
disabled: boolean;
|
|
924
|
-
labelPosition: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "left" | "right" | "top", unknown>;
|
|
925
|
-
labelSuffix: string;
|
|
926
|
-
inline: boolean;
|
|
927
|
-
statusIcon: boolean;
|
|
928
|
-
validateOnRuleChange: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
929
|
-
hideRequiredAsterisk: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
930
|
-
scrollToError: boolean;
|
|
931
931
|
formItems: any[];
|
|
932
932
|
}>;
|
|
933
933
|
export default _default;
|
|
@@ -45,4 +45,4 @@ export declare const props: Omit<{
|
|
|
45
45
|
__epPropKey: true;
|
|
46
46
|
};
|
|
47
47
|
}, "size">;
|
|
48
|
-
export declare const createBindProps: <T2 extends Record<string, any>, EX extends ("required" | "
|
|
48
|
+
export declare const createBindProps: <T2 extends Record<string, any>, EX extends ("required" | "rules" | "labelWidth" | "inlineMessage" | "showMessage" | "label" | "prop" | "error" | "validateStatus" | "for" | "formItemSize" | "formItemSlots" | "elRef")[], K extends Extract<EX extends (infer V)[] ? Exclude<keyof T2, V> : keyof T2, "required" | "rules" | "labelWidth" | "inlineMessage" | "showMessage" | "label" | "prop" | "error" | "validateStatus" | "for" | "formItemSize" | "formItemSlots" | "elRef">>(propsArg: T2, excludes?: EX) => import("vue").ComputedRef<{ [k in K]: T2[k]; }>;
|
|
@@ -31,8 +31,8 @@ declare const VkfFormItemRenderer: import("vue").DefineComponent<{
|
|
|
31
31
|
default: () => any[];
|
|
32
32
|
};
|
|
33
33
|
}>>, {
|
|
34
|
-
templateInstances: Record<string, ComponentInternalInstance>;
|
|
35
34
|
source: RendererTreeData[];
|
|
35
|
+
templateInstances: Record<string, ComponentInternalInstance>;
|
|
36
36
|
k: (string | number)[];
|
|
37
37
|
}>;
|
|
38
38
|
export default VkfFormItemRenderer;
|
|
@@ -54,15 +54,17 @@ export declare const props: {
|
|
|
54
54
|
validateEvent: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
55
55
|
inputStyle: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue) | ((new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue))[], unknown, unknown, () => import("element-plus/es/utils").Mutable<{}>, boolean>;
|
|
56
56
|
required: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
readonly type: PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => import("element-plus").FormItemProp & {}) | (() => import("element-plus").FormItemProp) | ((new (...args: any[]) => import("element-plus").FormItemProp & {}) | (() => import("element-plus").FormItemProp))[], unknown, unknown>>;
|
|
57
|
+
rules: {
|
|
58
|
+
readonly type: PropType<unknown>;
|
|
60
59
|
readonly required: false;
|
|
61
60
|
readonly validator: (val: unknown) => boolean;
|
|
62
61
|
__epPropKey: true;
|
|
63
62
|
};
|
|
64
|
-
|
|
65
|
-
|
|
63
|
+
labelWidth: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
64
|
+
inlineMessage: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, BooleanConstructor], unknown, unknown, "", boolean>;
|
|
65
|
+
showMessage: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
66
|
+
prop: {
|
|
67
|
+
readonly type: PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => import("element-plus").FormItemProp & {}) | (() => import("element-plus").FormItemProp) | ((new (...args: any[]) => import("element-plus").FormItemProp & {}) | (() => import("element-plus").FormItemProp))[], unknown, unknown>>;
|
|
66
68
|
readonly required: false;
|
|
67
69
|
readonly validator: (val: unknown) => boolean;
|
|
68
70
|
__epPropKey: true;
|
|
@@ -75,8 +77,6 @@ export declare const props: {
|
|
|
75
77
|
__epPropKey: true;
|
|
76
78
|
};
|
|
77
79
|
for: StringConstructor;
|
|
78
|
-
inlineMessage: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, BooleanConstructor], unknown, unknown, "", boolean>;
|
|
79
|
-
showMessage: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
80
80
|
formItemSize: {
|
|
81
81
|
type: PropType<"default" | "small" | "large">;
|
|
82
82
|
default: string;
|
|
@@ -90,7 +90,7 @@ export declare const props: {
|
|
|
90
90
|
required: boolean;
|
|
91
91
|
};
|
|
92
92
|
};
|
|
93
|
-
export declare const createBindProps: <T2 extends Record<string, any>, EX extends ("required" | "type" | "
|
|
93
|
+
export declare const createBindProps: <T2 extends Record<string, any>, EX extends ("required" | "type" | "rules" | "labelWidth" | "inlineMessage" | "showMessage" | "size" | "disabled" | "id" | "modelValue" | "resize" | "autosize" | "autocomplete" | "formatter" | "parser" | "placeholder" | "form" | "readonly" | "clearable" | "showPassword" | "showWordLimit" | "suffixIcon" | "prefixIcon" | "containerRole" | "label" | "tabindex" | "validateEvent" | "inputStyle" | "prop" | "error" | "validateStatus" | "for" | "formItemSize" | "formItemSlots" | "elRef" | "inputSlots")[], K extends Extract<EX extends (infer V)[] ? Exclude<keyof T2, V> : keyof T2, "required" | "type" | "rules" | "labelWidth" | "inlineMessage" | "showMessage" | "size" | "disabled" | "id" | "modelValue" | "resize" | "autosize" | "autocomplete" | "formatter" | "parser" | "placeholder" | "form" | "readonly" | "clearable" | "showPassword" | "showWordLimit" | "suffixIcon" | "prefixIcon" | "containerRole" | "label" | "tabindex" | "validateEvent" | "inputStyle" | "prop" | "error" | "validateStatus" | "for" | "formItemSize" | "formItemSlots" | "elRef" | "inputSlots">>(propsArg: T2, excludes?: EX) => import("vue").ComputedRef<{ [k in K]: T2[k]; }>;
|
|
94
94
|
export declare const emits: {
|
|
95
95
|
"update:modelValue": (value: string) => boolean;
|
|
96
96
|
input: (value: string) => boolean;
|
|
@@ -105,4 +105,4 @@ export declare const emits: {
|
|
|
105
105
|
compositionupdate: (evt: CompositionEvent) => boolean;
|
|
106
106
|
compositionend: (evt: CompositionEvent) => boolean;
|
|
107
107
|
};
|
|
108
|
-
export declare const createOnEmits: <T2 extends (...args: any) => any, EX extends ("update:modelValue" | "
|
|
108
|
+
export declare const createOnEmits: <T2 extends (...args: any) => any, EX extends ("update:modelValue" | "input" | "change" | "focus" | "blur" | "clear" | "mouseleave" | "mouseenter" | "keydown" | "compositionstart" | "compositionupdate" | "compositionend")[], K extends "update:modelValue" | "input" | "change" | "focus" | "blur" | "clear" | "mouseleave" | "mouseenter" | "keydown" | "compositionstart" | "compositionupdate" | "compositionend">(emit: T2, excludes?: EX) => { [k in K]: T2; };
|