@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
@@ -77,7 +77,6 @@ declare const _default: import("vue").DefineComponent<{
77
77
  type: NumberConstructor;
78
78
  default: any;
79
79
  };
80
- required: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
81
80
  label: StringConstructor;
82
81
  labelWidth: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
83
82
  prop: {
@@ -86,6 +85,7 @@ declare const _default: import("vue").DefineComponent<{
86
85
  readonly validator: (val: unknown) => boolean;
87
86
  __epPropKey: true;
88
87
  };
88
+ required: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
89
89
  rules: {
90
90
  readonly type: import("vue").PropType<unknown>;
91
91
  readonly required: false;
@@ -315,7 +315,6 @@ declare const _default: import("vue").DefineComponent<{
315
315
  type: NumberConstructor;
316
316
  default: any;
317
317
  };
318
- required: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
319
318
  label: StringConstructor;
320
319
  labelWidth: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
321
320
  prop: {
@@ -324,6 +323,7 @@ declare const _default: import("vue").DefineComponent<{
324
323
  readonly validator: (val: unknown) => boolean;
325
324
  __epPropKey: true;
326
325
  };
326
+ required: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
327
327
  rules: {
328
328
  readonly type: import("vue").PropType<unknown>;
329
329
  readonly required: false;
@@ -452,9 +452,9 @@ declare const _default: import("vue").DefineComponent<{
452
452
  "onUpdate:modelValue"?: (e: import("geojson").FeatureCollection<import("geojson").Geometry, {
453
453
  [name: string]: any;
454
454
  }>) => any;
455
+ onInput?: (value: string) => any;
455
456
  onFocus?: (evt: FocusEvent) => any;
456
457
  onBlur?: (evt: FocusEvent) => any;
457
- onInput?: (value: string) => any;
458
458
  onClear?: () => any;
459
459
  onMouseleave?: (evt: MouseEvent) => any;
460
460
  onMouseenter?: (evt: MouseEvent) => any;
@@ -467,33 +467,33 @@ declare const _default: import("vue").DefineComponent<{
467
467
  onLayerClick?: (e: import("@vumap/core/components/geojson-layer-set/src/types").ClickEvent) => any;
468
468
  onEditUpdate?: (e: any) => any;
469
469
  }, {
470
- disabled: boolean;
471
- clearable: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
472
- validateEvent: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
473
- modelValue: import("geojson").FeatureCollection<import("geojson").Geometry, any>;
474
- type: string;
475
- required: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
476
- multiple: boolean;
477
- readonly: boolean;
478
470
  labelWidth: import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
471
+ required: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
479
472
  inlineMessage: import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, BooleanConstructor], unknown, unknown>;
480
473
  showMessage: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
474
+ type: string;
481
475
  slots: import("../../geoinput-update/src/types").Slots;
482
476
  formItemSize: "default" | "small" | "large";
483
477
  formItemSlots: import("../../form-item/src/types").FormItemSlots;
484
478
  inline: boolean;
479
+ readonly: boolean;
485
480
  labelPosition: "right";
481
+ disabled: boolean;
482
+ autofocus: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
486
483
  id: string;
484
+ modelValue: import("geojson").FeatureCollection<import("geojson").Geometry, any>;
487
485
  autosize: false;
488
486
  autocomplete: string;
487
+ clearable: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
489
488
  showPassword: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
490
489
  showWordLimit: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
491
490
  containerRole: string;
492
491
  tabindex: import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
492
+ validateEvent: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
493
493
  inputStyle: import("vue").StyleValue;
494
- autofocus: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
495
494
  inputSlots: any;
496
495
  rows: number;
496
+ multiple: boolean;
497
497
  data: any;
498
498
  cursor: string;
499
499
  paint: any;
@@ -62,11 +62,6 @@ declare const _default: import("vue").DefineComponent<{
62
62
  type: NumberConstructor;
63
63
  default: any;
64
64
  };
65
- required: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
66
- readonly: {
67
- type: BooleanConstructor;
68
- default: any;
69
- };
70
65
  label: StringConstructor;
71
66
  labelWidth: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
72
67
  prop: {
@@ -75,6 +70,7 @@ declare const _default: import("vue").DefineComponent<{
75
70
  readonly validator: (val: unknown) => boolean;
76
71
  __epPropKey: true;
77
72
  };
73
+ required: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
78
74
  rules: {
79
75
  readonly type: import("vue").PropType<unknown>;
80
76
  readonly required: false;
@@ -107,6 +103,10 @@ declare const _default: import("vue").DefineComponent<{
107
103
  type: BooleanConstructor;
108
104
  default: boolean;
109
105
  };
106
+ readonly: {
107
+ type: BooleanConstructor;
108
+ default: any;
109
+ };
110
110
  labelPosition: {
111
111
  type: import("vue").PropType<"right">;
112
112
  default: string;
@@ -179,27 +179,24 @@ declare const _default: import("vue").DefineComponent<{
179
179
  }, {
180
180
  mapFit: () => void;
181
181
  inputBindProps: import("vue").ComputedRef<{
182
- size: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>;
183
- placeholder: string;
184
- disabled: boolean;
185
- clearable: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
186
- validateEvent: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
187
- required: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
188
- form: string;
189
182
  label: string;
190
183
  labelWidth: import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
191
184
  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>;
185
+ required: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
192
186
  rules: unknown;
193
187
  error: string;
194
188
  validateStatus: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "error" | "success" | "validating", unknown>;
195
189
  for: string;
196
190
  inlineMessage: import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, BooleanConstructor], unknown, unknown>;
197
191
  showMessage: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
192
+ size: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>;
198
193
  formItemSize: "default" | "small" | "large";
199
194
  formItemSlots: import("../../form-item/src/types").FormItemSlots;
200
195
  elRef: any;
201
196
  inline: boolean;
202
197
  labelPosition: "right";
198
+ disabled: boolean;
199
+ autofocus: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
203
200
  maxlength: number;
204
201
  minlength: number;
205
202
  resize: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "horizontal" | "vertical" | "none" | "both", unknown>;
@@ -207,22 +204,25 @@ declare const _default: import("vue").DefineComponent<{
207
204
  autocomplete: string;
208
205
  formatter: Function;
209
206
  parser: Function;
207
+ placeholder: string;
208
+ form: string;
209
+ clearable: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
210
210
  showPassword: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
211
211
  showWordLimit: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
212
212
  suffixIcon: unknown;
213
213
  prefixIcon: unknown;
214
214
  containerRole: string;
215
215
  tabindex: import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
216
+ validateEvent: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
216
217
  inputStyle: import("vue").StyleValue;
217
- autofocus: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
218
218
  rows: number;
219
219
  }>;
220
220
  inputOnEmits: {
221
- input: (e: import("@vumap/core/components/geojson-layer-set/src/types").ClickEvent) => void;
222
221
  clear: (e: import("@vumap/core/components/geojson-layer-set/src/types").ClickEvent) => void;
223
- change: (e: import("@vumap/core/components/geojson-layer-set/src/types").ClickEvent) => void;
222
+ input: (e: import("@vumap/core/components/geojson-layer-set/src/types").ClickEvent) => void;
224
223
  focus: (e: import("@vumap/core/components/geojson-layer-set/src/types").ClickEvent) => void;
225
224
  blur: (e: import("@vumap/core/components/geojson-layer-set/src/types").ClickEvent) => void;
225
+ change: (e: import("@vumap/core/components/geojson-layer-set/src/types").ClickEvent) => void;
226
226
  mouseleave: (e: import("@vumap/core/components/geojson-layer-set/src/types").ClickEvent) => void;
227
227
  mouseenter: (e: import("@vumap/core/components/geojson-layer-set/src/types").ClickEvent) => void;
228
228
  keydown: (e: import("@vumap/core/components/geojson-layer-set/src/types").ClickEvent) => void;
@@ -328,11 +328,6 @@ declare const _default: import("vue").DefineComponent<{
328
328
  type: NumberConstructor;
329
329
  default: any;
330
330
  };
331
- required: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
332
- readonly: {
333
- type: BooleanConstructor;
334
- default: any;
335
- };
336
331
  label: StringConstructor;
337
332
  labelWidth: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
338
333
  prop: {
@@ -341,6 +336,7 @@ declare const _default: import("vue").DefineComponent<{
341
336
  readonly validator: (val: unknown) => boolean;
342
337
  __epPropKey: true;
343
338
  };
339
+ required: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
344
340
  rules: {
345
341
  readonly type: import("vue").PropType<unknown>;
346
342
  readonly required: false;
@@ -373,6 +369,10 @@ declare const _default: import("vue").DefineComponent<{
373
369
  type: BooleanConstructor;
374
370
  default: boolean;
375
371
  };
372
+ readonly: {
373
+ type: BooleanConstructor;
374
+ default: any;
375
+ };
376
376
  labelPosition: {
377
377
  type: import("vue").PropType<"right">;
378
378
  default: string;
@@ -447,9 +447,9 @@ declare const _default: import("vue").DefineComponent<{
447
447
  "onUpdate:modelValue"?: (e: import("geojson").FeatureCollection<import("geojson").Geometry, {
448
448
  [name: string]: any;
449
449
  }>) => any;
450
+ onInput?: (value: string) => any;
450
451
  onFocus?: (evt: FocusEvent) => any;
451
452
  onBlur?: (evt: FocusEvent) => any;
452
- onInput?: (value: string) => any;
453
453
  onClear?: () => any;
454
454
  onMouseleave?: (evt: MouseEvent) => any;
455
455
  onMouseenter?: (evt: MouseEvent) => any;
@@ -461,29 +461,29 @@ declare const _default: import("vue").DefineComponent<{
461
461
  onLayerChange?: (layer: import("@vumap/core/components/geojson-add-layer/src/types").LoadEvent) => any;
462
462
  onLayerClick?: (e: import("@vumap/core/components/geojson-layer-set/src/types").ClickEvent) => any;
463
463
  }, {
464
- disabled: boolean;
465
- clearable: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
466
- validateEvent: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
467
- modelValue: import("geojson").FeatureCollection<any, any>;
468
- type: string;
469
- required: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
470
- readonly: boolean;
471
464
  labelWidth: import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
465
+ required: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
472
466
  inlineMessage: import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, BooleanConstructor], unknown, unknown>;
473
467
  showMessage: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
468
+ type: string;
474
469
  formItemSize: "default" | "small" | "large";
475
470
  formItemSlots: import("../../form-item/src/types").FormItemSlots;
476
471
  inline: boolean;
472
+ readonly: boolean;
477
473
  labelPosition: "right";
474
+ disabled: boolean;
475
+ autofocus: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
478
476
  id: string;
477
+ modelValue: import("geojson").FeatureCollection<any, any>;
479
478
  autosize: false;
480
479
  autocomplete: string;
480
+ clearable: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
481
481
  showPassword: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
482
482
  showWordLimit: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
483
483
  containerRole: string;
484
484
  tabindex: import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
485
+ validateEvent: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
485
486
  inputStyle: import("vue").StyleValue;
486
- autofocus: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
487
487
  inputSlots: any;
488
488
  rows: number;
489
489
  data: any;
@@ -68,11 +68,6 @@ export declare const props: {
68
68
  type: NumberConstructor;
69
69
  default: any;
70
70
  };
71
- required: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
72
- readonly: {
73
- type: BooleanConstructor;
74
- default: any;
75
- };
76
71
  label: StringConstructor;
77
72
  labelWidth: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
78
73
  prop: {
@@ -81,6 +76,7 @@ export declare const props: {
81
76
  readonly validator: (val: unknown) => boolean;
82
77
  __epPropKey: true;
83
78
  };
79
+ required: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
84
80
  rules: {
85
81
  readonly type: PropType<unknown>;
86
82
  readonly required: false;
@@ -113,6 +109,10 @@ export declare const props: {
113
109
  type: BooleanConstructor;
114
110
  default: boolean;
115
111
  };
112
+ readonly: {
113
+ type: BooleanConstructor;
114
+ default: any;
115
+ };
116
116
  labelPosition: {
117
117
  type: PropType<"right">;
118
118
  default: string;
@@ -183,7 +183,7 @@ export declare const props: {
183
183
  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>;
184
184
  autofocus: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
185
185
  };
186
- 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> | Extract<"data", keyof T2> | Extract<"maxzoom", keyof T2> | Extract<"minzoom", keyof T2> | Extract<"cursor", keyof T2> | Extract<"paint", keyof T2> | Extract<"before", keyof T2> | Extract<"editStyles", keyof T2> | Extract<"editTypes", keyof T2> | Extract<"custom", keyof T2> | Extract<"showMap", 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> | Exclude<Extract<"data", keyof T2>, KE> | Exclude<Extract<"maxzoom", keyof T2>, KE> | Exclude<Extract<"minzoom", keyof T2>, KE> | Exclude<Extract<"cursor", keyof T2>, KE> | Exclude<Extract<"paint", keyof T2>, KE> | Exclude<Extract<"before", keyof T2>, KE> | Exclude<Extract<"editStyles", keyof T2>, KE> | Exclude<Extract<"editTypes", keyof T2>, KE> | Exclude<Extract<"custom", keyof T2>, KE> | Exclude<Extract<"showMap", 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> | Extract<"data", keyof T2> | Extract<"maxzoom", keyof T2> | Extract<"minzoom", keyof T2> | Extract<"cursor", keyof T2> | Extract<"paint", keyof T2> | Extract<"before", keyof T2> | Extract<"editStyles", keyof T2> | Extract<"editTypes", keyof T2> | Extract<"custom", keyof T2> | Extract<"showMap", 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> | Extract<"data", keyof T2> | Extract<"maxzoom", keyof T2> | Extract<"minzoom", keyof T2> | Extract<"cursor", keyof T2> | Extract<"paint", keyof T2> | Extract<"before", keyof T2> | Extract<"editStyles", keyof T2> | Extract<"editTypes", keyof T2> | Extract<"custom", keyof T2> | Extract<"showMap", keyof T2>]: T2[k]; }[P]; }>;
186
+ 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> | Extract<"data", keyof T2> | Extract<"maxzoom", keyof T2> | Extract<"minzoom", keyof T2> | Extract<"cursor", keyof T2> | Extract<"paint", keyof T2> | Extract<"before", keyof T2> | Extract<"editStyles", keyof T2> | Extract<"editTypes", keyof T2> | Extract<"custom", keyof T2> | Extract<"showMap", 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> | Exclude<Extract<"data", keyof T2>, KE> | Exclude<Extract<"maxzoom", keyof T2>, KE> | Exclude<Extract<"minzoom", keyof T2>, KE> | Exclude<Extract<"cursor", keyof T2>, KE> | Exclude<Extract<"paint", keyof T2>, KE> | Exclude<Extract<"before", keyof T2>, KE> | Exclude<Extract<"editStyles", keyof T2>, KE> | Exclude<Extract<"editTypes", keyof T2>, KE> | Exclude<Extract<"custom", keyof T2>, KE> | Exclude<Extract<"showMap", 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> | Extract<"data", keyof T2> | Extract<"maxzoom", keyof T2> | Extract<"minzoom", keyof T2> | Extract<"cursor", keyof T2> | Extract<"paint", keyof T2> | Extract<"before", keyof T2> | Extract<"editStyles", keyof T2> | Extract<"editTypes", keyof T2> | Extract<"custom", keyof T2> | Extract<"showMap", 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> | Extract<"data", keyof T2> | Extract<"maxzoom", keyof T2> | Extract<"minzoom", keyof T2> | Extract<"cursor", keyof T2> | Extract<"paint", keyof T2> | Extract<"before", keyof T2> | Extract<"editStyles", keyof T2> | Extract<"editTypes", keyof T2> | Extract<"custom", keyof T2> | Extract<"showMap", keyof T2>]: T2[k]; }[P]; }>;
187
187
  export declare const emits: {
188
188
  layerChange: (layer: __VmGeojsonLayer.LoadEvent) => __VmGeojsonLayer.LoadEvent;
189
189
  'update:modelValue': (e: FeatureCollection) => FeatureCollection<import("geojson").Geometry, {
@@ -203,7 +203,7 @@ export declare const emits: {
203
203
  compositionend: (evt: CompositionEvent) => boolean;
204
204
  load: (e: __VmGeojsonLayer.LoadEvent) => __VmGeojsonLayer.LoadEvent;
205
205
  };
206
- 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" | "load" | "layerChange" | "layerClick")[]>(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<"load", KE> | Exclude<"layerChange", KE> | Exclude<"layerClick", KE> : "input" | "clear" | "update:modelValue" | "change" | "focus" | "blur" | "mouseleave" | "mouseenter" | "keydown" | "compositionstart" | "compositionupdate" | "compositionend" | "load" | "layerChange" | "layerClick"]: {
206
+ 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" | "load" | "layerChange" | "layerClick")[]>(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> | Exclude<"load", KE> | Exclude<"layerChange", KE> | Exclude<"layerClick", KE> : "clear" | "input" | "focus" | "blur" | "update:modelValue" | "change" | "mouseleave" | "mouseenter" | "keydown" | "compositionstart" | "compositionupdate" | "compositionend" | "load" | "layerChange" | "layerClick"]: {
207
207
  layerChange: (...e: import("@vunk/core").RestParameters<T2>) => void;
208
208
  'update:modelValue': (...e: import("@vunk/core").RestParameters<T2>) => void;
209
209
  layerClick: (...e: import("@vunk/core").RestParameters<T2>) => void;
@@ -62,11 +62,6 @@ declare const _default: import("vue").DefineComponent<{
62
62
  type: NumberConstructor;
63
63
  default: any;
64
64
  };
65
- required: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
66
- readonly: {
67
- type: BooleanConstructor;
68
- default: any;
69
- };
70
65
  label: StringConstructor;
71
66
  labelWidth: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
72
67
  prop: {
@@ -75,6 +70,7 @@ declare const _default: import("vue").DefineComponent<{
75
70
  readonly validator: (val: unknown) => boolean;
76
71
  __epPropKey: true;
77
72
  };
73
+ required: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
78
74
  rules: {
79
75
  readonly type: import("vue").PropType<unknown>;
80
76
  readonly required: false;
@@ -107,6 +103,10 @@ declare const _default: import("vue").DefineComponent<{
107
103
  type: BooleanConstructor;
108
104
  default: boolean;
109
105
  };
106
+ readonly: {
107
+ type: BooleanConstructor;
108
+ default: any;
109
+ };
110
110
  labelPosition: {
111
111
  type: import("vue").PropType<"right">;
112
112
  default: string;
@@ -288,11 +288,6 @@ declare const _default: import("vue").DefineComponent<{
288
288
  type: NumberConstructor;
289
289
  default: any;
290
290
  };
291
- required: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
292
- readonly: {
293
- type: BooleanConstructor;
294
- default: any;
295
- };
296
291
  label: StringConstructor;
297
292
  labelWidth: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
298
293
  prop: {
@@ -301,6 +296,7 @@ declare const _default: import("vue").DefineComponent<{
301
296
  readonly validator: (val: unknown) => boolean;
302
297
  __epPropKey: true;
303
298
  };
299
+ required: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
304
300
  rules: {
305
301
  readonly type: import("vue").PropType<unknown>;
306
302
  readonly required: false;
@@ -333,6 +329,10 @@ declare const _default: import("vue").DefineComponent<{
333
329
  type: BooleanConstructor;
334
330
  default: boolean;
335
331
  };
332
+ readonly: {
333
+ type: BooleanConstructor;
334
+ default: any;
335
+ };
336
336
  labelPosition: {
337
337
  type: import("vue").PropType<"right">;
338
338
  default: string;
@@ -407,9 +407,9 @@ declare const _default: import("vue").DefineComponent<{
407
407
  "onUpdate:modelValue"?: (e: import("geojson").FeatureCollection<import("geojson").Geometry, {
408
408
  [name: string]: any;
409
409
  }>) => any;
410
+ onInput?: (value: string) => any;
410
411
  onFocus?: (evt: FocusEvent) => any;
411
412
  onBlur?: (evt: FocusEvent) => any;
412
- onInput?: (value: string) => any;
413
413
  onClear?: () => any;
414
414
  onMouseleave?: (evt: MouseEvent) => any;
415
415
  onMouseenter?: (evt: MouseEvent) => any;
@@ -421,29 +421,29 @@ declare const _default: import("vue").DefineComponent<{
421
421
  onLayerChange?: (layer: import("@vumap/core/components/geojson-add-layer/src/types").LoadEvent) => any;
422
422
  onLayerClick?: (e: import("@vumap/core/components/geojson-layer-set/src/types").ClickEvent) => any;
423
423
  }, {
424
- disabled: boolean;
425
- clearable: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
426
- validateEvent: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
427
- modelValue: import("geojson").FeatureCollection<any, any>;
428
- type: string;
429
- required: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
430
- readonly: boolean;
431
424
  labelWidth: import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
425
+ required: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
432
426
  inlineMessage: import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, BooleanConstructor], unknown, unknown>;
433
427
  showMessage: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
428
+ type: string;
434
429
  formItemSize: "default" | "small" | "large";
435
430
  formItemSlots: import("../../form-item/src/types").FormItemSlots;
436
431
  inline: boolean;
432
+ readonly: boolean;
437
433
  labelPosition: "right";
434
+ disabled: boolean;
435
+ autofocus: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
438
436
  id: string;
437
+ modelValue: import("geojson").FeatureCollection<any, any>;
439
438
  autosize: false;
440
439
  autocomplete: string;
440
+ clearable: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
441
441
  showPassword: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
442
442
  showWordLimit: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
443
443
  containerRole: string;
444
444
  tabindex: import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
445
+ validateEvent: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
445
446
  inputStyle: import("vue").StyleValue;
446
- autofocus: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
447
447
  inputSlots: any;
448
448
  rows: number;
449
449
  data: any;
@@ -74,11 +74,6 @@ 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
- };
82
77
  label: StringConstructor;
83
78
  labelWidth: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
84
79
  prop: {
@@ -87,6 +82,7 @@ export declare const props: {
87
82
  readonly validator: (val: unknown) => boolean;
88
83
  __epPropKey: true;
89
84
  };
85
+ required: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
90
86
  rules: {
91
87
  readonly type: PropType<unknown>;
92
88
  readonly required: false;
@@ -119,6 +115,10 @@ export declare const props: {
119
115
  type: BooleanConstructor;
120
116
  default: boolean;
121
117
  };
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<"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]; }>;
194
+ 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<"slots", 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> | Extract<"multiple", 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<"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<"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<"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> | Exclude<Extract<"multiple", 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<"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<"slots", 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> | Extract<"multiple", 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<"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<"slots", 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> | Extract<"multiple", 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 ("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"]: {
212
+ 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" | "editUpdate")[]>(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> | Exclude<"editUpdate", KE> : "clear" | "input" | "focus" | "blur" | "update:modelValue" | "change" | "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;