ll-plus 2.9.20 → 2.9.22

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 (226) hide show
  1. package/es/components/advanced-filtering/index.d.ts +302 -302
  2. package/es/components/advanced-filtering/src/advanced-filtering.vue.d.ts +152 -152
  3. package/es/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +148 -148
  4. package/es/components/advanced-filtering/src/components/advanced-filtering-tags.vue.d.ts +2 -2
  5. package/es/components/api-component/index.d.ts +16 -16
  6. package/es/components/api-component/src/api-component.vue.d.ts +16 -16
  7. package/es/components/api-component/src/components/api-modal.vue.d.ts +2 -2
  8. package/es/components/api-component/src/components/body-component.vue.d.ts +6 -6
  9. package/es/components/api-component/src/components/click-input.vue.d.ts +2 -2
  10. package/es/components/api-component/src/components/params-table-row.vue.d.ts +4 -4
  11. package/es/components/api-component/src/components/params-table.vue.d.ts +6 -6
  12. package/es/components/breadcrumb-card/index.d.ts +3 -3
  13. package/es/components/breadcrumb-card/src/breadcrumb-card.vue.d.ts +3 -3
  14. package/es/components/checkbox/index.d.ts +217 -217
  15. package/es/components/checkbox/src/checkbox-group.vue.d.ts +217 -217
  16. package/es/components/checkbox/src/checkbox.d.ts +56 -56
  17. package/es/components/code-editor/index.d.ts +2 -2
  18. package/es/components/code-editor/src/code-editor.vue.d.ts +2 -2
  19. package/es/components/cropper/index.d.ts +4 -4
  20. package/es/components/cropper/src/cropper-image.vue.d.ts +2 -2
  21. package/es/components/cropper/src/cropper-modal.vue.d.ts +2 -2
  22. package/es/components/drawer/index.d.ts +7 -7
  23. package/es/components/drawer/src/components/second-confirmation/index.d.ts +2 -2
  24. package/es/components/drawer/src/components/second-confirmation/src/second-confirmation.vue.d.ts +2 -2
  25. package/es/components/drawer/src/drawer.vue.d.ts +7 -7
  26. package/es/components/dropdown-button-simple/index.d.ts +11 -11
  27. package/es/components/dropdown-button-simple/src/dropdown-button-simple.d.ts +4 -4
  28. package/es/components/dropdown-button-simple/src/dropdown-button-simple.vue.d.ts +11 -11
  29. package/es/components/easy-cron/index.d.ts +77 -77
  30. package/es/components/easy-cron/src/components/easy-cron-inner.vue.d.ts +77 -77
  31. package/es/components/easy-cron/src/components/easy-cron-modal.vue.d.ts +77 -77
  32. package/es/components/easy-cron/src/easy-cron.vue.d.ts +77 -77
  33. package/es/components/form/index.d.ts +148 -148
  34. package/es/components/form/src/config/form.d.ts +56 -56
  35. package/es/components/form/src/form.vue.d.ts +148 -148
  36. package/es/components/icon-picker/index.d.ts +1 -1
  37. package/es/components/icon-picker/src/components/modal.vue.d.ts +1 -1
  38. package/es/components/icon-picker/src/icon-picker.vue.d.ts +1 -1
  39. package/es/components/input/index.d.ts +31 -31
  40. package/es/components/input/src/input.vue.d.ts +31 -31
  41. package/es/components/key-value/src/components/key-value-item.vue.d.ts +240 -240
  42. package/es/components/key-value/src/key-value.vue.d.ts +720 -720
  43. package/es/components/modal/index.d.ts +2 -2
  44. package/es/components/modal/src/modal.vue.d.ts +2 -2
  45. package/es/components/new-drawer/index.d.ts +9 -9
  46. package/es/components/new-drawer/src/drawer.vue.d.ts +9 -9
  47. package/es/components/new-modal/index.d.ts +3 -3
  48. package/es/components/new-modal/src/modal.vue.d.ts +3 -3
  49. package/es/components/operate-icon/index.d.ts +6 -1
  50. package/es/components/operate-icon/src/operate-icon.d.ts +1 -0
  51. package/es/components/operate-icon/src/operate-icon.vue.d.ts +6 -1
  52. package/es/components/select/index.d.ts +11 -11
  53. package/es/components/select/src/select.vue.d.ts +11 -11
  54. package/es/components/select-group/index.d.ts +4 -4
  55. package/es/components/select-group/src/select-group.vue.d.ts +4 -4
  56. package/es/components/table/index.d.ts +6 -6
  57. package/es/components/table/src/components/main-table.vue.d.ts +2 -2
  58. package/es/components/table/src/config/table.d.ts +2 -2
  59. package/es/components/table/src/table.vue.d.ts +6 -6
  60. package/es/components/textarea/index.d.ts +5 -5
  61. package/es/components/textarea/src/textarea.vue.d.ts +5 -5
  62. package/es/components/tooltip/index.d.ts +6 -6
  63. package/es/components/tooltip/src/tooltip.d.ts +1 -1
  64. package/es/components/tooltip/src/tooltip.vue.d.ts +6 -6
  65. package/es/components/tree-search/index.d.ts +6 -6
  66. package/es/components/tree-search/src/config/tree-search.d.ts +2 -2
  67. package/es/components/tree-search/src/tree-search.vue.d.ts +6 -6
  68. package/es/components/upload-drag/index.d.ts +2 -2
  69. package/es/components/upload-drag/src/upload-drag.vue.d.ts +2 -2
  70. package/es/packages/components/operate-icon/src/operate-icon.mjs +4 -0
  71. package/es/packages/components/operate-icon/src/operate-icon.mjs.map +1 -1
  72. package/es/packages/components/operate-icon/src/operate-icon.vue2.mjs +7 -1
  73. package/es/packages/components/operate-icon/src/operate-icon.vue2.mjs.map +1 -1
  74. package/es/packages/components/operate-tree/src/operate-tree.vue2.mjs.map +1 -1
  75. package/index.full.js +11 -1
  76. package/index.full.min.js +18 -18
  77. package/index.full.min.js.map +1 -1
  78. package/index.full.min.mjs +20 -20
  79. package/index.full.min.mjs.map +1 -1
  80. package/index.full.mjs +11 -1
  81. package/lib/components/advanced-filtering/index.d.ts +302 -302
  82. package/lib/components/advanced-filtering/src/advanced-filtering.vue.d.ts +152 -152
  83. package/lib/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +148 -148
  84. package/lib/components/advanced-filtering/src/components/advanced-filtering-tags.vue.d.ts +2 -2
  85. package/lib/components/api-component/index.d.ts +16 -16
  86. package/lib/components/api-component/src/api-component.vue.d.ts +16 -16
  87. package/lib/components/api-component/src/components/api-modal.vue.d.ts +2 -2
  88. package/lib/components/api-component/src/components/body-component.vue.d.ts +6 -6
  89. package/lib/components/api-component/src/components/click-input.vue.d.ts +2 -2
  90. package/lib/components/api-component/src/components/params-table-row.vue.d.ts +4 -4
  91. package/lib/components/api-component/src/components/params-table.vue.d.ts +6 -6
  92. package/lib/components/breadcrumb-card/index.d.ts +3 -3
  93. package/lib/components/breadcrumb-card/src/breadcrumb-card.vue.d.ts +3 -3
  94. package/lib/components/checkbox/index.d.ts +217 -217
  95. package/lib/components/checkbox/src/checkbox-group.vue.d.ts +217 -217
  96. package/lib/components/checkbox/src/checkbox.d.ts +56 -56
  97. package/lib/components/code-editor/index.d.ts +2 -2
  98. package/lib/components/code-editor/src/code-editor.vue.d.ts +2 -2
  99. package/lib/components/cropper/index.d.ts +4 -4
  100. package/lib/components/cropper/src/cropper-image.vue.d.ts +2 -2
  101. package/lib/components/cropper/src/cropper-modal.vue.d.ts +2 -2
  102. package/lib/components/drawer/index.d.ts +7 -7
  103. package/lib/components/drawer/src/components/second-confirmation/index.d.ts +2 -2
  104. package/lib/components/drawer/src/components/second-confirmation/src/second-confirmation.vue.d.ts +2 -2
  105. package/lib/components/drawer/src/drawer.vue.d.ts +7 -7
  106. package/lib/components/dropdown-button-simple/index.d.ts +11 -11
  107. package/lib/components/dropdown-button-simple/src/dropdown-button-simple.d.ts +4 -4
  108. package/lib/components/dropdown-button-simple/src/dropdown-button-simple.vue.d.ts +11 -11
  109. package/lib/components/easy-cron/index.d.ts +77 -77
  110. package/lib/components/easy-cron/src/components/easy-cron-inner.vue.d.ts +77 -77
  111. package/lib/components/easy-cron/src/components/easy-cron-modal.vue.d.ts +77 -77
  112. package/lib/components/easy-cron/src/easy-cron.vue.d.ts +77 -77
  113. package/lib/components/form/index.d.ts +148 -148
  114. package/lib/components/form/src/config/form.d.ts +56 -56
  115. package/lib/components/form/src/form.vue.d.ts +148 -148
  116. package/lib/components/icon-picker/index.d.ts +1 -1
  117. package/lib/components/icon-picker/src/components/modal.vue.d.ts +1 -1
  118. package/lib/components/icon-picker/src/icon-picker.vue.d.ts +1 -1
  119. package/lib/components/input/index.d.ts +31 -31
  120. package/lib/components/input/src/input.vue.d.ts +31 -31
  121. package/lib/components/key-value/src/components/key-value-item.vue.d.ts +240 -240
  122. package/lib/components/key-value/src/key-value.vue.d.ts +720 -720
  123. package/lib/components/modal/index.d.ts +2 -2
  124. package/lib/components/modal/src/modal.vue.d.ts +2 -2
  125. package/lib/components/new-drawer/index.d.ts +9 -9
  126. package/lib/components/new-drawer/src/drawer.vue.d.ts +9 -9
  127. package/lib/components/new-modal/index.d.ts +3 -3
  128. package/lib/components/new-modal/src/modal.vue.d.ts +3 -3
  129. package/lib/components/operate-icon/index.d.ts +6 -1
  130. package/lib/components/operate-icon/src/operate-icon.d.ts +1 -0
  131. package/lib/components/operate-icon/src/operate-icon.vue.d.ts +6 -1
  132. package/lib/components/select/index.d.ts +11 -11
  133. package/lib/components/select/src/select.vue.d.ts +11 -11
  134. package/lib/components/select-group/index.d.ts +4 -4
  135. package/lib/components/select-group/src/select-group.vue.d.ts +4 -4
  136. package/lib/components/table/index.d.ts +6 -6
  137. package/lib/components/table/src/components/main-table.vue.d.ts +2 -2
  138. package/lib/components/table/src/config/table.d.ts +2 -2
  139. package/lib/components/table/src/table.vue.d.ts +6 -6
  140. package/lib/components/textarea/index.d.ts +5 -5
  141. package/lib/components/textarea/src/textarea.vue.d.ts +5 -5
  142. package/lib/components/tooltip/index.d.ts +6 -6
  143. package/lib/components/tooltip/src/tooltip.d.ts +1 -1
  144. package/lib/components/tooltip/src/tooltip.vue.d.ts +6 -6
  145. package/lib/components/tree-search/index.d.ts +6 -6
  146. package/lib/components/tree-search/src/config/tree-search.d.ts +2 -2
  147. package/lib/components/tree-search/src/tree-search.vue.d.ts +6 -6
  148. package/lib/components/upload-drag/index.d.ts +2 -2
  149. package/lib/components/upload-drag/src/upload-drag.vue.d.ts +2 -2
  150. package/lib/packages/components/operate-icon/src/operate-icon.js +4 -0
  151. package/lib/packages/components/operate-icon/src/operate-icon.js.map +1 -1
  152. package/lib/packages/components/operate-icon/src/operate-icon.vue2.js +7 -1
  153. package/lib/packages/components/operate-icon/src/operate-icon.vue2.js.map +1 -1
  154. package/lib/packages/components/operate-tree/src/operate-tree.vue2.js.map +1 -1
  155. package/package.json +4 -4
  156. package/theme-chalk/css/index.css +1 -1
  157. package/theme-chalk/css/operate-tree.css +1 -1
  158. package/types/packages/components/advanced-filtering/index.d.ts +302 -302
  159. package/types/packages/components/advanced-filtering/src/advanced-filtering.vue.d.ts +152 -152
  160. package/types/packages/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +148 -148
  161. package/types/packages/components/advanced-filtering/src/components/advanced-filtering-tags.vue.d.ts +2 -2
  162. package/types/packages/components/api-component/index.d.ts +16 -16
  163. package/types/packages/components/api-component/src/api-component.vue.d.ts +16 -16
  164. package/types/packages/components/api-component/src/components/api-modal.vue.d.ts +2 -2
  165. package/types/packages/components/api-component/src/components/body-component.vue.d.ts +6 -6
  166. package/types/packages/components/api-component/src/components/click-input.vue.d.ts +2 -2
  167. package/types/packages/components/api-component/src/components/params-table-row.vue.d.ts +4 -4
  168. package/types/packages/components/api-component/src/components/params-table.vue.d.ts +6 -6
  169. package/types/packages/components/breadcrumb-card/index.d.ts +3 -3
  170. package/types/packages/components/breadcrumb-card/src/breadcrumb-card.vue.d.ts +3 -3
  171. package/types/packages/components/checkbox/index.d.ts +217 -217
  172. package/types/packages/components/checkbox/src/checkbox-group.vue.d.ts +217 -217
  173. package/types/packages/components/checkbox/src/checkbox.d.ts +56 -56
  174. package/types/packages/components/code-editor/index.d.ts +2 -2
  175. package/types/packages/components/code-editor/src/code-editor.vue.d.ts +2 -2
  176. package/types/packages/components/cropper/index.d.ts +4 -4
  177. package/types/packages/components/cropper/src/cropper-image.vue.d.ts +2 -2
  178. package/types/packages/components/cropper/src/cropper-modal.vue.d.ts +2 -2
  179. package/types/packages/components/drawer/index.d.ts +7 -7
  180. package/types/packages/components/drawer/src/components/second-confirmation/index.d.ts +2 -2
  181. package/types/packages/components/drawer/src/components/second-confirmation/src/second-confirmation.vue.d.ts +2 -2
  182. package/types/packages/components/drawer/src/drawer.vue.d.ts +7 -7
  183. package/types/packages/components/dropdown-button-simple/index.d.ts +11 -11
  184. package/types/packages/components/dropdown-button-simple/src/dropdown-button-simple.d.ts +4 -4
  185. package/types/packages/components/dropdown-button-simple/src/dropdown-button-simple.vue.d.ts +11 -11
  186. package/types/packages/components/easy-cron/index.d.ts +77 -77
  187. package/types/packages/components/easy-cron/src/components/easy-cron-inner.vue.d.ts +77 -77
  188. package/types/packages/components/easy-cron/src/components/easy-cron-modal.vue.d.ts +77 -77
  189. package/types/packages/components/easy-cron/src/easy-cron.vue.d.ts +77 -77
  190. package/types/packages/components/form/index.d.ts +148 -148
  191. package/types/packages/components/form/src/config/form.d.ts +56 -56
  192. package/types/packages/components/form/src/form.vue.d.ts +148 -148
  193. package/types/packages/components/icon-picker/index.d.ts +1 -1
  194. package/types/packages/components/icon-picker/src/components/modal.vue.d.ts +1 -1
  195. package/types/packages/components/icon-picker/src/icon-picker.vue.d.ts +1 -1
  196. package/types/packages/components/input/index.d.ts +31 -31
  197. package/types/packages/components/input/src/input.vue.d.ts +31 -31
  198. package/types/packages/components/key-value/src/components/key-value-item.vue.d.ts +240 -240
  199. package/types/packages/components/key-value/src/key-value.vue.d.ts +720 -720
  200. package/types/packages/components/modal/index.d.ts +2 -2
  201. package/types/packages/components/modal/src/modal.vue.d.ts +2 -2
  202. package/types/packages/components/new-drawer/index.d.ts +9 -9
  203. package/types/packages/components/new-drawer/src/drawer.vue.d.ts +9 -9
  204. package/types/packages/components/new-modal/index.d.ts +3 -3
  205. package/types/packages/components/new-modal/src/modal.vue.d.ts +3 -3
  206. package/types/packages/components/operate-icon/index.d.ts +6 -1
  207. package/types/packages/components/operate-icon/src/operate-icon.d.ts +1 -0
  208. package/types/packages/components/operate-icon/src/operate-icon.vue.d.ts +6 -1
  209. package/types/packages/components/select/index.d.ts +11 -11
  210. package/types/packages/components/select/src/select.vue.d.ts +11 -11
  211. package/types/packages/components/select-group/index.d.ts +4 -4
  212. package/types/packages/components/select-group/src/select-group.vue.d.ts +4 -4
  213. package/types/packages/components/table/index.d.ts +6 -6
  214. package/types/packages/components/table/src/components/main-table.vue.d.ts +2 -2
  215. package/types/packages/components/table/src/config/table.d.ts +2 -2
  216. package/types/packages/components/table/src/table.vue.d.ts +6 -6
  217. package/types/packages/components/textarea/index.d.ts +5 -5
  218. package/types/packages/components/textarea/src/textarea.vue.d.ts +5 -5
  219. package/types/packages/components/tooltip/index.d.ts +6 -6
  220. package/types/packages/components/tooltip/src/tooltip.d.ts +1 -1
  221. package/types/packages/components/tooltip/src/tooltip.vue.d.ts +6 -6
  222. package/types/packages/components/tree-search/index.d.ts +6 -6
  223. package/types/packages/components/tree-search/src/config/tree-search.d.ts +2 -2
  224. package/types/packages/components/tree-search/src/tree-search.vue.d.ts +6 -6
  225. package/types/packages/components/upload-drag/index.d.ts +2 -2
  226. package/types/packages/components/upload-drag/src/upload-drag.vue.d.ts +2 -2
