@vunk/form 1.1.71 → 1.1.73

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.
Files changed (64) hide show
  1. package/components/button/src/ctx.d.ts +7 -7
  2. package/components/button/src/index.vue.d.ts +26 -26
  3. package/components/cascader/src/ctx.d.ts +3 -3
  4. package/components/cascader/src/index.vue.d.ts +29 -29
  5. package/components/checkbox/src/ctx.d.ts +6 -6
  6. package/components/checkbox/src/index.vue.d.ts +22 -22
  7. package/components/color-picker/src/ctx.d.ts +5 -5
  8. package/components/color-picker/src/index.vue.d.ts +15 -15
  9. package/components/date-picker/src/ctx.d.ts +5 -5
  10. package/components/date-picker/src/index.vue.d.ts +28 -28
  11. package/components/download-plus/index.css +74 -0
  12. package/components/download-plus/index.d.ts +4 -0
  13. package/components/download-plus/index.js +418 -0
  14. package/components/download-plus/src/api.d.ts +13 -0
  15. package/components/download-plus/src/api.js +1 -0
  16. package/components/download-plus/src/const.d.ts +9 -0
  17. package/components/download-plus/src/const.js +1 -0
  18. package/components/download-plus/src/ctx.d.ts +83 -0
  19. package/components/download-plus/src/ctx.js +1 -0
  20. package/components/download-plus/src/index.css +1 -0
  21. package/components/download-plus/src/index.vue.d.ts +199 -0
  22. package/components/download-plus/src/types.d.ts +17 -0
  23. package/components/download-plus/src/types.js +1 -0
  24. package/components/esri-input-geojson/src/ctx.d.ts +3 -3
  25. package/components/esri-input-geojson/src/index.vue.d.ts +23 -23
  26. package/components/form/src/ctx.d.ts +1 -1
  27. package/components/form/src/index.vue.d.ts +5 -5
  28. package/components/form-item/src/ctx.d.ts +1 -1
  29. package/components/form-item/src/index.vue.d.ts +3 -3
  30. package/components/geoinput/src/ctx.d.ts +1 -1
  31. package/components/geoinput/src/index.vue.d.ts +12 -12
  32. package/components/geoinput-read/src/core.vue.d.ts +29 -29
  33. package/components/geoinput-read/src/ctx.d.ts +7 -7
  34. package/components/geoinput-read/src/index.vue.d.ts +19 -19
  35. package/components/geoinput-update/src/ctx.d.ts +7 -7
  36. package/components/geoinput-update/src/index.vue.d.ts +31 -31
  37. package/components/input/src/ctx.d.ts +7 -7
  38. package/components/input/src/index.vue.d.ts +27 -27
  39. package/components/input-link/src/ctx.d.ts +1 -1
  40. package/components/input-link/src/index.vue.d.ts +12 -12
  41. package/components/input-number/src/ctx.d.ts +3 -3
  42. package/components/input-number/src/index.vue.d.ts +11 -11
  43. package/components/radio/src/ctx.d.ts +5 -5
  44. package/components/radio/src/index.vue.d.ts +19 -19
  45. package/components/select/src/ctx.d.ts +8 -8
  46. package/components/select/src/index.vue.d.ts +59 -59
  47. package/components/slider/src/ctx.d.ts +5 -5
  48. package/components/slider/src/index.vue.d.ts +19 -19
  49. package/components/switch/src/ctx.d.ts +5 -5
  50. package/components/switch/src/index.vue.d.ts +19 -19
  51. package/components/upload/src/ctx.d.ts +6 -6
  52. package/components/upload/src/index.vue.d.ts +17 -17
  53. package/components/upload-plus/index.css +2 -0
  54. package/components/upload-plus/index.js +43 -13
  55. package/components/upload-plus/src/api.js +6 -6
  56. package/components/upload-plus/src/ctx.d.ts +22 -6
  57. package/components/upload-plus/src/ctx.js +1 -1
  58. package/components/upload-plus/src/index.vue.d.ts +16 -15
  59. package/components/van-cascader/src/ctx.d.ts +1 -1
  60. package/components/van-cascader/src/index.vue.d.ts +19 -19
  61. package/components/var-datetime-picker/src/ctx.d.ts +1 -1
  62. package/components/var-datetime-picker/src/index.vue.d.ts +6 -6
  63. package/index.css +79 -0
  64. package/package.json +1 -1
