ll-plus 2.6.19 → 2.6.21

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 +288 -288
  2. package/es/components/advanced-filtering/src/advanced-filtering.vue.d.ts +144 -144
  3. package/es/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +144 -144
  4. package/es/components/breadcrumb-card/index.d.ts +1 -1
  5. package/es/components/breadcrumb-card/src/breadcrumb-card.vue.d.ts +1 -1
  6. package/es/components/cascader/index.d.ts +8 -8
  7. package/es/components/cascader/src/cascader.vue.d.ts +8 -8
  8. package/es/components/checkbox/index.d.ts +217 -217
  9. package/es/components/checkbox/src/checkbox-group.vue.d.ts +217 -217
  10. package/es/components/checkbox/src/checkbox.d.ts +56 -56
  11. package/es/components/drawer/index.d.ts +5 -5
  12. package/es/components/drawer/src/components/second-confirmation/index.d.ts +1 -1
  13. package/es/components/drawer/src/components/second-confirmation/src/second-confirmation.vue.d.ts +1 -1
  14. package/es/components/drawer/src/drawer.vue.d.ts +5 -5
  15. package/es/components/easy-cron/index.d.ts +95 -95
  16. package/es/components/easy-cron/src/components/easy-cron-inner.vue.d.ts +88 -88
  17. package/es/components/easy-cron/src/components/easy-cron-modal.vue.d.ts +88 -88
  18. package/es/components/easy-cron/src/easy-cron.vue.d.ts +95 -95
  19. package/es/components/form/index.d.ts +144 -144
  20. package/es/components/form/src/components/form-component.vue.d.ts +1 -1
  21. package/es/components/form/src/config/form.d.ts +56 -56
  22. package/es/components/form/src/form.vue.d.ts +143 -143
  23. package/es/components/icon-picker/index.d.ts +1 -1
  24. package/es/components/icon-picker/src/components/modal.vue.d.ts +1 -1
  25. package/es/components/icon-picker/src/icon-picker.vue.d.ts +1 -1
  26. package/es/components/input/index.d.ts +40 -34
  27. package/es/components/input/src/input.d.ts +1 -0
  28. package/es/components/input/src/input.vue.d.ts +40 -34
  29. package/es/components/key-value/index.d.ts +690 -690
  30. package/es/components/key-value/src/components/key-value-item.vue.d.ts +230 -230
  31. package/es/components/key-value/src/key-value.vue.d.ts +690 -690
  32. package/es/components/modal/index.d.ts +1 -1
  33. package/es/components/modal/src/modal.vue.d.ts +1 -1
  34. package/es/components/new-drawer/index.d.ts +7 -7
  35. package/es/components/new-drawer/src/drawer.vue.d.ts +7 -7
  36. package/es/components/new-modal/index.d.ts +2 -2
  37. package/es/components/new-modal/src/modal.vue.d.ts +2 -2
  38. package/es/components/rich-text-editor/index.d.ts +1 -1
  39. package/es/components/rich-text-editor/src/rich-text-editor.vue.d.ts +1 -1
  40. package/es/components/select/index.d.ts +4 -4
  41. package/es/components/select/src/select.vue.d.ts +4 -4
  42. package/es/components/select-group/index.d.ts +2 -2
  43. package/es/components/select-group/src/select-group.d.ts +1 -1
  44. package/es/components/select-group/src/select-group.vue.d.ts +2 -2
  45. package/es/components/table/index.d.ts +6 -6
  46. package/es/components/table/src/components/main-table.vue.d.ts +2 -2
  47. package/es/components/table/src/config/table.d.ts +2 -2
  48. package/es/components/table/src/table.vue.d.ts +6 -6
  49. package/es/components/textarea/index.d.ts +5 -5
  50. package/es/components/textarea/src/textarea.vue.d.ts +5 -5
  51. package/es/components/tooltip/index.d.ts +4 -4
  52. package/es/components/tooltip/src/tooltip.d.ts +1 -1
  53. package/es/components/tooltip/src/tooltip.vue.d.ts +4 -4
  54. package/es/components/tree-search/index.d.ts +1 -1
  55. package/es/components/tree-search/src/tree-search.vue.d.ts +1 -1
  56. package/es/components/upload-drag/index.d.ts +2 -2
  57. package/es/components/upload-drag/src/upload-drag.vue.d.ts +2 -2
  58. package/es/packages/components/input/src/input.mjs +7 -0
  59. package/es/packages/components/input/src/input.mjs.map +1 -1
  60. package/es/packages/components/input/src/input.vue2.mjs +4 -2
  61. package/es/packages/components/input/src/input.vue2.mjs.map +1 -1
  62. package/es/packages/components/upload-image/src/upload-image.vue2.mjs +2 -1
  63. package/es/packages/components/upload-image/src/upload-image.vue2.mjs.map +1 -1
  64. package/index.full.js +13 -3
  65. package/index.full.min.js +2 -2
  66. package/index.full.min.js.map +1 -1
  67. package/index.full.min.mjs +2 -2
  68. package/index.full.min.mjs.map +1 -1
  69. package/index.full.mjs +13 -3
  70. package/lib/components/advanced-filtering/index.d.ts +288 -288
  71. package/lib/components/advanced-filtering/src/advanced-filtering.vue.d.ts +144 -144
  72. package/lib/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +144 -144
  73. package/lib/components/breadcrumb-card/index.d.ts +1 -1
  74. package/lib/components/breadcrumb-card/src/breadcrumb-card.vue.d.ts +1 -1
  75. package/lib/components/cascader/index.d.ts +8 -8
  76. package/lib/components/cascader/src/cascader.vue.d.ts +8 -8
  77. package/lib/components/checkbox/index.d.ts +217 -217
  78. package/lib/components/checkbox/src/checkbox-group.vue.d.ts +217 -217
  79. package/lib/components/checkbox/src/checkbox.d.ts +56 -56
  80. package/lib/components/drawer/index.d.ts +5 -5
  81. package/lib/components/drawer/src/components/second-confirmation/index.d.ts +1 -1
  82. package/lib/components/drawer/src/components/second-confirmation/src/second-confirmation.vue.d.ts +1 -1
  83. package/lib/components/drawer/src/drawer.vue.d.ts +5 -5
  84. package/lib/components/easy-cron/index.d.ts +95 -95
  85. package/lib/components/easy-cron/src/components/easy-cron-inner.vue.d.ts +88 -88
  86. package/lib/components/easy-cron/src/components/easy-cron-modal.vue.d.ts +88 -88
  87. package/lib/components/easy-cron/src/easy-cron.vue.d.ts +95 -95
  88. package/lib/components/form/index.d.ts +144 -144
  89. package/lib/components/form/src/components/form-component.vue.d.ts +1 -1
  90. package/lib/components/form/src/config/form.d.ts +56 -56
  91. package/lib/components/form/src/form.vue.d.ts +143 -143
  92. package/lib/components/icon-picker/index.d.ts +1 -1
  93. package/lib/components/icon-picker/src/components/modal.vue.d.ts +1 -1
  94. package/lib/components/icon-picker/src/icon-picker.vue.d.ts +1 -1
  95. package/lib/components/input/index.d.ts +40 -34
  96. package/lib/components/input/src/input.d.ts +1 -0
  97. package/lib/components/input/src/input.vue.d.ts +40 -34
  98. package/lib/components/key-value/index.d.ts +690 -690
  99. package/lib/components/key-value/src/components/key-value-item.vue.d.ts +230 -230
  100. package/lib/components/key-value/src/key-value.vue.d.ts +690 -690
  101. package/lib/components/modal/index.d.ts +1 -1
  102. package/lib/components/modal/src/modal.vue.d.ts +1 -1
  103. package/lib/components/new-drawer/index.d.ts +7 -7
  104. package/lib/components/new-drawer/src/drawer.vue.d.ts +7 -7
  105. package/lib/components/new-modal/index.d.ts +2 -2
  106. package/lib/components/new-modal/src/modal.vue.d.ts +2 -2
  107. package/lib/components/rich-text-editor/index.d.ts +1 -1
  108. package/lib/components/rich-text-editor/src/rich-text-editor.vue.d.ts +1 -1
  109. package/lib/components/select/index.d.ts +4 -4
  110. package/lib/components/select/src/select.vue.d.ts +4 -4
  111. package/lib/components/select-group/index.d.ts +2 -2
  112. package/lib/components/select-group/src/select-group.d.ts +1 -1
  113. package/lib/components/select-group/src/select-group.vue.d.ts +2 -2
  114. package/lib/components/table/index.d.ts +6 -6
  115. package/lib/components/table/src/components/main-table.vue.d.ts +2 -2
  116. package/lib/components/table/src/config/table.d.ts +2 -2
  117. package/lib/components/table/src/table.vue.d.ts +6 -6
  118. package/lib/components/textarea/index.d.ts +5 -5
  119. package/lib/components/textarea/src/textarea.vue.d.ts +5 -5
  120. package/lib/components/tooltip/index.d.ts +4 -4
  121. package/lib/components/tooltip/src/tooltip.d.ts +1 -1
  122. package/lib/components/tooltip/src/tooltip.vue.d.ts +4 -4
  123. package/lib/components/tree-search/index.d.ts +1 -1
  124. package/lib/components/tree-search/src/tree-search.vue.d.ts +1 -1
  125. package/lib/components/upload-drag/index.d.ts +2 -2
  126. package/lib/components/upload-drag/src/upload-drag.vue.d.ts +2 -2
  127. package/lib/packages/components/input/src/input.js +7 -0
  128. package/lib/packages/components/input/src/input.js.map +1 -1
  129. package/lib/packages/components/input/src/input.vue2.js +4 -2
  130. package/lib/packages/components/input/src/input.vue2.js.map +1 -1
  131. package/lib/packages/components/upload-image/src/upload-image.vue2.js +2 -1
  132. package/lib/packages/components/upload-image/src/upload-image.vue2.js.map +1 -1
  133. package/package.json +1 -1
  134. package/theme-chalk/css/index.css +2 -2
  135. package/theme-chalk/css/table.css +1 -1
  136. package/theme-chalk/css/upload-image.css +1 -1
  137. package/theme-chalk/fonts/iconfont.js +1 -1
  138. package/theme-chalk/fonts/iconfont.json +4 -4
  139. package/types/packages/components/advanced-filtering/index.d.ts +288 -288
  140. package/types/packages/components/advanced-filtering/src/advanced-filtering.vue.d.ts +144 -144
  141. package/types/packages/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +144 -144
  142. package/types/packages/components/breadcrumb-card/index.d.ts +1 -1
  143. package/types/packages/components/breadcrumb-card/src/breadcrumb-card.vue.d.ts +1 -1
  144. package/types/packages/components/cascader/index.d.ts +8 -8
  145. package/types/packages/components/cascader/src/cascader.vue.d.ts +8 -8
  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/drawer/index.d.ts +5 -5
  150. package/types/packages/components/drawer/src/components/second-confirmation/index.d.ts +1 -1
  151. package/types/packages/components/drawer/src/components/second-confirmation/src/second-confirmation.vue.d.ts +1 -1
  152. package/types/packages/components/drawer/src/drawer.vue.d.ts +5 -5
  153. package/types/packages/components/easy-cron/index.d.ts +95 -95
  154. package/types/packages/components/easy-cron/src/components/easy-cron-inner.vue.d.ts +88 -88
  155. package/types/packages/components/easy-cron/src/components/easy-cron-modal.vue.d.ts +88 -88
  156. package/types/packages/components/easy-cron/src/easy-cron.vue.d.ts +95 -95
  157. package/types/packages/components/form/index.d.ts +144 -144
  158. package/types/packages/components/form/src/components/form-component.vue.d.ts +1 -1
  159. package/types/packages/components/form/src/config/form.d.ts +56 -56
  160. package/types/packages/components/form/src/form.vue.d.ts +143 -143
  161. package/types/packages/components/icon-picker/index.d.ts +1 -1
  162. package/types/packages/components/icon-picker/src/components/modal.vue.d.ts +1 -1
  163. package/types/packages/components/icon-picker/src/icon-picker.vue.d.ts +1 -1
  164. package/types/packages/components/input/index.d.ts +40 -34
  165. package/types/packages/components/input/src/input.d.ts +1 -0
  166. package/types/packages/components/input/src/input.vue.d.ts +40 -34
  167. package/types/packages/components/key-value/index.d.ts +690 -690
  168. package/types/packages/components/key-value/src/components/key-value-item.vue.d.ts +230 -230
  169. package/types/packages/components/key-value/src/key-value.vue.d.ts +690 -690
  170. package/types/packages/components/modal/index.d.ts +1 -1
  171. package/types/packages/components/modal/src/modal.vue.d.ts +1 -1
  172. package/types/packages/components/new-drawer/index.d.ts +7 -7
  173. package/types/packages/components/new-drawer/src/drawer.vue.d.ts +7 -7
  174. package/types/packages/components/new-modal/index.d.ts +2 -2
  175. package/types/packages/components/new-modal/src/modal.vue.d.ts +2 -2
  176. package/types/packages/components/rich-text-editor/index.d.ts +1 -1
  177. package/types/packages/components/rich-text-editor/src/rich-text-editor.vue.d.ts +1 -1
  178. package/types/packages/components/select/index.d.ts +4 -4
  179. package/types/packages/components/select/src/select.vue.d.ts +4 -4
  180. package/types/packages/components/select-group/index.d.ts +2 -2
  181. package/types/packages/components/select-group/src/select-group.d.ts +1 -1
  182. package/types/packages/components/select-group/src/select-group.vue.d.ts +2 -2
  183. package/types/packages/components/table/index.d.ts +6 -6
  184. package/types/packages/components/table/src/components/main-table.vue.d.ts +2 -2
  185. package/types/packages/components/table/src/config/table.d.ts +2 -2
  186. package/types/packages/components/table/src/table.vue.d.ts +6 -6
  187. package/types/packages/components/textarea/index.d.ts +5 -5
  188. package/types/packages/components/textarea/src/textarea.vue.d.ts +5 -5
  189. package/types/packages/components/tooltip/index.d.ts +4 -4
  190. package/types/packages/components/tooltip/src/tooltip.d.ts +1 -1
  191. package/types/packages/components/tooltip/src/tooltip.vue.d.ts +4 -4
  192. package/types/packages/components/tree-search/index.d.ts +1 -1
  193. package/types/packages/components/tree-search/src/tree-search.vue.d.ts +1 -1
  194. package/types/packages/components/upload-drag/index.d.ts +2 -2
  195. package/types/packages/components/upload-drag/src/upload-drag.vue.d.ts +2 -2
