survey-angular-ui 2.5.16 → 2.5.17
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/survey-angular-ui.umd.js +4 -0
- package/bundles/survey-angular-ui.umd.js.map +1 -1
- package/esm2015/questions/rating.component.js +5 -1
- package/fesm2015/survey-angular-ui.js +4 -0
- package/fesm2015/survey-angular-ui.js.map +1 -1
- package/package.json +2 -2
- package/questions/rating.component.d.ts +1 -0
|
@@ -2927,6 +2927,10 @@
|
|
|
2927
2927
|
event.stopPropagation();
|
|
2928
2928
|
this.model.setValueFromClick(event.target.value);
|
|
2929
2929
|
};
|
|
2930
|
+
RatingQuestionComponent.prototype.ngAfterViewInit = function () {
|
|
2931
|
+
_super.prototype.ngAfterViewInit.call(this);
|
|
2932
|
+
this.detectChanges();
|
|
2933
|
+
};
|
|
2930
2934
|
return RatingQuestionComponent;
|
|
2931
2935
|
}(QuestionAngular));
|
|
2932
2936
|
RatingQuestionComponent.ɵfac = i0__namespace.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0__namespace, type: RatingQuestionComponent, deps: null, target: i0__namespace.ɵɵFactoryTarget.Component });
|