@eo-sdk/client 8.16.16 → 8.16.18

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.
Files changed (27) hide show
  1. package/assets/_default/i18n/de.json +1 -2
  2. package/assets/_default/i18n/en.json +1 -2
  3. package/bundles/eo-sdk-client-projects-eo-sdk-core.umd.js +21 -15
  4. package/bundles/eo-sdk-client-projects-eo-sdk-core.umd.js.map +1 -1
  5. package/bundles/eo-sdk-client-projects-eo-sdk-core.umd.min.js +1 -1
  6. package/bundles/eo-sdk-client-projects-eo-sdk-core.umd.min.js.map +1 -1
  7. package/bundles/eo-sdk-client.umd.js +24 -32
  8. package/bundles/eo-sdk-client.umd.js.map +1 -1
  9. package/bundles/eo-sdk-client.umd.min.js +1 -1
  10. package/bundles/eo-sdk-client.umd.min.js.map +1 -1
  11. package/eo-sdk-client.metadata.json +1 -1
  12. package/esm2015/app/eo-client/about-state/about-state.component.js +3 -3
  13. package/esm2015/app/eo-framework/actions/action-menu/action-menu.component.js +1 -1
  14. package/esm2015/app/eo-framework/app-shell/app-bar/app-bar.component.js +2 -2
  15. package/esm2015/app/eo-framework/app-shell/app-bar/app-process/app-process.component.js +3 -3
  16. package/esm2015/app/eo-framework/app-shell/app-bar/app-search/app-search.component.js +1 -13
  17. package/esm2015/app/eo-framework/frame/frame.component.js +1 -1
  18. package/esm2015/app/eo-framework/object-details/edit-icon/edit-icon.component.js +12 -3
  19. package/esm2015/app/eo-framework/stored-query/stored-query-details/dynamic-property-switch/dynamic-property-switch.component.js +2 -7
  20. package/esm2015/projects/eo-sdk/core/lib/service/bpm/bpm.service.js +22 -16
  21. package/fesm2015/eo-sdk-client-projects-eo-sdk-core.js +21 -15
  22. package/fesm2015/eo-sdk-client-projects-eo-sdk-core.js.map +1 -1
  23. package/fesm2015/eo-sdk-client.js +23 -33
  24. package/fesm2015/eo-sdk-client.js.map +1 -1
  25. package/package.json +2 -2
  26. package/projects/eo-sdk/core/lib/service/bpm/bpm.service.d.ts +1 -1
  27. package/projects/eo-sdk/core/package.json +1 -1
@@ -38,7 +38,6 @@
38
38
  "eo.form.element.tag.df": "Standardwert",
39
39
  "eo.search.storedquery.save.success": "Die gespeicherte Suche wurde aktualisisert",
40
40
  "eo.search.query.invalid": "Ungültige Suchanfrage",
41
- "eo.search.save.dynamic.lists.warning": "Ein Katalog wird entfernt, der in gespeicherten Suchen nicht erlaubt ist.",
42
41
  "eo.storedquery.share.sharedwith": "geteilt mit",
43
42
  "eo.storedquery.share.cancel": "Abbrechen",
44
43
  "eo.storedquery.share.ok": "Übernehmen",
@@ -121,7 +120,7 @@
121
120
  "eo.search.mode.expert.support.type": "Typ",
122
121
  "eo.search.mode.expert.support.field": "Feld",
123
122
  "eo.object.links.title": "Referenzen",
124
- "eo.form.property.dynamic.list.empty": "Keine Einträge vorhanden",
123
+ "eo.form.property.dynamic.list.empty": "Es sind keine Einträge vorhanden oder in diesem Kontext nicht verfügbar",
125
124
  "eo.process.task.due": "Fällig am {{date}}",
126
125
  "eo.process.task.overdue": "Überfällig seit {{date}}",
127
126
  "eo.process.task.continue": "Zur Bearbeitung der Aufgabe muss diese übernommen werden",
@@ -40,7 +40,6 @@
40
40
  "eo.form.element.tag.df": "Default value",