@@ -20,7 +20,7 @@ export declare const LlFormComponent: import("ll-plus/es/utils").SFCWithInstall<
20
20
  emits: (event: "changeField", item: any) => void;
21
21
  formData: import("./src/config").FormData;
22
22
  componentRef: import("vue").Ref<any>;
23
- getBindValue: (item: any) => import("lodash").Omit<any, "change" | "onChange" | "label">;
23
+ getBindValue: (item: any) => import("lodash").Omit<any, "onChange" | "change" | "label">;
24
24
  handleChange: (...arg: any[]) => void;
25
25
  focus: () => Promise<void>;
26
26
  getItem: () => any;
@@ -944,21 +944,21 @@ export declare const LlForm: import("ll-plus/es/utils").SFCWithInstall<import("v
944
944
  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>;
945
945
  readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
946
946
  align: {
947
- type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
948
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
949
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
950
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
951
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
952
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
953
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
947
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
948
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
949
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
950
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
951
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
952
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
953
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
954
954
  }>;
955
- default: "top" | "bottom" | "middle" | "stretch" | {
956
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
957
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
958
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
959
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
960
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
961
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
955
+ default: "middle" | "top" | "bottom" | "stretch" | {
956
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
957
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
958
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
959
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
960
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
961
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
962
962
  };
963
963
  };
964
964
  justify: {
@@ -990,21 +990,21 @@ export declare const LlForm: import("ll-plus/es/utils").SFCWithInstall<import("v
990
990
  };
991
991
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
992
992
  align: {
993
- type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
994
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
995
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
996
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
997
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
998
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
999
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
993
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
994
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
995
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
996
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
997
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
998
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
999
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1000
1000
  }>;
1001
- default: "top" | "bottom" | "middle" | "stretch" | {
1002
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
1003
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
1004
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
1005
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
1006
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
1007
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
1001
+ default: "middle" | "top" | "bottom" | "stretch" | {
1002
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
1003
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
1004
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
1005
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
1006
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1007
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1008
1008
  };
1009
1009
  };
1010
1010
  justify: {
@@ -1036,21 +1036,21 @@ export declare const LlForm: import("ll-plus/es/utils").SFCWithInstall<import("v
1036
1036
  };
1037
1037
  }>>) | ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
1038
1038
  align: {
1039
- type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
1040
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
1041
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
1042
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
1043
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
1044
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
1045
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
1039
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
1040
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
1041
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
1042
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
1043
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
1044
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1045
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1046
1046
  }>;
1047
- default: "top" | "bottom" | "middle" | "stretch" | {
1048
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
1049
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
1050
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
1051
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
1052
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
1053
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
1047
+ default: "middle" | "top" | "bottom" | "stretch" | {
1048
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
1049
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
1050
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
1051
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
1052
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1053
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1054
1054
  };
1055
1055
  };
1056
1056
  justify: {
@@ -1082,21 +1082,21 @@ export declare const LlForm: import("ll-plus/es/utils").SFCWithInstall<import("v
1082
1082
  };
1083
1083
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
1084
1084
  align: {
1085
- type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
1086
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
1087
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
1088
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
1089
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
1090
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
1091
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
1085
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
1086
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
1087
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
1088
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
1089
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
1090
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1091
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1092
1092
  }>;
1093
- default: "top" | "bottom" | "middle" | "stretch" | {
1094
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
1095
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
1096
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
1097
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
1098
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
1099
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
1093
+ default: "middle" | "top" | "bottom" | "stretch" | {
1094
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
1095
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
1096
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
1097
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
1098
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1099
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1100
1100
  };
1101
1101
  };
1102
1102
  justify: {
@@ -1363,21 +1363,21 @@ export declare const LlForm: import("ll-plus/es/utils").SFCWithInstall<import("v
1363
1363
  readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
1364
1364
  readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
1365
1365
  align: {
1366
- type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
1367
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
1368
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
1369
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
1370
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
1371
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
1372
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
1366
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
1367
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
1368
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
1369
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
1370
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
1371
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1372
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1373
1373
  }>;
1374
- default: "top" | "bottom" | "middle" | "stretch" | {
1375
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
1376
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
1377
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
1378
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
1379
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
1380
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
1374
+ default: "middle" | "top" | "bottom" | "stretch" | {
1375
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
1376
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
1377
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
1378
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
1379
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1380
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1381
1381
  };
1382
1382
  };
1383
1383
  justify: {
@@ -1449,7 +1449,7 @@ export declare const LlForm: import("ll-plus/es/utils").SFCWithInstall<import("v
1449
1449
  emits: (event: "changeField", item: any) => void;
1450
1450
  formData: import("./src/config").FormData;
1451
1451
  componentRef: import("vue").Ref<any>;
1452
- getBindValue: (item: any) => import("lodash").Omit<any, "change" | "onChange" | "label">;
1452
+ getBindValue: (item: any) => import("lodash").Omit<any, "onChange" | "change" | "label">;
1453
1453
  handleChange: (...arg: any[]) => void;
1454
1454
  focus: () => Promise<void>;
1455
1455
  getItem: () => any;
@@ -1501,7 +1501,7 @@ export declare const LlForm: import("ll-plus/es/utils").SFCWithInstall<import("v
1501
1501
  emits: (event: "changeField", item: any) => void;
1502
1502
  formData: import("./src/config").FormData;
1503
1503
  componentRef: import("vue").Ref<any>;
1504
- getBindValue: (item: any) => import("lodash").Omit<any, "change" | "onChange" | "label">;
1504
+ getBindValue: (item: any) => import("lodash").Omit<any, "onChange" | "change" | "label">;
1505
1505
  handleChange: (...arg: any[]) => void;
1506
1506
  focus: () => Promise<void>;
1507
1507
  getItem: () => any;
@@ -1644,7 +1644,7 @@ export declare const LlForm: import("ll-plus/es/utils").SFCWithInstall<import("v
1644
1644
  emits: (event: "changeField", item: any) => void;
1645
1645
  formData: import("./src/config").FormData;
1646
1646
  componentRef: import("vue").Ref<any>;
1647
- getBindValue: (item: any) => import("lodash").Omit<any, "change" | "onChange" | "label">;
1647
+ getBindValue: (item: any) => import("lodash").Omit<any, "onChange" | "change" | "label">;
1648
1648
  handleChange: (...arg: any[]) => void;
1649
1649
  focus: () => Promise<void>;
1650
1650
  getItem: () => any;
@@ -2570,21 +2570,21 @@ export declare const LlForm: import("ll-plus/es/utils").SFCWithInstall<import("v
2570
2570
  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>;
2571
2571
  readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
2572
2572
  align: {
2573
- type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
2574
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
2575
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
2576
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
2577
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
2578
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
2579
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
2573
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
2574
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
2575
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
2576
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
2577
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
2578
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2579
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2580
2580
  }>;
2581
- default: "top" | "bottom" | "middle" | "stretch" | {
2582
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
2583
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
2584
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
2585
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
2586
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
2587
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
2581
+ default: "middle" | "top" | "bottom" | "stretch" | {
2582
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
2583
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
2584
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
2585
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
2586
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2587
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2588
2588
  };
2589
2589
  };
2590
2590
  justify: {
@@ -2616,21 +2616,21 @@ export declare const LlForm: import("ll-plus/es/utils").SFCWithInstall<import("v
2616
2616
  };
2617
2617
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
2618
2618
  align: {
2619
- type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
2620
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
2621
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
2622
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
2623
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
2624
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
2625
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
2619
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
2620
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
2621
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
2622
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
2623
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
2624
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2625
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2626
2626
  }>;
2627
- default: "top" | "bottom" | "middle" | "stretch" | {
2628
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
2629
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
2630
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
2631
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
2632
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
2633
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
2627
+ default: "middle" | "top" | "bottom" | "stretch" | {
2628
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
2629
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
2630
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
2631
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
2632
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2633
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2634
2634
  };
2635
2635
  };
2636
2636
  justify: {
@@ -2662,21 +2662,21 @@ export declare const LlForm: import("ll-plus/es/utils").SFCWithInstall<import("v
2662
2662
  };
2663
2663
  }>>) | ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
2664
2664
  align: {
2665
- type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
2666
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
2667
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
2668
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
2669
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
2670
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
2671
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
2665
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
2666
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
2667
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
2668
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
2669
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
2670
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2671
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2672
2672
  }>;
2673
- default: "top" | "bottom" | "middle" | "stretch" | {
2674
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
2675
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
2676
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
2677
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
2678
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
2679
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
2673
+ default: "middle" | "top" | "bottom" | "stretch" | {
2674
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
2675
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
2676
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
2677
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
2678
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2679
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2680
2680
  };
2681
2681
  };
2682
2682
  justify: {
@@ -2708,21 +2708,21 @@ export declare const LlForm: import("ll-plus/es/utils").SFCWithInstall<import("v
2708
2708
  };
2709
2709
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
2710
2710
  align: {
2711
- type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
2712
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
2713
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
2714
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
2715
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
2716
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
2717
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
2711
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
2712
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
2713
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
2714
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
2715
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
2716
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2717
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2718
2718
  }>;
2719
- default: "top" | "bottom" | "middle" | "stretch" | {
2720
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
2721
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
2722
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
2723
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
2724
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
2725
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
2719
+ default: "middle" | "top" | "bottom" | "stretch" | {
2720
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
2721
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
2722
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
2723
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
2724
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2725
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2726
2726
  };
2727
2727
  };
2728
2728
  justify: {
@@ -2990,21 +2990,21 @@ export declare const LlForm: import("ll-plus/es/utils").SFCWithInstall<import("v
2990
2990
  readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
2991
2991
  readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
2992
2992
  align: {
2993
- type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
2994
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
2995
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
2996
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
2997
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
2998
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
2999
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
2993
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
2994
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
2995
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
2996
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
2997
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
2998
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2999
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
3000
3000
  }>;
3001
- default: "top" | "bottom" | "middle" | "stretch" | {
3002
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
3003
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
3004
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
3005
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
3006
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
3007
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
3001
+ default: "middle" | "top" | "bottom" | "stretch" | {
3002
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
3003
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
3004
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
3005
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
3006
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
3007
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
3008
3008
  };
3009
3009
  };
3010
3010
  justify: {
@@ -19,7 +19,7 @@ declare const _default: import("vue").DefineComponent<{
19
19
  emits: (event: "changeField", item: any) => void;
20
20
  formData: import("../config").FormData;
21
21
  componentRef: import("vue").Ref<any>;
22
- getBindValue: (item: FormColumn) => import("lodash").Omit<any, "change" | "onChange" | "label">;
22
+ getBindValue: (item: FormColumn) => import("lodash").Omit<any, "onChange" | "change" | "label">;
23
23
  handleChange: (...arg: any[]) => void;
24
24
  focus: () => Promise<void>;
25
25
  getItem: () => any;
@@ -924,21 +924,21 @@ export declare const formProps: {
924
924
  readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => FormData) | (() => FormData) | ((new (...args: any[]) => FormData) | (() => FormData))[], unknown, unknown, () => {}, boolean>;
925
925
  readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<ExtractPropTypes<{
926
926
  align: {
927
- type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
928
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
929
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
930
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
931
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
932
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
933
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
927
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
928
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
929
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
930
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
931
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
932
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
933
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
934
934
  }>;
935
- default: "top" | "bottom" | "middle" | "stretch" | {
936
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
937
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
938
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
939
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
940
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
941
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
935
+ default: "middle" | "top" | "bottom" | "stretch" | {
936
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
937
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
938
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
939
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
940
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
941
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
942
942
  };
943
943
  };
944
944
  justify: {
@@ -970,21 +970,21 @@ export declare const formProps: {
970
970
  };
971
971
  }>>) | (() => Partial<ExtractPropTypes<{
972
972
  align: {
973
- type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
974
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
975
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
976
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
977
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
978
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
979
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
973
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
974
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
975
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
976
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
977
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
978
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
979
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
980
980
  }>;
981
- default: "top" | "bottom" | "middle" | "stretch" | {
982
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
983
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
984
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
985
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
986
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
987
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
981
+ default: "middle" | "top" | "bottom" | "stretch" | {
982
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
983
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
984
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
985
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
986
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
987
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
988
988
  };
989
989
  };
990
990
  justify: {
@@ -1016,21 +1016,21 @@ export declare const formProps: {
1016
1016
  };
1017
1017
  }>>) | ((new (...args: any[]) => Partial<ExtractPropTypes<{
1018
1018
  align: {
1019
- type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
1020
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
1021
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
1022
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
1023
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
1024
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
1025
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
1019
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
1020
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
1021
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
1022
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
1023
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
1024
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1025
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1026
1026
  }>;
1027
- default: "top" | "bottom" | "middle" | "stretch" | {
1028
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
1029
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
1030
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
1031
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
1032
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
1033
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
1027
+ default: "middle" | "top" | "bottom" | "stretch" | {
1028
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
1029
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
1030
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
1031
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
1032
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1033
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1034
1034
  };
1035
1035
  };
1036
1036
  justify: {
@@ -1062,21 +1062,21 @@ export declare const formProps: {
1062
1062
  };
1063
1063
  }>>) | (() => Partial<ExtractPropTypes<{
1064
1064
  align: {
1065
- type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
1066
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
1067
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
1068
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
1069
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
1070
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
1071
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
1065
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
1066
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
1067
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
1068
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
1069
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
1070
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1071
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1072
1072
  }>;
1073
- default: "top" | "bottom" | "middle" | "stretch" | {
1074
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
1075
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
1076
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
1077
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
1078
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
1079
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
1073
+ default: "middle" | "top" | "bottom" | "stretch" | {
1074
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
1075
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
1076
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
1077
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
1078
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1079
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1080
1080
  };
1081
1081
  };
1082
1082
  justify: {