@eo-sdk/client 8.0.0-rc.2 → 8.0.0-rc.3
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/app-shell/app-bar/app-bar.component.d.ts +5 -0
- package/app/eo-framework/app-shell/app-bar/side-bar/side-bar.component.d.ts +10 -2
- package/app/eo-framework/media/media.component.d.ts +6 -0
- package/app/eo-framework/object-state-details/object-state-details.component.d.ts +1 -1
- package/app/eo-framework/result-list/result-list.component.d.ts +1 -0
- package/app/eo-framework/ui/loading-spinner/loading-spinner.component.d.ts +1 -0
- package/assets/_default/api/pdf/web/viewer.js +1 -1
- package/assets/_default/config/main.json +1 -1
- package/assets/_default/i18n/de.json +8 -4
- package/assets/_default/i18n/en.json +13 -9
- package/assets/_default/img/yuuvis-agent.png +0 -0
- package/assets/_default/svg/ic_book.svg +1 -0
- 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 +104 -28
- 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/app-shell/app-bar/app-bar.component.js +45 -1
- package/esm2015/app/eo-framework/app-shell/app-bar/app-search/app-search.component.js +3 -3
- package/esm2015/app/eo-framework/app-shell/app-bar/side-bar/side-bar.component.js +20 -6
- package/esm2015/app/eo-framework/form-elements/organization/organization.component.js +2 -2
- package/esm2015/app/eo-framework/grid/filters/organization-filter.component.js +2 -2
- package/esm2015/app/eo-framework/grid/grid.component.js +1 -1
- package/esm2015/app/eo-framework/media/media.component.js +6 -3
- package/esm2015/app/eo-framework/object-form/object-form/form-element-table/form-element-table.component.js +4 -1
- package/esm2015/app/eo-framework/object-form/object-form/object-form.component.js +2 -2
- package/esm2015/app/eo-framework/object-state-details/object-state-details.component.js +9 -5
- package/esm2015/app/eo-framework/process/history/process-history.component.js +2 -2
- package/esm2015/app/eo-framework/process/process-file/process-file.component.js +3 -3
- package/esm2015/app/eo-framework/result-list/result-list.component.js +7 -3
- package/esm2015/app/eo-framework/ui/loading-spinner/loading-spinner.component.js +5 -4
- package/esm2015/app/eo-framework/upload-overlay/upload-overlay.component.js +2 -2
- package/esm2015/projects/eo-sdk/core/lib/service/bpm/bpm.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 +100 -27
- package/fesm2015/eo-sdk-client.js.map +1 -1
- package/package.json +2 -2
- package/projects/eo-sdk/core/package.json +1 -1
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
},
|
|
36
36
|
"about": {
|
|
37
37
|
"docu": {
|
|
38
|
-
"link": "https://help.optimal-systems.com/yuuvisRAD/
|
|
38
|
+
"link": "https://help.optimal-systems.com/yuuvisRAD/v80/user/client/###userLang###/index.html",
|
|
39
39
|
"label": "eo.sidebar.help.manual"
|
|
40
40
|
}
|
|
41
41
|
},
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
+
"eo.form.property.organization.error.usernotfound": "gelöschter Benutzer",
|
|
2
3
|
"eo.bar.button.layout.remember": "merken",
|
|
3
4
|
"eo.state.object.tree.references": "Referenzen",
|
|
4
5
|
"eo.state.object.tree.references.tooltip": "Objekte, die auf diesen Ordner referenzieren",
|
|
@@ -280,6 +281,7 @@
|
|
|
280
281
|
"eo.bpm.activity.indexdata.save.success": "Die Aufgabe wurde erfolgreich gespeichert.",
|
|
281
282
|
"eo.bpm.activity.indexdata.save.error": "Die Aufgabe kann im Moment nicht gespeichert werden.",
|
|
282
283
|
"eo.bpm.nodmsobject": "Achtung: Das Objekt wurde inzwischen gelöscht oder seine Zugriffsrechte geändert und kann daher nicht angezeigt werden.",
|
|
284
|
+
"eo.bpm.dmsobject.notavailable": "nicht verfügbar!",
|
|
283
285
|
"eo.sse.delete.fail.title": "Löschen fehlgeschlagen",
|
|
284
286
|
"eo.state.settings.language": "Sprache",
|
|
285
287
|
"eo.state.settings.language.client": "Anwendung",
|
|
@@ -352,6 +354,8 @@
|
|
|
352
354
|
"eo.inbox.filter.unread": "Ungelesene",
|
|
353
355
|
"eo.inbox.filter.absent": "Stellvertretung",
|
|
354
356
|
"eo.inbox.filter.overdue": "Überfällig",
|
|
357
|
+
"eo.inbox.notification.title": "Neue Aufgaben",
|
|
358
|
+
"eo.inbox.notification.body": "Sie haben neue Aufgaben im Eingangskorb.",
|
|
355
359
|
"eo.no.filter.result": "Kein Treffer vorhanden.",
|
|
356
360
|
"eo.reset.filter": "Filter zurücksetzen",
|
|
357
361
|
"eo.inbox.sort.title": "Titel",
|
|
@@ -454,13 +458,13 @@
|
|
|
454
458
|
"eo.object.history.entry.type.SHARING_ENABLED_GROUP.description": "Das Objekt wurde geteilt und ist jetzt sichtbar für die Mitglieder der Gruppe {{orgtitle}}.",
|
|
455
459
|
"eo.object.history.entry.type.SHARING_REVOKED_GROUP.title": "Objekt nicht mehr mit Gruppe geteilt",
|
|
456
460
|
"eo.object.history.entry.type.SHARING_REVOKED_GROUP.description": "Das Objekt wird nicht mehr geteilt und ist nicht mehr sichtbar für die Mitglieder der Gruppe {{orgtitle}}.",
|
|
457
|
-
"eo.object.history.entry.type.SHARING_UPDATED_USER_CHILDREN_ENABLED.title": "Unterobjekte mit Benutzer geteilt
|
|
461
|
+
"eo.object.history.entry.type.SHARING_UPDATED_USER_CHILDREN_ENABLED.title": "Unterobjekte mit Benutzer geteilt",
|
|
458
462
|
"eo.object.history.entry.type.SHARING_UPDATED_USER_CHILDREN_ENABLED.description": "Die Unterobjekte des Objekts wurden geteilt mit Benutzer {{orgtitle}} ({{orgname}}).",
|
|
459
|
-
"eo.object.history.entry.type.SHARING_UPDATED_GROUP_CHILDREN_ENABLED.title": "Unterobjekte mit Gruppe geteilt
|
|
463
|
+
"eo.object.history.entry.type.SHARING_UPDATED_GROUP_CHILDREN_ENABLED.title": "Unterobjekte mit Gruppe geteilt",
|
|
460
464
|
"eo.object.history.entry.type.SHARING_UPDATED_GROUP_CHILDREN_ENABLED.description": "Die Unterobjekte des Objekts wurden geteilt mit Mitgliedern der Gruppe {{orgtitle}}.",
|
|
461
|
-
"eo.object.history.entry.type.SHARING_UPDATED_USER_CHILDREN_DISABLED.title": "Unterobjekte nicht mehr mit Benutzer geteilt
|
|
465
|
+
"eo.object.history.entry.type.SHARING_UPDATED_USER_CHILDREN_DISABLED.title": "Unterobjekte nicht mehr mit Benutzer geteilt",
|
|
462
466
|
"eo.object.history.entry.type.SHARING_UPDATED_USER_CHILDREN_DISABLED.description": "Die Unterobjekte des Objekts werden nicht mehr geteilt mit Benutzer {{orgtitle}} ({{orgname}}).",
|
|
463
|
-
"eo.object.history.entry.type.SHARING_UPDATED_GROUP_CHILDREN_DISABLED.title": "Unterobjekte nicht mehr mit
|
|
467
|
+
"eo.object.history.entry.type.SHARING_UPDATED_GROUP_CHILDREN_DISABLED.title": "Unterobjekte nicht mehr mit Gruppe geteilt",
|
|
464
468
|
"eo.object.history.entry.type.SHARING_UPDATED_GROUP_CHILDREN_DISABLED.description": "Die Unterobjekte des Objekts werden nicht mehr geteilt mit Mitgliedern der Gruppe {{orgtitle}}.",
|
|
465
469
|
"eo.object.history.entry.type.CONTENT_RENAMED.title": "Dokumentdatei umbenannt",
|
|
466
470
|
"eo.object.history.entry.type.CONTENT_RENAMED.description": "Die Dokumentdatei wurde umbenannt in {{contentname}}.",
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
+
"eo.form.property.organization.error.usernotfound": "deleted user",
|
|
2
3
|
"eo.bar.button.layout.remember": "remember",
|
|
3
4
|
"eo.state.object.tree.references": "References",
|
|
4
5
|
"eo.state.object.tree.references.tooltip": "Objects that reference this folder",
|
|
@@ -282,6 +283,7 @@
|
|
|
282
283
|
"eo.bpm.activity.indexdata.save.success": "The task was saved successfully.",
|
|
283
284
|
"eo.bpm.activity.indexdata.save.error": "The task cannot be saved currently.",
|
|
284
285
|
"eo.bpm.nodmsobject": "Warning: The object has since been deleted or its access rights modified, meaning that it cannot be shown.",
|
|
286
|
+
"eo.bpm.dmsobject.notavailable": "not available!",
|
|
285
287
|
"eo.sse.delete.fail.title": "Deletion failed",
|
|
286
288
|
"eo.state.settings.language": "Language",
|
|
287
289
|
"eo.state.settings.language.client": "Application",
|
|
@@ -354,6 +356,8 @@
|
|
|
354
356
|
"eo.inbox.filter.unread": "Unread",
|
|
355
357
|
"eo.inbox.filter.absent": "Substitution",
|
|
356
358
|
"eo.inbox.filter.overdue": "Overdue",
|
|
359
|
+
"eo.inbox.notification.title": "New tasks",
|
|
360
|
+
"eo.inbox.notification.body": "You have new tasks in the inbox.",
|
|
357
361
|
"eo.no.filter.result": "No hits available.",
|
|
358
362
|
"eo.reset.filter": "Reset filter",
|
|
359
363
|
"eo.inbox.sort.title": "Title",
|
|
@@ -455,14 +459,14 @@
|
|
|
455
459
|
"eo.object.history.entry.type.SHARING_REVOKED_GROUP.title": "Object no longer shared with group",
|
|
456
460
|
"eo.object.history.entry.type.SHARING_REVOKED_USER.description": "The object is no longer shared and is not visible any longer to the user: {{orgtitle}} ({{orgname}}).",
|
|
457
461
|
"eo.object.history.entry.type.SHARING_REVOKED_USER.title": "Object no longer shared with user",
|
|
458
|
-
"eo.object.history.entry.type.SHARING_UPDATED_USER_CHILDREN_ENABLED.title": "
|
|
459
|
-
"eo.object.history.entry.type.SHARING_UPDATED_USER_CHILDREN_ENABLED.description": "The object
|
|
460
|
-
"eo.object.history.entry.type.SHARING_UPDATED_GROUP_CHILDREN_ENABLED.title": "
|
|
461
|
-
"eo.object.history.entry.type.SHARING_UPDATED_GROUP_CHILDREN_ENABLED.description": "The object
|
|
462
|
-
"eo.object.history.entry.type.SHARING_UPDATED_USER_CHILDREN_DISABLED.title": "
|
|
463
|
-
"eo.object.history.entry.type.SHARING_UPDATED_USER_CHILDREN_DISABLED.description": "The object
|
|
464
|
-
"eo.object.history.entry.type.SHARING_UPDATED_GROUP_CHILDREN_DISABLED.title": "
|
|
465
|
-
"eo.object.history.entry.type.SHARING_UPDATED_GROUP_CHILDREN_DISABLED.description": "The object
|
|
462
|
+
"eo.object.history.entry.type.SHARING_UPDATED_USER_CHILDREN_ENABLED.title": "Sub-objects shared with user",
|
|
463
|
+
"eo.object.history.entry.type.SHARING_UPDATED_USER_CHILDREN_ENABLED.description": "The sub-objects of the object were shared with user {{orgtitle}} ({{orgname}}).",
|
|
464
|
+
"eo.object.history.entry.type.SHARING_UPDATED_GROUP_CHILDREN_ENABLED.title": "Sub-objects shared with group",
|
|
465
|
+
"eo.object.history.entry.type.SHARING_UPDATED_GROUP_CHILDREN_ENABLED.description": "The sub-objects of the object were shared with members of group {{orgtitle}}.",
|
|
466
|
+
"eo.object.history.entry.type.SHARING_UPDATED_USER_CHILDREN_DISABLED.title": "Sub-objects no longer shared with user",
|
|
467
|
+
"eo.object.history.entry.type.SHARING_UPDATED_USER_CHILDREN_DISABLED.description": "The sub-objects of the object will no longer be shared with user {{orgtitle}} ({{orgname}}).",
|
|
468
|
+
"eo.object.history.entry.type.SHARING_UPDATED_GROUP_CHILDREN_DISABLED.title": "Sub-objects no longer shared with group",
|
|
469
|
+
"eo.object.history.entry.type.SHARING_UPDATED_GROUP_CHILDREN_DISABLED.description": "The sub-objects of the object will no longer be shared with members of group {{orgtitle}}.",
|
|
466
470
|
"eo.object.history.entry.type.START_WITH_PROCESS.description": "The object was added to the process file upon starting the process.",
|
|
467
471
|
"eo.object.history.entry.type.START_WITH_PROCESS.title": "Process started",
|
|
468
472
|
"eo.object.history.entry.type.VERSION_RESTORED.description": "Version {{sourceversion}} was restored and set up as a new active version.",
|
|
@@ -491,7 +495,7 @@
|
|
|
491
495
|
"eo.prepare.details.content.subtitle": "Add file",
|
|
492
496
|
"eo.prepare.details.indexdata.subtitle": "Add metadata",
|
|
493
497
|
"eo.prepare.details.delete.content.dialog.title": "Delete file",
|
|
494
|
-
"eo.prepare.details.delete.content.dialog.message": "Are you sure you want to delete
|
|
498
|
+
"eo.prepare.details.delete.content.dialog.message": "Are you sure you want to delete file '{{contentPath}}'?",
|
|
495
499
|
"eo.prepare.details.delete.dialog.title": "Delete object",
|
|
496
500
|
"eo.prepare.details.delete.dialog.message": "Are you sure you want to delete this object?",
|
|
497
501
|
"eo.prepare.details.delete.dialog.cancel": "Cancel",
|
|
Binary file
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 24 24" height="24px" viewBox="0 0 24 24" width="24px" fill="#000000"><g><rect fill="none" height="24" width="24"/></g><g><g/><g><path d="M21,5c-1.11-0.35-2.33-0.5-3.5-0.5c-1.95,0-4.05,0.4-5.5,1.5c-1.45-1.1-3.55-1.5-5.5-1.5S2.45,4.9,1,6v14.65 c0,0.25,0.25,0.5,0.5,0.5c0.1,0,0.15-0.05,0.25-0.05C3.1,20.45,5.05,20,6.5,20c1.95,0,4.05,0.4,5.5,1.5c1.35-0.85,3.8-1.5,5.5-1.5 c1.65,0,3.35,0.3,4.75,1.05c0.1,0.05,0.15,0.05,0.25,0.05c0.25,0,0.5-0.25,0.5-0.5V6C22.4,5.55,21.75,5.25,21,5z M21,18.5 c-1.1-0.35-2.3-0.5-3.5-0.5c-1.7,0-4.15,0.65-5.5,1.5V8c1.35-0.85,3.8-1.5,5.5-1.5c1.2,0,2.4,0.15,3.5,0.5V18.5z"/><g><path d="M17.5,10.5c0.88,0,1.73,0.09,2.5,0.26V9.24C19.21,9.09,18.36,9,17.5,9c-1.7,0-3.24,0.29-4.5,0.83v1.66 C14.13,10.85,15.7,10.5,17.5,10.5z"/><path d="M13,12.49v1.66c1.13-0.64,2.7-0.99,4.5-0.99c0.88,0,1.73,0.09,2.5,0.26V11.9c-0.79-0.15-1.64-0.24-2.5-0.24 C15.8,11.66,14.26,11.96,13,12.49z"/><path d="M17.5,14.33c-1.7,0-3.24,0.29-4.5,0.83v1.66c1.13-0.64,2.7-0.99,4.5-0.99c0.88,0,1.73,0.09,2.5,0.26v-1.52 C19.21,14.41,18.36,14.33,17.5,14.33z"/></g></g></g></svg>
|
|
@@ -3221,7 +3221,7 @@
|
|
|
3221
3221
|
.getJson("/process/" + processId + "/file", this.backend.getBpmBase()).pipe(operators.map(function (res) { return res.content.map(function (i) {
|
|
3222
3222
|
return {
|
|
3223
3223
|
id: i.elementid,
|
|
3224
|
-
title: i.title
|
|
3224
|
+
title: i.title,
|
|
3225
3225
|
description: i.description ? i.description : '',
|
|
3226
3226
|
iconid: i.iconid,
|
|
3227
3227
|
creator: i.creator,
|