@eo-sdk/client 10.6.0-rc.3 → 10.6.0-rc.5

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 (64) hide show
  1. package/app/eo-framework/inbox-details/inbox-details.component.d.ts +2 -1
  2. package/app/eo-framework/inbox-details/inbox-details.component.d.ts.map +1 -1
  3. package/app/eo-framework/media/media.component.d.ts.map +1 -1
  4. package/app/eo-framework/object-details/object-details.component.d.ts +7 -9
  5. package/app/eo-framework/object-details/object-details.component.d.ts.map +1 -1
  6. package/app/eo-framework/object-details/object-details.module.d.ts +2 -1
  7. package/app/eo-framework/object-details/object-details.module.d.ts.map +1 -1
  8. package/app/eo-framework/object-state-details/object-state-details.component.d.ts +5 -3
  9. package/app/eo-framework/object-state-details/object-state-details.component.d.ts.map +1 -1
  10. package/app/eo-framework/plugins/plugin.component.d.ts +7 -7
  11. package/app/eo-framework/plugins/plugin.component.d.ts.map +1 -1
  12. package/app/eo-framework/plugins/plugins.module.d.ts +1 -1
  13. package/app/eo-framework/process/details/process-details.component.d.ts +2 -1
  14. package/app/eo-framework/process/details/process-details.component.d.ts.map +1 -1
  15. package/app/eo-framework/recyclebin-details/recyclebin-details.component.d.ts +2 -1
  16. package/app/eo-framework/recyclebin-details/recyclebin-details.component.d.ts.map +1 -1
  17. package/app/eo-framework/ui/eo-dialog/eo-dialog.component.d.ts +5 -18
  18. package/app/eo-framework/ui/eo-dialog/eo-dialog.component.d.ts.map +1 -1
  19. package/app/eo-framework/ui/ui.module.d.ts +3 -2
  20. package/app/eo-framework/ui/ui.module.d.ts.map +1 -1
  21. package/app/eo-framework-core/api/plugins.service.d.ts +5 -0
  22. package/app/eo-framework-core/api/plugins.service.d.ts.map +1 -1
  23. package/esm2020/app/eo-client/about-state/about-state.component.mjs +3 -3
  24. package/esm2020/app/eo-client/favorite-state/favorite-state.component.mjs +5 -5
  25. package/esm2020/app/eo-client/inbox-state/inbox-state/inbox-state.component.mjs +5 -5
  26. package/esm2020/app/eo-client/notifications-state/notifications-state.component.mjs +5 -5
  27. package/esm2020/app/eo-client/object-state/object-state/object-state.component.mjs +7 -7
  28. package/esm2020/app/eo-client/process-state/process-state.component.mjs +5 -5
  29. package/esm2020/app/eo-client/recyclebin-state/recyclebin-state.component.mjs +5 -5
  30. package/esm2020/app/eo-client/result-state/result-state.component.mjs +5 -5
  31. package/esm2020/app/eo-client/version-state/version-state.component.mjs +5 -5
  32. package/esm2020/app/eo-framework/actions/actions/download-action/download-action.mjs +2 -2
  33. package/esm2020/app/eo-framework/actions/actions/signature-action/signature-action.component.mjs +5 -5
  34. package/esm2020/app/eo-framework/form-elements/date/date.component.mjs +2 -2
  35. package/esm2020/app/eo-framework/form-elements/id-reference/id-reference.component.mjs +2 -2
  36. package/esm2020/app/eo-framework/grid/filters/datetime-filter.component.mjs +2 -2
  37. package/esm2020/app/eo-framework/inbox-details/inbox-details.component.mjs +10 -13
  38. package/esm2020/app/eo-framework/media/media.component.mjs +2 -5
  39. package/esm2020/app/eo-framework/object-details/object-details.component.mjs +44 -36
  40. package/esm2020/app/eo-framework/object-details/object-details.module.mjs +7 -3
  41. package/esm2020/app/eo-framework/object-form/object-form/form-element-table/form-element-table.component.mjs +3 -3
  42. package/esm2020/app/eo-framework/object-state-details/object-state-details.component.mjs +19 -23
  43. package/esm2020/app/eo-framework/plugins/plugin.component.mjs +19 -27
  44. package/esm2020/app/eo-framework/plugins/plugins.module.mjs +6 -6
  45. package/esm2020/app/eo-framework/process/details/process-details.component.mjs +10 -13
  46. package/esm2020/app/eo-framework/recyclebin-details/recyclebin-details.component.mjs +7 -7
  47. package/esm2020/app/eo-framework/ui/eo-dialog/eo-dialog.component.mjs +33 -118
  48. package/esm2020/app/eo-framework/ui/ui.module.mjs +5 -1
  49. package/esm2020/app/eo-framework-core/api/plugins.service.mjs +6 -3
  50. package/esm2020/projects/eo-sdk/core/lib/service/dms/dms.service.mjs +3 -2
  51. package/fesm2015/eo-sdk-client-projects-eo-sdk-core.mjs +3 -2
  52. package/fesm2015/eo-sdk-client-projects-eo-sdk-core.mjs.map +1 -1
  53. package/fesm2015/eo-sdk-client.mjs +232 -318
  54. package/fesm2015/eo-sdk-client.mjs.map +1 -1
  55. package/fesm2020/eo-sdk-client-projects-eo-sdk-core.mjs +3 -2
  56. package/fesm2020/eo-sdk-client-projects-eo-sdk-core.mjs.map +1 -1
  57. package/fesm2020/eo-sdk-client.mjs +228 -317
  58. package/fesm2020/eo-sdk-client.mjs.map +1 -1
  59. package/package.json +3 -3
  60. package/projects/eo-sdk/core/lib/service/dms/dms.service.d.ts +1 -0
  61. package/projects/eo-sdk/core/lib/service/dms/dms.service.d.ts.map +1 -1
  62. package/scss/_main.scss +2 -1
  63. package/scss/_yuuvis-components.scss +22 -14
  64. package/styles.css +8 -1