@@ -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" | "bottom" | "top" | "stretch" | {
486
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
487
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
488
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
489
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
490
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
491
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
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;
492
492
  }>;
493
- default: "middle" | "bottom" | "top" | "stretch" | {
494
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
495
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
496
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
497
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
498
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
499
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
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;
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" | "bottom" | "top" | "stretch" | {
532
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
533
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
534
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
535
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
536
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
537
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
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;
538
538
  }>;
539
- default: "middle" | "bottom" | "top" | "stretch" | {
540
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
541
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
542
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
543
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
544
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
545
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
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;
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" | "bottom" | "top" | "stretch" | {
578
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
579
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
580
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
581
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
582
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
583
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
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;
584
584
  }>;
585
- default: "middle" | "bottom" | "top" | "stretch" | {
586
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
587
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
588
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
589
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
590
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
591
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
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;
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" | "bottom" | "top" | "stretch" | {
624
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
625
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
626
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
627
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
628
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
629
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
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;
630
630
  }>;
631
- default: "middle" | "bottom" | "top" | "stretch" | {
632
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
633
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
634
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
635
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
636
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
637
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
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;
638
638
  };
639
639
  };
640
640
  justify: {
@@ -708,21 +708,21 @@ export declare const LlCheckboxGroup: import("ll-plus/es/utils").SFCWithInstall<
708
708
  })[];