41
41
  "eo.search.storedquery.save.success": "The saved search has been updated",
42
42
  "eo.search.query.invalid": "Invalid search request",
43
- "eo.search.save.dynamic.lists.warning": "A catalog that is not permitted in saved searches will be removed.",
44
43
  "eo.storedquery.share.sharedwith": "shared with",
45
44
  "eo.storedquery.share.cancel": "Cancel",
46
45
  "eo.storedquery.share.ok": "Apply",
@@ -121,7 +120,7 @@
121
120
  "eo.search.mode.expert.support.type": "Type",
122
121
  "eo.search.mode.expert.support.field": "Field",
123
122
  "eo.object.links.title": "References",
124
- "eo.form.property.dynamic.list.empty": "No entries available",
123
+ "eo.form.property.dynamic.list.empty": "There are no entries or they are not available in this context",
125
124
  "eo.process.task.due": "Due on {{date}}",
126
125
  "eo.process.task.overdue": "Overdue since {{date}}",
127
126
  "eo.process.task.continue": "This must be accepted in order to process the task",
@@ -3845,9 +3845,9 @@
3845
3845
  * @param modelid The process model ID to only return the data for one process
3846
3846
  * @returns List of executable processes
3847
3847
  */
3848
- BpmService.prototype.getExecutableProcesses = function (types, useCached, additionalData, modelid) {
3848
+ BpmService.prototype.getExecutableProcesses = function (types, useCached, additionalData, modelid, global) {
3849
3849
  if (this.capabilities.hasCapability('bpm')) {
3850
- return (!!this.executableProcesses && useCached) ? rxjs.of(this.executableProcesses) : this.fetchExecutableProcesses(types, additionalData, modelid);
3850
+ return (!!this.executableProcesses && useCached) ? rxjs.of(this.executableProcesses) : this.fetchExecutableProcesses(types, additionalData, modelid, global);
3851
3851
  }
3852
3852
  else {
3853
3853
  return rxjs.of([]);
@@ -3874,7 +3874,7 @@
3874
3874
  * @param modelid The process model ID to only return the data for one process
3875
3875
  * @returns List of executable processes
3876
3876
  */
3877
- BpmService.prototype.fetchExecutableProcesses = function (types, additionalData, modelid) {
3877
+ BpmService.prototype.fetchExecutableProcesses = function (types, additionalData, modelid, global) {
3878
3878
  var _this = this;
3879
3879
  var uri = '/bpm/process/executable';
3880
3880
  if (additionalData) {
@@ -3888,19 +3888,25 @@
3888
3888
  }
3889
3889
  return this.backend.get(uri).pipe(operators.map(function (res) { return res; }), operators.tap(function (res) {
3890
3890
  // Extend existing processes with additional data, instead of overwriting all processes
3891
- if (additionalData) {
3892
- if (!_this.executableProcesses)
3893
- _this.executableProcesses = [];
3894
- res.forEach(function (proc) {
3895
- var existingProcIndex = _this.executableProcesses.findIndex(function (item) { return item.id == proc.id; });
3896
- if (existingProcIndex == -1)
3897
- _this.executableProcesses.push(proc);
3898
- else
3899
- _this.executableProcesses[existingProcIndex] = proc;
3900
- });
3891
+ if (global) {
3892
+ if (additionalData) {
3893
+ if (!_this.executableProcesses) {
3894
+ _this.executableProcesses = [];
3895
+ }
3896
+ res.forEach(function (proc) {
3897
+ var existingProcIndex = _this.executableProcesses.findIndex(function (item) { return item.id === proc.id; });
3898
+ if (existingProcIndex === -1) {
3899
+ _this.executableProcesses.push(proc);
3900
+ }
3901
+ else {
3902
+ _this.executableProcesses[existingProcIndex] = proc;
3903
+ }
3904
+ });
3905
+ }
3906
+ else {
3907
+ _this.executableProcesses = res;
3908
+ }
3901
3909
  }
3902
- else
3903
- _this.executableProcesses = res;
3904
3910
  }));
3905
3911
  };
3906
3912
  /**