tnx-shared 5.1.621 → 5.1.622
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 +4 -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/components/file-explorer/services/download-link.service.d.ts.map +1 -1
- package/esm2015/components/file-explorer/services/download-link.service.js +3 -1
- package/esm2015/services/menu.service.js +3 -2
- package/fesm2015/tnx-shared.js +4 -1
- package/fesm2015/tnx-shared.js.map +1 -1
- package/package.json +2 -2
- package/services/menu.service.d.ts.map +1 -1
|
@@ -9857,6 +9857,8 @@
|
|
|
9857
9857
|
fileName: fileName,
|
|
9858
9858
|
fileInstanceId: fileInstanceId,
|
|
9859
9859
|
fileVersionInstanceId: fileVersionInstanceId,
|
|
9860
|
+
fileVersionId: fileVersionInstanceId,
|
|
9861
|
+
fileId: fileInstanceId,
|
|
9860
9862
|
outputType: this.convertModelType.pdf,
|
|
9861
9863
|
toBase64: true
|
|
9862
9864
|
};
|
|
@@ -32411,7 +32413,8 @@
|
|
|
32411
32413
|
}
|
|
32412
32414
|
menuUrl = domainMenus + "assets/menus/" + appCode.toLocaleLowerCase() + ".json";
|
|
32413
32415
|
if (environment.scopename && root.data.currentAppMetadata.renderMenuByScopeName) {
|
|
32414
|
-
menuUrl = domainMenus
|
|
32416
|
+
//menuUrl = `${domainMenus}assets/menus/${environment.scopename}/${appCode.toLocaleLowerCase()}.json`;
|
|
32417
|
+
menuUrl = "assets/menus/" + environment.scopename + "/" + appCode.toLocaleLowerCase() + ".json";
|
|
32415
32418
|
}
|
|
32416
32419
|
fetch(menuUrl).then(function (rs) { return __awaiter(_this, void 0, void 0, function () {
|
|
32417
32420
|
var menu, _a, _b;
|