ll-plus 2.13.13 → 2.13.14

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 (226) hide show
  1. package/es/components/advanced-filtering/index.d.ts +702 -702
  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 +361 -361
  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-group.vue.d.ts +6 -6
  15. package/es/components/checkbox/index.d.ts +280 -280
  16. package/es/components/checkbox/src/checkbox-group.vue.d.ts +280 -280
  17. package/es/components/checkbox/src/checkbox.d.ts +112 -112
  18. package/es/components/code-editor/index.d.ts +2 -2
  19. package/es/components/code-editor/src/code-editor.vue.d.ts +2 -2
  20. package/es/components/codemirror-editor-vue3/index.d.ts +2 -2
  21. package/es/components/codemirror-editor-vue3/src/codemirror-editor-vue3.vue.d.ts +2 -2
  22. package/es/components/cropper/index.d.ts +6 -6
  23. package/es/components/cropper/src/cropper-image.vue.d.ts +3 -3
  24. package/es/components/cropper/src/cropper-modal.vue.d.ts +3 -3
  25. package/es/components/dropdown-button-simple/index.d.ts +14 -14
  26. package/es/components/dropdown-button-simple/src/dropdown-button-simple.d.ts +4 -4
  27. package/es/components/dropdown-button-simple/src/dropdown-button-simple.vue.d.ts +14 -14
  28. package/es/components/empty/index.d.ts +2 -2
  29. package/es/components/empty/src/empty.vue.d.ts +2 -2
  30. package/es/components/form/index.d.ts +301 -301
  31. package/es/components/form/src/config/form.d.ts +120 -120
  32. package/es/components/form/src/form.vue.d.ts +301 -301
  33. package/es/components/icon-base/index.d.ts +8 -8
  34. package/es/components/icon-base/src/icon-base.d.ts +4 -4
  35. package/es/components/icon-base/src/icon-base.vue.d.ts +8 -8
  36. package/es/components/icon-picker/index.d.ts +1 -1
  37. package/es/components/icon-picker/src/components/modal.vue.d.ts +1 -1
  38. package/es/components/icon-picker/src/icon-picker.vue.d.ts +1 -1
  39. package/es/components/image/index.d.ts +6 -6
  40. package/es/components/image/src/image-preview-group.vue.d.ts +3 -3
  41. package/es/components/image/src/image.vue.d.ts +3 -3
  42. package/es/components/input-number/index.d.ts +2 -2
  43. package/es/components/input-number/src/input-number.vue.d.ts +2 -2
  44. package/es/components/key-value/src/components/key-value-item.vue.d.ts +484 -484
  45. package/es/components/key-value/src/key-value.vue.d.ts +1452 -1452
  46. package/es/components/new-drawer/index.d.ts +2 -2
  47. package/es/components/new-drawer/src/drawer.vue.d.ts +2 -2
  48. package/es/components/new-modal/index.d.ts +5 -5
  49. package/es/components/new-modal/src/modal.vue.d.ts +5 -5
  50. package/es/components/number-range/index.d.ts +2 -2
  51. package/es/components/number-range/src/number-range.vue.d.ts +2 -2
  52. package/es/components/operate-icon/index.d.ts +20 -20
  53. package/es/components/operate-icon/src/operate-icon.d.ts +4 -4
  54. package/es/components/operate-icon/src/operate-icon.vue.d.ts +20 -20
  55. package/es/components/qrcode/index.d.ts +4 -4
  56. package/es/components/qrcode/src/qrcode.d.ts +1 -1
  57. package/es/components/qrcode/src/qrcode.vue.d.ts +4 -4
  58. package/es/components/radio/index.d.ts +280 -280
  59. package/es/components/radio/src/radio-group.vue.d.ts +280 -280
  60. package/es/components/radio/src/radio.d.ts +112 -112
  61. package/es/components/select-group/index.d.ts +2 -2
  62. package/es/components/select-group/src/select-group.vue.d.ts +2 -2
  63. package/es/components/table/index.d.ts +6 -6
  64. package/es/components/table/src/components/main-table.vue.d.ts +2 -2
  65. package/es/components/table/src/config/table.d.ts +2 -2
  66. package/es/components/table/src/table.vue.d.ts +6 -6
  67. package/es/components/tabs/index.d.ts +1 -1
  68. package/es/components/tabs/src/tabs.vue.d.ts +1 -1
  69. package/es/components/tooltip/index.d.ts +6 -6
  70. package/es/components/tooltip/src/tooltip.d.ts +1 -1
  71. package/es/components/tooltip/src/tooltip.vue.d.ts +6 -6
  72. package/es/components/upload-image/index.d.ts +6 -6
  73. package/es/components/upload-image/src/upload-image.vue.d.ts +6 -6
  74. package/es/components/watermark/index.d.ts +6 -6
  75. package/es/components/watermark/src/watermark.vue.d.ts +6 -6
  76. package/lib/components/advanced-filtering/index.d.ts +702 -702
  77. package/lib/components/advanced-filtering/src/advanced-filtering.d.ts +16 -16
  78. package/lib/components/advanced-filtering/src/advanced-filtering.vue.d.ts +361 -361
  79. package/lib/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +321 -321
  80. package/lib/components/advanced-filtering/src/components/advanced-filtering-tags.vue.d.ts +20 -20
  81. package/lib/components/api-component/index.d.ts +8 -8
  82. package/lib/components/api-component/src/api-component.vue.d.ts +8 -8
  83. package/lib/components/api-component/src/components/body-component.vue.d.ts +4 -4
  84. package/lib/components/api-component/src/components/params-table-row.vue.d.ts +2 -2
  85. package/lib/components/api-component/src/components/params-table.vue.d.ts +4 -4
  86. package/lib/components/breadcrumb-card/index.d.ts +1 -1
  87. package/lib/components/breadcrumb-card/src/breadcrumb-card.vue.d.ts +1 -1
  88. package/lib/components/button/index.d.ts +6 -6
  89. package/lib/components/button/src/button-group.vue.d.ts +6 -6
  90. package/lib/components/checkbox/index.d.ts +280 -280
  91. package/lib/components/checkbox/src/checkbox-group.vue.d.ts +280 -280
  92. package/lib/components/checkbox/src/checkbox.d.ts +112 -112
  93. package/lib/components/code-editor/index.d.ts +2 -2
  94. package/lib/components/code-editor/src/code-editor.vue.d.ts +2 -2
  95. package/lib/components/codemirror-editor-vue3/index.d.ts +2 -2
  96. package/lib/components/codemirror-editor-vue3/src/codemirror-editor-vue3.vue.d.ts +2 -2
  97. package/lib/components/cropper/index.d.ts +6 -6
  98. package/lib/components/cropper/src/cropper-image.vue.d.ts +3 -3
  99. package/lib/components/cropper/src/cropper-modal.vue.d.ts +3 -3
  100. package/lib/components/dropdown-button-simple/index.d.ts +14 -14
  101. package/lib/components/dropdown-button-simple/src/dropdown-button-simple.d.ts +4 -4
  102. package/lib/components/dropdown-button-simple/src/dropdown-button-simple.vue.d.ts +14 -14
  103. package/lib/components/empty/index.d.ts +2 -2
  104. package/lib/components/empty/src/empty.vue.d.ts +2 -2
  105. package/lib/components/form/index.d.ts +301 -301
  106. package/lib/components/form/src/config/form.d.ts +120 -120
  107. package/lib/components/form/src/form.vue.d.ts +301 -301
  108. package/lib/components/icon-base/index.d.ts +8 -8
  109. package/lib/components/icon-base/src/icon-base.d.ts +4 -4
  110. package/lib/components/icon-base/src/icon-base.vue.d.ts +8 -8
  111. package/lib/components/icon-picker/index.d.ts +1 -1
  112. package/lib/components/icon-picker/src/components/modal.vue.d.ts +1 -1
  113. package/lib/components/icon-picker/src/icon-picker.vue.d.ts +1 -1
  114. package/lib/components/image/index.d.ts +6 -6
  115. package/lib/components/image/src/image-preview-group.vue.d.ts +3 -3
  116. package/lib/components/image/src/image.vue.d.ts +3 -3
  117. package/lib/components/input-number/index.d.ts +2 -2
  118. package/lib/components/input-number/src/input-number.vue.d.ts +2 -2
  119. package/lib/components/key-value/src/components/key-value-item.vue.d.ts +484 -484
  120. package/lib/components/key-value/src/key-value.vue.d.ts +1452 -1452
  121. package/lib/components/new-drawer/index.d.ts +2 -2
  122. package/lib/components/new-drawer/src/drawer.vue.d.ts +2 -2
  123. package/lib/components/new-modal/index.d.ts +5 -5
  124. package/lib/components/new-modal/src/modal.vue.d.ts +5 -5
  125. package/lib/components/number-range/index.d.ts +2 -2
  126. package/lib/components/number-range/src/number-range.vue.d.ts +2 -2
  127. package/lib/components/operate-icon/index.d.ts +20 -20
  128. package/lib/components/operate-icon/src/operate-icon.d.ts +4 -4
  129. package/lib/components/operate-icon/src/operate-icon.vue.d.ts +20 -20
  130. package/lib/components/qrcode/index.d.ts +4 -4
  131. package/lib/components/qrcode/src/qrcode.d.ts +1 -1
  132. package/lib/components/qrcode/src/qrcode.vue.d.ts +4 -4
  133. package/lib/components/radio/index.d.ts +280 -280
  134. package/lib/components/radio/src/radio-group.vue.d.ts +280 -280
  135. package/lib/components/radio/src/radio.d.ts +112 -112
  136. package/lib/components/select-group/index.d.ts +2 -2
  137. package/lib/components/select-group/src/select-group.vue.d.ts +2 -2
  138. package/lib/components/table/index.d.ts +6 -6
  139. package/lib/components/table/src/components/main-table.vue.d.ts +2 -2
  140. package/lib/components/table/src/config/table.d.ts +2 -2
  141. package/lib/components/table/src/table.vue.d.ts +6 -6
  142. package/lib/components/tabs/index.d.ts +1 -1
  143. package/lib/components/tabs/src/tabs.vue.d.ts +1 -1
  144. package/lib/components/tooltip/index.d.ts +6 -6
  145. package/lib/components/tooltip/src/tooltip.d.ts +1 -1
  146. package/lib/components/tooltip/src/tooltip.vue.d.ts +6 -6
  147. package/lib/components/upload-image/index.d.ts +6 -6
  148. package/lib/components/upload-image/src/upload-image.vue.d.ts +6 -6
  149. package/lib/components/watermark/index.d.ts +6 -6
  150. package/lib/components/watermark/src/watermark.vue.d.ts +6 -6
  151. package/package.json +1 -1
  152. package/types/packages/components/advanced-filtering/index.d.ts +702 -702
  153. package/types/packages/components/advanced-filtering/src/advanced-filtering.d.ts +16 -16
  154. package/types/packages/components/advanced-filtering/src/advanced-filtering.vue.d.ts +361 -361
  155. package/types/packages/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +321 -321
  156. package/types/packages/components/advanced-filtering/src/components/advanced-filtering-tags.vue.d.ts +20 -20
  157. package/types/packages/components/api-component/index.d.ts +8 -8
  158. package/types/packages/components/api-component/src/api-component.vue.d.ts +8 -8
  159. package/types/packages/components/api-component/src/components/body-component.vue.d.ts +4 -4
  160. package/types/packages/components/api-component/src/components/params-table-row.vue.d.ts +2 -2
  161. package/types/packages/components/api-component/src/components/params-table.vue.d.ts +4 -4
  162. package/types/packages/components/breadcrumb-card/index.d.ts +1 -1
  163. package/types/packages/components/breadcrumb-card/src/breadcrumb-card.vue.d.ts +1 -1
  164. package/types/packages/components/button/index.d.ts +6 -6
  165. package/types/packages/components/button/src/button-group.vue.d.ts +6 -6
  166. package/types/packages/components/checkbox/index.d.ts +280 -280
  167. package/types/packages/components/checkbox/src/checkbox-group.vue.d.ts +280 -280
  168. package/types/packages/components/checkbox/src/checkbox.d.ts +112 -112
  169. package/types/packages/components/code-editor/index.d.ts +2 -2
  170. package/types/packages/components/code-editor/src/code-editor.vue.d.ts +2 -2
  171. package/types/packages/components/codemirror-editor-vue3/index.d.ts +2 -2
  172. package/types/packages/components/codemirror-editor-vue3/src/codemirror-editor-vue3.vue.d.ts +2 -2
  173. package/types/packages/components/cropper/index.d.ts +6 -6
  174. package/types/packages/components/cropper/src/cropper-image.vue.d.ts +3 -3
  175. package/types/packages/components/cropper/src/cropper-modal.vue.d.ts +3 -3
  176. package/types/packages/components/dropdown-button-simple/index.d.ts +14 -14
  177. package/types/packages/components/dropdown-button-simple/src/dropdown-button-simple.d.ts +4 -4
  178. package/types/packages/components/dropdown-button-simple/src/dropdown-button-simple.vue.d.ts +14 -14
  179. package/types/packages/components/empty/index.d.ts +2 -2
  180. package/types/packages/components/empty/src/empty.vue.d.ts +2 -2
  181. package/types/packages/components/form/index.d.ts +301 -301
  182. package/types/packages/components/form/src/config/form.d.ts +120 -120
  183. package/types/packages/components/form/src/form.vue.d.ts +301 -301
  184. package/types/packages/components/icon-base/index.d.ts +8 -8
  185. package/types/packages/components/icon-base/src/icon-base.d.ts +4 -4
  186. package/types/packages/components/icon-base/src/icon-base.vue.d.ts +8 -8
  187. package/types/packages/components/icon-picker/index.d.ts +1 -1
  188. package/types/packages/components/icon-picker/src/components/modal.vue.d.ts +1 -1
  189. package/types/packages/components/icon-picker/src/icon-picker.vue.d.ts +1 -1
  190. package/types/packages/components/image/index.d.ts +6 -6
  191. package/types/packages/components/image/src/image-preview-group.vue.d.ts +3 -3
  192. package/types/packages/components/image/src/image.vue.d.ts +3 -3
  193. package/types/packages/components/input-number/index.d.ts +2 -2
  194. package/types/packages/components/input-number/src/input-number.vue.d.ts +2 -2
  195. package/types/packages/components/key-value/src/components/key-value-item.vue.d.ts +484 -484
  196. package/types/packages/components/key-value/src/key-value.vue.d.ts +1452 -1452
  197. package/types/packages/components/new-drawer/index.d.ts +2 -2
  198. package/types/packages/components/new-drawer/src/drawer.vue.d.ts +2 -2
  199. package/types/packages/components/new-modal/index.d.ts +5 -5
  200. package/types/packages/components/new-modal/src/modal.vue.d.ts +5 -5
  201. package/types/packages/components/number-range/index.d.ts +2 -2
  202. package/types/packages/components/number-range/src/number-range.vue.d.ts +2 -2
  203. package/types/packages/components/operate-icon/index.d.ts +20 -20
  204. package/types/packages/components/operate-icon/src/operate-icon.d.ts +4 -4
  205. package/types/packages/components/operate-icon/src/operate-icon.vue.d.ts +20 -20
  206. package/types/packages/components/qrcode/index.d.ts +4 -4
  207. package/types/packages/components/qrcode/src/qrcode.d.ts +1 -1
  208. package/types/packages/components/qrcode/src/qrcode.vue.d.ts +4 -4
  209. package/types/packages/components/radio/index.d.ts +280 -280
  210. package/types/packages/components/radio/src/radio-group.vue.d.ts +280 -280
  211. package/types/packages/components/radio/src/radio.d.ts +112 -112
  212. package/types/packages/components/select-group/index.d.ts +2 -2
  213. package/types/packages/components/select-group/src/select-group.vue.d.ts +2 -2
  214. package/types/packages/components/table/index.d.ts +6 -6
  215. package/types/packages/components/table/src/components/main-table.vue.d.ts +2 -2
  216. package/types/packages/components/table/src/config/table.d.ts +2 -2
  217. package/types/packages/components/table/src/table.vue.d.ts +6 -6
  218. package/types/packages/components/tabs/index.d.ts +1 -1
  219. package/types/packages/components/tabs/src/tabs.vue.d.ts +1 -1
  220. package/types/packages/components/tooltip/index.d.ts +6 -6
  221. package/types/packages/components/tooltip/src/tooltip.d.ts +1 -1
  222. package/types/packages/components/tooltip/src/tooltip.vue.d.ts +6 -6
  223. package/types/packages/components/upload-image/index.d.ts +6 -6
  224. package/types/packages/components/upload-image/src/upload-image.vue.d.ts +6 -6
  225. package/types/packages/components/watermark/index.d.ts +6 -6
  226. package/types/packages/components/watermark/src/watermark.vue.d.ts +6 -6
