@eo-sdk/client 8.0.0-rc.5 → 8.0.0
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-client/settings/settings.component.d.ts +2 -0
- package/app/eo-framework/app-shell/app-bar/app-layout/app-layout.component.d.ts +3 -1
- package/app/eo-framework/form-elements/datetime-range/datetime-range.component.d.ts +1 -0
- package/app/eo-framework-core/agent/agent.service.d.ts +16 -1
- package/assets/_default/config/extend.json +3 -2
- package/assets/_default/config/main.json +4 -0
- package/bundles/eo-sdk-client-projects-eo-sdk-core.umd.js +16 -8
- package/bundles/eo-sdk-client-projects-eo-sdk-core.umd.js.map +1 -1
- package/bundles/eo-sdk-client-projects-eo-sdk-core.umd.min.js +2 -2
- package/bundles/eo-sdk-client-projects-eo-sdk-core.umd.min.js.map +1 -1
- package/bundles/eo-sdk-client.umd.js +86 -42
- 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 +9 -8
- 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-client/settings/settings.component.js +16 -6
- package/esm2015/app/eo-framework/app-shell/app-bar/app-layout/app-layout.component.js +9 -4
- package/esm2015/app/eo-framework/app-shell/app-bar/app-search/app-search.component.js +13 -10
- package/esm2015/app/eo-framework/form-elements/checkbox/checkbox.component.js +8 -3
- package/esm2015/app/eo-framework/form-elements/datetime-range/datetime-range.component.js +5 -4
- package/esm2015/app/eo-framework/tab-container/tab-view-nav/tab-view-nav.component.js +1 -1
- package/esm2015/app/eo-framework/upload-overlay/upload-overlay.component.js +4 -4
- package/esm2015/app/eo-framework-core/agent/agent.service.js +16 -8
- package/esm2015/app/eo-framework-core/pipes/locale-date.pipe.js +2 -2
- package/esm2015/eo-sdk-client.js +10 -9
- package/esm2015/projects/eo-sdk/core/lib/config/translate-json-loader.js +13 -6
- package/fesm2015/eo-sdk-client-projects-eo-sdk-core.js +13 -6
- package/fesm2015/eo-sdk-client-projects-eo-sdk-core.js.map +1 -1
- package/fesm2015/eo-sdk-client.js +64 -33
- package/fesm2015/eo-sdk-client.js.map +1 -1
- package/package.json +2 -2
- package/projects/eo-sdk/core/eo-sdk-client-projects-eo-sdk-core.metadata.json +1 -1
- package/projects/eo-sdk/core/lib/config/translate-json-loader.d.ts +1 -0
- package/projects/eo-sdk/core/package.json +1 -1
package/eo-sdk-client.d.ts
CHANGED
|
@@ -2,11 +2,12 @@
|
|
|
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 ɵcp } from './app/eo-client/eo-client-routing.module';
|
|
6
|
+
export { InboxStateRoutingModule as ɵcn } from './app/eo-client/inbox-state/inbox-state-routing.module';
|
|
7
|
+
export { ObjectStateRoutingModule as ɵcm } from './app/eo-client/object-state/object-state-routing.module';
|
|
8
|
+
export { PrepareStateRoutingModule as ɵco } from './app/eo-client/prepare-state/prepare-state-routing.module';
|
|
9
|
+
export { ProcessStateComponent as ɵcq } from './app/eo-client/process-state/process-state.component';
|
|
10
|
+
export { PendingChangesService as ɵci } from './app/eo-framework-core';
|
|
10
11
|
export { PendingChangesGuard as ɵa } from './app/eo-framework-core/pending-changes/pending-changes-guard.service';
|
|
11
12
|
export { PipesModule as ɵe } from './app/eo-framework-core/pipes/pipes.module';
|
|
12
13
|
export { ActionComponentAnchorDirective as ɵu } from './app/eo-framework/actions/action-menu/action-component-anchor/action-component-anchor.directive';
|
|
@@ -59,9 +60,9 @@ export { ReferenceFinderService as ɵn } from './app/eo-framework/form-elements/
|
|
|
59
60
|
export { PaginationComponent as ɵr } from './app/eo-framework/grid/extensions/pagination/pagination.component';
|
|
60
61
|
export { DynamicListFilterComponent as ɵp } from './app/eo-framework/grid/filters/dynamic-list-filter.component';
|
|
61
62
|
export { ListFilterComponent as ɵq } from './app/eo-framework/grid/filters/list-filter.component';
|
|
62
|
-
export { DuetimeInfoComponent as
|
|
63
|
-
export { EditIconComponent as
|
|
64
|
-
export { PrepareContentExistsInfoComponent as
|
|
63
|
+
export { DuetimeInfoComponent as ɵck } from './app/eo-framework/inbox-details/duetimeInfo/duetimeInfo.component';
|
|
64
|
+
export { EditIconComponent as ɵcj } from './app/eo-framework/object-details/edit-icon/edit-icon.component';
|
|
65
|
+
export { PrepareContentExistsInfoComponent as ɵcl } from './app/eo-framework/prepare-details/prepare-content-exists-info/prepare-content-exists-info.component';
|
|
65
66
|
export { ProcessFormComponent as ɵt } from './app/eo-framework/process-form/process-form.component';
|
|
66
67
|
export { ProcessFormModule as ɵs } from './app/eo-framework/process-form/process-form.module';
|
|
67
68
|
export { TreeNodeComponent as ɵi } from './app/eo-framework/tree/tree-node/tree-node.component';
|