@eo-sdk/client 10.6.7 → 10.6.9

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 (62) hide show
  1. package/app/eo-client/dashboard/widgets/charts-widget/charts-setup/charts-setup.component.d.ts +3 -2
  2. package/app/eo-client/dashboard/widgets/charts-widget/charts-setup/charts-setup.component.d.ts.map +1 -1
  3. package/app/eo-client/dashboard/widgets/hitlist-widget/hitlist-setup/hitlist-setup.component.d.ts +3 -2
  4. package/app/eo-client/dashboard/widgets/hitlist-widget/hitlist-setup/hitlist-setup.component.d.ts.map +1 -1
  5. package/app/eo-client/process-state/process-state.component.d.ts +1 -0
  6. package/app/eo-client/process-state/process-state.component.d.ts.map +1 -1
  7. package/app/eo-framework/app-shell/app-bar/app-bar.component.d.ts +1 -2
  8. package/app/eo-framework/app-shell/app-bar/app-bar.component.d.ts.map +1 -1
  9. package/app/eo-framework/app-shell/app-bar/user-avatar-overlay/user-avatar-overlay.component.d.ts +18 -0
  10. package/app/eo-framework/app-shell/app-bar/user-avatar-overlay/user-avatar-overlay.component.d.ts.map +1 -0
  11. package/app/eo-framework/app-shell/app-shell.module.d.ts +17 -16
  12. package/app/eo-framework/app-shell/app-shell.module.d.ts.map +1 -1
  13. package/app/eo-framework/form-elements/datetime-range/datetime-range.component.d.ts +1 -0
  14. package/app/eo-framework/form-elements/datetime-range/datetime-range.component.d.ts.map +1 -1
  15. package/app/eo-framework/form-elements/dynamic-list/dynamic-list.component.d.ts.map +1 -1
  16. package/app/eo-framework/prepare-details/prepare-details.component.d.ts.map +1 -1
  17. package/app/eo-framework/process/details/process-details.component.d.ts.map +1 -1
  18. package/app/eo-framework/ui/indexdata-summary/indexdata-summary-entry/indexdata-summary-entry.component.d.ts.map +1 -1
  19. package/app/eo-framework/ui/overlay/overlay.component.d.ts +11 -7
  20. package/app/eo-framework/ui/overlay/overlay.component.d.ts.map +1 -1
  21. package/assets/_default/i18n/de.json +1 -0
  22. package/assets/_default/i18n/en.json +1 -0
  23. package/esm2020/app/eo-client/about-state/about-state.component.mjs +3 -3
  24. package/esm2020/app/eo-client/dashboard/widgets/charts-widget/charts-setup/charts-setup.component.mjs +16 -10
  25. package/esm2020/app/eo-client/dashboard/widgets/charts-widget/charts-widget.component.mjs +2 -2
  26. package/esm2020/app/eo-client/dashboard/widgets/hitlist-widget/hitlist-setup/hitlist-setup.component.mjs +17 -10
  27. package/esm2020/app/eo-client/favorite-state/favorite-state.component.mjs +1 -1
  28. package/esm2020/app/eo-client/inbox-state/inbox-state/inbox-state.component.mjs +2 -2
  29. package/esm2020/app/eo-client/notifications-state/notifications-state.component.mjs +1 -1
  30. package/esm2020/app/eo-client/prepare-state/prepare-state/prepare-state.component.mjs +1 -1
  31. package/esm2020/app/eo-client/process-state/process-state.component.mjs +22 -14
  32. package/esm2020/app/eo-client/recyclebin-state/recyclebin-state.component.mjs +1 -1
  33. package/esm2020/app/eo-client/settings/settings.component.mjs +2 -2
  34. package/esm2020/app/eo-client/stored-queries-state/stored-queries-state.component.mjs +1 -1
  35. package/esm2020/app/eo-client/version-state/version-state.component.mjs +1 -1
  36. package/esm2020/app/eo-framework/actions/actions/signature-action/signature/signature.component.mjs +3 -3
  37. package/esm2020/app/eo-framework/app-shell/app-bar/app-bar.component.mjs +10 -19
  38. package/esm2020/app/eo-framework/app-shell/app-bar/user-avatar-overlay/user-avatar-overlay.component.mjs +42 -0
  39. package/esm2020/app/eo-framework/app-shell/app-shell.module.mjs +5 -2
  40. package/esm2020/app/eo-framework/form-elements/datetime-range/datetime-range.component.mjs +19 -15
  41. package/esm2020/app/eo-framework/form-elements/dynamic-list/dynamic-list.component.mjs +4 -1
  42. package/esm2020/app/eo-framework/grid/extensions/custom-sort/custom-sort.component.mjs +2 -2
  43. package/esm2020/app/eo-framework/grid/extensions/filter/custom/custom-filter.component.mjs +2 -2
  44. package/esm2020/app/eo-framework/inbox-details/inbox-details.component.mjs +3 -3
  45. package/esm2020/app/eo-framework/object-form/object-form/form-element-table/form-element-table.component.mjs +2 -2
  46. package/esm2020/app/eo-framework/object-form/object-form/form-element-table/row-edit/row-edit.component.mjs +2 -2
  47. package/esm2020/app/eo-framework/prepare-details/prepare-details.component.mjs +16 -5
  48. package/esm2020/app/eo-framework/process/details/process-details.component.mjs +1 -2
  49. package/esm2020/app/eo-framework/ui/indexdata-summary/indexdata-summary-entry/indexdata-summary-entry.component.mjs +10 -1
  50. package/esm2020/app/eo-framework/ui/indexdata-summary/indexdata-summary.component.mjs +2 -2
  51. package/esm2020/app/eo-framework/ui/overlay/overlay.component.mjs +38 -18
  52. package/esm2020/projects/eo-sdk/core/lib/service/search/search.service.mjs +8 -2
  53. package/fesm2015/eo-sdk-client-projects-eo-sdk-core.mjs +7 -1
  54. package/fesm2015/eo-sdk-client-projects-eo-sdk-core.mjs.map +1 -1
  55. package/fesm2015/eo-sdk-client.mjs +329 -244
  56. package/fesm2015/eo-sdk-client.mjs.map +1 -1
  57. package/fesm2020/eo-sdk-client-projects-eo-sdk-core.mjs +7 -1
  58. package/fesm2020/eo-sdk-client-projects-eo-sdk-core.mjs.map +1 -1
  59. package/fesm2020/eo-sdk-client.mjs +329 -244
  60. package/fesm2020/eo-sdk-client.mjs.map +1 -1
  61. package/package.json +3 -3
  62. package/projects/eo-sdk/core/lib/service/search/search.service.d.ts.map +1 -1
