@vunk/form 1.4.4 → 1.4.6

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 (120) hide show
  1. package/components/button/src/ctx.d.ts +7 -7
  2. package/components/button/src/index.vue.d.ts +167 -200
  3. package/components/button/src/types.d.ts +1 -1
  4. package/components/cascader/index.cjs +3 -3
  5. package/components/cascader/index.mjs +3 -3
  6. package/components/cascader/src/ctx.d.ts +17 -6
  7. package/components/cascader/src/index.vue.d.ts +41 -13662
  8. package/components/checkbox/index.cjs +4 -4
  9. package/components/checkbox/index.mjs +4 -4
  10. package/components/checkbox/src/ctx.d.ts +4 -4
  11. package/components/checkbox/src/index.vue.d.ts +496 -481
  12. package/components/color-picker/index.cjs +2 -2
  13. package/components/color-picker/index.mjs +2 -2
  14. package/components/color-picker/src/ctx.d.ts +6 -6
  15. package/components/color-picker/src/index.vue.d.ts +15 -10959
  16. package/components/date-picker/index.cjs +1 -2
  17. package/components/date-picker/index.mjs +1 -2
  18. package/components/date-picker/src/ctx.d.ts +18 -10
  19. package/components/date-picker/src/index.vue.d.ts +96 -60
  20. package/components/date-picker/src/types.d.ts +1 -1
  21. package/components/date-picker-range/src/ctx.d.ts +16 -8
  22. package/components/date-picker-range/src/index.vue.d.ts +38 -20
  23. package/components/date-picker-range/src/types.d.ts +2 -2
  24. package/components/download-plus/src/ctx.d.ts +2 -2
  25. package/components/download-plus/src/index.vue.d.ts +451 -516
  26. package/components/esri-input-geojson/src/append.vue.d.ts +370 -1801
  27. package/components/esri-input-geojson/src/ctx.d.ts +20 -14
  28. package/components/esri-input-geojson/src/index.vue.d.ts +53 -41
  29. package/components/esri-input-geojson/src/types.d.ts +1 -1
  30. package/components/form/index.cjs +1 -1
  31. package/components/form/index.mjs +1 -1
  32. package/components/form/src/ctx.d.ts +1 -1
  33. package/components/form/src/index.vue.d.ts +313 -376
  34. package/components/form-item/src/ctx.d.ts +3 -3
  35. package/components/form-item/src/index.vue.d.ts +109 -126
  36. package/components/form-item-renderer/index.cjs +1 -0
  37. package/components/form-item-renderer/index.mjs +1 -0
  38. package/components/form-item-renderer/src/types.d.ts +1 -0
  39. package/components/geoinput/src/ctx.d.ts +18 -12
  40. package/components/geoinput/src/index.vue.d.ts +43 -31
  41. package/components/geoinput/src/types.d.ts +1 -1
  42. package/components/geoinput-read/src/append.vue.d.ts +220 -262
  43. package/components/geoinput-read/src/core.vue.d.ts +86 -81
  44. package/components/geoinput-read/src/ctx.d.ts +20 -14
  45. package/components/geoinput-read/src/index.vue.d.ts +129 -112
  46. package/components/geoinput-update/src/append.vue.d.ts +370 -1801
  47. package/components/geoinput-update/src/ctx.d.ts +20 -14
  48. package/components/geoinput-update/src/index.vue.d.ts +211 -388
  49. package/components/input/index.cjs +3 -7
  50. package/components/input/index.mjs +3 -7
  51. package/components/input/src/ctx.d.ts +21 -15
  52. package/components/input/src/index.vue.d.ts +314 -331
  53. package/components/input/src/types.d.ts +1 -1
  54. package/components/input-collection/src/ctx.d.ts +2 -2
  55. package/components/input-collection/src/index.vue.d.ts +267 -334
  56. package/components/input-collection/src/types.d.ts +1 -1
  57. package/components/input-link/index.cjs +7 -7
  58. package/components/input-link/index.mjs +7 -7
  59. package/components/input-link/src/ctx.d.ts +18 -12
  60. package/components/input-link/src/index.vue.d.ts +43 -31
  61. package/components/input-number/index.cjs +4 -4
  62. package/components/input-number/index.mjs +4 -4
  63. package/components/input-number/src/ctx.d.ts +6 -6
  64. package/components/input-number/src/index.vue.d.ts +107 -1483
  65. package/components/monaco-editor/src/ctx.d.ts +2 -2
  66. package/components/monaco-editor/src/index.vue.d.ts +5 -5
  67. package/components/monaco-editor/src/types.d.ts +1 -1
  68. package/components/radio/index.cjs +4 -4
  69. package/components/radio/index.mjs +4 -4
  70. package/components/radio/src/ctx.d.ts +6 -6
  71. package/components/radio/src/index.vue.d.ts +317 -303
  72. package/components/select/src/ctx.d.ts +2 -2
  73. package/components/select/src/index.vue.d.ts +33 -12877
  74. package/components/slider/src/ctx.d.ts +12 -12
  75. package/components/slider/src/index.vue.d.ts +29 -31
  76. package/components/switch/index.cjs +6 -7
  77. package/components/switch/index.mjs +6 -7
  78. package/components/switch/src/ctx.d.ts +11 -11
  79. package/components/switch/src/index.vue.d.ts +157 -206
  80. package/components/templates-default/index.cjs +0 -2
  81. package/components/templates-default/index.mjs +0 -2
  82. package/components/templates-default/src/index.vue.d.ts +2 -22
  83. package/components/templates-element-plus/src/index.vue.d.ts +92 -144
  84. package/components/templates-layout/index.cjs +1 -1
  85. package/components/templates-layout/index.mjs +1 -1
  86. package/components/templates-layout/src/index.vue.d.ts +107 -95
  87. package/components/upload/src/ctx.d.ts +7 -7
  88. package/components/upload/src/file.vue.d.ts +136 -193
  89. package/components/upload/src/index.vue.d.ts +386 -1888
  90. package/components/upload/src/types.d.ts +5 -0
  91. package/components/upload-plus/src/ctx.d.ts +2 -2
  92. package/components/upload-plus/src/index.vue.d.ts +484 -556
  93. package/components/van-cascader/src/ctx.d.ts +15 -4
  94. package/components/van-cascader/src/index.vue.d.ts +960 -10948
  95. package/components/var-datetime-picker/src/const.d.ts +1 -1
  96. package/components/var-datetime-picker/src/ctx.d.ts +2 -2
  97. package/components/var-datetime-picker/src/index.vue.d.ts +157 -212
  98. package/components/var-datetime-picker/src/types.d.ts +1 -1
  99. package/components/vditor/src/ctx.d.ts +2 -2
  100. package/components/vditor/src/index.vue.d.ts +5 -5
  101. package/components/vditor/src/types.d.ts +1 -1
  102. package/package.json +1 -1
  103. package/shared/const/index.d.ts +0 -4
  104. package/shared/element-plus/ctx.d.ts +0 -26
  105. package/shared/element-plus/index.d.ts +0 -3
  106. package/shared/element-plus/instances.d.ts +0 -195
  107. package/shared/element-plus/version.d.ts +0 -1
  108. package/shared/form/index.d.ts +0 -18
  109. package/shared/helper/index.d.ts +0 -4
  110. package/shared/index.d.ts +0 -2
  111. package/shared/infer-prop/index.d.ts +0 -17
  112. package/shared/progress-it/index.d.ts +0 -16
  113. package/shared/rules/index.d.ts +0 -35
  114. package/shared/types/form/checkbox.d.ts +0 -13
  115. package/shared/types/form/index.d.ts +0 -2
  116. package/shared/types/form/radio.d.ts +0 -8
  117. package/shared/types/index.d.ts +0 -2
  118. package/shared/types/source/index.d.ts +0 -21
  119. package/shared/types/source-manager/index.d.ts +0 -6
  120. package/shared/upload/index.d.ts +0 -7
