ll-plus 2.7.1 → 2.7.3

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 (237) 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 +33 -33
  27. package/es/components/input/src/input.vue.d.ts +33 -33
  28. package/es/components/key-value/index.d.ts +697 -690
  29. package/es/components/key-value/src/components/key-value-item.vue.d.ts +231 -230
  30. package/es/components/key-value/src/config/key-value.d.ts +1 -0
  31. package/es/components/key-value/src/key-value.vue.d.ts +697 -690
  32. package/es/components/modal/index.d.ts +1 -1
  33. package/es/components/modal/src/modal.vue.d.ts +1 -1
  34. package/es/components/new-drawer/index.d.ts +7 -7
  35. package/es/components/new-drawer/src/drawer.vue.d.ts +7 -7
  36. package/es/components/new-modal/index.d.ts +2 -2
  37. package/es/components/new-modal/src/modal.vue.d.ts +2 -2
  38. package/es/components/operate-icon/index.d.ts +5 -2
  39. package/es/components/operate-icon/src/operate-icon.d.ts +2 -1
  40. package/es/components/operate-icon/src/operate-icon.vue.d.ts +5 -2
  41. package/es/components/rich-text-editor/index.d.ts +1 -1
  42. package/es/components/rich-text-editor/src/rich-text-editor.vue.d.ts +1 -1
  43. package/es/components/select/index.d.ts +4 -4
  44. package/es/components/select/src/select.vue.d.ts +4 -4
  45. package/es/components/select-group/index.d.ts +2 -2
  46. package/es/components/select-group/src/select-group.d.ts +1 -1
  47. package/es/components/select-group/src/select-group.vue.d.ts +2 -2
  48. package/es/components/table/index.d.ts +6 -6
  49. package/es/components/table/src/components/main-table.vue.d.ts +2 -2
  50. package/es/components/table/src/config/table.d.ts +2 -2
  51. package/es/components/table/src/table.vue.d.ts +6 -6
  52. package/es/components/textarea/index.d.ts +5 -5
  53. package/es/components/textarea/src/textarea.vue.d.ts +5 -5
  54. package/es/components/tooltip/index.d.ts +4 -4
  55. package/es/components/tooltip/src/tooltip.d.ts +1 -1
  56. package/es/components/tooltip/src/tooltip.vue.d.ts +4 -4
  57. package/es/components/tree-search/index.d.ts +1 -1
  58. package/es/components/tree-search/src/tree-search.vue.d.ts +1 -1
  59. package/es/components/upload-drag/index.d.ts +2 -2
  60. package/es/components/upload-drag/src/upload-drag.vue.d.ts +2 -2
  61. package/es/packages/components/key-value/src/components/key-value-item.vue2.mjs +60 -20
  62. package/es/packages/components/key-value/src/components/key-value-item.vue2.mjs.map +1 -1
  63. package/es/packages/components/key-value/src/config/key-value.mjs +4 -0
  64. package/es/packages/components/key-value/src/config/key-value.mjs.map +1 -1
  65. package/es/packages/components/key-value/src/key-value.vue2.mjs +7 -6
  66. package/es/packages/components/key-value/src/key-value.vue2.mjs.map +1 -1
  67. package/es/packages/components/operate-icon/src/operate-icon.mjs +18 -1
  68. package/es/packages/components/operate-icon/src/operate-icon.mjs.map +1 -1
  69. package/es/packages/components/operate-icon/src/operate-icon.vue2.mjs +7 -12
  70. package/es/packages/components/operate-icon/src/operate-icon.vue2.mjs.map +1 -1
  71. package/es/utils/props/runtime.d.ts +2 -2
  72. package/index.full.js +94 -37
  73. package/index.full.min.js +20 -20
  74. package/index.full.min.js.map +1 -1
  75. package/index.full.min.mjs +18 -18
  76. package/index.full.min.mjs.map +1 -1
  77. package/index.full.mjs +94 -37
  78. package/lib/components/advanced-filtering/index.d.ts +288 -288
  79. package/lib/components/advanced-filtering/src/advanced-filtering.vue.d.ts +144 -144
  80. package/lib/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +144 -144
  81. package/lib/components/breadcrumb-card/index.d.ts +1 -1
  82. package/lib/components/breadcrumb-card/src/breadcrumb-card.vue.d.ts +1 -1
  83. package/lib/components/cascader/index.d.ts +8 -8
  84. package/lib/components/cascader/src/cascader.vue.d.ts +8 -8
  85. package/lib/components/checkbox/index.d.ts +217 -217
  86. package/lib/components/checkbox/src/checkbox-group.vue.d.ts +217 -217
  87. package/lib/components/checkbox/src/checkbox.d.ts +56 -56
  88. package/lib/components/drawer/index.d.ts +5 -5
  89. package/lib/components/drawer/src/components/second-confirmation/index.d.ts +1 -1
  90. package/lib/components/drawer/src/components/second-confirmation/src/second-confirmation.vue.d.ts +1 -1
  91. package/lib/components/drawer/src/drawer.vue.d.ts +5 -5
  92. package/lib/components/easy-cron/index.d.ts +88 -88
  93. package/lib/components/easy-cron/src/components/easy-cron-inner.vue.d.ts +88 -88
  94. package/lib/components/easy-cron/src/components/easy-cron-modal.vue.d.ts +88 -88
  95. package/lib/components/easy-cron/src/easy-cron.vue.d.ts +88 -88
  96. package/lib/components/form/index.d.ts +144 -144
  97. package/lib/components/form/src/components/form-component.vue.d.ts +1 -1
  98. package/lib/components/form/src/config/form.d.ts +56 -56
  99. package/lib/components/form/src/form.vue.d.ts +143 -143
  100. package/lib/components/icon-picker/index.d.ts +1 -1
  101. package/lib/components/icon-picker/src/components/modal.vue.d.ts +1 -1
  102. package/lib/components/icon-picker/src/icon-picker.vue.d.ts +1 -1
  103. package/lib/components/input/index.d.ts +33 -33
  104. package/lib/components/input/src/input.vue.d.ts +33 -33
  105. package/lib/components/key-value/index.d.ts +697 -690
  106. package/lib/components/key-value/src/components/key-value-item.vue.d.ts +231 -230
  107. package/lib/components/key-value/src/config/key-value.d.ts +1 -0
  108. package/lib/components/key-value/src/key-value.vue.d.ts +697 -690
  109. package/lib/components/modal/index.d.ts +1 -1
  110. package/lib/components/modal/src/modal.vue.d.ts +1 -1
  111. package/lib/components/new-drawer/index.d.ts +7 -7
  112. package/lib/components/new-drawer/src/drawer.vue.d.ts +7 -7
  113. package/lib/components/new-modal/index.d.ts +2 -2
  114. package/lib/components/new-modal/src/modal.vue.d.ts +2 -2
  115. package/lib/components/operate-icon/index.d.ts +5 -2
  116. package/lib/components/operate-icon/src/operate-icon.d.ts +2 -1
  117. package/lib/components/operate-icon/src/operate-icon.vue.d.ts +5 -2
  118. package/lib/components/rich-text-editor/index.d.ts +1 -1
  119. package/lib/components/rich-text-editor/src/rich-text-editor.vue.d.ts +1 -1
  120. package/lib/components/select/index.d.ts +4 -4
  121. package/lib/components/select/src/select.vue.d.ts +4 -4
  122. package/lib/components/select-group/index.d.ts +2 -2
  123. package/lib/components/select-group/src/select-group.d.ts +1 -1
  124. package/lib/components/select-group/src/select-group.vue.d.ts +2 -2
  125. package/lib/components/table/index.d.ts +6 -6
  126. package/lib/components/table/src/components/main-table.vue.d.ts +2 -2
  127. package/lib/components/table/src/config/table.d.ts +2 -2
  128. package/lib/components/table/src/table.vue.d.ts +6 -6
  129. package/lib/components/textarea/index.d.ts +5 -5
  130. package/lib/components/textarea/src/textarea.vue.d.ts +5 -5
  131. package/lib/components/tooltip/index.d.ts +4 -4
  132. package/lib/components/tooltip/src/tooltip.d.ts +1 -1
  133. package/lib/components/tooltip/src/tooltip.vue.d.ts +4 -4
  134. package/lib/components/tree-search/index.d.ts +1 -1
  135. package/lib/components/tree-search/src/tree-search.vue.d.ts +1 -1
  136. package/lib/components/upload-drag/index.d.ts +2 -2
  137. package/lib/components/upload-drag/src/upload-drag.vue.d.ts +2 -2
  138. package/lib/packages/components/key-value/src/components/key-value-item.vue2.js +59 -19
  139. package/lib/packages/components/key-value/src/components/key-value-item.vue2.js.map +1 -1
  140. package/lib/packages/components/key-value/src/config/key-value.js +4 -0
  141. package/lib/packages/components/key-value/src/config/key-value.js.map +1 -1
  142. package/lib/packages/components/key-value/src/key-value.vue2.js +6 -5
  143. package/lib/packages/components/key-value/src/key-value.vue2.js.map +1 -1
  144. package/lib/packages/components/operate-icon/src/operate-icon.js +18 -1
  145. package/lib/packages/components/operate-icon/src/operate-icon.js.map +1 -1
  146. package/lib/packages/components/operate-icon/src/operate-icon.vue2.js +7 -12
  147. package/lib/packages/components/operate-icon/src/operate-icon.vue2.js.map +1 -1
  148. package/lib/utils/props/runtime.d.ts +2 -2
  149. package/package.json +1 -1
  150. package/theme-chalk/css/advanced-filtering.css +1 -1
  151. package/theme-chalk/css/api-component.css +1 -1
  152. package/theme-chalk/css/cascader.css +1 -1
  153. package/theme-chalk/css/checkbox.css +1 -1
  154. package/theme-chalk/css/code-editor.css +1 -1
  155. package/theme-chalk/css/cropper.css +1 -1
  156. package/theme-chalk/css/descriptions.css +1 -1
  157. package/theme-chalk/css/drawer.css +1 -1
  158. package/theme-chalk/css/dropdown.css +1 -1
  159. package/theme-chalk/css/easy-cron.css +1 -1
  160. package/theme-chalk/css/form.css +1 -1
  161. package/theme-chalk/css/index.css +1 -1
  162. package/theme-chalk/css/input-number.css +1 -1
  163. package/theme-chalk/css/input.css +1 -1
  164. package/theme-chalk/css/key-value.css +1 -1
  165. package/theme-chalk/css/markdown-editor.css +1 -1
  166. package/theme-chalk/css/modal.css +1 -1
  167. package/theme-chalk/css/new-drawer.css +1 -1
  168. package/theme-chalk/css/new-modal.css +1 -1
  169. package/theme-chalk/css/number-range.css +1 -1
  170. package/theme-chalk/css/rich-text-editor.css +1 -1
  171. package/theme-chalk/css/switch.css +1 -1
  172. package/theme-chalk/css/table.css +1 -1
  173. package/theme-chalk/css/tabs-simple.css +1 -1
  174. package/theme-chalk/css/tag-group.css +1 -1
  175. package/theme-chalk/fonts/iconfont.js +1 -1
  176. package/theme-chalk/fonts/iconfont.json +28 -0
  177. package/types/packages/components/advanced-filtering/index.d.ts +288 -288
  178. package/types/packages/components/advanced-filtering/src/advanced-filtering.vue.d.ts +144 -144
  179. package/types/packages/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +144 -144
  180. package/types/packages/components/breadcrumb-card/index.d.ts +1 -1
  181. package/types/packages/components/breadcrumb-card/src/breadcrumb-card.vue.d.ts +1 -1
  182. package/types/packages/components/cascader/index.d.ts +8 -8
  183. package/types/packages/components/cascader/src/cascader.vue.d.ts +8 -8
  184. package/types/packages/components/checkbox/index.d.ts +217 -217
  185. package/types/packages/components/checkbox/src/checkbox-group.vue.d.ts +217 -217
  186. package/types/packages/components/checkbox/src/checkbox.d.ts +56 -56
  187. package/types/packages/components/drawer/index.d.ts +5 -5
  188. package/types/packages/components/drawer/src/components/second-confirmation/index.d.ts +1 -1
  189. package/types/packages/components/drawer/src/components/second-confirmation/src/second-confirmation.vue.d.ts +1 -1
  190. package/types/packages/components/drawer/src/drawer.vue.d.ts +5 -5
  191. package/types/packages/components/easy-cron/index.d.ts +88 -88
  192. package/types/packages/components/easy-cron/src/components/easy-cron-inner.vue.d.ts +88 -88
  193. package/types/packages/components/easy-cron/src/components/easy-cron-modal.vue.d.ts +88 -88
  194. package/types/packages/components/easy-cron/src/easy-cron.vue.d.ts +88 -88
  195. package/types/packages/components/form/index.d.ts +144 -144
  196. package/types/packages/components/form/src/components/form-component.vue.d.ts +1 -1
  197. package/types/packages/components/form/src/config/form.d.ts +56 -56
  198. package/types/packages/components/form/src/form.vue.d.ts +143 -143
  199. package/types/packages/components/icon-picker/index.d.ts +1 -1
  200. package/types/packages/components/icon-picker/src/components/modal.vue.d.ts +1 -1
  201. package/types/packages/components/icon-picker/src/icon-picker.vue.d.ts +1 -1
  202. package/types/packages/components/input/index.d.ts +33 -33
  203. package/types/packages/components/input/src/input.vue.d.ts +33 -33
  204. package/types/packages/components/key-value/index.d.ts +697 -690
  205. package/types/packages/components/key-value/src/components/key-value-item.vue.d.ts +231 -230
  206. package/types/packages/components/key-value/src/config/key-value.d.ts +1 -0
  207. package/types/packages/components/key-value/src/key-value.vue.d.ts +697 -690
  208. package/types/packages/components/modal/index.d.ts +1 -1
  209. package/types/packages/components/modal/src/modal.vue.d.ts +1 -1
  210. package/types/packages/components/new-drawer/index.d.ts +7 -7
  211. package/types/packages/components/new-drawer/src/drawer.vue.d.ts +7 -7
  212. package/types/packages/components/new-modal/index.d.ts +2 -2
  213. package/types/packages/components/new-modal/src/modal.vue.d.ts +2 -2
  214. package/types/packages/components/operate-icon/index.d.ts +5 -2
  215. package/types/packages/components/operate-icon/src/operate-icon.d.ts +2 -1
  216. package/types/packages/components/operate-icon/src/operate-icon.vue.d.ts +5 -2
  217. package/types/packages/components/rich-text-editor/index.d.ts +1 -1
  218. package/types/packages/components/rich-text-editor/src/rich-text-editor.vue.d.ts +1 -1
  219. package/types/packages/components/select/index.d.ts +4 -4
  220. package/types/packages/components/select/src/select.vue.d.ts +4 -4
  221. package/types/packages/components/select-group/index.d.ts +2 -2
  222. package/types/packages/components/select-group/src/select-group.d.ts +1 -1
  223. package/types/packages/components/select-group/src/select-group.vue.d.ts +2 -2
  224. package/types/packages/components/table/index.d.ts +6 -6
  225. package/types/packages/components/table/src/components/main-table.vue.d.ts +2 -2
  226. package/types/packages/components/table/src/config/table.d.ts +2 -2
  227. package/types/packages/components/table/src/table.vue.d.ts +6 -6
  228. package/types/packages/components/textarea/index.d.ts +5 -5
  229. package/types/packages/components/textarea/src/textarea.vue.d.ts +5 -5
  230. package/types/packages/components/tooltip/index.d.ts +4 -4
  231. package/types/packages/components/tooltip/src/tooltip.d.ts +1 -1
  232. package/types/packages/components/tooltip/src/tooltip.vue.d.ts +4 -4
  233. package/types/packages/components/tree-search/index.d.ts +1 -1
  234. package/types/packages/components/tree-search/src/tree-search.vue.d.ts +1 -1
  235. package/types/packages/components/upload-drag/index.d.ts +2 -2
  236. package/types/packages/components/upload-drag/src/upload-drag.vue.d.ts +2 -2
  237. package/types/packages/utils/props/runtime.d.ts +2 -2
