ll-plus 2.5.19 → 2.5.21

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (178) hide show
  1. package/es/components/advanced-filtering/index.d.ts +284 -284
  2. package/es/components/advanced-filtering/src/advanced-filtering.vue.d.ts +142 -142
  3. package/es/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +142 -142
  4. package/es/components/breadcrumb-card/index.d.ts +1 -1
  5. package/es/components/breadcrumb-card/src/breadcrumb-card.vue.d.ts +1 -1
  6. package/es/components/cascader/index.d.ts +8 -8
  7. package/es/components/cascader/src/cascader.vue.d.ts +8 -8
  8. package/es/components/checkbox/index.d.ts +217 -217
  9. package/es/components/checkbox/src/checkbox-group.vue.d.ts +217 -217
  10. package/es/components/checkbox/src/checkbox.d.ts +56 -56
  11. package/es/components/drawer/index.d.ts +5 -5
  12. package/es/components/drawer/src/components/second-confirmation/index.d.ts +1 -1
  13. package/es/components/drawer/src/components/second-confirmation/src/second-confirmation.vue.d.ts +1 -1
  14. package/es/components/drawer/src/drawer.vue.d.ts +5 -5
  15. package/es/components/easy-cron/index.d.ts +95 -95
  16. package/es/components/easy-cron/src/components/easy-cron-inner.vue.d.ts +88 -88
  17. package/es/components/easy-cron/src/components/easy-cron-modal.vue.d.ts +88 -88
  18. package/es/components/easy-cron/src/easy-cron.vue.d.ts +95 -95
  19. package/es/components/form/index.d.ts +142 -142
  20. package/es/components/form/src/components/form-component.vue.d.ts +1 -1
  21. package/es/components/form/src/config/form.d.ts +56 -56
  22. package/es/components/form/src/form.vue.d.ts +141 -141
  23. package/es/components/input/index.d.ts +33 -33
  24. package/es/components/input/src/input.vue.d.ts +33 -33
  25. package/es/components/key-value/index.d.ts +678 -678
  26. package/es/components/key-value/src/components/key-value-item.vue.d.ts +226 -226
  27. package/es/components/key-value/src/key-value.vue.d.ts +678 -678
  28. package/es/components/modal/index.d.ts +1 -1
  29. package/es/components/modal/src/modal.vue.d.ts +1 -1
  30. package/es/components/new-drawer/index.d.ts +7 -7
  31. package/es/components/new-drawer/src/drawer.vue.d.ts +7 -7
  32. package/es/components/new-modal/index.d.ts +2 -2
  33. package/es/components/new-modal/src/modal.vue.d.ts +2 -2
  34. package/es/components/rich-text-editor/index.d.ts +1 -1
  35. package/es/components/rich-text-editor/src/rich-text-editor.vue.d.ts +1 -1
  36. package/es/components/select/index.d.ts +4 -4
  37. package/es/components/select/src/select.vue.d.ts +4 -4
  38. package/es/components/select-group/index.d.ts +1 -1
  39. package/es/components/select-group/src/select-group.d.ts +1 -1
  40. package/es/components/select-group/src/select-group.vue.d.ts +1 -1
  41. package/es/components/table/index.d.ts +6 -6
  42. package/es/components/table/src/components/main-table.vue.d.ts +2 -2
  43. package/es/components/table/src/config/table.d.ts +2 -2
  44. package/es/components/table/src/table.vue.d.ts +6 -6
  45. package/es/components/textarea/index.d.ts +5 -5
  46. package/es/components/textarea/src/textarea.vue.d.ts +5 -5
  47. package/es/components/tooltip/index.d.ts +4 -4
  48. package/es/components/tooltip/src/tooltip.d.ts +1 -1
  49. package/es/components/tooltip/src/tooltip.vue.d.ts +4 -4
  50. package/es/components/tree-search/index.d.ts +1 -1
  51. package/es/components/tree-search/src/tree-search.vue.d.ts +1 -1
  52. package/es/components/upload-drag/index.d.ts +2 -2
  53. package/es/components/upload-drag/src/upload-drag.vue.d.ts +2 -2
  54. package/es/packages/components/icon-base/src/icon-base.vue2.mjs +1 -1
  55. package/es/packages/components/icon-base/src/icon-base.vue2.mjs.map +1 -1
  56. package/es/packages/components/number-range/src/number-range.vue2.mjs +23 -15
  57. package/es/packages/components/number-range/src/number-range.vue2.mjs.map +1 -1
  58. package/index.full.js +23 -15
  59. package/index.full.min.js +16 -16
  60. package/index.full.min.js.map +1 -1
  61. package/index.full.min.mjs +16 -16
  62. package/index.full.min.mjs.map +1 -1
  63. package/index.full.mjs +23 -15
  64. package/lib/components/advanced-filtering/index.d.ts +284 -284
  65. package/lib/components/advanced-filtering/src/advanced-filtering.vue.d.ts +142 -142
  66. package/lib/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +142 -142
  67. package/lib/components/breadcrumb-card/index.d.ts +1 -1
  68. package/lib/components/breadcrumb-card/src/breadcrumb-card.vue.d.ts +1 -1
  69. package/lib/components/cascader/index.d.ts +8 -8
  70. package/lib/components/cascader/src/cascader.vue.d.ts +8 -8
  71. package/lib/components/checkbox/index.d.ts +217 -217
  72. package/lib/components/checkbox/src/checkbox-group.vue.d.ts +217 -217
  73. package/lib/components/checkbox/src/checkbox.d.ts +56 -56
  74. package/lib/components/drawer/index.d.ts +5 -5
  75. package/lib/components/drawer/src/components/second-confirmation/index.d.ts +1 -1
  76. package/lib/components/drawer/src/components/second-confirmation/src/second-confirmation.vue.d.ts +1 -1
  77. package/lib/components/drawer/src/drawer.vue.d.ts +5 -5
  78. package/lib/components/easy-cron/index.d.ts +95 -95
  79. package/lib/components/easy-cron/src/components/easy-cron-inner.vue.d.ts +88 -88
  80. package/lib/components/easy-cron/src/components/easy-cron-modal.vue.d.ts +88 -88
  81. package/lib/components/easy-cron/src/easy-cron.vue.d.ts +95 -95
  82. package/lib/components/form/index.d.ts +142 -142
  83. package/lib/components/form/src/components/form-component.vue.d.ts +1 -1
  84. package/lib/components/form/src/config/form.d.ts +56 -56
  85. package/lib/components/form/src/form.vue.d.ts +141 -141
  86. package/lib/components/input/index.d.ts +33 -33
  87. package/lib/components/input/src/input.vue.d.ts +33 -33
  88. package/lib/components/key-value/index.d.ts +678 -678
  89. package/lib/components/key-value/src/components/key-value-item.vue.d.ts +226 -226
  90. package/lib/components/key-value/src/key-value.vue.d.ts +678 -678
  91. package/lib/components/modal/index.d.ts +1 -1
  92. package/lib/components/modal/src/modal.vue.d.ts +1 -1
  93. package/lib/components/new-drawer/index.d.ts +7 -7
  94. package/lib/components/new-drawer/src/drawer.vue.d.ts +7 -7
  95. package/lib/components/new-modal/index.d.ts +2 -2
  96. package/lib/components/new-modal/src/modal.vue.d.ts +2 -2
  97. package/lib/components/rich-text-editor/index.d.ts +1 -1
  98. package/lib/components/rich-text-editor/src/rich-text-editor.vue.d.ts +1 -1
  99. package/lib/components/select/index.d.ts +4 -4
  100. package/lib/components/select/src/select.vue.d.ts +4 -4
  101. package/lib/components/select-group/index.d.ts +1 -1
  102. package/lib/components/select-group/src/select-group.d.ts +1 -1
  103. package/lib/components/select-group/src/select-group.vue.d.ts +1 -1
  104. package/lib/components/table/index.d.ts +6 -6
  105. package/lib/components/table/src/components/main-table.vue.d.ts +2 -2
  106. package/lib/components/table/src/config/table.d.ts +2 -2
  107. package/lib/components/table/src/table.vue.d.ts +6 -6
  108. package/lib/components/textarea/index.d.ts +5 -5
  109. package/lib/components/textarea/src/textarea.vue.d.ts +5 -5
  110. package/lib/components/tooltip/index.d.ts +4 -4
  111. package/lib/components/tooltip/src/tooltip.d.ts +1 -1
  112. package/lib/components/tooltip/src/tooltip.vue.d.ts +4 -4
  113. package/lib/components/tree-search/index.d.ts +1 -1
  114. package/lib/components/tree-search/src/tree-search.vue.d.ts +1 -1
  115. package/lib/components/upload-drag/index.d.ts +2 -2
  116. package/lib/components/upload-drag/src/upload-drag.vue.d.ts +2 -2
  117. package/lib/packages/components/icon-base/src/icon-base.vue2.js +1 -1
  118. package/lib/packages/components/icon-base/src/icon-base.vue2.js.map +1 -1
  119. package/lib/packages/components/number-range/src/number-range.vue2.js +22 -14
  120. package/lib/packages/components/number-range/src/number-range.vue2.js.map +1 -1
  121. package/package.json +1 -1
  122. package/theme-chalk/css/form.css +1 -1
  123. package/theme-chalk/css/icon-base.css +1 -1
  124. package/theme-chalk/css/index.css +1 -1
  125. package/theme-chalk/css/number-range.css +1 -1
  126. package/types/packages/components/advanced-filtering/index.d.ts +284 -284
  127. package/types/packages/components/advanced-filtering/src/advanced-filtering.vue.d.ts +142 -142
  128. package/types/packages/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +142 -142
  129. package/types/packages/components/breadcrumb-card/index.d.ts +1 -1
  130. package/types/packages/components/breadcrumb-card/src/breadcrumb-card.vue.d.ts +1 -1
  131. package/types/packages/components/cascader/index.d.ts +8 -8
  132. package/types/packages/components/cascader/src/cascader.vue.d.ts +8 -8
  133. package/types/packages/components/checkbox/index.d.ts +217 -217
  134. package/types/packages/components/checkbox/src/checkbox-group.vue.d.ts +217 -217
  135. package/types/packages/components/checkbox/src/checkbox.d.ts +56 -56
  136. package/types/packages/components/drawer/index.d.ts +5 -5
  137. package/types/packages/components/drawer/src/components/second-confirmation/index.d.ts +1 -1
  138. package/types/packages/components/drawer/src/components/second-confirmation/src/second-confirmation.vue.d.ts +1 -1
  139. package/types/packages/components/drawer/src/drawer.vue.d.ts +5 -5
  140. package/types/packages/components/easy-cron/index.d.ts +95 -95
  141. package/types/packages/components/easy-cron/src/components/easy-cron-inner.vue.d.ts +88 -88
  142. package/types/packages/components/easy-cron/src/components/easy-cron-modal.vue.d.ts +88 -88
  143. package/types/packages/components/easy-cron/src/easy-cron.vue.d.ts +95 -95
  144. package/types/packages/components/form/index.d.ts +142 -142
  145. package/types/packages/components/form/src/components/form-component.vue.d.ts +1 -1
  146. package/types/packages/components/form/src/config/form.d.ts +56 -56
  147. package/types/packages/components/form/src/form.vue.d.ts +141 -141
  148. package/types/packages/components/input/index.d.ts +33 -33
  149. package/types/packages/components/input/src/input.vue.d.ts +33 -33
  150. package/types/packages/components/key-value/index.d.ts +678 -678
  151. package/types/packages/components/key-value/src/components/key-value-item.vue.d.ts +226 -226
  152. package/types/packages/components/key-value/src/key-value.vue.d.ts +678 -678
  153. package/types/packages/components/modal/index.d.ts +1 -1
  154. package/types/packages/components/modal/src/modal.vue.d.ts +1 -1
  155. package/types/packages/components/new-drawer/index.d.ts +7 -7
  156. package/types/packages/components/new-drawer/src/drawer.vue.d.ts +7 -7
  157. package/types/packages/components/new-modal/index.d.ts +2 -2
  158. package/types/packages/components/new-modal/src/modal.vue.d.ts +2 -2
  159. package/types/packages/components/rich-text-editor/index.d.ts +1 -1
  160. package/types/packages/components/rich-text-editor/src/rich-text-editor.vue.d.ts +1 -1
  161. package/types/packages/components/select/index.d.ts +4 -4
  162. package/types/packages/components/select/src/select.vue.d.ts +4 -4
  163. package/types/packages/components/select-group/index.d.ts +1 -1
  164. package/types/packages/components/select-group/src/select-group.d.ts +1 -1
  165. package/types/packages/components/select-group/src/select-group.vue.d.ts +1 -1
  166. package/types/packages/components/table/index.d.ts +6 -6
  167. package/types/packages/components/table/src/components/main-table.vue.d.ts +2 -2
  168. package/types/packages/components/table/src/config/table.d.ts +2 -2
  169. package/types/packages/components/table/src/table.vue.d.ts +6 -6
  170. package/types/packages/components/textarea/index.d.ts +5 -5
  171. package/types/packages/components/textarea/src/textarea.vue.d.ts +5 -5
  172. package/types/packages/components/tooltip/index.d.ts +4 -4
  173. package/types/packages/components/tooltip/src/tooltip.d.ts +1 -1
  174. package/types/packages/components/tooltip/src/tooltip.vue.d.ts +4 -4
  175. package/types/packages/components/tree-search/index.d.ts +1 -1
  176. package/types/packages/components/tree-search/src/tree-search.vue.d.ts +1 -1
  177. package/types/packages/components/upload-drag/index.d.ts +2 -2
  178. package/types/packages/components/upload-drag/src/upload-drag.vue.d.ts +2 -2
