@eo-sdk/client 9.2.0 → 9.3.0-rc.2

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