@@ -5326,6 +5326,7 @@ class SearchService {
5326
5326
  const aggregations = res.aggregations[baseParam]
5327
5327
  ? res.aggregations[baseParam].buckets
5328
5328
  : [];
5329
+ let aggs = {};
5329
5330
  aggregations.forEach(aggregation => {
5330
5331
  let { key, doc_count, contextfoldertype } = aggregation;
5331
5332
  if (baseParam === 'filesize') {
@@ -5338,10 +5339,15 @@ class SearchService {
5338
5339
  if (baseParam === SearchQuery.BASE_PARAMS.TYPE &&
5339
5340
  contextfoldertype) {
5340
5341
  contextfoldertype.buckets.forEach(ctxAgg => {
5341
- state.addAggregations('contexttype', ctxAgg.key, ctxAgg.doc_count, ctxAgg);
5342
+ aggs[ctxAgg.key] = aggs[ctxAgg.key] ? aggs[ctxAgg.key] + ctxAgg.doc_count : ctxAgg.doc_count;
5342
5343
  });
5343
5344
  }
5344
5345
  });
5346
+ if (baseParam === SearchQuery.BASE_PARAMS.TYPE) {
5347
+ Object.keys(aggs).forEach((key) => {
5348
+ state.addAggregations('contexttype', key, aggs[key]);
5349
+ });
5350
+ }
5345
5351
  });
5346
5352
  return state;
5347
5353
  }));