@@ -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/config-provider").SizeType>;
278
- default: import("ant-design-vue/es/config-provider").SizeType;
277
+ type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
278
+ default: import("ant-design-vue/es/button").ButtonSize;
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/config-provider").SizeType>;
501
- default: import("ant-design-vue/es/config-provider").SizeType;
500
+ type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
501
+ default: import("ant-design-vue/es/button").ButtonSize;
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/config-provider").SizeType>;
724
- default: import("ant-design-vue/es/config-provider").SizeType;
723
+ type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
724
+ default: import("ant-design-vue/es/button").ButtonSize;
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/config-provider").SizeType>;
947
- default: import("ant-design-vue/es/config-provider").SizeType;
946
+ type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
947
+ default: import("ant-design-vue/es/button").ButtonSize;
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<"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;
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;
986
986
  }>;
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;
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;
994
994
  };
995
995
  };
996
996
  justify: {
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;
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;
1004
1004
  }>;
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;
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;
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<"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;
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;
1032
1032
  }>;
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;
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;
1040
1040
  };
1041
1041
  };
1042
1042
  justify: {
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;
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;
1050
1050
  }>;
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;
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;
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<"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;
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;
1078
1078
  }>;
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;
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;
1086
1086
  };
1087
1087
  };
1088
1088
  justify: {
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;
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;
1096
1096
  }>;
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;
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;
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<"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;
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;
1124
1124
  }>;
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;
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;
1132
1132
  };
