ll-plus 2.7.12 → 2.7.13

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 (184) 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 +42 -35
  27. package/es/components/input/src/input.vue.d.ts +42 -35
  28. package/es/components/key-value/index.d.ts +690 -690
  29. package/es/components/key-value/src/components/key-value-item.vue.d.ts +230 -230
  30. package/es/components/key-value/src/key-value.vue.d.ts +690 -690
  31. package/es/components/modal/index.d.ts +1 -1
  32. package/es/components/modal/src/modal.vue.d.ts +1 -1
  33. package/es/components/new-drawer/index.d.ts +7 -7
  34. package/es/components/new-drawer/src/drawer.vue.d.ts +7 -7
  35. package/es/components/new-modal/index.d.ts +2 -2
  36. package/es/components/new-modal/src/modal.vue.d.ts +2 -2
  37. package/es/components/rich-text-editor/index.d.ts +1 -1
  38. package/es/components/rich-text-editor/src/rich-text-editor.vue.d.ts +1 -1
  39. package/es/components/select/index.d.ts +4 -4
  40. package/es/components/select/src/select.vue.d.ts +4 -4
  41. package/es/components/select-group/index.d.ts +2 -2
  42. package/es/components/select-group/src/select-group.d.ts +1 -1
  43. package/es/components/select-group/src/select-group.vue.d.ts +2 -2
  44. package/es/components/table/index.d.ts +6 -6
  45. package/es/components/table/src/components/main-table.vue.d.ts +2 -2
  46. package/es/components/table/src/config/table.d.ts +2 -2
  47. package/es/components/table/src/table.vue.d.ts +6 -6
  48. package/es/components/textarea/index.d.ts +5 -5
  49. package/es/components/textarea/src/textarea.vue.d.ts +5 -5
  50. package/es/components/tooltip/index.d.ts +4 -4
  51. package/es/components/tooltip/src/tooltip.d.ts +1 -1
  52. package/es/components/tooltip/src/tooltip.vue.d.ts +4 -4
  53. package/es/components/tree-search/index.d.ts +1 -1
  54. package/es/components/tree-search/src/tree-search.vue.d.ts +1 -1
  55. package/es/components/upload-drag/index.d.ts +2 -2
  56. package/es/components/upload-drag/src/upload-drag.vue.d.ts +2 -2
  57. package/es/packages/components/input/src/input.vue2.mjs +10 -2
  58. package/es/packages/components/input/src/input.vue2.mjs.map +1 -1
  59. package/es/utils/props/runtime.d.ts +2 -2
  60. package/index.full.js +10 -2
  61. package/index.full.min.js +16 -16
  62. package/index.full.min.js.map +1 -1
  63. package/index.full.min.mjs +16 -16
  64. package/index.full.min.mjs.map +1 -1
  65. package/index.full.mjs +10 -2
  66. package/lib/components/advanced-filtering/index.d.ts +288 -288
  67. package/lib/components/advanced-filtering/src/advanced-filtering.vue.d.ts +144 -144
  68. package/lib/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +144 -144
  69. package/lib/components/breadcrumb-card/index.d.ts +1 -1
  70. package/lib/components/breadcrumb-card/src/breadcrumb-card.vue.d.ts +1 -1
  71. package/lib/components/cascader/index.d.ts +8 -8
  72. package/lib/components/cascader/src/cascader.vue.d.ts +8 -8
  73. package/lib/components/checkbox/index.d.ts +217 -217
  74. package/lib/components/checkbox/src/checkbox-group.vue.d.ts +217 -217
  75. package/lib/components/checkbox/src/checkbox.d.ts +56 -56
  76. package/lib/components/drawer/index.d.ts +5 -5
  77. package/lib/components/drawer/src/components/second-confirmation/index.d.ts +1 -1
  78. package/lib/components/drawer/src/components/second-confirmation/src/second-confirmation.vue.d.ts +1 -1
  79. package/lib/components/drawer/src/drawer.vue.d.ts +5 -5
  80. package/lib/components/easy-cron/index.d.ts +88 -88
  81. package/lib/components/easy-cron/src/components/easy-cron-inner.vue.d.ts +88 -88
  82. package/lib/components/easy-cron/src/components/easy-cron-modal.vue.d.ts +88 -88
  83. package/lib/components/easy-cron/src/easy-cron.vue.d.ts +88 -88
  84. package/lib/components/form/index.d.ts +144 -144
  85. package/lib/components/form/src/components/form-component.vue.d.ts +1 -1
  86. package/lib/components/form/src/config/form.d.ts +56 -56
  87. package/lib/components/form/src/form.vue.d.ts +143 -143
  88. package/lib/components/icon-picker/index.d.ts +1 -1
  89. package/lib/components/icon-picker/src/components/modal.vue.d.ts +1 -1
  90. package/lib/components/icon-picker/src/icon-picker.vue.d.ts +1 -1
  91. package/lib/components/input/index.d.ts +42 -35
  92. package/lib/components/input/src/input.vue.d.ts +42 -35
  93. package/lib/components/key-value/index.d.ts +690 -690
  94. package/lib/components/key-value/src/components/key-value-item.vue.d.ts +230 -230
  95. package/lib/components/key-value/src/key-value.vue.d.ts +690 -690
  96. package/lib/components/modal/index.d.ts +1 -1
  97. package/lib/components/modal/src/modal.vue.d.ts +1 -1
  98. package/lib/components/new-drawer/index.d.ts +7 -7
  99. package/lib/components/new-drawer/src/drawer.vue.d.ts +7 -7
  100. package/lib/components/new-modal/index.d.ts +2 -2
  101. package/lib/components/new-modal/src/modal.vue.d.ts +2 -2
  102. package/lib/components/rich-text-editor/index.d.ts +1 -1
  103. package/lib/components/rich-text-editor/src/rich-text-editor.vue.d.ts +1 -1
  104. package/lib/components/select/index.d.ts +4 -4
  105. package/lib/components/select/src/select.vue.d.ts +4 -4
  106. package/lib/components/select-group/index.d.ts +2 -2
  107. package/lib/components/select-group/src/select-group.d.ts +1 -1
  108. package/lib/components/select-group/src/select-group.vue.d.ts +2 -2
  109. package/lib/components/table/index.d.ts +6 -6
  110. package/lib/components/table/src/components/main-table.vue.d.ts +2 -2
  111. package/lib/components/table/src/config/table.d.ts +2 -2
  112. package/lib/components/table/src/table.vue.d.ts +6 -6
  113. package/lib/components/textarea/index.d.ts +5 -5
  114. package/lib/components/textarea/src/textarea.vue.d.ts +5 -5
  115. package/lib/components/tooltip/index.d.ts +4 -4
  116. package/lib/components/tooltip/src/tooltip.d.ts +1 -1
  117. package/lib/components/tooltip/src/tooltip.vue.d.ts +4 -4
  118. package/lib/components/tree-search/index.d.ts +1 -1
  119. package/lib/components/tree-search/src/tree-search.vue.d.ts +1 -1
  120. package/lib/components/upload-drag/index.d.ts +2 -2
  121. package/lib/components/upload-drag/src/upload-drag.vue.d.ts +2 -2
  122. package/lib/packages/components/input/src/input.vue2.js +10 -2
  123. package/lib/packages/components/input/src/input.vue2.js.map +1 -1
  124. package/lib/utils/props/runtime.d.ts +2 -2
  125. package/package.json +1 -1
  126. package/theme-chalk/css/index.css +1 -1
  127. package/theme-chalk/css/table.css +1 -1
  128. package/types/packages/components/advanced-filtering/index.d.ts +288 -288
  129. package/types/packages/components/advanced-filtering/src/advanced-filtering.vue.d.ts +144 -144
  130. package/types/packages/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +144 -144
  131. package/types/packages/components/breadcrumb-card/index.d.ts +1 -1
  132. package/types/packages/components/breadcrumb-card/src/breadcrumb-card.vue.d.ts +1 -1
  133. package/types/packages/components/cascader/index.d.ts +8 -8
  134. package/types/packages/components/cascader/src/cascader.vue.d.ts +8 -8
  135. package/types/packages/components/checkbox/index.d.ts +217 -217
  136. package/types/packages/components/checkbox/src/checkbox-group.vue.d.ts +217 -217
  137. package/types/packages/components/checkbox/src/checkbox.d.ts +56 -56
  138. package/types/packages/components/drawer/index.d.ts +5 -5
  139. package/types/packages/components/drawer/src/components/second-confirmation/index.d.ts +1 -1
  140. package/types/packages/components/drawer/src/components/second-confirmation/src/second-confirmation.vue.d.ts +1 -1
  141. package/types/packages/components/drawer/src/drawer.vue.d.ts +5 -5
  142. package/types/packages/components/easy-cron/index.d.ts +88 -88
  143. package/types/packages/components/easy-cron/src/components/easy-cron-inner.vue.d.ts +88 -88
  144. package/types/packages/components/easy-cron/src/components/easy-cron-modal.vue.d.ts +88 -88
  145. package/types/packages/components/easy-cron/src/easy-cron.vue.d.ts +88 -88
  146. package/types/packages/components/form/index.d.ts +144 -144
  147. package/types/packages/components/form/src/components/form-component.vue.d.ts +1 -1
  148. package/types/packages/components/form/src/config/form.d.ts +56 -56
  149. package/types/packages/components/form/src/form.vue.d.ts +143 -143
  150. package/types/packages/components/icon-picker/index.d.ts +1 -1
  151. package/types/packages/components/icon-picker/src/components/modal.vue.d.ts +1 -1
  152. package/types/packages/components/icon-picker/src/icon-picker.vue.d.ts +1 -1
  153. package/types/packages/components/input/index.d.ts +42 -35
  154. package/types/packages/components/input/src/input.vue.d.ts +42 -35
  155. package/types/packages/components/key-value/index.d.ts +690 -690
  156. package/types/packages/components/key-value/src/components/key-value-item.vue.d.ts +230 -230
  157. package/types/packages/components/key-value/src/key-value.vue.d.ts +690 -690
  158. package/types/packages/components/modal/index.d.ts +1 -1
  159. package/types/packages/components/modal/src/modal.vue.d.ts +1 -1
  160. package/types/packages/components/new-drawer/index.d.ts +7 -7
  161. package/types/packages/components/new-drawer/src/drawer.vue.d.ts +7 -7
  162. package/types/packages/components/new-modal/index.d.ts +2 -2
  163. package/types/packages/components/new-modal/src/modal.vue.d.ts +2 -2
  164. package/types/packages/components/rich-text-editor/index.d.ts +1 -1
  165. package/types/packages/components/rich-text-editor/src/rich-text-editor.vue.d.ts +1 -1
  166. package/types/packages/components/select/index.d.ts +4 -4
  167. package/types/packages/components/select/src/select.vue.d.ts +4 -4
  168. package/types/packages/components/select-group/index.d.ts +2 -2
  169. package/types/packages/components/select-group/src/select-group.d.ts +1 -1
  170. package/types/packages/components/select-group/src/select-group.vue.d.ts +2 -2
  171. package/types/packages/components/table/index.d.ts +6 -6
  172. package/types/packages/components/table/src/components/main-table.vue.d.ts +2 -2
  173. package/types/packages/components/table/src/config/table.d.ts +2 -2
  174. package/types/packages/components/table/src/table.vue.d.ts +6 -6
  175. package/types/packages/components/textarea/index.d.ts +5 -5
  176. package/types/packages/components/textarea/src/textarea.vue.d.ts +5 -5
  177. package/types/packages/components/tooltip/index.d.ts +4 -4
  178. package/types/packages/components/tooltip/src/tooltip.d.ts +1 -1
  179. package/types/packages/components/tooltip/src/tooltip.vue.d.ts +4 -4
  180. package/types/packages/components/tree-search/index.d.ts +1 -1
  181. package/types/packages/components/tree-search/src/tree-search.vue.d.ts +1 -1
  182. package/types/packages/components/upload-drag/index.d.ts +2 -2
  183. package/types/packages/components/upload-drag/src/upload-drag.vue.d.ts +2 -2
  184. package/types/packages/utils/props/runtime.d.ts +2 -2
