ll-plus 2.1.11 → 2.1.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 (195) hide show
  1. package/es/components/advanced-filtering/index.d.ts +309 -309
  2. package/es/components/advanced-filtering/src/advanced-filtering.vue.d.ts +158 -158
  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 +6 -6
  5. package/es/components/button/index.d.ts +1 -1
  6. package/es/components/button/src/button.vue.d.ts +1 -1
  7. package/es/components/cascader/index.d.ts +16 -16
  8. package/es/components/cascader/src/cascader.vue.d.ts +16 -16
  9. package/es/components/checkbox/index.d.ts +217 -217
  10. package/es/components/checkbox/src/checkbox-group.vue.d.ts +217 -217
  11. package/es/components/checkbox/src/checkbox.d.ts +56 -56
  12. package/es/components/code-editor/index.d.ts +4 -4
  13. package/es/components/code-editor/src/code-editor.vue.d.ts +4 -4
  14. package/es/components/date-picker/index.d.ts +82 -82
  15. package/es/components/date-picker/src/date-picker.vue.d.ts +82 -82
  16. package/es/components/date-range/index.d.ts +10 -10
  17. package/es/components/date-range/src/date-range.vue.d.ts +10 -10
  18. package/es/components/drawer/index.d.ts +13 -13
  19. package/es/components/drawer/src/components/second-confirmation/index.d.ts +12 -12
  20. package/es/components/drawer/src/components/second-confirmation/src/second-confirmation.vue.d.ts +12 -12
  21. package/es/components/drawer/src/drawer.vue.d.ts +13 -13
  22. package/es/components/form/index.d.ts +142 -142
  23. package/es/components/form/src/config/form.d.ts +56 -56
  24. package/es/components/form/src/form.vue.d.ts +142 -142
  25. package/es/components/icon-base/index.d.ts +1 -1
  26. package/es/components/icon-base/src/icon-base.vue.d.ts +1 -1
  27. package/es/components/icon-picker/index.d.ts +1 -1
  28. package/es/components/icon-picker/src/components/modal.vue.d.ts +1 -1
  29. package/es/components/icon-picker/src/config/icon-picker.d.ts +1 -1
  30. package/es/components/icon-picker/src/config/icon-picker.mjs.map +1 -1
  31. package/es/components/icon-picker/src/icon-picker.vue.d.ts +1 -1
  32. package/es/components/input/index.d.ts +35 -35
  33. package/es/components/input/src/input.vue.d.ts +35 -35
  34. package/es/components/input-number/index.d.ts +2 -2
  35. package/es/components/input-number/src/input-number.vue.d.ts +2 -2
  36. package/es/components/key-value/index.d.ts +4 -4
  37. package/es/components/key-value/src/components/key-value-item.vue.d.ts +2 -2
  38. package/es/components/key-value/src/components/key-value-item.vue2.mjs +6 -2
  39. package/es/components/key-value/src/components/key-value-item.vue2.mjs.map +1 -1
  40. package/es/components/key-value/src/key-value.vue.d.ts +4 -4
  41. package/es/components/key-value/src/key-value.vue2.mjs +4 -1
  42. package/es/components/key-value/src/key-value.vue2.mjs.map +1 -1
  43. package/es/components/modal/index.d.ts +7 -7
  44. package/es/components/modal/src/modal.vue.d.ts +7 -7
  45. package/es/components/operate-icon/index.d.ts +3 -3
  46. package/es/components/operate-icon/src/operate-icon.vue.d.ts +3 -3
  47. package/es/components/select/index.d.ts +30 -30
  48. package/es/components/select/src/select.vue.d.ts +30 -30
  49. package/es/components/tag-group/index.d.ts +4 -4
  50. package/es/components/tag-group/src/tag-group.vue.d.ts +4 -4
  51. package/es/components/tag-group/src/tag-group.vue2.mjs +6 -4
  52. package/es/components/tag-group/src/tag-group.vue2.mjs.map +1 -1
  53. package/es/components/textarea/index.d.ts +5 -5
  54. package/es/components/textarea/src/textarea.vue.d.ts +5 -5
  55. package/es/components/tooltip/index.d.ts +4 -4
  56. package/es/components/tooltip/src/tooltip.d.ts +1 -1
  57. package/es/components/tooltip/src/tooltip.vue.d.ts +4 -4
  58. package/es/components/tree/index.d.ts +2 -2
  59. package/es/components/tree/src/tree.vue.d.ts +2 -2
  60. package/es/components/tree-search/index.d.ts +15 -15
  61. package/es/components/tree-search/src/config/tree-search.d.ts +4 -4
  62. package/es/components/tree-search/src/tree-search.vue.d.ts +15 -15
  63. package/es/components/upload-drag/index.d.ts +6 -6
  64. package/es/components/upload-drag/src/upload-drag.vue.d.ts +6 -6
  65. package/es/utils/props/runtime.d.ts +2 -2
  66. package/index.full.js +15 -6
  67. package/index.full.min.js +2 -2
  68. package/index.full.min.js.map +1 -1
  69. package/index.full.min.mjs +5 -5
  70. package/index.full.min.mjs.map +1 -1
  71. package/index.full.mjs +15 -6
  72. package/lib/components/advanced-filtering/index.d.ts +309 -309
  73. package/lib/components/advanced-filtering/src/advanced-filtering.vue.d.ts +158 -158
  74. package/lib/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +145 -145
  75. package/lib/components/advanced-filtering/src/components/advanced-filtering-tags.vue.d.ts +6 -6
  76. package/lib/components/button/index.d.ts +1 -1
  77. package/lib/components/button/src/button.vue.d.ts +1 -1
  78. package/lib/components/cascader/index.d.ts +16 -16
  79. package/lib/components/cascader/src/cascader.vue.d.ts +16 -16
  80. package/lib/components/checkbox/index.d.ts +217 -217
  81. package/lib/components/checkbox/src/checkbox-group.vue.d.ts +217 -217
  82. package/lib/components/checkbox/src/checkbox.d.ts +56 -56
  83. package/lib/components/code-editor/index.d.ts +4 -4
  84. package/lib/components/code-editor/src/code-editor.vue.d.ts +4 -4
  85. package/lib/components/date-picker/index.d.ts +82 -82
  86. package/lib/components/date-picker/src/date-picker.vue.d.ts +82 -82
  87. package/lib/components/date-range/index.d.ts +10 -10
  88. package/lib/components/date-range/src/date-range.vue.d.ts +10 -10
  89. package/lib/components/drawer/index.d.ts +13 -13
  90. package/lib/components/drawer/src/components/second-confirmation/index.d.ts +12 -12
  91. package/lib/components/drawer/src/components/second-confirmation/src/second-confirmation.vue.d.ts +12 -12
  92. package/lib/components/drawer/src/drawer.vue.d.ts +13 -13
  93. package/lib/components/form/index.d.ts +142 -142
  94. package/lib/components/form/src/config/form.d.ts +56 -56
  95. package/lib/components/form/src/form.vue.d.ts +142 -142
  96. package/lib/components/icon-base/index.d.ts +1 -1
  97. package/lib/components/icon-base/src/icon-base.vue.d.ts +1 -1
  98. package/lib/components/icon-picker/index.d.ts +1 -1
  99. package/lib/components/icon-picker/src/components/modal.vue.d.ts +1 -1
  100. package/lib/components/icon-picker/src/config/icon-picker.d.ts +1 -1
  101. package/lib/components/icon-picker/src/config/icon-picker.js.map +1 -1
  102. package/lib/components/icon-picker/src/icon-picker.vue.d.ts +1 -1
  103. package/lib/components/input/index.d.ts +35 -35
  104. package/lib/components/input/src/input.vue.d.ts +35 -35
  105. package/lib/components/input-number/index.d.ts +2 -2
  106. package/lib/components/input-number/src/input-number.vue.d.ts +2 -2
  107. package/lib/components/key-value/index.d.ts +4 -4
  108. package/lib/components/key-value/src/components/key-value-item.vue.d.ts +2 -2
  109. package/lib/components/key-value/src/components/key-value-item.vue2.js +6 -2
  110. package/lib/components/key-value/src/components/key-value-item.vue2.js.map +1 -1
  111. package/lib/components/key-value/src/key-value.vue.d.ts +4 -4
  112. package/lib/components/key-value/src/key-value.vue2.js +3 -0
  113. package/lib/components/key-value/src/key-value.vue2.js.map +1 -1
  114. package/lib/components/modal/index.d.ts +7 -7
  115. package/lib/components/modal/src/modal.vue.d.ts +7 -7
  116. package/lib/components/operate-icon/index.d.ts +3 -3
  117. package/lib/components/operate-icon/src/operate-icon.vue.d.ts +3 -3
  118. package/lib/components/select/index.d.ts +30 -30
  119. package/lib/components/select/src/select.vue.d.ts +30 -30
  120. package/lib/components/tag-group/index.d.ts +4 -4
  121. package/lib/components/tag-group/src/tag-group.vue.d.ts +4 -4
  122. package/lib/components/tag-group/src/tag-group.vue2.js +6 -4
  123. package/lib/components/tag-group/src/tag-group.vue2.js.map +1 -1
  124. package/lib/components/textarea/index.d.ts +5 -5
  125. package/lib/components/textarea/src/textarea.vue.d.ts +5 -5
  126. package/lib/components/tooltip/index.d.ts +4 -4
  127. package/lib/components/tooltip/src/tooltip.d.ts +1 -1
  128. package/lib/components/tooltip/src/tooltip.vue.d.ts +4 -4
  129. package/lib/components/tree/index.d.ts +2 -2
  130. package/lib/components/tree/src/tree.vue.d.ts +2 -2
  131. package/lib/components/tree-search/index.d.ts +15 -15
  132. package/lib/components/tree-search/src/config/tree-search.d.ts +4 -4
  133. package/lib/components/tree-search/src/tree-search.vue.d.ts +15 -15
  134. package/lib/components/upload-drag/index.d.ts +6 -6
  135. package/lib/components/upload-drag/src/upload-drag.vue.d.ts +6 -6
  136. package/lib/utils/props/runtime.d.ts +2 -2
  137. package/package.json +1 -1
  138. package/types/packages/components/advanced-filtering/index.d.ts +309 -309
  139. package/types/packages/components/advanced-filtering/src/advanced-filtering.vue.d.ts +158 -158
  140. package/types/packages/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +145 -145
  141. package/types/packages/components/advanced-filtering/src/components/advanced-filtering-tags.vue.d.ts +6 -6
  142. package/types/packages/components/button/index.d.ts +1 -1
  143. package/types/packages/components/button/src/button.vue.d.ts +1 -1
  144. package/types/packages/components/cascader/index.d.ts +16 -16
  145. package/types/packages/components/cascader/src/cascader.vue.d.ts +16 -16
  146. package/types/packages/components/checkbox/index.d.ts +217 -217
  147. package/types/packages/components/checkbox/src/checkbox-group.vue.d.ts +217 -217
  148. package/types/packages/components/checkbox/src/checkbox.d.ts +56 -56
  149. package/types/packages/components/code-editor/index.d.ts +4 -4
  150. package/types/packages/components/code-editor/src/code-editor.vue.d.ts +4 -4
  151. package/types/packages/components/date-picker/index.d.ts +82 -82
  152. package/types/packages/components/date-picker/src/date-picker.vue.d.ts +82 -82
  153. package/types/packages/components/date-range/index.d.ts +10 -10
  154. package/types/packages/components/date-range/src/date-range.vue.d.ts +10 -10
  155. package/types/packages/components/drawer/index.d.ts +13 -13
  156. package/types/packages/components/drawer/src/components/second-confirmation/index.d.ts +12 -12
  157. package/types/packages/components/drawer/src/components/second-confirmation/src/second-confirmation.vue.d.ts +12 -12
  158. package/types/packages/components/drawer/src/drawer.vue.d.ts +13 -13
  159. package/types/packages/components/form/index.d.ts +142 -142
  160. package/types/packages/components/form/src/config/form.d.ts +56 -56
  161. package/types/packages/components/form/src/form.vue.d.ts +142 -142
  162. package/types/packages/components/icon-base/index.d.ts +1 -1
  163. package/types/packages/components/icon-base/src/icon-base.vue.d.ts +1 -1
  164. package/types/packages/components/icon-picker/index.d.ts +1 -1
  165. package/types/packages/components/icon-picker/src/components/modal.vue.d.ts +1 -1
  166. package/types/packages/components/icon-picker/src/config/icon-picker.d.ts +1 -1
  167. package/types/packages/components/icon-picker/src/icon-picker.vue.d.ts +1 -1
  168. package/types/packages/components/input/index.d.ts +35 -35
  169. package/types/packages/components/input/src/input.vue.d.ts +35 -35
  170. package/types/packages/components/input-number/index.d.ts +2 -2
  171. package/types/packages/components/input-number/src/input-number.vue.d.ts +2 -2
  172. package/types/packages/components/key-value/index.d.ts +4 -4
  173. package/types/packages/components/key-value/src/components/key-value-item.vue.d.ts +2 -2
  174. package/types/packages/components/key-value/src/key-value.vue.d.ts +4 -4
  175. package/types/packages/components/modal/index.d.ts +7 -7
  176. package/types/packages/components/modal/src/modal.vue.d.ts +7 -7
  177. package/types/packages/components/operate-icon/index.d.ts +3 -3
  178. package/types/packages/components/operate-icon/src/operate-icon.vue.d.ts +3 -3
  179. package/types/packages/components/select/index.d.ts +30 -30
  180. package/types/packages/components/select/src/select.vue.d.ts +30 -30
  181. package/types/packages/components/tag-group/index.d.ts +4 -4
  182. package/types/packages/components/tag-group/src/tag-group.vue.d.ts +4 -4
  183. package/types/packages/components/textarea/index.d.ts +5 -5
  184. package/types/packages/components/textarea/src/textarea.vue.d.ts +5 -5
  185. package/types/packages/components/tooltip/index.d.ts +4 -4
  186. package/types/packages/components/tooltip/src/tooltip.d.ts +1 -1
  187. package/types/packages/components/tooltip/src/tooltip.vue.d.ts +4 -4
  188. package/types/packages/components/tree/index.d.ts +2 -2
  189. package/types/packages/components/tree/src/tree.vue.d.ts +2 -2
  190. package/types/packages/components/tree-search/index.d.ts +15 -15
  191. package/types/packages/components/tree-search/src/config/tree-search.d.ts +4 -4
  192. package/types/packages/components/tree-search/src/tree-search.vue.d.ts +15 -15
  193. package/types/packages/components/upload-drag/index.d.ts +6 -6
  194. package/types/packages/components/upload-drag/src/upload-drag.vue.d.ts +6 -6
  195. package/types/packages/utils/props/runtime.d.ts +2 -2
