ll-plus 2.1.21 → 2.2.0

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 (204) hide show
  1. package/es/components/advanced-filtering/index.d.ts +312 -312
  2. package/es/components/advanced-filtering/src/advanced-filtering.vue.d.ts +160 -160
  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 +7 -7
  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 +217 -217
  18. package/es/components/checkbox/src/checkbox-group.vue.d.ts +217 -217
  19. package/es/components/checkbox/src/checkbox.d.ts +56 -56
  20. package/es/components/code-editor/index.d.ts +3 -3
  21. package/es/components/code-editor/src/code-editor.vue.d.ts +3 -3
  22. package/es/components/drawer/index.d.ts +11 -11
  23. package/es/components/drawer/src/components/second-confirmation/index.d.ts +8 -8
  24. package/es/components/drawer/src/components/second-confirmation/src/second-confirmation.vue.d.ts +8 -8
  25. package/es/components/drawer/src/drawer.vue.d.ts +11 -11
  26. package/es/components/form/index.d.ts +142 -142
  27. package/es/components/form/src/config/form.d.ts +56 -56
  28. package/es/components/form/src/form.vue.d.ts +142 -142
  29. package/es/components/icon-base/index.d.ts +2 -2
  30. package/es/components/icon-base/src/icon-base.vue.d.ts +2 -2
  31. package/es/components/input/index.d.ts +31 -31
  32. package/es/components/input/src/input.vue.d.ts +31 -31
  33. package/es/components/input-number/index.d.ts +3 -3
  34. package/es/components/input-number/src/input-number.vue.d.ts +3 -3
  35. package/es/components/key-value/index.d.ts +6 -6
  36. package/es/components/key-value/src/components/key-value-item.vue.d.ts +3 -3
  37. package/es/components/key-value/src/key-value.vue.d.ts +6 -6
  38. package/es/components/modal/index.d.ts +5 -5
  39. package/es/components/modal/src/modal.vue.d.ts +5 -5
  40. package/es/components/number-range/index.d.ts +6 -6
  41. package/es/components/number-range/src/number-range.vue.d.ts +6 -6
  42. package/es/components/operate-icon/index.d.ts +6 -6
  43. package/es/components/operate-icon/src/operate-icon.vue.d.ts +6 -6
  44. package/es/components/select/index.d.ts +11 -11
  45. package/es/components/select/src/select.vue.d.ts +11 -11
  46. package/es/components/table/index.d.ts +6 -6
  47. package/es/components/table/src/components/main-table.vue.d.ts +2 -2
  48. package/es/components/table/src/components/main-table.vue2.mjs +13 -8
  49. package/es/components/table/src/components/main-table.vue2.mjs.map +1 -1
  50. package/es/components/table/src/config/table.d.ts +2 -2
  51. package/es/components/table/src/table.vue.d.ts +6 -6
  52. package/es/components/table/src/table.vue2.mjs +15 -10
  53. package/es/components/table/src/table.vue2.mjs.map +1 -1
  54. package/es/components/tag-group/index.d.ts +3 -3
  55. package/es/components/tag-group/src/tag-group.vue.d.ts +3 -3
  56. package/es/components/textarea/index.d.ts +5 -5
  57. package/es/components/textarea/src/textarea.vue.d.ts +5 -5
  58. package/es/components/tooltip/index.d.ts +4 -4
  59. package/es/components/tooltip/src/tooltip.d.ts +1 -1
  60. package/es/components/tooltip/src/tooltip.vue.d.ts +4 -4
  61. package/es/components/tree/index.d.ts +2 -2
  62. package/es/components/tree/src/tree.vue.d.ts +2 -2
  63. package/es/components/tree-search/index.d.ts +17 -17
  64. package/es/components/tree-search/src/config/tree-search.d.ts +4 -4
  65. package/es/components/tree-search/src/tree-search.vue.d.ts +17 -17
  66. package/es/components/upload-drag/index.d.ts +4 -4
  67. package/es/components/upload-drag/src/upload-drag.vue.d.ts +4 -4
  68. package/index.full.js +26 -16
  69. package/index.full.min.js +10 -10
  70. package/index.full.min.js.map +1 -1
  71. package/index.full.min.mjs +10 -10
  72. package/index.full.min.mjs.map +1 -1
  73. package/index.full.mjs +26 -16
  74. package/lib/components/advanced-filtering/index.d.ts +312 -312
  75. package/lib/components/advanced-filtering/src/advanced-filtering.vue.d.ts +160 -160
  76. package/lib/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +145 -145
  77. package/lib/components/advanced-filtering/src/components/advanced-filtering-tags.vue.d.ts +7 -7
  78. package/lib/components/api-component/index.d.ts +30 -30
  79. package/lib/components/api-component/src/api-component.vue.d.ts +30 -30
  80. package/lib/components/api-component/src/components/api-modal.vue.d.ts +6 -6
  81. package/lib/components/api-component/src/components/api-url.vue.d.ts +5 -5
  82. package/lib/components/api-component/src/components/click-input.vue.d.ts +10 -10
  83. package/lib/components/api-component/src/components/params-table-row.vue.d.ts +16 -16
  84. package/lib/components/api-component/src/components/params-table.vue.d.ts +20 -20
  85. package/lib/components/api-component/src/config/api-component.d.ts +1 -1
  86. package/lib/components/api-component/src/config/api-modal.d.ts +1 -1
  87. package/lib/components/api-component/src/config/click-input.d.ts +1 -1
  88. package/lib/components/button/index.d.ts +1 -1
  89. package/lib/components/button/src/button.vue.d.ts +1 -1
  90. package/lib/components/checkbox/index.d.ts +217 -217
  91. package/lib/components/checkbox/src/checkbox-group.vue.d.ts +217 -217
  92. package/lib/components/checkbox/src/checkbox.d.ts +56 -56
  93. package/lib/components/code-editor/index.d.ts +3 -3
  94. package/lib/components/code-editor/src/code-editor.vue.d.ts +3 -3
  95. package/lib/components/drawer/index.d.ts +11 -11
  96. package/lib/components/drawer/src/components/second-confirmation/index.d.ts +8 -8
  97. package/lib/components/drawer/src/components/second-confirmation/src/second-confirmation.vue.d.ts +8 -8
  98. package/lib/components/drawer/src/drawer.vue.d.ts +11 -11
  99. package/lib/components/form/index.d.ts +142 -142
  100. package/lib/components/form/src/config/form.d.ts +56 -56
  101. package/lib/components/form/src/form.vue.d.ts +142 -142
  102. package/lib/components/icon-base/index.d.ts +2 -2
  103. package/lib/components/icon-base/src/icon-base.vue.d.ts +2 -2
  104. package/lib/components/input/index.d.ts +31 -31
  105. package/lib/components/input/src/input.vue.d.ts +31 -31
  106. package/lib/components/input-number/index.d.ts +3 -3
  107. package/lib/components/input-number/src/input-number.vue.d.ts +3 -3
  108. package/lib/components/key-value/index.d.ts +6 -6
  109. package/lib/components/key-value/src/components/key-value-item.vue.d.ts +3 -3
  110. package/lib/components/key-value/src/key-value.vue.d.ts +6 -6
  111. package/lib/components/modal/index.d.ts +5 -5
  112. package/lib/components/modal/src/modal.vue.d.ts +5 -5
  113. package/lib/components/number-range/index.d.ts +6 -6
  114. package/lib/components/number-range/src/number-range.vue.d.ts +6 -6
  115. package/lib/components/operate-icon/index.d.ts +6 -6
  116. package/lib/components/operate-icon/src/operate-icon.vue.d.ts +6 -6
  117. package/lib/components/select/index.d.ts +11 -11
  118. package/lib/components/select/src/select.vue.d.ts +11 -11
  119. package/lib/components/table/index.d.ts +6 -6
  120. package/lib/components/table/src/components/main-table.vue.d.ts +2 -2
  121. package/lib/components/table/src/components/main-table.vue2.js +12 -7
  122. package/lib/components/table/src/components/main-table.vue2.js.map +1 -1
  123. package/lib/components/table/src/config/table.d.ts +2 -2
  124. package/lib/components/table/src/table.vue.d.ts +6 -6
  125. package/lib/components/table/src/table.vue2.js +14 -9
  126. package/lib/components/table/src/table.vue2.js.map +1 -1
  127. package/lib/components/tag-group/index.d.ts +3 -3
  128. package/lib/components/tag-group/src/tag-group.vue.d.ts +3 -3
  129. package/lib/components/textarea/index.d.ts +5 -5
  130. package/lib/components/textarea/src/textarea.vue.d.ts +5 -5
  131. package/lib/components/tooltip/index.d.ts +4 -4
  132. package/lib/components/tooltip/src/tooltip.d.ts +1 -1
  133. package/lib/components/tooltip/src/tooltip.vue.d.ts +4 -4
  134. package/lib/components/tree/index.d.ts +2 -2
  135. package/lib/components/tree/src/tree.vue.d.ts +2 -2
  136. package/lib/components/tree-search/index.d.ts +17 -17
  137. package/lib/components/tree-search/src/config/tree-search.d.ts +4 -4
  138. package/lib/components/tree-search/src/tree-search.vue.d.ts +17 -17
  139. package/lib/components/upload-drag/index.d.ts +4 -4
  140. package/lib/components/upload-drag/src/upload-drag.vue.d.ts +4 -4
  141. package/package.json +1 -1
  142. package/types/packages/components/advanced-filtering/index.d.ts +312 -312
  143. package/types/packages/components/advanced-filtering/src/advanced-filtering.vue.d.ts +160 -160
  144. package/types/packages/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +145 -145
  145. package/types/packages/components/advanced-filtering/src/components/advanced-filtering-tags.vue.d.ts +7 -7
  146. package/types/packages/components/api-component/index.d.ts +30 -30
  147. package/types/packages/components/api-component/src/api-component.vue.d.ts +30 -30
  148. package/types/packages/components/api-component/src/components/api-modal.vue.d.ts +6 -6
  149. package/types/packages/components/api-component/src/components/api-url.vue.d.ts +5 -5
  150. package/types/packages/components/api-component/src/components/click-input.vue.d.ts +10 -10
  151. package/types/packages/components/api-component/src/components/params-table-row.vue.d.ts +16 -16
  152. package/types/packages/components/api-component/src/components/params-table.vue.d.ts +20 -20
  153. package/types/packages/components/api-component/src/config/api-component.d.ts +1 -1
  154. package/types/packages/components/api-component/src/config/api-modal.d.ts +1 -1
  155. package/types/packages/components/api-component/src/config/click-input.d.ts +1 -1
  156. package/types/packages/components/button/index.d.ts +1 -1
  157. package/types/packages/components/button/src/button.vue.d.ts +1 -1
  158. package/types/packages/components/checkbox/index.d.ts +217 -217
  159. package/types/packages/components/checkbox/src/checkbox-group.vue.d.ts +217 -217
  160. package/types/packages/components/checkbox/src/checkbox.d.ts +56 -56
  161. package/types/packages/components/code-editor/index.d.ts +3 -3
  162. package/types/packages/components/code-editor/src/code-editor.vue.d.ts +3 -3
  163. package/types/packages/components/drawer/index.d.ts +11 -11
  164. package/types/packages/components/drawer/src/components/second-confirmation/index.d.ts +8 -8
  165. package/types/packages/components/drawer/src/components/second-confirmation/src/second-confirmation.vue.d.ts +8 -8
  166. package/types/packages/components/drawer/src/drawer.vue.d.ts +11 -11
  167. package/types/packages/components/form/index.d.ts +142 -142
  168. package/types/packages/components/form/src/config/form.d.ts +56 -56
  169. package/types/packages/components/form/src/form.vue.d.ts +142 -142
  170. package/types/packages/components/icon-base/index.d.ts +2 -2
  171. package/types/packages/components/icon-base/src/icon-base.vue.d.ts +2 -2
  172. package/types/packages/components/input/index.d.ts +31 -31
  173. package/types/packages/components/input/src/input.vue.d.ts +31 -31
  174. package/types/packages/components/input-number/index.d.ts +3 -3
  175. package/types/packages/components/input-number/src/input-number.vue.d.ts +3 -3
  176. package/types/packages/components/key-value/index.d.ts +6 -6
  177. package/types/packages/components/key-value/src/components/key-value-item.vue.d.ts +3 -3
  178. package/types/packages/components/key-value/src/key-value.vue.d.ts +6 -6
  179. package/types/packages/components/modal/index.d.ts +5 -5
  180. package/types/packages/components/modal/src/modal.vue.d.ts +5 -5
  181. package/types/packages/components/number-range/index.d.ts +6 -6
  182. package/types/packages/components/number-range/src/number-range.vue.d.ts +6 -6
  183. package/types/packages/components/operate-icon/index.d.ts +6 -6
  184. package/types/packages/components/operate-icon/src/operate-icon.vue.d.ts +6 -6
  185. package/types/packages/components/select/index.d.ts +11 -11
  186. package/types/packages/components/select/src/select.vue.d.ts +11 -11
  187. package/types/packages/components/table/index.d.ts +6 -6
  188. package/types/packages/components/table/src/components/main-table.vue.d.ts +2 -2
  189. package/types/packages/components/table/src/config/table.d.ts +2 -2
  190. package/types/packages/components/table/src/table.vue.d.ts +6 -6
  191. package/types/packages/components/tag-group/index.d.ts +3 -3
  192. package/types/packages/components/tag-group/src/tag-group.vue.d.ts +3 -3
  193. package/types/packages/components/textarea/index.d.ts +5 -5
  194. package/types/packages/components/textarea/src/textarea.vue.d.ts +5 -5
  195. package/types/packages/components/tooltip/index.d.ts +4 -4
  196. package/types/packages/components/tooltip/src/tooltip.d.ts +1 -1
  197. package/types/packages/components/tooltip/src/tooltip.vue.d.ts +4 -4
  198. package/types/packages/components/tree/index.d.ts +2 -2
  199. package/types/packages/components/tree/src/tree.vue.d.ts +2 -2
  200. package/types/packages/components/tree-search/index.d.ts +17 -17
  201. package/types/packages/components/tree-search/src/config/tree-search.d.ts +4 -4
  202. package/types/packages/components/tree-search/src/tree-search.vue.d.ts +17 -17
  203. package/types/packages/components/upload-drag/index.d.ts +4 -4
  204. package/types/packages/components/upload-drag/src/upload-drag.vue.d.ts +4 -4