@@ -1081,21 +1081,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
1081
1081
  readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/index").FormData) | (() => import("ll-plus/es/index").FormData) | ((new (...args: any[]) => import("ll-plus/es/index").FormData) | (() => import("ll-plus/es/index").FormData))[], unknown, unknown, () => {}, boolean>;
1082
1082
  readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
1083
1083
  align: {
1084
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
1085
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
1086
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
1087
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
1088
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
1089
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1090
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1084
+ type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
1085
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
1086
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
1087
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
1088
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
1089
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
1090
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
1091
1091
  }>;
1092
- default: "middle" | "top" | "bottom" | "stretch" | {
1093
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
1094
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
1095
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
1096
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
1097
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1098
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1092
+ default: "top" | "bottom" | "middle" | "stretch" | {
1093
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
1094
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
1095
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
1096
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
1097
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
1098
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
1099
1099
  };
1100
1100
  };
1101
1101
  justify: {
@@ -1127,21 +1127,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
1127
1127
  };
1128
1128
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
1129
1129
  align: {
1130
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
1131
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
1132
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
1133
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
1134
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
1135
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1136
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1130
+ type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
1131
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
1132
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
1133
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
1134
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
1135
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
1136
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
1137
1137
  }>;
1138
- default: "middle" | "top" | "bottom" | "stretch" | {
1139
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
1140
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
1141
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
1142
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
1143
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1144
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1138
+ default: "top" | "bottom" | "middle" | "stretch" | {
1139
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
1140
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
1141
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
1142
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
1143
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
1144
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
1145
1145
  };
1146
1146
  };
1147
1147
  justify: {
@@ -1173,21 +1173,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
1173
1173
  };
1174
1174
  }>>) | ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
1175
1175
  align: {
1176
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
1177
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
1178
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
1179
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
1180
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
1181
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1182
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1176
+ type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
1177
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
1178
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
1179
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
1180
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
1181
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
1182
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
1183
1183
  }>;
1184
- default: "middle" | "top" | "bottom" | "stretch" | {
1185
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
1186
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
1187
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
1188
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
1189
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1190
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1184
+ default: "top" | "bottom" | "middle" | "stretch" | {
1185
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
1186
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
1187
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
1188
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
1189
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
1190
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
1191
1191
  };
1192
1192
  };
1193
1193
  justify: {
@@ -1219,21 +1219,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
1219
1219
  };
