tnx-shared 5.1.473 → 5.1.474
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 -6
- 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/components/crud/crud-form/crud-form.component.d.ts.map +1 -1
- package/esm2015/components/crud/crud-form/crud-form.component.js +2 -7
- package/fesm2015/tnx-shared.js +1 -6
- package/fesm2015/tnx-shared.js.map +1 -1
- package/package.json +2 -2
|
@@ -14116,12 +14116,7 @@
|
|
|
14116
14116
|
}
|
|
14117
14117
|
}
|
|
14118
14118
|
else {
|
|
14119
|
-
|
|
14120
|
-
this.cleanModel(model[key]);
|
|
14121
|
-
}
|
|
14122
|
-
else {
|
|
14123
|
-
model[key] = undefined;
|
|
14124
|
-
}
|
|
14119
|
+
this.cleanModel(model[key]);
|
|
14125
14120
|
}
|
|
14126
14121
|
}
|
|
14127
14122
|
}
|