@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,12 +1,14 @@
1
1
  import { DatePicker, TimePicker } from '@varlet/ui';
2
2
  import 'vant/es/popup/style';
3
- import '@varlet/ui/es/date-picker/style';
4
- import '@varlet/ui/es/time-picker/style';
5
- declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
3
+ import '@varlet/ui/es/date-picker/date-picker.css';
4
+ import '@varlet/ui/es/time-picker/timePicker.css';
5
+ declare const _default: typeof __VLS_export;
6
+ export default _default;
7
+ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
6
8
  modelValue: null;
7
9
  readonly: BooleanConstructor;
8
10
  type: {
9
- type: import("vue").PropType<"year" | "years" | "month" | "months" | "date" | "dates" | "week" | "datetime" | "daterange" | "monthrange" | "yearrange">;
11
+ type: import("vue").PropType<Exclude<import("element-plus").DatePickType, "datetimerange">>;
10
12
  default: string;
11
13
  };
12
14
  allowedDates: {
@@ -24,7 +26,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
24
26
  default: "default" | "small" | "large";
25
27
  };
26
28
  formItemSlots: {
27
- type: import("vue").PropType<import("../../form-item/src/types.ts").FormItemSlots>;
29
+ type: import("vue").PropType<import("../../form-item/src/types").FormItemSlots>;
28
30
  default: undefined;
29
31
  };
30
32
  elRef: {
@@ -59,14 +61,14 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
59
61
  };
60
62
  labelPosition: import("element-plus/es/utils/index.mjs").EpPropFinalized<StringConstructor, "" | "left" | "right" | "top", unknown, "", boolean>;
61
63
  rules: {
62
- readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<(new (...args: any[]) => import("element-plus").FormItemRule | import("element-plus").FormItemRule[]) | (() => import("element-plus/es/utils/typescript.mjs").Arrayable<import("element-plus").FormItemRule>) | ((new (...args: any[]) => import("element-plus").FormItemRule | import("element-plus").FormItemRule[]) | (() => import("element-plus/es/utils/typescript.mjs").Arrayable<import("element-plus").FormItemRule>) | null)[], unknown, unknown>>;
64
+ readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<(new (...args: any[]) => import("element-plus").FormItemRule | import("element-plus").FormItemRule[]) | (() => import("element-plus/es/utils/typescript.mjs").Arrayable<import("element-plus").FormItemRule>) | (((new (...args: any[]) => import("element-plus").FormItemRule | import("element-plus").FormItemRule[]) | (() => import("element-plus/es/utils/typescript.mjs").Arrayable<import("element-plus").FormItemRule>)) | null)[], unknown, unknown>>;
63
65
  readonly required: false;
64
66
  readonly validator: ((val: unknown) => boolean) | undefined;
65
67
  __epPropKey: true;
66
68
  };
67
69
  error: StringConstructor;
68
70
  validateStatus: {
69
- readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "" | "error" | "success" | "validating", unknown>>;
71
+ readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "" | "success" | "error" | "validating", unknown>>;
70
72
  readonly required: false;
71
73
  readonly validator: ((val: unknown) => boolean) | undefined;
72
74
  __epPropKey: true;
@@ -92,7 +94,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
92
94
  modelValue: null;
93
95
  readonly: BooleanConstructor;
94
96
  type: {
95
- type: import("vue").PropType<"year" | "years" | "month" | "months" | "date" | "dates" | "week" | "datetime" | "daterange" | "monthrange" | "yearrange">;
97
+ type: import("vue").PropType<Exclude<import("element-plus").DatePickType, "datetimerange">>;
96
98
  default: string;
97
99
  };
98
100
  allowedDates: {
@@ -110,7 +112,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
110
112
  default: "default" | "small" | "large";
111
113
  };
112
114
  formItemSlots: {
113
- type: import("vue").PropType<import("../../form-item/src/types.ts").FormItemSlots>;
115
+ type: import("vue").PropType<import("../../form-item/src/types").FormItemSlots>;
114
116
  default: undefined;
115
117
  };
116
118
  elRef: {
@@ -145,14 +147,14 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
145
147
  };
146
148
  labelPosition: import("element-plus/es/utils/index.mjs").EpPropFinalized<StringConstructor, "" | "left" | "right" | "top", unknown, "", boolean>;
147
149
  rules: {
148
- readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<(new (...args: any[]) => import("element-plus").FormItemRule | import("element-plus").FormItemRule[]) | (() => import("element-plus/es/utils/typescript.mjs").Arrayable<import("element-plus").FormItemRule>) | ((new (...args: any[]) => import("element-plus").FormItemRule | import("element-plus").FormItemRule[]) | (() => import("element-plus/es/utils/typescript.mjs").Arrayable<import("element-plus").FormItemRule>) | null)[], unknown, unknown>>;
150
+ readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<(new (...args: any[]) => import("element-plus").FormItemRule | import("element-plus").FormItemRule[]) | (() => import("element-plus/es/utils/typescript.mjs").Arrayable<import("element-plus").FormItemRule>) | (((new (...args: any[]) => import("element-plus").FormItemRule | import("element-plus").FormItemRule[]) | (() => import("element-plus/es/utils/typescript.mjs").Arrayable<import("element-plus").FormItemRule>)) | null)[], unknown, unknown>>;
149
151
  readonly required: false;
150
152
  readonly validator: ((val: unknown) => boolean) | undefined;
151
153
  __epPropKey: true;
152
154
  };
153
155
  error: StringConstructor;
154
156
  validateStatus: {
155
- readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "" | "error" | "success" | "validating", unknown>>;
157
+ readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "" | "success" | "error" | "validating", unknown>>;
156
158
  readonly required: false;
157
159
  readonly validator: ((val: unknown) => boolean) | undefined;
158
160
  __epPropKey: true;
@@ -166,7 +168,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
166
168
  type: "year" | "years" | "month" | "months" | "date" | "dates" | "week" | "datetime" | "daterange" | "monthrange" | "yearrange";
167
169
  required: import("element-plus/es/utils/index.mjs").EpPropMergeType<BooleanConstructor, unknown, unknown>;
168
170
  formItemSize: "default" | "small" | "large";
169
- formItemSlots: import("../../form-item/src/types.ts").FormItemSlots;
171
+ formItemSlots: import("../../form-item/src/types").FormItemSlots;
170
172
  inline: boolean;
171
173
  readonly: boolean;
172
174
  formItemTip: string;
@@ -185,7 +187,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
185
187
  default: "default" | "small" | "large";
186
188
  };
187
189
  formItemSlots: {
188
- type: import("vue").PropType<import("../../form-item/src/types.ts").FormItemSlots>;
190
+ type: import("vue").PropType<import("../../form-item/src/types").FormItemSlots>;
189
191
  default: undefined;
190
192
  };
191
193
  elRef: {
@@ -225,14 +227,14 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
225
227
  labelPosition: import("element-plus/es/utils/index.mjs").EpPropFinalized<StringConstructor, "" | "left" | "right" | "top", unknown, "", boolean>;
226
228
  required: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
227
229
  rules: {
228
- readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<(new (...args: any[]) => import("element-plus").FormItemRule | import("element-plus").FormItemRule[]) | (() => import("element-plus/es/utils/typescript.mjs").Arrayable<import("element-plus").FormItemRule>) | ((new (...args: any[]) => import("element-plus").FormItemRule | import("element-plus").FormItemRule[]) | (() => import("element-plus/es/utils/typescript.mjs").Arrayable<import("element-plus").FormItemRule>) | null)[], unknown, unknown>>;
230
+ readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<(new (...args: any[]) => import("element-plus").FormItemRule | import("element-plus").FormItemRule[]) | (() => import("element-plus/es/utils/typescript.mjs").Arrayable<import("element-plus").FormItemRule>) | (((new (...args: any[]) => import("element-plus").FormItemRule | import("element-plus").FormItemRule[]) | (() => import("element-plus/es/utils/typescript.mjs").Arrayable<import("element-plus").FormItemRule>)) | null)[], unknown, unknown>>;
229
231
  readonly required: false;
230
232
  readonly validator: ((val: unknown) => boolean) | undefined;
231
233
  __epPropKey: true;
232
234
  };
233
235
  error: StringConstructor;
234
236
  validateStatus: {
235
- readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "" | "error" | "success" | "validating", unknown>>;
237
+ readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "" | "success" | "error" | "validating", unknown>>;
236
238
  readonly required: false;
237
239
  readonly validator: ((val: unknown) => boolean) | undefined;
238
240
  __epPropKey: true;
@@ -254,7 +256,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
254
256
  default: "default" | "small" | "large";
255
257
  };
256
258
  formItemSlots: {
257
- type: import("vue").PropType<import("../../form-item/src/types.ts").FormItemSlots>;
259
+ type: import("vue").PropType<import("../../form-item/src/types").FormItemSlots>;
258
260
  default: undefined;
259
261
  };
260
262
  elRef: {
@@ -294,14 +296,14 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
294
296
  labelPosition: import("element-plus/es/utils/index.mjs").EpPropFinalized<StringConstructor, "" | "left" | "right" | "top", unknown, "", boolean>;
295
297
  required: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
296
298
  rules: {
297
- readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<(new (...args: any[]) => import("element-plus").FormItemRule | import("element-plus").FormItemRule[]) | (() => import("element-plus/es/utils/typescript.mjs").Arrayable<import("element-plus").FormItemRule>) | ((new (...args: any[]) => import("element-plus").FormItemRule | import("element-plus").FormItemRule[]) | (() => import("element-plus/es/utils/typescript.mjs").Arrayable<import("element-plus").FormItemRule>) | null)[], unknown, unknown>>;
299
+ readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<(new (...args: any[]) => import("element-plus").FormItemRule | import("element-plus").FormItemRule[]) | (() => import("element-plus/es/utils/typescript.mjs").Arrayable<import("element-plus").FormItemRule>) | (((new (...args: any[]) => import("element-plus").FormItemRule | import("element-plus").FormItemRule[]) | (() => import("element-plus/es/utils/typescript.mjs").Arrayable<import("element-plus").FormItemRule>)) | null)[], unknown, unknown>>;
298
300
  readonly required: false;
299
301
  readonly validator: ((val: unknown) => boolean) | undefined;
300
302
  __epPropKey: true;
301
303
  };
302
304
  error: StringConstructor;
303
305
  validateStatus: {
304
- readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "" | "error" | "success" | "validating", unknown>>;
306
+ readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "" | "success" | "error" | "validating", unknown>>;
305
307
  readonly required: false;
306
308
  readonly validator: ((val: unknown) => boolean) | undefined;
307
309
  __epPropKey: true;
@@ -318,7 +320,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
318
320
  }, "size">>> & Readonly<{}>, {
319
321
  required: import("element-plus/es/utils/index.mjs").EpPropMergeType<BooleanConstructor, unknown, unknown>;
320
322
  formItemSize: "default" | "small" | "large";
321
- formItemSlots: import("../../form-item/src/types.ts").FormItemSlots;
323
+ formItemSlots: import("../../form-item/src/types").FormItemSlots;
322
324
  inline: boolean;
323
325
  readonly: boolean;
324
326
  formItemTip: string;
@@ -329,14 +331,14 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
329
331
  showMessage: import("element-plus/es/utils/index.mjs").EpPropMergeType<BooleanConstructor, unknown, unknown>;
330
332
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
331
333
  ElDatePicker: import("element-plus/es/utils/index.mjs").SFCWithInstall<import("vue").DefineComponent<import("vue").ExtractPropTypes<{
332
- readonly type: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => "year" | "years" | "month" | "months" | "date" | "dates" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange" | "yearrange") | (() => import("element-plus").DatePickerType) | ((new (...args: any[]) => "year" | "years" | "month" | "months" | "date" | "dates" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange" | "yearrange") | (() => import("element-plus").DatePickerType) | null)[], unknown, unknown, "date", boolean>;
334
+ readonly type: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => "year" | "years" | "month" | "months" | "date" | "dates" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange" | "yearrange") | (() => import("element-plus").DatePickerType) | (((new (...args: any[]) => "year" | "years" | "month" | "months" | "date" | "dates" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange" | "yearrange") | (() => import("element-plus").DatePickerType)) | null)[], unknown, unknown, "date", boolean>;
333
335
  readonly showNow: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
