ll-plus 2.6.19 → 2.6.21

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (195) hide show
  1. package/es/components/advanced-filtering/index.d.ts +288 -288
  2. package/es/components/advanced-filtering/src/advanced-filtering.vue.d.ts +144 -144
  3. package/es/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +144 -144
  4. package/es/components/breadcrumb-card/index.d.ts +1 -1
  5. package/es/components/breadcrumb-card/src/breadcrumb-card.vue.d.ts +1 -1
  6. package/es/components/cascader/index.d.ts +8 -8
  7. package/es/components/cascader/src/cascader.vue.d.ts +8 -8
  8. package/es/components/checkbox/index.d.ts +217 -217
  9. package/es/components/checkbox/src/checkbox-group.vue.d.ts +217 -217
  10. package/es/components/checkbox/src/checkbox.d.ts +56 -56
  11. package/es/components/drawer/index.d.ts +5 -5
  12. package/es/components/drawer/src/components/second-confirmation/index.d.ts +1 -1
  13. package/es/components/drawer/src/components/second-confirmation/src/second-confirmation.vue.d.ts +1 -1
  14. package/es/components/drawer/src/drawer.vue.d.ts +5 -5
  15. package/es/components/easy-cron/index.d.ts +95 -95
  16. package/es/components/easy-cron/src/components/easy-cron-inner.vue.d.ts +88 -88
  17. package/es/components/easy-cron/src/components/easy-cron-modal.vue.d.ts +88 -88
  18. package/es/components/easy-cron/src/easy-cron.vue.d.ts +95 -95
  19. package/es/components/form/index.d.ts +144 -144
  20. package/es/components/form/src/components/form-component.vue.d.ts +1 -1
  21. package/es/components/form/src/config/form.d.ts +56 -56
  22. package/es/components/form/src/form.vue.d.ts +143 -143
  23. package/es/components/icon-picker/index.d.ts +1 -1
  24. package/es/components/icon-picker/src/components/modal.vue.d.ts +1 -1
  25. package/es/components/icon-picker/src/icon-picker.vue.d.ts +1 -1
  26. package/es/components/input/index.d.ts +40 -34
  27. package/es/components/input/src/input.d.ts +1 -0
  28. package/es/components/input/src/input.vue.d.ts +40 -34
  29. package/es/components/key-value/index.d.ts +690 -690
  30. package/es/components/key-value/src/components/key-value-item.vue.d.ts +230 -230
  31. package/es/components/key-value/src/key-value.vue.d.ts +690 -690
  32. package/es/components/modal/index.d.ts +1 -1
  33. package/es/components/modal/src/modal.vue.d.ts +1 -1
  34. package/es/components/new-drawer/index.d.ts +7 -7
  35. package/es/components/new-drawer/src/drawer.vue.d.ts +7 -7
  36. package/es/components/new-modal/index.d.ts +2 -2
  37. package/es/components/new-modal/src/modal.vue.d.ts +2 -2
  38. package/es/components/rich-text-editor/index.d.ts +1 -1
  39. package/es/components/rich-text-editor/src/rich-text-editor.vue.d.ts +1 -1
  40. package/es/components/select/index.d.ts +4 -4
  41. package/es/components/select/src/select.vue.d.ts +4 -4
  42. package/es/components/select-group/index.d.ts +2 -2
  43. package/es/components/select-group/src/select-group.d.ts +1 -1
  44. package/es/components/select-group/src/select-group.vue.d.ts +2 -2
  45. package/es/components/table/index.d.ts +6 -6
  46. package/es/components/table/src/components/main-table.vue.d.ts +2 -2
  47. package/es/components/table/src/config/table.d.ts +2 -2
  48. package/es/components/table/src/table.vue.d.ts +6 -6
  49. package/es/components/textarea/index.d.ts +5 -5
  50. package/es/components/textarea/src/textarea.vue.d.ts +5 -5
  51. package/es/components/tooltip/index.d.ts +4 -4
  52. package/es/components/tooltip/src/tooltip.d.ts +1 -1
  53. package/es/components/tooltip/src/tooltip.vue.d.ts +4 -4
  54. package/es/components/tree-search/index.d.ts +1 -1
  55. package/es/components/tree-search/src/tree-search.vue.d.ts +1 -1
  56. package/es/components/upload-drag/index.d.ts +2 -2
  57. package/es/components/upload-drag/src/upload-drag.vue.d.ts +2 -2
  58. package/es/packages/components/input/src/input.mjs +7 -0
  59. package/es/packages/components/input/src/input.mjs.map +1 -1
  60. package/es/packages/components/input/src/input.vue2.mjs +4 -2
  61. package/es/packages/components/input/src/input.vue2.mjs.map +1 -1
  62. package/es/packages/components/upload-image/src/upload-image.vue2.mjs +2 -1
  63. package/es/packages/components/upload-image/src/upload-image.vue2.mjs.map +1 -1
  64. package/index.full.js +13 -3
  65. package/index.full.min.js +2 -2
  66. package/index.full.min.js.map +1 -1
  67. package/index.full.min.mjs +2 -2
  68. package/index.full.min.mjs.map +1 -1
  69. package/index.full.mjs +13 -3
  70. package/lib/components/advanced-filtering/index.d.ts +288 -288
  71. package/lib/components/advanced-filtering/src/advanced-filtering.vue.d.ts +144 -144
  72. package/lib/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +144 -144
  73. package/lib/components/breadcrumb-card/index.d.ts +1 -1
  74. package/lib/components/breadcrumb-card/src/breadcrumb-card.vue.d.ts +1 -1
  75. package/lib/components/cascader/index.d.ts +8 -8
  76. package/lib/components/cascader/src/cascader.vue.d.ts +8 -8
  77. package/lib/components/checkbox/index.d.ts +217 -217
  78. package/lib/components/checkbox/src/checkbox-group.vue.d.ts +217 -217
  79. package/lib/components/checkbox/src/checkbox.d.ts +56 -56
  80. package/lib/components/drawer/index.d.ts +5 -5
  81. package/lib/components/drawer/src/components/second-confirmation/index.d.ts +1 -1
  82. package/lib/components/drawer/src/components/second-confirmation/src/second-confirmation.vue.d.ts +1 -1
  83. package/lib/components/drawer/src/drawer.vue.d.ts +5 -5
  84. package/lib/components/easy-cron/index.d.ts +95 -95
  85. package/lib/components/easy-cron/src/components/easy-cron-inner.vue.d.ts +88 -88
  86. package/lib/components/easy-cron/src/components/easy-cron-modal.vue.d.ts +88 -88
  87. package/lib/components/easy-cron/src/easy-cron.vue.d.ts +95 -95
  88. package/lib/components/form/index.d.ts +144 -144
  89. package/lib/components/form/src/components/form-component.vue.d.ts +1 -1
  90. package/lib/components/form/src/config/form.d.ts +56 -56
  91. package/lib/components/form/src/form.vue.d.ts +143 -143
  92. package/lib/components/icon-picker/index.d.ts +1 -1
  93. package/lib/components/icon-picker/src/components/modal.vue.d.ts +1 -1
  94. package/lib/components/icon-picker/src/icon-picker.vue.d.ts +1 -1
  95. package/lib/components/input/index.d.ts +40 -34
  96. package/lib/components/input/src/input.d.ts +1 -0
  97. package/lib/components/input/src/input.vue.d.ts +40 -34
  98. package/lib/components/key-value/index.d.ts +690 -690
  99. package/lib/components/key-value/src/components/key-value-item.vue.d.ts +230 -230
  100. package/lib/components/key-value/src/key-value.vue.d.ts +690 -690
  101. package/lib/components/modal/index.d.ts +1 -1
  102. package/lib/components/modal/src/modal.vue.d.ts +1 -1
  103. package/lib/components/new-drawer/index.d.ts +7 -7
  104. package/lib/components/new-drawer/src/drawer.vue.d.ts +7 -7
  105. package/lib/components/new-modal/index.d.ts +2 -2
  106. package/lib/components/new-modal/src/modal.vue.d.ts +2 -2
  107. package/lib/components/rich-text-editor/index.d.ts +1 -1
  108. package/lib/components/rich-text-editor/src/rich-text-editor.vue.d.ts +1 -1
  109. package/lib/components/select/index.d.ts +4 -4
  110. package/lib/components/select/src/select.vue.d.ts +4 -4
  111. package/lib/components/select-group/index.d.ts +2 -2
  112. package/lib/components/select-group/src/select-group.d.ts +1 -1
  113. package/lib/components/select-group/src/select-group.vue.d.ts +2 -2
  114. package/lib/components/table/index.d.ts +6 -6
  115. package/lib/components/table/src/components/main-table.vue.d.ts +2 -2
  116. package/lib/components/table/src/config/table.d.ts +2 -2
  117. package/lib/components/table/src/table.vue.d.ts +6 -6
  118. package/lib/components/textarea/index.d.ts +5 -5
  119. package/lib/components/textarea/src/textarea.vue.d.ts +5 -5
  120. package/lib/components/tooltip/index.d.ts +4 -4
  121. package/lib/components/tooltip/src/tooltip.d.ts +1 -1
  122. package/lib/components/tooltip/src/tooltip.vue.d.ts +4 -4
  123. package/lib/components/tree-search/index.d.ts +1 -1
  124. package/lib/components/tree-search/src/tree-search.vue.d.ts +1 -1
  125. package/lib/components/upload-drag/index.d.ts +2 -2
  126. package/lib/components/upload-drag/src/upload-drag.vue.d.ts +2 -2
  127. package/lib/packages/components/input/src/input.js +7 -0
  128. package/lib/packages/components/input/src/input.js.map +1 -1
  129. package/lib/packages/components/input/src/input.vue2.js +4 -2
  130. package/lib/packages/components/input/src/input.vue2.js.map +1 -1
  131. package/lib/packages/components/upload-image/src/upload-image.vue2.js +2 -1
  132. package/lib/packages/components/upload-image/src/upload-image.vue2.js.map +1 -1
  133. package/package.json +1 -1
  134. package/theme-chalk/css/index.css +2 -2
  135. package/theme-chalk/css/table.css +1 -1
  136. package/theme-chalk/css/upload-image.css +1 -1
  137. package/theme-chalk/fonts/iconfont.js +1 -1
  138. package/theme-chalk/fonts/iconfont.json +4 -4
  139. package/types/packages/components/advanced-filtering/index.d.ts +288 -288
  140. package/types/packages/components/advanced-filtering/src/advanced-filtering.vue.d.ts +144 -144
  141. package/types/packages/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +144 -144
  142. package/types/packages/components/breadcrumb-card/index.d.ts +1 -1
  143. package/types/packages/components/breadcrumb-card/src/breadcrumb-card.vue.d.ts +1 -1
  144. package/types/packages/components/cascader/index.d.ts +8 -8
  145. package/types/packages/components/cascader/src/cascader.vue.d.ts +8 -8
  146. package/types/packages/components/checkbox/index.d.ts +217 -217
  147. package/types/packages/components/checkbox/src/checkbox-group.vue.d.ts +217 -217
  148. package/types/packages/components/checkbox/src/checkbox.d.ts +56 -56
  149. package/types/packages/components/drawer/index.d.ts +5 -5
  150. package/types/packages/components/drawer/src/components/second-confirmation/index.d.ts +1 -1
  151. package/types/packages/components/drawer/src/components/second-confirmation/src/second-confirmation.vue.d.ts +1 -1
  152. package/types/packages/components/drawer/src/drawer.vue.d.ts +5 -5
  153. package/types/packages/components/easy-cron/index.d.ts +95 -95
  154. package/types/packages/components/easy-cron/src/components/easy-cron-inner.vue.d.ts +88 -88
  155. package/types/packages/components/easy-cron/src/components/easy-cron-modal.vue.d.ts +88 -88
  156. package/types/packages/components/easy-cron/src/easy-cron.vue.d.ts +95 -95
  157. package/types/packages/components/form/index.d.ts +144 -144
  158. package/types/packages/components/form/src/components/form-component.vue.d.ts +1 -1
  159. package/types/packages/components/form/src/config/form.d.ts +56 -56
  160. package/types/packages/components/form/src/form.vue.d.ts +143 -143
  161. package/types/packages/components/icon-picker/index.d.ts +1 -1
  162. package/types/packages/components/icon-picker/src/components/modal.vue.d.ts +1 -1
  163. package/types/packages/components/icon-picker/src/icon-picker.vue.d.ts +1 -1
  164. package/types/packages/components/input/index.d.ts +40 -34
  165. package/types/packages/components/input/src/input.d.ts +1 -0
  166. package/types/packages/components/input/src/input.vue.d.ts +40 -34
  167. package/types/packages/components/key-value/index.d.ts +690 -690
  168. package/types/packages/components/key-value/src/components/key-value-item.vue.d.ts +230 -230
  169. package/types/packages/components/key-value/src/key-value.vue.d.ts +690 -690
  170. package/types/packages/components/modal/index.d.ts +1 -1
  171. package/types/packages/components/modal/src/modal.vue.d.ts +1 -1
  172. package/types/packages/components/new-drawer/index.d.ts +7 -7
  173. package/types/packages/components/new-drawer/src/drawer.vue.d.ts +7 -7
  174. package/types/packages/components/new-modal/index.d.ts +2 -2
  175. package/types/packages/components/new-modal/src/modal.vue.d.ts +2 -2
  176. package/types/packages/components/rich-text-editor/index.d.ts +1 -1
  177. package/types/packages/components/rich-text-editor/src/rich-text-editor.vue.d.ts +1 -1
  178. package/types/packages/components/select/index.d.ts +4 -4
  179. package/types/packages/components/select/src/select.vue.d.ts +4 -4
  180. package/types/packages/components/select-group/index.d.ts +2 -2
  181. package/types/packages/components/select-group/src/select-group.d.ts +1 -1
  182. package/types/packages/components/select-group/src/select-group.vue.d.ts +2 -2
  183. package/types/packages/components/table/index.d.ts +6 -6
  184. package/types/packages/components/table/src/components/main-table.vue.d.ts +2 -2
  185. package/types/packages/components/table/src/config/table.d.ts +2 -2
  186. package/types/packages/components/table/src/table.vue.d.ts +6 -6
  187. package/types/packages/components/textarea/index.d.ts +5 -5
  188. package/types/packages/components/textarea/src/textarea.vue.d.ts +5 -5
  189. package/types/packages/components/tooltip/index.d.ts +4 -4
  190. package/types/packages/components/tooltip/src/tooltip.d.ts +1 -1
  191. package/types/packages/components/tooltip/src/tooltip.vue.d.ts +4 -4
  192. package/types/packages/components/tree-search/index.d.ts +1 -1
  193. package/types/packages/components/tree-search/src/tree-search.vue.d.ts +1 -1
  194. package/types/packages/components/upload-drag/index.d.ts +2 -2
  195. package/types/packages/components/upload-drag/src/upload-drag.vue.d.ts +2 -2