@@ -40,6 +40,7 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
40
40
  readonly disabledDelete: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => number[]) | (() => number[]) | ((new (...args: any[]) => number[]) | (() => number[]))[], unknown, unknown, () => never[], boolean>;
41
41
  readonly disabledAdd: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
42
42
  readonly validate: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
43
+ readonly keepLast: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
43
44
  }, {
44
45
  props: import("@vue/shared").LooseRequired<{
45
46
  readonly value: import("./src/config").KeyValueItem[];
@@ -57,6 +58,7 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
57
58
  readonly disabledKey: number[];
58
59
  readonly disabledDelete: number[];
59
60
  readonly disabledAdd: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
61
+ readonly keepLast: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
60
62
  readonly onChange?: ((value: import("./src/config").KeyValueItem[]) => any) | undefined;
61
63
  readonly "onUpdate:value"?: ((value: import("./src/config").KeyValueItem[]) => any) | undefined;
62
64
  readonly onDelete?: ((index: number) => any) | undefined;
@@ -1079,21 +1081,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
1079
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>;
1080
1082
  readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
1081
1083
  align: {
1082
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
1083
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
1084
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
1085
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
1086
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
1087
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1088
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
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;
1089
1091
  }>;
1090
- default: "middle" | "top" | "bottom" | "stretch" | {
1091
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
1092
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
1093
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
1094
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
1095
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1096
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
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;
1097
1099
  };
1098
1100
  };
1099
1101
  justify: {
@@ -1125,21 +1127,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
1125
1127
  };
1126
1128
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
1127
1129
  align: {
1128
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
1129
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
1130
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
1131
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
1132
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
1133
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1134
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
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;
1135
1137
  }>;
1136
- default: "middle" | "top" | "bottom" | "stretch" | {
1137
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
1138
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
1139
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
1140
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
1141
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1142
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
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;
1143
1145
  };
1144
1146
  };