334
336
  readonly showConfirm: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
335
337
  readonly showFooter: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
336
338
  readonly showWeekNumber: BooleanConstructor;
337
339
  readonly ariaLabel: StringConstructor;
338
340
  readonly emptyValues: ArrayConstructor;
339
- readonly valueOnClear: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => string | number | boolean | Function) | (() => string | number | boolean | Function | null) | ((new (...args: any[]) => string | number | boolean | Function) | (() => string | number | boolean | Function | null) | null)[], unknown, unknown, undefined, boolean>;
341
+ readonly valueOnClear: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => string | number | boolean | Function) | (() => string | number | boolean | Function | null) | (((new (...args: any[]) => string | number | boolean | Function) | (() => string | number | boolean | Function | null)) | null)[], unknown, unknown, undefined, boolean>;
340
342
  readonly disabledDate: {
341
343
  readonly type: import("vue").PropType<Function>;
342
344
  readonly required: false;
@@ -351,12 +353,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
351
353
  };
352
354
  readonly shortcuts: import("element-plus/es/utils/index.mjs").EpPropFinalized<ArrayConstructor, unknown, unknown, () => never[], boolean>;
353
355
  readonly arrowControl: BooleanConstructor;
354
- readonly tabindex: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number) | null)[], unknown, unknown, 0, boolean>;
356
+ readonly tabindex: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => string | number) | (() => string | number) | (((new (...args: any[]) => string | number) | (() => string | number)) | null)[], unknown, unknown, 0, boolean>;
355
357
  readonly validateEvent: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
356
358
  readonly unlinkPanels: BooleanConstructor;
357
359
  readonly singlePanel: BooleanConstructor;
358
- readonly placement: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => "left" | "right" | "top" | "auto" | "auto-start" | "auto-end" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("element-plus").Placement) | ((new (...args: any[]) => "left" | "right" | "top" | "auto" | "auto-start" | "auto-end" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("element-plus").Placement) | null)[], import("element-plus").Placement, unknown, "bottom", boolean>;
359
- readonly fallbackPlacements: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => import("element-plus").Placement[]) | (() => import("element-plus").Placement[]) | ((new (...args: any[]) => import("element-plus").Placement[]) | (() => import("element-plus").Placement[]) | null)[], unknown, unknown, readonly ["bottom", "top", "right", "left"], boolean>;
360
+ readonly placement: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => "auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("element-plus").Placement) | (((new (...args: any[]) => "auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("element-plus").Placement)) | null)[], import("element-plus").Placement, unknown, "bottom", boolean>;
361
+ readonly fallbackPlacements: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => import("element-plus").Placement[]) | (() => import("element-plus").Placement[]) | (((new (...args: any[]) => import("element-plus").Placement[]) | (() => import("element-plus").Placement[])) | null)[], unknown, unknown, readonly ["bottom", "top", "right", "left"], boolean>;
360
362
  readonly disabledHours: {
361
363
  readonly type: import("vue").PropType<import("element-plus").GetDisabledHours>;
362
364
  readonly required: false;
@@ -377,13 +379,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
377
379
  };
378
380
  readonly automaticDropdown: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
379
381
  readonly id: {
380
- readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<(new (...args: any[]) => string | [string, string]) | (() => import("element-plus").SingleOrRange<string>) | ((new (...args: any[]) => string | [string, string]) | (() => import("element-plus").SingleOrRange<string>) | null)[], unknown, unknown>>;
382
+ readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<(new (...args: any[]) => string | [string, string]) | (() => import("element-plus").SingleOrRange<string>) | (((new (...args: any[]) => string | [string, string]) | (() => import("element-plus").SingleOrRange<string>)) | null)[], unknown, unknown>>;
381
383
  readonly required: false;
382
384
  readonly validator: ((val: unknown) => boolean) | undefined;
383
385
  __epPropKey: true;
384
386
  };