@@ -1079,21 +1079,21 @@ declare const _default: import("vue").DefineComponent<{
1079
1079
  readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/index").FormData) | (() => import("ll-plus/es/index").FormData) | ((new (...args: any[]) => import("ll-plus/es/index").FormData) | (() => import("ll-plus/es/index").FormData))[], unknown, unknown, () => {}, boolean>;
1080
1080
  readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
1081
1081
  align: {
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;
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;
1089
1089
  }>;
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;
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;
1097
1097
  };
1098
1098
  };
1099
1099
  justify: {
@@ -1125,21 +1125,21 @@ declare const _default: import("vue").DefineComponent<{
1125
1125
  };
1126
1126
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
1127
1127
  align: {
1128
- type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
1129
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
1130
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
1131
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
1132
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
1133
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
1134
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
1128
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
1129
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
1130
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
1131
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
1132
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
1133
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1134
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1135
1135
  }>;
1136
- default: "top" | "bottom" | "middle" | "stretch" | {
1137
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
1138
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
1139
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
1140
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
1141
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
1142
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
1136
+ default: "middle" | "top" | "bottom" | "stretch" | {
1137
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
1138
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
1139
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
1140
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
1141
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1142
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1143
1143
  };
1144
1144
  };
1145
1145
  justify: {
@@ -1171,21 +1171,21 @@ declare const _default: import("vue").DefineComponent<{
1171
1171
  };
1172
1172
  }>>) | ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
