ll-plus 2.2.21 → 2.2.23

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 (289) hide show
  1. package/es/components/advanced-filtering/index.d.ts +303 -303
  2. package/es/components/advanced-filtering/src/advanced-filtering.vue.d.ts +154 -154
  3. package/es/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +145 -145
  4. package/es/components/advanced-filtering/src/components/advanced-filtering-tags.vue.d.ts +4 -4
  5. package/es/components/api-component/index.d.ts +30 -30
  6. package/es/components/api-component/src/api-component.vue.d.ts +30 -30
  7. package/es/components/api-component/src/components/api-modal.vue.d.ts +6 -6
  8. package/es/components/api-component/src/components/api-url.vue.d.ts +5 -5
  9. package/es/components/api-component/src/components/click-input.vue.d.ts +10 -10
  10. package/es/components/api-component/src/components/params-table-row.vue.d.ts +16 -16
  11. package/es/components/api-component/src/components/params-table.vue.d.ts +20 -20
  12. package/es/components/api-component/src/config/api-component.d.ts +1 -1
  13. package/es/components/api-component/src/config/api-modal.d.ts +1 -1
  14. package/es/components/api-component/src/config/click-input.d.ts +1 -1
  15. package/es/components/button/index.d.ts +1 -1
  16. package/es/components/button/src/button.vue.d.ts +1 -1
  17. package/es/components/checkbox/index.d.ts +221 -275
  18. package/es/components/checkbox/src/checkbox-group.vue.d.ts +221 -275
  19. package/es/components/checkbox/src/checkbox-group.vue2.mjs +65 -47
  20. package/es/components/checkbox/src/checkbox-group.vue2.mjs.map +1 -1
  21. package/es/components/checkbox/src/checkbox.d.ts +57 -56
  22. package/es/components/checkbox/src/checkbox.mjs +4 -0
  23. package/es/components/checkbox/src/checkbox.mjs.map +1 -1
  24. package/es/components/drawer/index.d.ts +11 -11
  25. package/es/components/drawer/src/components/second-confirmation/index.d.ts +9 -9
  26. package/es/components/drawer/src/components/second-confirmation/src/second-confirmation.vue.d.ts +9 -9
  27. package/es/components/drawer/src/drawer.vue.d.ts +11 -11
  28. package/es/components/easy-cron/index.d.ts +82 -82
  29. package/es/components/easy-cron/src/components/easy-cron-inner.vue.d.ts +77 -77
  30. package/es/components/easy-cron/src/components/easy-cron-inner.vue2.mjs +10 -2
  31. package/es/components/easy-cron/src/components/easy-cron-inner.vue2.mjs.map +1 -1
  32. package/es/components/easy-cron/src/components/easy-cron-modal.vue.d.ts +77 -77
  33. package/es/components/easy-cron/src/components/tabs/day-ui.vue.mjs +1 -1
  34. package/es/components/easy-cron/src/components/tabs/day-ui.vue.mjs.map +1 -1
  35. package/es/components/easy-cron/src/components/tabs/day-ui.vue2.mjs.map +1 -1
  36. package/es/components/easy-cron/src/components/tabs/hour-ui.vue.mjs +1 -1
  37. package/es/components/easy-cron/src/components/tabs/hour-ui.vue.mjs.map +1 -1
  38. package/es/components/easy-cron/src/components/tabs/hour-ui.vue2.mjs.map +1 -1
  39. package/es/components/easy-cron/src/components/tabs/minute-ui.vue.mjs +1 -1
  40. package/es/components/easy-cron/src/components/tabs/minute-ui.vue.mjs.map +1 -1
  41. package/es/components/easy-cron/src/components/tabs/minute-ui.vue2.mjs.map +1 -1
  42. package/es/components/easy-cron/src/components/tabs/month-ui.vue.mjs +1 -1
  43. package/es/components/easy-cron/src/components/tabs/month-ui.vue.mjs.map +1 -1
  44. package/es/components/easy-cron/src/components/tabs/month-ui.vue2.mjs.map +1 -1
  45. package/es/components/easy-cron/src/components/tabs/second-ui.vue.mjs +1 -1
  46. package/es/components/easy-cron/src/components/tabs/second-ui.vue.mjs.map +1 -1
  47. package/es/components/easy-cron/src/components/tabs/second-ui.vue2.mjs.map +1 -1
  48. package/es/components/easy-cron/src/components/tabs/week-ui.vue.mjs +2 -1
  49. package/es/components/easy-cron/src/components/tabs/week-ui.vue.mjs.map +1 -1
  50. package/es/components/easy-cron/src/components/tabs/week-ui.vue2.mjs.map +1 -1
  51. package/es/components/easy-cron/src/easy-cron.vue.d.ts +82 -82
  52. package/es/components/form/index.d.ts +142 -142
  53. package/es/components/form/src/config/form.d.ts +56 -56
  54. package/es/components/form/src/form.vue.d.ts +142 -142
  55. package/es/components/icon-base/index.d.ts +2 -2
  56. package/es/components/icon-base/src/icon-base.vue.d.ts +2 -2
  57. package/es/components/input/index.d.ts +31 -31
  58. package/es/components/input/src/input.vue.d.ts +31 -31
  59. package/es/components/key-value/index.d.ts +1 -0
  60. package/es/components/key-value/src/components/key-value-item.vue2.mjs +4 -2
  61. package/es/components/key-value/src/components/key-value-item.vue2.mjs.map +1 -1
  62. package/es/components/key-value/src/config/key-value.mjs +2 -2
  63. package/es/components/key-value/src/config/key-value.mjs.map +1 -1
  64. package/es/components/key-value/src/key-value.vue.d.ts +1 -0
  65. package/es/components/key-value/src/key-value.vue2.mjs +56 -43
  66. package/es/components/key-value/src/key-value.vue2.mjs.map +1 -1
  67. package/es/components/modal/index.d.ts +6 -6
  68. package/es/components/modal/src/modal.vue.d.ts +6 -6
  69. package/es/components/modal/src/modal.vue2.mjs +11 -8
  70. package/es/components/modal/src/modal.vue2.mjs.map +1 -1
  71. package/es/components/operate-icon/index.d.ts +6 -6
  72. package/es/components/operate-icon/src/operate-icon.vue.d.ts +6 -6
  73. package/es/components/select/index.d.ts +11 -11
  74. package/es/components/select/src/select.vue.d.ts +11 -11
  75. package/es/components/table/index.d.ts +6 -6
  76. package/es/components/table/src/components/main-table.vue.d.ts +2 -2
  77. package/es/components/table/src/config/table.d.ts +2 -2
  78. package/es/components/table/src/table.vue.d.ts +6 -6
  79. package/es/components/tag-group/src/tag-group.vue2.mjs.map +1 -1
  80. package/es/components/textarea/index.d.ts +5 -5
  81. package/es/components/textarea/src/textarea.vue.d.ts +5 -5
  82. package/es/components/tooltip/index.d.ts +4 -4
  83. package/es/components/tooltip/src/tooltip.d.ts +1 -1
  84. package/es/components/tooltip/src/tooltip.vue.d.ts +4 -4
  85. package/es/components/tree/index.d.ts +2 -2
  86. package/es/components/tree/src/tree.vue.d.ts +2 -2
  87. package/es/components/tree-search/index.d.ts +17 -17
  88. package/es/components/tree-search/src/components/directory-title.vue2.mjs +2 -2
  89. package/es/components/tree-search/src/components/directory-title.vue2.mjs.map +1 -1
  90. package/es/components/tree-search/src/config/tree-search.d.ts +4 -4
  91. package/es/components/tree-search/src/tree-search.vue.d.ts +17 -17
  92. package/es/components/upload-drag/index.d.ts +4 -4
  93. package/es/components/upload-drag/src/upload-drag.vue.d.ts +4 -4
  94. package/es/components/uri-input/index.d.ts +4 -0
  95. package/es/components/uri-input/src/uri-input.d.ts +1 -0
  96. package/es/components/uri-input/src/uri-input.mjs +4 -0
  97. package/es/components/uri-input/src/uri-input.mjs.map +1 -1
  98. package/es/components/uri-input/src/uri-input.vue.d.ts +4 -0
  99. package/es/components/uri-input/src/uri-input.vue2.mjs +3 -2
  100. package/es/components/uri-input/src/uri-input.vue2.mjs.map +1 -1
  101. package/index.full.js +163 -110
  102. package/index.full.min.js +14 -14
  103. package/index.full.min.js.map +1 -1
  104. package/index.full.min.mjs +15 -15
  105. package/index.full.min.mjs.map +1 -1
  106. package/index.full.mjs +164 -111
  107. package/lib/components/advanced-filtering/index.d.ts +303 -303
  108. package/lib/components/advanced-filtering/src/advanced-filtering.vue.d.ts +154 -154
  109. package/lib/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +145 -145
  110. package/lib/components/advanced-filtering/src/components/advanced-filtering-tags.vue.d.ts +4 -4
  111. package/lib/components/api-component/index.d.ts +30 -30
  112. package/lib/components/api-component/src/api-component.vue.d.ts +30 -30
  113. package/lib/components/api-component/src/components/api-modal.vue.d.ts +6 -6
  114. package/lib/components/api-component/src/components/api-url.vue.d.ts +5 -5
  115. package/lib/components/api-component/src/components/click-input.vue.d.ts +10 -10
  116. package/lib/components/api-component/src/components/params-table-row.vue.d.ts +16 -16
  117. package/lib/components/api-component/src/components/params-table.vue.d.ts +20 -20
  118. package/lib/components/api-component/src/config/api-component.d.ts +1 -1
  119. package/lib/components/api-component/src/config/api-modal.d.ts +1 -1
  120. package/lib/components/api-component/src/config/click-input.d.ts +1 -1
  121. package/lib/components/button/index.d.ts +1 -1
  122. package/lib/components/button/src/button.vue.d.ts +1 -1
  123. package/lib/components/checkbox/index.d.ts +221 -275
  124. package/lib/components/checkbox/src/checkbox-group.vue.d.ts +221 -275
  125. package/lib/components/checkbox/src/checkbox-group.vue2.js +63 -45
  126. package/lib/components/checkbox/src/checkbox-group.vue2.js.map +1 -1
  127. package/lib/components/checkbox/src/checkbox.d.ts +57 -56
  128. package/lib/components/checkbox/src/checkbox.js +4 -0
  129. package/lib/components/checkbox/src/checkbox.js.map +1 -1
  130. package/lib/components/drawer/index.d.ts +11 -11
  131. package/lib/components/drawer/src/components/second-confirmation/index.d.ts +9 -9
  132. package/lib/components/drawer/src/components/second-confirmation/src/second-confirmation.vue.d.ts +9 -9
  133. package/lib/components/drawer/src/drawer.vue.d.ts +11 -11
  134. package/lib/components/easy-cron/index.d.ts +82 -82
  135. package/lib/components/easy-cron/src/components/easy-cron-inner.vue.d.ts +77 -77
  136. package/lib/components/easy-cron/src/components/easy-cron-inner.vue2.js +9 -1
  137. package/lib/components/easy-cron/src/components/easy-cron-inner.vue2.js.map +1 -1
  138. package/lib/components/easy-cron/src/components/easy-cron-modal.vue.d.ts +77 -77
  139. package/lib/components/easy-cron/src/components/tabs/day-ui.vue.js +1 -1
  140. package/lib/components/easy-cron/src/components/tabs/day-ui.vue.js.map +1 -1
  141. package/lib/components/easy-cron/src/components/tabs/day-ui.vue2.js.map +1 -1
  142. package/lib/components/easy-cron/src/components/tabs/hour-ui.vue.js +1 -1
  143. package/lib/components/easy-cron/src/components/tabs/hour-ui.vue.js.map +1 -1
  144. package/lib/components/easy-cron/src/components/tabs/hour-ui.vue2.js.map +1 -1
  145. package/lib/components/easy-cron/src/components/tabs/minute-ui.vue.js +1 -1
  146. package/lib/components/easy-cron/src/components/tabs/minute-ui.vue.js.map +1 -1
  147. package/lib/components/easy-cron/src/components/tabs/minute-ui.vue2.js.map +1 -1
  148. package/lib/components/easy-cron/src/components/tabs/month-ui.vue.js +1 -1
  149. package/lib/components/easy-cron/src/components/tabs/month-ui.vue.js.map +1 -1
  150. package/lib/components/easy-cron/src/components/tabs/month-ui.vue2.js.map +1 -1
  151. package/lib/components/easy-cron/src/components/tabs/second-ui.vue.js +1 -1
  152. package/lib/components/easy-cron/src/components/tabs/second-ui.vue.js.map +1 -1
  153. package/lib/components/easy-cron/src/components/tabs/second-ui.vue2.js.map +1 -1
  154. package/lib/components/easy-cron/src/components/tabs/week-ui.vue.js +2 -1
  155. package/lib/components/easy-cron/src/components/tabs/week-ui.vue.js.map +1 -1
  156. package/lib/components/easy-cron/src/components/tabs/week-ui.vue2.js.map +1 -1
  157. package/lib/components/easy-cron/src/easy-cron.vue.d.ts +82 -82
  158. package/lib/components/form/index.d.ts +142 -142
  159. package/lib/components/form/src/config/form.d.ts +56 -56
  160. package/lib/components/form/src/form.vue.d.ts +142 -142
  161. package/lib/components/icon-base/index.d.ts +2 -2
  162. package/lib/components/icon-base/src/icon-base.vue.d.ts +2 -2
  163. package/lib/components/input/index.d.ts +31 -31
  164. package/lib/components/input/src/input.vue.d.ts +31 -31
  165. package/lib/components/key-value/index.d.ts +1 -0
  166. package/lib/components/key-value/src/components/key-value-item.vue2.js +4 -2
  167. package/lib/components/key-value/src/components/key-value-item.vue2.js.map +1 -1
  168. package/lib/components/key-value/src/config/key-value.js +2 -2
  169. package/lib/components/key-value/src/config/key-value.js.map +1 -1
  170. package/lib/components/key-value/src/key-value.vue.d.ts +1 -0
  171. package/lib/components/key-value/src/key-value.vue2.js +55 -42
  172. package/lib/components/key-value/src/key-value.vue2.js.map +1 -1
  173. package/lib/components/modal/index.d.ts +6 -6
  174. package/lib/components/modal/src/modal.vue.d.ts +6 -6
  175. package/lib/components/modal/src/modal.vue2.js +11 -8
  176. package/lib/components/modal/src/modal.vue2.js.map +1 -1
  177. package/lib/components/operate-icon/index.d.ts +6 -6
  178. package/lib/components/operate-icon/src/operate-icon.vue.d.ts +6 -6
  179. package/lib/components/select/index.d.ts +11 -11
  180. package/lib/components/select/src/select.vue.d.ts +11 -11
  181. package/lib/components/table/index.d.ts +6 -6
  182. package/lib/components/table/src/components/main-table.vue.d.ts +2 -2
  183. package/lib/components/table/src/config/table.d.ts +2 -2
  184. package/lib/components/table/src/table.vue.d.ts +6 -6
  185. package/lib/components/tag-group/src/tag-group.vue2.js.map +1 -1
  186. package/lib/components/textarea/index.d.ts +5 -5
  187. package/lib/components/textarea/src/textarea.vue.d.ts +5 -5
  188. package/lib/components/tooltip/index.d.ts +4 -4
  189. package/lib/components/tooltip/src/tooltip.d.ts +1 -1
  190. package/lib/components/tooltip/src/tooltip.vue.d.ts +4 -4
  191. package/lib/components/tree/index.d.ts +2 -2
  192. package/lib/components/tree/src/tree.vue.d.ts +2 -2
  193. package/lib/components/tree-search/index.d.ts +17 -17
  194. package/lib/components/tree-search/src/components/directory-title.vue2.js +2 -2
  195. package/lib/components/tree-search/src/components/directory-title.vue2.js.map +1 -1
  196. package/lib/components/tree-search/src/config/tree-search.d.ts +4 -4
  197. package/lib/components/tree-search/src/tree-search.vue.d.ts +17 -17
  198. package/lib/components/upload-drag/index.d.ts +4 -4
  199. package/lib/components/upload-drag/src/upload-drag.vue.d.ts +4 -4
  200. package/lib/components/uri-input/index.d.ts +4 -0
  201. package/lib/components/uri-input/src/uri-input.d.ts +1 -0
  202. package/lib/components/uri-input/src/uri-input.js +4 -0
  203. package/lib/components/uri-input/src/uri-input.js.map +1 -1
  204. package/lib/components/uri-input/src/uri-input.vue.d.ts +4 -0
  205. package/lib/components/uri-input/src/uri-input.vue2.js +3 -2
  206. package/lib/components/uri-input/src/uri-input.vue2.js.map +1 -1
  207. package/package.json +1 -1
  208. package/theme-chalk/css/advanced-filtering.css +1 -5
  209. package/theme-chalk/css/api-component.css +1 -5
  210. package/theme-chalk/css/cascader.css +1 -5
  211. package/theme-chalk/css/checkbox.css +1 -5
  212. package/theme-chalk/css/code-editor.css +1 -5
  213. package/theme-chalk/css/descriptions.css +1 -5
  214. package/theme-chalk/css/drawer.css +1 -5
  215. package/theme-chalk/css/dropdown.css +1 -5
  216. package/theme-chalk/css/easy-cron.css +1 -5
  217. package/theme-chalk/css/form.css +1 -5
  218. package/theme-chalk/css/index.css +1 -5
  219. package/theme-chalk/css/input-number.css +1 -5
  220. package/theme-chalk/css/input.css +1 -5
  221. package/theme-chalk/css/key-value.css +1 -5
  222. package/theme-chalk/css/modal.css +1 -5
  223. package/theme-chalk/css/number-range.css +1 -5
  224. package/theme-chalk/css/switch.css +1 -5
  225. package/theme-chalk/css/table.css +1 -5
  226. package/theme-chalk/css/tabs-simple.css +1 -5
  227. package/theme-chalk/css/tag-group.css +1 -5
  228. package/theme-chalk/css/tree-search.css +1 -1
  229. package/types/packages/components/advanced-filtering/index.d.ts +303 -303
  230. package/types/packages/components/advanced-filtering/src/advanced-filtering.vue.d.ts +154 -154
  231. package/types/packages/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +145 -145
  232. package/types/packages/components/advanced-filtering/src/components/advanced-filtering-tags.vue.d.ts +4 -4
  233. package/types/packages/components/api-component/index.d.ts +30 -30
  234. package/types/packages/components/api-component/src/api-component.vue.d.ts +30 -30
  235. package/types/packages/components/api-component/src/components/api-modal.vue.d.ts +6 -6
  236. package/types/packages/components/api-component/src/components/api-url.vue.d.ts +5 -5
  237. package/types/packages/components/api-component/src/components/click-input.vue.d.ts +10 -10
  238. package/types/packages/components/api-component/src/components/params-table-row.vue.d.ts +16 -16
  239. package/types/packages/components/api-component/src/components/params-table.vue.d.ts +20 -20
  240. package/types/packages/components/api-component/src/config/api-component.d.ts +1 -1
  241. package/types/packages/components/api-component/src/config/api-modal.d.ts +1 -1
  242. package/types/packages/components/api-component/src/config/click-input.d.ts +1 -1
  243. package/types/packages/components/button/index.d.ts +1 -1
  244. package/types/packages/components/button/src/button.vue.d.ts +1 -1
  245. package/types/packages/components/checkbox/index.d.ts +221 -275
  246. package/types/packages/components/checkbox/src/checkbox-group.vue.d.ts +221 -275
  247. package/types/packages/components/checkbox/src/checkbox.d.ts +57 -56
  248. package/types/packages/components/drawer/index.d.ts +11 -11
  249. package/types/packages/components/drawer/src/components/second-confirmation/index.d.ts +9 -9
  250. package/types/packages/components/drawer/src/components/second-confirmation/src/second-confirmation.vue.d.ts +9 -9
  251. package/types/packages/components/drawer/src/drawer.vue.d.ts +11 -11
  252. package/types/packages/components/easy-cron/index.d.ts +82 -82
  253. package/types/packages/components/easy-cron/src/components/easy-cron-inner.vue.d.ts +77 -77
  254. package/types/packages/components/easy-cron/src/components/easy-cron-modal.vue.d.ts +77 -77
  255. package/types/packages/components/easy-cron/src/easy-cron.vue.d.ts +82 -82
  256. package/types/packages/components/form/index.d.ts +142 -142
  257. package/types/packages/components/form/src/config/form.d.ts +56 -56
  258. package/types/packages/components/form/src/form.vue.d.ts +142 -142
  259. package/types/packages/components/icon-base/index.d.ts +2 -2
  260. package/types/packages/components/icon-base/src/icon-base.vue.d.ts +2 -2
  261. package/types/packages/components/input/index.d.ts +31 -31
  262. package/types/packages/components/input/src/input.vue.d.ts +31 -31
  263. package/types/packages/components/key-value/index.d.ts +1 -0
  264. package/types/packages/components/key-value/src/key-value.vue.d.ts +1 -0
  265. package/types/packages/components/modal/index.d.ts +6 -6
  266. package/types/packages/components/modal/src/modal.vue.d.ts +6 -6
  267. package/types/packages/components/operate-icon/index.d.ts +6 -6
  268. package/types/packages/components/operate-icon/src/operate-icon.vue.d.ts +6 -6
  269. package/types/packages/components/select/index.d.ts +11 -11
  270. package/types/packages/components/select/src/select.vue.d.ts +11 -11
  271. package/types/packages/components/table/index.d.ts +6 -6
  272. package/types/packages/components/table/src/components/main-table.vue.d.ts +2 -2
  273. package/types/packages/components/table/src/config/table.d.ts +2 -2
  274. package/types/packages/components/table/src/table.vue.d.ts +6 -6
  275. package/types/packages/components/textarea/index.d.ts +5 -5
  276. package/types/packages/components/textarea/src/textarea.vue.d.ts +5 -5
  277. package/types/packages/components/tooltip/index.d.ts +4 -4
  278. package/types/packages/components/tooltip/src/tooltip.d.ts +1 -1
  279. package/types/packages/components/tooltip/src/tooltip.vue.d.ts +4 -4
  280. package/types/packages/components/tree/index.d.ts +2 -2
  281. package/types/packages/components/tree/src/tree.vue.d.ts +2 -2
  282. package/types/packages/components/tree-search/index.d.ts +17 -17
  283. package/types/packages/components/tree-search/src/config/tree-search.d.ts +4 -4
  284. package/types/packages/components/tree-search/src/tree-search.vue.d.ts +17 -17
  285. package/types/packages/components/upload-drag/index.d.ts +4 -4
  286. package/types/packages/components/upload-drag/src/upload-drag.vue.d.ts +4 -4
  287. package/types/packages/components/uri-input/index.d.ts +4 -0
  288. package/types/packages/components/uri-input/src/uri-input.d.ts +1 -0
  289. package/types/packages/components/uri-input/src/uri-input.vue.d.ts +4 -0