385
387
  readonly name: {
386
- readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<(new (...args: any[]) => string | [string, string]) | (() => import("element-plus").SingleOrRange<string>) | ((new (...args: any[]) => string | [string, string]) | (() => import("element-plus").SingleOrRange<string>) | null)[], unknown, unknown>>;
388
+ readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<(new (...args: any[]) => string | [string, string]) | (() => import("element-plus").SingleOrRange<string>) | (((new (...args: any[]) => string | [string, string]) | (() => import("element-plus").SingleOrRange<string>)) | null)[], unknown, unknown>>;
387
389
  readonly required: false;
388
390
  readonly validator: ((val: unknown) => boolean) | undefined;
389
391
  __epPropKey: true;
@@ -409,9 +411,15 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
409
411
  [x: string]: boolean;
410
412
  } | (string | {
411
413
  [x: string]: boolean;
412
- } | (string | any[] | {
414
+ } | (string | {
415
+ [x: string]: boolean;
416
+ } | (string | {
417
+ [x: string]: boolean;
418
+ } | any)[])[])[])[])[])[])[])[])[])[])[]) | (() => string | {
419
+ [x: string]: boolean;
420
+ } | (string | {
413
421
  [x: string]: boolean;
414
- })[])[])[])[])[])[])[])[])[])[]) | (() => string | {
422
+ } | (string | {
415
423
  [x: string]: boolean;
416
424
  } | (string | {
417
425
  [x: string]: boolean;
@@ -431,9 +439,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
431
439
  [x: string]: boolean;
432
440
  } | (string | {
433
441
  [x: string]: boolean;
434
- } | (string | any[] | {
442
+ } | any)[])[])[])[])[])[])[])[])[])[])[]) | (((new (...args: any[]) => string | {
435
443
  [x: string]: boolean;
436
- })[])[])[])[])[])[])[])[])[])[]) | ((new (...args: any[]) => string | {
444
+ } | (string | {
437
445
  [x: string]: boolean;
438
446
  } | (string | {
439
447
  [x: string]: boolean;
@@ -453,9 +461,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
453
461
  [x: string]: boolean;
454
462
  } | (string | {
455
463
  [x: string]: boolean;
456
- } | (string | any[] | {
464
+ } | (string | {
457
465
  [x: string]: boolean;
458
- })[])[])[])[])[])[])[])[])[])[]) | (() => string | {
466
+ } | any)[])[])[])[])[])[])[])[])[])[])[]) | (() => string | {
459
467
  [x: string]: boolean;
460
468
  } | (string | {
461
469
  [x: string]: boolean;
@@ -475,23 +483,25 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
475
483
  [x: string]: boolean;
476
484
  } | (string | {
477
485
  [x: string]: boolean;
478
- } | (string | any[] | {
486
+ } | (string | {
479
487
  [x: string]: boolean;
480
- })[])[])[])[])[])[])[])[])[])[]) | null)[], unknown, unknown>>;
488
+ } | (string | {
489
+ [x: string]: boolean;
490
+ } | any)[])[])[])[])[])[])[])[])[])[])[])) | null)[], unknown, unknown>>;
481
491
  readonly required: false;
482
492
  readonly validator: ((val: unknown) => boolean) | undefined;
483
493
  __epPropKey: true;
484
494
  };
485
- readonly popperStyle: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => string | false | import("vue").CSSProperties | import("vue").StyleValue[]) | (() => import("vue").StyleValue) | ((new (...args: any[]) => string | false | import("vue").CSSProperties | import("vue").StyleValue[]) | (() => import("vue").StyleValue) | null)[], unknown, unknown, undefined, boolean>;
495
+ readonly popperStyle: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => string | false | import("vue").CSSProperties | import("vue").StyleValue[]) | (() => import("vue").StyleValue) | (((new (...args: any[]) => string | false | import("vue").CSSProperties | import("vue").StyleValue[]) | (() => import("vue").StyleValue)) | null)[], unknown, unknown, undefined, boolean>;
486
496
  readonly format: StringConstructor;
487
497
  readonly valueFormat: StringConstructor;
488
498
  readonly dateFormat: StringConstructor;
489
499
  readonly timeFormat: StringConstructor;
490
500
  readonly clearable: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
491
- readonly clearIcon: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) | null)[], unknown, unknown, import("vue").DefineComponent<{}, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, boolean>;
501
+ readonly clearIcon: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | (((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component)) | null)[], unknown, unknown, import("vue").DefineComponent<{}, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, boolean>;
492
502
  readonly editable: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
493
503
  readonly saveOnBlur: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
494
- readonly prefixIcon: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) | null)[], unknown, unknown, "", boolean>;
504
+ readonly prefixIcon: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | (((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component)) | null)[], unknown, unknown, "", boolean>;
495
505
  readonly size: {
496
506
  readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
497
507
  readonly required: false;
@@ -501,33 +511,33 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
501
511
  readonly readonly: BooleanConstructor;
502
512
  readonly disabled: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
503
513
  readonly placeholder: import("element-plus/es/utils/index.mjs").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
504
- readonly popperOptions: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => Partial<import("element-plus").Options>) | (() => Partial<import("element-plus").Options>) | ((new (...args: any[]) => Partial<import("element-plus").Options>) | (() => Partial<import("element-plus").Options>) | null)[], unknown, unknown, () => {}, boolean>;
505
- readonly modelValue: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => string | number | Date | string[] | number[] | Date[]) | (() => import("element-plus").ModelValueType | null) | ((new (...args: any[]) => string | number | Date | string[] | number[] | Date[]) | (() => import("element-plus").ModelValueType | null) | null)[], unknown, unknown, "", boolean>;
514
+ readonly popperOptions: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => Partial<import("element-plus").Options>) | (() => Partial<import("element-plus").Options>) | (((new (...args: any[]) => Partial<import("element-plus").Options>) | (() => Partial<import("element-plus").Options>)) | null)[], unknown, unknown, () => {}, boolean>;
515
+ readonly modelValue: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => string | number | string[] | Date | number[] | Date[]) | (() => import("element-plus").ModelValueType | null) | (((new (...args: any[]) => string | number | string[] | Date | number[] | Date[]) | (() => import("element-plus").ModelValueType | null)) | null)[], unknown, unknown, "", boolean>;
506
516
  readonly rangeSeparator: import("element-plus/es/utils/index.mjs").EpPropFinalized<StringConstructor, unknown, unknown, "-", boolean>;
507
517
  readonly startPlaceholder: StringConstructor;
508
518
  readonly endPlaceholder: StringConstructor;
509
519
  readonly defaultValue: {
510
- readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<(new (...args: any[]) => Date | [Date, Date]) | (() => import("element-plus").SingleOrRange<Date>) | ((new (...args: any[]) => Date | [Date, Date]) | (() => import("element-plus").SingleOrRange<Date>) | null)[], unknown, unknown>>;
520
+ readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<(new (...args: any[]) => Date | [Date, Date]) | (() => import("element-plus").SingleOrRange<Date>) | (((new (...args: any[]) => Date | [Date, Date]) | (() => import("element-plus").SingleOrRange<Date>)) | null)[], unknown, unknown>>;
511
521
  readonly required: false;
512
522
  readonly validator: ((val: unknown) => boolean) | undefined;
513
523
  __epPropKey: true;
514
524
  };
515
525
  readonly defaultTime: {
516
- readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<(new (...args: any[]) => Date | [Date, Date]) | (() => import("element-plus").SingleOrRange<Date>) | ((new (...args: any[]) => Date | [Date, Date]) | (() => import("element-plus").SingleOrRange<Date>) | null)[], unknown, unknown>>;
526
+ readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<(new (...args: any[]) => Date | [Date, Date]) | (() => import("element-plus").SingleOrRange<Date>) | (((new (...args: any[]) => Date | [Date, Date]) | (() => import("element-plus").SingleOrRange<Date>)) | null)[], unknown, unknown>>;
517
527
  readonly required: false;
518
528
  readonly validator: ((val: unknown) => boolean) | undefined;
519
529
  __epPropKey: true;
520
530
  };
521
531
  readonly isRange: BooleanConstructor;
522
532
  }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
523
- readonly type: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => "year" | "years" | "month" | "months" | "date" | "dates" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange" | "yearrange") | (() => import("element-plus").DatePickerType) | ((new (...args: any[]) => "year" | "years" | "month" | "months" | "date" | "dates" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange" | "yearrange") | (() => import("element-plus").DatePickerType) | null)[], unknown, unknown, "date", boolean>;
533
+ readonly type: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => "year" | "years" | "month" | "months" | "date" | "dates" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange" | "yearrange") | (() => import("element-plus").DatePickerType) | (((new (...args: any[]) => "year" | "years" | "month" | "months" | "date" | "dates" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange" | "yearrange") | (() => import("element-plus").DatePickerType)) | null)[], unknown, unknown, "date", boolean>;
524
534
  readonly showNow: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
525
535
  readonly showConfirm: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