1173
1173
  align: {
1174
- type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
1175
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
1176
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
1177
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
1178
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
1179
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
1180
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
1174
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
1175
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
1176
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
1177
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
1178
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
1179
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1180
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1181
1181
  }>;
1182
- default: "top" | "bottom" | "middle" | "stretch" | {
1183
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
1184
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
1185
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
1186
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
1187
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
1188
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
1182
+ default: "middle" | "top" | "bottom" | "stretch" | {
1183
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
1184
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
1185
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
1186
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
1187
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1188
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1189
1189
  };
1190
1190
  };
1191
1191
  justify: {
@@ -1217,21 +1217,21 @@ declare const _default: import("vue").DefineComponent<{
1217
1217
  };
1218
1218
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
1219
1219
  align: {
1220
- type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
1221
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
1222
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
1223
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
1224
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
1225
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
1226
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
1220
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
1221
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
1222
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
1223
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
1224
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
1225
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1226
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1227
1227
  }>;
1228
- default: "top" | "bottom" | "middle" | "stretch" | {
1229
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
1230
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
1231
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
1232
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
1233
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
1234
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
1228
+ default: "middle" | "top" | "bottom" | "stretch" | {
1229
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
1230
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
1231
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
1232
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
1233
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1234
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1235
1235
  };
1236
1236
  };
1237
1237
  justify: {
@@ -1500,21 +1500,21 @@ declare const _default: import("vue").DefineComponent<{
1500
1500
  readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
1501
1501
  readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
1502
1502
  align: {
1503
- type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
1504
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
1505
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
1506
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
1507
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
1508
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
1509
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
1503
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
1504
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
1505
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
1506
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
1507
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
1508
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1509
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1510
1510
  }>;
1511
- default: "top" | "bottom" | "middle" | "stretch" | {
1512
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
1513
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
1514
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
1515
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
1516
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
1517
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
1511
+ default: "middle" | "top" | "bottom" | "stretch" | {
1512
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
1513
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
1514
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
1515
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
1516
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1517
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1518
1518
  };
1519
1519
  };
1520
1520
  justify: {
@@ -1586,7 +1586,7 @@ declare const _default: import("vue").DefineComponent<{
1586
1586
  emits: (event: "changeField", item: any) => void;
1587
1587
  formData: import("ll-plus/es/index").FormData;
1588
1588
  componentRef: import("vue").Ref<any>;
1589
- getBindValue: (item: any) => import("lodash").Omit<any, "change" | "onChange" | "label">;
1589
+ getBindValue: (item: any) => import("lodash").Omit<any, "onChange" | "change" | "label">;
1590
1590
  handleChange: (...arg: any[]) => void;
1591
1591
  focus: () => Promise<void>;
1592
1592
  getItem: () => any;
@@ -1638,7 +1638,7 @@ declare const _default: import("vue").DefineComponent<{
1638
1638
  emits: (event: "changeField", item: any) => void;
1639
1639
  formData: import("ll-plus/es/index").FormData;
1640
1640
  componentRef: import("vue").Ref<any>;
1641
- getBindValue: (item: any) => import("lodash").Omit<any, "change" | "onChange" | "label">;
1641
+ getBindValue: (item: any) => import("lodash").Omit<any, "onChange" | "change" | "label">;
1642
1642
  handleChange: (...arg: any[]) => void;
1643
1643
  focus: () => Promise<void>;
1644
1644
  getItem: () => any;
@@ -1781,7 +1781,7 @@ declare const _default: import("vue").DefineComponent<{
1781
1781
  emits: (event: "changeField", item: any) => void;
1782
1782
  formData: import("ll-plus/es/index").FormData;
1783
1783
  componentRef: import("vue").Ref<any>;
1784
- getBindValue: (item: any) => import("lodash").Omit<any, "change" | "onChange" | "label">;
1784
+ getBindValue: (item: any) => import("lodash").Omit<any, "onChange" | "change" | "label">;
1785
1785
  handleChange: (...arg: any[]) => void;
1786
1786
  focus: () => Promise<void>;
1787
1787
  getItem: () => any;
@@ -2707,21 +2707,21 @@ declare const _default: import("vue").DefineComponent<{
2707
2707
  readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/index").FormData) | (() => import("ll-plus/es/index").FormData) | ((new (...args: any[]) => import("ll-plus/es/index").FormData) | (() => import("ll-plus/es/index").FormData))[], unknown, unknown, () => {}, boolean>;
2708
2708
  readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
2709
2709
  align: {
2710
- type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
2711
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
2712
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
2713
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
2714
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
2715
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
2716
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
2710
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
2711
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
2712
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
2713
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
2714
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
2715
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2716
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2717
2717
  }>;
2718
- default: "top" | "bottom" | "middle" | "stretch" | {
2719
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
2720
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
2721
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
2722
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
2723
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
2724
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
2718
+ default: "middle" | "top" | "bottom" | "stretch" | {
2719
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
2720
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
2721
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
2722
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
2723
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2724
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2725
2725
  };
2726
2726
  };
2727
2727
  justify: {
@@ -2753,21 +2753,21 @@ declare const _default: import("vue").DefineComponent<{
2753
2753
  };
2754
2754
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
2755
2755
  align: {
2756
- type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
2757
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
2758
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
2759
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
2760
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
2761
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
2762
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
2756
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
2757
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
2758
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
2759
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
2760
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
2761
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2762
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2763
2763
  }>;
2764
- default: "top" | "bottom" | "middle" | "stretch" | {
2765
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
2766
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
2767
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
2768
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
2769
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
2770
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
2764
+ default: "middle" | "top" | "bottom" | "stretch" | {
2765
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
2766
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
2767
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
2768
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
2769
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2770
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2771
2771
  };
2772
2772
  };
2773
2773
  justify: {
@@ -2799,21 +2799,21 @@ declare const _default: import("vue").DefineComponent<{
2799
2799
  };
2800
2800
  }>>) | ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
2801
2801
  align: {
2802
- type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
2803
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
2804
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
2805
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
2806
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
2807
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
2808
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
2802
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
2803
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
2804
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
2805
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
2806
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
2807
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2808
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2809
2809
  }>;
2810
- default: "top" | "bottom" | "middle" | "stretch" | {
2811
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
2812
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
2813
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
2814
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
2815
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
2816
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
2810
+ default: "middle" | "top" | "bottom" | "stretch" | {
2811
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
2812
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
2813
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
2814
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
2815
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2816
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2817
2817
  };
2818
2818
  };
2819
2819
  justify: {
@@ -2845,21 +2845,21 @@ declare const _default: import("vue").DefineComponent<{
2845
2845
  };
2846
2846
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
2847
2847
  align: {
2848
- type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
2849
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
2850
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
2851
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
2852
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
2853
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
2854
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
2848
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
2849
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
2850
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
2851
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
2852
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
2853
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2854
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2855
2855
  }>;
2856
- default: "top" | "bottom" | "middle" | "stretch" | {
2857
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
2858
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
2859
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
2860
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
2861
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
2862
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
2856
+ default: "middle" | "top" | "bottom" | "stretch" | {
2857
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
2858
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
2859
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
2860
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
2861
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2862
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2863
2863
  };
2864
2864
  };
2865
2865
  justify: {
@@ -3127,21 +3127,21 @@ declare const _default: import("vue").DefineComponent<{
3127
3127
  readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
3128
3128
  readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
3129
3129
  align: {
3130
- type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
3131
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
3132
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
3133
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
3134
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
3135
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
3136
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
3130
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
3131
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
3132
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
3133
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
3134
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
3135
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
3136
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
3137
3137
  }>;
3138
- default: "top" | "bottom" | "middle" | "stretch" | {
3139
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
3140
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
3141
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
3142
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
3143
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
3144
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
3138
+ default: "middle" | "top" | "bottom" | "stretch" | {
3139
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
3140
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
3141
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
3142
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
3143
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
3144
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
3145
3145
  };
3146
3146
  };
3147
3147
  justify: {
@@ -4083,21 +4083,21 @@ declare const _default: import("vue").DefineComponent<{
4083
4083
  readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/index").FormData) | (() => import("ll-plus/es/index").FormData) | ((new (...args: any[]) => import("ll-plus/es/index").FormData) | (() => import("ll-plus/es/index").FormData))[], unknown, unknown, () => {}, boolean>;
4084
4084
  readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
4085
4085
  align: {
4086
- type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
4087
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
4088
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
4089
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
4090
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
4091
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
4092
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
4086
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
4087
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
4088
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
4089
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
4090
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
4091
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
4092
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
4093
4093
  }>;
4094
- default: "top" | "bottom" | "middle" | "stretch" | {
4095
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
4096
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
4097
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
4098
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
4099
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
4100
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
4094
+ default: "middle" | "top" | "bottom" | "stretch" | {
4095
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
4096
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
4097
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
4098
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
4099
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
4100
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
4101
4101
  };
4102
4102
  };
4103
4103
  justify: {
@@ -4129,21 +4129,21 @@ declare const _default: import("vue").DefineComponent<{
4129
4129
  };
4130
4130
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
4131
4131
  align: {
4132
- type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
4133
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
4134
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
4135
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
4136
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
4137
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
4138
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
4132
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
4133
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
4134
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
4135
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
4136
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
4137
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
4138
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
4139
4139
  }>;
4140
- default: "top" | "bottom" | "middle" | "stretch" | {
4141
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
4142
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
4143
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
4144
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
4145
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
4146
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
4140
+ default: "middle" | "top" | "bottom" | "stretch" | {
4141
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
4142
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
4143
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
4144
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
4145
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
4146
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
4147
4147
  };
4148
4148
  };
4149
4149
  justify: {
@@ -4175,21 +4175,21 @@ declare const _default: import("vue").DefineComponent<{
4175
4175
  };
4176
4176
  }>>) | ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
4177
4177
  align: {
4178
- type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
4179
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
4180
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
4181
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
4182
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
4183
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
4184
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
4178
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
4179
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
4180
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
4181
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
4182
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
4183
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
4184
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
4185
4185
  }>;
4186
- default: "top" | "bottom" | "middle" | "stretch" | {
4187
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
4188
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
4189
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
4190
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
4191
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
4192
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
4186
+ default: "middle" | "top" | "bottom" | "stretch" | {
4187
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
4188
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
4189
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
4190
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
4191
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
4192
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
4193
4193
  };
4194
4194
  };
4195
4195
  justify: {
@@ -4221,21 +4221,21 @@ declare const _default: import("vue").DefineComponent<{
4221
4221
  };
4222
4222
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
4223
4223
  align: {
4224
- type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
4225
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
4226
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
4227
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
4228
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
4229
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
4230
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
4224
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
4225
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
4226
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
4227
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
4228
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
4229
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
4230
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
4231
4231
  }>;
4232
- default: "top" | "bottom" | "middle" | "stretch" | {
4233
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
4234
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
4235
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
4236
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
4237
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
4238
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
4232
+ default: "middle" | "top" | "bottom" | "stretch" | {
4233
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
4234
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
4235
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
4236
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
4237
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
4238
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
4239
4239
  };
4240
4240
  };
4241
4241
  justify: {
@@ -4504,21 +4504,21 @@ declare const _default: import("vue").DefineComponent<{
4504
4504
  readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
4505
4505
  readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
4506
4506
  align: {
4507
- type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
4508
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
4509
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
4510
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
4511
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
4512
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
4513
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
4507
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
4508
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
4509
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
4510
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
4511
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
4512
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
4513
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
4514
4514
  }>;
4515
- default: "top" | "bottom" | "middle" | "stretch" | {
4516
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
4517
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
4518
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
4519
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
4520
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
4521
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
4515
+ default: "middle" | "top" | "bottom" | "stretch" | {
4516
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
4517
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
4518
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
4519
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
4520
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
4521
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
4522
4522
  };
4523
4523
  };
4524
4524
  justify: {
@@ -4590,7 +4590,7 @@ declare const _default: import("vue").DefineComponent<{
4590
4590
  emits: (event: "changeField", item: any) => void;
4591
4591
  formData: import("ll-plus/es/index").FormData;
4592
4592
  componentRef: import("vue").Ref<any>;
4593
- getBindValue: (item: any) => import("lodash").Omit<any, "change" | "onChange" | "label">;
4593
+ getBindValue: (item: any) => import("lodash").Omit<any, "onChange" | "change" | "label">;
4594
4594
  handleChange: (...arg: any[]) => void;
4595
4595
  focus: () => Promise<void>;
4596
4596
  getItem: () => any;
@@ -4642,7 +4642,7 @@ declare const _default: import("vue").DefineComponent<{
4642
4642
  emits: (event: "changeField", item: any) => void;
4643
4643
  formData: import("ll-plus/es/index").FormData;
4644
4644
  componentRef: import("vue").Ref<any>;
4645
- getBindValue: (item: any) => import("lodash").Omit<any, "change" | "onChange" | "label">;
4645
+ getBindValue: (item: any) => import("lodash").Omit<any, "onChange" | "change" | "label">;
4646
4646
  handleChange: (...arg: any[]) => void;
4647
4647
  focus: () => Promise<void>;
4648
4648
  getItem: () => any;
@@ -4785,7 +4785,7 @@ declare const _default: import("vue").DefineComponent<{
4785
4785
  emits: (event: "changeField", item: any) => void;
4786
4786
  formData: import("ll-plus/es/index").FormData;
4787
4787
  componentRef: import("vue").Ref<any>;
4788
- getBindValue: (item: any) => import("lodash").Omit<any, "change" | "onChange" | "label">;
4788
+ getBindValue: (item: any) => import("lodash").Omit<any, "onChange" | "change" | "label">;
4789
4789
  handleChange: (...arg: any[]) => void;
4790
4790
  focus: () => Promise<void>;
4791
4791
  getItem: () => any;
@@ -5038,21 +5038,21 @@ declare const _default: import("vue").DefineComponent<{
5038
5038
  readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
5039
5039
  readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
5040
5040
  align: {
5041
- type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
5042
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
5043
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
5044
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
5045
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
5046
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
5047
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
5041
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
5042
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
5043
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
5044
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
5045
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
5046
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
5047
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
5048
5048
  }>;
5049
- default: "top" | "bottom" | "middle" | "stretch" | {
5050
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
5051
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
5052
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
5053
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
5054
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
5055
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
5049
+ default: "middle" | "top" | "bottom" | "stretch" | {
5050
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
5051
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
5052
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
5053
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
5054
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
5055
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
5056
5056
  };
5057
5057
  };
5058
5058
  justify: {
@@ -6419,21 +6419,21 @@ declare const _default: import("vue").DefineComponent<{
6419
6419
  readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/index").FormData) | (() => import("ll-plus/es/index").FormData) | ((new (...args: any[]) => import("ll-plus/es/index").FormData) | (() => import("ll-plus/es/index").FormData))[], unknown, unknown, () => {}, boolean>;
6420
6420
  readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
6421
6421
  align: {
6422
- type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
6423
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
6424
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
6425
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
6426
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
6427
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
6428
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
6422
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
6423
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
6424
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
6425
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
6426
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
6427
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
6428
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
6429
6429
  }>;
6430
- default: "top" | "bottom" | "middle" | "stretch" | {
6431
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
6432
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
6433
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
6434
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
6435
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
6436
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
6430
+ default: "middle" | "top" | "bottom" | "stretch" | {
6431
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
6432
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
6433
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
6434
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
6435
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
6436
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
6437
6437
  };
6438
6438
  };
6439
6439
  justify: {
@@ -6465,21 +6465,21 @@ declare const _default: import("vue").DefineComponent<{
6465
6465
  };
6466
6466
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
6467
6467
  align: {
6468
- type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
6469
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
6470
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
6471
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
6472
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
6473
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
6474
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
6468
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
6469
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
6470
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
6471
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
6472
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
6473
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
6474
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
6475
6475
  }>;
6476
- default: "top" | "bottom" | "middle" | "stretch" | {
6477
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
6478
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
6479
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
6480
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
6481
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
6482
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
6476
+ default: "middle" | "top" | "bottom" | "stretch" | {
6477
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
6478
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
6479
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
6480
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
6481
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
6482
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
6483
6483
  };
6484
6484
  };
6485
6485
  justify: {
@@ -6511,21 +6511,21 @@ declare const _default: import("vue").DefineComponent<{
6511
6511
  };
6512
6512
  }>>) | ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
6513
6513
  align: {
6514
- type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
6515
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
6516
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
6517
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
6518
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
6519
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
6520
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
6514
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
6515
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
6516
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
6517
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
6518
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
6519
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
6520
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
6521
6521
  }>;
6522
- default: "top" | "bottom" | "middle" | "stretch" | {
6523
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
6524
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
6525
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
6526
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
6527
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
6528
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
6522
+ default: "middle" | "top" | "bottom" | "stretch" | {
6523
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
6524
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
6525
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
6526
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
6527
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
6528
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
6529
6529
  };
6530
6530
  };
6531
6531
  justify: {
@@ -6557,21 +6557,21 @@ declare const _default: import("vue").DefineComponent<{
6557
6557
  };
6558
6558
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
6559
6559
  align: {
6560
- type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
6561
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
6562
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
6563
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
6564
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
6565
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
6566
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
6560
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
6561
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
6562
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
6563
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
6564
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
6565
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
6566
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
6567
6567
  }>;
6568
- default: "top" | "bottom" | "middle" | "stretch" | {
6569
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
6570
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
6571
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
6572
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
6573
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
6574
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
6568
+ default: "middle" | "top" | "bottom" | "stretch" | {
6569
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
6570
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
6571
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
6572
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
6573
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
6574
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
6575
6575
  };
6576
6576
  };
6577
6577
  justify: {
@@ -6840,21 +6840,21 @@ declare const _default: import("vue").DefineComponent<{
6840
6840
  readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
6841
6841
  readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
6842
6842
  align: {
6843
- type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
6844
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
6845
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
6846
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
6847
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
6848
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
6849
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
6843
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
6844
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
6845
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
6846
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
6847
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
6848
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
6849
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
6850
6850
  }>;
6851
- default: "top" | "bottom" | "middle" | "stretch" | {
6852
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
6853
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
6854
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
6855
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
6856
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
6857
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
6851
+ default: "middle" | "top" | "bottom" | "stretch" | {
6852
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
6853
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
6854
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
6855
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
6856
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
6857
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
6858
6858
  };
6859
6859
  };
6860
6860
  justify: {
@@ -6926,7 +6926,7 @@ declare const _default: import("vue").DefineComponent<{
6926
6926
  emits: (event: "changeField", item: any) => void;
6927
6927
  formData: import("ll-plus/es/index").FormData;
6928
6928
  componentRef: import("vue").Ref<any>;
6929
- getBindValue: (item: any) => import("lodash").Omit<any, "change" | "onChange" | "label">;
6929
+ getBindValue: (item: any) => import("lodash").Omit<any, "onChange" | "change" | "label">;
6930
6930
  handleChange: (...arg: any[]) => void;
6931
6931
  focus: () => Promise<void>;
6932
6932
  getItem: () => any;
@@ -6978,7 +6978,7 @@ declare const _default: import("vue").DefineComponent<{
6978
6978
  emits: (event: "changeField", item: any) => void;
6979
6979
  formData: import("ll-plus/es/index").FormData;
6980
6980
  componentRef: import("vue").Ref<any>;
6981
- getBindValue: (item: any) => import("lodash").Omit<any, "change" | "onChange" | "label">;
6981
+ getBindValue: (item: any) => import("lodash").Omit<any, "onChange" | "change" | "label">;
6982
6982
  handleChange: (...arg: any[]) => void;
6983
6983
  focus: () => Promise<void>;
6984
6984
  getItem: () => any;
@@ -7121,7 +7121,7 @@ declare const _default: import("vue").DefineComponent<{
7121
7121
  emits: (event: "changeField", item: any) => void;
7122
7122
  formData: import("ll-plus/es/index").FormData;
7123
7123
  componentRef: import("vue").Ref<any>;
7124
- getBindValue: (item: any) => import("lodash").Omit<any, "change" | "onChange" | "label">;
7124
+ getBindValue: (item: any) => import("lodash").Omit<any, "onChange" | "change" | "label">;
7125
7125
  handleChange: (...arg: any[]) => void;
7126
7126
  focus: () => Promise<void>;
7127
7127
  getItem: () => any;
@@ -8047,21 +8047,21 @@ declare const _default: import("vue").DefineComponent<{
8047
8047
  readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/index").FormData) | (() => import("ll-plus/es/index").FormData) | ((new (...args: any[]) => import("ll-plus/es/index").FormData) | (() => import("ll-plus/es/index").FormData))[], unknown, unknown, () => {}, boolean>;
8048
8048
  readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
8049
8049
  align: {
8050
- type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
8051
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
8052
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
8053
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
8054
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
8055
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
8056
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
8050
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
8051
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
8052
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
8053
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
8054
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
8055
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
8056
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
8057
8057
  }>;
8058
- default: "top" | "bottom" | "middle" | "stretch" | {
8059
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
8060
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
8061
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
8062
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
8063
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
8064
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
8058
+ default: "middle" | "top" | "bottom" | "stretch" | {
8059
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
8060
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
8061
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
8062
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
8063
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
8064
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
8065
8065
  };
8066
8066
  };
8067
8067
  justify: {
@@ -8093,21 +8093,21 @@ declare const _default: import("vue").DefineComponent<{
8093
8093
  };
8094
8094
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
8095
8095
  align: {
8096
- type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
8097
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
8098
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
8099
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
8100
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
8101
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
8102
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
8096
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
8097
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
8098
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
8099
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
8100
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
8101
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
8102
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
8103
8103
  }>;
8104
- default: "top" | "bottom" | "middle" | "stretch" | {
8105
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
8106
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
8107
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
8108
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
8109
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
8110
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
8104
+ default: "middle" | "top" | "bottom" | "stretch" | {
8105
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
8106
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
8107
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
8108
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
8109
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
8110
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
8111
8111
  };
8112
8112
  };
8113
8113
  justify: {
@@ -8139,21 +8139,21 @@ declare const _default: import("vue").DefineComponent<{
8139
8139
  };
8140
8140
  }>>) | ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
8141
8141
  align: {
8142
- type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
8143
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
8144
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
8145
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
8146
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
8147
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
8148
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
8142
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
8143
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
8144
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
8145
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
8146
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
8147
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
8148
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
8149
8149
  }>;
8150
- default: "top" | "bottom" | "middle" | "stretch" | {
8151
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
8152
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
8153
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
8154
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
8155
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
8156
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
8150
+ default: "middle" | "top" | "bottom" | "stretch" | {
8151
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
8152
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
8153
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
8154
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
8155
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
8156
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
8157
8157
  };
8158
8158
  };
8159
8159
  justify: {
@@ -8185,21 +8185,21 @@ declare const _default: import("vue").DefineComponent<{
8185
8185
  };
8186
8186
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
8187
8187
  align: {
8188
- type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
8189
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
8190
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
8191
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
8192
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
8193
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
8194
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
8188
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
8189
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
8190
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
8191
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
8192
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
8193
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
8194
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
8195
8195
  }>;
8196
- default: "top" | "bottom" | "middle" | "stretch" | {
8197
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
8198
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
8199
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
8200
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
8201
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
8202
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
8196
+ default: "middle" | "top" | "bottom" | "stretch" | {
8197
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
8198
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
8199
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
8200
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
8201
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
8202
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
8203
8203
  };
8204
8204
  };
8205
8205
  justify: {
@@ -8467,21 +8467,21 @@ declare const _default: import("vue").DefineComponent<{
8467
8467
  readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
8468
8468
  readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
8469
8469
  align: {
8470
- type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
8471
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
8472
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
8473
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
8474
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
8475
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
8476
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
8470
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
8471
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
8472
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
8473
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
8474
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
8475
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
8476
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
8477
8477
  }>;
8478
- default: "top" | "bottom" | "middle" | "stretch" | {
8479
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
8480
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
8481
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
8482
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
8483
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
8484
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
8478
+ default: "middle" | "top" | "bottom" | "stretch" | {
8479
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
8480
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
8481
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
8482
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
8483
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
8484
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
8485
8485
  };
8486
8486
  };
8487
8487
  justify: {
@@ -9423,21 +9423,21 @@ declare const _default: import("vue").DefineComponent<{
9423
9423
  readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/index").FormData) | (() => import("ll-plus/es/index").FormData) | ((new (...args: any[]) => import("ll-plus/es/index").FormData) | (() => import("ll-plus/es/index").FormData))[], unknown, unknown, () => {}, boolean>;
9424
9424
  readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
9425
9425
  align: {
9426
- type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
9427
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
9428
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
9429
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
9430
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
9431
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
9432
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
9426
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
9427
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
9428
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
9429
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
9430
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
9431
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
9432
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
9433
9433
  }>;
9434
- default: "top" | "bottom" | "middle" | "stretch" | {
9435
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
9436
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
9437
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
9438
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
9439
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
9440
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
9434
+ default: "middle" | "top" | "bottom" | "stretch" | {
9435
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
9436
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
9437
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
9438
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
9439
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
9440
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
9441
9441
  };
9442
9442
  };
9443
9443
  justify: {
@@ -9469,21 +9469,21 @@ declare const _default: import("vue").DefineComponent<{
9469
9469
  };
9470
9470
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
9471
9471
  align: {
9472
- type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
9473
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
9474
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
9475
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
9476
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
9477
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
9478
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
9472
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
9473
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
9474
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
9475
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
9476
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
9477
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
9478
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
9479
9479
  }>;
9480
- default: "top" | "bottom" | "middle" | "stretch" | {
9481
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
9482
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
9483
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
9484
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
9485
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
9486
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
9480
+ default: "middle" | "top" | "bottom" | "stretch" | {
9481
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
9482
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
9483
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
9484
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
9485
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
9486
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
9487
9487
  };
9488
9488
  };
9489
9489
  justify: {
@@ -9515,21 +9515,21 @@ declare const _default: import("vue").DefineComponent<{
9515
9515
  };
9516
9516
  }>>) | ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
9517
9517
  align: {
9518
- type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
9519
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
9520
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
9521
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
9522
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
9523
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
9524
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
9518
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
9519
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
9520
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
9521
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
9522
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
9523
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
9524
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
9525
9525
  }>;
9526
- default: "top" | "bottom" | "middle" | "stretch" | {
9527
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
9528
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
9529
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
9530
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
9531
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
9532
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
9526
+ default: "middle" | "top" | "bottom" | "stretch" | {
9527
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
9528
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
9529
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
9530
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
9531
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
9532
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
9533
9533
  };
9534
9534
  };
9535
9535
  justify: {
@@ -9561,21 +9561,21 @@ declare const _default: import("vue").DefineComponent<{
9561
9561
  };
9562
9562
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
9563
9563
  align: {
9564
- type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
9565
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
9566
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
9567
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
9568
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
9569
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
9570
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
9564
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
9565
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
9566
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
9567
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
9568
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
9569
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
9570
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
9571
9571
  }>;
9572
- default: "top" | "bottom" | "middle" | "stretch" | {
9573
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
9574
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
9575
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
9576
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
9577
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
9578
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
9572
+ default: "middle" | "top" | "bottom" | "stretch" | {
9573
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
9574
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
9575
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
9576
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
9577
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
9578
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
9579
9579
  };
9580
9580
  };
9581
9581
  justify: {
@@ -9844,21 +9844,21 @@ declare const _default: import("vue").DefineComponent<{
9844
9844
  readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
9845
9845
  readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
9846
9846
  align: {
9847
- type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
9848
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
9849
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
9850
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
9851
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
9852
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
9853
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
9847
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
9848
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
9849
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
9850
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
9851
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
9852
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
9853
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
9854
9854
  }>;
9855
- default: "top" | "bottom" | "middle" | "stretch" | {
9856
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
9857
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
9858
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
9859
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
9860
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
9861
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
9855
+ default: "middle" | "top" | "bottom" | "stretch" | {
9856
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
9857
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
9858
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
9859
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
9860
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
9861
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
9862
9862
  };
9863
9863
  };
9864
9864
  justify: {
@@ -9930,7 +9930,7 @@ declare const _default: import("vue").DefineComponent<{
9930
9930
  emits: (event: "changeField", item: any) => void;
9931
9931
  formData: import("ll-plus/es/index").FormData;
9932
9932
  componentRef: import("vue").Ref<any>;
9933
- getBindValue: (item: any) => import("lodash").Omit<any, "change" | "onChange" | "label">;
9933
+ getBindValue: (item: any) => import("lodash").Omit<any, "onChange" | "change" | "label">;
9934
9934
  handleChange: (...arg: any[]) => void;
9935
9935
  focus: () => Promise<void>;
9936
9936
  getItem: () => any;
@@ -9982,7 +9982,7 @@ declare const _default: import("vue").DefineComponent<{
9982
9982
  emits: (event: "changeField", item: any) => void;
9983
9983
  formData: import("ll-plus/es/index").FormData;
9984
9984
  componentRef: import("vue").Ref<any>;
9985
- getBindValue: (item: any) => import("lodash").Omit<any, "change" | "onChange" | "label">;
9985
+ getBindValue: (item: any) => import("lodash").Omit<any, "onChange" | "change" | "label">;
9986
9986
  handleChange: (...arg: any[]) => void;
9987
9987
  focus: () => Promise<void>;
9988
9988
  getItem: () => any;
@@ -10125,7 +10125,7 @@ declare const _default: import("vue").DefineComponent<{
10125
10125
  emits: (event: "changeField", item: any) => void;
10126
10126
  formData: import("ll-plus/es/index").FormData;
10127
10127
  componentRef: import("vue").Ref<any>;
10128
- getBindValue: (item: any) => import("lodash").Omit<any, "change" | "onChange" | "label">;
10128
+ getBindValue: (item: any) => import("lodash").Omit<any, "onChange" | "change" | "label">;
10129
10129
  handleChange: (...arg: any[]) => void;
10130
10130
  focus: () => Promise<void>;
10131
10131
  getItem: () => any;
@@ -10378,21 +10378,21 @@ declare const _default: import("vue").DefineComponent<{
10378
10378
  readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
10379
10379
  readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
10380
10380
  align: {
10381
- type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
10382
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
10383
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
10384
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
10385
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
10386
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
10387
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
10381
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
10382
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
10383
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
10384
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
10385
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
10386
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
10387
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
10388
10388
  }>;
10389
- default: "top" | "bottom" | "middle" | "stretch" | {
10390
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
10391
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
10392
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
10393
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
10394
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
10395
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
10389
+ default: "middle" | "top" | "bottom" | "stretch" | {
10390
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
10391
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
10392
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
10393
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
10394
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
10395
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
10396
10396
  };
10397
10397
  };
10398
10398
  justify: {
@@ -11687,21 +11687,21 @@ declare const _default: import("vue").DefineComponent<{
11687
11687
  readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/index").FormData) | (() => import("ll-plus/es/index").FormData) | ((new (...args: any[]) => import("ll-plus/es/index").FormData) | (() => import("ll-plus/es/index").FormData))[], unknown, unknown, () => {}, boolean>;
11688
11688
  readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
11689
11689
  align: {
11690
- type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
11691
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
11692
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
11693
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
11694
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
11695
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
11696
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
11690
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
11691
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
11692
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
11693
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
11694
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
11695
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
11696
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
11697
11697
  }>;
11698
- default: "top" | "bottom" | "middle" | "stretch" | {
11699
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
11700
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
11701
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
11702
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
11703
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
11704
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
11698
+ default: "middle" | "top" | "bottom" | "stretch" | {
11699
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
11700
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
11701
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
11702
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
11703
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
11704
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
11705
11705
  };
11706
11706
  };
11707
11707
  justify: {
@@ -11733,21 +11733,21 @@ declare const _default: import("vue").DefineComponent<{
11733
11733
  };
11734
11734
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
11735
11735
  align: {
11736
- type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
11737
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
11738
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
11739
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
11740
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
11741
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
11742
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
11736
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
11737
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
11738
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
11739
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
11740
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
11741
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
11742
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
11743
11743
  }>;
11744
- default: "top" | "bottom" | "middle" | "stretch" | {
11745
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
11746
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
11747
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
11748
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
11749
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
11750
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
11744
+ default: "middle" | "top" | "bottom" | "stretch" | {
11745
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
11746
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
11747
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
11748
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
11749
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
11750
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
11751
11751
  };
11752
11752
  };
11753
11753
  justify: {
@@ -11779,21 +11779,21 @@ declare const _default: import("vue").DefineComponent<{
11779
11779
  };
11780
11780
  }>>) | ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
11781
11781
  align: {
11782
- type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
11783
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
11784
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
11785
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
11786
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
11787
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
11788
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
11782
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
11783
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
11784
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
11785
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
11786
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
11787
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
11788
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
11789
11789
  }>;
11790
- default: "top" | "bottom" | "middle" | "stretch" | {
11791
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
11792
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
11793
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
11794
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
11795
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
11796
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
11790
+ default: "middle" | "top" | "bottom" | "stretch" | {
11791
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
11792
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
11793
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
11794
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
11795
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
11796
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
11797
11797
  };
11798
11798
  };
11799
11799
  justify: {
@@ -11825,21 +11825,21 @@ declare const _default: import("vue").DefineComponent<{
11825
11825
  };
11826
11826
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
11827
11827
  align: {
11828
- type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
11829
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
11830
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
11831
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
11832
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
11833
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
11834
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
11828
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
11829
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
11830
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
11831
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
11832
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
11833
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
11834
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
11835
11835
  }>;
11836
- default: "top" | "bottom" | "middle" | "stretch" | {
11837
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
11838
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
11839
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
11840
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
11841
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
11842
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
11836
+ default: "middle" | "top" | "bottom" | "stretch" | {
11837
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
11838
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
11839
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
11840
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
11841
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
11842
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
11843
11843
  };
11844
11844
  };
11845
11845
  justify: {
@@ -12108,21 +12108,21 @@ declare const _default: import("vue").DefineComponent<{
12108
12108
  readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
12109
12109
  readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
12110
12110
  align: {
12111
- type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
12112
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
12113
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
12114
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
12115
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
12116
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
12117
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
12111
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
12112
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
12113
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
12114
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
12115
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
12116
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
12117
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
12118
12118
  }>;
12119
- default: "top" | "bottom" | "middle" | "stretch" | {
12120
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
12121
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
12122
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
12123
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
12124
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
12125
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
12119
+ default: "middle" | "top" | "bottom" | "stretch" | {
12120
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
12121
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
12122
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
12123
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
12124
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
12125
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
12126
12126
  };
12127
12127
  };
12128
12128
  justify: {
@@ -12194,7 +12194,7 @@ declare const _default: import("vue").DefineComponent<{
12194
12194
  emits: (event: "changeField", item: any) => void;
12195
12195
  formData: import("ll-plus/es/index").FormData;
12196
12196
  componentRef: import("vue").Ref<any>;
12197
- getBindValue: (item: any) => import("lodash").Omit<any, "change" | "onChange" | "label">;
12197
+ getBindValue: (item: any) => import("lodash").Omit<any, "onChange" | "change" | "label">;
12198
12198
  handleChange: (...arg: any[]) => void;
12199
12199
  focus: () => Promise<void>;
12200
12200
  getItem: () => any;
@@ -12246,7 +12246,7 @@ declare const _default: import("vue").DefineComponent<{
12246
12246
  emits: (event: "changeField", item: any) => void;
12247
12247
  formData: import("ll-plus/es/index").FormData;
12248
12248
  componentRef: import("vue").Ref<any>;
12249
- getBindValue: (item: any) => import("lodash").Omit<any, "change" | "onChange" | "label">;
12249
+ getBindValue: (item: any) => import("lodash").Omit<any, "onChange" | "change" | "label">;
12250
12250
  handleChange: (...arg: any[]) => void;
12251
12251
  focus: () => Promise<void>;
12252
12252
  getItem: () => any;
@@ -12389,7 +12389,7 @@ declare const _default: import("vue").DefineComponent<{
12389
12389
  emits: (event: "changeField", item: any) => void;
12390
12390
  formData: import("ll-plus/es/index").FormData;
12391
12391
  componentRef: import("vue").Ref<any>;
12392
- getBindValue: (item: any) => import("lodash").Omit<any, "change" | "onChange" | "label">;
12392
+ getBindValue: (item: any) => import("lodash").Omit<any, "onChange" | "change" | "label">;
12393
12393
  handleChange: (...arg: any[]) => void;
12394
12394
  focus: () => Promise<void>;
12395
12395
  getItem: () => any;
@@ -13315,21 +13315,21 @@ declare const _default: import("vue").DefineComponent<{
13315
13315
  readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/index").FormData) | (() => import("ll-plus/es/index").FormData) | ((new (...args: any[]) => import("ll-plus/es/index").FormData) | (() => import("ll-plus/es/index").FormData))[], unknown, unknown, () => {}, boolean>;
13316
13316
  readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
13317
13317
  align: {
13318
- type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
13319
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
13320
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
13321
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
13322
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
13323
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
13324
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
13318
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
13319
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
13320
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
13321
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
13322
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
13323
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
13324
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
13325
13325
  }>;
13326
- default: "top" | "bottom" | "middle" | "stretch" | {
13327
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
13328
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
13329
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
13330
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
13331
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
13332
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
13326
+ default: "middle" | "top" | "bottom" | "stretch" | {
13327
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
13328
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
13329
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
13330
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
13331
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
13332
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
13333
13333
  };
13334
13334
  };
13335
13335
  justify: {
@@ -13361,21 +13361,21 @@ declare const _default: import("vue").DefineComponent<{
13361
13361
  };
13362
13362
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
13363
13363
  align: {
13364
- type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
13365
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
13366
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
13367
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
13368
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
13369
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
13370
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
13364
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
13365
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
13366
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
13367
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
13368
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
13369
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
13370
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
13371
13371
  }>;
13372
- default: "top" | "bottom" | "middle" | "stretch" | {
13373
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
13374
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
13375
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
13376
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
13377
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
13378
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
13372
+ default: "middle" | "top" | "bottom" | "stretch" | {
13373
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
13374
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
13375
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
13376
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
13377
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
13378
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
13379
13379
  };
13380
13380
  };
13381
13381
  justify: {
@@ -13407,21 +13407,21 @@ declare const _default: import("vue").DefineComponent<{
13407
13407
  };
13408
13408
  }>>) | ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
13409
13409
  align: {
13410
- type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
13411
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
13412
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
13413
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
13414
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
13415
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
13416
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
13410
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
13411
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
13412
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
13413
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
13414
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
13415
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
13416
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
13417
13417
  }>;
13418
- default: "top" | "bottom" | "middle" | "stretch" | {
13419
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
13420
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
13421
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
13422
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
13423
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
13424
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
13418
+ default: "middle" | "top" | "bottom" | "stretch" | {
13419
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
13420
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
13421
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
13422
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
13423
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
13424
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
13425
13425
  };
13426
13426
  };
13427
13427
  justify: {
@@ -13453,21 +13453,21 @@ declare const _default: import("vue").DefineComponent<{
13453
13453
  };
13454
13454
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
13455
13455
  align: {
13456
- type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
13457
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
13458
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
13459
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
13460
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
13461
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
13462
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
13456
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
13457
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
13458
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
13459
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
13460
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
13461
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
13462
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
13463
13463
  }>;
13464
- default: "top" | "bottom" | "middle" | "stretch" | {
13465
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
13466
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
13467
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
13468
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
13469
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
13470
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
13464
+ default: "middle" | "top" | "bottom" | "stretch" | {
13465
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
13466
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
13467
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
13468
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
13469
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
13470
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
13471
13471
  };
13472
13472
  };
13473
13473
  justify: {
@@ -13735,21 +13735,21 @@ declare const _default: import("vue").DefineComponent<{
13735
13735
  readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
13736
13736
  readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
13737
13737
  align: {
13738
- type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
13739
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
13740
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
13741
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
13742
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
13743
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
13744
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
13738
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
13739
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
13740
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
13741
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
13742
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
13743
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
13744
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
13745
13745
  }>;
13746
- default: "top" | "bottom" | "middle" | "stretch" | {
13747
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
13748
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
13749
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
13750
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
13751
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
13752
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
13746
+ default: "middle" | "top" | "bottom" | "stretch" | {
13747
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
13748
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
13749
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
13750
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
13751
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
13752
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
13753
13753
  };
13754
13754
  };
13755
13755
  justify: {
@@ -14691,21 +14691,21 @@ declare const _default: import("vue").DefineComponent<{
14691
14691
  readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/index").FormData) | (() => import("ll-plus/es/index").FormData) | ((new (...args: any[]) => import("ll-plus/es/index").FormData) | (() => import("ll-plus/es/index").FormData))[], unknown, unknown, () => {}, boolean>;
14692
14692
  readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
14693
14693
  align: {
14694
- type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
14695
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
14696
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
14697
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
14698
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
14699
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
14700
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
14694
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
14695
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
14696
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
14697
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
14698
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
14699
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
14700
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
14701
14701
  }>;
14702
- default: "top" | "bottom" | "middle" | "stretch" | {
14703
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
14704
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
14705
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
14706
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
14707
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
14708
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
14702
+ default: "middle" | "top" | "bottom" | "stretch" | {
14703
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
14704
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
14705
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
14706
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
14707
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
14708
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
14709
14709
  };
14710
14710
  };
14711
14711
  justify: {
@@ -14737,21 +14737,21 @@ declare const _default: import("vue").DefineComponent<{
14737
14737
  };
14738
14738
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
14739
14739
  align: {
14740
- type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
14741
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
14742
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
14743
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
14744
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
14745
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
14746
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
14740
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
14741
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
14742
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
14743
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
14744
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
14745
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
14746
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
14747
14747
  }>;
14748
- default: "top" | "bottom" | "middle" | "stretch" | {
14749
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
14750
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
14751
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
14752
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
14753
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
14754
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
14748
+ default: "middle" | "top" | "bottom" | "stretch" | {
14749
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
14750
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
14751
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
14752
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
14753
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
14754
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
14755
14755
  };
14756
14756
  };
14757
14757
  justify: {
@@ -14783,21 +14783,21 @@ declare const _default: import("vue").DefineComponent<{
14783
14783
  };
14784
14784
  }>>) | ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
14785
14785
  align: {
14786
- type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
14787
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
14788
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
14789
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
14790
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
14791
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
14792
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
14786
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
14787
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
14788
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
14789
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
14790
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
14791
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
14792
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
14793
14793
  }>;
14794
- default: "top" | "bottom" | "middle" | "stretch" | {
14795
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
14796
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
14797
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
14798
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
14799
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
14800
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
14794
+ default: "middle" | "top" | "bottom" | "stretch" | {
14795
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
14796
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
14797
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
14798
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
14799
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
14800
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
14801
14801
  };
14802
14802
  };
14803
14803
  justify: {
@@ -14829,21 +14829,21 @@ declare const _default: import("vue").DefineComponent<{
14829
14829
  };
14830
14830
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
14831
14831
  align: {
14832
- type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
14833
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
14834
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
14835
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
14836
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
14837
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
14838
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
14832
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
14833
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
14834
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
14835
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
14836
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
14837
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
14838
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
14839
14839
  }>;
14840
- default: "top" | "bottom" | "middle" | "stretch" | {
14841
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
14842
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
14843
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
14844
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
14845
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
14846
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
14840
+ default: "middle" | "top" | "bottom" | "stretch" | {
14841
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
14842
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
14843
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
14844
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
14845
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
14846
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
14847
14847
  };
14848
14848
  };
14849
14849
  justify: {
@@ -15112,21 +15112,21 @@ declare const _default: import("vue").DefineComponent<{
15112
15112
  readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
15113
15113
  readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
15114
15114
  align: {
15115
- type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
15116
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
15117
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
15118
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
15119
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
15120
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
15121
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
15115
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
15116
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
15117
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
15118
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
15119
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
15120
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
15121
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
15122
15122
  }>;
15123
- default: "top" | "bottom" | "middle" | "stretch" | {
15124
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
15125
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
15126
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
15127
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
15128
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
15129
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
15123
+ default: "middle" | "top" | "bottom" | "stretch" | {
15124
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
15125
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
15126
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
15127
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
15128
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
15129
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
15130
15130
  };
15131
15131
  };
15132
15132
  justify: {
@@ -15198,7 +15198,7 @@ declare const _default: import("vue").DefineComponent<{
15198
15198
  emits: (event: "changeField", item: any) => void;
15199
15199
  formData: import("ll-plus/es/index").FormData;
15200
15200
  componentRef: import("vue").Ref<any>;
15201
- getBindValue: (item: any) => import("lodash").Omit<any, "change" | "onChange" | "label">;
15201
+ getBindValue: (item: any) => import("lodash").Omit<any, "onChange" | "change" | "label">;
15202
15202
  handleChange: (...arg: any[]) => void;
15203
15203
  focus: () => Promise<void>;
15204
15204
  getItem: () => any;
@@ -15250,7 +15250,7 @@ declare const _default: import("vue").DefineComponent<{
15250
15250
  emits: (event: "changeField", item: any) => void;
15251
15251
  formData: import("ll-plus/es/index").FormData;
15252
15252
  componentRef: import("vue").Ref<any>;
15253
- getBindValue: (item: any) => import("lodash").Omit<any, "change" | "onChange" | "label">;
15253
+ getBindValue: (item: any) => import("lodash").Omit<any, "onChange" | "change" | "label">;
15254
15254
  handleChange: (...arg: any[]) => void;
15255
15255
  focus: () => Promise<void>;
15256
15256
  getItem: () => any;
@@ -15393,7 +15393,7 @@ declare const _default: import("vue").DefineComponent<{
15393
15393
  emits: (event: "changeField", item: any) => void;
15394
15394
  formData: import("ll-plus/es/index").FormData;
15395
15395
  componentRef: import("vue").Ref<any>;
15396
- getBindValue: (item: any) => import("lodash").Omit<any, "change" | "onChange" | "label">;
15396
+ getBindValue: (item: any) => import("lodash").Omit<any, "onChange" | "change" | "label">;
15397
15397
  handleChange: (...arg: any[]) => void;
15398
15398
  focus: () => Promise<void>;
15399
15399
  getItem: () => any;
@@ -15646,21 +15646,21 @@ declare const _default: import("vue").DefineComponent<{
15646
15646
  readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
15647
15647
  readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
15648
15648
  align: {
15649
- type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
15650
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
15651
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
15652
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
15653
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
15654
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
15655
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
15649
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
15650
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
15651
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
15652
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
15653
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
15654
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
15655
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
15656
15656
  }>;
15657
- default: "top" | "bottom" | "middle" | "stretch" | {
15658
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
15659
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
15660
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
15661
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
15662
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
15663
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
15657
+ default: "middle" | "top" | "bottom" | "stretch" | {
15658
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
15659
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
15660
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
15661
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
15662
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
15663
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
15664
15664
  };
15665
15665
  };
15666
15666
  justify: {