@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.
- package/alauda-ui.metadata.json +1 -1
- package/bundles/alauda-ui.umd.js +3 -1
- package/bundles/alauda-ui.umd.js.map +1 -1
- package/bundles/alauda-ui.umd.min.js +1 -1
- package/bundles/alauda-ui.umd.min.js.map +1 -1
- package/esm2015/checkbox/checkbox-group/checkbox-group.component.js +4 -2
- package/esm2015/checkbox/checkbox-group/checkbox-group.component.ngsummary.json +1 -1
- package/fesm2015/alauda-ui.js +3 -1
- package/fesm2015/alauda-ui.js.map +1 -1
- package/package.json +1 -1
package/bundles/alauda-ui.umd.js
CHANGED
|
@@ -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;
|