ll-plus 2.1.21 → 2.2.0

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 (204) hide show
  1. package/es/components/advanced-filtering/index.d.ts +312 -312
  2. package/es/components/advanced-filtering/src/advanced-filtering.vue.d.ts +160 -160
  3. package/es/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +145 -145
  4. package/es/components/advanced-filtering/src/components/advanced-filtering-tags.vue.d.ts +7 -7
  5. package/es/components/api-component/index.d.ts +30 -30
  6. package/es/components/api-component/src/api-component.vue.d.ts +30 -30
  7. package/es/components/api-component/src/components/api-modal.vue.d.ts +6 -6
  8. package/es/components/api-component/src/components/api-url.vue.d.ts +5 -5
  9. package/es/components/api-component/src/components/click-input.vue.d.ts +10 -10
  10. package/es/components/api-component/src/components/params-table-row.vue.d.ts +16 -16
  11. package/es/components/api-component/src/components/params-table.vue.d.ts +20 -20
  12. package/es/components/api-component/src/config/api-component.d.ts +1 -1
  13. package/es/components/api-component/src/config/api-modal.d.ts +1 -1
  14. package/es/components/api-component/src/config/click-input.d.ts +1 -1
  15. package/es/components/button/index.d.ts +1 -1
  16. package/es/components/button/src/button.vue.d.ts +1 -1
  17. package/es/components/checkbox/index.d.ts +217 -217
  18. package/es/components/checkbox/src/checkbox-group.vue.d.ts +217 -217
  19. package/es/components/checkbox/src/checkbox.d.ts +56 -56
  20. package/es/components/code-editor/index.d.ts +3 -3
  21. package/es/components/code-editor/src/code-editor.vue.d.ts +3 -3
  22. package/es/components/drawer/index.d.ts +11 -11
  23. package/es/components/drawer/src/components/second-confirmation/index.d.ts +8 -8
  24. package/es/components/drawer/src/components/second-confirmation/src/second-confirmation.vue.d.ts +8 -8
  25. package/es/components/drawer/src/drawer.vue.d.ts +11 -11
  26. package/es/components/form/index.d.ts +142 -142
  27. package/es/components/form/src/config/form.d.ts +56 -56
  28. package/es/components/form/src/form.vue.d.ts +142 -142
  29. package/es/components/icon-base/index.d.ts +2 -2
  30. package/es/components/icon-base/src/icon-base.vue.d.ts +2 -2
  31. package/es/components/input/index.d.ts +31 -31
  32. package/es/components/input/src/input.vue.d.ts +31 -31
  33. package/es/components/input-number/index.d.ts +3 -3
  34. package/es/components/input-number/src/input-number.vue.d.ts +3 -3
  35. package/es/components/key-value/index.d.ts +6 -6
  36. package/es/components/key-value/src/components/key-value-item.vue.d.ts +3 -3
  37. package/es/components/key-value/src/key-value.vue.d.ts +6 -6
  38. package/es/components/modal/index.d.ts +5 -5
  39. package/es/components/modal/src/modal.vue.d.ts +5 -5
  40. package/es/components/number-range/index.d.ts +6 -6
  41. package/es/components/number-range/src/number-range.vue.d.ts +6 -6
  42. package/es/components/operate-icon/index.d.ts +6 -6
  43. package/es/components/operate-icon/src/operate-icon.vue.d.ts +6 -6
  44. package/es/components/select/index.d.ts +11 -11
  45. package/es/components/select/src/select.vue.d.ts +11 -11
  46. package/es/components/table/index.d.ts +6 -6
  47. package/es/components/table/src/components/main-table.vue.d.ts +2 -2
  48. package/es/components/table/src/components/main-table.vue2.mjs +13 -8
  49. package/es/components/table/src/components/main-table.vue2.mjs.map +1 -1
  50. package/es/components/table/src/config/table.d.ts +2 -2
  51. package/es/components/table/src/table.vue.d.ts +6 -6
  52. package/es/components/table/src/table.vue2.mjs +15 -10
  53. package/es/components/table/src/table.vue2.mjs.map +1 -1
  54. package/es/components/tag-group/index.d.ts +3 -3
  55. package/es/components/tag-group/src/tag-group.vue.d.ts +3 -3
  56. package/es/components/textarea/index.d.ts +5 -5
  57. package/es/components/textarea/src/textarea.vue.d.ts +5 -5
  58. package/es/components/tooltip/index.d.ts +4 -4
  59. package/es/components/tooltip/src/tooltip.d.ts +1 -1
  60. package/es/components/tooltip/src/tooltip.vue.d.ts +4 -4
  61. package/es/components/tree/index.d.ts +2 -2
  62. package/es/components/tree/src/tree.vue.d.ts +2 -2
  63. package/es/components/tree-search/index.d.ts +17 -17
  64. package/es/components/tree-search/src/config/tree-search.d.ts +4 -4
  65. package/es/components/tree-search/src/tree-search.vue.d.ts +17 -17
  66. package/es/components/upload-drag/index.d.ts +4 -4
  67. package/es/components/upload-drag/src/upload-drag.vue.d.ts +4 -4
  68. package/index.full.js +26 -16
  69. package/index.full.min.js +10 -10
  70. package/index.full.min.js.map +1 -1
  71. package/index.full.min.mjs +10 -10
  72. package/index.full.min.mjs.map +1 -1
  73. package/index.full.mjs +26 -16
  74. package/lib/components/advanced-filtering/index.d.ts +312 -312
  75. package/lib/components/advanced-filtering/src/advanced-filtering.vue.d.ts +160 -160
  76. package/lib/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +145 -145
  77. package/lib/components/advanced-filtering/src/components/advanced-filtering-tags.vue.d.ts +7 -7
  78. package/lib/components/api-component/index.d.ts +30 -30
  79. package/lib/components/api-component/src/api-component.vue.d.ts +30 -30
  80. package/lib/components/api-component/src/components/api-modal.vue.d.ts +6 -6
  81. package/lib/components/api-component/src/components/api-url.vue.d.ts +5 -5
  82. package/lib/components/api-component/src/components/click-input.vue.d.ts +10 -10
  83. package/lib/components/api-component/src/components/params-table-row.vue.d.ts +16 -16
  84. package/lib/components/api-component/src/components/params-table.vue.d.ts +20 -20
  85. package/lib/components/api-component/src/config/api-component.d.ts +1 -1
  86. package/lib/components/api-component/src/config/api-modal.d.ts +1 -1
  87. package/lib/components/api-component/src/config/click-input.d.ts +1 -1
  88. package/lib/components/button/index.d.ts +1 -1
  89. package/lib/components/button/src/button.vue.d.ts +1 -1
  90. package/lib/components/checkbox/index.d.ts +217 -217
  91. package/lib/components/checkbox/src/checkbox-group.vue.d.ts +217 -217
  92. package/lib/components/checkbox/src/checkbox.d.ts +56 -56
  93. package/lib/components/code-editor/index.d.ts +3 -3
  94. package/lib/components/code-editor/src/code-editor.vue.d.ts +3 -3
  95. package/lib/components/drawer/index.d.ts +11 -11
  96. package/lib/components/drawer/src/components/second-confirmation/index.d.ts +8 -8
  97. package/lib/components/drawer/src/components/second-confirmation/src/second-confirmation.vue.d.ts +8 -8
  98. package/lib/components/drawer/src/drawer.vue.d.ts +11 -11
  99. package/lib/components/form/index.d.ts +142 -142
  100. package/lib/components/form/src/config/form.d.ts +56 -56
  101. package/lib/components/form/src/form.vue.d.ts +142 -142
  102. package/lib/components/icon-base/index.d.ts +2 -2
  103. package/lib/components/icon-base/src/icon-base.vue.d.ts +2 -2
  104. package/lib/components/input/index.d.ts +31 -31
  105. package/lib/components/input/src/input.vue.d.ts +31 -31
  106. package/lib/components/input-number/index.d.ts +3 -3
  107. package/lib/components/input-number/src/input-number.vue.d.ts +3 -3
  108. package/lib/components/key-value/index.d.ts +6 -6
  109. package/lib/components/key-value/src/components/key-value-item.vue.d.ts +3 -3
  110. package/lib/components/key-value/src/key-value.vue.d.ts +6 -6
  111. package/lib/components/modal/index.d.ts +5 -5
  112. package/lib/components/modal/src/modal.vue.d.ts +5 -5
  113. package/lib/components/number-range/index.d.ts +6 -6
  114. package/lib/components/number-range/src/number-range.vue.d.ts +6 -6
  115. package/lib/components/operate-icon/index.d.ts +6 -6
  116. package/lib/components/operate-icon/src/operate-icon.vue.d.ts +6 -6
  117. package/lib/components/select/index.d.ts +11 -11
  118. package/lib/components/select/src/select.vue.d.ts +11 -11
  119. package/lib/components/table/index.d.ts +6 -6
  120. package/lib/components/table/src/components/main-table.vue.d.ts +2 -2
  121. package/lib/components/table/src/components/main-table.vue2.js +12 -7
  122. package/lib/components/table/src/components/main-table.vue2.js.map +1 -1
  123. package/lib/components/table/src/config/table.d.ts +2 -2
  124. package/lib/components/table/src/table.vue.d.ts +6 -6
  125. package/lib/components/table/src/table.vue2.js +14 -9
  126. package/lib/components/table/src/table.vue2.js.map +1 -1
  127. package/lib/components/tag-group/index.d.ts +3 -3
  128. package/lib/components/tag-group/src/tag-group.vue.d.ts +3 -3
  129. package/lib/components/textarea/index.d.ts +5 -5
  130. package/lib/components/textarea/src/textarea.vue.d.ts +5 -5
  131. package/lib/components/tooltip/index.d.ts +4 -4
  132. package/lib/components/tooltip/src/tooltip.d.ts +1 -1
  133. package/lib/components/tooltip/src/tooltip.vue.d.ts +4 -4
  134. package/lib/components/tree/index.d.ts +2 -2
  135. package/lib/components/tree/src/tree.vue.d.ts +2 -2
  136. package/lib/components/tree-search/index.d.ts +17 -17
  137. package/lib/components/tree-search/src/config/tree-search.d.ts +4 -4
  138. package/lib/components/tree-search/src/tree-search.vue.d.ts +17 -17
  139. package/lib/components/upload-drag/index.d.ts +4 -4
  140. package/lib/components/upload-drag/src/upload-drag.vue.d.ts +4 -4
  141. package/package.json +1 -1
  142. package/types/packages/components/advanced-filtering/index.d.ts +312 -312
  143. package/types/packages/components/advanced-filtering/src/advanced-filtering.vue.d.ts +160 -160
  144. package/types/packages/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +145 -145
  145. package/types/packages/components/advanced-filtering/src/components/advanced-filtering-tags.vue.d.ts +7 -7
  146. package/types/packages/components/api-component/index.d.ts +30 -30
  147. package/types/packages/components/api-component/src/api-component.vue.d.ts +30 -30
  148. package/types/packages/components/api-component/src/components/api-modal.vue.d.ts +6 -6
  149. package/types/packages/components/api-component/src/components/api-url.vue.d.ts +5 -5
  150. package/types/packages/components/api-component/src/components/click-input.vue.d.ts +10 -10
  151. package/types/packages/components/api-component/src/components/params-table-row.vue.d.ts +16 -16
  152. package/types/packages/components/api-component/src/components/params-table.vue.d.ts +20 -20
  153. package/types/packages/components/api-component/src/config/api-component.d.ts +1 -1
  154. package/types/packages/components/api-component/src/config/api-modal.d.ts +1 -1
  155. package/types/packages/components/api-component/src/config/click-input.d.ts +1 -1
  156. package/types/packages/components/button/index.d.ts +1 -1
  157. package/types/packages/components/button/src/button.vue.d.ts +1 -1
  158. package/types/packages/components/checkbox/index.d.ts +217 -217
  159. package/types/packages/components/checkbox/src/checkbox-group.vue.d.ts +217 -217
  160. package/types/packages/components/checkbox/src/checkbox.d.ts +56 -56
  161. package/types/packages/components/code-editor/index.d.ts +3 -3
  162. package/types/packages/components/code-editor/src/code-editor.vue.d.ts +3 -3
  163. package/types/packages/components/drawer/index.d.ts +11 -11
  164. package/types/packages/components/drawer/src/components/second-confirmation/index.d.ts +8 -8
  165. package/types/packages/components/drawer/src/components/second-confirmation/src/second-confirmation.vue.d.ts +8 -8
  166. package/types/packages/components/drawer/src/drawer.vue.d.ts +11 -11
  167. package/types/packages/components/form/index.d.ts +142 -142
  168. package/types/packages/components/form/src/config/form.d.ts +56 -56
  169. package/types/packages/components/form/src/form.vue.d.ts +142 -142
  170. package/types/packages/components/icon-base/index.d.ts +2 -2
  171. package/types/packages/components/icon-base/src/icon-base.vue.d.ts +2 -2
  172. package/types/packages/components/input/index.d.ts +31 -31
  173. package/types/packages/components/input/src/input.vue.d.ts +31 -31
  174. package/types/packages/components/input-number/index.d.ts +3 -3
  175. package/types/packages/components/input-number/src/input-number.vue.d.ts +3 -3
  176. package/types/packages/components/key-value/index.d.ts +6 -6
  177. package/types/packages/components/key-value/src/components/key-value-item.vue.d.ts +3 -3
  178. package/types/packages/components/key-value/src/key-value.vue.d.ts +6 -6
  179. package/types/packages/components/modal/index.d.ts +5 -5
  180. package/types/packages/components/modal/src/modal.vue.d.ts +5 -5
  181. package/types/packages/components/number-range/index.d.ts +6 -6
  182. package/types/packages/components/number-range/src/number-range.vue.d.ts +6 -6
  183. package/types/packages/components/operate-icon/index.d.ts +6 -6
  184. package/types/packages/components/operate-icon/src/operate-icon.vue.d.ts +6 -6
  185. package/types/packages/components/select/index.d.ts +11 -11
  186. package/types/packages/components/select/src/select.vue.d.ts +11 -11
  187. package/types/packages/components/table/index.d.ts +6 -6
  188. package/types/packages/components/table/src/components/main-table.vue.d.ts +2 -2
  189. package/types/packages/components/table/src/config/table.d.ts +2 -2
  190. package/types/packages/components/table/src/table.vue.d.ts +6 -6
  191. package/types/packages/components/tag-group/index.d.ts +3 -3
  192. package/types/packages/components/tag-group/src/tag-group.vue.d.ts +3 -3
  193. package/types/packages/components/textarea/index.d.ts +5 -5
  194. package/types/packages/components/textarea/src/textarea.vue.d.ts +5 -5
  195. package/types/packages/components/tooltip/index.d.ts +4 -4
  196. package/types/packages/components/tooltip/src/tooltip.d.ts +1 -1
  197. package/types/packages/components/tooltip/src/tooltip.vue.d.ts +4 -4
  198. package/types/packages/components/tree/index.d.ts +2 -2
  199. package/types/packages/components/tree/src/tree.vue.d.ts +2 -2
  200. package/types/packages/components/tree-search/index.d.ts +17 -17
  201. package/types/packages/components/tree-search/src/config/tree-search.d.ts +4 -4
  202. package/types/packages/components/tree-search/src/tree-search.vue.d.ts +17 -17
  203. package/types/packages/components/upload-drag/index.d.ts +4 -4
  204. package/types/packages/components/upload-drag/src/upload-drag.vue.d.ts +4 -4
