ll-plus 2.9.20 → 2.9.22

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 (226) hide show
  1. package/es/components/advanced-filtering/index.d.ts +302 -302
  2. package/es/components/advanced-filtering/src/advanced-filtering.vue.d.ts +152 -152
  3. package/es/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +148 -148
  4. package/es/components/advanced-filtering/src/components/advanced-filtering-tags.vue.d.ts +2 -2
  5. package/es/components/api-component/index.d.ts +16 -16
  6. package/es/components/api-component/src/api-component.vue.d.ts +16 -16
  7. package/es/components/api-component/src/components/api-modal.vue.d.ts +2 -2
  8. package/es/components/api-component/src/components/body-component.vue.d.ts +6 -6
  9. package/es/components/api-component/src/components/click-input.vue.d.ts +2 -2
  10. package/es/components/api-component/src/components/params-table-row.vue.d.ts +4 -4
  11. package/es/components/api-component/src/components/params-table.vue.d.ts +6 -6
  12. package/es/components/breadcrumb-card/index.d.ts +3 -3
  13. package/es/components/breadcrumb-card/src/breadcrumb-card.vue.d.ts +3 -3
  14. package/es/components/checkbox/index.d.ts +217 -217
  15. package/es/components/checkbox/src/checkbox-group.vue.d.ts +217 -217
  16. package/es/components/checkbox/src/checkbox.d.ts +56 -56
  17. package/es/components/code-editor/index.d.ts +2 -2
  18. package/es/components/code-editor/src/code-editor.vue.d.ts +2 -2
  19. package/es/components/cropper/index.d.ts +4 -4
  20. package/es/components/cropper/src/cropper-image.vue.d.ts +2 -2
  21. package/es/components/cropper/src/cropper-modal.vue.d.ts +2 -2
  22. package/es/components/drawer/index.d.ts +7 -7
  23. package/es/components/drawer/src/components/second-confirmation/index.d.ts +2 -2
  24. package/es/components/drawer/src/components/second-confirmation/src/second-confirmation.vue.d.ts +2 -2
  25. package/es/components/drawer/src/drawer.vue.d.ts +7 -7
  26. package/es/components/dropdown-button-simple/index.d.ts +11 -11
  27. package/es/components/dropdown-button-simple/src/dropdown-button-simple.d.ts +4 -4
  28. package/es/components/dropdown-button-simple/src/dropdown-button-simple.vue.d.ts +11 -11
  29. package/es/components/easy-cron/index.d.ts +77 -77
  30. package/es/components/easy-cron/src/components/easy-cron-inner.vue.d.ts +77 -77
  31. package/es/components/easy-cron/src/components/easy-cron-modal.vue.d.ts +77 -77
  32. package/es/components/easy-cron/src/easy-cron.vue.d.ts +77 -77
  33. package/es/components/form/index.d.ts +148 -148
  34. package/es/components/form/src/config/form.d.ts +56 -56
  35. package/es/components/form/src/form.vue.d.ts +148 -148
  36. package/es/components/icon-picker/index.d.ts +1 -1
  37. package/es/components/icon-picker/src/components/modal.vue.d.ts +1 -1
  38. package/es/components/icon-picker/src/icon-picker.vue.d.ts +1 -1
  39. package/es/components/input/index.d.ts +31 -31
  40. package/es/components/input/src/input.vue.d.ts +31 -31
  41. package/es/components/key-value/src/components/key-value-item.vue.d.ts +240 -240
  42. package/es/components/key-value/src/key-value.vue.d.ts +720 -720
  43. package/es/components/modal/index.d.ts +2 -2
  44. package/es/components/modal/src/modal.vue.d.ts +2 -2
  45. package/es/components/new-drawer/index.d.ts +9 -9
  46. package/es/components/new-drawer/src/drawer.vue.d.ts +9 -9
  47. package/es/components/new-modal/index.d.ts +3 -3
  48. package/es/components/new-modal/src/modal.vue.d.ts +3 -3
  49. package/es/components/operate-icon/index.d.ts +6 -1
  50. package/es/components/operate-icon/src/operate-icon.d.ts +1 -0
  51. package/es/components/operate-icon/src/operate-icon.vue.d.ts +6 -1
  52. package/es/components/select/index.d.ts +11 -11
  53. package/es/components/select/src/select.vue.d.ts +11 -11
  54. package/es/components/select-group/index.d.ts +4 -4
  55. package/es/components/select-group/src/select-group.vue.d.ts +4 -4
  56. package/es/components/table/index.d.ts +6 -6
  57. package/es/components/table/src/components/main-table.vue.d.ts +2 -2
  58. package/es/components/table/src/config/table.d.ts +2 -2
  59. package/es/components/table/src/table.vue.d.ts +6 -6
  60. package/es/components/textarea/index.d.ts +5 -5
  61. package/es/components/textarea/src/textarea.vue.d.ts +5 -5
  62. package/es/components/tooltip/index.d.ts +6 -6
  63. package/es/components/tooltip/src/tooltip.d.ts +1 -1
  64. package/es/components/tooltip/src/tooltip.vue.d.ts +6 -6
  65. package/es/components/tree-search/index.d.ts +6 -6
  66. package/es/components/tree-search/src/config/tree-search.d.ts +2 -2
  67. package/es/components/tree-search/src/tree-search.vue.d.ts +6 -6
  68. package/es/components/upload-drag/index.d.ts +2 -2
  69. package/es/components/upload-drag/src/upload-drag.vue.d.ts +2 -2
  70. package/es/packages/components/operate-icon/src/operate-icon.mjs +4 -0
  71. package/es/packages/components/operate-icon/src/operate-icon.mjs.map +1 -1
  72. package/es/packages/components/operate-icon/src/operate-icon.vue2.mjs +7 -1
  73. package/es/packages/components/operate-icon/src/operate-icon.vue2.mjs.map +1 -1
  74. package/es/packages/components/operate-tree/src/operate-tree.vue2.mjs.map +1 -1
  75. package/index.full.js +11 -1
  76. package/index.full.min.js +18 -18
  77. package/index.full.min.js.map +1 -1
  78. package/index.full.min.mjs +20 -20
  79. package/index.full.min.mjs.map +1 -1
  80. package/index.full.mjs +11 -1
  81. package/lib/components/advanced-filtering/index.d.ts +302 -302
  82. package/lib/components/advanced-filtering/src/advanced-filtering.vue.d.ts +152 -152
  83. package/lib/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +148 -148
  84. package/lib/components/advanced-filtering/src/components/advanced-filtering-tags.vue.d.ts +2 -2
  85. package/lib/components/api-component/index.d.ts +16 -16
  86. package/lib/components/api-component/src/api-component.vue.d.ts +16 -16
  87. package/lib/components/api-component/src/components/api-modal.vue.d.ts +2 -2
  88. package/lib/components/api-component/src/components/body-component.vue.d.ts +6 -6
  89. package/lib/components/api-component/src/components/click-input.vue.d.ts +2 -2
  90. package/lib/components/api-component/src/components/params-table-row.vue.d.ts +4 -4
  91. package/lib/components/api-component/src/components/params-table.vue.d.ts +6 -6
  92. package/lib/components/breadcrumb-card/index.d.ts +3 -3
  93. package/lib/components/breadcrumb-card/src/breadcrumb-card.vue.d.ts +3 -3
  94. package/lib/components/checkbox/index.d.ts +217 -217
  95. package/lib/components/checkbox/src/checkbox-group.vue.d.ts +217 -217
  96. package/lib/components/checkbox/src/checkbox.d.ts +56 -56
  97. package/lib/components/code-editor/index.d.ts +2 -2
  98. package/lib/components/code-editor/src/code-editor.vue.d.ts +2 -2
  99. package/lib/components/cropper/index.d.ts +4 -4
  100. package/lib/components/cropper/src/cropper-image.vue.d.ts +2 -2
  101. package/lib/components/cropper/src/cropper-modal.vue.d.ts +2 -2
  102. package/lib/components/drawer/index.d.ts +7 -7
  103. package/lib/components/drawer/src/components/second-confirmation/index.d.ts +2 -2
  104. package/lib/components/drawer/src/components/second-confirmation/src/second-confirmation.vue.d.ts +2 -2
  105. package/lib/components/drawer/src/drawer.vue.d.ts +7 -7
  106. package/lib/components/dropdown-button-simple/index.d.ts +11 -11
  107. package/lib/components/dropdown-button-simple/src/dropdown-button-simple.d.ts +4 -4
  108. package/lib/components/dropdown-button-simple/src/dropdown-button-simple.vue.d.ts +11 -11
  109. package/lib/components/easy-cron/index.d.ts +77 -77
  110. package/lib/components/easy-cron/src/components/easy-cron-inner.vue.d.ts +77 -77
  111. package/lib/components/easy-cron/src/components/easy-cron-modal.vue.d.ts +77 -77
  112. package/lib/components/easy-cron/src/easy-cron.vue.d.ts +77 -77
  113. package/lib/components/form/index.d.ts +148 -148
  114. package/lib/components/form/src/config/form.d.ts +56 -56
  115. package/lib/components/form/src/form.vue.d.ts +148 -148
  116. package/lib/components/icon-picker/index.d.ts +1 -1
  117. package/lib/components/icon-picker/src/components/modal.vue.d.ts +1 -1
  118. package/lib/components/icon-picker/src/icon-picker.vue.d.ts +1 -1
  119. package/lib/components/input/index.d.ts +31 -31
  120. package/lib/components/input/src/input.vue.d.ts +31 -31
  121. package/lib/components/key-value/src/components/key-value-item.vue.d.ts +240 -240
  122. package/lib/components/key-value/src/key-value.vue.d.ts +720 -720
  123. package/lib/components/modal/index.d.ts +2 -2
  124. package/lib/components/modal/src/modal.vue.d.ts +2 -2
  125. package/lib/components/new-drawer/index.d.ts +9 -9
  126. package/lib/components/new-drawer/src/drawer.vue.d.ts +9 -9
  127. package/lib/components/new-modal/index.d.ts +3 -3
  128. package/lib/components/new-modal/src/modal.vue.d.ts +3 -3
  129. package/lib/components/operate-icon/index.d.ts +6 -1
  130. package/lib/components/operate-icon/src/operate-icon.d.ts +1 -0
  131. package/lib/components/operate-icon/src/operate-icon.vue.d.ts +6 -1
  132. package/lib/components/select/index.d.ts +11 -11
  133. package/lib/components/select/src/select.vue.d.ts +11 -11
  134. package/lib/components/select-group/index.d.ts +4 -4
  135. package/lib/components/select-group/src/select-group.vue.d.ts +4 -4
  136. package/lib/components/table/index.d.ts +6 -6
  137. package/lib/components/table/src/components/main-table.vue.d.ts +2 -2
  138. package/lib/components/table/src/config/table.d.ts +2 -2
  139. package/lib/components/table/src/table.vue.d.ts +6 -6
  140. package/lib/components/textarea/index.d.ts +5 -5
  141. package/lib/components/textarea/src/textarea.vue.d.ts +5 -5
  142. package/lib/components/tooltip/index.d.ts +6 -6
  143. package/lib/components/tooltip/src/tooltip.d.ts +1 -1
  144. package/lib/components/tooltip/src/tooltip.vue.d.ts +6 -6
  145. package/lib/components/tree-search/index.d.ts +6 -6
  146. package/lib/components/tree-search/src/config/tree-search.d.ts +2 -2
  147. package/lib/components/tree-search/src/tree-search.vue.d.ts +6 -6
  148. package/lib/components/upload-drag/index.d.ts +2 -2
  149. package/lib/components/upload-drag/src/upload-drag.vue.d.ts +2 -2
  150. package/lib/packages/components/operate-icon/src/operate-icon.js +4 -0
  151. package/lib/packages/components/operate-icon/src/operate-icon.js.map +1 -1
  152. package/lib/packages/components/operate-icon/src/operate-icon.vue2.js +7 -1
  153. package/lib/packages/components/operate-icon/src/operate-icon.vue2.js.map +1 -1
  154. package/lib/packages/components/operate-tree/src/operate-tree.vue2.js.map +1 -1
  155. package/package.json +4 -4
  156. package/theme-chalk/css/index.css +1 -1
  157. package/theme-chalk/css/operate-tree.css +1 -1
  158. package/types/packages/components/advanced-filtering/index.d.ts +302 -302
  159. package/types/packages/components/advanced-filtering/src/advanced-filtering.vue.d.ts +152 -152
  160. package/types/packages/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +148 -148
  161. package/types/packages/components/advanced-filtering/src/components/advanced-filtering-tags.vue.d.ts +2 -2
  162. package/types/packages/components/api-component/index.d.ts +16 -16
  163. package/types/packages/components/api-component/src/api-component.vue.d.ts +16 -16
  164. package/types/packages/components/api-component/src/components/api-modal.vue.d.ts +2 -2
  165. package/types/packages/components/api-component/src/components/body-component.vue.d.ts +6 -6
  166. package/types/packages/components/api-component/src/components/click-input.vue.d.ts +2 -2
  167. package/types/packages/components/api-component/src/components/params-table-row.vue.d.ts +4 -4
  168. package/types/packages/components/api-component/src/components/params-table.vue.d.ts +6 -6
  169. package/types/packages/components/breadcrumb-card/index.d.ts +3 -3
  170. package/types/packages/components/breadcrumb-card/src/breadcrumb-card.vue.d.ts +3 -3
  171. package/types/packages/components/checkbox/index.d.ts +217 -217
  172. package/types/packages/components/checkbox/src/checkbox-group.vue.d.ts +217 -217
  173. package/types/packages/components/checkbox/src/checkbox.d.ts +56 -56
  174. package/types/packages/components/code-editor/index.d.ts +2 -2
  175. package/types/packages/components/code-editor/src/code-editor.vue.d.ts +2 -2
  176. package/types/packages/components/cropper/index.d.ts +4 -4
  177. package/types/packages/components/cropper/src/cropper-image.vue.d.ts +2 -2
  178. package/types/packages/components/cropper/src/cropper-modal.vue.d.ts +2 -2
  179. package/types/packages/components/drawer/index.d.ts +7 -7
  180. package/types/packages/components/drawer/src/components/second-confirmation/index.d.ts +2 -2
  181. package/types/packages/components/drawer/src/components/second-confirmation/src/second-confirmation.vue.d.ts +2 -2
  182. package/types/packages/components/drawer/src/drawer.vue.d.ts +7 -7
  183. package/types/packages/components/dropdown-button-simple/index.d.ts +11 -11
  184. package/types/packages/components/dropdown-button-simple/src/dropdown-button-simple.d.ts +4 -4
  185. package/types/packages/components/dropdown-button-simple/src/dropdown-button-simple.vue.d.ts +11 -11
  186. package/types/packages/components/easy-cron/index.d.ts +77 -77
  187. package/types/packages/components/easy-cron/src/components/easy-cron-inner.vue.d.ts +77 -77
  188. package/types/packages/components/easy-cron/src/components/easy-cron-modal.vue.d.ts +77 -77
  189. package/types/packages/components/easy-cron/src/easy-cron.vue.d.ts +77 -77
  190. package/types/packages/components/form/index.d.ts +148 -148
  191. package/types/packages/components/form/src/config/form.d.ts +56 -56
  192. package/types/packages/components/form/src/form.vue.d.ts +148 -148
  193. package/types/packages/components/icon-picker/index.d.ts +1 -1
  194. package/types/packages/components/icon-picker/src/components/modal.vue.d.ts +1 -1
  195. package/types/packages/components/icon-picker/src/icon-picker.vue.d.ts +1 -1
  196. package/types/packages/components/input/index.d.ts +31 -31
  197. package/types/packages/components/input/src/input.vue.d.ts +31 -31
  198. package/types/packages/components/key-value/src/components/key-value-item.vue.d.ts +240 -240
  199. package/types/packages/components/key-value/src/key-value.vue.d.ts +720 -720
  200. package/types/packages/components/modal/index.d.ts +2 -2
  201. package/types/packages/components/modal/src/modal.vue.d.ts +2 -2
  202. package/types/packages/components/new-drawer/index.d.ts +9 -9
  203. package/types/packages/components/new-drawer/src/drawer.vue.d.ts +9 -9
  204. package/types/packages/components/new-modal/index.d.ts +3 -3
  205. package/types/packages/components/new-modal/src/modal.vue.d.ts +3 -3
  206. package/types/packages/components/operate-icon/index.d.ts +6 -1
  207. package/types/packages/components/operate-icon/src/operate-icon.d.ts +1 -0
  208. package/types/packages/components/operate-icon/src/operate-icon.vue.d.ts +6 -1
  209. package/types/packages/components/select/index.d.ts +11 -11
  210. package/types/packages/components/select/src/select.vue.d.ts +11 -11
  211. package/types/packages/components/select-group/index.d.ts +4 -4
  212. package/types/packages/components/select-group/src/select-group.vue.d.ts +4 -4
  213. package/types/packages/components/table/index.d.ts +6 -6
  214. package/types/packages/components/table/src/components/main-table.vue.d.ts +2 -2
  215. package/types/packages/components/table/src/config/table.d.ts +2 -2
  216. package/types/packages/components/table/src/table.vue.d.ts +6 -6
  217. package/types/packages/components/textarea/index.d.ts +5 -5
  218. package/types/packages/components/textarea/src/textarea.vue.d.ts +5 -5
  219. package/types/packages/components/tooltip/index.d.ts +6 -6
  220. package/types/packages/components/tooltip/src/tooltip.d.ts +1 -1
  221. package/types/packages/components/tooltip/src/tooltip.vue.d.ts +6 -6
  222. package/types/packages/components/tree-search/index.d.ts +6 -6
  223. package/types/packages/components/tree-search/src/config/tree-search.d.ts +2 -2
  224. package/types/packages/components/tree-search/src/tree-search.vue.d.ts +6 -6
  225. package/types/packages/components/upload-drag/index.d.ts +2 -2
  226. package/types/packages/components/upload-drag/src/upload-drag.vue.d.ts +2 -2
