@eo-sdk/client 8.4.0-rc.1 → 8.4.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.
- package/app/eo-framework/app-shell/app-bar/app-layout/app-layout.component.d.ts +1 -1
- package/app/eo-framework/form-elements/id-reference/id-reference.component.d.ts +1 -0
- package/bundles/eo-sdk-client.umd.js +20 -16
- 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 +8 -9
- 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/app-shell/app-bar/app-layout/app-layout.component.js +2 -2
- package/esm2015/app/eo-framework/form-elements/id-reference/id-reference.component.js +6 -2
- package/esm2015/app/eo-framework/object-form/object-form/form-element/form-element.component.js +2 -2
- package/esm2015/app/eo-framework/object-form/object-form/object-form-script/object-form-scripting-scope.js +3 -3
- package/esm2015/app/eo-framework/object-form/object-form/object-form.component.js +3 -2
- package/esm2015/eo-sdk-client.js +9 -10
- package/fesm2015/eo-sdk-client.js +13 -8
- 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,12 +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
|
|
10
|
-
export { PendingChangesService as ɵci } from './app/eo-framework-core';
|
|
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';
|
|
11
10
|
export { PendingChangesGuard as ɵa } from './app/eo-framework-core/pending-changes/pending-changes-guard.service';
|
|
12
11
|
export { PipesModule as ɵe } from './app/eo-framework-core/pipes/pipes.module';
|
|
13
12
|
export { ActionComponentAnchorDirective as ɵu } from './app/eo-framework/actions/action-menu/action-component-anchor/action-component-anchor.directive';
|
|
@@ -60,9 +59,9 @@ export { ReferenceFinderService as ɵn } from './app/eo-framework/form-elements/
|
|
|
60
59
|
export { PaginationComponent as ɵr } from './app/eo-framework/grid/extensions/pagination/pagination.component';
|
|
61
60
|
export { DynamicListFilterComponent as ɵp } from './app/eo-framework/grid/filters/dynamic-list-filter.component';
|
|
62
61
|
export { ListFilterComponent as ɵq } from './app/eo-framework/grid/filters/list-filter.component';
|
|
63
|
-
export { DuetimeInfoComponent as
|
|
64
|
-
export { EditIconComponent as
|
|
65
|
-
export { PrepareContentExistsInfoComponent as
|
|
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';
|
|
66
65
|
export { ProcessFormComponent as ɵt } from './app/eo-framework/process-form/process-form.component';
|
|
67
66
|
export { ProcessFormModule as ɵs } from './app/eo-framework/process-form/process-form.module';
|
|
68
67
|
export { TreeNodeComponent as ɵi } from './app/eo-framework/tree/tree-node/tree-node.component';
|