@@ -16,18 +16,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
16
16
  }>> & Readonly<{}>, {
17
17
  data: import("@vunk/core").NormalObject;
18
18
  }, {}, {
19
- ElRow: import("element-plus/es/utils").SFCWithInstall<import("vue").DefineComponent<{
20
- readonly tag: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "div", boolean>;
21
- readonly gutter: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
22
- readonly justify: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "center" | "space-around" | "space-between" | "space-evenly" | "end" | "start", unknown, "start", boolean>;
23
- readonly align: {
24
- readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "top" | "bottom" | "middle", unknown>>;
25
- readonly required: false;
26
- readonly validator: ((val: unknown) => boolean) | undefined;
27
- __epPropKey: true;
28
- };
29
- }, {
30
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
19
+ ElRow: import("element-plus/es/utils").SFCWithInstall<{
20
+ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
31
21
  readonly tag: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "div", boolean>;
32
22
  readonly gutter: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
33
23
  readonly justify: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "center" | "space-around" | "space-between" | "space-evenly" | "end" | "start", unknown, "start", boolean>;
@@ -37,31 +27,36 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
37
27
  readonly validator: ((val: unknown) => boolean) | undefined;
38
28
  __epPropKey: true;
39
29
  };
40
- }>> & {
41
- [x: string & `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
42
- }>>;
43
- ns: {
44
- namespace: import("vue").ComputedRef<string>;
45
- b: (blockSuffix?: string) => string;
46
- e: (element?: string | undefined) => string;
47
- m: (modifier?: string | undefined) => string;
48
- be: (blockSuffix?: string | undefined, element?: string | undefined) => string;
49
- em: (element?: string | undefined, modifier?: string | undefined) => string;
50
- bm: (blockSuffix?: string | undefined, modifier?: string | undefined) => string;
51
- bem: (blockSuffix?: string | undefined, element?: string | undefined, modifier?: string | undefined) => string;
52
- is: {
53
- (name: string, state: boolean | undefined): string;
54
- (name: string): string;
30
+ }>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, {
31
+ readonly justify: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "center" | "space-around" | "space-between" | "space-evenly" | "end" | "start", unknown>;
32
+ readonly tag: string;
33
+ readonly gutter: number;
34
+ }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
35
+ P: {};
36
+ B: {};
37
+ D: {};
38
+ C: {};
39
+ M: {};
40
+ Defaults: {};
41
+ }, Readonly<import("vue").ExtractPropTypes<{
42
+ readonly tag: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "div", boolean>;
43
+ readonly gutter: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
44
+ readonly justify: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "center" | "space-around" | "space-between" | "space-evenly" | "end" | "start", unknown, "start", boolean>;
45
+ readonly align: {
46
+ readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "top" | "bottom" | "middle", unknown>>;
47
+ readonly required: false;
48
+ readonly validator: ((val: unknown) => boolean) | undefined;
49
+ __epPropKey: true;
55
50
  };
56
- cssVar: (object: Record<string, string>) => Record<string, string>;
57
- cssVarName: (name: string) => string;
58
- cssVarBlock: (object: Record<string, string>) => Record<string, string>;
59
- cssVarBlockName: (name: string) => string;
60
- };
61
- gutter: import("vue").ComputedRef<number>;
62
- style: import("vue").ComputedRef<import("vue").CSSProperties>;
63
- rowKls: import("vue").ComputedRef<string[]>;
64
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
51
+ }>>, {}, {}, {}, {}, {
52
+ readonly justify: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "center" | "space-around" | "space-between" | "space-evenly" | "end" | "start", unknown>;
53
+ readonly tag: string;
54
+ readonly gutter: number;
55
+ }>;
56
+ __isFragment?: never;
57
+ __isTeleport?: never;
58
+ __isSuspense?: never;
59
+ } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
65
60
  readonly tag: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "div", boolean>;
66
61
  readonly gutter: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
67
62
  readonly justify: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "center" | "space-around" | "space-between" | "space-evenly" | "end" | "start", unknown, "start", boolean>;
@@ -71,81 +66,98 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
71
66
  readonly validator: ((val: unknown) => boolean) | undefined;
72
67
  __epPropKey: true;
73
68
  };
74
- }>>, {
69
+ }>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, {
75
70
  readonly justify: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "center" | "space-around" | "space-between" | "space-evenly" | "end" | "start", unknown>;
76
71
  readonly tag: string;
77
72
  readonly gutter: number;
78
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>> & Record<string, any>;
79
- ElCol: import("element-plus/es/utils").SFCWithInstall<import("vue").DefineComponent<{
80
- readonly tag: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "div", boolean>;
81
- readonly span: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 24, boolean>;
82
- readonly offset: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
83
- readonly pull: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
84
- readonly push: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
85
- readonly xs: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("element-plus").ColSize & {}) | (() => import("element-plus").ColSize) | ((new (...args: any[]) => import("element-plus").ColSize & {}) | (() => import("element-plus").ColSize))[], unknown, unknown, () => import("element-plus/es/utils").Mutable<{}>, boolean>;
86
- readonly sm: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("element-plus").ColSize & {}) | (() => import("element-plus").ColSize) | ((new (...args: any[]) => import("element-plus").ColSize & {}) | (() => import("element-plus").ColSize))[], unknown, unknown, () => import("element-plus/es/utils").Mutable<{}>, boolean>;
87
- readonly md: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("element-plus").ColSize & {}) | (() => import("element-plus").ColSize) | ((new (...args: any[]) => import("element-plus").ColSize & {}) | (() => import("element-plus").ColSize))[], unknown, unknown, () => import("element-plus/es/utils").Mutable<{}>, boolean>;
88
- readonly lg: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("element-plus").ColSize & {}) | (() => import("element-plus").ColSize) | ((new (...args: any[]) => import("element-plus").ColSize & {}) | (() => import("element-plus").ColSize))[], unknown, unknown, () => import("element-plus/es/utils").Mutable<{}>, boolean>;
89
- readonly xl: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("element-plus").ColSize & {}) | (() => import("element-plus").ColSize) | ((new (...args: any[]) => import("element-plus").ColSize & {}) | (() => import("element-plus").ColSize))[], unknown, unknown, () => import("element-plus/es/utils").Mutable<{}>, boolean>;
90
- }, {
91
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
73
+ }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
74
+ $slots: {
75
+ default?(_: {}): any;
76
+ };
77
+ })>;
78
+ ElCol: import("element-plus/es/utils").SFCWithInstall<{
79
+ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
92
80
  readonly tag: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "div", boolean>;
93
81
  readonly span: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 24, boolean>;
94
82
  readonly offset: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
95
83
  readonly pull: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
96
84
  readonly push: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
97
- readonly xs: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("element-plus").ColSize & {}) | (() => import("element-plus").ColSize) | ((new (...args: any[]) => import("element-plus").ColSize & {}) | (() => import("element-plus").ColSize))[], unknown, unknown, () => import("element-plus/es/utils").Mutable<{}>, boolean>;
98
- readonly sm: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("element-plus").ColSize & {}) | (() => import("element-plus").ColSize) | ((new (...args: any[]) => import("element-plus").ColSize & {}) | (() => import("element-plus").ColSize))[], unknown, unknown, () => import("element-plus/es/utils").Mutable<{}>, boolean>;
99
- readonly md: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("element-plus").ColSize & {}) | (() => import("element-plus").ColSize) | ((new (...args: any[]) => import("element-plus").ColSize & {}) | (() => import("element-plus").ColSize))[], unknown, unknown, () => import("element-plus/es/utils").Mutable<{}>, boolean>;
100
- readonly lg: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("element-plus").ColSize & {}) | (() => import("element-plus").ColSize) | ((new (...args: any[]) => import("element-plus").ColSize & {}) | (() => import("element-plus").ColSize))[], unknown, unknown, () => import("element-plus/es/utils").Mutable<{}>, boolean>;
101
- readonly xl: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("element-plus").ColSize & {}) | (() => import("element-plus").ColSize) | ((new (...args: any[]) => import("element-plus").ColSize & {}) | (() => import("element-plus").ColSize))[], unknown, unknown, () => import("element-plus/es/utils").Mutable<{}>, boolean>;
102
- }>> & {
103
- [x: string & `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
104
- }>>;
105
- gutter: import("vue").ComputedRef<number>;
106
- ns: {
107
- namespace: import("vue").ComputedRef<string>;
108
- b: (blockSuffix?: string) => string;
109
- e: (element?: string | undefined) => string;
110
- m: (modifier?: string | undefined) => string;
111
- be: (blockSuffix?: string | undefined, element?: string | undefined) => string;
112
- em: (element?: string | undefined, modifier?: string | undefined) => string;
113
- bm: (blockSuffix?: string | undefined, modifier?: string | undefined) => string;
114
- bem: (blockSuffix?: string | undefined, element?: string | undefined, modifier?: string | undefined) => string;
115
- is: {
116
- (name: string, state: boolean | undefined): string;
117
- (name: string): string;
118
- };
119
- cssVar: (object: Record<string, string>) => Record<string, string>;
120
- cssVarName: (name: string) => string;
121
- cssVarBlock: (object: Record<string, string>) => Record<string, string>;
122
- cssVarBlockName: (name: string) => string;
123
- };
124
- style: import("vue").ComputedRef<import("vue").CSSProperties>;
125
- colKls: import("vue").ComputedRef<(string | string[])[]>;
126
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
85
+ readonly xs: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => number | import("element-plus").ColSizeObject) | (() => import("element-plus").ColSize) | ((new (...args: any[]) => number | import("element-plus").ColSizeObject) | (() => import("element-plus").ColSize))[], unknown, unknown, () => import("element-plus/es/utils").Mutable<{}>, boolean>;
86
+ readonly sm: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => number | import("element-plus").ColSizeObject) | (() => import("element-plus").ColSize) | ((new (...args: any[]) => number | import("element-plus").ColSizeObject) | (() => import("element-plus").ColSize))[], unknown, unknown, () => import("element-plus/es/utils").Mutable<{}>, boolean>;
87
+ readonly md: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => number | import("element-plus").ColSizeObject) | (() => import("element-plus").ColSize) | ((new (...args: any[]) => number | import("element-plus").ColSizeObject) | (() => import("element-plus").ColSize))[], unknown, unknown, () => import("element-plus/es/utils").Mutable<{}>, boolean>;
88
+ readonly lg: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => number | import("element-plus").ColSizeObject) | (() => import("element-plus").ColSize) | ((new (...args: any[]) => number | import("element-plus").ColSizeObject) | (() => import("element-plus").ColSize))[], unknown, unknown, () => import("element-plus/es/utils").Mutable<{}>, boolean>;
89
+ readonly xl: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => number | import("element-plus").ColSizeObject) | (() => import("element-plus").ColSize) | ((new (...args: any[]) => number | import("element-plus").ColSizeObject) | (() => import("element-plus").ColSize))[], unknown, unknown, () => import("element-plus/es/utils").Mutable<{}>, boolean>;
90
+ }>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, {
91
+ readonly span: number;
92
+ readonly push: number;
93
+ readonly offset: number;
94
+ readonly tag: string;
95
+ readonly pull: number;
96
+ readonly xs: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => number | import("element-plus").ColSizeObject) | (() => import("element-plus").ColSize) | ((new (...args: any[]) => number | import("element-plus").ColSizeObject) | (() => import("element-plus").ColSize))[], unknown, unknown>;
97
+ readonly sm: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => number | import("element-plus").ColSizeObject) | (() => import("element-plus").ColSize) | ((new (...args: any[]) => number | import("element-plus").ColSizeObject) | (() => import("element-plus").ColSize))[], unknown, unknown>;
98
+ readonly md: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => number | import("element-plus").ColSizeObject) | (() => import("element-plus").ColSize) | ((new (...args: any[]) => number | import("element-plus").ColSizeObject) | (() => import("element-plus").ColSize))[], unknown, unknown>;
99
+ readonly lg: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => number | import("element-plus").ColSizeObject) | (() => import("element-plus").ColSize) | ((new (...args: any[]) => number | import("element-plus").ColSizeObject) | (() => import("element-plus").ColSize))[], unknown, unknown>;
100
+ readonly xl: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => number | import("element-plus").ColSizeObject) | (() => import("element-plus").ColSize) | ((new (...args: any[]) => number | import("element-plus").ColSizeObject) | (() => import("element-plus").ColSize))[], unknown, unknown>;
101
+ }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
102
+ P: {};
103
+ B: {};
104
+ D: {};
105
+ C: {};
106
+ M: {};
107
+ Defaults: {};
108
+ }, Readonly<import("vue").ExtractPropTypes<{
109
+ readonly tag: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "div", boolean>;
110
+ readonly span: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 24, boolean>;
111
+ readonly offset: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
112
+ readonly pull: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
113
+ readonly push: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
114
+ readonly xs: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => number | import("element-plus").ColSizeObject) | (() => import("element-plus").ColSize) | ((new (...args: any[]) => number | import("element-plus").ColSizeObject) | (() => import("element-plus").ColSize))[], unknown, unknown, () => import("element-plus/es/utils").Mutable<{}>, boolean>;
115
+ readonly sm: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => number | import("element-plus").ColSizeObject) | (() => import("element-plus").ColSize) | ((new (...args: any[]) => number | import("element-plus").ColSizeObject) | (() => import("element-plus").ColSize))[], unknown, unknown, () => import("element-plus/es/utils").Mutable<{}>, boolean>;
116
+ readonly md: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => number | import("element-plus").ColSizeObject) | (() => import("element-plus").ColSize) | ((new (...args: any[]) => number | import("element-plus").ColSizeObject) | (() => import("element-plus").ColSize))[], unknown, unknown, () => import("element-plus/es/utils").Mutable<{}>, boolean>;
117
+ readonly lg: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => number | import("element-plus").ColSizeObject) | (() => import("element-plus").ColSize) | ((new (...args: any[]) => number | import("element-plus").ColSizeObject) | (() => import("element-plus").ColSize))[], unknown, unknown, () => import("element-plus/es/utils").Mutable<{}>, boolean>;
118
+ readonly xl: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => number | import("element-plus").ColSizeObject) | (() => import("element-plus").ColSize) | ((new (...args: any[]) => number | import("element-plus").ColSizeObject) | (() => import("element-plus").ColSize))[], unknown, unknown, () => import("element-plus/es/utils").Mutable<{}>, boolean>;
119
+ }>>, {}, {}, {}, {}, {
120
+ readonly span: number;
121
+ readonly push: number;
122
+ readonly offset: number;
123
+ readonly tag: string;
124
+ readonly pull: number;
125
+ readonly xs: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => number | import("element-plus").ColSizeObject) | (() => import("element-plus").ColSize) | ((new (...args: any[]) => number | import("element-plus").ColSizeObject) | (() => import("element-plus").ColSize))[], unknown, unknown>;
126
+ readonly sm: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => number | import("element-plus").ColSizeObject) | (() => import("element-plus").ColSize) | ((new (...args: any[]) => number | import("element-plus").ColSizeObject) | (() => import("element-plus").ColSize))[], unknown, unknown>;
127
+ readonly md: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => number | import("element-plus").ColSizeObject) | (() => import("element-plus").ColSize) | ((new (...args: any[]) => number | import("element-plus").ColSizeObject) | (() => import("element-plus").ColSize))[], unknown, unknown>;
128
+ readonly lg: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => number | import("element-plus").ColSizeObject) | (() => import("element-plus").ColSize) | ((new (...args: any[]) => number | import("element-plus").ColSizeObject) | (() => import("element-plus").ColSize))[], unknown, unknown>;
129
+ readonly xl: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => number | import("element-plus").ColSizeObject) | (() => import("element-plus").ColSize) | ((new (...args: any[]) => number | import("element-plus").ColSizeObject) | (() => import("element-plus").ColSize))[], unknown, unknown>;
130
+ }>;
131
+ __isFragment?: never;
132
+ __isTeleport?: never;
133
+ __isSuspense?: never;
134
+ } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
127
135
  readonly tag: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "div", boolean>;
