ll-plus 2.9.13 → 2.9.15

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 (244) hide show
  1. package/es/components/advanced-filtering/index.d.ts +708 -708
  2. package/es/components/advanced-filtering/src/advanced-filtering.d.ts +16 -16
  3. package/es/components/advanced-filtering/src/advanced-filtering.vue.d.ts +367 -367
  4. package/es/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +321 -321
  5. package/es/components/advanced-filtering/src/components/advanced-filtering-tags.vue.d.ts +20 -20
  6. package/es/components/api-component/index.d.ts +8 -8
  7. package/es/components/api-component/src/api-component.vue.d.ts +8 -8
  8. package/es/components/api-component/src/components/body-component.vue.d.ts +4 -4
  9. package/es/components/api-component/src/components/params-table-row.vue.d.ts +2 -2
  10. package/es/components/api-component/src/components/params-table.vue.d.ts +4 -4
  11. package/es/components/breadcrumb-card/index.d.ts +1 -1
  12. package/es/components/breadcrumb-card/src/breadcrumb-card.vue.d.ts +1 -1
  13. package/es/components/button/index.d.ts +6 -6
  14. package/es/components/button/src/button.vue.d.ts +6 -6
  15. package/es/components/cascader/index.d.ts +4 -4
  16. package/es/components/cascader/src/cascader.vue.d.ts +4 -4
  17. package/es/components/checkbox/index.d.ts +436 -436
  18. package/es/components/checkbox/src/checkbox-group.vue.d.ts +436 -436
  19. package/es/components/checkbox/src/checkbox.d.ts +112 -112
  20. package/es/components/cropper/index.d.ts +4 -4
  21. package/es/components/cropper/src/cropper-image.vue.d.ts +2 -2
  22. package/es/components/cropper/src/cropper-modal.vue.d.ts +2 -2
  23. package/es/components/date-picker/index.d.ts +41 -41
  24. package/es/components/date-picker/src/date-picker.vue.d.ts +41 -41
  25. package/es/components/date-range/index.d.ts +5 -5
  26. package/es/components/date-range/src/date-range.vue.d.ts +5 -5
  27. package/es/components/drawer/index.d.ts +4 -4
  28. package/es/components/drawer/src/components/second-confirmation/index.d.ts +32 -32
  29. package/es/components/drawer/src/components/second-confirmation/src/second-confirmation.vue.d.ts +32 -32
  30. package/es/components/drawer/src/drawer.vue.d.ts +4 -4
  31. package/es/components/dropdown-button-simple/index.d.ts +13 -13
  32. package/es/components/dropdown-button-simple/src/dropdown-button-simple.d.ts +4 -4
  33. package/es/components/dropdown-button-simple/src/dropdown-button-simple.vue.d.ts +13 -13
  34. package/es/components/easy-cron/index.d.ts +178 -178
  35. package/es/components/easy-cron/src/components/easy-cron-inner.vue.d.ts +178 -178
  36. package/es/components/easy-cron/src/components/easy-cron-modal.vue.d.ts +178 -178
  37. package/es/components/easy-cron/src/easy-cron.vue.d.ts +178 -178
  38. package/es/components/form/index.d.ts +301 -301
  39. package/es/components/form/src/config/form.d.ts +120 -120
  40. package/es/components/form/src/form.vue.d.ts +301 -301
  41. package/es/components/icon-picker/index.d.ts +1 -1
  42. package/es/components/icon-picker/src/components/modal.vue.d.ts +1 -1
  43. package/es/components/icon-picker/src/icon-picker.vue.d.ts +1 -1
  44. package/es/components/input/index.d.ts +55 -50
  45. package/es/components/input/src/input.vue.d.ts +55 -50
  46. package/es/components/input-number/index.d.ts +13 -13
  47. package/es/components/input-number/src/input-number.vue.d.ts +13 -13
  48. package/es/components/key-value/src/components/key-value-item.vue.d.ts +484 -484
  49. package/es/components/key-value/src/key-value.vue.d.ts +1452 -1452
  50. package/es/components/modal/index.d.ts +32 -32
  51. package/es/components/modal/src/modal.d.ts +1 -1
  52. package/es/components/modal/src/modal.vue.d.ts +32 -32
  53. package/es/components/new-drawer/index.d.ts +6 -6
  54. package/es/components/new-drawer/src/drawer.vue.d.ts +6 -6
  55. package/es/components/new-modal/index.d.ts +37 -37
  56. package/es/components/new-modal/src/modal.d.ts +1 -1
  57. package/es/components/new-modal/src/modal.vue.d.ts +37 -37
  58. package/es/components/number-range/index.d.ts +13 -13
  59. package/es/components/number-range/src/number-range.vue.d.ts +13 -13
  60. package/es/components/select/index.d.ts +11 -11
  61. package/es/components/select/src/select.vue.d.ts +11 -11
  62. package/es/components/select-group/index.d.ts +2 -2
  63. package/es/components/select-group/src/select-group.vue.d.ts +2 -2
  64. package/es/components/table/index.d.ts +6 -6
  65. package/es/components/table/src/components/main-table.vue.d.ts +2 -2
  66. package/es/components/table/src/config/table.d.ts +2 -2
  67. package/es/components/table/src/table.vue.d.ts +6 -6
  68. package/es/components/textarea/index.d.ts +7 -7
  69. package/es/components/textarea/src/textarea.vue.d.ts +7 -7
  70. package/es/components/tooltip/index.d.ts +4 -4
  71. package/es/components/tooltip/src/tooltip.d.ts +1 -1
  72. package/es/components/tooltip/src/tooltip.vue.d.ts +4 -4
  73. package/es/components/tree-search/index.d.ts +3 -3
  74. package/es/components/tree-search/src/config/tree-search.d.ts +1 -1
  75. package/es/components/tree-search/src/tree-search.vue.d.ts +3 -3
  76. package/es/packages/components/input/src/input.vue2.mjs +14 -18
  77. package/es/packages/components/input/src/input.vue2.mjs.map +1 -1
  78. package/es/packages/components/new-drawer/src/drawer.vue2.mjs +0 -1
  79. package/es/packages/components/new-drawer/src/drawer.vue2.mjs.map +1 -1
  80. package/es/packages/components/select-group/src/select-group.vue2.mjs +6 -9
  81. package/es/packages/components/select-group/src/select-group.vue2.mjs.map +1 -1
  82. package/index.full.js +16 -24
  83. package/index.full.min.js +19 -19
  84. package/index.full.min.js.map +1 -1
  85. package/index.full.min.mjs +22 -22
  86. package/index.full.min.mjs.map +1 -1
  87. package/index.full.mjs +16 -24
  88. package/lib/components/advanced-filtering/index.d.ts +708 -708
  89. package/lib/components/advanced-filtering/src/advanced-filtering.d.ts +16 -16
  90. package/lib/components/advanced-filtering/src/advanced-filtering.vue.d.ts +367 -367
  91. package/lib/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +321 -321
  92. package/lib/components/advanced-filtering/src/components/advanced-filtering-tags.vue.d.ts +20 -20
  93. package/lib/components/api-component/index.d.ts +8 -8
  94. package/lib/components/api-component/src/api-component.vue.d.ts +8 -8
  95. package/lib/components/api-component/src/components/body-component.vue.d.ts +4 -4
  96. package/lib/components/api-component/src/components/params-table-row.vue.d.ts +2 -2
  97. package/lib/components/api-component/src/components/params-table.vue.d.ts +4 -4
  98. package/lib/components/breadcrumb-card/index.d.ts +1 -1
  99. package/lib/components/breadcrumb-card/src/breadcrumb-card.vue.d.ts +1 -1
  100. package/lib/components/button/index.d.ts +6 -6
  101. package/lib/components/button/src/button.vue.d.ts +6 -6
  102. package/lib/components/cascader/index.d.ts +4 -4
  103. package/lib/components/cascader/src/cascader.vue.d.ts +4 -4
  104. package/lib/components/checkbox/index.d.ts +436 -436
  105. package/lib/components/checkbox/src/checkbox-group.vue.d.ts +436 -436
  106. package/lib/components/checkbox/src/checkbox.d.ts +112 -112
  107. package/lib/components/cropper/index.d.ts +4 -4
  108. package/lib/components/cropper/src/cropper-image.vue.d.ts +2 -2
  109. package/lib/components/cropper/src/cropper-modal.vue.d.ts +2 -2
  110. package/lib/components/date-picker/index.d.ts +41 -41
  111. package/lib/components/date-picker/src/date-picker.vue.d.ts +41 -41
  112. package/lib/components/date-range/index.d.ts +5 -5
  113. package/lib/components/date-range/src/date-range.vue.d.ts +5 -5
  114. package/lib/components/drawer/index.d.ts +4 -4
  115. package/lib/components/drawer/src/components/second-confirmation/index.d.ts +32 -32
  116. package/lib/components/drawer/src/components/second-confirmation/src/second-confirmation.vue.d.ts +32 -32
  117. package/lib/components/drawer/src/drawer.vue.d.ts +4 -4
  118. package/lib/components/dropdown-button-simple/index.d.ts +13 -13
  119. package/lib/components/dropdown-button-simple/src/dropdown-button-simple.d.ts +4 -4
  120. package/lib/components/dropdown-button-simple/src/dropdown-button-simple.vue.d.ts +13 -13
  121. package/lib/components/easy-cron/index.d.ts +178 -178
  122. package/lib/components/easy-cron/src/components/easy-cron-inner.vue.d.ts +178 -178
  123. package/lib/components/easy-cron/src/components/easy-cron-modal.vue.d.ts +178 -178
  124. package/lib/components/easy-cron/src/easy-cron.vue.d.ts +178 -178
  125. package/lib/components/form/index.d.ts +301 -301
  126. package/lib/components/form/src/config/form.d.ts +120 -120
  127. package/lib/components/form/src/form.vue.d.ts +301 -301
  128. package/lib/components/icon-picker/index.d.ts +1 -1
  129. package/lib/components/icon-picker/src/components/modal.vue.d.ts +1 -1
  130. package/lib/components/icon-picker/src/icon-picker.vue.d.ts +1 -1
  131. package/lib/components/input/index.d.ts +55 -50
  132. package/lib/components/input/src/input.vue.d.ts +55 -50
  133. package/lib/components/input-number/index.d.ts +13 -13
  134. package/lib/components/input-number/src/input-number.vue.d.ts +13 -13
  135. package/lib/components/key-value/src/components/key-value-item.vue.d.ts +484 -484
  136. package/lib/components/key-value/src/key-value.vue.d.ts +1452 -1452
  137. package/lib/components/modal/index.d.ts +32 -32
  138. package/lib/components/modal/src/modal.d.ts +1 -1
  139. package/lib/components/modal/src/modal.vue.d.ts +32 -32
  140. package/lib/components/new-drawer/index.d.ts +6 -6
  141. package/lib/components/new-drawer/src/drawer.vue.d.ts +6 -6
  142. package/lib/components/new-modal/index.d.ts +37 -37
  143. package/lib/components/new-modal/src/modal.d.ts +1 -1
  144. package/lib/components/new-modal/src/modal.vue.d.ts +37 -37
  145. package/lib/components/number-range/index.d.ts +13 -13
  146. package/lib/components/number-range/src/number-range.vue.d.ts +13 -13
  147. package/lib/components/select/index.d.ts +11 -11
  148. package/lib/components/select/src/select.vue.d.ts +11 -11
  149. package/lib/components/select-group/index.d.ts +2 -2
  150. package/lib/components/select-group/src/select-group.vue.d.ts +2 -2
  151. package/lib/components/table/index.d.ts +6 -6
  152. package/lib/components/table/src/components/main-table.vue.d.ts +2 -2
  153. package/lib/components/table/src/config/table.d.ts +2 -2
  154. package/lib/components/table/src/table.vue.d.ts +6 -6
  155. package/lib/components/textarea/index.d.ts +7 -7
  156. package/lib/components/textarea/src/textarea.vue.d.ts +7 -7
  157. package/lib/components/tooltip/index.d.ts +4 -4
  158. package/lib/components/tooltip/src/tooltip.d.ts +1 -1
  159. package/lib/components/tooltip/src/tooltip.vue.d.ts +4 -4
  160. package/lib/components/tree-search/index.d.ts +3 -3
  161. package/lib/components/tree-search/src/config/tree-search.d.ts +1 -1
  162. package/lib/components/tree-search/src/tree-search.vue.d.ts +3 -3
  163. package/lib/packages/components/input/src/input.vue2.js +12 -16
  164. package/lib/packages/components/input/src/input.vue2.js.map +1 -1
  165. package/lib/packages/components/new-drawer/src/drawer.vue2.js +0 -1
  166. package/lib/packages/components/new-drawer/src/drawer.vue2.js.map +1 -1
  167. package/lib/packages/components/select-group/src/select-group.vue2.js +5 -8
  168. package/lib/packages/components/select-group/src/select-group.vue2.js.map +1 -1
  169. package/package.json +1 -1
  170. package/types/packages/components/advanced-filtering/index.d.ts +708 -708
  171. package/types/packages/components/advanced-filtering/src/advanced-filtering.d.ts +16 -16
  172. package/types/packages/components/advanced-filtering/src/advanced-filtering.vue.d.ts +367 -367
  173. package/types/packages/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +321 -321
  174. package/types/packages/components/advanced-filtering/src/components/advanced-filtering-tags.vue.d.ts +20 -20
  175. package/types/packages/components/api-component/index.d.ts +8 -8
  176. package/types/packages/components/api-component/src/api-component.vue.d.ts +8 -8
  177. package/types/packages/components/api-component/src/components/body-component.vue.d.ts +4 -4
  178. package/types/packages/components/api-component/src/components/params-table-row.vue.d.ts +2 -2
  179. package/types/packages/components/api-component/src/components/params-table.vue.d.ts +4 -4
  180. package/types/packages/components/breadcrumb-card/index.d.ts +1 -1
  181. package/types/packages/components/breadcrumb-card/src/breadcrumb-card.vue.d.ts +1 -1
  182. package/types/packages/components/button/index.d.ts +6 -6
  183. package/types/packages/components/button/src/button.vue.d.ts +6 -6
  184. package/types/packages/components/cascader/index.d.ts +4 -4
  185. package/types/packages/components/cascader/src/cascader.vue.d.ts +4 -4
  186. package/types/packages/components/checkbox/index.d.ts +436 -436
  187. package/types/packages/components/checkbox/src/checkbox-group.vue.d.ts +436 -436
  188. package/types/packages/components/checkbox/src/checkbox.d.ts +112 -112
  189. package/types/packages/components/cropper/index.d.ts +4 -4
  190. package/types/packages/components/cropper/src/cropper-image.vue.d.ts +2 -2
  191. package/types/packages/components/cropper/src/cropper-modal.vue.d.ts +2 -2
  192. package/types/packages/components/date-picker/index.d.ts +41 -41
  193. package/types/packages/components/date-picker/src/date-picker.vue.d.ts +41 -41
  194. package/types/packages/components/date-range/index.d.ts +5 -5
  195. package/types/packages/components/date-range/src/date-range.vue.d.ts +5 -5
  196. package/types/packages/components/drawer/index.d.ts +4 -4
  197. package/types/packages/components/drawer/src/components/second-confirmation/index.d.ts +32 -32
  198. package/types/packages/components/drawer/src/components/second-confirmation/src/second-confirmation.vue.d.ts +32 -32
  199. package/types/packages/components/drawer/src/drawer.vue.d.ts +4 -4
  200. package/types/packages/components/dropdown-button-simple/index.d.ts +13 -13
  201. package/types/packages/components/dropdown-button-simple/src/dropdown-button-simple.d.ts +4 -4
  202. package/types/packages/components/dropdown-button-simple/src/dropdown-button-simple.vue.d.ts +13 -13
  203. package/types/packages/components/easy-cron/index.d.ts +178 -178
  204. package/types/packages/components/easy-cron/src/components/easy-cron-inner.vue.d.ts +178 -178
  205. package/types/packages/components/easy-cron/src/components/easy-cron-modal.vue.d.ts +178 -178
  206. package/types/packages/components/easy-cron/src/easy-cron.vue.d.ts +178 -178
  207. package/types/packages/components/form/index.d.ts +301 -301
  208. package/types/packages/components/form/src/config/form.d.ts +120 -120
  209. package/types/packages/components/form/src/form.vue.d.ts +301 -301
  210. package/types/packages/components/icon-picker/index.d.ts +1 -1
  211. package/types/packages/components/icon-picker/src/components/modal.vue.d.ts +1 -1
  212. package/types/packages/components/icon-picker/src/icon-picker.vue.d.ts +1 -1
  213. package/types/packages/components/input/index.d.ts +55 -50
  214. package/types/packages/components/input/src/input.vue.d.ts +55 -50
  215. package/types/packages/components/input-number/index.d.ts +13 -13
  216. package/types/packages/components/input-number/src/input-number.vue.d.ts +13 -13
  217. package/types/packages/components/key-value/src/components/key-value-item.vue.d.ts +484 -484
  218. package/types/packages/components/key-value/src/key-value.vue.d.ts +1452 -1452
  219. package/types/packages/components/modal/index.d.ts +32 -32
  220. package/types/packages/components/modal/src/modal.d.ts +1 -1
  221. package/types/packages/components/modal/src/modal.vue.d.ts +32 -32
  222. package/types/packages/components/new-drawer/index.d.ts +6 -6
  223. package/types/packages/components/new-drawer/src/drawer.vue.d.ts +6 -6
  224. package/types/packages/components/new-modal/index.d.ts +37 -37
  225. package/types/packages/components/new-modal/src/modal.d.ts +1 -1
  226. package/types/packages/components/new-modal/src/modal.vue.d.ts +37 -37
  227. package/types/packages/components/number-range/index.d.ts +13 -13
  228. package/types/packages/components/number-range/src/number-range.vue.d.ts +13 -13
  229. package/types/packages/components/select/index.d.ts +11 -11
  230. package/types/packages/components/select/src/select.vue.d.ts +11 -11
  231. package/types/packages/components/select-group/index.d.ts +2 -2
  232. package/types/packages/components/select-group/src/select-group.vue.d.ts +2 -2
  233. package/types/packages/components/table/index.d.ts +6 -6
  234. package/types/packages/components/table/src/components/main-table.vue.d.ts +2 -2
  235. package/types/packages/components/table/src/config/table.d.ts +2 -2
  236. package/types/packages/components/table/src/table.vue.d.ts +6 -6
  237. package/types/packages/components/textarea/index.d.ts +7 -7
  238. package/types/packages/components/textarea/src/textarea.vue.d.ts +7 -7
  239. package/types/packages/components/tooltip/index.d.ts +4 -4
  240. package/types/packages/components/tooltip/src/tooltip.d.ts +1 -1
  241. package/types/packages/components/tooltip/src/tooltip.vue.d.ts +4 -4
  242. package/types/packages/components/tree-search/index.d.ts +3 -3
  243. package/types/packages/components/tree-search/src/config/tree-search.d.ts +1 -1
  244. package/types/packages/components/tree-search/src/tree-search.vue.d.ts +3 -3