526
536
  readonly showFooter: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
527
537
  readonly showWeekNumber: BooleanConstructor;
528
538
  readonly ariaLabel: StringConstructor;
529
539
  readonly emptyValues: ArrayConstructor;
530
- readonly valueOnClear: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => string | number | boolean | Function) | (() => string | number | boolean | Function | null) | ((new (...args: any[]) => string | number | boolean | Function) | (() => string | number | boolean | Function | null) | null)[], unknown, unknown, undefined, boolean>;
540
+ readonly valueOnClear: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => string | number | boolean | Function) | (() => string | number | boolean | Function | null) | (((new (...args: any[]) => string | number | boolean | Function) | (() => string | number | boolean | Function | null)) | null)[], unknown, unknown, undefined, boolean>;
531
541
  readonly disabledDate: {
532
542
  readonly type: import("vue").PropType<Function>;
533
543
  readonly required: false;
@@ -542,12 +552,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
542
552
  };
543
553
  readonly shortcuts: import("element-plus/es/utils/index.mjs").EpPropFinalized<ArrayConstructor, unknown, unknown, () => never[], boolean>;
544
554
  readonly arrowControl: BooleanConstructor;
545
- readonly tabindex: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number) | null)[], unknown, unknown, 0, boolean>;
555
+ readonly tabindex: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => string | number) | (() => string | number) | (((new (...args: any[]) => string | number) | (() => string | number)) | null)[], unknown, unknown, 0, boolean>;
546
556
  readonly validateEvent: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
547
557
  readonly unlinkPanels: BooleanConstructor;
548
558
  readonly singlePanel: BooleanConstructor;
549
- readonly placement: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => "left" | "right" | "top" | "auto" | "auto-start" | "auto-end" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("element-plus").Placement) | ((new (...args: any[]) => "left" | "right" | "top" | "auto" | "auto-start" | "auto-end" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("element-plus").Placement) | null)[], import("element-plus").Placement, unknown, "bottom", boolean>;
550
- readonly fallbackPlacements: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => import("element-plus").Placement[]) | (() => import("element-plus").Placement[]) | ((new (...args: any[]) => import("element-plus").Placement[]) | (() => import("element-plus").Placement[]) | null)[], unknown, unknown, readonly ["bottom", "top", "right", "left"], boolean>;
559
+ readonly placement: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => "auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("element-plus").Placement) | (((new (...args: any[]) => "auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("element-plus").Placement)) | null)[], import("element-plus").Placement, unknown, "bottom", boolean>;
560
+ readonly fallbackPlacements: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => import("element-plus").Placement[]) | (() => import("element-plus").Placement[]) | (((new (...args: any[]) => import("element-plus").Placement[]) | (() => import("element-plus").Placement[])) | null)[], unknown, unknown, readonly ["bottom", "top", "right", "left"], boolean>;
551
561
  readonly disabledHours: {
552
562
  readonly type: import("vue").PropType<import("element-plus").GetDisabledHours>;
553
563
  readonly required: false;
@@ -568,13 +578,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
568
578
  };
569
579
  readonly automaticDropdown: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
570
580
  readonly id: {
571
- readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<(new (...args: any[]) => string | [string, string]) | (() => import("element-plus").SingleOrRange<string>) | ((new (...args: any[]) => string | [string, string]) | (() => import("element-plus").SingleOrRange<string>) | null)[], unknown, unknown>>;
581
+ readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<(new (...args: any[]) => string | [string, string]) | (() => import("element-plus").SingleOrRange<string>) | (((new (...args: any[]) => string | [string, string]) | (() => import("element-plus").SingleOrRange<string>)) | null)[], unknown, unknown>>;
572
582
  readonly required: false;
573
583
  readonly validator: ((val: unknown) => boolean) | undefined;
574
584
  __epPropKey: true;
575
585
  };
576
586
  readonly name: {
577
- readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<(new (...args: any[]) => string | [string, string]) | (() => import("element-plus").SingleOrRange<string>) | ((new (...args: any[]) => string | [string, string]) | (() => import("element-plus").SingleOrRange<string>) | null)[], unknown, unknown>>;
587
+ readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<(new (...args: any[]) => string | [string, string]) | (() => import("element-plus").SingleOrRange<string>) | (((new (...args: any[]) => string | [string, string]) | (() => import("element-plus").SingleOrRange<string>)) | null)[], unknown, unknown>>;
578
588
  readonly required: false;
579
589
  readonly validator: ((val: unknown) => boolean) | undefined;
580
590
  __epPropKey: true;
@@ -600,9 +610,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
600
610
  [x: string]: boolean;
601
611
  } | (string | {
602
612
  [x: string]: boolean;
603
- } | (string | any[] | {
613
+ } | (string | {
614
+ [x: string]: boolean;
615
+ } | (string | {
616
+ [x: string]: boolean;
617
+ } | any)[])[])[])[])[])[])[])[])[])[])[]) | (() => string | {
604
618
  [x: string]: boolean;
605
- })[])[])[])[])[])[])[])[])[])[]) | (() => string | {
619
+ } | (string | {
606
620
  [x: string]: boolean;
607
621
  } | (string | {
608
622
  [x: string]: boolean;
@@ -622,9 +636,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
622
636
  [x: string]: boolean;
623
637
  } | (string | {
624
638
  [x: string]: boolean;
625
- } | (string | any[] | {
639
+ } | (string | {
640
+ [x: string]: boolean;
641
+ } | any)[])[])[])[])[])[])[])[])[])[])[]) | (((new (...args: any[]) => string | {
642
+ [x: string]: boolean;
643
+ } | (string | {
626
644
  [x: string]: boolean;
627
- })[])[])[])[])[])[])[])[])[])[]) | ((new (...args: any[]) => string | {
645
+ } | (string | {
628
646
  [x: string]: boolean;
629
647
  } | (string | {
630
648
  [x: string]: boolean;
@@ -644,9 +662,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
644
662
  [x: string]: boolean;
645
663
  } | (string | {
646
664
  [x: string]: boolean;
647
- } | (string | any[] | {
665
+ } | any)[])[])[])[])[])[])[])[])[])[])[]) | (() => string | {
648
666
  [x: string]: boolean;
649
- })[])[])[])[])[])[])[])[])[])[]) | (() => string | {
667
+ } | (string | {
650
668
  [x: string]: boolean;
651
669
  } | (string | {
652
670
  [x: string]: boolean;
@@ -666,23 +684,23 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
666
684
  [x: string]: boolean;
667
685
  } | (string | {
668
686
  [x: string]: boolean;
669
- } | (string | any[] | {
687
+ } | (string | {
670
688
  [x: string]: boolean;
671
- })[])[])[])[])[])[])[])[])[])[]) | null)[], unknown, unknown>>;
689
+ } | any)[])[])[])[])[])[])[])[])[])[])[])) | null)[], unknown, unknown>>;
672
690
  readonly required: false;
673
691
  readonly validator: ((val: unknown) => boolean) | undefined;
674
692
  __epPropKey: true;
675
693
  };
676
- readonly popperStyle: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => string | false | import("vue").CSSProperties | import("vue").StyleValue[]) | (() => import("vue").StyleValue) | ((new (...args: any[]) => string | false | import("vue").CSSProperties | import("vue").StyleValue[]) | (() => import("vue").StyleValue) | null)[], unknown, unknown, undefined, boolean>;
694
+ readonly popperStyle: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => string | false | import("vue").CSSProperties | import("vue").StyleValue[]) | (() => import("vue").StyleValue) | (((new (...args: any[]) => string | false | import("vue").CSSProperties | import("vue").StyleValue[]) | (() => import("vue").StyleValue)) | null)[], unknown, unknown, undefined, boolean>;
677
695
  readonly format: StringConstructor;
678
696
  readonly valueFormat: StringConstructor;
679
697
  readonly dateFormat: StringConstructor;
680
698
  readonly timeFormat: StringConstructor;
681
699
  readonly clearable: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
682
- readonly clearIcon: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) | null)[], unknown, unknown, import("vue").DefineComponent<{}, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, boolean>;
700
+ readonly clearIcon: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | (((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component)) | null)[], unknown, unknown, import("vue").DefineComponent<{}, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, boolean>;
683
701
  readonly editable: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
684
702
  readonly saveOnBlur: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
