tnx-shared 5.3.207 → 5.3.208
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/tnx-shared.umd.js +1 -1
- package/bundles/tnx-shared.umd.js.map +1 -1
- package/bundles/tnx-shared.umd.min.js +1 -1
- package/bundles/tnx-shared.umd.min.js.map +1 -1
- package/esm2015/components/crud/crud-form/crud-form.component.js +2 -2
- package/fesm2015/tnx-shared.js +1 -1
- package/fesm2015/tnx-shared.js.map +1 -1
- package/package.json +2 -2
|
@@ -15869,7 +15869,7 @@
|
|
|
15869
15869
|
CrudFormComponent.prototype.ngAfterViewInit = function () {
|
|
15870
15870
|
var _this = this;
|
|
15871
15871
|
setTimeout(function () {
|
|
15872
|
-
if (_this.autoFocus && !_this.rootContext.data.flags.hasFocusingControl) {
|
|
15872
|
+
if (_this.autoFocus && _this.rootContext.data.flags && !_this.rootContext.data.flags.hasFocusingControl) {
|
|
15873
15873
|
_this.rootContext.data.flags.hasFocusingControl = true;
|
|
15874
15874
|
_this.focusFirstControl();
|
|
15875
15875
|
setTimeout(function () {
|