@eo-sdk/client 9.1.0-rc.1 → 9.2.0-rc.1

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 (66) hide show
  1. package/app/eo-client/inbox-state/inbox-state/inbox.types.enum.d.ts +2 -2
  2. package/app/eo-framework/actions/action-menu/action-menu.component.d.ts +4 -2
  3. package/app/eo-framework/actions/action.module.d.ts +2 -1
  4. package/app/eo-framework/actions/actions/add-resubmission-action/add-resubmission/add-resubmission.component.d.ts +2 -1
  5. package/app/eo-framework/actions/actions/add-subscription-action/add-subscription/add-subscription.component.d.ts +2 -1
  6. package/app/eo-framework/actions/actions/delete-action/delete/delete.component.d.ts +4 -2
  7. package/app/eo-framework/actions/actions/finalize/finalize-action.d.ts +5 -5
  8. package/app/eo-framework/actions/actions/finalize/finalize-object-action/finalize-object-action.component.d.ts +14 -0
  9. package/app/eo-framework/actions/actions/share-object-action/share-object/share-object.component.d.ts +5 -2
  10. package/app/eo-framework/form-elements/organization/organization.component.d.ts +3 -2
  11. package/app/eo-framework/grid/extensions/filter/setFilters/set-filter.component.d.ts +0 -1
  12. package/app/eo-framework/grid/extensions/filter/text/text-filter.component.d.ts +8 -4
  13. package/app/eo-framework/util/directive/prevent-double-click.directive.d.ts +1 -0
  14. package/assets/_default/i18n/de.json +11 -6
  15. package/assets/_default/i18n/en.json +11 -5
  16. package/bundles/eo-sdk-client-projects-eo-sdk-core.umd.js +547 -515
  17. package/bundles/eo-sdk-client-projects-eo-sdk-core.umd.js.map +1 -1
  18. package/bundles/eo-sdk-client-projects-eo-sdk-core.umd.min.js +2 -3
  19. package/bundles/eo-sdk-client-projects-eo-sdk-core.umd.min.js.map +1 -1
  20. package/bundles/eo-sdk-client.umd.js +326 -214
  21. package/bundles/eo-sdk-client.umd.js.map +1 -1
  22. package/bundles/eo-sdk-client.umd.min.js +1 -1
  23. package/bundles/eo-sdk-client.umd.min.js.map +1 -1
  24. package/eo-sdk-client.d.ts +60 -60
  25. package/eo-sdk-client.metadata.json +1 -1
  26. package/esm2015/app/eo-client/about-state/about-state.component.js +3 -3
  27. package/esm2015/app/eo-client/dashboard/dashboard.component.js +2 -4
  28. package/esm2015/app/eo-client/inbox-state/inbox-state/inbox-state.component.js +9 -7
  29. package/esm2015/app/eo-client/inbox-state/inbox-state/inbox.types.enum.js +3 -3
  30. package/esm2015/app/eo-client/object-state/object-state/object-state.component.js +2 -2
  31. package/esm2015/app/eo-framework/actions/action-menu/action-menu.component.js +14 -5
  32. package/esm2015/app/eo-framework/actions/action.module.js +4 -1
  33. package/esm2015/app/eo-framework/actions/actions/add-resubmission-action/add-resubmission/add-resubmission.component.js +7 -3
  34. package/esm2015/app/eo-framework/actions/actions/add-subscription-action/add-subscription/add-subscription.component.js +8 -4
  35. package/esm2015/app/eo-framework/actions/actions/delete-action/delete/delete.component.js +11 -4
  36. package/esm2015/app/eo-framework/actions/actions/finalize/finalize-action.js +12 -11
  37. package/esm2015/app/eo-framework/actions/actions/finalize/finalize-object-action/finalize-object-action.component.js +39 -0
  38. package/esm2015/app/eo-framework/actions/actions/share-object-action/share-object/share-object.component.js +43 -16
  39. package/esm2015/app/eo-framework/app-shell/app-shell.module.js +1 -3
  40. package/esm2015/app/eo-framework/form-elements/organization/organization.component.js +5 -2
  41. package/esm2015/app/eo-framework/grid/extensions/filter/setFilters/set-filter.component.js +2 -4
  42. package/esm2015/app/eo-framework/grid/extensions/filter/text/text-filter.component.js +30 -17
  43. package/esm2015/app/eo-framework/grid/extensions/quick-filter/quick-filter.component.js +2 -2
  44. package/esm2015/app/eo-framework/grid/filters/codesystem-filter.component.js +2 -2
  45. package/esm2015/app/eo-framework/grid/filters/dynamic-list-filter.component.js +1 -2
  46. package/esm2015/app/eo-framework/grid/filters/list-filter.component.js +2 -3
  47. package/esm2015/app/eo-framework/grid/filters/organization-filter.component.js +3 -3
  48. package/esm2015/app/eo-framework/result-list/result-list.module.js +2 -2
  49. package/esm2015/app/eo-framework/ui/ui.module.js +6 -3
  50. package/esm2015/app/eo-framework/util/directive/prevent-double-click.directive.js +8 -2
  51. package/esm2015/eo-sdk-client.js +61 -61
  52. package/esm2015/projects/eo-sdk/core/lib/model/inbox-item.model.js +2 -2
  53. package/esm2015/projects/eo-sdk/core/lib/service/backend/backend.service.js +35 -9
  54. package/esm2015/projects/eo-sdk/core/lib/service/dms/dms.service.js +10 -11
  55. package/esm2015/projects/eo-sdk/core/lib/service/user/user.service.js +11 -1
  56. package/fesm2015/eo-sdk-client-projects-eo-sdk-core.js +54 -19
  57. package/fesm2015/eo-sdk-client-projects-eo-sdk-core.js.map +1 -1
  58. package/fesm2015/eo-sdk-client.js +257 -150
  59. package/fesm2015/eo-sdk-client.js.map +1 -1
  60. package/package.json +2 -2
  61. package/projects/eo-sdk/core/eo-sdk-client-projects-eo-sdk-core.metadata.json +1 -1
  62. package/projects/eo-sdk/core/lib/model/inbox-item.model.d.ts +2 -2
  63. package/projects/eo-sdk/core/lib/service/backend/backend.service.d.ts +1 -0
  64. package/projects/eo-sdk/core/lib/service/dms/dms.service.d.ts +3 -2
  65. package/projects/eo-sdk/core/lib/service/user/user.service.d.ts +5 -0
  66. package/projects/eo-sdk/core/package.json +1 -1