@@ -899,21 +899,21 @@ export declare const LlForm: import("ll-plus/es/utils").SFCWithInstall<import("v
899
899
  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>;
900
900
  readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
901
901
  align: {
902
- type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
903
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
904
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
905
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
906
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
907
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
908
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
902
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
903
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
904
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
905
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
906
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
907
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
908
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
909
909
  }>;
910
- default: "middle" | "bottom" | "top" | "stretch" | {
911
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
912
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
913
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
914
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
915
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
916
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
910
+ default: "middle" | "top" | "bottom" | "stretch" | {
911
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
912
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
913
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
914
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
915
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
916
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
917
917
  };
918
918
  };
919
919
  justify: {
@@ -945,21 +945,21 @@ export declare const LlForm: import("ll-plus/es/utils").SFCWithInstall<import("v
945
945
  };
946
946
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
947
947
  align: {
948
- type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
949
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
950
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
951
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
952
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
953
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
954
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
948
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
949
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
950
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
951
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
952
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
953
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
954
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
955
955
  }>;
956
- default: "middle" | "bottom" | "top" | "stretch" | {
957
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
958
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
959
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
960
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
961
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
962
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
956
+ default: "middle" | "top" | "bottom" | "stretch" | {
957
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
958
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
959
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
960
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
961
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
962
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
963
963
  };
964
964
  };
965
965
  justify: {
@@ -991,21 +991,21 @@ export declare const LlForm: import("ll-plus/es/utils").SFCWithInstall<import("v
991
991
  };
992
992
  }>>) | ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
993
993
  align: {
994
- type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
995
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
996
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
997
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
998
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
999
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
1000
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
994
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
995
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
996
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
997
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
998
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
999
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1000
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1001
1001
  }>;
1002
- default: "middle" | "bottom" | "top" | "stretch" | {
1003
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
1004
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
1005
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
1006
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
1007
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
1008
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
1002
+ default: "middle" | "top" | "bottom" | "stretch" | {
1003
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
1004
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
1005
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
1006
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
1007
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1008
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1009
1009
  };
1010
1010
  };
1011
1011
  justify: {
@@ -1037,21 +1037,21 @@ export declare const LlForm: import("ll-plus/es/utils").SFCWithInstall<import("v
1037
1037
  };
1038
1038
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
1039
1039
  align: {
1040
- type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
1041
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
1042
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
1043
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
1044
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
1045
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
1046
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
1040
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
1041
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
1042
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
1043
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
1044
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
1045
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1046
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1047
1047
  }>;
1048
- default: "middle" | "bottom" | "top" | "stretch" | {
1049
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
1050
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
1051
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
1052
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
1053
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
1054
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
1048
+ default: "middle" | "top" | "bottom" | "stretch" | {
1049
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
1050
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
1051
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
1052
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
1053
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1054
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1055
1055
  };
1056
1056
  };
1057
1057
  justify: {
@@ -1087,7 +1087,6 @@ export declare const LlForm: import("ll-plus/es/utils").SFCWithInstall<import("v
1087
1087
  readonly loading: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
1088
1088
  }, {
1089
1089
  props: import("@vue/shared").LooseRequired<{
1090
- readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
1091
1090
  readonly formOptions: Partial<import("vue").ExtractPropTypes<{
1092
1091
  layout: import("vue-types").VueTypeDef<string>;
1093
1092
  labelCol: {
@@ -1312,23 +1311,24 @@ export declare const LlForm: import("ll-plus/es/utils").SFCWithInstall<import("v
1312
1311
  default: (name: string | number | string[] | number[], status: boolean, errors: string[]) => void;
1313
1312
  };
1314
1313
  }>>;
1314
+ readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
1315
1315
  readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
1316
1316
  align: {
1317
- type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
1318
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
1319
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
1320
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
1321
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
1322
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
1323
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
1317
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
1318
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
1319
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
1320
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
1321
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
1322
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1323
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1324
1324
  }>;
1325
- default: "middle" | "bottom" | "top" | "stretch" | {
1326
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
1327
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
1328
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
1329
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
1330
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
1331
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
1325
+ default: "middle" | "top" | "bottom" | "stretch" | {
1326
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
1327
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
1328
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
1329
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
1330
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1331
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1332
1332
  };
1333
1333
  };
1334
1334
  justify: {
@@ -2322,21 +2322,21 @@ export declare const LlForm: import("ll-plus/es/utils").SFCWithInstall<import("v
2322
2322
  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>;
2323
2323
  readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
2324
2324
  align: {
2325
- type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
2326
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
2327
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
2328
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
2329
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
2330
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
2331
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
2325
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
2326
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
2327
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
2328
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
2329
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
2330
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2331
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2332
2332
  }>;
2333
- default: "middle" | "bottom" | "top" | "stretch" | {
2334
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
2335
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
2336
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
2337
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
2338
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
2339
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
2333
+ default: "middle" | "top" | "bottom" | "stretch" | {
2334
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
2335
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
2336
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
2337
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
2338
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2339
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2340
2340
  };
2341
2341
  };
2342
2342
  justify: {
@@ -2368,21 +2368,21 @@ export declare const LlForm: import("ll-plus/es/utils").SFCWithInstall<import("v
2368
2368
  };
2369
2369
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
2370
2370
  align: {
2371
- type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
2372
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
2373
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
2374
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
2375
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
2376
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
2377
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
2371
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
2372
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
2373
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
2374
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
2375
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
2376
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2377
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2378
2378
  }>;
2379
- default: "middle" | "bottom" | "top" | "stretch" | {
2380
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
2381
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
2382
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
2383
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
2384
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
2385
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
2379
+ default: "middle" | "top" | "bottom" | "stretch" | {
2380
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
2381
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
2382
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
2383
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
2384
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2385
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2386
2386
  };
2387
2387
  };
2388
2388
  justify: {
@@ -2414,21 +2414,21 @@ export declare const LlForm: import("ll-plus/es/utils").SFCWithInstall<import("v
2414
2414
  };
2415
2415
  }>>) | ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
2416
2416
  align: {
2417
- type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
2418
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
2419
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
2420
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
2421
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
2422
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
2423
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
2417
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
2418
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
2419
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
2420
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
2421
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
2422
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2423
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2424
2424
  }>;
2425
- default: "middle" | "bottom" | "top" | "stretch" | {
2426
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
2427
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
2428
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
2429
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
2430
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
2431
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
2425
+ default: "middle" | "top" | "bottom" | "stretch" | {
2426
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
2427
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
2428
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
2429
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
2430
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2431
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2432
2432
  };
2433
2433
  };
2434
2434
  justify: {
@@ -2460,21 +2460,21 @@ export declare const LlForm: import("ll-plus/es/utils").SFCWithInstall<import("v
2460
2460
  };
2461
2461
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
2462
2462
  align: {
2463
- type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
2464
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
2465
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
2466
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
2467
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
2468
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
2469
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
2463
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
2464
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
2465
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
2466
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
2467
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
2468
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2469
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2470
2470
  }>;
2471
- default: "middle" | "bottom" | "top" | "stretch" | {
2472
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
2473
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
2474
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
2475
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
2476
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
2477
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
2471
+ default: "middle" | "top" | "bottom" | "stretch" | {
2472
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
2473
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
2474
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
2475
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
2476
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2477
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2478
2478
  };
2479
2479
  };
2480
2480
  justify: {
@@ -2509,7 +2509,6 @@ export declare const LlForm: import("ll-plus/es/utils").SFCWithInstall<import("v
2509
2509
  }, boolean>;
2510
2510
  readonly loading: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
2511
2511
  }>>, {
2512
- readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
2513
2512
  readonly formOptions: Partial<import("vue").ExtractPropTypes<{
2514
2513
  layout: import("vue-types").VueTypeDef<string>;
2515
2514
  labelCol: {
@@ -2734,23 +2733,24 @@ export declare const LlForm: import("ll-plus/es/utils").SFCWithInstall<import("v
2734
2733
  default: (name: string | number | string[] | number[], status: boolean, errors: string[]) => void;
2735
2734
  };
2736
2735
  }>>;
2736
+ readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
2737
2737
  readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
2738
2738
  align: {
2739
- type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
2740
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
2741
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
2742
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
2743
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
2744
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
2745
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
2739
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
2740
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
2741
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
2742
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
2743
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
2744
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2745
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2746
2746
  }>;
2747
- default: "middle" | "bottom" | "top" | "stretch" | {
2748
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
2749
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
2750
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
2751
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
2752
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
2753
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
2747
+ default: "middle" | "top" | "bottom" | "stretch" | {
2748
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
2749
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
2750
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
2751
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
2752
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2753
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2754
2754
  };
2755
2755
  };
2756
2756
  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<"middle" | "bottom" | "top" | "stretch" | {
923
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
924
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
925
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
926
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
927
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
928
- xxl?: "middle" | "bottom" | "top" | "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: "middle" | "bottom" | "top" | "stretch" | {
931
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
932
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
933
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
934
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
935
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
936
- xxl?: "middle" | "bottom" | "top" | "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<"middle" | "bottom" | "top" | "stretch" | {
969
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
970
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
971
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
972
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
973
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
974
- xxl?: "middle" | "bottom" | "top" | "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: "middle" | "bottom" | "top" | "stretch" | {
977
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
978
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
979
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
980
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
981
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
982
- xxl?: "middle" | "bottom" | "top" | "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<"middle" | "bottom" | "top" | "stretch" | {
1015
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
1016
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
1017
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
1018
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
1019
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
1020
- xxl?: "middle" | "bottom" | "top" | "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: "middle" | "bottom" | "top" | "stretch" | {
1023
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
1024
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
1025
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
1026
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
1027
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
1028
- xxl?: "middle" | "bottom" | "top" | "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<"middle" | "bottom" | "top" | "stretch" | {
1061
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
1062
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
1063
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
1064
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
1065
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
1066
- xxl?: "middle" | "bottom" | "top" | "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: "middle" | "bottom" | "top" | "stretch" | {
1069
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
1070
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
1071
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
1072
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
1073
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
1074
- xxl?: "middle" | "bottom" | "top" | "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: {