ll-plus 2.6.19 → 2.6.21

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (195) hide show
  1. package/es/components/advanced-filtering/index.d.ts +288 -288
  2. package/es/components/advanced-filtering/src/advanced-filtering.vue.d.ts +144 -144
  3. package/es/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +144 -144
  4. package/es/components/breadcrumb-card/index.d.ts +1 -1
  5. package/es/components/breadcrumb-card/src/breadcrumb-card.vue.d.ts +1 -1
  6. package/es/components/cascader/index.d.ts +8 -8
  7. package/es/components/cascader/src/cascader.vue.d.ts +8 -8
  8. package/es/components/checkbox/index.d.ts +217 -217
  9. package/es/components/checkbox/src/checkbox-group.vue.d.ts +217 -217
  10. package/es/components/checkbox/src/checkbox.d.ts +56 -56
  11. package/es/components/drawer/index.d.ts +5 -5
  12. package/es/components/drawer/src/components/second-confirmation/index.d.ts +1 -1
  13. package/es/components/drawer/src/components/second-confirmation/src/second-confirmation.vue.d.ts +1 -1
  14. package/es/components/drawer/src/drawer.vue.d.ts +5 -5
  15. package/es/components/easy-cron/index.d.ts +95 -95
  16. package/es/components/easy-cron/src/components/easy-cron-inner.vue.d.ts +88 -88
  17. package/es/components/easy-cron/src/components/easy-cron-modal.vue.d.ts +88 -88
  18. package/es/components/easy-cron/src/easy-cron.vue.d.ts +95 -95
  19. package/es/components/form/index.d.ts +144 -144
  20. package/es/components/form/src/components/form-component.vue.d.ts +1 -1
  21. package/es/components/form/src/config/form.d.ts +56 -56
  22. package/es/components/form/src/form.vue.d.ts +143 -143
  23. package/es/components/icon-picker/index.d.ts +1 -1
  24. package/es/components/icon-picker/src/components/modal.vue.d.ts +1 -1
  25. package/es/components/icon-picker/src/icon-picker.vue.d.ts +1 -1
  26. package/es/components/input/index.d.ts +40 -34
  27. package/es/components/input/src/input.d.ts +1 -0
  28. package/es/components/input/src/input.vue.d.ts +40 -34
  29. package/es/components/key-value/index.d.ts +690 -690
  30. package/es/components/key-value/src/components/key-value-item.vue.d.ts +230 -230
  31. package/es/components/key-value/src/key-value.vue.d.ts +690 -690
  32. package/es/components/modal/index.d.ts +1 -1
  33. package/es/components/modal/src/modal.vue.d.ts +1 -1
  34. package/es/components/new-drawer/index.d.ts +7 -7
  35. package/es/components/new-drawer/src/drawer.vue.d.ts +7 -7
  36. package/es/components/new-modal/index.d.ts +2 -2
  37. package/es/components/new-modal/src/modal.vue.d.ts +2 -2
  38. package/es/components/rich-text-editor/index.d.ts +1 -1
  39. package/es/components/rich-text-editor/src/rich-text-editor.vue.d.ts +1 -1
  40. package/es/components/select/index.d.ts +4 -4
  41. package/es/components/select/src/select.vue.d.ts +4 -4
  42. package/es/components/select-group/index.d.ts +2 -2
  43. package/es/components/select-group/src/select-group.d.ts +1 -1
  44. package/es/components/select-group/src/select-group.vue.d.ts +2 -2
  45. package/es/components/table/index.d.ts +6 -6
  46. package/es/components/table/src/components/main-table.vue.d.ts +2 -2
  47. package/es/components/table/src/config/table.d.ts +2 -2
  48. package/es/components/table/src/table.vue.d.ts +6 -6
  49. package/es/components/textarea/index.d.ts +5 -5
  50. package/es/components/textarea/src/textarea.vue.d.ts +5 -5
  51. package/es/components/tooltip/index.d.ts +4 -4
  52. package/es/components/tooltip/src/tooltip.d.ts +1 -1
  53. package/es/components/tooltip/src/tooltip.vue.d.ts +4 -4
  54. package/es/components/tree-search/index.d.ts +1 -1
  55. package/es/components/tree-search/src/tree-search.vue.d.ts +1 -1
  56. package/es/components/upload-drag/index.d.ts +2 -2
  57. package/es/components/upload-drag/src/upload-drag.vue.d.ts +2 -2
  58. package/es/packages/components/input/src/input.mjs +7 -0
  59. package/es/packages/components/input/src/input.mjs.map +1 -1
  60. package/es/packages/components/input/src/input.vue2.mjs +4 -2
  61. package/es/packages/components/input/src/input.vue2.mjs.map +1 -1
  62. package/es/packages/components/upload-image/src/upload-image.vue2.mjs +2 -1
  63. package/es/packages/components/upload-image/src/upload-image.vue2.mjs.map +1 -1
  64. package/index.full.js +13 -3
  65. package/index.full.min.js +2 -2
  66. package/index.full.min.js.map +1 -1
  67. package/index.full.min.mjs +2 -2
  68. package/index.full.min.mjs.map +1 -1
  69. package/index.full.mjs +13 -3
  70. package/lib/components/advanced-filtering/index.d.ts +288 -288
  71. package/lib/components/advanced-filtering/src/advanced-filtering.vue.d.ts +144 -144
  72. package/lib/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +144 -144
  73. package/lib/components/breadcrumb-card/index.d.ts +1 -1
  74. package/lib/components/breadcrumb-card/src/breadcrumb-card.vue.d.ts +1 -1
  75. package/lib/components/cascader/index.d.ts +8 -8
  76. package/lib/components/cascader/src/cascader.vue.d.ts +8 -8
  77. package/lib/components/checkbox/index.d.ts +217 -217
  78. package/lib/components/checkbox/src/checkbox-group.vue.d.ts +217 -217
  79. package/lib/components/checkbox/src/checkbox.d.ts +56 -56
  80. package/lib/components/drawer/index.d.ts +5 -5
  81. package/lib/components/drawer/src/components/second-confirmation/index.d.ts +1 -1
  82. package/lib/components/drawer/src/components/second-confirmation/src/second-confirmation.vue.d.ts +1 -1
  83. package/lib/components/drawer/src/drawer.vue.d.ts +5 -5
  84. package/lib/components/easy-cron/index.d.ts +95 -95
  85. package/lib/components/easy-cron/src/components/easy-cron-inner.vue.d.ts +88 -88
  86. package/lib/components/easy-cron/src/components/easy-cron-modal.vue.d.ts +88 -88
  87. package/lib/components/easy-cron/src/easy-cron.vue.d.ts +95 -95
  88. package/lib/components/form/index.d.ts +144 -144
  89. package/lib/components/form/src/components/form-component.vue.d.ts +1 -1
  90. package/lib/components/form/src/config/form.d.ts +56 -56
  91. package/lib/components/form/src/form.vue.d.ts +143 -143
  92. package/lib/components/icon-picker/index.d.ts +1 -1
  93. package/lib/components/icon-picker/src/components/modal.vue.d.ts +1 -1
  94. package/lib/components/icon-picker/src/icon-picker.vue.d.ts +1 -1
  95. package/lib/components/input/index.d.ts +40 -34
  96. package/lib/components/input/src/input.d.ts +1 -0
  97. package/lib/components/input/src/input.vue.d.ts +40 -34
  98. package/lib/components/key-value/index.d.ts +690 -690
  99. package/lib/components/key-value/src/components/key-value-item.vue.d.ts +230 -230
  100. package/lib/components/key-value/src/key-value.vue.d.ts +690 -690
  101. package/lib/components/modal/index.d.ts +1 -1
  102. package/lib/components/modal/src/modal.vue.d.ts +1 -1
  103. package/lib/components/new-drawer/index.d.ts +7 -7
  104. package/lib/components/new-drawer/src/drawer.vue.d.ts +7 -7
  105. package/lib/components/new-modal/index.d.ts +2 -2
  106. package/lib/components/new-modal/src/modal.vue.d.ts +2 -2
  107. package/lib/components/rich-text-editor/index.d.ts +1 -1
  108. package/lib/components/rich-text-editor/src/rich-text-editor.vue.d.ts +1 -1
  109. package/lib/components/select/index.d.ts +4 -4
  110. package/lib/components/select/src/select.vue.d.ts +4 -4
  111. package/lib/components/select-group/index.d.ts +2 -2
  112. package/lib/components/select-group/src/select-group.d.ts +1 -1
  113. package/lib/components/select-group/src/select-group.vue.d.ts +2 -2
  114. package/lib/components/table/index.d.ts +6 -6
  115. package/lib/components/table/src/components/main-table.vue.d.ts +2 -2
  116. package/lib/components/table/src/config/table.d.ts +2 -2
  117. package/lib/components/table/src/table.vue.d.ts +6 -6
  118. package/lib/components/textarea/index.d.ts +5 -5
  119. package/lib/components/textarea/src/textarea.vue.d.ts +5 -5
  120. package/lib/components/tooltip/index.d.ts +4 -4
  121. package/lib/components/tooltip/src/tooltip.d.ts +1 -1
  122. package/lib/components/tooltip/src/tooltip.vue.d.ts +4 -4
  123. package/lib/components/tree-search/index.d.ts +1 -1
  124. package/lib/components/tree-search/src/tree-search.vue.d.ts +1 -1
  125. package/lib/components/upload-drag/index.d.ts +2 -2
  126. package/lib/components/upload-drag/src/upload-drag.vue.d.ts +2 -2
  127. package/lib/packages/components/input/src/input.js +7 -0
  128. package/lib/packages/components/input/src/input.js.map +1 -1
  129. package/lib/packages/components/input/src/input.vue2.js +4 -2
  130. package/lib/packages/components/input/src/input.vue2.js.map +1 -1
  131. package/lib/packages/components/upload-image/src/upload-image.vue2.js +2 -1
  132. package/lib/packages/components/upload-image/src/upload-image.vue2.js.map +1 -1
  133. package/package.json +1 -1
  134. package/theme-chalk/css/index.css +2 -2
  135. package/theme-chalk/css/table.css +1 -1
  136. package/theme-chalk/css/upload-image.css +1 -1
  137. package/theme-chalk/fonts/iconfont.js +1 -1
  138. package/theme-chalk/fonts/iconfont.json +4 -4
  139. package/types/packages/components/advanced-filtering/index.d.ts +288 -288
  140. package/types/packages/components/advanced-filtering/src/advanced-filtering.vue.d.ts +144 -144
  141. package/types/packages/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +144 -144
  142. package/types/packages/components/breadcrumb-card/index.d.ts +1 -1
  143. package/types/packages/components/breadcrumb-card/src/breadcrumb-card.vue.d.ts +1 -1
  144. package/types/packages/components/cascader/index.d.ts +8 -8
  145. package/types/packages/components/cascader/src/cascader.vue.d.ts +8 -8
  146. package/types/packages/components/checkbox/index.d.ts +217 -217
  147. package/types/packages/components/checkbox/src/checkbox-group.vue.d.ts +217 -217
  148. package/types/packages/components/checkbox/src/checkbox.d.ts +56 -56
  149. package/types/packages/components/drawer/index.d.ts +5 -5
  150. package/types/packages/components/drawer/src/components/second-confirmation/index.d.ts +1 -1
  151. package/types/packages/components/drawer/src/components/second-confirmation/src/second-confirmation.vue.d.ts +1 -1
  152. package/types/packages/components/drawer/src/drawer.vue.d.ts +5 -5
  153. package/types/packages/components/easy-cron/index.d.ts +95 -95
  154. package/types/packages/components/easy-cron/src/components/easy-cron-inner.vue.d.ts +88 -88
  155. package/types/packages/components/easy-cron/src/components/easy-cron-modal.vue.d.ts +88 -88
  156. package/types/packages/components/easy-cron/src/easy-cron.vue.d.ts +95 -95
  157. package/types/packages/components/form/index.d.ts +144 -144
  158. package/types/packages/components/form/src/components/form-component.vue.d.ts +1 -1
  159. package/types/packages/components/form/src/config/form.d.ts +56 -56
  160. package/types/packages/components/form/src/form.vue.d.ts +143 -143
  161. package/types/packages/components/icon-picker/index.d.ts +1 -1
  162. package/types/packages/components/icon-picker/src/components/modal.vue.d.ts +1 -1
  163. package/types/packages/components/icon-picker/src/icon-picker.vue.d.ts +1 -1
  164. package/types/packages/components/input/index.d.ts +40 -34
  165. package/types/packages/components/input/src/input.d.ts +1 -0
  166. package/types/packages/components/input/src/input.vue.d.ts +40 -34
  167. package/types/packages/components/key-value/index.d.ts +690 -690
  168. package/types/packages/components/key-value/src/components/key-value-item.vue.d.ts +230 -230
  169. package/types/packages/components/key-value/src/key-value.vue.d.ts +690 -690
  170. package/types/packages/components/modal/index.d.ts +1 -1
  171. package/types/packages/components/modal/src/modal.vue.d.ts +1 -1
  172. package/types/packages/components/new-drawer/index.d.ts +7 -7
  173. package/types/packages/components/new-drawer/src/drawer.vue.d.ts +7 -7
  174. package/types/packages/components/new-modal/index.d.ts +2 -2
  175. package/types/packages/components/new-modal/src/modal.vue.d.ts +2 -2
  176. package/types/packages/components/rich-text-editor/index.d.ts +1 -1
  177. package/types/packages/components/rich-text-editor/src/rich-text-editor.vue.d.ts +1 -1
  178. package/types/packages/components/select/index.d.ts +4 -4
  179. package/types/packages/components/select/src/select.vue.d.ts +4 -4
  180. package/types/packages/components/select-group/index.d.ts +2 -2
  181. package/types/packages/components/select-group/src/select-group.d.ts +1 -1
  182. package/types/packages/components/select-group/src/select-group.vue.d.ts +2 -2
  183. package/types/packages/components/table/index.d.ts +6 -6
  184. package/types/packages/components/table/src/components/main-table.vue.d.ts +2 -2
  185. package/types/packages/components/table/src/config/table.d.ts +2 -2
  186. package/types/packages/components/table/src/table.vue.d.ts +6 -6
  187. package/types/packages/components/textarea/index.d.ts +5 -5
  188. package/types/packages/components/textarea/src/textarea.vue.d.ts +5 -5
  189. package/types/packages/components/tooltip/index.d.ts +4 -4
  190. package/types/packages/components/tooltip/src/tooltip.d.ts +1 -1
  191. package/types/packages/components/tooltip/src/tooltip.vue.d.ts +4 -4
  192. package/types/packages/components/tree-search/index.d.ts +1 -1
  193. package/types/packages/components/tree-search/src/tree-search.vue.d.ts +1 -1
  194. package/types/packages/components/upload-drag/index.d.ts +2 -2
  195. package/types/packages/components/upload-drag/src/upload-drag.vue.d.ts +2 -2