709
709
  readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
710
710
  align: {
711
- type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
712
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
713
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
714
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
715
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
716
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
717
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
711
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
712
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
713
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
714
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
715
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
716
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
717
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
718
718
  }>;
719
- default: "middle" | "bottom" | "top" | "stretch" | {
720
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
721
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
722
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
723
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
724
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
725
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
719
+ default: "middle" | "top" | "bottom" | "stretch" | {
720
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
721
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
722
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
723
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
724
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
725
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
726
726
  };
727
727
  };
728
728
  justify: {
@@ -772,21 +772,21 @@ export declare const LlCheckboxGroup: import("ll-plus/es/utils").SFCWithInstall<
772
772
  readonly Row: {
773
773
  new (...args: any[]): import("@vue/runtime-core").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
774
774
  align: {
775
- type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
776
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
777
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
778
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
779
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
780
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
781
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
775
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
776
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
777
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
778
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
779
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
780
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
781
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
782
782
  }>;
783
- default: "middle" | "bottom" | "top" | "stretch" | {
784
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
785
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
786
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
787
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
788
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
789
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
783
+ default: "middle" | "top" | "bottom" | "stretch" | {
784
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
785
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
786
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
787
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
788
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
789
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
790
790
  };
791
791
  };
792
792
  justify: {
@@ -818,21 +818,21 @@ export declare const LlCheckboxGroup: import("ll-plus/es/utils").SFCWithInstall<
818
818
  };
819
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<{
820
820
  align: {
821
- type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
822
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
823
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
824
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
825
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
826
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
827
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
821
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
822
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
823
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
824
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
825
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
826
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
827
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
828
828
  }>;
829
- default: "middle" | "bottom" | "top" | "stretch" | {
830
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
831
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
832
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
833
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
834
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
835
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
829
+ default: "middle" | "top" | "bottom" | "stretch" | {
830
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
831
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
832
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
833
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
834
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
835
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
836
836
  };
837
837
  };
838
838
  justify: {
@@ -863,13 +863,13 @@ export declare const LlCheckboxGroup: import("ll-plus/es/utils").SFCWithInstall<
863
863
  default: any;
864
864
  };
865
865
  }>>, {
866
- align: "middle" | "bottom" | "top" | "stretch" | {
867
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
868
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
869
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
870
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
871
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
872
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
866
+ align: "middle" | "top" | "bottom" | "stretch" | {
867
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
868
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
869
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
870
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
871
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
872
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
873
873
  };
874
874
  justify: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
875
875
  sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
@@ -890,21 +890,21 @@ export declare const LlCheckboxGroup: import("ll-plus/es/utils").SFCWithInstall<
890
890
  Defaults: {};
891
891
  }, Readonly<import("vue").ExtractPropTypes<{
892
892
  align: {
893
- type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
894
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
895
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
896
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
897
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
898
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
899
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
893
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
894
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
895
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
896
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
897
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
898
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
899
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
900
900
  }>;
901
- default: "middle" | "bottom" | "top" | "stretch" | {
902
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
903
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
904
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
905
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
906
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
907
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
901
+ default: "middle" | "top" | "bottom" | "stretch" | {
902
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
903
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
904
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
905
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
906
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
907
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
908
908
  };
909
909
  };
910
910
  justify: {
@@ -935,13 +935,13 @@ export declare const LlCheckboxGroup: import("ll-plus/es/utils").SFCWithInstall<
935
935
  default: any;
936
936
  };
937
937
  }>>, () => import("ant-design-vue/es/_util/type").VueNode, {}, {}, {}, {
938
- align: "middle" | "bottom" | "top" | "stretch" | {
939
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
940
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
941
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
942
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
943
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
944
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
938
+ align: "middle" | "top" | "bottom" | "stretch" | {
939
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
940
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
941
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
942
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
943
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
944
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
945
945
  };
946
946
  justify: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
947
947
  sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
@@ -959,21 +959,21 @@ export declare const LlCheckboxGroup: import("ll-plus/es/utils").SFCWithInstall<
959
959
  __isSuspense?: undefined;
960
960
  } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
961
961
  align: {
962
- type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
963
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
964
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
965
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
966
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
967
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
968
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
962
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
963
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
964
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
965
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
966
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
967
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
968
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
969
969
  }>;
970
- default: "middle" | "bottom" | "top" | "stretch" | {
971
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
972
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
973
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
974
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
975
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
976
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
970
+ default: "middle" | "top" | "bottom" | "stretch" | {
971
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
972
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
973
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
974
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
975
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
976
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
977
977
  };
978
978
  };
979
979
  justify: {
@@ -1004,13 +1004,13 @@ export declare const LlCheckboxGroup: import("ll-plus/es/utils").SFCWithInstall<
1004
1004
  default: any;
1005
1005
  };
1006
1006
  }>>, () => import("ant-design-vue/es/_util/type").VueNode, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
1007
- align: "middle" | "bottom" | "top" | "stretch" | {
1008
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
1009
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
1010
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
1011
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
1012
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
1013
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
1007
+ align: "middle" | "top" | "bottom" | "stretch" | {
1008
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
1009
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
1010
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1011
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1012
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
1013
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
1014
1014
  };
1015
1015
  justify: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
1016
1016
  sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
@@ -1667,21 +1667,21 @@ export declare const LlCheckboxGroup: import("ll-plus/es/utils").SFCWithInstall<
1667
1667
  })[]))[], unknown, unknown, () => never[], boolean>;