1145
1147
  justify: {
@@ -1171,21 +1173,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
1171
1173
  };
1172
1174
  }>>) | ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
1173
1175
  align: {
1174
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
1175
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
1176
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
1177
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
1178
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
1179
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1180
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
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;
1181
1183
  }>;
1182
- default: "middle" | "top" | "bottom" | "stretch" | {
1183
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
1184
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
1185
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
1186
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
1187
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1188
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
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;
1189
1191
  };
1190
1192
  };
1191
1193
  justify: {
@@ -1217,21 +1219,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
1217
1219
  };
1218
1220
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
1219
1221
  align: {
1220
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
1221
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
1222
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
1223
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
1224
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
1225
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1226
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
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;
1227
1229
  }>;
1228
- default: "middle" | "top" | "bottom" | "stretch" | {
1229
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
1230
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
1231
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
1232
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
1233
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1234
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
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;
1235
1237
  };
1236
1238
  };
1237
1239
  justify: {
@@ -1500,21 +1502,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
1500
1502
  readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
1501
1503
  readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
1502
1504
  align: {
1503
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
1504
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
1505
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
1506
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
1507
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
1508
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1509
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
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;
1510
1512
  }>;
1511
- default: "middle" | "top" | "bottom" | "stretch" | {
1512
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
1513
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
1514
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
1515
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
1516
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1517
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
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;
1518
1520
  };
1519
1521
  };