1220
1220
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
1221
1221
  align: {
1222
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
1223
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
1224
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
1225
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
1226
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
1227
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1228
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1222
+ type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
1223
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
1224
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
1225
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
1226
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
1227
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
1228
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
1229
1229
  }>;
1230
- default: "middle" | "top" | "bottom" | "stretch" | {
1231
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
1232
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
1233
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
1234
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
1235
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1236
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1230
+ default: "top" | "bottom" | "middle" | "stretch" | {
1231
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
1232
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
1233
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
1234
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
1235
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
1236
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
1237
1237
  };
1238
1238
  };
1239
1239
  justify: {
@@ -1502,21 +1502,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
1502
1502
  readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
1503
1503
  readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
1504
1504
  align: {
1505
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
1506
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
1507
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
1508
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
1509
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
1510
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1511
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1505
+ type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
1506
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
1507
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
1508
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
1509
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
1510
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
1511
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
1512
1512
  }>;
1513
- default: "middle" | "top" | "bottom" | "stretch" | {
1514
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
1515
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
1516
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
1517
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
1518
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1519
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1513
+ default: "top" | "bottom" | "middle" | "stretch" | {
1514
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
1515
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
1516
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
1517
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
1518
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
1519
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
1520
1520
  };
1521
1521
  };
1522
1522
  justify: {
@@ -1588,7 +1588,7 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
1588
1588
  emits: (event: "changeField", item: any) => void;
1589
1589
  formData: import("ll-plus/es/index").FormData;
1590
1590
  componentRef: import("vue").Ref<any>;
1591
- getBindValue: (item: any) => import("lodash").Omit<any, "onChange" | "change" | "label">;
1591
+ getBindValue: (item: any) => import("lodash").Omit<any, "change" | "onChange" | "label">;
1592
1592
  handleChange: (...arg: any[]) => void;
1593
1593
  focus: () => Promise<void>;
1594
1594
  getItem: () => any;
@@ -1640,7 +1640,7 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
1640
1640
  emits: (event: "changeField", item: any) => void;
1641
1641
  formData: import("ll-plus/es/index").FormData;
1642
1642
  componentRef: import("vue").Ref<any>;
1643
- getBindValue: (item: any) => import("lodash").Omit<any, "onChange" | "change" | "label">;
1643
+ getBindValue: (item: any) => import("lodash").Omit<any, "change" | "onChange" | "label">;
1644
1644
  handleChange: (...arg: any[]) => void;
1645
1645
  focus: () => Promise<void>;
1646
1646
  getItem: () => any;
@@ -1783,7 +1783,7 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
1783
1783
  emits: (event: "changeField", item: any) => void;
1784
1784
  formData: import("ll-plus/es/index").FormData;
1785
1785
  componentRef: import("vue").Ref<any>;
1786
- getBindValue: (item: any) => import("lodash").Omit<any, "onChange" | "change" | "label">;
1786
+ getBindValue: (item: any) => import("lodash").Omit<any, "change" | "onChange" | "label">;
1787
1787
  handleChange: (...arg: any[]) => void;
1788
1788
  focus: () => Promise<void>;
1789
1789
  getItem: () => any;
@@ -2709,21 +2709,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
2709
2709
  readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/index").FormData) | (() => import("ll-plus/es/index").FormData) | ((new (...args: any[]) => import("ll-plus/es/index").FormData) | (() => import("ll-plus/es/index").FormData))[], unknown, unknown, () => {}, boolean>;
2710
2710
  readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
2711
2711
  align: {
2712
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
2713
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
2714
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
2715
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
2716
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
2717
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2718
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2712
+ type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
2713
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
2714
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
2715
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
2716
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
2717
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
2718
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
2719
2719
  }>;
2720
- default: "middle" | "top" | "bottom" | "stretch" | {
2721
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
2722
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
2723
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
2724
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
2725
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2726
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2720
+ default: "top" | "bottom" | "middle" | "stretch" | {
2721
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
2722
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
2723
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
2724
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
2725
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
2726
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
2727
2727
  };
2728
2728
  };
2729
2729
  justify: {
@@ -2755,21 +2755,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
2755
2755
  };
2756
2756
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
2757
2757
  align: {
2758
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
2759
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
2760
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
2761
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
2762
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
2763
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2764
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2758
+ type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
2759
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
2760
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
2761
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
2762
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
2763
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
2764
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
2765
2765
  }>;
2766
- default: "middle" | "top" | "bottom" | "stretch" | {
2767
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
2768
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
2769
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
2770
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
2771
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2772
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2766
+ default: "top" | "bottom" | "middle" | "stretch" | {
2767
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
2768
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
2769
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
2770
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
2771
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
2772
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
2773
2773
  };
2774
2774
  };
2775
2775
  justify: {
@@ -2801,21 +2801,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
2801
2801
  };
2802
2802
  }>>) | ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
2803
2803
  align: {
2804
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
2805
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
2806
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
2807
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
2808
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
2809
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2810
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2804
+ type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
2805
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
2806
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
2807
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
2808
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
2809
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
2810
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
2811
2811
  }>;
2812
- default: "middle" | "top" | "bottom" | "stretch" | {
2813
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
2814
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
2815
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
2816
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
2817
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2818
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2812
+ default: "top" | "bottom" | "middle" | "stretch" | {
2813
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
2814
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
2815
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
2816
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
2817
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
2818
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
2819
2819
  };
2820
2820
  };
2821
2821
  justify: {
@@ -2847,21 +2847,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
2847
2847
  };
2848
2848
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
2849
2849
  align: {
2850
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
2851
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
2852
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
2853
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
2854
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
2855
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2856
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2850
+ type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
2851
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
2852
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
2853
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
2854
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
2855
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
2856
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
2857
2857
  }>;
2858
- default: "middle" | "top" | "bottom" | "stretch" | {
2859
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
2860
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
2861
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
2862
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
2863
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2864
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2858
+ default: "top" | "bottom" | "middle" | "stretch" | {
2859
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
2860
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
2861
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
2862
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
2863
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
2864
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
2865
2865
  };
2866
2866
  };
2867
2867
  justify: {
@@ -3129,21 +3129,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
3129
3129
  readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
3130
3130
  readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
3131
3131
  align: {
3132
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
3133
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
3134
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
3135
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
3136
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
3137
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
3138
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
3132
+ type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
3133
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
3134
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
3135
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
3136
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
3137
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
3138
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
3139
3139
  }>;
3140
- default: "middle" | "top" | "bottom" | "stretch" | {
3141
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
3142
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
3143
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
3144
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
3145
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
3146
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
3140
+ default: "top" | "bottom" | "middle" | "stretch" | {
3141
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
3142
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
3143
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
3144
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
3145
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
3146
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
3147
3147
  };
3148
3148
  };
3149
3149
  justify: {
@@ -4085,21 +4085,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
4085
4085
  readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/index").FormData) | (() => import("ll-plus/es/index").FormData) | ((new (...args: any[]) => import("ll-plus/es/index").FormData) | (() => import("ll-plus/es/index").FormData))[], unknown, unknown, () => {}, boolean>;
4086
4086
  readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
4087
4087
  align: {
4088
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
4089
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
4090
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
4091
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
4092
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
4093
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
4094
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
4088
+ type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
4089
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
4090
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
4091
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
4092
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
4093
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
4094
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
4095
4095
  }>;
4096
- default: "middle" | "top" | "bottom" | "stretch" | {
4097
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
4098
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
4099
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
4100
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
4101
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
4102
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
4096
+ default: "top" | "bottom" | "middle" | "stretch" | {
4097
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
4098
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
4099
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
4100
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
4101
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
4102
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
4103
4103
  };
4104
4104
  };
4105
4105
  justify: {
@@ -4131,21 +4131,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
4131
4131
  };
4132
4132
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
4133
4133
  align: {
4134
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
4135
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
4136
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
4137
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
4138
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
4139
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
4140
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
4134
+ type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
4135
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
4136
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
4137
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
4138
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
4139
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
4140
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
4141
4141
  }>;
4142
- default: "middle" | "top" | "bottom" | "stretch" | {
4143
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
4144
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
4145
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
4146
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
4147
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
4148
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
4142
+ default: "top" | "bottom" | "middle" | "stretch" | {
4143
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
4144
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
4145
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
4146
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
4147
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
4148
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
4149
4149
  };
4150
4150
  };
4151
4151
  justify: {
@@ -4177,21 +4177,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
4177
4177
  };
4178
4178
  }>>) | ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
