@vunk/form 2.19.0 → 2.19.2

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 (206) hide show
  1. package/components/_plugin-vue_export-helper-CHgC5LLL.mjs +9 -0
  2. package/components/api-tables-select/index.cjs +1 -1
  3. package/components/api-tables-select/index.mjs +1 -1
  4. package/components/api-tables-select/src/ctx.d.ts +16 -22
  5. package/components/api-tables-select/src/index.vue.d.ts +39 -43
  6. package/components/button/index.cjs +1 -1
  7. package/components/button/index.mjs +2 -3
  8. package/components/button/src/ctx.d.ts +7 -7
  9. package/components/button/src/index.vue.d.ts +64 -63
  10. package/components/card-input-collection/index.cjs +1 -1
  11. package/components/card-input-collection/index.mjs +9 -9
  12. package/components/card-input-collection/src/core.vue.d.ts +12 -8
  13. package/components/card-input-collection/src/ctx.d.ts +2 -2
  14. package/components/card-input-collection/src/index.vue.d.ts +7 -6
  15. package/components/cascader/src/ctx.d.ts +33 -25
  16. package/components/cascader/src/index.vue.d.ts +67 -50
  17. package/components/cascader/src/use.d.ts +1 -1
  18. package/components/checkbox/index.cjs +1 -1
  19. package/components/checkbox/index.mjs +4 -4
  20. package/components/checkbox/src/ctx.d.ts +19 -19
  21. package/components/checkbox/src/index.vue.d.ts +128 -127
  22. package/components/cloneDeep-DE0l40hv.mjs +486 -0
  23. package/components/cloneDeep-DaYwfXwD.js +1 -0
  24. package/components/color-picker/src/ctx.d.ts +22 -14
  25. package/components/color-picker/src/index.vue.d.ts +52 -32
  26. package/components/date-picker/src/ctx.d.ts +32 -24
  27. package/components/date-picker/src/index.vue.d.ts +68 -51
  28. package/components/date-picker-range/index.cjs +1 -1
  29. package/components/date-picker-range/index.mjs +1 -1
  30. package/components/date-picker-range/src/ctx.d.ts +23 -15
  31. package/components/date-picker-range/src/index.vue.d.ts +131 -98
  32. package/components/debounce-CliSPkvP.js +1 -0
  33. package/components/debounce-DIph5ENi.mjs +85 -0
  34. package/components/dialog/src/ctx.d.ts +5 -5
  35. package/components/dialog/src/index.vue.d.ts +18 -16
  36. package/components/dialog-input-collection/index.cjs +1 -1
  37. package/components/dialog-input-collection/index.mjs +11 -11
  38. package/components/dialog-input-collection/src/ctx.d.ts +4 -3
  39. package/components/dialog-input-collection/src/dialog-form.vue.d.ts +12 -8
  40. package/components/dialog-input-collection/src/index.vue.d.ts +13 -11
  41. package/components/dialog-input-collection/src/layout.vue.d.ts +8 -4
  42. package/components/download-plus/index.cjs +1 -1
  43. package/components/download-plus/index.mjs +24 -25
  44. package/components/download-plus/src/api.d.ts +1 -1
  45. package/components/download-plus/src/ctx.d.ts +4 -3
  46. package/components/download-plus/src/index.vue.d.ts +81 -78
  47. package/components/editable-text/index.cjs +1 -1
  48. package/components/editable-text/index.mjs +1 -1
  49. package/components/editable-text/src/ctx.d.ts +2 -6
  50. package/components/editable-text/src/index.vue.d.ts +14 -10
  51. package/components/el-slider/index.cjs +1 -1
  52. package/components/el-slider/index.mjs +5 -5
  53. package/components/el-slider/src/button.vue.d.ts +2 -1
  54. package/components/el-slider/src/composables/index.cjs +1 -1
  55. package/components/el-slider/src/composables/index.mjs +1 -1
  56. package/components/el-slider/src/composables/use-slide.d.ts +1 -1
  57. package/components/el-slider/src/composables/use-slider-button.d.ts +1 -1
  58. package/components/el-slider/src/composables/use-watch.d.ts +1 -1
  59. package/components/el-slider/src/slider-core.vue.d.ts +7 -6
  60. package/components/el-slider/src/slider.d.ts +2 -1
  61. package/components/esri-input-geojson/index.cjs +1 -1
  62. package/components/esri-input-geojson/index.mjs +42 -57
  63. package/components/esri-input-geojson/src/append.vue.d.ts +97 -96
  64. package/components/esri-input-geojson/src/ctx.d.ts +21 -22
  65. package/components/esri-input-geojson/src/default-view.vue.d.ts +7 -3
  66. package/components/esri-input-geojson/src/index.vue.d.ts +593 -186
  67. package/components/esri-input-geojson/src/types.d.ts +0 -1
  68. package/components/esri-input-geojson/src/viewer.vue.d.ts +406 -40
  69. package/components/fieldset/index.cjs +1 -1
  70. package/components/fieldset/index.mjs +3 -5
  71. package/components/fieldset/src/index.vue.d.ts +3 -2
  72. package/components/form/index.cjs +1 -1
  73. package/components/form/index.mjs +1 -1
  74. package/components/form/src/ctx.d.ts +1 -1
  75. package/components/form/src/index.vue.d.ts +68 -67
  76. package/components/form-item/index.cjs +1 -1
  77. package/components/form-item/index.mjs +7 -8
  78. package/components/form-item/src/core.vue.d.ts +12 -10
  79. package/components/form-item/src/ctx.d.ts +6 -4
  80. package/components/form-item/src/index.vue.d.ts +7 -6
  81. package/components/form-item-renderer/index.mjs +2 -3
  82. package/components/form-item-renderer/src/core.vue.d.ts +3 -2
  83. package/components/form-item-renderer/src/index.vue.d.ts +7 -5
  84. package/components/form-item-renderer-template/index.mjs +1 -2
  85. package/components/form-item-renderer-template/src/index.vue.d.ts +3 -2
  86. package/components/forms-provider/src/index.vue.d.ts +5 -2
  87. package/components/forms-provider/src/segment.vue.d.ts +7 -3
  88. package/components/forms-provider/src/view.vue.d.ts +11 -7
  89. package/components/index-BCZuzyeO.mjs +317 -0
  90. package/components/index-BNPcMpOO.js +1 -0
  91. package/components/index-DJv1MwwH.mjs +14 -0
  92. package/components/information/src/index.vue.d.ts +3 -2
  93. package/components/information-collection/src/ctx.d.ts +17 -11
  94. package/components/information-collection/src/index.vue.d.ts +36 -27
  95. package/components/information-renderer/index.d.ts +9 -9
  96. package/components/information-tag/src/ctx.d.ts +4 -3
  97. package/components/information-tag/src/index.vue.d.ts +12 -11
  98. package/components/information-templates-default/src/index.vue.d.ts +2 -1
  99. package/components/input/index.cjs +1 -1
  100. package/components/input/index.mjs +1 -1
  101. package/components/input/src/ctx.d.ts +20 -20
  102. package/components/input/src/index.vue.d.ts +70 -69
  103. package/components/input-array/index.cjs +1 -1
  104. package/components/input-array/index.mjs +2 -2
  105. package/components/input-array/src/ctx.d.ts +2 -2
  106. package/components/input-array/src/form-template.vue.d.ts +2 -1
  107. package/components/input-array/src/index.vue.d.ts +6 -5
  108. package/components/input-collection/index.cjs +1 -1
  109. package/components/input-collection/index.mjs +2 -2
  110. package/components/input-collection/src/core.vue.d.ts +17 -15
  111. package/components/input-collection/src/ctx.d.ts +4 -4
  112. package/components/input-collection/src/index.vue.d.ts +13 -12
  113. package/components/input-file/src/index.vue.d.ts +51 -50
  114. package/components/input-file/src/template.vue.d.ts +2 -1
  115. package/components/input-link/index.cjs +1 -1
  116. package/components/input-link/index.mjs +2 -2
  117. package/components/input-link/src/ctx.d.ts +19 -21
  118. package/components/input-link/src/index.vue.d.ts +111 -110
  119. package/components/input-number/index.cjs +1 -1
  120. package/components/input-number/index.mjs +1 -1
  121. package/components/input-number/src/ctx.d.ts +5 -5
  122. package/components/input-number/src/index.vue.d.ts +39 -38
  123. package/components/input-tag/index.cjs +1 -1
  124. package/components/input-tag/index.mjs +1 -1
  125. package/components/input-tag/src/ctx.d.ts +10 -10
  126. package/components/input-tag/src/index.vue.d.ts +48 -47
  127. package/components/isObject-DQpnfMRp.mjs +34 -0
  128. package/components/monaco-editor/index.cjs +1 -1
  129. package/components/monaco-editor/index.mjs +1 -1
  130. package/components/monaco-editor/src/ctx.d.ts +2 -2
  131. package/components/monaco-editor/src/index.vue.d.ts +17 -16
  132. package/components/radio/index.cjs +1 -1
  133. package/components/radio/index.mjs +3 -3
  134. package/components/radio/src/ctx.d.ts +3 -3
  135. package/components/radio/src/index.vue.d.ts +32 -31
  136. package/components/radio/src/option.vue.d.ts +12 -10
  137. package/components/radio/src/wraper.vue.d.ts +9 -8
  138. package/components/renderer-data/src/index.vue.d.ts +3 -2
  139. package/components/select/index.cjs +1 -1
  140. package/components/select/index.mjs +1 -1
  141. package/components/select/src/core.vue.d.ts +99 -239
  142. package/components/select/src/ctx.d.ts +23 -95
  143. package/components/select/src/index.vue.d.ts +76 -75
  144. package/components/select/src/options.vue.d.ts +3 -2
  145. package/components/slider/src/ctx.d.ts +10 -10
  146. package/components/slider/src/index.vue.d.ts +29 -25
  147. package/components/style.css +1 -1
  148. package/components/switch/src/ctx.d.ts +11 -11
  149. package/components/switch/src/index.vue.d.ts +24 -20
  150. package/components/tables-select/index.mjs +1 -2
  151. package/components/tables-select/src/ctx.d.ts +27 -43
  152. package/components/tables-select/src/index.vue.d.ts +57 -71
  153. package/components/template-instances-provider/src/index.vue.d.ts +3 -2
  154. package/components/templates-default/index.cjs +1 -1
  155. package/components/templates-default/index.mjs +1 -1
  156. package/components/templates-default/src/ctx.d.ts +3 -5
  157. package/components/templates-default/src/index.vue.d.ts +778 -727
  158. package/components/templates-element-plus/index.cjs +1 -1
  159. package/components/templates-element-plus/index.mjs +4 -4
  160. package/components/templates-element-plus/src/index.vue.d.ts +27 -26
  161. package/components/templates-esri/index.cjs +1 -1
  162. package/components/templates-esri/index.mjs +1 -1
  163. package/components/templates-esri/src/index.vue.d.ts +600 -193
  164. package/components/templates-layout/index.cjs +1 -1
  165. package/components/templates-layout/index.mjs +4 -4
  166. package/components/templates-layout/src/index.vue.d.ts +14 -13
  167. package/components/templates-variant/index.cjs +1 -1
  168. package/components/templates-variant/index.mjs +1 -1
  169. package/components/templates-variant/src/index.vue.d.ts +132 -99
  170. package/components/time-picker/src/ctx.d.ts +31 -23
  171. package/components/time-picker/src/index.vue.d.ts +66 -49
  172. package/components/upload/index.cjs +1 -1
  173. package/components/upload/index.mjs +46 -46
  174. package/components/upload/src/ctx.d.ts +24 -22
  175. package/components/upload/src/file.vue.d.ts +75 -73
  176. package/components/upload/src/index.vue.d.ts +188 -187
  177. package/components/upload/src/wraper.vue.d.ts +48 -47
  178. package/components/upload-plus/index.cjs +7 -7
  179. package/components/upload-plus/index.mjs +1911 -1937
  180. package/components/upload-plus/src/api.d.ts +1 -1
  181. package/components/upload-plus/src/ctx.d.ts +2 -5
  182. package/components/upload-plus/src/index.vue.d.ts +6 -5
  183. package/components/use-watch-Bfrz9pv_.js +1 -0
  184. package/components/use-watch-t49wP7jy.mjs +414 -0
  185. package/components/van-cascader/src/ctx.d.ts +33 -25
  186. package/components/van-cascader/src/index.vue.d.ts +67 -50
  187. package/components/var-datetime-picker/index.cjs +1 -1
  188. package/components/var-datetime-picker/index.mjs +19 -21
  189. package/components/var-datetime-picker/src/ctx.d.ts +4 -3
  190. package/components/var-datetime-picker/src/index.vue.d.ts +144 -179
  191. package/components/vditor/index.cjs +1 -1
  192. package/components/vditor/index.mjs +1 -1
  193. package/components/vditor/src/ctx.d.ts +2 -3
  194. package/components/vditor/src/index.vue.d.ts +19 -19
  195. package/composables/index.mjs +3 -5
  196. package/composables/useSourceManager.d.ts +2 -2
  197. package/index.css +1 -1
  198. package/package.json +1 -1
  199. package/shared/element-plus/instances.d.ts +60 -43
  200. package/components/cloneDeep.cjs +0 -1
  201. package/components/debounce.cjs +0 -1
  202. package/components/index2.cjs +0 -1
  203. package/components/use-watch.cjs +0 -1
  204. /package/components/{_plugin-vue_export-helper.cjs → _plugin-vue_export-helper-BHFhmbuH.js} +0 -0
  205. /package/components/{index.cjs → index-DSyxYMB0.js} +0 -0
  206. /package/components/{isObject.cjs → isObject-fAvOGw_H.js} +0 -0
