@softheon/armature 10.44.1 → 10.44.2
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/bundles/softheon-armature.umd.js +3 -0
- package/bundles/softheon-armature.umd.js.map +1 -1
- package/bundles/softheon-armature.umd.min.js +1 -1
- package/bundles/softheon-armature.umd.min.js.map +1 -1
- package/esm2015/lib/base-components/sof-button-toggle-group/sof-button-toggle-group.component.js +4 -1
- package/fesm2015/softheon-armature.js +3 -0
- package/fesm2015/softheon-armature.js.map +1 -1
- package/package.json +1 -1
|
@@ -4739,6 +4739,9 @@
|
|
|
4739
4739
|
// Set default layout aligns
|
|
4740
4740
|
this.layoutAlign.label = (_c = this.layoutAlign.label) !== null && _c !== void 0 ? _c : 'start center';
|
|
4741
4741
|
this.layoutAlign.toggle = (_d = this.layoutAlign.toggle) !== null && _d !== void 0 ? _d : 'start center';
|
|
4742
|
+
if (!this.ariaLabel) {
|
|
4743
|
+
this.ariaLabel = this.labelText;
|
|
4744
|
+
}
|
|
4742
4745
|
this.setIsRequired();
|
|
4743
4746
|
// Subscribe to form control's validation
|
|
4744
4747
|
this.subscription.add((_g = (_f = (_e = this.control) === null || _e === void 0 ? void 0 : _e.control) === null || _f === void 0 ? void 0 : _f.valueChanges) === null || _g === void 0 ? void 0 : _g.subscribe(function () {
|