survey-creator-angular 1.9.103 → 1.9.104
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-creator-angular.umd.js +3 -1
- package/bundles/survey-creator-angular.umd.js.map +1 -1
- package/esm2015/string-editor.component.js +4 -2
- package/fesm2015/survey-creator-angular.js +3 -1
- package/fesm2015/survey-creator-angular.js.map +1 -1
- package/package.json +1 -1
- package/string-editor.component.d.ts +3 -2
|
@@ -2184,10 +2184,12 @@
|
|
|
2184
2184
|
StringEditorComponent.prototype.ngOnInit = function () {
|
|
2185
2185
|
var _a;
|
|
2186
2186
|
_super.prototype.ngOnInit.call(this);
|
|
2187
|
+
(_a = this.locString) === null || _a === void 0 ? void 0 : _a.onStringChanged.add(this.onChangeHandler);
|
|
2188
|
+
};
|
|
2189
|
+
StringEditorComponent.prototype.ngAfterViewInit = function () {
|
|
2187
2190
|
if (this.locString.__isEditing) {
|
|
2188
2191
|
this.container.nativeElement.focus();
|
|
2189
2192
|
}
|
|
2190
|
-
(_a = this.locString) === null || _a === void 0 ? void 0 : _a.onStringChanged.add(this.onChangeHandler);
|
|
2191
2193
|
};
|
|
2192
2194
|
StringEditorComponent.prototype.ngOnDestroy = function () {
|
|
2193
2195
|
var _a;
|