@eo-sdk/client 9.2.0-rc.1 → 9.2.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 (29) hide show
  1. package/app/eo-framework/actions/action-menu/action-menu.component.d.ts +2 -0
  2. package/app/eo-framework/actions/action.module.d.ts +2 -1
  3. package/app/eo-framework/actions/actions/delete-content-action/delete-content/delete-content.component.d.ts +22 -0
  4. package/app/eo-framework/actions/actions/delete-content-action/delete-content-action.d.ts +6 -7
  5. package/app/eo-framework/actions/actions/open-context-action/open-context-action.d.ts +1 -0
  6. package/assets/_default/i18n/de.json +1 -0
  7. package/assets/_default/i18n/en.json +1 -0
  8. package/bundles/eo-sdk-client.umd.js +122 -44
  9. package/bundles/eo-sdk-client.umd.js.map +1 -1
  10. package/bundles/eo-sdk-client.umd.min.js +1 -1
  11. package/bundles/eo-sdk-client.umd.min.js.map +1 -1
  12. package/eo-sdk-client.d.ts +15 -14
  13. package/eo-sdk-client.metadata.json +1 -1
  14. package/esm2015/app/eo-client/about-state/about-state.component.js +3 -3
  15. package/esm2015/app/eo-framework/actions/action-menu/action-menu.component.js +29 -5
  16. package/esm2015/app/eo-framework/actions/action.module.js +4 -1
  17. package/esm2015/app/eo-framework/actions/actions/delete-content-action/delete-content/delete-content.component.js +60 -0
  18. package/esm2015/app/eo-framework/actions/actions/delete-content-action/delete-content-action.js +5 -17
  19. package/esm2015/app/eo-framework/actions/actions/open-context-action/open-context-action.js +6 -2
  20. package/esm2015/app/eo-framework/actions/actions/share-object-action/share-object/share-object.component.js +4 -4
  21. package/esm2015/app/eo-framework/form-elements/string/string.component.js +2 -2
  22. package/esm2015/app/eo-framework/grid/extensions/filter/text/text-filter.component.js +2 -2
  23. package/esm2015/app/eo-framework/media/media.component.js +2 -2
  24. package/esm2015/app/eo-framework/tree/tree.component.js +2 -2
  25. package/esm2015/eo-sdk-client.js +16 -15
  26. package/fesm2015/eo-sdk-client.js +104 -30
  27. package/fesm2015/eo-sdk-client.js.map +1 -1
  28. package/package.json +2 -2
  29. package/projects/eo-sdk/core/package.json +1 -1
@@ -2,11 +2,11 @@
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
12
  export { ActionComponentAnchorDirective as ɵw } from './app/eo-framework/actions/action-menu/action-component-anchor/action-component-anchor.directive';
@@ -24,7 +24,8 @@ export { CutActionComponent as ɵcc } from './app/eo-framework/actions/actions/c
24
24
  export { DeleteActionComponent as ɵbm } from './app/eo-framework/actions/actions/delete-action/delete-action';
25
25
  export { DeletePreparedActionComponent as ɵbq } from './app/eo-framework/actions/actions/delete-action/delete-prepared-action';
26
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';
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';
28
29
  export { DownloadActionComponent as ɵba } from './app/eo-framework/actions/actions/download-action/download-action';
29
30
  export { DownloadOriginalActionComponent as ɵbb } from './app/eo-framework/actions/actions/download-original-action/download-original-action';
30
31
  export { DownloadPdfActionComponent as ɵbc } from './app/eo-framework/actions/actions/download-pdf-action/download-pdf-action';
@@ -32,7 +33,7 @@ export { EmailActionComponent as ɵbe } from './app/eo-framework/actions/actions
32
33
  export { EmailLinkActionComponent as ɵbf } from './app/eo-framework/actions/actions/email/email-link-action';
33
34
  export { EmailOriginalActionComponent as ɵbg } from './app/eo-framework/actions/actions/email/email-original-action';
34
35
  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 { FavoriteActionComponent as ɵck } from './app/eo-framework/actions/actions/favorite-action/favorite-action';
36
37
  export { DefinalizeActionComponent as ɵcf } from './app/eo-framework/actions/actions/finalize/definalize-action';
37
38
  export { FinalizeActionComponent as ɵcd } from './app/eo-framework/actions/actions/finalize/finalize-action';
38
39
  export { FinalizeObjectActionComponent as ɵce } from './app/eo-framework/actions/actions/finalize/finalize-object-action/finalize-object-action.component';
@@ -44,9 +45,9 @@ export { RemoveSubscriptionActionComponent as ɵbt } from './app/eo-framework/ac
44
45
  export { RestoreVersionActionComponent as ɵbp } from './app/eo-framework/actions/actions/restore-version-action/restore-version-action';
45
46
  export { ShareObjectActionComponent as ɵca } from './app/eo-framework/actions/actions/share-object-action/share-object-action';
46
47
  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 { UnlockActionComponent as ɵci } from './app/eo-framework/actions/actions/unlock-action/unlock-action';
48
49
  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 { SimpleWorkflowActionComponent as ɵcj } from './app/eo-framework/actions/actions/workflow-action/simple-workflow-action.component';
50
51
  export { WorkflowActionComponent as ɵbu } from './app/eo-framework/actions/actions/workflow-action/workflow-action.component';
51
52
  export { WorkflowComponent as ɵbv } from './app/eo-framework/actions/actions/workflow-action/workflow/workflow.component';
52
53
  export { AppProcessComponent as ɵd } from './app/eo-framework/app-shell/app-bar/app-process/app-process.component';
@@ -60,17 +61,17 @@ export { ReferenceFinderService as ɵp } from './app/eo-framework/form-elements/
60
61
  export { PaginationComponent as ɵt } from './app/eo-framework/grid/extensions/pagination/pagination.component';
61
62
  export { DynamicListFilterComponent as ɵr } from './app/eo-framework/grid/filters/dynamic-list-filter.component';
62
63
  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';
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';
66
67
  export { ProcessFormComponent as ɵv } from './app/eo-framework/process-form/process-form.component';
67
68
  export { ProcessFormModule as ɵu } from './app/eo-framework/process-form/process-form.module';
68
69
  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 { UserAvatarComponent as ɵcm } from './app/eo-framework/ui';
70
71
  export { IndexdataSummaryEntryComponent as ɵi } from './app/eo-framework/ui/indexdata-summary/indexdata-summary-entry/indexdata-summary-entry.component';
71
72
  export { QueryScopeSelectComponent as ɵg } from './app/eo-framework/ui/query-scope-select/query-scope-select.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 ɵck } from './app/eo-framework/util/directive/prevent-double-click.directive';
75
+ export { PreventDoubleClickDirective as ɵcl } 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
77
  export { OrderByPipe as ɵj } from './app/eo-framework/util/sortable/order-by.pipe';