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