@@ -1,8 +1,11 @@
1
+ import type { Func } from '@vunk/core';
1
2
  import type { UploadFile } from 'element-plus';
2
3
  import type { PropType } from 'vue';
3
- declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
4
+ declare const _default: typeof __VLS_export;
5
+ export default _default;
6
+ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
4
7
  listType: {
5
- type: PropType<"text" | "picture" | "picture-card">;
8
+ type: PropType<"picture" | "picture-card" | "text">;
6
9
  default: string;
7
10
  };
8
11
  file: {
@@ -14,11 +17,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
14
17
  default: boolean;
15
18
  };
16
19
  onPreview: {
17
- type: PropType<(arg: UploadFile) => any>;
20
+ type: PropType<Func<UploadFile>>;
18
21
  default: () => () => void;
19
22
  };
20
23
  onDownload: {
21
- type: PropType<(arg: UploadFile) => any>;
24
+ type: PropType<Func<UploadFile>>;
22
25
  default: undefined;
23
26
  };
24
27
  preview: {
@@ -33,13 +36,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
33
36
  handleRemove: (file?: UploadFile) => void;
34
37
  nsIcon: {
35
38
  namespace: import("vue").ComputedRef<string>;
36
- b: (blockSuffix?: string | undefined) => string;
37
- e: (element?: string | undefined) => string;
38
- m: (modifier?: string | undefined) => string;
39
- be: (blockSuffix?: string | undefined, element?: string | undefined) => string;
40
- em: (element?: string | undefined, modifier?: string | undefined) => string;
41
- bm: (blockSuffix?: string | undefined, modifier?: string | undefined) => string;
42
- bem: (blockSuffix?: string | undefined, element?: string | undefined, modifier?: string | undefined) => string;
39
+ b: (blockSuffix?: string) => string;
40
+ e: (element?: string) => string;
41
+ m: (modifier?: string) => string;
42
+ be: (blockSuffix?: string, element?: string) => string;
43
+ em: (element?: string, modifier?: string) => string;
44
+ bm: (blockSuffix?: string, modifier?: string) => string;
45
+ bem: (blockSuffix?: string, element?: string, modifier?: string) => string;
43
46
  is: {
44
47
  (name: string, state: boolean | undefined): string;
45
48
  (name: string): string;
@@ -51,13 +54,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
51
54
  };
52
55
  nsUpload: {
53
56
  namespace: import("vue").ComputedRef<string>;
54
- b: (blockSuffix?: string | undefined) => string;
55
- e: (element?: string | undefined) => string;
56
- m: (modifier?: string | undefined) => string;
57
- be: (blockSuffix?: string | undefined, element?: string | undefined) => string;
58
- em: (element?: string | undefined, modifier?: string | undefined) => string;
59
- bm: (blockSuffix?: string | undefined, modifier?: string | undefined) => string;
60
- bem: (blockSuffix?: string | undefined, element?: string | undefined, modifier?: string | undefined) => string;
57
+ b: (blockSuffix?: string) => string;
58
+ e: (element?: string) => string;
59
+ m: (modifier?: string) => string;
60
+ be: (blockSuffix?: string, element?: string) => string;
61
+ em: (element?: string, modifier?: string) => string;
62
+ bm: (blockSuffix?: string, modifier?: string) => string;
63
+ bem: (blockSuffix?: string, element?: string, modifier?: string) => string;
61
64
  is: {
62
65
  (name: string, state: boolean | undefined): string;
63
66
  (name: string): string;
@@ -76,7 +79,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
76
79
  remove: (e: UploadFile) => UploadFile;
77
80
  }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
78
81
  listType: {
79
- type: PropType<"text" | "picture" | "picture-card">;
82
+ type: PropType<"picture" | "picture-card" | "text">;
80
83
  default: string;
81
84
  };
82
85
  file: {
@@ -88,11 +91,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
88
91
  default: boolean;
89
92
  };
90
93
  onPreview: {
91
- type: PropType<(arg: UploadFile) => any>;
94
+ type: PropType<Func<UploadFile>>;
92
95
  default: () => () => void;
93
96
  };
94
97
  onDownload: {
95
- type: PropType<(arg: UploadFile) => any>;
98
+ type: PropType<Func<UploadFile>>;
96
99
  default: undefined;
97
100
  };
98
101
  preview: {
@@ -119,11 +122,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
119
122
  type: "line" | "circle" | "dashboard";
120
123
  color: string | import("element-plus").ProgressColor[] | import("element-plus").ProgressFn;
121
124
  width: number;
122
- strokeLinecap: NonNullable<"butt" | "round" | "square" | "inherit" | undefined>;
125
+ strokeLinecap: NonNullable<import("vue").SVGAttributes["stroke-linecap"]>;
123
126
  strokeWidth: number;
124
127
  format: import("element-plus").ProgressFn;
125
128
  percentage: number;
126
- status: "" | "success" | "warning" | "exception";
129
+ status: "" | "success" | "exception" | "warning";
127
130
  duration: number;
128
131
  showText: boolean;
129
132
  }, false, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
@@ -137,37 +140,37 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
137
140
  type: "line" | "circle" | "dashboard";
138
141
  color: string | import("element-plus").ProgressColor[] | import("element-plus").ProgressFn;
139
142
  width: number;
140
- strokeLinecap: NonNullable<"butt" | "round" | "square" | "inherit" | undefined>;
143
+ strokeLinecap: NonNullable<import("vue").SVGAttributes["stroke-linecap"]>;
141
144
  strokeWidth: number;
142
145
  format: import("element-plus").ProgressFn;
143
146
  percentage: number;
144
- status: "" | "success" | "warning" | "exception";
147
+ status: "" | "success" | "exception" | "warning";
145
148
  duration: number;
146
149
  showText: boolean;
147
150
  }>;
148
- __isFragment?: undefined;
149
- __isTeleport?: undefined;
150
- __isSuspense?: undefined;
151
+ __isFragment?: never;
152
+ __isTeleport?: never;
153
+ __isSuspense?: never;
151
154
  } & import("vue").ComponentOptionsBase<Readonly<import("element-plus").ProgressProps> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
152
155
  type: "line" | "circle" | "dashboard";
153
156
  color: string | import("element-plus").ProgressColor[] | import("element-plus").ProgressFn;
154
157
  width: number;
155
- strokeLinecap: NonNullable<"butt" | "round" | "square" | "inherit" | undefined>;
158
+ strokeLinecap: NonNullable<import("vue").SVGAttributes["stroke-linecap"]>;
156
159
  strokeWidth: number;
157
160
  format: import("element-plus").ProgressFn;
158
161
  percentage: number;
159
- status: "" | "success" | "warning" | "exception";
162
+ status: "" | "success" | "exception" | "warning";
160
163
  duration: number;
161
164
  showText: boolean;
162
165
  }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