1520
1522
  justify: {
@@ -1586,7 +1588,7 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
1586
1588
  emits: (event: "changeField", item: any) => void;
1587
1589
  formData: import("ll-plus/es/index").FormData;
1588
1590
  componentRef: import("vue").Ref<any>;
1589
- getBindValue: (item: any) => import("lodash").Omit<any, "onChange" | "change" | "label">;
1591
+ getBindValue: (item: any) => import("lodash").Omit<any, "change" | "onChange" | "label">;
1590
1592
  handleChange: (...arg: any[]) => void;
1591
1593
  focus: () => Promise<void>;
1592
1594
  getItem: () => any;
@@ -1638,7 +1640,7 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
1638
1640
  emits: (event: "changeField", item: any) => void;
1639
1641
  formData: import("ll-plus/es/index").FormData;
1640
1642
  componentRef: import("vue").Ref<any>;
1641
- getBindValue: (item: any) => import("lodash").Omit<any, "onChange" | "change" | "label">;
1643
+ getBindValue: (item: any) => import("lodash").Omit<any, "change" | "onChange" | "label">;
1642
1644
  handleChange: (...arg: any[]) => void;
1643
1645
  focus: () => Promise<void>;
1644
1646
  getItem: () => any;
@@ -1781,7 +1783,7 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
1781
1783
  emits: (event: "changeField", item: any) => void;
1782
1784
  formData: import("ll-plus/es/index").FormData;
1783
1785
  componentRef: import("vue").Ref<any>;
1784
- getBindValue: (item: any) => import("lodash").Omit<any, "onChange" | "change" | "label">;
1786
+ getBindValue: (item: any) => import("lodash").Omit<any, "change" | "onChange" | "label">;
1785
1787
  handleChange: (...arg: any[]) => void;
1786
1788
  focus: () => Promise<void>;
1787
1789
  getItem: () => any;
@@ -2707,21 +2709,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
2707
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>;
2708
2710
  readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
2709
2711
  align: {
2710
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
2711
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
2712
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
2713
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
2714
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
2715
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2716
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
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;
2717
2719
  }>;
2718
- default: "middle" | "top" | "bottom" | "stretch" | {
2719
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
2720
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
2721
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
2722
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
2723
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2724
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
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;
2725
2727
  };
2726
2728
  };
2727
2729
  justify: {
@@ -2753,21 +2755,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
2753
2755
  };
2754
2756
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
2755
2757
  align: {
2756
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
2757
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
2758
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
2759
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
2760
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
2761
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2762
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
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;
2763
2765
  }>;
2764
- default: "middle" | "top" | "bottom" | "stretch" | {
2765
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
2766
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
2767
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
2768
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
2769
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2770
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
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;
2771
2773
  };
2772
2774
  };
2773
2775
  justify: {
@@ -2799,21 +2801,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
2799
2801
  };
2800
2802
  }>>) | ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
2801
2803
  align: {
2802
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
2803
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
2804
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
2805
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
2806
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
2807
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2808
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
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;
2809
2811
  }>;
2810
- default: "middle" | "top" | "bottom" | "stretch" | {
2811
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
2812
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
2813
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
2814
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
2815
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2816
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
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;
2817
2819
  };
2818
2820
  };
2819
2821
  justify: {
@@ -2845,21 +2847,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
2845
2847
  };
2846
2848
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
2847
2849
  align: {
2848
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
2849
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
2850
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
2851
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
2852
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
2853
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2854
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
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;
2855
2857
  }>;
2856
- default: "middle" | "top" | "bottom" | "stretch" | {
2857
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
2858
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
2859
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
2860
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
2861
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2862
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
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;
2863
2865
  };
2864
2866
  };
2865
2867
  justify: {
@@ -3127,21 +3129,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
3127
3129
  readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
3128
3130
  readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
3129
3131
  align: {
3130
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
3131
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
3132
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
3133
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
3134
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
3135
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
3136
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
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;
3137
3139
  }>;
3138
- default: "middle" | "top" | "bottom" | "stretch" | {
3139
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
3140
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
3141
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
3142
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
3143
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
3144
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
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;
3145
3147
  };
3146
3148
  };
3147
3149
  justify: {
@@ -4083,21 +4085,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
4083
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>;
4084
4086
  readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
4085
4087
  align: {
4086
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
4087
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
4088
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
4089
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
4090
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
4091
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
4092
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
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;
4093
4095
  }>;
4094
- default: "middle" | "top" | "bottom" | "stretch" | {
4095
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
4096
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
4097
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
4098
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
4099
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
4100
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
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;
4101
4103
  };
4102
4104
  };
4103
4105
  justify: {
@@ -4129,21 +4131,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
4129
4131
  };
4130
4132
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
4131
4133
  align: {
4132
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
4133
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
4134
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
4135
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
4136
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
4137
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
4138
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
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;
4139
4141
  }>;
4140
- default: "middle" | "top" | "bottom" | "stretch" | {
4141
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
4142
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
4143
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
4144
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
4145
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
4146
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
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;
4147
4149
  };
4148
4150
  };
4149
4151
  justify: {
@@ -4175,21 +4177,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
4175
4177
  };
4176
4178
  }>>) | ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
4177
4179
  align: {
4178
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
4179
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
4180
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
4181
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
4182
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
4183
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
4184
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
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;
4185
4187
  }>;
4186
- default: "middle" | "top" | "bottom" | "stretch" | {
4187
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
4188
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
4189
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
4190
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
4191
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
4192
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
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;
4193
4195
  };
4194
4196
  };
4195
4197
  justify: {
@@ -4221,21 +4223,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
4221
4223
  };
4222
4224
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
4223
4225
  align: {
4224
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
4225
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
4226
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
4227
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
4228
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
4229
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
4230
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
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;
4231
4233
  }>;
4232
- default: "middle" | "top" | "bottom" | "stretch" | {
4233
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
4234
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
4235
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
4236
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
4237
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
4238
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
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;
4239
4241
  };
4240
4242
  };
4241
4243
  justify: {
@@ -4504,21 +4506,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
4504
4506
  readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
4505
4507
  readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
4506
4508
  align: {
4507
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
4508
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
4509
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
4510
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
4511
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
4512
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
4513
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
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;
4514
4516
  }>;
4515
- default: "middle" | "top" | "bottom" | "stretch" | {
4516
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
4517
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
4518
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
4519
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
4520
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
4521
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
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;
4522
4524
  };
4523
4525
  };
