ll-plus 2.2.12 → 2.2.13

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 +303 -303
  2. package/es/components/advanced-filtering/src/advanced-filtering.vue.d.ts +154 -154
  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 +4 -4
  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/drawer/index.d.ts +11 -11
  21. package/es/components/drawer/src/components/second-confirmation/index.d.ts +8 -8
  22. package/es/components/drawer/src/components/second-confirmation/src/second-confirmation.vue.d.ts +8 -8
  23. package/es/components/drawer/src/drawer.vue.d.ts +11 -11
  24. package/es/components/easy-cron/index.d.ts +82 -82
  25. package/es/components/easy-cron/src/components/easy-cron-inner.vue.d.ts +77 -77
  26. package/es/components/easy-cron/src/components/easy-cron-modal.vue.d.ts +77 -77
  27. package/es/components/easy-cron/src/easy-cron.vue.d.ts +82 -82
  28. package/es/components/form/index.d.ts +142 -142
  29. package/es/components/form/src/config/form.d.ts +56 -56
  30. package/es/components/form/src/form.vue.d.ts +142 -142
  31. package/es/components/icon-base/index.d.ts +2 -2
  32. package/es/components/icon-base/src/icon-base.vue.d.ts +2 -2
  33. package/es/components/input/index.d.ts +31 -31
  34. package/es/components/input/src/input.vue.d.ts +31 -31
  35. package/es/components/key-value/index.d.ts +23 -11
  36. package/es/components/key-value/src/components/key-value-item.vue.d.ts +16 -4
  37. package/es/components/key-value/src/components/key-value-item.vue2.mjs +5 -5
  38. package/es/components/key-value/src/components/key-value-item.vue2.mjs.map +1 -1
  39. package/es/components/key-value/src/config/key-value-item.d.ts +10 -4
  40. package/es/components/key-value/src/config/key-value-item.mjs.map +1 -1
  41. package/es/components/key-value/src/config/key-value.d.ts +2 -2
  42. package/es/components/key-value/src/config/key-value.mjs +2 -2
  43. package/es/components/key-value/src/config/key-value.mjs.map +1 -1
  44. package/es/components/key-value/src/key-value.vue.d.ts +23 -11
  45. package/es/components/key-value/src/key-value.vue2.mjs +13 -6
  46. package/es/components/key-value/src/key-value.vue2.mjs.map +1 -1
  47. package/es/components/modal/index.d.ts +5 -5
  48. package/es/components/modal/src/modal.vue.d.ts +5 -5
  49. package/es/components/operate-icon/index.d.ts +6 -6
  50. package/es/components/operate-icon/src/operate-icon.vue.d.ts +6 -6
  51. package/es/components/select/index.d.ts +11 -11
  52. package/es/components/select/src/select.vue.d.ts +11 -11
  53. package/es/components/table/index.d.ts +6 -6
  54. package/es/components/table/src/components/main-table.vue.d.ts +2 -2
  55. package/es/components/table/src/config/table.d.ts +2 -2
  56. package/es/components/table/src/table.vue.d.ts +6 -6
  57. package/es/components/textarea/index.d.ts +5 -5
  58. package/es/components/textarea/src/textarea.vue.d.ts +5 -5
  59. package/es/components/tooltip/index.d.ts +4 -4
  60. package/es/components/tooltip/src/tooltip.d.ts +1 -1
  61. package/es/components/tooltip/src/tooltip.vue.d.ts +4 -4
  62. package/es/components/tree/index.d.ts +2 -2
  63. package/es/components/tree/src/tree.vue.d.ts +2 -2
  64. package/es/components/tree-search/index.d.ts +17 -17
  65. package/es/components/tree-search/src/config/tree-search.d.ts +4 -4
  66. package/es/components/tree-search/src/tree-search.vue.d.ts +17 -17
  67. package/es/components/upload-drag/index.d.ts +4 -4
  68. package/es/components/upload-drag/src/upload-drag.vue.d.ts +4 -4
  69. package/index.full.js +20 -13
  70. package/index.full.min.js +1 -1
  71. package/index.full.min.js.map +1 -1
  72. package/index.full.min.mjs +1 -1
  73. package/index.full.min.mjs.map +1 -1
  74. package/index.full.mjs +20 -13
  75. package/lib/components/advanced-filtering/index.d.ts +303 -303
  76. package/lib/components/advanced-filtering/src/advanced-filtering.vue.d.ts +154 -154
  77. package/lib/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +145 -145
  78. package/lib/components/advanced-filtering/src/components/advanced-filtering-tags.vue.d.ts +4 -4
  79. package/lib/components/api-component/index.d.ts +30 -30
  80. package/lib/components/api-component/src/api-component.vue.d.ts +30 -30
  81. package/lib/components/api-component/src/components/api-modal.vue.d.ts +6 -6
  82. package/lib/components/api-component/src/components/api-url.vue.d.ts +5 -5
  83. package/lib/components/api-component/src/components/click-input.vue.d.ts +10 -10
  84. package/lib/components/api-component/src/components/params-table-row.vue.d.ts +16 -16
  85. package/lib/components/api-component/src/components/params-table.vue.d.ts +20 -20
  86. package/lib/components/api-component/src/config/api-component.d.ts +1 -1
  87. package/lib/components/api-component/src/config/api-modal.d.ts +1 -1
  88. package/lib/components/api-component/src/config/click-input.d.ts +1 -1
  89. package/lib/components/button/index.d.ts +1 -1
  90. package/lib/components/button/src/button.vue.d.ts +1 -1
  91. package/lib/components/checkbox/index.d.ts +217 -217
  92. package/lib/components/checkbox/src/checkbox-group.vue.d.ts +217 -217
  93. package/lib/components/checkbox/src/checkbox.d.ts +56 -56
  94. package/lib/components/drawer/index.d.ts +11 -11
  95. package/lib/components/drawer/src/components/second-confirmation/index.d.ts +8 -8
  96. package/lib/components/drawer/src/components/second-confirmation/src/second-confirmation.vue.d.ts +8 -8
  97. package/lib/components/drawer/src/drawer.vue.d.ts +11 -11
  98. package/lib/components/easy-cron/index.d.ts +82 -82
  99. package/lib/components/easy-cron/src/components/easy-cron-inner.vue.d.ts +77 -77
  100. package/lib/components/easy-cron/src/components/easy-cron-modal.vue.d.ts +77 -77
  101. package/lib/components/easy-cron/src/easy-cron.vue.d.ts +82 -82
  102. package/lib/components/form/index.d.ts +142 -142
  103. package/lib/components/form/src/config/form.d.ts +56 -56
  104. package/lib/components/form/src/form.vue.d.ts +142 -142
  105. package/lib/components/icon-base/index.d.ts +2 -2
  106. package/lib/components/icon-base/src/icon-base.vue.d.ts +2 -2
  107. package/lib/components/input/index.d.ts +31 -31
  108. package/lib/components/input/src/input.vue.d.ts +31 -31
  109. package/lib/components/key-value/index.d.ts +23 -11
  110. package/lib/components/key-value/src/components/key-value-item.vue.d.ts +16 -4
  111. package/lib/components/key-value/src/components/key-value-item.vue2.js +5 -5
  112. package/lib/components/key-value/src/components/key-value-item.vue2.js.map +1 -1
  113. package/lib/components/key-value/src/config/key-value-item.d.ts +10 -4
  114. package/lib/components/key-value/src/config/key-value-item.js.map +1 -1
  115. package/lib/components/key-value/src/config/key-value.d.ts +2 -2
  116. package/lib/components/key-value/src/config/key-value.js +2 -2
  117. package/lib/components/key-value/src/config/key-value.js.map +1 -1
  118. package/lib/components/key-value/src/key-value.vue.d.ts +23 -11
  119. package/lib/components/key-value/src/key-value.vue2.js +13 -6
  120. package/lib/components/key-value/src/key-value.vue2.js.map +1 -1
  121. package/lib/components/modal/index.d.ts +5 -5
  122. package/lib/components/modal/src/modal.vue.d.ts +5 -5
  123. package/lib/components/operate-icon/index.d.ts +6 -6
  124. package/lib/components/operate-icon/src/operate-icon.vue.d.ts +6 -6
  125. package/lib/components/select/index.d.ts +11 -11
  126. package/lib/components/select/src/select.vue.d.ts +11 -11
  127. package/lib/components/table/index.d.ts +6 -6
  128. package/lib/components/table/src/components/main-table.vue.d.ts +2 -2
  129. package/lib/components/table/src/config/table.d.ts +2 -2
  130. package/lib/components/table/src/table.vue.d.ts +6 -6
  131. package/lib/components/textarea/index.d.ts +5 -5
  132. package/lib/components/textarea/src/textarea.vue.d.ts +5 -5
  133. package/lib/components/tooltip/index.d.ts +4 -4
  134. package/lib/components/tooltip/src/tooltip.d.ts +1 -1
  135. package/lib/components/tooltip/src/tooltip.vue.d.ts +4 -4
  136. package/lib/components/tree/index.d.ts +2 -2
  137. package/lib/components/tree/src/tree.vue.d.ts +2 -2
  138. package/lib/components/tree-search/index.d.ts +17 -17
  139. package/lib/components/tree-search/src/config/tree-search.d.ts +4 -4
  140. package/lib/components/tree-search/src/tree-search.vue.d.ts +17 -17
  141. package/lib/components/upload-drag/index.d.ts +4 -4
  142. package/lib/components/upload-drag/src/upload-drag.vue.d.ts +4 -4
  143. package/package.json +1 -1
  144. package/types/packages/components/advanced-filtering/index.d.ts +303 -303
  145. package/types/packages/components/advanced-filtering/src/advanced-filtering.vue.d.ts +154 -154
  146. package/types/packages/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +145 -145
  147. package/types/packages/components/advanced-filtering/src/components/advanced-filtering-tags.vue.d.ts +4 -4
  148. package/types/packages/components/api-component/index.d.ts +30 -30
  149. package/types/packages/components/api-component/src/api-component.vue.d.ts +30 -30
  150. package/types/packages/components/api-component/src/components/api-modal.vue.d.ts +6 -6
  151. package/types/packages/components/api-component/src/components/api-url.vue.d.ts +5 -5
  152. package/types/packages/components/api-component/src/components/click-input.vue.d.ts +10 -10
  153. package/types/packages/components/api-component/src/components/params-table-row.vue.d.ts +16 -16
  154. package/types/packages/components/api-component/src/components/params-table.vue.d.ts +20 -20
  155. package/types/packages/components/api-component/src/config/api-component.d.ts +1 -1
  156. package/types/packages/components/api-component/src/config/api-modal.d.ts +1 -1
  157. package/types/packages/components/api-component/src/config/click-input.d.ts +1 -1
  158. package/types/packages/components/button/index.d.ts +1 -1
  159. package/types/packages/components/button/src/button.vue.d.ts +1 -1
  160. package/types/packages/components/checkbox/index.d.ts +217 -217
  161. package/types/packages/components/checkbox/src/checkbox-group.vue.d.ts +217 -217
  162. package/types/packages/components/checkbox/src/checkbox.d.ts +56 -56
  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/easy-cron/index.d.ts +82 -82
  168. package/types/packages/components/easy-cron/src/components/easy-cron-inner.vue.d.ts +77 -77
  169. package/types/packages/components/easy-cron/src/components/easy-cron-modal.vue.d.ts +77 -77
  170. package/types/packages/components/easy-cron/src/easy-cron.vue.d.ts +82 -82
  171. package/types/packages/components/form/index.d.ts +142 -142
  172. package/types/packages/components/form/src/config/form.d.ts +56 -56
  173. package/types/packages/components/form/src/form.vue.d.ts +142 -142
  174. package/types/packages/components/icon-base/index.d.ts +2 -2
  175. package/types/packages/components/icon-base/src/icon-base.vue.d.ts +2 -2
  176. package/types/packages/components/input/index.d.ts +31 -31
  177. package/types/packages/components/input/src/input.vue.d.ts +31 -31
  178. package/types/packages/components/key-value/index.d.ts +23 -11
  179. package/types/packages/components/key-value/src/components/key-value-item.vue.d.ts +16 -4
  180. package/types/packages/components/key-value/src/config/key-value-item.d.ts +10 -4
  181. package/types/packages/components/key-value/src/config/key-value.d.ts +2 -2
  182. package/types/packages/components/key-value/src/key-value.vue.d.ts +23 -11
  183. package/types/packages/components/modal/index.d.ts +5 -5
  184. package/types/packages/components/modal/src/modal.vue.d.ts +5 -5
  185. package/types/packages/components/operate-icon/index.d.ts +6 -6
  186. package/types/packages/components/operate-icon/src/operate-icon.vue.d.ts +6 -6
  187. package/types/packages/components/select/index.d.ts +11 -11
  188. package/types/packages/components/select/src/select.vue.d.ts +11 -11
  189. package/types/packages/components/table/index.d.ts +6 -6
  190. package/types/packages/components/table/src/components/main-table.vue.d.ts +2 -2
  191. package/types/packages/components/table/src/config/table.d.ts +2 -2
  192. package/types/packages/components/table/src/table.vue.d.ts +6 -6
  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