@@ -482,21 +482,21 @@ export declare const LlCheckboxGroup: import("ll-plus/es/utils").SFCWithInstall<
482
482
  })[]))[], unknown, unknown, () => never[], boolean>;
483
483
  readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
484
484
  align: {
485
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
486
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
487
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
488
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
489
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
490
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
491
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
485
+ type: import("vue").PropType<"bottom" | "top" | "middle" | "stretch" | {
486
+ xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
487
+ sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
488
+ md?: "bottom" | "top" | "middle" | "stretch" | undefined;
489
+ lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
490
+ xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
491
+ xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
492
492
  }>;
493
- default: "middle" | "top" | "bottom" | "stretch" | {
494
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
495
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
496
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
497
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
498
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
499
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
493
+ default: "bottom" | "top" | "middle" | "stretch" | {
494
+ xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
495
+ sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
496
+ md?: "bottom" | "top" | "middle" | "stretch" | undefined;
497
+ lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
498
+ xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
499
+ xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
500
500
  };
501
501
  };
502
502
  justify: {
@@ -528,21 +528,21 @@ export declare const LlCheckboxGroup: import("ll-plus/es/utils").SFCWithInstall<
528
528
  };
529
529
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
530
530
  align: {
531
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
532
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
533
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
534
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
535
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
536
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
537
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
531
+ type: import("vue").PropType<"bottom" | "top" | "middle" | "stretch" | {
532
+ xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
533
+ sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
534
+ md?: "bottom" | "top" | "middle" | "stretch" | undefined;
535
+ lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
536
+ xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
537
+ xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
538
538
  }>;
539
- default: "middle" | "top" | "bottom" | "stretch" | {
540
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
541
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
542
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
543
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
544
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
545
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
539
+ default: "bottom" | "top" | "middle" | "stretch" | {
540
+ xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
541
+ sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
542
+ md?: "bottom" | "top" | "middle" | "stretch" | undefined;
543
+ lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
544
+ xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
545
+ xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
546
546
  };
547
547
  };
548
548
  justify: {
@@ -574,21 +574,21 @@ export declare const LlCheckboxGroup: import("ll-plus/es/utils").SFCWithInstall<
574
574
  };
575
575
  }>>) | ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