1668
1668
  readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
1669
1669
  align: {
1670
- type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
1671
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
1672
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
1673
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
1674
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
1675
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
1676
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
1670
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
1671
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
1672
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
1673
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
1674
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
1675
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1676
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1677
1677
  }>;
1678
- default: "middle" | "bottom" | "top" | "stretch" | {
1679
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
1680
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
1681
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
1682
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
1683
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
1684
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
1678
+ default: "middle" | "top" | "bottom" | "stretch" | {
1679
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
1680
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
1681
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
1682
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
1683
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1684
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1685
1685
  };
1686
1686
  };
1687
1687
  justify: {
@@ -1713,21 +1713,21 @@ export declare const LlCheckboxGroup: import("ll-plus/es/utils").SFCWithInstall<
1713
1713
  };
1714
1714
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
1715
1715
  align: {
1716
- type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
1717
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
1718
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
1719
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
1720
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
1721
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
1722
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
1716
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
1717
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
1718
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
1719
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
1720
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
1721
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1722
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1723
1723
  }>;
1724
- default: "middle" | "bottom" | "top" | "stretch" | {
1725
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
1726
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
1727
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
1728
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
1729
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
1730
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
1724
+ default: "middle" | "top" | "bottom" | "stretch" | {
1725
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
1726
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
1727
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
1728
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
1729
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1730
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1731
1731
  };
1732
1732
  };
