@vunk/form 1.1.69 → 1.1.71
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/components/button/src/ctx.d.ts +7 -7
- package/components/button/src/index.vue.d.ts +26 -26
- package/components/cascader/src/ctx.d.ts +3 -3
- package/components/cascader/src/index.vue.d.ts +29 -29
- package/components/checkbox/src/ctx.d.ts +6 -6
- package/components/checkbox/src/index.vue.d.ts +22 -22
- package/components/color-picker/src/ctx.d.ts +5 -5
- package/components/color-picker/src/index.vue.d.ts +15 -15
- package/components/date-picker/src/ctx.d.ts +5 -5
- package/components/date-picker/src/index.vue.d.ts +28 -28
- package/components/esri-input-geojson/src/ctx.d.ts +3 -3
- package/components/esri-input-geojson/src/index.vue.d.ts +23 -23
- package/components/form/src/ctx.d.ts +1 -1
- package/components/form/src/index.vue.d.ts +5 -5
- package/components/form-item/src/ctx.d.ts +1 -1
- package/components/form-item/src/index.vue.d.ts +3 -3
- package/components/geoinput/src/ctx.d.ts +1 -1
- package/components/geoinput/src/index.vue.d.ts +12 -12
- package/components/geoinput-read/src/core.vue.d.ts +29 -29
- package/components/geoinput-read/src/ctx.d.ts +7 -7
- package/components/geoinput-read/src/index.vue.d.ts +19 -19
- package/components/geoinput-update/src/ctx.d.ts +7 -7
- package/components/geoinput-update/src/index.vue.d.ts +31 -31
- package/components/input/src/ctx.d.ts +7 -7
- package/components/input/src/index.vue.d.ts +27 -27
- package/components/input-link/src/ctx.d.ts +1 -1
- package/components/input-link/src/index.vue.d.ts +12 -12
- package/components/input-number/src/ctx.d.ts +3 -3
- package/components/input-number/src/index.vue.d.ts +11 -11
- package/components/radio/src/ctx.d.ts +5 -5
- package/components/radio/src/index.vue.d.ts +19 -19
- package/components/select/src/ctx.d.ts +8 -8
- package/components/select/src/index.vue.d.ts +59 -59
- package/components/slider/src/ctx.d.ts +5 -5
- package/components/slider/src/index.vue.d.ts +19 -19
- package/components/switch/src/ctx.d.ts +5 -5
- package/components/switch/src/index.vue.d.ts +19 -19
- package/components/upload/src/ctx.d.ts +6 -6
- package/components/upload/src/index.vue.d.ts +17 -17
- package/components/upload-plus/index.js +9 -8
- package/components/upload-plus/src/api.d.ts +2 -1
- package/components/upload-plus/src/api.js +1 -1
- package/components/upload-plus/src/ctx.d.ts +5 -5
- package/components/upload-plus/src/index.vue.d.ts +13 -13
- package/components/van-cascader/src/ctx.d.ts +1 -1
- package/components/van-cascader/src/index.vue.d.ts +19 -19
- package/components/var-datetime-picker/src/ctx.d.ts +1 -1
- package/components/var-datetime-picker/src/index.vue.d.ts +6 -6
- package/package.json +1 -1
|
@@ -74,6 +74,11 @@ export declare const props: {
|
|
|
74
74
|
type: NumberConstructor;
|
|
75
75
|
default: any;
|
|
76
76
|
};
|
|
77
|
+
required: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
78
|
+
readonly: {
|
|
79
|
+
type: BooleanConstructor;
|
|
80
|
+
default: any;
|
|
81
|
+
};
|
|
77
82
|
label: StringConstructor;
|
|
78
83
|
labelWidth: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
79
84
|
prop: {
|
|
@@ -82,7 +87,6 @@ export declare const props: {
|
|
|
82
87
|
readonly validator: (val: unknown) => boolean;
|
|
83
88
|
__epPropKey: true;
|
|
84
89
|
};
|
|
85
|
-
required: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
86
90
|
rules: {
|
|
87
91
|
readonly type: PropType<unknown>;
|
|
88
92
|
readonly required: false;
|
|
@@ -115,10 +119,6 @@ export declare const props: {
|
|
|
115
119
|
type: BooleanConstructor;
|
|
116
120
|
default: boolean;
|
|
117
121
|
};
|
|
118
|
-
readonly: {
|
|
119
|
-
type: BooleanConstructor;
|
|
120
|
-
default: any;
|
|
121
|
-
};
|
|
122
122
|
labelPosition: {
|
|
123
123
|
type: PropType<"right">;
|
|
124
124
|
default: string;
|
|
@@ -191,7 +191,7 @@ export declare const props: {
|
|
|
191
191
|
inputStyle: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string | false | import("vue").CSSProperties | import("vue").StyleValue[]) | (() => import("vue").StyleValue) | ((new (...args: any[]) => string | false | import("vue").CSSProperties | import("vue").StyleValue[]) | (() => import("vue").StyleValue))[], unknown, unknown, () => import("element-plus/es/utils").Mutable<{}>, boolean>;
|
|
192
192
|
autofocus: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
193
193
|
};
|
|
194
|
-
export declare const createBindProps: <T2 extends import("@vunk/core").NormalObject, EX extends (Extract<"
|
|
194
|
+
export declare const createBindProps: <T2 extends import("@vunk/core").NormalObject, EX extends (Extract<"size", keyof T2> | Extract<"placeholder", keyof T2> | Extract<"disabled", keyof T2> | Extract<"clearable", keyof T2> | Extract<"validateEvent", keyof T2> | Extract<"modelValue", keyof T2> | Extract<"type", keyof T2> | Extract<"required", keyof T2> | Extract<"form", keyof T2> | Extract<"multiple", keyof T2> | Extract<"readonly", keyof T2> | Extract<"label", keyof T2> | Extract<"labelWidth", keyof T2> | Extract<"prop", 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<"slots", keyof T2> | Extract<"formItemSize", keyof T2> | Extract<"formItemSlots", keyof T2> | Extract<"elRef", keyof T2> | Extract<"inline", keyof T2> | Extract<"labelPosition", keyof T2> | Extract<"id", keyof T2> | Extract<"maxlength", keyof T2> | Extract<"minlength", keyof T2> | Extract<"resize", keyof T2> | Extract<"autosize", keyof T2> | Extract<"autocomplete", keyof T2> | Extract<"formatter", keyof T2> | Extract<"parser", keyof T2> | Extract<"showPassword", keyof T2> | Extract<"showWordLimit", keyof T2> | Extract<"suffixIcon", keyof T2> | Extract<"prefixIcon", keyof T2> | Extract<"containerRole", keyof T2> | Extract<"tabindex", keyof T2> | Extract<"inputStyle", keyof T2> | Extract<"autofocus", keyof T2> | Extract<"inputSlots", keyof T2> | Extract<"rows", keyof T2> | Extract<"editStyles", keyof T2> | Extract<"editTypes", keyof T2> | Extract<"showMap", keyof T2> | Extract<"dialogEdit", keyof T2> | Extract<"dialogEditFullscreen", keyof T2> | Extract<"dialogEditTitle", keyof T2> | Extract<"editControls", keyof T2> | Extract<"mapTo", keyof T2> | Extract<"mapCenter", keyof T2> | Extract<"spikSave", keyof T2>)[]>(propsArg: T2, excludes?: EX) => import("vue").ComputedRef<{ [P in EX extends (infer KE)[] ? Exclude<Extract<"size", keyof T2>, KE> | Exclude<Extract<"placeholder", keyof T2>, KE> | Exclude<Extract<"disabled", keyof T2>, KE> | Exclude<Extract<"clearable", keyof T2>, KE> | Exclude<Extract<"validateEvent", keyof T2>, KE> | Exclude<Extract<"modelValue", keyof T2>, KE> | Exclude<Extract<"type", keyof T2>, KE> | Exclude<Extract<"required", keyof T2>, KE> | Exclude<Extract<"form", keyof T2>, KE> | Exclude<Extract<"multiple", keyof T2>, KE> | Exclude<Extract<"readonly", keyof T2>, KE> | Exclude<Extract<"label", keyof T2>, KE> | Exclude<Extract<"labelWidth", keyof T2>, KE> | Exclude<Extract<"prop", 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<"slots", 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<"labelPosition", keyof T2>, KE> | Exclude<Extract<"id", keyof T2>, KE> | Exclude<Extract<"maxlength", keyof T2>, KE> | Exclude<Extract<"minlength", keyof T2>, KE> | Exclude<Extract<"resize", keyof T2>, KE> | Exclude<Extract<"autosize", keyof T2>, KE> | Exclude<Extract<"autocomplete", keyof T2>, KE> | Exclude<Extract<"formatter", keyof T2>, KE> | Exclude<Extract<"parser", keyof T2>, KE> | Exclude<Extract<"showPassword", keyof T2>, KE> | Exclude<Extract<"showWordLimit", keyof T2>, KE> | Exclude<Extract<"suffixIcon", keyof T2>, KE> | Exclude<Extract<"prefixIcon", keyof T2>, KE> | Exclude<Extract<"containerRole", keyof T2>, KE> | Exclude<Extract<"tabindex", keyof T2>, KE> | Exclude<Extract<"inputStyle", keyof T2>, KE> | Exclude<Extract<"autofocus", keyof T2>, KE> | Exclude<Extract<"inputSlots", keyof T2>, KE> | Exclude<Extract<"rows", keyof T2>, KE> | Exclude<Extract<"editStyles", keyof T2>, KE> | Exclude<Extract<"editTypes", keyof T2>, KE> | Exclude<Extract<"showMap", keyof T2>, KE> | Exclude<Extract<"dialogEdit", keyof T2>, KE> | Exclude<Extract<"dialogEditFullscreen", keyof T2>, KE> | Exclude<Extract<"dialogEditTitle", keyof T2>, KE> | Exclude<Extract<"editControls", keyof T2>, KE> | Exclude<Extract<"mapTo", keyof T2>, KE> | Exclude<Extract<"mapCenter", keyof T2>, KE> | Exclude<Extract<"spikSave", keyof T2>, KE> : Extract<"size", keyof T2> | Extract<"placeholder", keyof T2> | Extract<"disabled", keyof T2> | Extract<"clearable", keyof T2> | Extract<"validateEvent", keyof T2> | Extract<"modelValue", keyof T2> | Extract<"type", keyof T2> | Extract<"required", keyof T2> | Extract<"form", keyof T2> | Extract<"multiple", keyof T2> | Extract<"readonly", keyof T2> | Extract<"label", keyof T2> | Extract<"labelWidth", keyof T2> | Extract<"prop", 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<"slots", keyof T2> | Extract<"formItemSize", keyof T2> | Extract<"formItemSlots", keyof T2> | Extract<"elRef", keyof T2> | Extract<"inline", keyof T2> | Extract<"labelPosition", keyof T2> | Extract<"id", keyof T2> | Extract<"maxlength", keyof T2> | Extract<"minlength", keyof T2> | Extract<"resize", keyof T2> | Extract<"autosize", keyof T2> | Extract<"autocomplete", keyof T2> | Extract<"formatter", keyof T2> | Extract<"parser", keyof T2> | Extract<"showPassword", keyof T2> | Extract<"showWordLimit", keyof T2> | Extract<"suffixIcon", keyof T2> | Extract<"prefixIcon", keyof T2> | Extract<"containerRole", keyof T2> | Extract<"tabindex", keyof T2> | Extract<"inputStyle", keyof T2> | Extract<"autofocus", keyof T2> | Extract<"inputSlots", keyof T2> | Extract<"rows", keyof T2> | Extract<"editStyles", keyof T2> | Extract<"editTypes", keyof T2> | Extract<"showMap", keyof T2> | Extract<"dialogEdit", keyof T2> | Extract<"dialogEditFullscreen", keyof T2> | Extract<"dialogEditTitle", keyof T2> | Extract<"editControls", keyof T2> | Extract<"mapTo", keyof T2> | Extract<"mapCenter", keyof T2> | Extract<"spikSave", keyof T2>]: { [k in Extract<"size", keyof T2> | Extract<"placeholder", keyof T2> | Extract<"disabled", keyof T2> | Extract<"clearable", keyof T2> | Extract<"validateEvent", keyof T2> | Extract<"modelValue", keyof T2> | Extract<"type", keyof T2> | Extract<"required", keyof T2> | Extract<"form", keyof T2> | Extract<"multiple", keyof T2> | Extract<"readonly", keyof T2> | Extract<"label", keyof T2> | Extract<"labelWidth", keyof T2> | Extract<"prop", 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<"slots", keyof T2> | Extract<"formItemSize", keyof T2> | Extract<"formItemSlots", keyof T2> | Extract<"elRef", keyof T2> | Extract<"inline", keyof T2> | Extract<"labelPosition", keyof T2> | Extract<"id", keyof T2> | Extract<"maxlength", keyof T2> | Extract<"minlength", keyof T2> | Extract<"resize", keyof T2> | Extract<"autosize", keyof T2> | Extract<"autocomplete", keyof T2> | Extract<"formatter", keyof T2> | Extract<"parser", keyof T2> | Extract<"showPassword", keyof T2> | Extract<"showWordLimit", keyof T2> | Extract<"suffixIcon", keyof T2> | Extract<"prefixIcon", keyof T2> | Extract<"containerRole", keyof T2> | Extract<"tabindex", keyof T2> | Extract<"inputStyle", keyof T2> | Extract<"autofocus", keyof T2> | Extract<"inputSlots", keyof T2> | Extract<"rows", keyof T2> | Extract<"editStyles", keyof T2> | Extract<"editTypes", keyof T2> | Extract<"showMap", keyof T2> | Extract<"dialogEdit", keyof T2> | Extract<"dialogEditFullscreen", keyof T2> | Extract<"dialogEditTitle", keyof T2> | Extract<"editControls", keyof T2> | Extract<"mapTo", keyof T2> | Extract<"mapCenter", keyof T2> | Extract<"spikSave", keyof T2>]: T2[k]; }[P]; }>;
|
|
195
195
|
export declare const emits: {
|
|
196
196
|
'update:modelValue': (e: FeatureCollection) => FeatureCollection<Geometry, {
|
|
197
197
|
[name: string]: any;
|
|
@@ -209,7 +209,7 @@ export declare const emits: {
|
|
|
209
209
|
compositionupdate: (evt: CompositionEvent) => boolean;
|
|
210
210
|
compositionend: (evt: CompositionEvent) => boolean;
|
|
211
211
|
};
|
|
212
|
-
export declare const createOnEmits: <T2 extends import("@vunk/core").AnyFunc, EX extends ("
|
|
212
|
+
export declare const createOnEmits: <T2 extends import("@vunk/core").AnyFunc, EX extends ("input" | "clear" | "update:modelValue" | "change" | "focus" | "blur" | "mouseleave" | "mouseenter" | "keydown" | "compositionstart" | "compositionupdate" | "compositionend" | "editUpdate")[]>(emit: T2, excludes?: EX) => { [P in EX extends (infer KE)[] ? Exclude<"input", KE> | Exclude<"clear", KE> | Exclude<"update:modelValue", KE> | Exclude<"change", KE> | Exclude<"focus", KE> | Exclude<"blur", KE> | Exclude<"mouseleave", KE> | Exclude<"mouseenter", KE> | Exclude<"keydown", KE> | Exclude<"compositionstart", KE> | Exclude<"compositionupdate", KE> | Exclude<"compositionend", KE> | Exclude<"editUpdate", KE> : "input" | "clear" | "update:modelValue" | "change" | "focus" | "blur" | "mouseleave" | "mouseenter" | "keydown" | "compositionstart" | "compositionupdate" | "compositionend" | "editUpdate"]: {
|
|
213
213
|
'update:modelValue': (...e: import("@vunk/core").RestParameters<T2>) => void;
|
|
214
214
|
editUpdate: (...e: import("@vunk/core").RestParameters<T2>) => void;
|
|
215
215
|
input: (...e: import("@vunk/core").RestParameters<T2>) => void;
|
|
@@ -72,6 +72,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
72
72
|
type: NumberConstructor;
|
|
73
73
|
default: any;
|
|
74
74
|
};
|
|
75
|
+
required: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
76
|
+
readonly: {
|
|
77
|
+
type: BooleanConstructor;
|
|
78
|
+
default: any;
|
|
79
|
+
};
|
|
75
80
|
label: StringConstructor;
|
|
76
81
|
labelWidth: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
77
82
|
prop: {
|
|
@@ -80,7 +85,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
80
85
|
readonly validator: (val: unknown) => boolean;
|
|
81
86
|
__epPropKey: true;
|
|
82
87
|
};
|
|
83
|
-
required: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
84
88
|
rules: {
|
|
85
89
|
readonly type: import("vue").PropType<unknown>;
|
|
86
90
|
readonly required: false;
|
|
@@ -113,10 +117,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
113
117
|
type: BooleanConstructor;
|
|
114
118
|
default: boolean;
|
|
115
119
|
};
|
|
116
|
-
readonly: {
|
|
117
|
-
type: BooleanConstructor;
|
|
118
|
-
default: any;
|
|
119
|
-
};
|
|
120
120
|
labelPosition: {
|
|
121
121
|
type: import("vue").PropType<"right">;
|
|
122
122
|
default: string;
|
|
@@ -190,25 +190,28 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
190
190
|
autofocus: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
191
191
|
}, {
|
|
192
192
|
inputBindProps: import("vue").ComputedRef<{
|
|
193
|
+
size: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>;
|
|
194
|
+
placeholder: string;
|
|
195
|
+
disabled: boolean;
|
|
196
|
+
clearable: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
197
|
+
validateEvent: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
198
|
+
type: string;
|
|
199
|
+
required: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
200
|
+
form: string;
|
|
193
201
|
label: string;
|
|
194
202
|
labelWidth: import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
195
203
|
prop: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | string[]) | (() => import("element-plus").FormItemProp) | ((new (...args: any[]) => string | string[]) | (() => import("element-plus").FormItemProp))[], unknown, unknown>;
|
|
196
|
-
required: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
197
204
|
rules: unknown;
|
|
198
205
|
error: string;
|
|
199
206
|
validateStatus: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "error" | "success" | "validating", unknown>;
|
|
200
207
|
for: string;
|
|
201
208
|
inlineMessage: import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, BooleanConstructor], unknown, unknown>;
|
|
202
209
|
showMessage: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
203
|
-
size: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>;
|
|
204
|
-
type: string;
|
|
205
210
|
formItemSize: "default" | "small" | "large";
|
|
206
211
|
formItemSlots: import("../../form-item/src/types").FormItemSlots;
|
|
207
212
|
elRef: any;
|
|
208
213
|
inline: boolean;
|
|
209
214
|
labelPosition: "right";
|
|
210
|
-
disabled: boolean;
|
|
211
|
-
autofocus: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
212
215
|
id: string;
|
|
213
216
|
maxlength: number;
|
|
214
217
|
minlength: number;
|
|
@@ -217,25 +220,22 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
217
220
|
autocomplete: string;
|
|
218
221
|
formatter: Function;
|
|
219
222
|
parser: Function;
|
|
220
|
-
placeholder: string;
|
|
221
|
-
form: string;
|
|
222
|
-
clearable: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
223
223
|
showPassword: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
224
224
|
showWordLimit: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
225
225
|
suffixIcon: unknown;
|
|
226
226
|
prefixIcon: unknown;
|
|
227
227
|
containerRole: string;
|
|
228
228
|
tabindex: import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
229
|
-
validateEvent: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
230
229
|
inputStyle: import("vue").StyleValue;
|
|
230
|
+
autofocus: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
231
231
|
rows: number;
|
|
232
232
|
}>;
|
|
233
233
|
inputOnEmits: {
|
|
234
|
-
clear: (e: any) => void;
|
|
235
234
|
input: (e: any) => void;
|
|
235
|
+
clear: (e: any) => void;
|
|
236
|
+
change: (e: any) => void;
|
|
236
237
|
focus: (e: any) => void;
|
|
237
238
|
blur: (e: any) => void;
|
|
238
|
-
change: (e: any) => void;
|
|
239
239
|
mouseleave: (e: any) => void;
|
|
240
240
|
mouseenter: (e: any) => void;
|
|
241
241
|
keydown: (e: any) => void;
|
|
@@ -345,6 +345,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
345
345
|
type: NumberConstructor;
|
|
346
346
|
default: any;
|
|
347
347
|
};
|
|
348
|
+
required: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
349
|
+
readonly: {
|
|
350
|
+
type: BooleanConstructor;
|
|
351
|
+
default: any;
|
|
352
|
+
};
|
|
348
353
|
label: StringConstructor;
|
|
349
354
|
labelWidth: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
350
355
|
prop: {
|
|
@@ -353,7 +358,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
353
358
|
readonly validator: (val: unknown) => boolean;
|
|
354
359
|
__epPropKey: true;
|
|
355
360
|
};
|
|
356
|
-
required: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
357
361
|
rules: {
|
|
358
362
|
readonly type: import("vue").PropType<unknown>;
|
|
359
363
|
readonly required: false;
|
|
@@ -386,10 +390,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
386
390
|
type: BooleanConstructor;
|
|
387
391
|
default: boolean;
|
|
388
392
|
};
|
|
389
|
-
readonly: {
|
|
390
|
-
type: BooleanConstructor;
|
|
391
|
-
default: any;
|
|
392
|
-
};
|
|
393
393
|
labelPosition: {
|
|
394
394
|
type: import("vue").PropType<"right">;
|
|
395
395
|
default: string;
|
|
@@ -466,9 +466,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
466
466
|
"onUpdate:modelValue"?: (e: import("geojson").FeatureCollection<import("geojson").Geometry, {
|
|
467
467
|
[name: string]: any;
|
|
468
468
|
}>) => any;
|
|
469
|
-
onInput?: (value: string) => any;
|
|
470
469
|
onFocus?: (evt: FocusEvent) => any;
|
|
471
470
|
onBlur?: (evt: FocusEvent) => any;
|
|
471
|
+
onInput?: (value: string) => any;
|
|
472
472
|
onClear?: () => any;
|
|
473
473
|
onMouseleave?: (evt: MouseEvent) => any;
|
|
474
474
|
onMouseenter?: (evt: MouseEvent) => any;
|
|
@@ -478,33 +478,33 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
478
478
|
onCompositionend?: (evt: CompositionEvent) => any;
|
|
479
479
|
onEditUpdate?: (e: any) => any;
|
|
480
480
|
}, {
|
|
481
|
-
|
|
481
|
+
disabled: boolean;
|
|
482
|
+
clearable: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
483
|
+
validateEvent: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
484
|
+
modelValue: import("geojson").FeatureCollection<import("geojson").Geometry, any>;
|
|
485
|
+
type: string;
|
|
482
486
|
required: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
487
|
+
multiple: boolean;
|
|
488
|
+
readonly: boolean;
|
|
489
|
+
labelWidth: import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
483
490
|
inlineMessage: import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, BooleanConstructor], unknown, unknown>;
|
|
484
491
|
showMessage: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
485
|
-
type: string;
|
|
486
492
|
slots: import("./types").Slots;
|
|
487
493
|
formItemSize: "default" | "small" | "large";
|
|
488
494
|
formItemSlots: import("../../form-item/src/types").FormItemSlots;
|
|
489
495
|
inline: boolean;
|
|
490
|
-
readonly: boolean;
|
|
491
496
|
labelPosition: "right";
|
|
492
|
-
disabled: boolean;
|
|
493
|
-
autofocus: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
494
497
|
id: string;
|
|
495
|
-
modelValue: import("geojson").FeatureCollection<import("geojson").Geometry, any>;
|
|
496
498
|
autosize: false;
|
|
497
499
|
autocomplete: string;
|
|
498
|
-
clearable: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
499
500
|
showPassword: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
500
501
|
showWordLimit: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
501
502
|
containerRole: string;
|
|
502
503
|
tabindex: import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
503
|
-
validateEvent: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
504
504
|
inputStyle: import("vue").StyleValue;
|
|
505
|
+
autofocus: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
505
506
|
inputSlots: any;
|
|
506
507
|
rows: number;
|
|
507
|
-
multiple: boolean;
|
|
508
508
|
editStyles: import("@vumap/core/components/control-draw/src/types").StyleLayer[];
|
|
509
509
|
editTypes: import("./types").EditType | import("./types").EditType[];
|
|
510
510
|
showMap: boolean;
|
|
@@ -17,6 +17,11 @@ export declare const props: {
|
|
|
17
17
|
type: NumberConstructor;
|
|
18
18
|
default: any;
|
|
19
19
|
};
|
|
20
|
+
required: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
21
|
+
readonly: {
|
|
22
|
+
type: BooleanConstructor;
|
|
23
|
+
default: any;
|
|
24
|
+
};
|
|
20
25
|
label: StringConstructor;
|
|
21
26
|
labelWidth: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
22
27
|
prop: {
|
|
@@ -25,7 +30,6 @@ export declare const props: {
|
|
|
25
30
|
readonly validator: (val: unknown) => boolean;
|
|
26
31
|
__epPropKey: true;
|
|
27
32
|
};
|
|
28
|
-
required: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
29
33
|
rules: {
|
|
30
34
|
readonly type: PropType<unknown>;
|
|
31
35
|
readonly required: false;
|
|
@@ -58,10 +62,6 @@ export declare const props: {
|
|
|
58
62
|
type: BooleanConstructor;
|
|
59
63
|
default: boolean;
|
|
60
64
|
};
|
|
61
|
-
readonly: {
|
|
62
|
-
type: BooleanConstructor;
|
|
63
|
-
default: any;
|
|
64
|
-
};
|
|
65
65
|
labelPosition: {
|
|
66
66
|
type: PropType<"right">;
|
|
67
67
|
default: string;
|
|
@@ -135,7 +135,7 @@ export declare const props: {
|
|
|
135
135
|
inputStyle: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string | false | import("vue").CSSProperties | import("vue").StyleValue[]) | (() => import("vue").StyleValue) | ((new (...args: any[]) => string | false | import("vue").CSSProperties | import("vue").StyleValue[]) | (() => import("vue").StyleValue))[], unknown, unknown, () => import("element-plus/es/utils").Mutable<{}>, boolean>;
|
|
136
136
|
autofocus: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
137
137
|
};
|
|
138
|
-
export declare const createBindProps: <T2 extends import("@vunk/core").NormalObject, EX extends (Extract<"
|
|
138
|
+
export declare const createBindProps: <T2 extends import("@vunk/core").NormalObject, EX extends (Extract<"size", keyof T2> | Extract<"placeholder", keyof T2> | Extract<"disabled", keyof T2> | Extract<"clearable", keyof T2> | Extract<"validateEvent", keyof T2> | Extract<"modelValue", keyof T2> | Extract<"type", keyof T2> | Extract<"required", keyof T2> | Extract<"form", keyof T2> | Extract<"readonly", keyof T2> | Extract<"label", keyof T2> | Extract<"labelWidth", keyof T2> | Extract<"prop", 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<"formItemSize", keyof T2> | Extract<"formItemSlots", keyof T2> | Extract<"elRef", keyof T2> | Extract<"inline", keyof T2> | Extract<"labelPosition", keyof T2> | Extract<"id", keyof T2> | Extract<"maxlength", keyof T2> | Extract<"minlength", keyof T2> | Extract<"resize", keyof T2> | Extract<"autosize", keyof T2> | Extract<"autocomplete", keyof T2> | Extract<"formatter", keyof T2> | Extract<"parser", keyof T2> | Extract<"showPassword", keyof T2> | Extract<"showWordLimit", keyof T2> | Extract<"suffixIcon", keyof T2> | Extract<"prefixIcon", keyof T2> | Extract<"containerRole", keyof T2> | Extract<"tabindex", keyof T2> | Extract<"inputStyle", keyof T2> | Extract<"autofocus", keyof T2> | Extract<"inputSlots", keyof T2> | Extract<"rows", keyof T2>)[]>(propsArg: T2, excludes?: EX) => import("vue").ComputedRef<{ [P in EX extends (infer KE)[] ? Exclude<Extract<"size", keyof T2>, KE> | Exclude<Extract<"placeholder", keyof T2>, KE> | Exclude<Extract<"disabled", keyof T2>, KE> | Exclude<Extract<"clearable", keyof T2>, KE> | Exclude<Extract<"validateEvent", keyof T2>, KE> | Exclude<Extract<"modelValue", keyof T2>, KE> | Exclude<Extract<"type", keyof T2>, KE> | Exclude<Extract<"required", keyof T2>, KE> | Exclude<Extract<"form", keyof T2>, KE> | Exclude<Extract<"readonly", keyof T2>, KE> | Exclude<Extract<"label", keyof T2>, KE> | Exclude<Extract<"labelWidth", keyof T2>, KE> | Exclude<Extract<"prop", 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<"formItemSize", keyof T2>, KE> | Exclude<Extract<"formItemSlots", keyof T2>, KE> | Exclude<Extract<"elRef", keyof T2>, KE> | Exclude<Extract<"inline", keyof T2>, KE> | Exclude<Extract<"labelPosition", keyof T2>, KE> | Exclude<Extract<"id", keyof T2>, KE> | Exclude<Extract<"maxlength", keyof T2>, KE> | Exclude<Extract<"minlength", keyof T2>, KE> | Exclude<Extract<"resize", keyof T2>, KE> | Exclude<Extract<"autosize", keyof T2>, KE> | Exclude<Extract<"autocomplete", keyof T2>, KE> | Exclude<Extract<"formatter", keyof T2>, KE> | Exclude<Extract<"parser", keyof T2>, KE> | Exclude<Extract<"showPassword", keyof T2>, KE> | Exclude<Extract<"showWordLimit", keyof T2>, KE> | Exclude<Extract<"suffixIcon", keyof T2>, KE> | Exclude<Extract<"prefixIcon", keyof T2>, KE> | Exclude<Extract<"containerRole", keyof T2>, KE> | Exclude<Extract<"tabindex", keyof T2>, KE> | Exclude<Extract<"inputStyle", keyof T2>, KE> | Exclude<Extract<"autofocus", keyof T2>, KE> | Exclude<Extract<"inputSlots", keyof T2>, KE> | Exclude<Extract<"rows", keyof T2>, KE> : Extract<"size", keyof T2> | Extract<"placeholder", keyof T2> | Extract<"disabled", keyof T2> | Extract<"clearable", keyof T2> | Extract<"validateEvent", keyof T2> | Extract<"modelValue", keyof T2> | Extract<"type", keyof T2> | Extract<"required", keyof T2> | Extract<"form", keyof T2> | Extract<"readonly", keyof T2> | Extract<"label", keyof T2> | Extract<"labelWidth", keyof T2> | Extract<"prop", 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<"formItemSize", keyof T2> | Extract<"formItemSlots", keyof T2> | Extract<"elRef", keyof T2> | Extract<"inline", keyof T2> | Extract<"labelPosition", keyof T2> | Extract<"id", keyof T2> | Extract<"maxlength", keyof T2> | Extract<"minlength", keyof T2> | Extract<"resize", keyof T2> | Extract<"autosize", keyof T2> | Extract<"autocomplete", keyof T2> | Extract<"formatter", keyof T2> | Extract<"parser", keyof T2> | Extract<"showPassword", keyof T2> | Extract<"showWordLimit", keyof T2> | Extract<"suffixIcon", keyof T2> | Extract<"prefixIcon", keyof T2> | Extract<"containerRole", keyof T2> | Extract<"tabindex", keyof T2> | Extract<"inputStyle", keyof T2> | Extract<"autofocus", keyof T2> | Extract<"inputSlots", keyof T2> | Extract<"rows", keyof T2>]: { [k in Extract<"size", keyof T2> | Extract<"placeholder", keyof T2> | Extract<"disabled", keyof T2> | Extract<"clearable", keyof T2> | Extract<"validateEvent", keyof T2> | Extract<"modelValue", keyof T2> | Extract<"type", keyof T2> | Extract<"required", keyof T2> | Extract<"form", keyof T2> | Extract<"readonly", keyof T2> | Extract<"label", keyof T2> | Extract<"labelWidth", keyof T2> | Extract<"prop", 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<"formItemSize", keyof T2> | Extract<"formItemSlots", keyof T2> | Extract<"elRef", keyof T2> | Extract<"inline", keyof T2> | Extract<"labelPosition", keyof T2> | Extract<"id", keyof T2> | Extract<"maxlength", keyof T2> | Extract<"minlength", keyof T2> | Extract<"resize", keyof T2> | Extract<"autosize", keyof T2> | Extract<"autocomplete", keyof T2> | Extract<"formatter", keyof T2> | Extract<"parser", keyof T2> | Extract<"showPassword", keyof T2> | Extract<"showWordLimit", keyof T2> | Extract<"suffixIcon", keyof T2> | Extract<"prefixIcon", keyof T2> | Extract<"containerRole", keyof T2> | Extract<"tabindex", keyof T2> | Extract<"inputStyle", keyof T2> | Extract<"autofocus", keyof T2> | Extract<"inputSlots", keyof T2> | Extract<"rows", keyof T2>]: T2[k]; }[P]; }>;
|
|
139
139
|
export declare const emits: {
|
|
140
140
|
"update:modelValue": (value: string) => boolean;
|
|
141
141
|
input: (value: string) => boolean;
|
|
@@ -150,7 +150,7 @@ export declare const emits: {
|
|
|
150
150
|
compositionupdate: (evt: CompositionEvent) => boolean;
|
|
151
151
|
compositionend: (evt: CompositionEvent) => boolean;
|
|
152
152
|
};
|
|
153
|
-
export declare const createOnEmits: <T2 extends import("@vunk/core").AnyFunc, EX extends ("
|
|
153
|
+
export declare const createOnEmits: <T2 extends import("@vunk/core").AnyFunc, EX extends ("input" | "clear" | "update:modelValue" | "change" | "focus" | "blur" | "mouseleave" | "mouseenter" | "keydown" | "compositionstart" | "compositionupdate" | "compositionend")[]>(emit: T2, excludes?: EX) => { [P in EX extends (infer KE)[] ? Exclude<"input", KE> | Exclude<"clear", KE> | Exclude<"update:modelValue", KE> | Exclude<"change", KE> | Exclude<"focus", KE> | Exclude<"blur", KE> | Exclude<"mouseleave", KE> | Exclude<"mouseenter", KE> | Exclude<"keydown", KE> | Exclude<"compositionstart", KE> | Exclude<"compositionupdate", KE> | Exclude<"compositionend", KE> : "input" | "clear" | "update:modelValue" | "change" | "focus" | "blur" | "mouseleave" | "mouseenter" | "keydown" | "compositionstart" | "compositionupdate" | "compositionend"]: {
|
|
154
154
|
"update:modelValue": (...e: import("@vunk/core").RestParameters<T2>) => void;
|
|
155
155
|
input: (...e: import("@vunk/core").RestParameters<T2>) => void;
|
|
156
156
|
change: (...e: import("@vunk/core").RestParameters<T2>) => void;
|
|
@@ -15,6 +15,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
15
15
|
type: NumberConstructor;
|
|
16
16
|
default: any;
|
|
17
17
|
};
|
|
18
|
+
required: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
19
|
+
readonly: {
|
|
20
|
+
type: BooleanConstructor;
|
|
21
|
+
default: any;
|
|
22
|
+
};
|
|
18
23
|
label: StringConstructor;
|
|
19
24
|
labelWidth: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
20
25
|
prop: {
|
|
@@ -23,7 +28,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
23
28
|
readonly validator: (val: unknown) => boolean;
|
|
24
29
|
__epPropKey: true;
|
|
25
30
|
};
|
|
26
|
-
required: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
27
31
|
rules: {
|
|
28
32
|
readonly type: import("vue").PropType<unknown>;
|
|
29
33
|
readonly required: false;
|
|
@@ -56,10 +60,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
56
60
|
type: BooleanConstructor;
|
|
57
61
|
default: boolean;
|
|
58
62
|
};
|
|
59
|
-
readonly: {
|
|
60
|
-
type: BooleanConstructor;
|
|
61
|
-
default: any;
|
|
62
|
-
};
|
|
63
63
|
labelPosition: {
|
|
64
64
|
type: import("vue").PropType<"right">;
|
|
65
65
|
default: string;
|
|
@@ -134,13 +134,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
134
134
|
autofocus: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
135
135
|
}, {
|
|
136
136
|
inputBindProps: import("vue").ComputedRef<{
|
|
137
|
-
label: string;
|
|
138
137
|
size: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>;
|
|
139
|
-
|
|
138
|
+
placeholder: string;
|
|
140
139
|
disabled: boolean;
|
|
141
|
-
|
|
142
|
-
|
|
140
|
+
clearable: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
141
|
+
validateEvent: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
143
142
|
modelValue: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown>;
|
|
143
|
+
type: string;
|
|
144
|
+
form: string;
|
|
145
|
+
label: string;
|
|
146
|
+
id: string;
|
|
144
147
|
maxlength: number;
|
|
145
148
|
minlength: number;
|
|
146
149
|
resize: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "horizontal" | "vertical" | "none" | "both", unknown>;
|
|
@@ -148,17 +151,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
148
151
|
autocomplete: string;
|
|
149
152
|
formatter: Function;
|
|
150
153
|
parser: Function;
|
|
151
|
-
placeholder: string;
|
|
152
|
-
form: string;
|
|
153
|
-
clearable: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
154
154
|
showPassword: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
155
155
|
showWordLimit: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
156
156
|
suffixIcon: unknown;
|
|
157
157
|
prefixIcon: unknown;
|
|
158
158
|
containerRole: string;
|
|
159
159
|
tabindex: import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
160
|
-
validateEvent: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
161
160
|
inputStyle: import("vue").StyleValue;
|
|
161
|
+
autofocus: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
162
162
|
}>;
|
|
163
163
|
formItemBindProps: import("vue").ComputedRef<{}>;
|
|
164
164
|
readonly: import("vue").ComputedRef<boolean>;
|
|
@@ -193,6 +193,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
193
193
|
type: NumberConstructor;
|
|
194
194
|
default: any;
|
|
195
195
|
};
|
|
196
|
+
required: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
197
|
+
readonly: {
|
|
198
|
+
type: BooleanConstructor;
|
|
199
|
+
default: any;
|
|
200
|
+
};
|
|
196
201
|
label: StringConstructor;
|
|
197
202
|
labelWidth: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
198
203
|
prop: {
|
|
@@ -201,7 +206,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
201
206
|
readonly validator: (val: unknown) => boolean;
|
|
202
207
|
__epPropKey: true;
|
|
203
208
|
};
|
|
204
|
-
required: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
205
209
|
rules: {
|
|
206
210
|
readonly type: import("vue").PropType<unknown>;
|
|
207
211
|
readonly required: false;
|
|
@@ -234,10 +238,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
234
238
|
type: BooleanConstructor;
|
|
235
239
|
default: boolean;
|
|
236
240
|
};
|
|
237
|
-
readonly: {
|
|
238
|
-
type: BooleanConstructor;
|
|
239
|
-
default: any;
|
|
240
|
-
};
|
|
241
241
|
labelPosition: {
|
|
242
242
|
type: import("vue").PropType<"right">;
|
|
243
243
|
default: string;
|
|
@@ -313,9 +313,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
313
313
|
}>> & {
|
|
314
314
|
onChange?: (value: string) => any;
|
|
315
315
|
"onUpdate:modelValue"?: (value: string) => any;
|
|
316
|
-
onInput?: (value: string) => any;
|
|
317
316
|
onFocus?: (evt: FocusEvent) => any;
|
|
318
317
|
onBlur?: (evt: FocusEvent) => any;
|
|
318
|
+
onInput?: (value: string) => any;
|
|
319
319
|
onClear?: () => any;
|
|
320
320
|
onMouseleave?: (evt: MouseEvent) => any;
|
|
321
321
|
onMouseenter?: (evt: MouseEvent) => any;
|
|
@@ -324,29 +324,29 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
324
324
|
onCompositionupdate?: (evt: CompositionEvent) => any;
|
|
325
325
|
onCompositionend?: (evt: CompositionEvent) => any;
|
|
326
326
|
}, {
|
|
327
|
-
|
|
327
|
+
disabled: boolean;
|
|
328
|
+
clearable: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
329
|
+
validateEvent: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
330
|
+
modelValue: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown>;
|
|
331
|
+
type: string;
|
|
328
332
|
required: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
333
|
+
readonly: boolean;
|
|
334
|
+
labelWidth: import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
329
335
|
inlineMessage: import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, BooleanConstructor], unknown, unknown>;
|
|
330
336
|
showMessage: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
331
|
-
type: string;
|
|
332
337
|
formItemSize: "default" | "small" | "large";
|
|
333
338
|
formItemSlots: import("../../form-item/src/types").FormItemSlots;
|
|
334
339
|
inline: boolean;
|
|
335
|
-
readonly: boolean;
|
|
336
340
|
labelPosition: "right";
|
|
337
|
-
disabled: boolean;
|
|
338
|
-
autofocus: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
339
341
|
id: string;
|
|
340
|
-
modelValue: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown>;
|
|
341
342
|
autosize: false;
|
|
342
343
|
autocomplete: string;
|
|
343
|
-
clearable: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
344
344
|
showPassword: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
345
345
|
showWordLimit: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
346
346
|
containerRole: string;
|
|
347
347
|
tabindex: import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
348
|
-
validateEvent: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
349
348
|
inputStyle: import("vue").StyleValue;
|
|
349
|
+
autofocus: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
350
350
|
inputSlots: any;
|
|
351
351
|
rows: number;
|
|
352
352
|
}, {}>;
|
|
@@ -66,6 +66,7 @@ export declare const props: {
|
|
|
66
66
|
type: import("vue").PropType<import("../../input/src/types").InputSlots>;
|
|
67
67
|
default: any;
|
|
68
68
|
};
|
|
69
|
+
required: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
69
70
|
labelWidth: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
70
71
|
prop: {
|
|
71
72
|
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | string[]) | (() => import("element-plus").FormItemProp) | ((new (...args: any[]) => string | string[]) | (() => import("element-plus").FormItemProp))[], unknown, unknown>>;
|
|
@@ -73,7 +74,6 @@ export declare const props: {
|
|
|
73
74
|
readonly validator: (val: unknown) => boolean;
|
|
74
75
|
__epPropKey: true;
|
|
75
76
|
};
|
|
76
|
-
required: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
77
77
|
rules: {
|
|
78
78
|
readonly type: import("vue").PropType<unknown>;
|
|
79
79
|
readonly required: false;
|