@@ -274,8 +274,8 @@ declare const _default: import("vue").DefineComponent<{
274
274
  default: string | string[];
275
275
  };
276
276
  size: {
277
- type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
278
- default: import("ant-design-vue/es/button").ButtonSize;
277
+ type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
278
+ default: import("ant-design-vue/es/config-provider").SizeType;
279
279
  };
280
280
  disabled: {
281
281
  type: BooleanConstructor;
@@ -497,8 +497,8 @@ declare const _default: import("vue").DefineComponent<{
497
497
  default: string | string[];
498
498
  };
499
499
  size: {
500
- type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
501
- default: import("ant-design-vue/es/button").ButtonSize;
500
+ type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
501
+ default: import("ant-design-vue/es/config-provider").SizeType;
502
502
  };
503
503
  disabled: {
504
504
  type: BooleanConstructor;
@@ -720,8 +720,8 @@ declare const _default: import("vue").DefineComponent<{
720
720
  default: string | string[];
721
721
  };
722
722
  size: {
723
- type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
724
- default: import("ant-design-vue/es/button").ButtonSize;
723
+ type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
724
+ default: import("ant-design-vue/es/config-provider").SizeType;
725
725
  };
726
726
  disabled: {
727
727
  type: BooleanConstructor;
@@ -943,8 +943,8 @@ declare const _default: import("vue").DefineComponent<{
943
943
  default: string | string[];
944
944
  };
945
945
  size: {
946
- type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
947
- default: import("ant-design-vue/es/button").ButtonSize;
946
+ type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
947
+ default: import("ant-design-vue/es/config-provider").SizeType;
948
948
  };
949
949
  disabled: {
950
950
  type: BooleanConstructor;
@@ -976,39 +976,39 @@ declare const _default: import("vue").DefineComponent<{
976
976
  readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/components").FormData) | (() => import("ll-plus/es/components").FormData) | ((new (...args: any[]) => import("ll-plus/es/components").FormData) | (() => import("ll-plus/es/components").FormData))[], unknown, unknown, () => {}, boolean>;
977
977
  readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
978
978
  align: {
979
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
980
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
981
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
982
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
983
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
984
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
985
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
979
+ type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
980
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
981
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
982
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
983
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
984
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
985
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
986
986
  }>;
987
- default: "middle" | "top" | "bottom" | "stretch" | {
988
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
989
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
990
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
991
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
992
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
993
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
987
+ default: "top" | "bottom" | "middle" | "stretch" | {
988
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
989
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
990
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
991
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
992
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
993
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
994
994
  };
995
995
  };
996
996
  justify: {
997
- type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
998
- xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
999
- sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1000
- md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1001
- lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1002
- xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1003
- xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
997
+ type: import("vue").PropType<"start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | {
998
+ xs?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
999
+ sm?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
1000
+ md?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
1001
+ lg?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
1002
+ xl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
1003
+ xxl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
1004
1004
  }>;
1005
- default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
1006
- xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1007
- sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1008
- md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1009
- lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1010
- xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1011
- xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1005
+ default: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | {
1006
+ xs?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
1007
+ sm?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
1008
+ md?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
1009
+ lg?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
1010
+ xl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
1011
+ xxl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
1012
1012
  };
1013
1013
  };
1014
1014
  prefixCls: StringConstructor;
@@ -1022,39 +1022,39 @@ declare const _default: import("vue").DefineComponent<{
1022
1022
  };
1023
1023
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
1024
1024
  align: {
1025
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
1026
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
1027
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
1028
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
1029
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
1030
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1031
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1025
+ type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
1026
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
1027
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
1028
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
1029
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
1030
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
1031
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
1032
1032
  }>;
1033
- default: "middle" | "top" | "bottom" | "stretch" | {
1034
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
1035
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
1036
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
1037
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
1038
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1039
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1033
+ default: "top" | "bottom" | "middle" | "stretch" | {
1034
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
1035
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
1036
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
1037
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
1038
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
1039
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
1040
1040
  };
1041
1041
  };
1042
1042
  justify: {
1043
- type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
1044
- xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1045
- sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1046
- md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1047
- lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1048
- xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1049
- xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1043
+ type: import("vue").PropType<"start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | {
1044
+ xs?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
1045
+ sm?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
1046
+ md?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
1047
+ lg?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
1048
+ xl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
1049
+ xxl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
1050
1050
  }>;
1051
- default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
1052
- xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1053
- sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1054
- md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1055
- lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1056
- xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1057
- xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1051
+ default: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | {
1052
+ xs?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
1053
+ sm?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
1054
+ md?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
1055
+ lg?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
1056
+ xl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
1057
+ xxl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
1058
1058
  };
1059
1059
  };
1060
1060
  prefixCls: StringConstructor;
@@ -1068,39 +1068,39 @@ declare const _default: import("vue").DefineComponent<{
1068
1068
  };
1069
1069
  }>>) | ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
1070
1070
  align: {
1071
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
1072
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
1073
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
1074
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
1075
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
1076
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1077
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1071
+ type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
1072
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
1073
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
1074
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
1075
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
1076
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
1077
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
1078
1078
  }>;
1079
- default: "middle" | "top" | "bottom" | "stretch" | {
1080
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
1081
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
1082
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
1083
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
1084
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1085
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1079
+ default: "top" | "bottom" | "middle" | "stretch" | {
1080
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
1081
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
1082
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
1083
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
1084
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
1085
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
1086
1086
  };
1087
1087
  };
1088
1088
  justify: {
1089
- type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
1090
- xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1091
- sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1092
- md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1093
- lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1094
- xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1095
- xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1089
+ type: import("vue").PropType<"start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | {
1090
+ xs?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
1091
+ sm?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
1092
+ md?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
1093
+ lg?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
1094
+ xl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
1095
+ xxl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
1096
1096
  }>;
1097
- default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
1098
- xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1099
- sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1100
- md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1101
- lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1102
- xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1103
- xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1097
+ default: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | {
1098
+ xs?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
1099
+ sm?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
1100
+ md?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
1101
+ lg?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
1102
+ xl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
1103
+ xxl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
1104
1104
  };
1105
1105
  };