576
576
  align: {
577
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
578
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
579
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
580
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
581
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
582
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
583
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
577
+ type: import("vue").PropType<"bottom" | "top" | "middle" | "stretch" | {
578
+ xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
579
+ sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
580
+ md?: "bottom" | "top" | "middle" | "stretch" | undefined;
581
+ lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
582
+ xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
583
+ xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
584
584
  }>;
585
- default: "middle" | "top" | "bottom" | "stretch" | {
586
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
587
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
588
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
589
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
590
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
591
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
585
+ default: "bottom" | "top" | "middle" | "stretch" | {
586
+ xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
587
+ sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
588
+ md?: "bottom" | "top" | "middle" | "stretch" | undefined;
589
+ lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
590
+ xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
591
+ xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
592
592
  };
593
593
  };
594
594
  justify: {
@@ -620,21 +620,21 @@ export declare const LlCheckboxGroup: import("ll-plus/es/utils").SFCWithInstall<
620
620
  };
621
621
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
622
622
  align: {
623
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
624
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
625
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
626
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
627
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
628
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
629
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
623
+ type: import("vue").PropType<"bottom" | "top" | "middle" | "stretch" | {
624
+ xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
625
+ sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
626
+ md?: "bottom" | "top" | "middle" | "stretch" | undefined;
627
+ lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
628
+ xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
629
+ xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
630
630
  }>;
631
- default: "middle" | "top" | "bottom" | "stretch" | {
632
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
633
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
634
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
635
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
636
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
637
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
631
+ default: "bottom" | "top" | "middle" | "stretch" | {
632
+ xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
633
+ sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
634
+ md?: "bottom" | "top" | "middle" | "stretch" | undefined;
635
+ lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
636
+ xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
637
+ xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
638
638
  };
639
639
  };
640
640
  justify: {
@@ -666,6 +666,7 @@ export declare const LlCheckboxGroup: import("ll-plus/es/utils").SFCWithInstall<
666
666
  };
667
667
  }>>))[], unknown, unknown, () => void, boolean>;