1733
1733
  justify: {
@@ -1759,21 +1759,21 @@ export declare const LlCheckboxGroup: import("ll-plus/es/utils").SFCWithInstall<
1759
1759
  };
1760
1760
  }>>) | ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
1761
1761
  align: {
1762
- type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
1763
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
1764
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
1765
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
1766
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
1767
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
1768
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
1762
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
1763
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
1764
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
1765
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
1766
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
1767
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1768
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1769
1769
  }>;
1770
- default: "middle" | "bottom" | "top" | "stretch" | {
1771
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
1772
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
1773
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
1774
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
1775
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
1776
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
1770
+ default: "middle" | "top" | "bottom" | "stretch" | {
1771
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
1772
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
1773
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
1774
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
1775
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1776
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1777
1777
  };
1778
1778
  };
1779
1779
  justify: {
@@ -1805,21 +1805,21 @@ export declare const LlCheckboxGroup: import("ll-plus/es/utils").SFCWithInstall<
1805
1805
  };
1806
1806
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
1807
1807
  align: {
1808
- type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
1809
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
1810
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
1811
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
1812
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
1813
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
1814
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
1808
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
1809
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
1810
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
1811
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
1812
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
1813
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1814
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1815
1815
  }>;
1816
- default: "middle" | "bottom" | "top" | "stretch" | {
1817
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
1818
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
1819
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
1820
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
1821
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
1822
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
1816
+ default: "middle" | "top" | "bottom" | "stretch" | {
1817
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
1818
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
1819
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
1820
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
1821
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1822
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1823
1823
  };
1824
1824
  };