@@ -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: {
@@ -706,21 +706,21 @@ export declare const LlCheckboxGroup: import("ll-plus/es/utils").SFCWithInstall<
706
706
  })[];
707
707
  readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
708
708
  align: {
709
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
710
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
711
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
712
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
713
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
714
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
715
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
709
+ type: import("vue").PropType<"bottom" | "top" | "middle" | "stretch" | {
710
+ xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
711
+ sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
712
+ md?: "bottom" | "top" | "middle" | "stretch" | undefined;
713
+ lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
714
+ xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
715
+ xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
716
716
  }>;
717
- default: "middle" | "top" | "bottom" | "stretch" | {
718
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
719
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
720
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
721
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
722
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
723
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
717
+ default: "bottom" | "top" | "middle" | "stretch" | {
718
+ xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
719
+ sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
720
+ md?: "bottom" | "top" | "middle" | "stretch" | undefined;
721
+ lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
722
+ xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
723
+ xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
724
724
  };
725
725
  };
726
726
  justify: {
@@ -768,21 +768,21 @@ export declare const LlCheckboxGroup: import("ll-plus/es/utils").SFCWithInstall<
768
768
  readonly Row: {
769
769
  new (...args: any[]): import("@vue/runtime-core").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
770
770
  align: {
771
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
772
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
773
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
774
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
775
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
776
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
777
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
771
+ type: import("vue").PropType<"bottom" | "top" | "middle" | "stretch" | {
772
+ sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
773
+ lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
774
+ xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
775
+ xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
776
+ md?: "bottom" | "top" | "middle" | "stretch" | undefined;
777
+ xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
778
778
  }>;
779
- default: "middle" | "top" | "bottom" | "stretch" | {
780
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
781
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
782
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
783
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
784
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
785
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
779
+ default: "bottom" | "top" | "middle" | "stretch" | {
780
+ sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
781
+ lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
782
+ xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
783
+ xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
784
+ md?: "bottom" | "top" | "middle" | "stretch" | undefined;
785
+ xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
786
786
  };
787
787
  };
788
788
  justify: {
@@ -814,21 +814,21 @@ export declare const LlCheckboxGroup: import("ll-plus/es/utils").SFCWithInstall<
814
814
  };
815
815
  }>>, () => 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<{
816
816
  align: {
817
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
818
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
819
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
820
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
821
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
822
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
823
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
817
+ type: import("vue").PropType<"bottom" | "top" | "middle" | "stretch" | {
818
+ sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
819
+ lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
820
+ xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
821
+ xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
822
+ md?: "bottom" | "top" | "middle" | "stretch" | undefined;
823
+ xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
824
824
  }>;
825
- default: "middle" | "top" | "bottom" | "stretch" | {
826
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
827
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
828
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
829
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
830
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
831
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
825
+ default: "bottom" | "top" | "middle" | "stretch" | {
826
+ sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
827
+ lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
828
+ xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
829
+ xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
830
+ md?: "bottom" | "top" | "middle" | "stretch" | undefined;
831
+ xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
832
832
  };
833
833
  };
834
834
  justify: {
@@ -859,13 +859,13 @@ export declare const LlCheckboxGroup: import("ll-plus/es/utils").SFCWithInstall<
859
859
  default: any;
860
860
  };
861
861
  }>>, {
862
- align: "middle" | "top" | "bottom" | "stretch" | {
863
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
864
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
865
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
866
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
867
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
868
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
862
+ align: "bottom" | "top" | "middle" | "stretch" | {
863
+ sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
864
+ lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
865
+ xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
866
+ xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
867
+ md?: "bottom" | "top" | "middle" | "stretch" | undefined;
868
+ xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
869
869
  };
870
870
  justify: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
871
871
  sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
@@ -886,21 +886,21 @@ export declare const LlCheckboxGroup: import("ll-plus/es/utils").SFCWithInstall<
886
886
  Defaults: {};
887
887
  }, Readonly<import("vue").ExtractPropTypes<{
888
888
  align: {
889
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
890
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
891
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
892
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
893
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
894
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
895
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
889
+ type: import("vue").PropType<"bottom" | "top" | "middle" | "stretch" | {
890
+ sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
891
+ lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
892
+ xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
893
+ xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
894
+ md?: "bottom" | "top" | "middle" | "stretch" | undefined;
895
+ xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
896
896
  }>;
897
- default: "middle" | "top" | "bottom" | "stretch" | {
898
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
899
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
900
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
901
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
902
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
903
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
897
+ default: "bottom" | "top" | "middle" | "stretch" | {
898
+ sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
899
+ lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
900
+ xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
901
+ xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
902
+ md?: "bottom" | "top" | "middle" | "stretch" | undefined;
903
+ xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
904
904
  };
905
905
  };
906
906
  justify: {
@@ -931,13 +931,13 @@ export declare const LlCheckboxGroup: import("ll-plus/es/utils").SFCWithInstall<
931
931
  default: any;
932
932
  };
933
933
  }>>, () => import("ant-design-vue/es/_util/type").VueNode, {}, {}, {}, {
934
- align: "middle" | "top" | "bottom" | "stretch" | {
935
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
936
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
937
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
938
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
939
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
940
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
934
+ align: "bottom" | "top" | "middle" | "stretch" | {
935
+ sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
936
+ lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
937
+ xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
938
+ xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
939
+ md?: "bottom" | "top" | "middle" | "stretch" | undefined;
940
+ xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
941
941
  };
942
942
  justify: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
943
943
  sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
@@ -955,21 +955,21 @@ export declare const LlCheckboxGroup: import("ll-plus/es/utils").SFCWithInstall<
955
955
  __isSuspense?: undefined;
956
956
  } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
957
957
  align: {
958
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
959
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
960
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
961
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
962
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
963
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
964
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
958
+ type: import("vue").PropType<"bottom" | "top" | "middle" | "stretch" | {
959
+ sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
960
+ lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
961
+ xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
962
+ xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
963
+ md?: "bottom" | "top" | "middle" | "stretch" | undefined;
964
+ xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
965
965
  }>;
966
- default: "middle" | "top" | "bottom" | "stretch" | {
967
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
968
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
969
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
970
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
971
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
972
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
966
+ default: "bottom" | "top" | "middle" | "stretch" | {
967
+ sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
968
+ lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
969
+ xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
970
+ xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
971
+ md?: "bottom" | "top" | "middle" | "stretch" | undefined;
972
+ xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
973
973
  };
974
974
  };
975
975
  justify: {
@@ -1000,13 +1000,13 @@ export declare const LlCheckboxGroup: import("ll-plus/es/utils").SFCWithInstall<
1000
1000
  default: any;
1001
1001
  };
1002
1002
  }>>, () => import("ant-design-vue/es/_util/type").VueNode, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
1003
- align: "middle" | "top" | "bottom" | "stretch" | {
1004
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
1005
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
1006
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1007
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1008
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
1009
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
1003
+ align: "bottom" | "top" | "middle" | "stretch" | {
1004
+ sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
1005
+ lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
1006
+ xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
1007
+ xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
1008
+ md?: "bottom" | "top" | "middle" | "stretch" | undefined;
1009
+ xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
1010
1010
  };
1011
1011
  justify: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
1012
1012
  sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | undefined;
@@ -1721,21 +1721,21 @@ export declare const LlCheckboxGroup: import("ll-plus/es/utils").SFCWithInstall<
1721
1721
  })[]))[], unknown, unknown, () => never[], boolean>;
1722
1722
  readonly rowOptions: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
1723
1723
  align: {
1724
- type: import("vue").PropType<"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;
1724
+ type: import("vue").PropType<"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;
1731
1731
  }>;
1732
- default: "middle" | "top" | "bottom" | "stretch" | {
1733
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
1734
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
1735
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
1736
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
1737
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1738
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1732
+ default: "bottom" | "top" | "middle" | "stretch" | {
1733
+ xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
1734
+ sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
1735
+ md?: "bottom" | "top" | "middle" | "stretch" | undefined;
1736
+ lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
1737
+ xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
1738
+ xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
1739
1739
  };
1740
1740
  };
1741
1741
  justify: {
@@ -1767,21 +1767,21 @@ export declare const LlCheckboxGroup: import("ll-plus/es/utils").SFCWithInstall<
1767
1767
  };
1768
1768
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
1769
1769
  align: {
1770
- type: import("vue").PropType<"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;
1770
+ type: import("vue").PropType<"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;
1777
1777
  }>;
1778
- default: "middle" | "top" | "bottom" | "stretch" | {
1779
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
1780
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
1781
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
1782
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
1783
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1784
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1778
+ default: "bottom" | "top" | "middle" | "stretch" | {
1779
+ xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
1780
+ sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
1781
+ md?: "bottom" | "top" | "middle" | "stretch" | undefined;
1782
+ lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
1783
+ xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
1784
+ xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
1785
1785
  };
1786
1786
  };
1787
1787
  justify: {
@@ -1813,21 +1813,21 @@ export declare const LlCheckboxGroup: import("ll-plus/es/utils").SFCWithInstall<
1813
1813
  };
1814
1814
  }>>) | ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
1815
1815
  align: {
1816
- type: import("vue").PropType<"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;
1816
+ type: import("vue").PropType<"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;
1823
1823
  }>;
1824
- default: "middle" | "top" | "bottom" | "stretch" | {
1825
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
1826
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
1827
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
1828
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
1829
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1830
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1824
+ default: "bottom" | "top" | "middle" | "stretch" | {
1825
+ xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
1826
+ sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
1827
+ md?: "bottom" | "top" | "middle" | "stretch" | undefined;
1828
+ lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
1829
+ xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
1830
+ xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
1831
1831
  };
1832
1832
  };
1833
1833
  justify: {
@@ -1859,21 +1859,21 @@ export declare const LlCheckboxGroup: import("ll-plus/es/utils").SFCWithInstall<
1859
1859
  };
1860
1860
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
1861
1861
  align: {
1862
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
1863
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
1864
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
1865
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
1866
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
1867
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1868
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1862
+ type: import("vue").PropType<"bottom" | "top" | "middle" | "stretch" | {
1863
+ xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
1864
+ sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
1865
+ md?: "bottom" | "top" | "middle" | "stretch" | undefined;
1866
+ lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
1867
+ xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
1868
+ xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
1869
1869
  }>;
1870
- default: "middle" | "top" | "bottom" | "stretch" | {
1871
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
1872
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
1873
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
1874
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
1875
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1876
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1870
+ default: "bottom" | "top" | "middle" | "stretch" | {
1871
+ xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
1872
+ sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
1873
+ md?: "bottom" | "top" | "middle" | "stretch" | undefined;
1874
+ lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
1875
+ xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
1876
+ xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
1877
1877
  };
1878
1878
  };
1879
1879
  justify: {
@@ -1944,21 +1944,21 @@ export declare const LlCheckboxGroup: import("ll-plus/es/utils").SFCWithInstall<
1944
1944
  })[];
1945
1945
  readonly rowOptions: Partial<import("vue").ExtractPropTypes<{
1946
1946
  align: {
1947
- type: import("vue").PropType<"middle" | "top" | "bottom" | "stretch" | {
1948
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
1949
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
1950
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
1951
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
1952
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1953
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1947
+ type: import("vue").PropType<"bottom" | "top" | "middle" | "stretch" | {
1948
+ xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
1949
+ sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
1950
+ md?: "bottom" | "top" | "middle" | "stretch" | undefined;
1951
+ lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
1952
+ xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
1953
+ xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
1954
1954
  }>;
1955
- default: "middle" | "top" | "bottom" | "stretch" | {
1956
- xs?: "middle" | "top" | "bottom" | "stretch" | undefined;
1957
- sm?: "middle" | "top" | "bottom" | "stretch" | undefined;
1958
- md?: "middle" | "top" | "bottom" | "stretch" | undefined;
1959
- lg?: "middle" | "top" | "bottom" | "stretch" | undefined;
1960
- xl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1961
- xxl?: "middle" | "top" | "bottom" | "stretch" | undefined;
1955
+ default: "bottom" | "top" | "middle" | "stretch" | {
1956
+ xs?: "bottom" | "top" | "middle" | "stretch" | undefined;
1957
+ sm?: "bottom" | "top" | "middle" | "stretch" | undefined;
1958
+ md?: "bottom" | "top" | "middle" | "stretch" | undefined;
1959
+ lg?: "bottom" | "top" | "middle" | "stretch" | undefined;
1960
+ xl?: "bottom" | "top" | "middle" | "stretch" | undefined;
1961
+ xxl?: "bottom" | "top" | "middle" | "stretch" | undefined;
1962
1962
  };
1963
1963
  };
1964
1964
  justify: {