4524
4526
  justify: {
@@ -4590,7 +4592,7 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
4590
4592
  emits: (event: "changeField", item: any) => void;
4591
4593
  formData: import("ll-plus/es/index").FormData;
4592
4594
  componentRef: import("vue").Ref<any>;
4593
- getBindValue: (item: any) => import("lodash").Omit<any, "onChange" | "change" | "label">;
4595
+ getBindValue: (item: any) => import("lodash").Omit<any, "change" | "onChange" | "label">;
4594
4596
  handleChange: (...arg: any[]) => void;
4595
4597
  focus: () => Promise<void>;
4596
4598
  getItem: () => any;
@@ -4642,7 +4644,7 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
4642
4644
  emits: (event: "changeField", item: any) => void;
4643
4645
  formData: import("ll-plus/es/index").FormData;
4644
4646
  componentRef: import("vue").Ref<any>;
4645
- getBindValue: (item: any) => import("lodash").Omit<any, "onChange" | "change" | "label">;
4647
+ getBindValue: (item: any) => import("lodash").Omit<any, "change" | "onChange" | "label">;
4646
4648
  handleChange: (...arg: any[]) => void;
4647
4649
  focus: () => Promise<void>;
4648
4650
  getItem: () => any;
@@ -4785,7 +4787,7 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
4785
4787
  emits: (event: "changeField", item: any) => void;
4786
4788
  formData: import("ll-plus/es/index").FormData;
4787
4789
  componentRef: import("vue").Ref<any>;
4788
- getBindValue: (item: any) => import("lodash").Omit<any, "onChange" | "change" | "label">;
4790
+ getBindValue: (item: any) => import("lodash").Omit<any, "change" | "onChange" | "label">;
4789
4791
  handleChange: (...arg: any[]) => void;
4790
4792
  focus: () => Promise<void>;
4791
4793
  getItem: () => any;
@@ -5038,21 +5040,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
5038
5040
  readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
5039
5041
  readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
5040
5042
  align: {
5041
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
5042
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
5043
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
5044
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
5045
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
5046
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
5047
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
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;
5048
5050
  }>;
5049
- default: "middle" | "top" | "bottom" | "stretch" | {
5050
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
5051
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
5052
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
5053
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
5054
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
5055
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
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;
5056
5058
  };
5057
5059
  };
5058
5060
  justify: {
@@ -5093,6 +5095,7 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
5093
5095
  getKeyDisabled: import("vue").ComputedRef<any>;
5094
5096
  getValueDisabled: import("vue").ComputedRef<any>;
5095
5097
  getDeleteDisabled: import("vue").ComputedRef<import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined>;
5098
+ hasValue: import("vue").ComputedRef<any>;
5096
5099
  handleDelete: () => void;
5097
5100
  handleChange: () => Promise<void>;
5098
5101
  validate: () => Promise<any>;
@@ -6419,21 +6422,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
6419
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>;
6420
6423
  readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
6421
6424
  align: {
6422
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
6423
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
6424
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
6425
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
6426
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
6427
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
6428
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
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;
6429
6432
  }>;
6430
- default: "middle" | "top" | "bottom" | "stretch" | {
6431
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
6432
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
6433
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
6434
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
6435
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
6436
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
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;
6437
6440
  };
6438
6441
  };
6439
6442
  justify: {
@@ -6465,21 +6468,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
6465
6468
  };
6466
6469
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
6467
6470
  align: {
6468
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
6469
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
6470
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
6471
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
6472
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
6473
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
6474
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
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;
6475
6478
  }>;
6476
- default: "middle" | "top" | "bottom" | "stretch" | {
6477
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
6478
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
6479
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
6480
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
6481
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
6482
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
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;
6483
6486
  };
6484
6487
  };
6485
6488
  justify: {
@@ -6511,21 +6514,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
6511
6514
  };
6512
6515
  }>>) | ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
6513
6516
  align: {
6514
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
6515
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
6516
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
6517
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
6518
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
6519
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
6520
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
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;
6521
6524
  }>;
6522
- default: "middle" | "top" | "bottom" | "stretch" | {
6523
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
6524
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
6525
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
6526
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
6527
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
6528
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
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;
6529
6532
  };
6530
6533
  };
6531
6534
  justify: {
@@ -6557,21 +6560,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
6557
6560
  };
6558
6561
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
6559
6562
  align: {
6560
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
6561
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
6562
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
6563
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
6564
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
6565
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
6566
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
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;
6567
6570
  }>;
6568
- default: "middle" | "top" | "bottom" | "stretch" | {
6569
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
6570
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
6571
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
6572
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
6573
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
6574
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
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;
6575
6578
  };
6576
6579
  };
6577
6580
  justify: {
@@ -6840,21 +6843,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
6840
6843
  readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
6841
6844
  readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
6842
6845
  align: {
6843
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
6844
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
6845
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
6846
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
6847
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
6848
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
6849
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
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;
6850
6853
  }>;
6851
- default: "middle" | "top" | "bottom" | "stretch" | {
6852
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
6853
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
6854
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
6855
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
6856
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
6857
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
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;
6858
6861
  };
6859
6862
  };
6860
6863
  justify: {
@@ -6926,7 +6929,7 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
6926
6929
  emits: (event: "changeField", item: any) => void;
6927
6930
  formData: import("ll-plus/es/index").FormData;
6928
6931
  componentRef: import("vue").Ref<any>;
6929
- getBindValue: (item: any) => import("lodash").Omit<any, "onChange" | "change" | "label">;
6932
+ getBindValue: (item: any) => import("lodash").Omit<any, "change" | "onChange" | "label">;
6930
6933
  handleChange: (...arg: any[]) => void;
6931
6934
  focus: () => Promise<void>;
6932
6935
  getItem: () => any;
@@ -6978,7 +6981,7 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
6978
6981
  emits: (event: "changeField", item: any) => void;
6979
6982
  formData: import("ll-plus/es/index").FormData;
6980
6983
  componentRef: import("vue").Ref<any>;
6981
- getBindValue: (item: any) => import("lodash").Omit<any, "onChange" | "change" | "label">;
6984
+ getBindValue: (item: any) => import("lodash").Omit<any, "change" | "onChange" | "label">;
6982
6985
  handleChange: (...arg: any[]) => void;
6983
6986
  focus: () => Promise<void>;
6984
6987
  getItem: () => any;
@@ -7121,7 +7124,7 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
7121
7124
  emits: (event: "changeField", item: any) => void;
7122
7125
  formData: import("ll-plus/es/index").FormData;
7123
7126
  componentRef: import("vue").Ref<any>;
7124
- getBindValue: (item: any) => import("lodash").Omit<any, "onChange" | "change" | "label">;
7127
+ getBindValue: (item: any) => import("lodash").Omit<any, "change" | "onChange" | "label">;
7125
7128
  handleChange: (...arg: any[]) => void;
7126
7129
  focus: () => Promise<void>;
7127
7130
  getItem: () => any;
@@ -8047,21 +8050,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
8047
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>;
8048
8051
  readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
8049
8052
  align: {
8050
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
8051
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
8052
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
8053
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
8054
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
8055
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
8056
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
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;
8057
8060
  }>;
8058
- default: "middle" | "top" | "bottom" | "stretch" | {
8059
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
8060
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
8061
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
8062
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
8063
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
8064
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
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;
8065
8068
  };
8066
8069
  };
