@vunk/form 2.11.0 → 2.12.1

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 (86) hide show
  1. package/components/button/src/ctx.d.ts +1 -1
  2. package/components/button/src/index.vue.d.ts +15 -15
  3. package/components/card-input-collection/src/index.vue.d.ts +12 -12
  4. package/components/cascader/src/ctx.d.ts +4 -11
  5. package/components/cascader/src/index.vue.d.ts +10 -24
  6. package/components/checkbox/src/index.vue.d.ts +27 -27
  7. package/components/cloneDeep.cjs +269 -37
  8. package/components/cloneDeep.mjs +269 -37
  9. package/components/color-picker/src/ctx.d.ts +17 -1
  10. package/components/color-picker/src/index.vue.d.ts +36 -2
  11. package/components/date-picker/src/ctx.d.ts +2 -1
  12. package/components/date-picker/src/index.vue.d.ts +10 -0
  13. package/components/date-picker-range/src/ctx.d.ts +1 -0
  14. package/components/date-picker-range/src/index.vue.d.ts +3 -0
  15. package/components/dialog-input-collection/index.cjs +562 -0
  16. package/components/dialog-input-collection/index.css +21 -0
  17. package/components/dialog-input-collection/index.d.ts +4 -0
  18. package/components/dialog-input-collection/index.mjs +556 -0
  19. package/components/dialog-input-collection/src/ctx.d.ts +142 -0
  20. package/components/dialog-input-collection/src/dialog-form.vue.d.ts +647 -0
  21. package/components/dialog-input-collection/src/index.vue.d.ts +1972 -0
  22. package/components/dialog-input-collection/src/layout.vue.d.ts +85 -0
  23. package/components/dialog-input-collection/src/types.d.ts +28 -0
  24. package/components/download-plus/index.cjs +2 -2
  25. package/components/download-plus/index.mjs +2 -2
  26. package/components/download-plus/src/index.vue.d.ts +48 -18
  27. package/components/editable-text/index.cjs +1 -1
  28. package/components/editable-text/index.mjs +1 -1
  29. package/components/editable-text/src/index.vue.d.ts +6 -6
  30. package/components/esri-input-geojson/index.cjs +1 -1
  31. package/components/esri-input-geojson/index.mjs +1 -1
  32. package/components/esri-input-geojson/src/append.vue.d.ts +21 -21
  33. package/components/esri-input-geojson/src/ctx.d.ts +10 -1
  34. package/components/esri-input-geojson/src/index.vue.d.ts +21 -0
  35. package/components/form/src/index.vue.d.ts +8 -2853
  36. package/components/form-item/index.cjs +1 -1
  37. package/components/form-item/index.mjs +1 -1
  38. package/components/form-item/src/index.vue.d.ts +15 -15
  39. package/components/index.cjs +397 -11
  40. package/components/index.mjs +378 -11
  41. package/components/index2.cjs +11 -397
  42. package/components/index2.mjs +11 -378
  43. package/components/information/index.cjs +3 -4
  44. package/components/information/index.mjs +3 -4
  45. package/components/information-collection/index.cjs +2 -2
  46. package/components/information-collection/index.mjs +2 -2
  47. package/components/information-collection/src/ctx.d.ts +2 -2
  48. package/components/information-collection/src/index.vue.d.ts +4 -4
  49. package/components/information-renderer/index.cjs +16 -0
  50. package/components/information-renderer/index.d.ts +73 -0
  51. package/components/information-renderer/index.mjs +10 -0
  52. package/components/information-tag/src/ctx.d.ts +1 -1
  53. package/components/information-tag/src/index.vue.d.ts +3 -3
  54. package/components/information-templates-default/index.cjs +25 -7
  55. package/components/information-templates-default/index.mjs +25 -7
  56. package/components/input/src/ctx.d.ts +10 -1
  57. package/components/input/src/index.vue.d.ts +51 -0
  58. package/components/input-collection/index.cjs +12 -1
  59. package/components/input-collection/index.mjs +12 -1
  60. package/components/input-collection/src/index.vue.d.ts +12 -12
  61. package/components/input-collection/src/types.d.ts +2 -2
  62. package/components/input-link/index.cjs +1 -1
  63. package/components/input-link/index.mjs +1 -1
  64. package/components/input-link/src/ctx.d.ts +9 -0
  65. package/components/input-link/src/index.vue.d.ts +19 -0
  66. package/components/input-number/src/ctx.d.ts +9 -1
  67. package/components/input-number/src/index.vue.d.ts +45 -0
  68. package/components/input-tag/src/ctx.d.ts +3 -10
  69. package/components/input-tag/src/index.vue.d.ts +25 -60
  70. package/components/select/src/ctx.d.ts +1 -1
  71. package/components/select/src/index.vue.d.ts +4 -4
  72. package/components/templates-element-plus/src/index.vue.d.ts +6 -6
  73. package/components/upload/index.cjs +1 -1
  74. package/components/upload/index.mjs +1 -1
  75. package/components/upload/src/index.vue.d.ts +9 -9
  76. package/components/upload-plus/index.cjs +2 -2
  77. package/components/upload-plus/index.mjs +2 -2
  78. package/components/upload-plus/src/index.vue.d.ts +49 -19
  79. package/components/van-cascader/src/ctx.d.ts +4 -11
  80. package/components/van-cascader/src/index.vue.d.ts +27 -41
  81. package/components/var-datetime-picker/src/index.vue.d.ts +15 -3
  82. package/components/vditor/src/index.vue.d.ts +1 -1
  83. package/index.css +22 -0
  84. package/package.json +14 -1
  85. package/shared/element-plus/ctx.d.ts +4 -4
  86. package/shared/element-plus/instances.d.ts +2 -1
