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

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 (56) 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 +5 -8
  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 +3 -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-core/api/plugins.service.d.ts +5 -0
  18. package/app/eo-framework-core/api/plugins.service.d.ts.map +1 -1
  19. package/esm2020/app/eo-client/about-state/about-state.component.mjs +3 -3
  20. package/esm2020/app/eo-client/favorite-state/favorite-state.component.mjs +5 -5
  21. package/esm2020/app/eo-client/inbox-state/inbox-state/inbox-state.component.mjs +5 -5
  22. package/esm2020/app/eo-client/notifications-state/notifications-state.component.mjs +5 -5
  23. package/esm2020/app/eo-client/object-state/object-state/object-state.component.mjs +7 -7
  24. package/esm2020/app/eo-client/process-state/process-state.component.mjs +5 -5
  25. package/esm2020/app/eo-client/recyclebin-state/recyclebin-state.component.mjs +5 -5
  26. package/esm2020/app/eo-client/result-state/result-state.component.mjs +5 -5
  27. package/esm2020/app/eo-client/version-state/version-state.component.mjs +5 -5
  28. package/esm2020/app/eo-framework/actions/actions/download-action/download-action.mjs +2 -2
  29. package/esm2020/app/eo-framework/actions/actions/signature-action/signature-action.component.mjs +5 -5
  30. package/esm2020/app/eo-framework/form-elements/id-reference/id-reference.component.mjs +2 -2
  31. package/esm2020/app/eo-framework/inbox-details/inbox-details.component.mjs +10 -13
  32. package/esm2020/app/eo-framework/media/media.component.mjs +2 -5
  33. package/esm2020/app/eo-framework/object-details/object-details.component.mjs +38 -34
  34. package/esm2020/app/eo-framework/object-details/object-details.module.mjs +7 -3
  35. package/esm2020/app/eo-framework/object-form/object-form/form-element-table/form-element-table.component.mjs +3 -3
  36. package/esm2020/app/eo-framework/object-state-details/object-state-details.component.mjs +14 -22
  37. package/esm2020/app/eo-framework/plugins/plugin.component.mjs +19 -27
  38. package/esm2020/app/eo-framework/plugins/plugins.module.mjs +6 -6
  39. package/esm2020/app/eo-framework/process/details/process-details.component.mjs +10 -13
  40. package/esm2020/app/eo-framework/recyclebin-details/recyclebin-details.component.mjs +7 -7
  41. package/esm2020/app/eo-framework/ui/eo-dialog/eo-dialog.component.mjs +2 -2
  42. package/esm2020/app/eo-framework-core/api/plugins.service.mjs +6 -3
  43. package/esm2020/projects/eo-sdk/core/lib/service/dms/dms.service.mjs +3 -2
  44. package/fesm2015/eo-sdk-client-projects-eo-sdk-core.mjs +3 -2
  45. package/fesm2015/eo-sdk-client-projects-eo-sdk-core.mjs.map +1 -1
  46. package/fesm2015/eo-sdk-client.mjs +178 -194
  47. package/fesm2015/eo-sdk-client.mjs.map +1 -1
  48. package/fesm2020/eo-sdk-client-projects-eo-sdk-core.mjs +3 -2
  49. package/fesm2020/eo-sdk-client-projects-eo-sdk-core.mjs.map +1 -1
  50. package/fesm2020/eo-sdk-client.mjs +174 -193
  51. package/fesm2020/eo-sdk-client.mjs.map +1 -1
  52. package/package.json +2 -2
  53. package/projects/eo-sdk/core/lib/service/dms/dms.service.d.ts +1 -0
  54. package/projects/eo-sdk/core/lib/service/dms/dms.service.d.ts.map +1 -1
  55. package/scss/_main.scss +2 -1
  56. package/styles.css +2 -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