@@ -996,21 +996,21 @@ declare const _default: import("vue").DefineComponent<{
996
996
  readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/components").FormData) | (() => import("ll-plus/es/components").FormData) | ((new (...args: any[]) => import("ll-plus/es/components").FormData) | (() => import("ll-plus/es/components").FormData))[], unknown, unknown, () => {}, boolean>;
997
997
  readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
998
998
  align: {
999
- type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
1000
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
1001
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
1002
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
1003
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
1004
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
1005
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
999
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
1000
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
1001
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
1002
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
1003
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
1004
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1005
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1006
1006
  }>;
1007
- default: "top" | "bottom" | "middle" | "stretch" | {
1008
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
1009
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
1010
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
1011
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
1012
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
1013
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
1007
+ default: "middle" | "top" | "bottom" | "stretch" | {
1008
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
1009
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
1010
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
1011
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
1012
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1013
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1014
1014
  };
1015
1015
  };
1016
1016
  justify: {
@@ -1042,21 +1042,21 @@ declare const _default: import("vue").DefineComponent<{
1042
1042
  };
1043
1043
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
1044
1044
  align: {
1045
- type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
1046
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
1047
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
1048
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
1049
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
1050
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
1051
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
1045
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
1046
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
1047
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
1048
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
1049
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
1050
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1051
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1052
1052
  }>;
1053
- default: "top" | "bottom" | "middle" | "stretch" | {
1054
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
1055
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
1056
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
1057
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
1058
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
1059
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
1053
+ default: "middle" | "top" | "bottom" | "stretch" | {
1054
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
1055
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
1056
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
1057
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
1058
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1059
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1060
1060
  };
1061
1061
  };
1062
1062
  justify: {
@@ -1088,21 +1088,21 @@ declare const _default: import("vue").DefineComponent<{
1088
1088
  };
1089
1089
  }>>) | ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
1090
1090
  align: {
1091
- type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
1092
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
1093
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
1094
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
1095
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
1096
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
1097
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
1091
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
1092
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
1093
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
1094
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
1095
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
1096
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1097
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1098
1098
  }>;
1099
- default: "top" | "bottom" | "middle" | "stretch" | {
1100
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
1101
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
1102
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
1103
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
1104
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
1105
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
1099
+ default: "middle" | "top" | "bottom" | "stretch" | {
1100
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
1101
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
1102
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
1103
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
1104
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1105
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1106
1106
  };
1107
1107
  };
1108
1108
  justify: {
@@ -1134,21 +1134,21 @@ declare const _default: import("vue").DefineComponent<{
1134
1134
  };
1135
1135
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
1136
1136
  align: {
1137
- type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
1138
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
1139
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
1140
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
1141
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
1142
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
1143
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
1137
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
1138
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
1139
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
1140
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
1141
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
1142
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1143
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1144
1144
  }>;
1145
- default: "top" | "bottom" | "middle" | "stretch" | {
1146
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
1147
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
1148
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
1149
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
1150
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
1151
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
1145
+ default: "middle" | "top" | "bottom" | "stretch" | {
1146
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
1147
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
1148
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
1149
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
1150
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1151
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1152
1152
  };
1153
1153
  };
1154
1154
  justify: {
@@ -1417,21 +1417,21 @@ declare const _default: import("vue").DefineComponent<{
1417
1417
  readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
1418
1418
  readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
1419
1419
  align: {
1420
- type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
1421
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
1422
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
1423
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
1424
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
1425
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
1426
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
1420
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
1421
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
1422
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
1423
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
1424
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
1425
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1426
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1427
1427
  }>;
1428
- default: "top" | "bottom" | "middle" | "stretch" | {
1429
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
1430
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
1431
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
1432
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
1433
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
1434
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
1428
+ default: "middle" | "top" | "bottom" | "stretch" | {
1429
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
1430
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
1431
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
1432
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
1433
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1434
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1435
1435
  };
1436
1436
  };
1437
1437
  justify: {
@@ -1503,7 +1503,7 @@ declare const _default: import("vue").DefineComponent<{
1503
1503
  emits: (event: "changeField", item: any) => void;
1504
1504
  formData: import("ll-plus/es/components").FormData;
1505
1505
  componentRef: import("vue").Ref<any>;
1506
- getBindValue: (item: any) => import("lodash").Omit<any, "change" | "onChange" | "label">;
1506
+ getBindValue: (item: any) => import("lodash").Omit<any, "onChange" | "change" | "label">;
1507
1507
  handleChange: (...arg: any[]) => void;
1508
1508
  focus: () => Promise<void>;
1509
1509
  getItem: () => any;
@@ -1555,7 +1555,7 @@ declare const _default: import("vue").DefineComponent<{
1555
1555
  emits: (event: "changeField", item: any) => void;
1556
1556
  formData: import("ll-plus/es/components").FormData;
1557
1557
  componentRef: import("vue").Ref<any>;
1558
- getBindValue: (item: any) => import("lodash").Omit<any, "change" | "onChange" | "label">;
1558
+ getBindValue: (item: any) => import("lodash").Omit<any, "onChange" | "change" | "label">;
1559
1559
  handleChange: (...arg: any[]) => void;
1560
1560
  focus: () => Promise<void>;
1561
1561
  getItem: () => any;
@@ -1698,7 +1698,7 @@ declare const _default: import("vue").DefineComponent<{
1698
1698
  emits: (event: "changeField", item: any) => void;
1699
1699
  formData: import("ll-plus/es/components").FormData;
1700
1700
  componentRef: import("vue").Ref<any>;
1701
- getBindValue: (item: any) => import("lodash").Omit<any, "change" | "onChange" | "label">;
1701
+ getBindValue: (item: any) => import("lodash").Omit<any, "onChange" | "change" | "label">;
1702
1702
  handleChange: (...arg: any[]) => void;
1703
1703
  focus: () => Promise<void>;
1704
1704
  getItem: () => any;
@@ -2624,21 +2624,21 @@ declare const _default: import("vue").DefineComponent<{
2624
2624
  readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/components").FormData) | (() => import("ll-plus/es/components").FormData) | ((new (...args: any[]) => import("ll-plus/es/components").FormData) | (() => import("ll-plus/es/components").FormData))[], unknown, unknown, () => {}, boolean>;
2625
2625
  readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
2626
2626
  align: {
2627
- type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
2628
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
2629
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
2630
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
2631
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
2632
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
2633
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
2627
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
2628
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
2629
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
2630
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
2631
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
2632
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2633
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2634
2634
  }>;
2635
- default: "top" | "bottom" | "middle" | "stretch" | {
2636
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
2637
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
2638
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
2639
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
2640
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
2641
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
2635
+ default: "middle" | "top" | "bottom" | "stretch" | {
2636
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
2637
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
2638
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
2639
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
2640
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2641
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2642
2642
  };
2643
2643
  };
2644
2644
  justify: {
@@ -2670,21 +2670,21 @@ declare const _default: import("vue").DefineComponent<{
2670
2670
  };
2671
2671
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
2672
2672
  align: {
2673
- type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
2674
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
2675
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
2676
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
2677
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
2678
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
2679
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
2673
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
2674
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
2675
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
2676
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
2677
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
2678
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2679
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2680
2680
  }>;
2681
- default: "top" | "bottom" | "middle" | "stretch" | {
2682
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
2683
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
2684
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
2685
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
2686
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
2687
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
2681
+ default: "middle" | "top" | "bottom" | "stretch" | {
2682
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
2683
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
2684
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
2685
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
2686
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2687
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2688
2688
  };
2689
2689
  };
2690
2690
  justify: {
@@ -2716,21 +2716,21 @@ declare const _default: import("vue").DefineComponent<{
2716
2716
  };
2717
2717
  }>>) | ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
2718
2718
  align: {
2719
- type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
2720
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
2721
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
2722
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
2723
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
2724
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
2725
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
2719
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
2720
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
2721
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
2722
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
2723
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
2724
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2725
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2726
2726
  }>;
2727
- default: "top" | "bottom" | "middle" | "stretch" | {
2728
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
2729
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
2730
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
2731
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
2732
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
2733
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
2727
+ default: "middle" | "top" | "bottom" | "stretch" | {
2728
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
2729
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
2730
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
2731
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
2732
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2733
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2734
2734
  };
2735
2735
  };
2736
2736
  justify: {
@@ -2762,21 +2762,21 @@ declare const _default: import("vue").DefineComponent<{
2762
2762
  };
2763
2763
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
2764
2764
  align: {
2765
- type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
2766
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
2767
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
2768
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
2769
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
2770
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
2771
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
2765
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
2766
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
2767
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
2768
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
2769
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
2770
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2771
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2772
2772
  }>;
2773
- default: "top" | "bottom" | "middle" | "stretch" | {
2774
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
2775
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
2776
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
2777
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
2778
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
2779
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
2773
+ default: "middle" | "top" | "bottom" | "stretch" | {
2774
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
2775
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
2776
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
2777
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
2778
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2779
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2780
2780
  };
2781
2781
  };
2782
2782
  justify: {
@@ -3044,21 +3044,21 @@ declare const _default: import("vue").DefineComponent<{
3044
3044
  readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
3045
3045
  readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
3046
3046
  align: {
3047
- type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
3048
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
3049
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
3050
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
3051
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
3052
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
3053
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
3047
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
3048
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
3049
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
3050
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
3051
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
3052
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
3053
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
3054
3054
  }>;
3055
- default: "top" | "bottom" | "middle" | "stretch" | {
3056
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
3057
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
3058
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
3059
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
3060
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
3061
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
3055
+ default: "middle" | "top" | "bottom" | "stretch" | {
3056
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
3057
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
3058
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
3059
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
3060
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
3061
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
3062
3062
  };
3063
3063
  };
3064
3064
  justify: {
@@ -4000,21 +4000,21 @@ declare const _default: import("vue").DefineComponent<{
4000
4000
  readonly formData: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/components").FormData) | (() => import("ll-plus/es/components").FormData) | ((new (...args: any[]) => import("ll-plus/es/components").FormData) | (() => import("ll-plus/es/components").FormData))[], unknown, unknown, () => {}, boolean>;
4001
4001
  readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
4002
4002
  align: {
4003
- type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
4004
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
4005
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
4006
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
4007
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
4008
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
4009
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
4003
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
4004
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
4005
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
4006
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
4007
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
4008
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
4009
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
4010
4010
  }>;
4011
- default: "top" | "bottom" | "middle" | "stretch" | {
4012
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
4013
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
4014
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
4015
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
4016
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
4017
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
4011
+ default: "middle" | "top" | "bottom" | "stretch" | {
4012
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
4013
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
4014
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
4015
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
4016
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
4017
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
4018
4018
  };
4019
4019
  };
4020
4020
  justify: {
@@ -4046,21 +4046,21 @@ declare const _default: import("vue").DefineComponent<{
4046
4046
  };
4047
4047
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
4048
4048
  align: {
4049
- type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
4050
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
4051
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
4052
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
4053
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
4054
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
4055
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
4049
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
4050
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
4051
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
4052
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
4053
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
4054
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
4055
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
4056
4056
  }>;
4057
- default: "top" | "bottom" | "middle" | "stretch" | {
4058
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
4059
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
4060
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
4061
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
4062
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
4063
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
4057
+ default: "middle" | "top" | "bottom" | "stretch" | {
4058
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
4059
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
4060
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
4061
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
4062
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
4063
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
4064
4064
  };
4065
4065
  };
4066
4066
  justify: {
@@ -4092,21 +4092,21 @@ declare const _default: import("vue").DefineComponent<{
4092
4092
  };
4093
4093
  }>>) | ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
4094
4094
  align: {
4095
- type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
4096
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
4097
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
4098
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
4099
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
4100
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
4101
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
4095
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
4096
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
4097
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
4098
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
4099
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
4100
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
4101
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
4102
4102
  }>;
4103
- default: "top" | "bottom" | "middle" | "stretch" | {
4104
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
4105
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
4106
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
4107
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
4108
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
4109
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
4103
+ default: "middle" | "top" | "bottom" | "stretch" | {
4104
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
4105
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
4106
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
4107
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
4108
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
4109
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
4110
4110
  };
4111
4111
  };
4112
4112
  justify: {
@@ -4138,21 +4138,21 @@ declare const _default: import("vue").DefineComponent<{
4138
4138
  };
4139
4139
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
4140
4140
  align: {
4141
- type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
4142
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
4143
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
4144
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
4145
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
4146
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
4147
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
4141
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
4142
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
4143
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
4144
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
4145
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
4146
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
4147
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
4148
4148
  }>;
4149
- default: "top" | "bottom" | "middle" | "stretch" | {
4150
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
4151
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
4152
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
4153
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
4154
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
4155
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
4149
+ default: "middle" | "top" | "bottom" | "stretch" | {
4150
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
4151
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
4152
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
4153
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
4154
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
4155
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
4156
4156
  };
4157
4157
  };
4158
4158
  justify: {
@@ -4421,21 +4421,21 @@ declare const _default: import("vue").DefineComponent<{
4421
4421
  readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
4422
4422
  readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
4423
4423
  align: {
4424
- type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
4425
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
4426
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
4427
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
4428
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
4429
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
4430
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
4424
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
4425
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
4426
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
4427
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
4428
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
4429
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
4430
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
4431
4431
  }>;
4432
- default: "top" | "bottom" | "middle" | "stretch" | {
4433
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
4434
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
4435
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
4436
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
4437
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
4438
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
4432
+ default: "middle" | "top" | "bottom" | "stretch" | {
4433
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
4434
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
4435
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
4436
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
4437
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
4438
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
4439
4439
  };
4440
4440
  };
4441
4441
  justify: {
@@ -4507,7 +4507,7 @@ declare const _default: import("vue").DefineComponent<{
4507
4507
  emits: (event: "changeField", item: any) => void;
4508
4508
  formData: import("ll-plus/es/components").FormData;
4509
4509
  componentRef: import("vue").Ref<any>;
4510
- getBindValue: (item: any) => import("lodash").Omit<any, "change" | "onChange" | "label">;
4510
+ getBindValue: (item: any) => import("lodash").Omit<any, "onChange" | "change" | "label">;
4511
4511
  handleChange: (...arg: any[]) => void;
4512
4512
  focus: () => Promise<void>;
4513
4513
  getItem: () => any;
@@ -4559,7 +4559,7 @@ declare const _default: import("vue").DefineComponent<{
4559
4559
  emits: (event: "changeField", item: any) => void;
4560
4560
  formData: import("ll-plus/es/components").FormData;
4561
4561
  componentRef: import("vue").Ref<any>;
4562
- getBindValue: (item: any) => import("lodash").Omit<any, "change" | "onChange" | "label">;
4562
+ getBindValue: (item: any) => import("lodash").Omit<any, "onChange" | "change" | "label">;
4563
4563
  handleChange: (...arg: any[]) => void;
4564
4564
  focus: () => Promise<void>;
4565
4565
  getItem: () => any;
@@ -4702,7 +4702,7 @@ declare const _default: import("vue").DefineComponent<{
4702
4702
  emits: (event: "changeField", item: any) => void;
4703
4703
  formData: import("ll-plus/es/components").FormData;
4704
4704
  componentRef: import("vue").Ref<any>;
4705
- getBindValue: (item: any) => import("lodash").Omit<any, "change" | "onChange" | "label">;
4705
+ getBindValue: (item: any) => import("lodash").Omit<any, "onChange" | "change" | "label">;
4706
4706
  handleChange: (...arg: any[]) => void;
4707
4707
  focus: () => Promise<void>;
4708
4708
  getItem: () => any;
@@ -4955,21 +4955,21 @@ declare const _default: import("vue").DefineComponent<{
4955
4955
  readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
4956
4956
  readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
4957
4957
  align: {
4958
- type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
4959
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
4960
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
4961
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
4962
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
4963
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
4964
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
4958
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
4959
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
4960
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
4961
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
4962
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
4963
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
4964
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
4965
4965
  }>;
4966
- default: "top" | "bottom" | "middle" | "stretch" | {
4967
- xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
4968
- sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
4969
- md?: "top" | "bottom" | "middle" | "stretch" | undefined;
4970
- lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
4971
- xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
4972
- xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
4966
+ default: "middle" | "top" | "bottom" | "stretch" | {
4967
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
4968
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
4969
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
4970
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
4971
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
4972
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
4973
4973
  };
4974
4974
  };
4975
4975
  justify: {