@@ -146,21 +146,21 @@ declare const _default: import("vue").DefineComponent<{
146
146
  })[]))[], unknown, unknown, () => never[], boolean>;
147
147
  readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
148
148
  align: {
149
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
150
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
151
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
152
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
153
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
154
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
155
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
149
+ type: import("vue").PropType<"bottom" | "top" | "middle" | "stretch" | {
150
+ xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
151
+ sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
152
+ md?: "bottom" | "top" | "middle" | "stretch" | undefined;
153
+ lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
154
+ xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
155
+ xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
156
156
  }>;
157
- default: "middle" | "top" | "bottom" | "stretch" | {
158
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
159
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
160
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
161
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
162
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
163
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
157
+ default: "bottom" | "top" | "middle" | "stretch" | {
158
+ xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
159
+ sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
160
+ md?: "bottom" | "top" | "middle" | "stretch" | undefined;
161
+ lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
162
+ xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
163
+ xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
164
164
  };
165
165
  };
166
166
  justify: {
@@ -192,21 +192,21 @@ declare const _default: import("vue").DefineComponent<{
192
192
  };
193
193
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
194
194
  align: {
195
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
196
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
197
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
198
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
199
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
200
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
201
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
195
+ type: import("vue").PropType<"bottom" | "top" | "middle" | "stretch" | {
196
+ xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
197
+ sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
198
+ md?: "bottom" | "top" | "middle" | "stretch" | undefined;
199
+ lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
200
+ xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
201
+ xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
202
202
  }>;
203
- default: "middle" | "top" | "bottom" | "stretch" | {
204
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
205
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
206
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
207
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
208
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
209
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
203
+ default: "bottom" | "top" | "middle" | "stretch" | {
204
+ xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
205
+ sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
206
+ md?: "bottom" | "top" | "middle" | "stretch" | undefined;
207
+ lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
208
+ xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
209
+ xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
210
210
  };
211
211
  };
212
212
  justify: {
@@ -238,21 +238,21 @@ declare const _default: import("vue").DefineComponent<{
238
238
  };
239
239
  }>>) | ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
240
240
  align: {
241
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
242
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
243
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
244
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
245
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
246
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
247
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
241
+ type: import("vue").PropType<"bottom" | "top" | "middle" | "stretch" | {
242
+ xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
243
+ sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
244
+ md?: "bottom" | "top" | "middle" | "stretch" | undefined;
245
+ lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
246
+ xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
247
+ xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
248
248
  }>;
249
- default: "middle" | "top" | "bottom" | "stretch" | {
250
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
251
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
252
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
253
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
254
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
255
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
249
+ default: "bottom" | "top" | "middle" | "stretch" | {
250
+ xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
251
+ sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
252
+ md?: "bottom" | "top" | "middle" | "stretch" | undefined;
253
+ lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
254
+ xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
255
+ xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
256
256
  };
257
257
  };
258
258
  justify: {
@@ -284,21 +284,21 @@ declare const _default: import("vue").DefineComponent<{
284
284
  };
285
285
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
286
286
  align: {
287
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
288
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
289
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
290
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
291
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
292
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
293
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
287
+ type: import("vue").PropType<"bottom" | "top" | "middle" | "stretch" | {
288
+ xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
289
+ sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
290
+ md?: "bottom" | "top" | "middle" | "stretch" | undefined;
291
+ lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
292
+ xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
293
+ xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
294
294
  }>;
295
- default: "middle" | "top" | "bottom" | "stretch" | {
296
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
297
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
298
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
299
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
300
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
301
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
295
+ default: "bottom" | "top" | "middle" | "stretch" | {
296
+ xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
297
+ sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
298
+ md?: "bottom" | "top" | "middle" | "stretch" | undefined;
299
+ lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
300
+ xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
301
+ xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
302
302
  };
303
303
  };
304
304
  justify: {
@@ -370,21 +370,21 @@ declare const _default: import("vue").DefineComponent<{
370
370
  })[];
371
371
  readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
372
372
  align: {
373
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
374
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
375
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
376
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
377
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
378
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
379
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
373
+ type: import("vue").PropType<"bottom" | "top" | "middle" | "stretch" | {
374
+ xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
375
+ sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
376
+ md?: "bottom" | "top" | "middle" | "stretch" | undefined;
377
+ lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
378
+ xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
379
+ xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
380
380
  }>;
381
- default: "middle" | "top" | "bottom" | "stretch" | {
382
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
383
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
384
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
385
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
386
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
387
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
381
+ default: "bottom" | "top" | "middle" | "stretch" | {
382
+ xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
383
+ sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
384
+ md?: "bottom" | "top" | "middle" | "stretch" | undefined;
385
+ lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
386
+ xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
387
+ xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
388
388
  };
389
389
  };
390
390
  justify: {
@@ -432,21 +432,21 @@ declare const _default: import("vue").DefineComponent<{
432
432
  readonly Row: {
433
433
  new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
434
434
  align: {
435
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
436
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
437
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
438
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
439
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
440
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
441
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
435
+ type: import("vue").PropType<"bottom" | "top" | "middle" | "stretch" | {
436
+ sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
437
+ lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
438
+ xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
439
+ xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
440
+ md?: "bottom" | "top" | "middle" | "stretch" | undefined;
441
+ xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
442
442
  }>;
443
- default: "middle" | "top" | "bottom" | "stretch" | {
444
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
445
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
446
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
447
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
448
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
449
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
443
+ default: "bottom" | "top" | "middle" | "stretch" | {
444
+ sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
445
+ lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
446
+ xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
447
+ xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
448
+ md?: "bottom" | "top" | "middle" | "stretch" | undefined;
449
+ xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
450
450
  };
451
451
  };
452
452
  justify: {
@@ -478,21 +478,21 @@ declare const _default: import("vue").DefineComponent<{
478
478
  };
479
479
  }>>, () => import("ant-design-vue/es/_util/type").VueNode, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
480
480
  align: {
481
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
482
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
483
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
484
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
485
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
486
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
487
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
481
+ type: import("vue").PropType<"bottom" | "top" | "middle" | "stretch" | {
482
+ sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
483
+ lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
484
+ xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
485
+ xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
486
+ md?: "bottom" | "top" | "middle" | "stretch" | undefined;
487
+ xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
488
488
  }>;
489
- default: "middle" | "top" | "bottom" | "stretch" | {
490
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
491
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
492
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
493
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
494
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
495
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
489
+ default: "bottom" | "top" | "middle" | "stretch" | {
490
+ sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
491
+ lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
492
+ xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
493
+ xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
494
+ md?: "bottom" | "top" | "middle" | "stretch" | undefined;
495
+ xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
496
496
  };
497
497
  };
498
498
  justify: {
@@ -523,13 +523,13 @@ declare const _default: import("vue").DefineComponent<{
523
523
  default: any;
524
524
  };
525
525
  }>>, {
526
- align: "middle" | "top" | "bottom" | "stretch" | {
527
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
528
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
529
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
530
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
531
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
532
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
526
+ align: "bottom" | "top" | "middle" | "stretch" | {
527
+ sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
528
+ lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
529
+ xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
530
+ xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
531
+ md?: "bottom" | "top" | "middle" | "stretch" | undefined;
532
+ xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
533
533
  };
534
534
  justify: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
535
535
  sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
@@ -550,21 +550,21 @@ declare const _default: import("vue").DefineComponent<{
550
550
  Defaults: {};
551
551
  }, Readonly<import("vue").ExtractPropTypes<{
552
552
  align: {
553
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
554
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
555
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
556
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
557
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
558
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
559
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
553
+ type: import("vue").PropType<"bottom" | "top" | "middle" | "stretch" | {
554
+ sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
555
+ lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
556
+ xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
557
+ xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
558
+ md?: "bottom" | "top" | "middle" | "stretch" | undefined;
559
+ xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
560
560
  }>;
561
- default: "middle" | "top" | "bottom" | "stretch" | {
562
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
563
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
564
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
565
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
566
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
567
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
561
+ default: "bottom" | "top" | "middle" | "stretch" | {
562
+ sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
563
+ lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
564
+ xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
565
+ xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
566
+ md?: "bottom" | "top" | "middle" | "stretch" | undefined;
567
+ xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
568
568
  };
569
569
  };
570
570
  justify: {
@@ -595,13 +595,13 @@ declare const _default: import("vue").DefineComponent<{
595
595
  default: any;
596
596
  };
597
597
  }>>, () => import("ant-design-vue/es/_util/type").VueNode, {}, {}, {}, {
598
- align: "middle" | "top" | "bottom" | "stretch" | {
599
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
600
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
601
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
602
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
603
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
604
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
598
+ align: "bottom" | "top" | "middle" | "stretch" | {
599
+ sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
600
+ lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
601
+ xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
602
+ xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
603
+ md?: "bottom" | "top" | "middle" | "stretch" | undefined;
604
+ xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
605
605
  };
606
606
  justify: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
607
607
  sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
@@ -619,21 +619,21 @@ declare const _default: import("vue").DefineComponent<{
619
619
  __isSuspense?: undefined;
620
620
  } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
621
621
  align: {
622
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
623
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
624
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
625
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
626
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
627
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
628
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
622
+ type: import("vue").PropType<"bottom" | "top" | "middle" | "stretch" | {
623
+ sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
624
+ lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
625
+ xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
626
+ xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
627
+ md?: "bottom" | "top" | "middle" | "stretch" | undefined;
628
+ xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
629
629
  }>;
630
- default: "middle" | "top" | "bottom" | "stretch" | {
631
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
632
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
633
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
634
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
635
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
636
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
630
+ default: "bottom" | "top" | "middle" | "stretch" | {
631
+ sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
632
+ lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
633
+ xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
634
+ xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
635
+ md?: "bottom" | "top" | "middle" | "stretch" | undefined;
636
+ xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
637
637
  };
638
638
  };
639
639
  justify: {
@@ -664,13 +664,13 @@ declare const _default: import("vue").DefineComponent<{
664
664
  default: any;
665
665
  };
666
666
  }>>, () => import("ant-design-vue/es/_util/type").VueNode, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
667
- align: "middle" | "top" | "bottom" | "stretch" | {
668
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
669
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
670
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
671
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
672
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
673
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
667
+ align: "bottom" | "top" | "middle" | "stretch" | {
668
+ sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
669
+ lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
670
+ xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
671
+ xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
672
+ md?: "bottom" | "top" | "middle" | "stretch" | undefined;
673
+ xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
674
674
  };
675
675
  justify: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
676
676
  sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
@@ -1385,21 +1385,21 @@ declare const _default: import("vue").DefineComponent<{
1385
1385
  })[]))[], unknown, unknown, () => never[], boolean>;
1386
1386
  readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
1387
1387
  align: {
1388
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
1389
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
1390
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
1391
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
1392
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
1393
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1394
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1388
+ type: import("vue").PropType<"bottom" | "top" | "middle" | "stretch" | {
1389
+ xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
1390
+ sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
1391
+ md?: "bottom" | "top" | "middle" | "stretch" | undefined;
1392
+ lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
1393
+ xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
1394
+ xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
1395
1395
  }>;
1396
- default: "middle" | "top" | "bottom" | "stretch" | {
1397
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
1398
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
1399
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
1400
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
1401
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1402
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1396
+ default: "bottom" | "top" | "middle" | "stretch" | {
1397
+ xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
1398
+ sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
1399
+ md?: "bottom" | "top" | "middle" | "stretch" | undefined;
1400
+ lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
1401
+ xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
1402
+ xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
1403
1403
  };
1404
1404
  };
1405
1405
  justify: {
@@ -1431,21 +1431,21 @@ declare const _default: import("vue").DefineComponent<{
1431
1431
  };
1432
1432
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
1433
1433
  align: {
1434
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
1435
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
1436
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
1437
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
1438
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
1439
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1440
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1434
+ type: import("vue").PropType<"bottom" | "top" | "middle" | "stretch" | {
1435
+ xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
1436
+ sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
1437
+ md?: "bottom" | "top" | "middle" | "stretch" | undefined;
1438
+ lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
1439
+ xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
1440
+ xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
1441
1441
  }>;
1442
- default: "middle" | "top" | "bottom" | "stretch" | {
1443
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
1444
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
1445
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
1446
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
1447
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1448
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1442
+ default: "bottom" | "top" | "middle" | "stretch" | {
1443
+ xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
1444
+ sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
1445
+ md?: "bottom" | "top" | "middle" | "stretch" | undefined;
1446
+ lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
1447
+ xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
1448
+ xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
1449
1449
  };
1450
1450
  };
1451
1451
  justify: {
@@ -1477,21 +1477,21 @@ declare const _default: import("vue").DefineComponent<{
1477
1477
  };
1478
1478
  }>>) | ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
1479
1479
  align: {
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;
1480
+ type: import("vue").PropType<"bottom" | "top" | "middle" | "stretch" | {
1481
+ xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
1482
+ sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
1483
+ md?: "bottom" | "top" | "middle" | "stretch" | undefined;
1484
+ lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
1485
+ xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
1486
+ xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
1487
1487
  }>;
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;
1488
+ default: "bottom" | "top" | "middle" | "stretch" | {
1489
+ xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
1490
+ sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
1491
+ md?: "bottom" | "top" | "middle" | "stretch" | undefined;
1492
+ lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
1493
+ xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
1494
+ xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
1495
1495
  };
1496
1496
  };
1497
1497
  justify: {
@@ -1523,21 +1523,21 @@ declare const _default: import("vue").DefineComponent<{
1523
1523
  };
1524
1524
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
1525
1525
  align: {
1526
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
1527
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
1528
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
1529
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
1530
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
1531
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1532
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1526
+ type: import("vue").PropType<"bottom" | "top" | "middle" | "stretch" | {
1527
+ xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
1528
+ sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
1529
+ md?: "bottom" | "top" | "middle" | "stretch" | undefined;
1530
+ lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
1531
+ xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
1532
+ xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
1533
1533
  }>;
1534
- default: "middle" | "top" | "bottom" | "stretch" | {
1535
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
1536
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
1537
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
1538
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
1539
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1540
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1534
+ default: "bottom" | "top" | "middle" | "stretch" | {
1535
+ xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
1536
+ sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
1537
+ md?: "bottom" | "top" | "middle" | "stretch" | undefined;
1538
+ lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
1539
+ xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
1540
+ xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
1541
1541
  };
1542
1542
  };
1543
1543
  justify: {
@@ -1608,21 +1608,21 @@ declare const _default: import("vue").DefineComponent<{
1608
1608
  })[];
1609
1609
  readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
1610
1610
  align: {
1611
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
1612
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
1613
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
1614
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
1615
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
1616
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1617
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1611
+ type: import("vue").PropType<"bottom" | "top" | "middle" | "stretch" | {
1612
+ xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
1613
+ sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
1614
+ md?: "bottom" | "top" | "middle" | "stretch" | undefined;
1615
+ lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
1616
+ xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
1617
+ xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
1618
1618
  }>;
1619
- default: "middle" | "top" | "bottom" | "stretch" | {
1620
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
1621
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
1622
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
1623
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
1624
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1625
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1619
+ default: "bottom" | "top" | "middle" | "stretch" | {
1620
+ xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
1621
+ sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
1622
+ md?: "bottom" | "top" | "middle" | "stretch" | undefined;
1623
+ lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
1624
+ xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
1625
+ xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
1626
1626
  };
1627
1627
  };
1628
1628
  justify: {