8067
8070
  justify: {
@@ -8093,21 +8096,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
8093
8096
  };
8094
8097
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
8095
8098
  align: {
8096
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
8097
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
8098
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
8099
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
8100
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
8101
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
8102
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
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;
8103
8106
  }>;
8104
- default: "middle" | "top" | "bottom" | "stretch" | {
8105
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
8106
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
8107
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
8108
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
8109
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
8110
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
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;
8111
8114
  };
8112
8115
  };
8113
8116
  justify: {
@@ -8139,21 +8142,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
8139
8142
  };
8140
8143
  }>>) | ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
8141
8144
  align: {
8142
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
8143
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
8144
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
8145
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
8146
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
8147
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
8148
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
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;
8149
8152
  }>;
8150
- default: "middle" | "top" | "bottom" | "stretch" | {
8151
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
8152
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
8153
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
8154
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
8155
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
8156
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
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;
8157
8160
  };
8158
8161
  };
8159
8162
  justify: {
@@ -8185,21 +8188,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
8185
8188
  };
8186
8189
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
8187
8190
  align: {
8188
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
8189
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
8190
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
8191
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
8192
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
8193
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
8194
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
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;
8195
8198
  }>;
8196
- default: "middle" | "top" | "bottom" | "stretch" | {
8197
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
8198
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
8199
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
8200
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
8201
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
8202
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
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;
8203
8206
  };
8204
8207
  };
8205
8208
  justify: {
@@ -8467,21 +8470,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
8467
8470
  readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
8468
8471
  readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
8469
8472
  align: {
8470
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
8471
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
8472
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
8473
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
8474
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
8475
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
8476
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
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;
8477
8480
  }>;
8478
- default: "middle" | "top" | "bottom" | "stretch" | {
8479
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
8480
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
8481
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
8482
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
8483
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
8484
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
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;
8485
8488
  };
8486
8489
  };
8487
8490
  justify: {
@@ -9423,21 +9426,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
9423
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>;
9424
9427
  readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
9425
9428
  align: {
9426
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
9427
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
9428
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
9429
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
9430
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
9431
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
9432
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
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;
9433
9436
  }>;
9434
- default: "middle" | "top" | "bottom" | "stretch" | {
9435
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
9436
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
9437
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
9438
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
9439
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
9440
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
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;
9441
9444
  };
9442
9445
  };
9443
9446
  justify: {
@@ -9469,21 +9472,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
9469
9472
  };
9470
9473
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
9471
9474
  align: {
9472
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
9473
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
9474
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
9475
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
9476
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
9477
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
9478
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
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;
9479
9482
  }>;
9480
- default: "middle" | "top" | "bottom" | "stretch" | {
9481
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
9482
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
9483
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
9484
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
9485
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
9486
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
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;
9487
9490
  };
9488
9491
  };
9489
9492
  justify: {
@@ -9515,21 +9518,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
9515
9518
  };
9516
9519
  }>>) | ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
9517
9520
  align: {
9518
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
9519
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
9520
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
9521
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
9522
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
9523
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
9524
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
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;
9525
9528
  }>;
9526
- default: "middle" | "top" | "bottom" | "stretch" | {
9527
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
9528
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
9529
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
9530
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
9531
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
9532
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
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;
9533
9536
  };
9534
9537
  };
9535
9538
  justify: {
@@ -9561,21 +9564,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
9561
9564
  };
9562
9565
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
9563
9566
  align: {
9564
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
9565
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
9566
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
9567
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
9568
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
9569
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
9570
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
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;
9571
9574
  }>;
9572
- default: "middle" | "top" | "bottom" | "stretch" | {
9573
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
9574
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
9575
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
9576
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
9577
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
9578
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
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;
9579
9582
  };
9580
9583
  };
9581
9584
  justify: {
@@ -9844,21 +9847,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
9844
9847
  readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
9845
9848
  readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
9846
9849
  align: {
9847
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
9848
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
9849
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
9850
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
9851
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
9852
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
9853
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
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;
9854
9857
  }>;
9855
- default: "middle" | "top" | "bottom" | "stretch" | {
9856
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
9857
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
9858
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
9859
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
9860
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
9861
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
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;
9862
9865
  };
9863
9866
  };
9864
9867
  justify: {
@@ -9930,7 +9933,7 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
9930
9933
  emits: (event: "changeField", item: any) => void;
9931
9934
  formData: import("ll-plus/es/index").FormData;
9932
9935
  componentRef: import("vue").Ref<any>;
9933
- getBindValue: (item: any) => import("lodash").Omit<any, "onChange" | "change" | "label">;
9936
+ getBindValue: (item: any) => import("lodash").Omit<any, "change" | "onChange" | "label">;
9934
9937
  handleChange: (...arg: any[]) => void;
9935
9938
  focus: () => Promise<void>;
9936
9939
  getItem: () => any;
@@ -9982,7 +9985,7 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
9982
9985
  emits: (event: "changeField", item: any) => void;
9983
9986
  formData: import("ll-plus/es/index").FormData;
9984
9987
  componentRef: import("vue").Ref<any>;
9985
- getBindValue: (item: any) => import("lodash").Omit<any, "onChange" | "change" | "label">;
9988
+ getBindValue: (item: any) => import("lodash").Omit<any, "change" | "onChange" | "label">;
9986
9989
  handleChange: (...arg: any[]) => void;
9987
9990
  focus: () => Promise<void>;
9988
9991
  getItem: () => any;
@@ -10125,7 +10128,7 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
10125
10128
  emits: (event: "changeField", item: any) => void;
10126
10129
  formData: import("ll-plus/es/index").FormData;
10127
10130
  componentRef: import("vue").Ref<any>;
10128
- getBindValue: (item: any) => import("lodash").Omit<any, "onChange" | "change" | "label">;
10131
+ getBindValue: (item: any) => import("lodash").Omit<any, "change" | "onChange" | "label">;
10129
10132
  handleChange: (...arg: any[]) => void;
10130
10133
  focus: () => Promise<void>;
10131
10134
  getItem: () => any;
@@ -10378,21 +10381,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
10378
10381
  readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
10379
10382
  readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
10380
10383
  align: {
10381
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
10382
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
10383
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
10384
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
10385
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
10386
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
10387
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
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;
10388
10391
  }>;
10389
- default: "middle" | "top" | "bottom" | "stretch" | {
10390
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
10391
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
10392
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
10393
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
10394
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
10395
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
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;
10396
10399
  };
10397
10400
  };