4179
4179
  align: {
4180
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
4181
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
4182
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
4183
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
4184
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
4185
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
4186
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
4180
+ type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
4181
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
4182
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
4183
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
4184
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
4185
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
4186
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
4187
4187
  }>;
4188
- default: "middle" | "top" | "bottom" | "stretch" | {
4189
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
4190
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
4191
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
4192
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
4193
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
4194
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
4188
+ default: "top" | "bottom" | "middle" | "stretch" | {
4189
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
4190
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
4191
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
4192
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
4193
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
4194
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
4195
4195
  };
4196
4196
  };
4197
4197
  justify: {
@@ -4223,21 +4223,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
4223
4223
  };
4224
4224
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
4225
4225
  align: {
4226
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
4227
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
4228
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
4229
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
4230
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
4231
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
4232
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
4226
+ type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
4227
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
4228
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
4229
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
4230
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
4231
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
4232
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
4233
4233
  }>;
4234
- default: "middle" | "top" | "bottom" | "stretch" | {
4235
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
4236
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
4237
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
4238
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
4239
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
4240
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
4234
+ default: "top" | "bottom" | "middle" | "stretch" | {
4235
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
4236
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
4237
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
4238
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
4239
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
4240
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
4241
4241
  };
4242
4242
  };
4243
4243
  justify: {
@@ -4506,21 +4506,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
4506
4506
  readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
4507
4507
  readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
4508
4508
  align: {
4509
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
4510
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
4511
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
4512
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
4513
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
4514
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
4515
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
4509
+ type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
4510
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
4511
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
4512
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
4513
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
4514
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
4515
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
4516
4516
  }>;
4517
- default: "middle" | "top" | "bottom" | "stretch" | {
4518
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
4519
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
4520
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
4521
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
4522
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
4523
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
4517
+ default: "top" | "bottom" | "middle" | "stretch" | {
4518
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
4519
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
4520
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
4521
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
4522
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
4523
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
4524
4524
  };
4525
4525
  };
4526
4526
  justify: {
@@ -4592,7 +4592,7 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
4592
4592
  emits: (event: "changeField", item: any) => void;
4593
4593
  formData: import("ll-plus/es/index").FormData;
4594
4594
  componentRef: import("vue").Ref<any>;
4595
- getBindValue: (item: any) => import("lodash").Omit<any, "onChange" | "change" | "label">;
4595
+ getBindValue: (item: any) => import("lodash").Omit<any, "change" | "onChange" | "label">;
4596
4596
  handleChange: (...arg: any[]) => void;
4597
4597
  focus: () => Promise<void>;
4598
4598
  getItem: () => any;
@@ -4644,7 +4644,7 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
4644
4644
  emits: (event: "changeField", item: any) => void;
4645
4645
  formData: import("ll-plus/es/index").FormData;
4646
4646
  componentRef: import("vue").Ref<any>;
4647
- getBindValue: (item: any) => import("lodash").Omit<any, "onChange" | "change" | "label">;
4647
+ getBindValue: (item: any) => import("lodash").Omit<any, "change" | "onChange" | "label">;
4648
4648
  handleChange: (...arg: any[]) => void;
4649
4649
  focus: () => Promise<void>;
4650
4650
  getItem: () => any;
@@ -4787,7 +4787,7 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
4787
4787
  emits: (event: "changeField", item: any) => void;
4788
4788
  formData: import("ll-plus/es/index").FormData;
4789
4789
  componentRef: import("vue").Ref<any>;
4790
- getBindValue: (item: any) => import("lodash").Omit<any, "onChange" | "change" | "label">;
4790
+ getBindValue: (item: any) => import("lodash").Omit<any, "change" | "onChange" | "label">;
4791
4791
  handleChange: (...arg: any[]) => void;
4792
4792
  focus: () => Promise<void>;
4793
4793
  getItem: () => any;
@@ -5040,21 +5040,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
5040
5040
  readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
5041
5041
  readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
5042
5042
  align: {
5043
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
5044
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
5045
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
5046
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
5047
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
5048
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
5049
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
5043
+ type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
5044
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
5045
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
5046
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
5047
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
5048
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
5049
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
5050
5050
  }>;
5051
- default: "middle" | "top" | "bottom" | "stretch" | {
5052
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
5053
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
5054
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
5055
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
5056
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
5057
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
5051
+ default: "top" | "bottom" | "middle" | "stretch" | {
5052
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
5053
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
5054
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
5055
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
5056
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
5057
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
5058
5058
  };
5059
5059
  };
5060
5060
  justify: {
@@ -6422,21 +6422,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
6422
6422
  readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/index").FormData) | (() => import("ll-plus/es/index").FormData) | ((new (...args: any[]) => import("ll-plus/es/index").FormData) | (() => import("ll-plus/es/index").FormData))[], unknown, unknown, () => {}, boolean>;
6423
6423
  readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
6424
6424
  align: {
6425
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
6426
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
6427
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
6428
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
6429
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
6430
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
6431
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
6425
+ type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
6426
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
6427
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
6428
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
6429
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
6430
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
6431
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
6432
6432
  }>;
6433
- default: "middle" | "top" | "bottom" | "stretch" | {
6434
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
6435
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
6436
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
6437
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
6438
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
6439
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
6433
+ default: "top" | "bottom" | "middle" | "stretch" | {
6434
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
6435
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
6436
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
6437
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
6438
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
6439
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
6440
6440
  };
6441
6441
  };
6442
6442
  justify: {
@@ -6468,21 +6468,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
6468
6468
  };
6469
6469
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
6470
6470
  align: {
6471
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
6472
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
6473
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
6474
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
6475
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
6476
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
6477
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
6471
+ type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
6472
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
6473
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
6474
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
6475
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
6476
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
6477
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
6478
6478
  }>;
6479
- default: "middle" | "top" | "bottom" | "stretch" | {
6480
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
6481
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
6482
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
6483
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
6484
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
6485
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
6479
+ default: "top" | "bottom" | "middle" | "stretch" | {
6480
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
6481
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
6482
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
6483
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
6484
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
6485
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
6486
6486
  };
6487
6487
  };
6488
6488
  justify: {
@@ -6514,21 +6514,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
6514
6514
  };
6515
6515
  }>>) | ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
6516
6516
  align: {
6517
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
6518
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
6519
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
6520
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
6521
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
6522
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
6523
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
6517
+ type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
6518
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
6519
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
6520
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
6521
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
6522
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
6523
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
6524
6524
  }>;
6525
- default: "middle" | "top" | "bottom" | "stretch" | {
6526
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
6527
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
6528
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
6529
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
6530
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
6531
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
6525
+ default: "top" | "bottom" | "middle" | "stretch" | {
6526
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
6527
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
6528
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
6529
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
6530
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
6531
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
6532
6532
  };
6533
6533
  };
6534
6534
  justify: {
@@ -6560,21 +6560,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
6560
6560
  };
6561
6561
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
6562
6562
  align: {
6563
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
6564
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
6565
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
6566
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
6567
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
6568
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
6569
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
6563
+ type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
6564
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
6565
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
6566
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
6567
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
6568
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
6569
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
6570
6570
  }>;
6571
- default: "middle" | "top" | "bottom" | "stretch" | {
6572
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
6573
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
6574
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
6575
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
6576
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
6577
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
6571
+ default: "top" | "bottom" | "middle" | "stretch" | {
6572
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
6573
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
6574
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
6575
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
6576
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
6577
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
6578
6578
  };
6579
6579
  };
6580
6580
  justify: {
@@ -6843,21 +6843,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
6843
6843
  readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
6844
6844
  readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
6845
6845
  align: {
6846
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
6847
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
6848
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
6849
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
6850
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
6851
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
6852
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
6846
+ type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
6847
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
6848
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
6849
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
6850
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
6851
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
6852
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
6853
6853
  }>;
6854
- default: "middle" | "top" | "bottom" | "stretch" | {
6855
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
6856
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
6857
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
6858
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
6859
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
6860
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
6854
+ default: "top" | "bottom" | "middle" | "stretch" | {
6855
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
6856
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
6857
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
6858
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
6859
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
6860
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
6861
6861
  };
6862
6862
  };
6863
6863
  justify: {
@@ -6929,7 +6929,7 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
6929
6929
  emits: (event: "changeField", item: any) => void;
6930
6930
  formData: import("ll-plus/es/index").FormData;
6931
6931
  componentRef: import("vue").Ref<any>;
6932
- getBindValue: (item: any) => import("lodash").Omit<any, "onChange" | "change" | "label">;
6932
+ getBindValue: (item: any) => import("lodash").Omit<any, "change" | "onChange" | "label">;
6933
6933
  handleChange: (...arg: any[]) => void;
6934
6934
  focus: () => Promise<void>;
6935
6935
  getItem: () => any;
@@ -6981,7 +6981,7 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
6981
6981
  emits: (event: "changeField", item: any) => void;
6982
6982
  formData: import("ll-plus/es/index").FormData;
6983
6983
  componentRef: import("vue").Ref<any>;
6984
- getBindValue: (item: any) => import("lodash").Omit<any, "onChange" | "change" | "label">;
6984
+ getBindValue: (item: any) => import("lodash").Omit<any, "change" | "onChange" | "label">;
6985
6985
  handleChange: (...arg: any[]) => void;
6986
6986
  focus: () => Promise<void>;
6987
6987
  getItem: () => any;
@@ -7124,7 +7124,7 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
7124
7124
  emits: (event: "changeField", item: any) => void;
7125
7125
  formData: import("ll-plus/es/index").FormData;
7126
7126
  componentRef: import("vue").Ref<any>;
7127
- getBindValue: (item: any) => import("lodash").Omit<any, "onChange" | "change" | "label">;
7127
+ getBindValue: (item: any) => import("lodash").Omit<any, "change" | "onChange" | "label">;
7128
7128
  handleChange: (...arg: any[]) => void;
7129
7129
  focus: () => Promise<void>;
7130
7130
  getItem: () => any;
@@ -8050,21 +8050,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
8050
8050
  readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/index").FormData) | (() => import("ll-plus/es/index").FormData) | ((new (...args: any[]) => import("ll-plus/es/index").FormData) | (() => import("ll-plus/es/index").FormData))[], unknown, unknown, () => {}, boolean>;
8051
8051
  readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
8052
8052
  align: {
8053
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
8054
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
8055
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
8056
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
8057
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
8058
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
8059
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
8053
+ type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
8054
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
8055
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
8056
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
8057
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
8058
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
8059
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
8060
8060
  }>;
8061
- default: "middle" | "top" | "bottom" | "stretch" | {
8062
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
8063
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
8064
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
8065
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
8066
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
8067
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
8061
+ default: "top" | "bottom" | "middle" | "stretch" | {
8062
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
8063
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
8064
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
8065
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
8066
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
8067
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
8068
8068
  };
8069
8069
  };
8070
8070
  justify: {
@@ -8096,21 +8096,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
8096
8096
  };
8097
8097
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
8098
8098
  align: {
8099
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
8100
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
8101
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
8102
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
8103
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
8104
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
8105
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
8099
+ type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
8100
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
8101
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
8102
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
8103
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
8104
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
8105
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
8106
8106
  }>;
8107
- default: "middle" | "top" | "bottom" | "stretch" | {
8108
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
8109
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
8110
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
8111
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
8112
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
8113
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
8107
+ default: "top" | "bottom" | "middle" | "stretch" | {
8108
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
8109
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
8110
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
8111
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
8112
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
8113
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
8114
8114
  };
8115
8115
  };
8116
8116
  justify: {
@@ -8142,21 +8142,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
8142
8142
  };
8143
8143
  }>>) | ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
8144
8144
  align: {
8145
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
8146
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
8147
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
8148
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
8149
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
8150
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
8151
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
8145
+ type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
8146
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
8147
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
8148
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
8149
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
8150
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
8151
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
8152
8152
  }>;
8153
- default: "middle" | "top" | "bottom" | "stretch" | {
8154
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
8155
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
8156
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
8157
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
8158
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
8159
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
8153
+ default: "top" | "bottom" | "middle" | "stretch" | {
8154
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
8155
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
8156
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
8157
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
8158
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
8159
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
8160
8160
  };
8161
8161
  };
8162
8162
  justify: {
@@ -8188,21 +8188,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
8188
8188
  };
8189
8189
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
8190
8190
  align: {
8191
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
8192
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
8193
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
8194
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
8195
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
8196
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
8197
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
8191
+ type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
8192
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
8193
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
8194
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
8195
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
8196
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
8197
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
8198
8198
  }>;
8199
- default: "middle" | "top" | "bottom" | "stretch" | {
8200
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
8201
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
8202
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
8203
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
8204
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
8205
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
8199
+ default: "top" | "bottom" | "middle" | "stretch" | {
8200
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
8201
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
8202
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
8203
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
8204
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
8205
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
8206
8206
  };
8207
8207
  };
8208
8208
  justify: {
@@ -8470,21 +8470,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
8470
8470
  readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
8471
8471
  readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
8472
8472
  align: {
8473
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
8474
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
8475
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
8476
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
8477
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
8478
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
8479
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
8473
+ type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
8474
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
8475
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
8476
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
8477
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
8478
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
8479
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
8480
8480
  }>;
8481
- default: "middle" | "top" | "bottom" | "stretch" | {
8482
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
8483
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
8484
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
8485
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
8486
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
8487
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
8481
+ default: "top" | "bottom" | "middle" | "stretch" | {
8482
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
8483
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
8484
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
8485
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
8486
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
8487
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
8488
8488
  };
8489
8489
  };
8490
8490
  justify: {
@@ -9426,21 +9426,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
9426
9426
  readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/index").FormData) | (() => import("ll-plus/es/index").FormData) | ((new (...args: any[]) => import("ll-plus/es/index").FormData) | (() => import("ll-plus/es/index").FormData))[], unknown, unknown, () => {}, boolean>;
9427
9427
  readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
9428
9428
  align: {
9429
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
9430
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
9431
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
9432
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
9433
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
9434
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
9435
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
9429
+ type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
9430
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
9431
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
9432
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
9433
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
9434
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
9435
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
9436
9436
  }>;
9437
- default: "middle" | "top" | "bottom" | "stretch" | {
9438
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
9439
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
9440
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
9441
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
9442
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
9443
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
9437
+ default: "top" | "bottom" | "middle" | "stretch" | {
9438
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
9439
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
9440
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
9441
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
9442
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
9443
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
9444
9444
  };
9445
9445
  };
9446
9446
  justify: {
@@ -9472,21 +9472,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
9472
9472
  };
9473
9473
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
9474
9474
  align: {
9475
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
9476
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
9477
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
9478
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
9479
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
9480
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
9481
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
9475
+ type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
9476
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
9477
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
9478
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
9479
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
9480
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
9481
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
9482
9482
  }>;
9483
- default: "middle" | "top" | "bottom" | "stretch" | {
9484
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
9485
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
9486
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
9487
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
9488
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
9489
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
9483
+ default: "top" | "bottom" | "middle" | "stretch" | {
9484
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
9485
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
9486
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
9487
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
9488
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
9489
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
9490
9490
  };
9491
9491
  };
9492
9492
  justify: {
@@ -9518,21 +9518,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
9518
9518
  };
9519
9519
  }>>) | ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
9520
9520
  align: {
9521
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
9522
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
9523
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
9524
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
9525
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
9526
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
9527
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
9521
+ type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
9522
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
9523
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
9524
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
9525
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
9526
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
9527
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
9528
9528
  }>;
9529
- default: "middle" | "top" | "bottom" | "stretch" | {
9530
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
9531
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
9532
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
9533
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
9534
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
9535
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
9529
+ default: "top" | "bottom" | "middle" | "stretch" | {
9530
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
9531
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
9532
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
9533
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
9534
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
9535
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
9536
9536
  };
9537
9537
  };
9538
9538
  justify: {
@@ -9564,21 +9564,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
9564
9564
  };
9565
9565
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
9566
9566
  align: {
9567
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
9568
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
9569
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
9570
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
9571
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
9572
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
9573
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
9567
+ type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
9568
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
9569
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
9570
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
9571
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
9572
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
9573
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
9574
9574
  }>;
9575
- default: "middle" | "top" | "bottom" | "stretch" | {
9576
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
9577
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
9578
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
9579
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
9580
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
9581
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
9575
+ default: "top" | "bottom" | "middle" | "stretch" | {
9576
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
9577
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
9578
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
9579
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
9580
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
9581
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
9582
9582
  };
9583
9583
  };
9584
9584
  justify: {
@@ -9847,21 +9847,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
9847
9847
  readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
9848
9848
  readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
9849
9849
  align: {
9850
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
9851
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
9852
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
9853
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
9854
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
9855
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
9856
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
9850
+ type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
9851
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
9852
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
9853
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
9854
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
9855
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
9856
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
9857
9857
  }>;
9858
- default: "middle" | "top" | "bottom" | "stretch" | {
9859
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
9860
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
9861
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
9862
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
9863
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
9864
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
9858
+ default: "top" | "bottom" | "middle" | "stretch" | {
9859
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
9860
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
9861
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
9862
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
9863
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
9864
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
9865
9865
  };
9866
9866
  };
9867
9867
  justify: {
@@ -9933,7 +9933,7 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
9933
9933
  emits: (event: "changeField", item: any) => void;
9934
9934
  formData: import("ll-plus/es/index").FormData;
9935
9935
  componentRef: import("vue").Ref<any>;
9936
- getBindValue: (item: any) => import("lodash").Omit<any, "onChange" | "change" | "label">;
9936
+ getBindValue: (item: any) => import("lodash").Omit<any, "change" | "onChange" | "label">;
9937
9937
  handleChange: (...arg: any[]) => void;
9938
9938
  focus: () => Promise<void>;
9939
9939
  getItem: () => any;
@@ -9985,7 +9985,7 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
9985
9985
  emits: (event: "changeField", item: any) => void;
9986
9986
  formData: import("ll-plus/es/index").FormData;
9987
9987
  componentRef: import("vue").Ref<any>;
9988
- getBindValue: (item: any) => import("lodash").Omit<any, "onChange" | "change" | "label">;
9988
+ getBindValue: (item: any) => import("lodash").Omit<any, "change" | "onChange" | "label">;
9989
9989
  handleChange: (...arg: any[]) => void;
9990
9990
  focus: () => Promise<void>;
9991
9991
  getItem: () => any;
@@ -10128,7 +10128,7 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
10128
10128
  emits: (event: "changeField", item: any) => void;
10129
10129
  formData: import("ll-plus/es/index").FormData;
10130
10130
  componentRef: import("vue").Ref<any>;
10131
- getBindValue: (item: any) => import("lodash").Omit<any, "onChange" | "change" | "label">;
10131
+ getBindValue: (item: any) => import("lodash").Omit<any, "change" | "onChange" | "label">;
10132
10132
  handleChange: (...arg: any[]) => void;
10133
10133
  focus: () => Promise<void>;
10134
10134
  getItem: () => any;
@@ -10381,21 +10381,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
10381
10381
  readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
10382
10382
  readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
10383
10383
  align: {
10384
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
10385
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
10386
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
10387
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
10388
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
10389
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
10390
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
10384
+ type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
10385
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
10386
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
10387
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
10388
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
10389
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
10390
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
10391
10391
  }>;
10392
- default: "middle" | "top" | "bottom" | "stretch" | {
10393
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
10394
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
10395
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
10396
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
10397
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
10398
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
10392
+ default: "top" | "bottom" | "middle" | "stretch" | {
10393
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
10394
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
10395
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
10396
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
10397
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
10398
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
10399
10399
  };
10400
10400
  };
10401
10401
  justify: {
@@ -11691,21 +11691,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
11691
11691
  readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/index").FormData) | (() => import("ll-plus/es/index").FormData) | ((new (...args: any[]) => import("ll-plus/es/index").FormData) | (() => import("ll-plus/es/index").FormData))[], unknown, unknown, () => {}, boolean>;
11692
11692
  readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
11693
11693
  align: {
11694
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
11695
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
11696
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
11697
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
11698
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
11699
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
11700
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
11694
+ type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
11695
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
11696
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
11697
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
11698
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
11699
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
11700
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
11701
11701
  }>;
11702
- default: "middle" | "top" | "bottom" | "stretch" | {
11703
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
11704
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
11705
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
11706
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
11707
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
11708
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
11702
+ default: "top" | "bottom" | "middle" | "stretch" | {
11703
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
11704
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
11705
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
11706
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
11707
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
11708
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
11709
11709
  };
11710
11710
  };
11711
11711
  justify: {
@@ -11737,21 +11737,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
11737
11737
  };
11738
11738
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
11739
11739
  align: {
11740
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
11741
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
11742
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
11743
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
11744
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
11745
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
11746
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
11740
+ type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
11741
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
11742
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
11743
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
11744
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
11745
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
11746
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
11747
11747
  }>;
11748
- default: "middle" | "top" | "bottom" | "stretch" | {
11749
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
11750
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
11751
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
11752
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
11753
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
11754
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
11748
+ default: "top" | "bottom" | "middle" | "stretch" | {
11749
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
11750
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
11751
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
11752
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
11753
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
11754
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
11755
11755
  };
11756
11756
  };
11757
11757
  justify: {
@@ -11783,21 +11783,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
11783
11783
  };
11784
11784
  }>>) | ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
11785
11785
  align: {
11786
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
11787
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
11788
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
11789
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
11790
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
11791
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
11792
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
11786
+ type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
11787
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
11788
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
11789
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
11790
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
11791
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
11792
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
11793
11793
  }>;
11794
- default: "middle" | "top" | "bottom" | "stretch" | {
11795
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
11796
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
11797
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
11798
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
11799
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
11800
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
11794
+ default: "top" | "bottom" | "middle" | "stretch" | {
11795
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
11796
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
11797
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
11798
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
11799
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
11800
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
11801
11801
  };
11802
11802
  };
11803
11803
  justify: {
@@ -11829,21 +11829,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
11829
11829
  };
11830
11830
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
11831
11831
  align: {
11832
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
11833
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
11834
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
11835
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
11836
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
11837
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
11838
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
11832
+ type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
11833
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
11834
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
11835
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
11836
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
11837
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
11838
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
11839
11839
  }>;
11840
- default: "middle" | "top" | "bottom" | "stretch" | {
11841
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
11842
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
11843
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
11844
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
11845
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
11846
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
11840
+ default: "top" | "bottom" | "middle" | "stretch" | {
11841
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
11842
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
11843
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
11844
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
11845
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
11846
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
11847
11847
  };
11848
11848
  };
11849
11849
  justify: {
@@ -12112,21 +12112,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
12112
12112
  readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
12113
12113
  readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
12114
12114
  align: {
12115
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
12116
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
12117
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
12118
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
12119
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
12120
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
12121
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
12115
+ type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
12116
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
12117
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
12118
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
12119
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
12120
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
12121
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
12122
12122
  }>;
12123
- default: "middle" | "top" | "bottom" | "stretch" | {
12124
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
12125
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
12126
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
12127
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
12128
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
12129
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
12123
+ default: "top" | "bottom" | "middle" | "stretch" | {
12124
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
12125
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
12126
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
12127
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
12128
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
12129
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
12130
12130
  };
12131
12131
  };
12132
12132
  justify: {
@@ -12198,7 +12198,7 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
12198
12198
  emits: (event: "changeField", item: any) => void;
12199
12199
  formData: import("ll-plus/es/index").FormData;
12200
12200
  componentRef: import("vue").Ref<any>;
12201
- getBindValue: (item: any) => import("lodash").Omit<any, "onChange" | "change" | "label">;
12201
+ getBindValue: (item: any) => import("lodash").Omit<any, "change" | "onChange" | "label">;
12202
12202
  handleChange: (...arg: any[]) => void;
12203
12203
  focus: () => Promise<void>;
12204
12204
  getItem: () => any;
@@ -12250,7 +12250,7 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
12250
12250
  emits: (event: "changeField", item: any) => void;
12251
12251
  formData: import("ll-plus/es/index").FormData;
12252
12252
  componentRef: import("vue").Ref<any>;
12253
- getBindValue: (item: any) => import("lodash").Omit<any, "onChange" | "change" | "label">;
12253
+ getBindValue: (item: any) => import("lodash").Omit<any, "change" | "onChange" | "label">;
12254
12254
  handleChange: (...arg: any[]) => void;
12255
12255
  focus: () => Promise<void>;
12256
12256
  getItem: () => any;
@@ -12393,7 +12393,7 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
12393
12393
  emits: (event: "changeField", item: any) => void;
12394
12394
  formData: import("ll-plus/es/index").FormData;
12395
12395
  componentRef: import("vue").Ref<any>;
12396
- getBindValue: (item: any) => import("lodash").Omit<any, "onChange" | "change" | "label">;
12396
+ getBindValue: (item: any) => import("lodash").Omit<any, "change" | "onChange" | "label">;
12397
12397
  handleChange: (...arg: any[]) => void;
12398
12398
  focus: () => Promise<void>;
12399
12399
  getItem: () => any;
@@ -13319,21 +13319,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
13319
13319
  readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/index").FormData) | (() => import("ll-plus/es/index").FormData) | ((new (...args: any[]) => import("ll-plus/es/index").FormData) | (() => import("ll-plus/es/index").FormData))[], unknown, unknown, () => {}, boolean>;
13320
13320
  readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
13321
13321
  align: {
13322
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
13323
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
13324
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
13325
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
13326
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
13327
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
13328
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
13322
+ type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
13323
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
13324
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
13325
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
13326
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
13327
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
13328
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
13329
13329
  }>;
13330
- default: "middle" | "top" | "bottom" | "stretch" | {
13331
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
13332
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
13333
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
13334
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
13335
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
13336
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
13330
+ default: "top" | "bottom" | "middle" | "stretch" | {
13331
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
13332
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
13333
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
13334
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
13335
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
13336
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
13337
13337
  };
13338
13338
  };
13339
13339
  justify: {
@@ -13365,21 +13365,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
13365
13365
  };
13366
13366
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
13367
13367
  align: {
13368
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
13369
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
13370
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
13371
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
13372
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
13373
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
13374
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
13368
+ type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
13369
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
13370
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
13371
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
13372
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
13373
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
13374
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
13375
13375
  }>;
13376
- default: "middle" | "top" | "bottom" | "stretch" | {
13377
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
13378
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
13379
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
13380
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
13381
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
13382
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
13376
+ default: "top" | "bottom" | "middle" | "stretch" | {
13377
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
13378
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
13379
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
13380
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
13381
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
13382
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
13383
13383
  };
13384
13384
  };
13385
13385
  justify: {
@@ -13411,21 +13411,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
13411
13411
  };
13412
13412
  }>>) | ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
13413
13413
  align: {
13414
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
13415
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
13416
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
13417
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
13418
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
13419
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
13420
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
13414
+ type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
13415
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
13416
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
13417
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
13418
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
13419
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
13420
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
13421
13421
  }>;
13422
- default: "middle" | "top" | "bottom" | "stretch" | {
13423
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
13424
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
13425
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
13426
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
13427
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
13428
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
13422
+ default: "top" | "bottom" | "middle" | "stretch" | {
13423
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
13424
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
13425
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
13426
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
13427
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
13428
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
13429
13429
  };
13430
13430
  };
13431
13431
  justify: {
@@ -13457,21 +13457,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
13457
13457
  };
13458
13458
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
13459
13459
  align: {
13460
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
13461
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
13462
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
13463
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
13464
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
13465
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
13466
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
13460
+ type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
13461
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
13462
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
13463
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
13464
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
13465
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
13466
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
13467
13467
  }>;
13468
- default: "middle" | "top" | "bottom" | "stretch" | {
13469
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
13470
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
13471
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
13472
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
13473
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
13474
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
13468
+ default: "top" | "bottom" | "middle" | "stretch" | {
13469
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
13470
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
13471
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
13472
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
13473
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
13474
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
13475
13475
  };
13476
13476
  };
13477
13477
  justify: {
@@ -13739,21 +13739,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
13739
13739
  readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
13740
13740
  readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
13741
13741
  align: {
13742
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
13743
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
13744
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
13745
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
13746
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
13747
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
13748
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
13742
+ type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
13743
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
13744
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
13745
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
13746
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
13747
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
13748
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
13749
13749
  }>;
13750
- default: "middle" | "top" | "bottom" | "stretch" | {
13751
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
13752
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
13753
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
13754
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
13755
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
13756
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
13750
+ default: "top" | "bottom" | "middle" | "stretch" | {
13751
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
13752
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
13753
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
13754
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
13755
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
13756
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
13757
13757
  };
13758
13758
  };
13759
13759
  justify: {
@@ -14695,21 +14695,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
14695
14695
  readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/index").FormData) | (() => import("ll-plus/es/index").FormData) | ((new (...args: any[]) => import("ll-plus/es/index").FormData) | (() => import("ll-plus/es/index").FormData))[], unknown, unknown, () => {}, boolean>;
14696
14696
  readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
14697
14697
  align: {
14698
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
14699
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
14700
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
14701
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
14702
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
14703
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
14704
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
14698
+ type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
14699
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
14700
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
14701
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
14702
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
14703
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
14704
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
14705
14705
  }>;
14706
- default: "middle" | "top" | "bottom" | "stretch" | {
14707
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
14708
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
14709
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
14710
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
14711
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
14712
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
14706
+ default: "top" | "bottom" | "middle" | "stretch" | {
14707
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
14708
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
14709
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
14710
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
14711
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
14712
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
14713
14713
  };
14714
14714
  };
14715
14715
  justify: {
@@ -14741,21 +14741,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
14741
14741
  };
14742
14742
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
14743
14743
  align: {
14744
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
14745
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
14746
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
14747
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
14748
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
14749
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
14750
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
14744
+ type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
14745
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
14746
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
14747
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
14748
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
14749
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
14750
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
14751
14751
  }>;
14752
- default: "middle" | "top" | "bottom" | "stretch" | {
14753
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
14754
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
14755
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
14756
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
14757
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
14758
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
14752
+ default: "top" | "bottom" | "middle" | "stretch" | {
14753
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
14754
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
14755
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
14756
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
14757
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
14758
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
14759
14759
  };
14760
14760
  };
14761
14761
  justify: {
@@ -14787,21 +14787,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
14787
14787
  };
14788
14788
  }>>) | ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
14789
14789
  align: {
14790
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
14791
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
14792
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
14793
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
14794
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
14795
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
14796
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
14790
+ type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
14791
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
14792
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
14793
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
14794
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
14795
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
14796
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
14797
14797
  }>;
14798
- default: "middle" | "top" | "bottom" | "stretch" | {
14799
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
14800
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
14801
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
14802
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
14803
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
14804
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
14798
+ default: "top" | "bottom" | "middle" | "stretch" | {
14799
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
14800
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
14801
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
14802
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
14803
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
14804
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
14805
14805
  };
14806
14806
  };
14807
14807
  justify: {
@@ -14833,21 +14833,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
14833
14833
  };
14834
14834
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
14835
14835
  align: {
14836
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
14837
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
14838
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
14839
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
14840
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
14841
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
14842
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
14836
+ type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
14837
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
14838
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
14839
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
14840
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
14841
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
14842
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
14843
14843
  }>;
14844
- default: "middle" | "top" | "bottom" | "stretch" | {
14845
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
14846
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
14847
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
14848
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
14849
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
14850
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
14844
+ default: "top" | "bottom" | "middle" | "stretch" | {
14845
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
14846
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
14847
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
14848
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
14849
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
14850
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
14851
14851
  };
14852
14852
  };
14853
14853
  justify: {
@@ -15116,21 +15116,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
15116
15116
  readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
15117
15117
  readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
15118
15118
  align: {
15119
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
15120
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
15121
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
15122
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
15123
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
15124
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
15125
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
15119
+ type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
15120
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
15121
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
15122
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
15123
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
15124
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
15125
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
15126
15126
  }>;
15127
- default: "middle" | "top" | "bottom" | "stretch" | {
15128
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
15129
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
15130
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
15131
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
15132
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
15133
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
15127
+ default: "top" | "bottom" | "middle" | "stretch" | {
15128
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
15129
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
15130
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
15131
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
15132
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
15133
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
15134
15134
  };
15135
15135
  };
15136
15136
  justify: {
@@ -15202,7 +15202,7 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
15202
15202
  emits: (event: "changeField", item: any) => void;
15203
15203
  formData: import("ll-plus/es/index").FormData;
15204
15204
  componentRef: import("vue").Ref<any>;
15205
- getBindValue: (item: any) => import("lodash").Omit<any, "onChange" | "change" | "label">;
15205
+ getBindValue: (item: any) => import("lodash").Omit<any, "change" | "onChange" | "label">;
15206
15206
  handleChange: (...arg: any[]) => void;
15207
15207
  focus: () => Promise<void>;
15208
15208
  getItem: () => any;
@@ -15254,7 +15254,7 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
15254
15254
  emits: (event: "changeField", item: any) => void;
15255
15255
  formData: import("ll-plus/es/index").FormData;
15256
15256
  componentRef: import("vue").Ref<any>;
15257
- getBindValue: (item: any) => import("lodash").Omit<any, "onChange" | "change" | "label">;
15257
+ getBindValue: (item: any) => import("lodash").Omit<any, "change" | "onChange" | "label">;
15258
15258
  handleChange: (...arg: any[]) => void;
15259
15259
  focus: () => Promise<void>;
15260
15260
  getItem: () => any;
@@ -15397,7 +15397,7 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
15397
15397
  emits: (event: "changeField", item: any) => void;
15398
15398
  formData: import("ll-plus/es/index").FormData;
15399
15399
  componentRef: import("vue").Ref<any>;
15400
- getBindValue: (item: any) => import("lodash").Omit<any, "onChange" | "change" | "label">;
15400
+ getBindValue: (item: any) => import("lodash").Omit<any, "change" | "onChange" | "label">;
15401
15401
  handleChange: (...arg: any[]) => void;
15402
15402
  focus: () => Promise<void>;
15403
15403
  getItem: () => any;
@@ -15650,21 +15650,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
15650
15650
  readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
15651
15651
  readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
15652
15652
  align: {
15653
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
15654
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
15655
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
15656
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
15657
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
15658
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
15659
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
15653
+ type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
15654
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
15655
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
15656
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
15657
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
15658
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
15659
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
15660
15660
  }>;
15661
- default: "middle" | "top" | "bottom" | "stretch" | {
15662
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
15663
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
15664
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
15665
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
15666
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
15667
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
15661
+ default: "top" | "bottom" | "middle" | "stretch" | {
15662
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
15663
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
15664
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
15665
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
15666
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
15667
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
15668
15668
  };
15669
15669
  };
15670
15670
  justify: {