128
136
  readonly span: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 24, boolean>;
129
137
  readonly offset: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
130
138
  readonly pull: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
131
139
  readonly push: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
132
- readonly xs: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("element-plus").ColSize & {}) | (() => import("element-plus").ColSize) | ((new (...args: any[]) => import("element-plus").ColSize & {}) | (() => import("element-plus").ColSize))[], unknown, unknown, () => import("element-plus/es/utils").Mutable<{}>, boolean>;
133
- readonly sm: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("element-plus").ColSize & {}) | (() => import("element-plus").ColSize) | ((new (...args: any[]) => import("element-plus").ColSize & {}) | (() => import("element-plus").ColSize))[], unknown, unknown, () => import("element-plus/es/utils").Mutable<{}>, boolean>;
134
- readonly md: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("element-plus").ColSize & {}) | (() => import("element-plus").ColSize) | ((new (...args: any[]) => import("element-plus").ColSize & {}) | (() => import("element-plus").ColSize))[], unknown, unknown, () => import("element-plus/es/utils").Mutable<{}>, boolean>;
135
- readonly lg: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("element-plus").ColSize & {}) | (() => import("element-plus").ColSize) | ((new (...args: any[]) => import("element-plus").ColSize & {}) | (() => import("element-plus").ColSize))[], unknown, unknown, () => import("element-plus/es/utils").Mutable<{}>, boolean>;
136
- readonly xl: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("element-plus").ColSize & {}) | (() => import("element-plus").ColSize) | ((new (...args: any[]) => import("element-plus").ColSize & {}) | (() => import("element-plus").ColSize))[], unknown, unknown, () => import("element-plus/es/utils").Mutable<{}>, boolean>;
137
- }>>, {
138
- readonly offset: number;
140
+ readonly xs: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => number | import("element-plus").ColSizeObject) | (() => import("element-plus").ColSize) | ((new (...args: any[]) => number | import("element-plus").ColSizeObject) | (() => import("element-plus").ColSize))[], unknown, unknown, () => import("element-plus/es/utils").Mutable<{}>, boolean>;
141
+ readonly sm: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => number | import("element-plus").ColSizeObject) | (() => import("element-plus").ColSize) | ((new (...args: any[]) => number | import("element-plus").ColSizeObject) | (() => import("element-plus").ColSize))[], unknown, unknown, () => import("element-plus/es/utils").Mutable<{}>, boolean>;
142
+ readonly md: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => number | import("element-plus").ColSizeObject) | (() => import("element-plus").ColSize) | ((new (...args: any[]) => number | import("element-plus").ColSizeObject) | (() => import("element-plus").ColSize))[], unknown, unknown, () => import("element-plus/es/utils").Mutable<{}>, boolean>;
143
+ readonly lg: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => number | import("element-plus").ColSizeObject) | (() => import("element-plus").ColSize) | ((new (...args: any[]) => number | import("element-plus").ColSizeObject) | (() => import("element-plus").ColSize))[], unknown, unknown, () => import("element-plus/es/utils").Mutable<{}>, boolean>;
144
+ readonly xl: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => number | import("element-plus").ColSizeObject) | (() => import("element-plus").ColSize) | ((new (...args: any[]) => number | import("element-plus").ColSizeObject) | (() => import("element-plus").ColSize))[], unknown, unknown, () => import("element-plus/es/utils").Mutable<{}>, boolean>;
145
+ }>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, {
146
+ readonly span: number;
139
147
  readonly push: number;
148
+ readonly offset: number;
140
149
  readonly tag: string;
141
- readonly span: number;
142
150
  readonly pull: number;
143
- readonly xs: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => import("element-plus").ColSize & {}) | (() => import("element-plus").ColSize) | ((new (...args: any[]) => import("element-plus").ColSize & {}) | (() => import("element-plus").ColSize))[], unknown, unknown>;
144
- readonly sm: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => import("element-plus").ColSize & {}) | (() => import("element-plus").ColSize) | ((new (...args: any[]) => import("element-plus").ColSize & {}) | (() => import("element-plus").ColSize))[], unknown, unknown>;
145
- readonly md: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => import("element-plus").ColSize & {}) | (() => import("element-plus").ColSize) | ((new (...args: any[]) => import("element-plus").ColSize & {}) | (() => import("element-plus").ColSize))[], unknown, unknown>;
146
- readonly lg: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => import("element-plus").ColSize & {}) | (() => import("element-plus").ColSize) | ((new (...args: any[]) => import("element-plus").ColSize & {}) | (() => import("element-plus").ColSize))[], unknown, unknown>;
147
- readonly xl: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => import("element-plus").ColSize & {}) | (() => import("element-plus").ColSize) | ((new (...args: any[]) => import("element-plus").ColSize & {}) | (() => import("element-plus").ColSize))[], unknown, unknown>;
148
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>> & Record<string, any>;
151
+ readonly xs: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => number | import("element-plus").ColSizeObject) | (() => import("element-plus").ColSize) | ((new (...args: any[]) => number | import("element-plus").ColSizeObject) | (() => import("element-plus").ColSize))[], unknown, unknown>;
152
+ readonly sm: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => number | import("element-plus").ColSizeObject) | (() => import("element-plus").ColSize) | ((new (...args: any[]) => number | import("element-plus").ColSizeObject) | (() => import("element-plus").ColSize))[], unknown, unknown>;
153
+ readonly md: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => number | import("element-plus").ColSizeObject) | (() => import("element-plus").ColSize) | ((new (...args: any[]) => number | import("element-plus").ColSizeObject) | (() => import("element-plus").ColSize))[], unknown, unknown>;
154
+ readonly lg: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => number | import("element-plus").ColSizeObject) | (() => import("element-plus").ColSize) | ((new (...args: any[]) => number | import("element-plus").ColSizeObject) | (() => import("element-plus").ColSize))[], unknown, unknown>;
155
+ readonly xl: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => number | import("element-plus").ColSizeObject) | (() => import("element-plus").ColSize) | ((new (...args: any[]) => number | import("element-plus").ColSizeObject) | (() => import("element-plus").ColSize))[], unknown, unknown>;
156
+ }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
157
+ $slots: {
158
+ default?(_: {}): any;
159
+ };
160
+ })>;
149
161
  VkfFormItemRendererTemplate: {
150
162
  new (...args: any[]): any;
151
163
  __isFragment?: never;
@@ -88,7 +88,7 @@ export declare const props: {
88
88
  readonly prototype: any;
89
89
  })[], unknown, unknown, () => void, boolean>;