668
668
  readonly allSpan: import("ll-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 24, boolean>;
669
+ readonly useGrid: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
669
670
  }, {
670
671
  props: import("@vue/shared").LooseRequired<{
671
672
  readonly options: (import("ant-design-vue").CheckboxOptionType & {
@@ -707,21 +708,21 @@ export declare const LlCheckboxGroup: import("ll-plus/es/utils").SFCWithInstall<
707
708
  })[];
708
709
  readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
709
710
  align: {
710
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
711
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
712
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
713
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
714
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
715
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
716
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
711
+ type: import("vue").PropType<"bottom" | "top" | "middle" | "stretch" | {
712
+ xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
713
+ sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
714
+ md?: "bottom" | "top" | "middle" | "stretch" | undefined;
715
+ lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
716
+ xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
717
+ xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
717
718
  }>;
718
- default: "middle" | "top" | "bottom" | "stretch" | {
719
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
720
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
721
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
722
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
723
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
724
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
719
+ default: "bottom" | "top" | "middle" | "stretch" | {
720
+ xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
721
+ sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
722
+ md?: "bottom" | "top" | "middle" | "stretch" | undefined;
723
+ lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
724
+ xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
725
+ xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
725
726
  };
726
727
  };
727
728
  justify: {
@@ -753,6 +754,7 @@ export declare const LlCheckboxGroup: import("ll-plus/es/utils").SFCWithInstall<
753
754
  };
754
755
  }>>;
755
756
  readonly allSpan: number;
757
+ readonly useGrid: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
756
758
  } & {}>;
757
759
  bem: {
758
760
  b: (blockSuffix?: string) => string;
@@ -770,21 +772,21 @@ export declare const LlCheckboxGroup: import("ll-plus/es/utils").SFCWithInstall<
770
772
  readonly Row: {
771
773
  new (...args: any[]): import("@vue/runtime-core").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
772
774
  align: {
773
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
774
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
775
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
776
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
777
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
778
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
779
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
775
+ type: import("vue").PropType<"bottom" | "top" | "middle" | "stretch" | {
776
+ sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
777
+ lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
778
+ xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
779
+ xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
780
+ md?: "bottom" | "top" | "middle" | "stretch" | undefined;
781
+ xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
780
782
  }>;
781
- default: "middle" | "top" | "bottom" | "stretch" | {
782
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
783
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
784
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
785
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
786
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
787
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
783
+ default: "bottom" | "top" | "middle" | "stretch" | {
784
+ sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
785
+ lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
786
+ xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
787
+ xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
788
+ md?: "bottom" | "top" | "middle" | "stretch" | undefined;
789
+ xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
788
790
  };
789
791
  };
790
792
  justify: {
@@ -816,21 +818,21 @@ export declare const LlCheckboxGroup: import("ll-plus/es/utils").SFCWithInstall<
816
818
  };
817
819
  }>>, () => import("ant-design-vue/es/_util/type").VueNode, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
818
820
  align: {
819
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
820
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
821
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
822
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
823
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
824
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
825
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
821
+ type: import("vue").PropType<"bottom" | "top" | "middle" | "stretch" | {
822
+ sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
823
+ lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
824
+ xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
825
+ xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
826
+ md?: "bottom" | "top" | "middle" | "stretch" | undefined;
827
+ xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
826
828
  }>;
827
- default: "middle" | "top" | "bottom" | "stretch" | {
828
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
829
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
830
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
831
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
832
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
833
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
829
+ default: "bottom" | "top" | "middle" | "stretch" | {
830
+ sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
831
+ lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
832
+ xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
833
+ xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
834
+ md?: "bottom" | "top" | "middle" | "stretch" | undefined;
835
+ xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
834
836
  };
835
837
  };
836
838
  justify: {
@@ -861,13 +863,13 @@ export declare const LlCheckboxGroup: import("ll-plus/es/utils").SFCWithInstall<
861
863
  default: any;
862
864
  };
863
865
  }>>, {
864
- align: "middle" | "top" | "bottom" | "stretch" | {
865
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
866
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
867
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
868
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
869
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
870
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
866
+ align: "bottom" | "top" | "middle" | "stretch" | {
867
+ sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
868
+ lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
869
+ xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
870
+ xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
871
+ md?: "bottom" | "top" | "middle" | "stretch" | undefined;
872
+ xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
871
873
  };
872
874
  justify: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
873
875
  sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
@@ -888,21 +890,21 @@ export declare const LlCheckboxGroup: import("ll-plus/es/utils").SFCWithInstall<
888
890
  Defaults: {};
889
891
  }, Readonly<import("vue").ExtractPropTypes<{
890
892
  align: {
891
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
892
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
893
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
894
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
895
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
896
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
897
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
893
+ type: import("vue").PropType<"bottom" | "top" | "middle" | "stretch" | {
894
+ sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
895
+ lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
896
+ xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
897
+ xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
898
+ md?: "bottom" | "top" | "middle" | "stretch" | undefined;
899
+ xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
898
900
  }>;
899
- default: "middle" | "top" | "bottom" | "stretch" | {
900
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
901
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
902
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
903
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
904
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
905
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
901
+ default: "bottom" | "top" | "middle" | "stretch" | {
902
+ sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
903
+ lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
904
+ xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
905
+ xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
906
+ md?: "bottom" | "top" | "middle" | "stretch" | undefined;
907
+ xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
906
908
  };
907
909
  };
908
910
  justify: {
@@ -933,13 +935,13 @@ export declare const LlCheckboxGroup: import("ll-plus/es/utils").SFCWithInstall<
933
935
  default: any;
934
936
  };
935
937
  }>>, () => import("ant-design-vue/es/_util/type").VueNode, {}, {}, {}, {
936
- align: "middle" | "top" | "bottom" | "stretch" | {
937
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
938
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
939
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
940
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
941
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
942
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
938
+ align: "bottom" | "top" | "middle" | "stretch" | {
939
+ sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
940
+ lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
941
+ xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
942
+ xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
943
+ md?: "bottom" | "top" | "middle" | "stretch" | undefined;
944
+ xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
943
945
  };
944
946
  justify: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
945
947
  sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
@@ -957,21 +959,21 @@ export declare const LlCheckboxGroup: import("ll-plus/es/utils").SFCWithInstall<
957
959
  __isSuspense?: undefined;
958
960
  } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
959
961
  align: {
960
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
961
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
962
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
963
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
964
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
965
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
966
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
962
+ type: import("vue").PropType<"bottom" | "top" | "middle" | "stretch" | {
963
+ sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
964
+ lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
965
+ xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
966
+ xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
967
+ md?: "bottom" | "top" | "middle" | "stretch" | undefined;
968
+ xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
967
969
  }>;
968
- default: "middle" | "top" | "bottom" | "stretch" | {
969
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
970
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
971
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
972
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
973
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
974
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
970
+ default: "bottom" | "top" | "middle" | "stretch" | {
971
+ sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
972
+ lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
973
+ xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
974
+ xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
975
+ md?: "bottom" | "top" | "middle" | "stretch" | undefined;
976
+ xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
975
977
  };
976
978
  };
977
979
  justify: {
@@ -1002,13 +1004,13 @@ export declare const LlCheckboxGroup: import("ll-plus/es/utils").SFCWithInstall<
1002
1004
  default: any;
1003
1005
  };
1004
1006
  }>>, () => import("ant-design-vue/es/_util/type").VueNode, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
1005
- align: "middle" | "top" | "bottom" | "stretch" | {
1006
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
1007
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
1008
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1009
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1010
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
1011
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
1007
+ align: "bottom" | "top" | "middle" | "stretch" | {
1008
+ sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
1009
+ lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
1010
+ xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
1011
+ xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
1012
+ md?: "bottom" | "top" | "middle" | "stretch" | undefined;
1013
+ xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
1012
1014
  };
1013
1015
  justify: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
1014
1016
  sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
@@ -1183,64 +1185,6 @@ export declare const LlCheckboxGroup: import("ll-plus/es/utils").SFCWithInstall<
1183
1185
  md: string | number | import("ant-design-vue/es/grid").ColSize;
1184
1186
  xs: string | number | import("ant-design-vue/es/grid").ColSize;
1185
1187
  }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin<any[]>;
1186
- readonly CheckboxGroup: import("vue").DefineComponent<{
1187
- defaultValue: {
1188
- type: import("vue").PropType<import("ant-design-vue/es/checkbox/interface").CheckboxValueType[]>;
1189
- default: import("ant-design-vue/es/checkbox/interface").CheckboxValueType[];
1190
- };
1191
- value: {
1192
- type: import("vue").PropType<import("ant-design-vue/es/checkbox/interface").CheckboxValueType[]>;
1193
- default: import("ant-design-vue/es/checkbox/interface").CheckboxValueType[];
1194
- };
1195
- onChange: {
1196
- type: import("vue").PropType<(checkedValue: import("ant-design-vue/es/checkbox/interface").CheckboxValueType[]) => void>;
1197
- default: (checkedValue: import("ant-design-vue/es/checkbox/interface").CheckboxValueType[]) => void;
1198
- };
1199
- 'onUpdate:value': {
1200
- type: import("vue").PropType<(checkedValue: import("ant-design-vue/es/checkbox/interface").CheckboxValueType[]) => void>;
1201
- default: (checkedValue: import("ant-design-vue/es/checkbox/interface").CheckboxValueType[]) => void;
1202
- };
1203
- name: StringConstructor;
1204
- prefixCls: StringConstructor;
1205
- options: {
1206
- type: import("vue").PropType<(string | number | import("ant-design-vue").CheckboxOptionType)[]>;
1207
- default: (string | number | import("ant-design-vue").CheckboxOptionType)[];
1208
- };
1209
- disabled: BooleanConstructor;
1210
- id: StringConstructor;
1211
- }, () => import("ant-design-vue/es/_util/type").VueNode, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
1212
- defaultValue: {
1213
- type: import("vue").PropType<import("ant-design-vue/es/checkbox/interface").CheckboxValueType[]>;
1214
- default: import("ant-design-vue/es/checkbox/interface").CheckboxValueType[];
1215
- };
1216
- value: {
1217
- type: import("vue").PropType<import("ant-design-vue/es/checkbox/interface").CheckboxValueType[]>;
1218
- default: import("ant-design-vue/es/checkbox/interface").CheckboxValueType[];
1219
- };
1220
- onChange: {
1221
- type: import("vue").PropType<(checkedValue: import("ant-design-vue/es/checkbox/interface").CheckboxValueType[]) => void>;
1222
- default: (checkedValue: import("ant-design-vue/es/checkbox/interface").CheckboxValueType[]) => void;
1223
- };
1224
- 'onUpdate:value': {
1225
- type: import("vue").PropType<(checkedValue: import("ant-design-vue/es/checkbox/interface").CheckboxValueType[]) => void>;
1226
- default: (checkedValue: import("ant-design-vue/es/checkbox/interface").CheckboxValueType[]) => void;
1227
- };
1228
- name: StringConstructor;
1229
- prefixCls: StringConstructor;
1230
- options: {
1231
- type: import("vue").PropType<(string | number | import("ant-design-vue").CheckboxOptionType)[]>;
1232
- default: (string | number | import("ant-design-vue").CheckboxOptionType)[];
1233
- };
1234
- disabled: BooleanConstructor;
1235
- id: StringConstructor;
1236
- }>>, {
1237
- value: import("ant-design-vue/es/checkbox/interface").CheckboxValueType[];
1238
- onChange: (checkedValue: import("ant-design-vue/es/checkbox/interface").CheckboxValueType[]) => void;
1239
- disabled: boolean;
1240
- defaultValue: import("ant-design-vue/es/checkbox/interface").CheckboxValueType[];
1241
- 'onUpdate:value': (checkedValue: import("ant-design-vue/es/checkbox/interface").CheckboxValueType[]) => void;
1242
- options: (string | number | import("ant-design-vue").CheckboxOptionType)[];
1243
- }, {}>;
1244
1188
  Checkbox: import("vue").DefineComponent<{
1245
1189
  readonly checkboxLabel: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
1246
1190
  }, {
@@ -1723,21 +1667,21 @@ export declare const LlCheckboxGroup: import("ll-plus/es/utils").SFCWithInstall<
1723
1667
  })[]))[], unknown, unknown, () => never[], boolean>;
1724
1668
  readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
1725
1669
  align: {
1726
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
1727
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
1728
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
1729
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
1730
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
1731
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1732
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1670
+ type: import("vue").PropType<"bottom" | "top" | "middle" | "stretch" | {
1671
+ xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
1672
+ sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
1673
+ md?: "bottom" | "top" | "middle" | "stretch" | undefined;
1674
+ lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
1675
+ xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
1676
+ xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
1733
1677
  }>;
1734
- default: "middle" | "top" | "bottom" | "stretch" | {
1735
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
1736
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
1737
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
1738
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
1739
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1740
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1678
+ default: "bottom" | "top" | "middle" | "stretch" | {
1679
+ xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
1680
+ sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
1681
+ md?: "bottom" | "top" | "middle" | "stretch" | undefined;
1682
+ lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
1683
+ xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
1684
+ xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
1741
1685
  };
1742
1686
  };
1743
1687
  justify: {
@@ -1769,21 +1713,21 @@ export declare const LlCheckboxGroup: import("ll-plus/es/utils").SFCWithInstall<
1769
1713
  };
1770
1714
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
1771
1715
  align: {
1772
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
1773
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
1774
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
1775
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
1776
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
1777
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1778
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1716
+ type: import("vue").PropType<"bottom" | "top" | "middle" | "stretch" | {
1717
+ xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
1718
+ sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
1719
+ md?: "bottom" | "top" | "middle" | "stretch" | undefined;
1720
+ lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
1721
+ xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
1722
+ xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
1779
1723
  }>;
1780
- default: "middle" | "top" | "bottom" | "stretch" | {
1781
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
1782
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
1783
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
1784
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
1785
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1786
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1724
+ default: "bottom" | "top" | "middle" | "stretch" | {
1725
+ xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
1726
+ sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
1727
+ md?: "bottom" | "top" | "middle" | "stretch" | undefined;
1728
+ lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
1729
+ xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
1730
+ xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
1787
1731
  };
1788
1732
  };
1789
1733
  justify: {
@@ -1815,21 +1759,21 @@ export declare const LlCheckboxGroup: import("ll-plus/es/utils").SFCWithInstall<
1815
1759
  };
1816
1760
  }>>) | ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
1817
1761
  align: {
1818
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
1819
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
1820
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
1821
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
1822
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
1823
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1824
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1762
+ type: import("vue").PropType<"bottom" | "top" | "middle" | "stretch" | {
1763
+ xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
1764
+ sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
1765
+ md?: "bottom" | "top" | "middle" | "stretch" | undefined;
1766
+ lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
1767
+ xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
1768
+ xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
1825
1769
  }>;
1826
- default: "middle" | "top" | "bottom" | "stretch" | {
1827
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
1828
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
1829
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
1830
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
1831
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1832
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1770
+ default: "bottom" | "top" | "middle" | "stretch" | {
1771
+ xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
1772
+ sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
1773
+ md?: "bottom" | "top" | "middle" | "stretch" | undefined;
1774
+ lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
1775
+ xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
1776
+ xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
1833
1777
  };
1834
1778
  };
1835
1779
  justify: {
@@ -1861,21 +1805,21 @@ export declare const LlCheckboxGroup: import("ll-plus/es/utils").SFCWithInstall<
1861
1805
  };
1862
1806
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
1863
1807
  align: {
1864
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
1865
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
1866
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
1867
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
1868
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
1869
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1870
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1808
+ type: import("vue").PropType<"bottom" | "top" | "middle" | "stretch" | {
1809
+ xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
1810
+ sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
1811
+ md?: "bottom" | "top" | "middle" | "stretch" | undefined;
1812
+ lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
1813
+ xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
1814
+ xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
1871
1815
  }>;
1872
- default: "middle" | "top" | "bottom" | "stretch" | {
1873
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
1874
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
1875
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
1876
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
1877
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1878
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1816
+ default: "bottom" | "top" | "middle" | "stretch" | {
1817
+ xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
1818
+ sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
1819
+ md?: "bottom" | "top" | "middle" | "stretch" | undefined;
1820
+ lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
1821
+ xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
1822
+ xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
1879
1823
  };
1880
1824
  };
1881
1825
  justify: {
@@ -1907,6 +1851,7 @@ export declare const LlCheckboxGroup: import("ll-plus/es/utils").SFCWithInstall<
1907
1851
  };
1908
1852
  }>>))[], unknown, unknown, () => void, boolean>;
1909
1853
  readonly allSpan: import("ll-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 24, boolean>;
1854
+ readonly useGrid: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
1910
1855
  }>>, {
1911
1856
  readonly options: (import("ant-design-vue").CheckboxOptionType & {
1912
1857
  colOptions?: Partial<import("vue").ExtractPropTypes<{
@@ -1947,21 +1892,21 @@ export declare const LlCheckboxGroup: import("ll-plus/es/utils").SFCWithInstall<
1947
1892
  })[];
1948
1893
  readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
1949
1894
  align: {
1950
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
1951
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
1952
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
1953
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
1954
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
1955
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1956
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1895
+ type: import("vue").PropType<"bottom" | "top" | "middle" | "stretch" | {
1896
+ xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
1897
+ sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
1898
+ md?: "bottom" | "top" | "middle" | "stretch" | undefined;
1899
+ lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
1900
+ xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
1901
+ xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
1957
1902
  }>;
1958
- default: "middle" | "top" | "bottom" | "stretch" | {
1959
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
1960
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
1961
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
1962
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
1963
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1964
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1903
+ default: "bottom" | "top" | "middle" | "stretch" | {
1904
+ xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
1905
+ sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
1906
+ md?: "bottom" | "top" | "middle" | "stretch" | undefined;
1907
+ lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
1908
+ xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
1909
+ xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
1965
1910
  };
1966
1911
  };
1967
1912
  justify: {
@@ -1993,6 +1938,7 @@ export declare const LlCheckboxGroup: import("ll-plus/es/utils").SFCWithInstall<
1993
1938
  };
1994
1939
  }>>;
1995
1940
  readonly allSpan: number;
1941
+ readonly useGrid: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
1996
1942
  }, {}>>;
1997
1943
  export * from './src/checkbox';
1998
1944
  declare module 'vue' {