163
166
  $slots: {
164
- default?: ((props: {
167
+ default?: (props: {
165
168
  percentage: number;
166
- }) => any) | undefined;
169
+ }) => any;
167
170
  } & {
168
- default?: ((props: {
171
+ default?: (props: {
169
172
  percentage: number;
170
- }) => any) | undefined;
173
+ }) => any;
171
174
  };
172
175
  })>;
173
176
  ElIcon: import("element-plus/es/utils/index.mjs").SFCWithInstall<{
@@ -179,12 +182,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
179
182
  M: {};
180
183
  Defaults: {};
181
184
  }, Readonly<import("element-plus").IconProps> & Readonly<{}>, {}, {}, {}, {}, {}>;
182
- __isFragment?: undefined;
183
- __isTeleport?: undefined;
184
- __isSuspense?: undefined;
185
+ __isFragment?: never;
186
+ __isTeleport?: never;
187
+ __isSuspense?: never;
185
188
  } & import("vue").ComponentOptionsBase<Readonly<import("element-plus").IconProps> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
186
189
  $slots: {
187
- default?: ((props: {}) => any) | undefined;
190
+ default?: (props: {}) => any;
188
191
  };
189
192
  })>;
190
193
  Check: import("vue").DefineComponent<{}, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
@@ -200,7 +203,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
200
203
  }>, {
201
204
  ref: import("vue").Ref<HTMLButtonElement | undefined, HTMLButtonElement | undefined>;
202
205
  size: import("vue").ComputedRef<"" | "default" | "small" | "large">;
203
- type: import("vue").ComputedRef<"" | "default" | "primary" | "success" | "warning" | "info" | "danger" | "text">;
206
+ type: import("vue").ComputedRef<"" | "text" | "default" | "info" | "primary" | "success" | "warning" | "danger">;
204
207
  disabled: import("vue").ComputedRef<boolean>;
205
208
  shouldAddSpace: import("vue").ComputedRef<boolean>;
206
209
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
@@ -208,14 +211,14 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
208
211
  }, import("vue").PublicProps, {
209
212
  text: boolean;
210
213
  disabled: boolean;
211
- type: "" | "default" | "primary" | "success" | "warning" | "info" | "danger" | "text";
214
+ type: import("element-plus").ButtonType;
212
215
  round: boolean;
213
216
  dashed: boolean;
214
- nativeType: "reset" | "submit" | "button";
217
+ nativeType: import("element-plus").ButtonNativeType;
215
218
  loadingIcon: import("element-plus/es/utils/index.mjs").IconPropType;
216
219
  plain: boolean;
217
220
  autoInsertSpace: boolean;
218
- tag: string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>;
221
+ tag: string | import("vue").Component;
219
222
  }, false, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