90
90
  crossorigin: {
91
- readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => ("" | "anonymous" | "use-credentials") & {}) | (() => "" | "anonymous" | "use-credentials") | ((new (...args: any[]) => ("" | "anonymous" | "use-credentials") & {}) | (() => "" | "anonymous" | "use-credentials"))[], unknown, unknown>>;
91
+ readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "" | "anonymous" | "use-credentials") | (() => "" | "anonymous" | "use-credentials") | ((new (...args: any[]) => "" | "anonymous" | "use-credentials") | (() => "" | "anonymous" | "use-credentials"))[], unknown, unknown>>;
92
92
  readonly required: false;
93
93
  readonly validator: ((val: unknown) => boolean) | undefined;
94
94
  __epPropKey: true;
@@ -101,16 +101,16 @@ export declare const props: {
101
101
  __epPropKey: true;
102
102
  };
103
103
  method: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "post", boolean>;
104
- data: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => ((rawFile: import("element-plus").UploadRawFile) => import("element-plus/es/utils").Awaitable<import("element-plus").UploadData>) | import("element-plus/es/utils").Mutable<Record<string, any>> | Promise<import("element-plus/es/utils").Mutable<Record<string, any>>>) | (() => ((rawFile: import("element-plus").UploadRawFile) => import("element-plus/es/utils").Awaitable<import("element-plus").UploadData>) | import("element-plus/es/utils").Awaitable<import("element-plus/es/utils").Mutable<Record<string, any>>>) | ((new (...args: any[]) => ((rawFile: import("element-plus").UploadRawFile) => import("element-plus/es/utils").Awaitable<import("element-plus").UploadData>) | import("element-plus/es/utils").Mutable<Record<string, any>> | Promise<import("element-plus/es/utils").Mutable<Record<string, any>>>) | (() => ((rawFile: import("element-plus").UploadRawFile) => import("element-plus/es/utils").Awaitable<import("element-plus").UploadData>) | import("element-plus/es/utils").Awaitable<import("element-plus/es/utils").Mutable<Record<string, any>>>))[], unknown, unknown, () => import("element-plus/es/utils").Mutable<{}>, boolean>;
105
- multiple: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
104
+ data: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("element-plus/es/utils").Mutable<Record<string, any>> | Promise<import("element-plus/es/utils").Mutable<Record<string, any>>> | ((rawFile: import("element-plus").UploadRawFile) => import("element-plus/es/utils").Awaitable<import("element-plus").UploadData>)) | (() => import("element-plus/es/utils").Awaitable<import("element-plus/es/utils").Mutable<Record<string, any>>> | ((rawFile: import("element-plus").UploadRawFile) => import("element-plus/es/utils").Awaitable<import("element-plus").UploadData>)) | ((new (...args: any[]) => import("element-plus/es/utils").Mutable<Record<string, any>> | Promise<import("element-plus/es/utils").Mutable<Record<string, any>>> | ((rawFile: import("element-plus").UploadRawFile) => import("element-plus/es/utils").Awaitable<import("element-plus").UploadData>)) | (() => import("element-plus/es/utils").Awaitable<import("element-plus/es/utils").Mutable<Record<string, any>>> | ((rawFile: import("element-plus").UploadRawFile) => import("element-plus/es/utils").Awaitable<import("element-plus").UploadData>)))[], unknown, unknown, () => import("element-plus/es/utils").Mutable<{}>, boolean>;
105
+ multiple: BooleanConstructor;
106
106
  name: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "file", boolean>;