10398
10401
  justify: {
@@ -10433,6 +10436,7 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
10433
10436
  getKeyDisabled: import("vue").ComputedRef<any>;
10434
10437
  getValueDisabled: import("vue").ComputedRef<any>;
10435
10438
  getDeleteDisabled: import("vue").ComputedRef<import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined>;
10439
+ hasValue: import("vue").ComputedRef<any>;
10436
10440
  handleDelete: () => void;
10437
10441
  handleChange: () => Promise<void>;
10438
10442
  validate: () => Promise<any>;
@@ -11687,21 +11691,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
11687
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>;
11688
11692
  readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
11689
11693
  align: {
11690
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
11691
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
11692
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
11693
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
11694
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
11695
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
11696
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
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;
11697
11701
  }>;
11698
- default: "middle" | "top" | "bottom" | "stretch" | {
11699
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
11700
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
11701
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
11702
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
11703
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
11704
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
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;
11705
11709
  };
11706
11710
  };
11707
11711
  justify: {
@@ -11733,21 +11737,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
11733
11737
  };
11734
11738
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
11735
11739
  align: {
11736
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
11737
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
11738
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
11739
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
11740
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
11741
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
11742
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
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;
11743
11747
  }>;
11744
- default: "middle" | "top" | "bottom" | "stretch" | {
11745
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
11746
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
11747
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
11748
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
11749
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
11750
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
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;
11751
11755
  };
11752
11756
  };
11753
11757
  justify: {
@@ -11779,21 +11783,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
11779
11783
  };
11780
11784
  }>>) | ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
11781
11785
  align: {
11782
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
11783
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
11784
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
11785
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
11786
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
11787
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
11788
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
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;
11789
11793
  }>;
11790
- default: "middle" | "top" | "bottom" | "stretch" | {
11791
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
11792
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
11793
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
11794
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
11795
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
11796
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
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;
11797
11801
  };
11798
11802
  };
11799
11803
  justify: {
@@ -11825,21 +11829,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
11825
11829
  };
11826
11830
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
11827
11831
  align: {
11828
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
11829
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
11830
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
11831
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
11832
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
11833
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
11834
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
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;
11835
11839
  }>;
11836
- default: "middle" | "top" | "bottom" | "stretch" | {
11837
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
11838
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
11839
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
11840
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
11841
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
11842
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
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;
11843
11847
  };
11844
11848
  };
11845
11849
  justify: {
@@ -12108,21 +12112,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
12108
12112
  readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
12109
12113
  readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
12110
12114
  align: {
12111
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
12112
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
12113
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
12114
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
12115
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
12116
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
12117
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
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;
12118
12122
  }>;
12119
- default: "middle" | "top" | "bottom" | "stretch" | {
12120
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
12121
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
12122
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
12123
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
12124
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
12125
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
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;
12126
12130
  };
12127
12131
  };
12128
12132
  justify: {
@@ -12194,7 +12198,7 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
12194
12198
  emits: (event: "changeField", item: any) => void;
12195
12199
  formData: import("ll-plus/es/index").FormData;
12196
12200
  componentRef: import("vue").Ref<any>;
12197
- getBindValue: (item: any) => import("lodash").Omit<any, "onChange" | "change" | "label">;
12201
+ getBindValue: (item: any) => import("lodash").Omit<any, "change" | "onChange" | "label">;
12198
12202
  handleChange: (...arg: any[]) => void;
12199
12203
  focus: () => Promise<void>;
12200
12204
  getItem: () => any;
@@ -12246,7 +12250,7 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
12246
12250
  emits: (event: "changeField", item: any) => void;
12247
12251
  formData: import("ll-plus/es/index").FormData;
12248
12252
  componentRef: import("vue").Ref<any>;
12249
- getBindValue: (item: any) => import("lodash").Omit<any, "onChange" | "change" | "label">;
12253
+ getBindValue: (item: any) => import("lodash").Omit<any, "change" | "onChange" | "label">;
12250
12254
  handleChange: (...arg: any[]) => void;
12251
12255
  focus: () => Promise<void>;
12252
12256
  getItem: () => any;
@@ -12389,7 +12393,7 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
12389
12393
  emits: (event: "changeField", item: any) => void;
12390
12394
  formData: import("ll-plus/es/index").FormData;
12391
12395
  componentRef: import("vue").Ref<any>;
12392
- getBindValue: (item: any) => import("lodash").Omit<any, "onChange" | "change" | "label">;
12396
+ getBindValue: (item: any) => import("lodash").Omit<any, "change" | "onChange" | "label">;
12393
12397
  handleChange: (...arg: any[]) => void;
12394
12398
  focus: () => Promise<void>;
12395
12399
  getItem: () => any;
@@ -13315,21 +13319,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
13315
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>;
13316
13320
  readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
13317
13321
  align: {
13318
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
13319
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
13320
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
13321
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
13322
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
13323
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
13324
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
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;
13325
13329
  }>;
13326
- default: "middle" | "top" | "bottom" | "stretch" | {
13327
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
13328
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
13329
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
13330
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
13331
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
13332
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
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;
13333
13337
  };
13334
13338
  };
13335
13339
  justify: {
@@ -13361,21 +13365,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
13361
13365
  };
13362
13366
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
13363
13367
  align: {
13364
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
13365
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
13366
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
13367
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
13368
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
13369
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
13370
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
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;
13371
13375
  }>;
13372
- default: "middle" | "top" | "bottom" | "stretch" | {
13373
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
13374
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
13375
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
13376
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
13377
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
13378
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
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;
13379
13383
  };
13380
13384
  };
13381
13385
  justify: {
@@ -13407,21 +13411,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
13407
13411
  };
13408
13412
  }>>) | ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
13409
13413
  align: {
13410
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
13411
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
13412
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
13413
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
13414
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
13415
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
13416
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
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;
13417
13421
  }>;
13418
- default: "middle" | "top" | "bottom" | "stretch" | {
13419
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
13420
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
13421
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
13422
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
13423
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
13424
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
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;
13425
13429
  };
13426
13430
  };
13427
13431
  justify: {
@@ -13453,21 +13457,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
13453
13457
  };
13454
13458
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
13455
13459
  align: {
13456
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
13457
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
13458
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
13459
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
13460
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
13461
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
13462
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
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;
13463
13467
  }>;
13464
- default: "middle" | "top" | "bottom" | "stretch" | {
13465
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
13466
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
13467
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
13468
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
13469
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
13470
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
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;
13471
13475
  };
