ll-plus 2.5.19 → 2.5.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 (178) hide show
  1. package/es/components/advanced-filtering/index.d.ts +284 -284
  2. package/es/components/advanced-filtering/src/advanced-filtering.vue.d.ts +142 -142
  3. package/es/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +142 -142
  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 +142 -142
  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 +141 -141
  23. package/es/components/input/index.d.ts +33 -33
  24. package/es/components/input/src/input.vue.d.ts +33 -33
  25. package/es/components/key-value/index.d.ts +678 -678
  26. package/es/components/key-value/src/components/key-value-item.vue.d.ts +226 -226
  27. package/es/components/key-value/src/key-value.vue.d.ts +678 -678
  28. package/es/components/modal/index.d.ts +1 -1
  29. package/es/components/modal/src/modal.vue.d.ts +1 -1
  30. package/es/components/new-drawer/index.d.ts +7 -7
  31. package/es/components/new-drawer/src/drawer.vue.d.ts +7 -7
  32. package/es/components/new-modal/index.d.ts +2 -2
  33. package/es/components/new-modal/src/modal.vue.d.ts +2 -2
  34. package/es/components/rich-text-editor/index.d.ts +1 -1
  35. package/es/components/rich-text-editor/src/rich-text-editor.vue.d.ts +1 -1
  36. package/es/components/select/index.d.ts +4 -4
  37. package/es/components/select/src/select.vue.d.ts +4 -4
  38. package/es/components/select-group/index.d.ts +1 -1
  39. package/es/components/select-group/src/select-group.d.ts +1 -1
  40. package/es/components/select-group/src/select-group.vue.d.ts +1 -1
  41. package/es/components/table/index.d.ts +6 -6
  42. package/es/components/table/src/components/main-table.vue.d.ts +2 -2
  43. package/es/components/table/src/config/table.d.ts +2 -2
  44. package/es/components/table/src/table.vue.d.ts +6 -6
  45. package/es/components/textarea/index.d.ts +5 -5
  46. package/es/components/textarea/src/textarea.vue.d.ts +5 -5
  47. package/es/components/tooltip/index.d.ts +4 -4
  48. package/es/components/tooltip/src/tooltip.d.ts +1 -1
  49. package/es/components/tooltip/src/tooltip.vue.d.ts +4 -4
  50. package/es/components/tree-search/index.d.ts +1 -1
  51. package/es/components/tree-search/src/tree-search.vue.d.ts +1 -1
  52. package/es/components/upload-drag/index.d.ts +2 -2
  53. package/es/components/upload-drag/src/upload-drag.vue.d.ts +2 -2
  54. package/es/packages/components/icon-base/src/icon-base.vue2.mjs +1 -1
  55. package/es/packages/components/icon-base/src/icon-base.vue2.mjs.map +1 -1
  56. package/es/packages/components/number-range/src/number-range.vue2.mjs +23 -15
  57. package/es/packages/components/number-range/src/number-range.vue2.mjs.map +1 -1
  58. package/index.full.js +23 -15
  59. package/index.full.min.js +16 -16
  60. package/index.full.min.js.map +1 -1
  61. package/index.full.min.mjs +16 -16
  62. package/index.full.min.mjs.map +1 -1
  63. package/index.full.mjs +23 -15
  64. package/lib/components/advanced-filtering/index.d.ts +284 -284
  65. package/lib/components/advanced-filtering/src/advanced-filtering.vue.d.ts +142 -142
  66. package/lib/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +142 -142
  67. package/lib/components/breadcrumb-card/index.d.ts +1 -1
  68. package/lib/components/breadcrumb-card/src/breadcrumb-card.vue.d.ts +1 -1
  69. package/lib/components/cascader/index.d.ts +8 -8
  70. package/lib/components/cascader/src/cascader.vue.d.ts +8 -8
  71. package/lib/components/checkbox/index.d.ts +217 -217
  72. package/lib/components/checkbox/src/checkbox-group.vue.d.ts +217 -217
  73. package/lib/components/checkbox/src/checkbox.d.ts +56 -56
  74. package/lib/components/drawer/index.d.ts +5 -5
  75. package/lib/components/drawer/src/components/second-confirmation/index.d.ts +1 -1
  76. package/lib/components/drawer/src/components/second-confirmation/src/second-confirmation.vue.d.ts +1 -1
  77. package/lib/components/drawer/src/drawer.vue.d.ts +5 -5
  78. package/lib/components/easy-cron/index.d.ts +95 -95
  79. package/lib/components/easy-cron/src/components/easy-cron-inner.vue.d.ts +88 -88
  80. package/lib/components/easy-cron/src/components/easy-cron-modal.vue.d.ts +88 -88
  81. package/lib/components/easy-cron/src/easy-cron.vue.d.ts +95 -95
  82. package/lib/components/form/index.d.ts +142 -142
  83. package/lib/components/form/src/components/form-component.vue.d.ts +1 -1
  84. package/lib/components/form/src/config/form.d.ts +56 -56
  85. package/lib/components/form/src/form.vue.d.ts +141 -141
  86. package/lib/components/input/index.d.ts +33 -33
  87. package/lib/components/input/src/input.vue.d.ts +33 -33
  88. package/lib/components/key-value/index.d.ts +678 -678
  89. package/lib/components/key-value/src/components/key-value-item.vue.d.ts +226 -226
  90. package/lib/components/key-value/src/key-value.vue.d.ts +678 -678
  91. package/lib/components/modal/index.d.ts +1 -1
  92. package/lib/components/modal/src/modal.vue.d.ts +1 -1
  93. package/lib/components/new-drawer/index.d.ts +7 -7
  94. package/lib/components/new-drawer/src/drawer.vue.d.ts +7 -7
  95. package/lib/components/new-modal/index.d.ts +2 -2
  96. package/lib/components/new-modal/src/modal.vue.d.ts +2 -2
  97. package/lib/components/rich-text-editor/index.d.ts +1 -1
  98. package/lib/components/rich-text-editor/src/rich-text-editor.vue.d.ts +1 -1
  99. package/lib/components/select/index.d.ts +4 -4
  100. package/lib/components/select/src/select.vue.d.ts +4 -4
  101. package/lib/components/select-group/index.d.ts +1 -1
  102. package/lib/components/select-group/src/select-group.d.ts +1 -1
  103. package/lib/components/select-group/src/select-group.vue.d.ts +1 -1
  104. package/lib/components/table/index.d.ts +6 -6
  105. package/lib/components/table/src/components/main-table.vue.d.ts +2 -2
  106. package/lib/components/table/src/config/table.d.ts +2 -2
  107. package/lib/components/table/src/table.vue.d.ts +6 -6
  108. package/lib/components/textarea/index.d.ts +5 -5
  109. package/lib/components/textarea/src/textarea.vue.d.ts +5 -5
  110. package/lib/components/tooltip/index.d.ts +4 -4
  111. package/lib/components/tooltip/src/tooltip.d.ts +1 -1
  112. package/lib/components/tooltip/src/tooltip.vue.d.ts +4 -4
  113. package/lib/components/tree-search/index.d.ts +1 -1
  114. package/lib/components/tree-search/src/tree-search.vue.d.ts +1 -1
  115. package/lib/components/upload-drag/index.d.ts +2 -2
  116. package/lib/components/upload-drag/src/upload-drag.vue.d.ts +2 -2
  117. package/lib/packages/components/icon-base/src/icon-base.vue2.js +1 -1
  118. package/lib/packages/components/icon-base/src/icon-base.vue2.js.map +1 -1
  119. package/lib/packages/components/number-range/src/number-range.vue2.js +22 -14
  120. package/lib/packages/components/number-range/src/number-range.vue2.js.map +1 -1
  121. package/package.json +1 -1
  122. package/theme-chalk/css/form.css +1 -1
  123. package/theme-chalk/css/icon-base.css +1 -1
  124. package/theme-chalk/css/index.css +1 -1
  125. package/theme-chalk/css/number-range.css +1 -1
  126. package/types/packages/components/advanced-filtering/index.d.ts +284 -284
  127. package/types/packages/components/advanced-filtering/src/advanced-filtering.vue.d.ts +142 -142
  128. package/types/packages/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +142 -142
  129. package/types/packages/components/breadcrumb-card/index.d.ts +1 -1
  130. package/types/packages/components/breadcrumb-card/src/breadcrumb-card.vue.d.ts +1 -1
  131. package/types/packages/components/cascader/index.d.ts +8 -8
  132. package/types/packages/components/cascader/src/cascader.vue.d.ts +8 -8
  133. package/types/packages/components/checkbox/index.d.ts +217 -217
  134. package/types/packages/components/checkbox/src/checkbox-group.vue.d.ts +217 -217
  135. package/types/packages/components/checkbox/src/checkbox.d.ts +56 -56
  136. package/types/packages/components/drawer/index.d.ts +5 -5
  137. package/types/packages/components/drawer/src/components/second-confirmation/index.d.ts +1 -1
  138. package/types/packages/components/drawer/src/components/second-confirmation/src/second-confirmation.vue.d.ts +1 -1
  139. package/types/packages/components/drawer/src/drawer.vue.d.ts +5 -5
  140. package/types/packages/components/easy-cron/index.d.ts +95 -95
  141. package/types/packages/components/easy-cron/src/components/easy-cron-inner.vue.d.ts +88 -88
  142. package/types/packages/components/easy-cron/src/components/easy-cron-modal.vue.d.ts +88 -88
  143. package/types/packages/components/easy-cron/src/easy-cron.vue.d.ts +95 -95
  144. package/types/packages/components/form/index.d.ts +142 -142
  145. package/types/packages/components/form/src/components/form-component.vue.d.ts +1 -1
  146. package/types/packages/components/form/src/config/form.d.ts +56 -56
  147. package/types/packages/components/form/src/form.vue.d.ts +141 -141
  148. package/types/packages/components/input/index.d.ts +33 -33
  149. package/types/packages/components/input/src/input.vue.d.ts +33 -33
  150. package/types/packages/components/key-value/index.d.ts +678 -678
  151. package/types/packages/components/key-value/src/components/key-value-item.vue.d.ts +226 -226
  152. package/types/packages/components/key-value/src/key-value.vue.d.ts +678 -678
  153. package/types/packages/components/modal/index.d.ts +1 -1
  154. package/types/packages/components/modal/src/modal.vue.d.ts +1 -1
  155. package/types/packages/components/new-drawer/index.d.ts +7 -7
  156. package/types/packages/components/new-drawer/src/drawer.vue.d.ts +7 -7
  157. package/types/packages/components/new-modal/index.d.ts +2 -2
  158. package/types/packages/components/new-modal/src/modal.vue.d.ts +2 -2
  159. package/types/packages/components/rich-text-editor/index.d.ts +1 -1
  160. package/types/packages/components/rich-text-editor/src/rich-text-editor.vue.d.ts +1 -1
  161. package/types/packages/components/select/index.d.ts +4 -4
  162. package/types/packages/components/select/src/select.vue.d.ts +4 -4
  163. package/types/packages/components/select-group/index.d.ts +1 -1
  164. package/types/packages/components/select-group/src/select-group.d.ts +1 -1
  165. package/types/packages/components/select-group/src/select-group.vue.d.ts +1 -1
  166. package/types/packages/components/table/index.d.ts +6 -6
  167. package/types/packages/components/table/src/components/main-table.vue.d.ts +2 -2
  168. package/types/packages/components/table/src/config/table.d.ts +2 -2
  169. package/types/packages/components/table/src/table.vue.d.ts +6 -6
  170. package/types/packages/components/textarea/index.d.ts +5 -5
  171. package/types/packages/components/textarea/src/textarea.vue.d.ts +5 -5
  172. package/types/packages/components/tooltip/index.d.ts +4 -4
  173. package/types/packages/components/tooltip/src/tooltip.d.ts +1 -1
  174. package/types/packages/components/tooltip/src/tooltip.vue.d.ts +4 -4
  175. package/types/packages/components/tree-search/index.d.ts +1 -1
  176. package/types/packages/components/tree-search/src/tree-search.vue.d.ts +1 -1
  177. package/types/packages/components/upload-drag/index.d.ts +2 -2
  178. package/types/packages/components/upload-drag/src/upload-drag.vue.d.ts +2 -2