1825
1825
  justify: {
@@ -1892,21 +1892,21 @@ export declare const LlCheckboxGroup: import("ll-plus/es/utils").SFCWithInstall<
1892
1892
  })[];
1893
1893
  readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
1894
1894
  align: {
1895
- type: import("vue").PropType<"middle" | "bottom" | "top" | "stretch" | {
1896
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
1897
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
1898
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
1899
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
1900
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
1901
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
1895
+ type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
1896
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
1897
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
1898
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
1899
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
1900
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1901
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1902
1902
  }>;
1903
- default: "middle" | "bottom" | "top" | "stretch" | {
1904
- xs?: "middle" | "bottom" | "top" | "stretch" | undefined;
1905
- sm?: "middle" | "bottom" | "top" | "stretch" | undefined;
1906
- md?: "middle" | "bottom" | "top" | "stretch" | undefined;
1907
- lg?: "middle" | "bottom" | "top" | "stretch" | undefined;
1908
- xl?: "middle" | "bottom" | "top" | "stretch" | undefined;
1909
- xxl?: "middle" | "bottom" | "top" | "stretch" | undefined;
1903
+ default: "middle" | "top" | "bottom" | "stretch" | {
1904
+ xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
1905
+ sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
1906
+ md?: "middle" | "top" | "bottom" | "stretch" | undefined;
1907
+ lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
1908
+ xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1909
+ xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1910
1910
  };
1911
1911
  };
1912
1912
  justify: {