13472
13476
  };
13473
13477
  justify: {
@@ -13735,21 +13739,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
13735
13739
  readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
13736
13740
  readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
13737
13741
  align: {
13738
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
13739
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
13740
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
13741
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
13742
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
13743
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
13744
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
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;
13745
13749
  }>;
13746
- default: "middle" | "top" | "bottom" | "stretch" | {
13747
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
13748
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
13749
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
13750
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
13751
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
13752
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
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;
13753
13757
  };
13754
13758
  };
13755
13759
  justify: {
@@ -14691,21 +14695,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
14691
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>;
14692
14696
  readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
14693
14697
  align: {
14694
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
14695
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
14696
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
14697
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
14698
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
14699
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
14700
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
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;
14701
14705
  }>;
14702
- default: "middle" | "top" | "bottom" | "stretch" | {
14703
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
14704
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
14705
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
14706
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
14707
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
14708
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
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;
14709
14713
  };
14710
14714
  };
14711
14715
  justify: {
@@ -14737,21 +14741,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
14737
14741
  };
14738
14742
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
14739
14743
  align: {
14740
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
14741
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
14742
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
14743
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
14744
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
14745
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
14746
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
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;
14747
14751
  }>;
14748
- default: "middle" | "top" | "bottom" | "stretch" | {
14749
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
14750
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
14751
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
14752
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
14753
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
14754
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
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;
14755
14759
  };
14756
14760
  };
14757
14761
  justify: {
@@ -14783,21 +14787,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
14783
14787
  };
14784
14788
  }>>) | ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
14785
14789
  align: {
14786
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
14787
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
14788
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
14789
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
14790
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
14791
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
14792
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
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;
14793
14797
  }>;
14794
- default: "middle" | "top" | "bottom" | "stretch" | {
14795
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
14796
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
14797
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
14798
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
14799
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
14800
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
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;
14801
14805
  };
14802
14806
  };
14803
14807
  justify: {
@@ -14829,21 +14833,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
14829
14833
  };
14830
14834
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
14831
14835
  align: {
14832
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
14833
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
14834
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
14835
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
14836
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
14837
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
14838
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
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;
14839
14843
  }>;
14840
- default: "middle" | "top" | "bottom" | "stretch" | {
14841
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
14842
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
14843
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
14844
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
14845
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
14846
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
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;
14847
14851
  };
14848
14852
  };
14849
14853
  justify: {
@@ -15112,21 +15116,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
15112
15116
  readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
15113
15117
  readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
15114
15118
  align: {
15115
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
15116
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
15117
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
15118
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
15119
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
15120
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
15121
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
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;
15122
15126
  }>;
15123
- default: "middle" | "top" | "bottom" | "stretch" | {
15124
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
15125
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
15126
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
15127
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
15128
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
15129
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
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;
15130
15134
  };
15131
15135
  };
15132
15136
  justify: {
@@ -15198,7 +15202,7 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
15198
15202
  emits: (event: "changeField", item: any) => void;
15199
15203
  formData: import("ll-plus/es/index").FormData;
15200
15204
  componentRef: import("vue").Ref<any>;
15201
- getBindValue: (item: any) => import("lodash").Omit<any, "onChange" | "change" | "label">;
15205
+ getBindValue: (item: any) => import("lodash").Omit<any, "change" | "onChange" | "label">;
15202
15206
  handleChange: (...arg: any[]) => void;
15203
15207
  focus: () => Promise<void>;
15204
15208
  getItem: () => any;
@@ -15250,7 +15254,7 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
15250
15254
  emits: (event: "changeField", item: any) => void;
15251
15255
  formData: import("ll-plus/es/index").FormData;
15252
15256
  componentRef: import("vue").Ref<any>;
15253
- getBindValue: (item: any) => import("lodash").Omit<any, "onChange" | "change" | "label">;
15257
+ getBindValue: (item: any) => import("lodash").Omit<any, "change" | "onChange" | "label">;
15254
15258
  handleChange: (...arg: any[]) => void;
15255
15259
  focus: () => Promise<void>;
15256
15260
  getItem: () => any;
@@ -15393,7 +15397,7 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
15393
15397
  emits: (event: "changeField", item: any) => void;
15394
15398
  formData: import("ll-plus/es/index").FormData;
15395
15399
  componentRef: import("vue").Ref<any>;
15396
- getBindValue: (item: any) => import("lodash").Omit<any, "onChange" | "change" | "label">;
15400
+ getBindValue: (item: any) => import("lodash").Omit<any, "change" | "onChange" | "label">;
15397
15401
  handleChange: (...arg: any[]) => void;
15398
15402
  focus: () => Promise<void>;
15399
15403
  getItem: () => any;
@@ -15646,21 +15650,21 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
15646
15650
  readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
15647
15651
  readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
15648
15652
  align: {
15649
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
15650
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
15651
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
15652
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
15653
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
15654
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
15655
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
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;
15656
15660
  }>;
15657
- default: "middle" | "top" | "bottom" | "stretch" | {
15658
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
15659
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
15660
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
15661
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
15662
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
15663
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
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;
15664
15668
  };
15665
15669
  };
15666
15670
  justify: {
@@ -15701,6 +15705,7 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
15701
15705
  getKeyDisabled: import("vue").ComputedRef<any>;
15702
15706
  getValueDisabled: import("vue").ComputedRef<any>;
15703
15707
  getDeleteDisabled: import("vue").ComputedRef<import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined>;
15708
+ hasValue: import("vue").ComputedRef<any>;
15704
15709
  handleDelete: () => void;
15705
15710
  handleChange: () => Promise<void>;
15706
15711
  validate: () => Promise<any>;
@@ -16066,6 +16071,7 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
16066
16071
  readonly disabledDelete: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => number[]) | (() => number[]) | ((new (...args: any[]) => number[]) | (() => number[]))[], unknown, unknown, () => never[], boolean>;
16067
16072
  readonly disabledAdd: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
16068
16073
  readonly validate: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
16074
+ readonly keepLast: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
16069
16075
  }>> & {
16070
16076
  onChange?: ((value: import("./src/config").KeyValueItem[]) => any) | undefined;
16071
16077
  "onUpdate:value"?: ((value: import("./src/config").KeyValueItem[]) => any) | undefined;
@@ -16087,6 +16093,7 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
16087
16093
  readonly disabledKey: number[];
16088
16094
  readonly disabledDelete: number[];
16089
16095
  readonly disabledAdd: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
16096
+ readonly keepLast: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
16090
16097
  }, {}>>;
16091
16098
  export default LlKeyValue;
16092
16099
  export * from './src/config';