685
- readonly prefixIcon: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) | null)[], unknown, unknown, "", boolean>;
703
+ readonly prefixIcon: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | (((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component)) | null)[], unknown, unknown, "", boolean>;
686
704
  readonly size: {
687
705
  readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
688
706
  readonly required: false;
@@ -692,19 +710,19 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
692
710
  readonly readonly: BooleanConstructor;
693
711
  readonly disabled: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
694
712
  readonly placeholder: import("element-plus/es/utils/index.mjs").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
695
- readonly popperOptions: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => Partial<import("element-plus").Options>) | (() => Partial<import("element-plus").Options>) | ((new (...args: any[]) => Partial<import("element-plus").Options>) | (() => Partial<import("element-plus").Options>) | null)[], unknown, unknown, () => {}, boolean>;
696
- readonly modelValue: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => string | number | Date | string[] | number[] | Date[]) | (() => import("element-plus").ModelValueType | null) | ((new (...args: any[]) => string | number | Date | string[] | number[] | Date[]) | (() => import("element-plus").ModelValueType | null) | null)[], unknown, unknown, "", boolean>;
713
+ readonly popperOptions: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => Partial<import("element-plus").Options>) | (() => Partial<import("element-plus").Options>) | (((new (...args: any[]) => Partial<import("element-plus").Options>) | (() => Partial<import("element-plus").Options>)) | null)[], unknown, unknown, () => {}, boolean>;
714
+ readonly modelValue: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => string | number | string[] | Date | number[] | Date[]) | (() => import("element-plus").ModelValueType | null) | (((new (...args: any[]) => string | number | string[] | Date | number[] | Date[]) | (() => import("element-plus").ModelValueType | null)) | null)[], unknown, unknown, "", boolean>;
697
715
  readonly rangeSeparator: import("element-plus/es/utils/index.mjs").EpPropFinalized<StringConstructor, unknown, unknown, "-", boolean>;
698
716
  readonly startPlaceholder: StringConstructor;
699
717
  readonly endPlaceholder: StringConstructor;
700
718
  readonly defaultValue: {
701
- readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<(new (...args: any[]) => Date | [Date, Date]) | (() => import("element-plus").SingleOrRange<Date>) | ((new (...args: any[]) => Date | [Date, Date]) | (() => import("element-plus").SingleOrRange<Date>) | null)[], unknown, unknown>>;
719
+ readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<(new (...args: any[]) => Date | [Date, Date]) | (() => import("element-plus").SingleOrRange<Date>) | (((new (...args: any[]) => Date | [Date, Date]) | (() => import("element-plus").SingleOrRange<Date>)) | null)[], unknown, unknown>>;
702
720
  readonly required: false;
703
721
  readonly validator: ((val: unknown) => boolean) | undefined;
704
722
  __epPropKey: true;
705
723
  };
706
724
  readonly defaultTime: {
707
- readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<(new (...args: any[]) => Date | [Date, Date]) | (() => import("element-plus").SingleOrRange<Date>) | ((new (...args: any[]) => Date | [Date, Date]) | (() => import("element-plus").SingleOrRange<Date>) | null)[], unknown, unknown>>;
725
+ readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<(new (...args: any[]) => Date | [Date, Date]) | (() => import("element-plus").SingleOrRange<Date>) | (((new (...args: any[]) => Date | [Date, Date]) | (() => import("element-plus").SingleOrRange<Date>)) | null)[], unknown, unknown>>;
708
726
  readonly required: false;
709
727
  readonly validator: ((val: unknown) => boolean) | undefined;
710
728
  __epPropKey: true;
@@ -714,19 +732,19 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
714
732
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
715
733
  }>, {
716
734
  readonly disabled: import("element-plus/es/utils/index.mjs").EpPropMergeType<BooleanConstructor, unknown, unknown>;
717
- readonly modelValue: import("element-plus/es/utils/index.mjs").EpPropMergeType<(new (...args: any[]) => string | number | Date | string[] | number[] | Date[]) | (() => import("element-plus").ModelValueType | null) | ((new (...args: any[]) => string | number | Date | string[] | number[] | Date[]) | (() => import("element-plus").ModelValueType | null) | null)[], unknown, unknown>;
718
- readonly type: import("element-plus/es/utils/index.mjs").EpPropMergeType<(new (...args: any[]) => "year" | "years" | "month" | "months" | "date" | "dates" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange" | "yearrange") | (() => import("element-plus").DatePickerType) | ((new (...args: any[]) => "year" | "years" | "month" | "months" | "date" | "dates" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange" | "yearrange") | (() => import("element-plus").DatePickerType) | null)[], unknown, unknown>;
735
+ readonly modelValue: import("element-plus/es/utils/index.mjs").EpPropMergeType<(new (...args: any[]) => string | number | string[] | Date | number[] | Date[]) | (() => import("element-plus").ModelValueType | null) | (((new (...args: any[]) => string | number | string[] | Date | number[] | Date[]) | (() => import("element-plus").ModelValueType | null)) | null)[], unknown, unknown>;
736
+ readonly type: import("element-plus/es/utils/index.mjs").EpPropMergeType<(new (...args: any[]) => "year" | "years" | "month" | "months" | "date" | "dates" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange" | "yearrange") | (() => import("element-plus").DatePickerType) | (((new (...args: any[]) => "year" | "years" | "month" | "months" | "date" | "dates" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange" | "yearrange") | (() => import("element-plus").DatePickerType)) | null)[], unknown, unknown>;
719
737
  readonly placeholder: string;
720
738
  readonly readonly: boolean;
721
739
  readonly clearable: import("element-plus/es/utils/index.mjs").EpPropMergeType<BooleanConstructor, unknown, unknown>;
722
- readonly clearIcon: import("element-plus/es/utils/index.mjs").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) | null)[], unknown, unknown>;
723
- readonly prefixIcon: import("element-plus/es/utils/index.mjs").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) | null)[], unknown, unknown>;
724
- readonly tabindex: import("element-plus/es/utils/index.mjs").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number) | null)[], unknown, unknown>;
740
+ readonly clearIcon: import("element-plus/es/utils/index.mjs").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | (((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component)) | null)[], unknown, unknown>;
741
+ readonly prefixIcon: import("element-plus/es/utils/index.mjs").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | (((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component)) | null)[], unknown, unknown>;
742
+ readonly tabindex: import("element-plus/es/utils/index.mjs").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | (((new (...args: any[]) => string | number) | (() => string | number)) | null)[], unknown, unknown>;
725
743
  readonly validateEvent: import("element-plus/es/utils/index.mjs").EpPropMergeType<BooleanConstructor, unknown, unknown>;
726
- readonly valueOnClear: import("element-plus/es/utils/index.mjs").EpPropMergeType<(new (...args: any[]) => string | number | boolean | Function) | (() => string | number | boolean | Function | null) | ((new (...args: any[]) => string | number | boolean | Function) | (() => string | number | boolean | Function | null) | null)[], unknown, unknown>;
744
+ readonly valueOnClear: import("element-plus/es/utils/index.mjs").EpPropMergeType<(new (...args: any[]) => string | number | boolean | Function) | (() => string | number | boolean | Function | null) | (((new (...args: any[]) => string | number | boolean | Function) | (() => string | number | boolean | Function | null)) | null)[], unknown, unknown>;
727
745
  readonly popperStyle: import("vue").StyleValue;
728
746
  readonly fallbackPlacements: import("element-plus").Placement[];
729
- readonly placement: import("element-plus/es/utils/index.mjs").EpPropMergeType<(new (...args: any[]) => "left" | "right" | "top" | "auto" | "auto-start" | "auto-end" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("element-plus").Placement) | ((new (...args: any[]) => "left" | "right" | "top" | "auto" | "auto-start" | "auto-end" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("element-plus").Placement) | null)[], import("element-plus").Placement, unknown>;
747
+ readonly placement: import("element-plus/es/utils/index.mjs").EpPropMergeType<(new (...args: any[]) => "auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("element-plus").Placement) | (((new (...args: any[]) => "auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("element-plus").Placement)) | null)[], import("element-plus").Placement, unknown>;
730
748
  readonly popperOptions: Partial<import("element-plus").Options>;
731
749
  readonly automaticDropdown: import("element-plus/es/utils/index.mjs").EpPropMergeType<BooleanConstructor, unknown, unknown>;
732
750
  readonly editable: import("element-plus/es/utils/index.mjs").EpPropMergeType<BooleanConstructor, unknown, unknown>;