@@ -4572,6 +4572,7 @@ var SubscriptionMode;
4572
4572
  SubscriptionMode["ONLY_DOCUMENT_CONTENT_CHANGED"] = "CONTENT";
4573
4573
  SubscriptionMode["DMS_OBJECT_CHANGED"] = "BOTH";
4574
4574
  })(SubscriptionMode || (SubscriptionMode = {}));
4575
+ const resolveObjectRights = [];
4575
4576
  /**
4576
4577
  * Collection of DMS Services
4577
4578
  */
@@ -4631,7 +4632,7 @@ class DmsService {
4631
4632
  if (dmsObject.contextFolder) {
4632
4633
  dmsObject.contextFolder.type = this.systemService.getObjectType(dmsObject.contextFolder.typeName);
4633
4634
  }
4634
- return dmsObject;
4635
+ return resolveObjectRights.reduce((value, fn) => fn.call(this, value), dmsObject);
4635
4636
  }
4636
4637
  /**
4637
4638
  * Deletes a DMS object.
@@ -6128,5 +6129,5 @@ class UploadFileItem {
6128
6129
  * Generated bundle index. Do not edit.
6129
6130
  */
6130
6131
 
6131
- export { AppCacheService, AuthService, BackendService, BpmService, CORE_CONFIG, CUSTOM_CONFIG, CapabilitiesService, ClipboardAction, ClipboardService, Config, CoreConfig, CoreInit, Direction, DmsObject, DmsObjectAttachment, DmsObjectHistoryEntry, DmsService, EnaioEvent, EnvironmentEnaio, EoCoreModule, EoError, EoSharedModule, EoUser, EoxMissingTranslationHandler, EoxTranslateJsonLoader, EventService, FieldDefinition, InboxItem, InboxService, LocalStorageService, Logger, NotificationsService, ObjectType, PrepareService, PreparedItem, Process, QueryScope, RangeValue, SearchFilter, SearchQuery, SearchResult, SearchService, SearchState, SigningService, SortOption, StoredQueriesService, StoredQuery, SubscriptionMode, SystemService, SystemStatusEnum, UploadFileItem, UploadRegistryService, UploadService, UploadTarget, UserService, Utils, WorkItem, WorkItemHistoryEntry, init_module };
6132
+ export { AppCacheService, AuthService, BackendService, BpmService, CORE_CONFIG, CUSTOM_CONFIG, CapabilitiesService, ClipboardAction, ClipboardService, Config, CoreConfig, CoreInit, Direction, DmsObject, DmsObjectAttachment, DmsObjectHistoryEntry, DmsService, EnaioEvent, EnvironmentEnaio, EoCoreModule, EoError, EoSharedModule, EoUser, EoxMissingTranslationHandler, EoxTranslateJsonLoader, EventService, FieldDefinition, InboxItem, InboxService, LocalStorageService, Logger, NotificationsService, ObjectType, PrepareService, PreparedItem, Process, QueryScope, RangeValue, SearchFilter, SearchQuery, SearchResult, SearchService, SearchState, SigningService, SortOption, StoredQueriesService, StoredQuery, SubscriptionMode, SystemService, SystemStatusEnum, UploadFileItem, UploadRegistryService, UploadService, UploadTarget, UserService, Utils, WorkItem, WorkItemHistoryEntry, init_module, resolveObjectRights };
6132
6133
  //# sourceMappingURL=eo-sdk-client-projects-eo-sdk-core.mjs.map