@@ -9,68 +9,68 @@ export { PrepareStateRoutingModule as ɵcr } from './app/eo-client/prepare-state
9
9
  export { ProcessStateComponent as ɵct } from './app/eo-client/process-state/process-state.component';
10
10
  export { PendingChangesGuard as ɵa } from './app/eo-framework-core/pending-changes/pending-changes-guard.service';
11
11
  export { PipesModule as ɵe } from './app/eo-framework-core/pipes/pipes.module';
12
- export { ActionComponentAnchorDirective as ɵv } from './app/eo-framework/actions/action-menu/action-component-anchor/action-component-anchor.directive';
13
- export { AddResubmissionActionComponent as ɵbw } from './app/eo-framework/actions/actions/add-resubmission-action/add-resubmission-action';
14
- export { AddResubmissionComponent as ɵbx } from './app/eo-framework/actions/actions/add-resubmission-action/add-resubmission/add-resubmission.component';
15
- export { AddSubscriptionActionComponent as ɵbq } from './app/eo-framework/actions/actions/add-subscription-action/add-subscription-action';
16
- export { AddSubscriptionComponent as ɵbr } from './app/eo-framework/actions/actions/add-subscription-action/add-subscription/add-subscription.component';
17
- export { ClipboardActionComponent as ɵbh } from './app/eo-framework/actions/actions/clipboard/clipboard-action';
18
- export { ClipboardLinkActionComponent as ɵbi } from './app/eo-framework/actions/actions/clipboard/clipboard-link-action';
19
- export { ClipboardOriginalActionComponent as ɵbj } from './app/eo-framework/actions/actions/clipboard/clipboard-original-action';
20
- export { ClipboardPdfActionComponent as ɵbk } from './app/eo-framework/actions/actions/clipboard/clipboard-pdf-action';
21
- export { CopyActionComponent as ɵx } from './app/eo-framework/actions/actions/copy-action/copy-action';
22
- export { CustomActionsComponent as ɵbv } from './app/eo-framework/actions/actions/custom-actions/custom-actions.component';
23
- export { CutActionComponent as ɵcb } from './app/eo-framework/actions/actions/cut-action/cut-action';
24
- export { DeleteActionComponent as ɵbl } from './app/eo-framework/actions/actions/delete-action/delete-action';
25
- export { DeletePreparedActionComponent as ɵbp } from './app/eo-framework/actions/actions/delete-action/delete-prepared-action';
26
- export { DeleteComponent as ɵbm } from './app/eo-framework/actions/actions/delete-action/delete/delete.component';
27
- export { DeleteContentActionComponent as ɵce } from './app/eo-framework/actions/actions/delete-content-action/delete-content-action';
28
- export { DownloadActionComponent as ɵz } from './app/eo-framework/actions/actions/download-action/download-action';
29
- export { DownloadOriginalActionComponent as ɵba } from './app/eo-framework/actions/actions/download-original-action/download-original-action';
30
- export { DownloadPdfActionComponent as ɵbb } from './app/eo-framework/actions/actions/download-pdf-action/download-pdf-action';
31
- export { EmailActionComponent as ɵbd } from './app/eo-framework/actions/actions/email/email-action';
32
- export { EmailLinkActionComponent as ɵbe } from './app/eo-framework/actions/actions/email/email-link-action';
33
- export { EmailOriginalActionComponent as ɵbf } from './app/eo-framework/actions/actions/email/email-original-action';
34
- export { EmailPdfActionComponent as ɵbg } from './app/eo-framework/actions/actions/email/email-pdf-action';
35
- export { FavoriteActionComponent as ɵch } from './app/eo-framework/actions/actions/favorite-action/favorite-action';
36
- export { DefinalizeActionComponent as ɵcd } from './app/eo-framework/actions/actions/finalize/definalize-action';
37
- export { FinalizeActionComponent as ɵcc } from './app/eo-framework/actions/actions/finalize/finalize-action';
38
- export { OpenContextActionComponent as ɵy } from './app/eo-framework/actions/actions/open-context-action/open-context-action';
39
- export { OpenDocumentActionComponent as ɵbc } from './app/eo-framework/actions/actions/open-document-action/open-document-action';
40
- export { OpenDocumentComponent as ɵw } from './app/eo-framework/actions/actions/open-document-action/open-document-action.component';
41
- export { OpenVersionsActionComponent as ɵbn } from './app/eo-framework/actions/actions/open-versions-action/open-versions-action';
42
- export { RemoveSubscriptionActionComponent as ɵbs } from './app/eo-framework/actions/actions/remove-subscription-action/remove-subscription-action';
43
- export { RestoreVersionActionComponent as ɵbo } from './app/eo-framework/actions/actions/restore-version-action/restore-version-action';
44
- export { ShareObjectActionComponent as ɵbz } from './app/eo-framework/actions/actions/share-object-action/share-object-action';
45
- export { ShareObjectComponent as ɵca } from './app/eo-framework/actions/actions/share-object-action/share-object/share-object.component';
46
- export { UnlockActionComponent as ɵcf } from './app/eo-framework/actions/actions/unlock-action/unlock-action';
47
- export { UpdateResubmissionActionComponent as ɵby } from './app/eo-framework/actions/actions/update-resubmission-action/update-resubmission-action';
48
- export { SimpleWorkflowActionComponent as ɵcg } from './app/eo-framework/actions/actions/workflow-action/simple-workflow-action.component';
49
- export { WorkflowActionComponent as ɵbt } from './app/eo-framework/actions/actions/workflow-action/workflow-action.component';
50
- export { WorkflowComponent as ɵbu } from './app/eo-framework/actions/actions/workflow-action/workflow/workflow.component';
12
+ export { ActionComponentAnchorDirective as ɵw } from './app/eo-framework/actions/action-menu/action-component-anchor/action-component-anchor.directive';
13
+ export { AddResubmissionActionComponent as ɵbx } from './app/eo-framework/actions/actions/add-resubmission-action/add-resubmission-action';
14
+ export { AddResubmissionComponent as ɵby } from './app/eo-framework/actions/actions/add-resubmission-action/add-resubmission/add-resubmission.component';
15
+ export { AddSubscriptionActionComponent as ɵbr } from './app/eo-framework/actions/actions/add-subscription-action/add-subscription-action';
16
+ export { AddSubscriptionComponent as ɵbs } from './app/eo-framework/actions/actions/add-subscription-action/add-subscription/add-subscription.component';
17
+ export { ClipboardActionComponent as ɵbi } from './app/eo-framework/actions/actions/clipboard/clipboard-action';
18
+ export { ClipboardLinkActionComponent as ɵbj } from './app/eo-framework/actions/actions/clipboard/clipboard-link-action';
19
+ export { ClipboardOriginalActionComponent as ɵbk } from './app/eo-framework/actions/actions/clipboard/clipboard-original-action';
20
+ export { ClipboardPdfActionComponent as ɵbl } from './app/eo-framework/actions/actions/clipboard/clipboard-pdf-action';
21
+ export { CopyActionComponent as ɵy } from './app/eo-framework/actions/actions/copy-action/copy-action';
22
+ export { CustomActionsComponent as ɵbw } from './app/eo-framework/actions/actions/custom-actions/custom-actions.component';
23
+ export { CutActionComponent as ɵcc } from './app/eo-framework/actions/actions/cut-action/cut-action';
24
+ export { DeleteActionComponent as ɵbm } from './app/eo-framework/actions/actions/delete-action/delete-action';
25
+ export { DeletePreparedActionComponent as ɵbq } from './app/eo-framework/actions/actions/delete-action/delete-prepared-action';
26
+ export { DeleteComponent as ɵbn } from './app/eo-framework/actions/actions/delete-action/delete/delete.component';
27
+ export { DeleteContentActionComponent as ɵcg } from './app/eo-framework/actions/actions/delete-content-action/delete-content-action';
28
+ export { DownloadActionComponent as ɵba } from './app/eo-framework/actions/actions/download-action/download-action';
29
+ export { DownloadOriginalActionComponent as ɵbb } from './app/eo-framework/actions/actions/download-original-action/download-original-action';
30
+ export { DownloadPdfActionComponent as ɵbc } from './app/eo-framework/actions/actions/download-pdf-action/download-pdf-action';
31
+ export { EmailActionComponent as ɵbe } from './app/eo-framework/actions/actions/email/email-action';
32
+ export { EmailLinkActionComponent as ɵbf } from './app/eo-framework/actions/actions/email/email-link-action';
33
+ export { EmailOriginalActionComponent as ɵbg } from './app/eo-framework/actions/actions/email/email-original-action';
34
+ export { EmailPdfActionComponent as ɵbh } from './app/eo-framework/actions/actions/email/email-pdf-action';
35
+ export { FavoriteActionComponent as ɵcj } from './app/eo-framework/actions/actions/favorite-action/favorite-action';
36
+ export { DefinalizeActionComponent as ɵcf } from './app/eo-framework/actions/actions/finalize/definalize-action';
37
+ export { FinalizeActionComponent as ɵcd } from './app/eo-framework/actions/actions/finalize/finalize-action';
38
+ export { FinalizeObjectActionComponent as ɵce } from './app/eo-framework/actions/actions/finalize/finalize-object-action/finalize-object-action.component';
39
+ export { OpenContextActionComponent as ɵz } from './app/eo-framework/actions/actions/open-context-action/open-context-action';
40
+ export { OpenDocumentActionComponent as ɵbd } from './app/eo-framework/actions/actions/open-document-action/open-document-action';
41
+ export { OpenDocumentComponent as ɵx } from './app/eo-framework/actions/actions/open-document-action/open-document-action.component';
42
+ export { OpenVersionsActionComponent as ɵbo } from './app/eo-framework/actions/actions/open-versions-action/open-versions-action';
43
+ export { RemoveSubscriptionActionComponent as ɵbt } from './app/eo-framework/actions/actions/remove-subscription-action/remove-subscription-action';
44
+ export { RestoreVersionActionComponent as ɵbp } from './app/eo-framework/actions/actions/restore-version-action/restore-version-action';
45
+ export { ShareObjectActionComponent as ɵca } from './app/eo-framework/actions/actions/share-object-action/share-object-action';
46
+ export { ShareObjectComponent as ɵcb } from './app/eo-framework/actions/actions/share-object-action/share-object/share-object.component';
47
+ export { UnlockActionComponent as ɵch } from './app/eo-framework/actions/actions/unlock-action/unlock-action';
48
+ export { UpdateResubmissionActionComponent as ɵbz } from './app/eo-framework/actions/actions/update-resubmission-action/update-resubmission-action';
49
+ export { SimpleWorkflowActionComponent as ɵci } from './app/eo-framework/actions/actions/workflow-action/simple-workflow-action.component';
50
+ export { WorkflowActionComponent as ɵbu } from './app/eo-framework/actions/actions/workflow-action/workflow-action.component';
51
+ export { WorkflowComponent as ɵbv } from './app/eo-framework/actions/actions/workflow-action/workflow/workflow.component';
51
52
  export { AppProcessComponent as ɵd } from './app/eo-framework/app-shell/app-bar/app-process/app-process.component';