@@ -744,15 +762,15 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
744
762
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
745
763
  DatePicker: typeof DatePicker;
746
764
  TimePicker: typeof TimePicker;
747
- Popup: import("vant/lib/utils/with-install").WithInstall<import("vue").DefineComponent<import("vue").ExtractPropTypes<{
765
+ Popup: import("vant/lib/utils").WithInstall<import("vue").DefineComponent<import("vue").ExtractPropTypes<{
748
766
  show: BooleanConstructor;
749
- zIndex: (StringConstructor | NumberConstructor)[];
767
+ zIndex: (NumberConstructor | StringConstructor)[];
750
768
  overlay: {
751
769
  type: BooleanConstructor;
752
770
  default: true;
753
771
  };
754
- duration: (StringConstructor | NumberConstructor)[];
755
- teleport: import("vue").PropType<string | import("vue").RendererElement | null | undefined>;
772
+ duration: (NumberConstructor | StringConstructor)[];
773
+ teleport: import("vue").PropType<import("vue").TeleportProps["to"]>;
756
774
  lockScroll: {
757
775
  type: BooleanConstructor;
758
776
  default: true;
@@ -761,7 +779,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
761
779
  type: BooleanConstructor;
762
780
  default: true;
763
781
  };
764
- beforeClose: import("vue").PropType<import("vant/lib/utils/interceptor").Interceptor>;
782
+ beforeClose: import("vue").PropType<import("vant/lib/utils").Interceptor>;
765
783
  overlayProps: import("vue").PropType<Partial<import("vant").OverlayProps>>;
766
784
  overlayStyle: import("vue").PropType<import("vue").CSSProperties>;
767
785
  overlayClass: import("vue").PropType<unknown>;
@@ -791,15 +809,15 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
791
809
  destroyOnClose: BooleanConstructor;
792
810
  safeAreaInsetTop: BooleanConstructor;
793
811
  safeAreaInsetBottom: BooleanConstructor;
794
- }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("keydown" | "close" | "open" | "opened" | "closed" | "update:show" | "clickOverlay" | "clickCloseIcon")[], "keydown" | "close" | "open" | "opened" | "closed" | "update:show" | "clickOverlay" | "clickCloseIcon", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
812
+ }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("keydown" | "close" | "open" | "closed" | "opened" | "update:show" | "clickOverlay" | "clickCloseIcon")[], "keydown" | "close" | "open" | "closed" | "opened" | "update:show" | "clickOverlay" | "clickCloseIcon", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
795
813
  show: BooleanConstructor;
796
- zIndex: (StringConstructor | NumberConstructor)[];
814
+ zIndex: (NumberConstructor | StringConstructor)[];
797
815
  overlay: {
798
816
  type: BooleanConstructor;
799
817
  default: true;
800
818
  };
801
- duration: (StringConstructor | NumberConstructor)[];
802
- teleport: import("vue").PropType<string | import("vue").RendererElement | null | undefined>;
819
+ duration: (NumberConstructor | StringConstructor)[];
820
+ teleport: import("vue").PropType<import("vue").TeleportProps["to"]>;
803
821
  lockScroll: {
804
822
  type: BooleanConstructor;
805
823
  default: true;
@@ -808,7 +826,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
808
826
  type: BooleanConstructor;
809
827
  default: true;
810
828
  };
811
- beforeClose: import("vue").PropType<import("vant/lib/utils/interceptor").Interceptor>;
829
+ beforeClose: import("vue").PropType<import("vant/lib/utils").Interceptor>;
812
830
  overlayProps: import("vue").PropType<Partial<import("vant").OverlayProps>>;
813
831
  overlayStyle: import("vue").PropType<import("vue").CSSProperties>;
814
832
  overlayClass: import("vue").PropType<unknown>;
@@ -879,15 +897,15 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
879
897
  label: string;
880
898
  closable: boolean;
881
899
  }>;
882
- __isFragment?: undefined;
883
- __isTeleport?: undefined;
884
- __isSuspense?: undefined;
900
+ __isFragment?: never;
901
+ __isTeleport?: never;
902
+ __isSuspense?: never;
885
903
  } & import("vue").ComponentOptionsBase<Readonly<import("element-plus").TabPaneProps> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
886
904
  label: string;
887
905
  closable: boolean;
888
906
  }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
889
907
  $slots: {
890
- default?: ((props: {}) => any) | undefined;
908
+ default?: (props: {}) => any;
891
909
  };
892
910
  })>;
893
911
  ElTabs: {
@@ -908,28 +926,24 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
908
926
  __epPropKey: true;
909
927
  };
910
928
  readonly editable: BooleanConstructor;
911
- readonly tabPosition: import("element-plus/es/utils/index.mjs").EpPropFinalized<StringConstructor, "left" | "right" | "top" | "bottom", unknown, "top", boolean>;
912
- readonly beforeLeave: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => (newName: import("element-plus").TabPaneName, oldName: import("element-plus").TabPaneName) => import("element-plus/es/utils/typescript.mjs").Awaitable<boolean | void>) | (() => (newName: import("element-plus").TabPaneName, oldName: import("element-plus").TabPaneName) => import("element-plus/es/utils/typescript.mjs").Awaitable<boolean | void>) | {
913
- (): (newName: import("element-plus").TabPaneName, oldName: import("element-plus").TabPaneName) => import("element-plus/es/utils/typescript.mjs").Awaitable<boolean | void>;
929
+ readonly tabPosition: import("element-plus/es/utils/index.mjs").EpPropFinalized<StringConstructor, "left" | "right" | "bottom" | "top", unknown, "top", boolean>;
930
+ readonly beforeLeave: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => (newName: import("element-plus").TabPaneName, oldName: import("element-plus").TabPaneName) => import("element-plus/es/utils/typescript.mjs").Awaitable<void | boolean>) | (() => (newName: import("element-plus").TabPaneName, oldName: import("element-plus").TabPaneName) => import("element-plus/es/utils/typescript.mjs").Awaitable<void | boolean>) | {
931
+ (): (newName: import("element-plus").TabPaneName, oldName: import("element-plus").TabPaneName) => import("element-plus/es/utils/typescript.mjs").Awaitable<void | boolean>;
914
932
  new (): any;
915
933
  readonly prototype: any;
916
- } | ((new (...args: any[]) => (newName: import("element-plus").TabPaneName, oldName: import("element-plus").TabPaneName) => import("element-plus/es/utils/typescript.mjs").Awaitable<boolean | void>) | (() => (newName: import("element-plus").TabPaneName, oldName: import("element-plus").TabPaneName) => import("element-plus/es/utils/typescript.mjs").Awaitable<boolean | void>) | {
917
- (): (newName: import("element-plus").TabPaneName, oldName: import("element-plus").TabPaneName) => import("element-plus/es/utils/typescript.mjs").Awaitable<boolean | void>;
934
+ } | (((new (...args: any[]) => (newName: import("element-plus").TabPaneName, oldName: import("element-plus").TabPaneName) => import("element-plus/es/utils/typescript.mjs").Awaitable<void | boolean>) | (() => (newName: import("element-plus").TabPaneName, oldName: import("element-plus").TabPaneName) => import("element-plus/es/utils/typescript.mjs").Awaitable<void | boolean>) | {
935
+ (): (newName: import("element-plus").TabPaneName, oldName: import("element-plus").TabPaneName) => import("element-plus/es/utils/typescript.mjs").Awaitable<void | boolean>;
918
936
  new (): any;
919
937
  readonly prototype: any;
920
- } | null)[], unknown, unknown, () => true, boolean>;
938
+ }) | null)[], unknown, unknown, () => true, boolean>;
921
939
  readonly stretch: BooleanConstructor;
922
940
  readonly tabindex: import("element-plus/es/utils/index.mjs").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, 0, boolean>;