@@ -72,11 +72,6 @@ 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
- };
80
75
  label: StringConstructor;
81
76
  labelWidth: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
82
77
  prop: {
@@ -85,6 +80,7 @@ declare const _default: import("vue").DefineComponent<{
85
80
  readonly validator: (val: unknown) => boolean;
86
81
  __epPropKey: true;
87
82
  };
83
+ required: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
88
84
  rules: {
89
85
  readonly type: import("vue").PropType<unknown>;
90
86
  readonly required: false;
@@ -117,6 +113,10 @@ declare const _default: import("vue").DefineComponent<{
117
113
  type: BooleanConstructor;
118
114
  default: boolean;
119
115
  };
116
+ readonly: {
117
+ type: BooleanConstructor;
118
+ default: any;
119
+ };
120
120
  labelPosition: {
121
121
  type: import("vue").PropType<"right">;
122
122
  default: string;
@@ -190,28 +190,25 @@ 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;
201
193
  label: string;
202
194
  labelWidth: import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
203
195
  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>;
204
197
  rules: unknown;
205
198
  error: string;
206
199
  validateStatus: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "error" | "success" | "validating", unknown>;
207
200
  for: string;
208
201
  inlineMessage: import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, BooleanConstructor], unknown, unknown>;
209
202
  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;
210
205
  formItemSize: "default" | "small" | "large";
211
206
  formItemSlots: import("../../form-item/src/types").FormItemSlots;
212
207
  elRef: any;
213
208
  inline: boolean;
214
209
  labelPosition: "right";
210
+ disabled: boolean;
211
+ autofocus: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
215
212
  id: string;
216
213
  maxlength: number;
217
214
  minlength: number;
@@ -220,22 +217,25 @@ declare const _default: import("vue").DefineComponent<{
220
217
  autocomplete: string;
221
218
  formatter: Function;
222
219
  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>;
229
230
  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
- input: (e: any) => void;
235
234
  clear: (e: any) => void;
236
- change: (e: any) => void;
235
+ input: (e: any) => void;
237
236
  focus: (e: any) => void;
238
237
  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,11 +345,6 @@ 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
- };
353
348
  label: StringConstructor;
354
349
  labelWidth: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
355
350
  prop: {
@@ -358,6 +353,7 @@ declare const _default: import("vue").DefineComponent<{
358
353
  readonly validator: (val: unknown) => boolean;
359
354
  __epPropKey: true;
360
355
  };
356
+ required: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
361
357
  rules: {
362
358
  readonly type: import("vue").PropType<unknown>;
363
359
  readonly required: false;
@@ -390,6 +386,10 @@ declare const _default: import("vue").DefineComponent<{
390
386
  type: BooleanConstructor;
391
387
  default: boolean;
392
388
  };
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;
469
470
  onFocus?: (evt: FocusEvent) => any;
470
471
  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
- 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;
486
- required: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
487
- multiple: boolean;
488
- readonly: boolean;
489
481
  labelWidth: import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
482
+ required: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
490
483
  inlineMessage: import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, BooleanConstructor], unknown, unknown>;
491
484
  showMessage: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
485
+ type: string;
492
486
  slots: import("./types").Slots;
493
487
  formItemSize: "default" | "small" | "large";
494
488
  formItemSlots: import("../../form-item/src/types").FormItemSlots;
495
489
  inline: boolean;
490
+ readonly: boolean;
496
491
  labelPosition: "right";
492
+ disabled: boolean;
493
+ autofocus: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
497
494
  id: string;
495
+ modelValue: import("geojson").FeatureCollection<import("geojson").Geometry, any>;
498
496
  autosize: false;
499
497
  autocomplete: string;
498
+ clearable: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
500
499
  showPassword: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
501
500
  showWordLimit: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
502
501
  containerRole: string;
503
502
  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>;
506
505
  inputSlots: any;
507
506
  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,11 +17,6 @@ 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
- };
25
20
  label: StringConstructor;
26
21
  labelWidth: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
27
22
  prop: {
@@ -30,6 +25,7 @@ export declare const props: {
30
25
  readonly validator: (val: unknown) => boolean;
31
26
  __epPropKey: true;
32
27
  };
28
+ required: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
33
29
  rules: {
34
30
  readonly type: PropType<unknown>;
35
31
  readonly required: false;
@@ -62,6 +58,10 @@ export declare const props: {
62
58
  type: BooleanConstructor;
63
59
  default: boolean;
64
60
  };
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<"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]; }>;
138
+ export declare const createBindProps: <T2 extends import("@vunk/core").NormalObject, EX extends (Extract<"label", keyof T2> | Extract<"labelWidth", keyof T2> | Extract<"prop", keyof T2> | Extract<"required", 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<"size", keyof T2> | Extract<"type", keyof T2> | Extract<"formItemSize", keyof T2> | Extract<"formItemSlots", keyof T2> | Extract<"elRef", keyof T2> | Extract<"inline", keyof T2> | Extract<"readonly", keyof T2> | Extract<"labelPosition", keyof T2> | Extract<"disabled", keyof T2> | Extract<"autofocus", keyof T2> | Extract<"id", keyof T2> | Extract<"modelValue", 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<"placeholder", keyof T2> | Extract<"form", keyof T2> | Extract<"clearable", 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<"validateEvent", keyof T2> | Extract<"inputStyle", 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<"label", keyof T2>, KE> | Exclude<Extract<"labelWidth", keyof T2>, KE> | Exclude<Extract<"prop", keyof T2>, KE> | Exclude<Extract<"required", 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<"size", keyof T2>, KE> | Exclude<Extract<"type", 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<"labelPosition", keyof T2>, KE> | Exclude<Extract<"disabled", keyof T2>, KE> | Exclude<Extract<"autofocus", keyof T2>, KE> | Exclude<Extract<"id", keyof T2>, KE> | Exclude<Extract<"modelValue", 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<"placeholder", keyof T2>, KE> | Exclude<Extract<"form", keyof T2>, KE> | Exclude<Extract<"clearable", 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<"validateEvent", keyof T2>, KE> | Exclude<Extract<"inputStyle", keyof T2>, KE> | Exclude<Extract<"inputSlots", keyof T2>, KE> | Exclude<Extract<"rows", keyof T2>, KE> : Extract<"label", keyof T2> | Extract<"labelWidth", keyof T2> | Extract<"prop", keyof T2> | Extract<"required", 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<"size", keyof T2> | Extract<"type", keyof T2> | Extract<"formItemSize", keyof T2> | Extract<"formItemSlots", keyof T2> | Extract<"elRef", keyof T2> | Extract<"inline", keyof T2> | Extract<"readonly", keyof T2> | Extract<"labelPosition", keyof T2> | Extract<"disabled", keyof T2> | Extract<"autofocus", keyof T2> | Extract<"id", keyof T2> | Extract<"modelValue", 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<"placeholder", keyof T2> | Extract<"form", keyof T2> | Extract<"clearable", 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<"validateEvent", keyof T2> | Extract<"inputStyle", keyof T2> | Extract<"inputSlots", keyof T2> | Extract<"rows", keyof T2>]: { [k in Extract<"label", keyof T2> | Extract<"labelWidth", keyof T2> | Extract<"prop", keyof T2> | Extract<"required", 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<"size", keyof T2> | Extract<"type", keyof T2> | Extract<"formItemSize", keyof T2> | Extract<"formItemSlots", keyof T2> | Extract<"elRef", keyof T2> | Extract<"inline", keyof T2> | Extract<"readonly", keyof T2> | Extract<"labelPosition", keyof T2> | Extract<"disabled", keyof T2> | Extract<"autofocus", keyof T2> | Extract<"id", keyof T2> | Extract<"modelValue", 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<"placeholder", keyof T2> | Extract<"form", keyof T2> | Extract<"clearable", 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<"validateEvent", keyof T2> | Extract<"inputStyle", 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 ("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"]: {
153
+ export declare const createOnEmits: <T2 extends import("@vunk/core").AnyFunc, EX extends ("clear" | "input" | "focus" | "blur" | "update:modelValue" | "change" | "mouseleave" | "mouseenter" | "keydown" | "compositionstart" | "compositionupdate" | "compositionend")[]>(emit: T2, excludes?: EX) => { [P in EX extends (infer KE)[] ? Exclude<"clear", KE> | Exclude<"input", KE> | Exclude<"focus", KE> | Exclude<"blur", KE> | Exclude<"update:modelValue", KE> | Exclude<"change", KE> | Exclude<"mouseleave", KE> | Exclude<"mouseenter", KE> | Exclude<"keydown", KE> | Exclude<"compositionstart", KE> | Exclude<"compositionupdate", KE> | Exclude<"compositionend", KE> : "clear" | "input" | "focus" | "blur" | "update:modelValue" | "change" | "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,11 +15,6 @@ 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
- };
23
18
  label: StringConstructor;
24
19
  labelWidth: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
25
20
  prop: {
@@ -28,6 +23,7 @@ declare const _default: import("vue").DefineComponent<{
28
23
  readonly validator: (val: unknown) => boolean;
29
24
  __epPropKey: true;
30
25
  };
26
+ required: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
31
27
  rules: {
32
28
  readonly type: import("vue").PropType<unknown>;
33
29
  readonly required: false;
@@ -60,6 +56,10 @@ declare const _default: import("vue").DefineComponent<{
60
56
  type: BooleanConstructor;
61
57
  default: boolean;
62
58
  };
59
+ readonly: {
60
+ type: BooleanConstructor;
61
+ default: any;
62
+ };
63
63
  labelPosition: {
64
64
  type: import("vue").PropType<"right">;
65
65
  default: string;
@@ -134,16 +134,13 @@ 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;
137
138
  size: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>;
138
- placeholder: string;
139
- disabled: boolean;
140
- clearable: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
141
- validateEvent: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
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
139
  type: string;
144
- form: string;
145
- label: string;
140
+ disabled: boolean;
141
+ autofocus: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
146
142
  id: string;
143
+ modelValue: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown>;
147
144
  maxlength: number;
148
145
  minlength: number;
149
146
  resize: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "horizontal" | "vertical" | "none" | "both", unknown>;
@@ -151,14 +148,17 @@ declare const _default: import("vue").DefineComponent<{
151
148
  autocomplete: string;
152
149
  formatter: Function;
153
150
  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>;
160
161
  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,11 +193,6 @@ 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
- };
201
196
  label: StringConstructor;
202
197
  labelWidth: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
203
198
  prop: {
@@ -206,6 +201,7 @@ declare const _default: import("vue").DefineComponent<{
206
201
  readonly validator: (val: unknown) => boolean;
207
202
  __epPropKey: true;
208
203
  };
204
+ required: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
209
205
  rules: {
210
206
  readonly type: import("vue").PropType<unknown>;
211
207
  readonly required: false;
@@ -238,6 +234,10 @@ declare const _default: import("vue").DefineComponent<{
238
234
  type: BooleanConstructor;
239
235
  default: boolean;
240
236
  };
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;
316
317
  onFocus?: (evt: FocusEvent) => any;
317
318
  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
- 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;
332
- required: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
333
- readonly: boolean;
334
327
  labelWidth: import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
328
+ required: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
335
329
  inlineMessage: import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, BooleanConstructor], unknown, unknown>;
336
330
  showMessage: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
331
+ type: string;
337
332
  formItemSize: "default" | "small" | "large";
338
333
  formItemSlots: import("../../form-item/src/types").FormItemSlots;
339
334
  inline: boolean;
335
+ readonly: boolean;
340
336
  labelPosition: "right";
337
+ disabled: boolean;
338
+ autofocus: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
341
339
  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>;
342
341
  autosize: false;
343
342
  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>;
348
349
  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,7 +66,6 @@ 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>;
70
69
  labelWidth: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
71
70
  prop: {
72
71
  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>>;
@@ -74,6 +73,7 @@ export declare const props: {
74
73
  readonly validator: (val: unknown) => boolean;
75
74
  __epPropKey: true;
76
75
  };
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;
@@ -52,7 +52,6 @@ declare const _default: import("vue").DefineComponent<{
52
52
  type: import("vue").PropType<import("../../input/src/types").InputSlots>;
53
53
  default: any;
54
54
  };
55
- required: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
56
55
  labelWidth: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
57
56
  prop: {
58
57
  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>>;
@@ -60,6 +59,7 @@ declare const _default: import("vue").DefineComponent<{
60
59
  readonly validator: (val: unknown) => boolean;
61
60
  __epPropKey: true;
62
61
  };
62
+ required: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
63
63
  rules: {
64
64
  readonly type: import("vue").PropType<unknown>;
65
65
  readonly required: false;
@@ -230,7 +230,6 @@ declare const _default: import("vue").DefineComponent<{
230
230
  type: import("vue").PropType<import("../../input/src/types").InputSlots>;
231
231
  default: any;
232
232
  };
233
- required: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
234
233
  labelWidth: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
235
234
  prop: {
236
235
  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>>;
@@ -238,6 +237,7 @@ declare const _default: import("vue").DefineComponent<{
238
237
  readonly validator: (val: unknown) => boolean;
239
238
  __epPropKey: true;
240
239
  };
240
+ required: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
241
241
  rules: {
242
242
  readonly type: import("vue").PropType<unknown>;
243
243
  readonly required: false;
@@ -337,9 +337,9 @@ declare const _default: import("vue").DefineComponent<{
337
337
  }>> & {
338
338
  onChange?: (value: string) => any;
339
339
  "onUpdate:modelValue"?: (value: string) => any;
340
+ onInput?: (value: string) => any;
340
341
  onFocus?: (evt: FocusEvent) => any;
341
342
  onBlur?: (evt: FocusEvent) => any;
342
- onInput?: (value: string) => any;
343
343
  onClear?: () => any;
344
344
  onMouseleave?: (evt: MouseEvent) => any;
345
345
  onMouseenter?: (evt: MouseEvent) => any;
@@ -348,31 +348,31 @@ declare const _default: import("vue").DefineComponent<{
348
348
  onCompositionupdate?: (evt: CompositionEvent) => any;
349
349
  onCompositionend?: (evt: CompositionEvent) => any;
350
350
  }, {
351
- placeholder: string;
352
- disabled: boolean;
353
- clearable: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
354
- validateEvent: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
355
- modelValue: string;
356
- type: string;
357
- required: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
358
- readonly: boolean;
359
351
  label: string;
360
352
  labelWidth: import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
353
+ required: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
361
354
  inlineMessage: import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, BooleanConstructor], unknown, unknown>;
362
355
  showMessage: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
356
+ type: string;
363
357
  formItemSize: "default" | "small" | "large";
364
358
  formItemSlots: import("../../form-item/src/types").FormItemSlots;
365
359
  inline: boolean;
360
+ readonly: boolean;
366
361
  labelPosition: "right";
362
+ disabled: boolean;
363
+ autofocus: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
367
364
  id: string;
365
+ modelValue: string;
368
366
  autosize: false;
369
367
  autocomplete: string;
368
+ placeholder: string;
369
+ clearable: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
370
370
  showPassword: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
371
371
  showWordLimit: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
372
372
  containerRole: string;
373
373
  tabindex: import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
374
+ validateEvent: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
374
375
  inputStyle: import("vue").StyleValue;
375
- autofocus: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
376
376
  inputSlots: any;
377
377
  rows: number;
378
378
  uploadUrl: string;
@@ -33,7 +33,6 @@ export declare const props: {
33
33
  __epPropKey: true;
34
34
  };
35
35
  validateEvent: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
36
- required: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
37
36
  labelWidth: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
38
37
  prop: {
39
38
  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>>;
@@ -41,6 +40,7 @@ export declare const props: {
41
40
  readonly validator: (val: unknown) => boolean;
42
41
  __epPropKey: true;
43
42
  };
43
+ required: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
44
44
  rules: {
45
45
  readonly type: import("vue").PropType<unknown>;
46
46
  readonly required: false;
@@ -78,7 +78,7 @@ export declare const props: {
78
78
  default: string;
79
79
  };
80
80
  };
81
- 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<"validateEvent", keyof T2> | Extract<"modelValue", keyof T2> | Extract<"required", 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<"name", keyof T2> | Extract<"id", keyof T2> | Extract<"step", keyof T2> | Extract<"stepStrictly", keyof T2> | Extract<"max", keyof T2> | Extract<"min", keyof T2> | Extract<"controls", keyof T2> | Extract<"controlsPosition", keyof T2> | Extract<"valueOnClear", keyof T2> | Extract<"precision", keyof T2> | Extract<"unit", 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<"validateEvent", keyof T2>, KE> | Exclude<Extract<"modelValue", keyof T2>, KE> | Exclude<Extract<"required", 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<"name", keyof T2>, KE> | Exclude<Extract<"id", keyof T2>, KE> | Exclude<Extract<"step", keyof T2>, KE> | Exclude<Extract<"stepStrictly", keyof T2>, KE> | Exclude<Extract<"max", keyof T2>, KE> | Exclude<Extract<"min", keyof T2>, KE> | Exclude<Extract<"controls", keyof T2>, KE> | Exclude<Extract<"controlsPosition", keyof T2>, KE> | Exclude<Extract<"valueOnClear", keyof T2>, KE> | Exclude<Extract<"precision", keyof T2>, KE> | Exclude<Extract<"unit", keyof T2>, KE> : Extract<"size", keyof T2> | Extract<"placeholder", keyof T2> | Extract<"disabled", keyof T2> | Extract<"validateEvent", keyof T2> | Extract<"modelValue", keyof T2> | Extract<"required", 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<"name", keyof T2> | Extract<"id", keyof T2> | Extract<"step", keyof T2> | Extract<"stepStrictly", keyof T2> | Extract<"max", keyof T2> | Extract<"min", keyof T2> | Extract<"controls", keyof T2> | Extract<"controlsPosition", keyof T2> | Extract<"valueOnClear", keyof T2> | Extract<"precision", keyof T2> | Extract<"unit", keyof T2>]: { [k in Extract<"size", keyof T2> | Extract<"placeholder", keyof T2> | Extract<"disabled", keyof T2> | Extract<"validateEvent", keyof T2> | Extract<"modelValue", keyof T2> | Extract<"required", 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<"name", keyof T2> | Extract<"id", keyof T2> | Extract<"step", keyof T2> | Extract<"stepStrictly", keyof T2> | Extract<"max", keyof T2> | Extract<"min", keyof T2> | Extract<"controls", keyof T2> | Extract<"controlsPosition", keyof T2> | Extract<"valueOnClear", keyof T2> | Extract<"precision", keyof T2> | Extract<"unit", keyof T2>]: T2[k]; }[P]; }>;
81
+ export declare const createBindProps: <T2 extends import("@vunk/core").NormalObject, EX extends (Extract<"label", keyof T2> | Extract<"labelWidth", keyof T2> | Extract<"prop", keyof T2> | Extract<"required", 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<"size", keyof T2> | Extract<"formItemSize", keyof T2> | Extract<"formItemSlots", keyof T2> | Extract<"elRef", keyof T2> | Extract<"inline", keyof T2> | Extract<"readonly", keyof T2> | Extract<"labelPosition", keyof T2> | Extract<"name", keyof T2> | Extract<"disabled", keyof T2> | Extract<"id", keyof T2> | Extract<"modelValue", keyof T2> | Extract<"placeholder", keyof T2> | Extract<"validateEvent", keyof T2> | Extract<"step", keyof T2> | Extract<"stepStrictly", keyof T2> | Extract<"max", keyof T2> | Extract<"min", keyof T2> | Extract<"controls", keyof T2> | Extract<"controlsPosition", keyof T2> | Extract<"valueOnClear", keyof T2> | Extract<"precision", keyof T2> | Extract<"unit", keyof T2>)[]>(propsArg: T2, excludes?: EX) => import("vue").ComputedRef<{ [P in EX extends (infer KE)[] ? Exclude<Extract<"label", keyof T2>, KE> | Exclude<Extract<"labelWidth", keyof T2>, KE> | Exclude<Extract<"prop", keyof T2>, KE> | Exclude<Extract<"required", 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<"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<"labelPosition", keyof T2>, KE> | Exclude<Extract<"name", keyof T2>, KE> | Exclude<Extract<"disabled", keyof T2>, KE> | Exclude<Extract<"id", keyof T2>, KE> | Exclude<Extract<"modelValue", keyof T2>, KE> | Exclude<Extract<"placeholder", keyof T2>, KE> | Exclude<Extract<"validateEvent", keyof T2>, KE> | Exclude<Extract<"step", keyof T2>, KE> | Exclude<Extract<"stepStrictly", keyof T2>, KE> | Exclude<Extract<"max", keyof T2>, KE> | Exclude<Extract<"min", keyof T2>, KE> | Exclude<Extract<"controls", keyof T2>, KE> | Exclude<Extract<"controlsPosition", keyof T2>, KE> | Exclude<Extract<"valueOnClear", keyof T2>, KE> | Exclude<Extract<"precision", keyof T2>, KE> | Exclude<Extract<"unit", keyof T2>, KE> : Extract<"label", keyof T2> | Extract<"labelWidth", keyof T2> | Extract<"prop", keyof T2> | Extract<"required", 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<"size", keyof T2> | Extract<"formItemSize", keyof T2> | Extract<"formItemSlots", keyof T2> | Extract<"elRef", keyof T2> | Extract<"inline", keyof T2> | Extract<"readonly", keyof T2> | Extract<"labelPosition", keyof T2> | Extract<"name", keyof T2> | Extract<"disabled", keyof T2> | Extract<"id", keyof T2> | Extract<"modelValue", keyof T2> | Extract<"placeholder", keyof T2> | Extract<"validateEvent", keyof T2> | Extract<"step", keyof T2> | Extract<"stepStrictly", keyof T2> | Extract<"max", keyof T2> | Extract<"min", keyof T2> | Extract<"controls", keyof T2> | Extract<"controlsPosition", keyof T2> | Extract<"valueOnClear", keyof T2> | Extract<"precision", keyof T2> | Extract<"unit", keyof T2>]: { [k in Extract<"label", keyof T2> | Extract<"labelWidth", keyof T2> | Extract<"prop", keyof T2> | Extract<"required", 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<"size", keyof T2> | Extract<"formItemSize", keyof T2> | Extract<"formItemSlots", keyof T2> | Extract<"elRef", keyof T2> | Extract<"inline", keyof T2> | Extract<"readonly", keyof T2> | Extract<"labelPosition", keyof T2> | Extract<"name", keyof T2> | Extract<"disabled", keyof T2> | Extract<"id", keyof T2> | Extract<"modelValue", keyof T2> | Extract<"placeholder", keyof T2> | Extract<"validateEvent", keyof T2> | Extract<"step", keyof T2> | Extract<"stepStrictly", keyof T2> | Extract<"max", keyof T2> | Extract<"min", keyof T2> | Extract<"controls", keyof T2> | Extract<"controlsPosition", keyof T2> | Extract<"valueOnClear", keyof T2> | Extract<"precision", keyof T2> | Extract<"unit", keyof T2>]: T2[k]; }[P]; }>;
82
82
  export declare const emits: {
83
83
  change: (cur: number, prev: number) => boolean;
84
84
  blur: (e: FocusEvent) => boolean;
@@ -86,7 +86,7 @@ export declare const emits: {
86
86
  input: (val: number) => boolean;
87
87
  "update:modelValue": (val: number) => boolean;
88
88
  };
89
- export declare const createOnEmits: <T2 extends import("@vunk/core").AnyFunc, EX extends ("input" | "update:modelValue" | "change" | "focus" | "blur")[]>(emit: T2, excludes?: EX) => { [P in EX extends (infer KE)[] ? Exclude<"input", KE> | Exclude<"update:modelValue", KE> | Exclude<"change", KE> | Exclude<"focus", KE> | Exclude<"blur", KE> : "input" | "update:modelValue" | "change" | "focus" | "blur"]: {
89
+ export declare const createOnEmits: <T2 extends import("@vunk/core").AnyFunc, EX extends ("input" | "focus" | "blur" | "update:modelValue" | "change")[]>(emit: T2, excludes?: EX) => { [P in EX extends (infer KE)[] ? Exclude<"input", KE> | Exclude<"focus", KE> | Exclude<"blur", KE> | Exclude<"update:modelValue", KE> | Exclude<"change", KE> : "input" | "focus" | "blur" | "update:modelValue" | "change"]: {
90
90
  change: (...e: import("@vunk/core").RestParameters<T2>) => void;
91
91
  blur: (...e: import("@vunk/core").RestParameters<T2>) => void;
92
92
  focus: (...e: import("@vunk/core").RestParameters<T2>) => void;