ll-plus 2.7.25 → 2.7.26

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 (179) hide show
  1. package/es/components/advanced-filtering/index.d.ts +288 -288
  2. package/es/components/advanced-filtering/src/advanced-filtering.vue.d.ts +144 -144
  3. package/es/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +144 -144
  4. package/es/components/breadcrumb-card/index.d.ts +1 -1
  5. package/es/components/breadcrumb-card/src/breadcrumb-card.vue.d.ts +1 -1
  6. package/es/components/cascader/index.d.ts +8 -8
  7. package/es/components/cascader/src/cascader.vue.d.ts +8 -8
  8. package/es/components/checkbox/index.d.ts +217 -217
  9. package/es/components/checkbox/src/checkbox-group.vue.d.ts +217 -217
  10. package/es/components/checkbox/src/checkbox.d.ts +56 -56
  11. package/es/components/drawer/index.d.ts +5 -5
  12. package/es/components/drawer/src/components/second-confirmation/index.d.ts +1 -1
  13. package/es/components/drawer/src/components/second-confirmation/src/second-confirmation.vue.d.ts +1 -1
  14. package/es/components/drawer/src/drawer.vue.d.ts +5 -5
  15. package/es/components/easy-cron/index.d.ts +88 -88
  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 +88 -88
  19. package/es/components/form/index.d.ts +144 -144
  20. package/es/components/form/src/components/form-component.vue.d.ts +1 -1
  21. package/es/components/form/src/config/form.d.ts +56 -56
  22. package/es/components/form/src/form.vue.d.ts +143 -143
  23. package/es/components/icon-picker/index.d.ts +1 -1
  24. package/es/components/icon-picker/src/components/modal.vue.d.ts +1 -1
  25. package/es/components/icon-picker/src/icon-picker.vue.d.ts +1 -1
  26. package/es/components/input/index.d.ts +35 -33
  27. package/es/components/input/src/input.vue.d.ts +35 -33
  28. package/es/components/key-value/src/components/key-value-item.vue.d.ts +230 -230
  29. package/es/components/key-value/src/key-value.vue.d.ts +690 -690
  30. package/es/components/modal/index.d.ts +1 -1
  31. package/es/components/modal/src/modal.vue.d.ts +1 -1
  32. package/es/components/new-drawer/index.d.ts +7 -7
  33. package/es/components/new-drawer/src/drawer.vue.d.ts +7 -7
  34. package/es/components/new-modal/index.d.ts +2 -2
  35. package/es/components/new-modal/src/modal.vue.d.ts +2 -2
  36. package/es/components/rich-text-editor/index.d.ts +1 -1
  37. package/es/components/rich-text-editor/src/rich-text-editor.vue.d.ts +1 -1
  38. package/es/components/select/index.d.ts +4 -4
  39. package/es/components/select/src/select.vue.d.ts +4 -4
  40. package/es/components/select-group/index.d.ts +2 -2
  41. package/es/components/select-group/src/select-group.d.ts +1 -1
  42. package/es/components/select-group/src/select-group.vue.d.ts +2 -2
  43. package/es/components/table/index.d.ts +6 -6
  44. package/es/components/table/src/components/main-table.vue.d.ts +2 -2
  45. package/es/components/table/src/config/table.d.ts +2 -2
  46. package/es/components/table/src/table.vue.d.ts +6 -6
  47. package/es/components/textarea/index.d.ts +5 -5
  48. package/es/components/textarea/src/textarea.vue.d.ts +5 -5
  49. package/es/components/tooltip/index.d.ts +4 -4
  50. package/es/components/tooltip/src/tooltip.d.ts +1 -1
  51. package/es/components/tooltip/src/tooltip.vue.d.ts +4 -4
  52. package/es/components/tree-search/index.d.ts +1 -1
  53. package/es/components/tree-search/src/tree-search.vue.d.ts +1 -1
  54. package/es/components/upload-drag/index.d.ts +2 -2
  55. package/es/components/upload-drag/src/upload-drag.vue.d.ts +2 -2
  56. package/es/packages/components/input/src/input.vue2.mjs +10 -1
  57. package/es/packages/components/input/src/input.vue2.mjs.map +1 -1
  58. package/es/utils/props/runtime.d.ts +2 -2
  59. package/index.full.js +10 -1
  60. package/index.full.min.js +17 -17
  61. package/index.full.min.js.map +1 -1
  62. package/index.full.min.mjs +17 -17
  63. package/index.full.min.mjs.map +1 -1
  64. package/index.full.mjs +10 -1
  65. package/lib/components/advanced-filtering/index.d.ts +288 -288
  66. package/lib/components/advanced-filtering/src/advanced-filtering.vue.d.ts +144 -144
  67. package/lib/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +144 -144
  68. package/lib/components/breadcrumb-card/index.d.ts +1 -1
  69. package/lib/components/breadcrumb-card/src/breadcrumb-card.vue.d.ts +1 -1
  70. package/lib/components/cascader/index.d.ts +8 -8
  71. package/lib/components/cascader/src/cascader.vue.d.ts +8 -8
  72. package/lib/components/checkbox/index.d.ts +217 -217
  73. package/lib/components/checkbox/src/checkbox-group.vue.d.ts +217 -217
  74. package/lib/components/checkbox/src/checkbox.d.ts +56 -56
  75. package/lib/components/drawer/index.d.ts +5 -5
  76. package/lib/components/drawer/src/components/second-confirmation/index.d.ts +1 -1
  77. package/lib/components/drawer/src/components/second-confirmation/src/second-confirmation.vue.d.ts +1 -1
  78. package/lib/components/drawer/src/drawer.vue.d.ts +5 -5
  79. package/lib/components/easy-cron/index.d.ts +88 -88
  80. package/lib/components/easy-cron/src/components/easy-cron-inner.vue.d.ts +88 -88
  81. package/lib/components/easy-cron/src/components/easy-cron-modal.vue.d.ts +88 -88
  82. package/lib/components/easy-cron/src/easy-cron.vue.d.ts +88 -88
  83. package/lib/components/form/index.d.ts +144 -144
  84. package/lib/components/form/src/components/form-component.vue.d.ts +1 -1
  85. package/lib/components/form/src/config/form.d.ts +56 -56
  86. package/lib/components/form/src/form.vue.d.ts +143 -143
  87. package/lib/components/icon-picker/index.d.ts +1 -1
  88. package/lib/components/icon-picker/src/components/modal.vue.d.ts +1 -1
  89. package/lib/components/icon-picker/src/icon-picker.vue.d.ts +1 -1
  90. package/lib/components/input/index.d.ts +35 -33
  91. package/lib/components/input/src/input.vue.d.ts +35 -33
  92. package/lib/components/key-value/src/components/key-value-item.vue.d.ts +230 -230
  93. package/lib/components/key-value/src/key-value.vue.d.ts +690 -690
  94. package/lib/components/modal/index.d.ts +1 -1
  95. package/lib/components/modal/src/modal.vue.d.ts +1 -1
  96. package/lib/components/new-drawer/index.d.ts +7 -7
  97. package/lib/components/new-drawer/src/drawer.vue.d.ts +7 -7
  98. package/lib/components/new-modal/index.d.ts +2 -2
  99. package/lib/components/new-modal/src/modal.vue.d.ts +2 -2
  100. package/lib/components/rich-text-editor/index.d.ts +1 -1
  101. package/lib/components/rich-text-editor/src/rich-text-editor.vue.d.ts +1 -1
  102. package/lib/components/select/index.d.ts +4 -4
  103. package/lib/components/select/src/select.vue.d.ts +4 -4
  104. package/lib/components/select-group/index.d.ts +2 -2
  105. package/lib/components/select-group/src/select-group.d.ts +1 -1
  106. package/lib/components/select-group/src/select-group.vue.d.ts +2 -2
  107. package/lib/components/table/index.d.ts +6 -6
  108. package/lib/components/table/src/components/main-table.vue.d.ts +2 -2
  109. package/lib/components/table/src/config/table.d.ts +2 -2
  110. package/lib/components/table/src/table.vue.d.ts +6 -6
  111. package/lib/components/textarea/index.d.ts +5 -5
  112. package/lib/components/textarea/src/textarea.vue.d.ts +5 -5
  113. package/lib/components/tooltip/index.d.ts +4 -4
  114. package/lib/components/tooltip/src/tooltip.d.ts +1 -1
  115. package/lib/components/tooltip/src/tooltip.vue.d.ts +4 -4
  116. package/lib/components/tree-search/index.d.ts +1 -1
  117. package/lib/components/tree-search/src/tree-search.vue.d.ts +1 -1
  118. package/lib/components/upload-drag/index.d.ts +2 -2
  119. package/lib/components/upload-drag/src/upload-drag.vue.d.ts +2 -2
  120. package/lib/packages/components/input/src/input.vue2.js +10 -1
  121. package/lib/packages/components/input/src/input.vue2.js.map +1 -1
  122. package/lib/utils/props/runtime.d.ts +2 -2
  123. package/package.json +1 -1
  124. package/types/packages/components/advanced-filtering/index.d.ts +288 -288
  125. package/types/packages/components/advanced-filtering/src/advanced-filtering.vue.d.ts +144 -144
  126. package/types/packages/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +144 -144
  127. package/types/packages/components/breadcrumb-card/index.d.ts +1 -1
  128. package/types/packages/components/breadcrumb-card/src/breadcrumb-card.vue.d.ts +1 -1
  129. package/types/packages/components/cascader/index.d.ts +8 -8
  130. package/types/packages/components/cascader/src/cascader.vue.d.ts +8 -8
  131. package/types/packages/components/checkbox/index.d.ts +217 -217
  132. package/types/packages/components/checkbox/src/checkbox-group.vue.d.ts +217 -217
  133. package/types/packages/components/checkbox/src/checkbox.d.ts +56 -56
  134. package/types/packages/components/drawer/index.d.ts +5 -5
  135. package/types/packages/components/drawer/src/components/second-confirmation/index.d.ts +1 -1
  136. package/types/packages/components/drawer/src/components/second-confirmation/src/second-confirmation.vue.d.ts +1 -1
  137. package/types/packages/components/drawer/src/drawer.vue.d.ts +5 -5
  138. package/types/packages/components/easy-cron/index.d.ts +88 -88
  139. package/types/packages/components/easy-cron/src/components/easy-cron-inner.vue.d.ts +88 -88
  140. package/types/packages/components/easy-cron/src/components/easy-cron-modal.vue.d.ts +88 -88
  141. package/types/packages/components/easy-cron/src/easy-cron.vue.d.ts +88 -88
  142. package/types/packages/components/form/index.d.ts +144 -144
  143. package/types/packages/components/form/src/components/form-component.vue.d.ts +1 -1
  144. package/types/packages/components/form/src/config/form.d.ts +56 -56
  145. package/types/packages/components/form/src/form.vue.d.ts +143 -143
  146. package/types/packages/components/icon-picker/index.d.ts +1 -1
  147. package/types/packages/components/icon-picker/src/components/modal.vue.d.ts +1 -1
  148. package/types/packages/components/icon-picker/src/icon-picker.vue.d.ts +1 -1
  149. package/types/packages/components/input/index.d.ts +35 -33
  150. package/types/packages/components/input/src/input.vue.d.ts +35 -33
  151. package/types/packages/components/key-value/src/components/key-value-item.vue.d.ts +230 -230
  152. package/types/packages/components/key-value/src/key-value.vue.d.ts +690 -690
  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 +2 -2
  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 +2 -2
  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
  179. package/types/packages/utils/props/runtime.d.ts +2 -2
