tnx-shared 5.1.601 → 5.1.602
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 +3 -5
- 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/file-explorer/file-manager/file-manager.component.d.ts.map +1 -1
- package/esm2015/components/file-explorer/file-manager/file-manager.component.js +4 -5
- package/fesm2015/tnx-shared.js +3 -4
- package/fesm2015/tnx-shared.js.map +1 -1
- package/package.json +2 -2
|
@@ -36758,16 +36758,14 @@
|
|
|
36758
36758
|
case 13:
|
|
36759
36759
|
json_prms = JSON.stringify(prms);
|
|
36760
36760
|
vgca_sign_files(json_prms, function (result) {
|
|
36761
|
+
var _a;
|
|
36761
36762
|
var resultObj = JSON.parse(result);
|
|
36762
|
-
if (resultObj.
|
|
36763
|
-
console.log(resultObj);
|
|
36763
|
+
if ((_a = resultObj.Files) === null || _a === void 0 ? void 0 : _a.length) {
|
|
36764
36764
|
resultObj.Files.forEach(function (item) { return __awaiter(_this, void 0, void 0, function () {
|
|
36765
|
-
var sourceFile;
|
|
36766
36765
|
var _this = this;
|
|
36767
36766
|
return __generator(this, function (_d) {
|
|
36768
|
-
sourceFile = lstFile.find(function (x) { return x.id == item.FileID; });
|
|
36769
36767
|
this._fileExplorerService.saveSignedFile({
|
|
36770
|
-
sourceFile:
|
|
36768
|
+
sourceFile: { id: item.FileID },
|
|
36771
36769
|
tempFileId: item.FileSignedURL,
|
|
36772
36770
|
}).then(function (rss) {
|
|
36773
36771
|
_this._triggerProcessData();
|