220
223
  P: {};
221
224
  B: {};
@@ -228,30 +231,30 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
228
231
  }>, {
229
232
  ref: import("vue").Ref<HTMLButtonElement | undefined, HTMLButtonElement | undefined>;
230
233
  size: import("vue").ComputedRef<"" | "default" | "small" | "large">;
231
- type: import("vue").ComputedRef<"" | "default" | "primary" | "success" | "warning" | "info" | "danger" | "text">;
234
+ type: import("vue").ComputedRef<"" | "text" | "default" | "info" | "primary" | "success" | "warning" | "danger">;
232
235
  disabled: import("vue").ComputedRef<boolean>;
233
236
  shouldAddSpace: import("vue").ComputedRef<boolean>;
234
237
  }, {}, {}, {}, {
235
238
  text: boolean;
236
239
  disabled: boolean;
237
- type: "" | "default" | "primary" | "success" | "warning" | "info" | "danger" | "text";
240
+ type: import("element-plus").ButtonType;
238
241
  round: boolean;
239
242
  dashed: boolean;
240
- nativeType: "reset" | "submit" | "button";
243
+ nativeType: import("element-plus").ButtonNativeType;
241
244
  loadingIcon: import("element-plus/es/utils/index.mjs").IconPropType;
242
245
  plain: boolean;
243
246
  autoInsertSpace: boolean;
244
- tag: string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>;
247
+ tag: string | import("vue").Component;
245
248
  }>;
