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
@@ -353,8 +353,8 @@ declare const _default: import("vue").DefineComponent<{
353
353
  default: string | string[];
354
354
  };
355
355
  size: {
356
- type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
357
- default: import("ant-design-vue/es/config-provider").SizeType;
356
+ type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
357
+ default: import("ant-design-vue/es/button").ButtonSize;
358
358
  };
359
359
  disabled: {
360
360
  type: BooleanConstructor;
@@ -576,8 +576,8 @@ declare const _default: import("vue").DefineComponent<{
576
576
  default: string | string[];
577
577
  };
578
578
  size: {
579
- type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
580
- default: import("ant-design-vue/es/config-provider").SizeType;
579
+ type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
580
+ default: import("ant-design-vue/es/button").ButtonSize;
581
581
  };
582
582
  disabled: {
583
583
  type: BooleanConstructor;
@@ -799,8 +799,8 @@ declare const _default: import("vue").DefineComponent<{
799
799
  default: string | string[];
800
800
  };
801
801
  size: {
802
- type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
803
- default: import("ant-design-vue/es/config-provider").SizeType;
802
+ type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
803
+ default: import("ant-design-vue/es/button").ButtonSize;
804
804
  };
805
805
  disabled: {
806
806
  type: BooleanConstructor;
@@ -1022,8 +1022,8 @@ declare const _default: import("vue").DefineComponent<{
1022
1022
  default: string | string[];
1023
1023
  };
1024
1024
  size: {
1025
- type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
1026
- default: import("ant-design-vue/es/config-provider").SizeType;
1025
+ type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
1026
+ default: import("ant-design-vue/es/button").ButtonSize;
1027
1027
  };
1028
1028
  disabled: {
1029
1029
  type: BooleanConstructor;
@@ -1055,39 +1055,39 @@ declare const _default: import("vue").DefineComponent<{
1055
1055
  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>;
1056
1056
  readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
1057
1057
  align: {
1058
- type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
1059
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
1060
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
1061
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
1062
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
1063
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
1064
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
1058
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
1059
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
1060
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
1061
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
1062
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
1063
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1064
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1065
1065
  }>;
1066
- default: "top" | "bottom" | "middle" | "stretch" | {
1067
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
1068
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
1069
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
1070
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
1071
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
1072
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
1066
+ default: "middle" | "top" | "bottom" | "stretch" | {
1067
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
1068
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
1069
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
1070
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
1071
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1072
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1073
1073
  };
1074
1074
  };
1075
1075
  justify: {
1076
- type: import("vue").PropType<"start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | {
1077
- xs?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
1078
- sm?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
1079
- md?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
1080
- lg?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
1081
- xl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
1082
- xxl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
1076
+ type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
1077
+ xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1078
+ sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1079
+ md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1080
+ lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1081
+ xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1082
+ xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1083
1083
  }>;
1084
- default: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | {
1085
- xs?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
1086
- sm?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
1087
- md?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
1088
- lg?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
1089
- xl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
1090
- xxl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
1084
+ default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
1085
+ xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1086
+ sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1087
+ md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1088
+ lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1089
+ xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1090
+ xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1091
1091
  };
1092
1092
  };
1093
1093
  prefixCls: StringConstructor;
@@ -1101,39 +1101,39 @@ declare const _default: import("vue").DefineComponent<{
1101
1101
  };
1102
1102
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
1103
1103
  align: {
1104
- type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
1105
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
1106
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
1107
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
1108
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
1109
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
1110
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
1104
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
1105
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
1106
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
1107
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
1108
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
1109
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1110
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1111
1111
  }>;
1112
- default: "top" | "bottom" | "middle" | "stretch" | {
1113
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
1114
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
1115
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
1116
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
1117
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
1118
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
1112
+ default: "middle" | "top" | "bottom" | "stretch" | {
1113
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
1114
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
1115
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
1116
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
1117
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1118
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1119
1119
  };
1120
1120
  };
1121
1121
  justify: {
1122
- type: import("vue").PropType<"start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | {
1123
- xs?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
1124
- sm?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
1125
- md?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
1126
- lg?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
1127
- xl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
1128
- xxl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
1122
+ type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
1123
+ xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1124
+ sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1125
+ md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1126
+ lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1127
+ xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1128
+ xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1129
1129
  }>;
1130
- default: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | {
1131
- xs?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
1132
- sm?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
1133
- md?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
1134
- lg?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
1135
- xl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
1136
- xxl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
1130
+ default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
1131
+ xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1132
+ sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1133
+ md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1134
+ lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1135
+ xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1136
+ xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1137
1137
  };
1138
1138
  };
1139
1139
  prefixCls: StringConstructor;
@@ -1147,39 +1147,39 @@ declare const _default: import("vue").DefineComponent<{
1147
1147
  };
1148
1148
  }>>) | ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
1149
1149
  align: {
1150
- type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
1151
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
1152
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
1153
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
1154
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
1155
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
1156
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
1150
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
1151
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
1152
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
1153
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
1154
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
1155
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1156
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1157
1157
  }>;
1158
- default: "top" | "bottom" | "middle" | "stretch" | {
1159
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
1160
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
1161
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
1162
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
1163
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
1164
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
1158
+ default: "middle" | "top" | "bottom" | "stretch" | {
1159
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
1160
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
1161
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
1162
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
1163
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1164
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1165
1165
  };
1166
1166
  };
1167
1167
  justify: {
1168
- type: import("vue").PropType<"start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | {
1169
- xs?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
1170
- sm?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
1171
- md?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
1172
- lg?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
1173
- xl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
1174
- xxl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
1168
+ type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
1169
+ xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1170
+ sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1171
+ md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1172
+ lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1173
+ xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1174
+ xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1175
1175
  }>;
1176
- default: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | {
1177
- xs?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
1178
- sm?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
1179
- md?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
1180
- lg?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
1181
- xl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
1182
- xxl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
1176
+ default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
1177
+ xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1178
+ sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1179
+ md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1180
+ lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1181
+ xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1182
+ xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1183
1183
  };
1184
1184
  };
1185
1185
  prefixCls: StringConstructor;
@@ -1193,39 +1193,39 @@ declare const _default: import("vue").DefineComponent<{
1193
1193
  };
1194
1194
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
1195
1195
  align: {
1196
- type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
1197
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
1198
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
1199
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
1200
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
1201
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
1202
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
1196
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
1197
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
1198
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
1199
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
1200
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
1201
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1202
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1203
1203
  }>;
1204
- default: "top" | "bottom" | "middle" | "stretch" | {
1205
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
1206
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
1207
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
1208
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
1209
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
1210
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
1204
+ default: "middle" | "top" | "bottom" | "stretch" | {
1205
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
1206
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
1207
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
1208
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
1209
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1210
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1211
1211
  };
1212
1212
  };
1213
1213
  justify: {
1214
- type: import("vue").PropType<"start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | {
1215
- xs?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
1216
- sm?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
1217
- md?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
1218
- lg?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
1219
- xl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
1220
- xxl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
1214
+ type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
1215
+ xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1216
+ sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1217
+ md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1218
+ lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1219
+ xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1220
+ xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1221
1221
  }>;
1222
- default: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | {
1223
- xs?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
1224
- sm?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
1225
- md?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
1226
- lg?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
1227
- xl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
1228
- xxl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
1222
+ default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
1223
+ xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1224
+ sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1225
+ md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1226
+ lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1227
+ xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1228
+ xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1229
1229
  };
1230
1230
  };
1231
1231
  prefixCls: StringConstructor;
@@ -1445,8 +1445,8 @@ declare const _default: import("vue").DefineComponent<{
1445
1445
  default: string | string[];
1446
1446
  };
1447
1447
  size: {
1448
- type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
1449
- default: import("ant-design-vue/es/config-provider").SizeType;
1448
+ type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
1449
+ default: import("ant-design-vue/es/button").ButtonSize;
1450
1450
  };