1133
1133
  };
1134
1134
  justify: {
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;
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;
1142
1142
  }>;
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;
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;
1150
1150
  };
1151
1151
  };
1152
1152
  prefixCls: StringConstructor;
@@ -1366,8 +1366,8 @@ declare const _default: import("vue").DefineComponent<{
1366
1366
  default: string | string[];
1367
1367
  };
1368
1368
  size: {
1369
- type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
1370
- default: import("ant-design-vue/es/config-provider").SizeType;
1369
+ type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
1370
+ default: import("ant-design-vue/es/button").ButtonSize;
1371
1371
  };
1372
1372
  disabled: {
1373
1373
  type: BooleanConstructor;
@@ -1398,39 +1398,39 @@ declare const _default: import("vue").DefineComponent<{
1398
1398
  readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
1399
1399
  readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
1400
1400
  align: {
1401
- type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
1402
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
1403
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
1404
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
1405
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
1406
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
1407
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
1401
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
1402
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
1403
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
1404
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
1405
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
1406
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1407
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1408
1408
  }>;
1409
- default: "top" | "bottom" | "middle" | "stretch" | {
1410
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
1411
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
1412
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
1413
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
1414
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
1415
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
1409
+ default: "middle" | "top" | "bottom" | "stretch" | {
1410
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
1411
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
1412
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
1413
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
1414
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1415
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1416
1416
  };
1417
1417
  };
1418
1418
  justify: {
1419
- type: import("vue").PropType<"start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | {
1420
- xs?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
1421
- sm?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
1422
- md?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
1423
- lg?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
1424
- xl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
1425
- xxl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
1419
+ type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
1420
+ xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1421
+ sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1422
+ md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1423
+ lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1424
+ xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1425
+ xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1426
1426
  }>;
1427
- default: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | {
1428
- xs?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
1429
- sm?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
1430
- md?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
1431
- lg?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
1432
- xl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
1433
- xxl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
1427
+ default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
1428
+ xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1429
+ sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1430
+ md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1431
+ lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1432
+ xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1433
+ xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1434
1434
  };
1435
1435
  };
1436
1436
  prefixCls: StringConstructor;
@@ -1558,7 +1558,7 @@ declare const _default: import("vue").DefineComponent<{
1558
1558
  validateFields: import("vue").ComputedRef<any[]>;
1559
1559
  computedFormOptions: import("vue").ComputedRef<{
1560
1560
  onSubmit?: ((e: Event) => void) | undefined;
1561
- size?: import("ant-design-vue/es/config-provider").SizeType;
1561
+ size?: import("ant-design-vue/es/button").ButtonSize;
1562
1562
  labelCol?: (Partial<import("vue").ExtractPropTypes<{
1563
1563
  span: (StringConstructor | NumberConstructor)[];
1564
1564
  order: (StringConstructor | NumberConstructor)[];
@@ -1918,8 +1918,8 @@ declare const _default: import("vue").DefineComponent<{
1918
1918
  default: string | string[];
1919
1919
  };
1920
1920
  size: {
1921
- type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
1922
- default: import("ant-design-vue/es/config-provider").SizeType;
1921
+ type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
1922
+ default: import("ant-design-vue/es/button").ButtonSize;
1923
1923
  };
1924
1924
  disabled: {
1925
1925
  type: BooleanConstructor;
@@ -2141,8 +2141,8 @@ declare const _default: import("vue").DefineComponent<{
2141
2141
  default: string | string[];
2142
2142
  };
2143
2143
  size: {
2144
- type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
2145
- default: import("ant-design-vue/es/config-provider").SizeType;
2144
+ type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
2145
+ default: import("ant-design-vue/es/button").ButtonSize;
2146
2146
  };
2147
2147
  disabled: {
2148
2148
  type: BooleanConstructor;
@@ -2364,8 +2364,8 @@ declare const _default: import("vue").DefineComponent<{
2364
2364
  default: string | string[];
2365
2365
  };
2366
2366
  size: {
2367
- type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
2368
- default: import("ant-design-vue/es/config-provider").SizeType;
2367
+ type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
2368
+ default: import("ant-design-vue/es/button").ButtonSize;
2369
2369
  };
2370
2370
  disabled: {
2371
2371
  type: BooleanConstructor;
@@ -2587,8 +2587,8 @@ declare const _default: import("vue").DefineComponent<{
2587
2587
  default: string | string[];
2588
2588
  };
2589
2589
  size: {
2590
- type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
2591
- default: import("ant-design-vue/es/config-provider").SizeType;
2590
+ type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
2591
+ default: import("ant-design-vue/es/button").ButtonSize;
2592
2592
  };
2593
2593
  disabled: {
2594
2594
  type: BooleanConstructor;
@@ -2620,39 +2620,39 @@ declare const _default: import("vue").DefineComponent<{
2620
2620
  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>;
2621
2621
  readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
2622
2622
  align: {
2623
- type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
2624
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
2625
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
2626
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
2627
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
2628
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
2629
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
2623
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
2624
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
2625
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
2626
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
2627
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
2628
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2629
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2630
2630
  }>;
2631
- default: "top" | "bottom" | "middle" | "stretch" | {
2632
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
2633
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
2634
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
2635
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
2636
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
2637
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
2631
+ default: "middle" | "top" | "bottom" | "stretch" | {
2632
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
2633
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
2634
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
2635
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
2636
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2637
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2638
2638
  };
2639
2639
  };
2640
2640
  justify: {
2641
- type: import("vue").PropType<"start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | {
2642
- xs?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
2643
- sm?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
2644
- md?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
2645
- lg?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
2646
- xl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
2647
- xxl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
2641
+ type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
2642
+ xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
2643
+ sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
2644
+ md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
2645
+ lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
2646
+ xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
2647
+ xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
2648
2648
  }>;
2649
- default: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | {
2650
- xs?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
2651
- sm?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
2652
- md?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
2653
- lg?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
2654
- xl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
2655
- xxl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
2649
+ default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
2650
+ xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
2651
+ sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
2652
+ md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
2653
+ lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
2654
+ xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
2655
+ xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
2656
2656
  };
2657
2657
  };
2658
2658
  prefixCls: StringConstructor;
@@ -2666,39 +2666,39 @@ declare const _default: import("vue").DefineComponent<{
2666
2666
  };
2667
2667
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
2668
2668
  align: {
2669
- type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
2670
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
2671
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
2672
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
2673
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
2674
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
2675
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
2669
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
2670
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
2671
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
2672
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
2673
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
2674
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2675
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2676
2676
  }>;
2677
- default: "top" | "bottom" | "middle" | "stretch" | {
2678
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
2679
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
2680
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
2681
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
2682
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
2683
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
2677
+ default: "middle" | "top" | "bottom" | "stretch" | {
2678
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
2679
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
2680
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
2681
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
2682
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2683
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2684
2684
  };
2685
2685
  };
2686
2686
  justify: {
2687
- type: import("vue").PropType<"start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | {
2688
- xs?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
2689
- sm?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
2690
- md?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
2691
- lg?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
2692
- xl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
2693
- xxl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
2687
+ type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
2688
+ xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
2689
+ sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
2690
+ md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
2691
+ lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
2692
+ xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
2693
+ xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
2694
2694
  }>;
2695
- default: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | {
2696
- xs?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
2697
- sm?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
2698
- md?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
2699
- lg?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
2700
- xl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
2701
- xxl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
2695
+ default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
2696
+ xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
2697
+ sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
2698
+ md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
2699
+ lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
2700
+ xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
2701
+ xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
2702
2702
  };
2703
2703
  };
2704
2704
  prefixCls: StringConstructor;
@@ -2712,39 +2712,39 @@ declare const _default: import("vue").DefineComponent<{
2712
2712
  };
2713
2713
  }>>) | ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
2714
2714
  align: {
2715
- type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
2716
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
2717
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
2718
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
2719
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
2720
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
2721
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
2715
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
2716
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
2717
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
2718
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
2719
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
2720
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2721
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2722
2722
  }>;
2723
- default: "top" | "bottom" | "middle" | "stretch" | {
2724
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
2725
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
2726
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
2727
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
2728
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
2729
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
2723
+ default: "middle" | "top" | "bottom" | "stretch" | {
2724
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
2725
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
2726
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
2727
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
2728
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2729
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2730
2730
  };
2731
2731
  };
2732
2732
  justify: {
2733
- type: import("vue").PropType<"start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | {
2734
- xs?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
2735
- sm?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
2736
- md?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
2737
- lg?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
2738
- xl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
2739
- xxl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
2733
+ type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
2734
+ xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
2735
+ sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
2736
+ md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
2737
+ lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
2738
+ xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
2739
+ xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
2740
2740
  }>;
2741
- default: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | {
2742
- xs?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
2743
- sm?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
2744
- md?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
2745
- lg?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
2746
- xl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
2747
- xxl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
2741
+ default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
2742
+ xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
2743
+ sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
2744
+ md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
2745
+ lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
2746
+ xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
2747
+ xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
2748
2748
  };
2749
2749
  };
2750
2750
  prefixCls: StringConstructor;
@@ -2758,39 +2758,39 @@ declare const _default: import("vue").DefineComponent<{
2758
2758
  };
2759
2759
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
2760
2760
  align: {
2761
- type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
2762
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
2763
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
2764
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
2765
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
2766
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
2767
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
2761
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
2762
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
2763
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
2764
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
2765
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
2766
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2767
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2768
2768
  }>;
2769
- default: "top" | "bottom" | "middle" | "stretch" | {
2770
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
2771
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
2772
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
2773
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
2774
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
2775
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
2769
+ default: "middle" | "top" | "bottom" | "stretch" | {
2770
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
2771
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
2772
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
2773
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
2774
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2775
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2776
2776
  };
2777
2777
  };
2778
2778
  justify: {
2779
- type: import("vue").PropType<"start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | {
2780
- xs?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
2781
- sm?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
2782
- md?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
2783
- lg?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
2784
- xl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
2785
- xxl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
2779
+ type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
2780
+ xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
2781
+ sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
2782
+ md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
2783
+ lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
2784
+ xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
2785
+ xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
2786
2786
  }>;
2787
- default: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | {
2788
- xs?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
2789
- sm?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
2790
- md?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
2791
- lg?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
2792
- xl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
2793
- xxl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
2787
+ default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
2788
+ xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
2789
+ sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
2790
+ md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
2791
+ lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
2792
+ xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
2793
+ xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
2794
2794
  };
2795
2795
  };
2796
2796
  prefixCls: StringConstructor;
@@ -3009,8 +3009,8 @@ declare const _default: import("vue").DefineComponent<{
3009
3009
  default: string | string[];
3010
3010
  };
3011
3011
  size: {
3012
- type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
3013
- default: import("ant-design-vue/es/config-provider").SizeType;
3012
+ type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
3013
+ default: import("ant-design-vue/es/button").ButtonSize;
3014
3014
  };
3015
3015
  disabled: {
3016
3016
  type: BooleanConstructor;
@@ -3041,39 +3041,39 @@ declare const _default: import("vue").DefineComponent<{
3041
3041
  readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
3042
3042
  readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
3043
3043
  align: {
3044
- type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
3045
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
3046
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
3047
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
3048
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
3049
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
3050
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
3044
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
3045
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
3046
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
3047
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
3048
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
3049
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
3050
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
3051
3051
  }>;
3052
- default: "top" | "bottom" | "middle" | "stretch" | {
3053
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
3054
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
3055
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
3056
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
3057
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
3058
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
3052
+ default: "middle" | "top" | "bottom" | "stretch" | {
3053
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
3054
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
3055
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
3056
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
3057
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
3058
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
3059
3059
  };
3060
3060
  };
3061
3061
  justify: {
3062
- type: import("vue").PropType<"start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | {
3063
- xs?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
3064
- sm?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
3065
- md?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
3066
- lg?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
3067
- xl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
3068
- xxl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
3062
+ type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
3063
+ xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
3064
+ sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
3065
+ md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
3066
+ lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
3067
+ xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
3068
+ xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
3069
3069
  }>;
3070
- default: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | {
3071
- xs?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
3072
- sm?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
3073
- md?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
3074
- lg?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
3075
- xl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
3076
- xxl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
3070
+ default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
3071
+ xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
3072
+ sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
3073
+ md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
3074
+ lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
3075
+ xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
3076
+ xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
3077
3077
  };
3078
3078
  };
3079
3079
  prefixCls: StringConstructor;
@@ -3295,8 +3295,8 @@ declare const _default: import("vue").DefineComponent<{
3295
3295
  default: string | string[];
3296
3296
  };
3297
3297
  size: {
3298
- type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
3299
- default: import("ant-design-vue/es/config-provider").SizeType;
3298
+ type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
3299
+ default: import("ant-design-vue/es/button").ButtonSize;
3300
3300
  };
3301
3301
  disabled: {
3302
3302
  type: BooleanConstructor;
@@ -3518,8 +3518,8 @@ declare const _default: import("vue").DefineComponent<{
3518
3518
  default: string | string[];
3519
3519
  };
3520
3520
  size: {
3521
- type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
3522
- default: import("ant-design-vue/es/config-provider").SizeType;
3521
+ type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
3522
+ default: import("ant-design-vue/es/button").ButtonSize;
3523
3523
  };
3524
3524
  disabled: {
3525
3525
  type: BooleanConstructor;
@@ -3741,8 +3741,8 @@ declare const _default: import("vue").DefineComponent<{
3741
3741
  default: string | string[];
3742
3742
  };
3743
3743
  size: {
3744
- type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
3745
- default: import("ant-design-vue/es/config-provider").SizeType;
3744
+ type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
3745
+ default: import("ant-design-vue/es/button").ButtonSize;
3746
3746
  };
3747
3747
  disabled: {
3748
3748
  type: BooleanConstructor;
@@ -3964,8 +3964,8 @@ declare const _default: import("vue").DefineComponent<{
3964
3964
  default: string | string[];
3965
3965
  };
3966
3966
  size: {
3967
- type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
3968
- default: import("ant-design-vue/es/config-provider").SizeType;
3967
+ type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
3968
+ default: import("ant-design-vue/es/button").ButtonSize;
3969
3969
  };
3970
3970
  disabled: {
3971
3971
  type: BooleanConstructor;
@@ -3997,39 +3997,39 @@ declare const _default: import("vue").DefineComponent<{
3997
3997
  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>;
3998
3998
  readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
3999
3999
  align: {
4000
- type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
4001
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
4002
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
4003
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
4004
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
4005
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
4006
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
4000
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
4001
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
4002
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
4003
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
4004
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
4005
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
4006
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
4007
4007
  }>;
4008
- default: "top" | "bottom" | "middle" | "stretch" | {
4009
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
4010
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
4011
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
4012
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
4013
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
4014
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
4008
+ default: "middle" | "top" | "bottom" | "stretch" | {
4009
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
4010
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
4011
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
4012
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
4013
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
4014
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
4015
4015
  };
4016
4016
  };
4017
4017
  justify: {
4018
- type: import("vue").PropType<"start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | {
4019
- xs?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
4020
- sm?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
4021
- md?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
4022
- lg?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
4023
- xl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
4024
- xxl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
4018
+ type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
4019
+ xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4020
+ sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4021
+ md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4022
+ lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4023
+ xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4024
+ xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4025
4025
  }>;
4026
- default: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | {
4027
- xs?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
4028
- sm?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
4029
- md?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
4030
- lg?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
4031
- xl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
4032
- xxl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
4026
+ default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
4027
+ xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4028
+ sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4029
+ md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4030
+ lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4031
+ xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4032
+ xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4033
4033
  };
4034
4034
  };
4035
4035
  prefixCls: StringConstructor;
@@ -4043,39 +4043,39 @@ declare const _default: import("vue").DefineComponent<{
4043
4043
  };
4044
4044
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
4045
4045
  align: {
4046
- type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
4047
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
4048
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
4049
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
4050
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
4051
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
4052
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
4046
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
4047
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
4048
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
4049
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
4050
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
4051
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
4052
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
4053
4053
  }>;
4054
- default: "top" | "bottom" | "middle" | "stretch" | {
4055
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
4056
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
4057
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
4058
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
4059
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
4060
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
4054
+ default: "middle" | "top" | "bottom" | "stretch" | {
4055
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
4056
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
4057
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
4058
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
4059
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
4060
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
4061
4061
  };
4062
4062
  };
4063
4063
  justify: {
4064
- type: import("vue").PropType<"start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | {
4065
- xs?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
4066
- sm?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
4067
- md?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
4068
- lg?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
4069
- xl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
4070
- xxl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
4064
+ type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
4065
+ xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4066
+ sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4067
+ md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4068
+ lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4069
+ xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4070
+ xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4071
4071
  }>;
4072
- default: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | {
4073
- xs?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
4074
- sm?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
4075
- md?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
4076
- lg?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
4077
- xl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
4078
- xxl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
4072
+ default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
4073
+ xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4074
+ sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4075
+ md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4076
+ lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4077
+ xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4078
+ xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4079
4079
  };
4080
4080
  };
4081
4081
  prefixCls: StringConstructor;
@@ -4089,39 +4089,39 @@ declare const _default: import("vue").DefineComponent<{
4089
4089
  };
4090
4090
  }>>) | ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
4091
4091
  align: {
4092
- type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
4093
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
4094
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
4095
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
4096
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
4097
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
4098
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
4092
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
4093
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
4094
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
4095
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
4096
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
4097
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
4098
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
4099
4099
  }>;
4100
- default: "top" | "bottom" | "middle" | "stretch" | {
4101
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
4102
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
4103
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
4104
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
4105
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
4106
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
4100
+ default: "middle" | "top" | "bottom" | "stretch" | {
4101
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
4102
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
4103
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
4104
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
4105
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
4106
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
4107
4107
  };
4108
4108
  };
4109
4109
  justify: {
4110
- type: import("vue").PropType<"start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | {
4111
- xs?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
4112
- sm?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
4113
- md?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
4114
- lg?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
4115
- xl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
4116
- xxl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
4110
+ type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
4111
+ xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4112
+ sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4113
+ md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4114
+ lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4115
+ xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4116
+ xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4117
4117
  }>;
4118
- default: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | {
4119
- xs?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
4120
- sm?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
4121
- md?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
4122
- lg?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
4123
- xl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
4124
- xxl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
4118
+ default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
4119
+ xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4120
+ sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4121
+ md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4122
+ lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4123
+ xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4124
+ xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4125
4125
  };
4126
4126
  };
4127
4127
  prefixCls: StringConstructor;
@@ -4135,39 +4135,39 @@ declare const _default: import("vue").DefineComponent<{
4135
4135
  };
4136
4136
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
4137
4137
  align: {
4138
- type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
4139
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
4140
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
4141
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
4142
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
4143
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
4144
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
4138
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
4139
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
4140
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
4141
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
4142
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
4143
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
4144
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
4145
4145
  }>;
4146
- default: "top" | "bottom" | "middle" | "stretch" | {
4147
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
4148
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
4149
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
4150
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
4151
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
4152
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
4146
+ default: "middle" | "top" | "bottom" | "stretch" | {
4147
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
4148
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
4149
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
4150
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
4151
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
4152
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
4153
4153
  };
4154
4154
  };
4155
4155
  justify: {
4156
- type: import("vue").PropType<"start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | {
4157
- xs?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
4158
- sm?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
4159
- md?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
4160
- lg?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
4161
- xl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
4162
- xxl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
4156
+ type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
4157
+ xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4158
+ sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4159
+ md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4160
+ lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4161
+ xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4162
+ xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4163
4163
  }>;
4164
- default: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | {
4165
- xs?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
4166
- sm?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
4167
- md?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
4168
- lg?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
4169
- xl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
4170
- xxl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
4164
+ default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
4165
+ xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4166
+ sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4167
+ md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4168
+ lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4169
+ xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4170
+ xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4171
4171
  };
4172
4172
  };
4173
4173
  prefixCls: StringConstructor;
@@ -4387,8 +4387,8 @@ declare const _default: import("vue").DefineComponent<{
4387
4387
  default: string | string[];
4388
4388
  };
4389
4389
  size: {
4390
- type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
4391
- default: import("ant-design-vue/es/config-provider").SizeType;
4390
+ type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
4391
+ default: import("ant-design-vue/es/button").ButtonSize;
4392
4392
  };
4393
4393
  disabled: {
4394
4394
  type: BooleanConstructor;
@@ -4419,39 +4419,39 @@ declare const _default: import("vue").DefineComponent<{
4419
4419
  readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
4420
4420
  readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
4421
4421
  align: {
4422
- type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
4423
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
4424
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
4425
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
4426
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
4427
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
4428
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
4422
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
4423
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
4424
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
4425
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
4426
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
4427
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
4428
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
4429
4429
  }>;
4430
- default: "top" | "bottom" | "middle" | "stretch" | {
4431
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
4432
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
4433
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
4434
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
4435
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
4436
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
4430
+ default: "middle" | "top" | "bottom" | "stretch" | {
4431
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
4432
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
4433
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
4434
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
4435
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
4436
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
4437
4437
  };
4438
4438
  };
4439
4439
  justify: {
4440
- type: import("vue").PropType<"start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | {
4441
- xs?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
4442
- sm?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
4443
- md?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
4444
- lg?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
4445
- xl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
4446
- xxl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
4440
+ type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
4441
+ xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4442
+ sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4443
+ md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4444
+ lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4445
+ xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4446
+ xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4447
4447
  }>;
4448
- default: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | {
4449
- xs?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
4450
- sm?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
4451
- md?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
4452
- lg?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
4453
- xl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
4454
- xxl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
4448
+ default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
4449
+ xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4450
+ sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4451
+ md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4452
+ lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4453
+ xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4454
+ xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4455
4455
  };
4456
4456
  };
4457
4457
  prefixCls: StringConstructor;
@@ -4579,7 +4579,7 @@ declare const _default: import("vue").DefineComponent<{
4579
4579
  validateFields: import("vue").ComputedRef<any[]>;
4580
4580
  computedFormOptions: import("vue").ComputedRef<{
4581
4581
  onSubmit?: ((e: Event) => void) | undefined;
4582
- size?: import("ant-design-vue/es/config-provider").SizeType;
4582
+ size?: import("ant-design-vue/es/button").ButtonSize;
4583
4583
  labelCol?: (Partial<import("vue").ExtractPropTypes<{
4584
4584
  span: (StringConstructor | NumberConstructor)[];
4585
4585
  order: (StringConstructor | NumberConstructor)[];
@@ -4935,8 +4935,8 @@ declare const _default: import("vue").DefineComponent<{
4935
4935
  default: string | string[];
4936
4936
  };
4937
4937
  size: {
4938
- type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
4939
- default: import("ant-design-vue/es/config-provider").SizeType;
4938
+ type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
4939
+ default: import("ant-design-vue/es/button").ButtonSize;
4940
4940
  };
4941
4941
  disabled: {
4942
4942
  type: BooleanConstructor;
@@ -4967,39 +4967,39 @@ declare const _default: import("vue").DefineComponent<{
4967
4967
  readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
4968
4968
  readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
4969
4969
  align: {
4970
- type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
4971
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
4972
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
4973
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
4974
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
4975
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
4976
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
4970
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
4971
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
4972
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
4973
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
4974
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
4975
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
4976
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
4977
4977
  }>;
4978
- default: "top" | "bottom" | "middle" | "stretch" | {
4979
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
4980
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
4981
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
4982
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
4983
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
4984
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
4978
+ default: "middle" | "top" | "bottom" | "stretch" | {
4979
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
4980
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
4981
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
4982
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
4983
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
4984
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
4985
4985
  };
4986
4986
  };
4987
4987
  justify: {
4988
- type: import("vue").PropType<"start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | {
4989
- xs?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
4990
- sm?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
4991
- md?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
4992
- lg?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
4993
- xl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
4994
- xxl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
4988
+ type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
4989
+ xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4990
+ sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4991
+ md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4992
+ lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4993
+ xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4994
+ xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4995
4995
  }>;
4996
- default: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | {
4997
- xs?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
4998
- sm?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
4999
- md?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
5000
- lg?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
5001
- xl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
5002
- xxl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
4996
+ default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
4997
+ xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4998
+ sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4999
+ md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
5000
+ lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
5001
+ xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
5002
+ xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
5003
5003
  };
5004
5004
  };
5005
5005
  prefixCls: StringConstructor;
@@ -5240,8 +5240,8 @@ declare const _default: import("vue").DefineComponent<{
5240
5240
  default: string | string[];
5241
5241
  };
5242
5242
  size: {
5243
- type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
5244
- default: import("ant-design-vue/es/config-provider").SizeType;
5243
+ type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
5244
+ default: import("ant-design-vue/es/button").ButtonSize;
5245
5245
  };
5246
5246
  disabled: {
5247
5247
  type: BooleanConstructor;