ll-plus 2.5.19 → 2.5.21

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (178) hide show
  1. package/es/components/advanced-filtering/index.d.ts +284 -284
  2. package/es/components/advanced-filtering/src/advanced-filtering.vue.d.ts +142 -142
  3. package/es/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +142 -142
  4. package/es/components/breadcrumb-card/index.d.ts +1 -1
  5. package/es/components/breadcrumb-card/src/breadcrumb-card.vue.d.ts +1 -1
  6. package/es/components/cascader/index.d.ts +8 -8
  7. package/es/components/cascader/src/cascader.vue.d.ts +8 -8
  8. package/es/components/checkbox/index.d.ts +217 -217
  9. package/es/components/checkbox/src/checkbox-group.vue.d.ts +217 -217
  10. package/es/components/checkbox/src/checkbox.d.ts +56 -56
  11. package/es/components/drawer/index.d.ts +5 -5
  12. package/es/components/drawer/src/components/second-confirmation/index.d.ts +1 -1
  13. package/es/components/drawer/src/components/second-confirmation/src/second-confirmation.vue.d.ts +1 -1
  14. package/es/components/drawer/src/drawer.vue.d.ts +5 -5
  15. package/es/components/easy-cron/index.d.ts +95 -95
  16. package/es/components/easy-cron/src/components/easy-cron-inner.vue.d.ts +88 -88
  17. package/es/components/easy-cron/src/components/easy-cron-modal.vue.d.ts +88 -88
  18. package/es/components/easy-cron/src/easy-cron.vue.d.ts +95 -95
  19. package/es/components/form/index.d.ts +142 -142
  20. package/es/components/form/src/components/form-component.vue.d.ts +1 -1
  21. package/es/components/form/src/config/form.d.ts +56 -56
  22. package/es/components/form/src/form.vue.d.ts +141 -141
  23. package/es/components/input/index.d.ts +33 -33
  24. package/es/components/input/src/input.vue.d.ts +33 -33
  25. package/es/components/key-value/index.d.ts +678 -678
  26. package/es/components/key-value/src/components/key-value-item.vue.d.ts +226 -226
  27. package/es/components/key-value/src/key-value.vue.d.ts +678 -678
  28. package/es/components/modal/index.d.ts +1 -1
  29. package/es/components/modal/src/modal.vue.d.ts +1 -1
  30. package/es/components/new-drawer/index.d.ts +7 -7
  31. package/es/components/new-drawer/src/drawer.vue.d.ts +7 -7
  32. package/es/components/new-modal/index.d.ts +2 -2
  33. package/es/components/new-modal/src/modal.vue.d.ts +2 -2
  34. package/es/components/rich-text-editor/index.d.ts +1 -1
  35. package/es/components/rich-text-editor/src/rich-text-editor.vue.d.ts +1 -1
  36. package/es/components/select/index.d.ts +4 -4
  37. package/es/components/select/src/select.vue.d.ts +4 -4
  38. package/es/components/select-group/index.d.ts +1 -1
  39. package/es/components/select-group/src/select-group.d.ts +1 -1
  40. package/es/components/select-group/src/select-group.vue.d.ts +1 -1
  41. package/es/components/table/index.d.ts +6 -6
  42. package/es/components/table/src/components/main-table.vue.d.ts +2 -2
  43. package/es/components/table/src/config/table.d.ts +2 -2
  44. package/es/components/table/src/table.vue.d.ts +6 -6
  45. package/es/components/textarea/index.d.ts +5 -5
  46. package/es/components/textarea/src/textarea.vue.d.ts +5 -5
  47. package/es/components/tooltip/index.d.ts +4 -4
  48. package/es/components/tooltip/src/tooltip.d.ts +1 -1
  49. package/es/components/tooltip/src/tooltip.vue.d.ts +4 -4
  50. package/es/components/tree-search/index.d.ts +1 -1
  51. package/es/components/tree-search/src/tree-search.vue.d.ts +1 -1
  52. package/es/components/upload-drag/index.d.ts +2 -2
  53. package/es/components/upload-drag/src/upload-drag.vue.d.ts +2 -2
  54. package/es/packages/components/icon-base/src/icon-base.vue2.mjs +1 -1
  55. package/es/packages/components/icon-base/src/icon-base.vue2.mjs.map +1 -1
  56. package/es/packages/components/number-range/src/number-range.vue2.mjs +23 -15
  57. package/es/packages/components/number-range/src/number-range.vue2.mjs.map +1 -1
  58. package/index.full.js +23 -15
  59. package/index.full.min.js +16 -16
  60. package/index.full.min.js.map +1 -1
  61. package/index.full.min.mjs +16 -16
  62. package/index.full.min.mjs.map +1 -1
  63. package/index.full.mjs +23 -15
  64. package/lib/components/advanced-filtering/index.d.ts +284 -284
  65. package/lib/components/advanced-filtering/src/advanced-filtering.vue.d.ts +142 -142
  66. package/lib/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +142 -142
  67. package/lib/components/breadcrumb-card/index.d.ts +1 -1
  68. package/lib/components/breadcrumb-card/src/breadcrumb-card.vue.d.ts +1 -1
  69. package/lib/components/cascader/index.d.ts +8 -8
  70. package/lib/components/cascader/src/cascader.vue.d.ts +8 -8
  71. package/lib/components/checkbox/index.d.ts +217 -217
  72. package/lib/components/checkbox/src/checkbox-group.vue.d.ts +217 -217
  73. package/lib/components/checkbox/src/checkbox.d.ts +56 -56
  74. package/lib/components/drawer/index.d.ts +5 -5
  75. package/lib/components/drawer/src/components/second-confirmation/index.d.ts +1 -1
  76. package/lib/components/drawer/src/components/second-confirmation/src/second-confirmation.vue.d.ts +1 -1
  77. package/lib/components/drawer/src/drawer.vue.d.ts +5 -5
  78. package/lib/components/easy-cron/index.d.ts +95 -95
  79. package/lib/components/easy-cron/src/components/easy-cron-inner.vue.d.ts +88 -88
  80. package/lib/components/easy-cron/src/components/easy-cron-modal.vue.d.ts +88 -88
  81. package/lib/components/easy-cron/src/easy-cron.vue.d.ts +95 -95
  82. package/lib/components/form/index.d.ts +142 -142
  83. package/lib/components/form/src/components/form-component.vue.d.ts +1 -1
  84. package/lib/components/form/src/config/form.d.ts +56 -56
  85. package/lib/components/form/src/form.vue.d.ts +141 -141
  86. package/lib/components/input/index.d.ts +33 -33
  87. package/lib/components/input/src/input.vue.d.ts +33 -33
  88. package/lib/components/key-value/index.d.ts +678 -678
  89. package/lib/components/key-value/src/components/key-value-item.vue.d.ts +226 -226
  90. package/lib/components/key-value/src/key-value.vue.d.ts +678 -678
  91. package/lib/components/modal/index.d.ts +1 -1
  92. package/lib/components/modal/src/modal.vue.d.ts +1 -1
  93. package/lib/components/new-drawer/index.d.ts +7 -7
  94. package/lib/components/new-drawer/src/drawer.vue.d.ts +7 -7
  95. package/lib/components/new-modal/index.d.ts +2 -2
  96. package/lib/components/new-modal/src/modal.vue.d.ts +2 -2
  97. package/lib/components/rich-text-editor/index.d.ts +1 -1
  98. package/lib/components/rich-text-editor/src/rich-text-editor.vue.d.ts +1 -1
  99. package/lib/components/select/index.d.ts +4 -4
  100. package/lib/components/select/src/select.vue.d.ts +4 -4
  101. package/lib/components/select-group/index.d.ts +1 -1
  102. package/lib/components/select-group/src/select-group.d.ts +1 -1
  103. package/lib/components/select-group/src/select-group.vue.d.ts +1 -1
  104. package/lib/components/table/index.d.ts +6 -6
  105. package/lib/components/table/src/components/main-table.vue.d.ts +2 -2
  106. package/lib/components/table/src/config/table.d.ts +2 -2
  107. package/lib/components/table/src/table.vue.d.ts +6 -6
  108. package/lib/components/textarea/index.d.ts +5 -5
  109. package/lib/components/textarea/src/textarea.vue.d.ts +5 -5
  110. package/lib/components/tooltip/index.d.ts +4 -4
  111. package/lib/components/tooltip/src/tooltip.d.ts +1 -1
  112. package/lib/components/tooltip/src/tooltip.vue.d.ts +4 -4
  113. package/lib/components/tree-search/index.d.ts +1 -1
  114. package/lib/components/tree-search/src/tree-search.vue.d.ts +1 -1
  115. package/lib/components/upload-drag/index.d.ts +2 -2
  116. package/lib/components/upload-drag/src/upload-drag.vue.d.ts +2 -2
  117. package/lib/packages/components/icon-base/src/icon-base.vue2.js +1 -1
  118. package/lib/packages/components/icon-base/src/icon-base.vue2.js.map +1 -1
  119. package/lib/packages/components/number-range/src/number-range.vue2.js +22 -14
  120. package/lib/packages/components/number-range/src/number-range.vue2.js.map +1 -1
  121. package/package.json +1 -1
  122. package/theme-chalk/css/form.css +1 -1
  123. package/theme-chalk/css/icon-base.css +1 -1
  124. package/theme-chalk/css/index.css +1 -1
  125. package/theme-chalk/css/number-range.css +1 -1
  126. package/types/packages/components/advanced-filtering/index.d.ts +284 -284
  127. package/types/packages/components/advanced-filtering/src/advanced-filtering.vue.d.ts +142 -142
  128. package/types/packages/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +142 -142
  129. package/types/packages/components/breadcrumb-card/index.d.ts +1 -1
  130. package/types/packages/components/breadcrumb-card/src/breadcrumb-card.vue.d.ts +1 -1
  131. package/types/packages/components/cascader/index.d.ts +8 -8
  132. package/types/packages/components/cascader/src/cascader.vue.d.ts +8 -8
  133. package/types/packages/components/checkbox/index.d.ts +217 -217
  134. package/types/packages/components/checkbox/src/checkbox-group.vue.d.ts +217 -217
  135. package/types/packages/components/checkbox/src/checkbox.d.ts +56 -56
  136. package/types/packages/components/drawer/index.d.ts +5 -5
  137. package/types/packages/components/drawer/src/components/second-confirmation/index.d.ts +1 -1
  138. package/types/packages/components/drawer/src/components/second-confirmation/src/second-confirmation.vue.d.ts +1 -1
  139. package/types/packages/components/drawer/src/drawer.vue.d.ts +5 -5
  140. package/types/packages/components/easy-cron/index.d.ts +95 -95
  141. package/types/packages/components/easy-cron/src/components/easy-cron-inner.vue.d.ts +88 -88
  142. package/types/packages/components/easy-cron/src/components/easy-cron-modal.vue.d.ts +88 -88
  143. package/types/packages/components/easy-cron/src/easy-cron.vue.d.ts +95 -95
  144. package/types/packages/components/form/index.d.ts +142 -142
  145. package/types/packages/components/form/src/components/form-component.vue.d.ts +1 -1
  146. package/types/packages/components/form/src/config/form.d.ts +56 -56
  147. package/types/packages/components/form/src/form.vue.d.ts +141 -141
  148. package/types/packages/components/input/index.d.ts +33 -33
  149. package/types/packages/components/input/src/input.vue.d.ts +33 -33
  150. package/types/packages/components/key-value/index.d.ts +678 -678
  151. package/types/packages/components/key-value/src/components/key-value-item.vue.d.ts +226 -226
  152. package/types/packages/components/key-value/src/key-value.vue.d.ts +678 -678
  153. package/types/packages/components/modal/index.d.ts +1 -1
  154. package/types/packages/components/modal/src/modal.vue.d.ts +1 -1
  155. package/types/packages/components/new-drawer/index.d.ts +7 -7
  156. package/types/packages/components/new-drawer/src/drawer.vue.d.ts +7 -7
  157. package/types/packages/components/new-modal/index.d.ts +2 -2
  158. package/types/packages/components/new-modal/src/modal.vue.d.ts +2 -2
  159. package/types/packages/components/rich-text-editor/index.d.ts +1 -1
  160. package/types/packages/components/rich-text-editor/src/rich-text-editor.vue.d.ts +1 -1
  161. package/types/packages/components/select/index.d.ts +4 -4
  162. package/types/packages/components/select/src/select.vue.d.ts +4 -4
  163. package/types/packages/components/select-group/index.d.ts +1 -1
  164. package/types/packages/components/select-group/src/select-group.d.ts +1 -1
  165. package/types/packages/components/select-group/src/select-group.vue.d.ts +1 -1
  166. package/types/packages/components/table/index.d.ts +6 -6
  167. package/types/packages/components/table/src/components/main-table.vue.d.ts +2 -2
  168. package/types/packages/components/table/src/config/table.d.ts +2 -2
  169. package/types/packages/components/table/src/table.vue.d.ts +6 -6
  170. package/types/packages/components/textarea/index.d.ts +5 -5
  171. package/types/packages/components/textarea/src/textarea.vue.d.ts +5 -5
  172. package/types/packages/components/tooltip/index.d.ts +4 -4
  173. package/types/packages/components/tooltip/src/tooltip.d.ts +1 -1
  174. package/types/packages/components/tooltip/src/tooltip.vue.d.ts +4 -4
  175. package/types/packages/components/tree-search/index.d.ts +1 -1
  176. package/types/packages/components/tree-search/src/tree-search.vue.d.ts +1 -1
  177. package/types/packages/components/upload-drag/index.d.ts +2 -2
  178. package/types/packages/components/upload-drag/src/upload-drag.vue.d.ts +2 -2