@@ -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<"middle" | "bottom" | "top" | "stretch" | {
948
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
949
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
950
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
951
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
952
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
953
- xxl?: "middle" | "bottom" | "top" | "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: "middle" | "bottom" | "top" | "stretch" | {
956
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
957
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
958
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
959
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
960
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
961
- xxl?: "middle" | "bottom" | "top" | "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<"middle" | "bottom" | "top" | "stretch" | {
994
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
995
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
996
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
997
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
998
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
999
- xxl?: "middle" | "bottom" | "top" | "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: "middle" | "bottom" | "top" | "stretch" | {
1002
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
1003
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
1004
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
1005
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
1006
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
1007
- xxl?: "middle" | "bottom" | "top" | "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<"middle" | "bottom" | "top" | "stretch" | {
1040
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
1041
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
1042
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
1043
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
1044
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
1045
- xxl?: "middle" | "bottom" | "top" | "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: "middle" | "bottom" | "top" | "stretch" | {
1048
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
1049
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
1050
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
1051
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
1052
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
1053
- xxl?: "middle" | "bottom" | "top" | "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<"middle" | "bottom" | "top" | "stretch" | {
1086
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
1087
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
1088
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
1089
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
1090
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
1091
- xxl?: "middle" | "bottom" | "top" | "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: "middle" | "bottom" | "top" | "stretch" | {
1094
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
1095
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
1096
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
1097
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
1098
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
1099
- xxl?: "middle" | "bottom" | "top" | "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: {
@@ -1135,8 +1135,6 @@ export declare const LlForm: import("ll-plus/es/utils").SFCWithInstall<import("v
1135
1135
  readonly validateErrorStop: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
1136
1136
  }, {
1137
1137
  props: import("@vue/shared").LooseRequired<{
1138
- readonly disabled: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
1139
- readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
1140
1138
  readonly formOptions: Partial<import("vue").ExtractPropTypes<{
1141
1139
  layout: import("vue-types").VueTypeDef<string>;
1142
1140
  labelCol: {
@@ -1361,23 +1359,25 @@ export declare const LlForm: import("ll-plus/es/utils").SFCWithInstall<import("v
1361
1359
  default: (name: string | number | string[] | number[], status: boolean, errors: string[]) => void;
1362
1360
  };
1363
1361
  }>>;
1362
+ readonly disabled: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
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<"middle" | "bottom" | "top" | "stretch" | {
1367
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
1368
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
1369
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
1370
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
1371
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
1372
- xxl?: "middle" | "bottom" | "top" | "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: "middle" | "bottom" | "top" | "stretch" | {
1375
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
1376
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
1377
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
1378
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
1379
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
1380
- xxl?: "middle" | "bottom" | "top" | "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: {
@@ -1515,10 +1515,6 @@ export declare const LlForm: import("ll-plus/es/utils").SFCWithInstall<import("v
1515
1515
  computedFormOptions: import("vue").ComputedRef<{
1516
1516
  onSubmit?: ((e: Event) => void) | undefined;
1517
1517
  size?: import("ant-design-vue/es/button").ButtonSize;
1518
- disabled?: boolean | undefined;
1519
- rules?: {
1520
- [k: string]: import("ant-design-vue/es/form").RuleObject | import("ant-design-vue/es/form").RuleObject[];
1521
- } | undefined;
1522
1518
  labelCol?: (Partial<import("vue").ExtractPropTypes<{
1523
1519
  span: (StringConstructor | NumberConstructor)[];
1524
1520
  order: (StringConstructor | NumberConstructor)[];
@@ -1593,10 +1589,14 @@ export declare const LlForm: import("ll-plus/es/utils").SFCWithInstall<import("v
1593
1589
  model?: {
1594
1590
  [key: string]: any;
1595
1591
  } | undefined;
1592
+ rules?: {
1593
+ [k: string]: import("ant-design-vue/es/form").RuleObject | import("ant-design-vue/es/form").RuleObject[];
1594
+ } | undefined;
1596
1595
  validateMessages?: import("ant-design-vue/es/form/interface").ValidateMessages | undefined;
1597
1596
  validateOnRuleChange?: boolean | undefined;
1598
1597
  scrollToFirstError: boolean | import("scroll-into-view-if-needed").Options<any>;
1599
1598
  validateTrigger?: string | string[] | undefined;
1599
+ disabled?: boolean | undefined;
1600
1600
  onValuesChange?: ((changedValues: any, values: any) => void) | undefined;
1601
1601
  onFieldsChange?: ((changedFields: import("ant-design-vue/es/form/interface").FieldData[], allFields: import("ant-design-vue/es/form/interface").FieldData[]) => void) | undefined;
1602
1602
  onFinish?: ((values: any) => void) | undefined;
@@ -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<"middle" | "bottom" | "top" | "stretch" | {
2574
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
2575
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
2576
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
2577
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
2578
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
2579
- xxl?: "middle" | "bottom" | "top" | "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: "middle" | "bottom" | "top" | "stretch" | {
2582
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
2583
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
2584
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
2585
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
2586
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
2587
- xxl?: "middle" | "bottom" | "top" | "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<"middle" | "bottom" | "top" | "stretch" | {
2620
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
2621
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
2622
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
2623
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
2624
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
2625
- xxl?: "middle" | "bottom" | "top" | "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: "middle" | "bottom" | "top" | "stretch" | {
2628
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
2629
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
2630
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
2631
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
2632
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
2633
- xxl?: "middle" | "bottom" | "top" | "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<"middle" | "bottom" | "top" | "stretch" | {
2666
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
2667
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
2668
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
2669
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
2670
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
2671
- xxl?: "middle" | "bottom" | "top" | "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: "middle" | "bottom" | "top" | "stretch" | {
2674
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
2675
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
2676
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
2677
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
2678
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
2679
- xxl?: "middle" | "bottom" | "top" | "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<"middle" | "bottom" | "top" | "stretch" | {
2712
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
2713
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
2714
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
2715
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
2716
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
2717
- xxl?: "middle" | "bottom" | "top" | "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: "middle" | "bottom" | "top" | "stretch" | {
2720
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
2721
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
2722
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
2723
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
2724
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
2725
- xxl?: "middle" | "bottom" | "top" | "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: {
@@ -2762,8 +2762,6 @@ export declare const LlForm: import("ll-plus/es/utils").SFCWithInstall<import("v
2762
2762
  }>> & {
2763
2763
  onChange?: ((params: import("./src/config").FormChangeEvent) => any) | undefined;
2764
2764
  }, {
2765
- readonly disabled: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
2766
- readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
2767
2765
  readonly formOptions: Partial<import("vue").ExtractPropTypes<{
2768
2766
  layout: import("vue-types").VueTypeDef<string>;
2769
2767
  labelCol: {
@@ -2988,23 +2986,25 @@ export declare const LlForm: import("ll-plus/es/utils").SFCWithInstall<import("v
2988
2986
  default: (name: string | number | string[] | number[], status: boolean, errors: string[]) => void;
2989
2987
  };
2990
2988
  }>>;
2989
+ readonly disabled: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
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<"middle" | "bottom" | "top" | "stretch" | {
2994
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
2995
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
2996
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
2997
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
2998
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
2999
- xxl?: "middle" | "bottom" | "top" | "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: "middle" | "bottom" | "top" | "stretch" | {
3002
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
3003
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
3004
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
3005
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
3006
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
3007
- xxl?: "middle" | "bottom" | "top" | "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: {
@@ -925,21 +925,21 @@ export declare const formProps: {
925
925
  readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => FormData) | (() => FormData) | ((new (...args: any[]) => FormData) | (() => FormData))[], unknown, unknown, () => {}, boolean>;
926
926
  readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<ExtractPropTypes<{
927
927
  align: {
928
- type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
929
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
930
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
931
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
932
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
933
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
934
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
928
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
929
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
930
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
931
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
932
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
933
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
934
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
935
935
  }>;
936
- default: "middle" | "bottom" | "top" | "stretch" | {
937
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
938
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
939
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
940
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
941
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
942
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
936
+ default: "middle" | "top" | "bottom" | "stretch" | {
937
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
938
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
939
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
940
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
941
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
942
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
943
943
  };
944
944
  };
945
945
  justify: {
@@ -971,21 +971,21 @@ export declare const formProps: {
971
971
  };
972
972
  }>>) | (() => Partial<ExtractPropTypes<{
973
973
  align: {
974
- type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
975
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
976
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
977
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
978
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
979
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
980
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
974
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
975
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
976
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
977
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
978
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
979
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
980
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
981
981
  }>;
982
- default: "middle" | "bottom" | "top" | "stretch" | {
983
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
984
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
985
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
986
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
987
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
988
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
982
+ default: "middle" | "top" | "bottom" | "stretch" | {
983
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
984
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
985
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
986
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
987
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
988
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
989
989
  };
990
990
  };
991
991
  justify: {
@@ -1017,21 +1017,21 @@ export declare const formProps: {
1017
1017
  };
1018
1018
  }>>) | ((new (...args: any[]) => Partial<ExtractPropTypes<{
1019
1019
  align: {
1020
- type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
1021
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
1022
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
1023
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
1024
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
1025
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
1026
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
1020
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
1021
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
1022
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
1023
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
1024
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
1025
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1026
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1027
1027
  }>;
1028
- default: "middle" | "bottom" | "top" | "stretch" | {
1029
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
1030
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
1031
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
1032
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
1033
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
1034
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
1028
+ default: "middle" | "top" | "bottom" | "stretch" | {
1029
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
1030
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
1031
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
1032
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
1033
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1034
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1035
1035
  };
1036
1036
  };
1037
1037
  justify: {
@@ -1063,21 +1063,21 @@ export declare const formProps: {
1063
1063
  };
1064
1064
  }>>) | (() => Partial<ExtractPropTypes<{
1065
1065
  align: {
1066
- type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
1067
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
1068
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
1069
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
1070
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
1071
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
1072
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
1066
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
1067
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
1068
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
1069
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
1070
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
1071
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1072
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1073
1073
  }>;
1074
- default: "middle" | "bottom" | "top" | "stretch" | {
1075
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
1076
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
1077
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
1078
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
1079
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
1080
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
1074
+ default: "middle" | "top" | "bottom" | "stretch" | {
1075
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
1076
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
1077
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
1078
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
1079
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1080
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1081
1081
  };
1082
1082
  };
1083
1083
  justify: {