1451
1451
  disabled: {
1452
1452
  type: BooleanConstructor;
@@ -1477,39 +1477,39 @@ declare const _default: import("vue").DefineComponent<{
1477
1477
  readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
1478
1478
  readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
1479
1479
  align: {
1480
- type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
1481
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
1482
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
1483
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
1484
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
1485
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
1486
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
1480
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
1481
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
1482
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
1483
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
1484
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
1485
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1486
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1487
1487
  }>;
1488
- default: "top" | "bottom" | "middle" | "stretch" | {
1489
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
1490
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
1491
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
1492
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
1493
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
1494
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
1488
+ default: "middle" | "top" | "bottom" | "stretch" | {
1489
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
1490
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
1491
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
1492
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
1493
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1494
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1495
1495
  };
1496
1496
  };
1497
1497
  justify: {
1498
- type: import("vue").PropType<"start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | {
1499
- xs?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
1500
- sm?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
1501
- md?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
1502
- lg?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
1503
- xl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
1504
- xxl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
1498
+ type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
1499
+ xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1500
+ sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1501
+ md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1502
+ lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1503
+ xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1504
+ xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1505
1505
  }>;
1506
- default: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | {
1507
- xs?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
1508
- sm?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
1509
- md?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
1510
- lg?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
1511
- xl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
1512
- xxl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
1506
+ default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
1507
+ xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1508
+ sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1509
+ md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1510
+ lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1511
+ xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1512
+ xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
1513
1513
  };
1514
1514
  };
1515
1515
  prefixCls: StringConstructor;
@@ -1637,7 +1637,7 @@ declare const _default: import("vue").DefineComponent<{
1637
1637
  validateFields: import("vue").ComputedRef<any[]>;
1638
1638
  computedFormOptions: import("vue").ComputedRef<{
1639
1639
  onSubmit?: ((e: Event) => void) | undefined;
1640
- size?: import("ant-design-vue/es/config-provider").SizeType;
1640
+ size?: import("ant-design-vue/es/button").ButtonSize;
1641
1641
  labelCol?: (Partial<import("vue").ExtractPropTypes<{
1642
1642
  span: (StringConstructor | NumberConstructor)[];
1643
1643
  order: (StringConstructor | NumberConstructor)[];
@@ -1997,8 +1997,8 @@ declare const _default: import("vue").DefineComponent<{
1997
1997
  default: string | string[];
1998
1998
  };
1999
1999
  size: {
2000
- type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
2001
- default: import("ant-design-vue/es/config-provider").SizeType;
2000
+ type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
2001
+ default: import("ant-design-vue/es/button").ButtonSize;
2002
2002
  };
2003
2003
  disabled: {
2004
2004
  type: BooleanConstructor;
@@ -2220,8 +2220,8 @@ declare const _default: import("vue").DefineComponent<{
2220
2220
  default: string | string[];
2221
2221
  };
2222
2222
  size: {
2223
- type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
2224
- default: import("ant-design-vue/es/config-provider").SizeType;
2223
+ type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
2224
+ default: import("ant-design-vue/es/button").ButtonSize;
2225
2225
  };
2226
2226
  disabled: {
2227
2227
  type: BooleanConstructor;
@@ -2443,8 +2443,8 @@ declare const _default: import("vue").DefineComponent<{
2443
2443
  default: string | string[];
2444
2444
  };
2445
2445
  size: {
2446
- type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
2447
- default: import("ant-design-vue/es/config-provider").SizeType;
2446
+ type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
2447
+ default: import("ant-design-vue/es/button").ButtonSize;
2448
2448
  };
2449
2449
  disabled: {
2450
2450
  type: BooleanConstructor;
@@ -2666,8 +2666,8 @@ declare const _default: import("vue").DefineComponent<{
2666
2666
  default: string | string[];
2667
2667
  };
2668
2668
  size: {
2669
- type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
2670
- default: import("ant-design-vue/es/config-provider").SizeType;
2669
+ type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
2670
+ default: import("ant-design-vue/es/button").ButtonSize;
2671
2671
  };
2672
2672
  disabled: {
2673
2673
  type: BooleanConstructor;
@@ -2699,39 +2699,39 @@ declare const _default: import("vue").DefineComponent<{
2699
2699
  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>;
2700
2700
  readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
2701
2701
  align: {
2702
- type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
2703
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
2704
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
2705
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
2706
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
2707
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
2708
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
2702
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
2703
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
2704
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
2705
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
2706
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
2707
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2708
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2709
2709
  }>;
2710
- default: "top" | "bottom" | "middle" | "stretch" | {
2711
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
2712
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
2713
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
2714
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
2715
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
2716
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
2710
+ default: "middle" | "top" | "bottom" | "stretch" | {
2711
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
2712
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
2713
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
2714
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
2715
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2716
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2717
2717
  };
2718
2718
  };
2719
2719
  justify: {
2720
- type: import("vue").PropType<"start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | {
2721
- xs?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
2722
- sm?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
2723
- md?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
2724
- lg?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
2725
- xl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
2726
- xxl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
2720
+ type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
2721
+ xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
2722
+ sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
2723
+ md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
2724
+ lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
2725
+ xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
2726
+ xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
2727
2727
  }>;
2728
- default: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | {
2729
- xs?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
2730
- sm?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
2731
- md?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
2732
- lg?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
2733
- xl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
2734
- xxl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
2728
+ default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
2729
+ xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
2730
+ sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
2731
+ md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
2732
+ lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
2733
+ xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
2734
+ xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
2735
2735
  };
2736
2736
  };
2737
2737
  prefixCls: StringConstructor;
@@ -2745,39 +2745,39 @@ declare const _default: import("vue").DefineComponent<{
2745
2745
  };
2746
2746
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
2747
2747
  align: {
2748
- type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
2749
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
2750
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
2751
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
2752
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
2753
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
2754
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
2748
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
2749
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
2750
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
2751
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
2752
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
2753
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2754
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2755
2755
  }>;
2756
- default: "top" | "bottom" | "middle" | "stretch" | {
2757
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
2758
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
2759
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
2760
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
2761
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
2762
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
2756
+ default: "middle" | "top" | "bottom" | "stretch" | {
2757
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
2758
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
2759
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
2760
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
2761
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2762
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2763
2763
  };
2764
2764
  };
2765
2765
  justify: {
2766
- type: import("vue").PropType<"start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | {
2767
- xs?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
2768
- sm?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
2769
- md?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
2770
- lg?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
2771
- xl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
2772
- xxl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
2766
+ type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
2767
+ xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
2768
+ sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
2769
+ md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
2770
+ lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
2771
+ xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
2772
+ xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
2773
2773
  }>;
2774
- default: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | {
2775
- xs?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
2776
- sm?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
2777
- md?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
2778
- lg?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
2779
- xl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
2780
- xxl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
2774
+ default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
2775
+ xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
2776
+ sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
2777
+ md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
2778
+ lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
2779
+ xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
2780
+ xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
2781
2781
  };
2782
2782
  };
2783
2783
  prefixCls: StringConstructor;
@@ -2791,39 +2791,39 @@ declare const _default: import("vue").DefineComponent<{
2791
2791
  };
2792
2792
  }>>) | ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
2793
2793
  align: {
2794
- type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
2795
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
2796
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
2797
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
2798
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
2799
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
2800
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
2794
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
2795
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
2796
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
2797
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
2798
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
2799
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2800
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2801
2801
  }>;
2802
- default: "top" | "bottom" | "middle" | "stretch" | {
2803
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
2804
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
2805
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
2806
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
2807
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
2808
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
2802
+ default: "middle" | "top" | "bottom" | "stretch" | {
2803
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
2804
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
2805
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
2806
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
2807
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2808
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2809
2809
  };
2810
2810
  };
2811
2811
  justify: {
2812
- type: import("vue").PropType<"start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | {
2813
- xs?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
2814
- sm?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
2815
- md?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
2816
- lg?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
2817
- xl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
2818
- xxl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
2812
+ type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
2813
+ xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
2814
+ sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
2815
+ md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
2816
+ lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
2817
+ xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
2818
+ xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
2819
2819
  }>;
2820
- default: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | {
2821
- xs?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
2822
- sm?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
2823
- md?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
2824
- lg?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
2825
- xl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
2826
- xxl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
2820
+ default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
2821
+ xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
2822
+ sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
2823
+ md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
2824
+ lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
2825
+ xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
2826
+ xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
2827
2827
  };
2828
2828
  };
2829
2829
  prefixCls: StringConstructor;
@@ -2837,39 +2837,39 @@ declare const _default: import("vue").DefineComponent<{
2837
2837
  };
2838
2838
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
2839
2839
  align: {
2840
- type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
2841
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
2842
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
2843
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
2844
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
2845
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
2846
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
2840
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
2841
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
2842
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
2843
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
2844
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
2845
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2846
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2847
2847
  }>;
2848
- default: "top" | "bottom" | "middle" | "stretch" | {
2849
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
2850
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
2851
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
2852
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
2853
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
2854
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
2848
+ default: "middle" | "top" | "bottom" | "stretch" | {
2849
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
2850
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
2851
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
2852
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
2853
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2854
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2855
2855
  };
2856
2856
  };
2857
2857
  justify: {
2858
- type: import("vue").PropType<"start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | {
2859
- xs?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
2860
- sm?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
2861
- md?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
2862
- lg?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
2863
- xl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
2864
- xxl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
2858
+ type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
2859
+ xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
2860
+ sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
2861
+ md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
2862
+ lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
2863
+ xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
2864
+ xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
2865
2865
  }>;
2866
- default: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | {
2867
- xs?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
2868
- sm?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
2869
- md?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
2870
- lg?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
2871
- xl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
2872
- xxl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
2866
+ default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
2867
+ xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
2868
+ sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
2869
+ md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
2870
+ lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
2871
+ xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
2872
+ xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
2873
2873
  };
2874
2874
  };
2875
2875
  prefixCls: StringConstructor;
@@ -3088,8 +3088,8 @@ declare const _default: import("vue").DefineComponent<{
3088
3088
  default: string | string[];
3089
3089
  };
3090
3090
  size: {
3091
- type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
3092
- default: import("ant-design-vue/es/config-provider").SizeType;
3091
+ type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
3092
+ default: import("ant-design-vue/es/button").ButtonSize;
3093
3093
  };
3094
3094
  disabled: {
3095
3095
  type: BooleanConstructor;
@@ -3120,39 +3120,39 @@ declare const _default: import("vue").DefineComponent<{
3120
3120
  readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
3121
3121
  readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
3122
3122
  align: {
3123
- type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
3124
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
3125
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
3126
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
3127
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
3128
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
3129
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
3123
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
3124
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
3125
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
3126
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
3127
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
3128
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
3129
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
3130
3130
  }>;
3131
- default: "top" | "bottom" | "middle" | "stretch" | {
3132
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
3133
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
3134
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
3135
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
3136
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
3137
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
3131
+ default: "middle" | "top" | "bottom" | "stretch" | {
3132
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
3133
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
3134
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
3135
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
3136
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
3137
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
3138
3138
  };
3139
3139
  };
3140
3140
  justify: {
3141
- type: import("vue").PropType<"start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | {
3142
- xs?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
3143
- sm?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
3144
- md?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
3145
- lg?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
3146
- xl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
3147
- xxl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
3141
+ type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
3142
+ xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
3143
+ sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
3144
+ md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
3145
+ lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
3146
+ xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
3147
+ xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
3148
3148
  }>;
3149
- default: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | {
3150
- xs?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
3151
- sm?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
3152
- md?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
3153
- lg?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
3154
- xl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
3155
- xxl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
3149
+ default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
3150
+ xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
3151
+ sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
3152
+ md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
3153
+ lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
3154
+ xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
3155
+ xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
3156
3156
  };
3157
3157
  };
3158
3158
  prefixCls: StringConstructor;
@@ -3374,8 +3374,8 @@ declare const _default: import("vue").DefineComponent<{
3374
3374
  default: string | string[];
3375
3375
  };
3376
3376
  size: {
3377
- type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
3378
- default: import("ant-design-vue/es/config-provider").SizeType;
3377
+ type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
3378
+ default: import("ant-design-vue/es/button").ButtonSize;
3379
3379
  };
3380
3380
  disabled: {
3381
3381
  type: BooleanConstructor;
@@ -3597,8 +3597,8 @@ declare const _default: import("vue").DefineComponent<{
3597
3597
  default: string | string[];
3598
3598
  };
3599
3599
  size: {
3600
- type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
3601
- default: import("ant-design-vue/es/config-provider").SizeType;
3600
+ type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
3601
+ default: import("ant-design-vue/es/button").ButtonSize;
3602
3602
  };
3603
3603
  disabled: {
3604
3604
  type: BooleanConstructor;
@@ -3820,8 +3820,8 @@ declare const _default: import("vue").DefineComponent<{
3820
3820
  default: string | string[];
3821
3821
  };
3822
3822
  size: {
3823
- type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
3824
- default: import("ant-design-vue/es/config-provider").SizeType;
3823
+ type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
3824
+ default: import("ant-design-vue/es/button").ButtonSize;
3825
3825
  };
3826
3826
  disabled: {
3827
3827
  type: BooleanConstructor;
@@ -4043,8 +4043,8 @@ declare const _default: import("vue").DefineComponent<{
4043
4043
  default: string | string[];
4044
4044
  };
4045
4045
  size: {
4046
- type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
4047
- default: import("ant-design-vue/es/config-provider").SizeType;
4046
+ type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
4047
+ default: import("ant-design-vue/es/button").ButtonSize;
4048
4048
  };
4049
4049
  disabled: {
4050
4050
  type: BooleanConstructor;
@@ -4076,39 +4076,39 @@ declare const _default: import("vue").DefineComponent<{
4076
4076
  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>;
4077
4077
  readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
4078
4078
  align: {
4079
- type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
4080
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
4081
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
4082
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
4083
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
4084
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
4085
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
4079
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
4080
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
4081
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
4082
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
4083
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
4084
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
4085
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
4086
4086
  }>;
4087
- default: "top" | "bottom" | "middle" | "stretch" | {
4088
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
4089
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
4090
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
4091
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
4092
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
4093
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
4087
+ default: "middle" | "top" | "bottom" | "stretch" | {
4088
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
4089
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
4090
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
4091
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
4092
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
4093
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
4094
4094
  };
4095
4095
  };
4096
4096
  justify: {
4097
- type: import("vue").PropType<"start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | {
4098
- xs?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
4099
- sm?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
4100
- md?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
4101
- lg?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
4102
- xl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
4103
- xxl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
4097
+ type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
4098
+ xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4099
+ sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4100
+ md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4101
+ lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4102
+ xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4103
+ xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4104
4104
  }>;
4105
- default: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | {
4106
- xs?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
4107
- sm?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
4108
- md?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
4109
- lg?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
4110
- xl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
4111
- xxl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
4105
+ default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
4106
+ xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4107
+ sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4108
+ md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4109
+ lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4110
+ xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4111
+ xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4112
4112
  };
4113
4113
  };
4114
4114
  prefixCls: StringConstructor;
@@ -4122,39 +4122,39 @@ declare const _default: import("vue").DefineComponent<{
4122
4122
  };
4123
4123
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
4124
4124
  align: {
4125
- type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
4126
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
4127
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
4128
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
4129
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
4130
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
4131
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
4125
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
4126
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
4127
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
4128
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
4129
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
4130
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
4131
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
4132
4132
  }>;
4133
- default: "top" | "bottom" | "middle" | "stretch" | {
4134
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
4135
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
4136
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
4137
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
4138
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
4139
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
4133
+ default: "middle" | "top" | "bottom" | "stretch" | {
4134
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
4135
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
4136
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
4137
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
4138
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
4139
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
4140
4140
  };
4141
4141
  };
4142
4142
  justify: {
4143
- type: import("vue").PropType<"start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | {
4144
- xs?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
4145
- sm?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
4146
- md?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
4147
- lg?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
4148
- xl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
4149
- xxl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
4143
+ type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
4144
+ xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4145
+ sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4146
+ md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4147
+ lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4148
+ xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4149
+ xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4150
4150
  }>;
4151
- default: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | {
4152
- xs?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
4153
- sm?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
4154
- md?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
4155
- lg?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
4156
- xl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
4157
- xxl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
4151
+ default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
4152
+ xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4153
+ sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4154
+ md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4155
+ lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4156
+ xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4157
+ xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4158
4158
  };
4159
4159
  };
4160
4160
  prefixCls: StringConstructor;
@@ -4168,39 +4168,39 @@ declare const _default: import("vue").DefineComponent<{
4168
4168
  };
4169
4169
  }>>) | ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
4170
4170
  align: {
4171
- type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
4172
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
4173
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
4174
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
4175
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
4176
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
4177
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
4171
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
4172
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
4173
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
4174
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
4175
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
4176
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
4177
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
4178
4178
  }>;
4179
- default: "top" | "bottom" | "middle" | "stretch" | {
4180
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
4181
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
4182
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
4183
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
4184
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
4185
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
4179
+ default: "middle" | "top" | "bottom" | "stretch" | {
4180
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
4181
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
4182
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
4183
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
4184
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
4185
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
4186
4186
  };
4187
4187
  };
4188
4188
  justify: {
4189
- type: import("vue").PropType<"start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | {
4190
- xs?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
4191
- sm?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
4192
- md?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
4193
- lg?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
4194
- xl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
4195
- xxl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
4189
+ type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
4190
+ xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4191
+ sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4192
+ md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4193
+ lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4194
+ xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4195
+ xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4196
4196
  }>;
4197
- default: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | {
4198
- xs?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
4199
- sm?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
4200
- md?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
4201
- lg?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
4202
- xl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
4203
- xxl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
4197
+ default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
4198
+ xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4199
+ sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4200
+ md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4201
+ lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4202
+ xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4203
+ xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4204
4204
  };
4205
4205
  };
4206
4206
  prefixCls: StringConstructor;
@@ -4214,39 +4214,39 @@ declare const _default: import("vue").DefineComponent<{
4214
4214
  };
4215
4215
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
4216
4216
  align: {
4217
- type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
4218
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
4219
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
4220
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
4221
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
4222
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
4223
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
4217
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
4218
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
4219
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
4220
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
4221
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
4222
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
4223
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
4224
4224
  }>;
4225
- default: "top" | "bottom" | "middle" | "stretch" | {
4226
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
4227
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
4228
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
4229
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
4230
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
4231
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
4225
+ default: "middle" | "top" | "bottom" | "stretch" | {
4226
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
4227
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
4228
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
4229
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
4230
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
4231
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
4232
4232
  };
4233
4233
  };
4234
4234
  justify: {
4235
- type: import("vue").PropType<"start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | {
4236
- xs?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
4237
- sm?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
4238
- md?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
4239
- lg?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
4240
- xl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
4241
- xxl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
4235
+ type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
4236
+ xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4237
+ sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4238
+ md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4239
+ lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4240
+ xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4241
+ xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4242
4242
  }>;
4243
- default: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | {
4244
- xs?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
4245
- sm?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
4246
- md?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
4247
- lg?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
4248
- xl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
4249
- xxl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
4243
+ default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
4244
+ xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4245
+ sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4246
+ md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4247
+ lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4248
+ xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4249
+ xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4250
4250
  };
4251
4251
  };
4252
4252
  prefixCls: StringConstructor;
@@ -4466,8 +4466,8 @@ declare const _default: import("vue").DefineComponent<{
4466
4466
  default: string | string[];
4467
4467
  };
4468
4468
  size: {
4469
- type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
4470
- default: import("ant-design-vue/es/config-provider").SizeType;
4469
+ type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
4470
+ default: import("ant-design-vue/es/button").ButtonSize;
4471
4471
  };
4472
4472
  disabled: {
4473
4473
  type: BooleanConstructor;
@@ -4498,39 +4498,39 @@ declare const _default: import("vue").DefineComponent<{
4498
4498
  readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
4499
4499
  readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
4500
4500
  align: {
4501
- type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
4502
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
4503
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
4504
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
4505
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
4506
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
4507
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
4501
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
4502
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
4503
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
4504
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
4505
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
4506
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
4507
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
4508
4508
  }>;
4509
- default: "top" | "bottom" | "middle" | "stretch" | {
4510
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
4511
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
4512
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
4513
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
4514
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
4515
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
4509
+ default: "middle" | "top" | "bottom" | "stretch" | {
4510
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
4511
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
4512
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
4513
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
4514
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
4515
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
4516
4516
  };
4517
4517
  };
4518
4518
  justify: {
4519
- type: import("vue").PropType<"start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | {
4520
- xs?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
4521
- sm?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
4522
- md?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
4523
- lg?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
4524
- xl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
4525
- xxl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
4519
+ type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
4520
+ xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4521
+ sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4522
+ md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4523
+ lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4524
+ xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4525
+ xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4526
4526
  }>;
4527
- default: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | {
4528
- xs?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
4529
- sm?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
4530
- md?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
4531
- lg?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
4532
- xl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
4533
- xxl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
4527
+ default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
4528
+ xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4529
+ sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4530
+ md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4531
+ lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4532
+ xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4533
+ xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
4534
4534
  };
4535
4535
  };
4536
4536
  prefixCls: StringConstructor;
@@ -4658,7 +4658,7 @@ declare const _default: import("vue").DefineComponent<{
4658
4658
  validateFields: import("vue").ComputedRef<any[]>;
4659
4659
  computedFormOptions: import("vue").ComputedRef<{
4660
4660
  onSubmit?: ((e: Event) => void) | undefined;
4661
- size?: import("ant-design-vue/es/config-provider").SizeType;
4661
+ size?: import("ant-design-vue/es/button").ButtonSize;
4662
4662
  labelCol?: (Partial<import("vue").ExtractPropTypes<{
4663
4663
  span: (StringConstructor | NumberConstructor)[];
4664
4664
  order: (StringConstructor | NumberConstructor)[];
@@ -5014,8 +5014,8 @@ declare const _default: import("vue").DefineComponent<{
5014
5014
  default: string | string[];
5015
5015
  };
5016
5016
  size: {
5017
- type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
5018
- default: import("ant-design-vue/es/config-provider").SizeType;
5017
+ type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
5018
+ default: import("ant-design-vue/es/button").ButtonSize;
5019
5019
  };
5020
5020
  disabled: {
5021
5021
  type: BooleanConstructor;
@@ -5046,39 +5046,39 @@ declare const _default: import("vue").DefineComponent<{
5046
5046
  readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
5047
5047
  readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
5048
5048
  align: {
5049
- type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
5050
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
5051
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
5052
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
5053
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
5054
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
5055
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
5049
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
5050
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
5051
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
5052
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
5053
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
5054
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
5055
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
5056
5056
  }>;
5057
- default: "top" | "bottom" | "middle" | "stretch" | {
5058
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
5059
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
5060
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
5061
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
5062
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
5063
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
5057
+ default: "middle" | "top" | "bottom" | "stretch" | {
5058
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
5059
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
5060
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
5061
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
5062
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
5063
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
5064
5064
  };
5065
5065
  };
5066
5066
  justify: {
5067
- type: import("vue").PropType<"start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | {
5068
- xs?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
5069
- sm?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
5070
- md?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
5071
- lg?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
5072
- xl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
5073
- xxl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
5067
+ type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
5068
+ xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
5069
+ sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
5070
+ md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
5071
+ lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
5072
+ xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
5073
+ xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
5074
5074
  }>;
5075
- default: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | {
5076
- xs?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
5077
- sm?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
5078
- md?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
5079
- lg?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
5080
- xl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
5081
- xxl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
5075
+ default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
5076
+ xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
5077
+ sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
5078
+ md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
5079
+ lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
5080
+ xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
5081
+ xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
5082
5082
  };
5083
5083
  };
5084
5084
  prefixCls: StringConstructor;
@@ -5319,8 +5319,8 @@ declare const _default: import("vue").DefineComponent<{
5319
5319
  default: string | string[];
5320
5320
  };
5321
5321
  size: {
5322
- type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
5323
- default: import("ant-design-vue/es/config-provider").SizeType;
5322
+ type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
5323
+ default: import("ant-design-vue/es/button").ButtonSize;
5324
5324
  };
5325
5325
  disabled: {
5326
5326
  type: BooleanConstructor;
@@ -5693,8 +5693,8 @@ declare const _default: import("vue").DefineComponent<{
5693
5693
  default: string | string[];
5694
5694
  };
5695
5695
  size: {
5696
- type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
5697
- default: import("ant-design-vue/es/config-provider").SizeType;
5696
+ type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
5697
+ default: import("ant-design-vue/es/button").ButtonSize;
5698
5698
  };
5699
5699
  disabled: {
5700
5700
  type: BooleanConstructor;
@@ -5916,8 +5916,8 @@ declare const _default: import("vue").DefineComponent<{
5916
5916
  default: string | string[];
5917
5917
  };
5918
5918
  size: {
5919
- type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
5920
- default: import("ant-design-vue/es/config-provider").SizeType;
5919
+ type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
5920
+ default: import("ant-design-vue/es/button").ButtonSize;
5921
5921
  };
5922
5922
  disabled: {
5923
5923
  type: BooleanConstructor;
@@ -6139,8 +6139,8 @@ declare const _default: import("vue").DefineComponent<{
6139
6139
  default: string | string[];
6140
6140
  };
6141
6141
  size: {
6142
- type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
6143
- default: import("ant-design-vue/es/config-provider").SizeType;
6142
+ type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
6143
+ default: import("ant-design-vue/es/button").ButtonSize;
6144
6144
  };
6145
6145
  disabled: {
6146
6146
  type: BooleanConstructor;
@@ -6362,8 +6362,8 @@ declare const _default: import("vue").DefineComponent<{
6362
6362
  default: string | string[];
6363
6363
  };
6364
6364
  size: {
6365
- type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
6366
- default: import("ant-design-vue/es/config-provider").SizeType;
6365
+ type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
6366
+ default: import("ant-design-vue/es/button").ButtonSize;
6367
6367
  };
6368
6368
  disabled: {
6369
6369
  type: BooleanConstructor;
@@ -6395,39 +6395,39 @@ declare const _default: import("vue").DefineComponent<{
6395
6395
  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>;
6396
6396
  readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
6397
6397
  align: {
6398
- type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
6399
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
6400
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
6401
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
6402
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
6403
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
6404
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
6398
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
6399
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
6400
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
6401
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
6402
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
6403
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
6404
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
6405
6405
  }>;
6406
- default: "top" | "bottom" | "middle" | "stretch" | {
6407
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
6408
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
6409
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
6410
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
6411
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
6412
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
6406
+ default: "middle" | "top" | "bottom" | "stretch" | {
6407
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
6408
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
6409
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
6410
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
6411
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
6412
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
6413
6413
  };
6414
6414
  };
6415
6415
  justify: {
6416
- type: import("vue").PropType<"start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | {
6417
- xs?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
6418
- sm?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
6419
- md?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
6420
- lg?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
6421
- xl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
6422
- xxl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
6416
+ type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
6417
+ xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
6418
+ sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
6419
+ md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
6420
+ lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
6421
+ xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
6422
+ xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
6423
6423
  }>;
6424
- default: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | {
6425
- xs?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
6426
- sm?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
6427
- md?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
6428
- lg?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
6429
- xl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
6430
- xxl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
6424
+ default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
6425
+ xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
6426
+ sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
6427
+ md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
6428
+ lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
6429
+ xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
6430
+ xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
6431
6431
  };
6432
6432
  };
6433
6433
  prefixCls: StringConstructor;
@@ -6441,39 +6441,39 @@ declare const _default: import("vue").DefineComponent<{
6441
6441
  };
6442
6442
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
6443
6443
  align: {
6444
- type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
6445
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
6446
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
6447
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
6448
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
6449
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
6450
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
6444
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
6445
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
6446
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
6447
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
6448
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
6449
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
6450
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
6451
6451
  }>;
6452
- default: "top" | "bottom" | "middle" | "stretch" | {
6453
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
6454
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
6455
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
6456
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
6457
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
6458
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
6452
+ default: "middle" | "top" | "bottom" | "stretch" | {
6453
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
6454
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
6455
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
6456
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
6457
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
6458
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
6459
6459
  };
6460
6460
  };
6461
6461
  justify: {
6462
- type: import("vue").PropType<"start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | {
6463
- xs?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
6464
- sm?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
6465
- md?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
6466
- lg?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
6467
- xl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
6468
- xxl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
6462
+ type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
6463
+ xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
6464
+ sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
6465
+ md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
6466
+ lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
6467
+ xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
6468
+ xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
6469
6469
  }>;
6470
- default: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | {
6471
- xs?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
6472
- sm?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
6473
- md?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
6474
- lg?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
6475
- xl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
6476
- xxl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
6470
+ default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
6471
+ xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
6472
+ sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
6473
+ md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
6474
+ lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
6475
+ xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
6476
+ xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
6477
6477
  };
6478
6478
  };
6479
6479
  prefixCls: StringConstructor;
@@ -6487,39 +6487,39 @@ declare const _default: import("vue").DefineComponent<{
6487
6487
  };
6488
6488
  }>>) | ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
6489
6489
  align: {
6490
- type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
6491
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
6492
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
6493
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
6494
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
6495
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
6496
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
6490
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
6491
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
6492
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
6493
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
6494
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
6495
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
6496
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
6497
6497
  }>;
6498
- default: "top" | "bottom" | "middle" | "stretch" | {
6499
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
6500
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
6501
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
6502
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
6503
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
6504
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
6498
+ default: "middle" | "top" | "bottom" | "stretch" | {
6499
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
6500
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
6501
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
6502
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
6503
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
6504
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
6505
6505
  };
6506
6506
  };
6507
6507
  justify: {
6508
- type: import("vue").PropType<"start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | {
6509
- xs?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
6510
- sm?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
6511
- md?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
6512
- lg?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
6513
- xl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
6514
- xxl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
6508
+ type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
6509
+ xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
6510
+ sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
6511
+ md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
6512
+ lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
6513
+ xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
6514
+ xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
6515
6515
  }>;
6516
- default: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | {
6517
- xs?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
6518
- sm?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
6519
- md?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
6520
- lg?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
6521
- xl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
6522
- xxl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
6516
+ default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
6517
+ xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
6518
+ sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
6519
+ md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
6520
+ lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
6521
+ xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
6522
+ xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
6523
6523
  };
6524
6524
  };
6525
6525
  prefixCls: StringConstructor;
@@ -6533,39 +6533,39 @@ declare const _default: import("vue").DefineComponent<{
6533
6533
  };
6534
6534
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
6535
6535
  align: {
6536
- type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
6537
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
6538
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
6539
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
6540
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
6541
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
6542
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
6536
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
6537
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
6538
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
6539
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
6540
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
6541
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
6542
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
6543
6543
  }>;
6544
- default: "top" | "bottom" | "middle" | "stretch" | {
6545
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
6546
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
6547
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
6548
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
6549
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
6550
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
6544
+ default: "middle" | "top" | "bottom" | "stretch" | {
6545
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
6546
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
6547
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
6548
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
6549
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
6550
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
6551
6551
  };
6552
6552
  };
6553
6553
  justify: {
6554
- type: import("vue").PropType<"start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | {
6555
- xs?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
6556
- sm?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
6557
- md?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
6558
- lg?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
6559
- xl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
6560
- xxl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
6554
+ type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
6555
+ xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
6556
+ sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
6557
+ md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
6558
+ lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
6559
+ xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
6560
+ xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
6561
6561
  }>;
6562
- default: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | {
6563
- xs?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
6564
- sm?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
6565
- md?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
6566
- lg?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
6567
- xl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
6568
- xxl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
6562
+ default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
6563
+ xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
6564
+ sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
6565
+ md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
6566
+ lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
6567
+ xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
6568
+ xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
6569
6569
  };
6570
6570
  };
6571
6571
  prefixCls: StringConstructor;
@@ -6785,8 +6785,8 @@ declare const _default: import("vue").DefineComponent<{
6785
6785
  default: string | string[];
6786
6786
  };
6787
6787
  size: {
6788
- type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
6789
- default: import("ant-design-vue/es/config-provider").SizeType;
6788
+ type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
6789
+ default: import("ant-design-vue/es/button").ButtonSize;
6790
6790
  };
6791
6791
  disabled: {
6792
6792
  type: BooleanConstructor;
@@ -6817,39 +6817,39 @@ declare const _default: import("vue").DefineComponent<{
6817
6817
  readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
6818
6818
  readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
6819
6819
  align: {
6820
- type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
6821
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
6822
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
6823
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
6824
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
6825
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
6826
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
6820
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
6821
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
6822
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
6823
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
6824
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
6825
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
6826
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
6827
6827
  }>;
6828
- default: "top" | "bottom" | "middle" | "stretch" | {
6829
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
6830
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
6831
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
6832
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
6833
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
6834
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
6828
+ default: "middle" | "top" | "bottom" | "stretch" | {
6829
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
6830
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
6831
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
6832
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
6833
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
6834
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
6835
6835
  };
6836
6836
  };
6837
6837
  justify: {
6838
- type: import("vue").PropType<"start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | {
6839
- xs?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
6840
- sm?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
6841
- md?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
6842
- lg?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
6843
- xl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
6844
- xxl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
6838
+ type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
6839
+ xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
6840
+ sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
6841
+ md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
6842
+ lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
6843
+ xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
6844
+ xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
6845
6845
  }>;
6846
- default: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | {
6847
- xs?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
6848
- sm?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
6849
- md?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
6850
- lg?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
6851
- xl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
6852
- xxl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
6846
+ default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
6847
+ xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
6848
+ sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
6849
+ md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
6850
+ lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
6851
+ xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
6852
+ xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
6853
6853
  };
6854
6854
  };
6855
6855
  prefixCls: StringConstructor;
@@ -6977,7 +6977,7 @@ declare const _default: import("vue").DefineComponent<{
6977
6977
  validateFields: import("vue").ComputedRef<any[]>;
6978
6978
  computedFormOptions: import("vue").ComputedRef<{
6979
6979
  onSubmit?: ((e: Event) => void) | undefined;
6980
- size?: import("ant-design-vue/es/config-provider").SizeType;
6980
+ size?: import("ant-design-vue/es/button").ButtonSize;
6981
6981
  labelCol?: (Partial<import("vue").ExtractPropTypes<{
6982
6982
  span: (StringConstructor | NumberConstructor)[];
6983
6983
  order: (StringConstructor | NumberConstructor)[];
@@ -7337,8 +7337,8 @@ declare const _default: import("vue").DefineComponent<{
7337
7337
  default: string | string[];
7338
7338
  };
7339
7339
  size: {
7340
- type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
7341
- default: import("ant-design-vue/es/config-provider").SizeType;
7340
+ type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
7341
+ default: import("ant-design-vue/es/button").ButtonSize;
7342
7342
  };
7343
7343
  disabled: {
7344
7344
  type: BooleanConstructor;
@@ -7560,8 +7560,8 @@ declare const _default: import("vue").DefineComponent<{
7560
7560
  default: string | string[];
7561
7561
  };
7562
7562
  size: {
7563
- type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
7564
- default: import("ant-design-vue/es/config-provider").SizeType;
7563
+ type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
7564
+ default: import("ant-design-vue/es/button").ButtonSize;
7565
7565
  };
7566
7566
  disabled: {
7567
7567
  type: BooleanConstructor;
@@ -7783,8 +7783,8 @@ declare const _default: import("vue").DefineComponent<{
7783
7783
  default: string | string[];
7784
7784
  };
7785
7785
  size: {
7786
- type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
7787
- default: import("ant-design-vue/es/config-provider").SizeType;
7786
+ type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
7787
+ default: import("ant-design-vue/es/button").ButtonSize;
7788
7788
  };
7789
7789
  disabled: {
7790
7790
  type: BooleanConstructor;
@@ -8006,8 +8006,8 @@ declare const _default: import("vue").DefineComponent<{
8006
8006
  default: string | string[];
8007
8007
  };
8008
8008
  size: {
8009
- type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
8010
- default: import("ant-design-vue/es/config-provider").SizeType;
8009
+ type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
8010
+ default: import("ant-design-vue/es/button").ButtonSize;
8011
8011
  };
8012
8012
  disabled: {
8013
8013
  type: BooleanConstructor;
@@ -8039,39 +8039,39 @@ declare const _default: import("vue").DefineComponent<{
8039
8039
  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>;
8040
8040
  readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
8041
8041
  align: {
8042
- type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
8043
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
8044
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
8045
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
8046
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
8047
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
8048
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
8042
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
8043
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
8044
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
8045
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
8046
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
8047
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
8048
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
8049
8049
  }>;
8050
- default: "top" | "bottom" | "middle" | "stretch" | {
8051
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
8052
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
8053
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
8054
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
8055
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
8056
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
8050
+ default: "middle" | "top" | "bottom" | "stretch" | {
8051
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
8052
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
8053
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
8054
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
8055
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
8056
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
8057
8057
  };
8058
8058
  };
8059
8059
  justify: {
8060
- type: import("vue").PropType<"start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | {
8061
- xs?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
8062
- sm?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
8063
- md?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
8064
- lg?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
8065
- xl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
8066
- xxl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
8060
+ type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
8061
+ xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
8062
+ sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
8063
+ md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
8064
+ lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
8065
+ xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
8066
+ xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
8067
8067
  }>;
8068
- default: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | {
8069
- xs?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
8070
- sm?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
8071
- md?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
8072
- lg?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
8073
- xl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
8074
- xxl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
8068
+ default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
8069
+ xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
8070
+ sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
8071
+ md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
8072
+ lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
8073
+ xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
8074
+ xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
8075
8075
  };
8076
8076
  };
8077
8077
  prefixCls: StringConstructor;
@@ -8085,39 +8085,39 @@ declare const _default: import("vue").DefineComponent<{
8085
8085
  };
8086
8086
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
8087
8087
  align: {
8088
- type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
8089
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
8090
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
8091
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
8092
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
8093
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
8094
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
8088
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
8089
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
8090
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
8091
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
8092
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
8093
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
8094
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
8095
8095
  }>;
8096
- default: "top" | "bottom" | "middle" | "stretch" | {
8097
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
8098
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
8099
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
8100
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
8101
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
8102
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
8096
+ default: "middle" | "top" | "bottom" | "stretch" | {
8097
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
8098
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
8099
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
8100
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
8101
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
8102
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
8103
8103
  };
8104
8104
  };
8105
8105
  justify: {
8106
- type: import("vue").PropType<"start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | {
8107
- xs?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
8108
- sm?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
8109
- md?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
8110
- lg?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
8111
- xl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
8112
- xxl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
8106
+ type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
8107
+ xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
8108
+ sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
8109
+ md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
8110
+ lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
8111
+ xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
8112
+ xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
8113
8113
  }>;
8114
- default: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | {
8115
- xs?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
8116
- sm?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
8117
- md?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
8118
- lg?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
8119
- xl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
8120
- xxl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
8114
+ default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
8115
+ xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
8116
+ sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
8117
+ md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
8118
+ lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
8119
+ xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
8120
+ xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
8121
8121
  };
8122
8122
  };
8123
8123
  prefixCls: StringConstructor;
@@ -8131,39 +8131,39 @@ declare const _default: import("vue").DefineComponent<{
8131
8131
  };
8132
8132
  }>>) | ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
8133
8133
  align: {
8134
- type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
8135
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
8136
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
8137
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
8138
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
8139
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
8140
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
8134
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
8135
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
8136
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
8137
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
8138
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
8139
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
8140
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
8141
8141
  }>;
8142
- default: "top" | "bottom" | "middle" | "stretch" | {
8143
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
8144
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
8145
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
8146
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
8147
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
8148
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
8142
+ default: "middle" | "top" | "bottom" | "stretch" | {
8143
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
8144
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
8145
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
8146
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
8147
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
8148
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
8149
8149
  };
8150
8150
  };
8151
8151
  justify: {
8152
- type: import("vue").PropType<"start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | {
8153
- xs?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
8154
- sm?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
8155
- md?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
8156
- lg?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
8157
- xl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
8158
- xxl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
8152
+ type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
8153
+ xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
8154
+ sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
8155
+ md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
8156
+ lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
8157
+ xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
8158
+ xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
8159
8159
  }>;
8160
- default: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | {
8161
- xs?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
8162
- sm?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
8163
- md?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
8164
- lg?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
8165
- xl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
8166
- xxl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
8160
+ default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
8161
+ xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
8162
+ sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
8163
+ md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
8164
+ lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
8165
+ xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
8166
+ xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
8167
8167
  };
8168
8168
  };
8169
8169
  prefixCls: StringConstructor;
@@ -8177,39 +8177,39 @@ declare const _default: import("vue").DefineComponent<{
8177
8177
  };
8178
8178
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
8179
8179
  align: {
8180
- type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
8181
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
8182
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
8183
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
8184
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
8185
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
8186
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
8180
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
8181
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
8182
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
8183
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
8184
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
8185
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
8186
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
8187
8187
  }>;
8188
- default: "top" | "bottom" | "middle" | "stretch" | {
8189
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
8190
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
8191
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
8192
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
8193
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
8194
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
8188
+ default: "middle" | "top" | "bottom" | "stretch" | {
8189
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
8190
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
8191
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
8192
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
8193
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
8194
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
8195
8195
  };
8196
8196
  };
8197
8197
  justify: {
8198
- type: import("vue").PropType<"start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | {
8199
- xs?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
8200
- sm?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
8201
- md?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
8202
- lg?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
8203
- xl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
8204
- xxl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
8198
+ type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
8199
+ xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
8200
+ sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
8201
+ md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
8202
+ lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
8203
+ xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
8204
+ xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
8205
8205
  }>;
8206
- default: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | {
8207
- xs?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
8208
- sm?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
8209
- md?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
8210
- lg?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
8211
- xl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
8212
- xxl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
8206
+ default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
8207
+ xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
8208
+ sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
8209
+ md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
8210
+ lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
8211
+ xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
8212
+ xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
8213
8213
  };
8214
8214
  };
8215
8215
  prefixCls: StringConstructor;
@@ -8428,8 +8428,8 @@ declare const _default: import("vue").DefineComponent<{
8428
8428
  default: string | string[];
8429
8429
  };
8430
8430
  size: {
8431
- type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
8432
- default: import("ant-design-vue/es/config-provider").SizeType;
8431
+ type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
8432
+ default: import("ant-design-vue/es/button").ButtonSize;
8433
8433
  };
8434
8434
  disabled: {
8435
8435
  type: BooleanConstructor;
@@ -8460,39 +8460,39 @@ declare const _default: import("vue").DefineComponent<{
8460
8460
  readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
8461
8461
  readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
8462
8462
  align: {
8463
- type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
8464
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
8465
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
8466
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
8467
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
8468
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
8469
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
8463
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
8464
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
8465
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
8466
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
8467
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
8468
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
8469
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
8470
8470
  }>;
8471
- default: "top" | "bottom" | "middle" | "stretch" | {
8472
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
8473
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
8474
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
8475
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
8476
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
8477
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
8471
+ default: "middle" | "top" | "bottom" | "stretch" | {
8472
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
8473
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
8474
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
8475
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
8476
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
8477
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
8478
8478
  };
8479
8479
  };
8480
8480
  justify: {
8481
- type: import("vue").PropType<"start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | {
8482
- xs?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
8483
- sm?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
8484
- md?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
8485
- lg?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
8486
- xl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
8487
- xxl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
8481
+ type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
8482
+ xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
8483
+ sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
8484
+ md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
8485
+ lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
8486
+ xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
8487
+ xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
8488
8488
  }>;
8489
- default: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | {
8490
- xs?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
8491
- sm?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
8492
- md?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
8493
- lg?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
8494
- xl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
8495
- xxl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
8489
+ default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
8490
+ xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
8491
+ sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
8492
+ md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
8493
+ lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
8494
+ xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
8495
+ xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
8496
8496
  };
8497
8497
  };
8498
8498
  prefixCls: StringConstructor;
@@ -8714,8 +8714,8 @@ declare const _default: import("vue").DefineComponent<{
8714
8714
  default: string | string[];
8715
8715
  };
8716
8716
  size: {
8717
- type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
8718
- default: import("ant-design-vue/es/config-provider").SizeType;
8717
+ type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
8718
+ default: import("ant-design-vue/es/button").ButtonSize;
8719
8719
  };
8720
8720
  disabled: {
8721
8721
  type: BooleanConstructor;
@@ -8937,8 +8937,8 @@ declare const _default: import("vue").DefineComponent<{
8937
8937
  default: string | string[];
8938
8938
  };
8939
8939
  size: {
8940
- type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
8941
- default: import("ant-design-vue/es/config-provider").SizeType;
8940
+ type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
8941
+ default: import("ant-design-vue/es/button").ButtonSize;
8942
8942
  };
8943
8943
  disabled: {
8944
8944
  type: BooleanConstructor;
@@ -9160,8 +9160,8 @@ declare const _default: import("vue").DefineComponent<{
9160
9160
  default: string | string[];
9161
9161
  };
9162
9162
  size: {
9163
- type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
9164
- default: import("ant-design-vue/es/config-provider").SizeType;
9163
+ type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
9164
+ default: import("ant-design-vue/es/button").ButtonSize;
9165
9165
  };
9166
9166
  disabled: {
9167
9167
  type: BooleanConstructor;
@@ -9383,8 +9383,8 @@ declare const _default: import("vue").DefineComponent<{
9383
9383
  default: string | string[];
9384
9384
  };
9385
9385
  size: {
9386
- type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
9387
- default: import("ant-design-vue/es/config-provider").SizeType;
9386
+ type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
9387
+ default: import("ant-design-vue/es/button").ButtonSize;
9388
9388
  };
9389
9389
  disabled: {
9390
9390
  type: BooleanConstructor;
@@ -9416,39 +9416,39 @@ declare const _default: import("vue").DefineComponent<{
9416
9416
  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>;
9417
9417
  readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
9418
9418
  align: {
9419
- type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
9420
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
9421
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
9422
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
9423
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
9424
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
9425
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
9419
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
9420
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
9421
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
9422
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
9423
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
9424
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
9425
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
9426
9426
  }>;
9427
- default: "top" | "bottom" | "middle" | "stretch" | {
9428
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
9429
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
9430
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
9431
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
9432
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
9433
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
9427
+ default: "middle" | "top" | "bottom" | "stretch" | {
9428
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
9429
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
9430
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
9431
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
9432
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
9433
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
9434
9434
  };
9435
9435
  };
9436
9436
  justify: {
9437
- type: import("vue").PropType<"start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | {
9438
- xs?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
9439
- sm?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
9440
- md?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
9441
- lg?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
9442
- xl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
9443
- xxl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
9437
+ type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
9438
+ xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
9439
+ sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
9440
+ md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
9441
+ lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
9442
+ xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
9443
+ xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
9444
9444
  }>;
9445
- default: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | {
9446
- xs?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
9447
- sm?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
9448
- md?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
9449
- lg?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
9450
- xl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
9451
- xxl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
9445
+ default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
9446
+ xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
9447
+ sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
9448
+ md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
9449
+ lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
9450
+ xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
9451
+ xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
9452
9452
  };
9453
9453
  };
9454
9454
  prefixCls: StringConstructor;
@@ -9462,39 +9462,39 @@ declare const _default: import("vue").DefineComponent<{
9462
9462
  };
9463
9463
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
9464
9464
  align: {
9465
- type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
9466
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
9467
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
9468
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
9469
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
9470
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
9471
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
9465
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
9466
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
9467
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
9468
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
9469
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
9470
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
9471
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
9472
9472
  }>;
9473
- default: "top" | "bottom" | "middle" | "stretch" | {
9474
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
9475
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
9476
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
9477
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
9478
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
9479
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
9473
+ default: "middle" | "top" | "bottom" | "stretch" | {
9474
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
9475
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
9476
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
9477
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
9478
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
9479
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
9480
9480
  };
9481
9481
  };
9482
9482
  justify: {
9483
- type: import("vue").PropType<"start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | {
9484
- xs?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
9485
- sm?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
9486
- md?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
9487
- lg?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
9488
- xl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
9489
- xxl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
9483
+ type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
9484
+ xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
9485
+ sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
9486
+ md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
9487
+ lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
9488
+ xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
9489
+ xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
9490
9490
  }>;
9491
- default: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | {
9492
- xs?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
9493
- sm?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
9494
- md?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
9495
- lg?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
9496
- xl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
9497
- xxl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
9491
+ default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
9492
+ xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
9493
+ sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
9494
+ md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
9495
+ lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
9496
+ xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
9497
+ xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
9498
9498
  };
9499
9499
  };
9500
9500
  prefixCls: StringConstructor;
@@ -9508,39 +9508,39 @@ declare const _default: import("vue").DefineComponent<{
9508
9508
  };
9509
9509
  }>>) | ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
9510
9510
  align: {
9511
- type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
9512
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
9513
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
9514
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
9515
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
9516
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
9517
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
9511
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
9512
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
9513
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
9514
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
9515
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
9516
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
9517
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
9518
9518
  }>;
9519
- default: "top" | "bottom" | "middle" | "stretch" | {
9520
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
9521
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
9522
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
9523
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
9524
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
9525
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
9519
+ default: "middle" | "top" | "bottom" | "stretch" | {
9520
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
9521
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
9522
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
9523
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
9524
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
9525
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
9526
9526
  };
9527
9527
  };
9528
9528
  justify: {
9529
- type: import("vue").PropType<"start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | {
9530
- xs?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
9531
- sm?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
9532
- md?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
9533
- lg?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
9534
- xl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
9535
- xxl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
9529
+ type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
9530
+ xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
9531
+ sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
9532
+ md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
9533
+ lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
9534
+ xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
9535
+ xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
9536
9536
  }>;
9537
- default: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | {
9538
- xs?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
9539
- sm?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
9540
- md?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
9541
- lg?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
9542
- xl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
9543
- xxl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
9537
+ default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
9538
+ xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
9539
+ sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
9540
+ md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
9541
+ lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
9542
+ xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
9543
+ xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
9544
9544
  };
9545
9545
  };
9546
9546
  prefixCls: StringConstructor;
@@ -9554,39 +9554,39 @@ declare const _default: import("vue").DefineComponent<{
9554
9554
  };
9555
9555
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
9556
9556
  align: {
9557
- type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
9558
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
9559
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
9560
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
9561
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
9562
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
9563
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
9557
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
9558
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
9559
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
9560
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
9561
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
9562
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
9563
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
9564
9564
  }>;
9565
- default: "top" | "bottom" | "middle" | "stretch" | {
9566
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
9567
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
9568
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
9569
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
9570
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
9571
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
9565
+ default: "middle" | "top" | "bottom" | "stretch" | {
9566
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
9567
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
9568
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
9569
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
9570
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
9571
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
9572
9572
  };
9573
9573
  };
9574
9574
  justify: {
9575
- type: import("vue").PropType<"start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | {
9576
- xs?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
9577
- sm?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
9578
- md?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
9579
- lg?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
9580
- xl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
9581
- xxl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
9575
+ type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
9576
+ xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
9577
+ sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
9578
+ md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
9579
+ lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
9580
+ xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
9581
+ xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
9582
9582
  }>;
9583
- default: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | {
9584
- xs?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
9585
- sm?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
9586
- md?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
9587
- lg?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
9588
- xl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
9589
- xxl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
9583
+ default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
9584
+ xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
9585
+ sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
9586
+ md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
9587
+ lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
9588
+ xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
9589
+ xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
9590
9590
  };
9591
9591
  };
9592
9592
  prefixCls: StringConstructor;
@@ -9806,8 +9806,8 @@ declare const _default: import("vue").DefineComponent<{
9806
9806
  default: string | string[];
9807
9807
  };
9808
9808
  size: {
9809
- type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
9810
- default: import("ant-design-vue/es/config-provider").SizeType;
9809
+ type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
9810
+ default: import("ant-design-vue/es/button").ButtonSize;
9811
9811
  };
9812
9812
  disabled: {
9813
9813
  type: BooleanConstructor;
@@ -9838,39 +9838,39 @@ declare const _default: import("vue").DefineComponent<{
9838
9838
  readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
9839
9839
  readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
9840
9840
  align: {
9841
- type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
9842
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
9843
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
9844
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
9845
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
9846
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
9847
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
9841
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
9842
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
9843
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
9844
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
9845
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
9846
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
9847
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
9848
9848
  }>;
9849
- default: "top" | "bottom" | "middle" | "stretch" | {
9850
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
9851
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
9852
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
9853
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
9854
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
9855
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
9849
+ default: "middle" | "top" | "bottom" | "stretch" | {
9850
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
9851
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
9852
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
9853
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
9854
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
9855
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
9856
9856
  };
9857
9857
  };
9858
9858
  justify: {
9859
- type: import("vue").PropType<"start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | {
9860
- xs?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
9861
- sm?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
9862
- md?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
9863
- lg?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
9864
- xl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
9865
- xxl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
9859
+ type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
9860
+ xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
9861
+ sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
9862
+ md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
9863
+ lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
9864
+ xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
9865
+ xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
9866
9866
  }>;
9867
- default: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | {
9868
- xs?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
9869
- sm?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
9870
- md?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
9871
- lg?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
9872
- xl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
9873
- xxl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
9867
+ default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
9868
+ xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
9869
+ sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
9870
+ md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
9871
+ lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
9872
+ xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
9873
+ xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
9874
9874
  };
9875
9875
  };
9876
9876
  prefixCls: StringConstructor;
@@ -9998,7 +9998,7 @@ declare const _default: import("vue").DefineComponent<{
9998
9998
  validateFields: import("vue").ComputedRef<any[]>;
9999
9999
  computedFormOptions: import("vue").ComputedRef<{
10000
10000
  onSubmit?: ((e: Event) => void) | undefined;
10001
- size?: import("ant-design-vue/es/config-provider").SizeType;
10001
+ size?: import("ant-design-vue/es/button").ButtonSize;
10002
10002
  labelCol?: (Partial<import("vue").ExtractPropTypes<{
10003
10003
  span: (StringConstructor | NumberConstructor)[];
10004
10004
  order: (StringConstructor | NumberConstructor)[];
@@ -10354,8 +10354,8 @@ declare const _default: import("vue").DefineComponent<{
10354
10354
  default: string | string[];
10355
10355
  };
10356
10356
  size: {
10357
- type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
10358
- default: import("ant-design-vue/es/config-provider").SizeType;
10357
+ type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
10358
+ default: import("ant-design-vue/es/button").ButtonSize;
10359
10359
  };
10360
10360
  disabled: {
10361
10361
  type: BooleanConstructor;
@@ -10386,39 +10386,39 @@ declare const _default: import("vue").DefineComponent<{
10386
10386
  readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
10387
10387
  readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
10388
10388
  align: {
10389
- type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
10390
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
10391
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
10392
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
10393
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
10394
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
10395
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
10389
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
10390
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
10391
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
10392
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
10393
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
10394
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
10395
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
10396
10396
  }>;
10397
- default: "top" | "bottom" | "middle" | "stretch" | {
10398
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
10399
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
10400
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
10401
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
10402
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
10403
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
10397
+ default: "middle" | "top" | "bottom" | "stretch" | {
10398
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
10399
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
10400
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
10401
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
10402
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
10403
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
10404
10404
  };
10405
10405
  };
10406
10406
  justify: {
10407
- type: import("vue").PropType<"start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | {
10408
- xs?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
10409
- sm?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
10410
- md?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
10411
- lg?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
10412
- xl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
10413
- xxl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
10407
+ type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
10408
+ xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
10409
+ sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
10410
+ md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
10411
+ lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
10412
+ xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
10413
+ xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
10414
10414
  }>;
10415
- default: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | {
10416
- xs?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
10417
- sm?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
10418
- md?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
10419
- lg?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
10420
- xl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
10421
- xxl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
10415
+ default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
10416
+ xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
10417
+ sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
10418
+ md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
10419
+ lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
10420
+ xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
10421
+ xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
10422
10422
  };
10423
10423
  };
10424
10424
  prefixCls: StringConstructor;
@@ -10659,8 +10659,8 @@ declare const _default: import("vue").DefineComponent<{
10659
10659
  default: string | string[];
10660
10660
  };
10661
10661
  size: {
10662
- type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
10663
- default: import("ant-design-vue/es/config-provider").SizeType;
10662
+ type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
10663
+ default: import("ant-design-vue/es/button").ButtonSize;
10664
10664
  };
10665
10665
  disabled: {
10666
10666
  type: BooleanConstructor;
@@ -10987,8 +10987,8 @@ declare const _default: import("vue").DefineComponent<{
10987
10987
  default: string | string[];
10988
10988
  };
10989
10989
  size: {
10990
- type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
10991
- default: import("ant-design-vue/es/config-provider").SizeType;
10990
+ type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
10991
+ default: import("ant-design-vue/es/button").ButtonSize;
10992
10992
  };
10993
10993
  disabled: {
10994
10994
  type: BooleanConstructor;
@@ -11210,8 +11210,8 @@ declare const _default: import("vue").DefineComponent<{
11210
11210
  default: string | string[];
11211
11211
  };
11212
11212
  size: {
11213
- type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
11214
- default: import("ant-design-vue/es/config-provider").SizeType;
11213
+ type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
11214
+ default: import("ant-design-vue/es/button").ButtonSize;
11215
11215
  };
11216
11216
  disabled: {
11217
11217
  type: BooleanConstructor;
@@ -11433,8 +11433,8 @@ declare const _default: import("vue").DefineComponent<{
11433
11433
  default: string | string[];
11434
11434
  };
11435
11435
  size: {
11436
- type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
11437
- default: import("ant-design-vue/es/config-provider").SizeType;
11436
+ type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
11437
+ default: import("ant-design-vue/es/button").ButtonSize;
11438
11438
  };
11439
11439
  disabled: {
11440
11440
  type: BooleanConstructor;
@@ -11656,8 +11656,8 @@ declare const _default: import("vue").DefineComponent<{
11656
11656
  default: string | string[];
11657
11657
  };
11658
11658
  size: {
11659
- type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
11660
- default: import("ant-design-vue/es/config-provider").SizeType;
11659
+ type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
11660
+ default: import("ant-design-vue/es/button").ButtonSize;
11661
11661
  };
11662
11662
  disabled: {
11663
11663
  type: BooleanConstructor;
@@ -11689,39 +11689,39 @@ declare const _default: import("vue").DefineComponent<{
11689
11689
  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>;
11690
11690
  readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
11691
11691
  align: {
11692
- type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
11693
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
11694
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
11695
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
11696
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
11697
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
11698
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
11692
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
11693
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
11694
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
11695
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
11696
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
11697
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
11698
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
11699
11699
  }>;
11700
- default: "top" | "bottom" | "middle" | "stretch" | {
11701
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
11702
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
11703
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
11704
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
11705
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
11706
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
11700
+ default: "middle" | "top" | "bottom" | "stretch" | {
11701
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
11702
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
11703
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
11704
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
11705
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
11706
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
11707
11707
  };
11708
11708
  };
11709
11709
  justify: {
11710
- type: import("vue").PropType<"start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | {
11711
- xs?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
11712
- sm?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
11713
- md?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
11714
- lg?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
11715
- xl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
11716
- xxl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
11710
+ type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
11711
+ xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
11712
+ sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
11713
+ md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
11714
+ lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
11715
+ xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
11716
+ xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
11717
11717
  }>;
11718
- default: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | {
11719
- xs?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
11720
- sm?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
11721
- md?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
11722
- lg?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
11723
- xl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
11724
- xxl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
11718
+ default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
11719
+ xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
11720
+ sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
11721
+ md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
11722
+ lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
11723
+ xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
11724
+ xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
11725
11725
  };
11726
11726
  };
11727
11727
  prefixCls: StringConstructor;
@@ -11735,39 +11735,39 @@ declare const _default: import("vue").DefineComponent<{
11735
11735
  };
11736
11736
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
11737
11737
  align: {
11738
- type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
11739
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
11740
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
11741
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
11742
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
11743
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
11744
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
11738
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
11739
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
11740
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
11741
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
11742
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
11743
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
11744
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
11745
11745
  }>;
11746
- default: "top" | "bottom" | "middle" | "stretch" | {
11747
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
11748
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
11749
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
11750
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
11751
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
11752
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
11746
+ default: "middle" | "top" | "bottom" | "stretch" | {
11747
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
11748
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
11749
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
11750
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
11751
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
11752
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
11753
11753
  };
11754
11754
  };
11755
11755
  justify: {
11756
- type: import("vue").PropType<"start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | {
11757
- xs?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
11758
- sm?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
11759
- md?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
11760
- lg?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
11761
- xl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
11762
- xxl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
11756
+ type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
11757
+ xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
11758
+ sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
11759
+ md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
11760
+ lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
11761
+ xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
11762
+ xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
11763
11763
  }>;
11764
- default: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | {
11765
- xs?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
11766
- sm?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
11767
- md?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
11768
- lg?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
11769
- xl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
11770
- xxl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
11764
+ default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
11765
+ xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
11766
+ sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
11767
+ md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
11768
+ lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
11769
+ xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
11770
+ xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
11771
11771
  };
11772
11772
  };
11773
11773
  prefixCls: StringConstructor;
@@ -11781,39 +11781,39 @@ declare const _default: import("vue").DefineComponent<{
11781
11781
  };
11782
11782
  }>>) | ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
11783
11783
  align: {
11784
- type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
11785
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
11786
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
11787
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
11788
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
11789
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
11790
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
11784
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
11785
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
11786
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
11787
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
11788
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
11789
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
11790
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
11791
11791
  }>;
11792
- default: "top" | "bottom" | "middle" | "stretch" | {
11793
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
11794
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
11795
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
11796
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
11797
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
11798
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
11792
+ default: "middle" | "top" | "bottom" | "stretch" | {
11793
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
11794
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
11795
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
11796
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
11797
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
11798
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
11799
11799
  };
11800
11800
  };
11801
11801
  justify: {
11802
- type: import("vue").PropType<"start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | {
11803
- xs?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
11804
- sm?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
11805
- md?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
11806
- lg?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
11807
- xl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
11808
- xxl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
11802
+ type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
11803
+ xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
11804
+ sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
11805
+ md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
11806
+ lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
11807
+ xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
11808
+ xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
11809
11809
  }>;
11810
- default: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | {
11811
- xs?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
11812
- sm?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
11813
- md?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
11814
- lg?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
11815
- xl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
11816
- xxl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
11810
+ default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
11811
+ xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
11812
+ sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
11813
+ md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
11814
+ lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
11815
+ xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
11816
+ xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
11817
11817
  };
11818
11818
  };
11819
11819
  prefixCls: StringConstructor;
@@ -11827,39 +11827,39 @@ declare const _default: import("vue").DefineComponent<{
11827
11827
  };
11828
11828
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
11829
11829
  align: {
11830
- type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
11831
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
11832
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
11833
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
11834
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
11835
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
11836
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
11830
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
11831
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
11832
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
11833
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
11834
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
11835
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
11836
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
11837
11837
  }>;
11838
- default: "top" | "bottom" | "middle" | "stretch" | {
11839
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
11840
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
11841
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
11842
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
11843
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
11844
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
11838
+ default: "middle" | "top" | "bottom" | "stretch" | {
11839
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
11840
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
11841
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
11842
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
11843
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
11844
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
11845
11845
  };
11846
11846
  };
11847
11847
  justify: {
11848
- type: import("vue").PropType<"start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | {
11849
- xs?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
11850
- sm?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
11851
- md?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
11852
- lg?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
11853
- xl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
11854
- xxl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
11848
+ type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
11849
+ xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
11850
+ sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
11851
+ md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
11852
+ lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
11853
+ xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
11854
+ xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
11855
11855
  }>;
11856
- default: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | {
11857
- xs?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
11858
- sm?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
11859
- md?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
11860
- lg?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
11861
- xl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
11862
- xxl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
11856
+ default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
11857
+ xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
11858
+ sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
11859
+ md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
11860
+ lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
11861
+ xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
11862
+ xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
11863
11863
  };
11864
11864
  };
11865
11865
  prefixCls: StringConstructor;
@@ -12079,8 +12079,8 @@ declare const _default: import("vue").DefineComponent<{
12079
12079
  default: string | string[];
12080
12080
  };
12081
12081
  size: {
12082
- type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
12083
- default: import("ant-design-vue/es/config-provider").SizeType;
12082
+ type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
12083
+ default: import("ant-design-vue/es/button").ButtonSize;
12084
12084
  };
12085
12085
  disabled: {
12086
12086
  type: BooleanConstructor;
@@ -12111,39 +12111,39 @@ declare const _default: import("vue").DefineComponent<{
12111
12111
  readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
12112
12112
  readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
12113
12113
  align: {
12114
- type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
12115
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
12116
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
12117
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
12118
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
12119
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
12120
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
12114
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
12115
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
12116
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
12117
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
12118
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
12119
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
12120
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
12121
12121
  }>;
12122
- default: "top" | "bottom" | "middle" | "stretch" | {
12123
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
12124
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
12125
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
12126
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
12127
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
12128
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
12122
+ default: "middle" | "top" | "bottom" | "stretch" | {
12123
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
12124
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
12125
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
12126
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
12127
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
12128
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
12129
12129
  };
12130
12130
  };
12131
12131
  justify: {
12132
- type: import("vue").PropType<"start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | {
12133
- xs?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
12134
- sm?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
12135
- md?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
12136
- lg?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
12137
- xl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
12138
- xxl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
12132
+ type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
12133
+ xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12134
+ sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12135
+ md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12136
+ lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12137
+ xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12138
+ xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12139
12139
  }>;
12140
- default: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | {
12141
- xs?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
12142
- sm?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
12143
- md?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
12144
- lg?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
12145
- xl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
12146
- xxl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
12140
+ default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
12141
+ xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12142
+ sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12143
+ md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12144
+ lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12145
+ xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12146
+ xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
12147
12147
  };
12148
12148
  };
12149
12149
  prefixCls: StringConstructor;
@@ -12271,7 +12271,7 @@ declare const _default: import("vue").DefineComponent<{
12271
12271
  validateFields: import("vue").ComputedRef<any[]>;
12272
12272
  computedFormOptions: import("vue").ComputedRef<{
12273
12273
  onSubmit?: ((e: Event) => void) | undefined;
12274
- size?: import("ant-design-vue/es/config-provider").SizeType;
12274
+ size?: import("ant-design-vue/es/button").ButtonSize;
12275
12275
  labelCol?: (Partial<import("vue").ExtractPropTypes<{
12276
12276
  span: (StringConstructor | NumberConstructor)[];
12277
12277
  order: (StringConstructor | NumberConstructor)[];
@@ -12631,8 +12631,8 @@ declare const _default: import("vue").DefineComponent<{
12631
12631
  default: string | string[];
12632
12632
  };
12633
12633
  size: {
12634
- type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
12635
- default: import("ant-design-vue/es/config-provider").SizeType;
12634
+ type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
12635
+ default: import("ant-design-vue/es/button").ButtonSize;
12636
12636
  };
12637
12637
  disabled: {
12638
12638
  type: BooleanConstructor;
@@ -12854,8 +12854,8 @@ declare const _default: import("vue").DefineComponent<{
12854
12854
  default: string | string[];
12855
12855
  };
12856
12856
  size: {
12857
- type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
12858
- default: import("ant-design-vue/es/config-provider").SizeType;
12857
+ type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
12858
+ default: import("ant-design-vue/es/button").ButtonSize;
12859
12859
  };
12860
12860
  disabled: {
12861
12861
  type: BooleanConstructor;
@@ -13077,8 +13077,8 @@ declare const _default: import("vue").DefineComponent<{
13077
13077
  default: string | string[];
13078
13078
  };
13079
13079
  size: {
13080
- type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
13081
- default: import("ant-design-vue/es/config-provider").SizeType;
13080
+ type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
13081
+ default: import("ant-design-vue/es/button").ButtonSize;
13082
13082
  };
13083
13083
  disabled: {
13084
13084
  type: BooleanConstructor;
@@ -13300,8 +13300,8 @@ declare const _default: import("vue").DefineComponent<{
13300
13300
  default: string | string[];
13301
13301
  };
13302
13302
  size: {
13303
- type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
13304
- default: import("ant-design-vue/es/config-provider").SizeType;
13303
+ type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
13304
+ default: import("ant-design-vue/es/button").ButtonSize;
13305
13305
  };
13306
13306
  disabled: {
13307
13307
  type: BooleanConstructor;
@@ -13333,39 +13333,39 @@ declare const _default: import("vue").DefineComponent<{
13333
13333
  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>;
13334
13334
  readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
13335
13335
  align: {
13336
- type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
13337
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
13338
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
13339
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
13340
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
13341
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
13342
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
13336
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
13337
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
13338
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
13339
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
13340
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
13341
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
13342
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
13343
13343
  }>;
13344
- default: "top" | "bottom" | "middle" | "stretch" | {
13345
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
13346
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
13347
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
13348
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
13349
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
13350
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
13344
+ default: "middle" | "top" | "bottom" | "stretch" | {
13345
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
13346
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
13347
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
13348
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
13349
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
13350
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
13351
13351
  };
13352
13352
  };
13353
13353
  justify: {
13354
- type: import("vue").PropType<"start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | {
13355
- xs?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
13356
- sm?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
13357
- md?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
13358
- lg?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
13359
- xl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
13360
- xxl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
13354
+ type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
13355
+ xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
13356
+ sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
13357
+ md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
13358
+ lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
13359
+ xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
13360
+ xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
13361
13361
  }>;
13362
- default: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | {
13363
- xs?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
13364
- sm?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
13365
- md?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
13366
- lg?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
13367
- xl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
13368
- xxl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
13362
+ default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
13363
+ xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
13364
+ sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
13365
+ md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
13366
+ lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
13367
+ xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
13368
+ xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
13369
13369
  };
13370
13370
  };
13371
13371
  prefixCls: StringConstructor;
@@ -13379,39 +13379,39 @@ declare const _default: import("vue").DefineComponent<{
13379
13379
  };
13380
13380
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
13381
13381
  align: {
13382
- type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
13383
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
13384
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
13385
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
13386
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
13387
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
13388
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
13382
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
13383
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
13384
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
13385
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
13386
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
13387
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
13388
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
13389
13389
  }>;
13390
- default: "top" | "bottom" | "middle" | "stretch" | {
13391
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
13392
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
13393
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
13394
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
13395
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
13396
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
13390
+ default: "middle" | "top" | "bottom" | "stretch" | {
13391
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
13392
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
13393
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
13394
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
13395
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
13396
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
13397
13397
  };
13398
13398
  };
13399
13399
  justify: {
13400
- type: import("vue").PropType<"start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | {
13401
- xs?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
13402
- sm?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
13403
- md?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
13404
- lg?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
13405
- xl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
13406
- xxl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
13400
+ type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
13401
+ xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
13402
+ sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
13403
+ md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
13404
+ lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
13405
+ xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
13406
+ xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
13407
13407
  }>;
13408
- default: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | {
13409
- xs?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
13410
- sm?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
13411
- md?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
13412
- lg?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
13413
- xl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
13414
- xxl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
13408
+ default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
13409
+ xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
13410
+ sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
13411
+ md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
13412
+ lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
13413
+ xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
13414
+ xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
13415
13415
  };
13416
13416
  };
13417
13417
  prefixCls: StringConstructor;
@@ -13425,39 +13425,39 @@ declare const _default: import("vue").DefineComponent<{
13425
13425
  };
13426
13426
  }>>) | ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
13427
13427
  align: {
13428
- type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
13429
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
13430
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
13431
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
13432
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
13433
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
13434
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
13428
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
13429
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
13430
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
13431
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
13432
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
13433
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
13434
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
13435
13435
  }>;
13436
- default: "top" | "bottom" | "middle" | "stretch" | {
13437
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
13438
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
13439
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
13440
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
13441
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
13442
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
13436
+ default: "middle" | "top" | "bottom" | "stretch" | {
13437
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
13438
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
13439
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
13440
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
13441
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
13442
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
13443
13443
  };
13444
13444
  };
13445
13445
  justify: {
13446
- type: import("vue").PropType<"start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | {
13447
- xs?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
13448
- sm?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
13449
- md?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
13450
- lg?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
13451
- xl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
13452
- xxl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
13446
+ type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
13447
+ xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
13448
+ sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
13449
+ md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
13450
+ lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
13451
+ xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
13452
+ xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
13453
13453
  }>;
13454
- default: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | {
13455
- xs?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
13456
- sm?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
13457
- md?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
13458
- lg?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
13459
- xl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
13460
- xxl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
13454
+ default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
13455
+ xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
13456
+ sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
13457
+ md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
13458
+ lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
13459
+ xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
13460
+ xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
13461
13461
  };
13462
13462
  };
13463
13463
  prefixCls: StringConstructor;
@@ -13471,39 +13471,39 @@ declare const _default: import("vue").DefineComponent<{
13471
13471
  };
13472
13472
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
13473
13473
  align: {
13474
- type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
13475
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
13476
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
13477
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
13478
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
13479
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
13480
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
13474
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
13475
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
13476
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
13477
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
13478
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
13479
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
13480
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
13481
13481
  }>;
13482
- default: "top" | "bottom" | "middle" | "stretch" | {
13483
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
13484
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
13485
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
13486
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
13487
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
13488
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
13482
+ default: "middle" | "top" | "bottom" | "stretch" | {
13483
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
13484
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
13485
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
13486
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
13487
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
13488
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
13489
13489
  };
13490
13490
  };
13491
13491
  justify: {
13492
- type: import("vue").PropType<"start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | {
13493
- xs?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
13494
- sm?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
13495
- md?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
13496
- lg?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
13497
- xl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
13498
- xxl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
13492
+ type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
13493
+ xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
13494
+ sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
13495
+ md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
13496
+ lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
13497
+ xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
13498
+ xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
13499
13499
  }>;
13500
- default: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | {
13501
- xs?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
13502
- sm?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
13503
- md?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
13504
- lg?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
13505
- xl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
13506
- xxl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
13500
+ default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
13501
+ xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
13502
+ sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
13503
+ md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
13504
+ lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
13505
+ xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
13506
+ xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
13507
13507
  };
13508
13508
  };
13509
13509
  prefixCls: StringConstructor;
@@ -13722,8 +13722,8 @@ declare const _default: import("vue").DefineComponent<{
13722
13722
  default: string | string[];
13723
13723
  };
13724
13724
  size: {
13725
- type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
13726
- default: import("ant-design-vue/es/config-provider").SizeType;
13725
+ type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
13726
+ default: import("ant-design-vue/es/button").ButtonSize;
13727
13727
  };
13728
13728
  disabled: {
13729
13729
  type: BooleanConstructor;
@@ -13754,39 +13754,39 @@ declare const _default: import("vue").DefineComponent<{
13754
13754
  readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
13755
13755
  readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
13756
13756
  align: {
13757
- type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
13758
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
13759
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
13760
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
13761
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
13762
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
13763
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
13757
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
13758
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
13759
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
13760
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
13761
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
13762
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
13763
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
13764
13764
  }>;
13765
- default: "top" | "bottom" | "middle" | "stretch" | {
13766
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
13767
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
13768
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
13769
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
13770
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
13771
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
13765
+ default: "middle" | "top" | "bottom" | "stretch" | {
13766
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
13767
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
13768
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
13769
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
13770
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
13771
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
13772
13772
  };
13773
13773
  };
13774
13774
  justify: {
13775
- type: import("vue").PropType<"start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | {
13776
- xs?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
13777
- sm?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
13778
- md?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
13779
- lg?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
13780
- xl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
13781
- xxl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
13775
+ type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
13776
+ xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
13777
+ sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
13778
+ md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
13779
+ lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
13780
+ xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
13781
+ xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
13782
13782
  }>;
13783
- default: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | {
13784
- xs?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
13785
- sm?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
13786
- md?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
13787
- lg?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
13788
- xl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
13789
- xxl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
13783
+ default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
13784
+ xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
13785
+ sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
13786
+ md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
13787
+ lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
13788
+ xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
13789
+ xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
13790
13790
  };
13791
13791
  };
13792
13792
  prefixCls: StringConstructor;
@@ -14008,8 +14008,8 @@ declare const _default: import("vue").DefineComponent<{
14008
14008
  default: string | string[];
14009
14009
  };
14010
14010
  size: {
14011
- type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
14012
- default: import("ant-design-vue/es/config-provider").SizeType;
14011
+ type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
14012
+ default: import("ant-design-vue/es/button").ButtonSize;
14013
14013
  };
14014
14014
  disabled: {
14015
14015
  type: BooleanConstructor;
@@ -14231,8 +14231,8 @@ declare const _default: import("vue").DefineComponent<{
14231
14231
  default: string | string[];
14232
14232
  };
14233
14233
  size: {
14234
- type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
14235
- default: import("ant-design-vue/es/config-provider").SizeType;
14234
+ type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
14235
+ default: import("ant-design-vue/es/button").ButtonSize;
14236
14236
  };
14237
14237
  disabled: {
14238
14238
  type: BooleanConstructor;
@@ -14454,8 +14454,8 @@ declare const _default: import("vue").DefineComponent<{
14454
14454
  default: string | string[];
14455
14455
  };
14456
14456
  size: {
14457
- type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
14458
- default: import("ant-design-vue/es/config-provider").SizeType;
14457
+ type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
14458
+ default: import("ant-design-vue/es/button").ButtonSize;
14459
14459
  };
14460
14460
  disabled: {
14461
14461
  type: BooleanConstructor;
@@ -14677,8 +14677,8 @@ declare const _default: import("vue").DefineComponent<{
14677
14677
  default: string | string[];
14678
14678
  };
14679
14679
  size: {
14680
- type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
14681
- default: import("ant-design-vue/es/config-provider").SizeType;
14680
+ type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
14681
+ default: import("ant-design-vue/es/button").ButtonSize;
14682
14682
  };
14683
14683
  disabled: {
14684
14684
  type: BooleanConstructor;
@@ -14710,39 +14710,39 @@ declare const _default: import("vue").DefineComponent<{
14710
14710
  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>;
14711
14711
  readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
14712
14712
  align: {
14713
- type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
14714
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
14715
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
14716
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
14717
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
14718
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
14719
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
14713
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
14714
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
14715
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
14716
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
14717
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
14718
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
14719
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
14720
14720
  }>;
14721
- default: "top" | "bottom" | "middle" | "stretch" | {
14722
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
14723
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
14724
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
14725
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
14726
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
14727
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
14721
+ default: "middle" | "top" | "bottom" | "stretch" | {
14722
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
14723
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
14724
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
14725
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
14726
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
14727
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
14728
14728
  };
14729
14729
  };
14730
14730
  justify: {
14731
- type: import("vue").PropType<"start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | {
14732
- xs?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
14733
- sm?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
14734
- md?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
14735
- lg?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
14736
- xl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
14737
- xxl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
14731
+ type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
14732
+ xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
14733
+ sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
14734
+ md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
14735
+ lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
14736
+ xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
14737
+ xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
14738
14738
  }>;
14739
- default: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | {
14740
- xs?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
14741
- sm?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
14742
- md?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
14743
- lg?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
14744
- xl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
14745
- xxl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
14739
+ default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
14740
+ xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
14741
+ sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
14742
+ md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
14743
+ lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
14744
+ xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
14745
+ xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
14746
14746
  };
14747
14747
  };
14748
14748
  prefixCls: StringConstructor;
@@ -14756,39 +14756,39 @@ declare const _default: import("vue").DefineComponent<{
14756
14756
  };
14757
14757
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
14758
14758
  align: {
14759
- type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
14760
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
14761
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
14762
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
14763
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
14764
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
14765
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
14759
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
14760
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
14761
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
14762
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
14763
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
14764
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
14765
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
14766
14766
  }>;
14767
- default: "top" | "bottom" | "middle" | "stretch" | {
14768
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
14769
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
14770
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
14771
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
14772
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
14773
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
14767
+ default: "middle" | "top" | "bottom" | "stretch" | {
14768
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
14769
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
14770
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
14771
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
14772
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
14773
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
14774
14774
  };
14775
14775
  };
14776
14776
  justify: {
14777
- type: import("vue").PropType<"start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | {
14778
- xs?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
14779
- sm?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
14780
- md?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
14781
- lg?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
14782
- xl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
14783
- xxl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
14777
+ type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
14778
+ xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
14779
+ sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
14780
+ md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
14781
+ lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
14782
+ xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
14783
+ xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
14784
14784
  }>;
14785
- default: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | {
14786
- xs?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
14787
- sm?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
14788
- md?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
14789
- lg?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
14790
- xl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
14791
- xxl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
14785
+ default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
14786
+ xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
14787
+ sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
14788
+ md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
14789
+ lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
14790
+ xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
14791
+ xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
14792
14792
  };
14793
14793
  };
14794
14794
  prefixCls: StringConstructor;
@@ -14802,39 +14802,39 @@ declare const _default: import("vue").DefineComponent<{
14802
14802
  };
14803
14803
  }>>) | ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
14804
14804
  align: {
14805
- type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
14806
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
14807
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
14808
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
14809
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
14810
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
14811
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
14805
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
14806
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
14807
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
14808
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
14809
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
14810
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
14811
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
14812
14812
  }>;
14813
- default: "top" | "bottom" | "middle" | "stretch" | {
14814
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
14815
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
14816
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
14817
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
14818
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
14819
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
14813
+ default: "middle" | "top" | "bottom" | "stretch" | {
14814
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
14815
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
14816
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
14817
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
14818
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
14819
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
14820
14820
  };
14821
14821
  };
14822
14822
  justify: {
14823
- type: import("vue").PropType<"start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | {
14824
- xs?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
14825
- sm?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
14826
- md?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
14827
- lg?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
14828
- xl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
14829
- xxl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
14823
+ type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
14824
+ xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
14825
+ sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
14826
+ md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
14827
+ lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
14828
+ xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
14829
+ xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
14830
14830
  }>;
14831
- default: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | {
14832
- xs?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
14833
- sm?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
14834
- md?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
14835
- lg?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
14836
- xl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
14837
- xxl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
14831
+ default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
14832
+ xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
14833
+ sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
14834
+ md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
14835
+ lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
14836
+ xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
14837
+ xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
14838
14838
  };
14839
14839
  };
14840
14840
  prefixCls: StringConstructor;
@@ -14848,39 +14848,39 @@ declare const _default: import("vue").DefineComponent<{
14848
14848
  };
14849
14849
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
14850
14850
  align: {
14851
- type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
14852
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
14853
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
14854
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
14855
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
14856
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
14857
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
14851
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
14852
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
14853
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
14854
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
14855
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
14856
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
14857
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
14858
14858
  }>;
14859
- default: "top" | "bottom" | "middle" | "stretch" | {
14860
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
14861
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
14862
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
14863
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
14864
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
14865
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
14859
+ default: "middle" | "top" | "bottom" | "stretch" | {
14860
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
14861
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
14862
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
14863
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
14864
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
14865
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
14866
14866
  };
14867
14867
  };
14868
14868
  justify: {
14869
- type: import("vue").PropType<"start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | {
14870
- xs?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
14871
- sm?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
14872
- md?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
14873
- lg?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
14874
- xl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
14875
- xxl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
14869
+ type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
14870
+ xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
14871
+ sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
14872
+ md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
14873
+ lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
14874
+ xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
14875
+ xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
14876
14876
  }>;
14877
- default: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | {
14878
- xs?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
14879
- sm?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
14880
- md?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
14881
- lg?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
14882
- xl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
14883
- xxl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
14877
+ default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
14878
+ xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
14879
+ sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
14880
+ md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
14881
+ lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
14882
+ xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
14883
+ xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
14884
14884
  };
14885
14885
  };
14886
14886
  prefixCls: StringConstructor;
@@ -15100,8 +15100,8 @@ declare const _default: import("vue").DefineComponent<{
15100
15100
  default: string | string[];
15101
15101
  };
15102
15102
  size: {
15103
- type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
15104
- default: import("ant-design-vue/es/config-provider").SizeType;
15103
+ type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
15104
+ default: import("ant-design-vue/es/button").ButtonSize;
15105
15105
  };
15106
15106
  disabled: {
15107
15107
  type: BooleanConstructor;
@@ -15132,39 +15132,39 @@ declare const _default: import("vue").DefineComponent<{
15132
15132
  readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
15133
15133
  readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
15134
15134
  align: {
15135
- type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
15136
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
15137
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
15138
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
15139
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
15140
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
15141
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
15135
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
15136
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
15137
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
15138
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
15139
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
15140
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
15141
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
15142
15142
  }>;
15143
- default: "top" | "bottom" | "middle" | "stretch" | {
15144
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
15145
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
15146
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
15147
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
15148
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
15149
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
15143
+ default: "middle" | "top" | "bottom" | "stretch" | {
15144
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
15145
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
15146
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
15147
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
15148
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
15149
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
15150
15150
  };
15151
15151
  };
15152
15152
  justify: {
15153
- type: import("vue").PropType<"start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | {
15154
- xs?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
15155
- sm?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
15156
- md?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
15157
- lg?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
15158
- xl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
15159
- xxl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
15153
+ type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
15154
+ xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
15155
+ sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
15156
+ md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
15157
+ lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
15158
+ xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
15159
+ xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
15160
15160
  }>;
15161
- default: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | {
15162
- xs?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
15163
- sm?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
15164
- md?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
15165
- lg?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
15166
- xl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
15167
- xxl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
15161
+ default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
15162
+ xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
15163
+ sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
15164
+ md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
15165
+ lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
15166
+ xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
15167
+ xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
15168
15168
  };
15169
15169
  };
15170
15170
  prefixCls: StringConstructor;
@@ -15292,7 +15292,7 @@ declare const _default: import("vue").DefineComponent<{
15292
15292
  validateFields: import("vue").ComputedRef<any[]>;
15293
15293
  computedFormOptions: import("vue").ComputedRef<{
15294
15294
  onSubmit?: ((e: Event) => void) | undefined;
15295
- size?: import("ant-design-vue/es/config-provider").SizeType;
15295
+ size?: import("ant-design-vue/es/button").ButtonSize;
15296
15296
  labelCol?: (Partial<import("vue").ExtractPropTypes<{
15297
15297
  span: (StringConstructor | NumberConstructor)[];
15298
15298
  order: (StringConstructor | NumberConstructor)[];
@@ -15648,8 +15648,8 @@ declare const _default: import("vue").DefineComponent<{
15648
15648
  default: string | string[];
15649
15649
  };
15650
15650
  size: {
15651
- type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
15652
- default: import("ant-design-vue/es/config-provider").SizeType;
15651
+ type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
15652
+ default: import("ant-design-vue/es/button").ButtonSize;
15653
15653
  };
15654
15654
  disabled: {
15655
15655
  type: BooleanConstructor;
@@ -15680,39 +15680,39 @@ declare const _default: import("vue").DefineComponent<{
15680
15680
  readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
15681
15681
  readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
15682
15682
  align: {
15683
- type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
15684
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
15685
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
15686
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
15687
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
15688
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
15689
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
15683
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
15684
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
15685
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
15686
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
15687
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
15688
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
15689
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
15690
15690
  }>;
15691
- default: "top" | "bottom" | "middle" | "stretch" | {
15692
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
15693
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
15694
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
15695
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
15696
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
15697
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
15691
+ default: "middle" | "top" | "bottom" | "stretch" | {
15692
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
15693
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
15694
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
15695
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
15696
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
15697
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
15698
15698
  };
15699
15699
  };
15700
15700
  justify: {
15701
- type: import("vue").PropType<"start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | {
15702
- xs?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
15703
- sm?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
15704
- md?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
15705
- lg?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
15706
- xl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
15707
- xxl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
15701
+ type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
15702
+ xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
15703
+ sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
15704
+ md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
15705
+ lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
15706
+ xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
15707
+ xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
15708
15708
  }>;
15709
- default: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | {
15710
- xs?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
15711
- sm?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
15712
- md?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
15713
- lg?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
15714
- xl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
15715
- xxl?: "start" | "center" | "end" | "space-around" | "space-between" | "space-evenly" | undefined;
15709
+ default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
15710
+ xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
15711
+ sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
15712
+ md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
15713
+ lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
15714
+ xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
15715
+ xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
15716
15716
  };
15717
15717
  };
15718
15718
  prefixCls: StringConstructor;
@@ -15953,8 +15953,8 @@ declare const _default: import("vue").DefineComponent<{
15953
15953
  default: string | string[];
15954
15954
  };
15955
15955
  size: {
15956
- type: import("vue").PropType<import("ant-design-vue/es/config-provider").SizeType>;
15957
- default: import("ant-design-vue/es/config-provider").SizeType;
15956
+ type: import("vue").PropType<import("ant-design-vue/es/button").ButtonSize>;
15957
+ default: import("ant-design-vue/es/button").ButtonSize;
15958
15958
  };
15959
15959
  disabled: {
15960
15960
  type: BooleanConstructor;