@eo-sdk/client 9.0.2 → 9.0.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.
- package/bundles/eo-sdk-client.umd.js +13 -14
- package/bundles/eo-sdk-client.umd.js.map +1 -1
- package/bundles/eo-sdk-client.umd.min.js +1 -1
- package/bundles/eo-sdk-client.umd.min.js.map +1 -1
- package/eo-sdk-client.d.ts +5 -6
- package/eo-sdk-client.metadata.json +1 -1
- package/esm2015/app/eo-client/about-state/about-state.component.js +3 -3
- package/esm2015/app/eo-framework/result-list/result-list.module.js +2 -2
- package/esm2015/eo-sdk-client.js +6 -7
- package/fesm2015/eo-sdk-client.js +10 -10
- package/fesm2015/eo-sdk-client.js.map +1 -1
- package/package.json +2 -2
- package/projects/eo-sdk/core/package.json +1 -1
package/eo-sdk-client.d.ts
CHANGED
|
@@ -2,11 +2,11 @@
|
|
|
2
2
|
* Generated bundle index. Do not edit.
|
|
3
3
|
*/
|
|
4
4
|
export * from './public_api';
|
|
5
|
-
export { EoClientRoutingModule as
|
|
6
|
-
export { InboxStateRoutingModule as
|
|
7
|
-
export { ObjectStateRoutingModule as
|
|
8
|
-
export { PrepareStateRoutingModule as
|
|
9
|
-
export { ProcessStateComponent as
|
|
5
|
+
export { EoClientRoutingModule as ɵcr } from './app/eo-client/eo-client-routing.module';
|
|
6
|
+
export { InboxStateRoutingModule as ɵcp } from './app/eo-client/inbox-state/inbox-state-routing.module';
|
|
7
|
+
export { ObjectStateRoutingModule as ɵco } from './app/eo-client/object-state/object-state-routing.module';
|
|
8
|
+
export { PrepareStateRoutingModule as ɵcq } from './app/eo-client/prepare-state/prepare-state-routing.module';
|
|
9
|
+
export { ProcessStateComponent as ɵcs } 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 ɵv } from './app/eo-framework/actions/action-menu/action-component-anchor/action-component-anchor.directive';
|
|
@@ -64,7 +64,6 @@ export { EditIconComponent as ɵcl } from './app/eo-framework/object-details/edi
|
|
|
64
64
|
export { PrepareContentExistsInfoComponent as ɵcn } from './app/eo-framework/prepare-details/prepare-content-exists-info/prepare-content-exists-info.component';
|
|
65
65
|
export { ProcessFormComponent as ɵu } from './app/eo-framework/process-form/process-form.component';
|
|
66
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
67
|
export { TreeNodeComponent as ɵj } from './app/eo-framework/tree/tree-node/tree-node.component';
|
|
69
68
|
export { UserAvatarComponent as ɵcj } from './app/eo-framework/ui';
|
|
70
69
|
export { IndexdataSummaryEntryComponent as ɵh } from './app/eo-framework/ui/indexdata-summary/indexdata-summary-entry/indexdata-summary-entry.component';
|