923
941
  }>> & Readonly<{
924
942
  "onUpdate:modelValue"?: ((name: import("element-plus").TabPaneName) => any) | undefined;
925
943
  onTabClick?: ((pane: {
926
944
  uid: number;
927
- getVnode: () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
928
- [key: string]: any;
929
- }>;
930
- slots: Readonly<{
931
- [name: string]: import("vue").Slot<any> | undefined;
932
- }>;
945
+ getVnode: () => import("vue").VNode;
946
+ slots: import("vue").Slots;
933
947
  props: {
934
948
  label?: string | undefined;
935
949
  name?: string | number | undefined;
@@ -949,29 +963,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
949
963
  onTabAdd?: (() => any) | undefined;
950
964
  }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
951
965
  "update:modelValue": (name: import("element-plus").TabPaneName) => name is string | number;
952
- tabClick: (pane: {
953
- uid: number;
954
- getVnode: () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
955
- [key: string]: any;
956
- }>;
957
- slots: Readonly<{
958
- [name: string]: import("vue").Slot<any> | undefined;
959
- }>;
960
- props: {
961
- label?: string | undefined;
962
- name?: string | number | undefined;
963
- closable?: boolean | undefined;
964
- disabled?: boolean | undefined;
965
- lazy?: boolean | undefined;
966
- };
967
- paneName: import("element-plus").TabPaneName | undefined;
968
- active: boolean;
969
- index: string | undefined;
970
- isClosable: boolean;
971
- isFocusInsidePane: () => boolean | undefined;
972
- }, ev: Event) => boolean;
966
+ tabClick: (pane: import("element-plus").TabsPaneContext, ev: Event) => boolean;
973
967
  tabChange: (name: import("element-plus").TabPaneName) => name is string | number;
974
- edit: (paneName: import("element-plus").TabPaneName | undefined, action: "add" | "remove") => boolean;
968
+ edit: (paneName: import("element-plus").TabPaneName | undefined, action: "remove" | "add") => boolean;
975
969
  tabRemove: (name: import("element-plus").TabPaneName) => name is string | number;
976
970
  tabAdd: () => boolean;
977
971
  }, import("vue").PublicProps, {
@@ -980,8 +974,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
980
974
  readonly stretch: boolean;
981
975
  readonly closable: boolean;
982
976
  readonly editable: boolean;
983
- readonly tabPosition: import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "left" | "right" | "top" | "bottom", unknown>;
984
- readonly beforeLeave: (newName: import("element-plus").TabPaneName, oldName: import("element-plus").TabPaneName) => import("element-plus/es/utils/typescript.mjs").Awaitable<boolean | void>;
977
+ readonly tabPosition: import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "left" | "right" | "bottom" | "top", unknown>;
978
+ readonly beforeLeave: (newName: import("element-plus").TabPaneName, oldName: import("element-plus").TabPaneName) => import("element-plus/es/utils/typescript.mjs").Awaitable<void | boolean>;
985
979
  readonly addable: boolean;
986
980
  }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
987
981
  P: {};
@@ -1007,28 +1001,24 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1007
1001
  __epPropKey: true;
1008
1002
  };
1009
1003
  readonly editable: BooleanConstructor;
1010
- readonly tabPosition: import("element-plus/es/utils/index.mjs").EpPropFinalized<StringConstructor, "left" | "right" | "top" | "bottom", unknown, "top", boolean>;
1011
- readonly beforeLeave: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => (newName: import("element-plus").TabPaneName, oldName: import("element-plus").TabPaneName) => import("element-plus/es/utils/typescript.mjs").Awaitable<boolean | void>) | (() => (newName: import("element-plus").TabPaneName, oldName: import("element-plus").TabPaneName) => import("element-plus/es/utils/typescript.mjs").Awaitable<boolean | void>) | {
1012
- (): (newName: import("element-plus").TabPaneName, oldName: import("element-plus").TabPaneName) => import("element-plus/es/utils/typescript.mjs").Awaitable<boolean | void>;
1004
+ readonly tabPosition: import("element-plus/es/utils/index.mjs").EpPropFinalized<StringConstructor, "left" | "right" | "bottom" | "top", unknown, "top", boolean>;
1005
+ readonly beforeLeave: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => (newName: import("element-plus").TabPaneName, oldName: import("element-plus").TabPaneName) => import("element-plus/es/utils/typescript.mjs").Awaitable<void | boolean>) | (() => (newName: import("element-plus").TabPaneName, oldName: import("element-plus").TabPaneName) => import("element-plus/es/utils/typescript.mjs").Awaitable<void | boolean>) | {
1006
+ (): (newName: import("element-plus").TabPaneName, oldName: import("element-plus").TabPaneName) => import("element-plus/es/utils/typescript.mjs").Awaitable<void | boolean>;
1013
1007
  new (): any;
1014
1008
  readonly prototype: any;
1015
- } | ((new (...args: any[]) => (newName: import("element-plus").TabPaneName, oldName: import("element-plus").TabPaneName) => import("element-plus/es/utils/typescript.mjs").Awaitable<boolean | void>) | (() => (newName: import("element-plus").TabPaneName, oldName: import("element-plus").TabPaneName) => import("element-plus/es/utils/typescript.mjs").Awaitable<boolean | void>) | {
1016
- (): (newName: import("element-plus").TabPaneName, oldName: import("element-plus").TabPaneName) => import("element-plus/es/utils/typescript.mjs").Awaitable<boolean | void>;
1009
+ } | (((new (...args: any[]) => (newName: import("element-plus").TabPaneName, oldName: import("element-plus").TabPaneName) => import("element-plus/es/utils/typescript.mjs").Awaitable<void | boolean>) | (() => (newName: import("element-plus").TabPaneName, oldName: import("element-plus").TabPaneName) => import("element-plus/es/utils/typescript.mjs").Awaitable<void | boolean>) | {
1010
+ (): (newName: import("element-plus").TabPaneName, oldName: import("element-plus").TabPaneName) => import("element-plus/es/utils/typescript.mjs").Awaitable<void | boolean>;
1017
1011
  new (): any;
1018
1012
  readonly prototype: any;
1019
- } | null)[], unknown, unknown, () => true, boolean>;
1013
+ }) | null)[], unknown, unknown, () => true, boolean>;
1020
1014
  readonly stretch: BooleanConstructor;
1021
1015
  readonly tabindex: import("element-plus/es/utils/index.mjs").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, 0, boolean>;