@@ -141,6 +141,15 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
141
141
  } & {
142
142
  readonly default: true;
143
143
  };
144
+ inputmode: {
145
+ readonly type: import("vue").PropType<"none" | "search" | "text" | "url" | "email" | "tel" | "numeric" | "decimal">;
146
+ readonly required: false;
147
+ readonly validator: ((val: unknown) => boolean) | undefined;
148
+ __epPropKey: true;
149
+ } & {
150
+ readonly default: undefined;
151
+ };
152
+ name: StringConstructor;
144
153
  ariaLabel: StringConstructor;
145
154
  id: {
146
155
  readonly type: import("vue").PropType<string>;
@@ -408,6 +417,15 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
408
417
  } & {
409
418
  readonly default: true;
410
419
  };
420
+ inputmode: {
421
+ readonly type: import("vue").PropType<"none" | "search" | "text" | "url" | "email" | "tel" | "numeric" | "decimal">;
422
+ readonly required: false;
423
+ readonly validator: ((val: unknown) => boolean) | undefined;
424
+ __epPropKey: true;
425
+ } & {
426
+ readonly default: undefined;
427
+ };
428
+ name: StringConstructor;
411
429
  ariaLabel: StringConstructor;
412
430
  id: {
413
431
  readonly type: import("vue").PropType<string>;
@@ -549,6 +567,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
549
567
  autofocus: boolean;
550
568
  inputSlots: import("@vunk/form/components/input/src/types").InputSlots;
551
569
  rows: number;
570
+ inputmode: "none" | "search" | "text" | "url" | "email" | "tel" | "numeric" | "decimal";
552
571
  autosize: false;
553
572
  autocomplete: string;
554
573
  showPassword: boolean;
@@ -13,6 +13,14 @@ export declare const props: {
13
13
  type: PropType<InputNumberSlots>;
14
14
  default: any;
15
15
  };
16
+ inputmode: {
17
+ readonly type: PropType<"none" | "search" | "text" | "url" | "email" | "tel" | "numeric" | "decimal">;
18
+ readonly required: false;
19
+ readonly validator: ((val: unknown) => boolean) | undefined;
20
+ __epPropKey: true;
21
+ } & {
22
+ readonly default: undefined;
23
+ };
16
24
  ariaLabel: StringConstructor;
17
25
  id: {
18
26
  readonly type: PropType<string>;
@@ -191,7 +199,7 @@ export declare const props: {
191
199
  readonly default: true;
192
200
  };
193
201
  };
194
- export declare const createBindProps: <T2 extends import("@vunk/core").NormalObject, EX extends (Extract<"required", 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<"formItemTip", keyof T2> | Extract<"formItemTipClass", keyof T2> | Extract<"labelTip", keyof T2> | Extract<"information", keyof T2> | Extract<"label", keyof T2> | Extract<"labelWidth", keyof T2> | Extract<"labelPosition", 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<"disabled", keyof T2> | Extract<"id", keyof T2> | Extract<"ariaLabel", keyof T2> | Extract<"name", keyof T2> | Extract<"modelValue", keyof T2> | Extract<"placeholder", keyof T2> | Extract<"min", keyof T2> | Extract<"max", keyof T2> | Extract<"validateEvent", keyof T2> | Extract<"valueOnClear", keyof T2> | Extract<"step", keyof T2> | Extract<"stepStrictly", keyof T2> | Extract<"controls", keyof T2> | Extract<"controlsPosition", keyof T2> | Extract<"precision", keyof T2> | Extract<"unit", keyof T2> | Extract<"inputNumberSlots", keyof T2>)[]>(propsArg: T2, excludes?: EX) => import("vue").ComputedRef<{ [P in EX extends (infer KE)[] ? Exclude<Extract<"required", 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<"formItemTip", keyof T2>, KE> | Exclude<Extract<"formItemTipClass", keyof T2>, KE> | Exclude<Extract<"labelTip", keyof T2>, KE> | Exclude<Extract<"information", keyof T2>, KE> | Exclude<Extract<"label", keyof T2>, KE> | Exclude<Extract<"labelWidth", keyof T2>, KE> | Exclude<Extract<"labelPosition", 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<"disabled", keyof T2>, KE> | Exclude<Extract<"id", keyof T2>, KE> | Exclude<Extract<"ariaLabel", keyof T2>, KE> | Exclude<Extract<"name", keyof T2>, KE> | Exclude<Extract<"modelValue", keyof T2>, KE> | Exclude<Extract<"placeholder", keyof T2>, KE> | Exclude<Extract<"min", keyof T2>, KE> | Exclude<Extract<"max", keyof T2>, KE> | Exclude<Extract<"validateEvent", keyof T2>, KE> | Exclude<Extract<"valueOnClear", keyof T2>, KE> | Exclude<Extract<"step", keyof T2>, KE> | Exclude<Extract<"stepStrictly", keyof T2>, KE> | Exclude<Extract<"controls", keyof T2>, KE> | Exclude<Extract<"controlsPosition", keyof T2>, KE> | Exclude<Extract<"precision", keyof T2>, KE> | Exclude<Extract<"unit", keyof T2>, KE> | Exclude<Extract<"inputNumberSlots", keyof T2>, KE> : Extract<"required", 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<"formItemTip", keyof T2> | Extract<"formItemTipClass", keyof T2> | Extract<"labelTip", keyof T2> | Extract<"information", keyof T2> | Extract<"label", keyof T2> | Extract<"labelWidth", keyof T2> | Extract<"labelPosition", 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<"disabled", keyof T2> | Extract<"id", keyof T2> | Extract<"ariaLabel", keyof T2> | Extract<"name", keyof T2> | Extract<"modelValue", keyof T2> | Extract<"placeholder", keyof T2> | Extract<"min", keyof T2> | Extract<"max", keyof T2> | Extract<"validateEvent", keyof T2> | Extract<"valueOnClear", keyof T2> | Extract<"step", keyof T2> | Extract<"stepStrictly", keyof T2> | Extract<"controls", keyof T2> | Extract<"controlsPosition", keyof T2> | Extract<"precision", keyof T2> | Extract<"unit", keyof T2> | Extract<"inputNumberSlots", keyof T2>]: { [k in Extract<"required", 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<"formItemTip", keyof T2> | Extract<"formItemTipClass", keyof T2> | Extract<"labelTip", keyof T2> | Extract<"information", keyof T2> | Extract<"label", keyof T2> | Extract<"labelWidth", keyof T2> | Extract<"labelPosition", 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<"disabled", keyof T2> | Extract<"id", keyof T2> | Extract<"ariaLabel", keyof T2> | Extract<"name", keyof T2> | Extract<"modelValue", keyof T2> | Extract<"placeholder", keyof T2> | Extract<"min", keyof T2> | Extract<"max", keyof T2> | Extract<"validateEvent", keyof T2> | Extract<"valueOnClear", keyof T2> | Extract<"step", keyof T2> | Extract<"stepStrictly", keyof T2> | Extract<"controls", keyof T2> | Extract<"controlsPosition", keyof T2> | Extract<"precision", keyof T2> | Extract<"unit", keyof T2> | Extract<"inputNumberSlots", keyof T2>]: T2[k]; }[P]; }>;
202
+ export declare const createBindProps: <T2 extends import("@vunk/core").NormalObject, EX extends (Extract<"required", 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<"formItemTip", keyof T2> | Extract<"formItemTipClass", keyof T2> | Extract<"labelTip", keyof T2> | Extract<"information", keyof T2> | Extract<"label", keyof T2> | Extract<"labelWidth", keyof T2> | Extract<"labelPosition", 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<"disabled", keyof T2> | Extract<"id", keyof T2> | Extract<"ariaLabel", keyof T2> | Extract<"name", keyof T2> | Extract<"modelValue", keyof T2> | Extract<"placeholder", keyof T2> | Extract<"min", keyof T2> | Extract<"max", keyof T2> | Extract<"inputmode", keyof T2> | Extract<"validateEvent", keyof T2> | Extract<"valueOnClear", keyof T2> | Extract<"step", keyof T2> | Extract<"stepStrictly", keyof T2> | Extract<"controls", keyof T2> | Extract<"controlsPosition", keyof T2> | Extract<"precision", keyof T2> | Extract<"unit", keyof T2> | Extract<"inputNumberSlots", keyof T2>)[]>(propsArg: T2, excludes?: EX) => import("vue").ComputedRef<{ [P in EX extends (infer KE)[] ? Exclude<Extract<"required", 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<"formItemTip", keyof T2>, KE> | Exclude<Extract<"formItemTipClass", keyof T2>, KE> | Exclude<Extract<"labelTip", keyof T2>, KE> | Exclude<Extract<"information", keyof T2>, KE> | Exclude<Extract<"label", keyof T2>, KE> | Exclude<Extract<"labelWidth", keyof T2>, KE> | Exclude<Extract<"labelPosition", 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<"disabled", keyof T2>, KE> | Exclude<Extract<"id", keyof T2>, KE> | Exclude<Extract<"ariaLabel", keyof T2>, KE> | Exclude<Extract<"name", keyof T2>, KE> | Exclude<Extract<"modelValue", keyof T2>, KE> | Exclude<Extract<"placeholder", keyof T2>, KE> | Exclude<Extract<"min", keyof T2>, KE> | Exclude<Extract<"max", keyof T2>, KE> | Exclude<Extract<"inputmode", keyof T2>, KE> | Exclude<Extract<"validateEvent", keyof T2>, KE> | Exclude<Extract<"valueOnClear", keyof T2>, KE> | Exclude<Extract<"step", keyof T2>, KE> | Exclude<Extract<"stepStrictly", keyof T2>, KE> | Exclude<Extract<"controls", keyof T2>, KE> | Exclude<Extract<"controlsPosition", keyof T2>, KE> | Exclude<Extract<"precision", keyof T2>, KE> | Exclude<Extract<"unit", keyof T2>, KE> | Exclude<Extract<"inputNumberSlots", keyof T2>, KE> : Extract<"required", 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<"formItemTip", keyof T2> | Extract<"formItemTipClass", keyof T2> | Extract<"labelTip", keyof T2> | Extract<"information", keyof T2> | Extract<"label", keyof T2> | Extract<"labelWidth", keyof T2> | Extract<"labelPosition", 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<"disabled", keyof T2> | Extract<"id", keyof T2> | Extract<"ariaLabel", keyof T2> | Extract<"name", keyof T2> | Extract<"modelValue", keyof T2> | Extract<"placeholder", keyof T2> | Extract<"min", keyof T2> | Extract<"max", keyof T2> | Extract<"inputmode", keyof T2> | Extract<"validateEvent", keyof T2> | Extract<"valueOnClear", keyof T2> | Extract<"step", keyof T2> | Extract<"stepStrictly", keyof T2> | Extract<"controls", keyof T2> | Extract<"controlsPosition", keyof T2> | Extract<"precision", keyof T2> | Extract<"unit", keyof T2> | Extract<"inputNumberSlots", keyof T2>]: { [k in Extract<"required", 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<"formItemTip", keyof T2> | Extract<"formItemTipClass", keyof T2> | Extract<"labelTip", keyof T2> | Extract<"information", keyof T2> | Extract<"label", keyof T2> | Extract<"labelWidth", keyof T2> | Extract<"labelPosition", 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<"disabled", keyof T2> | Extract<"id", keyof T2> | Extract<"ariaLabel", keyof T2> | Extract<"name", keyof T2> | Extract<"modelValue", keyof T2> | Extract<"placeholder", keyof T2> | Extract<"min", keyof T2> | Extract<"max", keyof T2> | Extract<"inputmode", keyof T2> | Extract<"validateEvent", keyof T2> | Extract<"valueOnClear", keyof T2> | Extract<"step", keyof T2> | Extract<"stepStrictly", keyof T2> | Extract<"controls", keyof T2> | Extract<"controlsPosition", keyof T2> | Extract<"precision", keyof T2> | Extract<"unit", keyof T2> | Extract<"inputNumberSlots", keyof T2>]: T2[k]; }[P]; }>;
195
203
  export declare const emits: {
196
204
  change: (cur: number | undefined, prev: number | undefined) => boolean;
197
205
  blur: (e: FocusEvent) => boolean;
@@ -11,6 +11,14 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
11
11
  type: import("vue").PropType<import("./types").InputNumberSlots>;
12
12
  default: any;
13
13
  };
14
+ inputmode: {
15
+ readonly type: import("vue").PropType<"none" | "search" | "text" | "url" | "email" | "tel" | "numeric" | "decimal">;
16
+ readonly required: false;
17
+ readonly validator: ((val: unknown) => boolean) | undefined;
18
+ __epPropKey: true;
19
+ } & {
20
+ readonly default: undefined;
21
+ };
14
22
  ariaLabel: StringConstructor;
15
23
  id: {
16
24
  readonly type: import("vue").PropType<string>;
@@ -199,6 +207,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
199
207
  placeholder: string;
200
208
  min: number;
201
209
  max: number;
210
+ inputmode: "none" | "search" | "text" | "url" | "email" | "tel" | "numeric" | "decimal";
202
211
  validateEvent: boolean;
203
212
  valueOnClear: string | number;
204
213
  step: number;
@@ -229,6 +238,14 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
229
238
  type: import("vue").PropType<import("./types").InputNumberSlots>;
230
239
  default: any;
231
240
  };
241
+ inputmode: {
242
+ readonly type: import("vue").PropType<"none" | "search" | "text" | "url" | "email" | "tel" | "numeric" | "decimal">;
243
+ readonly required: false;
244
+ readonly validator: ((val: unknown) => boolean) | undefined;
245
+ __epPropKey: true;
246
+ } & {
247
+ readonly default: undefined;
248
+ };
232
249
  ariaLabel: StringConstructor;
233
250
  id: {
234
251
  readonly type: import("vue").PropType<string>;
@@ -430,6 +447,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
430
447
  id: string;
431
448
  min: number;
432
449
  max: number;
450
+ inputmode: "none" | "search" | "text" | "url" | "email" | "tel" | "numeric" | "decimal";
433
451
  validateEvent: boolean;
434
452
  valueOnClear: string | number;
435
453
  step: number;
@@ -452,6 +470,14 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
452
470
  };
453
471
  ElInputNumber: {
454
472
  new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
473
+ readonly inputmode: {
474
+ readonly type: import("vue").PropType<"none" | "search" | "text" | "url" | "email" | "tel" | "numeric" | "decimal">;
475
+ readonly required: false;
476
+ readonly validator: ((val: unknown) => boolean) | undefined;
477
+ __epPropKey: true;
478
+ } & {
479
+ readonly default: undefined;
480
+ };
455
481
  readonly ariaLabel: StringConstructor;
456
482
  readonly id: {
457
483
  readonly type: import("vue").PropType<string>;
@@ -563,6 +589,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
563
589
  readonly min: number;
564
590
  readonly max: number;
565
591
  readonly validateEvent: boolean;
592
+ readonly inputmode: "none" | "search" | "text" | "url" | "email" | "tel" | "numeric" | "decimal";
566
593
  readonly step: number;
567
594
  readonly controls: boolean;
568
595
  readonly controlsPosition: "" | "right";
@@ -575,6 +602,14 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
575
602
  M: {};
576
603
  Defaults: {};
577
604
  }, Readonly<import("vue").ExtractPropTypes<{
605
+ readonly inputmode: {
606
+ readonly type: import("vue").PropType<"none" | "search" | "text" | "url" | "email" | "tel" | "numeric" | "decimal">;
607
+ readonly required: false;
608
+ readonly validator: ((val: unknown) => boolean) | undefined;
609
+ __epPropKey: true;
610
+ } & {
611
+ readonly default: undefined;
612
+ };
578
613
  readonly ariaLabel: StringConstructor;
579
614
  readonly id: {
580
615
  readonly type: import("vue").PropType<string>;
@@ -680,6 +715,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
680
715
  readonly min: number;
681
716
  readonly max: number;
682
717
  readonly validateEvent: boolean;
718
+ readonly inputmode: "none" | "search" | "text" | "url" | "email" | "tel" | "numeric" | "decimal";
683
719
  readonly step: number;
684
720
  readonly controls: boolean;
685
721
  readonly controlsPosition: "" | "right";
@@ -689,6 +725,14 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
689
725
  __isTeleport?: never;
690
726
  __isSuspense?: never;
691
727
  } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
728
+ readonly inputmode: {
729
+ readonly type: import("vue").PropType<"none" | "search" | "text" | "url" | "email" | "tel" | "numeric" | "decimal">;
730
+ readonly required: false;
731
+ readonly validator: ((val: unknown) => boolean) | undefined;
732
+ __epPropKey: true;
733
+ } & {
734
+ readonly default: undefined;
735
+ };
692
736
  readonly ariaLabel: StringConstructor;
693
737
  readonly id: {
694
738
  readonly type: import("vue").PropType<string>;
@@ -800,6 +844,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
800
844
  readonly min: number;
801
845
  readonly max: number;
802
846
  readonly validateEvent: boolean;
847
+ readonly inputmode: "none" | "search" | "text" | "url" | "email" | "tel" | "numeric" | "decimal";
803
848
  readonly step: number;
804
849
  readonly controls: boolean;
805
850
  readonly controlsPosition: "" | "right";
@@ -108,7 +108,7 @@ export declare const props: {
108
108
  max: NumberConstructor;
109
109
  tagType: {
110
110
  readonly default: "info";
111
- readonly type: PropType<"success" | "primary" | "warning" | "info" | "danger">;
111
+ readonly type: PropType<"primary" | "success" | "warning" | "info" | "danger">;
112
112
  readonly required: false;
113
113
  readonly validator: ((val: unknown) => boolean) | undefined;
114
114
  readonly __epPropKey: true;
@@ -129,14 +129,7 @@ export declare const props: {
129
129
  } & {
130
130
  readonly default: string;
131
131
  };
132
- draggable: {
133
- readonly type: PropType<boolean>;
134
- readonly required: false;
135
- readonly validator: ((val: unknown) => boolean) | undefined;
136
- __epPropKey: true;
137
- } & {
138
- readonly default: false;
139
- };
132
+ draggable: BooleanConstructor;
140
133
  delimiter: {
141
134
  readonly type: PropType<string | RegExp>;
142
135
  readonly required: false;
@@ -221,7 +214,7 @@ export declare const emits: {
221
214
  "update:modelValue": (value?: string[]) => boolean;
222
215
  change: (value?: string[]) => boolean;
223
216
  input: (value: string) => boolean;
224
- "add-tag": (value: string) => boolean;
217
+ "add-tag": (value: string | string[]) => boolean;
225
218
  "remove-tag": (value: string) => boolean;
226
219
  focus: (evt: FocusEvent) => boolean;
227
220
  blur: (evt: FocusEvent) => boolean;
@@ -106,7 +106,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
106
106
  max: NumberConstructor;
107
107
  tagType: {
108
108
  readonly default: "info";
109
- readonly type: import("vue").PropType<"success" | "primary" | "warning" | "info" | "danger">;
109
+ readonly type: import("vue").PropType<"primary" | "success" | "warning" | "info" | "danger">;
110
110
  readonly required: false;
111
111
  readonly validator: ((val: unknown) => boolean) | undefined;
112
112
  readonly __epPropKey: true;
@@ -127,14 +127,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
127
127
  } & {
128
128
  readonly default: string;
129
129
  };
130
- draggable: {
131
- readonly type: import("vue").PropType<boolean>;
132
- readonly required: false;
133
- readonly validator: ((val: unknown) => boolean) | undefined;
134
- __epPropKey: true;
135
- } & {
136
- readonly default: false;
137
- };
130
+ draggable: BooleanConstructor;
138
131
  delimiter: {
139
132
  readonly type: import("vue").PropType<string | RegExp>;
140
133
  readonly required: false;
@@ -230,7 +223,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
230
223
  autocomplete: string;
231
224
  tabindex: string | number;
232
225
  validateEvent: boolean;
233
- tagType: "success" | "primary" | "warning" | "info" | "danger";
226
+ tagType: "primary" | "success" | "warning" | "info" | "danger";
234
227
  tagEffect: "dark" | "light" | "plain";
235
228
  draggable: boolean;
236
229
  delimiter: string | RegExp;
@@ -243,7 +236,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
243
236
  "update:modelValue": (value?: string[]) => boolean;
244
237
  change: (value?: string[]) => boolean;
245
238
  input: (value: string) => boolean;
246
- "add-tag": (value: string) => boolean;
239
+ "add-tag": (value: string | string[]) => boolean;
247
240
  "remove-tag": (value: string) => boolean;
248
241
  focus: (evt: FocusEvent) => boolean;
249
242
  blur: (evt: FocusEvent) => boolean;
@@ -356,7 +349,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
356
349
  max: NumberConstructor;
357
350
  tagType: {
358
351
  readonly default: "info";
359
- readonly type: import("vue").PropType<"success" | "primary" | "warning" | "info" | "danger">;
352
+ readonly type: import("vue").PropType<"primary" | "success" | "warning" | "info" | "danger">;
360
353
  readonly required: false;
361
354
  readonly validator: ((val: unknown) => boolean) | undefined;
362
355
  readonly __epPropKey: true;
@@ -377,14 +370,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
377
370
  } & {
378
371
  readonly default: string;
379
372
  };
380
- draggable: {
381
- readonly type: import("vue").PropType<boolean>;
382
- readonly required: false;
383
- readonly validator: ((val: unknown) => boolean) | undefined;
384
- __epPropKey: true;
385
- } & {
386
- readonly default: false;
387
- };
373
+ draggable: BooleanConstructor;
388
374
  delimiter: {
389
375
  readonly type: import("vue").PropType<string | RegExp>;
390
376
  readonly required: false;
@@ -471,7 +457,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
471
457
  onInput?: (value: string) => any;
472
458
  onBlur?: (evt: FocusEvent) => any;
473
459
  "onRemove-tag"?: (value: string) => any;
474
- "onAdd-tag"?: (value: string) => any;
460
+ "onAdd-tag"?: (value: string | string[]) => any;
475
461
  }>, {
476
462
  required: boolean;
477
463
  formItemSize: "default" | "small" | "large";
@@ -494,7 +480,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
494
480
  autocomplete: string;
495
481
  tabindex: string | number;
496
482
  validateEvent: boolean;
497
- tagType: "success" | "primary" | "warning" | "info" | "danger";
483
+ tagType: "primary" | "success" | "warning" | "info" | "danger";
498
484
  tagEffect: "dark" | "light" | "plain";
499
485
  draggable: boolean;
500
486
  delimiter: string | RegExp;
@@ -512,7 +498,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
512
498
  readonly max: NumberConstructor;
513
499
  readonly tagType: {
514
500
  readonly default: "info";
515
- readonly type: import("vue").PropType<"success" | "primary" | "warning" | "info" | "danger">;
501
+ readonly type: import("vue").PropType<"primary" | "success" | "warning" | "info" | "danger">;
516
502
  readonly required: false;
517
503
  readonly validator: ((val: unknown) => boolean) | undefined;
518
504
  readonly __epPropKey: true;
@@ -533,14 +519,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
533
519
  } & {
534
520
  readonly default: string;
535
521
  };
536
- readonly draggable: {
537
- readonly type: import("vue").PropType<boolean>;
538
- readonly required: false;
539
- readonly validator: ((val: unknown) => boolean) | undefined;
540
- __epPropKey: true;
541
- } & {
542
- readonly default: false;
543
- };
522
+ readonly draggable: BooleanConstructor;
544
523
  readonly delimiter: {
545
524
  readonly type: import("vue").PropType<string | RegExp>;
546
525
  readonly required: false;
@@ -627,7 +606,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
627
606
  onBlur?: ((evt: FocusEvent) => any) | undefined;
628
607
  onInput?: ((value: string) => any) | undefined;
629
608
  onClear?: (() => any) | undefined;
630
- "onAdd-tag"?: ((value: string) => any) | undefined;
609
+ "onAdd-tag"?: ((value: string | string[]) => any) | undefined;
631
610
  "onRemove-tag"?: ((value: string) => any) | undefined;
632
611
  }, {
633
612
  focus: () => void;
@@ -639,19 +618,19 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
639
618
  input: (value: string) => void;
640
619
  blur: (evt: FocusEvent) => void;
641
620
  focus: (evt: FocusEvent) => void;
642
- "add-tag": (value: string) => void;
621
+ "add-tag": (value: string | string[]) => void;
643
622
  "remove-tag": (value: string) => void;
644
623
  }, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, {
645
624
  readonly disabled: boolean;
646
625
  readonly id: string;
647
- readonly trigger: "Enter" | "Space";
648
626
  readonly tabindex: string | number;
649
627
  readonly readonly: boolean;
628
+ readonly trigger: "Enter" | "Space";
650
629
  readonly autocomplete: string;
651
630
  readonly validateEvent: boolean;
652
631
  readonly clearable: boolean;
653
632
  readonly autofocus: boolean;
654
- readonly tagType: "success" | "primary" | "warning" | "info" | "danger";
633
+ readonly tagType: "primary" | "success" | "warning" | "info" | "danger";
655
634
  readonly tagEffect: "dark" | "light" | "plain";
656
635
  readonly draggable: boolean;
657
636
  readonly delimiter: string | RegExp;
@@ -673,7 +652,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
673
652
  readonly max: NumberConstructor;
674
653
  readonly tagType: {
675
654
  readonly default: "info";
676
- readonly type: import("vue").PropType<"success" | "primary" | "warning" | "info" | "danger">;
655
+ readonly type: import("vue").PropType<"primary" | "success" | "warning" | "info" | "danger">;
677
656
  readonly required: false;
678
657
  readonly validator: ((val: unknown) => boolean) | undefined;
679
658
  readonly __epPropKey: true;
@@ -694,14 +673,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
694
673
  } & {
695
674
  readonly default: string;
696
675
  };
697
- readonly draggable: {
698
- readonly type: import("vue").PropType<boolean>;
699
- readonly required: false;
700
- readonly validator: ((val: unknown) => boolean) | undefined;
701
- __epPropKey: true;
702
- } & {
703
- readonly default: false;
704
- };
676
+ readonly draggable: BooleanConstructor;
705
677
  readonly delimiter: {
706
678
  readonly type: import("vue").PropType<string | RegExp>;
707
679
  readonly required: false;
@@ -788,7 +760,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
788
760
  onBlur?: ((evt: FocusEvent) => any) | undefined;
789
761
  onInput?: ((value: string) => any) | undefined;
790
762
  onClear?: (() => any) | undefined;
791
- "onAdd-tag"?: ((value: string) => any) | undefined;
763
+ "onAdd-tag"?: ((value: string | string[]) => any) | undefined;
792
764
  "onRemove-tag"?: ((value: string) => any) | undefined;
793
765
  }, {
794
766
  focus: () => void;
@@ -796,14 +768,14 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
796
768
  }, {}, {}, {}, {
797
769
  readonly disabled: boolean;
798
770
  readonly id: string;
799
- readonly trigger: "Enter" | "Space";
800
771
  readonly tabindex: string | number;
801
772
  readonly readonly: boolean;
773
+ readonly trigger: "Enter" | "Space";
802
774
  readonly autocomplete: string;
803
775
  readonly validateEvent: boolean;
804
776
  readonly clearable: boolean;
805
777
  readonly autofocus: boolean;
806
- readonly tagType: "success" | "primary" | "warning" | "info" | "danger";
778
+ readonly tagType: "primary" | "success" | "warning" | "info" | "danger";
807
779
  readonly tagEffect: "dark" | "light" | "plain";
808
780
  readonly draggable: boolean;
809
781
  readonly delimiter: string | RegExp;
@@ -822,7 +794,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
822
794
  readonly max: NumberConstructor;
823
795
  readonly tagType: {
824
796
  readonly default: "info";
825
- readonly type: import("vue").PropType<"success" | "primary" | "warning" | "info" | "danger">;
797
+ readonly type: import("vue").PropType<"primary" | "success" | "warning" | "info" | "danger">;
826
798
  readonly required: false;
827
799
  readonly validator: ((val: unknown) => boolean) | undefined;
828
800
  readonly __epPropKey: true;
@@ -843,14 +815,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
843
815
  } & {
844
816
  readonly default: string;
845
817
  };
846
- readonly draggable: {
847
- readonly type: import("vue").PropType<boolean>;
848
- readonly required: false;
849
- readonly validator: ((val: unknown) => boolean) | undefined;
850
- __epPropKey: true;
851
- } & {
852
- readonly default: false;
853
- };
818
+ readonly draggable: BooleanConstructor;
854
819
  readonly delimiter: {
855
820
  readonly type: import("vue").PropType<string | RegExp>;
856
821
  readonly required: false;
@@ -937,7 +902,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
937
902
  onBlur?: ((evt: FocusEvent) => any) | undefined;
938
903
  onInput?: ((value: string) => any) | undefined;
939
904
  onClear?: (() => any) | undefined;
940
- "onAdd-tag"?: ((value: string) => any) | undefined;
905
+ "onAdd-tag"?: ((value: string | string[]) => any) | undefined;
941
906
  "onRemove-tag"?: ((value: string) => any) | undefined;
942
907
  }, {
943
908
  focus: () => void;
@@ -949,19 +914,19 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
949
914
  input: (value: string) => void;
950
915
  blur: (evt: FocusEvent) => void;
951
916
  focus: (evt: FocusEvent) => void;
952
- "add-tag": (value: string) => void;
917
+ "add-tag": (value: string | string[]) => void;
953
918
  "remove-tag": (value: string) => void;
954
919
  }, string, {
955
920
  readonly disabled: boolean;
956
921
  readonly id: string;
957
- readonly trigger: "Enter" | "Space";
958
922
  readonly tabindex: string | number;
959
923
  readonly readonly: boolean;
924
+ readonly trigger: "Enter" | "Space";
960
925
  readonly autocomplete: string;
961
926
  readonly validateEvent: boolean;
962
927
  readonly clearable: boolean;
963
928
  readonly autofocus: boolean;
964
- readonly tagType: "success" | "primary" | "warning" | "info" | "danger";
929
+ readonly tagType: "primary" | "success" | "warning" | "info" | "danger";
965
930
  readonly tagEffect: "dark" | "light" | "plain";
966
931
  readonly draggable: boolean;
967
932
  readonly delimiter: string | RegExp;
@@ -104,7 +104,7 @@ export declare const props: {
104
104
  };
105
105
  tagType: {
106
106
  default: string;
107
- type: PropType<"success" | "primary" | "warning" | "info" | "danger">;
107
+ type: PropType<"primary" | "success" | "warning" | "info" | "danger">;
108
108
  required: false;
109
109
  validator: ((val: unknown) => boolean) | undefined;
110
110
  __epPropKey: true;
@@ -98,7 +98,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
98
98
  };
99
99
  tagType: {
100
100
  default: string;
101
- type: import("vue").PropType<"success" | "primary" | "warning" | "info" | "danger">;
101
+ type: import("vue").PropType<"primary" | "success" | "warning" | "info" | "danger">;
102
102
  required: false;
103
103
  validator: ((val: unknown) => boolean) | undefined;
104
104
  __epPropKey: true;
@@ -230,7 +230,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
230
230
  collapseTagsTooltip: boolean;
231
231
  clearIcon: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
232
232
  fitInputWidth: boolean;
233
- tagType: "success" | "primary" | "warning" | "info" | "danger";
233
+ tagType: "primary" | "success" | "warning" | "info" | "danger";
234
234
  }>;
235
235
  selectOnEmits: {
236
236
  focus: (...e: any[]) => void;
@@ -527,7 +527,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
527
527
  };
528
528
  tagType: {
529
529
  default: string;
530
- type: import("vue").PropType<"success" | "primary" | "warning" | "info" | "danger">;
530
+ type: import("vue").PropType<"primary" | "success" | "warning" | "info" | "danger">;
531
531
  required: false;
532
532
  validator: ((val: unknown) => boolean) | undefined;
533
533
  __epPropKey: true;
@@ -847,7 +847,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
847
847
  collapseTagsTooltip: boolean;
848
848
  clearIcon: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
849
849
  fitInputWidth: boolean;
850
- tagType: "success" | "primary" | "warning" | "info" | "danger";
850
+ tagType: "primary" | "success" | "warning" | "info" | "danger";
851
851
  selectSlots: import("./types").SelectSlots;
852
852
  optionsUrl: string;
853
853
  defaultModelValue: any;
@@ -30,7 +30,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
30
30
  ElLink: {
31
31
  new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
32
32
  readonly type: {
33
- readonly type: import("vue").PropType<"default" | "success" | "primary" | "warning" | "info" | "danger">;
33
+ readonly type: import("vue").PropType<"default" | "primary" | "success" | "warning" | "info" | "danger">;
34
34
  readonly required: false;
35
35
  readonly validator: ((val: unknown) => boolean) | undefined;
36
36
  __epPropKey: true;
@@ -75,7 +75,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
75
75
  }, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, {
76
76
  readonly disabled: boolean;
77
77
  readonly underline: boolean | "hover" | "always" | "never";
78
- readonly type: "default" | "success" | "primary" | "warning" | "info" | "danger";
78
+ readonly type: "default" | "primary" | "success" | "warning" | "info" | "danger";
79
79
  readonly target: string;
80
80
  readonly href: string;
81
81
  }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
@@ -87,7 +87,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
87
87
  Defaults: {};
88
88
  }, Readonly<import("vue").ExtractPropTypes<{
89
89
  readonly type: {
90
- readonly type: import("vue").PropType<"default" | "success" | "primary" | "warning" | "info" | "danger">;
90
+ readonly type: import("vue").PropType<"default" | "primary" | "success" | "warning" | "info" | "danger">;
91
91
  readonly required: false;
92
92
  readonly validator: ((val: unknown) => boolean) | undefined;
93
93
  __epPropKey: true;
@@ -130,7 +130,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
130
130
  }, {}, {}, {}, {}, {
131
131
  readonly disabled: boolean;
132
132
  readonly underline: boolean | "hover" | "always" | "never";
133
- readonly type: "default" | "success" | "primary" | "warning" | "info" | "danger";
133
+ readonly type: "default" | "primary" | "success" | "warning" | "info" | "danger";
134
134
  readonly target: string;
135
135
  readonly href: string;
136
136
  }>;
@@ -139,7 +139,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
139
139
  __isSuspense?: never;
140
140
  } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
141
141
  readonly type: {
142
- readonly type: import("vue").PropType<"default" | "success" | "primary" | "warning" | "info" | "danger">;
142
+ readonly type: import("vue").PropType<"default" | "primary" | "success" | "warning" | "info" | "danger">;
143
143
  readonly required: false;
144
144
  readonly validator: ((val: unknown) => boolean) | undefined;
145
145
  __epPropKey: true;
@@ -184,7 +184,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
184
184
  }, string, {
185
185
  readonly disabled: boolean;
186
186
  readonly underline: boolean | "hover" | "always" | "never";
187
- readonly type: "default" | "success" | "primary" | "warning" | "info" | "danger";
187
+ readonly type: "default" | "primary" | "success" | "warning" | "info" | "danger";
188
188
  readonly target: string;
189
189
  readonly href: string;
190
190
  }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
@@ -8,7 +8,7 @@ var elementPlus = require('element-plus');
8
8
  var vue = require('vue');
9
9
  var utilsObject = require('@vunk/core/shared/utils-object');
10
10
  var elementPlus$1 = require('@vunk/form/shared/element-plus');
11
- var index = require('../index2.cjs');
11
+ var index = require('../index.cjs');
12
12
  var utilsFunction = require('@vunk/core/shared/utils-function');
13
13
  var utilsFetch = require('@vunk/core/shared/utils-fetch');
14
14
  var _pluginVue_exportHelper = require('../_plugin-vue_export-helper.cjs');
@@ -4,7 +4,7 @@ import { uploadProps, ElProgress, ElIcon, useNamespace, useLocale, ElUpload, ElL
4
4
  import { defineComponent, resolveComponent, openBlock, createElementBlock, Fragment, createCommentVNode, normalizeClass, createBlock, createElementVNode, withModifiers, createVNode, withCtx, toDisplayString, normalizeStyle, shallowRef, normalizeProps, guardReactiveProps, mergeProps, createSlots, renderSlot, createTextVNode } from 'vue';
5
5
  import { pickObject } from '@vunk/core/shared/utils-object';
6
6
  import { createUploadBindProps } from '@vunk/form/shared/element-plus';
7
- import { g as check_default, z as zoom_in_default, h as delete_default, i as close_default, j as circle_check_default, k as document_default, d as download_default } from '../index2.mjs';
7
+ import { h as check_default, z as zoom_in_default, d as delete_default, i as close_default, j as circle_check_default, k as document_default, a as download_default } from '../index.mjs';
8
8
  import { NOOP } from '@vunk/core/shared/utils-function';
9
9
  import { RestFetch } from '@vunk/core/shared/utils-fetch';
10
10
  import { _ as _export_sfc } from '../_plugin-vue_export-helper.mjs';