246
- __isFragment?: undefined;
247
- __isTeleport?: undefined;
248
- __isSuspense?: undefined;
249
+ __isFragment?: never;
250
+ __isTeleport?: never;
251
+ __isSuspense?: never;
249
252
  } & import("vue").ComponentOptionsBase<Readonly<import("element-plus").ButtonProps> & Readonly<{
250
253
  onClick?: ((evt: MouseEvent) => any) | undefined;
251
254
  }>, {
252
255
  ref: import("vue").Ref<HTMLButtonElement | undefined, HTMLButtonElement | undefined>;
253
256
  size: import("vue").ComputedRef<"" | "default" | "small" | "large">;
254
- type: import("vue").ComputedRef<"" | "default" | "primary" | "success" | "warning" | "info" | "danger" | "text">;
257
+ type: import("vue").ComputedRef<"" | "text" | "default" | "info" | "primary" | "success" | "warning" | "danger">;
255
258
  disabled: import("vue").ComputedRef<boolean>;
256
259
  shouldAddSpace: import("vue").ComputedRef<boolean>;
257
260
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
@@ -259,21 +262,21 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
259
262
  }, string, {
260
263
  text: boolean;
261
264
  disabled: boolean;
262
- type: "" | "default" | "primary" | "success" | "warning" | "info" | "danger" | "text";
265
+ type: import("element-plus").ButtonType;
263
266
  round: boolean;
264
267
  dashed: boolean;
265
- nativeType: "reset" | "submit" | "button";
268
+ nativeType: import("element-plus").ButtonNativeType;
266
269
  loadingIcon: import("element-plus/es/utils/index.mjs").IconPropType;
267
270
  plain: boolean;
268
271
  autoInsertSpace: boolean;
269
- tag: string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>;
272
+ tag: string | import("vue").Component;
270
273
  }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
