@eo-sdk/client 9.6.0-rc.3 → 9.6.0-rc.4
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/app/eo-framework/ui/indexdata-summary/indexdata-summary.component.d.ts +1 -0
- package/assets/_default/i18n/de.json +1 -0
- package/assets/_default/i18n/en.json +2 -1
- package/bundles/eo-sdk-client-projects-eo-sdk-core.umd.js +4 -4
- package/bundles/eo-sdk-client-projects-eo-sdk-core.umd.js.map +1 -1
- package/bundles/eo-sdk-client-projects-eo-sdk-core.umd.min.js +2 -2
- package/bundles/eo-sdk-client-projects-eo-sdk-core.umd.min.js.map +1 -1
- package/bundles/eo-sdk-client.umd.js +10 -6
- package/bundles/eo-sdk-client.umd.js.map +1 -1
- package/bundles/eo-sdk-client.umd.min.js +1 -1
- package/bundles/eo-sdk-client.umd.min.js.map +1 -1
- package/eo-sdk-client.metadata.json +1 -1
- package/esm2015/app/eo-client/about-state/about-state.component.js +3 -3
- package/esm2015/app/eo-framework/object-details/object-links/object-links.component.js +2 -2
- package/esm2015/app/eo-framework/ui/indexdata-summary/indexdata-summary.component.js +6 -2
- package/esm2015/app/eo-framework-core/api/grid.service.js +3 -3
- package/esm2015/projects/eo-sdk/core/lib/service/auth/auth.service.js +3 -3
- package/esm2015/projects/eo-sdk/core/lib/service/backend/backend.service.js +2 -2
- package/esm2015/projects/eo-sdk/core/lib/service/user/user.service.js +2 -2
- package/fesm2015/eo-sdk-client-projects-eo-sdk-core.js +4 -4
- package/fesm2015/eo-sdk-client-projects-eo-sdk-core.js.map +1 -1
- package/fesm2015/eo-sdk-client.js +10 -6
- package/fesm2015/eo-sdk-client.js.map +1 -1
- package/package.json +2 -2
- package/projects/eo-sdk/core/lib/service/backend/backend.service.d.ts +1 -1
- package/projects/eo-sdk/core/package.json +1 -1
|
@@ -34,6 +34,7 @@ export declare class IndexdataSummaryComponent implements OnInit {
|
|
|
34
34
|
constructor(translate: TranslateService, gridApi: GridService, dmsService: DmsService, userService: UserService);
|
|
35
35
|
onValueClick(event: any, item?: any): void;
|
|
36
36
|
getVersionLink(version: number): string;
|
|
37
|
+
getLink(label: string): string;
|
|
37
38
|
processIndexData(id: IndexData, index?: number, force?: boolean): any[];
|
|
38
39
|
onMoreInfoToggle(info: boolean): void;
|
|
39
40
|
onStorageInfoToggle(info: boolean): void;
|
|
@@ -50,6 +50,7 @@
|
|
|
50
50
|
"eo.object.actions.title": "Aktionen für markierte Objekte",
|
|
51
51
|
"eo.indexdata.summary.no.change": "Keine Metadaten geändert",
|
|
52
52
|
"eo.indexdata.summary.more": "Mehr Informationen",
|
|
53
|
+
"eo.indexdata.summary.folder": "Ordner",
|
|
53
54
|
"eo.shortcuts.general.title": "Allgemein",
|
|
54
55
|
"eo.shortcuts.action.add": "Objekt anlegen",
|
|
55
56
|
"eo.shortcuts.action.dashboard": "Dashboard",
|
|
@@ -55,6 +55,7 @@
|
|
|
55
55
|
"eo.object.content.title": "Content",
|
|
56
56
|
"eo.indexdata.summary.no.change": "No metadata was changed",
|
|
57
57
|
"eo.indexdata.summary.more": "More information",
|
|
58
|
+
"eo.indexdata.summary.folder": "Folder",
|
|
58
59
|
"eo.shortcuts.general.title": "General",
|
|
59
60
|
"eo.shortcuts.action.add": "Create object",
|
|
60
61
|
"eo.shortcuts.action.dashboard": "Dashboard",
|
|
@@ -120,7 +121,7 @@
|
|
|
120
121
|
"eo.object.links.title": "References",
|
|
121
122
|
"eo.object.signature-tab.title": "Signatures",
|
|
122
123
|
"eo.object.signature-tab.label.date": "Changed on",
|
|
123
|
-
"eo.object.signature-tab.label.requestdate": "
|
|
124
|
+
"eo.object.signature-tab.label.requestdate": "Requested on",
|
|
124
125
|
"eo.object.signature-tab.label.requester": "Requested by",
|
|
125
126
|
"eo.object.signature-tab.label.signers": "Signed by",
|
|
126
127
|
"eo.object.signature-tab.label.subject": "E-mail subject",
|
|
@@ -2044,7 +2044,7 @@
|
|
|
2044
2044
|
*/
|
|
2045
2045
|
BackendService.prototype.getIconBase = function (id) {
|
|
2046
2046
|
if (id === void 0) { id = ''; }
|
|
2047
|
-
return this.getServiceBase() + '/ui/icon/' + id;
|
|
2047
|
+
return this.getBaseWithContext(this.getServiceBase()) + '/ui/icon/' + id;
|
|
2048
2048
|
};
|
|
2049
2049
|
/**
|
|
2050
2050
|
* @ignore
|
|
@@ -2921,7 +2921,7 @@
|
|
|
2921
2921
|
* @returns URI to the user image
|
|
2922
2922
|
*/
|
|
2923
2923
|
UserService.prototype.getUserImageUri = function (userId) {
|
|
2924
|
-
return this.backend.getServiceBase() + "/organization/image/" + userId + "?usedefault=true";
|
|
2924
|
+
return this.backend.getBaseWithContext(this.backend.getServiceBase()) + "/organization/image/" + userId + "?usedefault=true";
|
|
2925
2925
|
};
|
|
2926
2926
|
/**
|
|
2927
2927
|
* Removes a favorite item
|
|
@@ -4572,8 +4572,8 @@
|
|
|
4572
4572
|
var headers = new http.HttpHeaders({
|
|
4573
4573
|
'Content-Type': 'application/json'
|
|
4574
4574
|
});
|
|
4575
|
-
return this.
|
|
4576
|
-
.get(
|
|
4575
|
+
return this.backend
|
|
4576
|
+
.get(this.userProfileUri, '', { headers: headers, withCredentials: this.coreConfig.withCredentials })
|
|
4577
4577
|
.pipe(operators.switchMap(function (user) {
|
|
4578
4578
|
_this.profile = {
|
|
4579
4579
|
host: host || '',
|