@alauda/ui 6.0.1 → 6.0.2-beta

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.
@@ -3776,7 +3776,9 @@
3776
3776
  CheckboxGroupComponent.propDecorators = {
3777
3777
  direction: [{ type: i0.Input }],
3778
3778
  trackFn: [{ type: i0.Input }],
3779
- checkboxes: [{ type: i0.ContentChildren, args: [i0.forwardRef(function () { return CheckboxComponent; }),] }]
3779
+ checkboxes: [{ type: i0.ContentChildren, args: [i0.forwardRef(function () { return CheckboxComponent; }), {
3780
+ descendants: true,
3781
+ },] }]
3780
3782
  };
3781
3783
 
3782
3784
  var uniqueId$2 = 0;