107
- drag: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
107
+ drag: BooleanConstructor;
108
108
  withCredentials: BooleanConstructor;
109
109
  showFileList: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
110
110
  accept: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
111
111
  fileList: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("element-plus").UploadUserFile[]) | (() => import("element-plus").UploadUserFile[]) | ((new (...args: any[]) => import("element-plus").UploadUserFile[]) | (() => import("element-plus").UploadUserFile[]))[], unknown, unknown, () => [], boolean>;
112
112
  autoUpload: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
113
- listType: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "text" | "picture" | "picture-card", unknown, "text", boolean>;
113
+ listType: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "picture" | "text" | "picture-card", unknown, "text", boolean>;
114
114
  httpRequest: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("element-plus").UploadRequestHandler) | (() => import("element-plus").UploadRequestHandler) | {
115
115
  (): import("element-plus").UploadRequestHandler;
116
116
  new (): any;
@@ -150,7 +150,7 @@ export declare const props: {
150
150
  label: StringConstructor;
151
151
  labelWidth: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
152
152
  prop: {
153
- readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => import("element-plus").FormItemProp & {}) | (() => import("element-plus").FormItemProp) | ((new (...args: any[]) => import("element-plus").FormItemProp & {}) | (() => import("element-plus").FormItemProp))[], unknown, unknown>>;
153
+ readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | string[]) | (() => import("element-plus").FormItemProp) | ((new (...args: any[]) => string | string[]) | (() => import("element-plus").FormItemProp))[], unknown, unknown>>;
154
154
  readonly required: false;
155
155
  readonly validator: ((val: unknown) => boolean) | undefined;
156
156
  __epPropKey: true;
@@ -163,7 +163,7 @@ export declare const props: {
163
163
  };
164
164
  error: StringConstructor;
165
165
  validateStatus: {
166
- readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "success" | "error" | "validating", unknown>>;
166
+ readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "error" | "success" | "validating", unknown>>;
167
167
  readonly required: false;
168
168
  readonly validator: ((val: unknown) => boolean) | undefined;
169
169
  __epPropKey: true;