@@ -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<"middle" | "top" | "bottom" | "stretch" | {
1083
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
1084
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
1085
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
1086
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
1087
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1088
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1082
+ type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
1083
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
1084
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
1085
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
1086
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
1087
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
1088
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
1089
1089
  }>;
1090
- default: "middle" | "top" | "bottom" | "stretch" | {
1091
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
1092
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
1093
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
1094
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
1095
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1096
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1090
+ default: "top" | "bottom" | "middle" | "stretch" | {
1091
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
1092
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
1093
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
1094
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
1095
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
1096
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
1097
1097
  };
1098
1098
  };
1099
1099
  justify: {
@@ -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<"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;
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;
1135
1135
  }>;
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;
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;
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<"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;
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;
1181
1181
  }>;
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;
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;
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<"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;
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;
1227
1227
  }>;
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;
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;
1235
1235
  };
1236
1236
  };
1237
1237
  justify: {
@@ -1496,21 +1496,21 @@ declare const _default: import("vue").DefineComponent<{
1496
1496
  readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
1497
1497
  readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
1498
1498
  align: {
1499
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
1500
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
1501
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
1502
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
1503
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
1504
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1505
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1499
+ type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
1500
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
1501
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
1502
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
1503
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
1504
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
1505
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
1506
1506
  }>;
1507
- default: "middle" | "top" | "bottom" | "stretch" | {
1508
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
1509
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
1510
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
1511
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
1512
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1513
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1507
+ default: "top" | "bottom" | "middle" | "stretch" | {
1508
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
1509
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
1510
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
1511
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
1512
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
1513
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
1514
1514
  };
1515
1515
  };
1516
1516
  justify: {
@@ -1595,7 +1595,7 @@ declare const _default: import("vue").DefineComponent<{
1595
1595
  } & {}>;
1596
1596
  emits: (event: "changeField", item: any) => void;
1597
1597
  formData: import("ll-plus/es/index").FormData;
1598
- getBindValue: (item: any) => import("lodash").Omit<any, "onChange" | "change" | "label">;
1598
+ getBindValue: (item: any) => import("lodash").Omit<any, "change" | "onChange" | "label">;
1599
1599
  handleChange: (...arg: any[]) => void;
1600
1600
  readonly checkedType: string[];
1601
1601
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
@@ -2519,21 +2519,21 @@ declare const _default: import("vue").DefineComponent<{
2519
2519
  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>;
2520
2520
  readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
2521
2521
  align: {
2522
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
2523
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
2524
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
2525
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
2526
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
2527
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2528
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2522
+ type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
2523
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
2524
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
2525
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
2526
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
2527
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
2528
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
2529
2529
  }>;
2530
- default: "middle" | "top" | "bottom" | "stretch" | {
2531
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
2532
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
2533
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
2534
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
2535
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2536
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2530
+ default: "top" | "bottom" | "middle" | "stretch" | {
2531
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
2532
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
2533
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
2534
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
2535
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
2536
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
2537
2537
  };
2538
2538
  };
2539
2539
  justify: {
@@ -2565,21 +2565,21 @@ declare const _default: import("vue").DefineComponent<{
2565
2565
  };
2566
2566
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
2567
2567
  align: {
2568
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
2569
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
2570
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
2571
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
2572
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
2573
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2574
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2568
+ type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
2569
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
2570
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
2571
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
2572
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
2573
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
2574
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
2575
2575
  }>;
2576
- default: "middle" | "top" | "bottom" | "stretch" | {
2577
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
2578
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
2579
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
2580
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
2581
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2582
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2576
+ default: "top" | "bottom" | "middle" | "stretch" | {
2577
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
2578
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
2579
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
2580
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
2581
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
2582
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
2583
2583
  };
2584
2584
  };
2585
2585
  justify: {
@@ -2611,21 +2611,21 @@ declare const _default: import("vue").DefineComponent<{
2611
2611
  };
2612
2612
  }>>) | ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
2613
2613
  align: {
2614
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
2615
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
2616
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
2617
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
2618
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
2619
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2620
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2614
+ type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
2615
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
2616
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
2617
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
2618
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
2619
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
2620
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
2621
2621
  }>;
2622
- default: "middle" | "top" | "bottom" | "stretch" | {
2623
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
2624
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
2625
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
2626
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
2627
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2628
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2622
+ default: "top" | "bottom" | "middle" | "stretch" | {
2623
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
2624
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
2625
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
2626
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
2627
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
2628
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
2629
2629
  };
2630
2630
  };
2631
2631
  justify: {
@@ -2657,21 +2657,21 @@ declare const _default: import("vue").DefineComponent<{
2657
2657
  };
2658
2658
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
2659
2659
  align: {
2660
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
2661
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
2662
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
2663
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
2664
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
2665
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2666
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2660
+ type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
2661
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
2662
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
2663
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
2664
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
2665
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
2666
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
2667
2667
  }>;
2668
- default: "middle" | "top" | "bottom" | "stretch" | {
2669
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
2670
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
2671
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
2672
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
2673
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2674
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2668
+ default: "top" | "bottom" | "middle" | "stretch" | {
2669
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
2670
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
2671
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
2672
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
2673
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
2674
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
2675
2675
  };
2676
2676
  };
2677
2677
  justify: {
@@ -2935,21 +2935,21 @@ declare const _default: import("vue").DefineComponent<{
2935
2935
  readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
2936
2936
  readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
2937
2937
  align: {
2938
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
2939
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
2940
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
2941
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
2942
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
2943
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2944
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2938
+ type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
2939
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
2940
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
2941
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
2942
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
2943
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
2944
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
2945
2945
  }>;
2946
- default: "middle" | "top" | "bottom" | "stretch" | {
2947
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
2948
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
2949
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
2950
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
2951
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2952
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2946
+ default: "top" | "bottom" | "middle" | "stretch" | {
2947
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
2948
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
2949
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
2950
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
2951
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
2952
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
2953
2953
  };
2954
2954
  };
2955
2955
  justify: {
@@ -3889,21 +3889,21 @@ declare const _default: import("vue").DefineComponent<{
3889
3889
  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>;
3890
3890
  readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
3891
3891
  align: {
3892
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
3893
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
3894
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
3895
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
3896
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
3897
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
3898
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
3892
+ type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
3893
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
3894
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
3895
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
3896
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
3897
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
3898
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
3899
3899
  }>;
3900
- default: "middle" | "top" | "bottom" | "stretch" | {
3901
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
3902
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
3903
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
3904
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
3905
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
3906
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
3900
+ default: "top" | "bottom" | "middle" | "stretch" | {
3901
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
3902
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
3903
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
3904
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
3905
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
3906
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
3907
3907
  };
3908
3908
  };
3909
3909
  justify: {
@@ -3935,21 +3935,21 @@ declare const _default: import("vue").DefineComponent<{
3935
3935
  };
3936
3936
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
3937
3937
  align: {
3938
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
3939
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
3940
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
3941
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
3942
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
3943
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
3944
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
3938
+ type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
3939
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
3940
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
3941
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
3942
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
3943
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
3944
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
3945
3945
  }>;
3946
- default: "middle" | "top" | "bottom" | "stretch" | {
3947
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
3948
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
3949
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
3950
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
3951
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
3952
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
3946
+ default: "top" | "bottom" | "middle" | "stretch" | {
3947
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
3948
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
3949
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
3950
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
3951
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
3952
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
3953
3953
  };
3954
3954
  };
3955
3955
  justify: {
@@ -3981,21 +3981,21 @@ declare const _default: import("vue").DefineComponent<{
3981
3981
  };
3982
3982
  }>>) | ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
3983
3983
  align: {
3984
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
3985
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
3986
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
3987
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
3988
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
3989
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
3990
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
3984
+ type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
3985
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
3986
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
3987
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
3988
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
3989
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
3990
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
3991
3991
  }>;
3992
- default: "middle" | "top" | "bottom" | "stretch" | {
3993
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
3994
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
3995
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
3996
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
3997
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
3998
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
3992
+ default: "top" | "bottom" | "middle" | "stretch" | {
3993
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
3994
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
3995
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
3996
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
3997
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
3998
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
3999
3999
  };
4000
4000
  };
4001
4001
  justify: {
@@ -4027,21 +4027,21 @@ declare const _default: import("vue").DefineComponent<{
4027
4027
  };
4028
4028
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
4029
4029
  align: {
4030
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
4031
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
4032
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
4033
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
4034
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
4035
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
4036
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
4030
+ type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
4031
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
4032
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
4033
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
4034
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
4035
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
4036
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
4037
4037
  }>;
4038
- default: "middle" | "top" | "bottom" | "stretch" | {
4039
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
4040
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
4041
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
4042
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
4043
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
4044
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
4038
+ default: "top" | "bottom" | "middle" | "stretch" | {
4039
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
4040
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
4041
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
4042
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
4043
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
4044
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
4045
4045
  };
4046
4046
  };
4047
4047
  justify: {
@@ -4306,21 +4306,21 @@ declare const _default: import("vue").DefineComponent<{
4306
4306
  readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
4307
4307
  readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
4308
4308
  align: {
4309
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
4310
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
4311
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
4312
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
4313
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
4314
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
4315
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
4309
+ type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
4310
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
4311
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
4312
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
4313
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
4314
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
4315
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
4316
4316
  }>;
4317
- default: "middle" | "top" | "bottom" | "stretch" | {
4318
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
4319
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
4320
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
4321
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
4322
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
4323
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
4317
+ default: "top" | "bottom" | "middle" | "stretch" | {
4318
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
4319
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
4320
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
4321
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
4322
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
4323
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
4324
4324
  };
4325
4325
  };
4326
4326
  justify: {
@@ -4405,7 +4405,7 @@ declare const _default: import("vue").DefineComponent<{
4405
4405
  } & {}>;
4406
4406
  emits: (event: "changeField", item: any) => void;
4407
4407
  formData: import("ll-plus/es/index").FormData;
4408
- getBindValue: (item: any) => import("lodash").Omit<any, "onChange" | "change" | "label">;
4408
+ getBindValue: (item: any) => import("lodash").Omit<any, "change" | "onChange" | "label">;
4409
4409
  handleChange: (...arg: any[]) => void;
4410
4410
  readonly checkedType: string[];
4411
4411
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
@@ -4655,21 +4655,21 @@ declare const _default: import("vue").DefineComponent<{
4655
4655
  readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
4656
4656
  readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
4657
4657
  align: {
4658
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
4659
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
4660
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
4661
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
4662
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
4663
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
4664
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
4658
+ type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
4659
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
4660
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
4661
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
4662
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
4663
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
4664
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
4665
4665
  }>;
4666
- default: "middle" | "top" | "bottom" | "stretch" | {
4667
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
4668
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
4669
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
4670
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
4671
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
4672
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
4666
+ default: "top" | "bottom" | "middle" | "stretch" | {
4667
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
4668
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
4669
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
4670
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
4671
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
4672
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
4673
4673
  };
4674
4674
  };
4675
4675
  justify: {
@@ -6034,21 +6034,21 @@ declare const _default: import("vue").DefineComponent<{
6034
6034
  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>;
6035
6035
  readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
6036
6036
  align: {
6037
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
6038
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
6039
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
6040
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
6041
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
6042
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
6043
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
6037
+ type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
6038
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
6039
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
6040
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
6041
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
6042
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
6043
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
6044
6044
  }>;
6045
- default: "middle" | "top" | "bottom" | "stretch" | {
6046
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
6047
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
6048
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
6049
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
6050
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
6051
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
6045
+ default: "top" | "bottom" | "middle" | "stretch" | {
6046
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
6047
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
6048
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
6049
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
6050
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
6051
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
6052
6052
  };
6053
6053
  };
6054
6054
  justify: {
@@ -6080,21 +6080,21 @@ declare const _default: import("vue").DefineComponent<{
6080
6080
  };
6081
6081
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
6082
6082
  align: {
6083
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
6084
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
6085
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
6086
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
6087
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
6088
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
6089
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
6083
+ type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
6084
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
6085
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
6086
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
6087
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
6088
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
6089
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
6090
6090
  }>;
6091
- default: "middle" | "top" | "bottom" | "stretch" | {
6092
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
6093
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
6094
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
6095
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
6096
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
6097
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
6091
+ default: "top" | "bottom" | "middle" | "stretch" | {
6092
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
6093
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
6094
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
6095
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
6096
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
6097
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
6098
6098
  };
6099
6099
  };
6100
6100
  justify: {
@@ -6126,21 +6126,21 @@ declare const _default: import("vue").DefineComponent<{
6126
6126
  };
6127
6127
  }>>) | ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
6128
6128
  align: {
6129
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
6130
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
6131
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
6132
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
6133
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
6134
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
6135
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
6129
+ type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
6130
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
6131
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
6132
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
6133
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
6134
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
6135
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
6136
6136
  }>;
6137
- default: "middle" | "top" | "bottom" | "stretch" | {
6138
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
6139
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
6140
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
6141
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
6142
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
6143
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
6137
+ default: "top" | "bottom" | "middle" | "stretch" | {
6138
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
6139
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
6140
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
6141
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
6142
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
6143
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
6144
6144
  };
6145
6145
  };
6146
6146
  justify: {
@@ -6172,21 +6172,21 @@ declare const _default: import("vue").DefineComponent<{
6172
6172
  };
6173
6173
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
6174
6174
  align: {
6175
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
6176
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
6177
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
6178
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
6179
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
6180
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
6181
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
6175
+ type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
6176
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
6177
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
6178
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
6179
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
6180
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
6181
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
6182
6182
  }>;
6183
- default: "middle" | "top" | "bottom" | "stretch" | {
6184
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
6185
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
6186
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
6187
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
6188
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
6189
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
6183
+ default: "top" | "bottom" | "middle" | "stretch" | {
6184
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
6185
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
6186
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
6187
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
6188
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
6189
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
6190
6190
  };
6191
6191
  };
6192
6192
  justify: {
@@ -6451,21 +6451,21 @@ declare const _default: import("vue").DefineComponent<{
6451
6451
  readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
6452
6452
  readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
6453
6453
  align: {
6454
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
6455
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
6456
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
6457
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
6458
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
6459
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
6460
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
6454
+ type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
6455
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
6456
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
6457
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
6458
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
6459
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
6460
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
6461
6461
  }>;
6462
- default: "middle" | "top" | "bottom" | "stretch" | {
6463
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
6464
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
6465
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
6466
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
6467
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
6468
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
6462
+ default: "top" | "bottom" | "middle" | "stretch" | {
6463
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
6464
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
6465
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
6466
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
6467
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
6468
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
6469
6469
  };
6470
6470
  };
6471
6471
  justify: {
@@ -6550,7 +6550,7 @@ declare const _default: import("vue").DefineComponent<{
6550
6550
  } & {}>;
6551
6551
  emits: (event: "changeField", item: any) => void;
6552
6552
  formData: import("ll-plus/es/index").FormData;
6553
- getBindValue: (item: any) => import("lodash").Omit<any, "onChange" | "change" | "label">;
6553
+ getBindValue: (item: any) => import("lodash").Omit<any, "change" | "onChange" | "label">;
6554
6554
  handleChange: (...arg: any[]) => void;
6555
6555
  readonly checkedType: string[];
6556
6556
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
@@ -7474,21 +7474,21 @@ declare const _default: import("vue").DefineComponent<{
7474
7474
  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>;
7475
7475
  readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
7476
7476
  align: {
7477
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
7478
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
7479
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
7480
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
7481
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
7482
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
7483
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
7477
+ type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
7478
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
7479
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
7480
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
7481
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
7482
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
7483
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
7484
7484
  }>;
7485
- default: "middle" | "top" | "bottom" | "stretch" | {
7486
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
7487
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
7488
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
7489
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
7490
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
7491
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
7485
+ default: "top" | "bottom" | "middle" | "stretch" | {
7486
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
7487
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
7488
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
7489
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
7490
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
7491
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
7492
7492
  };
7493
7493
  };
7494
7494
  justify: {
@@ -7520,21 +7520,21 @@ declare const _default: import("vue").DefineComponent<{
7520
7520
  };
7521
7521
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
7522
7522
  align: {
7523
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
7524
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
7525
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
7526
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
7527
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
7528
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
7529
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
7523
+ type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
7524
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
7525
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
7526
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
7527
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
7528
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
7529
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
7530
7530
  }>;
7531
- default: "middle" | "top" | "bottom" | "stretch" | {
7532
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
7533
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
7534
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
7535
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
7536
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
7537
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
7531
+ default: "top" | "bottom" | "middle" | "stretch" | {
7532
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
7533
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
7534
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
7535
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
7536
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
7537
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
7538
7538
  };
7539
7539
  };
7540
7540
  justify: {
@@ -7566,21 +7566,21 @@ declare const _default: import("vue").DefineComponent<{
7566
7566
  };
7567
7567
  }>>) | ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
7568
7568
  align: {
7569
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
7570
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
7571
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
7572
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
7573
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
7574
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
7575
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
7569
+ type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
7570
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
7571
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
7572
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
7573
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
7574
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
7575
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
7576
7576
  }>;
7577
- default: "middle" | "top" | "bottom" | "stretch" | {
7578
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
7579
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
7580
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
7581
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
7582
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
7583
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
7577
+ default: "top" | "bottom" | "middle" | "stretch" | {
7578
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
7579
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
7580
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
7581
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
7582
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
7583
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
7584
7584
  };
7585
7585
  };
7586
7586
  justify: {
@@ -7612,21 +7612,21 @@ declare const _default: import("vue").DefineComponent<{
7612
7612
  };
7613
7613
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
7614
7614
  align: {
7615
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
7616
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
7617
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
7618
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
7619
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
7620
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
7621
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
7615
+ type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
7616
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
7617
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
7618
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
7619
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
7620
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
7621
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
7622
7622
  }>;
7623
- default: "middle" | "top" | "bottom" | "stretch" | {
7624
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
7625
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
7626
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
7627
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
7628
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
7629
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
7623
+ default: "top" | "bottom" | "middle" | "stretch" | {
7624
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
7625
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
7626
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
7627
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
7628
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
7629
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
7630
7630
  };
7631
7631
  };
7632
7632
  justify: {
@@ -7890,21 +7890,21 @@ declare const _default: import("vue").DefineComponent<{
7890
7890
  readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
7891
7891
  readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
7892
7892
  align: {
7893
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
7894
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
7895
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
7896
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
7897
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
7898
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
7899
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
7893
+ type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
7894
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
7895
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
7896
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
7897
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
7898
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
7899
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
7900
7900
  }>;
7901
- default: "middle" | "top" | "bottom" | "stretch" | {
7902
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
7903
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
7904
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
7905
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
7906
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
7907
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
7901
+ default: "top" | "bottom" | "middle" | "stretch" | {
7902
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
7903
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
7904
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
7905
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
7906
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
7907
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
7908
7908
  };
7909
7909
  };
7910
7910
  justify: {
@@ -8844,21 +8844,21 @@ declare const _default: import("vue").DefineComponent<{
8844
8844
  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>;
8845
8845
  readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
8846
8846
  align: {
8847
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
8848
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
8849
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
8850
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
8851
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
8852
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
8853
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
8847
+ type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
8848
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
8849
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
8850
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
8851
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
8852
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
8853
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
8854
8854
  }>;
8855
- default: "middle" | "top" | "bottom" | "stretch" | {
8856
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
8857
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
8858
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
8859
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
8860
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
8861
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
8855
+ default: "top" | "bottom" | "middle" | "stretch" | {
8856
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
8857
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
8858
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
8859
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
8860
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
8861
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
8862
8862
  };
8863
8863
  };
8864
8864
  justify: {
@@ -8890,21 +8890,21 @@ declare const _default: import("vue").DefineComponent<{
8890
8890
  };
8891
8891
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
8892
8892
  align: {
8893
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
8894
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
8895
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
8896
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
8897
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
8898
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
8899
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
8893
+ type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
8894
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
8895
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
8896
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
8897
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
8898
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
8899
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
8900
8900
  }>;
8901
- default: "middle" | "top" | "bottom" | "stretch" | {
8902
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
8903
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
8904
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
8905
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
8906
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
8907
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
8901
+ default: "top" | "bottom" | "middle" | "stretch" | {
8902
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
8903
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
8904
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
8905
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
8906
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
8907
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
8908
8908
  };
8909
8909
  };
8910
8910
  justify: {
@@ -8936,21 +8936,21 @@ declare const _default: import("vue").DefineComponent<{
8936
8936
  };
8937
8937
  }>>) | ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
8938
8938
  align: {
8939
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
8940
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
8941
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
8942
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
8943
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
8944
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
8945
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
8939
+ type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
8940
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
8941
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
8942
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
8943
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
8944
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
8945
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
8946
8946
  }>;
8947
- default: "middle" | "top" | "bottom" | "stretch" | {
8948
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
8949
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
8950
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
8951
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
8952
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
8953
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
8947
+ default: "top" | "bottom" | "middle" | "stretch" | {
8948
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
8949
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
8950
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
8951
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
8952
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
8953
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
8954
8954
  };
8955
8955
  };
8956
8956
  justify: {
@@ -8982,21 +8982,21 @@ declare const _default: import("vue").DefineComponent<{
8982
8982
  };
8983
8983
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
8984
8984
  align: {
8985
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
8986
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
8987
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
8988
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
8989
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
8990
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
8991
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
8985
+ type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
8986
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
8987
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
8988
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
8989
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
8990
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
8991
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
8992
8992
  }>;
8993
- default: "middle" | "top" | "bottom" | "stretch" | {
8994
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
8995
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
8996
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
8997
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
8998
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
8999
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
8993
+ default: "top" | "bottom" | "middle" | "stretch" | {
8994
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
8995
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
8996
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
8997
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
8998
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
8999
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
9000
9000
  };
9001
9001
  };
9002
9002
  justify: {
@@ -9261,21 +9261,21 @@ declare const _default: import("vue").DefineComponent<{
9261
9261
  readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
9262
9262
  readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
9263
9263
  align: {
9264
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
9265
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
9266
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
9267
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
9268
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
9269
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
9270
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
9264
+ type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
9265
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
9266
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
9267
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
9268
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
9269
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
9270
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
9271
9271
  }>;
9272
- default: "middle" | "top" | "bottom" | "stretch" | {
9273
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
9274
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
9275
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
9276
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
9277
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
9278
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
9272
+ default: "top" | "bottom" | "middle" | "stretch" | {
9273
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
9274
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
9275
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
9276
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
9277
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
9278
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
9279
9279
  };
9280
9280
  };
9281
9281
  justify: {
@@ -9360,7 +9360,7 @@ declare const _default: import("vue").DefineComponent<{
9360
9360
  } & {}>;
9361
9361
  emits: (event: "changeField", item: any) => void;
9362
9362
  formData: import("ll-plus/es/index").FormData;
9363
- getBindValue: (item: any) => import("lodash").Omit<any, "onChange" | "change" | "label">;
9363
+ getBindValue: (item: any) => import("lodash").Omit<any, "change" | "onChange" | "label">;
9364
9364
  handleChange: (...arg: any[]) => void;
9365
9365
  readonly checkedType: string[];
9366
9366
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
@@ -9610,21 +9610,21 @@ declare const _default: import("vue").DefineComponent<{
9610
9610
  readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
9611
9611
  readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
9612
9612
  align: {
9613
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
9614
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
9615
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
9616
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
9617
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
9618
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
9619
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
9613
+ type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
9614
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
9615
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
9616
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
9617
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
9618
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
9619
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
9620
9620
  }>;
9621
- default: "middle" | "top" | "bottom" | "stretch" | {
9622
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
9623
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
9624
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
9625
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
9626
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
9627
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
9621
+ default: "top" | "bottom" | "middle" | "stretch" | {
9622
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
9623
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
9624
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
9625
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
9626
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
9627
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
9628
9628
  };
9629
9629
  };
9630
9630
  justify: {
@@ -10917,21 +10917,21 @@ declare const _default: import("vue").DefineComponent<{
10917
10917
  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>;
10918
10918
  readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
10919
10919
  align: {
10920
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
10921
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
10922
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
10923
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
10924
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
10925
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
10926
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
10920
+ type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
10921
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
10922
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
10923
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
10924
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
10925
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
10926
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
10927
10927
  }>;
10928
- default: "middle" | "top" | "bottom" | "stretch" | {
10929
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
10930
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
10931
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
10932
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
10933
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
10934
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
10928
+ default: "top" | "bottom" | "middle" | "stretch" | {
10929
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
10930
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
10931
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
10932
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
10933
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
10934
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
10935
10935
  };
10936
10936
  };
10937
10937
  justify: {
@@ -10963,21 +10963,21 @@ declare const _default: import("vue").DefineComponent<{
10963
10963
  };
10964
10964
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
10965
10965
  align: {
10966
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
10967
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
10968
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
10969
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
10970
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
10971
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
10972
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
10966
+ type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
10967
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
10968
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
10969
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
10970
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
10971
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
10972
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
10973
10973
  }>;
10974
- default: "middle" | "top" | "bottom" | "stretch" | {
10975
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
10976
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
10977
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
10978
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
10979
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
10980
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
10974
+ default: "top" | "bottom" | "middle" | "stretch" | {
10975
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
10976
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
10977
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
10978
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
10979
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
10980
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
10981
10981
  };
10982
10982
  };
10983
10983
  justify: {
@@ -11009,21 +11009,21 @@ declare const _default: import("vue").DefineComponent<{
11009
11009
  };
11010
11010
  }>>) | ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
11011
11011
  align: {
11012
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
11013
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
11014
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
11015
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
11016
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
11017
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
11018
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
11012
+ type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
11013
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
11014
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
11015
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
11016
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
11017
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
11018
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
11019
11019
  }>;
11020
- default: "middle" | "top" | "bottom" | "stretch" | {
11021
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
11022
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
11023
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
11024
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
11025
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
11026
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
11020
+ default: "top" | "bottom" | "middle" | "stretch" | {
11021
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
11022
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
11023
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
11024
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
11025
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
11026
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
11027
11027
  };
11028
11028
  };
11029
11029
  justify: {
@@ -11055,21 +11055,21 @@ declare const _default: import("vue").DefineComponent<{
11055
11055
  };
11056
11056
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
11057
11057
  align: {
11058
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
11059
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
11060
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
11061
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
11062
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
11063
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
11064
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
11058
+ type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
11059
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
11060
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
11061
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
11062
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
11063
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
11064
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
11065
11065
  }>;
11066
- default: "middle" | "top" | "bottom" | "stretch" | {
11067
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
11068
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
11069
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
11070
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
11071
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
11072
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
11066
+ default: "top" | "bottom" | "middle" | "stretch" | {
11067
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
11068
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
11069
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
11070
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
11071
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
11072
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
11073
11073
  };
11074
11074
  };
11075
11075
  justify: {
@@ -11334,21 +11334,21 @@ declare const _default: import("vue").DefineComponent<{
11334
11334
  readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
11335
11335
  readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
11336
11336
  align: {
11337
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
11338
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
11339
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
11340
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
11341
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
11342
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
11343
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
11337
+ type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
11338
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
11339
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
11340
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
11341
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
11342
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
11343
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
11344
11344
  }>;
11345
- default: "middle" | "top" | "bottom" | "stretch" | {
11346
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
11347
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
11348
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
11349
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
11350
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
11351
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
11345
+ default: "top" | "bottom" | "middle" | "stretch" | {
11346
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
11347
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
11348
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
11349
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
11350
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
11351
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
11352
11352
  };
11353
11353
  };
11354
11354
  justify: {
@@ -11433,7 +11433,7 @@ declare const _default: import("vue").DefineComponent<{
11433
11433
  } & {}>;
11434
11434
  emits: (event: "changeField", item: any) => void;
11435
11435
  formData: import("ll-plus/es/index").FormData;
11436
- getBindValue: (item: any) => import("lodash").Omit<any, "onChange" | "change" | "label">;
11436
+ getBindValue: (item: any) => import("lodash").Omit<any, "change" | "onChange" | "label">;
11437
11437
  handleChange: (...arg: any[]) => void;
11438
11438
  readonly checkedType: string[];
11439
11439
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
@@ -12357,21 +12357,21 @@ declare const _default: import("vue").DefineComponent<{
12357
12357
  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>;
12358
12358
  readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
12359
12359
  align: {
12360
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
12361
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
12362
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
12363
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
12364
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
12365
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
12366
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
12360
+ type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
12361
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
12362
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
12363
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
12364
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
12365
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
12366
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
12367
12367
  }>;
12368
- default: "middle" | "top" | "bottom" | "stretch" | {
12369
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
12370
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
12371
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
12372
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
12373
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
12374
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
12368
+ default: "top" | "bottom" | "middle" | "stretch" | {
12369
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
12370
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
12371
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
12372
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
12373
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
12374
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
12375
12375
  };
12376
12376
  };
12377
12377
  justify: {
@@ -12403,21 +12403,21 @@ declare const _default: import("vue").DefineComponent<{
12403
12403
  };
12404
12404
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
12405
12405
  align: {
12406
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
12407
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
12408
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
12409
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
12410
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
12411
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
12412
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
12406
+ type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
12407
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
12408
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
12409
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
12410
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
12411
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
12412
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
12413
12413
  }>;
12414
- default: "middle" | "top" | "bottom" | "stretch" | {
12415
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
12416
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
12417
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
12418
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
12419
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
12420
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
12414
+ default: "top" | "bottom" | "middle" | "stretch" | {
12415
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
12416
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
12417
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
12418
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
12419
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
12420
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
12421
12421
  };
12422
12422
  };
12423
12423
  justify: {
@@ -12449,21 +12449,21 @@ declare const _default: import("vue").DefineComponent<{
12449
12449
  };
12450
12450
  }>>) | ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
12451
12451
  align: {
12452
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
12453
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
12454
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
12455
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
12456
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
12457
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
12458
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
12452
+ type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
12453
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
12454
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
12455
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
12456
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
12457
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
12458
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
12459
12459
  }>;
12460
- default: "middle" | "top" | "bottom" | "stretch" | {
12461
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
12462
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
12463
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
12464
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
12465
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
12466
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
12460
+ default: "top" | "bottom" | "middle" | "stretch" | {
12461
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
12462
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
12463
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
12464
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
12465
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
12466
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
12467
12467
  };
12468
12468
  };
12469
12469
  justify: {
@@ -12495,21 +12495,21 @@ declare const _default: import("vue").DefineComponent<{
12495
12495
  };
12496
12496
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
12497
12497
  align: {
12498
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
12499
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
12500
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
12501
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
12502
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
12503
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
12504
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
12498
+ type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
12499
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
12500
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
12501
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
12502
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
12503
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
12504
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
12505
12505
  }>;
12506
- default: "middle" | "top" | "bottom" | "stretch" | {
12507
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
12508
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
12509
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
12510
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
12511
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
12512
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
12506
+ default: "top" | "bottom" | "middle" | "stretch" | {
12507
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
12508
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
12509
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
12510
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
12511
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
12512
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
12513
12513
  };
12514
12514
  };
12515
12515
  justify: {
@@ -12773,21 +12773,21 @@ declare const _default: import("vue").DefineComponent<{
12773
12773
  readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
12774
12774
  readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
12775
12775
  align: {
12776
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
12777
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
12778
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
12779
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
12780
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
12781
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
12782
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
12776
+ type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
12777
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
12778
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
12779
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
12780
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
12781
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
12782
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
12783
12783
  }>;
12784
- default: "middle" | "top" | "bottom" | "stretch" | {
12785
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
12786
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
12787
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
12788
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
12789
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
12790
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
12784
+ default: "top" | "bottom" | "middle" | "stretch" | {
12785
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
12786
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
12787
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
12788
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
12789
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
12790
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
12791
12791
  };
12792
12792
  };
12793
12793
  justify: {
@@ -13727,21 +13727,21 @@ declare const _default: import("vue").DefineComponent<{
13727
13727
  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>;
13728
13728
  readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
13729
13729
  align: {
13730
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
13731
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
13732
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
13733
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
13734
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
13735
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
13736
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
13730
+ type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
13731
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
13732
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
13733
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
13734
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
13735
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
13736
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
13737
13737
  }>;
13738
- default: "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;
13738
+ default: "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;
13745
13745
  };
13746
13746
  };
13747
13747
  justify: {
@@ -13773,21 +13773,21 @@ declare const _default: import("vue").DefineComponent<{
13773
13773
  };
13774
13774
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
13775
13775
  align: {
13776
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
13777
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
13778
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
13779
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
13780
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
13781
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
13782
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
13776
+ type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
13777
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
13778
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
13779
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
13780
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
13781
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
13782
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
13783
13783
  }>;
13784
- default: "middle" | "top" | "bottom" | "stretch" | {
13785
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
13786
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
13787
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
13788
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
13789
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
13790
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
13784
+ default: "top" | "bottom" | "middle" | "stretch" | {
13785
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
13786
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
13787
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
13788
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
13789
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
13790
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
13791
13791
  };
13792
13792
  };
13793
13793
  justify: {
@@ -13819,21 +13819,21 @@ declare const _default: import("vue").DefineComponent<{
13819
13819
  };
13820
13820
  }>>) | ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
13821
13821
  align: {
13822
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
13823
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
13824
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
13825
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
13826
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
13827
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
13828
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
13822
+ type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
13823
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
13824
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
13825
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
13826
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
13827
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
13828
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
13829
13829
  }>;
13830
- default: "middle" | "top" | "bottom" | "stretch" | {
13831
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
13832
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
13833
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
13834
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
13835
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
13836
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
13830
+ default: "top" | "bottom" | "middle" | "stretch" | {
13831
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
13832
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
13833
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
13834
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
13835
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
13836
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
13837
13837
  };
13838
13838
  };
13839
13839
  justify: {
@@ -13865,21 +13865,21 @@ declare const _default: import("vue").DefineComponent<{
13865
13865
  };
13866
13866
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
13867
13867
  align: {
13868
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
13869
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
13870
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
13871
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
13872
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
13873
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
13874
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
13868
+ type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
13869
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
13870
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
13871
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
13872
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
13873
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
13874
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
13875
13875
  }>;
13876
- default: "middle" | "top" | "bottom" | "stretch" | {
13877
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
13878
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
13879
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
13880
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
13881
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
13882
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
13876
+ default: "top" | "bottom" | "middle" | "stretch" | {
13877
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
13878
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
13879
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
13880
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
13881
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
13882
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
13883
13883
  };
13884
13884
  };
13885
13885
  justify: {
@@ -14144,21 +14144,21 @@ declare const _default: import("vue").DefineComponent<{
14144
14144
  readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
14145
14145
  readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
14146
14146
  align: {
14147
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
14148
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
14149
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
14150
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
14151
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
14152
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
14153
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
14147
+ type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
14148
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
14149
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
14150
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
14151
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
14152
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
14153
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
14154
14154
  }>;
14155
- default: "middle" | "top" | "bottom" | "stretch" | {
14156
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
14157
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
14158
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
14159
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
14160
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
14161
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
14155
+ default: "top" | "bottom" | "middle" | "stretch" | {
14156
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
14157
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
14158
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
14159
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
14160
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
14161
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
14162
14162
  };
14163
14163
  };
14164
14164
  justify: {
@@ -14243,7 +14243,7 @@ declare const _default: import("vue").DefineComponent<{
14243
14243
  } & {}>;
14244
14244
  emits: (event: "changeField", item: any) => void;
14245
14245
  formData: import("ll-plus/es/index").FormData;
14246
- getBindValue: (item: any) => import("lodash").Omit<any, "onChange" | "change" | "label">;
14246
+ getBindValue: (item: any) => import("lodash").Omit<any, "change" | "onChange" | "label">;
14247
14247
  handleChange: (...arg: any[]) => void;
14248
14248
  readonly checkedType: string[];
14249
14249
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
@@ -14493,21 +14493,21 @@ declare const _default: import("vue").DefineComponent<{
14493
14493
  readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
14494
14494
  readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
14495
14495
  align: {
14496
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
14497
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
14498
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
14499
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
14500
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
14501
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
14502
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
14496
+ type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
14497
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
14498
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
14499
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
14500
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
14501
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
14502
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
14503
14503
  }>;
14504
- default: "middle" | "top" | "bottom" | "stretch" | {
14505
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
14506
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
14507
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
14508
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
14509
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
14510
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
14504
+ default: "top" | "bottom" | "middle" | "stretch" | {
14505
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
14506
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
14507
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
14508
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
14509
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
14510
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
14511
14511
  };
14512
14512
  };
14513
14513
  justify: {