tnx-shared 5.3.419 → 5.3.421
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/file-upload/file-upload.component.js +2 -2
- package/fesm2015/tnx-shared.js +1 -1
- package/fesm2015/tnx-shared.js.map +1 -1
- package/package.json +2 -2
|
@@ -38165,7 +38165,7 @@
|
|
|
38165
38165
|
_this.onChangeBase(rs.data);
|
|
38166
38166
|
_this.control.hasFile = _this.hasFile;
|
|
38167
38167
|
_this.onSelect.emit();
|
|
38168
|
-
_this.onChanged.emit();
|
|
38168
|
+
_this.onChanged.emit(rs.data);
|
|
38169
38169
|
}
|
|
38170
38170
|
else {
|
|
38171
38171
|
_this._notifierService.showWarning(rs.message);
|