52
53
  export { AppShellRoutingModule as ɵc } from './app/eo-framework/app-shell/app-shell-routing.module';
53
- export { DatepickerService as ɵk } from './app/eo-framework/form-elements/datetime/datepicker/service/datepicker.service';
54
- export { YearRangeDirective as ɵl } from './app/eo-framework/form-elements/datetime/year-range/year-range.directive';
55
- export { fadeInOut as ɵn } from './app/eo-framework/form-elements/id-reference/animation/reference-finder.animation';
56
- export { ReferenceFinderEntryComponent as ɵp } from './app/eo-framework/form-elements/id-reference/reference-finder-entry/reference-finder-entry.component';
57
- export { ReferenceFinderComponent as ɵm } from './app/eo-framework/form-elements/id-reference/reference-finder/reference-finder.component';
58
- export { ReferenceFinderService as ɵo } from './app/eo-framework/form-elements/id-reference/service/reference-finder.service';
59
- export { PaginationComponent as ɵs } from './app/eo-framework/grid/extensions/pagination/pagination.component';
60
- export { DynamicListFilterComponent as ɵq } from './app/eo-framework/grid/filters/dynamic-list-filter.component';
61
- export { ListFilterComponent as ɵr } from './app/eo-framework/grid/filters/list-filter.component';
62
- export { DuetimeInfoComponent as ɵcm } from './app/eo-framework/inbox-details/duetimeInfo/duetimeInfo.component';
63
- export { EditIconComponent as ɵcl } from './app/eo-framework/object-details/edit-icon/edit-icon.component';
64
- export { PrepareContentExistsInfoComponent as ɵcn } from './app/eo-framework/prepare-details/prepare-content-exists-info/prepare-content-exists-info.component';
65
- export { ProcessFormComponent as ɵu } from './app/eo-framework/process-form/process-form.component';
66
- export { ProcessFormModule as ɵt } from './app/eo-framework/process-form/process-form.module';
67
- export { StoredQueryModule as ɵco } from './app/eo-framework/stored-query';
68
- export { TreeNodeComponent as ɵj } from './app/eo-framework/tree/tree-node/tree-node.component';
69
- export { UserAvatarComponent as ɵcj } from './app/eo-framework/ui';
70
- export { IndexdataSummaryEntryComponent as ɵh } from './app/eo-framework/ui/indexdata-summary/indexdata-summary-entry/indexdata-summary-entry.component';
54
+ export { DatepickerService as ɵl } from './app/eo-framework/form-elements/datetime/datepicker/service/datepicker.service';
55
+ export { YearRangeDirective as ɵm } from './app/eo-framework/form-elements/datetime/year-range/year-range.directive';
56
+ export { fadeInOut as ɵo } from './app/eo-framework/form-elements/id-reference/animation/reference-finder.animation';
57
+ export { ReferenceFinderEntryComponent as ɵq } from './app/eo-framework/form-elements/id-reference/reference-finder-entry/reference-finder-entry.component';
58
+ export { ReferenceFinderComponent as ɵn } from './app/eo-framework/form-elements/id-reference/reference-finder/reference-finder.component';
59
+ export { ReferenceFinderService as ɵp } from './app/eo-framework/form-elements/id-reference/service/reference-finder.service';
60
+ export { PaginationComponent as ɵt } from './app/eo-framework/grid/extensions/pagination/pagination.component';
61
+ export { DynamicListFilterComponent as ɵr } from './app/eo-framework/grid/filters/dynamic-list-filter.component';
62
+ export { ListFilterComponent as ɵs } from './app/eo-framework/grid/filters/list-filter.component';
63
+ export { DuetimeInfoComponent as ɵcn } from './app/eo-framework/inbox-details/duetimeInfo/duetimeInfo.component';
64
+ export { EditIconComponent as ɵcm } from './app/eo-framework/object-details/edit-icon/edit-icon.component';
65
+ export { PrepareContentExistsInfoComponent as ɵco } from './app/eo-framework/prepare-details/prepare-content-exists-info/prepare-content-exists-info.component';
66
+ export { ProcessFormComponent as ɵv } from './app/eo-framework/process-form/process-form.component';
67
+ export { ProcessFormModule as ɵu } from './app/eo-framework/process-form/process-form.module';
68
+ export { TreeNodeComponent as ɵk } from './app/eo-framework/tree/tree-node/tree-node.component';
69
+ export { UserAvatarComponent as ɵcl } from './app/eo-framework/ui';
70
+ export { IndexdataSummaryEntryComponent as ɵi } from './app/eo-framework/ui/indexdata-summary/indexdata-summary-entry/indexdata-summary-entry.component';
71
71
  export { QueryScopeSelectComponent as ɵg } from './app/eo-framework/ui/query-scope-select/query-scope-select.component';
72
72
  export { UploadOverlayGuard as ɵb } from './app/eo-framework/upload-overlay/upload-overlay-guard.service';
73
73
  export { UnsubscribeOnDestroy as ɵf } from './app/eo-framework/util';
74
- export { PreventDoubleClickDirective as ɵci } from './app/eo-framework/util/directive/prevent-double-click.directive';
75
- export { TrapFocusDirective as ɵck } from './app/eo-framework/util/directive/trap-focus.directive';
76
- export { OrderByPipe as ɵi } from './app/eo-framework/util/sortable/order-by.pipe';
74
+ export { PreventDoubleClickDirective as ɵck } from './app/eo-framework/util/directive/prevent-double-click.directive';
75
+ export { TrapFocusDirective as ɵh } from './app/eo-framework/util/directive/trap-focus.directive';
76
+ export { OrderByPipe as ɵj } from './app/eo-framework/util/sortable/order-by.pipe';