271
274
  $slots: {
272
- loading?: ((props: {}) => any) | undefined;
275
+ loading?: (props: {}) => any;
273
276
  } & {
274
- icon?: ((props: {}) => any) | undefined;
277
+ icon?: (props: {}) => any;
275
278
  } & {
276
- default?: ((props: {}) => any) | undefined;
279
+ default?: (props: {}) => any;
277
280
  };
278
281
  }) & import("vue").ObjectPlugin & {
279
282
  setPropsDefaults: (defaults: {
@@ -282,17 +285,17 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
282
285
  readonly type?: "" | "default" | "primary" | "success" | "warning" | "info" | "danger" | "text" | (() => "" | "default" | "primary" | "success" | "warning" | "info" | "danger" | "text") | undefined;
283
286
  readonly icon?: string | import("vue").FunctionalComponent<any, {}, any, {}> | {
284
287
  new (...args: any[]): any;
285
- __isFragment?: undefined;
286
- __isTeleport?: undefined;
287
- __isSuspense?: undefined;
288
+ __isFragment?: never;
289
+ __isTeleport?: never;
290
+ __isSuspense?: never;
288
291
  } | (() => (import("element-plus/es/utils/index.mjs").IconPropType | undefined) & {}) | undefined;
289
292
  readonly nativeType?: "reset" | "submit" | "button" | (() => "reset" | "submit" | "button") | undefined;
290
293
  readonly loading?: boolean | (() => boolean) | undefined;
291
294
  readonly loadingIcon?: string | import("vue").FunctionalComponent<any, {}, any, {}> | {
292
295
  new (...args: any[]): any;
293
- __isFragment?: undefined;
294
- __isTeleport?: undefined;
295
- __isSuspense?: undefined;
296
+ __isFragment?: never;
297
+ __isTeleport?: never;
298
+ __isSuspense?: never;
296
299
  } | (() => (import("element-plus/es/utils/index.mjs").IconPropType | undefined) & {}) | undefined;
297
300
  readonly plain?: boolean | (() => boolean) | undefined;
298
301
  readonly text?: boolean | (() => boolean) | undefined;
@@ -307,15 +310,15 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
307
310
  readonly autoInsertSpace?: boolean | (() => boolean) | undefined;
308
311
  readonly tag?: string | import("vue").FunctionalComponent<any, {}, any, {}> | {
309
312
  new (...args: any[]): any;
310
- __isFragment?: undefined;
311
- __isTeleport?: undefined;
312
- __isSuspense?: undefined;
313
+ __isFragment?: never;
314
+ __isTeleport?: never;
315
+ __isSuspense?: never;
313
316
  } | (() => (string | import("vue").Component | undefined) & {}) | undefined;
314
317
  }) => void;
315
318
  } & {
316
319
  ButtonGroup: {
317
320
  new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("element-plus/es/components/button/src/button-group.mjs").ButtonGroupProps> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
318
- type: "" | "default" | "primary" | "success" | "warning" | "info" | "danger" | "text";
321
+ type: "" | "text" | "default" | "info" | "primary" | "success" | "warning" | "danger";
319
322
  direction: "horizontal" | "vertical";
320
323
  }, false, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
321
324
  P: {};
@@ -325,20 +328,19 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
325
328
  M: {};
326
329
  Defaults: {};
327
330
  }, Readonly<import("element-plus/es/components/button/src/button-group.mjs").ButtonGroupProps> & Readonly<{}>, {}, {}, {}, {}, {
328
- type: "" | "default" | "primary" | "success" | "warning" | "info" | "danger" | "text";
331
+ type: "" | "text" | "default" | "info" | "primary" | "success" | "warning" | "danger";
329
332
  direction: "horizontal" | "vertical";
330
333
  }>;
331
- __isFragment?: undefined;
332
- __isTeleport?: undefined;
333
- __isSuspense?: undefined;
334
+ __isFragment?: never;
335
+ __isTeleport?: never;
336
+ __isSuspense?: never;
334
337
  } & import("vue").ComponentOptionsBase<Readonly<import("element-plus/es/components/button/src/button-group.mjs").ButtonGroupProps> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
335
- type: "" | "default" | "primary" | "success" | "warning" | "info" | "danger" | "text";
338
+ type: "" | "text" | "default" | "info" | "primary" | "success" | "warning" | "danger";
336
339
  direction: "horizontal" | "vertical";
337
340
  }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
338
341
  $slots: {
339
- default?: ((props: {}) => any) | undefined;
342
+ default?: (props: {}) => any;
340
343
  };
341
344
  });
342
345
  };
343
346
  }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
344
- export default _default;