@@ -934,21 +934,21 @@ export declare const LlForm: import("ll-plus/es/utils").SFCWithInstall<import("v
934
934
  readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("./src/config").FormData) | (() => import("./src/config").FormData) | ((new (...args: any[]) => import("./src/config").FormData) | (() => import("./src/config").FormData))[], unknown, unknown, () => {}, boolean>;
935
935
  readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
936
936
  align: {
937
- type: import("vue").PropType<"bottom" | "top" | "middle" | "stretch" | {
938
- xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
939
- sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
940
- md?: "bottom" | "top" | "middle" | "stretch" | undefined;
941
- lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
942
- xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
943
- xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
937
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
938
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
939
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
940
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
941
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
942
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
943
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
944
944
  }>;
945
- default: "bottom" | "top" | "middle" | "stretch" | {
946
- xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
947
- sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
948
- md?: "bottom" | "top" | "middle" | "stretch" | undefined;
949
- lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
950
- xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
951
- xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
945
+ default: "middle" | "top" | "bottom" | "stretch" | {
946
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
947
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
948
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
949
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
950
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
951
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
952
952
  };
953
953
  };
954
954
  justify: {
@@ -980,21 +980,21 @@ export declare const LlForm: import("ll-plus/es/utils").SFCWithInstall<import("v
980
980
  };
981
981
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
982
982
  align: {
983
- type: import("vue").PropType<"bottom" | "top" | "middle" | "stretch" | {
984
- xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
985
- sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
986
- md?: "bottom" | "top" | "middle" | "stretch" | undefined;
987
- lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
988
- xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
989
- xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
983
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
984
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
985
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
986
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
987
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
988
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
989
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
990
990
  }>;
991
- default: "bottom" | "top" | "middle" | "stretch" | {
992
- xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
993
- sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
994
- md?: "bottom" | "top" | "middle" | "stretch" | undefined;
995
- lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
996
- xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
997
- xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
991
+ default: "middle" | "top" | "bottom" | "stretch" | {
992
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
993
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
994
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
995
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
996
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
997
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
998
998
  };
999
999
  };
1000
1000
  justify: {
@@ -1026,21 +1026,21 @@ export declare const LlForm: import("ll-plus/es/utils").SFCWithInstall<import("v
1026
1026
  };
1027
1027
  }>>) | ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
1028
1028
  align: {
1029
- type: import("vue").PropType<"bottom" | "top" | "middle" | "stretch" | {
1030
- xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
1031
- sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
1032
- md?: "bottom" | "top" | "middle" | "stretch" | undefined;
1033
- lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
1034
- xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
1035
- xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
1029
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
1030
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
1031
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
1032
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
1033
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
1034
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1035
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1036
1036
  }>;
1037
- default: "bottom" | "top" | "middle" | "stretch" | {
1038
- xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
1039
- sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
1040
- md?: "bottom" | "top" | "middle" | "stretch" | undefined;
1041
- lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
1042
- xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
1043
- xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
1037
+ default: "middle" | "top" | "bottom" | "stretch" | {
1038
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
1039
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
1040
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
1041
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
1042
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1043
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1044
1044
  };
1045
1045
  };
1046
1046
  justify: {
@@ -1072,21 +1072,21 @@ export declare const LlForm: import("ll-plus/es/utils").SFCWithInstall<import("v
1072
1072
  };
1073
1073
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
1074
1074
  align: {
1075
- type: import("vue").PropType<"bottom" | "top" | "middle" | "stretch" | {
1076
- xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
1077
- sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
1078
- md?: "bottom" | "top" | "middle" | "stretch" | undefined;
1079
- lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
1080
- xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
1081
- xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
1075
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
1076
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
1077
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
1078
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
1079
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
1080
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1081
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1082
1082
  }>;
1083
- default: "bottom" | "top" | "middle" | "stretch" | {
1084
- xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
1085
- sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
1086
- md?: "bottom" | "top" | "middle" | "stretch" | undefined;
1087
- lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
1088
- xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
1089
- xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
1083
+ default: "middle" | "top" | "bottom" | "stretch" | {
1084
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
1085
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
1086
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
1087
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
1088
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1089
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1090
1090
  };
1091
1091
  };
1092
1092
  justify: {
@@ -1122,7 +1122,6 @@ export declare const LlForm: import("ll-plus/es/utils").SFCWithInstall<import("v
1122
1122
  readonly loading: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
1123
1123
  }, {
1124
1124
  props: import("@vue/shared").LooseRequired<{
1125
- readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
1126
1125
  readonly formOptions: Partial<import("vue").ExtractPropTypes<{
1127
1126
  layout: import("vue-types").VueTypeDef<string>;
1128
1127
  labelCol: {
@@ -1347,23 +1346,24 @@ export declare const LlForm: import("ll-plus/es/utils").SFCWithInstall<import("v
1347
1346
  default: (name: string | number | string[] | number[], status: boolean, errors: string[]) => void;
1348
1347
  };
1349
1348
  }>>;
1349
+ readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
1350
1350
  readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
1351
1351
  align: {
1352
- type: import("vue").PropType<"bottom" | "top" | "middle" | "stretch" | {
1353
- xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
1354
- sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
1355
- md?: "bottom" | "top" | "middle" | "stretch" | undefined;
1356
- lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
1357
- xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
1358
- xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
1352
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
1353
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
1354
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
1355
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
1356
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
1357
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1358
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1359
1359
  }>;
1360
- default: "bottom" | "top" | "middle" | "stretch" | {
1361
- xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
1362
- sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
1363
- md?: "bottom" | "top" | "middle" | "stretch" | undefined;
1364
- lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
1365
- xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
1366
- xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
1360
+ default: "middle" | "top" | "bottom" | "stretch" | {
1361
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
1362
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
1363
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
1364
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
1365
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1366
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1367
1367
  };
1368
1368
  };
1369
1369
  justify: {
@@ -2357,21 +2357,21 @@ export declare const LlForm: import("ll-plus/es/utils").SFCWithInstall<import("v
2357
2357
  readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("./src/config").FormData) | (() => import("./src/config").FormData) | ((new (...args: any[]) => import("./src/config").FormData) | (() => import("./src/config").FormData))[], unknown, unknown, () => {}, boolean>;
2358
2358
  readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
2359
2359
  align: {
2360
- type: import("vue").PropType<"bottom" | "top" | "middle" | "stretch" | {
2361
- xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
2362
- sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
2363
- md?: "bottom" | "top" | "middle" | "stretch" | undefined;
2364
- lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
2365
- xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
2366
- xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
2360
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
2361
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
2362
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
2363
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
2364
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
2365
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2366
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2367
2367
  }>;
2368
- default: "bottom" | "top" | "middle" | "stretch" | {
2369
- xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
2370
- sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
2371
- md?: "bottom" | "top" | "middle" | "stretch" | undefined;
2372
- lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
2373
- xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
2374
- xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
2368
+ default: "middle" | "top" | "bottom" | "stretch" | {
2369
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
2370
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
2371
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
2372
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
2373
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2374
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2375
2375
  };
2376
2376
  };
2377
2377
  justify: {
@@ -2403,21 +2403,21 @@ export declare const LlForm: import("ll-plus/es/utils").SFCWithInstall<import("v
2403
2403
  };
2404
2404
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
2405
2405
  align: {
2406
- type: import("vue").PropType<"bottom" | "top" | "middle" | "stretch" | {
2407
- xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
2408
- sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
2409
- md?: "bottom" | "top" | "middle" | "stretch" | undefined;
2410
- lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
2411
- xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
2412
- xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
2406
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
2407
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
2408
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
2409
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
2410
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
2411
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2412
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2413
2413
  }>;
2414
- default: "bottom" | "top" | "middle" | "stretch" | {
2415
- xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
2416
- sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
2417
- md?: "bottom" | "top" | "middle" | "stretch" | undefined;
2418
- lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
2419
- xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
2420
- xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
2414
+ default: "middle" | "top" | "bottom" | "stretch" | {
2415
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
2416
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
2417
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
2418
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
2419
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2420
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2421
2421
  };
2422
2422
  };
2423
2423
  justify: {
@@ -2449,21 +2449,21 @@ export declare const LlForm: import("ll-plus/es/utils").SFCWithInstall<import("v
2449
2449
  };
2450
2450
  }>>) | ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
2451
2451
  align: {
2452
- type: import("vue").PropType<"bottom" | "top" | "middle" | "stretch" | {
2453
- xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
2454
- sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
2455
- md?: "bottom" | "top" | "middle" | "stretch" | undefined;
2456
- lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
2457
- xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
2458
- xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
2452
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
2453
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
2454
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
2455
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
2456
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
2457
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2458
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2459
2459
  }>;
2460
- default: "bottom" | "top" | "middle" | "stretch" | {
2461
- xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
2462
- sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
2463
- md?: "bottom" | "top" | "middle" | "stretch" | undefined;
2464
- lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
2465
- xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
2466
- xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
2460
+ default: "middle" | "top" | "bottom" | "stretch" | {
2461
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
2462
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
2463
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
2464
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
2465
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2466
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2467
2467
  };
2468
2468
  };
2469
2469
  justify: {
@@ -2495,21 +2495,21 @@ export declare const LlForm: import("ll-plus/es/utils").SFCWithInstall<import("v
2495
2495
  };
2496
2496
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
2497
2497
  align: {
2498
- type: import("vue").PropType<"bottom" | "top" | "middle" | "stretch" | {
2499
- xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
2500
- sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
2501
- md?: "bottom" | "top" | "middle" | "stretch" | undefined;
2502
- lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
2503
- xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
2504
- xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
2498
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
2499
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
2500
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
2501
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
2502
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
2503
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2504
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2505
2505
  }>;
2506
- default: "bottom" | "top" | "middle" | "stretch" | {
2507
- xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
2508
- sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
2509
- md?: "bottom" | "top" | "middle" | "stretch" | undefined;
2510
- lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
2511
- xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
2512
- xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
2506
+ default: "middle" | "top" | "bottom" | "stretch" | {
2507
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
2508
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
2509
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
2510
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
2511
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2512
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2513
2513
  };
2514
2514
  };
2515
2515
  justify: {
@@ -2544,7 +2544,6 @@ export declare const LlForm: import("ll-plus/es/utils").SFCWithInstall<import("v
2544
2544
  }, boolean>;
2545
2545
  readonly loading: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
2546
2546
  }>>, {
2547
- readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
2548
2547
  readonly formOptions: Partial<import("vue").ExtractPropTypes<{
2549
2548
  layout: import("vue-types").VueTypeDef<string>;
2550
2549
  labelCol: {
@@ -2769,23 +2768,24 @@ export declare const LlForm: import("ll-plus/es/utils").SFCWithInstall<import("v
2769
2768
  default: (name: string | number | string[] | number[], status: boolean, errors: string[]) => void;
2770
2769
  };
2771
2770
  }>>;
2771
+ readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
2772
2772
  readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
2773
2773
  align: {
2774
- type: import("vue").PropType<"bottom" | "top" | "middle" | "stretch" | {
2775
- xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
2776
- sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
2777
- md?: "bottom" | "top" | "middle" | "stretch" | undefined;
2778
- lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
2779
- xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
2780
- xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
2774
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
2775
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
2776
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
2777
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
2778
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
2779
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2780
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2781
2781
  }>;
2782
- default: "bottom" | "top" | "middle" | "stretch" | {
2783
- xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
2784
- sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
2785
- md?: "bottom" | "top" | "middle" | "stretch" | undefined;
2786
- lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
2787
- xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
2788
- xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
2782
+ default: "middle" | "top" | "bottom" | "stretch" | {
2783
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
2784
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
2785
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
2786
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
2787
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2788
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2789
2789
  };
2790
2790
  };
2791
2791
  justify: {
@@ -919,21 +919,21 @@ export declare const formProps: {
919
919
  readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => FormData) | (() => FormData) | ((new (...args: any[]) => FormData) | (() => FormData))[], unknown, unknown, () => {}, boolean>;
920
920
  readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<ExtractPropTypes<{
921
921
  align: {
922
- type: import("vue").PropType<"bottom" | "top" | "middle" | "stretch" | {
923
- xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
924
- sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
925
- md?: "bottom" | "top" | "middle" | "stretch" | undefined;
926
- lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
927
- xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
928
- xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
922
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
923
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
924
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
925
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
926
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
927
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
928
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
929
929
  }>;
930
- default: "bottom" | "top" | "middle" | "stretch" | {
931
- xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
932
- sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
933
- md?: "bottom" | "top" | "middle" | "stretch" | undefined;
934
- lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
935
- xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
936
- xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
930
+ default: "middle" | "top" | "bottom" | "stretch" | {
931
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
932
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
933
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
934
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
935
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
936
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
937
937
  };
938
938
  };
939
939
  justify: {
@@ -965,21 +965,21 @@ export declare const formProps: {
965
965
  };
966
966
  }>>) | (() => Partial<ExtractPropTypes<{
967
967
  align: {
968
- type: import("vue").PropType<"bottom" | "top" | "middle" | "stretch" | {
969
- xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
970
- sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
971
- md?: "bottom" | "top" | "middle" | "stretch" | undefined;
972
- lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
973
- xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
974
- xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
968
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
969
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
970
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
971
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
972
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
973
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
974
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
975
975
  }>;
976
- default: "bottom" | "top" | "middle" | "stretch" | {
977
- xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
978
- sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
979
- md?: "bottom" | "top" | "middle" | "stretch" | undefined;
980
- lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
981
- xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
982
- xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
976
+ default: "middle" | "top" | "bottom" | "stretch" | {
977
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
978
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
979
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
980
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
981
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
982
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
983
983
  };
984
984
  };
985
985
  justify: {
@@ -1011,21 +1011,21 @@ export declare const formProps: {
1011
1011
  };
1012
1012
  }>>) | ((new (...args: any[]) => Partial<ExtractPropTypes<{
1013
1013
  align: {
1014
- type: import("vue").PropType<"bottom" | "top" | "middle" | "stretch" | {
1015
- xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
1016
- sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
1017
- md?: "bottom" | "top" | "middle" | "stretch" | undefined;
1018
- lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
1019
- xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
1020
- xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
1014
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
1015
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
1016
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
1017
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
1018
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
1019
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1020
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1021
1021
  }>;
1022
- default: "bottom" | "top" | "middle" | "stretch" | {
1023
- xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
1024
- sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
1025
- md?: "bottom" | "top" | "middle" | "stretch" | undefined;
1026
- lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
1027
- xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
1028
- xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
1022
+ default: "middle" | "top" | "bottom" | "stretch" | {
1023
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
1024
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
1025
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
1026
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
1027
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1028
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1029
1029
  };
1030
1030
  };
1031
1031
  justify: {
@@ -1057,21 +1057,21 @@ export declare const formProps: {
1057
1057
  };
1058
1058
  }>>) | (() => Partial<ExtractPropTypes<{
1059
1059
  align: {
1060
- type: import("vue").PropType<"bottom" | "top" | "middle" | "stretch" | {
1061
- xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
1062
- sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
1063
- md?: "bottom" | "top" | "middle" | "stretch" | undefined;
1064
- lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
1065
- xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
1066
- xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
1060
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
1061
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
1062
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
1063
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
1064
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
1065
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1066
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1067
1067
  }>;
1068
- default: "bottom" | "top" | "middle" | "stretch" | {
1069
- xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
1070
- sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
1071
- md?: "bottom" | "top" | "middle" | "stretch" | undefined;
1072
- lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
1073
- xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
1074
- xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
1068
+ default: "middle" | "top" | "bottom" | "stretch" | {
1069
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
1070
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
1071
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
1072
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
1073
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1074
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1075
1075
  };
1076
1076
  };
1077
1077
  justify: {