@@ -19,7 +19,7 @@ export declare const LlFormComponent: import("ll-plus/es/utils").SFCWithInstall<
19
19
  } & {}>;
20
20
  emits: (event: "changeField", item: any) => void;
21
21
  formData: import("./src/config").FormData;
22
- getBindValue: (item: any) => import("lodash").Omit<any, "onChange" | "change" | "label">;
22
+ getBindValue: (item: any) => import("lodash").Omit<any, "change" | "onChange" | "label">;
23
23
  handleChange: (...arg: any[]) => void;
24
24
  readonly checkedType: string[];
25
25
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
@@ -941,21 +941,21 @@ export declare const LlForm: import("ll-plus/es/utils").SFCWithInstall<import("v
941
941
  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>;
942
942
  readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
943
943
  align: {
944
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
945
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
946
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
947
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
948
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
949
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
950
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
944
+ type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
945
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
946
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
947
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
948
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
949
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
950
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
951
951
  }>;
952
- default: "middle" | "top" | "bottom" | "stretch" | {
953
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
954
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
955
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
956
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
957
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
958
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
952
+ default: "top" | "bottom" | "middle" | "stretch" | {
953
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
954
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
955
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
956
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
957
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
958
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
959
959
  };
960
960
  };
961
961
  justify: {
@@ -987,21 +987,21 @@ export declare const LlForm: import("ll-plus/es/utils").SFCWithInstall<import("v
987
987
  };
988
988
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
989
989
  align: {
990
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
991
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
992
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
993
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
994
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
995
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
996
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
990
+ type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
991
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
992
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
993
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
994
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
995
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
996
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
997
997
  }>;
998
- default: "middle" | "top" | "bottom" | "stretch" | {
999
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
1000
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
1001
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
1002
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
1003
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1004
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
998
+ default: "top" | "bottom" | "middle" | "stretch" | {
999
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
1000
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
1001
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
1002
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
1003
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
1004
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
1005
1005
  };
1006
1006
  };
1007
1007
  justify: {
@@ -1033,21 +1033,21 @@ export declare const LlForm: import("ll-plus/es/utils").SFCWithInstall<import("v
1033
1033
  };
1034
1034
  }>>) | ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
1035
1035
  align: {
1036
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
1037
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
1038
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
1039
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
1040
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
1041
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1042
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1036
+ type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
1037
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
1038
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
1039
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
1040
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
1041
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
1042
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
1043
1043
  }>;
1044
- default: "middle" | "top" | "bottom" | "stretch" | {
1045
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
1046
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
1047
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
1048
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
1049
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1050
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1044
+ default: "top" | "bottom" | "middle" | "stretch" | {
1045
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
1046
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
1047
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
1048
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
1049
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
1050
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
1051
1051
  };
1052
1052
  };
1053
1053
  justify: {
@@ -1079,21 +1079,21 @@ export declare const LlForm: import("ll-plus/es/utils").SFCWithInstall<import("v
1079
1079
  };
1080
1080
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
1081
1081
  align: {
1082
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
1083
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
1084
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
1085
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
1086
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
1087
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1088
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1082
+ type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
1083
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
1084
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
1085
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
1086
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
1087
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
1088
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
1089
1089
  }>;
1090
- default: "middle" | "top" | "bottom" | "stretch" | {
1091
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
1092
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
1093
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
1094
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
1095
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1096
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1090
+ default: "top" | "bottom" | "middle" | "stretch" | {
1091
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
1092
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
1093
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
1094
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
1095
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
1096
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
1097
1097
  };
1098
1098
  };
1099
1099
  justify: {
@@ -1356,21 +1356,21 @@ export declare const LlForm: import("ll-plus/es/utils").SFCWithInstall<import("v
1356
1356
  readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
1357
1357
  readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
1358
1358
  align: {
1359
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
1360
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
1361
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
1362
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
1363
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
1364
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1365
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1359
+ type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
1360
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
1361
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
1362
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
1363
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
1364
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
1365
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
1366
1366
  }>;
1367
- default: "middle" | "top" | "bottom" | "stretch" | {
1368
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
1369
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
1370
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
1371
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
1372
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1373
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1367
+ default: "top" | "bottom" | "middle" | "stretch" | {
1368
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
1369
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
1370
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
1371
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
1372
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
1373
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
1374
1374
  };
1375
1375
  };
1376
1376
  justify: {
@@ -1455,7 +1455,7 @@ export declare const LlForm: import("ll-plus/es/utils").SFCWithInstall<import("v
1455
1455
  } & {}>;
1456
1456
  emits: (event: "changeField", item: any) => void;
1457
1457
  formData: import("./src/config").FormData;
1458
- getBindValue: (item: any) => import("lodash").Omit<any, "onChange" | "change" | "label">;
1458
+ getBindValue: (item: any) => import("lodash").Omit<any, "change" | "onChange" | "label">;
1459
1459
  handleChange: (...arg: any[]) => void;
1460
1460
  readonly checkedType: string[];
1461
1461
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
@@ -2379,21 +2379,21 @@ export declare const LlForm: import("ll-plus/es/utils").SFCWithInstall<import("v
2379
2379
  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>;
2380
2380
  readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
2381
2381
  align: {
2382
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
2383
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
2384
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
2385
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
2386
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
2387
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2388
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2382
+ type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
2383
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
2384
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
2385
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
2386
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
2387
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
2388
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
2389
2389
  }>;
2390
- default: "middle" | "top" | "bottom" | "stretch" | {
2391
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
2392
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
2393
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
2394
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
2395
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2396
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2390
+ default: "top" | "bottom" | "middle" | "stretch" | {
2391
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
2392
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
2393
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
2394
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
2395
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
2396
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
2397
2397
  };
2398
2398
  };
2399
2399
  justify: {
@@ -2425,21 +2425,21 @@ export declare const LlForm: import("ll-plus/es/utils").SFCWithInstall<import("v
2425
2425
  };
2426
2426
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
2427
2427
  align: {
2428
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
2429
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
2430
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
2431
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
2432
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
2433
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2434
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2428
+ type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
2429
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
2430
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
2431
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
2432
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
2433
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
2434
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
2435
2435
  }>;
2436
- default: "middle" | "top" | "bottom" | "stretch" | {
2437
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
2438
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
2439
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
2440
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
2441
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2442
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2436
+ default: "top" | "bottom" | "middle" | "stretch" | {
2437
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
2438
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
2439
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
2440
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
2441
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
2442
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
2443
2443
  };
2444
2444
  };
2445
2445
  justify: {
@@ -2471,21 +2471,21 @@ export declare const LlForm: import("ll-plus/es/utils").SFCWithInstall<import("v
2471
2471
  };
2472
2472
  }>>) | ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
2473
2473
  align: {
2474
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
2475
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
2476
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
2477
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
2478
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
2479
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2480
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2474
+ type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
2475
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
2476
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
2477
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
2478
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
2479
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
2480
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
2481
2481
  }>;
2482
- default: "middle" | "top" | "bottom" | "stretch" | {
2483
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
2484
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
2485
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
2486
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
2487
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2488
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2482
+ default: "top" | "bottom" | "middle" | "stretch" | {
2483
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
2484
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
2485
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
2486
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
2487
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
2488
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
2489
2489
  };
2490
2490
  };
2491
2491
  justify: {
@@ -2517,21 +2517,21 @@ export declare const LlForm: import("ll-plus/es/utils").SFCWithInstall<import("v
2517
2517
  };
2518
2518
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
2519
2519
  align: {
2520
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
2521
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
2522
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
2523
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
2524
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
2525
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2526
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2520
+ type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
2521
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
2522
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
2523
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
2524
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
2525
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
2526
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
2527
2527
  }>;
2528
- default: "middle" | "top" | "bottom" | "stretch" | {
2529
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
2530
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
2531
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
2532
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
2533
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2534
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2528
+ default: "top" | "bottom" | "middle" | "stretch" | {
2529
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
2530
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
2531
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
2532
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
2533
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
2534
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
2535
2535
  };
2536
2536
  };
2537
2537
  justify: {
@@ -2795,21 +2795,21 @@ export declare const LlForm: import("ll-plus/es/utils").SFCWithInstall<import("v
2795
2795
  readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
2796
2796
  readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
2797
2797
  align: {
2798
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
2799
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
2800
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
2801
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
2802
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
2803
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2804
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2798
+ type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
2799
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
2800
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
2801
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
2802
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
2803
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
2804
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
2805
2805
  }>;
2806
- default: "middle" | "top" | "bottom" | "stretch" | {
2807
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
2808
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
2809
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
2810
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
2811
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2812
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2806
+ default: "top" | "bottom" | "middle" | "stretch" | {
2807
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
2808
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
2809
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
2810
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
2811
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
2812
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
2813
2813
  };
2814
2814
  };
2815
2815
  justify: {
@@ -18,7 +18,7 @@ declare const _default: import("vue").DefineComponent<{
18
18
  } & {}>;
19
19
  emits: (event: "changeField", item: any) => void;
20
20
  formData: import("../config").FormData;
21
- getBindValue: (item: FormColumn) => import("lodash").Omit<any, "onChange" | "change" | "label">;
21
+ getBindValue: (item: FormColumn) => import("lodash").Omit<any, "change" | "onChange" | "label">;
22
22
  handleChange: (...arg: any[]) => void;
23
23
  readonly checkedType: string[];
24
24
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
@@ -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<"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;
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;
934
934
  }>;
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;
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;
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<"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;
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;
980
980
  }>;
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;
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;
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<"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;
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;
1026
1026
  }>;
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;
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;
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<"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;
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;
1072
1072
  }>;
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;
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;
1080
1080
  };
1081
1081
  };
1082
1082
  justify: {