@@ -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<"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;
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;
1006
1006
  }>;
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;
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;
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<"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;
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;
1052
1052
  }>;
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;
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;
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<"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;
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;
1098
1098
  }>;
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;
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;
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<"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;
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;
1144
1144
  }>;
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;
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;
1152
1152
  };
1153
1153
  };
1154
1154
  justify: {
@@ -1413,21 +1413,21 @@ declare const _default: import("vue").DefineComponent<{
1413
1413
  readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
1414
1414
  readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
1415
1415
  align: {
1416
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
1417
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
1418
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
1419
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
1420
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
1421
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1422
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1416
+ type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
1417
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
1418
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
1419
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
1420
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
1421
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
1422
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
1423
1423
  }>;
1424
- default: "middle" | "top" | "bottom" | "stretch" | {
1425
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
1426
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
1427
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
1428
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
1429
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1430
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1424
+ default: "top" | "bottom" | "middle" | "stretch" | {
1425
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
1426
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
1427
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
1428
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
1429
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
1430
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
1431
1431
  };
1432
1432
  };
1433
1433
  justify: {
@@ -1512,7 +1512,7 @@ declare const _default: import("vue").DefineComponent<{
1512
1512
  } & {}>;
1513
1513
  emits: (event: "changeField", item: any) => void;
1514
1514
  formData: import("ll-plus/es/components").FormData;
1515
- getBindValue: (item: any) => import("lodash").Omit<any, "onChange" | "change" | "label">;
1515
+ getBindValue: (item: any) => import("lodash").Omit<any, "change" | "onChange" | "label">;
1516
1516
  handleChange: (...arg: any[]) => void;
1517
1517
  readonly checkedType: string[];
1518
1518
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
@@ -2436,21 +2436,21 @@ declare const _default: import("vue").DefineComponent<{
2436
2436
  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>;
2437
2437
  readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
2438
2438
  align: {
2439
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
2440
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
2441
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
2442
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
2443
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
2444
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2445
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2439
+ type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
2440
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
2441
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
2442
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
2443
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
2444
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
2445
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
2446
2446
  }>;
2447
- default: "middle" | "top" | "bottom" | "stretch" | {
2448
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
2449
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
2450
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
2451
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
2452
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2453
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2447
+ default: "top" | "bottom" | "middle" | "stretch" | {
2448
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
2449
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
2450
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
2451
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
2452
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
2453
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
2454
2454
  };
2455
2455
  };
2456
2456
  justify: {
@@ -2482,21 +2482,21 @@ declare const _default: import("vue").DefineComponent<{
2482
2482
  };
2483
2483
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
2484
2484
  align: {
2485
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
2486
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
2487
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
2488
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
2489
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
2490
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2491
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2485
+ type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
2486
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
2487
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
2488
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
2489
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
2490
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
2491
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
2492
2492
  }>;
2493
- default: "middle" | "top" | "bottom" | "stretch" | {
2494
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
2495
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
2496
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
2497
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
2498
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2499
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2493
+ default: "top" | "bottom" | "middle" | "stretch" | {
2494
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
2495
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
2496
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
2497
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
2498
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
2499
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
2500
2500
  };
2501
2501
  };
2502
2502
  justify: {
@@ -2528,21 +2528,21 @@ declare const _default: import("vue").DefineComponent<{
2528
2528
  };
2529
2529
  }>>) | ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
2530
2530
  align: {
2531
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
2532
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
2533
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
2534
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
2535
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
2536
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2537
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2531
+ type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
2532
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
2533
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
2534
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
2535
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
2536
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
2537
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
2538
2538
  }>;
2539
- default: "middle" | "top" | "bottom" | "stretch" | {
2540
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
2541
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
2542
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
2543
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
2544
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2545
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2539
+ default: "top" | "bottom" | "middle" | "stretch" | {
2540
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
2541
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
2542
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
2543
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
2544
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
2545
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
2546
2546
  };
2547
2547
  };
2548
2548
  justify: {
@@ -2574,21 +2574,21 @@ declare const _default: import("vue").DefineComponent<{
2574
2574
  };
2575
2575
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
2576
2576
  align: {
2577
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
2578
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
2579
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
2580
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
2581
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
2582
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2583
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2577
+ type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
2578
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
2579
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
2580
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
2581
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
2582
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
2583
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
2584
2584
  }>;
2585
- default: "middle" | "top" | "bottom" | "stretch" | {
2586
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
2587
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
2588
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
2589
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
2590
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2591
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2585
+ default: "top" | "bottom" | "middle" | "stretch" | {
2586
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
2587
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
2588
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
2589
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
2590
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
2591
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
2592
2592
  };
2593
2593
  };
2594
2594
  justify: {
@@ -2852,21 +2852,21 @@ declare const _default: import("vue").DefineComponent<{
2852
2852
  readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
2853
2853
  readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
2854
2854
  align: {
2855
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
2856
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
2857
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
2858
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
2859
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
2860
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2861
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2855
+ type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
2856
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
2857
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
2858
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
2859
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
2860
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
2861
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
2862
2862
  }>;
2863
- default: "middle" | "top" | "bottom" | "stretch" | {
2864
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
2865
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
2866
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
2867
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
2868
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2869
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
2863
+ default: "top" | "bottom" | "middle" | "stretch" | {
2864
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
2865
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
2866
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
2867
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
2868
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
2869
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
2870
2870
  };
2871
2871
  };
2872
2872
  justify: {
@@ -3806,21 +3806,21 @@ declare const _default: import("vue").DefineComponent<{
3806
3806
  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>;
3807
3807
  readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
3808
3808
  align: {
3809
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
3810
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
3811
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
3812
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
3813
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
3814
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
3815
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
3809
+ type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
3810
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
3811
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
3812
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
3813
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
3814
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
3815
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
3816
3816
  }>;
3817
- default: "middle" | "top" | "bottom" | "stretch" | {
3818
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
3819
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
3820
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
3821
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
3822
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
3823
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
3817
+ default: "top" | "bottom" | "middle" | "stretch" | {
3818
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
3819
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
3820
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
3821
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
3822
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
3823
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
3824
3824
  };
3825
3825
  };
3826
3826
  justify: {
@@ -3852,21 +3852,21 @@ declare const _default: import("vue").DefineComponent<{
3852
3852
  };
3853
3853
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
3854
3854
  align: {
3855
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
3856
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
3857
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
3858
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
3859
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
3860
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
3861
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
3855
+ type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
3856
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
3857
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
3858
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
3859
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
3860
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
3861
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
3862
3862
  }>;
3863
- default: "middle" | "top" | "bottom" | "stretch" | {
3864
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
3865
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
3866
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
3867
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
3868
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
3869
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
3863
+ default: "top" | "bottom" | "middle" | "stretch" | {
3864
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
3865
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
3866
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
3867
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
3868
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
3869
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
3870
3870
  };
3871
3871
  };
3872
3872
  justify: {
@@ -3898,21 +3898,21 @@ declare const _default: import("vue").DefineComponent<{
3898
3898
  };
3899
3899
  }>>) | ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
3900
3900
  align: {
3901
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
3902
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
3903
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
3904
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
3905
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
3906
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
3907
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
3901
+ type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
3902
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
3903
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
3904
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
3905
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
3906
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
3907
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
3908
3908
  }>;
3909
- default: "middle" | "top" | "bottom" | "stretch" | {
3910
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
3911
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
3912
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
3913
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
3914
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
3915
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
3909
+ default: "top" | "bottom" | "middle" | "stretch" | {
3910
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
3911
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
3912
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
3913
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
3914
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
3915
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
3916
3916
  };
3917
3917
  };
3918
3918
  justify: {
@@ -3944,21 +3944,21 @@ declare const _default: import("vue").DefineComponent<{
3944
3944
  };
3945
3945
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
3946
3946
  align: {
3947
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
3948
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
3949
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
3950
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
3951
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
3952
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
3953
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
3947
+ type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
3948
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
3949
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
3950
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
3951
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
3952
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
3953
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
3954
3954
  }>;
3955
- default: "middle" | "top" | "bottom" | "stretch" | {
3956
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
3957
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
3958
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
3959
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
3960
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
3961
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
3955
+ default: "top" | "bottom" | "middle" | "stretch" | {
3956
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
3957
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
3958
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
3959
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
3960
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
3961
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
3962
3962
  };
3963
3963
  };
3964
3964
  justify: {
@@ -4223,21 +4223,21 @@ declare const _default: import("vue").DefineComponent<{
4223
4223
  readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
4224
4224
  readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
4225
4225
  align: {
4226
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
4227
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
4228
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
4229
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
4230
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
4231
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
4232
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
4226
+ type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
4227
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
4228
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
4229
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
4230
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
4231
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
4232
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
4233
4233
  }>;
4234
- default: "middle" | "top" | "bottom" | "stretch" | {
4235
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
4236
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
4237
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
4238
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
4239
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
4240
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
4234
+ default: "top" | "bottom" | "middle" | "stretch" | {
4235
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
4236
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
4237
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
4238
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
4239
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
4240
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
4241
4241
  };
4242
4242
  };
4243
4243
  justify: {
@@ -4322,7 +4322,7 @@ declare const _default: import("vue").DefineComponent<{
4322
4322
  } & {}>;
4323
4323
  emits: (event: "changeField", item: any) => void;
4324
4324
  formData: import("ll-plus/es/components").FormData;
4325
- getBindValue: (item: any) => import("lodash").Omit<any, "onChange" | "change" | "label">;
4325
+ getBindValue: (item: any) => import("lodash").Omit<any, "change" | "onChange" | "label">;
4326
4326
  handleChange: (...arg: any[]) => void;
4327
4327
  readonly checkedType: string[];
4328
4328
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
@@ -4572,21 +4572,21 @@ declare const _default: import("vue").DefineComponent<{
4572
4572
  readonly loading: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
4573
4573
  readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
4574
4574
  align: {
4575
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
4576
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
4577
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
4578
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
4579
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
4580
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
4581
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
4575
+ type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
4576
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
4577
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
4578
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
4579
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
4580
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
4581
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
4582
4582
  }>;
4583
- default: "middle" | "top" | "bottom" | "stretch" | {
4584
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
4585
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
4586
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
4587
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
4588
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
4589
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
4583
+ default: "top" | "bottom" | "middle" | "stretch" | {
4584
+ xs?: "top" | "bottom" | "middle" | "stretch" | undefined;
4585
+ sm?: "top" | "bottom" | "middle" | "stretch" | undefined;
4586
+ md?: "top" | "bottom" | "middle" | "stretch" | undefined;
4587
+ lg?: "top" | "bottom" | "middle" | "stretch" | undefined;
4588
+ xl?: "top" | "bottom" | "middle" | "stretch" | undefined;
4589
+ xxl?: "top" | "bottom" | "middle" | "stretch" | undefined;
4590
4590
  };
4591
4591
  };
4592
4592
  justify: {