1106
1106
  prefixCls: StringConstructor;
@@ -1114,39 +1114,39 @@ declare const _default: import("vue").DefineComponent<{
1114
1114
  };
1115
1115
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
1116
1116
  align: {
1117
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
1118
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
1119
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
1120
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
1121
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
1122
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1123
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1117
+ type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
1118
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
1119
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
1120
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
1121
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
1122
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
1123
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
1124
1124
  }>;
1125
- default: "middle" | "top" | "bottom" | "stretch" | {
1126
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
1127
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
1128
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
1129
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
1130
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1131
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1125
+ default: "top" | "bottom" | "middle" | "stretch" | {
1126
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
1127
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
1128
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
1129
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
1130
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
1131
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
1132
1132
  };
1133
1133
  };
1134
1134
  justify: {
1135
- type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
1136
- xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1137
- sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1138
- md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1139
- lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1140
- xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1141
- xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1135
+ type: import("vue").PropType<"start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | {
1136
+ xs?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
1137
+ sm?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
1138
+ md?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
1139
+ lg?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
1140
+ xl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
1141
+ xxl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
1142
1142
  }>;
1143
- default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
1144
- xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1145
- sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1146
- md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1147
- lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1148
- xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1149
- xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1143
+ default: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | {
1144
+ xs?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
1145
+ sm?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
1146
+ md?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
1147
+ lg?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
1148
+ xl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
1149
+ xxl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
1150
1150
  };