1022
1016
  }>> & Readonly<{
1023
1017
  "onUpdate:modelValue"?: ((name: import("element-plus").TabPaneName) => any) | undefined;
1024
1018
  onTabClick?: ((pane: {
1025
1019
  uid: number;
1026
- getVnode: () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
1027
- [key: string]: any;
1028
- }>;
1029
- slots: Readonly<{
1030
- [name: string]: import("vue").Slot<any> | undefined;
1031
- }>;
1020
+ getVnode: () => import("vue").VNode;
1021
+ slots: import("vue").Slots;
1032
1022
  props: {
1033
1023
  label?: string | undefined;
1034
1024
  name?: string | number | undefined;
@@ -1052,13 +1042,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1052
1042
  readonly stretch: boolean;
1053
1043
  readonly closable: boolean;
1054
1044
  readonly editable: boolean;
1055
- readonly tabPosition: import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "left" | "right" | "top" | "bottom", unknown>;
1056
- readonly beforeLeave: (newName: import("element-plus").TabPaneName, oldName: import("element-plus").TabPaneName) => import("element-plus/es/utils/typescript.mjs").Awaitable<boolean | void>;
1045
+ readonly tabPosition: import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "left" | "right" | "bottom" | "top", unknown>;
1046
+ readonly beforeLeave: (newName: import("element-plus").TabPaneName, oldName: import("element-plus").TabPaneName) => import("element-plus/es/utils/typescript.mjs").Awaitable<void | boolean>;
1057
1047
  readonly addable: boolean;
1058
1048
  }>;
1059
- __isFragment?: undefined;
1060
- __isTeleport?: undefined;
1061
- __isSuspense?: undefined;
1049
+ __isFragment?: never;
1050
+ __isTeleport?: never;
1051
+ __isSuspense?: never;
1062
1052
  } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
1063
1053
  readonly type: import("element-plus/es/utils/index.mjs").EpPropFinalized<StringConstructor, "" | "card" | "border-card", unknown, "", boolean>;
1064
1054
  readonly closable: BooleanConstructor;
@@ -1076,28 +1066,24 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1076
1066
  __epPropKey: true;
1077
1067
  };
1078
1068
  readonly editable: BooleanConstructor;
1079
- readonly tabPosition: import("element-plus/es/utils/index.mjs").EpPropFinalized<StringConstructor, "left" | "right" | "top" | "bottom", unknown, "top", boolean>;
1080
- readonly beforeLeave: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => (newName: import("element-plus").TabPaneName, oldName: import("element-plus").TabPaneName) => import("element-plus/es/utils/typescript.mjs").Awaitable<boolean | void>) | (() => (newName: import("element-plus").TabPaneName, oldName: import("element-plus").TabPaneName) => import("element-plus/es/utils/typescript.mjs").Awaitable<boolean | void>) | {
1081
- (): (newName: import("element-plus").TabPaneName, oldName: import("element-plus").TabPaneName) => import("element-plus/es/utils/typescript.mjs").Awaitable<boolean | void>;
1069
+ readonly tabPosition: import("element-plus/es/utils/index.mjs").EpPropFinalized<StringConstructor, "left" | "right" | "bottom" | "top", unknown, "top", boolean>;
1070
+ readonly beforeLeave: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => (newName: import("element-plus").TabPaneName, oldName: import("element-plus").TabPaneName) => import("element-plus/es/utils/typescript.mjs").Awaitable<void | boolean>) | (() => (newName: import("element-plus").TabPaneName, oldName: import("element-plus").TabPaneName) => import("element-plus/es/utils/typescript.mjs").Awaitable<void | boolean>) | {
1071
+ (): (newName: import("element-plus").TabPaneName, oldName: import("element-plus").TabPaneName) => import("element-plus/es/utils/typescript.mjs").Awaitable<void | boolean>;
1082
1072
  new (): any;
1083
1073
  readonly prototype: any;
1084
- } | ((new (...args: any[]) => (newName: import("element-plus").TabPaneName, oldName: import("element-plus").TabPaneName) => import("element-plus/es/utils/typescript.mjs").Awaitable<boolean | void>) | (() => (newName: import("element-plus").TabPaneName, oldName: import("element-plus").TabPaneName) => import("element-plus/es/utils/typescript.mjs").Awaitable<boolean | void>) | {
1085
- (): (newName: import("element-plus").TabPaneName, oldName: import("element-plus").TabPaneName) => import("element-plus/es/utils/typescript.mjs").Awaitable<boolean | void>;
1074
+ } | (((new (...args: any[]) => (newName: import("element-plus").TabPaneName, oldName: import("element-plus").TabPaneName) => import("element-plus/es/utils/typescript.mjs").Awaitable<void | boolean>) | (() => (newName: import("element-plus").TabPaneName, oldName: import("element-plus").TabPaneName) => import("element-plus/es/utils/typescript.mjs").Awaitable<void | boolean>) | {
1075
+ (): (newName: import("element-plus").TabPaneName, oldName: import("element-plus").TabPaneName) => import("element-plus/es/utils/typescript.mjs").Awaitable<void | boolean>;
1086
1076
  new (): any;
1087
1077
  readonly prototype: any;
1088
- } | null)[], unknown, unknown, () => true, boolean>;
1078
+ }) | null)[], unknown, unknown, () => true, boolean>;
1089
1079
  readonly stretch: BooleanConstructor;
1090
1080
  readonly tabindex: import("element-plus/es/utils/index.mjs").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, 0, boolean>;
1091
1081
  }>> & Readonly<{
1092
1082
  "onUpdate:modelValue"?: ((name: import("element-plus").TabPaneName) => any) | undefined;
1093
1083
  onTabClick?: ((pane: {
1094
1084
  uid: number;
1095
- getVnode: () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
1096
- [key: string]: any;
1097
- }>;
1098
- slots: Readonly<{
1099
- [name: string]: import("vue").Slot<any> | undefined;
1100
- }>;
1085
+ getVnode: () => import("vue").VNode;
1086
+ slots: import("vue").Slots;
1101
1087
  props: {
1102
1088
  label?: string | undefined;
1103
1089
  name?: string | number | undefined;
@@ -1117,29 +1103,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1117
1103
  onTabAdd?: (() => any) | undefined;
1118
1104
  }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
1119
1105
  "update:modelValue": (name: import("element-plus").TabPaneName) => name is string | number;
1120
- tabClick: (pane: {
1121
- uid: number;
1122
- getVnode: () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
1123
- [key: string]: any;
1124
- }>;
1125
- slots: Readonly<{
1126
- [name: string]: import("vue").Slot<any> | undefined;
1127
- }>;
1128
- props: {
1129
- label?: string | undefined;
1130
- name?: string | number | undefined;
1131
- closable?: boolean | undefined;
1132
- disabled?: boolean | undefined;
1133
- lazy?: boolean | undefined;
1134
- };
1135
- paneName: import("element-plus").TabPaneName | undefined;
1136
- active: boolean;
1137
- index: string | undefined;
1138
- isClosable: boolean;
1139
- isFocusInsidePane: () => boolean | undefined;
1140
- }, ev: Event) => boolean;
1106
+ tabClick: (pane: import("element-plus").TabsPaneContext, ev: Event) => boolean;
1141
1107
  tabChange: (name: import("element-plus").TabPaneName) => name is string | number;
1142
- edit: (paneName: import("element-plus").TabPaneName | undefined, action: "add" | "remove") => boolean;
1108
+ edit: (paneName: import("element-plus").TabPaneName | undefined, action: "remove" | "add") => boolean;
1143
1109
  tabRemove: (name: import("element-plus").TabPaneName) => name is string | number;
1144
1110
  tabAdd: () => boolean;
1145
1111
  }, string, {
@@ -1148,8 +1114,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1148
1114
  readonly stretch: boolean;
1149
1115
  readonly closable: boolean;
1150
1116
  readonly editable: boolean;
1151
- readonly tabPosition: import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "left" | "right" | "top" | "bottom", unknown>;
1152
- readonly beforeLeave: (newName: import("element-plus").TabPaneName, oldName: import("element-plus").TabPaneName) => import("element-plus/es/utils/typescript.mjs").Awaitable<boolean | void>;
1117
+ readonly tabPosition: import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "left" | "right" | "bottom" | "top", unknown>;
1118
+ readonly beforeLeave: (newName: import("element-plus").TabPaneName, oldName: import("element-plus").TabPaneName) => import("element-plus/es/utils/typescript.mjs").Awaitable<void | boolean>;
1153
1119
  readonly addable: boolean;
1154
1120
  }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").ObjectPlugin & {
1155
1121
  setPropsDefaults: (defaults: {
@@ -1159,7 +1125,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1159
1125
  readonly closable?: boolean | (() => boolean) | undefined;
1160
1126
  readonly editable?: boolean | (() => boolean) | undefined;
1161
1127
  readonly tabPosition?: import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "left" | "right" | "top" | "bottom", unknown> | (() => "left" | "right" | "top" | "bottom") | undefined;
1162
- readonly beforeLeave?: ((newName: import("element-plus").TabPaneName, oldName: import("element-plus").TabPaneName) => import("element-plus/es/utils/typescript.mjs").Awaitable<boolean | void>) | (() => (newName: import("element-plus").TabPaneName, oldName: import("element-plus").TabPaneName) => import("element-plus/es/utils/typescript.mjs").Awaitable<boolean | void>) | undefined;
1128
+ readonly beforeLeave?: ((newName: import("element-plus").TabPaneName, oldName: import("element-plus").TabPaneName) => import("element-plus/es/utils/typescript.mjs").Awaitable<void | boolean>) | (() => (newName: import("element-plus").TabPaneName, oldName: import("element-plus").TabPaneName) => import("element-plus/es/utils/typescript.mjs").Awaitable<void | boolean>) | undefined;
1163
1129
  readonly addable?: boolean | (() => boolean) | undefined;
1164
1130
  readonly modelValue?: import("element-plus/es/utils/index.mjs").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown> | (() => string | number) | undefined;
1165
1131
  readonly defaultValue?: import("element-plus/es/utils/index.mjs").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown> | (() => string | number) | undefined;
@@ -1180,17 +1146,16 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1180
1146
  label: string;
1181
1147
  closable: boolean;
1182
1148
  }>;
1183
- __isFragment?: undefined;
1184
- __isTeleport?: undefined;
1185
- __isSuspense?: undefined;
1149
+ __isFragment?: never;
1150
+ __isTeleport?: never;
1151
+ __isSuspense?: never;
1186
1152
  } & import("vue").ComponentOptionsBase<Readonly<import("element-plus").TabPaneProps> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
1187
1153
  label: string;
1188
1154
  closable: boolean;
1189
1155
  }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
1190
1156
  $slots: {
1191
- default?: ((props: {}) => any) | undefined;
1157
+ default?: (props: {}) => any;
1192
1158
  };
1193
1159
  });
1194
1160
  };
1195
1161
  }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1196
- export default _default;