@@ -1055,21 +1055,21 @@ declare const _default: import("vue").DefineComponent<{
1055
1055
  readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/components").FormData) | (() => import("ll-plus/es/components").FormData) | ((new (...args: any[]) => import("ll-plus/es/components").FormData) | (() => import("ll-plus/es/components").FormData))[], unknown, unknown, () => {}, boolean>;
1056
1056
  readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
1057
1057
  align: {
1058
- type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
1059
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
1060
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
1061
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
1062
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
1063
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
1064
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
1058
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
1059
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
1060
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
1061
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
1062
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
1063
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1064
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1065
1065
  }>;
1066
- default: "top" | "bottom" | "middle" | "stretch" | {
1067
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
1068
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
1069
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
1070
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
1071
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
1072
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
1066
+ default: "middle" | "top" | "bottom" | "stretch" | {
1067
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
1068
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
1069
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
1070
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
1071
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1072
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1073
1073
  };
1074
1074
  };
1075
1075
  justify: {
@@ -1101,21 +1101,21 @@ declare const _default: import("vue").DefineComponent<{
1101
1101
  };
1102
1102
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
1103
1103
  align: {
1104
- type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
1105
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
1106
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
1107
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
1108
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
1109
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
1110
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
1104
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
1105
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
1106
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
1107
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
1108
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
1109
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1110
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1111
1111
  }>;
1112
- default: "top" | "bottom" | "middle" | "stretch" | {
1113
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
1114
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
1115
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
1116
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
1117
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
1118
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
1112
+ default: "middle" | "top" | "bottom" | "stretch" | {
1113
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
1114
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
1115
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
1116
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
1117
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1118
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1119
1119
  };
1120
1120
  };
1121
1121
  justify: {
@@ -1147,21 +1147,21 @@ declare const _default: import("vue").DefineComponent<{
1147
1147
  };
1148
1148
  }>>) | ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
1149
1149
  align: {
1150
- type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
1151
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
1152
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
1153
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
1154
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
1155
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
1156
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
1150
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
1151
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
1152
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
1153
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
1154
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
1155
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1156
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1157
1157
  }>;
1158
- default: "top" | "bottom" | "middle" | "stretch" | {
1159
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
1160
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
1161
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
1162
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
1163
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
1164
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
1158
+ default: "middle" | "top" | "bottom" | "stretch" | {
1159
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
1160
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
1161
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
1162
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
1163
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1164
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1165
1165
  };
1166
1166
  };
1167
1167
  justify: {
@@ -1193,21 +1193,21 @@ declare const _default: import("vue").DefineComponent<{
1193
1193
  };
1194
1194
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
1195
1195
  align: {
1196
- type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
1197
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
1198
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
1199
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
1200
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
1201
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
1202
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
1196
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
1197
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
1198
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
1199
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
1200
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
1201
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1202
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1203
1203
  }>;
1204
- default: "top" | "bottom" | "middle" | "stretch" | {
1205
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
1206
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
1207
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
1208
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
1209
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
1210
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
1204
+ default: "middle" | "top" | "bottom" | "stretch" | {
1205
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
1206
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
1207
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
1208
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
1209
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1210
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1211
1211
  };
1212
1212
  };
1213
1213
  justify: {
@@ -1476,21 +1476,21 @@ declare const _default: import("vue").DefineComponent<{
1476
1476
  readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
1477
1477
  readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
1478
1478
  align: {
1479
- type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
1480
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
1481
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
1482
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
1483
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
1484
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
1485
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
1479
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
1480
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
1481
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
1482
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
1483
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
1484
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1485
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1486
1486
  }>;
1487
- default: "top" | "bottom" | "middle" | "stretch" | {
1488
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
1489
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
1490
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
1491
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
1492
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
1493
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
1487
+ default: "middle" | "top" | "bottom" | "stretch" | {
1488
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
1489
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
1490
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
1491
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
1492
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1493
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1494
1494
  };
1495
1495
  };
1496
1496
  justify: {
@@ -1562,7 +1562,7 @@ declare const _default: import("vue").DefineComponent<{
1562
1562
  emits: (event: "changeField", item: any) => void;
1563
1563
  formData: import("ll-plus/es/components").FormData;
1564
1564
  componentRef: import("vue").Ref<any>;
1565
- getBindValue: (item: any) => import("lodash").Omit<any, "change" | "onChange" | "label">;
1565
+ getBindValue: (item: any) => import("lodash").Omit<any, "onChange" | "change" | "label">;
1566
1566
  handleChange: (...arg: any[]) => void;
1567
1567
  focus: () => Promise<void>;
1568
1568
  getItem: () => any;
@@ -1614,7 +1614,7 @@ declare const _default: import("vue").DefineComponent<{
1614
1614
  emits: (event: "changeField", item: any) => void;
1615
1615
  formData: import("ll-plus/es/components").FormData;
1616
1616
  componentRef: import("vue").Ref<any>;
1617
- getBindValue: (item: any) => import("lodash").Omit<any, "change" | "onChange" | "label">;
1617
+ getBindValue: (item: any) => import("lodash").Omit<any, "onChange" | "change" | "label">;
1618
1618
  handleChange: (...arg: any[]) => void;
1619
1619
  focus: () => Promise<void>;
1620
1620
  getItem: () => any;
@@ -1757,7 +1757,7 @@ declare const _default: import("vue").DefineComponent<{
1757
1757
  emits: (event: "changeField", item: any) => void;
1758
1758
  formData: import("ll-plus/es/components").FormData;
1759
1759
  componentRef: import("vue").Ref<any>;
1760
- getBindValue: (item: any) => import("lodash").Omit<any, "change" | "onChange" | "label">;
1760
+ getBindValue: (item: any) => import("lodash").Omit<any, "onChange" | "change" | "label">;
1761
1761
  handleChange: (...arg: any[]) => void;
1762
1762
  focus: () => Promise<void>;
1763
1763
  getItem: () => any;
@@ -2683,21 +2683,21 @@ declare const _default: import("vue").DefineComponent<{
2683
2683
  readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/components").FormData) | (() => import("ll-plus/es/components").FormData) | ((new (...args: any[]) => import("ll-plus/es/components").FormData) | (() => import("ll-plus/es/components").FormData))[], unknown, unknown, () => {}, boolean>;
2684
2684
  readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
2685
2685
  align: {
2686
- type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
2687
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
2688
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
2689
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
2690
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
2691
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
2692
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
2686
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
2687
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
2688
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
2689
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
2690
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
2691
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2692
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2693
2693
  }>;
2694
- default: "top" | "bottom" | "middle" | "stretch" | {
2695
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
2696
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
2697
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
2698
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
2699
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
2700
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
2694
+ default: "middle" | "top" | "bottom" | "stretch" | {
2695
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
2696
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
2697
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
2698
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
2699
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2700
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2701
2701
  };
2702
2702
  };
2703
2703
  justify: {
@@ -2729,21 +2729,21 @@ declare const _default: import("vue").DefineComponent<{
2729
2729
  };
2730
2730
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
2731
2731
  align: {
2732
- type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
2733
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
2734
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
2735
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
2736
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
2737
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
2738
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
2732
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
2733
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
2734
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
2735
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
2736
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
2737
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2738
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2739
2739
  }>;
2740
- default: "top" | "bottom" | "middle" | "stretch" | {
2741
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
2742
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
2743
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
2744
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
2745
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
2746
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
2740
+ default: "middle" | "top" | "bottom" | "stretch" | {
2741
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
2742
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
2743
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
2744
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
2745
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2746
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2747
2747
  };
2748
2748
  };
2749
2749
  justify: {
@@ -2775,21 +2775,21 @@ declare const _default: import("vue").DefineComponent<{
2775
2775
  };
2776
2776
  }>>) | ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
2777
2777
  align: {
2778
- type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
2779
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
2780
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
2781
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
2782
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
2783
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
2784
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
2778
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
2779
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
2780
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
2781
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
2782
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
2783
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2784
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2785
2785
  }>;
2786
- default: "top" | "bottom" | "middle" | "stretch" | {
2787
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
2788
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
2789
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
2790
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
2791
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
2792
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
2786
+ default: "middle" | "top" | "bottom" | "stretch" | {
2787
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
2788
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
2789
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
2790
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
2791
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2792
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2793
2793
  };
2794
2794
  };
2795
2795
  justify: {
@@ -2821,21 +2821,21 @@ declare const _default: import("vue").DefineComponent<{
2821
2821
  };
2822
2822
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
2823
2823
  align: {
2824
- type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
2825
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
2826
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
2827
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
2828
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
2829
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
2830
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
2824
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
2825
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
2826
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
2827
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
2828
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
2829
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2830
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2831
2831
  }>;
2832
- default: "top" | "bottom" | "middle" | "stretch" | {
2833
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
2834
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
2835
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
2836
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
2837
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
2838
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
2832
+ default: "middle" | "top" | "bottom" | "stretch" | {
2833
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
2834
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
2835
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
2836
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
2837
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2838
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2839
2839
  };
2840
2840
  };
2841
2841
  justify: {
@@ -3103,21 +3103,21 @@ declare const _default: import("vue").DefineComponent<{
3103
3103
  readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
3104
3104
  readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
3105
3105
  align: {
3106
- type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
3107
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
3108
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
3109
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
3110
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
3111
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
3112
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
3106
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
3107
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
3108
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
3109
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
3110
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
3111
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
3112
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
3113
3113
  }>;
3114
- default: "top" | "bottom" | "middle" | "stretch" | {
3115
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
3116
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
3117
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
3118
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
3119
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
3120
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
3114
+ default: "middle" | "top" | "bottom" | "stretch" | {
3115
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
3116
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
3117
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
3118
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
3119
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
3120
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
3121
3121
  };
3122
3122
  };
3123
3123
  justify: {
@@ -4059,21 +4059,21 @@ declare const _default: import("vue").DefineComponent<{
4059
4059
  readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/components").FormData) | (() => import("ll-plus/es/components").FormData) | ((new (...args: any[]) => import("ll-plus/es/components").FormData) | (() => import("ll-plus/es/components").FormData))[], unknown, unknown, () => {}, boolean>;
4060
4060
  readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
4061
4061
  align: {
4062
- type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
4063
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
4064
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
4065
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
4066
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
4067
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
4068
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
4062
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
4063
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
4064
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
4065
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
4066
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
4067
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
4068
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
4069
4069
  }>;
4070
- default: "top" | "bottom" | "middle" | "stretch" | {
4071
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
4072
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
4073
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
4074
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
4075
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
4076
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
4070
+ default: "middle" | "top" | "bottom" | "stretch" | {
4071
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
4072
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
4073
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
4074
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
4075
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
4076
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
4077
4077
  };
4078
4078
  };
4079
4079
  justify: {
@@ -4105,21 +4105,21 @@ declare const _default: import("vue").DefineComponent<{
4105
4105
  };
4106
4106
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
4107
4107
  align: {
4108
- type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
4109
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
4110
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
4111
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
4112
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
4113
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
4114
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
4108
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
4109
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
4110
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
4111
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
4112
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
4113
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
4114
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
4115
4115
  }>;
4116
- default: "top" | "bottom" | "middle" | "stretch" | {
4117
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
4118
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
4119
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
4120
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
4121
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
4122
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
4116
+ default: "middle" | "top" | "bottom" | "stretch" | {
4117
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
4118
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
4119
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
4120
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
4121
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
4122
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
4123
4123
  };
4124
4124
  };
4125
4125
  justify: {
@@ -4151,21 +4151,21 @@ declare const _default: import("vue").DefineComponent<{
4151
4151
  };
4152
4152
  }>>) | ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
4153
4153
  align: {
4154
- type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
4155
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
4156
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
4157
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
4158
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
4159
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
4160
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
4154
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
4155
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
4156
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
4157
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
4158
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
4159
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
4160
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
4161
4161
  }>;
4162
- default: "top" | "bottom" | "middle" | "stretch" | {
4163
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
4164
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
4165
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
4166
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
4167
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
4168
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
4162
+ default: "middle" | "top" | "bottom" | "stretch" | {
4163
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
4164
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
4165
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
4166
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
4167
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
4168
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
4169
4169
  };
4170
4170
  };
4171
4171
  justify: {
@@ -4197,21 +4197,21 @@ declare const _default: import("vue").DefineComponent<{
4197
4197
  };
4198
4198
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
4199
4199
  align: {
4200
- type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
4201
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
4202
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
4203
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
4204
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
4205
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
4206
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
4200
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
4201
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
4202
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
4203
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
4204
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
4205
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
4206
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
4207
4207
  }>;
4208
- default: "top" | "bottom" | "middle" | "stretch" | {
4209
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
4210
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
4211
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
4212
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
4213
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
4214
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
4208
+ default: "middle" | "top" | "bottom" | "stretch" | {
4209
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
4210
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
4211
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
4212
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
4213
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
4214
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
4215
4215
  };
4216
4216
  };
4217
4217
  justify: {
@@ -4480,21 +4480,21 @@ declare const _default: import("vue").DefineComponent<{
4480
4480
  readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
4481
4481
  readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
4482
4482
  align: {
4483
- type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
4484
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
4485
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
4486
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
4487
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
4488
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
4489
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
4483
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
4484
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
4485
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
4486
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
4487
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
4488
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
4489
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
4490
4490
  }>;
4491
- default: "top" | "bottom" | "middle" | "stretch" | {
4492
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
4493
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
4494
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
4495
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
4496
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
4497
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
4491
+ default: "middle" | "top" | "bottom" | "stretch" | {
4492
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
4493
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
4494
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
4495
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
4496
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
4497
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
4498
4498
  };
4499
4499
  };
4500
4500
  justify: {
@@ -4566,7 +4566,7 @@ declare const _default: import("vue").DefineComponent<{
4566
4566
  emits: (event: "changeField", item: any) => void;
4567
4567
  formData: import("ll-plus/es/components").FormData;
4568
4568
  componentRef: import("vue").Ref<any>;
4569
- getBindValue: (item: any) => import("lodash").Omit<any, "change" | "onChange" | "label">;
4569
+ getBindValue: (item: any) => import("lodash").Omit<any, "onChange" | "change" | "label">;
4570
4570
  handleChange: (...arg: any[]) => void;
4571
4571
  focus: () => Promise<void>;
4572
4572
  getItem: () => any;
@@ -4618,7 +4618,7 @@ declare const _default: import("vue").DefineComponent<{
4618
4618
  emits: (event: "changeField", item: any) => void;
4619
4619
  formData: import("ll-plus/es/components").FormData;
4620
4620
  componentRef: import("vue").Ref<any>;
4621
- getBindValue: (item: any) => import("lodash").Omit<any, "change" | "onChange" | "label">;
4621
+ getBindValue: (item: any) => import("lodash").Omit<any, "onChange" | "change" | "label">;
4622
4622
  handleChange: (...arg: any[]) => void;
4623
4623
  focus: () => Promise<void>;
4624
4624
  getItem: () => any;
@@ -4761,7 +4761,7 @@ declare const _default: import("vue").DefineComponent<{
4761
4761
  emits: (event: "changeField", item: any) => void;
4762
4762
  formData: import("ll-plus/es/components").FormData;
4763
4763
  componentRef: import("vue").Ref<any>;
4764
- getBindValue: (item: any) => import("lodash").Omit<any, "change" | "onChange" | "label">;
4764
+ getBindValue: (item: any) => import("lodash").Omit<any, "onChange" | "change" | "label">;
4765
4765
  handleChange: (...arg: any[]) => void;
4766
4766
  focus: () => Promise<void>;
4767
4767
  getItem: () => any;
@@ -5014,21 +5014,21 @@ declare const _default: import("vue").DefineComponent<{
5014
5014
  readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
5015
5015
  readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
5016
5016
  align: {
5017
- type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
5018
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
5019
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
5020
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
5021
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
5022
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
5023
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
5017
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
5018
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
5019
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
5020
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
5021
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
5022
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
5023
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
5024
5024
  }>;
5025
- default: "top" | "bottom" | "middle" | "stretch" | {
5026
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
5027
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
5028
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
5029
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
5030
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
5031
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
5025
+ default: "middle" | "top" | "bottom" | "stretch" | {
5026
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
5027
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
5028
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
5029
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
5030
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
5031
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
5032
5032
  };
5033
5033
  };
5034
5034
  justify: {
@@ -6363,21 +6363,21 @@ declare const _default: import("vue").DefineComponent<{
6363
6363
  readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/components").FormData) | (() => import("ll-plus/es/components").FormData) | ((new (...args: any[]) => import("ll-plus/es/components").FormData) | (() => import("ll-plus/es/components").FormData))[], unknown, unknown, () => {}, boolean>;
6364
6364
  readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
6365
6365
  align: {
6366
- type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
6367
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
6368
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
6369
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
6370
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
6371
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
6372
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
6366
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
6367
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
6368
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
6369
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
6370
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
6371
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
6372
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
6373
6373
  }>;
6374
- default: "top" | "bottom" | "middle" | "stretch" | {
6375
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
6376
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
6377
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
6378
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
6379
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
6380
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
6374
+ default: "middle" | "top" | "bottom" | "stretch" | {
6375
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
6376
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
6377
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
6378
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
6379
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
6380
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
6381
6381
  };
6382
6382
  };
6383
6383
  justify: {
@@ -6409,21 +6409,21 @@ declare const _default: import("vue").DefineComponent<{
6409
6409
  };
6410
6410
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
6411
6411
  align: {
6412
- type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
6413
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
6414
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
6415
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
6416
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
6417
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
6418
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
6412
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
6413
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
6414
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
6415
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
6416
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
6417
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
6418
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
6419
6419
  }>;
6420
- default: "top" | "bottom" | "middle" | "stretch" | {
6421
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
6422
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
6423
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
6424
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
6425
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
6426
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
6420
+ default: "middle" | "top" | "bottom" | "stretch" | {
6421
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
6422
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
6423
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
6424
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
6425
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
6426
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
6427
6427
  };
6428
6428
  };
6429
6429
  justify: {
@@ -6455,21 +6455,21 @@ declare const _default: import("vue").DefineComponent<{
6455
6455
  };
6456
6456
  }>>) | ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
6457
6457
  align: {
6458
- type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
6459
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
6460
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
6461
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
6462
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
6463
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
6464
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
6458
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
6459
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
6460
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
6461
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
6462
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
6463
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
6464
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
6465
6465
  }>;
6466
- default: "top" | "bottom" | "middle" | "stretch" | {
6467
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
6468
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
6469
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
6470
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
6471
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
6472
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
6466
+ default: "middle" | "top" | "bottom" | "stretch" | {
6467
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
6468
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
6469
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
6470
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
6471
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
6472
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
6473
6473
  };
6474
6474
  };
6475
6475
  justify: {
@@ -6501,21 +6501,21 @@ declare const _default: import("vue").DefineComponent<{
6501
6501
  };
6502
6502
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
6503
6503
  align: {
6504
- type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
6505
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
6506
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
6507
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
6508
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
6509
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
6510
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
6504
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
6505
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
6506
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
6507
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
6508
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
6509
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
6510
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
6511
6511
  }>;
6512
- default: "top" | "bottom" | "middle" | "stretch" | {
6513
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
6514
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
6515
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
6516
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
6517
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
6518
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
6512
+ default: "middle" | "top" | "bottom" | "stretch" | {
6513
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
6514
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
6515
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
6516
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
6517
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
6518
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
6519
6519
  };
6520
6520
  };
6521
6521
  justify: {
@@ -6784,21 +6784,21 @@ declare const _default: import("vue").DefineComponent<{
6784
6784
  readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
6785
6785
  readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
6786
6786
  align: {
6787
- type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
6788
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
6789
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
6790
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
6791
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
6792
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
6793
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
6787
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
6788
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
6789
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
6790
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
6791
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
6792
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
6793
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
6794
6794
  }>;
6795
- default: "top" | "bottom" | "middle" | "stretch" | {
6796
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
6797
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
6798
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
6799
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
6800
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
6801
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
6795
+ default: "middle" | "top" | "bottom" | "stretch" | {
6796
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
6797
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
6798
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
6799
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
6800
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
6801
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
6802
6802
  };
6803
6803
  };
6804
6804
  justify: {
@@ -6870,7 +6870,7 @@ declare const _default: import("vue").DefineComponent<{
6870
6870
  emits: (event: "changeField", item: any) => void;
6871
6871
  formData: import("ll-plus/es/components").FormData;
6872
6872
  componentRef: import("vue").Ref<any>;
6873
- getBindValue: (item: any) => import("lodash").Omit<any, "change" | "onChange" | "label">;
6873
+ getBindValue: (item: any) => import("lodash").Omit<any, "onChange" | "change" | "label">;
6874
6874
  handleChange: (...arg: any[]) => void;
6875
6875
  focus: () => Promise<void>;
6876
6876
  getItem: () => any;
@@ -6922,7 +6922,7 @@ declare const _default: import("vue").DefineComponent<{
6922
6922
  emits: (event: "changeField", item: any) => void;
6923
6923
  formData: import("ll-plus/es/components").FormData;
6924
6924
  componentRef: import("vue").Ref<any>;
6925
- getBindValue: (item: any) => import("lodash").Omit<any, "change" | "onChange" | "label">;
6925
+ getBindValue: (item: any) => import("lodash").Omit<any, "onChange" | "change" | "label">;
6926
6926
  handleChange: (...arg: any[]) => void;
6927
6927
  focus: () => Promise<void>;
6928
6928
  getItem: () => any;
@@ -7065,7 +7065,7 @@ declare const _default: import("vue").DefineComponent<{
7065
7065
  emits: (event: "changeField", item: any) => void;
7066
7066
  formData: import("ll-plus/es/components").FormData;
7067
7067
  componentRef: import("vue").Ref<any>;
7068
- getBindValue: (item: any) => import("lodash").Omit<any, "change" | "onChange" | "label">;
7068
+ getBindValue: (item: any) => import("lodash").Omit<any, "onChange" | "change" | "label">;
7069
7069
  handleChange: (...arg: any[]) => void;
7070
7070
  focus: () => Promise<void>;
7071
7071
  getItem: () => any;
@@ -7991,21 +7991,21 @@ declare const _default: import("vue").DefineComponent<{
7991
7991
  readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/components").FormData) | (() => import("ll-plus/es/components").FormData) | ((new (...args: any[]) => import("ll-plus/es/components").FormData) | (() => import("ll-plus/es/components").FormData))[], unknown, unknown, () => {}, boolean>;
7992
7992
  readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
7993
7993
  align: {
7994
- type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
7995
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
7996
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
7997
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
7998
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
7999
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
8000
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
7994
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
7995
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
7996
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
7997
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
7998
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
7999
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
8000
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
8001
8001
  }>;
8002
- default: "top" | "bottom" | "middle" | "stretch" | {
8003
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
8004
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
8005
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
8006
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
8007
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
8008
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
8002
+ default: "middle" | "top" | "bottom" | "stretch" | {
8003
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
8004
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
8005
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
8006
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
8007
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
8008
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
8009
8009
  };
8010
8010
  };
8011
8011
  justify: {
@@ -8037,21 +8037,21 @@ declare const _default: import("vue").DefineComponent<{
8037
8037
  };
8038
8038
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
8039
8039
  align: {
8040
- type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
8041
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
8042
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
8043
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
8044
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
8045
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
8046
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
8040
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
8041
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
8042
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
8043
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
8044
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
8045
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
8046
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
8047
8047
  }>;
8048
- default: "top" | "bottom" | "middle" | "stretch" | {
8049
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
8050
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
8051
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
8052
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
8053
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
8054
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
8048
+ default: "middle" | "top" | "bottom" | "stretch" | {
8049
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
8050
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
8051
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
8052
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
8053
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
8054
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
8055
8055
  };
8056
8056
  };
8057
8057
  justify: {
@@ -8083,21 +8083,21 @@ declare const _default: import("vue").DefineComponent<{
8083
8083
  };
8084
8084
  }>>) | ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
8085
8085
  align: {
8086
- type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
8087
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
8088
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
8089
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
8090
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
8091
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
8092
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
8086
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
8087
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
8088
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
8089
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
8090
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
8091
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
8092
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
8093
8093
  }>;
8094
- default: "top" | "bottom" | "middle" | "stretch" | {
8095
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
8096
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
8097
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
8098
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
8099
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
8100
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
8094
+ default: "middle" | "top" | "bottom" | "stretch" | {
8095
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
8096
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
8097
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
8098
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
8099
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
8100
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
8101
8101
  };
8102
8102
  };
8103
8103
  justify: {
@@ -8129,21 +8129,21 @@ declare const _default: import("vue").DefineComponent<{
8129
8129
  };
8130
8130
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
8131
8131
  align: {
8132
- type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
8133
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
8134
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
8135
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
8136
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
8137
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
8138
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
8132
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
8133
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
8134
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
8135
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
8136
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
8137
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
8138
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
8139
8139
  }>;
8140
- default: "top" | "bottom" | "middle" | "stretch" | {
8141
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
8142
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
8143
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
8144
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
8145
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
8146
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
8140
+ default: "middle" | "top" | "bottom" | "stretch" | {
8141
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
8142
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
8143
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
8144
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
8145
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
8146
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
8147
8147
  };
8148
8148
  };
8149
8149
  justify: {
@@ -8411,21 +8411,21 @@ declare const _default: import("vue").DefineComponent<{
8411
8411
  readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
8412
8412
  readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
8413
8413
  align: {
8414
- type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
8415
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
8416
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
8417
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
8418
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
8419
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
8420
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
8414
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
8415
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
8416
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
8417
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
8418
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
8419
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
8420
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
8421
8421
  }>;
8422
- default: "top" | "bottom" | "middle" | "stretch" | {
8423
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
8424
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
8425
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
8426
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
8427
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
8428
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
8422
+ default: "middle" | "top" | "bottom" | "stretch" | {
8423
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
8424
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
8425
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
8426
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
8427
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
8428
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
8429
8429
  };
8430
8430
  };
8431
8431
  justify: {
@@ -9367,21 +9367,21 @@ declare const _default: import("vue").DefineComponent<{
9367
9367
  readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/components").FormData) | (() => import("ll-plus/es/components").FormData) | ((new (...args: any[]) => import("ll-plus/es/components").FormData) | (() => import("ll-plus/es/components").FormData))[], unknown, unknown, () => {}, boolean>;
9368
9368
  readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
9369
9369
  align: {
9370
- type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
9371
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
9372
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
9373
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
9374
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
9375
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
9376
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
9370
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
9371
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
9372
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
9373
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
9374
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
9375
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
9376
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
9377
9377
  }>;
9378
- default: "top" | "bottom" | "middle" | "stretch" | {
9379
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
9380
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
9381
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
9382
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
9383
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
9384
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
9378
+ default: "middle" | "top" | "bottom" | "stretch" | {
9379
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
9380
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
9381
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
9382
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
9383
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
9384
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
9385
9385
  };
9386
9386
  };
9387
9387
  justify: {
@@ -9413,21 +9413,21 @@ declare const _default: import("vue").DefineComponent<{
9413
9413
  };
9414
9414
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
9415
9415
  align: {
9416
- type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
9417
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
9418
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
9419
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
9420
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
9421
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
9422
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
9416
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
9417
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
9418
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
9419
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
9420
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
9421
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
9422
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
9423
9423
  }>;
9424
- default: "top" | "bottom" | "middle" | "stretch" | {
9425
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
9426
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
9427
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
9428
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
9429
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
9430
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
9424
+ default: "middle" | "top" | "bottom" | "stretch" | {
9425
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
9426
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
9427
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
9428
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
9429
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
9430
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
9431
9431
  };
9432
9432
  };
9433
9433
  justify: {
@@ -9459,21 +9459,21 @@ declare const _default: import("vue").DefineComponent<{
9459
9459
  };
9460
9460
  }>>) | ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
9461
9461
  align: {
9462
- type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
9463
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
9464
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
9465
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
9466
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
9467
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
9468
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
9462
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
9463
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
9464
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
9465
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
9466
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
9467
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
9468
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
9469
9469
  }>;
9470
- default: "top" | "bottom" | "middle" | "stretch" | {
9471
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
9472
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
9473
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
9474
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
9475
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
9476
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
9470
+ default: "middle" | "top" | "bottom" | "stretch" | {
9471
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
9472
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
9473
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
9474
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
9475
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
9476
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
9477
9477
  };
9478
9478
  };
9479
9479
  justify: {
@@ -9505,21 +9505,21 @@ declare const _default: import("vue").DefineComponent<{
9505
9505
  };
9506
9506
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
9507
9507
  align: {
9508
- type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
9509
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
9510
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
9511
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
9512
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
9513
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
9514
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
9508
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
9509
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
9510
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
9511
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
9512
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
9513
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
9514
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
9515
9515
  }>;
9516
- default: "top" | "bottom" | "middle" | "stretch" | {
9517
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
9518
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
9519
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
9520
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
9521
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
9522
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
9516
+ default: "middle" | "top" | "bottom" | "stretch" | {
9517
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
9518
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
9519
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
9520
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
9521
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
9522
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
9523
9523
  };
9524
9524
  };
9525
9525
  justify: {
@@ -9788,21 +9788,21 @@ declare const _default: import("vue").DefineComponent<{
9788
9788
  readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
9789
9789
  readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
9790
9790
  align: {
9791
- type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
9792
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
9793
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
9794
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
9795
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
9796
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
9797
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
9791
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
9792
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
9793
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
9794
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
9795
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
9796
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
9797
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
9798
9798
  }>;
9799
- default: "top" | "bottom" | "middle" | "stretch" | {
9800
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
9801
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
9802
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
9803
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
9804
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
9805
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
9799
+ default: "middle" | "top" | "bottom" | "stretch" | {
9800
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
9801
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
9802
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
9803
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
9804
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
9805
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
9806
9806
  };
9807
9807
  };
9808
9808
  justify: {
@@ -9874,7 +9874,7 @@ declare const _default: import("vue").DefineComponent<{
9874
9874
  emits: (event: "changeField", item: any) => void;
9875
9875
  formData: import("ll-plus/es/components").FormData;
9876
9876
  componentRef: import("vue").Ref<any>;
9877
- getBindValue: (item: any) => import("lodash").Omit<any, "change" | "onChange" | "label">;
9877
+ getBindValue: (item: any) => import("lodash").Omit<any, "onChange" | "change" | "label">;
9878
9878
  handleChange: (...arg: any[]) => void;
9879
9879
  focus: () => Promise<void>;
9880
9880
  getItem: () => any;
@@ -9926,7 +9926,7 @@ declare const _default: import("vue").DefineComponent<{
9926
9926
  emits: (event: "changeField", item: any) => void;
9927
9927
  formData: import("ll-plus/es/components").FormData;
9928
9928
  componentRef: import("vue").Ref<any>;
9929
- getBindValue: (item: any) => import("lodash").Omit<any, "change" | "onChange" | "label">;
9929
+ getBindValue: (item: any) => import("lodash").Omit<any, "onChange" | "change" | "label">;
9930
9930
  handleChange: (...arg: any[]) => void;
9931
9931
  focus: () => Promise<void>;
9932
9932
  getItem: () => any;
@@ -10069,7 +10069,7 @@ declare const _default: import("vue").DefineComponent<{
10069
10069
  emits: (event: "changeField", item: any) => void;
10070
10070
  formData: import("ll-plus/es/components").FormData;
10071
10071
  componentRef: import("vue").Ref<any>;
10072
- getBindValue: (item: any) => import("lodash").Omit<any, "change" | "onChange" | "label">;
10072
+ getBindValue: (item: any) => import("lodash").Omit<any, "onChange" | "change" | "label">;
10073
10073
  handleChange: (...arg: any[]) => void;
10074
10074
  focus: () => Promise<void>;
10075
10075
  getItem: () => any;
@@ -10322,21 +10322,21 @@ declare const _default: import("vue").DefineComponent<{
10322
10322
  readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
10323
10323
  readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
10324
10324
  align: {
10325
- type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
10326
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
10327
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
10328
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
10329
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
10330
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
10331
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
10325
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
10326
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
10327
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
10328
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
10329
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
10330
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
10331
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
10332
10332
  }>;
10333
- default: "top" | "bottom" | "middle" | "stretch" | {
10334
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
10335
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
10336
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
10337
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
10338
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
10339
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
10333
+ default: "middle" | "top" | "bottom" | "stretch" | {
10334
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
10335
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
10336
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
10337
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
10338
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
10339
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
10340
10340
  };
10341
10341
  };
10342
10342
  justify: {
@@ -11625,21 +11625,21 @@ declare const _default: import("vue").DefineComponent<{
11625
11625
  readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/components").FormData) | (() => import("ll-plus/es/components").FormData) | ((new (...args: any[]) => import("ll-plus/es/components").FormData) | (() => import("ll-plus/es/components").FormData))[], unknown, unknown, () => {}, boolean>;
11626
11626
  readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
11627
11627
  align: {
11628
- type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
11629
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
11630
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
11631
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
11632
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
11633
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
11634
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
11628
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
11629
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
11630
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
11631
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
11632
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
11633
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
11634
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
11635
11635
  }>;
11636
- default: "top" | "bottom" | "middle" | "stretch" | {
11637
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
11638
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
11639
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
11640
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
11641
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
11642
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
11636
+ default: "middle" | "top" | "bottom" | "stretch" | {
11637
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
11638
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
11639
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
11640
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
11641
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
11642
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
11643
11643
  };
11644
11644
  };
11645
11645
  justify: {
@@ -11671,21 +11671,21 @@ declare const _default: import("vue").DefineComponent<{
11671
11671
  };
11672
11672
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
11673
11673
  align: {
11674
- type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
11675
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
11676
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
11677
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
11678
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
11679
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
11680
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
11674
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
11675
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
11676
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
11677
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
11678
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
11679
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
11680
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
11681
11681
  }>;
11682
- default: "top" | "bottom" | "middle" | "stretch" | {
11683
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
11684
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
11685
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
11686
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
11687
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
11688
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
11682
+ default: "middle" | "top" | "bottom" | "stretch" | {
11683
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
11684
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
11685
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
11686
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
11687
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
11688
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
11689
11689
  };
11690
11690
  };
11691
11691
  justify: {
@@ -11717,21 +11717,21 @@ declare const _default: import("vue").DefineComponent<{
11717
11717
  };
11718
11718
  }>>) | ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
11719
11719
  align: {
11720
- type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
11721
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
11722
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
11723
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
11724
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
11725
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
11726
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
11720
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
11721
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
11722
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
11723
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
11724
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
11725
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
11726
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
11727
11727
  }>;
11728
- default: "top" | "bottom" | "middle" | "stretch" | {
11729
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
11730
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
11731
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
11732
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
11733
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
11734
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
11728
+ default: "middle" | "top" | "bottom" | "stretch" | {
11729
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
11730
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
11731
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
11732
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
11733
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
11734
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
11735
11735
  };
11736
11736
  };
11737
11737
  justify: {
@@ -11763,21 +11763,21 @@ declare const _default: import("vue").DefineComponent<{
11763
11763
  };
11764
11764
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
11765
11765
  align: {
11766
- type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
11767
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
11768
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
11769
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
11770
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
11771
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
11772
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
11766
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
11767
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
11768
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
11769
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
11770
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
11771
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
11772
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
11773
11773
  }>;
11774
- default: "top" | "bottom" | "middle" | "stretch" | {
11775
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
11776
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
11777
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
11778
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
11779
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
11780
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
11774
+ default: "middle" | "top" | "bottom" | "stretch" | {
11775
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
11776
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
11777
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
11778
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
11779
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
11780
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
11781
11781
  };
11782
11782
  };
11783
11783
  justify: {
@@ -12046,21 +12046,21 @@ declare const _default: import("vue").DefineComponent<{
12046
12046
  readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
12047
12047
  readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
12048
12048
  align: {
12049
- type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
12050
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
12051
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
12052
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
12053
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
12054
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
12055
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
12049
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
12050
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
12051
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
12052
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
12053
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
12054
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
12055
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
12056
12056
  }>;
12057
- default: "top" | "bottom" | "middle" | "stretch" | {
12058
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
12059
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
12060
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
12061
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
12062
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
12063
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
12057
+ default: "middle" | "top" | "bottom" | "stretch" | {
12058
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
12059
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
12060
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
12061
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
12062
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
12063
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
12064
12064
  };
12065
12065
  };
12066
12066
  justify: {
@@ -12132,7 +12132,7 @@ declare const _default: import("vue").DefineComponent<{
12132
12132
  emits: (event: "changeField", item: any) => void;
12133
12133
  formData: import("ll-plus/es/components").FormData;
12134
12134
  componentRef: import("vue").Ref<any>;
12135
- getBindValue: (item: any) => import("lodash").Omit<any, "change" | "onChange" | "label">;
12135
+ getBindValue: (item: any) => import("lodash").Omit<any, "onChange" | "change" | "label">;
12136
12136
  handleChange: (...arg: any[]) => void;
12137
12137
  focus: () => Promise<void>;
12138
12138
  getItem: () => any;
@@ -12184,7 +12184,7 @@ declare const _default: import("vue").DefineComponent<{
12184
12184
  emits: (event: "changeField", item: any) => void;
12185
12185
  formData: import("ll-plus/es/components").FormData;
12186
12186
  componentRef: import("vue").Ref<any>;
12187
- getBindValue: (item: any) => import("lodash").Omit<any, "change" | "onChange" | "label">;
12187
+ getBindValue: (item: any) => import("lodash").Omit<any, "onChange" | "change" | "label">;
12188
12188
  handleChange: (...arg: any[]) => void;
12189
12189
  focus: () => Promise<void>;
12190
12190
  getItem: () => any;
@@ -12327,7 +12327,7 @@ declare const _default: import("vue").DefineComponent<{
12327
12327
  emits: (event: "changeField", item: any) => void;
12328
12328
  formData: import("ll-plus/es/components").FormData;
12329
12329
  componentRef: import("vue").Ref<any>;
12330
- getBindValue: (item: any) => import("lodash").Omit<any, "change" | "onChange" | "label">;
12330
+ getBindValue: (item: any) => import("lodash").Omit<any, "onChange" | "change" | "label">;
12331
12331
  handleChange: (...arg: any[]) => void;
12332
12332
  focus: () => Promise<void>;
12333
12333
  getItem: () => any;
@@ -13253,21 +13253,21 @@ declare const _default: import("vue").DefineComponent<{
13253
13253
  readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/components").FormData) | (() => import("ll-plus/es/components").FormData) | ((new (...args: any[]) => import("ll-plus/es/components").FormData) | (() => import("ll-plus/es/components").FormData))[], unknown, unknown, () => {}, boolean>;
13254
13254
  readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
13255
13255
  align: {
13256
- type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
13257
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
13258
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
13259
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
13260
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
13261
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
13262
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
13256
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
13257
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
13258
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
13259
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
13260
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
13261
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
13262
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
13263
13263
  }>;
13264
- default: "top" | "bottom" | "middle" | "stretch" | {
13265
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
13266
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
13267
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
13268
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
13269
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
13270
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
13264
+ default: "middle" | "top" | "bottom" | "stretch" | {
13265
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
13266
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
13267
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
13268
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
13269
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
13270
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
13271
13271
  };
13272
13272
  };
13273
13273
  justify: {
@@ -13299,21 +13299,21 @@ declare const _default: import("vue").DefineComponent<{
13299
13299
  };
13300
13300
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
13301
13301
  align: {
13302
- type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
13303
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
13304
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
13305
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
13306
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
13307
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
13308
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
13302
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
13303
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
13304
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
13305
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
13306
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
13307
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
13308
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
13309
13309
  }>;
13310
- default: "top" | "bottom" | "middle" | "stretch" | {
13311
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
13312
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
13313
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
13314
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
13315
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
13316
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
13310
+ default: "middle" | "top" | "bottom" | "stretch" | {
13311
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
13312
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
13313
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
13314
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
13315
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
13316
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
13317
13317
  };
13318
13318
  };
13319
13319
  justify: {
@@ -13345,21 +13345,21 @@ declare const _default: import("vue").DefineComponent<{
13345
13345
  };
13346
13346
  }>>) | ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
13347
13347
  align: {
13348
- type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
13349
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
13350
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
13351
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
13352
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
13353
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
13354
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
13348
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
13349
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
13350
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
13351
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
13352
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
13353
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
13354
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
13355
13355
  }>;
13356
- default: "top" | "bottom" | "middle" | "stretch" | {
13357
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
13358
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
13359
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
13360
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
13361
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
13362
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
13356
+ default: "middle" | "top" | "bottom" | "stretch" | {
13357
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
13358
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
13359
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
13360
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
13361
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
13362
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
13363
13363
  };
13364
13364
  };
13365
13365
  justify: {
@@ -13391,21 +13391,21 @@ declare const _default: import("vue").DefineComponent<{
13391
13391
  };
13392
13392
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
13393
13393
  align: {
13394
- type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
13395
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
13396
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
13397
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
13398
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
13399
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
13400
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
13394
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
13395
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
13396
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
13397
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
13398
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
13399
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
13400
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
13401
13401
  }>;
13402
- default: "top" | "bottom" | "middle" | "stretch" | {
13403
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
13404
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
13405
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
13406
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
13407
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
13408
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
13402
+ default: "middle" | "top" | "bottom" | "stretch" | {
13403
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
13404
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
13405
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
13406
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
13407
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
13408
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
13409
13409
  };
13410
13410
  };
13411
13411
  justify: {
@@ -13673,21 +13673,21 @@ declare const _default: import("vue").DefineComponent<{
13673
13673
  readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
13674
13674
  readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
13675
13675
  align: {
13676
- type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
13677
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
13678
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
13679
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
13680
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
13681
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
13682
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
13676
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
13677
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
13678
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
13679
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
13680
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
13681
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
13682
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
13683
13683
  }>;
13684
- default: "top" | "bottom" | "middle" | "stretch" | {
13685
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
13686
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
13687
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
13688
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
13689
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
13690
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
13684
+ default: "middle" | "top" | "bottom" | "stretch" | {
13685
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
13686
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
13687
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
13688
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
13689
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
13690
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
13691
13691
  };
13692
13692
  };
13693
13693
  justify: {
@@ -14629,21 +14629,21 @@ declare const _default: import("vue").DefineComponent<{
14629
14629
  readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/components").FormData) | (() => import("ll-plus/es/components").FormData) | ((new (...args: any[]) => import("ll-plus/es/components").FormData) | (() => import("ll-plus/es/components").FormData))[], unknown, unknown, () => {}, boolean>;
14630
14630
  readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
14631
14631
  align: {
14632
- type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
14633
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
14634
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
14635
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
14636
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
14637
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
14638
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
14632
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
14633
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
14634
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
14635
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
14636
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
14637
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
14638
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
14639
14639
  }>;
14640
- default: "top" | "bottom" | "middle" | "stretch" | {
14641
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
14642
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
14643
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
14644
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
14645
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
14646
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
14640
+ default: "middle" | "top" | "bottom" | "stretch" | {
14641
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
14642
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
14643
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
14644
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
14645
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
14646
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
14647
14647
  };
14648
14648
  };
14649
14649
  justify: {
@@ -14675,21 +14675,21 @@ declare const _default: import("vue").DefineComponent<{
14675
14675
  };
14676
14676
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
14677
14677
  align: {
14678
- type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
14679
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
14680
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
14681
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
14682
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
14683
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
14684
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
14678
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
14679
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
14680
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
14681
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
14682
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
14683
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
14684
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
14685
14685
  }>;
14686
- default: "top" | "bottom" | "middle" | "stretch" | {
14687
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
14688
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
14689
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
14690
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
14691
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
14692
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
14686
+ default: "middle" | "top" | "bottom" | "stretch" | {
14687
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
14688
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
14689
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
14690
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
14691
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
14692
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
14693
14693
  };
14694
14694
  };
14695
14695
  justify: {
@@ -14721,21 +14721,21 @@ declare const _default: import("vue").DefineComponent<{
14721
14721
  };
14722
14722
  }>>) | ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
14723
14723
  align: {
14724
- type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
14725
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
14726
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
14727
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
14728
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
14729
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
14730
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
14724
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
14725
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
14726
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
14727
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
14728
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
14729
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
14730
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
14731
14731
  }>;
14732
- default: "top" | "bottom" | "middle" | "stretch" | {
14733
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
14734
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
14735
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
14736
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
14737
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
14738
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
14732
+ default: "middle" | "top" | "bottom" | "stretch" | {
14733
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
14734
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
14735
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
14736
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
14737
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
14738
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
14739
14739
  };
14740
14740
  };
14741
14741
  justify: {
@@ -14767,21 +14767,21 @@ declare const _default: import("vue").DefineComponent<{
14767
14767
  };
14768
14768
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
14769
14769
  align: {
14770
- type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
14771
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
14772
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
14773
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
14774
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
14775
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
14776
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
14770
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
14771
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
14772
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
14773
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
14774
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
14775
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
14776
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
14777
14777
  }>;
14778
- default: "top" | "bottom" | "middle" | "stretch" | {
14779
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
14780
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
14781
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
14782
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
14783
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
14784
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
14778
+ default: "middle" | "top" | "bottom" | "stretch" | {
14779
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
14780
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
14781
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
14782
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
14783
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
14784
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
14785
14785
  };
14786
14786
  };
14787
14787
  justify: {
@@ -15050,21 +15050,21 @@ declare const _default: import("vue").DefineComponent<{
15050
15050
  readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
15051
15051
  readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
15052
15052
  align: {
15053
- type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
15054
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
15055
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
15056
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
15057
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
15058
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
15059
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
15053
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
15054
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
15055
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
15056
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
15057
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
15058
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
15059
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
15060
15060
  }>;
15061
- default: "top" | "bottom" | "middle" | "stretch" | {
15062
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
15063
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
15064
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
15065
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
15066
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
15067
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
15061
+ default: "middle" | "top" | "bottom" | "stretch" | {
15062
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
15063
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
15064
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
15065
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
15066
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
15067
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
15068
15068
  };
15069
15069
  };
15070
15070
  justify: {
@@ -15136,7 +15136,7 @@ declare const _default: import("vue").DefineComponent<{
15136
15136
  emits: (event: "changeField", item: any) => void;
15137
15137
  formData: import("ll-plus/es/components").FormData;
15138
15138
  componentRef: import("vue").Ref<any>;
15139
- getBindValue: (item: any) => import("lodash").Omit<any, "change" | "onChange" | "label">;
15139
+ getBindValue: (item: any) => import("lodash").Omit<any, "onChange" | "change" | "label">;
15140
15140
  handleChange: (...arg: any[]) => void;
15141
15141
  focus: () => Promise<void>;
15142
15142
  getItem: () => any;
@@ -15188,7 +15188,7 @@ declare const _default: import("vue").DefineComponent<{
15188
15188
  emits: (event: "changeField", item: any) => void;
15189
15189
  formData: import("ll-plus/es/components").FormData;
15190
15190
  componentRef: import("vue").Ref<any>;
15191
- getBindValue: (item: any) => import("lodash").Omit<any, "change" | "onChange" | "label">;
15191
+ getBindValue: (item: any) => import("lodash").Omit<any, "onChange" | "change" | "label">;
15192
15192
  handleChange: (...arg: any[]) => void;
15193
15193
  focus: () => Promise<void>;
15194
15194
  getItem: () => any;
@@ -15331,7 +15331,7 @@ declare const _default: import("vue").DefineComponent<{
15331
15331
  emits: (event: "changeField", item: any) => void;
15332
15332
  formData: import("ll-plus/es/components").FormData;
15333
15333
  componentRef: import("vue").Ref<any>;
15334
- getBindValue: (item: any) => import("lodash").Omit<any, "change" | "onChange" | "label">;
15334
+ getBindValue: (item: any) => import("lodash").Omit<any, "onChange" | "change" | "label">;
15335
15335
  handleChange: (...arg: any[]) => void;
15336
15336
  focus: () => Promise<void>;
15337
15337
  getItem: () => any;
@@ -15584,21 +15584,21 @@ declare const _default: import("vue").DefineComponent<{
15584
15584
  readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
15585
15585
  readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
15586
15586
  align: {
15587
- type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
15588
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
15589
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
15590
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
15591
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
15592
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
15593
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
15587
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
15588
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
15589
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
15590
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
15591
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
15592
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
15593
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
15594
15594
  }>;
15595
- default: "top" | "bottom" | "middle" | "stretch" | {
15596
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
15597
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
15598
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
15599
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
15600
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
15601
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
15595
+ default: "middle" | "top" | "bottom" | "stretch" | {
15596
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
15597
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
15598
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
15599
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
15600
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
15601
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
15602
15602
  };
15603
15603
  };
15604
15604
  justify: {