1151
1151
  };
1152
1152
  prefixCls: StringConstructor;
@@ -1365,8 +1365,8 @@ declare const _default: import("vue").DefineComponent<{
1365
1365
  default: string | string[];
1366
1366
  };
1367
1367
  size: {
1368
- type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
1369
- default: import("ant-design-vue/es/button").ButtonSize;
1368
+ type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
1369
+ default: import("ant-design-vue/es/config-provider").SizeType;
1370
1370
  };
1371
1371
  disabled: {
1372
1372
  type: BooleanConstructor;
@@ -1397,39 +1397,39 @@ declare const _default: import("vue").DefineComponent<{
1397
1397
  readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
1398
1398
  readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
1399
1399
  align: {
1400
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
1401
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
1402
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
1403
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
1404
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
1405
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1406
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1400
+ type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
1401
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
1402
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
1403
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
1404
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
1405
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
1406
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
1407
1407
  }>;
1408
- default: "middle" | "top" | "bottom" | "stretch" | {
1409
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
1410
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
1411
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
1412
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
1413
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1414
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1408
+ default: "top" | "bottom" | "middle" | "stretch" | {
1409
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
1410
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
1411
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
1412
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
1413
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
1414
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
1415
1415
  };
1416
1416
  };
1417
1417
  justify: {
1418
- type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
1419
- xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1420
- sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1421
- md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1422
- lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1423
- xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1424
- xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1418
+ type: import("vue").PropType<"start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | {
1419
+ xs?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
1420
+ sm?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
1421
+ md?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
1422
+ lg?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
1423
+ xl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
1424
+ xxl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
1425
1425
  }>;
1426
- default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
1427
- xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1428
- sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1429
- md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1430
- lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1431
- xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1432
- xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1426
+ default: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | {
1427
+ xs?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
1428
+ sm?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
1429
+ md?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
1430
+ lg?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
1431
+ xl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
1432
+ xxl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
1433
1433
  };
1434
1434
  };
1435
1435
  prefixCls: StringConstructor;
@@ -1548,7 +1548,7 @@ declare const _default: import("vue").DefineComponent<{
1548
1548
  validateFields: import("vue").ComputedRef<any[]>;
1549
1549
  computedFormOptions: import("vue").ComputedRef<{
1550
1550
  onSubmit?: ((e: Event) => void) | undefined;
1551
- size?: import("ant-design-vue/es/button").ButtonSize;
1551
+ size?: import("ant-design-vue/es/config-provider").SizeType;
1552
1552
  labelCol?: (Partial<import("vue").ExtractPropTypes<{
1553
1553
  span: (StringConstructor | NumberConstructor)[];
1554
1554
  order: (StringConstructor | NumberConstructor)[];
@@ -1902,8 +1902,8 @@ declare const _default: import("vue").DefineComponent<{
1902
1902
  default: string | string[];
1903
1903
  };
1904
1904
  size: {
1905
- type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
1906
- default: import("ant-design-vue/es/button").ButtonSize;
1905
+ type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
1906
+ default: import("ant-design-vue/es/config-provider").SizeType;
1907
1907
  };
1908
1908
  disabled: {
1909
1909
  type: BooleanConstructor;
@@ -2125,8 +2125,8 @@ declare const _default: import("vue").DefineComponent<{
2125
2125
  default: string | string[];
2126
2126
  };
2127
2127
  size: {
2128
- type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
2129
- default: import("ant-design-vue/es/button").ButtonSize;
2128
+ type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
2129
+ default: import("ant-design-vue/es/config-provider").SizeType;
2130
2130
  };
2131
2131
  disabled: {
2132
2132
  type: BooleanConstructor;
@@ -2348,8 +2348,8 @@ declare const _default: import("vue").DefineComponent<{
2348
2348
  default: string | string[];
2349
2349
  };
2350
2350
  size: {
2351
- type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
2352
- default: import("ant-design-vue/es/button").ButtonSize;
2351
+ type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
2352
+ default: import("ant-design-vue/es/config-provider").SizeType;
2353
2353
  };
2354
2354
  disabled: {
2355
2355
  type: BooleanConstructor;
@@ -2571,8 +2571,8 @@ declare const _default: import("vue").DefineComponent<{
2571
2571
  default: string | string[];
2572
2572
  };
2573
2573
  size: {
2574
- type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
2575
- default: import("ant-design-vue/es/button").ButtonSize;
2574
+ type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
2575
+ default: import("ant-design-vue/es/config-provider").SizeType;
2576
2576
  };
2577
2577
  disabled: {
2578
2578
  type: BooleanConstructor;
@@ -2604,39 +2604,39 @@ declare const _default: import("vue").DefineComponent<{
2604
2604
  readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/components").FormData) | (() => import("ll-plus/es/components").FormData) | ((new (...args: any[]) => import("ll-plus/es/components").FormData) | (() => import("ll-plus/es/components").FormData))[], unknown, unknown, () => {}, boolean>;
2605
2605
  readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
2606
2606
  align: {
2607
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
2608
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
2609
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
2610
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
2611
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
2612
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2613
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2607
+ type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
2608
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
2609
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
2610
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
2611
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
2612
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
2613
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
2614
2614
  }>;
2615
- default: "middle" | "top" | "bottom" | "stretch" | {
2616
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
2617
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
2618
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
2619
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
2620
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2621
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2615
+ default: "top" | "bottom" | "middle" | "stretch" | {
2616
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
2617
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
2618
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
2619
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
2620
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
2621
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
2622
2622
  };
2623
2623
  };
2624
2624
  justify: {
2625
- type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
2626
- xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
2627
- sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
2628
- md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
2629
- lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
2630
- xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
2631
- xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
2625
+ type: import("vue").PropType<"start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | {
2626
+ xs?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
2627
+ sm?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
2628
+ md?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
2629
+ lg?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
2630
+ xl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
2631
+ xxl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
2632
2632
  }>;
2633
- default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
2634
- xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
2635
- sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
2636
- md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
2637
- lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
2638
- xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
2639
- xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
2633
+ default: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | {
2634
+ xs?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
2635
+ sm?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
2636
+ md?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
2637
+ lg?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
2638
+ xl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
2639
+ xxl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
2640
2640
  };
2641
2641
  };
2642
2642
  prefixCls: StringConstructor;
@@ -2650,39 +2650,39 @@ declare const _default: import("vue").DefineComponent<{
2650
2650
  };
2651
2651
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
2652
2652
  align: {
2653
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
2654
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
2655
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
2656
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
2657
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
2658
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2659
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2653
+ type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
2654
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
2655
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
2656
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
2657
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
2658
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
2659
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
2660
2660
  }>;
2661
- default: "middle" | "top" | "bottom" | "stretch" | {
2662
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
2663
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
2664
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
2665
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
2666
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2667
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2661
+ default: "top" | "bottom" | "middle" | "stretch" | {
2662
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
2663
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
2664
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
2665
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
2666
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
2667
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
2668
2668
  };
2669
2669
  };
2670
2670
  justify: {
2671
- type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
2672
- xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
2673
- sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
2674
- md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
2675
- lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
2676
- xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
2677
- xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
2671
+ type: import("vue").PropType<"start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | {
2672
+ xs?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
2673
+ sm?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
2674
+ md?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
2675
+ lg?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
2676
+ xl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
2677
+ xxl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
2678
2678
  }>;
2679
- default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
2680
- xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
2681
- sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
2682
- md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
2683
- lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
2684
- xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
2685
- xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
2679
+ default: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | {
2680
+ xs?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
2681
+ sm?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
2682
+ md?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
2683
+ lg?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
2684
+ xl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
2685
+ xxl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
2686
2686
  };
2687
2687
  };
2688
2688
  prefixCls: StringConstructor;
@@ -2696,39 +2696,39 @@ declare const _default: import("vue").DefineComponent<{
2696
2696
  };
2697
2697
  }>>) | ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
2698
2698
  align: {
2699
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
2700
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
2701
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
2702
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
2703
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
2704
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2705
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2699
+ type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
2700
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
2701
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
2702
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
2703
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
2704
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
2705
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
2706
2706
  }>;
2707
- default: "middle" | "top" | "bottom" | "stretch" | {
2708
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
2709
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
2710
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
2711
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
2712
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2713
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2707
+ default: "top" | "bottom" | "middle" | "stretch" | {
2708
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
2709
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
2710
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
2711
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
2712
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
2713
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
2714
2714
  };
2715
2715
  };
2716
2716
  justify: {
2717
- type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
2718
- xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
2719
- sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
2720
- md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
2721
- lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
2722
- xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
2723
- xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
2717
+ type: import("vue").PropType<"start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | {
2718
+ xs?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
2719
+ sm?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
2720
+ md?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
2721
+ lg?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
2722
+ xl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
2723
+ xxl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
2724
2724
  }>;
2725
- default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
2726
- xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
2727
- sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
2728
- md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
2729
- lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
2730
- xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
2731
- xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
2725
+ default: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | {
2726
+ xs?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
2727
+ sm?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
2728
+ md?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
2729
+ lg?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
2730
+ xl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
2731
+ xxl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
2732
2732
  };
2733
2733
  };
2734
2734
  prefixCls: StringConstructor;
@@ -2742,39 +2742,39 @@ declare const _default: import("vue").DefineComponent<{
2742
2742
  };
2743
2743
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
2744
2744
  align: {
2745
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
2746
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
2747
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
2748
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
2749
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
2750
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2751
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2745
+ type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
2746
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
2747
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
2748
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
2749
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
2750
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
2751
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
2752
2752
  }>;
2753
- default: "middle" | "top" | "bottom" | "stretch" | {
2754
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
2755
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
2756
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
2757
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
2758
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2759
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2753
+ default: "top" | "bottom" | "middle" | "stretch" | {
2754
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
2755
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
2756
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
2757
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
2758
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
2759
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
2760
2760
  };
2761
2761
  };
2762
2762
  justify: {
2763
- type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
2764
- xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
2765
- sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
2766
- md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
2767
- lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
2768
- xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
2769
- xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
2763
+ type: import("vue").PropType<"start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | {
2764
+ xs?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
2765
+ sm?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
2766
+ md?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
2767
+ lg?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
2768
+ xl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
2769
+ xxl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
2770
2770
  }>;
2771
- default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
2772
- xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
2773
- sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
2774
- md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
2775
- lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
2776
- xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
2777
- xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
2771
+ default: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | {
2772
+ xs?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
2773
+ sm?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
2774
+ md?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
2775
+ lg?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
2776
+ xl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
2777
+ xxl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
2778
2778
  };
2779
2779
  };
2780
2780
  prefixCls: StringConstructor;
@@ -2992,8 +2992,8 @@ declare const _default: import("vue").DefineComponent<{
2992
2992
  default: string | string[];
2993
2993
  };
2994
2994
  size: {
2995
- type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
2996
- default: import("ant-design-vue/es/button").ButtonSize;
2995
+ type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
2996
+ default: import("ant-design-vue/es/config-provider").SizeType;
2997
2997
  };
2998
2998
  disabled: {
2999
2999
  type: BooleanConstructor;
@@ -3024,39 +3024,39 @@ declare const _default: import("vue").DefineComponent<{
3024
3024
  readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
3025
3025
  readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
3026
3026
  align: {
3027
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
3028
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
3029
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
3030
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
3031
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
3032
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
3033
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
3027
+ type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
3028
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
3029
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
3030
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
3031
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
3032
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
3033
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
3034
3034
  }>;
3035
- default: "middle" | "top" | "bottom" | "stretch" | {
3036
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
3037
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
3038
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
3039
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
3040
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
3041
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
3035
+ default: "top" | "bottom" | "middle" | "stretch" | {
3036
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
3037
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
3038
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
3039
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
3040
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
3041
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
3042
3042
  };
3043
3043
  };
3044
3044
  justify: {
3045
- type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
3046
- xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
3047
- sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
3048
- md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
3049
- lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
3050
- xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
3051
- xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
3045
+ type: import("vue").PropType<"start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | {
3046
+ xs?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
3047
+ sm?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
3048
+ md?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
3049
+ lg?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
3050
+ xl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
3051
+ xxl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
3052
3052
  }>;
3053
- default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
3054
- xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
3055
- sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
3056
- md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
3057
- lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
3058
- xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
3059
- xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
3053
+ default: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | {
3054
+ xs?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
3055
+ sm?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
3056
+ md?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
3057
+ lg?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
3058
+ xl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
3059
+ xxl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
3060
3060
  };
3061
3061
  };
3062
3062
  prefixCls: StringConstructor;
@@ -3278,8 +3278,8 @@ declare const _default: import("vue").DefineComponent<{
3278
3278
  default: string | string[];
3279
3279
  };
3280
3280
  size: {
3281
- type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
3282
- default: import("ant-design-vue/es/button").ButtonSize;
3281
+ type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
3282
+ default: import("ant-design-vue/es/config-provider").SizeType;
3283
3283
  };
3284
3284
  disabled: {
3285
3285
  type: BooleanConstructor;
@@ -3501,8 +3501,8 @@ declare const _default: import("vue").DefineComponent<{
3501
3501
  default: string | string[];
3502
3502
  };
3503
3503
  size: {
3504
- type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
3505
- default: import("ant-design-vue/es/button").ButtonSize;
3504
+ type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
3505
+ default: import("ant-design-vue/es/config-provider").SizeType;
3506
3506
  };
3507
3507
  disabled: {
3508
3508
  type: BooleanConstructor;
@@ -3724,8 +3724,8 @@ declare const _default: import("vue").DefineComponent<{
3724
3724
  default: string | string[];
3725
3725
  };
3726
3726
  size: {
3727
- type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
3728
- default: import("ant-design-vue/es/button").ButtonSize;
3727
+ type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
3728
+ default: import("ant-design-vue/es/config-provider").SizeType;
3729
3729
  };
3730
3730
  disabled: {
3731
3731
  type: BooleanConstructor;
@@ -3947,8 +3947,8 @@ declare const _default: import("vue").DefineComponent<{
3947
3947
  default: string | string[];
3948
3948
  };
3949
3949
  size: {
3950
- type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
3951
- default: import("ant-design-vue/es/button").ButtonSize;
3950
+ type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
3951
+ default: import("ant-design-vue/es/config-provider").SizeType;
3952
3952
  };
3953
3953
  disabled: {
3954
3954
  type: BooleanConstructor;
@@ -3980,39 +3980,39 @@ declare const _default: import("vue").DefineComponent<{
3980
3980
  readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/components").FormData) | (() => import("ll-plus/es/components").FormData) | ((new (...args: any[]) => import("ll-plus/es/components").FormData) | (() => import("ll-plus/es/components").FormData))[], unknown, unknown, () => {}, boolean>;
3981
3981
  readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
3982
3982
  align: {
3983
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
3984
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
3985
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
3986
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
3987
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
3988
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
3989
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
3983
+ type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
3984
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
3985
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
3986
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
3987
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
3988
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
3989
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
3990
3990
  }>;
3991
- default: "middle" | "top" | "bottom" | "stretch" | {
3992
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
3993
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
3994
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
3995
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
3996
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
3997
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
3991
+ default: "top" | "bottom" | "middle" | "stretch" | {
3992
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
3993
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
3994
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
3995
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
3996
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
3997
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
3998
3998
  };
3999
3999
  };
4000
4000
  justify: {
4001
- type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
4002
- xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4003
- sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4004
- md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4005
- lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4006
- xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4007
- xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4001
+ type: import("vue").PropType<"start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | {
4002
+ xs?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
4003
+ sm?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
4004
+ md?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
4005
+ lg?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
4006
+ xl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
4007
+ xxl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
4008
4008
  }>;
4009
- default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
4010
- xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4011
- sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4012
- md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4013
- lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4014
- xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4015
- xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4009
+ default: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | {
4010
+ xs?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
4011
+ sm?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
4012
+ md?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
4013
+ lg?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
4014
+ xl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
4015
+ xxl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
4016
4016
  };
4017
4017
  };
4018
4018
  prefixCls: StringConstructor;
@@ -4026,39 +4026,39 @@ declare const _default: import("vue").DefineComponent<{
4026
4026
  };
4027
4027
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
4028
4028
  align: {
4029
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
4030
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
4031
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
4032
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
4033
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
4034
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
4035
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
4029
+ type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
4030
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
4031
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
4032
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
4033
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
4034
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
4035
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
4036
4036
  }>;
4037
- default: "middle" | "top" | "bottom" | "stretch" | {
4038
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
4039
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
4040
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
4041
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
4042
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
4043
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
4037
+ default: "top" | "bottom" | "middle" | "stretch" | {
4038
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
4039
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
4040
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
4041
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
4042
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
4043
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
4044
4044
  };
4045
4045
  };
4046
4046
  justify: {
4047
- type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
4048
- xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4049
- sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4050
- md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4051
- lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4052
- xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4053
- xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4047
+ type: import("vue").PropType<"start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | {
4048
+ xs?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
4049
+ sm?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
4050
+ md?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
4051
+ lg?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
4052
+ xl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
4053
+ xxl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
4054
4054
  }>;
4055
- default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
4056
- xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4057
- sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4058
- md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4059
- lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4060
- xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4061
- xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4055
+ default: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | {
4056
+ xs?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
4057
+ sm?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
4058
+ md?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
4059
+ lg?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
4060
+ xl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
4061
+ xxl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
4062
4062
  };
4063
4063
  };
4064
4064
  prefixCls: StringConstructor;
@@ -4072,39 +4072,39 @@ declare const _default: import("vue").DefineComponent<{
4072
4072
  };
4073
4073
  }>>) | ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
4074
4074
  align: {
4075
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
4076
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
4077
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
4078
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
4079
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
4080
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
4081
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
4075
+ type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
4076
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
4077
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
4078
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
4079
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
4080
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
4081
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
4082
4082
  }>;
4083
- default: "middle" | "top" | "bottom" | "stretch" | {
4084
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
4085
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
4086
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
4087
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
4088
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
4089
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
4083
+ default: "top" | "bottom" | "middle" | "stretch" | {
4084
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
4085
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
4086
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
4087
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
4088
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
4089
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
4090
4090
  };
4091
4091
  };
4092
4092
  justify: {
4093
- type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
4094
- xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4095
- sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4096
- md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4097
- lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4098
- xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4099
- xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4093
+ type: import("vue").PropType<"start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | {
4094
+ xs?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
4095
+ sm?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
4096
+ md?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
4097
+ lg?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
4098
+ xl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
4099
+ xxl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
4100
4100
  }>;
4101
- default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
4102
- xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4103
- sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4104
- md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4105
- lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4106
- xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4107
- xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4101
+ default: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | {
4102
+ xs?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
4103
+ sm?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
4104
+ md?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
4105
+ lg?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
4106
+ xl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
4107
+ xxl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
4108
4108
  };
4109
4109
  };
4110
4110
  prefixCls: StringConstructor;
@@ -4118,39 +4118,39 @@ declare const _default: import("vue").DefineComponent<{
4118
4118
  };
4119
4119
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
4120
4120
  align: {
4121
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
4122
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
4123
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
4124
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
4125
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
4126
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
4127
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
4121
+ type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
4122
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
4123
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
4124
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
4125
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
4126
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
4127
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
4128
4128
  }>;
4129
- default: "middle" | "top" | "bottom" | "stretch" | {
4130
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
4131
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
4132
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
4133
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
4134
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
4135
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
4129
+ default: "top" | "bottom" | "middle" | "stretch" | {
4130
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
4131
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
4132
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
4133
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
4134
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
4135
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
4136
4136
  };
4137
4137
  };
4138
4138
  justify: {
4139
- type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
4140
- xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4141
- sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4142
- md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4143
- lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4144
- xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4145
- xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4139
+ type: import("vue").PropType<"start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | {
4140
+ xs?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
4141
+ sm?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
4142
+ md?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
4143
+ lg?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
4144
+ xl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
4145
+ xxl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
4146
4146
  }>;
4147
- default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
4148
- xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4149
- sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4150
- md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4151
- lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4152
- xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4153
- xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4147
+ default: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | {
4148
+ xs?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
4149
+ sm?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
4150
+ md?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
4151
+ lg?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
4152
+ xl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
4153
+ xxl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
4154
4154
  };
4155
4155
  };
4156
4156
  prefixCls: StringConstructor;
@@ -4369,8 +4369,8 @@ declare const _default: import("vue").DefineComponent<{
4369
4369
  default: string | string[];
4370
4370
  };
4371
4371
  size: {
4372
- type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
4373
- default: import("ant-design-vue/es/button").ButtonSize;
4372
+ type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
4373
+ default: import("ant-design-vue/es/config-provider").SizeType;
4374
4374
  };
4375
4375
  disabled: {
4376
4376
  type: BooleanConstructor;
@@ -4401,39 +4401,39 @@ declare const _default: import("vue").DefineComponent<{
4401
4401
  readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
4402
4402
  readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
4403
4403
  align: {
4404
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
4405
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
4406
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
4407
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
4408
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
4409
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
4410
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
4404
+ type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
4405
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
4406
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
4407
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
4408
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
4409
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
4410
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
4411
4411
  }>;
4412
- default: "middle" | "top" | "bottom" | "stretch" | {
4413
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
4414
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
4415
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
4416
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
4417
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
4418
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
4412
+ default: "top" | "bottom" | "middle" | "stretch" | {
4413
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
4414
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
4415
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
4416
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
4417
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
4418
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
4419
4419
  };
4420
4420
  };
4421
4421
  justify: {
4422
- type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
4423
- xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4424
- sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4425
- md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4426
- lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4427
- xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4428
- xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4422
+ type: import("vue").PropType<"start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | {
4423
+ xs?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
4424
+ sm?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
4425
+ md?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
4426
+ lg?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
4427
+ xl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
4428
+ xxl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
4429
4429
  }>;
4430
- default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
4431
- xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4432
- sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4433
- md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4434
- lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4435
- xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4436
- xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4430
+ default: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | {
4431
+ xs?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
4432
+ sm?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
4433
+ md?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
4434
+ lg?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
4435
+ xl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
4436
+ xxl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
4437
4437
  };
4438
4438
  };
4439
4439
  prefixCls: StringConstructor;
@@ -4552,7 +4552,7 @@ declare const _default: import("vue").DefineComponent<{
4552
4552
  validateFields: import("vue").ComputedRef<any[]>;
4553
4553
  computedFormOptions: import("vue").ComputedRef<{
4554
4554
  onSubmit?: ((e: Event) => void) | undefined;
4555
- size?: import("ant-design-vue/es/button").ButtonSize;
4555
+ size?: import("ant-design-vue/es/config-provider").SizeType;
4556
4556
  labelCol?: (Partial<import("vue").ExtractPropTypes<{
4557
4557
  span: (StringConstructor | NumberConstructor)[];
4558
4558
  order: (StringConstructor | NumberConstructor)[];
@@ -4903,8 +4903,8 @@ declare const _default: import("vue").DefineComponent<{
4903
4903
  default: string | string[];
4904
4904
  };
4905
4905
  size: {
4906
- type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
4907
- default: import("ant-design-vue/es/button").ButtonSize;
4906
+ type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
4907
+ default: import("ant-design-vue/es/config-provider").SizeType;
4908
4908
  };
4909
4909
  disabled: {
4910
4910
  type: BooleanConstructor;
@@ -4935,39 +4935,39 @@ declare const _default: import("vue").DefineComponent<{
4935
4935
  readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
4936
4936
  readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
4937
4937
  align: {
4938
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
4939
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
4940
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
4941
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
4942
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
4943
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
4944
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
4938
+ type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
4939
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
4940
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
4941
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
4942
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
4943
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
4944
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
4945
4945
  }>;
4946
- default: "middle" | "top" | "bottom" | "stretch" | {
4947
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
4948
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
4949
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
4950
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
4951
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
4952
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
4946
+ default: "top" | "bottom" | "middle" | "stretch" | {
4947
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
4948
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
4949
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
4950
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
4951
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
4952
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
4953
4953
  };
4954
4954
  };
4955
4955
  justify: {
4956
- type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
4957
- xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4958
- sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4959
- md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4960
- lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4961
- xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4962
- xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4956
+ type: import("vue").PropType<"start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | {
4957
+ xs?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
4958
+ sm?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
4959
+ md?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
4960
+ lg?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
4961
+ xl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
4962
+ xxl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
4963
4963
  }>;
4964
- default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
4965
- xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4966
- sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4967
- md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4968
- lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4969
- xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4970
- xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4964
+ default: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | {
4965
+ xs?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
4966
+ sm?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
4967
+ md?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
4968
+ lg?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
4969
+ xl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
4970
+ xxl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
4971
4971
  };
4972
4972
  };
4973
4973
  prefixCls: StringConstructor;
@@ -5208,8 +5208,8 @@ declare const _default: import("vue").DefineComponent<{
5208
5208
  default: string | string[];
5209
5209
  };
5210
5210
  size: {
5211
- type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
5212
- default: import("ant-design-vue/es/button").ButtonSize;
5211
+ type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
5212
+ default: import("ant-design-vue/es/config-provider").SizeType;
5213
5213
  };
5214
5214
  disabled: {
5215
5215
  type: BooleanConstructor;