@eo-sdk/client 9.0.2 → 9.1.0-rc.1
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/actions/action.module.d.ts +1 -2
- package/assets/_default/config/main.json +1 -1
- package/assets/_default/i18n/de.json +7 -12
- package/assets/_default/i18n/en.json +7 -12
- package/bundles/eo-sdk-client-projects-eo-sdk-core.umd.js +1 -1
- 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 +1 -1
- package/bundles/eo-sdk-client-projects-eo-sdk-core.umd.min.js.map +1 -1
- package/bundles/eo-sdk-client.umd.js +76 -42
- 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.d.ts +23 -23
- 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-client/dashboard/dashboard.component.js +2 -2
- package/esm2015/app/eo-client/stored-queries-state/stored-queries-state.component.js +2 -2
- package/esm2015/app/eo-framework/actions/action.module.js +1 -2
- package/esm2015/app/eo-framework/app-shell/app-bar/side-bar/side-bar.component.js +2 -2
- package/esm2015/app/eo-framework/frame/frame.component.js +35 -11
- package/esm2015/app/eo-framework/object-details/object-details.component.js +12 -1
- package/esm2015/app/eo-framework/stored-query/stored-query-details/stored-query-details.component.js +2 -2
- package/esm2015/app/eo-framework/ui/eo-dialog/eo-dialog.component.js +3 -3
- package/esm2015/eo-sdk-client.js +24 -24
- package/esm2015/projects/eo-sdk/core/lib/service/user/user.service.js +2 -2
- package/fesm2015/eo-sdk-client-projects-eo-sdk-core.js +1 -1
- package/fesm2015/eo-sdk-client-projects-eo-sdk-core.js.map +1 -1
- package/fesm2015/eo-sdk-client.js +54 -20
- package/fesm2015/eo-sdk-client.js.map +1 -1
- package/package.json +2 -2
- package/projects/eo-sdk/core/package.json +1 -1
|
@@ -14,7 +14,6 @@ import { ClipboardLinkActionComponent } from './actions/clipboard/clipboard-link
|
|
|
14
14
|
import { ClipboardActionComponent } from './actions/clipboard/clipboard-action';
|
|
15
15
|
import { ClipboardOriginalActionComponent } from './actions/clipboard/clipboard-original-action';
|
|
16
16
|
import { ClipboardPdfActionComponent } from './actions/clipboard/clipboard-pdf-action';
|
|
17
|
-
import { FavoriteActionComponent } from './actions/favorite-action/favorite-action';
|
|
18
17
|
import { DeleteActionComponent } from './actions/delete-action/delete-action';
|
|
19
18
|
import { DeleteComponent } from './actions/delete-action/delete/delete.component';
|
|
20
19
|
import { OpenVersionsActionComponent } from './actions/open-versions-action/open-versions-action';
|
|
@@ -37,7 +36,7 @@ import { DefinalizeActionComponent } from './actions/finalize/definalize-action'
|
|
|
37
36
|
import { DeleteContentActionComponent } from './actions/delete-content-action/delete-content-action';
|
|
38
37
|
import { UnlockActionComponent } from './actions/unlock-action/unlock-action';
|
|
39
38
|
import { SimpleWorkflowActionComponent } from './actions/workflow-action/simple-workflow-action.component';
|
|
40
|
-
export declare const entryComponents: (typeof WorkflowComponent | typeof WorkflowActionComponent | typeof CustomActionsComponent | typeof SimpleWorkflowActionComponent | typeof CopyActionComponent | typeof OpenContextActionComponent | typeof DownloadOriginalActionComponent | typeof DownloadPdfActionComponent | typeof DownloadActionComponent | typeof OpenDocumentComponent | typeof OpenDocumentActionComponent | typeof EmailLinkActionComponent | typeof EmailOriginalActionComponent | typeof EmailPdfActionComponent | typeof EmailActionComponent | typeof ClipboardLinkActionComponent | typeof ClipboardOriginalActionComponent | typeof ClipboardPdfActionComponent | typeof ClipboardActionComponent | typeof
|
|
39
|
+
export declare const entryComponents: (typeof WorkflowComponent | typeof WorkflowActionComponent | typeof CustomActionsComponent | typeof SimpleWorkflowActionComponent | typeof CopyActionComponent | typeof OpenContextActionComponent | typeof DownloadOriginalActionComponent | typeof DownloadPdfActionComponent | typeof DownloadActionComponent | typeof OpenDocumentComponent | typeof OpenDocumentActionComponent | typeof EmailLinkActionComponent | typeof EmailOriginalActionComponent | typeof EmailPdfActionComponent | typeof EmailActionComponent | typeof ClipboardLinkActionComponent | typeof ClipboardOriginalActionComponent | typeof ClipboardPdfActionComponent | typeof ClipboardActionComponent | typeof DeleteComponent | typeof DeleteActionComponent | typeof OpenVersionsActionComponent | typeof RestoreVersionActionComponent | typeof DeletePreparedActionComponent | typeof AddSubscriptionComponent | typeof AddSubscriptionActionComponent | typeof AddResubmissionComponent | typeof AddResubmissionActionComponent | typeof RemoveSubscriptionActionComponent | typeof UpdateResubmissionActionComponent | typeof ShareObjectComponent | typeof ShareObjectActionComponent | typeof CutActionComponent | typeof FinalizeActionComponent | typeof DefinalizeActionComponent | typeof DeleteContentActionComponent | typeof UnlockActionComponent)[];
|
|
41
40
|
/**
|
|
42
41
|
* @module
|
|
43
42
|
* @description
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
},
|
|
30
30
|
"about": {
|
|
31
31
|
"docu": {
|
|
32
|
-
"link": "https://help.optimal-systems.com/yuuvisRAD/
|
|
32
|
+
"link": "https://help.optimal-systems.com/yuuvisRAD/v80/user/client/###userLang###/index.html",
|
|
33
33
|
"label": "eo.sidebar.help.manual"
|
|
34
34
|
}
|
|
35
35
|
},
|
|
@@ -41,7 +41,6 @@
|
|
|
41
41
|
"eo.storedquery.share.sharedwith": "geteilt mit",
|
|
42
42
|
"eo.storedquery.share.cancel": "Abbrechen",
|
|
43
43
|
"eo.storedquery.share.ok": "Übernehmen",
|
|
44
|
-
"eo.sidebar.navigation.storedqueries": "Gespeicherte Suchen",
|
|
45
44
|
"eo.inbox.activity.confirm.success": "Die Aufgabe wurde bestätigt",
|
|
46
45
|
"eo.bpm.activity.forward.success": "Die Aufgabe wurde weitergeleitet",
|
|
47
46
|
"eo.object.history.filter.process": "Aktivitäten",
|
|
@@ -52,13 +51,8 @@
|
|
|
52
51
|
"eo.indexdata.summary.no.change": "Keine Metadaten geändert",
|
|
53
52
|
"eo.indexdata.summary.more": "Mehr Informationen",
|
|
54
53
|
"eo.shortcuts.general.title": "Allgemein",
|
|
55
|
-
"eo.shortcuts.nav.title": "Navigation",
|
|
56
54
|
"eo.shortcuts.action.add": "Objekt anlegen",
|
|
57
55
|
"eo.shortcuts.action.dashboard": "Dashboard",
|
|
58
|
-
"eo.shortcuts.action.inbox": "Eingangskorb",
|
|
59
|
-
"eo.shortcuts.action.intray": "Ablagekorb",
|
|
60
|
-
"eo.shortcuts.action.favorites": "Favoriten",
|
|
61
|
-
"eo.shortcuts.action.settings": "Einstellungen",
|
|
62
56
|
"eo.shortcuts.action.search": "Suchen",
|
|
63
57
|
"eo.shortcuts.action.logout": "Abmelden",
|
|
64
58
|
"eo.shortcuts.action.adjust.view": "Ansicht anpassen",
|
|
@@ -752,15 +746,16 @@
|
|
|
752
746
|
"eo.bar.button.file.tooltip": "Objekt anlegen",
|
|
753
747
|
"eo.bar.button.logout.title": "Abmelden",
|
|
754
748
|
"eo.bar.button.settings.title": "Einstellungen",
|
|
755
|
-
"eo.
|
|
756
|
-
"eo.
|
|
749
|
+
"eo.view.navigation.favorites": "Favoriten",
|
|
750
|
+
"eo.view.navigation.notifications": "Benachrichtigungen",
|
|
751
|
+
"eo.view.navigation.prepare": "Ablagekorb",
|
|
752
|
+
"eo.view.navigation.inbox": "Eingangskorb",
|
|
753
|
+
"eo.view.navigation.process": "Meine Prozesse",
|
|
754
|
+
"eo.view.navigation.storedqueries": "Gespeicherte Suchen",
|
|
755
|
+
"eo.view.navigation.title": "Navigation",
|
|
757
756
|
"eo.sidebar.navigation.favorites.tooltip": "Favoriten öffnen",
|
|
758
|
-
"eo.sidebar.navigation.inbox": "Eingangskorb",
|
|
759
757
|
"eo.sidebar.navigation.inbox.tooltip": "Eingangskorb öffnen",
|
|
760
|
-
"eo.sidebar.navigation.process": "Meine Prozesse",
|
|
761
758
|
"eo.sidebar.navigation.process.tooltip": "Meine Prozesse anzeigen",
|
|
762
|
-
"eo.sidebar.navigation.notifications": "Benachrichtigungen",
|
|
763
|
-
"eo.sidebar.navigation.prepare": "Ablagekorb",
|
|
764
759
|
"eo.sidebar.navigation.prepare.tooltip": "Ablagekorb öffnen",
|
|
765
760
|
"eo.sidebar.help.title": "Hilfe",
|
|
766
761
|
"eo.sidebar.help.about": "Über",
|
|
@@ -43,7 +43,6 @@
|
|
|
43
43
|
"eo.storedquery.share.sharedwith": "shared with",
|
|
44
44
|
"eo.storedquery.share.cancel": "Cancel",
|
|
45
45
|
"eo.storedquery.share.ok": "Apply",
|
|
46
|
-
"eo.sidebar.navigation.storedqueries": "Saved searches",
|
|
47
46
|
"eo.inbox.activity.confirm.success": "The task was confirmed",
|
|
48
47
|
"eo.bpm.activity.forward.success": "The task was forwarded",
|
|
49
48
|
"eo.object.history.filter.process": "Activities",
|
|
@@ -53,13 +52,8 @@
|
|
|
53
52
|
"eo.indexdata.summary.no.change": "No metadata was changed",
|
|
54
53
|
"eo.indexdata.summary.more": "More information",
|
|
55
54
|
"eo.shortcuts.general.title": "General",
|
|
56
|
-
"eo.shortcuts.nav.title": "Navigation",
|
|
57
55
|
"eo.shortcuts.action.add": "Create object",
|
|
58
56
|
"eo.shortcuts.action.dashboard": "Dashboard",
|
|
59
|
-
"eo.shortcuts.action.inbox": "Inbox",
|
|
60
|
-
"eo.shortcuts.action.intray": "In-tray",
|
|
61
|
-
"eo.shortcuts.action.favorites": "Favorites",
|
|
62
|
-
"eo.shortcuts.action.settings": "Settings",
|
|
63
57
|
"eo.shortcuts.action.search": "Search",
|
|
64
58
|
"eo.shortcuts.action.logout": "Log out",
|
|
65
59
|
"eo.shortcuts.action.adjust.view": "Adjust view",
|
|
@@ -754,15 +748,16 @@
|
|
|
754
748
|
"eo.bar.button.file.tooltip": "Create object",
|
|
755
749
|
"eo.bar.button.logout.title": "Log out",
|
|
756
750
|
"eo.bar.button.settings.title": "Settings",
|
|
757
|
-
"eo.
|
|
758
|
-
"eo.
|
|
751
|
+
"eo.view.navigation.storedqueries": "Saved searches",
|
|
752
|
+
"eo.view.navigation.notifications": "Notifications",
|
|
753
|
+
"eo.view.navigation.prepare": "In-tray",
|
|
754
|
+
"eo.view.navigation.favorites": "Favorites",
|
|
755
|
+
"eo.view.navigation.inbox": "Inbox",
|
|
756
|
+
"eo.view.navigation.process": "My processes",
|
|
757
|
+
"eo.view.navigation.title": "Navigation",
|
|
759
758
|
"eo.sidebar.navigation.favorites.tooltip": "Open favorites",
|
|
760
|
-
"eo.sidebar.navigation.inbox": "Inbox",
|
|
761
759
|
"eo.sidebar.navigation.inbox.tooltip": "Open inbox",
|
|
762
|
-
"eo.sidebar.navigation.process": "My processes",
|
|
763
760
|
"eo.sidebar.navigation.process.tooltip": "Show my processes",
|
|
764
|
-
"eo.sidebar.navigation.notifications": "Notifications",
|
|
765
|
-
"eo.sidebar.navigation.prepare": "In-tray",
|
|
766
761
|
"eo.sidebar.navigation.prepare.tooltip": "Open in-tray",
|
|
767
762
|
"eo.sidebar.help.title": "Help",
|
|
768
763
|
"eo.sidebar.help.about": "About",
|
|
@@ -2555,7 +2555,7 @@
|
|
|
2555
2555
|
* @returns URI to the user image
|
|
2556
2556
|
*/
|
|
2557
2557
|
UserService.prototype.getUserImageUri = function (userId) {
|
|
2558
|
-
return this.backend.getServiceBase() + "/organization/image/" + userId + "?usedefault=
|
|
2558
|
+
return this.backend.getServiceBase() + "/organization/image/" + userId + "?usedefault=true";
|
|
2559
2559
|
};
|
|
2560
2560
|
/**
|
|
2561
2561
|
* Removes a favorite item
|